/* calculated for bottom footer */

/* navbar ===================================================================================================== */

.twt-navbar.twt-navbar-common .dropdown-menu {
  border: 0;
  border-radius: 2px;
  background: none;
  padding: 0;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  margin-top: 0px !important;
}

@media (max-width: 991px) {
  .twt-navbar.twt-navbar-common .navbar-nav .nav-item .nav-link:hover,
  .twt-navbar.twt-navbar-common .navbar-nav .nav-item.active > .nav-link,
  .twt-navbar.twt-navbar-common .navbar-nav .nav-item.active > .nav-link:hover {
    color: #333;
  }

  .twt-navbar.twt-navbar-common .slide {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    min-width: 250px;
    width: 300px;
    max-width: 90%;
    background-color: #fff;
    transform: translate3d(-100%, 0, 0);
    transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);
    border-right: 1px solid transparent;
    overflow-y: auto;
  }

  .twt-navbar.twt-navbar-common .navbar-nav .nav-item .nav-link,
  .twt-navbar.twt-navbar-common.fixed .navbar-nav .nav-item .nav-link {
    padding: 0.75rem 1rem;
    color: #353535;
  }

  .twt-navbar.twt-navbar-common .dropdown-menu {
    background: none;
    box-shadow: none;
  }

  .twt-navbar.twt-navbar-common .dropdown-menu .dropdown-item {
    color: #353535;
    padding-left: 1.75rem;
    position: relative;
  }

  .nav-slide-open .twt-navbar.twt-navbar-common .slide {
    transform: translate3d(0, 0, 0);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
}

@media (max-width: 575px) {
  .twt-navbar.twt-navbar-common .dropdown-menu .dropdown-item {
    white-space: normal;
  }

  .custom-arrow.custom-lockstich-arrow {
    left: auto;
  }
}

@media (min-width: 992px) {
  .twt-navbar.twt-navbar-common .dropdown-left .dropdown-menu {
    left: auto;
    right: 0;
  }
}

/* for lighter navbars add 'nav-light' class */
.twt-navbar.twt-navbar-common.nav-light .navbar-brand span {
  color: #333;
}

.twt-navbar.twt-navbar-common.nav-light button.navbar-toggler .navbar-dash {
  background: #333;
}

@media (min-width: 992px) {
  .twt-navbar.twt-navbar-common.nav-light .navbar-nav .nav-item .nav-link {
    color: #333;
  }

  .twt-navbar.twt-navbar-common .navbar-nav .nav-item.active > .nav-link,
  .twt-navbar.twt-navbar-common .navbar-nav .nav-item:hover .nav-link {
    color: #fff;
    background-color: var(--primary);
  }
}

/* submenu css */
.twt-navbar.twt-navbar-common .dropdown-submenu {
  position: relative;
}

.twt-navbar.twt-navbar-common .dropdown-submenu a:after {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.twt-navbar.twt-navbar-common .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

@media (max-width: 991px) {
  .twt-navbar.twt-navbar-common .dropdown-submenu .dropdown-menu {
    padding-left: 1rem;
  }
}

/* submenu css */

/* hamburger on close */

.twt-navbar.twt-navbar-common button.navbar-toggler .navbar-dash {
  transition: 0.2s all;
}

.nav-slide-open
  .twt-navbar.twt-navbar-common
  button.navbar-toggler
  .navbar-dash:nth-child(2) {
  opacity: 0;
}

.nav-slide-open
  .twt-navbar.twt-navbar-common
  button.navbar-toggler
  .navbar-dash:nth-child(1) {
  transform: rotate(45deg) translate(5px, 8px);
}

.nav-slide-open
  .twt-navbar.twt-navbar-common
  button.navbar-toggler
  .navbar-dash:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -8px);
}

/* hamburger on close */

/* .twt-navbar.twt-navbar-common .nav-bottom .navbar-nav .nav-item .nav-link{border-radius: 0;} */

/* nav-shadow ===================================================================================================== */

/* .nav-shadow {background-color: var(--primary) !important; border-radius: 0;} */

@font-face {
  font-family: serif;
  src: url("../css/fonts/PT_Serif/PTSerif-Regular.ttf");
}

@font-face {
  font-family: hind;
  src: url("../css/fonts/Hind/Hind-Regular.ttf");
}

@font-face {
  font-family: alonzo;
  src: url("../css/fonts/Alonzo/Demo_Fonts/Fontspring-DEMO-alonzo-regular.otf");
}

@font-face {
  font-family: number;
  src: url("../css/fonts/delmon-delicate/Delmon Delicate.otf");
}

@font-face {
  font-family: abigral;
  src: url("../css/fonts/abigral-minimal-sans/Abigral.ttf");
}

@font-face {
  font-family: mhiora;
  src: url("../css/fonts/Mhiora Sans Serif Font/mhiora-vm7rm.otf");
}

body {
  font-family: hind;
}

:root {
  --theme-color: #213b53;
  --black-shade-color: #212529;
}

/*common font-sizes class css */
.font-75 {
  font-size: 75px;
}
.font-55 {
  font-size: 55px;
}

.font-14 {
  font-size: 14px;
}

.font-40 {
  font-size: 40px;
}

.font-25 {
  font-size: 25px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

/*common font-sizes class css end*/

/* common-color css start */
.theme-color {
  color: var(--theme-color);
}

.bg-color {
  background-color: #e9e9e9;
}

.theme-bg {
  background-color: var(--theme-color) !important;
}

/* common-color css start */

/* common-btn css start */
.read-more-btn {
  width: 150px;
  height: 50px;
  color: #fff;
  padding: 10px 25px;
  font-weight: 500;
  transition: all 0.8s ease;
  position: relative;
  display: inline-block;
  outline: none;
}

.read-more-btn.btn-2 {
  background: linear-gradient(40deg, rgb(33 37 41) 0%, rgb(33 59 83) 72%);
  line-height: 51px;
  padding: 0;
  border: none;
}

.read-more-btn.btn-2 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.read-more-btn.btn-2:before,
.read-more-btn.btn-2:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgb(33 59 83);
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9),
    -4px -4px 5px 0px rgba(255, 255, 255, 0.9),
    7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.8s ease;
}

.read-more-btn.btn-2:before {
  height: 0%;
  width: 2px;
}

.read-more-btn.btn-2:after {
  width: 0%;
  height: 2px;
}

.read-more-btn.btn-2:hover {
  color: rgb(33 37 41);
  background: transparent;
  text-decoration: none;
}

.read-more-btn.btn-2:hover:before {
  height: 100%;
}

.read-more-btn.btn-2:hover:after {
  width: 100%;
}

