@import url("https://fonts.googleapis.com/css2?family=Birthstone&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&display=swap");

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --black: #000000;
  --white: #ffffff;
  --dark: #171717;
  --primary: #ff9740;
}
html {
  font-size: 10px;
}

body {
  line-height: 1.4;
  font-family: "Lato", sans-serif;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: var(--white);
  color: var(--dark);
  font-weight: 400;
  font-size: 2.3rem;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
form,
input,
select,
textarea {
  width: 100%;
  font-family: "Lato", sans-serif;
}
ul:not(.list-none),
ol:not(.list-none) {
  padding-left: 3rem;
}
h1,
.large-title,
.h1 {
  font-size: 22rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  letter-spacing: -1rem;
  word-spacing: -1rem;
}
.large-title {
  letter-spacing: -0.7rem;
  word-spacing: -2rem;
}
h2,
.h2,
h4,
.h4 {
  line-height: 1.2;
  font-weight: 600;
}
h2,
.h2 {
  font-size: 6.3rem;
}
h4,
.h4 {
  font-size: 4rem;
}
h5,
.h5 {
  font-size: 3rem;
}
h6,
.h6 {
  font-size: 2.6rem;
}
a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  transition: all 0.5s ease;
}
img {
  max-width: 100%;
  transition: all 0.5s ease;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-33 {
  width: 33%;
}
.w-35 {
  width: 35%;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-47 {
  width: 47%;
}
.w-48 {
  width: 48%;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}

.full-box,
.w-100,
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.object-cover {
  object-fit: cover;
}
.object-contain {
  object-fit: contain;
}
.h-full,
.h-100 {
  height: 100%;
}
.h-inherit {
  height: inherit;
}
.h-auto {
  height: auto;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.relative {
  position: relative;
}
.bg-white {
  background-color: var(--white);
}
.bg-black {
  background-color: var(--black);
}
.bg-dark {
  background-color: var(--dark);
}
.bg-primary {
  background-color: var(--primary);
}
.overflow-hidden {
  overflow: hidden;
}

.align-end {
  align-items: flex-end;
}
.align-center {
  align-items: center;
}
.flex-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-col {
  flex-direction: column;
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-1 {
  flex: 1;
}
.space-between,
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.box-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.grid {
  display: grid;
}
.grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid-gap-2 {
  grid-gap: 2rem 2rem;
}
.grid-gap-3 {
  grid-gap: 3rem 3rem;
}
.grid-gap-4 {
  grid-gap: 4rem 4rem;
}
.grid-gap-5 {
  grid-gap: 5rem 5rem;
}
.grid-gap-6 {
  grid-gap: 6rem 6rem;
}
.grid-gap-7 {
  grid-gap: 7rem 7rem;
}
.center,
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.italic {
  font-style: italic;
}
.hidden {
  display: none !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}

button {
  cursor: pointer;
  outline: none;
}
.max-1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.com-padding {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.bottom-padding {
  padding-bottom: 16rem;
}

.top-padding {
  padding-top: 16rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mt-6 {
  margin-top: 6rem;
}
.mt-7 {
  margin-top: 7rem;
}
.mt-8 {
  margin-top: 8rem;
}
.mt-9 {
  margin-top: 9rem;
}
.mt-10 {
  margin-top: 10rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.mb-7 {
  margin-bottom: 7rem;
}
.mb-8 {
  margin-bottom: 8rem;
}
.mb-9 {
  margin-bottom: 9rem;
}
.mb-10 {
  margin-bottom: 10rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-5 {
  z-index: 5;
}
.absolute {
  position: absolute;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}

.text-white {
  color: var(--white) !important;
}
.text-black {
  color: var(--black) !important;
}
.text-dark {
  color: var(--dark) !important;
}
.text-primary {
  color: var(--primary) !important;
}
.container {
  width: 90%;
  max-width: 1670px;
  padding: 0 15px;
  margin: 0 auto;
}
.small-container {
  width: 85%;
  max-width: 1600px;
}

.bg-white p,
.bg-white span,
.bg-white div,
.bg-white li {
  color: #4f4f4f;
}
.bg-white .large-title {
  color: #efefef;
}
.oswald {
  font-family: "Oswald", sans-serif;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
}
.font-600 {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
.list-none {
  list-style: none;
}
.transition-4 {
  transition: all 0.4s ease;
}
.transition-5 {
  transition: all 0.5s ease;
}
.bg-gradient-normal {
  background: rgba(0, 0, 0, 0.4);
}
.rounded-1 {
  border-radius: 1rem;
}
.rounded-2 {
  border-radius: 2rem;
}
.rounded-3 {
  border-radius: 3rem;
}
.rounded-4 {
  border-radius: 4rem;
}
.rounded-5 {
  border-radius: 5rem;
}
.rounded-full {
  border-radius: 50%;
}
.large-title .title-icon {
  max-width: 29rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.invert {
  filter: invert();
}
/* BUTTON STYLES */
.btn,
.btn * {
  transition: all 0.5s ease;
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 6.5rem;
  border: 0;
  outline: none;
  background: none;
}
.btn .btn-text {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.8rem;
  height: 100%;
  min-width: 16rem;
  padding: 1rem 3rem;
  border-radius: 4rem;
  width: max-content;
  border: 1px solid;
}

.btn .btn-icon {
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  margin-left: 8px;
}

.btn .btn-icon img {
  max-height: 1.5rem;
  object-fit: contain;
  max-width: 1.5rem;
}
.btn.call-btn .btn-icon img {
  max-width: 2.2rem;
  max-height: 2.2rem;
}

.btn.whatsapp-btn .btn-icon img {
  max-width: 3.7rem;
  max-height: 3.7rem;
}
.btn:hover .btn-icon {
  transform: translateX(10px) rotate(45deg);
}
.btn.call-btn:hover .btn-icon {
  transform: translateX(10px) rotate(15deg);
}
.btn.animated .btn-icon {
  animation: btnIconAnimation 0.8s ease-in-out infinite;
}
@keyframes btnIconAnimation {
  0% {
    transform: 0;
  }
  50% {
    transform: translateX(10px) rotate(45deg);
  }
  100% {
    transform: 0;
  }
}
.btn.btn-primary .btn-text,
.btn.btn-primary .btn-icon {
  background-color: var(--primary);
  color: var(--black);
  border-color: var(--primary);
}
.btn.btn-primary:hover .btn-text,
.btn.btn-primary:hover .btn-icon {
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
.btn.btn-black .btn-text,
.btn.btn-black .btn-icon {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--black);
}
.btn.btn-black .btn-icon img,
.btn.btn-outline-white .btn-icon img {
  filter: invert(1);
}
.btn.btn-outline-white .btn-text,
.btn.btn-outline-white .btn-icon {
  border-color: var(--white);
  color: var(--white);
}
.btn.btn-outline-white:hover .btn-text,
.btn.btn-outline-white:hover .btn-icon {
  background-color: var(--white);
  color: var(--black);
}
.btn.btn-outline-primary .btn-text,
.btn.btn-outline-primary .btn-icon {
  border-color: var(--primary);
  color: var(--primary);
}
.btn.btn-outline-primary:hover .btn-text,
.btn.btn-outline-primary:hover .btn-icon {
  background-color: var(--primary);
  color: var(--white);
}
.btn.btn-outline-white:hover .btn-icon img {
  filter: none;
}
.btn .btn-text.extra-padding {
  padding-left: 5rem;
  padding-right: 5rem;
}

/* PRELOADER CSS */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  flex-direction: column;
}

.preloader .progress-container {
  position: relative;
  width: 150px;
  height: 150px;
}
.preloader .logo {
  width: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preloader .logo img {
  animation: scalePulse 2s infinite ease-in-out;
  display: inline-block;
  width: 100%;
}
@keyframes scalePulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.preloader .progress-circle {
  transform: rotate(-90deg);
}

.preloader svg {
  width: 100%;
  height: 100%;
}

.preloader circle {
  fill: none;
  stroke-width: 10;
  stroke-linecap: round;
}

.preloader .bg {
  stroke: #333;
}

.preloader .progress {
  stroke: var(--primary);
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
  transition: stroke-dashoffset 0.2s linear;
}

.preloader .counter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--primary);
  font-size: 5rem;
  font-family: sans-serif;
  font-family: "Oswald", sans-serif;
  opacity: 0;
}
.section-heading h2 span {
  color: var(--primary);
}
.to-top-gradient {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.01)
  );
}
.to-bottom-gradient {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.01)
  );
}
.to-left-gradient {
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.01)
  );
}
.to-right-gradient {
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.01)
  );
}
/* ---------------------------------- */
/* -------- HEADER STYLES --------- */
/* ---------------------------------- */
.announcement-bar {
  background-color: #191919;
  transition: all 0.4s ease;
}
.announcement-bar .inner {
  padding: 1rem 15px;
  width: 95%;
  max-width: 1845px;
  min-height: 4rem;
}
.announcement-bar p {
  font-size: 1.5rem;
  color: #cccccc;
  letter-spacing: 0.5px;
}
.header-stick .announcement-bar {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.announcement-bar .social-links {
  top: 0;
}
.announcement-bar .social-links a {
  margin-left: 2rem;
  height: 100%;
  padding: 3px;
}
.announcement-bar .social-links img {
  max-height: 1.6rem;
  transition: all 0.4s ease;
}
.announcement-bar .social-links img:hover {
  transform: scale(1.1);
}
header.header {
  position: absolute;
  width: 100%;
  max-width: 100vw;
  left: 0;
  top: 0;
  z-index: 50;
  /* transition: all 0.5s ease; */
}
#header.header-stick {
  position: fixed;
  animation: smoothScroll 1s forwards;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 1);
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-7rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
}
/* header.header.header-stick {
  backdrop-filter: blur(5px);
} */
header .header-wrapper {
  padding: 0 15px;
  margin: 0 auto;
  width: 95%;
  max-width: 1845px;
  transition: all 0.5s ease;
}
.header-logo {
  max-width: 19.5rem;
  height: 12rem;
  padding: 1rem 0;
}
header.header-stick .header-logo {
  height: 10rem;
}

