body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #000000;
  overflow-x: hidden;
  transition: all 0.5s ease;
  background-color: #fbfbfb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  font-size: 16px;
  color: #000000;
  transition: all 0.5s ease;
}

li {
  font-size: 16px;
  color: #000000;
  transition: all 0.5s ease;
}

.m__tb {
  margin-top: 50px;
  margin-bottom: 50px;
}
.m__tb--t {
  margin-top: 50px;
}
.m__tb--b {
  margin-bottom: 50px;
}

.p__tb {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p__tb--t {
  padding-top: 50px;
}
.p__tb--b {
  padding-bottom: 50px;
}

.l__container {
  width: 95%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 15px;
}

input {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control::placeholder,
input.form-control::placeholder {
  color: #797373;
  font-size: 14px;
}

.form-control.is-valid, .was-validated .form-control:valid {
  background-image: none;
}

.hr__custom {
  border-top: 2px solid #ffffff;
  margin: 48px 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.section__title {
  margin-bottom: 30px;
}
.section__title h2,
.section__title h1 {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  color: #000000;
  margin-bottom: 0;
}

.title__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.title__flex a,
.title__flex h2 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.title__flex a:hover {
  color: #00B9F2;
}

.l__button {
  text-transform: capitalize;
  border: 2px solid #000;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.625rem 1.5rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  display: inline-block;
  line-height: normal;
  transition: all 0.5s ease;
  text-decoration: none;
  text-align: center;
}
.l__button--border {
  border-color: #00B9F2;
  color: #00B9F2;
}
.l__button--border:hover {
  background-color: #00B9F2;
  color: #ffffff;
}
.l__button--border:disabled {
  opacity: 0.5;
}
.l__button--border:disabled:hover {
  background-color: #00B9F2;
  color: #ffffff;
}
.l__button--primary {
  color: #ffffff;
  background-color: #00B9F2;
  border-color: #00B9F2;
}
.l__button--primary:disabled {
  opacity: 0.5;
}
.l__button--primary:disabled:hover {
  background-color: #00B9F2;
  color: #ffffff;
}
.l__button--btnColor {
  color: #ffffff;
  background-color: #190E0E;
  border-color: #190E0E;
}
.l__button--btnColor:hover {
  background-color: #ffffff;
  color: #190E0E;
}
.l__button--transparent {
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.l__button--transparent:hover {
  background-color: #ffffff;
  color: #00B9F2;
}

.social__icon {
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.social__icon li {
  list-style: none;
}
.social__icon li:first-child {
  margin-left: 0;
}
.social__icon li a {
  display: block;
  transition: all 0.5s ease;
}

.owl-nav {
  margin: 0 !important;
  width: 100%;
}
.owl-nav button {
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  background-color: #ffffff !important;
  border-radius: 50% !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3019607843);
}
.owl-nav button span {
  display: none;
}
.owl-nav button.owl-prev {
  position: absolute;
  bottom: -55px;
  left: 300px;
}
.owl-nav button.owl-prev::before {
  font: var(--fa-font-solid);
  content: "\f177";
  color: #00B9F2;
}
.owl-nav button.owl-next {
  position: absolute;
  bottom: -55px;
  right: 300px;
}
.owl-nav button.owl-next::before {
  font: var(--fa-font-solid);
  content: "\f178";
  color: #00B9F2;
}
.owl-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  border-radius: 4px;
  margin-top: 30px;
}
.owl-dots button {
  position: relative;
  top: -8px;
}
.owl-dots button span {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
  background: #d1f2ff !important;
}
.owl-dots button.active span {
  border-radius: 30px !important;
  background-color: #00B9F2 !important;
}

.pagebanner {
  position: relative;
  padding: 130px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
.pagebanner::before {
  content: "";
  background: rgba(64, 57, 57, 0.42);
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.pagebanner .section__title {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  z-index: 2;
}
.pagebanner .section__title h1 {
  color: #ffffff;
}
.pagebanner .section__title .breadcrumb {
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 0;
}
.pagebanner .section__title .breadcrumb a, .pagebanner .section__title .breadcrumb-item {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
}
.pagebanner .section__title .breadcrumb a::before, .pagebanner .section__title .breadcrumb-item::before {
  color: #ffffff;
}
.pagebanner .section__title .breadcrumb a {
  text-decoration: none;
}
.pagebanner__bg {
  padding: 100px 0;
}
.pagebanner__bg::before {
  background-color: #eaf6ff;
}
.pagebanner__bg .section__title .breadcrumb a,
.pagebanner__bg .section__title .breadcrumb-item,
.pagebanner__bg .section__title .breadcrumb-item::before,
.pagebanner__bg .section__title h1 {
  color: #000000;
}

.page__top {
  margin: 33px 0 40px 0;
}

.breadcrumb {
  align-items: center;
}
.breadcrumb-item {
  font-size: 12px;
  font-weight: 400;
}
.breadcrumb-item a {
  color: #595656 !important;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none !important;
  text-transform: capitalize;
}
.breadcrumb-item.active a {
  color: #000000 !important;
}

.form__group {
  margin-bottom: 25px;
}
.form-label {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.form-label sup {
  color: #e72828;
}
.form-control {
  border-radius: 10px;
  border: 1px solid #aae8ff;
  background: #f7fdff;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.form-control[type=file] {
  padding-left: 10px;
}
.form textarea {
  height: 100px;
}
.form .l__button {
  padding: 10px 70px;
}

.career__modal .modal-content,
.product__enquiry .modal-content {
  border-radius: 15px;
  background: #eaf9ff;
}
.career__modal .modal-header,
.product__enquiry .modal-header {
  justify-content: center;
  position: relative;
  padding: 30px 36px 26px 36px;
  border: none;
}
.career__modal .modal-header h3,
.product__enquiry .modal-header h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
}
.career__modal .modal-header .btn-close,
.product__enquiry .modal-header .btn-close {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  height: 48px;
  width: 48px;
  overflow: hidden;
  background-color: #00B9F2;
  border-radius: 50%;
  padding: 0;
  opacity: 1;
}
.career__modal .modal-body,
.product__enquiry .modal-body {
  padding: 0 36px 54px 36px;
}
.career__modal .modal-body .form,
.product__enquiry .modal-body .form {
  border-radius: 15px;
  border: 1px solid #b4ebff;
  background: #fff;
  padding: 40px 32px;
}

.category {
  background-color: #ebfaff;
  height: 410px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  display: none;
}
.category__list {
  height: 100%;
  overflow-y: auto;
}
.category__list::-webkit-scrollbar {
  width: 5px;
}
.category__list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.category__list::-webkit-scrollbar-thumb {
  background-color: #00B9F2;
}
.category__list li {
  list-style: none;
  border-bottom: 1px solid #bcefff;
  line-height: normal;
}
.category__list li a {
  gap: 14px;
  padding: 12px 30px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s ease;
  width: 100%;
}
.category__list li a:hover {
  background-color: #c3efff;
}
.category__list li a img {
  height: 24px;
  width: 24px;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.category__list li > .category__sub {
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 1;
  background-color: #fbfbfb;
  height: 100%;
  width: 100%;
  transition: all 0.2s;
  display: none;
}
.category__list li > .category__sub > ul > li .category__sub-- {
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 1;
  background-color: #fbfbfb;
  height: 100%;
  width: 100%;
  transition: all 0.2s;
  display: none;
}
.category__list li > .category__sub > ul > li:hover .category__sub-- {
  display: block;
}
.category__list li:hover .category__sub {
  display: block;
}
.category__home {
  position: relative;
  top: 0;
  height: 100%;
}

.header__top {
  background-color: #d3f3ff;
  padding: 10px 0;
}
.header__top .l__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.header__top p {
  color: #706e6e;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.header__top p a {
  color: #0d0909;
  font-weight: 600;
  text-decoration: none;
}
.header__top .right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__top .right p {
  color: #000000;
}
.header__top .right .social__icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 17px;
}
.header__top .right .social__icon a {
  color: #000000;
}
.header__middle {
  padding: 16px 0;
}
.header__middle--content {
  display: grid;
  grid-template-columns: 280px 2fr 1fr;
  grid-gap: 20px;
  align-items: center;
}
.header__middle .row {
  justify-content: center;
  align-items: center;
}
.header__middle .logo a {
  display: inline-block;
}
.header__middle .logo a img {
  height: 50px;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.header__middle .form__group {
  position: relative;
}
.header__middle .form-control {
  border-radius: 10px;
  border: 1px solid #9de4ff;
  padding: 10px 50px 10px 22px;
}
.header__middle .form button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #00B9F2;
  color: #ffffff;
  border: none;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 0 10px 10px 0;
}
.header__middle .group {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.header__middle .group button {
  background-color: transparent;
  border: none;
  color: #00B9F2;
  font-size: 32px;
  line-height: normal;
}
.header__bottom {
  position: relative;
}
.header__bottom::before {
  content: "";
}
.header__bottom .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.header__bottom .left {
  background-color: #b7edff;
}
.header__bottom .left::before {
  content: "";
  height: 100%;
  width: 15px;
  overflow: hidden;
  background-color: #00B9F2;
  position: absolute;
  top: 0;
  right: 100%;
}
.header__bottom .left h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 62px;
  height: 62px;
  padding: 0 30px;
  background-color: #b7edff;
  margin-bottom: 0;
  cursor: pointer;
}
.header__bottom .left h3 i {
  padding-right: 12px;
}
.header__bottom .left h3:hover .category {
  display: block;
}
.header__bottom .right {
  background-color: #effbff;
  line-height: 62px;
  height: 62px;
  padding: 0 20px;
  position: relative;
  border-top: 1px solid #9fe5ff;
  border-bottom: 1px solid #9fe5ff;
  position: initial;
}
.header__bottom .right .nav {
  gap: 42px;
}
.header__bottom .right .nav-link {
  padding: 0;
  text-transform: capitalize;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 500;
}
.header__bottom .right .nav-link:hover {
  color: #00B9F2;
}
.header__bottom .right .nav-item .mega__menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  background: #fff;
  box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.06);
  padding: 16px;
  display: none;
  width: 100%;
}
.header__bottom .right .nav-item .mega__menu .button {
  margin-top: 27px;
}
.header__bottom .right .nav-item--sub {
  background-color: #ffffff;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
.header__bottom .right .nav-item--sub ul {
  padding: 0;
  margin: 0;
}
.header__bottom .right .nav-item--sub ul li {
  list-style: none;
  line-height: normal;
  border-bottom: 1px solid #d3f3ff;
}
.header__bottom .right .nav-item--sub ul li:last-child {
  border: none;
}
.header__bottom .right .nav-item--sub ul li a {
  padding: 10px;
  text-transform: capitalize;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  transition: all 0.5s ease;
}
.header__bottom .right .nav-item--sub ul li a:hover {
  background-color: #00B9F2;
  color: #ffffff;
}
.header__bottom .right .nav-item:hover .mega__menu {
  display: block;
}
.header__bottom .right .nav-item:hover .nav-item--sub {
  visibility: visible;
  opacity: 1;
}

.sticky {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s;
  z-index: 9;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3019607843);
  transition: all 0.5s ease;
  background-color: #fbfbfb;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
.offcanvas-header {
  background-color: #ebfaff;
}
.offcanvas-header .btn-close {
  opacity: 1;
}
.offcanvas__menu ul {
  padding: 0;
  margin: 0;
}
.offcanvas__menu ul li {
  list-style: none;
  margin-bottom: 10px;
  padding: 5px 0;
}
.offcanvas__menu ul li .sub__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offcanvas__menu ul li a {
  color: #000000;
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
}
.offcanvas__menu ul li .accordion-body li:last-child {
  margin-bottom: 0;
}
.offcanvas__menu ul li .accordion-button {
  background-color: transparent;
  box-shadow: none;
}
.offcanvas__menu ul li .nav-item--sub {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
}
.offcanvas__menu ul li .nav-item--sub img {
  height: 24px;
  width: 24px;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.offcanvas__menu ul li .nav-item--sub .accordion-item {
  position: absolute;
  top: 0;
  right: 0;
}

.footer {
  background-color: #ffffff;
  color: #000000;
  padding-top: 30px;
}
.footer__title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 16px;
}
.footer__desc {
  text-align: center;
}
.footer__desc .text {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 30px;
}
.footer__desc img {
  height: 80px;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  margin-bottom: 18px;
}
.footer__desc form {
  position: relative;
  margin-bottom: 25px;
}
.footer__desc form .form-control {
  border: 1px solid #5caddb;
  background: #e7f7ff;
  padding: 12px 20px;
  padding-right: 120px;
}
.footer__desc form .form-control::placeholder {
  color: #313030;
  font-size: 14px;
  font-weight: 400;
}
.footer__desc form button {
  border: 1px solid #5caddb;
  background: #ffffff;
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0 10px 10px 0;
  height: 50px;
  line-height: 50px;
}
.footer__desc .social__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer__desc .social__icon img {
  height: 30px;
  width: 30px;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.footer__menu ul {
  padding: 0;
  margin: 0;
}
.footer__menu ul li {
  list-style: none;
  margin-bottom: 15px;
}
.footer__menu ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
}
.footer__menu ul li a i {
  font-size: 0.875rem;
  margin-right: 1rem;
}
.footer__menu ul li a:hover {
  color: #00B9F2;
}
.footer__menu ul li a strong {
  font-weight: 500;
}
.footer__menu ul li:last-child {
  margin-bottom: 0;
}
.footer__menu p.text {
  color: #5c5c5c;
}
.footer__blog {
  margin-bottom: 22px;
}
.footer__blog:last-child {
  margin-bottom: 0;
}
.footer__blog p {
  color: #121010;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.footer__blog span {
  color: #3e3d3d;
  font-size: 12px;
  font-weight: 400;
  display: block;
}
.footer__bottom {
  background-color: #def7ff;
  padding: 22px 0;
}
.footer__bottom .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__bottom .copyright p {
  margin-bottom: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.footer__bottom .copyright p a {
  color: #6293d6;
  text-decoration: none;
}

.card__info-- {
  background-color: #e5f9ff;
  text-align: center;
  padding: 26px;
}
.card__info-- .icon {
  height: 66px;
  width: 66px;
  overflow: hidden;
  line-height: 66px;
  min-width: 66px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
}
.card__info-- .icon img {
  height: 35px;
  width: 35px;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  margin: auto;
  display: inline-block;
}
.card__info-- h3 {
  font-size: 16px;
  font-weight: 600;
}

.mobile__bottom {
  border-top: 1px solid #e0e0e0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #e8f6fc;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile__bottom--menu {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 15px;
}
.mobile__bottom--menu li {
  list-style: none;
}
.mobile__bottom--menu li a {
  display: block;
  color: #000000;
  text-decoration: none;
  text-align: center;
}
.mobile__bottom--menu li a h6 {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 0;
}
.mobile__bottom--menu li.active a {
  color: #00B9F2;
}
.mobile__bottom--menu li.active a svg path {
  fill: #00B9F2;
}

.career__detail--body aside ul,
.career__detail--body .content ul,
.career__card--foot,
.banner__page--head,
.contact__info ul,
.product__detail--info ul,
.category__sub ul,
.category__list {
  padding: 0;
  margin: 0;
}

.category__list li a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.product__card--img img,
.banner__carousel--item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}

.banner {
  position: relative;
}
.banner__landing .side {
  position: relative;
}
.banner__landing ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.banner__carousel--item {
  height: 410px;
  width: 100%;
  overflow: hidden;
  padding: 0 40px;
  background-color: #c3efff;
}
.banner__page {
  position: relative;
}
.banner__page img {
  height: 410px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.banner__page--head {
  position: absolute;
  top: 134px;
  left: 86px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.banner__page--head li {
  list-style: none;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.banner__page--head li h1,
.banner__page--head li a {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}

.product__card {
  border-radius: 15px;
  border: 1px solid #eee;
  background: #fff;
  padding: 16px;
  height: 100%;
  transition: all 0.5s ease;
}
.product__card--img {
  border-radius: 10px;
  height: 260px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 14px;
}
.product__card--content .title a {
  color: #5d5a5a;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 3px;
  text-decoration: none;
}
.product__card--content .title a:hover {
  color: #00B9F2;
}
.product__card--content .price {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.product__card--content .price del {
  color: #7e7e7e;
  padding-left: 12px;
}
.product__card:hover {
  border-color: #00B9F2;
}
.product__card:hover img {
  transform: scale(1.05);
}
.product__container .thumbs img {
  height: 5rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.625rem;
}
.product__container .thumbs img:last-child {
  margin-bottom: 0;
}
.product__container .img-preview {
  border: 1px solid #e3e3e3;
}
.product__container .img-preview .preview {
  height: 31.25rem;
  width: 100%;
  overflow: hidden;
}
.product__container .img-preview .preview img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.product__detail h1.title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.product__detail--info {
  margin-bottom: 44px;
}
.product__detail--info li {
  list-style: none;
  color: #000;
  font-size: 16px;
  font-weight: 500 !important;
  margin-bottom: 8px;
}
.product__detail--info li strong {
  font-weight: 500;
}
.product__detail--info li span {
  color: #676666;
}
.product__detail .price {
  margin-bottom: 19px;
}
.product__detail .price p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}
.product__detail .price p strong {
  color: #c8232c;
  font-size: 20px;
  font-weight: 700;
}
.product__detail .price p span {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.product__detail .stock {
  border-radius: 5px;
  background: #eee9e9;
  display: inline-block;
  margin-bottom: 25px;
  padding: 8px 20px;
}
.product__detail .stock span {
  color: #090707;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}
.product__detail .enquiry {
  margin-bottom: 34px;
}
.product__detail .enquiry .l__button {
  min-width: 350px;
}
.product__detail .desc h3 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.product__detail .desc p {
  color: #565555;
}
.product__similar {
  margin-top: 56px;
}
.product__list .aside {
  position: sticky;
  top: 50px;
}
.product__list .nothing {
  background-color: #dcf4fe;
  padding: 10px;
  border-radius: 5px dis;
}
.product__list .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.product__list .pagination .page-link {
  background-color: #e5f9ff;
  border-color: #00B9F2;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.product__list .pagination .page-link:hover {
  background-color: #00B9F2;
  color: #ffffff;
}

.adds__top {
  background: #fff;
}
.adds__top img {
  height: auto;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.adds__top .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.adds__top .left {
  padding-left: 47px;
}
.adds__top .left h3,
.adds__top .left h6 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.adds__top .left h3 {
  font-size: 38px;
}
.adds__top .left p {
  color: #868383;
  font-size: 24px;
  font-weight: 500;
}
.adds__top .right {
  position: relative;
}
.adds__top .right::before {
  content: "";
  background-image: url(../../../../../static/site-asset/images/bg/adds-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.adds__top .right img {
  height: 400px;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  position: relative;
  z-index: 1;
}
.adds__top .right span {
  position: absolute;
  top: 45px;
  right: 0;
  writing-mode: vertical-rl;
  color: #ffffff;
  transform: rotate(180deg);
  font-size: 16px;
  font-weight: 600;
  padding: 74px 47px;
  background-color: #12c7fe;
  min-height: 312px;
}
.adds__img-- {
  height: 484px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.adds__img-- img {
  height: 100%;
  width: 100%;
  object-fit: fill;
  transition: all 0.5s ease;
  display: block;
}
.adds__img--small {
  height: 230px !important;
  margin-bottom: 10px;
}
.adds__img--small:last-child {
  margin-bottom: 0;
}
.adds__img--no {
  height: 100%;
  position: relative;
}
.adds__img--no::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
}
.adds__img--no h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}
.adds__img--no h5:hover {
  text-decoration: underline;
}
.adds__img--no h5 a {
  color: #ffffff;
  text-decoration: none;
}

.price__range h2.title {
  color: #354230;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 27px;
}
.price__range .ui-slider {
  margin-bottom: 17px;
  border-radius: 5.5px;
  background: #dcf4fe;
  border: none;
  height: 6px;
}
.price__range .ui-slider-handle {
  background: #00B9F2;
  border-radius: 50%;
  border: none;
  height: 15px;
  width: 15px;
  overflow: hidden;
}
.price__range .ui-widget-header {
  background: #00B9F2;
}
.price__range--view .price {
  border: none;
  width: 100%;
  color: #354230;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background-color: transparent;
}

.brand__list {
  margin-top: 22px;
}
.brand__list h2.title {
  color: #354230;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 17px;
}
.brand__list .form-check {
  padding-left: 0;
  margin-bottom: 10px;
}
.brand__list .form-check label {
  background-color: #dcf4fe;
  border-radius: 5px;
  padding: 12px 15px;
  display: block;
  text-transform: capitalize;
}
.brand__list .form-check label :checked + label {
  background-color: #00B9F2;
  font-size: 16px;
  font-weight: 500;
}
.brand__list .form-check input {
  display: none;
}
.brand__list .form-check input:checked + label {
  background-color: #00B9F2;
}

.contact {
  border: 1px solid #e4e4e4;
  background: #fbfbfb;
  padding: 36px 26px 26px 26px;
}
.contact .section__title .title {
  margin-bottom: 15px;
}
.contact .section__title .subtitle {
  color: #8b8585;
  font-size: 16px;
  font-weight: 500;
}
.contact__info, .contact__form {
  border-radius: 15px;
  background: #effbff;
  padding: 50px 23px 40px 23px;
}
.contact__info .hour,
.contact__info .address {
  border-bottom: 1px solid #c4e9f8;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.contact__info h3.title {
  color: #252323;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.contact__info p {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.contact__info li {
  list-style: none;
  margin-top: 20px;
}
.contact__info li strong {
  color: #252323;
  font-size: 16px;
  font-weight: 600;
}
.contact__info li span {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
}
.contact__info .hour li span {
  display: block;
}
.contact__info .link .social__icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact__info .link .social__icon a {
  color: #000000;
}

.map {
  margin-top: 30px;
}
.map iframe {
  height: 500px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}

.blog {
  margin-top: 26px;
}
.blog .more {
  color: #00adee;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
}
.blog .more i {
  padding-right: 7px;
}
.blog .more:hover {
  text-decoration: underline;
}
.blog__card--img {
  position: relative;
  height: 300px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.blog__card--img::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.blog__card--img span {
  position: absolute;
  top: 17px;
  left: 13px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  z-index: 2;
}
.blog__card--content {
  margin-top: 10px;
}
.blog__card--content .date {
  font-size: 11px;
  display: block;
  margin-bottom: 8px;
}
.blog__card--content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #151b30;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card--content h3 a {
  color: #151b30;
  text-decoration: none;
}
.blog__card--content h3 a:hover {
  color: #00B9F2;
}
.blog__card--content p {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 13px;
}
.blog__card:hover img {
  transform: scale(1.05);
}
.blog__detail {
  margin-top: 26px;
}
.blog__detail .img {
  height: 470px;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 13px;
  border: 1px solid #efefef;
}
.blog__detail .meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  margin-bottom: 25px;
}
.blog__detail .meta span {
  color: #0e0e0e;
  font-size: 11px;
  font-weight: 400;
  text-transform: capitalize;
}
.blog__detail .meta span.name {
  font-weight: 600;
}
.blog__detail .title {
  color: #151b30;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
}
.blog__detail p {
  color: #0e0e0e;
  font-size: 14px;
}
.blog aside {
  position: sticky;
  top: 100px;
}
.blog aside h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog .articles article {
  margin-bottom: 35px;
}
.blog .articles article .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog .articles article img {
  height: 100px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 10px;
}
.blog .articles article h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #090a0f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog .articles article:hover img {
  transform: scale(1.02);
}

.career {
  margin-top: 30px;
}
.career h2.title {
  color: #151b30;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.career__card {
  border-radius: 10px;
  border: 1px solid #cbf3ff;
  background: #fbfbfb;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 27px 20px 27px 13px;
  height: 100%;
  transition: all 0.5s ease;
}
.career__card a {
  text-decoration: none;
}
.career__card--head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 26px;
}
.career__card--head h3 {
  color: #151b30;
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.career__card--head h3:hover {
  color: #00B9F2;
}
.career__card--head .l__button {
  min-width: 127px;
}
.career__card--body {
  margin-bottom: 27px;
}
.career__card--body p {
  color: #797979;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.career__card:hover {
  border-color: #00B9F2;
}
.career__card--foot li {
  list-style: none;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 15px;
  padding-right: 15px;
  display: inline-block;
  position: relative;
}
.career__card--foot li:last-child {
  margin: 0;
  padding: 0;
}
.career__card--foot li:last-child::before {
  display: none;
}
.career__card--foot li::before {
  content: "";
  height: 100%;
  width: 1px;
  overflow: hidden;
  background-color: #e1e1e1;
  position: absolute;
  top: 0;
  right: 0;
}
.career__detail--head {
  padding: 60px 30px 25px 30px;
  gap: 15px;
  background-color: #ecf7ff;
  border-radius: 0px 0px 15px 15px;
}
.career__detail--head .left h2 {
  color: #117cc1;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 44px;
}
.career__detail--head .right {
  min-width: 126px;
}
.career__detail--body {
  margin-top: 46px;
}
.career__detail--body .content {
  border-radius: 15px;
  border: 1px solid #d9f0ff;
  background: #fff;
  box-shadow: 2px 4px 4px 0px rgba(230, 241, 249, 0.8);
  overflow: hidden;
  margin-bottom: 22px;
}
.career__detail--body .content .title {
  background-color: #ecf7ff;
  padding: 20px 25px;
  margin-bottom: 0;
  color: #117cc1;
  font-size: 18px;
  font-weight: 600;
}
.career__detail--body .content ul {
  padding: 22px 45px 65px 45px;
}
.career__detail--body .content li {
  list-style: none;
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.career__detail--body .content li:last-child {
  margin-bottom: 0;
}
.career__detail--body .content li::before {
  content: "";
  height: 10px;
  width: 10px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #117cc1;
  position: absolute;
  top: 6px;
  left: -18px;
}
.career__detail--body aside {
  border-radius: 15px;
  border: 1px solid #d9f0ff;
  background: #fff;
  box-shadow: 2px 4px 4px 0px rgba(230, 241, 249, 0.8);
  padding: 20px 30px;
  margin-bottom: 20px;
}
.career__detail--body aside h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  color: #117cc1;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #b1dffd;
}
.career__detail--body aside .icon {
  display: block;
  color: #117cc1;
  height: 38px;
  width: 38px;
  overflow: hidden;
  line-height: 38px;
  min-width: 38px;
  border-radius: 50%;
  border: 1px solid #117cc1;
  text-align: center;
  font-size: 18px;
}
.career__detail--body aside li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.career__detail--body aside li .icon {
  height: 25px;
  width: 25px;
  overflow: hidden;
  line-height: 25px;
  min-width: 25px;
  font-size: 12px;
}
.career__detail--body aside li .icon i {
  font-size: 12px;
}
.career__detail--body aside li a,
.career__detail--body aside li strong {
  font-size: 16px;
  font-weight: 500;
  color: #2b2a2a;
  text-decoration: none;
}
.career__detail--body aside li small {
  font-size: 16px;
  font-weight: 500;
  color: #777575;
}
.career__detail--body aside iframe {
  border-radius: 15px;
  border: 1px solid #d9f0ff;
  background: #fff;
  box-shadow: 2px 4px 4px 0px rgba(230, 241, 249, 0.8);
  height: 390px;
  width: 100%;
  overflow: hidden;
}

.brand {
  margin-top: 55px;
}
.brand__card {
  border-radius: 10px;
  background: #fbfdfb;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}
.brand__card img {
  height: 145px;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}

.sign {
  background-image: url(../images/login/login-bg-1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 60px;
  background-color: #ffffff;
}
.sign__in {
  background-image: url(../images/login/login-bg-2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 10px 10px 20px 0px rgba(208, 208, 208, 0.45), -10px -10px 20px 0px rgba(208, 208, 208, 0.35);
  padding: 60px;
}
.sign__in--img img {
  height: 386px;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.sign__in .row {
  justify-content: center;
  align-items: center;
}
.sign .form {
  background-color: #ffffff;
}
.sign .form .body {
  padding: 0 45px;
}
.sign .form h1 {
  color: #000;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
}
.sign .form__group {
  margin-bottom: 40px;
  position: relative;
}
.sign .form__group label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400;
  opacity: 1 !important;
}
.sign .form__group label sup {
  color: #e73737;
  font-size: 14px;
  font-weight: 600;
}
.sign .form__group .form-alert-icon {
  position: absolute;
  top: 50%;
  left: auto;
  right: 17px;
  transform: translateY(-50%);
  cursor: pointer;
}
.sign .form__group .forget {
  color: #00adee;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  display: block;
}
.sign .form .foot {
  position: relative;
  padding: 37px 45px 50px 45px;
  background-color: #e1f0fe;
  box-shadow: 10px 10px 20px 0px rgba(208, 208, 208, 0.45), -10px 0px 20px 0px rgba(208, 208, 208, 0.35);
}
.sign .form .foot span {
  height: 34px;
  width: 34px;
  overflow: hidden;
  line-height: 34px;
  min-width: 34px;
  border-radius: 50%;
  color: #117cc1;
  background-color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.sign .form .foot button {
  border-radius: 5px;
  border: 1px solid #117cc1;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
.sign .form .foot button svg {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}
.sign .form .foot p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.sign .form .foot p a {
  color: #117cc1;
}
.sign .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 1 !important;
}

.about {
  margin-top: 55px;
}
.about__img {
  height: 400px;
  width: 100%;
  overflow: hidden;
}
.about__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.about__content .section__title h5 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

.mission {
  margin-top: 55px;
}
.mission__card {
  padding: 50px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 2px 4px 4px 0px rgba(230, 241, 249, 0.8);
  height: 100%;
}
.mission__card img {
  height: 200px;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.mission__card .title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.mission__card .content p {
  margin-bottom: 0;
}

.message {
  margin-top: 55px;
}
.message .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.message__img {
  height: 400px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #b7edff;
  background-color: #ffffff;
}
.message__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.message__card {
  background-color: #ffffff;
  padding: 60px 40px;
  height: 100%;
}
.message__card .content {
  position: relative;
}
.message__card .content::after {
  font: var(--fa-font-solid);
  content: "\f10e";
  position: absolute;
  bottom: -50px;
  right: 0;
  font-size: 55px;
  opacity: 0.1;
}
.message__card .content::before {
  font: var(--fa-font-solid);
  content: "\f10d";
  position: absolute;
  top: -50px;
  left: 0;
  font-size: 55px;
  opacity: 0.1;
}

.faq {
  margin-top: 55px;
}
.faq__accordion {
  border: 1px solid #ededed;
  background: #fdfeff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
  padding: 35px;
}
.faq__accordion .accordion {
  margin: 0;
  padding: 0;
}
.faq__accordion .accordion__item {
  list-style: none;
  border-radius: 10px;
  border: 1px solid #86deff;
  background: #fff;
  margin-bottom: 15px;
  padding: 24px;
}
.faq__accordion .accordion__title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  position: relative;
  margin-bottom: 6px;
  padding-right: 30px;
  display: block;
}
.faq__accordion .accordion__title i {
  position: absolute;
  top: 3px;
  right: 0;
}
.faq__accordion .accordion__title i.fa-chevron-up {
  display: none;
}
.faq__accordion .accordion__title.active i.fa-chevron-down {
  display: none;
}
.faq__accordion .accordion__title.active i.fa-chevron-up {
  display: block;
}
.faq__accordion .accordion__content p:last-child {
  margin-bottom: 0;
}

.service {
  margin-top: 55px;
}
.service__card {
  height: 100%;
  border-radius: 10px;
  border: 1px solid #cbf3ff;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.service__card a {
  text-decoration: none;
}
.service__card--img {
  height: 250px;
  width: 100%;
  overflow: hidden;
}
.service__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.service__card--content {
  padding: 15px;
}
.service__card--content h3 {
  color: #00B9F2;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.5s ease;
  margin-bottom: 0;
}
.service__card--content p {
  color: #151b30;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.service__card:hover .service__card--content {
  background-color: #cbf3ff;
}
.service__card:hover img {
  transform: scale(1.05);
}
.service__card:hover h3 {
  color: #00B9F2;
}

.work__section {
  position: relative;
  margin-top: 55px;
}
.work__section--card {
  position: relative;
  border-radius: 30px;
  padding: 40px;
  overflow: hidden;
  background-color: #d3f3ff;
}
.work__section--card-img {
  width: 100%;
  border-radius: 15px 15px 0px 0px;
  cursor: n-resize;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.work__section--card-img img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 500px;
  transition: 18s all ease;
}
.work__section--card-img img:hover {
  object-position: bottom;
}
.work__section--card a {
  text-decoration: none;
  color: #000000;
  display: block;
}
.work__section--card h3 {
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.password__reset {
  background-color: #ffffff;
  border: 1px solid #00B9F2;
  padding: 80px 50px;
  border-radius: 20px;
  text-align: center;
}
.password__reset h1 {
  font-size: 22px;
  font-weight: 700;
}
.password__reset .form__group {
  border-radius: 10px;
  border: 1px solid #00adee;
  padding: 30px;
  position: relative;
  margin-bottom: 25px;
}
.password__reset .form__group .icon {
  height: 32px;
  width: 32px;
  overflow: hidden;
  line-height: 32px;
  border-radius: 50%;
  background-color: #edfaff;
  display: block;
  color: #00B9F2;
  position: absolute;
  top: 50%;
  left: 42px;
  transform: translateY(-50%);
}
.password__reset .form-control {
  border-radius: 10px;
  background: #d1f2ff;
  height: 58px;
  line-height: 58px;
  padding-left: 50px;
  border: none;
}
.password__reset .form-control::placeholder {
  color: #00B9F2;
}
.password__reset .form .l__button--primary {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}
.password__reset .form p {
  color: #5f5c5c;
  margin-bottom: 0;
}
.password__reset .form p a {
  color: #00B9F2;
}

form .input-field {
  flex-direction: row;
  column-gap: 10px;
  margin-top: 36px;
  margin-bottom: 53px;
}

.input-field input {
  height: 45px;
  width: 42px;
  border-radius: 6px;
  outline: none;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #ddd;
}

.input-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.input-field input::-webkit-inner-spin-button,
.input-field input::-webkit-outer-spin-button {
  display: none;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
  display: none;
}

.addReadMore.showmorecontent .readMore {
  display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
  font-weight: bold;
  margin-left: 2px;
  color: blue;
  cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}

.is-classic .f-thumbs__viewport,
.f-carousel__viewport {
  height: 660px;
}

#productContainer .f-thumbs.is-classic.is-vertical {
  height: var(--product-view-height, 100%);
  grid-area: 1;
}

.f-thumbs.is-classic {
  --f-thumb-width: 158px;
  --f-thumb-height: 135px;
  --f-thumb-gap: 0.5rem;
  --f-thumb-opacity: 1;
  --f-thumb-selected-opacity: 0.2;
  --f-button-color: #0d0c22;
  --f-button-hover-color: #ff3520;
  --f-button-bg: #fff;
  --f-button-hover-bg: #fff;
  --f-button-active-bg: #fff;
}

.f-thumbs__slide {
  height: 145px;
}

.f-thumbs.is-classic .f-thumbs__slide__img {
  object-fit: contain;
}

.f-thumbs.is-classic .f-carousel__nav .f-button[disabled] {
  display: none;
}

/*
    Main carousel
  */
#productCarousel {
  --f-carousel-spacing: 0;
  --f-button-width: 48px;
  --f-button-height: 48px;
  --f-button-border-radius: 0;
  --f-button-color: #0d0c22;
  --f-button-hover-color: #ff3520;
  --f-button-bg: #fff;
  --f-button-hover-bg: #fff;
  --f-button-active-bg: #fff;
  --f-button-svg-width: 28px;
  --f-button-svg-height: 28px;
  --f-button-svg-stroke-width: 1;
  --f-button-svg-filter: none;
  height: var(--product-view-height);
}

#productCarousel .f-carousel__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 15px;
  border: 1px solid #e2e0e0;
  background: #fff;
  overflow: hidden;
}

#productCarousel .f-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#productCarousel .f-carousel__nav {
  opacity: 0;
  transition: opacity 0.15s;
}

#productContainer .single__thumb {
  width: 100%;
  overflow: hidden;
  padding: 0 0.625rem;
}
#productContainer .single__thumb img {
  width: 100%;
  height: 6.25rem;
  object-fit: cover;
}

@media (hover: hover) {
  #productCarousel:hover .f-carousel__nav {
    opacity: 1;
  }
}
/*
    Fancybox
  */
.fancybox__container {
  --fancybox-color: #0d0c22;
  --fancybox-bg: #fff;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
}

.fancybox__toolbar,
.fancybox__nav {
  --f-button-width: 60px;
  --f-button-height: 60px;
  --f-button-border-radius: 0;
  --f-button-color: #0d0c22;
  --f-button-hover-color: #ff3520;
  --f-button-bg: #fff;
  --f-button-hover-bg: #fff;
  --f-button-active-bg: #fff;
  --f-button-svg-width: 32px;
  --f-button-svg-height: 32px;
  --f-button-svg-stroke-width: 1;
  --f-button-svg-filter: none;
}

.fancybox__nav {
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

#productContainer {
  display: grid;
  grid-template-columns: 170px minmax(0px, 1fr);
  gap: 15px;
}

.f-thumbs__slide__button {
  height: 145px;
  width: 158px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid #e2e0e0;
}
.f-thumbs__slide__button img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: 1;
  border: 1px solid #00B9F2;
}

.dashboard {
  background-color: #F5FBFF;
  margin-top: 40px;
}
.dashboard__sidebar {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}
.dashboard__sidebar ul {
  margin: 0;
  padding: 0;
}
.dashboard__sidebar ul li {
  list-style: none;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 30px;
  position: relative;
  text-align: left;
}
.dashboard__sidebar ul li button,
.dashboard__sidebar ul li a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
.dashboard__sidebar ul li:hover, .dashboard__sidebar ul li.active {
  background-color: #eaf6ff;
}
.dashboard__sidebar ul li:hover a, .dashboard__sidebar ul li.active a {
  color: #00B9F2;
}
.dashboard__content {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 25px 30px;
  background-color: #ffffff;
}
.dashboard .profile__main {
  padding-bottom: 50px;
}
.dashboard .profile__main--img {
  position: relative;
}
.dashboard .profile__main--img img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 50%;
}
.dashboard .profile__main--img .upload__section {
  position: absolute;
  left: 55px;
  bottom: 0;
  height: 30px;
  width: 30px;
  overflow: hidden;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-color: #00B9F2;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.dashboard .profile__main--img .upload__section i {
  cursor: pointer;
}
.dashboard .profile__main--content {
  margin-top: 10px;
}
.dashboard .profile__main .form__group {
  margin-bottom: 16px;
}
.dashboard .profile__main .form-control {
  background-color: #ffffff !important;
}
.dashboard .profile__main .custom_table {
  overflow-x: auto;
}
.dashboard .profile__main .custom_table table {
  width: 100%;
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
  border: 1px solid #efefef;
}
.dashboard .profile__main .custom_table table thead tr {
  background-color: #00adee;
}
.dashboard .profile__main .custom_table table thead tr th {
  color: #ffffff;
}
.dashboard .profile__main .custom_table table tr td,
.dashboard .profile__main .custom_table table tr th {
  padding: 16px 24px;
  font-size: 14px;
}
.dashboard .profile__main .custom_table table tr td[scope=row],
.dashboard .profile__main .custom_table table tr th[scope=row] {
  color: #00B9F2;
  font-weight: 600;
}
.dashboard .profile__main .custom_table table tr td[data-info="status pending"] {
  color: #6364db;
}
.dashboard .profile__main .custom_table table tr td[data-info="status reply"] {
  color: #d93d1e;
}
.dashboard .profile__main .custom_table table tr td[data-info="status done"] {
  color: #08af5c;
}
.dashboard .profile__main .c_password {
  background-color: #eef5ff;
  padding: 22px;
  border-radius: 10px;
  margin-top: 25px;
}
.dashboard .profile__main .c_password .title {
  border-bottom: 1px solid #c9e9ff;
  margin-bottom: 12px;
  padding-bottom: 17px;
}
.dashboard .profile__main .c_password .title h4 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
.dashboard .profile__main .c_password .title span {
  font-size: 11px;
  font-weight: 400;
  color: #656262;
}
.enquiry-msg .modal-body {
  position: relative;
}
.enquiry-msg .modal-body p:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 1300px) {
  .header__middle--content {
    grid-template-columns: 225px 2fr 1fr;
  }
  #productContainer {
    grid-template-columns: 120px minmax(0px, 1fr);
  }
  .f-thumbs__slide {
    height: 100px;
    width: 100px;
  }
  .f-thumbs__slide__button {
    height: 100px;
    width: 100px;
    overflow: hidden;
  }
}
@media (max-width: 950px) {
  .header__middle--content {
    grid-template-columns: 200px 2fr 1fr;
  }
}
@media (max-width: 920px) {
  .header__middle--content {
    grid-template-columns: 130px 2fr 1fr;
  }
}
@media (max-width: 860px) {
  .header__bottom .right .nav {
    gap: 25px;
  }
}
@media all and (max-width: 1200px) {
  .sign__in {
    padding: 30px;
  }
}
@media all and (max-width: 1024px) {
  .m__tb {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .m__tb--t {
    margin-top: 60px;
  }
  .m__tb--b {
    margin-bottom: 60px;
  }
  .p__tb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p__tb--t {
    padding-top: 60px;
  }
  .p__tb--b {
    padding-bottom: 60px;
  }
  .header__bottom .left h3 {
    padding: 0 20px;
  }
  .header__bottom .right .nav {
    gap: 20px;
  }
  .banner__carousel--item {
    padding: 0;
  }
  .banner__landing .category__list li a {
    padding: 12px;
  }
  .sign {
    padding: 30px;
  }
  .sign .form .body {
    padding: 0 20px;
  }
  .sign .form .foot {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 991px) {
  body {
    font-size: 15px;
  }
  .footer__desc form .form-control {
    padding-right: 65px;
  }
  .product__card--img {
    height: 200px;
  }
  .product__detail {
    margin-top: 25px;
  }
  .category__list li a {
    padding: 12px;
  }
  .blog__detail .img {
    height: 100%;
  }
  .about__img {
    background-image: none;
    margin-bottom: 30px;
  }
  .about__img img {
    height: 500px;
    width: 100%;
    object-fit: contain;
    transition: all 0.5s ease;
    display: block;
  }
  .mission__card {
    padding: 25px;
  }
  .message__img {
    background-image: none;
    background-color: #ffffff;
  }
  .message__img img {
    height: 500px;
    width: 100%;
    object-fit: contain;
    transition: all 0.5s ease;
    display: block;
  }
  .career__detail--head {
    padding: 20px;
  }
  .career__detail--head .left h2 {
    margin-bottom: 20px;
  }
  .career__card--body p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .sign {
    padding: 0;
  }
  .adds__img-- {
    margin-bottom: 20px;
  }
}
@media (max-width: 850px) {
  .m__tb {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .m__tb--t {
    margin-top: 45px;
  }
  .m__tb--b {
    margin-bottom: 45px;
  }
  .p__tb {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .p__tb--t {
    padding-top: 45px;
  }
  .p__tb--b {
    padding-bottom: 45px;
  }
  .section__title {
    margin-bottom: 20px;
  }
  .banner__carousel--item {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .l__container {
    padding: 0 8px;
  }
  .m__tb {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .m__tb--t {
    margin-top: 50px;
  }
  .m__tb--b {
    margin-bottom: 50px;
  }
  .p__tb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p__tb--t {
    padding-top: 50px;
  }
  .p__tb--b {
    padding-bottom: 50px;
  }
  .header__middle--content {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .header__middle--content .form {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .footer__menu {
    margin-bottom: 30px;
  }
  .footer__bottom {
    margin-bottom: 70px;
  }
  .banner__page--head li h1,
  .banner__page--head li a {
    font-size: 20px;
  }
  .banner__carousel--item {
    height: 100%;
  }
  .banner__page img {
    height: 100%;
  }
  .banner__page--head {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  #productContainer {
    grid-template-columns: 1fr;
  }
  #productContainer .f-carousel__slide img {
    height: 31.25rem;
  }
  .is-classic .f-thumbs__viewport,
  .f-carousel__viewport {
    height: auto;
  }
  .message__card {
    padding: 60px 15px;
  }
  .about__img {
    height: 100%;
  }
  .about__img img {
    height: 100%;
  }
  .card__info--,
  .mission__card {
    padding: 15px;
  }
  .sign {
    padding: 15px;
  }
  .sign__in {
    padding: 15px;
  }
  .sign__in .row {
    flex-direction: column-reverse;
  }
  .sign__in--img img {
    height: auto;
    margin-top: 50px;
  }
  .sign .form__group {
    margin-bottom: 20px;
  }
  .sign .form h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .sign .form .body {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .adds__img-- {
    border: 1px solid #e5f9ff;
    height: auto;
  }
  .career__card--foot li {
    padding: 0;
    margin: 0;
    margin-right: 5px;
  }
  .career__card--foot li::before {
    display: none;
  }
  .page__top {
    margin: 20px 0;
  }
  .faq__accordion {
    padding: 20px;
  }
  .contact {
    padding: 0;
  }
  .contact__info, .contact__form {
    padding: 50px 15px 40px 15px;
  }
  .career__modal .modal-body, .product__enquiry .modal-body {
    padding: 0 20px 20px 20px;
  }
  .career__modal .modal-body .form, .product__enquiry .modal-body .form {
    padding: 20px 10px;
  }
}
@media (max-width: 436px) {
  .m__tb {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .m__tb--t {
    margin-top: 35px;
  }
  .m__tb--b {
    margin-bottom: 35px;
  }
  .p__tb {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .p__tb--t {
    padding-top: 35px;
  }
  .p__tb--b {
    padding-bottom: 35px;
  }
  .header__middle--content .group .l__button {
    padding: 10px;
  }
  .header__top p a {
    display: block;
  }
  .header__top .right {
    display: block;
  }
  .header__top .right .social__icon {
    margin-left: 0;
  }
}
@media (max-width: 350px) {
  .m__tb {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .m__tb--t {
    margin-top: 35px;
  }
  .m__tb--b {
    margin-bottom: 35px;
  }
  .p__tb {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .p__tb--t {
    padding-top: 35px;
  }
  .p__tb--b {
    padding-bottom: 35px;
  }
}

/*# sourceMappingURL=style.css.map */
