/*--Author:Jorge E. Téllez
/*--- reset code ---*/
/* Autor    Fecha     Descripción                                      Clave */
/* MAMM   10/10/2021  Se agrega la pestaña de partners y certificados  0001  */
body{
    padding:0;
    margin:0;
    background:#FFF;
}

.top-nav-section{
	margin: 0 0 0 0 !important;
}
.container-section{
    /* width: 1300px; 001 Se comenta */
	width: 1600px; /* 0001 Nueva linea */
    margin: auto;
	background-color: #827c7c;
}
.header-bottom-section{
	margin: 0px 0px 30px 0px;
}
.header-section{
	margin: 20px;
	text-align: center;
}
.title-information{
	font-size: 80px;
	text-align: center;
}

.banner-microsite {
	height: 150px;
}

.body-microsite {
	margin: 0px 250px 100px 250px;
}

.info-section {
	font-size: 30px;
	margin: 50px 0 30px 0;
}

.info-section p {
	padding: 0px 0px 0px 50px;
	text-align: center;
}

.info-section ul {
	padding: 0px 0px 0px 100px;
}

.info-section h2 {
	font-weight: 550;
	color: #4e4daf;
	font-size: 35px;
	text-align: center;
}

.info-section h1 {
	font-weight: bold;
	margin: 30px 0 30px 0;
	text-align: center;
}

.img-info  {
	margin: 30px 0px 0px 0px;
}

.regresar {
    border: 1px solid;
    font-size: 45px;
    padding: 10px 70px;
    margin: 0px 0px 0px 0px;
}
/*Nuevoo*/
/*-- banner-top --*/
.w3layouts-banner-top{
    background: url(../images/1.jpg) no-repeat 0px 0px;
    background-size: cover;
	height: 500px;
}
.w3layouts-banner-top1{
    background: url(../images/2.jpg) no-repeat 0px 0px;
    background-size: cover; 
	height: 500px;
}
.w3layouts-banner-top2{
    background: url(../images/3.jpg) no-repeat 0px 0px;
    background-size: cover; 
	height: 500px;
}
.w3layouts-banner-top3{
    background: url(../images/4.jpg) no-repeat 0px 0px;
    background-size: cover; 
	height: 500px;
}
.w3layouts-banner-top4{
    background: url(../images/5.jpg) no-repeat 0px 0px;
    background-size: cover; 
	height: 500px;
}
/*-- //banner-top --*/
/*-- banner --*/
.banner{
    position: absolute;
    top: 0;
    z-index: 99;
    text-align: center;
    left: 0;
    width: 100%;
}

.header-right{
    float: right;
    margin: 1.4em 0 0 0;
}
.header-right p{
    color:#FFFFFF;
    font-size:.9em;
    margin:0;
}
.header-right i.fa.fa-phone{
    margin: 0 .5em 0 0;
}
/*-- top-nav --*/
.top-nav{
    margin: 1.3em 0 0 0;
}
.top-nav ul{
    padding: 0;
    margin: 0;
}
.top-nav ul li{
    display: inline-block;
    float: left;
    /*width: 16.66%; 0001 Se comenta */
	width: 13.5%; /* 0001 Nueva linea */
}
.top-nav ul li:nth-child(6){
    margin-right:0;
}
ul.nav.navbar-nav {
    float: none;
    text-align: center;
}
.navbar-default{
    background: none;
    border: none;
    margin: 0;
}
.navbar {
    min-height: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    box-shadow: 1px 0px 0px 0px rgba(72, 72, 72, 0);
    outline: none;
    border-right: solid 1px #FFFFFF;
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;

}
.top-nav ul li a{
    color: #ffffff !important;
    font-size: 1.3em;
    margin: 0;
    text-decoration: none;
    padding: 1em;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 2px;
    border-right: solid 1px rgba(255, 255, 255, 0.54);
    border-top: solid 1px rgba(255, 255, 255, 0.54);
    border-bottom: solid 1px rgba(255, 255, 255, 0.54);
}

}
.top-nav ul li a:hover{
    color: #000000 !important;
    background: #ffffff !important;
}
.top-nav ul li a.active{
    color: #000000 !important;
    background: #ffffff !important;
}
ul.dropdown-menu {
    background: rgba(0, 0, 0, 0.27);
    box-shadow: 0 0 0;
    border: none;
    margin: 0;
    top: 3.8em;
    left: 0px;
    min-width: 184px;
}
ul.dropdown-menu li{
    width:100% !important;
}
.dropdown-menu > li > a {
    display: block;
    padding: .5em 1em !important;
    text-align: center;
    clear: both;
    margin: .2em 0 !important;
    font-weight: normal;
    line-height: 1.42857143;
    color: #FFF !important;
    border: none !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 103%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 5px 0 5px 5px;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*-- //top-nav --*/
.w3layouts-banner-slider {
    margin: 8em 0;
}
.agileits-banner-info,.agileits-banner-info1,.agileits-banner-info2,.agileits-banner-info3,.agileits-banner-info4 {
    text-align: center;
    padding: 15em 0 7em;
}
.agileits-banner-info h3{
    color: #0aa1e4;
    font-size: 20em;
    margin: 0;
    line-height: .8em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent), url(../images/1a.jpg) repeat 0px 0px;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
}
.agileits-banner-info1 h3{
    color: #0aa1e4;
    font-size: 20em;
    margin: 0;
    line-height: .8em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent), url(../images/2b.jpg) repeat 0px 0px;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
}
.agileits-banner-info2 h3{
    color: #0aa1e4;
    font-size: 20em;
    margin: 0;
    line-height: .8em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent), url(../images/3c.jpg) repeat 0px 0px;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
}
.agileits-banner-info3 h3{
    color: #0aa1e4;
    font-size: 20em;
    margin: 0;
    line-height: .8em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent), url(../images/4d.jpg) repeat -144px -107px;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
}
.agileits-banner-info4 h3{
    color: #0aa1e4;
    font-size: 20em;
    margin: 0;
    line-height: .8em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent), url(../images/5f.jpg) repeat 0px 0px;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
}
.agileits-banner-info h4,.agileits-banner-info1 h4,.agileits-banner-info2 h4,.agileits-banner-info3 h4,.agileits-banner-info4 h4{
    color: #03323a;
    font-size: 7em;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 5px;
    position: absolute;
    top: 53%;
    left: 0;
    width: 100%;
    text-align: center;
}