.header-menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  height: 100%;
}
.header-menu > ul li {
  margin: 0 5px;
  position: relative;
}
.header-menu > ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.header-menu > ul li:hover .sub-menu,
.header-menu > ul li.sub-menu:hover {
  visibility: visible;
  opacity: 1;
}
.header-menu > ul li a {
  padding: 5rem 2rem;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.header-menu .current-menu-item > a,
.header-menu > ul li a:hover {
  color: var(--primary);
}
.header-menu > ul > li.menu-item-has-children > a {
  padding-right: 5rem;
}
.header-menu > ul > li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1rem;
  background: url("../img/dropdown-arrow-white.webp") no-repeat center;
  background-size: contain;
  transition: all 0.5s ease;
}

.header-menu .sub-menu {
  max-width: 50vw;
  justify-content: center;
  display: block;
  padding: 1rem 1rem;
  background-color: #3b3b3b;
  border-radius: 1rem;
  display: none;
}
.header-menu .sub-menu a {
  border-bottom: 1px solid #666666;
}
.header-menu .sub-menu li:last-child a {
  border-bottom: 0;
}
.header-menu a {
  color: white;
  font-size: 2rem;
  position: relative;
}
.header-btn-box .btn:hover .btn-text {
  background-color: #f77c14;
}

.desktop-dropdown-item {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
  left: 50%;
  z-index: 30;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  padding: 0 7rem;
  transition: all 0.5s ease;
}
.desktop-dropdown-item.active {
  opacity: 1;
  visibility: visible;
}
.desktop-dropdown-item .inner {
  top: 14rem;
  position: relative;
  transform-origin: 50% 0;
  transition: all 0.5s;
  transform-style: preserve-3d;
  transform: perspective(800px) rotateX(-5deg) rotateY(0) rotate(0);
  display: flex;
  justify-content: center;
}
.desktop-dropdown-box.stick .desktop-dropdown-item .inner {
  top: 12rem;
}
.desktop-dropdown-item.active .inner,
.desktop-dropdown-item .inner:hover {
  transform: perspective(800px) rotate(0);
}
.desktop-dropdown-item .menu-block {
  width: max-content;
  padding: 5rem 3rem;
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0 0 3rem 3rem;
}
.desktop-dropdown-item.active .menu-block {
  display: flex;
}
.desktop-dropdown-item .service-menu-item {
  background-color: var(--black);
  border-radius: 3rem;
  color: white;
  width: 45rem;
  margin: 0 2rem;
  height: 45rem;
}
.desktop-dropdown-item .service-menu-item .content-box {
  padding: 4rem 2rem 4rem 3rem;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.1)
  );
}
.desktop-dropdown-item .service-menu-item:hover .bg-box img {
  transform: scale(1.1);
}
.desktop-dropdown-item .service-menu-item .icon {
  max-width: 8rem;
  margin-right: 2rem;
  height: 8rem;
}
.desktop-dropdown-item .service-menu-item h4 {
  font-weight: 600;
  font-size: 5rem;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  margin-right: 2rem;
}

/* ---------------------------------- */
/* -------- FOOTER STYLES --------- */
/* ---------------------------------- */
footer.footer {
  padding-top: 10rem;
}
.footer-logo {
  width: 19.5rem;
  height: 12rem;
}
.footer-top .title {
  font-size: 9rem;
  line-height: 1;
}
.footer-social-links a {
  width: 9.6rem;
  height: 9.6rem;
  border: 1px solid #5b5b5b;
  border-radius: 50%;
  padding: 2rem;
  margin: 5px;
}
.footer-social-links a:hover {
  background-color: var(--primary);
}
.footer-social-links img {
  max-height: 3.1rem;
  max-width: 3.2rem;
}
.footer-top .btn-box {
  min-width: 23rem;
}
.footer-menu-wrapper {
  border-bottom: 1px solid #3b3b3b;
}
.footer-menu-box {
  width: 25%;
  padding-left: 9rem;
  border-left: 1px solid #3b3b3b;
  height: inherit;
  margin-top: 7rem;
  padding-bottom: 3rem;
}
.footer-menu-box:last-of-type {
  border-right: 1px solid #3b3b3b;
}
.footer-menu-box h6 {
  font-size: 2rem;
}
.footer-menu-box a {
  font-size: 2.4rem;
  display: block;
  color: #efefef;
  padding: 5px 0;
}
.footer-menu-box .current-menu-item a,
.footer-menu-box a:hover,
.footer-bottom a:hover {
  color: var(--primary);
}
.footer-menu-box ul {
  list-style: none;
  margin-top: 3rem;
  padding-left: 0;
}

.footer-bottom {
  padding: 6rem 0;
}
.footer-bottom * {
  color: #efefef;
  font-size: 2.4rem;
}
.footer-bottom a {
  display: inline-block;
  margin-left: 3rem;
}
.footer-bottom a:first-of-type {
  margin-left: 0;
}
.back-to-top-btn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background: var(--primary);
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  width: 7rem;
  height: 7rem;
  transition: all 0.5s ease;
}
.back-to-top-btn img {
  max-width: 2rem;
  max-height: 3rem;
}
.back-to-top-btn:hover {
  background-color: #fd7d15;
}
.floating-whatapp-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  transition: all 0.4s ease;
}
.floating-whatapp-icon.up {
  bottom: calc(7rem + 40px);
}
.floating-whatapp-icon a.icon-bg {
  width: 8rem;
  height: 8rem;
  display: block;
  padding: 1rem;
}
.floating-whatapp-icon img {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: wp-btn;
  animation-name: wp-btn;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes wp-btn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes wp-btn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* ---------------------------------- */
/* -------- HOMEPAGE STYLES --------- */
/* ---------------------------------- */

/* MAIN BANNER SECTION */
.main-banner {
  padding: 23rem 0 12rem 0;
  background-color: var(--black);
  color: var(--white);
}
.heading-with-icon .space-holder {
  display: inline-block;
  width: 0;
}
.hp-banner-section h1 {
  font-size: 20rem;
}
.banner-heading-animated {
  overflow: hidden;
}
.banner-heading-animated .line {
  display: inline-block;
  white-space: nowrap;
}
.banner-heading-animated span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}
.hp-banner-section {
  padding-bottom: 40vw;
}

.hp-banner-section .container {
  width: 93%;
  max-width: 1755px;
}
.hp-banner-section .heading-with-icon .space-holder {
  width: 0;
  opacity: 0;
}

/* .hp-banner-cards {
  width: 25vw;
  max-width: 46rem;
  position: absolute;
  left: 30%;
  top: 36%;
} */
/* .hp-banner-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 8rem;
  gap: 2.5rem;
} */

.hp-banner-card {
  border-radius: 2rem;
  overflow: hidden;
  width: 20vw;
  aspect-ratio: 1 / 1;
  position: absolute;
  left: 36.5%;
  top: 42%;
  opacity: 0;
}
.hp-banner-card.card-2 {
  transform: rotate(5deg);
}
.hp-banner-card.card-3 {
  transform: rotate(-5deg);
}
.hp-banner-card.card-4 {
  transform: rotate(5deg);
}
.hp-banner-card .content {
  padding: 4rem 4rem;
  background-color: rgba(0, 0, 0, 0.4);
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.03),
    rgba(0, 0, 0, 0.01)
  );
}
.hp-banner-card .content h4 {
  font-size: 7.8rem;
}
.hp-banner-card .content p {
  font-size: 2rem;
}

