/*.container{
	
	border: 2px solid black;
}
.row{
	 border:1px solid red;
}*/
.wrapper{
  background-color: #d5eaf0;
  max-width: 1100px;
  margin: auto;
}

.col{
	border: 2px solid blue;
}
* {
  box-sizing: border-box;
}
.logo{
    text-align: center;

}
.logo img{
  height: 250px;
  width: 300px;
}


.heading{
  background-color: #778899;
}
.heading{
	height:auto;
	width: auto;
 border: 2px solid black;
 margin-top: 10px;
 margin-bottom: 10px;
}
.heading h5{
	 text-align: center;
}
.input-field{
	width: 100%;

}
.textarea{
		width: 100%;

	    height: 200px;
}
textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
   height: 198px;
}

input[type=date]{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

input[type=text], select{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}
.heading-one {
	
  border:1px solid #778899;
  margin-top: 10px;
  height: 50px;
  border-radius: 10px;


}
.heading-one h3{	
	font-size: 18px;
	text-align: center;
  margin-top: 10px;
   border-radius: 10px;

}
.heading-input{
	margin-top: 10px;
}
.checkbox{
	margin-top: 10px;
}
.services-box .checkbox-inline{
  padding-right: 65px;
}
.full-input-box{

  margin-bottom: 10px;
}
.full-textarea{
  margin-top: 10px;
}
.para{
  color: grey;
}
.para-condition{
  
  margin-top: 50px;
}
.btn{
  box-shadow: grey;
}
.icon{
  display: inline-block;
}
.icon a i{
  color: black;
}
h5{
  color: white;
}