@charset "UTF-8";
/*
Theme Name: 4achi
Template URL: http://angfuzsoft.com/html/4achi
Description: 4achi - Modern Kindergarten & Baby Care HTML Template
Author: Angfuzsoft
Author URI: https://themeforest.net/user/angfuz_soft
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick 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.00. Popup Search
    4.00. Popup Side Menu
    4.00. Wocommerce
    4.00. Products
    4.00. Cart
    4.00. Checkout
    4.00. Wishlist
    4.00. Contact
    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. Feature
    4.00. Faq
    4.00. CTA
    4.00. Service
    4.00. Pricing
    4.00. Why choose Us
    4.00. Course
    4.00. Achivement
    4.00. Event
    4.00. Gallery
    4.00. Activities

05. Spacing
06. Update

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #f6931e;
  --theme-color2: #786acf;
  --title-color: #253962;
  --body-color: #74787c;
  --smoke-color: #f2f2f2;
  --smoke-color2: #fff9f3;
  --smoke-color3: #f8f7f3;
  --smoke-color4: #f5f5f5;
  --black-color: #000000;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --light-color: #bec3ce;
  --yellow-color: #ffb539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #eeeeee;
  --title-font: "Catamaran", sans-serif;
  --body-font: "Catamaran", sans-serif;
  --style-font: "Ink Free";
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

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

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /***scroll-bar***/
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  background: rgba(254, 90, 134, 0.1);
}
body::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 10px;
}

iframe {
  border: none;
  width: 100%;
  border-radius: 15px !important;
}

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

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

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

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  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);
  color: #90278e !important;
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 80px;
  line-height: 1.167;
}

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

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

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

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

.h6,
h6 {
  font-size: 18px;
  line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* 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: 30px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}
/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. 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 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
}
.wp-block-search .wp-block-search__button {
  margin: 0;
  min-width: 110px;
  border: none;
  color: #fff;
  background-color: var(--theme-color);
}
.wp-block-search .wp-block-search__button.has-icon {
  min-width: 55px;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--title-color);
  opacity: 0.8;
}

.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper {
  padding: 0;
  border: none;
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  .wp-block-search__input {
  padding: 0 8px 0 25px;
}

ul.wp-block-rss a {
  color: inherit;
}

.wp-block-group.has-background {
  padding: 15px 15px 1px;
  margin-bottom: 30px;
}

.wp-block-table td,
.wp-block-table th {
  border-color: rgba(0, 0, 0, 0.1);
}

.wp-block-table.is-style-stripes {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.wp-block-table.is-style-stripes {
  border: 0;
  margin-bottom: 30px;
  border-bottom: 0;
}
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-color: var(--border-color);
}

.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .as-btn {
  top: 32px;
}
@media (max-width: 782px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .as-btn {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .as-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(--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,
.blog-single.format-link .blog-content,
.blog-single.tag-sticky-2 .blog-content,
.blog-single.sticky .blog-content {
  background-color: var(--smoke-color);
  padding: 0;
  border: none;
}
.blog-single.format-quote .blog-content:before,
.blog-single.format-link .blog-content:before,
.blog-single.tag-sticky-2 .blog-content:before,
.blog-single.sticky .blog-content:before {
  display: none;
}
.blog-single.format-quote:before,
.blog-single.format-link:before,
.blog-single.tag-sticky-2:before,
.blog-single.sticky:before {
  content: "\f0c1";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-size: 5rem;
  opacity: 0.3;
  right: 15px;
  line-height: 1;
  top: 15px;
  color: var(--theme-color);
  z-index: 1;
}
.blog-single.tag-sticky-2::before,
.blog-single.sticky::before {
  content: "Featured";
  right: 0;
  top: 0;
  font-size: 18px;
  color: var(--white-color);
  background-color: var(--theme-color);
  font-family: var(--title-font);
  opacity: 1;
  text-transform: capitalize;
  padding: 10px 23px;
  font-weight: 400;
}
.blog-single.format-quote:before {
  content: "\f10e";
  top: 0;
}
.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
  display: block;
  margin-bottom: 30px;
}

.blog-details .blog-single:before {
  display: none;
}
.blog-details .blog-single .blog-content {
  background-color: 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 {
  box-shadow: none;
  border: none;
  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;
}

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

/* Large devices */
@media (max-width: 1199px) {
  .blog-single.format-quote:before,
  .blog-single.format-link:before,
  .blog-single.tag-sticky-2:before,
  .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog-single.format-quote:before {
    top: 15px;
  }
}
/* 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;
    padding: 8px 16px;
  }
}
@media (max-width: 768px) {
  .wp-block-latest-comments {
    padding-left: 10px;
  }
  .page--content.clearfix + .as-comment-form {
    margin-top: 24px;
  }
}
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}
@media (min-width: 1370px) {
  .as-container2 {
    --main-container: 1470px;
  }
  .as-container2 .container {
    --main-container: 1220px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1244px;
  }
}
/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .as-container2 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1300px) {
  .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) {
  .as-container {
    --main-container: 1720px;
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.as-container3 {
  max-width: 1520px;
}

/*------------------- 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);
}

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

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

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

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

@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}
/*------------------- 2.3. Input -------------------*/
select,
.single-select,
.form-control,
.form-select,
textarea,
input {
  height: 60px;
  padding: 0 30px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color);
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  transition: 0.4s ease-in-out;
  border-radius: 10px;
}
select:focus,
.single-select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
  background-color: var(--smoke-color);
}
select::-moz-placeholder,
.single-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,
.single-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,
.single-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,
.single-select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}
select.style2,
.single-select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
  height: auto;
  border: none;
  border: 1px solid rgb(224, 224, 224);
  padding: 15px 30px;
  background-color: transparent;
  line-height: initial;
}
select.style2 option,
.single-select.style2 option,
.form-control.style2 option,
.form-select.style2 option,
textarea.style2 option,
input.style2 option {
  background-color: var(--title-color);
  color: var(--body-color);
  padding: 2px 15px;
}
select.style2::-moz-placeholder,
.single-select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
textarea.style2::-moz-placeholder,
input.style2::-moz-placeholder {
  color: var(--body-color);
}
select.style2::-webkit-input-placeholder,
.single-select.style2::-webkit-input-placeholder,
.form-control.style2::-webkit-input-placeholder,
.form-select.style2::-webkit-input-placeholder,
textarea.style2::-webkit-input-placeholder,
input.style2::-webkit-input-placeholder {
  color: var(--body-color);
}
select.style2:-ms-input-placeholder,
.single-select.style2:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
textarea.style2:-ms-input-placeholder,
input.style2:-ms-input-placeholder {
  color: var(--body-color);
}
select.style2::placeholder,
.single-select.style2::placeholder,
.form-control.style2::placeholder,
.form-select.style2::placeholder,
textarea.style2::placeholder,
input.style2::placeholder {
  color: var(--body-color);
}
select.style-white,
.single-select.style-white,
.form-control.style-white,
.form-select.style-white,
textarea.style-white,
input.style-white {
  background: var(--white-color);
}
select.style-pink,
.single-select.style-pink,
.form-control.style-pink,
.form-select.style-pink,
textarea.style-pink,
input.style-pink {
  background: #fff2f5;
}

.form-text {
  font-size: 16px;
}
.form-text a {
  color: var(--title-color);
  font-weight: 500;
}

.single-select,
.form-select,
select {
  display: block;
  width: 100%;
  line-height: 60px;
  cursor: pointer;
  background-image: none;
}
.single-select:after,
.form-select:after,
select:after {
  right: 30px;
  height: 8px;
  width: 8px;
}
.single-select .list,
.form-select .list,
select .list {
  width: 100%;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
}
textarea.form-control.style2,
textarea.style2 {
  min-height: 100px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 21px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group > i.fa-envelope {
  padding-top: 1px;
}
.form-group > i.fa-comment {
  margin-top: -2px;
}
.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color);
}
.form-group.has-label > i {
  top: 50px;
}
.form-group .input-icon {
  display: inline-block;
  position: absolute;
  right: 42px;
  top: 19px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group .input-icon:hover {
  color: var(--theme-color);
}
.form-group.style-2 .form-control {
  padding: 0 30px 0 55px;
}
.form-group.style-2 textarea.form-control {
  padding: 16px 30px 30px 55px;
}
.form-group.style-3 .form-control {
  padding: 0 60px 0 30px;
}

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

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;
  border-radius: 10px;
}
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(--theme-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: white;
  border: 1px solid rgb(247, 204, 215);
  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.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right
    calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*------------------- 2.4. Slick Slider -------------------*/
.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);
}

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

.slick-list {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

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

.slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 0px 0;
  line-height: 0;
  text-align: center;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 20px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
  position: relative;
}
.slick-dots button:hover {
  border-color: var(--theme-color);
}
.slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.slick-dots .slick-active button {
  background-color: var(--theme-color);
}
.slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 2px 15px rgba(1, 15, 28, 0.1);
  right: var(--pos-x, 120px);
  width: var(--icon-size, 80px);
  height: var(--icon-size, 80px);
  line-height: var(--icon-size, 84px);
  font-size: var(--icon-font-size, 24px);
  margin-top: calc(var(--icon-size, 80px) / -1);
  z-index: 2;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-prev {
  margin-top: 20px;
}
.slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

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

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: 20px;
    --pos-x: 20px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
    --pos-x: 20px;
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    line-height: var(--icon-size, 54px);
    font-size: var(--icon-font-size, 20px);
    margin-top: calc(var(--icon-size, 50px) / -1);
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    line-height: 38px;
    margin-right: 40px;
    font-size: 14px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slick-arrow {
    margin-right: 0;
  }
}
.slick-3d-active {
  margin-left: -12%;
  margin-right: -12%;
}
.slick-3d-active .slick-list {
  padding-left: 30% !important;
  padding-right: 30% !important;
}
.slick-3d-active .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}
.slick-3d-active .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}
.slick-3d-active .slick-3d-next,
.slick-3d-active .slick-3d-prev,
.slick-3d-active .slick-3d-next2,
.slick-3d-active .slick-3d-prev2 {
  display: block;
}
.slick-3d-active .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}
.slick-3d-active .slick-3d-next {
  opacity: 1;
  transform: translate3d(50%, 0, -21px);
  z-index: 1;
  perspective: 1000px;
}
.slick-3d-active .slick-3d-next2 {
  opacity: 1;
  transform: translate3d(40%, 0, -23px);
  z-index: 0;
  perspective: 1000px;
}
.slick-3d-active .slick-3d-prev {
  opacity: 1;
  transform: translate3d(-50%, 0, -21px);
}
.slick-3d-active .slick-3d-prev .testi-card {
  box-shadow: none;
}
.slick-3d-active .slick-3d-prev2 {
  opacity: 1;
  transform: translate3d(-40%, 0, -23px);
}

/*------------------- 2.5. Mobile Menu -------------------*/
.as-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;
}
.as-menu-wrapper.hide-icon .as-mobile-menu ul li a:before {
  display: none;
}
.as-menu-wrapper.hide-icon .as-mobile-menu ul li a {
  padding-left: 0;
}
.as-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--smoke-color2);
}
.as-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.as-menu-wrapper .as-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: 36px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}
.as-menu-wrapper .as-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.as-menu-wrapper .as-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;
}
.as-menu-wrapper.as-body-visible {
  opacity: 1;
  visibility: visible;
}
.as-menu-wrapper.as-body-visible .as-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.as-mobile-menu {
  /* overflow-y: scroll; */
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.as-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.as-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.as-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.as-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;
}
/* .as-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;
} */
.as-mobile-menu ul li.as-active > a {
  color: var(--theme-color);
}
/* .as-mobile-menu ul li.as-active > a:before {
  transform: rotate(90deg);
} */
.as-mobile-menu ul li ul li {
  padding-left: 20px;
}
.as-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.as-mobile-menu ul .as-item-has-children > a .as-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%;
}
.as-mobile-menu ul .as-item-has-children > a .as-mean-expand:before {
  content: "\f105";
  font-family: var(--icon-font);
}
.as-mobile-menu ul .as-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;
}
.as-mobile-menu ul .as-item-has-children.as-active > a .as-mean-expand:before {
  content: "\f107";
}
.as-mobile-menu ul .as-item-has-children.as-active > a:after {
  content: "\f068";
}
.as-mobile-menu > ul {
  padding: 0 40px;
}
.as-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

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

@media (max-width: 400px) {
  .as-menu-wrapper .as-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .as-mobile-menu > ul {
    padding: 0 20px;
  }
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: #050511;
}
.preloader .as-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}
.preloader .as-btn:after {
  border-radius: 0;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}
.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
}

.loader {
  width: 32px;
  height: 90px;
  display: block;
  margin: 20px auto;
  position: relative;
  border-radius: 50% 50% 0 0;
  border-bottom: 10px solid #91120a;
  background-color: #fff;
  background-image: radial-gradient(
      ellipse at center,
      #fff 34%,
      #91120a 35%,
      #91120a 54%,
      #fff 55%
    ),
    linear-gradient(#91120a 10px, transparent 0);
  background-size: 28px 28px;
  background-position: center 20px, center 2px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  animation: animloaderBack 1s linear infinite alternate;
}

.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0px 15px #91120a inset;
  top: 67px;
}

.loader::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 34px;
  height: 34px;
  top: 112%;
  background: radial-gradient(
    ellipse at center,
    #ffdf00 8%,
    rgba(249, 62, 0, 0.6) 24%,
    rgba(0, 0, 0, 0) 100%
  );
  border-radius: 50% 50% 0;
  background-repeat: no-repeat;
  background-position: -44px -44px;
  background-size: 100px 100px;
  box-shadow: 4px 4px 12px 0px rgba(255, 61, 0, 0.5);
  box-sizing: border-box;
  animation: animloader 1s linear infinite alternate;
}

@keyframes animloaderBack {
  0%,
  30%,
  70% {
    transform: translateY(0px);
  }
  20%,
  40%,
  100% {
    transform: translateY(-5px);
  }
}
@keyframes animloader {
  0% {
    box-shadow: 4px 4px 12px 2px rgba(255, 61, 0, 0.75);
    width: 34px;
    height: 34px;
    background-position: -44px -44px;
    background-size: 100px 100px;
  }
  100% {
    box-shadow: 2px 2px 8px 0px rgba(255, 61, 0, 0.5);
    width: 30px;
    height: 28px;
    background-position: -36px -36px;
    background-size: 80px 80px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*------------------- 3.2. Buttons -------------------*/
.as-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-align: center;
  /* background-color: var(--theme-color); */
  background-color: #f6931e !important;
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 21px 40px;
  border-radius: 10px;
}
.as-btn::before,
.as-btn:after {
  content: "";
  background: var(--white-color);
  position: absolute;
  transition: all 0.5s ease 0s;
  z-index: -1;
  height: 0%;
  left: 0;
  top: 0;
  transform: skew(0deg);
  transform-origin: top left;
  width: 100%;
  border-radius: 10px;
}
.as-btn:hover,
.as-btn.active {
  color: var(--white-color);
}
.as-btn:hover:before,
.as-btn:hover:after,
.as-btn.active:before,
.as-btn.active:after {
  height: 100%;
  /* background: var(--theme-color); */
  background: #90278e !important;
}
.as-btn.style2 {
  background-color: var(--white-color);
  color: var(--theme-color);
  box-shadow: none;
}
.as-btn.style2:after {
  background: var(--title-color);
}
.as-btn.style2:hover {
  color: var(--theme-color);
}
.as-btn.style2:hover:before,
.as-btn.style2:hover:after {
  background-color: var(--white-color);
}
.as-btn.style3:hover {
  color: var(--title-color);
}
.as-btn.style3:hover:before,
.as-btn.style3:hover:after {
  background-color: var(--white-color);
}
.as-btn.style4 {
  background-color: var(--white-color);
  color: var(--title-color);
}
.as-btn.style4:after {
  background: var(--title-color);
}
.as-btn.style4:hover {
  color: var(--title-color);
}
.as-btn.style4:hover:before,
.as-btn.style4:hover:after {
  background-color: var(--white-color);
}
.as-btn.style5 {
  background-color: var(--white-color);
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  padding: 15px 33px;
}
.as-btn.style5:hover {
  color: var(--white-color);
}
.as-btn.style5:hover:before,
.as-btn.style5:hover:after {
  background-color: var(--theme-color);
}
.as-btn.btn-fw {
  width: 100%;
}
.as-btn.btn-fw:before,
.as-btn.btn-fw:after {
  display: none;
}
.as-btn.btn-fw:hover {
  background-color: var(--title-color);
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  font-size: var(--btn-font-size, 16px);
  /* background-color: var(--theme-color); */
  background-color: #f6931e !important;
  color: var(--white-color);
  text-align: center;
  border-radius: 10px;
  border: none;
  transition: 0.4s ease-in-out;
}
.icon-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.icon-btn.btn-border {
  background: transparent;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
}
.icon-btn.btn-border:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 120px);
  height: var(--icon-size, 120px);
  line-height: var(--icon-size, 120px);
  text-align: center;
  background-color: rgba(254, 90, 134, 0.8);
  color: var(--white-color);
  font-size: var(--icon-font-size, 40px);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.play-btn > i.fa-play {
  padding-right: 0.18em;
}
.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  z-index: -1;
  border-radius: 50%;
  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(--theme-color);
  color: var(--white-color);
}
.play-btn.style2:before,
.play-btn.style2:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}
.play-btn.style3 > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 20px;
}
.play-btn.style3:before,
.play-btn.style3:after {
  background-color: var(--white-color);
}
.play-btn.style3:hover > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.link-btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--theme-color);
}
.link-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: var(--theme-color);
}
.link-btn:hover::before {
  width: 100%;
}

.line-btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--theme-color);
}
.line-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}
.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.line-btn:hover {
  color: var(--title-color);
}
.line-btn:hover::before {
  background-color: var(--title-color);
  width: 45px;
}

.scroll-btn {
  position: fixed;
  bottom: 100px;
  right: 0px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  animation: backto-top-bounce 3s infinite ease-in-out;
  display: inline-block;
  transition: all ease 0.8s;
}
.scroll-btn img {
  width: 80px;
  /* margin-bottom: -70px; */
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 20px;
  width: var(--btn-size, 80px);
  height: var(--btn-size, 80px);
  line-height: var(--btn-size, 80px);
  z-index: 2;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 50%;
  position: relative;
  transition: all ease 0.8s;
  /* Small devices */
}
@media (max-width: 767px) {
  .scroll-btn i {
    font-size: 16px;
    width: var(--btn-size, 60px);
    height: var(--btn-size, 60px);
    line-height: var(--btn-size, 60px);
  }
}
.scroll-btn:focus i,
.scroll-btn:hover i {
  background-color: var(--title-color);
  color: var(--white-color);
}
.scroll-btn.show {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}

/* Large devices */
@media (max-width: 1199px) {
  .as-btn {
    padding: 20px 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }
  .as-btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 17px 25px;
  }
  .scroll-btn img {
    width: 70px;
  }
  .scroll-btn.show {
    bottom: -50px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 43px);
  margin-top: -0.23em;
  font-weight: 800;
}
.sec-title.title-2 {
  font-size: 46px;
}

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

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

.title-area {
  margin-bottom: calc(var(--section-title-space) - 17px);
  position: relative;
  z-index: 2;
}
.title-area .sub-title {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 29px 0px rgba(254, 90, 134, 0.09);
  height: 35px;
  display: inline-block;
  line-height: 37px;
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding: 0 15px 0 32px;
  margin-bottom: 36px;
}
.title-area .sub-title:after {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  background-color: var(--theme-color);
  width: 9px;
  height: 9px;
}
.title-area .sub-title-2 {
  font-size: 22px;
  font-weight: 500;
  color: var(--theme-color);
  margin-bottom: 25px;
  display: inline-block;
  margin-top: -2px;
}
.title-area.mb-0 .sec-title {
  margin-bottom: 17px;
}
.title-area .as-btn {
  margin-top: 20px;
}
.title-area .checklist {
  margin-top: 30px;
}

.white-title {
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 19px;
}
.white-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  width: 50px;
}