/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999; 
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: 355px;
    left: 0;
    z-index: 9;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 62px;
    height: 62px;
    background: transparent url(../images/arrows1.png) no-repeat left top;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 3%;
 }
 .callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 3%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
    width:100px;
    height:15px;
    background:#fff;
    display:inline-block;
    border-radius:30em;
    opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
    display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 93%;
    left: 47%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 99;
}
.slider-top span{
    font-weight:600;
}
.callbacks_tabs li{
    display: inline-block;
    margin: 0;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
    background: #4dd0e1;
    border: 2px solid #ffffff;
}
/*-- //slider --*/

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

@media(max-width:991px){
    .agileits-banner-info h3 {
        font-size: 30em;
    }
    .agileits-banner-info1 h3 {
        font-size: 30em;
    }
    .agileits-banner-info2 h3 {
        font-size: 30em;
    }
    
    .agileits-banner-info3 h3 {
        font-size: 30em;
    }
    .agileits-banner-info4 h3 {
        font-size: 30em;
    }
}
@media(max-width:800px){
    .agileits-banner-info h4, .agileits-banner-info1 h4, .agileits-banner-info2 h4, .agileits-banner-info3 h4, .agileits-banner-info4 h4 {
        font-size: 7em;
    }
    .callbacks_tabs {
        left: 45%;
    }
}
@media(max-width:736px){
     .agileits-banner-info h4, .agileits-banner-info1 h4, .agileits-banner-info2 h4, .agileits-banner-info3 h4, .agileits-banner-info4 h4 {
        font-size: 5em;
    }
    .navbar-toggle {
        
        margin-right: 0;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
        box-shadow: none;
    }
    .top-nav ul li a {
        border-right: none;
    }
    .top-nav ul li {
        display: block;
        float: none;
        width: 100%;
    }
    ul.nav.navbar-nav {
        background: #4dd0e1;
        z-index: 9991;
    }
    .agileits-banner-info, .agileits-banner-info1, .agileits-banner-info2, .agileits-banner-info3, .agileits-banner-info4 {
        padding: 12em 0 5em;
    }
    .agileits-banner-info h4, .agileits-banner-info1 h4, .agileits-banner-info2 h4, .agileits-banner-info3 h4, .agileits-banner-info4 h4 {
        font-size: 5em;
    }
}

@media(max-width:640px){
    .agileits-banner-info h3,.agileits-banner-info1 h3,.agileits-banner-info2 h3,.agileits-banner-info3 h3,.agileits-banner-info4 h3{
        font-size: 20em;
    }
    .agileits-banner-info h4, .agileits-banner-info1 h4, .agileits-banner-info2 h4, .agileits-banner-info3 h4, .agileits-banner-info4 h4 {
        font-size: 4em;
    }
    .agileits-banner-info h3 {
        color: #4DD0E1;
        margin: 0;
        line-height: .8em;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        -webkit-text-fill-color: transparent;
        background: -webkit-linear-gradient(transparent, transparent), url(../images/1a.jpg) repeat -233px -120px;
        background: -o-linear-gradient(transparent, transparent);
        -webkit-background-clip: text;
    }
    .agileits-banner-info4 h3 {
        color: #4DD0E1;
        margin: 0;
        line-height: .8em;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        -webkit-text-fill-color: transparent;
        background: -webkit-linear-gradient(transparent, transparent), url(../images/5a.jpg) repeat -290px -220px;
        background: -o-linear-gradient(transparent, transparent);
        -webkit-background-clip: text;
    }
    .agileits-banner-info3 h3 {
        color: #9370DB;
        margin: 0;
        line-height: .8em;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        -webkit-text-fill-color: transparent;
        background: -webkit-linear-gradient(transparent, transparent), url(../images/4a.jpg) repeat -337px -221px;
        background: -o-linear-gradient(transparent, transparent);
        -webkit-background-clip: text;
    }
    .callbacks_tabs {
        left: 41%;
        z-index: 0;
    }
}

@media(max-width:480px){
    .agileits-banner-info h3, .agileits-banner-info1 h3, .agileits-banner-info2 h3, .agileits-banner-info3 h3, .agileits-banner-info4 h3 {
        font-size: 15em;
    }
    .agileits-banner-info h4, .agileits-banner-info1 h4, .agileits-banner-info2 h4, .agileits-banner-info3 h4, .agileits-banner-info4 h4 {
        font-size: 3em;
    }
    .callbacks_tabs {
        top: 88%;
        z-index: 0;
    }
}
@media(max-width:414px){
    .w3layouts-logo img
    
    .agileits-banner-info h4, .agileits-banner-info1 h4, .agileits-banner-info2 h4, .agileits-banner-info3 h4, .agileits-banner-info4 h4 {
        letter-spacing: 4px;
        top: 57%;
    }
    .agileits-banner-info h3, .agileits-banner-info1 h3, .agileits-banner-info2 h3, .agileits-banner-info3 h3, .agileits-banner-info4 h3 {
        font-size: 13em;
    }
    .agileits-banner-info, .agileits-banner-info1, .agileits-banner-info2, .agileits-banner-info3, .agileits-banner-info4 {
        padding: 10em 0 3em;
    }
    .callbacks_tabs {
        left: 38%;
    }
    
    .agileits-banner-info2 h3 {
        color: #4DD0E1;
        margin: 0;
        line-height: .8em;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        -webkit-text-fill-color: transparent;
        background: -webkit-linear-gradient(transparent, transparent), url(../images/3c.jpg) repeat -276px -339px;
        background: -o-linear-gradient(transparent, transparent);
        -webkit-background-clip: text;
    }
    .agileits-banner-info3 h3 {
        color: #4DD0E1;
        margin: 0;
        line-height: .8em;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        -webkit-text-fill-color: transparent;
        background: -webkit-linear-gradient(transparent, transparent), url(../images/4d.jpg) repeat -438px -311px;
        background: -o-linear-gradient(transparent, transparent);
        -webkit-background-clip: text;
    }
    .agileits-banner-info4 h3 {
        color: #4DD0E1;
        margin: 0;
        line-height: .8em;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        -webkit-text-fill-color: transparent;
        background: -webkit-linear-gradient(transparent, transparent), url(../images/5a.jpg) repeat -426px -253px;
        background: -o-linear-gradient(transparent, transparent);
        -webkit-background-clip: text;
    }
}


