@charset "UTF-8";
/*
Template Name: Tourm
Template URL: https://wordpress.themeholy.com//Tourm/ 
Description: Travel & Tour Booking Agency Wordpress Theme 
Author: themeholy
Author URI: https://themeforest.net/user/themeholy
Version: 1.0.0 
Last Update: 20-07-2024  
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.00. Popup Search
    4.00. Popup Side Menu
    4.00. Wocommerce
    4.00. Products
    4.00. Cart
    4.00. Checkout
    4.00. Wishlist
    4.00. Contact
    4.00. About
    4.00. Team
    4.00. Testimonial
    4.00. Counter
    4.00. Blog
    4.00. Brand
    4.00. Simple Sections
    4.00. Why
    4.00. Faq
    4.00. Service
    4.00. Process
    4.00. Feature
    4.00. Gallery
    4.00. Category
    4.00. CTA
    4.00. Deal
    4.00. Tab Menu
    4.00. Particle 

05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*================================= 
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
@use "sass:math";

/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: rgb(255, 98, 0);
  --primary-color: #1CA8CB;
  --title-color: #113D48;
  --body-color: #6E7070;
  --smoke-color: #E9F6F9;
  --smoke-color2: #F3F4F6;
  --black-color: #000000;
  --black-color2: #0D0D0C;
  --gray-color: #E1E4E5;
  --white-color: #ffffff;
  --light-color: #E1E4E5;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #E9EDF5;
  --title-font: "Poppins", sans-serif;
  --body-font: "Poppins", sans-serif;
  --style-font: "Poppins", sans-serif;
  --icon-font: "Poppins", sans-serif;
  --main-container: 1320px;
  --container-gutters: 20px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 2s;
  --d: 1200ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans: "Poppins", sans-serif;
  --font-serif: "Poppins", sans-serif;
  --color-primary: #0A84FF;
  --color-primary-dark: #0077E6;
  --color-primary-light: #5EB1FF;
  --color-secondary: #52ADC8;
  --color-accent: #FF9500;
  --color-accent-dark: #F08300;
  --color-success: #30D158;
  --color-warning: #FFD60A;
  --color-error: #FF453A;

  /* Neutral Colors */
  --color-dark: #1D1D1F;
  --color-gray-dark: #424245;
  --color-gray: #86868B;
  --color-gray-light: #D2D2D7;
  --color-light: #F5F5F7;

  /* Spacing System (8px) */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-xxl: 48px;

  /* Typography */
  --font-primary: "Poppins", sans-serif;
  --font-size-sm: 0.875rem;
  --font-size-md: 1rem;
  --font-size-lg: 1.25rem;
  --font-size-xl: 1.5rem;
  --font-size-xxl: 2rem;
  --font-size-xxxl: 2.5rem;

  /* Borders & Shadows */
  --border-radius-sm: 4px;
  --border-radius-md: 8px;
  --border-radius-lg: 16px;
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.1);

  /* Transitions */
  --transition-fast: 0.2s ease;
  --transition-medium: 0.3s ease;
  --transition-slow: 0.5s ease;
}

/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}

.container {
  margin-inline: auto;
}

@media only screen and (min-width: 1300px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }

  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
}

@media only screen and (min-width: 1300px) {
  .th-container {
    --main-container: 1776px;
  }
}

@media only screen and (min-width: 1300px) {
  .th-container2 {
    --main-container: 1544px;
  }
}

@media only screen and (min-width: 1300px) {
  .th-container3 {
    --main-container: 1720px;
  }
}

@media only screen and (min-width: 1300px) {
  .th-container4 {
    --main-container: 1800px;
  }
}

@media only screen and (min-width: 1300px) {
  .th-container5 {
    --main-container: 1760px;
  }
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.container-gallery {
  max-width: 1840px;
}

/*------------------- 1.6. Extend -------------------*/

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

.th-slider.has-shadow {
  padding-left: 40px;
  padding-right: 40px;
}

.th-slider.has-shadow .swiper-wrapper {
  padding: 25px 0;
}

.swiper-fade .swiper-slide {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.swiper-fade .swiper-slide-prev {
  opacity: 0;
}

.swiper-pagination-progressbar {
  --swiper-pagination-progressbar-size: 2px;
  background: var(--th-border-color);
  position: relative;
  margin-top: 30px;
  margin-bottom: 24px;
  /* Large devices */
}

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

@media (max-width: 1199px) {
  .swiper-pagination-progressbar {
    margin-top: 20px;
  }
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--theme-color);
}

.slider-controller {
  margin-top: 60px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  /* Large devices */
}

.slider-controller .button {
  width: calc(100% - 204px);
}

.slider-controller .slider-arrow {
  min-width: 56px;
}

@media (max-width: 1199px) {
  .slider-controller {
    margin-top: 45px;
  }
}

.swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 45px 0 10px 0;
  padding-bottom: 20px;
  line-height: 20px;
  height: 16px;
}

.swiper-pagination-bullets .swiper-pagination-bullet{
  display: inline-block;
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-bullet-horizontal-gap: 15px;
  margin: 5px 7px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #113D48;
  opacity: 0.3;
  color: #E4E4E4;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .swiper-pagination-bullets .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 8px;
  }
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  opacity: 1;
}

.slider-area {
  position: relative;
}

.slider-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  border-radius: 48px;
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  left: var(--pos-x, -120px);
  width: var(--icon-size, 88px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 56px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 56px) / -2);
  z-index: 3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .slider-arrow {
    display: none !important;
  }
}

.slider-arrow.style2 {
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.slider-arrow.style2:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: var(--title-color);
  border-color: var(--title-color);
}

.slider-arrow.style3 {
  background-color: var(--white-color);
  color: var(--white-color);
  --icon-size: 48px;
  line-height: 48px;
  border-radius: 50%;
  border-color: var(--white-color);
}

.slider-arrow.style3:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: var(--white-color);
}

.slider-arrow.style4 {
  background-color: transparent;
  color: var(--title-color);
  border-color: #E4E4E4;
  box-shadow: none;
  font-size: var(--icon-font-size, 22px);
}

.slider-arrow.style4:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: var(--title-color);
  border-color: var(--title-color);
}

.slider-arrow.style5 {
  border: 1px solid var(--title-color);
  /* Extra large devices */
}

.slider-arrow.style5:hover {
  border-color: var(--theme-color);
}

@media (max-width: 1500px) {
  .slider-arrow.style5 {
    display: inline-block !important;
  }
}

.slider-arrow.style6 {
  --icon-size: 64px;
  border: 1px solid #E1E4E5;
  box-shadow: none;
  /* Extra large devices */
}

.slider-arrow.style6:hover {
  border-color: var(--theme-color);
}

@media (max-width: 1500px) {
  .slider-arrow.style6 {
    display: inline-block !important;
  }
}

.slider-arrow.style7 {
  --icon-size: 64px;
  border: 1px solid var(--title-color);
  box-shadow: none;
  background-color: transparent;
  /* Extra large devices */
}

.slider-arrow.style7:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
}

@media (max-width: 1500px) {
  .slider-arrow.style7 {
    display: inline-block !important;
  }
}

.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(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.slider-arrow:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

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

.arrow-wrap {
  position: relative;
}

.arrow-wrap .slider-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .arrow-wrap .slider-arrow {
    display: none;
  }
}

.arrow-wrap:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slider-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -70px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .slider-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -17px;
  }
}

.icon-box .slider-arrow {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.icon-box .slider-arrow:not(:last-child) {
  margin-right: 8px;
}

/* 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;
    margin-left: 40px;
  }

  .slick-dots {
    margin: 40px 0 0 0;
  }

  .icon-box .slider-arrow {
    margin-right: 0;
  }
}

.slick-3d-active {
  margin-left: -12%;
  margin-right: -12%;
}

.slick-3d-active .slick-list {
  padding-left: 30% !important;
  padding-right: 30% !important;
}

.slick-3d-active .slick-track {
  max-width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-perspective: 100px;
  perspective: 100px;
}

.slick-3d-active .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.slick-3d-active .slick-3d-next,
.slick-3d-active .slick-3d-prev,
.slick-3d-active .slick-3d-next2,
.slick-3d-active .slick-3d-prev2 {
  display: block;
}

.slick-3d-active .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}

.slick-3d-active .slick-3d-next {
  opacity: 1;
  -webkit-transform: translate3d(50%, 0, -21px);
  transform: translate3d(50%, 0, -21px);
  z-index: 1;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.slick-3d-active .slick-3d-next2 {
  opacity: 1;
  -webkit-transform: translate3d(40%, 0, -23px);
  transform: translate3d(40%, 0, -23px);
  z-index: 0;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.slick-3d-active .slick-3d-prev {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, -21px);
  transform: translate3d(-50%, 0, -21px);
}

.slick-3d-active .slick-3d-prev .testi-card {
  box-shadow: none;
}

.slick-3d-active .slick-3d-prev2 {
  opacity: 1;
  -webkit-transform: translate3d(-40%, 0, -23px);
  transform: translate3d(-40%, 0, -23px);
}


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

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
  z-index: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------- 3.10. Animation -------------------*/
.ripple-animation,
.play-btn:after,
.play-btn:before,
.testi-box_avater:after {
  -webkit-animation-duration: var(--ripple-ani-duration);
  animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}

.ripple-animation3,
.counter-card .counter-shape:after,
.counter-item .counter-shape:after {
  -webkit-animation-duration: var(--ripple-ani-duration);
  animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple3;
  animation-name: ripple3;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

@-webkit-keyframes ripple2 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  10% {
    opacity: 0.60;
  }

  30% {
    opacity: 0.40;
  }

  40% {
    opacity: 0.20;
  }

  50% {
    opacity: 0.14;
  }

  100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
  }
}

@keyframes ripple2 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  10% {
    opacity: 0.60;
  }

  30% {
    opacity: 0.40;
  }

  40% {
    opacity: 0.20;
  }

  50% {
    opacity: 0.14;
  }

  100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
  }
}

@-webkit-keyframes ripple3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(2.9);
    transform: scale(2.9);
    opacity: 0.2;
  }
}

@keyframes ripple3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(2.9);
    transform: scale(2.9);
    opacity: 0.2;
  }
}

@-webkit-keyframes scrollMove {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes scrollMove {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.scale {
  -webkit-animation: scale 5s ease forwards;
  animation: scale 5s ease forwards;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.fancy-animation {
  -webkit-animation: morph 8s ease-in-out infinite;
  animation: morph 8s ease-in-out infinite;
}

@-webkit-keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@-webkit-keyframes footerLine {
  0% {
    left: 40px;
  }

  50% {
    left: 0;
  }

  100% {
    left: 40px;
  }
}

@keyframes footerLine {
  0% {
    left: 40px;
  }

  50% {
    left: 0;
  }

  100% {
    left: 40px;
  }
}

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

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.movingCar {
  -webkit-animation: movingCar 25s linear infinite;
  animation: movingCar 25s linear infinite;
}

@-webkit-keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
  }

  50% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%));
    transform: translateX(calc(100vw*-1 + 108%));
  }

  51% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
    transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
  }

  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
    transform: translateX(0) rotateY(180deg);
  }
}

@keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
  }

  50% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%));
    transform: translateX(calc(100vw*-1 + 108%));
  }

  51% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
    transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
  }

  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
    transform: translateX(0) rotateY(180deg);
  }
}

.speed2 {
  -webkit-animation: speed2 10s linear infinite;
  animation: speed2 10s linear infinite;
}

@-webkit-keyframes speed2 {
  0% {
    right: 0%;
  }

  30% {
    right: 30%;
  }

  50% {
    right: 50%;
  }

  100% {
    right: 100%;
  }
}

@keyframes speed2 {
  0% {
    right: 0%;
  }

  30% {
    right: 30%;
  }

  50% {
    right: 50%;
  }

  100% {
    right: 100%;
  }
}

.sway {
  -webkit-animation: sway 8s ease-in-out infinite alternate;
  animation: sway 8s ease-in-out infinite alternate;
}

@-webkit-keyframes sway {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  50% {
    -webkit-transform: rotateZ(-5deg);
    transform: rotateZ(-5deg);
  }

  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@keyframes sway {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  50% {
    -webkit-transform: rotateZ(-5deg);
    transform: rotateZ(-5deg);
  }

  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

.th-ani {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.th-ani:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@-webkit-keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@-webkit-keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
    transform: translate3d(15px, -15px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
    transform: translate3d(0, -15px, 15px);
  }
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
    transform: translate3d(15px, -15px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
    transform: translate3d(0, -15px, 15px);
  }
}

.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes watermark-animate {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

@keyframes watermark-animate {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@-webkit-keyframes fadeLeftRight {

  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

@keyframes fadeLeftRight {

  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.spin {
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bg-color-ani,
.color-animate {
  -webkit-animation: bgColor 6s linear infinite;
  animation: bgColor 6s linear infinite;
}

@-webkit-keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }

  25% {
    background-color: #81F24C;
  }

  50% {
    background-color: #41F27D;
  }

  75% {
    background-color: #0500FF;
  }

  100% {
    background-color: #F2BA4C;
  }
}

@keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }

  25% {
    background-color: #81F24C;
  }

  50% {
    background-color: #41F27D;
  }

  75% {
    background-color: #0500FF;
  }

  100% {
    background-color: #F2BA4C;
  }
}

.zoom {
  -webkit-animation: zoom 10s linear infinite;
  animation: zoom 10s linear infinite;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@-webkit-keyframes zoom1 {
  0% {
    scale: 0.2;
  }

  50% {
    scale: 1;
  }

  100% {
    scale: 0.2;
  }
}

@keyframes zoom1 {
  0% {
    scale: 0.2;
  }

  50% {
    scale: 1;
  }

  100% {
    scale: 0.2;
  }
}

/* Mooving Animation */
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  20% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }

  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }

  70% {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  20% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }

  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }

  70% {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes fadeLeftRight {

  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

@-webkit-keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.fadedown {
  -webkit-animation: fade-down .3s linear;
  animation: fade-down .3s linear;
}

@-webkit-keyframes fade-down {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    visibility: hidden;
  }

  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
  }
}

@keyframes fade-down {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    visibility: hidden;
  }

  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
  }
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

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

.swiper-slide-active .fadein {
  --animation-name: fadein;
}

.swiper-slide-active .scalein {
  --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
  --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
  --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
  --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
  --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
  --animation-name: rollinright;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
    transform: translateX(180px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
    transform: translateX(180px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
    transform: translateX(120px) translateY(120px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
    transform: translateX(120px) translateY(120px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
    transform: translateX(-100px) translateY(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
    transform: translateX(-100px) translateY(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes cloudAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes cloudAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.wp-block-categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.widget_nav_menu>ul,
.widget_nav_menu .menu,
.widget_meta>ul,
.widget_meta .menu,
.widget_pages>ul,
.widget_pages .menu,
.widget_archive>ul,
.widget_archive .menu,
.widget_categories>ul,
.widget_categories .menu,
.wp-block-categories>ul,
.wp-block-categories .menu {
  margin: -20px 0 -20px 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.wp-block-categories a {
  display: block;
  background-color: transparent;
  margin: 0;
  padding: 16px 45px 19px 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.313;
  color: var(--title-color);
  border-radius: 0;
  border-bottom: 1px solid var(--gray-color);
}

.widget_nav_menu a img,
.widget_nav_menu a i,
.widget_meta a img,
.widget_meta a i,
.widget_pages a img,
.widget_pages a i,
.widget_archive a img,
.widget_archive a i,
.widget_categories a img,
.widget_categories a i,
.wp-block-categories a img,
.wp-block-categories a i {
  margin-right: 8px;
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.wp-block-categories li {
  display: block;
  position: relative;
}

.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a,
.wp-block-categories li:last-child a {
  border-bottom: none;
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span,
.wp-block-categories li>span {
  color: var(--body-color);
  text-align: center;
  position: absolute;
  right: 0;
  top: 14px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  pointer-events: none;
  min-width: 20px;
  text-align: right;
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.wp-block-categories a:hover {
  color: var(--theme-color);
}

.widget_nav_menu a:hover~span,
.widget_meta a:hover~span,
.widget_pages a:hover~span,
.widget_archive a:hover~span,
.widget_categories a:hover~span,
.wp-block-categories a:hover~span {
  color: var(--theme-color);
}

.widget_nav_menu .children li a,
.widget_meta .children li a,
.widget_pages .children li a,
.widget_archive .children li a,
.widget_categories .children li a,
.wp-block-categories .children li a {
  border-bottom: 1px solid var(--gray-color);
}

.wp-block-categories {
  list-style: none;
  padding: 0;
}

.wp-block-categories>li:last-child>a {
  border-bottom: none;
}

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

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

.widget_nav_menu .sub-menu li a {
  border-bottom: 1px solid var(--gray-color);
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.wp-block-archives a:not(:hover) {
  color: inherit;
}

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

.widget {
  padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 30px);
  background-color: var(--white-color);
  border: 1px solid var(--gray-color);
  border-radius: 8px;
  margin-bottom: 40px;
  position: relative;
}

.widget[data-overlay]:before {
  z-index: -1;
}

.widget select,
.widget input,
.widget .form-select,
.widget .form-control,
.widget textarea {
  background-color: transparent;
  border-radius: 32px;
}

.widget select:focus,
.widget input:focus,
.widget .form-select:focus,
.widget .form-control:focus,
.widget textarea:focus {
  border-color: var(--theme-color);
  color: var(--white-color);
}

.widget select::-moz-placeholder,
.widget input::-moz-placeholder,
.widget .form-select::-moz-placeholder,
.widget .form-control::-moz-placeholder,
.widget textarea::-moz-placeholder {
  color: var(--white-color);
}

.widget select::-webkit-input-placeholder,
.widget input::-webkit-input-placeholder,
.widget .form-select::-webkit-input-placeholder,
.widget .form-control::-webkit-input-placeholder,
.widget textarea::-webkit-input-placeholder {
  color: var(--white-color);
}

.widget select:-ms-input-placeholder,
.widget input:-ms-input-placeholder,
.widget .form-select:-ms-input-placeholder,
.widget .form-control:-ms-input-placeholder,
.widget textarea:-ms-input-placeholder {
  color: var(--white-color);
}

.widget select::-webkit-input-placeholder,
.widget input::-webkit-input-placeholder,
.widget .form-select::-webkit-input-placeholder,
.widget .form-control::-webkit-input-placeholder,
.widget textarea::-webkit-input-placeholder {
  color: var(--white-color);
}

.widget select::-moz-placeholder,
.widget input::-moz-placeholder,
.widget .form-select::-moz-placeholder,
.widget .form-control::-moz-placeholder,
.widget textarea::-moz-placeholder {
  color: var(--white-color);
}

.widget select:-ms-input-placeholder,
.widget input:-ms-input-placeholder,
.widget .form-select:-ms-input-placeholder,
.widget .form-control:-ms-input-placeholder,
.widget textarea:-ms-input-placeholder {
  color: var(--white-color);
}

.widget select::-ms-input-placeholder,
.widget input::-ms-input-placeholder,
.widget .form-select::-ms-input-placeholder,
.widget .form-control::-ms-input-placeholder,
.widget textarea::-ms-input-placeholder {
  color: var(--white-color);
}

.widget select::placeholder,
.widget input::placeholder,
.widget .form-select::placeholder,
.widget .form-control::placeholder,
.widget textarea::placeholder {
  color: var(--white-color);
}

.widget textarea {
  min-height: 120px;
}

.widget .form-group>i {
  background-color: var(--white-color);
}

.widget .form-group input[type="checkbox"]~label:before {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: 6px;
}

.widget .form-group label {
  color: var(--body-color);
  padding-left: 16px;
  text-align: left;
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  font-family: var(--title-font);
  line-height: 1em;
}

.wp-block-search__label,
.widget_title {
  position: relative;
  padding-bottom: 17px;
}

.wp-block-search__label:after,
.wp-block-search__label:before,
.widget_title:after,
.widget_title:before {
  content: '';
  height: 3px;
  width: 100%;
  background-color: var(--th-border-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.wp-block-search__label:after,
.widget_title:after {
  background-color: var(--theme-color);
  width: 30px;
}

.widget-form {
  --bs-gutter-x: 20px;
}

.widget_search {
  background-color: #E9F6F9;
  border: 1px solid transparent;
}

.widget_price_filter {
  padding: 40px 30px;
}

.widget .search-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget .search-form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  border-radius: 100px;
  padding-right: 25px;
}

.widget .search-form button {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  font-size: 16px;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  padding: 0;
  height: 36px;
  border-radius: 50%;
  text-align: center;
}

.widget .search-form button:hover {
  background-color: var(--title-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  line-height: 1;
  padding: 9.5px 14px;
  margin-right: 2px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: var(--title-color);
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: 400;
  background-color: #E9F6F9;
  border-radius: 4px;
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
}

.wp-block-tag-cloud,
.tagcloud {
  margin-bottom: -10px;
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 312px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .sidebar-gallery {
    max-width: 100%;
  }
}

.sidebar-gallery .gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
}

.sidebar-gallery .gallery-btn:hover {
  color: var(--theme-color);
}

.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
}

.sidebar-gallery .gallery-thumb:before {
  content: '';
  height: auto;
  width: 0;
  background-color: var(--title-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sidebar-gallery .gallery-thumb img {
  width: 100%;
  border-radius: 4px;
}

.sidebar-gallery .gallery-thumb:hover:before {
  opacity: 0.8;
  padding-top: 135%;
  width: 135%;
  border-radius: 35%;
}

.sidebar-gallery .gallery-thumb:hover .gallery-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sidebar-gallery .wp-block-image {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  width: 100% !important;
}

.sidebar-gallery .wp-block-image img {
  width: 100%;
}

.recent-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-post .media-img {
  margin-right: 15px;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.recent-post .media-img img {
  width: 100%;
  border-radius: 4px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.recent-post .media-img:after {
  content: '\f0c1';
  font-family: var(--icon-font);
  position: absolute;
  inset: 0;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--theme-color);
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.recent-post .post-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: var(--body-font);
  color: var(--title-color);
  text-transform: capitalize;
}

.recent-post .recent-post-meta {
  margin-bottom: 12px;
}

.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 16px;
  color: var(--body-color);
  font-family: var(--body-font);
}

.recent-post .recent-post-meta a i {
  margin-right: 6px;
  color: var(--body-color);
}

.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}

.recent-post:hover .media-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.recent-post:hover .media-img:after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 15%;
}

.widget_offer {
  padding: 72px 60px;
  margin-bottom: 0;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .widget_offer {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .widget_offer {
    margin-bottom: 40px;
  }
}

.widget_offer .offer-banner {
  text-align: center;
}

.widget_offer .offer-banner .sub-title {
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-top: -0.4rem;
  display: block;
}

.widget_offer .offer-banner .sub-title:before,
.widget_offer .offer-banner .sub-title:after {
  display: none;
}

.widget_offer .offer-banner .box-title {
  color: var(--white-color);
  margin: -0.4rem 0px 22px;
}

.widget_offer .offer-banner .offer-text {
  font-family: var(--title-font);
  margin-bottom: 20px;
}

.widget_offer .offer-banner .th-btn {
  margin-top: 14px;
  padding: 14px 35px;
}

.widget_offer .banner-logo {
  background-color: var(--white-color);
  border-radius: 48px;
  padding: 12px 34px;
  max-width: 264px;
  display: block;
  margin: auto;
}

.widget_offer .offer-title {
  color: var(--white-color);
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 2px;
}

.widget_offer .offter-num {
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: 0px;
}

.tour-booking .widget_subtitle {
  color: var(--title-color);
}

.tour-booking .widget_price {
  font-size: 28px;
  font-weight: 600;
  color: var(--title-color);
}

.tour-booking .th-btn {
  padding: 12px 24px;
  margin-bottom: 24px;
}

.tour-booking .review {
  display: block;
  font-size: 14px;
}

.tour-booking .review i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--smoke-color);
  color: var(--theme-color);
  margin-right: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tour-booking .review i:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.sidebar-area {
  margin-left: 10px;
  margin-bottom: -10px;
  /* Medium devices */
}

.sidebar-area.style2 .widget {
  padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 16px);
}

.sidebar-area.style3 .widget {
  padding: var(--widget-padding-y, 24px) var(--widget-padding-x, 24px);
}

.sidebar-area.style3 .widget.tour-booking {
  padding: var(--widget-padding-y, 48px) var(--widget-padding-x, 24px);
}

@media (max-width: 991px) {
  .sidebar-area {
    margin-left: 0;
  }
}

.sidebar-area ul.wp-block-latest-posts {
  margin-bottom: 0;
}

.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}

.sidebar-area select,
.sidebar-area input {
  background-color: var(--white-color);
}

.sidebar-area .widget_categories.style2 ul {
  margin: 0px 0 -15px 0;
}

.sidebar-area .wp-block-categories {
  margin: -20px 0 -20px 0;
}

.sidebar-area .sidebar-gallery {
  margin-bottom: 0 !important;
}

.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}

.sidebar-area .wp-block-search__label,
.sidebar-area .wp-block-group__inner-container h2 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  padding-bottom: 20px;
  margin: -0.12em 0 30px 0;
}

.sidebar-area .wp-block-search__label:after,
.sidebar-area .wp-block-search__label:before,
.sidebar-area .wp-block-group__inner-container h2:after,
.sidebar-area .wp-block-group__inner-container h2:before {
  content: '';
  height: 3px;
  width: 100%;
  background-color: var(--th-border-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.sidebar-area .wp-block-search__label:after,
.sidebar-area .wp-block-group__inner-container h2:after {
  background-color: var(--theme-color);
  width: 40px;
}

.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}

.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}

.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.author-widget-wrap {
  position: relative;
  background-color: var(--smoke-color);
  padding: 30px 40px 30px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  border-radius: 15px;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .author-widget-wrap {
    display: block;
  }
}

@media (max-width: 375px) {
  .author-widget-wrap {
    padding: 25px;
  }
}

.author-widget-wrap.style2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .author-widget-wrap.style2 {
    display: block;
  }
}

.author-widget-wrap .avater-content {
  position: relative;
}

.author-widget-wrap .avater {
  min-width: 189px;
  border-radius: 15px;
  border-radius: 50%;
  /* Large devices */
}

@media (max-width: 1199px) {
  .author-widget-wrap .avater {
    min-width: 100%;
    margin-bottom: 15px;
  }
}

.author-widget-wrap .avater img {
  border-radius: 15px;
  width: 100%;
  /* Large devices */
}

@media (max-width: 1199px) {
  .author-widget-wrap .avater img {
    width: 100%;
  }
}

.author-widget-wrap .name {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--title-color);
  margin-bottom: 0px;
}

.author-widget-wrap .name a {
  color: inherit;
}

.author-widget-wrap .name a:hover {
  color: var(--theme-color);
}

.author-widget-wrap .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color);
  margin-bottom: 25px;
}

.author-widget-wrap .author-info {
  text-align: left;
  padding-right: 20px;
  margin-bottom: 15px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .author-widget-wrap .author-info {
    padding: 10px 0;
    margin-bottom: 0;
  }
}

.author-widget-wrap .author-bio {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--body-color);
  margin-bottom: 0px;
}

.author-widget-wrap .author-social {
  display: block;
  position: absolute;
  top: 20px;
  right: 40px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .author-widget-wrap .author-social {
    right: 0px;
  }
}

@media (max-width: 450px) {
  .author-widget-wrap .author-social {
    display: none;
  }
}

.author-widget-wrap .author-social a {
  font-size: 14px;
  color: var(--title-color);
  position: relative;
  margin-right: 10px;
}

.author-widget-wrap .author-social a:last-child {
  margin-right: 0;
  border-right: none;
}

.author-widget-wrap .author-social a:hover {
  color: var(--theme-color);
}

.donwload-media-wrap {
  margin-top: -4px;
  margin-bottom: -4px;
}

.donwload-media-wrap .download-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--white-color);
  padding: 8px 8px 8px 20px;
  box-shadow: 0px 2px 4px 0px rgba(2, 29, 53, 0.1);
  margin-bottom: 15px;
  border-bottom: 1px solid #E7E7E7;
}

