.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.section-heading-label {
  display: inline-block;

}

.section-heading-label {
  font-size: 14px;
  font-family: 'OpenSans-SemiBold';
  background: var(--black);
  color: var(--white);
  line-height: 19px;
  padding: 0px 12px;
  border-radius: 30px;
  letter-spacing: 6%;
  text-transform: uppercase;
}

.h2-light span, h2 span, .h2 span {
  font-family: 'OpenSans-Regular';
}

.red {
  color: var(--crimson-red);
}

.section-heading .section-heading-label {
  margin-bottom: 9.51px;
}

.why-click-card {
  display: block;
  position: relative;
  height: 100%;
  min-height: 280px;
}

.why-click-card .h2-light {
  color: var(--white);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  transition: all 0.5s ease;
  opacity: 1;
  padding: 0 20px;
  font-size: clamp(1.7975rem, 1.4972rem + 0.8357vw, 2.5rem);
  z-index: 1;
}

.why-click-lighting-wrapper>.row {
  row-gap: 20px;
}

.why-click-card p {
  font-size: clamp(1.125rem, 0.9112rem + 0.5948vw, 1.625rem);
  line-height: 1.2;
  opacity: 0;
  transition: all 0.5s ease;
  scale: 0.5;
  font-family: 'OpenSans-Light';
  margin-bottom: 0;
  padding: 24px 17px;
  width: 100%;
}
.page-template-template-technical .post-card-description {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.why-click-card p span {
  font-family: 'OpenSans-Regular';
}

.why-click-card .why-click-card-content {
  width: 100%;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.why-click-card::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--bright-red);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: all 0.5s ease;
}

.why-click-card:hover:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background: var(--white);
  transition: all 0.5s ease;
  box-shadow: 0px 0px 40px 0px #C102061A;
}

.why-click-card:hover p {
  display: block;
  opacity: 1;
  transition: all 0.5s ease;
  scale: 1;
}

.why-click-card:hover .h2-light {
  top: 0;
  opacity: 0;
}

.Why-flick-lighting .section-heading {
  margin-bottom: 50px;
}

.Why-flick-lighting {
  margin-top: clamp(0.625rem, -0.1766rem + 2.2305vw, 2.5rem);
  margin-bottom: clamp(2.5rem, 1.8587rem + 1.7844vw, 4rem);
}

.image-with-text {
  display: flex;
  flex-wrap: wrap;
}

.section-heading {
  margin-bottom: clamp(1.5625rem, 1.1617rem + 1.1152vw, 2.5rem);
}

.img-with-text-img-col {
  width: 50%;
  display: flex;
}

.img-with-text-content-col {
  width: 50%;
  display: flex;
  align-items: center;
}

.image-with-text-reverse .img-with-text-img-col {
  justify-content: flex-end;
}

.img-with-text-img-col img {
  width: 100%;
  object-fit: cover;
}

.img-with-text-content-wrapper {
  max-width: 704px;
  margin-right: auto;
  margin-left: 47px;
  padding: 50px 0;
  width: 100%;

}

.image-with-text-reverse .img-with-text-content-wrapper {
  margin-left: auto;
  margin-right: 56px;
}

.img-with-text-content-text {
  max-width: 703.48px;
  margin-bottom: 0;
}

.img-with-text-content-wrapper .cmn-btn {
  margin-top: 40px;
}

.about-page .img-with-text-content-text {
  max-width: 645px;
}

.img-with-text-content-text p:last-child {
  margin-bottom: 0;
}

.about-page .image-with-text.image-with-text-reverse {
  padding: clamp(2rem, 1.145rem + 2.3792vw, 4rem) 0;
}

.bg-grey {
  background-color: var(--soft-gray);
}

.image-with-text.image-with-text-reverse {
  flex-direction: row-reverse;
}

.our-values .img-with-text-img-col img {
  width: calc(100% - 10px);
}

.image-with-text-reverse .img-with-text-img-col img {
  justify-content: flex-end;
}

.bg-red {
  background-color: var(--crimson-red);
}

.contact-cta-bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 75px 0;
}

.contact-cta-bar-wrapper .heading-50 {
  margin-bottom: 0;
  color: var(--white);
  font-size: 50px;
}

.circular-card,
.type-image .circular-card .card-with-icon-content {
  padding: 40px 20px 40px 20px;
  height: 100%;
}

.type-image .circular-card {
  padding: 0;
}

.card-with-icon-icon {
  text-align: center;
  margin-bottom: clamp(1.25rem, 0.7156rem + 1.487vw, 2.5rem);
  display: flex;
  justify-content: center;
}

.type-image .card-with-icon-icon {
  margin-bottom: 0;
}

.show-as-slider-grid {
  margin: 0;
}

.show-as-slider-grid .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}

.show-as-slider-grid .card-with-icon-col {
  padding: 0 10px;
}

.circular-card.bg-light-gray {
  background: var(--neutral-light);
}

.card-with-icon-title {
  font-size: 24px;
  font-family: 'OpenSans-Bold';
  margin-bottom: clamp(1.25rem, 0.7156rem + 1.487vw, 2.5rem);
  text-align: center;
  color: var(--carbon-gray);
  text-transform: uppercase;
}

.card-with-icon-content p,
.card-with-icon-content li {
  font-size: 17px;
  line-height: 100%;
  color: var(--carbon-gray);
}

.card-with-icon-content ul {
  margin: 0;
  padding: 0;
}

.card-with-icon-content ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.card-with-icon-content ul li::before {
  content: "";
  position: absolute;
  left: 3px;
  background: var(--carbon-gray);
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}

.card-with-icon-content ul li:not(.card-with-icon-content ul li:last-child) {
  margin-bottom: 10px;
}