.heading-stroke-text {
  position: absolute;
  bottom: 7.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.hp-banner-section .heading-stroke-text {
  left: unset;
  right: 20%;
}

.heading-stroke-text .stroke,
.heading-stroke-text .fill {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  font-family: "Birthstone", cursive;
  font-size: 13rem;
  line-height: 0.8;
}
.heading-stroke-text .stroke,
.stroke-text {
  color: transparent;
  -webkit-text-stroke-width: 0.7rem;
  -webkit-text-stroke-color: black;
  z-index: 1;
}
.stroke-text.stroke-primary {
  -webkit-text-stroke-color: var(--primary);
}
.heading-stroke-text .fill {
  color: var(--primary);
  z-index: 2;
}
.hp-banner-section .banner-description-box {
  width: 38%;
}
.main-banner .description {
  max-width: 56rem;
  color: #f5f5f5;
}
.banner-scroll-down .arrow {
  width: 6.4rem;
  height: 6.4rem;
  background-color: #3c3c3c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 2rem;
}
.outline-scroll-down {
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-scroll-down .arrow img {
  max-height: 2rem;
}
.banner-scroll-down .arrow img,
.outline-scroll-down img {
  animation: jumpInfinite 1.5s infinite;
}
.outline-scroll-down img {
  height: 3.2rem;
}
@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 1rem;
  }
  100% {
    margin-top: 0;
  }
}

/* VIDEO BOX SECTION */
.hp-intro-video-box .hp-intro-play-btn {
  width: 14vw;
  height: 14vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3;
}
.hp-intro-video-box video {
  height: 70vw;
  max-height: 98vh;
  min-height: 500px;
  position: relative;
  z-index: 1;
}
.hp-intro-video-box.active video {
  z-index: 5;
}

