/* Start custom CSS for html, class: .elementor-element-9915f98 */img {
  max-width: 100%;
}

a {
  color: #a05500;
  text-decoration: none;
}

a:hover {
  color: #5c88e9;
  text-decoration: none;
}

/* Link styles inside .feature-box-faq */
.feature-box-faq a {
  color: #a05500;
  text-decoration: none;
}

.feature-box-faq a:hover {
  color: #a05500;
  background-color: transparent;
  text-decoration: underline;
}

.text-primary {
  color: #a05500;
}

.text-dark {
  color: #a05500;
}

/* Button styles */
.colored-btn {
  padding: 8px 20px;
  border: 2px solid #a05500;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: ease all 0.3s;
  display: inline-block;
  background: #a05500;
  box-shadow: 6px 6px 0 -1px #373737;
}

.colored-btn:hover {
  color: #fff;
  background: #373737;
  border-color: #373737;
  box-shadow: 5px 5px 0 -2px #a05500;
}

/* Section and background styles */
.bg-gray {
  background-color: #d3d3d3;
}

.bg-dark {
  background-color: #373737;
}

.bg-1 {
  background-color: #ff8935;
}

.bg-2 {
  background-color: #f56a06;
}

.bg-3 {
  background-color: #ef5814;
}

.bg-4 {
  background-color: #d45011;
}

.bg-5 {
  background-color: #a43c09;
}

main {
  position: relative;
  z-index: 1;
}

#heading {
  width: 100%;
  margin: 0;
  padding: 0;
}

.header-section {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 100px;
}

.header-section .container {
  position: relative;
  z-index: 1;
}

.header-section .header-intro h2 {
  font-weight: 600;
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 20px;
}

.header-section .header-intro h1 {
  font-size: 70px;
  font-weight: 600;
  color: #000;
  margin: 0 0 35px;
  line-height: 1;
}

.header-section .header-intro p {
  font-size: 20px;
  color: #000;
}

.header-image img {
  height: 650px;
  width: 525px;
  border: 1px solid #000;
  position: relative;
  z-index: -2;
}

#about img {
  height: 550px;
  width: 650px;
  z-index: -2;
}

/* Sections */
.section {
  padding: 20px 0;
  position: relative;
}

.section-heading {
  padding-bottom: 60px;
  text-align: center;
}

#materials-heading {
  font-size: 80px;
  margin: 0;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}

.about-text b {
  text-transform: uppercase;
}

.about-text p {
  font-size: 24px;
}

.feature-box {
  padding: 40px;
  border: 2px solid #373737;
  box-shadow: 0 0 0 0 #373737;
  display: flex;
  transition: 0.3s;
}

.feature-box:hover {
  box-shadow: 5px 5px 0 0 #373737;
}

.feature-box .icon {
  width: 70px;
  height: 70px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #373737;
  background-color: #fff;
  color: #373737;
  font-size: 32px;
}

.feature-box .content {
  max-width: calc(100% - 70px);
  padding-left: 20px;
}

.feature-box h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-box p {
  margin: 0;
  color: #fff;
  font-size: 17px;
}

.feature-box-faq {
  padding: 40px;
  border: 2px solid #373737;
  box-shadow: 0 0 0 0 #373737;
  display: flex;
  transition: 0.3s;
}

.feature-box-faq h5 {
  padding-bottom: 20px;
  font-weight: bold;
}

.feature-box-faq p {
  padding-bottom: 20px;
  font-style: italic;
}

.section-heading-faq {
  padding-bottom: 20px;
  text-align: center;
}

.section-heading-faq h2 {
  font-size: 50px;
  margin: 0;
  color: #373737;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}/* End custom CSS */