:root {
  --font: "Montserrat", sans-serif;
  --font2: "Montserrat", sans-serif;
  --liner: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --pri: #015ea8;
  --sec: #092942;
  --text-color: #202630;
  --text-light: #8c8c8c;
  --para-color: #5b636a;
  --border-color: #dfdfdf;
  --white: #fff;
  --off-white: #f4f7fb;
  --black: #212529;
}

body {
  background: var(--white);
  font-family: var(--font2);
  color: var(--para-color);
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1.5;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font);
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

p {
  color: var(--para-color);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: var(--font2);
  line-height: 1.6;
}

a {
  display: block;
  text-decoration: none;
}

p a {
  display: inline;
}

.head-sec {
  text-align: center;
  max-width: 950px;
  margin: 0 auto 35px;
}

.head-sec.text-start {
  max-width: 100%;
}

.head-sec .sub-tt {
  color: var(--pri);
  margin-bottom: 2px;
}

.head-sec .tt {
  font-family: var(--font);
  color: var(--text-color);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 8px;
  position: relative;
}

.head-sec .tt span {
  color: var(--pri);
}

.head-sec p {
  font-size: 15px;
  color: var(--para-color);
  font-weight: 500;
  margin-bottom: 0;
}

.head-sec.text-white .sub-tt::before {
  border-bottom: 1px solid var(--white);
}

.head-sec.text-white .tt,
.head-sec.text-white p {
  color: white;
}

.head-sec.text-white p {
  opacity: 0.8;
}

.w-btn {
  padding: 10px 15px;
  border-radius: 8px;
  color: white;
  border: 1px solid #00c966;
  display: inline-flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font);
  text-transform: capitalize;
  white-space: nowrap;
  background-color: #00c966;
  outline: none;
  transition: 0.2s ease-in-out;
  line-height: 1;
}

.w-btn:hover {
  border-color: #00c966;
  background-color: #00b95d;
}

.productBrochureandvideo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 1px dashed #b5b5b5;
  padding: 7px 10px;
  font-weight: 500;
  transition: 0.3s;
  font-size: 14px;
  color: var(--text-color);
  background-color: transparent;
}

.productBrochureandvideo:hover {
  border-color: var(--para-color);
}

.main-btn {
  padding: 13px 20px;
  color: var(--white);
  border: 1px solid var(--sec);
  background-color: var(--sec);
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font2);
  white-space: nowrap;
  outline: none;
  transition: 0.2s ease-in-out;
  justify-content: center;
  border-radius: 0;
  line-height: 1;
}

.main-btn.sm {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 400;
}

.main-btn:hover {
  background: var(--white);
  color: var(--pri);
  border-color: var(--pri);
}

.main-btn2 {
  color: var(--white);
  background-color: var(--pri);
  border-color: var(--pri);
}

.main-btn2:hover {
  background-color: var(--sec);
  border-color: var(--sec);
  color: var(--white);
}

.main-btn.light {
  background-color: white;
  border-color: var(--pri);
  color: var(--pri);
  font-weight: 600;
}

.main-btn.light:hover {
  background-color: var(--pri);
  border-color: var(--pri);
  color: var(--white);
}

.social {
  display: flex;
  justify-content: end;
  list-style: none;
  gap: 5px;
  margin-bottom: 0;
  padding: 0;
  align-items: center;
}

.social li a {
  width: 34px;
  height: 34px;
  color: var(--pri);
  border-radius: 100%;
  align-content: center;
  text-align: center;
  line-height: 1;
  transition: 0.2s ease;
  background: var(--off-white);
}

.social li a svg {
  width: 15px;
  height: 15px;
  color: currentColor;
}

.social li a:hover {
  background-color: var(--pri);
  border-color: var(--pri);
  color: var(--white);
}

.form-com-label {
  font-size: 15px;
  color: var(--text-color);
  font-family: var(--font);
  font-weight: 500;
  margin-bottom: 4px;
}

.SumoSelect > .CaptionCont > span.placeholder {
  background-color: transparent;
  color: var(--text-color);
  opacity: 0.8;
  font-style: normal;
}

.SumoSelect {
  display: block;
  width: 100%;
}

.SumoSelect.open .search-txt {
  font-weight: 500;
  border-radius: 4px;
  font-size: 15px;
  padding: 8px 12px;
  color: var(--text-color);
  font-family: var(--font);
  border-color: var(--border-color);
  height: 43px;
}

.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: none;
  border-color: var(--text-light);
}

.SumoSelect.open > .optWrapper {
  top: 43px;
}

.form-group {
  position: relative;
  margin-bottom: 10px;
}

.form-control,
.form-select,
.SumoSelect > .CaptionCont {
  font-weight: 500;
  border-radius: 0;
  font-size: 14px;
  padding: 8px 12px;
  color: var(--text-color);
  font-family: var(--font2);
  border-color: #e3e3e3;
  height: 40px;
  align-content: center;
}

textarea.form-control {
  min-height: 100px;
  resize: none;
  align-content: start;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--text-light);
  box-shadow: none;
}

.logo {
  max-width: 170px;
  width: auto;
  height: auto;
}

header.stricky-fixed ~ .menubar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  /* animation-name: fadeInDown;
    animation-duration: 600ms;
    animation-fill-mode: both; */
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.top-bar {
  padding: 8px 0;
  border-bottom: 1px solid var(--border-color);
}

.top-bar p {
  margin: 0;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
}

.top-bar p a {
  color: var(--text-color);
}

.top-bar p a:hover {
  color: var(--pri);
}

.top-bar p svg {
  color: var(--pri);
  width: 16px;
  height: 16px;
  margin-top: -2px;
}

.search-bx {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  background: transparent;
  border: 1px solid var(--border-color);
}

