
@font-face {
	font-family:futuralight;
	src: url(../fonts/futura-light.ttf);
	src: url(../fonts/futura_light_.otf);
}


.contact-form {
	padding: 0 0 4% 0;
	padding-top: 3%;
}


.emailgoal {
	background: #282829;
	padding: 2em;
	border-radius: 10px;
	box-shadow: 0 -1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}
.emailgoal h3 {
    font-size: 1.8em;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1em;
}
.emailgoal h4 {
    font-size: 1.2em;
    color: #acacac;
    font-weight: 400;
    text-align: center;
    margin: 0.5em 0em 1em 0em;
    padding-bottom: 0.7em;
    border-bottom: 2px dotted #acacac;
}
	.emailgoal input[type="text"] {
		font-size: 1em;
		color: rgba(1,0,1,1);
		padding: 0.7em 1em 0.7em 1em;
		width: 100%;
		border: 1px solid #ccc;
		outline: none;
		display: block;
		margin-bottom: 0em;
		border-radius: 4px;
		font-family: futuralight;
		background: transparent;
	}
.emailgoal input[type="message"] {
    font-size: 1em;
    color: rgba(1,0,1,1);
    padding: 0.7em 1em 5em 1em;
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    display: block;
    margin-bottom: 0.8em;
    border-radius: 4px;
    font-family:futuralight;
}
	.emailgoal input[type="submit"] {
		font-size: 1.2em;
		color: #fff;
		background: #1a1a1b;
		/* border: none; */
		padding: 0.7em 2em;
		width: 22%;
		margin-bottom: 0.8em;
		margin-top: 0.8em;
		outline: none;
		cursor: pointer;
		border-radius: 50px;
		font-family: futuralight;
		border: 1px solid #1a1a1b;
		font-weight: 600;
	}

		.emailgoal input[type="submit"]:hover {
			background: background: rgb(207 98 43);
			color: #FFF;
			transition: 0.5s all;
			-webkit-transition: 0.5s all;
			-moz-transition: 0.5s all;
			-o-transition: 0.5s all;
		}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey;
  font-size: 1em;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(127,0,0,1);
  font-size: 1em;

}

::-ms-input-placeholder { /* Microsoft Edge */
  color: grey;
 font-size: 1em;

}
.input-icon > input {
    padding-left: 30px !important;
    padding-right: 6px;
}
span.input-icon, span.input-help {
	display: block;
	position: relative;
	margin-bottom: 0.8em;
}

.input-icon > [class*="fa-"], .input-icon > [class*="ti-"] {
    bottom: 0;
    color: #fff;
    display: inline-block;
    left: 8px;
    line-height: 35px;
    padding: 0 3px;
    position: absolute;
    top: 3px;
    z-index: 2;
	font-size:15px;
}
/*--cheek box--*/
.remember-top{
 float:left;
}
span.checkbox1 {
    margin-top: 2px;
}
.checkbox {
	margin-bottom: 4px;
	font-size: 1.2em;
	line-height:22px;
	cursor: pointer;
}
.checkbox {
  position: relative;
  font-size: 0.95em;
  font-weight: normal;
  color: #000;
  padding: 0em 0.5em 0em 2em;
  text-align:justify;
  
  
}
.checkbox i {
    position: absolute;
    bottom: 0px;
	top:3%;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    outline: none;
    background:#F60;
}

