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

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

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

05. Spacing

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

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

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

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

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

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

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

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

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 800; /* boldest Plus Jakarta Sans variation for all titles */
  line-height: 1.4;
  margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

#ball {
  position: fixed;
  display: flex;
  align-items: center;
  pointer-events: none;
  border-radius: 50%;
  color: transparent;
  justify-content: center;
  mix-blend-mode: difference;
  background-color: var(--theme-color);
}/* Ball view 
============= */
#ball .ball-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  transform: scale(0);
  font-family: var(--title-font);
  color: var(--white-color);
}/* Ball drag 
============= */

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

.gsap-magnetic-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}/*------------------- 1.5. Wordpress Default -------------------*/
p.has-drop-cap {
  margin-bottom: 20px;
}

.gallery {
  margin-bottom: 1.5em;
  width: 100%;
}
.has-large-font-size {
  line-height: 1.4;
}/* Small devices *//*blog-navigation*****************//* Extra small devices *//*Novloion form********************/

[id*=give-form] div.images {
  margin: 0 0 40px !important;
  overflow: hidden !important;
  border-radius: 30px !important;
} form[id*=give-form] legend {
  font-size: 24px !important;
  color: var(--title-color) !important;
  margin: 10px 0 20px !important;
  padding: 0 0 15px !important;
}/*=================================
    02. Reset
==================================*//*------------------- 2.1. Container -------------------*//* Medium Large devices */@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }}@media only screen and (min-width: 1300px) {
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }}/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}@media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 24px;
  }}
.gy-30 {
  --bs-gutter-y: 30px;
}

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

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

.gy-60 {
  --bs-gutter-y: 60px;
}/* Medium devices */@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }}/*------------------- 2.3. Input -------------------*/
select,
.form-control,
textarea,
input {
  height: 48px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(19, 26, 34, 0.1);
  color: var(--body-color);
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  font-family: var(--body-font);
  transition: 0.4s ease-in-out;
}
select:focus,
.form-control:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
  background-color: transparent;
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

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

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

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

input[type=time]::-webkit-calendar-picker-indicator {
  background: transparent;
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
select.style2 {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E");
}

textarea.form-control,
textarea {
  min-height: 80px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 0;
}
textarea.form-control.style2,
textarea.style2 {
  min-height: 100px;
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--at-border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
input[type=checkbox].style2 ~ label {
  color: #8B929C;
  padding-left: 23px;
  margin-bottom: -0.5em;
}
input[type=checkbox].style2 ~ label:before {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #8B929C;
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 3px;
  top: 6px;
}
input[type=checkbox].style2:checked ~ label:before {
  color: var(--theme-color);
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid{
  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{
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}/*------------------- 2.4. Slick Slider -------------------*/
.swiper-wrapper.row {
  flex-wrap: nowrap;
}

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

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

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

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

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

.slider-area {
  position: relative;
}

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

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

.slider-pagination-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
.slider-pagination-wrap .slider-arrow {
  flex: none;
  opacity: 1;
  transform: none;
  visibility: visible;
  display: block;
  margin: 0;
}
.slider-pagination-wrap .slider-pagination {
  margin-top: 0;
}/* Extra large devices */@media (max-width: 1500px) {
  .slider-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -30px;
  }}/* Medium Large devices */@media (max-width: 1399px) {
  .slider-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -30px;
  }}/* Medium devices */@media (max-width: 991px) {
  .slider-arrow {
    display: none;
  }}
.icon-box {
  /* Medium devices */
}
.icon-box .slider-arrow {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.icon-box .slider-arrow:not(:last-child) {
  margin-right: 8px;
}@media (max-width: 991px) {
  .icon-box .slider-arrow {
    display: inline-block !important;
  }}/* Medium devices */@media (max-width: 991px) {
  .slider-arrow {
    --icon-size: 40px;
    line-height: 38px;
    margin-right: 40px;
    font-size: 14px;
  }
  .slider-arrow.slider-next {
    margin-right: 0;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slider-arrow {
    margin-right: 0;
  }}/*------------------- 2.5. Mobile Menu -------------------*/
.at-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.at-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--smoke-color2);
}
.at-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.at-menu-wrapper .at-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--title-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}
.at-menu-wrapper .at-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.at-menu-wrapper .at-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}