.search-bx {
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.search-bx input {
  height: 40px;
  outline: none;
  background: transparent;
  padding: 0;
  padding-left: 15px;
  font-size: 15px;
  color: var(--text-color);
  border: 0;
  width: -webkit-fill-available;
}

.search-bx button {
  white-space: nowrap;
  background: var(--pri);
  color: white !important;
  border-radius: 4px;
  padding: 8px 13px;
  font-size: 14px;
  align-content: center;
  text-align: center;
  border: 0;
  outline: 0;
  margin-right: 5px;
  transition: 0.2s ease;
  line-height: 1;
}

.search-bx button:hover {
  background-color: var(--sec);
}

.top-bar .contact-list {
  display: flex;
  gap: 10px;
}

.top-bar .contact-list ul.social {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid var(--border-color);
}

.top-bar .contact-list .main-btn {
  padding: 11px 17px;
  font-size: 14px;
}

.menubar {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

header.stricky-fixed .menubar {
  padding-block: 0;
}

.navigation .nav-header {
  display: none;
  padding: 12px 20px;
}

.navigation .navbar button {
  width: 40px;
  height: 40px;
  background: var(--pri);
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 25px;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 99;
  padding: 5px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.navigation .navbar button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 70%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 15%;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
  top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
  top: 18px;
}

.navigation .navbar button span:nth-child(4) {
  top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
  transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navigation .menu {
  display: block;
}

.navigation .menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.navigation .menu ul li {
  display: inline-block;
  position: relative;
}

.navigation .menu ul li a {
  padding: 22px 11px;
  display: block;
  color: var(--text-color);
  transition: all 0.2s ease;
  font-size: 15px;
  font-family: var(--font);
  background: transparent;
  font-weight: 500;
  /* text-transform: uppercase; */
}

.navigation .menu > ul > li.active > a,
.navigation .menu > ul > li:hover > a {
  color: var(--pri);
}

.navigation .menu ul li ul.ls-dropdown {
  top: 100%;
  left: 0;
  text-align: left;
}

.navigation .menu ul li ul.ls-dropdown li:last-child {
  border: 0;
}

.navigation .menu ul li ul.ls-dropdown li ul.ls-dropdown {
  left: 100%;
  margin-top: -36px;
}

.navigation .menu ul li ul.ls-dropdown li ul.ls-dropdown li ul.ls-dropdown {
  left: -100%;
  margin-top: -31px;
}

.navigation .menu ul li ul.ls-dropdown {
  position: absolute;
  width: 285px;
  display: none;
  z-index: 99999;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}

.navigation .menu ul li:hover ul.ls-dropdown {
  display: block;
}

.navigation .menu ul li:hover ul.ls-dropdown li ul.ls-dropdown {
  display: none;
  transition: all 0.3s ease;
  width: max-content;
}

.navigation .menu ul li ul.ls-dropdown li:hover ul.ls-dropdown {
  display: block;
}

.navigation .menu ul li ul.ls-dropdown li {
  display: block;
  padding: 0;
  width: 100%;
}

.navigation .menu ul li ul.ls-dropdown li:last-child a:after {
  display: none;
}

.navigation .menu ul li ul.ls-dropdown li a:hover {
  color: white;
  background-color: var(--pri);
}

.navigation .menu ul li ul.ls-dropdown li:hover a {
  color: white;
  background-color: var(--pri);
}

.navigation .menu ul li ul.ls-dropdown li:hover ul.ls-dropdown li a {
  background: #fff;
  color: #333;
}

.navigation .menu ul li ul.ls-dropdown li:hover ul.ls-dropdown li a:hover {
  color: #fff;
  background: var(--pri);
}

.navigation .menu ul li ul.ls-dropdown li a {
  color: var(--text-color);
  font-size: 14px;
  padding: 7px 13px;
  position: relative;
  display: block;
  text-transform: capitalize;
  transition: all 0.2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: 500;
}

.navigation ul li.ls-submenu a button {
  border: 0;
  background: transparent;
  outline: 0;
  padding: 0;
  margin: 0 0 0 3px;
  color: var(--text-color);
}

.navigation ul li.ls-submenu a button svg {
  width: 14px;
  height: 14px;
}

.navigation ul li.ls-submenu:hover svg {
  transform: rotateZ(180deg);
  color: var(--pri);
}

.navigation ul li.ls-submenu:hover ul.ls-dropdown li.ls-submenu svg {
  color: #242424;
}

.navigation ul li.ls-submenu ul.ls-dropdown li a button {
  float: right;
  color: #333;
}

.navigation ul li.ls-submenu ul.ls-dropdown li a button svg {
  transform: rotateZ(-90deg);
}

.navigation ul li.ls-submenu ul.ls-dropdown li.ls-submenu:hover svg {
  color: #fff;
}

.navigation .navbar {
  display: none;
  padding: 12px 0;
  margin: 0;
}

.navigation .menu ul > li:hover > ul.ls-dropdown {
  visibility: visible;
  opacity: 1;
}

.navigation .menu ul > li > ul.ls-dropdown > li > ul.ls-dropdown {
  left: 100%;
  margin-top: -36px;
}

.navigation
  .menu
  ul
  > li
  > ul.ls-dropdown
  > li
  > ul.ls-dropdown
  > li
  > ul.ls-dropdown {
  left: -100%;
  margin-top: -31px;
}

.navigation .menu ul > li > ul.ls-dropdown > li:hover > ul.ls-dropdown {
  visibility: visible;
  opacity: 1;
}

.navigation .menu ul > li ul.ls-dropdown {
  position: absolute;
  min-width: 190px;
  width: max-content;
  max-width: 390px;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  transition: all 0.3s ease;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  margin: 0;
  padding: 0;
  text-align: left;
}

.navigation .menu ul > li ul.ls-dropdown li {
  display: block;
  padding: 0;
  width: 100%;
}

/* ################### main ###################### */

main,
main img {
  aspect-ratio: 1920 / 750;
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
}

.carousel-control-next,
.carousel-control-prev {
  line-height: 0;
  position: absolute;
  top: 52%;
  display: block;
  width: 38px;
  height: 38px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: 0;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  border-radius: 100%;
  z-index: 9;
  opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 16px;
  width: 16px;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  background-color: var(--pri);
  opacity: 1;
}

.carousel-control-prev {
  left: 30px;
}

.carousel-control-next {
  right: 30px;
}

@media (max-width: 980px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 20px;
    height: 35px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    height: 15px;
    width: 15px;
  }

  .carousel-control-prev {
    left: 0px;
    border-radius: 0 3px 3px 0;
  }

  .carousel-control-next {
    right: 0px;
    border-radius: 3px 0px 0px 3px;
  }
}

.swiper_wrap {
  position: relative;
}

.cate-next,
.cate-prev {
  width: 45px;
  height: 45px;
  background-color: #fdfff8;
  border: 1px solid var(--border-color);
  border-radius: 100%;
  color: var(--para-color);
  align-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.cate-prev {
  right: 50px;
}

.cate-next svg,
.cate-prev svg {
  width: 25px;
  height: 25px;
}

.cate-next:hover,
.cate-prev:hover {
  background-color: var(--pri);
  color: var(--white);
}

.swiper-button-prev,
.swiper-button-next {
  background-color: var(--off-white);
  border-radius: 100%;
  width: 38px;
  height: 38px;
  color: var(--pri);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: var(--pri);
  color: var(--white);
}

.swiper-button-prev {
  left: -17px;
}

.swiper-button-next {
  right: -17px;
}

.lead-sure-section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.bg-sec {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 0.95) 100%
  ) !important;
  background-color: var(--pri) !important;
}

.bg-pri {
  background-color: var(--pri) !important;
  align-content: center;
  color: var(--off-white);
}

.home-content-sec .content-sec h1,
.home-content-sec .content-sec h2,
.home-content-sec .content-sec h3,
.home-content-sec .content-sec h4,
.home-content-sec .content-sec p,
.home-content-sec .content-sec ul li {
  color: white;
}

.home-content-sec .content-sec p,
.home-content-sec .content-sec ul li {
  opacity: 1;
}

.bg-light {
  background-color: var(--off-white) !important;
}

.text-sec {
  color: var(--sec) !important;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: var(--font);
}

.process-bx .tt {
  display: flex;
  justify-content: space-between;
  color: var(--text-color);
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 16px;
}

.process-bx .bar {
  height: 5px;
  border: 1px solid var(--pri);
  border-radius: 0;
  position: relative;
}

.process-bx .bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--pri);
  border-radius: 0;
  transition: 1s ease-in-out;
}

