/*
************
*************************

   Template Name: Barsi - Architecture & Interior HTML Template
   Description: Barsi - Architecture & Interior HTML Template is a modern, unique and clean responsive HTML 5 template. It could be a perfect choice for Architecture Interior and construction companies as it provides the contemporary design reflecting the nature of their business. The layout looks beautiful at any size, be it a laptop screen, iPad, iPhone, Android Mobile or tablets.
   Author: https://themexriver.com/
   Version: 1.0

-----------------------------------------------------------------------------------

CSS INDEX
=================== 
    01. common
    02. utility
    03. typography
    04. mouse-cursor
    05. button
    06. offcanvas
    07. form
    08. search
    09. preloader
    10. animation
    11. wow-plus
    12. element
    13. back-to-top
    14. typing-text
    15. header
    16. hero
    17. core-features
    18. about
    19. projects
    20. work
    21. property
    22. showcase
    23. award
    24. brand
    25. marquee-text
    26. video
    27. experience
    28. choose
    29. services
    30. core-services
    31. testimonial
    32. contact
    33. team
    34. price
    35. gallery
    36. counter
    37. sponsor
    38. faqs
    39. blog
    40. office
    41. breadcrumb
    42. service-details
    43. team-details
    44. project-details
    45. career
    46. career-single
    47. blog-details
    48. contact-page
    49. error-page
    50. footer
******************************************************* 
*************************************************************** */
/*
    01. common
*/
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
  scroll-behavior: inherit;
  --bs-font-1: "Albert Sans", serif;
  --bs-font-2: "Space Grotesk", serif;
  --bs-font-3: "DM Sans", serif;
  --allura: "Allura", serif;
  --bs-clr-pr-1: #A4CD39;
  --bs-clr-pr-1-rgb: 164, 205, 57;
  --lw-clr-sd-1: #C4EF17;
  --bs-clr-h-4: #060606;
  --bs-clr-white-1: #ffffff;
  --bs-clr-black-1: #000000;
  --bs-clr-black-2: #363636;
  --bs-cube-1: all .25s cubic-bezier(.645,.045,.355,1);
  --bs-cube-2: cubic-bezier(.1,.75,.25,1);
}

body {
  font-family: var(--bs-font-1);
  font-size: 18px;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 28px;
  color: var(--bs-clr-p-1);
  overflow-x: hidden;
  font-optical-sizing: auto;
}

.img, img {
  max-width: 100%;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a, span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: none;
  transition: inherit;
}

button {
  border: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 55px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

::-moz-selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

::selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

input::placeholder, textarea::placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  ::-webkit-scrollbar {
    width: 7px;
    background: #000;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--bs-clr-pr-1);
    border-radius: 0px;
  }
}
.swiper-notification {
  display: none;
}

/* 
    margin-&-padding_variable-start
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 
    margin-&-padding_variable-end
*/
/* 
    global-css-end
*/
/*
    02. utility
*/
@media (min-width: 1600px) {
  .container.bs-container-1 {
    max-width: 1484px;
  }
  .container.bs-container-2 {
    max-width: 1344px;
  }
}

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

.wa-fix {
  overflow: hidden;
}

.wa-img-cover img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.wa-bg-default {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.flaticon {
  display: inline-block;
  line-height: 0.65;
}

.wa-p-relative {
  position: relative;
  z-index: 1;
}

.wa-line-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.wa-line-limit:is(.has-line-1) {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.wa-line-limit:is(.has-line-2) {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.wa-line-limit:is(.has-line-3) {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

/* 
    components
*/
/*
    03. typography
*/
/* 
    typography-start
*/
.bs-h-1 {
  font-family: var(--bs-font-1);
  line-height: 1.2;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--bs-clr-black-1);
  margin-bottom: 0;
}

.bs-h-2 {
  font-family: var(--bs-font-2);
  line-height: 1.2;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--bs-clr-black-1);
  margin-bottom: 0;
}

.bs-h-4 {
  font-family: var(--bs-font-1);
  line-height: 1.076;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--bs-clr-h-4);
  margin-bottom: 0;
}

.bs-p-1 {
  font-family: var(--bs-font-1);
  font-size: 18px;
  line-height: 1.555;
  font-weight: 400;
  color: var(--bs-clr-black-1);
  margin-bottom: 0;
}

.bs-p-4 {
  font-family: var(--bs-font-3);
  font-size: 18px;
  line-height: 1.555;
  font-weight: 400;
  color: var(--bs-clr-black-2);
  margin-bottom: 0;
}

.bs-subtitle-1 {
  font-family: var(--bs-font-1);
  text-transform: capitalize;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-size: 30px; /* large subtitle comment */
  color: var(--bs-clr-black-1);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}

.bs-subtitle-4 {
  font-family: var(--bs-font-1);
  text-transform: uppercase;
  font-size: 30px;   /*   default 18 ->20 -CLIENT RQ ->30 PX*/
  color: var(--bs-clr-h-4);
  font-weight: 600;
  line-height: 30px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 13px;
  margin-bottom: 60px;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
}
.bs-subtitle-4 .text {
  flex: 0 0 auto;
}
.bs-subtitle-4 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .bs-subtitle-4 {
  font-size: 22px;
  }
}

.bs-sec-title-1 {
  font-family: var(--bs-font-1);
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  line-height: 1;
  font-size: 70px;
  color: var(--bs-clr-black-1);
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-sec-title-1 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-sec-title-1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-sec-title-1 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-sec-title-1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .bs-sec-title-1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-sec-title-1 {
    font-size: 40px;
  }
}

.bs-sec-title-3 {
  font-family: var(--bs-font-2);
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  line-height: 1;
  font-size: 70px;
  color: var(--bs-clr-black-1);
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-sec-title-3 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-sec-title-3 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-sec-title-3 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-sec-title-3 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .bs-sec-title-3 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-sec-title-3 {
    font-size: 40px;
  }
}

.bs-sec-title-4 {
  font-family: var(--bs-font-1);
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--bs-clr-h-4);
  line-height: 1.076;
  font-size: 52px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-sec-title-4 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-sec-title-4 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .bs-sec-title-4 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-sec-title-4 {
    font-size: 40px;
  }
}

.wa-capitalize {
  text-transform: unset !important;
}
.wa-capitalize .split-line div div:nth-child(1) {
  text-transform: capitalize;
}

.wa-capitalize-hidden {
  text-transform: unset !important;
}
.wa-capitalize-hidden .split-line {
  overflow: hidden;
}
.wa-capitalize-hidden .split-line div div:nth-child(1) {
  text-transform: capitalize;
}

/* 
    typography-end
*/
/*
    04. mouse-cursor
*/
.wa-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}
.wa-cursor::before {
  background: var(--bs-clr-pr-1);
}
.wa-cursor:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.wa-cursor-text {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
  -moz-transform: scale(0) rotate(10deg);
  -ms-transform: scale(0) rotate(10deg);
  -o-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: white;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: opacity 0.4s, -o-transform 0.3s;
  -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.wa-cursor:is(.-text) {
  mix-blend-mode: normal;
}
.wa-cursor:is(.-text)::before {
  background: currentColor;
}
.wa-cursor:is(.-visible)::before {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
.wa-cursor:is(.-visible):is(.-active):before {
  -webkit-transform: scale(0.23);
  -moz-transform: scale(0.23);
  -ms-transform: scale(0.23);
  -o-transform: scale(0.23);
  transform: scale(0.23);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wa-cursor:is(.-pointer)::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.wa-cursor:is(.-text):before {
  background: #000;
  opacity: 0.8;
  backdrop-filter: blur(10);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.wa-cursor:is(.-text) .wa-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wa-cursor:is(.-text):is(.-active)::before {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wa-cursor:is(.-opaque)::before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.wa-cursor:is(.-opaque):is(.-active)::before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.wa-cursor:is(.-hidden)::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

@supports (mix-blend-mode: exclusion) {
   .wa-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}
@supports (mix-blend-mode: exclusion) {
   .wa-cursor.-opaque:before {
    background: white;
  }
}
/*
    05. button
*/
/* 
    button-start
*/

.bs-offcanvas-btn-3 {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  background: var(--bs-clr-pr-1);
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
  align-content: center;
  justify-content: center;
  gap: 5px;
  transition: 0.5s var(--bs-cube-2);
}
.bs-offcanvas-btn-3 span {
  display: inline-block;
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s var(--bs-cube-2);
}
.bs-offcanvas-btn-3:hover span:nth-child(1) {
  transform: translate(-5px, -5px);
}
.bs-offcanvas-btn-3:hover span:nth-child(2) {
  transform: translate(0px, -5px);
}
.bs-offcanvas-btn-3:hover span:nth-child(3) {
  transform: translate(5px, -5px);
}
.bs-offcanvas-btn-3:hover span:nth-child(4) {
  transform: translate(-5px, 0px);
}
.bs-offcanvas-btn-3:hover span:nth-child(6) {
  transform: translate(5px, 0px);
}
.bs-offcanvas-btn-3:hover span:nth-child(7) {
  transform: translate(-5px, 5px);
}
.bs-offcanvas-btn-3:hover span:nth-child(8) {
  transform: translate(0px, 5px);
}
.bs-offcanvas-btn-3:hover span:nth-child(9) {
  transform: translate(5px, 5px);
}

@media (min-width: 1024px) {
  .bs-offcanvas-btn-3 {
    display: none;
  }
}

.bs-btn-1 {
  font-family: var(--bs-font-2);
  background: var(--bs-clr-pr-1);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--bs-clr-white-1);
  gap: 12px;
  display: inline-flex;
  flex: 0 0 auto;
  border-radius: 30px;
  padding: 18px 32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: var(--bs-cube-1);
  align-items: center;
}
.bs-btn-1 .shape {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #000;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.bs-btn-1 .icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-left: 2px;
}
.bs-btn-1 .icon i {
  transition: var(--bs-cube-1);
}
.bs-btn-1 .icon i:nth-child(2) {
  position: absolute;
  transform: translateX(-30px);
  color: var(--bs-clr-pr-1);
}
.bs-btn-1:hover {
  color: var(--bs-clr-pr-1);
}
.bs-btn-1:hover .shape {
  width: 500px;
  height: 500px;
}
.bs-btn-1:hover .text {
  animation: bsBtn1 0.8s;
}
.bs-btn-1:hover .icon i:nth-child(1) {
  transform: translateX(30px);
}
.bs-btn-1:hover .icon i:nth-child(2) {
  transform: translateX(0px);
  transition-delay: 0.6s;
}

@keyframes bsBtn1 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.bs-pr-btn-2 {
  font-family: var(--bs-font-1);
  text-transform: capitalize;
  font-weight: 500;
  background: var(--bs-clr-white-1);
  color: var(--bs-clr-h-4);
  padding: 11px 31px;
  border: 1px solid var(--bs-clr-h-4);
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  margin-left: 16px;
  transition: 0.8s var(--bs-cube-2);
}
.bs-pr-btn-2 .line-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.bs-pr-btn-2 .line-1::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-color: var(--bs-clr-pr-1);
  transition: all 0.5s ease-in-out;
  z-index: 1;
  left: -16px;
  top: -16px;
  border-width: 0 1px 1px 0;
  transform-origin: bottom right;
}
.bs-pr-btn-2 .line-1::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-color: var(--bs-clr-pr-1);
  transition: all 0.5s ease-in-out;
  z-index: 1;
  right: -16px;
  bottom: -16px;
  border-width: 1px 0 0 1px;
  transform-origin: top left;
}
.bs-pr-btn-2 .line-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.bs-pr-btn-2 .line-2::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-color: var(--bs-clr-pr-1);
  transition: all 0.5s ease-in-out;
  z-index: 1;
  right: -16px;
  top: -16px;
  border-width: 0 0 1px 1px;
  transform-origin: bottom left;
}
.bs-pr-btn-2 .line-2::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-color: var(--bs-clr-pr-1);
  transition: all 0.5s ease-in-out;
  z-index: 1;
  left: -16px;
  bottom: -16px;
  border-width: 1px 1px 0 0;
  transform-origin: top right;
}
.bs-pr-btn-2 .box {
  position: absolute;
  width: 50%;
  height: 50%;
  background: var(--bs-clr-pr-1);
  z-index: -1;
  transform: scale(0);
  transition: 0.4s var(--bs-cube-2);
}
.bs-pr-btn-2 .box-1 {
  top: 0;
  left: 0;
  transform-origin: left top;
}
.bs-pr-btn-2 .box-2 {
  top: 0;
  right: 0;
  transform-origin: right top;
}
.bs-pr-btn-2 .box-3 {
  bottom: 0;
  right: 0;
  transform-origin: right bottom;
}
.bs-pr-btn-2 .box-4 {
  bottom: 0;
  left: 0;
  transform-origin: left bottom;
}
.bs-pr-btn-2 .text {
  position: relative;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
  margin-bottom: -3px;
}
.bs-pr-btn-2 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  color: var(--bs-clr-white-1);
  transition: 0.4s var(--bs-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.bs-pr-btn-2 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: 0.4s var(--bs-cube-1);
  color: var(--bs-clr-h-4);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.bs-pr-btn-2:hover {
  border-color: var(--bs-clr-pr-1);
}
.bs-pr-btn-2:hover .box {
  transform: scale(1);
}
.bs-pr-btn-2:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.bs-pr-btn-2:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}

.bs-play-btn-4 {
  width: 168px;
  height: 168px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: var(--bs-clr-white-1);
  font-size: 60px;
}
.bs-play-btn-4 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.bs-play-btn-4:hover {
  color: var(--bs-clr-white-1);
}

@keyframes bs-play-btn-5 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
/* 
    search-btn-1
*/