.read-more-btn.btn-2 span:before,
.read-more-btn.btn-2 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgb(33 59 83);
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9),
    -4px -4px 5px 0px rgba(255, 255, 255, 0.9),
    7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.8s ease;
}

.read-more-btn.btn-2 span:before {
  width: 2px;
  height: 0%;
}

.read-more-btn.btn-2 span:after {
  height: 2px;
  width: 0%;
}

.read-more-btn.btn-2 span:hover:before {
  height: 100%;
}

.read-more-btn.btn-2 span:hover:after {
  width: 100%;
}

/* common-btn css end */

/* common-css for read-more link css start */
.view-product-link {
  border: none;
  background: none;
}

.view-product-link .view-product-text {
  padding-left: 10px;
  letter-spacing: 3px;
  font-size: 12px;
  padding-right: 15px;
  text-transform: uppercase;
}

.view-product-link svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.view-product-link:hover svg {
  transform: translateX(0);
}

.view-product-link:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.5px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.view-product-link:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.all-product-link {
  color: #213b53;
  font-family: inherit;
  display: inline-block;
  width: 8em;
  height: 2.6em;
  line-height: 2.5em;
  margin: 20px;
  position: relative;
  overflow: hidden;
  border: 2px solid #213b53;
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;
  border-radius: 6px;
  font-weight: 500;
  color: #213b53;
}

.all-product-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #213b53;
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

.all-product-link:hover {
  color: #fff;
}

.all-product-link:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.all-product-link:hover:before {
  top: -30px;
  left: -30px;
}

.all-product-link:active:before {
  background: #213b53;
  transition: background 0s;
}

/* common-css for read-more link css end */

/* header css start */
.logo-img {
  height: 65px;
  object-fit: contain;
  filter: invert(0);
}

.nav-link {
  color: #fff;
}

.twt-navbar.twt-navbar-common {
  background-color: #000;
  height: 25px;
  font-family: "hind";
  text-transform: uppercase;
  letter-spacing: 3px;
}

.twt-navbar.twt-navbar-common {
  background: transparent;
  transition: 0.5s all;
  min-height: 95px;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 1022;
}

.twt-navbar.twt-navbar-common.fixed {
  top: 0;
  box-shadow: 0 1px 15px rgb(30 30 30 / 30%);
  background: var(--black-shade-color);
  padding: 0;
  height: 60px;
}

.twt-navbar.twt-navbar-common .navbar-nav .nav-item .nav-link:hover,
.twt-navbar.twt-navbar-common .navbar-nav .nav-item.active > .nav-link,
.twt-navbar.twt-navbar-common .navbar-nav .nav-item.active > .nav-link:hover {
  color: white;
}

.twt-navbar.twt-navbar-common .navbar-nav .nav-item.active > .nav-link,
.twt-navbar.twt-navbar-common .navbar-nav .nav-item.active:hover > .nav-link {
  background: var(--black-shade-color);
}

.twt-navbar.twt-navbar-common .navbar-nav .nav-item:hover .nav-link {
  background-color: var(--black-shade-color);
}

.twt-navbar.twt-navbar-common.fixed .logo-img {
  filter: invert(1);
}

/* .twt-navbar.twt-navbar-common.fixed .navbar-nav .nav-item .nav-link{color: var(--black-shade-color);} */
.twt-navbar.twt-navbar-common button.navbar-toggler .navbar-dash {
  background: #1f1f1f;
  display: block;
  height: 3px;
  width: 30px;
  margin: 6px;
  pointer-events: none;
}

.twt-navbar.twt-navbar-common.fixed button.navbar-toggler .navbar-dash {
  background: #fff;
}

.twt-navbar.twt-navbar-common .dropdown-menu .dropdown-item:hover {
  background-color: var(--theme-color);
  color: #fff;
}

/* .twt-navbar.twt-navbar-common .navbar-nav .nav-item .nav-link, .twt-navbar.twt-navbar-common.fixed .navbar-nav .nav-item .nav-link {
    color: #eee;padding: 0.75rem 1.5rem;border-bottom: 0;} */
.twt-navbar.twt-navbar-common .dropdown-menu {
  border: 0;
  border-radius: 2px;
  padding: 0;
  background: #fff;
  box-shadow: 0 2px 15px rgb(0 0 0 / 30%);
  margin-top: 0px !important;
}

.twt-navbar.twt-navbar-common .dropdown-menu .dropdown-item {
  transition: 0.5s all;
  color: #444;
  padding: 0.75rem 1rem;
}

@media (min-width: 1024px) {
  .twt-navbar.twt-navbar-common .header-btn {
    gap: 7px;
    flex: 1 1 20%;
    justify-content: center;
  }
}

.twt-navbar.twt-navbar-common .social-link .social-icon {
  transition: 0.4s all;
  color: black;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  border-radius: 50%;
}

.twt-navbar.twt-navbar-common.fixed .social-link .social-icon {
  color: #fff;
  border-color: #fff;
}

@media (max-width: 1024px) {
  .twt-navbar.twt-navbar-common .social-link .social-icon {
    display: none;
  }
}

.twt-navbar.twt-navbar-common .social-link .social-icon:hover {
  background-color: #1877f2;
  color: #fff;
  border-color: #1877f2;
  transition: 0.4s all;
}

.twt-navbar.twt-navbar-common .navbar-brand {
  flex: 1 1 20%;
}