.process-bx:nth-child(1) .bar::before {
  width: 95%;
}

.process-bx:nth-child(2) .bar::before {
  width: 100%;
}

.process-bx:nth-child(3) .bar::before {
  width: 100%;
}

.process-bx:nth-child(4) .bar::before {
  width: 95%;
}

.pro-bx {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
  height: 100%;
  /* border-radius: 5px; */
}

.pro-bx .img-bx {
  height: 100%;
}

.pro-bx .img-bx img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.pro-bx:hover .img-bx img {
  transform: scale(1.05);
}

.pro-bx .tt {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  padding-top: 60px;
  color: var(--white);
  font-weight: 700;
  font-size: 18px;
  background: linear-gradient(
    0deg,
    rgba(0, 17, 30, 0.8) 0%,
    rgba(252, 252, 252, 0) 100%
  );
}

.mid-banner {
  position: relative;
  z-index: 1;
  aspect-ratio: 28 / 7;
  overflow: hidden;
  border-radius: 0;
  align-content: center;
}

.mid-banner img {
  position: absolute;
  aspect-ratio: 28 / 7;
  z-index: -2;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mid-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: #001322c7;*/
  z-index: -1;
}

.service-tab2 .nav-tabs {
  justify-content: space-between;
  margin-bottom: 40px;
}

.service-tab2 .nav-tabs .nav-link {
  background-color: transparent;
  padding: 20px 80px;
  border: 0;
  font-size: 18px;
  color: var(--text-color);
  position: relative;
}

.service-tab2 .nav-tabs .nav-link::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background-color: var(--pri);
  right: 0;
  bottom: 0;
}

.service-tab2 .nav-tabs .nav-link.active::after {
  width: 100%;
  left: 0;
  transition: 0.3s ease-in-out;
}

.read-mr {
  font-size: 0.9em;
  color: var(--pri);
  font-weight: 400;
  transition: 0.2s;
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.read-mr.text-decoration:hover {
  text-decoration: underline;
}

.read-mr:hover {
  color: var(--sec);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px;
  font-weight: 700;
  color: currentColor;
}

.cate-bx {
  background-color: #fafafa;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
}

.cate-bx .img-bx {
  overflow: hidden;
  position: relative;
}

.cate-bx .img-bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.cate-bx .img-bx:hover img {
  transform: scale(1.1);
}

.cate-bx .tx-bx {
  padding: 13px;
  text-align: left;
}

.cate-bx .tx-bx .tt {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: var(--font2);
}

.cate-bx .tx-bx .tt a {
  color: var(--text-color);
  font-family: var(--font);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.cate-bx .tx-bx .tt:hover a {
  color: var(--pri);
}

.cate-bx .tx-bx .main-btn {
  padding: 9px 12px;
  font-size: 12px;
}

.cate-bx .tx-bx ul,
.content-sec ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 10px;
}

.cate-bx .tx-bx ul li,
.content-sec li {
  margin: 0;
  font-size: 13px;
  padding-left: 20px;
  position: relative;
}

.cate-bx .tx-bx ul li::before,
.content-sec li::before {
  content: "—";
  position: absolute;
  left: 0;
}

.cate-bx .tx-bx .price,
.content-sec .price-sec {
  font-size: 16px;
  font-weight: 600;
  color: var(--pri);
}

.cate-bx .tx-bx .price del,
.content-sec .price-sec del {
  font-size: 0.9em;
  color: var(--text-light);
  margin-left: 5px;
}

.cate-bx .tx-bx p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
  margin-bottom: 15px;
}

.con-feat-bx {
  background-color: var(--white);
  padding: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  transition: 0.2s ease;
  border: 1px solid var(--pri);
}

.con-feat-bx:hover {
  background-color: var(--pri);
}

.con-feat-bx .icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: var(--white);
  padding: 8px;
  background-color: var(--pri);
}