@media(max-width:320px){
    .agileits-banner-info h3, .agileits-banner-info1 h3, .agileits-banner-info2 h3, .agileits-banner-info3 h3, .agileits-banner-info4 h3 {
        font-size: 10em;
    }
    .agileits-banner-info h4, .agileits-banner-info1 h4, .agileits-banner-info2 h4, .agileits-banner-info3 h4, .agileits-banner-info4 h4 {
        top: 64%;
        font-size: 2em;
    }
    .callbacks_tabs {
        left: 34%;
    }
}
/*-- //responsive de slider y menu --*/




/*-- nuevo --*/
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;
}
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;
}
/*--- end reset code ---*/

/*-- nav slide animation --*/
.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
/*-- /nav slide animation --*/
/*-- banner --*/ 
.navbar-inverse {
    background-color: rgba(0, 0, 0,.25)!important;
    border-color:transparent;
}
a.navbar-brand {
    font-family: 'Varela Round', sans-serif;
    color:#fff!important;
    font-size:23px;
}
.navbar-nav {
    font-size: 13px;
}
.navbar-inverse .navbar-nav>li>a {
    font-family: 'Varela Round', sans-serif;
    color:#fff;
}
.navbar-inverse {
    background-color:rgba(34,34,34,0.55);
    border-color:none;
}
.navbar-nav>li:hover {
    background-color:#000;
}

/*-- /banner --*/

/*-- Our Priorities --*/
.priority{
    text-align:center;
    position:relative;
    padding:50px 0;
    background-color:#fff;
}
.priority h3 {
    color:#656565;
    text-transform:uppercase;
    font-size: 60px;
    font-weight: 400;
    font-family: 'Stint Ultra Condensed', cursive;
    padding-bottom: 120px;
}
.priority h4 {
    color:#656565;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    padding:20px 0;
}
.priority p{
    color:#424040;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    font-weight: 350;
    line-height: 25px;
    padding: 0 25px;
}
.lines {
    width:100%;
}
span.vertical-line {
    height: 74px;
    width: 1px;
    background-color:#6F6F6F;
    display: block;
    position: absolute;
    top: 19%;
    left: 50%;
}
span.horizontal-line {
    height: 1px;
    width: 791px;
    background-color:#6F6F6F;
    display: block;
    position: absolute;
    top: 24%;
    left: 25%;
}
span.small-vertical-line1 {
    height: 50px;
    width: 1px;
    background-color:#6F6F6F;
    display: block;
    position: absolute;
    top: 24%;
    left: 25%;
}
span.small-vertical-line2 {
    height: 50px;
    width: 1px;
    background-color:#6F6F6F;
    display: block;
    position: absolute;
    right: 25%;
    top: 24%;
}
.priority img {
    margin:auto;
}
.btn {
    font-family: 'Open Sans', sans-serif;
}
.priority a {
    margin: 5% auto;
    font-family: 'Open Sans', sans-serif;
    border-radius:0px;
    font-size:15px;
    background-color:#C6C6C6;
    border-color:transparent;
}
/*-- /Our Priorities --*/
/*-- Servicios --*/
/*-- welcome --*/ 
.welcome{
    padding: 1em 0;
}
h3.title,h2.title{
    font-size: 5em;
    color: #00cae4;
    margin-bottom: 1em;
    text-align: center;
}
.welcome-right {
    padding: 2em 12em 0 3em;
}
.welcome img{
    width: 100%;
    border-radius: 5%;
    
}


.welcome h5 {
    font-size: 2em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    margin: 2em 1em 1em;
    position: relative;
    color: #001469;
}
.welcome h5:before {
    content: '';
    border: 5px solid #0aa1e4;
    padding: 1em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    text-align: center;
    left: -19px;
    top: -18px;
}
.welcome h4 {
    font-size: 3em;
    color: #00cae4;
    margin: 1em 0 .3em;
    letter-spacing: 3px;
}
.welcome p{
    font-size:1.1em;
    color:#999;
    line-height:1.8em;
}
.welcome-bottom-left {
    padding: 5em 8em;
}
.welcome-bottom-right {
    padding-right: 7em;
   
}

   


/*-- //welcome --*/
/*-- //Servicios --*/ 

/*-- Portfolio --*/
/* Popup Modals */
div#porfolio {
    width:100%;
    padding:1em 0;
    margin:2% auto;
}
.gallery-cursual{
    background-color:#fff;
    margin-top:0.5%;
}
.portfolios h3{
    color:#656565;
    text-transform:uppercase;
    font-weight: 500;
    text-align:center;
    font-size:60px;
    line-height: 40px;
    padding:30px 0;
}
.portfolios p{
    color: #424040;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    /* padding: 0 25px; */
	text-align: justify;
}


/* 0001  Inicio Partners */
.partners p {
	font-style: normal;
	font-size: 19px;
	font-family: 'Open Sans', sans-serif;
	color: #9b00ae;
	text-align:center;
	margin-bottom:10px;
}

.partners img {
  margin-bottom: 10px;
  margin-top: 50px;
}
/* 0001  Fin Partners */


/*-- caption-css --*/
.g1{
    position:relative;
}
.g1:hover div.caption{
    display:block;
    transform:;
}
.caption{
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 999;
    background:rgba(0, 0, 0, 0.6);
    padding:9em 0.5em;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transform-style:preserve-3d;
    display:none;
    cursor:pointer;
}
.caption p {
    color:#fff;
}
.caption span{
    margin:0;
    padding:0;
    font-size:20px;
    color:#fff;
}
div#small-dialog1 a.btn.btn-danger.btn-lg, div#small-dialog2 a.btn.btn-danger.btn-lg, div#small-dialog3 a.btn.btn-danger.btn-lg, div#small-dialog4 a.btn.btn-danger.btn-lg, div#small-dialog5 a.btn.btn-danger.btn-lg, div#small-dialog6 a.btn.btn-danger.btn-lg, div#small-dialog7 a.btn.btn-danger.btn-lg, div#small-dialog8 a.btn.btn-danger.btn-lg {
    border-radius:0px;
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    border-color:transparent;
    margin-bottom:2%;
}
div#small-dialog1 , div#small-dialog2 , div#small-dialog3 , div#small-dialog4 , div#small-dialog5 , div#small-dialog6 , div#small-dialog7 , div#small-dialog8 {
    padding-bottom: 30px;
}