.donwload-media-wrap .download-media:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.donwload-media-wrap .download-media_icon {
  margin-right: 15px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .donwload-media-wrap .download-media_icon {
    margin-right: 10px;
  }
}

.donwload-media-wrap .download-media_icon i {
  font-size: 16px;
  color: var(--theme-color);
}

.donwload-media-wrap .download-media_title {
  color: var(--title-color);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: -4px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .donwload-media-wrap .download-media_title {
    font-size: 14px;
    line-height: 24px;
  }
}

.donwload-media-wrap .download-media_text {
  color: var(--body-color);
  font-size: 14px;
}

.donwload-media-wrap .download-media_btn {
  margin-left: auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
}

.donwload-media-wrap .download-media_btn:hover {
  background: var(--title-color);
}

.widget_call {
  background-color: var(--theme-color);
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

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

.widget-call .box-title {
  margin-bottom: 5px;
}

.widget-call .info-box_link {
  font-size: 18px;
  color: var(--white-color);
}

.widget-call .info-box_link:hover {
  color: var(--white-color);
}

.widget-call .info-box_icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  line-height: 50px;
  font-size: 16px;
  background-color: var(--theme-color);
  border: 1px solid var(--white-color);
  color: var(--white-color);
  border-radius: 50%;
  text-align: center;
  margin-right: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.widget-call .info-box_icon:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.widget-call .info-box_subtitle {
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 5px;
}

.widget_info {
  padding: 30px;
}

.info-list {
  margin-top: -16px;
}

.info-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-list i {
  color: var(--theme-color);
  width: 16px;
  margin-right: 2px;
  font-size: 16px;
}

.info-list strong {
  font-weight: 400;
  font-size: 16px;
  color: var(--black-color2);
  display: block;
  margin-bottom: 0;
}

.info-list li {
  border: 1px solid #E1E4E5;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 24px;
}

.info-list li span {
  font-size: 14px;
  color: var(--body-color);
}

.price_slider_wrapper .price_label span {
  display: inline-block;
  color: var(--body-color);
}

.price_slider_wrapper .ui-slider {
  height: 8px;
  position: relative;
  width: 100%;
  background-color: transparent;
  border: 1px solid #E1E4E5;
  margin-top: 15px;
  border-radius: 8px;
  cursor: pointer;
}

.price_slider_wrapper .ui-slider-range {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  background-color: var(--theme-color);
}

.price_slider_wrapper .ui-slider-handle {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  cursor: pointer;
  position: absolute;
  margin-top: -5px;
  z-index: 2;
  background-color: var(--white-color);
  border: 1px solid var(--theme-color);
  -webkit-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  transform: translateX(-1px);
}

.price_slider_wrapper .ui-slider-handle:focus {
  outline: none;
  box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}

.price_slider_wrapper .ui-slider-handle:last-child {
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}

.price_slider_wrapper button,
.price_slider_wrapper .button {
  position: relative;
  background-color: transparent;
  color: var(--theme-color);
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
  text-align: center;
  border: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 0;
  font-size: 14px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

.price_slider_wrapper button:before,
.price_slider_wrapper .button:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 43px;
  height: 2px;
  background-color: var(--theme-color);
}

.price_slider_wrapper button:hover,
.price_slider_wrapper .button:hover {
  background-color: transparent;
}

.widget_shopping_cart .widget_title {
  margin-bottom: 35px;
  border-bottom: none;
}

.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
}

.widget_shopping_cart ul li {
  list-style-type: none;
}

.widget_shopping_cart .mini_cart_item {
  position: relative;
  padding: 30px 30px 30px 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  text-align: left;
}

.widget_shopping_cart .mini_cart_item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.widget_shopping_cart .cart_list a:not(.remove) {
  display: block;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
}

.widget_shopping_cart .cart_list a:not(.remove):hover {
  color: var(--theme-color);
}

.widget_shopping_cart .cart_list a.remove {
  position: absolute;
  top: 50%;
  left: 95%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--body-color);
}

.widget_shopping_cart .cart_list a.remove:hover {
  color: var(--theme-color);
}

.widget_shopping_cart .cart_list img {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 18px;
}

.widget_shopping_cart .quantity {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
}

.widget_shopping_cart .total {
  margin-top: 20px;
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--body-font);
}

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

.widget_shopping_cart .amount {
  padding-left: 5px;
}

.widget_shopping_cart .th-btn {
  margin-right: 15px;
}

.widget_shopping_cart .th-btn:last-child {
  margin-right: 0;
}

.th-video-widget .video-thumb {
  position: relative;
}

.th-video-widget .play-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.th-video-widget .play-btn i {
  font-size: 16px;
}

.th-video-widget .video-thumb-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: -0.3em;
}

.widget_recent_entries ul {
  margin: -0.3em 0 0 0;
  padding: 0;
  list-style: none;
}

.widget_recent_entries ul li>a {
  color: var(--body-color);
  font-weight: 500;
  display: inline-block;
}

.widget_recent_entries ul li>a:hover {
  color: var(--theme-color);
}

.widget_recent_entries ul li span.post-date {
  font-size: 14px;
}

.widget_recent_entries ul li:not(:last-child) {
  border-bottom: 1px solid #dadada;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

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

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

.widget_recent_comments ol,
.widget_recent_comments ul,
.wp-block-latest-comments ol,
.wp-block-latest-comments ul {
  margin-bottom: 0;
}

.widget_recent_comments li,
.wp-block-latest-comments li {
  margin-bottom: 0;
  color: var(--body-color);
  padding-left: 30px;
  position: relative;
}

.widget_recent_comments li:before,
.wp-block-latest-comments li:before {
  content: "\f086";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--theme-color);
  font-family: var(--icon-font);
}

.widget_recent_comments.has-avatars li,
.wp-block-latest-comments.has-avatars li {
  padding-left: 0;
  padding-bottom: 0 !important;
}

.widget_recent_comments.has-avatars li:before,
.wp-block-latest-comments.has-avatars li:before {
  display: none;
}

.widget_recent_comments .avatar,
.wp-block-latest-comments .avatar {
  margin-top: 0.4em;
}

.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
  padding-bottom: 12px;
}

.widget_recent_comments article,
.wp-block-latest-comments article {
  line-height: 1.5;
}

.widget_recent_comments a,
.wp-block-latest-comments a {
  color: inherit;
}

.widget_recent_comments a:hover,
.wp-block-latest-comments a:hover {
  color: var(--theme-color);
}

.wp-block-latest-comments__comment {
  line-height: 1.6;
}

.wp-block-latest-comments__comment a {
  color: var(--body-color);
}

.wp-block-latest-comments__comment a:hover {
  color: var(--theme-color);
}

.wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}

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

.wp-block-calendar,
.calendar_wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
  border: none;
}

.wp-block-calendar span[class*="wp-calendar-nav"],
.calendar_wrap span[class*="wp-calendar-nav"] {
  position: absolute;
  top: 9px;
  left: 20px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 400;
  z-index: 1;
  line-height: 1.7;
}

.wp-block-calendar span[class*="wp-calendar-nav"] a,
.calendar_wrap span[class*="wp-calendar-nav"] a {
  color: inherit;
}

.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
  left: auto;
  right: 20px;
}

.wp-block-calendar caption,
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  color: var(--white-color);
  background-color: var(--theme-color);
}

.wp-block-calendar th,
.calendar_wrap th {
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  text-align: center;
  border-right: 1px solid #fff;
  color: var(--title-color);
  font-weight: 500;
}

.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
  border-left: 1px solid #eee;
}

.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
  border-right: 1px solid #eee;
}

.wp-block-calendar table th,
.calendar_wrap table th {
  font-weight: 500;
}

.wp-block-calendar td,
.calendar_wrap td {
  font-size: 14px;
  padding: 5px 5px;
  color: #01133c;
  border: 1px solid #eee;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.wp-block-calendar #today,
.calendar_wrap #today {
  color: var(--theme-color);
  background-color: var(--white-color);
  border-color: #ededed;
}

.wp-block-calendar thead,
.calendar_wrap thead {
  background-color: #fff;
}

.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
  margin-bottom: 0;
}

.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
  display: none;
}

.wp-block-calendar a,
.calendar_wrap a {
  color: inherit;
  text-decoration: none;
}

.wp-block-calendar a:hover,
.calendar_wrap a:hover {
  color: var(--title-color);
}

.wp-block-calendar {
  margin-bottom: 30px;
  border: none;
  padding-bottom: 0;
}

.wp-block-calendar table caption {
  color: var(--white-color);
}

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

.widget_rss,
.wp-block-rss {
  list-style-type: none;
}

.widget_rss ul,
.wp-block-rss ul {
  margin: -0.2em 0 -0.5em 0;
  padding: 0;
  list-style: none;
}

.widget_rss ul .rsswidget,
.wp-block-rss ul .rsswidget {
  color: var(--title-color);
  font-family: var(--theme-font);
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.widget_rss ul .rssSummary,
.wp-block-rss ul .rssSummary {
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 1.5;
}

.widget_rss ul a,
.wp-block-rss ul a {
  display: block;
  font-weight: 600;
  color: inherit;
}

.widget_rss ul a:hover,
.wp-block-rss ul a:hover {
  color: var(--theme-color);
}

.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--title-color);
}

.widget_rss ul .rss-date:before,
.wp-block-rss ul .rss-date:before {
  content: "\f073";
  font-family: var(--icon-font);
  margin-right: 10px;
  font-weight: 300;
  color: var(--theme-color);
}

.widget_rss ul cite,
.wp-block-rss ul cite {
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 14px;
}

.widget_rss ul cite:before,
.wp-block-rss ul cite:before {
  content: "";
  position: relative;
  top: -1px;
  left: 0;
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: var(--theme-color);
}

.widget_rss li:not(:last-child),
.wp-block-rss li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}

.widget_rss a:hover,
.wp-block-rss a:hover {
  color: var(--theme-color);
}

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

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

@media (min-width: 1200px) {
  .sidebar-shop .widget {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .sidebar-shop .widget {
    margin-bottom: 24px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }

  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 28px 0;
  }

  .author-widget-wrap .name {
    font-size: 22px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }

  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
}

@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 16px;
    line-height: 24px;
  }

  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}

.footer-widget {
  margin-bottom: 50px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}

.footer-widget .form-group>i {
  color: var(--theme-color);
  top: 18px;
}

.footer-widget .widget_title {
  padding: 0;
  margin: -0.12em 0 30px 0;
}

.footer-widget .widget_title:before,
.footer-widget .widget_title:after {
  display: none;
}

.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
  margin-top: -4px;
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta>ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages>ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive>ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories>ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu>ul {
  margin-bottom: -4px;
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 21px;
  font-family: var(--body-font);
  color: #888C97;
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0 0 20px;
  background-color: transparent;
  border-bottom: none;
  position: relative;
}

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
  position: absolute;
  font-weight: 600;
  left: 0;
  top: 2px;
  font-family: var(--icon-font);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  font-size: 0.9em;
  background-color: transparent;
  border: none;
  color: inherit;
}

.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
  box-shadow: none;
}

.footer-widget.widget_meta a:hover:before,
.footer-widget.widget_pages a:hover:before,
.footer-widget.widget_archive a:hover:before,
.footer-widget.widget_categories a:hover:before,
.footer-widget.widget_nav_menu a:hover:before {
  color: var(--theme-color);
}

.footer-widget.widget_meta li>span,
.footer-widget.widget_pages li>span,
.footer-widget.widget_archive li>span,
.footer-widget.widget_categories li>span,
.footer-widget.widget_nav_menu li>span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}

.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.footer-widget .recent-post {
  max-width: 300px;
  margin-top: -0.4em;
  margin-bottom: 20px;
}

.footer-widget .recent-post .media-img {
  max-width: 74px;
}

.footer-widget .recent-post .media-img:after {
  line-height: 74px;
}

.footer-widget .recent-post .post-title {
  color: var(--white-color);
  font-weight: 500;
}

.footer-widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.footer-widget .recent-post .recent-post-meta a {
  font-weight: 400;
  line-height: 1.2;
}

.footer-widget .recent-post .recent-post-meta i {
  color: var(--theme-color);
}

.footer-widget .recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}

.about-logo {
  margin-bottom: 15px;
}

.th-widget-about .about-logo {
  margin-bottom: 33px;
}

.th-widget-about .about-text {
  color: #666666;
  margin-bottom: 20px;
  margin-top: -0.5em;
}

.th-widget-about .footer-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #888C97;
  line-height: 26px;
  padding: 0 0 0 35px;
  max-width: 277px;
  margin-top: 0;
}

.th-widget-about .footer-info:not(:last-child) {
  margin: 0 0 35px 0;
}

.th-widget-about .footer-info i {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  position: absolute;
  left: 0;
  font-size: 10px;
}

.th-widget-about .footer-info-title {
  font-size: 18px;
  font-family: var(--title-font);
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 5px;
  margin-top: -0.2em;
}

.footer-text {
  margin-top: -0.5em;
  margin-bottom: 25px;
}

.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.icon-group a:last-child {
  margin-right: 0;
}

/* Large devices */
@media (max-width: 1199px) {

  .footer-widget.widget_meta a,
  .footer-widget.widget_pages a,
  .footer-widget.widget_archive a,
  .footer-widget.widget_categories a,
  .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }

  .th-widget-about .about-text {
    margin-bottom: 20px;
  }

  .social-box.mb-30 {
    margin-bottom: 25px;
  }
}

/*------------------- 4.2. Header  -------------------*/
.th-header {
  position: relative;
  z-index: 41;
}

.th-header .icon-btn {
  border-radius: 99px;
}

.th-header .menu-area {
  position: relative;
  z-index: 2;
}

.info-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  /* Small devices */
}

.info-card_icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
  color: var(--theme-color);
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.info-card_icon i {
  color: var(--theme-color);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.info-card_icon img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.info-card_icon:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.info-card_icon:hover i {
  color: var(--white-color);
}

.info-card_icon:hover img {
  -webkit-filter: brightness(9);
  filter: brightness(9);
}

.info-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 80px;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .info-card-wrap {
    gap: 15px 40px;
  }
}

@media (max-width: 767px) {
  .info-card-wrap {
    display: block;
  }
}

@media (max-width: 767px) {
  .info-card {
    margin-bottom: 20px;
  }
}

.info-card_icon {
  color: var(--theme-color);
}

.info-card_icon i {
  background-color: var(--icon-bg, #fff);
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  color: var(--theme-color);
  font-weight: 500;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.info-card_icon i:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.info-card_text {
  font-family: var(--body-font);
  font-size: 14px;
  color: var(--body-color);
  margin-bottom: 0;
}

.info-card_link {
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.info-card_link:hover {
  color: var(--theme-color);
}

.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

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

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--black-color2);
  text-transform: capitalize;
}

.main-menu a:hover {
  color: var(--theme-color);
}

.main-menu>ul>li {
  margin: 0 14px;
}

.main-menu>ul>li>a {
  padding: 32.5px 0;
}

.main-menu>ul>li>a:hover {
  color: var(--theme-color);
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li:has(.sub-menu)>a:after,
.main-menu ul li:has(.mega-menu)>a:after,
.main-menu ul li.menu-item-has-children>a:after {
  content: "\f107";
  display: inline-block;
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--black-color2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-menu ul li:has(.sub-menu)>a:hover:after,
.main-menu ul li:has(.mega-menu)>a:hover:after,
.main-menu ul li.menu-item-has-children>a:hover:after {
  content: "\f106";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: var(--theme-color);
}

.main-menu ul li:last-child {
  margin-right: 0 !important;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
}

.main-menu ul li:hover>ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9;
}

.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1) translateX(0%);
  -ms-transform: scaleY(1) translateX(0%);
  transform: scaleY(1) translateX(0%);
  z-index: 9;
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 230px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  border-bottom: 3px solid var(--theme-color);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}

.main-menu ul.sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px;
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
  content: "\2b";
  float: right;
  top: 1px;
  display: inline-block;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:hover:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0;
  text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
  content: "\f5b0";
  position: absolute;
  top: 6px;
  left: 10px;
  font-family: var(--icon-font);
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 900;
  opacity: 0;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-menu ul.sub-menu li a:hover {
  padding-left: 23px;
}

.main-menu ul.sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.main-menu .mega-menu-wrap {
  position: static;
}

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

.simple-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 24px;
  position: relative;
}

.simple-icon:has(.badge) {
  padding-right: 8px;
}

.simple-icon .badge {
  top: -8px;
  right: 0;
  font-size: 12px;
}

.header-button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.header-button .th-btn {
  margin-left: 15px;
  padding: 15px 35px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .header-button .th-btn {
    display: none;
  }
}

.header-button .icon-btn .badge {
  font-size: 12px;
  top: 0;
  right: 0;
}

.header-button .icon-btn:hover .badge {
  background-color: var(--title-color);
}

.social-links .social-title {
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  margin: 0 10px 0 0;
  font-family: var(--body-font);
  color: var(--body-color);
}

@media (max-width: 1599px) {
  .social-links .social-title {
    display: none;
  }
}

.social-links a {
  font-size: 14px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.social-links a:last-child {
  margin-right: 0 !important;
}

.social-links a:hover {
  color: var(--theme-color);
}

.social-links a:hover i {
  -webkit-animation: slideTop 0.5s;
  animation: slideTop 0.5s;
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  position: relative;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
}

.header-links li:not(:last-child) {
  margin: 0 46px 0 0;
}

.header-links li:not(:last-child):after {
  content: '';
  height: 14px;
  width: 1px;
  background-color: #999999;
  position: absolute;
  top: 5px;
  right: -27px;
}

.header-links li>i {
  color: var(--black-color2);
  margin-right: 8px;
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--black-color2);
}

.header-links a:hover {
  color: var(--theme-color);
}

.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}

.header-links .social-links a {
  font-size: 14px;
}

.header-notice {
  margin: 0;
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-notice {
    display: none;
  }
}

.header-top {
  padding: 10px 0;
  --body-color: $block-color2;
}

.header-top a:hover {
  color: var(--theme-color);
}

.dropdown-link {
  position: relative;
  border: 1px solid var(--light-color);
  border-radius: 100px;
  padding: 3px 12px;
  max-width: 100px;
}

.dropdown-link .dropdown-toggle {
  font-family: var(--body-font);
  background: none;
  border: none;
  width: 100%;
  color: var(--black-color2);
  font-weight: 400;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .dropdown-link .dropdown-toggle {
    font-size: 12px;
  }
}

.dropdown-link .dropdown-menu {
  position: absolute;
  right: 0;
  border-bottom: 2px solid var(--theme-color);
  border-radius: 0;
}

.dropdown-link .gtranslate_wrapper a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: var(--title-color);
  font-family: var(--title-font);
  padding: 5px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header-default.unittest-header .menu-area {
  /* Medium devices */
}

@media (max-width: 991px) {
  .header-default.unittest-header .menu-area {
    padding: 14px 0;
  }
}

/* Header 1 Start ---------------------------------- */
.header-layout1 {
  background-color: var(--white-color);
}

.header-layout1 .header-top {
  position: relative;
  padding: 6px 0;
  border-bottom: 1px solid #E1E4E5;
  z-index: 2;
}

