@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap');

html,
body {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: 'Montserrat', sans-serif;
	color: rgb(255, 255, 255);
	background-color: transparent;
}

*:focus {
	outline: none;
}

.form-control:focus {
	color: transparent;
	background-color: transparent;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}

.captcha-wrap {
	margin-top: 1rem;
}

textarea,
select,
input,
button {
	outline: none;
	outline-color: transparent;
	outline-style: none;
}

button:focus {
	outline: 0;
}

#main-container {
	margin-top: 7%;
}

#success,
#tf-body {
	display: none;
}

#copy-wrap,
#form-wrap {
	/*	max-width: 75%;*/
	margin: 0 auto;
}

#copy-wrap p.first {
	margin-bottom: 2rem;
}

#form-wrap {
	margin: 2rem auto;
	margin-top: 2rem;
}
#heading {
	margin-bottom: 2rem;
	font-family: 'Montserrat', sans-serif;
}

#heading h1 {
	font-weight: 100;
	font-size: 2.1rem;

}

#heading h5 {
	font-size: 1.1rem;
}

#full_name:focus,
#email:focus,
#message:focus,
#captcha_code:focus {
	background-color: rgb(49, 60, 103);
	color: #fff;
	border: 1px solid #ced4da;
	box-shadow: 0 0 5px 0 #d47832;
}

:focus::-webkit-input-placeholder {
	color: #fff;
}

:focus::-moz-placeholder {
	color: #fff;
}

::-webkit-input-placeholder {
	color: #666;
}

::-moz-placeholder {
	color: #666;
}

#full_name::placeholder,
#email::placeholder,
#message::placeholder {
	color: #999;
}

#full_name:focus::placeholder,
#email:focus::placeholder,
#message:focus::placeholder {
	color: #fff;
}



.emph {
	font-weight: 700;
}

.submit_btn {
	background-color: rgb(45, 73, 113);
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	margin-bottom: 1rem;
}

.submit_btn:hover {
	background-color: #2a6ba3;
	color: #fff;
}

iframe {
	width: 100%;
}

/* .form-control {
	background-color: transparent;
	color: #666;
} */
.slider {
	margin-top: 5%;
}
main #bg {
	position: fixed;
	width: 100%;
	min-height: 100%;
	background-image: linear-gradient(45deg, rgba(45, 73, 113, .7), rgba(45, 73, 113, .8)), url("../images/bg1.jpg");
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	top: 0;
}

@media (min-width: 992px) {
	#heading {
		margin-bottom: 2rem;
	}

	#heading h1 {
		font-size: 2.5rem;
	}

	#heading h5 {
		font-size: 1.3rem;
	}

	#copy-wrap {
		margin: 0;
		margin-left: auto;
	}

	#form-wrap {
		margin-right: auto;
	}

	main #bg {
		background-position: right;
	}
}

/* 16px base */
@media (min-width: 90rem) {
	.container {
		max-width: 86.25rem;
	}
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

@media(max-width:991px) {
	main #bg {

		background-image: linear-gradient(45deg, rgba(45, 73, 113, .7), rgba(45, 73, 113, .8)), url("../images/bg1.jpg");
		background-position: 69%;

	}
}
@media(max-width:500px){
	.slider {
		display:none
	}
}