@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

@font-face {
  font-family: "Sports Night NS";
  src: url("../fonts/SFSportsNightNS.woff2") format("woff2"), url("../fonts/SFSportsNightNS.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
  min-height: 100%;
  color: #434343;
  background-color: #ffffff;
}

[data-aos=fade-up] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-aos=fade-up].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

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

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1480px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .only-mobile-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
/* From Uiverse.io by gharsh11032000 */
.eq-btn {
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #262323;
  color: #262323;
  background-color: transparent;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  display: inline-block;
  font-weight: 700;
  background-color: #ffffff;
}
.eq-btn.blu {
  background-color: #0c3a60;
  color: #ffffff;
}
.eq-btn.blu:hover {
  background-color: #ffffff;
  color: #262323;
}
.eq-btn:hover {
  border-color: #e24725;
  box-shadow: 0 0 20px #0c3a60;
  transform: translateY(-5px);
}
.eq-btn:active {
  box-shadow: 0 0 10px #0c3a60;
}

.eq-btn-link {
  font-size: 18px;
  color: #0C3A60;
  font-weight: 500;
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-bottom: 4px;
}
.eq-btn-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0c3a60;
  bottom: 4px;
  left: 0;
  transition: all 0.3s ease;
}
.eq-btn-link:hover {
  color: #e24725;
}
.eq-btn-link:hover::after {
  background-color: #e24725;
}

.eq-heading h2 {
  color: #262323;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .eq-heading h2 {
    font-size: 26px;
    line-height: 30px;
  }
}


.eq-card__img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
  position: relative;
}
.eq-card__img::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(149.34deg, rgba(0, 0, 0, 0) 57.38%, rgba(15, 13, 88, 0.6) 75.55%);
  transition: all ease-in-out 0.3s;
}
.eq-card__img:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.44) 50%);
  transition: all ease-in-out 0.3s;
}
.eq-card__img img {
  transition: all ease-in-out 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eq-card__head {
  color: #000000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin: 30px 0 20px;
}
.eq-card__cnt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #434343;
  overflow: hidden;
}
.eq-card:hover .eq-card__img img {
  transform: scale(1.05);
}
.eq-card:hover .eq-card__head {
  color: #e24725;
}
.eq-card:hover .eq-card__cnt {
  color: #e9785f;
}
.eq-card:hover .eq-card__img::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.44) 100%);
}

.eq-teamcard {
  position: relative;
  display: block;
  overflow: hidden;
}
.eq-teamcard__img {
  width: 100%;
  height: auto;
  position: relative;
}
.eq-teamcard__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.eq-teamcard__img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
  pointer-events: none;
}
.eq-teamcard__name {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  z-index: 4;
  transition: bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0s;
}
.eq-teamcard__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 3;
  text-align: center;
  pointer-events: none;
  background-image: linear-gradient(rgba(12, 51, 85, 0.5), rgba(12, 51, 85, 0.5)), linear-gradient(rgba(12, 51, 85, 0.5), rgba(12, 51, 85, 0.5));
  background-size: 0% 100%, 0% 100%;
  background-position: left top, right top;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease-in-out;
  transition-delay: 0.3s;
}
.eq-teamcard__hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0c3355;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0s;
  z-index: -1;
}
.eq-teamcard__hover-icon, .eq-teamcard__hover-quote {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: 0s;
}
.eq-teamcard__hover-icon {
  margin-bottom: 55px;
}
.eq-teamcard__hover-icon img {
  width: 38px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}
.eq-teamcard__hover-quote {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}
.eq-teamcard:hover .eq-teamcard__hover {
  pointer-events: auto;
  background-size: 50.1% 100%, 50.1% 100%;
  transition-delay: 0s;
}
.eq-teamcard:hover .eq-teamcard__hover::before {
  transform: scaleX(1);
  transition-delay: 0.15s;
}
.eq-teamcard:hover .eq-teamcard__hover-icon, .eq-teamcard:hover .eq-teamcard__hover-quote {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.35s;
}
.eq-teamcard:hover .eq-teamcard__name {
  bottom: calc(50% + 65px);
  transform: translateY(50%);
  transition-delay: 0.15s;
}

.eq-vendorCard__outer {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  transition: all ease-in-out 0.3s;
}
.eq-vendorCard__outer:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.eq-vendorCard img {
  width: 100%;
  height: 82px;
  -o-object-fit: contain;
     object-fit: contain;
}
.eq-vendorCard figcaption {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  margin: 12px 0 0;
  text-transform: uppercase;
}

.eq-prdcard {
  width: 100%;
}
.eq-prdcard__txt {
  color: #0c3a60;
  font-size: 20px;
  line-height: 30px;
  margin: 18px 0 0;
}
.eq-prdcard__inner {
  background-color: #f1f2f6;
  padding: 84px 34px 48px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eq-prdcard__inner img {
  transition: all ease-in-out 0.3s;
  width: 300px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.eq-prdcard__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0d3b66;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  padding: 4px 20px;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
  position: absolute;
  content: "";
  top: 24px;
  left: 12px;
  transition: all ease-in-out 0.3s;
}
.eq-prdcard:hover .eq-prdcard__inner img {
  transform: scale(1.1);
}
.eq-prdcard:hover .eq-prdcard__txt {
  color: #e24725;
}
.eq-prdcard:hover .eq-prdcard__tag {
  background-color: #e24725;
}

.eq-familyCard {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  overflow: hidden;
  height: 100%;
}
.eq-familyCard__outer {
  background-color: #f1f2f6;
  padding: 105px 45px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.eq-familyCard__outer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #0d3b66;
  transition: height 0.4s ease;
  z-index: 1;
}
.eq-familyCard__outer img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.4s ease;
  transform-origin: top center;
  position: relative;
  z-index: 2;
}
.eq-familyCard > .head {
  color: #0c3a60;
  font-size: 20px;
  margin: 24px 0 0;
  line-height: 26px;
  transition: all 0.4s ease;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.eq-familyCard__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 240px 40px 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.eq-familyCard__text .head {
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 20px 0;
  font-weight: 600;
  width: 40%;
}
.eq-familyCard__text .desc {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  text-align: center;
  font-weight: 300;
  width: 40%;
}
.eq-familyCard:hover .eq-familyCard__outer::after {
  height: 100%;
}
.eq-familyCard:hover .eq-familyCard__outer img {
  transform: translateY(0) scale(0.25);
}
@media (max-width: 1023px) {
  .eq-familyCard:hover .eq-familyCard__outer img {
    transform: scale(0.5) translateY(-50%);
  }
}
.eq-familyCard:hover .eq-familyCard__text {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .eq-familyCard__text {
    padding: 200px 40px 0;
  }
  .eq-familyCard__text .head,
  .eq-familyCard__text .desc {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .eq-familyCard__text {
    padding: 200px 40px 0;
  }
  .eq-familyCard__text .head,
  .eq-familyCard__text .desc {
    width: 100%;
  }
}
.eq-service-card {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.eq-service-card__img {
  width: 100%;
  height: 480px;
}
.eq-service-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.eq-service-card__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.72) 100%);
  z-index: 1;
}
.eq-service-card__cnt {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  padding: 40px 36px;
  z-index: 2;
  text-align: center;
  margin: auto;
  transform: translate(-50%, 0%);
}
.eq-service-card__head {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 16px;
  letter-spacing: 0.02em;
}
.eq-service-card__desc {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin: 0 auto;
  width: 75%;
}
.eq-service-card:hover .eq-service-card__img img {
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .eq-service-card__desc {
    width: 100%;
  }
  .eq-service-card__head {
    font-size: 26px;
    line-height: 36px;
  }
}
.eq-breadcrump {
  margin: 24px 0 0;
}
.eq-breadcrump__wrap {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}
.eq-breadcrump__link {
  font-size: 14px;
  font-weight: 4500;
  color: #717171;
}
.eq-breadcrump__slash {
  font-size: 16px;
}

