@charset "UTF-8";
/*
Template Name: Novlo
Template URL: https://html/novlo/
Description: Multipurpose Service HTML Template
Author: Aiyan_Themes
Author URI: https://themeforest.net/user/aiyan_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation

04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.12. Wocommerce
    4.13. Products
    4.14. Cart
    4.15. Checkout
    4.16. Wishlist
    4.17. Contact
    4.18. Megamenu
    4.00. About
    4.00. Team
    4.00. Testimonial
    4.00. Counter
    4.00. Blog
    4.00. Brand
    4.00. Simple Sections
    4.00. Why
    4.00. Faq
    4.00. Service
    4.00. Process
    4.00. Pricing
    4.00. Feature
    4.00. Project
    4.00. Category
    4.00. CTA
    4.00. Appointment
    4.00. Video
    4.00. Tab Menu
    4.00. Schedule

05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #F4CC73;
  --title-color: #131A22;
  --body-color: #777777;
  --smoke-color: #F8F8F8;
  --smoke-color2: #FCFCFC;
  --smoke-color3: #F9FAFA;
  --black-color: #000000;
  --black-color2: #10161D;
  --white-color: #ffffff;
  --at-border-color: rgba(19, 26, 34, 0.1);
  --gray-color: rgba(203, 246, 26, 0.06);
  --light-color: #FFF8E8;
  --light-color2: #FFFAEF;
  --black-color3: #051311;
  --black-color4: #00110E;
  --black-color5: #2A2213;
  --black-color6: #2D333D;
  --black-color7: #0E0E13;
  --at-border-color2: #F3F3F3;
  --yellow-color: #FF9F43;
  --success-color: #28a745;
  --error-color: #dc3545;
  --title-font: "Plus Jakarta Sans", sans-serif;
  --body-font: "DM Sans", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1300px;
  --container-gutters: 24px;
  --section-space: 150px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
  --at-body-background: #ffffff;
}

/*------------------- 1.4. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  background: var(--at-body-background);
  -webkit-font-smoothing: antialiased;
  /***scroll-bar***/
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 0px;
}
body::-webkit-scrollbar-track {
  background: rgba(252, 0, 18, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  border-radius: 0px;
}
body.theme-style2 {
  --theme-color: #7989D1;
}
body.theme-style3 {
  --theme-color: #CBF61A;
}
body.theme-style4 {
  --at-body-background: #FFFAF8;
  --theme-color: #FF6005;
}
body.theme-style5 {
  --theme-color: #FF6005;
}

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

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

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

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

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

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  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: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 74px;
  line-height: 1.18;
}

.h2,
h2 {
  font-size: 52px;
  line-height: 1.227;
}

.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;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 70px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 48px;
    line-height: 1.3;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 55px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@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;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}
/*----------------------------------------*/
/*  Magic Cursor css start
/*----------------------------------------*/
body.gsap-magic-cursor #magic-cursor {
  display: block;
}

#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  top: 0;
  left: 0;
}

#ball {
  position: fixed;
  display: flex;
  align-items: center;
  pointer-events: none;
  border-radius: 50%;
  color: transparent;
  justify-content: center;
  mix-blend-mode: difference;
  background-color: var(--theme-color);
}

/* Ball view 
============= */
#ball .ball-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  transform: scale(0);
  font-family: var(--title-font);
  color: var(--white-color);
}

/* Ball drag 
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
  font-family: var(--title-font);
  color: var(--title-color);
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 19px;
  height: 10px;
  line-height: 10px;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: var(--white-color);
  font-family: var(--icon-font);
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f104";
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}

#ball .ball-drag::after {
  content: "\f105";
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

#ball.with-blur {
  backdrop-filter: blur(5px);
  transform: translate3d(0, 0, 0);
}

/* Ball close 
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: var(--title-color);
}

.gsap-magnetic-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*------------------- 1.5. Wordpress Default -------------------*/
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;
}

.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__inside-wrapper {
  position: relative;
}

.wp-block-search {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.wp-block-search:has(button) .wp-block-search__input {
  padding-right: 130px;
}
.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: 100%;
  border: 1px solid transparent;
  padding-left: 25px;
  padding-right: 40px;
  border: 1px solid transparent;
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.04);
  border-radius: 50px;
}
.wp-block-search .wp-block-search__input:focus {
  border-color: var(--theme-color);
}
.wp-block-search .wp-block-search__button {
  margin: 0;
  min-width: 110px;
  height: 100%;
  border: none;
  color: #fff;
  background-color: var(--theme-color);
  border-radius: 0px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50px;
}
.wp-block-search .wp-block-search__button.has-icon {
  min-width: 56px;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--title-color);
}

.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:has(button) .wp-block-search__input {
  padding: 0 130px 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(--at-border-color);
}

.logged-in .sticky-wrapper.sticky,
.logged-in .preloader .th-btn {
  top: 32px;
}
@media (max-width: 782px) {
  .logged-in .sticky-wrapper.sticky,
  .logged-in .preloader .th-btn {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .logged-in .sticky-wrapper.sticky,
  .logged-in .preloader .th-btn {
    top: 0;
  }
}

.post-password-form {
  margin-bottom: 30px;
  margin-top: 20px;
}
.post-password-form p {
  display: flex;
  position: relative;
  gap: 15px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .post-password-form p {
    flex-wrap: wrap;
  }
}
.post-password-form label {
  display: flex;
  align-items: center;
  flex: auto;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0;
  gap: 15px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .post-password-form label {
    flex-wrap: wrap;
  }
}
.post-password-form input {
  width: 100%;
  border: none;
  height: 55px;
  padding-left: 25px;
  color: var(--body-color);
  border: 1px solid var(--at-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;
}
.blog-single.format-quote .blog-content:before, .blog-single.format-link .blog-content:before, .blog-single.tag-sticky-2 .blog-content:before, .blog-single.sticky .blog-content:before {
  display: none;
}
.blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
  content: "\f0c1";
  position: absolute;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  right: 0;
  top: 0;
  color: var(--white-color);
  background-color: var(--theme-color);
  z-index: 1;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 0 20px 0 20px;
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    border-radius: 0 10px 0 10px;
  }
}
.blog-single.tag-sticky-2::before, .blog-single.sticky::before {
  content: "\f08d";
}
.blog-single.format-quote:before {
  content: "\f10e";
}
.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: transparent;
  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 {
  background-color: transparent;
}
.blog-details .blog-single.tag-sticky-2:before, .blog-details .blog-single.sticky:before, .blog-details .blog-single.format-quote:before, .blog-details .blog-single.format-link:before {
  display: none;
}

.nof-title {
  margin-top: -0.24em;
}

.th-search {
  background-color: var(--smoke-color2);
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
}
.th-search .search-grid-content {
  padding: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .th-search .search-grid-content {
    padding: 20px;
  }
}
.th-search .search-grid-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0;
}
.th-search .search-grid-title a {
  color: inherit;
}
.th-search .search-grid-title a:hover {
  color: var(--theme-color);
}
.th-search .search-grid-meta > * {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.th-search .search-grid-meta > *:last-child {
  margin-right: 0;
}
.th-search .search-grid-meta a,
.th-search .search-grid-meta span {
  color: var(--body-color);
}

/* Small devices */
@media (max-width: 767px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .wp-block-latest-comments {
    padding-left: 10px;
  }
  .page--content.clearfix + .th-comment-form {
    margin-top: 24px;
  }
}
/*blog-navigation*****************/
.blog-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--at-border-color);
  border-bottom: 1px solid var(--at-border-color);
  padding: 10px 0;
  margin-top: 40px;
}
.blog-navigation > div {
  min-width: 220px;
}
.blog-navigation .nav-text {
  font-size: 12px;
  font-family: var(--body-font);
  color: var(--title-color);
  display: inline-block;
  font-weight: 400;
  transition: 0.4s;
  max-width: 119px;
  line-height: 1.8333;
}
.blog-navigation .nav-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-navigation .nav-btn img {
  border-radius: 16px;
}
.blog-navigation .nav-btn .icon-btn {
  --btn-size: 40px;
  font-size: 16px;
}
.blog-navigation .nav-btn.next {
  flex-direction: row-reverse;
  text-align: end;
}
.blog-navigation .nav-btn:hover .nav-text {
  color: var(--title-color);
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}
.blog-navigation .blog-btn {
  font-size: 30px;
  color: var(--at-border-color);
}
.blog-navigation .blog-btn:hover {
  color: var(--title-color);
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-navigation > div {
    min-width: 150px;
  }
  .blog-navigation .nav-img {
    max-width: 50px;
    flex: none;
  }
  .blog-navigation .nav-btn {
    gap: 8px;
  }
  .blog-navigation .nav-btn img {
    width: 50px !important;
    border-radius: 5px;
  }
  .blog-navigation .blog-btn {
    display: none;
  }
}
.wp-block-latest-comments__comment-excerpt p {
  margin-bottom: 0;
}

.wp-block-social-links {
  margin-bottom: 0;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--name a:hover {
  color: var(--theme-color);
}

.woosw-list table.woosw-items tr td {
  padding: 20px;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
  font-size: 20px;
  color: var(--title-color);
}

.woosw-list table.woosw-items tr .woosw-item--actions {
  width: 88px;
}

/*Novloion form********************/
.single-give_forms .give_forms {
  margin: 0 !important;
}

[id*=give-form] div.summary,
[id*=give-form] div#give-sidebar-left {
  float: none !important;
  width: 100% !important;
}

[id*=give-form] div.images {
  margin: 0 0 40px !important;
  overflow: hidden !important;
  border-radius: 30px !important;
}

[id*=give-form] .give-form-title {
  font-size: 40px !important;
  margin: 0 0 30px !important;
}

.give_error, .give_success, .give_warning {
  box-shadow: none !important;
  margin: 30px 0 30px 40px !important;
  z-index: auto !important;
  background: transparent !important;
}
.give_error:after, .give_success:after, .give_warning:after {
  content: "";
  position: absolute;
  inset: 0 0 0 -43px;
  border-radius: 30px;
  background: var(--gray-color);
  z-index: -1;
}

form[id*=give-form] .give-novloion-amount {
  margin: 0 0 20px !important;
  position: relative;
}

form[id*=give-form] .give-novloion-amount .give-currency-symbol.give-currency-position-before {
  position: absolute;
  left: 5px;
  top: 5px;
  right: auto;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: var(--white-color);
}

form[id*=give-form] .give-novloion-amount #give-amount, form[id*=give-form] .give-novloion-amount #give-amount-text {
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.08);
  background: var(--white-color);
  height: 60px;
  padding: 0 20px 0 65px;
  font-size: 22px;
  font-weight: 700;
  color: var(--title-color);
  min-width: 260px;
  border: 0;
  border-radius: 50px;
}

.give-btn {
  border: 1px solid var(--at-border-color);
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  border-radius: 30px;
  height: 40px;
  line-height: 40px;
  min-width: 100px;
  padding: 0 34px;
  cursor: pointer;
  transition: 0.4s;
  background: transparent;
}

form[id*=give-form] #give-gateway-radio-list > li input[type=radio] {
  display: none !important;
}

form[id*=give-form] #give-gateway-radio-list > li label.give-gateway-option {
  display: inline-block !important;
}

#give-recurring-form .give-section-break, #give-recurring-form h3.give-section-break, #give-recurring-form h4.give-section-break, #give-recurring-form legend, form.give-form .give-section-break, form.give-form h3.give-section-break, form.give-form h4.give-section-break, form.give-form legend, form[id*=give-form] .give-section-break, form[id*=give-form] h3.give-section-break, form[id*=give-form] h4.give-section-break, form[id*=give-form] legend {
  font-size: 24px !important;
  color: var(--title-color) !important;
  margin: 10px 0 20px !important;
  padding: 0 0 15px !important;
}

#give-recurring-form .form-row .give-input-field-wrapper, #give-recurring-form .form-row input[type=email], #give-recurring-form .form-row input[type=password], #give-recurring-form .form-row input[type=tel], #give-recurring-form .form-row input[type=text], #give-recurring-form .form-row input[type=url], #give-recurring-form .form-row select, #give-recurring-form .form-row textarea, form.give-form .form-row .give-input-field-wrapper, form.give-form .form-row input[type=email], form.give-form .form-row input[type=password], form.give-form .form-row input[type=tel], form.give-form .form-row input[type=text], form.give-form .form-row input[type=url], form.give-form .form-row select, form.give-form .form-row textarea, form[id*=give-form] .form-row .give-input-field-wrapper, form[id*=give-form] .form-row input[type=email], form[id*=give-form] .form-row input[type=password], form[id*=give-form] .form-row input[type=tel], form[id*=give-form] .form-row input[type=text], form[id*=give-form] .form-row input[type=url], form[id*=give-form] .form-row select, form[id*=give-form] .form-row textarea {
  padding: 0 30px !important;
  border-radius: 50px !important;
}

.give-submit-button-wrap .give-submit, [id^=give-user-login-submit] .give-submit {
  height: 60px !important;
  background: var(--theme-color) !important;
  border: 0 !important;
  color: var(--white-color) !important;
}
.give-submit-button-wrap .give-submit:hover, [id^=give-user-login-submit] .give-submit:hover {
  background: var(--theme-color) !important;
}

form[id*=give-form] #give-final-total-wrap .give-novloion-total-label {
  background: transparent;
  padding: 0;
  border: 0;
}

form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
  background: transparent;
  padding: 0;
  border: 0;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
  color: var(--theme-color);
}

/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
}
@media only screen and (min-width: 1300px) {
  .th-container {
    --main-container: 1617px;
  }
  .th-container2 {
    --main-container: 1730px;
  }
}
@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;
  }
}
.container-gallery {
  max-width: 1840px;
}

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

@media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 24px;
  }
}
.gy-30 {
  --bs-gutter-y: 30px;
}

.g-0 {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}

.gx-0 {
  --bs-gutter-x: 0;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gy-60 {
  --bs-gutter-y: 60px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gy-10 {
  --bs-gutter-y: 10px;
}

@media (min-width: 1500px) {
  .gx-100 {
    --bs-gutter-x: 100px;
  }
}
@media (min-width: 1299px) {
  .gx-50 {
    --bs-gutter-x: 50px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
}
@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}
/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 48px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(19, 26, 34, 0.1);
  color: var(--body-color);
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  font-family: var(--body-font);
  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: transparent;
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

input[type=date] {
  padding: 0 25px 0 25px;
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

input[type=time] {
  padding: 0 30px;
  position: relative;
}

input[type=time]::-webkit-calendar-picker-indicator {
  background: transparent;
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

.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 0 center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background: transparent;
  -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: 80px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 0;
}
textarea.form-control.style2,
textarea.style2 {
  min-height: 100px;
}

.form-group {
  position: relative;
}
.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group > i.fa-envelope {
  padding-top: 1px;
}
.form-group > i.fa-comment {
  margin-top: -2px;
}
.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color2);
}
.form-group.has-label > i {
  top: 50px;
}
.form-group.style-border textarea,
.form-group.style-border input {
  background: transparent;
  border: 1px solid var(--at-border-color);
}
.form-group.style-border i {
  color: var(--theme-color);
}
.form-group.style-border select {
  background-color: transparent;
  border: 1px solid var(--at-border-color);
}
.form-group.style-border2 textarea,
.form-group.style-border2 input {
  background: transparent;
  border: 1px solid var(--at-border-color2);
  color: var(--body-color);
}
.form-group.style-border2 textarea::placeholder,
.form-group.style-border2 input::placeholder {
  color: var(--body-color);
}
.form-group.style-border2 select {
  background: transparent;
  border: 1px solid var(--at-border-color2);
}
.form-group.style-border2 i {
  color: var(--theme-color);
  top: 22px;
}
.form-group.style-border3 textarea,
.form-group.style-border3 input {
  background: var(--white-color);
  border: 1px solid var(--at-border-color);
  color: var(--body-color);
}
.form-group.style-border3 textarea::placeholder,
.form-group.style-border3 input::placeholder {
  color: var(--body-color);
}
.form-group.style-border3 select {
  background: var(--white-color);
  border: 1px solid var(--at-border-color);
}
.form-group.style-border3 i {
  color: var(--body-color);
  top: 20px;
  background: transparent;
}
.form-group.style-white .form-select,
.form-group.style-white .form-control {
  background: var(--white-color);
}
.form-group.style-white > i {
  top: 20px;
  background: transparent;
  color: var(--theme-color);
}
.form-group.style-dark {
  position: relative;
  z-index: 1;
  align-self: self-start;
}
.form-group.style-dark:after {
  content: "";
  position: absolute;
  top: 0;
  left: var(--bs-gutter-x)/2;
  width: calc(100% - var(--bs-gutter-x) / 1);
  height: 100%;
  background: var(--theme-color);
  opacity: 0.4;
  border-radius: 50px;
  z-index: -1;
}
.form-group.style-dark .form-select,
.form-group.style-dark .form-control {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(30px);
  color: var(--white-color);
}
.form-group.style-dark .form-select::placeholder,
.form-group.style-dark .form-control::placeholder {
  color: var(--at-border-color);
}
.form-group.style-dark > i {
  top: 20px;
  background: transparent;
  color: var(--at-border-color);
}
.form-group.style-dark2 .form-select,
.form-group.style-dark2 .form-control {
  background: var(--black-color3);
  border: 1px solid var(--at-border-color2);
  color: #6B7586;
  border-radius: 0;
}
.form-group.style-dark2 .form-select::placeholder,
.form-group.style-dark2 .form-control::placeholder {
  color: #6B7586;
}
.form-group.style-dark2 > i {
  top: 20px;
  background: transparent;
  color: #6B7586;
}
.form-group.style-dark3 .form-select,
.form-group.style-dark3 .form-control {
  background: var(--title-color);
  border: 1px solid var(--black-color4);
  color: var(--white-color);
  border-radius: 0;
}
.form-group.style-dark3 > i {
  top: 20px;
  background: transparent;
  color: var(--theme-color);
}
.form-group.style-radius .form-select,
.form-group.style-radius .form-control {
  border-radius: 30px;
}
.form-group.style-shadow .form-select,
.form-group.style-shadow .form-control {
  box-shadow: 0px 2px 4px rgba(2, 29, 53, 0.1);
}

[class*=col-].form-group > i {
  right: calc(var(--bs-gutter-x) / 2 + 25px);
}

.form-rounded-10 .form-control,
.form-rounded-10 .form-select {
  border-radius: 10px !important;
}
.form-rounded-10 .th-btn {
  border-radius: 10px;
}

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;
}

/* Firefox */
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(--at-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;
  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;
  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;
}

/*------------------- 2.4. Slick Slider -------------------*/
.swiper-wrapper.row {
  flex-wrap: nowrap;
}

.at-slider.has-shadow {
  padding-left: 12px;
  padding-right: 12px;
  margin: -25px -12px;
}
.at-slider.has-shadow .swiper-wrapper {
  padding: 25px 0;
}

.swiper-fade .swiper-slide {
  transition: 0.6s ease-in-out;
  opacity: 0 !important;
}
.swiper-fade .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.swiper-fade .swiper-slide-prev {
  opacity: 0;
}

.swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 40px 0 0px 0;
  line-height: 13px;
  height: 20px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 4px;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  opacity: 1;
  background-color: var(--body-color);
  position: relative;
  transition: 0.4s;
  cursor: pointer;
}
.swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  inset: -8px;
  transform: scale(0);
  background: transparent;
  border: 1px solid var(--white-color);
  border-radius: inherit;
  transition: 0.4s ease-in-out;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--white-color);
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  transform: scale(1);
}

.slider-pagination {
  bottom: 0 !important;
}
.slider-pagination.style2 .swiper-pagination-bullet {
  background: rgba(153, 153, 153, 0.5);
}
.slider-pagination.style2 .swiper-pagination-bullet:before {
  border: 1px solid var(--title-color);
}
.slider-pagination.style2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--title-color);
}
.slider-pagination.style2 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border: 1px solid var(--title-color);
}
.slider-pagination.style3 .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
}
.slider-pagination.style3 .swiper-pagination-bullet:before {
  border: 1px solid var(--white-color);
}
.slider-pagination.style3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--white-color);
}
.slider-pagination.style3 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border: 1px solid var(--white-color);
}

.slider-pagination.swiper-pagination-progressbar {
  width: -webkit-fill-available;
  position: relative;
  height: 2px;
  background: var(--at-border-color);
  top: auto;
  bottom: 0px;
  margin: 70px 0px 0;
}
.slider-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 2px;
  top: auto;
  bottom: 0;
  background: var(--theme-color);
}

.slider-area {
  position: relative;
}

.slider-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--theme-color);
  color: var(--white-color);
  position: absolute;
  top: 50%;
  border: none;
  left: var(--pos-x, -120px);
  width: var(--icon-size, 48px);
  height: var(--icon-size, 48px);
  line-height: var(--icon-size, 48px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 56px) / -2);
  z-index: 3;
  border-radius: 99px;
}
.slider-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slider-arrow.slider-next {
  right: var(--pos-x, -120px);
  left: auto;
}
.slider-arrow:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.slider-arrow.style2 {
  background: var(--smoke-color);
  color: var(--title-color);
  --icon-size: 48px;
}
.slider-arrow.style2:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.slider-arrow.style3 {
  background: transparent;
  color: var(--body-color);
  border: 1px solid var(--at-border-color);
  --icon-size: 50px;
}
.slider-arrow.style3:hover {
  border: 1px solid var(--title-color);
  color: var(--title-color);
}

.arrow-margin .slider-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap {
  position: relative;
}
.arrow-wrap .slider-arrow {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.4);
}
.arrow-wrap:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.slider-pagination-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
.slider-pagination-wrap .slider-arrow {
  flex: none;
  opacity: 1;
  transform: none;
  visibility: visible;
  display: block;
  margin: 0;
}
.slider-pagination-wrap .slider-pagination {
  margin-top: 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slider-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -30px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slider-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slider-arrow {
    display: none;
  }
}
.icon-box {
  /* Medium devices */
}
.icon-box .slider-arrow {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.icon-box .slider-arrow:not(:last-child) {
  margin-right: 8px;
}
@media (max-width: 991px) {
  .icon-box .slider-arrow {
    display: inline-block !important;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .slider-arrow {
    --icon-size: 40px;
    line-height: 38px;
    margin-right: 40px;
    font-size: 14px;
  }
  .slider-arrow.slider-next {
    margin-right: 0;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slider-arrow {
    margin-right: 0;
  }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.at-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%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.at-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--smoke-color2);
}
.at-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.at-menu-wrapper .at-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(--title-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}
.at-menu-wrapper .at-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.at-menu-wrapper .at-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;
  transition: all ease 1s;
  z-index: 1;
}
.at-menu-wrapper.at-body-visible {
  opacity: 1;
  visibility: visible;
}
.at-menu-wrapper.at-body-visible .at-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.at-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 23px;
  text-align: left;
}
.at-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.at-mobile-menu ul li {
  border-bottom: 1px solid var(--at-border-color);
  list-style-type: none;
}
.at-mobile-menu ul li li:first-child {
  border-top: 1px solid var(--at-border-color);
}
.at-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px;
}
.at-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;
}
.at-mobile-menu ul li a:hover {
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}
.at-mobile-menu ul li.at-active > a {
  color: var(--title-color);
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}
.at-mobile-menu ul li.at-active > a:before {
  transform: rotate(90deg);
}
.at-mobile-menu ul li ul li {
  padding-left: 10px;
}
.at-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.at-mobile-menu ul .menu-item-has-children > a .at-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%;
}
.at-mobile-menu ul .menu-item-has-children > a .at-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.at-mobile-menu ul .menu-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}
.at-mobile-menu ul .menu-item-has-children.at-active > a .at-mean-expand:before {
  content: "\f068";
}
.at-mobile-menu ul .menu-item-has-children.at-active > a:after {
  content: "\f068";
}
.at-mobile-menu > ul {
  padding: 0 30px;
}
.at-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.at-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--title-color);
  display: inline-block;
  border-radius: 50%;
}
.at-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.at-menu-toggle.style-text, .at-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}
.at-menu-toggle.style-text i, .at-menu-toggle.style-text-white i {
  margin-right: 10px;
}
.at-menu-toggle.style-text-white {
  color: var(--white-color);
}

@media (max-width: 400px) {
  .at-menu-wrapper .at-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .at-mobile-menu > ul {
    padding: 0 20px;
  }
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: var(--white-color);
}

.preloader {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: var(--theme-color);
  animation: preloader 1.3s linear infinite;
  -webkit-animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*------------------- 3.2. Buttons -------------------*/
.at-btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  border: none;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 0.7;
  min-height: 64px;
  padding: 20px 45px;
  min-width: 170px;
  border-radius: 50px;
  justify-content: center;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Extra small devices */
}
.at-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--title-color);
  z-index: -1;
  transition: 0.5s;
  mask-image: url(../img/theme-img/btn-mask.png);
  mask-size: 3000% 100%;
  mask-repeat: no-repeat;
  animation: ani2 0.7s steps(29) forwards;
}
.at-btn:focus, .at-btn:hover, .at-btn:active {
  background: var(--theme-color);
  color: var(--title-color);
}
.at-btn:focus:after, .at-btn:hover:after, .at-btn:active:after {
  animation: ani 0.7s steps(29) forwards;
}
.at-btn.style2 {
  background: var(--title-color);
  color: var(--title-color);
}
.at-btn.style2:after {
  background: var(--theme-color);
}
.at-btn.style2:focus, .at-btn.style2:hover, .at-btn.style2:active {
  color: var(--white-color);
}
.at-btn.style3 {
  background: var(--white-color);
  color: var(--title-color);
}
.at-btn.style3:after {
  background: var(--theme-color);
}
.at-btn.style3:focus, .at-btn.style3:hover, .at-btn.style3:active {
  color: var(--title-color);
}
.at-btn.style4 {
  color: var(--white-color);
  background: rgba(19, 26, 34, 0.2);
}
.at-btn.style4:after {
  backdrop-filter: blur(7px);
  background: rgba(255, 255, 255, 0.2);
}
.at-btn.style4:focus, .at-btn.style4:hover, .at-btn.style4:active {
  color: var(--title-color);
  background: var(--white-color);
}
.at-btn.style4:focus:after, .at-btn.style4:hover:after, .at-btn.style4:active:after {
  background: var(--title-color);
}
.at-btn.style5 {
  color: var(--white-color);
}
.at-btn.style5:focus, .at-btn.style5:hover, .at-btn.style5:active {
  color: var(--white-color);
}
.at-btn.style6 {
  background: var(--title-color);
  color: var(--white-color);
}
.at-btn.style6:after {
  background: var(--theme-color);
}
.at-btn.style6:focus, .at-btn.style6:hover, .at-btn.style6:active {
  color: var(--white-color);
}
.at-btn.style7 {
  background: var(--white-color);
  color: var(--white-color);
}
.at-btn.style7:after {
  background: var(--title-color);
}
.at-btn.style7:focus, .at-btn.style7:hover, .at-btn.style7:active {
  color: var(--title-color);
}
.at-btn.style8 {
  background: var(--theme-color);
  color: var(--title-color);
}
.at-btn.style8:after {
  background: var(--white-color);
}
.at-btn.style8:focus, .at-btn.style8:hover, .at-btn.style8:active {
  color: var(--title-color);
}
.at-btn.style-border {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  background: transparent;
}
.at-btn.style-border:active, .at-btn.style-border:focus, .at-btn.style-border:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--title-color);
}
.at-btn.style-border2 {
  border: 1px solid var(--at-border-color);
  color: var(--title-color);
  background: transparent;
}
.at-btn.style-border2:after {
  background: transparent;
}
.at-btn.style-border2:active, .at-btn.style-border2:focus, .at-btn.style-border2:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--title-color);
}
.at-btn.style-border2:active:after, .at-btn.style-border2:focus:after, .at-btn.style-border2:hover:after {
  background: var(--white-color);
}
.at-btn.style-border3 {
  border: 1px solid var(--white-color);
  color: var(--white-color);
  background: transparent;
}
.at-btn.style-border3:after {
  background: transparent;
}
.at-btn.style-border3:active, .at-btn.style-border3:focus, .at-btn.style-border3:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--title-color);
}
.at-btn.style-border3:active:after, .at-btn.style-border3:focus:after, .at-btn.style-border3:hover:after {
  background: var(--white-color);
}
.at-btn.style-border4 {
  border: 1px solid var(--at-border-color);
  color: var(--title-color);
  background: transparent;
}
.at-btn.style-border4:after {
  background: transparent;
}
.at-btn.style-border4:active, .at-btn.style-border4:focus, .at-btn.style-border4:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}
.at-btn.style-border4:active:after, .at-btn.style-border4:focus:after, .at-btn.style-border4:hover:after {
  background: var(--white-color);
}
.at-btn.style-border5 {
  border: 1px solid var(--title-color);
  color: var(--title-color);
  background: transparent;
}
.at-btn.style-border5:after {
  background: transparent;
}
.at-btn.style-border5:active, .at-btn.style-border5:focus, .at-btn.style-border5:hover {
  background: var(--title-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}
.at-btn.style-border5:active:after, .at-btn.style-border5:focus:after, .at-btn.style-border5:hover:after {
  background: var(--white-color);
}
.at-btn.style-border6 {
  border: 1px solid var(--at-border-color);
  color: var(--title-color);
  background: transparent;
}
.at-btn.style-border6:after {
  background: transparent;
}
.at-btn.style-border6:active, .at-btn.style-border6:focus, .at-btn.style-border6:hover {
  background: var(--title-color);
  border-color: var(--title-color);
  color: var(--white-color);
}
.at-btn.style-border6:active:after, .at-btn.style-border6:focus:after, .at-btn.style-border6:hover:after {
  background: var(--white-color);
}
.at-btn.btn-fw {
  width: 100%;
}
.at-btn.btn-fw:before, .at-btn.btn-fw:after {
  display: none;
}
.at-btn.btn-fw:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.at-btn.btn-md {
  padding: 20px 48px;
}
.at-btn.btn-sm {
  padding: 16px 25px;
  min-width: 140px;
  min-height: 46px;
}
.at-btn.btn-sm.style-border2 {
  padding: 15px 16px;
}
.at-btn.btn-radius-0 {
  border-radius: 0;
}
.at-btn.btn-radius-8 {
  border-radius: 8px;
}
.at-btn.btn-radius-10 {
  border-radius: 10px;
}
@media (max-width: 575px) {
  .at-btn {
    padding: 16px 30px;
    min-height: 50px;
  }
}

@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes btn-icon-anim {
  0% {
    top: 0;
    right: 2px;
  }
  25% {
    top: -10px;
    right: -10px;
  }
  50% {
    top: 10px;
    opacity: 0;
    right: 17px;
  }
  100% {
    top: 0;
    right: 2px;
    opacity: 1;
  }
}
.woosw-btn.woosw-btn-icon-only,
.icon-btn {
  display: inline-block;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--btn-font-size, 20px);
  background-color: var(--icon-bg, var(--theme-color));
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  border: 0;
  transition: 0.4s ease-in-out;
  position: relative;
}
.woosw-btn.woosw-btn-icon-only:hover,
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: 0;
}
.woosw-btn.woosw-btn-icon-only.style2,
.icon-btn.style2 {
  background: rgba(19, 26, 34, 0.05);
  color: var(--title-color);
}
.woosw-btn.woosw-btn-icon-only.style2:hover,
.icon-btn.style2:hover {
  background: var(--title-color);
  color: var(--white-color);
}
.woosw-btn.woosw-btn-icon-only.style-border,
.icon-btn.style-border {
  border: 1px solid var(--at-border-color);
  background: transparent;
  color: var(--title-color);
}
.woosw-btn.woosw-btn-icon-only.style-border:hover,
.icon-btn.style-border:hover {
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: var(--white-color);
}
.woosw-btn.woosw-btn-icon-only.style-border2,
.icon-btn.style-border2 {
  border: 1px solid var(--at-border-color);
  background: transparent;
  color: var(--title-color);
}
.woosw-btn.woosw-btn-icon-only.style-border2:hover,
.icon-btn.style-border2:hover {
  background: var(--title-color);
  border: 1px solid var(--title-color);
  color: var(--white-color);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
  display: inline-flex;
  width: var(--icon-size, 100px);
  height: var(--icon-size, 100px);
  line-height: var(--icon-size, 100px);
  text-align: center;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  color: var(--title-color);
  font-size: var(--icon-font-size, 1.4em);
  border: 1px solid var(--title-color);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .play-btn > i {
    --icon-size: 60px;
    --icon-font-size: 16px;
  }
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1px solid rgba(19, 26, 34, 0.5);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn:after {
  animation-delay: 2s;
}
.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--title-color);
  color: var(--white-color);
}
.play-btn.style2 {
  --icon-size: 150px;
  --icon-font-size: 40px;
  background: transparent;
  /* Medium Large devices */
}
.play-btn.style2 i {
  color: var(--white-color);
  background: transparent;
  border: 1px solid var(--white-color);
}
.play-btn.style2:before, .play-btn.style2:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}
.play-btn.style2:hover i {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.play-btn.style2:hover:before, .play-btn.style2:hover:after {
  background-color: var(--white-color);
}
@media (max-width: 1399px) {
  .play-btn.style2 {
    --icon-size: 100px;
    --icon-font-size: 30px;
  }
}

.link-btn {
  font-weight: 400;
  font-size: 12px;
  display: inline-flex;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  color: var(--title-color);
}
.link-btn i {
  position: relative;
  font-size: 12px;
  top: 0;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.link-btn:hover, .link-btn.active {
  color: var(--theme-color);
}
.link-btn:hover::before, .link-btn.active::before {
  width: 100%;
}
.link-btn:hover i.fa-arrow-up-right, .link-btn.active i.fa-arrow-up-right {
  transform: rotate(45deg);
}
.link-btn.style2 {
  color: var(--body-color);
}
.link-btn.style2:before {
  background: var(--theme-color);
}
.link-btn.style2:hover {
  color: var(--theme-color);
}
.link-btn.style2:hover:before {
  background: var(--theme-color);
  width: 100%;
}
.link-btn.style3 {
  font-size: 14px;
  font-weight: 400;
  color: var(--title-color);
  position: relative;
  display: flex;
  margin-bottom: 0;
}
.link-btn.style3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--title-color);
  transition: all ease 0.4s;
}
.link-btn.style3 i {
  margin-left: 36px;
}
.link-btn.style3:hover:before {
  width: 100%;
}
.link-btn.style4 {
  font-size: 14px;
  font-weight: 400;
  color: var(--white-color);
  position: relative;
  display: flex;
  margin-bottom: 0;
}
.link-btn.style4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--white-color);
  transition: all ease 0.4s;
}
.link-btn.style4 i {
  margin-left: 36px;
}
.link-btn.style4:hover:before {
  width: 100%;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 55px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(45px);
  transition: all 300ms linear;
}
.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}
.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  transition: all 400ms linear;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 11px);
  margin-top: -0.25em;
  font-weight: 500;
}

.sub-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
  margin-bottom: 24px;
  line-height: 24px;
  margin-top: -0.07em;
  position: relative;
}
.sub-title.style2 {
  background: var(--theme-color);
  color: var(--title-color);
  display: inline-flex;
  padding: 8px 35px;
  border-radius: 40px;
  margin-top: 0;
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.32em;
}
.box-title a {
  color: inherit;
}
.box-title a:hover {
  color: var(--theme-color);
}

.box-subtitle {
  margin-bottom: 8px;
}

.box-title2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: -0.35em;
}
.box-title2 a {
  color: inherit;
}
.box-title2 a:hover {
  color: var(--theme-color);
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 12px);
  position: relative;
  z-index: 2;
}
.title-area .sec-title {
  margin-bottom: 22px;
}
.title-area.mb-0 .sec-title {
  margin-bottom: -0.24em;
}
.title-area.text-center .sub-title {
  justify-content: center;
}
@media (min-width: 768px) {
  .title-area.text-md-start.text-center .sub-title {
    justify-content: start;
  }
}
@media (min-width: 992px) {
  .title-area.text-lg-start.text-center .sub-title {
    justify-content: start;
  }
}
@media (min-width: 1200px) {
  .title-area.text-xl-start.text-center .sub-title {
    justify-content: start;
  }
}

.mb-32 {
  margin-bottom: 32px;
}

hr.title-line {
  margin-top: 0;
  background-color: var(--at-border-color);
  opacity: 1;
  margin-bottom: var(--section-title-space) !important;
}

.sec-btn {
  text-align: center;
}

.sec-btn,
.title-line {
  margin-bottom: var(--section-title-space);
}

