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 --*/



/*DIFERENTES TIPOS DE ENLACES*/
 	A:link {color:#ccc; text-decoration: none;} 
   	A:visited {color:#ccc; text-decoration: none;} 
   	A:active {color:#3371A5; text-decoration: none;} 
   	A:hover {color:#3371A5; 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:#0052BD; text-decoration: none; font-size:22px; font-weight:900;}
   	A.clase3:active {color:#0052BD; text-decoration: none; font-size:22px; font-weight:900;}
   	A.clase3:link {color:#0052BD; text-decoration: none; font-size:22px; font-weight:900;} 
   	A.clase3:hover {color:#ff4000; text-decoration: none; font-size:22px; font-weight:900;}



/*EMPIEZA TODO EL CSS PARA BAJAR*/
.bajar{
	-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;
}
.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.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,-15px);
-ms-transform: translate(0px,-15px); /* IE 9 */
-moz-transform: translate(0px,-15px);/* Safari and Chrome */	
-o-transform: translate(0px,-15px);
-webkit-transform: translate(0px,-15px);
	
}




/*EMPIEZA TODO EL CSS PARA MOVER A LA DERECHA*/
.moverderecha{
	-ms-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}
.moverderecha:hover{
transform: translate(5px,0px);
-ms-transform: translate(5px,0px); /* IE 9 */
-moz-transform: translate(5px,0px);/* Safari and Chrome */	
-o-transform: translate(5px,0px);
-webkit-transform: translate(5px,0px);
	
}

	




/*-- Navbar  NAVEGACION NAVEGACION NAVEGACION NAVEGACION NAVEGACION NAVEGACION--*/
.navbar {
	margin-bottom: 0;
	position: absolute;
	margin-top: -5em;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.47);
	border: none;
	border-bottom: 1px solid #BBB;
	border-radius: 0;
	width: 90%;
	padding: 5px 0;
	left:5%;
} 
a.navbar-brand {
	margin-top:-15px;
	font-family: 'Rambla', sans-serif;
	font-size: 20px;
} 
.navbar-default .navbar-brand {
	color: #C0C6C6;
} 
.navbar-default .navbar-brand:hover {
	color: #FFF;
} 
.navbar-nav>li {
	padding: 5px 8px;
} 
.navbar-default .navbar-nav>li>a {
	color: #BBB;
} 
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #FFF;
} 


/*-- Link-Hover-Effect --*/
.hover-effect a {
	padding: 10px;
	color: #237546;
	font-weight: 700;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	font-family: 'Rambla', sans-serif;;
}

.hover-effect a::before, .hover-effect 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);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.hover-effect a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.hover-effect a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-o-transform: translateY(10px);
	-ms-transform: translateY(10px); 
	transform: translateY(10px);
} 
.hover-effect a:hover, .hover-effect a:focus {
	color: #fff;
} 
.hover-effect a:hover::before, .hover-effect a:focus::before, .hover-effect a:hover::after, .hover-effect a:focus::after ,.hover-effect.active a::after ,.hover-effect.active a::before{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
/*-- //Link-Hover-Effect --*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
}
/*-- //Navbar NAVEGACION --*/ 


/*-- //Navbar  SUBMENU SUBMENU SUBMENU SUBMENU SUBMENU--*/ 
/* Simple multilevel dropdown */
.nav > li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style: none;
  top: 34px ! important;
  width: 160px;
  text-align: left;
  left: 8px;
  margin-top: 30px;
  padding: 0px;
  z-index: 265000;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -ms-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -o-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -ms-border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  -o-border-bottom-left-radius: 6px;
}
/* First level appear */
.nav > li:hover > ul {
	  opacity: 1;
  visibility: visible;
  margin-top: 14px;
  background-color:#18202B;
    padding: 10px;
}
/* Style for dropdown links */
.nav li > ul li{	
	position: relative;
	border-bottom: solid 1px rgba(120, 120, 120, 0.27);
 }
 .nav li > ul li:last-child {
	border:none;
 }
 .nav li > ul li:nth-child(4){
	border-bottom: none;
 }
.nav li > ul li a{
	color: #fff;
  font-size: 13px;
  display: block;
  background-color: #18202B;
  padding: 10px 10px;
  position: relative;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.nav li > ul li a span.arrow{
	width:15px;
	height:10px;
	position:absolute;
	right:5px;
	top:15px;
}

.nav > li > ul  li:hover {
	color:#000;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
}
.nav ul.dropdown2 {
	color: #FFF;
}
.nav ul  li:hover > a {
	color: #787878;
	background:none;
}
/*-- //Navbar  SUBMENU SUBMENU SUBMENU SUBMENU SUBMENU--*/ 






body {
	color:#999;
	font-family: 'Rambla', sans-serif;
}


/*-- logo --*/

.oscurecer-dot{
	background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
	padding: 1em 0;
}


section.banner-w3ls .logo-w3ls {
    position: absolute;
    z-index: 999;
    top: 60px;
    left: 270px;
}
section.banner-w3ls .logo-w3ls a {
	text-decoration:none;
} 
section.banner-w3ls .logo-w3ls a h1 { 
	font-size:40px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Rambla', sans-serif;
}
/*-- /logo --*/

.logogrande {
	width: 100%;
}

.eslogan {
	position:absolute;
	margin-top:3.5em;
	right:3em;
    font-weight:700;
    font-size: 50px;
	text-align:center;
	line-height:65px;
	width:60%;
    letter-spacing: 3px;
    padding-bottom: 20px;
    text-transform:uppercase;
	font-family: 'Anton', sans-serif;
	-webkit-text-fill-color: #00B745;
  -webkit-text-stroke-color: white;
  -webkit-text-stroke-width: 1.75px;
	text-shadow:#000 2px 2px 2px;
	text-shadow:#000 2px 2px 2px;
	z-index: 1000;
}


/*-- navigation --*/
section.banner-w3ls button#trigger-overlay {
	border: 1px solid #fff;
    padding: 9px 13px;
    outline: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    right: 200px;
    top: 70px;
    z-index: 999;
}
section.banner-w3ls button#trigger-overlay i.fa {
	font-size:24px;
	color:#0052BD;
	text-align:center;
}
/*-- /navigation --*/


/*-- ENLACES BANNER banner section --*/

/*-- /ENLACES BANNER --*/