.eq-productInner__gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.eq-productInner__badge {
  position: absolute;
  top: 30px;
  left: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0d3b66;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  padding: 4px 20px;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
  z-index: 10;
}
.eq-productInner #main-slider {
  background-color: #f2f4f8;
}
.eq-productInner #main-slider .splide__slide {
  background-color: #f1f2f6;
  height: 430px !important;
}
.eq-productInner #main-slider .splide__arrow {
  background-color: #fff;
  border-radius: 0;
  width: 48px;
  height: 48px;
  opacity: 1;
}
.eq-productInner #main-slider .splide__arrow svg {
  fill: #000;
  width: 16px;
  height: 16px;
}
.eq-productInner #thumbnail-slider .splide__slide {
  background-color: #f1f2f6 !important;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.eq-productInner #thumbnail-slider img {
  width: 85%;
  height: auto;
}
.eq-productInner #thumbnail-slider .splide__arrow {
  display: none;
}
.eq-productInner .splide__arrow--next {
  right: 0;
}
.eq-productInner .splide__arrow--prev {
  left: 0;
}
.eq-productInner .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #0d3b66;
}
.eq-productInner .inner {
  background-color: #f1f2f6;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px;
}

.eq-herohme {
  position: relative;
}
.eq-herohme .word-inner {
  overflow: hidden;
  padding: 0 10px;
}
.eq-herohme__vid {
  width: 100%;
  height: 700px;
}
.eq-herohme__vid video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eq-herohme__outer {
  height: 700px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  inset: auto 0 115px;
  z-index: 2;
  text-align: left;
  color: #ffffff;
}
.eq-herohme__outer .inner {
  width: 45%;
}
.eq-herohme__outer .inner p {
  font-weight: 500;
}
.eq-herohme__outer h1 {
  font-family: "Sports Night NS", sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 75px;
  margin-bottom: 12px;
}
.eq-herohme__outer h1 .word {
  overflow: hidden;
}
.eq-herohme .eq-btn {
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .eq-herohme__outer .inner {
    width: 70%;
  }
  .eq-herohme__outer .inner h1 {
    font-size: 48px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .eq-herohme__outer .inner {
    width: 100%;
  }
  .eq-herohme__outer .inner h1 {
    font-size: 48px;
    line-height: 52px;
  }
	
	.eq-herohme__vid {
		height: 550px;
	}
}
.eq-whowrk {
  padding: 60px 0;
}
.eq-whowrk__outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.eq-whowrk__outer .sec1 {
  width: 30%;
}
.eq-whowrk__outer .sec2 {
  width: 75%;
}
.eq-whowrk__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-content: space-between;
}
.eq-whowrk__wrap img {
  width: 100%;
  height: 115px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .eq-whowrk__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .eq-whowrk__outer {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .eq-whowrk__outer {
    flex-direction: column;
  }
  .eq-whowrk__outer .sec1,
  .eq-whowrk__outer .sec2 {
    width: 100%;
  }
  .eq-whowrk .eq-heading h2 {
    text-align: center;
  }
  .eq-whowrk__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.eq-whowrk-v1 {
  padding: 60px 0;
}
.eq-whowrk-v1 .eq-heading {
  margin: 0 0 40px;
}
.eq-whowrk-v1__img {
  width: 100%;
  height: 115px;
}
.eq-whowrk-v1__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.eq-aboutHme {
  width: 100%;
  height: 780px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.eq-aboutHme__outer {
  height: 780px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.eq-aboutHme__outer .sec1 {
  width: 62%;
}
.eq-aboutHme__outer .sec2 {
  width: 38%;
}
.eq-aboutHme__img {
  width: 100%;
  height: auto;
}
.eq-aboutHme__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.eq-aboutHme__cnt {
  margin-bottom: 30px;
}
.eq-aboutHme__cnt p {
  margin-bottom: 12px;
}
.eq-aboutHme .eq-heading h2 {
  margin-bottom: 20px;
  line-height: 35px;
}

@media (max-width: 767px) {
  .eq-aboutHme__outer {
    flex-direction: column;
    gap: 40px;
    height: 100%;
  }
  .eq-aboutHme {
    height: 100%;
    padding: 40px 0;
  }
  .eq-aboutHme__outer .sec1,
  .eq-aboutHme__outer .sec2 {
    width: 100%;
  }
}
.eq-categoryHme {
  padding: 80px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.eq-categoryHme .category-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  height: 600px;
}
.eq-categoryHme .category-card {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.eq-categoryHme .category-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.eq-categoryHme .category-card .category-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50.33%, rgba(0, 0, 0, 0.35) 100%);
  padding: 20px;
}
.eq-categoryHme .category-card .category-content h3 {
  color: #fff;
  font-size: 32px;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  margin: 0;
}
.eq-categoryHme .category-card:hover img {
  transform: scale(1.05);
  filter: blur(4px);
}
.eq-categoryHme .category-card:hover .category-content {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40.33%, rgba(0, 0, 0, 0.35) 80%);
}
.eq-categoryHme .category-card:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.eq-categoryHme .category-card:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.eq-categoryHme .category-card:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1/2;
}
.eq-categoryHme .category-card:nth-child(4):last-child {
  grid-column: 2/4;
  grid-row: 2/3;
}
.eq-categoryHme .category-card:nth-child(4):not(:last-child) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.eq-categoryHme .category-card:nth-child(5) {
  grid-column: 3/4;
  grid-row: 2/3;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .eq-categoryHme .category-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    height: auto;
  }
  .eq-categoryHme .category-grid .category-card {
    aspect-ratio: 1;
  }
  .eq-categoryHme .category-card:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/2;
    aspect-ratio: 2/1 !important;
  }
  .eq-categoryHme .category-card:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .eq-categoryHme .category-card:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .eq-categoryHme .category-card:nth-child(4):last-child {
    grid-column: 1/3;
    grid-row: 3/4;
    aspect-ratio: 2/1 !important;
  }
  .eq-categoryHme .category-card:nth-child(4):not(:last-child) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .eq-categoryHme .category-card:nth-child(5) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media (max-width: 767px) {
  .eq-categoryHme .category-grid {
    display: block;
    height: 100%;
  }
  .eq-categoryHme .category-grid .category-card {
    grid-column: 1/2;
    grid-row: auto;
    aspect-ratio: 16/9;
  }
  .eq-categoryHme .category-card .category-content h3 {
    font-size: 24px;
    line-height: 40px;
    width: 70%;
    margin: 0 auto;
  }
  .eq-categoryHme .category-grid .category-card {
    margin-bottom: 20px;
  }
}
.eq-intrestSec__outer {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.eq-intrestSec__outer .sec1 {
  width: 50%;
}
.eq-intrestSec__outer .sec1 .eq-heading h2 {
  text-transform: inherit;
}
.eq-intrestSec__outer .sec2 {
  width: 50%;
}
.eq-intrestSec__bg1 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px;
  position: relative;
  height: 100%;
}
.eq-intrestSec__bg1::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.eq-intrestSec__bg2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px;
  position: relative;
  height: 100%;
}
.eq-intrestSec .eq-form__container {
  position: relative;
  z-index: 10;
  width: 70%;
  margin: 0 auto;
}
.eq-intrestSec__cnt {
  position: relative;
  z-index: 10;
}
.eq-intrestSec__cnt p {
  color: #ffffff;
  width: 70%;
}
.eq-intrestSec .eq-heading h2 {
  color: #ffffff;
  margin: 0 0 28px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .eq-intrestSec__bg1 {
    height: 650px;
  }
  .eq-intrestSec .eq-form__container {
    width: 70%;
  }
  .eq-intrestSec .eq-heading h2 {
    text-align: center;
  }
  .eq-intrestSec__cnt p {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .eq-intrestSec__outer {
    flex-direction: column;
  }
  .eq-intrestSec__outer .sec1,
  .eq-intrestSec__outer .sec2 {
    width: 100%;
  }
  .eq-intrestSec__bg1,
  .eq-intrestSec__bg2 {
    padding: 60px 16px;
  }
}
@media (max-width: 767px) {
  .eq-intrestSec .eq-form__container {
    width: 100%;
  }
}
.eq-brandSec {
  padding: 72px 0;
}
.eq-brandSec .eq-heading h2 {
  margin: 0 0 56px;
  text-align: center;
}
.eq-brandSec__wrap {
  position: relative;
}
.eq-brandSec__wrap::before, .eq-brandSec__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 2;
  pointer-events: none;
}
.eq-brandSec__wrap::before {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}
.eq-brandSec__wrap::after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}
.eq-brandSec img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.eq-fullBnnr {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 650px;
  position: relative;
}
.eq-fullBnnr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.77) 0%, rgba(102, 102, 102, 0) 100%);
}
.eq-fullBnnr__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 650px;
  position: relative;
  z-index: 10;
}
.eq-fullBnnr__inner h2 {
  color: #ffffff;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  width: 48%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .eq-fullBnnr__inner h2 {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .eq-fullBnnr__inner h2 {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .eq-fullBnnr__inner h2 {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
  }
  .eq-fullBnnr {
    background-position: left;
  }
}
.eq-fullVid {
  width: 100%;
  position: relative;
  height: 800px;
}
.eq-fullVid::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3490196078);
}
.eq-fullVid video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.eq-bnnr {
  width: 100%;
  height: 765px;
}
.eq-bnnr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .eq-fullVid {
    height: 400px;
  }
  .eq-bnnr {
    height: 300px;
  }
}
.eq-prductvid {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 75px 0;
}
.eq-prductvid video {
  width: 100%;
  height: 100%;
}

