.bannerestatico2{
    width: 100%;
    height: 350px;
}
.bannerestatico2 .img2{
    background-image: url(../images/bn3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.w3_agileits_mail_left{
	background:rgba(225, 225, 225, 0.6);
}
.w3_agileits_mail_left h4{
	padding: 1em;
    color: #212121;
    background: #ffb300;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-size: 1.1em;
   
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -oz-border-radius: 5px;
}
.w3_agileits_mail_left{
	text-align:center;
    margin-top: 5em;
}
.w3_agileits_mail_left h4 i{
	padding-right:1em;
	color:rgba(33, 33, 33, 0.6);
}
.w3_agileits_mail_left p.wthree_address{
	padding:2em;
	color:#212121;
	line-height:1.8em;
}
.w3_agileits_mail_left1{
	padding:2em;
}
.w3_agileits_mail_left1 a{
	font-size:14px;
	color:#212121;
	text-decoration:none;
	display:block;
}
.w3_agileits_mail_left1 a:hover{
	color:#13b3bb;
}
p.agileinfo_para {
    color: #212121;
}
.agileits_map iframe{
	width:100%;
	min-height:400px;
}
.agileinfo_mail_grids{
	margin:2em 0 0;
}
/*-- effect --*/
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em 1.7em 1em 0;
	max-width: 350px;
	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;
	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%;
}
.input--chisato {
	padding-top: 1em;
}

.input__field--chisato {
	width: 100%;
	padding:.9em 0.5em;
	background: transparent;
	border: 1px 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: #b5b5b5;
}

.input__label-content--chisato::after {
	content: attr(data-content);
	position: absolute;
	top: -200%;
	left: 0;
	color: #fFb300;
	font-weight: 800;
}

.input__field--chisato:focus,
.input--filled .input__field--chisato {
	border-color: #fFb300;
}

.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 --*/
.agileinfo_mail_grids textarea {
    outline: none;
    background:none;
    border:1px solid #b5b5b5;
    font-size: 12px;
    color: #212121;
    width:97.5%;
    padding:.9em 0.5em;
	margin: 2em 0;
    min-height: 200px;
}
.agileinfo_mail_grids textarea:focus {
    border-color:#fFb300;
}
.agileinfo_mail_grids input[type="submit"] {
    outline: none;
    background: #fFb300;
    border: none;
    font-size: 14px;
    color: #212121;
    width: 30%;
    padding:1em 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.agileinfo_mail_grids input[type="submit"]:hover{
	background:rgba(255, 179, 0, 0.61);
}
.agileinfo_header{
	font-size:2em;
	color:#212121;
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:600;
	padding:.5em 0;
	position:relative;
}
.agileinfo_header:before,.agileinfo_header:after{
	content: '';
    background: rgba(134, 134, 133, 0.52);
    height: 2px;
    position: absolute;
    width: 10%;
}
.agileinfo_header:before{
	top:0%;
	left:-3%;
}
.agileinfo_header:after{
	bottom:0%;
	right:65%;
}
.agileits_dummy_para{
	color:#454545;
	margin:1em 0 0;
}
.wthree_events_grid_left{
    border-left: 2px solid #dadada;
    position: relative;
    padding-left: 0;
}
.wthree_events_grid_left:before,.wthree_events_grid_left:after{
	content: '';
    background: #dadada;
    height: 20px;
    position: absolute;
    width: 20px;
    border-radius: 50px;
    left: -2%;
}
.wthree_events_grid_left:before{
	top:0%;
}
.wthree_events_grid_left:after{
	bottom:0%;	
}
.w3ls_event_grids,.w3_services_grids{
	margin:3em 0 0;
}