.shadow-title {
  font-family: var(--title-font);
  font-size: 74px;
  font-weight: 900;
  line-height: 1;
  background-image: linear-gradient(180deg, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: -0.55em 0 -0.45em -0.25em;
}
.shadow-title.color2 {
  background-image: linear-gradient(180deg, #232C47 0%, rgba(20, 29, 56, 0) 91.15%);
}
.shadow-title.color3 {
  background-image: linear-gradient(180deg, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%);
}

.title-area2 {
  padding: 50px 100px;
}
.title-area2 .subtitle {
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: -0.4em;
  margin-bottom: 5px;
  display: block;
}
.title-area2 .title {
  color: var(--white-color);
  max-width: 430px;
  margin-bottom: -0.26em;
}

@media (max-width: 1700px) {
  .title-area2 {
    padding: 50px 50px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px;
  }
  .shadow-title {
    font-size: 64px;
  }
  .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;
  }
  .title-area2 .title {
    max-width: 300px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .shadow-title {
    font-size: 60px;
  }
  .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;
  }
  .sub-title.h4 {
    font-size: 22px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .title-area2 {
    text-align: center;
  }
  .title-area2 .title {
    max-width: 100%;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .shadow-title {
    font-size: 52px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .shadow-title {
    font-size: 40px;
  }
  .title-area2 {
    padding: 40px 20px;
  }
}
/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.shape-mockup.z-index-3 {
  z-index: 3;
  pointer-events: none;
}
.shape-mockup.z-index-1 {
  z-index: 1;
  pointer-events: none;
}
.shape-mockup .svg-img {
  height: 110px;
  width: 110px;
}

.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 {
  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: 8px;
  right: 8px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}

.at-social {
  display: inline-flex;
  flex-wrap: wrap;
}
.at-social a {
  display: inline-flex;
  width: var(--icon-size, 30px);
  height: var(--icon-size, 30px);
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  text-align: center;
  margin-right: 20px;
  border-radius: 50%;
}
.at-social a:last-child {
  margin-right: 0;
}
.at-social a:hover {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: var(--title-color);
}
.at-social.style2 a {
  width: auto;
  height: auto;
  border: 0;
  color: var(--title-color);
  font-size: 14px;
}
.at-social.style2 a:hover {
  background: transparent;
  color: var(--theme-color);
}
.at-social.style3 a {
  width: auto;
  height: auto;
  border: 0;
  color: var(--white-color);
  font-size: 16px;
  margin-right: 35px;
}
.at-social.style3 a:hover {
  background: transparent;
  color: var(--theme-color);
}
.at-social.style3 a:last-child {
  margin-right: 0;
}
.at-social.style4 a {
  color: var(--title-color);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.at-social.style4 a:hover {
  background: var(--title-color);
  color: var(--white-color);
  border-color: var(--title-color);
}
.at-social.style5 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.at-social.style5 a {
  --icon-size: 50px;
  color: var(--title-color);
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}
.at-social.style5 a:hover {
  background: var(--title-color);
  color: var(--white-color);
  border-color: var(--title-color);
}

.bg-mask {
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}

.box-icon img {
  transition: 0.4s ease-in-out;
}

.box-text {
  margin-bottom: -0.5em;
}

.at-bg-img {
  position: absolute;
  inset: 0;
}
.at-bg-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.4s ease;
  transform: scale(0.5);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.th-radius {
  border-radius: 50px;
}

.th--hover-item {
  position: relative;
}

.th--hover-img {
  display: inline-block;
  position: relative;
}
.th--hover-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-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: 18px;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-xs {
  font-size: 14px;
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

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

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

.bg-smoke3 {
  background-color: var(--smoke-color3) !important;
}

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

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

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

.bg-light2 {
  background-color: var(--light-color2) !important;
}

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

.bg-black2 {
  background-color: var(--black-color2) !important;
}

.bg-black3 {
  background-color: var(--black-color3) !important;
}

.bg-black4 {
  background-color: var(--black-color4) !important;
}

.bg-black5 {
  background-color: var(--black-color5) !important;
}

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

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

.gradient-body {
  background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
}

.gr-bg1 {
  background-image: linear-gradient(80deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 23.81%, rgba(198, 241, 255, 0.3) 45.3%, rgba(248, 242, 222, 0.3) 68.4%, rgba(212, 179, 253, 0.3) 99.5%);
}

.gr-bg2 {
  background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
}

.gr-bg3 {
  background-image: linear-gradient(110.59deg, rgba(236, 207, 254, 0.4) 0%, rgba(255, 221, 221, 0.5) 46.79%, rgba(247, 255, 229, 0.7) 100%);
  backdrop-filter: blur(10px);
}

.gr-bg4 {
  background-image: linear-gradient(105.44deg, rgba(255, 229, 133, 0.4) 0%, rgba(189, 255, 199, 0.4) 48.48%, rgba(223, 109, 223, 0.4) 100%);
  backdrop-filter: blur(15px);
}

.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;
}

.bg-bottom-right {
  background-size: auto;
  background-position: bottom right;
}

.bg-top-right {
  background-size: auto;
  background-position: top right;
}

.bg-top-left {
  background-size: auto;
  background-position: top left;
}

.bg-attachment {
  background-attachment: fixed;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !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;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 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=title]:before {
  background-color: var(--title-color);
}

[data-overlay=smoke]:before {
  background-color: var(--smoke-color);
}

[data-overlay=gray]:before {
  background-color: var(--gray-color);
}

[data-overlay=white]:before {
  background-color: var(--white-color);
}

[data-overlay=black]:before {
  background-color: var(--black-color);
}

[data-overlay=black4]:before {
  background-color: var(--black-color4);
}

[data-overlay=black5]:before {
  background-color: var(--black-color5);
}

[data-overlay=black7]:before {
  background-color: var(--black-color7);
}

[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;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation, .contact-map-wrap .office-contact-card:before, .play-btn:after, .play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes ripple2 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(2.8);
    opacity: 0;
  }
}
.bounce {
  animation: bounce 2s ease infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.fancy-animation {
  animation: morph 8s ease-in-out infinite;
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.shake {
  animation: shake 2s linear infinite;
}

@keyframes shake {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0);
  }
}
.movingCar {
  animation: movingCar 25s linear infinite;
}

@keyframes movingCar {
  0% {
    transform: translateX(0) rotateY(0deg);
  }
  50% {
    transform: translateX(calc(-100vw + 108%));
  }
  51% {
    transform: translateX(calc(-100vw + 108%)) rotateY(180deg);
  }
  100% {
    transform: translateX(0) rotateY(180deg);
  }
}
.moving {
  animation: moving 8s linear infinite;
}

@keyframes moving {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

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

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.spin {
  animation: spin 10s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bg-color-ani,
.color-animate {
  animation: bgColor 6s linear infinite;
}

@keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }
  25% {
    background-color: #81F24C;
  }
  50% {
    background-color: #41F27D;
  }
  75% {
    background-color: #0500FF;
  }
  100% {
    background-color: #F2BA4C;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes animate-positive2 {
  0% {
    height: 0;
  }
}
.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
  --animation-name: fadein;
}
.swiper-slide-active .scalein {
  --animation-name: scalein;
}
.swiper-slide-active .slidetopleft {
  --animation-name: slidetopleft;
}
.swiper-slide-active .slidebottomright {
  --animation-name: slidebottomright;
}
.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}
.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}
.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}
.swiper-slide-active .slideindown {
  --animation-name: slideindown;
}
.swiper-slide-active .rollinleft {
  --animation-name: rollinleft;
}
.swiper-slide-active .rollinright {
  --animation-name: rollinright;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
.spin2 {
  animation: spin2 10s linear infinite;
}

@keyframes spin2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.custom-anim-reveal-left {
  animation: custom-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes custom-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.custom-anim-reveal-right {
  animation: custom-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes custom-anim-right {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.custom-anim-reveal-top {
  animation: custom-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes custom-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget_schedule ul,
.wp-block-page-list ul,
.wp-block-archives-list ul,
.wp-block-categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.widget_schedule a,
.wp-block-page-list a,
.wp-block-archives-list a,
.wp-block-categories a {
  display: block;
  margin: 0 0 25px 0;
  padding: 0 35px 25px 0;
  border-bottom: 1px solid var(--at-border-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.18;
  color: var(--body-color);
}
.widget_nav_menu a:before,
.widget_meta a:before,
.widget_pages a:before,
.widget_archive a:before,
.widget_categories a:before,
.widget_schedule a:before,
.wp-block-page-list a:before,
.wp-block-archives-list a:before,
.wp-block-categories a:before {
  content: "\f105";
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 1px;
  font-family: var(--icon-font);
  font-weight: 300;
  color: var(--body-color);
  transition: all ease 0.4s;
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.widget_schedule li,
.wp-block-page-list li,
.wp-block-archives-list li,
.wp-block-categories li {
  display: block;
  position: relative;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span,
.widget_schedule li > span,
.wp-block-page-list li > span,
.wp-block-archives-list li > span,
.wp-block-categories li > span {
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  line-height: 1.18;
  transition: all ease 0.4s;
  color: var(--body-color);
  font-weight: 400;
}
.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,
.widget_schedule .menu,
.widget_schedule > ul,
.wp-block-page-list .menu,
.wp-block-page-list > ul,
.wp-block-archives-list .menu,
.wp-block-archives-list > ul,
.wp-block-categories .menu,
.wp-block-categories > ul {
  margin: 0 0 -25px 0;
}
.widget_nav_menu .menu > li:last-child > a,
.widget_nav_menu > ul > li:last-child > a,
.widget_meta .menu > li:last-child > a,
.widget_meta > ul > li:last-child > a,
.widget_pages .menu > li:last-child > a,
.widget_pages > ul > li:last-child > a,
.widget_archive .menu > li:last-child > a,
.widget_archive > ul > li:last-child > a,
.widget_categories .menu > li:last-child > a,
.widget_categories > ul > li:last-child > a,
.widget_schedule .menu > li:last-child > a,
.widget_schedule > ul > li:last-child > a,
.wp-block-page-list .menu > li:last-child > a,
.wp-block-page-list > ul > li:last-child > a,
.wp-block-archives-list .menu > li:last-child > a,
.wp-block-archives-list > ul > li:last-child > a,
.wp-block-categories .menu > li:last-child > a,
.wp-block-categories > ul > li:last-child > a {
  border-bottom: none;
  padding-bottom: 0;
}
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_schedule a:hover,
.wp-block-page-list a:hover,
.wp-block-archives-list a:hover,
.wp-block-categories a:hover {
  color: var(--title-color);
  border-bottom: 1px solid var(--title-color);
}
.widget_nav_menu a:hover:before,
.widget_meta a:hover:before,
.widget_pages a:hover:before,
.widget_archive a:hover:before,
.widget_categories a:hover:before,
.widget_schedule a:hover:before,
.wp-block-page-list a:hover:before,
.wp-block-archives-list a:hover:before,
.wp-block-categories a:hover:before {
  color: var(--title-color);
}
.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,
.widget_schedule a:hover ~ span,
.wp-block-page-list a:hover ~ span,
.wp-block-archives-list a:hover ~ span,
.wp-block-categories a:hover ~ span {
  color: var(--title-color);
}
.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .sub-menu,
.widget_archive .children,
.widget_categories .sub-menu,
.widget_categories .children,
.widget_schedule .sub-menu,
.widget_schedule .children,
.wp-block-page-list .sub-menu,
.wp-block-page-list .children,
.wp-block-archives-list .sub-menu,
.wp-block-archives-list .children,
.wp-block-categories .sub-menu,
.wp-block-categories .children {
  margin-left: 10px;
}

.wp-block-page-list,
.wp-block-archives-list,
.wp-block-categories {
  list-style: none;
  padding: 0;
}
.wp-block-page-list > li:last-child > a,
.wp-block-archives-list > li:last-child > a,
.wp-block-categories > li:last-child > a {
  margin-bottom: 0;
}

.wp-block-page-list {
  margin: 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget_schedule a {
  padding: 17px 28px;
  display: flex;
  /* Medium Large devices */
}
.widget_schedule a i {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (max-width: 1299px) {
  .widget_schedule a {
    font-size: 14px;
  }
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-archives a:not(:hover) {
  color: inherit;
}

.th-blog ul.wp-block-archives li {
  margin: 5px 0;
}

.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: transparent;
  margin-bottom: 40px;
  position: relative;
  border: 1px solid var(--at-border-color);
  border-radius: 0;
}
.widget[data-overlay]:before {
  z-index: -1;
  border-radius: 30px;
}
.widget select,
.widget input,
.widget .form-select,
.widget .form-control,
.widget textarea {
  background-color: var(--white-color);
}
.widget textarea {
  min-height: 120px;
}
.widget .form-group > i {
  background-color: var(--white-color);
}

.wp-block-archives__label,
.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.1em 0 40px 0;
  padding-bottom: 35px;
}
.wp-block-archives__label:before,
.widget_title:before {
  content: "";
  height: 1px;
  width: -webkit-fill-available;
  background-color: var(--at-border-color);
  position: absolute;
  bottom: 0;
  left: -40px;
  right: -40px;
  z-index: 1;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .wp-block-archives__label:before,
  .widget_title:before {
    left: -30px;
    right: -30px;
  }
}
@media (max-width: 991px) {
  .wp-block-archives__label:before,
  .widget_title:before {
    left: -40px;
    right: -40px;
  }
}
@media (max-width: 767px) {
  .wp-block-archives__label:before,
  .widget_title:before {
    left: -30px;
    right: -30px;
  }
}

@keyframes lineMove {
  0% {
    left: 0px;
  }
  50% {
    left: calc(100% - 50px);
  }
  100% {
    left: 0px;
  }
}
.widget-form {
  --bs-gutter-x: 20px;
}

.widget .search-form {
  position: relative;
  display: flex;
}
.widget .search-form input {
  flex: 1;
  border-radius: 0;
  padding-right: 85px;
  padding-left: 20px;
  height: 60px;
  border: 1px solid var(--at-border-color);
  font-size: 14px;
}
.widget .search-form input:focus {
  border-color: var(--theme-color);
}
.widget .search-form button {
  border: none;
  font-size: 16px;
  background-color: var(--title-color);
  color: var(--white-color);
  display: inline-block;
  padding: 0;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 22px;
}
.widget .search-form button:hover {
  background: var(--theme-color);
  color: var(--title-color);
}

.wp-block-tag-cloud,
.tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
  line-height: 1;
  letter-spacing: -0.02em;
  padding: 10px 17px;
  color: var(--body-color);
  background-color: var(--white-color);
  border: 1px solid var(--at-border-color);
  border-radius: 0;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--title-color) !important;
  border-color: var(--theme-color);
}

.widget-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 320px;
}
.widget-gallery .icon-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  --btn-size: 40px;
  color: var(--white-color);
  background: var(--title-color);
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.widget-gallery .icon-btn:hover {
  background: var(--theme-color);
  color: var(--title-color);
}
.widget-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
.widget-gallery .gallery-thumb:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--title-color);
  mix-blend-mode: multiply;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  border-radius: inherit;
  transition: 0.4s ease-in-out;
}
.widget-gallery .gallery-thumb img {
  width: 100%;
}
.widget-gallery .gallery-thumb:hover:before {
  transform: scaleX(1);
}
.widget-gallery .gallery-thumb:hover .icon-btn {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.widget-gallery .wp-block-image {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  width: 100% !important;
}
.widget-gallery .wp-block-image img {
  width: 100%;
}

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--at-border-color);
  padding-bottom: 20px;
}
.recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.recent-post .media-img {
  margin-right: 15px;
  width: 80px;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  align-self: self-start;
}
.recent-post .media-img img {
  width: 100%;
  transition: 0.4s ease-in-out;
}
.recent-post .media-img:after {
  content: "\f0c1";
  font-family: var(--icon-font);
  position: absolute;
  inset: 0;
  text-align: center;
  line-height: 85px;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--theme-color);
  pointer-events: none;
  transform: scale(0);
  transition: 0.4s ease-in-out;
}
.recent-post .post-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.555;
  letter-spacing: -0.02em;
  margin: -0.3em 0 5px 0;
  font-family: var(--title-font);
  text-transform: capitalize;
}
.recent-post .post-title a {
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 0.5s ease-in-out;
}
.recent-post .post-title a:hover {
  background-size: 100% 2px;
  color: var(--title-color);
}
.recent-post .recent-post-meta {
  margin-bottom: -0.3em;
}
.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 16px;
  color: var(--body-color);
  font-family: var(--body-font);
  letter-spacing: -0.02em;
}
.recent-post .recent-post-meta a i {
  margin-right: 7px;
  color: var(--title-color);
}
.recent-post .recent-post-meta a:hover {
  color: var(--title-color);
}
.recent-post:hover .media-img img {
  transform: scale(1.1);
}
.recent-post:hover .media-img:after {
  transform: scale(1);
}

.widget_team_info {
  border: 0;
  padding: 0 !important;
  border-radius: 0;
  overflow: hidden;
  background: var(--smoke-color);
}
.widget_team_info .widget-thumb img {
  width: 100%;
}
.widget_team_info .widget-info-wrap {
  background: var(--title-color);
  border-radius: 0;
  padding: 25px 40px;
}
.widget_team_info .widget-info-wrap .box-title {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: -0.1em;
}
.widget_team_info .widget-info-wrap .box-text {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 400;
  margin-top: 8px;
}
.widget_team_info .info-list {
  margin-top: -20px;
  padding: 40px 40px 40px;
  /* Extra large devices */
}
.widget_team_info .info-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_team_info .info-list strong {
  font-weight: 500;
  color: var(--title-color);
  display: block;
  font-size: 18px;
  position: relative;
  margin-bottom: 4px;
}
.widget_team_info .info-list strong:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 13px;
  top: 6px;
  left: -10px;
  background: var(--theme-color);
}
.widget_team_info .info-list li {
  border-bottom: 1px solid var(--at-border-color);
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 10px;
}
.widget_team_info .info-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget_team_info .info-list li a {
  color: var(--body-color);
}
.widget_team_info .info-list li .at-social {
  margin-top: 5px;
}
@media (max-width: 1500px) {
  .widget_team_info .info-list {
    padding: 38px 30px 38px;
  }
}

.sidebar-area {
  margin-bottom: -10px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .sidebar-area {
    margin-bottom: 0;
  }
}
.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-radius: 50px;
}
.sidebar-area .sidebar-gallery {
  margin-bottom: 0 !important;
}
.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}
.sidebar-area .wp-block-search__label,
.sidebar-area .wp-block-group__inner-container h2 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  padding-bottom: 20px;
  margin: -0.12em 0 38px 0;
}
.sidebar-area .wp-block-search__label:after, .sidebar-area .wp-block-search__label:before,
.sidebar-area .wp-block-group__inner-container h2:after,
.sidebar-area .wp-block-group__inner-container h2:before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: var(--at-border-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.sidebar-area .wp-block-search__label:after,
.sidebar-area .wp-block-group__inner-container h2:after {
  background-color: var(--theme-color);
  width: 40px;
}
.sidebar-area .wp-block-group:has(.wp-block-heading) .wp-block-search__label {
  padding-bottom: 0;
  margin-bottom: 20px;
  font-size: 20px;
}
.sidebar-area .wp-block-group:has(.wp-block-heading) .wp-block-search__label:after, .sidebar-area .wp-block-group:has(.wp-block-heading) .wp-block-search__label:before {
  display: none;
}
.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}
.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.download-widget-wrap .at-btn {
  width: 100%;
}
.download-widget-wrap .at-btn:first-child {
  margin-bottom: 15px;
}
.download-widget-wrap .at-btn.style2 {
  color: var(--body-color);
}
.download-widget-wrap .at-btn.style2:before {
  background-color: var(--theme-color);
}
.download-widget-wrap .at-btn.style2:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
}

.widget-novloion-wrap {
  text-align: center;
  /* Large devices */
}
.widget-novloion-wrap .novloe-price {
  background: var(--theme-color);
  display: inline-block;
  font-size: 48px;
  font-weight: 800;
  color: var(--white-color);
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  margin-bottom: 25px;
}
.widget-novloion-wrap .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .widget-novloion-wrap .title {
    font-size: 22px;
    margin-bottom: 22px;
  }
}

.recent-novloe-wrap {
  /* Large devices */
}
.recent-novloe-wrap .recent-post {
  margin-bottom: 20px;
}
.recent-novloe-wrap .recent-post:last-child {
  margin-bottom: 0;
}
.recent-novloe-wrap .recent-post .media-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.recent-novloe-wrap .recent-post .media-img:after {
  border-radius: 50%;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--theme-color);
}
.recent-novloe-wrap .recent-post .post-title {
  font-size: 22px;
  font-weight: 700;
  margin: -0.2em 0 8px;
}
.recent-novloe-wrap .recent-post .recent-post-meta {
  margin-bottom: -0.4em;
}
.recent-novloe-wrap .recent-post .recent-post-meta a {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color);
}
.recent-novloe-wrap .recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}
@media (max-width: 1199px) {
  .recent-novloe-wrap .recent-post .post-title {
    font-size: 20px;
  }
}

.widget_info .at-btn {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.widget_info .at-video {
  margin-bottom: 20px;
}

.info-list {
  margin-top: -16px;
}
.info-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-list strong {
  font-weight: 600;
  color: var(--title-color);
  display: block;
  font-size: 18pxx;
}
.info-list li {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.info-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: -0.45em;
}
.info-list .at-social {
  gap: 8px;
}
.info-list .at-social a {
  margin: 0;
  border: 1px solid var(--at-border-color);
  color: var(--title-color);
}
.info-list .at-social a:hover {
  border: 1px solid var(--title-color);
  background: var(--title-color);
  color: var(--white-color);
}

.price_slider_wrapper {
  margin-top: -0.5em;
}
.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(--title-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(--title-color);
  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 {
  transform: translateX(-9px);
}
.price_slider_wrapper button,
.price_slider_wrapper .button {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-weight: 500;
  line-height: 1.6;
  text-transform: capitalize;
  text-align: center;
  border: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 7px 20px;
  min-width: 100px;
  font-size: 14px;
  border-radius: 0;
  transition: 0.4s ease-in;
}
.price_slider_wrapper button:hover,
.price_slider_wrapper .button:hover {
  background-color: var(--title-color);
}

.widget_shopping_cart .widget_title {
  margin-bottom: 35px;
  border-bottom: none;
}
.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
}
.widget_shopping_cart ul li {
  list-style-type: none;
}
.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 .mini_cart_item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.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%;
  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;
}
.widget_shopping_cart .quantity {
  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 .at-btn {
  margin-right: 15px;
}
.widget_shopping_cart .at-btn:last-child {
  margin-right: 0;
}

.widget_banner {
  padding: 0 0 40px;
  background: var(--theme-color);
  overflow: hidden;
  text-align: center;
}
.widget_banner .widget-banner-thumb {
  background: var(--theme-color);
  padding-bottom: 3px;
}
.widget_banner .widget-banner-thumb .thumb img {
  width: 100%;
}
.widget_banner .box-content {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 40px 35px 68px;
  margin: 40px 40px 0;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .widget_banner .box-content {
    padding: 30px 30px 68px;
    margin: 30px 30px 0;
  }
}
.widget_banner .box-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--white-color);
  line-height: 1.416;
  margin-bottom: 28px;
  /* Small devices */
}
@media (max-width: 767px) {
  .widget_banner .box-title {
    font-size: 20px;
  }
}
.widget_banner .box-subtitle {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.widget_banner .box-link {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.555;
}
.widget_banner .box-link:hover {
  color: var(--title-color);
}
.widget_banner .at-btn {
  padding: 19px 40px;
  margin-top: -28px;
}

.at-video-widget .video-thumb {
  position: relative;
}
.at-video-widget .play-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.at-video-widget .play-btn i {
  font-size: 16px;
}
.at-video-widget .video-thumb-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: -0.3em;
}

.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_recent_entries ul li > a:hover {
  color: var(--theme-color);
}
.widget_recent_entries ul li span.post-date {
  font-size: 14px;
}
.widget_recent_entries ul li:not(:last-child) {
  border-bottom: 1px solid #dadada;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.widget_recent_comments ul,
.wp-block-latest-comments ul {
  list-style-type: none;
  padding-left: 0;
}

ul.widget_recent_comments,
ol.widget_recent_comments,
.wp-block-latest-comments {
  margin-top: -0.11em;
  padding-left: 0;
}

.widget_recent_comments ol,
.widget_recent_comments ul,
.wp-block-latest-comments ol,
.wp-block-latest-comments ul {
  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: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.has-avatars li,
.wp-block-latest-comments.has-avatars li {
  padding-left: 0;
  padding-bottom: 0 !important;
}
.widget_recent_comments.has-avatars li:before,
.wp-block-latest-comments.has-avatars li:before {
  display: none;
}
.widget_recent_comments .avatar,
.wp-block-latest-comments .avatar {
  margin-top: 0.4em;
}
.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
  padding-bottom: 12px;
}
.widget_recent_comments article,
.wp-block-latest-comments article {
  line-height: 1.5;
}
.widget_recent_comments a,
.wp-block-latest-comments a {
  color: inherit;
}
.widget_recent_comments a:hover,
.wp-block-latest-comments a:hover {
  color: var(--theme-color);
}

.wp-block-latest-comments__comment {
  line-height: 1.6;
}
.wp-block-latest-comments__comment a {
  color: var(--body-color);
}
.wp-block-latest-comments__comment a:hover {
  color: var(--theme-color);
}
.wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 10px;
}

.wp-block-calendar,
.calendar_wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
  border: none;
  min-width: 250px;
}
.wp-block-calendar span[class*=wp-calendar-nav],
.calendar_wrap span[class*=wp-calendar-nav] {
  position: absolute;
  top: 9px;
  left: 20px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 400;
  z-index: 1;
  line-height: 1.7;
}
.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(--white-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: var(--title-color);
  font-weight: 500;
}
.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
  border-left: 1px solid #eee;
}
.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
  border-right: 1px solid #eee;
}
.wp-block-calendar table th,
.calendar_wrap table th {
  font-weight: 500;
}
.wp-block-calendar td,
.calendar_wrap td {
  font-size: 14px;
  padding: 5px 5px;
  color: #01133c;
  border: 1px solid #eee;
  text-align: center;
  background-color: transparent;
  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: #fff;
}
.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-calendar a,
.calendar_wrap a {
  color: inherit;
  text-decoration: none;
}
.wp-block-calendar a:hover,
.calendar_wrap a:hover {
  color: var(--title-color);
}

.wp-block-calendar {
  border: none;
  padding-bottom: 0;
}
.wp-block-calendar table caption {
  color: var(--white-color);
}

ul.widget_rss, ul.wp-block-rss,
ol.widget_rss,
ol.wp-block-rss {
  padding-left: 0;
}

.widget_rss,
.wp-block-rss {
  list-style-type: none;
}
.widget_rss ul,
.wp-block-rss ul {
  margin: -0.2em 0 -0.5em 0;
  padding: 0;
  list-style: none;
}
.widget_rss ul .rsswidget,
.wp-block-rss ul .rsswidget {
  color: var(--title-color);
  font-family: var(--theme-font);
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.widget_rss ul .rssSummary,
.wp-block-rss ul .rssSummary {
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 1.5;
}
.widget_rss ul a,
.wp-block-rss ul a {
  display: block;
  font-weight: 600;
  color: inherit;
}
.widget_rss ul a:hover,
.wp-block-rss ul a:hover {
  color: var(--theme-color);
}
.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--title-color);
}
.widget_rss ul .rss-date:before,
.wp-block-rss ul .rss-date:before {
  content: "\f073";
  font-family: var(--icon-font);
  margin-right: 10px;
  font-weight: 300;
  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 li:not(:last-child),
.wp-block-rss li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}
.widget_rss a:hover,
.wp-block-rss a:hover {
  color: var(--theme-color);
}

.textwidget {
  margin-top: -0.1em;
}

.sidebar-area .widget_shopping_cart .at-btn {
  margin-right: 10px;
  padding: 8px 22px;
  font-size: 14px;
}

.widget:has(.author-widget-wrap) {
  padding: 0;
  overflow: hidden;
}

.author-widget-wrap {
  text-align: center;
  position: relative;
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  /* Large devices */
}
.author-widget-wrap .author-tag {
  background: var(--theme-color);
  position: absolute;
  left: 120px;
  top: -40px;
  font-size: 24px;
  font-weight: 800;
  color: var(--white-color);
  transform: rotate(-45deg) translate(-100%, 0);
  transform-origin: top left;
  padding: 15px 57px;
}
.author-widget-wrap .avater {
  display: inline-block;
}
.author-widget-wrap .avater img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.author-widget-wrap .name {
  font-size: 30px;
  font-weight: 700;
  margin-top: 22px;
  margin-bottom: 10px;
}
.author-widget-wrap .meta {
  display: block;
  margin-bottom: 4px;
}
.author-widget-wrap .meta a {
  color: var(--body-color);
}
.author-widget-wrap .meta a:hover {
  color: var(--theme-color);
}
.author-widget-wrap .meta:last-child {
  margin-bottom: -0.3em;
}
.author-widget-wrap .meta i {
  color: var(--theme-color);
  margin-right: 6px;
}
@media (max-width: 1199px) {
  .author-widget-wrap .name {
    font-size: 22px;
  }
  .author-widget-wrap .author-tag {
    font-size: 18px;
    left: 100px;
  }
}

@media (min-width: 1200px) {
  .sidebar-shop .widget {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .sidebar-shop .widget {
    margin-bottom: 24px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 22px;
    padding-bottom: 25px;
    margin: -0.12em 0 30px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
  .widget_title {
    padding-bottom: 35px;
    margin: -0.12em 0 40px 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    padding-bottom: 25px;
    margin: -0.12em 0 30px 0;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .recent-post .post-title {
    font-size: 16px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}
@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 14px;
    line-height: 24px;
  }
}
.footer-widget {
  margin-bottom: 50px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
.footer-widget .form-group > i {
  color: var(--theme-color);
  top: 18px;
}
.footer-widget .widget_title {
  max-width: 270px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  margin: -0.12em 0 30px 0;
  padding: 0;
  border: 0;
  letter-spacing: normal;
}
.footer-widget .widget_title:after, .footer-widget .widget_title:before {
  display: none;
}
.footer-widget .widget_title img {
  margin: -7px 10px 0 0;
}
.footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
  margin-top: -4px;
}
.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul, .footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -4px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 17px;
  font-family: var(--body-font);
  display: block;
  max-width: 100%;
  width: max-content;
  background-color: transparent;
  border: none;
  position: relative;
  box-shadow: none;
}
.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 {
  display: none;
}
.footer-widget.widget_meta a:after, .footer-widget.widget_pages a:after, .footer-widget.widget_archive a:after, .footer-widget.widget_categories a:after, .footer-widget.widget_nav_menu a:after {
  display: none;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
  background: var(--theme-color);
}
.footer-widget.widget_meta:has(span) a, .footer-widget.widget_pages:has(span) a, .footer-widget.widget_archive:has(span) a, .footer-widget.widget_categories:has(span) a, .footer-widget.widget_nav_menu:has(span) a {
  padding: 0 24px;
}
.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;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
  top: 2px;
  right: 0;
}
.footer-widget .recent-post {
  max-width: 300px;
  margin-bottom: 20px;
}
.footer-widget .recent-post .media-img {
  max-width: 80px;
}
.footer-widget .recent-post .media-img:after {
  line-height: 74px;
}
.footer-widget .recent-post .post-title {
  color: var(--white-color);
}
.footer-widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.footer-widget .recent-post .recent-post-meta {
  margin-top: -0.4em;
}
.footer-widget .recent-post .recent-post-meta a {
  font-weight: 400;
  line-height: 1.2;
}
.footer-widget .recent-post .recent-post-meta i {
  color: var(--theme-color);
}
.footer-widget .recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}
.footer-widget.wp-block-rss, .footer-widget.widget_rss {
  --title-color: #829592;
}

.at-widget-about {
  max-width: 312px;
}

.at-newsletter-widget {
  max-width: 316px;
}
.at-newsletter-widget .newsletter-form {
  display: flex;
  gap: 20px 16px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
}
.at-newsletter-widget .newsletter-form .form-group {
  margin-bottom: 0;
  width: 100%;
}
.at-newsletter-widget .newsletter-form .form-group input {
  background: transparent;
  border: 0;
  color: var(--white-color);
  font-size: 14px;
  height: 50px;
  padding: 0 30px;
  /* Large devices */
}
.at-newsletter-widget .newsletter-form .form-group input::placeholder {
  color: #4F5762;
}
@media (max-width: 1199px) {
  .at-newsletter-widget .newsletter-form .form-group input {
    height: 56px;
  }
}
.at-newsletter-widget .newsletter-form .icon-btn {
  min-width: auto;
  flex: none;
  background: transparent;
  width: auto;
  padding: 0 30px 0 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .at-newsletter-widget .newsletter-form .icon-btn {
    padding: 20px 40px;
  }
}
.at-newsletter-widget .info-card {
  margin-top: 30px;
}

/* Large devices */
@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;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }
  .social-box.mb-30 {
    margin-bottom: 25px;
  }
}
/*------------------- 4.2. Header  -------------------*/
.header-area {
  position: relative;
  z-index: 41;
}
.header-area .icon-btn {
  border-radius: 99px;
}
.header-area .menu-area {
  position: relative;
  z-index: 2;
}

.sticky-wrapper {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  animation: stickyAni 0.4s ease-in-out;
}

@keyframes stickyAni {
  0% {
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
.main-menu a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--title-font);
  color: var(--title-color);
}
.main-menu a:hover {
  color: var(--title-color);
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}
.main-menu > ul > li {
  margin: 0 27.5px;
}
.main-menu > ul > li > a {
  padding: 38.5px 0;
}
.main-menu > ul > li > a:hover {
  color: var(--title-color);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li:has(.sub-menu) > a:after, .main-menu ul li:has(.mega-menu) > a:after, .main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  font-weight: 600;
  top: 0;
  font-size: 0.9em;
  color: var(--title-color);
  transition: 0.3s ease-in-out;
}
.main-menu ul li:has(.sub-menu) > a:hover:after, .main-menu ul li:has(.mega-menu) > a:hover:after, .main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f106";
  transform: rotate(180deg);
  color: var(--title-color);
}
.main-menu ul li:has(.mega-menu) {
  position: static;
}
.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;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1) translateX(-50%);
  z-index: 9;
  border-bottom: 3px solid var(--theme-color);
}
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 230px;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  border-bottom: 3px solid var(--theme-color);
}
.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:has(.sub-menu) > a:after, .main-menu ul.sub-menu li:has(.mega-menu) > a:after, .main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 1px;
  display: inline-block;
}
.main-menu ul.sub-menu li:has(.sub-menu) > a:hover:after, .main-menu ul.sub-menu li:has(.mega-menu) > a:hover:after, .main-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
  content: "\f105";
  transform: rotate(180deg);
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0;
  text-transform: capitalize;
}
.main-menu ul.sub-menu li a:before {
  content: "\f0ad";
  position: absolute;
  top: 9px;
  left: 10px;
  font-family: var(--icon-font);
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: var(--title-color);
  font-weight: 300;
  opacity: 0;
  visibility: visible;
  transition: 0.3s ease-in-out;
}
.main-menu ul.sub-menu li a:hover {
  padding-left: 25px;
}
.main-menu ul.sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.main-menu .mega-menu-wrap {
  position: static;
}
.main-menu.style-white > ul > li > a {
  color: var(--white-color);
}
.main-menu.style-white > ul > li > a:after {
  color: var(--white-color);
}
.main-menu.style-white > ul > li > a:hover {
  color: var(--theme-color);
}
.main-menu.style-white > ul > li > a:hover:after {
  color: var(--theme-color);
}

@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 13px;
  }
}
.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-button .header-links {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--title-color);
  display: inline-block;
  padding: 0 7px;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
}
.header-button .header-links:hover {
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}
.header-button .header-links.style-white {
  color: var(--white-color);
  border: 1px solid var(--white-color);
}
.header-button .header-links.style-white:hover {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.header-button .header-contact-link {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 600;
}
.header-button .header-contact-link:hover {
  color: var(--theme-color);
}

.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-logo a {
  color: var(--title-color);
}
.header-logo a:hover {
  color: var(--theme-color);
}

.header-notice {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: var(--title-color);
  padding: 0 30px;
}

.header-top {
  padding: 9.5px 0;
  background-color: var(--theme-color);
  border-radius: 0 0 20px 20px;
  text-align: center;
  position: relative;
}
.header-top .header-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-top .header-links li {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  font-family: var(--body-font);
  letter-spacing: -0.02em;
  line-height: normal;
  color: rgba(255, 255, 255, 0.7);
}
.header-top .header-links li a {
  color: rgba(255, 255, 255, 0.7);
}
.header-top .header-links li a:hover {
  color: var(--white-color);
}
.header-top .header-links li:not(:last-child) {
  margin: 0 20px 0 0;
}
.header-top .header-links li:not(:last-child):after {
  content: "/";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translate(0, -50%);
  color: rgba(255, 255, 255, 0.7);
}
.header-top .header-close-toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  background: transparent;
  border: 0;
  padding: 0;
  color: var(--title-color);
  font-size: 16px;
}

.header-serach {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--title-color);
}
.header-serach:hover {
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}

/* Header default ---------------------------------- */
.header-default {
  background: var(--white-color);
}
.header-default .menu-area {
  /* Medium devices */
}
.header-default .menu-area .header-button {
  flex: none;
}
@media (max-width: 991px) {
  .header-default .menu-area {
    padding: 14.5px 0;
  }
}
.header-default .sticky-wrapper.sticky {
  background: var(--white-color);
}
.header-default .at-btn {
  min-height: 50px;
  padding: 20px 30px;
  font-size: 14px;
}

/* Header layout 1 ---------------------------------- */
.header-layout1 .header-top {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 0;
}
.header-layout1 .header-top .header-notice {
  color: var(--white-color);
  padding: 0;
}
.header-layout1 .header-top .header-close-toggle {
  color: var(--white-color);
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-layout1 .header-top .header-close-toggle {
    right: 0;
  }
}
.header-layout1 .main-menu > ul > li > a {
  padding: 30.5px 0;
}
.header-layout1 .menu-area {
  /* Medium devices */
}
@media (max-width: 991px) {
  .header-layout1 .menu-area {
    padding: 14.5px 0;
  }
}
.header-layout1 .at-menu-toggle:hover {
  background: var(--white-color);
  color: var(--title-color);
}
.header-layout1 .sticky-wrapper.sticky {
  background: var(--title-color);
}

/* Header layout 2 ---------------------------------- */
.header-layout2 {
  background: var(--smoke-color3);
}
.header-layout2 .header-top {
  background: var(--title-color);
  border-radius: 0;
  padding: 7px 0;
}
.header-layout2 .at-menu-toggle {
  color: var(--white-color);
}
.header-layout2 .at-btn {
  min-height: 50px;
  padding: 20px 30px;
  font-size: 14px;
}
.header-layout2 .menu-area {
  /* Medium devices */
}
@media (max-width: 991px) {
  .header-layout2 .menu-area {
    padding: 14.5px 0;
  }
}

