.bannerestatico{
    width: 100%;
    height: 350px;
}
.bannerestatico .img{
    background-image: url(../images/bn2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
/*-- about --*/
.about, .what-w3ls, .stats, .testimonials, .agileits-gal, .team-section, .contact, .services-w3l, .typo, .w3_wthree_agileits_icons{
	padding:6em 0;
}
h3.w3l-title {
    color: #ffb300;
    font-size: 4em;
	position: relative;
}

/*-- testimonials --*/
.w3_testimonials_grid_left p{
	color:#000;
	line-height:2em;
	margin: 4em 0 0;
}
.w3_testimonials_grid_right img{
	border:3px solid #ffb300;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -oz-border-radius: 50%;
    -ms-border-radius: 50%;
    margin: 0 auto;
}
.w3_testimonials_grid_left p img {
    padding:0 1em;
}
/*-- //testimonials --*/


/*-- timeline --*/
.cntl {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.cntl-center {
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}
.cntl-bar {
	position: absolute;
    width: 5px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: inset 0px 0px 7px -2px #828282;
}
.cntl-bar-fill {
	background-color:#ffb300;
	position: absolute;
	left:0;
	right:0;
	top:0;
	height:0;
}
.cntl-state {
	position: relative;
	width:100%;
	min-height: 200px;
	margin-bottom: 50px;
}
.cntl-state::after {
	display:block;
	content: ' ';
	clear:both;
}
.cntl-icon {
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -oz-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #212121;
    border: solid 4px #e2e2e2;
    box-shadow: 0px 0px 19px -9px #000;
    position: absolute;
    top: 0;
    text-align: center;
    line-height: 52px;
    font-size: 1em;
    color: #ffb300;
}
.cntl-content {
	width: 40%;
	padding: 2%;
	border-bottom:solid 3px #ffb300;
	float:left;
	opacity:0;
	position:relative;
	margin-left:-40%;
}
.cntl-state:nth-child(2n+2) .cntl-content {
	float:right;
	margin-right:-40%;
}
.cntl-image {
	opacity:0;
	width: 40%;
	padding: 2%;
	position: relative;
	margin-top:3em;
}
.w3ls_cntl_image_pos {
    padding: 1.3em;
    background: #ffba18;
    position: absolute;
    top: -15%;
    left: 10%;
    width: 80%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -oz-border-radius: 5px;
    -ms-border-radius: 5px;
}
.w3ls_cntl_image_pos p{
	font-size: 1em;
    color: #5f4301;
    text-align: center;
    line-height: 1.5em;
    text-transform: capitalize;
}
.cntl-state:nth-child(2n+1) .cntl-image {
	float:right;
}
.cntl-image img {
	width:100%;
}
.cntl-content h4 {
	font-size: 1.2em;
    font-weight: normal;
    margin-bottom: .5em;
    color: #b2b2b2;
}
.cntl-content p{
	font-size: 1.3em;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
/*
animations
*/
.cntl-bar-fill,.cntl-content,.cntl-image {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}
.cntl-state:nth-child(2n+2).cntl-animate .cntl-content {
	margin-right:0%;
}

.cntl-animate .cntl-content {
	opacity:1;
	margin-left:0%;
}

.cntl-animate .cntl-image {
	opacity:1;
}
/* mobile support */

@media (max-width: 600px) {
	.cntl-bar {
		left:auto;
		right: 37px;
	}
	.cntl-content {
		width:80%;
		float:none;
	}
	.cntl-state:nth-child(2n+2) .cntl-content {
		margin-right:0%;
		float:none;
	}
	.cntl-image {
		width:80%;
	}
	.cntl-state:nth-child(2n+1) .cntl-image {
		float:none;
	}
	.animate .cntl-content {
		margin-left: 2%;
	}
	.cntl-icon {
		left: auto;
		right: 2%;
	}
	.w3_cntl_image {
		margin-top: 2em !important;
	}
}
@media (max-width: 480px) {
	.cntl-bar {
		right: 22px;
	}
	.cntl-icon {
		right: 0%;
	}
	.cntl-icon {
		width: 50px;
		height: 50px;
		border: solid 3px #ffffff;
		line-height: 45px;
	}
}
@media (max-width: 414px){
	.cntl-content {
		width: 85%;
	}
}
@media(max-width: 1280px){
	.about, .what-w3ls, .stats, .testimonials, .agileits-gal, .team-section, .contact, .services-w3l, .typo, .w3_wthree_agileits_icons {
		padding: 5em 0;
	}
}
@media(max-width: 1080px){

	.cntl-content p {
		font-size: 1.1em;
	}
	.w3ls_cntl_image_pos {
		padding: 2em 1em;
	}
	.w3ls_cntl_image_pos p {
		font-size: 1em;
	}
}
@media(max-width: 991px){
	.about, .what-w3ls, .stats, .testimonials, .agileits-gal, .team-section, .contact, .services-w3l, .typo, .w3_wthree_agileits_icons {
		padding: 4.5em 0;
	}
	.w3_testimonials_grid_left {
		float: left;
		width: 70%;
	}
	.w3_testimonials_grid_right {
		float: right;
		width: 25%;
	}
	.w3_testimonials_grid_left p {
		margin: 2em 0 3em 0;
		font-size: .9em;
	}
	
	.cntl-content p {
		letter-spacing: 0px;
	}
}
@media(max-width: 800px){
	.about, .what-w3ls, .stats, .testimonials, .agileits-gal, .team-section, .contact, .services-w3l, .typo, .w3_wthree_agileits_icons {
		padding: 4em 0;
	}
}

@media(max-width: 736px){
	.w3ls_cntl_image_pos p {
		font-size: .9em;
	}
	.w3ls_cntl_image_pos {
		top: -22%;
	}
	.w3_testimonials_grid_left p {
		margin: 2em 0 5em 0;
	}
}
@media(max-width: 667px){
	
	.about, .what-w3ls, .stats, .testimonials, .agileits-gal, .team-section, .contact, .services-w3l, .typo, .w3_wthree_agileits_icons {
		padding: 3em 0;
	}
	.w3ls_cntl_image_pos {
		padding: 1.5em 1em;
	}

}
@media(max-width: 640px){
	.w3_testimonials_grid_left p {
		margin: 2em 0 3em 0;
	}
}
@media(max-width: 600px){
	.cntl-state:nth-child(2n+1) .cntl-image {
		float: none;
	}
	.cntl-state:nth-child(2n+2) .cntl-content {
		float: none;
	}
	.cntl-content {
		width: 80%;
	}
	.cntl-image {
		width: 90%;
		margin-top: 4em;
	}
	.w3ls_cntl_image_pos {
		top: -7%;
	}
}

@media(max-width: 480px){
	h3.w3l-title {
		font-size: 2.3em;
	}
	.w3_testimonials_grid_left p {
		margin: 2em 0 2em 0;
	}
}
@media(max-width: 414px){
	
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 430px;
	}
	h3.w3l-title {
		font-size: 2.1em;
	}
	
}
@media(max-width: 384px){
	.w3ls_cntl_image_pos {
		top: -13%;
	}
	.cntl-content p {
		font-size: 1em;
	}
}

@media(max-width: 320px){

	.agileinfo_social_icons{
		float:right;
		width: 50%;
	}
	.about, .what-w3ls, .stats, .testimonials, .agileits-gal, .team-section, .contact, .services-w3l, .typo, .w3_wthree_agileits_icons {
		padding: 2em 0;
	}
	h3.w3l-title {
		font-size: 1.8em;
	}
	h3.w3l-title:after {
		left: 41%;
	}

	.w3ls_cntl_image_pos {
		top: -21%;
		padding: 1em 1em;
	}
	.cntl-content p {
		font-size: .95em;
	}
	.cntl-content h4 {
		font-size: 1em;
	}
}
/*--//responsive--*/