/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
html, body{
	font-size: 100%;
    font-family: 'Raleway', sans-serif;
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201702/201702065/html/images/banner.jpg') no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
h1,h2,h3,h4,h5,h6,input,p,a,select{
	font-family: 'Raleway', sans-serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover,body a{
	text-decoration:none;
}
/*-- main --*/
.agileits_copyright{
	text-align: center;
}
.agileits_copyright p{
	font-size: 1em;
    color:#fff;
    line-height: 1.8em;
    padding: 0 1em;
    text-transform: capitalize;
	margin-top: 2em;
}
.agileits_copyright p a {
    color:#5dd39e;
    text-decoration: underline;
}
.agileits_copyright p a:hover{
	color:#fff;
}
input[type="submit"],.agileits_copyright p a,a{
	transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
}
.main{
	padding:3em 0;
}
.main h1{
	text-align: center;
    color:#fff;
    font-size: 3em;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
}
/*-- main --*/
.w3_agile_main_grids{
	width:55%;
	margin:0 auto;
}
.agile_contact_form{
	float:left;
	width:65%;
}
.agileinfo_map{
	float:right;
	width:35%;
}
.agileits_w3layouts_contact{
	padding:2em;
	background:rgba(0, 0, 0, 0.59);
}
.agileits_w3layouts_contact h2,.w3ls_contact_info h3{
	font-size:1.5em;
	color:#fa3d43;
}
.agileits_w3layouts_contact p{
	font-size:14px;
	color:#999;
	margin: .5em 0 1em;
	line-height:1.8em;
}
.agileits_w3layouts_contact textarea,#w3_agileits_select{
	outline: none;
    padding: 10px;
    color:#fff;
    font-size: 13px;
    border: none;
    border-bottom:2px solid #f2f2f2;
    background: none; 
	font-weight:600;
	font-family: 'Raleway', sans-serif;
}
#w3_agileits_select{
	margin: 1.5em 1em 1em;
    width: 44.6%;
}
option {
    background: #999;
}
.agileits_w3layouts_contact textarea{
	width: 91.5%;
    margin: 0 0 3em 1.1em;
    min-height: 100px;
    resize: none;
}
.agileits_w3layouts_contact textarea::-webkit-input-placeholder {
	color:#fff !important;
}
.wthree_submit{
	text-align:right;
	margin-right:1em;
}
.agileits_w3layouts_contact input[type="submit"]{
	outline: none;
    padding: 2px 0;
    color: #fa3d43;
    letter-spacing: 5px;
    font-size: 1em;
    border: none;
    border-bottom: 2px solid #707070;
    text-transform: uppercase;
    background: none;
    width:20%;
    font-weight: 600;
	cursor:pointer;
}
.agileits_w3layouts_contact input[type="submit"]:hover{
	color:#fff;
	border-bottom: 2px solid #fa3d43;
}
.input {
	position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em 1em;
    max-width: 216px;
    width: calc(100% - 0em);
    vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
    padding: 0 1em;
    width: 40%;
    color:#fff;
    font-weight: 600;
    -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:1em 0;
	width: 100%;
}
/* Jiro */
.input__field--jiro {
	padding:1em 0.5em;
	width:95%;
	background: transparent;
	color: #212121;
    font-size: 13px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.input__label--jiro {
	position: absolute;
	left: 0;
	padding: 0 0.85em;
	width:93%;
	height: 100%;
	text-align: left;
	pointer-events: none;
	font-size: 13px;
}

.input__label-content--jiro {
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
}

.input__label--jiro::before,
.input__label--jiro::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__label--jiro::before {
	border-top:2px solid #f2f2f2;
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.input__label--jiro::after {
	z-index: -1;
	background:#f5f5f5;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.input__field--jiro:focus,
.input--filled .input__field--jiro {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.input__field--jiro:focus + .input__label--jiro .input__label-content--jiro,
.input--filled .input__label-content--jiro {
	-webkit-transform: translate3d(0, -80%, 0);
	transform: translate3d(0, -80%, 0);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__field--jiro:focus + .input__label--jiro::before,
.input--filled .input__label--jiro::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.input__field--jiro:focus + .input__label--jiro::before,
.input--filled .input__label--jiro::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--jiro:focus + .input__label--jiro::after,
.input--filled .input__label--jiro::after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.agileinfo_map{
	position:relative;
}
.agileinfo_map iframe,.agileits_pos{
	min-height:500px;
}
.agileinfo_map iframe{
	width:100%;
}
.agileits_pos{
	position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
	background: #fff;
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.64) 0%,rgba(255, 255, 255, 0.96) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.64) 0%,rgba(255, 255, 255, 0.96) 100%);
    background:linear-gradient(to bottom, rgba(255, 255, 255, 0.64) 0%,rgba(255, 255, 255, 0.96) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ba66', endColorstr='#ffffff',GradientType=0 );
}
.w3ls_contact_info{
	padding:4em 2em 0;
}
.w3ls_contact_info h3{
	margin-bottom:1em;
	color: #004b29;
}
.w3ls_contact_info ul li{
	list-style-type:none;
	margin-bottom:1em;
	color:#212121;
	font-size:14px;
	position:relative;
}
.w3ls_contact_info ul li label{
	width: 40%;
    display: inline-block;
    vertical-align: top;
}
.w3ls_contact_info ul li a{
	color:#212121;
	text-decoration:none;
}
.w3ls_contact_info ul li a:hover{
	color:#fff;
}
.w3ls_contact_info ul li span{
	position: absolute;
    left: 30%;
    top: 0%;
    color: #212121;
    font-weight: bold;
}
.w3ls_contact_info ul li i {
    display: inline-block;
    width: 50%;
    line-height: 2em;
}
/*-- start-responsive-design --*/
@media (max-width:1680px){
	.input {
		max-width: 234px;
	}
	#w3_agileits_select {
		width: 44.8%;
	}
}
@media (max-width:1600px){
	.input {
		max-width: 216px;
	}
	#w3_agileits_select {
		width: 44.6%;
	}
}
@media (max-width:1440px){
	.w3_agile_main_grids {
		width: 61%;
	}
}
@media (max-width: 1366px){
	.w3_agile_main_grids {
		width: 65%;
	}
	.input__label--jiro {
		width: 90%;
	}
	.input {
		max-width: 218px;
	}
	#w3_agileits_select {
		width: 44%;
	}
	.agileits_w3layouts_contact textarea {
		width: 88.8%;
	}
}
@media (max-width: 1280px){
	.w3_agile_main_grids {
		width: 69%;
	}
	.input {
		max-width: 217px;
	}
}
@media (max-width: 1080px){
	.w3_agile_main_grids {
		width: 82%;
	}
	.input__label--jiro {
		width: 89%;
	}
	.input {
		max-width: 217px;
	}
	#w3_agileits_select {
		width: 44.4%;
	}
	.agileits_w3layouts_contact textarea {
		width: 88.5%;
	}
}
@media (max-width: 1024px){
	.input {
		max-width: 202px;
	}
	.input__label--jiro {
		width: 89%;
	}
	#w3_agileits_select {
		width: 43%;
	}
	.agileits_w3layouts_contact input[type="submit"] {
		width: 25%;
	}
	.agileits_w3layouts_contact textarea {
		width: 87.5%;
	}
}
@media (max-width: 991px){
	.w3_agile_main_grids {
		width: 85%;
	}
}
@media (max-width: 800px){
	.main h1 {
		font-size: 2.5em;
	}
	.agile_contact_form,.agileinfo_map {
		float: none;
		width: 100%;
	}
	.w3_agile_main_grids {
		width: 70%;
	}
	.input {
		max-width: 208px;
	}
	#w3_agileits_select {
		width: 44.2%;
	}
	.agileits_w3layouts_contact textarea {
		width: 89.5%;
	}
	.agileinfo_map iframe, .agileits_pos {
		min-height: 325px;
	}
}
@media (max-width: 768px){
	.w3_agile_main_grids {
		width: 73%;
	}
}
@media (max-width: 736px){
	.w3_agile_main_grids {
		width: 77%;
	}
}
@media (max-width: 667px){
	.main h1 {
		font-size: 2.3em;
	}
	.input {
		max-width: 200px;
		margin: 1em 0.5em;
	}
	#w3_agileits_select {
		width: 43.6%;
	}
	.agileits_w3layouts_contact textarea {
		width: 90%;
	}
	.w3ls_contact_info {
		padding: 2em 2em 0;
	}
	.agileinfo_map iframe, .agileits_pos {
		min-height: 250px;
	}
}
@media (max-width: 640px){
	.main h1 {
		font-size: 2em;
	}
	.input__field--jiro {
		width: 94%;
	}
	.input {
		max-width: 189px;
	}
	#w3_agileits_select {
		width: 43.4%;
	}
}
@media (max-width: 600px){
	.w3_agile_main_grids {
		width: 90%;
	}
	.input {
		max-width: 212px;
	}
}
@media (max-width: 568px){
	.input {
		max-width: 197px;
	}
}
@media (max-width: 480px){
	.main h1 {
		font-size: 1.8em;
		letter-spacing: 2px;
	}
	.input__label--jiro {
		width: 93.5%;
	}
	.input__field--jiro {
		width: 96%;
	}
	.input {
		max-width: 100%;
		margin: 1em 0;
	}
	#w3_agileits_select {
		width: 100%;
		margin: 1.5em 0em 1em;
	}
	.agileits_w3layouts_contact textarea {
		width: 94%;
		margin: 0 0 3em 0em;
	}
	.wthree_submit {
		margin-right: 0em;
	}
	.agileits_w3layouts_contact input[type="submit"] {
		width: 35%;
	}
	.agileits_w3layouts_contact h2, .w3ls_contact_info h3 {
		font-size: 1.3em;
	}
	.agileits_copyright p {
		font-size: 14px;
	}
}
@media (max-width: 414px){
	.main h1 {
		font-size: 1.7em;
		letter-spacing: 0px;
	}
	.main {
		padding: 2em 0;
	}
}
@media (max-width: 384px){
	.input__label--jiro {
		width: 91.5%;
	}
	.input__field--jiro {
		width: 95%;
	}
}
@media (max-width: 375px){
	.agileits_w3layouts_contact input[type="submit"] {
		width: 45%;
		font-size: 14px;
	}
}
@media (max-width: 320px){
	.main h1 {
		font-size: 1.4em;
	}
	.agileits_w3layouts_contact {
		padding: 1em;
	}
	.agileits_w3layouts_contact h2, .w3ls_contact_info h3 {
		font-size: 1.2em;
	}
	.agileits_w3layouts_contact p,.w3ls_contact_info ul li,.agileits_copyright p {
		font-size: 13px;
	}
	.input__label--jiro {
		width: 91%;
	}
	.agileits_w3layouts_contact textarea {
		width: 91.5%;
	}
	.w3ls_contact_info ul li label {
		width: 38%;
	}
	.agileinfo_map iframe, .agileits_pos {
		min-height: 240px;
	}
}