.hp-intro-video-box.active video {
  cursor: pointer;
}
.hp-intro-play-btn .play-btn {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 9vw;
  height: 9vw;
  display: flex;
  z-index: 3;
}
.hp-intro-play-btn .play-btn img {
  width: 3vw;
  max-width: none;
  height: 3vw;
}
.hp-intro-video-box.active .hp-intro-play-btn {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.popup-box {
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.popup-box.show {
  opacity: 1;
  visibility: visible;
}
.popup-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup-inner {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96vh;
  overflow: hidden;
}
.popup-content-wrapper {
  position: relative;
  z-index: 2;
  width: max-content;
}
.popup-inner iframe,
.popup-inner video {
  width: 100%;
  height: 100%;
  inset: 0;
  min-height: 40vw;
  min-width: 75vw;
  max-height: 90vh;
}
.popup-video-box {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.close-popup {
  background-image: url("../img/download.svg");
  background-size: 18px;
  height: 4rem;
  right: 4rem;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4rem;
  width: 4rem;
  transition: all 0.3s;
  position: absolute;
  top: 2rem;
}
/* SERVICES SECTION */
.hp-services-section .lottie-bird {
  width: 29.4rem;
  height: 19.4rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hp-service-item {
  padding: 7rem 7rem;
  border-radius: 4rem;
  border: 1px solid #7d7d7d;
}
.hp-service-item h3 {
  font-size: 5.5rem;
}
.hp-service-item .icon {
  width: 14rem;
  height: 14rem;
  position: absolute;
  top: 5rem;
  right: 5rem;
}
.hp-service-item .bottom {
  padding-top: 4rem;
  border-top: 1px solid #d9d9d9;
}
.hp-service-item li {
  margin: 1.4rem 0;
}
.hp-service-item .btn-black .btn-text,
.hp-service-item .btn-black .btn-icon {
  background-color: transparent;
  color: var(--black);
  border-color: var(--primary);
}
.hp-service-item:hover .btn-black .btn-text,
.hp-service-item:hover .btn-black .btn-icon {
  background-color: var(--black);
  color: var(--white);
}

.hp-service-item .btn.btn-black .btn-icon img {
  filter: none;
}
.hp-service-item:hover .btn.btn-black .btn-icon img {
  filter: invert(1);
}
.hp-service-item:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.hp-service-item:hover p,
.hp-service-item:hover li {
  color: var(--black);
}
.hp-service-item:hover .bottom {
  border-color: #b1682b;
}

.service-review-bar {
  padding: 5rem 5rem;
  border-radius: 3rem;
}
.service-review-bar .rating-box {
  max-width: 42rem;
  padding-right: 5rem;
  border-right: 1px solid #d9d9d9;
}
.service-review-bar .google-icon {
  max-width: 35rem;
}
.service-review-bar .center-box {
  padding: 0 5rem;
  border-right: 1px solid #d9d9d9;
}
.service-review-bar .center-box p {
  font-size: 2.6rem;
  padding-left: 1.5rem;
}
.service-review-bar .center-box img {
  width: 17.6rem;
}
.service-review-bar .btn-box {
  margin-left: 5rem;
}

/* BUSINESS SECTION */
.hp-business-section .section-heading::before,
.hp-business-section .section-heading::after {
  content: "";
  position: absolute;
}
.hp-business-section .section-heading::before {
  width: 10rem;
  height: 10rem;
  left: 4%;
  top: 17rem;
  background: url("../img/hp-business-vector-left.webp") no-repeat center;
  background-size: contain;
}
.hp-business-section .section-heading::after {
  width: 37rem;
  height: 37rem;
  right: -8rem;
  top: 10rem;
  background: url("../img/hp-business-vector-right.webp") no-repeat center;
  background-size: contain;
}
.hp-business-section .heading-stroke-text {
  left: 43%;
}

.business-lottie-animation,
.lottie-animation {
  width: 100%;
  height: auto;
}
.business-content-outer {
  padding-top: 10rem;
}
.business-content-outer .bird {
  width: 25rem;
  height: 15rem;
  top: 5rem;
  left: 5rem;
}
.hp-business-item {
  padding: 0 0 10rem 15rem;
  transition: all 0.5s ease;
}
.hp-business-item.fade-out {
  opacity: 0.3 !important;
}
.hp-business-item:last-of-type {
  padding-bottom: 3rem;
}
.hp-business-item h3 {
  font-size: 10rem;
  line-height: 1;
  letter-spacing: -0.5rem;
}
.hp-business-item .description p,
.hp-business-item .description {
  color: #cecece;
  font-size: 2.6rem;
}
.business-progress-bar {
  top: 4rem;
  width: 2px;
  /* background: url("../img/business-white-border.png") no-repeat center; */
  background: url("../img/business-white-border.png") center;
  transition: all 0.5s ease;
}
.business-progress-fill {
  height: 10rem;
  background: url("../img/business-color-border.png") center;
}

.hp-business-item .progress-circle {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  border: 0.7rem solid #000000;
  background-color: #888888;
  left: -1.4rem;
  top: 4rem;
  transition: all 0.5s ease;
}
.hp-business-item.active .progress-circle {
  border-color: #434343;
  background-color: var(--primary);
}

/* WHO WE SERVE SECTION */
.hp-serve-section .top-padding {
  border-top: 1px solid #636363;
}
.hp-serve-section .section-heading p {
  font-size: 6.3rem;
  line-height: 1.15;
  font-weight: 600;
}
.slider-arrows .arrow {
  transition: all 0.4s ease;
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 50%;
  cursor: pointer;
}
.slider-arrows .arrow.next-arrow {
  margin-left: 2rem;
}

.slider-arrows .arrow img {
  max-width: 2rem;
}
.white-arrows .arrow {
  border-color: var(--white);
}
.white-arrows .arrow:hover {
  background-color: var(--white);
}
.white-arrows .arrow:hover img {
  filter: invert(1);
}

.hp-serve-grid {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  grid-auto-rows: 11rem;
  grid-auto-flow: dense;
}
.hp-serve-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hp-serve-item.img-box {
  border-radius: 1rem;
}
.hp-serve-item.text-box div {
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1.1;
}
.hp-serve-item.text-box div span {
  color: var(--primary);
}
.hp-serve-item.item-1,
.hp-serve-item.item-3,
.hp-serve-item.item-7,
.hp-serve-item.item-11 {
  grid-column: span 4;
  grid-row: span 3;
}
.hp-serve-item.item-2 {
  grid-column: span 3;
  grid-row: span 2;
  text-align: center;
}
.hp-serve-item.item-4 {
  grid-column: span 4;
  grid-row: span 2;
}
.hp-serve-item.item-5 {
  grid-column: span 3;
  grid-row: span 4;
}
.hp-serve-item.item-6 {
  grid-column: span 4;
  grid-row: span 4;
}
.hp-serve-item.item-8 {
  grid-column: span 3;
  grid-row: span 2;
}
.hp-serve-item.item-9 {
  grid-column: span 7;
  grid-row: span 5;
}
.hp-serve-item.item-10 {
  grid-column: span 4;
  grid-row: span 3;
  text-align: right;
}
.hp-serve-item.item-12 {
  grid-column: span 3;
  grid-row: span 3;
}
.hp-serve-item.item-13 {
  grid-column: span 4;
  grid-row: span 3;
  text-align: center;
}
.hp-serve-item.item-14 {
  grid-column: span 4;
  grid-row: span 3;
}
/* FOUNDER QUOTE SECTION */
.video-banner {
  height: 98vh;
  min-height: 300px;
  max-height: 1920px;
}
.hp-founder-section .quote-icon {
  width: 16.5rem;
}
.hp-founder-section .quote-text {
  font-size: 4rem;
  color: var(--white);
  max-width: 110rem;
  font-style: italic;
  line-height: 1.2;
}
.hp-founder-section .quote-text span {
  font-size: 6rem;
  color: var(--primary);
  display: inline-block;
  margin: 0 1rem;
  line-height: 1;
  padding-bottom: 2rem;
  text-transform: capitalize;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
.avatar {
  border-radius: 50%;
  overflow: hidden;
}
.hp-founder-section .avatar {
  width: 8.2rem;
  height: 8.2rem;
  margin-right: 2rem;
  border: 0.3rem solid var(--white);
}
.hp-founder-section h6 {
  font-size: 2.6rem;
}

/* VIDEO CARDS SECTION */

.vid-cards-section {
  height: auto;
  display: block;
  overflow: visible;
}

.vid-cards-section-inner {
  background-color: var(--milk);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 180vh;
  padding-top: 16vh;
  padding-bottom: 16vh;
  display: flex;
  position: relative;
  overflow: visible;
}
.vid-cards-section .text-box {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
}
.vid-cards-section .text-box .container {
  max-width: 1800px;
}
.vid-cards-section .vc-heading {
  font-size: 15vw;
  letter-spacing: -1rem;
  line-height: 1;
}
.vid-cards-section .vc-heading-1,
.vc-heading-1 span {
  color: var(--primary);
  text-align: right;
}
.vid-cards-section .vc-heading-2,
.vc-heading-2 span {
  color: var(--black);
  text-align: right;
}
.vid-cards-section .vc-heading-3,
.vc-heading-3 span {
  color: #4f4f4f;
}
.vid-cards-wrapper {
  z-index: 4;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  display: block;
  position: sticky;
  top: 10rem;
  overflow: hidden;
}
.vid-cards-section .vid-card-arrow {
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: var(--primary);
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.vid-cards-section .vid-card-arrow:hover {
  background-color: #c57532;
}
.vid-cards-section .prev-arrow {
  left: -6rem;
}
.vid-cards-section .next-arrow {
  right: -6rem;
}
.vid-cards-section .vid-card-arrow img {
  max-height: 2rem;
}
.vid-cards-wrapper .vid-cards-slider {
  position: sticky;
  top: 0;
}
.vid-cards-slider .slick-slide {
  margin: 0 2rem;
}
.vid-cards-slider .slick-list {
  margin: 0 -2rem;
}
.vid-cards-section .vid-card {
  z-index: 10;
  outline-offset: 0px;
  border: 0.35vw solid var(--white);
  border-radius: 2vw;
  outline: 0.35vw var(--white);
  justify-content: center;
  align-items: center;
  height: 40vw;
  display: flex;
  inset: auto 0% 0% auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin: 0 1%;
}
.vid-cards-slider .vid-card {
  display: flex !important;
}

.vid-card-info-wrapper {
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  padding: 4rem 4rem;
  background: linear-gradient(
    188.88deg,
    rgba(255, 151, 64, 0) 78.87%,
    #ff9740 105.82%
  );
  transition: all 0.5s ease;
}
.vid-card.playing .vid-card-info-wrapper,
.vid-card.playing .play-btn {
  opacity: 0;
}

.vid-card .avatar {
  border: 0.4rem solid #faeade;
  width: 3vw;
  height: 3vw;
  margin-right: 0.5vw;
}
.vid-card-info-wrapper div {
  color: var(--white);
  font-size: 3.5rem;
}
.vid-card-inner {
  width: 100%;
  height: 100%;
}
.vid-card-inner .play-btn,
.play-btn.com-play-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff1a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vid-card-inner .play-btn img,
.play-btn.com-play-btn img {
  max-width: 3rem;
}
.play-btn.com-play-btn.hide {
  opacity: 0;
}
.hover_video_wrapper {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}
.vid-card-inner video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.dive-review-box .line {
  width: 100%;
  height: 1px;
  background-color: #636363;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.dive-btn-box {
  border: 1px solid #9c9c9c;
  padding: 2rem 5rem;
  border-radius: 10rem;
  background-color: white;
}
.dive-btn-box .dive-icon {
  width: 15rem;
}
.dive-btn-box .text {
  padding: 0 4rem;
}
/* FAQ SECTION */
.accordion-body {
  display: none;
}
.faq-item {
  border-bottom: 1px solid #bababa;
}
.faq-head {
  padding: 3rem 5rem 3rem 0;
  cursor: pointer;
  position: relative;
}
.faq-head::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4rem;
  width: 1.6rem;
  height: 1rem;
  background: url("../img/dropdown-arrow-black.webp") no-repeat center;
  background-size: contain;
  transition: all 0.3s ease;
}
.faq-head.active::after {
  transform: rotate(180deg);
}
.faq-head h6 {
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--black);
}
.faq-body {
  padding-bottom: 3rem;
  padding-right: 3rem;
}

/* CONTACT SECTION */
.hp-contact-lines a:first-of-type {
  margin-left: 0;
}
.hp-contact-lines a img {
  max-height: 2.7rem;
}
.hp-contact-lines a span {
  font-size: 2.5rem;
  margin-left: 1rem;
}
.hp-contact-reviews .review-avtars {
  max-height: 8rem;
}
.hp-contact-reviews p {
  font-size: 2.6rem;
}
.hp-contact-reviews .review-rating {
  max-width: 30rem;
}
.hp-contact-form {
  padding: 6rem 5rem;
  border-radius: 2rem;
}
.hp-contact-form .input-box {
  margin-bottom: 4rem;
}
.hp-contact-form .flex-box .input-box {
  width: 48%;
}
.hp-contact-form input,
.hp-contact-form textarea,
.hp-contact-form select {
  font-size: 2rem;
  padding-bottom: 3.5rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: var(--dark);
  border: 0;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid #a9a9a9;
}
.hp-contact-form textarea {
  height: 10rem;
}
.hp-contact-form input::placeholder,
.hp-contact-form textarea::placeholder,
.hp-contact-form select::placeholder {
  color: var(--dark);
}
form .submit-box {
  width: max-content;
  height: max-content;
}
.form .submit-box p,
form .submit-box,
.input-box {
  position: relative;
}
.submit-box input[type="submit"] {
  line-height: 1;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  padding: 2.2rem 3.5rem;
  text-transform: uppercase;
  font-size: 2rem;
  color: var(--black);
  background-color: var(--primary);
  border: 1px solid;
  border-color: var(--primary);
  outline: none;
  border-radius: 4rem;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: none;
}
.submit-box input[type="submit"]:hover {
  background-color: #cf6108;
}

.hp-contact-section .bg-heading-box {
  left: 22%;
  max-width: 99rem;
  z-index: 1;
  top: 10rem;
}
.hp-contact-section .bg-heading-box .bird {
  position: absolute;
  top: 12rem;
  left: -9rem;
  max-width: 29rem;
}
.hp-contact-section .bg-heading-box .envelope {
  max-width: 25rem;
  top: 28%;
  left: 32%;
}
.hp-contact-section .bg-heading-box h3 {
  font-size: 27rem;
  color: var(--primary);
  -webkit-text-fill-color: var(
    --primary
  ); /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 0.2rem;
  -webkit-text-stroke-color: black;
  line-height: 1;
}
form .submit-box p {
  position: relative;
}
.submit-box .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
  text-align: center;
}
.wpcf7-not-valid-tip {
  color: #dc3232 !important;
  font-size: 13px !important;
  margin-top: 5px !important;
}
/* ---------------------------------- */
/* -------- CONTACT PAGE STYLES --------- */
/* ---------------------------------- */
.com-page-banner {
  padding-bottom: 23rem;
}
.contact-page-banner {
  padding-top: 28rem;
  padding-bottom: 25rem;
}
.com-page-banner .banner-heading-icon {
  width: 15vw;
  position: absolute;
  bottom: -1rem;
  left: 36vw;
}
.contact-form-section .address-list a {
  margin-bottom: 1.5rem;
}
.contact-form-section .address-list img {
  max-height: 2.3rem;
  width: 2.5rem;
  display: inline-block;
  margin-right: 1rem;
  margin-top: 0.7rem;
}
.contact-page-form .input-box {
  margin-bottom: 6rem;
  padding-top: 2rem;
}
.contact-page-form label {
  line-height: 1;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #000000;
  font-size: 4rem;
  display: inline-block;
  padding-right: 2rem;
}
.contact-page-form .input-box input,
.contact-page-form .input-box select,
.contact-page-form .input-box textarea {
  flex: 1;
  border: 0;
  outline: 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #c9c9c9;
  font-size: 2.2rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  padding-top: 0.5rem;
}
.contact-page-form .input-box textarea {
  height: 5rem;
  overflow: hidden;
}
.contact-page-form .phone-box {
  width: 50%;
}
.contact-page-form .email-box {
  width: 47%;
}
.contact-page-form .submit-box input[type="submit"] {
  min-width: 21rem;
}
.contact-follow-section {
  background-color: #101010;
}
.contact-follow-section .left p {
  font-size: 6.3rem;
  line-height: 1.2;
}
.contact-social-links li {
  margin-right: 2rem;
}
.contact-social-links li:last-child {
  margin-right: 0;
}
.contact-social-links a {
  width: 7.6rem;
  height: 7.3rem;
  border: 1px solid var(--white);
  border-radius: 1.2rem;
  position: relative;
}
.contact-social-links a:hover {
  background-color: var(--white);
}
.contact-social-links a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.7rem;
  width: 2.3rem;
  height: 2rem;
  border: 0;
  border-bottom: 1.5px solid;
  border-color: var(--white);
  border-radius: 45%;
  background-color: #101010;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
.contact-social-links a img {
  max-height: 3rem;
  transition: all 0.5s ease;
}
.contact-social-links a:hover img {
  transform: scale(1.2);
}
.contact-social-links a:hover::before {
  background-color: var(--white);
}

.contact-follow-section .mobile-video-box {
  width: 38rem;
  height: 78rem;
}
.contact-follow-section .contact-follow-video {
  width: 98%;
  height: 98%;
  margin-left: 1%;
  margin-top: 2%;
}
.contact-follow-video video {
  border-radius: 7rem;
}
.com-play-btn {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 5;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.center-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.com-play-btn.hide {
  opacity: 0;
}
.contact-follow-section .circle-1 {
  top: 5%;
  left: -3rem;
  width: 34rem;
  height: 34rem;
}
.contact-follow-section .circle-2 {
  bottom: 30%;
  right: 5rem;
  width: 24rem;
  height: 24rem;
}
.contact-follow-section .right::before,
.contact-follow-section .right::after {
  content: "";
  position: absolute;
  width: 22rem;
  height: 22rem;
}
.contact-follow-section .right::before {
  left: -10rem;
  bottom: 8rem;
  background: url("../img/contact-follow-vector-1.webp") no-repeat center;
  background-size: contain;
}
.contact-follow-section .right::after {
  top: 0;
  right: -10rem;
  background: url("../img/contact-follow-vector-2.webp") no-repeat center;
  background-size: contain;
}
.contact-follow-section .yt-link-box {
  font-size: 3.8rem;
  margin-top: 3rem;
  max-width: 42rem;
}
.contact-follow-section .yt-link-box span,
.contact-follow-section .yt-link-box a {
  text-decoration: underline;
}
.contact-pdf-section {
  padding-bottom: 6rem;
  background-color: #101010;
}
.contact-pdf-section .pdf-box-wrapper {
  background-color: #feb258;
  border-radius: 4rem;
  padding: 2rem 10rem;
}
.contact-pdf-section .thumb-icon {
  width: 13.8rem;
  position: absolute;
  left: 0;
  bottom: 14rem;
}
.contact-pdf-section .book {
  height: 90%;
}
.contact-pdf-section .book img {
  max-height: 45rem;
  display: inline-block;
  margin-left: 20rem;
}
.contact-pdf-section h2 {
  font-size: 11rem;
  line-height: 1.1;
  letter-spacing: -0.6rem;
}
.contact-pdf-section .btn:hover .btn-text {
  background-color: var(--white);
  color: var(--primary);
  border-color: var(--white);
}

/* ---------------------------------- */
/* -------- ABOUT PAGE STYLES --------- */
/* ---------------------------------- */
.main-banner.com-page-banner .description {
  max-width: 73rem;
}
.about-intro-section .circular-text-box {
  width: 22rem;
  height: 22rem;
  border: 1px solid #474747;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.circular-text-box img.circular-text {
  animation: spin 10s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.circular-text-box .icon-box {
  width: 13rem;
  height: 13rem;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #474747;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.circular-text-box .icon-box img {
  animation: scalePulse 2s infinite ease-in-out;
}

.about-intro-section .text-box::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 13rem;
  height: 24rem;
  background: url("../img/about-intro-vector.webp") no-repeat center;
  background-size: contain;
}
.com-padding.top-border {
  border-top: 1px solid #636363;
}
.com-padding.bottom-border {
  border-bottom: 1px solid #636363;
}
.bg-white .com-padding.top-border {
  border-top: 1px solid #818181;
}
.bg-white .com-padding.bottom-border {
  border-bottom: 1px solid #818181;
}
.about-mission-section .section-heading h2 {
  font-size: 4rem;
}
.about-mission-usp li {
  margin-top: 5rem;
}
.about-mission-usp .icon {
  max-width: 6rem;
  max-height: 6rem;
  object-fit: contain;
}
.about-mission-usp h6 {
  font-size: 3rem;
  color: var(--dark);
  font-weight: 700;
  margin: 1.2rem 0 0.8rem 0;
}
.about-mission-section .right-usp {
  text-align: right;
}
.about-mission-section .bird-box {
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: 25%;
}
.about-benefits-section .google-icon {
  max-width: 35rem;
}
.about-benefits-section .review-box img {
  width: 17rem;
  display: inline-block;
  margin-right: 1rem;
}
.about-benefits-section .accordion-item {
  border-top: 1px solid #d9d9d9;
}
.about-benefits-section .accordion-item:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}
.accordion-head {
  cursor: pointer;
  position: relative;
}
.about-benefits-section .accordion-head {
  font-size: 5rem;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  padding: 4rem 7rem 5rem 0;
}

.about-benefits-section .accordion-head::before,
.sd-courses-accordions .accordion-head::before {
  content: "";
  position: absolute;
  right: 0;
  top: 5rem;
  width: 5.4rem;
  height: 5.4rem;
  background: url("../img/faq-plus-icon-white.webp") no-repeat center;
  background-size: contain;
  transition: all 0.4s ease;
}
.sd-courses-accordions .accordion-head.no-intro::before {
  top: 7rem;
}
.about-benefits-section .accordion-head.active::before,
.sd-courses-accordions .accordion-head.active::before {
  background: url("../img/faq-minus-icon-primary.webp") no-repeat center;
  background-size: contain;
}
.about-benefits-section .accordion-head.active {
  color: var(--primary);
}

.about-benefits-section .accordion-body {
  padding: 0 7rem 5rem 0;
}

.about-founder-img img {
  border-radius: 3rem;
}
.about-quote-box .quote-text,
.about-quote-box .meta-box h6 {
  font-size: 2.6rem;
}
.about-quote-box .quote-icon {
  width: 10rem;
}
.about-quote-box .avatar {
  width: 8.1rem;
  height: 8.1rem;
  margin-right: 1rem;
}

.about-quote-box .meta-box p {
  font-size: 2rem;
}
.about-team-item {
  border-radius: 2rem;
}
.about-team-item .content-box {
  padding: 5rem 5rem;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0)
  );
}
.about-team-item:hover .img-box img {
  transform: scale(1.1);
}

.about-team-item .content-box h5 {
  font-size: 3.8rem;
}
.about-team-item .content-box .designation {
  font-size: 2rem;
}
.about-services-section {
  background-color: #101010;
}
.about-services-section .slider-box {
  margin-top: 15rem;
}
.about-service-slider .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  color: white;
  margin-top: 5rem;
}
.about-service-slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  background-color: var(--white);
}
.about-service-slider .slick-dots li.slick-active {
  width: 3.4rem;
  border-radius: 3rem;
  background-color: var(--primary);
}
.about-service-slider .slick-dots li button {
  opacity: 0;
}

