@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*-- reset code --*/
body{
	padding:0;
	margin:0;
	background:#FFF;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	padding:0;
}	
p{
	margin:0;
	padding:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
button{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
img {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- /reset code --*/


body {
	color:#000;
	font-family: "Roboto", sans-serif;
}
/*-- top bar --*/
.topbar-COOSWls {
	background-color:transparent;
	position: absolute;
    width: 100%;
    z-index:1000;
    top:0px;
}

/* Boton whatsapp INICIO*/
.whp{
    z-index: 10;
    bottom: 100px;
    left: 30px;
    display: grid;
    place-content: center;
    width: 50px;
    height: 50px;
    position: fixed;
    background-color: #00df3b;
    padding: 0.5em;
    font-size: 2.5em;
}
.whp i{
    color: white;
}
/* Boton whatsapp FIN*/


.telefonosInicio{
    background-color: #ea92d8;
    text-align: center;
    padding: 1rem 0;
}
.telefonosInicio h3{
    text-align: center!important;
}
.telefonosInicio h3, .telefonosInicio h7{
        font-size: 40px!important;
}
.telefonosInicio a:hover{
    transform: scale(1.1);
    transition: 0.5s;
}

/*-- /Redes Sociales y Laterales Fijos --*/
.social {
	position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	left: 0px; /* Establecemos la barra en la izquierda */
	top: 100px; /* 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 */
}
#navigationMenu li{
	list-style:none;
	height:35px;
	width:35px;
	padding:0px;
	margin-left:1px;
	
	
}

#gracias{
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#gracias h1{
    text-align: center;
    line-height: 80px;
    font-size: 38px;
    font-weight: 400;
    position: relative;
    color: #622685;
    text-transform: uppercase;
}

#navigationMenu span{
	/* Container properties */
	width:0;
	left:35px;
	height:35px;
	padding:0;
	position:absolute;
	overflow:hidden;
	

	/* Text properties */
	font-family: "Roboto", sans-serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.6px;
	white-space:nowrap;
	line-height:20px;
	display: flex;
  /* alineacion vertical */
  align-items: center;
   /* alineacion horizontal */
  
	
	/* CSS3 Transition: */
	-webkit-transition: 0.25s;
	/*-o-transition: 0.25s;*/
	
	/* Future proofing (these do not work yet): */
	-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;
}

/* 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-right-radius:30px;
	border-bottom-right-radius:30px;
	border-width: 1px;
    border-style: solid;
    border-color: #DCA9AF;
	color:#4b177b;
	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-right-radius:30px;
	border-bottom-right-radius:30px;
	border-width: 1px;
    border-style: solid;
    border-color: #DCA9AF;
	color:#4b177b;
	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-right-radius:30px;
	border-bottom-right-radius:30px;
	border-width: 1px;
    border-style: solid;
    border-color: #DCA9AF;
	color:#4b177b;
	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-right-radius:30px;
	border-bottom-right-radius:30px;
	border-width: 1px;
    border-style: solid;
    border-color: #DCA9AF;
	color:#4b177b;
	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-right-radius:30px;
	border-bottom-right-radius:30px;
	border-width: 1px;
    border-style: solid;
    border-color: #DCA9AF;
	color:#4b177b;
	text-shadow:1px 1px 0 #fff;
}

	
/*-- /Cierra --*/


