*, ::after, ::before {
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
    font-display: auto;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #222;
    background: #ffffff;
    overflow-x: hidden;
    
    -webkit-font-smoothing: antialiased;
}
.top-logo{
	padding-top: 40px;
}
.banner{
	padding-top: 25px;
}

.banner .wrap{
	background: url(../img/banner.jpg) no-repeat;
    padding: 24px 40px;
    box-shadow: 0 6px 30px 0 rgba(0,0,0,.12);
    color: rgba(255,255,255,.9);
}

.banner-title{
	padding: 70px 0 90px 0;
}



abbr, acronym, address, applet, article, aside, audio, b, big, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, ruby, s, samp, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
   /* font: inherit;*/
    vertical-align: top;
}

#wrap{
	margin-top: 30px;
}

.icon {
    display: inline-block;
    text-align: center;
    font-size: 43px;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
}

.lead a{
	font-size: 17px;
}
/*******************************************/


.breif{
	text-align: left;
	padding-top: 10px;
}

.breif h2{
	padding-bottom: 30px;
}

.breif p{
	padding-bottom: 15px;
}
.breif p:nth-child(6){
	padding-bottom: 0px;
}

.breif ul{
	padding-top: 20px;
	padding-left: 15px;
}

.breif ul li{
	padding-bottom: 15px;
}


.line{
	width: 1px;
	height:510px;
	background: #CED4DA;
	margin-left: 15px;
}

.form #sendmessage {
  color: #08519C;
  /*border: 1px solid #08519C;*/
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 127px;
  margin-top: 120px;
}

.form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}


.form #sendmessage.show,
.form #errormessage.show,
.form .show {
  display: block;
}

.form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

.form textarea {
    height: 65px;
}
#formwrap{
	padding-bottom: 0px;
}
#C_detail{
	/*padding-top: 20px;*/
}

#footerwrap{
	padding-top: 20px;
}


.form-control{
    height: 45px;
}
.form-control:hover, .form-control:focus{
    border-color: #08519C;
}

.hm-footer-copyright{
	background-color: #313333;
	font-size: 14px;
}
.hm-footer-copyright p{
	color: #ffffff;
	font-size: inherit;
	padding: 10px 0;
}
.hm-footer-copyright span{
	display: block;
	color: #ffffff;
}
.hm-footer-copyright span:nth-child(1){
	padding-top: 20px;
}
.hm-footer-copyright span:nth-child(3){
	padding-bottom: 20px;
}

@media (max-width: 768px) {
	.line{
	height: 1px;
	width: 95%;
	background: #CED4DA;
	}
	.form #sendmessage {
	  color: #08519C;
	  /*border: 1px solid #08519C;*/
	  display: none;
	  text-align: center;
	  padding: 15px;
	  font-weight: 600;
	  margin-bottom: 20px;
	  margin-top: 0px;
	}

}

@-webkit-keyframes brk-pulse{0%{transform:scale(1)}50%{transform:scale(2)}to{transform:scale(1);opacity:0}}@keyframes brk-pulse{0%{transform:scale(1)}50%{transform:scale(2)}to{transform:scale(1);opacity:0}}@-webkit-keyframes brk-pulse-paused{0%,to{transform:scale(1)}20%{transform:scale(1.2)}60%{transform:scale(.9);opacity:0}}@keyframes brk-pulse-paused{0%,to{transform:scale(1)}20%{transform:scale(1.2)}60%{transform:scale(.9);opacity:0}}