.eq-prductpagebnnr {
  padding: 60px 0 85px;
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.eq-prductpagebnnr__txt {
  color: #434343;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  width: 95%;
  margin: 0 auto;
}

.eq-matebnnr {
  width: 100%;
  height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.eq-matebnnr__outer {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 45%;
  margin-left: auto;
  padding-top: 40px;
}
.eq-matebnnr .eq-heading h2 {
  margin-bottom: 12px;
  line-height: 36px;
}
.eq-matebnnr__list {
  margin: 0 0 20px 0;
  list-style: none;
}
.eq-matebnnr__list .inner {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  margin: 0 0 16px;
}
.eq-matebnnr__list .inner .icon {
  width: 28px;
  height: 28px;
}
.eq-matebnnr__list .inner .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767px) {
  .eq-matebnnr__outer {
    width: 100%;
    height: 100%;
  }
  .eq-matebnnr__list .inner {
    align-items: flex-start;
  }
  .eq-matebnnr {
    height: 100%;
    padding: 80px 0;
  }
}
.eq-feedback {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 140px 0;
  width: 100%;
}
.eq-feedback__outer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  margin: 0 auto;
}
.eq-feedback__outer p.head {
  color: #434343;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 32px;
  text-align: center;
}
.eq-feedback__outer p.head span {
  color: #0c3a60;
}

@media (max-width: 767px) {
  .eq-feedback__outer {
    width: 100%;
  }
  .eq-feedback {
    padding: 60px 0;
  }
}
.eq-srvice-ftrbnr {
  width: 100%;
  height: 700px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.eq-srvice-ftrbnr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.eq-srvice-ftrbnr__outer {
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.eq-srvice-ftrbnr__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.eq-srvice-ftrbnr__inner .eq-heading h2 {
  text-transform: inherit;
  color: #ffffff;
  font-size: 48px;
  line-height: 52px;
}
.eq-srvice-ftrbnr__inner p {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  width: 30%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .eq-srvice-ftrbnr__inner {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .eq-srvice-ftrbnr {
    height: 100%;
    padding: 80px 0;
  }
  .eq-srvice-ftrbnr__outer {
    height: 100%;
  }
  .eq-srvice-ftrbnr__inner {
    width: 100%;
  }
  .eq-srvice-ftrbnr__inner h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
.eq-servceHme {
  padding: 80px 0;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.eq-servceHme .eq-heading {
  text-align: center;
  margin: 0 0 40px;
}
.eq-servceHme .eq-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .eq-servceHme .eq-services-grid {
    grid-template-columns: 1fr;
  }
}
.eq-servceHme .eq-services-grid .eq-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 40px;
  min-height: 400px;
  text-decoration: none;
  overflow: hidden;
}
.eq-servceHme .eq-services-grid .eq-service-card:last-child:nth-child(odd) {
  grid-column: 1/-1;
}
@media (max-width: 768px) {
  .eq-servceHme .eq-services-grid .eq-service-card:last-child:nth-child(odd) {
    grid-column: 1;
  }
}
.eq-servceHme .eq-services-grid .eq-service-card .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: transform 0.5s ease;
}
.eq-servceHme .eq-services-grid .eq-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.36) 100%);
  z-index: 2;
  transition: background 0.3s ease;
}
.eq-servceHme .eq-services-grid .eq-service-card:hover .bg-img {
  transform: scale(1.05);
}
.eq-servceHme .eq-services-grid .eq-service-card:hover::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.36) 70%);
}
.eq-servceHme .eq-services-grid .eq-service-card .content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  max-width: 350px;
  margin: 0 auto;
}
.eq-servceHme .eq-services-grid .eq-service-card .content h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 40px;
  text-transform: uppercase;
}
.eq-servceHme .eq-services-grid .eq-service-card .content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #e0e0e0;
  width: 80%;
  margin: auto;
}