/*implementacion imagen/*
/*-- gallery --*/
.gallery{
    text-align:center;
}

.gallery-grid1 img{
    padding:.5em;
    border:1px dotted #f26f62;
}
.da-thumbs {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}
.da-thumbs li {
  float: left;
  margin: 0.4%;
   padding: 8px;
  position: relative;
   width: 100%;
}
.da-thumbs li a,
.da-thumbs li a img {

  position: relative;
  width: 450px;
  height: 450px;
}
.da-thumbs li a {
    overflow: hidden;
}
.da-thumbs li a div {
  position: absolute;
  background: rgba(19, 17, 17, 0.86);
  width: 100%;
  height: 100%;
}
.da-thumbs li a div span {
    display: block;
    padding: 10px 0;
    margin: 11px 20px 20px 20px;
    font-weight: normal;
    text-transform: capitalize;
    color: rgba(255,255,255,0.9);
    text-align: center;
    font-size: .9em;
    letter-spacing: 1px;
    line-height: 2em;
}
.da-thumbs li a div h5 {
    color: #00b5b5;
    font-size: 1.8em;
    margin: 2.8em 0 0 0;
    text-align: center;
    text-transform: uppercase;
}

/*-- //gallery --*/
/* //implementacion*/
/*----responsive-mediaquries-----*/
@media(max-width:1366px){
    .caption {
    width: 95%;
}
}

@media(max-width:480px){
    .caption {
    width: 95%;
}
    .caption {
    padding: 0.5em;
}
    .caption span {
    font-size: 0.8em;
}
}
    img.img-responsive {
    margin: auto;
}
/*-- /Portfolio --*/

/*-- About Us --*/

.about-us h4{
    text-transform:uppercase;
    color:#656565;
    font-size: 40px;
    padding: 50px 0 28px;
    font-family: 'Varela Round', sans-serif;
}
.about-us h3 {
  
    color: #656565!important;
    text-transform: uppercase;
}
.about-us p.p1 {
    color: #8C8C8C;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0;
    font-size: 17px;
    text-align: justify;
    text-indent: 50px;
    font-weight: 300;
    line-height: 25px;
}
 .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width:100%;
    margin: auto;
}
.about-us a.btn {
    border-radius:0px;
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    background-color:#C6C6C6;
    border-color:transparent;
    margin-top: 25px;
}
.about-us a.btn:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.carousel-caption  h3 , .carousel-caption  p {
    color: #F9EDED;
}
a.left.carousel-control {
    background-color: #000;
}
a.right.carousel-control {
    background-color: #000;
}
/*-- /About Us --*/

/*-- Team --*/
.team {
    background-color:#fff;
    padding:3em 0;
    background:url(../images/team.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:100% 100%;
    -webkit-background-size:100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}
.team h3 {
    text-align:center;
    color:#fff;
    text-transform:uppercase;
    font-size:40px;
    font-family: 'Varela Round', sans-serif;
    padding: 20px 0;
}
.placeholders {
    margin: 2% auto;
    text-align: center;
}
.placeholders h5  {
    color:#fff;
    font-size: 25px;
    font-weight:500;
    font-family: 'Varela Round', sans-serif;
    padding: 25px 0 15px;
}
.placeholders p {
    color:#fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 17px;
    padding-bottom: 10px;
}
.team .placeholder {
    margin-bottom: 20px;
}

.placeholder img {
    display: inline-block;
    border-radius: 50%;
}
.social-icons {
    margin: 4% auto 0;
}
.social-icons  a span {
    display:inline-block;
    width:40px;
    height:40px;
    background:url(../images/social-icons.png) no-repeat 0px 0px;
}
.social-icons  span.facebook {
    background-position:0px 0px;
}
.social-icons span.twitter {
    background-position:-40px 0px;
}
.social-icons span.linkedin {
    background-position:-80px 0px;
}
.social-icons span.googleplus {
    background-position:-120px 0px;
}

/*-- /Team --*/
/*--/Direccion Contacto--*/

/*-- contact --*/
.agile-contact-grids{
    margin: 2em 0 0 3em;
}
.address-row {
    margin-top: 3em;
}
.address-row:hover span.glyphicon {
    border-color: #4dd0e1;
    color: #ffffff;
    background: #4dd0e1;
}
.w3-agile-address-left {
    padding: 0;
}
.address-row span.glyphicon {
    font-size: 1.2em;
    border: 1px solid #000;
    padding: 1em;
    color: #000000;
    transition: .5s all
}
.w3-agile-address-right h5 {
    font-size: 1.5em;
    color: #000;
    margin: 0 0 .4em 0;
    font-weight: 800;
    font-family: 'Roboto Condensed', sans-serif;
}
.w3-agile-address-right p {
    font-size: 1.5em;
    color: #999999;
    margin: 0;
}
.w3-agile-address-right p a {
    color: #4dd0e1;
}
.w3-agile-address-right p a:hover{
    color: #999;
}
.address h4 {
    font-size: 1.2em;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Roboto Condensed', sans-serif;
}

/*-- //contact --*/

/*-- responsive --*/

@media(max-width:991px){
    .w3-agile-address-left {
        float: left;
        width: 10%;
    }
    .w3-agile-address-right {
        float: left;
        width: 80%;
    }
}



@media(max-width:568px){
    .w3-agile-address-left {
        width: 14%;
    }
}


@media(max-width:414px){
    .w3-agile-address-left {
        width: 20%;
    }
}


@media(max-width:320px){
    .w3-agile-address-left {
        width: 22%;
    }
    .w3-agile-address-right {
        width: 75%;
    }
    
}
/*-- //responsive --*/
/*-- //Direccion Contacto --*/


/*-- Contact --*/
.contact-us {
    background-color:rgb(247, 247, 247);
    padding: 20px 0 60px;
}
.contact-us h3 {
    color:#656565;
    text-transform:uppercase;
    font-size:50px;
    margin:2% auto;
    padding: 15px 0;
}
.contact-us button {
    border-radius:17px;
    width:100px;
    font-size:15px;
    background-color: #66afe9;
    border-color:transparent;
}
iframe#googleMap {
    height:270px;
    width:100%;
    margin-bottom:2%;
}
input#name , input#email , input#telefono,input#empresa, textarea#comments {
    font-family: 'Open Sans', sans-serif;
    border-radius:15px;
}
/*-- /Contact --*/

