/*-----------------------------------------------------------------
Theme Name: Buildra
Author: Code Your Way
Author URI: https://themeforest.net/user/exdesigners
Version: 1.0.0
Description: Buildra - Construction Figma Template  <

-------------------------------------------------------------------
 CSS TABLE OF CONTENTS
-------------------------------------------------------------------

01.Mixins
02.Variables
03.Extend
04.Typography
05.Helping
06.Animation
07.Preloader
08.Buttons
09.Card
10.Common
11.MeanMenu
12.simple section
13.Title
14.Slider
15.Header
16.Container
17.Gutter
18.Sidebar
19.widget
20.Footer
21.Index_1
22.Index_2
23.Index_3
24.Intro

------------------------------------------------------------------*/
/* 01.Mixins */
/* 02.Variables */
/*----------------------------------------------
    # All Variables here
----------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #8ABF55;
  --theme2: #FAF8F3;
  --header: #241442;
  --title: #0D1015;
  --orange: #F74F22;
  --gray1: #F6F8F0;
  --text: #525252;
  --border: #BABBC1;
  --border-2: #D4DCED;
  --bg: #EAECF3;
  --bg2: #EBEDE2;
  --btn-text: #252525;
  --btn-bg: #232323;
  --pra-text: #737373;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

/* 03.Extend */
/* 04.Typography */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--text);
  outline: none;
}

input::placeholder {
  color: #767771;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tinos", serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}
@media (max-width: 1439px) {
  h1 {
    font-size: 75px;
  }
}

h2 {
  font-family: "Tinos", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-family: "Tinos", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-family: "Tinos", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.298px;
}
@media (max-width: 1439px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-family: "Tinos", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}

h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
}