.con-feat-bx:hover .icon {
  background-color: white;
  color: var(--pri);
}

.con-feat-bx .icon svg,
.con-feat-bx .icon img {
  width: 100%;
  height: 100%;
  fill: currentColor;
  color: currentColor;
}

.con-feat-bx p {
  margin-bottom: 0;
  color: var(--para-color);
}

.con-feat-bx .tt {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
}

.con-feat-bx:hover .tt {
  color: white;
}

.pro-sec .swip-link {
  width: 100%;
  border: 0;
  background-color: #f1f1f1;
  color: var(--text-color);
  padding: 12px;
  font-weight: 600;
  border-radius: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}

.mySwiper .swiper-slide {
  height: auto !important;
}

.pro-sec .mySwiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.pro-sec .mySwiper .swiper-slide.swiper-slide-thumb-active .swip-link {
  background-color: var(--pri);
  color: white;
}

.mySwiper2 .swiper-slide {
  height: auto !important;
}

.pro-container {
  border-radius: 0;
  background-color: #f1f1f1;
  overflow: hidden;
  height: 100%;
}

.pro-container .content-sec li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.comparison-container {
  position: relative;
  width: 100%;
  height: 520px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;

  /* important for touch + pointer events */
  touch-action: none;
}

/* After Image (Base) */
.after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.after-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

/* Before Image (Clipped) */
.before-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.before-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  position: absolute;
  top: 0;
  left: 0;
}

/* Slider Handle */
.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: white;
  cursor: ew-resize;
  transform: translateX(-50%);
  z-index: 10;
}

.slider-handle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-handle::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.7 1.6a1.6 1.6 0 1 1 3.2 0v16.8a1.6 1.6 0 1 1-3.2 0zm7.7 0a1.6 1.6 0 1 1 3.2 0v16.8a1.6 1.6 0 1 1-3.2 0zM17.7 0a1.6 1.6 0 0 0-1.6 1.6v16.8a1.6 1.6 0 0 0 3.2 0V1.6A1.6 1.6 0 0 0 17.7 0' fill='%23444'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* com-Labels */
.com-label {
  position: absolute;
  top: 24px;
  padding: 10px 20px;
  background: white;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 5;
  pointer-events: none;
  white-space: nowrap;

  /* Smooth and safer hide/show than display:none */
  opacity: 1;
  visibility: visible;
  transition:
    opacity 120ms linear,
    visibility 120ms linear;
  will-change: clip-path, opacity;
}

.com-label-left {
  left: 24px;
  clip-path: inset(0 0 0 0);
}

.com-label-right {
  right: 24px;
  background: var(--pri);
  color: white;
  clip-path: inset(0 0 0 0);
}

/* IMPORTANT: do NOT use display:none (breaks rect/width on fast drag) */
.com-label.hidden {
  opacity: 0;
  visibility: hidden;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .comparison-container {
    height: 450px;
  }

  .main-heading {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .mid-banner {
    aspect-ratio: 2 / 1;
  }

  .comparison-container {
    height: 380px;
  }

  .main-heading {
    font-size: 32px;
  }

  .section-header {
    margin-bottom: 30px;
  }

  .com-label {
    top: 10px;
    padding: 7px 10px;
    font-size: 10px;
  }

  .com-label-left {
    left: 6px;
  }

  .com-label-right {
    right: 6px;
  }

  .slider-handle::before {
    width: 40px;
    height: 40px;
  }

  .slider-handle::after {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .comparison-container {
    height: 220px;
  }

  .main-heading {
    font-size: 28px;
  }

  .kicker {
    font-size: 11px;
  }
}

/* Prevent image dragging */
.comparison-container img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  max-width: unset;
}

.enq-sec .form-control {
  height: 45px;
}

.enq-sec .iti--allow-dropdown .iti__flag-container,
.enq-sec .iti--separate-dial-code .iti__flag-container {
  height: 45px;
}

.home-content-sec {
  background: url(../images/ach-bg-1-1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
}

.home-content-sec::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #01101e;
  opacity: 0.9;
  z-index: -1;
}

.home-content-sec .bg-before {
  background-color: #075695a6;
}

.count-bx {
  background-color: var(--sec);
  padding: 15px 20px;
  height: 100%;
}

.count-bx .tt {
  color: var(--white);
  font-size: 25px;
  font-weight: 600;
}

.count-bx .tt .odometer {
  margin-top: -3px;
}

.count-bx p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--off-white);
}

.count-bx .call-bx {
  background-color: transparent;
  padding: 0;
}

.count-bx .call-bx .icon svg {
  padding: 8px;
  border-radius: 100%;
  background-color: white;
}

.count-bx .call-bx .tx-bx .tt {
  color: white;
}

.count-bx .call-bx .tx-bx p {
  color: #acacac;
}

.blox-bx {
  border: 2px solid var(--border-color);
}

.blox-bx .blox-tx {
  padding: 25px;
}

.blox-bx .blox-tx .date {
  background-color: var(--pri);
  margin-left: -26px;
  padding: 8px 15px;
  display: inline-block;
  color: white;
  font-size: 14px;
  margin-bottom: 15px;
}

.blox-bx .blox-tx .tt a {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blox-bx .blox-tx .tt:hover a {
  color: var(--pri);
}

.blox-bx .blox-img {
  position: relative;
  z-index: 1;
}

.blox-bx .blox-img::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: var(--sec);
  z-index: 1;
  opacity: 0;
  transition: 0.3s ease;
  transform: rotateX(-90deg);
  transform-origin: 50% 50%;
}

.blox-bx:hover .blox-img::before {
  opacity: 0.8;
  transform: rotateX(0);
}

.blox-bx .blox-img .read-mr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-weight: 600;
  opacity: 0;
  transition: 0.3s ease;
}

.blox-bx:hover .blox-img .read-mr {
  opacity: 1;
  color: var(--white);
}

.blox-bx .blox-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: center;
}

.blog-sec .main-tt {
  padding-left: 13px;
  padding-block: 3px;
  font-weight: 600;
  border-left: 5px solid var(--pri);
  font-size: 25px;
  color: var(--text-color);
  margin-bottom: 20px;
}