/*-- footer starts --*/
footer {
    background-color:#fff;
    background:url(../images/footer.png) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:100% 100%;
    -webkit-background-size:100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
} 
hr{
    border-top:1px solid #BDB8B8;
}
.copyright {
    padding: 10px 0 20px;
}
.copyright p a{
    text-decoration:none;
    color:#FFFFFF;
}
.copyright p a:hover {
    color:#F99A9A;
} 
.copyright p{
    color:#FFFFFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:400;
    font-size:15px;
}
@media (max-height:800px){
    footer { position: static; }
}
.footer-distributed{
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    
}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
    width: 33%;
}
/* Footer left */
/* Footer links */
.footer-distributed .footer-left .footer-left-header p{
    display: block;
    color:#FFFFFF;
    font-size: 25px;
    padding-bottom:20px;
    font-weight: 500;
    font-family: 'Varela Round', sans-serif;
}
.footer-distributed .footer-left .footer-links  i{
    background-color:#565353;
    color: #fff;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin: 5px 10px;
    vertical-align: middle;
}
.footer-distributed .footer-left .footer-links  i:hover {
    background-color:#025484;
}
.footer-distributed .footer-left .footer-links p{
    display: inline-block;
    color:#FFFFFF;
    vertical-align: middle;
    margin:0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.footer-distributed .footer-left .footer-links p a{
    color:#FFFFFF;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
/* Footer Center */
.footer-distributed .footer-center .footer-center-header p{
    display: block;
    color:#FFFFFF;
    font-size: 25px;
    padding-bottom:20px;
    margin-left: 16px;
    font-weight: 500;
    font-family: 'Varela Round', sans-serif;
}
.footer-distributed .footer-center i{
    background-color:#565353;
    color: #fff;
    font-size: 17px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    margin: 10px 15px;
    vertical-align: middle;
}
i.glyphicon.glyphicon-earphone {
    font-size: 16px;
}
i.glyphicon.glyphicon-envelope {
    font-size: 15px;
}
.footer-distributed .footer-center p{
    display: inline-block;
    color:#FFFFFF;
    vertical-align: middle;
    margin:0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
    font-family: 'Open Sans', sans-serif;
}
.footer-distributed .footer-center p a{
    color:#FFFFFF;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
/* Footer Right */
.footer-distributed .footer-company-about{
    line-height: 20px;
    color:#FFFFFF;
    font-size: 14px;
    font-weight: 300; 
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
.footer-distributed .footer-company-about span{
    display: block;
    color:#FFFFFF;
    font-size: 27px;
    font-weight: 500;
    padding-bottom:30px;
    font-family: 'Varela Round', sans-serif;
}

/* If you don't want the footer to be responsive, remove these media queries */
span.glyphicon.glyphicon-chevron-up {
    margin: 0 0 0 50%;
    color:#ff8000;
}
@media (max-width: 880px) {
    .footer-distributed{
    font: bold 14px sans-serif;
}

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}
    .footer-distributed .footer-center i{
    margin-left: 0;
}
}
/*-- footer ends --*/
/*---- responsive-design -----*/
@media(max-width:1920px){
    span.small-vertical-line1 ,span.horizontal-line {
    left: 30%;  
}
    span.horizontal-line {
    width: 768px;
}
    span.small-vertical-line2 {
    right:30%;
}
    .banner-content{
    top:81%;
}
    .caption {
    padding:13em 0em;
}
    img.lazyOwl.img-responsive {
    width: 400px;
}
}

@media (max-width: 1680px){
    span.small-vertical-line1, span.horizontal-line {
    left: 27%;
}
    span.horizontal-line {
    width: 765px;
}
    span.small-vertical-line2 {
    right: 27%;
}
    .banner-content {
    top: 82%;
}
    .caption {
    padding: 11em 0em;
}
}

@media (max-width: 1600px){
    span.small-vertical-line1, span.horizontal-line {
    left: 25%;
}
    span.horizontal-line {
    width: 791px;
}
    span.small-vertical-line2 {
    right: 25%;
}
    .banner-content {
    top: 82.5%;
}
    .caption {
    padding: 10em 0em;
} 
}

@media (max-width: 1440px){
    span.small-vertical-line1, span.horizontal-line {
    left: 23%;
}
    span.small-vertical-line2 {
    right: 23%;
}
    span.horizontal-line {
    width: 769px;
}
    .banner-content {
    top: 499px;
}
    .caption {
    padding: 9em 0;
}
}

@media (max-width: 1366px){
    span.small-vertical-line1, span.horizontal-line {
    left: 21%;
}
    span.small-vertical-line2 {
    right: 21%;
}
    span.horizontal-line {
    width: 783px;
}
    .caption {
    padding:8em 0;
    width:100%;
}
    .banner-content {
    top: 84%;
}
}

@media (max-width: 1280px){
    span.small-vertical-line1, span.horizontal-line {
    left: 19%;
}
    span.small-vertical-line2 {
    right:19%;
}
    .banner-content {
    top: 84%;
}
    .about-us h2 {
    margin:3% auto;
}
    .caption {
    padding: 8em 0;
}
}

@media (max-width: 1080px){
    .caption {
    padding: 8em 0;
}
    .banner-content {
    top: 85%;
}
    span.horizontal-line {
    width:659px;
    top:23%;
}
    span.vertical-line {
    height: 62px;
}
    span.small-vertical-line1 {
    height: 39px;
    top:23%;
}
    span.small-vertical-line2 {
    height: 39px;
    top:23%;
}
    .about-us p.p1 {
    padding: 5px 0;
    font-size: 16px;
}
    .about-us h4 {
    padding: 25px 0 0px;    
}
    .about-us a.btn {
    font-size: 16px;
    margin-top: 10px;
}
}

@media (max-width: 1050px){
    span.small-vertical-line1, span.horizontal-line {
    left: 18%;
}
    span.small-vertical-line2 {
    right:18%;
}
    span.horizontal-line {
    width: 661px;
}

@media (max-width: 1024px){
    .banner-content {
    top: 512px;
}
    span.horizontal-line {
    width: 644px;
}
    span.vertical-line {
    height: 64px;
}
    .about-us p {
    line-height: 18px;
    font-size:13px;
    padding:0px;
}
}

@media (max-width: 991px){
    .about-us h4 {
    padding: 10px 0 0px;
}
    hr {
    margin-top:10px;
    margin-bottom:5px;
}
    .footer-distributed .footer-right {
    width:30%;
}
    .navbar-right {
    margin-right: -120px;
}
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -100px;
}
    .priority p {
    font-size: 15px;
    line-height:22px;
}
    span.small-vertical-line1, span.horizontal-line {
    left: 25%;
}
    span.horizontal-line {
    width: 494px;
}
    span.small-vertical-line1 {
    height: 45px;
}
    span.vertical-line {
    height: 65px;
}
    span.small-vertical-line2 {
    height: 45px;
    right:25%;
}
    .caption {
    padding: 100px 0;
}
    .about-us p.p1 {
    line-height: 20px;
    font-size: 15px;
}
    .about-us a.btn {
    margin-top: 0px;
    margin-bottom: 10px;
}
}

@media (max-width: 900px){
    span.horizontal-line {
		width: 564px;
	}
    span.small-vertical-line1, span.horizontal-line {
		left: 18%;
	}
    span.small-vertical-line2 {
		right:18%;
	}
    a.btn.btn-danger.btn-lg {
		margin-top: 11px;
	}
    .banner-content {
		top: 514px;
	}
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: -78px;
	}
    a.navbar-brand {
		font-size:20px;
	}
    .navbar-right {
		margin-right: -80px;
	}
	
    .about-us h4 {
		padding: 15px 0 0px;
	}
    .about-us p.p1 {
		line-height: 18px;
		font-size: 15px;
	}
    .about-us a.btn {
		margin-top: 2px;
	}
    hr {
		margin-top: 10px;
	}
    .caption {
		padding: 7em 0em;
	}
   .placeholders p { 
		font-size:14px;
	}
}

@media (max-width: 800px){
    span.horizontal-line {
    width: 501px;
}
    span.small-vertical-line1, span.horizontal-line {
    left: 18%;
}
    span.small-vertical-line2 {
    right:18%;
}
    .about-us h4 {
    font-size: 30px;
    padding-top:10px;
}
    .social-icons a span {
    margin-right:-7px;      
}
    .priority p {
    font-size: 15px;
}
    hr {
    margin-bottom:0px;
}
    .caption {
    padding: 6em 0em;
}
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -20px;
}
    .navbar-nav>li>a {
    font-size: 15px;
}
    a.navbar-brand {
    font-size: 17px;
}
    ul.nav.navbar-nav.navbar-right {
    margin: 0px -21px 0 0px;
}
    .banner-content {
    top: 86%;
}
    .about-us p.p1 {
    font-size: 14px;
}
    .about-us a.btn.btn-danger.btn-lg {
    margin-top: -3px;
}
    .footer-links {
    text-align: justify;
    margin-left: 285px;
    font-size: 20px;
}
    .footer-info {
    text-align: justify;
    font-size: 18px;
    margin-left: 290px;
}
    .footer-distributed .footer-right {
    width: 100%;
}
    p.footer-company-about {
    font-size:16px!important;
    padding:0 50px;
}
    .copyright {
    padding: 20px 0;
}
}

@media (max-width: 768px){
    span.small-vertical-line1, span.horizontal-line {
    left: 17%;
}
    span.small-vertical-line2 {
    right:17%;  
}
    span.horizontal-line {
    width: 495px;
}
    .contact-us {
    margin-left:-19px;  
}
    ul.nav.navbar-nav.navbar-right {
    margin: 0px -9px 0 0px;
}
    .navbar-nav>li>a {
    padding:15px 10px;
}
    .social-icons a span {
    width: 35px;
    margin-left: -4px;
    height: 35px;
}
    .banner-content {
    top: 56vh;
}
    .banner-content p {
    font-size: 20px;
    margin: 17px 0 0px 23px;
}
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    top: 162px;
}
    .caption {
    padding: 8em 0em;
}
    .about-us a.btn {
    margin-top: -4px;
}
    .social-icons a span {
    margin-left: 0;
    margin-right: -5px;
}
    .placeholders p {
    width: 100%;
    margin-left: 2px;
}
    .footer-links,.footer-info {
    margin-left: 39%;
}
    .footer-distributed .footer-company-about {
    padding: 0 70px;
}
}