/*-- banner section --*/
section.banner-w3ls {
	position:relative;
}
section.banner-w3ls .modal {
    margin-top:170px;
	z-index:19000;
}
section.banner-w3ls .modal-content {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
section.banner-w3ls .modal-header {
	background:#0052BD;
}
section.banner-w3ls .modal-header h4 {
    color: white;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
	font-family: 'Anton', sans-serif;
}
section.banner-w3ls .modal-footer {
	background: #2b2b2b;
}
section.banner-w3ls .modal-body p {
	font-size:14px;
	font-weight:normal;
	color:#999;
	line-height:30px;
	padding:20px 0;
}
section.banner-w3ls .modal-body p .subtitulos {
	font-size:20px;
	font-weight:bold;
	color:#0052BD;
	line-height:30px;
	padding:20px 0;
	font-family: 'Rambla', sans-serif;
}

section.banner-w3ls button.close {
    font-size: 60px;
    font-weight: 300;
    position: absolute;
    right: 20px;
    top: 1px;
}
section.banner-w3ls button.btn.btn-default {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    background-color: #0052BD;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.fl {
	float: left;
}

.row {
	width: 100%;
}

.grid12 {
	float: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.small12 {
	width: 100%;
}

.small3 {
	width: 25%;
}
.pogoSlider-slide-element {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    text-align:center;
    margin-top: 410px!important;
}
.pogoSlider-slide-element h3 {
    
    font-weight:700;
    font-size: 60px;
	text-align:left;
	line-height:65px;
	width:60%;
    letter-spacing: 3px;
    padding-bottom: 20px;
    text-transform:uppercase;
	font-family: 'Anton', sans-serif;
	-webkit-text-fill-color: #0052BD;
  -webkit-text-stroke-color: white;
  -webkit-text-stroke-width: 1.75px;
	text-shadow:#000 2px 2px 2px;
	text-shadow:#000 2px 2px 2px;
}

.pogoSlider-slide-element p {
    color: #fff!important;
    font-weight:normal;
    font-size:25px;
	font-weight:500;
	text-align:left;
	width:90%;
	padding:0 295px 0 0;
    line-height:35px;
	text-shadow:#000 3px 2px 2px;
}
.pogoSlider-slide-element ul.banner-agileits {
	padding-top:30px;
	text-align:left;
}
.pogoSlider-slide-element ul.banner-agileits li {
	list-style:none;
	display:inline-block;
	margin-right:5px;
}
.pogoSlider-slide-element ul.banner-agileits li a.link-w3l1{
	width:200px;
	text-decoration:none;
	height:40px;
	line-height:40px;
	font-size:1.3em;
	font-weight:normal;
	color:#fff;
	text-align:center;
	background-color:#000;
	display:inline-block;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
	font-family: 'Rambla', sans-serif;
}
.pogoSlider-slide-element ul.banner-agileits li a.link-w3l1:hover {
	background-color: #004EBF;
}
.pogoSlider-slide-element ul.banner-agileits li a.link-w3l2{
	width:200px;
	text-decoration:none;
	height:40px;
	line-height:40px;
	font-size:1.3em;
	font-weight:normal;
	color:#fff;
	text-align:center;
	background-color:#68AA16;
	display:inline-block;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
	font-family: 'Rambla', sans-serif;
} 
.pogoSlider-slide-element ul.banner-agileits li a.link-w3l2:hover {
	background-color:#52890F;
}
.pogoSlider-slide-element a.btn-circle {
    color:#0052BD;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pogoSlider-slide-element  a.btn-circle:hover,
.pogoSlider-slide-element  a.btn-circle:focus {
    text-decoration: none;
    color: #11505d;
}
.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 150px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
	color:#0052BD;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*-- /banner section --*/


/*-- about section --*/
.rotulador{ background: #00B745}

section.about-w3l {
	padding:50px 0;
}
section.about-w3l h2 {
	font-size:40px;
	font-weight:bold;
	color:#0052BD;
	padding:55px 0 20px;
	font-family: 'Anton', sans-serif;
}
section.about-w3l h3 {
	font-size:25px;
	font-weight:bold;
	color:#0052BD;
	padding:55px 0 20px;
	font-family: 'Rambla', sans-serif;
}
section.about-w3l h5 {
	font-size:52px;
	font-weight:bold;
	color:#0052BD;
	padding:5px 1px 5px -15px;
	font-family: 'Rambla', sans-serif;
}
section.about-w3l p {
	font-size:16px;
	font-weight:normal;
	line-height:19px;
	padding:5px 15px 5px 1px;
	text-align:justify;
	line-height:1.8em;
}
section.about-w3l div#slideshow-banner { 
	height:400px; 
	width:100%; 
	overflow:hidden; 
	position:relative; 
	margin:0px auto; 
	top: 10px;
}
section.about-w3l div#slideshow-banner ul { 
	width:100%; 
	height:100%; 
}
ul li {
	list-style-type:none;
}
section.about-w3l #slideshow-controller {
	position: absolute;
	bottom: 10px;
	left: 45%;
}
section.about-w3l #slideshow-banner ul { 
	position: relative; 
}
section.about-w3l #slideshow-banner ul .slideshow-item { 
	position: absolute; 
}
section.about-w3l #slideshow-banner ul li.slideshow-item img {
	width:100%;
	height:auto;
}
section.about-w3l #controller-left {
	position: absolute;
	left: 2%;
	top: 45%;
	cursor: pointer;
}
section.about-w3l #controller-right {
	position: absolute;
	right: 2%;
	top: 45%;
	cursor: pointer;
}
section.about-w3l .controller-item {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #f00;
	margin-right: 10px;
	border-radius: 10px;
	opacity: 0.5;
	cursor: pointer;
}
section.about-w3l .controller-item-hover {
	opacity: 1;
	background: #ccc;
	transform: rotateX(360deg);
	transition: transform 2s;
}
section.about-w3l .slideshow-transform {
	transform: scale(1.7, 1.7);
	transition: transform 8s;
}
/*-- /about section --*/