.blog-sec .img-bx {
  margin: 20px auto;
  text-align: center;
  max-width: 700px;
}

.blog-sec .img-bx img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.blog-date {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  margin-bottom: 15px;
}

.blog-date li {
  line-height: 1;
  background-color: var(--off-white);
  color: var(--text-color);
  padding: 8px 10px;
}

.blog-date li:first-child {
  background-color: var(--pri);
  color: white;
}

.blog-card {
  display: flex;
  transition: 0.2s ease;
  border: 2px solid var(--off-white);
  background-color: var(--off-white);
}

.blog-card .img-bx,
.blog-card .img-bx img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 110px;
  min-width: 110px;
  overflow: hidden;
  position: relative;
}

.blog-card .tx-bx {
  align-content: center;
  padding: 15px;
}

.blog-card .tx-bx .tt a {
  color: var(--text-color);
  font-family: var(--font);
  font-weight: 600;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 3px;
}

.certificate-bx {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  transition: 0.2s ease-in-out;
}

.certificate-bx:hover {
  transform: scale(1.02);
}

.certificate-bx .img-bx {
  aspect-ratio: 1 / 1;
}

.certificate-bx .img-bx img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
}

.certificate-bx .tt {
  background-color: #f1f1f1;
  padding: 10px;
  line-height: 1;
  align-content: center;
  color: var(--text-color);
  font-size: 15px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.certificate-bx .tt svg {
  margin-right: 3px;
}

.gallery-bx {
  background: #fff;
  position: relative;
  aspect-ratio: 1 / 1;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 3px;
  /* border-radius: 10px; */
  overflow: hidden;
}

.gallery-bx img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s ease;
}

.gallery-bx:hover img {
  filter: blur(3px);
}

.gallery-bx.certificate-bx img,
.gallery-bx.certificate-bx {
  aspect-ratio: 164 / 235;
}

.gallery-bx img {
  max-width: 100%;
}

.gallery-bx .link-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  border-radius: 100%;
}

.gallery-bx .link-wrap svg {
  width: 20px;
  height: 20px;
}

.gallery-bx:hover .link-wrap {
  opacity: 1;
}

.gallery-bx .tt {
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 45px 20px 10px;
  pointer-events: none;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.5px;
  background: linear-gradient(
    to top,
    rgba(2, 20, 4, 0.75) 10%,
    rgba(0, 0, 0, 0) 70%
  );
  text-shadow: 1px 1px 5px #000;
  z-index: 2;
}

.cat-nav-img {
  background-image: url(../images/cta.webp);
  padding: 30px 25px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.cat-nav-img .tt {
  color: white;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-family: var(--font);
}

.cat-nav-img p {
  color: var(--off-white);
  line-height: 1.3;
}

.cat-nav-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--text-color);
  opacity: 0.8;
  z-index: -1;
  transition: 0.3s ease-in-out;
}

.call-bx {
  background-color: var(--off-white);
  padding: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 10px;
}

.call-bx .icon svg {
  width: 45px;
  height: 45px;
  color: var(--pri);
}

.call-bx .tx-bx p {
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--para-color);
  line-height: 1;
}

.call-bx .tx-bx .tt {
  font-size: 22px;
  font-weight: 600;
  color: var(--text-color);
  font-family: var(--font);
  line-height: 1;
}

.call-bx .tx-bx .tt:hover {
  color: var(--pri);
}

.contact-container {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 3px;
  overflow: hidden;
  padding: 30px 25px;
}

.contact-bx .head-sec {
  margin-bottom: 30px;
}

.contact-bx .main-btn {
  padding: 13px 15px;
  font-size: 15px;
}

.contact-bx .con-bx {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}

.contact-bx .con-bx .ic-bx {
  min-width: 35px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.contact-bx .con-bx .ic-bx svg {
  min-width: 15px;
  width: 15px;
  height: 15px;
  color: var(--pri);
}

.contact-bx .con-bx a,
.contact-bx .con-bx p {
  font-family: var(--font2);
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 0px;
}

.contact-bx .con-bx a {
  font-weight: 500;
}

.contact-bx .con-bx a:hover {
  color: var(--pri);
}

.map-bx {
  width: 100%;
  display: block;
}

.you_may {
  font-family: var(--font);
  font-weight: 600;
  font-size: 20px;
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 27px;
  position: relative;
  background-color: var(--pri);
  border-radius: 10px;
  padding: 10px 15px;
}

.clientSlider .swiper-wrapper {
  transition-timing-function: linear;
}

.clients-bx img {
  aspect-ratio: 5 / 2;
  object-fit: contain;
  border-radius: 4px;
}

.custom-from-row {
  padding: 35px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  background-color: var(--white);
  color: var(--text-color);
  border-radius: 10px;
}

.custom-from-row .form-control {
  border-radius: 5px;
  height: 42px;
  font-size: 14px;
  color: var(--black);
  font-weight: 400;
  box-shadow: none !important;
}

.custom-from-row textarea {
  padding: 12px 15px;
}

.custom-from-row .iti--allow-dropdown .iti__flag-container,
.custom-from-row .iti--separate-dial-code .iti__flag-container {
  height: 42px;
}

.breadcum-sec {
  background: url(../images/breadcrum.png);
  background-position: center;
  padding: 60px 0;
  background-size: cover;
  position: relative;
  z-index: 1;
  font-family: var(--font);
}

.breadcum-sec.breadcum-sec2 {
  background: var(--off-white);
  padding: 8px 0;
}

.breadcum-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    rgb(51 71 107 / 85%),
    rgba(23, 50, 88, 0.2)
  );
  z-index: -1;
  transition: 0.3s ease-in-out;
  backdrop-filter: blur(2px);
}

.breadcum-sec.breadcum-sec2::before {
  content: none;
}

.breadcum-sec .main-tt {
  font-size: 27px;
  color: white;
  font-weight: 600;
  margin-bottom: 8px;
}

.breadcum-sec .main-tt span {
  color: var(--pri);
}