/* Header layout 3 ---------------------------------- */
.header-layout3 .main-menu > ul > li {
  margin: 0 5px;
}
.header-layout3 .main-menu > ul > li > a {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFAF8 100%);
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.02);
  border-radius: 2px;
  padding: 2.5px 10px;
}
.header-layout3 .menu-area {
  margin-right: 227px;
  padding: 21.5px 0;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1500px) {
  .header-layout3 .menu-area {
    margin-right: 380px;
  }
}
@media (max-width: 1299px) {
  .header-layout3 .menu-area {
    margin-right: 348px;
  }
}
@media (max-width: 1199px) {
  .header-layout3 .menu-area {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .header-layout3 .menu-area {
    padding: 14.5px 0;
  }
}
.header-layout3 .at-menu-toggle {
  color: var(--white-color);
}
.header-layout3 .sticky-wrapper.sticky {
  background: #FFFAF8;
}
.header-layout3 .sticky-wrapper.sticky .menu-area {
  margin-right: 0;
}

/* Header layout 4 ---------------------------------- */
.header-layout4 {
  background: #FFFAEF;
}
.header-layout4 .menu-area {
  /* Medium devices */
}
@media (max-width: 991px) {
  .header-layout4 .menu-area {
    padding: 14.5px 0;
  }
}
.header-layout4 .main-menu > ul > li > a {
  padding: 36.5px 0;
  font-weight: 700;
  text-transform: uppercase;
}
.header-layout4 .at-btn {
  min-height: 50px;
  padding: 18px 30px;
}

/* Header layout 5 ---------------------------------- */
.header-layout5 .menu-area {
  /* Medium devices */
}
@media (max-width: 991px) {
  .header-layout5 .menu-area {
    padding: 14.5px 0;
  }
}
.header-layout5 .header-contact-link {
  color: var(--title-color);
}
.header-layout5 .main-menu {
  margin-right: 60px;
}
.header-layout5 .main-menu > ul > li {
  margin: 0 20.5px;
}
.header-layout5 .main-menu > ul > li > a {
  padding: 36.5px 0;
}
.header-layout5 .at-menu-toggle {
  color: var(--white-color);
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  --body-color: #829592;
  position: relative;
  z-index: 2;
  background-color: var(--title-color);
  overflow: hidden;
}
.footer-wrapper .social-links a {
  margin: 0 30px 0 0;
}

.widget-area {
  padding-top: 140px;
  padding-bottom: 80px;
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  padding-top: 55px;
  margin-left: -30px;
  /* Large devices */
  /* Extra small devices */
}
.footer-menu-links .footer-single-links {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--white-color);
  display: inline-block;
  margin-bottom: -0.3em;
  /* Extra small devices */
}
.footer-menu-links .footer-single-links:hover {
  color: var(--theme-color);
}
@media (max-width: 575px) {
  .footer-menu-links .footer-single-links {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .footer-menu-links {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .footer-menu-links {
    justify-content: center;
  }
}

.footer-links ul {
  padding: 0;
  margin: 0;
}
.footer-links li {
  font-family: var(--body-font);
  display: inline-flex;
  margin-right: 12px;
  position: relative;
  align-items: center;
  gap: 16px;
}
.footer-links li:after {
  content: "";
  height: 1px;
  width: 10px;
  background-color: var(--theme-color);
  position: relative;
  display: inline-block;
  margin: 0;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .footer-links li:after {
    display: none;
  }
}
.footer-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer-links li:last-child:after {
  display: none;
}
.footer-links a {
  font-family: inherit;
  color: var(--white-color);
}
.footer-links a:hover {
  color: var(--theme-color);
}

.copyright-wrap {
  padding: 60px 0;
  background-color: #10161D;
  /* Medium devices */
}
.copyright-wrap .copyright-text {
  color: #777777;
  margin-bottom: 0;
}
.copyright-wrap .copyright-text a {
  font-size: 16px;
  color: var(--white-color);
}
.copyright-wrap .copyright-text a:hover {
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .copyright-wrap {
    padding: 40px 0;
  }
}

/*footer default**********************/
.info-card {
  display: flex;
  gap: 14px;
  align-items: center;
}
.info-card .box-icon {
  flex: none;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(119, 119, 119, 0.1);
  color: var(--white-color);
  border-radius: 50%;
}
.info-card .box-title {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: -0.3em;
  line-height: 1.833;
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-wrapper .widget-area {
    padding-top: var(--section-space-mobile);
  }
}
/* footer default ---------------------------------- */
.footer-default {
  position: relative;
  --body-color: #ffffff;
  /* Small devices */
}
@media (max-width: 767px) {
  .footer-default .at-widget-about {
    max-width: none;
  }
}

/* footer layout1 ---------------------------------- */
.footer-layout1 {
  position: relative;
  --body-color: #ffffff;
}
.footer-layout1 .footer-top .subscribe-box .subscribe-box_title {
  font-size: 32px;
  font-weight: 500;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .footer-layout1 .footer-top .subscribe-box .subscribe-box_title {
    font-size: 24px;
  }
}
.footer-layout1 .footer-top .subscribe-box .newsletter-form-title {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  margin: -0.12em 0 30px 0;
  padding: 0;
  border: 0;
  letter-spacing: normal;
}
.footer-layout1 .footer-top .subscribe-box .newsletter-form {
  display: flex;
  gap: 20px 16px;
  align-items: center;
  background: #10161D;
  border-radius: 50px;
}
.footer-layout1 .footer-top .subscribe-box .newsletter-form .form-group {
  margin-bottom: 0;
  width: 100%;
}
.footer-layout1 .footer-top .subscribe-box .newsletter-form .form-group input {
  background: transparent;
  border: 0;
  color: var(--white-color);
  font-size: 14px;
  height: 50px;
  padding: 0 30px;
  /* Large devices */
}
.footer-layout1 .footer-top .subscribe-box .newsletter-form .form-group input::placeholder {
  color: #4F5762;
}
@media (max-width: 1199px) {
  .footer-layout1 .footer-top .subscribe-box .newsletter-form .form-group input {
    height: 56px;
  }
}
.footer-layout1 .footer-top .subscribe-box .newsletter-form .icon-btn {
  min-width: auto;
  flex: none;
  background: transparent;
  width: auto;
  padding: 0 30px 0 0;
  /* Large devices */
}
.footer-layout1 .footer-top .subscribe-box .newsletter-form .icon-btn:hover {
  color: var(--theme-color);
}
@media (max-width: 1199px) {
  .footer-layout1 .footer-top .subscribe-box .newsletter-form .icon-btn {
    padding: 20px 40px;
  }
}
.footer-layout1 .widget-area {
  padding-top: 80px;
  padding-bottom: 30px;
}
.footer-layout1 .at-widget-about .at-social {
  margin-top: 90px;
}
.footer-layout1 .at-widget-location {
  max-width: 150px;
}
.footer-layout1 .at-widget-location a {
  line-height: 1.625em;
}
.footer-layout1 .copyright-wrap {
  padding: 26px 0;
}

/* footer layout2 ---------------------------------- */
.footer-layout2 {
  position: relative;
  --body-color: #ffffff;
  /* Medium devices */
}
.footer-layout2 .newsletter-form {
  display: flex;
  gap: 20px 16px;
  align-items: center;
  background: #10161D;
  border-radius: 50px;
  border: 0;
}
.footer-layout2 .newsletter-form .form-group {
  margin-bottom: 0;
  width: 100%;
}
.footer-layout2 .newsletter-form .form-group input {
  background: transparent;
  border: 0;
  color: var(--white-color);
  font-size: 14px;
  height: 50px;
  padding: 0 30px;
  /* Large devices */
}
.footer-layout2 .newsletter-form .form-group input::placeholder {
  color: #4F5762;
}
@media (max-width: 1199px) {
  .footer-layout2 .newsletter-form .form-group input {
    height: 56px;
  }
}
.footer-layout2 .newsletter-form .icon-btn {
  min-width: auto;
  flex: none;
  background: transparent;
  width: auto;
  padding: 0 30px 0 0;
  /* Large devices */
}
.footer-layout2 .newsletter-form .icon-btn:hover {
  color: var(--theme-color);
}
@media (max-width: 1199px) {
  .footer-layout2 .newsletter-form .icon-btn {
    padding: 20px 40px;
  }
}
.footer-layout2 .at-widget-location {
  max-width: 150px;
}
.footer-layout2 .at-widget-location a {
  line-height: 1.625em;
}
.footer-layout2 .footer-middle {
  padding-bottom: 80px;
}
.footer-layout2 .footer-menu-links {
  border: 0;
  padding: 0;
  margin: 0;
}
.footer-layout2 .copyright-wrap {
  padding: 46.5px 0;
}
@media (max-width: 991px) {
  .footer-layout2 .widget-area {
    padding-bottom: 30px;
  }
}

/* footer layout3 ---------------------------------- */
.footer-layout3 {
  padding-top: 120px;
  position: relative;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .footer-layout3 {
    padding-top: 80px;
  }
}
.footer-layout3 .footer-bg3-1 {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-size: 100% auto;
  background-position: bottom;
  filter: grayscale(9);
}
.footer-layout3 .widget-area {
  background: var(--white-color);
  border-radius: 20px;
  margin-bottom: 385px;
  padding: 75px 50px 25px;
  /* Extra large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1500px) {
  .footer-layout3 .widget-area {
    margin-bottom: 300px;
  }
}
@media (max-width: 1199px) {
  .footer-layout3 .widget-area {
    margin-bottom: 200px;
  }
}
@media (max-width: 991px) {
  .footer-layout3 .widget-area {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .footer-layout3 .widget-area {
    margin-bottom: 120px;
  }
}
@media (max-width: 575px) {
  .footer-layout3 .widget-area {
    margin-bottom: 80px;
    padding: 50px 30px 0;
  }
}
.footer-layout3 .widget_title {
  color: var(--title-color);
  font-weight: 400;
}
.footer-layout3 .widget-contact .contact-info:not(:last-child) {
  margin-bottom: 50px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .footer-layout3 .widget-contact .contact-info:not(:last-child) {
    margin-bottom: 30px;
  }
}
.footer-layout3 .widget-contact .contact-info .box-title {
  font-weight: 400;
  font-family: var(--body-font);
  margin-bottom: 0px;
  /* Large devices */
}
.footer-layout3 .widget-contact .contact-info .box-title a:hover {
  color: var(--title-color);
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}
@media (max-width: 1199px) {
  .footer-layout3 .widget-contact .contact-info .box-title {
    font-size: 20px;
  }
}
.footer-layout3 .widget-contact .contact-info .box-subtitle {
  font-size: 14px;
  margin-bottom: -0.4em;
}
.footer-layout3 .footer-widget.widget_meta a:hover,
.footer-layout3 .footer-widget.widget_pages a:hover,
.footer-layout3 .footer-widget.widget_archive a:hover,
.footer-layout3 .footer-widget.widget_categories a:hover,
.footer-layout3 .footer-widget.widget_nav_menu a:hover {
  color: var(--title-color);
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}
.footer-layout3 .at-widget-location {
  max-width: 208px;
}
.footer-layout3 .copyright-wrap {
  border-radius: 20px 20px 0 0;
  padding: 36px 0;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 575px) {
  .footer-layout3 .copyright-wrap {
    padding: 26px 0;
  }
}
@media (max-width: 375px) {
  .footer-layout3 .copyright-wrap {
    padding: 22px 0;
  }
}
.footer-layout3 .copyright-wrap .copyright-text a {
  color: var(--title-color);
}
.footer-layout3 .copyright-wrap .copyright-text a:hover {
  color: var(--title-color);
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}

/* footer layout4 ---------------------------------- */
.footer-layout4 {
  padding-bottom: 80px;
  --body-color: #999999;
  /* Medium devices */
}
@media (max-width: 991px) {
  .footer-layout4 {
    padding-bottom: 50px;
  }
}
.footer-layout4 .widget-area {
  padding-top: 80px;
  padding-bottom: 10px;
}
.footer-layout4 .widget_title {
  color: var(--white-color);
}
.footer-layout4 .widget-social {
  max-width: 197px;
}
.footer-layout4 .widget-social .at-social a {
  color: rgba(255, 255, 255, 0.2);
}
.footer-layout4 .widget-social .at-social a:hover {
  color: var(--white-color);
}
.footer-layout4 .widget-social .copyright-text {
  margin-bottom: 0;
}
.footer-layout4 .widget-social .copyright-text a {
  color: var(--white-color);
}
.footer-layout4 .widget-social .copyright-text a:hover {
  color: var(--theme-color);
}
.footer-layout4 .widget_nav_menu li {
  color: var(--body-color);
}
.footer-layout4 .at-widget-location {
  max-width: 173px;
}

/* footer layout5 ---------------------------------- */
.footer-layout5 {
  position: relative;
  --body-color: #ffffff;
  /* Medium devices */
}
.footer-layout5 .newsletter-form {
  display: flex;
  gap: 20px 16px;
  align-items: center;
  background: #10161D;
  border-radius: 50px;
  border: 0;
}
.footer-layout5 .newsletter-form .form-group {
  margin-bottom: 0;
  width: 100%;
}
.footer-layout5 .newsletter-form .form-group input {
  background: transparent;
  border: 0;
  color: var(--white-color);
  font-size: 14px;
  height: 50px;
  padding: 0 30px;
  /* Large devices */
}
.footer-layout5 .newsletter-form .form-group input::placeholder {
  color: #4F5762;
}
@media (max-width: 1199px) {
  .footer-layout5 .newsletter-form .form-group input {
    height: 56px;
  }
}
.footer-layout5 .newsletter-form .icon-btn {
  min-width: auto;
  flex: none;
  background: transparent;
  width: auto;
  padding: 0 30px 0 0;
  /* Large devices */
}
.footer-layout5 .newsletter-form .icon-btn:hover {
  color: var(--theme-color);
}
@media (max-width: 1199px) {
  .footer-layout5 .newsletter-form .icon-btn {
    padding: 20px 40px;
  }
}
.footer-layout5 .at-widget-location {
  max-width: 150px;
}
.footer-layout5 .at-widget-location a {
  line-height: 1.625em;
}
.footer-layout5 .footer-middle {
  text-align: center;
  margin-bottom: -100px;
  margin-top: -100px;
  position: relative;
  z-index: -2;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1500px) {
  .footer-layout5 .footer-middle {
    margin-bottom: -80px;
  }
}
@media (max-width: 1299px) {
  .footer-layout5 .footer-middle {
    margin-bottom: -50px;
  }
}
@media (max-width: 991px) {
  .footer-layout5 .footer-middle {
    margin-bottom: -30px;
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .footer-layout5 .footer-middle {
    margin-bottom: -20px;
  }
}
@media (max-width: 375px) {
  .footer-layout5 .footer-middle {
    margin-bottom: -15px;
  }
}
.footer-layout5 .footer-middle .footer-bigtitle {
  font-size: 400px;
  line-height: 0.83;
  position: relative;
  margin-bottom: 0;
  padding-right: 350px;
  padding-left: 100px;
  display: inline-block;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
.footer-layout5 .footer-middle .footer-bigtitle a {
  color: rgba(255, 255, 255, 0.04);
}
.footer-layout5 .footer-middle .footer-bigtitle span {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 150px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1500px) {
  .footer-layout5 .footer-middle .footer-bigtitle {
    font-size: 350px;
    padding-left: 0px;
    padding-right: 250px;
  }
  .footer-layout5 .footer-middle .footer-bigtitle span {
    width: 200px;
    height: 200px;
    font-size: 100px;
  }
}
@media (max-width: 1299px) {
  .footer-layout5 .footer-middle .footer-bigtitle {
    font-size: 300px;
    padding-right: 180px;
  }
  .footer-layout5 .footer-middle .footer-bigtitle span {
    width: 150px;
    height: 150px;
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .footer-layout5 .footer-middle .footer-bigtitle {
    font-size: 250px;
  }
  .footer-layout5 .footer-middle .footer-bigtitle span {
    width: 120px;
    height: 120px;
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .footer-layout5 .footer-middle .footer-bigtitle {
    font-size: 200px;
    padding-right: 130px;
  }
  .footer-layout5 .footer-middle .footer-bigtitle span {
    width: 100px;
    height: 100px;
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .footer-layout5 .footer-middle .footer-bigtitle {
    font-size: 160px;
    padding-right: 100px;
  }
  .footer-layout5 .footer-middle .footer-bigtitle span {
    width: 80px;
    height: 80px;
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .footer-layout5 .footer-middle .footer-bigtitle {
    font-size: 100px;
    padding-right: 80px;
  }
  .footer-layout5 .footer-middle .footer-bigtitle span {
    width: 60px;
    height: 60px;
    font-size: 40px;
  }
}
@media (max-width: 375px) {
  .footer-layout5 .footer-middle .footer-bigtitle {
    font-size: 80px;
    padding-right: 60px;
  }
  .footer-layout5 .footer-middle .footer-bigtitle span {
    width: 50px;
    height: 50px;
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .footer-layout5 .widget-area {
    padding-bottom: 30px;
  }
}

/* footer layout6 ---------------------------------- */
.footer-layout6 .footer-top {
  padding: 42px 0;
  overflow: hidden;
}
.footer-layout6 .footer-top-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 200px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .footer-layout6 .footer-top-links {
    gap: 150px;
  }
}
@media (max-width: 991px) {
  .footer-layout6 .footer-top-links {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .footer-layout6 .footer-top-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.footer-layout6 .footer-top-links .footer-menu-links {
  padding-top: 0;
  margin: 0;
  width: -webkit-fill-available;
  flex-wrap: wrap;
  /* Small devices */
}
@media (max-width: 767px) {
  .footer-layout6 .footer-top-links .footer-menu-links {
    gap: 10px 30px;
  }
}
.footer-layout6 .footer-top-links .footer-single-links {
  color: var(--title-color);
  margin-bottom: 0;
  position: relative;
}
.footer-layout6 .footer-top-links .footer-single-links:after {
  content: "";
  position: absolute;
  inset: -43px -75px;
  background: rgba(255, 255, 255, 0.2);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .footer-layout6 .footer-top-links .footer-single-links:after {
    inset: -43px -50px;
  }
}
@media (max-width: 991px) {
  .footer-layout6 .footer-top-links .footer-single-links:after {
    display: none;
  }
}
.footer-layout6 .footer-top-links .footer-single-links:hover {
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}
.footer-layout6 .footer-top-links .footer-single-links:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.footer-layout6 .footer-top-links .footer-contact-link {
  flex: none;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--title-color);
  display: inline-block;
  padding: 0 7px;
  border: 1px solid var(--title-color);
  border-radius: 50%;
}
.footer-layout6 .footer-top-links .footer-contact-link:hover {
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}
.footer-layout6 .widget-area {
  padding-top: 80px;
  padding-bottom: 30px;
}
.footer-layout6 .widget_title {
  color: var(--white-color);
}
.footer-layout6 .at-widget-location {
  max-width: 208px;
}
.footer-layout6 .at-widget-location li {
  color: var(--body-color);
}
.footer-layout6 .at-widget-about a {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--white-color);
  display: block;
}
.footer-layout6 .at-widget-about a:hover {
  color: var(--theme-color);
}
.footer-layout6 .copyright-wrap {
  background: transparent;
  padding: 40.5px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-layout6 .copyright-wrap .copyright-text a {
  color: var(--theme-color);
}
.footer-layout6 .copyright-wrap .copyright-text a:hover {
  color: var(--white-color);
}

/* footer layout7 ---------------------------------- */
.footer-layout7 {
  background: transparent;
  --body-color: #777777;
}
.footer-layout7 .footer-top {
  border-bottom: 1px solid var(--at-border-color);
  padding-bottom: 70px;
}
.footer-layout7 .footer-top .sec-title {
  font-size: 72px;
  font-weight: 500;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .footer-layout7 .footer-top .sec-title {
    font-size: 64px;
  }
}
@media (max-width: 1299px) {
  .footer-layout7 .footer-top .sec-title {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .footer-layout7 .footer-top .sec-title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .footer-layout7 .footer-top .sec-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .footer-layout7 .footer-top .sec-title {
    font-size: 36px;
  }
}
.footer-layout7 .footer-top .sec-text {
  margin-right: 73px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .footer-layout7 .footer-top .sec-text {
    margin-right: 0;
  }
}
.footer-layout7 .widget-area {
  padding-top: 80px;
  padding-bottom: 30px;
}
.footer-layout7 .widget_title {
  color: var(--title-color);
}
.footer-layout7 .at-newsletter-widget {
  max-width: 413px;
}
.footer-layout7 .at-newsletter-widget .newsletter-form {
  border: 1px solid var(--at-border-color);
}
.footer-layout7 .at-newsletter-widget .newsletter-form .form-group input {
  color: var(--title-color);
}
.footer-layout7 .at-newsletter-widget .newsletter-form .icon-btn {
  color: var(--title-color);
}
.footer-layout7 .at-newsletter-widget .newsletter-form .icon-btn:hover {
  color: var(--theme-color);
}
.footer-layout7 .info-card .box-icon {
  background: var(--theme-color);
}
.footer-layout7 .info-card .box-title {
  color: var(--body-color);
  max-width: 242px;
}
.footer-layout7 .widget_nav_menu li, .footer-layout7 .widget_meta li, .footer-layout7 .widget_pages li, .footer-layout7 .widget_archive li, .footer-layout7 .widget_categories li, .footer-layout7 .widget_schedule li, .footer-layout7 .wp-block-page-list li, .footer-layout7 .wp-block-archives-list li, .footer-layout7 .wp-block-categories li {
  color: var(--title-color);
}
.footer-layout7 .widget_nav_menu a, .footer-layout7 .widget_meta a, .footer-layout7 .widget_pages a, .footer-layout7 .widget_archive a, .footer-layout7 .widget_categories a, .footer-layout7 .widget_schedule a, .footer-layout7 .wp-block-page-list a, .footer-layout7 .wp-block-archives-list a, .footer-layout7 .wp-block-categories a {
  color: var(--title-color);
}
.footer-layout7 .widget_nav_menu a:hover, .footer-layout7 .widget_meta a:hover, .footer-layout7 .widget_pages a:hover, .footer-layout7 .widget_archive a:hover, .footer-layout7 .widget_categories a:hover, .footer-layout7 .widget_schedule a:hover, .footer-layout7 .wp-block-page-list a:hover, .footer-layout7 .wp-block-archives-list a:hover, .footer-layout7 .wp-block-categories a:hover {
  color: var(--theme-color);
}
.footer-layout7 .at-widget-contact {
  max-width: 172px;
}

/*------------------- 4.4. Breadcumb  -------------------*/
.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: 0px;
  padding-right: 0px;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "/";
  position: relative;
  margin-left: 7px;
  font-weight: 600;
  font-size: 16px;
  color: var(--white-color);
  font-family: var(--icon-font);
}
.breadcumb-menu li:first-child:before {
  content: "(";
  position: relative;
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
  color: var(--white-color);
}
.breadcumb-menu li:last-child:after {
  content: ")";
  position: relative;
  margin-left: 0;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  word-break: break-word;
  font-weight: 500;
  font-size: 16px;
  color: var(--white-color);
}

.breadcumb-title {
  margin: -0.18em 0 -0.18em 0;
  line-height: 1.1;
  font-weight: 500;
  font-size: 128px;
  color: var(--white-color);
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1500px) {
  .breadcumb-title {
    font-size: 110px;
  }
}
@media (max-width: 1399px) {
  .breadcumb-title {
    font-size: 90px;
  }
}
@media (max-width: 1299px) {
  .breadcumb-title {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .breadcumb-title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .breadcumb-title {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .breadcumb-title {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .breadcumb-title {
    font-size: 38px;
  }
}

.breadcumb-wrapper {
  background-color: var(--title-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.breadcumb-wrapper .breadcumb-content {
  --space: 160px;
  padding: calc(var(--space) + 144px) 0 var(--space) 0;
  position: relative;
  z-index: 1;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-wrapper .breadcumb-content {
    --space: 130px;
  }
  .breadcumb-menu {
    margin: 25px 0 -0.5em 0;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper .breadcumb-content {
    --space: 100px;
    padding: calc(var(--space) + 130px) 0 var(--space) 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .breadcumb-wrapper .breadcumb-content {
    padding: calc(var(--space) + 151px) 0 var(--space) 0;
  }
}
@media (max-width: 340px) {
  .breadcumb-wrapper .breadcumb-content {
    padding: calc(var(--space) + 172px) 0 var(--space) 0;
  }
}
/*------------------- 4.5. Pagination  -------------------*/
.wp-block-query-pagination-numbers,
.at-pagination {
  /* Medium devices */
}
.wp-block-query-pagination-numbers ul,
.at-pagination ul {
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}
.wp-block-query-pagination-numbers li,
.at-pagination li {
  display: inline-block;
  list-style-type: none;
}
.wp-block-query-pagination-numbers li:last-child,
.at-pagination li:last-child {
  margin-right: 0;
}
.wp-block-query-pagination-numbers li:first-child,
.at-pagination li:first-child {
  margin-left: 0;
}
.wp-block-query-pagination-numbers span,
.wp-block-query-pagination-numbers a,
.at-pagination span,
.at-pagination a {
  display: inline-block;
  text-align: center;
  position: relative;
  border: 1px solid var(--at-border-color);
  color: var(--title-color);
  background-color: transparent;
  min-height: 45px;
  min-width: 45px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--body-font);
  border-radius: 50px;
  /* Medium Large devices */
}
.wp-block-query-pagination-numbers span i,
.wp-block-query-pagination-numbers a i,
.at-pagination span i,
.at-pagination a i {
  color: var(--title-color);
}
.wp-block-query-pagination-numbers span.active, .wp-block-query-pagination-numbers span:hover,
.wp-block-query-pagination-numbers a.active,
.wp-block-query-pagination-numbers a:hover,
.at-pagination span.active,
.at-pagination span:hover,
.at-pagination a.active,
.at-pagination a:hover {
  color: var(--white-color);
  background-color: var(--title-color);
  border-color: var(--title-color);
}
.wp-block-query-pagination-numbers span.active i, .wp-block-query-pagination-numbers span:hover i,
.wp-block-query-pagination-numbers a.active i,
.wp-block-query-pagination-numbers a:hover i,
.at-pagination span.active i,
.at-pagination span:hover i,
.at-pagination a.active i,
.at-pagination a:hover i {
  color: inherit;
}
@media (max-width: 1399px) {
  .wp-block-query-pagination-numbers span,
  .wp-block-query-pagination-numbers a,
  .at-pagination span,
  .at-pagination a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .wp-block-query-pagination-numbers,
  .at-pagination {
    margin-top: 40px;
  }
  .wp-block-query-pagination-numbers.mt-60,
  .at-pagination.mt-60 {
    margin-top: 40px;
  }
}

.wp-block-query-pagination-next {
  display: inline-block;
  text-align: center;
  position: relative;
  border: none;
  color: var(--title-color);
  background-color: var(--smoke-color2);
  min-width: 56px;
  height: 56px;
  line-height: 56px;
  z-index: 1;
  font-size: 16px;
  padding: 0 20px;
  font-weight: 500;
  border-radius: 12px;
  transition: 0.4s ease-in-out;
}
.wp-block-query-pagination-next.active, .wp-block-query-pagination-next:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

/*------------------- 4.6. Blog  -------------------*/
/* Blockquote ---------------------*/
blockquote,
.wp-block-quote {
  font-size: 16px;
  line-height: 1.5em;
  padding: 50px 50px 50px 60px;
  font-weight: 400;
  display: block;
  position: relative;
  background-color: transparent;
  margin: 75px 0;
  color: var(--body-color);
  font-family: var(--body-font);
  border: 1px solid var(--at-border-color);
  border-radius: 0;
}
blockquote p,
.wp-block-quote p {
  font-size: inherit;
  font-family: inherit;
  margin-top: -0.4em;
  margin-bottom: -0.4em;
  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: "";
  position: absolute;
  top: 50px;
  right: 50px;
  height: 30px;
  width: 35px;
  background-color: var(--theme-color);
  clip-path: path("M0 0 H14 V18 L0 28 V0 Z M21 0 H35 V18 L21 28 V0 Z");
}
blockquote cite,
.wp-block-quote cite {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  font-family: var(--title-font);
  white-space: nowrap;
  color: var(--title-color);
  margin-bottom: 28px;
  position: relative;
  margin-top: -0.1em;
}
blockquote cite br,
.wp-block-quote cite br {
  display: none;
}
blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.style-left-icon, blockquote.has-text-align-right,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.style-left-icon,
.wp-block-quote.has-text-align-right {
  padding: 40px;
  margin-bottom: 30px;
}
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:not(:has(> cite)) p:last-child,
.wp-block-quote:not(:has(> cite)) p:last-child {
  margin-bottom: -0.3em;
}
blockquote p:has(cite),
.wp-block-quote p:has(cite) {
  padding-bottom: 10px;
}
blockquote p cite,
.wp-block-quote p cite {
  margin-top: 20px;
  margin-bottom: -0.5em;
  bottom: -32px;
}

.wp-block-pullquote {
  color: var(--white-color);
  padding: 0;
}

blockquote.has-very-dark-gray-color {
  color: var(--title-color) !important;
}

.wp-block-pullquote blockquote,
.wp-block-pullquote p {
  color: var(--title-color);
}

.wp-block-pullquote cite {
  position: absolute;
  color: var(--white-color) !important;
}

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
  padding: 40px 15px 40px 15px;
}
.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
  width: 100%;
  height: 60px;
  font-size: 30px;
}
.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: 40px 15px 40px 15px;
}
.wp-block-column blockquote cite,
.wp-block-column .wp-block-quote cite {
  font-size: 14px;
  left: 20px;
}
.wp-block-column blockquote cite:before,
.wp-block-column .wp-block-quote cite:before {
  bottom: 6px;
}

.wp-block-pullquote__citation::before,
.wp-block-pullquote cite::before,
.wp-block-pullquote footer::before {
  bottom: 7px;
}

.has-cyan-bluish-gray-background-color blockquote,
.has-cyan-bluish-gray-background-color .wp-block-quote {
  background-color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
  blockquote,
  .wp-block-quote {
    padding: 30px;
  }
  blockquote:before,
  .wp-block-quote:before {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: inline-block;
    margin-bottom: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 90%;
  }
  blockquote,
  .wp-block-quote {
    font-size: 16px;
  }
  blockquote cite,
  .wp-block-quote cite {
    font-size: 18px;
  }
}
/* Extra small devices */
@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;
  }
  blockquote,
  .wp-block-quote {
    margin: 40px 0;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  blockquote cite,
  .wp-block-quote cite {
    font-size: 18px;
  }
  blockquote cite:before,
  .wp-block-quote cite:before {
    width: 20px;
  }
}
.blog-meta {
  display: flex;
  flex-wrap: wrap;
}
.blog-meta span,
.blog-meta a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  font-family: var(--body-font);
  position: relative;
  margin-right: 16px;
  line-height: 1;
}
.blog-meta span:after,
.blog-meta a:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 8px;
  height: 1px;
  width: 7px;
  background: var(--body-color);
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 10px;
  color: var(--theme-color);
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}
.blog-meta span:last-child:after,
.blog-meta a:last-child:after {
  display: none;
}
.blog-meta .author img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
.blog-meta a:hover {
  color: var(--title-color);
}

.blog-audio img,
.blog-img img,
.blog-video img {
  transition: 0.4s ease-in-out;
}
.blog-audio a,
.blog-img a,
.blog-video a {
  display: inline-block;
}
.blog-audio .blog-date,
.blog-img .blog-date,
.blog-video .blog-date {
  position: absolute;
  left: 24px;
  top: 24px;
  background: var(--white-color);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 800;
  font-family: var(--title-font);
  color: var(--title-color);
  gap: 10px;
  padding-left: 10px;
  z-index: 1;
  /* Extra small devices */
}
.blog-audio .blog-date .year,
.blog-img .blog-date .year,
.blog-video .blog-date .year {
  background: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  writing-mode: sideways-lr;
  border-radius: 16px;
  padding: 6px 0px;
}
@media (max-width: 575px) {
  .blog-audio .blog-date,
  .blog-img .blog-date,
  .blog-video .blog-date {
    font-size: 24px;
  }
}

.blog-radius-img {
  border-radius: 24px;
  overflow: hidden;
}

.blog-title a {
  color: inherit;
}
.blog-title a:hover {
  color: var(--theme-color);
}

.at-blog {
  margin-bottom: 30px;
}

.blog-inner-title {
  margin-top: -0.3em;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 32px;
}
.blog-inner-title i {
  color: var(--theme-color);
  margin-right: 8px;
}

.blog-single {
  position: relative;
  margin-bottom: var(--blog-space-y, 40px);
}
.blog-single .blog-title {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.357;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.blog-single .blog-text {
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}
.blog-single .social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.blog-single .social-links li {
  display: inline-block;
  margin-right: 3px;
}
.blog-single .social-links li:last-child {
  margin-right: 0;
}
.blog-single .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--smoke-color);
  font-size: 14px;
  color: var(--title-color);
  text-align: center;
  border-radius: 5px;
}
.blog-single .social-links a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.blog-single .blog-meta {
  margin: 0 0 7px 0;
}
.blog-single .blog-content {
  margin: 0 0 0 0;
  position: relative;
}
.blog-single .blog-content p:last-child {
  margin-bottom: 0;
}
.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: 16px;
  margin-bottom: 32px;
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  --icon-size: 45px;
  border: none;
  background-color: var(--white-color);
  color: var(--theme-color);
  box-shadow: none;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.blog-single .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: fit-content;
  margin-bottom: -1px;
}
.blog-single .at-slider .slider-arrow {
  --pos-x: 20px;
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.share-links-title {
  font-size: 20px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 10px 0 0;
  display: inline-block;
}

.share-links {
  margin: 32px 0 0 0;
  border-top: 1px solid var(--at-border-color);
  padding: 40px 0 0;
}
.share-links > .row {
  align-items: center;
  --bs-gutter-y: 20px;
}
.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
  gap: 10px;
  display: inline-flex;
}
.share-links .wp-block-tag-cloud a,
.share-links .tagcloud a {
  background: transparent;
  box-shadow: none;
  border: 1px solid var(--at-border-color);
  padding: 12px 14px;
  font-weight: 500;
}
.share-links .wp-block-tag-cloud a:hover,
.share-links .tagcloud a:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.share-links .at-social {
  display: inline-flex;
}

.blog-author {
  background: transparent;
  border: 1px solid var(--at-border-color);
  padding: 50px;
  display: flex;
  gap: 20px;
  border-radius: 0;
  margin-top: 60px;
  position: relative;
  align-items: center;
  /* Extra small devices */
  /* Extra small devices */
}
.blog-author .author-img {
  border-radius: 0;
  flex: none;
  background: var(--white-color);
  align-self: self-start;
  border-bottom: 0;
  position: relative;
}
.blog-author .author-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.blog-author .author-name {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 3px;
  margin-top: -0.3em;
}
.blog-author .author-name a {
  color: var(--title-color);
}
.blog-author .author-name a:hover {
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}
.blog-author .media-body {
  position: relative;
}
.blog-author .author-desig {
  color: var(--body-color);
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.blog-author .author-text {
  margin-bottom: -0.3em;
  margin-top: 10px;
  max-width: 510px;
  line-height: 1.75em;
}
.blog-author .at-social {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 575px) {
  .blog-author .at-social {
    position: relative;
    margin-top: 25px;
  }
}
@media (max-width: 375px) {
  .blog-author .author-desig {
    display: block;
    float: inherit;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 20px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-single .blog-title {
    font-size: 24px;
    letter-spacing: normal;
  }
  .blog-single .blog-meta {
    margin: 0 0 10px 0;
  }
  .share-links {
    --blog-space-x: 20px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .blog-author {
    display: block;
    padding: 30px;
  }
  .blog-author .author-img {
    margin-bottom: 25px;
    display: inline-block;
  }
  .blog-author .author-img:after, .blog-author .author-img:before {
    display: none;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .blog-author,
  .share-links {
    --blog-space-x: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-author, .share-links {
    --blog-space-x: 20px;
  }
  .blog-inner-title {
    margin-bottom: 22px;
  }
  .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 .blog-meta span,
  .blog-single .blog-meta a {
    padding-right: 3px;
  }
  .blog-single .blog-meta span:after,
  .blog-single .blog-meta a:after {
    display: none;
  }
  .blog-single .share-links-title {
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0;
  }
}
/*------------------- 4.7. Comments  -------------------*/
.at-comment-form {
  margin: 70px 0 30px 0;
  position: relative;
  background: transparent;
}
.at-comment-form .row {
  --bs-gutter-x: 20px;
}
.at-comment-form .form-title {
  margin-top: -0.35em;
}
.at-comment-form .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}
.at-comment-form .form-text {
  margin-bottom: 25px;
}

.blog-comment-area {
  margin: 40px 0 0;
}

.at-comments-wrap {
  margin: 70px 0 30px;
}
.at-comments-wrap .description p:last-child {
  margin-bottom: -0.5em;
}
.at-comments-wrap .comment-respond {
  margin: 30px 0;
}
.at-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;
}
.at-comments-wrap li {
  margin: 0;
}
.at-comments-wrap .at-post-comment {
  position: relative;
  display: flex;
  margin-bottom: 24px;
  border-radius: 0;
  padding: 0 0 30px;
  border-bottom: 1px;
  background: transparent;
}
.at-comments-wrap .at-post-comment ol,
.at-comments-wrap .at-post-comment ul,
.at-comments-wrap .at-post-comment dl {
  margin-bottom: 1rem;
}
.at-comments-wrap .at-post-comment ol ol,
.at-comments-wrap .at-post-comment ol ul,
.at-comments-wrap .at-post-comment ul ol,
.at-comments-wrap .at-post-comment ul ul {
  margin-bottom: 0;
}
.at-comments-wrap ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.at-comments-wrap ul.comment-list ul ul,
.at-comments-wrap ul.comment-list ul ol,
.at-comments-wrap ul.comment-list ol ul,
.at-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}
.at-comments-wrap .comment-avater {
  width: 90px;
  height: 90px;
  margin-right: 24px;
  overflow: hidden;
  border-radius: 0;
}
.at-comments-wrap .comment-avater img {
  width: 100%;
  border-radius: 0;
}
.at-comments-wrap .comment-content {
  flex: 1;
  position: relative;
}
.at-comments-wrap .commented-on {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 14px;
  font-weight: 400;
  color: var(--body-color);
}
.at-comments-wrap .commented-on i {
  margin-right: 7px;
  font-size: 0.9rem;
  color: var(--theme-color);
}
.at-comments-wrap .name {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 500;
  margin-top: -0.2em;
}
.at-comments-wrap .comment-top {
  display: flex;
  justify-content: space-between;
}
.at-comments-wrap .text {
  margin-bottom: 0;
}
.at-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 80px;
}
.at-comments-wrap .reply_and_edit {
  margin-bottom: -0.46em;
}
.at-comments-wrap .reply_and_edit a {
  margin-right: 0px;
}
.at-comments-wrap .reply_and_edit a:last-child {
  margin-right: 0;
}
.at-comments-wrap .reply_and_edit .comment-edit-link {
  transform: translate(-105px, 0);
}
.at-comments-wrap .reply_and_edit .comment-edit-link:first-child {
  transform: none;
}
.at-comments-wrap .reply-btn {
  font-weight: 400;
  font-size: 12px;
  color: var(--body-color);
  display: inline-block;
  background: rgba(19, 26, 34, 0.05);
  border-radius: 5px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.at-comments-wrap .reply-btn i {
  margin-right: 7px;
  color: var(--theme-color);
}
.at-comments-wrap .reply-btn:hover {
  background: var(--title-color);
  color: var(--white-color);
}
.at-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}

ul.comment-list .at-comment-item:last-child > .at-post-comment {
  border-bottom: none;
  padding-bottom: 0;
}
ul.comment-list .children .at-comment-item > .at-post-comment {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--at-border-color);
}
ul.comment-list:has(> .at-comment-item ~ .at-comment-item):first-child > .at-post-comment {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--at-border-color);
}
ul.comment-list .at-comment-item:has(.children) .at-post-comment {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--at-border-color);
}

.at-comments-wrap.at-comment-form {
  margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-comment-area {
    --blog-space-y: 20px;
    --blog-space-x: 20px;
  }
  .at-comments-wrap,
  .at-comment-form {
    --blog-space-x: 20px;
  }
  .at-comments-wrap .children {
    margin-left: 40px;
  }
  .at-comments-wrap .at-post-comment {
    border-radius: 16px;
  }
  .at-comments-wrap .reply-btn {
    font-size: 14px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .blog-comment-area {
    --blog-space-x: 40px;
    --blog-space-y: 40px;
  }
  .at-comment-form, .at-comments-wrap {
    --blog-space-x: 40px;
  }
  .at-comments-wrap .comment-avater {
    margin-right: 20px;
  }
  .at-comments-wrap .name {
    font-size: 18px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-comment-area {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
  .at-comment-form, .at-comments-wrap {
    --blog-space-x: 20px;
  }
  .at-comments-wrap .name {
    font-size: 16px;
  }
  .at-comments-wrap .at-post-comment {
    display: block;
  }
  .at-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .at-comments-wrap .comment-top {
    display: block;
  }
  .at-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .at-comments-wrap .children {
    margin-left: 40px;
  }
  .at-comments-wrap .children {
    margin-left: 30px;
  }
}
/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.hero-wrapper-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero-wrapper-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Hero 1 ---------------------------------- */
.hero-title {
  margin-bottom: 19px;
  margin-top: -0.2em;
  font-size: 100px;
  font-weight: 500;
  line-height: 1.1;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1500px) {
  .hero-title {
    font-size: 90px;
    line-height: normal;
    margin-top: -0.3em;
  }
}
@media (max-width: 1399px) {
  .hero-title {
    font-size: 80px;
  }
}
@media (max-width: 1299px) {
  .hero-title {
    font-size: 74px;
  }
}
@media (max-width: 1199px) {
  .hero-title {
    font-size: 68px;
  }
}
@media (max-width: 991px) {
  .hero-title {
    font-size: 58px;
  }
  .hero-title span {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-title {
    font-size: 40px;
  }
}
@media (max-width: 375px) {
  .hero-title {
    font-size: 38px;
  }
}

.hero-1 {
  --header-space: 144px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .hero-1 {
    --header-space: 130px;
  }
}
@media (max-width: 767px) {
  .hero-1 {
    --header-space: 151px;
  }
}
.hero-1 .hero-inner {
  position: relative;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .hero-1 .hero-inner {
    padding-top: calc(var(--header-space) + 60px);
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-inner {
    padding-top: calc(var(--header-space) + 40px);
  }
}
.hero-1 .hero-inner .hero-right-info {
  max-width: 220px;
  border-radius: 10px;
  background: rgba(19, 26, 34, 0.2);
  backdrop-filter: blur(12px);
  padding: 45px 24px 30px;
  position: absolute;
  top: calc(var(--header-space) + 50px);
  right: 0;
  /* Small devices */
}
.hero-1 .hero-inner .hero-right-info:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: var(--theme-color);
  left: 50%;
  top: 10px;
  transform: translate(-50%, 0);
}
.hero-1 .hero-inner .hero-right-info .box-title {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.hero-1 .hero-inner .hero-right-info .box-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.833;
  color: var(--white-color);
}
@media (max-width: 767px) {
  .hero-1 .hero-inner .hero-right-info {
    position: relative;
    top: auto;
  }
}
.hero-1 .hero-inner .hero-contact-wrap {
  background: var(--white-color);
  display: inline-block;
  border-radius: 10px 10px 0 0;
  padding: 30px 30px 0;
  position: relative;
}
.hero-1 .hero-inner .hero-contact-wrap:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--theme-color);
  left: 10px;
  top: 10px;
}
.hero-1 .hero-inner .hero-contact-wrap .left-radius-shape,
.hero-1 .hero-inner .hero-contact-wrap .right-radius-shape {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--white-color);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, 0);
}
.hero-1 .hero-inner .hero-contact-wrap .right-radius-shape {
  left: auto;
  right: 0;
  transform: translate(100%, 0);
}
.hero-1 .hero-inner .hero-contact-wrap .box-link {
  font-size: 20px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 5px;
  display: block;
}
.hero-1 .hero-inner .hero-contact-wrap .box-text {
  margin-bottom: 0;
}

.hero-style1 {
  position: relative;
  z-index: 6;
  --space: 200px;
  padding: calc(var(--space) + var(--header-space)) 0 135px 0;
  max-width: 611px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
.hero-style1 .hero-title {
  margin-bottom: 24px;
  position: relative;
}
.hero-style1 .hero-title .hero-subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  max-width: 138px;
  position: absolute;
  top: 38px;
  right: 9px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1500px) {
  .hero-style1 .hero-title .hero-subtitle {
    top: 40px;
  }
}
@media (max-width: 1399px) {
  .hero-style1 .hero-title .hero-subtitle {
    top: 34px;
  }
}
@media (max-width: 1299px) {
  .hero-style1 .hero-title .hero-subtitle {
    font-size: 18px;
    top: 30px;
  }
}
@media (max-width: 1199px) {
  .hero-style1 .hero-title .hero-subtitle {
    top: 26px;
  }
}
@media (max-width: 991px) {
  .hero-style1 .hero-title .hero-subtitle {
    font-size: 16px;
    top: 24px;
  }
}
@media (max-width: 767px) {
  .hero-style1 .hero-title .hero-subtitle {
    position: relative;
    top: auto;
    right: auto;
    max-width: none;
    display: block;
    margin-top: 24px;
  }
}
.hero-style1 .btn-wrap {
  gap: 20px;
  margin-top: 36px;
}
@media (max-width: 1500px) {
  .hero-style1 {
    max-width: 575px;
  }
}
@media (max-width: 1399px) {
  .hero-style1 {
    --space: 180px;
    max-width: 530px;
  }
}
@media (max-width: 1299px) {
  .hero-style1 {
    --space: 160px;
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .hero-style1 {
    max-width: 480px;
  }
}
@media (max-width: 991px) {
  .hero-style1 {
    max-width: 450px;
    --space: 140px;
    padding: calc(var(--space) + var(--header-space)) 0 100px 0;
  }
}
@media (max-width: 767px) {
  .hero-style1 {
    max-width: none;
    padding: 80px 0 60px;
  }
}

/* Hero 2 ---------------------------------- */
.hero-2 {
  --header-space: 100px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .hero-2 {
    --header-space: 100px;
  }
}
@media (max-width: 767px) {
  .hero-2 {
    --header-space: 110px;
  }
}
@media (max-width: 375px) {
  .hero-2 {
    --header-space: 120px;
  }
}
.hero-2 .hero-wrapper-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(19, 26, 34, 0.2) 0%, rgba(19, 26, 34, 0.8) 100%);
}

.hero-slider2 .slider-pagination {
  position: absolute;
  right: 152px;
  top: 50%;
  width: auto;
  left: auto;
  height: auto;
  bottom: auto !important;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(7px);
  margin-top: 0;
  padding: 36px 23px;
  /* Extra large devices */
  /* Medium devices */
}
.hero-slider2 .slider-pagination .swiper-pagination-bullet {
  display: block;
  margin: 16px 0;
  background: rgba(255, 255, 255, 0.5);
}
.hero-slider2 .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--white-color);
}
@media (max-width: 1500px) {
  .hero-slider2 .slider-pagination {
    right: 60px;
  }
}
@media (max-width: 991px) {
  .hero-slider2 .slider-pagination {
    display: none;
  }
}

.hero-style2 {
  position: relative;
  z-index: 6;
  --space: 190px;
  padding: calc(var(--space) + var(--header-space)) 0 var(--space) 0;
  max-width: 935px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}
.hero-style2 .hero-title {
  margin-bottom: 28px;
  position: relative;
}
.hero-style2 .hero-text {
  font-weight: 500;
  font-family: var(--title-font);
  line-height: 1.625em;
  max-width: 613px;
  color: rgba(255, 255, 255, 0.8);
}
.hero-style2 .btn-wrap {
  gap: 20px;
  margin-top: 44px;
}
@media (max-width: 1500px) {
  .hero-style2 {
    --space: 170px;
  }
}
@media (max-width: 1399px) {
  .hero-style2 {
    --space: 160px;
  }
}
@media (max-width: 1299px) {
  .hero-style2 {
    --space: 140px;
  }
}
@media (max-width: 1199px) {
  .hero-style2 {
    max-width: 800px;
    --space: 120px;
  }
}
@media (max-width: 575px) {
  .hero-style2 {
    text-align: center;
  }
  .hero-style2 .btn-wrap {
    justify-content: center;
  }
}

/* Hero 3 ---------------------------------- */
.hero-3 {
  --header-space: 110px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .hero-3 {
    --header-space: 130px;
  }
}
@media (max-width: 767px) {
  .hero-3 {
    --header-space: 151px;
  }
}
.hero-3 .hero-thumb3-1 {
  position: relative;
  margin-top: 160px;
  margin-right: -102px;
  padding-left: 75px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
}
.hero-3 .hero-thumb3-1 .hero-thumb-shape3-1 {
  position: absolute;
  top: 0;
  left: -35px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .hero-3 .hero-thumb3-1 .hero-thumb-shape3-1 {
    width: 300px;
  }
}
@media (max-width: 1299px) {
  .hero-3 .hero-thumb3-1 .hero-thumb-shape3-1 {
    width: 250px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-thumb3-1 .hero-thumb-shape3-1 {
    left: -25px;
    width: 200px;
  }
}
.hero-3 .hero-thumb3-1 .hero-thumb-shape3-2 {
  position: absolute;
  right: 0;
  bottom: 200px;
  /* Small devices */
}
@media (max-width: 767px) {
  .hero-3 .hero-thumb3-1 .hero-thumb-shape3-2 {
    bottom: 100px;
  }
}
@media (max-width: 1399px) {
  .hero-3 .hero-thumb3-1 {
    margin-right: -50px;
  }
}
@media (max-width: 1299px) {
  .hero-3 .hero-thumb3-1 {
    margin-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .hero-3 .hero-thumb3-1 {
    display: inline-block;
  }
}
.hero-3 .hero-inner {
  position: relative;
}
.hero-3 .hero-inner .hero-contact-wrap {
  display: inline-block;
  position: relative;
  padding-left: 24px;
}
.hero-3 .hero-inner .hero-contact-wrap:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--theme-color);
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.hero-3 .hero-inner .hero-contact-wrap .box-link {
  font-size: 20px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 5px;
  display: block;
}
.hero-3 .hero-inner .hero-contact-wrap .box-text {
  margin-bottom: -0.4em;
}

.hero-style3 {
  position: relative;
  z-index: 6;
  --space: 200px;
  padding: calc(var(--space) + var(--header-space)) 0 135px 0;
  max-width: 611px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}
.hero-style3 .hero-title {
  margin-bottom: 24px;
  position: relative;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .hero-style3 .hero-title {
    padding-right: 150px;
  }
}
@media (max-width: 767px) {
  .hero-style3 .hero-title {
    padding-right: 0;
  }
}
.hero-style3 .hero-title .hero-subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  max-width: 138px;
  position: absolute;
  top: 38px;
  right: 9px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1500px) {
  .hero-style3 .hero-title .hero-subtitle {
    top: 40px;
  }
}
@media (max-width: 1399px) {
  .hero-style3 .hero-title .hero-subtitle {
    top: 34px;
  }
}
@media (max-width: 1299px) {
  .hero-style3 .hero-title .hero-subtitle {
    font-size: 18px;
    top: 30px;
  }
}
@media (max-width: 1199px) {
  .hero-style3 .hero-title .hero-subtitle {
    top: 26px;
  }
}
@media (max-width: 991px) {
  .hero-style3 .hero-title .hero-subtitle {
    font-size: 16px;
    top: 24px;
  }
}
@media (max-width: 767px) {
  .hero-style3 .hero-title .hero-subtitle {
    position: relative;
    top: auto;
    right: auto;
    max-width: none;
    display: block;
    margin-top: 24px;
  }
}
.hero-style3 .hero-text {
  max-width: 636px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .hero-style3 .hero-text {
    max-width: none;
  }
}
.hero-style3 .btn-wrap {
  gap: 20px;
  margin-top: 36px;
}
@media (max-width: 1500px) {
  .hero-style3 {
    max-width: 575px;
  }
}
@media (max-width: 1399px) {
  .hero-style3 {
    --space: 180px;
    max-width: 530px;
  }
}
@media (max-width: 1299px) {
  .hero-style3 {
    --space: 160px;
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .hero-style3 {
    max-width: none;
    padding: 60px 0 80px;
  }
}
@media (max-width: 575px) {
  .hero-style3 {
    padding: 40px 0 60px;
  }
}

/* Hero 4 ---------------------------------- */
.hero-4 .hero-inner {
  --header-space: 145px;
  padding: calc(var(--header-space) + 60px) 0 120px 0;
  /* Extra large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1500px) {
  .hero-4 .hero-inner {
    padding: calc(var(--header-space) + 60px) 0 80px 0;
  }
}
@media (max-width: 1199px) {
  .hero-4 .hero-inner {
    text-align: center;
    padding: calc(var(--header-space) + 0px) 0 80px 0;
  }
}
@media (max-width: 991px) {
  .hero-4 .hero-inner {
    --header-space: 130px;
  }
}
@media (max-width: 767px) {
  .hero-4 .hero-inner {
    --header-space: 151px;
  }
}
@media (max-width: 767px) {
  .hero-4 .hero-inner {
    padding: calc(var(--header-space) + 0px) 0 50px 0;
  }
}
@media (max-width: 375px) {
  .hero-4 .hero-inner {
    --header-space: 172px;
  }
}

.hero-style4 .hero-title {
  margin-bottom: -0.1em;
  font-size: 128px;
  font-weight: 400;
  letter-spacing: -0.05em;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1500px) {
  .hero-style4 .hero-title {
    margin-bottom: -0.2em;
  }
}
@media (max-width: 1299px) {
  .hero-style4 .hero-title {
    font-size: 110px;
    letter-spacing: normal;
  }
}
@media (max-width: 1199px) {
  .hero-style4 .hero-title {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .hero-style4 .hero-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .hero-style4 .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-style4 .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 375px) {
  .hero-style4 .hero-title {
    font-size: 40px;
  }
}

.hero-thumb4-wrap {
  display: flex;
  gap: 30px;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
.hero-thumb4-wrap .hero-thumb4-1 {
  align-self: flex-end;
  border-radius: 100px;
  overflow: hidden;
  flex: none;
}
.hero-thumb4-wrap .hero-year {
  font-size: 14px;
  font-weight: 400;
  color: var(--title-color);
  align-self: self-end;
  margin-bottom: 70px;
  flex: none;
}
.hero-thumb4-wrap .hero-thumb4-2 {
  margin-right: -100px;
  filter: grayscale(9);
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .hero-thumb4-wrap .hero-thumb4-2 {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .hero-thumb4-wrap {
    justify-content: center;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .hero-thumb4-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .hero-thumb4-wrap {
    flex-wrap: wrap;
  }
}

.hero-thumb4-3 {
  overflow: hidden;
}
.hero-thumb4-3 .thumb {
  overflow: hidden;
  display: block;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .hero-thumb4-3 .thumb img {
    min-height: 400px;
    margin-top: -50px;
  }
}

/* Hero 5 ---------------------------------- */
.hero-5 {
  position: relative;
  overflow: hidden;
}
.hero-5 .hero-thumb5-wrap {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}
.hero-5 .hero-thumb5-wrap .hero-thumb5-1 {
  max-width: 306px;
  margin-top: 490px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .hero-5 .hero-thumb5-wrap .hero-thumb5-1 {
    max-width: 250px;
  }
}
@media (max-width: 1299px) {
  .hero-5 .hero-thumb5-wrap .hero-thumb5-1 {
    max-width: 200px;
  }
}
@media (max-width: 1199px) {
  .hero-5 .hero-thumb5-wrap .hero-thumb5-1 {
    max-width: 184px;
    margin-top: 380px;
  }
}
.hero-5 .hero-thumb5-wrap .hero-thumb5-2 {
  margin-bottom: 100px;
  max-width: 482px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .hero-5 .hero-thumb5-wrap .hero-thumb5-2 {
    max-width: 400px;
  }
}
@media (max-width: 1299px) {
  .hero-5 .hero-thumb5-wrap .hero-thumb5-2 {
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .hero-5 .hero-thumb5-wrap .hero-thumb5-2 {
    max-width: 300px;
  }
}
@media (max-width: 1199px) {
  .hero-5 .hero-thumb5-wrap {
    top: 104px;
  }
}
@media (max-width: 991px) {
  .hero-5 .hero-thumb5-wrap {
    top: auto;
    position: relative;
    justify-content: center;
    margin-top: 80px;
  }
}
@media (max-width: 575px) {
  .hero-5 .hero-thumb5-wrap .hero-thumb5-1 {
    margin-top: 300px;
  }
}
@media (max-width: 375px) {
  .hero-5 .hero-thumb5-wrap .hero-thumb5-1 {
    margin-top: 280px;
  }
}
.hero-5 .hero-inner {
  position: relative;
  /* Medium devices */
}
.hero-5 .hero-inner .hero-bg-shape5-1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .hero-5 .hero-inner {
    text-align: center;
  }
}
.hero-5 .hero-style5 {
  padding: 200px 0;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .hero-5 .hero-style5 {
    padding: 200px 0 160px;
  }
}
@media (max-width: 1199px) {
  .hero-5 .hero-style5 {
    padding: 160px 0 120px;
  }
}
@media (max-width: 991px) {
  .hero-5 .hero-style5 {
    text-align: center;
    padding: 80px 0 80px;
  }
  .hero-5 .hero-style5 .btn-wrap {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .hero-5 .hero-style5 {
    padding: 60px 0 60px;
  }
}
.hero-5 .hero-style5 .hero-subtitle-wrap {
  display: flex;
  justify-content: space-around;
  margin-bottom: 70px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .hero-5 .hero-style5 .hero-subtitle-wrap {
    margin-bottom: 50px;
  }
}
.hero-5 .hero-style5 .hero-subtitle-wrap .hero-subtitle {
  font-size: 16px;
  color: var(--title-color);
  margin-bottom: 0;
}
.hero-5 .hero-style5 .hero-title {
  font-size: 194px;
  font-weight: 800;
  font-family: var(--title-font);
  margin-left: -0.06em;
  margin-bottom: 14px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1500px) {
  .hero-5 .hero-style5 .hero-title {
    font-size: 180px;
  }
}
@media (max-width: 1399px) {
  .hero-5 .hero-style5 .hero-title {
    font-size: 160px;
  }
}
@media (max-width: 1299px) {
  .hero-5 .hero-style5 .hero-title {
    font-size: 140px;
  }
}
@media (max-width: 1199px) {
  .hero-5 .hero-style5 .hero-title {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .hero-5 .hero-style5 .hero-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .hero-5 .hero-style5 .hero-title {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .hero-5 .hero-style5 .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 375px) {
  .hero-5 .hero-style5 .hero-title {
    font-size: 40px;
  }
}
.hero-5 .hero-style5 .hero-text {
  max-width: 579px;
  margin-bottom: 40px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .hero-5 .hero-style5 .hero-text {
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-5 .hero-contact-wrap {
  display: inline-block;
}
.hero-5 .hero-contact-wrap .box-link {
  display: block;
  color: var(--title-color);
}
.hero-5 .hero-contact-wrap .box-link:hover {
  color: var(--theme-color);
}

/* Hero 6 ---------------------------------- */
.hero-6 {
  padding-top: 100px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .hero-6 {
    padding-top: 90px;
  }
}
.hero-6 .hero-top-area {
  background: #FFFAEF;
}
.hero-6 .hero-top-area .hero-top-wrap {
  display: flex;
  padding-top: 100px;
  padding-bottom: 40px;
  justify-content: space-between;
  gap: 20px 164px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .hero-6 .hero-top-area .hero-top-wrap {
    gap: 20px 152px;
  }
}
@media (max-width: 1299px) {
  .hero-6 .hero-top-area .hero-top-wrap {
    padding-top: 50px;
    padding-bottom: 30px;
    gap: 20px 120px;
  }
}
@media (max-width: 1199px) {
  .hero-6 .hero-top-area .hero-top-wrap {
    gap: 20px 74px;
  }
}
@media (max-width: 991px) {
  .hero-6 .hero-top-area .hero-top-wrap {
    gap: 20px 30px;
  }
}
@media (max-width: 575px) {
  .hero-6 .hero-top-area .hero-top-wrap {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
  }
}
.hero-6 .hero-top-area .hero-top-wrap .hero-top-text {
  font-size: 14px;
  color: var(--title-color);
}
.hero-6 .hero-top-area .hero-top-wrap .hero-top-text:nth-child(2) {
  margin-left: auto;
  /* Medium devices */
}
@media (max-width: 991px) {
  .hero-6 .hero-top-area .hero-top-wrap .hero-top-text:nth-child(2) {
    margin-left: 0;
  }
}
.hero-6 .hero-top-area .hero-top-wrap .hero-top-text a {
  color: var(--title-color);
}
.hero-6 .hero-top-area .hero-top-wrap .hero-top-text a:hover {
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}
.hero-6 .hero-top-area .hero-top-wrap .hero-top-text .hero-top-links {
  display: inline-block;
  padding: 0 7px;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
}
.hero-6 .hero-inner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hero-6 .hero-inner .hero-wrapper-bg {
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .hero-6 .hero-inner .hero-wrapper-bg {
    position: relative;
    height: 500px;
    transform: none !important;
    background-position: right;
  }
}
@media (max-width: 575px) {
  .hero-6 .hero-inner .hero-wrapper-bg {
    height: 300px;
  }
}
.hero-6 .hero-bottom-area {
  position: relative;
}
.hero-6 .hero-bottom-area:after {
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  background: #FFF8E8;
  z-index: -1;
  /* Medium devices */
}
@media (max-width: 991px) {
  .hero-6 .hero-bottom-area:after {
    width: 100%;
  }
}
.hero-6 .hero-bottom-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  padding-top: 50px;
  padding-left: 100px;
  flex-wrap: wrap;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1299px) {
  .hero-6 .hero-bottom-wrap {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .hero-6 .hero-bottom-wrap {
    padding-top: 0;
    padding-left: 0;
    justify-content: center;
    gap: 30px;
  }
}
.hero-6 .hero-bottom-wrap .hero-btn-wrap {
  background: var(--theme-color);
  border-radius: 5px;
  padding: 20px;
}
.hero-6 .hero-bottom-wrap .hero-btn-wrap .box-title {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--title-color);
  margin-top: -0.1em;
}
.hero-6 .hero-bottom-wrap .hero-btn-wrap .at-btn {
  border-radius: 5px;
  font-size: 12px;
  min-height: 25px;
  padding: 6px 10px;
  justify-content: space-between;
  min-width: 92px;
}
.hero-6 .hero-bottom-wrap .hero-contact-wrap {
  align-self: center;
}
.hero-6 .hero-bottom-wrap .hero-contact-wrap .box-link {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--title-color);
}
.hero-6 .hero-bottom-wrap .hero-contact-wrap .box-link:hover {
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}

.hero-style6 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .hero-style6 {
    text-align: center;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .hero-style6 {
    padding-top: 80px;
  }
}
@media (max-width: 375px) {
  .hero-style6 {
    padding-top: 60px;
  }
}
.hero-style6:before {
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #FFF8E8;
  z-index: -1;
  /* Medium devices */
}
@media (max-width: 991px) {
  .hero-style6:before {
    width: 100%;
  }
}
.hero-style6 .hero-title {
  font-size: 90px;
  font-weight: 500;
  max-width: 536px;
  margin-bottom: 30px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1500px) {
  .hero-style6 .hero-title {
    font-size: 84px;
  }
}
@media (max-width: 1399px) {
  .hero-style6 .hero-title {
    font-size: 78px;
  }
}
@media (max-width: 1299px) {
  .hero-style6 .hero-title {
    font-size: 74px;
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .hero-style6 .hero-title {
    font-size: 68px;
    max-width: 480px;
  }
}
@media (max-width: 991px) {
  .hero-style6 .hero-title {
    font-size: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .hero-style6 .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-style6 .hero-title {
    font-size: 40px;
  }
}
@media (max-width: 375px) {
  .hero-style6 .hero-title {
    font-size: 38px;
  }
}
.hero-style6 .hero-text {
  max-width: 479px;
  margin-bottom: 42px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .hero-style6 .hero-text {
    max-width: 430px;
  }
}
@media (max-width: 991px) {
  .hero-style6 .hero-text {
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-style6 .hero-video-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  --icon-size: 64px;
  flex: none;
}
.hero-style6 .hero-video-wrap .play-btn > I {
  font-size: 14px;
}
.hero-style6 .hero-video-wrap .hero-video-text {
  max-width: 190px;
  color: var(--title-color);
  text-align: start;
  flex: none;
}
.hero-style6 .hero-video-wrap .hero-video-text a {
  color: var(--title-color);
  position: relative;
}
.hero-style6 .hero-video-wrap .hero-video-text a:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--title-color);
}
.hero-style6 .hero-video-wrap .hero-video-text a:hover {
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}
.hero-style6 .btn-wrap {
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .hero-style6 .btn-wrap {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .hero-style6 .btn-wrap {
    max-width: none;
    justify-content: center;
  }
}

/* Hero 7 ---------------------------------- */
.hero-7 {
  padding-top: 100px;
  background: var(--light-color2);
  /* Extra small devices */
}
@media (max-width: 575px) {
  .hero-7 {
    padding-top: 90px;
  }
}
.hero-7 .hero-inner {
  border-bottom: 1px solid var(--title-color);
  /* Medium devices */
}
@media (max-width: 991px) {
  .hero-7 .hero-inner {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.hero-7 .hero-contact-wrap {
  padding-left: 18px;
  position: relative;
  margin-top: 40px;
}
.hero-7 .hero-contact-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--title-color);
}
.hero-7 .hero-contact-wrap .box-link {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--title-color);
  margin-bottom: 15px;
}
.hero-7 .hero-contact-wrap .box-link:hover {
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}
.hero-7 .hero-contact-wrap .box-text {
  color: var(--body-color);
}
.hero-7 .icon-box {
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
  position: relative;
  /* Large devices */
}
@media (max-width: 1199px) {
  .hero-7 .icon-box {
    margin-top: 70px;
  }
}
.hero-7 .icon-box:after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  top: 50%;
  width: -webkit-fill-available;
  background: var(--title-color);
}
.hero-7 .icon-box .slider-arrow {
  width: auto;
  height: auto;
  background: var(--light-color2);
  color: var(--title-color);
  line-height: normal;
  border-radius: 0;
  margin-right: 0;
}
.hero-7 .icon-box .slider-arrow.slider-prev {
  padding-right: 15px;
}
.hero-7 .icon-box .slider-arrow.slider-next {
  padding-left: 15px;
}

.hero-style7 {
  position: relative;
  padding: 200px 0;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .hero-style7 {
    padding: 130px 0;
  }
}
@media (max-width: 767px) {
  .hero-style7 {
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .hero-style7 {
    padding: 100px 20px;
  }
}
.hero-style7 .hero-bg-shape7-1 {
  position: absolute;
  left: 0;
  top: 0;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .hero-style7 .hero-bg-shape7-1 {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .hero-style7 .hero-bg-shape7-1 {
    width: 100px;
  }
}
@media (max-width: 575px) {
  .hero-style7 .hero-bg-shape7-1 {
    display: none;
  }
}
.hero-style7 .hero-bg-shape7-2 {
  position: absolute;
  bottom: -1px;
  right: -1px;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .hero-style7 .hero-bg-shape7-2 {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .hero-style7 .hero-bg-shape7-2 {
    width: 100px;
  }
}
@media (max-width: 575px) {
  .hero-style7 .hero-bg-shape7-2 {
    display: none;
  }
}
.hero-style7 .hero-title {
  font-size: 92px;
  font-weight: 500;
  letter-spacing: -0.05em;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1500px) {
  .hero-style7 .hero-title {
    font-size: 86px;
  }
}
@media (max-width: 1299px) {
  .hero-style7 .hero-title {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .hero-style7 .hero-title {
    font-size: 60px;
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .hero-style7 .hero-title {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .hero-style7 .hero-title {
    font-size: 40px;
  }
}
@media (max-width: 375px) {
  .hero-style7 .hero-title {
    font-size: 38px;
  }
}
.hero-style7 .btn-wrap {
  margin-top: 38px;
}

.hero-thumb7-1 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .hero-thumb7-1 {
    max-height: 320px;
    overflow: hidden;
  }
}

/* Hero 8 ---------------------------------- */
.hero-8 {
  overflow: hidden;
}

.hero-style8 {
  padding-top: 280px;
  padding-bottom: 80px;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .hero-style8 {
    padding-top: 200px;
  }
}
@media (max-width: 991px) {
  .hero-style8 {
    padding-top: 150px;
  }
}
@media (max-width: 575px) {
  .hero-style8 {
    padding: 120px 0 50px;
  }
}
.hero-style8 .hero-title {
  font-size: 72px;
  font-weight: 500;
  margin-bottom: -0.2em;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1500px) {
  .hero-style8 .hero-title {
    font-size: 68px;
  }
}
@media (max-width: 1399px) {
  .hero-style8 .hero-title {
    font-size: 64px;
  }
}
@media (max-width: 1299px) {
  .hero-style8 .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .hero-style8 .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .hero-style8 .hero-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .hero-style8 .hero-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .hero-style8 .hero-title {
    font-size: 32px;
  }
}

/*------------------- 4.9. Error  -------------------*/
.error-content {
  text-align: center;
}

.error-img {
  text-align: center;
  margin-bottom: 15px;
}

.error-title {
  margin-bottom: 20px;
}

.error-text {
  margin-bottom: 30px;
  max-width: 540px;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}

/* Medium devices */
@media (max-width: 991px) {
  .error-title {
    margin-bottom: 15px;
  }
  .error-img {
    margin-bottom: 30px;
  }
  .error-text {
    margin-bottom: 25px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .error-title {
    margin-bottom: 10px;
  }
}
/*------------------- 4.10. Popup Search  -------------------*/
.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%;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  line-height: 58px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-width: 2px;
  border-style: solid;
  border-color: var(--theme-color);
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  color: var(--white-color);
}
.popup-search-box button.searchClose:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
  background: var(--theme-color);
  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;
  transform: translate(-50%, -50%) scale(0);
  transition: transform ease 0.4s;
  /* Large devices */
}
@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: 50px;
  padding-right: 80px;
}
.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::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;
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.popup-search-box form button:hover {
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.12. Wocommerce  -------------------*/
.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: 500;
  margin-bottom: 15px;
  border-radius: 0px;
}
.woocommerce-message a,
.woocommerce-info a {
  color: var(--white-color);
  text-decoration: underline;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover {
  color: var(--theme-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(--theme-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: 0px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .woocommerce-form-register,
  .woocommerce-form-coupon,
  .woocommerce-form-login {
    padding: 40px 20px;
    border-radius: 10px;
  }
}
.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-error {
  background-color: var(--error-color);
  color: #fff;
  list-style: none;
  padding: 10px 26px;
  margin: 0 0 30px 0;
  border-radius: 0;
  font-weight: 500;
  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;
  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(--at-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: max-content;
  position: relative;
}
table.variations td {
  padding: 0;
}
table.variations td.label {
  padding-right: 10px;
  width: max-content;
}
table.variations select {
  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-grouped-product-list-item__label:after,
.woocommerce-grouped-product-list-item__price:after {
  display: none;
}

.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 {
  align-items: center;
  display: flex;
  gap: 20px;
}
#woosq-popup .single-product .product .actions > div {
  height: auto;
  overflow: visible;
  width: max-content;
}
#woosq-popup .single-product .product .actions > div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
  width: max-content;
}

.login-tab {
  margin-bottom: 30px;
  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: 93px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 16px;
}
.star-rating:before {
  content: "\e28b\e28b\e28b\e28b\e28b";
  color: #e1e1e1;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 1px;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\e28b\e28b\e28b\e28b\e28b";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--yellow-color);
  letter-spacing: 1px;
}

.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: "\e28b";
  font-weight: 400;
  text-indent: 0;
  color: var(--yellow-color);
}
.rating-select p.stars a:hover ~ a::before {
  content: "\e28b";
  font-weight: 400;
}
.rating-select p.stars:hover a::before {
  content: "\e28b";
  font-weight: 700;
}
.rating-select p.stars.selected a.active::before {
  content: "\e28b";
  font-weight: 700;
}
.rating-select p.stars.selected a.active ~ a::before {
  content: "\e28b";
  font-weight: 400;
}
.rating-select p.stars.selected a:not(.active)::before {
  content: "\e28b";
  font-weight: 700;
}

/* Small devices */
@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;
  }
}
/*------------------- 4.13. Products  -------------------*/
.at-product {
  transition: all ease 0.4s;
  background-color: var(--white-color);
  border: 1px solid var(--at-border-color);
  border-radius: 0;
  padding: 30px 30px 0;
}
.at-product .product-title {
  font-size: 20px;
  margin: 4px 0 10px 0;
  font-weight: 500;
}
.at-product .product-title a {
  color: inherit;
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 0.5s ease-in-out;
}
.at-product .product-title a:hover {
  background-size: 100% 2px;
  color: var(--title-color);
}
.at-product .product-category {
  color: var(--body-color);
  margin-bottom: 0px;
  display: block;
}
.at-product .product-category:hover {
  color: var(--theme-color);
}
.at-product .category,
.at-product .product-tag {
  font-size: 14px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0 12px;
  min-width: 60px;
  z-index: 3;
  border-radius: 30px;
  line-height: 24px;
}
.at-product .woocommerce-product-rating {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  margin-bottom: 5px;
}
.at-product .star-rating {
  margin: 0 auto 0 auto;
  width: 93px;
}
.at-product .price {
  display: block;
  color: var(--title-color);
  font-weight: 400;
  margin-bottom: -0.4em;
  font-family: var(--body-font);
}
.at-product .price del {
  margin-left: 7px;
  color: #a9a9a9;
}
.at-product .product-img {
  --space: 0px;
  background-color: var(--white-color);
  overflow: hidden;
  position: relative;
  margin: 0 0 20px 0;
  text-align: center;
  z-index: 2;
  border-radius: 0;
}
.at-product .product-img img {
  width: 100%;
  transition: all ease 0.4s;
  transform: scale(0.95);
}
.at-product .actions {
  height: 100%;
  position: absolute;
  top: 5px;
  right: 10px;
  text-align: center;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  display: grid;
  align-content: center;
  width: 40px;
}
.at-product .actions .woosw-btn,
.at-product .actions .icon-btn {
  --btn-size: 40px;
  font-size: 14px;
  border-color: var(--white-color);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  color: var(--white-color);
  border-radius: 99px;
  margin-bottom: 10px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
}
.at-product .actions .woosw-btn:hover,
.at-product .actions .icon-btn:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
}
.at-product .actions > * {
  margin: 0 0;
}
.at-product .actions > * > a {
  margin: 0;
}
.at-product .woosw-btn,
.at-product .icon-btn {
  transform: translateX(30px);
  transition: 0.4s ease-in-out;
}
.at-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.at-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.at-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.at-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;
}
.at-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%;
}
.at-product .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.at-product .add_to_cart_button.added {
  display: none;
}
.at-product .added_to_cart {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  background-color: var(--title-color);
  color: var(--white-color);
  font-size: 0;
  text-align: center;
  border-radius: 99px;
  border: none;
  margin-bottom: 10px;
}
.at-product .added_to_cart:after {
  content: "\f07a";
  position: relative;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 700;
}
.at-product .added_to_cart:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.at-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;
}
.at-product .btn-wrap {
  border-top: 1px solid var(--at-border-color);
  margin-top: 25px;
  justify-content: space-between;
  padding: 9px 0;
  gap: 20px;
  /* Medium Large devices */
}
.at-product .btn-wrap a {
  color: var(--body-color);
  font-size: 14px;
}
.at-product .btn-wrap a:hover {
  color: var(--title-color);
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}
@media (max-width: 1299px) {
  .at-product .btn-wrap {
    gap: 10px;
  }
}
.at-product:hover .product-img img {
  transform: scale(1);
}
.at-product:hover .product-img:before {
  transform: scaleX(1);
  visibility: visible;
  opacity: 0.25;
}
.at-product:hover .actions {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.at-product:hover .woosw-btn,
.at-product:hover .icon-btn {
  transform: translateY(0);
}
.at-product.list-view {
  display: flex;
  text-align: left;
  height: 100%;
  padding: 10px;
}
.at-product.list-view .product-img {
  --space: 0px;
  width: 100%;
  width: 87px;
  margin: 0;
  border-radius: 10px;
}
.at-product.list-view .product-img:before {
  --space: 0px;
}
.at-product.list-view .product-category {
  font-size: 13px;
  line-height: 23px;
  margin-top: -3px;
}
.at-product.list-view .star-rating {
  margin: 5px 0 0 0;
  width: 93px;
  font-size: 12px;
}
.at-product.list-view .product-content {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 4px 0 13px;
}
.at-product.list-view .actions {
  --icon-gap-x: 2px;
  width: 100%;
  right: 0;
  text-align: center;
  justify-content: center;
}
.at-product.list-view .actions .woosw-btn,
.at-product.list-view .actions .icon-btn {
  --btn-size: 36px;
  --btn-font-size: 14px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
}
.at-product.list-view .actions .woosw-btn:hover,
.at-product.list-view .actions .icon-btn:hover {
  background-color: var(--title-color);
}
.at-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.at-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.at-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.at-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  font-size: 20px;
}
.at-product.list-view .tinv-wishlist a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.at-product.list-view .added_to_cart {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.at-product.list-view .added_to_cart:after {
  font-size: 16px;
}
.at-product.list-view .tag {
  top: 8px;
  right: 8px;
  padding: 0px 15px;
}
.at-product.list-view .product-title {
  font-size: 14px;
  margin: 0;
}
.at-product.list-view .price {
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  color: var(--theme-color);
}

.product-list-area {
  margin-bottom: -24px;
}

#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: 20px;
  padding-bottom: 20px;
}
.mfp-content .container {
  position: relative;
}
.mfp-content .product-big-img {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  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;
  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 {
  border-radius: 10px;
}
.woosq-popup .product_meta > span > a:after,
.woosq-popup .product_meta > span > span:after {
  display: none;
}

.woosq-product > .product .summary {
  display: grid;
  align-content: center;
}
.woosq-product .thumbnails .slick-list {
  display: block;
}
.woosq-product .thumbnails .slick-dots li button {
  width: 12px;
  height: 12px;
  transform: scale(1);
  background-color: var(--theme-color);
  opacity: 0.4;
}
.woosq-product .thumbnails .slick-dots li button:before {
  display: none;
}
.woosq-product .thumbnails .slick-dots li.slick-active button {
  opacity: 1;
}
.woosq-product .tinv-wraper {
  display: none;
}

.at-sort-bar {
  padding: 10px;
  margin: 0 0 24px 0;
  background-color: var(--smoke-color2);
  border-radius: 100px;
}
.at-sort-bar .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 15px;
}
.at-sort-bar select {
  height: 50px;
  border: 1px solid var(--at-border-color);
  background-color: var(--white-color);
  width: fit-content;
  min-width: 250px;
  font-size: 16px;
  margin: 0;
  color: var(--body-color);
}
.at-sort-bar .woocommerce-result-count {
  padding-left: 15px;
  margin-bottom: 0;
  color: var(--body-color);
}
.at-sort-bar .nav a {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid var(--at-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;
  border-radius: 5px;
}
.at-sort-bar .nav a.active, .at-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;
  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);
}
.product-thumb-tab .tab-btn img {
  max-width: 100%;
}
.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);
  pointer-events: none;
  transition: 0.4s ease-in-out;
}

.product-big-img {
  background-color: var(--white-color);
  text-align: center;
  overflow: hidden;
  border-radius: 0;
}
.product-big-img .img {
  width: 100%;
}
.product-big-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease-in-out;
}
.product-big-img .slider-pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
}
.product-big-img .slick-dots {
  margin: -11px 0 0 0 !important;
  transform: translateY(-30px);
  --border-color: #c0c0c0;
}

.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: none;
  width: 200px;
  height: 200px;
}