.heading-with-para .h2-light,
.heading-with-para .heading-subtitle {
  margin-bottom: clamp(2rem, 1.7862rem + 0.5948vw, 2.5rem);
}

.heading-subtitle {
  font-family: 'OpenSans-Light';
  font-size: 30px;
}

.heading-para {
  max-width: 1164.59px;
  margin: auto;

}

.heading-with-para {
  margin-bottom: clamp(1.875rem, 1.2605rem + 1.71vw, 3.3125rem);
}

.card-with-icon {
  padding: clamp(3.875rem, 3.0734rem + 2.2305vw, 5.75rem) 0 clamp(3.875rem, 3.5009rem + 1.0409vw, 4.75rem) 0;
}

.card-with-icon-icon img {
  height: 142px;
  width: 142px;
  object-fit: contain;
}

.type-image .card-with-icon-icon img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/16;
  object-fit: cover;
}

.contact-cta-bar-wrapper .heading-50.display-light span {
  font-family: 'OpenSans-Regular';
}

.inner-page-banner-img img {
  width: 100%;
  aspect-ratio: 16/6.5;
  object-fit: cover;
  height: auto;
}
/* .single-case_studies .inner-page-banner-img img {
    object-position: top;
} */
.inner-page-banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/6.5;
  display: block;
}

.inner-page-banner-video {
  width: 100%;
  height: 100%;
}

.inner-page-banner {
  position: relative;
  overflow: hidden;
}

.inner-page-banner-content {
  position: absolute;
  width: 100%;
  bottom: 34.82px;
}

.inner-page-banner-content-wrapper .heading-50,
.inner-page-banner-content-wrapper .banner-subtitle {
  display: inline-block;
}

.banner-subtitle {
  font-size: 21px;
  line-height: 29px;
}

.inner-page-banner-content-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  color: var(--white);
  padding: 56px 20px 53px 0;
  max-width: 46%;
  position: relative;
}

.inner-page-banner-content-wrapper>* {
  position: relative;
  z-index: 1;
}

.inner-page-banner-content .inner-page-banner-content-wrapper::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  background: var(--bright-red);
  z-index: 0;
  opacity: 90%;
  top: 0;
  width: 100vw;
  right: 0;
}
.inner-page-banner-content .inner-page-banner-content-wrapper.black::before{
  background: var(--black);
}
.inner-page-banner-content .inner-page-banner-content-wrapper.white::before {
  background: var(--white);
}

.inner-page-banner-content .inner-page-banner-content-wrapper.white * {
  color: var(--black);
}

.inner-page-banner-content-wrapper p:last-child {
  margin-bottom: 0;
}

.inner-page-banner-content-wrapper h1 {
  margin-bottom: 16px;
  line-height: 1.38;
}

.br-icon {
  color: var(--crimson-red);
}

.br-currunt-page {
  color: var(--crimson-red);
}

.site-breadcrumb {
  font-size: 18px;
  padding: 20px 0;
}

.bg-black {
  background-color: #000000;
}

.footer-contact li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 24px;
}

.footer-contact li .footer-contact-icon {
  position: absolute;
  left: 0;
}

.footer-contact ul {
  list-style: none;
  padding-left: 0;
}

.footer-menu-title {
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'OpenSans-SemiBold';
  margin-bottom: 16px;
}

.footer-inner a,
.footer-contact li {
  font-size: 18px;
  color: #000;
}

.footer-social-icn-group svg {
  height: 24px;
  width: 24px;
}

.footer-inner {
  margin-top: 43px;
}

.footer-social-icn {
  width: 24px;
  height: 24px;
  display: inline-block;
}

.footer-social-icn-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 22px;
}

.footer-copyright {
  font-size: 17px;
  color: var(--cultured);
}

.footer-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menu-footer-bottom-container a {
  font-size: 16px;
  color: var(--cultured);
}

.menu-footer-bottom-container ul {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.menu-footer-bottom-container .menu-item {
  margin-left: 60px;
}

.footer-bottom {
  padding: 20px 0;
}

.footer-top {
  padding: 27px 0 50px 0;
  background-color: var(--cultured);
}

.footer-contact {
  max-width: 400px;
  margin-left: auto;
}

.slick-prev,
.slick-next {
  width: 99px;
  height: 99px;
  border-radius: 50%;
  border: 3px solid transparent;
  transition: all 0.3s ease-in;
}

.slick-prev:hover,
.slick-next:hover {
  border: 3px solid var(--black);
  background-color: transparent !important;
}

.slick-prev::before,
.slick-next::before {
  content: unset;
}

.slick-prev {
  background: url('data:image/svg+xml,<svg width="39" height="57" viewBox="0 0 39 57" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M35.3382 56.9718C36.1514 56.9718 36.9646 56.5547 37.5067 55.8596C38.4554 54.6084 38.1844 52.9401 37.1001 51.9669L8.09646 28.3328L36.9646 4.97666C38.1844 4.00349 38.3199 2.3352 37.3712 1.08398C36.4225 -0.167244 34.7961 -0.306268 33.5763 0.666902L1.99756 26.3864C1.3199 26.9425 0.913311 27.7767 0.913311 28.6108C0.913311 29.445 1.3199 30.2791 1.99756 30.8352L33.7118 56.4157C34.1184 56.8327 34.7961 56.9718 35.3382 56.9718Z" fill="%23C10206"/></svg>') !important;
  background-position: 47% !important;
}

.slick-next {
  background: url('data:image/svg+xml,<svg width="39" height="57" viewBox="0 0 39 57" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.66179 0.0282292C2.8486 0.0282291 2.03542 0.445297 1.49329 1.14042C0.544574 2.39164 0.815636 4.05993 1.89988 5.0331L30.9035 28.6673L2.03541 52.0233C0.815627 52.9965 0.680096 54.6648 1.62881 55.916C2.57753 57.1672 4.2039 57.3063 5.42369 56.3331L37.0024 30.6136C37.6801 30.0575 38.0867 29.2233 38.0867 28.3892C38.0867 27.5551 37.6801 26.7209 37.0024 26.1648L5.28816 0.584328C4.88157 0.167252 4.20391 0.0282293 3.66179 0.0282292Z" fill="%23C10206"/></svg>') !important;
  background-position: 53% !important;
}

.slick-prev,
.slick-next {
  filter: invert(100%) brightness(1000%) saturate(0%);
  background-repeat: no-repeat !important;
}

.slick-next {
  right: 50px;
}

.slick-prev {
  left: 50px;
}


/* Contact Us Form CSS */

.form-control,
.search-no-results .no-results .search-form label input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  line-height: 32px;
  background-color: unset;
  padding: 10px 20px 10px 60px;
  background-color: var(--white);
}