/* --------------------------------------------- */
/* -------- SERVICE DETAIL PAGE STYLES --------- */
/* --------------------------------------------- */
.main-img-banner,
.body-banner,
.main-img-banner .bg-box img,
.main-img-banner .bg-box video,
.body-banner .bg-box video,
.body-banner .bg-box img {
  min-height: 650px;
}
.main-img-banner .banner-content {
  padding: 20rem 0 10rem 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0)
  );
}
.sd-intro-section .center {
  width: 31%;
}
.sd-intro-section .right {
  width: 37%;
}
.sd-intro-section .large-heading {
  font-size: 12rem;
  line-height: 1;
  letter-spacing: -0.5rem;
}
.stroke-text {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}
.sd-intro-section .left-usp-list li,
.sd-intro-section .right-usp-list li {
  padding: 2rem 0;
  border-bottom: 1px solid #656565;
}
.sd-intro-section .left-usp-list li:last-child,
.sd-intro-section .right-usp-list li:last-child {
  border-bottom: 0;
}
.sd-intro-section .left-usp-list .count {
  font-size: 5.5rem;
  font-weight: 600;
  -webkit-text-stroke-width: 0.5px;
  color: black;
}
.sd-intro-section .left-usp-list .text {
  flex: 1;
  padding-left: 4rem;
}
.sd-intro-section .avatars-icon {
  max-width: 18rem;
}
.sd-intro-section .google-icon {
  max-width: 36rem;
}
.sd-intro-section .review-box p {
  font-size: 2.6rem;
}
.sd-intro-reel video {
  height: 90rem;
  max-height: 100vh;
  min-height: 500px;
}
.sd-intro-reel .video-play-btn {
  width: 18rem;
  height: 18rem;
  cursor: pointer;
}
.sd-intro-reel .video-play-btn .play-icon {
  width: 11rem;
  height: 11rem;
}
.sd-intro-section .right .scroll-down {
  font-size: 4.1rem;
  letter-spacing: -2px;
}
.sd-intro-section .right .scroll-down img {
  max-height: 3.3rem;
  margin-left: 2rem;
  animation: jumpInfinite 1.5s infinite;
}
.sd-intro-section .right-usp-list h3 {
  font-size: 8rem;
  color: var(--primary);
  line-height: 1;
}
.sd-intro-section .right-usp-list p {
  font-size: 3.2rem;
  margin-top: 1rem;
}
.sd-intro-section .btn-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #5e5e5e;
}
.sd-intro-section .btn-outline-primary {
  margin-left: 4rem;
}
.sd-intro-section .btn-outline-primary .btn-text {
  color: var(--white);
}
.sd-solution-section .description p,
.sd-solution-section .description div,
.sd-solution-section .description li {
  font-size: 3.6rem;
}

