.contact100-form {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	padding-left: 20px;
	color: #48a8d7;/* justify-content: space-between;*/
}
.contact100-form-title {
	width: 100%;
	display: block;
	font-size: 30px;
	color: #333333;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 45px;
}
/*------------------------------------------------------------------

[ Input ]*/



.wrap-input100 {
	width: 100%;
	position: relative;
	border: 1px solid #319dd1;
	border-radius: 2px;
	margin-bottom: 34px;
	margin-right: 20px;
}
.rs1.wrap-input100 {
	width: calc((100% - 40px) / 2);
}
.label-input100 {
	font-size: 16px;
	color: #0a5d84;
	line-height: 1.5;
	text-transform: uppercase;
	width: 100%;
	padding-bottom: 11px;
	margin-top: 20px;
}
.input100 {
	display: block;
	width: 100%;
	background: transparent;
	font-size: 18px;
	color: #333333;
	line-height: 1.2;
	padding: 0 25px;
	border: none;
}
input.input100 {
	height: 55px;
}
textarea.input100 {
	min-height: 115px;
	padding-top: 19px;
	padding-bottom: 15px;
}
/*---------------------------------------------*/



.focus-input100 {
	position: absolute;
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
	pointer-events: none;
	border: 1px solid;
	border-color: #000;
	border-color: -webkit-linear-gradient(45deg, #c77ff2, #e8519e);
	border-color: -o-linear-gradient(45deg, #c77ff2, #e8519e);
	border-color: -moz-linear-gradient(45deg, #c77ff2, #e8519e);
	border-color: linear-gradient(45deg, #c77ff2, #e8519e);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scaleX(1.1) scaleY(1.3);
	-moz-transform: scaleX(1.1) scaleY(1.3);
	-ms-transform: scaleX(1.1) scaleY(1.3);
	-o-transform: scaleX(1.1) scaleY(1.3);
	transform: scaleX(1.1) scaleY(1.3);
}
.input100:focus + .focus-input100 {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/*------------------------------------------------------------------

[ Button ]*/

.container-contact100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -4px;
}
.contact100-form-btn {
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	min-width: 150px;
	height: 55px;
	border-radius: 27px;
	background: #d867c6;
	background: -webkit-linear-gradient(45deg, #c77ff2, #e8519e);
	background: -o-linear-gradient(45deg, #c77ff2, #e8519e);
	background: -moz-linear-gradient(45deg, #c77ff2, #e8519e);
	background: linear-gradient(45deg, #41a5d5, #41a5d5);
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #0a5d84;
	width: 20%;
}
.contact100-form-btn::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	border-radius: 27px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #90cdea;
	opacity: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.contact100-form-btn:hover:before {
	opacity: 0;
}
.contact100-form-btn i {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.contact100-form-btn:hover i {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}
input[type=checkbox], input[type=radio] {
	margin: 7px 0 37px;
	margin-left: 20px;
}
.ch {
	margin-left: 20px;
	font-size: 16px;/*  margin-right: 260px;*/
}
.select {
	width: 214px;
	float: left;
	padding: 5px 10px;
	border: 1px solid #cacaca;
	box-shadow: 2px 2px 5px #e9e9e9 inset;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 10px 0px 0px;
}
.select-selected {
	margin-bottom: 32px;
}

::placeholder {
}











/*------------------------------------------------------------------

[ Responsive ]*/



@media (max-width: 768px) {
.wrap-contact100 {
	padding: 55px 45px 68px 45px;
}
}
 @media (max-width: 576px) {
.wrap-contact100 {
	padding: 55px 15px 68px 15px;
}
.rs1.wrap-input100 {
	width: 100%;
}
}
/*------------------------------------------------------------------

[ Alert validate ]*/



.validate-input {
	position: relative;
}
.alert-validate .focus-input100 {
	box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
	-moz-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
	-webkit-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
	-o-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
	-ms-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
}
.alert-validate::before {
	content: "";
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: absolute;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background-color: transparent;
	border: 1px solid #fa4251;
	border-radius: 2px;
	top: -1px;
	left: -1px;
	pointer-events: none;
}
.btn-hide-validate {
	font-family: Material-Design-Iconic-Font;
	font-size: 18px;
	color: #fa4251;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: 100%;
	top: 0px;
	right: -28px;
}
.rs1-alert-validate.alert-validate::before {
	background-color: #fff;
}
.true-validate::after {
	content: "\f26b";
	font-family: Material-Design-Iconic-Font;
	font-size: 18px;
	color: #00ad5f;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: 100%;
	top: 0px;
	right: -28px;
}



/*---------------------------------------------*/

@media (max-width: 576px) {
.btn-hide-validate {
	right: 10px;
}
.true-validate::after {
	right: 10px;
}
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}
/* On mouse-over, add a grey background color */

.form_container:hover input ~ .checkmark {
	background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */

.form_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 */

.form_container input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */

.form_container .checkmark:after {
	left: 9px;
	top: 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);
}
.form_container {
	display: block;
	position: relative;
	padding-left: 50px;
	margin-bottom: 50px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */

.form_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/*the container must be positioned relative:*/

.custom-select {
	position: relative;
	font-family: Arial;
}
.custom-select select {
	display: none; /*hide original SELECT element:*/
}
.select-selected {
	background-color: none;
}
/*style the arrow inside the select element:*/

.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #4facd9 transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}
/*style the items (options), including the selected item:*/

.select-items div, .select-selected {
	color: #727272;
	padding: 9px 30px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
}
/*style items (options):*/

.select-items {
	position: absolute;
	background-color: none;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	background-color: #f2f2f2;
}
/*hide the items when the select box is closed:*/

.select-hide {
	display: none;
}
.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}
.che {
	color: #666;
	font-size: 18px;
}
label {
	font-weight: none;
}
.contact100-form-btn:focus {
	border: none;
	outline: none;
}

	

	

::placeholder {
 color: #727272;
 font-size: 15px;
 font-family: Arial, Helvetica, sans-serif;
}
.select-selected {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.custom-select {
	border: 1px solid #7bc2e5;
	padding-bottom: 0px;
	width: 97.3%!important;
	height: 42px;
}
.all-select-item {
	margin-bottom: 30px;
	width: 100%;
}