.default-title {
  font-size: 30px;
  margin-bottom: 18px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-title {
    font-size: 46px;
  }
  .sec-title.title-2 {
    font-size: 42px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px;
  }
  .shadow-title {
    font-size: 120px;
    margin-bottom: -82px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 36px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 55px;
  }
  .title-area .checklist {
    margin-top: 25px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .shadow-title {
    font-size: 100px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title.title-2,
  .sec-title {
    font-size: 34px;
  }
  .title-area .sub-title {
    margin-bottom: 30px;
  }
  .default-title {
    font-size: 26px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .sub-title {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .sub-title img {
    max-width: 60px;
  }
}
@media (max-width: 390px) {
  .sec-title.title-2,
  .sec-title {
    font-size: 30px;
  }
}
/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
}
.shape-mockup.z-index-3 {
  z-index: 3;
}

.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.2em 0.45em;
  font-size: 0.6em;
  border-radius: 50%;
  top: 7px;
  left: 12px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}

.as-social a {
  display: inline-block;
  width: var(--icon-size, 50px);
  height: var(--icon-size, 50px);
  line-height: var(--icon-size, 50px);
  background-color: var(--white-color);
  color: var(--body-color);
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}
.as-social a:last-child {
  margin-right: 0;
}
.as-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.as-social.style2 a {
  --icon-size: 40px;
  font-size: 14px;
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid;
}
.as-social.style2 a:hover {
  border-color: var(--theme-color);
  color: var(--white-color);
  background-color: var(--theme-color);
}
.as-social.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}

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

.btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.btn-group.style2 {
  gap: 20px 70px;
  /* Small devices */
}
@media (max-width: 767px) {
  .btn-group.style2 {
    gap: 20px 30px;
  }
}

/*******Magnific Image*******/
.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

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

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

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

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

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

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

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

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

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

.fw-extralight {
  font-weight: 100;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

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

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

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

.text-underline {
  text-decoration: underline;
}

/*------------------- 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-white {
  background-color: var(--white-color) !important;
}

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

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

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

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

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

/*------------------- 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="white"]:before {
  background-color: var(--white-color);
}

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

[data-overlay="overlay1"]:before {
  background-color: #131b23;
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation,
.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: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.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;
}

.jump1 {
  animation: jumpAni 6s linear infinite;
}

.jump2 {
  animation: jumpAni 5s linear infinite;
}

.jump3 {
  animation: jumpAni 4s 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 15s linear infinite;
}

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

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.scalein.as-animated {
  --animation-name: scalein;
}

.slidetopleft.as-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.as-animated {
  --animation-name: slidebottomright;
}

.slideinleft.as-animated {
  --animation-name: slideinleft;
}

.slideinright.as-animated {
  --animation-name: slideinright;
}

.slideinup.as-animated {
  --animation-name: slideinup;
}

.slideindown.as-animated {
  --animation-name: slideindown;
}

.rollinleft.as-animated {
  --animation-name: rollinleft;
}

.rollinright.as-animated {
  --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.as-animated {
  opacity: 1;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(100px) translateY(100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
  0% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  75% {
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
  }
  100% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
.widget_nav_menu .menu,
.widget_nav_menu > ul,
.widget_meta .menu,
.widget_meta > ul,
.widget_pages .menu,
.widget_pages > ul,
.widget_archive .menu,
.widget_archive > ul,
.widget_categories .menu,
.widget_categories > ul {
  margin: -4px 0 0px 0;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  border: none;
  margin: 0;
  padding: 17.5px 25px;
  font-size: 16px;
  line-height: 1.313;
  color: var(--body-color);
  position: relative;
  border-radius: 10px;
  border: 2px solid #f2f2f2;
  margin-bottom: 10px;
}
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  color: var(--white-color);
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.widget_nav_menu a:hover i,
.widget_meta a:hover i,
.widget_pages a:hover i,
.widget_archive a:hover i,
.widget_categories a:hover i {
  color: var(--white-color);
}
.widget_nav_menu a i,
.widget_meta a i,
.widget_pages a i,
.widget_archive a i,
.widget_categories a i {
  margin-right: 10px;
  color: var(--theme-color);
  transition: 0.4s all;
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_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 {
  font-size: 16px;
  position: absolute;
  right: 25px;
  top: 50%;
  background: var(--theme-color);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 31px;
  text-align: center;
  color: var(--white-color);
  transform: translateY(-50%);
  transition: all ease 0.4s;
}
.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a {
  margin-bottom: 0;
}
.widget_nav_menu li:hover > span,
.widget_meta li:hover > span,
.widget_pages li:hover > span,
.widget_archive li:hover > span,
.widget_categories li:hover > span {
  background: var(--white-color);
  color: var(--theme-color);
}
.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

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

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

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

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

.widget {
  margin-bottom: 40px;
  position: relative;
  padding: 40px;
  border: 2px solid #f2f2f2;
  border-radius: 20px;
}
.widget[data-overlay]:before {
  z-index: -1;
}
.widget .as-social a {
  box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}
.widget:last-child {
  margin-bottom: 0;
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.12em 0 24px 0;
}

.widget .search-form {
  position: relative;
  display: flex;
}
.widget .search-form input {
  background: rgb(250, 241, 244);
  border: 0;
  flex: 1;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  padding: 0 60px 0 30px;
}
.widget .search-form input::placeholder {
  color: var(--title-color);
}
.widget .search-form button {
  position: absolute;
  right: 30px;
  top: 0px;
  border: none;
  font-size: 16px;
  background-color: transparent;
  color: var(--title-color);
  display: inline-block;
  padding: 0;
  line-height: 65px;
  border-radius: 30px;
}
.widget .search-form button:hover {
  color: var(--theme-color);
}

.wp-block-tag-cloud,
.tagcloud {
  margin-right: -10px;
  margin-bottom: -10px;
}
.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  height: 35px;
  line-height: 35px;
  padding: 0px 20px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--body-color);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 19, 87, 0.06);
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
  border-color: var(--theme-color);
}

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ecedf0;
}
.recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.recent-post .media-img {
  margin-right: 15px;
  width: 95px;
  overflow: hidden;
  border-radius: 10px;
}
.recent-post .media-img img {
  width: 100%;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
}
.recent-post .post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 3px;
  font-family: var(--title-font);
  text-transform: capitalize;
}
.recent-post .recent-post-meta {
  margin-bottom: -2px;
}
.recent-post .recent-post-meta .price {
  font-size: 18px;
  font-weight: 700;
  color: #c5c5c5;
}
.recent-post .recent-post-meta .price del {
  margin-right: 10px;
}
.recent-post .recent-post-meta .price strong {
  color: var(--theme-color);
  font-weight: 700;
}
.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
}
.recent-post .recent-post-meta a i {
  margin-right: 6px;
  color: var(--body-color);
  transition: 0.4s;
}
.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}
.recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}
.recent-post:hover .media-img img {
  transform: scale(1.1);
}

.sidebar-area ul.wp-block-latest-posts {
  margin-bottom: 0;
}
.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
.sidebar-area select,
.sidebar-area input {
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
}
.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}
.sidebar-area .wp-block-group__inner-container h2 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: -0.07em;
}
.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}
.sidebar-area ol.wp-block-latest-comments li {
  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;
}

.widget_author {
  background-color: #f5f5f5;
  border: 0;
}

.author-widget-wrap {
  text-align: center;
  padding: 20px 0;
}
.author-widget-wrap .avater {
  margin-bottom: 25px;
}
.author-widget-wrap .avater img {
  border-radius: 50%;
}
.author-widget-wrap .name {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: -2px;
}
.author-widget-wrap .name a {
  color: inherit;
}
.author-widget-wrap .name a:hover {
  color: var(--theme-color);
}
.author-widget-wrap .desig {
  font-size: 14px;
  font-weight: 300;
}
.author-widget-wrap .author-bio {
  margin-bottom: 25px;
  margin-top: 14px;
}
.author-widget-wrap .author-social {
  display: block;
}
.author-widget-wrap .author-social a {
  font-size: 16px;
  color: var(--body-color);
  position: relative;
  border-right: 1px solid var(--gray-color);
  padding: 6px 15px 6px 0;
  margin-right: 12px;
}
.author-widget-wrap .author-social a:last-child {
  padding: 6px 0 6px 0;
  margin-right: 0;
  border-right: none;
}
.author-widget-wrap .author-social a:hover {
  color: var(--theme-color);
}

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

.widget_banner {
  padding: 0;
}
.widget_banner .content {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 55px;
  left: 0;
}
.widget_banner h3 {
  font-size: 30px;
}
.widget_banner img {
  border-radius: 20px;
}
.widget_banner .as-btn {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.widget_banner .widget_title {
  color: var(--white-color);
}
.widget_banner:has(.widget-map) {
  padding: 0;
  line-height: 0px;
}

.widget-map iframe {
  min-height: 280px;
}

.widget-banner .banner-text {
  margin-bottom: 23px;
  color: var(--white-color);
}
.widget-banner .banner-link {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--white-color);
}
.widget-banner .banner-link i {
  color: var(--white-color);
  margin-right: 4px;
}
.widget-banner .banner-link:hover {
  color: var(--theme-color);
}
.widget-banner .banner-link:last-child {
  margin-bottom: -0.4em;
}

.widget_info {
  padding: 0;
  border: 0;
  background: #f5f5f5;
}
.widget_info .widget_title {
  background: var(--theme-color);
  color: var(--white-color);
  border-radius: 20px 20px 0 0;
  font-size: 24px;
  font-weight: 700;
  padding: 29px 40px 24px 38px;
  display: flex;
  margin-bottom: 10px;
  margin-top: 0;
}
.widget_info .widget_title .price {
  font-size: 30px;
  font-weight: 700;
  margin-left: auto;
}
.widget_info .as-btn {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.widget_info .as-video {
  margin-bottom: 20px;
}

.info-list {
  padding: 0 40px 40px;
}
.info-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-list i {
  color: var(--theme-color);
  width: 16px;
  margin-right: 10px;
  font-size: 16px;
  margin-top: 4px;
}
.info-list strong {
  font-weight: 700;
  font-size: 16px;
  color: var(--title-color);
}
.info-list li {
  border-bottom: 1px solid rgb(231, 231, 231);
  padding: 23px 0 21px;
  display: flex;
}
.info-list li .text {
  margin-left: auto;
}
.info-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: -0.45em;
}

.price_slider_wrapper {
  margin-top: 25px;
}
.price_slider_wrapper .price_label span {
  display: inline-block;
  color: var(--body-color);
}
.price_slider_wrapper .ui-slider {
  height: 8px;
  position: relative;
  width: 100%;
  background-color: rgb(255, 237, 242);
  border-radius: 4px;
  border: none;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.price_slider_wrapper .ui-slider-range {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  background-color: var(--theme-color);
}
.price_slider_wrapper .ui-slider-handle {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  cursor: pointer;
  position: absolute;
  margin-top: -5px;
  z-index: 2;
  background-color: var(--white-color);
  border: 2px solid var(--theme-color);
  transform: translateX(-1px);
  box-shadow: 0px 8px 13px 0px rgba(254, 90, 134, 0.21);
}
.price_slider_wrapper .ui-slider-handle:focus {
  outline: none;
  box-shadow: 0px 8px 13px 0px rgba(254, 90, 134, 0.21);
}
.price_slider_wrapper .ui-slider-handle:last-child {
  transform: translateX(-9px);
}
.price_slider_wrapper .price-label-wrap {
  display: flex;
  align-items: center;
  margin-bottom: -10px;
}
.price_slider_wrapper .price-label-wrap button {
  margin-left: auto;
}
.price_slider_wrapper button,
.price_slider_wrapper .button {
  background-color: transparent;
  color: var(--theme-color);
  font-weight: 700;
  line-height: 1.6;
  text-transform: capitalize;
  text-align: center;
  border: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 0;
  font-size: 18px;
  transition: 0.4s ease-in;
}
.price_slider_wrapper button:hover,
.price_slider_wrapper .button:hover {
  color: var(--title-color);
}

.widget_shopping_cart .widget_title {
  margin-bottom: 30px;
  border-bottom: none;
}
.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
}
.widget_shopping_cart ul li {
  list-style-type: none;
}
.widget_shopping_cart .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 .as-btn {
  margin-right: 15px;
}
.widget_shopping_cart .as-btn:last-child {
  margin-right: 0;
}

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

.sidebar-shop .widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.12em 0 28px 0;
  padding: 0 0 25px 0;
  margin: -0.04em 0 30px 0;
  padding: 0 0 11px 0;
}
.sidebar-shop .widget_title:after {
  content: "";
  height: 2px;
  width: 40px;
  position: absolute;
  background: var(--theme-color);
  bottom: 0;
  left: 0;
}
.sidebar-shop .widget {
  padding: 0 0 40px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #f9edea;
}
.sidebar-shop .widget.widget_search {
  padding: 0;
  background: rgb(250, 241, 244);
  border-radius: 30px;
}
.sidebar-shop .widget .search-form {
  position: relative;
  display: flex;
}
.sidebar-shop .widget .search-form input {
  background: rgb(250, 241, 244);
  border: 0;
  flex: 1;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  padding: 0 60px 0 30px;
}
.sidebar-shop .widget .search-form input::placeholder {
  color: var(--title-color);
}
.sidebar-shop .widget .search-form button {
  position: absolute;
  right: 30px;
  top: 0px;
  border: none;
  font-size: 16px;
  background-color: transparent;
  color: var(--title-color);
  display: inline-block;
  padding: 0;
  line-height: 65px;
  border-radius: 30px;
}
.sidebar-shop .widget .search-form button:hover {
  color: var(--theme-color);
}
.sidebar-shop .widget:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar-shop .widget_nav_menu ul,
.sidebar-shop .widget_meta ul,
.sidebar-shop .widget_pages ul,
.sidebar-shop .widget_archive ul,
.sidebar-shop .widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
.sidebar-shop .widget_nav_menu .menu,
.sidebar-shop .widget_nav_menu > ul,
.sidebar-shop .widget_meta .menu,
.sidebar-shop .widget_meta > ul,
.sidebar-shop .widget_pages .menu,
.sidebar-shop .widget_pages > ul,
.sidebar-shop .widget_archive .menu,
.sidebar-shop .widget_archive > ul,
.sidebar-shop .widget_categories .menu,
.sidebar-shop .widget_categories > ul {
  margin: -4px 0 -6px 0;
}
.sidebar-shop .widget_nav_menu a,
.sidebar-shop .widget_meta a,
.sidebar-shop .widget_pages a,
.sidebar-shop .widget_archive a,
.sidebar-shop .widget_categories a {
  display: block;
  border: none;
  margin: 0;
  padding: 12px 0px 12px 0px;
  font-size: 16px;
  line-height: 1.313;
  color: var(--body-color);
  position: relative;
  border-radius: 0;
  border-bottom: 1px solid #efefef;
}
.sidebar-shop .widget_nav_menu a:hover,
.sidebar-shop .widget_meta a:hover,
.sidebar-shop .widget_pages a:hover,
.sidebar-shop .widget_archive a:hover,
.sidebar-shop .widget_categories a:hover {
  color: var(--theme-color);
  background: transparent;
}
.sidebar-shop .widget_nav_menu a:hover:before,
.sidebar-shop .widget_meta a:hover:before,
.sidebar-shop .widget_pages a:hover:before,
.sidebar-shop .widget_archive a:hover:before,
.sidebar-shop .widget_categories a:hover:before {
  color: var(--theme-color);
}
.sidebar-shop .widget_nav_menu li,
.sidebar-shop .widget_meta li,
.sidebar-shop .widget_pages li,
.sidebar-shop .widget_archive li,
.sidebar-shop .widget_categories li {
  display: block;
  position: relative;
}
.sidebar-shop .widget_nav_menu li > span,
.sidebar-shop .widget_meta li > span,
.sidebar-shop .widget_pages li > span,
.sidebar-shop .widget_archive li > span,
.sidebar-shop .widget_categories li > span {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.4s;
  height: auto;
  width: auto;
  background: transparent;
  color: var(--body-color);
}
.sidebar-shop .widget_nav_menu li:hover > span,
.sidebar-shop .widget_meta li:hover > span,
.sidebar-shop .widget_pages li:hover > span,
.sidebar-shop .widget_archive li:hover > span,
.sidebar-shop .widget_categories li:hover > span {
  color: var(--theme-color);
}
.sidebar-shop .widget_nav_menu li:last-child a,
.sidebar-shop .widget_meta li:last-child a,
.sidebar-shop .widget_pages li:last-child a,
.sidebar-shop .widget_archive li:last-child a,
.sidebar-shop .widget_categories li:last-child a {
  padding-bottom: 0;
  border-bottom: 0;
}
.sidebar-shop .widget_nav_menu li:first-child a,
.sidebar-shop .widget_meta li:first-child a,
.sidebar-shop .widget_pages li:first-child a,
.sidebar-shop .widget_archive li:first-child a,
.sidebar-shop .widget_categories li:first-child a {
  padding-top: 0;
}
.sidebar-shop .widget_nav_menu .children,
.sidebar-shop .widget_meta .children,
.sidebar-shop .widget_pages .children,
.sidebar-shop .widget_archive .children,
.sidebar-shop .widget_categories .children {
  margin-left: 10px;
}
.sidebar-shop .recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
}
.sidebar-shop .recent-post:last-child {
  margin-bottom: 0;
}
.sidebar-shop .recent-post .media-img {
  margin-right: 15px;
  width: 95px;
  overflow: hidden;
  border-radius: 15px;
}
.sidebar-shop .recent-post .media-img img {
  width: 100%;
  border-radius: 15px;
  transition: 0.4s ease-in-out;
}
.sidebar-shop .recent-post .post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin: 5px 0 6px 0;
  font-family: var(--title-font);
  text-transform: capitalize;
}
.sidebar-shop .recent-post .recent-post-meta .price {
  font-size: 18px;
  font-weight: 700;
  color: #c5c5c5;
}
.sidebar-shop .recent-post .recent-post-meta .price del {
  margin-right: 10px;
}
.sidebar-shop .recent-post .recent-post-meta .price strong {
  color: var(--theme-color);
  font-weight: 700;
}
.sidebar-shop .recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: var(--body-color);
}
.sidebar-shop .recent-post .recent-post-meta a i {
  margin-right: 6px;
  color: var(--theme-color);
}
.sidebar-shop .recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}
.sidebar-shop .recent-post:hover .media-img img {
  transform: scale(1.1);
}
.sidebar-shop .wp-block-tag-cloud,
.sidebar-shop .tagcloud {
  margin-right: -10px;
  margin-bottom: -10px;
}
.sidebar-shop .wp-block-tag-cloud a,
.sidebar-shop .tagcloud a {
  display: inline-block;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  height: 35px;
  line-height: 35px;
  padding: 0px 20px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--theme-color);
  background-color: #faf1f4;
  border-radius: 17px;
  box-shadow: none;
}
.sidebar-shop .wp-block-tag-cloud a:hover,
.sidebar-shop .tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
  border-color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 24px 0;
  }
  .author-widget-wrap .name {
    font-size: 22px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 40px;
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .widget_info {
    padding: 0;
  }
  .author-widget-wrap {
    padding: 0;
  }
  .widget_info .widget_title {
    padding: 24px 30px 19px 28px;
  }
  .info-list {
    padding: 0 30px 30px;
  }
  .widget {
    padding: 30px;
  }
  .widget_banner {
    padding: 0;
  }
}
@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 16px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}
.footer-widget {
  margin-bottom: 50px !important;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
.footer-widget input,
.footer-widget select {
  height: 55px;
  background-color: transparent;
  border: 1px solid #283752;
}
.footer-widget input:focus,
.footer-widget select:focus {
  border-color: var(--theme-color);
  background-color: var(--white-color);
}
.footer-widget .form-group > i {
  color: var(--theme-color);
  top: 18px;
}
.footer-widget .widget_title {
  max-width: 270px;
  color: var(--white-color);
  border-bottom: none;
  margin: -0.04em 0 32px 0;
  padding: 0 0 16px 0;
}
.footer-widget .widget_title:after {
  content: "";
  height: 1px;
  width: 50px;
  position: absolute;
  background: rgb(60, 69, 89);
  bottom: 0;
  left: 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: -7px;
}
.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -5px;
}
.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 20px;
  margin-bottom: 11px;
  font-family: var(--body-font);
  color: var(--light-color);
  display: block;
  max-width: 100%;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  border: none;
  position: relative;
}
.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
  content: "\f061";
  font-weight: 600;
  left: 0;
  top: 2px;
  transform: translateY(0);
  font-size: 0.9em;
  background-color: transparent;
  border: none;
  color: inherit;
  transition: 0.2s;
  font-family: var(--icon-font);
  position: absolute;
}
.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.footer-widget.widget_meta a:hover:before,
.footer-widget.widget_pages a:hover:before,
.footer-widget.widget_archive a:hover:before,
.footer-widget.widget_categories a:hover:before,
.footer-widget.widget_nav_menu a:hover:before {
  color: var(--theme-color);
}
.footer-widget.widget_meta li > span,
.footer-widget.widget_pages li > span,
.footer-widget.widget_archive li > span,
.footer-widget.widget_categories li > span,
.footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-widget .recent-post {
  max-width: 300px;
  margin-top: -0.3em;
  margin-bottom: 17px;
  padding: 0;
  border: 0;
}
.footer-widget .recent-post .post-title {
  color: var(--white-color);
  font-weight: 600;
  margin: 5px 0 0 0;
}
.footer-widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.footer-widget .recent-post .recent-post-meta a {
  font-weight: 400;
  line-height: 1.2;
  color: var(--light-color);
  font-size: 12px;
}
.footer-widget .recent-post .recent-post-meta i {
  color: var(--light-color);
  transition: 0.4s;
}
.footer-widget .recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}
.footer-widget .recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}

.as-widget-about .about-text {
  max-width: 300px;
  margin-top: -0.65em;
  color: var(--light-color);
}

.footer-text {
  margin-top: -0.65em;
  margin-bottom: 25px;
  color: var(--light-color);
}

.social-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-box .social-title {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 0;
}

.icon-group a {
  color: var(--white-color);
  font-size: 18px;
  margin-right: 17px;
}
.icon-group a:last-child {
  margin-right: 0;
}

.newsletter-widget {
  max-width: 290px;
}
.newsletter-widget .info {
  color: var(--theme-color);
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 17px;
}
.newsletter-widget .info i,
.newsletter-widget .info svg {
  margin-right: 5px;
}

.newsletter-form {
  position: relative;
  max-width: 465px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.newsletter-form input {
  width: 100%;
  height: 55px;
  border-radius: 10px;
  border: 0;
  padding: 0 60px 0 26px;
  background: var(--white-color);
}
.newsletter-form .as-btn {
  width: 41px;
  height: 41px;
  line-height: 43px;
  border-radius: 10px;
  padding: 0;
  position: absolute;
  right: 7px;
  top: 7px;
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 287px;
}
.sidebar-gallery .gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white-color);
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 20px);
}
.sidebar-gallery .gallery-btn:hover {
  color: var(--theme-color);
}
.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
}
.sidebar-gallery .gallery-thumb:before {
  content: "";
  height: calc(100% - 14px);
  width: calc(100% - 14px);
  background-color: var(--title-color);
  opacity: 0.8;
  position: absolute;
  top: 7px;
  left: 7px;
  border: 1px solid var(--white-color);
  transform: scaleX(0);
  transition: 0.4s ease-in-out;
}
.sidebar-gallery .gallery-thumb img {
  width: 100%;
}
.sidebar-gallery .gallery-thumb:hover:before {
  transform: scaleX(1);
}
.sidebar-gallery .gallery-thumb:hover .gallery-btn {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
}

/* 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;
  }
  .as-widget-about .about-text {
    margin-bottom: 20px;
  }
  .social-box.mb-30 {
    margin-bottom: 25px;
  }
}
/*------------------- 4.2. Header  -------------------*/
.as-header {
  position: relative;
  z-index: 41;
}
.as-header .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.07);
  background-color: var(--white-color);
  transition: 0.4s ease-in-out;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.will-sticky .sticky-active.active {
  top: 0;
}

.as-header .sticky-active {
  transition: 0.4s ease-in-out;
  background: var(--white-color);
}
.as-header .sticky-active.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  z-index: 999;
}

.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-button .as-btn {
  padding: 16px 30px;
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--title-font);
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin: 0 14px;
}
.main-menu > ul > li > a {
  padding: 42px 0;
}
.main-menu > ul > li > a:hover {
  color: var(--theme-color);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 600;
  top: 0;
  font-size: 12px;
}
.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.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 1px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 23px;
  text-transform: capitalize;
}
.main-menu ul.sub-menu li a:before {
  content: "\f02d";
  position: absolute;
  top: 8px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 500;
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.main-menu.hide-icon ul.sub-menu li a:before {
  display: none;
}
.main-menu.hide-icon ul.sub-menu li a {
  padding-left: 0;
}

/****header-top*****/
.navbar-top {
  background: #90278e !important;
  height: 40px;
  padding-top: 6px;
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
}
.header-links li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 14px;
  width: 1px;
  background: #ff8a00;
}
.header-links li:first-child:after {
  display: none;
}
.header-links li:not(:last-child) {
  margin: 0 19px 0 0;
}
.header-links li + li {
  padding-left: 21px;
}
.header-links li a:hover {
  color: var(--title-color);
}
.header-links li > i {
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
  color: var(--white-color);
  text-align: center;
}
.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--white-color);
}
.header-links a:hover {
  color: var(--title-color);
}
.header-links i {
  color: var(--title-color);
}
.header-links b,
.header-links strong {
  font-weight: 600;
}

.header-social .social-title {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin: 0 15px 0 0;
  color: var(--white-color);
}
.header-social a {
  font-size: 16px;
  display: inline-block;
  color: var(--white-color);
  margin: 0 12px 0 0;
  position: relative;
  padding-right: 16px;
}
.header-social a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 14px;
  width: 1px;
  background: #ff8a00;
}
.header-social a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header-social a:last-child:after {
  display: none;
}
.header-social a:hover {
  color: var(--title-color);
}

/* Header 1 ---------------------------------- */
.header-layout1 {
  position: relative;
}
.header-layout1 .menu-area {
  position: relative;
  z-index: 3;
}
.header-layout1 .menu-shape {
  position: absolute;
  bottom: -27px;
  right: 0;
  height: auto;
  width: 100%;
  z-index: -1;
  height: 99px;
  background-repeat: repeat-x;
  animation: headerShapeAnim 80s linear infinite;
}
.header-layout1 .icon-btn.bar-btn {
  font-size: 18px;
  line-height: var(--btn-size, 52px);
}

/* Header 2 ---------------------------------- */
.header-layout2 {
  position: relative;
}
.header-layout2 .menu-area {
  position: relative;
  z-index: 3;
}
.header-layout2 .main-menu > ul > li > a {
  padding: 51px 0;
}
.header-layout2 .sticky-wrapper .main-menu > ul > li > a {
  padding: 37px 0;
}
.header-layout2 .menu-shape {
  position: absolute;
  bottom: -10px;
  right: 0;
  height: auto;
  width: 100%;
  z-index: -1;
  height: 35px;
  background-repeat: repeat-x;
  background-size: contain;
}
.header-layout2 .header-button .as-btn {
  padding: 18.5px 35px;
}
.header-layout2 .icon-btn {
  height: 55px;
  width: 55px;
  line-height: var(--btn-size, 54px);
  font-size: 18px;
}

/* Header 3 ---------------------------------- */
.header-layout3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-layout3.as-header .sticky-active {
  background: transparent;
}
.header-layout3 .will-sticky .sticky-active {
  background: var(--white-color);
}
.header-layout3.as-header .sticky-active.sticky {
  background: var(--white-color);
}
.header-layout3 .navbar-top {
  background: transparent;
  background-size: cover;
  height: 47px;
  padding-top: 7px;
}
.header-layout3 .header-social {
  display: inline-flex;
}
.header-layout3 .header-button {
  margin-left: 45px;
  gap: 28px;
}
.header-layout3 .icon-btn {
  height: auto;
  width: auto;
  border: 0;
  background: transparent;
  color: var(--title-color);
  position: relative;
  font-size: 18px;
  padding: 0;
}
.header-layout3 .icon-btn:hover {
  color: var(--theme-color);
  background: transparent;
}
.header-layout3 .main-menu > ul > li > a {
  padding: 33px 0;
}
.header-layout3 .main-menu > ul > li {
  margin: 0 12px;
}

.header-top-select-wrap {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: var(--white-color);
  margin-left: -30px;
  position: relative;
}
.header-top-select-wrap .single-select {
  background: transparent;
  border: 0;
  height: auto;
  line-height: initial;
  font-weight: 600;
  padding: 0 13px 0 0px;
  color: var(--white-color);
}
.header-top-select-wrap .single-select:after {
  border-color: var(--white-color);
  height: 6px;
  width: 6px;
  right: 0px;
}
.header-top-select-wrap .single-select .list {
  color: var(--title-color);
}
.header-top-select-wrap .single-select .list li {
  display: block;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
}
.header-top-select-wrap .single-select .list li:after {
  display: none;
}
.header-top-select-wrap i,
.header-top-select-wrap svg {
  margin-top: -1px;
}

.header-top-select-wrap {
  margin-left: -45px;
}
.header-top-select-wrap i {
  margin-right: 10px;
}
.header-top-select-wrap a {
  color: var(--white-color);
  font-weight: 600;
  font-size: 16px;
  padding-right: 0px;
}
.header-top-select-wrap a:after {
  height: 6px;
  width: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  margin-left: 8px;
}
.header-top-select-wrap .dropdown-menu a {
  display: block;
  padding: 3px 20px;
  color: var(--title-color);
}

.navbar-top-right {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.navbar-top-right li {
  padding: 0 24px 0 11px;
  display: inline-block;
  position: relative;
  margin-right: 12px;
}
.navbar-top-right li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 14px;
  width: 1px;
  background: #ff94b1;
}
.navbar-top-right li:first-child {
  padding-right: 0;
  padding-left: 0;
}
.navbar-top-right li:first-child:after {
  display: none;
}
.navbar-top-right li:last-child {
  padding-right: 0;
  margin-right: 0;
}
@media (min-width: 1600px) {
  .header-layout1 .menu-shape {
    bottom: -40px;
    background-size: contain;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout1 .header-button .as-btn {
    font-size: 16px;
    padding: 17px 30px;
  }
  .main-menu > ul > li {
    margin: 0 11px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .main-menu > ul > li > a {
    padding: 30px 0;
  }
  .main-menu > ul > li {
    margin: 0 10px;
  }
  .main-menu a {
    font-size: 16px;
  }
  .navbar-top-right li:after,
  .navbar-top-right li:first-child {
    display: none;
    padding: 0;
    margin: 0;
  }
  .navbar-top-right li {
    padding: 0;
  }
  .header-layout2 .menu-shape {
    background-size: cover;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .as-header .sticky-wrapper {
    padding: 20px 0 15px;
  }
  .sticky {
    padding: 15px 0;
  }
  .will-sticky .sticky-active {
    padding: 15px 0;
  }
}
@keyframes headerShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 2000px;
  }
}
/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  z-index: 2;
}

.footer-top ul {
  border-bottom: 10px solid rgb(52, 60, 79);
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-top ul li {
  display: inline-block;
  padding-top: 202px;
  padding-bottom: 70px;
}
.footer-top ul li + li {
  border-left: 1px solid rgb(42, 51, 72);
  padding-left: 58px;
  margin-left: 65px;
}

.footer-contact-wrap {
  display: inline-flex;
  align-items: center;
}
.footer-contact-wrap .icon {
  flex: none;
}
.footer-contact-wrap .details {
  display: inline-block;
  margin-left: 18px;
}
.footer-contact-wrap .details .title {
  color: #bec3ce;
  margin-bottom: 0;
}
.footer-contact-wrap .details .info {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
.footer-contact-wrap .details .info a {
  color: var(--white-color);
}
.footer-contact-wrap .details .info a:hover {
  color: var(--theme-color);
}

.widget-area {
  padding-top: var(--section-space);
  padding-bottom: 10px;
}

.copyright-wrap {
  padding: 52px 0 24px;
  background-size: 100% 100%;
}

.copyright-text {
  margin: 0;
  color: var(--light-color);
}
.copyright-text a {
  color: var(--theme-color);
}
.copyright-text a:hover {
  color: var(--white-color);
}

.footer-layout1 {
  position: relative;
  margin-top: 38px;
  background-color: #1f2739;
}
.footer-layout1 .bg-shape-top {
  position: absolute;
  top: -1px;
  width: 100%;
  left: 0;
}
.footer-layout1 .bg-shape-top img {
  width: 100%;
}

.as-widget-contact {
  max-width: 265px;
}

.info-box {
  display: flex;
  margin-bottom: 21px;
}
.info-box:last-child {
  margin-bottom: -5px;
}
.info-box_icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  line-height: 29px;
  font-size: 14px;
  background-color: transparent;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: 999px;
  text-align: center;
  margin-right: 10px;
}
.info-box_text {
  display: block;
  color: var(--body-color);
  margin-top: -0.45em;
  margin-bottom: 0;
}
.info-box_link {
  display: inline-block;
  color: var(--body-color);
}
.info-box_link:hover {
  color: var(--theme-color);
}

.footer-layout2 {
  padding: 0px 0 0;
  z-index: 2;
  position: relative;
  background-color: #21293b;
}
.footer-layout2 .bg-shape-top {
  position: absolute;
  top: -80px;
  width: 100%;
  left: 0;
}
.footer-layout2 .bg-shape-top img {
  width: 100%;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .footer-2-anime-img-1 {
    top: 46% !important;
    left: 2% !important;
    width: 60px;
  }
  .footer-layout2 {
    margin-top: -15px;
  }
  .footer-layout2 .bg-shape-top {
    top: -62px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .footer-top ul li {
    display: inline-block;
    padding-top: 165px;
  }
  .footer-layout2 .bg-shape-top {
    top: -60px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .footer-top ul li + li {
    border: 0;
    margin-left: 54px;
    padding-left: 0px;
  }
  .footer-logo {
    padding: 40px 15px;
    border: 1px solid var(--border-color);
    border-top: 0;
    text-align: center;
  }
  .footer-newsletter {
    padding: 50px 60px;
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
  }
  .footer-layout2 {
    margin-top: -31px;
  }
  .footer-layout2 .bg-shape-top {
    top: -44px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-wrapper .widget-area {
    padding-top: var(--section-space-mobile);
    margin-bottom: 0;
  }
  .copyright-text {
    text-align: center;
  }
  .footer-top ul {
    border-bottom: 5px solid rgb(52, 60, 79);
    padding: 135px 0 35px 0;
  }
  .footer-top ul li {
    padding: 0;
    padding-bottom: 28px;
  }
  .footer-top ul li + li + li {
    margin-left: 0;
    padding-left: 0;
    padding-top: 16px;
  }
  .footer-newsletter {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .footer-newsletter .newsletter-title {
    max-width: 100%;
  }
  .footer-layout2 {
    margin-top: -34px;
  }
  .footer-layout2 .bg-shape-top {
    top: -34px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .footer-top ul li + li {
    margin-left: 0;
  }
  .footer-top ul li + li + li {
    padding-top: 0;
  }
  .footer-top ul {
    padding: 100px 0 35px 0;
  }
  .footer-top ul li {
    display: flex;
  }
  .footer-layout1 .bg-shape-top.shape-2 {
    top: -3px;
  }
  .footer-layout2 .bg-shape-top {
    top: -26px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .footer-newsletter {
    padding: 35px 20px 40px 20px;
  }
  .footer-logo {
    padding: 25px 15px;
  }
  .copyright-wrap {
    background-size: cover;
  }
  .footer-layout1 .bg-shape-top {
    top: -2px;
  }
  .footer-contact-wrap .details .info {
    font-size: 20px;
  }
  .footer-layout1 .bg-shape-top.shape-2 {
    top: -8px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .newsletter-form {
    flex-wrap: wrap;
    justify-content: center;
  }
}
/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 20px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
}
.breadcumb-menu li {
  display: inline-block;
  padding-right: 3px;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "/";
  position: relative;
  margin-left: 7px;
  font-weight: 400;
  font-size: 24px;
  color: var(--title-color);
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 400;
  font-size: 24px;
  color: var(--title-color);
}
.breadcumb-menu a:hover {
  color: var(--theme-color);
}

.breadcumb-title {
  color: var(--title-color);
  margin: -0.18em 0 -0.14em 0;
  line-height: 1.1;
  font-size: 60px;
  font-weight: 800;
}

.breadcumb-wrapper {
  background-size: cover;
  padding: 168px 0 288px;
  overflow: hidden;
  text-align: center;
  position: relative;
  background-color: #fbebef;
}
.breadcumb-wrapper .bottom-shape {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -6px;
}
.breadcumb-wrapper .bottom-shape img {
  width: 100%;
}
.breadcumb-wrapper .anime-img-3 img,
.breadcumb-wrapper .anime-img-2 img {
  width: 80%;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .breadcumb-wrapper {
    padding: 168px 0 228px;
  }
  .breadcumb-wrapper .anime-img-2 {
    width: 300px;
  }
  .breadcumb-wrapper .anime-img-3 {
    width: 300px;
    top: 30% !important;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-wrapper {
    padding: 140px 0 180px;
  }
  .breadcumb-wrapper .anime-img-2 {
    width: 200px;
  }
  .breadcumb-wrapper .anime-img-3 {
    width: 200px;
  }
  .breadcumb-menu {
    margin: 20px 0 -0.5em 0;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
  }
  .breadcumb-menu li:after {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 120px 0 150px;
  }
  .breadcumb-wrapper .anime-img-1 {
    width: 30px;
  }
  .breadcumb-wrapper .anime-img-2 {
    width: 150px;
    bottom: 5% !important;
    left: 7% !important;
  }
  .breadcumb-wrapper .anime-img-2 img {
    width: 100%;
  }
  .breadcumb-wrapper .anime-img-3 {
    width: 120px;
    top: 38% !important;
  }
  .breadcumb-wrapper .anime-img-3 img {
    width: 100%;
  }
  .breadcumb-wrapper .anime-img-4 {
    width: 50px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 120px 0;
  }
  .breadcumb-wrapper .anime-img-2 {
    width: 100px;
    bottom: 5% !important;
    left: 4% !important;
  }
  .breadcumb-wrapper .anime-img-3 {
    width: 80px;
    top: 65% !important;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .breadcumb-title {
    font-size: 34px;
  }
  .breadcumb-wrapper {
    padding: 120px 0 110px;
  }
  .breadcumb-wrapper .anime-img-4,
  .breadcumb-wrapper .anime-img-3,
  .breadcumb-wrapper .anime-img-2,
  .breadcumb-wrapper .anime-img-1 {
    display: none;
  }
}
/*------------------- 4.5. Pagination  -------------------*/
.as-pagination ul {
  margin: 0;
  padding: 0;
}
.as-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}
.as-pagination li:last-child {
  margin-right: 0;
}
.as-pagination li:first-child {
  margin-left: 0;
}
.as-pagination span,
.as-pagination a {
  display: inline-block;
  text-align: center;
  position: relative;
  border: 2px solid #f3f3f3;
  color: var(--title-color);
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 46px;
  z-index: 1;
  font-size: 18px;
  font-weight: 400;
  border-radius: 50%;
}
.as-pagination span i,
.as-pagination a i {
  font-size: 14px;
}
.as-pagination span.active,
.as-pagination span:hover,
.as-pagination a.active,
.as-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  box-shadow: none;
}

/* Small devices */
@media (max-width: 767px) {
  .as-pagination span,
  .as-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 330px) {
  .as-pagination li {
    margin: 0 2px;
  }
  .as-pagination span,
  .as-pagination a {
    width: 35px;
    height: 35px;
    line-height: 34px;
    font-size: 14px;
  }
}
/*------------------- 4.6. Blog  -------------------*/
blockquote,
.wp-block-quote {
  font-size: 18px;
  line-height: 1.56;
  padding: 70px;
  font-weight: 500;
  display: block;
  position: relative;
  background-color: var(--theme-color);
  overflow: hidden;
  margin: 35px 0;
  color: var(--title-color);
  font-style: italic;
  border-radius: 30px;
}
blockquote p,
.wp-block-quote p {
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  margin-top: -0.3em;
  margin-bottom: 23px;
  line-height: inherit;
  color: var(--white-color);
  width: 100%;
  position: relative;
  z-index: 3;
}
blockquote p a,
.wp-block-quote p a {
  color: inherit;
}
blockquote:before,
.wp-block-quote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 6rem;
  font-weight: 600;
  opacity: 1;
  line-height: 3.8rem;
  color: var(--theme-color);
  opacity: 0.35;
  font-style: normal;
}
blockquote cite,
.wp-block-quote cite {
  display: block;
  font-size: 18px;
  position: relative;
  border-color: inherit;
  line-height: 1;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: -0.1em;
  padding-left: 15px;
  font-style: normal;
  color: var(--white-color);
  font-family: var(--title-font);
  border-left: 3px solid var(--white-color);
}
blockquote cite span,
.wp-block-quote cite span {
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}
blockquote .quote-icon,
.wp-block-quote .quote-icon {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 150px;
}
blockquote.style-left-icon,
blockquote.is-large,
blockquote.is-style-large,
blockquote.has-text-align-right,
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
  padding: 50px;
}
blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
  font-size: 18px;
  color: var(--body-color);
  font-weight: 400;
  line-height: 1.556;
  background-color: var(--smoke-color);
  padding-left: 160px;
}
blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
  right: unset;
  left: 56px;
  top: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 4rem;
  color: var(--theme-color);
  text-shadow: none;
}
blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
  color: var(--title-color);
}
blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
  background-color: var(--title-color);
  top: 8px;
}
blockquote.is-large cite:before,
blockquote.is-style-large cite:before,
.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before {
  top: unset;
  bottom: 13px;
}
blockquote.has-text-align-right:before,
.wp-block-quote.has-text-align-right:before {
  content: "\f10d";
  right: unset;
  left: 60px;
}

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

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

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
  padding: 100px 15px 30px 15px;
}
.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
  width: 100%;
  height: 60px;
  font-size: 30px;
}
.wp-block-column blockquote.style-left-icon,
.wp-block-column blockquote.is-large:not(.is-style-plain),
.wp-block-column blockquote.is-style-large:not(.is-style-plain),
.wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
  padding: 100px 15px 30px 15px;
}