.sd-courses-accordions p,
.sd-courses-accordions div,
.sd-courses-accordions li {
  color: #bdbdbd;
}
.sd-courses-accordions h3,
.sd-courses-accordions h4,
.sd-courses-accordions h5,
.sd-courses-accordions h6 {
  color: var(--white);
}
.sd-courses-accordions .accordion-item {
  border-top: 1px solid #656565;
}
.sd-courses-accordions .accordion-item:last-of-type {
  border-bottom: 1px solid #656565;
}
.sd-courses-accordions .accordion-head {
  padding: 4rem 12rem 4rem 0;
}

.sd-courses-accordions .stroke-text {
  font-size: 13rem;
  color: black;
  line-height: 1;
  width: 17rem;
}
.sd-courses-accordions .accordion-head.active h4 {
  color: var(--primary) !important;
}
.sd-courses-accordions .accordion-body {
  padding: 0 12rem 5rem 17rem;
}
.sd-courses-accordions .accordion-body h4 {
  font-size: 3rem;
  font-weight: 500;
}
.sd-courses-accordions .benefits-box {
  padding: 5rem 4rem;
  border-radius: 2rem;
  background-color: #1f1f1f;
}
.sd-courses-accordions li {
  margin-top: 12px;
}
.sd-benefits-usp {
  grid-column-gap: 10rem;
}
.sd-benefits-usp li {
  background-color: #1e2021;
  padding: 7rem 2rem;
  border-radius: 2.5rem;
  cursor: pointer;
}
.sd-benefits-usp li:nth-child(odd) {
  flex-direction: column-reverse;
}
.sd-benefits-usp .icon {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  padding: 2rem;
}
.sd-benefits-usp h5 {
  font-size: 3rem;
}
.sd-benefits-usp .plus {
  width: 3.6rem;
  height: 3.6rem;
  background-color: #ff9740;
  font-size: 4rem;
  line-height: 1;
  border-radius: 50%;
  margin-bottom: 2rem;
  font-weight: 300;
}
.sd-benefits-usp li .icon {
  margin-bottom: 5rem;
}
.sd-benefits-usp li:nth-child(odd) .icon {
  margin-bottom: 0;
  margin-top: 5rem;
}
.benefits-popup-box .popup-content-wrapper {
  background-color: #1f1f1f;
  padding: 5rem 5rem;
  border-radius: 3rem;
  max-width: 650px;
}
.sd-video-reviews video,
.sd-video-reviews iframe {
  border-radius: 1.5rem;
  height: 34rem;
  width: 100%;
}
.sd-video-reviews .video-play-btn {
  background: linear-gradient(
    148.04deg,
    rgba(251, 251, 251, 0.1) 10.03%,
    rgba(251, 251, 251, 0.5) 90.6%
  );
  backdrop-filter: blur(17.323078155517578px);
}
.sd-video-reviews .video-play-btn img {
  width: 1.8rem;
  margin-left: 0.5rem;
}
.sd-img-reviews {
  margin: 3rem -1.5rem;
}