@media (min-width: 992px) {
  .navbar-slide {
    margin-right: auto;
    flex: 1 1 70%;
  }

  .twt-navbar.twt-navbar-common .navbar-brand {
    flex: 1 1 15%;
  }

  .twt-navbar.twt-navbar-common .header-btn {
    flex: 1 1 15%;
  }

  .navbar-nav {
    justify-content: center;
  }

  .navbar-nav .nav-item {
    padding: 23px 0;
  }

  .twt-navbar.twt-navbar-common.fixed .navbar-nav .nav-item .nav-link {
    color: #eee;
    padding: 0.75rem 1.5rem;
    border-bottom: 0;
  }

  .twt-navbar.twt-navbar-common .navbar-nav .nav-item .nav-link {
    color: var(--black-shade-color);
    padding: 0.75rem 1.5rem;
  }

  .twt-navbar.twt-navbar-common .navbar-nav .nav-item.active > .nav-link,
  .twt-navbar.twt-navbar-common .navbar-nav .nav-item:hover .nav-link {
    color: var(--theme-color);
    background-color: transparent;
  }

  .twt-navbar.twt-navbar-common .navbar-nav .nav-item.active > .nav-link,
  .twt-navbar.twt-navbar-common .navbar-nav .nav-item.active:hover > .nav-link {
    background: transparent;
  }

  .twt-navbar.twt-navbar-common .navbar-nav .nav-item .nav-link:hover,
  .twt-navbar.twt-navbar-common .navbar-nav .nav-item.active > .nav-link,
  .twt-navbar.twt-navbar-common .navbar-nav .nav-item.active > .nav-link:hover {
    color: var(--theme-color);
  }

  .navbar-nav .nav-item {
    position: relative;
  }

  .twt-navbar.twt-navbar-common.fixed .navbar-nav .nav-item::before {
    background: #fff;
  }

  .navbar-nav .nav-item::before {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 3px;
    background: #213b53;
    width: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    transition: 0.4s all;
  }

  .navbar-nav .nav-item:hover::before,
  .navbar-nav .nav-item.active::before {
    width: 100%;
  }

  .twt-navbar.twt-navbar-common .navbar-nav .nav-item:hover .nav-link {
    background-color: transparent;
    color: var(--theme-color);
  }

  .twt-navbar.twt-navbar-common.fixed .navbar-nav .nav-item:hover .nav-link {
    background-color: transparent;
    color: #fff;
  }

  .twt-navbar.twt-navbar-common.fixed {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .twt-navbar.twt-navbar-common.fixed .navbar-nav .nav-item.active > .nav-link,
  .twt-navbar.twt-navbar-common.fixed
    .navbar-nav
    .nav-item.active:hover
    > .nav-link {
    color: #fff;
    background-color: transparent;
  }
}

/* header css end */

/* slider-main-section css start */
.slider-main-section {
  position: relative;
  margin: 35px auto 50px auto;
}

.main-home-page-slider-heading {
  position: relative;
  font-family: serif;
}

.main-home-page-slider-heading::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100px;
  background-color: var(--black-shade-color);
  bottom: -5px;
  left: 0;
}

.slider-main-section .slick-prev,
.slider-main-section .slick-next {
  background-color: var(--black-shade-color);
}

.slider-main-section .slick-dots {
  display: none;
}

.slider-main-section .slick-prev,
.slider-main-section .slick-next {
  height: 50px;
  width: 50px;
  background-color: var(--theme-color);
  z-index: 10;
}

.custom-arrow {
  position: absolute;
  right: 30px;
  bottom: -10px;
  opacity: 1;
}

.prev-btn,
.next-btn {
  border: none;
  background-color: #fff;
  height: 50px;
  width: 50px;
  transition: 0.5s all;
  border: 1px solid var(--theme-color);
}

.prev-btn::before {
  content: "\f30a";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  color: var(--theme-color);
}

.next-btn::before {
  content: "\f30b";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  color: var(--theme-color);
}

.prev-btn:hover,
.next-btn:hover,
.prev-btn:focus,
.next-btn:focus {
  background-color: var(--theme-color);
  outline: none;
}

.prev-btn:hover.prev-btn::before,
.next-btn:hover.next-btn::before,
.prev-btn:focus.prev-btn::before,
.next-btn:focus.next-btn::before {
  color: #fff;
}

.slider-main-section .slider-main.slick-current.slick-active .main-title {
  animation: fadeInUp 2s both;
}

.slider-main-section .slider-main.slick-current.slick-active .sub-content {
  animation: fadeInUp 3s both;
}

.slider-main-section .slider-main.slick-current.slick-active .machine-img {
  animation: fadeIn 3s both;
}

.slider-main-section .slider-main.slick-current.slick-active .read-more-btn {
  animation: fadeInUp 3s both;
}

@media (max-width: 991px) {
  .main-title.font-75 {
    font-size: 8vw;
  }

  .slider-main-section .slider-content-box {
    text-align: center;
  }

  .slider-main-section .machine-img {
    margin: auto;
  }

  .slider-main-section .slider-content-box .sub-title::after {
    display: none;
  }
}

/* slider-main-section css end */

/* about-us-section css start */
.about-us-section {
  padding-bottom: 60px;
}

.about-us-section .about-us-img {
  height: 470px;
  width: 437px;
  object-fit: cover;
  position: relative;
}

.about-us-section .exp-card-main {
  height: 320px;
  width: 320px;
  background-color: #fff;
  position: absolute;
  bottom: -30%;
  right: 30px;
}

.about-us-section .exp-card-main .line-img {
  opacity: 0.9;
  height: 100%;
  width: 100%;
}

.about-us-section .exp-card-main .exp-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.about-us-section .exp-card-main .exp-no {
  font-size: 140px;
  font-weight: light;
  line-height: 1;
  color: #213b53;
  font-family: "number";
}

.about-us-section .exp-card-main .exp-sub-title {
  color: var(--theme-color);
  font-family: "abigral";
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 5px;
}

.section-title {
  position: relative;
  font-family: "mhiora";
  font-weight: bold;
}

.section-title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -13px;
  height: 2px;
  width: 100px;
  background: var(--theme-color);
}

.about-us-section .img-main {
  position: absolute;
  opacity: 0.2;
  z-index: -1;
}

.about-us-section .main-img-2,
.about-us-section .main-img-3 {
  position: absolute;
  z-index: -1;
}

.about-us-section .main-img-2 {
  bottom: 0;
  right: 50px;
  opacity: 0.2;
}

.about-us-section .main-img-3 {
  bottom: 150px;
  left: 0;
  opacity: 0.4;
}

.about-us-section .small-img-2,
.about-us-section .small-img-3 {
  animation: pulse 2.8s both;
  animation-iteration-count: infinite;
  height: 200px;
}