.bs-search-btn-2 {
  font-family: var(--bs-font-3);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  background: transparent;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-search-btn-2 i {
  color: var(--bs-clr-white-1);
  transition: 0.4s var(--bs-cube-2);
}
.bs-search-btn-2:hover {
  color: var(--bs-clr-pr-1);
}
.bs-search-btn-2:hover i {
  color: var(--bs-clr-pr-1);
  transform: translateX(5px);
}

/* 
    button-end
*/
/*
    06. offcanvas
*/
/* 
    offcanvas-start
*/
.wa-offcanvas-area {
  position: fixed;
  right: 0;
  top: 0;
  background: var(--bs-clr-white-1);
  z-index: 9;
  max-width: 450px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  opacity: 1;
  padding: 50px 50px;
  transition: 0.5s ease-in-out;
  transform: translateX(105%);
  visibility: hidden;
  opacity: 0;
}
.wa-offcanvas-area:is(.active) {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.wa-offcanvas-area::-webkit-scrollbar {
  display: none;
}
.wa-offcanvas-close {
  display: flex;
  flex: 0 0 auto;
  width: 25px;
  background: transparent;
  height: 25px;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  gap: 10px;
  flex-direction: column;
  position: relative;
}
.wa-offcanvas-close span {
  transition: 300ms;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
}
.wa-offcanvas-close span:nth-child(1) {
  transform: rotate(45deg);
}
.wa-offcanvas-close span:nth-child(2) {
  transform: rotate(-45deg);
}
.wa-offcanvas-close:hover span {
  transform: rotate(0);
}
.wa-offcanvas-top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 50px;
}
.wa-offcanvas-top-logo {
  flex: 0 0 auto;
  max-width: 150px;
  width: 100%;
}
.wa-offcanvas-social-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wa-offcanvas-social-flex {
  gap: 10px;
}
.wa-offcanvas-social-link {
  display: flex;
  width: 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 40px;
  color: #000;
  font-size: 18px;
  transition: 300ms;
  justify-content: center;
  align-items: center;
}
.wa-offcanvas-social-link:hover {
  color: var(--bs-clr-pr-1);
  opacity: 1;
}
.wa-offcanvas-gallery {
  margin-bottom: 50px;
}
.wa-offcanvas-gallery-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wa-offcanvas-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .wa-offcanvas-gallery-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wa-offcanvas-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.wa-offcanvas-gallery-item {
  height: 200px;
}

/* 
    header-menu-customization-start
*/
.mobile-main-navigation ul li {
  position: relative;
  padding: 20px 0;
}
.mobile-main-navigation ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-main-navigation ul li a {
  font-family: var(--bs-font-1);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  line-height: 1;
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: end;
  background: transparent;
  font-size: 18px;
  color: #000;
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn i {
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn:is(.active) i {
  transform: rotate(90deg);
}
.mobile-main-navigation ul li:hover > a {
  color: var(--bs-clr-pr-1);
}
.mobile-main-navigation ul li:hover > .dropdown-btn {
  color: var(--bs-clr-pr-1);
}
.mobile-main-navigation ul li .dropdown-menu {
  border-radius: 0;
  background-color: transparent;
  border: none;
  margin-left: 30px;
  padding: 0;
}
.mobile-main-navigation ul li .dropdown-menu li {
  padding: 13px 0;
}
.mobile-main-navigation ul li .dropdown-menu li a {
  font-size: 16px;
}
.mobile-main-navigation ul li .dropdown-menu li .dropdown-btn {
  height: 55px;
  font-size: 16px;
}

/* 
    header-menu-customization-start
*/
/* 
    offcanvas-end
*/
.wa-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
  transform: scaleX(0);
  transform-origin: right;
  transition: opacity 0.5s;
  opacity: 0;
}
.wa-overly:is(.active) {
  transform: scaleX(1);
  transition: opacity 0.5s;
  opacity: 1;
}

/*
    07. form
*/
/* 
    form-1-start
*/
.bs-form-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 25px;
}
@media (max-width: 767px) {
  .bs-form-1 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-form-1 {
    grid-template-columns: 1fr 1fr;
  }
}
.bs-form-1-item {
  position: relative;
  z-index: 1;
}
.bs-form-1-item::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--bs-clr-pr-1);
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.5s;
}
.bs-form-1-item-label {
  font-family: var(--bs-font-1);
  text-transform: capitalize;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-form-1-item-label {
    font-size: 20px;
  }
}
.bs-form-1-item-input {
  border: none;
  border-bottom: 2px solid rgb(0, 0, 0);
  background-color: transparent;
  height: 47px;
  font-family: var(--bs-font-1);
  font-size: 16px;
  width: 100%;
  padding: 0 15px;
  color: var(--lw-clr-h-1);
  outline: none;
  font-weight: 500;
}
.bs-form-1-item-input:is(textarea) {
  height: 150px;
  padding-top: 15px;
  margin-bottom: -8px;
}
.bs-form-1-item:last-child {
  margin-top: -18px;
}
.bs-form-1-item:focus-within .bs-form-1-item-label {
  color: var(--bs-clr-pr-1);
}
.bs-form-1-item:focus-within::after {
  transform: scaleX(1);
}

/* 
    form-1-end
*/
/*
    08. search
*/
/* 
    search-box-css-start
*/
.wa-search-box {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: rgb(255, 255, 255);
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  align-items: center;
  transition: 500ms var(--bs-cube-2);
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.wa-search-box-close {
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 40px;
  top: 35px;
  line-height: 1;
}
@media (max-width: 767px) {
  .wa-search-box-close {
    right: 20px;
    top: 15px;
  }
}
.wa-search-box-close i {
  font-weight: 400;
  line-height: 1;
}
.wa-search-box-close:hover {
  background: #000;
  color: #fff;
}
.wa-search-box.active {
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.wa-search-box.active .wa-search-form::after {
  transform: scaleX(1);
  transition-delay: 0.3s;
}
.wa-search-container {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.wa-search-title {
  font-size: 23px;
  line-height: 1;
  margin-bottom: 18px;
}
.wa-search-form {
  position: relative;
  z-index: 1;
}
.wa-search-form-input {
  width: 100%;
  margin: 0;
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
  color: #888888;
  font-weight: 300;
  padding: 3px 10px;
  background: transparent;
}
.wa-search-form::after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  position: absolute;
  background-color: #6D6D6D;
  transition: all 0.5s ease-in-out;
  transform: scaleX(0);
  transition-delay: 0s;
}
.wa-search-tag {
  gap: 8px;
  justify-content: center;
}
.wa-search-tag-title {
  font-size: 16px;
  font-weight: 400;
  color: #5D5D5D;
  margin-bottom: 12px;
}
.wa-search-tag-item {
  flex: 0 0 auto;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  border: 1px solid #DFE1E5;
  line-height: 1;
  padding: 9px 17px;
  transition: all 0.2s ease-in-out;
}
.wa-search-tag-item:hover {
  background: #000;
  color: #fff;
}

/* 
    search-box-css-end
*/
/*
    09. preloader
*/
/* 
	preloader-css-start
*/
/* default pre loader */
/* .lw-preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999999;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-clr-white-1);
  transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.lw-preloader::after {
  content: "";
  width: 200px;
  height: 110px;
  border: 2px solid var(--bs-clr-pr-1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.lw-preloader-content {
  overflow: hidden;
  width: 200px;
  transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.lw-preloader:is(.preloaded)::after {
  width: 0px;
}
.lw-preloader:is(.preloaded) .lw-preloader-content {
  width: 0px;
} */

/* 
	preloader-css-end
*/
/*
    10. animation
*/
/* 
    wa-wow-start
*/

/* symbiotic preloader */
.lw-preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

.lw-preloader.preloaded {
    opacity: 0;
    visibility: hidden;
}

.lw-preloader-content {
    position: relative;
}

.bs-preloader-logo {
    width: 53px;
    height: 53px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 3px;
    background-color: transparent;
}

.logo-box {
    width: 25px;
    height: 25px;
    background-color: #9DC641;
    position: relative;
    transition: background-color 0.3s ease;
}

/* Rounded corners for specific boxes */
.logo-box:nth-child(1) {
    border-radius: 12px 0 0 0;
}

.logo-box:nth-child(4) {
    border-radius: 0 0 12px 0;
}

/* Animation: Empty box cycles through all positions */
.logo-box.empty {
    background-color: #ffffff;
    border: 2px solid #9DC641;
    animation: cycleEmpty 2.4s ease-in-out infinite;
}

/* Initially, top-right is empty (position 2) */
.logo-box:nth-child(2) {
    background-color: #ffffff;
    border: 2px solid #9DC641;
}

@keyframes cycleEmpty {
    0%, 100% {
        opacity: 1;
    }
}

/* Fast and smooth clockwise animation */
/* Grid layout: 1=Top-Left, 2=Top-Right, 3=Bottom-Left, 4=Bottom-Right */
.logo-box:nth-child(1) {
    animation: box1Empty 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.logo-box:nth-child(2) {
    animation: box2Empty 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.logo-box:nth-child(3) {
    animation: box3Empty 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.logo-box:nth-child(4) {
    animation: box4Empty 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

/* Correct clockwise sequence: Top-Right(2) → Bottom-Right(4) → Bottom-Left(3) → Top-Left(1) → repeat */

/* Box 1 (Top-Left): Empty only at 75-100% */
@keyframes box1Empty {
    0%, 74% {
        background-color: #9DC641;
        border: none;
    }
    75%, 100% {
        background-color: #ffffff;
        border: 2px solid #9DC641;
    }
}

/* Box 2 (Top-Right): Empty from start to 25% */
@keyframes box2Empty {
    0%, 25% {
        background-color: #ffffff;
        border: 2px solid #9DC641;
    }
    26%, 100% {
        background-color: #9DC641;
        border: none;
    }
}

/* Box 3 (Bottom-Left): Empty at 50-75% */
@keyframes box3Empty {
    0%, 49% {
        background-color: #9DC641;
        border: none;
    }
    50%, 75% {
        background-color: #ffffff;
        border: 2px solid #9DC641;
    }
    76%, 100% {
        background-color: #9DC641;
        border: none;
    }
}

/* Box 4 (Bottom-Right): Empty at 25-50% */
@keyframes box4Empty {
    0%, 24% {
        background-color: #9DC641;
        border: none;
    }
    25%, 50% {
        background-color: #ffffff;
        border: 2px solid #9DC641;
    }
    51%, 100% {
        background-color: #9DC641;
        border: none;
    }
}

        /* end of pre loader animation */

.wa-img-split {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  perspective: 400px;
  cursor: pointer;
}
.wa-img-split img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  opacity: 0;
  transition: all 1s;
}
.wa-img-split div {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  transform: rotateY(50deg) scale(0.5);
  opacity: 0;
  transform-origin: bottom;
  transition: all 1s cubic-bezier(0.71, 0.05, 0.09, 0.91);
}

/* 
    wa-wow-end
*/
/*
    11. wow-plus
*/
/* 
    wow-plus-start
*/
@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes zoomInDown2 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown2 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown2 {
  -webkit-animation-name: zoomInDown2;
  animation-name: zoomInDown1;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* 
    wow-plus-end
*/
/*
    12. element
*/
/* 
    element-start
*/

.bs-star-1 {
  display: inline-flex;
  gap: 6px;
  font-size: 18px;
  color: #FFC107;
  flex-wrap: wrap;
}

/* 
    land-btn-1-start
*/

.bs-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
}
.bs-pagination .pagi-elm {
  width: 43px;
  height: 43px;
  background: #F7F6F1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  border-radius: 50%;
  transition: 0.4s var(--bs-cube-2);
}
.bs-pagination .pagi-elm:hover {
  background-color: var(--bs-clr-pr-1);
}

/* 
    element-end
*/
/*
    13. back-to-top
*/
/* 
    start-back-to-top
*/
.wa-back-to-top {
  border-radius: 50%;
  position: fixed;
  right: 1.5%;
  bottom: -12.5%;
  z-index: 2000;
  width: 46px;
  height: 46px;
  border: 1px solid #000;
  transform: rotate(45deg);
  background-color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wa-back-to-top {
    right: 2%;
  }
}
.wa-back-to-top::after {
   border-radius: 50%;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
.wa-back-to-top-text {
  transform: rotate(-45deg);
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: 0.3s;
}
.wa-back-to-top:is(.active) {
  bottom: 2.5%;
}
.wa-back-to-top:is(.active):hover {
  bottom: 3.5%;
}
.wa-back-to-top:is(.active):hover .wa-back-to-top-text {
  transform: rotate(-45deg) translateY(5px);
}
.wa-back-to-top:is(.active):hover::after {
  top: 5px;
  left: 5px;
  opacity: 0.5;
}

/* 
    start-back-to-end
*/


/* glowing contact floating btn start */
/* contact floating button */
.wa-contact-fab {
  position: fixed;
  right: 1.5%;
  bottom: 12%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bs-clr-pr-1), var(--bs-clr-pr-1));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2000;
  transition: all 0.3s ease;
  box-shadow: 
    0 4px 15px rgba(0,0,0,0.2),
    0 0 0 0 var(--bs-clr-pr-1);
  animation: pulse-glow 2.5s ease-in-out infinite;
}

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 
      0 4px 15px rgba(0,0,0,0.2),
      0 0 0 0 var(--bs-clr-pr-1),
      0 0 20px rgba(var(--bs-clr-pr-1-rgb, 59, 130, 246), 0.4),
      0 0 40px rgba(var(--bs-clr-pr-1-rgb, 59, 130, 246), 0.2);
  }
  50% {
    box-shadow: 
      0 4px 20px rgba(0,0,0,0.25),
      0 0 0 8px rgba(var(--bs-clr-pr-1-rgb, 59, 130, 246), 0.1),
      0 0 30px rgba(var(--bs-clr-pr-1-rgb, 59, 130, 246), 0.6),
      0 0 60px rgba(var(--bs-clr-pr-1-rgb, 59, 130, 246), 0.3);
  }
}

@media (max-width: 767px) {
  .wa-contact-fab {
    right: 2%;
    bottom: 10%;
    width: 45px;
    height: 45px;
  }
}

.wa-contact-fab i {
  font-size: 22px;
  transition: transform 0.3s ease;
}

.wa-contact-fab:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 
    0 6px 25px rgba(0,0,0,0.3),
    0 0 0 8px rgba(var(--bs-clr-pr-1-rgb, 59, 130, 246), 0.15),
    0 0 35px rgba(var(--bs-clr-pr-1-rgb, 59, 130, 246), 0.7),
    0 0 70px rgba(var(--bs-clr-pr-1-rgb, 59, 130, 246), 0.4);
  animation: none;
}

.wa-contact-fab:hover i {
  transform: scale(1.1);
}

.wa-contact-fab:active {
  transform: translateY(-2px) scale(1.02);
}

/* Optional: Add a subtle ripple effect on click */
.wa-contact-fab::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s ease;
}

.wa-contact-fab:active::before {
  transform: translate(-50%, -50%) scale(1.5);
  opacity: 0;
}

/* glowing contact floating btn end */



/*
    14. typing-text
*/
/* -------------------------------- 

Primary style

-------------------------------- */
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

  xrotate-1 

  -------------------------------- */

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* -------------------------------- 

  xtype 

  -------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}

.cd-headline.type b {
  visibility: hidden;
}

.cd-headline.type b.is-visible {
  visibility: visible;
}

.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}

.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

  xrotate-2 

  -------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
  opacity: 0;
}

.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}

.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}

.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}

.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* -------------------------------- 

  xloading-bar 

  -------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--color-primary);
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}

.cd-headline.loading-bar b {
  top: 0.2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* -------------------------------- 

  xslide 

  -------------------------------- */
.cd-headline.slide span {
  display: inline-block;
}

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0;
  top: 0.2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* -------------------------------- 

  xclip 

  -------------------------------- */
.cd-headline.clip span {
  display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: var(--bs-clr-pr-1);
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

  xzoom 

  -------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.zoom b {
  opacity: 0;
}

.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}

.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* -------------------------------- 

  xrotate-3 

  -------------------------------- */

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* -------------------------------- 

  xscale 

  -------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}

.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.is-visible .cd-headline.scale i {
  opacity: 1;
}

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

  xpush 

  -------------------------------- */
.cd-headline.push b {
  opacity: 0;
}

.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}

.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/* 
    layout
*/
/*
    15. header
*/
/* 
    header-1-start
*/

/* 
    header-1-end
*/
/* 
    header-2-start
*/