.sd-img-review-item {
  width: 33.33%;
  padding: 1.5rem;
}
.sd-text-reviews {
  margin-bottom: 0 !important;
}
.sd-text-reviews .slick-list {
  padding: 0 2px !important;
}
.sd-text-reviews .slick-slide,
.sd-case-studies .slick-slide,
.sd-video-reviews .slick-slide {
  height: inherit;
}
.sd-text-reviews .slick-slide > div,
.sd-case-studies .slick-slide > div,
.sd-video-reviews .slick-slide > div {
  height: 100%;
}
.sd-text-review-item {
  padding: 0 5rem;
  border-left: 0.5px solid #c2c2c2;
  border-right: 0.5px solid #c2c2c2;
}
.sd-text-review-item .quote-icon {
  width: 7.4rem;
  margin-bottom: 4rem;
}
.sd-text-review-item .text-box div {
  color: #171717;
  font-weight: 500;
}
.sd-text-review-item .avatar {
  border: 3px solid var(--primary);
  margin-right: 2rem;
  width: 6rem;
  height: 6rem;
}
.sd-text-review-item .meta-box h6 {
  font-size: 2.5rem;
}
.sd-text-review-item .meta-box span {
  font-size: 1.8rem;
}
.sd-text-reviews .slick-dots {
  position: static;
  margin-top: 7rem;
  display: flex;
  justify-content: center;
}
.sd-text-reviews .slick-dots li {
  width: 1.7rem;
  height: 1.7rem;
  border: 3px solid #676767;
  border-radius: 50%;
  margin: 0 0.5rem;
  padding: 0;
}
.sd-text-reviews .slick-dots li.slick-active {
  background-color: var(--primary);
  border-color: var(--primary);
}
.sd-text-reviews .slick-dots button {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.sd-case-studies .slick-list,
.sd-video-reviews .slick-list {
  margin: 0 -1.5rem;
}
.sd-case-studies .slick-slide,
.sd-video-reviews .slick-slide {
  margin: 0 1.5rem;
}
.case-study-item h5 {
  font-size: 3.2rem;
}
.case-study-item .arrow {
  width: 7rem;
  height: 7rem;
  border: 1px solid var(--white);
  border-radius: 50%;
  transition: all 0.4s ease;
}
.case-study-item:hover .arrow {
  background-color: var(--white);
}
.case-study-item .arrow img {
  width: 2rem;
}
.case-study-item:hover .arrow img {
  filter: invert(1);
  transform: rotate(45deg);
}
.case-study-item .img-box {
  border-radius: 1.5rem;
}
.case-study-item:hover .img-box img {
  transform: scale(1.15);
}
.course-outline-section {
  padding-bottom: 10rem;
}
.course-outline-section .wrapper,
.sd-enroll-section .wrapper {
  padding: 5rem 7rem;
  border-radius: 3rem;
}
.course-outline-section .left img {
  max-height: 11rem;
  margin-right: 5rem;
}
.course-outline-section h2 {
  letter-spacing: -0.2rem;
}
.sd-enroll-section .wrapper {
  padding: 8rem 7rem;
}
.sd-enroll-section .hp-contact-form {
  padding: 3rem 5rem;
}
.sd-enroll-section .hp-contact-form .input-box {
  margin-bottom: 2rem;
}
.sd-enroll-section .contact-list li {
  padding: 0 4rem;
  border-left: 1px solid #c57532;
}
.sd-enroll-section .contact-list li:last-child {
  border-right: 1px solid #c57532;
}
.sd-enroll-section .contact-list span {
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.sd-enroll-section .contact-list .icon {
  width: 5.3rem;
  height: 5.3rem;
  border-radius: 50%;
  border: 1px solid var(--black);
  padding: 1.1rem;
  margin-right: 1.5rem;
}
.bg-black .faq-head h6,
.bg-dark .faq-head h6 {
  color: var(--white);
}
.bg-black .faq-head::after,
.bg-dark .faq-head::after {
  background: url("../img/dropdown-arrow-white.webp") no-repeat center;
  background-size: contain;
}
.bg-black .faq-body,
.bg-dark .faq-body,
.bg-black .faq-body *,
.bg-dark .faq-body * {
  color: #bdbdbd !important;
}

/* -------------------------------------------- */
/* -------- WHO IS IT FOR PAGE STYLES --------- */
/* -------------------------------------------- */
.wiif-benefits-section .section-heading::before,
.wiif-benefits-section .section-heading::after {
  content: "";
  position: absolute;
}
.wiif-benefits-section .section-heading::before {
  width: 9rem;
  height: 7rem;
  top: 0;
  left: 10%;
  background: url("../img/hp-business-vector-left.webp") no-repeat center;
  background-size: contain;
}
.wiif-benefits-section .section-heading::after {
  width: 25rem;
  height: 25rem;
  bottom: 0;
  right: 0;
  background: url("../img/contact-follow-vector-1.webp") no-repeat center;
  background-size: contain;
}
.marquee-slider {
  pointer-events: none;
  overflow: hidden;
  width: 100%;
}
.js-marquee {
  display: flex;
}
.wiif-benefits-section {
  padding-bottom: 5rem;
}
.wiif-benefits-marquee .marquee-item .inner {
  padding: 2rem 0;
}
.wiif-benefits-marquee .title {
  font-size: 22rem;
  color: #efefef;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1rem;
  padding-right: 24rem;
  margin-right: 3rem;
}
.wiif-benefits-marquee .title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 3.5rem;
  width: 18rem;
  height: 18rem;
  background: url("../img/wiif-benefits-circle.webp") no-repeat center;
  background-size: contain;
}
.wiif-benefits-list {
  transform: translateY(-12rem);
}
.wiif-benefits-list li {
  padding: 6rem 3rem 5rem 4rem;
  border: 1.5px solid #888888;
  border-radius: 1.5rem;
  background-color: #ffffff;
}
.wiif-benefits-list h6 {
  font-size: 3.8rem;
  max-width: 28rem;
  line-height: 1.2;
}
.wiif-benefits-list .icon {
  height: 9.2rem;
}
.wiif-benefits-list .icon img {
  max-height: 100%;
}
.wiif-journey-item {
  width: 48.5%;
  padding: 5rem 5rem;
  border-radius: 1.9rem;
  margin-top: 6rem;
}
.wiif-journey-item .icon {
  width: 11.6rem;
  height: 11.6rem;
  border-radius: 50%;
  padding: 2.5rem;
  background-color: #ff9740;
}
.wiif-journey-item h4 {
  font-size: 7rem;
  line-height: 1.1;
  letter-spacing: -0.4rem;
}
.wiif-journey-item ul,
.wiif-journey-item ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding-left: 0;
}
.wiif-journey-item li {
  padding-left: 2.5rem;
  padding-right: 1.5rem;
  position: relative;
  margin: 5px 0;
}
.wiif-journey-item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../img/tick-mark-gray.webp") no-repeat center;
  background-size: contain;
}
.wiif-journey-item h6 {
  font-size: 3rem;
  margin: 5rem 0 1rem 0;
}
.wiif-pdf-section .wrapper {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.wiif-pdf-section {
  padding-bottom: 0;
}
.wiif-review-tabs {
  gap: 2rem 1.5rem;
}
.wiif-review-tabs a {
  font-size: 2.5rem;
  color: #979797;
  border: 1px solid #c8c8c8;
  border-radius: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.3rem 3rem;
}
.wiif-review-tabs a.active,
.wiif-review-tabs a:hover {
  background-color: var(--primary);
  color: var(--black);
  border-color: var(--primary);
}
.wiif-review-wrapper {
  padding-left: 6.5%;
  margin-top: 6rem;
}
.wiif-review-slider .slick-list {
  padding: 0 10% 0 0 !important;
}
.wiif-review-slider .slick-slide {
  margin-right: 4rem;
}
.wiif-review-slider .sd-text-review-item {
  border: 0;
  background-color: #f2f2f2;
  padding: 5rem 5rem;
  border-radius: 2rem;
}
.slider-arrow-gray-outline .slider-arrow {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 1px solid #b4b4b4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease;
}
.slider-arrow-gray-outline .slider-arrow:hover {
  background-color: #b4b4b4;
}
.slider-arrow-gray-outline .slider-arrow img {
  max-width: 3.1rem;
}
.slider-arrows .next-arrow {
  margin-left: 2rem;
}
.slider-arrows.arrows-with-line::before,
.slider-arrows.arrows-with-line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(50% - 15rem);
  height: 1px;
  background-color: #d9d9d9;
}
.slider-arrows.arrows-with-line::after {
  left: unset;
  right: 0;
}
.tab-content {
  display: none;
}
.wiif-contact-section .hp-contact-reviews {
  padding: 3rem 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.wiif-social-list {
  column-gap: 2rem;
}
.wiif-social-list a {
  width: 6.9rem;
  height: 6.9rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 1rem;
}
.wiif-social-list a img {
  max-width: 2.2rem;
}
.wiif-social-list a:hover {
  background-color: #ffffff;
}
.wiif-social-list a:hover img {
  filter: invert(1);
}
.sd-img-review-item.video-box video {
  max-height: 95vh;
  min-height: 30rem;
}
.reviews-wrapper.masonry-grid {
  margin: 0 -1.5rem;
}
/* ---------------------------------- */
/* -------- GENERIC PAGE STYLES --------- */
/* ---------------------------------- */
.generic-page-banner {
  background-color: #0a0a0a;
}
/* 404 PAGE */
.slick-marquee .slick-slide {
  margin: 0 2rem;
}
.slick-marquee span {
  white-space: nowrap;
}
.error-page-banner .banner-heading-icon {
  left: 50%;
  transform: translateX(-50%);
}
.error-page-banner .banner-bottom-content {
  padding: 0 15px;
}
.generic-page-banner.com-page-banner {
  padding-bottom: 10rem;
}

/* THANK YOU PAGE */
.thank-page-banner .container::before,
.thank-page-banner .container::after {
  content: "";
  position: absolute;
}
.thank-page-banner .container::before {
  width: 25rem;
  height: 25rem;
  top: 5rem;
  left: 0;
  background: url("../img/contact-follow-vector-1.webp") no-repeat center;
  background-size: contain;
}
.thank-page-banner .container::after {
  width: 25rem;
  height: 25rem;
  bottom: 5rem;
  right: 0;
  background: url("../img/contact-follow-vector-2.webp") no-repeat center;
  background-size: contain;
}
.privacy-page-banner .space-holder {
  width: 29rem;
  padding-left: 1rem;
}
.generic-page-content p,
.generic-page-content .container div {
  font-weight: 500;
  margin: 10px 0;
}
.generic-page-content h2,
.generic-page-content h3,
.generic-page-content h4 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  color: #171717;
}
.generic-page-content h3 {
  font-size: 4.5rem;
}
.generic-page-content h4 {
  font-size: 3.8rem;
}
.generic-page-content h5 {
  font-size: 3rem;
}
.generic-page-content h6 {
  font-size: 2.6rem;
}
.generic-page-content a:hover {
  color: var(--primary);
}
/* FAQ PAGE */
.faq-nav {
  padding: 4rem 3rem;
  border-radius: 2rem;
  background-color: #f8f8f8;
}
.faq-nav li {
  margin: 15px 0;
}
.faq-nav li a {
  color: #000000;
  font-size: 3rem;
}
.faq-nav li.active a {
  color: var(--primary);
}
.faq-group {
  margin-top: 8rem;
}
.faq-group:first-of-type {
  margin-top: 0;
}
.faq-group-wrapper h3 {
  font-size: 6.3rem;
  margin-bottom: 4rem;
  color: #171717;
}
.faq-group-wrapper .faq-item:first-of-type {
  border-top: 1px solid #bababa;
}
.faq-group-wrapper .faq-head {
  font-size: 3.2rem;
  color: #171717;
  font-weight: 600;
}

/* ----------------------------------------- */
/* -------- CASE STUDY PAGE STYLES --------- */
/* ----------------------------------------- */
.case-page-banner h1 strong,
.case-page-banner h1 b {
  color: var(--primary);
}
.case-banner-logos li {
  background-color: var(--white);
  padding: 2rem 2rem;
  border-radius: 1rem;
  min-height: 14rem;
}
.case-banner-logos li img {
  max-width: 16.5rem;
}
.case-banner-logos li:first-child {
  margin-right: 8rem;
}
.case-banner-logos li:first-child::before {
  content: "";
  position: absolute;
  top: calc(50% - 1.7rem);
  right: -5.5rem;
  width: 3.5rem;
  height: 3.5rem;
  background: url("../img/faq-plus-icon-white.webp") no-repeat center;
  background-size: contain;
}
.case-banner-usp {
  padding-left: 10rem;
}
.case-banner-usp li {
  padding: 0 2rem;
  border-left: 1px solid #d9d9d9;
}
.case-banner-usp li:nth-child(3n) {
  border-right: 1px solid #d9d9d9;
}
.case-banner-usp h5 {
  font-size: 8rem;
}
.case-banner-usp span {
  font-size: 3.2rem;
  font-weight: 600;
}
.scroll-down-outline {
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  width: 13rem;
  height: 13rem;
}
.scroll-down-outline img {
  max-height: 5.5rem;
  object-fit: cover;
}