h2 a {
  font-family: "Tinos", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
}
@media (max-width: 767px) {
  h2 a {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  h2 a {
    font-size: 28px;
  }
}

h3 a {
  font-family: "Tinos", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}
@media (max-width: 767px) {
  h3 a {
    font-size: 16px;
  }
}

h4 a {
  font-family: "Tinos", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.298px;
}

h5 a {
  font-family: "Tinos", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}

h6 a {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
a:hover {
  color: var(--orange) !important;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.364px;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

/* 05.Helping  */
/*----------------------------------------------
    # Helping  style here
----------------------------------------------*/
::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--orange);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.mega-hover {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.mega-hover:after, .mega-hover:before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: -1;
}

.mega-hover:before {
  top: 0;
  right: 51%;
  bottom: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.mega-hover:after {
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  background: rgba(245, 255, 255, 0.3);
}

.mega-hover:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

.mega-hover:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-cover-2 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  width: 100%;
  height: 100%;
}

.page-nav-wrap ul li {
  display: inline-block;
  text-align: center;
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border: 1px solid #E3E3E3;
  color: var(--header);
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers.icon {
  border: none;
  background-color: transparent;
  color: var(--theme);
}
.page-nav-wrap ul li .page-numbers.icon:hover {
  border: none;
  background-color: transparent;
  color: var(--theme);
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid transparent;
}

.box-shadow {
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-110 {
  padding-top: 110px;
}
@media (max-width: 991px) {
  .pt-110 {
    padding-top: 80px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pb-110 {
  padding-bottom: 110px;
}
@media (max-width: 991px) {
  .pb-110 {
    padding-bottom: 80px;
  }
}

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

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

.margin-top-10 {
  margin-top: -10px;
}

.margin-top-5 {
  margin-top: -5px;
}

.margin-top-60 {
  margin-top: -65px;
}
@media (max-width: 1439px) {
  .margin-top-60 {
    margin-top: -25px;
  }
}
@media (max-width: 1199px) {
  .margin-top-60 {
    margin-top: -27px;
  }
}
@media (max-width: 991px) {
  .margin-top-60 {
    margin-top: -75px;
  }
}
@media (max-width: 767px) {
  .margin-top-60 {
    margin-top: -65px;
  }
}

.margin-top-8 {
  margin-top: -10px;
}

.mt-n30 {
  margin-top: -30px !important;
}

.mt-n50 {
  margin-top: -50px !important;
}

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

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

.mr-7 {
  margin-right: 7px;
}

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

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

.mr-44 {
  margin-right: 44px;
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 25px;
  }
}

.ml-50 {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .ml-50 {
    margin-left: 0;
  }
}

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

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

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

.center {
  text-align: center;
  margin: 0 auto;
}

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

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

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

.bg-color2 {
  background-color: var(--bg2);
}

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

.text-dark2 {
  color: #838387 !important;
}

.text-bg-color2 {
  color: var(--bg2) !important;
}

.text-theme-color {
  color: var(--theme) !important;
}

.text-theme-color2 {
  color: var(--theme2) !important;
}

.text-orange-color {
  color: var(--orange) !important;
}

/* 06.Animation  */
/*----------------------------------------------
    # All Animation style here
----------------------------------------------*/
@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.ripple-effect {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #F3E7E0;
  border: 1px solid var(--white);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgb(255, 238, 211);
  box-shadow: 0 0 0 0 rgb(255, 217, 196);
  animation: rippleOne 2s infinite;
}
.ripple-effect .playerImg {
  width: 19px;
  height: 24px;
}

/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

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

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

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes move-directions {
  0% {
    transform: translateX(0) translateY(0);
  }
  33% {
    transform: translateX(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
.cir36 {
  animation: cir36 20s linear infinite;
  -webkit-animation: cir36 20s linear infinite;
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
  100% {
    width: var(--progress-width);
  }
}
.reveal {
  position: relative;
  display: -ms-inline-flexbox;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

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

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes ripple2 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(2.8);
    opacity: 0;
  }
}
.wave-anim {
  width: 105px;
  height: 69px;
  background-repeat: repeat;
  background-size: auto;
  animation: wave 70s linear infinite;
}

@keyframes wave {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left -2000px;
  }
}
.fancy-animation {
  animation: morph 8s ease-in-out infinite;
}

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

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

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

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

@keyframes moving2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.moving3 {
  animation: moving3 8s linear infinite;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes spin2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*animation bubble****************/
.animation-bubble {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.animation-bubble div[class^=bubble-] {
  height: 1px;
  width: 1px;
  position: absolute;
  background: url(../img/shape/star.html) no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 1024px) {
  .animation-bubble > :nth-child(even) {
    display: none;
  }
}
.bubble-1 {
  bottom: -5px;
  left: 68%;
  animation: bubble-animation 4.5s infinite ease-in -6.57s;
}

.bubble-2 {
  bottom: -71px;
  left: 97%;
  animation: bubble-animation 4.5s infinite ease-in -5.07s;
}

.bubble-3 {
  bottom: -71px;
  left: 43%;
  animation: bubble-animation 4.5s infinite ease-in -6.73s;
}

.bubble-4 {
  bottom: -3.8px;
  left: 82%;
  animation: bubble-animation 4.5s infinite ease-in -4.04s;
}

.bubble-5 {
  bottom: -73.4px;
  left: 29%;
  animation: bubble-animation 4.5s infinite ease-in -3.11s;
}

.bubble-6 {
  bottom: -71px;
  left: 41%;
  animation: bubble-animation 4.5s infinite ease-in -5.95s;
}

.bubble-7 {
  bottom: -79.4px;
  left: 14%;
  animation: bubble-animation 4.5s infinite ease-in -3.68s;
}

.bubble-8 {
  bottom: -115.4px;
  left: 90%;
  animation: bubble-animation 4.5s infinite ease-in -3.89s;
}

.bubble-9 {
  bottom: -44.6px;
  left: 33%;
  animation: bubble-animation 4.5s infinite ease-in -1.09s;
}

.bubble-10 {
  bottom: -6.2px;
  left: 59%;
  animation: bubble-animation 4.5s infinite ease-in -0.96s;
}

@keyframes bubble-animation {
  0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    transform: translate3d(-50%, -280px, 0);
    height: 30px;
    width: 30px;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes icon-anim {
  0% {
    top: 26px;
    right: 90px;
  }
  25% {
    top: 86px;
    right: 110px;
  }
  100% {
    top: 26px;
    right: 90px;
  }
}
.img-shine {
  position: relative;
}

.img-shine:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-20deg);
}

.img-shine:hover:after {
  animation: imgShine 1s;
}

@keyframes imgShine {
  100% {
    left: 125%;
  }
}
.reveal {
  position: relative;
  display: -ms-inline-flexbox;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.splt-txt .whitespace {
  width: 8px;
}
.splt-txt.animated .char {
  -webkit-animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.jump {
  animation: jump 48s infinite linear;
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes slideRightToLeft {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes infiniteZoom {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

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

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

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

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

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

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

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

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

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

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

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scalein {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
/* 07.Preloader  */
/*----------------------------------------------
    # Preloader style here
----------------------------------------------*/
.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .company-logo {
  text-align: center;
}
.preloader .animation-preloader .txt-loading {
  text-align: center;
  width: 500px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .preloader .animation-preloader .txt-loading {
    width: 300px;
  }
}
.preloader .animation-preloader .txt-loading img {
  max-width: 100%;
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--bg);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

.back-to-top {
  border-radius: 12px;
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--header);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

/* 08.Buttons */
/*----------------------------------------------
    # Buttons style here
----------------------------------------------*/
.gt-btn.style1 {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "Tinos", serif;
  color: var(--white);
  font-family: $body-font;
  font-size: 14.595px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.292px;
  background: transparent;
  padding: 12px 30px;
  border: 0.912px solid var(--white);
  border-radius: 27.366px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.gt-btn.style1 a {
  color: var(--white) !important;
  display: inline-block;
}
.gt-btn.style1 svg {
  margin-right: 7px;
}
.gt-btn.style1:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--theme);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.gt-btn.style1:hover {
  color: var(--white) !important;
  border: 1px solid var(--theme);
}
.gt-btn.style1:hover.gt-btn-icon-1::after {
  color: var(--white);
}
.gt-btn.style1:hover:before {
  top: -96%;
}
.gt-btn.style2 {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "Tinos", serif;
  color: var(--theme);
  font-family: $body-font;
  font-size: 14.595px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.292px;
  background: var(--white);
  padding: 7px 30px;
  border: 0.912px solid var(--theme);
  border-radius: 27.366px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.gt-btn.style2 a {
  color: var(--white) !important;
  display: inline-block;
}
.gt-btn.style2:hover {
  color: var(--black) !important;
  border: 1px solid var(--theme);
}
.gt-btn.style2:hover:before {
  top: -96%;
}
.gt-btn.style3 {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "Tinos", serif;
  color: var(--white);
  font-family: $body-font;
  font-size: 14.595px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.292px;
  background: var(--theme);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 12px 30px;
  border: 0.912px solid var(--white);
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.gt-btn.style3 a {
  color: var(--white) !important;
  display: inline-block;
}
.gt-btn.style3 svg {
  margin-right: 7px;
}
.gt-btn.style3:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--white);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.gt-btn.style3:hover {
  color: var(--black) !important;
  border: 1px solid transparent;
}
.gt-btn.style3:hover:before {
  top: -96%;
}
.gt-btn.style4 {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "Tinos", serif;
  color: var(--white);
  font-family: $body-font;
  font-size: 14.595px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.292px;
  background: transparent;
  padding: 12px 30px;
  border: 0.912px solid var(--white);
  border-radius: 27.366px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .gt-btn.style4 {
    display: none;
  }
}
.gt-btn.style4 a {
  color: var(--white) !important;
  display: inline-block;
}
.gt-btn.style4 svg {
  margin-right: 7px;
}
.gt-btn.style4:before {
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--theme);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.gt-btn.style4:hover {
  color: var(--white) !important;
  border: 1px solid var(--theme);
}
.gt-btn.style4:hover.gt-btn-icon-1::after {
  color: var(--white);
}
.gt-btn.style4:hover:before {
  top: -96%;
}
.gt-btn-icon-3::after {
  content: "\e3d5";
  position: relative;
  color: var(--white);
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* 09.Card  */
/*----------------------------------------------
    # Card style here
----------------------------------------------*/
.process-card.style1 {
  max-width: 263px;
  position: relative;
}
@media (max-width: 991px) {
  .process-card.style1 {
    max-width: 563px;
    padding: 30px 0;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .process-card.style1 {
    padding: 30px 30px;
  }
}
.process-card.style1 .icon {
  margin-bottom: 30px;
}
.process-card.style1 .content h4 {
  color: var(--title);
  margin-bottom: 24px;
  position: relative;
}
.process-card.style1 .content h4 span {
  margin-right: 8px;
}
.process-card.style1 .content h4::before {
  content: "";
  width: 62px;
  height: 1px;
  background: #8ABF55;
  position: absolute;
  top: 36px;
  left: 0;
}
.process-card.style1 .content p {
  color: #383737;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.974px;
}
@media (max-width: 1199px) {
  .process-card.style1 .content p {
    max-width: 250px;
  }
}
.process-card.style1:nth-child(1)::after {
  position: absolute;
  top: 0;
  right: -110px;
  content: "";
  width: 1.028px;
  height: 197px;
  background: #D2D2D2;
}
@media (max-width: 1439px) {
  .process-card.style1:nth-child(1)::after {
    right: -68px;
  }
}
@media (max-width: 1199px) {
  .process-card.style1:nth-child(1)::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .process-card.style1:nth-child(1)::after {
    display: none;
  }
}
.process-card.style1:nth-child(2)::after {
  position: absolute;
  top: 0;
  right: -110px;
  content: "";
  width: 1.028px;
  height: 197px;
  background: #D2D2D2;
}
@media (max-width: 1439px) {
  .process-card.style1:nth-child(2)::after {
    right: -68px;
  }
}
@media (max-width: 1199px) {
  .process-card.style1:nth-child(2)::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .process-card.style1:nth-child(2)::after {
    display: none;
  }
}

.service-card.style1 {
  position: relative;
  margin-bottom: 40px;
}
.service-card.style1 .thumb {
  position: relative;
  z-index: 99;
  overflow: hidden;
  border-radius: 0px 40px 40px 0px;
}
@media (max-width: 767px) {
  .service-card.style1 .thumb {
    text-align: left;
    border-radius: 0px 40px 40px 0px;
  }
}
@media (max-width: 470px) {
  .service-card.style1 .thumb {
    width: 260px;
  }
}
@media (max-width: 450px) {
  .service-card.style1 .thumb {
    width: 168px;
  }
}
.service-card.style1 .thumb img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px 40px 40px 0px;
  transform: scale(1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
@media (max-width: 767px) {
  .service-card.style1 .thumb img {
    text-align: center;
    border-radius: 20px;
    width: 281px;
    height: 268px;
    border-radius: 0px 40px 40px 0px;
  }
}
.service-card.style1 .thumb img:hover {
  transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.service-card.style1 .title-box {
  padding: 133px 50px 133px 90px;
  border-radius: 0px 40px 40px 0px;
  background: #A3C1D3;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 370px;
  z-index: 55;
}
@media (max-width: 1439px) {
  .service-card.style1 .title-box {
    padding: 133px 38px 133px 90px;
    left: 340px;
  }
}
@media (max-width: 1199px) {
  .service-card.style1 .title-box {
    left: 0;
    z-index: 99;
    background: transparent;
  }
}
@media (max-width: 991px) {
  .service-card.style1 .title-box {
    left: 133px;
    padding: 133px 38px 133px 10px;
    z-index: 100;
    top: -65px;
  }
}
@media (max-width: 767px) {
  .service-card.style1 .title-box {
    left: 120px;
    top: 0;
    padding: 71px 0px 71px 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: transparent;
  }
}
@media (max-width: 450px) {
  .service-card.style1 .title-box {
    position: absolute;
    left: 155px;
    padding: 123px 154px 90px 8px;
  }
}
.service-card.style1 .title-box h2 {
  color: var(--white);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  max-width: 205px;
}
@media (max-width: 991px) {
  .service-card.style1 .title-box h2 {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    max-height: 290px;
  }
}
@media (max-width: 767px) {
  .service-card.style1 .title-box h2 {
    transform: rotate(0deg);
    writing-mode: horizontal-tb;
    max-height: auto;
    font-size: 30px;
  }
}
@media (max-width: 450px) {
  .service-card.style1 .title-box h2 {
    font-size: 22px;
    line-height: 20px;
    max-width: 100%;
  }
}
.service-card.style1 .package-info {
  border-radius: 0px 40px 40px 0px;
  background: #244B61;
  padding: 37px 40px 37px 100px;
  position: absolute;
  top: 0;
  left: 665px;
  z-index: 33;
}
@media (max-width: 1439px) {
  .service-card.style1 .package-info {
    left: 599px;
  }
}
@media (max-width: 1199px) {
  .service-card.style1 .package-info {
    left: 340px;
  }
}
@media (max-width: 991px) {
  .service-card.style1 .package-info {
    left: 140px;
    z-index: 99;
  }
}
@media (max-width: 767px) {
  .service-card.style1 .package-info {
    position: absolute;
    left: 212px;
    padding: 45px 39px 37px 66px;
    border-radius: 20px;
    margin: 0 20px 0 20px;
    top: 0;
    z-index: 9;
  }
}
@media (max-width: 470px) {
  .service-card.style1 .package-info {
    left: 180px;
  }
}
@media (max-width: 450px) {
  .service-card.style1 .package-info {
    left: 90px;
  }
}
.service-card.style1 .package-info .single-package:nth-child(1) {
  border-bottom: 1px solid #386E8C;
  padding-bottom: 19px;
}
.service-card.style1 .package-info .single-package:nth-child(2) {
  border-bottom: 1px solid #386E8C;
  padding: 19px 0;
}
.service-card.style1 .package-info .single-package:nth-child(3) {
  padding-top: 19px;
}
.service-card.style1 .package-info .single-package h4 {
  color: #88C0DF;
  margin-bottom: 10px;
}
.service-card.style1 .package-info .single-package p {
  color: var(--white);
}
@media (max-width: 767px) {
  .service-card.style1 .package-info .single-package p {
    display: none;
  }
}
.service-card.style1 .package-info .single-package h5 {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.364px;
}
@media (max-width: 767px) {
  .service-card.style1 .package-info .single-package h5 {
    display: none;
  }
}
.service-card.style1 .package-info .single-package h5 span {
  font-weight: 700;
}
.service-card.style1 .btn {
  padding: 110px 40px 109px 95px;
  border-radius: 0px 40px 40px 0px;
  background: #123747;
  position: absolute;
  top: 0;
  left: 1113px;
}
@media (max-width: 1439px) {
  .service-card.style1 .btn {
    left: 1030px;
    padding: 110px 30px 109px 95px;
  }
}
@media (max-width: 1199px) {
  .service-card.style1 .btn {
    left: 768px;
    padding: 110px 30px 109px 95px;
  }
}
@media (max-width: 991px) {
  .service-card.style1 .btn {
    left: 570px;
  }
}
@media (max-width: 767px) {
  .service-card.style1 .btn {
    position: absolute;
    left: 450px;
    top: 0;
    padding: 53px 40px 40px 40px;
    border-radius: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 575px) {
  .service-card.style1 .btn {
    left: 431px;
    padding: 53px 18px 40px 36px;
  }
}
@media (max-width: 470px) {
  .service-card.style1 .btn {
    left: 398px;
  }
}
@media (max-width: 450px) {
  .service-card.style1 .btn {
    left: 305px;
    padding: 53px 4px 40px 35px;
  }
}
.service-card.style1 .btn a {
  position: relative;
  z-index: 99;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.935px;
  display: inline-block;
}
.service-card.style2 {
  position: relative;
  margin-bottom: 40px;
}
.service-card.style2 .thumb {
  position: relative;
  z-index: 99;
  text-align: end;
  overflow: hidden;
  border-radius: 40px 0 0 40px;
}
@media (max-width: 767px) {
  .service-card.style2 .thumb {
    text-align: right;
    border-radius: 40px 0 0 40px;
  }
}
.service-card.style2 .thumb img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 40px 0 0 40px;
  transform: scale(1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
@media (max-width: 767px) {
  .service-card.style2 .thumb img {
    text-align: center;
    border-radius: 20px;
    width: 281px;
    height: 268px;
    border-radius: 40px 0 0 40px;
  }
}
@media (max-width: 470px) {
  .service-card.style2 .thumb img {
    width: 260px;
  }
}
@media (max-width: 450px) {
  .service-card.style2 .thumb img {
    width: 190px;
  }
}
@media (max-width: 450px) {
  .service-card.style2 .thumb img {
    width: 168px;
  }
}
.service-card.style2 .thumb img:hover {
  transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.service-card.style2 .title-box {
  padding: 133px 90px 133px 50px;
  border-radius: 40px 0 0 40px;
  background: #CFC857;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 370px;
  z-index: 99;
}
@media (max-width: 1439px) {
  .service-card.style2 .title-box {
    padding: 133px 90px 133px 38px;
    right: 340px;
  }
}
@media (max-width: 1199px) {
  .service-card.style2 .title-box {
    right: 0;
    z-index: 99;
    background: transparent;
  }
}
@media (max-width: 991px) {
  .service-card.style2 .title-box {
    right: 135px;
    padding: 133px 10px 133px 38px;
    z-index: 100;
    top: -70px;
  }
}
@media (max-width: 767px) {
  .service-card.style2 .title-box {
    position: absolute;
    right: -40px;
    padding: 71px 0px 71px 50px;
    background: transparent;
    top: 0;
  }
}
@media (max-width: 450px) {
  .service-card.style2 .title-box {
    position: absolute;
    right: 0px;
    padding: 96px 89px 85px 0px;
  }
}
.service-card.style2 .title-box h2 {
  color: var(--white);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  max-width: 205px;
}
@media (max-width: 991px) {
  .service-card.style2 .title-box h2 {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    max-height: 290px;
  }
}
@media (max-width: 767px) {
  .service-card.style2 .title-box h2 {
    transform: rotate(0deg);
    writing-mode: horizontal-tb;
    max-height: auto;
    font-size: 30px;
  }
}
@media (max-width: 450px) {
  .service-card.style2 .title-box h2 {
    font-size: 22px;
    line-height: 20px;
    max-width: 100%;
    max-width: 50px;
  }
}
.service-card.style2 .package-info {
  border-radius: 40px 0 0 40px;
  background: #7A8015;
  padding: 37px 100px 37px 40px;
  position: absolute;
  top: 0;
  right: 665px;
  z-index: 33;
}
@media (max-width: 1439px) {
  .service-card.style2 .package-info {
    right: 599px;
  }
}
@media (max-width: 1199px) {
  .service-card.style2 .package-info {
    right: 340px;
  }
}
@media (max-width: 991px) {
  .service-card.style2 .package-info {
    right: 140px;
    z-index: 99;
  }
}
@media (max-width: 767px) {
  .service-card.style2 .package-info {
    position: absolute;
    right: 212px;
    padding: 45px 66px 37px 39px;
    border-radius: 20px;
    margin: 0 20px 0 20px;
    top: 0;
    z-index: 9;
  }
}
@media (max-width: 470px) {
  .service-card.style2 .package-info {
    right: 180px;
  }
}
@media (max-width: 450px) {
  .service-card.style2 .package-info {
    right: 90px;
  }
}
.service-card.style2 .package-info .single-package:nth-child(1) {
  border-bottom: 1px solid #969D17;
  padding-bottom: 19px;
}
.service-card.style2 .package-info .single-package:nth-child(2) {
  border-bottom: 1px solid #969D17;
  padding: 19px 0;
}
.service-card.style2 .package-info .single-package:nth-child(3) {
  padding-top: 19px;
}
.service-card.style2 .package-info .single-package h4 {
  color: #AAB126;
  margin-bottom: 10px;
}
.service-card.style2 .package-info .single-package p {
  color: var(--white);
}
@media (max-width: 767px) {
  .service-card.style2 .package-info .single-package p {
    display: none;
  }
}
.service-card.style2 .package-info .single-package h5 {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.364px;
}
@media (max-width: 767px) {
  .service-card.style2 .package-info .single-package h5 {
    display: none;
  }
}
.service-card.style2 .package-info .single-package h5 span {
  font-weight: 700;
}
.service-card.style2 .btn {
  padding: 110px 95px 109px 40px;
  border-radius: 40px 0 0 40px;
  background: #636304;
  position: absolute;
  top: 0;
  right: 1113px;
}
@media (max-width: 1439px) {
  .service-card.style2 .btn {
    right: 1030px;
    padding: 110px 95px 109px 30px;
  }
}
@media (max-width: 1199px) {
  .service-card.style2 .btn {
    right: 768px;
    padding: 110px 95px 109px 30px;
  }
}
@media (max-width: 991px) {
  .service-card.style2 .btn {
    right: 570px;
  }
}
@media (max-width: 767px) {
  .service-card.style2 .btn {
    position: absolute;
    right: 383px;
    top: 0;
    padding: 53px 40px 40px 40px;
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .service-card.style2 .btn {
    right: 383px;
    padding: 53px 36px 40px 18px;
  }
}
@media (max-width: 470px) {
  .service-card.style2 .btn {
    right: 350px;
  }
}
@media (max-width: 450px) {
  .service-card.style2 .btn {
    right: 267px;
    padding: 53px 23px 40px 11px;
  }
}
.service-card.style2 .btn a {
  position: relative;
  z-index: 99;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.935px;
  display: inline-block;
}
.service-card.style3 {
  position: relative;
}
@media (max-width: 767px) {
  .service-card.style3 {
    margin-bottom: 0;
  }
}
.service-card.style3 .thumb {
  position: relative;
  z-index: 99;
  overflow: hidden;
  border-radius: 0px 40px 40px 0px;
}
@media (max-width: 767px) {
  .service-card.style3 .thumb {
    text-align: left;
    border-radius: 0px 40px 40px 0px;
  }
}
@media (max-width: 470px) {
  .service-card.style3 .thumb {
    width: 260px;
  }
}
@media (max-width: 450px) {
  .service-card.style3 .thumb {
    width: 168px;
  }
}
.service-card.style3 .thumb img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px 40px 40px 0px;
  transform: scale(1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
@media (max-width: 767px) {
  .service-card.style3 .thumb img {
    text-align: center;
    border-radius: 20px;
    width: 281px;
    height: 268px;
    border-radius: 0px 40px 40px 0px;
  }
}
.service-card.style3 .thumb img:hover {
  transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.service-card.style3 .title-box {
  padding: 133px 50px 133px 90px;
  border-radius: 0px 40px 40px 0px;
  background: #C69C62;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 370px;
  z-index: 55;
}
@media (max-width: 1439px) {
  .service-card.style3 .title-box {
    padding: 133px 38px 133px 90px;
    left: 340px;
  }
}
@media (max-width: 1199px) {
  .service-card.style3 .title-box {
    left: 0;
    z-index: 99;
    background: transparent;
  }
}
@media (max-width: 991px) {
  .service-card.style3 .title-box {
    left: 133px;
    padding: 133px 38px 133px 10px;
    z-index: 100;
    top: -65px;
  }
}
@media (max-width: 767px) {
  .service-card.style3 .title-box {
    left: 120px;
    top: 0;
    padding: 71px 0px 71px 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: transparent;
  }
}
@media (max-width: 450px) {
  .service-card.style3 .title-box {
    position: absolute;
    left: 155px;
    padding: 123px 154px 90px 8px;
  }
}
.service-card.style3 .title-box h2 {
  color: var(--white);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  max-width: 205px;
}
@media (max-width: 991px) {
  .service-card.style3 .title-box h2 {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    max-height: 290px;
  }
}
@media (max-width: 767px) {
  .service-card.style3 .title-box h2 {
    transform: rotate(0deg);
    writing-mode: horizontal-tb;
    max-height: auto;
    font-size: 30px;
  }
}
@media (max-width: 450px) {
  .service-card.style3 .title-box h2 {
    font-size: 22px;
    line-height: 20px;
    max-width: 100%;
  }
}
.service-card.style3 .package-info {
  border-radius: 0px 40px 40px 0px;
  background: #754B22;
  padding: 37px 40px 37px 100px;
  position: absolute;
  top: 0;
  left: 665px;
  z-index: 33;
}
@media (max-width: 1439px) {
  .service-card.style3 .package-info {
    left: 599px;
  }
}
@media (max-width: 1199px) {
  .service-card.style3 .package-info {
    left: 340px;
  }
}
@media (max-width: 991px) {
  .service-card.style3 .package-info {
    left: 140px;
    z-index: 99;
  }
}
@media (max-width: 767px) {
  .service-card.style3 .package-info {
    position: absolute;
    left: 212px;
    padding: 45px 39px 37px 66px;
    border-radius: 20px;
    margin: 0 20px 0 20px;
    top: 0;
    z-index: 9;
  }
}
@media (max-width: 470px) {
  .service-card.style3 .package-info {
    left: 180px;
  }
}
@media (max-width: 450px) {
  .service-card.style3 .package-info {
    left: 90px;
  }
}
.service-card.style3 .package-info .single-package:nth-child(1) {
  border-bottom: 1px solid #A16C39;
  padding-bottom: 19px;
}
.service-card.style3 .package-info .single-package:nth-child(2) {
  border-bottom: 1px solid #A16C39;
  padding: 19px 0;
}
.service-card.style3 .package-info .single-package:nth-child(3) {
  padding-top: 19px;
}
.service-card.style3 .package-info .single-package h4 {
  color: #C2874E;
  margin-bottom: 10px;
}
.service-card.style3 .package-info .single-package p {
  color: var(--white);
}
@media (max-width: 767px) {
  .service-card.style3 .package-info .single-package p {
    display: none;
  }
}
.service-card.style3 .package-info .single-package h5 {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.364px;
}
@media (max-width: 767px) {
  .service-card.style3 .package-info .single-package h5 {
    display: none;
  }
}
.service-card.style3 .package-info .single-package h5 span {
  font-weight: 700;
}
.service-card.style3 .btn {
  padding: 110px 40px 109px 95px;
  border-radius: 0px 40px 40px 0px;
  background: #59300E;
  position: absolute;
  top: 0;
  left: 1113px;
}
@media (max-width: 1439px) {
  .service-card.style3 .btn {
    left: 1030px;
    padding: 110px 30px 109px 95px;
  }
}
@media (max-width: 1199px) {
  .service-card.style3 .btn {
    left: 768px;
    padding: 110px 30px 109px 95px;
  }
}
@media (max-width: 991px) {
  .service-card.style3 .btn {
    left: 570px;
  }
}
@media (max-width: 767px) {
  .service-card.style3 .btn {
    position: absolute;
    left: 450px;
    top: 0;
    padding: 53px 40px 40px 40px;
    border-radius: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 575px) {
  .service-card.style3 .btn {
    left: 431px;
    padding: 53px 18px 40px 36px;
  }
}
@media (max-width: 470px) {
  .service-card.style3 .btn {
    left: 398px;
  }
}
@media (max-width: 450px) {
  .service-card.style3 .btn {
    left: 305px;
    padding: 53px 4px 40px 35px;
  }
}
.service-card.style3 .btn a {
  position: relative;
  z-index: 99;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.935px;
  display: inline-block;
}
.service-card.style5 {
  position: relative;
  margin-bottom: 40px;
}
.service-card.style5 .thumb {
  position: relative;
  z-index: 99;
  text-align: end;
  overflow: hidden;
  border-radius: 40px 0 0 40px;
}
@media (max-width: 767px) {
  .service-card.style5 .thumb {
    text-align: right;
    border-radius: 40px 0 0 40px;
  }
}
.service-card.style5 .thumb img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 40px 0 0 40px;
  transform: scale(1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
@media (max-width: 767px) {
  .service-card.style5 .thumb img {
    text-align: center;
    border-radius: 20px;
    width: 281px;
    height: 268px;
    border-radius: 40px 0 0 40px;
  }
}
@media (max-width: 470px) {
  .service-card.style5 .thumb img {
    width: 260px;
  }
}
@media (max-width: 450px) {
  .service-card.style5 .thumb img {
    width: 190px;
  }
}
@media (max-width: 450px) {
  .service-card.style5 .thumb img {
    width: 168px;
  }
}
.service-card.style5 .thumb img:hover {
  transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.service-card.style5 .title-box {
  padding: 133px 90px 133px 50px;
  border-radius: 40px 0 0 40px;
  background: #A3C1D3;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 370px;
  z-index: 55;
}
@media (max-width: 1439px) {
  .service-card.style5 .title-box {
    padding: 133px 90px 133px 38px;
    right: 340px;
  }
}
@media (max-width: 1199px) {
  .service-card.style5 .title-box {
    right: 0;
    z-index: 99;
    background: transparent;
  }
}
@media (max-width: 991px) {
  .service-card.style5 .title-box {
    right: 135px;
    padding: 133px 10px 133px 38px;
    z-index: 100;
    top: -70px;
  }
}
@media (max-width: 767px) {
  .service-card.style5 .title-box {
    position: absolute;
    right: -40px;
    padding: 71px 0px 71px 50px;
    background: transparent;
    top: 0;
  }
}
@media (max-width: 450px) {
  .service-card.style5 .title-box {
    position: absolute;
    right: 0px;
    padding: 96px 89px 85px 0px;
  }
}
.service-card.style5 .title-box h2 {
  color: var(--white);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  max-width: 205px;
}
@media (max-width: 991px) {
  .service-card.style5 .title-box h2 {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    max-height: 290px;
  }
}
@media (max-width: 767px) {
  .service-card.style5 .title-box h2 {
    transform: rotate(0deg);
    writing-mode: horizontal-tb;
    max-height: auto;
    font-size: 30px;
  }
}
@media (max-width: 450px) {
  .service-card.style5 .title-box h2 {
    font-size: 22px;
    line-height: 20px;
    max-width: 100%;
    max-width: 50px;
  }
}
.service-card.style5 .package-info {
  border-radius: 40px 0 0 40px;
  background: #244B61;
  padding: 37px 100px 37px 40px;
  position: absolute;
  top: 0;
  right: 665px;
  z-index: 33;
}
@media (max-width: 1439px) {
  .service-card.style5 .package-info {
    right: 599px;
  }
}
@media (max-width: 1199px) {
  .service-card.style5 .package-info {
    right: 340px;
  }
}
@media (max-width: 991px) {
  .service-card.style5 .package-info {
    right: 140px;
    z-index: 99;
  }
}
@media (max-width: 767px) {
  .service-card.style5 .package-info {
    position: absolute;
    right: 212px;
    padding: 45px 66px 37px 39px;
    border-radius: 20px;
    margin: 0 20px 0 20px;
    top: 0;
    z-index: 9;
  }
}
@media (max-width: 470px) {
  .service-card.style5 .package-info {
    right: 180px;
  }
}
@media (max-width: 450px) {
  .service-card.style5 .package-info {
    right: 90px;
  }
}
.service-card.style5 .package-info .single-package:nth-child(1) {
  border-bottom: 1px solid #386E8C;
  padding-bottom: 19px;
}
.service-card.style5 .package-info .single-package:nth-child(2) {
  border-bottom: 1px solid #386E8C;
  padding: 19px 0;
}
.service-card.style5 .package-info .single-package:nth-child(3) {
  padding-top: 19px;
}
.service-card.style5 .package-info .single-package h4 {
  color: #88C0DF;
  margin-bottom: 10px;
}
.service-card.style5 .package-info .single-package p {
  color: var(--white);
}
@media (max-width: 767px) {
  .service-card.style5 .package-info .single-package p {
    display: none;
  }
}
.service-card.style5 .package-info .single-package h5 {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.364px;
}
@media (max-width: 767px) {
  .service-card.style5 .package-info .single-package h5 {
    display: none;
  }
}
.service-card.style5 .package-info .single-package h5 span {
  font-weight: 700;
}
.service-card.style5 .btn {
  padding: 110px 95px 109px 40px;
  border-radius: 40px 0 0 40px;
  background: #123747;
  position: absolute;
  top: 0;
  right: 1113px;
}
@media (max-width: 1439px) {
  .service-card.style5 .btn {
    right: 1030px;
    padding: 110px 95px 109px 30px;
  }
}
@media (max-width: 1199px) {
  .service-card.style5 .btn {
    right: 768px;
    padding: 110px 95px 109px 30px;
  }
}
@media (max-width: 991px) {
  .service-card.style5 .btn {
    right: 570px;
  }
}
@media (max-width: 767px) {
  .service-card.style5 .btn {
    position: absolute;
    right: 383px;
    top: 0;
    padding: 53px 40px 40px 40px;
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .service-card.style5 .btn {
    right: 383px;
    padding: 53px 36px 40px 18px;
  }
}
@media (max-width: 470px) {
  .service-card.style5 .btn {
    right: 350px;
  }
}
@media (max-width: 450px) {
  .service-card.style5 .btn {
    right: 267px;
    padding: 53px 23px 40px 11px;
  }
}
.service-card.style5 .btn a {
  position: relative;
  z-index: 99;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.935px;
  display: inline-block;
}

.testimonial-card.style1 {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  background: var(--gray1);
}
@media (max-width: 450px) {
  .testimonial-card.style1 {
    padding: 20px;
  }
}
.testimonial-card.style1 .icon {
  position: absolute;
  top: 40px;
  right: 40px;
}
@media (max-width: 500px) {
  .testimonial-card.style1 .icon img {
    max-width: 30px;
  }
}
.testimonial-card.style1 .testimonial-profile {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.testimonial-card.style1 .testimonial-profile .thumb {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-card.style1 .testimonial-profile .thumb img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-card.style1 .testimonial-profile .content .name {
  color: var(--title);
  font-family: "Tinos", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
}
.testimonial-card.style1 .testimonial-profile .content .designation {
  color: var(--pra-text);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.testimonial-card.style1 .testimonial-content .text {
  color: var(--pra-text);
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .testimonial-card.style1 .testimonial-content .text {
    font-size: 15px;
  }
}
.testimonial-card.style1 .testimonial-content .star-wrapper i {
  color: #FFBA08;
}
.testimonial-card.style3 {
  position: relative;
  padding: 60px;
  border-radius: 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, #FFF 0%, #FFF0BD 100%);
}
.testimonial-card.style3 .icon {
  position: absolute;
  top: 60px;
  right: 60px;
}
.testimonial-card.style3 .testimonial-profile {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.testimonial-card.style3 .testimonial-profile .thumb {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-card.style3 .testimonial-profile .thumb img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-card.style3 .testimonial-profile .content .name {
  color: var(--title);
  font-family: "Tinos", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
}
.testimonial-card.style3 .testimonial-profile .content .designation {
  color: var(--pra-text);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.testimonial-card.style3 .text {
  color: var(--title);
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 30px;
}

.team-card.style1 {
  position: relative;
  margin-top: 30px;
}
.team-card.style1 .team-image {
  position: relative;
  height: 435px;
  max-width: 345px;
  text-align: center;
  margin: 0 auto;
  z-index: 4;
}
.team-card.style1 .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 13px;
}
.team-card.style1 .team-image:before {
  position: absolute;
  top: -16px;
  left: 40px;
  width: 95%;
  height: 100%;
  bottom: 0;
  right: 0;
  content: "";
  border: 2px dotted var(--theme);
  border-radius: 13px;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.team-card.style1 .team-image .social-link {
  position: absolute;
  top: 50%;
  left: 0;
  display: grid;
  padding: 20px;
  background-color: var(--theme);
  gap: 15px;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-card.style1 .team-image .social-link:before {
  width: 0;
  height: 0;
  border-top: 25px solid var(--theme);
  border-right: 30px solid transparent;
  content: "";
  left: 0px;
  position: absolute;
  top: -24px;
  transform: rotate(-180.509deg);
}
.team-card.style1 .team-image .social-link:after {
  width: 0;
  height: 0;
  border-top: 20px solid var(--theme);
  border-right: 16px solid transparent;
  content: "";
  right: -7px;
  position: absolute;
  bottom: 50%;
  transform: rotate(139deg);
}
.team-card.style1 .team-image .social-link a i {
  color: var(--white);
}
.team-card.style1 .team-content {
  position: absolute;
  z-index: 5;
  padding: 0px 20px 22px;
  text-align: center;
  margin-top: -41px;
  left: 30px;
  right: 30px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 14px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}
.team-card.style1 .team-content .shape {
  margin-bottom: 20px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.team-card.style1 .team-content p {
  font-weight: 500;
  color: var(--theme);
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 0;
}
.team-card.style1 .team-content h3 {
  margin-top: 2px;
  font-size: 28px;
}
.team-card.style1 .team-content h3 a:hover {
  color: var(--theme);
}
.team-card.style1:hover .team-image:before {
  transform: rotate(-3.136deg);
  -webkit-transform: rotate(-3.136deg);
  -moz-transform: rotate(-3.136deg);
  -ms-transform: rotate(-3.136deg);
  -o-transform: rotate(-3.136deg);
}
.team-card.style1:hover .team-image .social-link {
  opacity: 1;
  visibility: visible;
}
.team-card.style1:hover .team-content {
  border: none;
}
.team-card.style1:hover .team-content .shape {
  opacity: 0;
}
.team-card.style1.active .team-image:before {
  transform: rotate(-3.136deg);
  -webkit-transform: rotate(-3.136deg);
  -moz-transform: rotate(-3.136deg);
  -ms-transform: rotate(-3.136deg);
  -o-transform: rotate(-3.136deg);
}
.team-card.style1.active .team-image .social-link {
  opacity: 1;
  visibility: visible;
}

.work-process-caed.style1 {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.work-process-caed.style1 .top-part-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.work-process-caed.style1 .top-part-title h2 {
  color: var(--black);
}
.work-process-caed.style1 .top-part-title h3 {
  -webkit-text-stroke: 1px var(--theme);
  -webkit-text-fill-color: var(--white);
  color: var(--white);
}
.work-process-caed.style1 .content p {
  color: var(--pra-text);
}

/* 10.Common  */
/*----------------------------------------------
    # All Common style here
----------------------------------------------*/
.fancy-box.style1 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.fancy-box.style1 .item .icon {
  padding: 30px 20px;
  border-radius: 12px;
  border: 1px solid var(--border);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.fancy-box.style1 .item .icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.fancy-box.style1 .item h5 {
  color: var(--title);
  font-family: "Tinos", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: start;
}
.fancy-box.style1 .item p {
  color: var(--text);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-top: 10px;
}
.fancy-box.style2 {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 3;
}
.fancy-box.style2 .item img {
  margin-right: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.fancy-box.style2 .item h4 {
  color: var(--title);
  font-family: "Tinos", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-right: 30px;
}
.fancy-box.style2 .item span {
  color: var(--text);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-right: 5px;
}
.fancy-box.style2 .item i {
  padding: 12px 0px 12px 30px;
  text-align: center;
  color: var(--theme);
  border-left: 2px solid var(--border);
}
.fancy-box.style3 .item img {
  margin-bottom: 15px;
}
.fancy-box.style3 .item h6 {
  color: var(--title);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 5px;
}
.fancy-box.style3 .item span {
  color: var(--title);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

.star ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}
.star ul li i {
  color: var(--orange);
}

.progress-wrap {
  margin-bottom: 15px;
}
.progress-wrap .progress-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.progress-wrap .progress-meta .title {
  color: var(--theme);
  font-family: "Tinos", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.progress-wrap .progress-meta .percentage {
  color: var(--theme);
  font-family: "Tinos", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 500px) {
  .progress-wrap .progress-meta {
    gap: 210px;
  }
}
@media (max-width: 470px) {
  .progress-wrap .progress-meta {
    gap: 150px;
  }
}
.progress-wrap .progress-container {
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #D9DDFF !important;
  border-radius: 10px;
  overflow: visible;
}
.progress-wrap .progress-container .progress-bar {
  height: 5px;
  background-color: var(--theme);
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
}
@media (max-width: 575px) {
  .progress-wrap .progress-container {
    width: 85%;
  }
}
.progress-wrap .progress-container:before, .progress-wrap .progress-container:after {
  position: absolute;
  top: -4px;
  content: "";
  width: 8px;
  height: 12px;
  background-color: var(--theme);
  z-index: 3;
  border-radius: 2px;
}
.progress-wrap .progress-container:before {
  left: 0;
}
.progress-wrap .progress-container:after {
  right: 30%;
}
.progress-wrap .progress-container.style2:before, .progress-wrap .progress-container.style2:after {
  background-color: var(--orange);
}

.arrow-button {
  position: absolute;
  z-index: 9;
}
.arrow-button .arrow-prev {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 8px;
  background-color: var(--white);
  color: var(--title);
  border: 1px solid var(--title);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.arrow-button .arrow-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--theme2);
  color: var(--title);
  border: 1px solid var(--theme2);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.arrow-button .arrow-next:hover,
.arrow-button .arrow-prev:hover {
  background-color: var(--title);
  color: var(--white);
  border: 1px solid var(--title);
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--orange);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--orange);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--orange);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 40px 0;
  }
}

.section-padding1 {
  padding: 200px 0 110px;
}
@media (max-width: 1199px) {
  .section-padding1 {
    padding: 180px 0 90px;
  }
}
@media (max-width: 991px) {
  .section-padding1 {
    padding: 170px 0 80px;
  }
}

.section-padding2 {
  padding: 110px 0 270px;
}
@media (max-width: 1199px) {
  .section-padding2 {
    padding: 90px 0 240px;
  }
}
@media (max-width: 991px) {
  .section-padding2 {
    padding: 60px 0 230px;
  }
}
@media (max-width: 767px) {
  .section-padding2 {
    padding: 40px 0 190px;
  }
}

.section-padding-3 {
  padding: 120px 0 200px 0;
}
@media (max-width: 1199px) {
  .section-padding-3 {
    padding: 70px 0 150px 0;
  }
}
@media (max-width: 991px) {
  .section-padding-3 {
    padding: 70px 0 150px 0;
  }
}
@media (max-width: 767px) {
  .section-padding-3 {
    padding: 70px 0 150px 0;
  }
}

.padding-bottom120 {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .padding-bottom120 {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .padding-bottom120 {
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .padding-bottom120 {
    padding-bottom: 35px;
  }
}

.margin-top120 {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .margin-top120 {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .margin-top120 {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .margin-top120 {
    margin-top: 35px 0;
  }
}

.padding-bottom240 {
  padding-bottom: 240px;
}
@media (max-width: 1199px) {
  .padding-bottom240 {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .padding-bottom240 {
    padding-bottom: 50px;
  }
}

.section-py-120 {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-py-120 {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .section-py-120 {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .section-py-120 {
    padding: 35px 0;
  }
}

.section-bg {
  background-color: #EFEFEF;
}

.section-bg-black {
  background-color: #000000;
}

.section-bg-white {
  background-color: #FFF;
}

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

.mask-content {
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: center center;
  -webkit-mask-position: center center;
  width: 100%;
}

.checklists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.checklists li {
  display: flex;
  align-items: center;
  color: var(--title);
  font-family: "Tinos", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.checklists li svg {
  margin-right: 20px;
}

.checklists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.checklists li {
  display: flex;
  align-items: center;
  color: var(--pra-text);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.checklists li .icon {
  width: 16px;
  height: 16px;
  line-height: 14px;
  margin-right: 15px;
  text-align: center;
  background-color: var(--theme);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.checklists li .icon i {
  font-size: 10px;
  color: var(--theme2);
}

.about-counter-box.style1 {
  display: flex;
  align-items: center;
  padding: 24px;
  gap: 25px;
  margin-top: 15px;
  border-radius: 21.484px;
  background: linear-gradient(180deg, #F5F5F5 0%, #FFE175 100%);
  max-width: 265px;
}
.about-counter-box.style1 .content .counter {
  color: var(--title);
  font-family: "Tinos", serif;
  font-size: 37.25px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.307px;
}
.about-counter-box.style1 .content .text {
  color: var(--text);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.text-load {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.split-line {
  overflow: hidden;
  display: block;
}

/* 11.MeanMenu  */
/*----------------------------------------------
    # Meanmenu style here
----------------------------------------------*/
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--white) !important;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

/* 12.simple section */
.faq-accordion {
  max-width: 100%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}
.faq-accordion .faq-item {
  margin-bottom: 12px;
  border: 1px solid var(--theme);
}
.faq-accordion .faq-item .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px 39px;
  font-weight: bold;
  border-radius: 5px;
}
.faq-accordion .faq-item .faq-header .faq-question {
  flex-grow: 1;
  color: #0C1017;
  font-family: var(--theme);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.848px;
}
.faq-accordion .faq-item .faq-header .faq-icon {
  font-size: 1.2rem;
  color: #cfc857;
}
.faq-accordion .faq-item .faq-content {
  display: none;
  padding: 0px 39px 20px 39px;
}
.faq-accordion .faq-item .faq-content p {
  color: #383737;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.951px;
  margin: 0;
}

/* LogIn */
.login-form {
  position: relative;
}
.login-form .login-shape {
  position: absolute;
  right: 0;
  top: 80px;
}
.login-form .login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 20px;
  background: linear-gradient(to bottom left, var(--black), var(--theme));
}
.login-form .login-container .login-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  position: relative;
}
.login-form .login-container .login-card .title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.login-form .login-container .login-card .subtitle {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}
.login-form .login-container .login-card .login-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.login-form .login-container .login-card .login-form .form-group {
  text-align: left;
}
.login-form .login-container .login-card .login-form .form-group label {
  font-size: 14px;
  color: #555;
  display: block;
  margin-bottom: 5px;
}
.login-form .login-container .login-card .login-form .form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}
.login-form .login-container .login-card .login-form .form-group input:focus {
  outline: none;
  border-color: var(--black);
  box-shadow: 0 0 5px rgba(78, 84, 200, 0.5);
}
.login-form .login-container .login-card .login-form .login-btn {
  padding: 12px;
  background: var(--black);
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}
.login-form .login-container .login-card .login-form .login-btn:hover {
  background: #3c43a1;
}
.login-form .login-container .login-card .footer {
  margin-top: 20px;
}
.login-form .login-container .login-card .footer p {
  font-size: 14px;
  color: #555;
}
.login-form .login-container .login-card .footer p a {
  color: var(--black);
  text-decoration: none;
}
.login-form .login-container .login-card .footer p a:hover {
  text-decoration: underline;
}

.signup-form {
  position: relative;
}
.signup-form .signup-shape {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
.signup-form .signup-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 20px;
  background: linear-gradient(to bottom left, var(--black), var(--theme));
}
.signup-form .signup-container .signup-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 99;
}
.signup-form .signup-container .signup-card .title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.signup-form .signup-container .signup-card .subtitle {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}
.signup-form .signup-container .signup-card .signup-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.signup-form .signup-container .signup-card .signup-form .form-group {
  text-align: left;
}
.signup-form .signup-container .signup-card .signup-form .form-group label {
  font-size: 14px;
  color: #555;
  display: block;
  margin-bottom: 5px;
}
.signup-form .signup-container .signup-card .signup-form .form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}
.signup-form .signup-container .signup-card .signup-form .form-group input:focus {
  outline: none;
  border-color: var(--black);
  box-shadow: 0 0 5px rgba(78, 84, 200, 0.5);
}
.signup-form .signup-container .signup-card .signup-form .signup-btn {
  padding: 12px;
  background: var(--black);
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}
.signup-form .signup-container .signup-card .signup-form .signup-btn:hover {
  background: #3c43a1;
}
.signup-form .signup-container .signup-card .footer {
  margin-top: 20px;
}
.signup-form .signup-container .signup-card .footer p {
  font-size: 14px;
  color: #555;
}
.signup-form .signup-container .signup-card .footer p a {
  color: var(--black);
  text-decoration: none;
}
.signup-form .signup-container .signup-card .footer p a:hover {
  text-decoration: underline;
}

/* 13.Title   */
/*----------------------------------------------
    # Title style here
----------------------------------------------*/
.title-section.style1 .title-content {
  margin-bottom: 80px;
  text-align: center;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .title-section.style1 .title-content {
    margin-bottom: 45px !important;
  }
}
.title-section.style1 .title-content h2 {
  color: var(--black);
  margin-bottom: 20px;
}
.title-section.style1 .title-content p {
  color: #383737;
  text-align: center;
  font-family: $body-font;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.title-section.style2 .title-content {
  margin-bottom: 50px;
  text-align: start;
}
.title-section.style2 .title-content h2 {
  color: var(--black);
  margin-bottom: 20px;
}
.title-section.style1 .title-content {
  margin-bottom: 80px;
  text-align: center;
  position: relative;
  display: block;
}
.title-section.style1 .title-content h2 {
  color: var(--black);
  margin-bottom: 20px;
}
.title-section.style1 .title-content p {
  color: #383737;
  text-align: center;
  font-family: $body-font;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

/* 14.Slider */
.arrow-btn.style1 {
  position: absolute;
  bottom: 80px;
  right: 0;
}
.arrow-btn.style1 .slider-prev,
.arrow-btn.style1 .slider-next {
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 24px;
  background: #F5F5F5;
  color: #CCCCCC;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.arrow-btn.style2 {
  position: relative;
}
@media (max-width: 450px) {
  .arrow-btn.style2 {
    display: none;
  }
}
.arrow-btn.style2 .slider-prev {
  position: absolute;
  right: 110px;
  bottom: 47px;
  z-index: 9;
  width: 57px;
  height: 53px;
  text-align: center;
  background: transparent;
  color: var(--white);
  box-shadow: 0px 6px 50px rgba(37, 37, 37, 0.05);
  border: 1.3px solid #FFF;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.arrow-btn.style2 .slider-prev:hover {
  background: var(--theme);
  color: var(--black);
  border: 1.3px solid var(--theme);
}
.arrow-btn.style2 .slider-next {
  position: absolute;
  right: 55px;
  bottom: 47px;
  z-index: 9;
  width: 57px;
  height: 53px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  background: transparent;
  color: var(--white);
  box-shadow: 0px 6px 50px rgba(37, 37, 37, 0.05);
  border: 1.3px solid #FFF;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.arrow-btn.style2 .slider-next:hover {
  background: var(--theme);
  color: var(--black);
  border: 1.3px solid var(--theme);
}
.arrow-btn.style3 {
  position: relative;
}
.arrow-btn.style3 .slider-prev {
  position: absolute;
  right: 50%;
  bottom: 24px;
  z-index: 9;
  width: 57px;
  height: 53px;
  text-align: center;
  background: rgba(255, 255, 255, 0.28);
  color: var(--white);
  box-shadow: 0px 6px 50px rgba(37, 37, 37, 0.05);
  border: 1.3px solid #FFF;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.arrow-btn.style3 .slider-prev:hover {
  background: var(--theme);
  color: var(--black);
  border: 1.3px solid var(--theme);
}
.arrow-btn.style3 .slider-next {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 9;
  width: 57px;
  height: 53px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  color: var(--white);
  box-shadow: 0px 6px 50px rgba(37, 37, 37, 0.05);
  border: 1.3px solid #FFF;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 1439px) {
  .arrow-btn.style3 .slider-next {
    left: 60%;
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
  }
}
.arrow-btn.style3 .slider-next:hover {
  background: var(--theme);
  color: var(--black);
  border: 1.3px solid var(--theme);
}
.arrow-btn.style4 .slider-prev {
  position: absolute;
  left: -25px;
  top: 60%;
  z-index: 9;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 24px;
  background: transparent;
  color: var(--theme);
  border: 1px solid var(--theme);
  transition: all 0.4s;
  transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 500px) {
  .arrow-btn.style4 .slider-prev {
    left: 0px;
  }
}
.arrow-btn.style4 .slider-prev:hover {
  background: var(--theme);
  color: var(--white);
}
.arrow-btn.style4 .slider-next {
  position: absolute;
  right: -25px;
  top: 60%;
  z-index: 9;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 24px;
  background: transparent;
  color: var(--theme);
  border: 1px solid var(--theme);
  transform: translateY(-70%);
  transition: all 0.4s;
  transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 500px) {
  .arrow-btn.style4 .slider-next {
    right: 0px;
  }
}
.arrow-btn.style4 .slider-next:hover {
  background: var(--theme);
  color: var(--white);
}

/* 15.15.Header */
/*----------------------------------------------
    # Header style here
----------------------------------------------*/
.header-section-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
}

.main-header-wrapper {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1899px) {
  .main-header-wrapper {
    gap: 70px;
  }
}
@media (max-width: 1600px) {
  .main-header-wrapper {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .main-header-wrapper {
    padding: 15px 0;
  }
}
.main-header-wrapper .main-header-items {
  width: 100%;
}
.main-header-wrapper .main-header-items .header-contact-info-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  border: 1px solid #d4dced;
}
@media (max-width: 1600px) {
  .main-header-wrapper .main-header-items .header-contact-info-area {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .main-header-wrapper .main-header-items .header-contact-info-area {
    display: none;
  }
}
@media (max-width: 575px) {
  .main-header-wrapper .main-header-items .header-contact-info-area {
    gap: 30px;
  }
}
.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  position: relative;
  padding: 30px 0;
  border-right: 1px solid #d4dced;
  padding-right: 50px;
}
@media (max-width: 1439px) {
  .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items {
    border-right: none;
    padding-right: 0;
  }
}
.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  background-color: var(--white);
  border-radius: 50%;
  color: var(--theme);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  position: relative;
}
@media (max-width: 1439px) {
  .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  content: "";
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid rgba(30, 32, 35, 0.1);
  transform: translate(-50%, -50%);
}
@media (max-width: 1439px) {
  .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon::before {
    width: 54px;
    height: 54px;
  }
}
.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content p {
  color: var(--text);
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.7;
}
.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content h3 {
  font-size: 20px;
  color: var(--title);
  text-transform: initial;
}
@media (max-width: 1600px) {
  .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content h3 {
    font-size: 18px;
  }
}
.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content h3 a {
  color: var(--title);
}
.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items.style-2 {
  border: none;
  padding-right: 0;
}
@media (max-width: 1600px) {
  .main-header-wrapper .main-header-items .header-contact-info-area .header-button .theme-btn {
    font-size: 14px;
    padding: 24px 27px;
  }
}

.header-1 {
  background: transparent;
}
.header-1.sticky-bg-dark .header-main .main-menu ul li a {
  color: var(--white) !important;
}
.header-1 .mega-menu-wrapper {
  position: relative;
  z-index: 1;
  background: transparent;
}
@media (max-width: 470px) {
  .header-1 .mega-menu-wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 450px) {
  .header-1 .mega-menu-wrapper {
    padding: 0;
  }
}
@media (max-width: 1439px) {
  .header-1 .mega-menu-wrapper .header-main {
    gap: 30px;
  }
}
@media (max-width: 450px) {
  .header-1 .mega-menu-wrapper .header-main {
    gap: 0;
  }
}
@media (max-width: 1439px) {
  .header-1 .mega-menu-wrapper .header-main .main-menu ul li {
    margin-inline-end: 15px;
  }
  .header-1 .mega-menu-wrapper .header-main .main-menu ul li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
}
@media (max-width: 1899px) {
  .header-1 .mega-menu-wrapper .header-main .main-menu ul li .has-homemenu {
    left: -50px;
  }
}
.header-1 .header-right {
  gap: 12px !important;
}
@media (max-width: 1439px) {
  .header-1 .header-right {
    gap: 12px !important;
  }
}
@media (max-width: 450px) {
  .header-1 .header-right {
    gap: 5px !important;
  }
}
.header-1 .header-right .user-login a {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 14.595px;
  font-weight: 400;
  line-height: normal;
}
.header-1 .header-right .header-messege-icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: var(--white);
  border-radius: 50%;
}
.header-1 .header-right .sidebar__toggle {
  color: var(--white);
  margin-left: 30px;
}
@media (max-width: 1439px) {
  .header-1 .header-right .sidebar__toggle {
    color: var(--theme);
  }
}

.header-right {
  gap: 30px;
}
@media (max-width: 1439px) {
  .header-right {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .header-right {
    gap: 5px;
  }
  .header-right .theme-btn {
    display: none;
  }
}
.header-right .search-icon {
  color: var(--text);
  font-size: 18px;
}
.header-right .header__cart {
  padding: 0 8px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 991px) {
  .header-right .header__cart {
    padding: 0px 10px;
  }
}
.header-right .header__cart:hover > a {
  color: var(--theme);
}
.header-right .header__cart:hover .header__right__dropdown__wrapper {
  visibility: visible;
  opacity: 1;
  top: 100%;
  transition: 0.3s;
}
.header-right .header__cart > a {
  font-size: 18px;
  color: var(--text);
  padding: 15px 0;
  position: relative;
}
.header-right .header__cart > a::before {
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  position: absolute;
  top: 0;
  right: -10px;
  width: 15px;
  height: 15px;
  padding: 0 4px;
  content: "3";
  text-align: center;
  border-radius: 100%;
  background: var(--theme);
  color: var(--white);
}
@media (max-width: 991px) {
  .header-right .header__cart > a::before {
    top: 7px;
    right: 11px;
  }
}
.header-right .header__cart .header__right__dropdown__wrapper {
  position: absolute;
  width: 300px;
  max-height: 700px;
  padding: 20px;
  border-bottom: 3px solid var(--border);
  background-color: var(--white);
  box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.15);
  top: 100%;
  left: -235px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
@media (max-width: 767px) {
  .header-right .header__cart .header__right__dropdown__wrapper {
    left: -220px;
  }
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__close {
  position: absolute;
  right: 0;
  top: -10px;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__close a :hover {
  color: var(--theme2);
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner {
  border-bottom: 1px solid var(--border-2);
  margin-bottom: 30px;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__img {
  width: 30%;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__img a {
  display: inline-block;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__img img {
  width: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__content {
  text-align: left;
  width: 70%;
  margin-left: 15px;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__content a {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--title);
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__content a:hover {
  color: var(--theme2);
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__content p {
  color: var(--title);
  font-size: 14px;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__content p span {
  color: var(--theme);
}
.header-right .header__cart .header__right__dropdown__wrapper .dropdown__price {
  text-align: left;
  font-size: 17px;
  margin-bottom: 20px;
}
.header-right .header__cart .header__right__dropdown__wrapper .dropdown__price span {
  float: right;
  color: var(--theme);
  font-weight: 700;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__button a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 10px 0px;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__button a.white__color {
  border: 1px solid var(--theme2);
  margin-bottom: 20px;
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__button a.white__color:hover {
  background: var(--theme2);
  color: var(--white);
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__button a.blue__color {
  background: var(--title);
  color: var(--white);
}
.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__button a.blue__color:hover {
  background: var(--theme2);
}

.sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
  color: var(--text);
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  padding: 30px 0 5px 0;
  height: 90px;
}
.header-main .header-middle {
  margin-left: 58px;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 22px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  padding: 18px 0;
  text-align: left;
  position: relative;
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1439px) {
  .header-main .main-menu ul li a {
    letter-spacing: 1px;
  }
}
.header-main .main-menu ul li a i {
  color: #c69c62;
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.header-main .main-menu ul li a:hover, .header-main .main-menu ul li a.active {
  color: var(--theme) !important;
}
.header-main .main-menu ul li a:hover i, .header-main .main-menu ul li a.active i {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  width: max-content;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--title);
  border-top: 6px solid var(--theme);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 999;
  color: var(--title);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: var(--title);
  padding: 0 25px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.header-main .main-menu ul li .submenu li a.active, .header-main .main-menu ul li .submenu li a:hover {
  background-color: var(--theme2);
  color: var(--title) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  background: var(--theme2);
  color: var(--theme) !important;
  padding: 11px 35px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme2);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 565px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -100px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  position: relative;
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
  border-radius: 0px !important;
  background-color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--title) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover::before {
  background-color: var(--theme2);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.header-main .header-right {
  gap: 30px;
}
@media (max-width: 1439px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .header-right .search-icon {
  color: var(--title);
  font-size: 18px;
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
  color: var(--title);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky.sticky-bg-dark {
  background-color: #161921;
}
.sticky.sticky-bg-dark .header-main .main-menu ul li a {
  color: var(--white) !important;
}
.sticky.header-1 {
  padding: 0 10px;
  background: var(--white);
}
.sticky.header-1 .logo {
  display: block;
}
.sticky.header-1 .header-main {
  padding: 20px 0;
}
.sticky.header-1 .header-main .main-menu ul li .submenu li a {
  color: var(--black);
}
.sticky.header-1 .header-main .main-menu ul li a {
  color: var(--black);
}
.sticky.header-1 .header-main .main-menu ul li a.active, .sticky.header-1 .header-main .main-menu ul li a:hover {
  color: var(--black) !important;
}
@media (max-width: 450px) {
  .sticky.header-1 {
    padding: 0;
  }
}
.sticky.header-1 .theme-btn {
  background: var(--white);
  color: var(--title);
}
.sticky.header-1 .header-right {
  gap: 12px !important;
}
@media (max-width: 1439px) {
  .sticky.header-1 .header-right {
    gap: 12px !important;
  }
}
@media (max-width: 450px) {
  .sticky.header-1 .header-right {
    gap: 5px !important;
  }
}
.sticky.header-1 .header-right .user-login a {
  color: var(--black);
  font-family: "Poppins", sans-serif;
  font-size: 14.595px;
  font-weight: 400;
  line-height: normal;
}
.sticky.header-1 .header-right .header-button .btn-wrapper .gt-btn.style4 {
  border: 0.912px solid var(--black);
  color: var(--black);
}
.sticky.header-1 .header-right .header-button .btn-wrapper .gt-btn.style4 svg path {
  fill: var(--black);
}
.sticky.header-1 .header-right .header-button .btn-wrapper .gt-btn.style4:hover {
  border: 0.912px solid var(--theme);
  color: var(--black) !important;
}
.sticky.header-1 .header-right .header-button .btn-wrapper .gt-btn.style4:hover.gt-btn-icon-1::after {
  color: var(--black);
}
.sticky.header-1 .header-right .header-messege-icon {
  border: 1px solid var(--black);
}

.offcanvas__info {
  background: var(--title) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
  background-color: var(--black);
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 30px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
  color: var(--theme2);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 30px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme2);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 16px 40px;
  text-transform: capitalize !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  justify-content: space-evenly;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--theme);
  color: var(--white);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme2);
  color: var(--title) !important;
}

.header-top-area {
  background: var(--theme2);
}
.header-top-area .header-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}
.header-top-area .header-top-wrapper .content ul {
  display: flex;
  gap: 69px;
  align-items: center;
}
.header-top-area .header-top-wrapper .content ul li {
  color: #737373;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.header-top-area .header-top-wrapper .content ul li i {
  color: var(--title);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.header-top-area .header-top-wrapper .social-content ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-top-area .header-top-wrapper .social-content ul li a {
  color: var(--title);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.breadcumb .breadcumb-wrapper {
  padding: 250px 0 250px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1439px) {
  .breadcumb .breadcumb-wrapper {
    padding: 175px 0 170px 0;
  }
}
@media (max-width: 575px) {
  .breadcumb .breadcumb-wrapper {
    padding: 110px 0 95px 0;
  }
}
@media (max-width: 450px) {
  .breadcumb .breadcumb-wrapper {
    padding: 110px 0 95px 0;
  }
}
.breadcumb .breadcumb-wrapper .page-title h2 {
  color: var(--white);
  text-align: center;
  font-family: $body-font;
  font-size: 49px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
@media (max-width: 450px) {
  .breadcumb .breadcumb-wrapper .page-title h2 {
    font-size: 34px;
  }
}
.breadcumb .breadcumb-wrapper .page-title p {
  color: var(--white);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

/* 16.Container */
/*----------------------------------------------
    # Container  style here
----------------------------------------------*/
@media (min-width: 1400px) {
  .causes-wrapper.style1 .container {
    max-width: 1352px;
  }
}
@media (min-width: 1442px) {
  .portfolio-wrapper .container {
    max-width: 1165px;
  }
}
/* 17.Gutter  */
/*----------------------------------------------
    # Gutter  style here
----------------------------------------------*/
@media (min-width: 1600px) {
  .gx-40 {
    --bs-gutter-x: 40px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-64 {
    --bs-gutter-x: 64px;
  }
  .gx-47 {
    --bs-gutter-x: 47px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
  .gx-120 {
    --bs-gutter-x: 120px;
  }
  .gx-134 {
    --bs-gutter-x: 134px;
  }
  .gx-140 {
    --bs-gutter-x: 140px;
  }
  .gy-140 {
    --bs-gutter-y: 140px;
  }
  .gx-165 {
    --bs-gutter-x: 165px;
  }
  .gy-30 {
    --bs-gutter-y: 30px;
  }
}
@media (max-width: 1600px) {
  .gy-140 {
    --bs-gutter-y: 140px;
  }
}
@media (max-width: 1600px) and (max-width: 1439px) {
  .gy-140 {
    --bs-gutter-y: 200px;
  }
}
@media (max-width: 1600px) and (max-width: 1199px) {
  .gy-140 {
    --bs-gutter-y: 150px;
  }
}
.gx-0 {
  --bs-gutter-x: 0px;
}

/* 18.Sidebar */
/*----------------------------------------------
    # Widget Sidebar style here
----------------------------------------------*/
.main-sidebar .single-sidebar-widget {
  padding: 20px;
  background-color: var(--bg2);
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}
.main-sidebar .single-sidebar-widget .wid-title h3 {
  position: relative;
  padding-bottom: 15px;
}
.main-sidebar .single-sidebar-widget .wid-title h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 83px;
  content: "";
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .arrow-btn {
  display: inline-block;
  position: absolute;
  top: 7px;
  right: -32px;
}
.main-sidebar .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: var(--white);
  font-size: 15px;
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--text);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background: transparent;
  border: none;
  color: var(--title);
  text-align: center;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  background: var(--theme2);
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul {
  padding-left: 0;
  list-style-type: none;
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li {
  background-color: var(--white);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  color: var(--title);
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li a span {
  transition: all 0.4s ease-in-out;
  color: var(--title);
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li:hover {
  background: var(--theme2);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li:hover a {
  color: var(--title) !important;
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li:hover span {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li.active {
  background: var(--theme2);
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li.active a {
  color: var(--title);
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li.active span {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-flex;
  padding: 10px 16px;
  color: var(--title);
  font-family: "Tinos", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: capitalize;
  background: var(--white);
  margin-right: 5px;
  margin-bottom: 10px;
  border: none;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sidebar .single-sidebar-widget .tagcloud a:hover {
  background: var(--theme2);
  color: var(--title) !important;
}

.recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.recent-post-area .recent-items:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E5E5;
}
.recent-post-area .recent-items .recent-thumb img {
  width: 78px;
  height: 79px;
  object-fit: cover;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.recent-post-area .recent-items .recent-content ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 8px;
}
.recent-post-area .recent-items .recent-content ul li {
  color: var(--theme);
  font-family: "Tinos", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.recent-post-area .recent-items .recent-content ul li i {
  color: var(--theme);
  margin-right: 5px;
}
.recent-post-area .recent-items .recent-content h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.recent-post-area .recent-items .recent-content h6 a {
  color: var(--title);
  font-family: "Tinos", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.recent-post-area .recent-items .recent-content h6 a:hover {
  color: var(--theme) !important;
}

@media (max-width: 1199px) {
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 24px 0;
  }
}
@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 16px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}
/* 19.Sidebar */
.widget.style1 .single-widget {
  background: var(--black);
  display: inline-block;
  padding: 20px 30px;
  border-radius: 20px;
  background: #000;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
.widget.style1 .single-widget .wid-title {
  border-radius: 999px;
  opacity: 0.7;
  background: var(--theme);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 19px 93px;
  margin-bottom: 30px;
}
.widget.style1 .single-widget .wid-title h3 {
  color: var(--black);
}
.widget.style1 .single-widget .widget-categories {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 19px 30px;
  margin-bottom: 20px;
}
.widget.style1 .single-widget .widget-categories:last-child {
  margin-bottom: 0;
}
.widget.style1 .single-widget .widget-categories ul li a {
  display: flex;
  gap: 108px;
  justify-content: space-between;
  align-items: center;
  color: var(--white, #FFF);
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.widget.style1 .single-widget .widget-categories:hover {
  cursor: pointer;
}
.widget.style1 .single-widget .widget-categories:hover li a {
  color: var(--theme) !important;
}

.main-sidebar.style1 .single-sidebar-widget {
  margin-bottom: 30px;
}
.main-sidebar.style1 .single-sidebar-widget.style1 {
  padding: 40px;
  border-radius: 20px;
  background-color: var(--gray1);
}
.main-sidebar.style1 .single-sidebar-widget.style1 .title {
  color: var(--title);
  font-family: "Tinos", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
  margin-bottom: 30px;
}
.main-sidebar.style1 .single-sidebar-widget.style1 .checklist-boxes .box {
  margin-bottom: 20px;
}
.main-sidebar.style1 .single-sidebar-widget.style1 .checklist-boxes .box:last-child {
  margin-bottom: 0;
}
.main-sidebar.style1 .single-sidebar-widget.style1 .checklist-boxes .box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 999px;
  background-color: var(--white);
  padding: 10px 30px;
}
.main-sidebar.style1 .single-sidebar-widget.style1 .checklist-boxes .box a .box-title {
  color: var(--pra-text);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar.style1 .single-sidebar-widget.style1 .checklist-boxes .box a .box-title i {
  margin-right: 15px;
  font-size: 16px;
  color: #004540;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.main-sidebar.style1 .single-sidebar-widget.style1 .checklist-boxes .box a .number {
  color: var(--pra-text);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar.style1 .single-contact-widget {
  margin-bottom: 30px;
}
.main-sidebar.style1 .single-contact-widget.style1 {
  padding: 20px;
  border-radius: 20px;
  background-color: var(--gray1);
}
.main-sidebar.style1 .single-contact-widget.style1 .content {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 80px 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.main-sidebar.style1 .single-contact-widget.style1 .content:before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 69, 64);
  backdrop-filter: blur(15px);
  top: 0;
  left: 0;
  opacity: 0.7;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.main-sidebar.style1 .single-contact-widget.style1 .content h4 {
  position: relative;
  z-index: 5;
  color: var(--white);
  font-family: "Tinos", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
}
.main-sidebar.style1 .single-contact-widget.style1 .content .icon {
  position: relative;
  z-index: 5;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 86px;
  height: 86px;
  line-height: 96px;
  background-color: var(--theme);
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.main-sidebar.style1 .single-contact-widget.style1 .content .icon i {
  color: var(--white);
  font-size: 30px;
  font-weight: 900;
}
.main-sidebar.style1 .single-contact-widget.style1 .content .phone a {
  position: relative;
  z-index: 5;
  text-align: center;
  color: var(--white);
  font-family: "Tinos", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.main-sidebar.style1 .single-download-widget.style1 {
  padding: 40px;
  border-radius: 20px;
  background-color: var(--gray1);
}
.main-sidebar.style1 .single-download-widget.style1 .download-box {
  padding: 20px 30px;
  border-radius: 20px;
  border: 1px solid #004540;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main-sidebar.style1 .single-download-widget.style1 .download-box:last-child {
  margin-bottom: 0;
}
.main-sidebar.style1 .single-download-widget.style1 .download-box .title {
  color: var(--title);
  font-family: "Tinos", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.main-sidebar.style1 .single-download-widget.style1 .download-box .download {
  display: flex;
  align-items: center;
  gap: 15px;
}
.main-sidebar.style1 .single-download-widget.style1 .download-box .download .details {
  color: var(--pra-text);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.main-sidebar.style1 .single-download-widget.style1 .download-box .download .icon i {
  font-size: 24px;
  color: var(--theme);
}

/* 20.Footer */
/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
.footer-section .footer-widgets-wrapper.style1 {
  padding: 60px 0 80px 0;
  background: #383737;
  position: relative;
}
.footer-section .footer-widgets-wrapper.style1 .footer-bg-shape {
  position: absolute;
  bottom: -165px;
  right: 0px;
  z-index: 1;
  opacity: 0.7;
}
.footer-section .footer-widgets-wrapper.style1 .middle-part {
  padding-top: 40px;
  position: relative;
  z-index: 99;
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .row .col-xl-4 .single-widget {
  margin-left: 45px;
}
@media (max-width: 991px) {
  .footer-section .footer-widgets-wrapper.style1 .middle-part .row .col-xl-4 .single-widget {
    margin-left: 0;
  }
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .row .col-xl-3:last-child .single-widget {
  margin-left: 45px;
}
@media (max-width: 991px) {
  .footer-section .footer-widgets-wrapper.style1 .middle-part .row .col-xl-3:last-child .single-widget {
    margin-left: 0;
  }
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .single-widget .logo-content {
  margin-top: 28px;
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .single-widget .logo-content h3 {
  color: var(--white);
  font-size: 30px;
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .single-widget .content .title {
  margin-bottom: 28px;
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .single-widget .content .title h3 {
  color: var(--white);
  font-size: 31.75px;
  letter-spacing: -0.864px;
  text-transform: uppercase;
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .single-widget .content nav ul li {
  margin-bottom: 8px;
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .single-widget .content nav ul li:last-child {
  margin-top: 0;
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .single-widget .content nav ul li a {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .single-widget .content nav ul li a:hover {
  color: var(--theme);
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .single-widget .content .center-border {
  width: 226px;
  height: 1px;
  opacity: 0.2;
  background: #FFF;
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .single-widget .content .highlight {
  color: var(--white);
  margin-bottom: 30px;
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .single-widget .content .social-icon ul {
  display: flex;
  gap: 9.5px;
  align-items: center;
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .single-widget .content .social-icon ul li a {
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  display: inline-block;
  background: #c69c62;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .single-widget .content .social-icon ul li a i {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--white);
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .single-widget .content .social-icon ul li a:hover {
  background-color: var(--theme);
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .single-widget .content .social-icon ul li a:hover i {
  color: var(--white);
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .single-widget .content .contact-item {
  margin-bottom: 20px;
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .single-widget .content .contact-item p {
  color: var(--white);
  margin-bottom: 10px;
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .single-widget .content .contact-item p i {
  margin-right: 19px;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  color: var(--white);
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .single-widget .content .contact-item h4 {
  color: var(--white);
}
.footer-section .footer-widgets-wrapper.style1 .middle-part .single-widget .content .contact-item a {
  color: var(--white);
  font-family: "Tinos", serif;
  font-size: 23.625px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.648px;
}
.footer-section .footer-bottom {
  background: #383737;
}
.footer-section .footer-bottom .footer-bottom-wrapper {
  position: relative;
  z-index: 99;
  display: flex;
}
@media (max-width: 991px) {
  .footer-section .footer-bottom .footer-bottom-wrapper {
    flex-direction: column;
  }
}
.footer-section .footer-bottom .footer-bottom-wrapper.style1 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0 32px 0;
}
.footer-section .footer-bottom .footer-bottom-wrapper.style1 P {
  color: var(--white);
}
.footer-section .footer-bottom .footer-bottom-wrapper.style1 P a {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
.footer-section .footer-bottom .footer-bottom-wrapper.style1 .footer-services {
  display: flex;
  gap: 18px;
}
.footer-section .footer-bottom .footer-bottom-wrapper.style1 .footer-services li a {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}

/* 21.Index_1 */
/*----------------------------------------------
    # Brand style here
----------------------------------------------*/
.brand-logo-wrapper.style1 .slider-area {
  background: var(--theme);
  padding: 25px 0 8px 0;
}

/*----------------------------------------------
    # Process style here
----------------------------------------------*/
.process-wrapper {
  padding: 120px 0;
  background: #F3F3F9;
}
@media (max-width: 1199px) {
  .process-wrapper {
    padding: 70px;
  }
}
@media (max-width: 991px) {
  .process-wrapper {
    padding: 20px 0px;
  }
}
.process-wrapper .process-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  border: 2px solid rgba(217, 217, 224, 0.62);
  background: var(--white);
  padding: 35px;
}
@media (max-width: 991px) {
  .process-wrapper .process-inner {
    flex-direction: column;
    padding: 0;
  }
}

/*----------------------------------------------
    # Testimonial style here
----------------------------------------------*/
.testimonial-wrapper.style1 {
  position: relative;
}
.testimonial-wrapper.style1 .title-section {
  max-width: 615px;
  margin: 0 auto 60px auto;
  text-align: center;
}
.testimonial-wrapper.style1 .testimonial-slider-area {
  padding: 60px 40px;
  background: var(--white);
  border-radius: 20px;
  border: 1px solid #E9E9E9;
}
@media (max-width: 450px) {
  .testimonial-wrapper.style1 .testimonial-slider-area {
    padding: 30px;
  }
}
@media (max-width: 450px) {
  .testimonial-wrapper.style1 .testimonial-slider-area {
    padding: 0;
  }
}

/*----------------------------------------------
    #FAQ style here
----------------------------------------------*/
.faq-wrapper .faq-inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}
.faq-wrapper .faq-inner .thumb-content {
  display: flex;
  align-items: end;
  gap: 20px;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .faq-wrapper .faq-inner .thumb-content {
    margin: 0 180px;
  }
}
@media (max-width: 991px) {
  .faq-wrapper .faq-inner .thumb-content {
    margin: 0 90px;
  }
}
@media (max-width: 767px) {
  .faq-wrapper .faq-inner .thumb-content {
    margin: 0 0;
  }
}
.faq-wrapper .faq-inner .thumb-content .thumb img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}
.faq-wrapper .faq-inner .thumb-content .thumb img:last-child {
  margin-bottom: 0;
}
.faq-wrapper .faq-inner .thumb-content .thumb img.right-img {
  text-align: end;
}
.faq-wrapper .faq-inner .link-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .faq-wrapper .faq-inner .link-info {
    justify-content: center;
  }
}
.faq-wrapper .faq-inner .link-info .icon {
  width: 50.593px;
  height: 50.593px;
  line-height: 50.593px;
  text-align: center;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0px 3.99px 19.949px 0px #E6EEF1;
}
.faq-wrapper .faq-inner .link-info .content p {
  color: var(--theme);
  font-family: "Tinos", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.986px;
  margin-bottom: 10px;
}
.faq-wrapper .faq-inner .link-info .content span a {
  color: #0C1017;
  font-family: "Tinos", serif;
  font-size: 28.324px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.986px;
  text-transform: uppercase;
}

/*----------------------------------------------
    #CTA style here
----------------------------------------------*/
@media (max-width: 767px) {
  .cta-section {
    display: none;
  }
}

.cta-wrapper .cta-content {
  display: flex;
  background: #383737;
  border-radius: 0px 20px 20px 0px;
  width: 1289px;
  position: relative;
}
@media (max-width: 1199px) {
  .cta-wrapper .cta-content {
    width: 980px;
  }
}
@media (max-width: 991px) {
  .cta-wrapper .cta-content {
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 20px;
  }
}
.cta-wrapper .cta-content .title h4 {
  color: var(--white);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 44.676px;
  padding: 44px 40px 99px 150px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .cta-wrapper .cta-content .title h4 {
    padding: 44px 40px 99px 40px;
  }
}
@media (max-width: 991px) {
  .cta-wrapper .cta-content .title h4 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cta-wrapper .cta-content .thumb {
    text-align: center;
    margin-top: 20px;
  }
}
.cta-wrapper .cta-content .thumb img {
  border-radius: 0px 20px 20px 0px;
}
@media (max-width: 991px) {
  .cta-wrapper .cta-content .thumb img {
    border-radius: 20px;
  }
}
.cta-wrapper .down-cta {
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 48px;
  background: var(--theme);
  max-width: 917.68px;
  margin: -80px auto;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cta-wrapper .down-cta {
    margin: -80px 20px auto 20px;
  }
}
.cta-wrapper .down-cta .content h4 {
  color: var(--white);
  font-family: "Tinos", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.cta-wrapper .down-cta .content h4::after {
  content: "";
  width: 90.084px;
  height: 1.099px;
  background: var(--white);
  position: absolute;
  top: 50%;
  right: -110px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cta-wrapper .down-cta .content p {
  color: var(--white);
  font-family: $body-font;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 440px;
}

/*----------------------------------------------
    #service style here
----------------------------------------------*/
.service-wrapper.style1.mt-45 {
  margin-top: 45px;
}
@media (max-width: 450px) {
  .service-wrapper.style1 .title-content {
    margin-bottom: 120px;
  }
}
.service-wrapper.style2 .content {
  margin-bottom: 24px;
}
.service-wrapper.style2 .content h4 {
  color: #383737;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 22px;
}
@media (max-width: 500px) {
  .service-wrapper.style2 .content h4 {
    font-size: 22px;
  }
}
.service-wrapper.style2 .content p {
  color: #383737;
  max-width: 523px;
}
.service-wrapper.style2 .thumb img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .service-wrapper.style2 .thumb img {
    width: 100%;
  }
}

/*----------------------------------------------
    #Team style here
----------------------------------------------*/
.team-wrapper.style1 {
  margin-bottom: 183px;
}
.team-wrapper.style1 .single-team-items {
  position: relative;
  margin-top: 30px;
}
.team-wrapper.style1 .single-team-items .team-image {
  position: relative;
  height: 435px;
  max-width: 345px;
  text-align: center;
  margin: 0 auto;
  z-index: 4;
}
.team-wrapper.style1 .single-team-items .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 13px;
}
.team-wrapper.style1 .single-team-items .team-image:before {
  position: absolute;
  top: -16px;
  left: 40px;
  width: 95%;
  height: 100%;
  bottom: 0;
  right: 0;
  content: "";
  border: 2px dotted var(--theme);
  border-radius: 13px;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.team-wrapper.style1 .single-team-items .team-image .social-link {
  position: absolute;
  top: 50%;
  left: 0;
  display: grid;
  padding: 20px;
  background-color: var(--theme);
  gap: 15px;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-wrapper.style1 .single-team-items .team-image .social-link:before {
  width: 0;
  height: 0;
  border-top: 25px solid var(--theme);
  border-right: 30px solid transparent;
  content: "";
  left: 0px;
  position: absolute;
  top: -24px;
  transform: rotate(-180.509deg);
}
.team-wrapper.style1 .single-team-items .team-image .social-link:after {
  width: 0;
  height: 0;
  border-top: 20px solid var(--theme);
  border-right: 16px solid transparent;
  content: "";
  right: -7px;
  position: absolute;
  bottom: 50%;
  transform: rotate(139deg);
}
.team-wrapper.style1 .single-team-items .team-image .social-link a i {
  color: var(--white);
}
.team-wrapper.style1 .single-team-items .team-image:hover:before {
  transform: rotate(-3.136deg);
  -webkit-transform: rotate(-3.136deg);
  -moz-transform: rotate(-3.136deg);
  -ms-transform: rotate(-3.136deg);
  -o-transform: rotate(-3.136deg);
}
.team-wrapper.style1 .single-team-items .team-image:hover .social-link {
  opacity: 1;
  visibility: visible;
}
.team-wrapper.style1 .single-team-items .team-image:hover .team-content .shape {
  opacity: 0;
}
.team-wrapper.style1 .single-team-items .team-image:hover ~ .team-content .shape {
  opacity: 0;
}
.team-wrapper.style1 .single-team-items .team-content {
  position: absolute;
  z-index: 5;
  padding: 0px 20px 22px;
  text-align: center;
  left: 30px;
  right: 30px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 14px;
  margin: -41px auto auto auto;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}
@media (max-width: 450px) {
  .team-wrapper.style1 .single-team-items .team-content {
    left: 0;
    width: 100%;
  }
}
.team-wrapper.style1 .single-team-items .team-content .shape {
  margin-bottom: 20px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.team-wrapper.style1 .single-team-items .team-content p {
  font-weight: 500;
  color: var(--theme);
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 0;
}
.team-wrapper.style1 .single-team-items .team-content h3 {
  margin-top: 2px;
  font-size: 28px;
}
.team-wrapper.style1 .single-team-items .team-content h3 a:hover {
  color: var(--theme);
}
.team-wrapper.style1 .single-team-items .team-content .highlight {
  font-weight: 500;
  color: var(--pra-text);
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 0;
  max-width: 700px;
  margin: 0 auto;
}
.team-wrapper.style1 .single-team-items.active .team-image:before {
  transform: rotate(-3.136deg);
  -webkit-transform: rotate(-3.136deg);
  -moz-transform: rotate(-3.136deg);
  -ms-transform: rotate(-3.136deg);
  -o-transform: rotate(-3.136deg);
}
.team-wrapper.style1 .single-team-items.active .team-image .social-link {
  opacity: 1;
  visibility: visible;
}

.project-details-wrapper.style1 .content .main-thumb img {
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.project-details-wrapper.style1 .content .content-title {
  color: var(--title);
  font-family: "Tinos", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.project-details-wrapper.style1 .content .desc {
  color: var(--text);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
}
.project-details-wrapper.style1 .content .checklist-wrapper {
  margin-top: 20px;
  margin-bottom: 30px;
}
.project-details-wrapper.style1 .content .checklist-wrapper .checklist {
  color: var(--text);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}
.project-details-wrapper.style1 .content .checklist-wrapper .checklist svg {
  margin-right: 15px;
}
.project-details-wrapper.style1 .content .subtitle {
  color: var(--title);
  font-family: "Tinos", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
.project-details-wrapper.style1 .content .desc2 {
  color: var(--text);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 35px;
}
.project-details-wrapper.style1 .content .popular-project-wrapper .subtitle2 {
  color: var(--title);
  font-family: "Tinos", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
}
.project-details-wrapper.style1 .content .popular-project-wrapper .popular-project {
  margin-top: 30px;
  margin-bottom: 70px;
}
.project-details-wrapper.style1 .content .popular-project-wrapper .popular-project .thumb {
  position: relative;
  z-index: 3;
  margin-right: -300px;
  width: 310px;
}
.project-details-wrapper.style1 .content .popular-project-wrapper .popular-project .thumb img {
  max-width: 100%;
  border-radius: 20px;
}
.project-details-wrapper.style1 .content .popular-project-wrapper .popular-project .content {
  position: relative;
  z-index: 2;
  padding: 40px 20px 40px 265px;
  border-radius: 20px;
  background-color: var(--gray1);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.project-details-wrapper.style1 .content .thumb-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.project-details-wrapper.style1 .content .thumb-wrapper .thumb1 img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  max-width: 100%;
}
.project-details-wrapper.style1 .content .thumb-wrapper .thumb2 img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  max-width: 100%;
}
.project-details-wrapper.style1 .content .desc3 {
  color: var(--text);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
.project-details-wrapper.style1 .content .desc4 {
  color: var(--text);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 35px;
}
.project-details-wrapper.style1 .content .desc5 {
  color: var(--text);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.project-details-wrapper.style1 .content .project-details-card-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 35px;
}
.project-details-wrapper.style1 .content .project-details-card.style1 {
  padding: 40px;
  border-radius: 20px;
  background-color: var(--white);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
.project-details-wrapper.style1 .content .project-details-card.style1 .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 999px;
  border: 1px solid var(--border-2);
}
.project-details-wrapper.style1 .content .project-details-card.style1 .icon svg path {
  fill: var(--theme);
}
.project-details-wrapper.style1 .content .project-details-card.style1 h4 {
  color: var(--title);
  font-family: "Tinos", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.28px;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* 22.Index_2 */
/* 23.Index_3 */
/* 24.Intro */
.intro-wrapper {
  position: relative;
}
.intro-wrapper .thumb-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%, 100%;
  position: relative;
  z-index: 2;
}
.intro-wrapper .thumb-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.intro-wrapper .thumb-box .thumb-content {
  text-align: center;
  padding: 300px 0 300px 0;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
@media (max-width: 1199px) {
  .intro-wrapper .thumb-box .thumb-content {
    padding: 200px 0 200px 0;
  }
}
@media (max-width: 991px) {
  .intro-wrapper .thumb-box .thumb-content {
    padding: 150px 0 150px 0;
  }
}
@media (max-width: 500px) {
  .intro-wrapper .thumb-box .thumb-content {
    padding: 110px 0 110px 0;
  }
}
@media (max-width: 450px) {
  .intro-wrapper .thumb-box .thumb-content {
    padding: 110px 0 80px 0;
  }
}
.intro-wrapper .thumb-box .thumb-content h2 {
  color: var(--white);
  text-align: center;
  font-size: 49px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .intro-wrapper .thumb-box .thumb-content h2 {
    font-size: 38px;
  }
}
@media (max-width: 450px) {
  .intro-wrapper .thumb-box .thumb-content h2 {
    font-size: 32px;
  }
}
.intro-wrapper .thumb-box .thumb-content p {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 767px) {
  .intro-wrapper .thumb-box .thumb-content p {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 450px) {
  .intro-wrapper .thumb-box .thumb-content p {
    display: none;
  }
}
.intro-wrapper .social-icon {
  position: absolute;
  left: 50px;
  bottom: 47px;
  z-index: 99;
}
.intro-wrapper .social-icon ul {
  display: flex;
  align-items: center;
  gap: 21px;
}
.intro-wrapper .social-icon ul li a {
  width: 40.36px;
  height: 40.36px;
  line-height: 40.36px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(227, 227, 227, 0.6);
  display: inline-block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.intro-wrapper .social-icon ul li a i {
  color: var(--white);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.intro-wrapper .social-icon ul li:hover a {
  background: var(--theme);
}
.intro-wrapper .social-icon ul li:hover a i {
  color: var(--white);
}
.intro-wrapper .auto-scroll-down {
  display: flex;
  align-items: center;
  gap: 14.36px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 47px;
  z-index: 99;
  cursor: pointer;
}
@media (max-width: 991px) {
  .intro-wrapper .auto-scroll-down {
    display: none;
  }
}
.intro-wrapper .auto-scroll-down .scroll-title p {
  color: #FFF;
  text-align: center;
  font-size: 15.415px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.771px;
  text-transform: uppercase;
}
.intro-wrapper .auto-scroll-down .icon {
  position: relative;
}
.intro-wrapper .auto-scroll-down .icon::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 44px;
  opacity: 0.4;
  background: #FFF;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* 24.Portfolio */
.portfolio-wrapper .portfolio-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .portfolio-wrapper .portfolio-inner {
    display: grid;
  }
}
.portfolio-wrapper .portfolio-inner .thumb-box {
  position: relative;
}
.portfolio-wrapper .portfolio-inner .thumb-box .thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.portfolio-wrapper .portfolio-inner .thumb-box .thumb img {
  border-radius: 20px;
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.portfolio-wrapper .portfolio-inner .thumb-box .thumb .video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.portfolio-wrapper .portfolio-inner .thumb-box .thumb-content {
  padding: 15px 30px 8px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(138, 191, 85, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0px 0px 20px 20px;
}
.portfolio-wrapper .portfolio-inner .thumb-box .thumb-content p {
  color: var(--white);
}
@media (max-width: 500px) {
  .portfolio-wrapper .portfolio-inner .thumb-box .thumb-content p {
    max-width: 200px;
  }
}
@media (max-width: 470px) {
  .portfolio-wrapper .portfolio-inner .thumb-box .thumb-content p {
    max-width: 170px;
  }
}
@media (max-width: 450px) {
  .portfolio-wrapper .portfolio-inner .thumb-box .thumb-content p {
    font-size: 8px;
  }
}
@media (max-width: 450px) {
  .portfolio-wrapper .portfolio-inner .thumb-box .thumb-content .gt-btn.style2 {
    font-size: 10px;
  }
}
.portfolio-wrapper .portfolio-inner .thumb-box:hover .thumb img {
  transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.portfolio-wrapper .btn-wrapper {
  text-align: center;
}
.portfolio-wrapper .btn-wrapper .gt-btn.style3 {
  margin-top: 57px;
}

/* 24.Portfolio */
.about-wrapper.style1 {
  border-radius: 45px;
  background: #F3F3F9;
  padding: 60px;
}
@media (max-width: 767px) {
  .about-wrapper.style1 {
    padding: 20px;
  }
}
.about-wrapper.style1 .about-title {
  margin-bottom: 83px;
}
@media (max-width: 991px) {
  .about-wrapper.style1 .about-title {
    margin-bottom: 40px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .about-wrapper.style1 .about-title {
    margin-bottom: 20px;
    padding: 0;
  }
}
.about-wrapper.style1 .about-title h5 {
  color: var(--theme);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.about-wrapper.style1 .about-title h3 {
  color: #383737;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
}
@media (max-width: 1439px) {
  .about-wrapper.style1 .about-title h3 {
    max-width: 951px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .about-wrapper.style1 .about-title h3 {
    font-size: 26px;
  }
}
@media (max-width: 450px) {
  .about-wrapper.style1 .about-title h3 {
    font-size: 17px;
    line-height: 23px;
  }
}
.about-wrapper.style1 .thumb img {
  border-radius: 20px;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1439px) {
  .about-wrapper.style1 .thumb img {
    height: 74vh;
  }
}
@media (max-width: 1199px) {
  .about-wrapper.style1 .thumb img {
    width: 100%;
    height: auto;
  }
}
.about-wrapper.style1 .about-content {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .about-wrapper.style1 .about-content {
    margin-bottom: 20px;
  }
}
.about-wrapper.style1 .about-content h5 {
  color: #383737;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 14px;
}
@media (max-width: 450px) {
  .about-wrapper.style1 .about-content h5 {
    font-size: 17px;
    line-height: 23px;
  }
}
.about-wrapper.style1 .about-content p {
  color: #383737;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 450px) {
  .about-wrapper.style1 .about-content p {
    font-size: 12px;
    line-height: 20px;
  }
}
.about-wrapper.style1 .about-btn {
  display: flex;
  border-radius: 15px;
  background: #FFF;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 470px) {
  .about-wrapper.style1 .about-btn {
    flex-direction: column;
  }
}
.about-wrapper.style1 .about-btn .btn-title {
  color: #383737;
  font-family: $body-font;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

/* 24.Package */
.package-wrapper.style1 {
  padding: 80px;
  border-radius: 30px;
  background: #A3C1D3;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .package-wrapper.style1 {
    padding: 0;
  }
}
.package-wrapper.style1 .heading {
  position: absolute;
  top: 20px;
  left: 325px;
  text-align: center;
  z-index: 99;
}
@media (max-width: 1199px) {
  .package-wrapper.style1 .heading {
    left: 125px;
  }
}
@media (max-width: 991px) {
  .package-wrapper.style1 .heading {
    left: 103px;
  }
}
@media (max-width: 767px) {
  .package-wrapper.style1 .heading {
    top: 55px;
    left: 50px;
  }
}
@media (max-width: 575px) {
  .package-wrapper.style1 .heading {
    top: 55px;
    left: 40px;
  }
}
@media (max-width: 450px) {
  .package-wrapper.style1 .heading {
    left: 10px;
    top: 10px;
  }
}
.package-wrapper.style1 .heading h2 {
  color: #123747;
  text-align: center;
}
@media (max-width: 991px) {
  .package-wrapper.style1 .heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .package-wrapper.style1 .heading h2 {
    font-size: 25px;
    color: var(--theme);
  }
}
@media (max-width: 450px) {
  .package-wrapper.style1 .heading h2 {
    font-size: 19px;
  }
}
.package-wrapper.style1 .package-inner {
  padding: 30px;
  background: var(--white);
  border-radius: 15px;
}
@media (max-width: 450px) {
  .package-wrapper.style1 .package-inner {
    padding: 0;
  }
}
.package-wrapper.style1 .package-inner .thumb {
  margin-bottom: 20px;
}
.package-wrapper.style1 .package-inner .thumb img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 15px;
}
.package-wrapper.style1 .package-inner .pricing-widget .row .col-xl-4:nth-child(1) .single-widget .title {
  background: #A3C1D3;
}
.package-wrapper.style1 .package-inner .pricing-widget .row .col-xl-4:nth-child(2) .single-widget .title {
  background: #2E5469;
}
.package-wrapper.style1 .package-inner .pricing-widget .row .col-xl-4:nth-child(3) .single-widget .title {
  background: #0A3446;
}
.package-wrapper.style1 .package-inner .pricing-widget .single-widget .title {
  border-radius: 5px;
  padding: 28px 31px;
}
.package-wrapper.style1 .package-inner .pricing-widget .single-widget .title h4 {
  color: var(--white);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.935px;
}
.package-wrapper.style1 .package-inner .pricing-widget .single-widget ul li {
  color: #383737;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px 10px 20px 10px;
  border: 1px solid #D9D9E0;
}
.package-wrapper.style1 .package-inner .pricing-widget .single-widget .add-btn {
  text-align: center;
}
.package-wrapper.style1 .package-inner .pricing-widget .single-widget .add-btn a {
  background: var(--theme);
  padding: 20px 5px 20px 10px;
  display: block;
  border-radius: 0 0 10px 10px;
  color: var(--white);
}
.package-wrapper.style1 .package-inner .pricing-widget .single-widget .add-btn a:hover {
  color: var(--white) !important;
}
.package-wrapper.style2 {
  padding: 80px;
  border-radius: 30px;
  background: #CFC857;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .package-wrapper.style2 {
    padding: 0;
  }
}
.package-wrapper.style2 .heading {
  position: absolute;
  top: 20px;
  left: 325px;
  text-align: center;
  z-index: 99;
}
@media (max-width: 1199px) {
  .package-wrapper.style2 .heading {
    left: 125px;
  }
}
@media (max-width: 991px) {
  .package-wrapper.style2 .heading {
    left: 103px;
  }
}
@media (max-width: 767px) {
  .package-wrapper.style2 .heading {
    top: 55px;
    left: 50px;
  }
}
@media (max-width: 575px) {
  .package-wrapper.style2 .heading {
    top: 55px;
    left: 40px;
  }
}
@media (max-width: 450px) {
  .package-wrapper.style2 .heading {
    left: 10px;
    top: 10px;
  }
}
.package-wrapper.style2 .heading h2 {
  color: #123747;
  text-align: center;
}
@media (max-width: 991px) {
  .package-wrapper.style2 .heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .package-wrapper.style2 .heading h2 {
    font-size: 25px;
    color: var(--theme);
  }
}
@media (max-width: 450px) {
  .package-wrapper.style2 .heading h2 {
    font-size: 19px;
  }
}
.package-wrapper.style2 .package-inner {
  padding: 30px;
  background: var(--white);
  border-radius: 15px;
}
@media (max-width: 450px) {
  .package-wrapper.style2 .package-inner {
    padding: 0;
  }
}
.package-wrapper.style2 .package-inner .thumb {
  margin-bottom: 20px;
}
.package-wrapper.style2 .package-inner .thumb img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 15px;
}
.package-wrapper.style2 .package-inner .pricing-widget .row .col-xl-4:nth-child(1) .single-widget .title {
  background: #CFC857;
}
.package-wrapper.style2 .package-inner .pricing-widget .row .col-xl-4:nth-child(2) .single-widget .title {
  background: #7A8015;
}
.package-wrapper.style2 .package-inner .pricing-widget .row .col-xl-4:nth-child(3) .single-widget .title {
  background: #636304;
}
.package-wrapper.style2 .package-inner .pricing-widget .single-widget .title {
  border-radius: 5px;
  padding: 28px 31px;
}
.package-wrapper.style2 .package-inner .pricing-widget .single-widget .title h4 {
  color: var(--white);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.935px;
}
.package-wrapper.style2 .package-inner .pricing-widget .single-widget ul li {
  color: #383737;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px 10px 20px 10px;
  border: 1px solid #D9D9E0;
}
.package-wrapper.style2 .package-inner .pricing-widget .single-widget .add-btn {
  text-align: center;
}
.package-wrapper.style2 .package-inner .pricing-widget .single-widget .add-btn a {
  background: var(--theme);
  padding: 20px 5px 20px 10px;
  display: block;
  border-radius: 0 0 10px 10px;
  color: var(--white);
}
.package-wrapper.style2 .package-inner .pricing-widget .single-widget .add-btn a:hover {
  color: var(--white) !important;
}
.package-wrapper.style3 {
  padding: 80px;
  border-radius: 30px;
  background: #C69C62;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .package-wrapper.style3 {
    padding: 0;
  }
}
.package-wrapper.style3 .heading {
  position: absolute;
  top: 20px;
  left: 325px;
  text-align: center;
  z-index: 99;
}
@media (max-width: 1199px) {
  .package-wrapper.style3 .heading {
    left: 125px;
  }
}
@media (max-width: 991px) {
  .package-wrapper.style3 .heading {
    left: 103px;
  }
}
@media (max-width: 767px) {
  .package-wrapper.style3 .heading {
    top: 55px;
    left: 50px;
  }
}
@media (max-width: 575px) {
  .package-wrapper.style3 .heading {
    top: 55px;
    left: 40px;
  }
}
@media (max-width: 450px) {
  .package-wrapper.style3 .heading {
    left: 10px;
    top: 10px;
  }
}
.package-wrapper.style3 .heading h2 {
  color: #123747;
  text-align: center;
}
@media (max-width: 991px) {
  .package-wrapper.style3 .heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .package-wrapper.style3 .heading h2 {
    font-size: 25px;
    color: var(--theme);
  }
}
@media (max-width: 450px) {
  .package-wrapper.style3 .heading h2 {
    font-size: 19px;
  }
}
.package-wrapper.style3 .package-inner {
  padding: 30px;
  background: var(--white);
  border-radius: 15px;
}
@media (max-width: 450px) {
  .package-wrapper.style3 .package-inner {
    padding: 0;
  }
}
.package-wrapper.style3 .package-inner .thumb {
  margin-bottom: 20px;
}
.package-wrapper.style3 .package-inner .thumb img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 15px;
}
.package-wrapper.style3 .package-inner .pricing-widget .row .col-xl-4:nth-child(1) .single-widget .title {
  background: #C69C62;
}
.package-wrapper.style3 .package-inner .pricing-widget .row .col-xl-4:nth-child(2) .single-widget .title {
  background: #754B22;
}
.package-wrapper.style3 .package-inner .pricing-widget .row .col-xl-4:nth-child(3) .single-widget .title {
  background: #59300E;
}
.package-wrapper.style3 .package-inner .pricing-widget .single-widget .title {
  border-radius: 5px;
  padding: 28px 31px;
}
.package-wrapper.style3 .package-inner .pricing-widget .single-widget .title h4 {
  color: var(--white);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.935px;
}
.package-wrapper.style3 .package-inner .pricing-widget .single-widget ul li {
  color: #383737;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px 10px 20px 10px;
  border: 1px solid #D9D9E0;
}
.package-wrapper.style3 .package-inner .pricing-widget .single-widget .add-btn {
  text-align: center;
}
.package-wrapper.style3 .package-inner .pricing-widget .single-widget .add-btn a {
  background: var(--theme);
  padding: 20px 5px 20px 10px;
  display: block;
  border-radius: 0 0 10px 10px;
  color: var(--white);
}
.package-wrapper.style3 .package-inner .pricing-widget .single-widget .add-btn a:hover {
  color: var(--white) !important;
}

/* 24.Package */
.single-package-wrapper .single-package .content {
  max-width: 751px;
}
.single-package-wrapper .single-package .content h5 {
  color: var(--theme);
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.single-package-wrapper .single-package .content h2 {
  color: #383737;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 22px;
}
.single-package-wrapper .single-package .content p {
  color: #383737;
}
.single-package-wrapper .video-content {
  margin-top: 30px;
  position: relative;
}
.single-package-wrapper .video-content .thumb-box .thumb {
  position: relative;
  z-index: 9;
}
.single-package-wrapper .video-content .thumb-box .thumb img {
  width: 100%;
  border-radius: 10px;
}
.single-package-wrapper .video-content .thumb-box .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.single-package-wrapper .details-card {
  border-radius: 15px;
  border: 1px solid #D2D2D2;
  padding: 30px;
}
.single-package-wrapper .details-card .single-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 19px;
}
.single-package-wrapper .details-card .single-item:last-child {
  border-bottom: none;
  padding-top: 19px;
  padding-bottom: 0;
}
.single-package-wrapper .details-card .single-item:nth-child(2) {
  padding-top: 19px;
}
.single-package-wrapper .details-card .single-item:nth-child(3) {
  padding-top: 19px;
}
.single-package-wrapper .details-card .single-item:nth-child(4) {
  padding-top: 19px;
}
.single-package-wrapper .details-card .single-item p {
  color: var(--black);
  font-family: $body-font;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single-package-wrapper .pricing-card {
  padding: 20px;
  margin: 20px auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.single-package-wrapper .pricing-card h2 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.single-package-wrapper .pricing-card p {
  font-size: 14px;
  color: #666;
  margin: 10px 0;
}
.single-package-wrapper .pricing-card select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px 0;
  font-size: 14px;
}
.single-package-wrapper .pricing-card .options {
  margin: 15px 0;
}
.single-package-wrapper .pricing-card .options .option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.single-package-wrapper .pricing-card .options .option label {
  font-size: 14px;
  color: #333;
}
.single-package-wrapper .pricing-card .options .switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
}
.single-package-wrapper .pricing-card .options .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.single-package-wrapper .pricing-card .options .switch input:checked + .slider {
  background-color: #4caf50;
}
.single-package-wrapper .pricing-card .options .switch input:checked + .slider:before {
  transform: translateX(14px);
}
.single-package-wrapper .pricing-card .options .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.single-package-wrapper .pricing-card .options .switch .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.single-package-wrapper .pricing-card .total {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 15px 0;
}
.single-package-wrapper .pricing-card button {
  width: 100%;
  padding: 10px;
  background-color: #4caf50;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.single-package-wrapper .pricing-card button.btn2 {
  width: 15%;
  padding: 5px;
}
.single-package-wrapper .pricing-card button:hover {
  background-color: #45a049;
}

/* 24.Package */
.gallery-wrapper .thumb {
  overflow: hidden;
  border-radius: 20px;
}
.gallery-wrapper .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transform: scale(1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.gallery-wrapper .thumb img:hover {
  transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.gallery-wrapper .thumb-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  height: 100%;
}
.gallery-wrapper .thumb-box .thumb {
  overflow: hidden;
  border-radius: 20px;
}
.gallery-wrapper .thumb-box .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transform: scale(1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.gallery-wrapper .thumb-box .thumb img:hover {
  transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}/*# sourceMappingURL=main.css.map */

.sub-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(56, 55, 55, 0.5);
    padding: 15px;
    border-radius: 0 0 20px 20px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.sub-content p {
    color: white; /* Replace `$white` with its equivalent value */
    transition: color 0.5s ease;
}

.team-card:hover .sub-content {
    opacity: 1;
}

.company-logo {
    width: 270px;
    height: 270px;
}
.company-logo img{
        max-width: 100%;
        max-height: 100%;
}
.emailCLass{
    font-size: 16px;
}
/* Base (default) styles */
.team-name {
    font-size: 32px;
}

.team-description {
    font-size: 16px; /* or your desired default */
}

/* Responsive styles for screens <= 500px */
@media only screen and (max-width: 500px) {
    .team-responsive .team-name {
        font-size: 24px !important;
    }

    .team-responsive .team-description {
        font-size: 12px !important;
    }
}
@media only screen and (max-width: 500px) {
    .sec-title-animation .title-animation {
        font-size: 22px !important;
    }
}