/*DIFERENTES TIPOS DE ENLACES*/

   	A.clase1:visited {color:#60893D; text-decoration: none;} 
   	A.clase1:active {color:#60893D; text-decoration: none;} 
   	A.clase1:link {color:#60893D; text-decoration: none;} 
   	A.clase1:hover {color:#979CAB; text-decoration: none;} 

   	A.clase2:visited {font-size:12;color:#FFFFFF; text-decoration: none;} 
   	A.clase2:active {font-size:12;color:#FFFFFF; text-decoration: none;} 
   	A.clase2:link {font-size:12;color:#FFFFFF; text-decoration: none;} 
   	A.clase2:hover {font-size:12;color:#da488d; text-decoration: none;}
	
	A.clase3:visited {font-size:12;color:#622685; text-decoration: none;} 
   	A.clase3:active {font-size:12;color:#622685; text-decoration: none;} 
   	A.clase3:link {font-size:12;color:#fff; text-decoration: none;} 
   	A.clase3:hover {font-size: 12;color: #4b177b;;text-decoration: none;}
	
	A.clase4:visited {font-size:14;color:#000; text-decoration: none;font-weight: 500;} 
   	A.clase4:active {font-size:14;color:#000; text-decoration: none;font-weight: 500;} 
   	A.clase4:link {font-size:14;color:#000; text-decoration: none;font-weight: 500;} 
   	A.clase4:hover {font-size:14;color:#da488d; text-decoration: none;font-weight: 500;} 

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

/*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);
	
}

.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;
}




/*-- search button --*/
form.search-container {
    margin: -100px 0 0 35px;
}
.search-box {
  -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  background:#FFF;
  opacity: 0.5;
}

.search-box + label .search-icon {
  color:#622685;
}
.search-box:hover {
  color: white;
  background: #3d4752;
  opacity: 1.0;
  box-shadow: 0 0 0 5px #622685;
}
.search-box:hover + label .search-icon {
  color: white;
}
.search-box:focus {
	-webkit-transition: width 0.6s cubic-bezier(0, 1.30, 0.66, 1.22), border-radius 0.6s, background 0.6s;
	transition: width 0.6s cubic-bezier(0, 1.39, 0.66, 1.22), border-radius 0.6s, background 0.6s;
	border: none;
	outline: none;
	box-shadow: none;
	padding-left: 15px;
    padding-right: 40px;
    cursor: text;
    font-weight: 500;
    width: 320px;
    border-radius: auto;
    background: #E2A7E9;
    color: white;
	font-size:17px;
}
.search-box:focus + label .search-icon {
  color: black;
}
.search-box:not(:focus) {
  text-indent: -50px;
}
#search-submit {
  position: relative;
  left: -50px;
}
.search-icon {
  position: relative;
  left: -30px;
  color: pink;
  cursor: pointer;
  top:3px;
}
button.close {
    font-size: 55px;
}	
/*-- /search button --*/


.top-agileits {
    margin-top: -55px;
	margin-bottom:10px;
}
a.logo {
    display: block;
    text-align: center;
    text-decoration: none;
	padding-top:1px;
}

a.logo h1 {
	font-size:40px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	z-index:1;
}
.topbar-COOSWls p {
	font-size:18px;
    float: right;
    margin: -40px 50px 0 0;
    color: #fff;
}
/*-- /top bar --*/



/*-- navigation --*/
.navbar-nav>li { 
    float: none;
    display: inline-block;
    min-width: 90px;
    text-align: center;
    margin: 0 2px 0 2px;
}


.navbar-nav>li:nth-child(1) {
	border:1px solid #fff;
}
.navbar-nav>li {
    border-radius: 10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}

ul.nav.navbar-nav {
    text-align: center;
}
.navbar-nav {
    float: none;
}

.navbar-boton {
    background: rgba(218, 72, 141, 0.68);
    border-color:transparent;
    color: #000;
}
.navbar-boton .navbar-nav>li>a {
    border-radius: 10px;
	background-color:transparent;
	color: #000;
	font-weight: 500;
	font-size: 1.0em;
}
.navbar-boton .navbar-nav>li>a:focus, .navbar-boton .navbar-nav>li>a:hover {
    color: #fff;
    background-color:#622685;
}



.navbar-inverse {
    background: rgba(218, 72, 141, 0.68);
    border-color:transparent;
    color: #000;
}
.navbar-inverse .navbar-nav>li>a {
    border-radius: 10px;
	background-color:transparent;
	color: #000;
	font-weight: 500;
	font-size: 1.0em;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color:#622685;
}	
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  /*-- COOSWlayouts --*/
  width: auto;
}

@media (min-width: 768px) {
  .navbar-wrapper {
    margin-top: 155px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
}
/*-- /navigation --*/



/*-- banner section --*/
section.banner {
    margin-top: -86px;
}
#slideshow-controller {
  position: absolute;
  bottom: 10px;
  left: 48%;
}
#slideshow-banner ul { 
	position: relative; 
}
#slideshow-banner ul .slideshow-item { 
	position: absolute; 
}
#controller-left {
  position: absolute;
  left: 2%;
  top: 50%;
  cursor: pointer;
}
#controller-right {
  position: absolute;
  right: 2%;
  top: 50%;
  cursor: pointer;
}
.controller-item {
  display: inline-block;
  /*-- COOSW --*/
  width: 10px;
  height: 10px;
  background: #f00;
  margin-right: 10px;
  border-radius: 10px;
  opacity: 0.5;
  cursor: pointer;
}
.controller-item-hover {
  opacity: 1;
  background: #ccc;
  transform: rotateX(360deg);
  transition: transform 2s;
}
.slideshow-transform {
  transform: scale(1.5, 1.5);
  transition: transform 5s;
}
* 	{ 
	margin:0; 
	padding:0; 
}
div#slideshow-banner { 
	height:1012px; 
	width:100%; 
	overflow:hidden; 
	position:relative; 
	margin:0px auto; 
}
div#slideshow-banner ul ,div#slideshow-banner ul li { 
	width:100%; 
	height:100%; 
}
div#slideshow-banner ul li img{
	width:100%;
	height:100%;
} 
ul li {
	list-style-type:none;
}
/*-- /banner section --*/



/*-- about section --*/
section.about-COOSWls {
	padding:100px 0;
}

section.about-COOSWls .col-lg-6.col-md-6.col-sm-6.about-info1 {
	position:relative;
}
section.about-COOSWls h3 {
	font-size:22px;
	font-weight:700;
	color:#000;
	text-align:left;
	margin-left:0px;
	position:relative;
	padding:20px 0 20px 20px;
    text-transform:none;
}
section.about-COOSWls h3:hover {
	font-size:22px;
	font-weight:700;
	color:#622685;
	text-align:left;
	margin-left:0px;
	position:relative;
	padding:20px 0 20px 20px;
	text-transform:none;
}


.about-COOSWls h7 {
	font-size:16px;
	font-weight:900;
	color:#000;
	text-align:left;
	margin-left:0px;
	position:relative;
	font-family: "Roboto", sans-serif;
	padding:20px 0 20px 20px;
	text-transform:none;
}
section.about-COOSWls h3:after {
    content: '';
    width: 10px;
    height: 75px;
    background-color:#622685;
    position: absolute;
    left: 0px;
    top: 9px;
}
section.about-COOSWls h4 {
	font-size:25px;
	font-weight:300;
	color:#000;
	text-align:left;
	margin-left:0px;
	position:relative;
	padding:0px 0 0px;
	text-transform:none;
}
section.about-COOSWls h2 {
	font-size:30px;
	font-weight:500;
	color:#fff;
	top:10px;
	text-align:center;
	margin-left:0px;
	position:relative;
	padding:20px 0 20px;
	text-transform:none;
	background-color:#622685;
	z-index:100;
}
section.about-COOSWls h2:after {
    content: '';
    width: 5px;
    height: 60px;
    background-color:#E2A7E9;
    position: absolute;
    left: 0px;
    top: 5px;
	z-index:1;
}


section.about-COOSWls img.mini.img-responsive {
    /* width: ; */
	max-height: 65px;
    height: auto;
    position: absolute;
	/*-- COOSWl --*/
    top: 15px;
    left: 30px;
	z-index:777;
}
 
p.about-p1 {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    padding-bottom: 25px;
}

ul.sides li {
	padding-bottom:20px;
}
ul.sides li p {
	font-size:17px;
	font-weight:bold;
	color:#000;
}
ul.sides li p span {
	color:#000;
	margin-right:5px;
}


p.about-p2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
	margin-top:-10px;
	margin-left: 10px;
    padding: 2em;
	color:#FFF;
	
}

.fondoinfopersonal {
	margin-top:-150px;
	padding:110px 0;
	background:url(../images/contact.jpg) no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}


/*-- /about section --*/










/*-- stats --*/
section.stats-agileits {
	padding:2em 0 30em;
	position:relative;
}
section.stats-agileits h3 {
	font-size:38px;
	font-weight:400;
	text-transform:uppercase;
	position:relative;
	padding-bottom:20px;
	color:#d4ab5c;
}
section.stats-agileits h3:before {
	content: '';
    background-color: #d4ab5c;
    height: 2px;
    width: 40px;
    left: -55px;
    top: 16px;
    display: block;
    position: absolute;
}
section.stats-agileits p.text-header {
	/*-- agileits --*/
	font-size: 14px;
	font-weight:400;
	text-transform:uppercase;
    padding: 0px 0 40px;
    color: #999;
}
.stats-grid {
	text-align: center;
}
.numscroller {
    font-size: 50px;
    margin: 0;
    color: #156CB1;
    font-weight: 700;
	font-family: "Roboto", sans-serif;
}
.stats-grid h4 {
    font-size: 16px;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.stats-grid.stats-grid-1 {
	position: absolute;
    right: 70em;
    top: 10em;
}
.stats-grid.stats-grid-2 {
	position: absolute;
    right: 58em;
    top: 16em;
}
.stats-grid.stats-grid-3 {
	position: absolute;
    right: 42em;
    top: 22em;
}
.stats-grid.stats-grid-4 {
	position: absolute;
    right: 30em;
    top: 29em;
}
/*-- /stats --*/










/*-- team section --*/
section.team-COOSWls {
	padding:5em 0 6em;
	background-color:#101e29;
}
section.team-COOSWls h3 {
	/*-- agileinfo --*/
	font-size:38px;
	font-weight:400;
	text-transform:uppercase;
	position:relative;
	padding-bottom:20px;
	color:#622685;
}
section.team-COOSWls h3:before {
	content: '';
    background-color: #622685;
    height: 2px;
    width: 40px;
    left: -55px;
    top: 16px;
    display: block;
    position: absolute;
}
section.team-COOSWls p.text-header {
	font-size: 14px;
	font-weight:400;
	text-transform:uppercase;
    padding: 0px 0 40px;
    color: #999;
}
section.team-COOSWls .team-info {
	position:relative;
}
section.team-COOSWls .team-info img.img-responsive {
	width:85%;
	height:auto;
	position:absolute;
	bottom:150px;
	left:26px;
}
section.team-COOSWls .team-info .team-details {
    border: 2px solid #fff;
    margin-top:15em;
    width: 100%;
    height: 285px;
}
section.team-COOSWls .team-info .team-details h4 {
	font-size: 20px;
	color:#fff;
    font-weight: normal;
    padding: 155px 0 10px;
    text-align: center;
}
section.team-COOSWls .team-info .team-details p {
	font-size:17px;
	color:#fff;
	font-weight:normal;
	padding-bottom:10px;
	text-align:center;
}
ul.social-icons1 {
	list-style:none;
	text-align:center;
	text-align:-webkit-center;
	text-align:-moz-center;
}
ul.social-icons1 li {
	display:inline;
}
ul.social-icons1 li a i.fa {
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	font-size:16px;
	width:35px;
	height:35px;
	color:#fff;
	line-height: 35px;
	text-align: center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
ul.social-icons1 li a i.fa.fa-facebook {
	background-color:#3b5998;
}
ul.social-icons1 li a i.fa.fa-twitter {
	background-color:#55acee;
}
ul.social-icons1 li a i.fa.fa-linkedin {
	background-color:#e68523;
}
ul.social-icons1 li a i.fa.fa-google-plus {
	background-color:#dc4e41;
}
ul.social-icons1 li a i.fa.fa-facebook:hover {
	background-color:#002573;
}
ul.social-icons1 li a i.fa.fa-twitter:hover {
	background-color:#004A82;
}
ul.social-icons1 li a i.fa.fa-linkedin:hover { 
	background-color:#BB5E00;
}
ul.social-icons1 li a i.fa.fa-google-plus:hover { 
	background-color:#8A0B00;
}
/*-- /team section --*/




/*-- paquetes --*/
.paquetes{
	padding:4em 0;
    background: #FFFFFF;
}
.paquetes h3 {
	/*-- agileinfo --*/
	font-size:38px;
	font-weight:400;
	position:relative;
	padding-bottom:20px;
	color:#622685;
	text-transform:uppercase;

}
.paquetes p {
	font-size: 1.2em;
	font-weight:400;
	line-height: 1.2em;
    padding: 0px 0 40px;
    color: #000;
}
.paquetes h4{
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: 600;
    margin: .5em 0 0 0;
}
.paquetes-grids{
	margin:4em 0 0 0;
}
.paquetes-info{
    position: relative;
    overflow: hidden;	
}
.paquetes-info img{
	width:100%;
	border:solid 2px #333333;
}


.paquetes-caption h4{
    color: #FFFFFF;
    font-size: 1.3em;
    font-weight: 600;
    margin: .1em 0 0 0;
}
.paquetes-caption p{
    color: #da488d;
    font-size: 1.1em;
	font-weight: 400;
    margin: 0.5em;
}
.chica{
    color: #FFFFFF;
    font-size: 0.6em;
    font-weight: 100;
    margin: .1em 0 0 0;
}
.paquetes-caption ul{
    padding: 0;
    margin: 0.7em 0 0 0;
}
.paquetes-caption ul li{
    display: inline-block;
}
.paquetes-caption ul li a {
	color: #333;
    text-align: center;
}
.paquetes-caption ul li a i.fa.fa-facebook{
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: solid 2px #FFF;
    background: none;
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.paquetes-caption ul li a i.fa.fa-facebook:hover {
    background: #3b5998;
}
.paquetes-caption ul li a i.fa.fa-twitter{
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: solid 2px #FFF;
    background: none;
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.paquetes-caption ul li a i.fa.fa-twitter:hover{
	background: #55acee;
}
.paquetes-caption ul li a i.fa.fa-rss{
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: solid 2px #FFF;
    background: none;
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.paquetes-caption ul li a i.fa.fa-rss:hover{
	background: #f26522;
}
.paquetes-caption {
    background: #FF53B7;
    padding: 0.5em;
    position: absolute;
    left: 0;
    bottom: -18%;
    text-align: center;
    width: 100%;
    height: 200px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.paquetes-info:hover .paquetes-caption{
    bottom: 0%;
}
.paquetes-info:hover .paquetes-caption {
    bottom: 0%;
}

#owl-demo .item{
	margin: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.precios{
    color: #FFFFFF;
    font-size: 1.6em;
    font-weight: 700;
	text-align:center;
    margin-top: -50px;
}
.precios:hover {
    color: #da488d;
    font-size: 1.6em;
    font-weight: 700;
    text-align:center;
    margin-top: -50px;
}

/*-- //paquetes --*/







/*-- testimonial section --*/
section.test-COOSWls {
	padding:100px 0;
	background-color:#9363B1;
}
section.test-COOSWls h3 {
	font-size:38px;
	font-weight:400;
	text-transform:uppercase;
	position:relative;
	padding-bottom:20px;
	color:#622685;
}
section.test-COOSWls h3:before {
	content: '';
    background-color: #d4ab5c;
    height: 2px;
    width: 40px;
    left: -55px;
    top: 16px;
    display: block;
    position: absolute;
}
section.test-COOSWls p.text-header {
	font-size: 14px;
	font-weight:400;
	text-transform:uppercase;
    padding: 0px 0 40px;
    color: #999;
}
section.test-COOSWls .carousel-control.left,section.test-COOSWls .carousel-control.right {
	background-image:none;
	width: 50px;
    height: 50px;
	background-color:#FF53B7;
}
section.test-COOSWls .carousel-control.left {
	margin:56px 0 0 58em;
}
section.test-COOSWls .carousel-control.right {
    margin: 106px -120px 0 0;
}
span.glyphicon.glyphicon-chevron-left,span.glyphicon.glyphicon-chevron-right {
    font-size: 25px;
}
span.glyphicon.glyphicon-chevron-left {
	left: 20px;
    top: 21px;
}
span.glyphicon.glyphicon-chevron-right {
	right:20px;
	top:21px;
}
section.test-COOSWls .test-agile {
    border: 2px solid #fff;
	width:100%;
	height:380px;
	margin-top:55px;
} 
section.test-COOSWls img.img-responsive {
    width: 100%;
    height: auto;
    margin-top: -57px;
    z-index: 999;
    display: block;
}
p.test-p1 {
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
    padding: 45px;
}
p.test-p1:before {
	content: '';
    background-color: #FF53B7;
    height: 2px;
    width: 40px;
    left: 15px;
    top: 60px;
    display: block;
    position: absolute;
}
p.test-p1 span.line-COOSWls {
	background-color: #FF53B7;
    height: 2px;
    width: 40px;
    margin: 0px 0 4px 20px;
    display: inline-block;
}
.persona {
    font-size: 18px;
    font-weight: 500;
	font-style: italic;
    color: #FF53B7;
    letter-spacing: 1px;
	float:right;
}
.carousel-indicators {
    bottom: -60px;
}
/*-- /testimonial section --*/


/*-- Update section --*/
section.update-COOSWls {
	padding:100px 0;
}
.enlacefuente {
    font-size: 15px;
    font-weight: 500;
	font-style: italic;
    color: #FF53B7;
    letter-spacing: 1px;
	float:right;
	margin-top:25px;
}
.enlacefuente:hover {
    color: #000;
}
section.update-COOSWls h3 {
	font-size:38px;
	font-weight:400;
	text-transform:uppercase;
	position:relative;
	padding-bottom:20px;
	color:#622685;
}
section.update-COOSWls h3:before {
	content: '';
    background-color: #622685;
    height: 2px;
    width: 40px;
    left: -55px;
    top: 16px;
    display: block;
    position: absolute;
}
section.update-COOSWls p.text-header {
	font-size: 14px;
	font-weight:400;
	text-transform:uppercase;
    padding: 0px 0 40px;
    color: #999;
}
section.update-COOSWls img.img-up {
	width: 270px;
    height: auto;
    margin: -8px 0 0 -65px;
}
section.update-COOSWls h4 {
	font-size:20px;
	font-weight:normal;
	color:#000;
	padding-bottom:15px;
	text-transform:uppercase;
}
section.update-COOSWls p.update-p1 {
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
	padding-bottom:15px;
}
section.update-COOSWls p.update-p2 {
	font-size:14px;
	font-weight:normal;
	color:#999;
	line-height:25px;
}
section.update-COOSWls .update-agileits {
    border: 2px solid #000;
    height: 320px;
    padding: 30px;
    width: 100%;
}
section.update-COOSWls h4#myModalLabel1,section.update-COOSWls h4#myModalLabel2 {
    padding-top:14px;
	font-size:20px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
}	
section.update-COOSWls .modal-header {
    padding: 0px;
    background-color: #31708f;
}	
section.update-COOSWls .modal-content .modal-body h5 {
	font-size:20px;
	font-weight:normal;
	color:#d4ab5c;
	text-transform:uppercase;
	padding:10px 0;
	font-family: "Roboto", sans-serif;
}
section.update-COOSWls .modal-content .modal-body p {
	font-size:16px;
	color:#999;
	line-height:30px;
	font-weight:normal;
}
section.update-COOSWls .modal-footer {
    padding: 10px;
    background-color: #31708f;
}
/*-- /Update Section --*/












/*--features--*/
.features{
	padding:100px 0;
    background: url(../images/slid.jpg) no-repeat center 0px;
    -webkit-background-size: cover;
	-moz-background-size: cover;
    background-size: cover;
}
.features iframe {
    width: 100%;
    min-height: 500px;
    border: none;
}
.video-img {
    background: url(../images/2.jpg)no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 505px;
}
.video-img a {
    display: inline-block;
    margin:12em 0em 0 21em;
	outline:none;
}
.video-img a span.glyphicon {
    font-size: 3em;
    color: #FFFFFF;
    border: 8px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    padding:0.35em 0.5em;
    width: 100px;
    height: 100px;
}
/*--banner-modal--*/
.modal-open .modal {
    background: rgba(0, 0, 0, 0.48);
}
.modal.bnr-modal {
	padding: 0 1em !important;
}
.modal-body {
    padding: 2em;
}
.modal-dialog {
    margin: 6em auto 0;
}
.modal-header {
    border: none;
    min-height: 1.0em;
    padding: 0.2em 1em 0;
}
.modal-title {
	color: #FF23A6;
	font-size: 2em;
}
.modal button.close {
    color: #212121;
    opacity: .9;
    font-size: 3.5em;
    outline: none;
    text-align: right;
	margin-right: 0.2em;
	margin-top: -0.2em;
    width: 100%;
}
.modal button.close:hover {
    color: #3784F8;
}

.modal-body p {
    color: #000000;
    margin-top: 1em;
    font-size: 1em;
    font-weight: 400;
}
/*--//banner-modal--*/
.b_label {
    font-size: 1.3em;
    color: #fff;
	margin-bottom: 6px;
	text-align: left;
}
.bar_group {
	position: relative;
    z-index: 0;
}
.bar_group__bar.thin::before, .bar_group__bar.thick::before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    background: #E4E4E4;
    border-radius: 6px;
}
.bar_group__bar.thin {
	width: 0%;
	height: 15px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	background: #F3D354;
	margin-bottom: 2em;
	-webkit-transition: width 1s;
	transition: width 1s;
	-moz-transition: width 1s;
	border-radius: 6px;
}
.features-left {
    padding: 0;
}
.features-right p{
	color:#000;
	line-height:1.8em;
	margin: 1em 0 2em;
	text-align: justify;
}
.features-right h3{
	font-size:2em;
    color:#622685;
    margin: 0;
    line-height: 1.5em;
    text-transform: capitalize;
    letter-spacing: 2px;
	text-align: left;
}
.features-right {
    background: #f5f5f5;
    padding: 2em 2em 0em;
}
.pa_italic i {
    left: -1em;
}
.pa_italic span {
    display: none;
}
.collapsed span {
    display: inline-block;
    left: -1em;
}
.collapsed i {
    display: none;
}
.panel-heading {
    padding: 10px 35px;
}
.panel-title {
    font-size: 1.2em;
    color:#212121;
    
	font-family: "Roboto", sans-serif;
	text-decoration: none;
	font-weight:bold;
}
.panel-default {
    border-color: #FFF;
}
.panel-default > .panel-heading {
    border-color: #FFF;
	color:#212121;
    background-color: #fff;
}
.panel-body {
    padding: 2em;
    font-size: 14px;
    line-height: 1.8em;
    color: #000;
	font-family: 'Open Sans', sans-serif;
}
a.pa_italic label {
    cursor: pointer;
	font-weight:500;
}
/*--//features PREGUNTAS FRECUENTES --*/




.g-recaptcha{
    width: fit-content;
    margin: 0 auto 30px;
}



/*-- map section --*/
section.map iframe.googlemaps {
	width:90%;
	height:400px;
	margin-left:5%;
	margin-right:5%;
}
/*-- /map section --*/



/*-- contact section --*/
/*-- contact section --*/
section.contact-cooswl {
	margin-top:-150px;
	padding:210px 0;
	background:url(../images/fondo2.png) no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
section.contact-cooswl h3.text-center {
	font-size:40px;
	font-weight:normal;
	color:#000;
	text-transform:uppercase;
	padding-bottom:20px;
	font-family: "Roboto", sans-serif;
}
section.contact-cooswl p.text-center {
	font-size:16px;
	font-weight:normal;
	padding-bottom:40px;
	color:#000;
}
input#name,input#phone,input#email,textarea#message {
	font-size: 17px;
    font-weight: normal;
    color: #fff;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.43);
    outline: none;
	margin-bottom:30px;
}
input#name:focus,input#phone:focus,input#email:focus,textarea#message:focus {
	background-color: rgba(0, 0, 0, 1);
    border: 1px solid #fff;
	color:#fff;	
}
input#name,input#phone,input#email {
	height:50px;
}
section.contact-cooswl label {
	font-size:18px;
	font-weight:normal;
	color:#000;
	text-transform:uppercase;
	padding-bottom:10px;
}
section.contact-cooswl button.btn.btn-primary {
    width: 30%;
    margin: 0 auto;
    height: 50px;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    display: block;
    background-color: #622685;
    border-color: #622685;
    outline: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
section.contact-cooswl button.btn.btn-primary:hover {
	color: #fff;
    background-color:#E2A7E9;
	border-color:#E2A7E9;
}

.map iframe{
	background-color:#000;
	width:90%;
	margin-left:5%;
	min-height:400px;
}
.telefonos{
	font-size: 18px;
	color:#622685;
	font-weight:500;
}

/*-- /contact section --*/






/*-- footer section --*/
section.footer {
	padding:50px 0;
	background-color:#4b177b;
	bottom:0px;
}

/*-- address section --*/
section.address-agileits {
    background-color:#4b177b;
	padding:30px 0;
	background:url(../images/) no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:100% 100%; 
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
}
section.address-agileits h3 {
	font-size:20px;
	font-weight:normal;
	color:#fff;
	padding-bottom:15px;
	font-family: "Roboto", sans-serif;
}
section.address-agileits p {
	font-size:14px;
	font-weight:normal;
	color:#fff;
	padding-bottom:10px;
}
section.address-agileits p a {
	color:#fff;
	text-decoration:none;
}
.hi-icon fa fa-mobile {
	color:#622685; 
}
.hi-icon a {
	display:block; 
	width:100%; 
	height:100%;  
	position:absolute; 
	top:0px; 
	z-index:100 
}
.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding:0;
}
.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin:0px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}
.hi-icon:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.hi-icon:before  {
	speak: none;
	font-size: 40px;
	line-height: 70px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.hi-icon-effect-1 .hi-icon {
	background: rgba(255,34,166,0.5);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.hi-icon-effect-1 .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #622685;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
.hi-icon-effect-1b .hi-icon:after {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.hi-icon-effect-1b .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.addr-coosw-agile:hover .hi-icon-effect-1b .hi-icon {
	background: rgba(255,255,255,1);
	color: #FF22A6;
} 
.addr-coosw-agile:hover .hi-icon:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
} 
/*-- /address section --*/


/*-- copyright section --*/
.copright-coosw {
	padding:50px 0;	
	background-color:#4b177b;
}
.copright-coosw ul.link-cooswl li {
	display:inline-block;
	margin-right:30px;
}
.copright-coosw ul.link-cooswl li a {
	color:#fff;
	text-decoration:none;
	font-family: "Roboto", sans-serif;
	font-size:16px;
	font-weight:normal;
	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-coosw ul.link-cooswl li a:hover,
.copright-coosw ul.link-cooswl li a:focus {
	outline: none;
}
.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-coosw p.copyright {
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.copright-coosw p.copyright a {
	color:#3ba2c1;
	text-decoration:none;
}
.copright-coosw p.copyright a:hover {
	color:#ea3c56;
} 
/*-- /copyright section --*/
/*-- /footer section --*/









/*-- back to top --*/
.cd-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 40px;
  left: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.55) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  background-size:70%;
  border:1px solid #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index:5000;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
  background-color: #000;
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    left: 30px;
    bottom: 30px;
  }
}
/*-- /back to top --*/
.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}
/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}


/*-- responsive design --*/
@media (max-width:1440px) {
	.tpl6 .dmbutton {
	margin: 88px 5px 20px 5px;	
	}
	.stats-grid.stats-grid-1 {
		right: 60em;	
	}
	.stats-grid.stats-grid-2 {
		right: 50em;	
	}
	.stats-grid.stats-grid-3 {
		right: 40em;	
	}
	.stats-grid.stats-grid-4 {
		right: 30em;	
	}
}

@media (max-width:1366px) {
div#slideshow-banner {
    height: 800px;
}
section.about-COOSWls img.mini.img-responsive {
	max-height: 65px;
    top: 15px;
    left: 30px;
}
section.about-COOSWls h2:after {
	right: 165px;
}
.tpl6 .dmbutton {
    margin: 80px 5px 20px 5px;
}
section.test-COOSWls .carousel-control.left {
    margin: 0px 0 0 51.5em;
}
section.test-COOSWls .carousel-control.right {
    margin: 0px 0px 0 0;
}
}

@media (max-width:1080px) {
.portfolio-item {
    width: 25%;
    padding: 0;
    display: inline-block;
    margin: -2px;
}
.navbar-nav>li {
	width:160px;	
}
div#slideshow-banner {
    height: 730px;
}
section.about-COOSWls img.mini.img-responsive {
	max-height: 65px;
    top: 15px;
    left: 30px;
}
section.about-COOSWls h2 {
    font-size: 28px;
}
section.about-COOSWls h2:after {
    right: 95px;
	height: 65px;
	top:12px;
}
p.about-p1 {
    font-size: 14px;
}
ul.sides li p {
    font-size: 15px;
}
section.team-COOSWls h3,section.portfolio-COOSWls h3,section.stats-agileits h3,section.test-COOSWls h3,section.update-COOSWls h3 {
    font-size: 30px;
}
section.team-COOSWls h3:before,section.portfolio-COOSWls h3:before,section.stats-agileits h3:before,section.test-COOSWls h3:before,section.update-COOSWls h3:before {
	width: 35px;
    left: -45px;
    top: 14px;
}
section.team-COOSWls .team-info .team-details {
	margin-top:10em;
}
section.team-COOSWls .team-info img.img-responsive {
    width: 82%;
}
p.test-p1 {
    font-size: 14px;
	padding:30px;
}
section.test-COOSWls .test-agile {
	height: 345px;
    margin-top: 20px;
}
section.test-COOSWls img.img-responsive {
    margin-top: -25px;
}
p.test-p1:before {
    width: 30px;
    left: 4px;
    top: 47px;
}
p.test-p1 span.line-COOSWls {
    width: 35px;
    margin: 0px 0 4px 15px;
}
section.test-COOSWls .carousel-control.left {
    margin: -33px 0 0 41.5em;
}
section.test-COOSWls .carousel-control.right {
    margin: -33px 0px 0 0;
}
.stats-grid.stats-grid-1 {
    right: 50em;
	top:9em
}
.stats-grid.stats-grid-2 {
    right: 40em;
	top:15em;
}
.stats-grid.stats-grid-3 {
    right: 30em;
}
.stats-grid.stats-grid-4 {
    right: 23em;
}
section.update-COOSWls h4 {
	font-size:17px;
	margin-left:-10px;
	padding-bottom:10px;
}
section.update-COOSWls p.update-p1 {
	margin-left:-10px;
	padding-bottom:10px;
}
section.update-COOSWls p.update-p2 {
	margin-left:-10px;
}
section.update-COOSWls .update-agileits {
	padding:20px;
	height: 340px;
}
section.update-COOSWls img.img-up {
    width: 220px;
    margin: 35px 0 0 -55px;
}
section.test-COOSWls {
    padding: 50px 0 90px;
}
section.about-COOSWls {
    padding: 40px 0;
}
section.portfolio-COOSWls {
    padding: 50px 0;
}
section.update-COOSWls {
    padding: 50px 0 60px;
}
section.contact-us {
	padding:40px 0;
}
section.contact-us h3.text-center {
	font-size:40px;
}
section.contact-us p.text-center {
	font-size:14px;
	padding: 0px 0 40px;
}
section.contact-us .contact-info h4 {
    font-size: 25px;
    padding: 15px 0;
}
section.contact-us .contact-info p {
    font-size: 16px;
    padding:0px 0 10px;
	line-height:30px;
}
ul.social-icons2 {
	margin-top:20px;
}
input#name, input#email {
    height: 50px;
	font-size:15px;
} 
section.contact-us form button {
	font-size:16px;
}
section.footer .copyright p {
	font-size:14px;
}
section.footer {
    padding: 30px 0;
}
section.update-COOSWls .modal-content .modal-body p {
    font-size: 14px;
}
section.update-COOSWls .modal-content .modal-body h5 {
    font-size: 17px;
}
}

@media (max-width: 1024px) {
section.team-COOSWls h3:before, section.portfolio-COOSWls h3:before, section.stats-agileits h3:before, section.test-COOSWls h3:before, section.update-COOSWls h3:before {
    width: 23px;
    left: -28px;
    top: 14px;
}
#controller-left,#controller-right {
	top: 50%;
}
section.team-COOSWls .team-info .team-details p {
    font-size: 14px;
}
section.team-COOSWls .team-info .team-details h4 {
	font-size:18px;
	padding:165px 0 15px;
}
section.team-COOSWls {
    padding: 3em 0 5em;
}
.tpl6 .dmbutton {
    margin: 75px 5px 20px 5px;
}
section.contact-us .contact-info p {
    font-size: 15px;
}
}

@media (max-width: 991px) {
.navbar-nav>li {
    width: 150px;
}
section.team-COOSWls .team-info .team-details {
    margin-top: 3em;
}
section.team-COOSWls .team-info img.img-responsive {
	left:19px;
}
.numscroller {
    font-size: 40px;
}
.stats-grid.stats-grid-1 {
    right: 45em;
    top: 9em;
}
.stats-grid.stats-grid-2 {
    right: 35em;
    top: 14em;
}
.stats-grid.stats-grid-3 {
    right: 24em;
	top:20em;
}
.stats-grid.stats-grid-4 {
    right: 17em;
	top: 27em;
}
.col-lg-4.col-md-4.col-sm-4.test-info1,.col-lg-8.col-md-8.col-sm-8.test-info2 {
    width: 100%;
    float:left;
}
section.test-COOSWls .carousel-control.left {
    margin: 295px 0 0 30.5em;
}
section.test-COOSWls .carousel-control.right {
	margin:295px 0 0 0;
}
section.test-COOSWls .test-agile {
	margin-top:25em;
	height:400px;
}
section.test-COOSWls img.img-responsive {
    margin:-380px auto 0;
	width:50%;
}
p.test-p1 {
	padding:30px 35px;
}
p.test-p1:before {
    width: 30px;
    left: 12px;
    top: 47px;
}
p.test-p1 span.line-COOSWls {
    width: 30px;
    margin: 0px 0 3px 10px;
}
.tpl6 .dmbutton {
    margin: 70px 5px 20px 5px;
}
section.update-COOSWls .update-agileits:nth-child(1) {
	margin-bottom:30px;
}
section.update-COOSWls .update-agileits {
	height:265px;
	padding:30px;
}
section.update-COOSWls img.img-up {
    width: 70%;
    margin: 0 auto;
}
section.update-COOSWls h4,section.update-COOSWls p.update-p1,section.update-COOSWls p.update-p2 {
	margin-left:-50px;
}
ul.social-icons2 {
    margin-top: 10px;
    margin-bottom: 30px;
}
.modal-body {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
section.update-COOSWls .modal-content .modal-body h5 {
    font-size: 17px;
    padding-top: 20px;
}
}

@media (max-width: 900px) {
.portfolio-item {
    width:33.4%;
    padding: 0;
    display: inline-block;
    margin: -2px;
}
.navbar-nav>li {
    width: 130px;
}
div#slideshow-banner {
    height: 685px;
}
.col-lg-6.col-md-6.col-sm-6.about-info1,.col-lg-6.col-md-6.col-sm-6.about-info2 {
    width: 100%;
    float: left;
}
section.about-COOSWls img.mini.img-responsive {
	max-height: 65px;
    top: 15px;
    left: 30px;
}
section.about-COOSWls h2:after {
    right: 210px;
    height: 50px;
    top: 20px;
}
section.about-COOSWls img.max.img-responsive {
    width: 100%;
    margin: 0 auto 30px;
}
.tpl6 .dmbutton {
    margin: 92px 5px 20px 5px;
}
.stats-grid.stats-grid-1 {
    right: 40em;
    top: 9em;
}
.stats-grid.stats-grid-2 {
    right: 30em;
    top: 14em;
}
.stats-grid.stats-grid-3 {
    right: 20em;
    top: 20em;
}
.stats-grid.stats-grid-4 {
    right: 14em;
    top: 27em;
}
}

@media (max-width: 800px) {
div#slideshow-banner {
    height: 600px;
}
.navbar-nav>li {
    width: 120px;
}
section.about-COOSWls h2 {
    font-size: 28px;
	padding:30px 0 40px;
}
.tpl6 .dmbutton {
    margin: 80px 5px 20px 5px;
}
section.stats-agileits {
    padding: 2em 0 27em;
}
}

@media (max-width: 768px) {
section.team-COOSWls h3, section.portfolio-COOSWls h3, section.stats-agileits h3, section.test-COOSWls h3, section.update-COOSWls h3 {
    font-size: 30px;
    margin-left: 30px;
}
section.team-COOSWls p.text-header,section.portfolio-COOSWls p.text-header,section.stats-agileits p.text-header,section.test-COOSWls p.text-header,section.update-COOSWls p.text-header {
	margin-left: 30px;
}
.tpl6 .dmbutton {
    margin: 70px 5px 20px 5px;
}
.stats-grid h4 {
    font-size: 14px;
}
.stats-grid.stats-grid-1 {
    right: 37em;
    top: 9em;
}
.stats-grid.stats-grid-2 {
    right: 7em;
    top: 9em;
}
.stats-grid.stats-grid-3 {
    right: 30em;
    top: 17em;
}
.stats-grid.stats-grid-4 {
    right: 17em;
    top: 17em;
}
section.stats-agileits {
    padding: 2em 0 17em;
}
div#slideshow-banner {
    height: 560px;
}
}

