header {
  position: relative;
  background-color: transparent;
  z-index: 9;
}
header .navbar-toggler {
  border: 0;
  outline: 0;
}
header .navbar-toggler img {
  filter: invert(1);
  transition: all 300ms ease-in-out;
}
header .navbar-toggler:focus, header .navbar-toggler:active, header .navbar-toggler:hover {
  box-shadow: none;
  border: 0;
}
header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}
header.sticky .navbar-toggler img {
  filter: invert(0);
}
header.sticky .toggle-mode {
  filter: invert(1);
}
header .navbar-brand img {
  width: 240px;
  filter: grayscale(1) brightness(9);
}
header .toggle-mode {
  background-color: transparent;
  border: 0;
  background-color: rgba(0, 0, 0, 0.2);
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
header .toggle-mode:focus, header .toggle-mode:active {
  outline: 0;
  box-shadow: none;
}
header .toggle-mode img {
  filter: invert(1);
  width: 24px;
}
header .navbar-nav.navbar-sm-wrap {
  flex-flow: row;
}
header .navbar-nav.navbar-sm-wrap .nav-item:nth-child(2) {
  margin-left: 20px;
}
header .navbar-nav .nav-item {
  margin-left: 40px;
}
header .navbar-nav .nav-item .nav-link {
  padding: 15px 0;
  font-size: 18px;
  color: #fff;
  font-family: "Regular";
}
header .navbar-nav .nav-item .nav-link.active {
  color: #24b1e3;
}
header .navbar-nav .nav-item.dropdown:hover .nav-link {
  color: #24b1e3;
}
header .navbar-nav .nav-item.dropdown .dropdown-menu {
  display: block;
  border: 0;
  opacity: 0;
  pointer-events: none;
  border-radius: 0;
  transition: all 300ms ease-in-out;
  transform: translateY(30px);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  background-color: #1D1C1C;
  border-top: 3px solid #54bbe0;
}
header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 6px 15px;
  font-size: 16px;
  color: #A1A1A1;
}
header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus, header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #fff;
}
header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background-color: #2e2d2d;
  color: #54bbe0;
}
header .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
header.sticky {
  background-color: rgb(255, 255, 255);
  -webkit-backdrop-filter: saturate(3) blur(4px);
          backdrop-filter: saturate(3) blur(4px);
}
header.sticky .navbar-brand img {
  filter: unset;
}
header.sticky .navbar-nav .nav-item .nav-link {
  color: #000;
}
header.sticky .navbar-nav .nav-item .nav-link.active {
  color: #24b1e3;
}
header.sticky .navbar-nav .nav-item.dropdown:hover .nav-link {
  color: #24b1e3;
}
header.sticky .navbar-nav .nav-item.dropdown .dropdown-menu {
  background-color: #fff;
}
header.sticky .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 6px 15px;
  font-size: 16px;
  color: #646464;
}
header.sticky .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus, header.sticky .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #000;
}
header.sticky .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background-color: #f7f7f7;
  color: #24b1e3;
}
header.sticky .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
header.sticky .navbar-nav .nav-item .search-btn img {
  filter: invert(1);
}

.search-offcanvas {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: saturate(3) blur(4px);
          backdrop-filter: saturate(3) blur(4px);
  color: #fff;
}
.search-offcanvas .search-form {
  color: #fff;
}
.search-offcanvas .search-form .form-control {
  background-color: transparent;
  padding: 15px 15px 15px 50px;
  border: 1px solid #A1A1A1;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 24px;
  box-shadow: none;
  color: #fff;
  font-size: 22px;
  position: relative;
  font-family: "Regular";
}
.search-offcanvas .search-form .form-control::-moz-placeholder {
  color: #A1A1A1;
}
.search-offcanvas .search-form .form-control::placeholder {
  color: #A1A1A1;
}
.search-offcanvas .search-form .form-control:focus {
  border-color: #24b1e3;
}
.search-offcanvas .ajax-product-results {
  padding-left: 20px;
}
.search-offcanvas .ajax-product-results li::marker {
  color: #24b1e3;
}
.search-offcanvas .ajax-product-results li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.search-offcanvas .ajax-product-results li a:hover {
  text-decoration: underline;
}

