div#message {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 6px;
    line-height: 35px;
    color: green;
}
.contact_us {
    background: #F6F6F6;
    padding: 100px 0;
    margin-top: 75px;
}
.contact_us .contct {
    background: #fff;
    padding: 30px;
}
.contact_us .form-control {
    height: 60px;
    font-size: 16px;
	border-radius: 0;
}
.contact_us .form-control.message {
    height: auto;
}
.contact_us .contct h5 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 6px;
    line-height: 35px;
}
.contact_us .contct p {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ECECEC;
}
.contact_us::placeholder {
	color: #C9C9C9 !important;
}
.contact_us .our_button {
    color: #fff;
    background-color: #991c22;
    border-color: #991c22;
    width: 100%;
    padding: 13px;
    font-size: 18px;
    line-height: 21px;
	border-radius:0;	
}
form .form-group small {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
}
.allpost td a {
    background: #991c22;
    padding: 10px 24px;
    color: #fff;
    display: block;
    text-align: center;
}

.inner-pages-content {
    padding: 0 0 50px 0;
}
section.inner-pages {
    background: #F6F6F6;
	padding-top: 100px;
	padding-bottom: 100px;
}
.inner-pages-title{
	background: #fff;
	padding: 30px;
}
.inner-pages-content{
	background: #fff;
	padding: 30px;
}
section.inner-pages h1 {
    font-weight: 900;
}
section.inner-pages h2 {
    font-weight: 900;
	font-size: 25px;
}



.icn_tit{
	display:flex;
	align-items:start;
	margin-bottom: 25px;
    margin-top: 90px;
}
.icn_tit img{
	margin-right:15px;
}
.cont_hp h4{
	margin-bottom:15px;	
}
.cont_hp p{
	margin-bottom:0;
}
.il_li ul {
	list-style: none;
	padding: 0;
	margin-top: 15px;
}
.il_li li {
	padding-left: 1.3em;
	margin-bottom: 10px;
}
.il_li li:before {
  content: "\f058"; 
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; 
  width: 1.3em; 
  color:#991C22;
}
.il_li {
	margin-top:20px;
}