	
.swiper-slide {
  overflow: hidden;
  position: relative;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  transform-origin: center center;
  animation: zoomEffect 10s ease-in-out infinite alternate;
}
.swiper-slide:after {
  content: "";
  background-color: #000000;
  opacity: 0.56;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}
.text_slide_left {
  bottom: unset;
  z-index: 2;
}
.bp_slide_title_note {
  width: 50%;
  color: #ffffff;
}
.slogan-banner h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
  padding-bottom: 10px;
  width: fit-content;
}
.slogan-banner h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #00533b;
}
.slogan-banner h2 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2em;
  text-transform: capitalize;
  margin: 20px 0;
  font-family: Tahoma;
}
.slogan-banner h2 span {
  color: #7fc6a4;
}
.slogan-banner p {
  font-size: 16px;
  font-weight: 400;
  color: #e9e9e9;
  line-height: 1.5em;
  margin-right: 80px;
}
.populated-item {
  display: flex;
  align-items: center;
}
.populated-item i {
  font-size: 35px;
  color: #00533b;
  margin-right: 15px;
}
.populated-list {
  display: flex;
  gap: 30px;
}
.populated-info h2 {
  margin-bottom: 10px;
  color: #0b2b43;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
}
.populated-info p,
.populated-info a {
  color: #758994;
  font-size: 14px;
  font-weight: 400;
}
.jkit-icon-box-wrapper {
  padding: 45px 40px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #0b2b43;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.populated-right {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  padding: 0% 0% 0% 8%;
  color: #ffffff;
}
.populated-project {
  background: #00533b;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 48px 40px 48px 40px;
}
.populated-right h2 {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2em;
}
.icon-box-description {
  color: #99a9b2;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
.icon-box-link {
  color: #7fc6a4;
  font-size: 14px;
  font-weight: 600;
}
.icon-box-link i {
  margin-left: 10px;
  font-size: 12px;
}
.jkit-icon-box-wrapper .hover-watermark {
  position: absolute;
  bottom: -50px;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.jkit-icon-box-wrapper:hover .hover-watermark {
  bottom: 0;
  opacity: 100;
}
.hover-watermark i {
  color: #ffffff1f;
  font-size: 80px;
}
.populated-project span {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.5em;
}
.populated-project h3 {
  font-size: 16px;
  font-weight: 400;
}
.populated {
  margin-top: -110px;
  margin-bottom: 0px;
  position: relative;
  z-index: 3;
}
.about-us {
  padding: 100px 0;
}
.about-image {
  position: relative;
}
.about__image-main {
  max-width: 600px;
}
.about__image-sub {
  max-width: 290px;
  position: absolute;
  /*left: 35%;*/
  right: 0;
  top: 22%;
}
.about__image-sub img {
 width: 100%;
    transition-duration: 1s;
    border-style: solid;
    border-width: 4px;
    border-color: #0b2b43;
}
.about-info h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  color: #0b2b43;
  position: relative;
  padding-bottom: 10px;
  width: fit-content;
}
.about-info h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #00533b;
}
.about-info h2 {
  color: #00334e;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2em;
  margin: 20px 0;
}
.about-info p {
  margin-right: 80px;
  color: #758994;
  margin-bottom: 20px;
}
.about-center-content {
  display: flex;
}
.about-award {
  background: #0b2b43;
  padding: 20px 20px 25px 20px;
  text-align: center;
  width: 35%;
}
.about-award i {
  font-size: 55px;
  color: #7fc6a4;
}
.about-award p:nth-child(2) {
  font-size: 52px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.about-award p:nth-child(2) span {
  color: #7fc6a4;
  font-size: 22px;
  font-weight: 600;
}
.about-award p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
}
.about-focus i {
  color: #00533b;
}
.about-focus li {
    margin-bottom: 10px;
}
.about-focus ul li span:first-child {
  padding-right: 10px;
}
.about-focus ul li span:last-child {
  font-size: 16px;
  color: #758994;
  font-weight: 400;
}
.about-info a {
  fill: #fff;
  color: #fff;
  background-color: #00533b;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #00533b;
  border-radius: 0px 0px 0px 0px;
  padding: 18px 32px 18px 32px;
  font-size: 14px;
  font-weight: 600;
  display: block;
  width: fit-content;
  margin-top: 40px;
}
.contact-us {
  background-image: url(https://templatekit.jegtheme.com/textilery/wp-content/uploads/sites/122/2021/07/sewing-machines-nobody-cloth-industry-e1627088494591.jpg);
  background-position: 0% 35%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0;
  position: relative;
  z-index: 1;
}
.contact-us::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.57;
}
.sp-color2 {
  font-size: 34px;
  font-weight: 600;
  color: #ffffff;
}
.section-title h2 {
  margin-top: 20px;
  font-size: 16px;
  color: #ffffff;
  padding: 0% 28% 0% 0%;
  line-height: 1.5em;
}
.btn-bg-two {
  fill: #fff;
  color: #fff;
  background-color: #00533b;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #00533b;
  border-radius: 0px 0px 0px 0px;
  padding: 20px 40px 20px 40px;
  display: inline-block;
  margin-top: 20px;
}