.blog-meta {
  display: block;
}
.blog-meta span,
.blog-meta a {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: var(--body-color);
  position: relative;
  margin-right: 31px;
}
.blog-meta span:after,
.blog-meta a:after {
  content: "";
  height: 6px;
  width: 6px;
  background-color: var(--body-color);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 6px;
  color: var(--theme-color);
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.blog-meta span:last-child:after,
.blog-meta a:last-child:after {
  display: none;
}
.blog-meta a:hover {
  color: var(--theme-color);
}

.blog-audio img,
.blog-img img,
.blog-video img {
  transition: 0.4s ease-in-out;
  border-radius: 30px 30px 0 0;
}

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

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

.blog-inner-title {
  margin-top: -0.25em;
  margin-bottom: 25px;
}
.blog-inner-title i {
  color: var(--theme-color);
  margin-right: 4px;
}

@media (min-width: 1300px) {
  .page-single,
  .blog-single,
  .as-comments-wrap,
  .as-comment-form {
    margin-right: 16px;
  }
}
.blog-single {
  position: relative;
  margin-bottom: var(--blog-space-y, 40px);
  border-radius: 30px 30px 20px 20px;
  overflow: hidden;
  border: 2px solid #f2f2f2;
}
.blog-single .blog-title {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
}
.blog-single .blog-text {
  margin-bottom: 24px;
}
.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(--body-color);
  text-align: center;
}
.blog-single .social-links a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.blog-single .blog-meta {
  margin: -0.35em 0 15px 0;
}
.blog-single .blog-meta a,
.blog-single .blog-meta span {
  font-weight: 400;
}
.blog-single .blog-meta a:hover i,
.blog-single .blog-meta span:hover i {
  color: var(--theme-color);
}
.blog-single .blog-meta a i,
.blog-single .blog-meta span i {
  font-size: 14px;
  color: var(--body-color);
  transition: 0.4s;
}
.blog-single .blog-meta a:after,
.blog-single .blog-meta span:after {
  display: none;
}
.blog-single .blog-content {
  margin: 0 0 0 0;
  padding: 60px;
  position: relative;
}
.blog-single .blog-audio {
  line-height: 1;
}
.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
  position: relative;
  overflow: hidden;
  background-color: var(--smoke-color);
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  --icon-size: 45px;
  border: none;
  background-color: var(--white-color);
  color: var(--theme-color);
  border-radius: 5px;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.blog-single .blog-img .play-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.blog-single .blog-img .play-btn i {
  --icon-size: 100px;
  background: rgba(255, 255, 255, 0.102);
  font-size: 24px;
  width: var(--icon-size, 120px);
  height: var(--icon-size, 120px);
  line-height: var(--icon-size, 120px);
}
.blog-single .blog-img .play-btn i:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: solid 2px #fff;
  border-radius: 50%;
  animation: rotate 5s infinite linear;
}
.blog-single .blog-img .play-btn:before,
.blog-single .blog-img .play-btn:after {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.blog-single .blog-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px 30px 0 0;
  background-color: rgba(16, 55, 65, 0.149);
  width: 100%;
  height: 100%;
}
.blog-single .read-more-btn,
.blog-single .line-btn {
  display: block;
  max-width: fit-content;
  margin-bottom: -1px;
}
.blog-single .read-more-btn {
  margin-bottom: -8px;
  color: var(--theme-color);
}
.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: 700;
  margin: 0 0 12px 0;
  display: block;
}

.share-links {
  margin: 0;
  border-bottom: 1px solid #f1f0ef;
  padding: 0px 0 40px 0;
}
.share-links > .row {
  align-items: center;
  --bs-gutter-y: 20px;
}
.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
  display: inline-block;
}
.share-links .wp-block-tag-cloud a,
.share-links .tagcloud a {
  display: inline-block;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  height: 35px;
  line-height: 35px;
  padding: 0px 20px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--theme-color);
  background-color: #faf1f4;
  border-radius: 17px;
  box-shadow: none;
}
.share-links .wp-block-tag-cloud a:hover,
.share-links .tagcloud a:hover {
  background: var(--theme-color);
}
.share-links .as-social a {
  width: 35px;
  height: 35px;
  line-height: 39px;
  font-size: 14px;
}

.blog-details .blog-single {
  background-color: transparent;
  border: 0;
}
.blog-details .blog-single .blog-img {
  border-radius: 30px;
}
.blog-details .blog-single .blog-img img {
  border-radius: 30px;
}
.blog-details .blog-single .blog-content {
  padding: 30px 0;
}
.blog-details .blog-single .blog-content .blog-meta {
  border-bottom: 1px solid #f1f0ef;
  padding-bottom: 22px;
}

.as-blog-author {
  background: #f5f5f5;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  padding: 60px 40px 60px 60px;
  margin-top: var(--blog-space-y, 60px);
}
.as-blog-author:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 8px;
  background: var(--theme-color);
}
.as-blog-author .media {
  display: flex;
}
.as-blog-author .media .media-left {
  flex: none;
  border-radius: 30px;
  margin-right: 40px;
}
.as-blog-author .media .media-left img {
  border-radius: 30px;
}
.as-blog-author .media .media-body .cite {
  font-size: 12px;
  color: var(--theme-color);
}
.as-blog-author .media .media-body .name {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 7px;
}
.as-blog-author .media .media-body .content {
  margin-bottom: -6px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-single .blog-content {
    padding: 40px 20px;
  }
  .blog-single .blog-title {
    font-size: 28px;
  }
  .share-links {
    --blog-space-x: 20px;
  }
  .blog-meta span,
  .blog-meta a {
    margin-right: 23px;
  }
  blockquote,
  .wp-block-quote {
    padding: 50px;
  }
  blockquote .quote-icon,
  .wp-block-quote .quote-icon {
    width: 90px;
    bottom: 40px;
  }
  .as-blog-author {
    padding: 40px 40px 40px 40px;
  }
  .as-blog-author .media .media-left {
    margin-right: 30px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  blockquote,
  .wp-block-quote {
    font-size: 18px;
    padding: 30px;
  }
  blockquote:before,
  .wp-block-quote:before {
    font-size: 4rem;
    line-height: 2.5rem;
  }
  blockquote.style-left-icon,
  blockquote.is-large:not(.is-style-plain),
  blockquote.is-style-large:not(.is-style-plain),
  blockquote.has-text-align-right,
  .wp-block-quote.style-left-icon,
  .wp-block-quote.is-large:not(.is-style-plain),
  .wp-block-quote.is-style-large:not(.is-style-plain),
  .wp-block-quote.has-text-align-right {
    padding: 40px 20px 40px 20px;
  }
  blockquote p,
  .wp-block-quote p {
    font-size: 18px;
  }
  .blog-meta span,
  .blog-meta a {
    font-size: 14px;
    margin-right: 20px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .blog-single .blog-content {
    padding: 40px;
  }
  .blog-details .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 40px;
  }
  .share-links {
    --blog-space-x: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .share-links {
    --blog-space-x: 20px;
  }
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 90%;
  }
  blockquote cite,
  .wp-block-quote cite {
    font-size: 18px;
  }
  .blog-meta span,
  .blog-meta a {
    margin-right: 6px;
    padding-right: 6px;
  }
  .blog-meta span:after,
  .blog-meta a:after {
    display: none;
  }
  .blog-details .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
  .blog-single .blog-content {
    padding: 30px 20px;
  }
  .blog-single .blog-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .blog-single .blog-text {
    margin-bottom: 22px;
  }
  .blog-single .blog-bottom {
    padding-top: 15px;
  }
  .blog-single .share-links-title {
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .blog-meta span,
  .blog-meta a {
    margin-right: 5px;
    padding-right: 5px;
  }
  .blog-meta span:after,
  .blog-meta a:after {
    display: none;
  }
}
/*------------------- 4.7. Comments  -------------------*/
.as-comment-form {
  margin-top: var(--blog-space-y, 60px);
  padding: var(--blog-space-y, 60px) var(--blog-space-x, 60px);
  position: relative;
  border: 2px solid #f2f2f2;
  border-radius: 20px;
}
.as-comment-form .row {
  --bs-gutter-x: 20px;
}
.as-comment-form .blog-inner-title {
  margin-bottom: 0px;
}
.as-comment-form .form-title {
  margin-top: -0.35em;
}
.as-comment-form .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}
.as-comment-form .form-text {
  margin-bottom: 25px;
}

.blog-comment-area {
  margin-bottom: 25px;
}

.as-comments-wrap {
  margin-top: var(--blog-space-y, 60px);
  margin-bottom: 30px;
}
.as-comments-wrap .description p:last-child {
  margin-bottom: -0.5em;
}
.as-comments-wrap .comment-respond {
  margin: 30px 0;
}
.as-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;
}
.as-comments-wrap li {
  margin: 0;
}
.as-comments-wrap .as-post-comment {
  padding: 0;
  position: relative;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid var(--border-color);
}
.as-comments-wrap .as-post-comment ol,
.as-comments-wrap .as-post-comment ul,
.as-comments-wrap .as-post-comment dl {
  margin-bottom: 1rem;
}
.as-comments-wrap .as-post-comment ol ol,
.as-comments-wrap .as-post-comment ol ul,
.as-comments-wrap .as-post-comment ul ol,
.as-comments-wrap .as-post-comment ul ul {
  margin-bottom: 0;
}
.as-comments-wrap ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.as-comments-wrap ul.comment-list ul ul,
.as-comments-wrap ul.comment-list ul ol,
.as-comments-wrap ul.comment-list ol ul,
.as-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}
.as-comments-wrap .comment-avater {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 99px;
}
.as-comments-wrap .comment-avater img {
  width: 100%;
}
.as-comments-wrap .comment-content {
  flex: 1;
  margin-top: -6px;
  position: relative;
}
.as-comments-wrap .commented-on {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 400;
  color: var(--body-color);
}
.as-comments-wrap .commented-on i {
  margin-right: 7px;
  font-size: 0.9rem;
}
.as-comments-wrap .name {
  margin-bottom: 12px;
  font-size: 20px;
}
.as-comments-wrap .comment-top {
  display: flex;
  justify-content: space-between;
}
.as-comments-wrap .text {
  margin-bottom: 0px;
}
.as-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 80px;
}
.as-comments-wrap .reply_and_edit {
  margin-bottom: -0.46em;
  position: absolute;
  right: 0;
  top: 0;
}
.as-comments-wrap .reply_and_edit a {
  margin-right: 10px;
  height: 40px;
  line-height: 41px;
  border-radius: 20px;
  color: var(--theme-color);
  padding: 0 22px;
}
.as-comments-wrap .reply_and_edit a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.as-comments-wrap .reply_and_edit a:last-child {
  margin-right: 0;
}
.as-comments-wrap .reply-btn {
  font-weight: 600;
  font-size: 16px;
  color: var(--title-color);
  display: inline-block;
}
.as-comments-wrap .reply-btn i {
  margin-right: 7px;
}
.as-comments-wrap .reply-btn:hover {
  color: var(--theme-color);
}
.as-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}

ul.comment-list
  .as-comment-item:last-child:not(.children .as-comment-item)
  > .as-post-comment {
  border-bottom: none;
  padding-bottom: 0;
}
ul.comment-list
  .as-comment-item:first-child:not(.children .as-comment-item)
  > .as-post-comment {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}

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

/* Large devices */
@media (max-width: 1199px) {
  .as-comments-wrap .children {
    margin-left: 40px;
  }
  .as-comment-form {
    padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  }
}
/* Medium devices */
@media (max-width: 991px) {
  blockquote .quote-icon,
  .wp-block-quote .quote-icon {
    width: 70px;
    bottom: 30px;
  }
  .as-comment-form .as-btn {
    padding: 20px 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .as-comments-wrap .as-post-comment {
    display: block;
  }
  .as-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .as-comments-wrap .comment-top {
    display: block;
  }
  .as-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .as-comments-wrap .children {
    margin-left: 40px;
  }
  .as-comments-wrap .children {
    margin-left: 30px;
  }
  .as-blog-author .media {
    display: block;
  }
  .as-blog-author .media .media-left {
    margin: 0 0 20px 0;
  }
  .as-comment-form {
    padding: var(--blog-space-y, 30px) var(--blog-space-x, 30px);
  }
  .as-blog-author {
    padding: 30px;
  }
}
/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.as-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 100px 0 22px;
}

.as-hero-bg {
  position: absolute;
  inset: 0;
}

/* Hero 1 ---------------------------------- */
.hero-thumbnail {
  margin: -27px -115px -186px -55px;
}

.hero-subtitle {
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color);
  display: inline-block;
  margin-bottom: 26px;
}

.hero-subtitle-2 {
  font-size: 14px;
  font-weight: 700;
  background: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 5px;
  padding: 4.5px 18px;
  margin-bottom: 29px;
}

.hero-title {
  font-size: 80px;
  line-height: 1.156;
  margin-bottom: 0;
  color: var(--title-color);
  color: #90278e !important;
  font-weight: 800;
}
.hero-title:last-of-type {
  margin-bottom: 10px;
}

.hero-text {
  font-size: 20px;
  margin-bottom: 42px;
}

.hero-style1 {
  position: relative;
  z-index: 6;
  padding: 70px 0;
}

.hero-1 .banner-anime-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 80px 30px 0;
  top: 0;
}
.hero-1 .hero-shape-2 {
  position: absolute;
  bottom: 0px;
  z-index: 1;
}

/* Hero 2 ---------------------*/
.hero-2 {
  position: relative;
}
.hero-2.as-hero-wrapper {
  padding: 0;
}
.hero-2 .hero-shape-2 {
  position: absolute;
  bottom: -15px;
  z-index: 1;
}

.hero-2-anime-img-1,
.hero-2-anime-img-2 {
  z-index: 0;
}

.hero-slider-2 .slick-arrow {
  line-height: var(--icon-size, 86px);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: none;
  top: 45%;
}
.hero-slider-2 .slick-arrow:hover {
  background: var(--theme-color);
}

.hero-style2 {
  padding: 228px 0 280px;
  z-index: 1;
  position: relative;
}
.hero-style2 .btn-group {
  gap: 30px;
  margin-top: 40px;
}
.hero-style2 .hero-title {
  font-size: 72px;
}

.hero-contact-wrap {
  display: flex;
  align-items: center;
}
.hero-contact-wrap .icon {
  flex: none;
  font-size: 36px;
  color: var(--theme-color);
  margin-right: 15px;
}
.hero-contact-wrap .title {
  font-size: 14px;
  margin-bottom: 2px;
}
.hero-contact-wrap .info {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  color: var(--title-color);
  display: block;
}
.hero-contact-wrap .info:hover {
  color: var(--theme-color);
}

/* Hero 3 ---------------------*/
.as-hero-wrapper.hero-3 {
  margin-bottom: -17px;
}

.hero-3 .hero-shape-3 {
  position: absolute;
  bottom: 15px;
  right: 0;
}

.hero-style3 {
  padding: 226px 0 328px;
}
.hero-style3 .hero-title {
  font-size: 72px;
}
.hero-style3 .as-btn {
  padding: 21px 36px;
  margin-top: 18px;
}