.contact-form.with-overlay {
  color: var(--white);
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-form .h2-light {
  margin-bottom: 50px;
}

.contact-form .form-row {
  margin-right: -15px;
  margin-left: -15px;
}

.contact-form .form-row>[class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

.contact-form.with-overlay .form-row .active label {
  color: var(--white);
}

.contact-form .form-row .active input {
  border: 1px solid var(--black);
}

.contact-form .form-row .wpcf7-not-valid {
  border: 1px solid var(--crimson-red);
}

.contact-form.with-overlay input.wpcf7-submit.cmn-btn {
  background-color: transparent;
  border: 1px solid rgba(250, 250, 250, 1);
}

.contact-form.with-overlay input.wpcf7-submit.cmn-btn:hover {
  background-color: rgba(250, 250, 250, 1);
  color: rgba(0, 0, 0, 1);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  text-align: center;
}

.with-overlay .wpcf7 form.invalid .wpcf7-response-output,
.with-overlay .wpcf7 form.unaccepted .wpcf7-response-output,
.with-overlay .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
}

.form-submit .wpcf7-spinner {
  position: absolute;
  top: 100%;
  left: 47%;
  transform: translate(-50%, 50%);
}

.form-wrapper {
  max-width: 1126px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 36px;
}

.form-submit {
  margin-top: 8px;
}

.form-group br {
  display: none;
}

.form-group label {
  position: absolute;
  top: 13px;
  left: 60px;
  transition: all 0.5s ease;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  z-index: 1;
}

.form-group.active label {
  position: absolute;
  top: -30px;
  left: 0px;
  transition: all 0.5s ease;
  font-size: 17px;
  margin: 0;
}

.form-control:focus {
  color: #495057;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}

.icon.input-icon {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 14px;
  top: 12px;
  z-index: 1;
}

.form-group p,
.form-submit p {
  position: relative;
  margin: 0;
}

textarea.form-control {
  height: 208px !important;
  resize: none;
}

.wpcf7-not-valid-tip {
  font-size: 16px;
}

.contact-form {
  padding: clamp(3.34375rem, 1.4868rem + 5.1673vw, 7.6875rem) 0;
}

.contact-form>div {
  position: relative;
  z-index: 1;
}

.contact-form.with-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2D0000B2;
  z-index: 0;
}

/* Contact Us Form CSS */

.home-explore-made-products .section-heading-label {
  margin-bottom: 13.5px;
}

.home-explore-made-products .section-heading-label {
  transform: translateY(-200%);
  opacity: 0;
}

.home-explore-made-products .img-with-text-img-col .home-explore-made-products-small-image {
  transform: translate(-100%, -20%) scale(1.2);
  opacity: 0;
}

.home-explore-made-products-main-image {
  overflow: hidden;
  max-width: 61%;
}

.home-explore-made-products-main-image img {
  transform: scale(1.5);
  transition: all 2s ease-in;
  opacity: 0;
}

.home-explore-made-products .section-heading-label,
.home-explore-made-products .explore-made-products-content-wrapper,
.home-explore-made-products .img-with-text-img-col .home-explore-made-products-small-image {
  transition: transform 2s ease-in, opacity 2s ease-in;
}

.home-explore-made-products .explore-made-products-content-wrapper {
  transform: translateX(-200%);
  opacity: 0;
}

.home-explore-made-products.in-view .section-heading-label,
.home-explore-made-products.in-view .explore-made-products-content-wrapper,
.home-explore-made-products.in-view .img-with-text-img-col .home-explore-made-products-small-image,
.home-explore-made-products.in-view .home-explore-made-products-main-image img {
  opacity: 1;
  transform: unset;
}

.home-explore-made-products .img-with-text-img-col .home-explore-made-products-big-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-explore-made-products .img-with-text-img-col .home-explore-made-products-small-image {
  width: 45.46%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 120px;
  border: 17px solid rgb(241, 241, 241);
}

.home-explore-made-products .img-with-text-img-col {
  position: relative;
  padding: 0px 40px 0px 0;
}

.home-explore-made-products {
  padding: 45px 0;
}

.bg-green {
  background-color: rgba(234, 255, 222, 1);
}

.h2-light em,
.img-with-text-content-text em {
  font-family: 'OpenSans-SemiBoldItalic';
}

strong {
  font-family: 'OpenSans-Bold';
}

.text-green,
.img-with-text-content-text em {
  color: rgba(0, 120, 128, 1);
}

.section-heading-with-icon img {
  width: 59px;
  margin-right: 30px;
}

.section-heading.section-heading-with-icon {
  display: flex;
  align-items: center;
}

.our-values-overlay-image {
  position: absolute;
  rotate: -29.87deg;
  opacity: 0.05;
  bottom: -30%;
  right: -16%;
  width: 66%;
  height: 66%;
  z-index: -1;
}

.our-values .img-with-text-content-wrapper {
  padding: 36px 0 47px;
}

.our-values .img-with-text-content-col {
  position: relative;
  overflow: hidden;
}

.energy-solution .energy-solution-logo {
  max-width: 254px;
  width: 100%;
  margin-right: 44px;
}

.energy-solution .h2-light {
  margin-bottom: 20px;
}

.energy-solution-content {
  margin-bottom: 10px;
}

.energy-solution .heading-para {
  max-width: 829.63px;
  margin: auto;
}

.energy-solution-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.energy-solution-text {
  max-width: 54%;
}

.energy-solution-card {
  height: 100%;
}

.listing .heading-para {
  max-width: 1266.87px;
}

.listing-card-image,
.post-image {
  display: block;
  overflow: hidden;
}

.listing-card {
  padding: 0 10px;
}

.listing-slider .slick-slide .listing-card {
  width: 100%;
  max-width: 100%;
}

.listing-slider .slick-list,
.cbwm-gallery .slick-list {
  margin: 0 -10px;
}

.product-listing-slider.row {
  margin: 0;
}

.product-listing-slider .slick-list {
  margin: 0 -26.5px;
}

.listing-slider .slick-prev,
.cbwm-slider .slick-prev,
.listing-slider .slick-next,
.cbwm-slider .slick-next,
.product-listing-slider .slick-prev,
.product-listing-slider .slick-next,
.show-as-slider-grid .slick-prev,
.show-as-slider-grid .slick-next {
  filter: brightness(0) saturate(100%);
}

.listing-slider .slick-prev:hover,
.cbwm-slider .slick-prev:hover,
.listing-slider .slick-next:hover,
.cbwm-slider .slick-next:hover,
.product-listing-slider .slick-prev:hover,
.product-listing-slider .slick-next:hover,
.show-as-slider-grid .slick-prev:hover,
.show-as-slider-grid .slick-next:hover {
  border: 3px solid var(--crimson-red);
  filter: unset;
  background-color: var(--white) !important;
}

.listing-slider .slick-prev,
.cbwm-slider .slick-prev,
.product-listing-slider .slick-prev,
.show-as-slider-grid .slick-prev {
  left: -151px;
}

.listing-slider .slick-next,
.cbwm-slider .slick-next,
.product-listing-slider .slick-next,
.show-as-slider-grid .slick-next {
  right: -151px;
}
.listing-card-image img, .post-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: 0.3s all ease-in-out;
    scale: 1;
    aspect-ratio: 16/10.8;
}
#technical-container .post-image img {
    height: 100%;
    object-fit: contain;
}