.about-us-section .list::marker {
  content: "\f7b1\  ";
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.about-us-section .list {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .about-us-section {
    padding-bottom: 200px;
  }
}

@media (max-width: 991px) {
  .about-us-section .about-us-img {
    height: 350px;
    width: 437px;
  }

  .about-us-section .exp-card-main {
    height: 300px;
    width: 310px;
    right: 40px;
    top: 26px;
  }
}

@media (max-width: 767px) {
  .about-us-section .about-us-img {
    display: none;
  }

  .about-us-section .exp-card-main {
    position: relative;
    margin: 0 auto;
    inset: 0;
  }

  .about-us-section .small-img-1 {
    height: 80px;
  }

  .about-us-section .small-img-2,
  .about-us-section .small-img-3 {
    height: 120px;
  }

  .about-us-section .exp-card-main {
    height: 300px;
    width: 300px;
  }

  .about-us-section .about-us-content .about-us-ul {
    margin-bottom: 0;
  }

  .about-us-section .list {
    margin-right: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .about-us-section .about-us-img {
    height: 410px;
    width: 380px;
  }

  .about-us-section .exp-card-main {
    bottom: 0;
    right: 6px;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .twt-navbar.twt-navbar-common .navbar-nav .nav-item .nav-link {
    color: var(--black-shade-color);
    padding: 0.75rem 0.7rem;
  }

  .twt-navbar.twt-navbar-common.fixed .navbar-nav .nav-item .nav-link {
    padding: 0.75rem 0.7rem;
  }
}

/* about-us-section css end */

/* Product slider section css start */
.product-slider-section .product-main .product-img {
  height: 300px;
}

.product-main .entry-card {
  position: relative;
  border-radius: 0;
  height: 100%;
}

.product-main .entry-card .post-image {
  position: relative;
  overflow: hidden;
  padding: 30px;
}

.product-main .entry-card .post-image img {
  height: 215px;
  width: 100%;
  object-fit: contain;
}

.post-image:after {
  content: "";
  display: block;
  width: 75px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  bottom: 1px;
  right: -1px;
  clip-path: polygon(12px 0, 75px 0, 75px 15px, 0 15px);
}

.product-main .entry-card:hover .post-image .services-image {
  transform: scale(1.1);
  transition: all 0.6s ease-in-out;
}

.product-main .entry-card::after {
  content: "";
  display: block;
  width: 10px;
  background-color: #dedede;
  position: absolute;
  top: 15px;
  bottom: 0;
  right: -10px;
  -webkit-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
  transition: all 350ms ease-in-out 0ms;
}

.product-main .entry-card::before {
  content: "";
  display: block;
  height: 10px;
  background-color: #dedede;
  position: absolute;
  bottom: 0px;
  left: 10px;
  right: -1px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
  transition: all 350ms ease-in-out 0ms;
}

.product-main .entry-card:hover::after {
  background-color: var(--theme-color);
}

.product-main .entry-card:hover::before {
  background-color: var(--theme-color);
}

.product-main .entry-card .entry-title {
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #1a191d;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 14px;
}

.product-main .entry-card .entry-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 65px;
  height: 1px;
  background-color: var(--theme-color);
  z-index: 1;
}

.product-main .entry-card .entry-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dedede;
}

.product-main .entry-card .entry-content {
  color: #666;
  font-size: 20px;
  line-height: 1.6;
}

.product-main .entry-footer .read-btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  color: #1a191d;
  font-weight: 500;
}

.product-main .entry-card:hover .read-btn {
  color: var(--theme-color);
  transition: all 0.4s;
}

.product-main .entry-card .entry-footer {
  padding-bottom: 40px;
}

.product-slider-section .slick-prev,
.product-slider-section .slick-next {
  top: -20px;
  bottom: auto;
  color: rgb(134, 131, 131);
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  background: #fff;
  border: 1px solid var(--theme-color);
  transition: 0.5s all;
}

.product-slider-section .slick-next:before {
  content: "\f30b";
}

.product-slider-section .slick-prev::before {
  content: "\f30a";
}

.product-slider-section .slick-next {
  right: 10px;
}

.product-slider-section .slick-prev {
  left: auto;
  z-index: 1;
  right: 75px;
}

.product-slider-section .slick-prev:before,
.product-slider-section .slick-next:before {
  color: var(--theme-color);
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  position: relative;
  justify-content: center;
  opacity: 1;
  font-weight: 900;
}

@media (min-width: 992px) {
  .product-slider-section .services-image {
    height: 200px;
    width: 100%;
    object-fit: contain;
  }
}

@media (max-width: 576px) {
  .product-slider-section .slick-prev,
  .product-slider-section .slick-next {
    height: 35px;
    width: 35px;
  }
  .product-slider-section .slick-prev {
    right: 54px;
  }
}

/* Product slider section css end */

/* why-choose-us section css start */
.why-choose-us-section {
  padding-top: 50px;
  padding-bottom: 100px;
}

.why-choose-us-section .machine-icon {
  height: 40px;
}

.why-choose-us-section .quality-main .icon-main {
  height: 80px;
  width: 80px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.why-choose-us-section .quality-main .row .icon-main:after {
  position: absolute;
  content: "";
  height: 45px;
  width: 1px;
  background: #dbdbdb;
  top: 90px;
}

.why-choose-us-section .quality-main .row:last-child .icon-main:after {
  display: none;
}

.why-choose-us-section .quality-main .quality-title {
  position: relative;
}

.why-choose-us-section .quality-main .quality-title::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 45px;
  background-color: var(--theme-color);
  top: 32px;
  left: 0;
}

@media (max-width: 575px) {
  .why-choose-us-section {
    padding-top: 20px;
  }
  .read-more-btn {
    display: flex;
    margin: 0 auto;
  }
  .home-page-main-slider .read-more-btn {
    margin: 0;
  }
  .min-width-mobile {
    display: inline-block;
    width: 130px;
  }
  .center-mobile {
    text-align: center;
  }
  .font-55 {
    font-size: 38px;
  }
}

/* why-choose-us section css end */

/* counter-section css start */
.counter-section {
  font-family: "mhiora";
  letter-spacing: 3px;
}

.counter-section .counter-bg-img {
  background-image: url("../images/counter-bg-2.jpg");
  min-height: 350px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-position-x: 60%;
}

.counter-section .counter-bg-img::before {
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.6;
  height: 100%;
  width: 100%;
}

.counter-section .machine-icon {
  width: 60px;
  filter: invert(100%) sepia(0%) saturate(6370%) hue-rotate(93deg)
    brightness(112%) contrast(101%);
}

.counter-section .theme-color {
  color: #fff;
}

.counter-section .section-title::after {
  background-color: #fff;
}

.counter-section .counter-title {
  color: #fff;
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 20px;
}

.counter-section .counter-number {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
}
.counter-section span.d-inline.counter-icon {
  font-size: 30px;
  color: #fff;
  font-family: sans-serif;
}

.counter-section .counter-main-title {
  position: relative;
}

.counter-section .counter-main-title::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 4px;
  background: #fff;
  left: -30px;
}