@media (max-width: 767px) {
.navbar-toggle {
    margin-top: 20px;
    float:right;
}
section.banner {
    margin-top: 0px;
}
.navbar-nav>li {
    width: 100%;
    border: none;
}
.navbar-nav>li:nth-child(1) {
    border:none;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.navbar-nav {
    margin: 0;
}
.navbar-collapse {
    padding: 0;
    box-shadow: none;
}
.top-agileits {
    margin-top: 0px;
    margin-bottom: 0px;
}
a.logo {
    display: inline-block;
    margin-left: 47px;
	padding-top:40px;
}
.navbar-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    left:auto;
	z-index:9999;
}
ul.nav.navbar-nav {
    text-align: center;
    margin-right: 225px;
    background-color: rgba(0, 0, 0, 0.0);
    width: 100%;
}
}

@media (max-width: 736px) {
div#slideshow-banner {
    height: 365px;
}
section.about-COOSWls img.mini.img-responsive {
	max-height: 65px;
    top: 15px;
    left: 30px;
}
section.about-COOSWls h2:after {
    right: 175px;
    height: 50px;
    top: 20px;
}
section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile1 .team-details,section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile2 .team-details {
	width:55%;
	margin:10em auto 15em;
}
section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile3 .team-details {
	width:55%;
	margin:10em auto 0;
}
section.team-COOSWls .team-info img.img-responsive {
    left: 196px;
	width:40%;
	bottom:140px;
}
section.map iframe.googlemaps {
    height: 300px;
}
section.test-COOSWls .carousel-control.left {
    margin: 295px 0 0 29em;
}
.modal-header .close {
    margin-top: -5px;
}
.navbar-toggle {
	margin-left:46.5%;
}
#controller-left img, #controller-right img {
	width:20px;
	height:35px;
}
#controller-left, #controller-right {
    top: 43%;
}
#slideshow-controller {
	left:46%;
} 
}