@media (max-width: 736px){
    .banner {
    min-height:350px;   
}
    button.navbar-toggle {
    margin-right: 60px;
}
    .contact-us {
    margin-left:0px;    
}
    ul.nav.navbar-nav.navbar-right {
    margin: 0px 0px 0 0px;
}
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}
    .navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-nav>.active>a {
    background-color: rgba(103, 103, 103, 0.88);
    text-align:center;
}
    a.navbar-brand {
    font-size: 20px;
}
    .banner-content {
    top: 271px;
}
    .banner-content p{
    font-size:1.3em;
}
    .priority .row {
    margin: -13% auto 0;
}
    .priority h3{
    margin-left: -322px;
}
    .priority p{
    padding:0 120px 40px;
} 
    span.vertical-line {
    top: 9%;
    left: 12%;
    height: 731px;
}
    span.horizontal-line {
    width: 205px;
    top: 17%;
    left:12%;
}
    span.small-vertical-line1{
    height: 1px;
    width: 205px;
    top: 45%;
    left: 12%;
}   
    span.small-vertical-line2{
    height: 1px;
    width: 205px;
    left: 12%;
    top: 74%;
}
    .social-icons {
    margin-bottom:30px;
}
    .about-us a.btn.btn-danger.btn-lg {
    margin-top: 15px;
    margin-bottom: 30px;
}
    hr {
    margin-bottom: 10px;
    margin-top:20px;
}
    .about-us h4 {
    padding-top: 20px;
    font-size:40px;
}
    .about-us p.p1 {
    font-size: 16px;
}
}