.eq-blogList {
  padding: 80px 0 0;
}
.eq-blogList .eq-heading h2 {
  text-align: center;
}
.eq-blogList__outer {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 45px -16px 0;
  flex-wrap: wrap;
}
.eq-blogList .eq-card {
  width: calc(33.3% - 32px);
  margin: 0 16px 80px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .eq-blogList .eq-card {
    width: calc(50% - 32px);
    margin: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .eq-blogList .eq-card {
    width: calc(50% - 32px);
    margin: 16px;
  }
}
@media (max-width: 767px) {
  .eq-blogList .eq-card {
    width: calc(100% - 32px);
    margin: 16px;
  }
	.eq-servceHme .eq-services-grid .eq-service-card .content p {
		text-align: center;
		width: 100%;
	}
}
.eq-footer {
  padding: 110px 0 35px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.eq-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.768627451);
}
.eq-footer__cnt {
  position: relative;
  z-index: 10;
}
.eq-footer__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 140px;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.1490196078);
  margin-bottom: 38px;
}
.eq-footer__wrap .sec1 {
  width: 20%;
}
.eq-footer__wrap .sec2 {
  width: 75%;
}
.eq-footer__wrap p.cnt {
  font-size: 16px;
  line-height: 28px;
  color: rgba(217, 217, 217, 0.7490196078);
  margin: 0 0 18px;
}
.eq-footer__wrap p.cnt a {
  font-size: 16px;
  line-height: 28px;
  color: rgba(217, 217, 217, 0.7490196078);
  transition: all 0.3s ease-in-out;
}
.eq-footer__wrap p.cnt a:hover {
  color: #ffffff;
}
.eq-footer__logo {
  width: 200px;
  height: auto;
  display: inline-block;
  margin-bottom: 24px;
}
.eq-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.eq-footer__socl-outer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 30px 0;
}
.eq-footer__socl-outer a {
  background-color: #1f2429;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eq-footer__socl-outer a img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.eq-footer__socl-outer a:hover {
  background-color: #ffffff;
}
.eq-footer__socl-outer a:hover img {
  filter: invert(1);
}
.eq-footer__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.eq-footer__inner p.head {
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: 600;
}
.eq-footer__list .navlinks {
  color: rgba(217, 217, 217, 0.7490196078);
  margin: 0 0 5px;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}