/*-- services section --*/
section.service-w3l {
	padding:10px 0;
	background:url(../images/.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
section.service-w3l h3.text-center {
	font-size:40px;
	font-weight:bold;
	color:#fff;
	padding-bottom:50px;
	font-family: 'Rambla', sans-serif;
	position:relative;
}
section.service-w3l h3.text-center:before {
	content:'';
	position:absolute;
	background-color:#fff;
	width:300px;
	height:2px;
	left:20%;
	bottom:2%;
} 
section.service-w3l h3.text-center:after {
	content:'';
	position:absolute;
	background-color:#fff;
	width:300px;
	height:2px;
	right:20%;
	bottom:2%;
}
section.service-w3l span.fa.fa-globe {
    font-size: 25px;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: -16px;
    margin-bottom: 50px;
}
section.service-w3l span.fa.fa-plane {
    font-size: 25px;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: -16px;
    margin-bottom: 50px;
}
section.service-w3l span.favico {
    font-size: 25px;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: -16px;
    margin-bottom: 50px;
}
section.service-w3l h4.text-center {
	font-size:25px;
	font-weight:normal;
	color:#fff;
	padding:20px 0;
	text-transform:capitalize;
	font-family: 'Rambla', sans-serif;
}
section.service-w3l p.text-center {
	font-size:17px;
	font-weight:normal;
	line-height:30px;
	color:#fff;
}
.ch-grid {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin:0px;
}
.col-lg-4.col-md-4.col-sm-6.serv-agileinfo2 {
    padding-top: 190px;
}
.col-lg-12.col-md-12.col-sm-6.serv-wthree1,.col-lg-12.col-md-12.col-sm-6.serv-wthree4,.col-lg-12.col-md-12.col-sm-6.serv-wthree6 {
    padding-bottom: 40px;
}
/*-- /services section --*/





/*-- portfolio section --*/
section.portfolio-agileinfo {
	padding:100px 0;
}
section.portfolio-agileinfo h3.text-center {
	font-size:40px;
	font-weight:bold;
	color:#0052BD;
	padding-bottom:50px;
	font-family: 'Rambla', sans-serif;
	position:relative;
}

section.portfolio-agileinfo span.fa.fa-globe {
    font-size: 25px;
    color:#0052BD;
    display: block;
    text-align: center;
    margin-top: -16px;
    margin-bottom: 50px;
}
section.portfolio-agileinfo span.favico {
    font-size: 25px;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: -16px;
    margin-bottom: 50px;
}
/*-- /portfolio section --*/


/*-- team section --*/
section.team-agileinfo {
	padding:100px 0;
	background:url(../images/.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	position:relative;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}


/*-- projects --*/
.projects{
	padding:5em 0 0 0;
    background: #;
}
.projects-info{
	text-align:center;
}
.projects-info p{
    color: #999999;
    font-size: .9em;
    margin: 1em auto 0;
    width: 40%;
}
.projects-grids {
  margin: 3em 0 0 0;
}
#owl-demo .item{
    text-align: center;
	
}
.projects-agile-grid-info{
    position: relative;
    overflow: hidden;	
}
.projects-agile-grid-info img{
	width:100%;
}
i.fa.fa-cutlery {
    color: #FFFFFF;
    font-size: 2em;
}
.projects-grid-caption h4{
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: 400;
    margin: 9em 0 0.5em 0;
    text-transform: uppercase;
    background: #000;
    padding: 10px;
}
.projects-grid-caption h4:hover{
      color: #FFFFFF;
    font-size: 1.5em;
    font-weight: 400;
    
    text-transform: uppercase;
    background: #00B745;
    padding: 10px;
}
.projects-grid-caption h7{
	position:absolute;
    font-size:27px;
	font-weight:600;
	letter-spacing: 3px;
	color:#0052BD;
	top: 35px;
	width:90%;
	left:5%;
    text-transform: uppercase;
    background: #;
    padding: 10px;
	font-family: 'Anton', sans-serif;
	text-shadow:#FFF 1px 1px 1px;
}
.projects-grid-caption p{
      color: #fff;
    font-size: 1em;
    margin: 0;
}
.projects-grid-caption {
	background-image:url(../images/flechaback.png);
	background-position: center;
    padding: 8em 1em 1em 1em;
    position: absolute;
    left: 0;
    bottom: -121%;
    text-align: center;
    width: 100%;
    height:600px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
	border: 0px solid #999;
}

.projects-agile-grid-info:hover .projects-grid-caption{
    bottom: 0%;
}
/*-- //projects --*/


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



/*-- Oficinas --*/





.contenedoroficinas {
	padding:100px 0;
	background-color: #1d1b1b;
	width:100%;
	min-heigth:100px;
	text-align: center;
}

.oficinas-grid {
	display:inline-block;
	width: 340px;
	padding:10px;
	background-color:#fff;
	border: 2px solid #888;
	margin: 20px;
	
}

.contenedorbodega {
	background-color: #1d1b1b;
	width:100%;
	min-heigth:100px;
	text-align: center;
}

.bodega-grid-img  {
	position:absolute;
    margin: 0 auto;
   left: 0;
   right: 0;
	max-width: 600px;
	padding:10px;
	background-color:#fff;
	border: 2px solid #888;
}

.bodega-grid h4 {
	color: #999;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 20px;
	text-align: center;
}

.oficinas-grid-img img {
	width: 280px;
	display:flex;
  text-align: center;
  
}

.oficinas-grid h4 {
	color: #999;
	margin-top: 20px;
	font-size: 25px;
	text-align: center;
}

.oficinas-grid p {
	margin-top: 20px;
	color: #999;
	line-height: 27px;
	padding:20px;
	text-align: justify;
}
/*-- Cierra Oficinas Viejas--*/



/* full height demo */
html.demo-full-height,
html.demo-full-height body,
html.demo-full-height .jarallax {
    height: 100%;
}
html.demo-full-height .jarallax {
    min-height: 600px;
}
section.team-agileinfo h3.text-left {
	font-size:40px;
	font-weight:bold;
	color:#000;
	padding-bottom:50px;
	font-family: 'Rambla', sans-serif;
	position:relative;
}
section.team-agileinfo h5 {
	font-size:20px;
	font-weight:400;
	color:#000;
	padding-bottom:50px;
	font-family: 'Rambla', sans-serif;
	position:relative;
}
section.team-agileinfo h6 {
	text-align:center;
	margin-top:0.5em;
	font-size:25px;
	font-weight:900;
	color:#000;
	font-family: 'Rambla', sans-serif;
	position:relative;
}
section.team-agileinfo h7 {
	text-align:center;
	margin-top:0.5em;
	font-size:20px;
	padding-bottom:30px;
	font-weight:900;
	color:#000;
	font-family: 'Rambla', sans-serif;
	position:relative;
}
section.team-agileinfo h8 {
	text-align:center;
	margin-top:0.5em;
	font-size:22px;
	padding-bottom:10px;
	font-weight:900;
	color:#000;
	font-family: 'Rambla', sans-serif;
	position:relative;
}
section.team-agileinfo h9 {
	text-align:center;
	margin-top:0.5em;
	font-size:20px;
	padding-bottom:30px;
	font-weight:900;
	color:#ff0000;
	font-family: 'Rambla', sans-serif;
	position:relative;
}
section.team-agileinfo h3.text-center:before {
	content:'';
	position:absolute;
	background-color:#fff;
	width:300px;
	height:0px;
	left:20%;
	bottom:2%;
} 
section.team-agileinfo h3.text-center:after {
	content:'';
	position:absolute;
	background-color:#fff;
	width:300px;
	height:0px;
	right:20%;
	bottom:2%;
}
.logotipoteam {
	background-image:url(../images/favicono.png);
	background-repeat: no-repeat;
    background-position: center;
}
section.team-agileinfo span.fa.logotipoteam {
    display: block;
    text-align: center;
    margin-top: -16px;
    margin-bottom: 50px;
}
section.team-agileinfo span.fa.fa-globe {
    font-size: 25px;
    color:#fff;
    display: block;
    text-align: center;
    margin-top: -16px;
    margin-bottom: 50px;
}
section.team-agileinfo span.favico {
    font-size: 25px;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: -16px;
    margin-bottom: 50px;
}

/*  PONEMOS COLOR DE FONDO A LA IMAGEN EN EL INTERVALO EL CAMBIO  */
section.team-agileinfo .view {
	width:100%;
	height:auto;
	margin:0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	background: rgba(202, 202, 202, 0.1);
    cursor: default;
	border: 1px solid #d3d3d3;
}
section.team-agileinfo .view .mask1, section.team-agileinfo .view .mask2, section.team-agileinfo .view .mask3a, section.team-agileinfo .view .mask4, section.team-agileinfo .view .mask5, section.team-agileinfo .view .mask6, section.team-agileinfo .view .mask7, section.team-agileinfo .view .mask8, section.team-agileinfo .view .mask9, section.team-agileinfo .view .mask10, section.team-agileinfo .view .mask11, section.team-agileinfo .view .mask12, section.team-agileinfo .view .mask13, section.team-agileinfo .view .mask14, section.team-agileinfo .view .mask15, section.team-agileinfo .view .mask16_a, section.team-agileinfo .view .mask17_a, section.team-agileinfo .view .mask18_a, section.team-agileinfo .view .maskkingair, section.team-agileinfo .view .maskjetchallenger, section.team-agileinfo .view .masklearjet45, section.team-agileinfo .view .maskjethawker, section.team-agileinfo .view .maskdornier, section.team-agileinfo .view .maskdornier328, section.team-agileinfo .view .maskboeing727, section.team-agileinfo .view .masklearjet25, section.team-agileinfo .view .maskevaporadores9, section.team-agileinfo .view .maskaugustakoala, section.team-agileinfo .view .masksyrkosky, section.team-agileinfo .view .maskcondensadores1, section.team-agileinfo .view .maskcondensadores2, section.team-agileinfo .view .maskcondensadores3, section.team-agileinfo .view .maskcondensadores4, section.team-agileinfo .view .maskcondensadores5, section.team-agileinfo .view .maskcondensadores6, section.team-agileinfo .view .maskbell206, section.team-agileinfo .view .maskrobinson, section.team-agileinfo .view .maskbell407, section.team-agileinfo .view .maskbell206long, section.team-agileinfo .view .maskeurocopter, section.team-agileinfo .view .maskaugustagrand  {
	width:100%;
	height:100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	border: 1px solid grey;
}
section.team-agileinfo .view .content {
	width:100%;
	height:100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
section.team-agileinfo .view img {
	display: block;
	position: relative;
	
}
section.team-agileinfo .view h4 {
	text-transform: ;
	color: #FFF;
	text-align: center;
	position: relative;
	font-size: 20px;
	font-weight:900;
	padding: 10px;
	background:#0052BD;
	margin: 10px 0 0 0;
	font-family: 'Rambla', sans-serif;
}
section.team-agileinfo .view ul.team-social {
	position: relative;
    padding: 25px 0;
    text-align: center;
}
section.team-agileinfo .view ul.team-social li {
	display:inline-block;
}
section.team-agileinfo .view ul.team-social li a i.fa {
	width:72px;
	height:72px;;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    text-align: center;
}
section.team-agileinfo .view ul.team-social li a i.fa.fa-facebook:hover {
	background-color:#3b5998;
	color:#fff;
	border-color:#3b5998;
}
section.team-agileinfo .view ul.team-social li a i.fa.fa-youtube:hover {
	background-color:#cd201f;
	color:#fff;
	border-color:#cd201f;
}
section.team-agileinfo .view ul.team-social li a i.fa.fa-twitter:hover {
	background-color:#1da1f2;
	color:#fff;
	border-color:#1da1f2;
}
section.team-agileinfo .view ul.team-social li a i.fa.fa-google-plus:hover {
	background-color:#dd4b39;
	color:#fff;
	border-color:#dd4b39;
}
section.team-agileinfo .view ul.team-social li a i.fa.fa-linkedin:hover {
	background-color:#0077b5;
	color:#fff;
	border-color:#0077b5;
}
section.team-agileinfo .view ul.team-social li a i.fa:hover {
    -webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
	-ms-animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: scale(1.0); }
  50% { -webkit-transform: scale(1.4); }
  100% { -webkit-transform: scale(1.0); }
}

@keyframes spin {
  0% { transform: scale(1.0); }
  50% { transform: scale(1.4); }
  100% { transform: scale(1.0); }
}
section.team-agileinfo .view p.info {
   display: inline-block;
   font-weight:normal;
   font-size: 16px;
   color: #fff;
   text-align: center;
   padding: 7px 10px;
   background:#0052BD;
   color: #fff;
   text-transform:capitalize;
}
section.team-agileinfo .view p.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
/*-- /team section --*/





/*-- blog section --*/
section.blog-COOSW {
	padding:10px 0;
	background-color:#FFF;
	background-position:center;
	background-size:100% 100%;
}
section.blog-COOSW h3.text-center {
	font-size:40px;
	font-weight:bold;
	color:#0052BD;
	padding-bottom:50px;
	font-family: 'Anton', sans-serif;
	position:relative;
}

section.blog-COOSW span.fa.fa-globe {
    font-size: 25px;
    color:#0052BD;
    display: block;
    text-align: center;
    margin-top: -16px;
    margin-bottom: 50px;
}
section.blog-COOSW span.favico {
    font-size: 25px;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: -16px;
    margin-bottom: 50px;
}
.column {
	margin: 0 auto;
	padding: 0;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	width:100%;
	height:auto;
	margin: 0 auto;
	padding: 0;
}
figure {
	width:100%;
	height:auto;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transition:all 0.7s ease-in-out;
	transition:all 0.7s ease-in-out;
	-moz-transition:all 0.7s ease-in-out;
	-o-transition:all 0.7s ease-in-out;
	-ms-transition:all 0.7s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.7);
	transform: scale(1.7);
	-moz-transform: scale(1.7);
	-o-transform: scale(1.7);
	-ms-transform: scale(1.7);
	width: 100%;
    height: auto;
    margin: 0 auto;
	padding:0;
}
section.blog-COOSW .blog-agile:hover .hover01 figure img{
	-webkit-transform: scale(1.7);
	transform: scale(1.7);
	-moz-transform: scale(1.7);
	-o-transform: scale(1.7);
	-ms-transform: scale(1.7);	
}
section.blog-COOSW .blog-agile:hover {
	background-color:rgba(0,0,0,0.9);
}
section.blog-COOSW .blog-agile {
    background-color: rgb(58, 58, 58);
    padding: 40px 30px;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
}
section.blog-COOSW .modal-content {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
section.blog-COOSW .modal-header {
	background:#0052BD;
}
section.blog-COOSW .modal-header h4 {
    color: white;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
	font-family: 'Rambla', sans-serif;
}
section.blog-COOSW .modal-footer {
	background: #2b2b2b;
}
section.blog-COOSW .modal-body p {
	font-size:14px;
	font-weight:normal;
	color:#999;
	line-height:30px;
	padding:20px 0;
}
section.blog-COOSW button.close {
    font-size: 60px;
    font-weight: 300;
    position: absolute;
    right: 20px;
    top: 1px;
}
section.blog-COOSW button.btn.btn-default {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    background-color:#0052BD;
}
section.blog-COOSW img.img-responsive.team-agile {
    width: 100%; 
    height: auto;
    margin: 0 auto;
}
section.blog-COOSW i.fa.fa-credit-card-alt, section.blog-COOSW i.fa.fa-handshake-o, section.blog-COOSW i.fa.fa-money {
	font-size: 30px;
    display: block;
    color:#95a9b1;
    padding-bottom: 20px;
}
section.blog-COOSW a.blog-link1 {
	text-decoration:none;
	margin-bottom: 15px;
	display:block;
}
section.blog-COOSW h4.blog-wthree {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1px;
    color:#9aa9af;
    text-transform: uppercase;
    font-family: 'Rambla', sans-serif;
}
section.blog-COOSW  ul.blog-info {
    padding-bottom: 20px;
}
section.blog-COOSW  ul.blog-info li {
	display:inline-block;
}
section.blog-COOSW ul.blog-info li:nth-child(1) {
    margin-right:70px;
}
section.blog-COOSW  ul.blog-info li i.fa {
	display: inline-block;
    font-size: 17px;
    color:#9aa9af;
}
section.blog-COOSW  ul.blog-info li p,section.blog-COOSW  ul.blog-info li p a {
	display: inline-block;
    font-size: 13px;
    font-weight: normal;
    color: #888;
	outline:none;
}
section.blog-COOSW ul.social-COOSW {
	padding:20px 0;
}
section.blog-COOSW ul.social-COOSW li {
	display:inline-block;
}
section.blog-COOSW ul.social-COOSW li a {
	text-decoration: none;
    margin-right: 40px;
}
section.blog-COOSW ul.social-COOSW li a i.fa {
	font-size: 16px;
    color:#9aa9af;
}
section.blog-COOSW ul.social-COOSW li a i.fa:hover {
    -webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
	-ms-animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: scale(1.0); }
  50% { -webkit-transform: scale(1.4); }
  100% { -webkit-transform: scale(1.0); }
}

@keyframes spin {
  0% { transform: scale(1.0); }
  50% { transform: scale(1.4); }
  100% { transform: scale(1.0); }
}
section.blog-COOSW p.blog-p1 {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    height: 130px;
    width: 100%;
    color:#9aa9af;
}
section.blog-COOSW a.blog-link3 {
    font-size: 16px;
	color:#fff;
    padding: 10px 20px;
    background-color:#0052BD;
    font-weight: bold;
	text-decoration: none;
	font-family: 'Rambla', sans-serif;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	-ms-border-radius:25px;
	outline:none;
}
section.blog-COOSW a.blog-link3:hover {
	background-color:#0052BD;
	color:#fff;
}	
section.blog-COOSW a.blog-link3  i.fa {
	margin-right:7px;
}
/*-- /blog section --*/
/*-- map section --*/
.map iframe.googlemaps {
	width:100%;
	height:400px;
}
/*-- /map section --*/







/*-- footer section --*/
section.footer-w3 {
	padding:0px 0;
	background-color:#1d1b1b;
}
section.footer-w3 h3 {
	font-size:25px;
	font-weight:bold;
	color:#fff;
	padding-bottom:20px;
	font-family: 'Rambla', sans-serif;
}
section.footer-w3 p.footer-p1 {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 25px;
	color:#fff;
}
section.footer-w3 input#email2 {
    width: 70%;
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #000000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}
section.footer-w3 button.btn.btn-outline.btn-lg {
    width: 30%;
    float: left;
	height: 40px;
	letter-spacing: 1px;
	text-align:center;
	background-color:#0052BD;
	border:1px solid #0052BD;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	font-family: 'Rambla', sans-serif;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
}
section.footer-w3 button.btn.btn-outline.btn-lg:hover {
	background-color:#0052BD;
	color:#fff;
	border-color:#0052BD;
}
section.footer-w3 ul.tweet-agile li:nth-child(1) {
	padding-bottom:30px;
}
section.footer-w3 ul.tweet-agile li i.fa.fa-twitter-square {
    font-size: 45px;
	color:#0052BD;
	display:inline-block;
}
section.footer-w3 ul.tweet-agile li p.tweet-p1 {
    font-size: 15px;
    font-weight: normal;
    margin: -48px 0 10px 44px;
    line-height: 30px;
	color:#fff;
}
section.footer-w3 ul.tweet-agile li p.tweet-p1 a {
	text-decoration:none;
	color:#0052BD;
}
section.footer-w3 ul.tweet-agile li p.tweet-p2 {
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	color:#fff;
}
input::-webkit-input-placeholder {
color: #fff !important;
} 
input:-moz-placeholder { /* Firefox 18- */
color: #fff !important;  
} 
input::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;  
} 
input:-ms-input-placeholder {  
color: #fff !important;  
}
/*-- /footer section --*/