@media (max-width: 667px) {
.whp{
    bottom: 170px;
}
.cd-top{
    bottom: 100px;
}
div#slideshow-banner {
    height: 397px;
}
section.team-COOSWls .team-info img.img-responsive {
    left: 176px;
    width: 40%;
}
section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile1 .team-details, section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile2 .team-details {
    width: 55%;
    margin: 10em auto 13em;
}
.tpl6 .dmbutton {
    margin: 60px 5px 20px 5px;
}
.stats-grid.stats-grid-1 {
    right: 32em;
    top: 9em;
}
.stats-grid.stats-grid-3 {
    right: 25em;
    top: 17em;
}
.stats-grid.stats-grid-4 {
    right: 12em;
    top: 17em;
}
section.test-COOSWls .test-agile {
    margin-top: 25em;
    height: 380px;
}
section.update-COOSWls .update-agileits {
    height: 250px;
    padding: 30px;
}
section.contact-us h3.text-center {
    font-size: 35px;
	padding: 0px 0 20px;
}
section.contact-us p.text-center {
	padding:0 0 20px;
}
.navbar-toggle {
    margin-top: 25px;
}
#controller-left, #controller-right {
    top: 36%;
}
}

@media (max-width:640px) {
#gracias{
    height: 100%;
    padding: 10rem 2rem 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.logo h1 {
    font-size: 35px;
}
section.about-COOSWls img.mini.img-responsive {
	max-height: 65px;
    top: 15px;
    left: 30px;
}
section.about-COOSWls h2:after {
    right: 135px;
    height: 50px;
    top: 20px;
}
section.test-COOSWls .carousel-control.left {
    margin: 227px 0 0 24em;
}
section.test-COOSWls .carousel-control.right {
	margin:227px 0 0 0; 
}
section.test-COOSWls .test-agile {
    margin-top: 20em;
    height: 450px;
}
section.test-COOSWls img.img-responsive {
    margin: -310px auto 0;
    width: 50%;
}
section.update-COOSWls .update-agileits {
    height: 265px;
    padding: 30px;
}
section.update-COOSWls img.img-up {
    width: 80%;
    margin: 11px auto 0;
}
section.team-COOSWls .team-info img.img-responsive {
    left: 169px;
    width: 40%;
    bottom: 135px;
}
.stats-grid.stats-grid-4 {
    right: 13em;
    top: 17em;
}
#controller-left, #controller-right {
    top: 45%;
}
}

