body{
	margin:0;
	padding:0;
	background:#fff;
	font-family: "Playfair Display", Georgia, serif;
 }
h1,h2,h3,h4,h5,h6{
	margin:0;	
	font-family: "Playfair Display", Georgia, serif;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
p,ul,ol{
	font-size:14px;
}
.background-video {
	position: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height:100%;
}
input[type="submit"],a,.nbs-flexisel-nav-left,.nbs-flexisel-nav-right{
	transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
}
a:hover{
	text-decoration:none;
}
a:focus{
	outline:none;
	text-decoration:none;
}


.verificaoculto{ 
	display: none; 
}

/*DIFERENTES TIPOS DE ENLACES*/
 	A:link {color:#E60026; text-decoration: none;} 
   	A:visited {color:#E60026; text-decoration: none;} 
   	A:active {color:#C9A726; text-decoration: none;} 
   	A:hover {color:#C9A726; text-decoration: none;} 

   	A.clase1:visited {color:#000; text-decoration: none;} 
   	A.clase1:active {color:#000; text-decoration: none;} 
   	A.clase1:link {color:#000; text-decoration: none;} 
   	A.clase1:hover {color:#0052BD; text-decoration: none;} 

   	A.clase2:visited {color:#fff; text-decoration: none; font-weight:900;}
   	A.clase2:active {color:#fff; text-decoration: none; font-weight:900;} 
   	A.clase2:link {color:#fff; text-decoration: none; font-weight:900;} 
   	A.clase2:hover {color:#00B745; text-decoration: none; font-weight:900;}

	A.clase3:visited {color:#fff; text-decoration: none; font-weight:500;}
   	A.clase3:active {color:#fff; text-decoration: none; font-weight:500;} 
   	A.clase3:link {color:#fff; text-decoration: none; font-weight:500;} 
   	A.clase3:hover {color:#212121; text-decoration: none; font-weight:500;} 

/*-- LATERALES FIJOS CON TELEFONOS Y REDES SOCIALES --*/
/* EN ESTE CASO TENEMOS EN RIGHT Y POR LO TANTO NECESITAMOS QUE ABRA A LA IZQUIERDA*/
.social {
	position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	right: 0px; /* Establecemos la barra en la izquierda */
	top: 15em; /* Bajamos la barra 200px de arriba a abajo */
	z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}

@media (max-width: 736px){
.social {
	top: 4em; /* SUBIMOS LA BARRA PARA UN TELEFONO */
}
}

#navigationMenu li{
	list-style:none;
	height:35px;
	width:35px;
	padding:0px;
	margin-right:1px;
}

/* COMO TENEMOS RIGHT:35PX SE ABRE HACIA LA IZQUIERDA, SI CAMBIAMOS RIGHT POR LEFT SE ABRE HACIA LA DERECHA*/
#navigationMenu span{
	width:0;
	right:35px;
	height:35px;
	padding:0;
	position:absolute;
	overflow:hidden;
	font-family: "Playfair Display", Georgia, serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.6px;
	white-space:nowrap;
	line-height:20px;
	display: flex;
    align-items: center;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	transition: 0.25s;
}

#navigationMenu a{
	background:url('img/navigation.jpg') no-repeat;
	height:35px;
	width:35px;
	display:block;
	position:relative;
}


/* General hover styles */
#navigationMenu a:hover span{ 
width:auto; 
padding:0 15px 0 10px;
overflow:visible; 
}
#navigationMenu a:hover{
	text-decoration:none;
	/* CSS outer glow with the box-shadow property */
	-moz-box-shadow:0 0 5px #9ddff5;
	-webkit-box-shadow:0 0 5px #9ddff5;
	box-shadow:0 0 5px #9ddff5;
}



/* CAMBIAMOS EN CADA UNO DE LOS ICONOS EL border-top-left-radius y el border-bottom-left-radius dependiendo de si tenemos a la izquierda o a la derecha el menu lateral*/

/* Green Button */
#navigationMenu .telefono {	background:url('../images/icon_telefono.png') no-repeat;}
#navigationMenu .telefono:hover {background:url('../images/icon_telefono_over.png') no-repeat;}
#navigationMenu .telefono span{
	background-color: rgba(255,255,255,0.6);
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
	border-width: 0px;
    border-style: solid;
    border-color: #DCA9AF;
	color:#7256E5;
	text-shadow:1px 1px 0 #fff;
	line-height:1em;
}

/* WhatsApps */

#navigationMenu .whatsapp { background:url('../images/icon_whatsapp.png') no-repeat;}
#navigationMenu .whatsapp:hover { background:url('../images/icon_whatsapp_over.png') no-repeat;}
#navigationMenu .whatsapp span{
	background-color: rgba(255,255,255,0.6);
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
	border-width: 0px;
    border-style: solid;
    border-color: #DCA9AF;
	color:#7256E5;
	text-shadow:1px 1px 0 #fff;
}

/* Blue Button */

#navigationMenu .correo { background:url('../images/icon_correo.png') no-repeat;}
#navigationMenu .correo:hover { background:url('../images/icon_correo_over.png') no-repeat;}
#navigationMenu .correo span{
	background-color: rgba(255,255,255,0.6);
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
	border-width: 0px;
    border-style: solid;
    border-color: #DCA9AF;
	color:#7256E5;
	text-shadow:1px 1px 0 #fff;
}

/* Amarillento Button */

#navigationMenu .blog { background:url('../images/icon_blog.png') no-repeat;}
#navigationMenu .blog:hover { background:url('../images/icon_blog_over.png') no-repeat;}
#navigationMenu .blog span{
	background-color: rgba(255,255,255,0.6);
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
	border-width: 0px;
    border-style: solid;
    border-color: #DCA9AF;
	color:#7256E5;
	text-shadow:1px 1px 0 #fff;
}

/* Orange Button */

#navigationMenu .facebook { background:url('../images/icon_facebook.png') no-repeat;}
#navigationMenu .facebook:hover { background:url('../images/icon_facebook_over.png') no-repeat;}
#navigationMenu .facebook span{
	background-color: rgba(255,255,255,0.6);
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
	border-width: 0px;
    border-style: solid;
    border-color: #DCA9AF;
	color:#7256E5;
	text-shadow:1px 1px 0 #fff;
}

/* Yellow Button */

#navigationMenu .twitter { background:url('../images/icon_twitter.png') no-repeat;}
#navigationMenu .twitter:hover{ background:url('../images/icon_twitter_over.png') no-repeat;}
#navigationMenu .twitter span{
	background-color: rgba(255,255,255,0.6);
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
	border-width: 0px;
    border-style: solid;
    border-color: #DCA9AF;
	color:#7256E5;
	text-shadow:1px 1px 0 #fff;
}

/* Yellow Button */

#navigationMenu .elvideo { background:url('../images/icon_elvideo.png') no-repeat;}
#navigationMenu .elvideo:hover{ background:url('../images/icon_elvideo_over.png') no-repeat;}
#navigationMenu .elvideo span{
	background-color: rgba(255,255,255,0.6);
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
	border-width: 0px;
    border-style: solid;
    border-color: #DCA9AF;
	color:#7256E5;
	text-shadow:1px 1px 0 #fff;
}	
/*-- /Cierra --*/

/* youtube ROJO Button */

#navigationMenu .youtube { background:url('../images/icon_youtube.png') no-repeat;}
#navigationMenu .youtube:hover{ background:url('../images/icon_youtube_over.png') no-repeat;}
#navigationMenu .youtube span{
	background-color: rgba(255,255,255,0.6);
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
	border-width: 0px;
    border-style: solid;
    border-color: #DCA9AF;
	color:#7256E5;
	text-shadow:1px 1px 0 #fff;
}	
/*-- /Cierra --*/


/*EMPIEZA TODO EL CSS PARA EL GIRO Y DESPLAZAMIENTO*/
.girar{
	-ms-transition: desplazar 0.5s ease-in;
	-moz-transition: desplazar 0.5s ease-in;
	-o-transition: desplazar 0.5s ease-in;
	-webkit-transition: desplazar 0.5s ease-in;
	transition: desplazar 0.5s ease-in;
}
.girar:hover{
transform: rotate(-5deg) ;
-ms-transform: rotate(-5deg) ; /* IE 9 */
-moz-transform: rotate(-5deg)  ;/* Safari and Chrome */	
-o-transform: rotate(-5deg) ;
-webkit-transform: rotate(-5deg) ;
	
}

.bajar{
	-ms-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.bajar:hover{
transform: translate(0px,5px);
-ms-transform: translate(0px,5px); /* IE 9 */
-moz-transform: translate(0px,5px);/* Safari and Chrome */	
-o-transform: translate(0px,5px);
-webkit-transform: translate(0px,5px);
	
}

/*EMPIEZA TODO EL CSS PARA SUBIR*/
.subir{
	-ms-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.subir:hover{
transform: translate(0px,-35px);
-ms-transform: translate(0px,-35px); /* IE 9 */
-moz-transform: translate(0px,-35px);/* Safari and Chrome */	
-o-transform: translate(0px,-35px);
-webkit-transform: translate(0px,-35px);
	
}

.moverder{
	-ms-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.moverder:hover{
transform: translate(10px,0px);
-ms-transform: translate(10px,0px); /* IE 9 */
-moz-transform: translate(10px,0px);/* Safari and Chrome */	
-o-transform: translate(10px,0px);
-webkit-transform: translate(10px,0px);
	
}

.transparente{
	opacity: 100;
}
.transparente:hover {
	z-index:1;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}



/*-- banner --*/
.banner {
	background:url('../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;
}
.center-container{
	padding:2em 0 9em;
    background: rgba(0, 0, 0, 0.1);
}
.COOW_agile_header{
	padding:2em 2em 0;
}
.COOW_agile_header_left{
	float:left;
}
.agile_header_right{
	float:right;
	margin-left: 2em;
	margin-top: .6em;
}
.agile_header_right ul li{
	text-align:left;
	display:inline-block;
	font-family: "Playfair Display", Georgia, serif;
	font-size:20px;
	font-weight:600;
	color:#fff;
}
.agile_header_right ul li i{
	padding-right:0.5em;
	color:#E60026;
}
.agile_header_right ul li a{
	color:#fff;
	text-decoration:none;
}
.agile_header_right ul li a:hover{
	color:#E60026;
}
.agile_header_right ul li a:before,.agile_header_right ul li a:after{
	display:none;
}
.agile_header_right ul li:last-child{
	margin-left:3em;
}


.agile_header_right .accesocursos{
    font-size: 20px;
	color:#FFF;
    padding: 7px 20px;
    background-color:#7282AE;
	margin-top:0.5em;
    font-weight: 400;
	text-decoration: none;
	font-family: "Playfair Display", Georgia, serif;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	-ms-border-radius:25px;
	outline:none;
	border:none;
	box-shadow:#000 2px 2px 2px;
}
.agile_header_right .accesocursos:hover {
	background-color:#C8A532;
	color:#F2E42E;
}



.COOW_agileits_logo{
	text-align: center;
	margin-top:-3em;
	margin-left:5%;
    width: 31%;
}
.COOW_agileits_logo h1 a{
	font-size: 2em;
    color: #fff;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    background: url(../images/1.png) no-repeat center 0px;
    padding-top: 1.2em;
    font-family: "Playfair Display", Georgia, serif;
}
.COOW_agileits_logo h1 a span{
	display: block;
    font-size: .3em;
    font-weight: 600;
    color:#0accff;
    position: relative;
    letter-spacing: 10px;
}
.COOW_agileits_logo h1 a span:before,.COOW_agileits_logo h1 a span:after{
	content: '';
    background: #E60026;
    height: 2px;
    width: 20%;
    position: absolute;
    top: 45%;
}
.COOW_agileits_logo h1 a span:before{
	left:5%;
}
.COOW_agileits_logo h1 a span:after{
	right:7%;
}
.agileits_COOW_banner_info{
	width:80%;
	margin:4em auto;
	text-align:center;
}
.agileits_COOW_banner_info h3{
	font-size:3em;
	color:#E60026;
	text-transform:uppercase;
	line-height:1.5em;
	text-shadow:#000 1px 1px 2px;
}
.agileits_COOW_banner_info h2{
	font-size:2em;
	color:#58d3f3;
	text-transform:uppercase;
	line-height:1.5em;
	text-shadow:#000 1px 1px 2px;
}
.agileits_COOW_banner_info h4{
	color:#E60026;
	line-height:1.5em;
	line-height:1.5em;
	margin: 1em 0 5em;
	text-transform:uppercase;
	text-shadow:#000 1px 1px 2px;
}

.agileits_COOW_banner_info form{
	width:60%;
	margin:0 auto;
}
.agileits_COOW_banner_info input[type="email"]{
	outline: none;
    width: 78%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.33);
    color: #212121;
    border: 1px solid #a5a5a5;
    font-size: 14px;
    float: left;
	letter-spacing: 3px;
    font-weight: 600;
}
.agileits_COOW_banner_info input[type="email"]::-webkit-input-placeholder{
	color:#212121;
}
.agileits_COOW_banner_info input[type="submit"]{
	outline: none;
    width: 22%;
    padding: 15px 0;
    background: #E60026;
    color: #212121;
    border: 1px solid #E60026;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.agileits_COOW_banner_info input[type="submit"]:hover{
	background:#0accff;
	border-color:#0accff;
}

.agileits_COOW_banner_info .hacercita{
    width: 36%;
	margin-left:32%;
    padding: 15px 20px;
    background: #0accff;
    text-shadow:#000 1px 1px 2px;
    border: 1px solid #fddd55;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
	border-radius:1em;
	box-shadow:#000 1px 1px 2px;
}
.agileits_COOW_banner_info .hacercita:hover{
	background:#7282AE;
	border: 1px solid #fddd55;
	text-shadow:#000 1px 1px 2px;
}


/*-- nav --*/
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
}
.navbar-right {
    margin-right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#E60026;
    background:none;
}
.navbar-default .navbar-nav > li > a {
    font-weight: 600;
    letter-spacing: 1px;
}
.navbar-nav > li > a {
    margin: 0 0.2em;
    padding:10px 20px;
	background:rgba(0,0,0,.7);
	border-radius: 7px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover{
    color:#E60026;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
	outline:none;
}
.navbar-right {
    margin:0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#0accff;
    background: none;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav  > .active.open > a:focus {
	background:transparent;
	color: #fff;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
}
.navbar-right {
    float: none !important;
}
.navbar-nav {
    margin:0 0 0 2em;
}
.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
	padding:0;
	border: none;
}
.agile_short_dropdown li a{
	text-transform:uppercase;
	color:#212121;
	font-size:13px;
	font-weight:600;
	padding: .8em 0;
}
.agile_short_dropdown > li > a:hover{
    color: #fff;
    text-decoration: none;
    background-color:#ff464f;
}
/*-- nav-effect --*/
.link-effect-14 a {
  overflow: hidden;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.link-effect-14 a span::before {
  width: 5px;
  height: 5px;
  background: transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 2px solid #E60026;
  border-left: 2px solid #E60026;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.link-effect-14 a span::after {
  width: 5px;
  height: 5px;
  background: transparent;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 2px solid #E60026;
  border-bottom: 2px solid #E60026;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.link-effect-14 a::before {
  width: 5px;
  height: 5px;
  background: transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-right: 2px solid #E60026;
  border-top: 2px solid #E60026;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.link-effect-14 a::after {
  width: 5px;
  height: 5px;
  background: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-left: 2px solid #E60026;
  border-bottom: 2px solid #E60026;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.link-effect-14 a:hover::before,.navbar-nav li.active a::before {
  opacity: 1;
  right: 5px;
  top: 5px;
}
.link-effect-14 a:hover::after,.navbar-nav li.active a::after {
  opacity: 1;
  left: 5px;
  bottom: 5px;
}
.link-effect-14 a:hover span::before,.navbar-nav li.active a span::before {
  opacity: 1;
  left: 5px;
  top: 5px;
}
.link-effect-14 a:hover span::after,.navbar-nav li.active a span::after {
  opacity: 1;
  right: 5px;
  bottom: 5px;
}
/*-- //nav-effect --*/
/*-- //nav --*/
/*-- //banner --*/
/*-- banner-bottom --*/
.banner-bottom,.stats,.testimonials{
	padding:5em 0;
}
.COOWl_lotus{
	text-align: center;
    font-size: 1em;
    color: #212121;
    padding: .5em;
    background: #E60026;
    width: 25%;
    margin: 0 auto 2em;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.COOW_head{
	text-transform:none;
    font-size: 2.5em;
    color: #212121;
    text-align: center;
}
.COOW_head span{
	color:#58d3f3;
}
.COOW_para{
	color:#999;
	line-height:2em;
	text-align:center;
}
.COOWls_banner_bottom_grids{
	margin:3em 0 0; 
}
.agileits_banner_bottom_grid_left{
	text-align:center;
}
.agileinfo_banner_bottom_grid_l_grid,.COOW_agileits_counter_grid{
	width: 200px;
    height: 200px;
    border-radius: 10px;
    background: #eaeaea;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    margin: 0 auto;
	overflow:hidden;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.agileinfo_banner_bottom_grid_l_grid i,.COOW_agileits_counter_grid i{
	color:#212121;
	font-size:2em;
	line-height:3.5em;
	transform: rotate(-359deg);
	-webkit-transform: rotate(-359deg);
	-moz-transform: rotate(-359deg);
	-o-transform: rotate(-359deg);
	-ms-transform: rotate(-359deg);
}
.agileits_banner_bottom_grid_left h4{
	margin: 3em 0 1em;
    color: #0accff;
	text-transform:none;
    font-size: 1.5em;
}
.agileits_banner_bottom_grid_left p{
	color:#999;
	line-height:2em;
}
.agileits_banner_bottom_grid_left:hover .agileinfo_banner_bottom_grid_l_grid{
	-webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.agileits_banner_bottom_grid_left:hover .agileinfo_banner_bottom_grid_l_grid i{
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
/*-- //banner-bottom --*/


/*-- services-bottom --*/
.wthree_services_bottom_left,.wthree_services_bottom_right,.COOW_agileits_services_bottom_l_grid{
	padding:0;
}
.COOW_agileits_services_bottom_r_grid{
	padding:4em 4em 0;
    background: #E60026;
    min-height: 307px;
}
.COOW_agileits_services_bottom_r_grid h4{
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5em;
    color: #212121;
    position: relative;
    padding-bottom: 1em;
}
.COOW_agileits_services_bottom_r_grid h4:after{
	content: '';
    background:#212121;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0%;
    left: 0%;
}
.COOW_agileits_services_bottom_r_grid p{
	color: #525a45;
    line-height: 1.7em;
    margin:1.7em 0 1.7em;
}
.agileits_COOW_more{
	text-align:right;
}
.agileits_COOW_more a{
	font-size:1em;
	color:#212121;
	font-weight:600;
	text-decoration:none;
}
.agileits_COOW_more a i{
	padding-left:1em;
}
.agile_services_bottom_l_grid1{
	position:relative;
}
.COOW_service_bottom_grid_pos{
    background:rgba(0, 0, 0, 0.76);
    bottom: 75px;
    left: 75px;
    opacity: 0;
    padding: 3em;
    position: absolute;
    right: 75px;
    top: 75px;
    visibility: hidden;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 9;
}
.COOW_service_bottom_grid_pos h3{
	text-align:center;
    font-size: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5em;
}
.COOW_agileits_services_bottom_l_grid:hover .COOW_service_bottom_grid_pos {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
}
.COOW_agile_services_bottom_right_grid{
	background: url(../images/3.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}
.COOW_agile_services_bottom_right_grid1{
	background: url(../images/4.jpg) no-repeat 0px -30px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}
.COOW_agile_services_bottom_right_grid2{
	background: url(../images/5.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}
.COOW_agile_services_bottom_right_grid3{
	background: url(../images/6.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}
.COOW_agile_services_bottom_right_grid,.COOW_agile_services_bottom_right_grid1,.COOW_agile_services_bottom_right_grid2,.COOW_agile_services_bottom_right_grid3{
    min-height: 614px;
	padding:5em;
}
.COOW_head_slide{
	font-size: 2.5em;
    color:rgba(0, 0, 0, 0.90);
	width:80%;
	margin-left:10%;
	font-weight:700;
	text-transform: uppercase;
	text-shadow:#E60026 1px 1px 5px;
}
.COOW_head_slide span{
	display:block;
	font-size:.8em;
	line-height:.5;
}
/*-- //services-bottom --*/
/*-- bootstrap-pop-up --*/
.modal-header {
    font-size: 2em;
    color: #fff;
    font-family:'Montserrat', sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    background:#58d3f3;
}
.close {
    opacity: 1;
}
.modal-body p {
    color: #777;
    text-align: justify;
	padding:2em 2em 1em;
	margin: 0 !important;
	line-height:2em;
}
.modal-body p i {
    display: block;
    margin: 1em 0;
    color: #212121;
}
.anotacion {
	font-size:1.2em;
	font-weight:600;
    color: #555;
    text-align: justify;
	padding:2em 2em 1em;
	margin: 0 !important;
	line-height:1.5em;
}
.modal-body h7 {
	margin-top:-5.5em;
    color: #444;
	font-size:1.2em;
    text-align: center;
	padding:0.1em 2em 1em;
	margin: 0 !important;
	line-height:2em;
}
.modal-body {
    padding:0;
}
.modal-content {
    border-radius: 0;
}
button.close {
    font-size: 1.5em;
    color:#212121;
	outline: none;
}
/*-- //bootstrap-pop-up --*/


/*-- team --*/
.COOW_team_grid{
    overflow: hidden;
    position: relative;
}
.COOW_team_grid_pos{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, 0.4);
    right: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}
.COOW_team_grid_pos{
    -webkit-transform: scale3d(0,0,1);
    -moz-transform: scale3d(0,0,1);
    -ms-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
}
.COOW_agile_team_grid:hover .COOW_team_grid_pos,.COOW_gallery_grid:hover .COOW_team_grid_pos,
.COOW_agile_class_grid:hover .COOW_team_grid_pos{
    opacity:1;
	-webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.COOW_agile_team_grid:hover .wthree_text,.COOW_gallery_grid:hover .wthree_text,
.COOW_agile_class_grid:hover .wthree_text{
    opacity: 1;
	-webkit-transform: translateY(0) scale3d(1,1,1);
    -moz-transform: translateY(0) scale3d(1,1,1);
    -ms-transform: translateY(0) scale3d(1,1,1);
    transform: translateY(0) scale3d(1,1,1);
    -webkit-transition: transform 400ms ease 380ms;
    -moz-transition: transform 400ms ease 380ms;
    transition: transform 400ms ease 380ms;
}

.wthree_textservicios{
    text-align: center;
	padding:2em;
    position: absolute;
    width: 100%;
    top: 2%;
	color: #fff;
	font-size: 1.15em;
	font-weight:600;
	text-shadow:#000 1px 1px 2px;
    opacity: 0;
	    -webkit-transform: translateY(0) scale3d(0,0,1);
    -moz-transform: translateY(0) scale3d(0,0,1);
    -ms-transform: translateY(0) scale3d(0,0,1);
    transform: translateY(0) scale3d(0,0,1);
    -webkit-transition: transform 400ms ease 280ms;
    -moz-transition: transform 400ms ease 280ms;
    transition: transform 400ms ease 280ms;
}


.wthree_text{
    text-align: center;
	padding:2em;
    position: absolute;
    width: 100%;
    top: 2%;
	color: #fff;
	font-size: 1.15em;
	font-weight:600;
	text-shadow:#000 1px 1px 2px;
    opacity: 0;
	    -webkit-transform: translateY(0) scale3d(0,0,1);
    -moz-transform: translateY(0) scale3d(0,0,1);
    -ms-transform: translateY(0) scale3d(0,0,1);
    transform: translateY(0) scale3d(0,0,1);
    -webkit-transition: transform 400ms ease 280ms;
    -moz-transition: transform 400ms ease 280ms;
    transition: transform 400ms ease 280ms;
}
.wthree_text h3{
	font-size: 1.3em;
    color: #E60026;
    margin: 0.2em 0;
	font-weight:200;
	text-shadow:#000 1px 1px 2px;
}
.wthree_text h8{
	text-align:center;
	font-size: 1.5em;
    color: #FFF;
    margin: 0.2em 0;
	font-weight:100;
	text-shadow:#000 1px 1px 2px;
}

.agileits_social_list li:nth-child(2){
    margin:0 1.5em;
}
.agileits_social_list li a{
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 1em;
    width: 35px;
    height: 35px;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.agileits_social_list li a i{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	line-height: 2.5em;
}
.agileits_social_list li a:hover{
	background:#fff;
}
a.COOW_agile_facebook,.COOW_facebook{
	background:#3b5998;
}
a.COOW_agile_facebook:hover{
	color:#3b5998;
}
a.agile_twitter,.COOWls_twitter{
	background:#1da1f2;
}
a.COOW_agile_dribble,.COOWl_dribbble{
	background:#F56D2D;
}
a.COOW_agile_dribble,.COOWl_videoyoutube{
	background:#C8A532;
}
a.COOW_agile_vimeo{
	background:#1ab7ea;
}
a.agile_twitter:hover{
	color:#1da1f2;
}
a.COOW_agile_dribble:hover{
	color:#ea4c89;
}
a.COOW_agile_vimeo:hover{
	color:#1ab7ea;
}
.agile_social_icons_banner {
    float: right;
    margin:1.6em 2em 0 0;
}
.COOW_agile_team_grid{
	text-align:center;
}
.COOW_agile_team_grid h4{
	font-size: 1.5em;
    color: #212121;
    margin: 1.5em 0 .2em;
}
.COOW_agile_team_grid p{
	color:#58d3f3;
}
/*-- //team --*/



/*-- register --*/
.register{
	background:url(../images/10.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;
	padding:8em 0;
}
.agile_register_grid{
	width:55%;
	margin: 5em 0 0;
}
.register h3{
	font-size:2.5em;
	text-transform:uppercase;
	line-height:1.5em;
}
.register p{
    line-height: 2em;
    color: #999;
    text-align: center;
    margin: 1em 0 2em;
}
.agile_register_grid h4{
	text-align:center;
	color:#58d3f3;
	font-size:1.2em;
	text-transform:uppercase;
}
.agile_register_grid h5{
	text-align:center;
	font-size:1em;
	color:#212121;
	margin: 1em 0 0;
}

.vercurso{
	width:30%;
	margin-left:35%;
    font-size: 20px;
	color:#FFF;
    padding: 7px 20px;
    background-color:#7282AE;
	margin-top:0.5em;
    font-weight: 400;
	text-decoration: none;
	font-family: "Playfair Display", Georgia, serif;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	-ms-border-radius:25px;
	outline:none;
	border:none;
	box-shadow:#000 2px 2px 2px;
}
.vercurso:hover {
	background-color:#C8A532;
	color:#F2E42E;
}




/*-- countdown --*/
.countdown {
    padding:5em 0 3em;
}

.countdown-time {
  display: block;
}

.countdown-time ul { display: inline-block; }

.countdown-time li {
	float: left;
	text-align: center;
}

.countdown-time li.blank {
	line-height: 90px;
    width: 15px;
    color: #212121;
    font-size: 3em;
}

.countdown-time li.item { width: 110px; }

.countdown-time i {
	display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 3em;
    font-weight: bold;
    margin: auto;
    border-radius: 90px;
    box-shadow: 0 0 10px rgba(199, 199, 199, 0.32);
    color: #212121;
    border: 2px solid #E60026;
	font-style:normal;
}

.countdown-time span {
	display: block;
	color: #212121;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
}
.COOW_agileits li{
	display:inline-block;
}
/*-- //countdown --*/


.agileits_COOW_book{
	padding:3em 0;
	background:#58d3f3;
}
.agileits_COOW_book_left{
	float:left;
}
.agileits_COOW_book_left h3{
	text-transform:uppercase;
	font-size:1.85em;
	font-weight:900;
	color:#fff;
	text-shadow:#000 1px 1px 2px;
}
.agileits_COOW_book_right{
	float:right;
	width:21%;
}
.agileits_COOW_book_right a{
	display: block;
    padding: 12px 0;
    background: #212121;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
	text-decoration:none;
}
.agileits_COOW_book_right a:hover{
	background:#fff;
	color:#212121;
	text-shadow:#58d3f3 1px 1px 2px;
}
.wthree_pop h3{
	font-size: 2em;
    color: #212121;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 1em;
}
.agileits_COOW_user {
    position: relative;
}
.wthree_pop_left label,.wthree_pop label{
	font-size: 13px;
    display: block;
    margin-bottom: 1em;
    font-weight: 600;
    text-align: left;
}

.agileits_modal_body .verificaoculto{ 
	display: none; 
}

.agileits_modal_body input[type="text"], .agileits_modal_body input[type="email"],.COOW_agileits_select,.wthree_pop_up textarea{
    outline: none;
    padding: 10px 10px 10px 65px;
    font-size: 14px;
    color: #212121;
    border: 1px solid #dddbdb;
    width: 100%;
    margin-bottom: 2em;
}
.agileits_COOW_user i {
    position: absolute;
    top: 2%;
    left: 0.7%;
    font-size: 1em;
    color: #212121;
    padding: 13.2px 0;
    width: 18%;
    background: #E60026;
}
.agileits_user i {
    width: 10% !important;
    left: 0% !important;
}
.wthree_pop_up{
    padding: 0 1em;
}
.wthree_pop_up textarea{
	min-height:150px;
	resize:none;
	padding:15px !important;
}
.agileits_modal_body input[type="submit"]{
	outline: none;
    padding: 10px 0;
    font-size: 1em;
    color: #fff;
    border: none;
    width: 39%;
    background: #58d3f3;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
}
.agileits_modal_body input[type="submit"]:hover{
	background:#E60026;
	color:#212121;
}
/*-- //register --*/


/*-- gallery --*/
.COOW_gallery_grid h4{
	text-transform:uppercase;
	font-size:1.5em;
	color:#fff;
}
.COOW_gallery_grid{
	padding:0.5em;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color:#E60026;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
    margin-right: 3px;
    border-radius: 0;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    color: #212121;
    letter-spacing: 2px;
    border: none;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav-tabs {
    margin: 0 0 4em;
}
.nav-tabs > li:nth-child(1) {
	margin-left:38%;
}
.nav-tabs > li > a:hover {
    border: none;
}
.gallery{
	padding-top:5em;
}
/*-- //gallery --*/




/*-- stats --*/
.stats{
	background: url(../images/17.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;
}
.COOW_counter_grid p{
	font-size: 4em;
    font-weight: 700;
    letter-spacing: 5px;
    color: #fff;
	margin:0.5em 0;
}
.COOW_counter_grid h3{
	font-size:1.2em;
	color:#fff;
	text-transform:uppercase;
}
.COOW_counter_grid {
    text-align: center;
}
.COOW_agileits_counter_grid{
	background:#58d3f3;
	width: 80px;
    height: 80px;
}
.COOW_agileits_counter_grid i {
    line-height: 2.8em;
}
/*-- //stats --*/



/*-- classes --*/
.COOW_agile_class_grid{
	padding:2em 2em;
}
.agile_class{
	width:60%;
	margin-left:20%;
	padding:10px 30px;
	background:#7282AE;
	color:#fff;
	font-size:1.1em;
	border-radius:2em;
	text-decoration:none;
	font-family: 'Montserrat', sans-serif;
}
.agile_class:hover{
	background:#58d3f3;
	color:#fff;
}
.COOW_agileits_class_grid{
	padding: 1.5em 1.5em 3.5em;
    border: 1px solid #e5e5e5;
    text-align: center;
    position: relative;
}
.COOW_agileits_class_grid p{
	color:#999;
	line-height:2em;
}
.COOW_agileits_class_grid h4{
	margin:1em 0;
}
.COOW_agileits_class_grid h4 a{
	font-size: 1.1em;
    text-transform: capitalize;
    color: #212121;
    text-decoration: none;
}
.COOW_agileits_class_grid h4 a:hover,.COOW_agile_class_grid:hover .COOW_agileits_class_grid h4 a{
	color:#58d3f3;
}
.COOW_agileits_class_grid h5{
	font-size:0.8em;
	margin-top:1em;
	color:#C8A532;
}
.COOW_agileits_class_grid_pos{
	position: absolute;
    width: 100%;
    bottom: -18%;
    left: 0;
}
.COOW_agileits_class_grid_pos img{
	margin:0 auto;
}
.agileits_COOW_class_pos{
	position:absolute;
	top:5%;
	right:10%;
}
.agileits_COOW_class_pos ul li{
	display:inline-block;
	color:#fff;
	font-size:1em;
}
.agileits_COOW_class_pos ul li i{
	padding-right:1em;
	color:#58d3f3;
}
.agileits_COOW_class_pos ul li a{
	color:#fff;
	text-decoration:none;
}
.agileits_COOW_class_pos ul li a:hover{
	color:#58d3f3;
}
.agileits_COOW_class_pos ul li:nth-child(2){
	margin:0 1.5em;
}
.COOW_classes_grids{
	margin:6em 0 0;
}
/*-- //classes --*/



/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
	padding:0 0 .5em;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 35px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*-- Nav --*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background: none;
    top: -13% !important;
    border: 1px solid #999;
    font-family: FontAwesome;
    text-align: center;
    line-height: 2.8em;
    color: #212121;
}
.nbs-flexisel-nav-left{
	left:91%;
}
.nbs-flexisel-nav-left:before {
	content:"\f053";
}
.nbs-flexisel-nav-right{
	right: 1.2%;
}
.nbs-flexisel-nav-right:after {
	content:"\f054";
}
.nbs-flexisel-nav-left:hover,.nbs-flexisel-nav-right:hover{
	background:#58d3f3;
	color:#fff;
	border-color:#58d3f3;
}
/*--//flexisel--*/





/*--// LOS TESTIMONIOS OTROS--*/








/*-- testimonials --*/
.testimonials{
	background: url(../images/18.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;
}
.wthree_head{
	color:#fff;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Arrows */
.slick-prev,
.slick-next
{
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    width: 50px;
    height: 40px;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    border: none;
    font-size: 1em;
    outline: none;
    background: none;
    border: 1px solid;
    z-index: 9;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    outline: none;
}
.slick-prev:hover,.slick-next:hover{
	background:#E60026;
	border-color:#E60026;
	color:#212121;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome';
    line-height: 1;

    opacity: .75;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before
{
    content:"\f177";
}
[dir='rtl'] .slick-prev:before
{
    content: "\f177";
}

.slick-next,[dir='rtl'] .slick-prev
{
    right:-6.5%;
}
[dir='rtl'] .slick-next,.slick-prev
{
    right: auto;
    left:-6.5%;
}
.slick-next:before
{
    content: "\f178";
}
[dir='rtl'] .slick-next:before
{
    content: "\f178";
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: #212121;
    border: 0;
    outline: none;
    background:transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'FontAwesome';
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\f111";
    text-align: center;
    opacity: .25;
    color:#d7d7d7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #58d3f3;
}

.COOWl_testimonial_grid{
	padding: 2.5em 2.5em 1.5em;
	background-color:rgba(255, 255, 255, 0.6);
    background: #f5f5f5;
    text-align: center;
    position: relative;
    margin: 4em 3.5em 2em;
	box-shadow: 3px 10px 15px #58D3F3;
	border-radius:25px;
}
.COOWl_testimonial_grid:focus,.agileits_testimonial_grid:focus{
	outline:none;
}
.COOWl_testimonial_grid_pos{
	position:absolute;
	width:100%;
	text-align:center;
	top:-15%;
	left:0%;
}
.COOWl_testimonial_grid_pos img{
	margin:0 auto;
}
.COOWl_testimonial_grid p{
	font-size:1.4em;
	color:#595959;
	font-weight:700;
	line-height:2em;
	position:relative;
	padding-left:1.3em;
}
.COOWl_testimonial_grid p:before{
	content:"\f10d";
	font-size:1.5em;
	color:#595959;
	font-family:FontAwesome;
	position:absolute;
	top:0%;
	left:0%;
}
.COOWl_testimonial_grid p:after{
	content:"\f10e";
	font-size:1.5em;
	color:#595959;
	font-family:FontAwesome;
	position:absolute;
	bottom:0%;
	right:0%;
}
.agileits_testimonial_grid h4{
	font-size:1.2em;
	font-weight:900;
	color:#58d3f3;
	margin:0.5em 0 0.5em;
}
.agileits_testimonial_grid h5{
	font-size:.9em;
	font-weight:400;
	color:#999;
	margin:1em 0 0.5em;
}
.agileinfo_testimonial_grids{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
/*-- //testimonials --*/



/*-- mail --*/
.agileits_mail_grid_left ul li{
	list-style-type:none;
	margin-bottom:2em;
}
.agileits_mail_grid_left p{
	font-size: 1.2em;
	color:#999;
	margin-left:4em;
	margin-top:-2.6em;
}
.agileits_mail_grid_left ul li label{
	color: #212121;
    border: 1px solid #999;
    font-size: 1.9em;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	margin-right: 1.0em;
}
.agileits_mail_grid_left ul li label i{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	line-height: 1.8em;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.agileits_mail_grid_left ul li label i:hover{
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	line-height: 1.8em;
}
.agileits_mail_grid_left ul li a{
	color:#999;
	text-decoration:none;
}
.agileits_mail_grid_left ul li a:hover{
	color:#212121;
}
.COOW_mail_grid_left h3,.wthree_mail_pos h3{
	font-size: 1.8em;
    color: #212121;
    text-transform: uppercase;
    padding-bottom: .5em;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 2em;
}
.COOW_mail_grid_left h3:after,.wthree_mail_pos h3:after{
	content: '';
    background: #E60026;
    width: 90%;
    height: 2px;
    position: absolute;
    bottom: 0%;
    left: 0%;
}
.agileits_COOW_socila_mail{
	margin:3em 0 0;
}
.agileits_COOW_socila_mail ul li{
	width: 17.5%;
	margin-left:0.5%;
    display: inline-block;
    float: left;
}
.agileits_COOW_socila_mail ul li a{
	padding: 1em 0;
    display: block;
    font-size: 2.5em;
    color: #fff;
    text-align: center;
}
.agileits_pinterest{
	background:#bd081c;
}
.COOW_facebook:hover {
    background: #4f7dde;
}
.COOWl_dribbble:hover {
    background: #FF8C40;
}
.COOWl_videoyoutube:hover {
    background: #EFC439;
}
.agileits_pinterest:hover {
    background: #e43044;
}
.COOWls_twitter:hover {
    background: #21C5FF;
}
.COOW_agileits_map iframe{
	width:100%;
	min-height:400px;
	margin-bottom:-6px;
}
.COOW_agileits_map{
	position:relative;
}
.wthree_mail_pos{
    background: #efefef;
    
}
.wthree_mail_pos h3:after{
	background:#212121;
}
.wthree_mail_pos input[type="text"],.wthree_mail_pos input[type="email"],.wthree_mail_pos textarea{
	outline: none;
    padding: 15px;
    background: none;
    color: #212121;
    font-size: 14px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #494949;
	font-weight: 600;
}
.wthree_mail_pos input[type="text"]::-webkit-input-placeholder,.wthree_mail_pos textarea::-webkit-input-placeholder
,.wthree_mail_pos input[type="email"]::-webkit-input-placeholder{
	color:#58d3f3 !important;
}
.wthree_mail_pos input[type="email"]{
	margin:1em 0;
}
.wthree_mail_pos textarea{
	min-height:130px;
	resize:none;
}
.wthree_mail_pos input[type="submit"]{
	outline: none;
    padding: 15px 0;
    background: url(../images/6.png) no-repeat center center #58d3f3;
    width: 100%;
    border: none;
    min-height: 525px;
}
.wthree_mail_pos input[type="submit"]:hover{
	background-color:#212121;
}
.COOW_agileits_contact_left{
	padding:3em;
}
.COOW_agileits_contact_right{
	padding:0;
}
/*-- //mail --*/




/*-- copyright section --*/
.copright-COOW {
	padding:50px 0;	
	background-color:#000;
}
.copright-COOW ul.link-COOWl li {
	display:inline-block;
	margin-right:30px;
}
.copright-COOW ul.link-COOWl li a {
	color:#fff;
	text-decoration:none;
	font-family: 'Rambla', sans-serif;;
	font-size:16px;
	font-weight:400;
	display:block;
	position: relative;
	outline: none;
	padding:10px 0;
	letter-spacing: 1px;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.copright-COOW ul.link-COOWl li a:hover,
.copright-COOW ul.link-COOWl li a:focus {
	outline: none;
	color:#E60026;
}
.cl-effect-21 a::before,
.cl-effect-21 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.cl-effect-21 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.cl-effect-21 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.cl-effect-21 a:hover {
	color: #fff;
}
.cl-effect-21 a:hover::before,
.cl-effect-21 a:hover::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.copright-COOW p.copyright {
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.copright-COOW p.copyright a {
	color:#E60026;
	text-decoration:none;
}
.copright-COOW p.copyright a:hover {
	color:#E60026;
} 
/*-- /copyright section --*/





/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 9.3%;
	right: 1.7%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/




/*-----start-responsive-design------*/
@media (max-width:1680px){
	.COOW_agileits_services_bottom_r_grid {
		min-height: 322px;
	}
	.COOW_agile_services_bottom_right_grid, .COOW_agile_services_bottom_right_grid1, .COOW_agile_services_bottom_right_grid2, .COOW_agile_services_bottom_right_grid3 {
		min-height: 645px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left:35%;
	}
}
@media (max-width:1600px){
	.COOW_agileits_services_bottom_r_grid {
		min-height: 307px;
	}
	.COOW_agile_services_bottom_right_grid, .COOW_agile_services_bottom_right_grid1, .COOW_agile_services_bottom_right_grid2.COOW_agile_services_bottom_right_grid3{
		min-height: 614px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left:35%;
	}
}
@media (max-width:1440px){
	.COOW_agileits_logo {
		width: 35%;
	}
	.COOW_agileits_services_bottom_r_grid h4 {
		font-size: 1.3em;
	}
	.COOW_agileits_services_bottom_r_grid p {
		margin: 2em 0;
	}
	.COOW_agileits_services_bottom_r_grid {
		min-height: 276px;
		padding: 3em 3em 0;
	}
	.COOW_agile_services_bottom_right_grid, .COOW_agile_services_bottom_right_grid1, .COOW_agile_services_bottom_right_grid2.COOW_agile_services_bottom_right_grid3 {
		min-height: 552px;
	}
	.COOW_service_bottom_grid_pos {
		padding: 2.5em;
	}
	.COOW_service_bottom_grid_pos h3 {
		font-size: 1.2em;
	}
	.agile_register_grid {
		margin: 3em 0 0;
	}
	.register {
		background-position: -160px 0px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left:35%;
	}
}
@media (max-width:1366px){
	.COOW_agileits_logo {
		width: 36%;
	}
	.COOW_agileits_services_bottom_r_grid {
		min-height: 262px;
		padding: 2.5em 3em 0;
	}
	.COOW_service_bottom_grid_pos {
		padding: 2em;
	}
	.COOW_agile_services_bottom_right_grid, .COOW_agile_services_bottom_right_grid1, .COOW_agile_services_bottom_right_grid2.COOW_agile_services_bottom_right_grid3 {
		min-height: 524px;
	}
	.COOW_head_slide {
		font-size: 2.5em;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left:35%;
	}
	.wthree_mail_pos {
	}
}
@media (max-width: 1280px){
	.COOW_agileits_logo {
		width: 38%;
	}
	.COOW_agileits_services_bottom_r_grid h4 {
		letter-spacing: 0px;
	}
	.COOW_agileits_services_bottom_r_grid {
		min-height: 245px;
		padding: 2em 3em 0;
	}
	.COOW_service_bottom_grid_pos h3 {
		letter-spacing: 1px;
	}
	.COOW_service_bottom_grid_pos {
		padding: 1.5em;
	}
	.COOW_agile_services_bottom_right_grid, .COOW_agile_services_bottom_right_grid1, .COOW_agile_services_bottom_right_grid2.COOW_agile_services_bottom_right_grid3 {
		min-height: 490px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left:30%;
	}
	.COOW_gallery_grid h4 {
		font-size: 1.1em;
	}
}
@media (max-width: 1080px){
	.navbar-nav {
		margin: 0;
	}
	.navbar-nav > li > a {
		margin: 0 0.5em;
	}
	.COOW_agileits_logo {
		width: 40%;
		margin: 7em auto 3em;
	}
	.COOW_agileits_logo h1 a {
		font-size: 1.7em;
		padding-top: 1.5em;
	}
	.agileits_COOW_banner_info p {
		margin: 0 0 3em;
	}
	.agileits_COOW_banner_info form {
		width: 80%;
	}
	.banner-bottom, .stats, .testimonials {
		padding: 4em 0;
	}
	.agileits_banner_bottom_grid_left h4 {
		margin: 2em 0 1em;
		font-size: 1.3em;
	}
	.COOW_head {
		font-size: 2.2em;
	}
	.COOW_agileits_services_bottom_r_grid {
		min-height: 206px;
		padding: 2em 1em 0;
	}
	.COOW_agileits_services_bottom_r_grid p {
		margin: 1em 0;
	}
	.COOW_agileits_services_bottom_r_grid h4 {
		font-size: 1.15em;
	}
	.COOW_service_bottom_grid_pos {
		padding: 2em 1em 0;
		bottom: 45px;
		left: 45px;
		top: 45px;
		right: 45px;
	}
	.COOW_agile_services_bottom_right_grid, .COOW_agile_services_bottom_right_grid1, .COOW_agile_services_bottom_right_grid2.COOW_agile_services_bottom_right_grid3 {
		min-height: 412px;
	}
	.COOW_agile_team_grid h4 {
		font-size: 1.3em;
	}
	.agileits_COOW_book_left h3 {
		font-size: 1.8em;
	}
	.register h3 {
		font-size: 2em;
		text-align: center;
	}
	.countdown {
		padding: 5em 0 0em;
	}
	.agile_register_grid {
		width: 75%;
		margin: 0;
	}
	.register {
		background-position: -255px 0px;
	}
	.COOWl_lotus {
		width: 50%;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left:25%;
	}
	.COOW_counter_grid p {
		font-size: 3.5em;
	}
	.nbs-flexisel-nav-left {
		left: 89%;
	}
	.COOW_agileits_class_grid h4 a {
		font-size: 1em;
	}
	.wthree_text {
		top: 2%;
	}
	.COOWl_testimonial_grid_pos {
		top: -18%;
	}
	.slick-next, [dir='rtl'] .slick-prev {
		right: -7.5%;
	}
	[dir='rtl'] .slick-next, .slick-prev {
		left: -7.5%;
	}
	.COOWl_testimonial_grid {
		margin: 3.5em 1.2em 0;
	}
}
@media (max-width: 1024px){
	.COOW_agileits_logo {
		width: 42%;
	}
	.agile_header_right ul li:last-child {
		margin-left: 2em;
	}
	.navbar-nav > li > a {
		margin: 0 0.2em;
	}
	.COOW_agileits_services_bottom_r_grid {
		min-height: 195px;
	}
	.COOW_agileits_services_bottom_r_grid p {
		margin: 1em 0 0.5em;
	}
	.COOW_agile_services_bottom_right_grid, .COOW_agile_services_bottom_right_grid1, .COOW_agile_services_bottom_right_grid2.COOW_agile_services_bottom_right_grid3 {
		min-height: 390px;
		padding: 4em;
	}
	.register {
		padding: 7em 0;
	}
	.nav-tabs {
		margin: 0 0 3em;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left:22%;
	}
}
@media (max-width: 991px){
	.COOW_agile_header {
		padding: 1em 2em 0;
	}
	.COOW_agileits_logo {
		margin: 5em auto 3em;
	}
	.agileits_COOW_banner_info form {
		width: 90%;
	}
	.center-container {
		padding: 2em 0 7em;
	}
	.agileits_banner_bottom_grid_left {
		float: left;
		width: 33.33%;
	}
	.COOW_agileits_services_bottom_l_grid,.COOW_agileits_services_bottom_r_grid {
		float: left;
		width: 50%;
	}
	.COOW_agileits_services_bottom_r_grid {
		min-height: auto;
		padding: 4em;
	}
	.COOW_agileits_services_bottom_r_grid p {
		margin: 2.65em 0;
	}
	.COOW_service_bottom_grid_pos {
		padding: 4em 2em 0;
		bottom: 70px;
		left: 70px;
		top: 70px;
		right: 70px;
	}
	.COOW_agile_services_bottom_right_grid, .COOW_agile_services_bottom_right_grid1, .COOW_agile_services_bottom_right_grid2.COOW_agile_services_bottom_right_grid3 {
		min-height: 900px;
		padding: 6em;
	}
	.COOW_agile_team_grid {
		float: left;
		width: 50%;
	}
	.COOW_agile_team_grid:nth-child(2){
		margin-bottom:2em;
	}
	.agileits_COOW_book_left {
		float: none;
		text-align: center;
		margin-bottom: 2em;
	}
	.agileits_COOW_book_right {
		float: none;
		width: 30%;
		margin: 0 auto;
	}
	.agileits_COOW_user i {
		left: 0%;
		width: 10%;
	}
	.COOWl_lotus {
		width: 60%;
	}
	.COOW_gallery_grid {
		float: left;
		width: 50%;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left:20%;
	}
	.COOW_counter_grid {
		float: left;
		width: 25%;
	}
	.agileinfo_banner_bottom_grid_l_grid, .COOW_agileits_counter_grid {
		width: 100px;
		height: 100px;
	}
	.nbs-flexisel-nav-left {
		left: 86%;
	}
	.agileinfo_banner_bottom_grid_l_grid i, .COOW_agileits_counter_grid i {
		font-size: 1.5em;
	}
	.COOW_agileits_counter_grid i {
		line-height: 3.2em;
	}
	.COOW_counter_grid p {
		font-size: 3em;
	}
	.COOW_agile_class_grid {
		padding: 0 0.5em 3em;
	}
	.agileits_COOW_class_pos ul li:nth-child(2) {
		margin: 0 0.5em;
	}
	.agileits_COOW_class_pos ul li i {
		padding-right: .5em;
	}
	.COOW_agileits_class_grid h4 a {
		line-height: 1.5em;
	}
	.COOWl_testimonial_grid {
		margin: 3.5em 0.5em 0;
		padding: 2.5em 3em 2em;
	}
	.COOWl_testimonial_grid p:before {
		font-size: 1.5em;
	}
	.slick-next, [dir='rtl'] .slick-prev {
		right: -12.5%;
	}
	[dir='rtl'] .slick-next, .slick-prev {
		left: -12.5%;
	}
	.wthree_mail_pos {
		width: 100%;
		right: 0%;
		top: 0%;
		position: inherit;
	}
	.COOW_agileits_contact_left {
		float: left;
		width: 80%;
	}
	.COOW_agileits_contact_right {
		float: right;
		width: 20%;
	}
	.COOW_agile_copyright {
		padding: 2em 0;
	}
}
@media (max-width: 900px){
	.agile_header_right ul li:last-child {
		margin-left: 1em;
	}
	.navbar-nav > li > a {
		padding: 8px 16px;
		margin: 0 0.1em;
	}
	.COOW_agileits_logo h1 a {
		font-size: 1.5em;
		padding-top: 1.7em;
	}
	.agileits_COOW_banner_info h2 {
		font-size: 1.8em;
	}
	.agileits_COOW_banner_info form {
		width: 100%;
	}
	.COOW_agileits_services_bottom_r_grid {
		padding: 3em;
	}
	.COOW_agileits_services_bottom_r_grid p {
		margin:2.57em 0;
	}
	.COOW_agile_services_bottom_right_grid, .COOW_agile_services_bottom_right_grid1, .COOW_agile_services_bottom_right_grid2.COOW_agile_services_bottom_right_grid3 {
		min-height: 850px;
		padding: 5em;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left:19%;
	}
}
@media (max-width: 800px){
	.navbar-nav > li {
		font-size: 13px;
	}
	.navbar-nav > li > a {
		padding: 8px 14px;
		margin:0;
	}
	.agile_header_right ul li {
		font-size: 13px;
	}
	.agile_header_right ul li i {
		padding-right: 0.5em;
	}
	.COOW_agile_header {
		padding: 0em 1em 0;
	}
	.COOW_agileits_logo {
		width: 46%;
	}
	.COOW_agileits_logo h1 a span:before {
		left: 2%;
	}
	.COOW_agileits_logo h1 a span:after {
		right: 4%;
	}
	.COOW_agileits_services_bottom_r_grid p {
		margin: 1.36em 0;
	}
	.COOW_service_bottom_grid_pos {
		padding: 2.5em 2em 0;
	}
	.COOW_agile_services_bottom_right_grid, .COOW_agile_services_bottom_right_grid1, .COOW_agile_services_bottom_right_grid2.COOW_agile_services_bottom_right_grid3 {
		min-height: 725px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left:16%;
	}
}
@media (max-width: 768px){
	.COOW_agileits_logo {
		width: 48%;
	}
	.COOW_agileits_services_bottom_r_grid {
		padding: 2.63em;
	}
	.COOW_service_bottom_grid_pos {
		padding: 2.2em 2em 0;
	}
	.countdown {
		padding: 3em 0 0em;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left:14%;
	}
	.COOW_agileits_class_grid h4 a {
		font-size: .9em;
	}
	.COOWl_testimonial_grid {
		margin: 3.9em 0.5em 0;
	}
	.COOW_agileits_map iframe {
		min-height: 300px;
	}
}
@media (max-width: 767px){
	.navbar-toggle {
		float: none;
		margin: 0;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff;
		background-color:#fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #212121;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #fff;
	}
	.navbar-header.navbar-left {
		text-align: center;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		position: absolute;
		width: 100%;
		background:rgba(33, 33, 33, 0.97);
		z-index: 999;
	}
	.navbar-collapse {
		box-shadow: none;
	}
	.navbar-nav {
		margin: 0;
		text-align: center;
	}
	.navbar-right {
		padding: 1.5em 0;
		text-align: center;
	}
	.agile_header_right {
		float: none;
		text-align:center;
	}
	.navbar-nav > li > a {
		padding: 12px 30px;
		display: inline-block;
	}
}
@media (max-width: 736px){
	.COOW_agileits_logo {
		width: 50%;
		margin: 3em auto;
	}
	.wthree_text{
	top: 2%;
	color: #fff;
	font-size: 0.8em;
	font-weight:600;
	text-shadow:#000 1px 1px 2px;
	}
	.COOW_gallery_grid h4 {
		font-size: 1.2em;
	}
	.agileits_banner_bottom_grid_left h4 {
		font-size: 1.2em;
	}
	.COOW_agileits_services_bottom_r_grid {
		padding: 2.27em;
	}
	.COOW_service_bottom_grid_pos {
		padding: 1.8em 1em 0;
	}
	.COOW_agile_services_bottom_right_grid, .COOW_agile_services_bottom_right_grid1, .COOW_agile_services_bottom_right_grid2.COOW_agile_services_bottom_right_grid3 {
		min-height: 650px;
	}
	.modal-body img{
		margin:0 auto;
	}
	.agile_register_grid {
		width: 100%;
	}
	.countdown {
		text-align: center;
	}
	.register {
		padding: 5em 0;
		background-position: -370px 0px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left:13%;
	}
	.COOWl_testimonial_grid {
		margin: 3em 0.5em 0;
	}
	.COOW_mail_grid_left h3, .wthree_mail_pos h3 {
		font-size: 1.2em;
	}
}
@media (max-width: 667px){
	.COOW_agileits_logo h1 a {
		font-size: 1.3em;
		background: url(../images/1.png) no-repeat center 0px;
		background-size: 19%;
		padding-top: 1.5em;
	}
	.agileits_COOW_banner_info h2 {
		font-size: 1.6em;
	}
	.agileits_COOW_banner_info h3{
	font-size:2em;
}
	.agileits_COOW_banner_info input[type="email"] {
		width: 73%;
	}
	.agileits_COOW_banner_info input[type="submit"] {
		width: 27%;
	}
	.COOW_head {
		font-size: 2em;
	}
	.COOWl_lotus {
		margin: 0 auto 1.5em;
		width: 90%;		
	}
	.agileits_banner_bottom_grid_left h4 {
		font-size: 1.1em;
	}
	.COOW_agileits_services_bottom_r_grid {
		padding: 1.45em;
	}
	.COOW_service_bottom_grid_pos {
		bottom: 60px;
		left: 60px;
		top: 60px;
		right: 60px;
	}
	.COOW_agile_services_bottom_right_grid, .COOW_agile_services_bottom_right_grid1, .COOW_agile_services_bottom_right_grid2.COOW_agile_services_bottom_right_grid3 {
		min-height: 590px;
	}
	.agileits_COOW_book_left h3 {
		font-size: 1.6em;
	}
	.agileits_COOW_book_right {
		width: 30%;
	}
	.register h3 {
		font-size: 1.8em;
	}
	.countdown-time i {
		font-size: 2.5em;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left:10%;
	}
	.nbs-flexisel-nav-left {
		left: 83%;
	}
	.agileits_COOW_class_pos ul li {
		font-size: 13px;
	}
	.COOW_agileits_class_grid_pos {
		bottom: -14%;
	}
	.COOWl_testimonial_grid {
		margin: 3.5em 0.5em 0;
	}
}
@media (max-width: 640px){
	.center-container {
		padding: 2em 0 5em;
	}
	.agileits_banner_bottom_grid_left {
		padding: 0 .5em;
	}
	.banner-bottom, .stats, .testimonials {
		padding: 3em 0;
	}
	.COOW_agileits_services_bottom_r_grid p {
		margin: 1.15em 0 0.9em;
	}
	.COOW_service_bottom_grid_pos {
		bottom: 50px;
		left: 50px;
		top: 50px;
		right: 50px;
		padding: 2em 1em 0;
	}
	.countdown-time i {
		font-size: 2em;
		width:70px;
		height:70px;
		line-height:70px;
	}
	.countdown-time span {
		font-size: 12px;
	}
	.countdown-time li.blank {
		line-height: 70px;
		font-size: 2em;
	}
	.countdown-time li.item { 
		width: 80px;		
	}
	.COOWl_lotus {
		width: 90%;	
	}
	.gallery {
		padding-top: 3em;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left:10%;
	}
	.COOW_counter_grid p {
		font-size: 2.5em;
		letter-spacing: 3px;
	}
	.COOW_agileits_class_grid_pos {
		bottom: -20%;
	}
	.COOWl_testimonial_grid {
		padding: 2.5em 1em 2em;
	}
	.COOWl_testimonial_grid_pos {
		top: -21%;
	}
}
@media (max-width: 600px){
	.COOW_agileits_logo {
		width: 55%;
	}
	.agileits_COOW_banner_info h2 {
		font-size: 1.5em;
	}
	.agileits_COOW_banner_info input[type="email"] {
		width: 70%;
		padding: 12px;
	}
	.agileits_COOW_banner_info input[type="submit"] {
		width: 30%;
		padding: 12px 0;
	}
	.COOW_head {
		font-size: 1.8em;
	}
	.agileits_banner_bottom_grid_left h4 {
		font-size: 1.06em;
	}
	.COOW_agileits_services_bottom_r_grid p {
		margin: 1em 0 0.69em;
		font-size: 13px;
	}
	.COOW_service_bottom_grid_pos h3 {
		font-size: 1.1em;
	}
	.COOW_service_bottom_grid_pos {
		padding: 1.7em 1em 0;
	}
	.COOW_agile_services_bottom_right_grid, .COOW_agile_services_bottom_right_grid1, .COOW_agile_services_bottom_right_grid2.COOW_agile_services_bottom_right_grid3 {
		min-height: 560px;
	}
	.agileits_COOW_book_left h3 {
		font-size: 1.5em;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left:8%;
	}
	.COOW_counter_grid h3 {
		font-size: 1em;
	}
}
@media (max-width: 568px){
	.agileits_COOW_banner_info {
		width: 90%;
	}
	.COOW_agileits_logo {
		width: 57%;
	}
	.agileits_banner_bottom_grid_left {
		float: none;
		width: 100%;
	}
	.agileits_banner_bottom_grid_left:nth-child(2) {
		margin:2em 0;
	}
	.agileits_banner_bottom_grid_left h4 {
		font-size: 1.2em;
	}
	.COOW_agileits_services_bottom_l_grid, .COOW_agileits_services_bottom_r_grid {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
	.COOW_service_bottom_grid_pos {
		padding: 4em 4em 0;
		bottom: 100px;
		left: 100px;
		top: 100px;
		right: 100px;
	}
	.COOW_agileits_services_bottom_r_grid h4 {
		font-size: 1.2em;
	}
	.COOW_agileits_services_bottom_r_grid p {
		margin: 2em 0;
		font-size: 14px;
	}
	.COOW_agileits_services_bottom_r_grid {
		padding: 2em;
	}
	.COOW_agile_services_bottom_right_grid, .COOW_agile_services_bottom_right_grid1, .COOW_agile_services_bottom_right_grid2.COOW_agile_services_bottom_right_grid3{
		min-height: 500px;
		padding: 4em;
	}
	.COOWls_banner_bottom_grids {
		margin: 2em auto 0;
	}
	.agileits_COOW_book_left h3 {
		font-size: 1.4em;
	}
	.agileits_COOW_user i {
		width: 13% !important;
	}
	.wthree_pop h3 {
		font-size: 1.7em;
		margin-bottom: 1em;
	}
	.agileits_modal_body input[type="submit"] {
		width: 50%;
	}
	.nbs-flexisel-nav-left {
		left: 81%;
	}
	.COOW_agileits_class_grid {
		padding: 1.5em 1em 3.5em;
	}
	.COOWl_testimonial_grid {
		margin: 4em 0.5em 0;
	}
}
@media (max-width: 480px){
	.COOW_agileits_logo {
		width: 68%;
	}
	.agileits_COOW_banner_info h2 {
		font-size: 1.3em;
	}
	.banner-bottom, .stats, .testimonials {
		padding: 2em 0;
	}
	.COOW_service_bottom_grid_pos {
		padding: 2.2em 3em 0;
	}
	.modal-header {
		font-size: 1.7em;
		letter-spacing: 3px;
	}
	.COOW_agile_services_bottom_right_grid, .COOW_agile_services_bottom_right_grid1, .COOW_agile_services_bottom_right_grid2.COOW_agile_services_bottom_right_grid3 {
		min-height: 435px;
	}
	.agileits_COOW_book_left h3 {
		font-size: 1.22em;
		line-height:1.5em;
	}
	.agileits_COOW_book_right {
		width: 35%;
	}
	.register h3 {
		font-size: 1.6em;
	}
	.register {
		padding: 4em 0;
		background-position: -570px 0px;
	}
	.countdown-time i {
		font-size: 1.7em;
		width:50px;
		height:50px;
		line-height:50px;
	}
	.countdown-time span {
		font-size: 12px;
	}
	.countdown-time li.blank {
		line-height: 50px;
		font-size: 2em;
	}
	.countdown-time li.item { 
		width: 70px;		
	}
	.COOWl_lotus {
		width: 90%;	
	}
	.nav-tabs > li:nth-child(1) {
		margin-left:4%;
	}
	.COOW_counter_grid {
		width: 50%;
	}
	.COOW_counter_grid:nth-child(2){
		margin-bottom:3em;
	}
	.nbs-flexisel-nav-left {
		left: 78%;
	}
	.agileits_COOW_class_pos ul li {
		font-size: 14px;
	}
	.agileits_COOW_class_pos ul li:nth-child(2) {
		margin: 0 2.5em;
	}
	.COOWl_testimonial_grid_pos {
		top: -16%;
	}	
	.gallery {
		padding-top: 2em;
	}
}
@media (max-width: 414px){
	.COOW_agileits_logo h1 a {
		font-size: 1.1em;
	}
	.COOW_agileits_logo h1 a span:before {
		left: -1%;
	}
	.COOW_agileits_logo h1 a span:after {
		right: 2%;
	}
	.agileits_COOW_banner_info {
		width: 95%;
	}
	.agileits_COOW_banner_info h2 {
		font-size: 1.23em;
	}
	.COOW_head {
		font-size: 1.6em;
	}
	.COOW_service_bottom_grid_pos {
		padding: 2.3em 3em 0;
		bottom: 75px;
		left: 75px;
		top: 75px;
		right: 75px;
	}
	.COOW_agile_services_bottom_right_grid, .COOW_agile_services_bottom_right_grid1, .COOW_agile_services_bottom_right_grid2.COOW_agile_services_bottom_right_grid3 {
		min-height: 390px;
		padding: 3em;
	}
	.COOW_head_slide {
		font-size: 2.5em;
	}
	.agileits_social_list li a i {
		line-height: 2.3em;
	}
	.agileits_social_list li a {
		width: 30px;
		height: 30px;
	}
	.agileits_social_list li:nth-child(2) {
		margin: 0 .8em;
	}
	.COOW_agile_team_grid h4 {
		font-size: 1.15em;
	}
	.agileits_COOW_book {
		padding: 2em 0;
	}
	.agileits_COOW_book_right a {
		padding: 10px 0;
	}
	.agileits_COOW_book_right {
		width: 40%;
	}
	.register h3 {
		font-size: 1.4em;
	}
	.countdown-time li.item { 
		width: 60px;		
	}
	.COOWl_lotus {
		width: 90%;		
	}
	.nav-tabs > li:nth-child(1) {
		margin-left:2%;
	}
	.nav-tabs {
		margin: 0 0 2em;
	}
	.COOW_gallery_grid h4 {
		font-size: 1.0em;
	}
	.nbs-flexisel-nav-left {
		left: 74%;
	}
	.COOWl_testimonial_grid_pos {
		top: -27%;
	}
	.agileits_mail_grid_left ul li label {
		font-size: 1.2em;
		width: 40px;
		height: 40px;
	}
	.COOW_agileits_map iframe {
		min-height: 250px;
	}
	.COOW_agileits_contact_left {
		float: none;
		width: 100%;
		padding: 2em;
	}
	.COOW_agileits_contact_right {
		float: none;
		width: 100%;
	}
	.wthree_mail_pos input[type="submit"] {
		padding: 22px 0;
		min-height: auto;
	}
}
@media (max-width: 384px){
	.COOW_agileits_logo {
		width: 73%;
		margin: 2em auto;
	}
	.agileits_COOW_banner_info h2 {
		font-size: 1.14em;
	}
	.agileits_COOW_banner_info p {
		margin: 0 0 2em;
		font-size: 13px;
	}
	.agileits_COOW_banner_info input[type="email"] {
		width: 100%;
	}
	.agileits_COOW_banner_info input[type="submit"] {
		width: 100%;
	}
	.COOW_service_bottom_grid_pos {
		padding: 1.6em 2em 0;
	}
	.COOW_agile_services_bottom_right_grid, .COOW_agile_services_bottom_right_grid1, .COOW_agile_services_bottom_right_grid2.COOW_agile_services_bottom_right_grid3 {
		min-height: 335px;
	}
	.register h3 {
		font-size: 1.3em;
	}
	.countdown {
		padding: 2em 0 0;
	}
	.countdown-time i {
		font-size: 1.4em;
		width:40px;
		height:40px;
		line-height:40px;
	}
	.countdown-time li.blank {
		line-height: 40px;
		font-size: 1.8em;
	}
	.countdown-time li.item { 
		width: 50px;		
	}
	.nav-tabs > li > a {
		letter-spacing: 1px;
		padding: 8px 10px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left:3%;
	}
	.agileits_mail_grid_left ul li label {
		margin-right: 1em;
	}
	.wthree_mail_pos textarea {
		min-height: 150px;
	}
}
@media (max-width: 375px){
	.COOW_agileits_logo {
		width: 74%;
	}
	.agileits_COOW_banner_info h2 {
		font-size: 1.1em;
	}
	.COOW_service_bottom_grid_pos {
		padding: 1.8em 2em 0;
		bottom: 70px;
		left: 70px;
		top: 70px;
		right: 70px;
	}
	.COOW_agile_team_grid {
		padding: 0 .5em;
	}
	.COOW_agile_services_bottom_right_grid, .COOW_agile_services_bottom_right_grid1, .COOW_agile_services_bottom_right_grid2.COOW_agile_services_bottom_right_grid3 {
		min-height: 320px;
	}
	.wthree_pop h3 {
		font-size: 1.5em;
	}
	.agileits_COOW_user i {
		width: 17% !important;
	}
	.wthree_pop_up textarea {
		min-height: 100px;
	}
	.agileits_modal_body input[type="submit"] {
		width: 91%;
	}
	.agileits_modal_body input[type="text"], .agileits_modal_body input[type="email"], .COOW_agileits_select, .wthree_pop_up textarea {
		margin-bottom: 1em;
	}
	.nbs-flexisel-nav-left {
		left: 71%;
	}
	.COOWl_testimonial_grid_pos {
		top: -23%;
	}
	.COOW_mail_grid_left {
		padding: 0;
	}
	.agileits_COOW_socila_mail ul li a {
		font-size: 2em;
	}
}
@media (max-width: 320px){
	.COOW_agileits_logo h1 a {
		font-size: 1em;
	}
	.COOW_agileits_logo {
		width: 82%;
		margin: 1em auto 2em;
	}
	.agileits_COOW_banner_info h2 {
		font-size: .94em;
	}
	p,.agileits_COOW_class_pos ul li, ul, ol,.agileits_COOW_banner_info input[type="email"],.agileits_COOW_banner_info input[type="submit"]{
		font-size: 13px;
	}
	.center-container {
		padding: 1.5em 0 3em;
	}
	.COOWl_lotus {
		font-size: 13px;
		letter-spacing: 1px;
		width: 90%;	
	}
	.COOW_head {
		font-size: 1.3em;
	}
	.agileits_banner_bottom_grid_left h4 {
		font-size: 1.1em;
	}
	.COOW_service_bottom_grid_pos {
		padding: 1.6em 1em 0;
		bottom: 55px;
		left: 55px;
		top: 55px;
		right: 55px;
	}
	.COOW_agileits_services_bottom_r_grid h4 {
		font-size: 1.1em;
	}
	.COOW_agileits_services_bottom_r_grid p {
		margin: 1em 0;
		font-size: 13px;
	}
	.modal-header {
		font-size: 1.4em;
		letter-spacing: 1px;
		padding: 10px;
	}
	.modal-body p {
		padding: 1em 1.5em 1em;
	}
	.COOW_agile_team_grid h4 {
		font-size: 1.1em;
	}
	.COOW_agile_services_bottom_right_grid, .COOW_agile_services_bottom_right_grid1, .COOW_agile_services_bottom_right_grid2.COOW_agile_services_bottom_right_grid3 {
		min-height: 260px;
	}
	.COOW_head_slide {
		font-size: 2em;
	}
	.agileits_social_list li a {
		width: 25px;
		height: 25px;
		font-size: 12px;
	}
	.COOW_agile_team_grid:nth-child(2) {
		margin-bottom: 1em;
	}
	.agileits_COOW_book_left {
		margin-bottom: 1em;
	}
	.agileits_COOW_book_right {
		width: 55%;
	}
	.register {
		padding: 3em 0;
	}
	.register h3 {
		font-size: 1.09em;
	}
	.agile_register_grid h4 {
		font-size: 1em;
	}
	.register p {
		margin: 1em 0;
	}
	.countdown-time i {
		font-size: 1.2em;
		width:35px;
		height:35px;
		line-height:35px;
	}
	.countdown-time li.blank {
		line-height: 35px;
		font-size: 1.8em;
	}
	.countdown-time li.item { 
		width: 40px;		
	}
	.countdown-time span {
		font-size: 10px;
	}
	.nav-tabs > li > a {
		padding: 5px 7px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left:1%;
	}
	.COOW_gallery_grid h4 {
		font-size: 1em;
	}
	.COOW_counter_grid p {
		font-size: 2em;
		letter-spacing: 1px;
	}
	.agileinfo_banner_bottom_grid_l_grid, .COOW_agileits_counter_grid {
		width: 60px;
		height: 60px;
	}
	.agileinfo_banner_bottom_grid_l_grid i, .COOW_agileits_counter_grid i {
		line-height: 2.9em;
	}
	.nbs-flexisel-nav-left {
		left: 65%;
	}
	.agileits_COOW_class_pos ul li:nth-child(2) {
		margin: 0 1.5em;
	}
	.COOW_mail_grid_left h3, .wthree_mail_pos h3 {
		font-size: 1em;
	}
	.agileits_mail_grid_left ul li label {
		font-size: 1em;
		width: 25px;
		height: 25px;
		margin-right: 0.5em;
	}
	.agileits_mail_grid_left ul li label i {
		line-height: 1.8em;
	}
	.COOW_agileits_map iframe {
		min-height: 200px;
	}
	.wthree_mail_pos input[type="text"], .wthree_mail_pos input[type="email"], .wthree_mail_pos textarea {
		padding: 10px;
		font-size: 13px;
	}
}