/*

*/
/*================================================
1. Mixins Css
2. Global CSS
3. Preloader
4. Magic Cursor
5. Direction Hover effect
6. Section-title
7. Slider arrows 
8.  Pagination
9. Buttons
10.  Sidebar
11. Header section
12. Bread-crumb
13. Swiper slider css
14. Banner-section
15. Casestudy-section
16. Skill-section
17. Team-section
18. Contact-section
19.Testimonial section
20.Blog Section
21.Footer
22. Work-process
23. Service-section
24. About-section
25. Video-section
26. Inner-banner-section
27. Faq Section
28. search area start
29. strategy-section
30.growth-section
31. Marque-text
32. Choose Us section
33 .Portfolio section
34 .Sidebar

================================================*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&amp;family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600&amp;display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --primary-one: #FF7F18;
  --primary-one-light:#FFF2E8;
  --primary-five-light:#FFEDDF;
  --primary-one-lighter: rgba(255, 242, 232, 0.5);
  --primary-two-lighter:rgba(255, 235, 219,0.3);
  --primary-one-dark:rgba(211, 51, 0, 1);
  --primary-light-text:rgba(255, 242, 232, 1);
  --primary-light-border: rgba(255, 127, 24, 0.2);
  --content-bg:#F1F6FB;
  --linear-green-light: rgba(0, 185, 141,0.3);
  --border-color: #EEEEEE;
  --primary-border: rgba(239, 203, 173, 1);
  --linear-yellow: #FFA811;
  --linear-orange: #F33B00;
  --linear-blue: #006CE4;
  --linear-green: rgb(0, 185, 141);
  --linear-pink: rgb(248, 108, 167);
  --linear-pink-light: rgba(248, 108, 167,0.2);
  --linear-orange2: #FF7222;
  --linear-red: #FF166A;
  --text-primary: #160803;
  --text-secondary:#5E5E5E;
  --white:#ffffff;
  --light-bg:#FAFAFA;
  --font-nunito: "Nunito", sans-serif;
  --font-dm: "DM Sans", sans-serif;
}

/*================================================
1. Mixins Css
=================================================*/
/*================================================
2. Global Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-dm);
  color: var(--text-secondary);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-nunito);
  font-weight: 700;
  line-height: 1.35;
  color: var(--text-primary);
  transition: all 0.3s 0sease-out;
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

.pt-120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-100 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 90px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-90 {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 60px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}

.pb-65 {
  padding-bottom: 65px;
}

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pe-80 {
  padding-right: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-110 {
  padding-left: 110px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .pl-110 {
    padding-left: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pl-110 {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .pl-110 {
    padding-left: unset;
  }
}

.pl-180 {
  padding-left: 180px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .pl-180 {
    padding-left: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pl-180 {
    padding-left: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pl-180 {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .pl-180 {
    padding-left: 10px;
  }
}

.pr-110 {
  padding-right: 110px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .pr-110 {
    padding-right: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pr-110 {
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pr-110 {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .pr-110 {
    padding-right: unset;
  }
}

.pr-180 {
  padding-right: 180px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .pr-180 {
    padding-right: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pr-180 {
    padding-right: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pr-180 {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .pr-180 {
    padding-right: 10px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-44 {
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  .mb-44 {
    margin-bottom: 0px;
  }
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mb-40.mb-40-mobile {
    margin-bottom: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-65 {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .mt-65 {
    margin-top: 45px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .mt-70 {
    margin-top: 40px;
  }
}

.body-bg {
  background-color: #FAFAFA;
}

.container-one {
  width: 100%;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .container-one {
    max-width: 1320px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container-one {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-one {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-one {
    max-width: 720px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .container-one {
    max-width: 540px;
  }
}
@media (max-width: 576px) {
  .container-one {
    max-width: 100%;
  }
}

.container-two {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .container-two {
    max-width: 1320px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container-two {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-two {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-two {
    max-width: 720px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .container-two {
    max-width: 540px;
  }
}
@media (max-width: 576px) {
  .container-two {
    max-width: 100%;
  }
}

.eg-card {
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.fw-600 {
  font-weight: 600;
}

/*=======================================
 03.Preloader
=======================================*/
.preloader {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #070707;
  z-index: 999999999;
}
.preloader::before {
  position: absolute;
  top: 45%;
  content: url("../images/bg/footer-logo.svg");
  width: 100%;
  /* max-width: 300px; */
  margin: auto auto;
  text-align: center;
  transform: scale(4);
  opacity: 0.15;
}
@media (max-width: 991px) {
  .preloader::before {
    transform: scale(1.5);
  }
}
.preloader.active {
  transform: translateY(-100vh);
  transition: ease-in-out 1.5s;
  transition-delay: 1s;
}
.preloader .counter {
  position: relative;
  color: #fff;
  font-size: 6rem;
  font-weight: 600;
  z-index: 1;
}
.preloader .counter::after {
  content: "%";
  font-size: 80px;
}
.preloader .hide {
  opacity: 0;
  transition: 1s;
  pointer-events: none;
}

/*=======================================
 04.Magic Cursor
=======================================*/
#magic-cursor {
  position: absolute;
  display: none;
  width: 25px;
  height: 25px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  padding: 20px;
}

body.tt-magic-cursor #magic-cursor {
  display: block;
}

#ball {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-light-one);
  pointer-events: none;
  border-style: solid;
  border-radius: 50%;
  border-color: var(--text-light2);
  /* Note: border width handled through JS */
}

.cursor-style-two {
  border-radius: 0% !important;
  background-color: var(--white) !important;
  color: #000 !important;
  padding: 15px;
  font-family: var(--font-kegina);
}

/* Ball view
============= */
#ball.ball-view {
  background-color: #000;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  line-height: 1.2;
  text-align: center;
}

#ball .ball-view-inner {
  padding: 0 0px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  font-size: 16px;
}

/* Ball drag
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 0px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-light-one);
  line-height: 1.2;
  text-align: center;
  transition: 0.3s;
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 16px;
  color: var(--text-light-one);
  height: 15px;
  line-height: 15px;
  /* Font Awesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f060"; /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: 0.35s;
}

#ball .ball-drag::after {
  content: "\f061"; /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: 0.35s;
}

/* Ball close
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 0px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-light-one);
  line-height: 1;
  text-align: center;
}

/* Magnetic cursor
=================== */
.magnetic-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

#ball.magnetic-active {
  border-color: var(--text-light-one) !important;
}

/*=======================================
 05. Direction Hover effect
=======================================*/
.direction-hover {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  position: relative;
  overflow: hidden;
  float: left;
  margin: 1.5%;
  cursor: pointer;
}

.direction-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: -100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
}

.circle-container {
  background: transparent;
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.07);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: 200ms linear;
}
@media (max-width: 991px) {
  .circle-container {
    display: none;
    visibility: hidden;
  }
}
.circle-container.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.circle-container::after {
  position: absolute;
  font-family: "Bootstrap-icons";
  content: "\f145";
  text-align: center;
  line-height: 46px;
  font-size: 28px;
  color: var(--primary-color1);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: 200ms linear;
}
.circle-container:hover::after {
  position: absolute;
  font-family: "Bootstrap-icons";
  content: "\f145";
  color: var(--green);
  transition: 200ms linear;
}
.circle-container svg path {
  fill: none;
}
.circle-container svg.circle-progress path {
  stroke: var(--primary-color1);
  stroke-width: 5;
  box-sizing: border-box;
  transition: 200ms linear;
}

.grow {
  transform: scale(1.5);
  background-color: var(--white);
  mix-blend-mode: difference;
  border: none;
}

/*=======================================
 06. Section-title
=======================================*/
@media (max-width: 991px) {
  .section-title-one {
    text-align: center;
  }
}
.section-title-one .section-subtitle {
  color: var(--primary-one);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 5px;
  justify-content: flex-start;
  margin-top: -8px;
}
@media (max-width: 991px) {
  .section-title-one .section-subtitle {
    justify-content: center;
  }
}
.section-title-one h2 {
  font-size: 52px;
  margin-bottom: 0px;
  line-height: 1.15;
}
.section-title-one h2 span {
  color: var(--primary-one);
}
@media (max-width: 767px) {
  .section-title-one h2 {
    font-size: 35px;
  }
}
.section-title-one h3 {
  font-size: 30px;
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .section-title-one h3 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-one h3 {
    font-size: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-one h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .section-title-one h3 {
    font-size: 28px;
  }
}

.section-title-two h2 {
  font-size: 55px;
  margin-bottom: 15px;
  line-height: 1;
}
.section-title-two h2 span {
  color: var(--primary-one);
}
@media (max-width: 767px) {
  .section-title-two h2 {
    font-size: 35px;
  }
}
.section-title-two p {
  margin-bottom: 0px;
  font-size: 18px;
}

.section-title-three {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.section-title-three .water-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.03);
  font-family: var(--font-kegina);
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-three .water-text {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .section-title-three .water-text {
    font-size: 50px;
  }
}
.section-title-three h2 {
  font-size: 40px;
  color: var(--white);
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .section-title-three h2 {
    font-size: 35px;
  }
}

.section-title-four {
  margin-top: -6px;
}
.section-title-four > span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-dm);
  margin-bottom: 5px;
}
.section-title-four > span::before, .section-title-four > span::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  transform: rotate(45deg);
  background-color: var(--primary-one);
  opacity: 0.5;
}
.section-title-four > span::before {
  left: -20px;
}
.section-title-four > span::after {
  right: -15px;
}
.section-title-four h2 {
  font-size: 52px;
  font-weight: 800;
  margin-bottom: 0px;
  line-height: 1.3;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-four h2 {
    font-size: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-four h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section-title-four h2 {
    font-size: 35px;
  }
}
.section-title-four h2 span {
  background: #2bb2ec;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title-four.style-two span {
  padding-left: 15px;
}
.section-title-four.style-two span::before {
  left: 0px;
}
.section-title-four.sibling-two > span {
  color: var(--text-primary);
}
.section-title-four.sibling-two > span::before, .section-title-four.sibling-two > span::after {
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  opacity: 1;
}
.section-title-four.sibling-two > span::before {
  left: -20px;
}
.section-title-four.sibling-two > span::after {
  right: -20px;
}
.section-title-four.sibling-two h2 span {
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title-four.sibling-three > span::before, .section-title-four.sibling-three > span::after {
  content: "";
  opacity: 1;
}

.section-title-five h2 {
  font-size: 70px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .section-title-five h2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-five h2 {
    font-size: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-five h2 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .section-title-five h2 {
    font-size: 60px;
  }
}
.section-title-five p {
  margin-bottom: 0%;
}

.section-title-six {
  margin-top: -5px;
}
.section-title-six.sibling-two > span {
  margin-left: 45px;
}
@media (max-width: 576px) {
  .section-title-six.sibling-two > span {
    margin-left: 0px;
  }
}
.section-title-six > span {
  font-size: 18px;
  font-weight: 400;
  background: #0CBE7E;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
  margin-top: -8px;
  line-height: 1.1;
  margin-bottom: 15px;
  font-family: 'Poppins';
}

@media (max-width: 767px) {
  .section-title-six > span {
    font-size: 16px;
  }
}
.section-title-six > span::before, .section-title-six > span::after {
  content: "";
  position: absolute;
  top: 10px;
  background: #0CBE7E;
  height: 1px;
  width: 36px;
}
@media (max-width: 767px) {
  .section-title-six > span::before, .section-title-six > span::after {
    top: 7px;
  }
}
.section-title-six > span::before {
  right: -45px;
}
.section-title-six > span::after {
  left: -45px;
}

.section-title-six h2 {
  font-size: 40px;
  font-weight: 900;
  text-transform: capitalize;
  line-height: 1.15;
  margin-bottom: 0px;
  font-family: 'Quicksand';
}

@media (max-width: 767px) {
  .section-title-six h2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-six h2 {
    font-size: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-six h2 {
    font-size: 50px;
  }
}
.section-title-six h2 span {
  background: #2bb2ec;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title-seven {
  margin-top: -6px;
}
.section-title-seven span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: var(--text-primary);
  font-family: var(--font-dm);
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-seven span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-title-seven span {
    font-size: 16px;
  }
}
.section-title-seven span::before {
  content: url("../images/icons/ribbon-icon.svg");
  position: absolute;
  left: 0;
  top: -1px;
}
.section-title-seven span::after {
  content: url("../images/icons/ribbon-icon.svg");
  position: absolute;
  right: 0;
  top: -1px;
}
.section-title-seven h2 {
  font-size: 58px;
  margin-bottom: 0;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .section-title-seven h2 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-seven h2 {
    font-size: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title-seven h2 {
    font-size: 50px;
  }
}
.section-title-seven h3 {
  font-size: 28px;
  margin-bottom: 0px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-title-seven h3 {
    font-size: 24px;
  }
}

.section-title-small {
  text-align: center;
  margin-bottom: 60px;
}
.section-title-small h5 {
  font-size: 20px;
  color: var(--text-primary);
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.section-title-small h5::after {
  content: "";
  width: 140px;
  height: 1px;
  background-color: var(--primary-one);
  position: absolute;
  right: -155px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-small h5::after {
    width: 100px;
    right: -125px;
  }
}
@media (max-width: 767px) {
  .section-title-small h5::after {
    display: none;
    visibility: none;
  }
}
.section-title-small h5::before {
  content: "";
  width: 140px;
  height: 1px;
  background-color: var(--primary-one);
  position: absolute;
  left: -155px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-small h5::before {
    width: 100px;
    left: -125px;
  }
}
@media (max-width: 767px) {
  .section-title-small h5::before {
    display: none;
    visibility: none;
  }
}

.section-title-small-two {
  text-align: start;
  margin-bottom: 20px;
}
.section-title-small-two.style-white h5 {
  color: var(--white);
}
@media (max-width: 576px) {
  .section-title-small-two {
    text-align: center;
  }
}
.section-title-small-two h5 {
  font-size: 20px;
  color: var(--text-primary);
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.section-title-small-two h5::after {
  content: "";
  width: 110px;
  height: 1px;
  background-color: var(--primary-one);
  position: absolute;
  right: -155px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-small-two h5::after {
    width: 100px;
    right: -125px;
  }
}
@media (max-width: 767px) {
  .section-title-small-two h5::after {
    display: none;
    visibility: none;
  }
}
.section-title-small-two.style-two h5::after {
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-title-small-two.style-two h5::after {
    width: 100px;
    right: -125px;
  }
}
@media (max-width: 767px) {
  .section-title-small-two.style-two h5::after {
    display: none;
    visibility: none;
  }
}

.title-opacity-wrapper {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .title-opacity-wrapper {
    display: none;
    visibility: hidden;
  }
}

.title-opacity {
  position: relative;
}
.title-opacity::after {
  content: "";
  display: inline-block;
  width: 135px;
  height: 1px;
  background-color: var(--primary-one);
  position: absolute;
  bottom: 8px;
  left: 35%;
  opacity: 0.3;
}
.title-opacity h2 {
  font-size: 110px;
  color: transparent;
  -webkit-text-stroke: 1px var(--primary-light-text);
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

/*=======================================
 07. Slider arrows 
=======================================*/
.arrows-style-1 .swiper-prev-arrow, .arrows-style-1 .swiper-next-arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #ddd;
}
.arrows-style-2 .swiper-prev-arrow, .arrows-style-2 .swiper-next-arrow {
  width: 35px;
  height: 30px;
  border: 1px solid var(--border-color);
  opacity: 0.5;
  line-height: 30px;
}
.arrows-style-2 .swiper-prev-arrow i, .arrows-style-2 .swiper-next-arrow i {
  color: var(--border-color);
}
/*=======================================
 08. Pagination 
=======================================*/
.pagination-wrap {
  margin-bottom: -5px;
}
.pagination-wrap .page-item.active .page-link {
  z-index: 3;
  color: var(--primary-one) !important;
  background-color: var(--white) !important;
  border-color: var(--white) !important;
}
.pagination-wrap .pagination {
  margin: 0;
  gap: 25px;
}
@media (max-width: 991px) {
  .pagination-wrap .pagination {
    gap: 15px;
  }
}
.pagination-wrap .page-item:first-child .page-link {
  border: unset !important;
  height: auto;
  width: auto;
  transition: 0.5s ease;
}
.pagination-wrap .page-item:first-child .page-link:hover {
  background: unset;
  transform: translateX(-4px);
}
.pagination-wrap .page-item:last-child .page-link {
  border: unset !important;
  height: auto;
  width: auto;
  transition: 0.5s ease;
}
.pagination-wrap .page-item:last-child .page-link:hover {
  background: unset;
  transform: translateX(4px);
}
.pagination-wrap .page-link {
  position: relative;
  display: block;
  color: var(--primary-one) !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--primary-one) !important;
  transition: 0.42s ease;
  background-color: var(--bg-dark2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  padding: 5px !important;
}
.pagination-wrap .page-link:hover {
  background: linear-gradient(90deg, var(--linear-pink) 0%, var(--linear-yellow) 100%);
  color: var(--white) !important;
}
.pagination-wrap .page-link svg {
  fill: var(--white);
  stroke: var(--primary-one);
}
.pagination-wrap .page-link:focus {
  box-shadow: unset;
  color: var(--white);
}
.pagination-wrap .page-item.active .page-link {
  z-index: 3;
  background: linear-gradient(90deg, var(--linear-pink) 0%, var(--linear-yellow) 100%);
  color: var(--white) !important;
}

/*=======================================
 09. Buttons 
=======================================*/
.eg-btn {
  text-align: center;
  display: inline-flex;
  text-decoration: none;
  transition: 0.45s ease-in-out;
  text-transform: capitalize;
  cursor: pointer;
  font-family: var(--font-nunito);
}
.eg-btn i {
  font-weight: 200;
  vertical-align: middle;
  margin-right: 5px;
}

.btn--primary {
  color: var(--white);
  border-radius: 0px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  font-family: var(--font-kegina);
  background: transparent;
  transition: 0.5s;
  border-radius: 5px;
  overflow: hidden;
  background: #0CBE7E;
  background-size: 200% auto;
}


.btn--primary::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(27, 127, 204, .8);
  background-size: 200% auto;
  color: var(--white);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  z-index: -1;
  opacity: 1;
}
.btn--primary:hover {
  color: var(--white);
}
.btn--primary:hover::before {
  width: 0px;
}
.btn--primary.sibling-two {
  background: var(--text-primary);
  position: relative;
}
.btn--primary.sibling-two::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--primary-one);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
  opacity: 1;
}
.btn--primary.sibling-two:hover {
  color: var(--white);
}
.btn--primary.sibling-two:hover::before {
  width: 0px;
}

.btn--primary-three {
  color: var(--white);
  border-radius: 0px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  font-family: var(--font-kegina);
  background: transparent;
  transition: 0.5s;
  border-radius: 0px;
  overflow: hidden;
  background: var(--linear-green);
}
.btn--primary-three::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  z-index: -1;
}
.btn--primary-three:hover {
  color: var(--white);
}
.btn--primary-three:hover::before {
  width: 0px;
}

.btn--primary-four {
  color: var(--white);
  border-radius: 0px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  background: transparent;
  transition: 0.5s;
  border-radius: 0px;
  overflow: hidden;
  background: var(--linear-orange2);
}
.btn--primary-four::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, var(--linear-orange2), var(--linear-red) 80%);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  z-index: -1;
}
.btn--primary-four:hover {
  color: var(--white);
}
.btn--primary-four:hover::before {
  width: 0px;
}

.btn--primary-five {
  color: var(--white);
  border-radius: 0px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  font-family: var(--font-kegina);
  background: transparent;
  transition: 0.5s;
  border-radius: 5px;
  overflow: hidden;
  background: #0CBE7E;
}
.btn--primary-five::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(27, 127, 204, .8);
  background-size: 200% auto;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  z-index: -1;
}
.btn--primary-five:hover {
  color: var(--white);
}
.btn--primary-five:hover::before {
  width: 0px;
}

.btn--primary-outline {
  border: 1px solid var(--primary-one);
  color: var(--primary-one);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.6s;
}
.btn--primary-outline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0CBE7E, #06ee9b);
  z-index: -1;
  display: block;
  transform: scaleX(0);
  transform-origin: center;
  transition: 0.55s;
}
.btn--primary-outline:hover {
  color: var(--text-primary);
}
.btn--primary-outline:hover::before {
  transform: scaleX(1);
}
.btn--primary-outline.style-one {
  border: 1px solid var(--primary-one);
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 0px;
  transition: 0.55s;
}
.btn--primary-outline.style-one::before {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
}
.btn--primary-outline.style-one:hover {
  -webkit-text-fill-color: var(--white);
}
.btn--primary-outline.style-two {
  border: 1px solid var(--linear-green);
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 0px;
  transition: 0.55s;
}
.btn--primary-outline.style-two::before {
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
}
.btn--primary-outline.style-two:hover {
  -webkit-text-fill-color: var(--white);
}
.btn--primary-outline.style-three::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: var(--primary-one);
  z-index: -1;
  display: block;
  transform: scaleX(0);
  transform-origin: center;
  transition: 0.55s;
}
.btn--primary-outline.style-three:hover {
  color: var(--white);
}
.btn--primary-outline.style-three:hover::before {
  transform: scaleX(1);
}
.btn--primary-outline.style-four {
  border: 1px solid var(--linear-red);
  background: linear-gradient(45deg, var(--linear-orange2), var(--linear-red) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn--primary-outline.style-four:hover {
  -webkit-text-fill-color: var(--white) !important;
}
.btn--primary-outline.style-four::before {
  content: "";
  background: linear-gradient(45deg, var(--linear-orange2), var(--linear-red) 80%);
}

.btn--primary-outline2 {
  border: 1px solid #32aee4;
  background: linear-gradient(90deg, #32aee4 0%, #32aee4 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  transition: 0.6s;
  overflow: hidden;
}
.btn--primary-outline2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #2bb2ec;
  background-size: 200% auto;
  color: #ffffff;
  z-index: -1;
  display: block;
  transform: scaleX(0);
  transform-origin: center;
  transition: 0.55s;
}
.btn--primary-outline2:hover {
  -webkit-text-fill-color: #fff;
}
.btn--primary-outline2:hover::before {
  transform: scaleX(1);
}

.btn--lg {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 35px;
}

@media (max-width: 767px) {
  .btn--lg {
    padding: 7px 25px;
    font-size: 16px;
  }
}

.btn--md {
  padding: 10px 35px;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .btn--md {
    padding: 10px 40px;
  }
}

.btn--sm {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 18px;
}

.btn--capsule {
  border-radius: 50px;
}

/*=======================================
 10. Sidebar
=======================================*/
.main-nav-wrapper {
  transition: 0.7s ease-in;
  position: relative;
  width: 100%;
  z-index: 999;
}
.main-nav-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--text-secondary);
  z-index: 1;
}
.main-nav-wrapper .sidebar-menu-contact {
  gap: 35px;
}
.main-nav-wrapper .sidebar-menu-contact a {
  width: 45px;
  text-align: center;
}
.main-nav-wrapper .mobile-logo-area {
  padding: 14px 0px;
}
.main-nav-wrapper .main-nav-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 5% !important;
  z-index: 99;
  height: 100%;
  overflow-y: auto;
  background: #000;
  box-shadow: 4px 3px 20px rgba(16, 33, 34, 0.06);
  transition: 0.7s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(-10vh);
  opacity: 0;
  visibility: hidden;
  gap: 30px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.main-nav-wrapper .main-nav-js::before {
  content: "Explore Pages.";
  position: absolute;
  top: 45%;
  right: 10%;
  transform: translateY(-50%);
  display: block;
  font-size: 220px;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-kegina);
  color: var(--text-light-one);
  opacity: 0.1;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: 0;
  height: 300px;
  letter-spacing: 5px;
  text-align: right;
  z-index: -1;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .main-nav-wrapper .main-nav-js::before {
    font-size: 200px;
  }
}
@media (max-width: 991px) {
  .main-nav-wrapper .main-nav-js::before {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .main-nav-wrapper .main-nav-js {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .main-nav-wrapper .main-nav-js {
    min-width: 100%;
    max-width: 100%;
  }
}
.main-nav-wrapper .main-nav-js::-webkit-scrollbar {
  width: 5px;
}
.main-nav-wrapper .main-nav-js::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.main-nav-wrapper .main-nav-js::-webkit-scrollbar-thumb {
  background: #999;
}
.main-nav-wrapper .main-nav-js::-webkit-scrollbar-thumb:hover {
  background: var(--border-color);
}
.main-nav-wrapper .main-nav-js .menu-close-btn {
  position: absolute;
  right: 5%;
  top: 35px;
  opacity: 1;
  cursor: pointer;
  border: 1px solid var(--white);
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  opacity: 0.8;
}
.main-nav-wrapper .main-nav-js .menu-close-btn i {
  color: var(--white);
}
.main-nav-wrapper .main-nav-js .sidebar-menu-area > ul {
  float: none;
  text-align: left;
  padding: 80px 0px 80px 0px;
  margin-bottom: 0px;
  width: 100%;
  max-width: 500px;
  margin-left: 0;
  margin-right: auto;
  z-index: 3;
}
@media (max-width: 991px) {
  .main-nav-wrapper .main-nav-js .sidebar-menu-area > ul {
    max-width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-nav-wrapper .main-nav-js .sidebar-menu-area > ul {
    padding: 45px 0px 35px 0px;
  }
}
@media (max-width: 767px) {
  .main-nav-wrapper .main-nav-js .sidebar-menu-area > ul {
    padding: 40px 0px 30px 0px;
  }
}
.main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li {
  display: block;
  position: relative;
  padding: 5px 5px;
  transition: 0.2s;
  transform: translateY(50px) scaleY(0);
  opacity: 0;
  margin-bottom: 20px;
}
.main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li:last-child {
  border-bottom: 1px solid transparent;
}
.main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li:hover a:before {
  width: 100%;
}
.main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li > .bi {
  position: absolute;
  right: 40px;
  top: 8px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  color: var(--white);
}
@media (max-width: 767px) {
  .main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li > .bi {
    right: 5px;
  }
}
.main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li a {
  padding: 4px 0px;
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary-one-light);
  font-family: var(--font-nunito);
  transition: 0.6s ease;
  font-style: normal;
  text-decoration: none;
  transition: 0.55s ease;
  position: relative;
  text-transform: uppercase;
}
@supports (-webkit-text-stroke: 1px var(--primary-one-light)) {
  .main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li a {
    -webkit-text-stroke: 1px var(--primary-one-light);
    color: transparent;
  }
}
@media (max-width: 576px) {
  .main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li a {
    font-size: 2.2rem;
  }
}
.main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li a::before {
  overflow: hidden;
  position: absolute;
  top: 3px;
  left: 0px;
  width: 0;
  color: var(--white);
  white-space: nowrap;
  content: attr(data-hover);
  transition: 0.8s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}
.main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li ul.sub-menu {
  position: static;
  min-width: 180px;
  background: 0 0;
  border: none;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  transform: none;
  transition: none;
  display: none;
  margin-top: 10px !important;
  list-style: none;
  padding-left: 10px;
}
.main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li ul.sub-menu li {
  opacity: 1;
}
.main-nav-wrapper .main-nav-js .sidebar-menu-area > ul > li ul.sub-menu li a {
  font-size: 22px;
  font-weight: 400;
  padding: 7px 5px;
  font-style: normal;
  text-transform: capitalize;
  -webkit-text-stroke: unset;
  -webkit-text-fill-color: unset;
  font-family: var(--font-nunito);
  color: var(--white);
}
.main-nav-wrapper .main-nav-js.show-menu {
  transform: none;
  opacity: 1;
  visibility: visible;
}
@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateY(50px) scaleY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}
.main-nav-wrapper .uesr-aera {
  width: 70px;
  height: 70px;
  line-height: 72px;
  border-radius: 50%;
  text-align: center;
  background: var(--primary-color2);
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.main-nav-wrapper .uesr-aera .bi {
  font-size: 35px;
  color: var(--text-primary);
}
.main-nav-wrapper .mobile-menu {
  position: relative;
  top: 2px;
  padding: 0 5px;
  border-radius: 50%;
  display: inline-block;
}

/*=======================================
 11 .Header Start
=======================================*/
.topbar-bg {
  /* background: linear-gradient(70deg, rgba(249, 249, 249, 0.78) 10%, rgba(255, 242, 232, 0.87) 80%); */
  background: #1678ae;
}

.topbar-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FAFAFA;
  padding: 7px 45px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .topbar-area {
    padding: 7px 50px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .topbar-area {
    padding: 7px 100px;
  }
}
@media (max-width: 1199px) {
  .topbar-area {
    display: none;
    visibility: hidden;
  }
}
.topbar-area .address i {
  color: var(--primary-one);
  font-size: 15px;
  margin-right: 6px;
}
.topbar-area .address a {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-secondary);
}

.topbar-five {
  background-color: var(--primary-one-light);
}
@media (max-width: 1199px) {
  .topbar-five {
    display: none;
    visibility: hidden;
  }
}

.topbar-five-left {
  padding: 10px 0px 10px 110px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .topbar-five-left {
    padding: 10px 0px 10px 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .topbar-five-left {
    padding: 10px 0px 10px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .topbar-five-left {
    padding: 10px 0px 10px 30px;
  }
}
@media (max-width: 991px) {
  .topbar-five-left {
    padding: 10px 0px 10px 10px;
  }
}

.topbar-five-right {
  padding: 10px 110px 10px 10px;
  position: relative;
  display: block;
  z-index: 1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .topbar-five-right {
    padding: 10px 70px 10px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .topbar-five-right {
    padding: 10px 40px 10px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .topbar-five-right {
    padding: 10px 30px 10px 10px;
  }
}
@media (max-width: 991px) {
  .topbar-five-right {
    padding: 10px 0px 10px 10px;
  }
}
.topbar-five-right::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--linear-pink) 0%, var(--linear-yellow) 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 6% 50%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 6% 50%);
  z-index: -1;
}

.topbar-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.topbar-list li {
  font-size: 15px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-dm);
  transition: 0.45s ease;
}
.topbar-list li:hover {
  color: var(--primary-one);
}
.topbar-list li a {
  color: inherit;
}

.topbar-address-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: flex-end;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .topbar-address-list {
    gap: 25px;
  }
}

.topbar-address-list li {
  font-size: 14px;
  font-weight: 500;
  font-family: poppins;
  display: flex;
  gap: 4px;
  color: #545353;
}

.topbar-address-list li i {
  margin-right: 5px;
      color: #fff;
}
.topbar-address-list li a {
  color: #ffffff;
}

.topbar-three {
  background-color: var(--text-primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 6%;
}
.topbar-three .topbar-left h6 {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
}
.topbar-three .topbar-left a {
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

header.style-1 {
  background-color: var(--bg-dark1);
  width: 100%;
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 3px 3px 30px rgba(32, 35, 56, 0.06);
}
@media (max-width: 991px) {
  header.style-1 {
    padding-right: 10px;
  }
}
header.style-1.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  background: var(--white);
  box-shadow: 5px 3px 40px rgba(100, 100, 100, 0.1);
  animation: smooth-header 0.65s linear;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.style-1.sticky .topbar-area {
  display: none !important;
  visibility: hidden !important;
}
header.style-1.sticky .main-nav ul a {
  padding: 15px 0;
}
header.style-1.sticky .main-nav ul i {
  top: 16px;
}
header.style-1 .header-logo1 {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  header.style-1 .header-logo1 {
    justify-content: flex-start;
  }
}
header.style-1 .header-logo1 img {
  width: 100%;
  max-width: 130px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-1 .header-logo1 img {
    max-width: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .header-logo1 img {
    max-width: 110px;
  }
}
@media (max-width: 991px) {
  header.style-1 .header-logo1 img {
    padding-left: 10px;
  }
}
header.style-1 .header-logo1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--primary-one-light);
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  z-index: -1;
  width: 110%;
  height: 100%;
}
header.style-1 .mobile-logo-wrap {
  max-width: 120px;
}
header.style-1 .header-call {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
header.style-1 .header-call::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--primary-one-light);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
  z-index: -1;
  width: 110%;
  height: 100%;
}
header.style-1 .header-call .icon {
  height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--primary-one);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-1 .header-call .icon {
    height: 40px;
    min-width: 40px;
  }
}
header.style-1 .header-call .icon i {
  font-size: 25px;
  color: var(--primary-one);
}
header.style-1 .header-call .number span {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  display: block;
  margin-bottom: 0px;
}
header.style-1 .header-call .number a {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-nunito);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-1 .header-call .number a {
    font-size: 17px;
  }
}
header.style-1 .main-nav {
  display: inline-block;
}
header.style-1 .main-nav .mobile-menu-logo {
  display: none;
}
header.style-1 .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.style-1 .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
header.style-1 .main-nav ul li a {
  font-size: 18px;
  color: var(--text-primary);
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  padding: 30px 0;
  position: relative;
  font-family: var(--font-work-sans);
  transition: 0.5s ease-out 0s;
  position: relative;
}
header.style-1 .main-nav ul li a:hover {
  color: var(--primary-one);
}
header.style-1 .main-nav ul li a:hover:after {
  opacity: 1;
  width: 100%;
}
header.style-1 .main-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 0%;
  height: 2px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color1), transparent);
  opacity: 0;
  transition: 0.5s ease-out 0s;
}
header.style-1 .main-nav ul li a.active {
  color: var(--primary-one);
}
header.style-1 .main-nav ul li i {
  width: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--text-primary);
  font-style: normal;
  position: absolute;
  right: -8px;
  top: 31px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
header.style-1 .main-nav ul li ul.sub-menu {
  position: absolute;
  left: -20px;
  right: 0;
  top: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 215px;
  background: #0B0F14;
  text-align: left;
  transition: 0.55s ease-in-out;
  transform: translateY(20px);
}
header.style-1 .main-nav ul li ul.sub-menu > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid rgba(56, 56, 56, 0.5);
  position: relative;
}
header.style-1 .main-nav ul li ul.sub-menu > li i {
  position: absolute;
  top: 15px;
  right: 6px;
  display: block;
  color: var(--white);
}
header.style-1 .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 15px 15px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  transition: 0.4s ease-out 0s;
  position: relative;
}
header.style-1 .main-nav ul li ul.sub-menu > li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color1), transparent);
  transition: 0.5s ease-in-out;
}
header.style-1 .main-nav ul li ul.sub-menu > li a:hover {
  color: var(--primary-one);
}
header.style-1 .main-nav ul li ul.sub-menu > li a:hover:after {
  width: 100%;
}
header.style-1 .main-nav ul li ul.sub-menu > li a.active {
  color: var(--primary-one);
}
header.style-1 .main-nav ul li ul.sub-menu > li .sub-menu {
  left: 215px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: #0B0F14;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  header.style-1 .main-nav ul li ul.sub-menu > li .sub-menu {
    margin-left: 10px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}
header.style-1 .main-nav ul li ul.sub-menu > li .sub-menu li i {
  display: block;
}
header.style-1 .main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}
header.style-1 .main-nav ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
header.style-1 .main-nav ul li:first-child {
  padding-left: 0px;
}
@media (max-width: 991px) {
  header.style-1 .main-nav ul li:first-child {
    padding-left: 5px;
  }
}
header.style-1 .main-nav ul li.menu-item-has-children > i {
  display: block;
}
@media only screen and (max-width: 991px) {
  header.style-1 .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.style-1 .main-nav.show-menu {
    transform: translateX(0);
  }
  header.style-1 .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-1 .main-nav ul {
    float: none;
    text-align: left;
    padding: 35px 10px 10px 0;
  }
  header.style-1 .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  header.style-1 .main-nav ul li i {
    display: block;
  }
  header.style-1 .main-nav ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 500;
    font-size: 18px;
  }
  header.style-1 .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
  header.style-1 .main-nav ul li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header.style-1 .main-nav ul li ul.sub-menu > li a {
    color: var(--text-primary);
    font-size: 15px;
    font-weight: 500;
  }
  header.style-1 .main-nav ul li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
    margin-left: 10px;
  }
  header.style-1 .main-nav ul li ul.sub-menu > li a.active {
    color: var(--primary-color1);
  }
  header.style-1 .main-nav ul li ul.sub-menu > li i {
    color: var(--text-primary);
    right: -13px;
  }
  header.style-1 .main-nav ul li .bi {
    top: 12px;
    font-size: 16px;
  }
  header.style-1 .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  header.style-1 .mobile-menu-btn i {
    font-size: 35px;
  }
  header.style-1 .cross-btn {
    display: inline-block !important;
    position: relative;
    width: 30px !important;
    height: 22px !important;
    cursor: pointer;
    border: 3px solid transparent !important;
  }
  header.style-1 .cross-btn span {
    width: 100%;
    height: 2px;
    background: var(--primary-color1);
    display: block;
    position: absolute;
    right: 0;
    transition: 0.3s;
  }
  header.style-1 .cross-btn .cross-top {
    top: 0;
  }
  header.style-1 .cross-btn .cross-middle {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  header.style-1 .cross-btn .cross-bottom {
    bottom: 0;
    width: 100%;
  }
  header.style-1 .cross-btn.h-active span.cross-top {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  header.style-1 .cross-btn.h-active span.cross-middle {
    transform: translateX(-30px);
    opacity: 0;
  }
  header.style-1 .cross-btn.h-active span.cross-bottom {
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}
header.style-1 .sidebar-button {
  display: flex;
  flex-direction: column;
  gap: 7px;
  cursor: pointer;
  align-items: flex-end;
  text-align: right;
  z-index: 9;
  position: relative;
}
header.style-1 .sidebar-button span {
  display: inline-block;
  width: 40px;
  height: 2px;
  border-radius: 3px;
  background-color: var(--text-primary);
  transition: 0.5s ease;
}
header.style-1 .sidebar-button span:nth-child(2) {
  width: 25px;
}
header.style-1 .sidebar-button span:last-child {
  width: 30px;
}
header.style-1 .sidebar-button:hover span:nth-child(2) {
  width: 40px;
}
header.style-1 .sidebar-button:hover span:nth-child(3) {
  width: 40px;
}

header.style-2 {
  background-color: var(--white);
  width: 100%;
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 3px 3px 30px rgba(32, 35, 56, 0.06);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-2 {
    padding: 0px 2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-2 {
    padding: 0px 2%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.style-2 {
    padding: 0px 15px;
    top: 0;
  }
}
@media (max-width: 767px) {
  header.style-2 {
    top: 0;
    padding: 0px 10px;
  }
}
header.style-2.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 100;
  background: var(--white);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  animation: smooth-header 0.65s linear;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-2 .header-logo {
    padding: 20px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-2 .header-logo {
    padding: 15px 0px;
  }
}
@media (max-width: 991px) {
  header.style-2 .header-logo {
    padding: 15px 0px;
    max-width: 110px;
  }
}
header.style-2 .header-logo img {
  max-width: 100%;
}
header.style-2 .mobile-logo-wrap {
  margin-left: 0;
  max-width: 120px;
}
header.style-2 .main-nav {
  display: inline-block;
}
header.style-2 .main-nav .mobile-menu-logo {
  display: none;
}
header.style-2 .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.style-2 .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
header.style-2 .main-nav ul li a {
  font-size: 18px;
  color: var(--text-primary);
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  padding: 30px 0;
  position: relative;
  font-family: var(--font-work-sans);
  transition: 0.5s ease-out 0s;
  position: relative;
}
header.style-2 .main-nav ul li a:hover {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
header.style-2 .main-nav ul li a:hover:after {
  opacity: 1;
  width: 100%;
}
header.style-2 .main-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 0%;
  height: 2px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color1), transparent);
  opacity: 0;
  transition: 0.5s ease-out 0s;
}
header.style-2 .main-nav ul li a.active {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
header.style-2 .main-nav ul li i {
  width: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--text-primary);
  font-style: normal;
  position: absolute;
  right: -8px;
  top: 31px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
header.style-2 .main-nav ul li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 215px;
  background: #0B0F14;
  text-align: left;
  transition: 0.55s ease-in-out;
  transform: translateY(20px);
}
header.style-2 .main-nav ul li ul.sub-menu > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid rgba(56, 56, 56, 0.5);
  position: relative;
}
header.style-2 .main-nav ul li ul.sub-menu > li i {
  position: absolute;
  top: 15px;
  right: 6px;
  display: block;
  color: var(--white);
}
header.style-2 .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 15px 15px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  transition: 0.4s ease-out 0s;
  position: relative;
}
header.style-2 .main-nav ul li ul.sub-menu > li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color1), transparent);
  transition: 0.5s ease-in-out;
}
header.style-2 .main-nav ul li ul.sub-menu > li a:hover {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
header.style-2 .main-nav ul li ul.sub-menu > li a:hover:after {
  width: 100%;
}
header.style-2 .main-nav ul li ul.sub-menu > li a.active {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
header.style-2 .main-nav ul li ul.sub-menu > li .sub-menu {
  left: 215px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: #0B0F14;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  header.style-2 .main-nav ul li ul.sub-menu > li .sub-menu {
    margin-left: 10px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}
header.style-2 .main-nav ul li ul.sub-menu > li .sub-menu li i {
  display: block;
}
header.style-2 .main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}
header.style-2 .main-nav ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
header.style-2 .main-nav ul li:first-child {
  padding-left: 0px;
}
@media (max-width: 991px) {
  header.style-2 .main-nav ul li:first-child {
    padding-left: 5px;
  }
}
header.style-2 .main-nav ul li.menu-item-has-children > i {
  display: block;
}
@media only screen and (max-width: 991px) {
  header.style-2 .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.style-2 .main-nav.show-menu {
    transform: translateX(0);
  }
  header.style-2 .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-2 .main-nav ul {
    float: none;
    text-align: left;
    padding: 35px 10px 10px 0;
  }
  header.style-2 .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  header.style-2 .main-nav ul li i {
    display: block;
  }
  header.style-2 .main-nav ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 500;
    font-size: 18px;
  }
  header.style-2 .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
  header.style-2 .main-nav ul li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header.style-2 .main-nav ul li ul.sub-menu > li a {
    color: var(--text-primary);
    font-size: 15px;
    font-weight: 500;
  }
  header.style-2 .main-nav ul li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
    margin-left: 10px;
  }
  header.style-2 .main-nav ul li ul.sub-menu > li a.active {
    color: var(--primary-color1);
  }
  header.style-2 .main-nav ul li ul.sub-menu > li i {
    color: var(--text-primary);
    right: -13px;
  }
  header.style-2 .main-nav ul li .bi {
    top: 12px;
    font-size: 16px;
  }
  header.style-2 .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  header.style-2 .mobile-menu-btn i {
    font-size: 35px;
  }
  header.style-2 .cross-btn {
    display: inline-block !important;
    position: relative;
    width: 30px !important;
    height: 22px !important;
    cursor: pointer;
    border: 3px solid transparent !important;
  }
  header.style-2 .cross-btn span {
    width: 100%;
    height: 2px;
    background: var(--primary-color1);
    display: block;
    position: absolute;
    right: 0;
    transition: 0.3s;
  }
  header.style-2 .cross-btn .cross-top {
    top: 0;
  }
  header.style-2 .cross-btn .cross-middle {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  header.style-2 .cross-btn .cross-bottom {
    bottom: 0;
    width: 100%;
  }
  header.style-2 .cross-btn.h-active span.cross-top {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  header.style-2 .cross-btn.h-active span.cross-middle {
    transform: translateX(-30px);
    opacity: 0;
  }
  header.style-2 .cross-btn.h-active span.cross-bottom {
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}

header.style-3 {
  background-color: var(--white);
  width: 100%;
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 3px 3px 30px rgba(32, 35, 56, 0.06);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-3 {
    padding: 0px 2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-3 {
    padding: 0px 2%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.style-3 {
    padding: 0px 15px;
    top: 0;
  }
}
@media (max-width: 767px) {
  header.style-3 {
    top: 0;
    padding: 0px 10px;
  }
}
header.style-3.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  background: var(--white);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  animation: smooth-header 0.65s linear;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-3 .header-logo {
    padding: 20px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-3 .header-logo {
    padding: 15px 0px;
  }
}
@media (max-width: 991px) {
  header.style-3 .header-logo {
    padding: 15px 0px;
    max-width: 100px;
  }
}
header.style-3 .header-logo img {
  max-width: 100%;
}
header.style-3 .header-icons a {
  margin-right: 25px;
  color: var(--text-primary);
}
header.style-3 .header-icons a i {
  font-size: 18px;
  color: var(--text-primary);
  vertical-align: middle;
}
header.style-3 .header-icons a.cart-icon {
  position: relative;
  display: inline-block;
}
header.style-3 .header-icons a.cart-icon::before {
  content: "0";
  font-size: 11px;
  min-width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 50%;
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  display: inline-block;
  color: var(--white);
  text-align: center;
  position: absolute;
  top: 3px;
  right: -8px;
}
header.style-3 .mobile-logo-wrap {
  max-width: 120px;
}
header.style-3 .main-nav {
  display: inline-block;
}
header.style-3 .main-nav .mobile-menu-logo {
  display: none;
}
header.style-3 .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.style-3 .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
header.style-3 .main-nav ul li a {
  font-size: 18px;
  color: var(--text-primary);
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  padding: 30px 0;
  position: relative;
  font-family: var(--font-work-sans);
  transition: 0.5s ease-out 0s;
  position: relative;
}
header.style-3 .main-nav ul li a:hover {
  color: var(--primary-one);
}
header.style-3 .main-nav ul li a:hover:after {
  opacity: 1;
  width: 100%;
}
header.style-3 .main-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 0%;
  height: 2px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color1), transparent);
  opacity: 0;
  transition: 0.5s ease-out 0s;
}
header.style-3 .main-nav ul li a.active {
  color: var(--linear-green);
}
header.style-3 .main-nav ul li i {
  width: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--text-primary);
  font-style: normal;
  position: absolute;
  right: -8px;
  top: 31px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
header.style-3 .main-nav ul li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 215px;
  background: #0B0F14;
  text-align: left;
  transition: 0.55s ease-in-out;
  transform: translateY(20px);
}
header.style-3 .main-nav ul li ul.sub-menu > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid rgba(56, 56, 56, 0.5);
  position: relative;
}
header.style-3 .main-nav ul li ul.sub-menu > li i {
  position: absolute;
  top: 15px;
  right: 6px;
  display: block;
  color: var(--white);
}
header.style-3 .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 15px 15px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  transition: 0.4s ease-out 0s;
  position: relative;
}
header.style-3 .main-nav ul li ul.sub-menu > li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color1), transparent);
  transition: 0.5s ease-in-out;
}
header.style-3 .main-nav ul li ul.sub-menu > li a:hover {
  color: var(--linear-green);
}
header.style-3 .main-nav ul li ul.sub-menu > li a:hover:after {
  width: 100%;
}
header.style-3 .main-nav ul li ul.sub-menu > li a.active {
  color: var(--linear-green);
}
header.style-3 .main-nav ul li ul.sub-menu > li .sub-menu {
  left: 215px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: #0B0F14;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  header.style-3 .main-nav ul li ul.sub-menu > li .sub-menu {
    margin-left: 10px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}
header.style-3 .main-nav ul li ul.sub-menu > li .sub-menu li i {
  display: block;
}
header.style-3 .main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}
header.style-3 .main-nav ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
header.style-3 .main-nav ul li:first-child {
  padding-left: 0px;
}
@media (max-width: 991px) {
  header.style-3 .main-nav ul li:first-child {
    padding-left: 5px;
  }
}
header.style-3 .main-nav ul li.menu-item-has-children > i {
  display: block;
}
@media only screen and (max-width: 991px) {
  header.style-3 .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.style-3 .main-nav.show-menu {
    transform: translateX(0);
  }
  header.style-3 .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-3 .main-nav ul {
    float: none;
    text-align: left;
    padding: 35px 10px 10px 0;
  }
  header.style-3 .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  header.style-3 .main-nav ul li i {
    display: block;
  }
  header.style-3 .main-nav ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 500;
    font-size: 18px;
  }
  header.style-3 .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
  header.style-3 .main-nav ul li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header.style-3 .main-nav ul li ul.sub-menu > li a {
    color: var(--text-primary);
    font-size: 15px;
    font-weight: 500;
  }
  header.style-3 .main-nav ul li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
    margin-left: 10px;
  }
  header.style-3 .main-nav ul li ul.sub-menu > li a.active {
    color: var(--primary-color1);
  }
  header.style-3 .main-nav ul li ul.sub-menu > li i {
    color: var(--text-primary);
    right: -13px;
  }
  header.style-3 .main-nav ul li .bi {
    top: 12px;
    font-size: 16px;
  }
  header.style-3 .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  header.style-3 .mobile-menu-btn i {
    font-size: 35px;
  }
  header.style-3 .cross-btn {
    display: inline-block !important;
    position: relative;
    width: 30px !important;
    height: 22px !important;
    cursor: pointer;
    border: 3px solid transparent !important;
  }
  header.style-3 .cross-btn span {
    width: 100%;
    height: 2px;
    background: var(--primary-color1);
    display: block;
    position: absolute;
    right: 0;
    transition: 0.3s;
  }
  header.style-3 .cross-btn .cross-top {
    top: 0;
  }
  header.style-3 .cross-btn .cross-middle {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  header.style-3 .cross-btn .cross-bottom {
    bottom: 0;
    width: 100%;
  }
  header.style-3 .cross-btn.h-active span.cross-top {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  header.style-3 .cross-btn.h-active span.cross-middle {
    transform: translateX(-30px);
    opacity: 0;
  }
  header.style-3 .cross-btn.h-active span.cross-bottom {
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}

header.style-4 {
  background-color: var(--white);
  width: 100%;
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 3px 3px 30px rgba(32, 35, 56, 0.06);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-4 {
    padding: 0px 2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-4 {
    padding: 0px 2%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.style-4 {
    padding: 0px 15px;
    top: 0;
  }
}
@media (max-width: 767px) {
  header.style-4 {
    top: 0;
    padding: 0px 10px;
  }
}
header.style-4.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  background: var(--white);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  animation: smooth-header 0.65s linear;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.style-4.sticky .main-nav > ul li i {
  top: 21px;
}
header.style-4.sticky .main-nav > ul li a {
  padding: 20px 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-4 .header-logo {
    padding: 20px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-4 .header-logo {
    padding: 15px 0px;
  }
}
@media (max-width: 991px) {
  header.style-4 .header-logo {
    padding: 15px 0px;
    max-width: 100px;
  }
}
header.style-4 .header-logo img {
  max-width: 100%;
}
header.style-4 .header-icons-four a {
  margin-right: 25px;
}
header.style-4 .header-icons-four a i {
  color: var(--text-secondary);
}
header.style-4 .header-icons-four a.cart-icon {
  position: relative;
  display: inline-block;
}
header.style-4 .header-icons-four a.cart-icon::before {
  content: "0";
  font-size: 11px;
  min-width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 50%;
  background-color: var(--primary-one);
  display: inline-block;
  color: var(--white);
  text-align: center;
  position: absolute;
  top: 3px;
  right: -8px;
}
header.style-4 .header-icons-four i {
  font-size: 18px;
  color: var(--text-primary);
  vertical-align: middle;
}
header.style-4 .mobile-logo-wrap {
  max-width: 120px;
}
header.style-4 .main-nav {
  display: inline-block;
}
header.style-4 .main-nav .mobile-menu-logo {
  display: none;
}
header.style-4 .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.style-4 .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
header.style-4 .main-nav ul li a {
  font-size: 18px;
  color: var(--text-primary);
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  padding: 30px 0;
  position: relative;
  font-family: var(--font-work-sans);
  transition: 0.5s ease-out 0s;
  position: relative;
}
header.style-4 .main-nav ul li a:hover {
  color: var(--primary-one);
}
header.style-4 .main-nav ul li a:hover:after {
  opacity: 1;
  width: 100%;
}
header.style-4 .main-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 0%;
  height: 2px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color1), transparent);
  opacity: 0;
  transition: 0.5s ease-out 0s;
}
header.style-4 .main-nav ul li a.active {
  color: var(--primary-one);
}
header.style-4 .main-nav ul li i {
  width: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--text-primary);
  font-style: normal;
  position: absolute;
  right: -8px;
  top: 31px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
header.style-4 .main-nav ul li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 215px;
  background: #0B0F14;
  text-align: left;
  transition: 0.55s ease-in-out;
  transform: translateY(20px);
}
header.style-4 .main-nav ul li ul.sub-menu > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid rgba(56, 56, 56, 0.5);
  position: relative;
}
header.style-4 .main-nav ul li ul.sub-menu > li i {
  position: absolute;
  top: 15px;
  right: 6px;
  display: block;
  color: var(--white);
}
header.style-4 .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 15px 15px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  transition: 0.4s ease-out 0s;
  position: relative;
}
header.style-4 .main-nav ul li ul.sub-menu > li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color1), transparent);
  transition: 0.5s ease-in-out;
}
header.style-4 .main-nav ul li ul.sub-menu > li a:hover {
  color: var(--primary-one);
}
header.style-4 .main-nav ul li ul.sub-menu > li a:hover:after {
  width: 100%;
}
header.style-4 .main-nav ul li ul.sub-menu > li a.active {
  color: var(--primary-one);
}
header.style-4 .main-nav ul li ul.sub-menu > li .sub-menu {
  left: 215px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: #0B0F14;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  header.style-4 .main-nav ul li ul.sub-menu > li .sub-menu {
    margin-left: 10px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}
header.style-4 .main-nav ul li ul.sub-menu > li .sub-menu li i {
  display: block;
}
header.style-4 .main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}
header.style-4 .main-nav ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
header.style-4 .main-nav ul li:first-child {
  padding-left: 0px;
}
@media (max-width: 991px) {
  header.style-4 .main-nav ul li:first-child {
    padding-left: 5px;
  }
}
header.style-4 .main-nav ul li.menu-item-has-children > i {
  display: block;
}
@media only screen and (max-width: 991px) {
  header.style-4 .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.style-4 .main-nav.show-menu {
    transform: translateX(0);
  }
  header.style-4 .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-4 .main-nav ul {
    float: none;
    text-align: left;
    padding: 35px 10px 10px 0;
  }
  header.style-4 .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  header.style-4 .main-nav ul li i {
    display: block;
  }
  header.style-4 .main-nav ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 500;
    font-size: 18px;
  }
  header.style-4 .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
  header.style-4 .main-nav ul li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header.style-4 .main-nav ul li ul.sub-menu > li a {
    color: var(--text-primary);
    font-size: 15px;
    font-weight: 500;
  }
  header.style-4 .main-nav ul li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
    margin-left: 10px;
  }
  header.style-4 .main-nav ul li ul.sub-menu > li a.active {
    color: var(--primary-color1);
  }
  header.style-4 .main-nav ul li ul.sub-menu > li i {
    color: var(--text-primary);
    right: -13px;
  }
  header.style-4 .main-nav ul li .bi {
    top: 12px;
    font-size: 16px;
  }
  header.style-4 .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  header.style-4 .mobile-menu-btn i {
    font-size: 35px;
  }
  header.style-4 .cross-btn {
    display: inline-block !important;
    position: relative;
    width: 30px !important;
    height: 22px !important;
    cursor: pointer;
    border: 3px solid transparent !important;
  }
  header.style-4 .cross-btn span {
    width: 100%;
    height: 2px;
    background: var(--primary-color1);
    display: block;
    position: absolute;
    right: 0;
    transition: 0.3s;
  }
  header.style-4 .cross-btn .cross-top {
    top: 0;
  }
  header.style-4 .cross-btn .cross-middle {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  header.style-4 .cross-btn .cross-bottom {
    bottom: 0;
    width: 100%;
  }
  header.style-4 .cross-btn.h-active span.cross-top {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  header.style-4 .cross-btn.h-active span.cross-middle {
    transform: translateX(-30px);
    opacity: 0;
  }
  header.style-4 .cross-btn.h-active span.cross-bottom {
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}

header.style-5 {
  background: #ffffff;
  width: 100%;
  /* position: relative; */
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 35px 0px 50px;
}

header.style-5::before {
  content: "";
  position: fixed;
  /* left: 0;
  top: 0;
  right: 0;
  bottom: 0; */
  width: 100%;
  /* height: 100%; */
  border-radius: 100px;
  z-index: -1;
  box-shadow: 2px 2px 4px rgba(255, 127, 24, 0.04);
  border-radius: 0;
}

@media (max-width: 991px) {
  header.style-5::before {
    border-radius: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-5 {
    padding: 0px 3%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-5 {
    padding: 0px 2%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.style-5 {
    padding: 0px 15px;
    top: 0;
  }
}
@media (max-width: 767px) {
  header.style-5 {
    top: 0;
    padding: 8px 10px;
  }
}
header.style-5.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  background: var(--white);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  animation: smooth-header 0.65s linear;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}

header.style-5 .header-logo {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 400px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  header.style-5 .header-logo {
    max-width: 220px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-5 .header-logo {
    max-width: 23%;
    object-fit: contain;
  }
}

header.style-5 .header-logo::before {
  content: "";
  width: 145px;
  /* height: 145px; */
  border-radius: 50%;
  /* background-color: var(--primary-one-light); */
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* border: 1px dashed var(--primary-light-border); */
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.style-5 .header-logo::before {
    width: 125px;
    height: 125px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-5 .header-logo::before {
    width: 125px;
    /* height: 125px; */
  }
}
@media (max-width: 991px) {
  header.style-5 .header-logo::before {
    content: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-5 .header-logo::before {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-5 .header-logo {
    padding: 1px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-5 .header-logo {
    padding: 15px 0px;
  }
}
@media (max-width: 991px) {
  header.style-5 .header-logo {
    padding: 3px 0px;
    max-width: 242px;
  }
}
header.style-5 .header-logo img {
  width: 85%;
  /* max-width: 118px; */
  margin: 0 auto;
}

header.style-5 .mobile-logo-wrap {
  margin-left: 0;
  max-width: 183px;
}

header.style-5 .main-nav {
  display: inline-block;
}
header.style-5 .main-nav .mobile-menu-logo {
  display: none;
}
header.style-5 .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.style-5 .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 18px;
}

header.style-5 .main-nav ul li a {
  font-size: 16px;
  color: #262626;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  padding: 22px 0;
  position: relative;
  font-family: var(--font-work-sans);
  transition: 0.5s ease-out 0s;
  position: relative;
  font-family: 'Poppins';
}

header.style-5 .main-nav ul li a:hover {
  color: #2bb2ec;
}
header.style-5 .main-nav ul li a:hover:after {
  opacity: 1;
  width: 100%;
}
header.style-5 .main-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 0%;
  height: 2px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color1), transparent);
  opacity: 0;
  transition: 0.5s ease-out 0s;
}
header.style-5 .main-nav ul li a.active {
  color: var(--primary-one);
}
header.style-5 .main-nav ul li i {
  width: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--text-primary);
  font-style: normal;
  position: absolute;
  right: -8px;
  top: 31px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
header.style-5 .main-nav ul li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 215px;
  background: #0B0F14;
  text-align: left;
  transition: 0.55s ease-in-out;
  transform: translateY(20px);
}
header.style-5 .main-nav ul li ul.sub-menu > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid rgba(56, 56, 56, 0.5);
  position: relative;
}
header.style-5 .main-nav ul li ul.sub-menu > li i {
  position: absolute;
  top: 15px;
  right: 6px;
  display: block;
  color: var(--white);
}
header.style-5 .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 15px 15px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  transition: 0.4s ease-out 0s;
  position: relative;
}
header.style-5 .main-nav ul li ul.sub-menu > li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color1), transparent);
  transition: 0.5s ease-in-out;
}
header.style-5 .main-nav ul li ul.sub-menu > li a:hover {
  color: var(--primary-one);
}
header.style-5 .main-nav ul li ul.sub-menu > li a:hover:after {
  width: 100%;
}
header.style-5 .main-nav ul li ul.sub-menu > li a.active {
  color: var(--primary-one);
}
header.style-5 .main-nav ul li ul.sub-menu > li .sub-menu {
  left: 215px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: #0B0F14;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  header.style-5 .main-nav ul li ul.sub-menu > li .sub-menu {
    margin-left: 10px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}
header.style-5 .main-nav ul li ul.sub-menu > li .sub-menu li i {
  display: block;
}
header.style-5 .main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}
header.style-5 .main-nav ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
header.style-5 .main-nav ul li:first-child {
  padding-left: 0px;
}
@media (max-width: 991px) {
  header.style-5 .main-nav ul li:first-child {
    padding-left: 5px;
  }
}
header.style-5 .main-nav ul li.menu-item-has-children > i {
  display: block;
}
@media only screen and (max-width: 991px) {
  header.style-5 .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.style-5 .main-nav.show-menu {
    transform: translateX(0);
  }
  header.style-5 .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-5 .main-nav ul {
    float: none;
    text-align: left;
    padding: 35px 10px 10px 0;
  }
  header.style-5 .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  header.style-5 .main-nav ul li i {
    display: block;
  }
  header.style-5 .main-nav ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 500;
    font-size: 18px;
  }
  header.style-5 .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
  header.style-5 .main-nav ul li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header.style-5 .main-nav ul li ul.sub-menu > li a {
    color: var(--text-primary);
    font-size: 15px;
    font-weight: 500;
  }
  header.style-5 .main-nav ul li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
    margin-left: 10px;
  }
  header.style-5 .main-nav ul li ul.sub-menu > li a.active {
    color: var(--primary-color1);
  }
  header.style-5 .main-nav ul li ul.sub-menu > li i {
    color: var(--text-primary);
    right: -13px;
  }
  header.style-5 .main-nav ul li .bi {
    top: 12px;
    font-size: 16px;
  }
  header.style-5 .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  header.style-5 .mobile-menu-btn i {
    font-size: 35px;
  }
  header.style-5 .cross-btn {
    display: inline-block !important;
    position: relative;
    width: 30px !important;
    height: 22px !important;
    cursor: pointer;
    border: 3px solid transparent !important;
  }
  header.style-5 .cross-btn span {
    width: 100%;
    height: 2px;
    background: var(--primary-color1);
    display: block;
    position: absolute;
    right: 0;
    transition: 0.3s;
  }
  header.style-5 .cross-btn .cross-top {
    top: 0;
  }
  header.style-5 .cross-btn .cross-middle {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  header.style-5 .cross-btn .cross-bottom {
    bottom: 0;
    width: 100%;
  }
  header.style-5 .cross-btn.h-active span.cross-top {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  header.style-5 .cross-btn.h-active span.cross-middle {
    transform: translateX(-30px);
    opacity: 0;
  }
  header.style-5 .cross-btn.h-active span.cross-bottom {
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}
header.style-5 .header-icons a {
  margin-right: 25px;
  color: var(--text-primary);
}
header.style-5 .header-icons a i {
  font-size: 18px;
  color: var(--text-primary);
  vertical-align: middle;
}
header.style-5 .header-icons a.cart-icon {
  position: relative;
  display: inline-block;
}
header.style-5 .header-icons a.cart-icon::before {
  content: "0";
  font-size: 11px;
  min-width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 50%;
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
  display: inline-block;
  color: var(--white);
  text-align: center;
  position: absolute;
  top: 3px;
  right: -8px;
}

header.style-6 {
  background-color: var(--white);
  width: 100%;
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 3px 3px 30px rgba(32, 35, 56, 0.06);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-6 {
    padding: 0px 2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-6 {
    padding: 0px 2%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.style-6 {
    padding: 0px 15px;
    top: 0;
  }
}
@media (max-width: 767px) {
  header.style-6 {
    top: 0;
    padding: 0px 10px;
  }
}
header.style-6.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  background: var(--white);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  animation: smooth-header 0.65s linear;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-6 .header-logo {
    padding: 20px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-6 .header-logo {
    padding: 15px 0px;
  }
}
@media (max-width: 991px) {
  header.style-6 .header-logo {
    padding: 15px 0px;
    max-width: 100px;
  }
}
header.style-6 .header-logo img {
  max-width: 100%;
}
header.style-6 .header-icons a {
  margin-right: 25px;
  color: var(--text-primary);
}
header.style-6 .header-icons a i {
  font-size: 18px;
  color: var(--text-primary);
  vertical-align: middle;
}
header.style-6 .header-icons a.cart-icon {
  position: relative;
  display: inline-block;
}
header.style-6 .header-icons a.cart-icon::before {
  content: "0";
  font-size: 11px;
  min-width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 50%;
  background: linear-gradient(45deg, var(--linear-orange2), var(--linear-red) 80%);
  display: inline-block;
  color: var(--white);
  text-align: center;
  position: absolute;
  top: 3px;
  right: -8px;
}
header.style-6 .mobile-logo-wrap {
  max-width: 120px;
}
header.style-6 .main-nav {
  display: inline-block;
}
header.style-6 .main-nav .mobile-menu-logo {
  display: none;
}
header.style-6 .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.style-6 .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
header.style-6 .main-nav ul li a {
  font-size: 18px;
  color: var(--text-primary);
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  padding: 30px 0;
  position: relative;
  font-family: var(--font-work-sans);
  transition: 0.5s ease-out 0s;
  position: relative;
}
header.style-6 .main-nav ul li a:hover {
  color: var(--primary-one);
}
header.style-6 .main-nav ul li a:hover:after {
  opacity: 1;
  width: 100%;
}
header.style-6 .main-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 0%;
  height: 2px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color1), transparent);
  opacity: 0;
  transition: 0.5s ease-out 0s;
}
header.style-6 .main-nav ul li a.active {
  color: var(--primary-one);
}
header.style-6 .main-nav ul li i {
  width: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--text-primary);
  font-style: normal;
  position: absolute;
  right: -8px;
  top: 31px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
header.style-6 .main-nav ul li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 215px;
  background: #0B0F14;
  text-align: left;
  transition: 0.55s ease-in-out;
  transform: translateY(20px);
}
header.style-6 .main-nav ul li ul.sub-menu > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid rgba(56, 56, 56, 0.5);
  position: relative;
}
header.style-6 .main-nav ul li ul.sub-menu > li i {
  position: absolute;
  top: 15px;
  right: 6px;
  display: block;
  color: var(--white);
}
header.style-6 .main-nav ul li ul.sub-menu > li a {
  display: block;
  padding: 15px 15px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  transition: 0.4s ease-out 0s;
  position: relative;
}
header.style-6 .main-nav ul li ul.sub-menu > li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  border-radius: 30px;
  display: block;
  background: linear-gradient(90deg, var(--primary-color1), transparent);
  transition: 0.5s ease-in-out;
}
header.style-6 .main-nav ul li ul.sub-menu > li a:hover {
  color: var(--primary-one);
}
header.style-6 .main-nav ul li ul.sub-menu > li a:hover:after {
  width: 100%;
}
header.style-6 .main-nav ul li ul.sub-menu > li a.active {
  color: var(--primary-one);
}
header.style-6 .main-nav ul li ul.sub-menu > li .sub-menu {
  left: 215px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: #0B0F14;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  header.style-6 .main-nav ul li ul.sub-menu > li .sub-menu {
    margin-left: 10px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}
header.style-6 .main-nav ul li ul.sub-menu > li .sub-menu li i {
  display: block;
}
header.style-6 .main-nav ul li ul.sub-menu > li:last-child {
  border-bottom: none;
}
header.style-6 .main-nav ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
header.style-6 .main-nav ul li:first-child {
  padding-left: 0px;
}
@media (max-width: 991px) {
  header.style-6 .main-nav ul li:first-child {
    padding-left: 5px;
  }
}
header.style-6 .main-nav ul li.menu-item-has-children > i {
  display: block;
}
@media only screen and (max-width: 991px) {
  header.style-6 .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.style-6 .main-nav.show-menu {
    transform: translateX(0);
  }
  header.style-6 .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-6 .main-nav ul {
    float: none;
    text-align: left;
    padding: 35px 10px 10px 0;
  }
  header.style-6 .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  header.style-6 .main-nav ul li i {
    display: block;
  }
  header.style-6 .main-nav ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 500;
    font-size: 18px;
  }
  header.style-6 .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
  }
  header.style-6 .main-nav ul li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header.style-6 .main-nav ul li ul.sub-menu > li a {
    color: var(--text-primary);
    font-size: 15px;
    font-weight: 500;
  }
  header.style-6 .main-nav ul li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
    margin-left: 10px;
  }
  header.style-6 .main-nav ul li ul.sub-menu > li a.active {
    color: var(--primary-color1);
  }
  header.style-6 .main-nav ul li ul.sub-menu > li i {
    color: var(--text-primary);
    right: -13px;
  }
  header.style-6 .main-nav ul li .bi {
    top: 12px;
    font-size: 16px;
  }
  header.style-6 .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }
  header.style-6 .mobile-menu-btn i {
    font-size: 35px;
  }
  header.style-6 .cross-btn {
    display: inline-block !important;
    position: relative;
    width: 30px !important;
    height: 22px !important;
    cursor: pointer;
    border: 3px solid transparent !important;
  }
  header.style-6 .cross-btn span {
    width: 100%;
    height: 2px;
    background: var(--primary-color1);
    display: block;
    position: absolute;
    right: 0;
    transition: 0.3s;
  }
  header.style-6 .cross-btn .cross-top {
    top: 0;
  }
  header.style-6 .cross-btn .cross-middle {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  header.style-6 .cross-btn .cross-bottom {
    bottom: 0;
    width: 100%;
  }
  header.style-6 .cross-btn.h-active span.cross-top {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }
  header.style-6 .cross-btn.h-active span.cross-middle {
    transform: translateX(-30px);
    opacity: 0;
  }
  header.style-6 .cross-btn.h-active span.cross-bottom {
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}

.header-five-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  justify-content: flex-end;
}

.header-email {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.header-email .icon {
  width: 50px;
  height: 50px;
  line-height: 52px;
  border-radius: 50%;
  background: linear-gradient(90deg, var(--linear-pink) 0%, var(--linear-yellow) 100%);
  text-align: center;
}
.header-email .icon i {
  font-size: 18px;
  color: var(--white);
}
.header-email .email span {
  display: inline-block;
  font-size: 14px;
  color: var(--text-primary);
  font-weight: 500;
  margin-bottom: 0px;
}

.header-phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .header-phone {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 1399px) {
  .header-phone {
    display: none;
    visibility: hidden;
  }
}
.header-phone .icon {
  width: 50px;
  height: 50px;
  line-height: 52px;
  border-radius: 50%;
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  text-align: center;
}
.header-phone .icon i {
  font-size: 26px;
  color: var(--white);
}
.header-phone .email span {
  display: inline-block;
  font-size: 14px;
  color: var(--text-primary);
  font-weight: 500;
  margin-bottom: 0px;
}
.header-phone .email h5 {
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}
.header-phone.style-six .icon {
  background: linear-gradient(45deg, var(--linear-orange2), var(--linear-red) 80%);
}
.header-phone.style-six .email h5 {
  background: linear-gradient(45deg, var(--linear-orange2), var(--linear-red) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-phone-five {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .header-phone-five {
    display: inline-flex;
    visibility: visible;
  }
}




.header-phone-five .icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  /* border-radius: 50%; */
  /* background: #0CBE7E; */
  text-align: center;
}

.header-phone-five .icon i {
  font-size: 26px;
  color: var(--white);
}
.header-phone-five .email span {
  display: inline-block;
  font-size: 14px;
  color: var(--text-primary);
  font-weight: 500;
  margin-bottom: 0px;
}
.header-phone-five .email h5 {
  background: linear-gradient(to right, #4fb2dd, #1f8dbd);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}

.header-phone-four {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .header-phone-four {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 1399px) {
  .header-phone-four {
    display: none;
    visibility: hidden;
  }
}
.header-phone-four .icon {
  width: 50px;
  height: 50px;
  line-height: 52px;
  border-radius: 50%;
  background-color: var(--primary-one);
  text-align: center;
}
.header-phone-four .icon i {
  font-size: 26px;
  color: var(--white);
}
.header-phone-four .email span {
  display: inline-block;
  font-size: 14px;
  color: var(--text-primary);
  font-weight: 500;
  margin-bottom: 0px;
}
.header-phone-four .email h5 {
  color: var(--primary-one);
  font-size: 20px;
}
.header-phone-four .email h5 a {
  color: inherit;
}

/*=======================================
   12. Bread-crumb-section
=======================================*/
.bread-crumb-section {
  background-image: url("../images/bg/breadcrumb-bg.html");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--bg-dark3);
  padding: 60px 25px;
  position: relative;
}
.bread-crumb-section.style-two {
  height: 230px;
}
@media (max-width: 991px) {
  .bread-crumb-section.style-two {
    height: auto;
  }
}

.bread-crumb-title {
  z-index: 9;
  font-size: 55px;
  font-weight: 700;
  color: var(--white);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bread-crumb-title {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bread-crumb-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .bread-crumb-title {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .bread-crumb-title {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .breadcrumb {
    justify-content: center;
  }
}
.breadcrumb .breadcrumb-item {
  font-family: var(--font-out);
  position: relative;
  margin: 0px 2px;
}
.breadcrumb .breadcrumb-item a {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-light-one);
}
.breadcrumb .breadcrumb-item.active {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  content: "";
  position: absolute;
  left: -10px;
  top: 15px;
  height: 4px;
  width: 10px;
  background-color: var(--text-light-one);
  border-radius: 40px;
}

/*=======================================
   13. Swiper slider css
=======================================*/
.swiper-slide-active span {
  animation: fadeInDown 1.7s;
}

.swiper-slide-active h1 {
  animation: fadeInDown 1.7s;
}

.swiper-slide-active h2 {
  animation: fadeInDown 1.7s;
}

.swiper-slide-active h4 {
  animation: fadeInDown 1.7s;
}

.swiper-slide-active p {
  animation: fadeInUp 1.7s;
}

.swiper-slide-active .eg-btn {
  animation: fadeInUp 1.7s;
}

.arrow-style-one .swiper-prev-arrow i, .arrow-style-one .swiper-next-arrow i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid var(--primary-one);
  color: var(--primary-one);
  border-radius: 3px;
  display: inline-block;
  transition: 0.5s ease;
}
.arrow-style-one .swiper-prev-arrow i:hover, .arrow-style-one .swiper-next-arrow i:hover {
  background: linear-gradient(90.37deg, #FF791D 0.29%, #FA4745 99.68%);
  color: var(--white);
}
.arrow-style-one.sibling-two .swiper-prev-arrow i, .arrow-style-one.sibling-two .swiper-next-arrow i {
  border-radius: 50%;
}

.arrow-style-two .swiper-next-arrow img, .arrow-style-two .swiper-prev-arrow img {
  opacity: 0.65;
  transition: 0.5s ease;
}
.arrow-style-two .swiper-next-arrow:hover img, .arrow-style-two .swiper-prev-arrow:hover img {
  opacity: 1;
}
/*=======================================
   14. Banner-section
=======================================*/
.banner-one {
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner-one .slider-arrows {
  position: absolute;
  bottom: 90px;
  z-index: 9;
  width: 88%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-one .slider-arrows {
    width: 98%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-one .slider-arrows {
    width: 99%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-one .slider-arrows {
    width: 98%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-one .slider-arrows {
    width: 98%;
    bottom: 65px;
  }
}
@media (max-width: 767px) {
  .banner-one .slider-arrows {
    bottom: -20px;
    width: 20%;
  }
}
.banner-one .swiper .swiper-slide-thumb-active .banner-card-single {
  background: linear-gradient(90.37deg, #FF791D 0.29%, #FA4745 99.68%);
}
.banner-one .swiper .swiper-slide-thumb-active .banner-card-single .banner-card-icon {
  border: 1px solid var(--white);
}
.banner-one .swiper .swiper-slide-thumb-active .banner-card-single .banner-card-icon svg {
  fill: var(--white);
}
.banner-one .swiper .swiper-slide-thumb-active .banner-card-single .banner-card-info h4 {
  color: var(--white);
}
.banner-one .swiper .swiper-slide-thumb-active .banner-card-single .banner-card-info p {
  color: var(--white);
}
.banner-one .banner-ellips-one {
  position: absolute;
  left: -5%;
  top: -6%;
  z-index: 2;
  animation: jump 3s linear infinite alternate;
}
@media (max-width: 991px) {
  .banner-one .banner-ellips-one {
    display: none;
    visibility: hidden;
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
  }
}
.banner-one .banner-ellips-two {
  position: absolute;
  right: 5%;
  top: 9%;
  z-index: 2;
  animation: jump 3s linear infinite alternate;
  animation-delay: 1s;
}
@media (max-width: 991px) {
  .banner-one .banner-ellips-two {
    display: none;
    visibility: hidden;
  }
}
.banner-one .banner-one-social {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  z-index: 3;
  background-color: rgb(49, 28, 13);
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
          clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 8px;
}
@media (max-width: 1199px) {
  .banner-one .banner-one-social {
    display: none;
    visibility: hidden;
  }
}
.banner-one .banner-one-social ul.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.banner-one .banner-one-social ul.social-links .bx {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
  color: var(--primary-one);
  transition: 0.4s ease;
}
.banner-one .banner-one-social ul.social-links .bx:hover {
  background-color: var(--primary-one);
  color: var(--white);
}
.banner-one .banner-one-slider-big .swiper-slide {
  height: 100%;
}
@media (max-width: 1199px) {
  .banner-one .banner-one-slider-big .swiper-slide {
    min-height: auto;
    max-height: auto;
  }
}
.banner-one .banner-one-slider-small {
  position: relative;
  min-height: 150px;
  margin-top: -190px;
  margin-bottom: 23px;
}
.banner-one .swiper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.banner-one .swiper .banner-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner-one .swiper .banner-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-one .swiper .banner-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.banner-two-section {
  padding: 70px 0px;
  position: relative !important;
  z-index: 1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-two-section {
    padding: 120px 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-two-section {
    padding: 70px 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-two-section {
    padding: 100px 0px;
  }
}
@media (max-width: 991px) {
  .banner-two-section {
    padding: 90px 0px;
  }
}
.banner-two-section .banner-two-pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  width: 100px;
  z-index: 9999;
  min-height: 300px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-two-section .banner-two-pagination {
    left: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-two-section .banner-two-pagination {
    left: 30px;
  }
}
@media (max-width: 991px) {
  .banner-two-section .banner-two-pagination {
    display: none;
    visibility: hidden;
  }
}
.banner-two-section .banner-two-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2bb2ec;
  z-index: 9999;
}
.banner-two-section .banner-two-pagination .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  background: #2bb2ec;
}


.banner-two-section .banner-two-pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  border: 1px solid #0CBE7E;
}
.banner-two-section .banner-two-shape1 {
  position: absolute;
  top: 130px;
  right: 70px;
  z-index: -1;
}
@media (max-width: 991px) {
  .banner-two-section .banner-two-shape1 {
    display: none;
    visibility: hidden;
  }
}
.banner-two-section .banner-two-shape2 {
  position: absolute;
  top: 70px;
  left: 40%;
  z-index: -1;
}
@media (max-width: 991px) {
  .banner-two-section .banner-two-shape2 {
    top: 10px;
  }
}
.banner-two-section .banner-two-shape3 {
  position: absolute;
  bottom: 60px;
  left: 12%;
  z-index: -1;
}
.banner-two-section .banner-two-shape4 {
  position: absolute;
  top: 130px;
  left: 160px;
  z-index: -1;
}
@media (max-width: 767px) {
  .banner-two-section {
    padding: 35px 5px;
  }
}

.banner-two-image {
  position: relative;
  display: block;
  height: 100%;
}
@media (max-width: 991px) {
  .banner-two-image {
    display: none;
    visibility: hidden;
  }
}
.banner-two-image img {
  max-width: 106%;
}
.banner-two-image .banner-two-review {
  position: absolute;
  left: 0px;
  top: 0px;
}
.banner-two-image .banner-two-project {
  position: absolute;
  right: 30px;
  bottom: 0px;
}

.banner-two-content {
  /* padding: 45px 0px; */
}

@media (max-width: 767px) {
  .banner-two-content {
    text-align: center;
  }
}

.banner-two-content h2 {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 0px;
  font-family: Quicksand;
}

@media (max-width: 767px) {
  .banner-two-content h2 {
    font-size: 45px;
  }
}
.banner-two-content h2 span {
  background: #000000;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-two-content p {
  font-size: 18px;
    font-weight: 400;
    color: #262525;
    line-height: 1.5;
    margin-bottom: 40px;
    font-family: 'Poppins';
}


@media (max-width: 767px) {
  .banner-two-content p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  
}
.banner-two-content .button-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .banner-two-content .button-group {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.banner-two-content .video-button .video-play-icon {
  display: inline-block;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  line-height: 55px;
  background: #0CBE7E;
  text-align: center;
  margin-right: 5px;
}
.banner-two-content .video-button a {
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 500;
}

.banner-one-content {
  padding: 110px 0px 260px 0px;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: 0px;
  position: relative;
  z-index: 5;
  text-align: left;
}
@media (max-width: 991px) {
  .banner-one-content {
    padding: 60px 10px 270px 10px;
  }
}
.banner-one-content h1, .banner-one-content h2 {
  font-size: 80px;
  font-weight: 800;
  color: var(--white);
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 25px;
  font-family: var(--font-nunito);
}
@media (max-width: 767px) {
  .banner-one-content h1, .banner-one-content h2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-one-content h1, .banner-one-content h2 {
    font-size: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-one-content h1, .banner-one-content h2 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-one-content h1, .banner-one-content h2 {
    font-size: 75px;
  }
}
.banner-one-content h1 span, .banner-one-content h2 span {
  color: var(--primary-one);
}
.banner-one-content .banner-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 490px;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.banner-one-content .banner-list li {
  width: 50%;
  min-width: 210px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
}
@media (max-width: 767px) {
  .banner-one-content .banner-list li {
    font-size: 16px;
  }
}
.banner-one-content .banner-list li i {
  color: var(--primary-one);
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  border: 1px solid var(--primary-one);
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}

.banner-card-single {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  padding: 30px;
  gap: 25px;
  cursor: pointer;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .banner-card-single {
    padding: 20px 20px;
    gap: 15px;
  }
}
.banner-card-single .banner-card-icon {
  height: 60px;
  line-height: 60px;
  min-width: 60px;
  text-align: center;
  border: 1px solid var(--primary-one);
  border-radius: 4px;
}
@media (max-width: 767px) {
  .banner-card-single .banner-card-icon {
    height: 50px;
    line-height: 45px;
    min-width: 50px;
  }
}
.banner-card-single .banner-card-icon svg {
  fill: var(--primary-one);
  width: 100%;
  transition: 0.4s ease;
}
.banner-card-single .banner-card-info h4 {
  font-size: 24px;
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-card-single .banner-card-info h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .banner-card-single .banner-card-info h4 {
    font-size: 22px;
  }
}
.banner-card-single .banner-card-info p {
  margin-bottom: 0px;
  font-size: 16px;
  color: var(--text-secondary);
}

.banner-three-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 60px 0px;
  background-image: url("../images/banner/banner-three/banner-three-bg.png");
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-three-section {
    padding: 30px 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-three-section {
    padding: 30px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-three-section {
    padding: 50px 0px;
  }
}
@media (max-width: 991px) {
  .banner-three-section {
    padding: 90px 0px;
  }
}
.banner-three-section .banner-three-shape1 {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
}
.banner-three-section .banner-three-shape2 {
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 1;
}
.banner-three-section .banner-three-shape3 {
  position: absolute;
  left: 37%;
  top: 20%;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner-three-section .banner-three-shape3 {
    display: none;
    visibility: hidden;
  }
}
.banner-three-section .banner-three-shape4 {
  position: absolute;
  left: 7%;
  top: 20%;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner-three-section .banner-three-shape4 {
    display: none;
    visibility: hidden;
  }
}
.banner-three-section .banner-three-shape5 {
  position: absolute;
  left: 5%;
  top: 40%;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner-three-section .banner-three-shape5 {
    left: 5%;
    top: 5%;
  }
}
.banner-three-section .banner-three-shape6 {
  position: absolute;
  left: 26%;
  bottom: 20%;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner-three-section .banner-three-shape6 {
    bottom: 10%;
    left: 5%;
  }
}

@media (max-width: 991px) {
  .banner-three-content {
    text-align: center;
  }
}
.banner-three-content > span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-dm);
  margin-bottom: 5px;
  padding-left: 20px;
  color: var(--text-primary);
}
@media (max-width: 767px) {
  .banner-three-content > span {
    font-size: 18px;
  }
}
.banner-three-content > span::before, .banner-three-content > span::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  transform: rotate(45deg);
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
}
.banner-three-content > span::before {
  left: 0px;
}
.banner-three-content > span::after {
  right: -20px;
}
.banner-three-content h2 {
  font-size: 80px;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--text-primary);
  line-height: 1.1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-three-content h2 {
    font-size: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-three-content h2 {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-three-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .banner-three-content h2 {
    font-size: 42px;
  }
}
.banner-three-content h2 span {
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-three-content p {
  color: var(--text-secondary);
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .banner-three-content p {
    margin-bottom: 35px;
  }
}

.banner-three-image {
  position: relative;
}
.banner-three-image img {
  max-width: 130%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-three-image img {
    max-width: 110%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-three-image img {
    max-width: 105%;
  }
}
@media (max-width: 1199px) {
  .banner-three-image img {
    max-width: 100%;
  }
}
.banner-three-image .banner-three-shape {
  background-color: var(--white);
  position: absolute;
  left: 0;
  bottom: 30%;
  border-radius: 50%;
  padding: 10px;
}
.banner-three-image .banner-three-vector {
  position: absolute;
  left: 0;
  top: 0;
}

.banner-six-image {
  margin: 40px auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 1600px) {
  .banner-six-image {
    min-width: 590px;
  }
}
.banner-six-image::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 115%;
  height: 115%;
  background-image: url("../images/banner/banner-six/banner-six-vector.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  animation: rotation 60s linear infinite;
}
@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.banner-six-image::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  height: 101%;
  border: 5px solid var(--primary-one);
  z-index: -1;
  border-radius: 50%;
}

.banner-three-arrow {
  position: absolute;
  left: 6%;
  bottom: 50px;
  z-index: 9;
  width: 200px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-three-arrow {
    bottom: 30px;
    left: 9.5%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-three-arrow {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .banner-three-arrow {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.banner-three-arrow .swiper-pagination {
  bottom: 0px;
  z-index: 2;
  width: 120px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 500;
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-nunito);
}
.banner-three-arrow .swiper-pagination-current {
  font-size: 22px;
  font-weight: 700;
}

.banner-four-section {
  padding: 40px 0px;
  background-color: var(--primary-two-lighter);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner-four-section .banner-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .banner-four-section .banner-shape {
    display: none;
    visibility: hidden;
  }
}
.banner-four-section .banner-shape-one {
  position: absolute;
  left: 40%;
  bottom: 15%;
  animation: rotate 4s linear infinite;
  z-index: -1;
}
.banner-four-section .banner-shape-two {
  position: absolute;
  left: 40%;
  top: 10%;
  z-index: -1;
}
.banner-four-section .banner-shape-three {
  position: absolute;
  left: 0%;
  top: 90px;
  z-index: -1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-four-section .banner-shape-three {
    top: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-four-section .banner-shape-three {
    top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-four-section .banner-shape-three {
    top: 10px;
  }
}
@media (max-width: 991px) {
  .banner-four-section .banner-shape-three {
    display: none;
    visibility: hidden;
  }
}
.banner-four-section .banner-shape-four {
  position: absolute;
  left: 6%;
  top: 40%;
  animation: rotate 5s linear infinite;
  z-index: -1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-four-section .banner-shape-four {
    left: 2%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.banner-four-image {
  position: relative;
}
@media (max-width: 991px) {
  .banner-four-image {
    padding-bottom: 50px;
  }
}
.banner-four-image .banner-graph1 {
  position: absolute;
  top: 120px;
  left: -70px;
}
.banner-four-image .banner-graph1::after {
  content: url("../images/banner/banner-four/graph-arrow1.svg");
  position: absolute;
  left: 50px;
  top: 110px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-four-image .banner-graph1 {
    top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-four-image .banner-graph1 {
    top: -40px;
    left: -60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-four-image .banner-graph1 {
    top: 200px;
    left: -30px;
  }
}
@media (max-width: 767px) {
  .banner-four-image .banner-graph1 {
    display: none;
    visibility: hidden;
  }
}
.banner-four-image .banner-graph2 {
  position: absolute;
  top: 110px;
  right: -80px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-four-image .banner-graph2 {
    right: -40px;
    max-width: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-four-image .banner-graph2 {
    top: 160px;
    right: -50px;
  }
}
@media (max-width: 991px) {
  .banner-four-image .banner-graph2 {
    top: 190px;
    right: 0px;
  }
}
.banner-four-image .banner-graph3 {
  position: absolute;
  bottom: 0px;
  left: -80px;
}
.banner-four-image .banner-graph3::after {
  content: url("../images/banner/banner-four/graph-arrow2.svg");
  position: absolute;
  right: -50px;
  bottom: -50px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-four-image .banner-graph3 {
    left: 0px;
    max-width: 240px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-four-image .banner-graph3 {
    left: 0px;
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .banner-four-image .banner-graph3 {
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .banner-four-image .banner-graph3 {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 991px) {
  .banner-four-content {
    text-align: center;
    padding: 50px 10px;
  }
}
.banner-four-content > span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-dm);
  margin-bottom: 5px;
  margin-left: 25px;
}
@media (max-width: 991px) {
  .banner-four-content > span {
    margin-left: 0px;
  }
}
.banner-four-content > span::before, .banner-four-content > span::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  transform: rotate(45deg);
  background-color: var(--primary-one);
  opacity: 0.5;
}
.banner-four-content > span::before {
  left: -20px;
}
.banner-four-content > span::after {
  right: -20px;
}
.banner-four-content h2 {
  font-size: 80px;
  font-weight: 800;
  margin-bottom: 0px;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-four-content h2 {
    font-size: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-four-content h2 {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-four-content h2 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .banner-four-content h2 {
    font-size: 42px;
  }
}
.banner-four-content p {
  margin-bottom: 50px;
}

.btn-with-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 525px;
  background-color: var(--white);
  padding: 10px;
}
.btn-with-input input, .btn-with-input textarea {
  background: #FAFAFA;
}
@media (max-width: 991px) {
  .btn-with-input {
    margin-left: auto;
    margin-right: auto;
  }
}

.banner-five-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
}
.banner-five-wrap .banner-five-sidebar {
  min-width: 110px;
  min-height: 100%;
  background-color: var(--white);
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-five-wrap .banner-five-sidebar {
    min-width: 80px;
    padding: 60px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-five-wrap .banner-five-sidebar {
    min-width: 80px;
    padding: 40px 0px;
  }
}
@media (max-width: 991px) {
  .banner-five-wrap .banner-five-sidebar {
    width: 0px;
    display: none;
    visibility: hidden;
  }
}
.banner-five-wrap .banner-five-sidebar .sidebar-button {
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: flex-start;
  cursor: pointer;
}
.banner-five-wrap .banner-five-sidebar .sidebar-button span {
  display: inline-block;
  width: 35px;
  height: 2px;
  border-radius: 3px;
  background-color: var(--text-primary);
  transition: 0.5s ease;
}
.banner-five-wrap .banner-five-sidebar .sidebar-button span:nth-child(2) {
  width: 25px;
}
.banner-five-wrap .banner-five-sidebar .sidebar-button span:last-child {
  width: 30px;
}
.banner-five-wrap .banner-five-sidebar .sidebar-button:hover span:nth-child(2) {
  width: 35px;
}
.banner-five-wrap .banner-five-sidebar .sidebar-button:hover span:nth-child(3) {
  width: 35px;
}
.banner-five-wrap .banner-five-sidebar .scroll-down {
  transform: rotate(270deg);
}
@media (max-width: 1199px) {
  .banner-five-wrap .banner-five-sidebar .scroll-down {
    display: none;
    visibility: hidden;
  }
}
.banner-five-wrap .banner-five-sidebar .scroll-down a {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-dm);
  color: var(--text-primary);
  transition: 0.4s ease;
  white-space: nowrap;
}
.banner-five-wrap .banner-five-sidebar .scroll-down a:hover {
  color: var(--primary-one);
}
.banner-five-wrap .banner-five-main {
  width: calc(100% - 110px);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-five-wrap .banner-five-main {
    width: calc(100% - 80px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-five-wrap .banner-five-main {
    width: calc(100% - 80px);
  }
}
@media (max-width: 991px) {
  .banner-five-wrap .banner-five-main {
    width: 100%;
  }
}
.banner-five-wrap .banner-five-arrow {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  gap: 40px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-five-wrap .banner-five-arrow {
    right: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-five-wrap .banner-five-arrow {
    right: 40px;
  }
}
@media (max-width: 991px) {
  .banner-five-wrap .banner-five-arrow {
    right: 20px;
    top: 80px;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .banner-five-wrap .banner-five-arrow {
    top: 90%;
  }
}
.banner-five-wrap .banner-five-arrow .banner-five-prev, .banner-five-wrap .banner-five-arrow .banner-five-next {
  opacity: 0.5;
  transition: 0.5s;
}
.banner-five-wrap .banner-five-arrow .banner-five-prev:hover, .banner-five-wrap .banner-five-arrow .banner-five-next:hover {
  opacity: 1;
}
.banner-five-wrap .view-more-circle {
  position: absolute;
  bottom: 100px;
  right: 100px;
  width: 130px;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 9;
  padding: 8px;
}
@media (max-width: 1199px) {
  .banner-five-wrap .view-more-circle {
    display: none;
    visibility: hidden;
  }
}
.banner-five-wrap .view-more-circle::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 2px dashed var(--primary-one);
  left: -2px;
  top: 63px;
  animation: roatation 12s linear infinite;
}
.banner-five-wrap .view-more-circle::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: var(--primary-one-light);
  z-index: -1;
}
.banner-five-wrap .view-more-circle > span {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--linear-pink) 0%, var(--linear-yellow) 100%);
  transform: rotate(45deg);
  display: inline-block;
  margin-bottom: 10px;
}
.banner-five-wrap .view-more-circle h5 {
  font-size: 18px;
}
.banner-five-wrap .swiper {
  position: relative;
}

.banner-five-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .banner-five-image img {
    min-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner-five-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.68);
  z-index: 1;
}

.banner-five-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 9;
  width: 100%;
  max-width: 960px;
  padding: 70px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-five-content {
    padding: 40px;
    max-width: 900;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-five-content {
    padding: 20px;
    max-width: 700px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-five-content {
    padding: 10px;
    max-width: 650px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .banner-five-content {
    padding: 10px;
    max-width: 650px;
  }
}
@media (max-width: 576px) {
  .banner-five-content {
    padding: 5px;
    max-width: 350px;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
.banner-five-content > span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-dm);
  margin-bottom: 5px;
  padding-left: 20px;
}
.banner-five-content > span::before, .banner-five-content > span::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  transform: rotate(45deg);
  background-color: var(--primary-one);
  opacity: 0.5;
}
.banner-five-content > span::before {
  left: 0px;
}
.banner-five-content > span::after {
  right: -20px;
}
.banner-five-content h2 {
  font-size: 80px;
  font-weight: 800;
  margin-bottom: 15px;
  color: var(--white);
  line-height: 1.1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-five-content h2 {
    font-size: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-five-content h2 {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-five-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .banner-five-content h2 {
    font-size: 40px;
  }
}
.banner-five-content p {
  color: var(--white);
  margin-bottom: 0;
}

.social-style-one {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}
.social-style-one li {
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--primary-one);
  transition: 0.5s;
}
.social-style-one li:hover {
  background: linear-gradient(45deg, var(--linear-yellow), var(--linear-orange) 80%);
}
.social-style-one li:hover i {
  color: var(--white);
}
.social-style-one li i {
  font-size: 16px;
  color: var(--primary-one);
  transition: 0.5s;
}

.social-style-two {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
}
.social-style-two li {
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--linear-green);
  transition: 0.5s;
}
.social-style-two li:hover {
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
}
.social-style-two li:hover a i {
  -webkit-text-fill-color: var(--white);
}
.social-style-two li i {
  font-size: 16px;
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s;
}

.banner-six-section {
  padding: 80px 0px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .banner-six-section {
    padding: 80px 0px 80px 0px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-six-section {
    padding: 40px 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-six-section {
    padding: 40px 0px;
  }
}

.banner-six-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner-six-content {
    text-align: center;
  }
}
.banner-six-content h2 {
  font-size: 90px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-six-content h2 {
    font-size: 75px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-six-content h2 {
    font-size: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-six-content h2 {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-six-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .banner-six-content h2 {
    font-size: 45px;
  }
}
.banner-six-content p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .banner-six-content p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .banner-six-content p {
    margin-bottom: 40px;
  }
}
.banner-six-content .banner-text-vector {
  position: absolute;
  top: 0;
  right: 9%;
  z-index: -1;
}

.banner-six-arrow {
  position: absolute;
  left: 6%;
  bottom: 50px;
  z-index: 9;
  width: 120px;
  padding-top: 40px;
}
.banner-six-arrow .banner-three-prev, .banner-six-arrow .banner-three-next {
  opacity: 0.3;
  transition: 0.4s ease;
}
.banner-six-arrow .banner-three-prev:hover, .banner-six-arrow .banner-three-next:hover {
  opacity: 1;
}
.banner-six-button-grp {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .banner-six-button-grp {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.banner-six-button-grp .review {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.banner-six-button-grp .review .number {
  position: relative;
  padding-right: 10px;
}
.banner-six-button-grp .review .number::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background: linear-gradient(45deg, var(--linear-orange2), var(--linear-red) 80%);
}
.banner-six-button-grp .review .number h3 {
  font-size: 32px;
  background: linear-gradient(45deg, var(--linear-orange2), var(--linear-red) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .banner-six-button-grp .review .number h3 {
    font-size: 28px;
  }
}
.banner-six-button-grp .review .icon {
  padding: 10px;
}
.banner-six-button-grp ul.star-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.banner-six-button-grp ul.star-list li {
  line-height: 1;
}
.banner-six-button-grp ul.star-list li i {
  color: #FFB800;
  font-size: 0.85rem;
}
.banner-six-button-grp > span {
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .banner-six-button-grp > span {
    font-size: 12px;
  }
}

/*=======================================
   15. Casestudy-section
=======================================*/
.recent-casestudy-one {
  position: relative;
  width: 100%;
}
.recent-casestudy-one:hover .big-arrow {
  transform: translateY(0px);
  opacity: 1;
  transform: scale(1);
}
.recent-casestudy-one:hover .recent-casestudy-image::after {
  opacity: 1;
}
.recent-casestudy-one .big-arrow {
  position: absolute;
  top: 45px;
  right: 45px;
  z-index: 2;
  opacity: 0;
  transform: scale(0.5);
  transition: 0.5s ease;
}
@media (max-width: 767px) {
  .recent-casestudy-one .big-arrow {
    top: 25px;
    right: 25px;
  }
}
.recent-casestudy-one .recent-casestudy-image {
  position: relative;
}
.recent-casestudy-one .recent-casestudy-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.5s ease;
}
.recent-casestudy-one .recent-casestudy-image img {
  border-radius: 5px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recent-casestudy-one .recent-casestudy-content {
  background-color: var(--primary-one-light);
  padding: 25px 35px;
  border-radius: 5px;
  width: 80%;
  margin-left: 20px;
  margin-top: -90px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .recent-casestudy-one .recent-casestudy-content {
    padding: 25px 25px;
  }
}
@media (max-width: 767px) {
  .recent-casestudy-one .recent-casestudy-content {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    padding: 25px 20px;
    margin-top: -40px;
  }
}
.recent-casestudy-one .recent-casestudy-content span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-one);
}
@media (max-width: 767px) {
  .recent-casestudy-one .recent-casestudy-content span {
    font-size: 16px;
  }
}
.recent-casestudy-one .recent-casestudy-content h3 {
  margin-bottom: 0px;
  font-size: 26px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .recent-casestudy-one .recent-casestudy-content h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .recent-casestudy-one .recent-casestudy-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .recent-casestudy-one .recent-casestudy-content h3 {
    font-size: 20px;
  }
}
.recent-casestudy-one .recent-casestudy-content h3 a {
  color: inherit;
  transition: 0.5s ease;
}
.recent-casestudy-one .recent-casestudy-content h3 a:hover {
  color: var(--primary-one);
}

.casestudy-section-three {
  width: 100%;
  max-width: 1920px;
  margin-right: 0;
  margin-left: auto;
  padding-left: 7%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .casestudy-section-three {
    padding-left: 2%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .casestudy-section-three {
    padding-left: 2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .casestudy-section-three {
    padding-left: 2%;
  }
}
@media (max-width: 991px) {
  .casestudy-section-three {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .casestudy-section-five {
    padding-left: 0;
  }
}

.casestudy-five-single {
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.casestudy-five-single:hover .casestudy-five-image::before {
  opacity: 1;
}
.casestudy-five-single:hover .casestudy-five-image img {
  transform: scale(1.1);
}
.casestudy-five-single .casestudy-five-image {
  position: relative;
  overflow: hidden;
}
.casestudy-five-single .casestudy-five-image img {
  transition: 0.6s ease;
}
.casestudy-five-single .casestudy-five-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 8, 3, 0.4);
  transition: 0.6s ease;
  opacity: 0;
  z-index: 1;
}
.casestudy-five-single .casestudy-five-content {
  padding: 30px 0px 3px 0px;
}
@media (max-width: 767px) {
  .casestudy-five-single .casestudy-five-content {
    padding: 25px 0px 0px 0px;
  }
}
.casestudy-five-single .casestudy-five-content span.category {
  background-color: var(--primary-one-light);
  border-radius: 50px;
  padding: 3px 15px;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-one);
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .casestudy-five-single .casestudy-five-content span.category {
    font-size: 14px;
  }
}
.casestudy-five-single .casestudy-five-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.casestudy-five-single .casestudy-five-content h4:hover a {
  color: var(--primary-one);
  transition: 0.55s ease;
}
@media (max-width: 767px) {
  .casestudy-five-single .casestudy-five-content h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .casestudy-five-single .casestudy-five-content h4 {
    font-size: 22;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .casestudy-five-single .casestudy-five-content h4 {
    font-size: 24;
  }
}
.casestudy-five-single .casestudy-five-content h4 a {
  color: inherit;
}

@media (max-width: 991px) {
  .casestudy-three-slider {
    margin-top: 70px;
  }
}

.casestudy-three-single {
  position: relative;
  overflow: hidden;
}
.casestudy-three-single .big-arrow {
  position: absolute;
  top: 45px;
  right: 45px;
  z-index: 2;
  opacity: 0;
  transform: scale(0.5);
  transition: 0.5s ease;
}
@media (max-width: 767px) {
  .casestudy-three-single .big-arrow {
    top: 25px;
    right: 25px;
  }
}
.casestudy-three-single:hover .casestudy-three-image img {
  transform: scale(1.1);
}
.casestudy-three-single:hover .big-arrow {
  opacity: 1;
  transform: scale(1);
}
.casestudy-three-single.sibling-two {
  overflow: hidden;
}
.casestudy-three-single.sibling-two .casestudy-three-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  z-index: 1;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
}
.casestudy-three-single.sibling-two .casestudy-three-content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 430px;
  -webkit-clip-path: polygon(0 65%, 100% 75%, 100% 100%, 0% 100%);
          clip-path: polygon(0 65%, 100% 75%, 100% 100%, 0% 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.6));
  z-index: -1;
}
@media (max-width: 767px) {
  .casestudy-three-single.sibling-two .casestudy-three-content {
    padding: 25px 20px;
  }
}
.casestudy-three-single.sibling-two .casestudy-three-content .casestudy-three-subtitle {
  margin-bottom: 0;
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.casestudy-three-single.sibling-two .casestudy-three-content .casestudy-three-subtitle::before {
  content: "";
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
}
.casestudy-three-single.sibling-two .casestudy-three-content .casestudy-three-title {
  font-size: 24px;
  color: var(--white);
  margin-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .casestudy-three-single.sibling-two .casestudy-three-content .casestudy-three-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .casestudy-three-single.sibling-two .casestudy-three-content .casestudy-three-title {
    font-size: 20px;
  }
}
.casestudy-three-single.sibling-two .casestudy-three-content .casestudy-three-title a {
  color: inherit;
}
.casestudy-three-single.sibling-two .casestudy-three-image {
  overflow: hidden;
}
.casestudy-three-single.sibling-two .casestudy-three-image::before {
  content: unset;
}
.casestudy-three-single.sibling-two .casestudy-three-image img {
  transition: 0.55s ease;
}
.casestudy-three-single.sibling-three .casestudy-three-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  z-index: 2;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 767px) {
  .casestudy-three-single.sibling-three .casestudy-three-content {
    padding: 25px 20px;
  }
}
.casestudy-three-single.sibling-three .casestudy-three-content .casestudy-three-subtitle {
  margin-bottom: 0;
  color: var(--white);
}
.casestudy-three-single.sibling-three .casestudy-three-content .casestudy-three-subtitle::before {
  content: "";
  background-color: var(--white);
}
.casestudy-three-single.sibling-three .casestudy-three-content .casestudy-three-title {
  font-size: 24px;
  color: var(--white);
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .casestudy-three-single.sibling-three .casestudy-three-content .casestudy-three-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .casestudy-three-single.sibling-three .casestudy-three-content .casestudy-three-title {
    font-size: 20px;
  }
}
.casestudy-three-single.sibling-three .casestudy-three-content .casestudy-three-title a {
  color: inherit;
}
.casestudy-three-single .casestudy-three-image {
  position: relative;
  z-index: 1;
}
.casestudy-three-single .casestudy-three-image img {
  width: 100%;
  transition: 0.55s;
}
@media (max-width: 576px) {
  .casestudy-three-single .casestudy-three-image img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 290px;
  }
}
.casestudy-three-single .casestudy-three-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35));
  z-index: 1;
}
.casestudy-three-single .casestudy-three-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  z-index: 2;
  width: 100%;
  max-width: 480px;
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 767px) {
  .casestudy-three-single .casestudy-three-content {
    padding: 25px 20px;
  }
}
.casestudy-three-single .casestudy-three-content .casestudy-three-subtitle {
  color: var(--linear-green);
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .casestudy-three-single .casestudy-three-content .casestudy-three-subtitle {
    font-size: 18px;
  }
}
.casestudy-three-single .casestudy-three-content .casestudy-three-subtitle::before {
  content: "";
  position: absolute;
  right: -60px;
  top: 16px;
  width: 40px;
  height: 1px;
  background-color: var(--linear-green);
}
@media (max-width: 767px) {
  .casestudy-three-single .casestudy-three-content .casestudy-three-subtitle::before {
    width: 40px;
    right: -50px;
  }
}
.casestudy-three-single .casestudy-three-content .casestudy-three-title {
  font-size: 24px;
  color: var(--white);
  margin-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .casestudy-three-single .casestudy-three-content .casestudy-three-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .casestudy-three-single .casestudy-three-content .casestudy-three-title {
    font-size: 20px;
  }
}
.casestudy-three-single .casestudy-three-content .casestudy-three-title a {
  color: inherit;
}

.casestudy-four-single {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.casestudy-four-single .plus-icon {
  position: absolute;
  right: 45px;
  top: 45px;
  background-color: var(--white);
  height: 45px;
  width: 45px;
  line-height: 46px;
  text-align: center;
  z-index: 2;
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .casestudy-four-single .plus-icon {
    right: 25px;
    top: 25px;
  }
}
@media (max-width: 1199px) {
  .casestudy-four-single .plus-icon {
    right: 25px;
    top: 25px;
  }
}
.casestudy-four-single .plus-icon i {
  color: var(--primary-one);
  font-size: 18px;
}
.casestudy-four-single .casestudy-four-image {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .casestudy-four-single .casestudy-four-image img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 290px;
  }
}
.casestudy-four-single .casestudy-four-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.casestudy-four-single .casestudy-four-content {
  position: absolute;
  left: 25px;
  bottom: 25px;
  padding: 25px 40px;
  z-index: 2;
  margin-left: 0;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .casestudy-four-single .casestudy-four-content {
    left: 30px;
    padding: 25px 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .casestudy-four-single .casestudy-four-content {
    left: 0px;
    bottom: 0px;
    padding: 25px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .casestudy-four-single .casestudy-four-content {
    left: 0px;
    bottom: 0px;
    padding: 25px 25px;
  }
}
@media (max-width: 991px) {
  .casestudy-four-single .casestudy-four-content {
    left: 0px;
    bottom: 0px;
    padding: 25px 25px;
  }
}
@media (max-width: 767px) {
  .casestudy-four-single .casestudy-four-content {
    padding: 25px 20px;
  }
}
.casestudy-four-single .casestudy-four-content .casestudy-four-subtitle {
  color: var(--primary-one);
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .casestudy-four-single .casestudy-four-content .casestudy-four-subtitle {
    font-size: 18px;
  }
}
.casestudy-four-single .casestudy-four-content .casestudy-four-title {
  font-size: 28px;
  color: var(--white);
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .casestudy-four-single .casestudy-four-content .casestudy-four-title {
    font-size: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .casestudy-four-single .casestudy-four-content .casestudy-four-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .casestudy-four-single .casestudy-four-content .casestudy-four-title {
    font-size: 24px;
  }
}
.casestudy-four-single .casestudy-four-content .casestudy-four-title a {
  color: inherit;
}

.case-two-pagination-area {
  padding-left: 10%;
  padding-right: 10%;
}

.casestudy-six-section {
  padding-left: 10%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .casestudy-six-section {
    padding-left: 4%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .casestudy-six-section {
    padding-left: 4%;
  }
}
@media (max-width: 991px) {
  .casestudy-six-section {
    padding-left: 0;
  }
}

/*=======================================
   16. Skill-section
=======================================*/
.skill-section {
  position: relative;
  overflow: hidden;
  margin-top: 35px;
  z-index: 1;
}
@media (max-width: 991px) {
  .skill-section {
    margin-top: unset;
  }
}
.skill-section .dot-vector {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  animation: roatation 12s linear infinite;
}
@keyframes roatation {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
@media (max-width: 991px) {
  .skill-section .dot-vector {
    display: none;
    visibility: none;
  }
}
.skill-section .skill-image {
  position: relative;
  margin-left: 40px;
}
@media (max-width: 991px) {
  .skill-section .skill-image {
    margin-top: 60px;
    margin-left: 0px;
  }
}
.skill-section .skill-image .paint-shape {
  position: absolute;
  bottom: 0;
  right: -60%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .skill-section .skill-image .paint-shape {
    right: -30%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .skill-section .skill-image .paint-shape {
    right: -30%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .skill-section .skill-image .paint-shape {
    right: -20%;
  }
}
@media (max-width: 991px) {
  .skill-section .skill-image .paint-shape {
    right: 0%;
  }
}
.skill-section .skill-image .paint-shape img {
  max-width: 300px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .skill-section .skill-image .paint-shape img {
    max-width: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .skill-section .skill-image .paint-shape img {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .skill-section .skill-image .paint-shape img {
    max-width: 100px;
  }
}
.skill-section .skill-image .double-arrow-shape {
  position: absolute;
  top: -100px;
  right: -50%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .skill-section .skill-image .double-arrow-shape {
    right: -15%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .skill-section .skill-image .double-arrow-shape {
    right: -10%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .skill-section .skill-image .double-arrow-shape {
    right: -10%;
  }
}
@media (max-width: 991px) {
  .skill-section .skill-image .double-arrow-shape {
    display: none;
    visibility: hidden;
  }
}
.skill-section .skill-image img {
  max-width: 160%;
  background-position: center;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .skill-section .skill-image img {
    max-width: 120%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .skill-section .skill-image img {
    max-width: 150%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .skill-section .skill-image img {
    max-width: 120%;
  }
}
@media (max-width: 991px) {
  .skill-section .skill-image img {
    max-width: 100%;
  }
}

.skills-bar-container {
  position: relative;
  width: 100%;
  list-style: none;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 0px;
}
.skills-bar-container li {
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
}
.skills-bar-container li:last-child {
  margin-bottom: 0px;
}
.skills-bar-container li .progressbar-title h6 {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-nunito);
  color: var(--text-primary);
}
@media (max-width: 767px) {
  .skills-bar-container li .progressbar-title h6 {
    font-size: 16px;
  }
}
.skills-bar-container li .progressbar-title h3 {
  display: inline-block;
}
.skills-bar-container li .progressbar-title .percent {
  position: absolute;
  right: 0;
  top: 0px;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-nunito);
  color: var(--text-primary);
}
@media (max-width: 767px) {
  .skills-bar-container li .progressbar-title .percent {
    font-size: 16px;
  }
}
.skills-bar-container li .bar-container {
  background-color: var(--primary-one-light);
  position: relative;
  width: 100%;
  height: 8px;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.skills-bar-container li .bar-container .progressbar {
  position: absolute;
  width: 0%;
  height: 4px;
  background-color: var(--primary-one);
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.skills-bar-container li .bar-container .progressbar::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #160803;
  position: absolute;
  top: -6px;
  right: 0px;
}
.skills-bar-container li .bar-container .progressbar::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary-one);
  position: absolute;
  top: -4px;
  right: 2px;
}
.skills-bar-container li .bar-container #progress-html {
  animation-name: progress-html;
  animation-delay: 1s;
}
.skills-bar-container li .bar-container #progress-css {
  animation-name: progress-css;
  animation-delay: 2;
}
.skills-bar-container li .bar-container #progress-javascript {
  animation-name: progress-javascript;
  animation-delay: 3;
}
.skills-bar-container li .bar-container #progress-development {
  animation-name: progress-development;
  animation-delay: 4;
}

@keyframes progress-html {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 88%;
  }
}
@keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@keyframes progress-development {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
.award-item {
  text-align: center;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.award-item img {
  margin-bottom: 20px;
}
.award-item .award-title {
  font-size: 18px;
  font-weight: 700;
}

/*=======================================
   17. Team-one-section
=======================================*/
.team-one-section {
  position: relative;
  z-index: 1;
}
.team-one-section::after {
  content: "EXPERTIES";
  font-size: 110px;
  font-weight: 400;
  color: transparent;
  -webkit-text-stroke: 1px #EEEEEE;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  position: absolute;
  right: 30px;
  top: 110px;
  z-index: -1;
  display: inline-block;
  font-family: var(--font-nunito);
}
@media (max-width: 991px) {
  .team-one-section::after {
    content: unset;
  }
}
.team-one-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 370px;
  background-color: var(--primary-one-light);
  z-index: -1;
}
@media (max-width: 991px) {
  .team-one-section::before {
    height: 300px;
  }
}

.team-one-single:hover .team-social-area::before {
  background-color: var(--primary-one);
}
.team-one-single:hover .team-social-area::after {
  background-color: var(--primary-one-dark);
}
.team-one-single .team-one-image {
  position: relative !important;
  padding-left: 20px;
}
.team-one-single .team-one-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-one-single .team-one-info {
  padding: 20px 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  border-top: unset;
}
.team-one-single .team-one-info h4 {
  font-size: 24px;
  margin-bottom: 3px;
}
.team-one-single .team-one-info p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
}
.team-one-single .team-social-area {
  position: absolute;
  bottom: 0;
  left: -1px;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  flex-direction: row;
  padding-bottom: 25px;
  padding-left: 25px;
  width: 125px;
  height: 150px;
}
.team-one-single .team-social-area::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 125px;
  height: 150px;
  background: var(--primary-one-light);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
  transition: 0.5s;
}
.team-one-single .team-social-area::after {
  content: "";
  width: 21px;
  height: 25px;
  background: var(--text-secondary);
  -webkit-clip-path: polygon(100% 20%, 0 0, 100% 100%);
  clip-path: polygon(100% 20%, 0 0, 100% 100%);
  position: absolute;
  left: 0;
  top: 2px;
  transition: 0.5s;
}
.team-one-single .team-social-area:hover .social-links {
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}
.team-one-single .team-social-area .social-links {
  padding: 0;
  margin: 0;
  transform: scaleX(0);
  transition: 0.55s ease-in-out;
  transform-origin: left;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-one-single .team-social-area .social-links a .bx {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  font-size: 16px;
  color: var(--primary-one);
  transition: 0.42s ease-in-out;
  display: inline-block;
}
.team-one-single .team-social-area .social-links a .bx:hover {
  background-color: var(--primary-one);
  color: var(--white);
}
.team-one-single .team-social-area .social-plus {
  min-width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  transition: 0.42s ease-in-out;
  z-index: 2;
}
.team-one-single .team-social-area .social-plus:hover {
  background-color: var(--primary-one);
  color: var(--white);
}
.team-one-single .team-social-area .social-plus:hover .bx {
  display: inline-block;
  font-size: 18px;
  color: var(--white);
}
.team-one-single .team-social-area .social-plus .bx {
  font-size: 18px;
  color: var(--primary-one);
  transition: 0.42s ease-in-out;
  cursor: pointer;
}

.team-two-single {
  z-index: 1;
  width: 100%;
  max-width: 345px;
  margin-left: auto;
  margin-right: auto;
}

.team-two-single .team-two-image {
  position: relative;
  margin-bottom: 18px;
  transition: all 0.5sease-in-out;
  filter: grayscale(100%);
}

.team-two-single .team-two-image:hover {
  filter: unset;
}


.team-two-single .team-two-image .team-two-social {
  position: absolute;
  top: 30px;
  right: 12px;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  flex-direction: column;
  padding-bottom: 25px;
  padding-left: 25px;
}


@media (min-width: 576px) and (max-width: 768px) {
  .team-two-single .team-two-image .team-two-social {
    bottom: 60px;
  }
}
.team-two-single .team-two-image .team-two-social:hover .social-links {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.team-two-single .team-two-image .team-two-social .social-links {
  padding: 0;
  margin: 0;
  transform: scaleY(0);
  transition: 0.55s ease-in-out;
  transform-origin: top;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.team-two-single .team-two-image .team-two-social .social-links a .bx {
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: #4e4e4e;
  background-color: var(--white);
  transition: 0.42s ease-in-out;
  display: inline-block;
}
.team-two-single .team-two-image .team-two-social .social-links a .bx:hover {
  background: #2bb2ec;
  color: var(--white);
}
.team-two-single .team-two-image .team-two-social .social-plus {
  min-width: 35px;
  min-height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: #2bb2ec;
  transition: 0.42s ease-in-out;
  z-index: 2;
  cursor: pointer;
}
.team-two-single .team-two-image .team-two-social .social-plus:hover {
  background-color: #2bb2ec;
  color: var(--white);
}
.team-two-single .team-two-image .team-two-social .social-plus:hover .bi {
  display: inline-block;
  font-size: 17px;
  color: var(--white);
}
.team-two-single .team-two-image .team-two-social .social-plus .bi {
  font-size: 17px;
  color: var(--white);
  transition: 0.42s ease-in-out;
  cursor: pointer;
  vertical-align: middle;
}
.team-two-single .team-two-image img {
  border-radius: 5px;
}
.team-two-single .team-two-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 15px;
  transform: rotate(0deg);
  opacity: 0.3;
  transition: 0.5s;
}

.team-two-single .team-two-content {
  /* text-align: center; */
}

.team-two-single .team-two-content h3 {
  font-size: 17px;
  margin-bottom: 3px;
  font-family: 'Poppins';
  font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .team-two-single .team-two-content h3 {
    font-size: 19px;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .team-two-single .team-two-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .team-two-single .team-two-content h3 {
    font-size: 13px;
  }
}
.team-two-single .team-two-content h3 a {
  color: inherit;
}
.team-two-single .team-two-content P {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
}

.team-six-single {
  z-index: 1;
  width: 100%;
  max-width: 345px;
  margin-left: auto;
  margin-right: auto;
}
.team-six-single:hover .team-six-image img {
  transform: scale(1.1);
}
.team-six-single:hover .team-six-image .social-links {
  visibility: visible;
  opacity: 1;
}
.team-six-single .team-six-image {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.team-six-single .team-six-image img {
  transition: 0.55s;
}
.team-six-single .team-six-image .social-links {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: 0.55s ease-in-out;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-six-single .team-six-image .social-links a .bx {
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: var(--linear-red);
  background-color: var(--white);
  transition: 0.2s ease-in-out;
  display: inline-block;
}
.team-six-single .team-six-image .social-links a .bx:hover {
  background: linear-gradient(45deg, var(--linear-orange2), var(--linear-red) 80%);
  color: var(--white);
}
.team-six-single img {
  border-radius: 5px;
}

.team-six-content {
  text-align: center;
}
.team-six-content h3 {
  font-size: 26px;
  margin-bottom: 0px;
}
.team-six-content h3 a {
  color: inherit;
}
.team-six-content P {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.team-section-four {
  overflow: hidden;
}

.team-section-five {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .team-section-five {
    margin-bottom: 0px;
  }
}

.team-three-single {
  width: 100%;
  width: 100%;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}
.team-three-single:hover .broken-circle-vector {
  animation-play-state: paused;
}
.team-three-single:hover .broken-circle-vector img {
  filter: grayscale(0);
}

.team-three-content {
  text-align: center;
}
.team-three-content h4 {
  font-size: 26px;
  margin-bottom: 0;
  font-weight: 700;
}
.team-three-content p {
  margin-bottom: 0;
}

.team-three-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 300px;
  border-radius: 50%;
  overflow: hidden;
  padding: 18px;
  margin-bottom: 20px;
}
.team-three-image-wrapper .broken-circle-vector {
  position: absolute;
  left: 0;
  top: 0;
  animation: rotate 15s linear alternate;
}
.team-three-image-wrapper .broken-circle-vector img {
  filter: grayscale(1);
  transition: 0.4s ease;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.team-three-image-wrapper .team-three-image img {
  min-width: 100%;
  border-radius: 50%;
}
.team-three-image-wrapper .team-social-area {
  position: absolute;
  bottom: 90px;
  right: 60px;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  flex-direction: column;
  padding-bottom: 25px;
  padding-left: 25px;
  width: 125px;
  height: 150px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .team-three-image-wrapper .team-social-area {
    bottom: 75px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .team-three-image-wrapper .team-social-area {
    bottom: 65px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .team-three-image-wrapper .team-social-area {
    bottom: 60px;
  }
}
.team-three-image-wrapper .team-social-area:hover .social-links {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.team-three-image-wrapper .team-social-area .social-links {
  padding: 0;
  margin: 0;
  transform: scaleY(0);
  transition: 0.55s ease-in-out;
  transform-origin: bottom;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-three-image-wrapper .team-social-area .social-links a .bx {
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: var(--linear-green);
  background-color: var(--white);
  transition: 0.42s ease-in-out;
  display: inline-block;
}
.team-three-image-wrapper .team-social-area .social-links a .bx:hover {
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  color: var(--white);
}
.team-three-image-wrapper .team-social-area .social-plus {
  min-width: 35px;
  min-height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  transition: 0.42s ease-in-out;
  z-index: 2;
}
.team-three-image-wrapper .team-social-area .social-plus:hover {
  background-color: var(--primary-one);
  color: var(--white);
}
.team-three-image-wrapper .team-social-area .social-plus:hover .bi {
  display: inline-block;
  font-size: 17px;
  color: var(--white);
}
.team-three-image-wrapper .team-social-area .social-plus .bi {
  font-size: 17px;
  color: var(--white);
  transition: 0.42s ease-in-out;
  cursor: pointer;
  vertical-align: middle;
}

.team-three-section {
  overflow: hidden;
}

.team-four-single {
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.team-four-single:hover .team-four-image img {
  transform: scale(1.15);
}
.team-four-single:hover .team-four-image .team-four-desig {
  background-color: var(--primary-one);
  color: var(--white);
}
.team-four-single .team-four-image {
  overflow: hidden;
  position: relative;
}
.team-four-single .team-four-image img {
  transition: 0.6s ease;
}
.team-four-single .team-four-image .team-four-desig {
  position: absolute;
  left: -48px;
  bottom: 68px;
  background-color: var(--white);
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-one);
  font-family: var(--font-dm);
  border-radius: 3px;
  padding: 3px 30px;
  transform: rotate(270deg);
  transition: 0.4s;
  cursor: pointer;
}
.team-four-single .team-four-content {
  text-align: center;
  padding-top: 20px;
}
.team-four-single .team-four-content h4 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .team-four-single .team-four-content h4 {
    font-size: 22px;
  }
}
.team-four-single .team-four-content h4 a {
  color: inherit;
}
.team-four-single .team-four-social-area {
  display: flex;
  justify-content: center;
  gap: 25px;
  position: relative;
  padding-top: 18px;
}
.team-four-single .team-four-social-area::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background-color: var(--border-color);
}
.team-four-single .team-four-social-area span {
  display: inline-block;
  color: var(--text-secondary);
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.team-four-single .team-four-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.team-four-single .team-four-social li {
  width: 30px;
  height: 30px;
  line-height: 25px;
  border-radius: 50%;
  background-color: var(--primary-one-light);
  transition: 0.4s;
}
.team-four-single .team-four-social li:hover {
  background-color: var(--primary-one);
}
.team-four-single .team-four-social li:hover a i {
  color: var(--white);
}
.team-four-single .team-four-social a i {
  color: var(--primary-one);
  transition: 0.4s;
}

.team-five-single:hover .team-five-image .wave-shape {
  opacity: 1;
}
.team-five-single:hover .team-five-image .social-plus {
  background-color: var(--white);
}
.team-five-single .team-five-image {
  position: relative !important;
  overflow: hidden;
}
.team-five-single .team-five-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.55s ease-in-out;
}
.team-five-single .team-five-image .wave-shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  opacity: 0;
  transition: 0.55s ease-in-out;
}
.team-five-single .team-five-info {
  padding: 25px 0px 10px 0px;
  border-radius: 5px;
  border-top: unset;
  border-bottom: 1px solid var(--border-color);
}
.team-five-single .team-five-info h4 {
  font-size: 24px;
  margin-bottom: 3px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .team-five-single .team-five-info h4 {
    font-size: 22px;
  }
}
.team-five-single .team-five-info p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
}
.team-five-single .team-five-bottom {
  padding-top: 10px;
}
.team-five-single .team-five-bottom i {
  margin-right: 5px;
}
.team-five-single .team-five-bottom span {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: linear-gradient(45deg, var(--linear-pink), var(--linear-yellow) 80%);
  margin-right: 5px;
}
.team-five-single .team-social-area {
  position: absolute;
  bottom: 0;
  left: -1px;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  flex-direction: row;
  padding-bottom: 25px;
  padding-left: 25px;
  width: 125px;
  height: 150px;
}
.team-five-single .team-social-area:hover .social-links {
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}
.team-five-single .team-social-area .social-links {
  padding: 0;
  margin: 0;
  transform: scaleX(0);
  transition: 0.55s ease-in-out;
  transform-origin: left;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-five-single .team-social-area .social-links a .bx {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  font-size: 16px;
  color: var(--primary-one);
  transition: 0.42s ease-in-out;
  display: inline-block;
}
.team-five-single .team-social-area .social-links a .bx:hover {
  background-color: var(--primary-one);
  color: var(--white);
}
.team-five-single .team-social-area .social-plus {
  min-width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(90deg, var(--linear-pink) 0%, var(--linear-yellow) 100%);
  transition: 0.42s ease-in-out;
  z-index: 2;
}
.team-five-single .team-social-area .social-plus:hover {
  background: linear-gradient(90deg, var(--white) 0%, var(--white) 100%);
}
.team-five-single .team-social-area .social-plus:hover .bx {
  display: inline-block;
  font-size: 18px;
  color: var(--primary-one);
}
.team-five-single .team-social-area .social-plus .bx {
  font-size: 18px;
  color: var(--white);
  transition: 0.42s ease-in-out;
  cursor: pointer;
}

/*=======================================
   18. Contact-section
=======================================*/
.contact-section-one {
  background-color: #FAFAFA;
}

input, textarea {
  outline: none;
  border: none;
  border-radius: 0px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0 solid;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
  border-radius: 0px;
}

input, textarea {
  border-radius: 0px;
  padding: 10px 15px;
  transition: 0.5s ease;
  width: 100%;
  color: var(--text-secondary);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 15px;
  font-weight: 400;
  color: rgba(94, 94, 94, 0.8);
  font-family: var(--font-dm);
}
input::placeholder, textarea::placeholder {
  font-size: 15px;
  font-weight: 400;
  color: rgba(94, 94, 94, 0.8);
  font-family: var(--font-dm);
}

textarea {
  min-height: 120px;
}

.padding-right {
  padding-right: 200px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .padding-right {
    padding-right: 90px;
  }
}
@media (max-width: 1399px) {
  .padding-right {
    padding-right: unset;
  }
}

.contact-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .contact-image {
    padding-top: 70px;
  }
}
.contact-image::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: radial-gradient(circle, var(--primary-one), transparent, transparent);
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.25;
}
.contact-image .contact-social {
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: jump 4s linear infinite alternate;
}
@media (max-width: 576px) {
  .contact-image .contact-social {
    left: 40%;
    top: 20%;
  }
}

@keyframes jump {
  0% {
    transform: translateY(0px) translate(-50%, -50%);
  }
  25% {
    transform: translateY(-10px) translate(-50%, -50%);
  }
  50% {
    transform: translateY(0px) translate(-50%, -50%);
  }
  75% {
    transform: translateY(10px) translate(-50%, -50%);
  }
  100% {
    transform: translateY(0px) translate(-50%, -50%);
  }
}
.form-title {
  font-size: 30px;
  margin-bottom: 40px;
}

form.form-style-one .form-inner {
  background-color: var(--primary-one-light);
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 0px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  form.form-style-one .form-inner {
    padding: 0px 15px;
  }
}
form.form-style-one .form-inner .input-icon {
  min-width: 30px;
  position: relative;
  z-index: 2;
}
form.form-style-one .form-inner .input-icon i {
  vertical-align: middle;
  font-size: 20px;
  margin-bottom: 3px;
  color: var(--primary-one);
}
form.form-style-one .form-inner .input-icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: var(--primary-border);
}

form.form-style-one .form-inner input, form.form-style-one .form-inner textarea {
  background-color: transparent;
  border: 1px solid #d8d8d8;
  width: 100%;
  border-radius: 10px;
}

form.form-style-one .form-inner text-area {
  background-color: transparent;
}
form.form-style-one.sibling-two .form-inner {
  background-color: var(--primary-five-light);
  border-radius: 0;
}
form.form-style-one.sibling-three .form-inner {
  border-radius: 0px;
  background-color: var(--white);
}
form.form-style-one.sibling-three .form-inner .input-icon {
  min-width: auto;
}
form.form-style-one.sibling-three .form-inner .input-icon i {
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
form.form-style-one.sibling-three .form-inner .input-icon::after {
  content: none;
}
form.form-style-one.sibling-four .form-inner {
  border-radius: 0px;
  background-color: var(--white);
}
form.form-style-one.sibling-four .form-inner .input-icon {
  min-width: auto;
}
form.form-style-one.sibling-four .form-inner .input-icon i {
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
form.form-style-one.sibling-four .form-inner .input-icon::after {
  content: none;
}
form.form-style-one.sibling-four .form-inner textarea {
  min-height: 120px;
}
form.form-style-one.sibling-five .form-inner {
  border-radius: 0px;
  background-color: var(--white);
}
form.form-style-one.sibling-five .form-inner .input-icon {
  min-width: auto;
}
form.form-style-one.sibling-five .form-inner .input-icon i {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
form.form-style-one.sibling-five .form-inner .input-icon::after {
  content: none;
}

.checkbox-container {
  margin-bottom: 25px;
  overflow: hidden;
}
.checkbox-container .styled-checkbox {
  position: absolute;
  opacity: 0;
  width: 100%;
  max-width: 250px;
}
.checkbox-container .styled-checkbox.style-two:hover + label:before {
  background: none;
}
.checkbox-container .styled-checkbox.style-two:checked + label:before {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
}
.checkbox-container .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .checkbox-container .styled-checkbox + label {
    font-size: 16px;
  }
}
.checkbox-container .styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #d8d8d7;
}
.checkbox-container .styled-checkbox:hover + label:before {
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
}
.checkbox-container .styled-checkbox:checked + label:before {
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
}
.checkbox-container .styled-checkbox:disabled + label {
  color: var(--text-secondary);
  cursor: auto;
}
.checkbox-container .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.checkbox-container .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.booking-form {
  padding: 50px 40px;
  background-color: var(--primary-one-lighter);
}
@media (max-width: 576px) {
  .booking-form {
    padding: 35px 20px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .booking-form {
    padding: 35px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .booking-form {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .booking-form {
    padding: 40px 25px;
  }
}
.booking-form.style-two {
  padding: 30px 25px;
}
.booking-form.style-two .form-title {
  font-size: 28px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .mobile-padding {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.contact-info-block {
  background-color: var(--white);
  border: 1px dashed var(--linear-green-light);
  text-align: center;
  padding: 70px 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-info-block {
    padding: 60px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-info-block {
    padding: 60px 25px;
  }
}
@media (max-width: 767px) {
  .contact-info-block {
    margin-top: 50px;
    padding: 50px 20px;
  }
}
.contact-info-block.style-two {
  border: 1px dashed var(--primary-one-light);
}

.ui-datepicker {
  width: 17em;
  padding: 0.5em 0.5em 0;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 13;
}

.calendar {
  font-size: 14px;
}

.ui-datepicker td {
  border: 0;
  padding: 2px;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  background: linear-gradient(45deg, var(--linear-pink), var(--linear-yellow) 80%);
  border: 1px transparent;
  color: #fff;
  border-radius: 0px;
}

div#ui-datepicker-div {
  border: 1px solid transparent;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.07);
  border-radius: 0px;
  margin-top: 8px;
  margin-left: -15px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid transparent;
  background: var(--white);
  font-weight: normal;
  padding: 4px;
  transition: 0.45s ease;
  color: var(--text-primary);
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover, .ui-button:hover, html .ui-button.ui-state-disabled:hover:hover, html .ui-button.ui-state-disabled:active:hover {
  border: 1px solid var(--linear-yellow);
  color: var(--linear-yellow);
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid var(--linear-yellow) !important;
  color: var(--linear-yellow) !important;
}

.ui-widget-header .ui-icon {
  background-image: unset;
  position: relative;
}
.ui-widget-header .ui-icon::after {
  content: "\f12c";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "bootstrap-icons";
  color: var(--white);
  z-index: 9;
}

.ui-datepicker-prev {
  border: 1px solid transparent;
  cursor: pointer;
}
.ui-datepicker-prev:hover {
  border: 1px solid transparent;
  background-color: inherit;
}
.ui-datepicker-prev::after {
  content: "\f12c";
  font-family: "bootstrap-icons";
  font-weight: 400;
  position: absolute;
  top: 0px;
  left: 5px;
  z-index: 9;
  margin: auto;
  font-size: 22px;
  color: var(--white);
  transition: 0.35s ease;
}
.ui-datepicker-prev span.ui-icon {
  display: none !important;
  visibility: hidden;
}

.ui-datepicker-next {
  border: 1px solid transparent;
  cursor: pointer;
}
.ui-datepicker-next:hover {
  border: 1px solid transparent;
  background-color: inherit;
}
.ui-datepicker-next::after {
  content: "\f135";
  font-family: "bootstrap-icons";
  font-weight: 400;
  position: absolute;
  top: 1px;
  left: 5px;
  z-index: 9;
  margin: auto;
  font-size: 22px;
  color: var(--white);
  transition: 0.35s ease;
}
.ui-datepicker-next span.ui-icon {
  display: none !important;
  visibility: hidden;
}

.contact-three-wrapper {
  background-color: var(--content-bg);
  padding: 90px 60px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .contact-three-wrapper {
    padding: 70px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-three-wrapper {
    padding: 90px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-three-wrapper {
    padding: 90px 25px;
  }
}
@media (max-width: 767px) {
  .contact-three-wrapper {
    padding: 46px 20px;
  }
}
.contact-three-wrapper.sibling-two {
  background: none;
}

.working-hour-block {
  background-color: var(--text-primary);
  padding: 45px;
  width: 100%;
  max-width: 305px;
  margin-left: 90px;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .working-hour-block {
    margin-left: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .working-hour-block {
    margin-left: 40px;
    padding: 35px;
  }
}
@media (max-width: 1199px) {
  .working-hour-block {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding: 25px;
  }
}
.working-hour-block a {
  font-size: 20px;
  font-weight: 500;
}

.address-block {
  background-color: transparent;
  padding: 45px 45px;
  width: 100%;
  margin-right: auto;
  text-align: left;
  position: relative;
  z-index: 3;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .address-block {
    margin-left: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .address-block {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  .address-block {
    margin-left: auto;
    margin-right: auto;
    padding: 35px 20px;
  }
}
.address-block a {
  font-size: 20px;
  font-weight: 500;
}
.address-block .address-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 45px;
}

ul.address-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.address-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
ul.address-list li:last-child {
  margin-bottom: 0px;
}
ul.address-list .address a {
  display: block;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  transition: 0.5s ease;
}
@media (max-width: 767px) {
  ul.address-list .address a {
    font-style: 16px;
  }
}
ul.address-list .address a:hover {
  color: var(--primary-one);
}

.address-block-title span {
  display: inline-block;
  position: relative;
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .address-block-title span {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .address-block-title span {
    font-size: 18px;
  }
}
.address-block-title span::before {
  content: "";
  position: absolute;
  top: 15px;
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
  height: 1px;
  width: 36px;
  right: -46px;
}
.address-block-title h2 {
  font-size: 55px;
  color: var(--white);
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .address-block-title h2 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .address-block-title h2 {
    font-size: 45px;
  }
}
.address-block-title p {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .address-block-title p {
    font-size: 16px;
  }
}

.working-hour-title {
  margin-bottom: 45px;
}
.working-hour-title h3 {
  font-size: 28px;
  color: var(--white);
}
.working-hour-title .title-vector {
  position: relative;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.working-hour-title span:nth-child(2) {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--linear-pink) 0%, var(--linear-yellow) 100%);
  transform: rotate(45deg);
  position: absolute;
  left: 94px;
}
.working-hour-title span:first-child {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 80px;
  height: 1px;
  background: linear-gradient(180deg, var(--linear-pink) 0%, var(--linear-yellow) 100%);
}
.working-hour-title span:last-child {
  position: absolute;
  right: 0px;
  top: 6px;
  width: 80px;
  height: 1px;
  background: linear-gradient(180deg, var(--linear-pink) 0%, var(--linear-yellow) 100%);
}
.working-hour-title.sibling-two h3 {
  color: var(--text-primary);
}
.working-hour-title.sibling-two span:nth-child(2) {
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
}
.working-hour-title.sibling-two span:first-child {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 80px;
  height: 1px;
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
}
.working-hour-title.sibling-two span:last-child {
  position: absolute;
  right: 0px;
  top: 6px;
  width: 80px;
  height: 1px;
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
}
.working-hour-title.sibling-three h3 {
  color: var(--text-primary);
}
.working-hour-title.sibling-three span:nth-child(2) {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
}
.working-hour-title.sibling-three span:first-child {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 80px;
  height: 1px;
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
}
.working-hour-title.sibling-three span:last-child {
  position: absolute;
  right: 0px;
  top: 6px;
  width: 80px;
  height: 1px;
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
}

.working-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.working-list li {
  margin-bottom: 5px;
}
.working-list li:nth-child(1) span {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
}
.working-list li:nth-child(2) span:first-child {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
}
.working-list li:nth-child(2) span:last-child {
  font-size: 18px;
  font-weight: 800;
}

.working-list-two {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.working-list-two li {
  margin-bottom: 5px;
}
.working-list-two li:nth-child(1) span {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-secondary);
}
.working-list-two li:nth-child(2) span:first-child {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-secondary);
}
.working-list-two li:nth-child(2) span:last-child {
  font-size: 18px;
  font-weight: 800;
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.working-list-two.sibling-two li:nth-child(2) span:last-child {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.separator {
  color: rgba(0, 0, 0, 0.3);
  margin: 50px 0px;
}

.contact-five-image {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/bg/contact5-bg.jpg");
  height: 100%;
  padding: 135px 0;
}
@media (max-width: 991px) {
  .contact-five-image {
    padding: 0;
    background: unset;
  }
}

.contact-two-image {
  background: rgba(0, 0, 0, 0.75);
  background-blend-mode: multiply;
  height: 100%;
  padding: 52px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .contact-two-image {
    padding: 0;
  }
}

.map-area {
  position: absolute;
  right: 0;
  top: -60px;
  height: 590px;
  width: 100%;
  max-width: 570px;
  margin-left: auto;
  margin-right: 0;
  z-index: 2;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .map-area {
    max-width: 500px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .map-area {
    max-width: 400px;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .map-area {
    position: relative;
    height: auto;
    top: 0;
    max-width: 100%;
    height: 300px;
  }
}
.map-area iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(199%) invert(98%) contrast(82%);
}

/*=======================================
   19. Testimonial-section
=======================================*/
.testi-single-one {
  text-align: center;
}
.testi-single-one p {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-dm);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .testi-single-one p {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testi-single-one p {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testi-single-one p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .testi-single-one p {
    font-size: 26px;
  }
}

.testi-single-two {
  background: #F9F9F9;
  border: 1px solid #F9F9F9;
  text-align: center;
  padding: 40px 25px;
  transition: 0.5s ease;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .testi-single-two {
    padding: 30px 20px;
  }
}
.testi-single-two .review {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.testi-single-two .review ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 5px;
}
.testi-single-two .review ul li {
  height: 15px;
  line-height: 15px;
}
.testi-single-two .review ul i {
  font-size: 14px;
  color: var(--primary-one);
  line-height: 1;
}
.testi-single-two .review h5 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  font-family: var(--font-nunito);
}
@media (max-width: 767px) {
  .testi-single-two .review h5 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testi-single-two .review h5 {
    font-size: 18px;
  }
}
.testi-single-two > p {
  font-size: 22px;
  font-weight: 300;
  color: var(--text-secondary);
  margin-bottom: 25px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .testi-single-two > p {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testi-single-two > p {
    font-size: 22px;
  }
}
.testi-single-two .author p {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-secondary);
  font-family: var(--font-nunito);
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .testi-single-two .author p {
    font-size: 14px;
  }
}
.testi-single-two .author p > span {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-nunito);
}
@media (max-width: 767px) {
  .testi-single-two .author p > span {
    font-size: 15px;
  }
}
.testi-single-two .author p img {
  margin-right: 10px;
}
.testi-single-two .author h5 {
  margin-bottom: 0px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .testi-single-two .author h5 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testi-single-two .author h5 {
    font-size: 18px;
  }
}

.testi-single-three {
  text-align: center;
}
.testi-single-three p {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-dm);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .testi-single-three p {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testi-single-three p {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testi-single-three p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .testi-single-three p {
    font-size: 26px;
  }
}
.testi-single-three .testi-three-author {
  margin-top: 30px;
}
.testi-single-three .testi-three-author img {
  margin-bottom: 15px;
}
.testi-single-three .testi-three-author h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .testi-single-three .testi-three-author h4 {
    font-size: 22px;
    margin-top: 20px;
  }
}
.testi-single-three .testi-three-author p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
}

.testi-three-arrow {
  margin-top: -45px;
}

.testi-image-slider .swiper-slide {
  text-align: center;
}

.testi-one-author img {
  margin-bottom: 15px;
}
.testi-one-author h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .testi-one-author h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testi-one-author h4 {
    font-size: 22px;
  }
}
.testi-one-author p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
}

.user-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .user-list {
    padding-left: 40px;
  }
}
.user-list li {
  margin-left: -42px;
}

.user-number {
  height: 65px;
  width: 65px;
  line-height: 1;
  text-align: center;
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-number span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-one);
  font-family: var(--font-nunito);
  margin-bottom: 0px;
}
.user-number h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
}

.testi-content-slider {
  position: relative;
}
.testi-content-slider .quote-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.testi-content-slider3 {
  position: relative;
}
.testi-content-slider3 .quote-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.testi-five-image-slider .testi-five-author {
  text-align: center;
}
.testi-five-image-slider .testi-five-author img {
  margin-bottom: 8px;
}
.testi-five-image-slider .testi-five-author P {
  margin-bottom: 0px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .testi-five-image-slider .testi-five-author P {
    font-size: 14px;
    line-height: 1;
  }
}
.testi-five-image-slider .testi-five-author h4 {
  font-size: 22px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .testi-five-image-slider .testi-five-author h4 {
    font-size: 20px;
  }
}

.testi-single-five {
  text-align: start;
  border: 1px solid var(--border-color);
  padding: 0px 25px 30px 25px;
  border-top: none;
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
@media (max-width: 767px) {
  .testi-single-five {
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .testi-single-five {
    margin-bottom: 20px;
  }
}
.testi-single-five::before {
  content: "";
  position: absolute;
  left: 116px;
  bottom: -19px;
  width: 35px;
  height: 35px;
  background-color: var(--white);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  z-index: 9;
  transform: scaleY(1.5) rotate(45deg);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .testi-single-five::before {
    left: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testi-single-five::before {
    left: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testi-single-five::before {
    left: 148px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .testi-single-five::before {
    left: 100px;
  }
}
@media (max-width: 576px) {
  .testi-single-five::before {
    left: 50%;
    transform: translateX(-50%) scaleY(1.5) rotate(45deg);
  }
}
.testi-single-five p {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-dm);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .testi-single-five p {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testi-single-five p {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testi-single-five p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .testi-single-five p {
    font-size: 26px;
  }
}

.testi-review-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .testi-review-area {
    justify-content: center;
  }
}
.testi-review-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.testi-review-area ul li i {
  color: var(--primary-one);
}
@media (max-width: 767px) {
  .testi-review-area ul li i {
    font-size: 14px;
  }
}
.testi-review-area span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-dm);
}
@media (max-width: 767px) {
  .testi-review-area span {
    font-size: 16px;
  }
}

.testimonial-five-image {
  position: relative;
}
.testimonial-five-image img {
  max-width: 125%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .testimonial-five-image img {
    max-width: 110%;
  }
}
@media (max-width: 1399px) {
  .testimonial-five-image img {
    max-width: 100%;
  }
}

.client-badge {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: var(--primary-one-light);
  padding: 25px;
  width: 100%;
  max-width: 240px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.client-badge .client-info h3 {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 0px;
}
.client-badge .client-info p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-primary);
}

.testi-image-slider3 {
  padding: 10px 0px;
  margin-bottom: 20px;
}
.testi-image-slider3 .swiper-slide {
  position: relative;
  text-align: center;
}
.testi-image-slider3 .swiper-slide img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .testi-image-slider3 .swiper-slide img {
    width: 90px;
    height: 90px;
  }
}

.testi-section-four {
  position: relative;
  z-index: 1;
}
.testi-section-four .swiper-slide-active .testi-four-single {
  border: 1px solid var(--primary-one);
}

.testi-four-wrapper {
  background: var(--primary-one-light);
  padding: 90px 30px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .testi-four-wrapper {
    padding: 90px 0px;
  }
}

.testi-four-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.testi-four-single {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 50px 40px;
  transition: 0.5s;
  border: 1px solid transparent;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testi-four-single {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .testi-four-single {
    padding: 30px 25px;
  }
}

.testi-four-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testi-four-author {
    flex-wrap: wrap-reverse;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .testi-four-author {
    flex-wrap: wrap-reverse;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
.testi-four-author .designation h3 {
  font-size: 24px;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testi-four-author .designation h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .testi-four-author .designation h3 {
    font-size: 20px;
  }
}
.testi-four-author .designation span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: var(--text-secondary);
  position: relative;
}
.testi-four-author .designation span::after {
  content: "";
  position: absolute;
  top: 14px;
  width: 85px;
  height: 1px;
  background-color: var(--border-color);
  right: -100px;
}
@media (max-width: 991px) {
  .testi-four-author .designation span::after {
    content: none;
  }
}

.testi-four-content .testi-four-review {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.testi-four-content .testi-four-review .star-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  gap: 6px;
}
.testi-four-content .testi-four-review .star-list li i {
  color: var(--primary-one);
  font-size: 15px;
}
.testi-four-content .testi-four-review span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-primary);
}
@media (max-width: 767px) {
  .testi-four-content .testi-four-review span {
    font-size: 16px;
  }
}
.testi-four-content p {
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 1.45;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testi-four-content p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .testi-four-content p {
    font-size: 22px;
  }
}

.testi-four-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .testi-four-image {
    width: 60px;
    height: 60px;
  }
}

.testi-six-single {
  position: relative;
  margin-top: 40px;
}
.testi-six-single .quote-icon {
  position: absolute;
  top: -40px;
  right: 15%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background: #FAFAFA;
  border: 1px solid #EEEEEE;
  z-index: 1;
}
@media (max-width: 991px) {
  .testi-six-single .quote-icon {
    right: 30px;
  }
}
.testi-six-single .testi-six-content {
  border: 1px solid rgba(0, 12, 31, 0.1);
  text-align: center;
  padding: 40px 30px 85px 30px;
  border-radius: 10px;
  background-color: var(--white);
}
@media (max-width: 767px) {
  .testi-six-single .testi-six-content {
    padding: 41px 20px 85px 20px;
  }
}
.testi-six-single .testi-six-content .testi-six-review {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.testi-six-single .testi-six-content .testi-six-review .star-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  gap: 6px;
}
.testi-six-single .testi-six-content .testi-six-review .star-list li i {
  color: var(--primary-one);
  font-size: 15px;
}
.testi-six-single .testi-six-content .testi-six-review span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-primary);
}
@media (max-width: 767px) {
  .testi-six-single .testi-six-content .testi-six-review span {
    font-size: 16px;
  }
}
.testi-six-single .testi-six-content p {
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 1.45;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testi-six-single .testi-six-content p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .testi-six-single .testi-six-content p {
    font-size: 20px;
    max-width: 100%;
  }
}
.testi-six-single .testi-six-author {
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -45px;
}
.testi-six-single .testi-six-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.testi-six-single .testi-six-author h4 {
  font-size: 24px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .testi-six-single .testi-six-author h4 {
    font-size: 18px;
  }
}
.testi-six-single .testi-six-author p {
  margin-bottom: 0px;
  line-height: 1;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .testi-six-single .testi-six-author p {
    font-size: 15px;
  }
}

.testi-six-slider {
  z-index: 1;
}
.testi-six-slider .arrow-style-two {
  position: absolute;
  top: 170px;
  width: 100%;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}

.pagination-style-one {
  position: relative;
  height: 21px;
  bottom: 0px !important;
}
.pagination-style-one .swiper-pagination-bullet {
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0.7);
  width: 15px;
  height: 15px;
}
.pagination-style-one .swiper-pagination-bullet:first-child {
  position: relative;
}
.pagination-style-one .swiper-pagination-bullet:first-child::before {
  content: "";
  position: absolute;
  left: -100px;
  top: 5px;
  height: 1px;
  width: 100px;
  background-color: var(--primary-one);
}
.pagination-style-one .swiper-pagination-bullet:first-child::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 5px;
  height: 1px;
  width: 10px;
  background-color: var(--primary-one);
}
.pagination-style-one .swiper-pagination-bullet:last-child {
  position: relative;
}
.pagination-style-one .swiper-pagination-bullet:last-child::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 5px;
  height: 1px;
  width: 10px;
  background-color: var(--primary-one);
}
.pagination-style-one .swiper-pagination-bullet:last-child::after {
  content: "";
  position: absolute;
  right: -100px;
  top: 5px;
  height: 1px;
  width: 100px;
  background-color: var(--primary-one);
}
.pagination-style-one .swiper-pagination-bullet-active {
  border: 2px solid var(--primary-one);
  background-color: var(--white);
  position: relative;
}
.pagination-style-one .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 5px;
  height: 1px;
  width: 10px;
  background-color: var(--primary-one);
}
.pagination-style-one .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 5px;
  height: 1px;
  width: 10px;
  background-color: var(--primary-one);
}

.pagination-style-two {
  position: relative;
  width: 100%;
  max-width: 250px;
  height: 14px;
  line-height: 4px;
  bottom: 0px !important;
  background-color: var(--primary-one-light);
  border-radius: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pagination-style-two.sibling-two {
  max-width: 100%;
}
.pagination-style-two.sibling-two .swiper-pagination-bullet {
  width: 100%;
  max-width: 150px;
}
.pagination-style-two.sibling-two .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
  width: 100%;
  max-width: 150px;
}
.pagination-style-two .swiper-pagination-bullet {
  background-color: var(--white);
  width: 30px;
  height: 6px;
  border-radius: 5px;
  opacity: 1;
}
.pagination-style-two .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
  position: relative;
  width: 30px;
  border-radius: 5px;
}

.testi-two-slider .swiper-slide-active {
  border: 1px solid var(--primary-one);
  border-radius: 5px;
}

/*=======================================
   20. Blog-section
=======================================*/
.blog-one-single:hover .blog-image img {
  transform: scale(1.1);
}
.blog-one-single .blog-image {
  overflow: hidden;
  position: relative;
}
.blog-one-single .blog-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.65s ease;
}
.blog-one-single .blog-image .blog-date {
  position: absolute;
  top: 35px;
  left: 35px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-dm);
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
  padding: 5px 20px;
}
@media (max-width: 767px) {
  .blog-one-single .blog-image .blog-date {
    top: 0px;
    left: 0px;
    padding: 3px 18px;
    font-size: 15px;
    border-radius: 3px;
  }
}
.blog-one-single .blog-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0px 5px 0px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 15px;
}
.blog-one-single .blog-meta li {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-one);
  font-family: var(--font-dm);
  margin-right: 30px;
}
.blog-one-single .blog-meta li a {
  color: inherit;
}
.blog-one-single .blog-meta li i {
  margin-right: 8px;
}
.blog-one-single .blog-content h4 {
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .blog-one-single .blog-content h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-one-single .blog-content h4 {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-one-single .blog-content h4 {
    font-size: 24px;
  }
}
.blog-one-single .blog-content h4 a {
  color: inherit;
  transition: 0.4s ease;
}
.blog-one-single .blog-content h4 a:hover {
  color: var(--primary-one);
}

.readmore-btn {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-one);
  font-family: var(--font-nunito);
  text-decoration: none;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .readmore-btn {
    font-size: 16px;
  }
}
.readmore-btn:hover {
  color: var(--primary-one);
}
.readmore-btn:hover i {
  margin-left: 0px;
}
.readmore-btn i {
  color: var(--primary-one);
  margin-left: 8px;
  transition: 0.5s;
}

.blog-five-single .blog-image {
  position: relative;
}
.blog-five-single .blog-image .blog-date {
  position: absolute;
  top: 50%;
  left: -28px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-dm);
  background: var(--primary-one);
  padding: 5px 20px;
  transform: rotate(270deg) translateY(-50%);
}
.blog-five-single .blog-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0px 10px 0px;
}
.blog-five-single .blog-meta li {
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-one);
  font-family: var(--font-dm);
  margin-right: 10px;
  position: relative;
  padding-right: 20px;
}
.blog-five-single .blog-meta li:last-child::after {
  content: none;
}
.blog-five-single .blog-meta li::after {
  content: "\f280";
  font-family: "Bootstrap-icons";
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 10px;
}
.blog-five-single .blog-meta li a {
  color: inherit;
}
.blog-five-single .blog-meta li i {
  margin-right: 8px;
}
.blog-five-single .blog-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-five-single .blog-content h4 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-five-single .blog-content h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .blog-five-single .blog-content h4 {
    font-size: 22px;
  }
}
.blog-five-single .blog-content h4 a {
  color: inherit;
  transition: 0.4s ease;
}
.blog-five-single .blog-content h4 a:hover {
  color: var(--primary-one);
}

.blog-section-five {
  overflow: hidden;
}

.blog-six-single {
  position: relative;
}
.blog-six-single .blog-six-image {
  position: relative;
}
@media (max-width: 576px) {
  .blog-six-single .blog-six-image img {
    width: 100%;
  }
}
.blog-six-single .blog-six-image .blog-six-cat {
  position: absolute;
  top: -1px;
  left: 35px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-one);
  font-family: var(--font-dm);
  background: #F9F9F9;
  padding: 3px 50px;
  -webkit-clip-path: polygon(0 0, 100% 0, 88% 100%, 12% 100%);
          clip-path: polygon(0 0, 100% 0, 88% 100%, 12% 100%);
}
.blog-six-single .blog-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0px 5px 0px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 15px;
}
.blog-six-single .blog-meta li {
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-one);
  font-family: var(--font-dm);
  margin-right: 25px;
}
@media (max-width: 767px) {
  .blog-six-single .blog-meta li {
    font-size: 14px;
  }
}
.blog-six-single .blog-meta li a {
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-six-single .blog-meta li i {
  margin-right: 8px;
  margin-top: -3px;
}
.blog-six-single .blog-content h4 {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-six-single .blog-content h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .blog-six-single .blog-content h4 {
    font-size: 22px;
  }
}
.blog-six-single .blog-content h4 a {
  color: inherit;
  transition: 0.4s ease;
}
.blog-six-single .blog-content h4 a:hover {
  color: var(--primary-one);
}

.blog-seven-single:hover .blog-seven-image img {
  transform: scale(1.1);
}
.blog-seven-single .blog-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0px 5px 0px;
}
.blog-seven-single .blog-meta li {
  font-size: 14px;
  font-weight: 400;
  background: linear-gradient(45deg, var(--linear-orange2), var(--linear-red) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-dm);
  margin-right: 25px;
  position: relative;
  padding-right: 25px;
}
.blog-seven-single .blog-meta li:last-child::after {
  content: none;
}
.blog-seven-single .blog-meta li::after {
  content: url("../images/icons/ribbon-icon.svg");
  font-family: "Bootstrap-icons";
  position: absolute;
  right: -10px;
  top: 0px;
  font-size: 10px;
}
.blog-seven-single .blog-meta li a {
  color: inherit;
}
.blog-seven-single .blog-meta li i {
  margin-right: 8px;
}
.blog-seven-single .blog-seven-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.blog-seven-single .blog-seven-image img {
  transition: 0.5s;
  transform: scale(1);
}
.blog-seven-single .blog-seven-image .date {
  background: linear-gradient(45deg, var(--linear-orange2), var(--linear-red) 80%);
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  text-align: center;
  padding: 15px 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 3px;
  font-family: var(--font-nunito);
  line-height: 1;
  z-index: 1;
}
.blog-seven-single .blog-seven-image .date span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  line-height: 1;
  margin-top: 10px;
}
.blog-seven-single .blog-seven-content h4 {
  font-size: 24px;
  margin-bottom: 0px;
}
.blog-seven-single .blog-seven-content h4:hover {
  background: linear-gradient(45deg, var(--linear-orange2), var(--linear-red) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .blog-seven-single .blog-seven-content h4 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-seven-single .blog-seven-content h4 {
    font-size: 24px;
  }
}
.blog-seven-single .blog-seven-content h4 a {
  color: inherit;
}

.eg-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.eg-col-40 {
  width: 40%;
  padding: 0px 10px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .eg-col-40 {
    width: 33.33%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .eg-col-40 {
    width: 33.33%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .eg-col-40 {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .eg-col-40 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .eg-col-40 {
    width: 100%;
  }
}

.eg-col-35 {
  width: 35%;
  padding: 0px 10px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .eg-col-35 {
    width: 33.33%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .eg-col-35 {
    width: 33.33%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .eg-col-35 {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .eg-col-35 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .eg-col-35 {
    width: 100%;
  }
}

.eg-col-25 {
  width: 25%;
  padding: 0px 10px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .eg-col-25 {
    width: 33.33%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .eg-col-25 {
    width: 33.33%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .eg-col-25 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .eg-col-25 {
    width: 100%;
  }
}

.blog-two-single {
  margin-bottom: 50px;
}
.blog-two-single .blog-image {
  overflow: hidden;
}
.blog-two-single .blog-image img {
  height: 325px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-two-single .blog-image img {
    height: 290px;
  }
}
@media (max-width: 991px) {
  .blog-two-single .blog-image img {
    height: 260px;
  }
}
.blog-two-single:hover .blog-image img {
  transform: scale(1.1);
}
.blog-two-single.sibling-two {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .blog-two-single.sibling-two {
    margin-bottom: 50px;
  }
}
.blog-two-single .blog-image {
  position: relative;
  overflow: hidden;
}
.blog-two-single .blog-image img {
  transition: 0.6s ease-in-out;
}
@media (max-width: 991px) {
  .blog-two-single .blog-image img {
    width: 100%;
  }
}
.blog-two-single .blog-image .blog-date {
  text-align: center;
  position: absolute;
  top: 35px;
  left: 35px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font-dm);
  background: linear-gradient(90deg, var(--linear-pink) 0%, var(--linear-yellow) 100%);
  padding: 15px 15px;
}
.blog-two-single .blog-image .blog-date span {
  font-size: 18px;
  display: block;
}
@media (max-width: 767px) {
  .blog-two-single .blog-image .blog-date span {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-two-single .blog-image .blog-date {
    top: 20px;
    left: 20px;
    padding: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-two-single .blog-image .blog-date {
    top: 20px;
    left: 20px;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .blog-two-single .blog-image .blog-date {
    top: 0px;
    left: 0px;
    padding: 8px;
    font-size: 14px;
  }
}
.blog-two-single .blog-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0px 0px 0px;
  margin-bottom: 12px;
}
.blog-two-single .blog-meta li {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-dm);
  margin-right: 30px;
}
@media (max-width: 991px) {
  .blog-two-single .blog-meta li {
    margin-right: 20px;
  }
}
.blog-two-single .blog-meta li a {
  color: inherit;
}
.blog-two-single .blog-meta li a i {
  font-size: 18px;
  margin-top: -2px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .blog-two-single .blog-meta li a i {
    font-size: 16px;
  }
}
.blog-two-single .blog-meta li:last-child {
  margin-right: 0px;
}
.blog-two-single .blog-content h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .blog-two-single .blog-content h4 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-two-single .blog-content h4 {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-two-single .blog-content h4 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-two-single .blog-content h4 {
    font-size: 22px;
  }
}
.blog-two-single .blog-content h4 a {
  color: inherit;
  transition: 0.4s ease;
}
.blog-two-single .blog-content h4 a:hover {
  color: var(--primary-one);
}

.blog-three-single {
  background-color: var(--primary-one-light);
  padding: 20px 25px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .blog-three-single {
    padding: 25px 25px;
  }
}
.blog-three-single:last-child {
  margin-bottom: 0px;
}
.blog-three-single .blog-date {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-dm);
  margin-bottom: 5px;
}
.blog-three-single .blog-three-content h5 {
  font-size: 18px;
  margin-bottom: 20px;
}
.blog-three-single .blog-three-content h5 a {
  color: var(--text-primary);
  transition: 0.5s ease;
}
.blog-three-single .blog-three-content h5 a:hover {
  color: var(--linear-pink);
}

.blog-four-single {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.blog-four-single .blog-cat {
  position: absolute;
  right: 0px;
  top: 15px;
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  font-size: 16px;
  font-weight: 500;
  padding: 0px 25px;
  text-align: center;
  color: var(--white);
}
@media (max-width: 991px) {
  .blog-four-single .blog-four-image img {
    width: 100%;
  }
}
.blog-four-single .blog-four-content {
  background-color: var(--content-bg);
  padding: 30px 30px;
}
@media (max-width: 767px) {
  .blog-four-single .blog-four-content {
    padding: 25px 25px;
  }
}
.blog-four-single .blog-four-title {
  margin-bottom: 0;
  font-size: 26px;
  color: var(--text-primary);
  line-height: 1.3;
  transition: 0.5s ease;
}
@media (max-width: 767px) {
  .blog-four-single .blog-four-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-four-single .blog-four-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-four-single .blog-four-title {
    font-size: 26px;
  }
}
.blog-four-single .blog-four-title:hover {
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-four-single .blog-four-title a {
  color: inherit;
}
.blog-four-single .blog-four-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  position: relative;
  display: inline-flex;
}
.blog-four-single .blog-four-meta::after {
  content: "";
  position: absolute;
  right: -100px;
  top: 14px;
  width: 50px;
  height: 1px;
  background-color: var(--text-secondary);
  opacity: 0.5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-four-single .blog-four-meta::after {
    width: 40px;
    right: -60px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .blog-four-single .blog-four-meta::after {
    width: 40px;
    right: -60px;
  }
}
@media (max-width: 576px) {
  .blog-four-single .blog-four-meta::after {
    width: 40px;
    right: -60px;
  }
}
.blog-four-single .blog-four-meta li {
  padding-right: 10px;
  margin-right: 5px;
  position: relative;
}
.blog-four-single .blog-four-meta li a {
  color: var(--text-secondary);
}
.blog-four-single .blog-four-meta li:last-child::after {
  content: unset;
}
.blog-four-single .blog-four-meta li::after {
  content: "-";
  position: absolute;
  right: 0;
  bottom: 0;
  color: var(--text-secondary);
}

.blog-three-section {
  padding-left: 7%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-three-section {
    padding-left: 2%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-three-section {
    padding-left: 2%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-three-section {
    padding-left: 2%;
  }
}
@media (max-width: 991px) {
  .blog-three-section {
    padding-left: 0;
  }
}

.blog-three-arrow {
  margin-top: 40px;
  position: relative;
}
@media (max-width: 991px) {
  .blog-three-arrow {
    margin-bottom: 70px;
  }
}
.blog-three-arrow::before {
  content: "";
  position: absolute;
  top: 15px;
  width: 50%;
  height: 1px;
  background-color: var(--text-secondary);
  opacity: 0.2;
}
@media (max-width: 991px) {
  .blog-three-arrow::before {
    content: none;
  }
}

.input-with-search {
  display: flex;
  justify-content: center;
  align-items: center;
}
.input-with-search input, .input-with-search textarea {
  background-color: #F8F4F1;
  height: 54px;
  line-height: 54px;
  border: none;
  outline: none;
  width: 100%;
  padding: 0px 30px;
}
.input-with-search input::-moz-placeholder, .input-with-search textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
}
.input-with-search input::placeholder, .input-with-search textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
}
.input-with-search .icon {
  min-width: 70px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
}
.input-with-search .icon i {
  color: var(--white);
  font-size: 20px;
}
@media (max-width: 767px) {
  .input-with-search .icon {
    min-width: 55px;
  }
}

.blog-widget {
  background-color: var(--white);
  border: 1px solid #EEEEEE;
  padding: 40px 35px;
  margin-top: 50px;
}
@media (max-width: 576px) {
  .blog-widget {
    padding: 35px 20px;
    margin-top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .blog-widget {
    padding: 35px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-widget {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-widget {
    padding: 40px 25px;
  }
}

.blog-widget-title {
  font-size: 26px;
  margin-bottom: 30px;
  line-height: 1;
}
@media (max-width: 767px) {
  .blog-widget-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-widget-title {
    font-size: 26px;
  }
}

ul.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.category-list a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
ul.category-list li {
  margin-bottom: 20px;
}
ul.category-list li:last-child {
  margin-bottom: 0;
}
ul.category-list li span {
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
ul.category-list li:hover span {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul.tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: -10px;
}
ul.tag-list li {
  margin-right: 12px;
}
ul.tag-list a {
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  ul.tag-list a {
    font-size: 16px;
  }
}
ul.tag-list a:hover {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul.recent-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.recent-post-list li {
  margin-bottom: 30px;
}
ul.recent-post-list li:last-child {
  margin-bottom: 0;
}

ul.blog-details-list {
  margin-top: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.blog-details-list li {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-secondary);
  margin-bottom: 8px;
}
ul.blog-details-list li i {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
  vertical-align: middle;
}
ul.blog-details-list li:last-child {
  margin-bottom: 0px;
}

.recent-post-single {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 80px auto;
}
.recent-post-single:hover .post-image img {
  transform: scale(1.05);
}
.recent-post-single .post-image {
  overflow: hidden;
}
.recent-post-single .post-image img {
  transform: scale(1);
  transition: 0.5s ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .recent-post-single {
    grid-gap: 10px;
    grid-template-columns: 70px auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .recent-post-single {
    grid-gap: 10px;
    grid-template-columns: 70px auto;
  }
}
@media (max-width: 767px) {
  .recent-post-single {
    grid-gap: 10px;
    grid-template-columns: 65px auto;
  }
}
.recent-post-single .post-content .date {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .recent-post-single .post-content .date {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .recent-post-single .post-content .date {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.recent-post-single .post-content h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .recent-post-single .post-content h5 {
    font-size: 16px;
    font-weight: 600;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .recent-post-single .post-content h5 {
    font-size: 16px;
  }
}
.recent-post-single .post-content h5 a {
  color: inherit;
}

blockquote {
  background-color: var(--primary-one-light);
  padding: 50px 70px;
  position: relative;
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 45px;
  margin-top: 45px;
  z-index: 1;
}
@media (max-width: 767px) {
  blockquote {
    padding: 30px 25px;
    position: relative;
    font-size: 18px;
  }
}
blockquote i {
  color: #E3D8CF;
}
blockquote .quote-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  z-index: -1;
}
@media (max-width: 767px) {
  blockquote .quote-shape {
    left: 0;
  }
}
blockquote .quote-icon {
  position: absolute;
  left: 45px;
  top: -22px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
}
blockquote span.quote-author {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-primary);
  font-family: var(--font-dm);
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-left: 130px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  blockquote span.quote-author {
    font-size: 16px;
    margin-left: 70px;
    margin-top: 15px;
  }
}
blockquote span.quote-author::before {
  content: "";
  position: absolute;
  left: -75px;
  top: 10px;
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  width: 60px;
  height: 1px;
  display: block;
}

.blog-details .blog-content h3 {
  font-size: 34px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-details .blog-content h3 {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details .blog-content h3 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-details .blog-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .blog-details .blog-content h3 {
    font-size: 26px;
  }
}
.blog-details .blog-meta {
  margin-top: 10px;
}
.blog-details .blog-subtitle {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-details .blog-subtitle {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .blog-details .blog-subtitle {
    font-size: 24px;
  }
}

.blog-share-area {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 15px;
  padding-top: 15px;
}
.blog-share-area .blog-share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .blog-share-area .blog-share {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.blog-share-area .blog-share h6 {
  margin-bottom: 0px;
  margin-right: 15px;
}
.blog-share-area .blog-share .share-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-share-area .blog-share .share-list li {
  width: 30px;
  height: 30px;
  line-height: 27px;
  border-radius: 50%;
  border: 1px solid var(--primary-one);
  text-align: center;
}
.blog-share-area .blog-share .share-list li:hover {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
}
.blog-share-area .blog-share .share-list li:hover i {
  -webkit-text-fill-color: var(--white);
}
.blog-share-area .blog-share .share-list i {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
}

.blog-tag-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .blog-tag-area {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.blog-tag-area h6 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  margin-right: 15px;
}
.blog-tag-area ul.tag-list {
  display: flex;
  justify-content: start;
  list-style: none;
  margin-bottom: 0;
}
.blog-tag-area ul.tag-list li {
  margin-right: 10px;
}
.blog-tag-area ul.tag-list li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-work-sans);
  transition: 0.4s ease;
}
.blog-tag-area ul.tag-list li a:hover {
  color: var(--primary-color1);
}

.blog-arrow {
  cursor: pointer;
}
.blog-arrow:hover span {
  padding: 15px 0px;
}
.blog-arrow span {
  font-size: 17px;
  font-weight: 700;
  color: var(--text-secondary);
  font-family: var(--font-numito);
  display: inline-block;
  padding: 15px;
  transition: 0.45s;
}
@media (max-width: 767px) {
  .blog-arrow span {
    padding: 5px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .blog-arrow img {
    display: none;
    visibility: hidden;
  }
}

.blog-comment h3 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .blog-comment h3 {
    font-size: 26px;
  }
}
.blog-comment .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-comment .comment-list li {
  margin-bottom: 30px;
}
.blog-comment .comment-list li:last-child {
  margin-bottom: 0px;
}

.comment-single {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .comment-single {
    flex-wrap: wrap;
  }
}
.comment-single .image {
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}
.comment-single .content {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 5px;
}
.comment-single .comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.comment-single .comment-header h5 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .comment-single .comment-header h5 {
    font-size: 16px;
  }
}
.comment-single .comment-header span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
}
@media (max-width: 767px) {
  .comment-single .comment-header span {
    font-size: 14px;
  }
}
.comment-single .comment-btn {
  margin-left: 50px;
  background-color: transparent;
  width: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .comment-single .comment-btn {
    margin-left: 20px;
  }
}
.comment-single .comment-btn img {
  margin-top: -5px;
}

ul.comment-reply {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 50px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  ul.comment-reply {
    margin-left: 20px;
  }
}

.blog-form h3 {
  font-size: 28px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-form h3 {
    font-size: 26px;
  }
}

.comment-form .form-inner {
  margin-bottom: 25px;
}
.comment-form label {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-priamry);
  margin-bottom: 5px;
}
.comment-form input, .comment-form textarea {
  width: 100%;
  background-color: #F8F4F1;
  border: none;
  outline: none;
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .comment-form input, .comment-form textarea {
    padding: 10px 15px;
  }
}

/*=======================================
   21. Footer
=======================================*/
.footer-award-title {
  margin-bottom: 0px;
  color: var(--white);
  font-size: 26px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .footer-award-title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footer-award-title {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-award-title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .footer-award-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.modal-dialog {
  max-width: 635px;
  margin: 1.75rem auto;
}

footer {
  background-size: cover;
  background-repeat: no-repeat;
  /* padding-left: 5%;
  padding-right: 5%; */
  background-color: rgba(0, 0, 0, 0.9);
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (max-width: 767px) {
  footer {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 576px) {
  footer .footer-list-area {
    text-align: center;
  }
}
footer .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-list li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-family: 'Poppins';
  margin-bottom: 3px;
  position: relative;
  transition: 0.6sease;
}

footer .footer-list li:last-child {
  margin-bottom: 0px;
}
footer .footer-list li::before {
  content: "";
  /* width: 20px; */
  height: 1px;
  /* background: linear-gradient(45deg, var(--linear-yellow), var(--linear-orange) 25%); */
  position: absolute;
  left: 0;
  top: 15px;
  transition: 0.6s ease;
  opacity: 0;
}

footer .footer-list li:hover {
  color: #ffffff;
  font-weight: 500;
}

footer .footer-list li:hover::before {
  opacity: 1;
}
footer .footer-list li a {
  color: inherit;
}
footer .footer-list.sibling-two li::before {
  width: 20px;
  height: 1px;
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  position: absolute;
  left: 0;
  top: 15px;
  transition: 0.6s ease;
  opacity: 0;
}
footer .footer-list.sibling-two li:hover {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 25px;
}
footer .footer-list.sibling-two li:hover::before {
  opacity: 1;
}
footer .footer-list.sibling-three li::before {
  width: 20px;
  height: 1px;
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  position: absolute;
  left: 0;
  top: 15px;
  transition: 0.6s ease;
  opacity: 0;
}
footer .footer-list.sibling-three li:hover {
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 25px;
}
footer .footer-list.sibling-three li:hover::before {
  opacity: 1;
}
footer .footer-list.sibling-four li::before {
  width: 20px;
  height: 1px;
  background: linear-gradient(45deg, var(--linear-orange2), var(--linear-red) 80%);
  position: absolute;
  left: 0;
  top: 15px;
  transition: 0.6s ease;
  opacity: 0;
}
footer .footer-list.sibling-four li:hover {
  background: linear-gradient(45deg, var(--linear-orange2), var(--linear-red) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 25px;
}
footer .footer-list.sibling-four li:hover::before {
  opacity: 1;
}
@media (max-width: 576px) {
  footer .branch-info {
    text-align: center;
  }
}
footer .branch-info h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 15px;
}
footer .branch-item {
  display: flex;
  flex-direction: row;
  border: 1px solid var(--primary-light-border);
  border-radius: 5px;
  align-items: center;
  gap: 18px;
  padding: 20px 25px;
  transition: 0.5s;
}
@media (max-width: 576px) {
  footer .branch-item {
    justify-content: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .branch-item {
    gap: 12px;
    padding: 20px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  footer .branch-item {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  footer .branch-item {
    padding: 20px 20px;
  }
}
footer .branch-item:hover {
  border: 1px solid var(--primary-one);
}
footer .branch-item .branch-icon {
  width: 35px;
  height: 35px;
  line-height: 32px;
  background: linear-gradient(90deg, var(--linear-yellow), var(--linear-orange) 85%);
  text-align: center;
  border-radius: 5px;
}
footer .branch-item .branch-icon i {
  color: var(--white);
}
footer .branch-item .branch-phone h6 {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 10px;
}
footer .branch-item .branch-phone h5 {
  font-size: 18px;
  font-weight: 500;
  color: var(--linear-yellow);
  margin-bottom: 0px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  footer .branch-item .branch-phone h5 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .branch-item .branch-phone h5 {
    font-size: 16px;
  }
}
footer .branch-item .branch-phone h5 a {
  color: inherit;
}
footer .branch-item.sibling-three {
  border: 1px solid var(--linear-green-light);
}
footer .branch-item.sibling-three:hover {
  border: 1px solid var(--linear-green);
}
footer .branch-item.sibling-three .branch-icon {
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
}
footer .branch-item.sibling-three .branch-icon i {
  color: var(--white);
}
footer .branch-item.sibling-three .branch-phone h5 {
  color: var(--linear-green);
}
footer .branch-item.sibling-two {
  border: 1px solid var(--linear-pink-light);
}
footer .branch-item.sibling-two:hover {
  border: 1px solid var(--linear-pink);
}
footer .branch-item.sibling-two .branch-icon {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
}
footer .branch-item.sibling-two .branch-icon i {
  color: var(--white);
}
footer .branch-item.sibling-two .branch-phone h5 {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-list-title {
  color: var(--white);
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 17px;
  font-family: 'Poppins';
  text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-list-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .footer-list-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.footer-address-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-address-list li {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  font-family: var(--font-dm);
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .footer-address-list li {
    justify-content: center;
  }
}
.footer-address-list li:last-child {
  margin-bottom: 30px;
}
.footer-address-list li .icon {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: 1px solid var(--primary-one);
  border-radius: 50%;
  text-align: center;
}
.footer-address-list li .icon i {
  font-size: 15px;
  color: var(--primary-one);
}
.footer-address-list li .address {
  display: flex;
  flex-direction: column;
}
.footer-address-list li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.footer-address-list.sibling-two .icon {
  border: 1px solid var(--primary-one);
  border-radius: 50%;
  text-align: center;
}
.footer-address-list.sibling-two .icon i {
  font-size: 15px;
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-address-list.sibling-three .icon {
  border: 1px solid var(--linear-green);
  border-radius: 50%;
  text-align: center;
}
.footer-address-list.sibling-three .icon i {
  font-size: 15px;
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-address-list.sibling-four .icon {
  border: 1px solid var(--linear-orange);
  border-radius: 50%;
  text-align: center;
}
.footer-address-list.sibling-four .icon i {
  font-size: 15px;
  background: linear-gradient(45deg, var(--linear-orange2), var(--linear-red) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
}
.copyright-area p {
  font-size: 15px;
  font-weight: 400;
  color: var(--white);
  font-family: 'Poppins';
  margin-bottom: 0px;
  line-height: 1.65;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .copyright-area p {
    font-size: 14px;
  }
}

.linear-text {
  background: linear-gradient(45deg, var(--linear-yellow), var(--linear-orange) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.linear-text-two {
  background: linear-gradient(45deg, var(--linear-pink), var(--linear-yellow) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.linear-text-three {
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-info {
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 420px;
  height: 420px;
  border-radius: 50%;
  text-align: center;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 576px) {
  .footer-info {
    width: 100%;
    border: unset;
    height: unset;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-info {
    margin-top: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-info {
    margin-top: 90px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .footer-info {
    margin-top: 90px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .footer-info {
    width: 400px;
    height: 400px;
    padding: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footer-info {
    /* width: 330px;
    height: 330px; */
    padding: 30px;
  }
}

.footer-info .footer-logo {
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .footer-info .footer-logo {
    /* max-width: 140px; */
  }
}
@media (max-width: 991px) {
  .footer-info .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-info a.footer-logo img {
  min-width: 242px;
}
.footer-info span {
  display: inline-block;
  position: relative;
  margin-bottom: 4px;
}
.footer-info span::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background-color: #D9D9D9;
}
.footer-info span::after {
  content: "";
  position: absolute;
  right: -160px;
  top: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background-color: #D9D9D9;
}
.footer-info p {
  color: var(--white);
  margin-bottom: 50px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footer-info p {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer-info p {
    margin-bottom: 30px;
  }
}
.footer-info .footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.footer-info .footer-social li {
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--primary-one);
  transition: 0.5s;
}
.footer-info .footer-social li:hover {
  background: linear-gradient(45deg, var(--linear-yellow), var(--linear-orange) 80%);
}
.footer-info .footer-social li:hover i {
  color: var(--white);
}
.footer-info .footer-social li i {
  font-size: 16px;
  color: var(--primary-one);
  transition: 0.5s;
}
.footer-info .footer-social.sibling-two li {
  border: 1px solid var(--primary-one);
}
.footer-info .footer-social.sibling-two li:hover {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
}
.footer-info .footer-social.sibling-two li:hover i {
  -webkit-text-fill-color: var(--white);
}
.footer-info .footer-social.sibling-two li i {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.4s ease;
}
.footer-info .footer-social.sibling-three li {
  border: 1px solid var(--linear-blue);
}
.footer-info .footer-social.sibling-three li:hover {
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
}
.footer-info .footer-social.sibling-three li:hover i {
  -webkit-text-fill-color: var(--white);
}
.footer-info .footer-social.sibling-three li i {
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.4s ease;
}
.footer-info .footer-social.sibling-four li {
  border: 1px solid var(--linear-orange);
}
.footer-info .footer-social.sibling-four li:hover {
  background: linear-gradient(45deg, var(--linear-orange2), var(--linear-red) 80%);
}
.footer-info .footer-social.sibling-four li:hover i {
  -webkit-text-fill-color: var(--white);
}
.footer-info .footer-social.sibling-four li i {
  background: linear-gradient(45deg, var(--linear-orange2), var(--linear-red) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.4s ease;
}

/*=======================================
   21. Expert-section
=======================================*/
.expert-service-wapper {
  background-color: var(--primary-one-light);
  padding: 50px 70px;
}
@media (max-width: 767px) {
  .expert-service-wapper {
    padding: 30px;
  }
}

.expert-service-section .expert-shape {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  height: 100%;
}
.expert-service-section .expert-shape img {
  height: inherit;
  width: 100%;
}
@media (max-width: 1199px) {
  .expert-service-section .expert-shape {
    display: none;
    visibility: hidden;
  }
}
.expert-service-section .expert-image {
  position: absolute;
  right: 70px;
  bottom: 0px;
}
@media (max-width: 991px) {
  .expert-service-section .expert-image {
    display: none;
    visibility: hidden;
  }
}

.expert-info h3 {
  font-size: 35px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .expert-info h3 {
    font-size: 30px;
  }
}
.expert-info p {
  font-size: 18px;
  margin-bottom: 25px;
}
.expert-info .expert-phone {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.expert-info .expert-phone .icon {
  background-color: var(--primary-one-light);
  z-index: 99;
  min-width: 50px;
  height: 50px;
  border-radius: 50px;
}
.expert-info .expert-number {
  display: flex;
  flex-direction: column;
}
.expert-info .expert-number span {
  display: inline-block;
  background-color: var(--primary-one);
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-dm);
  padding: 0px 30px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  max-width: 140px;
  margin-left: -20px;
}
.expert-info .expert-number a {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-one);
  font-family: var(--font-nunito);
  margin-top: 5px;
}

.expert-info-two.sibling-two .expert-number span {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
}
.expert-info-two.sibling-two .expert-number a {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.expert-info-two.sibling-two .expert-phone .icon {
  border: 1px solid var(--primary-one);
}
.expert-info-two h3 {
  font-size: 35px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .expert-info-two h3 {
    font-size: 30px;
  }
}
.expert-info-two p {
  font-size: 18px;
  margin-bottom: 25px;
}
.expert-info-two .expert-phone {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .expert-info-two .expert-phone {
    justify-content: center;
  }
}
.expert-info-two .expert-phone .icon {
  background-color: var(--white);
  z-index: 99;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 50px;
  border: 1px solid var(--linear-green);
}
.expert-info-two .or {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  margin: 15px 0px;
  display: block;
}
.expert-info-two .expert-number {
  display: flex;
  flex-direction: column;
}
.expert-info-two .expert-number span {
  display: inline-block;
  background-color: var(--white);
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-dm);
  padding: 0px 30px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  max-width: 140px;
  margin-left: -20px;
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
}
.expert-info-two .expert-number a {
  font-size: 20px;
  font-weight: 600;
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-nunito);
  margin-top: 6px;
}
@media (max-width: 991px) {
  .expert-info-two .expert-number a {
    font-size: 18px;
  }
}

.customer-section {
  padding-left: 6%;
  padding-right: 6%;
}

.customer-section-two {
  position: relative;
}

.customer-five-wrapper {
  background-color: var(--primary-one-light);
  padding: 60px 70px;
  z-index: 1;
}
.customer-five-wrapper.sibling-two {
  padding: 20px 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .customer-five-wrapper.sibling-two {
    padding: 20px 40px;
  }
}
@media (max-width: 991px) {
  .customer-five-wrapper.sibling-two {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .customer-five-wrapper {
    padding: 30px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .customer-five-wrapper {
    padding: 30px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .customer-five-wrapper {
    padding: 40px 30px;
  }
}
.customer-five-wrapper .customer-vector-top {
  position: absolute;
  left: -70px;
  top: -70px;
  z-index: -1;
}
.customer-five-wrapper .customer-vector-bottom {
  position: absolute;
  right: -70px;
  bottom: -70px;
  z-index: -1;
}

.customer-six-wrapper {
  background-color: #000C1F;
  padding: 90px 70px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .customer-six-wrapper {
    padding: 90px 40px;
  }
}
@media (max-width: 767px) {
  .customer-six-wrapper {
    padding: 90px 20px;
  }
}

.customer-logo {
  text-align: start;
}
@media (max-width: 576px) {
  .customer-logo {
    text-align: center;
  }
}
.customer-logo img {
  filter: grayscale(1);
  transition: 0.5s ease;
}
.customer-logo:hover img {
  filter: grayscale(0);
}

.customer-logo2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/*=======================================
   22. Work-process
=======================================*/
.work-process-one {
  background-color: var(--primary-one-light);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  position: relative;
  padding: 30px;
  z-index: 1;
}
.work-process-one:hover .work-process-title {
  color: var(--white);
}
.work-process-one:hover::before {
  opacity: 1;
}
.work-process-one:hover .work-process-icon svg {
  fill: var(--white);
}
.work-process-one:hover .work-process-icon .rotate-arrow svg {
  fill: var(--white);
}

.work-process-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
  z-index: -1;
  opacity: 0;
  transition: 0.5s ease;
}
.work-process-one:last-child::after {
  content: unset;
}
.work-process-one::after {
  content: url("../images/icons/dash-arrow.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -70%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .work-process-one::after {
    right: -50%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .work-process-one::after {
    right: -50%;
    width: 100px;
  }
}
@media (max-width: 1199px) {
  .work-process-one::after {
    display: none;
    visibility: hidden;
  }
}
.work-process-one .serial-number {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 30px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(22, 8, 3, 0.15);
  -webkit-text-fill-color: transparent;
  font-family: var(--font-nunito);
  font-weight: 800;
}
.work-process-one .work-process-title {
  font-size: 25px;
  margin-bottom: 0px;
  transition: 0.5s ease;
}
.work-process-one .work-process-icon {
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 18px;
}
.work-process-one .work-process-icon svg {
  fill: var(--primary-one);
  transition: 0.5s ease;
}
.work-process-one .work-process-icon .rotate-arrow {
  position: absolute;
  top: 0;
  left: 0;
}
.work-process-one .work-process-icon .rotate-arrow svg {
  fill: var(--primary-one);
  transition: 0.5s ease;
}

.work-process-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 991px) {
  .work-process-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.work-process-six-section {
  padding-left: 15px;
  padding-right: 15px;
}

.work-process-five {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 25px;
  background-color: var(--primary-five-light);
  border: 1px solid var(--primary-five-light);
  transition: 0.65s ease-in-out;
}
.work-process-five:hover {
  background-color: var(--white);
  border: 1px solid var(--primary-one);
}
.work-process-five:hover .work-process-five-icon {
  transform: rotate(25deg);
}
.work-process-five:hover span.serial-number {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  color: var(--white);
}
@media (max-width: 576px) {
  .work-process-five:hover span.serial-number {
    font-size: 18px;
  }
}
.work-process-five span.serial-number {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--font-nunito);
  color: var(--primary-one);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  line-height: 40px;
  min-width: 80px;
  background: var(--white);
  text-align: left;
  z-index: 2;
  padding: 0px 15px;
  -webkit-clip-path: polygon(100% 0, 75% 50%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 75% 50%, 100% 100%, 0 100%, 0 0);
}
@media (max-width: 576px) {
  .work-process-five span.serial-number {
    left: -10px;
    top: 20%;
  }
}
.work-process-five .work-process-curve {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  transition: 0.6s ease;
}
.work-process-five .work-process-five-icon {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  transition: 0.6s ease;
  margin-left: auto;
  margin-right: auto;
}
.work-process-five .work-process-five-icon::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary-one-light);
  z-index: -1;
  transition: 0.5s ease;
}
.work-process-five .work-process-five-info h4 {
  font-size: 24px;
}
.work-process-five .work-process-five-info p {
  margin-bottom: 0px;
}

.work-process-six {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 55px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  border: 1px solid rgba(238, 238, 238, 0.7);
  border-radius: 50%;
  margin-bottom: 25px;
  margin-top: 25px;
}
@media (max-width: 576px) {
  .work-process-six {
    max-width: 275px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .work-process-six {
    padding: 40px;
    max-width: 300px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .work-process-six {
    padding: 45px;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .work-process-six {
    max-width: auto;
    padding: 40px;
  }
}
.work-process-six:hover .work-process-curve2 {
  transform: translateY(-50%) scale(1.12) rotate(45deg);
}
.work-process-six .work-process-curve2 {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%) scale(1.12);
  transition: 0.6s ease;
  transform-origin: center;
}
.work-process-six .work-process-six-icon {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
  transition: 0.6s ease;
  margin-left: auto;
  margin-right: auto;
}
.work-process-six .work-process-six-info {
  position: relative;
  z-index: 9;
}
.work-process-six .work-process-six-info h3 {
  font-size: 24px;
}
.work-process-six .work-process-six-info p {
  margin-bottom: 0px;
}

.work-six-step {
  max-width: 35px;
}
.work-six-step h3 {
  margin-bottom: 0px;
  -webkit-text-stroke: 1px #5E5E5E;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
  font-size: 24px;
}

.work-six-wrapper {
  gap: 20px;
}

/*=======================================
   23. Service-section
=======================================*/

.service-two-single {
  position: relative;
  /* background: #F9F9F9; */
  border-radius: 25px;
  transition: 0.5s;
  padding: 30px 25px;
  border: 1px solid rgba(4, 18, 31, 0.1);
  box-shadow: 6px 6px 0px 0px #F8F4EE;
  /* display: grid; */
  grid-template-columns: 60px auto;
  grid-gap: 20px;
}


@media (min-width: 768px) and (max-width: 991px) {
  .service-two-single {
    grid-template-columns: 45px auto;
  }
}
@media (max-width: 767px) {
  .service-two-single {
    grid-template-columns: 40px auto;
    padding: 30px 20px;
    grid-gap: 20px;
  }
}

.service-two-single:hover {
  background-color: #F8F4EE;
  border-color: #F8F4EE;
}

/* .service-two-single:hover .service-two-content h3 {
  color: var(--white);
} */

/* .service-two-single:hover .service-two-content p {
  color: var(--primary-one-light);
} */

.service-two-single .service-two-icon {
  display: flex;
  flex-direction: column;
  align-items: inherit;
}
.service-two-single .service-two-icon img {
  width: 60px;
  height: 60px;
}
.service-two-single .service-two-icon > span {
  background-color: #160803;
  opacity: 0.1;
  width: 1px;
  height: 35px;
  margin: 8px auto;
  display: inline-block;
}
.service-two-single .service-two-icon .serial-number {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px var(--primary-one);
  -webkit-text-fill-color: transparent;
}

.service-two-single .service-two-content h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins';
  padding-bottom: 4px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-two-single .service-two-content h3 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .service-two-single .service-two-content h3 {
    font-size: 24px;
  }
}
.service-two-single .service-two-content h3 a {
  color: inherit;
}
.service-two-single .service-two-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  font-family: 'Poppins';
}

.explore-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-nunito);
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin-bottom: 0;
  line-height: 1;
  white-space: nowrap;
}
.explore-btn::before {
  content: "";
  position: absolute;
  bottom: 0px;
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
  height: 1px;
  width: 100%;
}

.servcie-section-four {
  overflow: hidden;
}

.service-three-single {
  position: relative;
  width: 365px;
  height: 365px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-three-single {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 576px) {
  .service-three-single {
    width: 280px;
    height: 280px;
    padding: 0;
  }
}
.service-three-single .circle-border {
  position: absolute;
  top: 5px;
  left: 0px;
}
@media (max-width: 576px) {
  .service-three-single .circle-border {
    display: none;
    visibility: hidden;
  }
}
.service-three-single .service-three-front, .service-three-single .service-three-back {
  text-align: center;
  transition: 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 320px;
  width: 320px;
}
.service-three-single .service-three-front {
  transform: rotateY(0deg);
  background-color: var(--content-bg);
  border-radius: 50%;
  border: 1px dashed var(--linear-green-light);
}
.service-three-single .service-three-front .icon {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .service-three-single .service-three-front .icon {
    margin-bottom: 15px;
  }
}
.service-three-single .service-three-front h4 {
  font-size: 26px;
}
.service-three-single .service-three-front p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .service-three-single .service-three-front p {
    margin-bottom: 25px;
  }
}
.service-three-single .service-three-front .service-btn {
  transition: 0.4s ease;
}
.service-three-single .service-three-front .service-btn:hover {
  transform: scale(1.1);
}
.service-three-single .service-three-back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: rotateY(-90deg);
}
.service-three-single .service-three-back .icon {
  margin-bottom: 20px;
}
.service-three-single .service-three-back h4 {
  font-size: 26px;
  color: var(--white);
}
.service-three-single .service-three-back a {
  font-size: 18px;
  color: var(--white);
  text-decoration: underline;
  transition: 0.5s;
}
.service-three-single .service-three-back a:hover {
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-three-single:hover .service-three-front {
  transform: rotateY(90deg);
}
.service-three-single:hover .service-three-back {
  opacity: 1;
  transform: rotateY(0deg);
}

.service-four-single {
  position: relative;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  padding: 40px 30px;
  transition: 0.5s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-four-single {
    padding: 35px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-four-single {
    padding: 35px 25px;
  }
}
@media (max-width: 991px) {
  .service-four-single {
    padding: 35px 25px;
  }
}
.service-four-single:hover {
  border: 1px solid var(--primary-one);
}
.service-four-single .service-four-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.service-four-single .service-four-header span {
  display: inline-block;
  max-width: 160px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed var(--primary-light-border);
}
.service-four-single .service-four-header .serial-number {
  color: transparent;
  -webkit-text-stroke: 1px var(--primary-light-border);
  -webkit-text-fill-color: transparent;
  font-size: 35px;
  font-weight: 700;
}
.service-four-single .service-four-title {
  font-size: 26px;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-four-single .service-four-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-four-single .service-four-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .service-four-single .service-four-title {
    font-size: 22px;
  }
}
.service-four-single .service-four-title a {
  color: inherit;
}
.service-four-single .explore-btn {
  margin-top: 10px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-one);
  font-family: var(--font-nunito);
  border-bottom: 1px solid var(--primary-one);
}

.service-single-five {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .service-single-five {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.service-single-five .service-five-icon {
  min-width: 40px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-single-five .service-five-icon {
    min-width: 35px;
  }
}
@media (max-width: 1199px) {
  .service-single-five .service-five-icon {
    max-width: 30px;
  }
}
.service-single-five .service-five-icon img {
  transition: 0.5s ease;
}
.service-single-five:hover .service-five-info a {
  color: var(--primary-one);
}
.service-single-five:hover .service-five-icon img {
  transform: scale(1.2) skew(-2deg);
}
.service-single-five .service-five-info h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .service-single-five .service-five-info h3 {
    font-size: 22px;
  }
}
.service-single-five .service-five-info h3 a {
  color: inherit;
  transition: 0.5s ease;
}
.service-single-five .service-five-info h3::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 18px;
  width: 35px;
  height: 1px;
  background: linear-gradient(45deg, var(--linear-pink), var(--linear-yellow) 80%);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-single-five .service-five-info h3::before {
    top: 16px;
    width: 30px;
  }
}
@media (max-width: 991px) {
  .service-single-five .service-five-info h3::before {
    top: 12px;
    width: 30px;
  }
}
.service-single-five .service-five-info p {
  margin-bottom: 20px;
}

.service-six-single {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(238, 238, 238, 0.7);
  border-radius: 10px;
  border-radius: 5px;
  transition: 0.5s;
  padding: 30px 25px;
  display: grid;
  grid-template-columns: 60px auto;
  grid-gap: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-six-single {
    grid-template-columns: 45px auto;
  }
}
@media (max-width: 767px) {
  .service-six-single {
    grid-template-columns: 40px auto;
    padding: 30px 20px;
    grid-gap: 18px;
  }
}
.service-six-single:hover {
  box-shadow: 2px 2px 4px rgba(0, 12, 31, 0.08);
  transform: translateY(-5px);
}
.service-six-single .service-two-icon {
  display: flex;
  flex-direction: column;
  align-items: inherit;
}
.service-six-single .service-two-icon > img {
  width: 60px;
  height: 60px;
}
.service-six-single .service-two-icon > span {
  background-color: #55E393;
  opacity: 0.5;
  width: 1px;
  height: 35px;
  margin: 8px auto;
  display: inline-block;
}
.service-six-single .service-two-icon .serial-number {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px var(--primary-one);
  -webkit-text-fill-color: transparent;
}
.service-six-single .service-six-content h4 {
  font-size: 22px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-six-single .service-six-content h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .service-six-single .service-six-content h4 {
    font-size: 22px;
  }
}
.service-six-single .service-six-content a {
  color: var(--text-primary);
}
.service-six-single .service-six-content p {
  font-size: 18px;
  font-weight: 400;
}

.explore-button:hover a {
  color: #32aee4;
}
.explore-button:hover img {
  transform: scale(1.05);
}
.explore-button a {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary);
  transition: 0.5s ease;
}
@media (max-width: 767px) {
  .explore-button a {
    font-size: 14px;
  }
}
.explore-button a img {
  transition: 0.5s ease;
  margin-right: 5px;
}
.explore-button.style-two a {
  font-size: 18px;
  font-weight: 600;
}
.explore-button.with-border {
  position: relative;
  z-index: 1;
}
.explore-button.with-border::after {
  content: "";
  width: 60%;
  max-width: 400px;
  height: 1px;
  background-color: var(--border-color);
  position: absolute;
  right: 0;
  top: 16px;
  z-index: -1;
}
@media (max-width: 991px) {
  .explore-button.with-border::after {
    display: none;
    visibility: hidden;
  }
}

.service-detials-image {
  position: relative;
  margin-bottom: 90px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-detials-image img {
    width: 100%;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-detials-image img {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .service-detials-image img {
    width: 100%;
  }
}
.service-detials-image .service-details-vector {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -68px;
}
@media (max-width: 991px) {
  .service-detials-image .service-details-vector {
    width: 100px;
    bottom: -50px;
  }
}

.service-details-content .sub-title {
  font-size: 32px;
  margin-bottom: 35px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .service-details-content .sub-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-details-content .sub-title {
    font-size: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-details-content .sub-title {
    font-size: 28px;
  }
}

.title {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .title {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .title {
    font-size: 32px;
  }
}

.service-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .service-list {
    margin-bottom: 40px;
  }
}
.service-list li {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-secondary);
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}
.service-list li:last-child {
  margin-bottom: 0px;
}
.service-list li::before {
  content: url("../images/icons/check-icon.svg");
  position: absolute;
  left: 0px;
  top: 0px;
}

.service-list-image img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .service-list-image img {
    height: 140px;
  }
}

.feature-three-single {
  width: 100%;
  width: 360px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 360px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.feature-three-single:hover .feature-three-icon {
  background: linear-gradient(45deg, var(--linear-blue), var(--linear-green) 80%);
}
.feature-three-single:hover .feature-three-icon svg {
  fill: var(--white);
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-three-single {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 576px) {
  .feature-three-single {
    width: 290px;
    height: 290px;
  }
}
.feature-three-single .circle-break {
  position: absolute;
  left: 0;
  top: 5px;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.feature-three-single .feature-three-icon {
  position: absolute;
  top: -25px;
  right: 60px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px dashed var(--linear-blue);
  background-color: #F1F6FB;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.45s;
}
.feature-three-single .feature-three-icon svg {
  fill: var(--linear-green);
  transition: 0.45s;
}
@media (max-width: 576px) {
  .feature-three-single .feature-three-icon {
    top: -40px;
    width: 70px;
    height: 70px;
  }
}

.feature-three-content {
  border: 3px solid #F1F6FB;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 75px 25px 25px 25px;
}
@media (max-width: 576px) {
  .feature-three-content {
    padding: 30px 25px 25px 25px;
  }
}
.feature-three-content h4 {
  font-size: 24px;
  font-weight: 800;
}
.feature-three-content h4 a {
  color: inherit;
}
.feature-three-content p {
  margin-bottom: 30px;
}
.feature-three-content .feature-btn {
  transition: 0.4s ease;
}
.feature-three-content .feature-btn:hover {
  transform: scale(1.1);
}

/*=======================================
   24. About-section
=======================================*/
.about-secion-five {
  padding-left: 100px;
  padding-right: 70px;
}
@media (max-width: 991px) {
  .about-secion-five {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.about-section-one {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .about-section-one {
    margin-top: unset;
  }
}

.nav-style-one {
  border-bottom: unset;
}
.nav-style-one .nav-item {
  border: 1px dashed var(--primary-one);
  border-radius: 50%;
}
.nav-style-one .nav-link {
  position: relative;
  border-radius: 50%;
  min-width: 70px;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-nunito);
  line-height: 1.3;
  padding: 18px;
  transition: 0.4s ease;
}
.nav-style-one .nav-link span {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-secondary);
  display: block;
  transition: 0.4s ease;
}
@media (max-width: 576px) {
  .nav-style-one .nav-link {
    padding: 15px;
    font-size: 16px;
  }
}
.nav-style-one .nav-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(22, 8, 3, 0.2);
  border: 4px solid var(--border-color);
  transition: 0.4s ease;
}
@media (max-width: 576px) {
  .nav-style-one .nav-link::after {
    content: none;
  }
}
.nav-style-one .nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -120px;
  width: 100px;
  height: 1px;
  background-color: var(--border-color);
  transition: 0.4s ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-style-one .nav-link::before {
    left: -80px;
    width: 60px;
  }
}
@media (max-width: 991px) {
  .nav-style-one .nav-link::before {
    content: none;
  }
}
.nav-style-one .nav-link:hover {
  background-color: var(--primary-one);
  color: var(--white);
}
.nav-style-one .nav-link:hover span {
  color: var(--white);
}
.nav-style-one .nav-link.active {
  background-color: var(--primary-one);
  color: var(--white);
}
.nav-style-one .nav-link.active span {
  color: var(--white);
}
.nav-style-one .nav-link.active::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--white);
  border: 2px solid var(--primary-one);
}
@media (max-width: 576px) {
  .nav-style-one .nav-link.active::after {
    content: none;
  }
}
.nav-style-one .nav-link.active::before {
  background-color: var(--primary-one);
}

.nav-style-two {
  border-bottom: none;
  margin-bottom: 45px;
  gap: 10px;
}
.nav-style-two .nav-link {
  font-size: 26px;
  font-weight: 600;
  color: var(--text-secondary);
  font-family: var(--font-nunito);
  opacity: 0.4;
  padding-top: 0px;
  transition: 0.45s ease;
}
@media (max-width: 767px) {
  .nav-style-two .nav-link {
    font-size: 24px;
  }
}
.nav-style-two .nav-link:hover {
  border: 1px solid transparent;
}
.nav-style-two .nav-link .serial-number {
  font-size: 26px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(22, 8, 3, 0.55);
  -webkit-text-fill-color: transparent;
  font-family: var(--font-nunito);
  font-weight: 800;
  padding-right: 50px;
  position: relative;
  transition: 0.45s ease;
}
@media (max-width: 767px) {
  .nav-style-two .nav-link .serial-number {
    padding-right: 10px;
  }
}
.nav-style-two .nav-link .serial-number::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: rgba(22, 8, 3, 0.55);
  bottom: 8px;
  right: 8px;
}
@media (max-width: 767px) {
  .nav-style-two .nav-link .serial-number::after {
    content: none;
  }
}
.nav-style-two .nav-link.active {
  opacity: 1;
  border: 1px solid transparent;
}
.nav-style-two .nav-link.active .serial-number {
  color: transparent;
  -webkit-text-stroke: 1px var(--linear-orange2);
  -webkit-text-fill-color: transparent;
}
.nav-style-two .nav-link:hover {
  opacity: 1;
  border: 1px solid transparent;
}
.nav-style-two .nav-link:hover .serial-number {
  color: transparent;
  -webkit-text-stroke: 1px var(--linear-orange2);
  -webkit-text-fill-color: transparent;
}
.nav-style-two .nav-link.active {
  opacity: 1;
  border: 1px solid transparent;
  background: transparent;
}

.nav-style-three {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 45px;
  gap: 15px;
}
@media (max-width: 1199px) {
  .nav-style-three {
    border-bottom: 1px solid transparent;
  }
}
.nav-style-three .nav-link {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-secondary);
  font-family: var(--font-nunito);
  opacity: 0.4;
  padding-top: 0px;
}
@media (max-width: 767px) {
  .nav-style-three .nav-link {
    font-size: 18px;
  }
}
.nav-style-three .nav-link:hover {
  border: 1px solid transparent;
  opacity: 1;
}
.nav-style-three .nav-link:hover img {
  filter: grayscale(0);
}
.nav-style-three .nav-link img {
  width: 15px;
  margin-right: 10px;
  margin-top: -2px;
  filter: grayscale(1);
  transition: 0.45s;
}
.nav-style-three .nav-link.active {
  opacity: 1;
  border: 1px solid transparent;
  position: relative;
  z-index: 1;
}
.nav-style-three .nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  transform: rotate(45deg) translateX(-50%);
  border: 1px solid var(--primary-one);
  border-left: none;
  border-top: none;
}
.nav-style-three .nav-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid var(--primary-one);
  width: 100%;
}
.nav-style-three .nav-link.active img {
  filter: grayscale(0);
}
.nav-style-three .nav-link.active {
  opacity: 1;
  border: 1px solid transparent;
  background: transparent;
}

@media (max-width: 991px) {
  .award-four-content {
    text-align: center;
  }
}
.award-four-content h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.award-four-content .explore-btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-one);
  font-family: var(--font-nunito);
  border-bottom: 1px solid var(--primary-one);
}

.achievement-single {
  text-align: center;
}
.achievement-single img {
  min-height: 100px;
  margin-bottom: 8px;
  max-width: 110px;
}
.achievement-single h6 {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
}

.achivement-title {
  position: relative;
  font-size: 24px;
  margin-bottom: 30px;
}
.achivement-title::after {
  content: "";
  width: 80%;
  height: 1px;
  background-color: var(--primary-light-border);
  position: absolute;
  right: 0;
  top: 16px;
  z-index: -1;
}
@media (max-width: 991px) {
  .achivement-title::after {
    display: none;
    visibility: hidden;
  }
}

.about-four-content {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .about-four-content {
    text-align: center;
  }
}
.about-four-content h3 {
  font-weight: 600;
  margin-bottom: 0px;
}
.about-four-content .section-title-four span {
  margin-bottom: 10px;
}

.about-five-image {
  position: relative;
  text-align: left;
  z-index: 1;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .about-five-image {
    margin-left: 20px;
    margin-top: 80px;
  }
}
.about-five-image::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  background-color: var(--primary-one-light);
  width: 50px;
  height: 100%;
  z-index: -1;
}
.about-five-image .about-five-quote {
  background-color: var(--primary-one-light);
  padding: 40px;
  position: absolute;
  bottom: -30px;
  left: -50px;
  width: 100%;
  max-width: 460px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .about-five-image .about-five-quote {
    left: -30px;
    padding: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-five-image .about-five-quote {
    left: -30px;
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .about-five-image .about-five-quote {
    left: -15px;
    padding: 25px;
  }
}
.about-five-image .about-five-quote::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  background: linear-gradient(0deg, var(--linear-pink) 0%, var(--linear-yellow) 100%);
  width: 5px;
  height: 100%;
}
.about-five-image .about-five-quote::after {
  content: url("../images/icons/Comma.svg");
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 40px;
}
@media (max-width: 767px) {
  .about-five-image .about-five-quote::after {
    right: 0;
    bottom: 0;
  }
}
.about-five-image .about-five-quote h4 {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 0px;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .about-five-image .about-five-quote h4 {
    font-size: 20px;
  }
}
.about-five-image .about-five-quote h4 span.solid-line {
  display: inline-block;
  width: 130px;
  height: 1px;
  background: linear-gradient(90deg, var(--linear-pink) 0%, var(--linear-yellow) 100%);
}

.about-three-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.about-three-header.sibling-two h2 {
  color: transparent;
  -webkit-text-stroke: 1px var(--primary-one);
  -webkit-text-fill-color: transparent;
}
.about-three-header h2 {
  font-size: 100px;
  color: transparent;
  -webkit-text-stroke: 1px var(--linear-green);
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-family: var(--font-dm);
  margin-right: 40px;
  position: relative;
}
.about-three-header h2::before {
  content: "";
  position: absolute;
  left: 50%;
  height: 4px;
  width: 100px;
  background-color: #006CE4;
  border-radius: 100%;
  opacity: 0.1;
  bottom: -5px;
  transform: translateX(-50%);
  transform: blur(20px);
}

.about-three-title h3 {
  font-size: 34px;
}
.about-three-title p {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: var(--font-nunito);
}

.about-three-section {
  overflow: hidden;
}
.about-three-section .swiper {
  padding-top: 25px;
}
@media (max-width: 576px) {
  .about-three-section .swiper {
    padding-top: 40px;
  }
}

.about-image-single {
  position: relative;
}
.about-image-single .about-image-info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 85px;
  z-index: 2;
  width: 100%;
  padding: 0px 30px;
  text-align: center;
}
.about-image-single .about-image-info h3 {
  font-size: 26px;
  color: var(--white);
}

.about-six-section .swiper-pagination-bullet, .port-detials-section .swiper-pagination-bullet {
  width: 28px;
  height: 6px;
  border-radius: 0px;
  background: #E4B3C5;
  opacity: 1;
}
.about-six-section .swiper-pagination-bullet-active, .port-detials-section .swiper-pagination-bullet-active {
  width: 28px;
  height: 6px;
  border-radius: 0px;
  background: #fff;
}

.about-six-slider {
  position: relative;
}
.about-six-slider .about-six-pagination {
  position: absolute;
  bottom: 30px;
  z-index: 9;
  text-align: center;
}

@media (max-width: 991px) {
  .about-six-cotnent {
    text-align: center;
  }
}

.scroll-down-arrow {
  min-width: 30px;
  height: 55px;
  padding: 20px 0;
  border: 1px solid var(--linear-orange2);
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 80px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .scroll-down-arrow {
    display: none;
    visibility: hidden;
  }
}
.scroll-down-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(45deg, var(--linear-orange2), var(--linear-red) 80%);
}
.scroll-down-arrow .arrow-down {
  transform: translateY(8px);
  animation: jump 1s linear infinite alternate;
}
@keyframes jump {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(15px);
  }
}

/*=======================================
   25. video-section
=======================================*/
.video-section {
  position: relative;
  overflow: hidden;
}
.video-section video {
  margin-bottom: -10px;
}
.video-section .video-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  text-align: center;
}
.video-section .video-title h2 {
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 1px var(--primary-light-text);
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-section .video-title h2 {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-section .video-title h2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .video-section .video-title h2 {
    font-size: 42px;
  }
}

/*=====================================
26. Inner-banner-section
=======================================*/
.inner-banner {
  min-height: 200px;
  /* position: relative; */
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/bg/bg-1.jpg");
  background-position-y: bottom;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .inner-banner {
    min-height: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-banner {
    min-height: 200px;
  }
}
@media (max-width: 991px) {
  .inner-banner {
    min-height: 200px;
  }
}
.inner-banner .bread-shape-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
  z-index: -1;
}
.inner-banner .bread-shape-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20%;
  z-index: -1;
}
.inner-banner .down-arrow {
  position: absolute !important;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  width: 30px;
  height: 75px;
}
@media (max-width: 991px) {
  .inner-banner .down-arrow {
    bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-banner .down-arrow {
    bottom: 20px;
  }
}
.inner-banner .down-arrow::after {
  content: url("../images/icons/down-arrow-rect.svg");
  position: absolute;
  left: -6px;
  top: 0;
}
@media (max-width: 991px) {
  .inner-banner .down-arrow::after {
    content: unset;
  }
}
.inner-banner .down-arrow img {
  animation: jump 2.5s linear infinite alternate;
}
@keyframes jump {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(25px);
  }
}
@keyframes vibrate {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}

.breadcrumb {
  margin: 0;
  padding: 0;
  justify-content: center;
}
.breadcrumb .breadcrumb-item {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
  font-family: var(--font-dm);
}
.breadcrumb .breadcrumb-item:first-child {
  padding-left: 0px;
}
.breadcrumb .breadcrumb-item.active {
  background: linear-gradient(45deg, var(--linear-pink), var(--linear-yellow) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-item.active {
    font-size: 16px;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  content: unset;
}

.breadcrumb-item + .breadcrumb-item::after {
  content: url("../images/icons/breadcrumb-shape.svg");
  position: absolute;
  top: 0px;
  left: -6px;
}

.inner-banner-title {
  font-size: 60px;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-dm);
  text-transform: capitalize;
  line-height: 1.3;
  font-family: 'Poppins';
}
@media (max-width: 767px) {
  .inner-banner-title {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner-banner-title {
    font-size: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-banner-title {
    font-size: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .inner-banner-title {
    font-size: 45px;
  }
}

.newsletter-section {
  background-color: var(--primary-five-light);
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.newsletter-section .double-circle-left {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.newsletter-section .double-circle-right {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.newsletter-section .arrow-twist {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
@media (max-width: 1199px) {
  .newsletter-section .arrow-twist {
    bottom: 10px;
  }
}
.newsletter-section .newsletter-title {
  position: relative;
}
@media (max-width: 991px) {
  .newsletter-section .newsletter-title {
    text-align: center;
  }
}
.newsletter-section .newsletter-title h3 {
  font-size: 30px;
  line-height: 1.45;
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsletter-section .newsletter-title h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .newsletter-section .newsletter-title h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .newsletter-section .newsletter-title {
    margin-bottom: 30px;
  }
}
.newsletter-section .newsletter-title .title-icon {
  position: absolute;
  right: -35px;
  top: 0;
}
@media (min-width: 576px) and (max-width: 768px) {
  .newsletter-section .newsletter-title .title-icon {
    right: 0;
  }
}
@media (max-width: 576px) {
  .newsletter-section .newsletter-title .title-icon {
    right: 0;
    top: -40px;
  }
}

.input-with-button {
  width: 100%;
  max-width: 480px;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  padding: 5px;
}
@media (max-width: 767px) {
  .input-with-button input, .input-with-button textarea {
    padding: 5px 15px;
  }
}
@media (max-width: 991px) {
  .input-with-button {
    max-width: 100%;
  }
}
.input-with-button button {
  border-radius: 0px;
}

/*=====================================
27.Faq Sectionsection
=======================================*/
.faq-wrap.faq-style-two .accordion-button {
  font-style: 20px;
}
.faq-wrap.faq-style-two .accordion-button::after {
  content: " \f130";
  flex-shrink: 0;
  margin-left: auto;
  background: linear-gradient(90deg, var(--linear-pink) 0%, var(--linear-yellow) 100%);
  font-family: bootstrap-icons !important;
  color: var(--white);
  font-weight: 300;
  transition: 0.5s;
}
.faq-wrap.faq-style-two .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
  content: " \f130";
}
.faq-wrap .faq-item {
  margin-bottom: 24px;
  border: none;
}
.faq-wrap .faq-item:last-child {
  margin-bottom: 0;
}
.faq-wrap .faq-item.hover-btn {
  padding: 1px 1px 1px 1px;
}
.faq-wrap .accordion-button {
  font-weight: 600;
  font-size: 18px;
  background: var(--primary-one-light);
  border-radius: 5px;
  color: var(--text-primary);
  cursor: pointer;
  transition: 0.4s ease-in-out;
  padding: 15px 25px;
  padding-right: 60px;
  margin-bottom: 0px;
  line-height: 1.4;
  font-family: var(--font-nunito);
}
.faq-wrap .accordion-button:hover {
  color: var(--primary-one);
}
.faq-wrap .accordion-button:focus {
  z-index: unset;
  border-color: unset;
  outline: 0;
  box-shadow: 5px 7px 40px rgba(145, 145, 145, 0.1);
}
.faq-wrap .accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  background: linear-gradient(90deg, var(--linear-pink) 0%, var(--linear-yellow) 100%);
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 22px;
  content: "\f4fe";
  transition: unset;
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}
.faq-wrap .accordion-button:not(.collapsed)::after {
  transform: unset;
  font-family: bootstrap-icons !important;
  content: "\f2ea";
  color: var(--white);
}
.faq-wrap .faq-body {
  font-weight: 400;
  font-size: 17px;
  color: var(--text-secondary);
  border-top: none;
  padding: 15px 25px;
  line-height: 28px;
  text-align: left;
}
.faq-wrap .accordion-button:not(.collapsed) {
  box-shadow: 5px 7px 40px rgba(145, 145, 145, 0.1);
  border-radius: 5px 5px 0px 0px;
  font-weight: 600;
  color: var(--primary-one);
}

/*=======================================
  28. search area start
=======================================*/
.mobile-search {
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-items: center;
  position: fixed;
  cursor: pointer;
  transform: scale(0.7);
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.65s ease;
  padding: 35px 100px;
}
@media (max-width: 767px) {
  .mobile-search {
    padding: 20px 20px;
  }
}
.mobile-search label {
  color: #fff;
  margin-bottom: 20px;
  font-family: var(--font-nunito);
}
.mobile-search.slide {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.mobile-search input, .mobile-search textarea {
  border: none;
  border-radius: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 30px 10px 0px;
  width: 100%;
  background: transparent;
  transition: 0.3s ease-in-out;
  color: #fff;
  height: 50px;
  line-height: 45px;
}
.mobile-search input:focus, .mobile-search textarea:focus {
  border-bottom: 1px solid #fff;
}
.mobile-search input::-moz-placeholder, .mobile-search textarea::-moz-placeholder {
  color: #999;
  font-weight: 400;
  font-size: 15px;
}
.mobile-search input::placeholder, .mobile-search textarea::placeholder {
  color: #999;
  font-weight: 400;
  font-size: 15px;
}
.mobile-search .search-cross-btn {
  color: #fff;
  cursor: pointer;
  background: rgba(var(--linear-green), 0.6);
  border-radius: 50%;
  height: 40px;
  min-width: 40px;
  line-height: 38px;
  text-align: center;
  line-height: 43px;
  transition: 0.5s ease;
  border: 1px solid rgba(255, 255, 255, 0.45);
}
.mobile-search .search-cross-btn.style-two:hover {
  background: var(--primary-one);
  color: #fff;
}
.mobile-search .search-cross-btn:hover {
  background: var(--linear-green);
  color: #fff;
}
.mobile-search .search-cross-btn i {
  font-size: 18px;
}

.contact-banner-wrapper {
  background-color: var(--primary-one-light);
  padding: 80px 70px;
  position: relative;
  z-index: 1;
}
.contact-banner-wrapper .background-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .contact-banner-wrapper {
    padding: 80px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-banner-wrapper {
    padding: 80px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-banner-wrapper {
    padding: 80px 30px;
  }
}
@media (max-width: 767px) {
  .contact-banner-wrapper {
    padding: 80px 25px;
    text-align: center;
  }
}
.contact-banner-wrapper h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-banner-wrapper h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .contact-banner-wrapper h3 {
    font-size: 26px;
  }
}
.contact-banner-wrapper p {
  margin-bottom: 0;
}
@media (max-width: 509px) {
  .contact-banner-wrapper .contact-banner-image {
    margin-bottom: 40px;
  }
}

.contact-now-six-section {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .contact-now-six-section {
    margin-bottom: 0px;
  }
}

.contact-now-wrapper {
  display: grid;
  grid-template-columns: auto 190px 190px;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .contact-now-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
}
@media (max-width: 576px) {
  .contact-now-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    justify-content: center;
    text-align: center;
  }
}
.contact-now-wrapper .phone-number {
  text-align: center;
}
.contact-now-wrapper .phone-number span {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-primary);
  display: inline-block;
  margin-bottom: 8px;
}
.contact-now-wrapper .phone-number h4 {
  font-size: 26px;
  margin-bottom: 0px;
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  position: relative;
  display: inline-block;
}
.contact-now-wrapper .phone-number h4 a {
  color: inherit;
}
.contact-now-wrapper .phone-number h4:before {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
  position: absolute;
  left: 0;
  bottom: 0px;
}

.contact-now-content h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-now-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .contact-now-content h3 {
    font-size: 26px;
  }
}
.contact-now-content h3 span {
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-now-content p {
  margin-bottom: 0px;
}

.contact-now-six-wrpper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 80px 90px;
  gap: 45px;
  flex-wrap: nowrap;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .contact-now-six-wrpper {
    padding: 80px 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-now-six-wrpper {
    padding: 80px 40px;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
@media (max-width: 991px) {
  .contact-now-six-wrpper {
    align-items: center;
    flex-wrap: wrap;
    padding: 80px 30px;
  }
}
.contact-now-six-wrpper .title-area {
  width: 100%;
}
.contact-now-six-wrpper .title-area h3 {
  color: var(--white);
  font-size: 35px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contact-now-six-wrpper .title-area h3 {
    font-size: 28px;
  }
}
.contact-now-six-wrpper .title-area p {
  font-size: 18px;
  margin-bottom: 0px;
  color: var(--white);
}
@media (max-width: 767px) {
  .contact-now-six-wrpper .title-area p {
    font-size: 16px;
  }
}
.contact-now-six-wrpper .call-icon {
  position: relative;
  z-index: 1;
}
.contact-now-six-wrpper .call-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2.8);
  z-index: -1;
}
@media (max-width: 1199px) {
  .contact-now-six-wrpper .call-icon img {
    display: none;
    visibility: hidden;
  }
}
.contact-now-six-wrpper .call-icon i {
  background: linear-gradient(45deg, var(--linear-orange2), var(--linear-red) 80%);
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  color: var(--white);
  font-size: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-now-six-wrpper .call-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
}

.office-location-signle {
  border: 1px solid #EEEEEE;
  padding: 50px 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .office-location-signle {
    padding: 35px 30px;
  }
}
.office-location-signle .map-button {
  position: relative;
  cursor: pointer;
  width: 235px;
  height: 235px;
  border-radius: 50%;
  background-color: #F5F3F1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-top: 7px;
  transition: 0.5s ease;
}
@media (max-width: 991px) {
  .office-location-signle .map-button {
    width: 200px;
    height: 200px;
  }
}
.office-location-signle .map-button:hover {
  background-color: var(--white);
}
.office-location-signle .map-button:hover i {
  transform: scale(1.8);
}
.office-location-signle .map-button::before {
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  width: 250px;
  height: 250px;
  border: 1px dashed var(--primary-one);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .office-location-signle .map-button::before {
    left: -5px;
    top: -5px;
    width: 210px;
    height: 210px;
  }
}
.office-location-signle .map-button i {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  transition: 0.5s ease;
}
.office-location-signle .map-button h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 35px;
}
.office-location-signle .content h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .office-location-signle .content h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.office-location-signle .content p {
  margin-bottom: 0px;
}

/*=======================================
29. strategy-section
=======================================*/
.strategy-section {
  margin-top: 52px;
}
@media (max-width: 1199px) {
  .strategy-section {
    margin-top: unset;
  }
}

.strategy-image {
  position: relative;
  padding-top: 10px;
  z-index: 1;
}
@media (max-width: 991px) {
  .strategy-image {
    margin-bottom: 50px;
  }
}
.strategy-image::before {
  content: "";
  display: block;
  width: 70%;
  height: 20px;
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.strategy-image::after {
  content: "";
  display: block;
  width: 20px;
  height: 90%;
  background: linear-gradient(180deg, #FFA811 0%, #F33B00 100%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 576px) {
  .strategy-content {
    text-align: center;
  }
}
.strategy-content h3 {
  font-size: 26px;
  margin-top: 25px;
  margin-bottom: 30px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .strategy-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .strategy-content h3 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

.strategy-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
@media (max-width: 1399px) {
  .strategy-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .strategy-list {
    grid-gap: 10px;
  }
}
.strategy-list li {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-dm);
}
@media (max-width: 767px) {
  .strategy-list li {
    font-size: 18px;
  }
}
.strategy-list li img {
  margin-right: 5px;
}

.ranking-block {
  margin: 55px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
@media (max-width: 576px) {
  .ranking-block {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 40px 0;
  }
}
.ranking-block h5 {
  margin-bottom: 0px;
}

.achievement-text h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
.achievement-text p {
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .achievement-text {
    text-align: center;
    margin-bottom: 60px;
  }
}

.achievement-section {
  min-height: 170px;
}

.achievement-slider-area {
  position: absolute;
  top: 120px;
}
@media (max-width: 1199px) {
  .achievement-slider-area {
    position: relative;
    top: 0;
  }
}

/*=======================================
30. growth-section
=======================================*/
.chart {
  border-radius: 50px;
  padding: 40px 30px;
  border: 1px solid var(--primary-one-light);
}
@media (max-width: 991px) {
  .chart {
    padding: 30px 20px;
  }
}

.growth-buttons .nav-tabs {
  border-bottom: unset;
  width: 205px;
  border-radius: 50px;
  border: 1px solid var(--primary-one);
  justify-content: space-between;
}
@media (max-width: 991px) {
  .growth-buttons .nav-tabs {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.growth-buttons .nav-link {
  border: none;
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.growth-buttons .nav-link.active {
  color: var(--white);
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
  border-radius: 50px;
  min-width: 95px;
  text-align: center;
  -webkit-text-fill-color: #fff;
}

.growth-content {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .growth-content {
    text-align: center;
  }
}

.counter-wrapper {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
  gap: 20px;
}
@media (max-width: 576px) {
  .counter-wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.counter-wrapper.style-two {
  margin-top: 60px;
  justify-content: flex-start;
  margin-left: 45px;
  gap: 140px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .counter-wrapper.style-two {
    gap: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-wrapper.style-two {
    gap: 90px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .counter-wrapper.style-two {
    gap: 90px;
  }
}
@media (max-width: 576px) {
  .counter-wrapper.style-two {
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 110px;
  }
}
.counter-wrapper.style-two .coundown {
  position: relative;
  display: flex;
  flex-direction: row;
}
@media (max-width: 576px) {
  .counter-wrapper.style-two .coundown {
    padding-right: 70px;
  }
}
.counter-wrapper.style-two .coundown h2 {
  font-size: 60px;
  margin-bottom: 0px;
  line-height: 1.2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-wrapper.style-two .coundown h2 {
    font-size: 50px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .counter-wrapper.style-two .coundown h2 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .counter-wrapper.style-two .coundown h2 {
    font-size: 40px;
  }
}
.counter-wrapper.style-two .coundown i {
  font-size: 32px;
  color: var(--text-primary);
  -webkit-text-stroke: 2px;
}
.counter-wrapper.style-two .coundown p {
  font-size: 20px;
  line-height: 1.1;
}
@media (max-width: 576px) {
  .counter-wrapper.style-two .coundown p {
    font-size: 16px;
  }
}
.counter-wrapper.style-two .coundown span.counter-tag {
  font-weight: 500;
  font-size: 20px;
  color: var(--primary-one);
  position: absolute;
  left: -50px;
  top: 62px;
  transform: rotate(270deg);
  transform-origin: 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-wrapper.style-two .coundown span.counter-tag {
    top: 49px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .counter-wrapper.style-two .coundown span.counter-tag {
    top: 40px;
  }
}
@media (max-width: 576px) {
  .counter-wrapper.style-two .coundown span.counter-tag {
    font-size: 16px;
    top: 35px;
  }
}
.counter-wrapper.style-two .coundown span.counter-tag::after {
  content: url("../images/icons/arrrow-short.svg");
  position: absolute;
  bottom: -9px;
  left: -45px;
  transform: rotate(90deg);
}
.counter-wrapper.style-three {
  gap: 0;
  margin-top: 0px;
}
.counter-wrapper.style-three .countdown p {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 500;
  color: var(--text-secondary);
}
.counter-wrapper.style-three .counter-number {
  background: #FFFFFF;
  box-shadow: 2px 2px 8px rgba(22, 8, 3, 0.1);
  width: 110px;
  height: 110px;
  line-height: 105px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
.counter-wrapper.style-three .counter-number span.counter-serial {
  color: transparent;
  -webkit-text-stroke: 3px var(--primary-one-lighter);
  -webkit-text-fill-color: white;
  position: absolute;
  font-size: 120px;
  font-weight: 900;
  top: 0;
  left: -65px;
  line-height: 1;
  font-family: var(--font-nunito);
}
.counter-wrapper.style-three .counter-number:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 3px solid var(--primary-one-lighter);
  z-index: -1;
}
.counter-wrapper.style-three .counter-number h2 {
  color: var(--primary-one);
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1;
}
.counter-wrapper.style-three .counter-number i {
  color: var(--primary-one);
  font-size: 26px;
  -webkit-text-stroke: 2px;
  transform: rotate(-30deg);
}
.counter-wrapper.style-four {
  margin-top: 60px;
  justify-content: flex-start;
  margin-left: 10px;
  gap: 140px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .counter-wrapper.style-four {
    gap: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-wrapper.style-four {
    gap: 90px;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-wrapper.style-four {
    gap: 90px;
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .counter-wrapper.style-four {
    gap: 90px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .counter-wrapper.style-four {
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 130px;
  }
}

.counter-wrapper.style-four .coundown {
  position: relative;
  display: flex;
  flex-direction: row;
  border: 1px dashed #b2b1b1;
  padding: 28px 15px;
  border-radius: 15px;
}

@media (max-width: 576px) {
  .counter-wrapper.style-four .coundown {
    padding-right: 70px;
  }
}

.counter-wrapper.style-four .coundown h2 {
  font-size: 48px;
  margin-bottom: 0px;
  line-height: 1.2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .counter-wrapper.style-four .coundown h2 {
    font-size: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-wrapper.style-four .coundown h2 {
    font-size: 45px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .counter-wrapper.style-four .coundown h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .counter-wrapper.style-four .coundown h2 {
    font-size: 35px;
  }
}
.counter-wrapper.style-four .coundown i {
  font-size: 32px;
  color: var(--text-primary);
  -webkit-text-stroke: 2px;
}

.counter-wrapper.style-four .coundown p {
  font-size: 16px;
}

@media (max-width: 576px) {
  .counter-wrapper.style-four .coundown p {
    font-size: 16px;
  }
}
.counter-wrapper.style-four .coundown span.counter-tag {
  font-weight: 600;
  font-size: 20px;
  color: var(--primary-one);
  position: absolute;
  left: -50px;
  top: 62px;
  transform: rotate(270deg);
  transform-origin: 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-wrapper.style-four .coundown span.counter-tag {
    top: 49px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .counter-wrapper.style-four .coundown span.counter-tag {
    top: 40px;
  }
}
@media (max-width: 576px) {
  .counter-wrapper.style-four .coundown span.counter-tag {
    font-size: 16px;
    top: 35px;
  }
}
.counter-wrapper.style-four .coundown span.counter-tag::after {
  content: url("../images/icons/arrrow-short.svg");
  position: absolute;
  bottom: -9px;
  left: -45px;
  transform: rotate(90deg);
}

.counter-wrapper .coundown p {
  font-weight: 400;
  font-size: 20px;
  color: var(--text-secondary);
  margin-bottom: 0px;
  line-height: 1;
  margin-top: 8px;
  font-family: 'Poppins';
}

.counter-wrapper .coundown h5 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
  position: relative;
  padding-right: 15px;
}
.counter-wrapper .coundown h5::after {
  content: "K";
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 18px;
}
.counter-wrapper .coundown i {
  font-size: 11px;
}

.progress-wrapper {
  margin-top: 20px;
  padding: 0px 30px;
}
.progress-wrapper span {
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 500;
  color: var(--text-primary);
}
.progress-wrapper .progress {
  height: 10px;
  border-radius: 10px;
}
.progress-wrapper .progress-bar {
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
}
.progress-wrapper .progressbar-active {
  animation-name: progress;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/*=======================================
31. Marque-text
=======================================*/
.marque-text-area {
  background-color: var(--primary-one-light);
  padding: 90px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .marque-text-area {
    padding: 70px 0px;
  }
}

.background-text {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .background-text {
    margin-bottom: 30px;
  }
}
.background-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 70px;
  animation: CSSright 280s linear infinite running alternate;
}
.background-text ul li a {
  -webkit-text-stroke: 2px rgba(0, 12, 31, 0.15);
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: 700;
  font-family: var(--font-xfinity);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .background-text ul li a {
    font-size: 45px;
  }
}
.background-text ul li a img {
  min-width: 270px;
}
.background-text.style-two {
  margin-bottom: 0px;
}
.background-text.style-two ul {
  animation: CSSleft 460s linear infinite running alternate;
}
.background-text.style-two ul li a {
  font-size: 45px;
  color: #B9B5B5;
  -webkit-text-stroke: unset;
  -webkit-text-fill-color: unset;
}
@media (max-width: 767px) {
  .background-text.style-two ul li a {
    font-size: 30px;
  }
}
.background-text.style-two ul li a img {
  min-width: 45px !important;
  filter: grayscale(1);
}

@keyframes CSSright {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-120%, 0);
  }
}
@keyframes CSSleft {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
/*=======================================
32. Choose Us section
=======================================*/
.choose-us-section {
  position: relative;
  z-index: 1;
}
.choose-us-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 940px;
  background-color: #FAFAFA;
  z-index: -2;
}
@media (max-width: 991px) {
  .choose-us-section::before {
    height: 400px;
  }
}
.choose-us-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  max-width: 100%;
  background-size: cover;
  background-image: url("../images/bg/bg-vector-net.png");
  background-repeat: no-repeat;
  z-index: 1;
  height: 425px;
}

.pie-chart div {
  display: none;
  visibility: hidden;
}

.choose-us-single {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.choose-us-single .icon {
  min-width: 60px;
  height: 60px;
  border-radius: 5px;
  background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.choose-us-single .info h4 {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: -6px;
}
.choose-us-single .info h4 a {
  color: inherit;
}
@media (max-width: 767px) {
  .choose-us-single .info h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .choose-us-single .info h4 {
    font-size: 22px;
  }
}
.choose-us-single .info p {
  margin-bottom: 0px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .choose-us-single .info p {
    font-size: 16px;
  }
}

.company-vdo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bg/video-bg1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .company-vdo {
    margin-bottom: 40px;
    height: 350px;
  }
}

.video-play {
  text-align: center;
  z-index: 9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-play .video-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 52px;
  display: inline-block;
  text-align: center;
  position: relative;
  border: 1px solid var(--primary-color1);
  font-size: 36px;
  color: var(--white);
  background: var(--primary-color1);
}
.video-play .video-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  animation: ripple-1 2s infinite ease-in-out alternate;
  z-index: -1;
  transition: 0.5s;
}
.video-play .video-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: var(--primary-one);
  z-index: -1;
  animation: ripple-2 2s infinite ease-in-out;
  animation-delay: 0.5s;
  transition: 0.5s;
}

@keyframes ripple-1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes ripple-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}
.pricing-single {
  background-color: #FAFAFA;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  transition: 0.55s ease;
  border: 1px solid rgba(0, 0, 0, 0.02);
}
.pricing-single:hover {
  background-color: var(--text-primary);
}
.pricing-single:hover ul li {
  color: var(--white);
}
.pricing-single:hover::before {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
}
.pricing-single:hover .pricing-title h3 {
  color: var(--primary-one);
}
.pricing-single.style-two {
  background-color: #FBF2EB;
  margin-top: 15px;
}
.pricing-single.style-two:hover {
  background-color: var(--text-primary);
}
.pricing-single.style-two:hover ul li {
  color: var(--white);
}
.pricing-single.style-two:hover::before {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
}
.pricing-single.style-two:hover .pricing-title h3 {
  color: var(--primary-one);
}
.pricing-single.style-two::before {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
}
.pricing-single .tag-area {
  position: absolute;
  left: -18px;
  top: -15px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .pricing-single .tag-area {
    left: -28px;
  }
}
.pricing-single .tag-area .tag {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  padding: 20px 10px 35px 10px;
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 80%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 50% 80%, 0 100%, 0 0);
}
@media (max-width: 767px) {
  .pricing-single .tag-area .tag {
    font-size: 14px;
  }
}
.pricing-single .tag-area span.left {
  display: inline-block;
  width: 40px;
  height: 15px;
  background: #E36500;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  z-index: -1;
  transform: translateX(30px);
}
.pricing-single .tag-area span.right {
  display: inline-block;
  transform: translateX(-30px);
  width: 40px;
  height: 15px;
  background: #E36500;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}
.pricing-single .tag-area span {
  font-size: 20px;
  font-weight: 700;
  display: block;
  line-height: 1;
}
@media (max-width: 767px) {
  .pricing-single .tag-area span {
    font-size: 18px;
  }
}
.pricing-single .price-area {
  margin-bottom: 40px;
  width: 100%;
  width: 130px;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .pricing-single .price-area {
    width: 110px;
    height: 110px;
  }
}
.pricing-single .price-area h2 {
  margin-bottom: 0px;
  font-size: 35px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .pricing-single .price-area h2 {
    font-size: 28px;
    font-weight: 800;
  }
}
.pricing-single .price-area span {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  font-family: var(--font-nunito);
  line-height: 1;
}
@media (max-width: 767px) {
  .pricing-single .price-area span {
    font-size: 15px;
  }
}
.pricing-single .pricing-title {
  border-top: 1px solid #ECE2DA;
  border-bottom: 1px solid #ECE2DA;
  max-width: 250px;
  margin: 0 auto;
  padding: 10px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .pricing-single .pricing-title {
    margin-bottom: 35px;
  }
}
.pricing-single .pricing-title h3 {
  font-size: 26px;
  margin-bottom: 0px;
  line-height: 1;
  transition: 0.4s ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing-single .pricing-title h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .pricing-single .pricing-title h3 {
    font-size: 22px;
  }
}
.pricing-single ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: left;
}
.pricing-single ul li {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-primary);
  font-family: var(--font-dm);
  margin-bottom: 14px;
  transition: 0.55s ease;
}
@media (max-width: 1199px) {
  .pricing-single ul li {
    font-size: 16px;
  }
}
.pricing-single ul li:last-child {
  margin-bottom: 0px;
}
.pricing-single ul li i {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 8px;
  font-size: 18px;
}

/*=======================================
33. Portfolio section
=======================================*/
.portfolio-three-single {
  position: relative;
  overflow: hidden;
}
.portfolio-three-single:hover .portfolio-three-content {
  transform: perspective(300px) rotateX(0deg);
  opacity: 1;
}
.portfolio-three-single .portfolio-three-image {
  position: relative;
  z-index: 1;
}
.portfolio-three-single .portfolio-three-image img {
  width: 100%;
}
@media (max-width: 576px) {
  .portfolio-three-single .portfolio-three-image img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 290px;
  }
}
.portfolio-three-single .portfolio-three-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.portfolio-three-single .portfolio-three-content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  opacity: 0;
  transform: perspective(300px) rotateX(-18deg);
  transition: 0.75s ease;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .portfolio-three-single .portfolio-three-content {
    padding: 25px 20px;
  }
}
.portfolio-three-single .portfolio-three-content .subtitle {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  display: inline-block;
  padding: 5px 30px;
}
@media (max-width: 767px) {
  .portfolio-three-single .portfolio-three-content .subtitle {
    padding: 5px 20px;
  }
}
.portfolio-three-single .portfolio-three-content .subtitle p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  display: inline-block;
  color: var(--white);
}
@media (max-width: 767px) {
  .portfolio-three-single .portfolio-three-content .subtitle p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-three-single .portfolio-three-content .subtitle p {
    font-size: 16px;
  }
}
.portfolio-three-single .portfolio-three-content .title {
  background-color: var(--text-primary);
  padding: 15px 30px;
}
@media (max-width: 767px) {
  .portfolio-three-single .portfolio-three-content .title {
    padding: 15px 20px;
  }
}
.portfolio-three-single .portfolio-three-content .title h3 {
  font-size: 26px;
  color: var(--white);
  margin-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-three-single .portfolio-three-content .title h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-three-single .portfolio-three-content .title h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .portfolio-three-single .portfolio-three-content .title h3 {
    font-size: 22px;
  }
}
.portfolio-three-single .portfolio-three-content .title h3 a {
  color: inherit;
}

.portfolio-single-one {
  overflow: hidden;
  position: relative;
}
.portfolio-single-one:hover .image img {
  transform: scale(1.1);
}
.portfolio-single-one:hover .content a.category {
  background-color: var(--primary-one);
  color: var(--white);
}
.portfolio-single-one .image {
  display: block;
}
.portfolio-single-one .image img {
  transition: 0.65s;
}
.portfolio-single-one .content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  width: 100%;
}
.portfolio-single-one .content a.category {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-one);
  font-family: var(--font-dm);
  background-color: var(--primary-one-light);
  padding: 0px 20px;
  border-radius: 100px;
  margin-bottom: 25px;
  transition: 0.5s;
}
.portfolio-single-one .content h3 {
  font-size: 24px;
  margin-bottom: 0px;
  color: var(--white);
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-single-one .content h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .portfolio-single-one .content h3 {
    font-size: 22px;
  }
}
.portfolio-single-one .content h3 a {
  color: inherit;
}

.circle-progressbar {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.circle-progressbar h5 {
  margin-bottom: 0px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .circle-progressbar h5 {
    font-size: 14px;
  }
}
.circle-progressbar .progress-bar {
  position: relative;
  height: 100px;
  width: 100px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.circle-progressbar .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  transition: width 0.6s ease;
}
.circle-progressbar .progress-bar .rotate {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
}
.circle-progressbar .progress-bar .right {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
}
.circle-progressbar .progress-bar div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.circle-progressbar .progress-bar div span {
  position: absolute;
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  line-height: 75px;
  height: 75px;
  width: 75px;
  left: 12.5px;
  top: 12.5px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  color: var(--text-primary);
}
.circle-progressbar .progress-bar .background {
  background-color: #b3cef6;
}
.circle-progressbar .progress-bar .rotate {
  clip: rect(0 50px 100px 0);
  background-color: #4b86db;
}
.circle-progressbar .progress-bar .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: #b3cef6;
}
.circle-progressbar .progress-bar .right {
  clip: rect(0 50px 100px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}
@keyframes toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.portfolio-single-two {
  width: 100%;
  text-align: center;
  position: relative;
}
.portfolio-single-two > img {
  min-height: 290px;
}
.portfolio-single-two:hover .overlay, .portfolio-single-two:hover .big-arrow {
  opacity: 1;
}
.portfolio-single-two .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: 0.6s ease;
}
@media (max-width: 1199px) {
  .portfolio-single-two .overlay {
    padding: 20px 20px;
  }
}
.portfolio-single-two .overlay .content h3 {
  margin-bottom: 0px;
}
.portfolio-single-two .overlay .content h3 a {
  font-size: 26px;
  font-weight: 600;
  color: var(--white);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-single-two .overlay .content h3 a {
    font-size: 30px;
    font-weight: 600;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-single-two .overlay .content h3 a {
    font-size: 24px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .portfolio-single-two .overlay .content h3 a {
    font-size: 24px;
    font-weight: 600;
  }
}
.portfolio-single-two .overlay .content span {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-light-one);
  font-family: var(--font-outfit);
  position: relative;
  display: inline-block;
  padding-left: 70px;
  z-index: 2;
}
@media (max-width: 767px) {
  .portfolio-single-two .overlay .content span {
    font-size: 16px;
  }
}
.portfolio-single-two .overlay .content span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 55px;
  height: 2px;
  background-color: var(--text-light-one);
  z-index: 2;
}
@media (max-width: 767px) {
  .portfolio-single-two .overlay .content span::before {
    height: 1px;
    top: 15px;
  }
}
.portfolio-single-two .big-arrow {
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 2;
  width: 40px;
  height: 40px;
  opacity: 0;
}

.portfolio-card {
  border: 1px solid var(--border-color);
  padding: 30px 40px;
  text-align: center;
  height: 100%;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-card {
    padding: 30px 25px;
  }
}
@media (max-width: 991px) {
  .portfolio-card {
    padding: 25px 20px;
    min-height: auto;
  }
}
.portfolio-card .circle-progressbar {
  transform: scale(1);
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .portfolio-card .circle-progressbar {
    transform: scale(1);
    margin-bottom: 25px;
  }
}
.portfolio-card .progress-bar {
  margin-bottom: 0px;
}
.portfolio-card .circle-progress-wrap {
  border: 1px dashed var(--primary-one);
  padding: 3px;
  height: 100%;
  border-radius: 50%;
}
.portfolio-card .clock-image {
  position: relative;
  border: 1px dashed var(--primary-one);
  padding: 8px;
  border-radius: 50%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .portfolio-card .clock-image {
    max-width: 110px;
  }
}
.portfolio-card .content p {
  margin-bottom: 0px;
}
.portfolio-card .content h4 {
  display: inline-block;
}
.portfolio-card .content span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
}

.portfolio-card-two {
  height: 100%;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #FAFAFA;
  padding: 50px 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-card-two {
    padding: 30px 25px;
  }
}
@media (max-width: 991px) {
  .portfolio-card-two {
    padding: 25px 20px;
    min-height: auto;
  }
}
.portfolio-card-two .list-wrapper {
  border: 1px solid var(--primary-light-border);
  padding: 30px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-card-two .list-wrapper {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .portfolio-card-two .list-wrapper {
    padding: 20px;
  }
}
.portfolio-card-two .info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.portfolio-card-two .info-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.portfolio-card-two .info-list li:last-child {
  margin-bottom: 0px;
}
.portfolio-card-two .info-list li span {
  display: inline-block;
}
.portfolio-card-two .info-list li span:first-child {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-nunito);
  color: var(--text-primary);
}
@media (max-width: 1199px) {
  .portfolio-card-two .info-list li span:first-child {
    font-size: 18px;
  }
}
.portfolio-card-two .info-list li span:last-child {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-dm);
  color: var(--text-secondary);
}
@media (max-width: 1199px) {
  .portfolio-card-two .info-list li span:last-child {
    font-size: 16px;
  }
}
.portfolio-card-two .share-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 30px 0px;
  border-bottom: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
}
@media (max-width: 991px) {
  .portfolio-card-two .share-list {
    padding: 15px 0px;
  }
}
.portfolio-card-two .share-list li {
  width: 30px;
  height: 30px;
  line-height: 27px;
  border-radius: 50%;
  border: 1px solid var(--primary-one);
  text-align: center;
}
.portfolio-card-two .share-list li:hover {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
}
.portfolio-card-two .share-list li:hover i {
  -webkit-text-fill-color: var(--white);
}
.portfolio-card-two .share-list i {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
}

.portfolio-details {
  margin-bottom: 40px;
}
@media (min-width: 1600px) {
  .portfolio-details img {
    width: 100%;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .portfolio-details img {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .portfolio-details img {
    width: 100%;
  }
}
.portfolio-details h3 {
  font-size: 36px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .portfolio-details h3 {
    font-size: 28px;
  }
}

.benefit-block h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .benefit-block h3 {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .benefit-block h3 {
    font-size: 28px;
  }
}

/*=======================================
34. Sidebar
=======================================*/
.menu-toggle-btn-full-shape.show-sidebar {
  transform: translateX(0) !important;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.menu-toggle-btn-full-shape.show-sidebar::-webkit-scrollbar {
  width: 6px;
  border-radius: 5px;
}
.menu-toggle-btn-full-shape.show-sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.menu-toggle-btn-full-shape.show-sidebar::-webkit-scrollbar-thumb {
  background: rgb(202, 202, 202);
}
.menu-toggle-btn-full-shape.show-sidebar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.menu-toggle-btn-full-shape {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 40px 25px 0px 25px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  transform: translateX(100%) !important;
  transition: 0.6s ease 0s;
  background: #fff;
  overflow-y: auto;
  border-left: 1px solid rgba(238, 238, 238, 0.8);
}
.menu-toggle-btn-full-shape .cross-icon i {
  font-size: 30px;
  cursor: pointer;
  transition: 0.4s;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
}
.menu-toggle-btn-full-shape .cross-icon i:hover {
  transform: rotate(90deg);
}
.menu-toggle-btn-full-shape .sidebar-body {
  padding-top: 40px;
  padding-bottom: 40px;
}
.menu-toggle-btn-full-shape .sidebar-bottom {
  border-top: 1px solid #EEEEEE;
  padding-top: 20px;
  padding-bottom: 20px;
}
.menu-toggle-btn-full-shape .sidebar-bottom p {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 5px;
}
.menu-toggle-btn-full-shape .sidebar-bottom span {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
}

.error-section {
  padding: 120px 10px;
  position: relative;
}
.error-section .error-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.error-section .error-image img {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 767px) {
  .error-section .error-image img {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .error-section {
    padding: 90px 10px;
  }
}

.error-content {
  text-align: center;
}
.error-content h3 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .error-content h3 {
    font-size: 26px;
  }
}
.error-content h1 {
  background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 240px;
  font-family: var(--font-nunito);
  font-weight: 800;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .error-content h1 {
    font-size: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .error-content h1 {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .error-content h1 {
    font-size: 100px;
  }
}
.error-content p {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 400;
  font-family: var(--font-dm);
}

.case-study-section .mt--50px {
  margin-top: -50px;
}
@media (max-width: 991px) {
  .case-study-section .mt--50px {
    margin-top: 0;
  }
}
.case-study-section .case-study-content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .case-study-section .case-study-content-wrap {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.case-study-section .case-study-content-wrap .case-study-title {
  margin-right: 50px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .case-study-section .case-study-content-wrap .case-study-title {
    margin-right: 30px;
  }
}
@media (max-width: 1399px) {
  .case-study-section .case-study-content-wrap .case-study-title {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .case-study-section .case-study-content-wrap .case-study-title {
    margin-right: 0px;
  }
}
.case-study-section .case-study-content-wrap .case-study-info-wrap {
  max-width: 370px;
  width: 100%;
  background: #FAFAFA;
  padding: 50px 30px;
  position: relative;
  margin-right: 20px;
  margin-top: -300px;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 9;
}
@media (max-width: 991px) {
  .case-study-section .case-study-content-wrap .case-study-info-wrap {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .case-study-section .case-study-content-wrap .case-study-info-wrap {
    padding: 30px 10px;
  }
}
.case-study-section .case-study-content-wrap .case-study-info-wrap::before {
  content: "";
  height: 5px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(90deg, #F86CA7 0%, #FF7F18 100%);
}
.case-study-section .case-study-content-wrap .case-study-info-wrap::after {
  content: "";
  height: 5px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(90deg, #F86CA7 0%, #FF7F18 100%);
}
.case-study-section .case-study-content-wrap .case-study-info-wrap .info-list {
  background: #FFFFFF;
  border: 1px solid var(--primary-five-light);
  padding: 35px 15px;
  margin-bottom: 18px;
}
.case-study-section .case-study-content-wrap .case-study-info-wrap .info-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.case-study-section .case-study-content-wrap .case-study-info-wrap .info-list ul li {
  font-family: var(--font-dm);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-secondary);
  margin-bottom: 18px;
  display: flex;
  gap: 10px;
  line-height: 1.3;
}
.case-study-section .case-study-content-wrap .case-study-info-wrap .info-list ul li:last-child {
  margin-bottom: 0;
}
.case-study-section .case-study-content-wrap .case-study-info-wrap .info-list ul li span {
  font-family: var(--font-nunito);
  font-weight: 600;
  font-size: 16px;
  color: var(--text-primary);
}
.case-study-section .case-study-content-wrap .case-study-info-wrap .download-buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.case-study-section .case-study-content-wrap .case-study-info-wrap .download-buttons ul li {
  margin-bottom: 10px;
}
.case-study-section .case-study-content-wrap .case-study-info-wrap .download-buttons ul li:last-child {
  margin-bottom: 0;
}
.case-study-section .case-study-content-wrap .case-study-info-wrap .download-buttons ul li a {
  font-family: var(--font-dm);
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  background: #ECECEC;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.case-study-section .case-study-content-wrap .case-study-info-wrap img {
  width: unset;
}
@media (max-width: 991px) {
  .case-study-section .blog-details-list.two {
    padding-top: 5px;
  }
}
.case-study-section .case-study-list h5 {
  font-family: var(--font-nunito);
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
}
.case-study-section .case-study-list .case-img {
  padding-top: 25px;
}
.case-study-section .case-study-list .case-img img {
  width: 100%;
}


.social-media{
  gap: 15px;
}

.social-media-img{
  width: 20px;
  object-fit: cover;
}

.title-btn span {
  background: #151515;
  color: #ffffff;
  border-radius: 4px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-btn {
  font-size: 16px;
  line-height: 24px;
  border: 1px solid rgba(3, 6, 17, 0.14);
  border-radius: 6px;
  padding: 5px 33px 5px 5px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}


.title-video{
  max-width: 442px;
  width: 100%;
  height: 140px;
  border-radius: 150px;
  object-fit: cover;
  transform: translate(0, 13px);
  position: relative;
  z-index: 1;
}

.rr-title-animation{
  font-family: 'Quicksand';
    font-size: 100px;
}


/*  */
/*  */


.project-section-2__area .btn-wrap {
  display: flex;
  justify-content: center;
}
.project-section-2__area .btn-wrap .rr-btn {
  background: white;
  color: var(--rr-heading-primary);
  padding: 25px 70px 26px 54px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  justify-content: center;
  margin: 0 auto;
}
.project-section-2__area .btn-wrap .rr-btn::before {
  background: var(--rr-heading-primary);
}
.project-section-2__area .btn-wrap .rr-btn::after {
  background: var(--rr-common-black);
  position: absolute;
  top: 44%;
  right: 50px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
}
.project-section-2__area .btn-wrap .rr-btn:hover {
  color: white;
}
.project-section-2__area .btn-wrap .rr-btn:hover::after {
  background: white;
}
.project-section-2__item {
  background: #1A1A1A;
  border-radius: 14px;
  margin-bottom: 50px;
  position: relative;
}
.project-section-2__item:last-of-type {
  margin-bottom: 0;
}
.project-section-2__content {
  padding: 60px;
  padding-bottom: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-section-2__content {
    padding: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .project-section-2__content {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-2__content {
    padding: 30px;
    padding-bottom: 0;
  }
}

.project-section-2__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
  text-transform: capitalize;
  margin-bottom: 7px;
  font-family: 'Poppins';
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .project-section-2__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .project-section-2__title {
    font-size: 25px;
    margin-bottom: 8px;
  }
}

.project-section-2__dec {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #131313;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .project-section-2__dec {
    font-size: 12px;
    font-weight: 500;
  }

  .top-client-testi {
    font-family: 'Quicksand';
    font-weight: 900;
    font-size: 30px !important;
    padding-left: 7px !important;
    padding-top: 15px;
}

.project-section-2__content {
  padding: 60px;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
  
}


.project-section-2__tag {
  margin-top: 30px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-section-2__tag {
    margin-top: 124px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .project-section-2__tag {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-2__tag {
    margin-top: 30px;
  }
}

.project-section-2__tag ul {
  list-style: none;
  padding-left: 0;
  font-family: 'Poppins';
}

.project-section-2__tag ul li {
  font-family: var(--rr-ff-heading);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  display: inline-block;
  border: 1px solid rgb(0 0 0);
  background: #1e1e1e;
  color: white;
  padding: 12px 18px;
  border-radius: 6px;
  margin-right: 2px;
  margin-bottom: 5px;
}

.project-section-2__thumb {
  padding: 0;
  padding-left: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-2__thumb {
    padding: 0;
  }
}
.project-section-2__thumb img {
  border-radius: 10px;
}
.project-section-2 .section__title-wrapper-3 {
  padding-bottom: 0;
  margin-bottom: 45px;
  border: none;
}
.project-section-2 .section__title-wrapper-subtitle::after {
  background-color: white;
}

.project-section-2__item {
  background: #ffffff;
  border-radius: 14px;
  margin-bottom: 50px;
  position: relative;
}
.project-section-2__item:last-of-type {
  margin-bottom: 0;
}

.project-section-2__content {
  padding: 20px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-section-2__content {
    padding: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .project-section-2__content {
    padding: 40px 30px;
  }
}

.top-client-testi{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 20px;
  padding-top: 5px;
  line-height: 33px;
}

.testi-top-h4{
  font-family: 'Quicksand';
  font-weight: 900;
  margin-top: 14px;
  font-size: 40px;
}

.client-designation{
  font-size: 16px;
    font-family: 'Poppins';
    font-style: italic;
    color: #9a9a9a !important;
    margin-bottom: 8px;
}

.services-sec{
  padding: 80px 0;
}


/* Services */

.features__item-7 {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(4 18 31 / 19%);
  border-image: initial;
  border-radius: 18px;
  padding: 35px 23px 35px;
}

.features__icon-7 span {
  display: inline-block;
  font-size: 80px;
  color: var(--tp-common-yellow-3);
  min-height: 100px;
  margin-bottom: 25px;
}

.features__title-7 {
  font-family: 'Poppins';
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: 400;
  color: #858585;
  margin-bottom: 15px;
}

.features__content-7 > p {
  line-height: 1.6;
  color: #04121f;
  margin-bottom: 23px;
  font-family: 'Poppins';
  font-size: 15px;
}

.features__btn-7 a {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  color: #000;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
}


.features__item-7:hover {
  background-color: #F8F4EE;
  border-color: #F8F4EE;
}

.client-logo{
  background: #fff2e8;
  padding: 50px 0;
  /* margin-bottom: 22px; */
}

.service-section {
  padding: 50px 0;
}

.services-read-more{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  color: #000;
  display: flex;
  gap: 12px;
  align-items: center;
}


.section-header__wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: end;
}

.process__item {
  max-width: 250px;
  text-align: center;
  width: 100%;
}

.process__icon {
  background-color: #fff;
  margin: 0 auto;
}

.process__icon, .service__icon {
  width: 68px;
  height: 68px;
  line-height: 63px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border: 1px solid #020d0a33;
  border-radius: 15px;
}

.custom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.process__line {
  top: 20px;
  left: 50%;
  position: absolute;
  width: 76%;
  transform: translateX(-50%);
  z-index: -1;
}

.process__wrp {
  position: relative;
  z-index: 1;
}

.how-do-we-h5{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 17px;
}

.how-do-we-h2{
  font-family: 'Quicksand';
  font-size: 45px;
}

.how-do-we-p{
  font-family: 'Poppins';
}

.why-us-h3{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 20px;
  padding-top: 22px;
  padding-bottom: 5px;
}

.why-us-para{
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 26px;
  color: #000000;
}


/* team-slide */



.slick-slide {
  margin: 0px 15px;
}

.slick-slide img {
  width: 100%;
}



.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@media (max-width: 767px) {
  .process__wrp {
      flex-wrap: wrap;
      justify-content: center;
  }
}


@media (max-width: 480px) {
  .process__item {
    max-width: 160px;
    text-align: center;
    width: 100%;
  }

  .why-us-h3 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    padding-top: 22px;
    padding-bottom: 5px;
  }

  .why-us-para {
    font-family: 'Poppins';
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
  }

}


.choose-section{
  background: #f5f3f152;
  /* margin-top: 35px; */
}


.consultation-h2{
  font-family: 'Poppins';
  font-weight: 500 !important;
  font-size: 16px !important;
  padding-bottom: 28px;
}

.consultation-form-main-sec{
  background: #ffffff;
    padding: 50px 40px;
    border-radius: 24px;
    position: relative;
    border: 1px solid #ededed;
}

.contact-title-h5{
  font-family: 'Poppins';
  font-weight: 500;
  color: gray;
  text-transform: uppercase;
  font-size: 14px;
}

.contact-title-h2{
  font-family: 'Quicksand';
  font-size: 40px !important;
  padding-top: 12px;
  padding-bottom: 12px;
}

.lets-talk-btn{
  width: 50%;
  border-radius: 6px;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 17px;
  padding: 12px 15px;
  margin-top: 25px;
  display: flex !important;
  gap: 14px;
  align-items: center;
}

.get-started-sec{
  padding-top: 25px;
}


.border-color-extra-medium-gray {
  border-color: #e4e4e4 !important;
}

.border-radius-12px {
  border-radius: 12px !important;
}

.testimonial-sec-div{
  padding: 20px;
}

.w-75px {
  width: 75px !important;
}

.me-25px {
  margin-right: 25px !important;
}

.review-star-icon i {
  color: #fd961e;
  letter-spacing: 1px;
}

.testimonials-details{
  padding: 12px 18px;
  font-family: 'Poppins';
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 500;
  line-height: 23px;
}

.testimonial-p{
  padding-top: 20px;
  font-size: 13px;
  font-family: poppins;
  line-height: 26px;
  margin-bottom: 8px;
}

.fs-16{
  font-size: 16px;
}

.testimonial-h6{
  font-size: 28px;
  font-family: 'Poppins';
}

.testimonial-span-rating{
  font-size: 28px;
  font-family: 'Poppins';
  padding-left: 13px;
}

.review-star-icon {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 5px;
}

.review-img{
  width: 80px !important;
}


.testimonials-sec-main{
  padding: 70px 0;
}

.border-radius-6px{
  border-radius: 6px;
}

.about-h-h3{
  font-family: 'Quicksand';
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  margin-bottom: 20px;
  margin-top: 12px;
}

.about-h-p{
  font-family: 'Poppins';
  font-size: 16px;
  padding-top: 22px;
}

.bg-golden-yellow {
  background-color: #fd961e;
}

.rating-sec{
  padding-left: 22px;
  font-family: 'Poppins';
}

.rating-stars{
  padding: 3px 15px;
  border-radius: 50px;
  margin-right: 10px;
}

.google-rating-div{
  padding-top: 12px;
  font-family: poppins;
}

.rating-no{
  font-family: 'Quicksand';
  font-weight: 900;
  font-size: 36px;
}

.about-us-h{
  padding: 60px 0;
  /* margin: 80px 0; */
  margin-bottom: 5px;
}

.get-in-touch-sec{
  padding: 0px 0;
}

.about-h-span{
  font-family: 'Poppins';
  background: white;
  padding: 5px 20px;
  border-radius: 23px;
  font-size: 13px;
  color: #000;
    font-weight: 500;
}

.test-panel-sec{
  padding: 90px 0;
  background: #f5f4f4ad;
}

.pt-80px{
  padding-top: 80px;
}

.contact-no{
  font-family: 'Poppins' !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

.call-now{
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 16px;
}


.bottom-minus-30px {
  bottom: -40px;
}

.left-minus-70px {
  left: -70px;
}

.top-80px {
  top: 80px;
}

.left-20px {
  left: 20px;
}

.fw-600 {
  font-weight: 600 !important;
}

.z-index-1 {
  z-index: 1;
}

.fs-75 {
  font-size: 75px;
  line-height: 4.668rem;
}

.fs-15 {
  font-size: 15px;
}

.about-us-1{
  width: 80% !important;
}

.br-6{
  border-radius: 6px;
}

.mt-95 {
  margin-top: 95px;
}

.it-about-2-thumb img {
  transform: scale(0.9);
}

.about-us-h3{
  font-family: 'Poppins';
  font-weight: 600;
  padding-bottom: 12px;
  padding-top: 12px;
  line-height: 46px;
  font-size: 28px;
}

.counting-sec-div{
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.count-no-h2{
  font-family: 'Poppins';
  font-size: 42px;
}

.about-us-p{
  font-family: 'Poppins';
  font-size: 16px;
  padding-bottom: 20px;
}

.about-us-main-sec{
  padding: 75px 0;
}


.about-sec-feature-1{
  background-color: #F4F6FF;
  padding: 30px;
  height: 310px;
}

.about-sec-feature-2{
  background-color: #d1faf1;
  padding: 30px;
  height: 310px;
}

.about-sec-feature-3{
  background-color: #FEF3F5;
  padding: 30px;
  height: 272px;
}

.about-sec-feature-4{
  background-color: #d6eefa;
  padding: 30px;
  height: 272px;
}

.features-box-p{
  font-size: 13px;
  font-family: 'Poppins';
  color: rgb(62 62 67);
  padding-top: 14px;
  line-height: 27px;
  font-weight: 500;
}

.features-box-li{
  font-size: 13px;
  font-family: 'Poppins';
  color: rgb(62 62 67);
  padding-top: 4px;
  line-height: 27px;
  font-weight: 500;
}

.features-box-li-1{
  padding-top: 14px;
}

.features-span{
  font-weight: 600;
  font-size: 22px;
  color: rgb(33 33 38);
  font-family: 'Poppins';
}

.feature-box {
  border-radius: 8px;
}


.testimonial-deatil-main-sec{
  display: flex;
  align-items: center;
  margin-top: 18px;
}

.testimonials-name{
  font-size: 18px;
}

.testimonials-company{
  font-size: 15px;
  color: gray;
  font-weight: 400;
  font-family: 'Poppins';
}


/*  */
/*  */


.client-logo-set {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  grid-gap: 30px;
}

.client-logo-set a {
  display: flex;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  -webkit-box-shadow: 0 19px 40px -10px #ffe0d2;
  box-shadow: 0 19px 40px -10px #ffe0d2;
  align-items: center;
  justify-content: center;
}

.client-logo-set a img {
  max-width: 130px;
}

@media only screen and (max-width: 1150px) {
.client-logo-set {
  grid-template-columns: auto auto auto auto auto auto;
  grid-gap: 20px;
  padding-bottom: 20px;
  overflow-x: auto;
}
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #b5b5b5;
  border-radius: 100px;
}

::-webkit-scrollbar-track {
  background: #fff;
}


@media only screen and (max-width: 578px) {
.header-phone-five{
  display: none;
}
}


@media (max-width: 578px) {
  .banner-two-content h2 {
    font-size: 24px;
    line-height: 40px;
  }
}


.about-feature-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.about-feature {
  padding: 24px 21px;
  border-radius: 16px;
  border: 1px solid rgb(220 220 220);
}

.box-title{
  font-size: 18px;
  font-family: 'Poppins';
  padding-top: 10px;
  font-weight: 600;
}

.about-us-feature-p{
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #4e4e4e;
  margin-bottom: 0;
}

.about-us-p{
  font-family: 'Poppins';
  font-size: 15px;
  margin-bottom: 0;
}

.discover-more-btn{
  border-radius: 33px;
  width: 100%;
  padding: 12px 34px;
  margin-top: 0;
}

.about-contact-deatils{
  display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 24px;
}


@keyframes rotateAnimation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.animation-rotation {
  animation: rotateAnimation 10s linear infinite;
}



.translate-middle-y {
  transform: translateY(-50%) !important;
}


/*  */


.testimonial-panel-client-name{
  color: #0d0d0d;
  font-family: 'Poppins';
}

.click-for-website{
  color: #ffffff;
}



@media (max-width: 578px) {

  .slick-slide {
    margin: 0px 5px;
  }

  .clients-project-thumbnail {
    border: 1px solid #eaeaea94;
    background: #eaeaea94;
    padding: 4px !important;
    border-radius: 6px;
  }

  .team-two-single .team-two-image .team-two-social {
    position: absolute;
    top: 19px;
    right: 5px;
    display: flex;
    justify-content: start;
    align-items: flex-end;
    flex-direction: column;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .team-two-single .team-two-content P {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
    font-family: 'Poppins';
}

.about-us-p {
  font-family: 'Poppins';
  font-size: 15px;
  margin-bottom: 0;
}

.service-two-single .service-two-content h3 {
  font-size: 20px !important;
  font-weight: 500;
  font-family: 'Poppins';
  padding-bottom: 4px;
}

.contact-title-h2{
  font-family: 'Quicksand';
  font-size: 29px !important;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 44px !important;
}

.about-h-h3 {
  font-family: 'Quicksand';
  font-size: 28px;
  font-weight: 900;
  line-height: 42px;
  margin-bottom: 20px;
  margin-top: 12px;
}

.about-feature {
  padding: 15px 15px;
  border-radius: 16px;
  border: 1px solid rgb(220 220 220);
}

.box-title {
  font-size: 11px;
  font-family: 'Poppins';
  padding-top: 10px;
  font-weight: 600;
}

.about-us-feature-p {
  font-family: 'Poppins';
  font-size: 10px;
  line-height: 20px;
  font-weight: 500;
  color: #272727;
  margin-bottom: 0;
}

.discover-more-btn {
  border-radius: 33px;
  width: 100%;
  padding: 12px 34px;
  margin-top: 0;
  margin-bottom: 32px;
}

.choose-section {
  background: #f5f3f1a8;
}

.get-in-touch-sec {
  padding: 0px 0;
}

.pt-100 {
  padding-top: 59px;
}

.how-do-we-p {
  font-family: 'Poppins';
  font-size: 14px;
}

.lets-talk-btn {
  width: 100%;
  border-radius: 6px;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 17px;
  padding: 12px 25px;
  margin-top: 25px;
  display: flex !important;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}

.consultation-form-main-sec {
  background: #ffffff;
  padding: 50px 8px;
  border-radius: 24px;
}

.consultation-h2 {
  font-family: 'Poppins';
  font-weight: 500 !important;
  font-size: 19px !important;
  padding-bottom: 28px;
}

.contact-title-h5 {
  font-family: 'Poppins';
  font-weight: 500;
  color: gray;
  text-transform: uppercase;
  font-size: 13px;
}

.rr-title-animation {
  font-family: 'Quicksand';
  font-size: 50px;
}

}


/* CAll Section */


.call-to-action-wrap-layout2 {
  padding: 41px 0 0px;
  /* background: #fafafa; */
  position: relative;
  z-index: 1;
}

.compress-left-side {
  padding-right: 50px;
  padding-left: calc(calc(100% - 1170px) / 2);
}

.call-to-action-box-layout2 .item-figure {
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(19px);
}

/* .call-to-action-wrap-layout2:before {
  position: absolute;
  z-index: -1;
  content: url(../../assets/images/about/banner4.png);
  right: 0;
  bottom: -18px;
} */

.contact-deatils-btn-h{
    border-radius: 6px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 17px;
    padding: 10px 34px;
    margin-top: 6px;
    display: flex !important;
    gap: 14px;
    align-items: center;
}

.get-in-touch-section-p{
  font-family: 'Poppins';
    font-size: 15px;
    padding-top: 10px;
    font-weight: 500;
}

.get-in-touch-section-h2{
  font-family: 'Quicksand';
  font-weight: 900;
  font-size: 37px;
}

.contact-deatils-btn-h-sec{
  display: flex;
  gap: 20px;
  justify-content: center;
}

.book-a-call-btn{
  background: #32aee4;
  border-radius: 6px;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 17px;
  padding: 12px 30px;
  margin-top: 18px;
  display: flex !important;
  gap: 14px;
  align-items: center;
}

.chat-with-us{
  background: #10c174;
  border-radius: 6px;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 17px;
  padding: 12px 30px;
  margin-top: 18px;
  display: flex !important;
  gap: 14px;
  align-items: center;
}



/*  */


.support-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 12px;
  margin: 30px 15px;
  width: auto;
  text-align: left;
  position: relative;
  border: 1px solid #e6e5e5;
}

.support-box h2 {
  font-size: 17px;
  margin: 0;
  font-family: 'Poppins';
  font-weight: 600;
  padding-bottom: 2px;
}

.support-box p {
  font-size: 14px;
  color: #555;
  font-family: 'Poppins';
}

.buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.btn {
  flex: 1;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border: none;
}

.chat-btn {
  background-color: #10c174;
  color: #ffffff;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
}

.call-btn {
  background-color: #32aee4;
  color: #ffffff;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
}


.expert-img {
  position: absolute;
  right: 2px;
  top: 30%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 3px solid white;
}


.support-box-mobile{
  display: none;
}

@media (max-width: 678px){

  .support-box-desktop{
    display: none;
  }

  .support-box-mobile{
    display: block;
  }

  .test-panel-sec {
    padding: 50px 0;
    padding-bottom: 20px;
}

}


@media (max-width: 428px) {
  .rr-title-animation {
      font-family: 'Quicksand';
      font-size: 44px;
  }

  .section-title-six h2 {
    font-size: 32px;
    line-height: 45px;
  }

  .top-client-testi {
    font-family: 'Quicksand';
    font-weight: 900;
    font-size: 14px !important;
    padding-left: 7px !important;
    padding-top: 0;
  }

  .great-company-h2-mobile{
    text-align: center;
    font-size: 29px !important;
  }


}

/*  */

.bg-dark-gray, .bg-dark-gray:focus {
  background-color: var(--dark-gray);
}

.separator-line-2px {
  height: 2px;
}

.services-pg-title{
  font-size: 80px;
  font-family: 'Quicksand';
  color: #3a3a3a;
  font-weight: 900 !important;
}

.position-relative {
  position: relative !important;
}

.z-index-2 {
  z-index: 2;
}

.absolute-middle-center {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.top-space-margin{
  padding-top: 90px;
  padding-bottom: 75px;
}

.pt-pages-circle-img{
  padding-top: 46px;
}

.w-25px {
  width: 25px !important;
}

.text-gradient-base-color {
  background-image: linear-gradient(to right, #32aee4, #19e089, #32aee4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.bg-base-color {
  background-color: #32aee4;
}

.h-1px {
  height: 1px !important;
}

.services-deatils-about{
  padding-left: 45px;
}

.services-details-h3{
  font-family: 'Poppins';
  font-weight: 600;
  padding-bottom: 12px;
  padding-top: 12px;
  line-height: 46px;
  font-size: 26px;
  margin-bottom: 0;
}

.services-details-h5{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 17px;
  color: #222222;
  padding-bottom: 10px;
  padding-top: 2px;
}

.trust-sec-services{
  padding: 16px 30px;
}

.text-dark-gray{
  color: #1d1d1d;
}

.icon-very-medium {
  font-size: 28px;
}

.trust-sec-services-div{
  gap: 18px;
}

.how-may-people-trusting{
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 500;
}

.fs-13 {
  font-size: 13px;
}

.services-detail-work-sec{
  padding-top: 12px;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 15px;
}

.text-decoration-line-bottom {
  border-bottom: 1px solid;
}


.services-deatils-content-sec{
    padding-top: 0;
    padding-bottom: 50px;
}


.features-services-deatils{
  display: flex;
  gap: 15px;
  padding-top: 27px;
}

.feature-box-content-p{
  font-family: 'Poppins';
  font-size: 13px;
  line-height: 26px;
  padding-top: 5px;
}

.features-sec-span-title{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 19px;
  padding-bottom: 8px;
}

.feature-we-provide-h3{
  font-family: 'Quicksand';
  font-weight: 900;
  font-size: 31px;
  line-height: 44px;
  padding-bottom: 5px;
  padding-top: 10px;
}

.feature-we-provide-p{
  font-size: 15px;
    font-family: 'Poppins';
}

.explore-btn-main-sec{
  display: flex;
  gap: 14px;
  font-family: 'Poppins';
  font-size: 17px;
  font-weight: 600;
}

.features-col-padding{
  padding: 3px 20px;
}

.feature-sec-main{
  background: #f6f4f366;
  padding: 65px 0;
}

.bg-linen {
  background: #f6f4f3;
}

.benefits-icon-div{
  width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.benefits-icon-div-main{
  display: flex;
  gap: 14px;
  align-items: center;
  font-family: 'Poppins';
  font-size: 16px;
  padding-bottom: 12px;
}

.fs-14{
  font-size: 14px;
}

.benefits-deatils-about{
  padding-right: 45px;
}

.benefits-p{
    font-family: 'Poppins';
    font-size: 18px;
    color: #000000;
}

.fs-13{
  font-size: 12px;
}

.benefits-icon-main-sec{
  padding-top: 10px;
}

.benefits-deatils-content-sec{
  padding: 50px 0;
}

.bg-dark-gray{
  background: #181717;
}

.connect-on-social-h6{
  font-size: 30px;
  font-family: 'Poppins';
  font-weight: 500;
}

.social-icon-services{
  list-style: none;
  display: flex;
  gap: 24px;
  font-size: 26px;
}

.clr-black{
  color: black;
}

.br-6{
  border-radius: 6px;
}

.testimonials-video-sec-main{
  padding: 30px 0;
  /* background: #f8f5f594; */
}


.get-in-touch-sec-div{
  padding: 60px 40px;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlap-section{
  margin-top: 65px;
}

.get-in-touch-div-sec{
  font-family: 'Quicksand';
  font-size: 30px;
  font-weight: 900;
  color: #ffffff;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.connect-on-social-h6-h{
  font-size: 24px;
    font-family: 'Poppins';
    font-weight: 500;
}

.icon-connect-with-us{
  width: 50px;
}


.technologies-h2{
  padding-bottom: 60px;
}


.technologies-img {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  cursor: pointer;
}

.technologies-img:hover {
  transform: scale(1.1);
}


.country-network-h5{
    font-family: 'Poppins';
    font-weight: 500;
    color: white;
    padding-bottom: 10px;
    font-size: 18px;
}

.footer-contact-details-ul{
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

.contact-details-a{
  font-size: 18px;
  color: #ffffff;
  padding-left: 16px;
}

.contact-details-a:hover{
  color: #ffffff;
}

.contact-details-li{
  padding: 6px 0;
}

.footer-list-title-h3{
  font-size: 26px;
  font-family: 'Quicksand';
  font-weight: 900;
}


.video-section {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 72px 0px 60px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.vis-m-logo {
  background: #ffffff;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 30px;
}

.school-highlighted-sec {
  font-family: "Quicksand";
  font-size: 41px;
  line-height: 54px;
  font-weight: 700;
}

.school-highlighted-p {
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 500;
  padding-top: 19px;
}




/*  */
/*  */
/*  */




.banner__area {
  padding-top: 70px;
  padding-bottom: 900px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__area {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.banner__area .project-section__shape__wrap {
  top: 84px;
}


@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__content h1 {
    font-size: 130px;
    line-height: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__content h1 {
    font-size: 100px;
    line-height: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__content h1 {
    font-size: 130px;
    line-height: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__content h1 {
    font-size: 95px;
    line-height: 115px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content h1 {
    font-size: 70px;
    line-height: 90px;
  }
}
@media (max-width: 575px) {
  .banner__content h1 {
    font-size: 48px;
    line-height: 75px;
  }
}
.banner__content h1 .arrow {
  padding-left: 74px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__content h1 .arrow {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content h1 .arrow {
    padding-left: 40px;
  }
}
@media (max-width: 575px) {
  .banner__content h1 .arrow {
    padding-left: 0;
  }
}
.banner__content h1 .arrow img {
  width: inherit;
}


.banner__content h1 .video {
  /* padding-left: 155px; */
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__content h1 .video {
    padding-left: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__content h1 .video {
    padding-left: 0;
  }
}
.banner__content h1 .video .title-video {
  /* max-width: 410px; */
  width: 100%;
  height: 140px;
  border-radius: 150px;
  object-fit: cover;
  transform: translate(0, 13px);
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__content h1 .video .title-video {
    max-width: 300px;
    height: 100px;
    border-radius: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content h1 .video .title-video {
    max-width: 250px;
    height: 80px;
    border-radius: 100px;
  }
}
@media (max-width: 575px) {
  .banner__content h1 .video .title-video {
    max-width: 300px;
    height: 100px;
    border-radius: 100px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__content h1 .solutions {
    font-size: 90px;
    line-height: 110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__content h1 .solutions {
    font-size: 70px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__content h1 .solutions {
    font-size: 62px;
    line-height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__content h1 .solutions {
    font-size: 49px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content h1 .solutions {
    font-size: 34px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .banner__content h1 .solutions {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 425px) {
  .banner__content h1 .solutions {
    font-size: 48px;
    line-height: 55px;
  }
}
@media (max-width:376px) {
  .banner__content h1 .solutions {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width:320px) {
  .banner__content h1 .solutions {
    font-size: 35px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__content h1 .brand {
    font-size: 130px;
    line-height: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__content h1 .brand {
    font-size: 100px;
    line-height: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__content h1 .brand {
    font-size: 100px;
    line-height: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__content h1 .brand {
    font-size: 82px;
    line-height: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content h1 .brand {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .banner__content h1 .brand {
    font-size: 32px;
    line-height: 45px;
  }
}
@media screen and (max-width: 425px) {
  .banner__content h1 .brand {
    font-size: 44px;
    line-height: 55px;
  }
}
@media (max-width:376px) {
  .banner__content h1 .brand {
    font-size: 42px;
    line-height: 45px;
  }
}
@media (max-width:320px) {
  .banner__content h1 .brand {
    font-size: 32px;
    line-height: 45px;
  }
}



/* Video Smooth End */

.technologies-sec-mobile{
  padding-bottom: 20px;
}


@media (max-width:578px) {
  .technologies-sec-mobile{
    width: 16%;
    padding: 12px;
    padding-bottom: 0;
  }

  .school-highlighted-sec {
    font-family: "Quicksand";
    font-size: 24px;
    line-height: 40px;
    font-weight: 900;
}

.school-highlighted-p {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  padding-top: 19px;
}

.book-a-call-btn {
  background: #32aee4;
  border-radius: 6px;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 15px;
  padding: 12px 16px;
  margin-top: 18px;
  display: flex !important;
  gap: 14px;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.why-personalised{
  font-size: 24px !important;
}

.chat-with-us {
  background: #10c174;
  border-radius: 6px;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 15px;
  padding: 12px 16px;
  margin-top: 18px;
  display: flex !important;
  gap: 14px;
  align-items: center;
}

}


@media (max-width:678px){

  .elevate-contact-sec{
    display: none;
  }

  .technologies-tab-view{
    padding-bottom: 10px;
    width: 15%;
  }

  .technologies-sec-main{
    justify-content: space-between;
  }

  .technologies-img {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
    width: 50px;
}

.technologies-sec-main-div{
  margin-top: 0;
}

}


.rotate-infinite-2 {
  animation: rotate-infinite-2 15s linear infinite;
}

.p-relative {
  position: relative;
}

.tg-chose-3-star {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}

.tg-chose-3-rounded {
  display: inline-block;
  margin-left: 63px;
}

.tg-round-15 {
  border-radius: 15px;
}

.ml-60 {
  margin-left: 60px;
}


@keyframes rotate-infinite-2 {

0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
}

}


.powered-by-ai-h5 {
  font-size: 17px;
  font-weight: 500;
  font-family: Poppins;
}

.design-trip-h5 {
  font-weight: 700;
  line-height: 55px;
  font-size: 34px;
  font-family: Poppins;
}

.design-trip-p {
  font-family: Poppins;
  padding-top: 8px;
  font-size: 15px;
  line-height: 29px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  margin-bottom: 4px;
}


.it-course-shape-1 {
  position: absolute;
  right: 0;
}


.why-personalised {
  font-family: 'Quicksand';
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
}

.personalised-p {
  font-family: 'Poppins';
  text-align: center;
  font-size: 15px;
}


.support-div-sec{
  padding: 70px 0;
}

/* .elevate-business-sec{
  margin-top: 60px;
} */


.mb-85 {
  margin-bottom: 85px;
}

.tg-round-15 {
  border-radius: 15px;
}

.tg-about-thumb-2 {
  float: right;
  margin-right: -15px;
}

.tg-about-content {
  margin: 0 20px;
  padding-top: 45px;
}


.about-us-title-h2 {
  font-family: 'Poppins';
  line-height: 50px;
}

.get-starterd-btn{
  display: flex;
  justify-content: center;
}


.about-us-title-p {
  font-size: 16px;
  color: #353844;
  font-weight: 400;
}

.process-area{
  padding: 50px 0;
}

.personalized-career-sec{
  padding: 50px 0;
}

.team-sec{
  padding: 50px 0;
}

.call-now-btn-i{
  background: #0CBE7E;
  width: 55px !important;
  height: 55px !important;
  line-height: 55px !important;
  border-radius: 50%;
}


/*  */
/*  */

@keyframes typewriter {
  from {
      width: 0%;
  }
  to {
      width: 100%;
  }
}

.typewriter {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation: none;
}

.typewriter span {
  color: #2bb2ec; /* Customize span color */
}

/* Optional: Blinking Cursor Effect */
@keyframes blink {
  50% {
      border-color: transparent;
  }
}


.br-12{
  border-radius: 12px;
}


@media (max-width: 628px) {
  .desktop-view{
    display: none;
  }
}

.counter-section{
  padding: 50px 0;
}


.coundown {
  position: relative;
  display: flex;
  flex-direction: row;
  border: 1px dashed #b2b1b1;
  box-shadow: 6px 6px 0px 0px #10c1744d;
  padding: 28px 15px;
  border-radius: 15px;
  text-align: center;
}

.odometer{
  font-size: 40px !important;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 3px;
}

.odometer-icon{
  font-size: 23px;
  font-family: 'Poppins';
  font-weight: 900;
  color: #000000;
  margin-top: -8px;
}

.counter-name-p{
  font-size: 18px;
  font-family: 'Poppins';
  padding-top: 2px;
  font-weight: 500;
}

.counter-sect-title-h2{
  font-family: 'Poppins';
  font-size: 25px;
  font-weight: 600;
}

.counter-btn{
  font-size: 18px !important;
  padding: 10px 26px !important;
}

.counter-sec-content{
  padding-left: 15px;
}

/*  */

.wave-title {
  font-size: 3rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  gap: 5px;
  overflow: hidden;
}
.wave-title span {
  display: inline-block;
  transform: translateY(50px);
  opacity: 0;
}

.counter-section{
  background: #edf8ff;
}


/* Support Sec */

.about__img {
  position: relative;
}

.about__img img:nth-child(3) {
  position: absolute;
  width: 244px;
  height: 285px;
  right: 0;
  top: 0;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -o-border-radius: 38px;
  -ms-border-radius: 38px;
  border-radius: 38px;
  object-fit: cover;
}


.about__img img:nth-child(2) {
  position: absolute;
  width: 175px;
  height: 163px;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  object-fit: cover;
}

.reliable-support-sec{
  padding: 70px 0;
}

.list-wrap {
  font-size: 17px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  color: #1b1b1b;
  font-weight: 500;
}

.about__list-box-wrap {
  border-right: 1px solid #e3e3e3;
  padding-right: 15px;
}


.about__content-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px 25px;
  padding-top: 0;
}

.experience__box {
  background: #2bb2ec;
  padding: 23px 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  margin: 10px 0px;
  font-family: 'Poppins';
}

.experience__box .title {
  font-size: 42px;
  margin-bottom: 0;
  line-height: 0.8;
  color: #ffffff;
  font-weight: 800;
}

.experience__box span {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
  position: relative;
}

.experience__box span::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 46px;
  background: #ffffff;
}

.start-rating{
    color: #ffd700;
}

.clients-rating{
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  font-family: poppins;
}

.p-arrow-r {
  padding-right: 15px;
}

img, svg {
  vertical-align: middle;
}


/*  */
/*  */

.ml9 {
  position: relative;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 0px;
  font-family: 'Quicksand';
}

.ml9 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml9 .letter {
  transform-origin: 50% 100%;
  display: inline-block;
  line-height: 1em;
}


.highlighted-text-title{
  background: #2bb2ec !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}




@media (max-width: 991px) {

  .mobile-view-50{
    width: 33%;
  }

  .odometer {
    font-size: 34px !important;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 3px;
  }

  .counter-name-p {
    font-size: 16px;
    font-family: 'Poppins';
    padding-top: 2px;
}

.technologies-sec-mobile {
  width: 16%;
}

}


@media (max-width: 530px) {

  .mobile-view-50{
    width: 50%;
  }

  .coundown {
    position: relative;
    display: flex;
    flex-direction: row;
    border: 1px dashed #b2b1b1;
    box-shadow: 6px 6px 0px 0px #10c1744d;
    padding: 15px 15px;
    margin-bottom: 26px;
    border-radius: 15px;
    text-align: center;
}

.odometer {
  font-size: 25px !important;
  font-family: 'Poppins';
  font-weight: 600;
  margin-bottom: 3px;
}

.odometer-icon {
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 900;
  color: #000000;
  margin-top: -8px;
}

.right-arrow-img{
  rotate: 90deg;
  margin-bottom: 18px;
  text-align: center;
}

.counter-sect-title-h2 {
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: 600;
}

.video-button{
  display: none;
}

.testi-top-h4 {
  font-family: 'Quicksand';
  font-weight: 900;
  margin-top: 14px;
  font-size: 24px;
}

.powered-by-ai-h5 {
  font-size: 17px;
  font-weight: 500;
  font-family: Poppins;
  padding-top: 38px;
}

.design-trip-h5 {
  font-weight: 700;
  line-height: 43px;
  font-size: 24px;
  font-family: Poppins;
}


.video-section {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 72px 0px 60px 0px;
  margin-top: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.elevate-business-sec-mt{
  margin-top: 0 !important;
}


}


@media (max-width: 767.98px) {
  .about__img img:nth-child(3) {
      width: 151px;
      height: 175px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -o-border-radius: 25px;
      -ms-border-radius: 25px;
      border-radius: 25px;
  }
}

@media (max-width: 767.98px) {
  .about__img img:nth-child(2) {
      width: 110px;
      height: 103px;
      -webkit-border-radius: 22px;
      -moz-border-radius: 22px;
      -o-border-radius: 22px;
      -ms-border-radius: 22px;
      border-radius: 22px;
  }

  .lets-talk-btn {
    width: 88%;
    border-radius: 6px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 17px;
    padding: 12px 52px;
    margin-top: 25px;
    display: flex !important;
    gap: 14px;
    align-items: center;
}

}



@media (min-width: 628px) and (max-width: 991px) {
  .about-us-img-tab-none{
    display: none;
  }

  .school-highlighted-sec {
    font-family: "Quicksand";
    font-size: 39px;
    line-height: 54px;
    font-weight: 700;
}

.why-us-para {
  font-family: 'Poppins';
  font-size: 11px;
  line-height: 26px;
  color: #000000;
}

.contact-title-h2 {
  font-family: 'Quicksand';
  font-size: 25px !important;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 40px !important;
}

.about__img img:nth-child(3) {
  width: 178px;
  height: 229px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

.about__img img:nth-child(2) {
  width: 136px;
  height: 124px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -o-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
}

.powered-by-ai-h5 {
  font-size: 17px;
  font-weight: 500;
  font-family: Poppins;
  margin-top: 38px;
}

.right-arrow-img{
  rotate: 90deg;
  padding: 25px 0;
}

.buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  justify-content: center;
}

.counter-sec-content {
  padding-left: 15px;
  text-align: center;
}

.lets-talk-btn {
  width: 100% !important;
  border-radius: 6px;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 17px;
  padding: 12px 15px;
  margin-top: 25px;
  display: flex !important;
  gap: 14px;
  align-items: center;
}

.project-section-2__dec {
  font-family: 'Poppins';
  font-size: 11px;
  font-weight: 400;
  line-height: 30px;
  color: #131313;
}

}




/*  */
/*  */
/*  */


.testimonial-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 50px;
}

.testimonial {
  position: relative;
  cursor: pointer;
}

.testimonial img {
  width: 100%;
  border-radius: 10px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 13px 18px;
  border-radius: 50%;
  font-size: 20px;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal-content {
  position: relative;
  background: white;
  padding: 20px;
  width: 60%;
  text-align: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal video {
  width: 70%;
  max-height: 400px;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 25px;
  cursor: pointer;
}

.navigation {
  margin: 10px 0;
}

.navigation button {
  font-size: 20px;
  padding: 5px 10px;
  cursor: pointer;
}

.thumbnails {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.thumbnails img {
  width: 60px;
  cursor: pointer;
  border-radius: 5px;
  opacity: 0.7;
}

.thumbnails img:hover {
  opacity: 1;
}

.video-testimonials-main-sec{
  padding: 30px 0;
}


.desktop-none{
  display: none;
}


@media (max-width: 628px){

  .mobile-view{
    display: block !important;
  }

  .right-arrow-sec{
    display: flex;
        text-align: center;
        justify-content: center;
        rotate: 90deg;
        margin-bottom: 18px;
        text-align: center;
  }

  .mobile-none-sec{
    display: none;
  }

  .counter-sec-content {
    padding-left: 0;
    text-align: center;
}

.buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  justify-content: center;
}


.how-do-we-h2{
  font-family: 'Quicksand';
  font-size: 32px;
}

}

.mobile-view-h2{
  display: none;
}

@media (max-width: 628px){

  .desktop-view-h2 {
    display: none;
  }

  .mobile-view-h2{
    display: block;
  }

  .technologies-h2{
    padding-bottom: 25px;
  }

  .ml9 {
    position: relative;
    font-size: 35px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 0px;
    font-family: 'Quicksand';
  }

  .modal-content {
    position: relative;
    background: white;
    padding: 20px;
    width: 80%;
    text-align: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.thumbnails {
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  overflow-x: scroll;
  margin-top: 20px;
}

.thumbnails img {
  width: 60px;
  cursor: pointer;
  border-radius: 5px;
  opacity: 0.7;
  padding-bottom: 8px;
}

.navigation {
  display: none;
}

}

.mobile-view-h2-title{
  font-family: 'Quicksand';
    font-size: 32px !important;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 39px !important;
}

/*  */
/*  */
/*  */
/*  */

#modalVideo {
  width: 100%;
  max-width: 600px;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.fade-out {
  opacity: 0;
}

.fade-in {
  opacity: 1;
}

.thumbnail-container::-webkit-scrollbar {
  height: 5px; /* Adjust as needed */
}

.br-12{
  border-radius: 12px;
}

.client-projects-main-sec{
  padding: 50px 0;
}


.highlighted-span{
  background: #2bb2ec;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}



/* Slider TyeWriter */


.line {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 0; /* Start hidden */
}


/* Typing animation */
@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}

/* Blinking cursor animation */
@keyframes blink-caret {
  from, to { border-color: transparent; }
  50% { border-color: orange; }
}

.text-black{
  color: #000000 !important;
}




.mobile-title{
  display: none;
}

@media (max-width: 628px){

  .mobile-title{
    display: block;
  }

  .desktop-title{
    display: none;
  }

  .mobile-none{
    display: none;
  }

}


.mgdestn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.mgdestn {
  width: 20%;
  height: 70px;
}

.ecpl_rbx {
  width: 31%;
  background: #F6FBFF;
  border: 1px solid #2196F3;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
}

.ecpl_rbx {
  width: 32.333%;
  background: rgb(255 255 255);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.7px);
  -webkit-backdrop-filter: blur(2.7px);
  border-radius: 10px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.htlnking a {
  color: #000;
  text-decoration: none;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

._pckgdscrptn {
  width: 76%;
  display: flex;
  flex-flow: column;
}

.htlnking {
  font-size: 13px;
  color: #fff;
}

._pckgdscrptn h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.htlnking a {
  color: #000;
  text-decoration: none;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.p-lh-sec{
  line-height: 18px;
  font-weight: 400;
  font-family: 'Poppins';
}

._polrdestnbx {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}


.offers-sec{
  padding: 50px 0;
}


@media (max-width: 628px) {
  .ecpl_rbx {
      width: 100% !important;
      background: rgba(246, 246, 228, 0.22);
      border-radius: 16px;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(2.7px);
      -webkit-backdrop-filter: blur(2.7px);
      border-radius: 10px;
      padding: 5px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 15px;
  }

  .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 13px;
    font-family: 'Poppins';
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.accordion-button:not(.collapsed) {
  color: #052c65;
  font-size: 16px;
  font-weight: 500;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-body {
  padding: 1rem 1.25rem;
  font-family: 'Poppins';
  font-size: 14px;
}

}


.mobile-view-title{
  display: none;
}

@media (max-width: 628px) {
  .mobile-view-title {
    display: block;
  }

  .desktop-view-title{
    display: none;
  }

  .mobile-view-none{
    display: none;
  }

}


ul.mobile-bottom-bar{
  display: none;
}

@media (max-width: 767px) {
    ul.mobile-bottom-bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9;
        align-items: center;
        background: #10c174;
        width: 100%;
        justify-content: space-between;
        padding: 10px 10px;
        margin-bottom: 0px;
    }

    ul.mobile-bottom-bar li:nth-child(1) {
      width: 40%;
    }

    ul.mobile-bottom-bar li:nth-child(2) {
      width: 42%;
  }

  ul.mobile-bottom-bar li {
    position: relative;
    list-style: none;
  }


ul.mobile-bottom-bar li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

ul.mobile-bottom-bar li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

ul.mobile-bottom-bar li:nth-child(1) a img {
  margin-left: 3px;
  width: 30px;
}

ul.mobile-bottom-bar li:nth-child(3) a img {
  width: 30px;
}

ul.mobile-bottom-bar li:nth-child(2) a img {
  margin-right: 8px;
  width: 18px;
}

.border-right-footer{
  border-right: 1px solid white;
}

}


@media (max-width: 420px) {
  .country-network-h5 {
    font-family: 'Poppins';
    font-weight: 500;
    color: white;
    padding-bottom: 10px;
    font-size: 16px;
}

ul.mobile-bottom-bar li a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

}



   /* Popup Styles */
   #popupContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .popup-content {
    width: 100%;
    max-width: 600px;
    height: 100vh;
    background: #111;
    overflow-y: auto;
    padding: 10px;
    border-radius: 12px;
  }

  .video-box {
    width: 100%;
    height: 100vh;
    /* overflow: hidden; */
    border-radius: 12px;
    background-color: #222;
    margin-bottom: 10px;
  }

  video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .close-popup {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 45px;
    color: #000000;
    cursor: pointer;
    background: white;
    padding: 8px 12px;
    padding-bottom: 10px;
    border-radius: 5px;
  }



  /*  */
  /*  */
  /*  */
  /*  */


  /* General styling */
.testimonials-video-slider {
  display: flex;
  overflow-x: auto;
  gap: 15px;
}

.slide {
  position: relative;
}

.testimonial img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  cursor: pointer;
}





/* Desktop-specific styles */
.desktop-video-testimonials {
  display: block;
}

.mobile-video-testimonials {
  display: none;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
  .desktop-video-testimonials {
    display: none;
  }

  .mobile-video-testimonials {
    display: block;
  }

  .testimonials-video-slider {
    display: block;
  }

  .slide {
    margin-bottom: 20px;
  }

  .testimonial img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    cursor: pointer;
  }

  .popup-content {
    display: flex;
    gap: 15px;
    flex-direction: column;
  }

  .video-box video {
    width: 100%;
    height: 100%;
  }

  #popupContainer {
    display: none;
  }
}

/* For the modal (desktop and mobile) */
.modal {
  display: none; /* Hide modal by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  width: 80%;
  max-width: 800px;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  color: #000;
  cursor: pointer;
}

/* Thumbnails inside modal */
.thumbnails {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  margin-top: 10px;
}

.thumbnails .thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
}

@media (max-width: 628px) {
  
  .popup-content {
    width: 100%;
    max-width: 500px;
    /* height: 85vh; */
    background: #111;
    overflow-y: auto;
    padding: 10px;
    border-radius: 12px;
}

.close-popup {
  position: absolute;
  top: 12px;
  right: 19px;
  font-size: 36px;
  color: #000000;
  cursor: pointer;
  background: white;
  padding: 0px 8px;
  padding-bottom: 4px;
  border-radius: 5px;
  z-index: 999999;
}

}


.feature-points{
  display: flex;
  gap: 15px;
}

.feature-span{
  font-size: 15px;
  font-weight: 500;
  font-family: 'Poppins';
  color: #0e0e0e;
}

.about-us-h2{
  font-family: 'Poppins';
  font-size: 36px;
  font-weight: 600;
  line-height: 52px;
  padding: 8px 0;
}

.sub-title-span-about{
  font-family: 'Poppins';
  background: #eeeeee;
  padding: 5px 20px;
  border-radius: 23px;
  font-size: 13px;
  color: #000;
  font-weight: 500;
}

.p-30px {
  padding: 30px !important;
}

.p-8 {
  padding: 8% !important;
}

.about-us-points-p{
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 400;
}

.about-us-points-span{
  padding-top: 22px;
  padding-bottom: 15px;
  font-family: 'Poppins';
}

.about-us-feature-box{
  text-align: center;
}

.about-side-col-span{
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 22px;
  line-height: 40px;
  text-transform: capitalize;
}

.bg-very-light-green {
  background-color: #ebf3ed;
}

.border-radius-10px{
  border-radius: 10px;
}

.bg-base-color-green{
  background: #0CBE7E ;
}

.call-number-about{
  color: #ffffff;
  font-family: 'Poppins';
  font-weight: 600;
}

.bg-very-light-green {
  background-color: #ebf3ed;
}

.about-sec-points-div{
  padding-top: 0;
}

.about-us-sec{
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-us-p{
  font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
}



/* About Us Css */

.mb-5 {
  margin-bottom: 5% !important;
}

.ps-20px {
  padding-left: 20px !important;
}

.pe-20px {
  padding-right: 20px !important;
}

.opacity-2 {
  opacity: 0.2;
}

.mission-sec-fs{
  font-size: 85px;
  line-height: 85px;
  font-family: 'Poppins';
}

.text-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #ffffff;
}

.text-outline, .text-outline-width-1px {
  -webkit-text-stroke-width: 1px;
}

.text-outline-color-dark-gray {
  -webkit-text-stroke-color: #1d1d1d;
}

.pt-25 {
  padding-top: 25% !important;
}

.border-radius-100px {
  border-radius: 100px !important;
}

.ls-05px {
  letter-spacing: 0.5px !important;
}

.fs-12 {
  font-size: 12px;
}

.fw-500 {
  font-weight: 500 !important;
}

.vision-sec-title-h3{
  font-family: 'Poppins';
  font-size: 30px;
  line-height: 44px;
  font-weight: 600;
}

.mt-23 {
  margin-top: 23% !important;
}

.btn.btn-expand-ltr.btn-large span {
  width: 50px;
  height: 50px;
}

.bg-base-color, .header-cart-icon .cart-count {
  background-color: #32aee4;
}

.btn.btn-expand-ltr span {
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn.btn-expand-ltr {
  position: relative;
  z-index: 1;
}

.btn.btn-expand-ltr.btn-large {
  padding: 14px 26px;
  font-family: 'Poppins';
  font-size: 17px;
  font-weight: 600;
  color: #000000;
}

.btn.btn-expand-ltr:hover span {
  width: 100% !important;
}

.mission-vision-title-div{
  font-family: 'Poppins';
}

.mission-vision-p{
  font-size: 14px;
  font-family: 'Poppins';
  color: #000000;
  font-weight: 400;
}

.mission-vision-sec-point-span{
  font-family: 'Poppins';
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  padding-top: 20px;
}

.mission-vision-p{
  font-size: 15px;
  color: #474747;
  font-weight: 400;
}

.border-bottom-1px{
  border-bottom: 1px solid #d2d1d1;
}

.border-right-1px{
  border-right: 1px solid #d2d1d1;
}

.empowering-businesses-main{
  padding: 50px 0;
}

.about-contact-strip{
  display: flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-family: 'Poppins';
}

.about-contact-strip-main-div{
  margin-bottom: 0;
}

.clients-project-thumbnail{
  border: 1px solid #eaeaea94;
  background: #eaeaea94;
  padding: 10px;
  border-radius: 6px;
}

.br-6{
  border-radius: 6px;
}

.expertise-h3{
  font-family: 'Quicksand';
  font-size: 38px;
  font-weight: 900;
  line-height: 55px;
  margin-bottom: 10px;
  margin-top: 12px;
}


.ai-tools-card {
  border-radius: 24px;
  border: 1px solid rgba(72, 69, 78, .5);
  /* background: rgba(16, 20, 21, .5); */
  isolation: isolate;
  position: relative;
  padding: 25px;
  background-image: url('../images/about/pricing-5-card-line.png');
}

.clr-neutral-90 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 18px;
  padding-top: 0;
}

.clr-neutral-p{
  font-size: 14px;
  font-family: 'Poppins';
  line-height: 28px;
  padding-top: 0;
}

.ai-tools-section{
  padding: 50px 0;
}

.why-itarsia-figure{
  border-color: rgb(60, 60, 119);
  border-image: initial;
  background: rgb(30 30 66 / 8%);
  padding: 15px;
  border-radius: 12px;
}

.why-itarsia-div{
  padding-right: 25px;
}

.seo-marketing-h3{
  font-family: 'Quicksand';
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 28px;
  margin-top: 12px;
}

.divider-style-03.divider-style-03-01 {
  border-top: 1px solid;
  width: 100%;
}

.mb-20px {
  margin-bottom: 20px !important;
}

.mt-20px {
  margin-top: 20px !important;
}

.why-itarsia-p{
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
}

.seo-marketing-sec{
  padding: 50px 0;
}

.text-blue-base-color{
  color: #2bb2ec;
  font-family: 'Poppins';
}



/* Services Page Css */

.optimized-title-h4{
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.optimized-p{
  font-family: 'Poppins';
  font-size: 15px;
  padding-bottom: 15px;
}


.feature-inline {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.optimized-sec{
  padding: 50px 0;
}


.how-dynamic-website-h3{
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 34px;
  padding-bottom: 10px;
}

.how-dynamic-website-p{
    font-size: 16px;
    color: #404040;
    font-weight: 500;
}

.how-ul-li{
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 10px;
  font-family: poppins;
}

.border-dashed {
  border: dashed;
}

.key-feature-p{
  font-family: 'Poppins';
  font-size: 14px;
}

.key-feature-h6{
  font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 5px;
}

.how-our-dynamic {
  padding: 50px 0;
}

.digital-era-p{
  font-family: 'Poppins';
  font-size: 15px;
  margin-bottom: 8px;
}

.impact-sec-main {
  margin: 0;
  background: #32aee4;
  padding: 30px 0;
  color: white;
  font-family: 'Quicksand';
  font-weight: 900;
  font-size: 28px;
  line-height: 46px;
  text-align: center;
}


.get-in-touch-services-sec{
  text-align: center;
  background: #ffffff91;
  padding: 25px 0;
  border-radius: 24px;
}

.services-deatils-content-sec-main{
  padding: 70px 0;
  background-position-y: center;
      margin-top: 18px;
}

.free-consultation-span{
  border-color: rgb(60, 60, 119);
  border-image: initial;
  background: rgb(255 255 255 / 65%);
  padding: 8px 18px;
  border-radius: 6px;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
}

.ecommerce-sec-features{
  margin-bottom: 30px;
}

.check-sign-what-we-provide{
     width: 25px !important;
     height: 25px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50%;
    background: #f6f4f3;
}

.what-we-provide-div-sec{
  display: flex;
  align-items: center;
  gap: 13px;
}

.what-we-do-h6-ecomm{
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 5px;
}

.what-we-do-main-col{
  margin-top: 15px;
}


.cms-sec-features{
  display: flex;
}

.cms-sec-h4{
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 18px;
  padding-top: 20px;
}

.cms-sec-p{
  font-size: 14px;
  font-family: 'Poppins';
  line-height: 28px;
  padding-top: 0;
}

.left-side-col-img{
  width: 300px;
}

.cms-solution-p{
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 10px;
  font-family: poppins;
}

.view-pricing-business-div{
  display: flex;
  justify-content: center;
}

.view-pricing-business-div a{
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins';
  margin-bottom: 15px;
}

.img-business-main{
  border-color: rgb(60, 60, 119);
  border-image: initial;
  background: rgb(30 30 66 / 8%);
  padding: 0px;
  border-radius: 12px;
}

.business-website-p{
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 400;
  padding-bottom: 14px;
  margin-bottom: 0;
}

.seo-marketing-p{
  font-family: 'Poppins';
  font-size: 15px;
}

.seo-marketing-p-col-4{
  font-family: 'Poppins';
  font-size: 15px;
}

.seo-marketing-details-h3 {
  font-family: 'Poppins';
  font-weight: 600;
  padding-bottom: 5px;
  padding-top: 0;
  line-height: 46px;
  font-size: 22px;
  margin-bottom: 0;
}

.text-poppins{
  font-family: 'Poppins';
}


.bg-linen {
  background-color: #fdedea;
}

.mobile-app-p{
  font-size: 15px;
  font-family: 'Poppins';
  margin-bottom: 5px;
  margin-top: 12px;
}



@media (max-width: 628px) {

  .services-pg-title {
    font-size: 40px;
    font-family: 'Quicksand';
    color: #3a3a3a;
    font-weight: 900 !important;
    padding-bottom: 30px;
  }

  .pt-pages-circle-img {
    padding-top: 0;
    display: none;
  }

  .services-deatils-about {
    padding-left: 15px;
    padding-top: 12px;
  }

  .top-space-margin {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .services-details-h3 {
    font-family: 'Poppins';
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 2px;
    line-height: 32px;
    font-size: 19px;
    margin-bottom: 0;
  }

  .services-details-h5 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    color: #222222;
    padding-bottom: 10px;
    padding-top: 2px;
    line-height: 31px;
  }

  .about-us-p {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
  }

  .trust-sec-services {
    padding: 16px 16px;
  }

  .how-may-people-trusting {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
  }

  .services-deatils-content-sec {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .mobile-view-h2-title {
    font-family: 'Quicksand';
    font-size: 30px !important;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 44px !important;
  }

  .services-icon-div{
    width: 40px;
  }

  .impact-sec-main {
    margin: 0;
    background: #32aee4;
    padding: 30px 0;
    color: white;
    font-family: 'Quicksand';
    font-weight: 900;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
  }

  .personalised-p {
    font-family: 'Poppins';
    text-align: center;
    font-size: 14px;
  }

  .what-we-do-h6-ecomm {
    font-family: 'Poppins';
    font-size: 10px;
    font-weight: 500;
    padding-top: 3px;
    padding-bottom: 0px;
  }

  .what-we-do-main-col {
    margin-top: 15px;
    width: 50%;
  }

  .what-we-provide-div-sec {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .check-sign-what-we-provide {
    width: 20px;
    height: 20px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50%;
    background: #f6f4f3;
  }

  .fs-13 {
    font-size: 10px;
  }

  .vision-sec-title-h3 {
    font-family: 'Poppins';
    font-size: 26px;
    line-height: 44px;
    font-weight: 600;
  }

  .mobile-app-p {
    font-size: 14px;
    font-family: 'Poppins';
    margin-bottom: 5px;
    margin-top: 12px;
  }

  .mobile-flex-col-reverse{
    display: flex;
    flex-direction: column-reverse;
  }

  .about-contact-strip {
    display: flex;
    padding: 14px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
  }

  .how-dynamic-website-h3 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    line-height: 44px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .how-dynamic-website-p {
    font-size: 14px;
    color: #404040;
    font-weight: 500;
  }

  .how-ul-li {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    font-family: poppins;
  }

  .services-deatils-content-sec-main {
    padding: 50px 0;
    background-position-x: center;
  }

  .benefits-deatils-about {
    padding-right: 15px;
  }

  .book-consultation-h3{
    font-family: 'Poppins';
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 38px;
    font-size: 24px;
    margin-bottom: 0;
  }

  .benefits-p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #000000;
  }

  .cms-sec-features {
    display: flex;
    flex-wrap: wrap;
  }

  .second-line-title-div{
    padding-top: 0 !important;
  }

  .cms-sec-h4 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 22px;
    padding-top: 20px;
    line-height: 32px;
  }

  .cms-sec-p {
    font-size: 15px;
    font-family: 'Poppins';
    line-height: 28px;
    padding-top: 0;
  }

  .services-deatils-img{
    padding-bottom: 20px;
  }

  .benefits-icon-div-main {
    display: flex;
    gap: 14px;
    align-items: center;
    font-family: 'Poppins';
    font-size: 15px;
    padding-bottom: 12px;
}


.ai-tools-card {
  border-radius: 24px;
  border: 1px solid rgba(72, 69, 78, .5);
  /* background: rgba(16, 20, 21, .5); */
  isolation: isolate;
  position: relative;
  padding: 25px;
  background-image: url(../images/about/pricing-5-card-line.png);
  text-align: left !important;
  margin-bottom: 25px !important;
}

.view-pricing-business-div a {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins';
  margin-bottom: 10px;
}

.why-itarsia-p {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
}

.maintenance-marketing-h3{
  font-family: 'Quicksand';
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 28px;
  margin-top: 12px;
}

}


.second-line-title-div{
  padding-top: 20px;
}

.industries-we-serve-h2{
    font-family: 'Quicksand';
    padding-top: 0;
    padding-bottom: 8px;
    font-size: 38px;
    font-weight: 900;
}

.industries-we-serve-p{
  font-family: 'Poppins';
  font-size: 15px;
}

.industries-main-col{
  margin-top: 8px;
}


.ps-35px {
  padding-left: 35px !important;
}

.pb-20px {
  padding-bottom: 20px !important;
}

.pt-20px {
  padding-top: 20px !important;
}

.why-choose-itarsia-padding{
  padding: 50px 0;
}

.why-choose-us-p{
  font-family: 'Poppins';
  font-size: 16px;
}

.why-us-span-fs{
  font-family: 'Poppins';
  font-size: 20px;
}

.features__offer {
  background-color: #F8F4EE;
  border-radius: 100px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins';
  margin-bottom: 50px;
}

.features__offer span {
  display: inline-block;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #04121f;
  background-color: #FFD584;
  border-radius: 20px;
  padding: 2px 25px;
  margin-right: 15px;
}

.features__offer p a {
  font-weight: 600;
  font-size: 16px;
  color: #2cae76;
  position: relative;
}

.services-main-sec{
  padding: 50px 0;
  background: #fcfbfbe3;
}

.faq-services{
  background: #f7f7ff;
  padding: 50px;
  border-radius: 16px;
}

.faq-services-h2{
  font-family: 'Poppins';
  font-weight: 600;
  padding-bottom: 14px;
  text-align: left;
}

.services-div-img{
  width: 25%;
  height: 100px;
}

.services-div-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.services-div-main-content{
  width: 72%;
  display: flex;
  flex-flow: column;
}

.readmore-btn-services{
  justify-content: start !important;
  font-size: 14px !important;
  padding-top: 2px !important;
}

.services-h5-a-title{
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 16px;
}

.services-main-div{
  gap: 22px 17px !important;
}


/* Pricing Page Css  */

.pricing-sec-main{
  padding: 60px 0;
}

.pricing-pg-logo{
  width: 35%;
}

.pricing-sec-box{
  display: flex;
  box-shadow: 10px 10px 0px 0px #32aee447;
  border-radius: 24px;
  border: 1px solid rgb(186 185 186 / 50%);
  padding: 25px;
  background: #ffffff;
}

.pricing-page-h3{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
}

.pricing-page-h4-brac{
  padding-top: 40px;
  font-size: 18px;
  font-family: 'Poppins';
  font-weight: 400;
  color: #0f0f0f;
  text-align: center;
}

.paying-customer-p{
  margin-bottom: 0;
  padding-top: 18px;
  font-family: 'Poppins';
  font-weight: 600;
  background: linear-gradient(129deg, #78aac5 21.83%, #f3808e 47.14%, #fcb236 70.48%, #f7eea6 91.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.circle-sec-img{
  position: absolute;
  height: 99px;
  right: 24%;
}

.width-400{
  width: 400px;
}

.logo-sec-pricing{
  display: flex;
  justify-content: center;
}

@media (min-width: 1399px) and (max-width: 1800px) {
  header.style-5 .header-logo {
    max-width: 24%;
    object-fit: contain;
  }

  header.style-5 .main-nav ul li a {
    font-size: 16px;
    color: #262626;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    padding: 22px 0;
    position: relative;
    font-family: var(--font-work-sans);
    transition: 0.5s ease-out 0s;
    position: relative;
    font-family: 'Poppins';
  }

}

.pricing-sec-box-content-h4{
  padding-top: 15px;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  padding-bottom: 3px;
  text-align: center;
}

.pricing-sec-box-content-h4-sec{
  padding-top: 12px;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  padding-bottom: 2px;
  line-height: 40px;
  text-align: center;
}

.pricing-pg-bg-clr{
  background: linear-gradient(45deg, #f3e5df, #f3eeaf);
  padding: 40px;
  border-radius: 40px;
}

.what-set-us-apart-point{
  padding-top: 15px;
  padding-bottom: 15px;
}


/* Pricing Section  */

.pricing-card {
  background: white;
  padding: 30px 25px;
  border-radius: 16px;
  text-align: center;
}

.pricing-card h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.price {
  font-size: 40px;
  font-weight: bold;
}

.price span {
  font-size: 16px;
  color: #555;
}

.get-started {
  margin: 20px 0;
  padding: 10px 0;
  width: 100%;
  background-color: #f0ede9;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}

.features h3 {
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.features ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}


.pricing-card {
  position: relative;
  background: white;
  padding: 30px 16px;
  border-radius: 16px;
  text-align: center;
  border: 1px solid rgba(72, 69, 78, .5);
}

.badge {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #000;
  color: white;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 10px;
}

.pricing-card h2 {
  font-size: 16px;
  margin-bottom: 16px;
  font-family: 'Poppins';
  font-weight: 500;
  text-align: start;
}

.price {
  font-size: 45px;
  font-weight: 600;
  color: #1d1d1d;
  font-family: 'Poppins';
  text-align: left;
  padding-top: 12px;
  padding-bottom: 5px;
}

.price span {
  font-size: 16px;
  color: #555;
}

.get-started {
  margin: 15px 0;
  padding: 6px 0;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 8px;
  font-weight: 500;
  font-family: 'Poppins';
  font-size: 16px;
}

.get-started.dark {
  background-color: black;
  color: white;
}

.features h3 {
  font-size: 13px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-weight: 600;
  text-align: left;
}

.features ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}

.features li::before {
  content: "✔";
  color: black;
  margin-right: 8px;
}

.feature-economy-p{
  font-family: 'Poppins';
  font-size: 14px;
  text-align: left;
}

.pricing-list-h6{
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: left;
}

.check-sign-pricing-list{
  width: 22px;
  height: 22px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50%;
  background: #f6f4f3;
}

.economy-features-div{
  display: flex;
  align-items: center;
  gap: 10px;
}


.delivery-list-h6{
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 0;
  font-family: 'Poppins';
  line-height: 30px;
}

.tp-btnr-border-2 {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Poppins';
  text-align: center;
  color: #04121f !important;
  border-radius: 30px !important;
  padding: 8px 30px 8px 30px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 2px solid rgba(4, 18, 31, 0.1);
  margin-top: 15px;
}

.popular-tag{
  position: absolute;
  margin-top: -45px;
  right: 18px;
  background: #000000;
  color: #ffffff;
  padding: 0 18px;
  border-radius: 4px;
  font-family: 'Poppins';
  font-size: 14px;
}

.popular-border-highlighted{
  border: 2px solid #121212;
}


.highlighted-btn-choose{
  background: #2cae76;
  color: white !important;
  border: none;
}


.engaging-dynamic-sec{
  background: #f3f3f378;
}


.pricing-page-review-text{
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins';
}

.how-our-dynamic-pricing{
  background: #e4f9ee;
  padding: 50px 0;
}

.pricing-sec-h4{
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 16px;
  padding-top: 20px;
}


/* Contact Us */


.contact-form-style-03 input, .contact-form-style-03 textarea {
  outline: 0;
  border: none;
  border-bottom: 1px solid;
  background: 0 0;
}

.border-color-extra-medium-gray {
  border-color: #e4e4e4 !important;
}

.position-relative {
  position: relative !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.icon-extra-medium {
  font-size: 24px;
}

.contact-form-style-03 .form-group .form-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-us-input{
  font-family: 'Poppins';
  padding: 15px 25px;
  width: 100%;
  max-width: 100%;
}


.contact-form-style-03 input::placeholder,
.contact-form-style-03 textarea::placeholder {
  font-family: 'Poppins';
  padding: 12px 20px;
  color: #7d7c7c;
  font-size: 16px;
}

.select-contact-us{
  border: none;
    border-bottom: 1px solid rgb(228, 228, 228);
    width: 100%;
    max-width: 100%;
    font-family: 'Poppins';
    padding: 12px 20px;
    color: #7d7c7c;
    font-size: 16px;
    font-weight: 400;
    outline: none;
}

.contact-form-style-03 .form-group.form-textarea .form-icon {
  top: 10px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + var(--bs-border-width) * 2);
  height: 140px;
}


.box-shadow-double-large, .box-shadow-double-large-hover:hover {
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.p-6 {
  padding: 6% !important;
}


.say-hello-txt {
  font-size: 50px;
  font-family: poppins;
}

#hello-text {
  display: inline-block;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Optional: for highlight animation */
.text-highlight {
  background: #1d1d1d;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.get-in-touch-sec-main{
  padding-left: 35px;
}

.get-in-touch-text{
  font-size: 35px;
  font-family: 'Poppins';
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.contact-us-pg-details-li{
  color: #000000 !important;
  display: flex;
  gap: 15px;
  font-size: 15px;
  font-weight: 400;
  padding: 2px 0;
  font-family: 'Poppins';
}

.contact-us-pg-details-a{
  color: #000000 !important;
  display: flex;
  gap: 15px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 0;
}

.contact-us-footer-details{
  padding-left: 0;
}

.office-address{
  font-family: 'Poppins';
  padding-bottom: 16px;
  font-size: 20px;
}

.other-location-ul-pl-0{
  padding-left: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #eae9e9;
}

.contact-us-details-sec-main{
  padding: 70px 0;
}

.contact-us-li-icon{
  display: flex;
  list-style: none;
  gap: 25px;
  font-size: 22px;
  margin-bottom: 0;
  padding-left: 15px;
}

.connect-with-us-social{
  font-family: 'Poppins';
  font-size: 26px;
}

.connect-with-us-social-icon{
  margin-top: 70px;
  margin-bottom: 0;
}


.registration-form-h3{
  font-family: 'Poppins';
  font-size: 30px;
}

.registration-form-p{
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 26px;
}



.registration-input::placeholder {
  font-family: 'Poppins';
  padding: 12px 20px;
  color: #7d7c7c;
  font-size: 16px;
}

.registration-input{
  padding: 15px 10px;
  font-family: 'Poppins';
  font-weight: 500;
  margin-bottom: 5px;
}

.submit-now-btn-sec{
  background: #2bb2ec;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.3px;
  padding: 12px 35px;
  margin-top: 15px;
}



/*  */

@media (min-width: 728px) and (max-width: 1600px) {
  
  .popup-content {
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    height: 100%;
    overflow-x: hidden;
  }
  
  .video-box {
    scroll-snap-align: start;
    height: 100vh;
  }
  
  .video-box video {
    width: auto !important;
    height: 100%;
    object-fit: cover;
  }

}

  video::-webkit-media-controls-fullscreen-button {
    display: none !important;
  }

  video::-webkit-media-controls-enclosure {
    overflow: hidden;
  }


  @media (max-width: 628px) {
  
  video::-webkit-media-controls-fullscreen-button {
    display: block !important;
  }

  video::-webkit-media-controls-enclosure {
    overflow: visible;
  }

}

.process-sec-main{
  padding: 80px 0;
}

.process-p{
    font-size: 16px;
    color: #000000;
    line-height: 32px;
}

.process-pt-50{
    padding-top: 50px;
}

.want-to-knowm-more-btn{
    background: #32aee4;
    border-radius: 6px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 17px;
    padding: 12px 30px;
    align-items: center;
    color: #ffffff;
}

.pl-10{
  padding-left: 10px;
}

.services-needed-pl{
      padding-left: 20px;
}

.services-sec-details-p{
  font-family: 'Poppins';
    font-size: 15px;
}

.website-design-development-main-sec{
      padding: 80px 0;
}

.bg-white{
  background: #ffffff;
}

.post-title-a{
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #000000 !important;
}

.highlighted-link-text-a{
    color: #1c1c1c;
    text-decoration: underline;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 500;
}

.bg-light-cream{
  background: #fff4eb6e;
}

.website-design-development-sec-services{
  padding: 80px 0;
}

.recent-post{
      margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
}

.cons-text-about{
    font-family: 'Poppins';
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.website-design-dev-p{
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #676767;
}

.project-section-2__wrapper::after {
    content: "";
    display: block;
    height: 12vh;
}


.web-development-border-bottom{
      border-bottom: 1px solid #ebebeb;
}

.ecommerce-website-main-sec{
    padding: 80px 0;
    font-size: 16px;
    color: #474747;
    font-weight: 500;
}

.mobile-apps-development-company{
    padding: 80px 0;
    font-size: 16px;
    color: #474747;
    font-weight: 500;
}

.software-development-company-sec{
    padding: 80px 0;
    font-size: 16px;
    color: #474747;
    font-weight: 500;
}

.terms-and-conditions-sec{
     padding: 80px 0;
}

.terms-and-conditions-title-h4{
    font-family: 'Quicksand';
    padding-bottom: 12px;
    font-size: 36px;
}

.terms-and-conditions-p{
  font-family: 'Poppins';
  font-size: 15px;
  margin-bottom: 10px;
}

.message-h3{
    font-family: 'Poppins';
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
    padding: 8px 0;
}

.message-p{
    font-size: 16px;
    font-weight: 500;
    color: #505050;
}

.clientele-main-sec{
  padding: 60px 0;
  padding-bottom: 100px;
  background: #fdf8f3;
}

.clientele-sec-img img{
  width: 150px;
}

.clientele-sec-img{
    background: #fff;
    padding: 14px;
    border-radius: 14px;
    box-shadow: 0 19px 40px -10px #ffe0d2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e7e7;
}

.clientele-div-main{
    display: flex;
    flex-wrap: wrap;
    gap: 25px 16px;
}




@media (min-width: 1400px) and (max-width: 2000px) {
  
  .circle-sec-img {
    position: absolute;
    height: 99px;
    right: 29%;
}

}



/*  */


#cards {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(var(--numcards), var(--card-height));
  gap: var(--card-margin);
  padding-bottom: calc(var(--numcards) * var(--card-top-offset));
  margin-bottom: var(--card-margin);
}

#card-1 {
  --index: 1;
}

#card-2 {
  --index: 2;
}

#card-3 {
  --index: 3;
}

#card-4 {
  --index: 4;
}

.card {
  position: sticky;
  top: 20%;
  padding-top: calc(var(--index) * var(--card-top-offset));
}

.card-content {
  background: #ffffff;
  color: #131212;
  border-radius: 2rem;
  overflow: hidden;
  /* display: grid;
  grid-template-areas: "text img";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  align-items: stretch; */
  padding: 20px;
  display: flex;
}

.card-content > div {
  grid-area: text;
  place-self: center;
  text-align: left;
  /* display: grid; */
  place-items: start;
}

.card-content > figure {
  grid-area: img;
  overflow: hidden;
}

.card-content > figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .4em;
}

/* Animation */
@supports (animation-timeline: works) {

  @scroll-timeline cards-element-scrolls-in-body {
    source: selector(body);
    scroll-offsets:
      selector(#cards) start 1,
      selector(#cards) start 0
    ;
    start: selector(#cards) start 1;
    end: selector(#cards) start 0;
    time-range: 4s;
  }

  .card {
    --index0: calc(var(--index) - 1);
    --reverse-index: calc(var(--numcards) - var(--index0));
    --reverse-index0: calc(var(--reverse-index) - 1);
  }
  
  .card__content {
    transform-origin: 50% 0%;
    will-change: transform;

    --duration: calc(var(--reverse-index0) * 1s);
    --delay: calc(var(--index0) * 1s);

    animation: var(--duration) linear scale var(--delay) forwards;
    animation-timeline: cards-element-scrolls-in-body;
  }

  @keyframes scale {
    to {
      transform:
        scale(calc(
          1.1
          -
          calc(0.1 * var(--reverse-index))
        ));
    }
  }
}


.stacking-testimonial-panel{
    padding: 0 0;
    background: #f5f4f4ad;
}

.pl-0{
  padding-left: 0;
}


@media (max-width: 767px) {
  .card {
    position: sticky;
    top: 0 !important;
    padding-top: calc(var(--index) * var(--card-top-offset));
  } 

  .column-reverse-mobile{
    flex-direction: column-reverse !important; 
  }

  .project-section-2__thumb img {
    border-radius: 10px;
    /* height: 180px; */
    width: 100%;
    object-fit: cover;
  }

  .project-section-2__dec{
    margin-bottom: 4px; 
  }

  .client-designation {
    font-size: 16px;
    font-family: 'Poppins';
    font-style: italic;
    color: #9a9a9a !important;
    margin-bottom: 4px;
  }

}

.border-none{
  border: none  !important;
}

.br-24px{
  border-radius: 24px;
}


.stacking-testimonial-title-sec{
    padding: 80px 0;
    background: #f5f4f4ad;
}


@media (max-width: 400px) {

  .clientele-div-main {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 12px;
  }

  .clientele-sec-img {
    background: #fff;
    padding: 6px;
    border-radius: 14px;
    box-shadow: 0 19px 40px -10px #ffe0d2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e7e7;
  }

}

.highlighted-span-country{
    background: #1275AC;
    color: #ffffff;
    padding: 4px 14px;
    border-radius: 2px;
    margin-right: 5px;
    letter-spacing: 1px;
}

.view-more-btn {
    padding: 14px 30px;
    font-weight: 500;
    background: #1275AC;
    border: 1px solid #cfcfcf;
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 18px;
    margin-top: 45px;
}

.clientele-sec-img {
  transition: opacity 0.3s ease;
}

.view-more-btn:focus{
  box-shadow: none !important;
}


@media (min-width: 1700px) and (max-width: 2200px) {
  header.style-5 .main-nav ul li a {
    font-size: 22px;
    color: #262626;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    padding: 22px 10px;
    position: relative;
    font-family: var(--font-work-sans);
    transition: 0.5s ease-out 0s;
    position: relative;
    font-family: 'Poppins';
  }
}

.bg-gray-01{
    background-color: #ffffff !important;
    justify-content: space-evenly;
    gap: 16px;
    padding: 8px 0;
    padding-bottom: 5px;
}

.fixed-whatsapp-btn-bottom{
    display: flex;
    gap: 10px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 8px 15px !important;
    background: #10c174;
}

.fixed-email-btn-bottom{
    display: flex;
    gap: 10px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 8px 15px !important;
    background: #2bb2ec;
}

@media (max-width: 628px) {
    .about-us-h2 {
      font-family: 'Poppins';
      font-size: 26px;
      font-weight: 600;
      line-height: 45px;
      padding: 8px 0;
  }
}



.video-box {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-box iframe {
    height: 100%;
    width: 100%;
    max-height: 100vh;
}


@media (min-width: 1500px) and (max-width: 2000px) {

  .video-box {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

}



@media (max-width: 628px) {
  
  .video-box iframe {
    height: 82vh !important;
  }


  .video-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; /* Smooth iOS scroll */
    gap: 16px;
}

.video-slider::-webkit-scrollbar {
    display: none; /* Hide scrollbar on mobile */
}

.video-box {
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.video-box {
    width: 100%;
    height: 85vh;
    display: flex;
    justify-content: center;
    padding-top: 0;
}



}



@media (max-width: 991px) {
   header.style-5 .header-logo img {
    width: 100% !important;
    /* max-width: 118px; */
    margin: 0 auto;
  }
}

.banner-sec-main{
  overflow: hidden;
}

.banner-form-sticky{
    background: #ffffff;
    padding: 45px 30px;
    margin: 25px 0;
    margin-right: 20px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #ededed;
}

.banner-two-content{
  padding-left: 50px;
}

.write-message-textarea{
  min-height: 36px !important;
}

.banner-seec-form-title-h2{
    font-family: 'Poppins';
    font-weight: 600 !important;
    font-size: 16px !important;
    padding-bottom: 28px;
    text-transform: capitalize;
}

.send-resume-btn{
    padding: 10px 10px;
    border-radius: 6px;
    font-size: 15px;
    width: 380px;
    font-family: 'Poppins';
    margin-bottom: 20px;
}

.apply-to-position-main-sec{
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}

@media (max-width: 991px) {
  .send-resume-btn {
    padding: 10px 10px;
    border-radius: 6px;
    font-size: 14px;
    width: 380px;
    font-family: 'Poppins';
    margin-bottom: 20px;
}
}

.f-quicksand{
    font-family: 'Quicksand' !important;
}

.fw-900{
  font-weight: 900 !important;
}

.benefits-text-p{
  font-size: 15px !important;
}


@media (max-width: 728px) {
  
  .mobile-sec-none{
      display: none !important;
  }

  .banner-two-content{
    padding-left: 0;
  }

}

.banner-form-inner{
  margin-bottom: 14px !important;
}

.input-banner-sec{
  padding: 8px 12px;
}