@media (max-width: 575px) {
  .counter-section .font-40 {
    font-size: 8vw;
  }

  .counter-section .counter-title {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .counter-section .counter-bg-img {
    background-position-x: 52%;
  }
}

/* counter-section css end */

/* testimonial-section css start */
.testimonial-section .testiomial-head .testimonial-main-title {
  color: var(--black-shade-color);
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 30px;
  padding-top: 10px;
  font-family: "alonzo";
  letter-spacing: 4px;
}

.testimonial-section .testimonial-card {
  display: flex;
}

.testimonial-section .testimonial-card .testimonial-body {
  padding: 35px 0 25px 0;
}

.testimonial-section .rating {
  position: relative;
  color: #ffaa01;
  font-size: 14px;
  margin-top: 10px;
}

.testimonial-section .slider-items {
  margin: 50px 10px;
}

.testimonial-section .slider-items .card {
  height: 100%;
  position: relative;
  padding: 10px 35px 40px 35px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
  border: none;
}

.testimonial-section .testimonial-image {
  margin-top: -35px;
  margin-left: auto;
}

.testimonial-section .testimonial-text {
  color: var(--black-shade-color);
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
  padding: 5px 0;
}

.testimonial-section .testimonial-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.testimonial-section .description-text {
  color: #7f7f7f;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  /* position: relative; */
  z-index: 1;
}

.testimonial-section .description-text:before {
  position: absolute;
  content: "\f10e";
  bottom: 10px;
  right: 10%;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 60px;
  opacity: 0.1;
  z-index: 9;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
  top: -92px;
  bottom: auto;
  color: rgb(134, 131, 131);
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  background: #fff;
  border: 1px solid var(--theme-color);
  transition: 0.5s all;
}

.testimonial-slider .slick-prev {
  left: auto;
  z-index: 1;
  right: 75px;
}

.testimonial-slider .slick-next {
  right: 10px;
}

.testimonial-slider .slick-prev:before {
  content: "\f30a";
}

.testimonial-slider .slick-next:before {
  content: "\f30b";
}

.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
  color: var(--theme-color);
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  position: relative;
  justify-content: center;
  opacity: 1;
  font-weight: 900;
}

@media (max-width: 991px) {
  .testimonial-section .testiomial-head .testimonial-main-title {
    font-size: 29px;
  }
}

@media (max-width: 576px) {
  .testimonial-slider .slick-prev,
  .testimonial-slider .slick-next {
    top: 28px;
  }

  .slider.testimonial-slider {
    padding-top: 40px;
  }

  .testimonial-main-title br {
    display: none;
  }

  .testimonial-section .testiomial-head .testimonial-main-title {
    font-size: 25px;
  }
  .testimonial-slider .slick-prev,
  .testimonial-slider .slick-next {
    height: 35px;
    width: 35px;
  }

  .testimonial-slider .slick-prev {
    right: 54px;
  }
}

/* testimonial-section css end */

/* timeline-section css start */
.timeline-section {
  position: relative;
}

.timeline-section .timeline-year {
  height: 70px;
  width: 70px;
  border: 1px solid var(--theme-color);
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
}

.timeline-section .timeline-year::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 450px;
  display: block;
  background-color: var(--theme-color);
  left: 100%;
  top: 50%;
}

.timeline-section .timeline-content-box {
  background-color: #fff;
  border: 1px solid #eee;
  position: relative;
  padding-bottom: 15px !important;
  min-height: 140px;
}
.timeline-section .timeline-content-box p {
  font-size: 0.99rem;
}
.timeline-section .timeline-content-box::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 17px;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 16px solid transparent;
}

.timeline-section .custom-arrow {
  top: 50px;
}

.timeline-section .prev-btn,
.timeline-section .next-btn {
  border: 1px solid var(--theme-color);
}

.timeline-section .timeline-title {
  font-size: 20px;
  display: inline-block;
  color: var(--black-shade-color);
}

.timeline-section .chevron-icon {
  letter-spacing: -3px;
  display: inline-block;
  margin-right: 5px;
  color: var(--black-shade-color);
  transition: 0.5s all;
}

.timeline-section .timeline-journey:hover .timeline-year,
.timeline-section .timeline-journey:hover .chevron-icon,
.timeline-section .timeline-journey:hover .timeline-title {
  color: var(--theme-color);
  transition: 0.5s all;
}

@media (max-width: 400px) {
  .timeline-section .prev-btn,
  .timeline-section .next-btn {
    height: 35px;
    width: 35px;
  }
}

/* timeline-section css end */

/* Contact Us Css Start */
.contact-us-section .contact-media .icon-contact {
  font-size: 28px;
  color: #fe5a0e;
}

.contact-us-section .contact-media {
  margin-bottom: 35px;
}

.contact-us-section .heading-line {
  position: relative;
}

.contact-us-section .heading-line::before {
  content: "";
  width: 100px;
  background: #fe5a0e;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.contact-us-section .custom-form-control {
  height: 55px;
  border-radius: 0;
}

.contact-us-section .btn-subscribe {
  height: 55px;
  background-color: var(--theme-color);
}

.contact-main-detlas .common-card {
  padding: 41px 25px;
}

.contact-main-detlas .contact-card-icon {
  width: 70px;
}

.contact-main-detlas .first-card {
  background-color: #f6f6f6;
}

.contact-main-detlas .second-card {
  background: #fe5a0e;
}

.contact-main-detlas .third-card {
  background-color: #262626;
}

.get-in-touch-section {
  padding: 50px 0;
  background-color: #262626;
}

.get-in-touch-section .icon-contact {
  font-size: 25px;
}

.send-msg-btn {
  width: 160px;
  height: 45px;
  font-size: 18px;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  color: #eee;
  position: relative;
  transition: all 0.5s;
  z-index: 1;
}

.send-msg-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black-shade-color);
  z-index: -1;
  transition: all 0.5s;
}

.contact-us-section .contact-form .invalid-input {
  color: #dc3545;
  font-size: 14px;
  margin-top: 3px;
}

/* Contact Us Css End */

/* product-page css start */
.category-section .sub-category-main {
  position: relative;
}

.category-section .sub-category-slider .sub-category-slider-img,
.category-section .lockstich-slider .sub-category-slider-img {
  height: 200px;
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .category-section .sub-category-slider .sub-category-slider-img,
  .category-section .lockstich-slider .sub-category-slider-img {
    margin: 0 auto;
  }

  .category-section .sub-category-slider .card-body,
  .category-section .lockstich-slider .card-body {
    text-align: center;
  }
}

/* product-page css end */

/* brands-section css start */

.brands-section .product-btn {
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 0;
}

.brands-section .product-btn-alt {
  background-color: #fff;
  color: var(--theme-color);
  border-radius: 0;
}

.brands-section .bg-image {
  position: relative;
}