.blog-title h2 {
        font-size: 34px;
    font-weight: 600;
    line-height: 1.2em;
    color: #0b2b43;
    position: relative;
    padding-bottom: 10px;
    width: fit-content;
    margin: 40px auto;
}
.blog-title h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #00533b;
}
.blog .news_title {
    margin-top: 10px;
}
.blog .news_title a {
    color: #0B2B43;
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog .bp_news_sub p {
    margin-top: 10px;
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #758994;
}
.blog .bp-news-button-action {
    
    margin-top: 24px;
}
.blog .bp_news_more {
    color: #00533b;
    font-size: 14px;
}
.blog .bp_news_more i {
    margin-left: 10px;
    font-size: 15px;
}
.section-product {
    text-align: center;
  
    margin-bottom: 20px;
}
.section-product h2 {
      max-width: 50%;
    margin: auto !important;
}
.section-product h2 {
        color: #00334e;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 20px 0;
}
.section-product p {
          max-width: 55%;
    margin: auto ;
    
    margin-top: 10px;
}
.card-text {
    display: none;
}
.bp_lbl_product_more  {
    display: none;
}
.section-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
}
.section-top h2 {
    color: #00334e;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 20px 0;
    position: relative;
    padding-bottom: 10px;
}
.section-top h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 4px;
    background: #00334e;
}
.view-all {
    color: gray;
    font-size: 15px;
}
.owl-dots {
  display: none;
}
#carousel_fav {
  position: relative;
  overflow: hidden;
}
.owl-nav {
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: all 1s ease;
}
.owl-nav button {
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  border: 1px solid !important;
}

#carousel_fav:hover .owl-nav {
  top: 40%;
  transform: translateY(-50%);
  opacity: 1;
}
.card.shadow {
  border: none;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  background: white;
  overflow: hidden;
}

.card.shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.bp-one-image {
  position: relative;
  background: linear-gradient(145deg, #ffffff, #f3f3f3);
}

.bp-one-image::before,
.bp-one-image::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(40, 167, 69, 0.1);
}

.bp-one-image::before {
  top: 20px;
  left: 20px;
  border-right: none;
  border-bottom: none;
}

.bp-one-image::after {
  bottom: 20px;
  right: 20px;
  border-left: none;
  border-top: none;
}

.bp-one-image img {
  max-width: 100%;
  height: 200px !important;
  object-fit: cover;
  transition: transform 0.5s ease;
  filter: drop-shadow(0 10px 15px rgba(0,0,0,0.1));
}

.product_title {
  text-align: center;
  margin: 0;
  padding: 20px;
  background: white;
}

.product_title a {
  color: #2c3e50;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
}

.product_title a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #28a745;
  transition: width 0.3s ease;
}

.card.shadow:hover .product_title a::after {
  width: 100%;
}

.bp_product_more_item {
  display: none;
}

.card-text {
  padding: 0 20px 20px;
  color: #666;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .section-title {
    width: 47.264%;
  }
}
@media screen and (max-width:992px) {
    .section-product h2, .section-product p {
        max-width: 95%;
    }
   
    .bp_slide_title_note {
        width: 100%;
        padding-right: 10px;
    }
    .text_slide_left {
        top: 10%;
    }
    .populated-right {
        padding: 0;
        grid-template-columns: repeat(1, auto);
    }
    .populated .row .col-lg-6:first-child {
        order: 1;
    }
    .populated-list {
        margin-top: 20px;
        flex-direction: column;
    }
    .about-info {
        margin-top: 20px;
    }
    .services .bp_block_item {
        margin-bottom: 20px;
    }
    
}
@media screen and (max-width:768px) {
    .about-center-content {
        flex-direction: column;
        row-gap: 20px;
    }
    .about-focus ul {
        padding: 0;
    }
    .about-info p {
        margin: 0;
    }
    .about-award {
        width: 100%;
        margin: 20px 0;
    }
    .slogan-banner h2 {
        font-size: 32px;
    }
    .slogan-banner p {
        font-size: 14px;
    }
    .about-info {
        margin-top: 200px;
    }
}
@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