.eq-footer__list .navlinks:hover {
  color: #ffffff;
}
.eq-footer p.bot {
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  color: #d9d9d9;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .eq-footer__logo {
    width: 100%;
  }
  .eq-footer__inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .eq-footer__wrap .sec1 {
    width: 30%;
  }
  .eq-footer__wrap .sec2 {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .eq-footer__wrap {
    flex-direction: column;
  }
  .eq-footer__wrap .sec1,
  .eq-footer__wrap .sec2 {
    width: 100%;
  }
  .eq-footer__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.eq-header {
  background-color: #0c3a60;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: padding 0.3s ease, box-shadow 0.3s ease;
}
.eq-header.scrolled {
    background-color: #0c3a60ef;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .eq-header.scrolled {
    backdrop-filter: blur(2px);
  }
}
.eq-header.scrolled .eq-header__nav {
  padding: 20px 0 5px;
}
.eq-header.scrolled .eq-header__nav .logo img {
  width: 90%;
}
.eq-header__nav {
  padding: 20px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  transition: padding 0.3s ease;
}
.eq-header__nav .logo {
  width: 180px;
  height: auto;
  display: inline-block;
  transition: width 0.3s ease;
}
.eq-header__nav .logo img {
  transition: width 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.eq-header__list {
  display: flex;
  gap: 30px;
  align-items: center;
}
.eq-header__list .nav-close-item {
  display: none;
}
.eq-header__list li a.nav-links {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.eq-header__list li a.nav-links:hover {
  color: #df4625;
}
.eq-header__list li a.nav-links:hover svg path {
  stroke: #df4625;
}
.eq-header__list li svg {
  width: 11px;
  height: 6px;
  -o-object-fit: contain;
     object-fit: contain;
}
.eq-header__list li.nav-close-item svg {
  width: 28px;
  height: 28px;
  -o-object-fit: initial;
     object-fit: initial;
}
.eq-header .dropdwn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
}
.eq-header__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.eq-header__btn:hover {
  color: #df4625;
}
.eq-header__btn:hover svg path {
  stroke: #df4625;
}
.eq-header__btn svg {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.eq-header__actions {
  display: flex;
  align-items: center;
  gap: 30px;
}
.eq-header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 101;
}
.eq-header__hamburger .bar {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.eq-header__hamburger.active {
  display: none;
}
.eq-header__search-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.eq-header__search-toggle:hover {
  transform: scale(1.1);
}
.eq-header__search-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 20px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
}
.eq-header__search-bar.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.eq-header__search-bar .content-wrapper {
  display: flex;
  justify-content: center;
}
.eq-header__search-bar .search-form {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 15px;
}
.eq-header__search-bar .input-group {
  position: relative;
  flex-grow: 1;
}
.eq-header__search-bar .search-input {
  width: 100%;
  padding: 15px 50px 15px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
}
.eq-header__search-bar .search-input:focus {
  border-color: #df4625;
}
.eq-header__search-bar .search-submit {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #0c3a60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.eq-header__search-bar .search-close {
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}
.eq-header__search-bar .search-close:hover {
  color: #df4625;
}
.eq-header__nav-close {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
.eq-header__nav-close svg {
  width: 28px;
  height: 28px;
}
.eq-header__nav-close:hover {
  color: #df4625;
}
.eq-header__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.eq-header__overlay.active {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .eq-header .has-drawer:hover .eq-header__drawer {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.eq-header__drawer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 20px;
  margin-top: -20px;
  z-index: 9;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
}
.eq-header__drawer-inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  padding: 100px 60px 40px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.eq-header__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.eq-header__inner-content {
  width: 20%;
}
.eq-header__inner-media {
  width: 80%;
  position: relative;
  display: flex;
}
.eq-header__inner-media .media-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  align-items: stretch;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  z-index: 1;
}
.eq-header__inner-media .media-group.two-col {
  transition: all 0.3s ease-in-out;
}
.eq-header__inner-media .media-group.two-col .inner-bg {
  width: 40%;
  transition: all 0.3s ease-in-out;
  padding: 35px 40px;
}
.eq-header__inner-media .media-group.two-col .end-img {
  transition: all 0.3s ease-in-out;
  width: 60%;
}
.eq-header__inner-media .media-group.active {
/*   position: relative; */
  height: auto;
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.eq-header__inner-media .inner-bg {
  width: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px 40px;
}
.eq-header__inner-media .inner-bg .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.eq-header__inner-media .inner-bg .links-inner {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 3px;
  transition: all 0.3s ease-out;
  display: inline-block;
}
.eq-header__inner-media .inner-bg .links-inner:hover {
  color: #df4625;
}
.eq-header__inner-media .end-img {
  width: 70%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
}
.eq-header__inner-list li.accordion-item {
  margin-bottom: 10px;
}
.eq-header__inner-list li.accordion-item .links.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  cursor: pointer;
  color: #0c3a60;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  transition: all 0.3s ease-out;
}
.eq-header__inner-list li.accordion-item .links.accordion-header:hover {
  color: #df4625;
}
.eq-header__inner-list li.accordion-item .accordion-body {
  display: none;
  padding-top: 15px;
  padding-bottom: 5px;
}
.eq-header__inner-list li.accordion-item .accordion-body .sub-list li {
  margin-bottom: 10px;
}
.eq-header__inner-list li.accordion-item .accordion-body .sub-list li:last-child {
  margin-bottom: 0;
}
.eq-header__inner-list li.accordion-item .accordion-body .sub-list li .sub-links {
  display: inline-block;
  color: #0c3a60;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  transition: all 0.3s ease-out;
}
.eq-header__inner-list li.accordion-item .accordion-body .sub-list li .sub-links:hover {
  color: #df4625;
}
.eq-header__inner-list li:not(.accordion-item) .links {
  display: inline-block;
  color: #0c3a60;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  transition: all 0.3s ease-out;
  margin: 0 0 10px;
}
.eq-header__inner-list li:not(.accordion-item) .links:hover {
  color: #df4625;
}
@media (max-width: 991px) {
  .eq-header__nav {
    padding: 15px 0;
  }
  .eq-header .eq-header__list li a.links {
    color: #fff;
    font-size: 16px;
    padding: 0px;
	 pointer-events:auto;
  }
  .eq-header .logo {
    width: 140px;
    margin-right: auto;
  }
  .eq-header__actions {
    gap: 15px;
  }
  .eq-header__actions .eq-header__btn {
    display: none;
  }
  .eq-header__hamburger {
    display: flex;
  }
  .eq-header__list {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    background-color: #0c3a60;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 20px 40px;
    transition: all 0.3s ease;
    z-index: 100;
    margin: 0;
    overflow-y: auto;
  }
  .eq-header__list.active {
    right: 0;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
  }
  .eq-header__list .nav-close-item {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto !important;
  }
  .eq-header__list li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
    align-items: flex-start;
  }
  .eq-header__list li a.nav-links {
    display: inline-flex;
    justify-content: space-between;
    padding: 12px 0;
  }
  .eq-header .has-drawer.open .eq-header__drawer {
    display: block;
  }
  .eq-header__drawer {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    margin-top: 0;
    padding-top: 0;
  }
  .eq-header__drawer-inner {
    height: auto;
    padding: 15px;
    background-image: none !important;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: none;
  }
  .eq-header__inner {
    flex-direction: column;
  }
  .eq-header__inner-content {
    width: 100%;
  }
  .eq-header__inner-media {
    display: none;
  }
  .eq-header__inner-list li .links {
    font-size: 15px;
    color: #fff;
    padding: 8px 0;
    display: block;
    margin: 0;
  }
  .eq-header__inner-list li.accordion-item .links.accordion-header {
    color: #fff;
  }
  .eq-header__inner-list li.accordion-item .accordion-body {
    padding-top: 5px;
  }
  .eq-header__inner-list li.accordion-item .accordion-body .sub-list li .sub-links {
    color: #ddd;
    font-size: 14px;
    padding: 4px 0;
  }
  .eq-header__inner-list li:not(.accordion-item) .links {
    color: #fff;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .eq-header__nav .logo {
    width: 150px;
  }
  .eq-header__list li a.nav-links,
  .eq-header__btn {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .eq-herohme__outer h1 {
    font-size: 65px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .eq-header__list {
    overflow-y: auto !important;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    gap: 10px;
  }
  .eq-header.scrolled {
    padding: 10px 0;
  }
  .eq-header.scrolled .eq-header__nav .logo img {
    width: 100%;
  }
	  .eq-header__list li a.nav-links {
    width: 100%;
  }
	
	.eq-header .dropdown-icon {
		    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: -10px;
	}
}
.eq-innrBnnr {
  position: relative;
}
.eq-innrBnnr.vid {
  width: 100%;
  height: 720px;
}
.eq-innrBnnr.vid h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 90px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  font-family: "Sports Night NS", sans-serif;
  width: 100%;
  z-index: 10;
}
.eq-innrBnnr.vid h1 .word {
  padding: 10px;
}
.eq-innrBnnr video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eq-innrBnnr__img {
  position: relative;
  width: 100%;
  height: 540px;
}
.eq-innrBnnr__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 540px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.eq-innrBnnr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eq-innrBnnr__img h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 90px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  font-family: "Sports Night NS", sans-serif;
  width: 100%;
  z-index: 10;
}
.eq-innrBnnr__img h1 .word {
  padding: 10px;
}

@media (max-width: 767px) {
  .eq-innrBnnr video, .eq-innrBnnr.vid {
    height: 400px;
  }
  .eq-innrBnnr__img {
    height: 300px;
  }
  .eq-innrBnnr__img h1 {
    font-size: 50px;
         line-height: 45px;

  }
  .eq-innrBnnr.vid h1 {
    font-size: 50px;
    line-height: 60px;
  }
	
	.eq-innrBnnr__img h1 .word {
		padding: 0 10px;
	}
}
.eq-whoweAbout {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 130px 0;
  width: 100%;
  height: 100%;
}
.eq-whoweAbout__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.eq-whoweAbout__wrap p {
  font-size: 18px;
}
.eq-whoweAbout__wrap .sec1 {
  width: 55%;
  position: relative;
}
.eq-whoweAbout__wrap .sec2 {
  width: 40%;
}
.eq-whoweAbout .abstract1 {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-60%) translateX(-15%);
  z-index: 1;
  width: 450px;
  height: auto;
}
.eq-whoweAbout .abstract1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eq-whoweAbout .abstract2 {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  z-index: 1;
  width: 450px;
  height: auto;
}
.eq-whoweAbout .abstract2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eq-whoweAbout__list {
  margin: 20px 0;
}
.eq-whoweAbout__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  margin: 0 0 16px;
}
.eq-whoweAbout__list li .icon {
  width: 28px;
  height: 28px;
}
.eq-whoweAbout__list li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .eq-whoweAbout__wrap {
    flex-direction: column;
  }
  .eq-whoweAbout__wrap .sec1 {
    width: 100%;
    height: 330px;
  }
  .eq-whoweAbout__wrap .sec2 {
    width: 100%;
  }
  .eq-whoweAbout {
    height: 100%;
  }
  .eq-whoweAbout .abstract1 {
    transform: translateY(-10%) translateX(-15%);
  }
  .eq-whoweAbout .abstract2 {
    transform: translateY(-10%);
  }
}
@media (max-width: 767px) {
  .eq-whoweAbout__wrap {
    flex-direction: column;
  }
  .eq-whoweAbout__wrap .sec1,
  .eq-whoweAbout__wrap .sec2 {
    width: 100%;
  }
  .eq-whoweAbout {
    height: 100%;
  }
  .eq-whoweAbout .abstract1,
  .eq-whoweAbout .abstract2 {
    position: static;
    width: 100%;
    transform: none;
  }
}
.eq-ourTeam {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 90px;
}
.eq-ourTeam .eq-heading {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eq-ourTeam .eq-heading img {
  margin-bottom: 10px;
  width: 38px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}
.eq-ourTeam .eq-heading h2 {
  color: #ffffff;
}
.eq-ourTeam__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin: 40px 0 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .eq-ourTeam {
    height: 100%;
  }
  .eq-ourTeam__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .eq-ourTeam {
    height: 100%;
  }
  .eq-ourTeam__wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.eq-quote {
  padding: 75px 0;
}
.eq-quote__outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 34px;
  width: 70%;
  margin: 0 auto;
}
.eq-quote__outer img {
  width: 148px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.eq-quote__head {
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  color: #000000;
}

@media (max-width: 767px) {
  .eq-quote__outer {
    width: 100%;
  }
  .eq-quote__head {
    font-size: 20px;
    line-height: 30px;
  }
}
.eq-vendorList {
  padding: 72px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.eq-vendorList .eq-heading {
  text-align: center;
  margin: 0 0 56px;
}
.eq-vendorList__outer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  row-gap: 50px;
}
.eq-vendorList__btn-outer {
  margin: 80px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .eq-vendorList__outer {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .eq-vendorList__outer {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .eq-vendorList {
    padding: 40px 0;
  }
  .eq-vendorList__outer {
    grid-template-columns: repeat(2, 1fr);
  }
  .eq-vendorCard figcaption {
    font-size: 14px;
  }
}
.eq-categorySec {
  padding: 0 0 110px;
}
.eq-categorySec__outer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 70px 0 0;
}
.eq-categorySec__outer.two-columns {
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
}
.eq-categorySec__outer.two-columns .eq-categorySec__card {
  height: 200px;
}
.eq-categorySec .eq-heading {
  padding: 80px 0 40px;
}
.eq-categorySec .eq-heading h2 {
  text-align: center;
}
.eq-categorySec__card {
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.eq-categorySec__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.eq-categorySec__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50.33%, rgba(0, 0, 0, 0.35) 100%);
}
.eq-categorySec__card:hover .eq-categorySec__text {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.eq-categorySec__card:hover img {
  transform: scale(1.1);
}
.eq-categorySec__text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 900;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  width: 50%;
}

@media (max-width: 767px) {
  .eq-categorySec__outer {
    grid-template-columns: repeat(1, 1fr);
  }
  .eq-categorySec__text {
    font-size: 18px;
    line-height: 26px;
  }
}
.eq-prodSlider .eq-prdSlider__slider {
  margin-bottom: 80px;
}
.eq-prodSlider .head-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 24px;
}
.eq-prodSlider .head-outer .eq-heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
}
.eq-prodSlider .head-outer .eq-dropdown {
  position: relative;
}
.eq-prodSlider .head-outer .eq-dropdown__menu {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  padding: 24px;
  min-width: 220px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 10;
  margin-top: 10px;
}
.eq-prodSlider .head-outer .eq-dropdown__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.eq-prodSlider .head-outer .eq-dropdown__menu ul li {
  margin-bottom: 8px;
}
.eq-prodSlider .head-outer .eq-dropdown__menu ul li:last-child {
  margin-bottom: 0;
}
.eq-prodSlider .head-outer .eq-dropdown__menu ul li a {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 300;
  transition: color 0.3s ease;
}
.eq-prodSlider .head-outer .eq-dropdown__menu ul li a:hover {
  color: #e24725;
}
.eq-prodSlider .head-outer .eq-dropdown.active .eq-dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.eq-prodSlider .eq-prdSlider__slider .splide__arrow:disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
}
.eq-prodSlider .splide__arrow--prev svg {
  transform: rotate(180deg);
}
.eq-prodSlider .splide__arrow {
  background-color: #ffffff;
  border-radius: 0;
  padding: 40px 28px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.eq-prodSlider .splide__arrow svg {
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.eq-prodSlider .splide__arrow--next {
  right: 0;
}
.eq-prodSlider .splide__arrow--prev {
  left: 0;
}

.eq-productlist {
  margin: 0 0 80px;
}
.eq-productlist__outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.eq-productlist__outer .sec1 {
  width: 20%;
  padding-top: 64px;
  position: sticky;
  top: 0;
}
.eq-productlist__outer .sec1 .eq-sidebar-filter .accordion-item {
  margin-bottom: 24px;
}
.eq-productlist__outer .sec1 .eq-sidebar-filter .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 20px;
}
.eq-productlist__outer .sec1 .eq-sidebar-filter .accordion-header p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.eq-productlist__outer .sec1 .eq-sidebar-filter .accordion-header svg {
  transition: transform 0.3s ease;
}
.eq-productlist__outer .sec1 .eq-sidebar-filter .accordion-item.active .accordion-header svg {
  transform: rotate(180deg);
}
.eq-productlist__outer .sec1 .eq-sidebar-filter .accordion-body {
  display: none;
}
.eq-productlist__outer .sec1 .eq-sidebar-filter .filter-list {
  list-style: none;
  padding: 0 14px;
  margin: 0;
}
.eq-productlist__outer .sec1 .eq-sidebar-filter .filter-list li {
  margin-bottom: 14px;
}
.eq-productlist__outer .sec1 .eq-sidebar-filter .filter-list li:last-child {
  margin-bottom: 0;
}
.eq-productlist__outer .sec1 .eq-sidebar-filter .custom-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 16px;
  color: #424242;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 400;
}
.eq-productlist__outer .sec1 .eq-sidebar-filter .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.eq-productlist__outer .sec1 .eq-sidebar-filter .custom-checkbox .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.eq-productlist__outer .sec1 .eq-sidebar-filter .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.eq-productlist__outer .sec1 .eq-sidebar-filter .custom-checkbox input:checked ~ .checkmark {
  background-color: #0c3a60;
  border-color: #0c3a60;
}
.eq-productlist__outer .sec1 .eq-sidebar-filter .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.eq-productlist__outer .sec2 {
  width: 75%;
}
.eq-productlist .head-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 24px;
}
.eq-productlist .head-outer .eq-head {
  margin-left: auto;
  margin-right: auto;
  padding-left: 240px;
}
.eq-productlist .head-outer .eq-head h2 {
  margin: 0;
  font-size: 16px;
  color: #000000;
  text-align: center;
}
.eq-productlist .head-outer .eq-dropdown {
  position: relative;
  width: 250px;
}
.eq-productlist .head-outer .eq-dropdown .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: 1px solid #ccc;
  padding: 8px 16px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
}
.eq-productlist .head-outer .eq-dropdown .dropdown-toggle svg {
  width: 14px;
  height: auto;
  transition: transform 0.3s ease;
}
.eq-productlist .head-outer .eq-dropdown__menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background-color: #fff;
  padding: 16px;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.3s ease;
  z-index: 10;
  box-sizing: border-box;
}
.eq-productlist .head-outer .eq-dropdown__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.eq-productlist .head-outer .eq-dropdown__menu ul li {
  margin-bottom: 8px;
}
.eq-productlist .head-outer .eq-dropdown__menu ul li:last-child {
  margin-bottom: 0;
}
.eq-productlist .head-outer .eq-dropdown__menu ul li a {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s ease;
}
.eq-productlist .head-outer .eq-dropdown__menu ul li a:hover {
  color: #e24725;
}
.eq-productlist .head-outer .eq-dropdown.active .dropdown-toggle svg {
  transform: rotate(180deg);
}
.eq-productlist .head-outer .eq-dropdown.active .eq-dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.eq-productlist__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.eq-productlist .eq-prdcard {
  width: calc(33.3% - 32px);
  margin: 0 16px 48px;
}
.eq-productlist .eq-prdcard__inner img {
  width: 100%;
}
.eq-productlist .eq-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  gap: 8px;
  flex-wrap: wrap;
}
.eq-productlist .eq-pagination li {
  margin: 0;
}
.eq-productlist .eq-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #e0e0e0;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.eq-productlist .eq-pagination__link:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}
.eq-productlist .eq-pagination__link.active {
  background: #0d3b66;
  border-color: #0d3b66;
  color: #fff;
}
.eq-productlist .eq-pagination__link.prev, .eq-productlist .eq-pagination__link.next {
  font-weight: 400;
  gap: 6px;
}
.eq-productlist .eq-pagination__link svg {
  width: 10px;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .eq-productlist .head-outer .eq-dropdown .dropdown-toggle {
    max-width: 150px;
    margin-left: auto;
  }
  .eq-productlist .eq-prdcard {
    width: calc(50% - 32px);
  }
}
@media (max-width: 767px) {
  .eq-productlist__outer {
    flex-direction: column;
    gap: 30px;
  }
  .eq-productlist__outer .sec1,
  .eq-productlist__outer .sec2 {
    width: 100%;
  }
  .eq-productlist__outer .sec1 {
    position: relative;
  }
  .eq-productlist .head-outer .eq-head {
    padding-left: 0;
  }
  .eq-productlist .head-outer {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .eq-productlist .eq-prdcard {
    width: calc(100% - 32px);
  }
}
.list-inner {
  list-style: none;
}
.list-inner li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  cursor: pointer;
  border-bottom: 1px solid #000000;
}
.list-inner li p {
  font-weight: 500;
  color: #000000;
}
.list-inner li:last-of-type {
  border-bottom: 0;
}