@media (max-width: 667px){
    .banner {
    min-height: 311px;
}
    .priority h3 {
    margin-left: -256px;
}
    .banner-content {
    top: 234px;
}
    .banner-content p{
    margin-left:0;
}
    .banner-content button{
    padding: 10px 12px;
    font-size: 15px;
    margin:1% 0 0 0;
}
    span.vertical-line{
    height:767px;
    left:11%;
}
    span.horizontal-line {
    top: 17%;
    left: 11%;
}
    span.small-vertical-line1 {
    top: 45%;
    left: 11%;
}
    span.small-vertical-line2 {
    left: 11%;
    top: 73%;
}
    .caption {
    padding: 7em 0.5em;
}
}

@media (max-width: 640px){
    .caption {
    padding: 6em 0.5em;
}   
    .about-us p.p1 {
    line-height:25px;
}
    span.vertical-line {
    height: 770px;
    top:9%;
}
    span.horizontal-line {
    top: 17%;
    width: 173px;
}
    span.small-vertical-line1 {
    top: 45%;
    width:173px;
}
    span.small-vertical-line2 {
    width:173px;
    top: 73%;
}
}

@media (max-width: 600px){
    .banner-content {
    top: 289px;
}
    .banner {
    min-height: 365px;
}
    .banner-content p {
    font-size:1.2em;
    margin-left:0;
}
    .priority h3 {
    margin-left: -222px;
}
    span.vertical-line{
    height:798px;
    top:8%;
}
    span.horizontal-line {
    width: 157px;
    top:18%;
}
    span.small-vertical-line1{
    width: 157px;
    top: 45%;
}
    span.small-vertical-line2 {
    width: 157px;
    top: 74%;
}
}

@media (max-width: 568px){
    .priority h3 {
    margin-left: -190px;
}
    .banner {
    min-height: 257px;
}
    .banner-content {
    top: 188px;
}
    .banner-content a.btn.btn-danger.btn-lg {
    margin-top: 5px;
}
    .caption {
    padding: 5em 0.5em;
}
    .banner-content p {
    font-size: 1.2em;
}
    span.vertical-line{
    height:843px;
}
    span.horizontal-line {
    width: 145px;
    top:17%;        
}
    span.small-vertical-line1{
    width:145px;
    top: 45%;
}
    span.small-vertical-line2{
    width:145px;
    top:74%;
}
}

@media (max-width: 480px){
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    top: 221px;
}
    .priority h3 {
    margin-left: -114px;
}
    .innercontent p {
    padding:1em 2em;    
}
    .innercontent h1 {
    font-size:26px; 
}
    .caption {
    padding: 7em 0.5em;
}
    .footer-links {
    margin-left:24%;
}
    .footer-distributed .footer-left .footer-links p {
    margin:0 0 0 5%;
}
    .footer-info {
    margin-left: 26%;
}
    .placeholders p {
    font-size:15px;
}
    .banner {
    min-height:350px;   
}
    .banner-content {
    width: 100%;
    left: 0;
    top:81%;
}
    div#portfolio {
    padding: 2em 0;
}
    .gallery-cursual {
    padding: 2em 0;
}
    .team h3 {
    margin-bottom:4%;
} 
    .contact-us h3 {
    margin-bottom:4%;
}
    .priority p {
    padding: 0 50px;
}
    span.vertical-line {
    height: 728px;
    top:9%;
}
    span.horizontal-line {
    top: 20%;
}
    span.small-vertical-line1 {
    top: 47%;
}
    span.small-vertical-line2 {
    top: 75%;
}
}

@media (max-width: 414px){
    .priority h3 {
    margin-left: -40px;
}
    .innercontent h1 {
    font-size: 20px;
}
    .caption {
    padding: 6em 0.5em;
}
    .footer-info {
    margin-left: 16%;
}
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    top: 183px;
}
    .banner-content{
    top:82%;
}
    .banner-content p {
    margin-left:0;
    font-size: 1em;
}
    .banner-content button {
    margin: 1% 0% 0 0;
}
    span.vertical-line {
    height: 829px;
}
    .priority {
    padding-bottom:0px;
}
    .priority .row {
    margin: -60px auto 0;
}
    .priority p {
    padding: 0 45px 35px;
}
    span.horizontal-line {
    top: 18%;
}
    span.small-vertical-line1 {
    top: 47%;
}
    span.small-vertical-line2 {
    top: 77%;
}
    .about-us p {
    font-size: 15px;
    line-height: 24px;
}
    .copyright p {
    font-size: 15px;
    width:100%;
    margin:0;
}
    span.glyphicon.glyphicon-chevron-up {
    margin: 0 0 0 50%;
}
    .footer-distributed .footer-left .footer-links p {
    margin: 0 0 0 0;
}
    p.footer-company-about {
    display: inline;
}
    .footer-distributed .footer-right {
    width: 90%;
    margin-left: 17px;
}
    .footer-distributed  .footer-company-about {
    padding: 0; 
}
}

@media (max-width: 384px){
    .innercontent h1 {
    padding-top: 65px;
}
    .banner {
    min-height: 300px;
}
    .banner-content p {
    font-size: 0.9em;
}
    .banner-content {
    top: 79%;
}
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    top: 171px;
    }
    .priority h3 {
    margin-left: -10px;
}   
    span.vertical-line {
    height:861px;
}
    span.horizontal-line {
    top: 17%;
    width: 74px;
}
    span.small-vertical-line1{
    width:74px;
    top:47%;
}
    span.small-vertical-line2{
    width:74px;
    top:76%;
}
    .placeholder {
    width: 100%;
}
}

