.hero-slider-style-2 { height:680px; }
.hero-slider-style-2 .slide {height:680px;}
.smp-page .header-style-2 .navigation-holder {
  margin-right: 0;
}

.fun-fact {
  padding: 55px 0 55px;
}

.smp-page .theme-btn {
  color: #fff;
}

.site-footer .widget .footer-logo {
  margin-bottom: 1em;
}

.section-title-s7.text-left {
  text-align: left;
}

.section-title-s7.text-left p {
  padding: 0px;
}

.section-title-s7 .mb-20 {
  margin-bottom: 20px;
}
.section-title-s7 .mb-10 {
  margin-bottom: 10px;
}

.industry-flex-custom {
  display: flex;
  flex-direction: row;
  gap: 24px;
  text-align: center;
}

.industry-flex-custom .single-industry {
  width: calc(100% / 7 - 12px);
}

.industry-flex-custom .img-holder {
  width: 100px;
  height: 100px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

.industry-flex-custom .img-holder img {
  max-width: 80%;
  max-height: 80%;
}

.industry-flex-custom .details h3 {
  font-size: 18px;
  line-height: 28px;
}

.contact-form-s1 form > div.full-width {
  width: 100%;
  float: left;
  padding: 0 12px;
  margin-top: 12px;
}

.contact-form-s1 form > div.full-width textarea {
  height: 80px;
}

.site-logo img {
  max-width: 70px;
}
.footer-logo img {
  max-width: 70px;
}

.link-white {
  color: #fff;
}
.link-white:hover {
  color: #eb5e2d;
}

.contact-form select {
  height: 45px;
  border: 2px solid #d1d7e0;
  border-radius: 10px;
}

.location-map iframe { width:100%; height:100%; }

.services-grids.services-grid-view {margin-top: 50px;}