#main-slider .splide__list {
  padding-top: 55px !important;
}

.eq-prodSlider {
  margin: 20px 0 80px;
}
.eq-prodSlider__outer {
  padding: 20px 0 50px;
  border-bottom: 1.5px solid var(--Text-on-Black, #e0e0e0);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 90px;
}
.eq-prodSlider__outer .sec1 {
  width: calc(64% - 45px);
}
.eq-prodSlider__outer .sec2 {
  width: calc(36% - 45px);
}

.eq-prodDetails__title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 40px;
  color: #000;
}
.eq-prodDetails__id {
  font-size: 14px;
  color: #000;
  display: block;
  margin-bottom: 30px;
  font-weight: 400;
}
.eq-prodDetails__overview {
  margin-bottom: 40px;
}
.eq-prodDetails__overview h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #000;
}
.eq-prodDetails__overview p {
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  font-weight: 300;
}
.eq-prodDetails__colors {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}
.eq-prodDetails__colors .label {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.eq-prodDetails__colors .color-options {
  display: flex;
  gap: 10px;
}
.eq-prodDetails__colors .color-options .color-swatch {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}
.eq-prodDetails__colors .color-options .color-swatch input[type=radio] {
  display: none;
}
.eq-prodDetails__colors .color-options .color-swatch .swatch {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.eq-prodDetails__colors .color-options .color-swatch.active, .eq-prodDetails__colors .color-options .color-swatch:hover {
  border-color: #000;
}
.eq-prodDetails__btn {
  width: 100%;
  background-color: #0d3b66;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 20px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 20px;
}
.eq-prodDetails__btn:hover {
  background-color: rgb(7.2347826087, 32.8347826087, 56.7652173913);
}
.eq-prodDetails__download {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0c3a60;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 48px;
  font-weight: 400;
}
.eq-prodDetails__download svg {
  width: 18px;
  height: 18px;
}
.eq-prodDetails__download:hover {
  text-decoration: underline;
}
.eq-prodDetails__list li {
  border-bottom: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  cursor: pointer;
}
.eq-prodDetails__list li p {
  font-weight: 500;
  color: #000000;
}
.eq-prodDetails__list li:last-of-type {
  border-bottom: 0;
}

.eq-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(30, 30, 30, 0.85);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.eq-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

.eq-prodDrawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 40%;
  max-width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  padding: 50px 40px;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  overflow-y: auto;
}
.eq-prodDrawer.active {
  right: 0;
}
.eq-prodDrawer__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
.eq-prodDrawer__header h2 {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  padding-right: 20px;
}
.eq-prodDrawer__close {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
}
.eq-prodDrawer__close svg {
  width: 20px;
  height: 20px;
  stroke: #000;
  transition: stroke 0.3s ease;
}
.eq-prodDrawer__close:hover svg {
  stroke: #666;
}
.eq-prodDrawer__content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000;
}
.eq-prodDrawer__content p {
  font-size: 18px;
  line-height: 28px;
  color: #444444;
  font-weight: 300;
  margin-bottom: 25px;
}
.eq-prodDrawer__content p:last-child {
  margin-bottom: 0;
}
.eq-prodDrawer__content .eq-prodDrawer__table {
  margin-top: 20px;
  overflow-x: auto;
}
.eq-prodDrawer__content .eq-prodDrawer__table table {
  width: 100%;
  border-collapse: collapse;
}
.eq-prodDrawer__content .eq-prodDrawer__table table td {
  border: 1px solid #444444;
  padding: 12px 15px;
  font-size: 14px;
  color: #444;
}
.eq-prodDrawer__content .eq-prodDrawer__table table td:first-child {
  font-weight: 500;
  color: #000;
  width: 50%;
}
.eq-prodDrawer__content .eq-prodDrawer__manufacturer {
  margin-top: 20px;
  text-align: center;
  display: inline-block;
}
.eq-prodDrawer__content .eq-prodDrawer__manufacturer img {
  max-width: 220px;
  height: auto;
  display: block;
  margin-bottom: 15px;
  padding: 49px;
  border: 1px solid #e0e0e0;
}
.eq-prodDrawer__content .eq-prodDrawer__manufacturer .website-link {
  color: #0d3b66;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.eq-prodDrawer__content .eq-prodDrawer__manufacturer .website-link:hover {
  text-decoration: underline;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .eq-productInner #main-slider .splide__slide {
    height: 340px !important;
  }
  #main-slider .splide__list {
    padding-top: 65px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #main-slider .splide__list {
    padding-top: 65px !important;
  }
  .eq-productInner #main-slider .splide__slide {
    height: 210px !important;
  }
  .eq-prodDrawer {
    width: 60%;
  }
  .eq-prodSlider__outer {
    gap: 45px;
  }
  .eq-prodSlider__outer .sec1 {
    width: 50%;
  }
  .eq-prodSlider__outer .sec2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .eq-prodDrawer {
    width: 100%;
    padding: 30px 20px;
  }
  .eq-prodSlider__outer {
    flex-direction: column;
  }
  .eq-prodSlider__outer .sec1 {
    width: 100%;
  }
  .eq-prodSlider__outer .sec2 {
    width: 100%;
  }
  #main-slider .splide__list {
    padding-top: 80px !important;
  }
  .eq-productInner #main-slider .splide__slide {
    height: 200px !important;
  }
  .eq-productInner #main-slider .splide__arrow {
    width: 28px;
    height: 28px;
    padding: 10px 15px;
  }
}
.eq-familySec {
  margin: 0 0 70px;
}
.eq-familySec .eq-heading h2 {
  text-align: center;
  margin-bottom: 44px;
}
.eq-familySec__outer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 65px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .eq-familySec .eq-familyCard__outer {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .eq-familySec__outer {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .eq-familySec .eq-familyCard__outer img {
    height: 300px;
  }
  .eq-familySec .eq-familyCard__outer {
    padding: 60px 20px 20px;
    min-height: 500px;
  }
}
.eq-blogImgSec__quote {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 50px;
  color: #0c3a60;
}
.eq-blogImgSec__imgsec {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.eq-blogImgSec__imgsec img {
  width: 16.66%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .eq-blogImgSec__imgsec {
    flex-wrap: wrap;
  }
  .eq-blogImgSec__imgsec img {
    width: 33%;
  }
}
.eq-contactSec {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.eq-contactSec__item a {
  transition: all 0.4s ease;
}
.eq-contactSec__item a:hover {
  color: #E24725;
}
.eq-contactSec__outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.eq-contactSec .eq-heading h2 {
  margin: 0 0 56px;
}
.eq-contactSec__info {
  width: 50%;
  padding: 48px 0;
}
.eq-contactSec__grid {
  display: flex;
  gap: 40px;
}
.eq-contactSec__col {
  display: flex;
  flex-direction: column;
  gap: 28px;
  flex: 1;
}
.eq-contactSec__label {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 6px;
  text-transform: capitalize;
}
.eq-contactSec__val {
  font-size: 20px;
  color: #434343;
  line-height: 28px;
}
.eq-contactSec__map {
  width: 50%;
  position: relative;
}
.eq-contactSec__map iframe {
  display: block;
  width: 100%;
  height: 380px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .eq-contactSec__info {
    padding: 48px 0;
  }
  .eq-contactSec__outer {
    flex-direction: column;
    gap: 30px;
  }
  .eq-contactSec__info, .eq-contactSec__map {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .eq-contactSec {
    padding: 50px 0;
  }
  .eq-contactSec__outer {
    flex-direction: column;
    gap: 30px;
  }
  .eq-contactSec__info, .eq-contactSec__map {
    width: 100%;
  }
  .eq-contactSec__info {
    padding: 32px 0;
  }
  .eq-contactSec__map iframe {
    height: 280px;
  }
  .eq-contactSec__grid {
    flex-direction: column;
    gap: 24px;
  }
}
.eq-blogInner {
  padding: 80px 0 100px;
}
.eq-blogInner__article {
  max-width: 860px;
  margin: 0 auto;
}
.eq-blogInner__img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.eq-blogInner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.eq-blogInner__header {
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 2px solid #e5e5e5;
}
.eq-blogInner__header .eq-heading h1 {
  margin: 0;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  color: #434343;
}
.eq-blogInner__body > p {
  font-size: 16px;
  line-height: 28px;
  color: #434343;
  margin-bottom: 24px;
}
.eq-blogInner__body h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 48px 0 20px;
}
.eq-blogInner__definition {
  background: #f0f5fa;
  border-left: 4px solid #1a6fc4;
  padding: 20px 24px;
  margin-bottom: 36px;
  border-radius: 0 4px 4px 0;
}
.eq-blogInner__definition p {
  font-size: 16px;
  line-height: 26px;
  color: #1a1a1a;
  margin: 0;
}
.eq-blogInner__breakdown {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 32px 0 36px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
}
.eq-blogInner__breakItem {
  padding: 28px 32px;
  border-bottom: 1px solid #e5e5e5;
}
.eq-blogInner__breakItem:last-child {
  border-bottom: none;
}
.eq-blogInner__breakItem h3 {
  font-size: 17px;
  font-weight: 700;
  color: #0c3a60;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.eq-blogInner__breakItem p {
  font-size: 16px;
  line-height: 28px;
  color: #434343;
  margin: 0 0 12px;
}
.eq-blogInner__breakItem p:last-child {
  margin-bottom: 0;
}
.eq-blogInner__link-line {
  font-size: 16px;
  line-height: 28px;
  color: #434343;
  margin-bottom: 24px;
}
.eq-blogInner__link {
  color: #1a6fc4;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.eq-blogInner__link:hover {
  color: #0c3a60;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .eq-blogInner {
    padding: 60px 0 80px;
  }
  .eq-blogInner__article {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .eq-blogInner {
    padding: 40px 0 60px;
  }
  .eq-blogInner__header {
    margin-bottom: 32px;
    padding-bottom: 24px;
  }
  .eq-blogInner__body h2 {
    font-size: 20px;
    margin: 36px 0 16px;
  }
  .eq-blogInner__breakItem {
    padding: 20px;
  }
}
.eq-serviceCard__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
  .eq-serviceCard__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.eq-servceAbout {
  padding: 80px 0 100px;
}
.eq-servceAbout .eq-heading h2 {
  text-align: center;
  text-transform: inherit;
  font-weight: 600;
  color: #262323;
  margin-bottom: 16px;
  line-height: 35px;
}
.eq-servceAbout__cnt {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  width: 70%;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .eq-servceAbout__cnt {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .eq-servceAbout__cnt {
    width: 100%;
  }
}
.eq-how-itWork {
  width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 740px;
  padding: 80px 0;
}
.eq-how-itWork::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.71) 100%);
}
.eq-how-itWork .content-wrapper {
  position: relative;
  z-index: 10;
}
.eq-how-itWork__inner {
  height: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.eq-how-itWork__inner .eq-heading {
  text-align: center;
  margin-bottom: 60px;
}
.eq-how-itWork__inner .eq-heading h2 {
  color: #ffffff;
  text-transform: uppercase;
}
.eq-how-itWork__steps {
  display: flex;
  align-items: flex-start;
}
.eq-how-itWork__step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.eq-how-itWork__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 25px;
  left: calc(50% + 25px);
  width: calc(100% - 50px);
  height: 1px;
  background: #ffffff;
}
.eq-how-itWork__num {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.eq-how-itWork__num span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.eq-how-itWork h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 12px;
}
.eq-how-itWork p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .eq-how-itWork__steps {
    flex-wrap: wrap;
    gap: 40px;
  }
  .eq-how-itWork__steps::before {
    display: none;
  }
  .eq-how-itWork__step {
    flex: 0 0 calc(50% - 20px);
  }
  .eq-how-itWork__inner,
  .eq-how-itWork {
    height: 100%;
  }
  .eq-how-itWork__step:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .eq-how-itWork {
    padding: 60px 0;
  }
  .eq-how-itWork__steps {
    flex-direction: column;
    gap: 40px;
  }
  .eq-how-itWork__steps::before {
    display: none;
  }
  .eq-how-itWork__step {
    width: 100%;
  }
  .eq-how-itWork__inner,
  .eq-how-itWork {
    height: 100%;
  }
  .eq-how-itWork__step:not(:last-child)::after {
    display: none;
  }
}
.eq-footer__list li a
{
color: rgba(217, 217, 217, 0.7490196078);
    margin: 0 0 5px;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}