.scroll-down-outline img {
  animation: scrollDownArrow 1.5s infinite;
}
@keyframes scrollDownArrow {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 2rem;
  }
  100% {
    margin-top: 0;
  }
}
.case-problem-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.case-problems-section h3 {
  font-size: 10rem;
  letter-spacing: -0.5rem;
  line-height: 1.1;
}
.case-problem-item p {
  max-width: 48rem;
}
.case-problems-summery {
  padding: 8rem 8rem;
  background-color: #141516;
  border-radius: 6rem;
  margin-top: 12rem;
}
.case-problems-summery li {
  font-size: 3.8rem;
  position: relative;
  line-height: 1.3;
  margin: 15px 0;
}
.case-problems-summery li u {
  color: var(--primary);
}
.case-problems-summery ul {
  list-style: none;
  margin-top: 4rem;
}
.case-problems-summery ul li {
  padding-left: 5.5rem;
}
.case-problems-summery ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 4rem;
  height: 3.5rem;
  background: url("../img/list-caution-icon.webp") no-repeat center;
  background-size: contain;
}
/* .case-switch-section .thumb{
  max-height: 100vh;
  height: 100rem;
} */

.case-objective-section p {
  color: #d8d8d8;
}
.case-objective-usp li {
  border-top: 1px solid #656565;
  padding: 5rem 0;
}
.case-objective-usp li:last-child {
  border-bottom: 1px solid #656565;
}
.case-objective-usp .count {
  font-size: 10rem;
  font-weight: bold;
}
.case-objective-usp p {
  padding-left: 4rem;
  font-size: 3.8rem;
}

.case-strategy-item {
  width: 55%;
  padding: 5rem 0;
  position: relative;
}
.case-strategy-item::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  background: url("../img/case-strategy-left-line.webp") no-repeat center;
  background-size: contain;
  top: 43%;
  left: -95%;
}
.case-strategy-item:nth-of-type(even)::before {
  background: url("../img/case-strategy-right-line.webp") no-repeat center;
  background-size: contain;
  left: unset;
  right: -95%;
}
.case-strategy-item:last-of-type::before {
  background: url("../img/case-strategy-last-line.webp") no-repeat center;
  background-size: contain;
  width: 70%;
  height: 2rem;
  top: unset;
  left: 90%;
  bottom: 4rem;
}
.case-strategy-item:nth-of-type(even) {
  padding-left: 8rem;
}
.case-strategy-item:nth-of-type(odd) {
  margin-left: auto;
  padding-right: 8rem;
}
.case-strategy-item .thumb-box {
  background-color: #ffdec2;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
}
.case-strategy-item .thumb-box p {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 1rem;
}
.case-strategy-item h4 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.case-strategy-item h4 b,
.case-strategy-item h4 strong {
  color: var(--primary);
}
.case-quote-box .avatar {
  width: 8.1rem;
  height: 8.1rem;
  border: 2px solid #ffffff;
  margin-right: 2rem;
}
.case-quote-box .quote {
  width: 13.5rem;
}
.case-quote-text {
  font-size: 4.3rem;
}
.case-quote-meta h6 {
  font-size: 3.2rem;
}
.case-result-usps li {
  padding: 4rem 0;
  border-top: 1px solid #6c4422;
}
.case-result-usps li:last-child {
  border-bottom: 1px solid #6c4422;
}
.case-result-usps .count {
  font-size: 8rem;
  line-height: 1;
}
.case-result-usps h4 {
  font-size: 4.7rem;
  line-height: 1.1;
  letter-spacing: -0.2rem;
}
.case-result-usps p {
  font-size: 2.3rem;
}
.case-contact-section {
  padding: 7rem 0;
  background-color: #f28123;
}
.case-contact-form .input-box {
  width: 25%;
  margin-top: 5rem;
}
.case-contact-form .input-box.small {
  width: 21%;
}
.case-contact-form .input-box input {
  background-color: transparent;
  border: 0;
  outline: none;
  border-bottom: 1px solid #000000;
  font-size: 2.3rem;
  color: #000000;
  padding-bottom: 4rem;
}
.case-contact-form .input-box input::placeholder {
  color: #000000;
}
.case-contact-form .submit-box {
  margin-left: 2rem;
  margin-top: 5rem;
}

.case-contact-form .submit-box:hover input {
  background-color: #000000;
  color: #ffffff;
}
.result-comparison-section .com-padding{
  border-top: 1px solid #777777;
}
.results-comparison-table {
  overflow-x: auto;
}
.results-comparison-table .table {
  min-width: 768px;
}
.results-comparison-table .table-head {
  background-color: #f1f1f1;
}
.results-comparison-table .table-head .col {
  font-weight: 600;
}
.results-comparison-table .col {
  padding: 14px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.results-comparison-table .row {
  border-top: 1px solid #777777;
}
.results-comparison-table .col {
  border-left: 1px solid #777777;
  width: 33.33%;
}
.results-comparison-table .col:last-of-type {
  border-right: 1px solid #777777;
}
.results-comparison-table .table-body .row:last-of-type {
  border-bottom: 1px solid #777777;
}
/* ----------------------------------------- */
/* -------- TESTIMONIALS PAGE STYLES --------- */
/* ----------------------------------------- */
.vid-testimonials-wrapper .vid-card {
  display: none;
  margin: 0;
}
.vid-testimonials-wrapper .vid-card:nth-child(-n + 9) {
  display: flex;
}
.img-testimonials-section .sd-img-reviews {
  margin-top: 0;
}

/* ------------------------------------ */
/* ----------- CAREER PAGE ------------ */
/* ------------------------------------ */
.career-whyus-section {
  padding-bottom: 8rem;
}
.career-whyus-section .thumb-box video {
  height: 51rem;
  max-height: 90vh;
  min-height: 30rem;
}
.career-why-usps {
  row-gap: 3.5rem;
}
.career-why-usps li {
  width: 48%;
  background-color: #282a2b;
  padding: 4rem 3rem;
  border-radius: 2rem;
  color: white;
}
.career-why-usps .icon {
  width: 6rem;
  height: 6rem;
  padding: 1rem;
  background-color: var(--white);
  border-radius: 50%;
}
.career-why-usps .icon img {
  max-height: 3.5rem;
}
.career-why-usps li h5 {
  padding-left: 2rem;
  min-height: 8.5rem;
  display: flex;
  align-items: center;
  font-size: 2.8rem;
}
.career-why-usps li p {
  color: #cccccc;
}
.career-gallery-images {
  margin: 6rem -2rem 0 -2rem;
}
.career-gallery-images .img-box {
  padding: 2rem 2rem;
  height: inherit;
}
.career-gallery-images .img-box img {
  max-height: 90vh;
  min-height: 40rem;
}
.career-jobs-listing {
  row-gap: 5rem;
}
.career-job-item {
  width: 48%;
  padding: 5rem 4rem;
  border-radius: 3rem;
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.career-job-item .job-meta-item img {
  max-height: 2rem;
  display: inline-block;
  margin-right: 1rem;
}
.career-job-item .job-meta-item:not(:first-child) {
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 1px solid #dddddd;
}
.career-job-item:hover h4 {
  color: #fd7d15 !important;
}
.career-job-item img.arrow {
  max-height: 2.2rem;
}
.career-job-item:hover img.arrow {
  transform: rotate(45deg);
}
.career-job-item .content-for-popup {
  display: none;
}
.career-job-popup .content-wrapper {
  background-color: var(--white);
  padding: 5rem 4rem;
  border-radius: 3rem;
  z-index: 2;
  max-height: 85vh;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
}
.career-job-popup h2,
.career-job-popup h3,
.career-job-popup h4,
.career-job-popup h5,
.career-job-popup h6,
.career-job-popup .job-meta-item b {
  color: var(--black);
}
.career-job-popup .job-meta-item b {
  display: inline-block;
  margin-right: 1rem;
}
.career-job-popup .body-content {
  max-height: calc(85vh - 25rem);
  overflow-y: auto;
  padding-bottom: 5rem;
}
.career-job-popup .heading-box {
  padding-bottom: 3rem;
}
ul.slick-dots {
  padding-left: 0;
}