.at-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 23px;
  text-align: left;
}
.at-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.at-mobile-menu ul li {
  border-bottom: 1px solid var(--at-border-color);
  list-style-type: none;
}
.at-mobile-menu ul li li:first-child {
  border-top: 1px solid var(--at-border-color);
}
.at-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px;
}
.at-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
}
.at-mobile-menu ul li a:hover {
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}
.at-mobile-menu ul li.at-active > a {
  color: var(--title-color);
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}
.at-mobile-menu ul li.at-active > a:before {
  transform: rotate(90deg);
}
.at-mobile-menu ul li ul li {
  padding-left: 10px;
}
.at-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.at-mobile-menu > ul {
  padding: 0 30px;
}
.at-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.at-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--title-color);
  display: inline-block;
  border-radius: 50%;
}
.at-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}@media (max-width: 400px) {
  .at-menu-wrapper .at-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .at-mobile-menu > ul {
    padding: 0 20px;
  }}/*=================================
    03. Utilities
==================================*//*------------------- 3.1. Preloader -------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: var(--white-color);
}

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

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

.preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}/*------------------- 3.2. Buttons -------------------*/
.at-btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  border: none;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 0.7;
  min-height: 64px;
  padding: 20px 45px;
  min-width: 170px;
  border-radius: 50px;
  justify-content: center;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Extra small devices */
}
.at-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--title-color);
  z-index: -1;
  transition: 0.5s;
  mask-image: url(/assets/embedded/d99b391a7c43f0ae.png);
  mask-size: 3000% 100%;
  mask-repeat: no-repeat;
  animation: ani2 0.7s steps(29) forwards;
}
.at-btn:focus, .at-btn:hover, .at-btn:active {
  background: var(--theme-color);
  color: var(--title-color);
}
.at-btn:focus:after, .at-btn:hover:after, .at-btn:active:after {
  animation: ani 0.7s steps(29) forwards;
}
.at-btn.style2 {
  background: var(--title-color);
  color: var(--title-color);
}
.at-btn.style2:after {
  background: var(--theme-color);
}
.at-btn.style2:focus, .at-btn.style2:hover, .at-btn.style2:active {
  color: var(--white-color);
}
.at-btn.style3 {
  background: var(--white-color);
  color: var(--title-color);
}
.at-btn.style3:after {
  background: var(--theme-color);
}
.at-btn.style3:focus, .at-btn.style3:hover, .at-btn.style3:active {
  color: var(--title-color);
}
.at-btn.style5 {
  color: var(--white-color);
}
.at-btn.style5:focus, .at-btn.style5:hover, .at-btn.style5:active {
  color: var(--white-color);
}
.at-btn.style7 {
  background: var(--white-color);
  color: var(--white-color);
}
.at-btn.style7:after {
  background: var(--title-color);
}
.at-btn.style7:focus, .at-btn.style7:hover, .at-btn.style7:active {
  color: var(--title-color);
}
.at-btn.style-border5 {
  border: 1px solid var(--title-color);
  color: var(--title-color);
  background: transparent;
}
.at-btn.style-border5:after {
  background: transparent;
}
.at-btn.style-border5:active, .at-btn.style-border5:focus, .at-btn.style-border5:hover {
  background: var(--title-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}
.at-btn.style-border5:active:after, .at-btn.style-border5:focus:after, .at-btn.style-border5:hover:after {
  background: var(--white-color);
}
.at-btn.btn-md {
  padding: 20px 48px;
}@media (max-width: 575px) {
  .at-btn {
    padding: 16px 30px;
    min-height: 50px;
  }}@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}@keyframes btn-icon-anim {
  0% {
    top: 0;
    right: 2px;
  }
  25% {
    top: -10px;
    right: -10px;
  }
  50% {
    top: 10px;
    opacity: 0;
    right: 17px;
  }
  100% {
    top: 0;
    right: 2px;
    opacity: 1;
  }
}
.icon-btn {
  display: inline-block;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--btn-font-size, 20px);
  background-color: var(--icon-bg, var(--theme-color));
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  border: 0;
  transition: 0.4s ease-in-out;
  position: relative;
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: 0;
}
.icon-btn.style2 {
  background: rgba(19, 26, 34, 0.05);
  color: var(--title-color);
}
.icon-btn.style2:hover {
  background: var(--title-color);
  color: var(--white-color);
}

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

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

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

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

.title-area {
  margin-bottom: calc(var(--section-title-space) - 12px);
  position: relative;
  z-index: 2;
}
.title-area .sec-title {
  margin-bottom: 22px;
}
.title-area.mb-0 .sec-title {
  margin-bottom: -0.24em;
}
.title-area.text-center .sub-title {
  justify-content: center;
}@media (min-width: 992px) {
  .title-area.text-lg-start.text-center .sub-title {
    justify-content: start;
  }}/* Large devices */@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }}/* Medium devices */@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .sub-title.h4 {
    font-size: 22px;
  }}/* Small devices *//* Extra small devices *//* Extra small devices *//*------------------- 3.4. Common -------------------*/

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

.media-body {
  flex: 1;
}

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

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

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

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

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

img.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}/*------------------- 3.6. Font -------------------*//*------------------- 3.7. Background -------------------*/

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

.bg-light {
  background-color: var(--light-color) !important;
}
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}/*------------------- 3.8. Text Color -------------------*//*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

[data-overlay] {
  position: relative;
  z-index: 2;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-opacity="10"]:before {
  opacity: 1;
}/*------------------- 3.10. Animation -------------------*/ .play-btn:after, .play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}@keyframes ripple2 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(2.8);
    opacity: 0;
  }
}@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}@keyframes shake {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0);
  }
}@keyframes movingCar {
  0% {
    transform: translateX(0) rotateY(0deg);
  }
  50% {
    transform: translateX(calc(-100vw + 108%));
  }
  51% {
    transform: translateX(calc(-100vw + 108%)) rotateY(180deg);
  }
  100% {
    transform: translateX(0) rotateY(180deg);
  }
}@keyframes moving {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.spin {
  animation: spin 10s linear infinite;
}@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}@keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }
  25% {
    background-color: #81F24C;
  }
  50% {
    background-color: #41F27D;
  }
  75% {
    background-color: #0500FF;
  }
  100% {
    background-color: #F2BA4C;
  }
}@keyframes animate-positive {
  0% {
    width: 0;
  }
}@keyframes animate-positive2 {
  0% {
    height: 0;
  }
}
.fadein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup{
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
  --animation-name: fadein;
}
.swiper-slide-active .slidetopleft {
  --animation-name: slidetopleft;
}
.swiper-slide-active .slidebottomright {
  --animation-name: slidebottomright;
}
.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}
.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}
.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}
.swiper-slide-active .slideindown {
  --animation-name: slideindown;
}@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}@keyframes spin2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}@keyframes custom-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.custom-anim-reveal-right {
  animation: custom-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}@keyframes custom-anim-right {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}@keyframes custom-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
}@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
}@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
}@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}/*=================================
    04. Template Style
==================================*//*------------------- 4.1. Widget  -------------------*/

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

.sidebar-area {
  margin-bottom: -10px;
  /* Large devices */
}@media (max-width: 1199px) {
  .sidebar-area {
    margin-bottom: 0;
  }}
