a{
	text-decoration: none;
}
*{
	margin: 0px;
	padding: 0px;
}
li{
	list-style: none;
}
.primary-color{
   color: #e7000e !important;
 }
.opacity-background{
    background:rgba(234,85,20,0.5);
}
.border-color{
	border-color: #e7000e !important;

}
.border-color-hover:hover{
  border-color: #e7000e !important;
}
.primary-background-color-hover:hover{
    background:#e7000e !important;
}
.border-color-left{
  border-left-color: #e7000e !important;
}
.border-color-top{
  border-top-color: #e7000e !important;
}
.border-color-bottom{
  border-bottom-color: #e7000e !important;
}
.primary-background-color{
	background:#e7000e  !important;
}
.border-color-hover:hover{
  border-color: #e7000e !important;
}
.primary-color-hover:hover{
	color: #e7000e !important;
}
.primary-left-border{
  position: relative;
}
.primary-left-border::before{
  content: '';
  display: block;
  width: 2px;
  height: 29px;
  background:#e7000e;
  position: absolute;
  top: 9px;
  left: 0px;
}