.light-mode {
  color: #000;
}
.light-mode header .toggle-mode img {
  filter: invert(0);
}
.light-mode header .sticky .toggle-mode img {
  filter: unset;
}
.light-mode .search-offcanvas {
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}
.light-mode .search-offcanvas .search-form label.text-white {
  color: #000 !important;
}
.light-mode .search-offcanvas .search-form input.form-control {
  background-image: url(../images/search-black.png);
  color: #000;
}
.light-mode .search-offcanvas .btn-close-white {
  filter: unset !important;
}
.light-mode .search-offcanvas .ajax-product-results {
  padding-left: 20px;
}
.light-mode .search-offcanvas .ajax-product-results li {
  margin-bottom: 5px;
}
.light-mode .search-offcanvas .ajax-product-results li::marker {
  color: #54bbe0;
}
.light-mode .search-offcanvas .ajax-product-results li a {
  color: #000;
}
.light-mode .search-offcanvas .ajax-product-results li a:hover {
  text-decoration: underline;
}
.light-mode .main-banner .carousel-item .banner-bg-img {
  filter: invert(1);
}
.light-mode .main-banner .carousel-item .carousel-caption::after {
  display: none;
}

body {
  padding: 0;
  font-family: "Regular";
  color: #fff;
}

@font-face {
  font-family: "Light";
  src: url("../fonts/UniformProCon-Lgt.ttf");
}
@font-face {
  font-family: "Regular";
  src: url("../fonts/UniformProCon-Reg.ttf");
}
@font-face {
  font-family: "Medium";
  src: url("../fonts/UniformProCon-Med.ttf");
}
@font-face {
  font-family: "Bold";
  src: url("../fonts/UniformProCon-Bld.ttf");
}
@font-face {
  font-family: "Secondary-Regular";
  src: url("../fonts/PlayfairDisplay-Medium.ttf");
}
footer {
  position: relative;
}
footer::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 300px;
  max-width: 30%;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  right: 0;
  bottom: 0;
  display: none;
}
footer .main-footer {
  padding: 70px 0;
}
footer .social-media {
  padding-left: 0;
  list-style-type: none;
}
footer .social-media li {
  display: inline-block;
  margin-right: 15px;
}
footer .social-media li:last-child {
  margin-right: 0;
}
footer .social-media li a {
  display: grid;
  align-items: center;
  text-align: center;
  height: 40px;
  width: 40px;
  background-color: #f0f;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
footer .social-media li a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 300ms ease-in-out;
  background-color: #54bbe0;
  z-index: -1;
}
footer .social-media li a:hover {
  border-radius: 50%;
}
footer .social-media li a img {
  display: inline-block;
  margin: 0 auto;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .f-title {
  position: relative;
  color: #54bbe0;
  font-size: 20px;
  font-weight: inherit;
  font-family: "Secondary-Regular";
  margin-bottom: 15px;
}
footer .f-title button {
  display: none;
}
footer .f-title .accordion-button::after {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 300ms ease-in-out;
}
footer .f-title .accordion-button[aria-expanded=true]::after {
  transform: rotate(-180deg);
}
footer .f-listing {
  list-style-type: none;
}
footer .f-listing li {
  margin-bottom: 10px;
}
footer .f-listing li:last-child {
  margin-bottom: 0;
}
footer .f-listing li a {
  color: #fff;
  font-family: "Light";
  font-size: 15px;
  text-decoration: none;
}
footer .f-listing li a:hover {
  color: #24b1e3;
}
footer .developedby-wrap {
  display: block;
  margin-left: auto;
  text-align: right;
}
footer .developedby-wrap a {
  display: inline-block;
}
footer .developedby-wrap a img {
  width: 18px;
  filter: grayscale(1) brightness(9);
  transition: all 300ms ease-in-out;
}
footer .developedby-wrap a:hover img {
  filter: unset;
}
footer .sub-footer {
  background-color: #000;
}
footer .footer-tbl {
  background-color: transparent;
  color: #fff;
  font-size: 15px;
}
footer .footer-tbl th {
  font-weight: inherit;
  font-family: "Medium";
}
footer .footer-tbl td {
  font-family: "Light";
}
footer .footer-tbl td a {
  color: #fff;
  text-decoration: none;
}
footer .footer-tbl td a:hover {
  color: #24b1e3;
}

.inner-banner-wrap {
  position: relative;
}
.inner-banner-wrap > img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-banner-wrap::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(23, 23, 23, 0.6);
}
.inner-banner-wrap .inner-banner-caption {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  text-align: center;
  padding-top: 60px;
}
.inner-banner-wrap .inner-banner-caption .page-title {
  font-family: "Secondary-Regular";
  color: #fff;
  font-size: 40px;
}
.inner-banner-wrap .inner-banner-caption .breadcrumb .breadcrumb-item a {
  text-decoration: none;
}
.inner-banner-wrap .inner-banner-caption .breadcrumb .breadcrumb-item.active {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.inner-banner-wrap .inner-banner-caption .breadcrumb .breadcrumb-item.active::before {
  color: #fff;
}
.inner-banner-wrap .inner-banner-caption .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: url(../images/next.png);
  height: 20px;
  line-height: 2;
}