.sidebar-area select,
.sidebar-area input {
  background-color: var(--white-color);
  border-radius: 50px;
}
.sidebar-area .sidebar-gallery {
  margin-bottom: 0 !important;
}@media (min-width: 1200px) {
  .sidebar-shop .widget {
    padding: 30px;
  }}@media (min-width: 992px) {
  .sidebar-shop .widget {
    margin-bottom: 24px;
  }}/* Large devices */@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }}/* Medium devices */@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }}/* Small devices */@media (max-width: 767px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }}/* Extra small devices *//* Large devices *//* Small devices *//*------------------- 4.2. Header  -------------------*/
.header-area {
  position: relative;
  z-index: 41;
}
.header-area .icon-btn {
  border-radius: 99px;
}
.header-area .menu-area {
  position: relative;
  z-index: 2;
}

.sticky-wrapper {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  animation: stickyAni 0.4s ease-in-out;
}@keyframes stickyAni {
  0% {
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
.main-menu a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--title-font);
  color: var(--title-color);
}
.main-menu a:hover {
  color: var(--title-color);
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}
.main-menu > ul > li {
  margin: 0 27.5px;
}
.main-menu > ul > li > a {
  padding: 38.5px 0;
}
.main-menu > ul > li > a:hover {
  color: var(--title-color);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 13px;
  }}
.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-logo a {
  color: var(--title-color);
}
.header-logo a:hover {
  color: var(--theme-color);
}/* Header default ---------------------------------- *//* Header layout 1 ---------------------------------- *//* Header layout 2 ---------------------------------- *//* Header layout 3 ---------------------------------- *//* Header layout 4 ---------------------------------- */
.header-layout4 {
  background: #FFFAEF;
}
.header-layout4 .menu-area {
  /* Medium devices */
}@media (max-width: 991px) {
  .header-layout4 .menu-area {
    padding: 14.5px 0;
  }}
.header-layout4 .main-menu > ul > li > a {
  padding: 36.5px 0;
  font-weight: 700;
  text-transform: uppercase;
}
.header-layout4 .at-btn {
  min-height: 50px;
  padding: 18px 30px;
}/* Header layout 5 ---------------------------------- *//*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  --body-color: #829592;
  position: relative;
  z-index: 2;
  background-color: var(--title-color);
  overflow: hidden;
}

.copyright-wrap {
  padding: 60px 0;
  background-color: #10161D;
  /* Medium devices */
}
.copyright-wrap .copyright-text {
  color: #777777;
  margin-bottom: 0;
}
.copyright-wrap .copyright-text a {
  font-size: 16px;
  color: var(--white-color);
}
.copyright-wrap .copyright-text a:hover {
  color: var(--theme-color);
}@media (max-width: 991px) {
  .copyright-wrap {
    padding: 40px 0;
  }}/*footer default**********************//* Medium devices *//* footer default ---------------------------------- *//* footer layout1 ---------------------------------- *//* footer layout2 ---------------------------------- *//* footer layout3 ---------------------------------- *//* footer layout4 ---------------------------------- *//* footer layout5 ---------------------------------- */
.footer-layout5 {
  position: relative;
  --body-color: #ffffff;
  /* Medium devices */
}
.footer-layout5 .newsletter-form {
  display: flex;
  gap: 20px 16px;
  align-items: center;
  background: #10161D;
  border-radius: 50px;
  border: 0;
}
.footer-layout5 .newsletter-form .icon-btn {
  min-width: auto;
  flex: none;
  background: transparent;
  width: auto;
  padding: 0 30px 0 0;
  /* Large devices */
}
.footer-layout5 .newsletter-form .icon-btn:hover {
  color: var(--theme-color);
}@media (max-width: 1199px) {
  .footer-layout5 .newsletter-form .icon-btn {
    padding: 20px 40px;
  }}
.footer-layout5 .footer-middle {
  text-align: center;
  margin-bottom: -100px;
  margin-top: -100px;
  position: relative;
  z-index: -2;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}@media (max-width: 1500px) {
  .footer-layout5 .footer-middle {
    margin-bottom: -80px;
  }}@media (max-width: 1299px) {
  .footer-layout5 .footer-middle {
    margin-bottom: -50px;
  }}@media (max-width: 991px) {
  .footer-layout5 .footer-middle {
    margin-bottom: -30px;
    margin-top: -50px;
  }}@media (max-width: 767px) {
  .footer-layout5 .footer-middle {
    margin-bottom: -20px;
  }}@media (max-width: 375px) {
  .footer-layout5 .footer-middle {
    margin-bottom: -15px;
  }}