.header-layout1 .header-top .header-notice {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.header-layout1 .header-top .header-notice i {
  font-size: 14px;
  margin-right: 8px;
}

.header-layout1 .menu-item.menu-item-type-custom a:after {
  content: "\f107";
  display: inline-block;
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 600;
  top: 0;
  font-size: 0.9em;
  color: var(--black-color2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header-layout1 .menu-item.menu-item-type-custom a:hover:after,
.header-layout1 .menu-item.menu-item-type-custom a.active:after {
  content: "\f106";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-layout1 .menu-item.menu-item-type-custom .sub-menu li a:after {
  display: none;
}

.header-layout1 .menu-item.menu-item-type-custom .mega-menu-title a:after {
  display: none;
}

.header-layout1 .menu-item.menu-item-type-custom .th-btn:after {
  display: none;
}

.header-layout1 .main-menu>ul>li>a:before {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  background: var(--black-color2);
  width: 0%;
  margin-top: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-layout1 .main-menu>ul>li>a:hover,
.header-layout1 .main-menu>ul>li>a.active {
  color: var(--black-color2);
}

.header-layout1 .main-menu>ul>li>a:hover:before,
.header-layout1 .main-menu>ul>li>a.active:before {
  width: 100%;
}

.header-layout1 .main-menu ul li.menu-item-has-children>a:hover:after {
  color: var(--black-color2);
}

.header-layout1 .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  /* Extra small devices */
}

@media (max-width: 1799px) {
  .header-layout1 .header-right {
    margin-right: 0;
  }
}

@media (max-width: 375px) {
  .header-layout1 .header-right {
    gap: 15px;
  }
}

.header-layout1 .header-right .header-links li {
  /* Extra small devices */
}

.header-layout1 .header-right .header-links li:not(:last-child) {
  margin: 0 28px 0 0;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .header-layout1 .header-right .header-links li:not(:last-child) {
    margin: 0 9px 0 0;
  }
}

.header-layout1 .header-right .header-links li:not(:last-child):after {
  top: 7px;
  right: -17px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .header-layout1 .header-right .header-links li:not(:last-child):after {
    right: -6px;
  }
}

@media (max-width: 375px) {
  .header-layout1 .header-right .header-links li {
    font-size: 12px;
  }
}

.header-layout1 .header-right i {
  margin-left: 5px;
  font-size: 14px;
}

.header-layout1 .sticky-wrapper.sticky .menu-area {
  background-image: none !important;
}

.header-layout1 .sticky-wrapper .menu-area {
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-layout1 .sticky-wrapper .menu-area {
    padding: 12px 0;
  }
}

.header-layout1 .menu-area {
  z-index: 0;
}

.header-layout1 .currency-menu {
  border: 1px solid var(--light-color);
  border-radius: 100px;
  padding: 8px 20px;
  max-width: 140px;
  text-transform: capitalize;
}

.header-layout1 .currency-menu .nice-select {
  min-width: 130px;
}

.header-layout1 .logo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 19%;
  height: 92px;
  z-index: -1;
  background-color: var(--theme-color);
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (min-width: 1930px) {
  .header-layout1 .logo-bg {
    width: 30%;
    height: 93px;
  }
}

@media (max-width: 1299px) {
  .header-layout1 .logo-bg {
    width: 28%;
  }
}

@media (max-width: 1199px) {
  .header-layout1 .logo-bg {
    width: 40%;
    height: 80px;
  }
}

@media (max-width: 991px) {
  .header-layout1 .logo-bg {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .header-layout1 .logo-bg {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .header-layout1 .logo-bg {
    width: 70%;
  }
}

@media (max-width: 375px) {
  .header-layout1 .logo-bg {
    width: 80%;
  }
}

.header-layout1 .main-menu {
  position: relative;
  padding-left: 70px;
}

@media (min-width: 1930px) {
  .header-layout1 .main-menu {
    padding-left: 150px;
  }
}

@media (max-width: 1399px) {
  .header-layout1 .main-menu {
    padding-left: 40px;
  }
}

.header-layout1 .main-menu>ul>li {
  margin: 0px 21px;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .header-layout1 .main-menu>ul>li {
    margin: 0 16px;
  }
}

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

@media (min-width: 2570px) and (max-width: 4180px) {
  .header-layout1 .logo-bg {
    width: 40%;
    height: 93px;
  }
}

/* Header 1 End ---------------------------------- */
/* Header 2 start ---------------------------------- */
.header-layout2 .main-menu>ul>li>a {
  padding: 38.5px 0px;
}

/* Header 2 end ---------------------------------- */
/* ------------------------------Header 3  Start ---------------------------------- */
.header-layout3 .menu-area {
  position: relative;
  background: rgba(13, 13, 12, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-layout3 .menu-area {
    padding: 14px 0;
  }
}

.header-layout3 .sticky-wrapper.sticky .menu-area {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: var(--black-color2);
}

.header-layout3 .main-menu>ul>li>a:before {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  background: var(--white-color);
  width: 0%;
  margin-top: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-layout3 .main-menu>ul>li>a:hover {
  color: var(--white-color);
}

.header-layout3 .main-menu>ul>li>a:hover:before {
  width: 100%;
}

.header-layout3 .main-menu ul li.menu-item-has-children>a:hover:after {
  color: var(--black-color2);
}

.header-layout3 .header-logo {
  padding: 0 70px;
  /* Medium Large devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .header-layout3 .header-logo {
    padding: 0 40px;
  }
}

@media (max-width: 1299px) {
  .header-layout3 .header-logo {
    padding: 0 20px;
  }
}

@media (max-width: 375px) {
  .header-layout3 .header-logo {
    padding: 0;
    max-width: 150px;
  }
}

.header-layout3 .header-right-button {
  position: absolute;
  top: 35px;
  right: 72px;
  /* Large devices */
}

@media (max-width: 1599px) {
  .header-layout3 .header-right-button {
    right: 10px;
  }
}

@media (max-width: 1199px) {
  .header-layout3 .header-right-button {
    top: 25px;
    right: 20px;
  }
}

@media (max-width: 1340px) {
  .header-layout3 .header-right-button {
    position: relative;
  }

  .header-layout3 .header-right-button .simple-btn {
    display: none;
  }
}

.header-layout3 .main-menu>ul>li {
  margin: 0px 26px;
  /* Medium Large devices */
}

@media (max-width: 1499px) {
  .header-layout3 .main-menu>ul>li {
    margin: 0 18px;
  }
}

@media (max-width: 1299px) {
  .header-layout3 .main-menu>ul>li {
    margin: 0 14px;
  }
}

.header-layout3 .main-menu>ul>li>a {
  color: var(--white-color);
  padding: 38.5px 0px;
}

.header-layout3 .main-menu>ul>li>a:after {
  color: var(--white-color) !important;
}

/* ------------------------------ Header 3  End ---------------------------------- */
/* ------------------------------Header 4  Start ---------------------------------- */
.header-layout4 {
  border-bottom: 1px solid var(--title-color);
}

.header-layout4 .logo-bg {
  background-color: var(--title-color);
}

.header-layout4 .menu-right-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 19%;
  height: 92px;
  z-index: -1;
  background-color: var(--title-color);
  /* Medium Large devices */
}

@media (min-width: 1930px) {
  .header-layout4 .menu-right-bg {
    width: 30%;
    height: 93px;
  }
}

@media (max-width: 1299px) {
  .header-layout4 .menu-right-bg {
    display: none;
  }
}

.header-layout4 .th-btn:hover:after {
  background-color: var(--title-color);
}

/* ------------------------------Header 4  end ---------------------------------- */
.header-layout5 .menu-area {
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-layout5 .menu-area {
    padding: 22px 0;
  }
}

.header-layout5 .header-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: block;
  margin: auto;
  background-color: var(--title-color);
  /* Extra small devices */
}

@media (max-width: 375px) {
  .header-layout5 .header-button {
    display: none;
  }
}

.header-layout5 .header-logo {
  margin-left: 40px;
  /* Extra small devices */
}

@media (max-width: 1899px) {
  .header-layout5 .header-logo {
    margin-left: 100px;
  }
}

@media (max-width: 375px) {
  .header-layout5 .header-logo {
    margin: 0;
  }
}

.header-layout5 .main-menu>ul>li>a {
  padding: 36.5px 0;
}

.header-layout9 .menu-area {
  background: rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(20.7px);
  backdrop-filter: blur(20.7px);
}

.header-layout9 .main-menu>ul>li {
  margin: 0px 16px;
}

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

.header-layout9 .header-logo {
  padding: 0 0px;
}

.header-layout9 .header-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 105px;
}

@media (max-width: 1799px) {
  .header-layout9 .header-wrapp {
    gap: 80px;
  }
}

@media (max-width: 1699px) {
  .header-layout9 .header-wrapp {
    gap: 40px;
  }
}

.header-layout9 .header-button {
  gap: 32px;
}

@media (max-width: 1499px) {
  .header-layout9 .th-social {
    display: none;
  }
}

.header-layout9 .th-social a {
  --icon-size: 40px;
  background: rgba(255, 255, 255, 0.2);
  color: var(--white-color);
  margin-right: 10px;
}

.header-layout9 .th-social a:hover {
  background: var(--theme-color);
}

.header-layout9 .simple-btn {
  /* Extra small devices */
}

@media (max-width: 375px) {
  .header-layout9 .simple-btn {
    display: none;
  }
}

/* ------------------------------Header 6  Start ---------------------------------- */
.header-layout6 {
  padding: 24px 24px 0 24px;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .header-layout6 {
    padding: 0;
  }
}

.header-layout6 .sticky-wrapper.sticky .menu-area {
  border-radius: 0px;
}

.header-layout6 .menu-area {
  border-radius: 24px 24px 0 0;
}

@media (max-width: 480px) {
  .header-layout6 .menu-area {
    border-radius: 0;
  }
}

/* ------------------------------Header 6  end ---------------------------------- */
/* ------------------------------Header 7  Start ---------------------------------- */
.header-layout7 {
  border-bottom: none;
}

.header-layout7 .logo-bg {
  background-color: var(--theme-color);
}

.header-layout7 .menu-right-bg {
  background-color: var(--theme-color);
}

.header-layout7 .menu-area {
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-layout7 .menu-area {
    padding: 22px 0;
  }
}

.header-layout7 .header-logo {
  /* Extra small devices */
}

@media (max-width: 375px) {
  .header-layout7 .header-logo {
    max-width: 180px;
  }
}

/* ------------------------------Header 8  Start ---------------------------------- */
.header-layout8 .header-button {
  gap: 40px;
}

.header-layout8 .menu-area {
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-layout8 .menu-area {
    padding: 15px 0;
  }
}

.header-layout8 .header-logo {
  /* Extra small devices */
}

@media (max-width: 375px) {
  .header-layout8 .header-logo {
    max-width: 160px;
  }
}

/* ------------------------------Header 8  end ---------------------------------- */
/* ------------------------------Header 11  start ---------------------------------- */
.header-layout11 .menu-area {
  background-color: var(--title-color);
}

.header-layout11 .header-button {
  gap: 40px;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .header-layout11 .header-button {
    gap: 20px;
  }
}

.header-layout11 .main-menu>ul>li>a {
  color: var(--white-color);
}

.header-layout11 .main-menu>ul>li>a:before {
  background: var(--white-color);
}

.header-layout11 .main-menu>ul>li>a:hover,
.header-layout11 .main-menu>ul>li>a.active {
  color: var(--white-color);
}

.header-layout11 .main-menu ul li:has(.sub-menu)>a:after,
.header-layout11 .main-menu ul li:has(.mega-menu)>a:after,
.header-layout11 .main-menu ul li.menu-item-has-children>a:after {
  color: var(--white-color);
}

/* ------------------------------Header 11 end ---------------------------------- */
/* ------------------------------Header 12 start ---------------------------------- */
.header-layout12 {
  background-color: #405749;
}

.header-layout12 .sticky-wrapper.sticky {
  background-color: #405749;
}

.header-layout12 .main-menu>ul>li>a {
  color: var(--white-color);
}

.header-layout12 .main-menu>ul>li>a:before {
  background: var(--white-color);
}

.header-layout12 .main-menu>ul>li>a:hover,
.header-layout12 .main-menu>ul>li>a.active {
  color: var(--white-color);
}

.header-layout12 .main-menu ul li:has(.sub-menu)>a:after,
.header-layout12 .main-menu ul li:has(.mega-menu)>a:after,
.header-layout12 .main-menu ul li.menu-item-has-children>a:after {
  color: var(--white-color);
}

.header-layout12 .header-button {
  gap: 40px;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .header-layout12 .header-button {
    gap: 20px;
  }
}

/* ------------------------------Header 12 end ---------------------------------- */
/* ------------------------------Header 15 start ---------------------------------- */
.header-layout15 .menu-area {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.header-layout15 .main-menu>ul>li {
  margin: 0px 16px;
}

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

.header-layout15 .header-logo {
  padding: 0 0px;
}

.header-layout15 .header-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 105px;
}

@media (max-width: 1799px) {
  .header-layout15 .header-wrapp {
    gap: 80px;
  }
}

@media (max-width: 1699px) {
  .header-layout15 .header-wrapp {
    gap: 40px;
  }
}

.header-layout15 .header-button {
  gap: 32px;
}

@media (max-width: 1499px) {
  .header-layout15 .th-social {
    display: none;
  }
}

.header-layout15 .th-social a {
  --icon-size: 40px;
  background: rgba(255, 255, 255, 0.2);
  color: var(--white-color);
  margin-right: 10px;
}

.header-layout15 .th-social a:hover {
  background: var(--theme-color);
}

.header-layout15 .simple-btn {
  /* Extra small devices */
}

@media (max-width: 375px) {
  .header-layout15 .simple-btn {
    display: none;
  }
}

/* ------------------------------Header 15 end ---------------------------------- */
/* Define animation for each character    */
.split-heading-title.animated-character {
  display: inline-block;
  -webkit-animation: fadeInChar 0.5s ease-in-out forwards;
  animation: fadeInChar 0.5s ease-in-out forwards;
}

.animated-character {
  -webkit-animation: animateCharacter 0.5s forwards;
  animation: animateCharacter 0.5s forwards;
}

@-webkit-keyframes animateCharacter {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes animateCharacter {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* --------------------------------
heding animation start 
------------------------------------ */
.title-area {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.heading-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  white-space: break-spaces;
  gap: 0px 12px;
}

.heading-title .sec-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.heading-title .sec-title .split-heading-title {
  -webkit-animation: heading-anim-fade-out 2s ease calc(0.05s * var(--char-index)), heading-anim-fade-in 3s ease calc(0.05s * var(--char-index));
  animation: heading-anim-fade-out 2s ease calc(0.05s * var(--char-index)), heading-anim-fade-in 3s ease calc(0.05s * var(--char-index));
}

@-webkit-keyframes heading-anim-fade-out {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes heading-anim-fade-out {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes heading-anim-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes cus-heading-animation-fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes cus-heading-animation-fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* --------------------------------
heding animation  end
------------------------------------ */
.row:after {
  display: none;
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  position: relative;
  z-index: 2;
}

.widget-area {
  padding-top: 100px;
  padding-bottom: 46px;
}

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

.copyright-wrap {
  padding: 18px 0;
  background-color: #262A36;
}

.copyright-wrap .copyright-text {
  color: var(--white-color);
}

.copyright-wrap .copyright-text a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.copyright-wrap .copyright-text a:hover {
  color: var(--theme-color);
}

.copyright-wrap.bg-title .copyright-text a:hover {
  color: var(--theme-color);
}

.newsletter-top {
  border-bottom: 1px solid #E1E4E6;
  margin-bottom: 62px;
  padding-bottom: 50px;
}

.newsletter-top .newsletter-title {
  font-size: 40px;
  font-weight: 600;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .newsletter-top .newsletter-title {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .newsletter-top .newsletter-title {
    text-align: center;
  }
}

.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  max-width: 660px;
  margin-left: auto;
}

@media (max-width: 480px) {
  .newsletter-form {
    display: block;
  }
}

.newsletter-form.style2 input {
  background-color: transparent;
  border: 1px solid var(--white-color);
}

.newsletter-form.style2 input::-moz-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 input::-webkit-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 input:-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 input::-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 input::placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 input:focus {
  color: var(--white-color);
}

.newsletter-form input {
  border: 1px solid #6E7070;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: 64px;
  border-radius: 32px;
}

.newsletter-form .th-btn {
  min-width: 227px;
}

@media (max-width: 480px) {
  .newsletter-form .th-btn {
    min-width: 100%;
    margin-top: 20px;
  }
}

.th-widget-contact {
  max-width: 260px;
  margin-bottom: -0.4em;
}

.info-box_text {
  line-height: 1.75em;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.info-box_text .icon {
  color: var(--body-color);
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 40px;
  height: 40px;
  line-height: 37px;
  background-color: #E9F6F9;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.info-box_text .icon img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.info-box_text .icon:hover {
  background-color: var(--theme-color);
}

.info-box_text .icon:hover img {
  -webkit-filter: contrast(0) brightness(2);
  filter: contrast(0) brightness(2);
}

.info-box_text .details {
  margin-top: -0.3em;
}

.info-box_text .details p {
  margin-bottom: 0;
}

.info-box_text a {
  color: inherit;
}

.info-box_text a:hover {
  color: var(--theme-color);
}

.info-box_text:not(:last-child) {
  margin-bottom: 18px;
}

.footer-card .title {
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
  margin-right: 16px;
}

.footer-layout1 .th-social a {
  margin-right: 10px;
}

.footer-layout1 .copyright-wrap .copyright-text {
  font-size: 14px;
  font-weight: 400;
}

.footer-layout1 .copyright-wrap .copyright-text a {
  color: inherit;
}

.copyright-text {
  margin: 0;
  /* Medium devices */
}

@media (max-width: 991px) {
  .copyright-text {
    text-align: center;
  }
}

.copyright-text a {
  color: var(--theme-color);
}

.copyright-text a:hover {
  color: var(--white-color);
}

/* footer layout  2 start --------------------------*/
.footer-layout2 {
  --body-color: #E9F6F9;
}

.footer-layout2 .newsletter-top {
  border-bottom: 1px solid rgba(233, 246, 249, 0.2);
}

.footer-layout2 .widget-area {
  padding-bottom: 70px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .footer-layout2 .widget-area {
    padding-bottom: 30px;
  }
}

.footer-layout2 .footer-widget .widget_title {
  color: var(--white-color);
}

.footer-layout2 .footer-widget.widget_nav_menu a {
  font-weight: 300;
}

.footer-layout2 .footer-widget.widget_nav_menu a:not(:hover) {
  color: #E9F6F9;
}

.footer-layout2 .about-text {
  color: #E9F6F9;
  font-weight: 300;
  margin-bottom: 22px;
}

.footer-layout2 .th-social a {
  --icon-size: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--white-color);
  margin-right: 10px;
  /* Medium Large devices */
}

.footer-layout2 .th-social a:hover {
  background-color: var(--theme-color);
}

@media (max-width: 1299px) {
  .footer-layout2 .th-social a {
    margin-right: 5px;
  }
}

.footer-layout2 .info-box_text .icon {
  color: var(--white-color);
  background-color: rgba(255, 255, 255, 0.2);
}

.footer-layout2 .info-box_text .icon:hover {
  background-color: var(--theme-color);
}

.footer-layout2 .info-box_text .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.footer-layout2 .copyright-wrap {
  background-color: transparent;
  border-top: 1px solid rgba(233, 246, 249, 0.2);
  padding: 18px 0;
}

.footer-layout2 .copyright-wrap .copyright-text {
  font-size: 14px;
}

.footer-layout2 .copyright-wrap .copyright-text a {
  color: var(--white-color);
}

/* footer layout  2 end --------------------------*/
/* footer layout 4 start ---------------------------*/
.footer-layout4 .widget_title {
  color: var(--white-color);
}
.footer-top .widget_title{
  color: white !important;
}

.footer-layout4 .newsletter-top {
  border-color: rgba(233, 246, 249, 0.3);
}

.footer-layout4 .newsletter-form.style4 {
  margin-left: auto;
}

.footer-layout4 .newsletter-form {
  margin-left: auto;
}

.footer-layout4 .newsletter-form input {
  border: 1px solid var(--white-color);
  background-color: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  height: 64px;
  border-radius: 32px;
}

.footer-layout4 .newsletter-form input::-moz-placeholder {
  color: var(--white-color);
}

.footer-layout4 .newsletter-form input::-webkit-input-placeholder {
  color: var(--white-color);
}

.footer-layout4 .newsletter-form input:-ms-input-placeholder {
  color: var(--white-color);
}

.footer-layout4 .newsletter-form input::-ms-input-placeholder {
  color: var(--white-color);
}

.footer-layout4 .newsletter-form input::placeholder {
  color: var(--white-color);
}

.footer-layout4 .newsletter-form input:focus {
  color: var(--white-color);
}

.footer-layout4 .about-text {
  color: #E9F6F9;
}

.footer-layout4 .footer-widget.widget_nav_menu a {
  color: var(--white-color);
}

.footer-layout4 .footer-widget.widget_nav_menu a:before {
  color: var(--white-color);
}

.footer-layout4 .footer-widget.widget_nav_menu a:hover {
  color: #113D48;
}

.footer-layout4 .footer-widget.widget_nav_menu a:hover:before {
  color: #113D48;
}

.footer-layout4 .info-box_text {
  --body-color: #fff;
}

.footer-layout4 .info-box_text_link:hover {
  color: #113D48;
}

.footer-layout4 .info-box_text .icon {
  color: var(--white-color);
  background-color: rgba(255, 255, 255, 0.2);
}

.footer-layout4 .info-box_text .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.footer-layout4 .sidebar-gallery .gallery-thumb:before {
  background-color: #113D48;
}

.footer-layout4 .info-box_text a:hover {
  color: var(--title-color);
}

.footer-layout4 .th-social a {
  --icon-size: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--white-color);
  margin-right: 10px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .footer-layout4 .th-social a {
    margin-right: 5px;
  }
}

.footer-layout4 .copyright-wrap {
  background-color: transparent;
  border-top: 1px solid rgba(233, 246, 249, 0.3);
}

.footer-layout4 .copyright-text {
  font-size: 14px;
}

.footer-layout4 .copyright-text a {
  color: var(--white-color);
}

.footer-layout4 .copyright-text a:hover {
  color: var(--title-color);
}

/* footer layout 5 start -----------------*/
.footer-layout5 .widget-area {
  padding-top: 64px;
  padding-bottom: 64px;
}

.footer-layout6 .widget-area {
  padding-top: 120px;
}

.footer-layout7 {
  background-color: #405749;
}

.footer-container{
  position: relative;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 20px;
}

.footer-logos{
  position: absolute;
  right: 50px;
  bottom: -80px;
  height: 200px;
  /* width: fit-content; */
}

.footer-logos-list{
  display: flex;
  gap: 1em;
}

.footer-logos-list :nth-child(2){
  background-color: white;
  height: fit-content;
  border-radius: 50%;
}

.footer-logos-list li{
  width: 130px;
}

.footer-logos-list li img{
  width: 100%;
}

.logo-3{
  width: 60% !important;
  height: auto;
  margin-left: 15px;
}

.logo-4{
  width: 78% !important;
  margin-left: -25px;
}
@media (max-width:991px){
  .footer-container{
    padding-bottom: 0;
  }
  .footer-logos{
    display: none;
  }
}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-content {
  position: relative;
}

.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 25px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
}

.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 3px;
  list-style: none;
  position: relative;
}

.breadcumb-menu li:after {
  content: "";
  background-image: url(../img/icon/arrow-right.svg);
  background-size: 100% 100%;
  top: 3px;
  width: 18px;
  height: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-left: 6px;
  font-weight: 700;
  font-size: 18px;
  color: inherit;
  font-family: var(--icon-font);
}

.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcumb-menu li:last-child:after {
  display: none;
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  word-break: break-word;
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 20px;
  color: var(--white-color);
}

.breadcumb-title {
  margin: -0.23em 0 -0.18em 0;
  font-size: 54px;
  font-family: var(--title-font);
  color: var(--white-color);
  font-weight: 700;
  text-transform: capitalize;
}

.th-breadcumb-bg {
  position: absolute;
  inset: 0;
}

.breadcumb-wrapper {
  position: relative;
  background-color: var(--title-color);
  background-position: left top;
  padding: 163px 0;
  overflow: hidden;
  text-align: center;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-wrapper {
    padding: 150px 0;
  }

  .breadcumb-title {
    margin: -0.18em 0 -0.18em 0;
  }

  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
    line-height: 26px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 130px 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .breadcumb-title {
    font-size: 44px;
    line-height: 54px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .breadcumb-wrapper {
    padding: 130px 0;
  }

  .breadcumb-title {
    font-size: 44px;
    line-height: 54px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .breadcumb-wrapper {
    padding: 120px 0;
  }

  .breadcumb-title {
    font-size: 34px;
    line-height: 44px;
  }

  .breadcumb-menu {
    margin: 15px 0 -0.5em 0;
  }
}

/*------------------- 4.5. Pagination  -------------------*/
.wp-block-query-pagination-numbers,
.th-pagination {
  margin-bottom: 30px;
}

.wp-block-query-pagination-numbers ul,
.th-pagination ul {
  margin: 0;
  padding: 0;
}

.wp-block-query-pagination-numbers li,
.th-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}

.wp-block-query-pagination-numbers li:last-child,
.th-pagination li:last-child {
  margin-right: 0;
}

.wp-block-query-pagination-numbers li:first-child,
.th-pagination li:first-child {
  margin-left: 0;
}

.wp-block-query-pagination-numbers span,
.wp-block-query-pagination-numbers a,
.th-pagination span,
.th-pagination a {
  display: inline-block;
  text-align: center;
  gap: 8px;
  position: relative;
  color: var(--title-color);
  border: 1px solid #E1E4E6;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  z-index: 1;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Extra small devices */
}

@media (max-width: 375px) {

  .wp-block-query-pagination-numbers span,
  .wp-block-query-pagination-numbers a,
  .th-pagination span,
  .th-pagination a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.wp-block-query-pagination-numbers span.next-page,
.wp-block-query-pagination-numbers a.next-page,
.th-pagination span.next-page,
.th-pagination a.next-page {
  width: auto;
  padding: 0 24px;
  border-radius: 30px;
  line-height: 46px;
  /* Extra small devices */
}

@media (max-width: 375px) {

  .wp-block-query-pagination-numbers span.next-page,
  .wp-block-query-pagination-numbers a.next-page,
  .th-pagination span.next-page,
  .th-pagination a.next-page {
    line-height: 35px;
  }
}

.wp-block-query-pagination-numbers span img,
.wp-block-query-pagination-numbers a img,
.th-pagination span img,
.th-pagination a img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.wp-block-query-pagination-numbers span.active,
.wp-block-query-pagination-numbers span:hover,
.wp-block-query-pagination-numbers a.active,
.wp-block-query-pagination-numbers a:hover,
.th-pagination span.active,
.th-pagination span:hover,
.th-pagination a.active,
.th-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.wp-block-query-pagination-numbers span.active img,
.wp-block-query-pagination-numbers span:hover img,
.wp-block-query-pagination-numbers a.active img,
.wp-block-query-pagination-numbers a:hover img,
.th-pagination span.active img,
.th-pagination span:hover img,
.th-pagination a.active img,
.th-pagination a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

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

@media (max-width: 375px) {
  .wp-block-query-pagination-next {
    font-size: 14px;
    padding: 0 15px;
  }
}

.wp-block-query-pagination-next.active,
.wp-block-query-pagination-next:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}



/*------------------- 4.7. Comments  -------------------*/
.th-comment-form {
  margin-top: 70px;
  position: relative;
}

.th-comment-form .row {
  --bs-gutter-x: 30px;
}

.th-comment-form .blog-inner-title {
  margin-bottom: 0px;
}

.th-comment-form .form-title {
  margin-top: -0.35em;
}

.th-comment-form .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}

.th-comment-form .form-text {
  margin-bottom: 25px;
}

.th-comment-form .form-group>i {
  color: var(--body-color);
}

.th-comment-form .form-group select,
.th-comment-form .form-group .form-control,
.th-comment-form .form-group .form-select,
.th-comment-form .form-group textarea,
.th-comment-form .form-group input {
  border: 1px solid #808080;
}

.th-comment-form .form-group label {
  color: var(--body-color);
  margin-bottom: -0.3rem;
}

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

.th-comment-form,
.th-comments-wrap {
  /* Small devices */
}

@media (max-width: 767px) {

  .th-comment-form,
  .th-comments-wrap {
    border-radius: 10px;
  }
}

.th-comment-form:has(#wp-temp-form-div),
.th-comments-wrap:has(#wp-temp-form-div) {
  padding: 0;
  box-shadow: none;
  display: none;
}

.th-comments-wrap {
  border-radius: 0px;
}

.th-comments-wrap {
  margin-top: var(--blog-space-y, 40px);
  margin-bottom: 30px;
}

.th-comments-wrap.style2 .th-post-comment {
  border: 1px solid #E1E4E5;
  margin-bottom: 24px;
}

.th-comments-wrap.style2 .children {
  margin-left: 0;
}

.th-comments-wrap.style2 .commented-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
  gap: 10px 0;
  margin-bottom: 22px;
}

.th-comments-wrap.style2 .commented-wrapp span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
  font-family: var(--body-font);
  position: relative;
  line-height: normal;
}

.th-comments-wrap.style2 .commented-wrapp span:not(:last-child) {
  padding-right: 16px;
  margin-right: 16px;
}

.th-comments-wrap.style2 .commented-wrapp span:not(:last-child):after {
  content: "";
  height: 10px;
  width: 1px;
  background-color: var(--body-color);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}

.th-comments-wrap.style2 .commented-wrapp span i {
  color: #FFA944;
}

.th-comments-wrap.style2 .reply_and_edit i {
  color: #999999;
  font-size: 24px;
}

.th-comments-wrap.style2 ul.comment-list .th-comment-item:last-child>.th-post-comment {
  border-bottom: 1px solid #E1E4E5;
}

.th-comments-wrap .description p:last-child {
  margin-bottom: -0.5em;
}

.th-comments-wrap .comment-respond {
  margin: 30px 0;
}

.th-comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.th-comments-wrap li {
  margin: 0;
}

.th-comments-wrap .th-post-comment {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  background: var(--white-color);
  border-radius: 8px;
}

.th-comments-wrap .th-post-comment ol,
.th-comments-wrap .th-post-comment ul,
.th-comments-wrap .th-post-comment dl {
  margin-bottom: 1rem;
}

.th-comments-wrap .th-post-comment ol ol,
.th-comments-wrap .th-post-comment ol ul,
.th-comments-wrap .th-post-comment ul ol,
.th-comments-wrap .th-post-comment ul ul {
  margin-bottom: 0;
}

.th-comments-wrap ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -30px;
}

.th-comments-wrap ul.comment-list ul ul,
.th-comments-wrap ul.comment-list ul ol,
.th-comments-wrap ul.comment-list ol ul,
.th-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}

.th-comments-wrap .comment-avater {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin-right: 20px;
  overflow: hidden;
}

.th-comments-wrap .comment-avater img {
  width: 100%;
}

.th-comments-wrap .comment-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -6px;
  position: relative;
}

.th-comments-wrap .commented-on {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--body-font);
  color: var(--body-color);
  margin-bottom: 0;
}

.th-comments-wrap .commented-on i {
  color: var(--theme-color);
  margin-right: 7px;
  font-size: 0.9rem;
}

.th-comments-wrap .name {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.th-comments-wrap .comment-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.th-comments-wrap .text {
  margin-bottom: -0.4rem;
}

.th-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 80px;
}

.th-comments-wrap .reply_and_edit {
  margin-top: 0px;
  margin-bottom: -0.46em;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .th-comments-wrap .reply_and_edit {
    position: relative;
    margin-top: 12px;
  }
}

.th-comments-wrap .reply_and_edit a {
  margin-right: 10px;
}

.th-comments-wrap .reply_and_edit a:last-child {
  margin-right: 0;
}

.th-comments-wrap .reply-btn {
  font-weight: 500;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  color: var(--title-color);
  text-transform: uppercase;
}

.th-comments-wrap .reply-btn i {
  margin-right: 7px;
}

.th-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}

.form-submit input[type="submit"] {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.form-submit input[type="submit"]:hover {
  background-color: var(--title-color);
}

.wp-block-post-comments-form textarea,
.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]) {
  border: 1px solid var(--th-border-color);
}

.wp-block-comment-author-name {
  font-weight: 600;
}

ul.comment-list .th-comment-item:last-child>.th-post-comment {
  border-bottom: none;
}

ul.comment-list .children .th-comment-item>.th-post-comment {
  padding-bottom: 30px;
}

ul.comment-list:has(> .th-comment-item ~ .th-comment-item):first-child>.th-post-comment {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--th-border-color);
}

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

.comment-respond .must-log-in {
  margin-bottom: 0;
  margin-top: 8px;
}

/* Medium Large devices */
/* Large devices */
@media (max-width: 1199px) {
  .th-comments-wrap .children {
    margin-left: 40px;
  }
}