.magnify {
  position: relative;
  cursor: none;
}
.magnify .magnifier {
  height: 180px;
  width: 180px;
  position: absolute;
  z-index: 20;
  box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-size: 700%;
  background-repeat: no-repeat;
  margin-left: -90px !important;
  margin-top: -90px !important;
  pointer-events: none;
  display: none;
}
.magnify .magnified {
  display: block;
  z-index: 10;
  margin: auto;
  width: 100%;
  height: 100%;
}
.magnify img {
  width: 100%;
  height: 100%;
}

.quantity {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  border: 1px solid var(--at-border-color);
  border-radius: 5px;
}
.quantity > .screen-reader-text {
  display: inline-block;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0;
  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: 24px 0;
}
.product_meta > span {
  display: block;
  margin-bottom: 5px;
  color: var(--title-color);
  font-weight: 500;
  font-family: var(--title-font);
}
.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: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-thumb-slider1 .swiper-slide {
  position: relative;
  cursor: pointer;
  padding: 10px;
}
.product-thumb-slider1 .swiper-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--at-border-color);
  transition: 0.4s;
  opacity: 0;
}
.product-thumb-slider1 .swiper-slide.swiper-slide-thumb-active:after {
  opacity: 1;
}

.product-tab-style1 {
  padding-top: 80px;
  padding-bottom: 22px;
  gap: 24px;
}
.product-tab-style1 .at-btn {
  padding: 20px 25px;
}
.product-tab-style1 .at-btn:focus, .product-tab-style1 .at-btn:active, .product-tab-style1 .at-btn:hover, .product-tab-style1 .at-btn.active {
  background: var(--title-color);
  color: var(--white-color);
  border: 1px solid var(--title-color);
}
.product-tab-style1 .at-btn:focus:after, .product-tab-style1 .at-btn:active:after, .product-tab-style1 .at-btn:hover:after, .product-tab-style1 .at-btn.active:after {
  background: var(--title-color);
}