@media (max-width: 600px) {
.portfolio-item {
    width:50%;
    padding: 0;
    display: inline-block;
    margin: -2px;
}
section.about-COOSWls {
    padding: 15px 0 40px;
}
section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile1 .team-details, section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile2 .team-details {
    width: 55%;
    margin: 6em auto 10em;
}
section.team-COOSWls .team-info img.img-responsive {
    left: 158px;
    width: 40%;
}
.tpl6 .dmbutton {
    margin: 90px 5px 20px 5px;
}
.stats-grid.stats-grid-1 {
    right: 27em;
    top: 9em;
}
.stats-grid.stats-grid-3 {
    right: 22em;
    top: 17em;
}
section.test-COOSWls img.img-responsive {
    margin: -290px auto 0;
    width: 50%;
}
section.test-COOSWls p.text-header {
	padding:0 0 30px;
}
section.test-COOSWls .carousel-control.left {
    margin: 227px 0 0 22em;
}
section.update-COOSWls img.img-up {
    width: 80%;
    margin: 20px auto 0;
}
div#slideshow-banner {
    height: 364px;
}
#controller-left, #controller-right {
    top: 46%;
}
.stats-grid.stats-grid-4 {
    right: 11em;
    top: 17em;
}
}

@media (max-width: 568px) {
	
.topbar-COOSWls p {
	margin: -30px 20px 0 0;
}
section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile1 .team-details, section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile2 .team-details {
    width: 65%;
    margin: 10em auto 13em;
}
section.team-COOSWls .team-info img.img-responsive {
    left: 123px;
    width: 50%;
}
section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile3 .team-details {
    width: 65%;
    margin: 10em auto 0;
}
.tpl6 .dmbutton {
    margin: 80px 5px 20px 5px;
}
section.test-COOSWls .carousel-control.left {
    margin: 227px 0 0 21em;
}
section.test-COOSWls .carousel-control.left, section.test-COOSWls .carousel-control.right {
	width:45px;
	height:45px;
}
span.glyphicon.glyphicon-chevron-left {
    left: 23px;
    top: 20px;
}
span.glyphicon.glyphicon-chevron-left, span.glyphicon.glyphicon-chevron-right {
    font-size: 23px;
}
span.glyphicon.glyphicon-chevron-right {
    right: 22px;
    top: 20px;
}
section.about-COOSWls img.mini.img-responsive {
	max-height: 65px;
    top: 15px;
    left: 30px;
}
section.about-COOSWls h2:after {
    right: 105px;
    height: 50px;
    top: 20px;
}
section.portfolio-COOSWls p.text-header {
	padding:0 0 30px;
}
section.stats-agileits {
    padding: 2em 0 16em;
}
section.update-COOSWls p.text-header {
	padding:0 0 30px;
}
section.update-COOSWls img.img-up {
    width: 80%;
    margin: 26px auto 0;
}
section.contact-us .contact-info p {
    font-size: 14px;
}
input#name, input#email,textarea#comments {
	font-size:14px;
}
section.contact-us form button {
    font-size: 15px;
}
div#slideshow-banner {
    height: 285px;
}
#controller-left, #controller-right {
    top: 41%;
}
.stats-grid.stats-grid-2 {
    right: 5em;
    top: 9em;
}
.stats-grid.stats-grid-4 {
    right: 9em;
    top: 17em;
}
.stats-grid.stats-grid-3 {
    right: 21em;
    top: 17em;
}
.navbar-toggle {
	margin-top:23px;
}
}