/* Medium devices */
/* Small devices */
@media (max-width: 767px) {
  .th-comments-wrap .th-post-comment {
    display: block;
  }

  .th-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }

  .th-comments-wrap .comment-top {
    display: block;
  }

  .th-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .th-comments-wrap .children {
    margin-left: 40px;
  }

  .th-comments-wrap .children {
    margin-left: 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .th-comment-form {
    --blog-space-y: 30px;
  }
}

/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.th-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.th-hero-bg {
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.th-hero-bg img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

.service .th-hero-bg img{
  filter: brightness(0.7);
}

.th-hero-bg .hero-bg-mobile{
  display: none;
}

@media (max-width:576px){
  .index-page .th-hero-bg .hero-bg{
    display: none;
  }
  .index-page .th-hero-bg .hero-bg-mobile{
    display: block;
  }
  .lg-video{
    display: none;
  }
  .video-slider .black-overlay,.video-slider .bottom-overlay{
    display: none;
  }
  video.d-none{
    display: block !important;
  }
}


.black-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 30.2%, rgba(0, 0, 0, 0) 100.2%);
}

.industry .black-overlay{
  z-index: 1;
  background-image: linear-gradient(90deg,rgba(0, 0, 0, 0.8) 5.2%,  rgba(0, 0, 0, 0.5) 50.2%, rgba(0, 0, 0, 0) 100.2%);
}

.service.black-overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 30.2%, rgba(0, 0, 0, 0) 100.2%);
} 

.black-overlay.light{
  z-index: 1;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 30.2%, rgba(0, 0, 0, 0) 100.2%);
}

.black-overlay.contact-light{
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 10.2%, rgba(0, 0, 0, 0) 100.2%);
}

.bottom-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 5.2%, rgba(0, 0, 0, 0) 100.2%);
}

/* Hero 1 ---------------------------------- */
.hero-1 {
  position: relative;
  overflow: hidden;
}

.hero-1 .th-hero-bg {
  z-index: 2;
}

.hero-1 .th-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 13, 12, 0.5);
  mix-blend-mode: normal;
  z-index: -1;
}

.hero-1 .th-swiper-custom {
  position: absolute;
  top: 47%;
  margin: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 55px;
  z-index: 9;
  /* Small devices */
}

@media (max-width: 767px) {
  .hero-1 .th-swiper-custom {
    display: none;
  }
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 25px 0 0px 0;
  line-height: 10px;
  height: 3px;
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 24px;
  --swiper-pagination-bullet-horizontal-gap: 12px;
  margin: 5px 7px;
  height: 2px;
  opacity: 1;
  border-radius: 0;
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: none;
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.hero-1 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}



.hero-1 .slider-arrow {
  --icon-size: 64px;
  background: rgba(250, 252, 244, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 36px;
  color: var(--white-color);
  box-shadow: none;
  border: none;
  opacity: 1;
  visibility: visible;
  left: var(--pos-x, -90px);
}

@media (max-width: 1399px) {
  .hero-1 .slider-arrow {
    display: none;
  }
}

.hero-1 .slider-arrow img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hero-1 .slider-arrow.slider-next {
  right: var(--pos-x, -90px);
  left: auto;
}

.hero-1 .slider-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.hero-1:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hero-style1 {
  position: relative;
  z-index: 9;
  max-width: 700px;
  padding: 206px 0 260px 0;
}

.hero-style1 .sub-title {
  color: var(--white-color);
  margin-bottom: 0px;
  display: block;
}

.hero-style1 .hero-title {
  color: var(--white-color);
  margin-bottom: 45px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.hero-style1 .hero-text {
  max-width: 582px;
  line-height: 26px;
  margin-bottom: 30px;
}

.hero-style1 .btn-group {
  gap: 16px;
}

@media (max-width: 480px) {
  .hero-style1 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-style1 {
    max-width: 550px;
  }

  .hero-style1 .hero-title {
    font-size: 58px;
    line-height: 68px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-1 .hero-img {
    position: static;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 50px auto;
  }

  .hero-1 .hero-shape2 {
    display: none;
  }

  .hero-style1 {
    padding: 130px 0 185px 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-style1 .title1,
  .hero-style1 .title2 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-style1 .title-img {
    max-width: 40px;
    right: 5%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-style1 .hero-title {
    font-size: 44px;
    line-height: 54px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-style1 {
    padding: 130px 0 180px 0;
  }

  .hero-style1 .title-img {
    right: 3%;
  }

  .hero-title {
    font-size: 42px;
    line-height: 1.24;
    margin-bottom: 35px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .hero-style1 .hero-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 330px) {
  .hero-title {
    font-size: 32px;
  }
}

/* Hero 1 end ----------------------------------*/
/* Hero 2 --------------------------------------*/
.hero-2 {
  position: relative;
  z-index: 6;
  height: 780px;
  overflow: hidden;
  /* Large devices */
}

@media (max-width: 1199px) {
  .hero-2 {
    height: 100%;
  }
}

.hero-2 .hero2-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-2 .hero-slider-2 {
  max-width: 1776px;
  display: block;
  margin: auto;
  border-radius: 24px;
}

@media (min-width: 1930px) {
  .hero-2 .hero-slider-2 {
    max-width: 100%;
  }
}

.hero-2 video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  overflow: hidden;
}

.hero-2 video source {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-2 .scroll-down {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 0px);
  width: 150px;
  height: 141px;
  text-align: center;
  z-index: 2;
  color: var(--white-color);
  /* Medium Large devices */
}

@media (max-width: 1699px) {
  .hero-2 .scroll-down {
    left: calc(50% - 50px);
  }
}

@media (max-width: 1599px) {
  .hero-2 .scroll-down {
    left: calc(50% - 100px);
  }
}

@media (max-width: 1599px) {
  .hero-2 .scroll-down {
    left: calc(50% - 150px);
  }
}

@media (max-width: 1299px) {
  .hero-2 .scroll-down {
    display: none;
  }
}

.hero-2 .scroll-down .scroll-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--white-color);
  font-weight: 300;
}

.hero-2 .scroll-down .scroll-wrap span {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
}

.hero-2 .scroll-down .scroll-wrap span img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-bottom: 4px;
}

.hero-2 .th-hero-bg {
  border-radius: 24px;
  overflow: hidden;
}

.hero-2 .th-hero-bg:before {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(13, 13, 12, 0.4), rgba(13, 13, 12, 0.4)), url(2218.jpg);
  background: linear-gradient(0deg, rgba(13, 13, 12, 0.7), rgba(13, 13, 12, 0.7)), url(2218.jpg);
  border-radius: 24px;
}

.hero-2 .th-swiper-custom {
  position: absolute;
  top: 55%;
  margin: 0;
  right: 209px;
  z-index: 9;
  width: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 36px;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .hero-2 .th-swiper-custom {
    right: 20px;
  }
}

@media (max-width: 1199px) {
  .hero-2 .th-swiper-custom {
    top: unset;
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .hero-2 .th-swiper-custom {
    bottom: 0;
  }
}

@media (max-width: 375px) {
  .hero-2 .th-swiper-custom {
    display: none;
  }
}

.hero-2 .hero-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.hero-2 .hero-arrow {
  width: 32px;
  height: 32px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hero-2 .hero-arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hero-2 .hero-arrow:hover {
  background-color: var(--white-color);
}

.hero-2 .hero-arrow:hover img {
  -webkit-filter: none;
  filter: none;
}

.hero-2 .swiper-pagination {
  position: relative;
  border-radius: 8px;
  width: 424px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-2 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.hero-2 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.hero-2 .swiper-pagination-bullet {
  width: 100%;
  height: 3px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.hero-2 .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-2 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}

.hero-2 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--white-color);
  -webkit-animation: slide-progress 2s cubic-bezier(0.3, 0, 0.3, 1) forwards;
  animation: slide-progress 2s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

.swiper-paused .hero-2 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.heroThumbs {
  max-width: 848px;
  position: absolute;
  bottom: 70px;
  bottom: 250px;
  right: 0;
  margin-right: 0 !important;
  /* Large devices */
}

.heroThumbs.style2 {
  bottom: 70px;
}

@media (max-width: 1199px) {
  .heroThumbs {
    display: none;
  }
}

.hero-style2 {
  position: relative;
  z-index: 6;
  max-width: 451px;
  padding: 230px 0;
}

.hero-style2 .hero-title {
  color: var(--white-color);
  font-weight: 700;
  font-size: 80px;
  color: var(--white-color);
  display: block;
  margin-top: -0.8rem;
  margin-bottom: 2px;
}

.hero-style2 .hero-text {
  color: var(--white-color);
  font-weight: 600;
  font-size: 28px;
  display: block;
  margin-bottom: 10px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .hero-style2 .hero-text {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 320px) {
  .hero-style2 .hero-text {
    font-size: 16px;
    line-height: 26px;
  }
}

.hero-style2 .hero-desc {
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: 38px;
}

.hero-style2 .th-btn {
  padding: 19px 40px;
}

.hero-style2 .th-btn:after {
  -webkit-mask-image: url(../img/icon/arrow-right.svg);
  mask-image: url(../img/icon/arrow-right.svg);
  background-color: #202020;
}

.hero-style2 .th-btn:hover {
  color: var(--white-color);
}

.hero-style2 .th-btn:hover:after {
  background-color: var(--white-color);
}

.hero-style2 .th-btn:hover:before {
  background-color: var(--title-color);
}

.hero-card {
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 16px;
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  cursor: pointer;
}

.hero-card_wrapp {
  position: absolute;
  bottom: 72px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.hero-card .hero-img {
  position: relative;
  max-width: 168px;
  height: 168px;
  border-radius: 16px;
}

.hero-card .hero-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(13, 13, 12, 0.2), rgba(13, 13, 12, 0.2));
  background: linear-gradient(0deg, rgba(13, 13, 12, 0.2), rgba(13, 13, 12, 0.2));
  border-radius: 16px;
}

.hero-card .hero-img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.hero-card .hero-img .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-card .hero-img .play-btn>i {
  width: var(--icon-size, 40px);
  height: var(--icon-size, 40px);
  line-height: var(--icon-size, 40px);
  text-align: center;
  background: transparent;
  border: 1px solid var(--white-color);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--white-color);
  font-size: var(--icon-font-size, 1.2em);
}

.hero-card .box-title {
  color: var(--white-color);
  margin-bottom: 0;
}

.hero-card_price {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--white-color);
}

.hero-card span {
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
}

.hero-card span i {
  margin-right: 10px;
}

.hero-card .th-btn {
  padding: 8px 24px;
  margin-top: 20px;
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-style2 {
    padding: 180px 0;
  }

  .hero-style2 .hero-title {
    font-size: 74px;
    font-size: 84px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-style2 .hero-title {
    font-size: 64px;
    line-height: 74px;
  }

  .hero-style2 .hero-text {
    font-size: 16px;
    line-height: 26px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-style2 {
    padding: 150px 0;
  }

  .hero-style2 .hero-text {
    color: var(--white-color);
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-style2 {
    padding: 130px 0;
  }

  .hero-style2 .hero-title {
    font-size: 54px;
    line-height: 64px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .hero-style2 .sub-title {
    font-size: 16px;
  }

  .hero-style2 .hero-title {
    font-size: 40px;
    line-height: 50px;
  }
}

/* hero buttons */
.primary-button {
  font-family: 'Ropa Sans', sans-serif;
  /* font-family: 'Valorant', sans-serif; */
  color: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  border: 1px solid #000000;
  padding: 0.8rem 2.1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 531.28 200'%3E%3Cdefs%3E%3Cstyle%3E .shape %7B fill: %2b9ff1 /* fill: %2b9ff1; */ %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='shape' points='415.81 200 0 200 115.47 0 531.28 0 415.81 200' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: #fd6d26;
  background-size: 200%;
  background-position: 200%;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  transition-property: background-position, border, color;
  position: relative;
  z-index: 1;
}

.primary-button:hover {
  border: 1px solid #0062ff;
  color: white;
  background-position: 40%;
}

.primary-button:before {
  content: "";
  position: absolute;
  background-color: #0062ff;
  width: 0.2rem;
  height: 0.2rem;
  top: -1px;
  left: -1px;
  transition: background-color 0.15s ease-in-out;
}

.primary-button:hover:before {
  background-color: white;
}

.primary-button:hover:after {
  background-color: white;
}

.primary-button:after {
  content: "";
  position: absolute;
  background-color: #2b9ff1;
  width: 0.3rem;
  height: 0.3rem;
  bottom: -1px;
  right: -1px;
  transition: background-color 0.15s ease-in-out;
}




/* hero 3  start ------------------------ */
.hero-3 {
  position: relative;
  z-index: 3;
  overflow: initial;
}

.hero-3 .th-hero-bg {
  width: 100%;
}

.hero-3 .th-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(167.93deg, rgba(13, 13, 12, 0) -4.13%, rgba(13, 13, 12, 0.7) 84.33%);
  background: linear-gradient(282.07deg, rgba(13, 13, 12, 0) -4.13%, rgba(13, 13, 12, 0.7) 84.33%);
}

.hero-3 video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 130vh;
  object-fit: cover;
  overflow: hidden;
}



.hero-3 .scroll-down {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  position: absolute;
  bottom: 30px;
  right: -50px;
  width: 150px;
  height: 141px;
  text-align: center;
  z-index: 2;
  color: var(--white-color);
}

@media (max-width: 1699px) {
  .hero-3 .scroll-down {
    right: -70px;
    width: 142px;
    height: 10px;
  }
}

@media (max-width: 1699px) {
  .hero-3 .scroll-down {
    display: none;
  }
}

@media (max-height: 991px){
  .hero-3 .swiper-wrapper {
    height: 100vh;
  }
}



.hero-3 .scroll-down .scroll-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--white-color);
  font-weight: 300;
}

.hero-3 .scroll-down .scroll-wrap span {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
}

.hero-3 .scroll-down .scroll-wrap span img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-bottom: 4px;
}

.hero-slider-3 {
  position: relative;
}

.hero-style3 {
  position: relative;
  max-width: 700px;
  display: block;
  z-index: 4;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (min-width: 1299px) {
  .hero-style3 {
    padding-left: 20px;
  }

}

@media (max-width: 991px) {
  .hero-style3 {
    text-align: center;
  }
}



.hero-style3 .hero-title {
  width: 100%;
  font-size: 48px;
  text-transform: capitalize;
  color: var(--white-color);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 7px;
  text-align: left;
}

.main-service-title {
  font-size: 48px !important;
}

.service-style {
  padding-top: 320px;
}

@media (max-width: 1299px) {
  .hero-style3 .hero-title {
    font-size: 40px;
    line-height: 45px;
  }

  .main-service-title {
    font-size: 36px !important;
  }
}

@media (max-width: 1199px) {
  .hero-style3 .hero-title {
    font-size: 48px;
    line-height: 60px;
  }

  .main-service-title {
    font-size: 48px !important;
  }
}

@media (max-width: 991px) {
  .hero-style3 .hero-title {
    text-align: center;
    font-size: 46px;
    line-height: 64px;
  }

  .main-service-title {
    font-size: 40px !important;
  }

}



@media (max-width: 767px) {
  .hero-style3 .hero-title {
    font-size: 44px;
    line-height: 64px;
  }

  .main-service-title {
    font-size: 32px !important;
  }

}

@media (max-width: 575px) {
  .hero-style3 .hero-title {
    font-size: 40px;
    line-height: 50px;
  }

  .main-service-title {
    font-size: 28px !important;
  }
}

@media (max-width: 375px) {
  .hero-style3 .hero-title {
    font-size: 30px;
    line-height: 40px;
  }

  .main-service-title {
    font-size: 24px !important;
  }
}




.hero-style3 .hero-text {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 2px;
  margin-bottom: 0;
  /* Medium devices */
}

.industry-page  .hero-style3 .hero-text{
  font-size: 36px !important;
  line-height: normal !important;
}

@media (max-width:991px){
  .industry-page  .hero-style3 .hero-text{
    font-size: 30px !important;
  }
}
@media (max-width:768px){
  .industry-page  .hero-style3 .hero-text{
    font-size: 24px !important;
  }
}
@media (max-width:576px){
  .industry-page  .hero-style3 .hero-text{
    font-size: 18px !important;
  }
}



.sub-page .hero-text{
  font-weight: 700;
}

@media (max-width: 991px) {
  .hero-style3 .hero-text {
    margin: 0 auto;
    width: 95%;
    display: block;
    text-align: center;
  }
}

.hero3Thumbs {
  position: relative;
  right: 0;
  bottom: 110px;
  max-width: 424px;
  height: 186px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}

.swiper-button-next, .swiper-button-prev{
  width: 10px;
  /* padding: 0 20px; */
  color: white !important;
}

@media (min-width:2199px){
  .swiper-button-next{
    right: 20vw !important;
  }
  .swiper-button-prev{
    left: 20vw !important;
  }
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  font-size: 30px !important;
}

@media (max-width: 1299px) {
  .hero3Thumbs {
    bottom: 99px;
  }
}

@media (max-width: 1199px) {
  .hero3Thumbs {
    bottom: 65px;
  }
}

@media (max-width: 991px) {
  .hero3Thumbs {
    display: none;
  }
}

.hero3-card {
  cursor: pointer;
}

.hero3-card_wrapp {
  position: absolute;
  bottom: 0;
  background-color: var(--theme-color);
  border-radius: 24px 24px 0 0;
  max-width: 424px;
  min-height: 296px;
  z-index: 9;
}

.hero3-card .hero-img {
  position: relative;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  z-index: 2;
}

.hero3-card .hero-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(13, 13, 12, 0.2), rgba(13, 13, 12, 0.2));
  background: linear-gradient(0deg, rgba(13, 13, 12, 0.2), rgba(13, 13, 12, 0.2));
  border-radius: 16px 16px 0px 0px;
  z-index: 1;
}

.hero3-card .hero-img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero3-card .hero-img .play-btn>i {
  background: transparent;
  --icon-size: 40px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  font-size: 16px;
}

.hero3-swiper-custom {
  position: relative;
  right: 0;
  bottom: -186px;
  min-width: 424px;
  height: 110px;
  background-color: var(--theme-color);
  z-index: 99;
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1399px) {
  .hero3-swiper-custom {
    min-width: 390px;
  }
}

@media (max-width: 1299px) {
  .hero3-swiper-custom {
    min-width: 100%;
  }

  .hero3 .hero-title {
    font-size: 40px;
    line-height: 74px;
  }
}

@media (max-width: 991px) {
  .hero3-swiper-custom {
    bottom: 0;
  }

  .hero-3 .hero-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-3 .hero-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .hero-3 .hero-title {
    font-size: 30px;
    line-height: 40px;
  }
}



.hero3-swiper-custom .swiper-button-next,
.hero3-swiper-custom .swiper-button-prev {
  /* Large devices */
}

@media (max-width: 1199px) {

  .hero3-swiper-custom .swiper-button-next,
  .hero3-swiper-custom .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 55%);
  }
}

.hero3-swiper-custom .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 32px);
}

.hero3-swiper-custom .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 32px);
}

.hero3-swiper-custom .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 40px);
  z-index: 8;
}

.hero3-swiper-custom .swiper-button-next,
.hero3-swiper-custom .swiper-button-prev {
  padding: 8px;
  width: 32px;
  height: 32px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  border-radius: 48px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero3-swiper-custom .swiper-button-next:after,
.hero3-swiper-custom .swiper-button-prev:after {
  display: none !important;
}

.hero3-swiper-custom .swiper-button-next img,
.hero3-swiper-custom .swiper-button-prev img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero3-swiper-custom .swiper-button-next:hover,
.hero3-swiper-custom .swiper-button-prev:hover {
  background-color: var(--white-color);
}

.hero3-swiper-custom .swiper-button-next:hover img,
.hero3-swiper-custom .swiper-button-prev:hover img {
  -webkit-filter: none;
  filter: none;
}

.hero3-swiper-custom .swiper-pagination {
  color: var(--white-color);
}

.hero3-wrapper {
  position: relative;
  margin-top: -294px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .hero3-wrapper {
    margin-top: 0;
  }

  .hero3-wrapper .container {
    max-width: 100%;
  }
}

.hero3-pagination {
  text-align: center;
  padding-top: 20px;
}

.hero3-pagination .swiper-pagination-bullet {
  position: relative;
  bottom: 20px;
  width: 100px;
  height: 4px;
  border-radius: 0;
  background: white;
  border: 1.005px white solid;
  margin: 0px 8px !important;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  margin-bottom: 20px;
}

.hero3-pagination .swiper-pagination-bullet-active {
  background: rgb(255, 98, 0) !important;
  border-color: rgb(255, 98, 0) !important;
  opacity: 1;
}

.hero-text {
  color: rgb(255, 98, 0) !important;
}

@media (max-width: 991px) {
  .hero3-pagination .swiper-pagination-bullet {
    width: 80px;
  }

  .hero-style3 .hero-text {
    font-size: 24px;
    line-height: 120%;
  }
}

@media (max-width: 567px) {
  .hero-style3 .hero-text {
    width: 85%;
    font-size: 18px;
    line-height: 120%;
  }
}


.hero-style3 button {
  border: none !important;
}

/* hero 4 start -------------------------*/
.hero-4 {
  min-height: 1066px;
  border-radius: 0 0px 48px 48px;
  /* Large devices */
}

@media (min-width: 1930px) {
  .hero-4 {
    width: 100%;
    background-size: 100% 80%;
    object-fit: cover;
    background-position: bottom center;
  }
}

@media (max-width: 1199px) {
  .hero-4 {
    border-radius: 0 0px 30px 30px;
  }
}

.hero-4 .shape-mockup {
  /* Large devices */
}

@media (max-width: 1699px) {
  .hero-4 .shape-mockup {
    display: block !important;
  }
}

@media (max-width: 1199px) {
  .hero-4 .shape-mockup {
    display: none !important;
  }
}

.hero-style4 {
  padding: 80px 0 0px 0;
  max-width: 960px;
  display: block;
  margin: auto;
}

.hero-style4 .hero-title {
  font-weight: 800;
  margin-bottom: 30px;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .hero-style4 .hero-title {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .hero-style4 .hero-title {
    font-size: 55px;
  }
}

@media (max-width: 480px) {
  .hero-style4 .hero-title {
    font-size: 40px;
  }
}

@media (max-width: 450px) {
  .hero-style4 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* hero 4 end -------------------------*/
/* hero 5 start ----------------------*/
.hero-5:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(192.5deg, rgba(13, 13, 12, 0.7) 4.1%, rgba(0, 0, 0, 0.3) 96.33%);
  background: linear-gradient(257.5deg, rgba(13, 13, 12, 0.7) 4.1%, rgba(0, 0, 0, 0.3) 96.33%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.hero-5 .th-swiper-custom {
  position: absolute;
  top: 47%;
  margin: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 55px;
  z-index: 9;
}

@media (max-width: 1599px) {
  .hero-5 .th-swiper-custom {
    display: none;
  }
}

.hero-5 .th-swiper-custom .swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 25px 0 0px 0;
  line-height: 10px;
  height: 3px;
}

.hero-5 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 24px;
  --swiper-pagination-bullet-horizontal-gap: 12px;
  margin: 5px 7px;
  height: 2px;
  opacity: 1;
  border-radius: 0;
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.hero-5 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: none;
}

.hero-5 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.hero-5 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.hero-5 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.hero-5 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.hero-5 .slider-arrow {
  --icon-size: 64px;
  background: rgba(250, 252, 244, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 36px;
  color: var(--white-color);
  box-shadow: none;
  border: none;
  opacity: 1;
  visibility: visible;
  left: var(--pos-x, -90px);
}

@media (max-width: 1599px) {
  .hero-5 .slider-arrow {
    display: none;
  }
}

.hero-5 .slider-arrow img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hero-5 .slider-arrow.slider-next {
  right: var(--pos-x, -90px);
  left: auto;
}

.hero-5 .slider-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.hero-5:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hero-5 .th-hero-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 22.5%;
  right: 10%;
  /* Medium Large devices */
  /* Extra small devices */
}

@media (max-width: 1599px) {
  .hero-5 .th-hero-image {
    right: 2%;
  }
}

@media (max-width: 1299px) {
  .hero-5 .th-hero-image {
    position: relative;
    right: unset;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 180px;
  }
}

@media (max-width: 575px) {
  .hero-5 .th-hero-image {
    display: block;
  }
}

.hero-5 .th-hero-image .hero-img {
  position: relative;
  border-radius: 300px;
  min-width: 274px;
  height: 416px;
  z-index: 2;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .hero-5 .th-hero-image .hero-img {
    min-width: 100%;
    height: 100%;
  }
}

.hero-5 .th-hero-image .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 300px;
  border: 10px solid var(--white-color);
}

.hero-5 .th-hero-image .hero-img2 {
  border-radius: 300px;
  min-width: 327px;
  height: 496px;
  margin-left: -50px;
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 575px) {
  .hero-5 .th-hero-image .hero-img2 {
    margin: 20px 0 0 0;
  }
}

@media (max-width: 375px) {
  .hero-5 .th-hero-image .hero-img2 {
    min-width: 100%;
    height: 100%;
  }
}

.hero-5 .th-hero-image .hero-img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 300px;
  border: 10px solid var(--white-color);
}

.hero-5 .cilent-box_title {
  color: var(--title-color);
  font-weight: 700;
  display: block;
}

.hero-style5 {
  padding: 303px 0 307px 0;
  max-width: 730px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .hero-style5 {
    max-width: 703px;
  }
}

@media (max-width: 1299px) {
  .hero-style5 {
    text-align: center;
    display: block;
    margin: auto;
    padding: 220px 0 50px;
  }
}

