
/*--header--*/
h1,h2,h3,h4,h5,h6{
	font-family: 'Rubik', sans-serif;
}
body p{
	font-family: 'Source Sans Pro', sans-serif;
}
body{
	font-family: 'Rubik', sans-serif;
}
ul ,ol {
	 padding:0;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
a:hover, a:focus {
    text-decoration: none !important;
}
/*--- slider-css --*/
.slider{
	position:relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides_tabs {
    position: absolute;
    bottom: 9%;
    z-index: 99;
    right: 41%;
}
.rslides_tabs li {
    display: inline-block;
	margin-right: 15px;
}
h1 {
    margin: 0px !important;
}
.rslides_tabs a {
    border: 2px solid #fff;
    border-radius: 50%;
}
.rslides_tabs li:first-child {
  margin-left: 0;
  }
.rslides_tabs .rslides_here a {
  color: #fff;
  font-weight: bold;
  }
#slider3-pager a {
  display: inline-block;
}
#slider3-pager img {
  float: left;
  display:block;
}
#slider3-pager .rslides_here a {
    background: transparent;
    border: 2px solid #23A7F1;
}
#slider3-pager a {
    padding: 4px;
}
/*-- responsive-mediaqueries --*/
@media (max-width:768px){
	.rslides_tabs {
		bottom: 10px;
	}
}
@media (max-width:640px){
	.rslides_tabs {
		bottom: 15px;
	}
	#slider3-pager a {
		width: 90%;
	}
	ul#slider3-pager li a img {
		width: 100%;
	}
	.rslides_tabs li {
		margin-right: 3px;
	}
}
@media (max-width:480px){
	#slider3-pager a {
		width: 13%;
	}
	.rslides_tabs {
		bottom: 20px;
	}
}
@media (max-width:320px){
	#slider3-pager a {
		width: 15%;
	}
	.rslides_tabs {
		bottom: 25px;
	}
}
/*-- //slider-css --*/