.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-title,
.product-about .product-title {
  margin: 0 0 16px 0;
}
.summary-content .product_title,
.product-about .product_title {
  margin-bottom: 20px !important;
}
.summary-content .price,
.product-about .price {
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 500;
  color: var(--title-color);
  display: block;
  max-width: fit-content;
  margin-top: -0.2em;
}
.summary-content .price del,
.product-about .price del {
  color: var(--body-color);
  font-weight: 500;
  margin-right: 10px;
}
.summary-content .woocommerce-product-rating,
.summary-content .product-rating,
.product-about .woocommerce-product-rating,
.product-about .product-rating {
  display: inline-flex;
  gap: 5px;
  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: 22px;
}
.summary-content .woocommerce-product-rating .star-rating,
.summary-content .product-rating .star-rating,
.product-about .woocommerce-product-rating .star-rating,
.product-about .product-rating .star-rating {
  width: 80px;
  font-size: 12px;
  margin-right: 0;
}
.summary-content .product__color,
.product-about .product__color {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.summary-content .product__color strong,
.product-about .product__color strong {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
}
.summary-content .woocommerce-review-link,
.product-about .woocommerce-review-link {
  color: var(--body-color);
}
.summary-content .checklist,
.product-about .checklist {
  margin: 29px 0 29px 0;
}
.summary-content .actions,
.product-about .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 24px 0;
}
.summary-content .actions strong,
.product-about .actions strong {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
  align-self: center;
}
.summary-content .actions .at-btn .btn-icon,
.product-about .actions .at-btn .btn-icon {
  padding: 10.5px 15px 10.5px 15px;
}
.summary-content .actions .woosw-btn,
.summary-content .actions .icon-btn,
.product-about .actions .woosw-btn,
.product-about .actions .icon-btn {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 0px;
  --btn-size: 56px;
}
.summary-content .actions .woosw-btn:hover,
.summary-content .actions .icon-btn:hover,
.product-about .actions .woosw-btn:hover,
.product-about .actions .icon-btn:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
}
.summary-content .share,
.product-about .share {
  margin-top: 25px;
}
.summary-content .at-social a,
.product-about .at-social a {
  --icon-size: 40px;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid var(--at-border-color);
  border-radius: 0;
}
.summary-content .at-social a:hover,
.product-about .at-social a:hover {
  border-color: var(--theme-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: 54px;
  display: inline-block;
  border-radius: 99px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
}
.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 .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover {
  background-color: var(--title-color);
}
.summary-content .tinv-wishlist a,
.product-about .tinv-wishlist a {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  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;
  padding: 0 10px;
}
.summary-content .quantity .qty-input,
.product-about .quantity .qty-input {
  width: auto;
  height: 30px;
  background-color: transparent;
  color: var(--title-color);
  padding: 0;
  text-align: center;
  font-weight: 400;
  border-radius: 0px;
}
.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
  color: var(--body-color);
  background-color: transparent;
  position: relative;
  height: auto;
  width: auto;
  border: none;
  line-height: 16px;
}
.summary-content .btn-wrap,
.product-about .btn-wrap {
  gap: 10px;
  margin-top: 34px;
  border-bottom: 1px solid var(--at-border-color);
  padding-bottom: 30px;
}
.summary-content .btn-wrap .at-btn,
.product-about .btn-wrap .at-btn {
  border-radius: 0;
  padding: 17px 20px;
  min-height: 50px;
  min-width: 150px;
}
.summary-content .btn-wrap .icon-btn,
.product-about .btn-wrap .icon-btn {
  border-radius: 0;
}

.woocommerce-Reviews .at-post-comment {
  border-radius: 0;
  padding: 40px !important;
  margin: 12px;
  border: 1px solid var(--at-border-color);
}
.woocommerce-Reviews .at-post-comment .text {
  margin-bottom: -0.5em;
}
.woocommerce-Reviews .at-post-comment .name {
  margin-bottom: 3px;
}
.woocommerce-Reviews .at-post-comment .commented-on {
  margin-bottom: 12px;
}
.woocommerce-Reviews .at-comments-wrap {
  padding: 0;
  margin-right: 0 !important;
  box-shadow: none;
  margin: 0;
}
.woocommerce-Reviews .at-comment-form {
  box-shadow: none;
  margin-right: 0 !important;
  margin-top: 28px;
  margin-bottom: 0;
}
.woocommerce-Reviews .at-comment-form .blog-inner-title {
  margin-bottom: 10px;
}
.woocommerce-Reviews .comment-list {
  display: flex;
  gap: 0 24px;
  margin: -12px !important;
  margin-bottom: 28px !important;
}
.woocommerce-Reviews .comment-list li {
  width: 50%;
  /* Medium devices */
}
@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list li {
    width: 100%;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .woocommerce-Reviews .at-post-comment {
    padding: 30px !important;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .woocommerce-Reviews .at-comment-form {
    padding: 40px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .woocommerce-Reviews .at-comment-form {
    padding: 40px 20px;
  }
}
.product-details .at-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(--at-border-color);
  padding: 0 0 7px 0;
  margin: 0 0 30px 0;
}

.related-product-wrapper {
  padding-top: 115px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .at-product.list-view .product-img {
    max-width: 150px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .product-thumb-tab {
    --thumb: 100px;
    margin-left: -40px;
  }
  .product-thumb-area {
    margin-right: 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .at-sort-bar select {
    min-width: auto;
  }
  .product-tab-style1 {
    margin: 55px 0 40px 0;
  }
  .summary-content,
  .product-about {
    padding-left: 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .product-big-img {
    margin-bottom: 40px;
  }
  .product-thumb-tab {
    margin-left: -10px;
  }
  .at-product-box.list-view .product-img {
    max-width: 150px;
  }
  .at-sort-bar .row {
    --bs-gutter-x: 20px;
  }
  .at-sort-bar .nav a:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .at-sort-bar .nav a:last-child:before {
    display: none;
  }
  .woosq-product > .product .thumbnails {
    max-height: 400px;
    min-height: 200px;
    padding: 10px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .at-sort-bar {
    text-align: center;
    padding: 10px 15px 15px 15px;
  }
  .at-sort-bar .nav {
    justify-content: center;
  }
  .at-sort-bar select {
    margin: 0 auto;
  }
  .at-sort-bar .woocommerce-result-count {
    padding-left: 0;
  }
  .at-product-box.list-view .product-img {
    max-width: 130px;
  }
  .at-product-box.list-view .actions {
    --btn-size: 30px;
    --btn-font-size: 10px;
    --icon-gap-x: 2px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .product-about .actions {
    gap: 15px 15px;
  }
  .product-thumb-tab {
    --thumb: 74px;
    --gap: 6px;
  }
  .product-thumb-tab .tab-btn:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .product-grid {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .at-product.list-view .product-img {
    max-width: 130px;
  }
  .at-product.list-view .product-content {
    padding: 0 15px;
  }
}
/*------------------- 4.14. Cart  -------------------*/
.woocommerce-cart-form {
  text-align: center;
}

.cart_table {
  border: 1px solid #eaf0f2;
  margin-bottom: 45px;
}
.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: 600;
  border: none;
  padding: 27px 15px;
}
.cart_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  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-productimage {
  display: inline-block;
  border: 2px solid var(--smoke-color);
}
.cart_table .remove {
  color: var(--theme-color);
  font-size: 18px;
}
.cart_table .quantity {
  display: inline-flex;
  align-items: center;
}
.cart_table td.product-quantity {
  min-width: 155px;
}
.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: 14px;
  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: 60px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--title-color);
  font-weight: 700;
  margin: 0 3px;
  border-radius: 4px;
  padding: 0;
  /* Firefox */
}
.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::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;
  padding-left: 20px;
  padding-right: 20px;
}
.cart_table .actions > .th-btn {
  padding: 20px 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: flex;
}
.cart_table .th-cart-coupon input {
  width: calc(100% - 200px);
  margin-right: 10px;
}
.cart_table .th-cart-coupon .th-btn {
  padding: 20px 25px;
  width: max-content;
}

.cart_totals {
  border: 1px solid #ecf0f1;
}
.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 .amount {
  font-weight: 700;
}
.cart_totals .order-total .amount {
  color: var(--theme-color);
}

.empty-notice {
  margin: 40px auto;
}

/* Medium devices */
@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;
    justify-content: center;
  }
  .cart_table .actions {
    text-align: center;
  }
  .cart_table .cart-productimage {
    max-width: 100px;
  }
}
/* Small devices */
@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: 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;
    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;
  }
}
/*------------------- 4.15. Checkout  -------------------*/
.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: 0;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--above {
  position: relative;
  bottom: 0;
}
.woocommerce-checkout .select2-dropdown {
  border: none;
  border-top: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-radius: 27px;
}
.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);
}
.woocommerce-checkout .shipping_address {
  margin-top: -3px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid transparent;
  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: 56px;
  border: 1px solid transparent;
  background-color: var(--smoke-color2);
  border-radius: 27px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 56px;
  padding-left: 25px;
  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: 56px;
  line-height: 56px;
  margin-right: 30px;
}

span.select2-selection.select2-selection--single:focus {
  outline: none;
}

.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: 600;
  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: 0;
  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: 30px;
}

/* Small devices */
@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;
  }
}
/*------------------- 4.16. Wishlist  -------------------*/
.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;
  text-transform: capitalize;
}
.tinv-wishlist .cart-empty {
  padding: 14px 25px;
  font-weight: 700;
  font-size: 14px;
  padding-left: 45px;
  border-radius: 8px;
}
.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 p.return-to-shop .button:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.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(--at-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: flex;
  max-width: 295px;
  margin-left: auto;
  align-items: center;
}
.tinv-wishlist .social-buttons ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
  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: 38px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--theme-color);
  color: #fff;
  padding: 1px 15px;
  min-width: 140px;
}
.tinv-wishlist button.button i {
  font-size: 18px !important;
  margin-right: 3px !important;
}
.tinv-wishlist button.button:hover {
  background-color: var(--title-color);
  color: #fff;
}
.tinv-wishlist .tinvwl-buttons-group button i {
  font-size: 14px;
}
.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);
}

/* Medium devices */
@media (max-width: 991px) {
  .tinvwl-full {
    display: none;
  }
  .tinv-wishlist .tinvwl-mobile {
    display: block;
  }
  .tinvwl-txt {
    display: inline-block !important;
  }
  .product-stock {
    width: 40px;
    text-align: center;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .tinv-wishlist table {
    table-layout: fixed;
    border-bottom: 1px solid var(--at-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(--at-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(--at-border-color);
  }
  .tinv-wishlist .social-buttons {
    max-width: 100%;
    margin-left: unset;
    flex-direction: column;
  }
  .tinv-wishlist .social-buttons ul {
    margin-left: unset;
    margin-top: 5px;
  }
  .tinvwl-txt {
    display: inline-block !important;
  }
}
/*------------------- 4.17. Contact  -------------------*/
/* Contact Area 1 ---------------------------------- */
.contact-map-wrap {
  position: relative;
}
.contact-map-wrap .office-contact-card {
  position: absolute;
  padding-left: 28px;
  z-index: 1;
  /* Medium devices */
}
.contact-map-wrap .office-contact-card:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--theme-color);
  left: 0;
  top: 10px;
}
.contact-map-wrap .office-contact-card:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid var(--title-color);
  left: 0;
  top: 10px;
}
.contact-map-wrap .office-contact-card .box-text {
  font-size: 12px;
}
.contact-map-wrap .office-contact-card .box-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: -0.3em;
  margin-top: 4px;
  /* Small devices */
}
@media (max-width: 767px) {
  .contact-map-wrap .office-contact-card .box-title {
    font-size: 16px;
  }
}
.contact-map-wrap .office-contact-card:nth-child(1) {
  top: 30%;
  left: 19%;
}
.contact-map-wrap .office-contact-card:nth-child(2) {
  top: 45%;
  left: 38%;
}
.contact-map-wrap .office-contact-card:nth-child(3) {
  top: 3%;
  right: 24%;
}
@media (max-width: 991px) {
  .contact-map-wrap .office-contact-card {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }
  .contact-map-wrap .office-contact-card:not(:last-child) {
    margin-bottom: 20px;
  }
}
.contact-map-wrap .contact-map {
  position: relative;
}
.contact-map-wrap .contact-map .office-1-dot,
.contact-map-wrap .contact-map .office-2-dot,
.contact-map-wrap .contact-map .office-3-dot {
  position: absolute;
  opacity: 1;
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--theme-color);
  color: var(--white-color);
  font-size: 12px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .contact-map-wrap .contact-map .office-1-dot,
  .contact-map-wrap .contact-map .office-2-dot,
  .contact-map-wrap .contact-map .office-3-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .contact-map-wrap .contact-map .office-1-dot:nth-child(1),
  .contact-map-wrap .contact-map .office-2-dot:nth-child(1),
  .contact-map-wrap .contact-map .office-3-dot:nth-child(1) {
    top: 30%;
    left: 19%;
  }
  .contact-map-wrap .contact-map .office-1-dot:nth-child(2),
  .contact-map-wrap .contact-map .office-2-dot:nth-child(2),
  .contact-map-wrap .contact-map .office-3-dot:nth-child(2) {
    top: 45%;
    left: 38%;
  }
  .contact-map-wrap .contact-map .office-1-dot:nth-child(3),
  .contact-map-wrap .contact-map .office-2-dot:nth-child(3),
  .contact-map-wrap .contact-map .office-3-dot:nth-child(3) {
    top: 3%;
    right: 24%;
  }
}

.contact-wrap1 {
  border-top: 1px solid var(--at-border-color);
  padding-top: 60px;
  margin-top: 60px;
}
.contact-wrap1 .contact-info-wrap {
  max-width: 172px;
}
.contact-wrap1 .contact-info-wrap .box-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.contact-wrap1 .contact-info-wrap .contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-wrap1 .contact-info-wrap .contact-info-list li {
  color: var(--title-color);
}
.contact-wrap1 .contact-info-wrap .contact-info-list li:not(:last-child) {
  margin-bottom: 40px;
}
.contact-wrap1 .contact-info-wrap .contact-info-list li a {
  display: block;
  color: var(--title-color);
}
.contact-wrap1 .contact-info-wrap .contact-info-list.style2 li:not(:last-child) {
  margin-bottom: 10px;
}

/*------------------- 4.18. MegaMenu -------------------*/
/*Mega menu area*********************/
.main-menu ul.mega-menu {
  position: absolute;
  top: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  left: 50%;
  width: calc(100% - 100px);
  max-width: calc(var(--main-container) - 200px);
  max-height: 500px;
  overflow: overlay;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateX(-50%);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--white-color);
  padding: 20px;
  /***scroll-bar***/
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
.main-menu ul.mega-menu li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.mega-menu a:hover {
  color: var(--theme-color);
}
.main-menu ul.mega-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 0px;
}
.main-menu ul.mega-menu::-webkit-scrollbar-track {
  background: rgb(255, 255, 255);
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}
.main-menu ul.mega-menu::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  border-radius: 0px;
}
.main-menu ul.mega-menu li li {
  padding: 2px 0;
}
.main-menu ul.mega-menu li a {
  display: inline-block;
  text-transform: capitalize;
}
.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-color);
}
.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}
.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}
.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}
@media (max-width: 1299px) {
  .main-menu ul.mega-menu {
    width: 1060px;
  }
}
@media (max-width: 1199px) {
  .main-menu ul.mega-menu {
    width: 900px;
  }
}
@media (max-width: 991px) {
  .main-menu ul.mega-menu {
    padding: 10px 0 !important;
  }
}
.main-menu ul.mega-menu .at-mobile-menu ul li ul li {
  padding-left: 0px;
}
.main-menu ul.mega-menu .at-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: none;
}

.megamenu-title {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid var(--at-border-color);
  padding-bottom: 10px;
}

.megamenu-list li a {
  font-weight: 500;
  font-size: 16px;
  font-family: var(--title-font);
  line-height: 1;
  color: var(--title-color);
  transition: 0.4s;
}
.megamenu-list li a:before {
  content: "\f0ad";
  position: absolute;
  top: 9px;
  left: 10px;
  font-family: var(--icon-font);
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: var(--title-color);
  font-weight: 300;
  opacity: 0;
  visibility: visible;
  transition: 0.3s ease-in-out;
}
.megamenu-list li a:hover {
  color: var(--title-color) !important;
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
  padding-left: 25px;
}
.megamenu-list li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}

/*Mega menu area end*********************/
/*------------------- 4.00. About  -------------------*/
.circle-tag {
  display: inline-flex;
  position: relative;
  border: 1px solid rgba(19, 26, 34, 0.1);
  border-radius: 50%;
  background: var(--white-color);
  width: 225px;
  height: 225px;
}
.circle-tag:before {
  content: "";
  position: absolute;
  inset: 38px;
  border-radius: 50%;
  border: 1px solid rgba(19, 26, 34, 0.1);
  z-index: 1;
}
.circle-tag .circle-tag-icon {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-title-anime {
  display: inline-block;
  height: 197px;
  width: 197px;
  border-radius: 50%;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--body-font);
  color: var(--title-color);
  line-height: normal;
  text-align: center;
  animation: spin 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -98.5px;
  margin-top: -98.5px;
}
.circle-title-anime span {
  --rotate-letter: 8.6deg;
  height: 102px;
  position: absolute;
  width: 20px;
  left: 45%;
  top: -3px;
  transform-origin: bottom;
  transform: rotate(var(--rotate-letter));
}
.circle-title-anime span.char2 {
  transform: rotate(calc(var(--rotate-letter) * 2));
}
.circle-title-anime span.char3 {
  transform: rotate(calc(var(--rotate-letter) * 3));
}
.circle-title-anime span.char4 {
  transform: rotate(calc(var(--rotate-letter) * 4));
}
.circle-title-anime span.char5 {
  transform: rotate(calc(var(--rotate-letter) * 5));
}
.circle-title-anime span.char6 {
  transform: rotate(calc(var(--rotate-letter) * 6));
}
.circle-title-anime span.char7 {
  transform: rotate(calc(var(--rotate-letter) * 7));
}
.circle-title-anime span.char8 {
  transform: rotate(calc(var(--rotate-letter) * 8));
}
.circle-title-anime span.char9 {
  transform: rotate(calc(var(--rotate-letter) * 9));
}
.circle-title-anime span.char10 {
  transform: rotate(calc(var(--rotate-letter) * 10));
}
.circle-title-anime span.char11 {
  transform: rotate(calc(var(--rotate-letter) * 11));
}
.circle-title-anime span.char12 {
  transform: rotate(calc(var(--rotate-letter) * 12));
}
.circle-title-anime span.char13 {
  transform: rotate(calc(var(--rotate-letter) * 13));
}
.circle-title-anime span.char14 {
  transform: rotate(calc(var(--rotate-letter) * 14));
}
.circle-title-anime span.char15 {
  transform: rotate(calc(var(--rotate-letter) * 15));
}
.circle-title-anime span.char16 {
  transform: rotate(calc(var(--rotate-letter) * 16));
}
.circle-title-anime span.char17 {
  transform: rotate(calc(var(--rotate-letter) * 17));
}
.circle-title-anime span.char18 {
  transform: rotate(calc(var(--rotate-letter) * 18));
}
.circle-title-anime span.char19 {
  transform: rotate(calc(var(--rotate-letter) * 19));
}
.circle-title-anime span.char20 {
  transform: rotate(calc(var(--rotate-letter) * 20));
}
.circle-title-anime span.char21 {
  transform: rotate(calc(var(--rotate-letter) * 21));
}
.circle-title-anime span.char22 {
  transform: rotate(calc(var(--rotate-letter) * 22));
}
.circle-title-anime span.char23 {
  transform: rotate(calc(var(--rotate-letter) * 23));
}
.circle-title-anime span.char24 {
  transform: rotate(calc(var(--rotate-letter) * 24));
}
.circle-title-anime span.char25 {
  transform: rotate(calc(var(--rotate-letter) * 25));
}
.circle-title-anime span.char26 {
  transform: rotate(calc(var(--rotate-letter) * 26));
}
.circle-title-anime span.char27 {
  transform: rotate(calc(var(--rotate-letter) * 27));
}
.circle-title-anime span.char28 {
  transform: rotate(calc(var(--rotate-letter) * 28));
}
.circle-title-anime span.char29 {
  transform: rotate(calc(var(--rotate-letter) * 29));
}
.circle-title-anime span.char30 {
  transform: rotate(calc(var(--rotate-letter) * 30));
}
.circle-title-anime span.char31 {
  transform: rotate(calc(var(--rotate-letter) * 31));
}
.circle-title-anime span.char32 {
  transform: rotate(calc(var(--rotate-letter) * 32));
}
.circle-title-anime span.char33 {
  transform: rotate(calc(var(--rotate-letter) * 33));
}
.circle-title-anime span.char34 {
  transform: rotate(calc(var(--rotate-letter) * 34));
}
.circle-title-anime span.char35 {
  transform: rotate(calc(var(--rotate-letter) * 35));
}
.circle-title-anime span.char36 {
  transform: rotate(calc(var(--rotate-letter) * 36));
}
.circle-title-anime span.char37 {
  transform: rotate(calc(var(--rotate-letter) * 37));
}
.circle-title-anime span.char38 {
  transform: rotate(calc(var(--rotate-letter) * 38));
}
.circle-title-anime span.char39 {
  transform: rotate(calc(var(--rotate-letter) * 39));
}
.circle-title-anime span.char40 {
  transform: rotate(calc(var(--rotate-letter) * 40));
}

/* About 1 ---------------------------------- */
.about-wrap1 {
  position: relative;
}
.about-wrap1:after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(19, 26, 34, 0.05);
  top: -60px;
  left: -50px;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .about-wrap1:after {
    left: -30px;
  }
}
@media (max-width: 991px) {
  .about-wrap1:after {
    top: -10px;
  }
}
.about-wrap1:before {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: #FCFCFC;
  bottom: -150px;
  right: -70px;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .about-wrap1:before {
    right: -30px;
  }
}
@media (max-width: 991px) {
  .about-wrap1:before {
    bottom: -80px;
  }
}
.about-wrap1 .title-area .sub-title {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .about-wrap1 .title-area .sub-title {
    justify-content: start !important;
  }
}
.about-wrap1 .title-area .sec-title {
  margin-bottom: 27px;
}
.about-wrap1 .title-area .box-link {
  font-size: 12px;
  font-weight: 400;
  color: var(--title-color);
  writing-mode: sideways-lr;
  margin-top: -20px;
  transition: none;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .about-wrap1 .title-area .box-link {
    writing-mode: inherit;
  }
}
.about-wrap1 .about-img-box1 {
  display: flex;
  justify-content: flex-end;
  margin-right: -212px;
  margin-top: -185px;
  align-items: self-start;
  /* Extra large devices */
  /* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
}
.about-wrap1 .about-img-box1 .img1 {
  max-width: 330px;
  height: 100%;
  overflow: hidden;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .about-wrap1 .about-img-box1 .img1 {
    max-width: none;
  }
}
.about-wrap1 .about-img-box1 .img1 .thumb {
  transform: scale(1.15);
}
.about-wrap1 .about-img-box1 .img2 {
  max-width: 188px;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -213px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .about-wrap1 .about-img-box1 .img2 {
    margin-top: 24px;
    max-width: none;
  }
}
.about-wrap1 .about-img-box1 .img2 .thumb {
  transform: scale(1.15);
}
@media (max-width: 1500px) {
  .about-wrap1 .about-img-box1 {
    margin-right: -100px;
    margin-top: -50px;
  }
}
@media (max-width: 1399px) {
  .about-wrap1 .about-img-box1 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .about-wrap1 .about-img-box1 {
    margin-top: 100px;
  }
}
@media (max-width: 575px) {
  .about-wrap1 .about-img-box1 {
    display: block;
    margin-top: 40px;
  }
}
.about-wrap1 .about-counter-wrap {
  margin-top: -262px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .about-wrap1 .about-counter-wrap {
    margin-top: -220px;
  }
}
@media (max-width: 1299px) {
  .about-wrap1 .about-counter-wrap {
    margin-top: -192px;
  }
}
@media (max-width: 991px) {
  .about-wrap1 .about-counter-wrap {
    margin-top: 0;
  }
}
.about-wrap1 .about-counter-wrap .counter-number {
  font-size: 300px;
  font-weight: 400;
  line-height: 0.82;
  margin-bottom: 20px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .about-wrap1 .about-counter-wrap .counter-number {
    font-size: 250px;
  }
}
@media (max-width: 1299px) {
  .about-wrap1 .about-counter-wrap .counter-number {
    font-size: 230px;
  }
}
@media (max-width: 991px) {
  .about-wrap1 .about-counter-wrap .counter-number {
    font-size: 180px;
  }
}
@media (max-width: 767px) {
  .about-wrap1 .about-counter-wrap .counter-number {
    font-size: 140px;
  }
}
@media (max-width: 575px) {
  .about-wrap1 .about-counter-wrap .counter-number {
    font-size: 120px;
  }
}
@media (max-width: 375px) {
  .about-wrap1 .about-counter-wrap .counter-number {
    font-size: 100px;
  }
}
.about-wrap1 .about-counter-wrap .about-counter-text {
  font-size: 32px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--title-color);
  margin-bottom: -0.3em;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .about-wrap1 .about-counter-wrap .about-counter-text {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .about-wrap1 .about-counter-wrap .about-counter-text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .about-wrap1 .about-counter-wrap .about-counter-text {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .about-wrap1 .about-counter-wrap .about-counter-text {
    font-size: 16px;
  }
}
.about-wrap1 .about-subcontent {
  color: var(--title-color);
  margin-bottom: -0.3em;
}

/* About 2 ---------------------------------- */
.about-wrap2 {
  /* Extra small devices */
}
.about-wrap2 .title-area .sec-title .blank-space {
  display: inline-block;
  width: 112px;
  height: 50px;
  background: transparent;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .about-wrap2 .title-area .sec-title .blank-space {
    display: none;
  }
}
.about-wrap2 .about-counter-wrap .counter-number {
  font-size: 300px;
  font-weight: 400;
  line-height: 0.82;
  margin-bottom: 20px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .about-wrap2 .about-counter-wrap .counter-number {
    font-size: 250px;
  }
}
@media (max-width: 1299px) {
  .about-wrap2 .about-counter-wrap .counter-number {
    font-size: 230px;
  }
}
@media (max-width: 991px) {
  .about-wrap2 .about-counter-wrap .counter-number {
    font-size: 180px;
  }
}
@media (max-width: 767px) {
  .about-wrap2 .about-counter-wrap .counter-number {
    font-size: 140px;
  }
}
@media (max-width: 575px) {
  .about-wrap2 .about-counter-wrap .counter-number {
    font-size: 120px;
  }
}
@media (max-width: 375px) {
  .about-wrap2 .about-counter-wrap .counter-number {
    font-size: 100px;
  }
}
.about-wrap2 .about-counter-wrap .about-counter-text {
  font-size: 32px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--title-color);
  margin-bottom: -0.3em;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .about-wrap2 .about-counter-wrap .about-counter-text {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .about-wrap2 .about-counter-wrap .about-counter-text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .about-wrap2 .about-counter-wrap .about-counter-text {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .about-wrap2 .about-counter-wrap .about-counter-text {
    font-size: 16px;
  }
}
.about-wrap2 .about-video-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-wrap2 .about-video-wrap .about-video-text {
  max-width: 182px;
}
.about-wrap2 .circle-tag {
  margin-bottom: 110px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-wrap2 .circle-tag {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .about-wrap2 {
    text-align: center;
  }
  .about-wrap2 .about-video-wrap {
    justify-content: center;
    text-align: start;
  }
}

.about-video-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-video-wrap .about-video-text {
  max-width: 182px;
}

/* About 3 ---------------------------------- */
.about-wrap3 .about-subtitle-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 42px;
}
.about-wrap3 .about-subtitle-wrap .about-subtitle {
  font-size: 16px;
  line-height: 1.625em;
  margin-bottom: 0;
  max-width: 208px;
}
.about-wrap3 .about-counter-wrap .counter-title {
  font-size: 128px;
  font-weight: 500;
  line-height: 0.82;
  margin-bottom: 20px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .about-wrap3 .about-counter-wrap .counter-title {
    font-size: 100px;
  }
}
@media (max-width: 1299px) {
  .about-wrap3 .about-counter-wrap .counter-title {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .about-wrap3 .about-counter-wrap .counter-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .about-wrap3 .about-counter-wrap .counter-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .about-wrap3 .about-counter-wrap .counter-title {
    font-size: 50px;
  }
}
@media (max-width: 375px) {
  .about-wrap3 .about-counter-wrap .counter-title {
    font-size: 40px;
  }
}
.about-wrap3 .about-counter-wrap .about-counter-text {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--title-color);
  margin-bottom: -0.3em;
}
.about-wrap3 .about-social-wrap {
  writing-mode: sideways-lr;
  display: flex;
  width: 100%;
  align-items: end;
  /* Small devices */
}
.about-wrap3 .about-social-wrap .about-social-title {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--title-color);
  order: 2;
  max-height: 130px;
}
.about-wrap3 .about-social-wrap .at-social {
  order: 1;
  gap: 16px;
  margin-top: 120px;
  /* Large devices */
}
.about-wrap3 .about-social-wrap .at-social a {
  margin: 0;
}
.about-wrap3 .about-social-wrap .at-social svg {
  transform: rotate(90deg);
}
@media (max-width: 1199px) {
  .about-wrap3 .about-social-wrap .at-social {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .about-wrap3 .about-social-wrap {
    writing-mode: inherit;
    gap: 20px;
    flex-wrap: wrap;
  }
  .about-wrap3 .about-social-wrap .about-social-title {
    order: 1;
  }
  .about-wrap3 .about-social-wrap .at-social {
    order: 2;
    margin-top: 0;
    transform: none !important;
  }
  .about-wrap3 .about-social-wrap .at-social svg {
    transform: none;
  }
}

.about-img-box3 {
  overflow: hidden;
}

/* About 4 ---------------------------------- */
.about-wrap4 .about-subtitle-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 42px;
  /* Medium devices */
}
.about-wrap4 .about-subtitle-wrap .about-subtitle {
  font-size: 16px;
  line-height: 1.625em;
  margin-bottom: 0;
  max-width: 208px;
}
@media (max-width: 991px) {
  .about-wrap4 .about-subtitle-wrap {
    margin-bottom: 30px;
  }
}
.about-wrap4 .sec-title {
  font-size: 32px;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .about-wrap4 .sec-title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .about-wrap4 .sec-title {
    font-size: 24px;
  }
}
.about-wrap4 .about-video-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-wrap4 .about-video-wrap .about-video-text {
  max-width: 182px;
}

/* About 5 ---------------------------------- */
.about-img-box5-2 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-img-box5-2 {
    display: inline-block;
  }
}

.about-wrap5 .about-content-wrap {
  display: flex;
  gap: 125px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .about-wrap5 .about-content-wrap {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .about-wrap5 .about-content-wrap {
    flex-wrap: wrap;
  }
}
.about-wrap5 .about-content-wrap .about-video-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: none;
}
.about-wrap5 .about-content-wrap .about-video-wrap .about-video-text {
  max-width: 182px;
  flex: none;
}
.about-wrap5 .about-content-wrap .about-counter-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-right: -127px;
  /* Small devices */
}
@media (max-width: 767px) {
  .about-wrap5 .about-content-wrap .about-counter-wrap {
    margin-right: 0;
  }
}
.about-wrap5 .about-content-wrap .about-counter-wrap .counter-title {
  font-size: 208px;
  font-weight: 400;
  line-height: 0.82;
  margin-bottom: 0;
  margin-top: -0.06em;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .about-wrap5 .about-content-wrap .about-counter-wrap .counter-title {
    font-size: 150px;
  }
}
@media (max-width: 1299px) {
  .about-wrap5 .about-content-wrap .about-counter-wrap .counter-title {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .about-wrap5 .about-content-wrap .about-counter-wrap .counter-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .about-wrap5 .about-content-wrap .about-counter-wrap .counter-title {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .about-wrap5 .about-content-wrap .about-counter-wrap .counter-title {
    font-size: 60px;
  }
}
@media (max-width: 375px) {
  .about-wrap5 .about-content-wrap .about-counter-wrap .counter-title {
    font-size: 40px;
  }
}
.about-wrap5 .about-content-wrap .about-counter-wrap .about-counter-text {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--title-color);
  margin-bottom: -0.3em;
  line-height: 1.416;
  max-width: 159px;
  flex: none;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .about-wrap5 .about-content-wrap .about-counter-wrap .about-counter-text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .about-wrap5 .about-content-wrap .about-counter-wrap .about-counter-text {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .about-wrap5 .about-content-wrap .about-counter-wrap .about-counter-text {
    max-width: 200px;
  }
}
@media (max-width: 375px) {
  .about-wrap5 .about-content-wrap .about-counter-wrap .about-counter-text {
    font-size: 14px;
  }
}

/* About 7 ---------------------------------- */
.about-wrap7 .about-location-wrap {
  max-width: 149px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-wrap7 .about-location-wrap {
    margin-bottom: 40px;
  }
}
.about-wrap7 .about-content-wrap {
  max-width: 306px;
  /* Medium devices */
}
.about-wrap7 .about-content-wrap .about-content {
  color: var(--title-color);
  margin-bottom: -0.4em;
}
@media (max-width: 991px) {
  .about-wrap7 .about-content-wrap {
    max-width: none;
  }
}
.about-wrap7 .about-video-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: none;
  margin-top: 280px;
  /* Medium devices */
}
.about-wrap7 .about-video-wrap .about-video-text {
  max-width: 182px;
  flex: none;
}
@media (max-width: 991px) {
  .about-wrap7 .about-video-wrap {
    margin-top: 30px;
  }
}

.about-title-wrap7 .sec-title {
  font-size: 32px;
  font-weight: 500;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .about-title-wrap7 .sec-title {
    font-size: 28px;
  }
}

.about-img-box7-1 {
  position: relative;
}
.about-img-box7-1 .about-img-shape7-1 {
  position: absolute;
  left: 0;
  top: 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-img-box7-1 .about-img-shape7-1 {
    width: 100px;
  }
}
.about-img-box7-1 .about-img-shape7-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-img-box7-1 .about-img-shape7-2 {
    width: 120px;
  }
}

.about-img-box7-2 {
  overflow: hidden;
}
.about-img-box7-2 .thumb {
  transform: scale(1.15);
}