@media (max-width:480px) {
div#slideshow-banner {
    height: 320px;
}
.topbar-COOSWls p {
    margin: -30px 7px 0 0;
}
form.search-container {
    padding-top: 15px;
    margin: 0px 0 0 15px;
}
#controller-left img,#controller-right img {
    height: 25px;
    width: 15px;
}
#controller-left, #controller-right {
    top: 45%;
}
section.about-COOSWls h2 {
    font-size: 16px;
    padding: 20px 0 30px;
}
section.about-COOSWls img.mini.img-responsive {
	max-height: 65px;
    top: 15px;
    left: 30px;
}
section.about-COOSWls h2:after {
    right: 85px;
    height: 43px;
    top: 11px;
}
p.about-p1 {
	padding-bottom:15px;
}
section.about-COOSWls img.max.img-responsive {
    width: 100%;
    margin: 0 auto 20px;
}
section.about-COOSWls {
    padding: 15px 0 30px;
}
section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile1 .team-details, section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile2 .team-details {
    width: 65%;
    margin: 4em auto 9em;
}
section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile3 .team-details {
    width: 65%;
    margin: 4em auto 0;
}
section.team-COOSWls .team-info img.img-responsive {
    left: 101px;
    width: 50%;
	bottom:121px;
}
section.team-COOSWls .team-info .team-details h4 {
    font-size: 18px;
    padding: 175px 0 10px;	
}
.tpl6 .dmbutton {
    margin: 70px 5px 20px 5px;
}
.numscroller {
    font-size: 35px;
}
.stats-grid.stats-grid-1 {
    right: 19em;
    top: 9em;
}
.stats-grid.stats-grid-2 {
    right: 7em;
    top: 9em;
}
.stats-grid.stats-grid-3 {
    right: 19em;
    top: 17em;
}
.stats-grid.stats-grid-4 {
    right: 6em;
    top: 17em;
}
section.team-COOSWls h3, section.portfolio-COOSWls h3, section.stats-agileits h3, section.test-COOSWls h3, section.update-COOSWls h3 {
    font-size: 25px;
    margin-left: 30px;
}
section.test-COOSWls .test-agile {
    margin-top: 20em;
    height: 575px;
}
section.test-COOSWls .carousel-control.left {
    margin: 227px 0 0 17em;
}
section.test-COOSWls img.img-responsive {
    margin: -270px auto 0;
    width: 60%;
}
.col-sm-6.col-xs-6.update-agile1 {
    width: 100%;
    float: none;
}
.col-sm-6.col-xs-6.update-agile2 {
    width: 100%;
    float: left;
}
section.update-COOSWls img.img-up {
    width: 80%;
    margin: -220px auto 0 32px;
}
section.update-COOSWls .update-agileits:nth-child(1) {
    margin: 190px 0 30px;
	height: 295px;
}
.col-lg-6.col-md-6.update-info2 {
    margin-top: 17em!important;
}
section.update-COOSWls h4,section.update-COOSWls p.update-p1,section.update-COOSWls p.update-p2 {
	margin-left:0px;
}
section.update-COOSWls h4 {
	padding-top:20px;
}
section.update-COOSWls {
    padding: 50px 0 20px;
}
#slideshow-controller {
    left: 43%;
}
}