/* .post-image img {
    object-fit: contain;
} */
/* Client logo css start */
.section-logo-listing {
  padding: 50px 0px 84px;
}

.logo-listing-row {
  display: flex;
  align-items: center;
  gap: 0 60px;
  padding: 0 32.17px;
  margin: 0 auto;
  max-width: fit-content;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.logo-listing-row .logo-image-wrapper {
  padding: 0 15px;
}

.logo-listing-row .logo-image-wrapper>img {
  max-height: 60px;
}

.logo-listing-row .logo-image-wrapper>img {
  max-width: unset;
}

.section-logo-listing .section-heading {
  margin-bottom: 54px;
}

.scroller {
  overflow: hidden;
  position: relative;
}

.scroller__inner {
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
  animation: scroll var(--_animation-duration, 50s) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 30s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 30s;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.logo-listing-column {
  flex: 0 0 auto;
}

.logo-image-wrapper img {
  display: block;
  height: 80px;
  object-fit: contain;
  max-width: 100%;
}

.scroller:hover .scroller__inner {
  animation-play-state: paused;
}

/* Client logo css end */

.product-listing-card-image {
  display: block;
  overflow: hidden;
  border: 1px solid #f5f5f5;
}

.product-listing-card-image img {
  height: 100%;
  width: 100%;
  transition: 0.3s all ease-in-out;
  scale: 1;
  aspect-ratio: 16/10.65;
  object-fit: contain;
}
.product-listing-card-image img.no-image {
    object-fit: cover;
}
.product-listing-card:hover .product-listing-card-image img,
.post-card:hover .post-image img {
  scale: 1.1;
}

.product-listing-card:hover .cmn-btn.black-btn {
  background: var(--crimson-red);
  color: var(--white);
  border: 1px solid var(--crimson-red);
}

.card-title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 24px;
}

.listing-card-content {
  padding-top: 14px;
}

.listing-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/7.74;
  transition: all 0.3s ease-in-out;
  margin-bottom: 8px;
}

.listing-image .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 10px);
  transform: scale(0.5);
  opacity: 0;
}

.listing-image:hover img {
  transform: scale(1.1);
}

.listing-image:hover .hover-image {
  transform: scale(1);
  opacity: 1;
}

.listing-image {
  position: relative;
  overflow: hidden;
}