/*-- copyright section --*/
.copright-w3 {
	padding:50px 0;	
	background-color:#000;
}
.copright-w3 ul.link-w3l li {
	display:inline-block;
	margin-right:30px;
}
.copright-w3 ul.link-w3l 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-w3 ul.link-w3l li a:hover,
.copright-w3 ul.link-w3l li a:focus {
	outline: none;
	color:#0052BD;
}
.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-w3 p.copyright {
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.copright-w3 p.copyright a {
	color:#0052BD;
	text-decoration:none;
}
.copright-w3 p.copyright a:hover {
	color:#0052BD;
} 
/*-- /copyright section --*/
/*-- back to top --*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  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;
}
.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: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}
/*-- /back to top --*/

/*-- responsive design --*/
@media (max-width:1600px) {
	.pogoSlider {
	height:790px!important;	
	}
	.pogoSlider-slide-element {
	margin-top: 385px!important;
	}
	.btn-circle {
	margin-top:45px;	
	}
	section.banner-w3ls .logo-w3ls {
    left: 235px;
}
section.banner-w3ls button#trigger-overlay {
	right: 235px;
}
}

@media (max-width:1440px) {
	.btn-circle {
	margin-top:45px;	
	}
	section.banner-w3ls .logo-w3ls {
    left: 155px;
	top:65px;
}
section.banner-w3ls button#trigger-overlay {
	right: 155px;
}
}