.checkbox input + i:after {
	content: '';
	background: url("../img/tic2.png") no-repeat 5px 5px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.checkbox input + i:after {
	position: absolute;
	opacity: 1;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i:after {
	opacity: 0;
}
/*---*/

.form-control {
	background: transparent !important;
	color: #958a8a !important;
}



select.form-control.bfh-countries {
	font-size: 1em;
	padding: 0.4em 1em 0.2em 0.8em;
	width: 99%;
	margin-bottom: 0.8em;
	color: rgba(1,0,1,1);
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
	font-family: futuralight;
}

.clear{
	clear:both;
}



/*---------------------
  Contat info
-----------------------*/




.contact-left ul {
  margin: 1.5em 0 0 0;
  padding: 0;
  
  
}
.contact-left ul li {
  display: block;
  padding: .2em 0;
  font-size: 15px;
  color:  #fff;
}
.contact-left ul li a{
	text-decoration: none;
	color:  #fff;
	transition:.5s all;
}
.contact-left ul li a:hover{
	color: #fff;
	padding-left: 15px;
}
.contact-left ul li span{
  background: url(../img/iconsprite.png)no-repeat -20px 0px;
  margin-right: 0.6em;
  display: inline-block;
  width: 12px;
  height: 13px;
  vertical-align: middle;
}
.contact-left ul li span.ph-no {
    background: url(../img/iconsprite.png)no-repeat -32px 1px;
}
.contact-left ul li span.mail {
    background: url(../img/iconsprite.png)no-repeat 1px 1px;
    width: 16px;
}
.contact-right form {
  text-align: right;
}



/*--contact-goal end here--*/
/*--media quiries start here--*/
@media(max-width:1600px){
}
@media(max-width:1440px){
.small-contact-main input.hola[type="text"] {
    width: 100%;
}
select.form-control.bfh-countries {
    width: 100%;
}
.johndoe-left input[type="password"] {
    width: 100%;
}
.john-text input[type="text"] {
    width: 100%;
}

}
@media(max-width:1366px){	
.emailgoal input[type="password"] {
    width: 100%;
}
.emailgoal input[type="text"] {
    width: 100%;
}

.small-contact-main input.hola[type="text"] {
   width: 80.4%;
}
.contact textarea {
    width: 91%;
}
.contact input[type="text"] {
    width: 90%;
}

h3.title {
    font-size: 2.8em;
}
	h1.title {
		font-size: 2.8em;
		padding-top: 67px
	}
.contact-form {
	padding-top:10%;

}

}
@media(max-width:1280px){

.small-contact-main input.hola[type="text"] {
    width: 80.9%;
}
.contact textarea {
    width: 90%;
}
.contact input[type="text"] {
    width: 89%;
}

}
@media(max-width:1024px){

.small-contact-main input.hola[type="text"] {
    width: 80.6%;
}

.contact-form {
	padding-top:15%;

}	
}
@media(max-width:991px){
.small-contact-main input.hola[type="text"] {
   width: 80.9%;
}

.contact-left p {
    margin-top: 2em;
	width: 70%;
}

.contact-form {
	margin-top:-10%;
}

}
@media(max-width:800px){

.small-contact-main input.hola[type="text"] {
    width: 80.5%;
}
}
@media(max-width:768px){

.small-contact-main input.hola[type="text"] {
    width: 80.7%;
}
.contact-form {
	margin-top:-10%;
}


}
@media(max-width:736px){
.small-contact-main input.hola[type="text"] {
    width: 80.55%;
}

}
@media(max-width:667px){

.small-contact-main input.hola[type="text"] {
    width: 80.6%;
}
}
@media(max-width:640px){

.small-contact-main input.hola[type="text"] {
    width: 80.8%;
}

h3.title {
    font-size: 2.2em;
}
	h1.title {
		font-size: 2.2em;
		padding-top: 66px;
	}

.contact-right{
    padding: 0;
}
.contact-form {
	padding-top:20%;

}

}
@media(max-width:600px){

.small-contact-main input.hola[type="text"] {
    width: 80.85%;
}
}
@media(max-width:568px){

.small-contact-main input.hola[type="text"] {
    width: 80.95%;
}
}
@media(max-width:480px){

.emailgoal input[type="password"] {
    width: 100%;
}
.emailgoal input[type="text"] {
    width: 100%;
}
.small-contact-main input.hola[type="text"] {
    width: 100%;
}
.contact textarea {
    width: 100%;
}
.contact input[type="text"] {
    width: 100%;
}

h3.title {
    font-size: 2em;
	margin-bottom: 0.6em;
}

.contact-left p {
    margin-top: 1.5em;
    width: 100%;
}
.contact-left {
    padding: 0;
}
.contact-left ul {
    margin: 0.5em 0 0;
}
.contact-form {
	padding-top:42%;

}

}
@media(max-width:414px){

.emailgoal h3 {
    font-size: 1.5em;
}

.emailgoal input[type="password"] {
    width: 100%;
}
.emailgoal input[type="text"] {
    width: 100%;
}
.small-contact-main input.hola[type="text"] {
    width: 73.2%;
}
.contact textarea {
    width: 100%;
}
.contact input[type="text"] {
    width: 100%;
}
.emailgoal {
    padding: 1.5em;
}
.small-contact {
    padding: 1.5em;
}
.contact {
    padding: 1.5em;
}
.johndoe-left {
    padding: 1.5em;
}
.contact h3 {
    font-size: 1.5em;
}
.small-contact h3 {
    font-size: 1.5em;
}
.contact-form {
	margin-top:-38%;
}

}
@media(max-width:384px){

.small-contact-main input.hola[type="text"] {
    width: 70.6%;
}
}
@media(max-width:375px){
.contact-goal h1 {
    margin-bottom: 0.8em;
}

.small-contact-main input.hola[type="text"] {
    width: 71.2%;
}
.contact-form {
	margin-top:-35%;
}

}
@media(max-width:320px){

.lost-password a {
    font-size: 0.875em;
}
.checkbox {
    font-size: 0.875em;
}
.emailgoal input[type="password"] {
   width: 100%;
	font-size: 0.9em;
    padding: 0.5em 1em 0.5em 0.8em;
}
.emailgoal input[type="text"] {
    width: 100%;
	font-size: 0.9em;
    padding: 0.5em 1em 0.5em 0.8em;
}

.small-contact-main input.hola[type="text"] {
    width: 67.5%;
}
.contact textarea {
    width: 85%;
}
select.form-control.bfh-countries {
    font-size: 0.9em;
    padding: 0.5em 1em 0.5em 0.5em;
}
.contact input[type="text"] {
    width: 83%;
}
span.checkbox1 {
    float:none;
}
input.email {
    background: url(../images/mail.png)no-repeat 10px 6px;
}
input.email {
    background: url(../images/mail.png)no-repeat 10px 6px;
}

.emailgoal input[type="submit"] {
    font-size: 0.9em;
    padding: 0.5em 2em;
}
.contact input[type="text"] {
    font-size: 0.9em;
    padding: 0.5em 1.2em 0.5em 1em;
}
.contact textarea {
    font-size: 0.9em;
}
.contact input[type="submit"] {
    font-size: 0.9em;
    padding: 0.5em 1em;
}
.small-contact-main input[type="submit"]:hover {
    background: url(../images/search.png)no-repeat 18px 11px  rgba(255,153,102,1);
}
.small-contact-main input[type="submit"] {
    background: url(../images/search.png)no-repeat 18px 11px #F60;
    width: 53px;
    height: 40px;
}
.small-contact-main input.hola[type="text"] {
    padding: 9px 10px;
}


h3.title {
    font-size: 1.8em;
}

.contact-left p {
    font-size: 1em;
}
.contact-left ul li {
    font-size: 14px;
}
.contact-form {
	margin-top:-28%;
}
}


