@charset "UTF-8";
/*===========================
Project Name: Softro - SaaS, Software and Startup Template
Author: Egens Lab --> (https://www.egenslab.com/)
Support: https://www.account.egenslab.com/
Developer: Khadija Tasnim Khushi Moni --> hello@egenslab.com
Version: 1.0

01.COMMON CSS 
02. Mixins Css
03. Global Css
04. Header CSS
05. home1 Banner Section
06. About us section
07. home1 our work Section 
08. Home1 Portfolio Section CSS
09. Home3 Service Section CSS
10. Home1 blog Section CSS
11. Our service section CSS
12. Home1 Contact Section CSS
13. home1 testimonial section CSS
14. Home1 Partner Section CSS
15. Banner card section CSS
16. Case study section CSS
17. Home1 Footer Section CSS
18. Home1 Process Section CSS
19. Home2 Testimonial Section CSS
20. Home2 portfolio Section CSS
21. Home2 Banner Section CSS
22. Home2 our work CSS
23. Home2 Footer top section CSS
24. Home3 Banner Section CSS
25. Roadmap Section CSS
26. home3 service section CSS
27. Home3 Testimonial section CSS
28. Award section CSS
29. Video and counter section CSS
30. Home3 Team section  CSS
31. Home3 Process section CSS
32. Home4 Process section CSS
33. Home4 Banner Section CSS
34. Home4 Testimonial section CSS
35. Home4 about us section CSS
36. Home4 service section CSS
37. Home4 portfolio section CSS
38. Breadcrumb Section CSS
39. Portfolio Inner Page CSS
40. Inner Banner card section CSS
41. News & article page CSS
42. News & article sidebar area CSS
43. Service details page CSS
44. Industries details page CSS
45. pricing plan page CSS
46. Contact Page CSS
47. Home3 portfolio section CSS
48. Faq page CSS
49. Careers Details Page CSS
50. Article setails page CSS
51. About us video CSS
52. Award slider section CSS
53. Team details page CSS
54. Team Page CSS
55. job openings area CSS
56. Careers Page Thumb Image CSS
57. Development Team area CSS
58. Industries  Section CSS
59. Case study details page CSS
60. Portfolio Details Page CSS
61. Join section section CSS
62. Home5 Banner Section
63. Home5 features section
64. Home5 benefits section
65. Home5 template Section
66. Home5 integration section
67. Home5 testimonial section
68. Home5 faq section


/*===========================
 01.COMMON CSS 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Space+Grotesk:wght@300..700&amp;display=swap");
:root {
  --font-inter: "Inter", sans-serif;
  --font-spaceGrotesk: "Space Grotesk", sans-serif;
  --font-funnel-display: "Funnel Display", sans-serif;
  --white-color: #ffffff;
  --white-color-opc: 255, 255, 255;
  --dark-white-color: #ffffff;
  --dark-black-color: #1e1e1e;
  --black-color: #1e1e1e;
  --black-color-opc: 30, 30, 30;
  --dark-title-color: #1e1e1e;
  --title-color: #1e1e1e;
  --title-color-opc: 30, 30, 30;
  --dark-text-color: #c8c8c8;
  --text-color: #525252;
  --global-text-color: #525252;
  --text-color-opc: 82, 82, 82;
  --primary-color1: #c8f8a9;
  --primary-color1-opc: 200, 248, 169;
  --primary-color2: #0f3d3a;
  --primary-color2-opc: 15, 61, 58;
  --borders-color: #eeeeee;
  --borders-color-opc: 238, 238, 238;
}

body.dark {
  --dark-white-color: #1e1e1e;
  --black-color: #ffffff;
  --black-color-opc: 255, 255, 255;
  --title-color: #ffffff;
  --title-color-opc: 255, 255, 255;
  --text-color: #c8c8c8;
  --borders-color: #353535;
  --borders-color-opc: 53, 53, 53;
  background-color: #161616;
}

/*================================================
02. Mixins Css
=================================================*/
/*================================================
03. Global Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

input {
  border: none;
  outline: none;
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.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 (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

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

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

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

.pb-80 {
  padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

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

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

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

.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;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}

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

.mb-180 {
  margin-bottom: 180px;
}
@media (max-width: 991px) {
  .mb-180 {
    margin-bottom: 120px;
  }
}
@media (max-width: 576px) {
  .mb-180 {
    margin-bottom: 80px;
  }
}

.mt-100 {
  margin-top: 100px !important;
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 80px !important;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.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;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .mb-70 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

.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;
}
@media (max-width: 767px) {
  .mb-35 {
    margin-bottom: 30px;
  }
}

.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;
}

.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;
}

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

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .mt-70 {
    margin-top: 40px;
  }
}

.tt-style-switch {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30%;
  left: 0;
  width: 46px;
  height: 36px;
  background-color: #1e1e1e;
  font-size: 16px;
  color: #fff !important;
  cursor: pointer;
  z-index: 9999;
  border-radius: 0 50px 50px 0;
  transition: all 0.2s;
}

.tt-style-switch .bi {
  color: #fff;
  z-index: 9999;
}

body:not(.is-mobile) .tt-style-switch:hover {
  width: 45px;
  background-color: var(--primary-color2);
  color: var(--title-color);
}

.tt-stsw-dark,
.tt-stsw-light {
  line-height: 0;
}

.tt-style-switch:not(.is-dark) .tt-stsw-dark {
  display: none;
}

.tt-style-switch.is-dark .tt-stsw-light {
  display: none;
}

@media (min-width: 769px) {
  body.tt-sliding-sidebar-right-on .tt-style-switch {
    right: auto;
    left: 0;
    border-radius: 0 50px 50px 0;
  }
}
#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
}

body.tt-magic-cursor #magic-cursor {
  display: block;
}

#ball {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--title-color);
  pointer-events: none;
  border-style: solid;
  border-radius: 100px;
  border-color: var(--primary-color1);
  background-color: var(--primary-color1);
  /* Note: border width handled through JS */
}

/* Ball view
============= */
#ball.ball-view {
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--font-kanit);
  line-height: 1;
  text-align: center;
  border-radius: 100px;
  /* pill shape */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  /* ✅ keep text one line */
  height: auto;
}

#ball .ball-view-inner {
  padding: 23px 40px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  background-color: var(--dark-white-color);
  border-radius: 100px;
  /* pill shape */
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--font-kanit);
  line-height: 1;
  text-transform: uppercase;
}

#ball .ball-view-inner i {
  font-size: 24px;
}

/* Ball drag
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  color: var(--title-color);
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 16px;
  color: var(--primary-color1);
  height: 10px;
  line-height: 10px;
  /* 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: all 0.25s;
}

#ball .ball-drag::after {
  content: "\f061";
  /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

#ball.magnetic-active {
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color1-opc), 0.5);
  backdrop-filter: blur(1.1px);
  border-color: transparent !important;
}

/* Ball close
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color1);
  line-height: 1;
  text-align: center;
}

#scroll-btn {
  cursor: pointer;
}

#scroll-percentage {
  --progress-bg: #f8f8f8;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  display: grid;
  place-items: center;
  /* default (JS will overwrite inline too) */
  /* smooth show/hide like your active-progress */
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 200ms linear;
}
#scroll-percentage.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#scroll-percentage {
  /* inner ring border look */
}
#scroll-percentage #scroll-percentage-value {
  color: var(--dark-title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: 0.2s;
}
#scroll-percentage .arrow {
  fill: var(--dark-title-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  pointer-events: none; /* click div handles */
}
#scroll-percentage {
  /* when 100% -> show arrow, hide percent */
}
#scroll-percentage.is-complete #scroll-percentage-value {
  opacity: 0;
  visibility: hidden;
}
#scroll-percentage.is-complete .arrow {
  opacity: 1;
  visibility: visible;
}

.nice-select {
  width: 100%;
  height: 50px;
  line-height: 48px;
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  background: var(---dark-white-color);
  border-color: var(--borders-color);
  border-radius: 5px;
  padding-left: 25px;
  padding-right: 25px;
}
.nice-select:hover {
  border-color: var(--borders-color);
}
.nice-select:focus {
  border-color: var(--black-color);
}
.nice-select.open {
  border-radius: 5px 5px 0 0;
}
.nice-select.open::after {
  transform: rotate(-180deg);
}
.nice-select:after {
  border-bottom: none;
  border-right: none;
  content: "";
  display: block;
  height: 7px;
  width: 10px;
  background-color: #dfdfdf;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 25px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  transform: rotate(0);
}
.nice-select .list {
  width: 100%;
  background: var(--dark-white-color);
  margin-top: 0;
  border-radius: 0 0 5px 5px;
}
.nice-select .list .option {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid var(--borders-color);
}
.nice-select .list .option:last-child {
  border-bottom: unset;
}

.section-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  gap: 50px;
}
@media (max-width: 1199px) {
  .section-title {
    flex-flow: column;
    gap: 10px;
    row-gap: 10px;
  }
}
.section-title > span {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 3px 10px;
  border: 1px solid #adda90;
  border-radius: 16px;
  margin-bottom: 0;
  white-space: nowrap;
  margin-top: 10px;
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .section-title > span {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .section-title > span {
    margin-bottom: 10px;
  }
}
.section-title > span::before {
  display: none;
}
.section-title h2 {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  max-width: 872px;
}
@media (max-width: 1399px) {
  .section-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 32px;
  }
}
.section-title p {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  max-width: 536px;
  width: 100%;
}
@media (max-width: 991px) {
  .section-title p {
    font-size: 17px;
  }
}
.section-title.text-center h2 {
  margin: 0 auto;
}
.section-title.two {
  display: block;
}
.section-title.two > span {
  display: inline-flex;
  margin-bottom: 10px;
}
.section-title.two h2 {
  margin-bottom: 15px;
}
.section-title.two p {
  margin: 0 auto;
}
.section-title.three h2 {
  max-width: 589px;
}
.section-title.three p {
  margin-bottom: 20px;
}
.section-title.three .left-content > span {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 3px 10px;
  border: 1px solid #adda90;
  border-radius: 16px;
  margin-bottom: 0;
  white-space: nowrap;
  margin-bottom: 10px;
  display: inline-block;
}
.section-title.three .left-content > span::before {
  display: none;
}
.section-title.three .right-content {
  position: relative;
}
.section-title.three .right-content .view-more-btn {
  gap: 6px;
}
@media (max-width: 1199px) {
  .section-title.three .right-content .view-more-btn {
    justify-content: start;
  }
}
.section-title.three .right-content .view-more-btn .arrow {
  fill: var(--title-color);
  transition: 0.35s;
}
.section-title.three .right-content .view-more-btn::before {
  content: "";
  position: absolute;
  background: #979797;
  height: 1px;
  width: 87px;
  top: 13px;
  right: 35%;
}
@media (max-width: 1199px) {
  .section-title.three .right-content .view-more-btn::before {
    display: none;
  }
}
.section-title.three .right-content .view-more-btn:hover .arrow {
  transform: rotate(45deg);
}
.section-title.three .right-content .review-area {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 37px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .section-title.three .right-content .review-area {
    gap: 29px;
  }
}
@media (max-width: 991px) {
  .section-title.three .right-content .review-area {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .section-title.three .right-content .review-area {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .section-title.three .right-content .review-area {
    gap: 15px;
  }
}
.section-title.three .right-content .review-area > li {
  position: relative;
}
.section-title.three .right-content .review-area > li::after {
  content: "";
  position: absolute;
  background: #d9d9d9;
  width: 1px;
  height: 25px;
  left: -20px;
  top: 10px;
}
@media (max-width: 1199px) {
  .section-title.three .right-content .review-area > li::after {
    left: -16px;
  }
}
@media (max-width: 576px) {
  .section-title.three .right-content .review-area > li::after {
    display: none;
  }
}
.section-title.three .right-content .review-area > li:first-child::after {
  display: none;
}
.section-title.three .right-content .review-area > li .rating-area {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-title.three .right-content .review-area > li .rating-area .review span {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}
.section-title.three .right-content .review-area > li .rating-area .review .light-logo {
  display: block;
}
.section-title.three .right-content .review-area > li .rating-area .review .dark-logo {
  display: none;
}
.section-title.three .right-content .review-area > li .rating-area .rating .star {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
  margin-bottom: 6px;
}
@media (max-width: 1199px) {
  .section-title.three .right-content .review-area > li .rating-area .rating .star {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .section-title.three .right-content .review-area > li .rating-area .rating .star {
    margin-bottom: 4px;
  }
}
.section-title.three .right-content .review-area > li .rating-area .rating .star li i {
  color: #ff3d2e;
  font-size: 12px;
}
.section-title.three .right-content .review-area > li .rating-area .rating span {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.section-title.three .right-content .review-area > li .rating-area .rating.style-2 .star li i {
  color: #f4bc0f;
}
.section-title.white-color > span {
  color: var(--white-color);
}
.section-title.white-color h2 {
  color: var(--white-color);
}
.section-title.white-color p {
  color: var(--dark-text-color);
}
.section-title.white-color.three .right-content .view-more-btn {
  color: var(--white-color);
}
.section-title.white-color.three .right-content .view-more-btn .arrow {
  fill: var(--white-color);
}
.section-title.white-color.three .right-content .view-more-btn::before {
  background: #979797;
}
.section-title.white-color.three .left-content span {
  color: var(--white-color);
}
.section-title.home3-section-title {
  justify-content: space-between;
}
.section-title.home3-section-title > span {
  border: 1px solid #c8c8c8;
}
.section-title.home3-section-title h2 {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 48px;
  max-width: 518px;
}
@media (max-width: 1399px) {
  .section-title.home3-section-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .section-title.home3-section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .section-title.home3-section-title h2 {
    font-size: 37px;
  }
}
@media (max-width: 576px) {
  .section-title.home3-section-title h2 {
    font-size: 27px;
  }
}
.section-title.home4-section-title {
  justify-content: space-between;
}
.section-title.home4-section-title h2 {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 48px;
  max-width: 518px;
  margin-bottom: 18px;
}
@media (max-width: 1399px) {
  .section-title.home4-section-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .section-title.home4-section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .section-title.home4-section-title h2 {
    font-size: 37px;
  }
}
@media (max-width: 576px) {
  .section-title.home4-section-title h2 {
    font-size: 27px;
  }
}
.section-title.home5-section-title {
  display: block;
}
.section-title.home5-section-title > span {
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 10px;
}

.primary-btn1 {
  background-color: var(--primary-color1);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  color: var(--dark-title-color);
  letter-spacing: 0.48px;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 10px;
  position: relative;
  align-items: center;
  display: inline-flex;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}
.primary-btn1 > span {
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: transparent;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.primary-btn1 > span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translate(0, 100%);
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}
.primary-btn1 > span svg {
  fill: var(--dark-title-color);
  transition: 0.5s;
}
.primary-btn1::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(110%);
  background-color: var(--black-color);
  overflow: hidden;
  transition: opacity 0.5s, transform 0.5s;
  z-index: -1;
}
.primary-btn1:hover {
  color: var(--dark-white-color);
}
.primary-btn1:hover > span {
  transform: translateY(-150%);
  opacity: 0;
}
.primary-btn1:hover > span svg {
  fill: var(--dark-white-color);
  transition: 0.5s;
}
.primary-btn1:hover > span:nth-child(2) {
  opacity: 1;
  transform: translate(0%, -50%);
}
.primary-btn1:hover::after {
  transform: translate(0);
  border-radius: 0;
}
.primary-btn1.white-bg {
  background-color: var(--white-color);
  color: var(--dark-title-color);
}
.primary-btn1.white-bg::after {
  background-color: var(--primary-color1);
}
.primary-btn1.white-bg > span svg {
  fill: var(--dark-title-color);
}
.primary-btn1.white-bg:hover {
  color: var(--dark-title-color);
}
.primary-btn1.black-bg {
  background-color: var(--black-color);
  color: var(--dark-white-color);
}
.primary-btn1.black-bg::after {
  background-color: var(--primary-color1);
}
.primary-btn1.black-bg > span svg {
  fill: var(--dark-white-color);
}
.primary-btn1.black-bg:hover {
  color: var(--dark-title-color);
}
.primary-btn1.black-bg:hover > span svg {
  fill: var(--dark-title-color);
}
.primary-btn1.transparent {
  background-color: transparent;
  border: 1px solid var(--title-color);
  color: var(--title-color);
  padding: 16px 17px;
}
.primary-btn1.transparent::after {
  background-color: var(--primary-color1);
}
.primary-btn1.transparent span svg {
  fill: var(--title-color);
}
.primary-btn1.transparent:hover {
  color: var(--title-color);
  border-color: var(--primary-color1);
}
.primary-btn1.transparent:hover span svg {
  fill: var(--title-color);
}

.primary-btn2 {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: 0.45s;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.primary-btn2 .content {
  color: var(--dark-title-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: var(--primary-color1);
  border-radius: 100px;
  padding: 9px 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: 0.45s;
}
@media (max-width: 576px) {
  .primary-btn2 .content {
    padding: 9px 18px;
  }
}
.primary-btn2 .icon {
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.45s;
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-end: -32px;
  opacity: 0;
}
.primary-btn2 .icon svg {
  fill: none;
  stroke: var(--dark-title-color);
  transition: 0.5s;
}
.primary-btn2 .icon.two {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
  margin-inline-end: 0;
  opacity: 1;
}
.primary-btn2:hover .icon {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
  background-color: var(--black-color);
  opacity: 1;
}
.primary-btn2:hover .icon svg {
  stroke: var(--dark-white-color);
}
.primary-btn2:hover .icon.two {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-start: -60px;
  opacity: 0;
}
.primary-btn2:hover .content {
  background-color: var(--black-color);
  color: var(--dark-white-color);
}
.primary-btn2.black-bg .content {
  background-color: var(--black-color);
  color: var(--dark-white-color);
}
.primary-btn2.black-bg .icon {
  background-color: var(--black-color);
}
.primary-btn2.black-bg .icon svg {
  stroke: var(--dark-white-color);
}
.primary-btn2.black-bg:hover .icon {
  background-color: var(--primary-color1);
}
.primary-btn2.black-bg:hover .icon svg {
  stroke: var(--dark-title-color);
}
.primary-btn2.black-bg:hover .content {
  background-color: var(--primary-color1);
  color: var(--dark-title-color);
}
.primary-btn2.transparent .content {
  background-color: transparent;
  border: 1px solid var(--title-color);
  color: var(--title-color);
}
.primary-btn2.transparent .icon {
  background-color: transparent;
  border: 1px solid var(--title-color);
}
.primary-btn2.transparent .icon svg {
  stroke: var(--title-color);
}
.primary-btn2.transparent:hover .icon {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.primary-btn2.transparent:hover .icon svg {
  stroke: var(--dark-title-color);
}
.primary-btn2.transparent:hover .content {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
  color: var(--dark-title-color);
}

.view-more-btn {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  color: var(--title-color);
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .view-more-btn {
    justify-content: start;
  }
}
.view-more-btn .arrow {
  fill: var(--title-color);
  transition: 0.35s;
}
.view-more-btn .border {
  fill: #979797;
}
@media (max-width: 576px) {
  .view-more-btn .border {
    width: 60px;
  }
}
.view-more-btn.style-2 {
  align-items: end;
  gap: 10px;
  margin-top: 10px;
}
.view-more-btn:hover .arrow {
  transform: rotate(45deg);
}

.form-inner {
  line-height: 1;
}
.form-inner label {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  margin-bottom: 12px;
}
.form-inner input {
  width: 100%;
  background: var(--white-color);
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  height: 56px;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .form-inner input {
    height: 45px;
  }
}
.form-inner input::-moz-placeholder {
  color: #a0a0a0;
}
.form-inner input::placeholder {
  color: #a0a0a0;
}
.form-inner input:focus {
  border-color: var(--title-color);
}
.form-inner textarea {
  width: 100%;
  border-radius: 10px;
  background: var(--white-color);
  color: var(--text-color);
  border: 1px solid var(--borders-color);
  outline: none;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  padding: 20px 25px;
  min-height: 170px;
  resize: none;
}
@media (max-width: 1199px) {
  .form-inner textarea {
    min-height: 140px;
  }
}
@media (max-width: 576px) {
  .form-inner textarea {
    padding: 20px 15px;
    min-height: 120px;
  }
}
.form-inner textarea:focus {
  border-color: var(--title-color);
}
.form-inner textarea::-moz-placeholder {
  color: #a0a0a0;
}
.form-inner textarea::placeholder {
  color: #a0a0a0;
}

.form-inner2 .form-check {
  min-height: unset;
  margin-bottom: 0;
}
.form-inner2 .form-check .form-check-input {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin-top: 8px;
  background-color: transparent;
  border: 1px solid var(--borders-color);
  border-radius: 5px;
}
.form-inner2 .form-check .form-check-input:focus {
  box-shadow: none;
}
.form-inner2 .form-check .form-check-input:checked {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.form-inner2 .form-check .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(../image/icon/check-icon.svg);
}
.form-inner2 .form-check .form-check-label {
  cursor: pointer;
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .form-inner2 .form-check .form-check-label {
    font-size: 15px;
  }
}
.form-inner2 .form-check .form-check-label span {
  color: var(--title-color);
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 2px;
}
.form-inner2 .form-check .form-check-label a {
  color: var(--title-color);
  font-weight: 500;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 90%;
  transition: background-size 0.75s;
}
.form-inner2 .form-check .form-check-label a:hover {
  background-size: 0px 1px;
  background-position: 0 90%;
}

.slider-btn-grp {
  display: flex;
  align-items: center;
  gap: 50px;
}
.slider-btn-grp .slider-btn {
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.slider-btn-grp .slider-btn svg {
  fill: none;
  stroke: var(--dark-title-color);
  transition: 0.5s;
}
.slider-btn-grp .slider-btn:hover {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.slider-btn-grp .slider-btn:hover svg {
  stroke: var(--dark-black-color);
}
.slider-btn-grp .slider-btn.swiper-button-disabled {
  opacity: 0.2;
}

.right-sidebar-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.right-sidebar-menu .right-sidebar-menu-wrap::-webkit-scrollbar {
  width: 0px;
}
.right-sidebar-menu .right-sidebar-menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 510px;
  height: 100%;
  overflow: auto;
  background-color: #fafafa;
  transform: translateX(120%);
  transform-origin: right;
  transition: transform 0.5s ease-in;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .right-sidebar-menu .right-sidebar-menu-wrap {
    width: 420px;
  }
}
@media (max-width: 576px) {
  .right-sidebar-menu .right-sidebar-menu-wrap {
    width: 300px;
  }
}
.right-sidebar-menu.show-right-menu {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
.right-sidebar-menu.show-right-menu .right-sidebar-menu-wrap {
  transform: translateX(0);
}
.right-sidebar-menu .right-sidebar-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid var(--primary-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.35s;
}
@media (max-width: 1699px) {
  .right-sidebar-menu .right-sidebar-close-btn {
    right: 30px;
    top: 30px;
  }
}
@media (max-width: 767px) {
  .right-sidebar-menu .right-sidebar-close-btn {
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 576px) {
  .right-sidebar-menu .right-sidebar-close-btn {
    top: 20px;
    right: 15px;
    height: 30px;
    width: 30px;
  }
}
.right-sidebar-menu .right-sidebar-close-btn i {
  font-size: 28px;
  line-height: 1;
  color: #0f3d3a;
  transition: 0.35s;
}
@media (max-width: 576px) {
  .right-sidebar-menu .right-sidebar-close-btn i {
    font-size: 25px;
  }
}
.right-sidebar-menu .right-sidebar-close-btn:hover {
  background-color: var(--title-color);
}
.right-sidebar-menu .right-sidebar-close-btn:hover i {
  color: var(--white-color);
}
.right-sidebar-menu .sidebar-content-wrap {
  padding: 80px 60px;
}
@media (max-width: 1699px) {
  .right-sidebar-menu .sidebar-content-wrap {
    padding: 60px 40px;
  }
}
@media (max-width: 991px) {
  .right-sidebar-menu .sidebar-content-wrap {
    padding: 70px 40px;
  }
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap {
    padding: 40px 18px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .sidebar-logo-wrap {
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .sidebar-logo-wrap img {
    width: 130px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .sidebar-logo-wrap .logo-dark {
  display: block;
}
.right-sidebar-menu .sidebar-content-wrap .sidebar-logo-wrap .logo-light {
  display: none;
}
.right-sidebar-menu .sidebar-content-wrap .title-area p {
  color: #595959;
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .title-area p {
    font-size: 16px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap {
  display: flex;
  gap: 40px;
  padding: 80px 0 80px;
}
@media (max-width: 991px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap {
    gap: 20px;
    padding: 50px 0 50px;
  }
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap {
    gap: 10px;
    padding: 40px 0 50px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .arrow svg {
  fill: #c9c9c9;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area {
  padding: 0;
  margin: 0;
  list-style: none;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area h6 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  color: var(--title-color);
  margin-bottom: 15px;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li {
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li {
    margin-bottom: 35px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li:last-child {
  margin-bottom: 0;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact {
    gap: 10px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .icon {
  width: 44px;
  height: 44px;
  max-width: 44px;
  min-width: 44px;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .icon svg {
  fill: var(--title-color);
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .icon {
    width: 44px;
    height: 44px;
    max-width: 44px;
    max-height: 44px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .content {
  position: relative;
  line-height: 1;
  text-align: start;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .content span {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #545454;
  margin-bottom: 6px;
  display: inline-block;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .content span {
    margin-bottom: 2px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .content h6 {
  margin-bottom: 0;
  line-height: 1;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .content h6 a {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  transition: 0.5s;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .content h6 a {
    font-size: 15px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .content h6 a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap {
  display: flex;
  gap: 40px;
}
@media (max-width: 991px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap {
    gap: 20px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap .arrow svg {
  fill: #c9c9c9;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap .social-area h6 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  color: var(--title-color);
  margin-bottom: 15px;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap .social-area .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap .social-area .social-list li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0e302d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap .social-area .social-list li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 100%;
  left: 0;
  background-color: var(--primary-color1);
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s linear;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap .social-area .social-list li a:hover {
  color: var(--title-color);
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap .social-area .social-list li a:hover::before {
  top: 0;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap .social-area .social-list li a i {
  font-size: 16px;
  transition: 0.3s;
}
.right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap .social-area .social-list li a i.bi-twitter-x {
  font-size: 12px;
}
.right-sidebar-menu .sidebar-bottom-area {
  padding: 17px 20px;
  border-top: 1px solid rgba(var(--black-color-opc), 0.1);
  text-align: center;
}
.right-sidebar-menu .sidebar-bottom-area p {
  color: var(--text-color);
  font-family: var(--font-manrope);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.right-sidebar-menu .sidebar-bottom-area p a {
  color: var(--primary-color1);
  font-weight: 600;
  transition: 0.5s;
}
.right-sidebar-menu .sidebar-bottom-area p a:hover {
  text-decoration: underline;
}

.swiper-pagination1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: unset;
  z-index: 9;
  gap: 10px;
  width: unset !important;
  gap: 28px;
}
@media (max-width: 576px) {
  .swiper-pagination1 {
    justify-content: center;
  }
}
.swiper-pagination1::after {
  content: "";
  position: absolute;
  background: #d9d9d9;
  width: 100%;
  height: 1px;
  z-index: -1;
}
.swiper-pagination1 .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background-color: #b9b9b9;
  opacity: 1;
  position: relative;
  border-radius: 50%;
  margin: 0 !important;
}
.swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color2);
  border: unset;
  height: 10px;
  width: 10px;
}

.container-fluid.one {
  max-width: 1860px;
}
.container-fluid.two {
  max-width: 1880px;
}

/*=====================================
  04. Header CSS
========================================*/
@keyframes fade-down {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}
@keyframes zoom-In-effect {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fade-down2 {
  0% {
    opacity: 0;
    transform: scaleY(0) translateX(-50%);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1) translateX(-50%);
    visibility: visible;
  }
}
header {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.8s ease-out 0s;
  padding: 15px 7%;
}
@media (max-width: 1699px) {
  header {
    padding: 15px 2%;
  }
}
@media (max-width: 1399px) {
  header {
    padding: 15px 1.5%;
  }
}
@media (max-width: 1199px) {
  header {
    padding: 10px 1%;
  }
}
@media (max-width: 576px) {
  header {
    padding: 10px 2%;
  }
}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--dark-white-color);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  z-index: 999;
}
header .header-area-wrap {
  border: 1px solid var(--borders-color);
  background-color: var(--white-color);
  border-radius: 140px;
  padding: 0px 50px;
  position: relative;
}
@media (max-width: 1699px) {
  header .header-area-wrap {
    padding: 0px 25px;
  }
}
@media (max-width: 1399px) {
  header .header-area-wrap {
    padding: 0px 15px;
  }
}
@media (max-width: 1199px) {
  header .header-area-wrap {
    padding: 0px 10px;
  }
}
@media (max-width: 991px) {
  header .header-area-wrap {
    padding: 10px;
  }
}
header .header-area-wrap .company-logo img {
  width: 150px;
}
@media (max-width: 1399px) {
  header .header-area-wrap .company-logo img {
    width: 120px;
  }
}
@media (max-width: 576px) {
  header .header-area-wrap .company-logo img {
    width: 110px;
  }
}
header .header-area-wrap .company-logo .logo-light {
  display: none;
}
header .header-area-wrap .nav-right {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1199px) {
  header .header-area-wrap .nav-right {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  header .header-area-wrap .nav-right {
    gap: 10px;
  }
}
header .header-area-wrap .nav-right .language-area {
  position: relative;
}
header .header-area-wrap .nav-right .language-area .language-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
header .header-area-wrap .nav-right .language-area .language-btn svg {
  fill: var(--primary-color2);
  transition: 0.5s;
}
header .header-area-wrap .nav-right .language-area .language-btn span {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: 0.5s;
}
header .header-area-wrap .nav-right .language-area .language-btn i {
  font-size: 12px;
  line-height: 1;
  color: #9b9b9b;
}
header .header-area-wrap .nav-right .language-area .language-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 9999;
  width: 180px;
  background-color: var(--dark-white-color);
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  display: none;
  transform: scaleY(0);
  transform-origin: top;
}
header .header-area-wrap .nav-right .language-area .language-list.active {
  display: block;
  transform: scaleY(1);
  animation: fade-right 0.5s linear;
}
@keyframes fade-right {
  0% {
    opacity: 0;
    transform: translateX(10px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    visibility: visible;
  }
}
header .header-area-wrap .nav-right .language-area .language-list li a {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 13px;
  padding: 12px 20px;
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.5s;
  display: flex;
  align-items: center;
  gap: 10px;
}
header .header-area-wrap .nav-right .language-area .language-list li a:hover {
  color: var(--white-color);
  background-color: var(--primary-color2);
}
header .header-area-wrap .nav-right .right-sidebar-button {
  min-width: 44px;
  max-width: 44px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 576px) {
  header .header-area-wrap .nav-right .right-sidebar-button {
    width: 41px;
    height: 40px;
    min-width: 41px;
    max-width: 41px;
  }
}
header .header-area-wrap .nav-right .right-sidebar-button svg {
  fill: var(--black-color);
  transition: 0.5s;
}
header .header-area-wrap .nav-right .right-sidebar-button:hover {
  background-color: var(--primary-color1);
}
header .header-area-wrap .nav-right .right-sidebar-button:hover svg {
  fill: var(--dark-title-color);
}
header .header-area-wrap .nav-right .mobile-menu-btn {
  display: none;
  visibility: hidden;
}
@media (max-width: 991px) {
  header .header-area-wrap .nav-right .mobile-menu-btn {
    display: flex;
    align-items: center;
    visibility: visible;
    justify-content: center;
    position: relative;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid var(--borders-color);
  }
  header .header-area-wrap .nav-right .mobile-menu-btn svg {
    fill: var(--title-color);
  }
  header .header-area-wrap .nav-right .mobile-menu-btn:hover svg {
    animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
  }
}
@media (max-width: 576px) {
  header .header-area-wrap .nav-right .mobile-menu-btn {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  header .header-area-wrap .nav-right .mobile-menu-btn svg {
    width: 18px;
  }
}
@keyframes qode-draw {
  0%, 100% {
    clip-path: inset(-2px -2px);
  }
  42% {
    clip-path: inset(-2px -2px -2px 100%);
  }
  43% {
    clip-path: inset(-2px 100% -3px -2px);
  }
}
header .header-area-wrap .primary-btn1 {
  padding: 14px 18px;
}
header .header-area-wrap .main-menu {
  display: inline-block;
}
header .header-area-wrap .main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .header-area-wrap .main-menu > ul > li {
  display: inline-block;
  position: relative;
  padding: 27px 12px;
}
@media (max-width: 1199px) {
  header .header-area-wrap .main-menu > ul > li {
    padding: 22px 12px;
  }
}
header .header-area-wrap .main-menu > ul > li.position-inherit {
  position: inherit;
}
@media (max-width: 991px) {
  header .header-area-wrap .main-menu > ul > li.position-inherit {
    position: relative;
  }
}
header .header-area-wrap .main-menu > ul > li:hover i {
  color: var(--black-color);
  font-size: 20px;
}
@media (min-width: 992px) {
  header .header-area-wrap .main-menu > ul > li:first-child {
    padding-left: 0;
  }
  header .header-area-wrap .main-menu > ul > li:last-child {
    padding-right: 0;
  }
}
header .header-area-wrap .main-menu > ul > li > a {
  color: var(--title-color);
  display: block;
  letter-spacing: 0.4px;
  padding: 3px 22px 3px 10px;
  line-height: 1;
  position: relative;
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.5s ease-out 0s;
  position: relative;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 12px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-area-wrap .main-menu > ul > li > a {
    font-size: 15px;
  }
}
header .header-area-wrap .main-menu > ul > li i {
  font-size: 20px;
  text-align: center;
  color: var(--title-color);
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 35px;
  z-index: 999;
  cursor: pointer;
  display: none;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
}
@media (max-width: 991px) {
  header .header-area-wrap .main-menu > ul > li i {
    opacity: 1;
  }
}
header .header-area-wrap .main-menu > ul > li i.active {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li i.active::before {
  content: "\f2ea";
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 76px;
  margin: 0;
  display: none;
  min-width: 220px;
  background: var(--dark-white-color);
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  padding: 15px 0;
  text-align: left;
  transform-origin: top;
}
@media (max-width: 1199px) {
  header .header-area-wrap .main-menu > ul > li ul.sub-menu {
    box-shadow: none;
    top: 67px;
  }
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li {
  padding: 0;
  display: block;
  position: relative;
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li i {
  position: absolute;
  top: 14px;
  right: 20px;
  display: block;
  color: var(--title-color);
  font-size: 14px;
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
  color: var(--dark-text-color);
  opacity: 1;
  top: 16px;
  font-size: 10px;
}
@media (max-width: 991px) {
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
    right: 0;
    top: 10px;
    font-size: 20px;
  }
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li > a {
  display: block;
  padding: 11px 20px;
  color: var(--text-color);
  font-weight: 500;
  font-family: var(--font-inter);
  font-size: 15px;
  text-transform: capitalize;
  line-height: 1.2;
  transition: all 0.4s ease-out 0s;
  position: relative;
}
@media (max-width: 991px) {
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li > a {
    border-color: rgba(233, 228, 228, 0.5);
  }
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li > a::before {
    background: linear-gradient(90deg, #ddd, #efb93f, #ddd);
  }
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li > a:hover {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li > a:hover::before {
  transform: scale(1);
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li > a.active {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li > a.active::before {
  transform: scale(1);
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li:last-child > a {
  border-bottom: none;
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li:last-child > a::before {
  display: none;
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu {
  padding: 10px 0;
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu li > a {
  padding: 10px 20px;
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li:hover > a {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li:hover .dropdown-icon {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li.active > a {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li.active .dropdown-icon {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu {
  left: 218px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: var(--dark-white-color);
  padding: 10px 0;
  top: 3px;
}
@media (max-width: 1199px) {
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu {
    box-shadow: none;
  }
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu::before {
  display: none;
  visibility: hidden;
}
@media (max-width: 991px) {
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu {
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
    padding: 5px 0;
  }
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu > li i {
  display: block;
}
@media (min-width: 992px) {
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li:hover > .sub-menu {
    display: block;
    animation: fade-down 0.45s linear;
  }
}
header .header-area-wrap .main-menu > ul > li ul.sub-menu > li:last-child {
  border-bottom: none;
}
header .header-area-wrap .main-menu > ul > li .mega-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 76px;
  display: none;
  background: #fefffb;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
  width: 100%;
  transform-origin: top;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu {
    top: 66px;
    border-radius: 15px;
  }
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row {
  display: grid;
  justify-content: space-between;
  gap: 110px;
  grid-template-columns: 40.4% 52.3%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row {
    gap: 75px;
    grid-template-columns: 40.4% 54%;
  }
}
@media (max-width: 1399px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row {
    gap: 55px;
    grid-template-columns: 38.4% 57%;
  }
}
@media (max-width: 1199px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row {
    gap: 35px;
    grid-template-columns: 55% 33%;
  }
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .mega-menu-title {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 30px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap {
  padding: 60px 0 60px 60px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap {
    padding: 55px 0 55px 50px;
  }
}
@media (max-width: 1399px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap {
    padding: 50px 0 50px 30px;
  }
}
@media (max-width: 1199px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap {
    padding: 45px 0 45px 40px;
  }
}
@media (max-width: 991px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .mega-menu-title {
    display: none;
  }
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 576px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list {
    gap: 15px;
  }
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a svg {
  fill: var(--title-color);
  min-width: 40px;
  transition: 0.5s;
}
@media (max-width: 576px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a svg {
    min-width: 30px;
    width: 30px;
  }
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 24px 30px;
  border-radius: 10px;
  border: 1px solid var(--borders-color);
  transition: 0.5s;
}
@media (max-width: 1399px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a {
    padding: 18px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a {
    padding: 18px 20px;
  }
}
@media (max-width: 576px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a {
    line-height: 23px;
    padding: 15px 20px;
  }
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a:hover {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
  color: var(--dark-title-color);
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a:hover svg {
  fill: var(--dark-title-color);
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .contact-area {
  margin-top: 40px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .contact-area h3 {
  color: var(--primary-color2);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .contact-area a {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .contact-area a span {
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 100%;
  transition: background-size 0.75s;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .contact-area a svg {
  fill: var(--title-color);
  transition: 0.5s;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .contact-area a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .contact-area a:hover svg {
  transform: rotate(45deg);
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area {
  padding: 60px 0;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area {
    padding: 55px 0;
  }
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li {
  margin-bottom: 20px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li:last-child {
  margin-bottom: 0;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li a {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li a {
    font-size: 15px;
  }
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li a:hover {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li .view-all-btn {
  color: var(--primary-color2);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li .view-all-btn span {
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 0 100%;
  transition: background-size 0.75s;
  padding-bottom: 2px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li .view-all-btn svg {
  fill: var(--primary-color2);
  transition: 0.5s;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li .view-all-btn:hover span {
  background-size: 0px 1px;
  background-position: left 100%;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li .view-all-btn:hover svg {
  transform: rotate(45deg);
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap {
  background-image: url(../image/start-up/mega-menu-support-area-bg.png), linear-gradient(180deg, #0f3d3a 0%, #192726 100%);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  max-width: 460px;
  min-width: 460px;
  border-radius: 0 15px 15px 0;
  padding: 85px 30px;
}
@media (max-width: 1399px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap {
    max-width: 415px;
    min-width: 415px;
    padding: 70px 25px;
  }
}
@media (max-width: 1199px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap {
    display: none;
  }
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .support-area {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  height: 100%;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .support-content {
  max-width: 174px;
  width: 100%;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .support-content h3 {
  color: var(--white-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 35px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .people-img-list img {
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 50%;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .people-img-list img:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .people-img-list img:nth-child(2) {
  top: 45px;
  right: 10px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .people-img-list img:nth-child(3) {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .people-img-list img:nth-child(4) {
  bottom: 42px;
  right: 10px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .people-img-list img:nth-child(5) {
  bottom: 0;
  left: 56%;
  transform: translateX(-50%);
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .people-img-list img:nth-child(6) {
  bottom: 30px;
  left: 50px;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .people-img-list img:nth-child(7) {
  top: 54%;
  transform: translateY(-50%);
  left: 0;
}
header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .support-wrap .people-img-list img:nth-child(8) {
  top: 55px;
  left: 20px;
}
header .header-area-wrap .main-menu > ul > li.menu-item-has-children {
  transition: all 0.55s ease-in-out;
}
header .header-area-wrap .main-menu > ul > li.menu-item-has-children > a::before {
  content: "\f282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 6px;
  top: 56%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 600;
  color: var(--dark-text-color);
  transition: all 0.5s ease-out 0s;
}
@media (max-width: 991px) {
  header .header-area-wrap .main-menu > ul > li.menu-item-has-children > a::before {
    display: none;
  }
}
header .header-area-wrap .main-menu > ul > li.menu-item-has-children:hover > a::before {
  color: var(--title-color);
}
@media (min-width: 992px) {
  header .header-area-wrap .main-menu > ul > li:hover > ul.sub-menu {
    display: block;
    animation: fade-down 0.3s linear;
  }
}
@media (min-width: 992px) {
  header .header-area-wrap .main-menu > ul > li:hover .mega-menu {
    display: block;
    animation: fade-down2 0.3s linear;
  }
}
header .header-area-wrap .main-menu > ul > li:hover > a {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li:hover > a::before {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li:hover .dropdown-icon2 {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li:hover.menu-item-has-children > a::before {
  color: var(--primary-color4);
}
header .header-area-wrap .main-menu > ul > li.active > a {
  color: var(--dark-title-color);
  border: 1px solid #adda90;
  background-color: var(--primary-color1);
  border-radius: 12px;
}
header .header-area-wrap .main-menu > ul > li.active > a::before {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li.active i {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li.active .dropdown-icon2 {
  color: var(--title-color);
}
header .header-area-wrap .main-menu > ul > li.active.menu-item-has-children > a::before {
  color: var(--title-color);
}
@media (min-width: 992px) {
  header .header-area-wrap .main-menu > ul > li:hover > a {
    color: var(--dark-title-color);
    border: 1px solid #adda90;
    background-color: var(--primary-color1);
    border-radius: 12px;
  }
}
header .header-area-wrap .main-menu > ul li.menu-item-has-children > i {
  display: none;
}
header .header-area-wrap .mobile-logo-area .mobile-logo-wrap img {
  width: 100px;
}
header .header-area-wrap .mobile-logo-area .mobile-logo-wrap .dark {
  display: none;
}
header .header-area-wrap .mobile-logo-area .menu-close-btn {
  height: 38px;
  width: 38px;
  min-width: 38px;
  border-radius: 10px;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.35s;
}
header .header-area-wrap .mobile-logo-area .menu-close-btn i {
  font-size: 26px;
  line-height: 1;
  color: var(--title-color);
  transition: 0.35s;
}
header .header-area-wrap .mobile-logo-area .menu-close-btn:hover {
  background-color: var(--title-color);
}
header .header-area-wrap .mobile-logo-area .menu-close-btn:hover i {
  color: var(--dark-white-color);
}
@media only screen and (max-width: 991px) {
  header .header-area-wrap .dropdown-icon {
    color: var(--white-color);
  }
  header .header-area-wrap .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--dark-white-color);
    border-right: 1px solid var(--borders-color);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header .header-area-wrap .main-menu.show-menu {
    transform: translateX(0);
  }
  header .header-area-wrap .main-menu .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header .header-area-wrap .main-menu .menu-list {
    padding-top: 50px;
    padding-bottom: 30px;
    border: unset;
  }
  header .header-area-wrap .main-menu > ul {
    float: none;
    text-align: left;
    padding: 5px 0px 20px 0;
  }
  header .header-area-wrap .main-menu > ul > li {
    display: block;
    position: relative;
    padding: 0;
  }
  header .header-area-wrap .main-menu > ul > li i {
    display: block;
  }
  header .header-area-wrap .main-menu > ul > li > a {
    padding: 15px 0;
    display: block;
    border: unset;
    color: var(--text-color);
  }
  header .header-area-wrap .main-menu > ul > li ul.sub-menu {
    position: static;
    min-width: 200px;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    padding: 0;
    padding-left: 10px;
    background-color: unset;
  }
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li a {
    color: var(--text-color);
    padding: 10px 0px;
  }
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li a:hover {
    color: var(--title-color);
    margin-left: 10px;
  }
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li a.active {
    color: var(--title-color);
  }
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li i {
    color: var(--text-color);
    right: -13px;
  }
  header .header-area-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu li > a {
    padding: 10px 10px;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu {
    position: static;
    min-width: 200px;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    background-image: unset;
    padding: 10px 0;
    background-color: unset;
    backdrop-filter: unset;
    min-height: unset;
    box-shadow: unset;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row {
    display: block;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .mega-menu-title {
    margin-bottom: 20px;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap {
    padding: 0;
    margin-bottom: 35px;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list {
    display: block;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service {
    margin-bottom: 15px;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a svg {
    min-width: unset;
    width: 35px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 576px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .service-list .single-service a svg {
    width: 30px;
  }
}
@media only screen and (max-width: 991px) {
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .contact-area {
    display: none;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area {
    padding: 0;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li {
    margin-bottom: 12px;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li:last-child {
    margin-bottom: 0;
  }
  header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li .view-all-btn {
    margin-top: 15px;
  }
  header .header-area-wrap .main-menu > ul > li:hover > a {
    color: var(--title-color);
  }
  header .header-area-wrap .main-menu > ul > li:hover i {
    color: var(--title-color);
  }
  header .header-area-wrap .main-menu > ul > li.active > a {
    color: var(--title-color);
    background-color: unset;
    border: unset;
  }
  header .header-area-wrap .main-menu > ul > li .bi {
    top: 13px;
    font-size: 20px;
    color: var(--text-color);
    line-height: 1;
  }
  header .header-area-wrap .main-menu > ul li.menu-item-has-children > i {
    display: block;
  }
  header .header-area-wrap .primary-btn1 {
    width: 100%;
    justify-content: center;
  }
  header .header-area-wrap .primary-btn5 {
    width: 100%;
    justify-content: center;
  }
}
header.home1-header {
  position: absolute;
}
header.home1-header.sticky {
  display: none;
}
header.home2-header {
  padding: 5px 10%;
}
@media (max-width: 1699px) {
  header.home2-header {
    padding: 0px 4%;
  }
}
@media (max-width: 991px) {
  header.home2-header {
    padding: 15px 3.5%;
  }
}
@media (max-width: 576px) {
  header.home2-header {
    padding: 15px 0;
  }
}
header.home2-header.sticky {
  background-color: #000000;
}
header.home2-header .header-area-wrap {
  background-color: unset;
  border: unset;
  border-radius: unset;
  padding: unset;
}
header.home2-header .header-area-wrap .main-menu > ul > li > a {
  color: var(--white-color);
}
header.home2-header .header-area-wrap .main-menu > ul > li.active > a {
  background-color: transparent;
}
header.home2-header .header-area-wrap .main-menu > ul > li.active > a::before {
  color: var(--white-color);
}
@media (min-width: 992px) {
  header.home2-header .header-area-wrap .main-menu > ul > li:hover > a {
    background-color: transparent;
    border: 1px solid var(--primary-color1);
  }
}
header.home2-header .header-area-wrap .nav-right .right-sidebar-button {
  background: rgba(145, 145, 145, 0.2509803922);
  border: 1px solid rgba(255, 255, 255, 0.1098039216);
}
header.home2-header .header-area-wrap .nav-right .right-sidebar-button svg {
  fill: var(--white-color);
}
header.home2-header .header-area-wrap .nav-right .right-sidebar-button:hover {
  background-color: var(--primary-color1);
}
header.home2-header .header-area-wrap .nav-right .right-sidebar-button:hover svg {
  fill: var(--dark-black-color);
}
header.home2-header .header-area-wrap .nav-right .mobile-menu-btn svg {
  fill: var(--white-color);
}
@media only screen and (max-width: 991px) {
  header.home2-header .header-area-wrap .main-menu > ul > li > a {
    color: var(--text-color);
  }
  header.home2-header .header-area-wrap .main-menu > ul > li.active > a {
    color: var(--title-color);
  }
}
header.home3-header {
  padding: 0px 10%;
}
@media (max-width: 1699px) {
  header.home3-header {
    padding: 0px 5%;
  }
}
@media (max-width: 1399px) {
  header.home3-header {
    padding: 0px 3.5%;
  }
}
@media (max-width: 991px) {
  header.home3-header {
    padding: 15px 10px;
  }
}
@media (max-width: 576px) {
  header.home3-header {
    padding: 15px 0px;
  }
}
header.home3-header .header-area-wrap {
  border: unset;
  background-color: unset;
  padding: 0;
}
@media (min-width: 992px) {
  header.home3-header .header-area-wrap .main-menu > ul > li > a {
    padding: 3px 10px;
  }
}
@media (min-width: 992px) {
  header.home3-header .header-area-wrap .main-menu > ul > li:hover > a {
    background-color: transparent;
    color: var(--title-color);
    border: 1px solid var(--title-color);
  }
}
header.home3-header .header-area-wrap .main-menu > ul > li.menu-item-has-children a::before {
  display: none;
}
header.home3-header .header-area-wrap .main-menu > ul > li.active > a {
  background-color: unset;
  border: 1px solid #2c2c2c;
  color: var(--title-color);
}
header.home3-header .header-area-wrap .left-area {
  display: flex;
  align-items: center;
  gap: 70px;
}
header.home3-header .header-area-wrap .right-area .nav-right .mail-area a {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--title-color);
}
header.home3-header .header-area-wrap .right-area .nav-right .primary-btn1 {
  padding: 14px 22px;
}
@media only screen and (max-width: 991px) {
  header.home3-header .main-menu > ul > li.active > a {
    border: unset !important;
  }
  header.home3-header .main-menu > ul > li ul.sub-menu > li > a {
    padding: 10px 0 !important;
  }
}
header.home4-header {
  padding: 0px 10%;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 1699px) {
  header.home4-header {
    padding: 0px 5%;
  }
}
@media (max-width: 991px) {
  header.home4-header {
    padding: 10px 3%;
  }
}
@media (max-width: 576px) {
  header.home4-header {
    padding: 10px 1%;
  }
}
header.home4-header .header-area-wrap {
  border: unset;
  background-color: unset;
  padding: 0;
}
@media (min-width: 992px) {
  header.home4-header .header-area-wrap .main-menu > ul > li > a {
    padding: 3px 10px;
  }
}
header.home4-header .header-area-wrap .main-menu > ul > li.active > a {
  color: var(--title-color);
}
@media (min-width: 992px) {
  header.home4-header .header-area-wrap .main-menu > ul > li.active > a {
    background-color: unset;
    border: 1px solid #2c2c2c;
  }
}
@media (min-width: 992px) {
  header.home4-header .header-area-wrap .main-menu > ul > li:hover > a {
    background-color: transparent;
    color: var(--title-color);
    border: 1px solid var(--title-color);
  }
}
header.home4-header .header-area-wrap .main-menu > ul > li.menu-item-has-children a::before {
  display: none;
}
header.home4-header .header-area-wrap .left-area {
  display: flex;
  align-items: center;
  gap: 70px;
}
header.home4-header .header-area-wrap .right-area .nav-right .mail-area a {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--title-color);
}
header.home4-header .header-area-wrap .right-area .nav-right .primary-btn1 {
  padding: 14px 22px;
}
header.home5-header .header-area-wrap .main-menu > ul > li > a {
  padding: 3px 10px;
}
@media only screen and (max-width: 991px) {
  header.home5-header .header-area-wrap .main-menu > ul > li a {
    padding: 15px 0;
  }
}
@media (max-width: 1699px) {
  header.inner-header {
    padding: 0px 2.7%;
  }
}
@media (max-width: 1399px) {
  header.inner-header {
    padding: 0px 1.5%;
  }
}
@media (max-width: 991px) {
  header.inner-header {
    padding: 10px 2.5%;
  }
}
@media (max-width: 576px) {
  header.inner-header {
    padding: 10px 1%;
  }
}

/*=====================================
  05. home1 Banner Section
========================================*/
.home1-banner-section {
  padding: 145px 187px 0 187px;
  background-image: url(../image/start-up/banner-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1699px) {
  .home1-banner-section {
    padding: 145px 150px 0 150px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section {
    padding: 145px 32px 0 32px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section {
    padding: 130px 0px 0px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section {
    padding: 130px 0px 0px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section {
    padding: 120px 0px 0px;
  }
}
.home1-banner-section .banner-wrapper .banner-content {
  max-width: 816px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-wrapper .banner-content {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-wrapper .banner-content {
    max-width: 500px;
  }
}
.home1-banner-section .banner-wrapper .banner-content h1 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 74px;
  line-height: 1.2;
  text-align: center;
  color: var(--title-color);
  margin-bottom: 15px;
}
@media (max-width: 1699px) {
  .home1-banner-section .banner-wrapper .banner-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-wrapper .banner-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-wrapper .banner-content h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-wrapper .banner-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-wrapper .banner-content h1 {
    font-size: 35px;
  }
}
.home1-banner-section .banner-wrapper .banner-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: var(--text-color);
  padding-bottom: 50px;
  max-width: 660px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-wrapper .banner-content p {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-wrapper .banner-content p {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.home1-banner-section .banner-wrapper .banner-content .button-area {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}
@media (max-width: 576px) {
  .home1-banner-section .banner-wrapper .banner-content .button-area {
    flex-flow: column;
    gap: 20px;
  }
}
.home1-banner-section .banner-wrapper .banner-content .button-area .rating-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
.home1-banner-section .banner-wrapper .banner-content .button-area .rating-area .review span {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.home1-banner-section .banner-wrapper .banner-content .button-area .rating-area .review .light-logo {
  display: block;
}
.home1-banner-section .banner-wrapper .banner-content .button-area .rating-area .review .dark-logo {
  display: none;
}
.home1-banner-section .banner-wrapper .banner-content .button-area .rating-area .rating .star {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
  margin-bottom: 9px;
}
.home1-banner-section .banner-wrapper .banner-content .button-area .rating-area .rating .star li i {
  color: #ff3d2e;
  font-size: 12px;
}
.home1-banner-section .banner-wrapper .banner-content .button-area .rating-area .rating span {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.home1-banner-section .banner-wrapper .banner-img-wrap {
  position: relative;
  text-align: center;
}
.home1-banner-section .banner-wrapper .banner-img-wrap .banner-img {
  -webkit-mask-image: url(../image/start-up/banner-image-mask.png);
          mask-image: url(../image/start-up/banner-image-mask.png);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-wrapper .banner-img-wrap .banner-img {
    -webkit-mask-size: contain;
            mask-size: contain;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-wrapper .banner-img-wrap .banner-img {
    -webkit-mask-image: unset;
            mask-image: unset;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-wrapper .banner-img-wrap .banner-img {
    -webkit-mask-image: unset;
            mask-image: unset;
  }
}
.home1-banner-section .banner-wrapper .banner-img-wrap .banner-img img {
  width: 100%;
}
@media (max-width: 991px) {
  .home1-banner-section .banner-wrapper .banner-img-wrap .banner-img img {
    min-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-wrapper .banner-img-wrap .banner-img img {
    border-radius: 7px;
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 15px;
  }
}
.home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area {
  padding: 26px 30px;
  background-image: url(../image/start-up/counter-area-bg.png);
  background-size: cover;
  border-radius: 12px;
  min-width: 204px;
  max-width: 204px;
  min-height: 194px;
  position: absolute;
  display: inline-flex;
  justify-content: start;
  top: 0;
  left: 0;
}
@media (max-width: 1699px) {
  .home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area {
    min-width: 175px;
    max-width: 175px;
    min-height: 165px;
    max-height: 165px;
    padding: 20px 30px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area {
    min-width: 153px;
    max-width: 153px;
    min-height: 145px;
    max-height: 145px;
    padding: 10px 20px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area {
    min-width: 134px;
    max-width: 134px;
    min-height: 126px;
    max-height: 126px;
    padding: 10px 15px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area {
    min-width: 153px;
    max-width: 153px;
    min-height: 145px;
    max-height: 145px;
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area {
    position: relative;
    top: unset;
    left: unset;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area {
    min-height: 120px;
    max-height: 120px;
    border-radius: 7px;
    padding: 15px 13px;
    min-width: 130px;
    max-width: 130px;
  }
}
.home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area .counter-content {
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area .counter-content .number {
  display: flex;
  align-items: center;
}
.home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area .counter-content .number h2,
.home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area .counter-content .number span {
  color: var(--white-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area .counter-content .number h2,
  .home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area .counter-content .number span {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area .counter-content .number h2,
  .home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area .counter-content .number span {
    font-size: 30px;
  }
}
.home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area .counter-content p {
  color: var(--white-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area .counter-content p {
    font-weight: 400;
  }
}
.home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area.two {
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
  background-image: url(../image/start-up/counter-area-bg2.png);
  background-size: cover;
  min-height: 188px;
}
@media (max-width: 1699px) {
  .home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area.two {
    min-height: 160px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area.two {
    min-height: 140px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area.two {
    min-height: 122px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area.two {
    min-height: 140px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area.two {
    bottom: unset;
    right: unset;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area.two {
    min-height: 120px;
    max-height: 120px;
  }
}
.home1-banner-section.sass-banner-section {
  min-height: 1090px;
  max-height: 1090px;
}
.home1-banner-section.sass-banner-section .banner-wrapper .banner-content {
  max-width: 842px;
}
.home1-banner-section.sass-banner-section .banner-wrapper .banner-content h1 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 70px;
  line-height: 1.2;
  text-align: center;
  color: var(--title-color);
}
.home1-banner-section.sass-banner-section .banner-wrapper .banner-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 50px;
}
.home1-banner-section.sass-banner-section .banner-wrapper .banner-content ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home1-banner-section.sass-banner-section .banner-wrapper .banner-content ul li .icon {
  margin-top: -5px;
}
.home1-banner-section.sass-banner-section .banner-wrapper .banner-content ul li .content h6 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
}
.home1-banner-section.sass-banner-section .banner-btm-img {
  display: flex;
  justify-content: center;
}

/*=====================================
  06. About us section 
========================================*/
.about-us-section .section-title {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .about-us-section .section-title {
    margin-bottom: 45px;
  }
}
.about-us-section .about-us-content-wrap {
  border-top: 1px solid var(--borders-color);
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .about-us-section .about-us-content-wrap {
    padding-top: 45px;
  }
}
@media (max-width: 991px) {
  .about-us-section .about-us-content-wrap {
    padding-top: 50px;
  }
}
.about-us-section .about-us-content-wrap .counter-area-wrap .counter-area {
  display: flex;
  align-items: end;
  gap: 20px;
  max-width: 300px;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .about-us-section .about-us-content-wrap .counter-area-wrap .counter-area {
    gap: 15px;
  }
}
.about-us-section .about-us-content-wrap .counter-area-wrap .counter-area h2 {
  position: relative;
  line-height: 1;
  margin-bottom: 0;
}
.about-us-section .about-us-content-wrap .counter-area-wrap .counter-area h2 strong {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 74px;
  line-height: 1;
  display: inline-block;
}
.about-us-section .about-us-content-wrap .counter-area-wrap .counter-area h2 sup {
  color: var(--title-color);
  font-size: 30px;
  font-weight: 300;
  top: 5px;
  position: absolute;
}
.about-us-section .about-us-content-wrap .counter-area-wrap .counter-area span {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.about-us-section .about-us-content-wrap .counter-area-wrap .author-area {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .about-us-section .about-us-content-wrap .counter-area-wrap .author-area {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .about-us-section .about-us-content-wrap .counter-area-wrap .author-area {
    gap: 10px;
  }
}
.about-us-section .about-us-content-wrap .counter-area-wrap .author-area .author-img-grp {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.about-us-section .about-us-content-wrap .counter-area-wrap .author-area .author-img-grp li img {
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--dark-white-color);
  margin-left: -20px;
}
@media (max-width: 576px) {
  .about-us-section .about-us-content-wrap .counter-area-wrap .author-area .author-img-grp li img {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
  }
}
.about-us-section .about-us-content-wrap .counter-area-wrap .author-area .author-img-grp li:first-child img {
  margin-left: 0;
}
.about-us-section .about-us-content-wrap .counter-area-wrap .author-area h3,
.about-us-section .about-us-content-wrap .counter-area-wrap .author-area h6 {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  max-width: 175px;
  width: 100%;
}
.about-us-section .about-us-content-wrap .counter-area-wrap .author-area h3 strong,
.about-us-section .about-us-content-wrap .counter-area-wrap .author-area h6 strong {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 576px) {
  .about-us-section .about-us-content-wrap .counter-area-wrap .author-area h3,
  .about-us-section .about-us-content-wrap .counter-area-wrap .author-area h6 {
    min-width: unset;
  }
}
.about-us-section .about-us-content-wrap .video-and-content-area {
  display: flex;
  gap: 57px;
}
.about-us-section .about-us-content-wrap .video-and-content-area .video-area {
  position: relative;
}
@media (max-width: 1399px) {
  .about-us-section .about-us-content-wrap .video-and-content-area .video-area {
    max-width: 245px;
  }
}
@media (max-width: 1199px) {
  .about-us-section .about-us-content-wrap .video-and-content-area .video-area {
    display: none;
  }
}
.about-us-section .about-us-content-wrap .video-and-content-area .video-area .play-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6117647059);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 28%;
}
@media (max-width: 1399px) {
  .about-us-section .about-us-content-wrap .video-and-content-area .video-area .play-btn {
    left: 25%;
  }
}
.about-us-section .about-us-content-wrap .video-and-content-area .video-area .play-btn svg {
  fill: var(--dark-black-color);
  margin-top: 2px;
}
.about-us-section .about-us-content-wrap .video-and-content-area .content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 50px;
  max-width: 536px;
}
@media (max-width: 991px) {
  .about-us-section .about-us-content-wrap .video-and-content-area .content p {
    margin-bottom: 40px;
  }
}
.about-us-section .key-point-area {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .about-us-section .key-point-area {
    margin-top: 50px;
  }
}
.about-us-section .key-point-area .single-key-point {
  width: 312px;
  height: 312px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  place-content: center;
  position: relative;
  z-index: 1;
  transition: 0.35s;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .about-us-section .key-point-area .single-key-point {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1199px) {
  .about-us-section .key-point-area .single-key-point {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .about-us-section .key-point-area .single-key-point {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 576px) {
  .about-us-section .key-point-area .single-key-point {
    width: 250px;
    height: 250px;
  }
}
.about-us-section .key-point-area .single-key-point .vector {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1399px) {
  .about-us-section .key-point-area .single-key-point .vector {
    display: none;
  }
}
.about-us-section .key-point-area .single-key-point .icon {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .about-us-section .key-point-area .single-key-point .icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .about-us-section .key-point-area .single-key-point .icon {
    margin-bottom: 12px;
  }
}
.about-us-section .key-point-area .single-key-point .icon svg {
  fill: var(--title-color);
}
@media (max-width: 1199px) {
  .about-us-section .key-point-area .single-key-point .icon svg {
    width: 44px;
  }
}
.about-us-section .key-point-area .single-key-point .content {
  max-width: 194px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .about-us-section .key-point-area .single-key-point .content {
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  .about-us-section .key-point-area .single-key-point .content {
    max-width: 130px;
  }
}
.about-us-section .key-point-area .single-key-point .content h4 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  color: var(--title-color);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .about-us-section .key-point-area .single-key-point .content h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .about-us-section .key-point-area .single-key-point .content h4 {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .about-us-section .key-point-area .single-key-point .content h4 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.about-us-section .key-point-area .single-key-point.style-2 .vector {
  transform: rotate(-180deg);
}
.about-us-section .key-point-area .single-key-point:hover {
  background-color: #e2fcd1;
}
.about-us-section .key-point-area .single-key-point:hover .icon svg {
  fill: var(--dark-title-color);
}
.about-us-section .key-point-area .single-key-point:hover .content h4 {
  color: var(--dark-title-color);
}
.about-us-section .counter-wrap {
  padding-top: 33px;
  position: relative;
}
.about-us-section .counter-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
}
.about-us-section .counter-wrap .divider {
  position: relative;
}
.about-us-section .counter-wrap .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  height: 139px;
  width: 1px;
  background: #d9d9d9;
}
@media (max-width: 1199px) {
  .about-us-section .counter-wrap .divider::before {
    height: 116px;
  }
}
@media (max-width: 991px) {
  .about-us-section .counter-wrap .divider::before {
    display: none;
  }
}
.about-us-section .counter-wrap .single-countdown {
  text-align: center;
  display: flex;
  align-items: end;
  gap: 30px;
}
@media (max-width: 1199px) {
  .about-us-section .counter-wrap .single-countdown {
    gap: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-us-section .counter-wrap .single-countdown {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .about-us-section .counter-wrap .single-countdown {
    gap: 20px;
  }
}
.about-us-section .counter-wrap .single-countdown .number {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us-section .counter-wrap .single-countdown .number h2,
.about-us-section .counter-wrap .single-countdown .number span {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 74px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .about-us-section .counter-wrap .single-countdown .number h2,
  .about-us-section .counter-wrap .single-countdown .number span {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .about-us-section .counter-wrap .single-countdown .number h2,
  .about-us-section .counter-wrap .single-countdown .number span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .about-us-section .counter-wrap .single-countdown .number h2,
  .about-us-section .counter-wrap .single-countdown .number span {
    font-size: 60px;
  }
}
@media (max-width: 576px) {
  .about-us-section .counter-wrap .single-countdown .number h2,
  .about-us-section .counter-wrap .single-countdown .number span {
    font-size: 58px;
  }
}
.about-us-section .counter-wrap .single-countdown span {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  max-width: 118px;
  text-align: start;
  text-transform: capitalize;
  margin-bottom: 6px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-us-section .counter-wrap .single-countdown span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .about-us-section .counter-wrap .single-countdown span {
    font-size: 15px;
    max-width: 100px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .about-us-section .counter-wrap .single-countdown span {
    font-size: 17px;
    max-width: 118px;
  }
}
@media (max-width: 576px) {
  .about-us-section .counter-wrap .single-countdown span {
    font-size: 16px;
    max-width: 110px;
    line-height: 1.2;
  }
}
.about-us-section.home2-about-us .about-us-content-wrap {
  border-top: unset;
  padding-top: unset;
}
.about-us-section.home2-about-us .about-us-content-wrap .left-about-area .section-title {
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .about-us-section.home2-about-us .about-us-content-wrap .left-about-area .section-title {
    margin-bottom: 20px;
  }
}
.about-us-section.home2-about-us .about-us-content-wrap .left-about-area .about-image {
  position: relative;
}
@media (max-width: 991px) {
  .about-us-section.home2-about-us .about-us-content-wrap .left-about-area .about-image {
    margin-bottom: 80px;
  }
}
.about-us-section.home2-about-us .about-us-content-wrap .left-about-area .about-image .award-img {
  position: absolute;
  top: unset;
  left: 112px;
  bottom: -97px;
}
.about-us-section.home2-about-us .about-us-content-wrap .right-about-area .section-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about-us-section.home2-about-us .about-us-content-wrap .right-about-area .section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .about-us-section.home2-about-us .about-us-content-wrap .right-about-area .section-title {
    margin-bottom: 30px;
  }
}
.about-us-section.home2-about-us .about-us-content-wrap .right-about-area .counter-area-wrap .author-area {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about-us-section.home2-about-us .about-us-content-wrap .right-about-area .counter-area-wrap .author-area {
    margin-bottom: 25px;
  }
}
.about-us-section.home2-about-us .about-us-content-wrap .right-about-area .video-and-content-area {
  margin-left: 103px;
}
@media (max-width: 767px) {
  .about-us-section.home2-about-us .about-us-content-wrap .right-about-area .video-and-content-area {
    margin-left: 0;
  }
}
.about-us-section.home2-about-us .about-us-content-wrap .right-about-area .video-and-content-area .content p {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .about-us-section.home2-about-us .about-us-content-wrap .right-about-area .video-and-content-area .content p {
    font-size: 17px;
  }
}
.about-us-section.home2-about-us .about-us-content-wrap .right-about-area .video-and-content-area .content .primary-btn1 {
  padding: 16px 15px;
}

/*=====================================
  07. home1 our work Section
========================================*/
.home1-our-work-section .our-work-wrapper .our-work-img ul {
  padding: 0;
  margin: 0;
  list-style: none;
  min-height: 530px;
  max-width: 455px;
  height: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .home1-our-work-section .our-work-wrapper .our-work-img ul {
    min-height: 450px;
  }
}
@media (max-width: 991px) {
  .home1-our-work-section .our-work-wrapper .our-work-img ul {
    height: unset;
  }
}
.home1-our-work-section .our-work-wrapper .our-work-img ul li .single-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  animation: qodef-animate-image-out 1s 0.1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 12;
  transform: rotate(5deg);
}
@media (max-width: 576px) {
  .home1-our-work-section .our-work-wrapper .our-work-img ul li .single-img {
    height: unset;
  }
}
.home1-our-work-section .our-work-wrapper .our-work-img ul li .single-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 576px) {
  .home1-our-work-section .our-work-wrapper .our-work-img ul li .single-img img {
    height: unset;
  }
}
.home1-our-work-section .our-work-wrapper .our-work-img ul li .sm-img {
  position: absolute;
  display: block;
  min-height: 215px;
  max-width: 265px;
  bottom: 140px;
  right: -100px;
  animation: qodef-animate-sm-image-out 2s 0.1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 15;
  transform: rotate(-3deg);
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-our-work-section .our-work-wrapper .our-work-img ul li .sm-img {
    right: -80px;
  }
}
@media (max-width: 1399px) {
  .home1-our-work-section .our-work-wrapper .our-work-img ul li .sm-img {
    min-height: 250px;
    max-width: 250px;
    right: -80px;
  }
}
@media (max-width: 1199px) {
  .home1-our-work-section .our-work-wrapper .our-work-img ul li .sm-img {
    min-height: 220px;
    max-width: 220px;
    right: -60px;
  }
}
@media (max-width: 991px) {
  .home1-our-work-section .our-work-wrapper .our-work-img ul li .sm-img {
    display: none;
  }
}
.home1-our-work-section .our-work-wrapper .our-work-img ul li .sm-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .home1-our-work-section .our-work-wrapper .our-work-img ul li .sm-img img {
    height: unset;
  }
}
.home1-our-work-section .our-work-wrapper .our-work-img ul li.active .single-img {
  z-index: 15;
  animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
.home1-our-work-section .our-work-wrapper .our-work-img ul li.active .sm-img {
  animation: qodef-animate-sm-image-in 1.5s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 16;
}
.home1-our-work-section .our-work-wrapper .our-work-img.two {
  position: relative;
}
.home1-our-work-section .our-work-wrapper .our-work-img.two ul {
  min-height: 350px;
  max-width: 345px;
  margin-left: auto;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-our-work-section .our-work-wrapper .our-work-img.two ul {
    min-height: 320px;
  }
}
@media (max-width: 1399px) {
  .home1-our-work-section .our-work-wrapper .our-work-img.two ul {
    min-height: 280px;
  }
}
@media (max-width: 1199px) {
  .home1-our-work-section .our-work-wrapper .our-work-img.two ul {
    min-height: 240px;
  }
}
@media (max-width: 767px) {
  .home1-our-work-section .our-work-wrapper .our-work-img.two ul {
    margin-left: 0;
  }
}
.home1-our-work-section .our-work-wrapper .our-work-list {
  max-width: 500px;
  width: 100%;
}
.home1-our-work-section .our-work-wrapper .our-work-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home1-our-work-section .our-work-wrapper .our-work-list ul li {
  margin-bottom: 25px;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--borders-color);
}
@media (max-width: 1199px) {
  .home1-our-work-section .our-work-wrapper .our-work-list ul li {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home1-our-work-section .our-work-wrapper .our-work-list ul li {
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
}
.home1-our-work-section .our-work-wrapper .our-work-list ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.home1-our-work-section .our-work-wrapper .our-work-list ul li:last-child .service-content p {
  margin-bottom: 0;
}
.home1-our-work-section .our-work-wrapper .our-work-list ul li h2 {
  margin-bottom: 0;
}
.home1-our-work-section .our-work-wrapper .our-work-list ul li h2 a {
  color: var(--text-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .home1-our-work-section .our-work-wrapper .our-work-list ul li h2 a {
    font-size: 22px;
  }
}
.home1-our-work-section .our-work-wrapper .our-work-list ul li .service-content {
  padding-top: 12px;
  line-height: 1;
  overflow: hidden;
  display: none;
  transform-origin: top;
  transition: 0.35s;
}
@media (max-width: 1199px) {
  .home1-our-work-section .our-work-wrapper .our-work-list ul li .service-content {
    padding-top: 15px;
  }
}
.home1-our-work-section .our-work-wrapper .our-work-list ul li .service-content p {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .home1-our-work-section .our-work-wrapper .our-work-list ul li .service-content p {
    font-size: 17px;
  }
}
.home1-our-work-section .our-work-wrapper .our-work-list ul li .service-content p strong {
  font-weight: 600;
  color: var(--title-color);
}
.home1-our-work-section .our-work-wrapper .our-work-list ul li.active h2 a {
  font-weight: 500;
  color: var(--title-color);
}
.home1-our-work-section .our-work-wrapper .our-work-list ul li.active .service-content {
  display: block;
  height: 100%;
  animation: fade-down 0.45s linear;
}
.home1-our-work-section.innerpage-work-section {
  background-image: url(../image/innerpage/innerpage-our-work-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
}

@keyframes qodef-animate-image-out {
  0% {
    transform: scale(1) translateZ(0) rotate(5deg);
    clip-path: inset(0 0 0 0);
  }
  100% {
    transform: scale(1) rotate(5deg);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image-in {
  0% {
    transform: scale(1.05) translateZ(0) rotate(5deg);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    transform: scale(1) rotate(5deg);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-sm-image-out {
  0% {
    transform: scale(1) translateZ(0) rotate(-3deg);
    clip-path: inset(0 0 0 0);
  }
  100% {
    transform: scale(1) rotate(-3deg);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-sm-image-in {
  0% {
    transform: scale(1.05) translateZ(0) rotate(-3deg);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    transform: scale(1) rotate(-3deg);
    clip-path: inset(0 0 0 0);
  }
}
/*=====================================
  08. Home1 Portfolio Section CSS
========================================*/
.home1-portfolio-section .section-title.three .right-content .view-more-btn::before {
  right: 30%;
}

.portfolio-card .portfolio-img-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: block;
  transition: all 0.5s ease-out;
}
.portfolio-card .portfolio-img-wrap img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-out;
}
.portfolio-card .portfolio-img-wrap::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.portfolio-card .portfolio-content {
  padding-top: 20px;
}
@media (max-width: 576px) {
  .portfolio-card .portfolio-content {
    padding-top: 15px;
  }
}
.portfolio-card .portfolio-content h3 {
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-card .portfolio-content h3 {
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .portfolio-card .portfolio-content h3 {
    line-height: 1.2;
  }
}
.portfolio-card .portfolio-content h3 a {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
@media (max-width: 1199px) {
  .portfolio-card .portfolio-content h3 a {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-card .portfolio-content h3 a {
    font-size: 21px;
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .portfolio-card .portfolio-content h3 a {
    font-size: 23px;
    line-height: 1.2;
  }
}
.portfolio-card .portfolio-content h3 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}
.portfolio-card .portfolio-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.portfolio-card .portfolio-content ul li {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.portfolio-card .portfolio-content ul li a {
  color: var(--title-color);
  display: block;
  padding: 5px 17px;
  border-radius: 100px;
  border: 1px solid var(--borders-color);
  transition: 0.5s;
}
@media (max-width: 991px) {
  .portfolio-card .portfolio-content ul li a {
    padding: 5px 12px;
  }
}
.portfolio-card .portfolio-content ul li a:hover {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
  color: var(--dark-title-color);
}
.portfolio-card .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 24px;
  right: 34px;
  opacity: 0;
  transition: 0.8s;
}
.portfolio-card .icon > a svg {
  fill: var(--title-color);
}
.portfolio-card:hover .portfolio-img-wrap img {
  transform: scale(1.1);
}
.portfolio-card:hover .portfolio-img-wrap::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.portfolio-card:hover .icon {
  opacity: 1;
}
.portfolio-card.two .portfolio-img {
  transform-origin: bottom left;
}
.portfolio-card.style-2 .portfolio-img {
  transform: none;
  transform-origin: unset;
  border-radius: unset;
  position: relative;
}
.portfolio-card.style-2 .portfolio-img img {
  transform: none;
  border-radius: unset;
}
.portfolio-card.style-2 .portfolio-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.portfolio-card.style-2 .portfolio-content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.portfolio-card.style-2 .portfolio-content-wrap .tag a {
  color: var(--text-color);
  font-family: var(--font-kanit);
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .portfolio-card.style-2 .portfolio-content-wrap .tag a {
    font-size: 14px;
  }
}
.portfolio-card.style-2 .portfolio-content-wrap .tag a:hover {
  color: var(--title-color);
}
.portfolio-card.style-2 .portfolio-content {
  padding-top: 25px;
}
@media (max-width: 576px) {
  .portfolio-card.style-2 .portfolio-content {
    padding-top: 20px;
  }
}
.portfolio-card.style-2 .portfolio-content h3 {
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .portfolio-card.style-2 .portfolio-content h3 {
    margin-bottom: 8px;
  }
}
.portfolio-card.style-2 .portfolio-content h3 a {
  font-family: var(--font-spaceGrotesk);
}
.portfolio-card.style-2 .portfolio-content span {
  color: var(--text-color);
  font-family: var(--font-kanit);
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .portfolio-card.style-2 .portfolio-content span {
    font-size: 14px;
  }
}
.portfolio-card.style-2 .portfolio-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-card.style-2.multi-img-effect .portfolio-img {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.portfolio-card.style-2.multi-img-effect .portfolio-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease; /* smooth fade */
}
.portfolio-card.style-2.multi-img-effect .portfolio-img img:first-child {
  position: relative;
  opacity: 1;
}
.portfolio-card.style-3 .portfolio-img {
  transform: none;
  transform-origin: unset;
  border-radius: unset;
  position: relative;
  cursor: pointer;
}
.portfolio-card.style-3 .portfolio-img img {
  transform: none;
  border-radius: unset;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-card.style-3 .portfolio-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.portfolio-card.style-3 .portfolio-content {
  padding-top: 25px;
}
@media (max-width: 576px) {
  .portfolio-card.style-3 .portfolio-content {
    padding-top: 20px;
  }
}
.portfolio-card.style-3 .portfolio-content h3 {
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .portfolio-card.style-3 .portfolio-content h3 {
    margin-bottom: 8px;
  }
}
.portfolio-card.style-3 .portfolio-content h3 a {
  color: var(--white-color);
  background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
.portfolio-card.style-3 .portfolio-content h3 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}
.portfolio-card.style-3 .portfolio-content span {
  color: var(--dark-text-color);
  font-family: var(--font-kanit);
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .portfolio-card.style-3 .portfolio-content span {
    font-size: 14px;
  }
}

/*=====================================
  09. Home3 Service Section CSS
========================================*/
.home1-process-section {
  background-color: #eef7fe;
  padding: 120px 0 140px;
  position: relative;
  z-index: 1;
}
.home1-process-section .vector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home1-process-section .vector.dark {
  display: none;
}
@media (max-width: 1399px) {
  .home1-process-section {
    padding: 120px 0;
  }
}
@media (max-width: 1199px) {
  .home1-process-section {
    padding: 90px 0;
  }
}
.home1-process-section .process-count {
  position: relative;
}
.home1-process-section .process-count span {
  color: var(--primary-color2);
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
}
.home1-process-section .process-count::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 234px;
  height: 1px;
  background-color: #cfeaff;
}
@media (max-width: 1399px) {
  .home1-process-section .process-count::after {
    right: 20px;
    width: 210px;
  }
}
.home1-process-section .process-wrapper .process-list {
  max-width: 1120px;
  width: 100%;
  position: relative;
}
@media (max-width: 1699px) {
  .home1-process-section .process-wrapper .process-list {
    max-width: 1020px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-process-section .process-wrapper .process-list {
    max-width: 920px;
  }
}
@media (max-width: 1399px) {
  .home1-process-section .process-wrapper .process-list {
    max-width: 850px;
  }
}
@media (max-width: 1199px) {
  .home1-process-section .process-wrapper .process-list {
    max-width: unset;
  }
}
@media (max-width: 991px) {
  .home1-process-section .process-wrapper .process-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    row-gap: 35px;
  }
}
@media (max-width: 767px) {
  .home1-process-section .process-wrapper .process-list {
    display: unset;
  }
}
.home1-process-section .process-wrapper .process-list .single-process {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 30px 0;
  border-bottom: 1px solid #cfeaff;
  position: relative;
  will-change: transform;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-process-section .process-wrapper .process-list .single-process {
    gap: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home1-process-section .process-wrapper .process-list .single-process {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .home1-process-section .process-wrapper .process-list .single-process {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .home1-process-section .process-wrapper .process-list .single-process {
    border: unset;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .home1-process-section .process-wrapper .process-list .single-process {
    display: block;
  }
  .home1-process-section .process-wrapper .process-list .single-process:first-child {
    border-top: unset;
  }
  .home1-process-section .process-wrapper .process-list .single-process:last-child {
    padding-bottom: 0;
  }
}
.home1-process-section .process-wrapper .process-list .single-process .dot {
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  background: var(--primary-color2);
  border-radius: 50%;
  transform: translateX(-12px);
}
@media (max-width: 991px) {
  .home1-process-section .process-wrapper .process-list .single-process .dot {
    display: none;
  }
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap {
  position: relative;
  z-index: 9;
  max-width: 492px;
  width: 100%;
  height: 100%;
  background-color: #dfeace;
  border-radius: 10px;
  padding: 40px 53px;
}
@media (max-width: 1399px) {
  .home1-process-section .process-wrapper .process-list .single-process .process-content-wrap {
    padding: 40px 30px 40px 30px;
  }
}
@media (max-width: 767px) {
  .home1-process-section .process-wrapper .process-list .single-process .process-content-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .home1-process-section .process-wrapper .process-list .single-process .process-content-wrap {
    padding: 30px 20px 30px 20px;
  }
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #cbdeaf;
  width: 130px;
  height: 139px;
  display: flex;
  justify-content: end;
  transition: all 0.6s ease-out 0s;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  border-radius: 0 10px;
  z-index: 1;
}
@media (max-width: 767px) {
  .home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .icon {
    width: 125px;
  }
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .icon svg {
  fill: var(--dark-title-color);
  margin-top: 30px;
  margin-right: 25px;
}
@media (max-width: 576px) {
  .home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .icon svg {
    margin-top: 25px;
    margin-right: 20px;
  }
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .process-content {
  position: relative;
  z-index: 9;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .process-content h3 {
  color: var(--dark-title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  max-width: 157px;
  margin-bottom: 15px;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .process-content p {
  color: var(--global-text-color);
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 22px;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .process-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .process-content ul li {
  color: var(--global-text-color);
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .process-content ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .process-content ul li {
    gap: 8px;
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .process-content ul li {
    margin-bottom: 15px;
  }
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .process-content ul li svg {
  fill: var(--white-color);
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap .process-content ul li svg circle {
  fill: #abc28a;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap.two {
  background-color: #f7f9c8;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap.two .icon {
  background-color: #e6e8b3;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap.two .process-content ul li svg circle {
  fill: #d3d5a4;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap.three {
  background-color: #f8dec4;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap.three .icon {
  background-color: #f4d0ac;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap.three .process-content ul li svg circle {
  fill: #d0b192;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap.four {
  background-color: #d9e7f8;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap.four .icon {
  background-color: #c9dbf0;
}
.home1-process-section .process-wrapper .process-list .single-process .process-content-wrap.four .process-content ul li svg circle {
  fill: #b7cadf;
}
.home1-process-section .process-wrapper .process-list .single-process::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #cfeaff;
}
@media (max-width: 991px) {
  .home1-process-section .process-wrapper .process-list .single-process::before {
    display: none;
  }
}

/*=====================================
  10. Home1 blog Section CSS
========================================*/
.home1-blog-section .section-title h2 {
  max-width: 475px;
}
.home1-blog-section .section-title p {
  max-width: 418px;
}
.home1-blog-section .section-title.three .right-content .view-more-btn::before {
  right: 30%;
}
.home1-blog-section.font-alt .blog-card .blog-content h2,
.home1-blog-section.font-alt .blog-card .blog-content h3 {
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .home1-blog-section.font-alt .blog-card .blog-content h2,
  .home1-blog-section.font-alt .blog-card .blog-content h3 {
    line-height: 1;
  }
}
.home1-blog-section.font-alt .blog-card .blog-content h2 a,
.home1-blog-section.font-alt .blog-card .blog-content h3 a {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
}
.home1-blog-section.sass-blog-section .section-title {
  align-items: center;
}
@media (max-width: 1199px) {
  .home1-blog-section.sass-blog-section .section-title {
    align-items: start;
  }
}
.home1-blog-section.sass-blog-section .section-title.three .right-content .view-more-btn::before {
  right: 108%;
}

.blog-card .blog-image-wrap {
  position: relative;
}
.blog-card .blog-image-wrap .blog-img {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.blog-card .blog-image-wrap .blog-img img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-out;
  border-radius: 10px;
}
.blog-card .blog-image-wrap .blog-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.blog-card .blog-image-wrap .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 24px;
  right: 25px;
  opacity: 0;
  transition: 0.8s;
}
.blog-card .blog-image-wrap .icon > a svg {
  fill: var(--title-color);
}
.blog-card .blog-image-wrap:hover .icon {
  opacity: 1;
}
.blog-card .blog-content {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .blog-card .blog-content {
    padding-top: 20px;
  }
}
.blog-card .blog-content .blog-meta {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 13px;
}
.blog-card .blog-content .blog-meta li {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card .blog-content .blog-meta li {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .blog-card .blog-content .blog-meta li {
    font-size: 15px;
  }
}
.blog-card .blog-content .blog-meta li a {
  color: var(--text-color);
  transition: 0.5s;
}
.blog-card .blog-content .blog-meta li a:hover {
  color: var(--title-color);
}
.blog-card .blog-content .blog-meta li svg {
  fill: var(--text-color);
}
.blog-card .blog-content h2,
.blog-card .blog-content h3 {
  margin-bottom: 0;
  line-height: 1.3;
}
.blog-card .blog-content h2 a,
.blog-card .blog-content h3 a {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 26px;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
@media (max-width: 1399px) {
  .blog-card .blog-content h2 a,
  .blog-card .blog-content h3 a {
    font-size: 23px;
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .blog-card .blog-content h2 a,
  .blog-card .blog-content h3 a {
    font-size: 22px;
  }
}
.blog-card .blog-content h2 a:hover,
.blog-card .blog-content h3 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}
.blog-card.style-2 {
  border: 1px solid var(--borders-color);
  border-radius: 10px;
}
.blog-card.style-2 .blog-image-wrap .blog-img {
  border-radius: 10px 10px 0 0;
}
.blog-card.style-2 .blog-image-wrap .blog-img img {
  border-radius: 10px 10px 0 0;
}
.blog-card.style-2 .blog-image-wrap .blog-img canvas {
  border-radius: 10px 10px 0 0;
}
.blog-card.style-2 .blog-content {
  padding: 32px 30px;
}
@media (max-width: 1399px) {
  .blog-card.style-2 .blog-content {
    padding: 25px 19px;
  }
}
@media (max-width: 1199px) {
  .blog-card.style-2 .blog-content {
    padding: 23px 15px;
  }
}
.blog-card.style-2 .blog-content .blog-meta {
  gap: 15px;
}
@media (max-width: 1199px) {
  .blog-card.style-2 .blog-content .blog-meta {
    gap: 8px;
  }
}
@media (max-width: 1199px) {
  .blog-card.style-2 .blog-content .blog-meta li {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .blog-card.style-2 .blog-content .blog-meta li svg {
    width: 27px;
  }
}
.blog-card.style-2 .blog-content h3 {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .blog-card.style-2 .blog-content h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .blog-card.style-2 .blog-content h3 a {
    font-size: 21px;
    line-height: 1;
  }
}
.blog-card.style-2 .blog-content .view-details-btn {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  color: var(--title-color);
  position: relative;
}
.blog-card.style-2 .blog-content .view-details-btn .arrow {
  fill: var(--title-color);
  transition: 0.5s;
}
.blog-card.style-2 .blog-content .view-details-btn:hover .arrow {
  transform: rotate(45deg);
}
.blog-card.home3-blog-card .blog-content .blog-meta li {
  font-size: 15px;
}
.blog-card.home3-blog-card .blog-content h2,
.blog-card.home3-blog-card .blog-content h3 {
  margin-bottom: 28px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .blog-card.home3-blog-card .blog-content h2,
  .blog-card.home3-blog-card .blog-content h3 {
    line-height: 1;
  }
}
.blog-card.home3-blog-card .blog-content h2 a,
.blog-card.home3-blog-card .blog-content h3 a {
  font-family: var(--font-funnel-display);
  font-weight: 400;
}
@media (max-width: 1199px) {
  .blog-card.home3-blog-card .blog-content h2 a,
  .blog-card.home3-blog-card .blog-content h3 a {
    font-size: 19px;
  }
}
.blog-card.home4-blog-card {
  display: flex;
  gap: 30px;
  border: unset;
  align-items: center;
}
@media (max-width: 1399px) {
  .blog-card.home4-blog-card {
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .blog-card.home4-blog-card {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .blog-card.home4-blog-card {
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.blog-card.home4-blog-card .blog-image-wrap .blog-img .shape-hover-img img {
  max-width: 312px;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .blog-card.home4-blog-card .blog-image-wrap .blog-img .shape-hover-img img {
    max-width: 240px;
  }
}
@media (max-width: 1199px) {
  .blog-card.home4-blog-card .blog-image-wrap .blog-img .shape-hover-img img {
    max-width: 182px;
  }
}
@media (max-width: 991px) {
  .blog-card.home4-blog-card .blog-image-wrap .blog-img .shape-hover-img img {
    max-width: 312px;
  }
}
@media (max-width: 767px) {
  .blog-card.home4-blog-card .blog-image-wrap .blog-img .shape-hover-img img {
    max-width: 250px;
  }
}
@media (max-width: 576px) {
  .blog-card.home4-blog-card .blog-image-wrap .blog-img .shape-hover-img img {
    max-width: unset;
    width: 100%;
  }
}
.blog-card.home4-blog-card .blog-image-wrap .blog-img .shape-hover-img canvas {
  border-radius: 10px;
}
.blog-card.home4-blog-card .blog-content {
  padding: 0;
  border: unset;
}
@media (max-width: 1399px) {
  .blog-card.home4-blog-card .blog-content .blog-meta {
    gap: 13px;
  }
}
@media (max-width: 1199px) {
  .blog-card.home4-blog-card .blog-content .blog-meta {
    gap: 5px;
  }
}
.blog-card.home4-blog-card .blog-content .blog-meta li {
  font-size: 14px;
}
@media (max-width: 767px) {
  .blog-card.home4-blog-card .blog-content .blog-meta li svg {
    width: 15px;
  }
}
.blog-card.home4-blog-card .blog-content h2,
.blog-card.home4-blog-card .blog-content h3 {
  max-width: 246px;
  margin-bottom: 100px;
  line-height: 1.3;
}
@media (max-width: 1399px) {
  .blog-card.home4-blog-card .blog-content h2,
  .blog-card.home4-blog-card .blog-content h3 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .blog-card.home4-blog-card .blog-content h2,
  .blog-card.home4-blog-card .blog-content h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .blog-card.home4-blog-card .blog-content h2,
  .blog-card.home4-blog-card .blog-content h3 {
    max-width: unset;
    margin-bottom: 20px;
  }
}
.blog-card.home4-blog-card .blog-content h2 a,
.blog-card.home4-blog-card .blog-content h3 a {
  font-family: var(--font-funnel-display);
  font-weight: 400;
}
.blog-card.inner-blog-card .blog-content .blog-meta li {
  font-size: 15px;
}
.blog-card.inner-blog-card .blog-content h2,
.blog-card.inner-blog-card .blog-content h3 {
  margin-bottom: 32px;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .blog-card.inner-blog-card .blog-content h2,
  .blog-card.inner-blog-card .blog-content h3 {
    line-height: 1;
  }
}
.blog-card.inner-blog-card .blog-content h2 a,
.blog-card.inner-blog-card .blog-content h3 a {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
}
@media (max-width: 1199px) {
  .blog-card.inner-blog-card .blog-content h2 a,
  .blog-card.inner-blog-card .blog-content h3 a {
    font-size: 19px;
  }
}
.blog-card.inner-blog-card.blog-card-top {
  margin-top: -50px;
}
@media (max-width: 991px) {
  .blog-card.inner-blog-card.blog-card-top {
    margin-top: 0;
  }
}

/*=====================================
  11. our service section CSS
========================================*/
.our-service-section {
  background: linear-gradient(180deg, #0f3d3a 0%, #212121 127.82%);
  padding: 90px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .our-service-section {
    padding: 70px 0;
  }
}
.our-service-section .section-title .right-content .view-more-btn::before {
  right: 28%;
}
.our-service-section .vector1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.our-service-section .vector2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.our-service-section .vector1.dark,
.our-service-section .vector2.dark {
  display: none;
}
.our-service-section .section-title h2 {
  max-width: 475px;
}
.our-service-section.style-2 {
  padding: 0;
  background: unset;
}
.our-service-section.style-2 .vector {
  position: absolute;
  top: 25%;
  left: 0;
  right: unset;
  z-index: -1;
  fill: #fafafa;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .our-service-section.style-2 .vector {
    width: 70px;
  }
}
@media (max-width: 1399px) {
  .our-service-section.style-2 .vector {
    display: none;
  }
}
.our-service-section.style-2::before {
  display: none;
}

.service-card {
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 80px 30px;
  position: relative;
  min-height: 367px;
  max-height: 367px;
  border: 1px solid #eeeeee;
  z-index: 2;
}
@media (max-width: 1399px) {
  .service-card {
    padding: 80px 20px;
  }
}
@media (max-width: 767px) {
  .service-card {
    min-height: unset;
    max-height: unset;
    padding: 55px 20px;
    height: 100%;
  }
}
.service-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
  background-color: #e2fcd1;
  width: 152px;
  height: 157px;
  display: flex;
  justify-content: end;
  padding: 25px 15px;
  transition: all 0.6s ease-out 0s;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  border-radius: 0 10px;
  z-index: 1;
}
@media (max-width: 767px) {
  .service-card::after {
    width: 130px;
    height: 130px;
    padding: 15px;
  }
}
.service-card .icon {
  position: absolute;
  top: 25px;
  right: 18px;
  z-index: 2;
}
@media (max-width: 767px) {
  .service-card .icon {
    top: 15px;
  }
}
.service-card .icon svg {
  fill: var(--dark-title-color);
}
@media (max-width: 767px) {
  .service-card .icon svg {
    width: 45px;
  }
}
.service-card .service-card-content {
  position: relative;
  z-index: 9;
}
.service-card .service-card-content h2,
.service-card .service-card-content h3 {
  margin-bottom: 18px;
  max-width: 170px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .service-card .service-card-content h2,
  .service-card .service-card-content h3 {
    max-width: 152px;
  }
}
.service-card .service-card-content h2 a,
.service-card .service-card-content h3 a {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 28px;
  color: var(--title-color);
  transition: 0.5s;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
@media (max-width: 1399px) {
  .service-card .service-card-content h2 a,
  .service-card .service-card-content h3 a {
    font-size: 25px;
  }
}
.service-card .service-card-content h2 a:hover,
.service-card .service-card-content h3 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}
.service-card .service-card-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 30px;
  transition: 0.5s;
}
.service-card .service-card-content .view-details-btn {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  color: var(--title-color);
  position: relative;
  transition: 0.35s;
}
.service-card .service-card-content .view-details-btn .arrow {
  fill: var(--title-color);
  transition: 0.35s;
}
.service-card .service-card-content .view-details-btn:hover .arrow {
  transform: rotate(45deg);
}
.service-card.style-2 {
  border: 1px solid var(--borders-color);
  transition: 0.5s;
  background-color: transparent;
  padding: 30px;
}
@media (max-width: 1399px) {
  .service-card.style-2 {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .service-card.style-2 {
    padding: 20px;
  }
}
.service-card.style-2 .icon {
  margin-bottom: 25px;
  position: relative;
  top: unset;
  right: unset;
}
.service-card.style-2 .icon svg {
  fill: #000000;
  transition: 0.5s;
}
.service-card.style-2::after {
  display: none;
}
.service-card.style-2:hover {
  background-color: #e2fcd1;
}
.service-card.style-2:hover .icon svg {
  animation: bounceIn 1s linear;
}
.service-card:hover::after {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  border-radius: 10px;
}

/*=====================================
  12. Home1 Contact Section CSS
========================================*/
.home1-contact-section {
  background-color: #eef7fe;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .home1-contact-section {
    padding: 60px 0;
  }
}
.home1-contact-section .section-title {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .home1-contact-section .section-title {
    margin-bottom: 30px;
  }
}
.home1-contact-section .section-title h2 {
  margin: unset;
  padding-bottom: 0;
}
.home1-contact-section .contact-area .arrow-and-contact-list {
  display: flex;
  gap: 40px;
  max-width: 360px;
  width: 100%;
}
@media (max-width: 1199px) {
  .home1-contact-section .contact-area .arrow-and-contact-list {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .home1-contact-section .contact-area .arrow-and-contact-list {
    max-width: unset;
  }
}
.home1-contact-section .contact-area .arrow-and-contact-list .arrow {
  fill: var(--title-color);
  min-width: 6px;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .home1-contact-section .contact-area .arrow-and-contact-list .arrow {
    display: none;
  }
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .home1-contact-section .contact-area .arrow-and-contact-list .contact-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact {
  margin-bottom: 55px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact {
    margin-bottom: 40px;
    max-width: 380px;
  }
}
@media (max-width: 991px) {
  .home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact:first-child {
    padding-right: 70px;
  }
}
@media (max-width: 576px) {
  .home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact:first-child {
    padding-right: 0;
  }
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact h3 {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact h3 {
    font-size: 20px;
  }
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap .icon {
  min-width: 44px;
  max-width: 44px;
  height: 48px;
  background-color: #e0f2ff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap .icon svg {
  fill: #000000;
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap .content {
  line-height: 1;
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap .content span {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap .content a {
  color: var(--black-color);
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  transition: 0.5s;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
@media (max-width: 991px) {
  .home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap .content a {
    font-weight: 600;
  }
}
@media (max-width: 576px) {
  .home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap .content a {
    font-size: 17px;
  }
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap .content a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
.home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact:last-child {
  margin-bottom: 0;
}
.home1-contact-section .contact-form-wrap {
  margin-top: 20px;
}

.contact-form-wrap {
  padding: 60px 50px;
  background-color: var(--white-color);
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .contact-form-wrap {
    padding: 55px 40px;
  }
}
@media (max-width: 1199px) {
  .contact-form-wrap {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .contact-form-wrap {
    padding: 45px 25px;
  }
}
@media (max-width: 576px) {
  .contact-form-wrap {
    padding: 35px 20px;
    border-radius: 15px;
  }
}
.contact-form-wrap .form-inner2 > label {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
}
.contact-form-wrap .form-inner2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 572px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form-wrap .form-inner2 ul {
    gap: 20px;
  }
}
.contact-form-wrap .form-inner2 ul li .form-check {
  line-height: 1;
}
.contact-form-wrap .form-inner2 ul li .form-check .form-check-input {
  margin-top: 1px;
}
.contact-form-wrap .primary-btn1 {
  padding: 15px 32px;
}
.contact-form-wrap.inner-contact-from {
  background-color: #e2f6db;
  border: 1px solid var(--borders-color);
}
.contact-form-wrap.inner-contact-from .form-inner input:focus {
  border-color: #a9d29b;
}
.contact-form-wrap.inner-contact-from .form-inner textarea:focus {
  border-color: #a9d29b;
}
.contact-form-wrap.inner-contact-from .form-inner2 ul li .form-check .form-check-input {
  background-color: var(--white-color);
}
.contact-form-wrap.inner-contact-from .form-inner2 ul li .form-check .form-check-input:checked {
  background-color: var(--title-color);
  border-color: var(--primary-color1);
}
.contact-form-wrap.inner-contact-from .form-inner2 ul li .form-check .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(../image/icon/check-icon-white.svg);
}
.contact-form-wrap.inner-contact-from .primary-btn1 {
  background-color: var(--title-color);
  color: var(--dark-white-color);
}
.contact-form-wrap.inner-contact-from .primary-btn1 svg {
  fill: var(--dark-white-color);
}
.contact-form-wrap.inner-contact-from .primary-btn1::after {
  background-color: var(--primary-color1);
}
.contact-form-wrap.inner-contact-from .primary-btn1:hover {
  color: var(--dark-title-color);
}
.contact-form-wrap.inner-contact-from .primary-btn1:hover svg {
  fill: var(--dark-title-color);
}

/*=====================================
  13. home1 testimonial section CSS
========================================*/
.home1-testimonial-section .home1-testimonial-slider .swiper-slide-active .testimonial-img-wrap .testimonial-img .shape-area .single-shape {
  transform: rotateY(0);
}
.home1-testimonial-section .home1-testimonial-slider .swiper-slide-active .testimonial-img-wrap .testimonial-img .shape-area .single-shape:nth-child(1) {
  transition-delay: 0.8s;
}
.home1-testimonial-section .home1-testimonial-slider .swiper-slide-active .testimonial-img-wrap .testimonial-img .shape-area .single-shape:nth-child(2) {
  transition-delay: 0.6s;
}
.home1-testimonial-section .home1-testimonial-slider .swiper-slide-active .testimonial-img-wrap .testimonial-img .shape-area .single-shape:nth-child(3) {
  transition-delay: 0.4s;
}
.home1-testimonial-section .home1-testimonial-slider .swiper-slide-active .testimonial-img-wrap .testimonial-img .shape-area .single-shape:nth-child(4) {
  transition-delay: 0.2s;
}
.home1-testimonial-section .home1-testimonial-slider .swiper-slide-active .testimonial-img-wrap .testimonial-img .shape-area .single-shape:nth-child(5) {
  transition-delay: 0s;
}
.home1-testimonial-section .home1-testimonial-slider .swiper-slide-active .company-logo {
  animation: fadeInDown 1.7s;
}
.home1-testimonial-section .home1-testimonial-slider .swiper-slide-active .testimonial-content,
.home1-testimonial-section .home1-testimonial-slider .swiper-slide-active .author-area {
  animation: fadeInUp 1.7s;
}
.home1-testimonial-section .testimonial-slider-area {
  padding: 0 46px;
  position: relative;
}
@media (max-width: 1199px) {
  .home1-testimonial-section .testimonial-slider-area {
    padding: 0;
  }
}
.home1-testimonial-section .testimonial-slider-area .swiper-pagination1 {
  position: absolute;
  bottom: unset;
  top: 50%;
  right: 0;
  left: unset;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: unset;
  z-index: 9;
  gap: 28px;
}
@media (max-width: 1199px) {
  .home1-testimonial-section .testimonial-slider-area .swiper-pagination1 {
    display: none;
  }
}
.home1-testimonial-section .testimonial-slider-area .swiper-pagination1::after {
  content: "";
  position: absolute;
  background: #d9d9d9;
  height: 100%;
  width: 1px;
  z-index: -1;
}
.home1-testimonial-section .testimonial-slider-area .swiper-pagination1 .swiper-pagination-bullet {
  margin: 0;
}
.home1-testimonial-section .testimonial-slider-area .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 10px;
  width: 10px;
}

.testimonial-card .testimonial-img-wrap {
  position: relative;
  height: 100%;
}
.testimonial-card .testimonial-img-wrap .testimonial-img {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card .testimonial-img-wrap .testimonial-img {
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .testimonial-card .testimonial-img-wrap .testimonial-img {
    padding: 10px;
    height: unset;
  }
}
.testimonial-card .testimonial-img-wrap .testimonial-img img {
  border-radius: inherit;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .testimonial-card .testimonial-img-wrap .testimonial-img img {
    height: unset;
  }
}
.testimonial-card .testimonial-img-wrap .testimonial-img .shape-area {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  display: flex;
  gap: 12px;
  z-index: 99;
  height: 99.7%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card .testimonial-img-wrap .testimonial-img .shape-area {
    left: 16px;
    height: 94.4%;
  }
}
@media (max-width: 576px) {
  .testimonial-card .testimonial-img-wrap .testimonial-img .shape-area {
    left: 20px;
    height: 93.4%;
  }
}
.testimonial-card .testimonial-img-wrap .testimonial-img .shape-area .single-shape {
  width: 16px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(59, 59, 59, 0.2) 16.67%, rgba(255, 255, 255, 0) 100%);
  background-blend-mode: overlay;
  backdrop-filter: blur(100px);
  transform: rotateY(-50deg);
  transition: all 1s ease;
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.testimonial-card .testimonial-content-wrap {
  border: 1px solid var(--borders-color);
  padding: 60px 50px;
  border-radius: 10px;
  position: relative;
  height: 100%;
}
.testimonial-card .testimonial-content-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
  background-color: #eeeeee;
  width: 125px;
  height: 133px;
  display: flex;
  justify-content: end;
  padding: 17px 16px;
  transition: all 0.6s ease-out 0s;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  border-radius: 0 10px;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial-card .testimonial-content-wrap::after {
    width: 125px;
  }
}
@media (max-width: 1399px) {
  .testimonial-card .testimonial-content-wrap {
    padding: 55px 40px;
    background-position: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card .testimonial-content-wrap {
    padding: 45px 25px;
  }
}
@media (max-width: 991px) {
  .testimonial-card .testimonial-content-wrap {
    padding: 45px 28px;
  }
}
@media (max-width: 576px) {
  .testimonial-card .testimonial-content-wrap {
    padding: 25px 15px;
    border-radius: 15px;
  }
}
.testimonial-card .testimonial-content-wrap .icon {
  position: absolute;
  top: 17px;
  right: 18px;
  z-index: 999;
}
.testimonial-card .testimonial-content-wrap .testimonial-content {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .testimonial-card .testimonial-content-wrap .testimonial-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial-card .testimonial-content-wrap .testimonial-content {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .testimonial-card .testimonial-content-wrap .testimonial-content {
    margin-bottom: 15px;
  }
}
.testimonial-card .testimonial-content-wrap .testimonial-content .rating-area {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .testimonial-card .testimonial-content-wrap .testimonial-content .rating-area {
    margin-bottom: 10px;
  }
}
.testimonial-card .testimonial-content-wrap .testimonial-content .rating-area li i {
  color: #ff3d2e;
  font-size: 14px;
}
.testimonial-card .testimonial-content-wrap .testimonial-content h3 {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  color: var(--title-color);
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .testimonial-card .testimonial-content-wrap .testimonial-content h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.testimonial-card .testimonial-content-wrap .testimonial-content p {
  color: var(--text-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
  max-width: 684px;
}
@media (max-width: 1399px) {
  .testimonial-card .testimonial-content-wrap .testimonial-content p {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .testimonial-card .testimonial-content-wrap .testimonial-content p {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 576px) {
  .testimonial-card .testimonial-content-wrap .testimonial-content p {
    font-size: 18px;
    line-height: 1.6;
  }
}
.testimonial-card .testimonial-content-wrap .testimonial-content p span {
  color: var(--title-color);
}
.testimonial-card .testimonial-content-wrap .author-area {
  max-width: 270px;
  width: 100%;
}
@media (max-width: 576px) {
  .testimonial-card .testimonial-content-wrap .author-area {
    max-width: unset;
  }
}
.testimonial-card .testimonial-content-wrap .author-area h4,
.testimonial-card .testimonial-content-wrap .author-area h5 {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
}
.testimonial-card .testimonial-content-wrap .author-area span {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.testimonial-card .testimonial-content-wrap .quote {
  fill: rgba(var(--borders-color-opc), 0.5);
  position: absolute;
  top: unset;
  right: 110px;
  bottom: 48px;
}
@media (max-width: 767px) {
  .testimonial-card .testimonial-content-wrap .quote {
    display: none;
  }
}
.testimonial-card .testimonial-content-wrap .joint1 {
  fill: #f0f0f0;
  position: absolute;
  top: 80px;
  left: -24px;
}
@media (max-width: 991px) {
  .testimonial-card .testimonial-content-wrap .joint1 {
    display: none;
  }
}
.testimonial-card .testimonial-content-wrap .joint2 {
  fill: #f0f0f0;
  position: absolute;
  bottom: 80px;
  left: -24px;
}
@media (max-width: 991px) {
  .testimonial-card .testimonial-content-wrap .joint2 {
    display: none;
  }
}

/*=====================================
  14. Home1 Partner Section CSS
========================================*/
.partner-section .partner-title {
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}
@media (max-width: 576px) {
  .partner-section .partner-title {
    margin-bottom: 45px;
  }
}
.partner-section .partner-title::after {
  content: "";
  position: absolute;
  background-color: #d9d9d9;
  top: 17px;
  left: -8px;
  width: 493px;
  height: 1px;
}
@media (max-width: 1399px) {
  .partner-section .partner-title::after {
    width: 400px;
  }
}
@media (max-width: 1199px) {
  .partner-section .partner-title::after {
    width: 310px;
  }
}
@media (max-width: 991px) {
  .partner-section .partner-title::after {
    width: 190px;
  }
}
@media (max-width: 767px) {
  .partner-section .partner-title::after {
    display: none;
  }
}
.partner-section .partner-title::before {
  content: "";
  position: absolute;
  background-color: #d9d9d9;
  top: 17px;
  right: -8px;
  width: 493px;
  height: 1px;
}
@media (max-width: 1399px) {
  .partner-section .partner-title::before {
    width: 400px;
  }
}
@media (max-width: 1199px) {
  .partner-section .partner-title::before {
    width: 310px;
  }
}
@media (max-width: 991px) {
  .partner-section .partner-title::before {
    width: 190px;
  }
}
@media (max-width: 767px) {
  .partner-section .partner-title::before {
    display: none;
  }
}
.partner-section .partner-title h3,
.partner-section .partner-title h5 {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  background: rgba(200, 248, 169, 0.1490196078);
  border: 1px solid var(--borders-color);
  border-radius: 16px;
  padding: 8px 15px;
  display: inline-flex;
}
.partner-section .partner-title h3 span,
.partner-section .partner-title h5 span {
  color: var(--title-color);
}
.partner-section .partner-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.partner-section .partner-wrap::before, .partner-section .partner-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}
.partner-section .partner-wrap::before {
  left: 0;
  background: linear-gradient(to right, #ffffff, transparent);
}
.partner-section .partner-wrap::after {
  right: 0;
  background: linear-gradient(to left, #ffffff, transparent);
}
.partner-section .partner-wrap .marquee {
  display: flex;
  gap: 60px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1199px) {
  .partner-section .partner-wrap .marquee {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .partner-section .partner-wrap .marquee {
    gap: 30px;
  }
}
.partner-section .partner-wrap .marquee .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 60px;
  min-width: 100%;
  animation: scroll-x-reverse 30s linear infinite;
}
@media (max-width: 1199px) {
  .partner-section .partner-wrap .marquee .marquee__group {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .partner-section .partner-wrap .marquee .marquee__group {
    gap: 20px;
  }
}
.partner-section .partner-wrap .marquee .marquee__group a img {
  width: 145px;
}
@media (max-width: 1199px) {
  .partner-section .partner-wrap .marquee .marquee__group a img {
    width: 155px;
  }
}
@media (max-width: 991px) {
  .partner-section .partner-wrap .marquee .marquee__group a img {
    width: 120px;
  }
}
@media (max-width: 576px) {
  .partner-section .partner-wrap .marquee .marquee__group a img {
    width: 140px;
  }
}
@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes scroll-x-reverse {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
/*=====================================
  15. Banner card section CSS
========================================*/
.banner-card-section .banner-card {
  background-image: url(../image/start-up/banner-card-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 70px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .banner-card-section .banner-card {
    padding: 50px 60px;
  }
}
@media (max-width: 991px) {
  .banner-card-section .banner-card {
    padding: 35px 25px;
  }
}
@media (max-width: 767px) {
  .banner-card-section .banner-card {
    padding: 30px 25px;
  }
}
.banner-card-section .banner-card .banner-card-content {
  max-width: 447px;
}
.banner-card-section .banner-card .banner-card-content h3,
.banner-card-section .banner-card .banner-card-content h4 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  color: var(--white-color);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .banner-card-section .banner-card .banner-card-content h3,
  .banner-card-section .banner-card .banner-card-content h4 {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .banner-card-section .banner-card .banner-card-content h3,
  .banner-card-section .banner-card .banner-card-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .banner-card-section .banner-card .banner-card-content .primary-btn1 {
    padding: 13px 14px;
  }
}
.banner-card-section .banner-card .banner-img {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .banner-card-section .banner-card .banner-img {
    top: -11px;
    right: -20%;
  }
}
@media (max-width: 767px) {
  .banner-card-section .banner-card .banner-img {
    display: none;
  }
}
.banner-card-section.inner-banner-card .banner-card {
  background-image: url(../image/innerpage/service-inner-banner-card-bg.png);
}

/*=====================================
  16.  Case study section CSS
========================================*/
.case-study-section {
  background: linear-gradient(180deg, #0f3d3a 0%, #212121 127.82%);
  padding: 90px 0;
}
@media (max-width: 767px) {
  .case-study-section {
    padding: 70px 0;
  }
}
.case-study-section.style-1 {
  position: relative;
  z-index: 1;
}
.case-study-section.style-1 .vector1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.case-study-section.style-1 .vector2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.case-study-section.style-1 .vector1.dark,
.case-study-section.style-1 .vector2.dark {
  display: none;
}
.case-study-section.style-2 {
  background-color: #eef7fe;
  background-image: unset;
}
.case-study-section.style-2 .section-title .right-content .view-more-btn::before {
  right: 32%;
}
.case-study-section.home4-case-study-section {
  background-image: unset;
  padding: 0;
}
.case-study-section.home4-case-study-section .section-title.home4-section-title p {
  max-width: 380px;
}

.case-study-card {
  background-color: var(--white-color);
  border: 1px solid var(--borders-color);
  padding: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 99;
}
@media (max-width: 1199px) {
  .case-study-card {
    padding: 8px;
  }
}
.case-study-card .case-study-img-wrap {
  position: relative;
}
.case-study-card .case-study-img-wrap .batch {
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #bff09f;
  padding: 1px 10px;
  border-radius: 0 16px 16px 0px;
}
.case-study-card .case-study-img-wrap .batch span {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: var(--title-color);
  text-transform: capitalize;
}
.case-study-card .case-study-img-wrap .case-study-img {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 576px) {
  .case-study-card .case-study-img-wrap .case-study-img {
    border-radius: 6px 6px 0 0;
  }
}
.case-study-card .case-study-img-wrap .case-study-img img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-out;
}
.case-study-card .case-study-img-wrap .case-study-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-study-card .case-study-content {
  padding: 40px 20px 30px 30px;
  background-color: #f6f6f6;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 1399px) {
  .case-study-card .case-study-content {
    padding: 20px 15px;
  }
}
@media (max-width: 1199px) {
  .case-study-card .case-study-content {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .case-study-card .case-study-content {
    padding: 15px 12px;
  }
}
@media (max-width: 767px) {
  .case-study-card .case-study-content {
    padding: 20px 25px;
  }
}
@media (max-width: 576px) {
  .case-study-card .case-study-content {
    padding: 20px;
  }
}
.case-study-card .case-study-content h2,
.case-study-card .case-study-content h3 {
  margin-bottom: 15px;
}
.case-study-card .case-study-content h2 a,
.case-study-card .case-study-content h3 a {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--title-color);
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
@media (max-width: 1399px) {
  .case-study-card .case-study-content h2 a,
  .case-study-card .case-study-content h3 a {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .case-study-card .case-study-content h2 a,
  .case-study-card .case-study-content h3 a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .case-study-card .case-study-content h2 a,
  .case-study-card .case-study-content h3 a {
    font-size: 25px;
  }
}
.case-study-card .case-study-content h2 a:hover,
.case-study-card .case-study-content h3 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}
.case-study-card .case-study-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .case-study-card .case-study-content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .case-study-card .case-study-content p {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .case-study-card .case-study-content p {
    margin-bottom: 15px;
  }
}
.case-study-card .case-study-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .case-study-card .case-study-content ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .case-study-card .case-study-content ul {
    margin-bottom: 15px;
  }
}
.case-study-card .case-study-content ul li {
  position: relative;
  width: 134px;
}
@media (max-width: 1199px) {
  .case-study-card .case-study-content ul li {
    width: unset;
  }
}
@media (max-width: 767px) {
  .case-study-card .case-study-content ul li {
    width: 134px;
  }
}
@media (max-width: 576px) {
  .case-study-card .case-study-content ul li {
    width: unset;
  }
}
.case-study-card .case-study-content ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 33px;
  background: #d9d9d9;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .case-study-card .case-study-content ul li:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .case-study-card .case-study-content ul li:not(:last-child)::after {
    display: block;
    right: -100px;
  }
}
@media (max-width: 576px) {
  .case-study-card .case-study-content ul li:not(:last-child)::after {
    display: none;
  }
}
.case-study-card .case-study-content ul li .counter-content .number {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.case-study-card .case-study-content ul li .counter-content .number h2 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  color: var(--title-color);
  margin-bottom: 0;
}
.case-study-card .case-study-content ul li .counter-content .number span {
  font-family: var(--font-spaceGrotesk);
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  color: var(--title-color);
}
.case-study-card .case-study-content ul li .counter-content p {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: var(--title-color);
  text-transform: capitalize;
  margin: 0;
}
.case-study-card .case-study-content .view-details-btn {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  color: var(--title-color);
  position: relative;
}
.case-study-card .case-study-content .view-details-btn .arrow {
  fill: var(--title-color);
  transition: 0.5s;
}
.case-study-card .case-study-content .view-details-btn:hover .arrow {
  transform: rotate(45deg);
}
.case-study-card.style-2 {
  padding: 0;
  border: 1px solid var(--borders-color);
}
.case-study-card.style-2 .case-study-content {
  background-color: unset;
}
.case-study-card.style-2 .case-study-img-wrap .batch {
  writing-mode: sideways-rl;
  line-height: 1;
  padding: 10px 8px;
  border-radius: 0 0 16px 16px;
  top: 0;
  left: 30px;
}
.case-study-card.style-3 {
  padding: 0;
  border: 1px solid var(--borders-color);
  background: #f8f8f8;
}
.case-study-card.style-3 .case-study-content h4 {
  margin-bottom: 5px;
}
.case-study-card.style-3 .case-study-content h4 a {
  font-family: var(--font-funnel-display);
  font-weight: 400;
}
.case-study-card.style-3 .case-study-content p {
  margin-bottom: 33px;
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 18px;
  color: #171717;
}
.case-study-card.style-3 .case-study-content ul {
  margin-bottom: 40px;
}
.case-study-card.style-3 .case-study-content ul li .counter-content p {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 14px;
}
.case-study-card.style-3 .case-study-content ul li .counter-content .number h2 {
  font-family: var(--font-funnel-display);
  font-weight: 600;
  font-size: 26px;
}
.case-study-card.style-3 .case-study-content ul li .counter-content .number span {
  font-family: var(--font-funnel-display);
  font-weight: 600;
  font-size: 26px;
}

/*=====================================
  17. Home1 Footer Section CSS
========================================*/
.footer-section {
  background-image: url(../image/start-up/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
}
.footer-section .footer-menu-wrap {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .footer-section .footer-menu-wrap {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-menu-wrap {
    padding: 70px 0 40px;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-menu-wrap {
    padding: 40px 0;
    padding-bottom: 0;
  }
}
.footer-section .footer-menu-wrap .footer-contact-wrap {
  max-width: 568px;
  width: 100%;
}
@media (max-width: 1199px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap {
    max-width: 500px;
  }
}
.footer-section .footer-menu-wrap .footer-contact-wrap h2 {
  color: var(--white-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 45px;
  max-width: 457px;
}
@media (max-width: 1199px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap h2 {
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap h2 {
    font-size: 32px;
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap .contact-list {
    gap: 10px;
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap .contact-list {
    margin-bottom: 30px;
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap .contact-list {
    gap: 20px;
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap .contact-list {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .icon {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.0509803922);
  border-radius: 4px;
  background: #103633;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .icon svg {
  fill: var(--white-color);
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .content {
  line-height: 1;
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .content span {
  color: #a0a0a0;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .content a {
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .content a {
    font-size: 17px;
  }
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .content a:hover {
  color: var(--primary-color1);
}
.footer-section .footer-menu-wrap .footer-contact-wrap .primary-btn1 {
  padding: 14px 13px;
}
@media (max-width: 576px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap .primary-btn1 {
    padding: 11px 13px;
    border-radius: 7px;
  }
}
.footer-section .footer-menu-wrap .footer-contact-wrap .primary-btn1::after {
  background-color: var(--white-color);
}
.footer-section .footer-menu-wrap .footer-contact-wrap .primary-btn1:hover {
  color: var(--dark-title-color);
}
.footer-section .footer-menu-wrap .footer-contact-wrap .primary-btn1:hover svg {
  fill: var(--dark-title-color);
}
.footer-section .footer-menu-wrap .footer-widget .widget-title {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .footer-section .footer-menu-wrap .footer-widget .widget-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-menu-wrap .footer-widget .widget-title {
    margin-bottom: 25px;
  }
}
.footer-section .footer-menu-wrap .footer-widget .widget-title h3 {
  color: var(--white-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .footer-section .footer-menu-wrap .footer-widget .widget-title h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-menu-wrap .footer-widget .widget-title h3 {
    font-size: 24px;
  }
}
.footer-section .footer-menu-wrap .footer-widget .widget-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li {
  margin-bottom: 20px;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li:last-child {
  margin-bottom: 0;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li a {
  color: #a0a0a0;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.5s;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li a:hover {
  color: var(--white-color);
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li a span {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 3px 8px;
  background-color: var(--primary-color1);
  border-radius: 50px;
}
.footer-section .footer-menu-wrap .social-area {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .footer-section .footer-menu-wrap .social-area {
    padding-top: 25px;
  }
}
.footer-section .footer-menu-wrap .social-area h5 {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 25px;
}
.footer-section .file-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--white-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
  transition: 0.5s;
}
.footer-section .file-download-btn .icon {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  background-color: #103633;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-section .file-download-btn .icon svg {
  fill: var(--white-color);
}
.footer-section .file-download-btn:hover {
  color: var(--primary-color1);
}
.footer-section .logo-and-sevice-menu-wrap {
  padding: 27px 40px;
  background-color: #103633;
  border: 1px solid rgba(255, 255, 255, 0.0509803922);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .footer-section .logo-and-sevice-menu-wrap {
    padding: 20px 23px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .footer-section .logo-and-sevice-menu-wrap {
    padding: 27px 20px;
    justify-content: center;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .footer-section .logo-and-sevice-menu-wrap {
    gap: 20px;
    border-radius: 12px;
  }
}
@media (max-width: 576px) {
  .footer-section .logo-and-sevice-menu-wrap {
    border-radius: 7px;
    gap: 20px;
  }
}
.footer-section .logo-and-sevice-menu-wrap .footer-logo img {
  max-width: 150px;
}
.footer-section .logo-and-sevice-menu-wrap .service-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 45px;
}
@media (max-width: 1199px) {
  .footer-section .logo-and-sevice-menu-wrap .service-list {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .footer-section .logo-and-sevice-menu-wrap .service-list {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer-section .logo-and-sevice-menu-wrap .service-list li {
  line-height: 1;
}
.footer-section .logo-and-sevice-menu-wrap .service-list li a {
  color: #a0a0a0;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: 0.5s;
}
.footer-section .logo-and-sevice-menu-wrap .service-list li a:hover {
  color: var(--white-color);
}
.footer-section .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-section .social-list li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0e302d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  transition: 0.5s;
}
.footer-section .social-list li a:hover {
  background-color: var(--primary-color1);
  color: var(--title-color);
}
.footer-section .social-list li a i {
  font-size: 16px;
}
.footer-section .social-list li a i.bi-twitter-x {
  font-size: 12px;
}
.footer-section .copyright-and-social-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .footer-section .copyright-and-social-area {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
  }
}
@media (max-width: 576px) {
  .footer-section .copyright-and-social-area {
    row-gap: 10px;
  }
}
.footer-section .copyright-and-social-area p {
  color: var(--dark-text-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .footer-section .copyright-and-social-area p {
    text-align: center;
  }
}
.footer-section .copyright-and-social-area p a {
  color: var(--white-color);
  transition: 0.5s;
}
.footer-section .copyright-and-social-area p a:hover {
  color: var(--primary-color1);
}
.footer-section .copyright-and-social-area .terms-condition {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-section .copyright-and-social-area .terms-condition svg {
  fill: #c4c4c4;
}
.footer-section .copyright-and-social-area .terms-condition p {
  color: #c4c4c4;
  font-family: var(--font-dmsans);
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  margin-bottom: 0;
}
.footer-section .copyright-and-social-area .terms-condition p a {
  color: var(--white-color);
  text-decoration: underline;
  transition: 0.5s;
}
.footer-section .copyright-and-social-area .terms-condition p a:hover {
  color: var(--primary-color3);
}
.footer-section .location-list {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 200px;
  width: 100%;
}
.footer-section .location-list li {
  margin-bottom: 45px;
}
.footer-section .location-list li:last-child {
  margin-bottom: 0;
}
.footer-section .location-list li span {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .footer-section .location-list li span {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.footer-section .location-list li a {
  color: var(--dark-text-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  transition: 0.5s;
}
.footer-section .location-list li a:hover {
  color: var(--primary-color3);
}
.footer-section.home2-footer-section {
  background-image: url(../image/start-up2/footer-bg.png);
}
.footer-section.home2-footer-section .footer-contact-wrap {
  position: relative;
}
.footer-section.home2-footer-section .footer-contact-wrap::before {
  content: "";
  position: absolute;
  background-color: #262626;
  width: 1px;
  height: 368px;
  top: -53px;
  right: -10%;
}
@media (max-width: 1399px) {
  .footer-section.home2-footer-section .footer-contact-wrap::before {
    top: -32px;
  }
}
@media (max-width: 1199px) {
  .footer-section.home2-footer-section .footer-contact-wrap::before {
    top: -53px;
    right: -4%;
  }
}
@media (max-width: 991px) {
  .footer-section.home2-footer-section .footer-contact-wrap::before {
    display: none;
  }
}
.footer-section.home2-footer-section .footer-contact-wrap .contact-list .single-contact .icon {
  background: #313131;
  border: 1px solid #535252;
}
.footer-section.home2-footer-section .file-download-btn .icon {
  background-color: #313131;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.footer-section.home2-footer-section .logo-and-sevice-menu-wrap {
  background-color: #313131;
}
.footer-section.home2-footer-section .social-list li a {
  background-color: #313131;
}
.footer-section.home2-footer-section .social-list li a:hover {
  background-color: var(--primary-color1);
}
.footer-section.home2-footer-section .footer-menu-wrap {
  border-bottom: 1px solid #262626;
  padding: 80px 0 40px;
  margin-bottom: 40px;
}
.footer-section.home3-footer-section {
  background-color: unset;
  background-image: unset;
  position: relative;
}
.footer-section.home3-footer-section .file-download-btn {
  margin-bottom: 35px;
}
.footer-section.home3-footer-section .file-download-btn .icon {
  background-color: var(--primary-color1);
}
.footer-section.home3-footer-section .file-download-btn .icon svg {
  fill: var(--title-color);
}
.footer-section.home3-footer-section .footer-menu-wrap {
  background-color: #0a0a0a;
  border-radius: 20px;
  padding: 90px 0 80px 0;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
@media (max-width: 991px) {
  .footer-section.home3-footer-section .footer-menu-wrap {
    padding: 70px 0 60px 10px;
  }
}
@media (max-width: 576px) {
  .footer-section.home3-footer-section .footer-menu-wrap {
    padding: 50px 0 40px 0;
    border-radius: 10px;
  }
}
.footer-section.home3-footer-section .footer-menu-wrap::after {
  content: url(../image/digital-marketing/vector/footer-vector.svg);
  position: absolute;
  top: 6px;
  left: 30%;
  z-index: -1;
}
@media (max-width: 1399px) {
  .footer-section.home3-footer-section .footer-menu-wrap::after {
    left: 20%;
  }
}
@media (max-width: 1199px) {
  .footer-section.home3-footer-section .footer-menu-wrap::after {
    top: -29px;
  }
}
@media (max-width: 991px) {
  .footer-section.home3-footer-section .footer-menu-wrap::after {
    top: -77px;
  }
}
@media (max-width: 767px) {
  .footer-section.home3-footer-section .footer-menu-wrap::after {
    top: -98px;
    left: 1%;
  }
}
@media (max-width: 576px) {
  .footer-section.home3-footer-section .footer-menu-wrap::after {
    display: none;
  }
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 65px;
  margin-bottom: 75px;
  border-bottom: 1px solid #2f2f2f;
}
@media (max-width: 991px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-top-area {
    padding-bottom: 55px;
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-top-area {
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 25px;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area img {
  margin-bottom: 20px;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area h2 {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 80px;
  line-height: 1.1;
  text-transform: capitalize;
  color: #939393;
  max-width: 606px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area h2 {
    font-size: 64px;
    max-width: 530px;
  }
}
@media (max-width: 991px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area h2 {
    font-size: 55px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area h2 {
    font-size: 45px;
    max-width: 350px;
  }
}
@media (max-width: 576px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area h2 {
    font-size: 40px;
  }
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a {
  max-width: 131px;
  min-width: 131px;
  height: 131px;
  border: 2px solid #d8d6d6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.7s;
}
@media (max-width: 1199px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a {
    max-width: 100px;
    min-width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a {
    max-width: 80px;
    min-width: 80px;
    height: 80px;
  }
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a svg {
  fill: #d8d6d6;
  transition: 0.5s;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a:hover {
  border: 2px solid var(--primary-color1);
  box-shadow: inset 0 0 0 10em var(--primary-color1);
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a:hover svg {
  fill: var(--dark-title-color);
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .widget-title {
  margin-bottom: 28px;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .widget-title h3 {
  font-family: var(--font-funnel-display);
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap {
  width: 100%;
  margin-bottom: 40px;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form input {
  width: 100%;
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  border: none;
  line-height: 1;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form input::-moz-placeholder {
  color: #a6a6a6;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form input::placeholder {
  color: #a6a6a6;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form button {
  border: none;
  transition: 0.35s;
  background-color: transparent;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form button svg {
  fill: var(--primary-color1);
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list {
    margin-bottom: 20px;
  }
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact:last-child {
  margin-bottom: 0;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .icon {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border: 1px solid #535252;
  border-radius: 4px;
  background: #313131;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .icon svg {
  fill: var(--white-color);
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content {
  line-height: 1;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content span {
  color: #a0a0a0;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a {
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a {
    font-size: 18px;
  }
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a:hover {
  color: var(--primary-color1);
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .view-map-btn {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: var(--white-color);
  transition: 0.5s;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
  padding-bottom: 2px;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .view-map-btn:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .social-area {
  padding-top: 0;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .social-area h4 {
  font-family: var(--font-funnel-display);
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 35px;
  color: var(--white-color);
}
@media (max-width: 576px) {
  .footer-section.home3-footer-section .footer-menu-wrap .footer-widget .social-area h4 {
    margin-bottom: 15px;
  }
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .social-area .social-list li a {
  background-color: #313131;
}
.footer-section.home3-footer-section .footer-menu-wrap .footer-widget .social-area .social-list li a:hover {
  background-color: var(--primary-color1);
}
.footer-section.home3-footer-section .copyright-and-social-area-wrap .copyright-and-social-area p {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: var(--text-color);
  margin-bottom: 0;
}
.footer-section.home3-footer-section .copyright-and-social-area-wrap .copyright-and-social-area p a {
  color: var(--title-color);
  transition: 0.35s;
}
.footer-section.home3-footer-section .copyright-and-social-area-wrap .copyright-and-social-area p a:hover {
  color: var(--primary-color2);
}
.footer-section.home3-footer-section .copyright-and-social-area-wrap .copyright-and-social-area .service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .footer-section.home3-footer-section .copyright-and-social-area-wrap .copyright-and-social-area .service-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 5px;
  }
}
.footer-section.home3-footer-section .copyright-and-social-area-wrap .copyright-and-social-area .service-list li a {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--text-color);
  transition: 0.35s;
}
.footer-section.home3-footer-section .copyright-and-social-area-wrap .copyright-and-social-area .service-list li a:hover {
  color: var(--primary-color2);
}
.footer-section.home4-footer-section {
  background-color: unset;
  background-image: unset;
}
.footer-section.home4-footer-section .divider {
  position: relative;
}
.footer-section.home4-footer-section .divider::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.06);
  top: -65px;
  left: 90%;
  height: 363px;
  width: 1px;
}
@media (max-width: 1199px) {
  .footer-section.home4-footer-section .divider::after {
    top: -55px;
    height: 341px;
  }
}
@media (max-width: 991px) {
  .footer-section.home4-footer-section .divider::after {
    height: 332px;
  }
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .divider::after {
    left: 94%;
    height: 311px;
    top: -45px;
  }
}
@media (max-width: 576px) {
  .footer-section.home4-footer-section .divider::after {
    display: none;
  }
}
.footer-section.home4-footer-section .footer-logo-area .footer-logo {
  margin-bottom: 25px;
}
.footer-section.home4-footer-section .footer-logo-area p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #a0a0a0;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .footer-section.home4-footer-section .footer-logo-area p {
    margin-bottom: 30px;
  }
}
.footer-section.home4-footer-section .footer-menu {
  padding: 65px 0 65px 110px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
@media (max-width: 1199px) {
  .footer-section.home4-footer-section .footer-menu {
    padding: 55px 0 55px 50px;
  }
}
@media (max-width: 991px) {
  .footer-section.home4-footer-section .footer-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .footer-menu {
    padding: 45px 0 45px 30px;
  }
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .footer-menu {
    padding: 35px 0 35px 25px;
  }
}
.footer-section.home4-footer-section .footer-contact-area {
  padding: 65px 0 70px 110px;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
@media (max-width: 1199px) {
  .footer-section.home4-footer-section .footer-contact-area {
    padding: 55px 0 55px 50px;
  }
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .footer-contact-area {
    padding: 45px 0 68px 30px;
  }
}
.footer-section.home4-footer-section .file-download-btn {
  margin-bottom: 0;
}
.footer-section.home4-footer-section .file-download-btn .icon {
  background-color: var(--primary-color1);
}
.footer-section.home4-footer-section .file-download-btn .icon svg {
  fill: var(--title-color);
}
.footer-section.home4-footer-section .footer-menu-wrap {
  background-color: #0a0a0a;
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index: 99;
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .footer-section.home4-footer-section .footer-menu-wrap {
    padding: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .footer-menu-wrap {
    border-radius: 10px 10px 0 0;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap::after {
  content: url(../image/digital-agency/vector/footer-vector1.svg);
  position: absolute;
  left: 0;
  top: unset;
  bottom: 90px;
  z-index: -1;
}
@media (max-width: 1699px) {
  .footer-section.home4-footer-section .footer-menu-wrap::after {
    display: none;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap::before {
  content: url(../image/digital-agency/vector/footer-vector2.svg);
  position: absolute;
  right: 0;
  top: 12px;
}
@media (max-width: 1699px) {
  .footer-section.home4-footer-section .footer-menu-wrap::before {
    display: none;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 65px;
  margin-bottom: 75px;
  border-bottom: 1px solid #2f2f2f;
}
@media (max-width: 991px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-top-area {
    padding-bottom: 55px;
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-top-area {
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 25px;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area img {
  margin-bottom: 20px;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area h2 {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 80px;
  line-height: 1.1;
  text-transform: capitalize;
  color: #939393;
  max-width: 606px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area h2 {
    font-size: 64px;
    max-width: 530px;
  }
}
@media (max-width: 991px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area h2 {
    font-size: 55px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area h2 {
    font-size: 45px;
    max-width: 350px;
  }
}
@media (max-width: 576px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .footer-logo-area h2 {
    font-size: 43px;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a {
  max-width: 131px;
  min-width: 131px;
  height: 131px;
  border: 2px solid #d8d6d6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.7s;
}
@media (max-width: 1199px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a {
    max-width: 100px;
    min-width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a {
    max-width: 80px;
    min-width: 80px;
    height: 80px;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a svg {
  fill: #d8d6d6;
  transition: 0.5s;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a:hover {
  border: 2px solid var(--primary-color1);
  box-shadow: inset 0 0 0 10em var(--primary-color1);
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-top-area .btn-area .icon a:hover svg {
  fill: var(--title-color);
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .widget-title {
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-widget .widget-title {
    margin-bottom: 20px;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .widget-title h3 {
  font-family: var(--font-funnel-display);
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap {
  width: 100%;
  margin-bottom: 40px;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  display: flex;
  align-items: center;
  width: 317px;
  height: 52px;
  padding: 10px 15px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form {
    width: 280px;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form input {
  width: 100%;
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  border: none;
  line-height: 1;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form input::-moz-placeholder {
  color: #a6a6a6;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form input::placeholder {
  color: #a6a6a6;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form button {
  border: none;
  transition: 0.35s;
  background-color: transparent;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form button svg {
  fill: var(--primary-color1);
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list {
    margin-bottom: 20px;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact:last-child {
  margin-bottom: 0;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .icon {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border: 1px solid #535252;
  border-radius: 4px;
  background: #313131;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .icon {
    min-height: 40px;
    max-width: 40px;
    height: 40px;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .icon svg {
  fill: var(--white-color);
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .icon svg {
    width: 25px;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content {
  line-height: 1;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content span {
  color: #a0a0a0;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a {
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a {
    font-size: 17px;
  }
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a:hover {
  color: var(--primary-color1);
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .view-map-btn {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: var(--white-color);
  transition: 0.5s;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
  padding-bottom: 2px;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .view-map-btn:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .social-area {
  padding-top: 0;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .social-area h4 {
  font-family: var(--font-funnel-display);
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 35px;
  color: var(--white-color);
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .social-area .social-list li a {
  background-color: #313131;
}
.footer-section.home4-footer-section .footer-menu-wrap .footer-widget .social-area .social-list li a:hover {
  background-color: var(--primary-color1);
}
.footer-section.home4-footer-section .footer-btm-area-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-section.home4-footer-section .footer-btm-area-wrap .copyright-and-social-area {
  padding: 35px 0;
}
@media (max-width: 1199px) {
  .footer-section.home4-footer-section .footer-btm-area-wrap .copyright-and-social-area {
    padding: 25px 0;
  }
}
.footer-section.home4-footer-section .footer-btm-area-wrap .copyright-and-social-area p {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #a0a0a0;
  margin-bottom: 0;
}
.footer-section.home4-footer-section .footer-btm-area-wrap .copyright-and-social-area p a {
  color: var(--white-color);
  transition: 0.35s;
}
.footer-section.home4-footer-section .footer-btm-area-wrap .copyright-and-social-area p a:hover {
  color: var(--primary-color1);
}
.footer-section.home4-footer-section .footer-btm-area-wrap .copyright-and-social-area .service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .footer-section.home4-footer-section .footer-btm-area-wrap .copyright-and-social-area .service-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 10px;
  }
}
.footer-section.home4-footer-section .footer-btm-area-wrap .copyright-and-social-area .service-list li a {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #a0a0a0;
  transition: 0.35s;
}
.footer-section.home4-footer-section .footer-btm-area-wrap .copyright-and-social-area .service-list li a:hover {
  color: var(--primary-color1);
}
.footer-section.home5-footer-section {
  background-color: #0a0a0a;
  background-image: unset;
  position: relative;
}
.footer-section.home5-footer-section .file-download-btn .icon {
  background-color: var(--primary-color1);
}
.footer-section.home5-footer-section .file-download-btn .icon svg {
  fill: var(--title-color);
}
.footer-section.home5-footer-section .footer-top-area-wrap {
  padding-top: 100px;
  z-index: 99;
  position: relative;
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area {
  padding: 40px 50px;
  background-color: #272529;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
@media (max-width: 1399px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area {
    padding: 35px 40px;
  }
}
@media (max-width: 1199px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area {
    padding: 30px 35px;
  }
}
@media (max-width: 991px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area {
    padding: 40px 18px;
    border-radius: 15px;
  }
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-left-content h2 {
  color: var(--white-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-left-content h2 {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-left-content h2 {
    font-size: 31px;
    margin-bottom: 8px;
  }
}
@media (max-width: 576px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-left-content h2 {
    font-size: 28px;
  }
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-left-content p {
  color: var(--dark-text-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area {
  min-width: 507px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area {
    min-width: 450px;
  }
}
@media (max-width: 576px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area {
    min-width: unset;
  }
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area .form-inner {
  display: flex;
  align-items: center;
  background-color: var(--white-color);
  padding: 1px 5px;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area .form-inner {
    flex-wrap: wrap;
    background-color: transparent;
    gap: 15px;
  }
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area .form-inner input {
  background-color: transparent;
  border: unset;
  color: var(--dark-title-color);
  height: 58px;
}
@media (max-width: 576px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area .form-inner input {
    background-color: var(--white-color);
    height: 52px;
  }
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area .form-inner input::-moz-placeholder {
  color: #545454;
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area .form-inner input::placeholder {
  color: #545454;
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area .form-inner .primary-btn1 {
  padding: 14px 53px;
}
@media (max-width: 576px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content .email-area .form-inner .primary-btn1 {
    padding: 14px 22px;
  }
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 576px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content ul {
    gap: 11px;
  }
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content ul li svg {
  fill: var(--white-color);
}
.footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content ul li {
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 576px) {
  .footer-section.home5-footer-section .footer-top-area-wrap .footer-top-area .footer-top-right-content ul li {
    gap: 2px;
    font-size: 13px;
  }
}
.footer-section.home5-footer-section .footer-menu-wrap {
  z-index: 99;
  position: relative;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list {
    margin-bottom: 20px;
  }
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact:last-child {
  margin-bottom: 0;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .icon {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border: 1px solid #535252;
  border-radius: 4px;
  background: #313131;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .icon {
    min-height: 40px;
    max-width: 40px;
    height: 40px;
  }
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .icon svg {
  fill: var(--white-color);
}
@media (max-width: 767px) {
  .footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .icon svg {
    width: 25px;
  }
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content {
  line-height: 1;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content span {
  color: #a0a0a0;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a {
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a {
    font-size: 17px;
  }
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a:hover {
  color: var(--primary-color1);
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .view-map-btn {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: var(--white-color);
  transition: 0.5s;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
  padding-bottom: 2px;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .view-map-btn:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap {
  width: 100%;
  margin-bottom: 40px;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form input {
  width: 100%;
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  border: none;
  line-height: 1;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form input::-moz-placeholder {
  color: #a6a6a6;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form input::placeholder {
  color: #a6a6a6;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form button {
  border: none;
  transition: 0.35s;
  background-color: transparent;
}
.footer-section.home5-footer-section .footer-menu-wrap .footer-widget .mail-form-wrap .mail-form button svg {
  fill: var(--primary-color1);
}
.footer-section.home5-footer-section .copyright-and-social-area {
  z-index: 99;
  position: relative;
}
@media (max-width: 991px) {
  .footer-section.home5-footer-section .copyright-and-social-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .footer-section.home5-footer-section .copyright-and-social-area .social-list {
    gap: 15px;
  }
}
.footer-section.home5-footer-section .copyright-and-social-area .social-list li a {
  background-color: #313131;
}
.footer-section.home5-footer-section .copyright-and-social-area .social-list li a:hover {
  background-color: var(--primary-color1);
}
.footer-section.home5-footer-section .copyright-and-social-area .service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .footer-section.home5-footer-section .copyright-and-social-area .service-list {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .footer-section.home5-footer-section .copyright-and-social-area .service-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 5px;
    justify-content: center;
  }
}
.footer-section.home5-footer-section .copyright-and-social-area .service-list li a {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--white-color);
  transition: 0.35s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section.home5-footer-section .copyright-and-social-area .service-list li a {
    font-size: 15px;
  }
}
.footer-section.home5-footer-section .copyright-and-social-area .service-list li a:hover {
  color: var(--primary-color1);
}
.footer-section.home5-footer-section .vector-icon {
  position: absolute;
  top: 0;
  left: 38%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .footer-section.home5-footer-section .vector-icon {
    display: none;
  }
}

/*=====================================
  18. Home1 Process Section CSS
========================================*/
.home2-process-section .process-wrapper {
  position: relative;
  z-index: 1;
}
.home2-process-section .process-wrapper .process-slider-area {
  position: relative;
}
.home2-process-section .process-wrapper .process-slider-area .line {
  fill: var(--borders-color);
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1399px) {
  .home2-process-section .process-wrapper .process-slider-area .line {
    width: 1000px;
  }
}
@media (max-width: 1199px) {
  .home2-process-section .process-wrapper .process-slider-area .line {
    width: 900px;
  }
}
@media (max-width: 991px) {
  .home2-process-section .process-wrapper .process-slider-area .line {
    width: 100%;
  }
}
.home2-process-section .process-wrapper .process-slider-area .process-card {
  max-width: 336px;
  margin: 0 auto;
}
.home2-process-section .process-wrapper .process-slider-area .process-card .step-no-and-icon {
  padding-left: 12px;
}
.home2-process-section .process-wrapper .process-slider-area .process-card .step-no-and-icon span {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}
.home2-process-section .process-wrapper .process-slider-area .process-card .step-no-and-icon .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 14px;
}
.home2-process-section .process-wrapper .process-slider-area .process-card .step-no-and-icon .icon i {
  color: var(--dark-title-color);
  font-size: 15px;
  line-height: 1;
}
.home2-process-section .process-wrapper .process-slider-area .process-card .step-no-and-icon .icon::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 9px;
  background-color: var(--primary-color1);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.home2-process-section .process-wrapper .process-slider-area .process-card .process-content {
  padding: 30px;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .home2-process-section .process-wrapper .process-slider-area .process-card .process-content {
    padding: 30px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-process-section .process-wrapper .process-slider-area .process-card .process-content {
    padding: 25px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home2-process-section .process-wrapper .process-slider-area .process-card .process-content {
    padding: 20px 18px;
  }
}
@media (max-width: 576px) {
  .home2-process-section .process-wrapper .process-slider-area .process-card .process-content {
    padding: 25px 15px;
  }
}
.home2-process-section .process-wrapper .process-slider-area .process-card .process-content h3,
.home2-process-section .process-wrapper .process-slider-area .process-card .process-content h5 {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
.home2-process-section .process-wrapper .process-slider-area .process-card .process-content p {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-process-section .process-wrapper .process-slider-area .process-card .process-content p {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .home2-process-section .process-wrapper .process-slider-area .process-card .process-content p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.home2-process-section .process-wrapper .process-slider-area .process-card .process-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home2-process-section .process-wrapper .process-slider-area .process-card .process-content ul li svg {
  fill: var(--white-color);
}
.home2-process-section .process-wrapper .process-slider-area .process-card .process-content ul li svg circle {
  fill: #e8e8e8;
}
.home2-process-section .process-wrapper .process-slider-area .process-card .process-content ul li {
  color: var(--text-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-process-section .process-wrapper .process-slider-area .process-card .process-content ul li {
    font-size: 17px;
  }
}
.home2-process-section .process-wrapper .process-slider-area .process-card .process-content ul li:last-child {
  margin-bottom: 0;
}
.home2-process-section.sass-process-section {
  padding: 0 150px;
}
@media (max-width: 1699px) {
  .home2-process-section.sass-process-section {
    padding: 0 50px;
  }
}
@media (max-width: 1799px) {
  .home2-process-section.sass-process-section {
    padding: 0;
  }
}
.home2-process-section.sass-process-section .section-title h2 {
  max-width: 504px;
  margin: unset;
  padding-bottom: 0;
}
.home2-process-section.sass-process-section .process-wrapper {
  background-color: #eef2e9;
  border-radius: 20px;
  padding: 80px 50px;
}
@media (max-width: 1199px) {
  .home2-process-section.sass-process-section .process-wrapper {
    padding: 70px 0;
  }
}
@media (max-width: 576px) {
  .home2-process-section.sass-process-section .process-wrapper {
    padding: 65px 0 70px;
    border-radius: 10px;
  }
}
.home2-process-section.sass-process-section .process-wrapper .process-slider-area .line {
  fill: #e4e4e4;
}
.home2-process-section.sass-process-section .process-wrapper .process-card .process-content {
  background-color: var(--white-color);
  border: 1px solid var(--borders-color);
}
.home2-process-section.sass-process-section .process-wrapper .process-card .process-content ul li svg circle {
  fill: #d4e2a9;
}

/*=====================================
  19. Home2 Testimonial Section CSS
========================================*/
.testimonial-card2 .testimonial-img-wrap {
  position: relative;
  background-color: #f0f0f0;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
}
.testimonial-card2 .testimonial-img-wrap .testimonial-img {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 576px) {
  .testimonial-card2 .testimonial-img-wrap .testimonial-img {
    height: unset;
  }
}
.testimonial-card2 .testimonial-img-wrap .testimonial-img img {
  border-radius: inherit;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .testimonial-card2 .testimonial-img-wrap .testimonial-img img {
    height: unset;
  }
}
.testimonial-card2 .testimonial-img-wrap .testimonial-img .shape-area {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  display: flex;
  gap: 12px;
  z-index: 99;
  height: 99.4%;
}
.testimonial-card2 .testimonial-img-wrap .testimonial-img .shape-area .single-shape {
  width: 16px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(59, 59, 59, 0.2) 16.67%, rgba(255, 255, 255, 0) 100%);
  background-blend-mode: overlay;
  backdrop-filter: blur(100px);
  transform: rotateY(-50deg);
  transition: all 1s ease;
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.testimonial-card2 .testimonial-content-wrap {
  background-image: url(../image/start-up2/home2-testimonial-bg.png), linear-gradient(180deg, #f0f0f0 0%, #f0f0f0 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 70px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 1399px) {
  .testimonial-card2 .testimonial-content-wrap {
    padding: 55px 40px;
    background-position: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card2 .testimonial-content-wrap {
    padding: 45px 25px;
  }
}
@media (max-width: 991px) {
  .testimonial-card2 .testimonial-content-wrap {
    padding: 45px 28px;
  }
}
@media (max-width: 576px) {
  .testimonial-card2 .testimonial-content-wrap {
    padding: 35px 15px;
    border-radius: 15px;
  }
}
.testimonial-card2 .testimonial-content-wrap .company-logo {
  margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card2 .testimonial-content-wrap .company-logo {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial-card2 .testimonial-content-wrap .company-logo {
    margin-bottom: 30px;
  }
}
.testimonial-card2 .testimonial-content-wrap .company-logo img {
  width: 144px;
}
.testimonial-card2 .testimonial-content-wrap .company-logo img.dark {
  display: none;
}
.testimonial-card2 .testimonial-content-wrap .testimonial-content {
  margin-bottom: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card2 .testimonial-content-wrap .testimonial-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial-card2 .testimonial-content-wrap .testimonial-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .testimonial-card2 .testimonial-content-wrap .testimonial-content {
    margin-bottom: 25px;
  }
}
.testimonial-card2 .testimonial-content-wrap .testimonial-content .rating-area {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .testimonial-card2 .testimonial-content-wrap .testimonial-content .rating-area {
    margin-bottom: 10px;
  }
}
.testimonial-card2 .testimonial-content-wrap .testimonial-content .rating-area li i {
  color: #ff3d2e;
  font-size: 14px;
}
.testimonial-card2 .testimonial-content-wrap .testimonial-content p {
  color: var(--text-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .testimonial-card2 .testimonial-content-wrap .testimonial-content p {
    font-size: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card2 .testimonial-content-wrap .testimonial-content p {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .testimonial-card2 .testimonial-content-wrap .testimonial-content p {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (max-width: 576px) {
  .testimonial-card2 .testimonial-content-wrap .testimonial-content p {
    font-size: 18px;
    line-height: 1.7;
  }
}
.testimonial-card2 .testimonial-content-wrap .testimonial-content p span {
  color: var(--title-color);
}
.testimonial-card2 .testimonial-content-wrap .author-area {
  max-width: 270px;
  width: 100%;
}
@media (max-width: 576px) {
  .testimonial-card2 .testimonial-content-wrap .author-area {
    max-width: unset;
  }
}
.testimonial-card2 .testimonial-content-wrap .author-area h3 {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
}
.testimonial-card2 .testimonial-content-wrap .author-area span {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.testimonial-card2 .testimonial-content-wrap .quote {
  fill: var(--white-color);
  position: absolute;
  top: 60px;
  right: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card2 .testimonial-content-wrap .quote {
    top: 40px;
    right: 80px;
  }
}
@media (max-width: 991px) {
  .testimonial-card2 .testimonial-content-wrap .quote {
    top: 40px;
  }
}
@media (max-width: 767px) {
  .testimonial-card2 .testimonial-content-wrap .quote {
    right: 60px;
  }
}
@media (max-width: 576px) {
  .testimonial-card2 .testimonial-content-wrap .quote {
    top: 30px;
    right: 30px;
    width: 80px;
  }
}
.testimonial-card2 .testimonial-content-wrap .joint1 {
  fill: #f0f0f0;
  position: absolute;
  top: 80px;
  left: -24px;
}
@media (max-width: 991px) {
  .testimonial-card2 .testimonial-content-wrap .joint1 {
    display: none;
  }
}
.testimonial-card2 .testimonial-content-wrap .joint2 {
  fill: #f0f0f0;
  position: absolute;
  bottom: 80px;
  left: -24px;
}
@media (max-width: 991px) {
  .testimonial-card2 .testimonial-content-wrap .joint2 {
    display: none;
  }
}

.home2-testimonial-section .section-title {
  align-items: center;
}
@media (max-width: 1199px) {
  .home2-testimonial-section .section-title {
    flex-flow: unset;
  }
}
@media (max-width: 991px) {
  .home2-testimonial-section .section-title {
    flex-flow: column;
    align-items: start;
  }
}
.home2-testimonial-section .section-title h2 {
  max-width: 475px;
}
.home2-testimonial-section .testimonial-slider-area {
  position: relative;
}
.home2-testimonial-section .testimonial-slider-area .slider-btn-area {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: end;
  position: absolute;
  bottom: 72px;
  right: 65px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .home2-testimonial-section .testimonial-slider-area .slider-btn-area {
    right: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-testimonial-section .testimonial-slider-area .slider-btn-area {
    right: 25px;
    bottom: 62px;
  }
}
@media (max-width: 991px) {
  .home2-testimonial-section .testimonial-slider-area .slider-btn-area {
    right: 28px;
    bottom: 62px;
  }
}
@media (max-width: 576px) {
  .home2-testimonial-section .testimonial-slider-area .slider-btn-area {
    position: relative;
    margin-top: 20px;
    bottom: unset;
    right: unset;
    justify-content: space-between;
  }
}
.home2-testimonial-section .testimonial-slider-area .slider-btn-area .slider-btn-grp {
  gap: 15px;
}
.home2-testimonial-section .testimonial-slider-area .slider-btn-area .franctional-pagi {
  color: #022c1f;
  font-family: var(--font-inter);
  font-size: 22px;
  font-weight: 600;
  width: unset;
}
.home2-testimonial-section .testimonial-slider-area .slider-btn-area .franctional-pagi .swiper-pagination-total {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-inter);
}
.home2-testimonial-section .home2-testimonial-slider .swiper-slide-active .testimonial-img-wrap .testimonial-img .shape-area .single-shape {
  transform: rotateY(0);
}
.home2-testimonial-section .home2-testimonial-slider .swiper-slide-active .testimonial-img-wrap .testimonial-img .shape-area .single-shape:nth-child(1) {
  transition-delay: 0.8s;
}
.home2-testimonial-section .home2-testimonial-slider .swiper-slide-active .testimonial-img-wrap .testimonial-img .shape-area .single-shape:nth-child(2) {
  transition-delay: 0.6s;
}
.home2-testimonial-section .home2-testimonial-slider .swiper-slide-active .testimonial-img-wrap .testimonial-img .shape-area .single-shape:nth-child(3) {
  transition-delay: 0.4s;
}
.home2-testimonial-section .home2-testimonial-slider .swiper-slide-active .testimonial-img-wrap .testimonial-img .shape-area .single-shape:nth-child(4) {
  transition-delay: 0.2s;
}
.home2-testimonial-section .home2-testimonial-slider .swiper-slide-active .testimonial-img-wrap .testimonial-img .shape-area .single-shape:nth-child(5) {
  transition-delay: 0s;
}
.home2-testimonial-section .home2-testimonial-slider .swiper-slide-active .company-logo {
  animation: fadeInDown 1.7s;
}
.home2-testimonial-section .home2-testimonial-slider .swiper-slide-active .testimonial-content,
.home2-testimonial-section .home2-testimonial-slider .swiper-slide-active .author-area {
  animation: fadeInUp 1.7s;
}

/*=====================================
  20. Home2 portfolio Section CSS
========================================*/
.home2-portfolio-section {
  background: linear-gradient(180deg, #0f3d3a 0%, #212121 127.82%);
  padding: 100px 0 120px;
}
@media (max-width: 1199px) {
  .home2-portfolio-section {
    padding: 90px 0 110px;
  }
}
@media (max-width: 767px) {
  .home2-portfolio-section {
    padding: 80px 0;
  }
}
.home2-portfolio-section .section-title.three .right-content .view-more-btn::before {
  right: 43%;
}
.home2-portfolio-section .contact-area {
  display: flex;
  justify-content: space-between;
  text-align: center;
  background-color: var(--white-color);
  padding: 13px 20px;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .home2-portfolio-section .contact-area {
    padding: 10px;
    border-radius: 7px;
  }
}
.home2-portfolio-section .contact-area h4 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: var(--dark-title-color);
  margin-bottom: 0;
  max-width: 250px;
  text-align: start;
  padding-left: 20px;
}
@media (max-width: 576px) {
  .home2-portfolio-section .contact-area h4 {
    font-size: 15px;
    max-width: 150px;
    padding-left: 0;
  }
}
.home2-portfolio-section .contact-area .primary-btn1 {
  padding: 5px 10px;
  font-size: 15px;
}

.portfolio-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
}
.portfolio-wrap .single-portfolio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 1;
  padding: 45px 0;
  border-bottom: 1px solid #124b47;
}
.portfolio-wrap .single-portfolio:first-child {
  border-top: 1px solid #124b47;
}
@media (max-width: 767px) {
  .portfolio-wrap .single-portfolio {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 576px) {
  .portfolio-wrap .single-portfolio {
    padding: 25px 0;
  }
}
.portfolio-wrap .single-portfolio .portfolio-img {
  width: 230px;
  height: 252px;
  position: absolute;
  top: -150px;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  pointer-events: none;
  transform: rotate(-19deg);
  border-radius: 10px;
}
@media (max-width: 991px) {
  .portfolio-wrap .single-portfolio .portfolio-img {
    display: none;
    visibility: hidden;
  }
}
.portfolio-wrap .single-portfolio .portfolio-img img {
  border-radius: 10px;
}
.portfolio-wrap .single-portfolio .content {
  max-width: 290px;
  width: 100%;
}
.portfolio-wrap .single-portfolio .content h3,
.portfolio-wrap .single-portfolio .content h4 {
  margin-bottom: 0;
}
.portfolio-wrap .single-portfolio .content h3 a,
.portfolio-wrap .single-portfolio .content h4 a {
  color: var(--white-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
@media (max-width: 1199px) {
  .portfolio-wrap .single-portfolio .content h3 a,
  .portfolio-wrap .single-portfolio .content h4 a {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-wrap .single-portfolio .content h3 a,
  .portfolio-wrap .single-portfolio .content h4 a {
    font-size: 19px;
    line-height: 28px;
  }
}
.portfolio-wrap .single-portfolio .content h3 a:hover,
.portfolio-wrap .single-portfolio .content h4 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}
.portfolio-wrap .single-portfolio .list-item ul {
  margin: 0;
  padding: 0;
  list-style: unset;
  display: flex;
  gap: 14px;
}
.portfolio-wrap .single-portfolio .list-item ul li {
  line-height: 1;
}
.portfolio-wrap .single-portfolio .list-item ul li a {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--white-color);
  border-radius: 20px;
  border: 1px solid #979797;
  padding: 5px 15px;
  transition: 0.35s;
}
.portfolio-wrap .single-portfolio .list-item ul li a:hover {
  background-color: var(--primary-color1);
  color: var(--dark-title-color);
  border: 1px solid var(--primary-color1);
}
.portfolio-wrap .single-portfolio .details-btn .icon {
  min-width: 43px;
  max-width: 43px;
  height: 43px;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.portfolio-wrap .single-portfolio .details-btn .icon svg {
  fill: var(--white-color);
  transition: 0.5s;
}
.portfolio-wrap .single-portfolio:hover .number-and-icon-area .icon svg {
  animation: bounceIn 1.2s linear;
}
.portfolio-wrap .single-portfolio:hover .portfolio-img {
  opacity: 1;
}
.portfolio-wrap .single-portfolio:hover .details-btn .icon {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
.portfolio-wrap .single-portfolio:hover .details-btn .icon svg {
  fill: var(--dark-black-color);
}
.portfolio-wrap.style-2 .single-portfolio {
  border-bottom: 1px solid var(--borders-color);
}
.portfolio-wrap.style-2 .single-portfolio:first-child {
  border-top: 1px solid var(--borders-color);
}
.portfolio-wrap.style-2 .single-portfolio .content h4 a {
  color: var(--title-color);
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
.portfolio-wrap.style-2 .single-portfolio .content h4 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}
.portfolio-wrap.style-2 .single-portfolio .list-item ul li a {
  color: var(--title-color);
}
.portfolio-wrap.style-2 .single-portfolio .list-item ul li a:hover {
  background-color: var(--primary-color1);
  color: var(--dark-title-color);
  border: 1px solid var(--primary-color1);
}
.portfolio-wrap.style-2 .single-portfolio .details-btn .icon {
  border: 1px solid var(--title-color);
}
.portfolio-wrap.style-2 .single-portfolio .details-btn .icon svg {
  fill: var(--title-color);
}
.portfolio-wrap.style-2 .single-portfolio:hover .details-btn .icon {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
.portfolio-wrap.style-2 .single-portfolio:hover .details-btn .icon svg {
  fill: var(--black-color);
}

/*=====================================
  21. Home2 Banner Section CSS
========================================*/
.home2-banner-section {
  position: relative;
}
.home2-banner-section .video-area {
  position: relative;
  height: 900px;
  z-index: -1;
}
.home2-banner-section .video-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
@media (max-width: 1699px) {
  .home2-banner-section .video-area {
    height: 810px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home2-banner-section .video-area {
    height: 700px;
  }
}
@media (max-width: 1399px) {
  .home2-banner-section .video-area {
    height: 700px;
  }
}
.home2-banner-section video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home2-banner-section .banner-wrapper-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 165px 10% 90px 10%;
  display: flex;
  align-items: end;
}
@media (max-width: 1699px) {
  .home2-banner-section .banner-wrapper-wrap {
    padding: 165px 5.2% 90px 5.2%;
  }
}
@media (max-width: 991px) {
  .home2-banner-section .banner-wrapper-wrap {
    padding: 165px 5.2% 60px 5.2%;
  }
}
@media (max-width: 576px) {
  .home2-banner-section .banner-wrapper-wrap {
    padding: 165px 10px 50px 10px;
  }
}
.home2-banner-section .banner-wrapper-wrap .banner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  width: 100%;
}
@media (max-width: 991px) {
  .home2-banner-section .banner-wrapper-wrap .banner-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .home2-banner-section .banner-wrapper-wrap .banner-wrapper {
    gap: 30px;
  }
}
.home2-banner-section .banner-wrapper-wrap .banner-wrapper .left-content h1 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 74px;
  line-height: 1.2;
  color: var(--white-color);
  margin-bottom: 40px;
  max-width: 811px;
}
@media (max-width: 1399px) {
  .home2-banner-section .banner-wrapper-wrap .banner-wrapper .left-content h1 {
    font-size: 63px;
  }
}
@media (max-width: 1199px) {
  .home2-banner-section .banner-wrapper-wrap .banner-wrapper .left-content h1 {
    font-size: 47px;
  }
}
@media (max-width: 576px) {
  .home2-banner-section .banner-wrapper-wrap .banner-wrapper .left-content h1 {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
.home2-banner-section .banner-wrapper-wrap .banner-wrapper .left-content .button-area {
  display: flex;
  align-items: center;
  gap: 36px;
}
@media (max-width: 576px) {
  .home2-banner-section .banner-wrapper-wrap .banner-wrapper .left-content .button-area {
    flex-flow: column;
    align-items: start;
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .home2-banner-section .banner-wrapper-wrap .banner-wrapper .left-content .button-area .primary-btn1 {
    padding: 13px 14px;
  }
}
.home2-banner-section .banner-wrapper-wrap .banner-wrapper .left-content .button-area .primary-btn1::after {
  background-color: var(--white-color);
}
.home2-banner-section .banner-wrapper-wrap .banner-wrapper .left-content .button-area .primary-btn1:hover {
  color: var(--dark-title-color);
}
.home2-banner-section .banner-wrapper-wrap .banner-wrapper .left-content .button-area .primary-btn1:hover svg {
  fill: var(--dark-title-color);
}
.home2-banner-section .banner-wrapper-wrap .banner-wrapper .left-content .button-area .rating-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
.home2-banner-section .banner-wrapper-wrap .banner-wrapper .left-content .button-area .rating-area .review span {
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.home2-banner-section .banner-wrapper-wrap .banner-wrapper .left-content .button-area .rating-area .review .light-logo {
  display: block;
}
.home2-banner-section .banner-wrapper-wrap .banner-wrapper .left-content .button-area .rating-area .review .dark-logo {
  display: none;
}
.home2-banner-section .banner-wrapper-wrap .banner-wrapper .left-content .button-area .rating-area .rating .star {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
  margin-bottom: 9px;
}
.home2-banner-section .banner-wrapper-wrap .banner-wrapper .left-content .button-area .rating-area .rating .star li i {
  color: #ff3d2e;
  font-size: 12px;
}
.home2-banner-section .banner-wrapper-wrap .banner-wrapper .left-content .button-area .rating-area .rating span {
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.home2-banner-section .banner-wrapper-wrap .banner-wrapper .right-content .counter-wrap {
  display: flex;
  align-items: end;
}
.home2-banner-section .banner-wrapper-wrap .banner-wrapper .right-content .counter-wrap .counter-area {
  padding: 26px 30px;
  background: rgba(15, 61, 58, 0.5607843137);
  backdrop-filter: blur(20px);
  border-radius: 12px 0px 0px 12px;
  min-width: 178px;
  max-width: 178px;
  min-height: 188px;
}
@media (max-width: 1199px) {
  .home2-banner-section .banner-wrapper-wrap .banner-wrapper .right-content .counter-wrap .counter-area {
    min-width: 150px;
    max-width: 150px;
    padding: 25px 20px;
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .home2-banner-section .banner-wrapper-wrap .banner-wrapper .right-content .counter-wrap .counter-area {
    min-width: 152px;
    max-width: 152px;
  }
}
.home2-banner-section .banner-wrapper-wrap .banner-wrapper .right-content .counter-wrap .counter-area .counter-content {
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 55px;
  height: 100%;
}
@media (max-width: 1199px) {
  .home2-banner-section .banner-wrapper-wrap .banner-wrapper .right-content .counter-wrap .counter-area .counter-content {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .home2-banner-section .banner-wrapper-wrap .banner-wrapper .right-content .counter-wrap .counter-area .counter-content {
    gap: 25px;
  }
}
.home2-banner-section .banner-wrapper-wrap .banner-wrapper .right-content .counter-wrap .counter-area .counter-content .number {
  display: flex;
  align-items: center;
}
.home2-banner-section .banner-wrapper-wrap .banner-wrapper .right-content .counter-wrap .counter-area .counter-content .number h2,
.home2-banner-section .banner-wrapper-wrap .banner-wrapper .right-content .counter-wrap .counter-area .counter-content .number span {
  color: var(--white-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .home2-banner-section .banner-wrapper-wrap .banner-wrapper .right-content .counter-wrap .counter-area .counter-content .number h2,
  .home2-banner-section .banner-wrapper-wrap .banner-wrapper .right-content .counter-wrap .counter-area .counter-content .number span {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .home2-banner-section .banner-wrapper-wrap .banner-wrapper .right-content .counter-wrap .counter-area .counter-content .number h2,
  .home2-banner-section .banner-wrapper-wrap .banner-wrapper .right-content .counter-wrap .counter-area .counter-content .number span {
    font-size: 30px;
  }
}
.home2-banner-section .banner-wrapper-wrap .banner-wrapper .right-content .counter-wrap .counter-area .counter-content p {
  color: var(--white-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-banner-section .banner-wrapper-wrap .banner-wrapper .right-content .counter-wrap .counter-area .counter-content p {
    font-size: 15px;
  }
}
.home2-banner-section .banner-wrapper-wrap .banner-wrapper .right-content .counter-wrap .counter-area.two {
  background: rgba(200, 248, 169, 0.2588235294);
  height: 217px;
  backdrop-filter: blur(20px);
  border-radius: 12px 12px 12px 0px;
}
@media (max-width: 1199px) {
  .home2-banner-section .banner-wrapper-wrap .banner-wrapper .right-content .counter-wrap .counter-area.two {
    height: 180px;
  }
}
@media (max-width: 576px) {
  .home2-banner-section .banner-wrapper-wrap .banner-wrapper .right-content .counter-wrap .counter-area.two {
    height: 165px;
  }
}

/*=====================================
  22. Home2 our work CSS
========================================*/
.home2-our-work-section .section-title.three .right-content .view-more-btn::before {
  right: 26%;
}
.home2-our-work-section .our-work-wrapper .our-work-img ul {
  padding: 0;
  margin: 0;
  list-style: none;
  min-height: 515px;
  max-width: 424px;
  height: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .home2-our-work-section .our-work-wrapper .our-work-img ul {
    min-height: 450px;
  }
}
@media (max-width: 991px) {
  .home2-our-work-section .our-work-wrapper .our-work-img ul {
    min-height: 380px;
  }
}
@media (max-width: 576px) {
  .home2-our-work-section .our-work-wrapper .our-work-img ul {
    height: unset;
  }
}
.home2-our-work-section .our-work-wrapper .our-work-img ul li .counter-wrap {
  width: 150px;
  height: 150px;
  background-color: var(--primary-color1);
  clip-path: polygon(100% 0, 100% 100%, 26% 100%, 0 80%, 0 0);
  border-radius: 6px;
  display: flex;
  align-items: end;
  position: absolute;
  bottom: 60px;
  right: -75px;
  z-index: 20;
  opacity: 0;
}
.home2-our-work-section .our-work-wrapper .our-work-img ul li .counter-wrap .counter-content {
  padding: 30px 20px;
}
.home2-our-work-section .our-work-wrapper .our-work-img ul li .counter-wrap .counter-content .number {
  display: flex;
  align-items: center;
}
.home2-our-work-section .our-work-wrapper .our-work-img ul li .counter-wrap .counter-content .number h4,
.home2-our-work-section .our-work-wrapper .our-work-img ul li .counter-wrap .counter-content .number span {
  color: var(--dark-title-color);
  font-family: var(--font-inter);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
}
.home2-our-work-section .our-work-wrapper .our-work-img ul li .counter-wrap .counter-content span {
  color: var(--dark-title-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.home2-our-work-section .our-work-wrapper .our-work-img ul li .counter-wrap .arrow {
  fill: none;
  stroke: var(--dark-title-color);
  position: absolute;
  top: 15px;
  right: 15px;
}
.home2-our-work-section .our-work-wrapper .our-work-img ul li.active .counter-wrap {
  opacity: 1;
}
.home2-our-work-section .our-work-wrapper .our-work-img ul li .single-img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: qodef-animate-image2-out 1s 0.1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 12;
}
.home2-our-work-section .our-work-wrapper .our-work-img ul li .single-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .home2-our-work-section .our-work-wrapper .our-work-img ul li .single-img img {
    height: unset;
  }
}
.home2-our-work-section .our-work-wrapper .our-work-img ul li.active .single-img {
  animation: qodef-animate-image2-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 15;
}
.home2-our-work-section .our-work-wrapper .our-work-img.two {
  position: relative;
}
.home2-our-work-section .our-work-wrapper .our-work-img.two ul {
  min-height: 264px;
  max-width: 285px;
  margin-left: auto;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home2-our-work-section .our-work-wrapper .our-work-img.two ul {
    min-height: 320px;
  }
}
@media (max-width: 1399px) {
  .home2-our-work-section .our-work-wrapper .our-work-img.two ul {
    min-height: 280px;
  }
}
@media (max-width: 1199px) {
  .home2-our-work-section .our-work-wrapper .our-work-img.two ul {
    min-height: 240px;
  }
}
@media (max-width: 767px) {
  .home2-our-work-section .our-work-wrapper .our-work-img.two ul {
    margin-left: 0;
  }
}
.home2-our-work-section .our-work-wrapper .our-work-img.two ul li .single-img {
  height: unset;
}
.home2-our-work-section .our-work-wrapper .our-work-list {
  max-width: 500px;
  width: 100%;
}
.home2-our-work-section .our-work-wrapper .our-work-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home2-our-work-section .our-work-wrapper .our-work-list ul li {
  margin-bottom: 20px;
}
.home2-our-work-section .our-work-wrapper .our-work-list ul li:last-child {
  margin-bottom: 0;
}
.home2-our-work-section .our-work-wrapper .our-work-list ul li:last-child .our-work-content p {
  margin-bottom: 0;
}
.home2-our-work-section .our-work-wrapper .our-work-list ul li h2 {
  margin-bottom: 0;
}
.home2-our-work-section .our-work-wrapper .our-work-list ul li h2 a {
  color: var(--text-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 2px;
  background-position: right 90%;
  transition: background-size 0.75s;
}
@media (max-width: 1399px) {
  .home2-our-work-section .our-work-wrapper .our-work-list ul li h2 a {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .home2-our-work-section .our-work-wrapper .our-work-list ul li h2 a {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .home2-our-work-section .our-work-wrapper .our-work-list ul li h2 a {
    font-size: 28px;
  }
}
.home2-our-work-section .our-work-wrapper .our-work-list ul li .our-work-content {
  padding-top: 18px;
  line-height: 1;
  overflow: hidden;
  display: none;
  transform-origin: top;
  transition: 0.35s;
  border-bottom: 1px solid var(--borders-color);
  padding-bottom: 25px;
}
@media (max-width: 1199px) {
  .home2-our-work-section .our-work-wrapper .our-work-list ul li .our-work-content {
    padding-top: 15px;
  }
}
.home2-our-work-section .our-work-wrapper .our-work-list ul li .our-work-content p {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  max-width: 347px;
}
@media (max-width: 1199px) {
  .home2-our-work-section .our-work-wrapper .our-work-list ul li .our-work-content p {
    font-size: 17px;
  }
}
.home2-our-work-section .our-work-wrapper .our-work-list ul li .our-work-content p strong {
  font-weight: 500;
  color: var(--title-color);
}
.home2-our-work-section .our-work-wrapper .our-work-list ul li.active h2 a {
  font-weight: 500;
  color: var(--title-color);
  background-size: 100% 2px;
  background-position: left 90%;
}
.home2-our-work-section .our-work-wrapper .our-work-list ul li.active .our-work-content {
  display: block;
  height: 100%;
  animation: fade-down 0.45s linear;
}

@keyframes qodef-animate-image2-out {
  0% {
    transform: scale(1) translateZ(0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    transform: scale(1);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image2-in {
  0% {
    transform: scale(1.05) translateZ(0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    transform: scale(1);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-sm-image2-out {
  0% {
    transform: scale(1) translateZ(0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    transform: scale(1);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-sm-image2-in {
  0% {
    transform: scale(1.05) translateZ(0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    transform: scale(1);
    clip-path: inset(0 0 0 0);
  }
}
/*=====================================
  23. Home2 Footer top section CSS
========================================*/
.home2-footer-top-section {
  background-image: url(../image/start-up2/footer-top-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 703px;
  padding: 147px 0;
}
@media (max-width: 991px) {
  .home2-footer-top-section {
    min-height: unset;
    padding: 100px 0;
  }
}
@media (max-width: 576px) {
  .home2-footer-top-section {
    padding: 80px 0;
  }
}
.home2-footer-top-section .footer-top-wrapper {
  position: relative;
}
.home2-footer-top-section .footer-top-wrapper .footer-top-content {
  max-width: 554px;
  margin: 0 auto;
}
.home2-footer-top-section .footer-top-wrapper .footer-top-content h2 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 48px;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .home2-footer-top-section .footer-top-wrapper .footer-top-content h2 {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .home2-footer-top-section .footer-top-wrapper .footer-top-content h2 {
    font-size: 30px;
  }
}
.home2-footer-top-section .footer-top-wrapper .footer-top-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: var(--dark-text-color);
  margin-bottom: 45px;
}
.home2-footer-top-section .footer-top-wrapper .footer-top-content p span {
  font-weight: 700;
}
@media (max-width: 576px) {
  .home2-footer-top-section .footer-top-wrapper .footer-top-content p {
    font-size: 15px;
  }
}
.home2-footer-top-section .footer-top-wrapper .footer-top-btn-area {
  display: flex;
  justify-content: center;
}
.home2-footer-top-section .footer-top-wrapper .footer-top-btn-area .primary-btn1::after {
  background-color: var(--white-color);
}
.home2-footer-top-section .footer-top-wrapper .footer-top-btn-area .primary-btn1:hover {
  color: var(--dark-title-color);
}
.home2-footer-top-section .footer-top-wrapper .footer-top-btn-area .primary-btn1:hover svg {
  fill: var(--dark-title-color);
}
@media (max-width: 767px) {
  .home2-footer-top-section .footer-top-wrapper .img-list {
    display: none;
  }
}
.home2-footer-top-section .footer-top-wrapper .img-list li {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease, opacity 0.3s ease;
}
@media (max-width: 991px) {
  .home2-footer-top-section .footer-top-wrapper .img-list li {
    max-width: 150px;
    width: 100%;
  }
}
.home2-footer-top-section .footer-top-wrapper .img-list li img {
  border-radius: 10px;
}
.home2-footer-top-section .footer-top-wrapper .img-list li:nth-child(1) {
  transition-delay: 0.1s;
}
.home2-footer-top-section .footer-top-wrapper .img-list li:nth-child(2) {
  transition-delay: 0.2s;
}
.home2-footer-top-section .footer-top-wrapper .img-list li:nth-child(3) {
  transition-delay: 0.3s;
}
.home2-footer-top-section .footer-top-wrapper .img-list li:nth-child(4) {
  transition-delay: 0.4s;
}
.home2-footer-top-section .footer-top-wrapper .img-list li:nth-child(5) {
  transition-delay: 0.5s;
}
.home2-footer-top-section .footer-top-wrapper .img-list li:nth-child(6) {
  transition-delay: 0.6s;
}
.home2-footer-top-section .footer-top-wrapper .img-list li:nth-child(7) {
  transition-delay: 0.7s;
}
.home2-footer-top-section .footer-top-wrapper.active .img-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home2-footer-top-section .footer-top-wrapper.active .img-list li {
  opacity: 1;
  visibility: visible;
  transform: unset;
}
.home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(1) {
  bottom: unset;
  top: -25%;
  left: -28%;
}
@media (max-width: 1199px) {
  .home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(1) {
    left: -12%;
  }
}
.home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(2) {
  bottom: unset;
  left: unset;
  top: -25%;
  right: -28%;
}
@media (max-width: 1199px) {
  .home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(2) {
    right: -12%;
  }
}
.home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(3) {
  bottom: unset;
  top: 50%;
  left: -60%;
  transform: translate(0, -50%);
}
@media (max-width: 1399px) {
  .home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(3) {
    left: -55%;
  }
}
@media (max-width: 1199px) {
  .home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(3) {
    left: -28%;
  }
}
.home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(4) {
  bottom: unset;
  left: unset;
  top: 50%;
  right: -60%;
  transform: translate(0, -50%);
}
@media (max-width: 1399px) {
  .home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(4) {
    right: -55%;
  }
}
@media (max-width: 1199px) {
  .home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(4) {
    right: -28%;
  }
}
.home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(5) {
  top: unset;
  bottom: -60%;
  left: -30%;
}
@media (max-width: 1199px) {
  .home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(5) {
    left: -29%;
  }
}
.home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(6) {
  left: unset;
  top: unset;
  bottom: -60%;
  right: -30%;
}
@media (max-width: 1199px) {
  .home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(6) {
    right: -29%;
  }
}
.home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(7) {
  left: unset;
  top: unset;
  bottom: -95%;
  right: 38%;
}
.home2-footer-top-section .footer-top-wrapper.active .img-list li:nth-child(7) img {
  border-radius: 10px 10px 0 0;
}

/*=====================================
  24. Home3 Banner Section CSS
========================================*/
.home3-banner-section {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .home3-banner-section {
    padding-top: 74px;
  }
}
@media (max-width: 991px) {
  .home3-banner-section {
    padding-top: 67px;
  }
}
.home3-banner-section .banner-wrapper {
  background-image: url(../image/digital-marketing/banner-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media (max-width: 1699px) {
  .home3-banner-section .banner-wrapper {
    grid-template-columns: 45% 55%;
  }
}
@media (max-width: 1399px) {
  .home3-banner-section .banner-wrapper {
    grid-template-columns: 48% 52%;
  }
}
@media (max-width: 1199px) {
  .home3-banner-section .banner-wrapper {
    display: block;
  }
}
@media (max-width: 576px) {
  .home3-banner-section .banner-wrapper {
    border-radius: 10px;
  }
}
.home3-banner-section .banner-wrapper .banner-content-wrap {
  padding: 82px 0 79px;
  margin-left: 22%;
  position: relative;
}
.home3-banner-section .banner-wrapper .banner-content-wrap .global-icon {
  position: absolute;
  top: unset;
  right: 65px;
  bottom: 40%;
  max-width: 83px;
}
@media (max-width: 1699px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap .global-icon {
    right: 30px;
    bottom: 35%;
  }
}
@media (max-width: 1799px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap .global-icon {
    right: 20px;
    bottom: 33%;
  }
}
@media (max-width: 1199px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap .global-icon {
    right: 25%;
    bottom: 35%;
  }
}
@media (max-width: 991px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap .global-icon {
    right: 10%;
    bottom: 37%;
  }
}
@media (max-width: 767px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap .global-icon {
    right: 3%;
    bottom: 36%;
  }
}
@media (max-width: 576px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap .global-icon {
    display: none;
  }
}
.home3-banner-section .banner-wrapper .banner-content-wrap .global-icon .arrow-icon {
  position: absolute;
  top: 40px;
  right: 25px;
}
.home3-banner-section .banner-wrapper .banner-content-wrap .global-icon .arrow-icon svg linearGradient stop {
  stop-color: #e5e5e5;
}
.home3-banner-section .banner-wrapper .banner-content-wrap .global-icon .arrow-icon svg linearGradient stop:last-of-type {
  stop-color: #546e43;
}
@media (max-width: 1699px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap {
    margin-left: 11%;
  }
}
@media (max-width: 1399px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap {
    margin-left: 7%;
    padding: 50px 0 70px;
  }
}
@media (max-width: 1199px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap {
    margin-left: 10%;
    padding: 60px 0 80px;
  }
}
@media (max-width: 991px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap {
    margin-left: 8%;
  }
}
@media (max-width: 767px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap {
    padding: 50px 0 70px;
  }
}
@media (max-width: 576px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap {
    padding: 50px 0;
    margin-left: 5%;
  }
}
.home3-banner-section .banner-wrapper .banner-content-wrap h1 {
  font-family: var(--font-funnel-display);
  font-weight: 300;
  font-size: 78px;
  line-height: 1.1;
  color: var(--title-color);
  max-width: 557px;
  margin-bottom: 25px;
}
@media (max-width: 1799px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap h1 {
    font-size: 59px;
    max-width: 475px;
  }
}
@media (max-width: 1399px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap h1 {
    font-size: 48px;
    max-width: 380px;
  }
}
@media (max-width: 1199px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap h1 {
    font-size: 60px;
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap h1 {
    font-size: 55px;
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap h1 {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap h1 {
    font-size: 38px;
  }
}
.home3-banner-section .banner-wrapper .banner-content-wrap h1 span {
  font-weight: 600;
}
@media (max-width: 576px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap h1 span {
    font-weight: 500;
  }
}
.home3-banner-section .banner-wrapper .banner-content-wrap .para-area {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  gap: 17px;
}
@media (max-width: 1399px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap .para-area {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap .para-area {
    gap: 8px;
    margin-bottom: 35px;
  }
}
.home3-banner-section .banner-wrapper .banner-content-wrap .para-area svg {
  fill: #2c2c2c;
}
.home3-banner-section .banner-wrapper .banner-content-wrap .para-area p {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 0;
  max-width: 416px;
}
@media (max-width: 576px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap .para-area p {
    font-size: 17px;
    line-height: 1.4;
  }
}
.home3-banner-section .banner-wrapper .banner-content-wrap .para-area p span {
  color: var(--title-color);
}
.home3-banner-section .banner-wrapper .banner-content-wrap .primary-btn2 .content {
  padding: 19px 21px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap .primary-btn2 .content {
    padding: 13px 18px;
  }
}
.home3-banner-section .banner-wrapper .banner-content-wrap .primary-btn2 .icon {
  min-width: 52px;
  max-width: 52px;
  height: 52px;
}
@media (max-width: 576px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap .primary-btn2 .icon {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
}
.home3-banner-section .banner-wrapper .banner-content-wrap .btm-area {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 64px;
  margin-top: 100px;
  border-top: 1px solid #d9d9d9;
  max-width: 510px;
  padding-top: 20px;
}
@media (max-width: 1799px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap .btm-area {
    margin-top: 82px;
  }
}
@media (max-width: 1399px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap .btm-area {
    margin-top: 55px;
  }
}
@media (max-width: 1199px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap .btm-area {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li {
  position: relative;
}
.home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li::before {
  content: "";
  position: absolute;
  background: #d9d9d9;
  width: 1px;
  height: 68px;
  top: -20px;
  left: -30px;
}
@media (max-width: 1199px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li::before {
    display: none;
  }
}
.home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li:first-child::before {
  display: none;
}
.home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li .rating-area {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li .rating-area .review span {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li .rating-area .review .light-logo {
  display: block;
}
.home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li .rating-area .review .dark-logo {
  display: none;
}
.home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li .rating-area .rating .star {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
  margin-bottom: 9px;
}
.home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li .rating-area .rating .star li i {
  color: #ff3d2e;
  font-size: 12px;
}
.home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li .rating-area .rating span {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li .author-area {
  display: flex;
  align-items: center;
  gap: 13px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li .author-area {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li .author-area {
    gap: 10px;
  }
}
.home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li .author-area .author-img-grp {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li .author-area .author-img-grp li img {
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--dark-white-color);
  margin-left: -20px;
}
@media (max-width: 576px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li .author-area .author-img-grp li img {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
  }
}
.home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li .author-area .author-img-grp li:first-child img {
  margin-left: 0;
}
.home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li .author-area h2 {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  max-width: 175px;
  width: 100%;
}
.home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li .author-area h2 strong {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 576px) {
  .home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li .author-area h2 {
    min-width: unset;
  }
}
.home3-banner-section .banner-wrapper .banner-img-wrap {
  position: relative;
}
@media (max-width: 1199px) {
  .home3-banner-section .banner-wrapper .banner-img-wrap {
    display: none;
  }
}
.home3-banner-section .banner-wrapper .banner-img-wrap .img-area {
  display: flex;
  justify-content: end;
}
.home3-banner-section .banner-wrapper .banner-img-wrap .img-area img {
  border-radius: 0px 20px 20px 0px;
}
.home3-banner-section .banner-wrapper .banner-img-wrap .swiper-pagination1 {
  position: absolute;
  bottom: 20px;
  right: 45%;
  transform: translateX(50%);
  left: unset;
}
.home3-banner-section .banner-wrapper .banner-img-wrap .swiper-pagination1::after {
  display: none;
}
.home3-banner-section .banner-wrapper .banner-img-wrap .counter-wrap {
  display: flex;
  align-items: end;
  position: absolute;
  top: unset;
  bottom: 0;
  left: -17px;
  z-index: 99;
}
@media (max-width: 1399px) {
  .home3-banner-section .banner-wrapper .banner-img-wrap .counter-wrap {
    display: none;
  }
}
.home3-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area {
  padding: 26px 30px;
  background-image: url(../image/digital-marketing/project-completed.png);
  backdrop-filter: blur(20px);
  border-radius: 12px 0px 0px 0px;
  min-width: 178px;
  max-width: 178px;
  min-height: 188px;
}
@media (max-width: 1199px) {
  .home3-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area {
    min-width: 150px;
    max-width: 150px;
    padding: 25px 20px;
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .home3-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area {
    min-width: 152px;
    max-width: 152px;
  }
}
.home3-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area .counter-content {
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 55px;
  height: 100%;
}
@media (max-width: 576px) {
  .home3-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area .counter-content {
    gap: 30px;
  }
}
.home3-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area .counter-content .number {
  display: flex;
  align-items: center;
}
.home3-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area .counter-content .number h2,
.home3-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area .counter-content .number span {
  color: var(--white-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .home3-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area .counter-content .number h2,
  .home3-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area .counter-content .number span {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .home3-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area .counter-content .number h2,
  .home3-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area .counter-content .number span {
    font-size: 30px;
  }
}
.home3-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area .counter-content p {
  color: var(--white-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home3-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area .counter-content p {
    font-size: 15px;
  }
}
.home3-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area.two {
  background-image: url(../image/digital-marketing/customer-satisfaction.png);
  height: 217px;
  backdrop-filter: blur(20px);
  border-radius: 12px 12px 0px 0px;
}
@media (max-width: 767px) {
  .home3-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area.two {
    height: 200px;
  }
}
@media (max-width: 576px) {
  .home3-banner-section .banner-wrapper .banner-img-wrap .counter-wrap .counter-area.two {
    height: 180px;
  }
}

/*=====================================
  25. Roadmap Section CSS
========================================*/
.roadmap-section .roadmap-card {
  background: #dfeace;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 68px 35px;
  position: relative;
  height: 100%;
  z-index: 99;
}
@media (max-width: 1399px) {
  .roadmap-section .roadmap-card {
    padding: 55px 20px;
  }
}
@media (max-width: 1199px) {
  .roadmap-section .roadmap-card {
    padding: 55px 30px;
  }
}
@media (max-width: 767px) {
  .roadmap-section .roadmap-card {
    padding: 50px 19px;
  }
}
.roadmap-section .roadmap-card .icon {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.roadmap-section .roadmap-card .icon .dark-icon {
  display: block;
}
.roadmap-section .roadmap-card .icon .white-icon {
  display: none;
}
.roadmap-section .roadmap-card h3 {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  color: var(--title-color);
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .roadmap-section .roadmap-card h3 {
    margin-bottom: 20px;
    font-size: 26px;
    max-width: 250px;
  }
}
.roadmap-section .roadmap-card p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: var(--text-color);
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .roadmap-section .roadmap-card p {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .roadmap-section .roadmap-card p {
    font-size: 16px;
  }
}
.roadmap-section .roadmap-card.two {
  background: #f7f9c8;
}
.roadmap-section .roadmap-card.three {
  background: #f8dec4;
}
.roadmap-section .roadmap-card.four {
  background: #ffe8e5;
}

/*=====================================
  26. home3 service section CSS
========================================*/
.home3-service-section.font-alt .home3-service-card h2,
.home3-service-section.font-alt .home3-service-card h3 {
  line-height: 1.2;
}
.home3-service-section.font-alt .home3-service-card h2 a,
.home3-service-section.font-alt .home3-service-card h3 a {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
}

.home3-service-card {
  padding: 60px 40px;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  position: relative;
  transition: 0.35s;
  z-index: 99;
  height: 100%;
}
@media (max-width: 1199px) {
  .home3-service-card {
    padding: 45px 25px;
  }
}
.home3-service-card h2,
.home3-service-card h3 {
  line-height: 1.3;
  margin-bottom: 23px;
  max-width: 240px;
}
@media (max-width: 1199px) {
  .home3-service-card h2,
  .home3-service-card h3 {
    max-width: 200px;
  }
}
.home3-service-card h2 a,
.home3-service-card h3 a {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 28px;
  color: var(--title-color);
  transition: 0.5s;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
@media (max-width: 767px) {
  .home3-service-card h2 a,
  .home3-service-card h3 a {
    font-size: 25px;
  }
}
.home3-service-card h2 a:hover,
.home3-service-card h3 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}
@media (max-width: 1199px) {
  .home3-service-card h2 a,
  .home3-service-card h3 a {
    font-size: 26px;
  }
}
.home3-service-card p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 35px;
}
.home3-service-card .primary-btn2.transparent .content {
  padding: 8px 10px;
}
.home3-service-card .vector-icon {
  position: absolute;
  top: 29px;
  right: 35px;
}
@media (max-width: 1199px) {
  .home3-service-card .vector-icon {
    top: 10px;
    right: 10px;
  }
}
.home3-service-card .vector-icon svg {
  transition: 0.35s;
  fill: #eaeaea;
  position: relative;
  z-index: -1;
}
.home3-service-card.style-2 h2 {
  line-height: 1.2;
}
.home3-service-card:hover {
  background-color: #f3ffef;
}
.home3-service-card:hover .primary-btn2.transparent .content {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
.home3-service-card:hover .primary-btn2.transparent .icon {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
.home3-service-card:hover .vector-icon svg {
  fill: var(--primary-color2);
}

/*=====================================
  27. Home3 Testimonial section CSS
========================================*/
.home3-testimonial-section .section-title.home3-section-title h2 {
  max-width: 350px;
}
.home3-testimonial-section .section-title.home3-section-title .right-content .review-area {
  justify-content: end;
}
@media (max-width: 576px) {
  .home3-testimonial-section .section-title.home3-section-title .right-content .review-area {
    justify-content: start;
  }
}

.testimonial-card3 {
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  padding: 50px 45px;
}
@media (max-width: 1399px) {
  .testimonial-card3 {
    padding: 45px 35px;
  }
}
@media (max-width: 1199px) {
  .testimonial-card3 {
    padding: 35px 25px;
  }
}
@media (max-width: 991px) {
  .testimonial-card3 {
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .testimonial-card3 {
    padding: 25px 15px;
  }
}
.testimonial-card3 .testimonial-content-top .rating-area {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 4px;
  margin-bottom: 15px;
}
.testimonial-card3 .testimonial-content-top .rating-area li i {
  color: #ff3d2e;
  font-size: 14px;
}
.testimonial-card3 .testimonial-content-top span {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  display: inline-block;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .testimonial-card3 .testimonial-content-top span {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .testimonial-card3 .testimonial-content-top span {
    margin-bottom: 15px;
  }
}
.testimonial-card3 p {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: var(--text-color);
  margin-bottom: 45px;
}
@media (max-width: 1399px) {
  .testimonial-card3 p {
    font-size: 21px;
  }
}
@media (max-width: 1199px) {
  .testimonial-card3 p {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .testimonial-card3 p {
    font-size: 17px;
  }
}
.testimonial-card3 p span {
  color: var(--title-color);
}
.testimonial-card3 .counter-area {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .testimonial-card3 .counter-area {
    margin-bottom: 35px;
  }
}
.testimonial-card3 .counter-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 91px;
}
@media (max-width: 991px) {
  .testimonial-card3 .counter-area ul {
    gap: 70px;
  }
}
@media (max-width: 576px) {
  .testimonial-card3 .counter-area ul {
    gap: 60px;
  }
}
.testimonial-card3 .counter-area ul li {
  position: relative;
}
.testimonial-card3 .counter-area ul li::after {
  content: "";
  position: absolute;
  top: 20px;
  left: -50px;
  background: #d9d9d9;
  width: 1px;
  height: 23px;
}
@media (max-width: 991px) {
  .testimonial-card3 .counter-area ul li::after {
    left: -35px;
  }
}
@media (max-width: 576px) {
  .testimonial-card3 .counter-area ul li::after {
    left: -32px;
  }
}
.testimonial-card3 .counter-area ul li:first-child::after {
  display: none;
}
.testimonial-card3 .counter-area ul li .single-countdown span {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  color: var(--text-color);
  display: inline-block;
  margin-bottom: 5px;
}
.testimonial-card3 .counter-area ul li .single-countdown .number {
  display: flex;
}
.testimonial-card3 .counter-area ul li .single-countdown .number span,
.testimonial-card3 .counter-area ul li .single-countdown .number h2 {
  font-family: var(--font-funnel-display);
  font-weight: 600;
  font-size: 28px;
  line-height: 24px;
  color: var(--title-color);
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .testimonial-card3 .counter-area ul li .single-countdown .number span,
  .testimonial-card3 .counter-area ul li .single-countdown .number h2 {
    font-size: 26px;
  }
}
.testimonial-card3 .author-area {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-card3 .author-area {
    gap: 10px;
  }
}
.testimonial-card3 .author-area .author-img {
  position: relative;
}
.testimonial-card3 .author-area .author-img img {
  border-radius: 50%;
}
.testimonial-card3 .author-area .author-img .video-player {
  position: absolute;
  top: 10px;
  right: -8px;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background-color: var(--title-color);
  border: 1px solid var(--primary-color1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-card3 .author-area .author-img .video-player i {
  color: var(--primary-color1);
  font-size: 8px;
  line-height: 1;
  margin-left: 1px;
}
.testimonial-card3 .author-area .author-content h3 {
  font-family: var(--font-funnel-display);
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .testimonial-card3 .author-area .author-content h3 {
    font-size: 18px;
    margin-bottom: 1px;
  }
}
.testimonial-card3 .author-area .author-content span {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: var(--text-color);
  margin-bottom: 0;
}
.testimonial-card3 .author-area .quote {
  fill: rgba(var(--borders-color-opc), 0.5);
  position: absolute;
  top: unset;
  bottom: -10px;
  right: -1px;
}
@media (max-width: 991px) {
  .testimonial-card3 .author-area .quote {
    right: -10px;
    bottom: -15px;
    width: 80px;
  }
}
.testimonial-card3.style-2 .testimonial-content-top .rating-area li i {
  color: #f4bc0f;
  font-size: 14px;
}
.testimonial-card3.home4-testimonial-card3 {
  padding: 45px 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .testimonial-card3.home4-testimonial-card3 {
    padding: 35px 25px;
  }
}
@media (max-width: 576px) {
  .testimonial-card3.home4-testimonial-card3 {
    padding: 30px 20px;
  }
}
.testimonial-card3.home4-testimonial-card3 p {
  margin-bottom: 38px;
}
@media (max-width: 1199px) {
  .testimonial-card3.home4-testimonial-card3 p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .testimonial-card3.home4-testimonial-card3 p {
    margin-bottom: 30px;
  }
}
.testimonial-card3.home4-testimonial-card3 .author-img {
  position: absolute;
  top: 0;
  right: 0;
}
.testimonial-card3.home4-testimonial-card3 .author-img img {
  border-radius: 0px 10px 0px 10px;
}
@media (max-width: 576px) {
  .testimonial-card3.home4-testimonial-card3 .author-img img {
    width: 80px;
  }
}

/*=====================================
  28. Award section CSS
========================================*/
.award-section .section-title h2 {
  max-width: 350px;
}
.award-section .award-img {
  width: 100%;
  height: 100%;
  background: #f8fdf4;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  padding: 15px;
}
.award-section .award-img ul {
  padding: 0;
  margin: 0;
  list-style: none;
  min-height: 564px;
  max-width: 365px;
  height: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .award-section .award-img ul {
    max-width: unset;
    min-height: 500px;
  }
}
.award-section .award-img ul li .single-img {
  position: absolute;
  display: block;
  min-height: 240px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: qodef-animate-image2-out 1s 0.1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 12;
}
@media (max-width: 576px) {
  .award-section .award-img ul li .single-img {
    height: unset;
  }
}
.award-section .award-img ul li .single-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .award-section .award-img ul li .single-img img {
    height: unset;
  }
}
.award-section .award-img ul li.active .single-img {
  animation: qodef-animate-image2-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 15;
}
.award-section .award-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.award-section .award-list ul li {
  padding: 45px 24px;
  border-bottom: 1px solid var(--borders-color);
}
@media (max-width: 991px) {
  .award-section .award-list ul li {
    padding: 30px 18px;
  }
}
.award-section .award-list ul li .award-history {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.award-section .award-list ul li .award-history h2,
.award-section .award-list ul li .award-history h3 {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--text-color);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .award-section .award-list ul li .award-history h2,
  .award-section .award-list ul li .award-history h3 {
    max-width: 230px;
    font-size: 19px;
    line-height: 1.3;
  }
}
.award-section .award-list ul li.active {
  background-color: #f8fdf4;
  border-color: transparent;
}
.award-section .award-list ul li.active .award-history h2,
.award-section .award-list ul li.active .award-history h3 {
  color: var(--title-color);
}
.award-section.font-alt .award-list ul li .award-history h2,
.award-section.font-alt .award-list ul li .award-history h3 {
  font-family: var(--font-spaceGrotesk);
}

/*=====================================
  29. Video and counter section CSS
========================================*/
.video-and-counter-section .video-area {
  height: 711px;
}
@media (max-width: 1399px) {
  .video-and-counter-section .video-area {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .video-and-counter-section .video-area {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .video-and-counter-section .video-area {
    height: 300px;
  }
}
.video-and-counter-section video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 767px) {
  .video-and-counter-section video {
    height: 650px;
  }
}
@media (max-width: 576px) {
  .video-and-counter-section video {
    border-radius: 10px 10px 0 0;
  }
}
.video-and-counter-section .counter-area-wrap {
  background-color: #f9f9f9;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .video-and-counter-section .counter-area-wrap {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .video-and-counter-section .counter-area-wrap {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .video-and-counter-section .counter-area-wrap {
    padding: 40px 0;
  }
}
.video-and-counter-section .counter-area-wrap::after {
  content: url(../image/digital-marketing/video-area-vector.png);
  position: absolute;
  top: 0;
  left: 0;
}
.video-and-counter-section .counter-area-wrap .counter-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  gap: 50px;
}
@media (max-width: 991px) {
  .video-and-counter-section .counter-area-wrap .counter-content {
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 35px;
  }
}
.video-and-counter-section .counter-area-wrap .counter-content .left-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-color);
  margin-bottom: 0;
  max-width: 560px;
}
.video-and-counter-section .counter-area-wrap .counter-content .left-content p span {
  font-weight: 500;
  color: var(--title-color);
}
.video-and-counter-section .counter-area-wrap .counter-content .right-content .primary-btn2 .content {
  padding: 13px 21px;
}
.video-and-counter-section .counter-area-wrap .counter-content .right-content .primary-btn2 .icon {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
}
.video-and-counter-section .counter-area-wrap .counter-wrap {
  padding-top: 33px;
  position: relative;
}
.video-and-counter-section .counter-area-wrap .counter-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
}
.video-and-counter-section .counter-area-wrap .counter-wrap .divider {
  position: relative;
}
.video-and-counter-section .counter-area-wrap .counter-wrap .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  height: 139px;
  width: 1px;
  background: #d9d9d9;
}
@media (max-width: 1199px) {
  .video-and-counter-section .counter-area-wrap .counter-wrap .divider::before {
    height: 124px;
  }
}
@media (max-width: 991px) {
  .video-and-counter-section .counter-area-wrap .counter-wrap .divider::before {
    display: none;
  }
}
.video-and-counter-section .counter-area-wrap .counter-wrap .single-countdown {
  text-align: center;
  display: flex;
  align-items: end;
  gap: 30px;
}
@media (max-width: 1199px) {
  .video-and-counter-section .counter-area-wrap .counter-wrap .single-countdown {
    gap: 20px;
  }
}
.video-and-counter-section .counter-area-wrap .counter-wrap .single-countdown .number {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-and-counter-section .counter-area-wrap .counter-wrap .single-countdown .number h2,
.video-and-counter-section .counter-area-wrap .counter-wrap .single-countdown .number span {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 74px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .video-and-counter-section .counter-area-wrap .counter-wrap .single-countdown .number h2,
  .video-and-counter-section .counter-area-wrap .counter-wrap .single-countdown .number span {
    font-size: 60px;
  }
}
.video-and-counter-section .counter-area-wrap .counter-wrap .single-countdown span {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 118px;
  text-align: start;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .video-and-counter-section .counter-area-wrap .counter-wrap .single-countdown span {
    font-size: 17px;
    line-height: 1.2;
  }
}

/*=====================================
  30. Home3 Team section  CSS
========================================*/
.home3-team-section .team-section-wrapper {
  background-image: url(../image/digital-marketing/team-area-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 90px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .home3-team-section .team-section-wrapper {
    padding: 70px 0;
  }
}
@media (max-width: 576px) {
  .home3-team-section .team-section-wrapper {
    padding: 50px 0;
    border-radius: 10px;
  }
}
.home3-team-section .team-section-wrapper .section-title.home4-section-title p {
  max-width: 446px;
  margin-bottom: 0;
}
.home3-team-section.home4-team-section .team-section-wrapper {
  background-image: unset;
  background-color: #eff6ff;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .home3-team-section.home4-team-section .team-section-wrapper {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .home3-team-section.home4-team-section .team-section-wrapper {
    padding: 60px 0;
  }
}
.home3-team-section.home4-team-section .team-section-wrapper .vector1 {
  position: absolute;
  left: 0;
  top: 83px;
}
@media (max-width: 1699px) {
  .home3-team-section.home4-team-section .team-section-wrapper .vector1 {
    display: none;
  }
}
.home3-team-section.home4-team-section .team-section-wrapper .vector1 svg path {
  stroke: #dedede;
}
.home3-team-section.home4-team-section .team-section-wrapper .vector2 {
  position: absolute;
  right: 0;
  top: unset;
  bottom: 33px;
}
@media (max-width: 1699px) {
  .home3-team-section.home4-team-section .team-section-wrapper .vector2 {
    display: none;
  }
}
.home3-team-section.home4-team-section .team-section-wrapper .vector2 svg path {
  stroke: #dedede;
}
.home3-team-section.style-2 .right-content {
  margin-top: 10px;
}
.home3-team-section.style-2 .right-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  text-align: right;
  color: var(--text-color);
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .home3-team-section.style-2 .right-content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home3-team-section.style-2 .right-content p {
    text-align: left;
  }
}
.home3-team-section.style-2 .right-content .view-more-btn::before {
  right: 25%;
}

.team-card .team-img {
  position: relative;
}
.team-card .team-img img {
  border-radius: 10px 10px 0 0;
}
.team-card .team-img .social-area .social-list {
  position: absolute;
  top: 0;
  right: 20px;
  margin: 0;
  opacity: 0;
  list-style: none;
  background-color: var(--white-color);
  padding: 20px 13px;
  border-radius: 0 0 25px 25px;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.5s;
}
.team-card .team-img .social-area .social-list li {
  margin-bottom: 20px;
}
.team-card .team-img .social-area .social-list li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-card .team-img .social-area .social-list li {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .team-card .team-img .social-area .social-list li {
    margin-bottom: 15px;
  }
}
.team-card .team-img .social-area .social-list li a {
  color: #595959;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #595959;
  border-radius: 50%;
  transition: 0.35s;
}
.team-card .team-img .social-area .social-list li a i {
  font-size: 14px;
  transition: 0.5s;
}
.team-card .team-img .social-area .social-list li a i.bi-twitter-x {
  font-size: 12px;
  margin-top: 1px;
  margin-left: 1px;
  line-height: 1;
}
.team-card .team-img .social-area .social-list li a:hover {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
.team-card .team-img .social-area .social-list li a:hover i {
  color: var(--title-color);
}
.team-card .team-content {
  background-color: var(--white-color);
  border: 1px solid var(--borders-color);
  border-radius: 0 0 10px 10px;
  padding: 25px 30px;
}
.team-card .team-content h3,
.team-card .team-content h5 {
  margin-bottom: 2px;
}
.team-card .team-content h3 a,
.team-card .team-content h5 a {
  font-family: var(--font-funnel-display);
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: var(--title-color);
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
.team-card .team-content h3 a:hover,
.team-card .team-content h5 a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
.team-card .team-content span {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: var(--text-color);
}
.team-card.style-2 .team-img img {
  border-radius: 10px;
}
.team-card.style-2 .team-img .social-area .social-list {
  position: absolute;
  top: unset;
  right: 33%;
  bottom: 1px;
  margin: 0;
  opacity: 0;
  list-style: none;
  background-color: unset;
  padding: 0;
  border-radius: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.5s;
  display: flex;
  gap: 16px;
}
.team-card.style-2 .team-img .social-area .social-list li a {
  color: #595959;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  transition: 0.35s;
  background-color: var(--white-color);
}
.team-card.style-2 .team-img .social-area .social-list li a i {
  font-size: 14px;
  transition: 0.5s;
}
.team-card.style-2 .team-img .social-area .social-list li a i.bi-twitter-x {
  font-size: 12px;
  margin-top: 1px;
  margin-left: 1px;
  line-height: 1;
}
.team-card.style-2 .team-img .social-area .social-list li a:hover {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
.team-card.style-2 .team-img .social-area .social-list li a:hover i {
  color: var(--title-color);
}
.team-card.style-2 .team-content {
  background-color: unset;
  padding: 0;
  padding-top: 20px;
  border: unset;
}
@media (max-width: 576px) {
  .team-card.style-2 .team-content {
    padding-top: 15px;
  }
}
.team-card:hover .team-img .social-area .social-list {
  opacity: 1;
  transform: scaleY(1);
}

/*=====================================
  31. Home3 Process section CSS
========================================*/
.home3-process-section .section-title.home3-section-title h2 {
  max-width: 350px;
}
.home3-process-section .process-content-wrap .process-content {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .home3-process-section .process-content-wrap .process-content {
    gap: 15px;
  }
}
.home3-process-section .process-content-wrap .process-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 0;
  max-width: 433px;
}
.home3-process-section .process-content-wrap .process-content p span {
  color: var(--title-color);
  font-weight: 500;
}
.home3-process-section .process-content-wrap .process-content .icon svg {
  fill: #d4d4d4;
}
.home3-process-section .process-content-wrap .primary-btn2 .content {
  padding: 12px 20px;
}
.home3-process-section .process-content-wrap .primary-btn2 .icon {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
}
.home3-process-section .process-content-wrap .process-img-area {
  margin-top: 125px;
  max-width: 574px;
  position: relative;
}
@media (max-width: 991px) {
  .home3-process-section .process-content-wrap .process-img-area {
    margin-top: 55px;
  }
}
.home3-process-section .process-content-wrap .process-img-area .process-gif {
  position: absolute;
  bottom: 40px;
  right: 34px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home3-process-section .process-content-wrap .process-img-area .process-gif {
    bottom: 35px;
    right: 26px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .home3-process-section .process-content-wrap .process-img-area .process-gif {
    bottom: 47px;
    right: 34px;
    width: 130px;
  }
}
@media (max-width: 576px) {
  .home3-process-section .process-content-wrap .process-img-area .process-gif {
    bottom: 20px;
    right: 10px;
    width: 100px;
  }
}
.home3-process-section .process-content-wrap .process-img-area img.dark {
  display: none;
}
.home3-process-section .process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .home3-process-section .process-list {
    max-width: 550px;
  }
}
.home3-process-section .process-list .single-process {
  display: flex;
  gap: 60px;
  margin-bottom: 35px;
}
@media (max-width: 1399px) {
  .home3-process-section .process-list .single-process {
    gap: 50px;
  }
}
@media (max-width: 1199px) {
  .home3-process-section .process-list .single-process {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .home3-process-section .process-list .single-process {
    gap: 15px;
    margin-bottom: 30px;
  }
}
.home3-process-section .process-list .single-process:last-child {
  margin-bottom: 0;
}
.home3-process-section .process-list .single-process:last-child .step-no::after {
  display: none;
}
.home3-process-section .process-list .single-process .step-no {
  max-width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #525252;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background-color 0.35s ease, color 0.35s ease;
}
@media (max-width: 576px) {
  .home3-process-section .process-list .single-process .step-no {
    max-width: 35px;
    min-width: 35px;
    height: 35px;
    font-size: 15px;
  }
}
.home3-process-section .process-list .single-process .step-no span {
  color: var(--title-color);
  font-family: var(--font-funnel-display);
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.home3-process-section .process-list .single-process .step-no .icon {
  position: absolute;
  top: 45px;
  left: 20px;
  z-index: -1;
}
@media (max-width: 576px) {
  .home3-process-section .process-list .single-process .step-no .icon {
    top: 35px;
    left: 16px;
  }
}
.home3-process-section .process-list .single-process .step-no .icon svg {
  fill: #c8c8c8;
}
.home3-process-section .process-list .single-process .content h3 {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  color: var(--title-color);
  text-transform: capitalize;
  margin-bottom: 18px;
}
@media (max-width: 576px) {
  .home3-process-section .process-list .single-process .content h3 {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
.home3-process-section .process-list .single-process .content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #595959;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .home3-process-section .process-list .single-process .content p {
    font-size: 14px;
  }
}
.home3-process-section .process-list .single-process.active .step-no {
  background-color: var(--primary-color1);
}
.home3-process-section .process-list .single-process.active .step-no span {
  color: var(--dark-title-color);
}
.home3-process-section.inner-process-section {
  background-color: #f6f8ff;
  padding: 90px 0;
}
.home3-process-section.inner-process-section .section-title h2 {
  max-width: 350px;
}
.home3-process-section.inner-process-section.font-alt .single-process ul li .content h3 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
}
.home3-process-section.inner-process-section .process-list .single-process .step-no .icon {
  z-index: 99;
}

/*=====================================
  32. Home4 Process section CSS
========================================*/
.home4-process-section .section-title p {
  max-width: 446px;
  margin-bottom: 0;
}
.home4-process-section .section-title.home3-section-title h2 {
  margin-bottom: 17px;
}
.home4-process-section .section-title.home3-section-title p {
  margin-bottom: 0;
}
.home4-process-section .view-more-btn::before {
  right: 30%;
}
.home4-process-section .process-section-wrap {
  background: #eef3e9;
  padding: 90px 11%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1699px) {
  .home4-process-section .process-section-wrap {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .home4-process-section .process-section-wrap {
    padding: 70px 0;
    border-radius: 10px;
  }
}
@media (max-width: 576px) {
  .home4-process-section .process-section-wrap {
    padding: 50px 0;
  }
}
.home4-process-section .process-section-wrap::after {
  content: url(../image/digital-agency/process-area-vector.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.home4-process-section .process-section-wrap .process-wrapper {
  display: flex;
  align-items: start;
  gap: 30px;
}
@media (max-width: 1699px) {
  .home4-process-section .process-section-wrap .process-wrapper {
    padding: 0 2%;
    gap: 10px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home4-process-section .process-section-wrap .process-wrapper {
    padding: 0 3%;
    gap: 10px;
  }
}
@media (max-width: 1399px) {
  .home4-process-section .process-section-wrap .process-wrapper {
    padding: 0 3.5%;
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .home4-process-section .process-section-wrap .process-wrapper {
    padding: 0 20px;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .home4-process-section .process-section-wrap .process-wrapper {
    flex-wrap: wrap;
    padding: 0 2%;
  }
}
@media (max-width: 576px) {
  .home4-process-section .process-section-wrap .process-wrapper {
    padding: 0 10px;
  }
}
.home4-process-section .process-section-wrap .process-wrapper .mt-30 {
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .home4-process-section .process-section-wrap .process-wrapper .mt-30 {
    margin-top: 0;
  }
}
.home4-process-section .process-section-wrap .process-wrapper .single-process {
  display: flex;
  gap: 30px;
}
@media (max-width: 1699px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process {
    gap: 5px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process {
    gap: 10px;
  }
}
@media (max-width: 1399px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process {
    gap: 20px;
  }
}
.home4-process-section .process-section-wrap .process-wrapper .single-process .process-card {
  background: #e0e3fb;
  border: 1px solid var(--borders-color);
  padding: 40px 35px;
  border-radius: 15px;
  max-width: 350px;
  min-width: 350px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 99;
}
@media (max-width: 1699px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card {
    max-width: 300px;
    min-width: 300px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card {
    padding: 45px 20px 35px;
  }
}
@media (max-width: 1399px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card {
    padding: 40px 35px;
    min-width: 350px;
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card {
    min-width: 300px;
    max-width: 300px;
    padding: 35px 22px;
  }
}
@media (max-width: 991px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card {
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card {
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card {
    padding: 40px 20px 30px;
  }
}
.home4-process-section .process-section-wrap .process-wrapper .single-process .process-card .vector {
  fill: var(--white-color);
  position: absolute;
  top: -1px;
  right: -1px;
}
.home4-process-section .process-section-wrap .process-wrapper .single-process .process-card .step-no {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  background-color: var(--white-color);
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  border-radius: 50px;
  padding: 7px 22px;
  white-space: nowrap;
  position: relative;
  transition: 0.5s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card .step-no {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card .step-no {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card .step-no {
    margin-bottom: 30px;
  }
}
.home4-process-section .process-section-wrap .process-wrapper .single-process .process-card .step-no::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
  background-color: var(--white-color);
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  border-radius: 0 0 4px 0;
  border-top: unset;
  border-left: unset;
  transition: 0.5s;
}
.home4-process-section .process-section-wrap .process-wrapper .single-process .process-card .step-no span {
  color: var(--primary-color2);
  font-family: var(--font-inter);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.51px;
  transition: 0.5s;
}
.home4-process-section .process-section-wrap .process-wrapper .single-process .process-card h3 {
  color: var(--title-color);
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 15px;
  max-width: 150px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.home4-process-section .process-section-wrap .process-wrapper .single-process .process-card p {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card p {
    font-size: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card p {
    font-size: 15px;
  }
}
.home4-process-section .process-section-wrap .process-wrapper .single-process .animated-vector {
  margin-top: 45px;
  min-width: 185px;
}
@media (max-width: 1799px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .animated-vector {
    min-width: 165px;
  }
}
@media (max-width: 1399px) {
  .home4-process-section .process-section-wrap .process-wrapper .single-process .animated-vector {
    display: none;
  }
}
.home4-process-section .process-section-wrap .process-wrapper .single-process.two .process-card {
  background: #ebdebf;
}
.home4-process-section .process-section-wrap .process-wrapper .single-process.three .process-card {
  background: #c9e8b6;
}
.home4-process-section.style-2 .process-section-wrap {
  background: unset;
  padding: 0 11%;
}
@media (max-width: 1699px) {
  .home4-process-section.style-2 .process-section-wrap {
    padding: 0;
  }
}
.home4-process-section.style-2 .process-section-wrap::after {
  display: none;
}
.home4-process-section.style-3 .process-section-wrap {
  background: unset;
  padding: 0 11%;
}
@media (max-width: 1699px) {
  .home4-process-section.style-3 .process-section-wrap {
    padding: 0;
  }
}
.home4-process-section.style-3 .process-section-wrap::after {
  display: none;
}
.home4-process-section.style-3 .section-title {
  justify-content: unset;
  gap: 142px;
}
.home4-process-section.style-3 .section-title h2 {
  max-width: 350px;
}
.home4-process-section.style-3 .right-content {
  margin-top: 10px;
}
.home4-process-section.style-3 .right-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  text-align: right;
  color: var(--text-color);
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .home4-process-section.style-3 .right-content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home4-process-section.style-3 .right-content p {
    text-align: left;
  }
}

/*=====================================
  33. Home4 Banner Section CSS
========================================*/
.home4-banner-section {
  position: relative;
  background: url(../image/digital-agency/banner-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home4-banner-section .banner-wrapper {
  padding: 180px 0 50px;
}
@media (max-width: 1199px) {
  .home4-banner-section .banner-wrapper {
    padding: 160px 0 50px;
  }
}
@media (max-width: 991px) {
  .home4-banner-section .banner-wrapper {
    padding: 130px 0 50px;
  }
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper {
    padding: 130px 0 40px;
  }
}
.home4-banner-section .banner-wrapper .batch {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--white-color);
  background-color: #e07938;
  padding: 10px 15px;
  border-radius: 100px;
  display: inline-flex;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper .batch {
    padding: 8px 13px;
  }
}
.home4-banner-section .banner-wrapper h1 {
  color: var(--title-color);
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 80px;
  line-height: 1.2;
  margin-bottom: 50px;
  max-width: 1023px;
  margin: 0 auto;
}
@media (max-width: 1699px) {
  .home4-banner-section .banner-wrapper h1 {
    font-size: 75px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home4-banner-section .banner-wrapper h1 {
    font-size: 78px;
  }
}
@media (max-width: 1399px) {
  .home4-banner-section .banner-wrapper h1 {
    font-size: 65px;
    margin-bottom: 25px;
    max-width: 970px;
  }
}
@media (max-width: 1199px) {
  .home4-banner-section .banner-wrapper h1 {
    font-size: 62px;
    max-width: 800px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home4-banner-section .banner-wrapper h1 {
    font-size: 47px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home4-banner-section .banner-wrapper h1 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper h1 {
    font-size: 34px;
    margin-bottom: 15px;
  }
}
.home4-banner-section .banner-wrapper p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: var(--text-color);
  max-width: 752px;
  margin: 0 auto;
  margin-bottom: 45px;
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper p {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.home4-banner-section .banner-wrapper .button-area {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}
@media (max-width: 767px) {
  .home4-banner-section .banner-wrapper .button-area {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper .button-area {
    flex-flow: column;
    gap: 20px;
  }
}
.home4-banner-section .banner-wrapper .button-area .rating-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
.home4-banner-section .banner-wrapper .button-area .rating-area .review span {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.home4-banner-section .banner-wrapper .button-area .rating-area .review .light-logo {
  display: block;
}
.home4-banner-section .banner-wrapper .button-area .rating-area .review .dark-logo {
  display: none;
}
.home4-banner-section .banner-wrapper .button-area .rating-area .rating .star {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
  margin-bottom: 9px;
}
.home4-banner-section .banner-wrapper .button-area .rating-area .rating .star li i {
  color: #ff3d2e;
  font-size: 12px;
}
.home4-banner-section .banner-wrapper .button-area .rating-area .rating span {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.home4-banner-section .banner-wrapper .banner-left-content .author-area {
  display: flex;
  align-items: center;
  gap: 13px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home4-banner-section .banner-wrapper .banner-left-content .author-area {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .home4-banner-section .banner-wrapper .banner-left-content .author-area {
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper .banner-left-content .author-area {
    justify-content: center;
  }
}
.home4-banner-section .banner-wrapper .banner-left-content .author-area .author-img-grp {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.home4-banner-section .banner-wrapper .banner-left-content .author-area .author-img-grp li img {
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--dark-white-color);
  margin-left: -20px;
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper .banner-left-content .author-area .author-img-grp li img {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
  }
}
.home4-banner-section .banner-wrapper .banner-left-content .author-area .author-img-grp li:first-child img {
  margin-left: 0;
}
.home4-banner-section .banner-wrapper .banner-left-content .author-area h2 {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  max-width: 175px;
  width: 100%;
}
.home4-banner-section .banner-wrapper .banner-left-content .author-area h2 strong {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper .banner-left-content .author-area h2 {
    min-width: unset;
  }
}
.home4-banner-section .banner-wrapper .banner-right-content .counter-area {
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 20px;
}
@media (max-width: 991px) {
  .home4-banner-section .banner-wrapper .banner-right-content .counter-area {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper .banner-right-content .counter-area {
    justify-content: center;
  }
}
.home4-banner-section .banner-wrapper .banner-right-content .counter-area h2 {
  position: relative;
  line-height: 1;
  margin-bottom: 0;
}
.home4-banner-section .banner-wrapper .banner-right-content .counter-area h2 strong {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 74px;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper .banner-right-content .counter-area h2 strong {
    font-size: 65px;
  }
}
.home4-banner-section .banner-wrapper .banner-right-content .counter-area h2 sup {
  color: var(--title-color);
  font-size: 30px;
  font-weight: 300;
  top: 5px;
  position: absolute;
}
.home4-banner-section .banner-wrapper .banner-right-content .counter-area span {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .home4-banner-section .banner-wrapper .banner-right-content .counter-area span {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  .home4-banner-section .banner-wrapper .banner-right-content .counter-area span {
    font-size: 15px;
  }
}
.home4-banner-section .home4-banner-video {
  position: relative;
  width: 540px;
  height: 340px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .home4-banner-section .home4-banner-video {
    width: 480px;
    height: 280px;
  }
}
@media (max-width: 576px) {
  .home4-banner-section .home4-banner-video {
    width: 330px;
    height: 240px;
  }
}
.home4-banner-section .home4-banner-video video {
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  max-width: 100vw;
  max-height: 100vh;
}
@media (max-width: 576px) {
  .home4-banner-section .home4-banner-video video {
    border-radius: 10px;
  }
}

.home4-banner-video-full {
  height: 100vh;
}
@media (max-width: 991px) {
  .home4-banner-video-full {
    height: unset;
  }
}

/*=====================================
  34. Home4 Testimonial section CSS
========================================*/
.home4-testimonial-section .section-title.home4-section-title .left-content p {
  max-width: 380px;
}
.home4-testimonial-section .section-title.home4-section-title .right-content .review-area {
  justify-content: end;
}
@media (max-width: 576px) {
  .home4-testimonial-section .section-title.home4-section-title .right-content .review-area {
    justify-content: start;
  }
}
.home4-testimonial-section.font-alt .section-title .left-content h2 {
  margin-bottom: 18px;
  font-size: 44px;
}
.home4-testimonial-section.font-alt .testimonial-card3 p {
  font-family: var(--font-spaceGrotesk);
}
.home4-testimonial-section.font-alt .testimonial-card3 p span {
  font-weight: 500;
}
.home4-testimonial-section.font-alt .testimonial-card3 .author-area .author-content h3 {
  font-family: var(--font-spaceGrotesk);
}

/*=====================================
  35. Home4 about us section CSS
========================================*/
.home4-about-us-section .about-us-left-area .img-area {
  margin-bottom: 40px;
  display: flex;
  gap: 97px;
  padding-left: 70px;
}
@media (max-width: 1399px) {
  .home4-about-us-section .about-us-left-area .img-area {
    gap: 50px;
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .home4-about-us-section .about-us-left-area .img-area {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .home4-about-us-section .about-us-left-area .img-area {
    gap: 15px;
  }
}
.home4-about-us-section .about-us-left-area .img-area .left-icon {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.home4-about-us-section .about-us-left-area .img-area .left-icon:hover {
  transform: scale(1.15);
}
.home4-about-us-section .about-us-left-area .img-area .left-icon .rotating-icon {
  width: 98px;
  height: auto;
  animation: spin 10s linear infinite;
  transform-origin: center;
  display: inline-block;
  fill: rgba(105, 157, 72, 0.7);
}
@media (max-width: 576px) {
  .home4-about-us-section .about-us-left-area .img-area .left-icon .rotating-icon {
    width: 65px;
  }
}
.home4-about-us-section .about-us-left-area .img-area .right-img img {
  border-radius: 10px;
}
.home4-about-us-section .about-us-left-area .feature-wrap {
  border: 1px solid var(--borders-color);
  border-radius: 20px;
  min-height: 404px;
  max-width: 380px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .home4-about-us-section .about-us-left-area .feature-wrap {
    border-radius: 10px;
    min-height: 380px;
  }
}
.home4-about-us-section .about-us-left-area .feature-wrap .title-area {
  width: 100%;
  padding: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1399px) {
  .home4-about-us-section .about-us-left-area .feature-wrap .title-area {
    padding: 25px;
  }
}
@media (max-width: 1199px) {
  .home4-about-us-section .about-us-left-area .feature-wrap .title-area {
    padding: 25px 20px;
  }
}
@media (max-width: 576px) {
  .home4-about-us-section .about-us-left-area .feature-wrap .title-area {
    padding: 20px;
  }
}
.home4-about-us-section .about-us-left-area .feature-wrap .title-area h3 {
  color: var(--title-color);
  font-family: var(--font-funnel-display);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 576px) {
  .home4-about-us-section .about-us-left-area .feature-wrap .title-area h3 {
    font-size: 22px;
  }
}
.home4-about-us-section .about-us-left-area .feature-wrap .throwable-box-wrap {
  max-width: 100%;
  width: 100%;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  z-index: 1;
}
.home4-about-us-section .about-us-left-area .feature-wrap .throwable-box-wrap .throwable-item-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 400px;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .home4-about-us-section .about-us-left-area .feature-wrap .throwable-box-wrap .throwable-item-wrap {
    padding-bottom: 380px;
  }
}
.home4-about-us-section .about-us-left-area .feature-wrap .throwable-box-wrap .throwable-item-wrap > * {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 0;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: auto;
  transition: none;
}
.home4-about-us-section .about-us-left-area .feature-wrap .throwable-item {
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  background-color: #5aacbe;
  padding: 10px 20px;
  text-align: center;
  border-radius: 25px;
  display: inline-block;
}
@media (max-width: 576px) {
  .home4-about-us-section .about-us-left-area .feature-wrap .throwable-item {
    font-size: 15px;
    padding: 10px 17px;
  }
}
.home4-about-us-section .about-us-left-area .feature-wrap .throwable-item.terracotta {
  background-color: #cd8767;
}
.home4-about-us-section .about-us-left-area .feature-wrap .throwable-item.periwinkle {
  background-color: #7f9add;
}
.home4-about-us-section .about-us-left-area .feature-wrap .throwable-item.muted-green {
  background-color: #539a53;
}
.home4-about-us-section .about-us-left-area .feature-wrap .throwable-item.aqua-green {
  background-color: #6cb9b4;
}
.home4-about-us-section .about-us-left-area .feature-wrap .throwable-item.green {
  background-color: #a0ad4d;
}
.home4-about-us-section .about-us-right-area .section-title {
  display: block;
}
.home4-about-us-section .about-us-right-area .section-title > span {
  display: inline-block;
  margin-bottom: 15px;
}
.home4-about-us-section .about-us-right-area .section-title h2 {
  font-size: 44px;
  font-weight: 400;
  font-family: var(--font-funnel-display);
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .home4-about-us-section .about-us-right-area .section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .home4-about-us-section .about-us-right-area .section-title h2 {
    font-size: 27px;
  }
}
.home4-about-us-section .about-us-right-area .section-title p {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .home4-about-us-section .about-us-right-area .section-title p {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home4-about-us-section .about-us-right-area .section-title .primary-btn1 {
    margin-top: 20px;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*=====================================
  36. Home4 service section CSS
========================================*/
.home4-service-section-wrap .gy-75 {
  --bs-gutter-y: 75px;
}
@media (max-width: 991px) {
  .home4-service-section-wrap .gy-75 {
    --bs-gutter-y: 30px;
  }
}
.home4-service-section-wrap .home4-service-section {
  background-color: #eff6ff;
  border-radius: 20px;
  padding: 90px 0;
  position: relative;
}
@media (max-width: 991px) {
  .home4-service-section-wrap .home4-service-section {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .home4-service-section-wrap .home4-service-section {
    border-radius: 10px;
  }
}
@media (max-width: 576px) {
  .home4-service-section-wrap .home4-service-section {
    padding: 50px 0;
  }
}
.home4-service-section-wrap .home4-service-section .service-card-wrap {
  position: relative;
}
.home4-service-section-wrap .home4-service-section .service-card-wrap::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 1320px;
  background-color: #e2e8ed;
  top: 56%;
  left: 0;
}
@media (max-width: 1699px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap::after {
    width: 1300px;
  }
}
@media (max-width: 1399px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap::after {
    width: 1115px;
  }
}
@media (max-width: 1199px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap::after {
    width: 930px;
  }
}
@media (max-width: 991px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap::after {
    display: none;
  }
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .divider {
  position: relative;
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .divider::after {
  content: "";
  position: absolute;
  background-color: #e2e8ed;
  width: 1px;
  height: 213px;
  top: 0;
  left: -15px;
}
@media (max-width: 1399px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap .divider::after {
    left: -8px;
  }
}
@media (max-width: 1199px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap .divider::after {
    display: none;
  }
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card {
  display: flex;
  gap: 24px;
}
@media (max-width: 1399px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card {
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card {
    display: block;
  }
}
@media (max-width: 991px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card {
    border: 1px solid #e2e8ed;
    padding: 20px;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .icon {
    margin-bottom: 15px;
  }
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .icon svg {
  fill: #d1e0f3;
  transition: 0.5s;
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content h2,
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content h3 {
  line-height: 1.4;
  margin-bottom: 25px;
  max-width: 224px;
}
@media (max-width: 1199px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content h2,
  .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content h3 {
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content h2 a,
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content h3 a {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 28px;
  color: var(--title-color);
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content h2 a:hover,
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content h3 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}
@media (max-width: 1199px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content h2 a,
  .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content h3 a {
    font-size: 26px;
  }
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 45px;
  max-width: 331px;
}
@media (max-width: 1199px) {
  .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content p {
    margin-bottom: 30px;
  }
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content .view-details-btn {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  color: var(--title-color);
  position: relative;
  transition: 0.35s;
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content .view-details-btn .arrow {
  fill: var(--title-color);
  transition: 0.35s;
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card .content .view-details-btn:hover .arrow {
  transform: rotate(45deg);
}
.home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card:hover .icon svg {
  fill: #0f3d3a;
}
.home4-service-section-wrap .home4-service-section .vector1 {
  position: absolute;
  top: 70px;
  left: 0;
}
@media (max-width: 1699px) {
  .home4-service-section-wrap .home4-service-section .vector1 {
    display: none;
  }
}
.home4-service-section-wrap .home4-service-section .vector1 svg path {
  stroke: #cfe4ff;
}
.home4-service-section-wrap .home4-service-section .vector2 {
  position: absolute;
  top: unset;
  bottom: 20%;
  right: 0;
}
@media (max-width: 1699px) {
  .home4-service-section-wrap .home4-service-section .vector2 {
    display: none;
  }
}
.home4-service-section-wrap .home4-service-section .vector2 svg path {
  stroke: #cfe4ff;
}
.home4-service-section-wrap.style-2 .home4-service-section {
  background-color: unset;
  padding: unset;
}
.home4-service-section-wrap.style-2 .home4-service-section::before {
  display: none;
}
.home4-service-section-wrap.style-2 .home4-service-section::after {
  display: none;
}
.home4-service-section-wrap.style-2 .home4-service-section .service-card-wrap .single-service-card .content h2 {
  line-height: 1.1;
}
.home4-service-section-wrap.font-alt .home4-service-section .service-card-wrap .single-service-card .content h2 a {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
}

/*=====================================
  37. Home4 portfolio section CSS
========================================*/
.home4-portfolio-section .section-title.home4-section-title p {
  max-width: 380px;
  margin-bottom: 0;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard {
  background: #fff3ee;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  margin-bottom: 20px;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content {
  padding: 70px 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content {
    padding: 70px 80px;
  }
}
@media (max-width: 1199px) {
  .home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content {
    padding: 60px 50px;
  }
}
@media (max-width: 991px) {
  .home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content {
    padding: 80px 70px;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content {
    padding: 60px 50px;
  }
}
@media (max-width: 576px) {
  .home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content {
    padding: 30px 20px;
    gap: 20px;
  }
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top h2,
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top h3 {
  margin-bottom: 13px;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top h2 a,
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top h3 a {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  color: var(--title-color);
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top h2 a:hover,
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top h3 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}
@media (max-width: 576px) {
  .home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top h2 a,
  .home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top h3 a {
    font-size: 26px;
  }
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top p {
    margin-bottom: 25px;
  }
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 14px;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-top ul li {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  padding: 5px 15px;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-btm .view-details-btn {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  color: var(--title-color);
  position: relative;
  transition: 0.35s;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-btm .view-details-btn .arrow {
  fill: var(--title-color);
  transition: 0.35s;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-content .portfolio-content-btm .view-details-btn:hover .arrow {
  transform: rotate(45deg);
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-img {
  width: 100%;
  height: 100%;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-img img {
  border-radius: 0px 10px 10px 0px;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .home4-portfolio-section .porfolio-card-wrapper .portfolioCard .portfolio-img img {
    border-radius: 0 0 10px 10px;
  }
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard.two {
  background: #faffd8;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard.three {
  background: #e8fffd;
}
.home4-portfolio-section .porfolio-card-wrapper .portfolioCard.four {
  background: #f0ffe9;
}
.home4-portfolio-section .contact-area {
  display: flex;
  justify-content: space-between;
  text-align: center;
  border: 1px solid #eeeeee;
  padding: 15px 20px;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .home4-portfolio-section .contact-area {
    padding: 10px;
    border-radius: 7px;
  }
}
.home4-portfolio-section .contact-area h4 {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: var(--title-color);
  margin-bottom: 0;
  max-width: 250px;
  text-align: start;
  padding-left: 20px;
}
@media (max-width: 576px) {
  .home4-portfolio-section .contact-area h4 {
    font-size: 16px;
    max-width: 150px;
    padding-left: 0;
  }
}
.home4-portfolio-section .contact-area .primary-btn1 {
  padding: 14px 21px;
}
@media (max-width: 576px) {
  .home4-portfolio-section .contact-area .primary-btn1 {
    padding: 8px 12px;
  }
}
.home4-portfolio-section.style-2 .porfolio-card-wrapper .portfolioCard {
  background: var(--white-color);
}

/*=====================================
  38. Breadcrumb Section CSS
========================================*/
.breadcrumb-section {
  padding: 135px 0 0;
}
@media (max-width: 767px) {
  .breadcrumb-section {
    padding: 115px 0 0;
  }
}
.breadcrumb-section .breadcrumb-content h1 {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 20px;
  max-width: 700px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .breadcrumb-section .breadcrumb-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 1399px) {
  .breadcrumb-section .breadcrumb-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-section .breadcrumb-content h1 {
    font-size: 40px;
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-content h1 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-content h1 {
    font-size: 32px;
  }
}
.breadcrumb-section .breadcrumb-content .breadcrumb-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .breadcrumb-section .breadcrumb-content .breadcrumb-list {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-content .breadcrumb-list {
    margin-bottom: 15px;
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.breadcrumb-section .breadcrumb-content .breadcrumb-list li {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-content .breadcrumb-list li {
    font-size: 15px;
    gap: 12px;
  }
}
.breadcrumb-section .breadcrumb-content .breadcrumb-list li svg {
  fill: var(--text-color);
  min-width: 25px;
}
@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-content .breadcrumb-list li svg {
    min-width: 20px;
  }
}
.breadcrumb-section .breadcrumb-content .breadcrumb-list li a {
  color: var(--text-color);
  transition: 0.5s;
}
.breadcrumb-section .breadcrumb-content .breadcrumb-list li a:hover {
  color: var(--text-color);
}
.breadcrumb-section .breadcrumb-content .para {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 100px;
}
@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-content .para {
    padding-left: 55px;
  }
}
@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-content .para {
    padding-left: 0;
    gap: 10px;
  }
}
.breadcrumb-section .breadcrumb-content .para svg {
  fill: #0f3d3a;
}
.breadcrumb-section .breadcrumb-content .para p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 0;
  max-width: 526px;
}
@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-content .para p {
    font-size: 16px;
  }
}
.breadcrumb-section .breadcrumd-title .breadcrumb-content h1 {
  margin-bottom: 10px;
}
.breadcrumb-section .breadcrumd-title .breadcrumb-content h2 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 40px;
}
.breadcrumb-section .breadcrumd-title .breadcrumb-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
@media (max-width: 991px) {
  .breadcrumb-section .breadcrumd-title .breadcrumb-social {
    display: none;
  }
}
.breadcrumb-section .breadcrumd-title .breadcrumb-social .social-title {
  display: flex;
  align-items: center;
  gap: 5px;
  writing-mode: sideways-rl;
  line-height: 1;
  margin-bottom: 30px;
}
.breadcrumb-section .breadcrumd-title .breadcrumb-social .social-title h3 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  margin: 0;
}
.breadcrumb-section .breadcrumd-title .breadcrumb-social .social-title svg {
  writing-mode: sideways-rl;
  fill: #c8c8c8;
}
.breadcrumb-section .breadcrumd-title .breadcrumb-social .social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.breadcrumb-section .breadcrumd-title .breadcrumb-social .social-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0.5px solid #595959;
  transition: 0.7s;
}
.breadcrumb-section .breadcrumd-title .breadcrumb-social .social-list li a svg {
  fill: #525252;
  transition: 0.7s;
}
.breadcrumb-section .breadcrumd-title .breadcrumb-social .social-list li a:hover {
  background-color: var(--primary-color1);
}
.breadcrumb-section .breadcrumd-title .breadcrumb-social .social-list li a:hover svg {
  fill: var(--title-color);
}
.breadcrumb-section.style-2 .breadcrumb-content h1 {
  max-width: 658px;
}
@media (max-width: 991px) {
  .breadcrumb-section.style-2 .breadcrumb-content h1 {
    max-width: 480px;
  }
}
.breadcrumb-section.style-2 .breadcrumb-content p {
  max-width: 428px;
}
@media (max-width: 576px) {
  .breadcrumb-section.style-2 .breadcrumb-content p {
    max-width: 308px;
  }
}
.breadcrumb-section.style-3 .breadcrumb-content h1 {
  max-width: 729px;
}
@media (max-width: 991px) {
  .breadcrumb-section.style-3 .breadcrumb-content h1 {
    max-width: 650px;
  }
}
.breadcrumb-section.style-3 .breadcrumb-content p {
  max-width: 416px;
}
.breadcrumb-section.style-4 .breadcrumb-content h1 {
  max-width: 728px;
}
@media (max-width: 991px) {
  .breadcrumb-section.style-4 .breadcrumb-content h1 {
    max-width: 550px;
  }
}
.breadcrumb-section.style-4 .breadcrumb-content p {
  max-width: 428px;
}

.pagination-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .pagination-area {
    gap: 10px;
  }
}
.pagination-area .paginations {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .pagination-area .paginations {
    gap: 15px;
  }
}
.pagination-area .paginations .page-item a {
  color: #595959;
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .pagination-area .paginations .page-item a {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.pagination-area .paginations .page-item a:hover {
  background-color: var(--primary-color1);
  color: var(--title-color);
}
.pagination-area .paginations .page-item.active a {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
  color: var(--title-color);
}
.pagination-area .paginations-button a {
  padding: 11px 20px;
  border-radius: 6px;
  background-color: var(--title-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: 0.7s;
}
.pagination-area .paginations-button a svg {
  fill: var(--white-color);
  transition: 0.7s;
}
.pagination-area .paginations-button a:hover {
  background-color: var(--primary-color1);
  color: var(--title-color);
}
.pagination-area .paginations-button a:hover svg {
  fill: var(--title-color);
}

/*=====================================
  39. Portfolio Inner Page CSS
========================================*/
.nav-tab-page .nav-pills {
  display: inline-flex;
  gap: 32px;
}
@media (max-width: 991px) {
  .nav-tab-page .nav-pills {
    gap: 15px;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .nav-tab-page .nav-pills {
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .nav-tab-page .nav-pills {
    justify-content: center;
    border-radius: 30px;
    gap: 5px;
    row-gap: 13px;
  }
}
.nav-tab-page .nav-pills .nav-item .nav-link {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #adda90;
  border-radius: 50px;
  padding: 5px 10px;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .nav-tab-page .nav-pills .nav-item .nav-link {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .nav-tab-page .nav-pills .nav-item .nav-link {
    padding: 7px 15px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .nav-tab-page .nav-pills .nav-item .nav-link {
    padding: 5px 10px;
  }
}
.nav-tab-page .nav-pills .nav-item .nav-link.active {
  background-color: var(--primary-color1);
  color: var(--title-color);
}
.nav-tab-page .nav-pills .nav-item .nav-link:hover {
  background-color: var(--primary-color1);
  color: var(--title-color);
}

/*=====================================
  40. Inner Banner card section CSS
========================================*/
.inner-banner-card-section {
  position: relative;
  min-height: 622px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .inner-banner-card-section {
    min-height: 500px;
  }
}
@media (max-width: 991px) {
  .inner-banner-card-section {
    min-height: 450px;
  }
}
.inner-banner-card-section .img-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}
.inner-banner-card-section .img-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-banner-card-section .counter-wrap {
  position: absolute;
  z-index: 99;
  top: unset;
  bottom: 0;
  right: 15%;
  display: flex;
  align-items: end;
  background-color: var(--primary-color2);
  border-radius: 10px 10px 0 0;
  padding: 45px 40px;
  gap: 114px;
}
@media (max-width: 1399px) {
  .inner-banner-card-section .counter-wrap {
    right: 7%;
  }
}
@media (max-width: 767px) {
  .inner-banner-card-section .counter-wrap {
    gap: 50px;
    padding: 35px 30px;
  }
}
@media (max-width: 576px) {
  .inner-banner-card-section .counter-wrap {
    padding: 25px 15px;
    right: 5%;
    gap: 20px;
  }
}
.inner-banner-card-section .counter-wrap .counter-area {
  position: relative;
}
.inner-banner-card-section .counter-wrap .counter-area::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -36%;
  background-color: #687c5a;
  height: 88px;
  width: 1px;
}
@media (max-width: 767px) {
  .inner-banner-card-section .counter-wrap .counter-area::after {
    right: -10%;
  }
}
@media (max-width: 576px) {
  .inner-banner-card-section .counter-wrap .counter-area::after {
    right: 3%;
  }
}
.inner-banner-card-section .counter-wrap .counter-area:last-child::after {
  display: none;
}
.inner-banner-card-section .counter-wrap .counter-area .counter-content {
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  height: 100%;
}
@media (max-width: 576px) {
  .inner-banner-card-section .counter-wrap .counter-area .counter-content {
    gap: 30px;
  }
}
.inner-banner-card-section .counter-wrap .counter-area .counter-content .number {
  display: flex;
  align-items: center;
}
.inner-banner-card-section .counter-wrap .counter-area .counter-content .number h2,
.inner-banner-card-section .counter-wrap .counter-area .counter-content .number span {
  color: var(--primary-color1);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .inner-banner-card-section .counter-wrap .counter-area .counter-content .number h2,
  .inner-banner-card-section .counter-wrap .counter-area .counter-content .number span {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .inner-banner-card-section .counter-wrap .counter-area .counter-content .number h2,
  .inner-banner-card-section .counter-wrap .counter-area .counter-content .number span {
    font-size: 30px;
  }
}
.inner-banner-card-section .counter-wrap .counter-area .counter-content p {
  color: var(--primary-color1);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
  width: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-banner-card-section .counter-wrap .counter-area .counter-content p {
    font-size: 15px;
  }
}
.inner-banner-card-section.style-2 .counter-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 71px;
  background-color: var(--white-color);
}
.inner-banner-card-section.style-2 .counter-wrap::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 48%;
  background-color: var(--borders-color);
  height: 262px;
  width: 1px;
}
@media (max-width: 767px) {
  .inner-banner-card-section.style-2 .counter-wrap::after {
    left: 47%;
    top: 40px;
  }
}
@media (max-width: 576px) {
  .inner-banner-card-section.style-2 .counter-wrap::after {
    height: 203px;
    top: 25px;
  }
}
.inner-banner-card-section.style-2 .counter-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50px;
  background-color: var(--borders-color);
  width: 284px;
  height: 1px;
}
@media (max-width: 767px) {
  .inner-banner-card-section.style-2 .counter-wrap::before {
    left: 20px;
    width: 264px;
  }
}
@media (max-width: 576px) {
  .inner-banner-card-section.style-2 .counter-wrap::before {
    width: 230px;
  }
}
@media (max-width: 1199px) {
  .inner-banner-card-section.style-2 .counter-wrap {
    row-gap: 50px;
  }
}
@media (max-width: 576px) {
  .inner-banner-card-section.style-2 .counter-wrap {
    row-gap: 30px;
    padding: 18px 28px;
  }
}
.inner-banner-card-section.style-2 .counter-wrap .counter-area {
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.inner-banner-card-section.style-2 .counter-wrap .counter-area .counter-content {
  gap: 20px;
}
.inner-banner-card-section.style-2 .counter-wrap .counter-area .counter-content .number h2,
.inner-banner-card-section.style-2 .counter-wrap .counter-area .counter-content .number span {
  color: var(--title-color);
  font-size: 46px;
}
@media (max-width: 576px) {
  .inner-banner-card-section.style-2 .counter-wrap .counter-area .counter-content .number h2,
  .inner-banner-card-section.style-2 .counter-wrap .counter-area .counter-content .number span {
    font-size: 35px;
  }
}
.inner-banner-card-section.style-2 .counter-wrap .counter-area .counter-content p {
  color: var(--title-color);
  font-size: 14px;
  width: 96px;
}
.inner-banner-card-section.style-2 .counter-wrap .counter-area::after {
  display: none;
}

/*=====================================
  41. News & article page CSS
========================================*/
.blog-card2 .blog-image-wrap {
  position: relative;
}
.blog-card2 .blog-image-wrap .blog-img {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.blog-card2 .blog-image-wrap .blog-img img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-out;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .blog-card2 .blog-image-wrap .blog-img img {
    min-height: 260px;
  }
}
.blog-card2 .blog-image-wrap .blog-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.blog-card2 .blog-image-wrap .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 24px;
  right: 25px;
  opacity: 0;
  transition: 0.8s;
}
.blog-card2 .blog-image-wrap .icon > a svg {
  fill: var(--title-color);
}
.blog-card2 .blog-image-wrap:hover .icon {
  opacity: 1;
}
.blog-card2 .blog-content-wrap {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .blog-card2 .blog-content-wrap {
    padding-top: 20px;
  }
}
.blog-card2 .blog-content-wrap .blog-meta {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .blog-card2 .blog-content-wrap .blog-meta {
    margin-bottom: 10px;
  }
}
.blog-card2 .blog-content-wrap .blog-meta li {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card2 .blog-content-wrap .blog-meta li {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .blog-card2 .blog-content-wrap .blog-meta li {
    font-size: 15px;
  }
}
.blog-card2 .blog-content-wrap .blog-meta li a {
  color: var(--text-color);
  transition: 0.5s;
}
.blog-card2 .blog-content-wrap .blog-meta li a:hover {
  color: var(--title-color);
}
.blog-card2 .blog-content-wrap .blog-meta li svg {
  fill: var(--text-color);
}
.blog-card2 .blog-content-wrap h2 {
  margin-bottom: 0;
}
.blog-card2 .blog-content-wrap h2 a {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
@media (max-width: 1399px) {
  .blog-card2 .blog-content-wrap h2 a {
    font-size: 23px;
  }
}
@media (max-width: 576px) {
  .blog-card2 .blog-content-wrap h2 a {
    font-size: 22px;
  }
}
.blog-card2 .blog-content-wrap h2 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}

/*=====================================
  42. News & article sidebar area CSS
========================================*/
.news-article-sidebar-area {
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  padding: 30px;
  max-width: 372px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .news-article-sidebar-area {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .news-article-sidebar-area {
    margin: unset;
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .news-article-sidebar-area {
    padding: 20px;
  }
}
.news-article-sidebar-area .widget-title {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 24px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .news-article-sidebar-area .widget-title {
    margin-bottom: 20px;
  }
}
.news-article-sidebar-area .search-box {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.news-article-sidebar-area .search-box input {
  width: 100%;
  padding: 8px 20px;
  color: #9b9b9b;
  font-family: var(--font-inter);
  font-size: 14px;
  height: 52px;
  border: 1px solid var(--borders-color);
  border-right: unset;
  border-radius: 10px 0 0 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-article-sidebar-area .search-box input {
    padding: 8px 15px;
  }
}
.news-article-sidebar-area .search-box input:focus {
  border: 1px solid #ddd;
}
.news-article-sidebar-area .search-box input::-moz-placeholder {
  color: rgba(var(--title-color-opc), 0.4);
}
.news-article-sidebar-area .search-box input::placeholder {
  color: rgba(var(--title-color-opc), 0.4);
}
.news-article-sidebar-area .search-box button {
  background-color: var(--title-color);
  min-width: 56px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 0 10px 10px 0;
}
.news-article-sidebar-area .search-box button::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 2px;
  background-color: var(--black-color);
  transform: skewX(45deg) scale(0, 1);
  z-index: -1;
  transition: all 0.5s ease-out 0s;
}
.news-article-sidebar-area .search-box button i {
  color: var(--white-color);
  font-size: 22px;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .news-article-sidebar-area .search-box button {
    min-width: 70px;
  }
}
.news-article-sidebar-area .search-box button:hover::after {
  transform: skewX(45deg) scale(1, 1);
}
.news-article-sidebar-area .single-widget {
  padding: 35px 30px;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .news-article-sidebar-area .single-widget {
    padding: 30px 20px;
  }
}
@media (max-width: 1199px) {
  .news-article-sidebar-area .single-widget {
    padding: 25px 15px;
  }
}
@media (max-width: 576px) {
  .news-article-sidebar-area .single-widget {
    padding: 30px 15px;
  }
}
.news-article-sidebar-area .single-widget .category-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.news-article-sidebar-area .single-widget .category-list li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  transition: 0.5s;
}
.news-article-sidebar-area .single-widget .category-list li:last-child {
  margin-bottom: 0;
}
.news-article-sidebar-area .single-widget .category-list li a {
  transition: 0.5s;
}
.news-article-sidebar-area .single-widget .category-list li a span {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.5s;
}
.news-article-sidebar-area .single-widget .category-list li a span svg {
  fill: rgba(var(--title-color-opc), 0.7);
  transition: 0.5s;
}
.news-article-sidebar-area .single-widget .category-list li:hover a span {
  color: var(--title-color);
}
.news-article-sidebar-area .single-widget .category-list li:hover a span svg {
  fill: var(--title-color);
}
.news-article-sidebar-area .single-widget .recent-post-widget {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1199px) {
  .news-article-sidebar-area .single-widget .recent-post-widget {
    gap: 10px;
  }
}
.news-article-sidebar-area .single-widget .recent-post-widget .recent-post-img img {
  min-width: 65px;
  max-width: 65px;
  height: 92px;
  border-radius: 6px;
}
.news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content > a {
  color: #585858;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  display: block;
  transition: 0.7s;
}
.news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content > a:hover {
  color: var(--title-color);
}
.news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content h4,
.news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content h5 {
  margin-bottom: 10px;
  line-height: 1;
}
.news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content h4 a,
.news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content h5 a {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
.news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content h4 a:hover,
.news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content h5 a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content h4 a,
  .news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content h5 a {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content h4 a,
  .news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content h5 a {
    font-size: 15px;
  }
}
.news-article-sidebar-area .single-widget .tag-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1399px) {
  .news-article-sidebar-area .single-widget .tag-list {
    gap: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-article-sidebar-area .single-widget .tag-list {
    gap: 14px;
  }
}
@media (max-width: 576px) {
  .news-article-sidebar-area .single-widget .tag-list {
    gap: 5px;
    row-gap: 5px;
  }
}
.news-article-sidebar-area .single-widget .tag-list li a {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 1;
  padding: 9px 12px;
  border-radius: 6px;
  text-transform: capitalize;
  background: #f3ffef;
  border: 1px solid var(--borders-color);
  transition: 0.5s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .news-article-sidebar-area .single-widget .tag-list li a {
    padding: 9px 11px;
  }
}
@media (max-width: 1199px) {
  .news-article-sidebar-area .single-widget .tag-list li a {
    padding: 8px;
  }
}
@media (max-width: 576px) {
  .news-article-sidebar-area .single-widget .tag-list li a {
    padding: 8px 9px;
  }
}
.news-article-sidebar-area .single-widget .tag-list li:hover a {
  color: var(--dark-black-color);
  background-color: var(--primary-color1);
}

/*=====================================
  43. Service details page CSS
========================================*/
.service-details-page .service-details-thumb-img img {
  border-radius: 10px;
}
@media (max-width: 576px) {
  .service-details-page .service-details-thumb-img img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.service-details-page .service-details-content-wrap .service-details-title h2 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .service-details-page .service-details-content-wrap .service-details-title h2 {
    font-size: 27px;
  }
}
.service-details-page .service-details-content-wrap .details-content h3 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 20px;
}
.service-details-page .service-details-content-wrap .details-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 0;
}
.service-details-page .service-details-content-wrap .details-content .approach-list {
  margin: 0;
  padding: 0;
  list-style: disc;
  padding-left: 20px;
}
.service-details-page .service-details-content-wrap .details-content .approach-list li {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--text-color);
  margin-bottom: 18px;
}
.service-details-page .service-details-content-wrap .details-content .approach-list li:last-child {
  margin-bottom: 0;
}
.service-details-page .service-details-content-wrap .service-details-img img {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .service-details-page .service-details-content-wrap .service-details-img img {
    width: 100%;
  }
}
.service-details-page .service-details-content-wrap .key-features-area .key-features-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .service-details-page .service-details-content-wrap .key-features-area .key-features-list {
    display: inline-flex;
    flex-wrap: wrap;
  }
}
.service-details-page .service-details-content-wrap .key-features-area .key-features-list li {
  border-radius: 10px;
  background-color: #e7e9fa;
  padding: 40px 35px;
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
  border: 1px solid var(--borders-color);
}
@media (max-width: 1399px) {
  .service-details-page .service-details-content-wrap .key-features-area .key-features-list li {
    padding: 35px 25px;
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .service-details-page .service-details-content-wrap .key-features-area .key-features-list li {
    padding: 25px 15px;
  }
}
@media (max-width: 991px) {
  .service-details-page .service-details-content-wrap .key-features-area .key-features-list li {
    max-width: 160px;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .service-details-page .service-details-content-wrap .key-features-area .key-features-list li {
    max-width: 155px;
    padding: 20px 10px;
  }
}
.service-details-page .service-details-content-wrap .key-features-area .key-features-list li:nth-child(even) {
  margin-top: 55px;
}
@media (max-width: 991px) {
  .service-details-page .service-details-content-wrap .key-features-area .key-features-list li:nth-child(even) {
    margin-top: 0;
  }
}
.service-details-page .service-details-content-wrap .key-features-area .key-features-list li.two {
  background-color: unset;
}
.service-details-page .service-details-content-wrap .key-features-area .key-features-list li.three {
  background-color: #fef7cf;
}
.service-details-page .service-details-content-wrap .key-features-area .key-features-list li.four {
  background-color: #e9ffdd;
}
.service-details-page .service-details-content-wrap .why-choose-area-wrap {
  position: relative;
}
.service-details-page .service-details-content-wrap .why-choose-area-wrap::before {
  content: "";
  position: absolute;
  background-color: var(--borders-color);
  height: 100%;
  width: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .service-details-page .service-details-content-wrap .why-choose-area-wrap::before {
    display: none;
  }
}
.service-details-page .service-details-content-wrap .why-choose-area-wrap .why-choose-area .why-choose-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-details-page .service-details-content-wrap .why-choose-area-wrap .why-choose-area .why-choose-list li {
  display: flex;
  gap: 20px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--borders-color);
}
@media (max-width: 1199px) {
  .service-details-page .service-details-content-wrap .why-choose-area-wrap .why-choose-area .why-choose-list li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .service-details-page .service-details-content-wrap .why-choose-area-wrap .why-choose-area .why-choose-list li {
    margin-bottom: 0;
    border-bottom: unset;
  }
}
@media (max-width: 576px) {
  .service-details-page .service-details-content-wrap .why-choose-area-wrap .why-choose-area .why-choose-list li {
    gap: 10px;
    padding-bottom: 20px;
  }
}
.service-details-page .service-details-content-wrap .why-choose-area-wrap .why-choose-area .why-choose-list li:last-child {
  margin-bottom: 0;
  border-bottom: unset;
}
.service-details-page .service-details-content-wrap .why-choose-area-wrap .why-choose-area .why-choose-list li .icon svg {
  fill: #01aa26;
}
.service-details-page .service-details-content-wrap .why-choose-area-wrap .why-choose-area .why-choose-list li .content p {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--text-color);
  margin-bottom: 0;
  max-width: 549px;
}
@media (max-width: 1199px) {
  .service-details-page .service-details-content-wrap .why-choose-area-wrap .why-choose-area .why-choose-list li .content p {
    max-width: 408px;
  }
}
.service-details-page .service-details-content-wrap .why-choose-area-wrap .why-choose-area .why-choose-list li .content p span {
  color: var(--title-color);
}

/*=====================================
  44. Industries details page CSS
========================================*/
.industries-details-page .industries-details-thumb-img img {
  border-radius: 10px;
}
@media (max-width: 576px) {
  .industries-details-page .industries-details-thumb-img img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.industries-details-page .industries-details-content-wrap .industries-details-title h2 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .industries-details-page .industries-details-content-wrap .industries-details-title h2 {
    font-size: 26px;
  }
}
.industries-details-page .industries-details-content-wrap .details-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-color);
  margin-bottom: 25px;
}
.industries-details-page .industries-details-content-wrap .details-content p:last-child {
  margin-bottom: 0;
}
.industries-details-page .industries-details-content-wrap .details-content h3 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 23px;
}
.industries-details-page .industries-details-content-wrap .details-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.industries-details-page .industries-details-content-wrap .details-content ul li {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--text-color);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.industries-details-page .industries-details-content-wrap .details-content ul li:last-child {
  margin-bottom: 0;
}
.industries-details-page .industries-details-content-wrap .details-content ul li svg {
  fill: var(--text-color);
}
.industries-details-page .industries-details-content-wrap .industries-details-img img {
  border-radius: 10px;
}
.industries-details-page .industries-details-content-wrap .tag-navigation-area .tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .industries-details-page .industries-details-content-wrap .tag-navigation-area .tag-list {
    display: inline-flex;
    flex-wrap: wrap;
  }
}
.industries-details-page .industries-details-content-wrap .tag-navigation-area .tag-list li a {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: var(--dark-title-color);
  background: #f3ffef;
  border: 1px solid var(--borders-color);
  padding: 7px 15px;
  border-radius: 6px;
}
.industries-details-page .industries-details-content-wrap .tag-navigation-area .details-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  padding: 36px 0;
  border-top: 1px solid var(--borders-color);
  border-bottom: 1px solid var(--borders-color);
}
@media (max-width: 767px) {
  .industries-details-page .industries-details-content-wrap .tag-navigation-area .details-navigation {
    padding: 25px 0;
  }
}
.industries-details-page .industries-details-content-wrap .tag-navigation-area .details-navigation .navigation-arrow {
  width: 36px;
  height: 36px;
  border-radius: 34px;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.industries-details-page .industries-details-content-wrap .tag-navigation-area .details-navigation .navigation-arrow svg {
  fill: #a6a6a6;
  transition: 0.5s;
}
.industries-details-page .industries-details-content-wrap .tag-navigation-area .details-navigation .navigation-arrow:hover {
  background-color: var(--dark-title-color);
}
.industries-details-page .industries-details-content-wrap .tag-navigation-area .details-navigation .navigation-arrow:hover svg {
  fill: var(--white-color);
}
.industries-details-page .industries-details-content-wrap .tag-navigation-area .details-navigation p {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .industries-details-page .industries-details-content-wrap .tag-navigation-area .details-navigation p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .industries-details-page .industries-details-content-wrap .tag-navigation-area .details-navigation p {
    max-width: 172px;
  }
}

/*=====================================
  45. pricing plan page CSS
========================================*/
.pricing-card {
  background-color: #cff0db;
  position: relative;
  border-radius: 10px;
  padding: 47px 40px;
}
@media (max-width: 1199px) {
  .pricing-card {
    padding: 35px 23px;
  }
}
.pricing-card .pricing-top > span {
  color: var(--dark-title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 28px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 25px;
}
.pricing-card .pricing-top h2 {
  color: var(--dark-title-color);
  margin-bottom: 30px;
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 45px;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .pricing-card .pricing-top h2 {
    font-size: 43px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .pricing-card .pricing-top h2 {
    font-size: 45px;
  }
}
.pricing-card .pricing-top h2 sub {
  font-weight: 400;
  font-size: 18px;
  color: var(--text-color);
  bottom: 0;
}
.pricing-card .pricing-top h2 sub del {
  color: rgba(var(--title-color-opc), 0.5);
  font-size: 22px;
  font-weight: 500;
}
.pricing-card .pricing-top p {
  color: #404040;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .pricing-card .pricing-top p {
    margin-bottom: 0;
  }
}
.pricing-card .pricing-top p span {
  color: var(--dark-title-color);
  font-weight: 500;
}
.pricing-card .pricing-top .pricing-btn {
  border-radius: 100px;
  background-color: var(--white-color);
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 16px;
  color: var(--dark-title-color);
  letter-spacing: 0.48px;
  line-height: 1;
  padding: 16px 35px;
  position: relative;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  gap: 4px;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 576px) {
  .pricing-card .pricing-top .pricing-btn {
    font-size: 15px;
  }
}
.pricing-card .pricing-top .pricing-btn > span {
  transition: opacity 0.2s, transform 0.2s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.pricing-card .pricing-top .pricing-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 102% 102%;
  border-radius: inherit;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  z-index: -1;
}
.pricing-card .pricing-top .pricing-btn::after {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: opacity 0.2s, transform 0.2s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}
.pricing-card .pricing-top .pricing-btn:hover {
  background-color: var(--primary-color1);
}
.pricing-card .pricing-top .pricing-btn:hover::before {
  opacity: 1;
}
.pricing-card .pricing-top .pricing-btn:hover > span {
  transform: translateY(-150%);
  opacity: 0;
}
.pricing-card .pricing-top .pricing-btn:hover::after {
  transform: translate(0%, -50%);
  opacity: 1;
}
.pricing-card .pricing-content {
  padding-top: 45px;
}
@media (max-width: 1399px) {
  .pricing-card .pricing-content {
    padding-top: 25px;
  }
}
.pricing-card .pricing-content h3 {
  color: var(--dark-title-color);
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .pricing-card .pricing-content h3 {
    margin-bottom: 25px;
  }
}
.pricing-card .pricing-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pricing-card .pricing-content ul li {
  display: flex;
  gap: 5px;
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: var(--dark-title-color);
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative;
}
.pricing-card .pricing-content ul li:last-child {
  margin-bottom: 0;
}
.pricing-card .pricing-content ul li svg {
  fill: var(--primary-color);
  min-width: 16px;
  margin-top: 4px;
}
.pricing-card .pricing-content ul li.close svg {
  fill: #f73131;
}
.pricing-card .pay-btn-area {
  padding-top: 50px;
}
@media (max-width: 1399px) {
  .pricing-card .pay-btn-area {
    padding-top: 20px;
  }
}
.pricing-card .pricing-form {
  padding: 20px 20px 40px 30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pricing-card .pricing-form {
    padding: 20px 20px 40px 25px;
  }
}
@media (max-width: 576px) {
  .pricing-card .pricing-form {
    padding: 20px 20px 40px 20px;
  }
}
.pricing-card .pricing-form .form-inner input {
  height: 48px;
  font-family: var(--font-inter);
  font-size: 13px;
}
.pricing-card .pricing-form .form-inner input::-moz-placeholder {
  font-size: 11px;
  color: rgba(var(--title-color-opc), 0.5);
}
.pricing-card .pricing-form .form-inner input::placeholder {
  font-size: 11px;
  color: rgba(var(--title-color-opc), 0.5);
}
.pricing-card .pricing-form .form-inner textarea {
  font-family: var(--font-inter);
  font-size: 13px;
}
.pricing-card .pricing-form .form-inner textarea::-moz-placeholder {
  font-size: 11px;
  color: rgba(var(--title-color-opc), 0.5);
}
.pricing-card .pricing-form .form-inner textarea::placeholder {
  font-size: 11px;
  color: rgba(var(--title-color-opc), 0.5);
}
.pricing-card .pricing-form .primary-btn2 {
  background-color: rgba(var(--primary-color3-opc), 0.08);
  color: var(--title-color);
  font-size: 16px;
  padding: 18px 35px;
  width: 100%;
  justify-content: center;
  margin-top: 30px;
}
.pricing-card .pricing-form .primary-btn2:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.pricing-card.two {
  background-color: #dde6ff;
}
.pricing-card.three {
  background-color: #ffeaac;
}

.pricing-plan-tab-area .nav-area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 30px 35px;
  border-radius: 100px;
  gap: 20px;
  background-color: #f0f0f0;
}
@media (max-width: 576px) {
  .pricing-plan-tab-area .nav-area {
    gap: 15px;
  }
}
.pricing-plan-tab-area .nav-area nav {
  display: flex;
}
.pricing-plan-tab-area .nav-area nav .nav-tabs {
  border-bottom: none;
  background: var(--dark-title-color);
  border-radius: 15px;
  padding: 3px;
}
.pricing-plan-tab-area .nav-area nav .nav-tabs .nav-link {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  border-radius: 25px;
  border: none;
  padding: 0;
}
@media (max-width: 576px) {
  .pricing-plan-tab-area .nav-area nav .nav-tabs .nav-link {
    min-width: 28px;
    max-width: 28px;
    height: 22px;
  }
}
.pricing-plan-tab-area .nav-area nav .nav-tabs .nav-link:hover {
  border: none;
  box-shadow: none;
}
.pricing-plan-tab-area .nav-area nav .nav-tabs .nav-link:focus {
  border: none;
  box-shadow: none;
}
.pricing-plan-tab-area .nav-area nav .nav-tabs .nav-link.active {
  color: var(--white-color);
  background: var(--white-color);
  border: none;
}
.pricing-plan-tab-area .nav-area span {
  color: var(--dark-title-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.32px;
  position: relative;
}
.pricing-plan-tab-area .nav-area span strong {
  color: var(--white-color);
  font-family: var(--font-inter);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  background-color: var(--primary-color2);
  padding: 3px 10px;
  border-radius: 50px;
  position: absolute;
  top: -8px;
  right: -62px;
}
@media (max-width: 576px) {
  .pricing-plan-tab-area .nav-area span strong {
    top: -18px;
    right: 0px;
  }
}

.pricing-plan-section .contact-area {
  display: flex;
  justify-content: space-between;
  text-align: center;
  border: 1px solid var(--borders-color);
  padding: 13px 20px;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .pricing-plan-section .contact-area {
    padding: 10px;
    border-radius: 7px;
  }
}
.pricing-plan-section .contact-area h4 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: var(--title-color);
  margin-bottom: 0;
  max-width: 250px;
  text-align: start;
  padding-left: 20px;
}
@media (max-width: 576px) {
  .pricing-plan-section .contact-area h4 {
    font-size: 15px;
    max-width: 150px;
    padding-left: 0;
  }
}
.pricing-plan-section .contact-area .primary-btn1 {
  padding: 14px 21px;
}
@media (max-width: 576px) {
  .pricing-plan-section .contact-area .primary-btn1 {
    padding: 5px 10px;
    font-size: 15px;
  }
}

/*=====================================
  46. Contact Page CSS
========================================*/
.contact-page-top .contact-page-top-wrapper {
  background: #fafafa;
  border: 1px solid #c2c2c2;
  border-radius: 10px;
  padding: 40px 55px;
}
@media (max-width: 1199px) {
  .contact-page-top .contact-page-top-wrapper {
    padding: 30px 25px;
  }
}
@media (max-width: 576px) {
  .contact-page-top .contact-page-top-wrapper {
    padding: 25px 15px;
  }
}
.contact-page-top .contact-page-top-wrapper .single-contact .content-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .contact-page-top .contact-page-top-wrapper .single-contact .content-top {
    margin-bottom: 15px;
  }
}
.contact-page-top .contact-page-top-wrapper .single-contact .content-top h2 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  color: var(--title-color);
  margin-bottom: 0;
}
.contact-page-top .contact-page-top-wrapper .single-contact .content-top .view-map-btn {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: var(--primary-color2);
  transition: 0.5s;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  background: linear-gradient(to bottom, var(--primary-color2) 0%, var(--primary-color2) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
  padding-bottom: 1px;
}
.contact-page-top .contact-page-top-wrapper .single-contact .content-top .view-map-btn:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}
.contact-page-top .contact-page-top-wrapper .single-contact .contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-page-top .contact-page-top-wrapper .single-contact .contact-list > li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 16px;
}
@media (max-width: 991px) {
  .contact-page-top .contact-page-top-wrapper .single-contact .contact-list > li {
    margin-bottom: 10px;
  }
}
.contact-page-top .contact-page-top-wrapper .single-contact .contact-list > li:last-child {
  margin-bottom: 0;
}
.contact-page-top .contact-page-top-wrapper .single-contact .contact-list > li .icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  max-width: 28px;
  border-radius: 50%;
  border: 1px solid #2c2c2c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page-top .contact-page-top-wrapper .single-contact .contact-list > li .icon svg {
  fill: var(--title-color);
}
.contact-page-top .contact-page-top-wrapper .single-contact .contact-list > li .content {
  max-width: 250px;
}
.contact-page-top .contact-page-top-wrapper .single-contact .contact-list > li .content a {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--text-color);
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
@media (max-width: 1399px) {
  .contact-page-top .contact-page-top-wrapper .single-contact .contact-list > li .content a {
    font-size: 25px;
  }
}
.contact-page-top .contact-page-top-wrapper .single-contact .contact-list > li .content a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
  color: var(--title-color);
}
.contact-page-top .contact-page-top-wrapper .single-contact .contact-list > li .content .single-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*=====================================
  47. Home3 portfolio section CSS
========================================*/
.home3-portfolio-section .portfolio-wrapper {
  background-image: url(../image/digital-marketing/project-area-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .home3-portfolio-section .portfolio-wrapper {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .home3-portfolio-section .portfolio-wrapper {
    padding: 70px 20px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .home3-portfolio-section .portfolio-wrapper {
    padding: 60px 10px;
  }
}
.home3-portfolio-section .portfolio-wrapper .right-content .view-more-btn {
  color: var(--white-color);
}

.portfolio-inner {
  max-width: 1680px;
  margin: auto;
  display: flex;
  gap: 20px;
  height: 773px;
}
@media (max-width: 1699px) {
  .portfolio-inner {
    max-width: 1300px;
  }
}
@media (max-width: 1399px) {
  .portfolio-inner {
    max-width: 1150px;
    height: 600px;
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .portfolio-inner {
    max-width: 940px;
    height: 500px;
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .portfolio-inner {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .portfolio-inner {
    height: 1700px;
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .portfolio-inner {
    gap: 15px;
  }
}

.single-portfolio2 {
  flex: 1;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: flex 0.6s ease;
}
@media (max-width: 767px) {
  .single-portfolio2 {
    flex: 5;
  }
}
.single-portfolio2.active {
  flex: 3;
}
@media (max-width: 1699px) {
  .single-portfolio2.active {
    flex: 2.5;
  }
}
@media (max-width: 1399px) {
  .single-portfolio2.active {
    flex: 2;
  }
}
@media (max-width: 991px) {
  .single-portfolio2.active {
    flex: 2.2;
  }
}
@media (max-width: 767px) {
  .single-portfolio2.active {
    flex: 5;
  }
}
@media (max-width: 576px) {
  .single-portfolio2.active {
    height: 360px;
  }
}
.single-portfolio2.active .portfolio-content {
  opacity: 1;
  transform: translateY(0);
}
.single-portfolio2 .portfolio-content {
  position: absolute;
  bottom: 0;
  left: unset;
  right: 0;
  width: 424px;
  padding: 35px 40px;
  background: var(--white-color);
  border-radius: 6px 0;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s;
}
@media (max-width: 1699px) {
  .single-portfolio2 .portfolio-content {
    width: 370px;
    padding: 28px 30px;
  }
}
@media (max-width: 1399px) {
  .single-portfolio2 .portfolio-content {
    width: 320px;
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .single-portfolio2 .portfolio-content {
    width: 260px;
  }
}
@media (max-width: 991px) {
  .single-portfolio2 .portfolio-content {
    width: 220px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .single-portfolio2 .portfolio-content {
    width: 300px;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .single-portfolio2 .portfolio-content {
    width: 250px;
  }
}
.single-portfolio2 .portfolio-content h3 {
  line-height: 1;
  margin-bottom: 10px;
}
.single-portfolio2 .portfolio-content h3 a {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 30px;
  color: var(--dark-title-color);
  transition: 0.5s;
  background: linear-gradient(to bottom, var(--dark-title-color) 0%, var(--dark-title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
@media (max-width: 767px) {
  .single-portfolio2 .portfolio-content h3 a {
    font-size: 25px;
  }
}
.single-portfolio2 .portfolio-content h3 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}
@media (max-width: 1399px) {
  .single-portfolio2 .portfolio-content h3 a {
    font-size: 27px;
  }
}
@media (max-width: 1199px) {
  .single-portfolio2 .portfolio-content h3 a {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .single-portfolio2 .portfolio-content h3 a {
    font-size: 19px;
  }
}
.single-portfolio2 .portfolio-content p {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #171717;
  margin-bottom: 35px;
}
@media (max-width: 1399px) {
  .single-portfolio2 .portfolio-content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .single-portfolio2 .portfolio-content p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .single-portfolio2 .portfolio-content p {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.single-portfolio2 .portfolio-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .single-portfolio2 .portfolio-content ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .single-portfolio2 .portfolio-content ul {
    margin-bottom: 15px;
  }
}
.single-portfolio2 .portfolio-content ul li {
  position: relative;
  width: 134px;
}
@media (max-width: 1199px) {
  .single-portfolio2 .portfolio-content ul li {
    width: unset;
  }
}
@media (max-width: 767px) {
  .single-portfolio2 .portfolio-content ul li {
    width: 134px;
  }
}
@media (max-width: 576px) {
  .single-portfolio2 .portfolio-content ul li {
    width: unset;
  }
}
.single-portfolio2 .portfolio-content ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 33px;
  background: #d9d9d9;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .single-portfolio2 .portfolio-content ul li:not(:last-child)::after {
    display: none;
  }
}
.single-portfolio2 .portfolio-content ul li .counter-content .number {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.single-portfolio2 .portfolio-content ul li .counter-content .number h2 {
  font-family: var(--font-funnel-display);
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  color: var(--dark-title-color);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .single-portfolio2 .portfolio-content ul li .counter-content .number h2 {
    font-size: 23px;
  }
}
.single-portfolio2 .portfolio-content ul li .counter-content .number span {
  font-family: var(--font-funnel-display);
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  color: var(--dark-title-color);
}
@media (max-width: 1199px) {
  .single-portfolio2 .portfolio-content ul li .counter-content .number span {
    font-size: 23px;
  }
}
.single-portfolio2 .portfolio-content ul li .counter-content p {
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: var(--dark-title-color);
  text-transform: capitalize;
  margin: 0;
}
.single-portfolio2 .portfolio-content .view-details-btn {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  color: var(--dark-title-color);
  position: relative;
  transition: 0.35s;
}
.single-portfolio2 .portfolio-content .view-details-btn .arrow {
  fill: var(--dark-title-color);
  transition: 0.35s;
}
.single-portfolio2 .portfolio-content .view-details-btn:hover .arrow {
  transform: rotate(45deg);
}

/*=====================================
  48. Faq page CSS
========================================*/
.faq-wrap {
  max-width: 812px;
  position: relative;
}
.faq-wrap::after {
  content: "";
  position: absolute;
  background-color: var(--borders-color);
  width: 1px;
  height: 614px;
  top: 52px;
  left: -45px;
}
@media (max-width: 1399px) {
  .faq-wrap::after {
    display: none;
  }
}
.faq-wrap .accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  background-color: transparent;
}
.faq-wrap .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-wrap .accordion .accordion-item .accordion-header {
  background-color: transparent;
}
.faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  padding: 13px 30px;
  background-color: transparent;
  border: unset;
}
@media (max-width: 1199px) {
  .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 17px;
    padding: 11px 20px;
  }
}
@media (max-width: 576px) {
  .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    padding: 10px 10px 15px 15px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color2);
  content: "\f64d";
  font-family: bootstrap-icons;
  background-image: none;
  font-weight: 600;
  font-size: 14px;
  right: 30px;
  transition: 0.5s;
}
.faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  font-size: 22px;
}
.faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  font-family: bootstrap-icons !important;
  content: "\f2ea";
  color: var(--primary-color2);
  border: none;
}
.faq-wrap .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.faq-wrap .accordion .accordion-item .accordion-body {
  padding: 0px 30px 20px 30px;
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: var(--text-color);
}
@media (max-width: 767px) {
  .faq-wrap .accordion .accordion-item .accordion-body {
    padding: 0px 20px 20px 20px;
  }
}
@media (max-width: 576px) {
  .faq-wrap .accordion .accordion-item .accordion-body {
    padding: 0px 15px 15px 15px;
    font-size: 16px;
  }
}
.faq-wrap.two .accordion .accordion-item .accordion-header .accordion-button {
  padding: 5px 0 16px 0;
  border-bottom: 1px solid var(--borders-color);
}
.faq-wrap.two .accordion .accordion-item .accordion-body {
  padding: 20px 0;
  border-bottom: 1px solid var(--borders-color);
}
.faq-wrap.style-2::after {
  display: none;
}
.faq-wrap.style-2 .accordion .accordion-item {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: unset;
}
.faq-wrap.style-2 .accordion .accordion-item .accordion-header .accordion-button {
  padding: 13px 0;
}
.faq-wrap.style-2 .accordion .accordion-item .accordion-body {
  padding: 0 0 20px 0;
}

@media (max-width: 991px) {
  .faq-page .nav-links-and-contact-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .faq-page .nav-links-and-contact-area {
    display: unset;
  }
}
.faq-page .nav-links-and-contact-area .nav-links-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .faq-page .nav-links-and-contact-area .nav-links-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .faq-page .nav-links-and-contact-area .nav-links-wrapper {
    margin-bottom: 40px;
  }
}
.faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills {
  display: unset;
}
.faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item:last-child .nav-link::before {
    content: unset;
  }
}
@media (max-width: 576px) {
  .faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item:last-child .nav-link::before {
    content: unset;
  }
}
.faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item .nav-link {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  position: relative;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item .nav-link {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item .nav-link {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item .nav-link {
    font-size: 18px;
  }
}
.faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item .nav-link.active {
  background-color: unset;
  color: var(--title-color);
  font-weight: 500;
}
.faq-page .nav-links-and-contact-area .nav-links-wrapper .nav-pills .nav-item:last-child {
  margin-bottom: 0;
}
.faq-page .nav-links-and-contact-area .contact-area {
  max-width: 365px;
  width: 100%;
}
@media (max-width: 767px) {
  .faq-page .nav-links-and-contact-area .contact-area {
    max-width: unset;
  }
}
.faq-page .nav-links-and-contact-area .contact-area .contact-img-area {
  position: relative;
  border-radius: 10px;
}
.faq-page .nav-links-and-contact-area .contact-area .contact-img-area img {
  border-radius: 10px;
}
.faq-page .nav-links-and-contact-area .contact-area .contact-img-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(359.17deg, #000000 9.71%, rgba(59, 59, 59, 0) 99.29%);
  border-radius: 10px;
}
.faq-page .nav-links-and-contact-area .contact-area .contact-img-area .contact-title {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
}
@media (max-width: 576px) {
  .faq-page .nav-links-and-contact-area .contact-area .contact-img-area .contact-title {
    left: 20px;
  }
}
.faq-page .nav-links-and-contact-area .contact-area .contact-img-area .contact-title h2 {
  color: var(--white-color);
  margin-bottom: 20px;
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .faq-page .nav-links-and-contact-area .contact-area .contact-img-area .contact-title h2 {
    font-size: 23px;
  }
}
@media (max-width: 576px) {
  .faq-page .nav-links-and-contact-area .contact-area .contact-img-area .contact-title h2 {
    font-size: 20px;
  }
}
.faq-page .nav-links-and-contact-area .contact-area .contact-img-area .contact-title .primary-btn1 {
  padding: 14px 25px;
  font-size: 16px;
}
.faq-page .nav-links-and-contact-area .contact-area .contact-img-area .contact-title .primary-btn1::after {
  background-color: var(--white-color);
}
.faq-page .nav-links-and-contact-area .contact-area .contact-img-area .contact-title .primary-btn1:hover {
  color: var(--dark-title-color);
}
.faq-page .nav-links-and-contact-area .contact-area .contact-img-area .contact-title .primary-btn1:hover svg {
  fill: var(--dark-title-color);
}

/*=====================================
  49. Careers Details Page CSS
========================================*/
.careers-details-page .careers-details-thumb-img img {
  border-radius: 10px;
}
@media (max-width: 576px) {
  .careers-details-page .careers-details-thumb-img img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.careers-details-page .career-details-content {
  max-width: 713px;
}
.careers-details-page .career-details-content .line-break {
  height: 20px;
  display: block;
}
@media (max-width: 991px) {
  .careers-details-page .career-details-content .line-break {
    height: 15px;
  }
}
@media (max-width: 576px) {
  .careers-details-page .career-details-content .line-break {
    height: 10px;
  }
}
.careers-details-page .career-details-content .line-break2 {
  height: 10px;
  display: block;
}
@media (max-width: 576px) {
  .careers-details-page .career-details-content .line-break2 {
    height: 8px;
  }
}
.careers-details-page .career-details-content h2 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .careers-details-page .career-details-content h2 {
    font-size: 26px;
  }
}
.careers-details-page .career-details-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 0;
}
.careers-details-page .career-details-content h3 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
}
.careers-details-page .career-details-content ul {
  margin: 0;
}
.careers-details-page .career-details-content ul li {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: var(--text-color);
  margin-bottom: 8px;
}
.careers-details-page .career-details-content ul li:last-child {
  margin-bottom: 0;
}
.careers-details-page .careers-details-sidebar {
  margin-top: -200px;
}
@media (max-width: 991px) {
  .careers-details-page .careers-details-sidebar {
    margin-top: 0;
  }
}
.careers-details-page .careers-details-sidebar .sidebar-card {
  background-color: var(--white-color);
  border-radius: 10px;
  border: 1px solid #d6d6d6;
}
.careers-details-page .careers-details-sidebar .sidebar-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 45px 40px 0;
}
@media (max-width: 1199px) {
  .careers-details-page .careers-details-sidebar .sidebar-card ul {
    padding: 25px 20px 0;
  }
}
.careers-details-page .careers-details-sidebar .sidebar-card ul li {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .careers-details-page .careers-details-sidebar .sidebar-card ul li {
    margin-bottom: 18px;
  }
}
.careers-details-page .careers-details-sidebar .sidebar-card ul li:last-child {
  margin-bottom: 0;
}
.careers-details-page .careers-details-sidebar .sidebar-card ul li span {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
}
.careers-details-page .careers-details-sidebar .sidebar-card ul li span.style-2 {
  color: var(--title-color);
  font-weight: 500;
}
.careers-details-page .careers-details-sidebar .sidebar-card .button-area {
  margin-top: 45px;
}
.careers-details-page .careers-details-sidebar .sidebar-card .button-area .primary-btn1 {
  width: 100%;
  padding: 23px 24px;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #d6d6d6;
}
@media (max-width: 1199px) {
  .careers-details-page .careers-details-sidebar .sidebar-card .button-area .primary-btn1 {
    padding: 14px 24px;
  }
}
.careers-details-page .careers-details-sidebar .social-area-wrap {
  margin-top: 40px;
}
.careers-details-page .careers-details-sidebar .social-area-wrap .social-area-title h4 a {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--title-color);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 33px;
}
.careers-details-page .careers-details-sidebar .social-area-wrap .social-area-title h4 a svg path {
  stroke: #0f3d3a;
}
.careers-details-page .careers-details-sidebar .social-area-wrap .social-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.careers-details-page .careers-details-sidebar .social-area-wrap .social-area h5 {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
}
.careers-details-page .careers-details-sidebar .social-area-wrap .social-area .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.careers-details-page .careers-details-sidebar .social-area-wrap .social-area .social-list li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #525252;
  border: 1px solid var(--borders-color);
  transition: 0.5s;
}
.careers-details-page .careers-details-sidebar .social-area-wrap .social-area .social-list li a:hover {
  background-color: var(--primary-color1);
  color: var(--title-color);
}
.careers-details-page .careers-details-sidebar .social-area-wrap .social-area .social-list li a i {
  font-size: 16px;
}
.careers-details-page .careers-details-sidebar .social-area-wrap .social-area .social-list li a i.bi-twitter-x {
  font-size: 12px;
}

.job-form-modal .modal-dialog {
  max-width: 872px;
  width: 100%;
}
@media (max-width: 991px) {
  .job-form-modal .modal-dialog {
    max-width: 720px;
  }
}
@media (max-width: 576px) {
  .job-form-modal .modal-dialog {
    width: auto;
  }
}
.job-form-modal .modal-dialog .modal-content {
  margin-top: 50px;
  border: none;
  position: relative;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .job-form-modal .modal-dialog .modal-content {
    border-radius: 10px;
  }
}
.job-form-modal .modal-dialog .modal-content .modal-header {
  padding: 35px 20px;
  border-bottom: 1px solid var(--borders-color);
  background-color: var(--primary-color2);
  border-radius: 20px 20px 0 0;
  text-align: center;
}
@media (max-width: 576px) {
  .job-form-modal .modal-dialog .modal-content .modal-header {
    border-radius: 10px 10px 0 0;
  }
}
.job-form-modal .modal-dialog .modal-content .modal-header .modal-title {
  color: var(--white-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .job-form-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .job-form-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 28px;
  }
}
.job-form-modal .modal-dialog .modal-content .modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border: none;
  outline: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f9f8;
  border: 1px solid var(--borders-color);
  transition: 0.5s;
}
.job-form-modal .modal-dialog .modal-content .modal-close i {
  color: #ff2e00;
  font-size: 14px;
  transition: 0.5s;
}
.job-form-modal .modal-dialog .modal-content .modal-close i::before {
  font-weight: 700 !important;
}
.job-form-modal .modal-dialog .modal-content .modal-close:hover {
  background-color: #ff2e00;
}
.job-form-modal .modal-dialog .modal-content .modal-close:hover i {
  color: var(--white-color);
}
@media (max-width: 991px) {
  .job-form-modal .modal-dialog .modal-content .modal-close {
    top: 15px;
    right: 20px;
  }
}
@media (max-width: 576px) {
  .job-form-modal .modal-dialog .modal-content .modal-close {
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
  }
}
.job-form-modal .modal-dialog .modal-content .modal-body {
  padding: 45px 110px 50px;
}
@media (max-width: 1199px) {
  .job-form-modal .modal-dialog .modal-content .modal-body {
    padding: 45px 90px 50px;
  }
}
@media (max-width: 991px) {
  .job-form-modal .modal-dialog .modal-content .modal-body {
    padding: 40px 60px 45px;
  }
}
@media (max-width: 767px) {
  .job-form-modal .modal-dialog .modal-content .modal-body {
    padding: 40px 40px 45px;
  }
}
@media (max-width: 576px) {
  .job-form-modal .modal-dialog .modal-content .modal-body {
    padding: 35px 25px 40px;
  }
}
.job-form-modal .modal-dialog .modal-content .modal-body .mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .job-form-modal .modal-dialog .modal-content .modal-body .mb-30 {
    margin-bottom: 20px;
  }
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .info-title {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .job-form-modal .modal-dialog .modal-content .modal-body .single-info .info-title {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .job-form-modal .modal-dialog .modal-content .modal-body .single-info .info-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner label {
  font-family: var(--font-inter);
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner textarea {
  min-height: 172px;
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner .file-upload-area {
  display: flex;
  align-items: center;
  border: 1px solid var(--borders-color);
  background-color: var(--dark-white-color);
  border-radius: 5px;
  position: relative;
  padding: 2px 20px 2px 25px;
}
@media (max-width: 576px) {
  .job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner .file-upload-area {
    padding: 2px 15px;
  }
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner .file-upload-area .icon {
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner .file-upload-area .custom-upload {
  border: unset;
  border-radius: unset;
  width: 100%;
  height: 50px;
  line-height: 30px;
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner .file-upload-area .custom-upload::-webkit-file-upload-button {
  display: none;
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner .file-upload-area .check-icon {
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--primary-color2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner .file-upload-area .check-icon i {
  color: var(--white-color);
  margin-top: 1px;
}
.job-form-modal .modal-dialog .modal-content .modal-body .form-inner2 .form-check .form-check-input {
  margin-top: 5px;
}

/*=====================================
  50. Article setails page CSS
========================================*/
.article-details-page .line-break {
  height: 20px;
  display: block;
}
@media (max-width: 991px) {
  .article-details-page .line-break {
    height: 15px;
  }
}
.article-details-page .line-break.two {
  height: 10px;
}
.article-details-page .post-author-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .article-details-page .post-author-meta {
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.article-details-page .post-author-meta .author-area {
  display: flex;
  gap: 14px;
  align-items: center;
}
.article-details-page .post-author-meta .author-area .author-img img {
  min-width: 52px;
  max-width: 52px;
  height: 52px;
  border-radius: 50%;
}
.article-details-page .post-author-meta .author-area .author-content span {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #595959;
  display: inline-block;
  margin-bottom: 8px;
}
.article-details-page .post-author-meta .author-area .author-content h2 {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  color: var(--title-color);
}
.article-details-page .post-author-meta .post-date span {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #595959;
  display: inline-block;
  margin-bottom: 8px;
}
.article-details-page .post-author-meta .post-date h2 {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  color: var(--title-color);
}
.article-details-page .post-author-meta .social-area-wrap .social-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.article-details-page .post-author-meta .social-area-wrap .social-area h2 {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
}
.article-details-page .post-author-meta .social-area-wrap .social-area .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .article-details-page .post-author-meta .social-area-wrap .social-area .social-list {
    gap: 10px;
  }
}
.article-details-page .post-author-meta .social-area-wrap .social-area .social-list li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #525252;
  border: 1px solid var(--borders-color);
  transition: 0.5s;
}
.article-details-page .post-author-meta .social-area-wrap .social-area .social-list li a:hover {
  background-color: var(--primary-color1);
  color: var(--title-color);
}
.article-details-page .post-author-meta .social-area-wrap .social-area .social-list li a i {
  font-size: 16px;
  transition: 0.5s;
}
.article-details-page .post-author-meta .social-area-wrap .social-area .social-list li a i.bi-twitter-x {
  font-size: 12px;
}
.article-details-page .article-details-thumb-img img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .article-details-page .article-details-thumb-img img {
    min-height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 576px) {
  .article-details-page .article-details-thumb-img img {
    min-height: 200px;
  }
}
.article-details-page .details-contnt-wrap h2 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 0;
  color: var(--title-color);
}
@media (max-width: 767px) {
  .article-details-page .details-contnt-wrap h2 {
    font-size: 26px;
  }
}
.article-details-page .details-contnt-wrap h2.style-2 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .article-details-page .details-contnt-wrap h2.style-2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .article-details-page .details-contnt-wrap h2.style-2 {
    font-size: 29px;
  }
}
@media (max-width: 576px) {
  .article-details-page .details-contnt-wrap h2.style-2 {
    font-size: 26px;
  }
}
.article-details-page .details-contnt-wrap p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-color);
  margin-bottom: 0;
}
.article-details-page .details-contnt-wrap p span {
  color: var(--title-color);
  font-weight: 600;
}
.article-details-page .details-contnt-wrap h3 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
}
.article-details-page blockquote {
  display: flex;
  align-items: start;
  gap: 70px;
  max-width: 738px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .article-details-page blockquote {
    align-items: center;
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .article-details-page blockquote {
    gap: 50px;
  }
}
@media (max-width: 576px) {
  .article-details-page blockquote {
    gap: 15px;
  }
}
.article-details-page blockquote svg {
  fill: var(--title-color);
  min-width: 28px;
  margin-top: 10px;
}
.article-details-page blockquote .content h4 {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .article-details-page blockquote .content h4 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .article-details-page blockquote .content h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .article-details-page blockquote .content h4 {
    font-size: 20px;
  }
}
.article-details-page blockquote .content .author-area {
  line-height: 1;
}
.article-details-page blockquote .content .author-area h5 {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.article-details-page blockquote .content .author-area span {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.article-details-page blockquote .quote {
  fill: #f0f0f0;
  position: absolute;
  top: 15px;
  left: 40px;
  z-index: -1;
}
@media (max-width: 991px) {
  .article-details-page blockquote .quote {
    left: 30px;
  }
}
@media (max-width: 576px) {
  .article-details-page blockquote .quote {
    width: 80px;
  }
}
.article-details-page .details-image-area .img-area img {
  border-radius: 10px;
}
.article-details-page .details-list {
  margin: 0;
}
.article-details-page .details-list li {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 15px;
}
.article-details-page .details-list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .article-details-page .details-list li {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .article-details-page .details-list li {
    margin-bottom: 7px;
  }
}
.article-details-page .tag-navigation-area .tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .article-details-page .tag-navigation-area .tag-list {
    display: inline-flex;
    flex-wrap: wrap;
  }
}
.article-details-page .tag-navigation-area .tag-list li a {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: var(--title-color);
  background: #f3ffef;
  border: 1px solid var(--borders-color);
  padding: 7px 15px;
  border-radius: 6px;
}
.article-details-page .tag-navigation-area .details-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  padding: 36px 0;
  border-top: 1px solid var(--borders-color);
  border-bottom: 1px solid var(--borders-color);
}
@media (max-width: 1199px) {
  .article-details-page .tag-navigation-area .details-navigation {
    padding: 25px 0;
  }
}
@media (max-width: 576px) {
  .article-details-page .tag-navigation-area .details-navigation {
    padding: 20px 0;
  }
}
.article-details-page .tag-navigation-area .details-navigation .navigation-arrow {
  width: 36px;
  height: 36px;
  border-radius: 34px;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.article-details-page .tag-navigation-area .details-navigation .navigation-arrow svg {
  fill: #a6a6a6;
  transition: 0.5s;
}
.article-details-page .tag-navigation-area .details-navigation .navigation-arrow:hover {
  background-color: var(--title-color);
}
.article-details-page .tag-navigation-area .details-navigation .navigation-arrow:hover svg {
  fill: var(--white-color);
}
.article-details-page .tag-navigation-area .details-navigation p {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
  max-width: 340px;
  text-align: center;
}
@media (max-width: 767px) {
  .article-details-page .tag-navigation-area .details-navigation p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .article-details-page .tag-navigation-area .details-navigation p {
    max-width: 220px;
  }
}

.comment-and-form-area .comment-title {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .comment-and-form-area .comment-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .comment-and-form-area .comment-title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .comment-and-form-area .comment-title {
    font-size: 26px;
  }
}
.comment-and-form-area .comment-area .comment {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 15px;
  border-top: 1px solid var(--borders-color);
  padding-top: 30px;
}
.comment-and-form-area .comment-area .comment > li {
  margin-bottom: 40px;
}
.comment-and-form-area .comment-area .comment > li > .single-comment-area {
  margin-bottom: 24px;
}
.comment-and-form-area .comment-area .comment > li:last-child {
  margin-bottom: 0;
}
.comment-and-form-area .comment-area .comment .single-comment-area {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 576px) {
  .comment-and-form-area .comment-area .comment .single-comment-area {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.comment-and-form-area .comment-area .comment .single-comment-area .author-img img {
  max-width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg h3 {
  line-height: 1;
  margin-bottom: 0;
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg h3 {
    font-size: 16px;
  }
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg span {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content p {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .comment-and-form-area .comment-area .comment .single-comment-area .comment-content p {
    font-size: 15px;
  }
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  cursor: pointer;
  transition: 0.35s;
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn svg {
  transition: 0.35s;
  fill: var(--title-color);
}
.comment-and-form-area .comment-area .comment .comment-replay {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 70px;
  border-top: 1px solid var(--borders-color);
  padding-top: 24px;
}
@media (max-width: 576px) {
  .comment-and-form-area .comment-area .comment .comment-replay {
    margin-left: 25px;
  }
}
.comment-and-form-area .comment-area .comment .comment-replay > li {
  margin-bottom: 30px;
}
.comment-and-form-area .comment-area .comment .comment-replay > li:last-child {
  margin-bottom: 0;
}
.comment-and-form-area .inquiry-form {
  border: 1px solid var(--borders-color);
  border-radius: 15px;
  padding: 50px;
}
@media (max-width: 767px) {
  .comment-and-form-area .inquiry-form {
    padding: 30px;
    border-radius: 7px;
  }
}
.comment-and-form-area .inquiry-form h4 {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 25px;
}
.comment-and-form-area .inquiry-form input {
  background: unset;
  border: unset;
  border-radius: unset;
  border-bottom: 1px solid var(--borders-color);
  padding: 0;
  color: var(--title-color);
}
.comment-and-form-area .inquiry-form input::-moz-placeholder {
  color: var(--title-color);
  font-weight: 500;
}
.comment-and-form-area .inquiry-form input::placeholder {
  color: var(--title-color);
  font-weight: 500;
}
.comment-and-form-area .inquiry-form textarea {
  background: transparent;
  border: unset;
  padding: 15px 0 5px;
  min-height: 0;
  border-radius: unset;
  border-bottom: 1px solid var(--borders-color);
  color: var(--title-color);
}
.comment-and-form-area .inquiry-form textarea::-moz-placeholder {
  color: var(--title-color);
}
.comment-and-form-area .inquiry-form textarea::placeholder {
  color: var(--title-color);
}

/*=====================================
  51. About us video CSS
========================================*/
.about-us-video-area .video-area {
  position: relative;
  height: 620px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-us-video-area .video-area {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .about-us-video-area .video-area {
    height: 450px;
  }
}
@media (max-width: 576px) {
  .about-us-video-area .video-area {
    height: 350px;
  }
}
.about-us-video-area .video-area video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*=====================================
  52. Award slider section CSS
========================================*/
.award-slider-section .swiper-slide:nth-child(even) {
  margin-top: 50px;
}
@media (max-width: 576px) {
  .award-slider-section .swiper-slide:nth-child(even) {
    margin-top: 0;
  }
}
.award-slider-section .award-img img {
  border-radius: 10px;
}

/*=====================================
  53.  Team details page CSS
========================================*/
.team-details-page .profile-area {
  max-width: 608px;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
}
@media (max-width: 991px) {
  .team-details-page .profile-area {
    max-width: unset;
  }
}
.team-details-page .profile-area .profile-img img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.team-details-page .profile-area .profile-content {
  padding: 30px 50px 98px 50px;
  position: relative;
}
@media (max-width: 767px) {
  .team-details-page .profile-area .profile-content {
    padding: 25px 50px 98px 30px;
  }
}
@media (max-width: 767px) {
  .team-details-page .profile-area .profile-content {
    padding: 20px 20px 90px 20px;
  }
}
.team-details-page .profile-area .profile-content .signature-icon {
  content: "";
  position: absolute;
  top: unset;
  right: 92px;
  bottom: 25px;
}
@media (max-width: 767px) {
  .team-details-page .profile-area .profile-content .signature-icon {
    bottom: 10px;
  }
}
@media (max-width: 576px) {
  .team-details-page .profile-area .profile-content .signature-icon {
    bottom: 10px;
    right: 20px;
  }
}
.team-details-page .profile-area .profile-content .signature-icon .white-logo {
  display: none;
}
.team-details-page .profile-area .profile-content .signature-icon .dark-logo {
  display: block;
}
.team-details-page .profile-area .profile-content .para {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .team-details-page .profile-area .profile-content .para {
    gap: 10px;
  }
}
.team-details-page .profile-area .profile-content .para svg {
  fill: #0f3d3a;
}
.team-details-page .profile-area .profile-content .para p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-color);
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .team-details-page .profile-area .profile-content .para p {
    font-size: 16px;
  }
}
.team-details-page .team-details-content {
  max-width: 557px;
}
.team-details-page .team-details-content .name-social-area span {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  display: inline-block;
  margin-bottom: 10px;
}
.team-details-page .team-details-content .name-social-area h2 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .team-details-page .team-details-content .name-social-area h2 {
    font-size: 40px;
  }
}
.team-details-page .team-details-content .name-social-area .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .team-details-page .team-details-content .name-social-area .social-list {
    margin-bottom: 20px;
  }
}
.team-details-page .team-details-content .name-social-area .social-list li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #595959;
  border: 0.5px solid #595959;
  transition: 0.5s;
}
.team-details-page .team-details-content .name-social-area .social-list li a:hover {
  background-color: var(--primary-color1);
  color: var(--title-color);
  border: 0.5px solid var(--primary-color1);
}
.team-details-page .team-details-content .name-social-area .social-list li a i {
  font-size: 16px;
}
.team-details-page .team-details-content .name-social-area .social-list li a i.bi-twitter-x {
  font-size: 12px;
}
.team-details-page .team-details-content .content {
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .team-details-page .team-details-content .content {
    margin-bottom: 15px;
  }
}
.team-details-page .team-details-content .content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-color);
  margin-bottom: 0;
}
.team-details-page .team-details-content .experience-achievements-list {
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .team-details-page .team-details-content .experience-achievements-list {
    margin-bottom: 25px;
  }
}
.team-details-page .team-details-content .experience-achievements-list h3 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .team-details-page .team-details-content .experience-achievements-list h3 {
    font-size: 22px;
  }
}
.team-details-page .team-details-content .experience-achievements-list .experience-area {
  margin: 0;
  padding: 0;
  list-style: disc;
  padding-left: 25px;
}
.team-details-page .team-details-content .experience-achievements-list .experience-area li {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--text-color);
  margin-bottom: 20px;
}
.team-details-page .team-details-content .experience-achievements-list .experience-area li:last-child {
  margin-bottom: 0;
}
.team-details-page .team-details-content .skills-expertise-list .skills-container {
  max-width: 500px;
}
.team-details-page .team-details-content .skills-expertise-list .skills-container h4 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 20px;
}
.team-details-page .team-details-content .skills-expertise-list .skills-container .skill-item {
  margin-bottom: 28px;
}
.team-details-page .team-details-content .skills-expertise-list .skills-container .skill-item:last-child {
  margin-bottom: 0;
}
.team-details-page .team-details-content .skills-expertise-list .skills-container .skill-item .skill-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--title-color);
}
.team-details-page .team-details-content .skills-expertise-list .skills-container .skill-item .progress-track {
  width: 100%;
  height: 8px;
  background-color: var(--primary-color2);
  overflow: hidden;
  border-radius: 10px;
}
.team-details-page .team-details-content .skills-expertise-list .skills-container .skill-item .progress-track .progress-bar {
  height: 100%;
  width: 0;
  background-color: var(--primary-color1);
  transition: width 1.5s ease-in-out;
}

/*=====================================
  54. Team Page CSS
========================================*/
.team-img-page .pb-150 {
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .team-img-page .pb-150 {
    padding-bottom: 0;
  }
}
.team-img-page {
  margin-bottom: 200px;
}
@media (max-width: 1199px) {
  .team-img-page {
    margin-bottom: 180px;
  }
}
@media (max-width: 991px) {
  .team-img-page {
    margin-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .team-img-page {
    margin-bottom: 90px;
  }
}
.team-img-page .team-img-wrapper {
  position: relative;
}
.team-img-page .team-img-wrapper .team-img-area {
  display: flex;
  justify-content: center;
}
.team-img-page .team-img-wrapper .team-img-area .team-img img {
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .team-img-page .team-img-wrapper .team-img-area .team-img img {
    max-width: 380px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-img-page .team-img-wrapper .team-img-area .team-img img {
    max-height: 410px;
  }
}
@media (max-width: 991px) {
  .team-img-page .team-img-wrapper .team-img-area .team-img img {
    max-width: 100%;
    border-radius: 5px;
  }
}
@media (max-width: 576px) {
  .team-img-page .team-img-wrapper .team-img-area .team-img img {
    max-width: 300px;
  }
}
.team-img-page .team-img-wrapper .team-img-area .img-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .team-img-page .team-img-wrapper .team-img-area .img-list {
    display: none;
  }
}
.team-img-page .team-img-wrapper .team-img-area .img-list li {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s ease, opacity 0.3s ease;
}
.team-img-page .team-img-wrapper .team-img-area .img-list li img {
  border-radius: 10px;
}
.team-img-page .team-img-wrapper .team-img-area .img-list li:nth-child(1) {
  transition-delay: 0.1s;
}
.team-img-page .team-img-wrapper .team-img-area .img-list li:nth-child(2) {
  transition-delay: 0.2s;
}
.team-img-page .team-img-wrapper .team-img-area .img-list li:nth-child(3) {
  transition-delay: 0.3s;
}
.team-img-page .team-img-wrapper .team-img-area .img-list li:nth-child(4) {
  transition-delay: 0.4s;
}
.team-img-page .team-img-wrapper .team-img-area .img-list li:nth-child(5) {
  transition-delay: 0.5s;
}
.team-img-page .team-img-wrapper .team-img-area .img-list li:nth-child(6) {
  transition-delay: 0.6s;
}
.team-img-page .team-img-wrapper .team-img-area .img-list li:nth-child(7) {
  transition-delay: 0.7s;
}
.team-img-page .team-img-wrapper .team-img-area .img-list li:nth-child(8) {
  transition-delay: 0.8s;
}
.team-img-page .team-img-wrapper .team-img-area .img-list li:nth-child(9) {
  transition-delay: 0.9s;
}
.team-img-page .team-img-wrapper .team-img-area.active .img-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.team-img-page .team-img-wrapper .team-img-area.active .img-list li {
  opacity: 1;
  visibility: visible;
  transform: unset;
}
.team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(1) {
  bottom: unset;
  top: 0;
  left: -43%;
}
.team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(1) img {
  width: 210px;
}
@media (max-width: 1199px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(1) {
    left: -22%;
  }
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(1) img {
    max-width: 180px;
  }
}
@media (max-width: 991px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(1) {
    left: -43%;
  }
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(1) img {
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(1) {
    display: none;
  }
}
.team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(2) {
  bottom: unset;
  left: unset;
  top: 0;
  right: -43%;
}
.team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(2) img {
  width: 210px;
}
@media (max-width: 1199px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(2) {
    right: -20%;
  }
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(2) img {
    max-width: 180px;
  }
}
@media (max-width: 991px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(2) {
    right: -43%;
  }
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(2) img {
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(2) {
    display: none;
  }
}
.team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(3) {
  bottom: unset;
  top: 48%;
  left: -52%;
  transform: translate(0, -50%);
}
.team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(3) img {
  width: 323px;
}
@media (max-width: 1399px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(3) {
    left: -55%;
  }
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(3) img {
    width: 280px;
  }
}
@media (max-width: 1199px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(3) {
    left: -26%;
    top: 50%;
  }
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(3) img {
    width: 230px;
  }
}
@media (max-width: 991px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(3) {
    left: -45%;
    top: 46%;
  }
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(3) img {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(3) {
    display: none;
  }
}
.team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(4) {
  bottom: unset;
  left: unset;
  top: 48%;
  right: -52%;
  transform: translate(0, -50%);
}
.team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(4) img {
  width: 323px;
}
@media (max-width: 1399px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(4) {
    right: -55%;
  }
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(4) img {
    width: 280px;
  }
}
@media (max-width: 1199px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(4) {
    right: -23%;
    top: 50%;
  }
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(4) img {
    width: 230px;
  }
}
@media (max-width: 991px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(4) {
    right: -44%;
    top: 46%;
  }
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(4) img {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(4) {
    display: none;
  }
}
.team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(5) {
  top: 71%;
  left: -46%;
}
.team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(5) img {
  width: 250px;
}
@media (max-width: 1399px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(5) img {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(5) {
    left: -22%;
  }
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(5) img {
    width: 190px;
  }
}
@media (max-width: 991px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(5) {
    left: -43%;
    top: 66%;
  }
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(5) img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(5) {
    display: none;
  }
}
.team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(6) {
  left: unset;
  top: 71%;
  right: -46%;
}
.team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(6) img {
  width: 250px;
}
@media (max-width: 1399px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(6) img {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(6) {
    right: -20%;
  }
}
@media (max-width: 991px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(6) {
    right: -43%;
    top: 66%;
  }
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(6) img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(6) {
    display: none;
  }
}
.team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(7) {
  left: unset;
  top: unset;
  bottom: -33%;
  right: 74%;
}
.team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(7) img {
  width: 164px;
}
@media (max-width: 1399px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(7) {
    bottom: -28%;
  }
}
@media (max-width: 1199px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(7) {
    bottom: -46%;
    right: 70%;
  }
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(7) img {
    max-width: 150px;
  }
}
@media (max-width: 991px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(7) {
    bottom: -33%;
    right: 80%;
  }
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(7) img {
    max-width: 150px;
    height: 110px;
  }
}
@media (max-width: 767px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(7) {
    display: none;
  }
}
.team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(8) {
  left: unset;
  top: unset;
  bottom: -33%;
  left: 74%;
}
.team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(8) img {
  width: 164px;
}
@media (max-width: 1399px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(8) {
    bottom: -28%;
  }
}
@media (max-width: 1199px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(8) {
    bottom: -46%;
    left: 70%;
  }
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(8) img {
    max-width: 150px;
  }
}
@media (max-width: 991px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(8) {
    bottom: -33%;
    left: 77%;
  }
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(8) img {
    max-width: 150px;
    height: 110px;
  }
}
@media (max-width: 767px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(8) {
    display: none;
  }
}
.team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(9) {
  left: unset;
  top: unset;
  bottom: -41%;
  right: 33%;
}
.team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(9) img {
  width: 219px;
}
@media (max-width: 1399px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(9) {
    bottom: -39%;
    right: 30%;
  }
}
@media (max-width: 1199px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(9) {
    right: 34%;
    bottom: -57%;
  }
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(9) img {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(9) {
    right: 34%;
    bottom: -36%;
  }
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(9) img {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .team-img-page .team-img-wrapper .team-img-area.active .img-list li:nth-child(9) {
    display: none;
  }
}

.team-page-join-team-section {
  padding-top: 20px;
}
.team-page-join-team-section .join-team-wrapper {
  width: 514px;
  height: 514px;
  border-radius: 50%;
  background-color: #f6f6f6;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1199px) {
  .team-page-join-team-section .join-team-wrapper {
    width: 480px;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .team-page-join-team-section .join-team-wrapper {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 576px) {
  .team-page-join-team-section .join-team-wrapper {
    width: 100%;
    height: unset;
    border-radius: 10px;
  }
}
.team-page-join-team-section .join-team-wrapper .join-team-content {
  max-width: 375px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .team-page-join-team-section .join-team-wrapper .join-team-content {
    max-width: 350px;
  }
}
@media (max-width: 576px) {
  .team-page-join-team-section .join-team-wrapper .join-team-content {
    padding: 35px 10px;
  }
}
.team-page-join-team-section .join-team-wrapper .join-team-content h2 {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .team-page-join-team-section .join-team-wrapper .join-team-content h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .team-page-join-team-section .join-team-wrapper .join-team-content h2 {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .team-page-join-team-section .join-team-wrapper .join-team-content h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.team-page-join-team-section .join-team-wrapper .join-team-content p {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .team-page-join-team-section .join-team-wrapper .join-team-content p {
    font-size: 17px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .team-page-join-team-section .join-team-wrapper .join-team-content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
  }
}
.team-page-join-team-section .join-team-wrapper .outer-circle {
  width: 560px;
  height: 560px;
  border-radius: 50%;
  border: 1.5px solid #f5f5f5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotateCircle 14s linear infinite;
  transform-origin: center;
  will-change: transform;
}
@media (max-width: 1199px) {
  .team-page-join-team-section .join-team-wrapper .outer-circle {
    width: 530px;
    height: 530px;
  }
}
@media (max-width: 767px) {
  .team-page-join-team-section .join-team-wrapper .outer-circle {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 576px) {
  .team-page-join-team-section .join-team-wrapper .outer-circle {
    display: none;
  }
}
.team-page-join-team-section .join-team-wrapper .outer-circle::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--primary-color1);
}
.team-page-join-team-section .join-team-wrapper .outer-circle::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--primary-color1);
}
.team-page-join-team-section .join-team-wrapper .inner-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1.5px solid #f5f5f5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotateCircle 16s linear infinite reverse;
  transform-origin: center;
  will-change: transform;
}
@media (max-width: 576px) {
  .team-page-join-team-section .join-team-wrapper .inner-circle {
    display: none;
  }
}
.team-page-join-team-section .join-team-wrapper .inner-circle::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--primary-color1);
}
.team-page-join-team-section .join-team-wrapper .inner-circle::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--primary-color1);
}

@keyframes rotateCircle {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*=====================================
  55. job openings area CSS
========================================*/
.table-container table {
  width: 100%;
}
@media (max-width: 576px) {
  .table-container table thead {
    display: none;
  }
}
.table-container table thead tr th {
  text-align: left;
  padding: 15px 0;
  color: var(--text-color);
  font-weight: 500;
  border-bottom: 1px solid var(--borders-color);
  font-size: 18px;
  font-family: var(--font-inter);
}
@media (max-width: 576px) {
  .table-container table tbody tr {
    display: block;
    padding: 20px 0;
    border-bottom: 2px solid var(--borders-color);
  }
}
.table-container table tbody tr td {
  padding: 40px 0;
  border-bottom: 1px solid var(--borders-color);
  font-size: 18px;
}
@media (max-width: 1199px) {
  .table-container table tbody tr td {
    padding: 30px 0;
  }
}
@media (max-width: 576px) {
  .table-container table tbody tr td {
    display: block;
    padding: 13px 0;
    border: none;
    font-size: 16px;
  }
  .table-container table tbody tr td:before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 10px;
  }
}
.table-container table tbody tr td.position-name {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  max-width: 110px;
  color: var(--title-color);
}
@media (max-width: 1399px) {
  .table-container table tbody tr td.position-name {
    max-width: 135px;
  }
}
@media (max-width: 1199px) {
  .table-container table tbody tr td.position-name {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .table-container table tbody tr td.position-name {
    font-size: 20px;
    max-width: 170px;
  }
}
@media (max-width: 576px) {
  .table-container table tbody tr td.position-name {
    max-width: unset;
    font-size: 23px;
  }
}
.table-container table tbody tr td.vacancies, .table-container table tbody tr td.job-type {
  font-family: var(--font-spaceGrotesk);
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: var(--text-color);
}
@media (max-width: 991px) {
  .table-container table tbody tr td.vacancies, .table-container table tbody tr td.job-type {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .table-container table tbody tr td.vacancies, .table-container table tbody tr td.job-type {
    font-size: 24px;
  }
}
.table-container table tbody tr td.arrow-icon {
  text-align: right;
  width: 50px;
}
@media (max-width: 576px) {
  .table-container table tbody tr td.arrow-icon {
    text-align: left;
  }
}
.table-container table tbody tr td.arrow-icon .circle-btn {
  text-align: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-container table tbody tr td.arrow-icon .circle-btn svg {
  fill: var(--title-color);
}
.table-container table tbody tr:hover td .circle-btn {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}

/*=====================================
  56. Careers Page Thumb Image CSS
========================================*/
.careers-thumb-img-wrap .careers-thumb-img {
  position: relative;
}
.careers-thumb-img-wrap .careers-thumb-img img {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .careers-thumb-img-wrap .careers-thumb-img img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .careers-thumb-img-wrap .careers-thumb-img img {
    min-height: 280px;
  }
}
@media (max-width: 767px) {
  .careers-thumb-img-wrap .careers-thumb-img img {
    min-height: 250px;
  }
}
.careers-thumb-img-wrap .careers-thumb-img .button-area {
  padding: 11px;
  border-radius: 50%;
  background-color: var(--white-color);
  position: absolute;
  top: unset;
  bottom: 20px;
  left: 45%;
  transform: translateY(50%);
}
@media (max-width: 991px) {
  .careers-thumb-img-wrap .careers-thumb-img .button-area {
    left: 41%;
  }
}
@media (max-width: 767px) {
  .careers-thumb-img-wrap .careers-thumb-img .button-area {
    left: 39%;
    bottom: 0;
  }
}
@media (max-width: 576px) {
  .careers-thumb-img-wrap .careers-thumb-img .button-area {
    left: 31%;
    padding: 8px;
  }
}
.careers-thumb-img-wrap .careers-thumb-img .button-area .join-team-btn {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--title-color);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--white-color);
  flex-direction: column;
  row-gap: 5px;
}
@media (max-width: 576px) {
  .careers-thumb-img-wrap .careers-thumb-img .button-area .join-team-btn {
    width: 110px;
    height: 110px;
  }
}
.careers-thumb-img-wrap .careers-thumb-img .button-area .join-team-btn svg {
  fill: var(--white-color);
}

/*=====================================
  57. Development Team area CSS
========================================*/
.development-team-area {
  background-color: #eef3e9;
  padding: 90px 0;
}
@media (max-width: 991px) {
  .development-team-area {
    padding: 70px 0;
  }
}

.why-work-with-us-area .work-with-us-wrap {
  position: relative;
}
.why-work-with-us-area .work-with-us-wrap .item .single-list {
  padding: 35px 70px;
  padding-top: 0;
  border-right: 1px solid #e1e7ec;
  border-bottom: 1px solid #e1e7ec;
}
@media (max-width: 1399px) {
  .why-work-with-us-area .work-with-us-wrap .item .single-list {
    padding: 35px 40px;
  }
}
@media (max-width: 1199px) {
  .why-work-with-us-area .work-with-us-wrap .item .single-list {
    padding: 20px 25px;
  }
}
@media (max-width: 991px) {
  .why-work-with-us-area .work-with-us-wrap .item .single-list {
    border: 1px solid #e1e7ec;
  }
}
.why-work-with-us-area .work-with-us-wrap .item:last-child .single-list {
  border-right: unset;
}
.why-work-with-us-area .work-with-us-wrap .item:nth-child(1) .single-list {
  padding-left: 0;
}
@media (max-width: 991px) {
  .why-work-with-us-area .work-with-us-wrap .item:nth-child(1) .single-list {
    padding: 20px 25px;
  }
}
.why-work-with-us-area .work-with-us-wrap .item:nth-child(3) .single-list {
  border-right: unset;
}
@media (max-width: 991px) {
  .why-work-with-us-area .work-with-us-wrap .item:nth-child(3) .single-list {
    border: 1px solid #e1e7ec;
    padding: 20px 25px;
  }
}
.why-work-with-us-area .work-with-us-wrap .item:nth-child(4) .single-list {
  border-bottom: unset;
  padding-left: 0;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .why-work-with-us-area .work-with-us-wrap .item:nth-child(4) .single-list {
    border: 1px solid #e1e7ec;
    padding: 20px 25px;
  }
}
.why-work-with-us-area .work-with-us-wrap .item:nth-child(5) .single-list {
  border-bottom: unset;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .why-work-with-us-area .work-with-us-wrap .item:nth-child(5) .single-list {
    border: 1px solid #e1e7ec;
    padding: 20px 25px;
  }
}
.why-work-with-us-area .work-with-us-wrap .item:nth-child(6) .single-list {
  border-bottom: unset;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .why-work-with-us-area .work-with-us-wrap .item:nth-child(6) .single-list {
    border: 1px solid #e1e7ec;
    padding: 20px 25px;
  }
}
.why-work-with-us-area .work-with-us-wrap .single-list h3 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  color: var(--title-color);
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .why-work-with-us-area .work-with-us-wrap .single-list h3 {
    font-size: 23px;
    margin-bottom: 5px;
  }
}
.why-work-with-us-area .work-with-us-wrap .single-list p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 0;
  max-width: 320px;
}
@media (max-width: 1799px) {
  .why-work-with-us-area .work-with-us-wrap .single-list p {
    max-width: 300px;
  }
}

/*=====================================
  58. Industries  Section CSS
========================================*/
.industries-thum-img-area .img-area img {
  border-radius: 10px;
}
@media (max-width: 576px) {
  .industries-thum-img-area .img-area img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@keyframes up-down2 {
  0% {
    transform: translateY(35px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(35px);
  }
}
.industries-section .divider {
  position: relative;
}
.industries-section .divider::after {
  content: "";
  position: absolute;
  background-color: var(--borders-color);
  height: 100%;
  width: 2px;
  top: 0;
  left: 80px;
}
@media (max-width: 1199px) {
  .industries-section .divider::after {
    height: 330px;
    left: 45px;
  }
}
@media (max-width: 991px) {
  .industries-section .divider::after {
    display: none;
  }
}
.industries-section .industries-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.industries-section .industries-list li {
  border-bottom: 1px solid var(--borders-color);
  padding-bottom: 35px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .industries-section .industries-list li {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .industries-section .industries-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.industries-section .industries-list li a {
  position: relative;
  transition: 0.5s;
}
.industries-section .industries-list li a span {
  color: var(--text-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  transition: 0.5s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .industries-section .industries-list li a span {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .industries-section .industries-list li a span {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .industries-section .industries-list li a span {
    font-size: 19px;
  }
}
.industries-section .industries-list li a .hover-img {
  position: absolute;
  max-width: 230px;
  width: 100%;
  display: flex;
  justify-content: end;
  top: -70px;
  transform: translateY(-50%);
  z-index: 1;
  left: 32%;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .industries-section .industries-list li a .hover-img {
    right: -170px;
  }
}
@media (max-width: 1399px) {
  .industries-section .industries-list li a .hover-img {
    right: -145px;
  }
}
@media (max-width: 1199px) {
  .industries-section .industries-list li a .hover-img {
    right: -100px;
  }
}
@media (max-width: 991px) {
  .industries-section .industries-list li a .hover-img {
    display: none;
  }
}
.industries-section .industries-list li a .hover-img img {
  border-radius: 10px;
  z-index: 1;
}
.industries-section .industries-list li a .hover-img .img1 {
  rotate: 5deg;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.4);
  transition: 0.5s;
  width: 190px;
}
@media (max-width: 1399px) {
  .industries-section .industries-list li a .hover-img .img1 {
    width: 125px;
  }
}
@media (max-width: 1199px) {
  .industries-section .industries-list li a .hover-img .img1 {
    width: 100px;
  }
}
.industries-section .industries-list li a .hover-img .img2 {
  rotate: -3.3deg;
  position: absolute;
  bottom: -21px;
  right: -28px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.75s;
  transition-delay: 0.2s;
  width: 103px;
}
@media (max-width: 1399px) {
  .industries-section .industries-list li a .hover-img .img2 {
    width: 90px;
    left: 38px;
  }
}
@media (max-width: 1199px) {
  .industries-section .industries-list li a .hover-img .img2 {
    width: 70px;
    left: 75px;
  }
}
.industries-section .industries-list li a:hover span {
  color: var(--title-color);
}
.industries-section .industries-list li a:hover .hover-img {
  opacity: 1;
  visibility: visible;
}
.industries-section .industries-list li a:hover .hover-img .img1,
.industries-section .industries-list li a:hover .hover-img .img2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/*=====================================
  59. Case study details page CSS
========================================*/
.case-study-details-page .case-study-details-thumb-img {
  position: relative;
}
.case-study-details-page .case-study-details-thumb-img img {
  border-radius: 10px;
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-details-thumb-img img {
    border-radius: 7px;
    min-height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.case-study-details-page .case-study-details-thumb-img .img-details-wrap {
  background-color: #e5eaff;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  padding: 35px 50px;
  position: absolute;
  top: unset;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 843px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .case-study-details-page .case-study-details-thumb-img .img-details-wrap {
    width: 650px;
  }
}
@media (max-width: 767px) {
  .case-study-details-page .case-study-details-thumb-img .img-details-wrap {
    width: 500px;
    padding: 25px 15px;
    bottom: -56px;
  }
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-details-thumb-img .img-details-wrap {
    width: 290px;
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 25px;
    padding: 20px 15px;
    bottom: -70px;
  }
}
.case-study-details-page .case-study-details-thumb-img .img-details-wrap .img-details {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 130px;
}
.case-study-details-page .case-study-details-thumb-img .img-details-wrap .img-details li {
  display: flex;
  text-align: start;
  gap: 75px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .case-study-details-page .case-study-details-thumb-img .img-details-wrap .img-details li {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .case-study-details-page .case-study-details-thumb-img .img-details-wrap .img-details li {
    gap: 5px;
  }
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-details-thumb-img .img-details-wrap .img-details li {
    margin-bottom: 10px;
    gap: 30px;
  }
}
.case-study-details-page .case-study-details-thumb-img .img-details-wrap .img-details li:last-child {
  margin-bottom: 0;
}
.case-study-details-page .case-study-details-thumb-img .img-details-wrap .img-details li span {
  font-weight: 500;
  color: var(--title-color);
  line-height: 1;
}
.case-study-details-page .case-study-details-thumb-img .img-details-wrap .img-details li span.style-2 {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--text-color);
  width: 72px;
}
.case-study-details-page .section-title h2 {
  font-size: 36px;
}
.case-study-details-page .case-study-details-content .details-section-title h3 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 20px;
}
.case-study-details-page .case-study-details-content ul {
  margin: 0;
  padding: 0;
  list-style: disc;
  padding-left: 20px;
}
.case-study-details-page .case-study-details-content ul li {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: var(--text-color);
  margin-bottom: 15px;
}
.case-study-details-page .case-study-details-content ul li .content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: var(--text-color);
  margin-bottom: 0;
}
.case-study-details-page .case-study-details-content ul li:last-child {
  margin-bottom: 0;
}
.case-study-details-page .case-study-details-content ul.style-2 {
  list-style: none;
  padding-left: 0;
}
.case-study-details-page .case-study-details-content ul.style-2 li {
  display: flex;
  gap: 18px;
}
.case-study-details-page .case-study-details-content ul.style-2 li svg {
  fill: #0f3d3a;
}
.case-study-details-page .case-study-details-content ul.style-3 {
  list-style: none;
  padding-left: 0;
}
.case-study-details-page .case-study-details-content ul.style-3 li {
  display: flex;
  gap: 18px;
}
.case-study-details-page .case-study-details-content ul.style-3 li svg {
  fill: #01aa26;
}
.case-study-details-page .case-study-details-img img {
  border-radius: 10px;
  width: 100%;
}
.case-study-details-page .case-details-result-area {
  background-color: #e0e3fb;
  padding: 35px 60px;
  border-radius: 10px 0 0px 10px;
}
@media (max-width: 1399px) {
  .case-study-details-page .case-details-result-area {
    padding: 35px 30px;
  }
}
@media (max-width: 1199px) {
  .case-study-details-page .case-details-result-area {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .case-study-details-page .case-details-result-area {
    border-radius: 0;
  }
}
.case-study-details-page .case-details-result-area span {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--text-color);
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .case-study-details-page .case-details-result-area span {
    margin-bottom: 15px;
  }
}
.case-study-details-page .case-details-result-area h3 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .case-study-details-page .case-details-result-area h3 {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .case-study-details-page .case-details-result-area h3 {
    font-size: 22px;
  }
}
.case-study-details-page .case-details-result-area.style-2 {
  border-radius: unset;
  background-color: #fff7c9;
  padding: 35px 30px;
}
@media (max-width: 1199px) {
  .case-study-details-page .case-details-result-area.style-2 {
    padding: 30px 20px;
  }
}
.case-study-details-page .case-details-result-area.style-3 {
  border-radius: unset;
  background-color: #d6f5c4;
}
.case-study-details-page .case-details-result-area.style-4 {
  border-radius: 0 10px 10px 0;
  background-color: #e5faff;
}
@media (max-width: 991px) {
  .case-study-details-page .case-details-result-area.style-4 {
    border-radius: 0;
  }
}
.case-study-details-page .social-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.case-study-details-page .social-area h4 {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
}
.case-study-details-page .social-area .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.case-study-details-page .social-area .social-list li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #525252;
  border: 1px solid var(--borders-color);
  transition: 0.5s;
}
.case-study-details-page .social-area .social-list li a:hover {
  background-color: var(--primary-color1);
  color: var(--dark-title-color);
}
.case-study-details-page .social-area .social-list li a i {
  font-size: 16px;
}
.case-study-details-page .social-area .social-list li a i.bi-twitter-x {
  font-size: 12px;
}
.case-study-details-page .details-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid var(--borders-color);
  border-bottom: 1px solid var(--borders-color);
}
@media (max-width: 767px) {
  .case-study-details-page .details-navigation {
    padding: 25px 0;
  }
}
.case-study-details-page .details-navigation .navigation-arrow {
  width: 36px;
  height: 36px;
  border-radius: 34px;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.case-study-details-page .details-navigation .navigation-arrow svg {
  fill: #a6a6a6;
  transition: 0.5s;
}
.case-study-details-page .details-navigation .navigation-arrow:hover {
  background-color: var(--title-color);
}
.case-study-details-page .details-navigation .navigation-arrow:hover svg {
  fill: var(--white-color);
}
.case-study-details-page .details-navigation p {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  max-width: 220px;
  text-align: center;
}
@media (max-width: 767px) {
  .case-study-details-page .details-navigation p {
    font-size: 18px;
  }
}

/*=====================================
  60. Portfolio Details Page CSS
========================================*/
@media (max-width: 991px) {
  .portfolio-details-page .slider-btn-grp {
    display: none;
  }
}
.portfolio-details-page .slider-btn-grp .slider-btn {
  position: absolute;
  max-width: 35px;
  min-width: 35px;
  height: 35px;
  top: 45%;
  left: 12%;
  z-index: 99;
  border: 1px solid var(--borders-color);
  background-color: transparent;
}
@media (max-width: 1699px) {
  .portfolio-details-page .slider-btn-grp .slider-btn {
    left: 4%;
  }
}
.portfolio-details-page .slider-btn-grp .slider-btn svg {
  fill: var(--white-color);
  stroke: unset;
}
.portfolio-details-page .slider-btn-grp .slider-btn.slider-next {
  left: unset;
  right: 12%;
}
@media (max-width: 1699px) {
  .portfolio-details-page .slider-btn-grp .slider-btn.slider-next {
    right: 4%;
  }
}
.portfolio-details-page .slider-btn-grp .slider-btn:hover {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.portfolio-details-page .slider-btn-grp .slider-btn:hover.slider-prev svg {
  fill: var(--title-color);
}
.portfolio-details-page .slider-btn-grp .slider-btn:hover.slider-next svg {
  fill: var(--title-color);
}
.portfolio-details-page .details-img {
  position: relative;
  max-width: 1520px;
  margin: 0 auto;
}
.portfolio-details-page .details-img img {
  border-radius: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .portfolio-details-page .details-img img {
    min-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 576px) {
  .portfolio-details-page .details-img img {
    min-height: 300px;
  }
}
.portfolio-details-page .details-img .details-img-content {
  position: absolute;
  top: unset;
  bottom: 0;
  right: 100px;
  background-color: var(--white-color);
  border-radius: 10px 10px 0 0;
  padding: 40px 30px;
}
@media (max-width: 991px) {
  .portfolio-details-page .details-img .details-img-content {
    padding: 30px 23px;
    right: 60px;
  }
}
@media (max-width: 767px) {
  .portfolio-details-page .details-img .details-img-content {
    padding: 25px;
    right: 25px;
  }
}
@media (max-width: 576px) {
  .portfolio-details-page .details-img .details-img-content {
    right: 24px;
  }
}
.portfolio-details-page .details-img .details-img-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portfolio-details-page .details-img .details-img-content ul li {
  display: flex;
  gap: 72px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .portfolio-details-page .details-img .details-img-content ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .portfolio-details-page .details-img .details-img-content ul li {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .portfolio-details-page .details-img .details-img-content ul li {
    gap: 15px;
  }
}
.portfolio-details-page .details-img .details-img-content ul li:last-child {
  margin-bottom: 0;
}
.portfolio-details-page .details-img .details-img-content ul li span {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--title-color);
}
.portfolio-details-page .details-img .details-img-content ul li span.style-2 {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--text-color);
  width: 72px;
}
.portfolio-details-page .section-title h2 {
  font-size: 36px;
}
.portfolio-details-page .portfolio-details-content .details-section-title h3 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 20px;
}
.portfolio-details-page .portfolio-details-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-color);
  margin-bottom: 0;
  max-width: 560px;
}
.portfolio-details-page .portfolio-details-content ul {
  margin: 0;
  padding: 0;
  list-style: disc;
  padding-left: 20px;
}
.portfolio-details-page .portfolio-details-content ul li {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: var(--text-color);
  margin-bottom: 15px;
}
.portfolio-details-page .portfolio-details-content ul li .content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: var(--text-color);
  margin-bottom: 0;
}
.portfolio-details-page .portfolio-details-content ul li:last-child {
  margin-bottom: 0;
}
.portfolio-details-page .portfolio-details-content ul.style-2 {
  list-style: none;
  padding-left: 0;
}
.portfolio-details-page .portfolio-details-content ul.style-2 li {
  display: flex;
  gap: 18px;
}
.portfolio-details-page .portfolio-details-content ul.style-2 li svg {
  fill: #0f3d3a;
}
.portfolio-details-page .portfolio-details-img img {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .portfolio-details-page .portfolio-details-img img {
    width: 100%;
  }
}
.portfolio-details-page .results-impact-list ul {
  margin: 0;
  padding: 0;
  list-style: disc;
  padding-left: 20px;
  max-width: 410px;
}
.portfolio-details-page .results-impact-list ul li {
  font-family: var(--font-spaceGrotesk);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
  color: var(--text-color);
  margin-bottom: 20px;
}
.portfolio-details-page .results-impact-list ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .portfolio-details-page .results-impact-list ul li {
    font-size: 18px;
  }
}
.portfolio-details-page .results-impact-list ul li span {
  font-weight: 500;
  color: var(--title-color);
}
.portfolio-details-page .portfolio-details-banner {
  background-image: url(../image/innerpage/portfolio-details-banner-card.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 70px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .portfolio-details-page .portfolio-details-banner {
    padding: 50px 28px;
  }
}
@media (max-width: 576px) {
  .portfolio-details-page .portfolio-details-banner {
    padding: 30px 15px;
  }
}
.portfolio-details-page .portfolio-details-banner h3 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
  color: var(--white-color);
  max-width: 350px;
  margin-bottom: 30px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .portfolio-details-page .portfolio-details-banner h3 {
    font-size: 23px;
  }
}
.portfolio-details-page .portfolio-details-banner .primary-btn1 {
  margin-top: 25px;
}
@media (max-width: 576px) {
  .portfolio-details-page .portfolio-details-banner .primary-btn1 {
    margin-top: 15px;
    padding: 12px 14px;
  }
}
.portfolio-details-page .tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .portfolio-details-page .tag-list {
    display: inline-flex;
    flex-wrap: wrap;
  }
}
.portfolio-details-page .tag-list li a {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: var(--title-color);
  background: #f3ffef;
  border: 1px solid var(--borders-color);
  padding: 7px 15px;
  border-radius: 6px;
}
.portfolio-details-page .details-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid var(--borders-color);
  border-bottom: 1px solid var(--borders-color);
}
@media (max-width: 767px) {
  .portfolio-details-page .details-navigation {
    padding: 25px 0;
  }
}
@media (max-width: 576px) {
  .portfolio-details-page .details-navigation {
    padding: 15px 0;
  }
}
.portfolio-details-page .details-navigation .navigation-arrow {
  width: 36px;
  height: 36px;
  border-radius: 34px;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.portfolio-details-page .details-navigation .navigation-arrow svg {
  fill: #a6a6a6;
  transition: 0.5s;
}
.portfolio-details-page .details-navigation .navigation-arrow:hover {
  background-color: var(--title-color);
}
.portfolio-details-page .details-navigation .navigation-arrow:hover svg {
  fill: var(--white-color);
}
.portfolio-details-page .details-navigation p {
  color: var(--title-color);
  font-family: var(--font-spaceGrotesk);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  max-width: 220px;
  text-align: center;
}
@media (max-width: 767px) {
  .portfolio-details-page .details-navigation p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .portfolio-details-page .details-navigation p {
    line-height: 1.3;
  }
}

/*=====================================
  61. Join section section CSS
========================================*/
@keyframes wa-rotated {
  to {
    transform: rotate(360deg);
  }
}
.circle-wrapper {
  position: relative;
  width: 420px;
  height: 420px;
  border-radius: 50%;
}
.circle-wrapper .circle-border {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.05);
  height: 560px;
  width: 560px;
}
.circle-wrapper {
  /* common rotate */
}
.circle-wrapper .dot-rotate {
  position: absolute;
  inset: 0;
  animation: rotate 12s linear infinite;
}
.circle-wrapper {
  /* 🔹 inner dots → content er sathe */
}
.circle-wrapper .inner-dots .dot {
  transform: rotate(calc(var(--i) * 1deg)) translateX(170px);
}
.circle-wrapper {
  /* 🔹 outer dots → border er moddhe */
}
.circle-wrapper .outer-dots .dot {
  transform: rotate(calc(var(--i) * 1deg)) translateX(210px);
}
.circle-wrapper .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  background: #b7f57b;
  border-radius: 50%;
}
.circle-wrapper .content {
  position: absolute;
  inset: 24px;
  background: #f3f3f3;
  border-radius: 50%;
  text-align: center;
  padding: 70px 40px;
  z-index: 2;
  width: 514px;
  height: 514px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*=====================================
  62. Home5 Banner Section
========================================*/
@media (max-width: 576px) {
  .home5-banner-section {
    margin-bottom: 90px;
  }
}
.home5-banner-section .banner-content-wrapper {
  padding: 175px 187px 0 187px;
  background-image: url(../image/sass/banner-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 1090px;
}
@media (max-width: 1699px) {
  .home5-banner-section .banner-content-wrapper {
    padding: 145px 150px 0 150px;
  }
}
@media (max-width: 1399px) {
  .home5-banner-section .banner-content-wrapper {
    padding: 155px 150px 0 150px;
  }
}
@media (max-width: 1199px) {
  .home5-banner-section .banner-content-wrapper {
    padding: 130px 0px 0px;
    min-height: 850px;
  }
}
@media (max-width: 991px) {
  .home5-banner-section .banner-content-wrapper {
    padding: 120px 0px 0px;
    min-height: 800px;
  }
}
@media (max-width: 576px) {
  .home5-banner-section .banner-content-wrapper {
    padding: 120px 0px 60px;
    min-height: unset;
  }
}
.home5-banner-section .banner-content-wrapper .banner-content {
  max-width: 842px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1199px) {
  .home5-banner-section .banner-content-wrapper .banner-content {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .home5-banner-section .banner-content-wrapper .banner-content {
    max-width: 500px;
  }
}
.home5-banner-section .banner-content-wrapper .banner-content .banner-icon {
  position: absolute;
  top: 27%;
  right: 16%;
}
@media (max-width: 1199px) {
  .home5-banner-section .banner-content-wrapper .banner-content .banner-icon {
    top: 23%;
  }
}
@media (max-width: 767px) {
  .home5-banner-section .banner-content-wrapper .banner-content .banner-icon {
    top: 15%;
    right: 12%;
  }
}
@media (max-width: 576px) {
  .home5-banner-section .banner-content-wrapper .banner-content .banner-icon {
    top: 17%;
    right: 22%;
    width: 35px;
  }
}
.home5-banner-section .banner-content-wrapper .banner-content h1 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 70px;
  line-height: 1.2;
  text-align: center;
  color: var(--title-color);
  margin-bottom: 15px;
}
@media (max-width: 1699px) {
  .home5-banner-section .banner-content-wrapper .banner-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 1399px) {
  .home5-banner-section .banner-content-wrapper .banner-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .home5-banner-section .banner-content-wrapper .banner-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .home5-banner-section .banner-content-wrapper .banner-content h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .home5-banner-section .banner-content-wrapper .banner-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .home5-banner-section .banner-content-wrapper .banner-content h1 {
    font-size: 36px;
  }
}
.home5-banner-section .banner-content-wrapper .banner-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .home5-banner-section .banner-content-wrapper .banner-content ul {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.home5-banner-section .banner-content-wrapper .banner-content ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home5-banner-section .banner-content-wrapper .banner-content ul li .icon {
  margin-top: -5px;
}
.home5-banner-section .banner-content-wrapper .banner-content ul li .content h2 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
}
.home5-banner-section .banner-content-wrapper .banner-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: var(--text-color);
  padding-bottom: 50px;
  max-width: 660px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .home5-banner-section .banner-content-wrapper .banner-content p {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home5-banner-section .banner-content-wrapper .banner-content p {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.home5-banner-section .banner-content-wrapper .banner-content .button-area {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}
@media (max-width: 576px) {
  .home5-banner-section .banner-content-wrapper .banner-content .button-area {
    flex-flow: column;
    gap: 20px;
    margin-bottom: 25px;
  }
}
.home5-banner-section .banner-content-wrapper .banner-content .button-area .rating-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
.home5-banner-section .banner-content-wrapper .banner-content .button-area .rating-area .review span {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.home5-banner-section .banner-content-wrapper .banner-content .button-area .rating-area .review .light-logo {
  display: block;
}
.home5-banner-section .banner-content-wrapper .banner-content .button-area .rating-area .review .dark-logo {
  display: none;
}
.home5-banner-section .banner-content-wrapper .banner-content .button-area .rating-area .rating .star {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
  margin-bottom: 9px;
}
.home5-banner-section .banner-content-wrapper .banner-content .button-area .rating-area .rating .star li i {
  color: #ff3d2e;
  font-size: 12px;
}
.home5-banner-section .banner-content-wrapper .banner-content .button-area .rating-area .rating span {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.home5-banner-section .banner-img-area {
  margin-top: -460px;
}
@media (max-width: 1699px) {
  .home5-banner-section .banner-img-area {
    margin-top: -480px;
  }
}
@media (max-width: 1199px) {
  .home5-banner-section .banner-img-area {
    margin-top: -320px;
  }
}
@media (max-width: 991px) {
  .home5-banner-section .banner-img-area {
    margin-top: -290px;
  }
}
@media (max-width: 576px) {
  .home5-banner-section .banner-img-area {
    display: none;
  }
}
@media (max-width: 1399px) {
  .home5-banner-section .banner-img-area .banner-img img {
    max-width: 1000px;
  }
}
@media (max-width: 1199px) {
  .home5-banner-section .banner-img-area .banner-img img {
    max-width: 900px;
  }
}
@media (max-width: 991px) {
  .home5-banner-section .banner-img-area .banner-img img {
    max-width: 730px;
  }
}
@media (max-width: 767px) {
  .home5-banner-section .banner-img-area .banner-img img {
    max-width: 550px;
  }
}

/*=====================================
  63. Home5 features section
========================================*/
.features-section .section-title h2 {
  max-width: 540px;
}
.features-section .single-feature-card {
  background-color: #f4f5f8;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1199px) {
  .features-section .single-feature-card {
    gap: 10px;
  }
}
.features-section .single-feature-card .feature-card-content {
  padding: 40px 40px 0;
}
@media (max-width: 1399px) {
  .features-section .single-feature-card .feature-card-content {
    padding: 35px 20px 0;
  }
}
@media (max-width: 1199px) {
  .features-section .single-feature-card .feature-card-content {
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .features-section .single-feature-card .feature-card-content {
    padding: 30px 15px;
  }
}
.features-section .single-feature-card .feature-card-content h3 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 27px;
  line-height: 1.2;
  color: var(--title-color);
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .features-section .single-feature-card .feature-card-content h3 {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .features-section .single-feature-card .feature-card-content h3 {
    font-size: 23px;
  }
}
.features-section .single-feature-card .feature-card-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #595959;
  margin-bottom: 0;
}
.features-section .single-feature-card .feature-card-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.features-section .single-feature-card .feature-card-img .dark {
  display: none;
}
.features-section .single-feature-card.style-2 .feature-card-img {
  padding: 50px;
  padding-top: 0;
}
.features-section .trial-area {
  background: #fbfbfb;
  border: 1px solid var(--borders-color);
  border-radius: 20px;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .features-section .trial-area {
    padding: 15px 20px;
  }
}
@media (max-width: 576px) {
  .features-section .trial-area {
    display: inline-flex;
    flex-wrap: wrap;
    border-radius: 7px;
  }
}
.features-section .trial-area .content h4 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: var(--title-color);
  margin-bottom: 3px;
}
.features-section .trial-area .content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
  margin-bottom: 0;
}
.features-section .trial-area .button .primary-btn1 {
  padding: 12px 15px;
}

/*=====================================
  64. Home5 benefits section
========================================*/
.benefits-section .single-benefit-card {
  background: #fffcf4;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  padding: 35px 40px;
}
@media (max-width: 1399px) {
  .benefits-section .single-benefit-card {
    padding: 30px 35px;
  }
}
@media (max-width: 1199px) {
  .benefits-section .single-benefit-card {
    padding: 25px 20px;
  }
}
.benefits-section .single-benefit-card h3 {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  color: var(--title-color);
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .benefits-section .single-benefit-card h3 {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .benefits-section .single-benefit-card h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }
}
.benefits-section .single-benefit-card p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--text-color);
}
.benefits-section .single-benefit-card.two {
  background-color: var(--white-color);
}
.benefits-section .single-benefit-card.three {
  background-color: #ecfafb;
}
.benefits-section .single-benefit-card.four {
  background-color: #f4f4ff;
}

/*=====================================
  65. Home5 template Section
========================================*/
.template-section-wrap {
  padding: 0 150px;
}
@media (max-width: 1699px) {
  .template-section-wrap {
    padding: 0 50px;
  }
}
@media (max-width: 1799px) {
  .template-section-wrap {
    padding: 0;
  }
}
.template-section-wrap .template-section {
  background-color: #eef2e9;
  border-radius: 20px;
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .template-section-wrap .template-section {
    padding: 70px 0;
  }
}
@media (max-width: 576px) {
  .template-section-wrap .template-section {
    padding: 65px 0 70px;
    border-radius: 10px;
  }
}
.template-section-wrap .template-section .template-image-wrapper {
  position: relative;
}
.template-section-wrap .template-section .template-image-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 144px;
  top: unset;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, #000000 2.04%, rgba(0, 0, 0, 0) 97.46%);
  z-index: 999;
  border-radius: 0 0 6px 6px;
}
.template-section-wrap .template-section .template-image-wrapper .template-single-img img {
  width: 100%;
}

/*=====================================
  66. Home5 integration section
========================================*/
.home5-integration-section .section-title h2 {
  max-width: 550px;
}
.home5-integration-section .company-logo {
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .home5-integration-section .company-logo {
    margin-bottom: 40px;
    height: 80px;
    width: 80px;
  }
}
.home5-integration-section .arrow-vec-wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 1399px) {
  .home5-integration-section .arrow-vec-wrap {
    margin-top: -6px;
  }
}
@media (max-width: 1199px) {
  .home5-integration-section .arrow-vec-wrap {
    margin-top: -15px;
  }
}
@media (max-width: 991px) {
  .home5-integration-section .arrow-vec-wrap {
    display: none;
    visibility: hidden;
  }
}
.home5-integration-section .arrow-vec-wrap .awrrow-vec {
  stroke-width: 1;
  fill: none;
  stroke: var(--borders-color);
  width: 1070px;
}
@media (max-width: 1399px) {
  .home5-integration-section .arrow-vec-wrap .awrrow-vec {
    width: 1000px;
  }
}
@media (max-width: 1199px) {
  .home5-integration-section .arrow-vec-wrap .awrrow-vec {
    width: 830px;
  }
}
.home5-integration-section .arrow-vec-wrap .sm-circle2 {
  fill: var(--primary-color2);
  stroke: var(--primary-color2);
}
.home5-integration-section .integration-wrap {
  max-width: 1211px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  row-gap: 40px;
}
@media (max-width: 1399px) {
  .home5-integration-section .integration-wrap {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .home5-integration-section .integration-wrap {
    gap: 25px;
  }
}
.home5-integration-section .integration-wrap .single-integration {
  width: 128px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  padding: 16px 8px 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home5-integration-section .integration-wrap .single-integration {
    width: 112px;
  }
}
.home5-integration-section .integration-wrap .single-integration img {
  margin-bottom: 5px;
}
.home5-integration-section .integration-wrap .single-integration h3 {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: var(--title-color);
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home5-integration-section .integration-wrap .single-integration h3 {
    font-size: 15px;
  }
}
.home5-integration-section .integration-wrap .single-integration .dark {
  display: none;
}
.home5-integration-section .integration-wrap .single-integration.style-2 {
  background-color: #f0f0f0;
}

/*=====================================
  67. Home5 testimonial section
========================================*/
.home5-testimonial-section .testimonial-slider-area {
  position: relative;
}
@media (max-width: 767px) {
  .home5-testimonial-section .testimonial-slider-area .slider-btn-grp {
    display: none;
  }
}
.home5-testimonial-section .testimonial-slider-area .slider-btn-grp .slider-btn {
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
  z-index: 1;
}
.home5-testimonial-section .testimonial-slider-area .slider-btn-grp .slider-btn.testimonial-slider-next {
  left: unset;
  right: -18px;
}
.home5-testimonial-section .rating-wrap {
  display: flex;
  justify-content: center;
}
.home5-testimonial-section .rating-wrap .rating-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .home5-testimonial-section .rating-wrap .rating-list {
    gap: 18px;
  }
}
.home5-testimonial-section .rating-wrap .rating-list li .single-rating {
  padding: 9px 22px;
  background-color: #f9f8f8;
  display: flex;
  align-items: center;
  gap: 15px;
}
.home5-testimonial-section .rating-wrap .rating-list li .single-rating .review span {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.home5-testimonial-section .rating-wrap .rating-list li .single-rating .review svg {
  fill: var(--title-color);
}
.home5-testimonial-section .rating-wrap .rating-list li .single-rating .rating .star {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
  margin-bottom: 2px;
}
.home5-testimonial-section .rating-wrap .rating-list li .single-rating .rating .star li i {
  color: #e62415;
  font-size: 12px;
}
.home5-testimonial-section .rating-wrap .rating-list li .single-rating .rating span {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.home5-testimonial-section .rating-wrap .rating-list li .single-rating .rating span strong {
  font-weight: 800;
  font-size: 14px;
  color: var(--title-color);
}
.home5-testimonial-section .rating-wrap .rating-list li .single-rating.two {
  gap: 10px;
}
.home5-testimonial-section .rating-wrap .rating-list li .single-rating.two .rating .star li i {
  color: #e4c40c;
}

.testimonial-card4 .testimonial-img {
  padding: 0;
  position: relative;
  border-radius: 5px;
  height: 100%;
}
.testimonial-card4 .testimonial-img img {
  border-radius: 5px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .testimonial-card4 .testimonial-img img {
    height: unset;
  }
}
.testimonial-card4 .testimonial-img .video-player {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background-color: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-card4 .testimonial-img .video-player i {
  color: var(--title-color);
  font-size: 20px;
  line-height: 1;
  margin-left: 2px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-card4 .testimonial-img .video-player i {
    margin-top: 1px;
  }
}
@media (max-width: 767px) {
  .testimonial-card4 .testimonial-img .video-player {
    width: 36px;
    height: 36px;
  }
  .testimonial-card4 .testimonial-img .video-player i {
    font-size: 22px;
  }
}
.testimonial-card4 .testimonial-content-wrap {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  min-height: 396px;
  position: relative;
}
@media (max-width: 1399px) {
  .testimonial-card4 .testimonial-content-wrap {
    padding: 40px 25px;
  }
}
@media (max-width: 1199px) {
  .testimonial-card4 .testimonial-content-wrap {
    min-height: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card4 .testimonial-content-wrap {
    padding: 40px 15px;
  }
}
@media (max-width: 991px) {
  .testimonial-card4 .testimonial-content-wrap {
    padding: 45px 28px;
  }
}
@media (max-width: 576px) {
  .testimonial-card4 .testimonial-content-wrap {
    padding: 35px 15px;
    border-radius: 15px;
  }
}
.testimonial-card4 .testimonial-content-wrap .testimonial-content {
  margin-bottom: 0;
}
.testimonial-card4 .testimonial-content-wrap .testimonial-content .rating-area {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .testimonial-card4 .testimonial-content-wrap .testimonial-content .rating-area {
    margin-bottom: 10px;
  }
}
.testimonial-card4 .testimonial-content-wrap .testimonial-content .rating-area li i {
  color: #e4c40c;
  font-size: 14px;
}
.testimonial-card4 .testimonial-content-wrap .testimonial-content span {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--title-color);
  display: inline-flex;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .testimonial-card4 .testimonial-content-wrap .testimonial-content span {
    margin-bottom: 15px;
  }
}
.testimonial-card4 .testimonial-content-wrap .testimonial-content p {
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: var(--text-color);
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .testimonial-card4 .testimonial-content-wrap .testimonial-content p {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card4 .testimonial-content-wrap .testimonial-content p {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 576px) {
  .testimonial-card4 .testimonial-content-wrap .testimonial-content p {
    font-size: 18px;
    line-height: 1.7;
  }
}
.testimonial-card4 .testimonial-content-wrap .testimonial-content p span {
  color: var(--title-color);
}
.testimonial-card4 .testimonial-content-wrap .author-area {
  max-width: 270px;
  width: 100%;
}
@media (max-width: 576px) {
  .testimonial-card4 .testimonial-content-wrap .author-area {
    max-width: unset;
  }
}
.testimonial-card4 .testimonial-content-wrap .author-area h3 {
  color: var(--title-color);
  font-family: var(--font-inter);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}
.testimonial-card4 .testimonial-content-wrap .author-area span {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.testimonial-card4 .testimonial-content-wrap .quote {
  fill: var(--dark-white-color);
  stroke: unset;
  position: absolute;
  top: unset;
  bottom: 33px;
  right: 30px;
}
@media (max-width: 1199px) {
  .testimonial-card4 .testimonial-content-wrap .quote {
    bottom: 20px;
    right: 20px;
  }
}
.testimonial-card4 .testimonial-content-wrap .joint1 {
  fill: #f0f0f0;
  position: absolute;
  top: 80px;
  left: -24px;
}
@media (max-width: 991px) {
  .testimonial-card4 .testimonial-content-wrap .joint1 {
    display: none;
  }
}
.testimonial-card4 .testimonial-content-wrap .joint2 {
  fill: #f0f0f0;
  position: absolute;
  bottom: 80px;
  left: -24px;
}
@media (max-width: 991px) {
  .testimonial-card4 .testimonial-content-wrap .joint2 {
    display: none;
  }
}

/*=====================================
  68. Home5 faq section
========================================*/
.home5-faq-section {
  padding: 0 150px;
}
@media (max-width: 1699px) {
  .home5-faq-section {
    padding: 0 50px;
  }
}
@media (max-width: 1799px) {
  .home5-faq-section {
    padding: 0;
  }
}
.home5-faq-section .faq-section-area {
  background-color: #eef2e9;
  border-radius: 20px;
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .home5-faq-section .faq-section-area {
    padding: 70px 0;
  }
}
@media (max-width: 576px) {
  .home5-faq-section .faq-section-area {
    padding: 65px 0 70px;
    border-radius: 10px;
  }
}
.home5-faq-section .faq-section-area .section-title h2 {
  max-width: 500px;
  margin: unset;
  margin-bottom: 35px;
}

body.dark .tt-style-switch {
  background-color: #2f2f2f;
}
body.dark .primary-btn1.transparent {
  border: 1px solid var(--borders-color);
}
body.dark .primary-btn1.transparent:hover {
  color: var(--dark-title-color);
}
body.dark .primary-btn1.transparent:hover svg {
  fill: var(--dark-title-color);
}
body.dark .primary-btn2.transparent .content {
  border: 1px solid var(--borders-color);
}
body.dark .primary-btn2.transparent .icon {
  border: 1px solid var(--borders-color);
}
body.dark .form-inner input,
body.dark .form-inner textarea {
  background-color: #1c1c1c;
}
body.dark .form-inner input:focus,
body.dark .form-inner textarea:focus {
  border-color: var(--primary-color1);
}
body.dark .form-inner2 .form-check .form-check-input:checked[type=checkbox] {
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.dark .slider-btn-grp .slider-btn:hover {
  background-color: var(--primary-color1);
}
body.dark .slider-btn-grp.two .slider-btn {
  background-color: #a0a0a0;
}
body.dark .slider-btn-grp.two .slider-btn:hover {
  background-color: #3b3a3b;
  border-color: #3b3a3b;
}
body.dark .slider-btn-grp.two .slider-btn:hover svg {
  stroke: var(--primary-color1);
}
body.dark .swiper-pagination1::after {
  background: var(--borders-color);
}
body.dark .section-title.three .right-content .review-area .review .light-logo {
  display: none;
}
body.dark .section-title.three .right-content .review-area .review .dark-logo {
  display: block;
}
body.dark .section-title.home3-section-title > span {
  border: 1px solid var(--borders-color);
}
body.dark .progress-wrap {
  box-shadow: inset 0 0 0 2px var(--white-color);
}
body.dark .right-sidebar-menu .right-sidebar-close-btn {
  border: 1px solid var(--white-color);
}
body.dark .right-sidebar-menu .right-sidebar-close-btn i {
  color: var(--white-color);
}
body.dark .right-sidebar-menu .right-sidebar-close-btn:hover i {
  color: var(--dark-title-color);
}
body.dark .right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .contact-area-wrap .arrow svg {
  fill: #535252;
}
body.dark .right-sidebar-menu .sidebar-content-wrap .contact-and-social-area .social-area-wrap .arrow svg {
  fill: #535252;
}
body.dark .right-sidebar-menu .sidebar-content-wrap .sidebar-logo-wrap .logo-dark {
  display: none;
}
body.dark .right-sidebar-menu .sidebar-content-wrap .sidebar-logo-wrap .logo-light {
  display: block;
}
body.dark .right-sidebar-menu .sidebar-content-wrap .title-area p {
  color: var(--white-color);
}
body.dark .right-sidebar-menu .right-sidebar-menu-wrap {
  background-color: #000000;
}
body.dark .right-sidebar-menu .right-sidebar-menu-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .content span {
  color: var(--white-color);
}
body.dark .right-sidebar-menu .right-sidebar-menu-wrap .contact-and-social-area .contact-area-wrap .contact-area li .single-contact .icon {
  background: #212121;
  border: 1px solid rgba(255, 255, 255, 0.0509803922);
}
body.dark .right-sidebar-menu .right-sidebar-menu-wrap .contact-and-social-area .social-area-wrap .social-area li a {
  background: #212121;
  border: 1px solid rgba(255, 255, 255, 0.0509803922);
}
body.dark .right-sidebar-menu .right-sidebar-menu-wrap .contact-and-social-area .social-area-wrap .social-area li a:hover {
  color: var(--dark-title-color);
}
body.dark header .header-area-wrap {
  background-color: #222222;
  border: 1px solid #2c2b2b;
}
body.dark header .header-area-wrap .mobile-logo-area .logo-light {
  display: block;
}
body.dark header .header-area-wrap .mobile-logo-area .logo-dark {
  display: none;
}
body.dark header .header-area-wrap .company-logo .logo-light {
  display: block;
}
body.dark header .header-area-wrap .company-logo .logo-dark {
  display: none;
}
body.dark header .header-area-wrap .main-menu > ul > li.active i {
  color: var(--white-color);
}
body.dark header .header-area-wrap .main-menu > ul > li.active.menu-item-has-children > a::before {
  color: var(--dark-title-color);
}
body.dark header .header-area-wrap .main-menu > ul > li .mega-menu {
  background-color: #1e1e1e;
}
@media (max-width: 991px) {
  body.dark header .header-area-wrap .main-menu > ul > li .mega-menu {
    background-color: transparent;
  }
}
body.dark header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .service-wrap .contact-area h3 {
  color: var(--white-color);
}
body.dark header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li .view-all-btn {
  color: var(--white-color);
}
body.dark header .header-area-wrap .main-menu > ul > li .mega-menu .menu-row .industry-wrap .indutry-menu-area .industry-menu li .view-all-btn svg {
  fill: var(--white-color);
}
body.dark header .header-area-wrap .nav-right .language-area .language-btn svg {
  fill: var(--white-color);
}
body.dark header.home1-header .header-area-wrap .main-menu > ul > li.active.menu-item-has-children > a::before {
  color: var(--dark-black-color);
}
body.dark header.home2-header .header-area-wrap {
  background-color: unset;
  border: unset;
}
body.dark header.home2-header .header-area-wrap .main-menu > ul > li.active.menu-item-has-children > a::before {
  color: var(--white-color);
}
body.dark header.home3-header .header-area-wrap {
  background-color: unset;
  border: unset;
}
@media (min-width: 992px) {
  body.dark header.home3-header .header-area-wrap .main-menu > ul > li.active > a {
    border: 1px solid var(--borders-color);
  }
}
@media (min-width: 992px) {
  body.dark header.home3-header .header-area-wrap .main-menu > ul > li:hover > a {
    border: 1px solid var(--borders-color);
  }
}
body.dark header.home4-header {
  border-bottom: 1px solid #212121;
}
body.dark header.home4-header .header-area-wrap {
  background-color: unset;
  border: unset;
}
@media (min-width: 992px) {
  body.dark header.home4-header .header-area-wrap .main-menu > ul > li.active > a {
    border: 1px solid var(--borders-color);
  }
}
@media (min-width: 992px) {
  body.dark header.home4-header .header-area-wrap .main-menu > ul > li:hover > a {
    border: 1px solid var(--borders-color);
  }
}
body.dark header.home4-header .header-area-wrap .main-menu > ul > li ul.sub-menu > li > a {
  color: var(--text-color);
}
body.dark header.home4-header .header-area-wrap .main-menu > ul > li ul.sub-menu > li > a.active {
  color: var(--white-color);
}
body.dark header.home4-header .header-area-wrap .main-menu > ul > li ul.sub-menu > li.active > a {
  color: var(--white-color);
}
body.dark .home1-banner-section {
  background-image: url(../image/start-up/banner-bg-dark.png);
}
body.dark .home1-banner-section .banner-wrapper .banner-content .button-area .rating-area .review .light-logo {
  display: none;
}
body.dark .home1-banner-section .banner-wrapper .banner-content .button-area .rating-area .review .dark-logo {
  display: block;
}
body.dark .about-us-section .key-point-area .single-key-point {
  border: 1px solid #2c2c2c;
}
body.dark .our-service-section {
  background: linear-gradient(178.87deg, #232323 0.97%, #000000 102.53%);
}
body.dark .our-service-section .vector1.light,
body.dark .our-service-section .vector2.light {
  display: none;
}
body.dark .our-service-section .vector1.dark,
body.dark .our-service-section .vector2.dark {
  display: block;
}
body.dark .our-service-section.style-2 {
  background: unset;
}
body.dark .our-service-section.style-2 .vector {
  fill: #2a2a2a;
}
body.dark .service-card {
  background-color: #2a2a2a;
  border: 1px solid var(--borders-color);
}
body.dark .service-card h2 a,
body.dark .service-card h3 a {
  background: linear-gradient(to bottom, var(--dark-black-color) 0%, var(--dark-black-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
@media (max-width: 767px) {
  body.dark .service-card h2 a,
  body.dark .service-card h3 a {
    font-size: 25px;
  }
}
body.dark .service-card h2 a:hover,
body.dark .service-card h3 a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
body.dark .service-card::after {
  background-color: var(--primary-color1);
}
body.dark .service-card:hover .service-card-content h2 a,
body.dark .service-card:hover .service-card-content h3 a {
  color: var(--dark-title-color);
}
body.dark .service-card:hover .service-card-content p {
  color: var(--global-text-color);
}
body.dark .service-card:hover .service-card-content .view-details-btn {
  color: var(--dark-title-color);
}
body.dark .service-card:hover .service-card-content .view-details-btn .arrow {
  fill: var(--dark-title-color);
}
body.dark .service-card.style-2 {
  background-color: transparent;
}
body.dark .service-card.style-2 .icon svg {
  fill: var(--white-color);
}
body.dark .service-card.style-2:hover {
  background-color: #e2fcd1;
}
body.dark .service-card.style-2:hover .icon svg {
  fill: var(--dark-black-color);
}
body.dark .portfolio-card .icon > a svg {
  fill: var(--dark-title-color);
}
body.dark .home1-process-section {
  background-color: #212121;
}
body.dark .home1-process-section .vector.light {
  display: none;
}
body.dark .home1-process-section .vector.dark {
  display: block;
}
body.dark .home1-process-section .process-count {
  position: relative;
}
body.dark .home1-process-section .process-count span {
  color: var(--white-color);
}
body.dark .home1-process-section .process-count::after {
  background-color: #323232;
}
body.dark .home1-process-section .process-list .single-process {
  border-color: #323232;
}
body.dark .home1-process-section .process-list .single-process .dot {
  background-color: #9d9d9d;
}
body.dark .home1-process-section .process-list .single-process::before {
  background-color: #323232;
}
body.dark .testimonial-card .testimonial-content-wrap {
  background-color: #2f2f2f;
}
body.dark .testimonial-card .testimonial-content-wrap .quote {
  fill: var(--dark-white-color);
}
body.dark .testimonial-card .testimonial-content-wrap::after {
  background-color: #222222;
}
body.dark .partner-section .partner-title::after {
  background-color: #2c2c2c;
}
body.dark .partner-section .partner-title::before {
  background-color: #2c2c2c;
}
body.dark .partner-section .partner-title h6 {
  background-color: rgba(154, 255, 89, 0.1490196078);
}
body.dark .partner-section .partner-wrap::after {
  display: none;
}
body.dark .partner-section .partner-wrap::before {
  display: none;
}
body.dark .banner-card-section .banner-card {
  background-image: url(../image/start-up/banner-card-bg-dark.png);
}
body.dark .case-study-section {
  background-color: #212121;
  background-image: unset;
}
body.dark .case-study-section .case-study-content ul li:not(:last-child)::after {
  background: #535252;
}
body.dark .case-study-section.style-1 .vector1.light,
body.dark .case-study-section.style-1 .vector2.light {
  display: none;
}
body.dark .case-study-section.style-1 .vector1.dark,
body.dark .case-study-section.style-1 .vector2.dark {
  display: block;
}
body.dark .case-study-section.home4-case-study-section {
  background-color: unset;
}
body.dark .case-study-card {
  background: #1b1b1b;
  border: 1px solid #2c2c2c;
}
body.dark .case-study-card .case-study-img-wrap .batch span {
  color: var(--dark-title-color);
}
body.dark .case-study-card .case-study-content {
  background-color: #2a2a2a;
}
body.dark .case-study-card.style-3 .case-study-content {
  background: unset;
}
body.dark .case-study-card.style-3 .case-study-content p {
  color: var(--text-color);
}
body.dark .case-study-card.style-3 .case-study-content ul li:not(:last-child)::after {
  background: var(--borders-color);
}
body.dark .home1-contact-section {
  background-color: #212121;
}
body.dark .home1-contact-section .contact-area .arrow-and-contact-list .arrow {
  fill: #535252;
}
body.dark .home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap .icon {
  background-color: #2a2a2a;
}
body.dark .home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact .contact-content-wrap .icon svg {
  fill: var(--white-color);
}
body.dark .contact-form-wrap {
  background-color: #1b1b1b;
}
body.dark .contact-form-wrap input {
  background: #2c2c2c;
}
body.dark .form-inner textarea {
  background: #2c2c2c;
}
body.dark .footer-section {
  background-image: url(../image/start-up/footer-bg-dark.png);
}
body.dark .footer-section .footer-menu-wrap .contact-list .single-contact .icon {
  background: #212121;
  border: 1px solid rgba(255, 255, 255, 0.0509803922);
}
body.dark .footer-section .footer-menu-wrap .footer-widget .widget-list li a span {
  color: var(--dark-title-color);
}
body.dark .footer-section .logo-and-sevice-menu-wrap {
  background-color: #171717;
  border: 1px solid rgba(255, 255, 255, 0.0509803922);
}
body.dark .footer-section .file-download-btn .icon {
  background-color: #171717;
  border: 1px solid rgba(255, 255, 255, 0.0588235294);
}
body.dark .footer-section .copyright-and-social-area p {
  color: #a0a0a0;
}
body.dark .footer-section .social-list li a {
  background-color: #171717;
  border: 1px solid rgba(255, 255, 255, 0.0588235294);
}
body.dark .footer-section .social-list li a:hover {
  background-color: var(--primary-color1);
  color: var(--dark-title-color);
}
body.dark .footer-section.home2-footer-section {
  background-image: url(../image/start-up2/footer-bg.png);
}
body.dark .footer-section.home3-footer-section {
  background-image: unset;
}
body.dark .footer-section.home4-footer-section {
  background-image: unset;
}
body.dark .footer-section.home5-footer-section {
  background-image: unset;
}
body.dark .blog-card .blog-image-wrap .icon > a svg {
  fill: var(--dark-title-color);
}
body.dark .home2-testimonial-section .testimonial-slider-area .slider-btn-area .franctional-pagi {
  color: var(--white-color);
}
body.dark .testimonial-card2 .testimonial-img-wrap {
  background-color: #212121;
}
body.dark .testimonial-card2 .testimonial-content-wrap {
  background-image: url(../image/start-up2/home2-testimonial-bg-dark.png), linear-gradient(180deg, #212121 0%, #212121 100%);
}
body.dark .testimonial-card2 .testimonial-content-wrap .company-logo img {
  width: 144px;
}
body.dark .testimonial-card2 .testimonial-content-wrap .company-logo img.dark {
  display: block;
}
body.dark .testimonial-card2 .testimonial-content-wrap .company-logo img.light {
  display: none;
}
body.dark .testimonial-card2 .testimonial-content-wrap .quote {
  fill: #252525;
  stroke: #2f2f2f;
}
body.dark .testimonial-card2 .testimonial-content-wrap .joint1,
body.dark .testimonial-card2 .testimonial-content-wrap .joint2 {
  fill: #212121;
}
body.dark .home2-process-section .process-wrapper .process-slider-area .line {
  fill: #535252;
}
body.dark .home2-process-section .process-wrapper .process-slider-area .process-card .process-content ul li svg circle {
  fill: #565656;
}
body.dark .home2-process-section.sass-process-section .process-wrapper {
  background-color: #2a2a2a;
}
body.dark .home2-process-section.sass-process-section .process-wrapper .process-card .process-content {
  background-color: #212121;
}
body.dark .about-us-section .counter-wrap::before {
  background: var(--borders-color);
}
body.dark .about-us-section .counter-wrap .divider::before {
  background: var(--borders-color);
}
body.dark .home2-portfolio-section {
  background: linear-gradient(178.87deg, #232323 0.97%, #000000 102.53%);
}
body.dark .home2-portfolio-section .contact-area h6 {
  color: var(--dark-title-color);
}
body.dark .home2-portfolio-section .contact-area .primary-btn1::after {
  background-color: var(--dark-black-color);
}
body.dark .home2-portfolio-section .contact-area .primary-btn1:hover {
  color: var(--white-color);
}
body.dark .home2-portfolio-section .contact-area .primary-btn1:hover svg {
  fill: var(--white-color);
}
body.dark .home2-portfolio-section .single-portfolio {
  border-bottom: 1px solid var(--borders-color);
}
body.dark .home2-portfolio-section .single-portfolio:first-child {
  border-top: 1px solid var(--borders-color);
}
body.dark .home3-banner-section .banner-wrapper {
  background-color: #212121;
  background-image: unset;
}
body.dark .home3-banner-section .banner-wrapper .banner-content-wrap .para-area svg {
  fill: var(--white-color);
}
body.dark .home3-banner-section .banner-wrapper .banner-content-wrap .btm-area {
  border-top: 1px solid var(--borders-color);
}
body.dark .home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li::before {
  background: var(--borders-color);
}
body.dark .home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li .rating-area .review .dark-logo {
  display: block;
}
body.dark .home3-banner-section .banner-wrapper .banner-content-wrap .btm-area > li .rating-area .review .light-logo {
  display: none;
}
body.dark .roadmap-section .roadmap-card {
  background: #212121;
  border: 1px solid var(--borders-color);
}
body.dark .roadmap-section .roadmap-card .icon .dark-icon {
  display: none;
}
body.dark .roadmap-section .roadmap-card .icon .white-icon {
  display: block;
}
body.dark .process-section .single-process ul li .icon {
  background-color: #161616;
}
body.dark .process-section .single-process ul li .content p {
  color: var(--white-color);
}
body.dark .home3-service-card .vector-icon svg {
  fill: var(--borders-color);
}
body.dark .home3-service-card:hover {
  background-color: #2a2a2a;
}
body.dark .home3-service-card:hover .vector-icon svg {
  fill: var(--white-color);
}
body.dark .home3-service-card:hover .primary-btn2.transparent .content {
  color: var(--dark-title-color);
}
body.dark .home3-service-card:hover .primary-btn2.transparent .icon svg {
  stroke: var(--dark-title-color);
}
body.dark .testimonial-card3 .author-area .author-img .video-player {
  background-color: var(--dark-title-color);
}
body.dark .video-and-counter-section .counter-area-wrap {
  background-color: #212121;
}
body.dark .video-and-counter-section .counter-area-wrap .counter-wrap::before {
  background: var(--borders-color);
}
body.dark .video-and-counter-section .counter-area-wrap .counter-wrap .divider::before {
  background: var(--borders-color);
}
body.dark .award-section .award-img {
  background: #2a2a2a;
}
body.dark .award-section .award-list ul li.active {
  background-color: #2a2a2a;
}
body.dark .home3-team-section .team-section-wrapper {
  background-image: unset;
  background-color: #212121;
}
body.dark .home3-team-section .team-section-wrapper .vector1 svg path {
  stroke: #323232;
}
body.dark .home3-team-section .team-section-wrapper .vector2 svg path {
  stroke: #323232;
}
body.dark .team-card .team-content {
  background-color: #2a2a2a;
}
body.dark .team-card.style-2 .team-content {
  background-color: unset;
}
body.dark .home4-banner-section {
  background: url(../image/start-up/banner-bg-dark.png);
}
body.dark .home4-banner-section .banner-wrapper .button-area .rating-area .review .light-logo {
  display: none;
}
body.dark .home4-banner-section .banner-wrapper .button-area .rating-area .review .dark-logo {
  display: block;
}
body.dark .home4-service-section-wrap .home4-service-section {
  background-color: #212121;
}
body.dark .home4-service-section-wrap .home4-service-section .service-card-wrap::after {
  background-color: var(--borders-color);
}
@media (max-width: 991px) {
  body.dark .home4-service-section-wrap .home4-service-section .service-card-wrap .single-service-card {
    border: 1px solid var(--borders-color);
  }
}
body.dark .home4-service-section-wrap .home4-service-section .service-card-wrap .divider::after {
  background: var(--borders-color);
}
body.dark .home4-service-section-wrap .home4-service-section .vector1 path {
  stroke: #323232;
}
body.dark .home4-service-section-wrap .home4-service-section .vector2 path {
  stroke: #323232;
}
body.dark .home4-service-section-wrap.style-2 .home4-service-section {
  background-color: unset;
}
body.dark .home4-portfolio-section .porfolio-card-wrapper .portfolioCard {
  background: #212121;
  border: 1px solid var(--borders-color);
}
body.dark .home4-portfolio-section .contact-area {
  border: 1px solid var(--borders-color);
}
body.dark .home4-process-section .process-section-wrap {
  background: #212121;
}
body.dark .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card {
  background: #1b1b1b;
}
body.dark .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card .step-no {
  background-color: #171717;
  border: 1px solid var(--borders-color);
}
body.dark .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card .step-no::before {
  background-color: #171717;
  border: 1px solid var(--borders-color);
  border-top: unset;
  border-left: unset;
}
body.dark .home4-process-section .process-section-wrap .process-wrapper .single-process .process-card .step-no span {
  color: var(--white-color);
}
body.dark .home4-process-section.style-2 .process-section-wrap {
  background: unset;
}
body.dark .home4-process-section.style-3 .process-section-wrap {
  background: unset;
}
body.dark .careers-details-page .careers-details-sidebar .sidebar-card {
  background-color: #171717;
  border: 1px solid var(--borders-color);
}
body.dark .careers-details-page .careers-details-sidebar .social-area-wrap .social-area-title h4 svg path {
  stroke: var(--white-color);
}
body.dark .careers-details-page .careers-details-sidebar .social-area .social-list li a {
  color: var(--white-color);
  border: 1px solid var(--white-color);
}
body.dark .careers-details-page .careers-details-sidebar .social-area .social-list li a:hover {
  color: var(--dark-black-color);
}
body.dark .careers-thumb-img-wrap .careers-thumb-img .button-area .join-team-btn {
  background-color: var(--dark-black-color);
}
body.dark .why-work-with-us-area .work-with-us-wrap .item .single-list {
  border-color: var(--borders-color);
}
body.dark .table-container table tbody tr td.arrow-icon .circle-btn {
  border: 1px solid var(--white-color);
}
body.dark .table-container table tbody tr:hover td .circle-btn {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
body.dark .table-container table tbody tr:hover td .circle-btn svg {
  fill: var(--dark-black-color);
}
body.dark .case-study-details-page .case-study-details-thumb-img .img-details-wrap {
  background-color: #171717;
}
body.dark .case-study-details-page .case-details-result-area {
  background-color: #212121;
}
body.dark .case-study-details-page .case-study-details-content ul.style-2 li .icon svg {
  fill: var(--white-color);
}
body.dark .case-study-details-page .social-area .social-list li a {
  color: var(--white-color);
  border: 1px solid var(--white-color);
}
body.dark .case-study-details-page .social-area .social-list li a:hover {
  color: var(--dark-title-color);
}
body.dark .case-study-details-page .details-navigation .navigation-arrow {
  border: 1px solid var(--white-color);
}
body.dark .case-study-details-page .details-navigation .navigation-arrow svg {
  fill: var(--white-color);
}
body.dark .case-study-details-page .details-navigation .navigation-arrow:hover svg {
  fill: var(--dark-black-color);
}
body.dark .pagination-area .paginations-button a {
  color: var(--dark-black-color);
}
body.dark .pagination-area .paginations-button a svg {
  fill: var(--dark-black-color);
}
body.dark .pagination-area .paginations .page-item a {
  color: var(--white-color);
  border: 1px solid var(--white-color);
}
body.dark .pagination-area .paginations .page-item.active a {
  color: var(--dark-black-color);
  border: 1px solid var(--primary-color1);
}
body.dark .pagination-area .paginations .page-item:hover a {
  color: var(--dark-black-color);
  border: 1px solid var(--primary-color1);
}
body.dark .contact-page-top .contact-page-top-wrapper {
  background: #171717;
  border: 1px solid var(--borders-color);
}
body.dark .contact-page-top .contact-page-top-wrapper .single-contact .content-top .view-map-btn {
  color: var(--primary-color1);
  font-weight: 400;
  background: linear-gradient(to bottom, var(--primary-color1) 0%, var(--primary-color1) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
  padding-bottom: 1px;
}
body.dark .contact-page-top .contact-page-top-wrapper .single-contact .content-top .view-map-btn:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}
body.dark .contact-form-wrap.inner-contact-from .form-inner2 ul li .form-check .form-check-input {
  background-color: transparent;
}
body.dark .contact-form-wrap.inner-contact-from .form-inner2 ul li .form-check .form-check-input:focus {
  box-shadow: none;
}
body.dark .contact-form-wrap.inner-contact-from .form-inner2 ul li .form-check .form-check-input:checked {
  background-color: var(--white-color);
  border-color: var(--primary-color1);
}
body.dark .contact-form-wrap.inner-contact-from .form-inner2 ul li .form-check .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(../image/icon/check-icon.svg);
}
body.dark .home3-process-section .process-content-wrap .process-img-area img.light {
  display: none;
}
body.dark .home3-process-section .process-content-wrap .process-img-area img.dark {
  display: block;
}
body.dark .home3-process-section .process-content-wrap .process-content .icon svg {
  fill: #979797;
}
body.dark .home3-process-section .process-list .single-process .icon {
  color: var(--dark-black-color);
}
body.dark .home3-process-section .process-list .single-process .content p {
  color: var(--white-color);
  font-weight: 300;
}
body.dark .home3-process-section.inner-process-section {
  background: #212121;
}
body.dark .home3-process-section.inner-process-section .process-list .single-process .step-no::after {
  z-index: 99;
}
body.dark .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  color: var(--primary-color1);
}
body.dark .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  color: var(--primary-color1);
}
body.dark .faq-wrap.style-2 .accordion .accordion-item {
  border-bottom: 1px solid var(--borders-color);
}
body.dark .portfolio-details-page .slider-btn-grp .slider-btn {
  border: 1px solid var(--dark-black-color);
}
body.dark .portfolio-details-page .slider-btn-grp .slider-btn svg {
  fill: var(--dark-black-color);
}
body.dark .portfolio-details-page .slider-btn-grp .slider-btn:hover {
  border: 1px solid var(--primary-color1);
}
body.dark .portfolio-details-page .slider-btn-grp .slider-btn:hover svg {
  fill: var(--dark-black-color);
}
body.dark .portfolio-details-page .details-img .details-img-content ul li span {
  color: var(--dark-black-color);
}
body.dark .portfolio-details-page .details-img .details-img-content ul li span.style-2 {
  color: var(--dark-black-color);
}
body.dark .portfolio-details-page .portfolio-details-content ul.style-2 li svg {
  fill: var(--white-color);
}
body.dark .portfolio-details-page .tag-list li a {
  background-color: #212121;
}
body.dark .portfolio-details-page .details-navigation .navigation-arrow {
  border: 1px solid var(--white-color);
}
body.dark .portfolio-details-page .details-navigation .navigation-arrow svg {
  fill: var(--white-color);
}
body.dark .portfolio-details-page .details-navigation .navigation-arrow:hover svg {
  fill: var(--dark-black-color);
}
body.dark .breadcrumb-section .breadcrumb-content .para svg {
  fill: var(--white-color);
}
body.dark .breadcrumb-section .breadcrumd-title .breadcrumb-social .social-list li a {
  border: 1px solid var(--white-color);
}
body.dark .breadcrumb-section .breadcrumd-title .breadcrumb-social .social-list li a svg {
  fill: var(--white-color);
}
body.dark .breadcrumb-section .breadcrumd-title .breadcrumb-social .social-list li a:hover {
  border: 1px solid var(--primary-color1);
}
body.dark .breadcrumb-section .breadcrumd-title .breadcrumb-social .social-list li a:hover svg {
  fill: var(--dark-black-color);
}
body.dark .nav-tab-page .nav-pills .nav-item .nav-link.active {
  color: var(--dark-black-color);
}
body.dark .nav-tab-page .nav-pills .nav-item .nav-link:hover {
  color: var(--dark-black-color);
}
body.dark .portfolio-wrap.style-2 .single-portfolio:hover .details-btn .icon svg {
  fill: var(--dark-black-color);
}
body.dark .news-article-sidebar-area .search-box input {
  background-color: #171717;
}
body.dark .news-article-sidebar-area .search-box input::-moz-placeholder {
  color: var(--white-color);
}
body.dark .news-article-sidebar-area .search-box input::placeholder {
  color: var(--white-color);
}
body.dark .news-article-sidebar-area .search-box button {
  background-color: #212121;
}
body.dark .news-article-sidebar-area .search-box button::after {
  background-color: var(--primary-color1);
}
body.dark .news-article-sidebar-area .search-box button:hover i {
  color: var(--dark-black-color);
}
body.dark .news-article-sidebar-area .single-widget .tag-list li a {
  color: var(--white-color);
  background-color: #212121;
}
body.dark .news-article-sidebar-area .single-widget .tag-list li:hover a {
  color: var(--dark-black-color);
  background-color: var(--primary-color1);
}
body.dark .news-article-sidebar-area .single-widget .recent-post-widget .recent-post-content > a {
  color: var(--white-color);
}
body.dark .article-details-page .post-author-meta .author-content span {
  color: var(--white-color);
}
body.dark .article-details-page .post-author-meta .post-date span {
  color: var(--white-color);
}
body.dark .article-details-page .post-author-meta .social-area-wrap .social-area .social-list li a {
  border: 1px solid var(--white-color);
}
body.dark .article-details-page .post-author-meta .social-area-wrap .social-area .social-list li a i {
  color: var(--white-color);
}
body.dark .article-details-page .post-author-meta .social-area-wrap .social-area .social-list li a:hover {
  border: 1px solid var(--primary-color1);
}
body.dark .article-details-page .post-author-meta .social-area-wrap .social-area .social-list li a:hover i {
  color: var(--dark-black-color);
}
body.dark .article-details-page blockquote .quote {
  fill: #212121;
}
body.dark .article-details-page blockquote svg {
  fill: #2f2f2f;
}
body.dark .article-details-page .tag-navigation-area .tag-list li a {
  background-color: #212121;
}
body.dark .article-details-page .tag-navigation-area .details-navigation .navigation-arrow {
  border: 1px solid var(--white-color);
}
body.dark .article-details-page .tag-navigation-area .details-navigation .navigation-arrow svg {
  fill: var(--white-color);
}
body.dark .article-details-page .tag-navigation-area .details-navigation .navigation-arrow:hover svg {
  fill: var(--dark-black-color);
}
body.dark .comment-and-form-area .inquiry-form input {
  background-color: unset;
}
body.dark .comment-and-form-area .inquiry-form textarea {
  background: unset;
}
body.dark .inner-banner-card-section.style-2 .counter-wrap {
  background-color: #212121;
}
body.dark .development-team-area {
  background-color: #000000;
}
body.dark .team-card.style-2 .team-img .social-area .social-list li a:hover i {
  color: var(--dark-black-color);
}
body.dark .team-details-page .team-details-content .name-social-area .social-list li a {
  border: 1px solid var(--white-color);
}
body.dark .team-details-page .team-details-content .name-social-area .social-list li a i {
  color: var(--white-color);
}
body.dark .team-details-page .team-details-content .name-social-area .social-list li a:hover {
  border: 1px solid var(--primary-color1);
}
body.dark .team-details-page .team-details-content .name-social-area .social-list li a:hover i {
  color: var(--dark-black-color);
}
body.dark .team-details-page .profile-area .profile-content .signature-icon .white-logo {
  display: block;
}
body.dark .team-details-page .profile-area .profile-content .signature-icon .dark-logo {
  display: none;
}
body.dark .team-details-page .profile-area .profile-content .para svg {
  fill: var(--white-color);
}
body.dark .home1-our-work-section.innerpage-work-section {
  background-image: unset;
  background-color: #000000;
}
body.dark .service-details-page .service-details-content-wrap .key-features-area .key-features-list li {
  background-color: transparent;
}
body.dark .team-page-join-team-section .join-team-wrapper {
  background-color: #2a2a2a;
}
body.dark .team-page-join-team-section .join-team-wrapper .outer-circle {
  border-color: #2f2f2f;
}
body.dark .team-page-join-team-section .join-team-wrapper .inner-circle {
  border-color: #2f2f2f;
}
body.dark .home3-portfolio-section .portfolio-wrapper {
  background: linear-gradient(178.87deg, #232323 0.97%, #000000 102.53%);
}
body.dark .pricing-card .pricing-top h2 sub {
  color: var(--dark-title-color);
}
body.dark .job-form-modal .modal-dialog .modal-content {
  background-color: #1e1e1e;
}
body.dark .features-section .single-feature-card {
  background-color: #2a2a2a;
}
body.dark .features-section .single-feature-card .feature-card-content p {
  color: var(--white-color);
}
body.dark .benefits-section .single-benefit-card {
  background-color: #2a2a2a;
}
body.dark .template-section-wrap .template-section {
  background-color: #1b1b1b;
}
body.dark .home5-integration-section .integration-wrap .single-integration .light {
  display: none;
}
body.dark .home5-integration-section .integration-wrap .single-integration .dark {
  display: block;
}
body.dark .home5-integration-section .integration-wrap .single-integration.style-2 {
  background-color: unset;
}
body.dark .home5-testimonial-section .rating-wrap .rating-list li .single-rating {
  background-color: #2a2a2a;
}
body.dark .testimonial-card4 .testimonial-img .video-player {
  background-color: #2a2a2a;
}
body.dark .testimonial-card4 .testimonial-content-wrap {
  background-color: #2a2a2a;
}
body.dark .testimonial-card4 .testimonial-content-wrap .joint1 {
  fill: #2a2a2a;
}
body.dark .testimonial-card4 .testimonial-content-wrap .joint2 {
  fill: #2a2a2a;
}
body.dark .home5-faq-section .faq-section-area {
  background-color: #2a2a2a;
}
body.dark .industries-details-page .industries-details-content-wrap .tag-navigation-area .tag-list li a {
  background-color: #212121;
  color: var(--white-color);
}
body.dark .home5-banner-section .banner-content-wrapper {
  background-image: url(../image/sass/banner-bg-dark.png);
}
body.dark .home5-banner-section .banner-content-wrapper .banner-content .button-area .primary-btn1.transparent {
  border: 1px solid var(--white-color);
}
body.dark .features-section .single-feature-card .feature-card-img .light {
  display: none;
}
body.dark .features-section .single-feature-card .feature-card-img .dark {
  display: block;
}
body.dark .features-section .trial-area {
  background: #212121;
}
body.dark .features-section .trial-area .button .primary-btn1 {
  background-color: var(--primary-color1);
}
body.dark .features-section .trial-area .button .primary-btn1::after {
  background-color: var(--white-color);
}

.pricing-card.popular-plan {
  position: relative;
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border: 2px solid #4a6cf7;
  z-index: 2;
}
.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #4a6cf7;
  color: #fff;
  font-family: var(--font-inter);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 5px 20px;
  border-radius: 20px;
  white-space: nowrap;
}
/*# sourceMappingURL=style.css.map */