/* Count-down ---------------------*/
.count-down-wrap {
  background: #fff;
  box-shadow: 0px 13px 92px 0px rgba(75, 83, 100, 0.07);
  border-radius: 10px;
  position: relative;
  transform: translate(0, -50%);
  padding: 54px 80px;
  margin-bottom: -100px;
  z-index: 9;
}
.count-down-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: var(--theme-color);
  height: 80px;
  width: 12px;
  border-radius: 0 10px 10px 0;
  transform: translate(0, -50%);
}
.count-down-wrap .title {
  margin-bottom: 0;
  position: relative;
  margin-right: 24px;
}
.count-down-wrap .title:after {
  content: "";
  background-color: rgb(238, 238, 238);
  position: absolute;
  width: 1px;
  height: 90px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  margin-top: 0px;
}
.count-down-wrap .cta-countdown {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.count-down-wrap .cta-countdown li {
  list-style-type: none;
  text-align: center;
  padding: 0 15px 0px 15px;
  background-size: contain;
  width: auto;
  height: auto;
}
.count-down-wrap .cta-countdown li + li {
  position: relative;
  margin-left: 22px;
  padding-left: 51px;
}
.count-down-wrap .cta-countdown li + li:after {
  content: ":";
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 48px;
  font-weight: 800;
  color: #d6dae2;
}
.count-down-wrap .cta-countdown .count-number {
  font-family: var(--title-font);
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  color: var(--title-color);
  margin-bottom: 5px;
}
.count-down-wrap .cta-countdown .count-name {
  font-weight: 600;
  font-size: 16px;
  color: var(--theme-color);
  margin-top: -16px;
}
.count-down-wrap .as-btn {
  position: absolute;
  right: -69px;
  transform: rotate(-90deg);
  border-radius: 0 0 10px 10px;
  top: 70px;
  width: 199px;
}

@media (min-width: 1600px) {
  .count-down-wrap .title {
    margin-right: 40px;
    padding-right: 60px;
  }
  .hero-style1 {
    padding: 80px 0 80px 6px;
  }
  .as-hero-wrapper {
    padding: 100px 0 0px 0;
    margin-bottom: -25px;
  }
  .hero-1 .banner-anime-img {
    margin: 80px 150px 0;
  }
  .hero-2 .hero-shape-2 {
    bottom: -20px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .count-down-wrap .title {
    margin-right: 30px;
    padding-right: 60px;
  }
  .hero-2-anime-img-1 {
    width: 100px;
  }
  .hero-2-anime-img-2 {
    width: 60px;
  }
  .hero-3-anime-img-3 {
    top: 38% !important;
    left: 4% !important;
    width: 300px;
  }
  .hero-3-anime-img-1 {
    top: 19% !important;
    left: 3% !important;
    width: 90px;
  }
  .hero-3-anime-img-5,
  .hero-3-anime-img-6 {
    width: 40px;
  }
  .hero-3-anime-img-4 {
    top: 41% !important;
    right: 3% !important;
    width: 250px;
  }
  .hero-3 .hero-shape-3 {
    bottom: 21px;
  }
  .hero-style3 {
    padding: 326px 0 315px;
  }
  .as-hero-wrapper.hero-3 {
    padding: 0;
    margin-bottom: -22px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .hero-title {
    font-size: 70px;
  }
  .hero-style1 {
    padding: 70px 0 70px 12px;
  }
  .hero-slider-2 .slick-arrow {
    line-height: var(--icon-size, 55px);
    font-size: 16px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-style3 .hero-title,
  .hero-style2 .hero-title,
  .hero-title {
    font-size: 58px;
  }
  .count-down-wrap {
    padding: 54px 60px;
  }
  .count-down-wrap .cta-countdown .count-number {
    font-size: 40px;
  }
  .count-down-wrap .title {
    padding-right: 24px;
    margin-right: 24px;
  }
  .count-down-wrap .cta-countdown li + li {
    margin-left: 2px;
    padding-left: 31px;
  }
  .count-down-wrap .cta-countdown {
    justify-content: start;
  }
  .count-down-wrap .cta-countdown li:first-child {
    padding-left: 0;
  }
  .hero-thumbnail {
    margin: -27px -115px -100px -55px;
  }
  .count-down-wrap .as-btn {
    top: 62px;
    width: 185px;
    right: -63px;
  }
  .hero-text {
    font-size: 18px;
  }
  .hero-style2 {
    padding: 148px 0 200px;
  }
  .hero-2 .hero-shape-4,
  .hero-2 .hero-shape-3 {
    display: none;
  }
  .hero-style3 {
    padding: 260px 0;
  }
  .hero-3 .hero-shape-3 {
    bottom: 18px;
  }
  .hero-3-anime-img-2,
  .hero-3-anime-img-1 {
    top: 24% !important;
    width: 60px;
  }
  .as-hero-wrapper.hero-3 {
    margin-bottom: -18px;
  }
  .hero-3-anime-img-3 {
    width: 232px;
  }
  .hero-3-anime-img-4 {
    width: 180px;
  }
  .hero-3-anime-img-7 {
    width: 130px;
  }
  .play-btn > i {
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    line-height: var(--icon-size, 60px);
    background-color: rgba(254, 90, 134, 0.8);
    font-size: var(--icon-font-size, 20px);
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-2.as-hero-wrapper {
    background-position: left;
  }
  .hero-style2 .hero-title,
  .hero-title {
    font-size: 60px;
  }
  .hero-thumbnail {
    margin: 0;
  }
  .as-hero-wrapper {
    padding: 70px 0 97px;
  }
  .hero-style1 {
    text-align: center;
    padding: 30px 0 90px;
  }
  .count-down-wrap {
    padding: 35px 55px 32px;
    text-align: center;
  }
  .count-down-wrap .cta-countdown {
    justify-content: center;
  }
  .count-down-wrap .cta-countdown li:last-child {
    padding-right: 0;
  }
  .count-down-wrap .title {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .count-down-wrap .title:after {
    display: none;
  }
  .count-down-wrap .as-btn {
    top: 66px;
    width: 192px;
    right: -66px;
  }
  .count-down-wrap .cta-countdown .count-number {
    font-size: 26px;
  }
  .count-down-wrap .cta-countdown .count-name {
    font-size: 12px;
  }
  .hero-style2 {
    padding: 148px 0 160px;
  }
  .as-hero-bg {
    background-position: left;
  }
  .hero-style3 {
    padding: 260px 0 200px;
  }
  .hero-3 .hero-shape-3 {
    bottom: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .as-hero-wrapper {
    padding: 80px 0 138px;
  }
  .hero-style3 .hero-title,
  .hero-style2 .hero-title,
  .hero-title {
    font-size: 52px;
  }
  .hero-style1 {
    padding: 50px 0 100px;
  }
  .count-down-wrap {
    padding: 45px 30px 40px;
    margin-bottom: -137px;
  }
  .count-down-wrap:after {
    content: "";
    left: 50%;
    top: 0;
    height: 12px;
    width: 80px;
    border-radius: 0 0px 10px 10px;
    transform: translate(-50%, 0%);
  }
  .count-down-wrap .as-btn {
    position: inherit;
    width: auto;
    transform: none;
    border-radius: 10px;
  }
  .count-down-wrap .title {
    margin-bottom: 20px;
  }
  .count-down-wrap .cta-countdown li + li:after {
    top: 0;
    font-size: 39px;
  }
  .count-down-wrap .cta-countdown {
    margin-bottom: 20px;
  }
  .count-down-wrap .cta-countdown li + li {
    padding-left: 20px;
  }
  .count-down-wrap .cta-countdown .count-name {
    font-size: 12px;
  }
  .hero-style2 {
    padding: 128px 0 140px;
  }
  .hero-contact-wrap .info {
    font-size: 20px;
  }
  .hero-subtitle {
    font-size: 20px;
  }
  .hero-style3 {
    padding: 250px 0 180px;
  }
  .hero-style3 .as-btn {
    padding: 17px 25px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .hero-style3 .hero-title,
  .hero-style2 .hero-title,
  .hero-title {
    font-size: 42px;
    line-height: 1.2;
  }
  .count-down-wrap .cta-countdown li:last-child {
    padding-right: 0;
  }
  .count-down-wrap .cta-countdown li + li:after {
    display: none;
  }
  .count-down-wrap .cta-countdown li + li {
    padding-left: 0;
  }
  .header-layout2 .menu-shape {
    bottom: -15px;
  }
  .hero-text {
    margin-bottom: 30px;
  }
  .hero-style2 .btn-group {
    margin-top: 30px;
  }
}
@media (max-width: 390px) {
  .hero-style3 .hero-title,
  .hero-style2 .hero-title,
  .hero-title {
    font-size: 32px;
    line-height: 1.3;
  }
  .hero-style3 {
    padding: 230px 0 160px;
  }
  .hero-3 .hero-shape-3 {
    bottom: 13px;
  }
}
/*------------------- 4.9. Error  -------------------*/
.error-area {
  height: 100vh;
  display: flex;
  align-items: center;
}

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

.error-anime-img-1 {
  top: 10%;
  left: 3%;
  position: absolute;
}

.error-anime-img-2 {
  bottom: 10%;
  left: 3%;
  position: absolute;
}

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

.error-text {
  margin-bottom: 35px;
  max-width: 390px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .error-anime-img-2 {
    width: 70px !important;
  }
  .error-anime-img-1 {
    width: 100px !important;
  }
  .error-title {
    font-size: 60px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .error-img {
    margin-bottom: -100px;
  }
  .error-title {
    margin-bottom: 15px;
  }
  .error-area {
    background-position: left;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .error-img {
    margin-bottom: -70px;
  }
  .error-title {
    margin-bottom: 10px;
    font-size: 54px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .error-img {
    margin-bottom: -3em;
  }
  .error-subtitle {
    margin-bottom: 5px;
  }
  .error-title {
    font-size: 34px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .error-img {
    margin-bottom: -2em;
  }
}
/*------------------- 4.00. 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: 50px;
  height: 50px;
  line-height: 52px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: var(--theme-color);
  font-size: 22px;
  border-radius: 10px;
  transform: rotate(0);
  transition: all ease 0.4s;
  color: var(--white-color);
  border: 0;
}
.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  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: none;
  background-color: var(--white-color);
  border: 2px solid var(--theme-color);
  padding: 0 80px 0 30px;
  color: var(--theme-color);
  border-radius: 50px;
}
.popup-search-box form input::-moz-placeholder {
  color: var(--theme-color);
}
.popup-search-box form input::-webkit-input-placeholder {
  color: var(--theme-color);
}
.popup-search-box form input:-ms-input-placeholder {
  color: var(--theme-color);
}
.popup-search-box form input::placeholder {
  color: var(--theme-color);
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: var(--theme-color);
  font-size: 24px;
  right: 12px;
  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.00. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .as-social a {
  background-color: transparent;
  border: 1px solid;
}
.sidemenu-wrapper .as-social a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*------------------- 4.00. 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: 600;
  margin-bottom: 15px;
  border-radius: 0;
}
.woocommerce-message a,
.woocommerce-info a {
  color: var(--white-color);
  text-decoration: underline;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover {
  color: var(--title-color);
}
.woocommerce-message:before,
.woocommerce-info:before {
  content: "\f06a";
  font-family: var(--icon-font);
  font-weight: 400;
  margin-right: 10px;
  font-size: 18px;
  position: absolute;
  left: 20px;
  top: 11px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  content: "\f14a";
  font-weight: 300;
}

.woocommerce-form-login-toggle .woocommerce-info {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.woocommerce-form-login-toggle .woocommerce-info a {
  color: inherit;
}
.woocommerce-form-login-toggle .woocommerce-info a:hover {
  color: var(--title-color);
}

.woocommerce-form-register,
.woocommerce-form-coupon,
.woocommerce-form-login {
  padding: 35px 40px 35px 40px;
  background-color: var(--white-color);
  box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
  margin-bottom: 0;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .woocommerce-form-register,
  .woocommerce-form-coupon,
  .woocommerce-form-login {
    padding: 40px 20px;
  }
}
.woocommerce-form-register .form-group,
.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
  margin-bottom: 20px;
}
.woocommerce-form-register .form-group:last-child,
.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
  margin-bottom: 0;
}

.woocommerce-form-login {
  margin-bottom: 30px;
}

.woocommerce-error {
  background-color: var(--error-color);
  color: #fff;
  list-style: none;
  padding: 10px 26px;
  margin: 0 0 30px 0;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}

nav.woocommerce-MyAccount-navigation li {
  border: 1px solid #ddd;
  margin: 0;
  border-top: none;
}
nav.woocommerce-MyAccount-navigation li:first-child {
  border-top: 1px solid #ddd;
}
nav.woocommerce-MyAccount-navigation li a {
  color: var(--title-color);
  font-weight: 700;
  padding: 7px 17px;
  display: block;
}
nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.woocommerce-MyAccount-content h3 {
  margin-top: -0.3em;
}
.woocommerce-MyAccount-content .btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  padding: 10px 25px;
  font-weight: 700;
}
.woocommerce-MyAccount-content .btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

table.variations,
.woocommerce-grouped-product-list-item {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-bottom: 5px;
  align-items: center;
  border: none;
}
table.variations td,
.woocommerce-grouped-product-list-item td {
  border: none;
  vertical-align: middle;
  padding: 0 5px;
}
table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
  padding: 0;
}
table.variations label,
.woocommerce-grouped-product-list-item label {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}
table.variations label a,
.woocommerce-grouped-product-list-item label a {
  color: var(--title-color);
}
table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
  color: var(--theme-color);
}
table.variations .label,
.woocommerce-grouped-product-list-item .label {
  border: none;
}
table.variations__label,
.woocommerce-grouped-product-list-item__label {
  border: none !important;
  font-weight: 600;
}
table.variations__price,
.woocommerce-grouped-product-list-item__price {
  border: none !important;
}
table.variations__price .price,
table.variations__price .amount,
.woocommerce-grouped-product-list-item__price .price,
.woocommerce-grouped-product-list-item__price .amount {
  font-size: 18px !important;
}
table.variations del,
.woocommerce-grouped-product-list-item del {
  margin-left: 12px;
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
  border: 1px solid var(--border-color);
}
.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
  margin-bottom: 0;
}

.woocommerce-grouped-product-list.group_table {
  border-collapse: collapse;
  margin-bottom: 15px;
}
.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
  font-size: 16px;
  color: var(--title-color);
}
.woocommerce-grouped-product-list.group_table label {
  margin: 0 0 0 10px;
  margin: 0 0 0 10px;
  font-family: var(--title-font);
  font-size: 18px;
}
.woocommerce-grouped-product-list.group_table .qty-input {
  border-color: #e3e6e9;
}
.woocommerce-grouped-product-list.group_table tr {
  border-bottom: 1px solid #e3e6e9;
}
.woocommerce-grouped-product-list.group_table tr:last-child {
  border-bottom: none;
}
.woocommerce-grouped-product-list.group_table td {
  padding: 30px 5px;
}

table.variations {
  width: 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-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: 100px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 12px;
}
.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: #e1e1e1;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: #feb62a;
  letter-spacing: 3px;
}

.rating-select label {
  margin: 0;
  margin-right: 10px;
}
.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
}
.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "\f005";
  font-weight: 400;
  text-indent: 0;
  color: var(--yellow-color);
}
.rating-select p.stars a:hover ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select p.stars:hover a::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select p.stars.selected a.active::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select p.stars.selected a.active ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select p.stars.selected a:not(.active)::before {
  content: "\f005";
  font-weight: 700;
}

/* 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.00. Products  -------------------*/
.as-product {
  text-align: center;
  transition: all ease 0.4s;
  border: 2px solid #f4f4f4;
  padding-bottom: 30px;
  border-radius: 20px;
}
.as-product .product-title {
  font-size: 24px;
  margin: 10px 0 10px 0;
}
.as-product .product-title a {
  color: inherit;
}
.as-product .product-title a:hover {
  color: var(--theme-color);
}
.as-product .price {
  display: block;
  color: var(--theme-color);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: -0.4em;
}
.as-product .price del {
  margin-right: 10px;
  color: #a9a9a9;
}
.as-product .product-img {
  --space: 20px;
  background-color: var(--smoke-color);
  overflow: hidden;
  position: relative;
  margin: 0 0 30px 0;
  text-align: center;
  background-color: var(--smoke-color);
  border-radius: 18px;
  z-index: 2;
}
.as-product .product-img:before {
  --space: 0px;
  content: "";
  height: calc(100% - var(--space) * 2);
  width: calc(100% - var(--space) * 2);
  position: absolute;
  top: var(--space);
  left: var(--space);
  background-color: var(--title-color);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.as-product .product-img img {
  width: 100%;
  transition: all ease 0.4s;
  transform: scale(1);
}
.as-product .star-rating {
  margin: 0 auto 5px auto;
  width: 93px;
  font-size: 14px;
}
.as-product .actions {
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 3;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.as-product .actions .icon-btn {
  --btn-size: 40px;
  line-height: 44px;
  font-size: 14px;
  border-color: var(--white-color);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  color: var(--white-color);
}
.as-product .actions .icon-btn i {
  margin-right: 1px;
}
.as-product .actions .icon-btn:hover {
  color: var(--theme-color);
  background: var(--white-color);
  border-color: var(--white-color);
}
.as-product .actions > * {
  margin: 0 var(--icon-gap-x, 5px);
}
.as-product .actions > * > a {
  margin: 0;
}
.as-product .product-tag {
  width: 60px;
  height: 30px;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--theme-color);
  line-height: 31px;
  color: var(--white-color);
  border-radius: 15px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 9;
}
.as-product .icon-btn {
  transform: translateY(30px);
  transition: 0.4s ease-in-out;
}
.as-product
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.as-product
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.as-product
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.as-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;
}
.as-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%;
}
.as-product .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.as-product .add_to_cart_button.added {
  display: none;
}
.as-product .added_to_cart {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--white-color);
  color: var(--white-color);
  font-size: 0;
  text-align: center;
  border-radius: 50%;
}
.as-product .added_to_cart:after {
  content: "\f07a";
  position: relative;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 700;
}
.as-product .added_to_cart:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.as-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;
}
.as-product:hover .product-img img {
  transform: scale(1.1);
}
.as-product:hover .product-img:before {
  visibility: visible;
  opacity: 0.2;
}
.as-product:hover .actions {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.as-product:hover .icon-btn {
  transform: translateY(0);
}
.as-product.list-view {
  display: flex;
  text-align: left;
  height: 100%;
}
.as-product.list-view .product-img {
  width: 100%;
  max-width: 200px;
  margin: 0;
}
.as-product.list-view .star-rating {
  margin: 0 auto 10px 0;
  width: 93px;
}
.as-product.list-view .product-content {
  flex: 1;
  border: 1px solid var(--border-color);
  border-left: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 25px;
}
.as-product.list-view .actions {
  --btn-size: 35px;
  --btn-font-size: 13px;
  --icon-gap-x: 2px;
}
.as-product.list-view
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.as-product.list-view
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.as-product.list-view
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.as-product.list-view
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  font-size: 20px;
}
.as-product.list-view .tinv-wishlist a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.as-product.list-view .added_to_cart {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.as-product.list-view .added_to_cart:after {
  font-size: 16px;
}
.as-product.list-view .action-btn {
  padding: 8px 15px;
}
.as-product.list-view .tag {
  top: 8px;
  right: 8px;
  padding: 0px 15px;
}
.as-product.list-view .product-title {
  font-size: 18px;
  margin: 0 0 5px 0;
}
.as-product.list-view .product-price {
  font-size: 14px;
}

#productCarousel .slick-arrow {
  top: 37.5%;
}

.mfp-content {
  margin: 1.5rem auto;
}
.mfp-content .product-details-img {
  padding-top: 15px;
}
.mfp-content .product-about {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-content .container {
  position: relative;
}
.mfp-content .product-big-img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  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 {
  max-height: 600px;
  max-width: 1220px;
}
.woosq-popup .product_meta > span > a:after,
.woosq-popup .product_meta > span > span:after {
  display: none;
}

.woosq-product > .product > div {
  max-height: 600px;
  min-height: 460px;
  height: auto;
}

.as-sort-bar {
  padding: 0;
  margin: 0 0 24px 0;
}
.as-sort-bar .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 15px;
}
.as-sort-bar .single-select,
.as-sort-bar select {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  width: fit-content;
  min-width: 250px;
  font-size: 16px;
  margin: 0;
  border-radius: 30px;
  color: var(--body-color);
}
.as-sort-bar .woocommerce-result-count {
  margin-bottom: 0;
  color: var(--body-color);
}
.as-sort-bar .nav a {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  text-align: center;
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--body-color);
  margin: 0 0 0 10px;
}
.as-sort-bar .nav a.active,
.as-sort-bar .nav a:hover {
  color: var(--theme-color);
}

.product-thumb-area {
  position: relative;
}
.product-thumb-area .product-thumb-tab {
  position: absolute;
  bottom: 50px;
  left: 0;
}

.product-thumb-tab {
  --thumb: 87px;
  --gap: 0px;
  position: relative;
  z-index: 3;
  display: inline-flex;
  border-radius: 20px;
  align-items: end;
  justify-content: center;
  width: 100%;
}
.product-thumb-tab .tab-btn {
  background-color: var(--white-color);
  cursor: pointer;
  height: var(--thumb);
  width: var(--thumb);
  padding: var(--gap);
  border-radius: 20px;
}
.product-thumb-tab .tab-btn img {
  max-width: 100%;
  width: 100%;
  border-radius: inherit;
}
.product-thumb-tab .tab-btn:not(:last-of-type) {
  margin-right: 15px;
}

.product-big-img {
  background-color: #f4f4f4;
  text-align: center;
  border-radius: 20px;
  position: relative;
}
.product-big-img .img {
  width: 100%;
  border-radius: 20px;
}
.product-big-img .img img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}
.product-big-img .add_to_wishlist {
  position: absolute;
  top: 48px;
  right: 48px;
}

.product-thumb,
.product-big-img {
  background-color: #f4f4f4;
  text-align: center;
  border-radius: 20px;
  position: relative;
}
.product-thumb .img,
.product-big-img .img {
  width: 100%;
  border-radius: 20px;
}
.product-thumb .img img,
.product-big-img .img img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}
.product-thumb .add_to_wishlist,
.product-big-img .add_to_wishlist {
  position: absolute;
  top: 48px;
  right: 48px;
}

.quantity {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.quantity > .screen-reader-text {
  display: inline-block;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0;
  align-self: center;
  margin-right: 10px;
}
.quantity .qty-btn,
.quantity .qty-input {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: none;
  border-right: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  text-align: center;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 600;
}
.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
  border-right: none;
}
.quantity .qty-btn {
  font-size: 16px;
}

.product_meta {
  font-weight: 700;
  font-size: 16px;
  font-family: var(--body-font);
  margin: 35px 0 0 0;
}
.product_meta > span {
  display: block;
  margin-bottom: 5px;
  color: var(--title-color);
  font-weight: bold;
}
.product_meta > span:last-child {
  margin-bottom: 0;
}
.product_meta > span a {
  color: inherit;
}
.product_meta > span a:hover {
  color: var(--theme-color);
}
.product_meta > span > a,
.product_meta > span > span {
  position: relative;
  color: var(--body-color);
  font-weight: 400;
}
.product_meta > span > a:after,
.product_meta > span > span:after {
  content: ",";
  margin-right: 5px;
}
.product_meta > span > a:last-child:after,
.product_meta > span > span:last-child:after {
  display: none;
}
.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
  margin-left: 7px;
}

.product-tab-style1 {
  border-bottom: 1px solid #ececec;
  margin: 85px auto 33px auto;
  padding-bottom: 11px;
  gap: 50px;
}
.product-tab-style1 .nav-link {
  background-color: transparent;
  color: #103641;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.product-tab-style1 .nav-link:after {
  content: "";
  height: 2px;
  background: var(--theme-color);
  width: 0;
  left: 0;
  bottom: -12px;
  position: absolute;
  transition: 0.4s all;
}
.product-tab-style1 .nav-link:hover,
.product-tab-style1 .nav-link.active {
  color: var(--theme-color);
}
.product-tab-style1 .nav-link:hover:after,
.product-tab-style1 .nav-link.active:after {
  width: 100%;
}

.woocommerce-table {
  margin-bottom: 0;
}

.woocommerce-Reviews .as-post-comment .text {
  margin-bottom: -0.5em;
}
.woocommerce-Reviews .as-comments-wrap {
  padding: 0;
  box-shadow: none;
}
.woocommerce-Reviews .as-comment-form {
  padding: 60px;
  background-color: var(--smoke-color);
  box-shadow: none;
  margin-bottom: 0;
}
.woocommerce-Reviews .as-comment-form input,
.woocommerce-Reviews .as-comment-form .form-control {
  background-color: var(--white-color);
}
.woocommerce-Reviews .as-comment-form .blog-inner-title {
  margin-bottom: 10px;
}
.woocommerce-Reviews .comment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
  margin-bottom: 40px;
}
.woocommerce-Reviews .as-post-comment {
  border: 1px solid var(--border-color) !important;
  padding: 40px !important;
  box-shadow: 0px 4px 30px rgba(1, 15, 28, 0.06);
  margin-bottom: 24px;
}
.woocommerce-Reviews .as-post-comment .name {
  margin-bottom: 3px;
}
.woocommerce-Reviews .as-post-comment .commented-on {
  margin-bottom: 12px;
}

/* Large devices */
@media (max-width: 1199px) {
  .woocommerce-Reviews .as-post-comment {
    padding: 30px !important;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .woocommerce-Reviews .as-comment-form {
    padding: 40px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .woocommerce-Reviews .as-comment-form {
    padding: 40px 20px;
  }
}
#productTabContent {
  margin-bottom: -10px;
}

#additional_information {
  margin-bottom: 40px;
}

.product-inner-list > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product-inner-list li {
  position: relative;
  padding-left: 15px;
}
.product-inner-list li:before {
  content: "-";
  position: absolute;
  left: 0;
}

.share-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 8px;
}
.share-title i {
  color: var(--theme-color);
}

.summary-content,
.product-about {
  padding-left: 24px;
}
.summary-content .product-title,
.product-about .product-title {
  margin: 0 0 12px 0;
  font-weight: 800;
}
.summary-content > .price,
.product-about > .price {
  font-size: 30px;
  font-weight: 700;
  color: var(--theme-color);
  display: inline-block;
  margin-bottom: 14px;
}
.summary-content > .price del,
.product-about > .price del {
  color: var(--gray-color);
  font-weight: 500;
  margin-left: 15px;
}
.summary-content .product-rating,
.product-about .product-rating {
  display: 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: 14px;
}
.summary-content .product-rating .star-rating,
.product-about .product-rating .star-rating {
  width: 80px;
  font-size: 12px;
  margin-right: 8px;
}
.summary-content .woocommerce-review-link,
.product-about .woocommerce-review-link {
  color: var(--body-color);
}
.summary-content .checklist,
.product-about .checklist {
  margin: 30px 0 40px 0;
}
.summary-content .checklist li,
.product-about .checklist li {
  font-weight: 400;
}
.summary-content .actions,
.product-about .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 33px 0 27px 0;
  align-items: center;
}
.summary-content .actions .as-btn,
.product-about .actions .as-btn {
  padding: 16px 30px;
}
.summary-content .actions .as-btn .btn-icon,
.product-about .actions .as-btn .btn-icon {
  padding: 10.5px 15px 10.5px 15px;
}
.summary-content .actions .icon-btn,
.product-about .actions .icon-btn {
  border-color: var(--border-color);
}
.summary-content .actions .icon-btn:hover,
.product-about .actions .icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}
.summary-content .share,
.product-about .share {
  margin-top: 25px;
}
.summary-content .as-social a,
.product-about .as-social a {
  --icon-size: 40px;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid var(--border-color);
  border-radius: 0;
}
.summary-content .as-social a:hover,
.product-about .as-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: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  border-radius: 0;
}
.summary-content
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.summary-content
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before,
.product-about
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-about
  .tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: 0;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}
.summary-content .tinv-wishlist a,
.product-about .tinv-wishlist a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
}
.summary-content .tinv-wishlist a:hover,
.product-about .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.summary-content .quantity,
.product-about .quantity {
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 25px;
  margin-left: 5px;
  margin-right: 30px;
  height: 50px;
}
.summary-content .quantity .qty-input,
.product-about .quantity .qty-input {
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: var(--title-color);
  text-align: center;
  font-weight: 500;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
  color: var(--title-color);
  background-color: transparent;
  right: 21px;
  border: none;
  line-height: 54px;
}

.product-details .as-comments-wrap {
  margin-top: 0;
}
.product-details .border-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.product-details .border-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 80px;
  background-color: var(--theme-color);
}

.product-inner-title {
  font-size: 32px;
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 7px 0;
  margin: 0 0 30px 0;
}

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