/* About 8 ---------------------------------- */
.about-wrap8 .sec-title {
  font-size: 100px;
  font-weight: 500;
  margin-bottom: -0.12em !important;
  margin-top: -0.2em;
  line-height: 1.1em;
  /* Extra large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1500px) {
  .about-wrap8 .sec-title {
    font-size: 90px;
  }
}
@media (max-width: 1199px) {
  .about-wrap8 .sec-title {
    font-size: 72px;
  }
}
@media (max-width: 991px) {
  .about-wrap8 .sec-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .about-wrap8 .sec-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .about-wrap8 .sec-title {
    font-size: 40px;
    line-height: normal;
  }
}
@media (max-width: 375px) {
  .about-wrap8 .sec-title {
    font-size: 32px;
  }
}

/* About Page ---------------------------------- */
.page-banner {
  --header-space: 144px;
  padding-top: calc(var(--header-space) + 100px);
  /* Large devices */
}
@media (max-width: 1199px) {
  .page-banner {
    padding-top: calc(var(--header-space) + 50px);
  }
}
.page-banner .page-banner-title {
  font-size: 72px;
  font-weight: 500;
  line-height: 1.1388;
  margin-bottom: -0.3em;
  margin-top: -0.2em;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .page-banner .page-banner-title {
    font-size: 68px;
  }
}
@media (max-width: 1199px) {
  .page-banner .page-banner-title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .page-banner .page-banner-title {
    font-size: 56px;
  }
  .page-banner .page-banner-title span {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .page-banner .page-banner-title {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .page-banner .page-banner-title {
    font-size: 40px;
    line-height: normal;
  }
}
@media (max-width: 375px) {
  .page-banner .page-banner-title {
    font-size: 38px;
  }
}
.page-banner .page-banner-text {
  margin-top: -0.2em;
}
.page-banner .page-banner-link {
  font-weight: 500;
  color: var(--title-color);
}
.page-banner .page-banner-link:hover {
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}

/*------------------- 4.00. Team  -------------------*/
/* Team Card ---------------------------------- */
.team-wrap1 .btn-wrap {
  /* Large devices */
}
@media (max-width: 1199px) {
  .team-wrap1 .btn-wrap {
    margin-top: 0 !important;
  }
}

.team-card {
  text-align: center;
  background: var(--white-color);
}
.team-card .box-img {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  display: block;
}
.team-card .box-img img {
  width: 100%;
  transition: 0.4s;
}
.team-card .box-content {
  background: var(--white-color);
  padding-top: 30px;
  padding-bottom: 20px;
}
.team-card .box-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
  position: relative;
  z-index: 1;
}
.team-card .box-title a {
  color: var(--title-color);
}
.team-card .box-title a:hover {
  color: var(--theme-color);
}
.team-card .box-text {
  font-size: 12px;
  font-weight: 400;
  font-family: var(--body-font);
  margin-bottom: -0.4em;
  display: block;
  color: var(--body-color);
}
.team-card:hover .box-img img {
  scale: 1.05;
}

.at-team-vp-start-thumbs-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 -20px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .at-team-vp-start-thumbs-wrapper {
    margin: 40px -12px -20px;
  }
}

.at-team-vp-start-move-thumb {
  box-sizing: border-box;
  position: relative;
  width: 220px;
  height: calc(23vw - 40px);
  margin: 0 20px;
  margin-bottom: 20px;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .at-team-vp-start-move-thumb {
    width: calc(33.33% - 40px);
    height: auto;
    margin: 25px 20px;
  }
}
@media (max-width: 1199px) {
  .at-team-vp-start-move-thumb {
    width: calc(33.33% - 24px);
    margin: 25px 12px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .at-team-vp-start-move-thumb {
    width: calc(50% - 24px);
  }
}
@media (max-width: 375px) {
  .at-team-vp-start-move-thumb {
    width: 100%;
  }
}

.at-team-vp-start-move-thumb:nth-child(1) {
  margin-top: -27vh;
  right: -80vh;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .at-team-vp-start-move-thumb:nth-child(1) {
    margin-top: -40vh;
  }
}
@media (max-width: 1299px) {
  .at-team-vp-start-move-thumb:nth-child(1) {
    right: -70vh;
    margin-top: -30vh;
  }
}
@media (max-width: 1199px) {
  .at-team-vp-start-move-thumb:nth-child(1) {
    right: auto;
    margin-top: 0;
  }
}

.at-team-vp-start-move-thumb:nth-child(2) {
  margin-top: -27vh;
  right: -88vh;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .at-team-vp-start-move-thumb:nth-child(2) {
    margin-top: -40vh;
  }
}
@media (max-width: 1299px) {
  .at-team-vp-start-move-thumb:nth-child(2) {
    right: -70vh;
    margin-top: -30vh;
  }
}
@media (max-width: 1199px) {
  .at-team-vp-start-move-thumb:nth-child(2) {
    right: auto;
    margin-top: 0;
  }
}

.at-team-vp-start-move-thumb:nth-child(3) {
  margin-top: 12vh;
  left: -58vh;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .at-team-vp-start-move-thumb:nth-child(3) {
    margin-top: 24vh;
    left: -100vh;
  }
}
@media (max-width: 1299px) {
  .at-team-vp-start-move-thumb:nth-child(3) {
    left: -74vh;
    margin-top: 20vh;
  }
}
@media (max-width: 1199px) {
  .at-team-vp-start-move-thumb:nth-child(3) {
    left: auto;
    margin-top: 0;
  }
}

.at-team-vp-start-move-thumb:nth-child(4) {
  margin-top: 12vh;
  left: -35vh;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .at-team-vp-start-move-thumb:nth-child(4) {
    margin-top: 24vh;
    left: -100vh;
  }
}
@media (max-width: 1299px) {
  .at-team-vp-start-move-thumb:nth-child(4) {
    left: -74vh;
    margin-top: 20vh;
  }
}
@media (max-width: 1199px) {
  .at-team-vp-start-move-thumb:nth-child(4) {
    left: auto;
    margin-top: 0;
  }
}

.at-team-vp-start-move-thumb:nth-child(5) {
  margin-top: 12vh;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .at-team-vp-start-move-thumb:nth-child(5) {
    margin-top: -48vh;
    right: -143vh;
  }
}
@media (max-width: 1299px) {
  .at-team-vp-start-move-thumb:nth-child(5) {
    margin-top: -35vh;
    right: -105vh;
  }
}
@media (max-width: 1199px) {
  .at-team-vp-start-move-thumb:nth-child(5) {
    margin-top: 0;
    right: auto;
  }
}

.at-team-vp-end-move-thumb {
  box-sizing: border-box;
  position: relative;
  width: calc(33.33% - 40px);
  height: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .at-team-vp-end-move-thumb {
    height: 480px;
  }
}
@media (max-width: 1299px) {
  .at-team-vp-end-move-thumb {
    height: 435px;
  }
}
@media (max-width: 1199px) {
  .at-team-vp-end-move-thumb {
    height: auto;
    width: calc(33.33% - 24px);
    margin: 0;
  }
}
@media (max-width: 991px) {
  .at-team-vp-end-move-thumb {
    width: calc(50% - 24px);
  }
}

.at-team-vp-end-move-thumb .at-team-vp-move-thumb-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  /* Large devices */
}
@media (max-width: 1199px) {
  .at-team-vp-end-move-thumb .at-team-vp-move-thumb-inner {
    position: relative;
    height: auto !important;
    transform: none !important;
  }
}

.at-team-vp-end-thumbs-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100vh;
  box-sizing: border-box;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -30px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .at-team-vp-end-thumbs-wrapper {
    margin-bottom: -40px;
  }
}
@media (max-width: 1199px) {
  .at-team-vp-end-thumbs-wrapper {
    margin: 0 0 -20px;
  }
}

/* Team Card 2 ---------------------------------- */
.team-card2 .box-img {
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}
.team-card2 .box-img img {
  transition: 0.4s;
}
.team-card2 .box-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
.team-card2 .box-title a {
  color: var(--title-color);
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 0.5s ease-in-out;
}
.team-card2 .box-title a:hover {
  background-size: 100% 2px;
}
.team-card2 .box-text {
  font-size: 16px;
  font-weight: 400;
}
.team-card2 .at-social {
  margin-top: 30px;
}
.team-card2:hover .box-img img {
  filter: grayscale(99);
  transform: scale(1.05);
}

/* Team Card 3 ---------------------------------- */
.team-slider3 {
  margin: 0 50px;
  max-width: 1820px;
  /* Hight Resoulation devices */
  /* Extra small devices */
}
@media (min-width: 1922px) {
  .team-slider3 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .team-slider3 {
    margin: 0 15px;
  }
}

.team-card3 .box-img {
  overflow: hidden;
  display: block;
  margin-bottom: 28px;
  border-radius: 20px;
}
.team-card3 .box-img img {
  transition: 0.4s;
  width: 100%;
}
.team-card3 .box-content {
  position: relative;
  padding-right: 60px;
}
.team-card3 .box-content .team-social {
  position: absolute;
  right: 10px;
  top: 8px;
  transition: 0.4s;
  opacity: 0;
  transform: scale(0);
}
.team-card3 .box-content .team-social .icon-btn {
  --btn-size: 50px;
  border-radius: 5px;
  background: var(--theme-color);
  color: var(--title-color);
  cursor: pointer;
  /* Small devices */
}
.team-card3 .box-content .team-social .icon-btn i {
  transition: 0.4s;
}
@media (max-width: 767px) {
  .team-card3 .box-content .team-social .icon-btn {
    --btn-size: 45px;
  }
}
.team-card3 .box-content .team-social .at-social {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.4s;
  width: min-content;
  opacity: 0;
  visibility: hidden;
}
.team-card3 .box-content .team-social .at-social a {
  display: flex;
  margin: 0 0 10px 0;
  transition: 0.4s;
  --icon-size: 50px;
  font-size: 16px;
  border-radius: 5px;
  background: var(--theme-color);
  color: var(--title-color);
  border: 0;
  /* Small devices */
}
.team-card3 .box-content .team-social .at-social a:hover {
  background: var(--title-color);
  color: var(--white-color);
}
@media (max-width: 767px) {
  .team-card3 .box-content .team-social .at-social a {
    --icon-size: 45px;
  }
}
.team-card3 .box-content .team-social:hover .icon-btn i {
  transform: rotate(45deg);
}
.team-card3 .box-content .team-social:hover .at-social {
  opacity: 1;
  visibility: visible;
  bottom: 50px;
}
.team-card3 .box-title {
  margin-bottom: 5px;
  /* Small devices */
}
.team-card3 .box-title a {
  color: var(--title-color);
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 0.5s ease-in-out;
}
.team-card3 .box-title a:hover {
  background-size: 100% 2px;
}
@media (max-width: 767px) {
  .team-card3 .box-title {
    font-size: 20px;
  }
}
.team-card3:hover .box-img img {
  transform: scale(1.05);
}
.team-card3:hover .box-content .team-social {
  opacity: 1;
  transform: scale(1);
}

/* Team Card 4 ---------------------------------- */
.team-card-wrap4:nth-child(3) {
  margin-left: auto;
}
.team-card-wrap4:nth-child(5) {
  margin-left: auto;
  /* Large devices */
}
@media (max-width: 1199px) {
  .team-card-wrap4:nth-child(5) {
    margin-left: 0;
  }
}
.team-card-wrap4:nth-child(6) {
  margin-left: auto;
  /* Large devices */
}
@media (max-width: 1199px) {
  .team-card-wrap4:nth-child(6) {
    margin-left: 0;
  }
}

