body {
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	text-align: justify;
}
ol, ul {
	margin-top: 0;
	margin-bottom: 0px;
}

.info-section{    background: rgba(0, 0, 0, 0) linear-gradient(135deg, #005f92 30%, #42a8f4 100%) repeat scroll 0 0;
     margin-top: -20px;}
.seperator{   background: #fff none repeat scroll 0 0;
    height: 20px;}

.contact-info{list-style-type:none;}
.contact-info li{display:inline-block; color:#fff;padding:20px;font-size:18px;font-weight:bold;padding-top:20px;}
.contact-info a{color:#fff;}
	
	
	.about-ws h2 {
    color: #000;
    font-family: raleway;
    font-size: 40px;
    font-weight: bold;
}

.about-ws p {
    font-family: raleway;
    font-size: 16px;
}
.ws-form {
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, #005f92 30%, #42a8f4 100%) repeat scroll 0 0;
    margin-top: 23px;
    padding: 19px;
}


.bg-tri > img {
    margin-left: 15px;
    width: 371px;
}


.title_form {
    background: orange none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
   
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 23px;
    padding: 14px;
    text-align: center;
}

.submit{color:#000;font-weight:bold;font-size:16px;background:#FFA500;padding-left:20px;padding-right:20px;text-align:center;}
footer{background:rgba(0, 0, 0, 0) linear-gradient(135deg, #005f92 30%, #42a8f4 100%) repeat scroll 0 0;padding:10px;margin-top:30px;}


.form-control {
    background: #57afd6 none repeat scroll 0 0!important;
    border: medium none!important;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #fff !important;
    display: block;
    font-size: 14px;
    height: 39px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-control::-moz-placeholder{color:#fff;font-size:16px;}

.about-ws{
 background: rgba(0, 0, 0, 0) url("../images/body-bg.png") no-repeat scroll 100% center / cover ;
    height: 612px;}

.group_1 li {
    list-style-type: initial;
}
.kbm-1.common h3{font-weight:bold;}

::-webkit-input-placeholder	{ color:#fff!important; }
		input:-moz-placeholder { color:#fff!important; }
		
		input:-ms-placeholder { color:#fff!important; }
		::-ms-input-placeholder	{ color:#fff!important; }
		:-ms-input-placeholder	{ color:#fff!important; }
		
		/* individual */
		#fname::-webkit-input-placeholder { color:#fff!important; }
		#lname::-webkit-input-placeholder { color:#fff!important;}
		#email::-webkit-input-placeholder { color:#fff!important; }
		#phone::-webkit-input-placeholder { color:#fff!important; }
		
		#message::-moz-placeholder { color:#fff; }
	
		