.timeline-tab-content .tm-year {
  font-family: "Medium";
  font-size: 90px;
  color: #fff;
}
.timeline-tab-content .tm-sub-heading {
  font-family: "Light";
  font-size: 60px;
}

.timeline-slide .timeline-item {
  text-align: center;
}
.timeline-slide .timeline-item .nav-link {
  font-size: 18px;
  color: #fff;
  font-family: "Regular";
  border-bottom: 10px solid #060504;
  padding-bottom: 10px;
}
.timeline-slide .timeline-item .nav-link.active {
  color: #54bbe0;
  border-bottom-color: #54bbe0;
}

.grid-md-desc {
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px;
}

.about-pg-thumb {
  aspect-ratio: 1/0.55;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.qc-item-wrap:nth-child(3) .qc-item .row, .qc-item-wrap:nth-child(4) .qc-item .row {
  flex-flow: row-reverse;
}
.qc-item-wrap .qc-item {
  background-color: #191919;
  border-top-right-radius: 100px;
  position: relative;
  overflow: hidden;
}
.qc-item-wrap .qc-item .qc-thumb {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.qc-item-wrap .qc-item .content p {
  margin-bottom: 0;
}

.video-wrapper {
  position: relative;
}

.play-btn-wrap {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}

.play-now {
  position: relative;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 92px;
  background-color: #54bbe0;
  color: #000;
  z-index: 1;
  font-size: 28px;
  padding-left: 0;
  display: grid;
  align-items: center;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto;
}

.play-now .ripple, .play-now .ripple:before, .play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 85px;
  width: 85px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 #54bbe0;
  -o-box-shadow: 0 0 0 0 #54bbe0;
  box-shadow: 0 0 0 0 #54bbe0;
  animation: ripple 3s infinite;
}

.play-now .ripple:after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
}

.play-now .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}
.play-now i {
  color: var(--tm-primary);
  font-size: 30px;
}

.item-title {
  color: #54bbe0;
  font-size: 30px;
  font-family: "Secondary-Regular";
}

.news-title {
  margin-bottom: 10px;
}

.category-item {
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 18px 0px rgba(0, 0, 0, 0.15);
}
.category-item .category-thumb {
  position: relative;
  overflow: hidden;
}
.category-item .category-thumb img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 300ms ease-in-out;
  width: 100%;
}
.category-item .category-name {
  color: #fff;
  position: relative;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background: linear-gradient(0, rgba(0, 0, 0, 0.7490196078), transparent);
  background: #171717;
  margin-bottom: 0;
  transition: all 300ms ease-in-out;
  margin-top: 0 !important;
}
.category-item:hover .category-thumb img {
  transform: scale(1.1);
}
/* Product New Zoom Starts */
.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}

.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
  border-radius: 3px;
  margin-bottom: 5px;
}

.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
  color: #000;
}

.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  transition: border 0.15s linear;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #54bbe0;
}

.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

/* Product New Zoom Ends */
.product-item {
  transition: all 300ms ease-in-out;
  color: #fff;
}
.product-item:hover {
  transform: translateY(-7px);
}
.product-item .short-desc p {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
}

