
body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

p {
	margin: 0;
	color: #888;
	font-weight: 400;
	line-height: 1.9em;
}


/*--/contact--*/


/*-- effect --*/

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	max-width: 363px;
	width: calc(100% - 0em);
	vertical-align: top;
}

span.input.input--chisato:nth-child(2) {
	margin: 0 0.33em;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: 400;
	-webkit-appearance: none;
	/* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #696969;
	font-weight: bold;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}


/* Chisato */

.input--chisato {
	padding-top: 1em;
}

.input__field--chisato {
	width: 100%;
	padding: .9em 0.5em;
	background: transparent;
	border: 2px solid #b5b5b5;
	color: #212121;
	-webkit-transition: border-color 0.25s;
	transition: border-color 0.25s;
}

.input__label--chisato {
	width: 100%;
	position: absolute;
	top: 0;
	text-align: left;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	-webkit-transform: translate3d(0, 3em, 0);
	transform: translate3d(0, 3em, 0);
}

.input__label-content--chisato {
	padding: 0 1em;
	font-weight: 400;
	color: #222222;
	letter-spacing: 1px;
}

.input__label-content--chisato::after {
	content: attr(data-content);
	position: absolute;
	top: -200%;
	left: 0;
	color: #f97c69;
	font-weight: 600;
}

.input__field--chisato:focus,
.input--filled .input__field--chisato {
	border-color: #f97c69;
}

.input__field--chisato:focus+.input__label--chisato,
.input--filled .input__label--chisato {
	-webkit-animation: anim-chisato-1 0.25s forwards;
	animation: anim-chisato-1 0.25s forwards;
}

.input__field--chisato:focus+.input__label--chisato .input__label-content--chisato,
.input--filled .input__label-content--chisato {
	-webkit-animation: anim-chisato-2 0.25s forwards ease-in;
	animation: anim-chisato-2 0.25s forwards ease-in;
}

@-webkit-keyframes anim-chisato-1 {
	0%,
	70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	71%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes anim-chisato-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	70%,
	71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}
}

@keyframes anim-chisato-1 {
	0%,
	70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	71%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-chisato-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	70%,
	71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}
}


/*-- //effect --*/

.mail_form textarea {
	outline: none;
	background: none;
	border: 2px solid #b5b5b5;
	font-size: 13px;
	color: #212121;
	width: 100%;
	padding: .9em 0.9em;
	margin: 2em 0;
	min-height: 200px;
	letter-spacing: 1px;
	font-weight:400;
	font-family: 'Lato', sans-serif;
}

.mail_form textarea::-webkit-input-placeholder {
   color: #222222!important;
}

.banner_bottom {
    padding: 5em 0;
}
/*-- //input-effect --*/

.mail_form input[type="submit"] {
	outline: none;
	background: #7f67f8;
	color: #fff;
	padding: 1em 0;
	font-size: 1em;
	font-weight: bold;
	border: none;
	text-transform: uppercase;
	width: 24%;
	    cursor: pointer;
}

.mail_form input[type="submit"]:hover {
	background: #f97c69;
}

.map iframe {
	width: 100%;
	min-height: 199px;
}

.map {
	padding: 0;
	    border: 2px solid #ded6d6;
    box-shadow: 3px 5px 18px #848080;
}

.contact_grid {
    padding: 2em 0 2em;
    text-align: center;
    background: #20253e;
    box-shadow: 4px 4px 2px #a3a3b5;
}

.contact_grid:nth-child(2) {
	margin: 0.5em 0;
}

.contact_grid p {
    color: #8c8989;
    line-height: 1.8em;
    font-size: 15px;
}
.mail_form {
    margin-top: 5em;
}
.agile_contact_grid_left i {
	font-size: 3em;
	color: #34bf49;
	line-height: 2em;
}

.contact_grid_right h4 {
	font-size: 1.2em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: .5em;
}

.contact_grid_right p a {
	color: #555;
	text-decoration: none;
}

.contact_grid_right p span {
	display: block;
}

.w3_agile_mail_grid {
	padding-left: 0;
}


/*-- //contact--*/


/*--responsive--*/

@media(max-width:1080px) {
	.input {
		max-width: 306px;
		width: calc(100% - 0em);
		vertical-align: top;
		float: left;
	}
}

@media(max-width:991px) {
	.contact_grids_info {
		padding: 0;
		margin-top: 1em;
	}
	.input {
		max-width: 100%;
	}
	span.input.input--chisato:nth-child(2) {
		margin: 0;
	}
	.map iframe {
		width: 100%;
		min-height: 303px;
	}
}
@media(max-width:768px) {
.banner_bottom {
    padding: 3em 0;
}
}
@media(max-width:640px) {
	.mail_form input[type="submit"] {
		width: 40%;
	}
	.mail_form textarea {
		padding: .9em 0.9em;
		margin: 1.3em 0;
		min-height: 140px;
	}
}

@media(max-width:600px) {
	.map iframe {
		width: 100%;
		min-height: 250px;
	}
}

@media(max-width:568px) {}

@media(max-width:480px) {}

@media(max-width:440px) {}

@media(max-width:414px) {}

@media(max-width:384px) {}

@media(max-width:375px) {}

@media(max-width:320px) {
	.banner_bottom {
    padding: 2.5em 0;
}
}


/*--//responsive--*/
.top-section-wthree p {
	color: rgba(255, 255, 255, 0.87);
	letter-spacing: 1px;
	text-align: left;
	font-size: 15px;
	line-height: 27px;
	padding-top: 9px;
}

.form-agileits-w3layouts {
	padding: 2em;
	background: url(../images/icon.jpg)no-repeat 0px 0px;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	border-bottom-right-radius: 18px;
	border-bottom-left-radius: 18px;
}

.contact-main-w3-agile {
	width: 35%;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.13);
	border-radius: 18px;
	-webkit-box-shadow: 8px 8px 20px 0px rgb(0, 0, 0);
	-moz-box-shadow: 8px 8px 20px 0px rgb(0, 0, 0);
	box-shadow: 8px 8px 20px 0px rgb(0, 0, 0);
}

.form-agileits-w3layouts input[type="text"],
.form-agileits-w3layouts textarea,
.form-agileits-w3layouts input[type="email"] {
	width: 100%;
	padding: 12px 15px;
	border: none;
	outline: none;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	box-sizing: border-box;
	background: rgba(150, 150, 150, 0.34);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	font-family: 'Montserrat', sans-serif;
	box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.17);
	-o-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.17);
}

h1 {
	font-size: 3em;
	letter-spacing: 5px;
	color: #fff;
	margin: 1.1em 0 .8em;
}

.form-agileits-w3layouts textarea {
	resize: none;
	height: 130px;
}

.form-agileits-w3layouts input[type="submit"] {
	background: #fb8a2e;
	color: #fff;
	font-size: 17px;
	border: none;
	text-transform: capitalize;
	border: 2px solid #fb8a2e;
	/* width: 100%; */
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	padding: .6em 4em;
	letter-spacing: 1px;
	margin-top: 11px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-family: 'Montserrat', sans-serif;
	box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.17);
	-ms-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.17);
	-o-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.17);
}

.form-agileits-w3layouts input[type="submit"]:hover {
	background: #f97409;
	border-color: #f97409;
	box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.42)
}

.book-form input[type="text"],
.book-form input[type="email"],
.book-form input[type="password"] {
	width: 94%;
	padding: 10px 15px;
	border: none;
	border-bottom: 1px solid #7d7d7d;
	outline: none;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	background: transparent;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	color: #000 !important;
}