.footer-layout5 .footer-middle .footer-bigtitle {
  font-size: 400px;
  line-height: 0.83;
  position: relative;
  margin-bottom: 0;
  padding-right: 350px;
  padding-left: 100px;
  display: inline-block;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
.footer-layout5 .footer-middle .footer-bigtitle a {
  color: rgba(255, 255, 255, 0.04);
}
.footer-layout5 .footer-middle .footer-bigtitle span {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 150px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}@media (max-width: 1500px) {
  .footer-layout5 .footer-middle .footer-bigtitle {
    font-size: 350px;
    padding-left: 0px;
    padding-right: 250px;
  }
  .footer-layout5 .footer-middle .footer-bigtitle span {
    width: 200px;
    height: 200px;
    font-size: 100px;
  }}@media (max-width: 1299px) {
  .footer-layout5 .footer-middle .footer-bigtitle {
    font-size: 300px;
    padding-right: 180px;
  }
  .footer-layout5 .footer-middle .footer-bigtitle span {
    width: 150px;
    height: 150px;
    font-size: 80px;
  }}@media (max-width: 1199px) {
  .footer-layout5 .footer-middle .footer-bigtitle {
    font-size: 250px;
  }
  .footer-layout5 .footer-middle .footer-bigtitle span {
    width: 120px;
    height: 120px;
    font-size: 60px;
  }}@media (max-width: 991px) {
  .footer-layout5 .footer-middle .footer-bigtitle {
    font-size: 200px;
    padding-right: 130px;
  }
  .footer-layout5 .footer-middle .footer-bigtitle span {
    width: 100px;
    height: 100px;
    font-size: 50px;
  }}@media (max-width: 767px) {
  .footer-layout5 .footer-middle .footer-bigtitle {
    font-size: 160px;
    padding-right: 100px;
  }
  .footer-layout5 .footer-middle .footer-bigtitle span {
    width: 80px;
    height: 80px;
    font-size: 50px;
  }}@media (max-width: 575px) {
  .footer-layout5 .footer-middle .footer-bigtitle {
    font-size: 100px;
    padding-right: 80px;
  }
  .footer-layout5 .footer-middle .footer-bigtitle span {
    width: 60px;
    height: 60px;
    font-size: 40px;
  }}@media (max-width: 375px) {
  .footer-layout5 .footer-middle .footer-bigtitle {
    font-size: 80px;
    padding-right: 60px;
  }
  .footer-layout5 .footer-middle .footer-bigtitle span {
    width: 50px;
    height: 50px;
    font-size: 32px;
  }}/* footer layout6 ---------------------------------- *//* footer layout7 ---------------------------------- *//*------------------- 4.4. Breadcumb  -------------------*//* Large devices *//* Medium devices *//* Small devices *//*------------------- 4.5. Pagination  -------------------*//*------------------- 4.6. Blog  -------------------*//* Blockquote ---------------------*/
blockquote{
  font-size: 16px;
  line-height: 1.5em;
  padding: 50px 50px 50px 60px;
  font-weight: 400;
  display: block;
  position: relative;
  background-color: transparent;
  margin: 75px 0;
  color: var(--body-color);
  font-family: var(--body-font);
  border: 1px solid var(--at-border-color);
  border-radius: 0;
}
blockquote p{
  font-size: inherit;
  font-family: inherit;
  margin-top: -0.4em;
  margin-bottom: -0.4em;
  line-height: inherit;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
}
blockquote p a{
  color: inherit;
}
blockquote:before{
  content: "";
  position: absolute;
  top: 50px;
  right: 50px;
  height: 30px;
  width: 35px;
  background-color: var(--theme-color);
  clip-path: path("M0 0 H14 V18 L0 28 V0 Z M21 0 H35 V18 L21 28 V0 Z");
}
blockquote cite{
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  font-family: var(--title-font);
  white-space: nowrap;
  color: var(--title-color);
  margin-bottom: 28px;
  position: relative;
  margin-top: -0.1em;
}
blockquote cite br{
  display: none;
}
blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.has-text-align-right{
  padding: 40px;
  margin-bottom: 30px;
}
blockquote:not(:has(> cite)) p:last-child{
  margin-bottom: -0.3em;
}
blockquote p:has(cite){
  padding-bottom: 10px;
}
blockquote p cite{
  margin-top: 20px;
  margin-bottom: -0.5em;
  bottom: -32px;
}

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

.has-cyan-bluish-gray-background-color blockquote{
  background-color: var(--white-color);
}/* Large devices */@media (max-width: 1199px) {
  blockquote{
    padding: 30px;
  }
  blockquote:before{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: inline-block;
    margin-bottom: 20px;
  }}/* Small devices */@media (max-width: 767px) {
  blockquote{
    font-size: 16px;
  }
  blockquote cite{
    font-size: 18px;
  }}/* Extra small devices */@media (max-width: 575px) {
  blockquote{
    margin: 40px 0;
  }}/* Extra small devices */@media (max-width: 375px) {
  blockquote cite{
    font-size: 18px;
  }
  blockquote cite:before{
    width: 20px;
  }}/* Medium Large devices *//* Large devices *//* Medium devices *//* Small devices *//*------------------- 4.7. Comments  -------------------*//* Large devices *//* Medium devices *//* Small devices *//*------------------- 4.8. Hero Area  -------------------*//* Hero Global ---------------------------------- */
.hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.hero-wrapper-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero-wrapper-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}/* Hero 1 ---------------------------------- */
.hero-title {
  margin-bottom: 19px;
  margin-top: -0.2em;
  font-size: 100px;
  font-weight: 800;
  line-height: 1.1;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}@media (max-width: 1500px) {
  .hero-title {
    font-size: 90px;
    line-height: normal;
    margin-top: -0.3em;
  }}@media (max-width: 1399px) {
  .hero-title {
    font-size: 80px;
  }}@media (max-width: 1299px) {
  .hero-title {
    font-size: 74px;
  }}@media (max-width: 1199px) {
  .hero-title {
    font-size: 68px;
  }}@media (max-width: 991px) {
  .hero-title {
    font-size: 58px;
  }
  .hero-title span {
    display: inline-block;
  }}@media (max-width: 767px) {
  .hero-title {
    font-size: 50px;
  }}@media (max-width: 575px) {
  .hero-title {
    font-size: 40px;
  }}@media (max-width: 375px) {
  .hero-title {
    font-size: 38px;
  }}/* Hero 2 ---------------------------------- *//* Hero 3 ---------------------------------- *//* Hero 4 ---------------------------------- *//* Hero 5 ---------------------------------- *//* Hero 6 ---------------------------------- */
.hero-6 {
  padding-top: 100px;
  /* Medium devices */
}@media (max-width: 991px) {
  .hero-6 {
    padding-top: 90px;
  }}
.hero-6 .hero-inner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hero-6 .hero-inner .hero-wrapper-bg {
  /* Medium devices */
  /* Extra small devices */
}@media (max-width: 991px) {
  .hero-6 .hero-inner .hero-wrapper-bg {
    position: relative;
    height: 500px;
    transform: none !important;
    background-position: right;
  }}@media (max-width: 575px) {
  .hero-6 .hero-inner .hero-wrapper-bg {
    height: 300px;
  }}