/*DIFERENTES TIPOS DE ENLACES*/

   	A.clase1:visited {color:#fff; text-decoration: none;} 
   	A.clase1:active {color:#fff; text-decoration: none;} 
   	A.clase1:link {color:#fff; text-decoration: none;} 
   	A.clase1:hover {color:#583052; text-decoration: none;} 

   	A.clase2:visited {font-size:12;color:#979CAB; text-decoration: none;} 
   	A.clase2:active {font-size:12;color:#979CAB; text-decoration: none;} 
   	A.clase2:link {font-size:12;color:#979CAB; text-decoration: none;} 
   	A.clase2:hover {font-size:12;color:#F04EAC; text-decoration: none;}
	
	A.clase3:visited {font-size:12;color:#FF23A6; text-decoration: none;} 
   	A.clase3:active {font-size:12;color:#FF23A6; text-decoration: none;} 
   	A.clase3:link {font-size:12;color:#fff; text-decoration: none;} 
   	A.clase3:hover {font-size: 12;color: #7256E5;text-decoration: none;}




/*-- navigation --*/

/* ******************************************************
	Basic Styling
*********************************************************/

.linkEffects ul{
	margin:0;
	padding:0;
	text-align:center;
}
.linkEffects li{
	list-style:none;
	display:inline-block;
	margin: 15px 25px;
}
.linkEffects li a{
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	position: relative;
	display: inline-block;
	outline: none;
/* ************************************************************************************************************
************************************************************************************************************
	COLOR DEL BOTON DE LA LETRA DEL BOTON
************************************************************************************************************
***************************************************************************************************************/
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.linkEffects a:hover,
.linkEffects a:focus {
	outline: none;
}

/* ******************************************************
	Effect 2: Changer .linkHoverEffect_2
*********************************************************/

.linkHoverEffect_2 li {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.linkHoverEffect_2 li a {

  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
}

.linkHoverEffect_2 li a:before {
    position: absolute;
    top: 100%;
    content: attr(data-link-alt);
/* ************************************************************************************************************
************************************************************************************************************
	COLOR DEL BOTON DE LA LETRA DEL BOTON OVER OVER OVER OVER OVER OVER OVER
************************************************************************************************************
***************************************************************************************************************/
    color: #23A7F1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-weight: 400 !important;
}

.linkHoverEffect_2 li:hover a,
.linkHoverEffect_2 li:focus a {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #99abd5;
   background:none!important;
}
.navbar-nav > li {
   margin: 0 0.5em;
}


.navbar-default .navbar-nav > li > a {
    color: #fff !important;
	font-size: 1.2em;
	padding: 1.8em 1em;
    position: relative;
	font-weight: 300;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav li a.active {
    color: #f44639 !important;
	background:none!important;
}
.navbar-right {
    float: left!important;
    margin-right:0px!important;
}
.navbar-collapse {
    padding: 0!important;
}
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}
.header {
    position: relative;
}
.agile-top-header {
    position: absolute;
    z-index: 999;
    top: 3%;
    left: 10%;
	width:80%;
}
.top-nav {
    float: left;
    margin-top: 27px;
}
.top-icons {
    float: right;
	margin-top:-100px;
}
/* ************************************************************************************************************
************************************************************************************************************
	COLOR DEL BOTON DE LA LETRA ACTIVO ACTIVO ACTIVO ACTIVO ACTIVO
************************************************************************************************************
***************************************************************************************************************/
nav.linkEffects.linkHoverEffect_2 ul li a.active {
    color: #23A7F1 !important;
}
/*-- //top-nav --*/
/*--// navigation --*/


/*-- header --*/
.logo h1 a{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 1.3em;
    font-family: 'Rubik', sans-serif;
	margin-top: 0.5em !important;
	text-decoration: none !important;
}
.logo h1 a span {
    color: #23A7F1;
}
.top-icons ul li {
    font-size: 1.5em;
    color: #fff;
    margin: 10px;
	list-style: none;
}
.top-icons ul li a{
	color:#fff;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none !important;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.top-icons ul li a:hover {
    color: #23A7F1;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.top-icons ul li a i {
    padding-right: 1em;
}
nav.navbar.navbar-default {
    right:  14px;
}
ul#slider3-pager li a img {
    border-radius: 50%;
}
.slider-info {
    position: absolute;
    z-index: 999;
    top: 43%;
    left: 10%;
}
.slider-info h4 {
    color: #fff;
    font-size: 3.6em;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Marcellus', serif;
	text-shadow:#000 2px 2px;
    letter-spacing: 1px;
}
.slider-info p {
    color: #eae8e8;
    font-size: 1em;
    letter-spacing: 3px;
    font-weight:400;
	font-family: 'Source Sans Pro', sans-serif;
    margin-top: 2em;
    width: 75%;
    line-height: 2;
}
.button {
    margin-top: 3em;
}
.button a {
    font-size: 1.2em !important;
    color: #fff !important;
    letter-spacing: 1px;
    border: 1px solid #000;
    padding: 13px 20px;
    background: #23A7F1;
	text-decoration: none !important;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.button a:hover {
	border: 1px solid #fff;
    background: none;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.button a{
	
}
.button span {
    font-size: 14px;
    margin-left: 9px;
}
.modal-header h4 {
    color: black;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0.5em 0em 1em;
}
.modal-header h5 {
    color: #f44639;
    font-size: 1.3em;
    letter-spacing: 1px;
   text-align:center;
}
.modal-header span {
    font-size: 1.1em;
    color: #777;
    letter-spacing: 2px;
    line-height: 33px;
    padding-bottom: 16px;
	display:inline-block;
	margin-top:1em;
	font-family: 'Rubik', sans-serif;
}
.modal-header img{
    float: left;
    width: 100%;
}
.text-COOSW p:after,.text-COOSWl p:after {
    content: '';
    background: #f44639;
    height: 3px;
    width: 17%;
    position: absolute;
    bottom: 51%;
}
.text-COOSW p:after{
	left: -22%;
	top: 54%;
}
.text-COOSWl p:after {
    left: 105%;
	top: 52%;
}
.agile-blog2 {
    padding: 51px 0px;
}
.g3.agile-blog1 {
    padding: 26px 0px;
}
.agile-blog2 img {
    float: right;
    width: 46%;
    position: relative;
}
.text-COOSWl {
    float: left;
    width: 47%;
	padding: 30px 0px;
}
/*--//header --*/


/*-- banner-bottom  INFORMACION PROFESIONAL--*/

.banner-bottom{
	padding: 4em 0em;
}
.bott-img {
    width: 100%;
    height: 220px;
    margin: 0px 0;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bott-img:hover {
    border-color: #D292CD;
}
.bott-img .icon-holder {
    position: relative;
    top: 75px;
    display: inline-block;
    margin-bottom: 42px;
    padding: 20px 18px;
    background: #D292CD;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 100%;
    color: #fff;
    font-size: 26px;
}
.bott-img .mission {
    position: relative;
    top: 57px;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	color: #9C6C98;
    font-size: 22px;
    opacity: 0;
}
.bott-img .description {
    width: 80%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
	color:#464646;
	font-size:14px;
}
.bott-img .icon-holder > .icon {
    width: 40px;
}
.bott-img:hover .icon-holder {
    top: 20px;
    background: #000;
}
.bott-img:hover .mission {
    top: -1px;
    opacity: 1;
}
.bott-img:hover .description {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    font-size: 14px;
    line-height: 1.2em;
}
h3.title{
    color: #000;
    font-size: 35px;
	text-transform:;	
	font-family: 'Reem Kufi', sans-serif;

}
h3.title span{
    width: 8%;
    background: #9C6C98;
    height: 4px;
    display: block;
    margin-top: 26px;
	position:relative;	
}
h3.title span:after{
    content: ' ';
    position: absolute;
    background: #9C6C98;
    height: 2px;
    display: block;
    width: 330px;
    top: 4px;
}
.adt_grids{
	margin-top:50px;
}
.about_left {
    padding: 0;
}
.bottom-gds:nth-child(3),.bottom-gds:nth-child(4) {
    margin-top: 30px;
}
.creative{
	background: url(../images/fondoinfoprofesional.png) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 428px;
    padding: 10px 20px;
}

.creative h4 {
	font-family: 'Reem Kufi', sans-serif;
    font-size: 30px;
    color: #D292CD;
    margin-top: 10px;
}
.creative p {
	padding: 5px 5px;
	text-align:justify;
    color: #fff;
    font-size: 16px;
    line-height: 1.0em;
    font-style: italic;
}
/*-- //banner-bottom --*/






/*-- services section --*/
section.service-wthree {
	margin-top:-100px;
	padding:100px 0;
}
section.service-wthree h3.text-center {
	font-size:40px;
	font-weight:normal;
	color:#23a7f1;
	padding-bottom:20px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
}
section.service-wthree p.text-center {
	font-size:16px;
	font-weight:normal;
	padding-bottom:40px;
}
section.service-wthree h5.text-center {
    font-size: 22px;
    font-weight: normal;
    color:#23a7f1;
    padding-bottom: 20px;
    text-transform:capitalize;
	font-family: 'Open Sans', sans-serif;
}
section.service-wthree p.serv-p2 {
    font-size: 14px;
	text-align:center;
    font-weight: normal;
    line-height: 30px;
	padding-bottom:30px;
}
.ch-grid {
	margin:0 0 0 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: 20px;
}



/*-- events section --*/
section.event-agileinfo {
	margin-top:-210px;
	padding:210px 0;
	background:#23a7f1;
}
section.event-agileinfo h3.text-center {
	font-size:40px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	padding-bottom:20px;
	font-family: 'Open Sans', sans-serif;
}
section.event-agileinfo p.text-center {
	font-size:16px;
	font-weight:normal;
	padding-bottom:40px;
	color:#fff;
}
section.event-agileinfo a.event-cooswl {
	display:block;
	text-decoration:none;
	padding: 10px 0;
}
section.event-agileinfo a.event-cooswl h4 {
	font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
section.event-agileinfo p.event-agile1 {
	font-size:20px;
	font-weight:normal;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
}
section.event-agileinfo p.event-coosw-agile1, section.event-agileinfo p.event-coosw-agile2 {
	font-size:16px;
	font-weight:normal;
	color:#fff;
	line-height:40px;
}
section.event-agileinfo p.event-coosw-agile1 {
	margin-left:20px;
	text-align:left;
}
section.event-agileinfo p.event-coosw-agile2 {
	text-align:right;
	margin-right:20px;
}
section.event-agileinfo .event-cooswls1 {
	text-align:right;
	position:relative;
	margin-right: 25px;
}
section.event-agileinfo .event-cooswls1:after {
	position:absolute;
	content:'';
	width:20px;
	height:65px;
	background:#fff;
	right:-47px;
	top:10px
}
section.event-agileinfo .event-cooswls2 {
	text-align:left;
	position:relative;
	margin-left: 25px;
}
section.event-agileinfo .event-cooswls2:after {
	position:absolute;
	content:'';
	width:20px;
	height:65px;
	background:#fff;
	left:-47px;
	top:10px
}
section.event-agileinfo .event-coosw-agileits {
    padding: 50px 0;
}


.letrasabcedario {
	padding: 25px;
	font-size: 35px;
	font-weight: 400;
	text-transform: uppercase;
	color: #31708F;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #31708f;
}
h4.modal-title {
    text-align: center;
    font-size: 35px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
}
.modal-body p{
	font-size:16px;
	font-weight:normal;
	color:#999;
	line-height:35px;
	padding-bottom:10px;
}
.modal-header .close {
    margin-top: 0px;
    font-size: 65px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    z-index: 9999;
    opacity: 1;
    cursor: pointer;
}
.modal-footer button.btn.btn-default {
	background-color:#fff;
	color:#000;
	border-color:#000;
}
.modal-footer button.btn.btn-default:hover {
	background-color:#23a7f1;
	color:#fff;
}


.modal-content p{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#999;
	line-height:30px;
	padding-bottom:10px;
}

/*-- /services section --*/ 


























/*-- //ABOUT ABOUT ABOUT --*/
/*-- about section --*/
section.about-agileits{
	margin-top:-100px;
	padding:100px 0;
}

section.about-agileits .about-agileinfo h2 {
	font-size:40px;
	font-weight:normal;
	padding-bottom:20px;
	color:#23a7f1;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
}
section.about-agileits .about-agileinfo p {
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	padding-bottom:20px;
	text-align:justify;
}
section.about-agileits .about-agileinfo {
    padding: 28px 20px;
}
.cover-slider__wrap {
	position: relative;
	width:100%;
	height:330px;
	margin:0 auto;
	padding:0;
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
}
.cover-slider {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.cover-slider__slide {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 100%;
	padding: 0;
	margin: 0;
	background-size: cover;
	background-position: center;
	list-style: none;
	z-index: 0;
	opacity:1;
}
.cover-slider__slide.active {
	-webkit-animation-duration: 2500ms;
          animation-duration: 2500ms;
	-webkit-animation-name: slidein;
          animation-name: slidein;
	-webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.cover-slider__slide.inactive {
	-webkit-animation-duration: 2500ms;
          animation-duration: 2500ms;
	-webkit-animation-name: slideout;
          animation-name: slideout;
	-webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}






@-webkit-keyframes slidein {
  from {
    left: 0;
    right: 100%;
  }
  to {
    left: 0;
    right: 0;
  }
}
@keyframes slidein {
  from {
    left: 0;
    right: 100%;
  }
  to {
    left: 0;
    right: 0;
  }
}
@-webkit-keyframes slideout {
  from {
    left: 0;
    right: 0;
  }
  to {
    left: 100%;
    right: 0;
  }
}
@keyframes slideout {
  from {
    left: 0;
    right: 0;
  }
  to {
    left: 100%;
    right: 0;
  }
}
.cover-slider__slide:nth-child(1) {
	background-image: url("../images/about-img1.jpg");
}
.cover-slider__slide:nth-child(2) {
	background-image: url("../images/about-img2.jpg");
}
.cover-slider__slide:nth-child(3) {
	background-image: url("../images/about-img3.jpg");
}
.cover-slider__slide:nth-child(4) {
	background-image: url("../images/about-img4.jpg");
}
/*-- about section --*/

/*-- ABOUT ABOUT ABOUT --*/





/*-- testimonial section --*/
section.testimonial {
	margin-top:-100px;
	padding:100px 0;
	background:url(../images/test.jpg) 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.testimonial h3.text-center {
	font-size:40px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	padding-bottom:80px;
	font-family: 'Open Sans', sans-serif;
}
section.testimonial h4.titulo{
	font-size: 27px;
	font-weight: normal;
	color: #23A7F1;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
section.testimonial p {
	font-size:20px;
	font-weight:normal;
	color:#fff;
	letter-spacing:1px;
	line-height:40px;
}
section.testimonial p i.fa {
	font-size:28px;
	color:#fff;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    line-height: 20px;
    font-size: 30px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -13px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -13px;
}
.carousel-control.left {
	background: #000;
    width: 50px;
    height: 50px;
    margin-left: -70px;
    margin-top: 55px;
}
.carousel-control.right {
    background: #000;
    width: 50px;
    height: 50px;
    margin-right: -70px;
    margin-top: 55px;
}
.carousel-indicators {
    bottom: -45px;
}	
section.testimonial img.img-circle.img-responsive {
    width: 200px;
	margin:0 auto;
}
section.testimonial p i.fa.fa-quote-left {
	margin-right:20px;
}
section.testimonial p i.fa.fa-quote-right {
	margin-left:20px;
}
/*-- /testimonial section --*/







/*-- contact section --*/
/*-- contact section --*/
section.contact-cooswl {
	margin-top:0px;
	padding:100px 0;
	background:url(../images/) 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:#23A7F1;
	text-transform:uppercase;
	padding-bottom:20px;
	font-family: 'Open Sans', 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: #23A7F1;
    width: 100%;
    background-color: rgba(180, 201, 229, 0.6);
    border: 1px solid rgba(180, 201, 229, 0.8);
    outline: none;
	margin-bottom:30px;
}
input#name:focus,input#phone:focus,input#email:focus,textarea#message:focus {
	background-color: rgba(180, 201, 229, 0.6);
    border: 1px solid #23A7F1;
	color:#23A7F1;	
}
input#name,input#phone,input#email {
	height:50px;
}
section.contact-cooswl label {
	font-size:18px;
	font-weight:normal;
	color:#23A7F1;
	text-transform:;
	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: #23A7F1;
	border-color: #2E6DA4;
	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: #0066CC;
	border-color: #fff;
}

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

/*-- /contact section --*/







/*-- Map-and-Address --*/
#map {
    width: 100%;
    height: 430px;
	z-index:2000;
}
.contact-map-right, .left-contact {
    padding: 0 !important;
}
.cont-top {
    background: #23A7F1;
    padding: 2em 5em;
}
.cont-top h5 {
    font-size: 1.5em;
    color: #fff;
}
.left-bCOOSW h5, .right-bCOOSW h5 {
    font-size: 1.5em;
    color: #1B067B;
    padding-bottom: 1em;
}
.left-bCOOSW h5, .right-bCOOSW p {
    font-size: 1.5em;
	line-height:1em;
    color: #1B067B;
}
.cont-top h5 i, .left-bCOOSW h5 i, .right-bCOOSW h5 i{
    padding-right: 10px;
}
.left-bCOOSW {
    float: left;
    width: 60%;
	padding: 3em 0em 5.3em 3em;
}
.right-bCOOSW {
    float: right;
    width: 40%;
	padding: 3em 0em 5.3em 1em;
}
.cont-top a {
    color: #fff !important;
    font-size: 2em;
	font-family: 'Source Sans Pro', sans-serif;
}
.left-contact {
    background: #eee;
}
/*-- Map-and-Address --*/
/*-- //Contact --*/

/*-- footer --*/
.COOSWl-footer {
    background:fff;
    text-align: center;
    margin: 0;
    padding: 0;
}
.left-COOSW {
    float: left;
    width: 30%;
    padding: 42px 0px;
}
.left-COOSW a {
    font-size: 38px;
    text-transform: uppercase;
	letter-spacing:1px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.23) !important;
	font-family: 'Rubik', sans-serif;
}
.left-COOSW a:hover {
    color: rgba(255, 255, 255, 0.23) !important;
    text-decoration: none;
}
.right-social {
    float: right;
    width: 10%;
    font-size: 36px;
}
.right-social i {
    padding: 42px 0px;
    color: white;
    cursor: pointer;
}
.footer-nav ul li {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
	margin-right: 20px;
}
.footer-nav ul li a {
    color: #1B067B;
    text-decoration: none;
	letter-spacing: 1px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	font-family: 'Source Sans Pro', sans-serif;
}
.footer-nav ul li a:hover {
    color: #7f7c7c;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
.copyright-agile {
    padding: 1.5em 0em 5em;
}
.copyright-agile p {
    font-size: 16px;
	color: #7f7c7c;
}
.copyright-agile  p a {
    color: #1B067B;
}
.copyright-agile  p a:hover {
   text-decoration:underline;
   color: #23A7F1;
   transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
.right-social i:hover{
    color:#23A7F1;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*--//footer--*/

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

/*-- responsive --*/
@media(max-width: 1680px){
	.projects-grid-caption {
		bottom: -125%;
	}
.projects-grid-caption h4 {
		font-size: 1.7em;
    	font-weight: 500;
   		margin: 8.2em 0 0.5em 0;
	}
.projects-grid-caption h5 {
		font-size: 1.7em;
    	font-weight: 500;
    	margin: -3.2em 0 0.5em 0;
	}
.projects-grid-caption p {
    font-size: 1em;
    letter-spacing: 1px;
	line-height: 1.2em;
}
.projects-agile-grid-info:hover .projects-grid-caption{
    bottom: -10%;
	}
}
@media(max-width: 1440px){
	.logo h1 a{
		font-size: 1.2em;
	}
	.linkEffects li {
		margin: 15px 17px;
	}
	.slider-info h4 {
		font-size: 2.4em;
	}
	.button a {
		font-size: 1.1em !important;
		padding: 13px 17px;
	}
	.welcome-top h2, .portfolio h3, .about-COOSWl h3, .contact-form h3, .port-head h3 {
		font-size: 2.7em;
	}
	.welcome-grid h4 {
		font-size: 1.5em;
	}
	.test-grid h4 {
		font-size: 1.3em;
	}
	.test-grid span {
		font-size: 0.85em;
	}
	
	
	.projects-grid-caption {
		bottom: -155%;
	}
.projects-grid-caption h4 {
		font-size: 1.5em;
    	font-weight: 500;
   		margin: 8.2em 0 0.5em 0;
	}
.projects-grid-caption h5 {
		font-size: 1.5em;
    	font-weight: 500;
    	margin: -3.2em 0 0.5em 0;
	}
	.projects-grid-caption p {
    font-size: 1em;
    letter-spacing: 1px;
	line-height: 1.2em;
}
.projects-agile-grid-info:hover .projects-grid-caption{
    bottom: -20%;
	}
	
	
	.left-COOSW a {
		font-size: 37px;
	}
	.rslides_tabs {
		right: 40%;
	}
	.nbs-flexisel-nav-left {
		left: 91.5%;
	}
}
@media(max-width: 1366px){
	.logo h1 a{
		letter-spacing: 2px;
		font-size: 1.1em;
	}
	.slider-info h4 {
		font-size: 2.35em;
	}
	.welcome-top h2, .portfolio h3, .about-COOSWl h3, .contact-form h3, .port-head h3 {
		font-size: 2.6em;
	}
	
	
	.projects-grid-caption {
		bottom: -140%;
	}
.projects-grid-caption h4 {
		font-size: 1.5em;
    	font-weight: 500;
   		margin: 8.2em 0 0.5em 0;
	}
.projects-grid-caption h5 {
		font-size: 1.5em;
    	font-weight: 500;
    	margin: -3.2em 0 0.5em 0;
	}
	.projects-grid-caption p {
    font-size: 1em;
    letter-spacing: 1px;
	line-height: 1.2em;
}
.projects-agile-grid-info:hover .projects-grid-caption{
    bottom: -20%;
	}
	
	
	.rslides_tabs {
		right: 39%;
	}
}
@media(max-width: 1280px){
	.linkEffects li {
		margin: 12px 16px;
	}
	.top-icons ul li {
		font-size: 1.25em;
	}
	.slider-info h4 {
		font-size: 2.3em;
	}
	.button a {
		padding: 12px 15px;
	}
	.rslides_tabs {
		right: 40%;
	}
	.welcome-top h2, .portfolio h3, .about-COOSWl h3, .contact-form h3, .port-head h3 {
		font-size: 2.5em;
	}
	.welcome-grid h4 {
		font-size: 1.4em;
	}
	.welcome-main, .contact-form, .projects, .portfolio {
		padding: 3.5em 0em;
	}
	.resp-tab-item {
		padding: 0.5em 1.5em;
	}
	
	
	.projects-grid-caption {
		bottom: -170%;
	}
.projects-grid-caption h4 {
		font-size: 1.2em;
    	font-weight: 500;
   		margin: 8.2em 0 0.5em 0;
	}
.projects-grid-caption h5 {
		font-size: 1.2em;
    	font-weight: 500;
    	margin: -4.8em 0 0.5em 0;
	}
	.projects-grid-caption p {
    font-size: 1em;
    letter-spacing: 1px;
	line-height: 1.2em;
}
.projects-agile-grid-info:hover .projects-grid-caption{
    bottom: -60%;
	}
	
	
	.about_img h5 {
		font-size: 27px;
	}
	.about_opa p {
    line-height: 1.0em;
    font-size: 16px;
    margin-bottom: 30px;
}
	
	
	button.btn1 {
		padding: 0.5em 2.5em;
	}
	.cont-top h5, .left-bCOOSW h5, .right-bCOOSW h5 {
		font-size: 1.4em;
	}
	.left-COOSW a {
		font-size: 35px;
	}
	.right-social {
		font-size: 34px;
	}
	.nbs-flexisel-nav-left {
		left: 90.5%;
	}
}
@media(max-width: 1080px){
	.linkEffects li a {
		font-size: 1em;
	}
	.linkEffects li {
		margin: 6px 14px;
	}
	.slider-info h4 {
		font-size: 2.2em;
	}
	.slider-info p {
		font-size: 0.95em;
		margin-top: 1.5em;
	}
	.welcome-top h2, .portfolio h3, .about-COOSWl h3, .contact-form h3, .port-head h3 {
		font-size: 2.4em;
	}
	.welcome-grid h4 {
		font-size: 1.3em;
	}
	
	
	
	.projects-grid-caption {
		bottom: -180%;
	}
.projects-grid-caption h4 {
		font-size: 1.2em;
    	font-weight: 500;
   		margin: 8.2em 0 0.5em 0;
	}
.projects-grid-caption h5 {
		font-size: 1.2em;
    	font-weight: 500;
    	margin: -4.8em 0 0.5em 0;
	}
	.projects-grid-caption p {
    font-size: 1em;
    letter-spacing: 1px;
	line-height: 1.2em;
}
.projects-agile-grid-info:hover .projects-grid-caption{
    bottom: -70%;
	}
	
	
	
	.numscroller {
		font-size: 2.9em;
	}
	section.stats {
		padding: 90px 0;
	}
	.contact-form input[type="text"], .contact-form input[type="email"] {
		width: 32%;
	}
	.contact-form textarea {
		width: 97%;
		min-height: 188px;
	}
	.button {
		margin-top: 2.5em;
	}
	.button a {
		font-size: 1em !important;
	}
	#map {
		height: 300px;
	}
	.left-bCOOSW {
		padding: 2.5em 0em 3.5em 3em;
	}
	.right-bCOOSW {
		width: 58%;
		padding: 2.5em 0em 4.8em 0em;
	}
	.cont-top {
		padding: 1.5em 3em;
	}
	.left-COOSW a {
		font-size: 31px;
	}
	.right-social {
		font-size: 30px;
		width: 20%;
	}
	.left-COOSW {
		width: 38%;
	}
	.rslides_tabs {
		right: 38%;
		bottom: 6%;
	}
	.nbs-flexisel-nav-left {
		left: 89%;
	}
}
@media(max-width: 1050px){
	.logo h1 a{
		font-size: 1em;
	}
	.agile-top-header {
		left: 7%;
		width: 87%;
	}
	.slider-info {
		left: 7%;
		top: 40%;
	}
	.slider-info h4 {
		font-size: 2.1em;
	}
	.rslides_tabs {
		right: 37%;
		bottom: 6%;
	}
	.welcome-top h2, .portfolio h3, .about-COOSWl h3, .contact-form h3, .port-head h3 {
		font-size: 2.3em;
		letter-spacing: 0px;
	}
	.welcome-bottom, .test-gr, form {
		margin-top: 3em;
	}
	.sap_tabs {
		margin-top: 2.5em;
	}
	
	
	.projects-grid-caption {
		bottom: -190%;
	}
.projects-grid-caption h4 {
		font-size: 1.1em;
    	font-weight: 500;
   		margin: 8.2em 0 0.5em 0;
	}
.projects-grid-caption h5 {
		font-size: 1.1em;
    	font-weight: 500;
    	margin: -4.8em 0 0.5em 0;
	}
	.projects-grid-caption p {
    font-size: 1em;
    letter-spacing: 1px;
	line-height: 1.2em;
}
.projects-agile-grid-info:hover .projects-grid-caption{
    bottom: -85%;
	}
	
	
	
	.welcome-main, .contact-form, .projects, .portfolio {
		padding: 3em 0em;
	}
	.cont-top h5, .left-bCOOSW h5, .right-bCOOSW h5 {
		font-size: 1.3em;
	}
}
@media(max-width: 1024px){
	.logo h1 a{
		letter-spacing: 1px;
	}
	.slider-info h4 {
		font-size: 2em;
	}
	.button a {
		padding: 11px 14px;
		letter-spacing: 0px;
	}
	.welcome-top h2, .portfolio h3, .about-COOSWl h3, .contact-form h3, .port-head h3 {
		font-size: 2.2em;
	}
	.welcome-top p, .agileits-title p, .about-COOSWl p, .contact-form p, .port-head p {
		letter-spacing: 5px;
		margin-top: 0.8em;
	}
	.welcome-grid h4 {
		font-size: 1.25em;
	}
	.resp-tab-item {
		padding: 0.5em 1.3em;
	}
	
	.top-icons {
    float: right;
	margin-top:-50px;
}
	
	.top-icons ul li {
		font-size: 1.2em;
	}
	
	
	.projects-grid-caption {
		bottom: -200%;
	}
.projects-grid-caption h4 {
		font-size: 1.1em;
    	font-weight: 500;
   		margin: 8.2em 0 0.5em 0;
	}
.projects-grid-caption h5 {
		font-size: 1.1em;
    	font-weight: 500;
    	margin: -4.5em 0 0.5em 0;
	}
.projects-agile-grid-info:hover .projects-grid-caption{
    bottom: -90%;
	}
	
	
	.about_img h5 {
		font-size: 18px;
		height: 46px;
		line-height: 49px;
	}
	.about_opa p {
    line-height: 1.0em;
    font-size: 14px;
    margin-bottom: 30px;
}
	.about_opa {
    padding: 30px 30px 0;
	margin-top:-25px;
}	
	
	
	
	
	.numscroller {
		font-size: 2.8em;
	}
	.contact-form textarea {
		min-height: 180px;
	}
	button.btn1 {
		font-size: 0.9em;
	}
	div#clients {
		padding: 3em 0em 6em;
	}
	.nbs-flexisel-nav-left {
		left: 86%;
	}
}
@media(max-width: 991px){
	.linkEffects li a {
		font-size: 0.97em;
	}
	.slider-info h4 {
		font-size: 1.8em;
	}
	.linkEffects li {
		margin: 0px 12px;
	}
	.button a {
		padding: 11px 13px;
		font-size: 0.95em !important;
	}
	.welcome-top h2, .portfolio h3, .about-COOSWl h3, .contact-form h3, .port-head h3 {
		font-size: 2.1em;
	}
	.welcome-grid {
		float: left;
		width: 33%;
	}
	.welcome-grid h4 {
		font-size: 1.2em;
	}
	.portfolio-grids {
		float: left;
		width: 33%;
	}
	
	
	.projects-grid-caption {
		bottom: -220%;
	}
.projects-grid-caption h4 {
		font-size: 1.0em;
    	font-weight: 500;
   		margin: 8.2em 0 0.5em 0;
	}
.projects-grid-caption h5 {
		font-size: 1.0em;
    	font-weight: 500;
    	margin: -4.5em 0 0.5em 0;
	}
.projects-agile-grid-info:hover .projects-grid-caption{
    bottom: -100%;
	}
	
	
	
	

	
	
	.numscroller {
		font-size: 2.6em;
	}
	.stats-grid h4 {
		font-size: 1.1em;
	}
	.stats-grid i.fa {
		font-size: 1.7em;
	}
	.contact-form textarea {
		min-height: 168px;
	}
	.contact-form input[type="text"], .contact-form input[type="email"] {
		padding: 0.9em;
		margin: 0px 1px 16px 0px;
	}
	.contact-map-right {
		float: left;
		width: 50%;
	}
	.left-contact {
		float: right;
		width: 50%;
	}
	#map {
		height: 271px;
	}
	.right-bCOOSW {
		padding: 2.5em 0em 3.8em 0em;
	}
	.left-bCOOSW {
		padding: 2.5em 0em 1.5em 3em;
	}
	.welcome-main, .contact-form, .projects, .portfolio {
		padding: 2.5em 0em;
	}
	.left-COOSW {
		width: 39%;
		padding: 31px 0px;
	}
	.right-social i {
		padding: 32px 0px;
	}
	.footer-nav ul li {
		font-size: 15px;
	}
	.copyright-agile {
		padding: 1em 0em 4.5em;
	}
	div#clients {
		padding: 2.5em 0em 5.5em;
	}
}
@media(max-width: 900px){
	.projects-grid-caption {
		bottom: -220%;
	}
.projects-grid-caption h4 {
		font-size: 1.0em;
    	font-weight: 500;
   		margin: 8.2em 0 0.5em 0;
	}
.projects-grid-caption h5 {
		font-size: 1.0em;
    	font-weight: 500;
    	margin: -4.5em 0 0.5em 0;
	}
.projects-agile-grid-info:hover .projects-grid-caption{
    bottom: -100%;
	}

}
@media(max-width: 800px){
	.linkEffects li a {
		font-size: 0.95em;
	}
	nav.navbar.navbar-default {
		right: 9px;
	}
	.linkEffects li {
		margin: 0px 8px;
	}
	.top-nav {
		margin-top: 16px;
	}
	.slider-info h4 {
		font-size: 1.7em;
	}
	.slider-info p {
		font-size: 0.9em;
		margin-top: 1.3em;
		letter-spacing: 2px;
	}
	.rslides_tabs li {
		margin-right: 7px;
	}
	.rslides_tabs {
		right: 35%;
		bottom: 5%;
	}
	.button {
		margin-top: 2em;
	}
	.slider-info {
		top: 37%;
	}
	.top-icons {
    float: right;
	margin-top:0px;
}
	.top-icons ul li {
		font-size: 1.1em;
		margin: 7px;
	}
	.welcome-top h2, .portfolio h3, .about-COOSWl h3, .contact-form h3, .port-head h3 {
		font-size: 2em;
	}
	.welcome-top p, .agileits-title p, .about-COOSWl p, .contact-form p, .port-head p {
		letter-spacing: 4px;
		margin-top: 0.5em;
	}
	.welcome-grid h4 {
		font-size: 1.1em;
	}
	.welcome-grid p {
		letter-spacing: 0px;
		margin-top: 0.8em;
	}
	.welcome-bottom, .test-gr, form {
		margin-top: 2em;
	}
	.sap_tabs {
		margin-top: 2em;
	}
	.resp-tabs-list {
		margin: 0 auto 2em;
	}
	
	
	.projects-grid-caption {
		bottom: -260%;
	}
.projects-grid-caption h4 {
		font-size: 0.7em;
    	font-weight: 300;
   		margin: 8.2em 0 0.5em 0;
	}
.projects-grid-caption h5 {
		font-size: 0.7em;
    	font-weight: 300;
    	margin: -6.5em 0 0.5em 0;
	}
.projects-agile-grid-info:hover .projects-grid-caption{
    bottom: -160%;
	}
	
	
	
	
	.resp-tab-item {
		font-size: 0.95em;
	}
	.projects-grid-caption h4 {
		font-size: 0.95em;
		margin: 25.5em 0 0.5em 0;
		letter-spacing: 1px;
	}
	div#clients {
		padding: 2em 0em 5em;
	}
	.numscroller {
		font-size: 2.4em;
	}
	section.stats {
		padding: 80px 0;
	}
	.left-bCOOSW {
		padding: 1.5em 0em 1.2em 2.5em;
	}
	.right-bCOOSW {
		padding: 1.5em 0em 3.8em 0em;
	}
	.left-COOSW {
		width: 44%;
		padding: 28px 0px;
	}
	.right-social i {
		padding: 28px 0px;
	}
	#toTop {
		bottom: -10px;
	}
}
@media(max-width: 768px){
	.logo h1 a {
		margin-top: 0.3em !important;
		font-size: 0.95em;
	}
	.slider-info h4 {
		font-size: 1.55em;
	}
	.slider-info p {
		margin-top: 1em;
		letter-spacing: 1px;
	}
	.welcome-top h2, .portfolio h3, .about-COOSWl h3, .contact-form h3, .port-head h3 {
		font-size: 1.9em;
	}
	.welcome-grid h4 {
		font-size: 1em;
	}
	.projects-grid-caption h4 {
		margin: 23em 0 0.5em 0;
	}
	#toTop {
		right: 43%;
	}
}
@media(max-width: 767px){
	.linkEffects ul {
		margin: 0;
		padding: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff !important;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #23A7F1 !important;
	}
	nav.linkEffects.linkHoverEffect_2 ul li {
		margin: 11px 0px;
		text-align: center;
		display: block;
		z-index: 9999;
	}
	.navbar-toggle {
		float: none !important;
	}
	.top-nav {
		margin-top: 0px;
		width: 68%;
		padding: 0;
	}
	nav.navbar.navbar-default {
		right: 0px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background: #000 !important;
	}
	.gridCOOSW {
		float: left;
		width: 25%;
	}
	.left-bCOOSW h5, .right-bCOOSW h5 {
		padding-bottom: 0.5em;
	}
	.left-bCOOSW {
		padding: 1.5em 0em 2em 2.5em;
	}
}
@media(max-width: 736px){
	.navbar-toggle {
		margin-top: 13px !important;
	}
	.slider-info h4 {
		font-size: 1.5em;
	}
	.slider-info p {
		margin-top: 0.8em;
	}
	.button a {
		padding: 10px 11px;
		font-size: 0.9em !important;
	}
	.button {
		margin-top: 1.5em;
	}
	.rslides_tabs {
		right: 34%;
		bottom: 3%;
	}
	.welcome-top h2, .portfolio h3, .about-COOSWl h3, .contact-form h3, .port-head h3 {
		font-size: 1.85em;
	}
	.projects-grids {
		margin: 1.5em 0 0 0;
	}
	.projects-grid-caption h4 {
		margin: 23.5em 0 0.5em 0;
	}
	.test-grid h4 {
		font-size: 1.2em;
	}
	.test-grid span {
		font-size: 0.8em;
	}
	div#clients {
		padding: 2em 0em 3em;
	}
	.numscroller {
		font-size: 2.35em;
	}
	.stats-grid h4 {
		font-size: 1.05em;
		letter-spacing: 0px;
	}
	section.stats {
		padding: 70px 0;
	}
	.contact-form textarea {
		min-height: 160px;
		margin-bottom: 1em;
	}
	.left-COOSW a {
		font-size: 28px;
	}
	
	
	.about_img h5 {
		height: 61px;
		line-height: 57px;
	}
	.about_opa p {
    line-height: 1.0em;
    font-size: 12px;
    margin-bottom: 30px;
}
	.about_opa {
    padding: 30px 30px 0;
	margin-top:-25px;
}
	
	
	
	
	
}
@media(max-width: 667px){
	.slider-info p {
		font-size: 0.85em;
	}
	.projects-grid-caption h4 {
		margin: 24.5em 0 0.5em 0;
	}
	.rslides_tabs {
		right: 32%;
		bottom: 1%;
	}
	.cont-top h5, .left-bCOOSW h5, .right-bCOOSW h5 {
		font-size: 1.1em;
	}
	.left-bCOOSW {
		padding: 1.5em 0em 1em 2em;
	}
	.cont-top {
		padding: 1.5em 2em;
	}
	#map {
		height: 251px;
	}
	.left-COOSW a {
		font-size: 26px;
		letter-spacing: 0px;
	}
	.right-social {
		font-size: 28px;
	}
	.left-COOSW, .right-social i {
		padding: 23px 0px;
	}
	#toTop {
		bottom: -10px;
		right: 43%;
	}
	
	
	.about_img h5 {
		height: 61px;
		line-height: 57px;
	}
	.about_opa p {
    line-height: 1.0em;
    font-size: 12px;
    margin-bottom: 30px;
}
	.about_opa {
    padding: 30px 30px 0;
	margin-top:-10px;
}
	
	
	
}
@media(max-width: 640px){
	.slider-info h4 {
		font-size: 1.4em;
	}
	.navbar-toggle {
		margin-top: 8px !important;
	}
	.navbar-toggle .icon-bar {
		width: 19px !important;
		height: 1px !important;
	}
	.logo h1 a {
		font-size: 0.9em;
	}
	.nbs-flexisel-nav-left {
		left: 84%;
	}
	.projects-grids {
		margin: 1em 0 0 0;
	}
	.projects-grid-caption h4 {
		margin: 19em 0 0.5em 0;
		font-size:1em;
	}
	.projects-grid-caption p {
		font-size: 0.9em;
	}
	img.img-r {
		bottom: -32px;
	}
	.test-grid h4 {
		font-size: 1.1em;
	}
	.numscroller {
		font-size: 2.25em;
	}
	.contact-form textarea {
		min-height: 150px;
	}
	.left-COOSW a {
		font-size: 25px;
	}
	
	
	
}
@media(max-width: 600px){
	.slider-info h4 {
		font-size: 1.35em;
	}
	.slider-info p {
		margin-top: 0.5em;
	}
	.button a {
		padding: 9px 10px;
	}
	.button {
		margin-top: 1.4em;
	}
	#slider3-pager a {
		width: 84%;
	}
	.rslides_tabs li {
		margin-right: 0px;
	}
	.rslides_tabs {
		right: 32%;
		bottom: 0%;
	}
	.welcome-top h2, .portfolio h3, .about-COOSWl h3, .contact-form h3, .port-head h3 {
		font-size: 1.8em;
	}
	.welcome-grid p {
		font-size: 0.9em;
	}
	.welcome-main, .contact-form, .projects, .portfolio {
		padding: 2em 0em;
	}
	.welcome-top p, .agileits-title p, .about-COOSWl p, .contact-form p, .port-head p {
		font-size: 0.9em;
	}
	.projects-grid-caption h4 {
		margin: 20em 0 0.5em 0;
	}
	.stats-grid h4 {
		font-size: 1em;
	}
	section.stats {
		padding: 65px 0;
	}
	.contact-form input[type="text"], .contact-form input[type="email"] {
		font-size: 0.85em;
		letter-spacing: 0px;
		padding: 0.8em;
	}
	.left-bCOOSW {
		width: 52%;
	}
	.right-bCOOSW {
		width: 37%;
	}
	.left-bCOOSW {
		padding: 1.5em 0em 2.5em 2em;
	}
	
	
	.about_img h5 {
		height: 61px;
		line-height: 57px;
	}
	.about_opa p {
    line-height: 1.0em;
    font-size: 12px;
    margin-bottom: 30px;
}
	.about_opa {
    padding: 30px 30px 0;
	margin-top:-10px;
}
	
	
	
	
}
@media(max-width: 568px){
	.navbar-toggle {
		margin-top: 4px !important;
	}
	.slider-info p {
		margin-top: 0.2em;
	}
	.button {
		margin-top: 1.3em;
	}
	.welcome-grid {
		width: 100%;
	}
	.navbar-toggle {
		padding: 9px 9px;
	}
	.top-icons ul li i {
		padding-right: 0.8em;
	}
	.welcome-grid p {
		font-size: 1em;
	}
	.welcome-grid:nth-child(2), .welcome-grid:nth-child(3) {
		margin-top: 0.8em;
	}
	.nbs-flexisel-nav-left {
		left: 83%;
	}
	.stats-grid i.fa {
		font-size: 1.5em;
	}
	.numscroller {
		font-size: 2.1em;
	}
	.stats-grid h4 {
		font-size: 0.9em;
	}
	section.stats {
		padding: 60px 0;
	}
	.contact-form textarea {
		min-height: 138px;
	}
	button.btn1 {
		letter-spacing: 0px;
	}
	.contact-map-right {
		width: 100%;
	}
	.left-contact {
		width: 100%;
	}
	.cont-top {
		padding: 1.5em 3em;
	}
	.left-bCOOSW {
		padding: 1.5em 0em 2.5em 3em;
	}
	.left-bCOOSW {
		width: 42%;
	}
	.right-bCOOSW {
		width: 57%;
	}
	.left-COOSW a {
		font-size: 24px;
	}
	.right-social {
		font-size: 27px;
	}
	.footer-nav ul li {
		font-size: 14.5px;
		margin-right: 10px;
	}
	#slider3-pager a {
		width: 59%;
		padding: 2px;
	}
}
@media(max-width: 480px){
	.logo h1 a{
		font-size: 0.85em;
	}
	.navbar-toggle {
		margin-top: 0px !important;
	}
	.navbar-toggle {
		padding: 8px 8px;
	}
	.slider-info h4 {
		font-size: 1em;
	}
	.slider-info p {
		font-size: 0.8em;
	}
	.top-icons ul li {
		font-size: 1em;
		margin: 5px;
	}
	.agile-top-header {
		left: 5%;
		width: 91%;
	}
	.slider-info {
		left: 5%;
	}
	.button a {
		padding: 6px 13px;
		font-size: 0.8em !important;
	}
	.button {
		margin-top: 1em;
	}
	.rslides_tabs {
		right: 30%;
		bottom: 2%;
		margin: 0 !important;
	}
	.welcome-top h2, .portfolio h3, .about-COOSWl h3, .contact-form h3, .port-head h3 {
		font-size: 1.4em;
	}
	.welcome-top p, .agileits-title p, .about-COOSWl p, .contact-form p, .port-head p {
		font-size: 0.85em;
	}
	.resp-tab-item {
		padding: 0.4em 1em;
	}
	.resp-tab-item {
		margin-left: 0.7em;
	}
	.portfolio-grids {
		width: 50%;
	}
	.nbs-flexisel-nav-left {
		left: 80%;
	}
	.nbs-flexisel-inner {
		padding: 1em 0 0;
	}
	.projects-grid-caption h4 {
		margin: 12em 0 0.5em 0;
	}
	.test-grid p {
		font-size: 0.9em;
	}
	.test-grid h4 {
		font-size: 1em;
	}
	.test-grid1 {
		padding: 1em 2em;
	}
	img.img-r {
		bottom: -49px;
	}
	.gridCOOSW {
		width: 50%;
	}
	.gridCOOSW:nth-child(3), .gridCOOSW:nth-child(4) {
		margin-top: 2em;
	}
	.stats-grid h4 {
		font-size: 1em;
	}
	.contact-form input[type="text"], .contact-form input[type="email"] {
		padding: 0.7em;
	}
	.contact-form textarea {
		min-height: 120px;
		width: 98%;
		margin-bottom: 0.8em;
	}
	button.btn1 {
		font-size: 0.85em;
	}
	#map {
		height: 232px;
	}
	.left-COOSW, .right-social i {
		padding: 20px 0px;
	}
	.left-COOSW a {
		font-size: 23px;
	}
	.left-COOSW {
		width: 49%;
	}
	.footer-nav ul li {
		font-size: 14px;
		margin-right: 5px;
	}
	.copyright-agile p {
		font-size: 15px;
	}
	.copyright-agile {
		padding: 0.5em 0em 4em;
	}
	.modal-header h4 {
      font-size: 1.2em;
	}
	.modal-header span {
		font-size: 0.9em;
		letter-spacing: 1px;
	}
	
	
	.about_img h5 {
		height: 69px;
		line-height: 63px;
		font-size: 23px;
	}
		.about_opa p {
    line-height: 1.0em;
    font-size: 12px;
    margin-bottom: 30px;
}

	
	
}
@media(max-width: 414px){
	.logo h1 a{
		margin-top: 0.2em !important;
	}
	.navbar-toggle {
		padding: 7px 7px;
	}
	.slider-info p{
		letter-spacing:0px;
		line-height:1.8em;
	}
	.button {
		margin-top: 0em;
	}
	.rslides_tabs {
		right: 25%;
		bottom: 0%;
	}
	.portfolio-grids {
		width: 100%;
	}
	.projects-grid-caption h4 {
		margin: 16em 0 0.5em 0;
	}
	.test-grid p {
		letter-spacing: 0px
	}
	img.img-r {
		width: 83px;
		height: 83px;
		bottom: -43px;
	}
	.owl-pagination {
		bottom: -23px;
	}
	.numscroller {
		font-size: 2em;
	}
	.contact-form textarea {
		min-height: 116px;
		width: 99%;
		margin-bottom: 0.5em;
	}
	#map {
		height: 220px;
	}
	.right-bCOOSW {
		width: 50%;
	}
	.left-COOSW {
		width: 57%;
	}
	.left-COOSW a {
		font-size: 20px;
	}
	.right-social {
		font-size: 25px;
		width: 27%;
	}
	.footer-nav ul li a {
		letter-spacing: 0px;
	}
	.copyright-agile p {
		line-height: 1.9em;
	}
	#toTop {
		right: 38%;
	}
	.top-icons ul li i {
		padding-right: 0.4em;
	}
	.button span {
		font-size: 12px;
		margin-left: 5px;
	}
	.logo h1 a {
		font-size: 0.8em;
		letter-spacing: 0px;
	}
}
@media(max-width: 384px){
	.agile-top-header {
		left: 4%;
		width: 93%;
	}
	.slider-info {
		left: 4%;
	}
	nav.navbar.navbar-default {
		right: 0px;
		top: -4px;
	}
	.logo h1 a {
		margin-top: 0em !important;
	}
	.top-icons ul li {
		font-size: 0.95em;
		margin: 4px;
	}
	.slider-info h4 {
		font-size: 0.9em;
	}
	.slider-info p {
		font-size: 0.8em;
	}
	.button a {
		 padding: 4px 10px;
		font-size: 0.8em !important;
	}
	.rslides_tabs {
		right: 18%;
		bottom: 0%;
	}
	.slider-info p {
		margin-top: 0em;
	}
	.welcome-top h2, .portfolio h3, .about-COOSWl h3, .contact-form h3, .port-head h3 {
		font-size: 1.6em;
	}
	.welcome-top p, .agileits-title p, .about-COOSWl p, .contact-form p, .port-head p {
		font-size: 0.8em;
		letter-spacing: 3px;
	}
	.welcome-grid h4 {
		font-size: 0.98em;
	}
	.welcome-grid:nth-child(2), .welcome-grid:nth-child(3) {
		margin-top: 0.3em;
	}
	.welcome-grid p {
		font-size: 0.95em;
		line-height: 1.8em;
		margin-top: 0.5em;
	}
	.resp-tab-item {
		margin-left: 0.3em;
		padding: 0.3em 0.6em;
		font-size: 0.9em;
	}
	.resp-tabs-list {
		margin: 0 auto 1.5em;
	}
	.footer-nav ul li a {
		letter-spacing: 0px;
		line-height: 1.9em;
	}
	.test-grid p {
		font-size: 0.85em;
	}
	.test-grid1 {
		padding: 1em 1em;
	}
	.footer-nav ul li {
		margin-right: 17px;
	}
	#toTop {
		right: 36%;
	}
	.linkEffects li a {
		font-size: 0.9em;
	}
	.logo h1 a {
		font-size: 0.75em;
	}
	
	
	.about_img h5 {
		height: 63px;
		font-size: 22px;
	}
	
	
}
@media(max-width: 375px){
	.welcome-main, .contact-form, .projects, .portfolio {
		padding: 1.5em 0em;
	}
	#slider3-pager a {
		width: 49%;
		padding: 2px;
	}
	.welcome-top h2, .portfolio h3, .about-COOSWl h3, .contact-form h3, .port-head h3 {
		font-size: 1.5em;
	}
	.top-icons ul li i {
		padding-right: 0.4em;
		font-size: 0.9em;
	}
}
@media(max-width: 320px){
	
	.navbar-toggle {
		padding: 5px 6px;
	}
	.navbar-toggle .icon-bar {
		width: 16px !important;
	}
	.slider-info h4 {
		font-size:0.9em;
	}
	.slider-info p {
		line-height: 1.5em;
	}
	.top-icons ul li {
		font-size: 0.9em;
		margin: 0px;
	}
	.logo h1 a {
		font-size: 0.7em;
	}
	.rslides_tabs {
		right: 0%;
		bottom: -1%;
	}
	.welcome-top h2, .portfolio h3, .about-COOSWl h3, .contact-form h3, .port-head h3 {
		font-size: 1.3em;
	}
	.welcome-bottom, .test-gr, form {
		margin-top: 1em;
	}
	.welcome-grid h4 {
		font-size:1em;
	}
	.resp-tab-item {
		font-size: 0.85em;
	}
	.nbs-flexisel-nav-left {
		left: 72%;
	}
	.projects-grid-caption h4 {
		margin: 19em 0 0.5em 0;
	}
	.projects-grid-caption p {
		font-size: 0.85em;
	}
	.test-grid1 {
		padding: 0.8em 0.8em;
	}
	.test-grid h4 {
		font-size: 0.95em;
	}
	img.img-r {
		width: 78px;
		height: 78px;
		bottom: -38px;
	}
	.test-grid:nth-child(2), .test-grid:nth-child(4), .test-grid:nth-child(6) {
		margin-top: 4em;
	}
	section.stats {
		padding: 40px 0;
	}
	.gridCOOSW:nth-child(3), .gridCOOSW:nth-child(4) {
		margin-top: 1.5em;
	}
	.stats-grid i.fa {
		padding-bottom: 0.5em;
	}
	.numscroller {
		font-size: 1.85em;
	}
	section.stats {
		padding: 37px 0;
	}
	.contact-form textarea {
		min-height: 93px;
	}
	button.btn1 {
		font-size: 0.8em;
		padding: 0.4em 2.4em;
	}
	#map {
		height: 190px;
	}
	.cont-top {
		padding: 1em 2.5em;
	}
	.left-bCOOSW {
		width: 54%;
		padding: 1em 0em 1em 2.5em;
	}
	.right-bCOOSW {
		width: 39%;
		padding: 1em 0em 2em 0em;
	}
	.left-COOSW a {
		font-size: 20px;
	}
	.left-COOSW {
		width: 65%;
	}
	.right-social {
		font-size: 23px;
		width: 26%;
	}
	.copyright-agile {
		padding: 0.5em 0em 3em;
	}
	#toTop {
		right: 32%;
		bottom: -19px;
	}
	.linkEffects li a {
		font-size: 0.85em;
	}
	.slider-info {
		top: 44%;
	}
	
	
	.about_img h5 {
		height: 53px;
		font-size: 20px;
		line-height: 51px;
	}
	
	
}

/*--//responsive--*/