.color_1{
	color: #646464;
}

.color_2{
	color: #000000;
}

.color_3{
	color: #959595;
}

.color_4{
	color: #d73333; 
}

.color_5{
	color: #707070; 
}

.text-upper{
	text-transform: uppercase;
}

.title{
    font-family: 'Prompt-SemiBold';
    position: relative;
}

.title-1 h3{
	font-size: 36px;
}

.title-2 h4{
	font-size: 28px;
}

.title-3 h4{
	font-size: 18px;
}
.title-3 h5{
	font-size: 20px;
}
.title-4 h4{
	font-size: 28px;
}
.title-5 h3{
	font-size: 26px;
}
.title-5 h4{
	font-size: 24px;
}

.title-bg{
	 padding: 1px 30px;
}

.title-border .border-w{
	width: 5px;
	height: 40px;
	background-color: #d73333;
/*	 position: absolute;
    top: 1px;*/
}

.title li{ vertical-align: middle; }

.title-border .list-inline li{
	display: table-cell;
}

.title-s1 h3{
	font-size: 22px;
	    padding: 5px 0 0px 0;
	    margin-top: 0;
}

.title-s1.small h3{ font-size: 18px; }

.title-s1 .hr-title{
	width: 100%;
	height: 1px;
	background-color: #000;
}



.title-border.border-1 .border-w{
    width: 3px;
    height: 35px;
}

.border-1.title-5 h4 {
    font-size: 18px;
}

.status-success .border-w {
    background-color: #00467b;
}


.status-success  h4 {
    color: #00467b;
}

.status-unsuccess  h4 {
    color: #d73333;
}

.status-unsuccess .border-w {
    background-color: #d73333;
}