@media (max-width: 991px) {
  .hero-style5 {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-style5 {
    padding: 180px 0 50px;
  }
}

.hero-style5 .hero-title {
  /* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .hero-style5 .hero-title {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .hero-style5 .hero-title {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .hero-style5 .hero-title {
    font-size: 40px;
  }
}

.hero-style5 .hero-text {
  font-size: 18px;
  color: var(--white-color);
  max-width: 703px;
  margin-bottom: 38px;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .hero-style5 .hero-text {
    max-width: 650px;
  }
}

/* hero 5 end ----------------------*/
/* hero 6 start --------------------------*/
.hero-6 {
  position: relative;
  padding: 24px 24px 0 24px;
  border-radius: 24px;
  overflow: hidden;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .hero-6 {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .hero-6 {
    border-radius: 0;
  }
}

.hero-6 .th-hero-bg {
  -webkit-mask-image: url("../img/bg/hero_bg_6_1.png");
  mask-image: url("../img/bg/hero_bg_6_1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  z-index: 2;
  /* Medium devices */
}

@media (max-width: 991px) {
  .hero-6 .th-hero-bg {
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}

@media (max-width: 480px) {
  .hero-6 .th-hero-bg {
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
}

.hero-6 .th-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 61, 72, 0.6);
  border-radius: 0px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.hero-6 .hero6-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-6 .hero6Thumbs {
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: 270px;
  min-height: 120px;
  height: 120px;
  border-radius: 16px;
  /* Medium Large devices */
  /* Large devices */
}

@media (min-width: 2430px) {
  .hero-6 .hero6Thumbs {
    max-width: 365px;
  }
}

@media (max-width: 1899px) {
  .hero-6 .hero6Thumbs {
    max-width: 250px;
  }
}

@media (max-width: 1699px) {
  .hero-6 .hero6Thumbs {
    max-width: 220px;
  }
}

@media (max-width: 1499px) {
  .hero-6 .hero6Thumbs {
    max-width: 200px;
  }
}

@media (max-width: 1399px) {
  .hero-6 .hero6Thumbs {
    max-width: 190px;
  }
}

@media (max-width: 1299px) {
  .hero-6 .hero6Thumbs {
    max-width: 170px;
  }
}

@media (max-width: 1199px) {
  .hero-6 .hero6Thumbs {
    max-width: 150px;
  }
}

@media (max-width: 480px) {
  .hero-6 .hero6Thumbs {
    position: relative;
    max-width: 100%;
    border-radius: 0;
    margin-top: 25px;
  }
}

.hero-6 .th-swiper-custom {
  position: absolute;
  bottom: 8%;
  margin: 0;
  right: 24%;
  z-index: 9;
}

@media (max-width: 1599px) {
  .hero-6 .th-swiper-custom {
    display: none;
  }
}

.hero-6 .th-swiper-custom .swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 25px 0 0px 0;
  line-height: 10px;
  height: 3px;
}

.hero-6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 24px;
  --swiper-pagination-bullet-horizontal-gap: 12px;
  margin: 5px 7px;
  height: 2px;
  opacity: 1;
  border-radius: 0;
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.hero-6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: none;
}

.hero-6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.hero-6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.hero-6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.hero-6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.hero-6 .slider-arrow {
  --icon-size: 64px;
  background: rgba(250, 252, 244, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 36px;
  color: var(--white-color);
  box-shadow: none;
  border: none;
  opacity: 1;
  visibility: visible;
  left: var(--pos-x, -60px);
}

@media (max-width: 1599px) {
  .hero-6 .slider-arrow {
    display: none;
  }
}

.hero-6 .slider-arrow img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hero-6 .slider-arrow.slider-next {
  right: var(--pos-x, -90px);
  left: auto;
}

.hero-6 .slider-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.hero-6:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hero-6 .hero6-swiper-custom {
  position: absolute;
  bottom: 2%;
  left: 45%;
}

@media (max-width: 480px) {
  .hero-6 .hero6-swiper-custom {
    left: 50%;
  }
}

.hero-6 .hero6-swiper-custom .swiper-pagination {
  color: #ffffff00;
}

.hero-6 .hero6-swiper-custom .swiper-pagination-total {
  display: none;
}

.hero-6 .hero6-swiper-custom .swiper-pagination-current {
  color: var(--white-color);
  font-size: 48px;
  font-weight: 700;
}

.hero-style6 {
  position: relative;
  padding: 285px 0 284px 0;
  max-width: 1057px;
  display: block;
  text-align: center;
  margin: auto;
  z-index: 4;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .hero-style6 {
    padding: 250px 0 284px 0;
  }
}

@media (max-width: 1199px) {
  .hero-style6 {
    padding: 250px 0 240px 0;
  }
}

@media (max-width: 991px) {
  .hero-style6 {
    text-align: center;
    padding: 140px 0 210px 0;
  }
}

@media (max-width: 480px) {
  .hero-style6 {
    padding: 140px 0 140px 0;
  }
}

@media (max-width: 375px) {
  .hero-style6 {
    padding: 100px 0 115px 0;
  }
}

.hero-style6 .hero-title {
  font-size: 80px;
  line-height: 96px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-top: -1.2rem;
  margin-bottom: 7px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .hero-style6 .hero-title {
    font-size: 74px;
    line-height: 84px;
  }
}

@media (max-width: 1199px) {
  .hero-style6 .hero-title {
    font-size: 64px;
    line-height: 74px;
    margin-top: -1.0rem;
  }
}

@media (max-width: 991px) {
  .hero-style6 .hero-title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .hero-style6 .hero-title {
    font-size: 38px;
    line-height: 48px;
    margin-top: -0.8rem;
  }
}

@media (max-width: 375px) {
  .hero-style6 .hero-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.hero-style6 .hero-text {
  color: var(--white-color);
  font-size: 18px;
  max-width: 599px;
  display: block;
  margin: auto auto 40px auto;
  /* Small devices */
}

@media (max-width: 767px) {
  .hero-style6 .hero-text {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .hero-style6 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.hero6-card .hero-img {
  position: relative;
  z-index: 2;
  height: 120px;
  border-radius: 16px;
}

@media (max-width: 480px) {
  .hero6-card .hero-img {
    border-radius: 0px;
  }
}

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

.hero6-card .hero-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 13, 12, 0.5);
  border-radius: 16px;
}

@media (max-width: 480px) {
  .hero6-card .hero-img:before {
    border-radius: 0px;
  }
}

.hero6-card .hero-img img {
  border-radius: 16px;
}

@media (max-width: 480px) {
  .hero6-card .hero-img img {
    border-radius: 0px;
  }
}

/* hero 7 start --------------------------*/
.hero-7:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(192.5deg, rgba(13, 13, 12, 0.7) 4.1%, rgba(0, 0, 0, 0.3) 96.33%);
  background: linear-gradient(257.5deg, rgba(13, 13, 12, 0.7) 4.1%, rgba(0, 0, 0, 0.3) 96.33%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
}

.hero-style7 {
  padding: 216px 0;
  margin-right: 40px;
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .hero-style7 {
    text-align: center;
    margin: 0;
    padding: 150px 0 40px 0;
  }
}

@media (max-width: 575px) {
  .hero-style7 {
    padding: 100px 0 40px 0;
  }
}

.hero-style7 .hero-title {
  margin-bottom: 42px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .hero-style7 .hero-title {
    font-size: 60px;
  }
}

@media (max-width: 1299px) {
  .hero-style7 .hero-title {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .hero-style7 .hero-title {
    font-size: 40px;
  }
}

@media (max-width: 375px) {
  .hero-style7 .hero-title {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .hero-style7 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.hero-form {
  background: -webkit-linear-gradient(303.52deg, rgba(255, 255, 255, 0.2) 1.3%, rgba(0, 0, 0, 0.1) 117.69%);
  background: linear-gradient(146.48deg, rgba(255, 255, 255, 0.2) 1.3%, rgba(0, 0, 0, 0.1) 117.69%);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 24px;
  padding: 40px;
  margin-left: -26px;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .hero-form {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .hero-form {
    margin: 0 0 80px 0;
  }
}

@media (max-width: 375px) {
  .hero-form {
    padding: 30px 20px;
  }
}

.hero-form .sub-title2 {
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .hero-form .sub-title2 {
    font-size: 18px;
  }
}

.hero-form .sec-title {
  font-size: 28px;
  font-weight: 600;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .hero-form .sec-title {
    font-size: 25px;
  }
}

.hero-form .form-item {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #E1E4E6;
  border-radius: 8px;
  padding: 14px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.hero-form .form-item:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9.00005C18 9.00005 13.5811 15 12 15C10.4188 15 6 9 6 9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 15px;
  right: 20px;
}

.hero-form .form-item label {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin: 0;
}

.hero-form .form-item input {
  max-width: 105px;
}

.hero-form .form-item input,
.hero-form .form-item .nice-select {
  color: var(--white-color);
  height: auto;
  line-height: unset;
  background-color: transparent;
  border-radius: 0;
  border: none;
  font-weight: 400;
  padding: 0;
}

.hero-form .form-item .nice-select {
  min-width: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-form .form-item .nice-select:after {
  display: none;
}

.hero-form .form-item .nice-select option {
  color: var(--title-color);
}

.hero-form .form-item .nice-select option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
}

.hero-form .form-item .nice-select option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.hero-form .form-item .nice-select option:hover,
.hero-form .form-item .nice-select option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.hero-form .form-item .nice-select.open .list {
  border-bottom: 3px solid var(--theme-color);
}

/* hero 5 start ----------------------*/
.hero-8 {
  overflow: visible;
}

.hero-8 .th-hero-image {
  position: absolute;
  top: 0%;
  right: 0%;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .hero-8 .th-hero-image {
    position: relative;
  }
}

.hero-8 .th-hero-image .hero-img {
  width: 969px;
  height: 950px;
  /* Medium Large devices */
  /* Medium Large devices */
}

@media (max-width: 1799px) {
  .hero-8 .th-hero-image .hero-img {
    width: 850px;
  }
}

@media (max-width: 1599px) {
  .hero-8 .th-hero-image .hero-img {
    width: 750px;
  }
}

@media (max-width: 1399px) {
  .hero-8 .th-hero-image .hero-img {
    width: 640px;
  }
}

@media (max-width: 1299px) {
  .hero-8 .th-hero-image .hero-img {
    width: 100%;
    height: 100%;
  }
}

.hero-8 .th-hero-image .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-8 .booking-sec {
  position: absolute;
  width: 100%;
  bottom: 60px;
}

.hero-style8 {
  padding: 233px 0 285px 0;
  max-width: 650px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .hero-style8 {
    max-width: 703px;
  }
}

@media (max-width: 1299px) {
  .hero-style8 {
    text-align: center;
    display: block;
    margin: auto;
    padding: 220px 0 50px;
  }
}

@media (max-width: 991px) {
  .hero-style8 {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-style8 {
    padding: 180px 0 50px;
  }
}

.hero-style8 .sub-title {
  display: block;
}

.hero-style8 .hero-title {
  text-transform: uppercase;
  margin-bottom: 48px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .hero-style8 .hero-title {
    font-size: 60px;
  }
}

@media (max-width: 1299px) {
  .hero-style8 .hero-title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .hero-style8 .hero-title {
    font-size: 40px;
  }
}

@media (max-width: 375px) {
  .hero-style8 .hero-title {
    font-size: 35px;
  }
}

.hero-style8 .hero-text {
  font-size: 18px;
  color: var(--white-color);
  max-width: 703px;
  margin-bottom: 38px;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .hero-style8 .hero-text {
    max-width: 650px;
  }
}

/* hero 8 end ----------------------*/
/* hero 9 start -----------------*/
.hero-9 {
  position: relative;
}

.hero-9 .slider-wrap {
  margin: 0 100px;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .hero-9 .slider-wrap {
    margin: 0 0px;
  }
}

.hero-9 .hero9-wrapp {
  margin-top: -67px;
  position: relative;
  z-index: 2;
  overflow: initial;
  /* Medium devices */
}

@media (max-width: 991px) {
  .hero-9 .hero9-wrapp .container {
    max-width: 100%;
  }
}

.hero-9 .slider-controller {
  position: absolute;
  right: calc(50% - 660px);
  bottom: 0px;
  min-width: 424px;
  height: 98px;
  padding: 0 32px;
  border-radius: 0 24px 0 0px;
  background-color: var(--theme-color);
  z-index: 9;
  margin-top: 0;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1399px) {
  .hero-9 .slider-controller {
    right: calc(50% - 648px);
    bottom: 1px;
  }
}

@media (max-width: 1299px) {
  .hero-9 .slider-controller {
    right: calc(50% - 564px);
    min-width: 342px;
  }
}

@media (max-width: 1199px) {
  .hero-9 .slider-controller {
    right: calc(50% - 472px);
    min-width: 300px;
    height: 167px;
  }
}

@media (max-width: 991px) {
  .hero-9 .slider-controller {
    position: relative;
    bottom: unset;
    top: 0;
    right: 0;
    height: 100px;
    min-width: 100%;
    border-radius: 0;
  }
}

.hero-9 .slider-controller .swiper-pagination-fraction {
  text-align: center;
  color: var(--white-color);
}

.hero-9 .slider-next,
.hero-9 .slider-prev {
  padding: 8px;
  min-width: 32px;
  height: 32px;
  line-height: 20px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  border-radius: 48px;
  padding: 0 0 5px 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero-9 .slider-next:after,
.hero-9 .slider-prev:after {
  display: none !important;
}

.hero-9 .slider-next img,
.hero-9 .slider-prev img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero-9 .slider-next:hover,
.hero-9 .slider-prev:hover {
  background-color: var(--white-color);
}

.hero-9 .slider-next:hover img,
.hero-9 .slider-prev:hover img {
  -webkit-filter: none;
  filter: none;
}

.hero-9 .th-hero-bg {
  border-radius: 0px 40px 40px 40px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .hero-9 .th-hero-bg {
    border-radius: 0;
  }
}

.hero-9 .th-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  border-radius: inherit;
}

.hero-9 .hero-left {
  position: absolute;
  z-index: 2;
  left: -11%;
  top: 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /* Extra large devices */
}

@media (min-width: 1930px) {
  .hero-9 .hero-left {
    left: -8%;
  }
}

@media (max-width: 1699px) {
  .hero-9 .hero-left {
    left: -13%;
  }
}

@media (max-width: 1500px) {
  .hero-9 .hero-left {
    display: none;
  }
}

.hero-style9 {
  padding: 210px 0 340px 0;
  text-align: center;
  max-width: 853px;
  display: block;
  margin: auto;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .hero-style9 {
    padding: 150px 0 265px 0;
  }
}

@media (max-width: 991px) {
  .hero-style9 {
    padding: 130px 0;
  }
}

@media (max-width: 575px) {
  .hero-style9 {
    padding: 100px 0;
  }
}

.hero-style9 .hero-title {
  color: var(--white-color);
  margin-bottom: 35px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .hero-style9 .hero-title {
    font-size: 40px;
  }
}

/* hero 9 end -----------------*/
/* hero 10  start ------------------------ */
.hero-10 .hero3-wrapper {
  margin-top: -195px;
}

.hero-10 .th-hero-bg {
  z-index: 2;
}

.hero-10 .th-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(13, 13, 12, 0.5), rgba(13, 13, 12, 0.5));
  background: linear-gradient(0deg, rgba(13, 13, 12, 0.5), rgba(13, 13, 12, 0.5));
  z-index: -1;
}

.hero-10 .hero10Thumbs {
  position: relative;
  right: 0;
  bottom: 80px;
  max-width: 294px;
  height: 85px;
}

.hero-10 .hero10Thumbs .swiper-slide.swiper-slide-active .hero10-card .hero-img {
  border: 1px solid var(--white-color);
  border-radius: 50%;
}

.hero-10 .hero10Thumbs .swiper-slide.swiper-slide-active .hero10-card .hero-img img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.hero-10 .booking-form {
  padding: 27px 32px;
  margin-top: 0px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .hero-10 .booking-form {
    padding: 18px 32px;
  }
}

.hero-10 .booking-form.style5 {
  /* Medium devices */
}

@media (max-width: 991px) {
  .hero-10 .booking-form.style5 {
    margin-top: 0;
  }
}

.hero-10 .scroll-down {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  position: absolute;
  bottom: 30px;
  right: -50px;
  width: 150px;
  height: 141px;
  text-align: center;
  z-index: 2;
  color: var(--white-color);
}

@media (max-width: 1699px) {
  .hero-10 .scroll-down {
    right: -70px;
    width: 142px;
    height: 10px;
  }
}

@media (max-width: 1699px) {
  .hero-10 .scroll-down {
    display: none;
  }
}

.hero-10 .scroll-down .scroll-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--white-color);
  font-weight: 300;
}

.hero-10 .scroll-down .scroll-wrap span {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
}

.hero-10 .scroll-down .scroll-wrap span img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-bottom: 4px;
}

.hero-10 .hero10-swiper-custom {
  position: relative;
  right: 0;
  bottom: -85px;
  min-width: 425px;
  height: 110px;
  background-color: var(--theme-color);
  z-index: 1;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .hero-10 .hero10-swiper-custom {
    min-width: 390px;
  }
}

@media (max-width: 1299px) {
  .hero-10 .hero10-swiper-custom {
    min-width: 100%;
  }
}

.hero-10 .hero10-swiper-custom .swiper-button-next,
.hero-10 .hero10-swiper-custom .swiper-button-prev {
  /* Large devices */
}

@media (max-width: 1199px) {

  .hero-10 .hero10-swiper-custom .swiper-button-next,
  .hero-10 .hero10-swiper-custom .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 55%);
  }
}

.hero-10 .hero10-swiper-custom .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 32px);
}

.hero-10 .hero10-swiper-custom .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 32px);
}

.hero-10 .hero10-swiper-custom .swiper-pagination-fraction {
  bottom: 26px;
  z-index: 8;
}

.hero-10 .hero10-swiper-custom .swiper-button-next,
.hero-10 .hero10-swiper-custom .swiper-button-prev {
  padding: 8px;
  width: 32px;
  height: 32px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  border-radius: 48px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero-10 .hero10-swiper-custom .swiper-button-next:after,
.hero-10 .hero10-swiper-custom .swiper-button-prev:after {
  display: none !important;
}

.hero-10 .hero10-swiper-custom .swiper-button-next img,
.hero-10 .hero10-swiper-custom .swiper-button-prev img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero-10 .hero10-swiper-custom .swiper-button-next:hover,
.hero-10 .hero10-swiper-custom .swiper-button-prev:hover {
  background-color: var(--white-color);
}

.hero-10 .hero10-swiper-custom .swiper-button-next:hover img,
.hero-10 .hero10-swiper-custom .swiper-button-prev:hover img {
  -webkit-filter: none;
  filter: none;
}

.hero-10 .hero10-swiper-custom .swiper-pagination {
  color: var(--white-color);
}

.hero-10 .hero10-card {
  position: relative;
  z-index: 2;
}

.hero-10 .hero10-card .hero-img {
  position: relative;
  max-width: 82px;
  z-index: 3;
}

.hero-10 .hero10-card .hero-img img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.hero-10 h3 {
  display: none;
}

.hero-10 .hero-booking.style2.booking {
  padding: 27px 32px;
}

.hero-style10 {
  position: relative;
  padding: 210px 0 300px 0;
  z-index: 2;
  text-align: center;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .hero-style10 {
    padding: 150px 0 380px 0;
  }
}

@media (max-width: 767px) {
  .hero-style10 {
    padding: 120px 0 300px 0;
  }
}

.hero-style10 .hero-title {
  color: var(--white-color);
  margin-bottom: 32px;
}

.hero-style10 .hero-title .hero-title2 {
  font-family: var(--style-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 110px;
  color: #F8BC22;
  display: block;
  /* Small devices */
}

@media (max-width: 767px) {
  .hero-style10 .hero-title .hero-title2 {
    font-size: 40px;
    line-height: 70px;
  }
}

/* hero-11 start -------------------------*/
.hero-11 .slider-arrow {
  --pos-x: 60px;
  --icon-size: 64px;
  top: 60%;
  background: rgba(250, 252, 244, 0.5);
  border: 1px solid transparent;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 36px;
  box-shadow: none;
}

.hero-11 .slider-arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.hero-11 .slider-arrow:hover {
  background-color: var(--theme-color);
}

.hero-11 .slider-arrow.slider-next {
  right: var(--pos-x, -120px);
  left: auto;
}

.hero-style11 {
  padding: 296px 0 390px 0;
  text-align: center;
  max-width: 900px;
  display: block;
  margin: auto;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .hero-style11 {
    padding: 200px 0 290px 0;
  }
}

@media (max-width: 575px) {
  .hero-style11 {
    padding: 200px 0 190px 0;
  }
}

.hero-style11 .sub-title {
  font-weight: 400;
  font-size: 78px;
  line-height: 110px;
  color: #F8BC22;
  /* Small devices */
}

@media (max-width: 767px) {
  .hero-style11 .sub-title {
    font-size: 48px;
    line-height: 70px;
  }
}

.hero-style11 .hero-title {
  font-weight: 800;
  font-size: 94px;
  text-transform: capitalize;
  margin-bottom: 30px;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .hero-style11 .hero-title {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .hero-style11 .hero-title {
    font-size: 50px;
  }
}

.booking-form.style7 {
  max-width: 1094px;
  position: relative;
  bottom: 240px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #E9F5F9;
  border: none;
  border-radius: 100px;
  box-shadow: none;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .booking-form.style7 {
    bottom: 160px;
  }
}

@media (max-width: 991px) {
  .booking-form.style7 {
    padding: 20px 40px;
  }
}

@media (max-width: 575px) {
  .booking-form.style7 {
    position: relative;
    bottom: 0;
    overflow: visible;
  }
}

.booking-form.style7 .form-group select,
.booking-form.style7 .form-group .form-control,
.booking-form.style7 .form-group .form-select,
.booking-form.style7 .form-group textarea,
.booking-form.style7 .form-group .nice-select,
.booking-form.style7 .form-group input {
  background-color: transparent;
}

/* hero-12 start ----------------------------------------*/
/* hero-12 start ----------------------------------------*/
.hero-12 {
  margin: 0 80px;
  background-size: 100% 100%;
  overflow: hidden;
}

@media (max-width: 1799px) {
  .hero-12 {
    margin: 0;
  }
}

.hero-12 .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero-12 .th-hero-bg {
  z-index: 2;
  border-radius: 50px;
  overflow: hidden;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .hero-12 .th-hero-bg {
    border-radius: 0;
  }
}

.hero-12 .th-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(left, #113D48 0%, rgba(41, 147, 174, 0) 86%);
  background: linear-gradient(90deg, #113D48 0%, rgba(41, 147, 174, 0) 86%);
  border-radius: inherit;
  z-index: 1;
}

.hero-12 .slider-arrow {
  --pos-x: 120px;
  --icon-size: 64px;
  top: 60%;
  background: rgba(250, 252, 244, 0.5);
  border: 1px solid transparent;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 36px;
  box-shadow: none;
}

@media (max-width: 1799px) {
  .hero-12 .slider-arrow {
    display: none;
  }
}

.hero-12 .slider-arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.hero-12 .slider-arrow:hover {
  background-color: var(--theme-color);
}

.hero-12 .slider-arrow.slider-next {
  right: var(--pos-x, -120px);
  left: auto;
}

.hero-12 .hero12-shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 262px;
  -webkit-mask-image: url("../img/shape/hero-shape1.png");
  mask-image: url("../img/shape/hero-shape1.png");
  background-color: var(--white-color);
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: auto;
  mask-size: auto;
  z-index: 5;
}

.hero-12 .hero12-shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 317.19px;
  -webkit-mask-image: url("../img/shape/hero-shape2.png");
  mask-image: url("../img/shape/hero-shape2.png");
  background-color: var(--theme-color);
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: auto;
  mask-size: auto;
  z-index: 4;
}

.hero-style12 {
  position: relative;
  max-width: 800px;
  padding: 140px 0 460px 0;
  z-index: 3;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .hero-style12 {
    text-align: center;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-style12 {
    padding: 100px 0 420px 0;
  }
}

.hero-style12 .hero-title {
  font-size: 84px;
  text-transform: capitalize;
  color: var(--white-color);
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .hero-style12 .hero-title {
    font-size: 74px;
  }
}

@media (max-width: 767px) {
  .hero-style12 .hero-title {
    font-size: 54px;
  }
}

@media (max-width: 575px) {
  .hero-style12 .hero-title {
    font-size: 44px;
  }
}

.hero-style12 .hero-desc {
  font-weight: 400;
  font-size: 24px;
  color: var(--white-color);
  margin-bottom: 40px;
  /* Small devices */
}

@media (max-width: 767px) {
  .hero-style12 .hero-desc {
    font-size: 18px;
  }
}

/* hero-12 end ----------------------------------------*/
/* hero-13 start ----------------------------------------*/
.hero-13 {
  position: relative;
}

.hero-13 .scroll-down {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  position: absolute;
  top: 30%;
  right: -50px;
  width: 150px;
  height: 141px;
  text-align: center;
  z-index: 2;
  color: var(--white-color);
}

@media (max-width: 1499px) {
  .hero-13 .scroll-down {
    right: -70px;
    width: 142px;
    height: 10px;
  }
}

@media (max-width: 1699px) {
  .hero-13 .scroll-down {
    display: none;
  }
}

.hero-13 .scroll-down .scroll-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--white-color);
  font-weight: 300;
}

.hero-13 .scroll-down .scroll-wrap span {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
}

.hero-13 .scroll-down .scroll-wrap span img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-bottom: 4px;
}

.hero-13-wrapp {
  background-color: var(--title-color);
}

.hero-style13 {
  padding: 130px 0 105px 0;
  max-width: 1013px;
  display: block;
  margin: auto;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .hero-style13 {
    padding: 100px 0 75px 0;
  }
}

.hero-style13 .hero-title {
  font-weight: 800;
  font-size: 74px;
  text-transform: capitalize;
  color: var(--white-color);
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .hero-style13 .hero-title {
    font-size: 64px;
  }
}

@media (max-width: 767px) {
  .hero-style13 .hero-title {
    font-size: 54px;
  }
}

@media (max-width: 375px) {
  .hero-style13 .hero-title {
    font-size: 44px;
  }
}

.hero-style13 .hero-desc {
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color);
  max-width: 710px;
  display: block;
  margin: auto;
}

.booking-form.style9 {
  max-width: 1094px;
  border: none;
  background: #E9F5F9;
  border-radius: 100px;
  padding: 27px 32px;
  box-shadow: none;
  margin-bottom: 277px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .booking-form.style9 {
    margin-bottom: 300px;
  }
}

.booking-form.style9 .form-group .nice-select {
  background-color: transparent;
}

.hero-video-img {
  position: relative;
  margin-top: -230px;
  z-index: 2;
  /* Small devices */
  /* Extra small devices */
}

.hero-video-img.hero13-video-img {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hero-video-img {
    margin-top: -200px;
  }
}

@media (max-width: 575px) {
  .hero-video-img {
    margin-top: -240px;
  }
}

.hero-video-img img {
  width: 100%;
}

.hero-video-img .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.hero-video-img .play-btn:before,
.hero-video-img .play-btn:after {
  border: 1px solid white;
}

.hero-video-img .play-btn>i {
  --icon-size: 120px;
  color: var(--theme-color);
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.59);
  -webkit-backdrop-filter: blur(17.1px);
  backdrop-filter: blur(17.1px);
}

/* hero-13 end ----------------------------------------*/
/* hero-14 start ----------------------------------------*/
.hero-14 {
  background-color: #E9F1EC;
  background-size: 100% 100%;
  overflow: hidden;
}

.hero-14:before {
  content: "";
  position: absolute;
  inset: 0;
  height: 700px;
  background-color: #405749;
}

@media (max-width: 1799px) {
  .hero-14 {
    margin: 0;
  }
}