@media (max-width: 414px) {
.portfolio-item {
    width:100%;
    padding: 0;
    display: inline-block;
    margin: -2px;
}
div#slideshow-banner {
    height: 280px;
}
.top-agileits {
    margin-top: -5px;
    margin-bottom: 0px;
}
section.about-COOSWls img.mini.img-responsive {
	max-height: 65px;
    top: 15px;
    left: 30px;
}
section.about-COOSWls h2:after {
    right: 55px;
    height: 43px;
    top: 11px;
}
ul.sides li p {
    font-size: 15px;
    line-height: 30px;
}
section.about-COOSWls {
    padding: 15px 0 15px;
}
section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile1 .team-details, section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile2 .team-details {
    width: 80%;
    margin: 4em auto 9em;
}
section.team-COOSWls .team-info img.img-responsive {
    left: 67px;
    width: 60%;
    bottom: 120px;
}
section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile3 .team-details {
    width: 80%;
    margin: 4em auto 0;
}
.tpl6 .dmbutton {
    margin: 125px 5px 20px 5px;
}
.stats-grid.stats-grid-1 {
    right:240px;
    top: 8em;
}
.stats-grid.stats-grid-2 {
    right:75px;
    top: 8em;
}
.stats-grid.stats-grid-3 {
    right:235px;
    top: 15em;
}
.stats-grid.stats-grid-4 {
    right:56px;
    top: 15em;
}
.stats-grid h4 {
    font-size: 12px;
}
section.team-COOSWls h3, section.portfolio-COOSWls h3, section.stats-agileits h3, section.test-COOSWls h3, section.update-COOSWls h3 {
    font-size: 22px;
    margin-left: 30px;
}
section.test-COOSWls img.img-responsive {
    margin: -205px auto 0;
    width: 85%;
}
section.test-COOSWls .carousel-control.left {
    margin: 227px 0 0 0em;
}
section.test-COOSWls .carousel-control.left, section.test-COOSWls .carousel-control.right {
    width: 35px;
    height: 35px;
}
span.glyphicon.glyphicon-chevron-left {
    left: 17px;
    top: 15px;
}
span.glyphicon.glyphicon-chevron-right {
    right: 16px;
    top: 15px;
}
section.test-COOSWls .test-agile {
    margin-top: 14em;
    height: 835px;
}
section.test-COOSWls .carousel-control.left,section.test-COOSWls .carousel-control.right {
    margin: 155px 0 0 0em;
}
section.update-COOSWls img.img-up {
    width: 100%;
    margin: -155px auto 0;
}
section.update-COOSWls .update-agileits:nth-child(1) {
    margin: 190px 0 30px;
    height: 340px;
}
section.update-COOSWls .update-agileits:nth-child(1) {
    margin: 120px 0 30px;
    height: 370px;
}
.col-lg-6.col-md-6.update-info2 {
    margin-top: 12em!important;
}
section.contact-us h3.text-center {
    font-size: 30px;
    padding: 0px 0 15px;
}
section.contact-us {
    padding: 30px 0;
}
section.contact-us p.text-center {
    padding: 0 0 20px;
    line-height: 30px;
}
section.contact-us .contact-info h4 {
    font-size: 20px;
    padding: 0px 0 15px;
}
input#name, input#email {
    height: 45px;
}
section.contact-us form button {
	padding:8px 30px;
}
a.logo {
    display: inline-block;
    margin-left: 25px;
}
.navbar-toggle {
    margin-top: 21px;
    margin-right: 0px;
}
section.contact-us .contact-info p.addr {
    font-size: 14px;
}
}

