:root {
  --font-family: "Montserrat";
  --font-size: 16px;
  --font-weight: 400;
  --font-style: normal;
  --line-height: 1.5;
  --heading-font-family: "Montserrat";
  --heading-font-weight: 700;
  --heading-line-height: 1.3;
  --additional-font-family: "Playfair Display";
  --accent-color: #ff4800;
  --background-color: #ffffff;
  --text-primary: #151515;
  --link-color: #ff4800;
  --border-color: #474747;
  --placeholder-color: #6F6F76;
  --muted-color: #BFBFBF;
  --error-color: #E02D00;
  --menu-background-color: #ff4800; /*main theme color*/
  --menu-text-primary: #ffffff;
}

h1.h-heading, h2.h-heading, h3.h-heading, h4.h-heading, h5.h-heading, h6.h-heading {
  font-family: var(--heading-font-family), sans-serif;
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  padding: 0;
  margin: 0 0 2rem 0;
}

p {
  margin: 0 0 2rem 0;
}

ul.list-bullet-line li {
  position: relative;
  padding: 15px 0 15px 50px;
}

ul.list-bullet-line li:before {
  display: inline-block;
  content: " ";
  position: absolute;
  left: 0;
  top: 24px;
  height: 0;
  width: 30px;
  border-bottom: 2px solid #ff4800;
}

/*# sourceMappingURL=skill-box.com.css.map */