.hero-14 .th-hero-bg {
  z-index: 2;
  border-radius: 30px;
  margin: 0 80px;
  overflow: hidden;
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
  .hero-14 .th-hero-bg {
    border-radius: 0;
  }
}

@media (max-width: 1199px) {
  .hero-14 .th-hero-bg {
    margin: 0;
  }
}

.hero-14 .th-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0D0D0C;
  opacity: 0.5;
  border-radius: inherit;
  z-index: 1;
}

.hero-14 .slider-arrow {
  --pos-x: 120px;
  --icon-size: 64px;
  top: 60%;
  background: rgba(250, 252, 244, 0.5);
  border: 1px solid transparent;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 36px;
  box-shadow: none;
}

@media (max-width: 1799px) {
  .hero-14 .slider-arrow {
    display: none;
  }
}

.hero-14 .slider-arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.hero-14 .slider-arrow:hover {
  background-color: var(--theme-color);
}

.hero-14 .slider-arrow.slider-next {
  right: var(--pos-x, -120px);
  left: auto;
}

.hero-style14 {
  position: relative;
  padding: 165px 0 223px 0;
  z-index: 3;
  text-align: center;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .hero-style14 {
    text-align: center;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-style14 {
    padding: 100px 0 140px 0;
  }
}

.hero-style14 .sub-title {
  font-weight: 400;
  font-size: 120px;
  color: #F8BC22;
  margin-bottom: -0.4rem;
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .hero-style14 .sub-title {
    font-size: 70px;
  }
}

@media (max-width: 575px) {
  .hero-style14 .sub-title {
    font-size: 50px;
  }
}

@media (max-width: 375px) {
  .hero-style14 .sub-title {
    font-size: 40px;
  }
}

.hero-style14 .hero-title {
  font-weight: 800;
  font-size: 244px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 0;
  /* Extra large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 1500px) {
  .hero-style14 .hero-title {
    font-size: 174px;
  }
}

@media (max-width: 991px) {
  .hero-style14 .hero-title {
    font-size: 130px;
  }
}

@media (max-width: 767px) {
  .hero-style14 .hero-title {
    font-size: 100px;
  }
}

@media (max-width: 575px) {
  .hero-style14 .hero-title {
    font-size: 90px;
  }
}

@media (max-width: 375px) {
  .hero-style14 .hero-title {
    font-size: 60px;
  }
}

.hero-style14 .hero-desc {
  font-weight: 400;
  font-size: 24px;
  color: var(--white-color);
  max-width: 930px;
  display: block;
  margin: auto auto 40px auto;
  /* Small devices */
}

@media (max-width: 767px) {
  .hero-style14 .hero-desc {
    font-size: 18px;
  }
}

.booking-form.style10 {
  max-width: 1094px;
  border: none;
  border-radius: 100px;
  padding: 27px 32px;
  box-shadow: none;
  display: block;
  margin: -60px auto 48px auto;
}

.booking-form.style10 .form-group .nice-select {
  background-color: transparent;
}

/* hero-12 end ----------------------------------------*/
/* hero 13 -------------------------------------------*/
.hero-15 {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 788px) {
  .hero-15 {
    min-height: 80vh;
  }
}

.hero-15 .slick-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

@media (max-width: 788px) {
  .hero-15 .slick-slider {
    min-height: 80vh;
  }
}

.hero-15 .slide {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 368px;
  left: 12%;
  width: 389px;
  height: 466px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1399px) {
  .hero-15 .slide {
    width: 300px;
  }
}

@media (max-width: 1299px) {
  .hero-15 .slide {
    top: unset;
    bottom: 4%;
    height: 300px;
  }
}

@media (max-width: 788px) {
  .hero-15 .slide {
    display: none;
  }
}

.hero-15 .slide:nth-child(3) {
  width: 314px;
  height: 230px;
  top: 70%;
  left: 80%;
  /* Large devices */
}

@media (max-width: 1699px) {
  .hero-15 .slide:nth-child(3) {
    left: 70%;
  }
}

@media (max-width: 1199px) {
  .hero-15 .slide:nth-child(3) {
    left: 65%;
  }
}

@media (max-width: 1299px) {
  .hero-15 .slide:nth-child(3) {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .hero-15 .slide:nth-child(3) {
    left: 60%;
  }
}

@media (max-width: 1699px) {
  .hero-15 .slide {
    left: 3%;
  }
}

.hero-15 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background: -webkit-linear-gradient(bottom, rgba(17, 61, 72, 0.4), rgba(17, 61, 72, 0.4));
  background: linear-gradient(0deg, rgba(17, 61, 72, 0.4), rgba(17, 61, 72, 0.4));
  background-position: 77% 100%;
  background-size: cover;
  border-radius: 24px;
}

.hero-15 .bg-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(17, 61, 72, 0.4), rgba(17, 61, 72, 0.4));
  background: linear-gradient(0deg, rgba(17, 61, 72, 0.4), rgba(17, 61, 72, 0.4));
  z-index: 1;
  border-radius: 24px;
}

.hero-15 .bg-img:after {
  -webkit-transition: visibility .5s;
  transition: visibility .5s;
  content: '';
  visibility: hidden;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(bottom, rgba(17, 61, 72, 0.4), rgba(17, 61, 72, 0.4));
  background: linear-gradient(0deg, rgba(17, 61, 72, 0.4), rgba(17, 61, 72, 0.4));
  z-index: 1;
  border-radius: 24px;
}

.hero-15 .hide {
  font-size: 11px;
}

.hero-15 .hide .hero-style15 {
  margin-left: 300px;
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
  .hero-15 .hide .hero-style15 {
    padding: 250px 0 80px 0;
    margin-left: 80px;
  }
}

@media (max-width: 991px) {
  .hero-15 .hide .hero-style15 {
    padding: 200px 0 80px 0;
    margin: 0 100px;
  }
}

@media (min-width: 567px) {
  .hero-15 .slide:nth-child(1) {
    z-index: 3;
  }

  .hero-15 .slide:nth-child(2) {
    left: 33.33%;
  }

  .hero-15 .slide:hover {
    width: 100%;
    min-height: 100%;
    left: 0;
    z-index: 4;
    top: 0;
    left: 0;
  }

  .hero-15 .slide:hover .bg-img {
    border-radius: 0;
  }

  .hero-15 .slide:hover .bg-img:before {
    border-radius: 0;
  }

  .hero-15 .slide:hover .bg-img:after {
    visibility: visible;
    border-radius: 0;
  }

  .hero-15 .slide:hover .hero-title {
    -webkit-animation-name: MoveText;
    animation-name: MoveText;
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
  }

  .hero-15 .title {
    font-size: 20px;
    display: block;
    text-transform: uppercase;
  }

  @-webkit-keyframes MoveText {
    0% {
      -webkit-transform: translateX(-1000px);
      transform: translateX(-1000px);
    }

    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  @keyframes MoveText {
    0% {
      -webkit-transform: translateX(-1000px);
      transform: translateX(-1000px);
    }

    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  @-webkit-keyframes MoveText2 {
    0% {
      -webkit-transform: translateX(-900px);
      transform: translateX(-900px);
    }

    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  @keyframes MoveText2 {
    0% {
      -webkit-transform: translateX(-900px);
      transform: translateX(-900px);
    }

    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  .hero-15 .hide {
    -webkit-transition: opacity .3s, visibility .3s, ease-in-out;
    transition: opacity .3s, visibility .3s, ease-in-out;
    opacity: 0;
    visibility: hidden;
    height: 0;
    font-size: 0;
  }

  .hero-15 .hide p {
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
    -webkit-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px);
    margin-bottom: 40px;
  }

  .hero-15 .slide:hover .hide {
    opacity: 1;
    visibility: visible;
    height: 100%;
    font-size: 16px;
  }

  .hero-15 .slide:hover p {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .hero-15 .btn-more {
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px);
    padding: 15px 35px;
    font-size: 16px;
  }

  .hero-15 .slide:hover .btn-more {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.hero-slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .hero-slide-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.hero-style15 {
  max-width: 900px;
  padding: 368px 0 269px 0;
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
  .hero-style15 {
    padding: 280px 0 240px 0;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .hero-style15 {
    padding: 200px 0 280px 0;
  }
}

@media (max-width: 788px) {
  .hero-style15 {
    padding: 150px 0 70px 0;
  }
}

.hero-style15 .sub-title {
  font-weight: 400;
  font-size: 48px;
  color: #F8BC22;
}

.hero-style15 .hero-title {
  font-weight: 700;
  font-size: 80px;
  text-transform: capitalize;
  color: var(--white-color);
  /* Large devices */
}

@media (max-width: 1199px) {
  .hero-style15 .hero-title {
    font-size: 60px;
  }
}

@media (max-width: 788px) {
  .hero-style15 .hero-title {
    font-size: 50px;
  }
}

.hero-style15 .hero-title span {
  margin-left: 60px;
  display: block;
}

@media (max-width: 788px) {
  .hero-style15 .hero-title span {
    margin-left: 0;
  }
}

.hero-style15 .hero-desc {
  font-size: 24px;
  color: var(--white-color);
  margin-bottom: 40px;
  margin-left: 60px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .hero-style15 .hero-desc {
    font-size: 18px;
    margin-left: 0;
  }
}

.hero-style15 .btn-group {
  margin-left: 60px;
}

@media (max-width: 788px) {
  .hero-style15 .btn-group {
    margin: 0;
  }
}

/*------------------- 4.9. Error  -------------------*/
.error-img {
  text-align: center;
  min-width: 926px;
  margin-left: -100px;
  /* Medium Large devices */
}

@media (max-width: 1699px) {
  .error-img {
    min-width: 100%;
  }
}

@media (max-width: 1299px) {
  .error-img {
    margin-left: 0;
  }
}

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

.error-text {
  margin-bottom: 35px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.error-subtitle {
  font-size: 28px;
  font-weight: 600;
  /* Large devices */
}

@media (max-width: 1199px) {
  .error-subtitle {
    font-size: 18px;
  }
}

.error-content {
  margin-right: 90px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .error-content {
    margin-right: 0;
  }
}

.error-content .th-btn img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

/* Medium devices */
@media (max-width: 991px) {
  .error-title {
    margin-bottom: 15px;
  }

  .error-img {
    margin-bottom: 30px;
    margin-left: 0;
  }

  .error-text {
    margin-bottom: 25px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .error-title {
    margin-bottom: 10px;
  }
}

/*------------------- 4.00. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--theme-color);
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: var(--theme-color);
}

.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  /* Large devices */
}

@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}

.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: 2px solid var(--theme-color);
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
  color: #fff;
}

.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}

.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::placeholder {
  color: #fff;
}

.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}

.popup-search-box form button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}

.popup-search-box.show form {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.00. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper .th-social a {
  box-shadow: none;
}

.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
  background-color: #fff;
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}

@media (max-width: 450px) {
  .sidemenu-wrapper .sidemenu-content {
    width: 300px;
  }
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content .th-widget-about .footer-info-title {
  color: var(--title-color);
}

.sidemenu-wrapper .sidemenu-content .widget_title {
  color: var(--title-color);
}

.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}

.sidemenu-wrapper .info-box_icon {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*------------------- service page  -------------------*/
/* NEEDS SECTION */
.needs-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  align-items: stretch;
  position: relative;
}

.needs-section .container {
  padding: 0;
  margin: 0;
}

.needs-content {
  flex: 1 1 40%;
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1499px){
  .needs-content{
    padding-left: 5rem;
  }
}

.needs-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.needs-content p {
  font-size: 1.1rem;
  line-height: 1.7;
}

.needs-image-wrapper {
  flex: 1 1 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: end;
}



.needs-image-wrapper img {
  position: relative;
  z-index: 2;
  object-fit: cover;
}

@media (min-width: 1499px) {
  .needs-section {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .needs-grid {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .needs-grid {
    flex-direction: column;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .needs-grid {
    flex-direction: column;
  }

  .needs-section .container {
    padding: 0;
    margin: 0;
  }

  .needs-content {
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
  }

  .needs-image-wrapper {
    width: 100%;
    height: auto;
  }



  .needs-image-wrapper img {
    height: auto;
    object-fit: contain;
  }
}



/* offers section */
.offer-section {
  font-family: "Poppins", sans-serif !important;
  position: relative;
  padding: 4rem 0;
  background: white;
  overflow: hidden;
}


.offer-section-image-container{
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 520px;
}
.offer-section-image-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-section .container,
.info-section .container {
  position: relative;
  text-align: center;
}

.offer-section h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

.offer-subtitle {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}

/* Industries info section  */

.industries.info-section {
  background-color: #F5FFEF;
  padding: 4rem 0;
  align-items: center;
  display: flex;
  justify-content: center;
}

.industries.info-section h2 {
  font-size: 48px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 2rem;
}

.industries .info-subtitle {
  margin-inline: auto;
  width: 95%;
  font-size: 20px;
  margin-bottom: 3rem;
}

.industries .info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.info-content {
  padding: 1.5rem;
  gap: 2rem;
}

.info-content img {
  width: 80px;
  height: 80px;
}

.info-content p {
  width: 60%;
  text-align: left;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .industries .info-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .industries.info-section h2 {
    font-size: 35px;
  }
}

/* Services in service page */

.service-grid {
  display: grid;
  gap: 2rem;
  max-width: 1300px;
  padding: 1em;
  margin-inline: auto;
}

.service-grid {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1200px) {
  .offer-section-image-container {
    height: 58%;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .offer-section-image-container {
    height: 100%;
  }

  .service-grid {
    grid-template-columns: repeat(1, 1fr);
  }

}




.service-card {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: scale(1.03);

  .service-title {
    background: #d8d8d8;
  }
}

.service-page .service-card:hover{
  transform: scale(1);
  .service-title{
    background:  #d8d8d8;
  }
}

.service-image {
  height: 292px;
  background: white;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

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

.service-title {
  height: 107px;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: center;
}

.service-title p {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.3;
}

.orange-bg {
  background-color: #ffb74d;
  transition: all 0.3s ease;
}

.gray-bg {
  background-color: #eeeeee;
}

/* Industries page offer section */
.industries .service-grid {
  grid-template-columns: repeat(2, 1fr);
}



.industries::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 520px;
  background: none;
}

.industries .industry-card {
  height: 292px;
  position: relative;
  transition: all 0.3s ease;
}

.industry-card:hover {
  transform: scale(1.03);
}

.industries .industry-title {
  position: absolute;
  top: 0;
  color: white;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  text-align: left;
  font-weight: 800;
  padding: 30px;
}

.industries .service-image {
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .industries .service-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .industries .industry-title {
    width: 100%;
    height: 100%;
    padding: 20px;
  }
}


/* Spotlight Section */
.spotlight-section {
  background-color: #eeeeee;
  padding: 6rem 0;
}

.spotlight-section h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: bold;
}

.spotlight-section.industries h2 {
  font-size: 48px;
  font-weight: 400;
}

.spotlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  padding: 1em;
}

.blog .spotlight-grid,.blog-grid{
  gap: 2rem;
  row-gap: 3rem;
}


.spotlight-card {
  width: 500px;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  height: 450px;
  transition: all 0.5s ease;
}

.service-page .spotlight-card{
  height: 510px;
}

.blog-card{
  background: white;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  height: 500px;
  transition: all 0.5s ease;
}

.spotlight-card.dark{
  width: 100%;
  position: relative;
  background: #1c1c1e;
  color: white;
}

.spotlight-card.dark h3 {
  font-weight: 200;
}

.spotlight-card.dark.main {
  width: 100%;
}

.spotlight-card:hover {
  scale: 1.02;
}


.spotlight-image {
  position: relative;
  width: 100%;
}

.spotlight-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: left;
  display: block;
}

.spotlight-image.overlay {
  position: relative;
}

.gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.24) 40%, black);
  border-radius: 10px;
}

.spotlight-content {
  padding: 2.2rem;
  padding-bottom: 0.5rem;
}

.industries .spotlight-content{
  padding: 1.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width:768px){
  .spotlight-content {
    padding: 1.5rem;
  }
}
.spotlight-card.dark .spotlight-content {
  position: absolute;
  bottom: 0px;
}


.spotlight-content h3 {
  margin-bottom: 1rem;
  line-height: 1.3;
  font-weight: 200;
}

.spotlight-content h4 {
  margin-bottom: 1rem;
  line-height: 1.3;
  font-weight: 200;
}
.spotlight-content h3.title{
  font-weight: 600;
}

.action-link {
  text-align: right;
  font-size: 1rem;
  font-weight: normal;
}

.action-link a {
  color: #fd6d26;
}

.text-orange {
  font-weight: 700;
  color: #fd6d26;
}


@media screen and (min-width:991px) {

  .spotlight-section .container .row,
  .perspectives-section .container .row {
    padding: 0 2rem;
  }
}



@media screen and (max-width: 1200px) {
  .spotlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .spotlight-card {
    width: 100%;
  }

}

@media screen and (max-width: 768px) {
  .spotlight-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .spotlight-card {
    width: 100%;
  }

  .spotlight-card.dark {
    width: 100%;
  }
}

/* Blog-page */
.blog-hero{
  background:url('../img/BlogPage/blogBanner.jpg') no-repeat;
  background-size: cover;
  background-position: left;
}

.blog-banner-image{
  width: 100%;
  height: 100%;
  position: absolute;
  height: 100%;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
}

.filter-dropdown {
  width: 100%;
  padding: 10px 40px 10px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: white;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  cursor: pointer;
}

.custom-select-wrapper::after {
  content: "▼"; /* Unicode solid down arrow */
  font-size: 20px;
  color: black;
  position: absolute;
  top: 50%;
  right: 15px;
  pointer-events: none;
  transform: translateY(-50%);
}



.blog-banner-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card{
  background-color: white;
  height: 420px;
  position: relative;
}

.blog-image{
  height: 200px;
}

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

.blog-card .blog-content{
  padding: 2rem;
  color: black;
  position: absolute;
  top: 200px;
}

.blog-card .blog-content h3{
  font-size: 25px;
  font-weight: 400 !important;
  line-height: 32px;
}

.blog-card .action-link{
  position: absolute;
  bottom: 10px;
  right: 20px;
  margin-bottom: 0;
  color: #FD6D26;
}

.blog-card .blog-date{
  background-color: #FD6D26;
  color: white;
  position: absolute;
  right: 0px;
  padding: 10px 15px;
  top: 20px;
  font-weight: 700;
  border-radius: 10px 0px 0px 10px;
}

/* .blog-card:hover{
  scale: 1.01;
  box-shadow: 5px 5px 10px rgb(0,0,0,0.2);
} */

.blog-card .blog-image{
  overflow: hidden;
}

.blog-card .blog-image img {
    transition: all 0.5s ease;
    width: 100%;
    display: block;
}

.blog-card:hover .blog-image img {
    transform: scale(1.1);
    filter: brightness(0.5);
}



.service-page .spotlight-grid{
  gap: 2rem;
}

.service-page .blog-card {
  /* width: 400px; */
  background: white;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}



.service-page .blog-card{
  background: white;
  overflow: hidden;
  border-radius: 0;
  background-color: white;
  height: 460px;
  transition: all 0.5s ease;
}
.service-page .blog-image{
  height: 300px;
}

.service-page .blog-card .blog-content{
  text-align: center;
  top: 290px;
  padding: 2em 1em;
}

.service-page .blog-card .blog-content h3{
  display: -webkit-box;
    -webkit-line-clamp: 3;       /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width:1299px){
  .blog-card .blog-content h3{
    font-size: 20px;
  }
}




@media (max-width:576px){
  .service-page .blog-card .blog-content{
    text-align: left;
  }
  .service-page .blog-card .blog-content h3{
    font-size: 20px;
  }
}

@media (max-width:768px){
.service-page .blog-card{
      height: 450px;
  }
}

@media (max-width:991px){
  .service-page .spotlight-grid{
    padding: 1em;
  }
  .service-page .blog-card{
    width: 100%;
  }
}

/* Industries page spotlight section */

.spotlight-section.industries {
  background-color: #eeeeee;
  padding: 6rem 0;
}


.spotlight-section.industries .spotlight-grid {
  gap: 1rem;
}

/* Why Choose Section */
.why-choose-section {
  position: relative;
  height: 450px;
  padding: 6rem 5rem;
  color: white;
}

.why-choose-section .image-container{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.why-choose-section .image-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}
.why-choose-section h2 {
  width: 70%;
  font-family: 'Poppins';
  font-size: 36px;
  color: #fd6d26;
  margin-bottom: 2rem;
  font-weight: bold;
}

.why-choose-section p {
  font-family: 'Poppins';
  font-size: 24px;
  max-width: 905px;
  line-height: 1.4;
  font-weight: 200;
}

.why-choose-section.industries {
  height: 450px;
  padding: 6rem 6rem;
  color: white;
}

.why-choose-section.industries p {
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .why-choose-section.industries p {
    font-size: 20px;
  }

  .why-choose-section.industries {
    padding: 3rem 2rem;
  }
}

@media screen and (max-width: 768px) {
  .why-choose-section {
    padding: 2rem 1rem;
    height: fit-content !important;
  }

  .why-choose-section h2 {
    font-size: 25px;
    /* margin-bottom: 0; */
  }

  .why-choose-section p {
    font-size: 18px;
  }

  .why-choose-section.industries p {
    font-size: 14px;
  }

}

/* Perspectives Section */
.perspectives-section {
  padding: 4rem 0;
  padding-bottom: 8rem;
  background: white;
}

.case-study.perspectives-section{
  background-color: #D9D9D9; 
  padding-bottom:200px
}

.perspectives-section.blog{
  padding-bottom: 200px;
}



.perspectives-section h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 400;
}

.perspective-section.industries h2 {
  font-size: 48px;
  font-weight: 400;
}

.perspectives-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 4rem;
}

.perspective-card {
  border: 1px solid black;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  height: 450px;
  transition: all 0.5s ease;
}


.perspective-card.dark {
  position: relative;
  padding: 25px;
  background: #fffdfd;
  color: rgb(5, 5, 5);
  transition: all 0.5s ease;
}



.perspective-card.dark:hover,
.perspective-card:hover {
  cursor: pointer;
  background: #1c1c1e;
  scale: 1.04;
  color: rgb(255, 255, 255);
}

.perspective-image img {
  width: 100%;
  height: auto;
  display: block;
}

.right-img {
  height: 40%;
}

.right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.perspective-content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.perspective-content.left {
  padding: 2em;
}

.date {
  color: #ff3131;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.perspective-content h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  line-height: 1.3;
  font-weight: 500;
}

.description {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-weight: normal;
}

.bottom-description {
  padding-right: 2em;
  position: absolute;
  bottom: 20px;
}

.perspective-card .action-link{
  color: #fd6d26;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .spotlight-grid {
    gap: 2rem;
  }

  .spotlight-card {
    width: 100%;
  }

  .spotlight-card.dark {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .perspectives-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .perspective-card {
    width: 100% !important;
  }

}

@media screen and (max-width: 768px) {
  .perspectives-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .perspective-card.main {
    height: fit-content;
  }

  .perspective-card {
    width: 100%;
  }

  .perspective-card.dark {
    width: 100%;
  }
}

@media screen and (max-width: 567px) {
  .perspectives-grid {
    padding: 2em;
  }

  .perspectives-section h2,
  .spotlight-section h2,
  .offer-subtitle {
    margin-bottom: 0px;
  }
}

/* -------------------------------- services section -------------------------------- */
.services {
  padding: 6em 0;
  border-radius: 0 0 50px 50px;
}

.services .page-text {
  text-align: center;
  margin-bottom: 50px;
}

.page-content {
  display: grid;
  grid-gap: 1.2rem;
  padding: 1rem;
  max-width: 1300px;
  margin: 0 auto;
  font-family: var(--font-sans);
}

.page-content .content .icon {
  display: none;
}

.page-content .card .title {
  text-transform: capitalize !important;
}

@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .page-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

@media (min-width: 760px) {
  .card {
    height: 380px;
  }
}

.card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}

.card:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.4) 40.7%, rgba(0, 0, 0, 0.5) 50.1%, rgba(0, 0, 0, 0.51) 31.2%, rgba(0, 0, 0, 0.52) 39.4%, rgba(0, 0, 0, 0.53) 46.6%, rgba(0, 0, 0, 0.55) 53.1%, rgba(0, 0, 0, 0.6) 58.9%, rgba(0, 0, 0, 0.61) 64.3%, rgba(0, 0, 0, 0.62) 69.3%, rgba(0, 0, 0, 0.63) 74.1%, rgba(0, 0, 0, 0.64) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.790) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}

.card:hover {
  .icon {
    display: block;
    margin-bottom: 10px;
  }
}

@media (hover: none){
  .card:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background-size: cover;
    background-position: 0 0;
    transition: transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
  }
  .services .page-content .content .icon{
    display: none;
  }
}

@media (max-width:1199px){
  .card:before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 0 0;
    transition: transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
  }
  .card .content .icon{
    display: none;
  }
  .card{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-content .card .title{
    width: 90%;
  }
}

@media (max-width:991px){
  .page-content .card .title{
    width: 100%;
  }
}

.what-we-offer .page-content .card .btn{
  text-transform: none !important;
  font-size: 13px !important;
  margin-top: 10px;
}