.team-card.style4 {
  background: transparent;
}
.team-card.style4 .box-img {
  border-radius: 50%;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.team-card.style4 .box-content {
  background: transparent;
  padding-bottom: 0;
}
.team-card.style4 .box-content .box-title {
  font-size: 20px;
  font-weight: 500;
}
.team-card.style4 .box-content .at-social {
  margin-top: 28px;
}

/* Team Card 5 ---------------------------------- */
.team-card5 .box-img {
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
  border-radius: 0;
}
.team-card5 .box-img img {
  transition: 0.4s;
  width: 100%;
}
.team-card5 .box-content {
  position: relative;
  padding-right: 50px;
  border-top: 1px solid var(--title-color);
  border-bottom: 1px solid var(--title-color);
  padding: 30px 0;
}
.team-card5 .box-content .team-social {
  position: absolute;
  right: 10px;
  top: 30px;
  opacity: 0;
  transform: scale(0);
  transition: 0.4s;
}
.team-card5 .box-content .team-social .icon-btn {
  --btn-size: 50px;
  border-radius: 5px;
  background: var(--title-color);
  color: var(--white-color);
  cursor: pointer;
  /* Small devices */
}
.team-card5 .box-content .team-social .icon-btn i {
  transition: 0.4s;
}
@media (max-width: 767px) {
  .team-card5 .box-content .team-social .icon-btn {
    --btn-size: 45px;
  }
}
.team-card5 .box-content .team-social .at-social {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.4s;
  width: min-content;
  opacity: 0;
  visibility: hidden;
}
.team-card5 .box-content .team-social .at-social a {
  display: flex;
  margin: 0 0 10px 0;
  transition: 0.4s;
  --icon-size: 50px;
  font-size: 16px;
  border-radius: 5px;
  background: var(--title-color);
  color: var(--white-color);
  border: 0;
  /* Small devices */
}
.team-card5 .box-content .team-social .at-social a:hover {
  background: var(--theme-color);
  color: var(--title-color);
}
@media (max-width: 767px) {
  .team-card5 .box-content .team-social .at-social a {
    --icon-size: 45px;
  }
}
.team-card5 .box-content .team-social:hover .icon-btn i {
  transform: rotate(45deg);
}
.team-card5 .box-content .team-social:hover .at-social {
  opacity: 1;
  visibility: visible;
  bottom: 50px;
}
.team-card5 .box-title {
  margin-bottom: 5px;
  /* Small devices */
}
.team-card5 .box-title a {
  color: var(--title-color);
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 0.5s ease-in-out;
}
.team-card5 .box-title a:hover {
  background-size: 100% 2px;
}
@media (max-width: 767px) {
  .team-card5 .box-title {
    font-size: 20px;
  }
}
.team-card5:hover .box-img img {
  transform: scale(1.05);
}
.team-card5:hover .box-content .team-social {
  opacity: 1;
  transform: scale(1);
}

/*------------------- 4.00. Testimonial  -------------------*/
/* Testimonial Area ---------------------------------- */
.testi-wrap1 {
  border-radius: 20px;
  padding: 80px 100px 80px 80px;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
}
.testi-wrap1 .testi-img-box1 {
  border-radius: 20px;
  overflow: hidden;
  background: var(--theme-color);
}
.testi-wrap1 .testi-img-box1 .img1 {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.testi-wrap1 .testi-img-box1 .img1 img {
  width: 100%;
}
.testi-wrap1 .testi-img-box1 .box-content {
  text-align: center;
  padding-bottom: 24px;
  margin-top: -17px;
}
.testi-wrap1 .testi-img-box1 .box-content .box-title {
  margin-bottom: -0.4em;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--body-font);
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  line-height: 1.714;
}
@media (max-width: 1299px) {
  .testi-wrap1 {
    padding: 60px;
  }
}
@media (max-width: 1199px) {
  .testi-wrap1 {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .testi-wrap1 .testi-img-box1 {
    display: inline-block;
  }
}

.testi-slider1 .slider-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: end;
}

.testi-card .testi-review-wrap .testi-card_review {
  color: var(--theme-color);
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 20px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .testi-card .testi-review-wrap .testi-card_review {
    font-size: 16px;
  }
}
.testi-card .box-text {
  color: var(--white-color);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3125em;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 25px;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .testi-card .box-text {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .testi-card .box-text {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .testi-card .box-text {
    font-size: 16px;
  }
}
.testi-card .testi-card_name {
  font-size: 24px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 0;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1299px) {
  .testi-card .testi-card_name {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .testi-card .testi-card_name {
    font-size: 16px;
  }
}
.testi-card .testi-card_desig {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: -0.3em;
  display: block;
}

/* Testimonial Area 2---------------------------------- */
.testi-card2 {
  background: var(--white-color);
  padding: 50px;
  /* Extra small devices */
}
.testi-card2 .box-icon {
  margin-bottom: 30px;
}
.testi-card2 .box-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: -0.3em;
}
.testi-card2 .box-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--title-color);
}
.testi-card2 .testi-card_review {
  color: var(--yellow-color);
  margin-top: 40px;
}
@media (max-width: 375px) {
  .testi-card2 {
    padding: 40px;
  }
  .testi-card2 .box-text {
    font-size: 16px;
  }
}

/* Testimonial Area 3---------------------------------- */
.testi-slider3 {
  position: relative;
  padding: 80px 50px 0 50px;
  /* Extra small devices */
}
.testi-slider3 .slider-pagination {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50px 50px 0 0;
  right: 0px;
  bottom: 0 !important;
  left: auto;
  width: auto;
  height: auto;
  line-height: normal;
  text-align: end;
  display: inline-flex;
  margin-top: 24px;
  padding: 23px 60px;
}
@media (max-width: 575px) {
  .testi-slider3 {
    padding: 40px 30px 0 30px;
  }
  .testi-slider3 .slider-pagination {
    margin-top: 10px;
    padding: 20px 40px;
    border-radius: 20px 20px 0 0;
  }
}

.testi-card3 {
  position: relative;
}
.testi-card3 .box-text {
  color: var(--white-color);
  font-size: 47px;
  font-weight: 500;
  font-family: var(--title-font);
  margin-top: -0.3em;
  position: relative;
  line-height: 1.319;
  margin-bottom: 30px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
}
.testi-card3 .box-text .blank-space {
  display: inline-block;
  width: 50px;
  height: 20px;
  background: transparent;
}
@media (max-width: 1500px) {
  .testi-card3 .box-text {
    font-size: 40px;
  }
}
@media (max-width: 1399px) {
  .testi-card3 .box-text {
    font-size: 36px;
  }
}
@media (max-width: 1299px) {
  .testi-card3 .box-text {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .testi-card3 .box-text {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .testi-card3 .box-text {
    font-size: 20px;
  }
}
.testi-card3 .testi-card_name {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--white-color);
  margin-bottom: 0;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .testi-card3 .testi-card_name {
    font-size: 18px;
    margin-bottom: 3px;
  }
}
@media (max-width: 575px) {
  .testi-card3 .testi-card_name {
    font-size: 16px;
  }
}
.testi-card3 .testi-card_desig {
  font-size: 12px;
  font-weight: 400;
  color: var(--white-color);
  display: block;
  margin-bottom: 0;
}
.testi-card3 .quote-icon {
  position: absolute;
  right: 0;
  bottom: 7px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .testi-card3 .quote-icon {
    width: 40px;
  }
}

/* Testimonial Area 4---------------------------------- */
.testi-img-box4 {
  position: relative;
  text-align: end;
  margin-top: -90px;
  /* Large devices */
}
.testi-img-box4 .quote-icon {
  position: relative;
  margin-bottom: -48px;
  z-index: -1;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1299px) {
  .testi-img-box4 .quote-icon {
    margin-bottom: -60px;
  }
}
@media (max-width: 1199px) {
  .testi-img-box4 .quote-icon {
    margin-bottom: -40px;
  }
  .testi-img-box4 .quote-icon img {
    width: 120px;
  }
}
.testi-img-box4 .img1 {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
@media (max-width: 1199px) {
  .testi-img-box4 {
    margin-top: 0;
    display: inline-block;
  }
}

.testi-slider4 {
  position: relative;
}
.testi-slider4 .slider-pagination {
  position: absolute;
  right: 0;
  bottom: 10px !important;
  left: auto;
  width: auto;
  margin: 0;
}

.testi-card4 {
  position: relative;
}
.testi-card4 .box-text {
  color: var(--title-color);
  font-size: 52px;
  font-weight: 500;
  font-family: var(--title-font);
  margin-top: -0.25em;
  position: relative;
  line-height: 1.192;
  border-bottom: 1px solid var(--at-border-color);
  padding-bottom: 40px;
  margin-bottom: 44px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
.testi-card4 .box-text .blank-space {
  display: inline-block;
  width: 50px;
  height: 20px;
  background: transparent;
}
@media (max-width: 1399px) {
  .testi-card4 .box-text {
    font-size: 48px;
  }
}
@media (max-width: 1299px) {
  .testi-card4 .box-text {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .testi-card4 .box-text {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .testi-card4 .box-text {
    font-size: 32px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .testi-card4 .box-text {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .testi-card4 .box-text {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .testi-card4 .box-text {
    font-size: 20px;
  }
}
.testi-card4 .testi-card_name {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--title-color);
  margin-bottom: 0;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .testi-card4 .testi-card_name {
    font-size: 18px;
    margin-bottom: 3px;
  }
}
@media (max-width: 575px) {
  .testi-card4 .testi-card_name {
    font-size: 16px;
  }
}
.testi-card4 .testi-card_desig {
  font-size: 12px;
  font-weight: 400;
  color: var(--body-color);
  display: block;
  margin-bottom: 0;
}

/* Testimonial Area 6---------------------------------- */
.testi-area-6 {
  position: relative;
  z-index: 1;
}
.testi-area-6 .testi-bg-img {
  position: absolute;
  inset: 0;
}
.testi-area-6 .testi-bg-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(19, 26, 34, 0) 0%, rgba(19, 26, 34, 0.7) 100%);
  z-index: -1;
  /* Medium devices */
}
@media (max-width: 991px) {
  .testi-area-6 .testi-bg-img:after {
    background: linear-gradient(270deg, rgba(19, 26, 34, 0.2) 0%, rgba(19, 26, 34, 0.9) 100%);
  }
}

.testi-slider6 {
  position: relative;
}
.testi-slider6 .testi-card6 {
  max-width: 632px;
}
.testi-slider6 .testi-card6 .box-text {
  color: var(--white-color);
  font-size: 52px;
  font-weight: 500;
  font-family: var(--title-font);
  margin-top: -0.25em;
  position: relative;
  line-height: 1.1923;
  margin-bottom: 35px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
.testi-slider6 .testi-card6 .box-text .blank-space {
  display: inline-block;
  width: 50px;
  height: 20px;
  background: transparent;
}
@media (max-width: 1399px) {
  .testi-slider6 .testi-card6 .box-text {
    font-size: 48px;
  }
}
@media (max-width: 1299px) {
  .testi-slider6 .testi-card6 .box-text {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .testi-slider6 .testi-card6 .box-text {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .testi-slider6 .testi-card6 .box-text {
    font-size: 32px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .testi-slider6 .testi-card6 .box-text {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .testi-slider6 .testi-card6 .box-text {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .testi-slider6 .testi-card6 .box-text {
    font-size: 20px;
  }
}
.testi-slider6 .testi-card6 .testi-card-profile {
  padding-left: 18px;
  position: relative;
}
.testi-slider6 .testi-card6 .testi-card-profile:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 8px;
  background: var(--theme-color);
}
.testi-slider6 .testi-card6 .testi-card_name {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--white-color);
  margin-bottom: 3px;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .testi-slider6 .testi-card6 .testi-card_name {
    font-size: 18px;
    margin-bottom: 3px;
  }
}
@media (max-width: 575px) {
  .testi-slider6 .testi-card6 .testi-card_name {
    font-size: 16px;
  }
}
.testi-slider6 .testi-card6 .testi-card_desig {
  font-size: 12px;
  font-weight: 400;
  color: var(--theme-color);
  display: block;
  margin-bottom: -0.5em;
}
.testi-slider6 .slider-pagination {
  background: var(--white-color);
  border-radius: 50px 50px 0 0;
  right: 0px;
  bottom: 0 !important;
  left: auto;
  width: auto;
  height: auto;
  line-height: normal;
  text-align: end;
  display: inline-flex;
  margin-top: 100px;
  padding: 23px 60px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .testi-slider6 .slider-pagination {
    margin-top: 30px;
  }
}

/* Testimonial Area 8---------------------------------- */
.testi-card8 .box-content {
  display: flex;
  gap: 20px;
  /* Extra small devices */
}
.testi-card8 .box-content .box-img {
  border-radius: 50%;
  flex: none;
  overflow: hidden;
  align-self: self-start;
}
.testi-card8 .box-content .box-text {
  color: var(--white-color);
  font-size: 32px;
  font-weight: 500;
  font-family: var(--title-font);
  line-height: 1.3125em;
  margin-top: -0.2em;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
.testi-card8 .box-content .box-text .blank-space {
  display: inline-block;
  width: 50px;
  height: 20px;
  background: transparent;
}
@media (max-width: 1299px) {
  .testi-card8 .box-content .box-text {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .testi-card8 .box-content .box-text {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .testi-card8 .box-content .box-text {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .testi-card8 .box-content .box-text {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .testi-card8 .box-content .box-text {
    font-size: 20px;
    margin-bottom: -0.1em;
  }
  .testi-card8 .box-content .box-text .blank-space {
    display: none;
  }
}
@media (max-width: 375px) {
  .testi-card8 .box-content {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.testi-card8 .box-profile-wrap {
  display: flex;
  gap: 50px;
  margin-top: 58px;
  /* Extra small devices */
}
.testi-card8 .box-profile-wrap .box-icon {
  filter: brightness(99) invert(0);
  flex: none;
}
.testi-card8 .box-profile-wrap .box-title {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.testi-card8 .box-profile-wrap .box-desig {
  margin-bottom: -0.4em;
}
@media (max-width: 575px) {
  .testi-card8 .box-profile-wrap {
    margin-top: 40px;
  }
}

/*------------------- 4.00. Counter  -------------------*/
/* Counter 1 ---------------------------------- */
.counter-card .box-number {
  font-size: 82px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: -0.25em;
  transition: 0.4s;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .counter-card .box-number {
    font-size: 74px;
  }
}
@media (max-width: 1299px) {
  .counter-card .box-number {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .counter-card .box-number {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .counter-card .box-number {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .counter-card .box-number {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .counter-card .box-number {
    font-size: 32px;
  }
}
.counter-card .box-text {
  font-weight: 400;
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--body-color);
  margin-top: 15px;
  margin-bottom: -0.4em;
  position: relative;
  transition: 0.4s;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
.counter-card .box-text:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--theme-color);
  margin-right: 8px;
  top: -1px;
}
@media (max-width: 1199px) {
  .counter-card .box-text {
    font-size: 16px;
    letter-spacing: normal;
  }
}
@media (max-width: 991px) {
  .counter-card .box-text {
    font-weight: 500;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .counter-card .box-text {
    font-size: 16px;
  }
}
.counter-card:hover .box-number {
  color: var(--theme-color);
}

.counter-wrap1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--at-border-color);
  padding-bottom: 45px;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .counter-wrap1 {
    flex-wrap: wrap;
    gap: 40px 0;
  }
  .counter-wrap1 .counter-card {
    flex: 50%;
  }
}
@media (max-width: 375px) {
  .counter-wrap1 .counter-card {
    flex: 100%;
    text-align: center;
  }
}

/* Counter 2 ---------------------------------- */
.counter-wrap2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--title-color);
  padding-top: 80px;
  /* Small devices */
  /* Extra small devices */
}
.counter-wrap2 .counter-card .box-text:before {
  background: var(--title-color);
}
@media (max-width: 767px) {
  .counter-wrap2 {
    flex-wrap: wrap;
    gap: 40px 0;
  }
  .counter-wrap2 .counter-card {
    flex: 50%;
  }
}
@media (max-width: 375px) {
  .counter-wrap2 .counter-card {
    flex: 100%;
    text-align: center;
  }
}

/* Counter 3 ---------------------------------- */
.counter-wrap3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Small devices */
  /* Extra small devices */
}
.counter-wrap3 .counter-card .box-text:before {
  background: var(--title-color);
}
@media (max-width: 767px) {
  .counter-wrap3 {
    flex-wrap: wrap;
    gap: 40px 0;
  }
  .counter-wrap3 .counter-card {
    flex: 50%;
  }
}
@media (max-width: 375px) {
  .counter-wrap3 .counter-card {
    flex: 100%;
    text-align: center;
  }
}

/*------------------- 4.00. Blog  -------------------*/
/* Blog Card ---------------------------------- */
.blog-card {
  overflow: hidden;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
.blog-card .blog-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.blog-card .blog-img .thumb {
  overflow: hidden;
  transform: scale(1.15);
}
.blog-card .blog-img img {
  width: 100%;
  transition: none;
}
.blog-card .blog-content {
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
.blog-card .box-title {
  margin-top: 9px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.416;
  margin-bottom: 0;
}
.blog-card .box-title a {
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 0.5s ease-in-out;
}
.blog-card .box-title a:hover {
  background-size: 100% 2px;
  color: var(--title-color);
}
@media (max-width: 1299px) {
  .blog-card .box-title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .blog-card .box-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .blog-card .box-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .blog-card .box-title {
    font-size: 20px;
  }
}

/* Blog Card 2 ---------------------------------- */
.blog-slider2 .swiper-slide.swiper-slide-next .blog-card.style2 {
  flex-direction: column-reverse;
  /* Medium devices */
}
@media (max-width: 991px) {
  .blog-slider2 .swiper-slide.swiper-slide-next .blog-card.style2 {
    flex-direction: column;
  }
}

.blog-card.style2 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  transition: 0.4s;
  /* Medium devices */
}
.blog-card.style2 .blog-img {
  margin-bottom: 0;
  width: 100%;
}
.blog-card.style2 .blog-img img {
  width: 100%;
}
.blog-card.style2 .btn-wrap {
  margin-top: 18px;
}
@media (max-width: 991px) {
  .blog-card.style2 {
    gap: 40px;
  }
}

/* Blog Card 3 ---------------------------------- */
.blog-card.style3 .blog-meta svg {
  color: var(--body-color);
  margin-top: -0.2em;
  margin-right: 5px;
}
.blog-card.style3 .btn-wrap {
  margin-top: 40px;
}

/* Blog Card 4 ---------------------------------- */
.blog-slider4 {
  margin: 0 50px;
  max-width: 1820px;
  /* Hight Resoulation devices */
  /* Extra small devices */
}
@media (min-width: 1922px) {
  .blog-slider4 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .blog-slider4 {
    margin: 0 15px;
  }
}
.blog-slider4 .swiper-slide.swiper-slide-next .blog-card.style4 {
  flex-direction: column-reverse;
  /* Medium devices */
}
@media (max-width: 991px) {
  .blog-slider4 .swiper-slide.swiper-slide-next .blog-card.style4 {
    flex-direction: column;
  }
}

.blog-card.style4 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  transition: 0.4s;
  /* Medium devices */
}
.blog-card.style4 .blog-img {
  margin-bottom: 0;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.blog-card.style4 .blog-img img {
  width: 100%;
  scale: 1.1;
}
.blog-card.style4 .blog-content {
  max-width: 408px;
}
.blog-card.style4 .box-title {
  margin-top: 19px;
}
.blog-card.style4 .btn-wrap {
  margin-top: 18px;
}
@media (max-width: 991px) {
  .blog-card.style4 {
    gap: 40px;
  }
}

/* Blog Card 5 ---------------------------------- */
.blog-card.style5 {
  background: var(--white-color);
  padding: 20px;
}
.blog-card.style5 .blog-content {
  padding: 0 20px 20px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .blog-card.style5 .blog-content {
    padding: 0 10px 10px;
  }
}
.blog-card.style5 .blog-img {
  overflow: hidden;
}
.blog-card.style5 .blog-img .thumb {
  transform: scale(1.15);
}
.blog-card.style5 .blog-meta svg {
  color: var(--body-color);
  margin-top: -0.2em;
  margin-right: 5px;
}
.blog-card.style5 .box-title {
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .blog-card.style5 .box-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .blog-card.style5 .box-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .blog-card.style5 .box-title {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .blog-card.style5 .box-title {
    font-size: 18px;
  }
}
.blog-card.style5 .btn-wrap {
  margin-top: 40px;
}

/* Blog Card 6 ---------------------------------- */
.blog-card.style6 .blog-content {
  padding: 30px 0;
  border-top: 1px solid var(--title-color);
  border-bottom: 1px solid var(--title-color);
}
.blog-card.style6 .blog-img {
  overflow: hidden;
}
.blog-card.style6 .blog-img .thumb {
  transform: scale(1.15);
}
.blog-card.style6 .box-title {
  font-size: 24px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .blog-card.style6 .box-title {
    font-size: 20px;
  }
}
.blog-card.style6 .blog-meta svg {
  color: var(--body-color);
  margin-top: -0.2em;
  margin-right: 5px;
}
.blog-card.style6 .btn-wrap {
  margin-top: 22px;
}

/* Blog Card 7 ---------------------------------- */
.blog-card.style7 .blog-img {
  margin-bottom: 50px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .blog-card.style7 .blog-img {
    margin-bottom: 30px;
  }
}
.blog-card.style7 .box-title {
  font-size: 32px;
  font-weight: 500;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .blog-card.style7 .box-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .blog-card.style7 .box-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .blog-card.style7 .box-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .blog-card.style7 .box-title {
    font-size: 20px;
  }
}
.blog-card.style7 .btn-wrap {
  margin-top: 40px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .blog-card.style7 .btn-wrap {
    margin-top: 30px;
  }
}

/* Blog Card 8 ---------------------------------- */
.blog-card.style8 {
  background: var(--white-color);
  padding: 20px;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
  align-content: end;
  /* Medium devices */
  /* Small devices */
}
.blog-card.style8 .blog-img {
  margin-bottom: 0;
  position: absolute;
  inset: 20px;
}
.blog-card.style8 .blog-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(19, 26, 34, 0.5);
  transition: 0.4s;
  opacity: 0;
}
.blog-card.style8 .blog-img .thumb {
  transform: scale(1.15);
  height: 100%;
}
.blog-card.style8 .blog-content {
  position: relative;
  bottom: -20px;
  padding: 30px;
  transition: 0.4s;
  opacity: 0;
}
.blog-card.style8 .blog-meta span, .blog-card.style8 .blog-meta a {
  color: var(--white-color);
  font-size: 14px;
}
.blog-card.style8 .blog-meta span i, .blog-card.style8 .blog-meta span svg, .blog-card.style8 .blog-meta a i, .blog-card.style8 .blog-meta a svg {
  margin-right: 5px;
  margin-top: -2px;
}
.blog-card.style8 .box-title {
  color: var(--white-color);
  margin-top: 14px;
}
.blog-card.style8 .box-title a {
  background-image: linear-gradient(to left, var(--white-color), var(--white-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 0.5s ease-in-out;
}
.blog-card.style8 .box-title a:hover {
  background-size: 100% 2px;
  color: var(--white-color);
}
.blog-card.style8 .btn-wrap {
  margin-top: 18px;
}
.blog-card.style8:hover .blog-img:after {
  opacity: 1;
}
.blog-card.style8:hover .blog-content {
  opacity: 1;
  bottom: 0;
}
@media (max-width: 991px) {
  .blog-card.style8 {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .blog-card.style8 .blog-img:after {
    opacity: 1;
  }
  .blog-card.style8 .blog-content {
    opacity: 1;
    bottom: 0;
  }
}

/*------------------- 4.00. Brand  -------------------*/
/* Brand 1 ---------------------------------- */
.brand-slider1 .swiper-wrapper {
  transition-timing-function: linear;
}
.brand-slider1 .swiper-slide {
  width: auto;
}

.brand-box {
  display: grid;
  align-content: center;
  text-align: center;
  justify-content: center;
  transition: 0.4s ease-in-out;
  min-height: 49px;
}
.brand-box img {
  transition: 0.4s;
  opacity: 0.4;
}
.brand-box:hover img {
  filter: none;
  opacity: 1;
}

/* Brand 2 ---------------------------------- */
.brand-wrap2 {
  margin: 1px 0 0 1px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* Small devices */
}
.brand-wrap2 li {
  border: 1px solid var(--at-border-color);
  margin-left: -1px;
  margin-top: -1px;
}
.brand-wrap2 .brand-box {
  height: 216px;
  padding: 20px;
  display: inline-block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .brand-wrap2 .brand-box {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .brand-wrap2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*------------------- 4.00. Simple Sections  -------------------*/
.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}
.checklist li {
  color: var(--title-color);
  font-weight: 400;
  font-size: 16px;
  font-family: var(--title-font);
  padding-left: 27px;
  display: flex;
  gap: 12px;
  line-height: normal;
  position: relative;
  letter-spacing: -0.02em;
  /* Extra small devices */
}
.checklist li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: var(--title-color);
  clip-path: path("M12.8745 2.51406C13.233 2.72146 13.6918 2.59894 13.8992 2.24039C14.1066 1.88184 13.9841 1.42305 13.6255 1.21564L13.25 1.86485L12.8745 2.51406ZM17.985 7.26755C17.9027 6.8616 17.5068 6.59928 17.1009 6.68164C16.6949 6.764 16.4326 7.15984 16.515 7.56579L17.25 7.41667L17.985 7.26755ZM5.75 8.75C5.33579 8.75 5 9.08579 5 9.5C5 9.91421 5.33579 10.25 5.75 10.25L5.75 9.5L5.75 8.75ZM8.66667 12.4167L8.01548 12.7888C8.14729 13.0194 8.39128 13.1632 8.65693 13.1666C8.92257 13.1701 9.17021 13.0327 9.30796 12.8056L8.66667 12.4167ZM17.6776 3.95316C18.0659 3.80907 18.2639 3.37745 18.1198 2.98911C17.9757 2.60076 17.5441 2.40275 17.1558 2.54684L17.4167 3.25L17.6776 3.95316ZM13.25 1.86485L13.6255 1.21564C12.2887 0.442349 10.7365 0 9.08333 0V0.75V1.5C10.4658 1.5 11.7598 1.86927 12.8745 2.51406L13.25 1.86485ZM9.08333 0.75V0C4.06674 0 0 4.06674 0 9.08333H0.75H1.5C1.5 4.89517 4.89517 1.5 9.08333 1.5V0.75ZM0.75 9.08333H0C0 14.0999 4.06674 18.1667 9.08333 18.1667V17.4167V16.6667C4.89517 16.6667 1.5 13.2715 1.5 9.08333H0.75ZM9.08333 17.4167V18.1667C14.0999 18.1667 18.1667 14.0999 18.1667 9.08333H17.4167H16.6667C16.6667 13.2715 13.2715 16.6667 9.08333 16.6667V17.4167ZM17.4167 9.08333H18.1667C18.1667 8.46217 18.1042 7.8548 17.985 7.26755L17.25 7.41667L16.515 7.56579C16.6143 8.05554 16.6667 8.563 16.6667 9.08333H17.4167ZM5.75 9.5C5.75 10.25 5.74915 10.25 5.7483 10.25C5.74803 10.25 5.74719 10.25 5.74663 10.25C5.74553 10.25 5.74444 10.25 5.74337 10.25C5.74124 10.25 5.73917 10.2499 5.73717 10.2499C5.73318 10.2498 5.72946 10.2497 5.72602 10.2496C5.71915 10.2493 5.7134 10.249 5.70875 10.2486C5.69944 10.2479 5.69461 10.2472 5.69413 10.2472C5.69304 10.247 5.71006 10.2495 5.74395 10.2603C5.81089 10.2816 5.95135 10.3377 6.15324 10.479C6.55919 10.7632 7.22022 11.3971 8.01548 12.7888L8.66667 12.4167L9.31785 12.0446C8.44644 10.5196 7.64914 9.69516 7.01343 9.25016C6.69448 9.0269 6.41828 8.90073 6.19876 8.83088C6.08942 8.79609 5.99576 8.77579 5.9198 8.76423C5.88188 8.75846 5.84858 8.7549 5.82014 8.75278C5.80593 8.75172 5.79296 8.75103 5.78125 8.7506C5.7754 8.75038 5.76986 8.75023 5.76465 8.75014C5.76205 8.75009 5.75952 8.75006 5.75708 8.75003C5.75586 8.75002 5.75466 8.75001 5.75348 8.75001C5.75289 8.75001 5.75202 8.75 5.75172 8.75C5.75086 8.75 5.75 8.75 5.75 9.5ZM8.66667 12.4167C9.30796 12.8056 9.30792 12.8056 9.3079 12.8057C9.30792 12.8056 9.30791 12.8056 9.30794 12.8056C9.30801 12.8055 9.30814 12.8053 9.30834 12.8049C9.30875 12.8043 9.30943 12.8031 9.3104 12.8016C9.31232 12.7984 9.31535 12.7934 9.31947 12.7867C9.3277 12.7733 9.34028 12.7529 9.35705 12.7258C9.39059 12.6717 9.44088 12.5913 9.50665 12.4879C9.63823 12.2809 9.83162 11.9822 10.0768 11.6183C10.5677 10.8898 11.2635 9.90414 12.0843 8.87345C12.9065 7.84091 13.8448 6.77484 14.8198 5.87912C15.8031 4.97569 16.7805 4.286 17.6776 3.95316L17.4167 3.25L17.1558 2.54684C15.994 2.97789 14.8482 3.81598 13.8049 4.77453C12.7532 5.74078 11.7614 6.87089 10.9108 7.93905C10.0588 9.00905 9.33919 10.0286 8.83282 10.7801C8.57938 11.1563 8.3787 11.4662 8.24086 11.683C8.17192 11.7914 8.11866 11.8766 8.08234 11.9352C8.06417 11.9645 8.05024 11.9871 8.04069 12.0027C8.03592 12.0105 8.03224 12.0165 8.02968 12.0207C8.0284 12.0228 8.0274 12.0244 8.02668 12.0256C8.02632 12.0262 8.02603 12.0267 8.02581 12.027C8.0257 12.0272 8.02559 12.0274 8.02554 12.0275C8.02544 12.0276 8.02537 12.0278 8.66667 12.4167Z");
}
.checklist li > i {
  color: var(--theme-color);
  position: relative;
  top: 2px;
}
.checklist li:not(:last-child) {
  margin-bottom: 18px;
}
@media (max-width: 575px) {
  .checklist li {
    line-height: 1.6;
  }
  .checklist li:before {
    top: 5px;
  }
}
.checklist.mb-45 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .checklist.mb-45 {
    margin-bottom: 40px;
  }
}
.checklist.style2 li {
  font-size: 18px;
  font-weight: 600;
  color: var(--title-color);
  gap: 10px;
  line-height: initial;
  align-items: center;
  position: relative;
}
.checklist.style2 li:before {
  content: "\f058";
  position: relative;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: var(--theme-color);
}
.checklist.style2 li:not(:last-child) {
  margin-bottom: 18px;
}
.checklist.style3 li {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
  gap: 10px;
  line-height: initial;
  align-items: center;
}
.checklist.style3 li:not(:last-child) {
  margin-bottom: 24px;
}
.checklist.style3 li > i {
  font-size: 16px;
  border-radius: 0;
  background: transparent;
  padding: 0px;
}
.checklist.style4 li {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--title-color);
  gap: 10px;
  line-height: initial;
  align-items: center;
  padding-left: 35px;
}
.checklist.style4 li:not(:last-child) {
  margin-bottom: 21px;
}
.checklist.style4 li:before {
  clip-path: none;
  content: "\f058";
  font-weight: 700;
  background: transparent;
  font-family: var(--icon-font);
  color: var(--title-color);
  font-size: 18px;
}
.checklist.style4 li > i {
  font-size: 16px;
  border-radius: 0;
  background: transparent;
  padding: 0px;
}
.checklist.style-line li {
  font-size: 16px;
  font-family: var(--body-font);
  position: relative;
  gap: 15px;
}
.checklist.style-line li::before {
  content: "";
  position: relative;
  height: 1px;
  width: 30px;
  background: var(--theme-color);
}
.checklist.style-white li {
  color: var(--white-color);
}
.checklist.list-two-column ul {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 30px 40px;
  /* Small devices */
}
.checklist.list-two-column ul li {
  margin-bottom: 0px !important;
}
@media (max-width: 767px) {
  .checklist.list-two-column ul {
    grid-template-columns: auto;
    gap: 20px;
  }
  .checklist.list-two-column ul li {
    text-align: initial;
  }
}
.checklist.list-three-column ul {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  gap: 30px 40px;
  /* Small devices */
}
.checklist.list-three-column ul li {
  margin-bottom: 0px !important;
}
@media (max-width: 767px) {
  .checklist.list-three-column ul {
    grid-template-columns: auto;
    gap: 20px;
  }
  .checklist.list-three-column ul li {
    text-align: initial;
  }
}

.bg-img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.bg-img img {
  width: 100%;
  height: 100%;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-20 {
  border-radius: 20px;
  /* Small devices */
}
@media (max-width: 767px) {
  .rounded-20 {
    border-radius: 10px;
  }
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
}
.btn-wrap.style2 {
  gap: 20px 40px;
}

/* Large devices */
@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }
  p.mb-45 {
    margin-bottom: 38px;
  }
}
.modal-backdrop.show {
  opacity: 0.7;
  z-index: 99;
}

.modal {
  z-index: 999;
  padding-right: 0 !important;
}

.modal-dialog {
  max-width: 100%;
}
.modal-dialog .modal-content {
  background: transparent;
  border: 0;
}
.modal-dialog .modal-content .modal-header {
  border: 0;
}
.modal-dialog .btn-close {
  padding: 0;
  outline: 0;
  box-shadow: none;
  margin: 0 10px 0 auto;
  border-radius: 50%;
  background: var(--theme-color);
  color: var(--white-color);
  border: 0;
  opacity: 1;
}
.modal-dialog .btn-close:hover i {
  animation: toTopFromBottom 0.5s forwards;
}

/*------------------- 4.00. Why -------------------*/
/* Why Choose Us Area ---------------------------------- */
.why-img-box1 {
  position: relative;
  overflow: hidden;
  height: 568px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 575px) {
  .why-img-box1 {
    height: 500px;
  }
}
@media (max-width: 375px) {
  .why-img-box1 {
    height: 420px;
  }
}
.why-img-box1 .box-title {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: rgba(19, 26, 34, 0.1);
  writing-mode: sideways-rl;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .why-img-box1 .box-title {
    font-size: 40px;
    right: 0;
    left: auto;
  }
}
@media (max-width: 767px) {
  .why-img-box1 .box-title {
    writing-mode: inherit;
    top: auto;
    right: 0;
    left: 0;
    bottom: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 575px) {
  .why-img-box1 .box-title {
    font-size: 30px;
  }
}
.why-img-box1 .hover-image {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: -100px;
  top: 0;
  transition: all 0.6s ease;
  height: 568px;
  width: 526px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
.why-img-box1 .hover-image .thumb {
  object-fit: cover;
  border-radius: 0;
  height: 100%;
  width: 100%;
}
.why-img-box1 .hover-image.active {
  opacity: 1;
  right: 0;
  visibility: visible;
}
@media (max-width: 991px) {
  .why-img-box1 .hover-image {
    right: auto;
    left: -100px;
  }
  .why-img-box1 .hover-image.active {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .why-img-box1 .hover-image {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .why-img-box1 .hover-image {
    height: 500px;
  }
}
@media (max-width: 375px) {
  .why-img-box1 .hover-image {
    height: 420px;
  }
}

.why-wrap1 {
  max-width: 561px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .why-wrap1 {
    max-width: none;
  }
}

.why-single-list {
  display: flex;
  gap: 28px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .why-single-list {
    gap: 16px;
  }
}
.why-single-list:not(:last-child) {
  margin-bottom: 40px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .why-single-list:not(:last-child) {
    margin-bottom: 30px;
  }
}
.why-single-list .box-icon {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid rgba(19, 26, 34, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  /* Medium devices */
}
.why-single-list .box-icon img {
  transition: 0.4s;
}
@media (max-width: 991px) {
  .why-single-list .box-icon {
    top: -1px;
    position: relative;
    width: 20px;
    height: 20px;
  }
}
.why-single-list .box-title {
  font-size: 32px;
  font-weight: 400;
  font-family: var(--body-font);
  margin-bottom: -0.3em;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .why-single-list .box-title {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .why-single-list .box-title {
    font-size: 20px;
  }
}
.why-single-list.active .box-icon {
  background: var(--title-color);
  border: 1px solid var(--title-color);
}
.why-single-list.active .box-icon img {
  filter: brightness(999) invert(0);
}

/* Why Choose Us Area 2---------------------------------- */
.why-wrap2 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.why-wrap2 .why-wrap-icon2-1 {
  position: absolute;
  top: 20%;
  right: 10%;
  /* Medium devices */
}
@media (max-width: 991px) {
  .why-wrap2 .why-wrap-icon2-1 {
    display: none;
  }
}
.why-wrap2 .big-title {
  position: absolute;
  font-size: 358px;
  font-weight: 500;
  font-family: var(--title-font);
  line-height: 0.7877;
  width: 100%;
  margin-top: -0.04em;
  z-index: -1;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
.why-wrap2 .big-title span {
  display: block;
}
.why-wrap2 .big-title span:nth-child(2) {
  text-align: center;
}
.why-wrap2 .big-title span:nth-child(3) {
  text-align: end;
}
@media (max-width: 1500px) {
  .why-wrap2 .big-title {
    font-size: 320px;
  }
}
@media (max-width: 1399px) {
  .why-wrap2 .big-title {
    font-size: 300px;
  }
}
@media (max-width: 1199px) {
  .why-wrap2 .big-title {
    font-size: 250px;
  }
}
@media (max-width: 991px) {
  .why-wrap2 .big-title {
    font-size: 100px;
    position: relative;
    margin-bottom: 40px;
  }
  .why-wrap2 .big-title span {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .why-wrap2 .big-title {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .why-wrap2 .big-title {
    font-size: 60px;
  }
}
@media (max-width: 375px) {
  .why-wrap2 .big-title {
    font-size: 50px;
  }
}
.why-wrap2 .sec-text {
  max-width: 329px;
  margin-left: auto;
  margin-bottom: 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .why-wrap2 .sec-text {
    max-width: none;
  }
}
.why-wrap2 .why-contact-wrap {
  align-self: self-end;
  position: relative;
  padding-left: 24px;
  /* Extra small devices */
}
.why-wrap2 .why-contact-wrap:before {
  content: "";
  position: absolute;
  height: 40px;
  width: 8px;
  background: var(--theme-color);
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.why-wrap2 .why-contact-wrap .contact-link {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
}
@media (max-width: 575px) {
  .why-wrap2 .why-contact-wrap {
    order: 2;
    margin-right: auto;
  }
}
.why-wrap2 .why-thumb2-1 {
  position: relative;
  z-index: -2;
  /* Extra small devices */
}
.why-wrap2 .why-thumb2-1 .thumb {
  transform: scale(1.15);
}
@media (max-width: 575px) {
  .why-wrap2 .why-thumb2-1 {
    display: block;
    width: 100%;
  }
}
.why-wrap2 .first-row {
  width: 100%;
  margin-bottom: 250px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .why-wrap2 .first-row {
    margin-bottom: 30px;
  }
}
.why-wrap2 .second-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.why-wrap2 .second-row .sec-text {
  max-width: 396px;
  margin-left: 0;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .why-wrap2 .second-row .sec-text {
    max-width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .why-wrap2 .second-row .sec-text {
    max-width: none;
  }
}
.why-wrap2 .third-row {
  display: flex;
  gap: 120px;
  margin-top: -105px;
  width: 100%;
  /* Medium devices */
  /* Extra small devices */
}
.why-wrap2 .third-row .why-thumb2-2 {
  /* Medium devices */
}
.why-wrap2 .third-row .why-thumb2-2 .thumb {
  transform: scale(1.15);
}
@media (max-width: 991px) {
  .why-wrap2 .third-row .why-thumb2-2 {
    display: none;
  }
}
@media (max-width: 991px) {
  .why-wrap2 .third-row {
    margin-top: 30px;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .why-wrap2 .third-row {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    gap: 40px;
  }
  .why-wrap2 .third-row .why-thumb2-2 {
    display: block;
    width: 100%;
  }
}

/* Why Choose Us Area 3---------------------------------- */
.why-wrap3 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.why-wrap3 .why-content-wrap {
  width: 35%;
  padding: 80px 165px 80px 50px;
  /* Extra large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1500px) {
  .why-wrap3 .why-content-wrap {
    padding: 80px 50px 80px 50px;
  }
}
@media (max-width: 1199px) {
  .why-wrap3 .why-content-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .why-wrap3 .why-content-wrap {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 575px) {
  .why-wrap3 .why-content-wrap {
    padding: 60px 30px;
  }
}
.why-wrap3 .why-content-wrap .why-list-wrap2 .why-single-list2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  position: relative;
  padding-left: 20px;
  margin-top: -0.4em;
  /* Medium Large devices */
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .why-wrap3 .why-content-wrap .why-list-wrap2 .why-single-list2 {
    font-size: 18px;
  }
}
@media (max-width: 1299px) {
  .why-wrap3 .why-content-wrap .why-list-wrap2 .why-single-list2 {
    font-size: 16px;
  }
}
.why-wrap3 .why-content-wrap .why-list-wrap2 .why-single-list2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--title-color);
}
.why-wrap3 .why-content-wrap .why-list-wrap2 .why-single-list2 strong {
  color: var(--title-color);
}
.why-wrap3 .why-content-wrap .why-list-wrap2:not(:last-child) {
  margin-bottom: 45px;
}
.why-wrap3 .why-img-box3 {
  width: 65%;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .why-wrap3 .why-img-box3 {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .why-wrap3 .why-img-box3 {
    width: 100%;
    position: relative;
    order: 1;
  }
}
.why-wrap3 .why-img-box3 .img1 {
  width: 40%;
}
.why-wrap3 .why-img-box3 .img1 .thumb {
  height: 50%;
  overflow: hidden;
  position: relative;
}
.why-wrap3 .why-img-box3 .img1 .thumb .brand-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--white-color);
  z-index: 1;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  transform: translate(-50%, -50%);
}
.why-wrap3 .why-img-box3 .img1 .thumb .brand-logo img {
  width: auto;
  height: auto;
  scale: 1;
}
.why-wrap3 .why-img-box3 .img1 .thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  scale: 1.2;
}
.why-wrap3 .why-img-box3 .img2 {
  height: 100%;
  width: 60%;
}
.why-wrap3 .why-img-box3 .img2 .thumb {
  height: 100%;
}
.why-wrap3 .why-img-box3 .img2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  scale: 1.2;
}

.why-wrap3-2 {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.why-wrap3-2 .why-img-box3-2 {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .why-wrap3-2 .why-img-box3-2 {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .why-wrap3-2 .why-img-box3-2 {
    width: 100%;
    position: relative;
  }
}
.why-wrap3-2 .why-img-box3-2 .img1 {
  height: 100%;
}
.why-wrap3-2 .why-img-box3-2 .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-wrap3-2 .why-content-wrap {
  width: 50%;
  margin-left: auto;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .why-wrap3-2 .why-content-wrap {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .why-wrap3-2 .why-content-wrap {
    width: 100%;
  }
}
.why-wrap3-2 .why-content-wrap .why-counter-wrap {
  padding: 50px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .why-wrap3-2 .why-content-wrap .why-counter-wrap {
    padding: 40px 30px;
  }
}
.why-wrap3-2 .why-content-wrap .why-counter-wrap .why-counter-wrap-title {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--title-color);
  margin-top: -0.3em;
  margin-bottom: 10px;
}
.why-wrap3-2 .why-content-wrap .why-counter-wrap .why-counter-wrap-text {
  font-size: 12px;
  margin-bottom: -0.3em;
}
.why-wrap3-2 .why-content-wrap .why-counter-wrap .why-counter-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 30px;
  /* Medium Large devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .why-wrap3-2 .why-content-wrap .why-counter-wrap .why-counter-list {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .why-wrap3-2 .why-content-wrap .why-counter-wrap .why-counter-list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
  }
}
@media (max-width: 375px) {
  .why-wrap3-2 .why-content-wrap .why-counter-wrap .why-counter-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.why-wrap3-2 .why-content-wrap .why-counter-wrap .why-single-counter {
  background: var(--white-color);
  box-shadow: 0px 44px 74px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  padding: 30px 30px 30px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-content: space-between;
  /* Extra small devices */
  /* Extra large devices */
  /* Medium Large devices */
}
@media (max-width: 575px) {
  .why-wrap3-2 .why-content-wrap .why-counter-wrap .why-single-counter {
    min-height: 150px;
  }
}
.why-wrap3-2 .why-content-wrap .why-counter-wrap .why-single-counter .box-title {
  font-size: 12px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--title-color);
  line-height: 1.8333;
  margin-bottom: -0.4em;
  display: block;
  width: 100%;
}
.why-wrap3-2 .why-content-wrap .why-counter-wrap .why-single-counter .box-number {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--title-color);
  margin-bottom: -0.3em;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .why-wrap3-2 .why-content-wrap .why-counter-wrap .why-single-counter .box-number {
    font-size: 20px;
  }
}
.why-wrap3-2 .why-content-wrap .why-counter-wrap .why-single-counter:nth-child(2) {
  height: 198px;
  background: var(--title-color);
  /* Extra small devices */
}
.why-wrap3-2 .why-content-wrap .why-counter-wrap .why-single-counter:nth-child(2) .box-title {
  color: var(--white-color);
}
.why-wrap3-2 .why-content-wrap .why-counter-wrap .why-single-counter:nth-child(2) .box-number {
  color: var(--white-color);
}
@media (max-width: 575px) {
  .why-wrap3-2 .why-content-wrap .why-counter-wrap .why-single-counter:nth-child(2) {
    height: auto;
  }
}
.why-wrap3-2 .why-content-wrap .why-counter-wrap .why-single-counter:nth-child(3) {
  height: 271px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .why-wrap3-2 .why-content-wrap .why-counter-wrap .why-single-counter:nth-child(3) {
    height: auto;
  }
}
.why-wrap3-2 .why-content-wrap .why-counter-wrap .why-single-counter:nth-child(4) {
  height: 319px;
  background: var(--theme-color);
  /* Extra small devices */
}
@media (max-width: 575px) {
  .why-wrap3-2 .why-content-wrap .why-counter-wrap .why-single-counter:nth-child(4) {
    height: auto;
  }
}
.why-wrap3-2 .why-content-wrap .why-counter-wrap .why-single-counter:nth-child(4) .box-title {
  color: var(--white-color);
}
.why-wrap3-2 .why-content-wrap .why-counter-wrap .why-single-counter:nth-child(4) .box-number {
  color: var(--white-color);
}
.why-wrap3-2 .why-content-wrap .why-counter-wrap .why-single-counter:nth-child(5) {
  height: 397px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .why-wrap3-2 .why-content-wrap .why-counter-wrap .why-single-counter:nth-child(5) {
    height: auto;
  }
}
@media (max-width: 1500px) {
  .why-wrap3-2 .why-content-wrap .why-counter-wrap .why-single-counter {
    padding: 30px 20px;
  }
}
@media (max-width: 1299px) {
  .why-wrap3-2 .why-content-wrap .why-counter-wrap .why-single-counter {
    padding: 20px 15px;
  }
}

/* Why Choose Us Area 3-2 ---------------------------------- */
.why-card-wrap3 {
  border-left: 1px solid var(--at-border-color);
  padding-left: 20px;
}
.why-card-wrap3 .why-single-list {
  position: relative;
}
.why-card-wrap3 .why-single-list:before {
  content: "";
  position: absolute;
  height: 0;
  left: -20px;
  top: 0;
  background: var(--title-color);
  width: 1px;
  transition: 0.4s;
}
.why-card-wrap3 .why-single-list.active:before {
  height: calc(100% - 50px);
  /* Extra small devices */
}
@media (max-width: 575px) {
  .why-card-wrap3 .why-single-list.active:before {
    height: calc(100% - 30px);
  }
}
.why-card-wrap3 .why-single-list:last-child.active:before {
  height: 100%;
}

/* Why Choose Us Area 4 ---------------------------------- */
.why-img-box4 {
  position: relative;
  overflow: hidden;
  height: 554px;
  width: 526px;
  border-radius: 20px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .why-img-box4 {
    width: auto;
  }
}
@media (max-width: 991px) {
  .why-img-box4 {
    width: 526px;
  }
}
@media (max-width: 767px) {
  .why-img-box4 {
    width: auto;
  }
}
@media (max-width: 575px) {
  .why-img-box4 {
    height: 500px;
  }
}
@media (max-width: 375px) {
  .why-img-box4 {
    height: 420px;
  }
}
.why-img-box4 .hover-image {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -100px;
  top: 0;
  transition: all 0.6s ease;
  height: 554px;
  width: 526px;
  border-radius: 20px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
.why-img-box4 .hover-image .thumb {
  object-fit: cover;
  border-radius: 20px;
  height: 100%;
  width: 100%;
}
.why-img-box4 .hover-image .thumb img {
  border-radius: 20px;
}
.why-img-box4 .hover-image.active {
  opacity: 1;
  left: 0;
  visibility: visible;
}
@media (max-width: 991px) {
  .why-img-box4 .hover-image {
    right: auto;
    left: -100px;
  }
  .why-img-box4 .hover-image.active {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .why-img-box4 .hover-image {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .why-img-box4 .hover-image {
    height: 500px;
  }
}
@media (max-width: 375px) {
  .why-img-box4 .hover-image {
    height: 420px;
  }
}

/* Why Choose Us Area 5 ---------------------------------- */
.why-img-box5 {
  margin-right: -310px;
  height: 100%;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
}
.why-img-box5 .img1 {
  height: 100%;
}
@media (max-width: 1500px) {
  .why-img-box5 {
    margin-right: -200px;
  }
}
@media (max-width: 1399px) {
  .why-img-box5 {
    margin-right: -220px;
  }
}
@media (max-width: 1199px) {
  .why-img-box5 {
    display: none;
  }
}

.why-wrap5.style2 {
  border-left: 2px solid var(--theme-color);
  padding-left: 80px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .why-wrap5.style2 {
    padding-left: 0;
    border-left: 0;
  }
}
.why-wrap5 .title-area {
  max-width: 382px;
  /* Large devices */
}
.why-wrap5 .title-area .sec-title {
  font-size: 32px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .why-wrap5 .title-area .sec-title {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .why-wrap5 .title-area {
    max-width: none;
  }
}
.why-wrap5 .why-list-wrap3 {
  margin-top: 50px;
}

.why-single-list3:not(:last-child) {
  margin-bottom: 50px;
}
.why-single-list3 .box-title {
  font-size: 20px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
}
.why-single-list3 .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 14px;
  border-radius: 50%;
  background: var(--title-color);
  mask-image: url(../img/icon/check-icon2.svg);
  mask-size: 100% 100%;
}

/*------------------- 4.00. Video -------------------*/
/* Video Area 1 ---------------------------------- */
.video-bg1-1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.video-wrap1 {
  padding: 350px 0;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Large devices */
}
.video-wrap1 .play-btn i {
  --icon-size: 180px;
  font-size: 40px;
  background: var(--white-color);
  border: 0;
}
.video-wrap1 .play-btn:after, .video-wrap1 .play-btn:before {
  background: var(--white-color);
  border: 0;
}
.video-wrap1 .play-btn:hover i {
  background: var(--theme-color);
  color: var(--title-color);
}
@media (max-width: 1399px) {
  .video-wrap1 {
    padding: 250px 0;
  }
  .video-wrap1 .play-btn i {
    --icon-size: 150px;
  }
}
@media (max-width: 1199px) {
  .video-wrap1 {
    padding: 180px 0;
  }
  .video-wrap1 .play-btn i {
    --icon-size: 100px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .video-wrap1 {
    padding: 150px 0;
  }
}
@media (max-width: 1199px) {
  .video-wrap1 {
    padding: 120px 0;
  }
  .video-wrap1 .play-btn i {
    --icon-size: 80px;
  }
}

/* Video Area 2 ---------------------------------- */
.video-bg2-1:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(19, 26, 34, 0) 0%, rgba(19, 26, 34, 0.7) 100%);
}
.video-bg2-1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.video-wrap2 {
  padding: 350px 0;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Large devices */
}
.video-wrap2 .play-btn i {
  --icon-size: 150px;
  font-size: 30px;
  background: var(--white-color);
  border: 0;
}
.video-wrap2 .play-btn:after, .video-wrap2 .play-btn:before {
  background: var(--white-color);
  border: 0;
}
.video-wrap2 .play-btn:hover i {
  background: var(--theme-color);
  color: var(--white-color);
}
@media (max-width: 1399px) {
  .video-wrap2 {
    padding: 250px 0;
  }
  .video-wrap2 .play-btn i {
    --icon-size: 150px;
  }
}
@media (max-width: 1199px) {
  .video-wrap2 {
    padding: 180px 0;
  }
  .video-wrap2 .play-btn i {
    --icon-size: 100px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .video-wrap2 {
    padding: 150px 0;
  }
}
@media (max-width: 1199px) {
  .video-wrap2 {
    padding: 120px 0;
  }
  .video-wrap2 .play-btn i {
    --icon-size: 80px;
  }
}

/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */
.faq-img-box1 {
  position: relative;
  overflow: hidden;
  height: 500px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .faq-img-box1 {
    height: 420px;
  }
}
.faq-img-box1 .box-title {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: rgba(19, 26, 34, 0.1);
  writing-mode: sideways-rl;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .faq-img-box1 .box-title {
    font-size: 40px;
    right: 0;
    left: auto;
  }
}
@media (max-width: 767px) {
  .faq-img-box1 .box-title {
    writing-mode: inherit;
    top: auto;
    right: 0;
    left: 0;
    bottom: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 575px) {
  .faq-img-box1 .box-title {
    font-size: 30px;
  }
}
.faq-img-box1 .hover-image {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: -100px;
  top: 0;
  transition: all 0.6s ease;
  height: 568px;
  width: 526px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
.faq-img-box1 .hover-image .thumb {
  object-fit: cover;
  border-radius: 0;
  height: 100%;
  width: 100%;
}
.faq-img-box1 .hover-image.active {
  opacity: 1;
  right: 0;
  visibility: visible;
}
@media (max-width: 991px) {
  .faq-img-box1 .hover-image {
    right: auto;
    left: -100px;
    display: block;
    width: 100%;
  }
  .faq-img-box1 .hover-image.active {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .faq-img-box1 .hover-image {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .faq-img-box1 .hover-image {
    height: 500px;
  }
}
@media (max-width: 375px) {
  .faq-img-box1 .hover-image {
    height: 420px;
  }
}

.faq-card {
  display: block;
  border: 0;
  position: relative;
}
.faq-card:not(:last-child) {
  padding-bottom: 50px;
  margin-bottom: 50px;
  /* Extra small devices */
  /* Extra small devices */
}
.faq-card:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 65px;
  height: 1px;
  background: var(--at-border-color);
}
@media (max-width: 575px) {
  .faq-card:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .faq-card:not(:last-child):after {
    left: 52px;
  }
}
@media (max-width: 375px) {
  .faq-card:not(:last-child):after {
    left: 42px;
  }
}
.faq-card .accordion-button {
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}
.faq-card .accordion-button:after {
  content: "\f107";
  color: var(--title-color);
  background: transparent;
  font-family: var(--icon-font);
  align-self: self-start;
}
.faq-card .accordion-collapse {
  border: 0;
}
.faq-card .accordion-body {
  padding: 30px 45px 10px 65px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 575px) {
  .faq-card .accordion-body {
    padding-left: 52px;
    padding-top: 20px;
  }
}
@media (max-width: 375px) {
  .faq-card .accordion-body {
    padding-left: 42px;
  }
}
.faq-card .box-number {
  font-size: 12px;
  color: var(--title-color);
  margin-right: 45px;
  align-self: self-start;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 575px) {
  .faq-card .box-number {
    margin-right: 30px;
  }
}
@media (max-width: 375px) {
  .faq-card .box-number {
    margin-right: 20px;
  }
}
.faq-card .box-title {
  font-size: 32px;
  font-weight: 400;
  color: var(--title-color);
  text-align: start;
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .faq-card .box-title {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .faq-card .box-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .faq-card .box-title {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .faq-card .box-title {
    font-size: 18px;
  }
}

/* Faq 3 ---------------------------------- */
.faq-card.style2 {
  border: 1px solid var(--at-border-color);
  padding: 0;
  border-radius: 5px;
}
.faq-card.style2:after {
  display: none;
}
.faq-card.style2 .accordion-button {
  padding: 25px 24px;
  transition: 0.4s;
}
.faq-card.style2 .accordion-button:not(.collapsed) {
  padding: 25px 24px 15px;
}
.faq-card.style2 .box-title {
  font-size: 18px;
  font-weight: 500;
}
.faq-card.style2:not(:last-child) {
  margin-bottom: 20px;
}
.faq-card.style2 .accordion-body {
  padding: 0 24px 40px;
}

/* Faq 4 ---------------------------------- */
.faq-card.style4:not(:last-child):after {
  left: 0;
}
.faq-card.style4 .box-title {
  font-size: 52px;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .faq-card.style4 .box-title {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .faq-card.style4 .box-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .faq-card.style4 .box-title {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .faq-card.style4 .box-title {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .faq-card.style4 .box-title {
    font-size: 24px;
  }
}
.faq-card.style4 .accordion-body {
  padding-left: 0;
}

/* Faq 5 ---------------------------------- */
.faq-img-box5 {
  margin-left: -310px;
  height: 100%;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
}
.faq-img-box5 .img1 {
  height: 100%;
}
@media (max-width: 1500px) {
  .faq-img-box5 {
    margin-left: -200px;
  }
}
@media (max-width: 1399px) {
  .faq-img-box5 {
    margin-left: -220px;
  }
}
@media (max-width: 1199px) {
  .faq-img-box5 {
    margin-left: 0;
  }
}

.faq-card-wrap5 {
  padding: 80px 0 80px 120px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .faq-card-wrap5 {
    padding: 80px 0 80px 80px;
  }
}
@media (max-width: 1199px) {
  .faq-card-wrap5 {
    padding: 80px 0;
  }
}

.faq-card.style5:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.faq-card.style5:not(:last-child):after {
  left: 0;
}
.faq-card.style5 .box-title {
  font-size: 24px;
  font-weight: 500;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .faq-card.style5 .box-title {
    font-size: 20px;
  }
}
.faq-card.style5 .accordion-body {
  padding-left: 0;
}

/* Faq 7 ---------------------------------- */
.faq-img-bg-shape7-1 {
  position: absolute;
  left: 111px;
  top: 0;
  z-index: 1;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .faq-img-bg-shape7-1 {
    left: 87px;
  }
}
@media (max-width: 1299px) {
  .faq-img-bg-shape7-1 {
    left: 20px;
  }
}
@media (max-width: 1199px) {
  .faq-img-bg-shape7-1 {
    left: 0;
  }
}

.faq-img-bg-shape7-2 {
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 1;
}

.faq-img-box7 {
  margin-right: 62px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .faq-img-box7 {
    margin-right: 0;
  }
}

.faq-card.style6 {
  border: 1px solid var(--at-border-color);
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.4s;
}
.faq-card.style6:after {
  display: none;
}
.faq-card.style6:has(.accordion-button:not(.collapsed)) {
  border: 1px solid var(--white-color);
}
.faq-card.style6 .accordion-button {
  padding: 25px 24px;
  transition: 0.4s;
}
.faq-card.style6 .accordion-button:not(.collapsed) {
  padding: 25px 24px 15px;
  background: var(--white-color);
}
.faq-card.style6 .box-title {
  font-size: 18px;
  font-weight: 500;
}
.faq-card.style6:not(:last-child) {
  margin-bottom: 20px;
}
.faq-card.style6 .accordion-body {
  padding: 0 24px 40px;
  background: var(--white-color);
}

/*------------------- 4.00. Service -------------------*/
/* Service Card ---------------------------------- */
.service-img-box1 {
  margin-left: -320px;
  overflow: hidden;
  margin-right: 86px;
  max-height: 981px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1500px) {
  .service-img-box1 {
    margin-left: -80px;
    margin-right: 36px;
  }
}
@media (max-width: 1399px) {
  .service-img-box1 {
    max-height: none;
    height: 100%;
  }
}
@media (max-width: 1299px) {
  .service-img-box1 {
    margin-left: -45px;
  }
}
@media (max-width: 1199px) {
  .service-img-box1 {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .service-img-box1 {
    margin-left: 0;
  }
}

.service-img-box1-2 {
  margin-right: 72px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .service-img-box1-2 {
    margin-right: 50px;
  }
}
@media (max-width: 1299px) {
  .service-img-box1-2 {
    margin-right: 16px;
  }
}
@media (max-width: 991px) {
  .service-img-box1-2 {
    margin-right: 0;
  }
}

.service-card {
  background: var(--smoke-color);
  border-radius: 10px;
  padding: 60px 35px 45px;
  position: relative;
  transition: 0.4s;
}
.service-card .box-arrow {
  position: absolute;
  left: 35px;
  top: 60px;
}
.service-card .box-arrow img,
.service-card .box-arrow svg {
  transition: 0.4s;
  color: var(--title-color);
}
.service-card .box-icon {
  text-align: end;
  margin-bottom: 50px;
}
.service-card .box-icon img {
  transition: 0.4s;
}
.service-card .box-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: -0.3em;
  /* Large devices */
}
.service-card .box-title a {
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
}
.service-card .box-title a:hover {
  color: var(--title-color);
  background-size: 100% 2px;
}
@media (max-width: 1199px) {
  .service-card .box-title {
    font-size: 20px;
  }
}
.service-card:hover {
  background: var(--theme-color);
}
.service-card:hover .box-arrow svg,
.service-card:hover .box-arrow img {
  transform: rotate(45deg);
}
.service-card:hover .box-icon img {
  transform: scale(-1) rotate(180deg);
  filter: brightness(0);
}

.service-slider-thumb1-1 img {
  width: 100%;
}

.service-slider1 .swiper-slide.swiper-slide-active .service-slider-card .box-number {
  background: var(--theme-color);
  color: var(--title-color);
}
.service-slider1 .swiper-slide.swiper-slide-next .service-slider-card {
  margin-top: 0;
}
.service-slider1 .slider-pagination {
  margin-left: -200px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1299px) {
  .service-slider1 .slider-pagination {
    margin-left: -150px;
  }
}
@media (max-width: 1199px) {
  .service-slider1 .slider-pagination {
    margin-left: 0;
  }
}

.service-slider-card {
  margin-top: 95px;
  transition: 0.4s;
  /* Large devices */
}
.service-slider-card .box-img {
  margin-bottom: 30px;
  display: none;
  /* Large devices */
}
.service-slider-card .box-img img {
  width: 100%;
}
@media (max-width: 1199px) {
  .service-slider-card .box-img {
    display: block;
  }
}
.service-slider-card .box-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--title-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 30px;
}
.service-slider-card .box-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .service-slider-card {
    margin-top: 0;
  }
  .service-slider-card .box-number {
    background: var(--title-color) !important;
    color: var(--white-color) !important;
  }
}

/* Service Card 2 ---------------------------------- */
.service-card2 {
  background: var(--white-color);
  border-radius: 10px;
  padding: 48px;
  position: relative;
  transition: 0.4s;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
.service-card2 .box-icon {
  margin-top: 150px;
  margin-bottom: 46px;
}
.service-card2 .box-icon img {
  transition: 0.4s;
}
.service-card2 .box-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: -0.3em;
  /* Large devices */
}
.service-card2 .box-title a {
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
}
.service-card2 .box-title a:hover {
  color: var(--title-color);
  background-size: 100% 2px;
}
@media (max-width: 1199px) {
  .service-card2 .box-title {
    font-size: 20px;
  }
}
.service-card2 .box-link {
  font-size: 14px;
  font-weight: 400;
  color: var(--title-color);
  position: relative;
}
.service-card2 .box-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--title-color);
  transition: all ease 0.4s;
}
.service-card2 .box-link i {
  margin-left: 36px;
}
.service-card2 .box-link:hover:before {
  width: 100%;
}
.service-card2:hover {
  background: var(--theme-color);
}
.service-card2:hover .box-icon img {
  transform: scale(-1) rotate(180deg);
  filter: brightness(0);
}
@media (max-width: 1399px) {
  .service-card2 {
    padding: 40px;
  }
}
@media (max-width: 1299px) {
  .service-card2 .box-title {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .service-card2 {
    padding: 28px;
  }
  .service-card2 .box-title {
    font-size: 18px;
  }
  .service-card2 .box-icon {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .service-card2 {
    padding: 40px;
  }
}

/* Service Card 3 ---------------------------------- */
.service-wrap3 {
  margin: 1px 0 0 1px;
}

.service-card3 {
  border: 1px solid var(--at-border-color);
  padding: 50px;
  margin-left: -1px;
  margin-top: -1px;
  min-height: 432px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 30px;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
.service-card3 .box-icon {
  width: 100%;
}
.service-card3 .box-icon img {
  transition: 0.4s;
  filter: brightness(0);
}
.service-card3 .box-content {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: end;
  width: -webkit-fill-available;
}
.service-card3 .box-title {
  margin-bottom: -0.3em;
  font-size: 24px;
  font-weight: 500;
  font-family: var(--title-font);
  /* Medium Large devices */
  /* Large devices */
}
.service-card3 .box-title a {
  color: var(--title-color);
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 0.5s ease-in-out;
}
.service-card3 .box-title a:hover {
  background-size: 100% 2px;
}
@media (max-width: 1299px) {
  .service-card3 .box-title {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .service-card3 .box-title {
    font-size: 18px;
  }
}
.service-card3 .icon-btn {
  align-self: self-end;
  flex: none;
}
.service-card3:hover .box-icon img {
  transform: scale(-1) rotate(180deg);
  filter: none;
}
@media (max-width: 1199px) {
  .service-card3 {
    padding: 40px;
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .service-card3 {
    padding: 30px;
    min-height: 300px;
  }
  .service-card3 .box-content {
    gap: 20px;
    flex-wrap: wrap;
  }
  .service-card3 .icon-btn {
    --btn-size: 40px;
  }
}
@media (max-width: 575px) {
  .service-card3 {
    padding: 40px;
  }
  .service-card3 .box-content {
    flex-wrap: nowrap;
    gap: 30px;
  }
  .service-card3 .box-title {
    font-size: 20px;
    max-width: 200px;
  }
}
@media (max-width: 375px) {
  .service-card3 {
    padding: 30px;
  }
  .service-card3 .box-content {
    flex-wrap: wrap;
  }
  .service-card3 .box-title {
    font-size: 22px;
  }
}

/* Service Card 4 ---------------------------------- */
.service-slider4 {
  margin-right: -300px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1299px) {
  .service-slider4 {
    margin-right: -200px;
  }
}
@media (max-width: 1199px) {
  .service-slider4 {
    margin-right: 0;
  }
}

.service-card4 {
  border: 1px solid var(--at-border-color);
  border-radius: 10px;
  min-height: 462px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 50px;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* Medium Large devices */
}
.service-card4:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  transform: scale(0);
  filter: blur(100px);
  transition: 0.4s;
  opacity: 0;
  z-index: -1;
}
.service-card4:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  opacity: 0;
  z-index: -1;
  transition: 1s;
}
.service-card4 .box-title {
  font-weight: 500;
  width: 100%;
}
.service-card4 .box-title a {
  color: var(--title-color);
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 0.5s ease-in-out;
}
.service-card4 .box-title a:hover {
  background-size: 100% 2px;
}
.service-card4:hover:after {
  transform: scale(1);
  opacity: 1;
}
.service-card4:hover:before {
  opacity: 1;
}
@media (max-width: 1299px) {
  .service-card4 {
    padding: 40px;
  }
}

/* Service Card 5 ---------------------------------- */
.service-card5 {
  background: var(--white-color);
  padding: 20px;
}
.service-card5 .box-img {
  overflow: hidden;
}
.service-card5 .box-img img {
  transition: 0.4s;
  width: 100%;
}
.service-card5 .box-content {
  padding: 30px 30px 10px 30px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .service-card5 .box-content {
    padding: 20px 10px 10px;
  }
}
.service-card5 .box-subtitle {
  font-size: 14px;
  margin-bottom: 12px;
}
.service-card5 .box-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 43px;
  /* Small devices */
}
.service-card5 .box-title a {
  color: var(--title-color);
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 0.5s ease-in-out;
}
.service-card5 .box-title a:hover {
  background-size: 100% 2px;
}
@media (max-width: 767px) {
  .service-card5 .box-title br {
    display: none;
  }
}
.service-card5:hover .box-img img {
  transform: scale(1.12) rotate(-2deg);
}

/* Service Card 6 ---------------------------------- */
.service-title-wrap6 .sub-title {
  margin-bottom: 200px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .service-title-wrap6 .sub-title {
    margin-bottom: 20px;
  }
}

.service-card6 {
  border: 1px solid var(--at-border-color);
  padding: 30px 40px 50px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .service-card6 {
    padding: 30px;
  }
}
.service-card6 .box-icon {
  margin-bottom: 145px;
  transition: 0.4s;
  display: inline-block;
}
.service-card6 .box-title {
  margin-bottom: -0.3em;
  font-size: 24px;
  font-weight: 500;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
.service-card6 .box-title a {
  color: var(--title-color);
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 0.5s ease-in-out;
}
.service-card6 .box-title a:hover {
  background-size: 100% 2px;
}
@media (max-width: 1199px) {
  .service-card6 .box-title {
    font-size: 20px;
  }
  .service-card6 .box-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .service-card6 .box-title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .service-card6 .box-title {
    font-size: 20px;
    max-width: 220px;
  }
}
.service-card6:hover .box-icon {
  transform: scale(-1) rotate(180deg);
}

/* Service Card 7 ---------------------------------- */
.service-card7 .box-title {
  margin-top: -0.3em;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}
.service-card7 .box-title a {
  color: var(--title-color);
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 1px;
  transition: 0.5s ease-in-out;
}
.service-card7 .box-title a:hover {
  background-size: 100% 1px;
}
.service-card7 .box-img {
  margin-bottom: 13px;
  overflow: hidden;
  position: relative;
}
.service-card7 .box-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(19, 26, 34, 0.3);
  opacity: 0;
  transition: 0.4s;
}
.service-card7 .box-img img {
  transition: 0.4s;
  width: 100%;
}
.service-card7:hover .box-img:after {
  opacity: 1;
}
.service-card7:hover .box-img img {
  transform: scale(1.12) rotate(-2deg);
}

/* Service Card 8 ---------------------------------- */
.service-card8 {
  border: 1px solid var(--at-border-color);
  border-radius: 20px;
  padding: 50px;
  min-height: 552px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
}
.service-card8 .box-title {
  font-weight: 500;
  max-width: 300px;
  margin-bottom: 23px;
}
.service-card8 .box-title a {
  color: var(--title-color);
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 1px;
  transition: 0.5s ease-in-out;
}
.service-card8 .box-title a:hover {
  background-size: 100% 1px;
}
.service-card8 .icon-btn {
  border-color: var(--title-color);
}
.service-card8 .box-word {
  text-align: end;
  color: rgba(19, 26, 34, 0.03);
  font-size: 230px;
  font-weight: 500;
  line-height: 0.7;
  /* Large devices */
}
@media (max-width: 1199px) {
  .service-card8 .box-word {
    font-size: 150px;
  }
}
.service-card8 .box-img {
  display: block;
  width: -webkit-fill-available;
}
@media (max-width: 1299px) {
  .service-card8 {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .service-card8 {
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .service-card8 {
    padding: 30px;
    min-height: 400px;
  }
  .service-card8 .box-title {
    font-size: 20px;
  }
  .service-card8 .box-word {
    font-size: 120px;
  }
}

/* Service Card 8 ---------------------------------- */
.service-card-list9 {
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .service-card-list9 {
    display: grid;
    gap: 40px 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .service-card-list9 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service-card9 {
  display: flex;
  gap: 50px;
  border-bottom: 1px solid var(--at-border-color);
  padding: 50px 0;
  justify-content: space-between;
  /* Medium devices */
  /* Small devices */
}
.service-card9:first-child {
  border-top: 1px solid var(--at-border-color);
}
.service-card9 .box-content {
  max-width: 418px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .service-card9 .box-content {
    max-width: 350px;
  }
}
.service-card9 .box-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3125em;
  /* Large devices */
  /* Medium devices */
}
.service-card9 .box-title a {
  color: var(--title-color);
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 0.5s ease-in-out;
}
.service-card9 .box-title a:hover {
  background-size: 100% 2px;
}
@media (max-width: 1199px) {
  .service-card9 .box-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .service-card9 .box-title {
    font-size: 24px;
  }
}
.service-card9 .box-subtitle {
  margin-bottom: 0;
}
.service-card9 .box-text {
  margin-bottom: 40px;
}
.service-card9 .box-img .thumb {
  transform: scale(1.15);
}
@media (max-width: 991px) {
  .service-card9 {
    flex-wrap: wrap;
    border: 0;
    padding: 0;
    gap: 20px;
  }
  .service-card9 .box-img {
    order: 1;
  }
  .service-card9 .box-number {
    order: 2;
  }
  .service-card9 .box-subtitle {
    order: 3;
  }
  .service-card9 .box-content {
    order: 4;
  }
  .service-card9 .box-text {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .service-card9 .box-img {
    width: 100%;
  }
  .service-card9 .box-content {
    width: 100%;
    max-width: none;
  }
}

.service-page-social-wrap {
  writing-mode: sideways-lr;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  /* Medium devices */
}
.service-page-social-wrap .at-social {
  gap: 20px;
}
.service-page-social-wrap .at-social a {
  margin: 0;
}
@media (max-width: 991px) {
  .service-page-social-wrap {
    writing-mode: inherit;
    margin-top: 0px;
  }
  .service-page-social-wrap .at-social {
    transform: none !important;
  }
}

/*------------------- 4.00. Pricing -------------------*/
/* Pricing Card ---------------------------------- */
.price-card {
  position: relative;
  padding: 50px;
  background: var(--white-color);
  border-radius: 10px;
  border: 5px solid var(--white-color);
  box-shadow: 0px 26px 40px rgba(188, 202, 255, 0.13);
  transition: 0.4s;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
.price-card:has(.box-tag) {
  margin-top: 28px;
}
.price-card .box-tag {
  background: var(--theme-color);
  color: var(--title-color);
  position: absolute;
  right: 30px;
  top: -33px;
  font-size: 12px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: uppercase;
  border-radius: 4px 4px 0 0;
  padding: 1px 9px;
}
.price-card .box-title {
  margin-bottom: -0.15em;
  font-size: 24px;
  font-weight: 500;
}
.price-card .box-price {
  font-size: 52px;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin-top: 18px;
  margin-bottom: 17px;
}
.price-card .box-price .currency {
  font-size: 14px;
  font-weight: 400;
  margin-right: 22px;
}
.price-card .box-price .duration {
  font-size: 14px;
  font-family: var(--body-font);
  font-weight: 400;
  letter-spacing: normal;
  color: var(--body-color);
}
.price-card .at-btn {
  border-radius: 8px;
  min-height: 40px;
  padding: 12px 40px;
  font-size: 14px;
}
.price-card .box-text {
  margin-bottom: 22px;
  font-size: 14px;
  border-bottom: 1px solid var(--at-border-color);
  padding-top: 15px;
  padding-bottom: 22px;
}
.price-card .price-card_content {
  margin-bottom: 0;
}
.price-card .price-card_content .checklist {
  display: inline-block;
}
.price-card .price-card_content .checklist li {
  color: var(--body-color);
  align-items: start;
}
.price-card .price-card_content .checklist li i {
  transition: 0.4s;
}
.price-card .price-card_content .checklist li.unavailable i {
  color: var(--light-color);
  opacity: 0.5;
}
.price-card:hover .price-card_price {
  background: var(--theme-color);
}
.price-card:hover .price-card_content .checklist li i {
  color: var(--theme-color);
}
.price-card.active, .price-card:hover {
  border-color: var(--theme-color);
}
@media (max-width: 1399px) {
  .price-card .box-price {
    font-size: 48px;
  }
}
@media (max-width: 1299px) {
  .price-card {
    padding: 40px;
  }
  .price-card .box-title {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .price-card .box-price {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .price-card {
    padding: 30px;
  }
  .price-card .box-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .price-card .box-title {
    font-size: 18px;
  }
  .price-card .box-price {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .price-card .box-title {
    font-size: 16px;
  }
  .price-card .box-price {
    font-size: 30px;
  }
  .price-card .box-price .currency {
    margin-right: 18px;
  }
}

/* Pricing Card 2---------------------------------- */
.price-card.style2 {
  border: 1px solid var(--at-border-color);
  box-shadow: none;
}
.price-card.style2.active {
  border: 5px solid var(--theme-color);
}
.price-card.style2:hover {
  box-shadow: 0px 26px 40px rgba(188, 202, 255, 0.13);
}

/*------------------- 4.00. Feature -------------------*/
/* Feature card ---------------------------------- */
.feature-area-1 {
  position: relative;
  padding-top: 60px;
  margin-top: -173px;
  z-index: 2;
  /* Hight Resoulation devices */
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
.feature-area-1 .feature-bg-wrap {
  position: absolute;
  inset: 0;
}
.feature-area-1 .feature-bg-shape1-1 {
  position: absolute;
  width: 788px;
  height: 100%;
  bottom: 0;
  left: 0;
  border-top: solid 285px var(--theme-color);
  border-left: solid 394px var(--theme-color);
  border-right: solid 394px transparent;
  border-bottom: solid 285px transparent;
}
@media (min-width: 1922px) {
  .feature-area-1 {
    margin-top: -200px;
  }
}
@media (max-width: 1500px) {
  .feature-area-1 {
    padding-top: 70px;
    margin-top: -144px;
  }
}
@media (max-width: 1399px) {
  .feature-area-1 {
    margin-top: -130px;
  }
  .feature-area-1 .feature-bg-shape1-1 {
    width: 600px;
    border-top: solid 285px var(--theme-color);
    border-left: solid 300px var(--theme-color);
    border-right: solid 300px transparent;
    border-bottom: solid 285px transparent;
  }
}
@media (max-width: 1299px) {
  .feature-area-1 {
    margin-top: -115px;
  }
}
@media (max-width: 1199px) {
  .feature-area-1 {
    border-radius: 100px 100px 0 0;
    padding-top: 120px;
  }
  .feature-area-1 .feature-bg-wrap {
    mask-image: none !important;
  }
  .feature-area-1 .feature-bg-shape1-1 {
    display: none;
  }
}
@media (max-width: 991px) {
  .feature-area-1 {
    margin-top: 0;
    border-radius: 0;
    padding-top: 80px;
  }
}

.feature-card {
  padding: 30px;
  position: relative;
  box-shadow: 0px 10px 30px -6px rgba(12, 12, 13, 0.12);
  border-radius: 100px;
  background: var(--white-color);
  z-index: 1;
  overflow: hidden;
  text-align: center;
  transition: 0.4s;
  /* Medium Large devices */
  /* Large devices */
}
.feature-card .feature-card-bg-shape {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translate(-50%, 0);
  z-index: -1;
  transition: 0.4s;
  width: max-content;
}
.feature-card .box-icon {
  display: inline-block;
  margin-bottom: 30px;
  transition: 0.4s;
}
.feature-card .box-title {
  font-size: 24px;
  font-weight: 700;
  transition: 0.4s;
  margin-bottom: 6px;
}
.feature-card .box-text {
  margin-bottom: 11px;
  transition: 0.4s;
}
.feature-card .link-btn {
  color: var(--title-color);
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}
.feature-card .link-btn:before {
  background: var(--title-color);
}
.feature-card:hover .box-icon img {
  transform: rotateY(180deg);
}
@media (max-width: 1299px) {
  .feature-card {
    border-radius: 50px;
  }
}
@media (max-width: 1199px) {
  .feature-card .box-title {
    font-size: 24px;
  }
}

/* Feature card 2---------------------------------- */
.feature-card.style2 {
  border-radius: 30px;
  box-shadow: none;
  border: 1px solid var(--at-border-color);
}
.feature-card.style2 .box-icon {
  width: 74px;
  height: 74px;
  border: 1px dashed var(--theme-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.feature-card.style2 .box-icon:after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px dashed var(--theme-color);
  border-radius: 50%;
  transition: 0.4s;
  opacity: 0;
  animation: spin 10s linear infinite;
}
.feature-card.style2:hover .box-icon {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.feature-card.style2:hover .box-icon:after {
  opacity: 1;
}
.feature-card.style2:hover .box-icon img {
  filter: brightness(99);
}

/* Feature card 3---------------------------------- */
.feature-area-4 {
  margin-top: -160px;
  position: relative;
  z-index: 3;
}

.feature-card.style3 {
  background: #FFFFFF;
  box-shadow: 5px 27px 46px 7px rgba(12, 23, 21, 0.08);
  border-radius: 10px;
  border: 0;
  text-align: start;
  padding: 40px;
  /* Large devices */
  /* Extra small devices */
}
.feature-card.style3:hover {
  transform: translate(0, 20px);
}
@media (max-width: 1199px) {
  .feature-card.style3:hover {
    transform: none;
  }
}
@media (max-width: 375px) {
  .feature-card.style3 {
    padding: 30px;
  }
}

/*------------------- 4.00. Project -------------------*/
/* Project Card -------------------------------*/
.project-bg-shape1-1 {
  /* Small devices */
}
@media (max-width: 767px) {
  .project-bg-shape1-1 {
    display: none;
  }
}

.project-slider1 .swiper-wrapper {
  align-items: self-end;
}

.project-card {
  position: relative;
  overflow: hidden;
}
.project-card .box-img {
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 20px;
  transition: 0.4s;
  display: block;
  position: relative;
}
.project-card .box-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  transition: 0.4s;
  opacity: 0;
}
.project-card .box-img img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.project-card .box-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 7px;
  /* Medium Large devices */
}
.project-card .box-title a {
  color: var(--white-color);
}
.project-card .box-title a:hover {
  color: var(--theme-color);
}
@media (max-width: 1299px) {
  .project-card .box-title {
    font-size: 20px;
  }
}
.project-card .box-link {
  font-size: 12px;
  font-weight: 400;
  color: var(--body-color);
  display: block;
  margin-bottom: -0.4em;
}
.project-card .box-link:hover {
  color: var(--white-color);
}
.project-card:hover .box-img img {
  transform: scale(1.12) rotate(-2deg);
}
.project-card:hover .box-img:after {
  opacity: 1;
}

/* Project Card 2-------------------------------*/
.project-card2 {
  background: var(--title-color);
  padding: 50px;
  border-radius: 10px;
  position: relative;
  z-index: 4;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .project-card2 {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .project-card2 {
    padding: 30px;
  }
}
.project-card2 .accordion-button {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
  color: var(--white-color);
  font-size: 32px;
  font-weight: 500;
  /* Extra small devices */
}
.project-card2 .accordion-button:after {
  display: none;
}
.project-card2 .accordion-button .box-number {
  font-size: 12px;
  font-weight: 400;
  font-family: var(--body-font);
  color: #999999;
  margin-right: 42px;
  align-self: start;
  /* Medium devices */
}
@media (max-width: 991px) {
  .project-card2 .accordion-button .box-number {
    margin-right: 30px;
  }
}
.project-card2 .accordion-button .box-title {
  font-size: 32px;
  font-weight: 500;
  max-width: 442px;
  margin-bottom: -0.3em;
  text-align: start;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .project-card2 .accordion-button .box-title {
    font-size: 28px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .project-card2 .accordion-button .box-title {
    font-size: 24px;
    max-width: 300px;
  }
}
@media (max-width: 575px) {
  .project-card2 .accordion-button .box-title {
    font-size: 20px;
    max-width: none;
  }
}
.project-card2 .accordion-button .box-meta {
  margin-left: auto;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  color: #777777;
  align-self: self-start;
  /* Medium devices */
}
@media (max-width: 991px) {
  .project-card2 .accordion-button .box-meta {
    flex: none;
  }
}
@media (max-width: 575px) {
  .project-card2 .accordion-button {
    display: block;
  }
  .project-card2 .accordion-button .box-number {
    display: block;
    text-align: start;
    margin: 0;
    margin-bottom: 20px;
  }
  .project-card2 .accordion-button .box-title {
    display: block;
  }
  .project-card2 .accordion-button .box-meta {
    display: block;
    text-align: start;
    margin-top: 25px;
  }
}
.project-card2:not(:first-child) {
  margin-top: -10px;
  padding-top: 60px;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .project-card2:not(:first-child) {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .project-card2:not(:first-child) {
    padding-top: 40px;
  }
}
.project-card2:nth-child(2) {
  background: #161F28;
  z-index: 3;
}
.project-card2:nth-child(3) {
  background: #1C2733;
  z-index: 2;
}
.project-card2:nth-child(4) {
  background: #1F2C3A;
  z-index: 1;
}
.project-card2 .accordion-collapse {
  border: 0;
}
.project-card2 .accordion-body {
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  flex-direction: row-reverse;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
.project-card2 .accordion-body .box-content {
  max-width: 381px;
  align-self: self-end;
  margin-left: 60px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .project-card2 .accordion-body .box-content {
    margin-left: 0;
    margin-top: 30px;
    max-width: none;
  }
}
.project-card2 .accordion-body .box-img {
  overflow: hidden;
  display: block;
}
.project-card2 .accordion-body .box-text {
  color: #999999;
}
.project-card2 .accordion-body .btn-wrap {
  margin-top: 40px;
}
.project-card2 .accordion-body .at-btn {
  min-height: 56px;
  padding: 18px 45px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .project-card2 .accordion-body .at-btn {
    min-height: 50px;
    padding: 15px 45px;
  }
}
@media (max-width: 1199px) {
  .project-card2 .accordion-body {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .project-card2 .accordion-body {
    display: block;
    padding-top: 40px;
    margin-left: 50px;
  }
}
@media (max-width: 575px) {
  .project-card2 .accordion-body {
    margin-left: 0;
  }
}

.project-card2.style-white {
  background: #FCFCFC;
}
.project-card2.style-white .accordion-button .box-title {
  color: var(--title-color);
}
.project-card2.style-white:nth-child(2) {
  background: #F8F8F8;
}
.project-card2.style-white:nth-child(3) {
  background: #F5F5F5;
}
.project-card2.style-white:nth-child(4) {
  background: #F1F1F1;
}

/* Project Card 3-------------------------------*/
.project-slider3 {
  margin: 0 -136px 0 0;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .project-slider3 {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .project-slider3 {
    margin: 0 15px;
  }
}

.project-card.style3 .box-img {
  border-radius: 0;
  margin-bottom: 32px;
}
.project-card.style3 .box-img:after {
  background: rgba(19, 26, 34, 0.3);
}
.project-card.style3 .box-content {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.project-card.style3 .box-title {
  font-size: 24px;
  font-weight: 500;
  max-width: 231px;
  line-height: 1.416;
  margin-bottom: -0.08em;
  /* Extra small devices */
}
.project-card.style3 .box-title a {
  color: var(--title-color);
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 0.5s ease-in-out;
}
.project-card.style3 .box-title a:hover {
  background-size: 100% 2px;
}
@media (max-width: 575px) {
  .project-card.style3 .box-title {
    font-size: 20px;
    max-width: 190px;
  }
}

/* Project Card 4-------------------------------*/
.project-slider4 {
  margin: 0 50px;
  max-width: 1820px;
  /* Hight Resoulation devices */
  /* Extra small devices */
}
@media (min-width: 1922px) {
  .project-slider4 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .project-slider4 {
    margin: 0 15px;
  }
}

.project-card.style4 .box-img:after {
  background: rgba(19, 26, 34, 0.3);
}
.project-card.style4 .box-title {
  font-size: 24px;
  font-weight: 500;
  max-width: 231px;
  line-height: 1.416;
  margin-bottom: 0;
  /* Extra small devices */
}
.project-card.style4 .box-title a {
  color: var(--title-color);
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 0.5s ease-in-out;
}
.project-card.style4 .box-title a:hover {
  background-size: 100% 2px;
}
@media (max-width: 575px) {
  .project-card.style4 .box-title {
    font-size: 20px;
    max-width: 190px;
  }
}
.project-card.style4 .box-text {
  margin-bottom: -0.25em;
}

/* Project Card 5-------------------------------*/
.project-card.style5 .box-img {
  border-radius: 0;
  margin-bottom: 30px;
}
.project-card.style5 .box-img:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.project-card.style5 .box-content {
  border-top: 1px solid var(--title-color);
  border-bottom: 1px solid var(--title-color);
  padding: 30px 0;
  margin-bottom: 1px;
}
.project-card.style5 .box-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 0;
  /* Medium Large devices */
  /* Small devices */
}
@media (max-width: 1299px) {
  .project-card.style5 .box-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .project-card.style5 .box-title {
    font-size: 24px;
  }
}
.project-card.style5 .box-title a {
  color: var(--title-color);
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 1px;
  transition: 0.5s ease-in-out;
}
.project-card.style5 .box-title a:hover {
  background-size: 100% 1px;
}

/* Project Card 6-------------------------------*/
.project-card.style6 .box-img {
  border-radius: 0;
  margin-bottom: 30px;
}
.project-card.style6 .box-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  /* Small devices */
}
.project-card.style6 .box-title a {
  color: var(--title-color);
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 1px;
  transition: 0.5s ease-in-out;
}
.project-card.style6 .box-title a:hover {
  background-size: 100% 1px;
}
@media (max-width: 767px) {
  .project-card.style6 .box-title {
    font-size: 20px;
  }
}

/* Project Card 8-------------------------------*/
.project-slider8 {
  position: relative;
}
.project-slider8 .slider-arrow {
  width: auto;
  height: auto;
  line-height: normal;
  color: var(--title-color);
  background: transparent;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: auto;
  margin-top: 0;
  /* Large devices */
}
.project-slider8 .slider-arrow.slider-prev {
  bottom: 22px;
  left: 200px;
}
.project-slider8 .slider-arrow.slider-next {
  top: 22px;
  right: 200px;
}
@media (max-width: 1199px) {
  .project-slider8 .slider-arrow {
    display: none;
  }
}

.project-text-slider8 {
  padding-top: 120px;
  /* Large devices */
}
.project-text-slider8.style2 {
  padding-top: 100px;
}
.project-text-slider8.style2 .project-slider-text-8 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.project-text-slider8.style2 .project-slider-text-8 .box-word {
  text-align: end;
  margin-bottom: 0;
  margin-top: -30px;
}
@media (max-width: 1199px) {
  .project-text-slider8 {
    padding-top: 0;
  }
  .project-text-slider8.style2 {
    padding-top: 0;
  }
  .project-text-slider8.style2 .project-slider-text-8 {
    text-align: end;
  }
}

.project-slider-text-8 {
  font-size: 82px;
  font-weight: 500;
  color: var(--title-color);
  line-height: 0.7;
  letter-spacing: 0.04em;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
.project-slider-text-8 .box-word {
  font-size: 450px;
  line-height: 0.7;
  opacity: 0.05;
  margin-bottom: -65px;
}
@media (max-width: 1299px) {
  .project-slider-text-8 {
    font-size: 70px;
  }
  .project-slider-text-8 .box-word {
    font-size: 300px;
  }
}
@media (max-width: 1199px) {
  .project-slider-text-8 .box-word {
    font-size: 250px;
  }
}
@media (max-width: 991px) {
  .project-slider-text-8 {
    font-size: 60px;
  }
  .project-slider-text-8 .box-word {
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .project-slider-text-8 {
    font-size: 50px;
  }
  .project-slider-text-8 .box-word {
    font-size: 160px;
  }
}

.project-card8 {
  overflow: hidden;
}
.project-card8 .thumb {
  transform: scale(1.15);
}

.project-bottom-client-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px 115px;
  border-top: 1px solid var(--at-border-color);
  margin-top: 80px;
  padding-top: 30px;
  /* Medium devices */
}
.project-bottom-client-wrap .client-group-text {
  margin-right: auto;
  max-width: 169px;
}
.project-bottom-client-wrap .contact-links {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--title-color);
  display: inline-block;
  padding: 0 7px;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
}
.project-bottom-client-wrap .contact-links:hover {
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}
@media (max-width: 991px) {
  .project-bottom-client-wrap {
    flex-wrap: wrap;
    gap: 30px 50px;
    margin-top: 50px;
  }
}

/*------------------- 4.00. Process -------------------*/
/* Process Card -------------------------------*/
.process-card {
  position: relative;
  padding: 15px 0 0 15px;
}
.process-card .box-number {
  position: absolute;
  background: var(--title-color);
  border-radius: 30px;
  font-size: 16px;
  color: var(--white-color);
  padding: 2px 18px;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s;
}
.process-card .box-img {
  margin-bottom: 32px;
  overflow: hidden;
}
.process-card .box-img img {
  transition: 0.4s;
  width: 100%;
}
.process-card .box-title {
  margin-bottom: 5px;
}
.process-card:hover .box-img img {
  transform: scale(1.12) rotate(-2deg);
}
.process-card:hover .box-number {
  background: var(--theme-color);
}

/* Process Card 2-------------------------------*/
.process-card-wrap2:nth-child(even) .process-card2 {
  flex-direction: column-reverse;
  margin-top: 0;
  margin-bottom: 97px;
  /* Large devices */
}
.process-card-wrap2:nth-child(even) .process-card2 .box-number {
  padding-top: 40px;
  padding-bottom: 0;
  border-top: 1px solid var(--title-color);
  border-bottom: 0;
}
.process-card-wrap2:nth-child(even) .process-card2 .box-number:after {
  bottom: auto;
  top: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .process-card-wrap2:nth-child(even) .process-card2 {
    flex-direction: column;
    margin-bottom: 0;
  }
  .process-card-wrap2:nth-child(even) .process-card2 .box-number {
    padding-top: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--title-color);
    border-top: 0;
  }
  .process-card-wrap2:nth-child(even) .process-card2 .box-number:after {
    top: auto;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
}

.process-card2 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 97px;
  /* Large devices */
}
.process-card2 .box-number {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--title-color);
  width: 100%;
  color: var(--title-color);
  position: relative;
}
.process-card2 .box-number:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 20px;
  height: 20px;
  background: var(--title-color);
  border: 5px solid var(--white-color);
  border-radius: 50%;
}
.process-card2 .box-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .process-card2 {
    margin-top: 0;
  }
}

/* Process Card 3-------------------------------*/
.process-card3 {
  background: var(--white-color);
  border-bottom: 5px solid var(--at-border-color);
  text-align: center;
  padding: 45px 20px 50px;
  overflow: hidden;
  transition: 0.4s;
}
.process-card3 .box-number {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 33px;
  margin-top: -0.3em;
}
.process-card3 .box-number:after {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  background: var(--at-border-color);
  height: 1px;
  bottom: 0;
}
.process-card3 .box-number:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--title-color);
  border: 5px solid var(--white-color);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
}
.process-card3 .box-title {
  margin-bottom: 25px;
}
.process-card3:hover {
  border-bottom: 5px solid var(--theme-color);
}

/*------------------- 4.00. CTA -------------------*/
.cta-bg1-1:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(19, 26, 34, 0.2) 0%, rgba(19, 26, 34, 0.8) 100%);
  z-index: 1;
  opacity: 0.5;
}
.cta-bg1-1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cta-wrap1 {
  padding: 240px 0;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
.cta-wrap1 .sec-title {
  font-size: 96px;
  font-weight: 500;
  line-height: 1.104;
  display: flex;
  margin-top: -0.2em;
}
.cta-wrap1 .sec-title img {
  align-self: self-start;
}
.cta-wrap1 .btn-wrap {
  margin-left: 100px;
}
@media (max-width: 1500px) {
  .cta-wrap1 {
    padding: 200px 0;
  }
  .cta-wrap1 .sec-title {
    font-size: 84px;
  }
}
@media (max-width: 1399px) {
  .cta-wrap1 {
    padding: 180px 0;
  }
  .cta-wrap1 .sec-title {
    font-size: 78px;
  }
}
@media (max-width: 1299px) {
  .cta-wrap1 {
    padding: 160px 0;
  }
  .cta-wrap1 .sec-title {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .cta-wrap1 {
    padding: 140px 0;
  }
  .cta-wrap1 .sec-title {
    font-size: 64px;
  }
}
@media (max-width: 991px) {
  .cta-wrap1 {
    padding: 120px 0;
  }
  .cta-wrap1 .sec-title {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .cta-wrap1 {
    padding: 100px 0;
  }
  .cta-wrap1 .sec-title {
    font-size: 48px;
  }
  .cta-wrap1 .btn-wrap {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .cta-wrap1 {
    padding: 80px 0;
  }
  .cta-wrap1 .sec-title {
    font-size: 40px;
  }
  .cta-wrap1 .sec-title img {
    width: 80px;
  }
  .cta-wrap1 .btn-wrap {
    margin-left: 0;
  }
}
@media (max-width: 375px) {
  .cta-wrap1 .sec-title img {
    display: none;
  }
}

.cta-wrap2 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .cta-wrap2 {
    text-align: center;
  }
}
.cta-wrap2 .cta-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3125em;
  margin-bottom: 0;
  margin-top: -0.32em;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .cta-wrap2 .cta-title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .cta-wrap2 .cta-title {
    font-size: 24px;
    margin-top: -0.28em;
  }
}
.cta-wrap2 .newsletter-form-title {
  font-size: 20px;
  font-weight: 500;
}
.cta-wrap2 .newsletter-form {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  padding: 0 30px;
  gap: 20px;
}
.cta-wrap2 .newsletter-form .form-group {
  width: 100%;
}
.cta-wrap2 .newsletter-form .form-group input {
  border: 0;
  color: var(--white-color);
}
.cta-wrap2 .newsletter-form .form-group input::placeholder {
  color: var(--white-color);
}
.cta-wrap2 .newsletter-form .icon-btn {
  flex: none;
  padding: 0;
  width: auto;
}

.cta-wrap3 {
  padding-top: 80px;
  padding-bottom: 80px;
  /* Large devices */
}
.cta-wrap3 .cta-title {
  font-size: 32px;
  font-weight: 500;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .cta-wrap3 .cta-title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .cta-wrap3 .cta-title {
    font-size: 24px;
  }
}
.cta-wrap3 .btn-wrap {
  margin-top: 37px;
}
@media (max-width: 1199px) {
  .cta-wrap3 {
    padding-top: 0;
  }
}

.cta-thumb3-1 {
  position: relative;
  margin-right: -310px;
  overflow: hidden;
  /* Extra large devices */
  /* Medium Large devices */
}
.cta-thumb3-1 .thumb {
  transform: scale(1.2);
}
@media (max-width: 1500px) {
  .cta-thumb3-1 {
    margin-right: -200px;
  }
}
@media (max-width: 1299px) {
  .cta-thumb3-1 {
    margin-right: 0;
  }
}

/*------------------- 4.00. Client -------------------*/
/* Client Card -------------------------------------*/
.client-area-1 {
  padding-bottom: 538px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .client-area-1 {
    padding-bottom: 498px;
  }
}

.client-slider1 {
  border-bottom: 1px solid #B7B7B7;
}
.client-slider1 .swiper-slide {
  border-right: 1px solid #B7B7B7;
}

.client-card {
  text-align: center;
  padding: 70px 0;
  display: block;
}

/* Client Satisfaction -------------------------------------*/
.client-video-sec {
  border-radius: 10px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  /* Extra small devices */
  /* Extra small devices */
}
.client-video-sec:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 200px;
  left: -70px;
  bottom: -40px;
  background: var(--white-color);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .client-video-sec:after {
    filter: blur(50px);
    width: 310px;
    height: 260px;
    left: -80px;
    bottom: -70px;
  }
}
.client-video-sec .video-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
.client-video-sec .video-wrap .play-btn:before, .client-video-sec .video-wrap .play-btn:after {
  background: var(--white-color);
  border: 0;
}
.client-video-sec .video-wrap .play-btn > i {
  --icon-size: 80px;
  background: var(--white-color);
  border: 0;
}
.client-video-sec .video-wrap .play-btn:hover > i {
  background: var(--theme-color);
  color: var(--title-color);
}
.client-video-sec .video-wrap .video-text {
  font-size: 52px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--title-color);
  flex: none;
  /* Medium devices */
}
@media (max-width: 991px) {
  .client-video-sec .video-wrap .video-text {
    font-size: 48px;
  }
}
.client-video-sec .client-video-subcontent {
  margin-top: 128px;
}
@media (max-width: 575px) {
  .client-video-sec {
    padding: 40px;
  }
  .client-video-sec .video-wrap .play-btn > i {
    --icon-size: 60px;
    font-size: 18px;
  }
  .client-video-sec .video-wrap .video-text {
    font-size: 40px;
  }
}
@media (max-width: 375px) {
  .client-video-sec {
    padding: 30px;
  }
  .client-video-sec .video-wrap .video-text {
    font-size: 36px;
  }
}

.client-saticfaction-card {
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 50px;
  align-content: space-between;
  gap: 40px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 575px) {
  .client-saticfaction-card {
    padding: 40px;
  }
}
@media (max-width: 375px) {
  .client-saticfaction-card {
    padding: 30px;
  }
}
.client-saticfaction-card .box-content {
  width: 100%;
}
.client-saticfaction-card .box-title {
  font-size: 62px;
  font-weight: 700;
  line-height: 1.16;
  color: var(--white-color);
  margin-top: -0.2em;
  margin-bottom: 20px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1500px) {
  .client-saticfaction-card .box-title {
    font-size: 52px;
  }
}
@media (max-width: 1299px) {
  .client-saticfaction-card .box-title {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .client-saticfaction-card .box-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .client-saticfaction-card .box-title {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .client-saticfaction-card .box-title {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  .client-saticfaction-card .box-title {
    font-size: 24px;
  }
}
.client-saticfaction-card .box-text {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--body-font);
  text-transform: uppercase;
  letter-spacing: 0.37em;
  color: var(--white-color);
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .client-saticfaction-card .box-text {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .client-saticfaction-card .box-text {
    font-size: 14px;
  }
}
.client-saticfaction-card .client-counter-card {
  display: flex;
  gap: 20px;
  align-items: end;
}
.client-saticfaction-card .client-counter-card .progress-card {
  padding: 22px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  align-self: self-end;
}
.client-saticfaction-card .client-counter-card .progress {
  flex: none;
  width: 25px;
  height: 111px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  border-radius: 30px;
}
.client-saticfaction-card .client-counter-card .progress .progress-bar {
  width: 25px;
  background: var(--theme-color);
  transform-origin: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
}
.client-saticfaction-card .client-counter-card .client-counter-content .counter-title {
  font-size: 82px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--white-color);
  margin-top: -0.3em;
  margin-bottom: 20px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1500px) {
  .client-saticfaction-card .client-counter-card .client-counter-content .counter-title {
    font-size: 70px;
  }
}
@media (max-width: 1299px) {
  .client-saticfaction-card .client-counter-card .client-counter-content .counter-title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .client-saticfaction-card .client-counter-card .client-counter-content .counter-title {
    font-size: 50px;
  }
}
@media (max-width: 375px) {
  .client-saticfaction-card .client-counter-card .client-counter-content .counter-title {
    font-size: 40px;
  }
}
.client-saticfaction-card .client-counter-card .client-counter-content .counter-text {
  color: var(--white-color);
  margin-bottom: -0.4em;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .client-saticfaction-card .client-counter-card .client-counter-content .counter-text br {
    display: none;
  }
}

.client-service-card {
  background: var(--theme-color);
  padding: 50px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  height: -webkit-fill-available;
  align-content: space-between;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .client-service-card {
    padding: 40px;
  }
}
.client-service-card .box-icon {
  margin-bottom: 50px;
  width: 100%;
}
.client-service-card .box-subtitle {
  font-size: 14px;
  font-family: var(--body-font);
  color: var(--title-color);
  text-transform: uppercase;
  margin-top: -0.3em;
  margin-bottom: 22px;
}
.client-service-card .box-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-bottom: 40px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .client-service-card .box-title {
    font-size: 20px;
  }
}
.client-service-card .link-btn {
  font-size: 16px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.client-service-card .link-btn i {
  font-size: 16px;
}

.client-counter-wrap {
  background: var(--smoke-color3);
  border-radius: 10px;
  padding: 50px;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .client-counter-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .client-counter-wrap {
    padding: 30px;
  }
}
.client-counter-wrap .client-counter-wrap-title {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--title-color);
  margin-top: -0.3em;
  margin-bottom: 10px;
}
.client-counter-wrap .client-counter-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 10px;
  margin-top: -50px;
  /* Medium Large devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .client-counter-wrap .client-counter-list {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .client-counter-wrap .client-counter-list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
  }
}
@media (max-width: 375px) {
  .client-counter-wrap .client-counter-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.client-counter-wrap .client-single-counter {
  background: var(--white-color);
  box-shadow: 0px 44px 74px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-content: space-between;
  /* Extra small devices */
  /* Extra large devices */
  /* Medium Large devices */
}
@media (max-width: 575px) {
  .client-counter-wrap .client-single-counter {
    min-height: 150px;
  }
}
.client-counter-wrap .client-single-counter .box-title {
  font-size: 12px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--title-color);
  line-height: 1.8333;
  margin-bottom: -0.4em;
  display: block;
  width: 100%;
}
.client-counter-wrap .client-single-counter .box-number {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--title-color);
  margin-bottom: -0.3em;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .client-counter-wrap .client-single-counter .box-number {
    font-size: 20px;
  }
}
.client-counter-wrap .client-single-counter:nth-child(2) {
  height: 198px;
  background: var(--theme-color);
  /* Extra small devices */
}
@media (max-width: 575px) {
  .client-counter-wrap .client-single-counter:nth-child(2) {
    height: auto;
  }
}
.client-counter-wrap .client-single-counter:nth-child(3) {
  height: 271px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .client-counter-wrap .client-single-counter:nth-child(3) {
    height: auto;
  }
}
@media (max-width: 1500px) {
  .client-counter-wrap .client-single-counter {
    padding: 30px 20px;
  }
}
@media (max-width: 1299px) {
  .client-counter-wrap .client-single-counter {
    padding: 20px 15px;
  }
}

/*------------------- 4.00. Tab Menu -------------------*/
/* Tab Menu 1 ------------------------------------*/
.tab-menu1 {
  gap: 10px;
  justify-content: center;
}
.tab-menu1 .tab-btn {
  font-size: 14px;
  padding: 4px 12px;
  background-color: var(--smoke-color2);
  border: 1px solid var(--at-border-color);
  border-radius: 6px;
}
.tab-menu1 .tab-btn.active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}

/*------------------- 4.00. Marquee -------------------*/
/* Marquee Area ---------------------------------- */
.marquee-slider1 {
  margin: 0 -50px;
}
.marquee-slider1 .swiper-wrapper {
  transition-timing-function: linear;
}
.marquee-slider1 .swiper-slide {
  width: auto;
}

.marquee-card {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
.marquee-card a {
  font-size: 80px;
  font-weight: 700;
  font-family: var(--title-font);
  display: inline-block;
  line-height: 0.8em;
  padding-bottom: 10px;
}
.marquee-card a .text-stroke {
  color: transparent;
}
@media (max-width: 1199px) {
  .marquee-card a {
    font-size: 50px;
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .marquee-card a {
    font-size: 40px;
  }
  .marquee-card img {
    width: 20px;
  }
}
@media (max-width: 575px) {
  .marquee-card a {
    font-size: 30px;
    line-height: 0.9em;
    padding-bottom: 4px;
  }
  .marquee-card img {
    width: 15px;
  }
}

/* Marquee Area 2---------------------------------- */
.marquee-card.style2 a .text-stroke {
  -webkit-text-stroke: 2px var(--theme-color);
}

/*------------------- 4.00. Gallery -------------------*/
/* Gallery Area 1 -------------------------------*/
.gallery-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.gallery-card:after {
  content: "";
  position: absolute;
  inset: 0px;
  background: var(--black-color2);
  opacity: 0.7;
  border-radius: 30px;
  transition: 0.4s;
  transform: scale(0);
}
.gallery-card .gallery-img img {
  width: 100%;
}
.gallery-card .icon-btn {
  --btn-size: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -20%);
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  z-index: 1;
  opacity: 0;
}
.gallery-card .icon-btn:hover {
  background: var(--white-color);
  color: var(--theme-color);
}
.gallery-card:hover:after {
  transform: scale(1);
}
.gallery-card:hover .icon-btn {
  transform: translate(-50%, -50%);
  opacity: 1;
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.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;
}

/*-- Padding Top And Bottom --*/
.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;
}

/*-- Padding Top --*/
.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;
}

/*-- Padding Bottom --*/
.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;
}

/*-- Padding Left --*/
.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;
}

/*-- Padding Right --*/
.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;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

/*-- margin Left And Right --*/
.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;
}

/*-- margin Top And Bottom --*/
.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;
}

/*-- margin Top --*/
.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;
}

/*-- margin Bottom --*/
.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;
}

/*-- margin Left --*/
.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;
}

/*-- margin Right --*/
.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;
}

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

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

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

.mb-80 {
  margin-bottom: 80px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mb-28 {
  margin-bottom: 28px;
}

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

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.45rem;
}

.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.45rem;
}

.mb-n3 {
  margin-bottom: -0.8rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.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);
}

/* Medium devices */
@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: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
}