@media (max-width:1366px) {
.pogoSlider {
    height: 767px!important;
}
.pogoSlider-slide-element {
    margin-top: 340px!important;
}
section.banner-w3ls .logo-w3ls {
    left: 120px;
    top: 65px;
}
section.banner-w3ls button#trigger-overlay {
	right: 120px;
}
}

@media (max-width:1280px) {
section.banner-w3ls .logo-w3ls {
    left: 85px;
    top: 65px;
}
section.banner-w3ls button#trigger-overlay {
	right: 85px;
}
}

@media (max-width:1080px) {
section.banner-w3ls .logo-w3ls {
	left: 80px;
}
section.banner-w3ls button#trigger-overlay {
	right: 80px;
    top: 65px;
}
.pogoSlider-slide-element h3 {
	font-size:25px;
}
.pogoSlider-slide-element p {
	padding:0;
}
section.about-w3l p {
    font-size: 14px;
}
section.about-w3l div#slideshow-banner {
    height: 330px;
	top: 10px;
}
section.about-w3l h2,section.service-w3l h3.text-center,section.portfolio-agileinfo h3.text-center,section.team-agileinfo h3.text-center,section.blog-COOSW h3.text-center,section.contact-COOSW h3.text-center {
    font-size: 35px;
}
section.about-w3l {
    padding: 50px 0;
}
section.service-w3l,section.portfolio-agileinfo,section.team-agileinfo,section.blog-COOSW,section.contact-COOSW  {
    padding: 50px 0;
}
section.service-w3l h3.text-center:before,section.service-w3l h3.text-center:after,section.portfolio-agileinfo h3.text-center:before,section.portfolio-agileinfo h3.text-center:after,section.team-agileinfo h3.text-center:before,section.team-agileinfo h3.text-center:after,section.blog-COOSW h3.text-center:before,section.blog-COOSW h3.text-center:after,section.contact-COOSW h3.text-center:before,section.contact-COOSW h3.text-center:after {
	width: 250px;
}
section.service-w3l span.fa.fa-globe,section.portfolio-agileinfo span.fa.fa-globe,section.team-agileinfo span.fa.fa-globe,section.blog-COOSW span.fa.fa-globe,section.contact-COOSW span.fa.fa-globe {
	margin-bottom: 30px;
}
section.service-w3l h3.text-center,section.portfolio-agileinfo h3.text-center,section.team-agileinfo h3.text-center,section.blog-COOSW h3.text-center,section.contact-COOSW h3.text-center {
	padding-bottom: 40px;
}
.slideshow figcaption p {
    font-size: 14px;
}
.slideshow figcaption h3 {
	font-size: 30px;
}
section.team-agileinfo .view h4 {
	font-size: 17px;
	padding: 7px;
	margin: 25px 0 0 0;
}
section.team-agileinfo .view p.info {
	font-size:14px;
	padding: 5px 10px;
}
section.blog-COOSW .blog-agile {
	padding: 25px 20px;
}
section.blog-COOSW h4.blog-wthree {
    font-size: 16px;
}
section.blog-COOSW ul.blog-info li:nth-child(1) {
    margin-right: 30px;
}
section.blog-COOSW ul.social-COOSW li a {
	margin-right: 30px;
}
section.blog-COOSW ul.social-COOSW {
    padding: 20px 0 10px;
}
section.blog-COOSW p.blog-p1 {
	height:150px;
}
section.contact-COOSW p.contact-p1 {
    font-size: 14px;
}
ul.contact-w3ls li p {
    font-size: 14px;
}
section.contact-COOSW input#name,section.contact-COOSW input#email,section.contact-COOSW textarea#message {
	font-size:15px;
}
section.contact-COOSW button.btn.btn-primary {
    font-size: 14px;
}
section.footer-w3 input#email2 {
    width: 100%;
	text-align: center;
}
section.footer-w3 button.btn.btn-outline.btn-lg {
    width: 100%;
}
section.footer-w3 .footer-pic a {
	margin:5px;
}
}