.breadcum-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 4px 20px;
  flex-wrap: wrap;
}

.breadcum-sec ul li {
  color: white;
  font-weight: 600;
  font-size: 13px;
  position: relative;
  font-family: var(--font2);
}

.breadcum-sec.breadcum-sec2 ul li {
  color: var(--sec);
  font-size: 14px;
}

.breadcum-sec ul li::before {
  content: url('data:image/svg+xml;charset=utf-8,<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="none" viewBox="0 0 24 24"> <path stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m10 16 4-4-4-4"/> </svg>');
  position: absolute;
  top: -1px;
  right: -19px;
  width: 20px;
  height: 20px;
}

.breadcum-sec.breadcum-sec2 ul li::before {
  content: url('data:image/svg+xml;charset=utf-8,<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="none" viewBox="0 0 24 24"> <path stroke="%23333" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m10 16 4-4-4-4"/> </svg>');
}

.breadcum-sec ul li:last-child:before {
  content: none;
}

.breadcum-sec ul li a {
  color: #ffffffcc;
}

.breadcum-sec.breadcum-sec2 ul li a {
  color: var(--text-color);
}

.breadcum-sec ul li a:hover {
  color: var(--pri);
}

.breadcum-sec.breadcum-sec2 ul li a:hover {
  color: var(--pri);
}

.abt-img-bx {
  float: right;
  max-width: 540px;
  width: 100%;
  margin-left: 30px;
  margin-bottom: 30px;
  /* border-radius: 4px; */
  overflow: hidden;
}

.cate-img {
  max-width: 465px;
  float: right;
  width: 100%;
  margin-left: 30px;
  margin-bottom: 30px;
}

.cate-img.left {
  float: left;
  margin-right: 30px;
  margin-left: 0;
}

.cate-img img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--border-color);
}

.faq-sec .nav-pills .nav-link {
  background-color: white;
  color: var(--text-color);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  border-radius: 0px;
  padding: 12px 16px;
  text-align: left;
  font-size: 16px;
}

.faq-sec .nav-pills .nav-link:hover {
  color: var(--pri);
}

.faq-sec .nav-pills .nav-link.active,
.faq-sec .nav-pills .show > .nav-link {
  color: var(--white);
  background-color: var(--pri);
}

.accordion-item,
.accordion-item:first-of-type,
.accordion-item:not(:first-of-type) {
  margin-bottom: 15px;
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 15px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
}

.accordion-item:last-of-type {
  margin-bottom: 0;
}

.accordion-button {
  background: transparent;
  font-weight: 500;
  outline: 0 !important;
  color: var(--text-color);
  font-size: 16px;
  padding: 0 0 0;
  padding-right: 40px;
  font-family: var(--font);
  border-radius: 0 !important;
}

.accordion-body {
  line-height: 1.7;
  font-size: 14px;
  color: var(--para-color);
  padding: 15px 18px;
  background-color: var(--off-white);
  margin-top: 15px;
  border-radius: 0;
}

.accordion-body p {
  margin: 0;
}

.accordion-button::after {
  position: absolute;
  right: 0;
  top: -3px;
  width: 30px;
  height: 30px;
  border-radius: 0;
  background-color: var(--pri);
  background-size: 1.1rem;
  background-position: center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-plus-lg" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2"/> </svg>');
}

.accordion-button::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 59px;
  top: 0;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
  background: transparent;
  border: 0;
  color: var(--text-color);
}

.accordion-button:focus {
  box-shadow: none !important;
  border: 0;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-dash-lg" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8"/> </svg>');
  background-color: var(--sec);
}

.iti {
  width: 100%;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  height: 40px;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.g-recaptcha {
  transform: scale(0.8);
  transform-origin: 0 0;
}

.business-enq {
  position: fixed;
  bottom: 75px;
  right: 20px;
  z-index: 9;
  border: 0;
  outline: 0;
  background-color: var(--pri);
  color: var(--white);
  font-size: 14px;
  padding: 5px;
  padding-right: 15px;
  border-radius: 24px;
  transition: 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  font-weight: 500;
}

.business-enq:hover {
  transform: scale(1.03);
}

.business-enq .icon {
  height: 32px;
  width: 32px;
  border-radius: 100%;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  background: var(--white);
  color: var(--pri);
}

.business-enq .icon svg {
  height: 18px;
  width: 18px;
}

.whatapp_btn {
  background: #01e675;
  width: 40px;
  height: 40px;
  color: var(--white);
  position: fixed;
  right: 20px;
  bottom: 130px;
  cursor: pointer;
  z-index: 9;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
  border: 0;
}

.whatapp_btn svg {
  width: 19px;
  height: 19px;
}

.whatapp_btn:hover {
  transform: scale(1.1);
}

.whatapp_btn:focus,
.whatapp_btn:hover {
  background: #01e675;
  color: var(--white);
}

.error {
  font-size: 15px;
  color: red;
}

.modal-header {
  padding: 0;
  padding-inline: 20px;
  padding-top: 18px;
  border-radius: 0;
  border: 0;
  /* border-bottom: 1px solid #e3e3e3; */
}

.modal-header.modal-header2 {
  background: var(--liner);
  background-color: var(--pri);
  color: white;
  padding-block: 12px;
}

.modal-header.modal-header2 .main-tt {
  color: white;
}

.modal-content {
  background: var(--off-white);
  border-radius: 0;
  border: 0;
}

.modal-header.modal-header2 .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

@media (min-width: 576px) {
  .modal-sm {
    max-width: 300px;
  }
}

.modal-body {
  padding: 13px 18px 20px;
}

.modal-content .main-tt {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color);
  font-family: var(--font);
  margin-bottom: 15px;
}

.btn-close {
  float: right;
  box-shadow: none;
}

.btn-close:hover,
.btn-close:focus {
  box-shadow: none;
}

.pop-img {
  /* aspect-ratio: 1 / 1; */
}

.pop-img img {
  /* aspect-ratio: 1 / 1; */
  object-fit: contain;
  object-position: center;
  width: 100%;
  /* border-radius: 4px; */
  overflow: hidden;
}