.hero-6 .hero-bottom-area {
  position: relative;
}
.hero-6 .hero-bottom-area:after {
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  background: #FFF8E8;
  z-index: -1;
  /* Medium devices */
}@media (max-width: 991px) {
  .hero-6 .hero-bottom-area:after {
    width: 100%;
  }}
.hero-6 .hero-bottom-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  padding-top: 50px;
  padding-left: 100px;
  flex-wrap: wrap;
  /* Medium Large devices */
  /* Medium devices */
}@media (max-width: 1299px) {
  .hero-6 .hero-bottom-wrap {
    padding-left: 50px;
  }}@media (max-width: 991px) {
  .hero-6 .hero-bottom-wrap {
    padding-top: 0;
    padding-left: 0;
    justify-content: center;
    gap: 30px;
  }}
.hero-6 .hero-bottom-wrap .hero-btn-wrap {
  background: var(--theme-color);
  border-radius: 5px;
  padding: 20px;
}
.hero-6 .hero-bottom-wrap .hero-btn-wrap .box-title {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--title-color);
  margin-top: -0.1em;
}
.hero-6 .hero-bottom-wrap .hero-btn-wrap .at-btn {
  border-radius: 5px;
  font-size: 12px;
  min-height: 25px;
  padding: 6px 10px;
  justify-content: space-between;
  min-width: 92px;
}
.hero-6 .hero-bottom-wrap .hero-contact-wrap {
  align-self: center;
}
.hero-6 .hero-bottom-wrap .hero-contact-wrap .box-link {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--title-color);
}
.hero-6 .hero-bottom-wrap .hero-contact-wrap .box-link:hover {
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}

.hero-style6 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}@media (max-width: 991px) {
  .hero-style6 {
    text-align: center;
    padding-bottom: 50px;
  }}@media (max-width: 575px) {
  .hero-style6 {
    padding-top: 80px;
  }}@media (max-width: 375px) {
  .hero-style6 {
    padding-top: 60px;
  }}
.hero-style6:before {
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #FFF8E8;
  z-index: -1;
  /* Medium devices */
}@media (max-width: 991px) {
  .hero-style6:before {
    width: 100%;
  }}
.hero-style6 .hero-title {
  font-size: 90px;
  font-weight: 800;
  max-width: 536px;
  margin-bottom: 30px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}@media (max-width: 1500px) {
  .hero-style6 .hero-title {
    font-size: 84px;
  }}@media (max-width: 1399px) {
  .hero-style6 .hero-title {
    font-size: 78px;
  }}@media (max-width: 1299px) {
  .hero-style6 .hero-title {
    font-size: 74px;
    max-width: 500px;
  }}@media (max-width: 1199px) {
  .hero-style6 .hero-title {
    font-size: 68px;
    max-width: 480px;
  }}@media (max-width: 991px) {
  .hero-style6 .hero-title {
    font-size: 60px;
    margin-left: auto;
    margin-right: auto;
  }}@media (max-width: 767px) {
  .hero-style6 .hero-title {
    font-size: 50px;
  }}@media (max-width: 575px) {
  .hero-style6 .hero-title {
    font-size: 40px;
  }}@media (max-width: 375px) {
  .hero-style6 .hero-title {
    font-size: 38px;
  }}
.hero-style6 .hero-text {
  max-width: 479px;
  margin-bottom: 42px;
  /* Large devices */
  /* Medium devices */
}@media (max-width: 1199px) {
  .hero-style6 .hero-text {
    max-width: 430px;
  }}@media (max-width: 991px) {
  .hero-style6 .hero-text {
    margin-left: auto;
    margin-right: auto;
  }}
.hero-style6 .hero-video-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  --icon-size: 64px;
  flex: none;
}
.hero-style6 .hero-video-wrap .play-btn > I {
  font-size: 14px;
}
.hero-style6 .hero-video-wrap .hero-video-text {
  max-width: 190px;
  color: var(--title-color);
  text-align: start;
  flex: none;
}
.hero-style6 .hero-video-wrap .hero-video-text a {
  color: var(--title-color);
  position: relative;
}
.hero-style6 .hero-video-wrap .hero-video-text a:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--title-color);
}
.hero-style6 .hero-video-wrap .hero-video-text a:hover {
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}
.hero-style6 .btn-wrap {
  /* Large devices */
  /* Medium devices */
}@media (max-width: 1199px) {
  .hero-style6 .btn-wrap {
    max-width: 400px;
  }}@media (max-width: 991px) {
  .hero-style6 .btn-wrap {
    max-width: none;
    justify-content: center;
  }}/* Hero 7 ---------------------------------- *//* Hero 8 ---------------------------------- *//*------------------- 4.9. Error  -------------------*//* Medium devices *//* Small devices *//*------------------- 4.10. Popup Search  -------------------*//*------------------- 4.12. Wocommerce  -------------------*//* Small devices *//*------------------- 4.13. Products  -------------------*//* Large devices *//* Medium devices *//* Extra small devices *//* Medium Large devices *//* Medium Large devices *//* Large devices *//* Medium devices *//* Small devices *//* Extra small devices *//* Extra small devices *//*------------------- 4.14. Cart  -------------------*/
.cart_table .qty-input[type=number] {
  -moz-appearance: textfield;
}/* Medium devices *//* Small devices *//*------------------- 4.15. Checkout  -------------------*//* Small devices *//*------------------- 4.16. Wishlist  -------------------*//* Medium devices *//* Small devices *//*------------------- 4.17. Contact  -------------------*//* Contact Area 1 ---------------------------------- *//*------------------- 4.18. MegaMenu -------------------*//*Mega menu area*********************//*Mega menu area end*********************//*------------------- 4.00. About  -------------------*//* About 1 ---------------------------------- *//* About 2 ---------------------------------- *//* About 3 ---------------------------------- *//* About 4 ---------------------------------- *//* About 5 ---------------------------------- *//* About 7 ---------------------------------- *//* About 8 ---------------------------------- *//* About Page ---------------------------------- */
.page-banner {
  --header-space: 144px;
  padding-top: calc(var(--header-space) + 100px);
  /* Large devices */
}@media (max-width: 1199px) {
  .page-banner {
    padding-top: calc(var(--header-space) + 50px);
  }}
