/* SETUP DEFAULT COLOR */
a,a:hover{
	color: #fe676d;
}
.maincolor-bg {
  background-color: #fe676d;
}
.hero_box {
  background-color: #fe676d;
  padding: 30px !important;
  border-radius: 5px;
  margin: 30px;
}
/*
.products {
    background-color: #fe676d08 !important;
}
*/
.btn-primary, .btn-outline-primary:hover, .btn-outline-primary:active {
  background-color: #fe676d !important;
  border-color: #fe676d !important;
  color: #fff !important;
}

.btn-outline-primary, .btn-primary:hover, .btn-primary:active {
  background-color: #fff !important;
  border-color: #fe676d !important;
  color: #fe676d !important;
}
.ribbon {
  background: #fe676d !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #fe676d !important;
}

.clean-pricing-item {
  border-top: 3px solid #fe676d;
}

.text-info,.maincolor {
  color: #fe676d !important;
}

form {
  border-color: #fe676d !important;
}

footer a:hover {
  color: #fe676d;
  text-decoration: none;
}

html, body {
  background-color: #f6f6f6;
}