.brands-section .bg-image::before {
  position: absolute;
  content: "";
  background-image: url("../images/brand-img.jpg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.12;
}

.brands-section .bg-overlay {
  position: relative;
}
.brands-section .bg-image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: rgb(33 59 83 / 20%);
}
.full-part-section {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.theme-bg-second {
  background-color: rgb(20 37 53);
}
.brands-section .dark-section .section-title::after {
  background-color: #fff;
}

.brands-section .dark-section .hover-underline-animation {
  color: #fff;
}

/* .brands-section .dark-section .view-product-link svg {
    filter: invert(1);
} */

.brands-section .dark-section .hover-underline-animation:after {
  background-color: #fff;
}

/* brands-section css end */

/* Footer Css Start */
.transform-call {
  transform: rotate(90deg);
}

.footer {
  position: relative;
  z-index: 1;
  background-color: #202328;
  border-top: 2px solid #213b53;
}

.footer::before {
  content: "";
  background-color: #f3f3f3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.bold-font {
  font-family: "hind";
  letter-spacing: 2px;
}

.icon-footer {
  height: 30px;
  width: 30px;
  display: flex;
  background: var(--theme-color);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}

.footer .logo-img {
  height: 65px;
}

.footer .input-form-custom {
  height: calc(2.5em + 0.75rem + 2px);
}

.footer .custom-news-part {
  background-color: var(--theme-color);
  border-top: 3px solid var(--black-shade-color);
  padding: 25px 40px;
}

.footer .social-links-item {
  width: 39px;
  height: 39px;
  line-height: 39px;
  border: none;
  background-color: rgb(28 31 36 / 90%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}

.footer .gallery-image {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  object-fit: cover;
}

.footer .footer-social-link {
  position: relative;
  color: var(--theme-color);
  padding-bottom: 5px;
  font-family: "hind";
  letter-spacing: 2px;
}

.footer .footer-social-link::before {
  content: "";
  background-color: var(--theme-color);
  width: 2px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 5px;
}

.footer.footer-dark {
  color: #fff;
}

.footer .blog-image-footer {
  width: 80px;
}

.footer .content-text {
  color: #fff;
}

.footer .copyright {
  background-color: var(--theme-color);
}

.footer .icon-box .footer-icon {
  filter: invert(1);
  height: 25px;
  width: 25px;
  max-width: 25px;
}

.footer .custom-news-part .single-contact-widget {
  gap: 15px;
}

/* Footer Css End */

/* nexon-japan css start */
.nexon-japan-main .title-box {
  background-color: var(--black-shade-color);
  border: 2px solid #fff;
  position: relative;
  z-index: 1;
}

.nexon-japan-main .title-box::after {
  position: absolute;
  content: "";
  height: 97%;
  width: 98%;
  border: 2px solid #fff;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate3d(50%, 50%, 50%);
  transform: translateX(-50%);
  transform: translate(-50%, -50%);
}

.nexon-japan-main .title-box .hover-underline-animation {
  color: #fff;
}

.nexon-japan-main .title-box .view-product-link svg {
  filter: invert(1);
}

.nexon-japan-main .title-box .hover-underline-animation:after {
  background-color: #fff;
}

.nexon-japan-main .multy-function-machine {
  padding-top: 120px;
  padding-bottom: 50px;
}

.banner-slider .custom-arrow.custom-lockstich-arrow {
  right: 0 !important;
  bottom: auto !important;
  z-index: 9;
}

.nexon-japan-main .multy-function-machine .custom-arrow {
  left: 0;
  bottom: -30px;
}

.nexon-japan-main .prev-btn,
.nexon-japan-main .next-btn {
  height: 30px;
  width: 30px;
}

.custom-lockstich-arrow .prev-btn,
.custom-lockstich-arrow .next-btn {
  height: 30px;
  width: 30px;
}

.center-arrow {
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .nexon-japan-main .title-box {
    padding: 30px;
  }
  .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .card-body {
    align-items: flex-start;
  }
  .view-product-link {
    text-align: center;
  }
}

@media (min-width: 991px) {
  .banner-slider .custom-arrow.custom-lockstich-arrow {
    margin: 10px 0;
  }
}

@media (max-width: 575px) {
  .custom-lockstich-arrow {
    right: 20px !important;
    bottom: -50px !important;
  }

  .nexon-japan-main .multy-function-machine .custom-arrow {
    left: 20px;
    bottom: -50px;
  }
  .brand-slider-main.left-align-slider .slick-next {
    left: auto !important;
    right: 0 !important;
  }
  .brand-slider-main.left-align-slider .slick-prev {
    right: 35px !important;
    left: auto !important;
  }

  .sub-content-justify {
    text-align: justify;
  }
}

/* nexon-japan css end */

/* product-section css start */
.product-img-slide {
  display: inline-block;
  width: 100%;
}

.product-img-slide .slider-for {
  height: 100%;
  display: flex;
  align-items: center;
}

.product-img-slide .slider-for .items-slider-img {
  border: 1px solid #ddd;
}

.product-img-slide .slider-nav .thumb-slide {
  padding: 4px;
  margin-bottom: 12px;
}

.product-img-slide .slider-nav .thumb-slide:last-child {
  margin-bottom: 0;
}

.product-img-slide .slider-nav .thumb-slide {
  max-width: 165px;
}

.product-img-slide .slider-nav .thumb-slide.slick-current img {
  border: 1px solid #ddd;
}
.thumb-slide img.nav-side-img {
  height: 180px;
  width: 100%;
  object-fit: contain;
}
.product-img-slide .slick-slide img {
  margin: 0 auto;
}
.home-page-main-slider .slick-slide img {
  max-height: 330px;
  object-fit: contain;
}

.product-section .product-content-box .sub-title {
  color: var(--black-shade-color);
  letter-spacing: 1px;
  white-space: pre-line;
}

.product-section .product-content-box .product-name {
  font-size: 1.8rem;
}

.product-section .product-content-box .enquiry-now-btn {
  color: #213b53;
  font-weight: 600;
  outline-offset: -1px;
  outline: 1px solid var(--black-shade-color);
  background: #ffffff;
}

.share-icons li a i {
  transition: all 0.5s ease-in-out;
}

.share-icons li a:hover i {
  color: #fff;
  transform: rotateY(360deg);
}

label.invalid-input {
  color: #dc3545;
  font-size: 90%;
  margin-bottom: 0;
}

a.copyright_link {
  color: #fff;
}

/* product-section css end */

/* Whatsapp Start */

.circle:before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.circle:before,
.circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 11px solid #29a4af1f;
  z-index: -1;
}

.cover-a-tag {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-right {
  right: 14px;
  left: unset;
}

.whatsapp-left {
  left: 14px;
  right: unset;
}

.whatsapp-icon {
  position: fixed;
  bottom: 40px;
  z-index: 1050;
  background-color: #4caf50;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

@keyframes ripple {
  0% {
    opacity: 0.25;
  }

  100% {
    border-radius: 2em;
    opacity: 0;
    transform: scale(3);
  }
}

@media (max-width: 767px) {
  .whatsapp-icon {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}

/* Whatsapp End */
img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

.share-icons {
  list-style: none;
  display: flex;
}

.share-icons li a {
  height: 2rem;
  width: 2rem;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
}

.share-icons li {
  margin-right: 10px;
}

li.whatsapp a {
  background: #48ae5b;
  font-size: 1rem;
}

li.facebook a {
  background: #3b5998;
}

li.twitter a {
  background: #55acee;
}

li.linkedin a {
  background: #0077b5;
}

.share-icons li a {
  color: #fff;
}

.color-grey s {
  color: #777777;
}

.items-box .items-slider-img {
  position: relative;
  display: block;
}

.items-box .items-slider-img img {
  width: 100%;
  padding: 10px 0;
}

h6.product-inner-title {
  color: var(--text-color);
  border-top: 1px dashed var(--primary-color);
  padding: 10px;
}

/* Fancybox */
.product-area-one .items-box {
  box-shadow: 0 0 10px rgb(0 0 0 / 13%);
  padding: 5px;
}

.items-box .items-slider-img:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  z-index: 2;
  opacity: 0;
  transform: scale(0.5);
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease-in-out 0s;
}

.items-box .items-slider-img:after {
  position: absolute;
  content: "\f00e";
  font-size: 30px;
  transform: translateY(15px);
  transition: all 0.5s ease-in-out;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  opacity: 0;
  z-index: 11;
}

.items-box:hover .items-slider-img:before {
  opacity: 1;
  transform: scale(1);
  height: 100%;
}

.items-box:hover .items-slider-img:after {
  transform: translate(-50%, -50%);
  opacity: 1;
}

@media (max-width: 767px) {
  .items-box .items-slider-img img {
    width: 100%;
    padding: 0;
  }
}

.font-small {
  font-size: 0.9rem;
}

.nexon-japan-main-section .exp-card-main {
  height: 180px;
  width: auto;
  background-color: #fff;
  position: absolute;
  box-shadow: 0 0 10px 0 rgb(33 37 41 / 20%);
  bottom: -55px;
  text-align: center;
  right: -30px;
  margin: 0 15px 0 0;
}

.nexon-japan-main-section .exp-card-main img {
  height: 100%;
  padding: 20px;
}
.nexon-japan-main-section .abouts-us-cover,
.about-us-section .abouts-us-cover {
  position: relative;
}
@media (max-width: 991px) {
  .abouts-us-img-main {
    top: 0;
  }

  .slider-main-section .product-inner-slier-box {
    margin-top: 40px;
  }
}

@media (max-width: 1200px) {
  .why-choose-us-section {
    padding-top: 10px;
    padding-bottom: 70px;
  }
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #212529;
}

.dropdown-item.active a,
.dropdown-item:active a {
  color: #fff;
}

.dropdown-item a,
.dropdown-item a {
  color: #000;
}

.category-section .sub-category-main a {
  color: #212529;
}

.custom-control-input:checked ~ .custom-control-label.lable-filter::before,
.custom-control-label.lable-filter::before {
  top: 0.1rem;
  background-color: transparent;
  left: -1.5rem;
  border-color: #000;
  width: 1.5rem;
  height: 1.5rem;
}

.custom-control-label.lable-filter {
  margin-bottom: 0.5rem;
  padding-left: 10px;
  padding-top: 3px;
}

button#triggerId {
  padding: 10px 50px;
}

.custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label.lable-filter::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='25.412' height='19.855' viewBox='0 0 25.412 19.855'%3e%3cpath id='check' d='M22.6,3.8,8,19.4,1.4,11.7,0,12.9l7.9,9.3L24,5.1Z' transform='translate(0.703 -3.095)' fill='%23000000' stroke='%23000000' stroke-width='1'/%3e%3c/svg%3e ");
}

.custom-control-label.lable-filter::after {
  top: -0.1rem;
  left: -1.75rem;
  width: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  height: 2rem;
}

.button-sidebar-show {
  display: none;
}

.product-side-bar-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #212529;
  color: #fff;
}