@media (max-width:1050px) {
.pogoSlider-slide-element h3 {
	width:100%;	
	padding-bottom:10px;
}
.copright-w3 {
    padding: 30px 0;
}
section.banner-w3ls .logo-w3ls {
    left: 70px;
}
section.banner-w3ls button#trigger-overlay {
	right:70px;
}
}

@media (max-width: 1024px) {
.pogoSlider {
    height: 675px!important;
}
section.banner-w3ls .logo-w3ls a h1 {
    font-size: 35px;
    letter-spacing: 1px;
}
section.banner-w3ls button#trigger-overlay {
	padding:5px 10px;
}
.pogoSlider-slide-element h3 {
    font-size: 20px;
    text-align: center;
	padding-bottom:0;
}
.pogoSlider-slide-element p {
    padding: 0;
    font-size: 16px;
    text-align: center;
    width: 100%;
}
.pogoSlider-slide-element ul.banner-agileits {
    padding-top: 10px;
    text-align: center;
}
element.style {
}
.pogoSlider-slide-element {
	margin-top: 285px!important;
}
section.footer-w3 input#email2 {
	font-size: 14px;
}
}

@media (max-width:991px) {



.eslogan {
	position:absolute;
	bottom:1em;
	width:90%;
	left:5%;
	text-align:center;
    font-weight:700;
    font-size: 40px;
}


	
.pogoSlider {
    height: 600px!important;
}
.pogoSlider-slide-element h3 {
    line-height: 45px;
}
.pogoSlider-slide-element {
	margin-top: 230px!important;
}
section.about-w3l h2 {
	text-align:center;
	padding:0 0 30px;
}
section.about-w3l p {
	text-align:center;
	padding-bottom:20px;
}
section.about-w3l div#slideshow-banner {
    height: 400px;
	
}
section.service-w3l h3.text-center:before,section.portfolio-agileinfo h3.text-center:before,section.team-agileinfo h3.text-center:before,section.blog-COOSW h3.text-center:before,section.contact-COOSW h3.text-center:before {
	left:10%;
} 
section.service-w3l h3.text-center:after,section.portfolio-agileinfo h3.text-center:after,section.team-agileinfo h3.text-center:after,section.blog-COOSW h3.text-center:after,section.contact-COOSW h3.text-center:after {
	right:10%;
}
.col-lg-4.col-md-4.col-sm-6.serv-agileinfo2 {
    padding-top: 0px;
	width:100%;
}
.col-lg-12.col-md-12.col-sm-6.serv-wthree4 {
    width: 100%;
}
.col-lg-12.col-md-12.col-sm-6.serv-wthree4 {
    width: 50%;
    margin: 0 auto;
    float: none;
}
.col-lg-4.col-md-4.col-sm-6.serv-agileinfo3 {
    width: 100%;
}
section.service-w3l h3.text-center, section.portfolio-agileinfo h3.text-center, section.team-agileinfo h3.text-center, section.blog-COOSW h3.text-center, section.contact-COOSW h3.text-center {
    padding-bottom: 35px;
}
.col-lg-12.col-md-12.col-sm-6.serv-wthree6 {
    padding-bottom:0px;
}
.grid figure {
    padding:5px;
}
.grid li {
    width: 33%;
    float: none;
    display: inline-block;
}
.grid-gallery ul {
	text-align:center;
}
.col-lg-3.col-md-3.col-sm-3.team-w3ls {
    width: 50%;
    float: left;
}
section.team-agileinfo .team-grid .col-lg-3.col-md-3.col-sm-3.team-w3ls:nth-child(1),section.team-agileinfo .team-grid .col-lg-3.col-md-3.col-sm-3.team-w3ls:nth-child(2) {
	padding-bottom:30px;
}
section.team-agileinfo .view h4 {
    font-size: 20px;
    padding: 10px;
    margin: 85px 0 0 0;
}
section.team-agileinfo .view p.info {
    font-size: 16px;
    padding: 5px 10px;
}
section.blog-COOSW .blog-agile {
    padding: 25px 20px;
    width: 55%;
    margin: 0 auto;
}
section.blog-COOSW .blog-agile:nth-child(1),section.blog-COOSW .blog-agile:nth-child(2) {
	margin-bottom:30px;
}
ul.contact-w3ls {
    padding: 20px 0;
    width:100%;
}
.col-lg-4.col-md-4.col-sm-6.col-xs-12.footer-agile1 {
    padding-bottom: 30px;
}
.col-lg-4.col-md-4.col-sm-12.col-xs-12 {
    text-align: center;
}
section.footer-w3 {
	padding:50px 0;
}
section.blog-COOSW .modal-header h4,section.banner-w3ls .modal-header h4 {
	font-size:20px;
}
section.blog-COOSW button.btn.btn-default,section.banner-w3ls button.btn.btn-default {
    font-size: 14px;
}
section.blog-COOSW button.close,section.banner-w3ls button.close {
	top:-5px;
}
ul.link-w3l.cl-effect-21 {
    text-align: center;
}
.copright-w3 ul.link-w3l li {
	margin:0 14px;
}
}

@media (max-width:900px) {
section.footer-w3 p.footer-p1 {
    font-size: 13px;
}
section.footer-w3 ul.tweet-agile li p.tweet-p1 {
    font-size: 13px;
}
.slideshow figure {
    width: 80%;
    height:auto;
    margin: 35px auto;	
}
}

@media (max-width: 768px) {
	
	.eslogan {
	position:absolute;
	bottom:-3em;
	right:1em;
    font-weight:300;
    font-size: 30px;
	width:90%;
}

section.banner-w3ls .logo-w3ls .logo {
    height: 120px!important;
}	
	
.pogoSlider {
    height: 490px!important;
}
.slideshow figure {
    width: 80%;
    margin: 70px auto 0;
}
.btn-circle {
    width: 55px;
    height: 55px;
	padding:5px 0;
	font-size:35px;
}
section.banner-w3ls .logo-w3ls a h1 {
    font-size: 30px;
}
section.banner-w3ls .logo-w3ls {
    left: 70px;
	top:35px;
}	
section.banner-w3ls button#trigger-overlay {
    right: 60px;
    top: 35px;
}
.pogoSlider-slide-element {
    margin-top: 160px!important;
}
.overlay ul li a {
    font-size: 25px;
}
.overlay .overlay-close {
    width: 40px;
    height: 40px;
	right: 62px;
    top: 35px;
}
}

@media (max-width:767px) {
	
section.banner-w3ls .logo-w3ls .logo {
    height: 120px!important;
}
	.overlay ul li a {
    font-size: 20px;
}
}

@media (max-width: 736px) {
	
section.banner-w3ls .logo-w3ls .logo {
    height: 110px!important;
}
.pogoSlider {
    height: 350px!important;
}
.overlay .overlay-close {
    width: 35px;
    height: 35px;
	right:40px;
}
.pogoSlider-slide-element {
    margin-top: 100px!important;
}
.btn-circle {
	display:none;
}
section.about-w3l div#slideshow-banner {
    height: 320px;
}
.col-lg-12.col-md-12.col-sm-6.serv-wthree1,.col-lg-12.col-md-12.col-sm-6.serv-wthree2,.col-lg-12.col-md-12.col-sm-6.serv-wthree3, .col-lg-12.col-md-12.col-sm-6.serv-wthree4, .col-lg-12.col-md-12.col-sm-6.serv-wthree6 {
	padding-bottom:40px;
}
.col-lg-12.col-md-12.col-sm-6.serv-wthree5 {
    padding-bottom:0;
}	
.col-lg-12.col-md-12.col-sm-6.serv-wthree4 {
    width: 100%;
}
section.about-w3l #controller-left img,section.about-w3l #controller-right img {
	width:20px;
	height:40px;
}
section.footer-w3 input#email2 {
    width: 70%;
}
section.footer-w3 button.btn.btn-outline.btn-lg {
    width: 30%;
}
section.footer-w3 ul.tweet-agile li p.tweet-p1 {
	margin: -48px 0 20px 44px;
}
.copright-w3 ul.link-w3l {
	text-align:center;
}
.slideshow figure {
    width: 80%;
    margin: 20px auto 0;
}
section.banner-w3ls .modal-header h4 {
	font-size:20px;	
}
section.banner-w3ls button.close {
	top: -4px;
}
section.banner-w3ls button.btn.btn-default {
    font-size: 14px;
}
.slideshow figcaption p {
	display:none;
}
.slideshow figcaption {
    padding: 0px;
}
}

