.logo-box img{
	width: 50%;
}
.header-style-three .social-top li a i{
	padding: 5px 15px;
  color: #007fda;
  border: 1px solid #007fda;
}
.in-block li a i.fa{
	color: #007fda;
	font-size: 16px;
}
.footer-logo img{
	width: 50%;
}
.section-title{
	position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #da251c;
    display: block;
    text-align: left;
    padding: 10px;
    border: 1px solid #da251c;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.section-title i{
	color: #999;
}
.question-title{
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #da251c;
    display: block;
    text-align: left;
    padding: 10px;
    border: 1px dashed #da251c;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.question{
    margin-bottom: 20px;
}
.error{
    margin-top: 15px;
}
.alert p, .error p{
    color: red;
    font-size: 18px;
}
.title--post{
    color: black;
    font-size: 24px;
    line-height: 1.5;
    text-transform: capitalize;
}
.content--post p{
    font-size: 18px;
    margin-bottom: 20px;
	color: #000;
}
.content--post a{
    color: red;
    font-size: 18px;
}
.blog__detail_marginbottom15{
	margin-bottom: 15px;
}
.content--post h2, .content--post h4, .content--post h5, .content--post h6{
	font-weight: bold;
	line-height: 20px;
	font-size: 20px;
    margin-top: 10px;
}
 .content--post h3{
	font-weight: bold;
	line-height: 20px;
	font-size: 18px;
    margin-top: 10px;
 }
.tag__post{
    margin-top:15px;
	min-height: 20px;
}
.tag__post ul li{
    float:left;
    border: 1px solid #007fda;
    margin-right: 10px;
    padding:5px;
	margin-bottom: 10px;
}
.tag__post ul li a{
    color: #007fda;
    font-size: 16px;
    display: inline-block;
}
.tag__post ul li:hover{
    border: 1px solid #da251c;
}
.tag__post ul li a:hover{
    color: #da251c;
}
.blog-content-one .title h4{
	height: 6rem;
	overflow: hidden;
}
.content-box .text{
	min-height: 78px;
}
#message{
    height: 150px;
}
.title i.fa-question{
    font-size: 1.6rem;
    padding: 0 1rem;
    border: 1px solid #da251c;
    border-radius: 5px;
}