.parallaxcontact {

  background-image: url("../forestpara.jpg");
  min-height: 250px; 
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top:100px;
  
}

#titrepara h1 {

font-style: normal;
font-weight: 300;
margin: 0 auto 0px auto;
text-align: center;
color: #ffffff;
font-size: 44px;
position: relative;
z-index: 0;
padding-top: 80px;

}

#textepara p {

text-align: center;
color: #ffffff;
font-size: 22px;
z-index: 0;
font-style: normal;
padding-top:30px;

}

#contain{
    /* width:400px; */
    /* margin-top:50px; */
	/* margin-bottom:5%; */
	/* margin-left:35%; */
	
	width:30%;
	margin:auto;
	margin-bottom:100px;
	margin-top:100px;
}




/* Bordered form */
form {
    width:100%;
    padding: 30px;
    border: 1px solid #f1f1f1;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}


/* Full-width inputs */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
	border-radius:5px;
	
}

/* Set a style for all buttons */
input[type=submit] {
    background-color: #51aeed;
    color: white;
    padding: 14px 20px;
    border: 1px solid;
    cursor: pointer;
    width: 50%;
	transition: background-color 150ms ease-in-out 0s, color 100ms ease-in 0s;
	transition-property: background-color, color;
    transition-duration: 150ms, 100ms;
    transition-timing-function: ease-in-out, ease-in;
    transition-delay: 0s, 0s;
	display: block;
	margin : auto;
	margin-top:20px;
	margin-bottom:10px;
	border-radius:5px;
}
input[type=submit]:hover {
    opacity:75%;
	color:white;
}

.search-txt{
	border:none;
	font-size: 22px;
	line-height: 25px;
font-size: 14px;
color: #545454;
text-transform: uppercase;
letter-spacing: 1.8px;
font-family: inherit;
font-weight:bold;
}

form a{
	text-align: center;
	font-size: 12px;
	font-style: normal;
	padding-top:30px;
}

#sc{
	color:#51aeed;
	text-decoration:underline;
}

form a:hover{
	color:inherit;
}

label{
	margin-top:10px;
	margin-bottom:0px;
}

.Rco1{

    font-family: sofia-pro, sans-serif, sans-serif;
    font-weight: 400;
    line-height: 18px;
    margin-left: 10px;
 

	

}

.Rco2{
	font-family: sofia-pro, sans-serif, sans-serif;
    font-weight: 400;
    line-height: 18px;
    margin-left: 10px;
 
}

.Rco3{
	font-family: sofia-pro, sans-serif, sans-serif;
    line-height:0px;
    color: rgb(153, 153, 153);
	float:right;
}

input[type=checkbox] {
	
}

.Rco2 a{
	
}

.container {

  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  /* opacity: 0; */
  cursor: pointer;
  height: 0;
  width: 0;
  font-size:12px;
  margin-left: -115px;
  margin-top: -0.9px
 
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 5px;
  top: 1.5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}