/*--
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: 'Montserrat', sans-serif;
	background:#212121;
}
h1,h2,h3,h4,h5,h6,input,p,a,select,button,textarea{
	font-family: 'Montserrat', 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: 14px;
    color:#fff;
    line-height: 1.8em;
    padding: 0 1em;
    text-transform: capitalize;
	margin-top: 2em;
}
.agileits_copyright p a {
    color:#ffc600;
    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: 2.5em;
    margin: 0em 0 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
}
/*-- //main --*/
.agile_main_grids{
	margin:0 auto;
	width:60%;
}
.w3_agile_maps{
	float:left;
	width:65%;
}
.map-canvas{
	width:100%;
	min-height:503px;
}
.agileits_w3layouts_contact{
	float: right;
    width: 35%;
}
.agileinfo_w3layouts_contact{
	padding:2em;
	background:url('/newmoban/_external/demo.mobanwang.com/mb/lo201709/201709097/html/images/1.jpg') no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.w3_agile_map {
    background:#ffc600;
}
.w3ls_button{
	padding:20px 42px;
    background: none;
    color: #212121;
    outline: none;
    border: none;
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer;
    border-right:2px solid #d0a204;
}
.w3ls_button:last-child{
	border:none;
}
.agileits_social_icons h3,.w3layouts_message h3{
    margin: 0em 0 1em 0;
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
}
.agileits_social_icons ul li{
	display: inline-block;
    float: left;
    width: 50%;
}
.agileits_social_icons ul li a{
	padding: 20px 0;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    display: block;
    text-align: center;
}
.w3_facebook{
	background:#3b5998;
}
.w3_twitter{
	background:#1da1f2;
}
.w3_rss{
	background:#f26522;
}
.w3_vk{
	background:#45668e;
}
.w3_facebook:hover{
	background:#5c7bbd;
}
.w3_twitter:hover{
	background:#4cb5f5;
}
.w3_rss:hover{
	background:#f77d44;
}
.w3_vk:hover{
	background:#6189b9;
}
.w3layouts_message{
	margin:2em 0 0;
}
.w3layouts_message input[type="text"],.w3layouts_message input[type="email"],.w3layouts_message textarea{
	outline: none;
    color: #212121;
    padding: 10px;
    border: none;
    border-bottom: none;
    font-size: 12px;
    width: 92%;
    background:rgba(255, 255, 255, 0.69);
}
.w3layouts_message input[type="text"]::-webkit-input-placeholder,.w3layouts_message input[type="email"]::-webkit-input-placeholder,
.w3layouts_message textarea::-webkit-input-placeholder{
	color:#212121 !important;
}
.w3layouts_message textarea{
	min-height:100px;
	resize:none;
}
.w3layouts_message input[type="email"]{
	margin:1em 0;
}
.w3layouts_message input[type="submit"]{
	outline:none;
	color:#fff;
	padding:10px;
	border:none;
	font-size:14px;
	width:100%;
	background:#41dfea;
	margin:1em 0 0;
	cursor:pointer;
}
.w3layouts_message input[type="submit"]:hover{
	background:#212121;
}
.w3ls_address_form{
	padding:1em 3em;
	background:#fff;
}
.w3ls_address_form ul li{
	font-size:14px;
	color:#212121;
	margin-right:5em;
	display:inline-block;
}
.w3ls_address_form ul li a{
	color:#212121;
	text-decoration:none;
}
.w3ls_address_form ul li a:hover{
	color:#41dfea;
}
.w3ls_address_form ul li i{
	padding-right: .5em;
    color: #41dfea;
    font-size: 1.5em;
    vertical-align: middle;
}
.w3ls_address_form ul li:last-child{
	margin:0;
}
/*-- start-responsive-design --*/
@media (max-width:1440px){
	.agile_main_grids {
		width: 67%;
	}
}
@media (max-width:1366px){
	.w3ls_button {
		padding: 20px 38px;
	}
	.w3ls_address_form ul li {
		margin-right: 4em;
	}
}
@media (max-width:1280px){
	.w3ls_address_form {
		padding: 1em 2em;
	}
	.w3ls_address_form ul li {
		margin-right: 3em;
	}
	.w3ls_button {
		padding: 20px 33px;
	}
	.w3layouts_message input[type="text"], .w3layouts_message input[type="email"], .w3layouts_message textarea {
		width: 91.7%;
	}
}
@media (max-width: 1080px){
	.agile_main_grids {
		width: 79%;
	}
	.w3ls_address_form ul li {
		margin-right: 2em;
	}
	.w3layouts_message input[type="text"], .w3layouts_message input[type="email"], .w3layouts_message textarea {
		width: 91.3%;
	}
}
@media (max-width: 1024px){
	.w3ls_button {
		padding: 20px 29.8px;
	}
	.w3ls_address_form ul li {
		margin-right: 3em;
		font-size: 13px;
	}
}
@media (max-width: 991px){
	.w3ls_address_form ul li {
		margin-right: 2em;
	}
	.w3layouts_message input[type="text"], .w3layouts_message input[type="email"], .w3layouts_message textarea {
		width: 90.5%;
	}
	.w3ls_button {
		padding: 20px 27.6px;
	}
}
@media (max-width: 900px){
	.w3ls_address_form ul li i {
		font-size: 1.3em;
	}
	.agile_main_grids {
		width: 90%;
	}
	.w3ls_address_form ul li {
		margin-right: 3em;
	}
	.w3ls_button {
		padding: 20px 29.6px;
	}
}
@media (max-width: 800px){
	.w3ls_address_form {
		padding: 1em 1em;
	}
	.w3ls_address_form ul li {
		margin-right: 1em;
	}
	.agileinfo_w3layouts_contact {
		padding: 1.5em;
	}
	.w3layouts_message input[type="text"], .w3layouts_message input[type="email"], .w3layouts_message textarea {
		width: 90.2%;
	}
	.w3ls_button {
		padding: 20px 22.3px;
	}
	.map-canvas {
		min-height: 487px;
	}
}
@media (max-width: 768px){
	.w3ls_address_form ul li {
		margin-right: 0.95em;
	}
	.w3ls_button {
		padding: 21px 23.7px;
		font-size: 13px;
	}
}
@media (max-width: 736px){
	.w3ls_address_form ul li:last-child {
		margin: 1em 0 0;
	}
	.w3ls_address_form ul li{
		margin:0;
	}
	.w3ls_address_form ul li:first-child {
		margin-right: 3em;
	}
	.w3layouts_message input[type="text"], .w3layouts_message input[type="email"], .w3layouts_message textarea {
		width: 89%;
	}
	.w3ls_button {
		padding: 21px 20px;
		font-size: 13px;
	}
	.main h1 {
		font-size: 2.2em;
		letter-spacing: 2px;
	}
}
@media (max-width: 667px){
	.agileits_social_icons h3, .w3layouts_message h3 {
		font-size: 1em;
	}
	.w3layouts_message input[type="text"], .w3layouts_message input[type="email"], .w3layouts_message textarea {
		width: 87.8%;
	}
	.w3ls_button {
		padding:18px 15px;
	}
}
@media (max-width: 640px){
	.main h1 {
		font-size: 2em;
	}
	.w3_agile_maps,.agileits_w3layouts_contact {
		float: none;
		width: 100%;
	}
	.w3ls_button {
		padding: 20px 37.5px;
	}
	.map-canvas {
		min-height: 300px;
	}
	.agileits_social_icons h3, .w3layouts_message h3 {
		font-size: 1.1em;
	}
	.w3layouts_message input[type="text"], .w3layouts_message input[type="email"], .w3layouts_message textarea {
		width: 96%;
	}
}
@media (max-width: 600px){
	.w3ls_address_form ul li:first-child {
		margin-right: 1em;
	}
	.w3ls_button {
		padding: 20px 33px;
	}
	.w3layouts_message input[type="text"], .w3layouts_message input[type="email"], .w3layouts_message textarea {
		width: 95.9%;
	}
}
@media (max-width: 600px){
	.main h1 {
		font-size: 1.8em;
	}
	.w3ls_address_form ul li:first-child {
		margin-right: 0;
	}
	.w3ls_address_form ul li:nth-child(2) {
		margin-right: 4em;
	}
	.w3ls_button {
		padding: 20px 29.5px;
	}
	.w3layouts_message input[type="text"], .w3layouts_message input[type="email"], .w3layouts_message textarea {
		width: 95.5%;
	}
}
@media (max-width: 480px){
	.main {
		padding: 2em 0;
	}
	.main h1 {
		font-size: 1.6em;
		letter-spacing: 1px;
	}
	.w3ls_button {
		padding: 20px 19.5px;
	}
	.map-canvas {
		min-height: 250px;
	}
	.w3layouts_message input[type="text"], .w3layouts_message input[type="email"], .w3layouts_message textarea {
		width: 94.5%;
	}
	.agileits_copyright p {
		font-size: 13px;
	}
}
@media (max-width: 414px){
	.main h1 {
		letter-spacing: 0px;
	}
	.w3ls_address_form ul li:nth-child(2) {
		margin-right: 1em;
	}
	.w3ls_button {
		padding: 15px 12px;
	}
	.w3layouts_message input[type="text"], .w3layouts_message input[type="email"], .w3layouts_message textarea {
		width: 93.5%;
	}
}
@media (max-width: 384px){
	.main h1 {
		font-size: 1.5em;
	}
	.w3ls_address_form ul li {
		font-size: 12px;
	}
	.w3ls_button {
		padding: 15px 8.7px;
	}
	.w3layouts_message input[type="text"], .w3layouts_message input[type="email"], .w3layouts_message textarea {
		width: 93.2%;
	}
	.agileits_social_icons h3, .w3layouts_message h3 {
		font-size: 1em;
	}
}
@media (max-width: 375px){
	.w3ls_address_form {
		padding: 1em;
		text-align: center;
	}
	.w3ls_address_form ul li:nth-child(2) {
		margin-right: 0.3em;
	}
	.w3ls_button {
		padding: 10px 0;
		width: 100%;
		border-right: none;
		border-bottom: 2px solid #d0a204;
	}
	.w3layouts_message input[type="text"], .w3layouts_message input[type="email"], .w3layouts_message textarea {
		width: 92.8%;
	}
}
@media (max-width: 320px){
	.main h1 {
		font-size: 1.2em;
	}
	.w3ls_address_form ul li:nth-child(2) {
		margin: 1em 0;
	}
	.w3ls_address_form ul li:last-child {
		margin: 0;
	}
	.map-canvas {
		min-height: 200px;
	}
	.w3layouts_message input[type="text"], .w3layouts_message input[type="email"], .w3layouts_message textarea {
		width: 91.3%;
	}
}