.listing-card-description-small {
  font-size: 17px;
  margin-bottom: 8px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.archive .post-wrapper {
  padding: clamp(2rem, 1.145rem + 2.3792vw, 4rem) 0;
}

.listing-slider {
  margin-bottom: 44px;
}

.row.listing-slider {
  margin-right: 0;
  margin-left: 0;
}

.listing-wrapper .row {
  row-gap: 30px;
}

.listing {
  padding: 40px 0 55px 0;
}

.card-link {
  font-size: 17px;
  text-decoration: underline;
}

.listing-card-content .card-link:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0%;
  background: var(--crimson-red);
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.listing-card-content .card-link:hover:after {
  width: 100%;
  opacity: 1;
}

.listing-card-content .card-link:hover {
  color: var(--crimson-red);
}

.energy-solution {
  padding: clamp(2.4375rem, 2.0367rem + 1.1152vw, 3.375rem) 0;
}

.learning-environment-image {
  height: 293px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  animation: scrollBackground 10s ease-in-out infinite alternate;
}

@keyframes scrollBackground {
  0% {
    background-position: top center;
  }

  100% {
    background-position: bottom center;
  }
}

@-webkit-keyframes scrollBackground {
  0% {
    background-position: top center;
  }

  100% {
    background-position: bottom center;
  }
}

.learning-environment-image img {
  width: 100%;
  object-position: top;
}

.icon-with-text-col-wrapper {
  padding: clamp(2.3125rem, 1.9651rem + 0.9665vw, 3.125rem) 0 33px;
  row-gap: 70px;
}

.icon-with-text-content {
  font-size: 17px;
  line-height: 1.2;
  color: var(--carbon-gray);
}

.icon-with-text-content strong {
  color: var(--black);
}

.icon-with-text-col img {
  max-width: 77px;
  object-fit: contain;
}

.icon-with-text-col {
  margin: 0 auto 0 0;
  max-width: 450px;

}

.product-listing-content {
  padding: 10px 17px 36px 32px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.product-listing-card {
  background-color: var(--white);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-listing-slider .slick-track {
  display: flex;
}

.product-listing-slider .slick-track .slick-slide {
  height: auto;
}

.product-listing-slider .slick-track .slick-slide>div {
  height: 100%;
}

.product-listing-content .cmn-btn {
  margin-top: auto;
}

.product-listing {
  background-color: var(--soft-gray);
  padding: clamp(2rem, 0.8778rem + 3.1227vw, 4.625rem) 0 clamp(0rem, -2.5383rem + 7.0632vw, 5.9375rem) 0;
}

.product-listing .section-heading {
  margin-bottom: clamp(2.5rem, 1.5381rem + 2.6766vw, 4.75rem);
}

.product-listing-description.card-description {
  margin: 24px 0;
}

.product-listing-wrapper .card-title {
  margin-bottom: 0;
}

.product-listing-wrapper-row {
  margin-right: -26.5px;
  margin-left: -26.5px;
  row-gap: 53px;
  justify-content: center;
}

.product-listing-col {
  padding-right: 26.5px;
  padding-left: 26.5px;
}

.lighting-controls-systems-listing .listing-card-description {
  margin-bottom: 24px;
}

.post-card {
  border: 1px solid rgb(210, 210, 210);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.related-posts-section{
  position: relative;
}
.related-posts-section .post-image a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.post-card-content {
  padding: 32px 32px 36px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.post-card-content .cmn-btn {
  margin-top: auto;
}

.tag-wrapper {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.post-card-content .card-title {
  margin: 16px 0 0;
}

.post-card-description.post-card-description-small {
  margin: 16px 0 20px;
}

.post-wrapper>.row,
.search-results .search-post {
  row-gap: 20px;
}

.search-results .post-card-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.load-more-row button:focus-visible {
  outline: none;
}

.post-search-filter-lists-wrapper {
  margin-bottom: clamp(2rem, 0.2632rem + 4.8327vw, 6.0625rem);
}

.cmn-image-wrapper img {
  width: 100%;
}

.cmn-title-with-text-wrapper {
  max-width: 1262.75px;
  margin: auto;
  margin-bottom: 60px;
}

.cmn-image-section {
  margin-bottom: 60px;
}

.sunstainable-manufacturing-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}

.sunstainable-manufacturing {
  padding: 100px 0;
  position: relative;
}

.sunstainable-manufacturing-wrapper {
  padding: 49.5px 32px 78.5px 32px;
  position: relative;
  margin: auto;
  z-index: 1;
  max-width: 851px;
}

.sunstainable-manufacturing-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  opacity: 90%;
  border-radius: 20px;
  z-index: -1;
  top: 0;
  left: 0;
}

.icon-with-points-wrapper ul {
  padding-left: 0;
  list-style: none;
}

.icon-with-points-wrapper ul li {
  padding-left: 60px;
  position: relative;
  margin-bottom: 30px;
}

.icon-with-points-icon {
  position: absolute;
  left: 0;
  top: 2px;
}

span.icon-with-points-icon img {
  max-width: 31px;
  object-fit: contain;
}

.faq-question::before {
  content: "Q: ";
  color: red;
}

.faq-answer::before {
  content: "A: ";
  color: red;
  font-family: 'OpenSans-Bold';
  margin-right: 5px;
}

.accordion-button::after {
  content: "+";
  font-size: 0;
  color: #000;
  transform: none !important;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAzMSAzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjQ3NDYgMzAuNDI1M0M3LjE3NjEzIDMwLjQyNTMgMC40NDA1OTYgMjMuNjkwNSAwLjQ0MDQzMSAxNS4zOTIxQzAuNDQwNDMxIDcuMDkzNTEgNy4xNzYwMyAwLjM1NzkxMiAxNS40NzQ2IDAuMzU3OTEyQzIzLjc3MzEgMC4zNTgwNzYgMzAuNTA3OCA3LjA5MzYxIDMwLjUwNzggMTUuMzkyMUMzMC41MDc2IDIzLjY5MDQgMjMuNzcyOSAzMC40MjUxIDE1LjQ3NDYgMzAuNDI1M1pNMTUuNDc0NiAyOS42MTI4QzIzLjMyNjYgMjkuNjEyNiAyOS42OTUxIDIzLjI0NDEgMjkuNjk1MyAxNS4zOTIxQzI5LjY5NTMgNy41Mzk5NCAyMy4zMjY3IDEuMTcxNTUgMTUuNDc0NiAxLjE3MTM5QzcuNjIyMzYgMS4xNzEzOSAxLjI1MzkxIDcuNTM5ODQgMS4yNTM5MSAxNS4zOTIxQzEuMjU0MDcgMjMuMjQ0MiA3LjYyMjQ2IDI5LjYxMjggMTUuNDc0NiAyOS42MTI4Wk0xNS4wNjc0IDI0LjMzMDZWMTUuNzk4M0g2LjUzNTE2VjE0Ljk4NDlIMTUuMDY3NFY2LjUxMzE5SDE1Ljg4MDlWMTQuOTg0OUgyNC4zNTI1VjE1Ljc5ODNIMTUuODgwOVYyNC4zMzA2SDE1LjA2NzRaIiBmaWxsPSIjQzEwMjA2IiBzdHJva2U9IiNDMTAyMDYiIHN0cm9rZS13aWR0aD0iMC40MDU3MzQiLz4KPC9zdmc+Cg==");
  width: 30px;
  height: 30px;
  background-size: contain;
  display: none;
}

.accordion-button.collapsed::after {
  content: "+";
}

.accordion-button:not(.collapsed)::after {
  content: "−";
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMSAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjQ3NDYgMzEuMjA4OUM3LjE3NjEzIDMxLjIwODkgMC40NDA1OTUgMjQuNDc0MSAwLjQ0MDQzMSAxNi4xNzU3QzAuNDQwNDMxIDcuODc3MSA3LjE3NjAzIDEuMTQxNSAxNS40NzQ2IDEuMTQxNUMyMy43NzMxIDEuMTQxNjYgMzAuNTA3OCA3Ljg3NzIgMzAuNTA3OCAxNi4xNzU3QzMwLjUwNzYgMjQuNDc0IDIzLjc3MyAzMS4yMDg3IDE1LjQ3NDYgMzEuMjA4OVpNMTUuNDc0NiAzMC4zOTY0QzIzLjMyNjYgMzAuMzk2MiAyOS42OTUxIDI0LjAyNzcgMjkuNjk1MyAxNi4xNzU3QzI5LjY5NTMgOC4zMjM1MyAyMy4zMjY3IDEuOTU1MTQgMTUuNDc0NiAxLjk1NDk4QzcuNjIyMzYgMS45NTQ5OCAxLjI1MzkxIDguMzIzNDMgMS4yNTM5MSAxNi4xNzU3QzEuMjU0MDcgMjQuMDI3OCA3LjYyMjQ2IDMwLjM5NjQgMTUuNDc0NiAzMC4zOTY0Wk02LjUzNTE2IDE2LjU4MTlWMTUuNzY4NUgyNC4zNTI1VjE2LjU4MTlINi41MzUxNloiIGZpbGw9IiNDMTAyMDYiIHN0cm9rZT0iI0MxMDIwNiIgc3Ryb2tlLXdpZHRoPSIwLjQwNTczNCIvPgo8L3N2Zz4K");
  background-size: contain;
  display: none;
}

.accordion-button {
  position: relative;
  padding-right: 40px;
  display: block;
  font-size: clamp(1.125rem, 0.9647rem + 0.4461vw, 1.5rem);
  font-family: 'OpenSans-Bold';
  cursor: pointer;
}

.faq-answer {
  font-size: clamp(1.125rem, 0.9647rem + 0.4461vw, 1.5rem);
  max-width: 1187px;
  display: block;
}

.accordion-button::after {
  right: 0;
  top: 0;
  position: absolute;
  font-family: 'OpenSans-Bold';
}

.accordion-item {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.accordion-body {
  padding: clamp(2rem, 1.7862rem + 0.5948vw, 2.5rem) clamp(1.25rem, 0.7156rem + 1.487vw, 2.5rem);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.accordion-header {
  padding: 0 clamp(0rem, -0.5344rem + 1.487vw, 1.25rem) clamp(1rem, 0.6259rem + 1.0409vw, 1.875rem) 20px;
}

.accordion {
  max-width: 1264px;
  margin: auto;
  padding: 30px 0;
}

@media(min-width: 1920.50px) {
  .home-explore-made-products .img-with-text-img-col {
    max-width: 800px;
    margin-right: auto;
  }

  .overlay-images-with-content-row {
    max-width: 1920px;
    margin: 0 auto;
  }
}

@media (max-width: 1850px) {

  .listing-slider .slick-prev,
  .cbwm-slider .slick-prev,
  .product-listing-slider .slick-prev,
  .show-as-slider-grid .slick-prev {
    left: -85px;
  }

  .listing-slider .slick-next,
  .cbwm-slider .slick-next,
  .product-listing-slider .slick-next,
  .show-as-slider-grid .slick-next {
    right: -85px;
  }

  .slick-prev,
  .slick-next {
    width: 80px;
    height: 80px;
    background-size: 30px !important;
  }

}

@media (max-width: 1699px) {

  .listing-slider .slick-next,
  .cbwm-slider .slick-next,
  .product-listing-slider .slick-next,
  .show-as-slider-grid .slick-next {
    right: -35px;
  }

  .listing-slider .slick-prev,
  .cbwm-slider .slick-prev,
  .product-listing-slider .slick-prev,
  .show-as-slider-grid .slick-prev {
    left: -35px;
  }
}

@media (max-width: 1599px) {
  .img-with-text-content-wrapper {
    max-width: 654px;
  }

  .energy-solution-text {
    max-width: 57%;
  }

  .inner-page-banner-content-wrapper {
    max-width: 43%;
  }
}

@media (max-width: 1499px) {
  .img-with-text-content-wrapper {
    max-width: 589px;
  }

  .inner-page-banner-content-wrapper {
    max-width: 46%;
  }
}

@media (max-width: 1399px) {
  .inner-page-banner-content-wrapper {
    padding: 38px 20px 38px 0;
  }

  .inner-page-banner-content-wrapper {
    max-width: 49%;
  }

  .site-breadcrumb {
    font-size: 16px;
  }

  .heading-subtitle {
    font-size: 24px;
  }

  .img-with-text-content-col {
    padding: 20px 20px 20px 20px;
  }

  .img-with-text-content-wrapper {
    margin-left: 20px;
    max-width: 570px;
  }

  .image-with-text-reverse .img-with-text-content-wrapper {
    margin-right: 20px;

  }

  .contact-cta-bar-wrapper {
    padding: 55px 0;
  }

  .card-with-icon-title {
    font-size: 20px;
  }

  .card-with-icon-content p,
  .card-with-icon-content li {
    font-size: 16px;
  }

  .card-with-icon {
    padding: 40px 0 40px 0;
  }

  .footer-social-icn {
    margin-right: 4px;
  }

  .slick-next {
    right: 30px;
  }

  .slick-prev {
    left: 30px;
  }

  .energy-solution .energy-solution-logo {
    margin-right: 24px;
  }

  .footer-social-icn-group {
    gap: 10px;
  }

}

@media (max-width: 1299px) {
  .img-with-text-content-wrapper {
    max-width: 525px;
  }

  .slick-prev,
  .slick-next {
    width: 60px;
    height: 60px;
    background-size: 25px !important;
  }

  .listing-slider .slick-prev,
  .cbwm-slider .slick-prev,
  .product-listing-slider .slick-prev,
  .show-as-slider-grid .slick-prev {
    left: -30px;
  }

  .listing-slider .slick-next,
  .cbwm-slider .slick-next,
  .product-listing-slider .slick-next,
  .show-as-slider-grid .slick-next {
    right: -30px;
  }

  .energy-solution-text {
    max-width: 51%;
  }

  .inner-page-banner-content-wrapper {
    max-width: 54%;
  }
}

@media (max-width: 1199px) {
  .img-with-text-content-wrapper {
    max-width: 425px;
  }

  .why-click-card p {
    padding: 20px 15px;
  }

  .card-with-icon-wrapper .row {
    justify-content: center;
  }

  .footer-top-row .col-md-2,
  .footer-top-row .col-md-3,
  .footer-top-row .col-md-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .footer-inner a,
  .footer-contact li {
    font-size: 16px;
  }

  .footer-copyright,
  .menu-footer-bottom-container a {
    font-size: 14px;
  }

  .menu-footer-bottom-container .menu-item {
    margin-left: 30px;
  }

  .energy-solution-text {
    max-width: 44%;
  }

  .inner-page-banner-content-wrapper {
    max-width: 64%;
  }

  .why-click-card {
    min-height: 250px;
  }

  .listing-slider .slick-next,
  .cbwm-slider .slick-next,
  .product-listing-slider .slick-next,
  .show-as-slider-grid .slick-next {
    right: -20px;
  }

  .listing-slider .slick-prev,
  .cbwm-slider .slick-prev,
  .product-listing-slider .slick-prev,
  .show-as-slider-grid .slick-prev {
    left: -20px;
  }
}

@media (max-width: 991px) {
  .contact-cta-bar-wrapper {
    padding: 45px 0;
  }

  .footer-top-row .col-md-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .footer-top-row .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .footer-top-row .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-inner a,
  .footer-contact li {
    font-size: 16px;
  }

  .footer-menu-title {
    font-size: 20px;
  }

  .footer-bottom-wrapper {
    justify-content: center;
  }

  .menu-footer-bottom-container .menu-item {
    margin-left: 15px;
    margin-right: 15px;
  }

  .inner-page-banner-content-wrapper {
    max-width: 100%;
  }

  .img-with-text-img-col,
  .img-with-text-content-col {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
  }

  .home-explore-made-products .img-with-text-img-col,
  .img-with-text-content-col,
  .img-with-text-img-col {
    padding: 0 20px;
  }

  .our-values .img-with-text-img-col {
    padding: 0;
  }

  .image-with-text-reverse .img-with-text-content-wrapper {
    max-width: 100%;
    margin: 0;
  }

  .img-with-text-content-text {
    max-width: 100%;
  }

  .home-explore-made-products {
    padding: 32px 0;
  }

  .image-with-text {
    row-gap: 32px;
  }

  .image-with-text.image-with-text-reverse:not(.wireless-page .image-with-text.image-with-text-reverse) {
    flex-direction: column-reverse;
  }

  .our-values:not(.image-with-text-reverse) .img-with-text-content-wrapper {
    padding-top: 0;
  }

  .our-values.image-with-text.image-with-text-reverse {
    row-gap: 0;
  }

  .home-explore-made-products .img-with-text-img-col .home-explore-made-products-small-image {
    width: 100%;
    position: unset;
    border: unset;
  }

  .img-with-text-img-col {
    flex-wrap: wrap;
    row-gap: 19.5px;
  }

  .home-explore-made-products-main-image,
  .our-values .img-with-text-img-col,
  .our-values .img-with-text-content-col {
    max-width: 100%;
    width: 100%;
  }

  .img-with-text-content-wrapper {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .our-values-overlay-image {
    right: -14%;
    width: 66%;
    height: 86%;
  }

  .energy-solution-text {
    max-width: 100%;
    margin: 16px 0 0;
  }

  .form-group label {
    top: 14px;
    left: 60px;
    font-size: 15px;
  }

  .footer-copyright {
    margin-bottom: 16px;
  }

  .footer-contact li .footer-contact-icon svg {
    max-width: 25px;
    max-height: 27px;
  }

  .form-submit {
    margin-top: 12px;
  }

  .icon-with-text-col {
    max-width: 100%;
  }

  .product-listing-slider .slick-list {
    margin: 0 -20.5px;
  }

  .about-page .img-with-text-content-wrapper:not(.about-page .image-with-text-reverse .img-with-text-content-wrapper) {
    padding: 0 0 32px;
  }

  .our-values .img-with-text-img-col img {
    width: 100%;
  }

  .listing-slider .slick-next,
  .cbwm-slider .slick-next,
  .product-listing-slider .slick-next,
  .show-as-slider-grid .slick-next {
    right: -30px;
  }

  .listing-slider .slick-prev,
  .cbwm-slider .slick-prev,
  .product-listing-slider .slick-prev,
  .show-as-slider-grid .slick-prev {
    left: -30px;
  }
}

@media (max-width: 767px) {

  .img-with-text-img-col,
  .img-with-text-content-col {
    width: 100%;
  }

  .img-with-text-img-col img {
    width: 100%;
  }

  .image-with-text-reverse .img-with-text-content-wrapper {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .img-with-text-content-text {
    max-width: 100%;
  }

  .img-with-text-content-wrapper {
    margin-left: 0px;
  }

  .footer-top-row .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-top-row .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .inner-page-banner-img img,
  .inner-page-banner-video video {
    aspect-ratio: unset;
    min-height: calc(100svh - 100px);
  }

  .inner-page-banner-content {
    bottom: 64px;
  }

  .case-studies-page .inner-page-banner-content,
  .single-case_studies .inner-page-banner-content,
  .single-sectors .inner-page-banner-content {
    bottom: 110px;
  }

  .inner-page-banner-content-wrapper {
    padding: 38px 15px 51px 0;
    max-width: calc(100% - 10px);
  }

  .contact-cta-bar-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .contact-cta-bar-wrapper .heading-50 {
    margin-bottom: 38px;
  }

  .img-with-text-img-col,
  .img-with-text-content-col {
    max-width: 540px;
  }

  .listing-slider .slick-prev,
  .listing-slider .slick-next,
  .product-listing-slider .slick-prev,
  .product-listing-slider .slick-next {
    top: 22%;
  }

  .listing-slider .slick-prev:hover,
  .cbwm-slider .slick-prev:hover,
  .listing-slider .slick-next:hover,
  .cbwm-slider .slick-next:hover,
  .product-listing-slider .slick-prev:hover,
  .product-listing-slider .slick-next:hover,
  .show-as-slider-grid .slick-prev:hover,
  .show-as-slider-grid .slick-next:hover {
    border: 1px solid transparent;
    background-color: unset !important;
  }

  .listing .h2-light {
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .our-values-overlay-image {
    height: 76%;
  }

  .energy-solution-gallery {
    row-gap: 30px;
  }

  .energy-solution-btn {
    width: 100%;
  }

  .energy-solution-content {
    margin-bottom: 42px;
  }

  .contact-cta-bar.bg-red:not(.woocommerce .contact-cta-bar.bg-red) {
    background: transparent;
  }

  .contact-cta-bar-wrapper:not(.woocommerce .contact-cta-bar-wrapper) {
    background-color: var(--crimson-red);
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-click-card {
    min-height: 200px;
  }

  .scroller[data-speed="slow"] {
    --_animation-duration: 40s;
  }
}

@media (max-width: 575px) {
  .inner-page-banner-content-wrapper {
    padding: 38px 11px 51px 0;
  }

  .slick-next {
    right: 0px;
  }

  .slick-prev {
    left: 0px;
  }

  .img-with-text-img-col,
  .img-with-text-content-col {
    max-width: 100%;
  }

  .our-values-overlay-image {
    height: 66%;
    width: 80%;
    right: -23%;
  }

  .our-values .img-with-text-content-text {
    max-width: 99%;
  }

  .slick-prev,
  .slick-next {
    width: 45px;
    height: 45px;
  }

  .listing-slider .slick-next,
  .cbwm-slider .slick-next,
  .product-listing-slider .slick-next,
  .show-as-slider-grid .slick-next {
    right: -20px;
  }

  .listing-slider .slick-prev,
  .cbwm-slider .slick-prev,
  .product-listing-slider .slick-prev,
  .show-as-slider-grid .slick-prev {
    left: -20px;
  }

  .footer-logo-column {
    text-align: center;
  }

  .footer-social-icn-group {
    gap: 32px;
    justify-content: center;
  }

  .footer-inner {
    margin-top: 48px;
  }

  .footer-contact {
    margin-left: unset;
  }

  .footer-top {
    padding: 32px 0 32px 0;
  }

  .menu-footer-bottom-container ul {
    justify-content: start;
    gap: 8px;
    flex-direction: column;
  }

  .menu-footer-bottom-container .menu-item {
    margin: 0;
  }

  .slick-prev:hover,
  .slick-next:hover {
    border: 1px solid transparent;
  }

  .footer-bottom-wrapper {
    justify-content: left;
  }

  .footer-copyright {
    width: 100%;
  }
}

@media (max-width: 390px) {

  .inner-page-banner-img img,
  .inner-page-banner-video video {
    min-height: calc(100svh - 92px);
  }
}