@media (max-width: 667px) {
	
section.banner-w3ls .logo-w3ls .logo {
    height: 100px!important;
}
section.banner-w3ls .logo-w3ls a h1 {
    font-size: 25px;
}
.pogoSlider-slide-element p {
	display:none;
}
section.banner-w3ls button#trigger-overlay {
    right: 30px;
    top: 25px;
}
section.banner-w3ls .logo-w3ls {
    left: 40px;
    top: 30px;
}
.pogoSlider {
    height: 311px!important;
}
.pogoSlider-slide-element h3 {
	padding-bottom: 15px;
}
section.about-w3l h2 {
	padding-bottom:20px;
}
section.service-w3l h3.text-center:before, section.service-w3l h3.text-center:after, section.portfolio-agileinfo h3.text-center:before, section.portfolio-agileinfo h3.text-center:after, section.team-agileinfo h3.text-center:before, section.team-agileinfo h3.text-center:after, section.blog-COOSW h3.text-center:before, section.blog-COOSW h3.text-center:after, section.contact-COOSW h3.text-center:before, section.contact-COOSW h3.text-center:after {
    width: 180px;
}
.pogoSlider-slide-element ul.banner-agileits li a.link-w3l1,.pogoSlider-slide-element ul.banner-agileits li a.link-w3l2 {
    width: 140px;
	line-height: 38px;
	font-size:15px;
}
section.about-w3l div#slideshow-banner {
    height: 270px;
}
section.about-w3l #controller-left,section.about-w3l #controller-right {
	top:42%;
}
.slideshow figcaption p {
    display: none;
}
.slideshow figcaption h3 {
    font-size: 22px;
}
.slideshow figure {
	border:5px solid #fff;
} 
.slideshow figcaption {
    padding: 10px;
}
section.service-w3l h3.text-center:before, section.portfolio-agileinfo h3.text-center:before, section.team-agileinfo h3.text-center:before, section.blog-COOSW h3.text-center:before, section.contact-COOSW h3.text-center:before {
    left: 17%;
}
section.service-w3l h3.text-center:after, section.portfolio-agileinfo h3.text-center:after, section.team-agileinfo h3.text-center:after, section.blog-COOSW h3.text-center:after, section.contact-COOSW h3.text-center:after {
    right: 17%;
}
section.team-agileinfo .view h4 {
    font-size: 20px;
    padding: 10px;
    margin: 65px 0 0 0;
}
ul.contact-w3ls {
	width:41%;
}
}

@media (max-width:640px) {
	
section.banner-w3ls .logo-w3ls .logo {
    height: 110px!important;
}
.pogoSlider-slide-element h3 {
	font-size:16px;
	line-height:35px;
	padding:0 20px 10px;
}
section.about-w3l h2, section.service-w3l h3.text-center, section.portfolio-agileinfo h3.text-center, section.team-agileinfo h3.text-center, section.blog-COOSW h3.text-center, section.contact-COOSW h3.text-center {
    font-size: 30px;
}
section.blog-COOSW .blog-agile {
    padding: 25px 20px;
    width: 65%;
    margin: 0 auto;
}
ul.contact-w3ls {
    width: 43%;
}
.slideshow figure {
    width: 80%;
    margin: 50px auto 0;
}
}

@media (max-width:600px) {
	
section.banner-w3ls .logo-w3ls .logo {
    height: 80px!important;
}
.pogoSlider {
    height: 365px!important;
}
.pogoSlider-slide-element {
    margin-top: 125px!important;
}
section.service-w3l h3.text-center:before, section.portfolio-agileinfo h3.text-center:before, section.team-agileinfo h3.text-center:before, section.blog-COOSW h3.text-center:before, section.contact-COOSW h3.text-center:before {
    left: 13%;
}
section.service-w3l h3.text-center:after, section.portfolio-agileinfo h3.text-center:after, section.team-agileinfo h3.text-center:after, section.blog-COOSW h3.text-center:after, section.contact-COOSW h3.text-center:after {
    right: 13%;
}
section.team-agileinfo .view h4 {
    font-size: 20px;
    padding: 10px;
    margin: 45px 0 0 0;
}
ul.contact-w3ls {
    width: 47%;
}
}

@media (max-width: 568px) {
	
section.banner-w3ls .logo-w3ls .logo {
    height: 80px!important;
}
.pogoSlider {
    height: 256px!important;
}
.pogoSlider-slide-element {
    margin-top: 80px!important;
}
.overlay ul li a {
    font-size: 16px;
}
section.team-agileinfo .view h4 {
    font-size: 20px;
    padding: 10px;
    margin: 35px 0 0 0;
}
section.blog-COOSW p.blog-p1 {
    height: 140px;
}
section.about-w3l div#slideshow-banner {
    height: 245px;
}
ul.contact-w3ls {
    width: 50%;
}
.slideshow figcaption h3 {
    font-size: 20px;
}
.slideshow figcaption {
    padding: 0px;
}
.slideshow figure {
    width: 80%;
    margin: 13px auto 0;
}
}

@media(max-width:480px) {
	
section.banner-w3ls .logo-w3ls .logo {
    height: 80px!important;
}
section.banner-w3ls .logo-w3ls {
    left: 35px;
    top: 20px;
}
section.banner-w3ls button#trigger-overlay {
    right: 30px;
    top: 20px;
}
section.service-w3l h3.text-center:before, section.service-w3l h3.text-center:after, section.portfolio-agileinfo h3.text-center:before, section.portfolio-agileinfo h3.text-center:after, section.team-agileinfo h3.text-center:before, section.team-agileinfo h3.text-center:after, section.blog-COOSW h3.text-center:before, section.blog-COOSW h3.text-center:after, section.contact-COOSW h3.text-center:before, section.contact-COOSW h3.text-center:after {
    width: 135px;
}
section.team-agileinfo .view ul.team-social li a i.fa {
    width: 32px;
    height: 32px;
    line-height: 31px;
    font-size: 15px;
}
.grid li {
    width: 50%;
}
section.team-agileinfo .view h4 {
    font-size: 18px;
    padding: 7px;
    margin: 30px 0 0 0;
}
section.team-agileinfo .view ul.team-social {
	padding: 17px 0;
}
section.team-agileinfo .view p.info {
    font-size: 15px;
    padding: 4px 10px;
}
section.blog-COOSW .blog-agile {
    padding: 25px 20px;
    width: 80%;
    margin: 0 auto;
}
.map iframe.googlemaps {
    width: 100%;
    height: 250px;
}
ul.contact-w3ls {
    width: 61%;
}
#lightninBox {
	padding: 10px;
}
.slideshow figure {
    width: 80%;
    margin: 187px auto 0;
}
}