.card:nth-child(1):before {
  background-image: url(../img/Services/Service-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card:nth-child(2):before {
  background-image: url(../img/Services/Service-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card:nth-child(3):before {
  background-image: url(../img/Services/Service-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card:nth-child(4):before {
  background-image: url(../img/Services/Service-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card:nth-child(5):before {
  background-image: url(../img/Services/Service-5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card:nth-child(6):before {
  background-image: url(../img/Services/Service-6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card:nth-child(7):before {
  background-image: url(../img/Services/Service-7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card:nth-child(8):before {
  background-image: url(../img/Services/Service-8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
  margin-top: 0.5rem;
}

.content>*+* {
  margin-top: 1rem;
}

.title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width:1299px) {
  .title {
    font-size: 23px;
  }
}

.copy {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}

.btn {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: #fd6d26;
  border: none;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  background-color: #0d0d0d;
  color: white;
  border: 2px solid #fd6d26;
}

.btn:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}

.page-header span {
  color: #fd6d26;
}

.page-header {
  margin-bottom: 1.5rem;
  text-align: center;
}

.page-header .page-text {
  font-weight: 500;
  font-size: 15px;
  color: #767676;
}

.page-header h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #05386B;
  text-align: center;
}

.page-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.page-header h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #fd6d26;
  bottom: 0;
  left: calc(50% - 20px);
}

@media (hover: hover) and (min-width: 600px) {
  .card:after {
    transform: translateY(0);
  }

  .content {
    transform: translateY(calc(100% - 4.5rem));
  }

  .content>*:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .card:hover,
  .card:focus-within {
    align-items: center;
  }

  .card:hover:before,
  .card:focus-within:before {
    transform: translateY(-4%);
  }

  .card:hover:after,
  .card:focus-within:after {
    transform: translateY(-50%);
  }

  .card:hover .content,
  .card:focus-within .content {
    transform: translateY(0);
  }

  .card:hover .content>*:not(.title),
  .card:focus-within .content>*:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

  .card:focus-within:before,
  .card:focus-within:after,
  .card:focus-within .content,
  .card:focus-within .content>*:not(.title) {
    transition-duration: 0s;
  }
}
.card .content .icon{
  width: 120px;
  height: 120px;
}

.card .content .icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* about section ------------------------ */

.section_all {
  position: relative;
  padding-bottom: 6rem;

}

.section_all .img_about {
  width: 100%;

}


.section-title {
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.section-subtitle {
  letter-spacing: 0.4px;
  line-height: 28px;
}

.section-title-border {
  background-color: #000;
  height: 1 3px;
  width: 44px;
}

.section-title-border-white {
  background-color: #fff;
  height: 2px;
  width: 100px;
}

.text_custom {
  color: #fd6d26;
  font-weight: 700;
  font-size: 18px;
}

.about_icon i {
  font-size: 22px;
  height: 65px;
  width: 65px;
  line-height: 65px;
  display: inline-block;
  background: #fff;
  border-radius: 35px;
  color: #00bd2a;
  box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}

.about_header_main .about_heading {
  max-width: 450px;
  font-size: 30px;
  font-weight: 800;
}

.about_icon span {
  position: relative;
  top: -10px;
}

.about_content_box_all {
  padding: 28px;
}


/* --------------------- animations ----------------------- */

.ripple-animation3,
.counter-card .counter-shape:after,
.counter-item .counter-shape:after {
  -webkit-animation-duration: var(--ripple-ani-duration);
  animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple3;
  animation-name: ripple3;
}

@-webkit-keyframes ripple3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(2.9);
    transform: scale(2.9);
    opacity: 0.2;
  }
}

@keyframes ripple3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(2.9);
    transform: scale(2.9);
    opacity: 0.2;
  }
}

/*------------------- 4.00. Counter  -------------------*/
/* counter-card start -----------------------*/
.counter-area {
  padding: 120px 0 200px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/fastFactsbg.jpg);
}

.counter-card {
  position: relative;
  background-color: #00000037;
  border: 2px solid rgba(255, 255, 255, 0.235);
  padding: 80px 28px;
  height: 264px;
  display: block;
  margin: auto;
  text-align: center;
  border-radius: 15px;
  z-index: 2;
  margin-top: 50px;
}

.counter-card.style2 {
  margin-top: 25px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .counter-card.style2 {
    margin: 50px auto 25px auto;
  }
}

.counter-card.style3 {
  margin: 25px 0 25px 0;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .counter-card.style3 {
    margin: 25px auto 25px auto;
  }
}

@media (max-width: 767px) {
  .counter-card.style3 {
    display: block;
    margin: 25px auto 25px auto;
  }
}

.counter-card_wrapp {
  /* Small devices */
}

@media (max-width: 767px) {
  .counter-card_wrapp:not(:first-child) {
    margin: 0px auto 0px auto;
  }
}

@media (max-width: 1199px) {
  .counter-card {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .counter-card {
    width: 250px;
    height: 250px;
    padding: 81px 28px;
    margin-top: 150px;
  }
}

@media (max-width: 575px) {
  .counter-card {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .counter-card .counter-shape {
    width: 290px;
    height: 290px;
    inset: -20px;
  }
}

.counter-card .counter-shape span {
  position: absolute;
  top: unset;
  bottom: 55px;
  right: 15px;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 5px;
  background-color: #fd6e261b;
  z-index: 2;
  /* Small devices */
}

@media (max-width: 767px) {
  .counter-card .counter-shape span {
    bottom: 51px;
    right: 13px;
  }
}

.counter-card .counter-shape:after,
.counter-card .counter-shape:before {
  content: "";
  position: absolute;
  bottom: 20%;
  right: 7%;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  box-sizing: content-box;
  background-color: #fd6d26;
}

.counter-card .counter-shape:after {
  background-color: #fd6d26;
}

.counter-card-wrap {
  margin: 50px 0 25px 0;
  /* Large devices */
}

@media (max-width: 1199px) {
  .counter-card-wrap {
    margin: 0;
  }
}

.counter-card-wrap:nth-child(even) {
  /* Extra small devices */
}

@media (max-width: 575px) {
  .counter-card-wrap:nth-child(even) {
    margin: 70px 0 50px 0;
  }
}

.counter-card-wrap:nth-child(even) .counter-card {
  margin-top: 0px;
}

.counter-card-wrap:nth-child(even) .counter-card .counter-shape span {
  top: 24px;
  right: 43px;
  /* Small devices */
}

@media (max-width: 767px) {
  .counter-card-wrap:nth-child(even) .counter-card .counter-shape span {
    top: 22px;
    right: 39px;
  }
}

.counter-card-wrap:nth-child(even) .counter-card .counter-shape:before,
.counter-card-wrap:nth-child(even) .counter-card .counter-shape:after {
  bottom: unset;
  top: 10%;
  right: 16%;
}

.counter-card .box-number {
  font-weight: 700;
  /* font-size: 36px !important; */
  line-height: 60px;
  text-transform: capitalize;
  color: var(--black-color2);
  margin-bottom: 7px;
}

.counter-card .counter-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: var(--black-color2);
}

.counter-card:hover .counter-shape {
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}

.counter-card-wrap.style2 {
  margin: 25px 0 25px 0;
}

.counter-sec2 {
  position: relative;
  z-index: 1;
}

.counter-area .media-body h6 {
  font-size: 24px;
  color: white;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 400;
}

.counter-area.fast-facts h2{
  color: white;
  font-weight: 400;
}

.counter-card h3 span,.counter-card h3{
  color: #ffc247 !important;
  font-weight: 700;
  font-size: 60px !important;
  margin-bottom: 10px !important;
}
.counter-card{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  width: 220px;
  height: 220px;
  padding-top: 30px;
}

.fast-facts .container .d-flex div{
  margin-inline: auto;
}

.fast-facts .d-none{
  /* display: block !important; */
  opacity: 0 !important;
  transform: translateY(20px);
  transition: all 1s ease-in-out;
}

/* .media-body{
  margin-top: 80px;
} */
.fast-facts .counter-card:hover{
  .counter-title{
    display: none;
  }
  .media-body{
    margin-top: 10px;
  }
  .hover-block{
    transition: all 1s ease-in-out;
    transform: translateY(0px);
    font-size: 14px;
    opacity: 1 !important;
    font-family: "Poppins";
    color: white !important;
    display: block !important;
  }
}

.fast-facts .d-flex{
  flex-wrap: wrap;
  gap: 10px;
}

.roundedSquare{
  width: 100%;
  position: absolute;
  /* filter: invert(1); */
}
.roundedSquare svg{
  width: 100%;
}

.roundedSquare img{
  top: 0;
  filter: invert(1);
  width: 100%;
}

.roundedSquare svg.smallScreens{
  display: none;
}

.roundedSquare svg.largeScreens{
  display: none;
}

@media (max-width:768px){
  .roundedSquare img.largeScreens, svg.largeScreens{
    display: none;
  }

  .roundedSquare svg.smallScreens{
    width: 100.4vw;
    height: auto;
    display: block;
  }
}

.roundedSquare.top-banner{
  top: -10px;
}

/* counter-card end -----------------------*/


/*------------------- 3.4. shape -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;

}

.shape-mockup img {
  width: 50px;
}

@media (max-width: 1600px) {
  .shape-mockup {
    display: none !important;
  }
}

.shape-mockup.z-index-3 {
  z-index: 3;
  pointer-events: none;
}

.shape-mockup.z-index-1 {
  z-index: 1;
  pointer-events: none;
}

.shape-mockup .svg-img {
  height: 110px;
  width: 110px;
}

.shape-mockup.hero_wrap {
  z-index: 1;
}

@media (max-width: 1599px) {
  .shape-mockup.hero_wrap {
    display: none !important;
  }
}

.shape-mockup.shape1 {
  -webkit-animation: cloudAni 10s linear infinite;
  animation: cloudAni 10s linear infinite;
}

@media (max-width: 1599px) {
  .shape-mockup.shape1 {
    display: none !important;
  }
}

.shape-mockup.shape2 {
  -webkit-animation: cloudAni 15s linear infinite;
  animation: cloudAni 15s linear infinite;
}

@media (max-width: 1599px) {
  .shape-mockup.shape2 {
    display: none !important;
  }
}

.shape-mockup.shape3 {
  -webkit-animation: cloudAni 20s linear infinite;
  animation: cloudAni 20s linear infinite;
}

@media (max-width: 1599px) {
  .shape-mockup.shape3 {
    display: none !important;
  }
}

@media (max-width: 1599px) {
  .shape-mockup.about-shape3 {
    display: block !important;
  }
}

.cta {
  height: 50vh;
  padding: 50px 0;
  margin-top: 100px;
  background-repeat: no-repeat;
  background-size: auto;
}

/* ---------------------------------------- Testimonials ---------------------------------------- */


.testi-area .swiper-slide {
  background-color:#F6F6F6;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.testi-area .swiper-slide blockquote{
  opacity: 0.5;
}

.testi-area .swiper-slide{
  height: 290px !important;
  width: 30% !important;
  margin-top: auto;
  margin-bottom: auto;
  box-shadow: 0px 0px 10px #a5a5a525;
  margin-left: 15px;
  margin-right: 10px !important;
}

.testi-area .swiper-slide-active{
  height: 350px !important;
  width: 40% !important;
  box-shadow: 0px 0px 10px #a5a5a5d0;
}
.testi-area .swiper-slide-active blockquote{
  opacity: 1;
}
.testi-area .swiper-slide blockquote p{
  margin-top: 10px;
  font-size: 12px;
  padding: 20px 0;
}
.testi-area .swiper-slide-active blockquote p{
  margin-top: 0;
  font-size: 16px;
  padding: 40px 10px;
}
.testi-area .swiper-slide-active blockquote svg{
  width: 500px;
  height: 40px;
}

@media (max-width:992px){
  .testi-area .swiper-slide-active{

    width: 100 !important;
  }
  .testi-area .swiper-slide{
    width: 100% !important;
    margin-right: 5px !important;
  }

}

@media (max-width: 767px) {
  .testimonial-sliders {
    width: 50% !important;
  }
}

.testi-area .swiper-slide h3,
.testi-area .swiper-slide span,
.testi-area .swiper-slide p {
  color: #000000;
}

blockquote svg {
  color: #fd6d26;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}

.testi-area .swiper-slide h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.testi-area .swiper-slide p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
}

.testi-area {
  padding-bottom: 100px;
}


@media (max-width:1199px){
  .testi-area .swiper-slide p{
    font-size: 12px !important;
  }
  .testi-area .swiper-slide h3 {
    font-size: 15px !important; 
  }
  .testi-area .swiper-slide-active p{
    font-size: 16px !important;
  }
  .testi-area .swiper-slide-active h3 {
    font-size: 18px !important; 
  }

  .testi-area .swiper-slide blockquote{
    opacity: 0.1;
  }
  .testi-area .swiper-slide-active blockquote{
    opacity: 1;
  }
}
@media (max-width:768px){
  .testi-area .swiper-slide{
    height: 350px !important;
    padding: 10px 15px;
  }

  .testi-area .swiper-slide svg{
    margin-top: 10px;
  }
  .testi-area .swiper-slide p{
    margin-top: -10px;
    font-size: 15px !important;
  }
  .testi-area .swiper-slide h3 {
    font-size: 15px !important; 
  }
}

.testi-area {
  margin-top: -50px;
  padding-top: 5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  
  /* background : url(../img/testiBg.jpg) !important; */
  /* background-image: url("https://images.pexels.com/photos/927022/pexels-photo-927022.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"); */
}

.testi-bgImage{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}

.testi-bgImage img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}

.testi-area .testi-card_text{
  font-style: italic;
}

.testi-area blockquote{
  height: fit-content;
}

.testi-area .swiper-slide .testi-card_wrapper{
  position: absolute;
  bottom: 0 !important; 
  width: 100%;
  left: 0;
}

.testi-area .testi-card_profile{
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FCFCFC;
  height: 80px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  padding: 0px 15px;
  padding-top: 10px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.testi-area .swiper-slide .testi-card_profile .box-title{
  font-size: 14px !important;
  font-weight: 400;
  text-align: center;
}
.testi-area .swiper-slide-active .testi-card_profile .box-title{
  font-size: 18px !important;
  font-weight: 600;
  text-align: center;
}

@media (max-width:768px){
  .testi-area .swiper-slide-active .testi-card_profile .box-title{
    font-weight: 700;
    font-size: 15px !important;
  }
  .testi-area .swiper-slide blockquote p{
    font-size: 10px;
    margin-top: 0;
  }
}


.slider-prev {
  color: #fd6d26;

}

.slider-next {
  color: #fd6d26;

}


/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 1600px) {
  .shape-mockup {
    display: none !important;
  }
}

.shape-mockup.z-index-3 {
  z-index: 3;
  pointer-events: none;
}

.shape-mockup.z-index-1 {
  z-index: 1;
  pointer-events: none;
}

.shape-mockup .svg-img {
  height: 110px;
  width: 110px;
}

.shape-mockup.hero_wrap {
  z-index: 1;
}

@media (max-width: 1599px) {
  .shape-mockup.hero_wrap {
    display: none !important;
  }
}



/*------------------- 4.00. Brand  -------------------*/
/* brand box start --------------------*/
.brand-area {
  padding: 100px 0;
  background-color: #dcdcdc49;
}

.brand-area .client {}

.brand-area .th-container {
  --main-container: 1648px;
}

.brand-area .swiper{
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}

.brand-area .th-container .swiper-slide {
  margin: 50px 0;
}

.brand-box {
  width: 200px;
  height: 100px;
  overflow: hidden;
  margin: auto;
  position: relative;
  display: block;
}

.brand-box:hover a img.gray {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.brand-box:hover a img.original {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.brand-box img {
  margin: 0 auto;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (max-width:768px){
  .brand-box{
    width: 100%;
  }
  .brand-area .th-container .swiper-slide {
    margin: 5px 0;
  }
}

.brand-box img.gray {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.brand-box img.original {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.brandSlider1 .swiper-pagination-bullets .swiper-pagination-bullet{
  height: 2px;
  opacity: 0.4;
  border-radius: 0;
  width: 40px;
}
.brandSlider1 .swiper-pagination-bullets .swiper-pagination-bullet-active{
  opacity: 1;
}

.brand-next,.brand-prev{
  color: black;
}

.brand-next.swiper-button-next:after,.brand-prev:after{
  color: black !important;
}


#blog-sec {
  padding-bottom: 10rem;
}
#blog-sec.case-studies{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#blog-sec .slider-area {
  padding-top: 20px;
}

#blog-sec .card .title {
  margin-top: 3rem;
}
#blog-sec.case-studies .swiper-slide{
  padding: 0 0.5em;
}



#blog-sec .buttons {
  margin-top: 3rem;
  align-items: center;
  display: flex;
  justify-content: center;

}

#blog-sec .buttons .button {
  background-color: #ffffff00;
  height: 3.9em;
  border: 2px solid #fd6d26;
  border-radius: 11px;
  text-align: right;
  transition: all 0.6s ease;
}

#blog-sec .buttons .button:hover {
  background-color: #fd6d26;
  border: 2px solid white;
}

/* ----------------------------------------- animated button ----------------------------------------- */
.button {
  background-color: #ffffff;
  color: #000000;
  height: 3.2em;
  border: #000000 2px solid;
  border-radius: 10px;
  text-align: right;
  transition: all 0.6s ease;
}

.button:hover {
  background-color: #fd6d26;
  cursor: pointer;
  color: white;
  border: #ffffff 2px solid;
}

.button svg {
  width: 1.6em;
  transition: all 0.6s ease;
}

.button:hover svg {
  fill: white;
  transform: translateX(5px);
}

.text {
  margin: 0 1.5em;
  font-weight: 700;
  width: fit-content !important;
}

/* ------------------------- case study ------------------------- */
.case-study-hero{
  width: 100%;
  background-color: #eef0ff;
}
.case-studies-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 60px;
  max-width: 1440px;
  height: 80vh;
  overflow: hidden;
  margin-inline: auto;
}

.case-studies-left {
  z-index: 99;
  flex: 1;
}

.case-title {
  font-size: 52px;
  font-weight: bold;
  color: #f26b3a; /* orange color */
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}


.case-subtitle {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}

.case-filters {
  width: 25%;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  gap: 15px;
}


.filter-dropdown {
  padding: 8px 8px;
  border: 2px solid #f26b3a;
  border-radius: 5px;
  font-size: 16px;
  background: white;
  color: #333;
}

.search-bar {
  position: relative;
}

.search-input {
  width: 100%;
  padding: 8px 8px;
  border: 2px solid #f26b3a;
  border-radius: 5px;
  font-size: 16px;
}

.search-button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
}

.case-studies-right {
  flex: 1;
  display: flex;
  justify-content: center;
  position: absolute;
  right: -20%;
  top: -10px;
}

.case-image {
  width: 75%;
  object-fit: cover;
}

@media (max-width:768px){
  .case-filters{
    width: 100%;
  }
  .case-title{
    text-shadow: 1px 1px 1px black;
  }
  .case-subtitle{
    color: white;
    text-shadow: 1px 1px 5px black;
  }
  .case-title{
    font-size: 48px;
  }
  .case-image{
    width: 100%;
  }
  .case-studies-right{
    bottom: -10%;
    right: 0px;
    top: 0px;
  }
}

#blog-sec.insights-section .th-slider.has-shadow{
  padding-right:10px;
  padding-left: 10px;
}

@media (min-width:1600px){
  .case-studies-container {
    overflow-x: visible;
  }

}

.case {
  padding: 100px 0;
  background-color: #dcdcdc49;
  padding-bottom: 10px;
}

.case .slider-area .swiper-slide {
  border-right: 2.5px dotted #0000009a;
  height: 25rem;
}




.case .slider-area .blog-box {
  margin-right: 24px;
  padding: 15px;
  border-radius: 10px;
  height: 420px;
}


@media (max-width:768px){
  .case .slider-area .swiper-slide{
    border-right: none;
  }
  .case .slider-area .blog-box{
    padding: 20px;
    height: fit-content;
  }
}

.case .slider-area .blog-box img {
  width: 100%;
  height: 8rem;
  object-fit: cover;
  border-radius: 10px;
}

.case .slider-area .blog-box .blog-meta a {
  margin-top: 10px;
  font-size: 12px;
  color: #fd6d26;
}

.case .slider-area .blog-box h3 a {
  font-size: 18px;
  font-weight: 700;
  color: black;
  line-height: normal;
}

.case .slider-area .blog-box p {
  font-size: 14px;
  color: #767676;
  margin-top: 10px;
}

.case .slider-area .blog-box .read-more {
  text-align: right;
  color: #fd6d26;
  font-size: 13px;
  font-weight: 700;
}

.case .slider-area .blog-box:hover {
  background-color: rgb(57, 57, 57);
}

.case .slider-area .blog-box:hover h3 a {
  color: #ffffff;
}

.case .slider-area .blog-box:hover p {
  color: #ffffff;
}

.case .slider-info .slider-info-header h3 {
  font-size: 25px;
  font-weight: 400;
}

.case .slider-info {
  padding-top: 5rem;
}

.case .slider-info .slider-info-content p {
  font-size: 15px;
  font-weight: 400;
  margin-top: 25px;
}

.case .swiper-pagination-bullet,
.testiSlider1 .swiper-pagination-bullet,
.case-studies .swiper-pagination-bullet {
  width: 40px;
  border-radius: 0px;
  height: 1px;
}

.blog-box_content{
  margin-top: 10px;
}

@media (max-width:768px){
  .testiSlider1 .swiper-pagination-bullet{
    width: 30px;
  }
}

.case button,
.case-studies .button {
  background-color: white;
  border: 2px solid #fd6d26;
  color: black;
}

.case button:hover,
.case-studies .button:hover {
  border: 2px solid white;
  color: white;
}

.case-studies .swiper{
  padding: 0 10px;
}


.case-studies .swiper-slide {
  margin-right: 24px !important;
}

@media screen and (max-width: 768px) {
  .case-studies .swiper-slide {
    margin-right: 20px !important;
  }

  .case .container .row .col-4 {
    width: 100%;
  }

  .case .container .row .col-8 {
    width: 100%;
  }
}

@media screen and (max-width: 567px) {
  .case .slider-info {
    padding-left: 2em;
  }
}

/* ----------------------------- footer ----------------------------- */

.footer-top {
  position: absolute;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  width: 60%;
  padding: 10px;
  background: linear-gradient(86.9deg, #EC6624, #FF3131);
  padding-top: 2rem;
  margin-bottom: -7rem;
  z-index: 9 !important;
  color: white;
  left: 50%;
  transform: translateX(-50%);
  top: -120px;
}

.footer-top h3,
.footer-top p {
  text-align: center;
}

.footer-top .subtitle {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 16px;
}

.footer-top .widget_title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

.footer-top .buttons {
  margin-top: 1rem;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: -2rem;
}

.footer-top .buttons .button {
  background-color: white;
  color: black;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
}

.footer-top .buttons .button:hover {
  background-color: #fd6d26;
  border: 2px solid white;
  color: white;
}

.footer-top h3 {
  font-size: 28px;
  font-weight: 700;
}

.footer-top p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 2px;
}

footer {
  background-image: linear-gradient(88.3deg, rgb(0, 0, 0, 0.9) 46.4%, rgba(0, 0, 0, 0.8) 109.9%), url('https://images.pexels.com/photos/443383/pexels-photo-443383.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 5rem;
}

footer .about-logo a img {
  width: 20rem;
  cursor: pointer;
  margin-left: -1.5rem;
}

footer .newsletter-area h2 {
  text-align: right;
  color: #fd6d26;
}

footer .newsletter-area h2 svg {

  color: #ffffff;
  width: 30px;
  height: 30px;
  padding: 2px;
  border-radius: 3px;
  margin-right: 3px;
  border: 1px solid rgba(255, 255, 255, 0.663);
  margin-bottom: 10px;
}

footer h3 {
  color: #fd6d26;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

footer a {
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 400;
  padding: 0 !important;
}


footer a span {
  color: #fd6d26;
  cursor: pointer;
}

footer .copyright-wrap {
  background-color: #fd6d26;
}

footer .copyright-wrap .copyright-text {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}

footer .copyright-wrap .copyright-text a {
  color: #000000;
}

footer .copyright-wrap .footer-card span {
  color: #000000;
}

footer a:hover {
  color: #fd6d26;
  cursor: pointer;
}

footer .newsletter-area h2 svg:hover {
  color: #fd6d26;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .footer-top .widget_title {
    font-size: 20px;
  }

  .footer-top p {
    font-size: 16px;
  }

  .footer-top .subtitle {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 576px) {
  .footer-top {
    width: 100%;
  }
}

.footer ul.menu{
  list-style: none;
}

.footer ul.menu li a{
  padding: 0 !important;
}



/* case study page */

.case-study-section {
  background-color: #eeeeee;
  padding: 5rem 0;
}

.case-study-section .container > p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 2em;
}

.line-break{
  width: 100%;
  margin: 0 auto;
  margin-top: 4rem;
  height: 1px;
  background-color: #000000;
}

.case-study-pagination {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 0.5rem;
}

.case-study-pagination button,.case-study-pagination span {
  background-color: #ffffff00;
  border: none;
  margin-right: 10px;
  color: black;
}

.text-orange-500{
  color: #fd6d26 !important;
}

@media screen and (max-width: 1200px) {
  .case-study-section .container > p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 768px) {
  .case-study-section .container > p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 576px) {
  .case-study-section .container > p {
    font-size: 14px;
    line-height: 24px;
  }
  .case-study-pagination button,.case-study-pagination span{
    margin-right: 5px;
    font-size: 12px;
  }
}


/* Case Study Landing Page */

main {
  max-width: 1440px;
  margin: 0 auto;
}

.case-study-content {
  background: #ffffff;
  padding: 104px;
}

.case-study-content h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  letter-spacing: 0%;
  vertical-align: middle;

}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}

.tag {
  background: #D9D9D9;
  color: black;
  padding: 4px 12px;
  border-radius: 10px;
  font-size: 12px;
}

.hero-image {
  width: 100%;
  height: 472px;
  margin-top: 32px;
  position: relative;
  border-radius: 20px;
  background-image: url('../img/CaseStudyPage/landingpage/CaseStudyImage.png');
  background-size: cover;
  background-position: center;
}

.date-badge {
  position: absolute;
  top: 32px;
  left: 0;
  width: 169px;
  height: 52px;
  background: #FD6D26;
  border-radius: 0 10px 10px 0;
  display: flex;
  align-items: center;
  padding-left: 18px;
  color: white;
  font-weight: bold;
  font-size: 20px;
}


.social-share h3 {
  color: #FD6D26;
  font-size: 22px;
  margin-bottom: 16px;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icon {
  width: 41px;
  height: 42px;
  object-fit: cover;
  transition: transform 0.3s;
  cursor: pointer;
}

.social-icon:hover {
  transform: scale(1.1);
}

.toc {
  margin-top: 50px;
  position: relative;
}

.toc-line {
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 332px;
  background: #FD6D26;
}

.toc-current {
  position: absolute;
  left: 1px;
  top: 69px;
  width: 6px;
  height: 68px;
  background: white;
}

.toc ul {
  list-style: none;
  font-size: 22px;
  line-height: 32px;
  padding-left: 0;
  padding: 10px 0;
  border-left: 9px solid #f26b3a;
}

.toc li{
  width: 220px;
}

.toc li a{
  padding-left: 2em;
  margin-bottom: 16px;
  line-height: 50px;

  color: black;
}

.toc li:hover{
  cursor: pointer;
  font-weight: 700 !important;
}


.content-box {
  display: flex;
  flex-direction: row;
  gap: 100px;
  margin-top: 100px;
}

.content-box .main-content{
  padding: 10px;
}

.main-content {
  scroll-behavior: smooth;
}


.content-box .main-content h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  line-height: 32px;
  letter-spacing: 0%;
  padding-bottom: 30px;
}

.content-box .main-content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0%;
}

/* Fading effect for main content */
.main-content {
  max-height: 90vh;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease;
}

.main-content.fade-complete {
  max-height: none;
}

/* Optional gradient overlay to emphasize the fade */
.main-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(to bottom, transparent, white);
  pointer-events: none;
  transition: opacity 0.3s;
}

.main-content.fade-complete::after {
  opacity: 0;
}