.color-white {
  color: #fff;
}

.color-white:hover {
  color: #fff;
}

.w-60 {
  width: 60%;
}

.w-40 {
  width: 40%;
}

@media (max-width: 991px) {
  .main-sidebar.sidebar-open .close-btn-sidebar.button-sidebar-show .close-btn {
    display: none;
  }

  .button-sidebar-show {
    display: block;
  }

  .main-sidebar {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    background: #f8f9fa;
    right: 20%;
    transition: 0.5s;
  }

  .main-sidebar.sidebar-open {
    transform: translate3d(-100%, 0px, 0px);
    transition: 0.5s;
  }

  .product-section .product-side-bar-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .main-background-color {
    position: relative;
    transition: 0.5s;
  }

  .main-background-color::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;
    background-color: rgb(12 12 12 / 80%);
    transition: 0.5s;
  }

  .font-40 {
    font-size: 30px;
  }

  .grid.sticky {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    border-top: 1px solid #eaeaec;
    z-index: 10;
    left: 0;
    margin: 0;
  }

  .main-background-color .grid.sticky {
    position: absolute;
    z-index: auto;
  }

  .dropdown.w-50 .btn {
    width: 100%;
  }
}

/* home-slider-section */
.home-slider-section {
  height: 100%;
  padding: 150px 0;
  overflow-x: hidden;
}

.home-slider-section .animation-round {
  position: relative;
}

.home-slider-section .slider-image-main {
  width: 80%;
  height: 400px;
  object-fit: contain;
}

.home-slider-section .main-home-page-slider-heading {
  color: #202020;
  font-size: 70px;
  line-height: 70px;
  position: relative;
}

.home-slider-section .main-home-page-slider-heading::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -26px;
  height: 2px;
  background: #045f8e;
  width: 40%;
  position: absolute;
}

.home-slider-section .main-home-page-slider-heading::before {
  content: "";
  left: 0;
  right: 0;
  bottom: -27px;
  height: 5px;
  background: #e28426;
  width: 20%;
  position: absolute;
  z-index: 1;
}

.home-slider-section .slick-prev,
.home-slider-section .slick-next {
  background: transparent !important;
  z-index: 99 !important;
  color: #000 !important;
  height: 40px;
  width: 40px;
  top: 50%;
  display: block !important;
  border: 2px solid #000 !important;
}

.home-slider-section .slick-prev:before,
.home-slider-section .slick-next:before {
  color: #000 !important;
  font-size: 20px;
  opacity: 1;
}

.home-slider-section .slick-next:before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "\f054";
}

.home-slider-section .slick-prev:before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "\f053";
}

.home-slider-section .slick-prev {
  left: 25px;
}

.home-slider-section .slick-next {
  right: 25px;
}

@keyframes biground {
  0% {
    top: -30px;
  }

  50% {
    top: 0px;
  }

  100% {
    top: -30px;
  }
}

@keyframes smallround {
  0% {
    bottom: -40px;
  }

  50% {
    bottom: 0px;
  }

  100% {
    bottom: -40px;
  }
}

/* Brand page slider */
.brand-slider-main .slick-prev,
.brand-slider-main .slick-next {
  border: none;
  background-color: #fff;
  height: 30px;
  width: 30px;
  transition: 0.5s all;
  border: 1px solid var(--theme-color);
}

