	.read-more {
  margin-top: 30px;
}
.read-more {
  background-color: #387947;
  color: white;
  width: 150px;
  line-height: 40px;
  margin: 20px auto;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  font-size: 12px;
}
.read-more a {
  color: #ffffff;
  width: 100%;
  display: block;
}
.read-more:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: black;
}
.btn2:before {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: width 0.4s linear;
}
.btn2:hover:before {
  width: 100%;
}
.btn2:hover a {
  color: white;
}
/*Product Type*/
.product-intro h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 64.29px;
}
.product-intro h4 {
  font-size: 50px;
  font-weight: 200;
  line-height: 64.29px;
}
.product-intro p {
  padding: 30px 0;
}
.product-category .row {
  row-gap: 20px;
}
.product-item {
  overflow: hidden;
  position: relative;
}
.product-item img {
  transition: transform 0.5s ease;
}
/*.product-item:hover img {*/
/*  transform: scale(1.1);*/
/*}*/
.product-item img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.product-item p {
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*z-index: 2;*/
  /*color: #fff;*/
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.product-item:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-color: #000000;
}
.product-type {
  background: #387947;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-type h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 32px;
  color: #fff;
  text-align: center;
}

/*About Us*/
.about-us .read-more {
  margin: 20px 0;
}
.about-us .about-company h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 64.29px;
}
.about-us .about-company h4 {
  font-size: 50px;
  font-weight: 200;
  line-height: 64.29px;
}
#uc-image-background {
  background-image: url(https://themes.webswaala.com/CMS/WW18/wp-content/uploads/2024/02/text-img.jpg);
  background-position: center;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.uc-style-image-background {
  font-size: 100px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 110px;
}
.image-company {
  display: flex;
  justify-content: end;
}
.image-company img {
  width: 60%;
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  border-radius: 8px;
}
.info-company p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}

/**Services**/

.services {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 8.75em;
  margin-bottom: 9.81em;
  padding: 11.8em 0em 3.75em 0em;
  background: #38794738;
}
.services .services-info h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 64.29px;
}
.services .services-info h4 {
  font-size: 50px;
  font-weight: 200;
  line-height: 64.29px;
  text-transform: uppercase;
}
.services .services-info .read-more {
  margin: 20px 0;
}
.services .services-list {
  display: grid;
  grid-template-columns: repeat(3, 33.33333%);
}
.services .services-item {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 40px 50px 40px;
  background: #fff;
  position: relative;
}
.services .services-title {
  padding-bottom: 45px;
  text-align: center;
}
.services .services-title h3 {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.services .services-item img {
  width: 358px;
  height: 252px;
  object-fit: cover;
  object-position: center center;
  transition-duration: 1.8s;
}
.services .services-item:nth-child(2) {
  border-color: #dff2e3;
  border-style: solid;
  border-width: 0 1px;
}
.services .services-icon {
  position: absolute;
  background: #387947;
  padding: 20px 15px 20px 15px;
  top: -45px;
  right: 20px;
  font-size: 50px;
  color: #fff;
}

/*Question*/
.question .question-title h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 64.29px;
}
.question .question-title h3 {
  font-size: 50px;
  font-weight: 200;
  line-height: 64.29px;
  text-transform: uppercase;
}
.accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: none;
  margin-top: 20px;
}
.accordion-button:not(.collapsed),
.accordion-button {
  background: transparent;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 36px;
  color: #121212;
}
.accordion-button {
  padding-left: 0;
  border-bottom: 1px solid #387947;
}
.accordion-button:focus {
  border: none;
  box-shadow: none;
}
.accordion-body {
  padding-left: 0;
}
.question img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
.blog-slide .bp_hot_news_slide_img {
  display: none;
}
.blog-slide .card-body {
  text-align: center;
  background-color: #3879476b;
  padding: 60px 40px 50px 40px;
}
.blog-slide .bp-slide-title {
  display: flex;
  flex-direction: column;
}
.blog-slide .news_title {
  order: 1;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 36px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-slide .bp_lb_comment,
.blog-slide .bp_lb_user {
  display: none;
}
.blog-slide .bp_icon_date {
  display: none;
}
.blog-slide .bp-date-create {
  font-size: 16px;
  font-weight: 400;
}
.blog-slide .card-text p {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-slide .bp_news_more {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
}
.blog-slide .blog-title {
  text-align: center;
}
.blog-slide .blog-title h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 64.29px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.blog-slide .blog-title h3 {
  font-size: 50px;
  font-weight: 200;
  line-height: 64.29px;
  text-transform: uppercase;
}
.blog-slide #carousel_fav {
  margin-top: 50px;
}
.blog-slide .owl-nav,
.blog-slide .owl-dots {
  display: none;
}
.blog-slide .news_title a:hover {
  color: black;
}
@keyframes up-down {
  0% {
    transform: translate(1px, 20px);
  }
  24% {
    transform: translate(1px, 30px);
  }
  50% {
    transform: translate(1px, 12px);
  }
  74% {
    transform: translate(1px, 22px);
  }
  100% {
    transform: translate(1px, 22px);
  }
}
@media screen and (max-width: 992px) {
  .uc-style-image-background {
    font-size: 74px;
  }
  .product-intro {
    text-align: center;
  }
  .product-intro h2,
  .product-intro h4 {
    font-size: 42px;
  }
  .about-company {
    text-align: center;
  }
  .about-us .read-more {
    margin: 20px auto;
  }
  .image-company {
    justify-content: center;
  }
  .services {
    padding: 3em 1em 3em 1em;
    margin-bottom: 0;
  }
  .services .services-list {
    grid-template-columns: repeat(1, auto);
  }
  .services .services-item {
    padding: 100px 40px 100px 40px;
    border-bottom: 1px solid #dff2e3 !important;
  }
  .services .services-icon {
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }
  .services-img {
    text-align: center;
  }
  .services-info {
    text-align: center;
    padding-bottom: 80px;
  }
  .services .services-info h2,
  .services .services-info h4 {
    font-size: 40px;
    margin: 0;
  }
  .services .services-info .read-more {
    margin: 20px auto;
  }
  .question .question-title h2,
  .question .question-title h3,
  .blog-slide .blog-title h2,
  .blog-slide .blog-title h3 {
    font-size: 40px;
  }
  .accordion-button:not(.collapsed),
  .accordion-button {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .product-intro h2,
  .product-intro h4 {
    font-size: 26px;
    line-height: 30px;
  }
  .product-intro p {
    padding-top: 10px;
  }
  .uc-style-image-background {
    font-size: 37px;
    line-height: 47px;
  }
  .about-us .about-company h2,
  .about-us .about-company h4 {
    font-size: 28px;
    line-height: 35px;
  }
  .info-company p {
    text-align: center;
  }
  .services .services-info h2,
  .services .services-info h4 {
    font-size: 28px;
    line-height: 35px;
  }
  .services-info p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 567px) {
  .question .question-title h2,
  .question .question-title h3,
  .blog-slide .blog-title h2,
  .blog-slide .blog-title h3{
    font-size: 28px;
    line-height: 40px;
  }
  .accordion-button:not(.collapsed),
  .accordion-button {
    font-size: 20px;
  }
}