@media (max-width:414px) {
	
section.banner-w3ls .logo-w3ls .logo {
    height: 80px!important;
}
section.banner-w3ls .logo-w3ls a h1 {
    font-size: 20px;
}
section.banner-w3ls button#trigger-overlay i.fa {
    font-size: 17px;
}
section.banner-w3ls button#trigger-overlay {	
    padding: 5px 9px;
}
.pogoSlider-slide-element {
    margin-top: 80px!important;
}
.pogoSlider-slide-element h3 {
    font-size: 15px;
    line-height: 30px;
    padding: 0 0px 10px;
}
section.about-w3l {
	padding:30px 0;
}
section.about-w3l h2 {
    padding-bottom: 10px;
}
section.about-w3l p {
    font-size: 13px;
    line-height: 30px;
}
section.service-w3l, section.portfolio-agileinfo, section.team-agileinfo, section.blog-COOSW, section.contact-COOSW {
    padding: 30px 0;
}
section.service-w3l h3.text-center:before, section.service-w3l h3.text-center:after, section.portfolio-agileinfo h3.text-center:before, section.portfolio-agileinfo h3.text-center:after, section.team-agileinfo h3.text-center:before, section.team-agileinfo h3.text-center:after, section.blog-COOSW h3.text-center:before, section.blog-COOSW h3.text-center:after, section.contact-COOSW h3.text-center:before, section.contact-COOSW h3.text-center:after {
    width: 110px;
}
section.service-w3l p.text-center {
    font-size: 13px;
}
section.service-w3l h4.text-center {
    font-size: 25px; 
	padding:10px 0;
}
.col-lg-3.col-md-3.col-sm-3.team-w3ls {
    width: 100%;
	padding-bottom:30px;
}
section.about-w3l div#slideshow-banner {
    height: 220px;
}
section.team-agileinfo .view h4 {
    font-size: 18px;
    padding: 7px;
    margin: 80px 0 0 0;
}
section.team-agileinfo .view ul.team-social {
    padding: 30px 0;
}
section.blog-COOSW .blog-agile {
	padding: 25px 20px;
    width: 100%;
    margin: 0 auto;
}
ul.contact-w3ls {
    width: 72%;
}
.copright-w3 ul.link-w3l li {
	margin:0 10px;
}
section.footer-w3 h3 {
	text-align:center;
}
section.footer-w3 h3 {
	text-align:center;
}
.slideshow figure {
    width: 80%;
    margin: 210px auto 0;
}
section.blog-COOSW .modal-header h4, section.banner-w3ls .modal-header h4 {
    font-size: 16px;
}
section.banner-w3ls button.close,section.blog-COOSW button.close {
    font-size: 54px;
}
}

@media (max-width:384px) {
	
section.banner-w3ls .logo-w3ls .logo {
    height: 80px!important;
}
.pogoSlider-slide-element ul.banner-agileits li a.link-w3l1, .pogoSlider-slide-element ul.banner-agileits li a.link-w3l2 {
    width: 120px;
    line-height: 30px;
    font-size: 15px;
	height:30px;
}
section.about-w3l #slideshow-controller {
	left:39%;
}
section.about-w3l div#slideshow-banner {
    height: 200px;
}
.grid li {
    width: 100%;
}
ul.contact-w3ls {
    width: 100%;
}
section.footer-w3 input#email2 {
    font-size: 13px;
}
section.footer-w3 button.btn.btn-outline.btn-lg {
	font-size:13px;
}
.slideshow figure {
    width: 80%;
    margin: 195px auto 0;
}
}

@media (max-width:375px) {
	
section.banner-w3ls .logo-w3ls .logo {
    height: 80px!important;
}
section.service-w3l h3.text-center:before, section.service-w3l h3.text-center:after, section.portfolio-agileinfo h3.text-center:before, section.portfolio-agileinfo h3.text-center:after, section.team-agileinfo h3.text-center:before, section.team-agileinfo h3.text-center:after, section.blog-COOSW h3.text-center:before, section.blog-COOSW h3.text-center:after, section.contact-COOSW h3.text-center:before, section.contact-COOSW h3.text-center:after {
    width: 100px;
}
}

@media (max-width: 320px) {
	
section.banner-w3ls .logo-w3ls .logo {
    height: 80px!important;
}
.slideshow figcaption h3 {
    font-size: 15px;
}
.slideshow figure {
    width: 80%;
    margin: 160px auto 0;
}	
section.banner-w3ls .logo-w3ls a h1 {
    font-size: 17px;
}
section.banner-w3ls .logo-w3ls {
    left: 20px;
    top: 20px;
}
.pogoSlider-slide-element {
    margin-top: 65px!important;
}
section.service-w3l h3.text-center:before, section.service-w3l h3.text-center:after, section.portfolio-agileinfo h3.text-center:before, section.portfolio-agileinfo h3.text-center:after, section.team-agileinfo h3.text-center:before, section.team-agileinfo h3.text-center:after, section.blog-COOSW h3.text-center:before, section.blog-COOSW h3.text-center:after, section.contact-COOSW h3.text-center:before, section.contact-COOSW h3.text-center:after {
    width: 83px;
}
section.team-agileinfo .view h4 {
    font-size: 18px;
    padding: 7px;
    margin: 45px 0 0 0;
}
section.blog-COOSW h4.blog-wthree {
    font-size: 13px;
}
section.blog-COOSW ul.social-COOSW li a {
    margin-right: 23px;
}
section.blog-COOSW p.blog-p1 {
    font-size: 13px;
}
section.blog-COOSW p.blog-p1 {
    height: 190px;
}
section.blog-COOSW a.blog-link3 {
    font-size: 15px;
	padding: 7px 17px;
}
section.about-w3l h2, section.service-w3l h3.text-center, section.portfolio-agileinfo h3.text-center, section.team-agileinfo h3.text-center, section.blog-COOSW h3.text-center, section.contact-COOSW h3.text-center {
    font-size: 25px;
}
section.service-w3l span.fa.fa-globe, section.portfolio-agileinfo span.fa.fa-globe, section.team-agileinfo span.fa.fa-globe, section.blog-COOSW span.fa.fa-globe, section.contact-COOSW span.fa.fa-globe {
    margin-bottom: 15px;
}
section.contact-COOSW p.contact-p1 {
    font-size: 13px;
}
ul.contact-w3ls li i.fa {
	width: 35px;
    height: 35px;
    line-height: 33px;
	font-size:18px;
}
ul.contact-w3ls li p {
    font-size: 13px;
}
section.contact-COOSW label {
    font-size: 13px;
	padding-bottom:7px;
}
section.contact-COOSW input#name, input#email {
    height: 40px;
}
section.contact-COOSW input#name, section.contact-COOSW input#email, section.contact-COOSW textarea#message {
    font-size: 14px;
}
section.contact-COOSW button.btn.btn-primary {
    font-size: 13px;
}
section.footer-w3 {
    padding: 30px 0;
}
section.footer-w3 input#email2 {
    width: 100%;
}
section.footer-w3 button.btn.btn-outline.btn-lg {
    width: 100%;
}
section.footer-w3 .footer-pic a {
	width:105px;
}
.copright-w3 p.copyright {
    font-size: 13px;
}
section.blog-COOSW .modal-header h4, section.banner-w3ls .modal-header h4 {
    font-size: 14px;
}
section.banner-w3ls button.close, section.blog-COOSW button.close {
    font-size: 50px;
	top:0px;
	right:10px;
}
section.banner-w3ls .modal-body p {
    font-size: 13px;
}
}