.content-sec h1,
.content-sec h2,
.content-sec h3,
.content-sec .tt,
.cmTitle {
  text-transform: capitalize;
  font-size: 23px;
  font-weight: 600;
  color: var(--text-color);
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.3;
  color: var(--font);
}

.cmTitle {
  color: var(--pri);
  font-size: 18px;
  margin-bottom: 5px;
}

.content-sec h2,
.content-sec h3,
.content-sec .tt {
  font-size: 20px;
  color: var(--text-color);
}

.content-sec ol {
  padding-left: 20px;
  margin: 0;
  margin-bottom: 10px;
}

.content-sec p,
.content-sec li {
  font-size: 15px;
  line-height: 1.6;
  color: var(--para-color);
  text-align: justify;
  font-family: var(--font2);
  font-weight: 400;
}

.content-sec li {
  margin-bottom: 3px;
  position: relative;
  display: flow-root;
}

.content-sec li a {
  display: inline;
  color: var(--text-color);
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #c3c3c3;
  border-style: solid;
  border-width: 1px;
  padding: 8px 10px;
  font-size: 14px;
}

th {
  color: var(--text-color);
}

.content-sec table {
  width: -webkit-fill-available;
  margin-bottom: 10px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.content-sec table p {
  margin-bottom: 0;
  color: var(--para-color);
  font-size: 14px;
}

.content-sec table tr:nth-child(even) {
  background-color: #f8f8f8;
  color: var(--para-color);
}

.content-sec table tr:nth-child(odd) {
  background-color: var(--white);
  color: var(--para-color);
}

.content-sec table th {
  background-color: var(--pri);
  color: #fff;
}

ul.footer-menu-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 18px;
  list-style: none;
}

ul.footer-menu-list li a {
  margin-right: 15px;
  font-weight: 300;
  display: inline-block;
  line-height: 1.3;
  position: relative;
  text-transform: capitalize;
  color: var(--off-white);
}

ul.footer-menu-list li a:hover {
  color: var(--sec);
  opacity: 1;
}

ul.footer-menu-list li a::before {
  content: "|";
  padding: 0;
  font-size: 13px;
  position: absolute;
  right: -9px;
  top: 1px;
  color: var(--white);
  opacity: 0.8;
}

ul.footer-menu-list li:last-child a::before {
  content: none;
}

footer {
  overflow: hidden;
  padding: 60px 0 15px;
  position: relative;
  z-index: 1;
  background-color: var(--text-color);
}

.ft-bx {
  position: relative;
  z-index: 1;
}

.ft-bx .con-bx {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
  gap: 20px;
}

.ft-bx .con-bx .ic-bx svg {
  min-width: 19px;
  width: 19px;
  height: 19px;
  color: var(--pri);
  margin-top: 5px;
}

.ft-bx .con-bx p small {
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.65);
}

.ft-bx .con-bx a,
.ft-bx .con-bx p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0px;
}

.ft-bx .con-bx p strong {
  font-weight: 600;
}

.ft-bx .con-bx a {
  font-weight: 600;
}

.ft-bx .con-bx a:hover {
  color: var(--pri);
  opacity: 1;
}

.ft-bx .ft-tt {
  font-family: var(--font);
  font-weight: 600;
  font-size: 20px;
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}

.ft-bx .ft-tt::before,
.ft-bx .ft-tt::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: var(--pri);
  width: 71px;
  bottom: 0;
  left: 0;
}

.ft-bx .ft-tt::after {
  width: 12px;
  left: 80px;
}

.ft-bx p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

.ft-bx ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.ft-bx ul li a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  padding: 5px 0;
  transition: 0.1s;
  display: inline-block;
  font-weight: 500;
}

.ft-bx ul li a:hover {
  color: var(--pri);
  opacity: 1;
}

.ft-bx ul.social {
  display: flex;
  gap: 7px;
  justify-content: start;
}

.ft-bx ul.social li a {
  background-color: var(--white);
  width: 38px;
  height: 38px;
  color: var(--pri);
  border-radius: 100%;
  align-content: center;
  text-align: center;
  line-height: 1;
  opacity: 1;
}

.contact-bx.ft-bx ul.social li a {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: var(--pri);
}

.contact-bx.ft-bx ul.social li.facebook a {
  background: #3c5b9b;
  color: white;
  border: 0;
}

.contact-bx.ft-bx ul.social li.twitter a {
  background: var(--liner);
  background-color: #000;
  color: white;
  border: 0;
}

.contact-bx.ft-bx ul.social li.linkedin a {
  background: #027ba5;
  color: white;
  border: 0;
}

.contact-bx.ft-bx ul.social li.youtube a {
  background: #f70000;
  color: white;
  border: 0;
}

.contact-bx.ft-bx ul.social li.instagram a {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: white;
  border: 0;
}

.contactBx-container {
  background-color: var(--off-white);
  padding: 30px;
  border: 1px solid var(--off-white);
  height: 100%;
}

.ft-bx ul.social li a:hover {
  /* border-color: var(--sec); */
  background-color: var(--pri);
  color: white;
}