.bs-main-navigation .navbar-nav {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
}
.bs-main-navigation .navbar-nav li {
  position: relative;
}
.bs-main-navigation .navbar-nav li a {
  position: relative;
  z-index: 1;
  font-family: var(--bs-font-2);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: var(--bs-clr-black-1);
  padding: 21px 0;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
  transition: all 0.4s var(--bs-cube-2);
}
.bs-main-navigation .navbar-nav li a::after {
  /* content: "*"; */
  position: absolute;
  top: 0;
  left: 0%;
  transform: translateX(-50%);
  font-size: 23px;
  line-height: 1;
  transition: all 0.4s var(--bs-cube-2);
  opacity: 0;
}
.bs-main-navigation .navbar-nav li a::before {
  /* content: "*"; */
  position: absolute;
  bottom: -8px;
  left: 100%;
  transform: translateX(-50%);
  font-size: 23px;
  line-height: 1;
  transition: all 0.4s var(--bs-cube-2);
  opacity: 0;
}
.bs-main-navigation .navbar-nav li:hover > a {
  color: var(--bs-clr-pr-1);
}
.bs-main-navigation .navbar-nav li:hover > a::after {
  left: 50%;
  opacity: 1;
}
.bs-main-navigation .navbar-nav li:hover > a::before {
  left: 50%;
  opacity: 1;
}
.bs-main-navigation .navbar-nav li:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.bs-main-navigation .navbar-nav li .dropdown-menu {
  left: 0;
  top: 100%;
  z-index: 100;
  margin: 0px;
  padding: 5px 0px;
  height: auto;
  min-width: 200px;
  display: block;
  border: none;
  border-top: 2px solid var(--bs-clr-pr-1);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  position: absolute;
  background: var(--bs-clr-white-1);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.bs-main-navigation .navbar-nav li .dropdown-menu li {
  display: block;
  margin: 0;
}
.bs-main-navigation .navbar-nav li .dropdown-menu li a {
  width: 100%;
  font-weight: 500;
  display: block;
  padding: 12px 20px;
  padding-left: 30px;
  font-size: 16px;
}
.bs-main-navigation .navbar-nav li .dropdown-menu li a::after {
  top: 55%;
  transform: translateY(-50%);
  left: 10px;
}
.bs-main-navigation .navbar-nav li .dropdown-menu li a::before {
  display: none;
}
.bs-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  transform: translateX(5px);
}
.bs-main-navigation .navbar-nav li .dropdown-menu li .dropdown-menu {
  top: 0;
  left: 100%;
}

/* 
    header-2-end
*/
/* 
    header-3-start
*/

/* 
    header-3-end
*/
/* 
    header-4-start
*/
.bs-header-4-logo {
  background: #E3E5DD;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  /* padding: 20px; */
}

.bs-header-4-logo .logo-img{
  max-height: 100px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-header-4-logo {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .bs-header-4-logo {
    max-width: 150px;
    max-height: 72.75px;
  }
  .bs-header-4-logo .logo-img{
    max-height: 60.75px;
  }
}
.bs-header-4-right {
  width: 100%;
}
.bs-header-4-main {
  background: var(--bs-clr-black-2);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-left: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-header-4-main {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-header-4-main {
    padding-left: 30px;
    justify-content: end;
  }
}
.bs-header-4-top {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-left: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-header-4-top {
    justify-content: end;
  }
}
.bs-header-4-top-contact {
  display: flex;
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-header-4-top-contact {
    display: none;
  }
}
.bs-header-4-top-contact li, .bs-header-4-top-contact a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--bs-clr-h-4);
  font-size: 14px;
}
.bs-header-4-top-contact li i, .bs-header-4-top-contact a i {
  color: var(--bs-clr-pr-1);
}
.bs-header-4-top-contact a {
  transition: 0.4s var(--bs-cube-2);
}
.bs-header-4-top-contact a:hover {
  color: var(--bs-clr-pr-1);
}
.bs-header-4-top-social {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .bs-header-4-top-social {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-header-4-top-social {
    display: inline-flex;
  }
}
.bs-header-4-top-social .elm-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 44px;
  border-left: 1px solid rgba(6, 6, 6, 0.24);
  color: var(--bs-clr-black-2);
  transition: 0.4s var(--bs-cube-2);
  font-size: 16px;
}
.bs-header-4-top-social .elm-link:hover {
  background-color: var(--bs-clr-pr-1);
  border-color: transparent;
  color: var(--bs-clr-white-1);
}
.bs-header-4-main .bs-main-navigation .navbar-nav li a {
  font-family: var(--bs-font-3);
  color: var(--bs-clr-white-1);
  font-size: 16px;
  padding: 28px 0;
  text-transform: capitalize;
}
.bs-header-4-main .bs-main-navigation .navbar-nav li a::after {
  /* content: "*"; */
  position: absolute;
  top: 55%;
  left: 10%;
  transform: translateY(-50%);
  font-size: 18px;
}
.bs-header-4-main .bs-main-navigation .navbar-nav li a::before {
  display: none;
}
.bs-header-4-main .bs-main-navigation .navbar-nav li:is(.dropdown) > a {
  padding-right: 18px;
}
.bs-header-4-main .bs-main-navigation .navbar-nav li:is(.dropdown) > a::before {
  display: block;
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  font-size: 14px;
  right: 0;
  left: unset;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  opacity: 1;
  color: var(--bs-clr-pr-1);
}
.bs-header-4-main .bs-main-navigation .navbar-nav li:hover > a {
  color: var(--bs-clr-pr-1);
}
.bs-header-4-main .bs-main-navigation .navbar-nav li:hover > a::after {
  left: -15px;
}
.bs-header-4-main .bs-main-navigation .navbar-nav li .dropdown-menu li a {
  color: var(--bs-clr-black-1);
}
.bs-header-4-main .bs-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) a::before {
  right: 20px;
}
.bs-header-4-main .bs-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  color: var(--bs-clr-pr-1);
}
.bs-header-4-main .bs-main-navigation .navbar-nav li .dropdown-menu li:hover > a::after {
  left: 10px;
}
.bs-header-4-action-link {
  gap: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-header-4-action-link {
    gap: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-header-4-action-link .bs-search-btn-2 {
    display: none;
  }
}
.bs-header-4-action-link .bs-pr-btn-2 {
  padding: 8px 23px;
  font-size: 17px;
  margin-left: 0;
  margin-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-header-4-action-link .bs-pr-btn-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .bs-header-4-action-link .bs-pr-btn-2 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-header-4-action-link .bs-pr-btn-2 {
    display: inline-flex;
  }
}

/* 
    header-4-end
*/
/* 
    header-5-sta
*/

/* 
    header-5-end
*/
/* 
    services-details-page-start
*/

/* 
    services-details-page-end
*/
/* 
    sticky-header-css-start
*/
/* home-1-header-fixed */
.wa_sticky_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: 400ms ease-in-out;
  z-index: 8;
}
.wa_sticky_header:is(.wa_sticky) {
  transform: translateY(-190%);
}
.wa_sticky_header:is(.wa_sticky):is(.wa_sticky_show) {
  transform: translateY(0%);
}