.page-banner .page-banner-title {
  font-size: 72px;
  font-weight: 800;
  line-height: 1.1388;
  margin-bottom: -0.3em;
  margin-top: -0.2em;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}@media (max-width: 1299px) {
  .page-banner .page-banner-title {
    font-size: 68px;
  }}@media (max-width: 1199px) {
  .page-banner .page-banner-title {
    font-size: 60px;
  }}@media (max-width: 991px) {
  .page-banner .page-banner-title {
    font-size: 56px;
  }
  .page-banner .page-banner-title span {
    display: inline-block;
  }}@media (max-width: 767px) {
  .page-banner .page-banner-title {
    font-size: 48px;
  }}@media (max-width: 575px) {
  .page-banner .page-banner-title {
    font-size: 40px;
    line-height: normal;
  }}@media (max-width: 375px) {
  .page-banner .page-banner-title {
    font-size: 38px;
  }}
.page-banner .page-banner-text {
  margin-top: -0.2em;
}
.page-banner .page-banner-link {
  font-weight: 500;
  color: var(--title-color);
}
.page-banner .page-banner-link:hover {
  text-shadow: -0.3px -0.3px 0 var(--title-color), 0.3px 0.3px var(--title-color);
}/*------------------- 4.00. Team  -------------------*//* Team Card ---------------------------------- *//* Team Card 2 ---------------------------------- *//* Team Card 3 ---------------------------------- *//* Team Card 4 ---------------------------------- *//* Team Card 5 ---------------------------------- */
.team-card5 .box-img {
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
  border-radius: 0;
}
.team-card5 .box-img img {
  transition: 0.4s;
  width: 100%;
}
.team-card5 .box-content {
  position: relative;
  padding-right: 50px;
  border-top: 1px solid var(--title-color);
  border-bottom: 1px solid var(--title-color);
  padding: 30px 0;
}
.team-card5 .box-content .team-social {
  position: absolute;
  right: 10px;
  top: 30px;
  opacity: 0;
  transform: scale(0);
  transition: 0.4s;
}
.team-card5 .box-content .team-social .icon-btn {
  --btn-size: 50px;
  border-radius: 5px;
  background: var(--title-color);
  color: var(--white-color);
  cursor: pointer;
  /* Small devices */
}
.team-card5 .box-content .team-social .icon-btn i {
  transition: 0.4s;
}@media (max-width: 767px) {
  .team-card5 .box-content .team-social .icon-btn {
    --btn-size: 45px;
  }}
.team-card5 .box-content .team-social .at-social {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.4s;
  width: min-content;
  opacity: 0;
  visibility: hidden;
}
.team-card5 .box-content .team-social .at-social a {
  display: flex;
  margin: 0 0 10px 0;
  transition: 0.4s;
  --icon-size: 50px;
  font-size: 16px;
  border-radius: 5px;
  background: var(--title-color);
  color: var(--white-color);
  border: 0;
  /* Small devices */
}
.team-card5 .box-content .team-social .at-social a:hover {
  background: var(--theme-color);
  color: var(--title-color);
}@media (max-width: 767px) {
  .team-card5 .box-content .team-social .at-social a {
    --icon-size: 45px;
  }}
.team-card5 .box-content .team-social:hover .icon-btn i {
  transform: rotate(45deg);
}
.team-card5 .box-content .team-social:hover .at-social {
  opacity: 1;
  visibility: visible;
  bottom: 50px;
}
.team-card5 .box-title {
  margin-bottom: 5px;
  /* Small devices */
}
.team-card5 .box-title a {
  color: var(--title-color);
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 0.5s ease-in-out;
}
.team-card5 .box-title a:hover {
  background-size: 100% 2px;
}@media (max-width: 767px) {
  .team-card5 .box-title {
    font-size: 20px;
  }}
.team-card5:hover .box-img img {
  transform: scale(1.05);
}
.team-card5:hover .box-content .team-social {
  opacity: 1;
  transform: scale(1);
}/*------------------- 4.00. Testimonial  -------------------*//* Testimonial Area ---------------------------------- *//* Testimonial Area 2---------------------------------- */
.testi-card2 {
  background: var(--white-color);
  padding: 50px;
  /* Extra small devices */
}
.testi-card2 .box-icon {
  margin-bottom: 30px;
}
.testi-card2 .box-title {
  font-size: 24px;
  font-weight: 800;
  margin-top: -0.3em;
}
.testi-card2 .box-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--title-color);
}
.testi-card2 .testi-card_review {
  color: var(--yellow-color);
  margin-top: 40px;
}@media (max-width: 375px) {
  .testi-card2 {
    padding: 40px;
  }
  .testi-card2 .box-text {
    font-size: 16px;
  }}/* Testimonial Area 3---------------------------------- *//* Testimonial Area 4---------------------------------- *//* Testimonial Area 6---------------------------------- */
.testi-area-6 {
  position: relative;
  z-index: 1;
}
.testi-area-6 .testi-bg-img {
  position: absolute;
  inset: 0;
}
.testi-area-6 .testi-bg-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(19, 26, 34, 0) 0%, rgba(19, 26, 34, 0.7) 100%);
  z-index: -1;
  /* Medium devices */
}@media (max-width: 991px) {
  .testi-area-6 .testi-bg-img:after {
    background: linear-gradient(270deg, rgba(19, 26, 34, 0.2) 0%, rgba(19, 26, 34, 0.9) 100%);
  }}