@media (max-width: 375px){
    .caption {
    padding: 5em 0.5em;
}
    span.vertical-line {
    height: 875px;
    top:8%;
}
    span.horizontal-line {
    top:17%;
}
    span.small-vertical-line1 {
    top:46%;
}
    span.small-vertical-line2 {
    top: 76%;
}
    .about-us h3 {
    margin:11% auto 9%;
}
    .gallery-cursual {
    padding: 1em 0;
}
    .banner-content p {
    font-size: 20px;
    float:none;
    padding-bottom: 5px;
}
    .banner-content a.btn.btn-danger.btn-lg {
    float: none;
    margin-bottom:10px;
}
    .banner-content {
    top: 61%;
}
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    top: 168px;
}
}

@media (max-width: 320px){
    button.navbar-toggle {
    margin-right: 22px;
}
    .innercontent h1 {
    font-size: 18px;
}
    .caption {
    padding: 4em 0em;
}
    .banner {
    min-height:260px;   
}
    .banner-content {
    top: 30vh;
}
    .banner-content p {
    font-size:18px;
}
    .banner-content a.btn.btn-danger.btn-lg { 
    font-size:15px;
}
    .copyright p {
    font-size: 14px;
}
    .about-us p {
    font-size: 15px;
}
    .about-us h3 {
    margin:10% auto;
    font-size:30px;
}
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    top: 136px;
}
    .priority h3 {
    font-size: 32px;
}
    .priority p {
    padding: 0 20px 35px;
}
    span.vertical-line {
    height: 868px;
}
    span.horizontal-line {
    width: 53px;
    top: 17%;
}
    span.small-vertical-line1 {
    top:46%;
    width:53px;
}
    span.small-vertical-line2 {
    top: 76%;
    width: 53px;
}
    div#portfolio {
    padding: 1em 0;
}
    .portfolios h3 {
    font-size: 33px;
}
    .contact-us h3 {
    font-size:30px;
}
    .team h3 { 
    font-size:30px;
}
    .gallery-cursual {
    padding: 1em 0;
}
    .footer-distributed .footer-left .footer-left-header p {
    font-size: 21px;
}
    .footer-distributed .footer-center .footer-center-header p {
    font-size: 21px;
    margin-left:-10px;
}
    .footer-distributed .footer-company-about span {
    font-size:21px;
}
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
    padding:0;
}
    .footer-distributed .footer-company-about {
    padding: 0 10px;
}
    span.glyphicon.glyphicon-chevron-up {
    margin: 0 0 0 48%;
}
    hr {
    margin-top: 0px;
}
    .about-us h4 {
    padding-top:0px;
    padding-bottom:25px;
    font-size: 28px;
}
    .innercontent p {
    padding:1em 1em;
}
    .social-icons a span { 
    margin-right:0px;
}
    .footer-distributed .footer-center i {
    margin: 10px 5px;
}
}
/*-- responsive ends here--*/


/*---- responsive-design -----*/
@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){

.welcome {
    padding: 3em 0;
}

@media(max-width:1080px){ 

.welcome h5 {
    font-size: 1.8em;
}
.welcome h5:before {
    left: -18px;
}
.welcome-right {
    padding: 2em 0 0 2em;
}
.welcome-bottom-left {
    padding: 5em 6em;
}
.welcome-bottom-right {
    margin-top: -2em;
}

.img-caption::before {
    left: 8px;
    border: 110px solid rgba(0, 0, 0, 0.78);
    border-bottom: 48px solid transparent;
}
.img-text {
    padding: 2em 1em 0;
}
.welcome.work-w3-agileits h4{
    margin: 0 0 0.3em;
    font-size: 2.4em;
}

@media(max-width:1024px){

.welcome {
    padding: 3em 0;
}

.welcome-right {
    padding: 0 9em 0 2em;
}
.welcome h4 {
    font-size: 2.8em;
    margin: 1em 0 .1em;
    letter-spacing: 2px;
}
.welcome p {
    font-size: 1em;
}

@media(max-width:991px){

.welcome-left {
    float: left;
    width: 35%;
}
.welcome-right {
    padding: 0 0 0 1em;
    float: right;
    width: 65%;
}
.welcome h5 {
    font-size: 1.5em;
}
.welcome h5:before {
    left: -14px;
    top: -12px;
    border-width: 3px;
}
.welcome h4 {
    font-size: 2.6em;
    letter-spacing: 1px;
}
.welcome-bottom-left {
    padding: 3em 9em;
}
.welcome-grid-left {
    float: left;
    width: 37%;
}
.welcome-grid-right{
    float: right;
    width: 58%;
}
.welcome-bottom-right {
    margin-top: 0;
    padding-right: 3em;
}


@media(max-width:768px){

.welcome {
    padding: 1em 0;
}

.welcome.work-w3-agileits h4 {
    font-size: 2em;
}


@media(max-width:640px){
.welcome-right {
    width: 63%;
}
.welcome-left {
    width: 35%;
    padding-left: 0;
}
.welcome h4 {
    font-size: 2.4em;
    margin: 0.9em 0 0;
}
.welcome-bottom-left {
    padding: 2em 6em;
}
.welcome-bottom-right {
    padding-right: 0em;
} 

@media(max-width:600px){ 
.welcome p {
    font-size: 0.9em;
}


@media(max-width:480px){

.welcome {
    padding: 2.5em 0;
}
.welcome-right {
    width: 65%;
}
.welcome h5 {
    font-size: 1.2em;
}
.welcome h5 {
    margin: 1.5em 1em 1em;
}
.welcome h5:before {
    left: -11px;
}
.welcome-bottom-left {
    padding: 1em 0;
}
.welcome h4 {
    font-size: 2em;
    margin: 0.8em 0 0;
}
.welcome.wthree-services {
    padding-bottom: 0;
}

@media(max-width:414px){

.welcome-right {
    padding: 0;
}
.welcome-left, .welcome-grid-left,.welcome-right, .welcome-grid-right ,.welcome-bottom-right {
    width: 100%;
    float: none;
    padding: 0;
} 
.welcome h5 {
    margin: 2em 1em 1em;
}
}

@media(max-width:375px){
.welcome {
    padding: 2em 0;
}
}

@media(max-width:320px){

.welcome {
    padding: 1.5em 0;
}
.welcome-left, .welcome-grid-left {
    padding: 0;
}
.welcome p {
    font-size: 0.9em;
}
}
/*--//responsive-design---*/





.banner-section{
	border: 2px red;
}