.downloads-list {
  list-style-type: none;
  padding-left: 0;
}
.downloads-list li {
  display: inline-block;
  margin-top: 15px;
  margin-right: 30px;
}
.downloads-list li a {
  display: inline-block;
  background-image: url(../images/pdf.png);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: 0 3px;
  color: #fff;
  padding: 5px 0 5px 40px;
  text-decoration: none;
  font-family: "Medium";
  font-size: 18px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: "Regular";
}
.contact-info-item .icon {
  height: 40px;
  width: 40px;
  display: grid;
  align-items: center;
  text-align: center;
  margin-right: 15px;
  background-color: #54bbe0;
}
.contact-info-item .icon img {
  height: 25px;
  margin: auto;
}
.contact-info-item a {
  color: #fff;
  text-decoration: none;
}
.contact-info-item a:hover {
  color: #54bbe0;
}

.listing-item {
  position: relative;
  padding: 0 0 40px 70px;
  border-left: 2px solid #54bbe0;
}
.listing-item::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #FD9F27;
  left: -6px;
  top: 0;
}
.listing-item .item-title {
  line-height: 0.5;
  margin-bottom: 40px;
}

.hw-100-thumb {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.material-item {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}
.material-item:first-child {
  margin-top: 0;
}
.material-item:nth-child(odd) {
  border-top-left-radius: 100px;
}
.material-item:nth-child(odd) .material-thumb {
  border-top-left-radius: 80px;
}
.material-item:nth-child(even) {
  border-top-right-radius: 100px;
}
.material-item:nth-child(even) .row {
  flex-flow: row-reverse;
}
.material-item:nth-child(even) .material-thumb {
  border-top-right-radius: 80px;
}

.light-mode .inner-banner-wrap::before {
  background-color: rgba(247, 247, 247, 0.6);
}
.light-mode .inner-banner-wrap .inner-banner-caption .page-title {
  color: #000;
}
.light-mode .inner-banner-wrap .inner-banner-caption .breadcrumb .breadcrumb-item .text-white, .light-mode .inner-banner-wrap .inner-banner-caption .breadcrumb .breadcrumb-item.active {
  color: #000 !important;
}
.light-mode .inner-banner-wrap .inner-banner-caption .breadcrumb .breadcrumb-item::before {
  filter: invert(1);
}
.light-mode .qc-item-wrap .qc-item {
  background-color: #ececec;
}
.light-mode .category-item .category-name {
  color: #000;
  background: #f0f0f0;
}

.bg-theme-dark {
  background-color: #171717;
  color: #fff;
}

.desc p {
  font-family: "Light";
  font-size: 16px;
}
.desc ul, .desc ol {
  padding-left: 20px;
}

section {
  padding: 70px 0;
}

.sub-heading {
  font-family: "Secondary-Regular";
  color: #54bbe0;
  font-size: 24px;
}

.section-heading {
  font-size: 48px;
  color: #fff;
  font-family: "Medium";
}

.main-banner {
  position: relative;
}
.main-banner .carousel-item {
  position: relative;
}
.main-banner .carousel-item::after {
  position: absolute;
  content: "";
  height: 100%;
  right: 0%;
  background-image: url(../images/banner-thumb-shadow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  top: 0;
  background-position: top right;
  z-index: 0;
}
.main-banner .carousel-item .banner-bg-img {
  max-height: 1080px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-banner .carousel-item .carousel-caption {
  bottom: unset;
  height: 100%;
  top: 0;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  align-items: baseline;
}
.main-banner .carousel-item .carousel-caption .product-cta-wrap {
  text-align: right;
  margin-bottom: -40px;
  position: relative;
  z-index: 1;
}
.main-banner .carousel-item .carousel-caption .product-cta-wrap .product-cta {
  display: inline-block;
  color: #fff;
  font-family: "Medium";
  font-size: 26px;
  text-decoration: none;
  padding-bottom: 25px;
  background-image: url(../images/arrow-up-line.png);
  background-position: right bottom;
  background-size: 25px;
  background-repeat: no-repeat;
}
.main-banner .carousel-item .carousel-caption .product-cta-wrap .product-cta:hover {
  color: #24b1e3;
}
.main-banner .carousel-item .carousel-caption .social-media {
  padding-left: 0;
  list-style-type: none;
}
.main-banner .carousel-item .carousel-caption .social-media li {
  display: inline-block;
  margin-right: 15px;
}
.main-banner .carousel-item .carousel-caption .social-media li:last-child {
  margin-right: 0;
}
.main-banner .carousel-item .carousel-caption .social-media li a {
  display: grid;
  align-items: center;
  text-align: center;
  height: 30px;
  width: 30px;
}
.main-banner .carousel-item .carousel-caption .social-media li a img {
  display: inline-block;
  margin: 0 auto;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 300ms ease-in-out;
}
.main-banner .carousel-item .carousel-caption .social-media li a:hover img {
  filter: grayscale(1) brightness(9);
}
.main-banner .carousel-item .carousel-caption .banner-sub-heading {
  font-family: "Secondary-Regular";
  color: #54bbe0;
  font-size: 40px;
}
.main-banner .carousel-item .carousel-caption .banner-heading {
  font-size: 60px;
  color: #fff;
}
.main-banner .carousel-control-prev, .main-banner .carousel-control-next {
  height: 60px;
  width: 60px;
  top: 0;
  bottom: 0;
  margin: auto 30px;
  border-radius: 50%;
  background-color: #272727;
}

.banner-cta, .theme-btn {
  display: inline-block;
  color: #000;
  position: relative;
  background-color: #54bbe0;
  font-family: "Medium";
  font-size: 16px;
  text-decoration: none;
  padding: 12px 40px;
  border-radius: 30px;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  z-index: 0;
}
.banner-cta::before, .theme-btn::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 30px;
  background: #54bbe0;
  left: 0;
  bottom: 0;
  transform: translate3d(0px, 100%, 0px);
  transition: all 400ms ease-in-out;
  z-index: -1;
}
.banner-cta:hover::before, .theme-btn:hover::before {
  transform: translate3d(0px, 0%, 0px);
}

.solution-item {
  position: relative;
}
.solution-item .solution-thumb {
  position: relative;
  overflow: hidden;
}
.solution-item .solution-thumb img {
  aspect-ratio: 1/0.9;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  transition: all 600ms ease-in-out;
  width: 100%;
}
.solution-item .solution-intro {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  background-color: rgba(29, 27, 28, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  transition: all 300ms ease-in-out;
}
.solution-item .solution-intro .sub-heading {
  position: relative;
  transform: translateY(30px);
  transition: all 500ms ease-in-out;
}
.solution-item .solution-intro .solution-name {
  font-size: 40px;
  color: #fff;
  font-family: "Regular";
  margin-bottom: 10px;
  position: relative;
  transform: scale(0.8) translateY(300%);
  transition: all 500ms ease-in-out;
}
.solution-item .solution-intro p {
  font-family: "Regular";
  font-size: 18px;
  transform: translateY(50px);
  transition: all 500ms ease-in-out;
}
.solution-item:hover img {
  filter: grayscale(0);
  transform: scale(1.4);
}
.solution-item:hover .solution-intro {
  opacity: 1;
}
.solution-item:hover .solution-intro .sub-heading {
  transform: translateY(0);
}
.solution-item:hover .solution-intro .solution-name {
  transform: scale(1) translateY(0);
}
.solution-item:hover .solution-intro p {
  transform: translateY(0);
}

.about-home-bg {
  background-repeat: no-repeat;
  background-position: 15% 100%;
  background-size: 1000px;
}

.about-thumb {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.choose-item {
  border-radius: 15px;
  transition: all 300ms ease-in-out;
}
.choose-item:hover {
  background-color: #272727;
}
.choose-item h3 {
  font-size: 24px;
  font-family: "Medium";
  margin-bottom: 15px;
}

.news-home-thumb {
  border-top-right-radius: 210px;
  aspect-ratio: 1/1.2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.news-item {
  padding: 25px 0 15px;
  border-bottom: 1px solid #313131;
}
.news-item .post-date {
  color: #54bbe0;
}
.news-item:last-child {
  border-bottom: 0;
}
.news-item .news-thumb img {
  /* aspect-ratio: 1.62; */
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.news-item .news-title {
  font-size: 22px;
}
.news-item .post-info {
  padding-left: 0;
  list-style-type: none;
}
.news-item .post-info li {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}
.news-item .post-info .post-date {
  color: #54bbe0;
  font-size: 14px;
  font-family: "Regular";
  background-image: url(../images/calendar.png);
  margin-bottom: 5px;
}
.news-item .post-title {
  font-size: 24px;
  font-family: "Regular";
  margin: 5px 0 15px;
  color: #fff;
}
.news-item .desc p {
  font-family: "Light";
}
.news-item .desc .custom-cta {
  color: #54bbe0;
  display: inline-block;
  font-family: "Light";
}
.news-item .news-short-desc p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-listing .post-title:hover {
  text-decoration: underline !important;
  color: #54bbe0 !important;
}

.news-listing {
  list-style-type: none;
  padding-left: 0;
}
.news-listing .news-item .news-title {
  min-height: unset;
}

.gallery-item .fancy-zoom {
  display: block;
  height: 100%;
}
.gallery-item .fancy-zoom img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-item .fancy-zoom:nth-child(2) {
  margin-top: 30px;
  display: inline-block;
}

.custom-form {
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.custom-form textarea {
  height: 80px !important;
}
.custom-form textarea:focus ~ label::after {
  background-color: transparent;
}
.custom-form .form-control {
  background-color: transparent;
  color: #fff;
  border: 1px solid #6E6E6E;
  font-family: "Regular";
}
.custom-form .form-control + label {
  color: #6E6E6E;
}
.custom-form .form-control ~ .error {
  color: red;
  position: relative;
  transform: none;
  padding: 0;
  font-family: "Medium";
  font-size: 15px;
}
.custom-form .form-control:focus {
  box-shadow: none;
  border-color: #54bbe0;
}
.custom-form .form-control:focus ~ .error {
  transform: none;
}
.custom-form .form-control[type=file] {
  line-height: 2.7;
}
.custom-form .form-control[type=file]::file-selector-button {
  background-color: transparent;
  color: #54bbe0;
  border-right: 0;
  font-family: "Medium";
}
.custom-form .form-control[type=file]:hover::file-selector-button {
  background-color: transparent;
}
.custom-form .business-op-wrap {
  display: flex;
  flex-wrap: wrap;
}
.custom-form .business-op-wrap .form-check {
  display: inline-block;
  margin-right: 30px;
  line-height: 1.3;
}
.custom-form .business-op-wrap .form-check small {
  font-size: 18px;
}
.custom-form .form-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.custom-form .form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #171717;
  border: 1px solid #6E6E6E;
}
.custom-form .form-check:hover input ~ .checkmark {
  background-color: #4c4c4c;
}
.custom-form .form-check input:checked ~ .checkmark {
  background-color: #54bbe0;
  border: 1px solid #54bbe0;
}
.custom-form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-form .form-check input:checked ~ .checkmark:after {
  display: block;
}
.custom-form .form-check .checkmark:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.ty-content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quick-ship-item:nth-child(odd) .wrt-item {
  margin-left: 80px;
  padding: 40px;
}
.quick-ship-item:nth-child(even) {
  background-color: #000;
}
.quick-ship-item:nth-child(even) .row {
  flex-flow: row-reverse;
  justify-content: space-between;
}
.quick-ship-item:nth-child(even) .row .wrt-item {
  margin-left: 80px;
  padding: 40px;
}

.dark-mode body {
  color: #fff;
}
.dark-mode .bg-theme-primary {
  background-color: #000;
}
.dark-mode .bg-theme-secondary {
  background-color: #171717;
}

.light-mode {
  color: #000;
  font-family: "Regular";
}
.light-mode p {
  color: #000;
}
.light-mode .bg-theme-primary {
  background-color: #fff;
}
.light-mode .bg-theme-secondary {
  background-color: #f0f0f0;
}
.light-mode .search-btn img {
  filter: invert(1);
}
.light-mode header .navbar-brand img {
  filter: grayscale(1) brightness(0);
}
.light-mode header .navbar-nav .nav-item .nav-link {
  color: #000;
}
.light-mode header .navbar-nav .nav-item .nav-link.active {
  color: #54bbe0;
}
.light-mode header .navbar-nav .nav-item.dropdown:hover .nav-link {
  color: #24b1e3;
}
.light-mode header .navbar-nav .nav-item.dropdown .dropdown-menu {
  background-color: #fff;
}
.light-mode header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  color: #646464;
}
.light-mode header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus, .light-mode header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #000;
}
.light-mode header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background-color: #f7f7f7;
  color: #24b1e3;
}
.light-mode header.sticky {
  background-color: rgb(255, 255, 255);
}
.light-mode header.sticky .navbar-brand img {
  filter: unset;
}
.light-mode header.sticky .toggle-mode img {
  filter: invert(1);
}
.light-mode header.sticky .navbar-nav .nav-item .nav-link {
  color: #000;
}
.light-mode header.sticky .navbar-nav .nav-item .nav-link.active {
  color: #24b1e3;
}
.light-mode header.sticky .navbar-nav .nav-item.dropdown:hover .nav-link {
  color: #24b1e3;
}
.light-mode header.sticky .navbar-nav .nav-item.dropdown .dropdown-menu {
  background-color: #fff;
}
.light-mode header.sticky .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  color: #646464;
}
.light-mode header.sticky .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus, .light-mode header.sticky .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #000;
}
.light-mode header.sticky .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background-color: #f7f7f7;
  color: #24b1e3;
}
.light-mode .main-banner .carousel-item::after {
  opacity: 0.2;
}
.light-mode .main-banner .carousel-item .carousel-caption .product-cta-wrap .product-cta {
  color: #000;
}
.light-mode .main-banner .carousel-item .carousel-caption .product-cta-wrap .product-cta:hover {
  color: #24b1e3;
}
.light-mode .main-banner .carousel-item .carousel-caption .banner-sub-heading {
  color: #54bbe0;
}
.light-mode .main-banner .carousel-item .carousel-caption .banner-heading {
  color: #000;
}
.light-mode .main-banner .carousel-item .social-media li a:hover img {
  filter: grayscale(1) brightness(0);
}
.light-mode .main-banner .carousel-control-prev, .light-mode .main-banner .carousel-control-next {
  filter: invert(1);
}
.light-mode .main-banner .carousel-item .carousel-caption .banner-heading, .light-mode .choose-item h3, .light-mode .section-heading, .light-mode .news-item .post-title, .light-mode .news-item .news-title {
  color: #000;
}
.light-mode .choose-item:hover {
  background-color: #e4e4e4;
}
.light-mode .solution-item .solution-thumb img {
  filter: unset;
}
.light-mode .solution-item:hover .solution-thumb img {
  filter: grayscale(1);
}
.light-mode .solution-item .solution-intro p {
  color: #fff;
}
.light-mode .custom-form .form-control {
  color: #000;
}
.light-mode footer .f-listing li a {
  color: #000;
}
.light-mode footer .f-listing li a:hover {
  color: #24b1e3;
}
.light-mode footer .footer-tbl {
  color: #000;
}
.light-mode footer .footer-tbl td a {
  color: #000;
}
.light-mode footer .footer-tbl td a:hover {
  color: #24b1e3;
}
.light-mode footer .sub-footer {
  background-color: #f1f0f0;
}
.light-mode footer .sub-footer .developedby-wrap a img {
  filter: grayscale(1);
}
.light-mode .timeline-slide .timeline-item .nav-link {
  color: #000;
}
.light-mode .timeline-tab-content .tm-year, .light-mode .timeline-tab-content .tm-sub-heading {
  color: #000;
}
.light-mode .product-item, .light-mode .downloads-list li a, .light-mode .contact-info-item a, .light-mode .contact-info-item {
  color: #000;
}
.light-mode .desc p, .light-mode .desc ul li, .light-mode .desc ol li {
  color: #000;
}
.light-mode .quick-ship-item:nth-child(odd) {
  background-color: #f7f7f7;
}
.light-mode .quick-ship-item:nth-child(even) {
  background-color: #fff;
}
.light-mode .custom-form {
  color: #000;
}
.light-mode .custom-form .form-check .checkmark {
  background-color: #eee;
}
.light-mode .custom-form .form-check .checkmark:hover {
  background-color: #ddd;
}
.light-mode .custom-form .form-check:hover input ~ .checkmark {
  background-color: #bebebe;
}
.light-mode .custom-form .text-white {
  color: #000 !important;
}

.link-text {
  display: inline-block;
  padding-right: 30px;
  background-image: url(../images/arrow-up-line.png);
  background-size: contain;
  color: #54bbe0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 19px;
  line-height: 1.5;
  font-size: 18px;
}/*# sourceMappingURL=style.css.map */

a.product-item p {
    -webkit-line-clamp: 7;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.downloads-list li a {
  background-image: url(../images/right-arrow1.png);
  padding: 5px 0 5px 22px;
  background-size: 12px;
  background-position: center left;
}
.downloads-list li {
  margin-top: 7px;
}