/* Medium Large devices */
@media (max-width: 1399px) {
  .as-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) {
  .as-sort-bar select {
    min-width: auto;
  }
  .product-tab-style1 {
    margin: 55px 0 40px 0;
  }
  .summary-content,
  .product-about {
    padding-left: 0;
    margin-top: 35px;
  }
  .summary-content .actions,
  .product-about .actions {
    margin: 0;
  }
  .product-big-img .img {
    height: 540px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .product-big-img {
    margin-bottom: 40px;
    margin-left: 50px;
  }
  .product-thumb-tab {
    margin-left: -10px;
  }
  .as-product-box.list-view .product-img {
    max-width: 150px;
  }
  .as-sort-bar .row {
    --bs-gutter-x: 20px;
  }
  .as-sort-bar .nav a:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .as-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) {
  .as-sort-bar {
    text-align: center;
  }
  .as-sort-bar .nav {
    justify-content: center;
  }
  .as-sort-bar .single-select,
  .as-sort-bar select {
    margin: 0 auto;
    width: 100%;
  }
  .as-sort-bar .woocommerce-result-count {
    padding-left: 0;
  }
  .as-product-box.list-view .product-img {
    max-width: 130px;
  }
  .as-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 {
    border-radius: 6px;
  }
  .product-thumb-tab .tab-btn:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .product-thumb-tab .indicator {
    border-radius: 6px;
  }
  .product-big-img {
    margin-left: 28px;
  }
  .product-big-img .img {
    height: 370px;
  }
  .product-grid {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .summary-content .product-title,
  .product-about .product-title {
    margin: 0 0 7px 0;
  }
  .summary-content > .price,
  .product-about > .price {
    font-size: 24px;
    margin-bottom: 9px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .as-product.list-view .product-img {
    max-width: 130px;
  }
}
/*------------------- 4.00. 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: 800;
  border: none;
  padding: 27px 15px;
}
.cart_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  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 .qty-btn {
  border: 2px solid var(--smoke-color) !important;
  background-color: transparent;
  color: #b8c6d0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 16px;
  border-radius: 4px;
}
.cart_table .qty-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.cart_table .qty-input {
  vertical-align: middle;
  border: 2px solid var(--smoke-color);
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--title-color);
  font-weight: 700;
  margin: 0 10px;
  border-radius: 4px;
  padding: 0;
  /* 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;
}
.cart_table .actions > .as-btn {
  font-size: 16px;
  padding: 20px 28px;
  margin-right: 15px;
}
.cart_table .actions > .as-btn:last-child {
  margin-right: 0;
}
.cart_table .as-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: flex;
}
.cart_table .as-cart-coupon input {
  width: calc(100% - 200px);
  margin-right: 10px;
}
.cart_table .as-cart-coupon .as-btn {
  font-size: 16px;
  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;
  margin-top: 20px;
}
.cart_totals .shipping-calculator-form .form-control,
.cart_totals .shipping-calculator-form .single-select {
  margin-bottom: 20px;
}
.cart_totals .shipping-calculator-form .as-btn {
  padding: 5px 30px;
}
.cart_totals .amount {
  font-weight: 700;
}
.cart_totals .order-total .amount {
  color: var(--theme-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px;
  }
  .cart_table .cart-productname {
    font-size: 14px;
  }
  .cart_table .as-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
  }
  .cart_table .actions {
    text-align: center;
  }
}
/* 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 > .as-btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .cart_table td.actions > .as-btn:last-child {
    margin-right: auto;
  }
  .cart_table .as-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    justify-content: center;
    display: block;
    padding-bottom: 10px;
  }
  .cart_table .as-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.00. 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: -35px;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--above {
  position: relative;
  bottom: -30px;
}
.woocommerce-checkout .select2-dropdown {
  border: 1px solid #e3e6e9;
  border-top: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-radius: 0;
}
.woocommerce-checkout
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.woocommerce-checkout
  .select2-container--default
  .select2-selection--single
  .form-control:focus {
  color: var(--body-color);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eee;
  padding: 0;
}

.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .select2,
.woocommerce-form-login .select2-container,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .select2,
.woocommerce-form-coupon .select2-container,
.woocommerce-checkout select,
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-control,
.woocommerce-checkout .select2,
.woocommerce-checkout .select2-container {
  margin-bottom: var(--bs-gutter-x);
}

#ship-to-different-address {
  margin-top: 15px;
}

.select2-container--default .select2-selection--single {
  height: 60px;
  border: 1px solid #e3e6e9;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 60px;
  padding-left: 30px;
  padding-right: 25px;
}

.woocommerce-billing-fields .form-row {
  margin-bottom: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:before {
  content: "\f107";
  font-family: var(--icon-font);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin: 0;
  border: none;
  top: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 60px;
  line-height: 60px;
  margin-right: 30px;
}

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

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
  height: 40px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 0;
  background-position: right 13px center;
}
.shipping-calculator-form .as-btn {
  font-size: 14px;
  padding: 0 20px;
  width: max-content;
  height: 40px;
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: 1px solid #ededed;
  text-align: right;
  padding: 5px 20px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
}
.checkout-ordertable th {
  font-weight: 800;
  text-align: left;
}
.checkout-ordertable ul {
  margin: 0;
  padding: 0;
}
.checkout-ordertable .order-total .amount {
  color: var(--theme-color);
}
.checkout-ordertable input[type="hidden"] ~ label {
  color: var(--theme-color);
}

.woocommerce-checkout .form-group input:not(:last-child) {
  margin-bottom: var(--bs-gutter-x);
}

.woocommerce-checkout-payment {
  text-align: left;
}
.woocommerce-checkout-payment ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.woocommerce-checkout-payment ul li {
  padding-top: 12px;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 4px;
  font-size: 16px;
}
.woocommerce-checkout-payment ul input[type="radio"] ~ label {
  margin-bottom: 17px;
  color: var(--body-color);
}
.woocommerce-checkout-payment ul input[type="radio"] ~ label img {
  margin-bottom: -2px;
  margin-left: 10px;
}
.woocommerce-checkout-payment .place-order {
  padding-top: 30px;
}
.woocommerce-checkout-payment .payment_box {
  color: #a1b1bc;
  background-color: #ecf0f1;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}
.woocommerce-checkout-payment .payment_box p {
  margin: 0;
}

.as-checkout-wrapper form.woocommerce-form {
  margin-bottom: 25px;
}

/* 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.00. 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;
}
.tinv-wishlist .cart-empty {
  padding: 12px 25px;
  background-color: #eee;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}
.tinv-wishlist p.return-to-shop .button {
  display: inline-block;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  margin-top: 10px;
  font-weight: 700;
}
.tinv-wishlist 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(--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: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--theme-color);
  color: #fff;
  padding: 1px 15px;
  min-width: 140px;
}
.tinv-wishlist button.button.mask-btn {
  padding: 0;
}
.tinv-wishlist button.button .btn-text-mask {
  padding: 0.5px 21px;
}
.tinv-wishlist button.button:hover {
  background-color: var(--title-color);
  color: #fff;
}
.tinv-wishlist button.button i {
  font-size: 14px !important;
  margin-right: 3px !important;
}
.tinv-wishlist th,
.tinv-wishlist td.product-name {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
}
.tinv-wishlist td.product-name a {
  color: var(--body-color);
}
.tinv-wishlist td.product-name a:hover {
  color: var(--theme-color);
}
.tinv-wishlist td.product-price del {
  margin-left: 8px;
  font-size: 0.9em;
}
.tinv-wishlist .social-buttons > span {
  font-weight: 700;
  margin-right: 10px;
  font-family: var(--title-font);
  color: var(--title-color);
}
.tinv-wishlist .social-buttons li {
  display: inline-block;
  margin-right: 0;
}
.tinv-wishlist .social-buttons li a.social {
  background-color: var(--theme-color);
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  margin-left: 3px;
}
.tinv-wishlist .social-buttons li a.social:first-child {
  margin-left: 0;
}
.tinv-wishlist .social-buttons li a.social i {
  line-height: inherit;
}
.tinv-wishlist .social-buttons li a.social:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .tinvwl-full {
    display: none;
  }
  .tinv-wishlist .tinvwl-mobile {
    display: block;
  }
  .tinvwl-txt {
    display: none !important;
  }
  .product-stock {
    width: 40px;
    text-align: center;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .tinv-wishlist table {
    table-layout: fixed;
    border-bottom: 1px solid var(--border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
  .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
    display: none;
  }
  .tinv-wishlist table td,
  .tinv-wishlist table th {
    border: 1px solid var(--border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .product-name {
    text-align: center;
  }
  .tinv-wishlist table td,
  .tinv-wishlist table th {
    border-bottom: none;
  }
  .tinv-wishlist table tfoot {
    border-bottom: 1px solid var(--border-color);
  }
  .tinv-wishlist .social-buttons {
    max-width: 100%;
    margin-left: unset;
    flex-direction: column;
  }
  .tinv-wishlist .social-buttons ul {
    margin-left: unset;
    margin-top: 5px;
  }
  .tinvwl-txt {
    display: inline-block !important;
  }
}
/*------------------- 4.00. Contact  -------------------*/
/* Contact 1 ---------------------------------- */
.login-form {
  border-radius: 20px;
  background-color: rgb(251, 235, 239);
  padding: 91px 80px 100px;
}
.login-form .read-more-btn {
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color);
}
.login-form .read-more-btn::after {
  width: 100%;
}

.login-register-form {
  background: transparent;
  padding: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .contact-area::before {
    display: none;
  }
  .contact-img img {
    max-width: 100%;
  }
}
/* map Page ----------------------- */
.map-sec {
  line-height: 0;
}
.map-sec iframe {
  width: 100%;
  border-radius: 30px;
  height: 500px;
  /* Medium Large devices */
  /* Small devices */
}
@media (max-width: 1299px) {
  .map-sec iframe {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .map-sec iframe {
    height: 300px;
  }
}
.map-sec.event-location iframe {
  height: 266px;
  border-radius: 20px;
}

/* Inquiry ---------------------------------- */
.inquiry-form {
  background-color: var(--white-color);
  padding: 50px;
  box-shadow: 0px 10px 30px rgba(1, 15, 28, 0.06);
}

/* Extra small devices */
@media (max-width: 575px) {
  .inquiry-form {
    padding: 40px 20px;
  }
}
/* Contact Page ---------------------------------- */
.contact-info {
  display: flex;
  gap: 20px;
  background-color: rgb(247, 247, 247);
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 30px;
  align-items: center;
}
.contact-info:last-of-type {
  margin-bottom: 0;
}
.contact-info_title {
  margin-top: -0.25em;
  margin-bottom: 0px;
}
.contact-info_icon {
  display: inline-block;
  width: 50px;
  min-width: 50px;
  height: 50px;
  line-height: 53px;
  box-shadow: 0px 7px 20px 0px rgba(254, 90, 134, 0.25);
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 18px;
  border-radius: 99px;
  position: relative;
}
.contact-info_text {
  min-width: 180px;
  display: block;
  margin-bottom: -0.5em;
}
.contact-info_text span,
.contact-info_text a {
  display: block;
  max-width: fit-content;
}
.contact-info_text a {
  color: var(--body-color);
}
.contact-info_text a:hover {
  color: var(--theme-color);
}
.contact-info:hover .contact-info_icon:before {
  top: 0;
  left: 0;
}

.contact-form textarea.form-control {
  min-height: 130px;
}
.contact-form .as-btn {
  padding: 19px 30px;
}

/* Large devices */
/* Medium devices */
@media (max-width: 991px) {
  .contact-info-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* Small devices */
@media (max-width: 767px) {
  .login-form {
    padding: 40px 30px 50px;
  }
  .login-form .read-more-btn,
  .login-form label,
  .login-form .form-text {
    font-size: 14px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .contact-info {
    padding: 30px;
  }
  .contact-form .as-btn {
    width: 100%;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .login-form {
    padding: 30px 20px 40px;
  }
}
/*------------------- 4.00. About  -------------------*/
/*----------------------------------------------
    # about style here
----------------------------------------------*/
.about-content-wrap {
  padding-right: 32px;
}

.about-card-box {
  border-radius: 20px;
  background-color: rgb(255, 239, 243);
  display: inline-flex;
  align-items: center;
  padding: 30px;
  margin-top: 12px;
}
.about-card-box img {
  flex: none;
  margin-right: 35px;
  border-radius: 10px;
}
.about-card-box .quote-content {
  color: var(--theme-color);
  margin-bottom: 0;
}

.about-founder {
  display: inline-flex;
  align-items: center;
  margin-top: 42px;
}
.about-founder .thumb {
  margin-right: 21px;
}
.about-founder .thumb img {
  border-radius: 50%;
}
.about-founder .details .author-name {
  font-weight: 700;
  margin-bottom: 6px;
}
.about-founder .details .author-desig {
  margin-bottom: -5px;
  margin-top: -6px;
}
.about-founder .sign {
  margin-left: 40px;
}

.about-thumb {
  position: relative;
  padding-bottom: 123px;
}
.about-thumb img {
  width: 100%;
  border-radius: 20px;
}

.about-list-info {
  background: var(--theme-color);
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 10px 0 10px 10px;
  padding: 35px 80px 29px 40px;
}
.about-list-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.about-list-info ul li {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: initial;
}
.about-list-info ul li + li {
  margin-top: 6px;
}
.about-list-info ul li i,
.about-list-info ul li svg {
  color: #fff;
  border: 1px dashed rgb(255, 255, 255);
  border-radius: 50%;
  font-size: 14px;
  padding: 4px;
  margin-right: 5px;
}

.about-thumb-2 {
  position: relative;
  margin-left: -15px;
  margin-top: -35px;
}
.about-thumb-2 .thumbnail {
  width: 100%;
}

.about-list-info-2 {
  max-width: 305px;
  position: absolute;
  top: 80px;
  left: 100px;
  z-index: 1;
}
.about-list-info-2 .title {
  font-weight: 800;
  margin-bottom: 9px;
}
.about-list-info-2 ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.about-list-info-2 ul li {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.about-list-info-2 ul li span.day,
.about-list-info-2 ul li span.time {
  flex: none;
}
.about-list-info-2 ul li span.line {
  display: block;
  width: -webkit-fill-available;
  background: #e7e3dd;
  height: 1px;
  margin: 0 11px;
}
.about-list-info-2 ul li:first-child {
  margin-top: 0;
}

.about-content-wrap-3 {
  margin-left: 25px;
}
.about-content-wrap-3 .title-area .checklist {
  margin-top: 19px;
  margin-bottom: 7px;
}
.about-content-wrap-3 .title-area .checklist li {
  color: var(--body-color);
}
.about-content-wrap-3 .title-area .checklist li i,
.about-content-wrap-3 .title-area .checklist li svg {
  color: var(--body-color);
}

.about-thumb-3 {
  border-radius: 30px;
}
.about-thumb-3 img {
  border-radius: 30px;
  width: 100%;
}
.about-thumb-3 .play-btn:after,
.about-thumb-3 .play-btn:before {
  background: rgba(255, 255, 255, 0.3);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .about-2-anime-img-1 {
    top: 22% !important;
    right: 3% !important;
    width: 60px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .about-thumb-2 {
    margin-left: -45px;
    margin-top: 0;
  }
  .about-list-info-2 {
    top: 70px;
    left: 90px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .about-card-box {
    padding: 25px;
  }
  .about-card-box img {
    margin-right: 25px;
    width: 150px;
  }
  .about-founder .sign {
    width: 190px;
  }
  .about-list-info {
    padding: 35px 40px 29px 40px;
  }
  .about-content-wrap {
    padding-right: 0px;
  }
  .about-thumb-2 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .about-list-info-2 {
    top: 42px;
    left: 75px;
    width: 260px;
  }
  .about-list-info-2 ul li,
  .about-list-info-2 p {
    font-size: 14px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .about-thumb {
    padding-bottom: 0;
  }
  .about-founder .sign {
    width: 120px;
    margin-left: 20px;
  }
  .about-list-info {
    border-radius: 10px;
    right: -40%;
  }
  .about-thumb-2 {
    margin-left: 0;
    margin-right: 0;
  }
  .about-list-info-2 {
    top: 75px;
    left: 112px;
    width: 260px;
  }
  .about-content-wrap-3 {
    margin-left: 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .about-founder .sign {
    display: none;
  }
  .about-list-info {
    position: inherit;
    margin-top: 15px;
  }
  .about-list-info {
    padding: 25px 30px 19px 30px;
    right: 0;
  }
  .about-card-box {
    display: block;
  }
  .about-card-box img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .about-list-info-2 {
    position: initial;
    max-width: 100%;
    margin-top: 30px;
    width: 100%;
  }
  .about-thumb-2 .thumbnail {
    display: none;
  }
  .about-list-info-2 ul li,
  .about-list-info-2 p {
    font-size: 16px;
  }
}
/*------------------- 4.00. Team  -------------------*/
/* Team global ---------------------------------- */
.team-area {
  position: relative;
  z-index: 0;
}
.team-area .bg-top-shape {
  width: 100%;
  position: absolute;
  top: -43px;
  left: 0;
  z-index: -1;
}

.team-slider .slick-list {
  margin: -15px 0;
}

/* Team 1 ---------------------------------- */
.team-card {
  text-align: center;
  border-radius: 50px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 15px 0px rgba(111, 116, 127, 0.11);
  padding: 50px 0;
  margin: 15px 0;
}
.team-card .team-img-wrap {
  padding: 12px 12px 31px 12px;
  margin-bottom: 22px;
  position: relative;
}
.team-card .team-img {
  border-radius: 50%;
  --space: 10px;
  margin-bottom: 25px;
}
.team-card .team-img img {
  border-radius: 50%;
}
.team-card .team-title {
  margin-bottom: 0px;
}
.team-card .team-title a {
  font-size: 24px;
  font-weight: 700;
  color: var(--title-color);
}
.team-card .team-title a:hover {
  color: var(--theme-color);
}
.team-card .team-desig {
  font-size: 14px;
  color: var(--theme-color);
}
.team-card .multi-social {
  margin-top: 10px;
  display: flex;
  gap: 6px;
  justify-content: center;
}

/*Team area 2----------------------*/
.team-area-2 {
  position: relative;
  background-size: 100% 100%;
}

.team-slider-2 .slick-list {
  margin-bottom: -40px;
}
.team-slider-2 .slick-arrow {
  left: var(--pos-x, -130px);
  margin-top: calc(var(--icon-size, 80px) / -2);
  width: var(--icon-size, 55px);
  height: var(--icon-size, 55px);
  line-height: var(--icon-size, 58px);
  font-size: var(--icon-font-size, 18px);
  box-shadow: none;
  border: 1px solid rgb(244, 235, 220);
  background: #fcf9f4;
}
.team-slider-2 .slick-arrow.slick-next {
  right: var(--pos-x, -130px);
  left: auto;
}
.team-slider-2 .slick-arrow:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.team-card-2 {
  text-align: center;
  margin-bottom: -62px;
}
.team-card-2 .team-img {
  border-radius: 30px;
  overflow: hidden;
}
.team-card-2 .team-img img {
  border-radius: 30px;
  transition: 0.4s;
  width: 100%;
}
.team-card-2 .team-content {
  box-shadow: 0px 13px 30px 0px rgba(205, 198, 186, 0.1);
  border-radius: 20px;
  background: var(--white-color);
  margin: 0 40px;
  transform: translate(0px, -50%);
  margin-bottom: 20px;
  padding: 0 20px 30px;
}
.team-card-2 .team-content .multi-social {
  transform: translate(0, -50%);
  gap: 6px;
  display: inline-flex;
}
.team-card-2 .team-content .team-title {
  margin-top: 3px;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 800;
}
.team-card-2 .team-content .team-title a {
  color: var(--title-color);
}
.team-card-2 .team-content .team-title a:hover {
  color: var(--theme-color);
}
.team-card-2:hover .team-img img {
  transform: scale(1.08);
}

/* Team Details ---------------------------------- */
.about-card_img {
  border-radius: 30px;
  overflow: hidden;
}
.about-card_img img {
  border-radius: 30px;
}
.about-card_box {
  background-color: var(--smoke-color3);
  padding: 80px 100px 70px 80px;
  border-radius: 30px;
  margin-right: -50px;
  box-shadow: 0px 7px 0px 0px rgba(200, 196, 181, 0.3);
  margin-top: -3px;
}
.about-card_title {
  margin-top: -0.2em;
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 800;
}
.about-card_desig {
  font-size: 18px;
  color: var(--theme-color);
}
.about-card_text {
  margin: 14px 0;
}
.about-card_info {
  margin-bottom: 0px;
}
.about-card_info strong {
  font-family: var(--title-font);
  color: var(--title-color);
  margin-right: 8px;
}
.about-card_info a {
  color: var(--body-color);
}
.about-card_info a:hover {
  color: var(--theme-color);
}
.about-card_info:last-child {
  margin-bottom: 0;
}
.about-card .as-social {
  margin-top: 20px;
}
.about-card .as-social a {
  background-color: transparent;
  color: var(--body-color);
  border: 1px solid var(--theme-color);
  --icon-size: 36px;
  font-size: 13px;
}
.about-card .as-social a:not(:last-child) {
  margin-right: 3px;
}
.about-card .as-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.team_evnet-box-wrap {
  border-radius: 20px;
  background-color: rgb(248, 247, 243);
  padding: 50px 47px;
  display: flex;
  align-items: center;
}
.team_evnet-box-wrap .date {
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
  width: min-content;
  text-align: center;
  margin-top: -5px;
}
.team_evnet-box-wrap .date::first-line {
  font-size: 36px;
  line-height: 42px;
}
.team_evnet-box-wrap .details {
  border-left: 1px solid rgb(230, 228, 222);
  margin-left: 9px;
  padding-left: 27px;
}
.team_evnet-box-wrap .box_title {
  font-weight: 600;
  margin-bottom: 0;
}
.team_evnet-box-wrap .box_title a {
  color: var(--title-color);
}
.team_evnet-box-wrap .box_title a:hover {
  color: var(--theme-color);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .team-2-anime-img-1 {
    width: 80px;
  }
  .team-2-anime-img-2 {
    width: 50px;
  }
  .team-2-anime-img-3 {
    width: 100px;
  }
  .team-2-anime-img-4 {
    width: 100px;
    bottom: 12%;
    right: 1%;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .team-area .bg-top-shape {
    top: -30px;
  }
  .team-anime-img-1 {
    left: 3% !important;
    top: 11% !important;
    width: 50px;
  }
  .team-anime-img-3 {
    right: 5% !important;
    top: 8% !important;
    width: 50px;
  }
  .team-anime-img-2 {
    left: 4% !important;
    width: 50px;
  }
  .team_evnet-box-wrap {
    padding: 40px 37px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .team-card-2 .team-content {
    margin: 0 30px;
  }
  .team-card-2 .team-content .team-title {
    margin-bottom: 0;
    font-size: 24px;
  }
  .about-card_box {
    padding: 40px 70px 30px 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .about-card_img {
    border-radius: 30px 30px 0 0;
  }
  .about-card_img img {
    border-radius: 30px 30px 0 0;
  }
  .about-card_box {
    border-radius: 0 0 30px 30px;
    padding: 40px 40px 30px 40px;
    margin-right: 0;
  }
  .team_evnet-box-wrap {
    padding: 30px 27px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .about-card_box {
    padding: 30px 30px 20px 30px;
  }
  .about-card_title {
    font-size: 24px;
  }
}
@media all and (max-width: 320px) {
  .team_evnet-box-wrap {
    padding: 30px 20px 30px 10px;
  }
}
/*------------------- 4.00. Testimonial  -------------------*/
/* Testimonial 1 ---------------------------------- */
.testiomonial-area {
  position: relative;
  border-top: 2px solid rgb(242, 246, 255);
}

.testi-slide-wrap {
  position: relative;
}
.testi-slide-wrap .action a {
  display: inline-block;
  border-radius: 50%;
  border: 2px solid transparent;
}
.testi-slide-wrap .action a:hover {
  border: 2px solid var(--theme-color);
}
.testi-slide-wrap .action img {
  box-shadow: 0px 8px 29px 0px rgba(37, 57, 98, 0.2);
  border-radius: 50%;
}
.testi-slide-wrap .testi-indicator-2 {
  position: absolute;
  left: -5%;
  top: -50%;
  animation: backto-top-bounce 3s infinite ease-in-out;
}
.testi-slide-wrap .testi-indicator-3 {
  position: absolute;
  right: -15%;
  top: -45%;
  animation: backto-top-bounce 2s infinite ease-in-out;
}
.testi-slide-wrap .testi-indicator-4 {
  position: absolute;
  left: -20%;
  bottom: 13%;
  animation: backto-top-bounce 4s infinite ease-in-out;
}
.testi-slide-wrap .testi-indicator-5 {
  position: absolute;
  right: -10%;
  bottom: -15%;
  animation: backto-top-bounce 3s infinite ease-in-out;
}

.testimonial-slider-nav-rtl,
.testimonial-slider-nav {
  width: 115px;
  margin: auto;
  margin-bottom: 31px;
}
.testimonial-slider-nav-rtl .thumb img,
.testimonial-slider-nav .thumb img {
  border-radius: 50%;
}

.testimonial-slider-rtl,
.testimonial-slider {
  max-width: 905px;
  margin: auto;
  text-align: center;
  margin-bottom: -12px;
}

.testi-box .testi-box_text {
  font-size: 24px;
  line-height: 1.667;
  margin-bottom: 29px;
}
.testi-box .testi-box_name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.testi-box .testi-box_desig {
  font-size: 18px;
  font-weight: 400;
  color: var(--theme-color);
}

.testimonial-slider-2 .slick-dots li {
  margin-right: 8px;
}
.testimonial-slider-2 .slick-dots li:last-child {
  margin-right: 0;
}
.testimonial-slider-2 .slick-dots button {
  width: 10px;
  height: 10px;
  background-color: rgb(253, 224, 232);
}
.testimonial-slider-2 .slick-dots .slick-active button {
  width: 30px;
  background: var(--theme-color);
}
.testimonial-slider-2 .slick-dots .slick-active button::before {
  display: none;
}

.testi-box-2 {
  border-radius: 20px;
  background-color: rgb(255, 245, 248);
}
.testi-box-2 .testi_content {
  padding: 42px 40px 11px;
}
.testi-box-2 .testi_title {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 14px;
}
.testi-box-2 .testi_title i,
.testi-box-2 .testi_title svg {
  margin-right: 17px;
  font-size: 28px;
  position: relative;
  top: 3px;
}
.testi-box-2 .testi-box_profile {
  display: flex;
  align-items: center;
  padding: 30px 40px;
  border-top: 2px solid var(--white-color);
}
.testi-box-2 .testi-box_profile .thumb {
  margin-right: 20px;
  border-radius: 50%;
}
.testi-box-2 .testi-box_profile .thumb img {
  border-radius: 50%;
}
.testi-box-2 .testi-box_profile .details {
  margin-bottom: -4px;
}
.testi-box-2 .testi-box_profile .testi-box_name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -2px;
}
.testi-box-2 .testi-box_profile .testi-box_desig {
  font-size: 14px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .testi-slide-wrap .testi-indicator-2 {
    left: 10%;
  }
  .testi-slide-wrap .testi-indicator-3 {
    right: 5%;
  }
  .testi-slide-wrap .testi-indicator-4 {
    left: -3%;
  }
  .testi-slide-wrap .testi-indicator-5 {
    right: 0%;
    bottom: 0%;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .testimonial-slider-rtl,
  .testimonial-slider {
    max-width: 800px;
  }
  .testi-box .testi-box_text {
    font-size: 20px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .testimonial-slider-rtl,
  .testimonial-slider {
    max-width: 600px;
  }
  .testi-slide-wrap .testi-indicator-3 {
    right: 4%;
  }
  .testi-slide-wrap .testi-indicator-4 {
    left: 0;
  }
  .testi-slide-wrap .testi-indicator-5 {
    right: 2%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .testi-slide-wrap .testi-indicator-2 {
    left: -1%;
    top: -15%;
    width: 80px;
  }
  .testi-slide-wrap .testi-indicator-3 {
    top: -18%;
    right: -1%;
    width: 90px;
  }
  .testi-slide-wrap .testi-indicator-4 {
    bottom: 0%;
    width: 110px;
  }
  .testi-slide-wrap .testi-indicator-5 {
    right: 10%;
    width: 100px;
    bottom: 0%;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .testimonial-slider-rtl,
  .testimonial-slider {
    max-width: initial;
  }
  .testi-box .testi-box_text {
    font-size: 16px;
  }
  .testi-slide-wrap .action {
    display: none;
  }
  .testi-box-2 .testi_content {
    padding: 27px 25px 11px;
  }
  .testi-box-2 .testi-box_profile {
    padding: 30px 25px;
  }
}
/*------------------- 4.00. Counter  -------------------*/
/* Counter 1 ---------------------------------- */
.counter-sec-space {
  padding: 180px 0 183px;
  margin-top: -75px;
  background-color: #fcf9f4;
}

.counter-card {
  text-align: center;
}
.counter-card_number {
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 7px;
  margin-top: -0.18em;
}
.counter-card_text {
  color: var(--white-color);
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: -0.5em;
}

/* Medium devices */
@media (max-width: 991px) {
  .counter-card_number {
    font-size: 48px;
  }
  .counter-sec-space {
    padding: 180px 0 125px;
    background-position: left bottom;
    margin-top: -64px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .counter-sec-space {
    margin-top: -77px;
  }
}
/*------------------- 4.00. Blog  -------------------*/
/* Blog Card ---------------------------------- */
.blog-area {
  background-size: 100% 100%;
}

.blog-card {
  border-radius: 30px;
  background: #fff;
}
.blog-card .blog-title {
  margin-bottom: 14px;
  font-weight: 700;
}
.blog-card .blog-img {
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}
.blog-card .blog-img img {
  width: 100%;
  border-radius: 30px 30px 0 0;
  transition: 0.4s ease-in-out;
}
.blog-card .date {
  background: var(--theme-color);
  display: inline-block;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  position: absolute;
  right: 40px;
  transform: translate(0, -50%);
  top: 0;
}
.blog-card .date p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 13px;
  color: #fff;
}
.blog-card .date p::first-line {
  font-size: 30px;
  font-weight: 700;
  line-height: 23px;
}
.blog-card .blog-content {
  padding: 43px 40px 32px;
  position: relative;
}
.blog-card .blog-meta {
  border-top: 1px solid #e9eef3;
  padding-top: 17px;
}
.blog-card .blog-meta i,
.blog-card .blog-meta svg {
  color: var(--body-color);
  transition: 0.4s;
}
.blog-card .blog-meta a:hover i,
.blog-card .blog-meta a:hover svg {
  color: var(--theme-color);
}
.blog-card .blog-meta span:after,
.blog-card .blog-meta a:after {
  display: none;
}
.blog-card:hover .blog-img img {
  transform: scale(1.08);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .blog-anime-img-1 {
    width: 80px;
  }
  .blog-anime-img-3 {
    width: 120px;
  }
  .blog-anime-img-2 {
    width: 100px;
  }
  .blog-anime-img-4 {
    width: 70px;
    left: 2% !important;
  }
  .blog-2-anime-img-3,
  .blog-2-anime-img-1 {
    width: 80px;
  }
  .blog-2-anime-img-4 {
    width: 100px;
  }
  .blog-2-anime-img-5 {
    right: 2% !important;
    width: 50px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-card .blog-title {
    font-size: 22px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .blog-card .blog-title {
    font-size: 20px;
  }
  .blog-card .date {
    height: 60px;
    width: 60px;
    line-height: 45px;
  }
  .blog-card .date p {
    font-size: 14px;
    margin-top: 11px;
  }
  .blog-card .date p::first-line {
    font-size: 24px;
    line-height: 20px;
  }
  .blog-area .blog-bg-1 {
    top: 13%;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-area .bg-anime-img {
    display: none;
  }
  .blog-card .blog-content {
    padding: 33px 20px 22px;
  }
  .blog-card .date {
    height: 50px;
    width: 50px;
    line-height: 37px;
    right: 20px;
  }
  .blog-card .date p {
    font-size: 12px;
    margin-top: 10px;
  }
  .blog-card .date p::first-line {
    line-height: 15px;
  }
  .blog-area-3 .space-extra-top {
    padding-top: 0;
  }
}
/*------------------- 4.00. Brand  -------------------*/
/* Brand 1 ---------------------------------- */
.brand-box {
  text-align: center;
  display: grid;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px 0px rgba(37, 57, 98, 0.07);
  border-radius: 30px;
  margin: 10px 0;
  position: relative;
  cursor: pointer;
}
.brand-box-bg {
  margin-bottom: -10px;
}
.brand-box:hover:after {
  opacity: 1;
  transform: scale(1);
}
.brand-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  background: transparent;
  border: 2px dashed var(--theme-color);
  border-radius: 30px;
  margin: 15px;
  transition: 0.7s all ease-in-out;
  transform: scale(0);
  opacity: 0;
}
.brand-box img {
  border-radius: 30px;
}

/* Medium devices */
@media (max-width: 991px) {
  .brand-box-bg {
    padding: 30px 0px 0;
  }
}
/* Extra small devices */
/*------------------- 4.00. Simple Sections  -------------------*/
.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}
.checklist li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  display: flex;
}
.checklist li:last-child {
  margin-bottom: 0;
}
.checklist li i,
.checklist li svg {
  font-size: 16px;
  margin-right: 10px;
  color: var(--theme-color);
  margin-top: 4px;
  width: 16px;
}
.checklist.style2 ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1px;
}
.checklist.style2 ul li:last-child {
  margin-bottom: 0;
}
.checklist.style2 ul li i,
.checklist.style2 ul li svg {
  font-size: 14px;
  margin-right: 9px;
}
.checklist.style3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
}
.checklist.style3 ul li {
  margin-bottom: 0;
}
.checklist.mb-40 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .checklist.mb-40 {
    margin-bottom: 32px;
  }
}
.checklist.mb-45 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .checklist.mb-45 {
    margin-bottom: 35px;
  }
}

.as-social a {
  background-color: transparent;
  color: var(--white-color);
  height: 45px;
  width: 45px;
  line-height: 47px;
}
.as-social a.facebook {
  background: #3b5997;
}
.as-social a.goggle {
  background: #de4b39;
}
.as-social a.twitter {
  background: #54abf0;
}
.as-social a.linkedin {
  background: #0e76a8;
}
.as-social a.instagram {
  background: #d63084;
}
.as-social a.pinterest {
  background: #bd071d;
}
.as-social a:hover {
  background-color: var(--theme-color);
}

.multi-social {
  text-align: center;
}
.multi-social a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  line-height: 42px;
}
.multi-social a.facebook {
  background: #2c6bc0;
  color: var(--white-color);
}
.multi-social a.facebook:hover {
  background: #3b5997;
}
.multi-social a.youtube {
  background: #ffd6dc;
  color: #ff0024;
}
.multi-social a.youtube:hover {
  background: #ff0024;
}
.multi-social a.twitter {
  background: #c4e9ff;
  color: #1da1f2;
}
.multi-social a.twitter:hover {
  background: #1da1f2;
}
.multi-social a.dribbble {
  background: #ffdbe9;
  color: #ea4c89;
}
.multi-social a.dribbble:hover {
  background: #ea4c89;
}
.multi-social a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

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

.as-video {
  position: relative;
  border-radius: 5px;
}
.as-video img {
  border-radius: inherit;
}
.as-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.as-video .play-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.icon-box {
  display: inline-flex;
  gap: 10px;
}

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

.read-more-btn {
  font-size: 18px;
  font-weight: 600;
  color: var(--title-color);
  position: relative;
}
.read-more-btn i,
.read-more-btn svg {
  font-size: 14px;
}
.read-more-btn:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: var(--theme-color);
  width: 0;
  transition: 0.4s ease-in-out;
}
.read-more-btn:hover {
  color: var(--theme-color);
}
.read-more-btn:hover:after {
  width: 100%;
}

.video-btn {
  display: flex;
  align-items: center;
  color: var(--body-color);
  text-transform: uppercase;
  line-height: 1.6;
}
.video-btn .play-btn {
  --icon-size: 50px;
  margin-right: 15px;
}
.video-btn .play-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  padding-right: 0.1em;
}
.video-btn .play-btn:before {
  background-color: var(--theme-color);
}
.video-btn .small-text {
  font-size: 10px;
  text-decoration: underline;
  display: block;
}
.video-btn .big-text {
  font-size: 14px;
  font-weight: 500;
}

.as-register-form {
  background-color: var(--smoke-color4);
  border: 0;
  padding: 60px;
  margin-top: 15px;
  border-radius: 30px;
}
.as-register-form .form-title {
  font-size: 30px;
  font-weight: 700;
  margin-top: -5px;
  margin-bottom: 29px;
}
.as-register-form .as-btn {
  padding: 20px 40px;
  font-weight: 400;
}

/* Large devices */
@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }
  p.mb-45 {
    margin-bottom: 38px;
  }
  .checklist li {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .checklist li i,
  .checklist li svg {
    font-size: 14px;
    margin-right: 5px;
  }
  .as-register-form {
    padding: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .checklist.style2 ul li {
    display: flex;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .checklist.style2 ul li i,
  .checklist.style2 ul li svg {
    margin-top: 5px;
    margin-right: 10px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .checklist.style3 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .as-register-form {
    padding: 30px;
  }
  .as-register-form .form-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 19px;
  }
  .as-register-form .as-btn {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .checklist.style3 ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*------------------- 4.00. Why -------------------*/
/* Why 1 ---------------------------------- */
.video-box1,
.video-box2 {
  position: relative;
}
.video-box1 img,
.video-box2 img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
.video-box1 .play-btn,
.video-box2 .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-box2 {
  margin-left: -140px;
}

.content-box1 {
  background-color: var(--white-color);
  box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.07);
  padding: 60px 160px 60px 60px;
}

.content-box-bottom {
  padding-left: 60px;
  margin-top: 10px;
}

/* Large devices */
@media (max-width: 1199px) {
  .video-box2 {
    margin-left: 0;
  }
  .content-box-bottom {
    text-align: center;
    padding-left: 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .content-box1 {
    padding: 40px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .content-box1 {
    padding: 40px 20px;
  }
}
/*------------------- 4.00. Feature Menu -------------------*/
/* feature area ---------------------------------- */
.features-area {
  margin-top: -45px;
  background-position: bottom;
}

.feature-wrap {
  background-size: 100% 100%;
  position: relative;
}
.feature-wrap .content-box {
  background: #fff;
  padding: 92px 102px 105px;
  margin: 0px 5px 80px;
  -webkit-mask-size: 100% 100%;
}
.feature-wrap .feature-icon {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background: var(--theme-color);
  display: inline-block;
  text-align: center;
  line-height: 100px;
  border: 15px solid var(--white-color);
  transform: translate(0px, 50%);
  margin-left: 93px;
  position: relative;
  z-index: 1;
  margin-top: -30px;
}
.feature-wrap .title {
  margin-bottom: 10px;
}
.feature-wrap .content {
  margin-bottom: 27px;
}

.feature-slider {
  width: 654px;
}
.feature-slider .slick-list {
  margin: 0 -5px;
}
.feature-slider .slick-dots {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translate(0px, -50%);
  margin: 0;
}
.feature-slider .slick-dots li {
  margin: 0 0 8px;
  display: block;
}
.feature-slider .slick-dots li:last-child {
  margin-bottom: 0;
}
.feature-slider .slick-dots button {
  width: 10px;
  height: 10px;
  background-color: rgb(255, 255, 255);
}
.feature-slider .slick-dots .slick-active button {
  height: 30px;
  background: var(--theme-color);
}
.feature-slider .slick-dots .slick-active button::before {
  display: none;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .feature-wrap {
    margin-bottom: 40px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .feature-wrap .feature-icon {
    margin-top: -52px;
  }
  .feature-wrap .content-box {
    margin: 0px 5px 50px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .feature-slider {
    width: auto;
  }
  .feature-wrap {
    padding: 50px 38px 45px;
    margin: 85px 5px 80px;
    border-radius: 20px;
    background: #fff;
  }
  .feature-wrap .content-box {
    -webkit-mask: none !important;
    mask: none;
    padding: 0;
    margin: 0;
  }
  .feature-wrap .feature-icon {
    margin-bottom: -50px;
    margin-left: 0px;
    transform: translate(-15px, -50%);
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .feature-wrap {
    padding: 50px 25px 40px;
  }
  .feature-wrap .feature-icon {
    margin-bottom: -52px;
    transform: translate(1px, -60%);
    height: 100px;
    width: 100px;
    border: 10px solid #fff;
    line-height: 83px;
  }
}
/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */
.accordion-card {
  margin-bottom: 20px;
  transition: 0.4s ease-in-out;
  box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
  overflow: hidden;
}
.accordion-card .accordion-button {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--title-font);
  border: 0;
  color: var(--title-color);
  background-color: var(--white-color);
  border-radius: 0;
  padding: 12px 45px 12px 30px;
  min-height: 56px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  transition: 0.3s;
  position: relative;
}
.accordion-card .accordion-button:after {
  content: "+";
  height: 100%;
  width: auto;
  line-height: 1;
  background-color: transparent;
  font-family: var(--icon-font);
  color: var(--title-color);
  font-weight: 700;
  font-size: 1em;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 30px;
  clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
  padding-left: 10px;
  transition: 0.3s ease-in-out;
}
.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-card .accordion-button:not(.collapsed) {
  color: var(--theme-color);
  border-bottom: 1px solid var(--border-color);
  box-shadow: none;
  border-radius: 0;
}
.accordion-card .accordion-button:not(.collapsed):after {
  content: "\f068";
  transform: rotate(0);
  color: var(--theme-color);
}
.accordion-card .accordion-collapse {
  border: none;
}
.accordion-card .accordion-body {
  border-radius: 0;
  background-color: var(--white-color);
  border: none;
  padding: 23px 30px 30px 30px;
}
.accordion-card .faq-text {
  margin-bottom: -0.48em;
}
.accordion-card .faq-img {
  height: 100%;
}
.accordion-card .faq-img img {
  height: 100%;
  object-fit: cover;
}
.accordion-card:last-child {
  margin-bottom: 0;
}
.accordion-card.style2 {
  box-shadow: none;
  border: 1px solid var(--border-color);
}
.accordion-card.style2:not(:last-child) {
  margin-bottom: 30px;
}
.accordion-card.style2 .accordion-button {
  background-color: var(--smoke-color);
  box-shadow: none;
}
.accordion-card.style2 .accordion-button:after {
  content: "\f063";
  color: var(--body-color);
}
.accordion-card.style2 .accordion-button:not(.collapsed) {
  color: var(--title-color);
  border-bottom: none;
}
.accordion-card.style2 .accordion-button:not(.collapsed):after {
  transform: rotate(180deg) translateX(-11px);
}

.faq-img {
  padding-left: 25px;
  text-align: center;
}
.faq-img img {
  max-width: max-content;
}

/* Extra small devices */
@media (max-width: 575px) {
  .accordion-card .accordion-button {
    font-size: 16px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .faq-img {
    padding-left: 0;
  }
  .faq-img img {
    max-width: 100%;
  }
}
.faq-widget {
  background-color: var(--smoke-color);
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 5px;
  text-align: center;
}
.faq-widget .title {
  margin-top: -0.23em;
}

.faq-form-wrap {
  margin-top: 70px;
}
.faq-form-wrap .form-text {
  max-width: 500px;
  margin-bottom: 25px;
}

/* Medium devices */
@media (max-width: 991px) {
  .faq-form-wrap {
    margin-top: 45px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .faq-widget {
    padding: 40px 20px;
  }
}
/*------------------- 4.00. CTA -------------------*/
.cta-area {
  z-index: 0;
  margin-top: -44px;
  position: relative;
  padding: 147px 0;
}
.cta-area:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.863);
  opacity: 0.702;
}

.cta-area.maths-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(10, 26, 58, 0);
  opacity: 0.702;
}

.cta-anime-img-1,
.cta-anime-img-2 {
  z-index: 1;
}

.cta-sub-title {
  font-family: var(--style-font);
  color: var(--theme-color);
  margin-bottom: 32px;
  font-size: 24px;
  display: inline-block;
}

.cta-area-2 {
  padding: 187px 0 135px;
}

.cta-sub-title-2 {
  font-family: var(--style-font);
  color: var(--white-color);
  margin-bottom: 32px;
  font-size: 24px;
  display: inline-block;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .cta-area {
    padding: 147px 0 138px;
  }
  .cta-area-2 {
    padding: 187px 0 120px;
  }
  .cta-2-anime-img-1 {
    width: 100px;
  }
  .cta-2-anime-img-2 {
    width: 100px;
  }
}
/*------------------- 4.00. Service -------------------*/
/* Service Card ---------------------------------- */
.service-area {
  background-size: 100% 100%;
  position: relative;
}
.service-area .slick-dots button {
  background: var(--theme-color);
}

.service-area-2 {
  background-size: cover;
  position: relative;
}

.service-area-4 {
  background-size: 100% 100%;
}

.service-card {
  text-align: center;
  border-radius: 30px;
  background: #fff;
  padding: 60px 40px 48px;
}
.service-card:hover .service-thumb img {
  transform: scale(1.08);
}
.service-card .service-thumb {
  margin-bottom: 25px;
  border-radius: 30px;
  overflow: hidden;
}
.service-card .service-thumb img {
  border-radius: 30px;
  transition: 0.4s;
  width: 100%;
}
.service-card .service-icon {
  margin-bottom: 35px;
}
.service-card .service-icon img {
  width: auto;
  margin: auto;
}
.service-card .title {
  font-weight: 700;
}
.service-card .title a {
  color: var(--title-color);
}
.service-card .title a:hover {
  color: var(--theme-color);
}
.service-card p {
  line-height: 1.625;
  margin-top: 15px;
  margin-bottom: 14px;
}
.service-card .read-more-btn {
  font-size: 18px;
  font-weight: 600;
  color: var(--title-color);
  position: relative;
}
.service-card .read-more-btn i,
.service-card .read-more-btn svg {
  font-size: 14px;
}
.service-card .read-more-btn:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: var(--theme-color);
  width: 0;
  transition: 0.4s ease-in-out;
}
.service-card .read-more-btn:hover {
  color: var(--theme-color);
}
.service-card .read-more-btn:hover:after {
  width: 100%;
}
.service-card.style3 {
  padding: 30px 30px 40px;
}
.service-card.style3 .service-content {
  margin-bottom: 17px;
  padding: 0 20px;
}
.service-card.style3 .read-more-btn {
  color: var(--theme-color);
}
.service-card.style3 .read-more-btn:hover {
  color: var(--title-color);
}
.service-card.style3 .read-more-btn:hover:after {
  background: var(--title-color);
  width: 60%;
}
.service-card.style3 .read-more-btn:after {
  width: 100%;
}

.service-wrap {
  text-align: center;
}
.service-wrap.style-2 {
  --theme-color: #ffbe4b;
}
.service-wrap .service-thumb {
  border-radius: 50%;
  border: 2px dashed var(--theme-color);
  display: inline-block;
  position: relative;
  padding: 16px;
}
.service-wrap .service-thumb img {
  border-radius: 50%;
}
.service-wrap .service-thumb .number {
  position: absolute;
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  background: var(--theme-color);
  text-align: center;
  color: var(--white-color);
  font-size: 22px;
  font-weight: 500;
  left: 0;
}
.service-wrap .service-thumb.shape1 {
  border-radius: 10px;
  transform: rotate(-12deg);
  margin: 18px 24px 17px;
}
.service-wrap .service-thumb.shape1 img {
  border-radius: 10px;
}
.service-wrap .service-thumb.shape1 .number {
  bottom: -22px;
  right: 31px;
  left: auto;
  transform: rotate(12deg);
}
.service-wrap .service-thumb.shape2 {
  border-radius: 10px;
  transform: rotate(9deg);
  margin: 14px 0px 15px;
}
.service-wrap .service-thumb.shape2 img {
  border-radius: 10px;
}
.service-wrap .service-thumb.shape2 .number {
  left: 19px;
  bottom: -20px;
  transform: rotate(-9deg);
}
.service-wrap .title {
  margin-top: 31px;
}
.service-wrap .title a {
  color: var(--title-color);
}
.service-wrap .title a:hover {
  color: var(--theme-color);
}
.service-wrap .service-content {
  padding: 0 20px;
  margin-bottom: 0;
}

.service-wrap-2 {
  position: relative;
  text-align: center;
  padding: 0 20px;
}
.service-wrap-2 .service-thumb {
  position: relative;
  display: inline-block;
  padding: 14px 14px 0px;
}
.service-wrap-2 .service-thumb .number {
  position: absolute;
  display: inline-block;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  line-height: 70px;
  background: var(--theme-color);
  text-align: center;
  color: var(--white-color);
  font-size: 30px;
  font-weight: 700;
  left: 21px;
  top: 2px;
  z-index: 1;
}
.service-wrap-2 .service-thumb .thumbnail {
  display: inline-block;
  mask-size: 100% 100%;
  width: 140px;
  height: 145px;
}
.service-wrap-2 .service-thumb .thumbnail img {
  width: 100%;
}
.service-wrap-2 .service-thumb .arrow {
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translate(100%, -50%);
}
.service-wrap-2 .title {
  margin-top: 25px;
  margin-bottom: 10px;
}
.service-wrap-2 .title a {
  color: var(--title-color);
}
.service-wrap-2 .title a:hover {
  color: var(--theme-color);
}
.service-wrap-2 p {
  margin-bottom: 0;
}

@-webkit-keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}
@keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .service-2-anime-img-4 {
    width: 80px;
  }
  .service-2-anime-img-6 {
    width: 250px;
  }
  .service-2-anime-img-3 {
    width: 70px;
  }
  .service-2-anime-img-5 {
    width: 100px;
  }
  .service-2-anime-img-1 {
    width: 60px;
  }
  .service-3-anime-img-1 {
    width: 70px;
  }
  .service-3-anime-img-2 {
    width: 100px;
  }
  .service-3-anime-img-3 {
    bottom: 9% !important;
    left: 3% !important;
    width: 70px;
  }
  .service-3-anime-img-4 {
    right: 2% !important;
    bottom: 10% !important;
    width: 70px;
  }
  .service-4-anime-img-1 {
    top: 25px !important;
  }
  .service-4-anime-img-3 {
    width: 80px;
    left: 1% !important;
  }
  .service-4-anime-img-4 {
    width: 80px;
  }
  .service-wrap-2 .service-thumb .arrow {
    right: -62px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .service-wrap .service-content {
    padding: 0 10px;
  }
  .service-card.style3 .service-content {
    padding: 0;
  }
  .service-4-anime-img-1 {
    top: 28px !important;
  }
  .service-wrap-2 {
    padding: 0;
  }
  .service-wrap-2 .service-thumb .arrow {
    right: -47px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .service-card .title {
    font-size: 21px;
  }
  .service-card {
    padding: 60px 25px 48px;
  }
  .service-4-anime-img-1 {
    top: 50px !important;
  }
  .service-wrap-2 .service-thumb .arrow {
    right: -35px;
    width: 90px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .service-card .title {
    font-size: 22px;
  }
  .service-card {
    padding: 60px 20px 48px;
  }
  .service-wrap-2 .service-thumb .arrow {
    display: none;
  }
  .service-wrap-2 .service-thumb .number {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 24px;
    left: 33px;
    top: 12px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .service-card {
    padding: 60px 30px 48px;
  }
}
@media (max-width: 320px) {
  .service-card.style3 {
    padding: 25px 25px 35px;
  }
}
/*------------------- 4.00. Pricing -------------------*/
/* Pricing 1 ---------------------------------- */
.pricing-card {
  background: var(--theme-color);
  text-align: center;
  border-radius: 30px;
  padding: 72px 42px 51px;
  position: relative;
  overflow: hidden;
}
.pricing-card.active {
  background: var(--title-color);
}
.pricing-card.active .note {
  color: #91a7d2;
}
.pricing-card .top-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate(0px, -50%);
}
.pricing-card .bottom-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translate(0px, 50%);
}
.pricing-card .title {
  font-size: 36px;
  font-weight: 800;
  color: var(--white-color);
  margin-bottom: 15px;
}
.pricing-card .price {
  font-weight: 800;
  color: var(--white-color);
  font-size: 72px;
  margin-bottom: 17px;
}
.pricing-card .content {
  color: var(--white-color);
  margin-bottom: 25px;
}
.pricing-card .note {
  color: #ffdee7;
  margin-top: 23px;
}
.pricing-card .as-btn {
  padding: 19px 34px;
}

/* Large devices */
@media (max-width: 1199px) {
  .pricing-card {
    padding: 72px 20px 51px;
  }
  .pricing-card .title {
    font-size: 30px;
  }
  .pricing-card .price {
    font-size: 52px;
  }
  .pricing-card .content {
    font-size: 14px;
  }
  .pricing-card .bottom-dots {
    transform: translate(-50%, 50%);
    left: 50%;
    width: 80%;
  }
  .pricing-card .top-dots {
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
  }
}
/* Medium devices */
/* Small devices */
/*------------------- 4.00. Why Choose Us -------------------*/
/*----------------------------------------------
    # why choose us area style here
----------------------------------------------*/
.wcu-thumb {
  position: relative;
  padding: 82px 0px 220px 0;
  margin: -19px 0 0 -20px;
}
.wcu-thumb .shape-mockup {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wcu-thumb .anime-img-2 {
  display: block;
}
.wcu-thumb .img-1 {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 85px;
  border: 17px solid var(--white-color);
  box-shadow: 0px 6px 24px 0px rgba(110, 119, 139, 0.15);
  transform: rotate(-9deg);
}
.wcu-thumb .img-2 {
  border: 17px solid var(--white-color);
  box-shadow: 0px 6px 24px 0px rgba(110, 119, 139, 0.15);
  transform: rotate(10deg);
}
.wcu-thumb .img-3 {
  position: absolute;
  width: 150px;
  top: 25px;
  z-index: 1;
  right: 70px;
  animation: rotate-360 10s infinite;
}
.wcu-thumb .img-4 {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
}

.skills-area {
  margin-top: -13px;
}
.skills-area .single-skill {
  display: inline-block;
  position: relative;
  text-align: center;
}
.skills-area .single-skill ~ .single-skill {
  margin-left: 23px;
}
.skills-area .single-skill p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 19px;
}
.skills-area .single-skill .single-counter-skill {
  color: var(--theme-color);
}
.skills-area .circle-chart {
  width: 150px;
  height: 150px;
}
.skills-area .circle-chart .circle-chart__circle {
  stroke-width: 1;
  stroke-linecap: square;
  fill: none;
  animation: circle-chart-fill 2s reverse; /* 1 */
  transform: rotate(-90deg); /* 2, 3 */
  transform-origin: center; /* 4 */
  stroke: var(--theme-color);
}
.skills-area .circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1, -1); /* 1, 2, 3 */
}
.skills-area .circle-chart__background {
  stroke: #eaeef4;
  stroke-width: 1;
  fill: none;
}
.skills-area .circle-chart__info,
.skills-area .circle-chart__percent {
  display: none;
}
.skills-area .single-skill-1 {
  --yellow-color: #fd9a23;
}
.skills-area .single-skill-1 .circle-chart .circle-chart__circle {
  stroke: var(--yellow-color);
}
.skills-area .single-skill-1 .single-counter-skill {
  color: var(--yellow-color);
}
.skills-area .single-skill-2 {
  --success-color: #1fbbf5;
}
.skills-area .single-skill-2 .circle-chart .circle-chart__circle {
  stroke: var(--success-color);
}
.skills-area .single-skill-2 .single-counter-skill {
  color: var(--success-color);
}
.skills-area .single-skill-3 .circle-chart .circle-chart__circle {
  stroke: var(--theme-color);
}
.skills-area .single-skill-3 .single-counter-skill {
  color: var(--theme-color);
}
.skills-area .single-counter-skill {
  font-size: 40px;
  font-weight: 800;
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translate(-50%, 0);
}
.skills-area .single-skill-wrap {
  display: inline-flex;
}
.skills-area .single-skill-wrap .circle-chart {
  width: 152px;
  height: 152px;
}
.skills-area .single-skill-wrap .circle-chart .circle-chart__circle {
  stroke-width: 1.5px;
}
.skills-area .single-skill-wrap .circle-chart__background {
  stroke: transparent;
}
.skills-area .single-skill-wrap .single-skill .single-counter-skill {
  color: var(--theme-color);
  background: #fff0f4;
  height: 110px;
  width: 110px;
  line-height: 113px;
  top: 0;
  transform: translate(-50%, 50%);
  border-radius: 50%;
  margin-top: -34px;
  font-size: 30px;
  font-weight: 700;
}
.skills-area .single-skill-wrap .details {
  margin-left: 24px;
}
.skills-area .single-skill-wrap p {
  margin-bottom: 0;
}
.skills-area .single-skill-wrap .title {
  margin-bottom: 8px;
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rotate-360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@media (min-width: 1600px) {
  .skills-area .circle-chart {
    width: 175px;
    height: 175px;
  }
  .skills-area .single-counter-skill {
    top: 75px;
  }
  .wcu-thumb {
    margin: -19px 16px 42px -20px;
  }
  .wcu-thumb .img-3 {
    width: auto;
    top: 9px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .wcu-thumb .anime-img-2 {
    text-align: center;
  }
  .wcu-thumb .img-1 {
    bottom: 130px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .wcu-thumb .anime-img-2 {
    text-align: left;
    margin-left: 30px;
  }
  .wcu-thumb {
    padding: 82px 0px 200px 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .wcu-thumb .img-3 {
    width: 150px;
    right: 0;
  }
  .wcu-thumb {
    padding: 82px 0px 250px 0;
  }
  .skills-area .circle-chart {
    width: 120px;
    height: 120px;
  }
  .skills-area .single-counter-skill {
    font-size: 34px;
    top: 52px;
  }
  .skills-area .single-skill-wrap {
    display: block;
    text-align: center;
  }
  .skills-area .single-skill-wrap .details {
    margin-left: 0px;
    margin-top: 20px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .wcu-thumb {
    padding: 0 0 155px 0px;
    margin: 55px 0 25px 0px;
  }
  .wcu-thumb .img-1 {
    bottom: 0;
  }
  .wcu-wrap {
    margin-bottom: 70px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .skills-area .circle-chart {
    width: 110px;
    height: 110px;
  }
  .skills-area .single-counter-skill {
    font-size: 30px;
    top: 45px;
  }
  .wcu-thumb .img-3 {
    right: 10px;
    width: 100px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .skills-area {
    display: flex;
  }
  .skills-area .circle-chart {
    width: 96px;
    height: 96px;
  }
  .skills-area .single-skill ~ .single-skill {
    margin-left: auto;
  }
  .skills-area .single-counter-skill {
    font-size: 26px;
    top: 38px;
  }
  .skills-area .single-skill p {
    font-size: 14px;
    margin-top: 12px;
  }
  .wcu-thumb {
    padding: 0 25px 180px 0px;
    margin: 55px 0 25px 0px;
  }
  .wcu-thumb .img-1 {
    width: 80%;
  }
  .wcu-thumb .img-3 {
    top: -30px;
  }
}
/*------------------- 4.00. Course -------------------*/
/*----------------------------------------------
    # Course style here
----------------------------------------------*/
.course-area {
  position: relative;
  background-size: 100% 100%;
}

.course-card {
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 6px 15px rgba(1, 19, 60, 0.07);
}
.course-card:hover .thumb img {
  transform: scale(1.05);
}
.course-card .thumb {
  position: relative;
  overflow: hidden;
}
.course-card .thumb img {
  border-radius: 30px 30px 0 0;
  transition: 0.4s ease-in-out;
  transform: scale(1.01);
  width: 100%;
}
.course-card .details {
  padding: 36px 40px 35px;
  position: relative;
}
.course-card .details .price {
  background: var(--theme-color);
  display: inline-block;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  position: absolute;
  right: 40px;
  transform: translate(0, -50%);
  top: 0;
}
.course-card .details .title {
  font-weight: 700;
  margin-bottom: 5px;
}
.course-card .details .title a {
  color: var(--title-color);
}
.course-card .details .title a:hover {
  color: var(--theme-color);
}
.course-card .details p {
  margin-bottom: 13px;
}
.course-card .details ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e9eef3;
  padding-top: 17px;
}
.course-card .details ul li {
  display: inline-block;
  font-weight: 600;
  color: var(--title-color);
  line-height: 1.2;
}
.course-card .details ul li + li {
  margin-left: 25px;
  padding-left: 33px;
  position: relative;
}
.course-card .details ul li + li:after {
  content: "";
  position: absolute;
  background-color: rgb(231, 236, 241);
  width: 1px;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.course-card .details ul li span {
  display: block;
  color: var(--body-color);
  margin-bottom: 4px;
}

.course-details-inner img {
  border-radius: 20px;
  width: 100%;
}
.course-details-inner .single-title {
  font-size: 40px;
  font-weight: 800;
}

.course-thumb {
  margin: 20px -10px 32px -10px;
}
.course-thumb .slick-slide {
  padding-right: 10px;
  padding-left: 10px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .course-card .details ul li + li {
    margin-left: 19px;
    padding-left: 22px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .course-anime-img-1 {
    width: 280px;
  }
  .course-anime-img-4 {
    width: 50px;
  }
  .course-anime-img-2 {
    width: 70px;
  }
  .course-card .details {
    padding: 36px 30px 25px;
  }
  .course-card .details h4 {
    font-size: 22px;
  }
  .course-card .details ul li + li {
    margin-left: 24px;
    padding-left: 0;
  }
  .course-card .details ul li + li:after {
    display: none;
  }
  .course-card .details .price {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 20px;
    right: 30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .course-card .details ul {
    display: flex;
  }
  .course-card .details ul li + li {
    margin-left: auto;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .course-area .img-4,
  .course-area .img-2 {
    width: 50px;
  }
  .course-area .img-1 {
    width: 100px;
    top: 0;
  }
  .course-details-inner .single-title {
    font-size: 34px;
  }
  .course-thumb {
    margin: 20px -10px 22px -10px;
  }
  .course-details-inner img {
    border-radius: 10px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .course-details-inner .single-title {
    font-size: 27px;
  }
}
/*------------------- 4.00. Achivement -------------------*/
/* Achivement area 1 ---------------------------------- */
.achivement-area {
  position: relative;
}
.achivement-area .anime-img {
  position: absolute;
  left: 11%;
  bottom: 14%;
  animation: img-alt 10s infinite;
}

@keyframes img-alt {
  0% {
    transform: rotate(-117deg) scale(0.7) translate(-134%, 25%);
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: inherit;
    opacity: 0;
  }
}
.achivement-card {
  border: 2px dashed var(--theme-color);
  border-radius: 10px;
}
.achivement-card .card_content {
  padding: 72px 0 80px 71px;
  max-width: 570px;
  position: relative;
}
.achivement-card .card_content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #f5f5f5 80%, transparent);
  z-index: -1;
  border-radius: 10px;
}
.achivement-card .card_content .card_title {
  font-weight: 700;
}
.achivement-card .card_content .card_text {
  margin-bottom: 20px;
}
.achivement-card .card_content .as-btn {
  margin-top: 23px;
  padding: 15px 30px;
}

.filter-menu {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 50px;
  margin: auto;
  position: relative;
  background: var(--white-color);
  height: 64px;
  border-radius: 10px;
  border: 2px dashed var(--theme-color);
  z-index: 1;
  padding: 0 35px;
  transform: translate(0, 50%);
  margin-top: -21px;
}
.filter-menu button {
  border: none;
  padding: 0;
  margin-bottom: 0px;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-color);
  position: relative;
}
.filter-menu button.active {
  color: var(--white-color);
}
.filter-menu button.active:hover {
  color: var(--white-color);
}
.filter-menu button:hover {
  color: var(--title-color);
}
.filter-menu .indicator {
  position: absolute;
  height: 50px;
  background: var(--theme-color);
  border-radius: 10px;
  width: calc(var(--width-set) + 60px);
  left: calc(var(--pos-x) - 30px);
  top: calc(var(--pos-y) + 5px);
  transition: 0.4s ease-in-out;
  z-index: -1;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .achivement-area .anime-img {
    width: 200px;
    left: 7%;
    bottom: 35%;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .achivement-area .anime-img {
    display: none;
  }
  .achivement-card .card_content {
    padding: 82px 0 60px 60px;
    max-width: 480px;
  }
  .filter-tab-area {
    margin-top: -12px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .achivement-card {
    background: #f5f5f5;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .filter-tab-area {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .filter-tab-area .filter-menu {
    gap: 15px 30px;
    height: auto;
    border: 0;
    background: transparent;
    transform: none;
  }
  .filter-tab-area .filter-menu .indicator {
    height: 40px;
    width: calc(var(--width-set) + 30px);
    left: calc(var(--pos-x) - 15px);
    top: calc(var(--pos-y) - 7px);
  }
  .filter-menu {
    gap: 15px 30px;
    padding: 0 25px;
  }
  .filter-menu .indicator {
    width: calc(var(--width-set) + 40px);
    left: calc(var(--pos-x) - 20px);
  }
  .achivement-card .card_content {
    padding: 27px 25px 30px;
    max-width: initial;
  }
  .achivement-card .card_content .card_text {
    font-size: 14px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .filter-menu {
    gap: 15px 25px;
    padding: 0;
    width: 100%;
  }
  .filter-menu .indicator {
    width: calc(var(--width-set) + 26px);
    left: calc(var(--pos-x) - 13px);
  }
  .filter-menu button {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .filter-menu {
    gap: 0px 18px;
    padding: 0;
    width: 100%;
    height: auto;
    margin: 0;
    transform: none;
  }
  .filter-menu button {
    height: 60px;
    width: 90%;
  }
  .filter-menu .indicator {
    width: calc(var(--width-set) + 10px);
    left: calc(var(--pos-x) - 5px);
  }
  .filter-tab-area .filter-menu {
    border: 2px dashed var(--theme-color);
    gap: 0px 30px;
  }
  .filter-tab-area .filter-menu .indicator {
    width: calc(var(--width-set) + 10px);
    left: calc(var(--pos-x) - 5px);
    height: 50px;
    top: calc(var(--pos-y) + 5px);
  }
}
/*------------------- 4.00. Event -------------------*/
/* Event 1 ---------------------------------- */
.event-anime-img-1 {
  left: 5% !important;
  width: 100px;
}

.event-anime-img-2 {
  right: 5% !important;
}

.event-anime-img-4 {
  width: 120px;
}

.event-box {
  border: 2px dashed rgb(234, 234, 234);
  border-radius: 30px;
  background-color: rgb(248, 248, 248);
  box-shadow: 0px 13px 92px 0px rgba(75, 83, 100, 0.07);
  padding: 54px 60px;
  display: flex;
  align-items: center;
}
.event-box .event-date {
  font-size: 36px;
  font-weight: 800;
  color: var(--theme-color);
}
.event-box .event-content {
  border-left: 1px solid rgb(237, 234, 228);
  padding-left: 40px;
  margin-left: 70px;
}
.event-box .event-content .title {
  margin-bottom: 12px;
}
.event-box .event-content .title a {
  color: var(--title-color);
}
.event-box .event-content .title a:hover {
  color: var(--theme-color);
}
.event-box .event-content .meta a,
.event-box .event-content .meta span {
  display: block;
}
.event-box .event-content .meta a i,
.event-box .event-content .meta a svg,
.event-box .event-content .meta span i,
.event-box .event-content .meta span svg {
  margin-right: 10px;
}
.event-box .event-content .meta a {
  margin-top: 7px;
  color: var(--body-color);
}
.event-box .event-content .meta a:hover {
  color: var(--theme-color);
}
.event-box .icon-btn {
  height: 60px;
  width: 60px;
  line-height: 64px;
  box-shadow: 0px 10px 32px 0px rgba(254, 90, 134, 0.15);
  font-size: 20px;
  margin-left: auto;
  flex: none;
}

.event-card {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 6px 15px rgba(1, 19, 60, 0.07);
}
.event-card:hover .thumb img {
  transform: scale(1.05);
}
.event-card .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.event-card .thumb img {
  border-radius: 20px 20px 0 0;
  transition: 0.4s ease-in-out;
  transform: scale(1.01);
  width: 100%;
}
.event-card .details {
  padding: 35px 39px 31px;
}
.event-card .event-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.event-card .event-title a {
  color: var(--title-color);
}
.event-card .event-title a:hover {
  color: var(--theme-color);
}
.event-card .meta {
  margin-bottom: 13px;
}
.event-card .meta a,
.event-card .meta span {
  display: block;
}
.event-card .meta a i,
.event-card .meta a svg,
.event-card .meta span i,
.event-card .meta span svg {
  margin-right: 9px;
}
.event-card .meta a {
  margin-top: 7px;
  color: var(--body-color);
}
.event-card .meta a:hover {
  color: var(--theme-color);
}
.event-card .read-more-btn {
  color: var(--theme-color);
}

.modal-open .modal {
  z-index: 9999;
}

.modal-dialog {
  margin: 100px auto 0;
}

.event-details .checklist ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.event-details .checklist li {
  margin-bottom: 0px;
}

.event-img-slider {
  border-radius: 20px;
  margin-bottom: 56px;
}
.event-img-slider .img-box {
  display: inline-block;
}
.event-img-slider .img-box img {
  border-radius: 20px;
  display: inline-block;
}
.event-img-slider .slick-list {
  margin-bottom: -40px;
}
.event-img-slider .slick-arrow {
  left: var(--pos-x, 40px);
  margin-top: calc(var(--icon-size, 55px) / -2);
  width: var(--icon-size, 55px);
  height: var(--icon-size, 55px);
  line-height: var(--icon-size, 58px);
  font-size: var(--icon-font-size, 18px);
  box-shadow: none;
  border: 1px solid rgb(244, 235, 220);
  background: #fff;
  opacity: 1;
  visibility: visible;
}
.event-img-slider .slick-arrow.slick-next {
  right: var(--pos-x, 40px);
  left: auto;
}
.event-img-slider .slick-arrow:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.event-title-box {
  display: flex;
  align-items: center;
}
.event-title-box .date {
  height: 90px;
  width: 80px;
  border-radius: 10px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-right: 25px;
}
.event-title-box .date .day {
  font-size: 30px;
  width: 100%;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  border-bottom: 2px solid var(--smoke-color);
}
.event-title-box .date .month {
  line-height: 34px;
  text-transform: uppercase;
}
.event-title-box .event-title {
  margin-bottom: 0;
}

.event-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.event-info li {
  display: flex;
}
.event-info li i {
  margin-right: 8px;
  margin-top: 4px;
}

.event-nav {
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e6e2d8;
}
.event-nav .nav-btn {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: var(--title-color);
}
.event-nav .nav-btn i {
  margin-right: 14px;
}
.event-nav .nav-btn:hover {
  color: var(--theme-color);
}
.event-nav .nav-btn:hover::before {
  width: 100%;
}
.event-nav .nav-btn:before {
  content: "";
  height: 2px;
  width: 0;
  background-color: var(--theme-color);
  position: absolute;
  bottom: -3px;
  right: 0;
  transition: 0.3s ease-in-out;
}
.event-nav .nav-btn:last-child:before {
  right: unset;
  left: 0;
}
.event-nav .nav-btn:last-child i {
  margin-left: 14px;
  margin-right: 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .event-card .details {
    padding: 30px 34px 26px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .event-anime-img-1 {
    left: 8% !important;
    top: 10% !important;
  }
  .event-anime-img-2 {
    top: 13% !important;
  }
  .event-card .details {
    padding: 20px 24px 16px;
  }
  .event-card .meta {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .event-card .read-more-btn {
    font-size: 16px;
  }
  .event-title-box .event-title {
    font-size: 36px;
  }
  .event-details .as-btn {
    padding: 21px 30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .event-box {
    padding: 44px 30px;
  }
  .event-box .event-date {
    font-size: 24px;
  }
  .event-box .event-content {
    margin-left: 30px;
    padding-left: 30px;
  }
  .event-box .icon-btn {
    height: 50px;
    width: 50px;
    line-height: 54px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .event-box {
    padding: 28px 30px 30px;
    display: block;
  }
  .event-box .event-content {
    padding: 0;
    margin: 0;
    border: 0;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .event-box .event-content .meta a,
  .event-box .event-content .meta span {
    font-size: 14px;
  }
  .event-box .event-content .meta a {
    margin-top: 2px;
  }
  .event-title-box .date {
    font-size: 16px;
    width: 60px;
    margin-right: 20px;
  }
  .event-title-box .date .day {
    font-size: 24px;
  }
  .event-title-box .event-title {
    font-size: 26px;
  }
  .event-details .as-btn {
    padding: 17px 30px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .event-nav .nav-btn span,
  .event-nav .nav-btn::before {
    display: none;
  }
  .event-nav .nav-btn i {
    display: inline-block;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    border-radius: 10px;
    border: none;
    transition: 0.4s ease-in-out;
  }
  .event-nav .nav-btn:first-child {
    margin-bottom: 10px;
  }
  .event-details .checklist ul {
    display: block;
  }
  .event-details .checklist ul li ~ li {
    margin-top: 10px;
  }
}
@media all and (max-width: 320px) {
  .event-box {
    padding: 28px 25px 25px;
  }
  .event-box .event-date {
    font-size: 20px;
  }
  .event-box .event-content .title {
    font-size: 18px;
  }
  .event-box .event-content .meta a,
  .event-box .event-content .meta span {
    font-size: 13px;
  }
}
/*------------------- 4.00. Gallery -------------------*/
/* Gallery 1 ---------------------------------- */
.gallery-row {
  --bs-gutter-y: 1.5rem;
}

@media (min-width: 1200px) {
  .gallery-row .col-md-6,
  .gallery-row .col-lg-6 {
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .gallery-row .col-xl-auto {
    width: auto;
  }
}
.gallery-card {
  position: relative;
}
.gallery-card .gallery-img {
  position: relative;
  border-radius: 30px;
}
.gallery-card .gallery-img img {
  border-radius: 30px;
  width: 100%;
}
.gallery-card .popup-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(2, 12, 30, 0.702);
  transition: 0.4s ease-in-out;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  opacity: 0;
  color: var(--white-color);
}
.gallery-card:hover .popup-image {
  opacity: 1;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .gallery-card .popup-image {
    font-size: 48px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .gallery-card .popup-image {
    font-size: 36px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .gallery-card .popup-image {
    font-size: 30px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .gallery-card .gallery-img img {
    width: 100%;
  }
}
/*------------------- 4.00. Activities -------------------*/
.activites-area {
  position: relative;
  background-size: 100% 100%;
}

.activites-img-1 {
  top: 5px;
  left: 0;
  position: absolute;
}

.activities-thumb {
  margin: 0 -25px;
}

.activities-thumb-2 {
  border-radius: 20px;
  margin: 0 25px;
}
.activities-thumb-2 img {
  border-radius: 20px;
  width: 100%;
}

.activities-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.activities-list .single-list {
  display: inline-flex;
  align-items: center;
}
.activities-list .single-list + li {
  margin-top: 61px;
}
.activities-list .single-list .media-body {
  padding: 0 24px;
}
.activities-list .single-list .media-body .title {
  margin-bottom: 8px;
}
.activities-list .single-list .media-body .content {
  margin-bottom: 0;
}
.activities-list.left-list .single-list:nth-child(2) {
  margin-right: 74px;
  margin-left: -10px;
}
.activities-list.left-list .single-list:nth-child(2) .media-body {
  padding-left: 0;
}
.activities-list.right-list .single-list:nth-child(2) {
  margin-left: 38px;
  margin-right: -10px;
}
.activities-list.right-list .single-list:nth-child(2) .media-body {
  padding-right: 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .activites-img-1 {
    top: 24px;
  }
  .activites-anime-img-1 {
    width: 80px;
  }
  .activites-anime-img-3,
  .activites-anime-img-2 {
    width: 60px;
  }
  .activites-anime-img-4 {
    width: 50px;
  }
  .activites-anime-img-5 {
    width: 120px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .activites-img-1 {
    top: -1px;
  }
  .activites-anime-img-3,
  .activites-anime-img-1 {
    width: 50px;
  }
  .activities-list.left-list .single-list .media-body {
    padding-left: 0;
  }
  .activities-list.right-list .single-list .media-body {
    padding-right: 0;
  }
  .activities-list .single-list .media-body .content {
    font-size: 14px;
  }
  .activities-list.left-list .single-list:nth-child(2) {
    margin-right: 40px;
    margin-left: -30px;
  }
  .activities-list.right-list .single-list:nth-child(2) {
    margin-left: 30px;
    margin-right: -32px;
  }
  .activities-list .single-list .icon {
    width: 80px;
  }
  .activities-list .single-list .icon img {
    width: 100%;
  }
  .activities-thumb-2 {
    margin: 0 25px 0px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .activites-area {
    background-size: cover;
  }
  .activites-img-1 {
    top: 52px;
    width: 200px;
  }
  .activities-thumb {
    margin: 0 0 48px;
  }
  .activities-list.left-list .single-list {
    flex-direction: row-reverse;
  }
  .activities-list.left-list .single-list .media-body {
    padding: 0 0 0 24px;
  }
  .activities-list.left-list .single-list:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
  }
  .activities-list.left-list .single-list:nth-child(2) .media-body {
    padding: 0 0 0 24px;
  }
  .activities-list .single-list .icon {
    width: 50px;
  }
  .activities-list.right-list .single-list:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .activites-img-1 {
    display: none;
  }
  .activities-list li + li {
    margin-top: 30px;
  }
  .activities-list.right-list {
    margin-top: 60px;
  }
  .activities-thumb-2 {
    margin: 0;
  }
}
/*=================================
    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;
}

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

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

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

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

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

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

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

.mt-n3 {
  margin-top: -0.8rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.6rem;
}

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

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

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

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

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 105px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 50px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 50px);
}

/* 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: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
  .pb-105 {
    padding-bottom: 65px;
  }
  .pt-105 {
    padding-top: 65px;
  }
}
/*=================================
    06. Update 01
==================================*/
/*------------------- Global -------------------*/
.home-kindergarten {
  --theme-color: #fe5d37;
  --theme-color2: #786acf;
  --theme-color3: #aed139;
  --smoke-theme: #f9f6ef;
  --main-container: 1380px;
}

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

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

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

.shape-mockup-wrap.z-index-common {
  z-index: 3;
}

.movingX-reverse {
  animation: movingX-reverse 8s linear infinite;
}

@keyframes movingX-reverse {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.icon-btn:has(.bg-theme2):hover {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
}
.box-title a {
  color: inherit;
}
.box-title a:hover {
  color: var(--theme-color);
}

.home-kindergarten .as-btn {
  box-shadow: none;
  padding: 20px 40px;
}
.home-kindergarten .as-btn.style6 {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.home-kindergarten .as-btn.style6:before {
  background-color: var(--title-color);
}
.home-kindergarten .sub-title {
  text-transform: uppercase;
  color: var(--theme-color2);
  box-shadow: 0px 8px 29px 0px rgba(254, 93, 55, 0.09);
}
.home-kindergarten .hero-title {
  font-size: 60px;
}

.bg-style-1 {
  padding: 60px 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .home-kindergarten {
    --main-container: 1250px;
  }
}
@media only screen and (min-width: 1300px) {
  .home-kindergarten .container-xxl,
  .home-kindergarten .container-xl,
  .home-kindergarten .container-lg,
  .home-kindergarten .container-md,
  .home-kindergarten .container-sm,
  .home-kindergarten .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}
@media (min-width: 1700px) {
  .home-kindergarten .as-container {
    --main-container: 1450px;
    transform: translateX(-115px);
  }
  .home-kindergarten .as-container3 {
    --main-container: 1760px;
  }
}
@media (min-width: 1600px) {
  .home-kindergarten .as-container {
    --main-container: 1350px;
    transform: translateX(-65px);
  }
  .home-kindergarten .as-container2 {
    --main-container: 1680px;
  }
}
@media only screen and (max-width: 1600px) {
  .home-kindergarten .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .home-kindergarten .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .home-kindergarten .as-btn {
    padding: 19px 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .home-kindergarten .as-btn {
    padding: 17px 25px;
  }
}
/*------------------- Hero -------------------*/
/* Hero Style 11 --------------------------------------*/
.hero-11 {
  padding: 0;
}
.hero-11 .bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 152px;
  background-size: auto;
  background-repeat: repeat-x;
  background-position: bottom center;
  z-index: 5;
}
.hero-11 .hero-img {
  position: absolute;
  bottom: 0;
  right: 7%;
  z-index: 2;
}
.hero-11 .shape {
  position: absolute;
}
.hero-11 .shape-1 {
  left: 3%;
  top: 14%;
  animation: jumpAni 7s linear infinite;
}
.hero-11 .shape-2 {
  left: 40%;
  top: 8%;
  animation: jumpReverseAni 7s linear infinite;
}
.hero-11 .shape-3 {
  left: 6%;
  bottom: 20%;
  animation: jumpAni 7s linear infinite;
}
.hero-11 .shape-4 {
  left: 41%;
  bottom: 22%;
  animation: jumpReverseAni 7s linear infinite;
}
.hero-11 .shape-5,
.hero-11 .shape-6,
.hero-11 .shape-7 {
  top: 0;
  z-index: 0;
  animation: cloudAni 15s linear infinite;
}
.hero-11 .shape-7 {
  right: 1%;
  animation-delay: 2s;
}
.hero-11 .shape-6 {
  right: 10%;
}
.hero-11 .shape-5 {
  right: 35%;
  animation-delay: 4s;
}

@keyframes cloudAni {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-300px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.hero-style11 {
  max-width: 660px;
  padding: 230px 0 260px 0;
  position: relative;
  z-index: 6;
}
.hero-style11 .hero-subtitle {
  color: var(--theme-color2);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  text-transform: capitalize;
  display: block;
  margin-bottom: 18px;
}
.hero-style11 .hero-subtitle:before {
  content: "";
  height: 3px;
  width: 60px;
  background-color: var(--theme-color2);
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  border: 99px;
  position: relative;
  top: 11px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .hero-11 .hero-img {
    right: 1%;
  }
  .hero-11 .hero-title {
    font-size: 48px;
  }
}
@media (max-width: 1400px) {
  .hero-style11 {
    max-width: 560px;
  }
}
@media (max-width: 1200px) {
  .hero-11 .hero-img {
    width: 700px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-11 .hero-img {
    right: 0%;
    max-width: 550px;
  }
  .hero-style11 {
    padding: 150px 0 220px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-11 .hero-img {
    display: none;
  }
  .hero-11 .shape-5,
  .hero-11 .shape-6,
  .hero-11 .shape-7 {
    max-width: 110px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .hero-11 .shape-2 {
    display: none;
  }
  .hero-style11 {
    padding: 130px 0 200px 0;
    text-align: center;
  }
  .hero-style11 .btn-group {
    justify-content: center;
  }
  .hero-style11 .hero-subtitle {
    font-size: 18px;
  }
  .hero-style11 .hero-subtitle:before {
    display: none;
  }
  .hero-style11 .hero-title {
    font-size: 34px;
  }
}
/*------------------- Footer -------------------*/
.footer-layout7 {
  background-color: var(--title-color);
  background-size: 100% 100%;
  background-position: top center;
  margin-top: -200px;
  padding-top: 80px;
}

.home-kindergarten {
  /* Medium Large devices */
}
.home-kindergarten .newsletter-form .as-btn {
  padding: 0;
}
.home-kindergarten .widget-area {
  padding-bottom: 50px;
}
.home-kindergarten .copyright-wrap {
  padding: 29px 0;
}
.home-kindergarten .copyright-text {
  margin: 0;
  color: var(--white-color);
}
.home-kindergarten .copyright-text a {
  color: inherit;
}
.home-kindergarten .copyright-text a:hover {
  color: var(--white-color);
}
@media (max-width: 1399px) {
  .home-kindergarten .as-social a {
    margin-right: 3px;
  }
  .home-kindergarten .as-social a:last-child {
    margin-right: 0;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-layout7 {
    padding-top: 20px;
    margin-top: -120px;
  }
  .footer-layout7 .copyright-wrap {
    padding: 25px 0;
    background-size: cover;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-layout7 {
    margin-top: -100px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .footer-layout7 {
    margin-top: -70px;
  }
  .footer-layout7 .widget-area {
    padding-bottom: 50px;
  }
}
/*------------------- Simple Sections -------------------*/
.about-profile {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-profile .avater {
  width: 60px;
  height: 60px;
  border-radius: 999px;
  overflow: hidden;
}
.about-profile .desig {
  margin-bottom: 0;
  margin-top: 5px;
}

.btn-group:has(.about-profile) {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 500px;
}

.img-box12 {
  border-radius: 30px;
  overflow: hidden;
  margin-left: 70px;
}
.img-box12 img {
  width: 100%;
}

.checklist.style5 li {
  color: var(--body-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .img-box12 {
    margin-left: 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .img-box12 {
    margin-bottom: 40px;
  }
}
.cta-cloud {
  text-align: center;
  max-width: 700px;
  background-size: 100% 100%;
  padding: 150px 100px 140px 100px;
}
.cta-cloud .cta-call {
  color: var(--theme-color3);
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  display: block;
}
.cta-cloud .cta-call:hover {
  color: var(--theme-color);
}

.mt-negative-v1 {
  background-size: 100% 100%;
  margin-top: -80px;
}

/* Large devices */
@media (max-width: 1199px) {
  .cta-cloud {
    margin: auto;
  }
  .cta-cloud .cta-call {
    font-size: 28px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .cta-cloud {
    padding: 110px 100px 100px 100px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .cta-cloud {
    padding: 110px 40px 100px 40px;
  }
  .cta-cloud .cta-call {
    font-size: 22px;
  }
  .cta-cloud .sec-title {
    font-size: 28px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .cta-cloud {
    padding: 110px 20px 100px 20px;
  }
}
/*------------------- Program -------------------*/
.program-card {
  text-align: center;
  background-color: var(--theme-color);
  border-radius: inherit;
  position: relative;
  padding: 0 27px 12px 27px;
  z-index: 2;
}
.program-card-wrap {
  border: 1px dashed var(--theme-color);
  padding: 20px;
  border-radius: 20px;
}
.program-card_img {
  max-width: 200px;
  margin: 0 auto 18px auto;
  padding: 0 20px 20px 20px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0 0 999px 999px;
}
.program-card_img img {
  border-radius: inherit;
}
.program-card_title,
.program-card_year,
.program-card_text {
  color: var(--white-color);
}
.program-card_title {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.program-card_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 2px;
  width: 0;
  background: var(--white-color);
  transition: 0.4s;
}
.program-card_title a:hover {
  color: var(--white-color);
}
.program-card_title:hover:after {
  width: 100%;
}
.program-card_year {
  font-size: 14px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.program-card_text {
  max-width: 300px;
  margin: 0 auto 50px auto;
}
.program-card .link-btn {
  color: var(--white-color);
}
.program-card .link-btn:before {
  background-color: var(--white-color);
}
.program-card_cloud {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 71px;
  width: 225px;
  margin-left: -112.5px;
  background-color: var(--white-color);
  clip-path: path(
    "M212.22 58.0098C218.889 59.0904 223.429 64.3913 225 71H4C0.86865 67.3374 0.0340561 64.7663 0.0001426 59.9321C-0.0224664 55.0979 2.64538 48.8305 6.59066 46.0665C13.2377 41.4029 20.9248 43.291 24.1918 44.7015C24.7683 41.1867 26.8031 35.943 31.3136 33.7932C38.5259 30.3467 45.0373 32.6444 47.1173 33.7591C46.8347 29.7552 49.5365 25.922 53.1087 24.1475C56.6923 22.3731 60.9427 22.4186 64.7976 23.4651C64.0741 20.5418 64.8767 14.9568 69.2968 12.1132C74.2369 8.92829 80.7709 8.00695 85.8579 10.9644C90.4136 3.10449 99.8416 -1.252 108.75 0.3177C117.658 1.8874 125.22 9.44015 126.848 18.392C129.471 15.4346 134.987 13.171 142.007 14.6497C149.943 16.3218 152.702 22.0432 154.216 24.6594C158.93 20.7807 165.453 19.2565 171.444 20.3143C177.436 21.3835 182.896 25.1713 185.993 30.4377C187.587 33.1335 188.559 36.1478 189.385 39.162C195.206 36.8075 201.605 37.6379 206.714 41.3005C211.824 44.9745 214.458 52.1178 212.22 58.0098Z"
  );
  opacity: 0.2;
  z-index: -1;
}

/*------------------- Activity -------------------*/
.activity-box {
  display: flex;
  gap: 20px;
}
.activity-box_icon img {
  width: 100%;
}
.activity-box_title {
  font-weight: bold;
  margin-top: -0.24em;
  margin-bottom: 10px;
}
.activity-box_text {
  margin-bottom: -0.5em;
}

.img-box13 img {
  max-width: fit-content;
}

/* Large devices */
@media (max-width: 1199px) {
  .img-box13 {
    margin-top: 50px;
    text-align: center;
  }
  .img-box13 img {
    max-width: 100%;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .activity-box {
    display: block;
    text-align: center;
  }
  .activity-box_icon {
    margin-bottom: 20px;
  }
  .activity-box_icon img {
    width: auto;
  }
}
/*------------------- Team -------------------*/
.team-block {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
.team-block .team-img {
  border: 1px dashed var(--theme-color);
  margin-bottom: 30px;
  border-radius: inherit;
  background-color: var(--white-color);
  padding: 20px;
  position: relative;
}
.team-block .team-img img {
  width: 100%;
  transition: 0.4s ease-in-out;
  border-radius: inherit;
}
.team-block .team-title {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: -0.23em;
  font-weight: 700;
}
.team-block .team-title a {
  color: inherit;
}
.team-block .team-title a:hover {
  color: var(--theme-color);
}
.team-block .team-desig {
  color: var(--theme-color);
  display: block;
  font-family: var(--title-font);
  margin-bottom: -0.45em;
}
.team-block .icon-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  position: relative;
  z-index: 3;
}
.team-block .icon-btn i {
  transition: 0.3s;
}
.team-block .icon-btn:hover i {
  transform: rotate(45deg);
}
.team-block .as-social {
  position: absolute;
  width: 45px;
  bottom: 50px;
  left: 2.5px;
}
.team-block .as-social a {
  margin-right: 0;
  margin-bottom: 5px;
  background-color: var(--white-color);
  color: var(--theme-color);
  box-shadow: 0px 5px 18px rgba(76, 88, 104, 0.06);
  visibility: hidden;
  opacity: 0;
  transform: translateY(45px);
  transition: 0.3s ease-in-out;
}
.team-block .as-social a:nth-child(1) {
  transition-delay: 0s;
}
.team-block .as-social a:nth-child(2) {
  transition-delay: 0.1s;
}
.team-block .as-social a:nth-child(3) {
  transition-delay: 0.2s;
}
.team-block .as-social a:nth-child(4) {
  transition-delay: 0.3s;
}
.team-block .as-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.team-block .team-social {
  position: absolute;
  bottom: -25px;
  right: 40px;
}
.team-block .team-social:hover .as-social a {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.team-block .team-social:hover .as-social a:nth-child(4) {
  transition-delay: 0s;
}
.team-block .team-social:hover .as-social a:nth-child(3) {
  transition-delay: 0.1s;
}
.team-block .team-social:hover .as-social a:nth-child(2) {
  transition-delay: 0.2s;
}
.team-block .team-social:hover .as-social a:nth-child(1) {
  transition-delay: 0.3s;
}

/*------------------- Service -------------------*/
.service-block {
  position: relative;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  gap: 40px;
}
.service-block-tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.service-block-tab .tab-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--title-color);
}
.service-block-tab .tab-btn {
  width: auto;
  text-align: center;
  cursor: pointer;
}
.service-block-tab .tab-btn:hover .tab-title,
.service-block-tab .tab-btn.active .tab-title {
  color: var(--theme-color);
}
.service-block-tab .indicator {
  position: absolute;
}
.service-block:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--theme-color);
  border-radius: inherit;
  opacity: 0.05;
  z-index: -1;
}
.service-block_thumb {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 5px auto 10px auto;
  background-color: var(--smoke-theme);
  border-radius: 50%;
  position: relative;
}
.service-block_thumb:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  border-radius: inherit;
  z-index: -1;
}
.service-block_title {
  font-size: 30px;
  margin-bottom: 18px;
}
.service-block_title a {
  color: inherit;
}
.service-block_title a:hover {
  color: var(--theme-color);
}
.service-block_img {
  min-width: 285px;
  border-radius: 10px;
  overflow: hidden;
}
.service-block_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-block_text {
  margin-bottom: 28px;
}

/* Medium devices */
@media (max-width: 991px) {
  .service-block {
    gap: 25px;
  }
  .service-block_title {
    font-size: 24px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .service-block {
    flex-direction: column-reverse;
  }
  .service-block_img {
    min-width: 100%;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .service-block-tab .tab-title {
    font-size: 16px;
    line-height: 1.3;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .service-block-tab .tab-title {
    display: none;
  }
  .service-block_thumb {
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 5px 0 0 5px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .service-block {
    padding: 20px;
  }
}
.img-box14 {
  position: relative;
  height: 100%;
  width: 100%;
  transform: translateX(-40px);
}
.img-box14 .img1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.img-box14 .img1 img {
  max-width: max-content;
}
.img-box14 .shape1 {
  position: absolute;
  bottom: 60px;
  right: 0;
  z-index: -1;
}
.img-box14 .shape1 img {
  max-width: max-content;
}

/* Large devices */
@media (max-width: 1199px) {
  .img-box14 {
    text-align: center;
    margin-bottom: 50px;
    transform: translateX(0);
  }
  .img-box14 .img1 {
    position: static;
  }
  .img-box14 .img1 img {
    max-width: 100%;
  }
  .img-box14 .shape1 {
    left: 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .img-box14 .shape1 img {
    max-width: 100%;
  }
}
/*------------------- Testimonial -------------------*/
/* Testimonial 3 ---------------------------------- */
.testi-grid {
  background-color: transparent;
  border: 2px solid #0b2950;
  padding: 60px;
  border-radius: 10px;
  background-color: transparent;
  transition: 0.4s ease-in-out;
  /* Medium devices */
}
@media (max-width: 991px) {
  .testi-grid {
    padding: 50px 20px;
  }
}
.testi-grid_name {
  font-size: 24px;
  margin-bottom: 3px;
  margin-top: -0.24em;
  font-weight: 500;
  color: var(--white-color);
}
.testi-grid_desig {
  color: var(--theme-color);
  margin-bottom: -0.45em;
  display: block;
}
.testi-grid_text {
  font-size: 20px;
  font-family: var(--title-font);
  line-height: 1.5;
  margin-bottom: -0.4em;
  color: var(--light-color);
}
.testi-grid_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #29456a;
}
.testi-grid_author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testi-grid_avater {
  border-radius: 999px;
  overflow: hidden;
  width: 60px;
}
.testi-grid_review {
  display: flex;
  gap: 3px;
}
.testi-grid_review i {
  font-size: 14px;
  color: var(--yellow-color);
}

.slick-center .testi-grid {
  background-color: #092141;
  border-color: #092141;
}

/* Small devices */
@media (max-width: 767px) {
  .testi-grid_text {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .testi-grid_name {
    font-size: 20px;
    margin-bottom: 0;
  }
  .testi-grid_avater {
    width: 50px;
  }
  .testi-grid_bottom {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.testi-grid-style3 {
  background: var(--white-color);
  border: none;
  box-shadow: 0px 10px 15px rgba(0, 14, 57, 0.04);
  padding: 40px;
  position: relative;
}
.testi-grid-style3 .testi-grid_avater {
  width: 70px;
  border-radius: 10px;
}
.testi-grid-style3 .testi-grid_text {
  color: var(--body-color);
  font-size: 16px;
  line-height: 1.7;
  font-family: var(--body-font);
  margin-top: -0.5em;
}
.testi-grid-style3 .testi-grid_name {
  color: var(--title-color);
  font-weight: 700;
}
.testi-grid-style3 .testi-grid_bottom {
  border-color: var(--theme-color);
}
.testi-grid-style3 .testi-grid_quote {
  position: absolute;
  bottom: 60px;
  right: 40px;
}

/* Extra small devices */
@media (max-width: 375px) {
  .testi-grid-style3 {
    padding: 40px 20px;
  }
  .testi-grid-style3 .testi-grid_quote {
    right: 20px;
  }
}
/*------------------- Price -------------------*/
.available-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.available-list li {
  position: relative;
  margin-bottom: 10px;
  color: var(--white-color);
  padding-left: 26px;
}
.available-list li:last-child {
  margin-bottom: 0;
}
.available-list li:before {
  content: "\f058";
  font-family: var(--icon-font);
  font-weight: 600;
  color: var(--body-color);
  font-size: 1em;
  vertical-align: text-top;
  position: absolute;
  top: 0;
  left: 0;
}
.available-list li.unavailable {
  opacity: 0.7;
}
.available-list li.unavailable:before {
  color: var(--white-color);
}

.price-card {
  padding: 40px;
  background-color: var(--theme-color);
  border-radius: 20px;
  position: relative;
  margin: 20px;
  z-index: 2;
}
.price-card:before {
  content: "";
  position: absolute;
  inset: -20px;
  background-color: var(--theme-color);
  opacity: 0.2;
  border-radius: 30px;
  z-index: -1;
}
.price-card_price {
  color: var(--body-color);
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.price-card_price .currency {
  font-size: 24px;
}
.price-card_price .duration {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
}
.price-card_title {
  border-bottom: 3px solid var(--body-color);
  max-width: fit-content;
  margin-top: -0.24em;
  margin-bottom: 20px;
  color: var(--white-color);
}
.price-card_img {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: -1;
}
.price-card .available-list {
  border-top: 1px dashed var(--body-color);
  padding-top: 25px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.price-card .as-btn {
  background-color: var(--body-color);
}
.price-card .as-btn:hover:before,
.price-card .as-btn:hover:after {
  background: var(--title-color);
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .price-card_img {
    max-width: 100px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .price-card {
    padding: 40px 25px;
    margin: 15px;
  }
  .price-card:before {
    inset: -15px;
  }
}
@media (max-width: 340px) {
  .price-card_img {
    max-width: 70px;
  }
}
/*------------------- Blog -------------------*/
.home-kindergarten {
  /* Blog 4 ---------------------------------- */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
.home-kindergarten .blog-block {
  background: var(--white-color);
  box-shadow: 4px 7px 20px rgba(234, 237, 242, 0.7);
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
}
.home-kindergarten .blog-block .blog-img {
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}
.home-kindergarten .blog-block .blog-img img {
  width: 100%;
  border-radius: 10px;
}
.home-kindergarten .blog-block .blog-title {
  font-size: 24px;
  margin-top: -0.28em;
  line-height: 1.417;
  font-weight: 500;
  margin-bottom: 16px;
}
.home-kindergarten .blog-block .blog-meta {
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  position: relative;
}
.home-kindergarten .blog-block .blog-meta:after {
  content: "";
  height: 1px;
  width: calc(100% + 60px);
  position: absolute;
  left: -30px;
  bottom: -1px;
  background-color: var(--border-color);
}
.home-kindergarten .blog-block .blog-meta a:after,
.home-kindergarten .blog-block .blog-meta span:after {
  display: none;
}
.home-kindergarten .blog-block .blog-meta a i,
.home-kindergarten .blog-block .blog-meta span i {
  color: var(--body-color);
}
.home-kindergarten .blog-block .blog-meta a:hover i,
.home-kindergarten .blog-block .blog-meta span:hover i {
  color: var(--theme-color);
}
.home-kindergarten .blog-block .link-btn {
  margin-bottom: -0.7em;
  display: block;
  width: fit-content;
}
.home-kindergarten .blog-block:hover .blog-img img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .home-kindergarten .blog-block {
    padding: 20px 20px 30px 20px;
  }
}
@media (max-width: 767px) {
  .home-kindergarten .blog-block {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .home-kindergarten .blog-block {
    padding: 20px 20px 30px 20px;
  }
  .home-kindergarten .blog-block .blog-title {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .home-kindergarten .blog-block .blog-img {
    margin-bottom: 20px;
  }
  .home-kindergarten .blog-block .blog-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .home-kindergarten .blog-block .blog-meta {
    padding-bottom: 15px;
    margin-bottom: 17px;
  }
  .home-kindergarten .blog-block .blog-meta a,
  .home-kindergarten .blog-block .blog-meta span {
    font-size: 14px;
    margin-right: 14px;
  }
  .home-kindergarten .blog-block .blog-meta a i,
  .home-kindergarten .blog-block .blog-meta span i {
    margin-right: 5px;
  }
}

/*=================================
    07. Spacing
==================================*/
/*------------------- Global -------------------*/
/* rtl Support */
[dir="rtl"] {
  /*-- margin Right --*/
  /*-- Padding Left --*/
  /*-- Padding Right --*/
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Medium devices */
  /* Small devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Medium Large devices */
  /* Large devices */
}
[dir="rtl"] .ml-5 {
  margin-right: 5px;
  margin-left: 0;
}
[dir="rtl"] .ml-10 {
  margin-right: 10px;
  margin-left: 0;
}
[dir="rtl"] .ml-15 {
  margin-right: 15px;
  margin-left: 0;
}
[dir="rtl"] .ml-20 {
  margin-right: 20px;
  margin-left: 0;
}
[dir="rtl"] .ml-25 {
  margin-right: 25px;
  margin-left: 0;
}
[dir="rtl"] .ml-30 {
  margin-right: 30px;
  margin-left: 0;
}
[dir="rtl"] .ml-35 {
  margin-right: 35px;
  margin-left: 0;
}
[dir="rtl"] .ml-40 {
  margin-right: 40px;
  margin-left: 0;
}
[dir="rtl"] .ml-45 {
  margin-right: 45px;
  margin-left: 0;
}
[dir="rtl"] .ml-50 {
  margin-right: 50px;
  margin-left: 0;
}
[dir="rtl"] .mr-5 {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .mr-10 {
  margin-left: 10px;
  margin-right: 0;
}
[dir="rtl"] .mr-15 {
  margin-left: 15px;
  margin-right: 0;
}
[dir="rtl"] .mr-20 {
  margin-left: 20px;
  margin-right: 0;
}
[dir="rtl"] .mr-25 {
  margin-left: 25px;
  margin-right: 0;
}
[dir="rtl"] .mr-30 {
  margin-left: 30px;
  margin-right: 0;
}
[dir="rtl"] .mr-35 {
  margin-left: 35px;
  margin-right: 0;
}
[dir="rtl"] .mr-40 {
  margin-left: 40px;
  margin-right: 0;
}
[dir="rtl"] .mr-45 {
  margin-left: 45px;
  margin-right: 0;
}
[dir="rtl"] .mr-50 {
  margin-left: 50px;
  margin-right: 0;
}
[dir="rtl"] .pl-5 {
  padding-left: 0;
  padding-right: 5px;
}
[dir="rtl"] .pl-10 {
  padding-left: 0;
  padding-right: 10px;
}
[dir="rtl"] .pl-15 {
  padding-left: 0;
  padding-right: 15px;
}
[dir="rtl"] .pl-20 {
  padding-left: 0;
  padding-right: 20px;
}
[dir="rtl"] .pl-25 {
  padding-left: 0;
  padding-right: 25px;
}
[dir="rtl"] .pl-30 {
  padding-left: 0;
  padding-right: 30px;
}
[dir="rtl"] .pl-35 {
  padding-left: 0;
  padding-right: 35px;
}
[dir="rtl"] .pl-40 {
  padding-left: 0;
  padding-right: 40px;
}
[dir="rtl"] .pl-45 {
  padding-left: 0;
  padding-right: 45px;
}
[dir="rtl"] .pl-50 {
  padding-left: 0;
  padding-right: 50px;
}
[dir="rtl"] .pr-5 {
  padding-right: 0;
  padding-left: 5px;
}
[dir="rtl"] .pr-10 {
  padding-right: 0;
  padding-left: 10px;
}
[dir="rtl"] .pr-15 {
  padding-right: 0;
  padding-left: 15px;
}
[dir="rtl"] .pr-20 {
  padding-right: 0;
  padding-left: 20px;
}
[dir="rtl"] .pr-25 {
  padding-right: 0;
  padding-left: 25px;
}
[dir="rtl"] .pr-30 {
  padding-right: 0;
  padding-left: 30px;
}
[dir="rtl"] .pr-35 {
  padding-right: 0;
  padding-left: 35px;
}
[dir="rtl"] .pr-40 {
  padding-right: 0;
  padding-left: 40px;
}
[dir="rtl"] .pr-45 {
  padding-right: 0;
  padding-left: 45px;
}
[dir="rtl"] .pr-50 {
  padding-right: 0;
  padding-left: 50px;
}
[dir="rtl"] select,
[dir="rtl"] .form-control,
[dir="rtl"] .form-select,
[dir="rtl"] textarea,
[dir="rtl"] input {
  padding-left: 45px;
  padding-right: 25px;
}
[dir="rtl"] [type="email"],
[dir="rtl"] [type="number"],
[dir="rtl"] [type="tel"],
[dir="rtl"] [type="url"] {
  direction: rtl;
}
[dir="rtl"] [class*="col-"].form-group > i {
  left: calc(var(--bs-gutter-x) / 2 + 25px);
  right: unset;
}
[dir="rtl"] .form-group > i {
  left: 25px;
  right: unset;
}
[dir="rtl"] .checklist ul {
  text-align: right;
  padding-right: 0;
}
[dir="rtl"] .checklist li i,
[dir="rtl"] .checklist li svg {
  margin-left: 10px;
  margin-right: 0;
}
[dir="rtl"] .checklist.style2 ul li i,
[dir="rtl"] .checklist.style2 ul li svg {
  margin-right: 0;
  margin-left: 9px;
}
[dir="rtl"] .link-btn > i {
  margin-left: 0;
  margin-right: 5px;
}
[dir="rtl"] .nice-select .option {
  padding-right: 18px;
  padding-left: 29px;
}
[dir="rtl"] .slick-dots li {
  margin-right: 0;
  margin-left: 20px;
}
[dir="rtl"] .slick-dots li:last-child {
  margin-left: 0;
}
[dir="rtl"] .as-social a {
  margin-right: 0px;
  margin-left: 5px;
}
[dir="rtl"] .as-social a:last-child {
  margin-left: 0;
}
[dir="rtl"] .header-links li:not(:last-child) {
  margin: 0;
  padding: 0;
}
[dir="rtl"] .header-links li:not(:first-child) {
  padding: 0 21px 0 0;
  margin: 0 17px 0 0;
}
[dir="rtl"] .header-links li:not(:first-child):after {
  right: 0;
  left: auto;
}
[dir="rtl"] .header-links li > i {
  margin-right: 0;
  margin-left: 10px;
}
[dir="rtl"] .header-social a {
  margin: 0 0 0 15px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  [dir="rtl"] .header-social a {
    margin: 0 0 0 10px;
  }
}
[dir="rtl"] .header-social a:not(:last-child) {
  margin: 0;
  padding: 0;
}
[dir="rtl"] .header-social a:not(:last-child):after {
  display: none;
}
[dir="rtl"] .header-social a:not(:first-child) {
  padding: 0 16px 0 0;
  margin: 0 12px 0 0;
}
[dir="rtl"] .header-social a:not(:first-child):after {
  right: 0;
  left: auto;
  display: block;
}
[dir="rtl"] .menu-expand i {
  margin-right: 0;
  margin-left: 10px;
}
[dir="rtl"] .main-menu > ul > li:first-child {
  margin-left: 15px !important;
  margin-right: 0 !important;
}
[dir="rtl"] .main-menu > ul > li:last-child {
  margin-left: 0 !important;
  margin-right: 15px !important;
}
[dir="rtl"] .main-menu .mega-menu,
[dir="rtl"] .main-menu .sub-menu {
  text-align: right;
}
[dir="rtl"] .main-menu .mega-menu li a,
[dir="rtl"] .main-menu .sub-menu li a {
  padding-left: 0;
  padding-right: 23px;
}
[dir="rtl"] .main-menu .mega-menu li a:before,
[dir="rtl"] .main-menu .sub-menu li a:before {
  left: unset;
  right: 0;
}
[dir="rtl"] .main-menu .mega-menu li.menu-item-has-children > a:after,
[dir="rtl"] .main-menu .sub-menu li.menu-item-has-children > a:after {
  float: left;
  content: "\f104";
  margin-left: 0;
}
[dir="rtl"] .main-menu .sub-menu {
  left: unset;
  right: -23px;
}
[dir="rtl"] .main-menu ul.sub-menu li ul.sub-menu {
  left: auto;
  right: 100%;
  margin-right: 18px;
  margin-left: 0;
}
[dir="rtl"] .category-menu {
  text-align: right;
  left: unset;
  right: -23px;
}
[dir="rtl"] .category-menu a {
  padding-left: 0;
  padding-right: 23px;
}
[dir="rtl"] .category-menu a:before {
  left: unset;
  right: 0;
}
[dir="rtl"] .popup-search-box form input {
  padding: 0 30px 0 85px;
}
[dir="rtl"] .popup-search-box form button {
  left: 12px;
  right: auto;
}
[dir="rtl"] .as-menu-wrapper .as-menu-toggle {
  left: -16.5px;
  right: unset;
  top: 25px;
}
[dir="rtl"] .as-menu-wrapper .as-menu-area {
  right: -110%;
  border-left: 3px solid var(--theme-color);
  border-right: none;
}
[dir="rtl"] .as-menu-wrapper.as-body-visible .as-menu-area {
  right: 0%;
}
[dir="rtl"] .as-mobile-menu {
  text-align: right;
}
[dir="rtl"] .as-mobile-menu ul li a {
  padding-left: 0;
  padding-right: 18px;
}
[dir="rtl"] .as-mobile-menu ul li a:before {
  left: unset;
  right: 0;
  margin-right: 0;
  margin-left: 10px;
  transform: rotate(180deg);
}
[dir="rtl"] .as-mobile-menu ul li a:after {
  display: none;
}
[dir="rtl"] .as-mobile-menu ul .as-item-has-children > a .as-mean-expand {
  right: unset;
  left: 0;
}
[dir="rtl"] .footer-widget .widget_title:before,
[dir="rtl"] .footer-widget .widget_title:after {
  left: unset;
  right: 0;
}
[dir="rtl"] .footer-widget.widget_meta a,
[dir="rtl"] .footer-widget.widget_pages a,
[dir="rtl"] .footer-widget.widget_archive a,
[dir="rtl"] .footer-widget.widget_categories a,
[dir="rtl"] .footer-widget.widget_nav_menu a {
  padding: 0 25px 0 0;
}
[dir="rtl"] .footer-widget.widget_meta a:before,
[dir="rtl"] .footer-widget.widget_pages a:before,
[dir="rtl"] .footer-widget.widget_archive a:before,
[dir="rtl"] .footer-widget.widget_categories a:before,
[dir="rtl"] .footer-widget.widget_nav_menu a:before {
  left: unset;
  right: 0;
  transform: translateY(0%) rotateY(180deg);
}
[dir="rtl"] .footer-widget input,
[dir="rtl"] .footer-widget select {
  text-align: right;
}
[dir="rtl"] .footer-top ul li + li {
  border-right: 1px solid rgb(42, 51, 72);
  padding-right: 58px;
  margin-right: 85px;
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
[dir="rtl"] .footer-contact-wrap .details {
  margin-right: 18px;
  margin-left: 0;
}
[dir="rtl"] .newsletter-form input {
  padding: 0 26px 0 60px;
}
[dir="rtl"] .newsletter-form .as-btn {
  left: 7px;
  right: auto;
}
[dir="rtl"] .newsletter-widget .info i,
[dir="rtl"] .newsletter-widget .info svg {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .recent-post .media-img {
  margin-left: 15px;
  margin-right: 0;
}
[dir="rtl"] .recent-post .recent-post-meta a i {
  margin-left: 6px;
  margin-right: 0;
}
@media (max-width: 1199px) {
  [dir="rtl"] .footer-top ul li + li {
    border: 0;
    margin-right: 54px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  [dir="rtl"] .footer-top ul li + li + li {
    margin-right: 0;
    padding-right: 0;
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  [dir="rtl"] .footer-top ul li + li {
    margin-right: 0;
  }
  [dir="rtl"] .footer-top ul li + li + li {
    padding-top: 0;
  }
}
[dir="rtl"] .title-area .sub-title {
  padding: 0 32px 0 15px;
}
[dir="rtl"] .title-area .sub-title:after {
  left: auto;
  right: 13px;
}
[dir="rtl"] .read-more-btn {
  display: inline-block;
}
[dir="rtl"] .read-more-btn i,
[dir="rtl"] .read-more-btn svg {
  margin-right: 4px;
}
[dir="rtl"] .read-more-btn:after {
  left: auto;
  right: 0;
}
[dir="rtl"] .about-card-box img {
  margin-right: 0;
  margin-left: 35px;
}
[dir="rtl"] .about-founder .thumb {
  margin-left: 21px;
  margin-right: 0;
}
[dir="rtl"] .about-founder .sign {
  margin-right: 40px;
  margin-left: 0;
}
[dir="rtl"] .about-list-info {
  left: 0;
  right: auto;
  border-radius: 0px 10px 10px 10px;
  padding: 35px 40px 29px 80px;
}
[dir="rtl"] .about-list-info ul li i,
[dir="rtl"] .about-list-info ul li svg {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .white-title:after {
  left: auto;
  right: 0;
}
[dir="rtl"] .team-slider-2 .slick-arrow.slick-prev {
  left: var(--pos-x, -130px);
  right: auto;
}
@media (max-width: 991px) {
  [dir="rtl"] .about-list-info {
    left: -40%;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  [dir="rtl"] .about-list-info {
    left: 0;
  }
}
[dir="rtl"] .course-card .details .price {
  left: 40px;
  right: auto;
}
[dir="rtl"] .course-card .details ul li + li {
  margin-right: 25px;
  padding-right: 33px;
  margin-left: 0;
  padding-left: 0;
}
[dir="rtl"] .course-card .details ul li + li:after {
  right: 0;
  left: auto;
}
@media (max-width: 1399px) {
  [dir="rtl"] .course-card .details ul li + li {
    margin-right: 19px;
    padding-right: 22px;
  }
}
@media (max-width: 1199px) {
  [dir="rtl"] .course-card .details ul li + li {
    margin-right: 24px;
    padding-right: 0;
  }
  [dir="rtl"] .course-card .details .price {
    left: 30px;
  }
}
@media (max-width: 991px) {
  [dir="rtl"] .course-card .details ul li + li {
    margin-right: auto;
  }
}
[dir="rtl"] .blog-card .date {
  right: auto;
  left: 40px;
}
[dir="rtl"] .blog-meta span,
[dir="rtl"] .blog-meta a {
  margin-left: 31px;
  margin-right: 0;
}
[dir="rtl"] .blog-meta span:last-child,
[dir="rtl"] .blog-meta a:last-child {
  margin-left: 0;
}
[dir="rtl"] .blog-meta span i,
[dir="rtl"] .blog-meta a i {
  margin-left: 6px;
  margin-right: 0;
}
@media (max-width: 767px) {
  [dir="rtl"] .blog-card .date {
    left: 20px;
  }
}
[dir="rtl"] .hero-1 .banner-anime-img {
  margin: 80px 30px 0 0px;
  text-align: left;
}
[dir="rtl"] .hero-thumbnail {
  margin: -27px -55px -186px -115px;
}
[dir="rtl"] .wcu-thumb {
  text-align: left;
}
[dir="rtl"] .wcu-thumb .shape-mockup {
  left: 0;
}
[dir="rtl"] .count-down-wrap .cta-countdown {
  justify-content: right;
}
[dir="rtl"] .count-down-wrap .cta-countdown li + li {
  padding-left: 15px;
  margin-left: 0;
  margin-right: 22px;
  padding-right: 51px;
}
[dir="rtl"] .count-down-wrap .cta-countdown li + li:after {
  right: 0;
  left: auto;
}
[dir="rtl"] .count-down-wrap .title {
  margin-left: 30px;
  padding-left: 60px;
  padding-right: 0;
  margin-right: 0;
}
[dir="rtl"] .count-down-wrap .title:after {
  left: 0;
  right: auto;
}
[dir="rtl"] .count-down-wrap .as-btn {
  left: -69px;
  right: auto;
  border-radius: 10px 10px 0 0px;
}
[dir="rtl"] .count-down-wrap:after {
  left: auto;
  right: 0;
  border-radius: 10px 0px 0 10px;
}
[dir="rtl"] .skills-area .single-skill ~ .single-skill {
  margin-right: 23px;
  margin-left: 0;
}
@media (max-width: 1199px) {
  [dir="rtl"] .hero-thumbnail {
    margin: -27px -55px -100px -115px;
  }
  [dir="rtl"] .count-down-wrap .cta-countdown li + li {
    margin-right: 2px;
    padding-right: 31px;
    padding-left: 15px;
  }
  [dir="rtl"] .count-down-wrap .cta-countdown li:first-child {
    padding-left: 15px;
    padding-right: 0;
  }
  [dir="rtl"] .count-down-wrap .cta-countdown li :last-child {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  [dir="rtl"] .hero-thumbnail {
    margin: 0;
  }
  [dir="rtl"] .count-down-wrap .title {
    padding-left: 0;
    margin-left: 0;
  }
  [dir="rtl"] .count-down-wrap .cta-countdown {
    justify-content: center;
  }
  [dir="rtl"] .count-down-wrap .cta-countdown li:last-child {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  [dir="rtl"] .count-down-wrap:after {
    right: 50%;
    border-radius: 0 0px 10px 10px;
    transform: translate(50%, 0%);
  }
  [dir="rtl"] .count-down-wrap .as-btn {
    border-radius: 10px;
  }
  [dir="rtl"] .count-down-wrap .cta-countdown li + li {
    padding-right: 0;
  }
  [dir="rtl"] .count-down-wrap .cta-countdown li:first-child {
    padding-left: 15px;
  }
  [dir="rtl"] .about-list-info {
    padding: 25px 30px 19px 30px;
  }
}
@media (max-width: 575px) {
  [dir="rtl"] .skills-area .single-skill ~ .single-skill {
    margin-right: auto;
  }
}
[dir="rtl"] .hero-contact-wrap .icon {
  margin-left: 15px;
  margin-right: 0;
}
[dir="rtl"] .about-list-info-2 {
  right: 100px;
  left: auto;
}
[dir="rtl"] .about-thumb-2 {
  margin-right: -15px;
  margin-left: 0;
}
[dir="rtl"] .activities-list.right-list .single-list:nth-child(2) {
  margin-right: 38px;
  margin-left: -10px;
}
[dir="rtl"] .activities-list.right-list .single-list:nth-child(2) .media-body {
  padding-left: 0;
  padding-right: 24px;
}
[dir="rtl"] .activities-list.left-list .single-list:nth-child(2) {
  margin-left: 74px;
  margin-right: -10px;
}
[dir="rtl"] .activities-list.left-list .single-list:nth-child(2) .media-body {
  padding: 0 24px;
  padding-right: 0;
}
[dir="rtl"] .achivement-card .card_content {
  padding: 72px 71px 80px 0px;
}
[dir="rtl"] .achivement-card .card_content:after {
  background: linear-gradient(to left, #f5f5f5 80%, transparent);
}
[dir="rtl"] .testi-box-2 .testi_title i,
[dir="rtl"] .testi-box-2 .testi_title svg {
  margin-left: 17px;
  margin-right: 0;
}
[dir="rtl"] .testi-box-2 .testi-box_profile .thumb {
  margin-left: 20px;
  margin-right: 0;
}
@media (max-width: 1500px) {
  [dir="rtl"] .about-2-anime-img-1 {
    left: 3% !important;
    right: auto !important;
  }
}
@media (max-width: 1399px) {
  [dir="rtl"] .about-list-info-2 {
    right: 90px;
  }
  [dir="rtl"] .about-thumb-2 {
    margin-right: -45px;
  }
}
@media (max-width: 1199px) {
  [dir="rtl"] .about-list-info-2 {
    right: 75px;
  }
  [dir="rtl"] .about-thumb-2 {
    margin-right: -25px;
    margin-left: -25px;
  }
  [dir="rtl"] .activities-list.right-list .single-list .media-body {
    padding-left: 0;
    padding-right: 24px;
  }
  [dir="rtl"] .activities-list.right-list .single-list:nth-child(2) {
    margin-right: 30px;
    margin-left: -32px;
  }
  [dir="rtl"] .activities-list.left-list .single-list .media-body {
    padding-right: 0;
    padding-left: 24px;
  }
  [dir="rtl"] .activities-list.left-list .single-list:nth-child(2) {
    margin-left: 40px;
    margin-right: -30px;
  }
  [dir="rtl"] .achivement-card .card_content {
    padding: 82px 60px 60px 0px;
  }
}
@media (max-width: 991px) {
  [dir="rtl"] .hero-2.as-hero-wrapper {
    background-position: right;
  }
  [dir="rtl"] .about-list-info-2 {
    right: 112px;
  }
  [dir="rtl"] .about-thumb-2 {
    margin-left: 0;
    margin-right: 0;
  }
  [dir="rtl"] .activities-list.left-list .single-list:nth-child(2),
  [dir="rtl"] .activities-list.right-list .single-list:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
  [dir="rtl"] .activities-list.left-list .single-list .media-body {
    padding: 0 24px 0 0;
  }
  [dir="rtl"] .activities-list.left-list .single-list:nth-child(2) .media-body {
    padding-right: 24px;
    padding-left: 0;
  }
  [dir="rtl"] .achivement-card {
    background-position: center;
  }
}
@media (max-width: 767px) {
  [dir="rtl"] .achivement-card {
    background-image: none !important;
  }
  [dir="rtl"] .achivement-card .card_content {
    padding: 27px 25px 30px;
  }
}
[dir="rtl"] .header-layout3 .header-button {
  margin-right: 45px;
  margin-left: 0;
}
[dir="rtl"] .header-top-select-wrap {
  margin-right: -30px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0;
}
[dir="rtl"] .navbar-top-right li {
  margin: 0;
  padding: 0;
}
[dir="rtl"] .navbar-top-right li:last-child {
  margin-right: 12px;
  padding-right: 12px;
}
[dir="rtl"] .navbar-top-right li:after {
  left: auto;
  right: 0;
}
[dir="rtl"] .about-content-wrap-3 {
  margin-right: 25px;
  margin-left: 0;
}
[dir="rtl"] .feature-wrap .feature-icon {
  margin-right: 93px;
  margin-left: 0;
}
[dir="rtl"] .feature-slider .slick-dots li {
  margin: 0 0 8px;
}
[dir="rtl"] .feature-slider .slick-dots li:last-child {
  margin-bottom: 0;
}
[dir="rtl"] .feature-slider .slick-dots {
  left: auto;
  right: -60px;
}
[dir="rtl"] .event-box .event-content {
  border-right: 1px solid rgb(237, 234, 228);
  padding-right: 40px;
  margin-right: 70px;
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}
[dir="rtl"] .event-box .icon-btn {
  margin-right: auto;
  margin-left: 0;
}
[dir="rtl"] .event-box .event-content .meta a i,
[dir="rtl"] .event-box .event-content .meta a svg,
[dir="rtl"] .event-box .event-content .meta span i,
[dir="rtl"] .event-box .event-content .meta span svg {
  margin-left: 10px;
  margin-right: 0;
}
[dir="rtl"] .widget_shopping_cart .as-btn {
  margin-left: 15px;
  margin-right: 0;
}
[dir="rtl"] .sidemenu-wrapper .closeButton {
  left: 20px;
  right: auto;
}
@media (max-width: 1199px) {
  [dir="rtl"] .navbar-top-right li {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 991px) {
  [dir="rtl"] .event-box .event-content {
    margin-right: 30px;
    padding-right: 30px;
  }
  [dir="rtl"] .about-content-wrap-3 {
    margin-right: 0;
  }
  [dir="rtl"] .feature-wrap .content-box {
    -webkit-mask: none !important;
  }
  [dir="rtl"] .feature-wrap .feature-icon {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  [dir="rtl"] .event-box .event-content {
    padding: 0;
    margin: 0;
    border: 0;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
[dir="rtl"] .hero-11 .hero-img {
  right: auto;
  left: 7%;
}
[dir="rtl"] .hero-style11 .hero-subtitle:before {
  margin-right: 0;
  margin-left: 10px;
}
[dir="rtl"] .img-box12 {
  margin-right: 70px;
  margin-left: 0;
}
[dir="rtl"] .link-btn:before {
  left: auto;
  right: 0;
}
[dir="rtl"] .img-box14 {
  transform: translateX(40px);
}
[dir="rtl"] .img-box14 .img1 {
  left: 0;
  right: auto;
}
[dir="rtl"] .img-box14 .shape1 {
  left: 0;
  right: auto;
}
[dir="rtl"] .price-card_img {
  left: 20px;
  right: auto;
}
@media (max-width: 1399px) {
  [dir="rtl"] .hero-11 .hero-img {
    left: 1%;
  }
  [dir="rtl"] .img-box12 {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  [dir="rtl"] .hero-11 .hero-img {
    left: 0%;
  }
}