.testi-slider6 {
  position: relative;
}
.testi-slider6 .testi-card6 {
  max-width: 632px;
}
.testi-slider6 .testi-card6 .box-text {
  color: var(--white-color);
  font-size: 52px;
  font-weight: 500;
  font-family: var(--title-font);
  margin-top: -0.25em;
  position: relative;
  line-height: 1.1923;
  margin-bottom: 35px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
.testi-slider6 .testi-card6 .box-text .blank-space {
  display: inline-block;
  width: 50px;
  height: 20px;
  background: transparent;
}@media (max-width: 1399px) {
  .testi-slider6 .testi-card6 .box-text {
    font-size: 48px;
  }}@media (max-width: 1299px) {
  .testi-slider6 .testi-card6 .box-text {
    font-size: 40px;
  }}@media (max-width: 1199px) {
  .testi-slider6 .testi-card6 .box-text {
    font-size: 36px;
  }}@media (max-width: 991px) {
  .testi-slider6 .testi-card6 .box-text {
    font-size: 32px;
    line-height: normal;
  }}@media (max-width: 767px) {
  .testi-slider6 .testi-card6 .box-text {
    font-size: 28px;
  }}@media (max-width: 575px) {
  .testi-slider6 .testi-card6 .box-text {
    font-size: 24px;
  }}@media (max-width: 375px) {
  .testi-slider6 .testi-card6 .box-text {
    font-size: 20px;
  }}
.testi-slider6 .testi-card6 .testi-card-profile {
  padding-left: 18px;
  position: relative;
}
.testi-slider6 .testi-card6 .testi-card-profile:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 8px;
  background: var(--theme-color);
}
.testi-slider6 .testi-card6 .testi-card_name {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--white-color);
  margin-bottom: 3px;
  /* Small devices */
  /* Extra small devices */
}@media (max-width: 767px) {
  .testi-slider6 .testi-card6 .testi-card_name {
    font-size: 18px;
    margin-bottom: 3px;
  }}@media (max-width: 575px) {
  .testi-slider6 .testi-card6 .testi-card_name {
    font-size: 16px;
  }}
.testi-slider6 .testi-card6 .testi-card_desig {
  font-size: 12px;
  font-weight: 400;
  color: var(--theme-color);
  display: block;
  margin-bottom: -0.5em;
}
.testi-slider6 .slider-pagination {
  background: var(--white-color);
  border-radius: 50px 50px 0 0;
  right: 0px;
  bottom: 0 !important;
  left: auto;
  width: auto;
  height: auto;
  line-height: normal;
  text-align: end;
  display: inline-flex;
  margin-top: 100px;
  padding: 23px 60px;
  /* Medium devices */
}@media (max-width: 991px) {
  .testi-slider6 .slider-pagination {
    margin-top: 30px;
  }}/* Testimonial Area 8---------------------------------- *//*------------------- 4.00. Counter  -------------------*//* Counter 1 ---------------------------------- */
.counter-card .box-number {
  font-size: 82px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: -0.25em;
  transition: 0.4s;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}@media (max-width: 1399px) {
  .counter-card .box-number {
    font-size: 74px;
  }}@media (max-width: 1299px) {
  .counter-card .box-number {
    font-size: 60px;
  }}@media (max-width: 1199px) {
  .counter-card .box-number {
    font-size: 48px;
  }}@media (max-width: 991px) {
  .counter-card .box-number {
    font-size: 40px;
  }}@media (max-width: 767px) {
  .counter-card .box-number {
    font-size: 36px;
  }}@media (max-width: 575px) {
  .counter-card .box-number {
    font-size: 32px;
  }}
.counter-card .box-text {
  font-weight: 400;
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--body-color);
  margin-top: 15px;
  margin-bottom: -0.4em;
  position: relative;
  transition: 0.4s;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
.counter-card .box-text:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--theme-color);
  margin-right: 8px;
  top: -1px;
}@media (max-width: 1199px) {
  .counter-card .box-text {
    font-size: 16px;
    letter-spacing: normal;
  }}@media (max-width: 991px) {
  .counter-card .box-text {
    font-weight: 500;
    font-size: 14px;
  }}@media (max-width: 767px) {
  .counter-card .box-text {
    font-size: 16px;
  }}
.counter-card:hover .box-number {
  color: var(--theme-color);
}/* Counter 2 ---------------------------------- *//* Counter 3 ---------------------------------- */
.counter-wrap3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Small devices */
  /* Extra small devices */
}
.counter-wrap3 .counter-card .box-text:before {
  background: var(--title-color);
}@media (max-width: 767px) {
  .counter-wrap3 {
    flex-wrap: wrap;
    gap: 40px 0;
  }
  .counter-wrap3 .counter-card {
    flex: 50%;
  }}@media (max-width: 375px) {
  .counter-wrap3 .counter-card {
    flex: 100%;
    text-align: center;
  }}/*------------------- 4.00. Blog  -------------------*//* Blog Card ---------------------------------- *//* Blog Card 2 ---------------------------------- *//* Blog Card 3 ---------------------------------- *//* Blog Card 4 ---------------------------------- *//* Blog Card 5 ---------------------------------- *//* Blog Card 6 ---------------------------------- *//* Blog Card 7 ---------------------------------- *//* Blog Card 8 ---------------------------------- *//*------------------- 4.00. Brand  -------------------*//* Brand 1 ---------------------------------- */
.brand-slider1 .swiper-wrapper {
  transition-timing-function: linear;
}
.brand-slider1 .swiper-slide {
  width: auto;
}

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

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
}
.btn-wrap.style2 {
  gap: 20px 40px;
}/* Large devices */@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }}
.modal-backdrop.show {
  opacity: 0.7;
  z-index: 99;
}

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

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

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