@media (max-width:384px) {
div#slideshow-banner {
    height: 250px;
}
section.about-COOSWls img.mini.img-responsive {
	max-height: 65px;
    top: 15px;
    left: 30px;
}
section.about-COOSWls h2:after {
    right: 30px;
    height: 43px;
    top: 11px;
}
section.team-COOSWls .team-info img.img-responsive {
    left: 61px;
    width: 60%;
    bottom: 127px;
}
section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile1 .team-details, section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile2 .team-details {
    width: 80%;
    margin: 3em auto 7em;
}
.tpl6 .dmbutton {
    margin: 115px 5px 20px 5px;
}
.numscroller {
    font-size: 30px;
}
.stats-grid.stats-grid-1 {
    right: 220px;
    top: 7em;
}
.stats-grid.stats-grid-2 {
    right: 70px;
    top: 7em;
}
.stats-grid.stats-grid-3 {
    right: 216px;
    top: 14em;
}
.stats-grid.stats-grid-4 {
    right: 52px;
    top: 14em;
}
section.stats-agileits {
    padding: 1em 0 13em;
}
section.team-COOSWls h3, section.portfolio-COOSWls h3, section.stats-agileits h3, section.test-COOSWls h3, section.update-COOSWls h3 {
    font-size: 20px;
    margin-left: 30px;
}
section.team-COOSWls h3:before, section.portfolio-COOSWls h3:before, section.stats-agileits h3:before, section.test-COOSWls h3:before, section.update-COOSWls h3:before {
    width: 23px;
    left: -31px;
    top: 10px;
}
p.test-p1 {
    padding: 30px 25px;
}
p.test-p1:before {
    width: 25px;
    left: 9px;
    top: 47px;
}
p.test-p1 span.line-COOSWls {
    width: 25px;
    margin: 0px 0 3px 10px;
}
section.test-COOSWls .test-agile {
    margin-top: 14em;
    height: 815px;
}
section.update-COOSWls .update-agileits {
    padding: 20px;
}
section.team-COOSWls .team-info .team-details {
	height:290px;
}
.navbar-toggle {
    margin-left: 43%;
}
.navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
}
a.logo {
    margin-left: 15px;
}
.about-info1, .about-info2 {
    padding: 0;
}
}

@media (max-width: 375px) {
a.logo h1 {
    font-size: 30px;
}
#slideshow-controller {
	left:40%;
}
section.team-COOSWls .team-info img.img-responsive {
    left: 59px;
    width: 60%;
    bottom: 130px;
}
section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile1 .team-details, section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile2 .team-details {
    width: 80%;
    margin: 2em auto 6em;
}
section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile3 .team-details {
    width: 80%;
    margin: 2em auto 0;
}
.stats-grid.stats-grid-1 {
    right: 210px;
    top: 7em;
}
.stats-grid.stats-grid-2 {
    right: 65px;
    top: 7em;
}
.stats-grid.stats-grid-3 {
    right: 205px;
    top: 14em;
}
.stats-grid.stats-grid-4 {
    right: 47px;
    top: 14em;
}
section.test-COOSWls img.img-responsive {
    margin: -205px auto -10px;
    width: 85%;
}
}

@media (max-width: 320px) {
div#slideshow-banner {
    height: 210px;
}
#slideshow-controller {
    left: 39%;
}
a.logo h1 {
    font-size: 26px;
}
section.about-COOSWls h2 {
    font-size: 15px;
    padding: 10px 0 20px;
}
section.about-COOSWls img.mini.img-responsive {
    left: 10px;
}
section.about-COOSWls h2:after {
    right: 24px;
    height: 35px;
    top: 4px;
}
section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile1 .team-details, section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile2 .team-details {
    width: 100%;
    margin: 4em auto 7em;
}
section.team-COOSWls .col-lg-4.col-md-4.col-sm-4.team-agile3 .team-details {
    width: 100%;
    margin: 4em auto 0;
}
section.team-COOSWls .team-info img.img-responsive {
    left: 24px;
    width: 80%;
    bottom: 130px;
}
section.team-COOSWls {
    padding: 3em 0 3em;
}
.tpl6 .dmbutton {
    margin: 90px 5px 20px 5px;
}
section.portfolio-COOSWls {
    padding: 30px 0;
}
.topbar-COOSWls p {
	font-size:13px;
}
p.about-p1 {
    font-size: 13px;
	padding-bottom:10px;
}
ul.sides li {
    padding-bottom: 10px;
}
ul.sides li p {
    font-size: 14px;
}
section.team-COOSWls p.text-header {
    font-size: 13px;
}
section.team-COOSWls .team-info .team-details p {
    font-size: 13px;
}
section.portfolio-COOSWls p.text-header {
    font-size: 13px;
}
section.stats-agileits p.text-header {
    font-size: 13px;
}
section.stats-agileits {
    padding: 1em 0 20em;
}
section.team-COOSWls h3, section.portfolio-COOSWls h3, section.stats-agileits h3, section.test-COOSWls h3, section.update-COOSWls h3 {
    font-size: 19px;
    line-height: 25px;
    padding-bottom: 5px;
    margin-left: 30px;
}
section.test-COOSWls p.text-header {
    font-size: 13px;
	padding:0 0 20px;
}
section.test-COOSWls .carousel-control.left, section.test-COOSWls .carousel-control.right {
    width: 30px;
    height: 30px;
}
span.glyphicon.glyphicon-chevron-left, span.glyphicon.glyphicon-chevron-right {
    font-size: 20px;
}
span.glyphicon.glyphicon-chevron-left {
    left: 15px;
    top: 14px;
}
span.glyphicon.glyphicon-chevron-right {
    right: 16px;
    top: 14px;
}
p.test-p1 {
    padding: 30px 18px;
	font-size:13px;
}
p.test-p1:before {
    width: 20px;
    left: 7px;
    top: 47px;
}
section.test-COOSWls .test-agile {
    margin-top: 14em;
    height: 890px;
}
section.update-COOSWls {
    padding: 30px 0 20px;
}
section.update-COOSWls p.text-header {
    padding: 0px 0 20px;
	font-size:13px;
}
section.update-COOSWls p.update-p1 {
    font-size:13px;
    padding-bottom: 5px;
}
section.update-COOSWls p.update-p2 {
    font-size: 13px;
}
section.update-COOSWls .update-agileits {
    padding: 10px;
}
section.update-COOSWls img.img-up {
    width: 100%;
    margin: -106px auto 0;
}
section.update-COOSWls .update-agileits:nth-child(1) {
    margin: 100px 0 30px;
    height: 370px;
}
.col-lg-6.col-md-6.update-info2 {
    margin-top: 9em!important;
}
section.update-COOSWls {
    padding: 30px 0 10px;
}
section.map iframe.googlemaps {
    height: 250px;
}
section.contact-us h3.text-center {
    font-size: 28px;
    padding: 0px 0 15px;
}
section.contact-us .contact-info h4 {
    font-size: 19px;
    padding: 0px 0 15px;
}
section.contact-us .contact-info p {
    font-size: 13px;
}
input#name, input#email {
    height: 40px;
}
input#name, input#email, textarea#comments {
    font-size: 13px;
}
section.contact-us {
    padding: 20px 0;
}
#controller-left img, #controller-right img {
    height: 20px;
    width: 10px;
}
.stats-grid.stats-grid-1 {
    right: 95px;
    top: 7em;
}
.stats-grid.stats-grid-2 {
    right: 125px;
    top: 12em;
}
.stats-grid.stats-grid-3 {
    right: 89px;
    top: 17em;
}
.stats-grid.stats-grid-4 {
    right: 105px;
    top: 22em;
}
.navbar-toggle {
    margin: 15px 0 0;
}
.navbar {
    margin-bottom: 0;
}
div#controller-left img, div#controller-right img {
    width: 12px;
    height: 20px;
}
#controller-left, #controller-right {
    top: 46%;
}
section.footer {
    padding: 20px 0;
}
section.footer .copyright p {
    font-size: 13px;
    line-height: 2em;
}
.navbar-header {
    width: 100px;
    float: right;
}
}