.copyright {
  padding-top: 15px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.copyright svg {
  color: var(--pri);
}

.copyright p {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  font-weight: 500;
  font-size: 13px;
}

.copyright p a {
  color: rgba(255, 255, 255, 0.6);
  display: inline;
  font-weight: 500;
}

.copyright p a:hover {
  color: var(--pri);
}

footer .content-sec h1,
footer .content-sec h2,
footer .content-sec h3,
footer .content-sec .tt {
  color: var(--white);
  font-size: 18px;
  text-transform: capitalize;
}

footer .content-sec p,
footer .content-sec ul li {
  color: var(--off-white);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
}

.sitemap {
  border-left: 1px solid #666;
  padding: 0;
}

.sitemap li {
  list-style: none !important;
  background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px;
  padding: 0px 0px 0px 15px;
  margin-bottom: 5px;
  font-family: var(--font2);
  color: var(--text-color);
  font-weight: 400;
}

.sitemap li ul {
  border-left: 1px solid #666;
  padding: 0;
}

.sitemap li a {
  color: var(--text-color);
  font-size: 15px;
  padding-bottom: 5px;
  display: inline-block;
}

.sitemap li a:hover {
  color: var(--pri);
}

.market-sec {
  padding: 60px 0;
  font-family: var(--font2);
}

.market-sec h1,
.market-sec .main-tt,
.market-sec h2,
.market-sec h3 {
  font-size: 25px;
  color: var(--text-color);
  line-height: 26px;
  margin: 20px 0 15px;
  font-weight: 600;
}

.market-sec h2,
.market-sec h3 {
  font-size: 25px;
  font-weight: 600;
}

.market-sec .market-bx {
  padding: 10px 12px;
  background-color: var(--off-white);
  color: var(--text-color);
  font-size: 15px;
  transition: 0.2s ease-in-out;
  border-radius: 0;
}

.market-sec .market-bx:hover {
  background-color: var(--pri);
  color: white;
}

.expend-content-sec {
  max-height: 450px;
  /* collapsed height */
  overflow: hidden;
}

.expend-content-sec.expanded {
  max-height: 10000px !important;
  overflow: unset;
}

.home-content-sec .expend-content-sec.expanded {
  max-height: 450px !important;
  overflow-y: auto;
  padding-right: 10px;
}

.expend-content-sec.expanded::-webkit-scrollbar {
  width: 5px;
}

.expend-content-sec.expanded::-webkit-scrollbar-thumb {
  background-color: rgba(122, 122, 122, 0.5);
  border-radius: 5px;
}

.read-toggle {
  display: inline-block;
  color: currentColor;
  cursor: pointer;
  font-weight: 600;
  margin-top: 10px;
  user-select: none;
  font-size: 0.9em;
}

.read-toggle:hover {
  opacity: 0.8;
}

.abt-vid-bx,
.reels-vid {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.abt-vid-bx iframe,
.reels-vid iframe {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  width: 100%;
  display: block;
  overflow: hidden;
  pointer-events: none;
  transform: scale(1.02);
  transform-origin: 50% 50%;
}

.reels-vid iframe {
  aspect-ratio: 35 / 62;
}

.youtube-player .youtube-thumbnail {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  background: transparent;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px;
}

.youtube-player img,
.youtube-player iframe {
  aspect-ratio: 16 / 9 !important;
  object-fit: cover;
  object-position: center;
  width: 100%;
  display: block;
  transform: scale(1.01);
}

.youtube-player .play {
  height: 60px;
  width: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  position: absolute;
  background: url(../images/icon/play-1.png) no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  /* animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulse; */
  transition: 0.3s ease;
}

.youtube-player:hover .play {
  animation: none;
  transform: translate(-50%, -50%) scale(1.1);
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 35px rgba(232, 76, 61, 0);
  }
}

.youtube-player .tt {
  font-size: 14px;
  margin-top: 10px;
  color: var(--text-color);
  text-align: center;
  font-weight: 600;
}

.youtube-player img {
  width: 100%;
}

.prSlider .swiper-slide img {
  box-shadow:
    0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  border: 1px solid var(--border-color);
}

.prThumbsSlider .swiper-slide {
  border: 1px solid var(--border-color);
}

.prThumbsSlider .swiper-slide img {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background-color: #f5f5f5;
  overflow: hidden;
}

.prThumbsSlider .swiper-slide {
  opacity: 1;
}

.prThumbsSlider .swiper-slide-thumb-active {
  border: 1px solid var(--pri);
}

.product-detail-container .key-features ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.product-detail-container .key-features li {
  width: calc(100% / 2);
  padding-left: 28px;
  font-weight: 500;
  color: var(--text-color);
  position: relative;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 10px;
}

.product-detail-container .key-features li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  background-color: var(--pri);
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="white" class="bi bi-check" viewBox="0 0 16 16"> <path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z"/> </svg>');
  background-position: center;
  background-size: contain;
  border-radius: 100%;
}

.qty-group {
  width: 130px;
  overflow: hidden;
  border: 1px solid #dee2e6;
}

.qty-group .btn {
  width: 36px;
  font-size: 20px;
  border: 0;
}

.qty-group .btn:hover {
  background-color: var(--off-white);
}

.qty-group .form-control {
  font-weight: 600;
  background: #f1f1f1;
  border: 0;
  height: 45px;
}

.spec-table {
  margin-bottom: 10px;
}

.spec-table table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  overflow: hidden;
}

.spec-table th {
  background: var(--pri);
  color: #fff;
}

.spec-table th {
  padding: 14px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
}

.spec-table td {
  padding: 14px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 15px;
  color: var(--text-color);
}

.spec-table tr:last-child td {
  border-bottom: none;
}

.spec-table tr:hover {
  background-color: var(--off-white);
}

.spec-table .note {
  margin-top: 15px;
  background: var(--white);
  border-left: 4px solid var(--pri);
  padding: 14px 16px;
  font-size: 14px;
  color: var(--text-color);
}

.tfsp-card {
  overflow: hidden;
  border-radius: 0;
}

.tfsp-header {
  background: #155e9b;
  padding: 10px 15px;
  border-radius: 0 !important;
}

.tfsp-body {
  padding: 15px;
}

.tfsp-item {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 0;
  padding: 10px;
  margin-bottom: 10px;
}

.tfsp-item:last-child {
  margin-bottom: 0;
}

.tfsp-icon {
  width: 42px;
  height: 42px;
  background: #eef2f7;
  border-radius: 0;
  display: flex;
  border: 1px solid #e2e8f0;
  align-items: center;
  justify-content: center;
  color: #475569;
}

.tfsp-icon.sm {
  width: 25px;
  height: 25px;
  border: 0;
  font-size: 12px;
}

.tfsp-title {
  font-weight: 600;
  font-size: 14px;
  color: var(--text-color);
}

.tfsp-desc {
  font-size: 13px;
  color: #64748b;
}

.tfsp-badge {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  padding: 5px 10px;
  font-size: 11px;
  color: #475569;
}

.fancybox-image, .fancybox-spaceball{
  pointer-events: none;
}
