@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.evaluate-img {
  object-fit: cover;
  width: 600px;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #d6d6d6;
  margin-top: 20px;
}

.blockquote-area .company-title {
  letter-spacing: 0px;
  text-transform: initial;
  text-align: center;
  font-style: inherit;
  font-size: 36px;
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.mk-blockquote.quote-style {
  position: relative;
  padding: 20px 20px 20px 70px;
  background-color: #f6f6f6;
  background-color: rgba(0, 0, 0, 0.05);
}

.mk-blockquote.quote-style .mk-svg-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  fill: #ddd;
  fill: rgba(0, 0, 0, 0.1);
  height: 32px !important;
  width: 32px !important;
}

.mk-blockquote strong {
  color: #f97352;
}

.product-item img {
  height: 270px;
  width: 270px;
  object-fit: cover;
}

.blockquote-area .blockquote-item .content p {
  word-wrap: break-word !important;
}

.carouselImgItem {
  animation: fadeIn 0.8s ease-in-out;
}

@keyframes blur {
  from {
    filter: blur(10px);
  }

  to {
    filter: blur(0px);
  }
}

/* product-wrapper-css */
.product-wrapper {
  padding-bottom: 30px;
  padding-top: 50px !important;
  background-color: #efefef !important;
  background-color: #efefef !important;
  min-height: 200px;
}

.product-wrapper #fancy-title-13 {
  letter-spacing: 10px;
  text-transform: initial;
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  padding-top: 0px;
  padding-bottom: 20px;
}

.evaluate-container #fancy-title-13 {
  letter-spacing: 10px;
  text-transform: initial;
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  padding-top: 0px;
  padding-bottom: 20px;
}

.product-wrapper .product-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.product-wrapper .product-container .product-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.product-item {
  margin: 0 15px;
  animation: fadeIn 0.5s;
}

.product-item .product-name {
  font-weight: bold;
  color: #2e2e2e;
  margin-top: 15px;
}

.product-item .product-covertImg img {
  object-fit: cover;
}

.product-item .product-price {
  color: #777777;
  font-size: 26px;
}

.product-itme .product-name :hover {
  color: #f97352;
}

#fancy-title-13 span i p {
  background: -webkit-linear-gradient(left, #ff5f37 0%, #e7eb1e 100%);
  background: -moz-linear-gradient(left, #ff5f37 0%, #e7eb1e 100%);
  background: -ms-linear-gradient(left, #ff5f37 0%, #e7eb1e 100%);
  background: -o-linear-gradient(left, #ff5f37 0%, #e7eb1e 100%);
  background: linear-gradient(left, #ff5f37 0%, #e7eb1e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: "Open Sans" !important;
}

.control-icon-content {
  width: 60px;
  height: 60px;
  background-color: #ffffff80;
  border-radius: 50%;
  transition: all 0.28s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.evaluate-background {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.8) blur(2px);
  background-size: cover;
  transition: all 0.5s ease;
  background-position: center;
}

.evaluate-wrapper {
  position: relative;
}

.evaluate-wrapper .evaluate-container {
  position: relative;
  z-index: 2;
  padding-top: 50px !important;
  padding-bottom: 80px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}

.evaluate-wrapper .evaluate-container .evaluate-content {
  color: white;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: initial;
  padding: 0 25px 20px 25px;
  margin-bottom: 20px;
  margin-top: 20px;
  transition: all 0.5s ease;
  text-align: center;
  max-width: 600px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.evaluate-wrapper .evaluate-container .evaluate-user-name {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}

.evaluate-wrapper .evaluate-container .evaluate-user-job {
  font-size: 12px;
  opacity: 0.8;
}

.foot-product-wrapper {
  padding: 60px 0;
  background-color: #f16f4f !important;
}

.foot-product-wrapper .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.foot-product-wrapper .desc {
  color: white;
  font-size: 25px;
  margin-bottom: 15px;
}

.foot-product-wrapper a {
  border: none;
  background-color: #f97453 !important;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  padding: 14px 24px;
  font-size: 12px;
  line-height: 100%;
  box-shadow: 0px 3px 0px 0px #c75c42;
}