/* 
    sticky-header-css-end
*/
/*
    16. hero
*/
/* 
    hero-1-start
*/
.bs-hero-1-success {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-1-success {
    max-width: 690px;
  }
}
@media (max-width: 767px) {
  .bs-hero-1-success {
    grid-template-columns: 1fr;
  }
}
.bs-hero-1-success .content {
  margin-left: -40px;
  background-color: #CDDAED;
}
.bs-hero-1-success .title {
  background-color: var(--bs-clr-pr-1);
  color: var(--bs-clr-white-1);
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  padding: 16px 0;
}
.bs-hero-1-title {
  font-size: 90px;
  line-height: 1.111;
  font-weight: 700;
  color: var(--bs-clr-white-1);
  margin-bottom: 56px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-hero-1-title {
    font-size: 78px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-1-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-1-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-1-title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .bs-hero-1-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-hero-1-title {
    font-size: 50px;
  }
}
.bs-hero-1-title-2 {
  font-size: 40px;
  color: var(--bs-clr-white-1);
  line-height: 1.25;
  margin-bottom: 51px;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-1-title-2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-1-title-2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bs-hero-1-title-2 {
    font-size: 25px;
  }
}
.bs-hero-1-img {
  height: 650px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-1-img {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .bs-hero-1-img {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-hero-1-img {
    height: 500px;
  }
}
.bs-hero-1-bg-shape {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -200px;
  background: #2d2d2d;
  z-index: -1;
  mix-blend-mode: difference;
  filter: blur(30px);
  border-radius: 50%;
}

/* 
    hero-1-end
*/
/* 
    hero-2-start
*/
.bs-hero-2-title-3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 200px;
  line-height: 1;
  color: #081421;
  margin-bottom: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-hero-2-title-3 {
    font-size: 180px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-hero-2-title-3 {
    font-size: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-2-title-3 {
    font-size: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-2-title-3 {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-2-title-3 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .bs-hero-2-title-3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-hero-2-title-3 {
    font-size: 60px;
  }
}
.bs-hero-2-title-4 {
  font-family: var(--bs-font-2);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
  color: #081421;
  margin-bottom: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-hero-2-title-4 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-hero-2-title-4 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-2-title-4 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-2-title-4 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-2-title-4 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .bs-hero-2-title-4 {
    font-size: 40px;
  }
}
.bs-hero-2-img-1 {
  max-width: 295px;
  height: 165px;
}
.bs-hero-2-img-2 {
  max-width: 335px;
  height: 195px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-2-img-2 {
    max-width: 255px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-2-img-2 {
    max-width: 135px;
  }
}

/* 
    hero-2-end
*/
/* 
    hero-3-start
*/
.bs-hero-x-services-area {
  padding-top: 173px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-hero-x-services-area {
    padding-top: 123px;
  }
}
.bs-hero-x-services-shape {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -200px;
  background: rgba(255, 255, 255, 0.0784313725);
  z-index: -1;
  mix-blend-mode: difference;
  filter: blur(60px);
  border-radius: 50%;
}
.bs-hero-3-img {
  height: 760px;
  margin-left: -65px;
  margin-right: -240px;
}
.bs-hero-3-img img {
  transform-origin: left;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-hero-3-img {
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-3-img {
    margin-right: -60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-3-img {
    margin-left: -27px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-3-img {
    margin-left: 0px;
    margin-right: 0px;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .bs-hero-3-img {
    margin-left: 0px;
    margin-right: 0px;
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-hero-3-img {
    margin-left: 0px;
    margin-right: 0px;
    height: 500px;
  }
}

/* 
    hero-3-end
*/
/* 
    hero-4-start
*/
.bs-hero-4-bg {
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .bs-hero-4-bg {
    height: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-hero-4-bg {
    height: 600px;
  }
}
.bs-hero-4-content {
  max-width: 830px;
  position: relative;
  z-index: 2;
}
.bs-hero-4-content .inner-div {
  display: flex;
  gap: 35px;
}
@media (max-width: 767px) {
  .bs-hero-4-content .inner-div {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-hero-4-content .inner-div {
    flex-wrap: nowrap;
  }
}
.bs-hero-4-title {
  font-size: 68px;
  letter-spacing: -0.03em;
  line-height: 1.058;
  margin-bottom: 33px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-hero-4-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-4-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-4-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-4-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .bs-hero-4-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-hero-4-title {
    font-size: 40px;
  }
}
.bs-hero-4-title b {
  font-weight: inherit;
}
.bs-hero-4-circle-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #060606;
  box-shadow: inset 0px 6px 10px #F2F1EC;
  border-radius: 50%;
  padding: 14px;
  flex: 0 0 auto;
}
.bs-hero-4-circle-btn .btn-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: absolute;
  transition: 0.4s var(--bs-cube-2);
}
.bs-hero-4-circle-btn img {
  animation: bs-h4-btn 15s infinite linear;
}
.bs-hero-4-circle-btn:hover .btn-icon {
  transform: scale(120%);
}
.bs-hero-4-slider {
  max-width: 1824px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  margin-top: -224px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-4-slider {
    margin-top: -184px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-4-slider {
    margin-top: -150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-hero-4-slider {
    margin-top: -100px;
  }
}
.bs-hero-4-slider-img-item {
  position: relative;
  z-index: 1;
  height: 820px;
}
.bs-hero-4-slider-img-item .main-img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-hero-4-slider-img-item {
    height: 720px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-4-slider-img-item {
    height: 620px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-4-slider-img-item {
    height: 520px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-4-slider-img-item {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .bs-hero-4-slider-img-item {
    height: 190px;             /* mobile img horizontal view */
  }
}
.bs-hero-4-slider-img-item::after {
  content: "";
  width: 100%;
  height: calc(100% - 190px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #DFE4DE;
  z-index: -2;
}
.bs-hero-4-slider-img-item-trusted {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  background: #fff;
  padding: 17px 16px;
}
@media (max-width: 767px) {
  .bs-hero-4-slider-img-item-trusted {
    display: none;
  }
}
.bs-hero-4-slider-img-item-trusted .title {
  font-size: 20px;
  color: #4A556C;
  margin-bottom: 8px;
}
.bs-hero-4-slider-img-item-trusted .ratting {
  font-size: 14px;
  color: #555F75;
  margin-bottom: 4px;
}
.bs-hero-4-slider-img-item-trusted .disc {
  font-size: 14px;
  color: #555F75;
  text-transform: capitalize;
  font-weight: 500;
}
.bs-hero-4-slider-img .swiper-container .swiper-slide .bs-hero-4-slider-img-item .main-img img {
  transform-origin: 50% 100%;
  transform: translateY(100%);
  transition: 1s var(--bs-cube-2);
  transition-delay: 0s;
}
.bs-hero-4-slider-img .swiper-container .swiper-slide .bs-hero-4-slider-img-item::after {
  height: calc(50% - 190px);
  transition: 1s var(--bs-cube-2);
}
.bs-hero-4-slider-img .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-hero-4-slider-img-item .main-img img {
  transform: translateY(0);
  transition-delay: 0.7s;
}
.bs-hero-4-slider-img .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-hero-4-slider-img-item::after {
  height: calc(100% - 190px);
}
.bs-hero-4-slider-thum {
  position: absolute;
  bottom: 24px;
  right: 24px;
  max-width: 692px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-4-slider-thum {
    max-width: 370px;
  }
}
@media (max-width: 767px) {
  .bs-hero-4-slider-thum {
    display: none;
    max-width: 300px;
  }
}
.bs-hero-4-slider-thum-item {
  height: 128px;
}

.bs-hero-4-slider-thum-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25); /* darker thumb */
    pointer-events: none;
}

.bs-hero-4-slider-thum-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bs-hero-4-big-title {
  color: #CDD3D1;
  text-transform: uppercase;
  font-size: 235px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 63px;
  opacity: 32%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-hero-4-big-title {
    font-size: 200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-hero-4-big-title {
    font-size: 170px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-hero-4-big-title {
    font-size: 140px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-4-big-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-4-big-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-4-big-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .bs-hero-4-big-title {
    font-size: 30px;
    /* display: none; */
    top: 10px;
  }
}

@keyframes bs-h4-btn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 
    hero-4-end
*/
/* 
    hero-5-start
*/
.bs-hero-5-area {
  background-color: #060606;
  padding-top: 275px;
  padding-bottom: 225px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-hero-5-area {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}
.bs-hero-5-bg-img {
  width: 50%;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.bs-hero-5-bg-circle {
  width: 1050px;
  height: 1050px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  position: absolute;
  right: -17%;
  top: -38%;
  z-index: -2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-hero-5-bg-circle {
    display: none;
  }
}
.bs-hero-5-img {
  max-width: 245px;
  border-radius: 8px;
  height: 312px;
  flex: 0 0 auto;
}
.bs-hero-5-disc {
  color: var(--bs-clr-white-1);
  max-width: 420px;
}

@keyframes h5hero-btn {
  0% {
    transform: scale(1.2) translate(-20px, 20px);
  }
  50% {
    transform: scale(1.2) translate(20px, -20px);
  }
  100% {
    transform: scale(1.2) translate(-20px, 20px);
  }
}
@keyframes h5hero-btn2 {
  0% {
    transform: scale(1.2) translate(20px, -20px);
  }
  50% {
    transform: scale(1.2) translate(-20px, 20px);
  }
  100% {
    transform: scale(1.2) translate(20px, -20px);
  }
}
/* 
    hero-5-end
*/
/*
    17. core-features
*/
/* 
    core-features-start
*/
.bs-core-features-1-item {
  text-align: center;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.bs-core-features-1-item .icon {
  max-width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
  transform-origin: 50% 100%;
  transition: 0.5s var(--bs-cube-2);
}
.bs-core-features-1-item .icon img {
  transform-origin: center top;
}
.bs-core-features-1-item .item-title {
  font-size: 25px;
  letter-spacing: -0.03em;
  font-weight: 800;
  margin-bottom: 6px;
  transition: 0.4s var(--bs-cube-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-core-features-1-item .item-title {
    font-size: 22px;
  }
}
.bs-core-features-1-item .item-title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateY(2px);
}
.bs-core-features-1-item .item-disc {
  color: #352828;
  font-size: 17px;
}
.bs-core-features-1-item .content {
  transition: 0.5s var(--bs-cube-1);
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-core-features-1-item .content {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}
.bs-core-features-1-item:hover .icon img {
  animation: swing 1s;
}
.bs-core-features-1-item:is(.active) .content {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/* 
    core-features-end
*/
/* 
    core-features-4-start
*/
.bs-core-feature-4-area {
  max-width: 1824px;
  margin-left: auto;
  margin-right: auto;
}
.bs-core-feature-4-line {
  width: 100%;
  height: 1px;
  background: #D9D9D9;
}
.bs-core-feature-4-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 52px;
  padding: 48px 52px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-core-feature-4-wrap {
    padding: 48px 30px;
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-core-feature-4-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-core-feature-4-wrap {
    grid-template-columns: 1fr 1fr;
    padding: 48px 30px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .bs-core-feature-4-wrap {
    grid-template-columns: 1fr;
    padding: 48px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-core-feature-4-wrap {
    grid-template-columns: 1fr;
    padding: 48px 52px;
  }
}
.bs-core-feature-4-item {
  padding: 30px 0;
}
.bs-core-feature-4-item .item-title {
  font-size: 20px;
  margin-bottom: 45px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-core-feature-4-item .item-title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateY(2px);
}
.bs-core-feature-4-item .item-icon {
  margin-bottom: 43px;
}
.bs-core-feature-4-item:not(:last-child) {
  padding-right: 52px;
  border-right: 1px solid #D9D9D9;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-core-feature-4-item:not(:last-child) {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-core-feature-4-item:not(:last-child) {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .bs-core-feature-4-item:not(:last-child) {
    padding-right: 0px;
    border-right: none;
  }
}
.bs-core-feature-4-item:hover .item-icon img {
  animation: jackInTheBox 1s;
}

/* 
    core-features-4-end
*/
/* 
    core-features-5-start
*/
.bs-core-feature-4-wrap:is(.has-5) {
  padding: 32px 0;
  gap: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-core-feature-4-wrap:is(.has-5) {
    gap: 32px;
  }
}
.bs-core-feature-4-wrap:is(.has-5) .bs-core-feature-4-item {
  padding: 32px 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-core-feature-4-wrap:is(.has-5) .bs-core-feature-4-item {
    border: 1px solid #D9D9D9;
  }
}
.bs-core-feature-4-wrap:is(.has-5) .bs-core-feature-4-item .item-title {
  font-weight: 500;
  margin-bottom: 27px;
}
.bs-core-feature-4-wrap:is(.has-5) .bs-core-feature-4-item .item-title:hover {
  color: unset;
  transform: unset;
}
.bs-core-feature-4-wrap:is(.has-5) .bs-core-feature-4-item .item-counter {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--bs-clr-pr-1);
  line-height: 1;
  margin-bottom: 22px;
}
.bs-core-feature-4-wrap:is(.has-5) .bs-core-feature-4-item .item-counter .counter {
  font-size: 68px;
  color: var(--bs-clr-h-4);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-core-feature-4-wrap:is(.has-5) .bs-core-feature-4-item .item-counter .counter {
    font-size: 55px;
  }
}

/* 
    core-features-5-end
*/
/* 
    core-features-6-start
*/

/* 
    core-features-6-end
*/
/*
    18. about
*/
/* 
    about-1-start
*/
.bs-about-1-sec-title {
  max-width: 940px;
}
.bs-about-1-item {
  height: 400px;
  cursor: none;
}
.bs-about-1-item a {
  cursor: none;
  width: 100%;
  height: 100%;
}
.bs-about-1-item img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.bs-about-1-item:hover img {
  transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}
.bs-about-1-slider {
  margin-right: -500px;
  cursor: none;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-about-1-slider {
    margin-right: -200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-about-1-slider {
    margin-right: -100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-about-1-slider {
    margin-right: 0px;
  }
}
.bs-about-1-slider-drag {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  background: var(--bs-clr-pr-1);
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 15px;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  color: #fff;
  font-weight: 400;
  z-index: 2;
  pointer-events: none;
  cursor: none;
}
.bs-about-1-content {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bs-about-1-content .disc {
  font-size: 35px;
  line-height: 1.285;
  max-width: 920px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-about-1-content .disc {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-about-1-content .disc {
    font-size: 26px;
  }
}
.bs-about-1-content .btn-wrap {
  flex: 0 0 auto;
}

/* 
    about-1-end
*/
/* 
    about-3-start
*/
.bs-about-3-feature {
  display: flex;
  justify-content: end;
  gap: 6px;
  padding-right: 25px;
  margin-top: -186px;
  flex-wrap: wrap;
}
.bs-about-3-feature-single {
  background: #000;
  max-width: 242px;
  width: 100%;
  padding: 40px 30px;
}
.bs-about-3-feature-single .icon {
  font-size: 68px;
  color: var(--bs-clr-pr-1);
  margin-bottom: 30px;
}
.bs-about-3-feature-single .icon i {
  transform-origin: center top;
}
.bs-about-3-feature-single .title {
  font-size: 22px;
  color: var(--bs-clr-white-1);
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}
.bs-about-3-feature-single .disc {
  font-size: 15px;
  color: #c3c3c3;
  line-height: 21px;
  text-transform: capitalize;
}
.bs-about-3-feature-single:hover .icon i {
  animation: swing 1s;
}

/* 
    about-3-end
*/
/* 
    about-4-start
*/
.bs-about-4-wrap {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-about-4-wrap {
    grid-template-columns: 1fr;
  }
}
.bs-about-4-content .inner-div {
  padding-left: 125px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-about-4-content .inner-div {
    padding-left: 0px;
  }
}
.bs-about-4-content .title {
  margin-bottom: 24px;
}
.bs-about-4-content .disc {
  margin-bottom: 46px;
}
.bs-about-4-content .btn-wrap {
  margin-bottom: 50px;
}
.bs-about-4-content .illus {
  margin-bottom: 40px;
}
.bs-about-4-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 767px) {
  .bs-about-4-feature {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-about-4-feature {
    grid-template-columns: 1fr 1fr;
  }
}
.bs-about-4-feature-single .item-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  background: #F5F5F5;
  color: var(--bs-clr-h-4);
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.bs-about-4-feature-single .item-icon::after {
  content: "";
  width: 1px;
  height: 65px;
  position: absolute;
  right: -5px;
  top: 0;
  background: #060606;
  opacity: 24%;
}
.bs-about-4-feature-single .item-icon::before {
  content: "";
  width: 65px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #060606;
  opacity: 24%;
}
.bs-about-4-feature-single .item-title {
  font-size: 20px;
  margin-bottom: 12px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-about-4-feature-single .item-title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateX(-2px);
}
.bs-about-4-feature-single .item-disc {
  font-size: 17px;
  line-height: 24px;
}
.bs-about-4-feature-single:hover .item-icon i {
  animation: jackInTheBox 1s;
}
.bs-about-4-right {
  position: relative;
  z-index: 1;
  margin-right: -116px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-about-4-right {
    margin-right: 0px;
  }
}
.bs-about-4-right .illus-2 {
  width: 88%;
  position: absolute;
  left: -29%;
  bottom: 30%;
  z-index: -1;
}
.bs-about-4-img {
  max-width: 540px;
  height: 710px;
  margin-left: auto;
}
.bs-about-4-project {
  max-width: 285px;
  border-right: 24px solid #fff;
  border-top: 24px solid #fff;
  padding: 45px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bs-about-4-project .icon {
  color: var(--bs-clr-white-1);
  font-size: 56px;
  margin-bottom: 60px;
}
.bs-about-4-project .title {
  font-size: 24px;
  color: var(--bs-clr-white-1);
  margin-bottom: 18px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-about-4-project .title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateX(-2px);
}
.bs-about-4-project .disc {
  color: var(--bs-clr-white-1);
  opacity: 80%;
}
.bs-about-4-project:hover .icon i {
  animation: jackInTheBox 1s;
}

/* 
    about-4-end
*/
/* 
    about-5-start
*/

/* 
    about-5-end
*/
/*
    19. projects
*/
/* 
    projects-1-start
*/
.bs-projects-1-tabs-btn .nav-link {
  background: transparent;
  font-family: var(--bs-font-1);
  font-size: 50px;
  font-weight: 200;
  letter-spacing: -0.03em;
  line-height: 1.9;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-projects-1-tabs-btn .nav-link {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-projects-1-tabs-btn .nav-link {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-projects-1-tabs-btn .nav-link {
    font-size: 25px;
  }
}
.bs-projects-1-tabs-btn .nav-link:not(:last-child) {
  margin-bottom: 20px;
}
.bs-projects-1-tabs-btn .nav-link::after {
  content: "";
  width: 220px;
  height: 100%;
  background: #efefef;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  border-radius: 50px 0 0 50px;
  transition: 0.5s;
  opacity: 0;
}
@media (max-width: 767px) {
  .bs-projects-1-tabs-btn .nav-link::after {
    display: none;
  }
}
.bs-projects-1-tabs-btn .nav-link .img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 123px;
  transition: 0.5s;
  opacity: 0;
}
@media (max-width: 767px) {
  .bs-projects-1-tabs-btn .nav-link .img {
    display: none;
  }
}
.bs-projects-1-tabs-btn .nav-link .year {
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-left: 20px;
  transform: translateY(-13px);
  transition: 0.5s;
  opacity: 0;
}
.bs-projects-1-tabs-btn .nav-link:is(.active) {
  padding-left: 90px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .bs-projects-1-tabs-btn .nav-link:is(.active) {
    padding-left: 0px;
  }
}
.bs-projects-1-tabs-btn .nav-link:is(.active)::after {
  left: -75px;
  opacity: 1;
}
.bs-projects-1-tabs-btn .nav-link:is(.active) .img {
  opacity: 1;
  left: -76px;
}
.bs-projects-1-tabs-btn .nav-link:is(.active) .year {
  opacity: 1;
}

/* 
    projects-1-end
*/
/* 
    projects-2-end
*/

/* 
    projects-2-end
*/
/* 
    projects-3-start
*/

/* 
    projects-3-end
*/
/* 
    projects-4-start
*/
.bs-project-4-content .title {
  font-size: 240px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  display: flex;
  justify-content: center;
  will-change: transform, opacity;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-project-4-content .title {
    font-size: 200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-project-4-content .title {
    font-size: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-project-4-content .title {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .bs-project-4-content .title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-project-4-content .title {
    font-size: 100px;
  }
}
.bs-project-4-content .title-2 {
  justify-content: space-between;
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-4-content .title-2 {
    justify-content: center;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-project-4-card {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-4-card-single {
    margin-bottom: 50px;
  }
}
.bs-project-4-card-single .card-img {
  height: 575px;
  box-shadow: 0px -12px 20px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-project-4-card-single .card-img {
    height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-project-4-card-single .card-img {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-4-card-single .card-img {
    height: 400px;
  }
}
.bs-project-4-card-single .card-img a {
  width: 100%;
  height: 100%;
}
.bs-project-4-card-single .content {
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 34px 0;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-project-4-card-single .content {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .bs-project-4-card-single .content {
    opacity: 1;
    flex-wrap: wrap;
  }
}
.bs-project-4-card-single .title {
  font-size: 32px;
  max-width: 495px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-project-4-card-single .title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateY(-2px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-project-4-card-single .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .bs-project-4-card-single .title {
    font-size: 22px;
  }
}
.bs-project-4-card-single .card-details {
  display: flex;
  gap: 50px;
}
.bs-project-4-card-single .card-details li {
  color: var(--bs-clr-h-4);
  text-transform: capitalize;
}
.bs-project-4-card-single .card-details li span {
  display: block;
  font-size: 16px;
  color: #7A7A7A;
}
.bs-project-4-height {
  height: 3000px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-4-height {
    height: auto;
  }
}
.bs-project-4-card {
  position: relative;
  will-change: transform, opacity;
  height: 100%;
}
.bs-project-4-card-single {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform-origin: top;
  transition: 1s var(--bs-cube-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-4-card-single {
    position: unset;
  }
}
.bs-project-4-card-single:nth-child(1) {
  z-index: 1;
}
.bs-project-4-card-single:nth-child(2) {
  z-index: -1;
}
.bs-project-4-card-single:nth-child(3) {
  z-index: -2;
}
.bs-project-4-card-single:nth-child(4) {
  z-index: -3;
}
.bs-project-4-card-single:nth-child(5) {
  z-index: -4;
}
.bs-project-4-card-single:nth-child(6) {
  z-index: -5;
}
.bs-project-4-card-single:nth-child(7) {
  z-index: -6;
}
.bs-project-4-card-single:nth-child(8) {
  z-index: -6;
}

/* 
    projects-4-end
*/
/* 
    projects-5-start
*/
.bs-project-5-sec-title {
  font-family: var(--bs-font-1);
  text-transform: capitalize;
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: 140px;
  line-height: 0.885;
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}
.bs-project-5-sec-title span {
  color: #CFCFCF;
  display: inline;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-project-5-sec-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-project-5-sec-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-project-5-sec-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-project-5-sec-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .bs-project-5-sec-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-project-5-sec-title {
    font-size: 50px;
  }
}

/* 
    projects-5-end
*/
/*
    20. work
*/
/* 
    work-1-start
*/
.bs-work-1-tabs-btn .nav-link {
  font-size: 80px;
  font-weight: 400;
  color: #878787;
  display: flex;
  line-height: 1.2;
  background: transparent;
  width: 100%;
  text-transform: capitalize;
  padding: 41px 0;
  gap: 15px;
  position: relative;
  z-index: 1;
  transition: var(--bs-cube-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-work-1-tabs-btn .nav-link {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-work-1-tabs-btn .nav-link {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-work-1-tabs-btn .nav-link {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-work-1-tabs-btn .nav-link {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .bs-work-1-tabs-btn .nav-link {
    font-size: 30px;
  }
}
.bs-work-1-tabs-btn .nav-link:not(:first-child) {
  border-top: 1px solid #878787;
}
.bs-work-1-tabs-btn .nav-link .number {
  font-size: 25px;
  font-weight: 700;
  transform: translateY(-5px);
}
.bs-work-1-tabs-btn .nav-link .line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left;
  left: 89%;
  z-index: -1;
  height: 1px;
  width: 260px;
  background-color: var(--bs-clr-pr-1);
  transition: 0.5s var(--bs-cube-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-work-1-tabs-btn .nav-link .line {
    display: none;
  }
}
.bs-work-1-tabs-btn .nav-link:is(.active) {
  color: var(--bs-clr-pr-1);
  font-weight: 500;
}
.bs-work-1-tabs-btn .nav-link:is(.active) .line {
  transform: translateY(-50%) scaleX(1);
}

/* 
    work-1-end
*/
/* 
    work-3-start
*/

/* 
    work-3-end
*/
/* 
    work-5-start
*/
.bs-work-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-work-5-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .bs-work-5-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-work-5-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

/* 
    work-5-end
*/
/* 
    work-6-start
*/

/* 
    work-6-end
*/
/*
    21. property
*/
/* 
    property-1-start
*/
.bs-property-1-sec-title .bs-subtitle-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: unset;
}
.bs-property-1-wrap {
  perspective: 2000px;
  transform-style: preserve-3d;
}
.bs-property-1-item {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-property-1-item {
    gap: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-property-1-item {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-property-1-item {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.bs-property-1-item .item-meta {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 20px;
  text-transform: unset;
}
.bs-property-1-item .item-meta span:nth-child(1) {
  padding: 13px 21px;
}
.bs-property-1-item .item-meta span:nth-child(2) {
  padding: 7px 6px;
  background: var(--bs-clr-black-1);
  color: var(--bs-clr-white-1);
}
.bs-property-1-item .img-wrap {
  display: grid;
  grid-template-columns: 1fr;
}
.bs-property-1-item .img-wrap .item-img a {
  width: 100%;
  height: 100%;
}
.bs-property-1-item .img-wrap .item-img img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.bs-property-1-item .item-date {
  background: #f5f5f5;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  color: #363636;
  font-weight: 500;
  border-radius: 100px;
  padding: 12px 27px;
  margin-bottom: 15px;
}
.bs-property-1-item .item-title {
  color: #363636;
  font-size: 42px;
  margin-bottom: 29px;
  transition: 0.4s var(--bs-cube-2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-property-1-item .item-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-property-1-item .item-title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-property-1-item .item-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-property-1-item .item-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .bs-property-1-item .item-title {
    font-size: 24px;
  }
}
.bs-property-1-item .item-title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateY(3px);
}
.bs-property-1-item .bs-btn-1 {
  background: var(--bs-clr-black-1);
  text-transform: capitalize;
}
.bs-property-1-item .bs-btn-1 .shape {
  background: var(--bs-clr-pr-1);
}
.bs-property-1-item .bs-btn-1:hover {
  color: var(--bs-clr-black-1);
}
.bs-property-1-item:hover .item-img img {
  transform: perspective(2000px) rotateX(0.03deg) rotateY(0deg) scaleX(1.05) scaleY(1.05);
}
.bs-property-1-item:not(:last-child) {
  padding-bottom: 65px;
  border-bottom: 1px solid #808080;
  margin-bottom: 65px;
}

/* 
    property-1-end
*/
/*
    22. showcase
*/
/* 
    showcase-1-start
*/

/* 
    showcase-1-end
*/
/* 
    showcase-3-start
*/

/* 
    showcase-3-end
*/
/*
    23. award
*/
/* 
    award-1-start
*/

/* 
    award-1-end
*/
/* 
    award-5-start
*/
.bs-award-5-area {
  background-color: #F5F5F5;
  border-radius: 24px;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-award-5-area {
    padding-bottom: 100px;
  }
}
.bs-award-5-item-single {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgba(6, 6, 6, 0.2);
  padding: 18px 28px;
  gap: 32px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-award-5-item-single:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .bs-award-5-item-single {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-award-5-item-single {
    flex-wrap: nowrap;
  }
}
.bs-award-5-item-single .year {
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  opacity: 8%;
  transition: 0.4s var(--bs-cube-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-award-5-item-single .year {
    font-size: 36px;
  }
}
.bs-award-5-item-single .title {
  font-size: 24px;
  font-weight: 400;
  transition: 0.4s var(--bs-cube-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-award-5-item-single .title {
    font-size: 22px;
  }
}
.bs-award-5-item-single .icon {
  margin-left: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--bs-clr-black-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-clr-black-2);
  font-size: 18px;
  opacity: 72%;
  transform: rotate(-45deg);
  transition: 0.4s var(--bs-cube-2);
  flex: 0 0 auto;
}
.bs-award-5-item-single .item-img {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.bs-award-5-item-single:hover {
  background-color: var(--bs-clr-h-4);
  z-index: 2;
}
.bs-award-5-item-single:hover .year, .bs-award-5-item-single:hover .title {
  color: var(--bs-clr-white-1);
  opacity: 1;
}
.bs-award-5-item-single:hover .icon {
  color: var(--bs-clr-white-1);
  border-color: var(--bs-clr-white-1);
  opacity: 1;
}

/* 
    award-5-end
*/
/* 
    award-6-start
*/

/* 
    award-6-end
*/
/*
    24. brand
*/
/* 
    brand-4-start
*/
.bs-brand-4-wrap {
  display: flex;
  gap: 32px;
  /* width: 100%; */
  flex: 0 0 auto;
}
.bs-brand-4-marquee-active {
  /* overflow: hidden; */
  width: 100%;
}
.bs-brand-4-item {
  max-width: 280px;
  /* width: 100%; */
  height: 120px;
  /* border: 1px solid #DDDDDD; */
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex: 0 0 auto;
  overflow: hidden;
  transition: 0.4s var(--bs-cube-2);
  background-color: #fff;
}
.bs-brand-4-item:hover {
  transform: scale(0.9);
}
.bs-brand-4-item:hover img {
  animation: zoomInDown2 1s;
}

/* 
    brand-4-end
*/
/*
    25. marquee-text
*/
/* 
    marquee-text-1-start
*/

/* 
    marquee-text-1-end
*/
/*
    26. video
*/
/* 
    video-1-start
*/
.bs-video-1-content .title {
  position: absolute;
  bottom: -30px;
  left: 0;
  font-size: 150px;
  color: var(--bs-clr-white-1);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  align-items: center;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-video-1-content .title {
    font-size: 130px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-video-1-content .title {
    font-size: 110px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-video-1-content .title {
    font-size: 90px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-video-1-content .title {
    font-size: 80px;
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .bs-video-1-content .title {
    font-size: 40px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-video-1-content .title {
    font-size: 60px;
    bottom: 0px;
  }
}
.bs-video-1-content-list {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  background: #2c2c2c;
  max-width: 600px;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .bs-video-1-content-list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-video-1-content-list {
    grid-template-columns: 1.3fr 1fr;
  }
}
.bs-video-1-content-list .main-img {
  font-size: 0;
  height: 105px;
}
.bs-video-1-content-list .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bs-video-1-content-list .list li {
  font-size: 16px;
  letter-spacing: 0em;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.5;
}
.bs-video-1-content-list .list li:not(:last-child) {
  margin-bottom: 5px;
}

/* 
    video-1-end
*/
/* 
    video-2-start
*/

/* 
    video-2-end
*/
/* 
    video-4-start
*/
.bs-video-4-content {
  height: 710px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-video-4-content {
    height: 650px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-video-4-content {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-video-4-content {
    height: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-video-4-content {
    height: 500px;
  }
}
.bs-video-4-text {
  position: absolute;
  bottom: -62px;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-video-4-text {
    bottom: -10px;
  }
}
.bs-video-4-text-item {
  font-size: 235px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 4px 4px 0px #6A6A6A;
  color: var(--bs-clr-h-4);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-video-4-text-item {
    font-size: 210px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-video-4-text-item {
    font-size: 190px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-video-4-text-item {
    font-size: 170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-video-4-text-item {
    font-size: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-video-4-text-item {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .bs-video-4-text-item {
    font-size: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-video-4-text-item {
    font-size: 110px;
  }
}
.bs-video-4-text-item .split-line div div {
  transform-origin: center bottom;
  transition: var(--bs-cube-1);
}
.bs-video-4-text-item .split-line div div:hover {
  color: var(--bs-clr-pr-1);
  transform: scaleY(130%);
}

/* 
    video-4-end
*/
/* 
    video-5-start
*/

/* 
    video-5-end
*/
/*
    27. experience
*/
/* 
    expertise-4-start
*/
.bs-expertise-4-wrap {
  height: 650px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bs-expertise-4-title {
  text-align: center;
  font-size: 167px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--bs-clr-pr-1);
  opacity: 16%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 40%;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-expertise-4-title {
    font-size: 127px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-expertise-4-title {
    font-size: 97px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-expertise-4-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .bs-expertise-4-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-expertise-4-title {
    font-size: 50px;
  }
}
.bs-expertise-4-title > span:nth-child(2) {
  margin-top: -30px;
}
.bs-expertise-4-box {
  position: relative;
  overflow: hidden;
  height: 645px;
  margin-top: -16px;
}
.bs-expertise-4-box > .single-tag {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 0;
  top: 0;
  user-select: none;
  pointer-events: auto;
}
.bs-expertise-4-box .single-tag-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 500;
  filter: drop-shadow(4px 16px 32px rgba(0, 0, 0, 0.08));
  user-select: none;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .bs-expertise-4-box .single-tag-item {
    font-size: 18px;
  }
}
.bs-expertise-4-box .single-tag-item .icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #FCE8A4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--bs-clr-white-1);
}
@media (max-width: 767px) {
  .bs-expertise-4-box .single-tag-item .icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.bs-expertise-4-box .single-tag-item .icon:is(.has-clr-2) {
  background: #FFD5BF;
}
.bs-expertise-4-box .single-tag-item .icon:is(.has-clr-3) {
  background: #E4FBC1;
}
.bs-expertise-4-box .single-tag-item .text {
  background: #fff;
  border-radius: 100px;
  padding: 17px 40px;
}
@media (max-width: 767px) {
  .bs-expertise-4-box .single-tag-item .text {
    padding: 10px 20px;
  }
}

/* 
    expertise-4-end
*/
/*
    28. choose
*/
/* 
    choose-4-start
*/
.bs-choose-4-area {
  background-color: var(--bs-clr-h-4);
}
.bs-choose-4-subtitle {
  color: var(--bs-clr-white-1);
  border-color: rgba(255, 255, 255, 0.32);
}
.bs-choose-4-wrap {
  display: grid;
  grid-template-columns: 1.33fr 1fr;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-choose-4-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-bottom: 50px;
  }
}
.bs-choose-4-content {
  transform-origin: left top;
  padding-top: 120px;
  padding-bottom: 95px;
  position: relative;
  z-index: 1;
}
.bs-choose-4-content::after {
  content: "";
  width: 200%;
  height: 100%;
  right: 0;
  top: 0;
  background: #3C3D40;
  z-index: -1;
  position: absolute;
}
.bs-choose-4-content .title {
  color: var(--bs-clr-white-1);
  margin-bottom: 25px;
  max-width: 570px;
}
.bs-choose-4-content .disc {
  color: var(--bs-clr-white-1);
  opacity: 80%;
  margin-bottom: 47px;
  max-width: 520px;
  max-width: 565px;
}
.bs-choose-4-progress {
  max-width: 565px;
}
.bs-choose-4-progress-item {
  padding-bottom: 30px;
}
.bs-choose-4-progress-item .progress-title {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--bs-clr-white-1);
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.bs-choose-4-progress-item .progress-title .counter {
  margin-left: auto;
}
.bs-choose-4-progress-item .progress-line {
  position: relative;
  z-index: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
}
.bs-choose-4-progress-item .progress-line-fill {
  position: absolute;
  height: 100%;
  background: #fff;
}
.bs-choose-4-progress-item .progress-line-fill::after {
  content: "";
  width: 1px;
  height: 13px;
  background: #fff;
  position: absolute;
  right: 0;
  top: -6px;
}
.bs-choose-4-right {
  padding-top: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-choose-4-right {
    padding-top: 0px;
  }
}
.bs-choose-4-feature {
  display: flex;
  margin-top: -300px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-choose-4-feature {
    margin-top: -200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-choose-4-feature {
    margin-top: -200px;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-choose-4-feature {
    margin-top: 0px;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.bs-choose-4-feature .item-margin {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .bs-choose-4-feature .item-margin {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-choose-4-feature .item-margin {
    width: 49%;
  }
}
.bs-choose-4-feature .item-margin:not(:first-child) {
  margin-left: -150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-choose-4-feature .item-margin:not(:first-child) {
    margin-left: 0;
  }
}
.bs-choose-4-feature .item-margin:hover {
  position: relative;
  z-index: 2;
}
.bs-choose-4-feature-single {
  width: 445px;
  height: 445px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  border-radius: 50%;
  padding: 30px;
  background: rgba(6, 6, 6, 0.06);
  backdrop-filter: blur(20px);
  border: 1px solid transparent;
  position: relative;
  z-index: 1;
  transition: 1s var(--bs-cube-2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-choose-4-feature-single {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .bs-choose-4-feature-single {
    width: 100%;
    border-radius: 0px;
  }
}
.bs-choose-4-feature-single::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 1px;
  background: linear-gradient(270deg, #3C3D40, #B9B8B3);
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  animation: rotateGradient 3s linear infinite; /* Animation applied here */
  transition: 0.5s var(--bs-cube-2);
}
@media (max-width: 767px) {
  .bs-choose-4-feature-single::before {
    border-radius: 0px;
  }
}
.bs-choose-4-feature-single .icon {
  width: 104px;
  height: 104px;
  background: var(--bs-clr-black-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  border-radius: 50%;
  color: var(--bs-clr-white-1);
  margin-bottom: 34px;
}
.bs-choose-4-feature-single .title {
  font-size: 24px;
  color: var(--bs-clr-white-1);
  margin-bottom: 14px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-choose-4-feature-single .title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateY(-2px);
}
.bs-choose-4-feature-single .disc {
  max-width: 301px;
  text-align: center;
  color: var(--bs-clr-white-1);
  opacity: 80%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-choose-4-feature-single .disc {
    max-width: 221px;
  }
}
.bs-choose-4-feature-single:hover {
  border-color: var(--bs-clr-pr-1);
}
.bs-choose-4-feature-single:hover::before {
  opacity: 0;
}
.bs-choose-4-feature-single:hover .icon i {
  animation: jackInTheBox 1s;
}
.bs-choose-4-content-height {
  height: 1500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-choose-4-content-height {
    height: auto;
  }
}

/* 
    choose-4-end
*/
/*
    29. services
*/
/* 
    services-1-start
*/

/* 
    services-1-end
*/
/* 
    services-3-start
*/

/* 
    services-3-end
*/
/* 
    services-4-start
*/
.bs-services-4-area {
  position: relative;
  z-index: 1;
  background: var(--bs-clr-h-4);
}
.bs-services-4-subtitle {
  color: var(--bs-clr-white-1);
  border-color: rgba(255, 255, 255, 0.32);
}
.bs-services-4-wrap {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 80px;
}
@media (min-width: 1800px) {
  .bs-services-4-wrap {
    margin-right: -296px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-4-wrap {
    grid-template-columns: 1fr;
  }
}
.bs-services-4-img {
  width: 15.7%;
  height: 353px;
  border-right: 15px solid #202020;
  border-top: 15px solid #202020;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-4-img {
    display: none;
  }
}
.bs-services-4-content .title {
  color: var(--bs-clr-white-1);
  margin-bottom: 25px;
}
.bs-services-4-content .disc {
  color: var(--bs-clr-white-1);
  opacity: 80%;
  margin-bottom: 47px;
  max-width: 520px;
}
.bs-services-4-content .bs-pr-btn-2 {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.72);
}
.bs-services-4-content .bs-pr-btn-2 .text::before {
  color: var(--bs-clr-white-1);
}
.bs-services-4-content .bs-pr-btn-2:hover {
  border-color: transparent;
}
.bs-services-4-item {
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-services-4-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .bs-services-4-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.bs-services-4-item-single {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 68px 50px;
  width: 108px;
  transition: 1s var(--bs-cube-2);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-services-4-item-single {
    padding: 68px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-services-4-item-single {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bs-services-4-item-single {
    width: 100%;
    padding: 68px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-services-4-item-single {
    width: 100%;
    padding: 68px 50px;
  }
}
.bs-services-4-item-single .default-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 72px 16px;
  background-color: #383838;
  align-items: center;
  transition: 0.5s var(--bs-cube-2);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-4-item-single .default-content {
    opacity: 0;
  }
}
.bs-services-4-item-single .active-content {
  transition: 0.5s var(--bs-cube-2);
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-4-item-single .active-content {
    opacity: 1;
  }
}
.bs-services-4-item-single .title {
  font-size: 56px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 1.071;
  margin-bottom: 54px;
  transition: 1s var(--bs-cube-2);
  opacity: 0;
  transition-delay: 0s;
  transform: translateY(10px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-4-item-single .title br {
    display: none;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-services-4-item-single .title {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-4-item-single .title {
    opacity: 1;
    transform: translateY(0);
    font-size: 30px;
    margin-bottom: 24px;
  }
}
.bs-services-4-item-single .title a {
  transition: 0.4s var(--bs-cube-2);
}
.bs-services-4-item-single .title a:hover {
  color: var(--bs-clr-pr-1);
  transform: translateY(3px);
}
.bs-services-4-item-single .title-2 {
  writing-mode: sideways-lr;
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--bs-clr-white-1);
}
.bs-services-4-item-single .disc {
  transition: 1s var(--bs-cube-2);
  transform: translateY(10px);
  opacity: 0;
  transition-delay: 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-4-item-single .disc {
    opacity: 1;
    transform: translateY(0);
  }
}
.bs-services-4-item-single .main-img {
  max-width: 272px;
  height: 320px;
  margin-bottom: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-4-item-single .main-img {
    height: 250px;
  }
}
.bs-services-4-item-single .img-2 {
  height: 90px;
  filter: grayscale(1);
}
.bs-services-4-item-single:is(.active) {
  width: 620px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-services-4-item-single:is(.active) {
    width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-4-item-single:is(.active) {
    width: 100%;
  }
}
.bs-services-4-item-single:is(.active) .default-content {
  opacity: 0;
}
.bs-services-4-item-single:is(.active) .active-content {
  opacity: 1;
}
.bs-services-4-item-single:is(.active) .title {
  opacity: 1;
  transition-delay: 0.4s;
  transform: translateY(0);
}
.bs-services-4-item-single:is(.active) .disc {
  opacity: 1;
  transition-delay: 0.6s;
  transform: translateY(0);
}
.bs-services-4-item-single:nth-child(1) .default-content {
  background-color: #8d8d8d;
}
.bs-services-4-item-single:nth-child(2) .default-content {
  background-color: #6A6A6A;
}
.bs-services-4-item-single:nth-child(3) .default-content {
  background-color: #4C4C4C;
}
.bs-services-4-item-single:nth-child(4) .default-content {
  background-color: #383838; 
}
.bs-services-4-item-single:nth-child(5) .default-content {
  background-color: #212121; 
}

/* mobile customized logic for default / active area view */
/* ==================================================
   SERVICES SECTION – MOBILE LOGIC (≤ 991px)
================================================== */
@media (max-width: 991px) {

  /* Base card */
  .bs-services-4-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bs-services-4-item-single {
    width: 100%;
    padding: 0;
    cursor: pointer;
  }

  /* ----------------------------------
     DEFAULT CONTENT (collapsed state)
  ---------------------------------- */
  .bs-services-4-item-single .default-content {
    position: relative;
    opacity: 1;
    z-index: 2;

    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 16px;

    padding: 18px 20px;
    background-color: #2a2a2a;
  }

  /* Disable desktop vertical layout */
  .bs-services-4-item-single .title-2 {
    writing-mode: horizontal-tb;
    transform: none;

    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
  }

  .bs-services-4-item-single .img-2 {
    width: 150px;
    height: 56px;
    filter: grayscale(0);
    flex-shrink: 0;
  }

  /* ----------------------------------
     ACTIVE CONTENT (expanded state)
  ---------------------------------- */
  .bs-services-4-item-single .active-content {
    display: none;
    opacity: 1;
    padding: 24px 20px;
  }

  .bs-services-4-item-single .main-img {
    height: 220px;
    margin-bottom: 20px;
  }

  .bs-services-4-item-single .title {
    font-size: 28px;
    margin-bottom: 16px;
    opacity: 1;
    transform: none;
  }

  .bs-services-4-item-single .disc {
    opacity: 1;
    transform: none;
  }

  /* ----------------------------------
     TOGGLE STATES
  ---------------------------------- */
  .bs-services-4-item-single.active .default-content {
    display: none;
  }

  .bs-services-4-item-single.active .active-content {
    display: block;
  }

}

/* 
    services-4-end
*/
/* 
    services-5-start
*/
.bs-services-5-left {
  z-index: 2;
}
.bs-services-5-left .inner-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .bs-services-5-left .inner-div {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-services-5-left .inner-div {
    grid-template-columns: 1fr 1fr;
  }
}
.bs-services-5-left .inner-div .disc {
  margin-bottom: 32px;
}
.bs-services-5-left .bg-color {
  background: #F1F2EB;
  width: 200%;
  height: 77.5%;
  position: absolute;
  right: -126px;
  bottom: 0;
  z-index: -1;
  border-radius: 0 32px 0 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-services-5-left .bg-color {
    width: 150%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-5-left .bg-color {
    display: none;
  }
}
.bs-services-5-left-icon {
  position: absolute;
  top: 16%;
  right: -74px;
  font-size: 148px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-5-left-icon {
    right: 0px;
    font-size: 100px;
  }
}

/* 
    services-5-end
*/
/*
    30. core-services
*/
/* 
    core-services-2-start
*/

/* 
    core-services-2-end
*/
/*
    31. testimonial
*/
/* 
    testimonial-1-start
*/
.bs-testimonial-1-item-comment {
  font-size: 35px;
  line-height: 1.428;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-1-item-comment {
    font-size: 30px;
  }
}
.bs-testimonial-1-item-comment i {
  font-weight: 700;
}
.bs-testimonial-1-rating {
  display: flex;
  gap: 50px;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .bs-testimonial-1-rating {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-testimonial-1-rating {
    flex-wrap: nowrap;
  }
}
.bs-testimonial-1-rating .left {
  flex: 0 0 auto;
}
.bs-testimonial-1-rating .disc {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 25px;
  font-weight: 700;
}

/* 
    testimonial-1-end
*/
/* 
    testimonial-3-start
*/

/* 
    testimonial-3-end
*/
/* 
    testimonial-4-start
*/
.bs-testimonial-4-area {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: -200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-4-area {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.bs-testimonial-4-bg {
  width: 100%;
  height: 630px;
  background: #F7F6F1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bs-testimonial-4-content .inner-div {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bs-testimonial-4-content .inner-div .title {
  max-width: 700px;
}
.bs-testimonial-4-content .inner-div .btn-wrap {
  flex: 0 0 auto;
}
.bs-testimonial-4-slider {
  margin-left: -260px;
  margin-right: -300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-4-slider {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.bs-testimonial-4-slider-item {
  display: grid;
  grid-template-columns: 1fr 2.1fr;
  align-items: center;
  border-radius: 12px;
  padding: 24px;
  background: #fff;
  gap: 48px;
  filter: drop-shadow(6px 12px 20px rgba(0, 0, 0, 0.08));
}
@media (max-width: 767px) {
  .bs-testimonial-4-slider-item {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-testimonial-4-slider-item {
    grid-template-columns: 1fr 2.1fr;
  }
}
.bs-testimonial-4-slider-item .item-img {
  border-radius: 12px;
  filter: grayscale(1);
  background: rgba(255, 191, 0, 0.3411764706);
  height: 360px;
}
.bs-testimonial-4-slider-item .item-img img {
  object-position: top;
}
.bs-testimonial-4-slider-item .bs-star-1 {
  color: var(--bs-clr-pr-1);
  font-size: 16px;
  margin-bottom: 23px;
}
.bs-testimonial-4-slider-item .comment {
  color: var(--bs-clr-h-4);
  font-size: 22px;
  line-height: 1.545;
  margin-bottom: 72px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-4-slider-item .comment {
    font-size: 20px;
    margin-bottom: 22px;
  }
}
.bs-testimonial-4-slider-item .name {
  color: var(--bs-clr-h-4);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 22px;
}
.bs-testimonial-4-slider-item .bio {
  font-size: 16px;
}
.bs-testimonial-4-slider .swiper-container {
  padding: 50px 0;
}
.bs-testimonial-4-slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.bs-testimonial-4-slider-btn .pagination {
  max-width: 300px;
  width: 100%;
}
.bs-testimonial-4-slider-btn .pagination .bs-t4-pagination {
  height: 2px;
  background: #E4E4E4;
}
.bs-testimonial-4-slider-btn .pagination .swiper-pagination-progressbar-fill {
  background: var(--bs-clr-h-4);
}
.bs-testimonial-4-slider-btn .btn-elm {
  text-transform: uppercase;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: 500;
  transition: 0.4s var(--bs-cube-2);
  opacity: 50%;
  cursor: pointer;
}
.bs-testimonial-4-slider-btn .btn-elm:hover {
  opacity: 1;
}

/* 
    testimonial-4-end
*/
/* 
    testimonial-5-start
*/
.bs-testimonial-5-rating-box-author {
  display: flex;
  margin-bottom: 25px;
}
.bs-testimonial-5-rating-box-author .author-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid var(--bs-clr-black-2);
  margin-right: -16px;
}

/* 
    testimonial-5-end
*/
/* 
    testimonial-6-start
*/

/* 
    testimonial-6-end
*/
/*
    19. projects
*/
/* 
    contact-1-start
*/
.bs-contact-1-bg-color {
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 260px);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-contact-1-bg-color {
    height: calc(100% - 220px);
  }
}

/* 
    contact-1-end
*/
/* 
    contact-4-start
*/
.bs-contact-4-area {
  padding-top: 460px;
  padding-bottom: 172px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-contact-4-area {
    padding-top: 360px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-contact-4-area {
    padding-top: 200px;
  }
}
.bs-contact-4-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1070px;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-contact-4-bg {
    height: 800px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-contact-4-bg {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-contact-4-bg {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-contact-4-bg {
    height: 500px;
  }
}
.bs-contact-4-bg .glow-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 340px !important;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-contact-4-bg .glow-1 {
    height: 250px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-contact-4-bg .glow-1 {
    height: 200px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-contact-4-bg .glow-1 {
    height: 150px !important;
  }
}
.bs-contact-4-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  margin-right: -95px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-contact-4-wrap {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-contact-4-wrap {
    margin-right: 0px;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-contact-4-wrap {
    margin-right: 0px;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.bs-contact-4-form {
  background: #F7F6F1;
  padding: 68px 60px;
  margin-top: 180px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-contact-4-form {
    padding: 68px 30px;
  }
}
.bs-contact-4-form .title {
  font-size: 36px;
  font-weight: 700;
  color: var(--bs-clr-h-4);
  margin-bottom: 29px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-contact-4-form .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bs-contact-4-form .title {
    font-size: 24px;
  }
}
.bs-contact-4-form .bs-form-1 {
  grid-template-columns: 1fr;
  gap: 36px;
}
.bs-contact-4-form .bs-form-1-item-label {
  font-size: 14px;
  font-family: var(--bs-font-3);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
}
.bs-contact-4-form .bs-form-1-item-input {
  height: 50px;
  padding: 0;
  border-color: #D9D9D9;
  color: #888888;
  font-family: var(--bs-font-3);
  font-weight: 400;
}
.bs-contact-4-form .bs-form-1-item-input:is(textarea) {
  height: 70px;
  padding-top: 10px;
}
.bs-contact-4-form .bs-form-1-item:last-child {
  margin-top: 0;
  padding-top: 30px;
}
.bs-contact-4-title {
  margin-left: 65px;
  align-self: end;
  margin-bottom: -80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-contact-4-title {
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
.bs-contact-4-img {
  width: 290px;
  height: 686px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-contact-4-img {
    height: 556px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-contact-4-img {
    height: 500px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bs-contact-4-img {
    display: none;
  }
}

/* 
    contact-4-end
*/
/*
    33. team
*/
/* 
    team-1-start
*/
.bs-team-1-item {
  padding-top: 20px;
  transition: 0.5s;
}
.bs-team-1-item .item-img {
  height: 455px;
  width: 100%;
  background-color: #F0F1F3;
}
.bs-team-1-item .content-wrap {
  background: var(--bs-clr-pr-1);
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding-left: 35px;
  transform: translateY(-100%);
  transition: 0.5s;
  opacity: 0;
}
.bs-team-1-item .name {
  font-size: 25px;
  color: #fff;
  margin-bottom: 0px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-team-1-item .name:hover {
  color: var(--bs-clr-black-1);
}
@media (max-width: 767px) {
  .bs-team-1-item .name {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-team-1-item .name {
    font-size: 24px;
  }
}
.bs-team-1-item .bio {
  font-size: 13px;
  text-transform: capitalize;
  color: #fff;
}
.bs-team-1-item:hover {
  background-color: var(--bs-clr-pr-1);
}
.bs-team-1-item:hover .content-wrap {
  transform: translateY(-1%);
  opacity: 1;
}
.bs-team-1-slider .swiper-container .swiper-slide:nth-child(odd) .bs-team-1-item {
  margin-top: 20px;
}
.bs-team-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-team-1-item {
  background-color: var(--bs-clr-pr-1);
}
.bs-team-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-team-1-item .content-wrap {
  transform: translateY(-1%);
  opacity: 1;
}
.bs-team-1-slider .lw-team1-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -140px;
  z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-team-1-slider .lw-team1-prev {
    left: -60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-team-1-slider .lw-team1-prev {
    position: unset;
    transform: unset;
  }
}
.bs-team-1-slider .lw-team1-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -140px;
  z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-team-1-slider .lw-team1-next {
    right: -60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-team-1-slider .lw-team1-next {
    position: unset;
    transform: unset;
  }
}

/* 
    team-1-end
*/
/* 
    team-3-start
*/
.bs-team-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px;
  perspective: 2000px;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-team-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .bs-team-3-wrap {
    grid-template-columns: 1fr;
  }
}
.bs-team-3-item {
  padding: 10px 0;
  background: transparent;
  position: relative;
  z-index: 1;
  height: 500px;
  transition: background 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-team-3-item {
    height: 500px;
  }
}
.bs-team-3-item .item-img {
  width: 100%;
  height: calc(100% - 35px);
  transition: 0.5s var(--bs-cube-2);
}
.bs-team-3-item .item-img img {
  object-position: top;
}
.bs-team-3-item .content-wrap {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  display: flex;
  justify-content: space-between;
}
.bs-team-3-item .content {
  padding: 10px;
  padding-left: 35px;
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0px 5px #ECECEC;
  width: 100%;
  transition: 0.5s var(--bs-cube-2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-team-3-item .content {
    padding: 10px;
    padding-left: 15px;
  }
}
.bs-team-3-item .name {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0px;
  transition: 0.4s var(--bs-cube-2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-team-3-item .name {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-team-3-item .name {
    font-size: 22px;
  }
}
.bs-team-3-item .name:hover {
  color: var(--bs-clr-pr-1);
}
.bs-team-3-item .bio {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.bs-team-3-item:hover {
  background: var(--bs-clr-pr-1);
}
.bs-team-3-item:hover .item-img {
  height: 100%;
}
.bs-team-3-item:hover .content {
  box-shadow: none;
}

/* 
    team-3-end
*/
/* 
    team-4-start
*/
.bs-team-4-member {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  perspective: 2000px;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-team-4-member {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .bs-team-4-member {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-team-4-member {
    grid-template-columns: 1fr 1fr;
  }
}
.bs-team-4-member-single .content {
  max-width: 258px;
  border: 1px solid rgba(54, 54, 54, 0.52);
  background: var(--bs-clr-white-1);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 21px 10px;
  margin-top: -50px;
}
.bs-team-4-member-single .content::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-color: var(--bs-clr-pr-1);
  transition: all 0.5s ease-in-out;
  z-index: 1;
  right: -16px;
  top: -16px;
  border-width: 0 0 1px 1px;
  transform-origin: bottom left;
}
.bs-team-4-member-single .content::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-color: var(--bs-clr-pr-1);
  transition: all 0.5s ease-in-out;
  z-index: 1;
  left: -16px;
  bottom: -16px;
  border-width: 1px 1px 0 0;
  transform-origin: top right;
}
.bs-team-4-member-single .content .line-1 {
  position: absolute;
  background: var(--bs-clr-pr-1);
  width: 100%;
  height: 1px;
  top: -1px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: 1s var(--bs-cube-2);
}
.bs-team-4-member-single .content .line-2 {
  position: absolute;
  background: var(--bs-clr-pr-1);
  width: 1px;
  height: 100%;
  top: 0px;
  right: -1px;
  transform-origin: top;
  transform: scaleY(0);
  transition: 1s var(--bs-cube-2);
}
.bs-team-4-member-single .name {
  font-size: 22px;
  margin-bottom: 5px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-team-4-member-single .name:hover {
  color: var(--bs-clr-pr-1);
  transform: translateY(-3px);
}
.bs-team-4-member-single .bio {
  text-transform: capitalize;
  letter-spacing: -0.03em;
}
.bs-team-4-member-single:hover .content .line-1 {
  transform: scaleX(1);
}
.bs-team-4-member-single:hover .content .line-2 {
  transform: scaleY(1);
}

/* 
    team-4-end
*/
/* 
    team-5-start
*/
.bs-team-5-member .main-img {
  height: 420px;
}
.bs-team-5-member .main-img a {
  width: 100%;
  height: 100%;
}
.bs-team-5-member .content {
  margin-top: -71px;
  text-align: center;
  background: var(--bs-clr-h-4);
  max-width: 224px;
  padding: 42px 10px;
  margin-left: auto;
  margin-right: auto;
  clip-path: polygon(calc(50% - 0px) calc(100% - 0.625px), calc(50% - 0px) calc(100% - 0.625px), calc(50% - 18.0846067px) calc(100% - 1.5715285px), calc(50% - 35.2704896px) calc(100% - 4.311268px), calc(50% - 51.3209529px) calc(100% - 8.6944495px), calc(50% - 65.9993008px) calc(100% - 14.571304px), calc(50% - 79.0688375px) calc(100% - 21.7920625px), calc(50% - 90.2928672px) calc(100% - 30.206956px), calc(50% - 99.4346941px) calc(100% - 39.6662155px), calc(50% - 106.2576224px) calc(100% - 50.020072px), calc(50% - 110.5249563px) calc(100% - 61.1187565px), calc(50% - 112px) calc(100% - 72.8125px), 0px calc(50% - 0.3125px), 1.4750437px calc(50% - 12.0061706px), 5.7423776px calc(50% - 23.1048128px), 12.5653059px calc(50% - 33.4586522px), 21.7071328px calc(50% - 42.9179144px), 32.9311625px calc(50% - 51.332825px), 46.0006992px calc(50% - 58.5536096px), 60.6790471px calc(50% - 64.4304938px), 76.7295104px calc(50% - 68.8137032px), 93.9153933px calc(50% - 71.5534634px), 112px calc(50% - 72.5px), calc(50% - 0px) calc(50% - 72.5px), calc(50% + 18.084631px) calc(50% - 71.5534634px), calc(50% + 35.270528px) calc(50% - 68.8137032px), calc(50% + 51.320997px) calc(50% - 64.4304938px), calc(50% + 65.999344px) calc(50% - 58.5536096px), calc(50% + 79.068875px) calc(50% - 51.332825px), calc(50% + 90.292896px) calc(50% - 42.9179144px), calc(50% + 99.434713px) calc(50% - 33.4586522px), calc(50% + 106.257632px) calc(50% - 23.1048128px), calc(50% + 110.524959px) calc(50% - 12.0061706px), calc(50% + 112px) calc(50% - 0.3125px), calc(100% - 0px) calc(50% - 0.3125px), calc(100% - 1.475041px) calc(50% + 11.3812435px), calc(100% - 5.742368px) calc(50% + 22.479928px), calc(100% - 12.565287px) calc(50% + 32.8337845px), calc(100% - 21.707104px) calc(50% + 42.293044px), calc(100% - 32.931125px) calc(50% + 50.7079375px), calc(100% - 46.000656px) calc(50% + 57.928696px), calc(100% - 60.679003px) calc(50% + 63.8055505px), calc(100% - 76.729472px) calc(50% + 68.188732px), calc(100% - 93.915369px) calc(50% + 70.9284715px), calc(100% - 112px) calc(50% + 71.875px));
  transition: 0.4s var(--bs-cube-2);
  transform: translateY(10px);
  opacity: 0;
}
.bs-team-5-member .name {
  font-size: 22px;
  color: var(--bs-clr-white-1);
  letter-spacing: -0.03em;
  margin-bottom: 6px;
  transition: 0.4s var(--bs-cube-2);
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
}
.bs-team-5-member .name a {
  transition: 0.4s var(--bs-cube-2);
}
.bs-team-5-member .name a:hover {
  color: var(--bs-clr-pr-1);
}
.bs-team-5-member .bio {
  text-transform: capitalize;
  color: var(--bs-clr-white-1);
  opacity: 80%;
  transition: 0.4s var(--bs-cube-2);
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
}
.bs-team-5-member:hover .content {
  transform: translateY(0);
  opacity: 1;
}
.bs-team-5-member:hover .content .name {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.bs-team-5-member:hover .content .bio {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}

/* 
    team-5-end
*/
/* 
    team-6-start
*/
.bs-team-6-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  align-items: start;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-team-6-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-team-6-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-team-6-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .bs-team-6-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-team-6-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.bs-team-6-wrap .bs-team-1-item:nth-child(odd) {
  margin-top: 20px;
}
.bs-team-6-wrap .bs-team-1-item:is(.active) {
  background-color: var(--bs-clr-pr-1);
}
.bs-team-6-wrap .bs-team-1-item:is(.active) .content-wrap {
  transform: translateY(-1%);
  opacity: 1;
}

/* 
    team-6-end
*/
/* 
    team-7-start
*/
.bs-team-7-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-team-7-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-team-7-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .bs-team-7-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-team-7-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.bs-team-7-wrap .bs-team-5-member:is(.active) .content {
  transform: translateY(0);
  opacity: 1;
}
.bs-team-7-wrap .bs-team-5-member:is(.active) .content .name {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.bs-team-7-wrap .bs-team-5-member:is(.active) .content .bio {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}

/* 
    team-7-end
*/
/* 
    team-8-start
*/

/* 
    team-8-end
*/
/*
    34. price
*/
/* 
    price-5-start
*/

/* 
    price-5-end
*/
/*
    35. gallery
*/
/* 
    gallery-2-start
*/
.bs-gallery-2-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 20px;
  align-items: start;
  perspective: 2000px;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-gallery-2-wrap {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media (max-width: 767px) {
  .bs-gallery-2-wrap {
    grid-template-columns: 1fr;
  }
}
.bs-gallery-2-wrap .left {
  display: grid;
  gap: 20px;
}
.bs-gallery-2-wrap .right {
  display: grid;
  align-self: center;
  gap: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-gallery-2-wrap .right {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-column-start: 1;
    grid-column-end: -1;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .bs-gallery-2-wrap .right {
    gap: 20px;
  }
}
.bs-gallery-2-wrap .bs-btn-1 {
  border: 1px solid var(--bs-clr-black-1);
  background: transparent;
  color: var(--bs-clr-black-1);
}
.bs-gallery-2-wrap .bs-btn-1 .shape {
  background: var(--bs-clr-pr-1);
}
.bs-gallery-2-wrap .bs-btn-1 .icon i:nth-child(2) {
  color: var(--bs-clr-black-1);
}
.bs-gallery-2-wrap .bs-btn-1:hover {
  border-color: transparent;
}
.bs-gallery-2-img {
  width: 100%;
  height: 270px;
}

/* 
    gallery-2-end
*/
/*
    36. counter
*/
/* 
    counter-2-start
*/
.bs-counter-2-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-counter-2-wrap {
    gap: 40px;
  }
}
.bs-counter-2-wrap .shape {
  font-size: 30px;
  margin-top: 4%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-counter-2-wrap .shape {
    display: none;
  }
}
.bs-counter-2-item .item-number {
  font-size: 150px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-counter-2-item .item-number {
    font-size: 130px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-counter-2-item .item-number {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-counter-2-item .item-number {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-counter-2-item .item-number {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .bs-counter-2-item .item-number {
    font-size: 50px;
  }
}
.bs-counter-2-item .item-disc {
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: #081421;
  max-width: 140px;
}

/* 
    counter-2-end
*/
/*
    37. sponsor
*/
/* 
    sponsor-1-start
*/

/* 
    sponsor-1-end
*/
/*
    38. faqs
*/
/* 
    faq-1-start
*/
.bs-accordion-item {
  padding-bottom: 25px;
}
.bs-accordion-item:not(:last-child) {
  border-bottom: 1px solid #000;
  margin-bottom: 25px;
}
.bs-accordion-item .item-title {
  border: none;
  outline: none;
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  background: transparent;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 1;
  display: flex;
  gap: 25px;
  transition: 0.5s var(--bs-cube-2);
  align-items: center;
}
@media (max-width: 767px) {
  .bs-accordion-item .item-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-accordion-item .item-title {
    font-size: 22px;
  }
}
.bs-accordion-item .item-title .shape {
  width: 68px;
  height: 68px;
  border-radius: 10px;
  background: #ededed;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.bs-accordion-item .item-title .shape img {
  transform-origin: center top;
}
.bs-accordion-item .item-title .icon {
  font-size: 25px;
  margin-left: auto;
}
.bs-accordion-item .item-title .icon i {
  transition: 0.5s;
}
.bs-accordion-item .item-title:hover {
  color: var(--bs-clr-pr-1);
}
.bs-accordion-item .item-title:hover .shape img {
  animation: swing 1s;
}

.bs-faq-1-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 20%;
}

/* 
    faq-1-end
*/
/* 
    faq-6-start
*/

/* 
    faq-6-end
*/
/*
    39. blog
*/
/* 
    blog-1-start
*/
.bs-blog-1-bg-color {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 264px);
  z-index: -1;
}
.bs-blog-1-wrap {
  perspective: 2000px;
  transform-style: preserve-3d;
}
.bs-blog-1-item {
  display: grid;
  grid-template-columns: 1fr 1.23fr;
  gap: 65px;
  position: relative;
  z-index: 1;
  align-items: center;
  border: 2px solid #000;
  background-color: #eef4eb;
  padding: 80px 90px;
  margin-top: -2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-blog-1-item {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-blog-1-item {
    padding: 60px 30px;
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .bs-blog-1-item {
    padding: 60px 20px;
    gap: 35px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-1-item {
    padding: 60px 30px;
    gap: 35px;
    grid-template-columns: 1fr;
  }
}
.bs-blog-1-item .item-img {
  height: 380px;
}
.bs-blog-1-item .item-img a {
  width: 100%;
  height: 100%;
}
.bs-blog-1-item .item-img img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.bs-blog-1-item .content {
  max-width: 530px;
}
.bs-blog-1-item .item-date {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  background: var(--bs-clr-pr-1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--bs-clr-white-1);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  gap: 3px;
  position: absolute;
  top: 91px;
  left: 43.5%;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-blog-1-item .item-date {
    left: 0%;
    transform: unset;
  }
}
.bs-blog-1-item .item-title {
  font-size: 40px;
  font-weight: 800;
  color: #262524;
  margin-bottom: 20px;
  transition: 0.5s var(--bs-cube-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-blog-1-item .item-title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-blog-1-item .item-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bs-blog-1-item .item-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-1-item .item-title {
    font-size: 28px;
  }
}
.bs-blog-1-item .item-title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateX(3px);
}
.bs-blog-1-item .item-disc {
  font-size: 20px;
  margin-bottom: 23px;
}
.bs-blog-1-item:hover img {
  transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}
.bs-blog-1-item:nth-child(even) {
  direction: rtl;
}
.bs-blog-1-item:nth-child(even) .content {
  max-width: 530px;
  text-align: left;
  margin-right: auto;
  direction: ltr;
}
.bs-blog-1-item:nth-child(even) .item-date {
  left: unset;
  right: 37.5%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-blog-1-item:nth-child(even) .item-date {
    right: 31.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-blog-1-item:nth-child(even) .item-date {
    right: 0%;
  }
}

/* 
    blog-1-end
*/
/* 
    blog-2-start
*/

/* 
    blog-2-end
*/
/* 
    blog-3-start
*/

/* 
    blog-3-end
*/
/* 
    blog-4-start
*/
.bs-blog-4-content {
  margin-bottom: 49px;
}
.bs-blog-4-content .inner-div {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bs-blog-4-content .inner-div .title {
  max-width: 700px;
}
.bs-blog-4-content .inner-div .btn-wrap {
  flex: 0 0 auto;
}
.bs-blog-4-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-blog-4-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .bs-blog-4-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-4-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .bs-blog-4-wrap {
    display: none;
  }
}
.bs-blog-4-item .item-img {
  height: 500px;
  filter: grayscale(1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-blog-4-item .item-img {
    height: 450px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-blog-4-item .item-img {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-blog-4-item .item-img {
    height: 350px;
  }
}
.bs-blog-4-item .item-img img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.bs-blog-4-item .item-img a {
  width: 100%;
  height: 100%;
}
.bs-blog-4-item .item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #F5F5F5;
  font-size: 16px;
  margin-left: auto;
  margin-right: 32px;
  margin-top: -30px;
  position: relative;
  z-index: 1;
  transition: 0.4s var(--bs-cube-2);
}
.bs-blog-4-item .author {
  padding-left: 52px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  z-index: 1;
  margin-top: -14px;
  margin-bottom: 20px;
}
.bs-blog-4-item .author::after {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  top: 10px;
  left: 0;
  background: var(--bs-clr-black-2);
}
.bs-blog-4-item .title {
  font-size: 28px;
  line-height: 1.142;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-blog-4-item .title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateY(-3px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-blog-4-item .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .bs-blog-4-item .title {
    font-size: 22px;
  }
}
.bs-blog-4-item .item-meta {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
  text-transform: capitalize;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 0;
}
.bs-blog-4-item .item-meta .read {
  margin-left: auto;
}
.bs-blog-4-item .item-meta .categories {
  padding-right: 12px;
  position: relative;
  z-index: 1;
  color: var(--bs-clr-h-4);
  font-weight: 500;
}
.bs-blog-4-item .item-meta .categories::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--bs-clr-black-1);
  position: absolute;
  top: 11px;
  right: 0;
}
.bs-blog-4-item:hover .item-btn {
  background: var(--bs-clr-pr-1);
  color: var(--bs-clr-white-1);
}
.bs-blog-4-item:hover .item-img {
  filter: grayscale(0);
}
.bs-blog-4-item:hover .item-img img {
  transform: perspective(2000px) rotateX(0.1deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}

/* 
    blog-4-end
*/
/* 
    blog-5-start
*/
.bs-blog-5-item {
  transition: 0.5s var(--bs-cube-2);
  flex-grow: 1;
  width: 33%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-blog-5-item {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .bs-blog-5-item {
    width: 100%;
  }
}
.bs-blog-5-item .main-img {
  transition: 0.5s var(--bs-cube-2);
  height: 276px;
  border-radius: 12px;
  margin-bottom: 24px;
}
.bs-blog-5-item .item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.bs-blog-5-item .item-meta li {
  background: #F1F2EB;
  backdrop-filter: blur(4px);
  border-radius: 4px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 4px 14px;
}
.bs-blog-5-item .title {
  font-size: 24px;
  line-height: 1.166;
  margin-bottom: 12px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-blog-5-item .title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateX(3px);
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-blog-5-item:is(.active) {
    flex: 0 0 auto;
    width: 600px;
  }
  .bs-blog-5-item:is(.active) .main-img {
    height: 414px;
  }
}

/* 
    blog-5-end
*/
/*
    40. office
*/
/* 
    office-1-start
*/

/* 
    office-1-end
*/
/* 
    follow-us-3-start
*/

/* 
    follow-us-3-end
*/
/* 
    office-3-start
*/

/* 
    office-3-end
*/
/*
    41. breadcrumb
*/
/* 
    breadcrumb-start
*/
.breadcrumb-area {
  padding-top: 250px;
}
.breadcrumb-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.breadcrumb-bg-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.breadcrumb-bg-img img {
  opacity: 28%;
}
.breadcrumb-wrap {
  display: flex;
  flex-direction: column;
  gap: 100px;
  position: relative;
  z-index: 1;
}
.breadcrumb-title {
  font-family: var(--bs-font-1);
  font-size: 90px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-title {
    font-size: 50px;
  }
}
.breadcrumb-back-page-btn {
  font-family: var(--bs-font-1);
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.02em;
  font-size: 18px;
  color: var(--bs-clr-black-1);
  transition: 0.4s var(--bs-cube-2);
}
.breadcrumb-back-page-btn i {
  color: var(--bs-clr-pr-1);
}
.breadcrumb-back-page-btn:hover {
  color: var(--bs-clr-pr-1);
  transform: translateX(-3px);
}

/* 
    breadcrumb-end
*/
/* 
    breadcrumb-career-page-start
*/

/* 
    breadcrumb-career-page-end
*/
/* 
    breadcrumb-blog-details-start
*/
.breadcrumb-area:is(.has-blog-details) {
  padding-top: 180px;
}
.breadcrumb-area:is(.has-blog-details) .breadcrumb-wrap {
  gap: 60px;
}
.breadcrumb-area:is(.has-blog-details) .breadcrumb-back-page-btn {
  color: var(--bs-clr-white-1);
}
.breadcrumb-area:is(.has-blog-details) .breadcrumb-back-page-btn:hover {
  color: var(--bs-clr-pr-1);
}
.breadcrumb-area:is(.has-blog-details) .breadcrumb-title {
  text-align: center;
}

/* 
    breadcrumb-blog-details-end
*/
/*
    42. service-details
*/
/* 
    services-details-start
*/

/* 
    services-details-end
*/
/*
    43. team-details
*/
/* 
    team-details-1-start
*/

/* 
    team-details-1-end
*/
/*
    44. project-details
*/
/* 
    services-details-start
*/

/* 
    project-details-end
*/
/*
    45. career
*/
/* 
    career-page-start
*/

/* 
    career-page-end
*/
/* 
    career-offer-start
*/

/* 
    career-offer-end
*/
/*
    46. career-single
*/
/* 
    career-single-start
*/
.bs-career-single-form {
  grid-template-columns: 1fr;
  gap: 20px;
}
.bs-career-single-form .bs-form-1-item-label {
  font-size: 14px;
  font-weight: 400;
  opacity: 56%;
}
.bs-career-single-form .bs-form-1-item-input {
  border-bottom: 1px solid #CED3CA;
  font-size: 16px;
  padding: 0;
  color: #000;
  font-weight: 400;
}
.bs-career-single-form .bs-form-1-item .bs-btn-1 {
  width: 100%;
  justify-content: center;
}
.bs-career-single-form .bs-form-1-item::after {
  height: 1px;
}
.bs-career-single-form .bs-form-1-item:focus-within .bs-form-1-item-label {
  opacity: 1;
}
.bs-career-single-form .bs-form-1-item:focus-within::after {
  transform: scaleX(1);
}
.bs-career-single-form .bs-form-1-item:last-child {
  margin-top: 10px;
}

/* 
    career-single-end
*/
/*
    47. blog-details
*/
/* 
    blog-details-start
*/

.bs-blog-details-meta {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 80px;
  background: #F5F5F5;
  padding: 23px 59px;
  justify-content: center;
  align-self: center;
  margin-top: 50px;
}
.bs-blog-details-meta .meta-item {
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 20px;
  gap: 8px;
  font-weight: 500;
  text-transform: capitalize;
}
.bs-blog-details-meta .meta-item svg path {
  fill: var(--bs-clr-pr-1);
}
.bs-blog-details-content {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.bs-blog-details-content h1, .bs-blog-details-content h2, .bs-blog-details-content h3, .bs-blog-details-content h4, .bs-blog-details-content h5, .bs-blog-details-content h6 {
  font-family: var(--bs-font-pr-1);
  color: #000;
  line-height: 1.23;
  margin-top: 54px;
  margin-bottom: 24px;
  font-weight: 600;
}
.bs-blog-details-content p, .bs-blog-details-content span, .bs-blog-details-content li {
  font-family: var(--bs-font-pr-1);
  color: #444444;
  font-size: 18px;
  line-height: 28px;
}
.bs-blog-details-content h1 {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-blog-details-content h1 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-blog-details-content h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bs-blog-details-content h1 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-details-content h1 {
    font-size: 26px;
  }
}
.bs-blog-details-content h2 {
  font-size: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-blog-details-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bs-blog-details-content h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-details-content h2 {
    font-size: 26px;
  }
}
.bs-blog-details-content h3 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .bs-blog-details-content h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-details-content h3 {
    font-size: 26px;
  }
}
.bs-blog-details-content h4 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .bs-blog-details-content h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-details-content h4 {
    font-size: 26px;
  }
}
.bs-blog-details-content h5 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .bs-blog-details-content h5 {
    font-size: 18px;
  }
}
.bs-blog-details-content h6 {
  font-size: 18px;
}
.bs-blog-details-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
.bs-blog-details-content ul li {
  padding-left: 22px;
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .bs-blog-details-content ul li {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-details-content ul li {
    flex-wrap: nowrap;
  }
}
.bs-blog-details-content ul li:not(:last-child) {
  margin-bottom: 17px;
}
.bs-blog-details-content ul li::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background-color: var(--bs-clr-pr-1);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.bs-blog-details-content ul li b {
  max-width: 155px;
  width: 100%;
}
.bs-blog-details-content cite {
  font-family: var(--bs-font-pr-1);
  display: block;
  font-weight: 700;
  color: #000;
  font-style: normal;
  padding-left: 72px;
  margin-top: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 18px;
}
@media (max-width: 767px) {
  .bs-blog-details-content cite {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-details-content cite {
    font-size: 18px;
  }
}
.bs-blog-details-content cite::after {
  content: "";
  width: 62px;
  height: 2px;
  border-radius: 20px;
  background: var(--bs-clr-pr-1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/* 
    blog-details-end
*/
/*
    48. contact-page
*/
/* 
    contact-6-start
*/
.bs-contact-6-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 85px;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-contact-6-wrap {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-contact-6-wrap {
    grid-template-columns: 1fr;
  }
}
.bs-contact-6-img {
  height: 825px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-contact-6-img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .bs-contact-6-img {
    height: 400px;
  }
}
.bs-contact-6-content .bs-form-1-item-label {
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.bs-contact-6-content .bs-form-1-item-input {
  color: #888888;
}
.bs-contact-6-content .bs-form-1-item-input:is(textarea) {
  height: 70px;
}
.bs-contact-6-content .bs-form-1-item .bs-btn-1 {
  width: unset;
  justify-content: center;
}
.bs-contact-6-content .bs-form-1-item .bs-btn-1 .text {
  color: var(--bs-clr-white-1);
}
.bs-contact-6-content .bs-form-1-item .bs-btn-1 .icon {
  color: var(--bs-clr-white-1);
}
.bs-contact-6-content .bs-form-1-item .bs-btn-1:hover .text {
  color: var(--bs-clr-pr-1);
}

.bs-contact-page-map {
  width: 100%;
  height: 690px;
  filter: grayscale(1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-contact-page-map {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-contact-page-map {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .bs-contact-page-map {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-contact-page-map {
    height: 350px;
  }
}
.bs-contact-page-map iframe {
  width: 100%;
  height: 100%;
}

/* 
    contact-6-end
*/
/*
    49. error-page
*/

/*
    50. footer
*/
/* 
    footer-1-start
*/

/* 
    footer-1-end
*/
/* 
    footer-2-start
*/
.bs-footer-2-marquee-2 {
  height: 8px;
}

/* 
    footer-2-end
*/
/* 
    footer-4-start
*/
.bs-footer-4-area {
  background: var(--bs-clr-h-4);
}
.bs-footer-4-bg {
  position: absolute;
  bottom: 9%;
  left: 0;
  z-index: -1;
  width: 100%;
  text-align: center;
}
.bs-footer-4-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .bs-footer-4-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-footer-4-wrap {
    gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
}
.bs-footer-4-widget {
  display: flex;
  gap: 50px 120px;
  flex-wrap: wrap;
}
.bs-footer-4-logo {
  margin-bottom: 50px;
}
.bs-footer-4-menu li:not(:last-child) {
  margin-bottom: 14px;
}
.bs-footer-4-menu li a {
  font-family: var(--bs-font-3);
  color: var(--bs-clr-white-1);
  text-transform: capitalize;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
  transition: 0.4s var(--bs-cube-2);
}
.bs-footer-4-menu li a:hover {
  color: var(--bs-clr-pr-1);
}
.bs-footer-4-contact .title {
  font-size: 80px;
  color: var(--bs-clr-white-1);
  font-weight: 500;
  margin-bottom: 41px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-footer-4-contact .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-footer-4-contact .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .bs-footer-4-contact .title {
    font-size: 40px;
  }
}
.bs-footer-4-contact .link-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--bs-clr-white-1);
}
.bs-footer-4-contact .disc-elm, .bs-footer-4-contact .link-elm {
  font-size: 28px;
  color: #888888;
  border-bottom: 1px solid #888888;
  line-height: 2;
  position: relative;
  z-index: 1;
  width: 100%;
  transition: 0.4s var(--bs-cube-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-footer-4-contact .disc-elm, .bs-footer-4-contact .link-elm {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-footer-4-contact .disc-elm, .bs-footer-4-contact .link-elm {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .bs-footer-4-contact .disc-elm, .bs-footer-4-contact .link-elm {
    font-size: 20px;
  }
}
.bs-footer-4-contact .disc-elm::after, .bs-footer-4-contact .link-elm::after {
  content: "";
  width: 0%;
  height: 1px;
  background: var(--bs-clr-pr-1);
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 1s;
}
.bs-footer-4-contact .disc-elm:is(a):hover, .bs-footer-4-contact .link-elm:is(a):hover {
  color: var(--bs-clr-pr-1);
}
.bs-footer-4-contact .disc-elm:is(a):hover::after, .bs-footer-4-contact .link-elm:is(a):hover::after {
  width: 100%;
}
.bs-footer-4-contact .disc-elm:not(:last-child), .bs-footer-4-contact .link-elm:not(:last-child) {
  margin-bottom: 43px;
}
.bs-footer-4-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  padding: 28px 0;
}
.bs-footer-4-copyright-flex {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-footer-4-copyright-flex {
    justify-content: center;
    gap: 20px;
  }
}
.bs-footer-4-copyright-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.64);
}
.bs-footer-4-copyright-text a {
  color: var(--bs-clr-white-1);
  transition: 0.4s var(--bs-cube-2);
}
.bs-footer-4-copyright-text a:hover {
  color: var(--bs-clr-pr-1);
}
.bs-footer-4-copyright-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 48px;
}
.bs-footer-4-copyright-social .elm-link {
  font-size: 16px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.64);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-footer-4-copyright-social .elm-link i {
  color: var(--bs-clr-white-1);
  transition: 0.4s var(--bs-cube-2);
}
.bs-footer-4-copyright-social .elm-link:hover {
  color: var(--bs-clr-pr-1);
}
.bs-footer-4-copyright-social .elm-link:hover i {
  color: var(--bs-clr-pr-1);
}

/* 
    footer-4-end
*/
/* 
    footer-5-start
*/

/* 
    footer-5-end
*/


.overlay-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55); /* adjust darkness here */
    z-index: 1;
}

.overlay-dark > * {
    position: relative;
    z-index: 2;
}
/*# sourceMappingURL=main.purged.css.map */