@charset "utf-8";
.header-area {
    padding: 20px 0;
}
.header-logo img {
  max-width: 360px;
  width: 100%;
}
a.cb {
  position: relative;
  top: -4px;
}
a.cb img {
  max-width: 95px;
}
.hero-style-one {
  overflow: hidden;
}
.hero-style-one:after {
  content: "";
  z-index: 1;
  top: auto;
  background: linear-gradient(to top, rgb(255 255 255 / 65%) 0%, rgb(255 255 255 / 0%) 100%);
  width: 50%;
  position: absolute;
  filter: blur(1px);
  height: 200px;
  bottom: 0;
  right: 0;
}
.banner-icon {
  max-width: 65px;
  line-height: 0;
  top: -11px;
  position: relative;
  left: -10px;
}
.funfact {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin-top: 100px;
  margin-bottom: 0px;
}
.funfact-item:first-child {
  border-left: 0px solid #e3e3e3;
}
.funfact-item:last-child {
  border-right: 0px;
}
.about {
  overflow: hidden;
  max-height: 570px;
}
.xb-portfolio-item .xb-item--cat li {
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.award {
  background: #f9f9f9;
  padding-top: 120px;
  padding-bottom: 120px;
}
.product-mono img {
  max-width: 80px;
}
.circle-star img {
  width: 68px;
}
.hero-title strong {
  background: #ffc5008f;
  padding: 0px 15px;
  font-weight: 300;
}
.xb-item--img {
  outline: 1px solid #e5e5e5;
  padding: 0;
  outline-offset: -8px;
}
.hr-shape {
  width: 100%;
  max-width: 45%;
  opacity: 0.55;
}
.xb-hero_image img {
  width: 100%;
}
.header-style-three .thm-btn {
    color: #fff;
	border: 1px solid #fff;
}
.header-style-three .thm-btn--border:hover i {
    color: var(--color-primary);
}

.header-style-three .xb-header-fixed .thm-btn{
	color: #111;
	border: 1px solid #111;
}
.xb-icon img {
    width: 20px;
}
.contact-inner {
    background: #f9f9f9;
    padding: 40px;
}

.breadcrumb__shape img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 1023px) {
.contact-content {
        margin-top: 50px;
    }
}