/* Button and Form Styling */
.read-more-container {
  text-align: center;
  margin: 20px 0;
}

#unlockForm {
  margin-top: 20px;
  text-align: center;
  display: none;
}

#unlockForm input {
  margin: 5px;
  padding: 5px;
}


/* READ MORE BUTTON */
#readMoreBtn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #FD6D26;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-bottom: 20px;
}

#readMoreBtn:hover {
  background-color: #f3793c;
  transform: translateY(-2px);
}

/* FORM CONTAINER */
#unlockForm {
  display: none;
  max-width: 400px;
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  margin-inline: auto;
}

/* FORM INPUTS */
#unlockForm input[type="text"],
#unlockForm input[type="email"],
#unlockForm input[type="password"] {
  width: 100%;
  padding: 12px 15px;
  margin: 12px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s;
}

#unlockForm input:focus {
  border-color: #FD6D26;
  outline: none;
}

/* SUBMIT BUTTON */
#unlockForm button[type="submit"] {
  width: 100%;
  padding: 12px;
  background-color: #FD6D26;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#unlockForm button[type="submit"]:hover {
  background-color:#d86024;
}

/* FADE EFFECT (for hidden main content) */
.fade-main {
  max-height: 500px;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 75%, rgba(0,0,0,0));
  transition: max-height 0.5s ease;
}

.fade-complete {
  max-height: none !important;
  mask-image: none;
}


.content-part {
  margin-bottom: 70px;
}

.content-part .side-heading{
  font-weight: 600 !important;
  margin-bottom: 0;
  padding-bottom: 0;
}

.content-part ul{
  list-style: var(--color-light);
}

.toc li.current {
  font-weight: bold;
  margin-left: -7px;
  border-left: 5px solid rgb(255, 255, 255);
}


@media (max-width: 1199px){
  .content-box{
    gap: 20px;
  }
}


@media (max-width:991px){
  .content-box{
    flex-direction: column;
    margin-top: 10px;
  }
  .tableOfContents{
    display: flex;
    border-left: none !important;
    justify-content: space-between;
    border-top:9px solid #f26b3a;
  }
  .toc li.current {
    border-left: none !important;
    border-top:  5px solid rgb(255, 255, 255);
    margin-top: -7px;
    margin-left: 0;
  }
  .toc ul{
    padding: 0;
  }
  .toc li a {
    padding: 0 20px;
    font-size: 15px;
  }
  .toc li{
    width: fit-content;
  }
}

@media (max-width:768px){
  .case-study-content{
    padding: 30px;
    padding-top: 100px;
  }

  .case-study-content h1{
    font-size: 30px;
    line-height: 40px;
  }
  .toc li a {
    padding: 0 5px;
    font-size: 12px;
  }
  .hero-image {
    aspect-ratio: 16/9;
    height: auto;
  }
  .content-box .main-content h2{
    font-size: 24px;
  }
  .tag{
    font-size: 8px;
  }
  .date-badge{
    width: 80px;
    height: 20px;
    font-weight: bold;
    font-size: 6px;
    border-radius: 5px;
  }
}

@media (max-width: 475px){
  .toc li a {
    padding: 0 5px;
    font-size: 8px;
  }
  .case-study-content h1{
    font-size: 18px;
    line-height:normal;
  }
  .tags{
    margin-top: 0px;
  }
  .tags .tag{
    padding: 2px 5px;
    font-size: 5px;
  }
}

/* Contact Page */
.contact-hero .swiper{
  height: 70vh;
}






.contact.hero-title{
  width: 100%;
  font-size: 40px;
  color: #FD6D26;
}

@media (max-width:991px){
  .contact.hero-title{
    width: 100%;
  }
}

.contact-hero p.hero-text{
  color: white !important;
  font-size: 24px;
  line-height: 36px;
}

@media (max-width:576px){
  .contact.hero-title{
    font-size: 30px;
  }
  
  .contact-hero p.hero-text{
    font-size: 16px;
    line-height: 20px;
  }
}

.contact-hero.hero-3 .swiper-wrapper{
  height: 100%;
}

.contact-hero .hero-inner{
  height: 100%;
}




.contactImage{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  height: 100%;
}
.contactImage img{
  width: 100%;
  object-fit: cover;
}

.contact-section {
  padding: 6em 2em;
  position: relative;
  color: white;
}

.contact-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  gap: 2rem;
}

.contact-text {
  flex: 1;
  max-width: 40%;
}

.contact-heading {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 3rem;
}

.contact-subheading {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
}

.contact-form-box {
  font-family: "Poppins";
  flex: 1;
  max-width: 55%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2rem;
  border-radius: 10px;
}

.contact-form .form-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.form-input {
  flex: 1;
  padding: 0.75rem;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
}

.full-width {
  width: 100%;
  margin-bottom: 1rem;
}

.form-textarea {
  width: 100%;
  height: 100px;
  padding: 0.75rem;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  margin-bottom: 1rem;
  resize: vertical;
}

.submit-button {
  background-color: #f37021;
  color: white;
  border: none;
  padding: 0.75rem 2rem;
  font-size: 18px;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
  margin: 0 auto;
  transition: background-color 0.3s;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.submit-button:hover {
  background-color: #ffffff;
  color: #f37021 ;
}

@media (max-width:1199px){
  .contactImage{
    height: 100%;
  }
  .contactImage img{
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .contact-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-text,
  .contact-form-box {
    max-width: 100%;
  }

  .contact-text {
    margin-bottom: 2rem;
  }

  .contact-form .form-row {
    flex-direction: column;
  }

  .form-input {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .contact-section {
    padding: 2rem 1rem;
  }

  .contact-heading {
    font-size: 1.5rem;
    line-height: normal;
  }

  .contact-subheading {
    font-size: 1rem;
    line-height: normal;
    margin-bottom: 0;
  }

  .contact-form-box {
    padding: 1.5rem;
  }

  .submit-button {
    width: 100%;
  }
  .contact-hero .th-hero-bg img{
    object-position: center;
  }
}

/* Join Section */
.join-section {
  font-family: "Poppins";
  background-color: #f0f0f0;
  padding: 90px 100px;
  text-align: center;
}

.join-title {
  font-size: 48px;
  color: #e86923;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.join-subtitle {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 0.9rem;
}

.join-description {
  font-size: 20px;
  color: #333;
  max-width: 90%;
  margin: 0 auto 2rem;
}

.Careerss-button {
  background-color: #f37021;
  color: white;
  padding: 0.75rem 2rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  display: inline-block;
  transition: background 0.3s;
}

.Careerss-button:hover {
  background-color: white;
  color:  #f37021;
}

/* Locations Section */
.locations-section {
  background-color: #ffffff;
  padding: 120px 50px 250px 50px;
  font-family: "Poppins";
  text-align: center;
  background-image: url('../img/map.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.locations-title {
  font-size: 48px;
  font-weight: 700;
  color: #e86923;
  margin-bottom: 1.5rem;
}

.locations-description {
  font-size: 1rem;
  color: #333;
  margin-bottom: 2rem;
}

.locations-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.location-box {
  border-radius: 8px;
  padding: 1rem 1.5rem;
  max-width: 300px;
  gap: 2em;
  text-align: left;
}

.location-box h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #e86923;
  margin-bottom: 0.5rem;
}

.location-box p {
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  color: #333;
}


@media (max-width: 768px) {
  .location-box {
    max-width: 90%;
    padding: 0;
  }
  
  .join-section{
    padding: 60px 20px;
  }

  .join-title,
  .locations-title {
    font-size: 2rem;
  }

  .join-subtitle{
    font-size: 1.6rem;
  }

  .join-description,
  .locations-description {
    font-size: 1rem;
  }
}

@media (max-width:567px){
  .locations-section{
    padding:100px 20px 150px 20px;
  }
}



/* Index Page Second Section */

.ai-disruption-section {
  background: linear-gradient(to right, #FFECE2, #fefefe);
  padding: 6rem 2rem;
}

.ai-disruption-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  flex-wrap: wrap;
  font-family: "Poppins";
}

.ai-left-content {
  font-family: "Poppins";
  width: 35%;
  padding-right: 2rem;
}

.ai-heading {
  font-size: 40px;
  font-weight: 400;
  color: #222;
  line-height: normal;
}

.highlight-orange {
  color: #f37021;
  font-weight: 600;
}

.ai-right-content {
  flex: 1 1 55%;
}

.ai-description {
  font-size: 24px;
  line-height: normal;
  color: #333;
  letter-spacing: 1px;
}


@media (max-width: 1199px) {
  .ai-heading {
    font-size: 30px;
    text-align: left;
  }

  .ai-description {
    font-size: 24px;
    line-height: normal;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .ai-disruption-container {
    flex-direction: column;
  }

  .ai-left-content,
  .ai-right-content {
    width: 100%;
    padding-right: 0;
  }

  .ai-heading {
    font-size: 24px;
    text-align: center;
    margin-bottom: 1rem;
  }

  .ai-description {
    font-size: 16px;
    line-height: normal;
    text-align: center;
  }
}

@media(max-width:768px){
  .industry-page .th-hero-bg{
    filter: brightness(0.5);
  } 
  .hero-3.service .swiper-wrapper{
    height: 60vh;
  }
}

 .hero-3.industry .swiper-wrapper{
  height: 60vh;
 }




/* More height Screens */
@media (min-height:830px){
  .hero-3.service .swiper-wrapper{
    height: 75vh;
  }

}

@media (min-height:968px){
  .hero-3 .swiper-wrapper{
    height: 75vh;
  }

}


/* About Us Section */

.about-hero .th-hero-bg{
  position: absolute;
  height:100%;
}

.about-hero .th-hero-bg::before{
  content: none;
}

.about-hero .th-hero-bg img{
  filter: brightness(0.8);
}




.about-hero .hero-style3{
  position: relative;
  padding-left: 2em;
}

.about-hero .hero-style3 h1{
  font-weight: 700;
}

.about-hero .hero-style3 svg{
  width: 65%;
  position: absolute;
  top: 20vh;
  left: -80px;
  z-index: -1;
}

@media (max-width:991px){
  .about-hero .hero-style3{
    /* padding-top: 50px; */
    padding-left: 0em;
  }
  .about-hero .hero-style3 svg{
    width: 80%;
    top: 0px;
    left: -150px;
  }
  .about-hero .hero-style3 svg{
    width: 100%;
    height: 300px;
    left: -200px;
  }
}

@media (max-width:768px){
  .about-hero .swiper{
    height: 60vh;
  }

  .about-hero .th-hero-bg img{
    width: 100%;
    left: 0px;
    top: 0px;
    object-position: right;
    filter: brightness(0.5);
  }
  .about-hero .hero-style3{
    padding-left: 0;
  }
  .about-hero .hero-style3 svg{
    width: 120%;
    height: 250px;
    top: 8vh;
    left: -80px;
  }
}
.our-story-section {
  background-color:#EFEFEF;
  padding: 100px 30px;
}

.our-story-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: 'Poppins';
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  flex-wrap: wrap;
}

.story-text {
  flex: 1 1 55%;
}

.story-title {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  color: #000;
  margin-bottom: 40px;
}

.story-subtitle {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: #0a1f44;
  margin-bottom: 50px;
}

.story-paragraph {
  font-size: 20px;
  color: #222;
  line-height: 34px;
  margin-bottom: 20px;
}

.story-image {
  flex: 1 1 40%;
}

.story-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .about-hero .th-hero-bg img{
    object-position: right;
  }
  .our-story-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .story-text, .story-image {
    flex: 1 1 100%;
  }

  .story-title {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .story-subtitle {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .story-paragraph {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 5px;
  }

  .story-image img {
    max-width: 100%;
    margin-top: 5px;
  }
}

/* About-values  */

.values-section {
  background: linear-gradient(to right, #fff, #fefaf5);
  padding: 100px 30px;
  text-align: center;
  font-family: 'Poppins';
  background-image: url('../img/about-valuesBg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.values-header {
  margin-bottom: 40px;
}

.values-title {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 40px;
  font-family: "Poppins";
  color: #111;
}

.values-subtitle {
  font-family: "Poppins";
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
}

.values-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1340px;
  margin: 0 auto;
}

.value-card {
  background-color: #EEEEEECF;
  border: 1px solid #f0a15f;
  border-radius: 10px;
  padding: 30px 20px;
  width: 240px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.value-card img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

.value-title {
  font-size: 24px;
  font-weight: 600;
  color: #FD6D26ED;
  margin-bottom: 10px;
}

.value-description {
  font-size: 20px;
  line-height: 26px !important;
  color: #333;
  line-height: 22px;
}


@media (max-width: 768px) {
  .values-container {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .value-card {
    width: 90%;
    margin-bottom: 20px;
  }

  .values-title {
    font-size: 36px;
  }

  .values-subtitle {
    font-size: 24px;
  }

  .value-title {
    font-size: 20px;
  }

  .value-description {
    font-size: 18px;
  }
}


.diversity-section {
  padding: 100px 20px 250px 20px;
  text-align: center;
  background-color: #fff;
  font-family: "Poppins";
}

.diversity-title {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #111;
}


.diversity-card {
  background: url('../img/aboutImg2.jpg') center/cover no-repeat;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: darken;
  color: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  max-width: 1250px;
  margin: 0 auto;
}

.diversity-heading {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 30px;
}

.diversity-description {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 32px;
}

.diversity-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}

.diversity-item {
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  text-align: center;
}

.diversity-item img {
  background-color:#FFFFFFBD;
  padding: 15px 30px;
  width: 150px;
  height: 110px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.diversity-item p {
  font-size: 20px;
  text-align: left;
  line-height: 29px;
}

@media (max-width: 768px) {
  .diversity-grid {
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }
  .diversity-title {
    font-size: 28px;
  }

  .diversity-heading {
    font-size: 20px;
  }
  .diversity-item{
    gap: 10px;
  }

  .diversity-item img {
    padding: 10px 20px;
      width: 100px;
      height: 70px;
      border-radius: 10px;
  }
  .diversity-description {
    font-size: 15px;
    line-height: normal;
  }

  .diversity-item {
    width: 100%;
  }
  .diversity-item p {
    font-size: 16px;
  }

  .diversity-card {
    padding: 30px 5px;
  }
}




/* Base styles */
.leadership-section {
  background: radial-gradient(#222A35, #0F1620);
  padding: 110px 80px 150px 80px;
  text-align: center;
  color: white;
}

.leadership-section .container{
  max-width: 1300px;
}

/* Headings */
.leadership-heading {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 40px;
}

.leadership-subheading {
  font-size: 32px;
  color: #ccc;
  margin-bottom: 40px;
}



/* Individual Card */
.card-cover{
  height: 800px !important;
  margin: 0 30px;
}
.leader-card {
  background-color:#EFEFEF1C;
  padding: 5px 20px;
  border-radius: 12px;
  transition: transform 0.3s;
  font-family: "Poppins";
  border: 1px solid #D9D9D95E;
  position: absolute;
  bottom: 0;
  height: 420px;
}

.leadership-section .swiper-slide{
  height: 700px;
}

/* Image */
.leader-image {
  width: 80%;
  margin-inline: auto;
  margin-top: -60%;
}

.leader-image img{
  width: 100%;
  border-radius: 50%;
}
/* Name Colors */
.leader-name {
  font-size: 28px !important;
  font-weight: 700 !important;
  margin-bottom: 5px;
  background: -webkit-linear-gradient(360deg,#FF3131,#FFC247);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* Title & Description */
.leader-title {
  font-weight: 400 !important;
  font-size: 24px !important;
  color: #e1e1e1;
  margin-bottom: 15px;
  line-height: 28px !important;
}

.leader-desc {
  font-size: 14px !important;
  color: #cccccc;
  font-weight: 400 !important;
  line-height: 1.5;
  position: absolute;
  top: 57%;
  right: 15px;
  left: 15px;
}

.leadership-section .brand-prev:after,.leadership-section .brand-next:after{
  color: white !important;
}

.leadership-section .brand-prev{
  position: absolute;
  left: 0;
}
.leadership-section .brand-next{
  position: absolute;
  right: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .leadership-section{
    padding: 100px 10px;
  }
  .leadership-cards {
    flex-direction: column;
    align-items: center;
  }

  .leader-card {
    padding: 10px;
    width: 90%;
    height: 440px;
  }

  .leadership-heading {
    font-size: 36px !important;
  }

  .leadership-subheading {
    font-size: 24px !important;
  }
  .leader-desc{
    /* font-size: 15px; */
    /* top: 55%; */
    bottom: 0;
  }
  .leader-title {
    font-weight: 400;
    font-size: 20px !important;
    line-height:normal !important;
  }
  .leader-name{
    font-size: 22px !important;
  }
}

@media (max-width:567px){
  .leadership-section .swiper-slide{
    height: 600px;

  }
  .leader-card{
    height: 400px;
  }
  .leader-desc{
    top: 57%;
  }
}



/* Coming soon Page */
.comingSoon-hero .swiper-wrapper{
  width: 100%;
  aspect-ratio: 16/9 !important;
  height: auto;
}


.comingSoon-hero .hero-inner{
  position: relative;
}



.comingSoon-hero .loadingText{
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 400;
  color: white;
  letter-spacing: 2px;  
  animation: FadeOpacity 4s infinite;
}

.comingSoon-hero .loaders{
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;  
  animation: FadeOpacity 3s infinite;
}
.loaders .hero-title{
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
  color: white;
  margin-bottom: 0;
  animation: FadeOpacity 3s infinite;
}
@media (max-width:991px){
  .loaders .hero-title{
  font-size: 80px;
  line-height: 70px;
}
  .comingSoon-hero .loadingText{
    font-size: 24px;
    line-height: 24px;
  }
}

@media (max-width:768px){
  .loaders .hero-title{
  font-size: 50px;
  line-height: 40px;
}
  .comingSoon-hero .loadingText{
    font-size: 16px;
        line-height: 16px;
  }
}

@keyframes FadeOpacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

.comingSoon-hero video,.comingSoon-hero img{
  height: 100%;
  width: 100%;
}


.coming-soon-container {
  max-width: 990px;
  padding: 100px 0 200px 0;
  text-align: center;
}

.coming-soon-text {
  font-size: 24px;
  line-height: 1.6;
  margin: 20px 0;
}

.coming-soon-email {
  color: #4f71ff;
  text-decoration: none;
  font-weight: 500;
}

.coming-soon-email:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .coming-soon-container {
    padding: 15px;
    padding-bottom: 150px;
  }

  .coming-soon-text {
    font-size: 1rem;
  }
}

@media (max-width:567px){
  .comingSoon.header{
    position: relative;
  }
  .comingSoon .nav__logo .nav__logo-img.black {
    display: block;
  }
  .comingSoon .nav__logo .nav__logo-img.white{
    display: none;
  }
  .coming-soon-container {
    padding-bottom: 150px;
  }
}




.hero-inner,.hero-inner .container,.hero-inner .hero-style3{
  height: 100% !important;
}
.hero-style3{
  padding-top: 50px !important;
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  position: relative;
}

.hero-style3 a{
  margin-top: 25px;
  bottom: 0;
}

@media (max-height: 576px){
  .hero-3 .hero-title,.main-service-title{
    font-size: 28px !important;
    line-height: 36px;
  }
  .hero-style3 .hero-text,.industry-page .hero-style3 .hero-text{
    width: 85%;
    font-size: 16px !important;
    line-height: normal;
  }
  .hero-style3 button{
    margin-top: 0;
    height: 2.4em;
    padding: 0;
    width: fit-content;
  }
  .button .text{
    margin: 0 10px;
  }
  .hero-style3 a{
    margin-top: 10px !important;
  }
  .hero-3 .swiper-wrapper,.contact-hero.hero-3 .swiper-wrapper,.contact-hero .swiper{
    height: 100vh !important;
  }
  .swiper-pagination-bullets{
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  .contact-hero p.hero-text{
    line-height: normal;
  }
}

@media (max-width: 1199px){
  .needs-image-wrapper{
    width: 100%;
  }

  .needs-image-wrapper img{
    flex: auto;
  }

}


.leadership-container .swiper.th-slider{
  padding: 0px 60px;
}

@media (max-width:576px){
  .leadership-container .swiper.th-slider{
  padding: 0px 20px;
  }
  .leadership-container .swiper.th-slider .swiper-slide{
    margin-right: 20px !important;
  }
}

.desclaimerText{
  font-size: 15px;
  opacity: 0.8;
  text-align: justify;
}

@media (max-width:991px){
  .form-row.desclaimer{
    display: flex;
    flex-direction: row;
  }
}

@media (max-width:576px){

  .desclaimerText{
    font-size: 12px;
  }
}

/* Sub Service Page Needs Section */

.sub-service-needs .needs-content{
  text-align: center;
}

.sub-service-needs .needs-content p{
  width: 75%;
  margin-inline: auto;
  line-height: 32px;
  font-size: 20px;
}

@media (max-width:768px) {
  .sub-service-needs .needs-content p{
    width: 90%;
  }
  
}

.sub-service-needs .needs-content h2{
  font-size: 48px;
  font-weight: 500;
}



/* Sub Service we Offer Section */

.sub-service-offer-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.sub-service-offer-section .section-title {
  font-size: 48px;
  font-weight: bold;
  font-weight: 400;
  margin-bottom: 50px;
  color: #111;
}

.sub-service-offer-section .section-subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  margin-bottom: 40px;
}

.offer-row {
  display: flex;
  gap: 25px;
  justify-content: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.offer-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  width: 100%;
  max-width: 600px;
  /* padding: 25px; */
  gap: 10px;
  margin-right: 20px;
}

.offer-box .text{
  width: 400px !important;
}


.offer-box.left .text {
  text-align: left;
}

.offer-box.right .text {
  text-align: right;
}

.text h3 {
  font-size: 28px;
  font-weight: 700px !important;
  margin: 0;
}

.subService-icon{
  height: 176px;
  aspect-ratio: 1;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subService-icon{
  position: relative;
  /* padding: 10px; */
  z-index: 1;
}

.subService-icon::before {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 2px solid #fff; /* Inner border */
  z-index: -1;
  border-radius: 5px;
}

.subService-icon img {
  width: 50%;
  /* height: 50%; */
}

/* Color classes */
.purple 
{ 
  background-color: #6d4ca2;
}
.text-purple{
  color:#6d4ca2;
}
.orange { 
  background-color: #f87c36; 
}
.text-orange{
  color: #f87c36; 
}
.blue   { 
  background-color: #3a7fd4;
}
.text-blue{
  color: #3a7fd4;
}
.pink{ 
  background-color: #f7547d; 
}
.text-pink{
  color: #f7547d; 
}

@media (max-width:1299px){
  .offer-box{
    max-width: 500px;
  }
  .offer-box .text{
    width: 300px;
  }
}

@media (max-width: 768px) {
  .offer-row{
    margin-bottom: 30px;
  }
  .offer-box{
    margin-right: 0;
    width: 80%;
  }

  .subService-icon {
    height: 100px;
    aspect-ratio: 1;
  }
  .subService-icon::before{
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
  }
  .subService-icon img{
    width: 60%;
  }
  .text h3 {
    font-size: 20px;
  }
  .offer-box .text{
    margin: 0 0em;
  }
}

@media (max-width: 768px){
  .offer-box{
    width: 100%;
  }
  .text h3 {
    font-size: 18px;
  }
}


.sub-service-why-choose {
  text-align: center;
  padding: 60px 20px;
  background-color: #ffffff;
}

.sub-service-title {
  font-size: 48px;
  /* font-weight: 600; */
  margin-bottom: 15px;
  color: #111;
}

.sub-service-description {
  font-size: 20px;
  color: #333;
  max-width: 1149px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.sub-service-features {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.sub-service-feature {
  max-width: 350px;
  text-align: center;
}

.sub-service-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
}

.sub-service-icon img {
  width: 100%;
}

.sub-service-feature h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.sub-service-feature p {
  font-size: 20px;
  letter-spacing: 1px;
  color: #333;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .sub-service-features {
    flex-direction: column;
    align-items: center;
  }

  .sub-service-feature {
    max-width: 90%;
  }
}

.footer-top{
  max-width: 900px;
}

.sub-service-insights{
  background-color: #D9D9D9;
}

.groziit-text{
  font-family: 'Montserrat', sans-serif;
  color: black !important;
  font-weight: 600;
  font-size: 16px;
}

.offer-section .service-card .service-title p {
  color: black;
}




.sub-service.needs-section .container{
  padding: 100px 50px;
  margin-inline: auto;
}

.sub-service.needs-section .container h2{
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 60px;
}

.sub-service-needs-grid{
  display: grid;
  grid-template-columns: repeat(2,1fr);  
  gap: 50px;
  margin-inline: auto;
}

.sub-service-needs-content{
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-service-needs-content p{
  font-size: 20px;
  line-height: 32px;
}

.sub-service-needs-image-wrapper{
  width: 100%;
}

.sub-service-needs-image-wrapper img{
  width: 100%;
}

@media (max-width:1199px){
  .sub-service-needs-grid{
    grid-template-columns: repeat(1,1fr);
  }
  .sub-service-needs-content p{
    text-align: center;
  }
}

@media (max-width:768px){
  .sub-service.needs-section .container h2{
    font-size: 32px;
    margin-bottom: 20px;
  }
  .sub-service.needs-section .container{
    padding: 60px 10px;
  }
}


.sub-service-we-offer-full {
  padding: 100px 100px;
  margin: auto;
  line-height: 1.6;
  background-color: #F4F4F4;
}

.sub-service-title {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 20px;
}

.sub-service-intro,
.sub-service-stage-intro,
.sub-service-closing {
  font-size: 20px;
  line-height: 32px;
  color: #333;
  text-align: justify;
  margin-bottom: 20px;
}

.sub-service-stage-intro {
  font-weight: 600;
}

.sub-service-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.sub-service-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 15px;
}

.sub-service-list img {
  width: 20px;
  margin-top: 5px;
  flex-shrink: 0;
}

.sub-service-list strong {
  color: #f87c36;
  font-weight: 600;
}

.sub-service-image-wrap {
  text-align: center;
  margin-top: 40px;
}

.sub-service-image {
  width: 80%;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.sub-service-list span{
  font-size: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .sub-service-list li {
    align-items: flex-start;
  }

  .sub-service-image {
    margin-top: 20px;
  }
  .sub-service-we-offer-full{
    padding: 50px 20px;
  }
  .sub-service-list span{
    font-size: 16px;
  }

  .sub-service-intro,
  .sub-service-stage-intro,
  .sub-service-closing{
    font-size: 18px;
    line-height: 24px;
  }
  .sub-service-image{
    width: 100%;
  }
  .sub-service-title{
    font-size: 32px;
  }
}


.careers-hero{
  height: 70vh !important;
}

.searchbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120vh;
}

.careers-main-coming-soon-div{
  height: 150px;
  background-color: #f0f0f0;
}