.brand-slider-main .slick-prev::before {
  content: "\f30a";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  color: var(--theme-color);
  opacity: 1;
  font-size: 16px;
}

.brand-slider-main .slick-next::before {
  content: "\f30b";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  color: var(--theme-color);
  opacity: 1;
  font-size: 16px;
}

.brand-slider-main .slick-next {
  position: absolute;
  right: 0;
  bottom: -40px;
  transform: translate(0, 0);
  top: auto;
}

.brand-slider-main .slick-prev {
  position: absolute;
  right: 35px;
  left: auto;
  bottom: -40px;
  transform: translate(0, 0);
  top: auto;
}

.brand-slider-main .slick-prev:hover,
.brand-slider-main .slick-next:hover,
.brand-slider-main .slick-prev:focus,
.brand-slider-main .slick-next:focus {
  background-color: var(--theme-color);
  outline: none;
}

.brand-slider-main .slick-prev:hover::before,
.brand-slider-main .slick-next:hover::before,
.brand-slider-main .slick-prev:focus::before,
.brand-slider-main .slick-next:focus::before {
  color: #fff;
}

.brand-slider-main.left-align-slider .slick-prev {
  right: auto;
  left: 0;
}

.brand-slider-main.left-align-slider .slick-next {
  left: 35px;
  right: auto;
}

/* Brand page slider */

/* social icons */
.footer-btm ul.follow-us {
  list-style: none;
  margin-bottom: 0;
}

.footer-btm ul.follow-us li {
  display: inline-block;
}

.footer-btm ul.follow-us a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  border: 2px solid #fff;
}

.footer-btm ul.follow-us a .footer-icon {
  color: var(--secondary-color);
  font-size: 16px;
  line-height: 36px;
  position: relative;
  z-index: 11;
  transition: all 0.5s ease-in-out;
}

.footer-btm ul.follow-us li:hover {
  background: transparent;
}

.footer-btm li.facebook {
  background: #3b5998;
  border-radius: 50%;
}

.footer-btm li.facebook:hover a {
  border: 2px solid #3b5998;
  background: #f3f3f3;
}

.footer-btm li.facebook:hover a i {
  color: #3b5998 !important;
}

.footer-btm li.twitter {
  background: #00aced;
  border-radius: 50%;
}

.footer-btm li.twitter:hover a {
  border: 2px solid #00aced;
  background: #f3f3f3;
}

.footer-btm li.twitter:hover a i {
  color: #00aced !important;
}

.footer-btm li.linkedin {
  background: #007bb6;
  border-radius: 50%;
}

.footer-btm li.linkedin:hover a {
  border: 2px solid #007bb6;
  background: #f3f3f3;
}

.footer-btm li.linkedin:hover a i {
  color: #007bb6 !important;
}

.footer-btm li.instagram {
  background: #f62782;
  border-radius: 50%;
}

.footer-btm li.instagram:hover a {
  border: 2px solid #f62782;
  background: #f3f3f3;
}

.footer-btm li.instagram:hover a i {
  color: #f62782 !important;
}

.footer-btm li.youtube {
  background: #df1c31;
  border-radius: 50%;
}

.footer-btm li.youtube:hover a {
  border: 2px solid #df1c31;
  background: #f3f3f3;
}

.footer-btm li.youtube:hover a i {
  color: #df1c31 !important;
}

@media (max-width: 991px) {
  .home-slider-section .animation-round::before,
  .home-slider-section .animation-round::after {
    display: none;
  }

  .home-slider-section {
    padding: 50px 0;
  }

  .home-slider-section .slick-prev {
    left: 5px;
  }

  .home-slider-section .slick-next {
    right: 5px;
  }

  .nexon-japan-main-section .exp-card-main {
    height: 200px;
    width: 200px;
    inset: 0;
    margin: 25px auto 0 auto;
    position: relative;
    left: auto;
    transform: translateX(0);
  }
  .home-slider-section .main-home-page-slider-heading {
    font-size: 30px;
    line-height: 30px;
  }
  .home-slider-section .banner_text {
    padding: 0 50px;
  }
  .home-slider-section .slider-image-main {
    height: auto;
    margin: 30px 0;
  }
  .copyright-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
  }
}

@media (max-width: 575px) {
  .thumb-slide img.nav-side-img {
    height: 120px;
  }
  .home-slider-section .slick-prev,
  .home-slider-section .slick-next {
    height: 30px;
    width: 30px;
  }
  .nexon-japan-main-section .exp-card-main {
    height: 150px;
    width: 150px;
  }
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background-color: var(--theme-color) !important;
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  color: #fff !important;
}
img.sub-category-slider-img {
  height: 200px;
  width: 100%;
  object-fit: contain;
}
.product-slider .slick-track {
  display: flex !important;
}
.product-main.slick-slide {
  display: flex !important;
  height: auto !important;
}
section.category-section:last-child .sub-category-machine {
  padding-bottom: 50px;
}
.testimonial-slider .slick-track {
  display: flex !important;
}
.testimonial-slider .slider-items.slick-slide {
  height: auto !important;
  display: flex !important;
}
.slider-main-section .custom-arrow {
  right: 25px;
  bottom: -30px;
}
.banner-slider.product-img-sticky {
  position: sticky;
  top: 90px;
}
@media (max-width: 575px) {
  .main-title.font-75 {
    font-size: 11vw;
  }

  .about-us-section {
    padding-bottom: 0;
  }
  .about-us-section .exp-card-main {
    width: 100%;
  }
  .why-choose-us-section p,
  .about-us-content p {
    text-align: justify;
  }
  .why-choose-us-section .quality-main .icon-main {
    height: 60px;
    width: 60px;
  }
  .why-choose-us-section .machine-icon {
    height: 30px;
  }
}

.btn-decoration {
  width: auto;
  align-items: center;
  background-color: #213b53;
  padding: 15px 10px;
  display: inline-flex !important;
  color: #fff;
}

.btn-decoration svg {
  filter: invert(1);
}

.dark-section .btn-decoration {
  width: auto;
  align-items: center;
  background-color: #fff;
  padding: 15px 10px;
  display: inline-flex !important;
  color: #000;
}
.dark-section .btn-decoration .view-product-text.text-white {
  color: #000 !important;
}
.dark-section .btn-decoration svg {
  filter: none;
}
.bg-image a.view-product-link:hover {
  color: #fff;
}
.sub-category-machine .btn-decoration,.multy-function-machine .btn-decoration{
  background-color: #fff;
  color: #1f1f1f;
  width: 76%;
}
.sub-category-machine .btn-decoration svg,.multy-function-machine .btn-decoration svg{
filter: none !important;
}
.font-style{
  font-family: serif !important;
}