.why-single-list3:not(:last-child) {
  margin-bottom: 50px;
}
.why-single-list3 .box-title {
  font-size: 20px;
  font-weight: 800;
  padding-left: 30px;
  position: relative;
}
.why-single-list3 .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 14px;
  border-radius: 50%;
  background: var(--title-color);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxOSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMjg3MTA5IDkuNDI1NzhMNi43ODcxMSAxMy45ODc4QzguMjg3MTEgMTAuODAwNSAxMi41ODcxIDMuNjI1NzggMTcuNzg3MSAwLjQyNTc4MSIgc3Ryb2tlPSIjMTMxQTIyIi8+Cjwvc3ZnPgo=);
  mask-size: 100% 100%;
}/*------------------- 4.00. Video -------------------*//* Video Area 1 ---------------------------------- *//* Video Area 2 ---------------------------------- */
.video-bg2-1:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(19, 26, 34, 0) 0%, rgba(19, 26, 34, 0.7) 100%);
}
.video-bg2-1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

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

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

.faq-card.style5:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.faq-card.style5:not(:last-child):after {
  left: 0;
}
.faq-card.style5 .box-title {
  font-size: 24px;
  font-weight: 800;
  /* Extra small devices */
}@media (max-width: 575px) {
  .faq-card.style5 .box-title {
    font-size: 20px;
  }}
.faq-card.style5 .accordion-body {
  padding-left: 0;
}/* Faq 7 ---------------------------------- *//*------------------- 4.00. Service -------------------*//* Service Card ---------------------------------- *//* Service Card 2 ---------------------------------- *//* Service Card 3 ---------------------------------- *//* Service Card 4 ---------------------------------- *//* Service Card 5 ---------------------------------- *//* Service Card 6 ---------------------------------- */
.service-title-wrap6 .sub-title {
  margin-bottom: 200px;
  /* Large devices */
}@media (max-width: 1199px) {
  .service-title-wrap6 .sub-title {
    margin-bottom: 20px;
  }}

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

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

.project-card.style3 .box-img {
  border-radius: 0;
  margin-bottom: 32px;
}
.project-card.style3 .box-img:after {
  background: rgba(19, 26, 34, 0.3);
}
.project-card.style3 .box-content {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.project-card.style3 .box-title {
  font-size: 24px;
  font-weight: 800;
  max-width: 231px;
  line-height: 1.416;
  margin-bottom: -0.08em;
  /* Extra small devices */
}
.project-card.style3 .box-title a {
  color: var(--title-color);
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 0.5s ease-in-out;
}
.project-card.style3 .box-title a:hover {
  background-size: 100% 2px;
}@media (max-width: 575px) {
  .project-card.style3 .box-title {
    font-size: 20px;
    max-width: 190px;
  }}/* Project Card 4-------------------------------*//* Project Card 5-------------------------------*/
.project-card.style5 .box-img {
  border-radius: 0;
  margin-bottom: 30px;
}
.project-card.style5 .box-img:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.project-card.style5 .box-content {
  border-top: 1px solid var(--title-color);
  border-bottom: 1px solid var(--title-color);
  padding: 30px 0;
  margin-bottom: 1px;
}
.project-card.style5 .box-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 0;
  /* Medium Large devices */
  /* Small devices */
}@media (max-width: 1299px) {
  .project-card.style5 .box-title {
    font-size: 28px;
  }}@media (max-width: 767px) {
  .project-card.style5 .box-title {
    font-size: 24px;
  }}
.project-card.style5 .box-title a {
  color: var(--title-color);
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 1px;
  transition: 0.5s ease-in-out;
}
.project-card.style5 .box-title a:hover {
  background-size: 100% 1px;
}/* Project Card 6-------------------------------*//* Project Card 8-------------------------------*//*------------------- 4.00. Process -------------------*//* Process Card -------------------------------*//* Process Card 2-------------------------------*//* Process Card 3-------------------------------*//*------------------- 4.00. CTA -------------------*/

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

.cta-thumb3-1 {
  position: relative;
  margin-right: -310px;
  overflow: hidden;
  /* Extra large devices */
  /* Medium Large devices */
}
.cta-thumb3-1 .thumb {
  transform: scale(1.2);
}@media (max-width: 1500px) {
  .cta-thumb3-1 {
    margin-right: -200px;
  }}@media (max-width: 1299px) {
  .cta-thumb3-1 {
    margin-right: 0;
  }}/*------------------- 4.00. Client -------------------*//* Client Card -------------------------------------*//* Client Satisfaction -------------------------------------*//*------------------- 4.00. Tab Menu -------------------*//* Tab Menu 1 ------------------------------------*/
.tab-menu1 {
  gap: 10px;
  justify-content: center;
}
.tab-menu1 .tab-btn {
  font-size: 14px;
  padding: 4px 12px;
  background-color: var(--smoke-color2);
  border: 1px solid var(--at-border-color);
  border-radius: 6px;
}
.tab-menu1 .tab-btn.active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}/*------------------- 4.00. Marquee -------------------*//* Marquee Area ---------------------------------- *//* Marquee Area 2---------------------------------- *//*------------------- 4.00. Gallery -------------------*//* Gallery Area 1 -------------------------------*//*=================================
    05. Spacing
==================================*//*-- Padding Left And Right --*//*-- Padding Top And Bottom --*//*-- Padding Top --*//*-- Padding Bottom --*//*-- Padding Left --*//*-- Padding Right --*/

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

.pb-80 {
  padding-bottom: 80px;
}/*-- margin Left And Right --*//*-- margin Top And Bottom --*//*-- margin Top --*/

.mt-45 {
  margin-top: 45px;
}/*-- margin Bottom --*/

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

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

.mb-50 {
  margin-bottom: 50px;
}/*-- margin Left --*//*-- margin Right --*/

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

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}/* Medium devices */@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }}