body{
	padding:0;
	margin:0;
	background:#FFF;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	padding:0;
}	
p{
	margin:0;
	padding:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
button{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
img {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

/*-- Inicia Reset Code --*/
body {
	font-family: 'Comfortaa', cursive;
}
body p {
	color:#999;
}
/*-- Termina Reset Code --*/

.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/*-- Inicia Sección Navigation --*/
.navbar-wrapper {
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	z-index:inherit;
}
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 768px) {
	.navbar-wrapper .container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar-wrapper .navbar {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-wrapper .navbar {
		border-radius: 4px;
	}
}
 
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
} 
.navbar-brand h1 { 
	font-size:40px;
	font-weight:bold;
	color:#fff;
	font-family: 'Abel', sans-serif;
	text-transform:uppercase;
}
.navbar-inverse {
    background-color:rgba(34,77,149,0.7);
    border-color:transparent;
}
ul.nav.navbar-nav.cl-effect-10>li>a {
	padding: 0px;
    margin: 6px 10px 0 0;
	font-size:17px;
	font-weight:normal;
	color:#fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color:transparent;
}
ul.nav.navbar-nav.cl-effect-10 {
    margin: 0 0 0 100px;
}
/*-- Inicia Effect 10: Reveal, Push Out --*/
.cl-effect-10  {
	position: relative;
	z-index: 1;
}
.cl-effect-10 a {
	overflow: hidden;
}
.cl-effect-10 a span {
	display: block;
	width:110px;
	height:40px;
	line-height:40px;
	text-align:center;
	background: rgb(129, 202, 71);
	color:#fff;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cl-effect-10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	line-height: 40px;
    text-align: center;
	width: 100%;
	height: 100%;
	background: #fff;
	color:rgb(129, 202, 71);
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-25%);
}
.cl-effect-10 a:hover span,
.cl-effect-10 a:focus span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}
.cl-effect-10 a:hover::before,
.cl-effect-10 a:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}
/*-- Termina Effect 10: Reveal, Push Out --*/
/*-- Termina Sección Navigation --*/

/*-- Inicia Sección Banner (Index)--*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.fl {
	float: left;
}
.row {
	width: 100%;
}
.grid12 {
	float: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.small12 {
	width: 100%;
}
.small3 {
	width: 25%;
}
.pogoSlider-slide-element {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    text-align: center;
    margin-top: 410px!important;
}
.pogoSlider-slide-element h3 {
    color: #224d95!important;
    font-weight:bold;
    font-size: 40px;
    letter-spacing: 3px;
    padding-bottom: 20px;
    text-transform: uppercase;
	font-family: 'Abel', sans-serif;
}
.pogoSlider-slide-element p {
    color: #81ca47!important;
    font-weight:normal;
    font-size:17px;
	padding:0 295px;
    line-height:35px;
}
.pogoSlider-slide-element a {
    color: #219ab3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pogoSlider-slide-element a:hover,
.pogoSlider-slide-element a:focus {
    text-decoration: none;
    color: #11505d;
}
.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}
.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
	color:rgb(129, 202, 71);
}
.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*-- Termina Sección Banner (Index) --*/

/*-- Inicia Sección Bienvenida (Index) --*/
#welcome {
	padding:5em 0
}
.welcome-w3l {
    padding: 5em 0em;
	background: #fff;
}
.welcome-top-w3l {
    text-align: center;
    padding: 0em 0em 3em 0em;
}
.welcome-top-w3l h3 {
    color: #224d95;
    text-align:center;
	font-size:35px;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	font-weight:600;
	padding-bottom:20px;
}
.welcome-top-w3l p {
    font-size: 1.2em;
    color:#222;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 auto;
    width: 70%;
    line-height: 1.4em;
	padding-top:20px;
}
/*-- Termina Sección Bienvenida (Index) --*/

/*-- Inicia Sección Servicios (Index) --*/
.agileits-tabs{
	padding: 5em 0 8em 0;
}
.agileits-tabs h3 {
    color: #224d95;
    text-align:center;
	font-size:35px;
	padding-bottom:10px;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	font-weight:600;
}
.agileits-tabs img{
    width: 100%;
}
.tabs-row {
    margin-top: 5em;
}
.agileits-tabs {
    background: #efefef;
}
.agileits-tabs .nav-tabs {
	float: left;
	border-bottom: 0;
}
.agileits-tabs .nav-tabs li {
    float: none; 
	text-align: center;
}
.agileits-tabs .nav-tabs li:nth-child(2) {
    margin: 1.5em 0; 
}
.agileits-tabs .nav-tabs li a {
    margin-right: 0;
    border: 0;
    background-color: #224d95;
    color: #fff;
    font-size: 1.2em;
    border-radius: 0;
    width: 100%;
    padding: 1.8em 1.5em;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	font-weight:600;
}
.agileits-tabs .nav-tabs li a:hover {
    background-color: #81ca47;
}
.agileits-tabs .nav-tabs .active .glyphicon {
	color: #333;
} 
.agileits-tabs .nav-tabs > li.active > a, .agileits-tabs .nav-tabs > li.active > a:hover, .agileits-tabs .nav-tabs > li.active > a:focus {
    border: 0;
    background-color: #81ca47;
    color: #fff;
} 
.agileits-tabs .tab-content .tab-pane {
	display: none;
}
.agileits-tabs .tab-content .active {
	display: block;
} 
.tab-grid-left {
    padding: 0;
}
.tab-grid-right {
    padding: 0 1em 0 2em;
}
.agileits-tabs .w3lsmore {
    margin-top: 1.5em;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	font-weight:600;
}
.tabs-right {
    padding-left: 8em;
}
.care-w3text h4 {
    font-size: 1.8em;
    color: #224d95;
    text-transform: uppercase;
	font-family: 'Abel', sans-serif;
	font-weight:600;
}
.care-w3text p {  
    margin-top: 1.1em;
	font-family: 'Abel', sans-serif;
	font-size: 1.2em;
}
.w3lsmore {
    margin-top: 4em; 
    padding-bottom: 1px;
}
.w3lsmore a {
    font-size: 1.2em;
    color: #fff;
    padding: 0.7em 2.5em;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Abel', sans-serif;
    text-decoration: none;
    display: inline-block;
}

/*-- Inicia Button Pipaluk --*/
.button-pipaluk::before,
.button-pipaluk::after {
	content: '';
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.5s, background-color 0.5s;
	transition: transform 0.5s, background-color 0.5s;
	-moz-transition: transform 0.5s, background-color 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}
.button-pipaluk::before {
	border: 2px solid #224d95;
}
.button-pipaluk.button--inverted::after {
	background: #224d95;
}
.button-pipaluk:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
}
.button-pipaluk::before,
.button-pipaluk:hover::after {
	-webkit-transform: scale3d(0.7, 0.6, 1);
	transform: scale3d(0.7, 0.6, 1);
	-moz-transform: scale3d(0.7, 0.6, 1);
	-o-transform: scale3d(0.7, 0.6, 1);
	-ms-transform: scale3d(0.7, 0.6, 1);
}
/*-- Termina Button Pipalik --*/
/*-- Termina Sección Servicios (Index) --*/

/*-- Inicia Sección Asesorías (Index) --*/ 
.wthree-slid-left {
    padding: 0;
	background: url(../images/asesorias.jpg)no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
	min-height:494px;
} 
.wthree-slid-right {
    padding: 6.03em 7em;
	background: #224d95;
	min-height:494px;
}
.wthree-slid-right h3 {
    font-size:35px;
	padding-bottom:30px;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	font-weight:600;
	color: #fff;
    letter-spacing: 3px;
    line-height: 1.3em;
}
.wthree-slid-right p {
    font-size: 1.2em;
    color: #fff;
	font-family: 'Abel', sans-serif;
    margin-bottom: 0.15em;
    line-height: 1.8em;
}
a.w3l-cont {
    font-size: 1.4em;
	font-family: 'Abel', sans-serif;
    letter-spacing: 2px;
    color: #fff;
    background: #000;
    padding: .6em 1em;
    display: inline-block;
    margin: 2.8em 0 0;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a.w3l-cont:hover {
    background:#81ca47;
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- Termina Sección Asesorías (Index) --*/

/*-- Inicia Sección Seguro (Index) --*/
.advantages-main h3 {
    text-align:center;
	color: #224d95;
	font-size:35px;
	padding-bottom:30px;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	font-weight:600;
}
.advantages {
    padding: 4em 0em 0em;
    background:#81ca47;
}
.advant-left p {
    font-size: 1.2em;
    color: #fff;
	font-family: 'Abel', sans-serif;
    margin-bottom: 0.15em;
    line-height: 1.8em;
}
.advant-left ul {
    padding: 1.5em 0em 0em 0em;
    list-style: none;
	font-family: 'Abel', sans-serif;
}
.advant-left ul li {
    margin: 0em 0em 0.8em 0em;
	font-size: 1.2em;
	font-family: 'Abel', sans-serif;
	color: #fff;
}
span.glyphicon.glyphicon-play-circle {
    font-size: 1.1em;
    color: #fff;
    padding: 0em 0.3em 0em 0em;
}
/*-- Termina Sección Seguro (Index) --*/

/*-- Inicia Sección Convenio --*/
.w3_agile_middle {
    background: url(../images/middle.jpg)no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 630px;
    padding: 3em 3em;
	text-align: center;
}
.w3_agile_middle h4{
	font-family: 'Abel', sans-serif;
	font-size: 3em;
    font-weight: 600;
    color: #224d95;
    margin-bottom: 1em;
}
.w3_agile_middle h4 p{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #81ca47;
}
.middle_agile_info {
    margin-top: 7em;
}
.w3l_more a{
	padding: 10px 50px;
    background: #224d95;
    color: #fff;
	font-family: 'Abel', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}
.link {
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.link:hover{
	background:#81ca47;
}
/*-- Inicia Yaku --*/
.link--yaku {
	overflow: hidden;
}
.link--yaku::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	-webkit-transform: translate3d(-101%,0,0);
	transform: translate3d(-101%,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.link--yaku:hover::before {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.link--yaku span {
	display: inline-block;
	position: relative;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-webkit-transition: -webkit-transform 0.5s, color 0.5s;
	transition: transform 0.5s, color 0.5s;
}
.link--yaku:hover span {
	color:#fff;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	transform: perspective(1000px) rotate3d(0,1,0,360deg);
}
.link--yaku span:nth-child(4),
.link--yaku:hover span:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.link--yaku span:nth-child(3),
.link--yaku:hover span:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.link--yaku span:nth-child(2),
.link--yaku:hover span:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.link--yaku span:first-child,
.link--yaku:hover span:nth-child(4) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
/*-- Termina Yaku --*/
/*-- Termina Sección Convenio --*/

/*-- Inicia Sección Socios (Index) --*/
.w3layouts-partners ul li{
	display:inline-block;
  	width:19.6%;
  	margin: 0 auto;
}
.w3layouts-partners {
    padding: 5em 0;
	text-align: center;
    background-color: #ffffff;
}
.w3layouts-partners h3{
	text-align:center;
	color: #224d95;
	font-size:35px;
	padding-bottom:30px;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	font-weight:600;
}
.w3layouts-partners p {
    font-size: 1.2em;
    color: #222;
	font-family: 'Abel', sans-serif;
    margin-bottom: 0.15em;
    line-height: 1.8em;
}
.w3layouts-partners ul{
	width:75%;
	margin: 6% auto 0;
}
.w3layouts-partners ul li a img{
	margin: 0 auto;
}
/*-- Termina Sección Socios (Index) --*/

/*-- Inicia Sección Contacto (All Pages) --*/
.contact{
	padding:75px 0px;
	border-bottom:1px solid #222322;
	background: #efefef;
}
.contact h3{
	color:#224d95;
	font-size: 35px;
	padding-bottom: 30px;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
}
.contact h4{
	font-size: 25px;
    color: #000;
    margin-bottom: 25px;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: left;
    font-weight: 600;
}
.contact h6{
	font-size:14px;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#000;
	margin-bottom:10px;
	text-align:left;
}
.contact a{
	color:#000;
}
.contact a:hover{
	color:#81ca47;
}
.contact ul li{
	display:inline-block;
}
ul.bottom-links li {
    margin-left: 5px;
    display: inline-block;
}
ul.bottom-links li a i.fa {
    color: #fff;
    background-color: #224d95;
    width: 35px;
    height: 35px;
    font-size: 15px;
    border-radius: 10%;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -o-border-radius: 10%;
    -ms-border-radius: 10%;
    line-height: 36px;
    text-align: center;
    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;
}
ul.bottom-links li a i.fa:hover {
    color: #fff;
    background-color: #81ca47;
}
input[type="text"]{
	padding:5px;
}
input[type="submit"]{
	background-color:#7bc475;
	color:#fff;
	padding:7px 13px;
	border:none;
}
input[type="submit"]:hover{
	background-color:#000;
}
/*-- Termina Sección Contacto (All Pages) --*/

/*-- Inicia Sección Ubicación (All Pages) --*/
.map ul {
    padding: 0px;
}
ul.faq {
    padding: 0px;
    list-style: none;
}
.faq li {
    margin-top: 0.5em;
}
.faq li:nth-child(1) {
    margin: 0;
}
.faq li a {
    padding: 1em;
    width: 100%;
    display: block;
    position: relative;
    color: #fff;
    font-size: 1.2em;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: none;
    background: #224d95;
    text-align: center;
}
.faq li a:hover,.faq li a.active{
	color: #fff;
	background:#224d95;
}
.faq span.glyphicon {
    margin-left: 1em;
    vertical-align: middle;
    font-size: 1.1em;
    top: 0;
}
.faq li a.active span.glyphicon {
	-webkit-transform: rotatex(180deg);
	transform: rotatex(180deg);
	-moz-transform: rotatex(180deg);
	-o-transform: rotatex(180deg);
	-ms-transform: rotatex(180deg);
}
.faq iframe {
    width: 100%;
    min-height: 25em;
    border: none;
}
/*-- Termina Sección Ubicación (All Pages) --*/

/*-- Inicia Sección Footer (All Pages) --*/
.footer{
	padding:50px 0px;
	background-color:#222222;
	text-align:center;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	border-top:1px solid #222322;
}
.footer p{
	color:#fff;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height:25px;
}
.footer a{
	color:#fff;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.footer a:hover{
	color:#224d95;
}
/*-- Termina Sección Footer (All Pages) --*/

/*-- Inicia Sección Título (Nosotros) --*/
.w3ls-inner-banner-us{
	background:url('../images/banner_nosotros.jpg') no-repeat 0px 0px;
	background-size:cover;
	min-height:320px;
}
.w3ls-inner-banner-us h2 {
    color: #fff;
    font-size: 35px;
    padding-top: 150px;
	font-family: 'Abel', sans-serif;
    text-transform: uppercase;
	text-align:right;
}
/*-- Termina Sección Título (Nosotros) --*/

/*-- Inicia Sección Acerca (Nosotros) --*/
#us {
	padding:5em 0
}
.us-w3l {
    padding: 5em 0em;
	background: #fff;
}
.us-top-w3l {
    text-align: center;
    padding: 0em 0em 4em 0em;
}
.us-top-w3l h3 {
    color: #224d95;
    text-align:center;
	font-size:35px;
	padding-bottom:30px;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	font-weight:600;
}
.us-top-w3l p {
    font-size: 1.2em;
    color:#222;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 auto;
    width: 70%;
    line-height: 1.8em;
}
.us-grid {
    text-align: center;
}
.us-grid-main {
    background: #81ca47;
    padding:2em 2em;
    border: 2px solid #81ca47;
}
.us-grid-main h4 {
    font-size: 1.3em;
    color:#fff;
    margin: 0.5em 0em;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:bold;
}
.us-grid-main p {
    font-size: 1em;
    color: #fff;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.8em;
}
/*-- Termina Sección Acerca (Nosotros) --*/

/*-- Inicia Sección Fortalezas (Nosotros) --*/
.skills-main h3 {
    text-align:center;
	color: #fff;
	font-size:35px;
	padding-bottom:30px;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	font-weight:600;
}
.skills {
    padding: 4em 0em 0em;
    background:#224d95;
}
.skills-left p {
    font-size: 1.2em;
    color: #fff;
	font-family: 'Abel', sans-serif;
    margin-bottom: 0.15em;
    line-height: 1.8em;
}
.skills-left ul {
    padding: 1.5em 0em 0em 0em;
    list-style: none;
}
.skills-left ul li {
    margin: 0em 0em 0.8em 0em;
	font-size: 1.2em;
	font-family: 'Abel', sans-serif;
	color: #fff;
}
/*-- Termina Sección Fortalezas (Nosotros) --*/

/*-- Inicia Sección Título (Seguros: Personas) --*/
.w3ls-inner-banner-personas {
	background: url('../images/banner_personas.jpg') no-repeat 0px 0px;
	background-size: cover;
	min-height: 320px;
}
.w3ls-inner-banner-personas h2 {
    color: #fff;
    font-size: 35px;
    padding-top: 150px;
	font-family: 'Abel', sans-serif;
    text-transform: uppercase;
	text-align: right;
}
/*-- Termina Sección Título (Seguros: Personas) --*/

/*-- Inicia Sección Título (Seguros: Patrimonio) --*/
.w3ls-inner-banner-patrimonio {
	background: url('../images/banner_patrimonio.jpg') no-repeat 0px 0px;
	background-size: cover;
	min-height: 320px;
}
.w3ls-inner-banner-patrimonio h2 {
    color: #fff;
    font-size: 35px;
    padding-top: 150px;
	font-family: 'Abel', sans-serif;
    text-transform: uppercase;
	text-align: right;
}
/*-- Termina Sección Título (Seguros: Patrimonio) --*/

/*-- Inicia Sección Título (Seguros: Empresas) --*/
.w3ls-inner-banner-empresas {
	background: url('../images/banner_empresas.jpg') no-repeat 0px 0px;
	background-size: cover;
	min-height: 320px;
}
.w3ls-inner-banner-empresas h2 {
    color: #fff;
    font-size: 35px;
    padding-top: 150px;
	font-family: 'Abel', sans-serif;
    text-transform: uppercase;
	text-align: right;
}
/*-- Termina Sección Título (Seguros: Patrimonio) --*/

/*-- Inicia Sección Servicios (Seguros) --*/
.w3ls-section {
    padding: 4em 0;
}
.tab1 img {
    width: 100%;
    border-radius: 50%;
}
.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    float: left;
    width: 80%;
    clear: none;
	border-radius:0px;
}
.demo li {
    list-style-type: none;
    display: inline;
}
.tabs-right1 h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
}
.tabs-right1 h4 {
    color: #000;
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #adadad;
}
p.agile-tab-txt {
    margin: 1em 0 0;
}
.resp-vtabs .resp-tabs-list li:hover{
	background:#224d95;
}
.tab-bottom p {
    font-style: italic;
    margin: 5px 0;
    font-size: 15px;
}
.tab-bottom i.fa {
    font-size: 20px;
    margin-right: 15px;
    color: #FFC107;
}
.tabs-right1 h6 {
    color: #224d95;
    font-size: 1.5em;
	font-family: 'Abel', sans-serif;
    font-weight: bold;
    margin-bottom: 1em;
}
.tabs-right1 p {
	font-family: 'Abel', sans-serif;
	font-size: 1.1em;
    color: #222;
}
.tab-bottom a {
    color: green;
    letter-spacing: 3px;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 13px 13px !important;
    margin: 0;
    background: #81ca47;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.29);
    float: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.resp-vtabs li.resp-tab-active {
    border-right: none;
    background-color: #224d95;
    position: relative;
    color: #FFF;
    z-index: 1;
    margin-right: -1px !important;
    padding: 13px 15px 12px 14px !important;
}
.resp-vtabs li.resp-tab-active .tab1 h3{
	color:#fff;
}
.tab1 h3 {
    font-size: 1.1em;
	font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.2em 1em;
    color: #fff;
}
.tab1 h4 {
    letter-spacing: 2px;
    margin-top: 8px;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
}
.w3ls-section.wthree-service-bottom a {
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
    background: #03b9f8; 
    padding: 0.5em 01em;
	text-decoration: none;
}
.w3ls-section.wthree-service-bottom h3 {
    color: #fff;
    padding: 1em 0;
    font-size: 2em;
}
.w3ls-section.wthree-service-bottom a:hover {
    background: rgba(255, 255, 255, 0.54);
    color: #000;
}
.button {
    margin-top: 3em;
}
.button a {
    font-size: 1em !important;
    color:#224d95 !important;
	border:1px solid #224d95;
     padding: 0.5em 1.2em;
	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;
	font-family: 'Abel', sans-serif;
    text-transform: uppercase;
}
.button a:hover {
    color: #fff !important;
	background: #224d95 !important;
    border: 1px solid #224d95 !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 span {
    font-size: 14px;
    margin-left: 9px;
}
/*--  Termina Sección Servicios (Seguros) --*/

/*-- Inicia Sección Título (Contacto) --*/
.w3ls-inner-banner-contact{
	background: url('../images/banner_contacto.jpg') no-repeat 0px 0px;
	background-size: cover;
	min-height: 320px;
}
.w3ls-inner-banner-contact h2 {
    color: #fff;
    font-size: 35px;
    padding-top: 150px;
	font-family: 'Abel', sans-serif;
    text-transform: uppercase;
	text-align: right;
}
/*-- Termina Sección Título (Contacto) --*/

/*-- Inicia Sección Correos (Contacto) --*/
#correo {
	padding:5em 0
}
.contact-form-aits input[type="text"], .contact-form-aits input[type="email"], .contact-form-aits textarea {
    width: 49.2%;
    float: left;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: none;
    color: #000;
    border: 1px solid #777;
	font-family: 'Abel', sans-serif;
    font-weight: 600;
    outline: none;
    letter-spacing: 1px;
}
input.margin-right {
	margin-right: 18px;
}
.contact-form-aits textarea {
	width: 100%;
	height: 150px;
	margin-bottom: 30px;
	resize: none;
}
.send-button button.btn {
    font-weight: 600;
	font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 30px;
    border: none;
    outline: none;
    background: #224d95;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 1em;
}
.send-button button.btn:hover {
	color: #fff;
	background: #81ca47;
}
.send-button button.btn .glyphicon {
	margin-left: 10px;
}
.contact-form-aits ::-webkit-input-placeholder {
	color: #222;
}
.contact-form-aits ::-moz-placeholder {
	color: #222;
}
.contact-form-aits ::-moz-placeholder {
	color: #222;
}
.contact-form-aits ::-ms-input-placeholder {
	color: #222;
}
.send-button.agileits.w3layouts {
	text-align: center;
}

/*-- Start Contact --*/
.contact-form {
	position:relative;
}
.contact-form div {
	padding:5px 0;
}
.contact-form span label {
	margin-top: 10px;
	color: #224d95;
	display: block;
	font-size: 1.1em;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-weight: bold;
}

.contact-form span h2 {
	margin-top: 6px;
	color: #777777;
	display: block;
	font-size: 1em;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-weight: normal;
}

.contact-form input[type="text"], .contact-form input[type="date"], .contact-form input[type="radio"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="url"], .contact-form input[type="password"], .contact-form textarea {
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color: rgba(85, 81, 81, 0.84);
	padding: 8px;
	display: block;
	width: 100%;
	outline: none;
	-webkit-appearance: none;
}
.contact-form textarea {
	resize: none;
	height: 120px;		
}
.contact-form select {
	display: block;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	font-size: 0.8725em;
	color: rgba(85, 81, 81, 0.84);
	width: 96%;
	padding: 8px 5px;
}
.contact-form input[type="submit"] {
	margin-top: 10px;
	-webkit-appearance: none;
	border: none;
	outline: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	padding: 12px 25px;
	background:#81ca47;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form input[type="submit"]:hover {
	background: #252525;
	color: #ffffff;
}
.contact-form input[type="reset"] {
	margin-top: 10px;
	-webkit-appearance: none;
	border: none;
	outline: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	padding: 12px 25px;
	background:#999;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form input[type="reset"]:hover {
	background: #252525;
	color: #ffffff;
}
.message_success {
	background-color: #dff0d8;
	font-size: 1.2em;
	color: #3c763d;
	padding: 5px;
}
.message_error {
	background-color: #e74c3c;
	font-size: 1.2em;
	color: #fff;
	padding: 5px;
}
/*-- Ends Contact --*/

@media(max-width:1080px){
	.contact-grid {
		padding: 1em 1em;
		background: #fff;
		float: left;
		width: 32%;
		margin-right: 1%;
	}
}

@media(max-width:1024px){
	.contact-form-aits input[type="text"], .contact-form-aits input[type="email"], .contact-form-aits textarea {
		width: 48.95%;
		float: left;
	}
}

@media(max-width:991px){
	.contact-form-aits input[type="text"], .contact-form-aits input[type="email"], .contact-form-aits textarea {
		width: 100%;
		float: none;
	}
}
/*-- Termina Sección Correos (Contacto) --*/

/*-- Inicia Sección Título (Acerca) --*/
.w3ls-inner-banner-web{
	background: url('../images/banner_acerca.jpg') no-repeat 0px 0px;
	background-size: cover;
	min-height: 320px;
}
.w3ls-inner-banner-web h2 {
    color: #fff;
    font-size: 35px;
    padding-top: 150px;
	font-family: 'Abel', sans-serif;
    text-transform: uppercase;
	text-align:right;
}
/*-- Termina Sección Título (Acerca) --*/

/*-- Inicia Sección Web (Acerca) --*/
#web {
	padding:5em 0
}
.web-w3l {
    padding: 5em 0em;
	background: #fff;
}
.web-top-w3l {
    text-align: center;
    padding: 0em 0em 4em 0em;
}
.web-top-w3l h4 {
    color: #224d95;
    text-align: center;
	font-size: 1.6em;
	padding-bottom: 1em;
	font-family: 'Abel', sans-serif;
	font-weight: bold;
}
.web-top-w3l p {
    font-size: 1.2em;
    color: #222;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 auto;
    width: 85%;
    line-height: 1.6em;
	text-align: justify;
	padding-bottom: 1.4em;
}
/*-- Termina Sección Web (Acerca) --*/


/*-- Inicia Sección Título (Privacidad) --*/
.w3ls-inner-banner-privacy{
	background: url('../images/banner_privacidad.jpg') no-repeat 0px 0px;
	background-size: cover;
	min-height: 320px;
}
.w3ls-inner-banner-privacy h2 {
    color: #fff;
    font-size: 35px;
    padding-top: 150px;
	font-family: 'Abel', sans-serif;
    text-transform: uppercase;
	text-align:right;
}
/*-- Termina Sección Título (Privacidad) --*/

/*-- Inicia Sección Web (Privacidad) --*/
#privacy {
	padding:5em 0
}
.web-w3l {
    padding: 5em 0em;
	background: #fff;
}
.web-top-w3l {
    text-align: center;
    padding: 0em 0em 4em 0em;
}
.web-top-w3l h4 {
    color: #224d95;
    text-align: center;
	font-size: 1.6em;
	padding-bottom: 1em;
	font-family: 'Abel', sans-serif;
	font-weight: bold;
}
.web-top-w3l p {
    font-size: 1.2em;
    color: #222;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 auto;
    width: 85%;
    line-height: 1.6em;
	text-align: justify;
	padding-bottom: 1.4em;
}
/*-- Termina Sección Web (Privacidad) --*/

/*-- Inicia Back To Top --*/
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.55) url(../images/up-arrow.svg) no-repeat center 50%;
	background-size:70%;
	border:1px solid #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
    opacity: .5;
}
.cd-top:hover {
	background-color: #000;
	opacity: 1;
}
@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}
@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 50px;
		width: 50px;
		right: 30px;
		bottom: 30px;
	}
}
/*-- Termina Back To Top --*/

/*-- Inicia Responsive Design --*/
@media(max-width: 1680px){
	.wthree-slid-right {
		padding: 5em 7em;
	}
}

@media (max-width:1600px) {
	.pogoSlider {
		height: 795px!important;	
	}
	.pogoSlider-slide-element {
		margin-top: 360px!important;
	}
	section.about-w3ls h2 {
		padding: 90px 0px 20px;	
	}
}

@media (max-width: 1440px) {
	section.about-w3ls h2 {
		padding: 60px 0px 20px;
	}
	section.about-w3ls img.agile2.img-responsive {
		top: 96px;
	}
}

@media (max-width: 1366px) {
	.pogoSlider {
		height: 768px!important;
	}
	.pogoSlider-slide-element {
		margin-top: 310px!important;
	}
	section.about-w3ls h2 {
		padding: 45px 0px 20px;
	}
	section.about-w3ls img.agile2.img-responsive {
		top: 85px;
	}
	.wthree-slid-right {
		padding: 5em 6em;
	}
}

@media (max-width: 1280px) {
	section.about-w3ls h2 {
		padding: 35px 0px 15px;
		font-size: 45px;
	}
	section.about-w3ls p {
		font-size: 14px;
	}
	section.about-w3ls img.agile2.img-responsive {
		top: 67px;
	}
	.wthree-slid-right {
		padding: 5em 4em;
	}
}

@media (max-width: 1080px) {
	ul.nav.navbar-nav.cl-effect-10 {
		margin: 0 0 0 10px;
	}
	.pogoSlider-slide-element p {
		font-size: 14px;
		padding: 0 100px;
	}
	section.about-w3ls h2 {
		padding: 25px 0px 14px;
		font-size: 40px;
	}
	section.about-w3ls p {
		font-size: 14px;
		padding-right: 100px;
		line-height: 30px;
	}
	section.about-w3ls img.agile2.img-responsive {
		top:67px;
		width:200px;
		left:-103px;
	}
	.col-lg-3.col-md-3.col-sm-6.wthree1,.col-lg-3.col-md-3.col-sm-6.wthree2,.col-lg-3.col-md-3.col-sm-6.wthree3,.col-lg-3.col-md-3.col-sm-6.wthree4 {
		width: 50%;
		float: left;
	}
	.col-lg-3.col-md-3.col-sm-6.wthree1,.col-lg-3.col-md-3.col-sm-6.wthree2 {
		padding-bottom:50px;
	}
	section.service-agileinfo,section.info-agileinfo,section.gallery-w3ls,section.team-w3ls,section.contact-w3ls,section.special-w3ls {
		padding: 50px 0;
	}
	section.service-agileinfo h3.text-center,section.special-w3ls h3,section.info-agileinfo h3.text-center,section.gallery-w3ls h3.text-center,section.team-w3ls h3.text-center {
		font-size: 40px;
	}
	section.service-agileinfo h4 {
		font-size: 23px;
		padding:40px 0 15px;
	}
	section.special-w3ls p.special-agile1 {
		font-size: 22px;
		padding-bottom: 15px;
	}
	section.special-w3ls p.special-agile2 {
		font-size: 14px;
	}
	.entry-content {
		padding:0;
	}
	.col-lg-8.col-md-8.info-w3ls1 {
		width: 100%;
		float: left;
	}
	.col-lg-4.col-md-4.info-w3ls2 {
		width: 100%;
		float: left;
	}
	.col-lg-12.col-md-12.col-sm-12.info-w3-agile2 {
		width: 50%;
		float: left;
	}
	section.info-agileinfo .agileits-w3layouts {
		padding: 100px 65px 0;
	}
	section.info-agileinfo p {
		font-size: 16px;
		line-height: 40px;
	}	
	section.service-agileinfo h4:after {
		width:230px;
		right:inherit;
		left:0;
	}
	section.team-w3ls p.team-agile1 {
		padding-bottom:10px;
	}
	.wthree-slid-right h4 {
		font-size: 2.8em;
		letter-spacing: 2px;
	}
	.wthree-slid-right {
		padding: 4.57em 3em;
	}
}

@media (max-width: 1050px) {
	section.about-w3ls h2 {
		padding: 20px 0px 14px;
		font-size: 35px;
	}
	section.about-w3ls img.agile2.img-responsive {
		top: 59px;
		width: 200px;
		left: -103px;
	}
}

@media (max-width:1024px) {
	.pogoSlider-slide {
		background-size:cover;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		-ms-background-size:cover;	
	}
	.pogoSlider {
		height: 676px!important;
	}
	section.info-agileinfo p {
		font-size: 14px;
	}
	section.about-w3ls h2 {
		padding: 15px 0px 14px;
		font-size: 35px;
		margin-left: 20px;
	}
	section.about-w3ls p {
		font-size: 14px;
		padding-right: 100px;
		line-height: 30px;
		margin-left: 20px;
	}
}

@media (max-width:991px) {
	.navbar-wrapper .container {
		padding-right: 40px;
		padding-left: 40px;
		width: auto;
	}
	.nav>li>a {
		padding: 16px 9px 0;
	}
	ul.nav.navbar-nav.cl-effect-10>li>a {
		margin: 6px 8px 0 0;
		font-size: 15px;
	}
	.demo li.resp-tab-item.resp-tab-active::after {
		top: 28%;
	}
	.pogoSlider {
		height: 601px!important;
	}
	.pogoSlider-slide-element {
		margin-top: 230px!important;
	}
	.pogoSlider-slide-element h3 {
		padding-bottom:15px;
	}
	.col-lg-6.col-md-6.col-sm-6.w3l1 {
		width: 100%;
		float: left;
		padding:0;
	}
	section.about-w3ls h2 {
		text-align:center;
	}
	section.about-w3ls p {
		font-size: 14px;
		text-align: center;
		padding: 0 100px 40px;
	}
	section.about-w3ls .col-lg-6.col-md-6.col-sm-6.w3l2 {
		padding: 0;
		width: 100%;
		float: left;
	}
	section.about-w3ls img.agile2.img-responsive {
		top: initial;
		bottom: 1px;
		left: auto;
		right: 1px;
	}
	section.special-w3ls .column img.img-responsive {
		height: inherit;
	}
	.col-lg-5.col-md-5.col-sm-5.special-agileits1 {
		width: 100%;
		float: left;
	}
	.col-lg-7.col-md-7.col-sm-7.special-agileits2 {
		width:100%;
		float:left;
	}
	section.special-w3ls h3 {
		text-align:center;
		padding-top:30px;
	}
	section.special-w3ls p.special-agile1 {
		text-align:center;
	}
	section.special-w3ls p.special-agile2 {
		font-size: 14px;
		padding-bottom:40px;
		text-align:center;
	}
	section.info-agileinfo .agileits-w3layouts {
		padding: 45px 20px;
	}
	.col-xs-4.team-w3-agile1 {
		width: 40%;
		float: left;
	}
	.col-xs-8.team-w3-agile2 {
		width: 60%;
		float: left;
	}
	section.team-w3ls h4 {
		padding-top:45px;
	}
	.col-lg-6.col-md-6.col-sm-6.contact-w3-agile1 {
		width: 100%;
		float: left;
		padding-bottom:40px;
	}
	section.contact-w3ls h3 {
		padding-top:0;
	}
	.col-lg-6.col-md-6.col-sm-6.contact-w3-agile2 {
		width: 100%;
		float: left;
	}
	.col-lg-6.col-md-6.col-sm-12.team-info1,.col-lg-6.col-md-6.col-sm-12.team-info2 {
		padding-bottom: 30px;
	}
}

@media (max-width:900px) {
	.cl-effect-10 a span {
		width:95px;	
	}
	.pogoSlider-slide-element h3 {
		font-size:35px;
	}
	.wthree-slid-right {
		padding: 3.5em 3em;
	}
}

@media (max-width: 800px) {
	.cl-effect-10 a span {
		width: 78px;
	}
	.w3_agile_middle {
		min-height: 432px;
		padding: 2em 2em;
		text-align: center;
	}
	.w3_agile_middle h4 {
       font-size: 2.5em;
	}
	.w3_agile_middle h4 p {
		font-size: 16px;
		letter-spacing: 10px;
	}
	.wthree-slid-right {
		padding: 3em 2em;
	}
	.wthree-slid-right h4 {
		font-size: 2.5em;
		letter-spacing: 0px;
	}
	.wthree-slid-right p {
		color: #eae9e9;
		font-size: 1em;
	}
	.wthree-slid-left {
		min-height: 449px;
	}
}

@media (max-width: 768px) {
	ul.nav.navbar-nav.cl-effect-10 {
		margin: 0 0 0 0px;
	}
	.cl-effect-10 a span {
		width: 75px;
	}
	.pogoSlider {
		height: 520px!important;
	}
	.pogoSlider-slide-element {
		margin-top: 180px!important;
	}
	.pogoSlider-slide-element p {
		font-size: 14px;
		padding: 0 40px;
}
section.about-w3ls h2 {
    padding: 30px 0px 20px;
    font-size: 35px;
}
section.service-agileinfo, section.info-agileinfo, section.gallery-w3ls, section.team-w3ls, section.contact-w3ls, section.special-w3ls {
    padding: 30px 0;
}
section.service-agileinfo h3.text-center, section.special-w3ls h3, section.info-agileinfo h3.text-center, section.gallery-w3ls h3.text-center, section.team-w3ls h3.text-center {
    font-size: 35px;
	padding-bottom:30px;
}
section.service-agileinfo h3.text-center {
	padding-bottom:70px;
}
section.team-w3ls {
	padding-bottom:0!important;
}
}

@media (max-width: 767px) {
.cl-effect-10 a span {
    width: 100%;
}
ul.nav.navbar-nav.cl-effect-10>li>a {
    margin: 5px auto;
    font-size: 15px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    background-color: #000;
}
ul.nav.navbar-nav.navbar-right {
    margin: 0;
    text-align: center;
	padding-bottom: 20px;
}
button.navbar-toggle.collapsed {
    border-color: rgb(175, 189, 33);
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color:rgb(175, 189, 33);
}
ul.nav.navbar-nav.navbar-right li {
	display:inline-block;
}
}

@media (max-width: 736px) {
.pogoSlider {
    height: 351px!important;
}
.pogoSlider-slide-element {
    margin-top: 99px!important;
}
.pogoSlider-slide-element p {
	
}
.btn-circle {
    width: 50px;
    height: 50px;
	padding:0;
	margin:0;
	text-align:center;
	line-height:50px;
}
.btn-circle i.animated {
	font-size:35px;
}
section.special-w3ls h3 {
	padding-bottom:20px;
}
.col-lg-6.col-md-6.col-sm-6.info-w3-agile1 {
    width: 50%;
    float: left;
}
section.info-agileinfo h4 {
    font-size: 25px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 300px;
}
	.wthree-slid-left {
		min-height: 423px;
	}
}

@media (max-width: 667px) {
.navbar-brand h1 {
    font-size: 35px;
}
.pogoSlider {
    height: 312px!important;
}
.pogoSlider-slide-element h3 {
    font-size: 30px;
	padding-bottom:10px;
}
.pogoSlider-slide-element {
    margin-top: 75px!important;
}
section.about-w3ls p {
	padding:0 20px 40px;
}
section.info-agileinfo .agileits-w3layouts {
    padding: 20px 20px;
}
section.info-agileinfo h4 {
	padding-bottom:10px;
}
.footer p.text-center {
	font-size:14px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 260px;
}
	.w3_agile_middle h4 {
		font-size: 2em;
	}
	.w3_agile_middle {
		min-height: 357px;
		padding: 1em 0em;
		text-align: center;
	}
}

@media (max-width: 640px) {
section.info-agileinfo h4 {
    font-size: 23px;
}
section.info-agileinfo .agileits-w3layouts {
    padding: 17px 20px;
}
section.team-w3ls h4 {
    padding-top: 16px;
}
section.contact-w3ls h3 {
	padding-bottom:15px;
}
section.contact-w3ls p.contact-agile1 {
    font-size: 14px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 390px;
}
}

@media (max-width: 600px) {
.pogoSlider {
    height: 365px!important;
}
.pogoSlider-slide-element {
    margin-top: 105px!important;
}
section.info-agileinfo .agileits-w3layouts {
    padding: 8px 20px;
}
.col-xs-4.team-w3-agile1 {
    width: 50%;
    float: left;
}
.col-xs-8.team-w3-agile2 {
    width: 50%;
    float: left;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 313px;
}
.w3_agile_middle h4 {
		font-size: 1.8em;
	}
	.w3_agile_middle {
		min-height: 357px;
		padding: 1em 0em;
		text-align: center;
	}
}	

@media (max-width: 568px) {
.pogoSlider-slide-element p {
	display:none;	
}
.pogoSlider {
    height: 257px!important;
}
.pogoSlider-slide-element h3 {
    font-size: 25px;
    padding-bottom: 22px;
}
section.info-agileinfo .agileits-w3layouts {
    padding: 1px 10px;
}
.map iframe.googlemaps {
    width: 100%;
    height: 250px;
}
section.contact-w3ls h4 {
    font-size: 35px;
	padding-bottom:15px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 205px;
}
	.w3_agile_middle {
		min-height: 311px;
		padding: 0.1em 0em;
		text-align: center;
	}
	.wthree-slid-right {
		padding: 2.5em 1.5em;
	}
	.wthree-slid-right h4 {
		font-size: 2.2em;
	}
	.wthree-slid-left {
		min-height: 391px;
	}
}

@media (max-width: 480px) {
.pogoSlider-nav-btn {
	width:10px;
	height:10px;
}
section.about-w3ls h2 {
    padding: 30px 0px 10px;
    font-size: 30px;
}
section.about-w3ls img.agile2.img-responsive {
	width:130px;
}
section.service-agileinfo h3.text-center, section.special-w3ls h3, section.info-agileinfo h3.text-center, section.gallery-w3ls h3.text-center, section.team-w3ls h3.text-center {
    font-size: 30px;
    padding-bottom: 30px;
}
.col-lg-3.col-md-3.col-sm-6.wthree1, .col-lg-3.col-md-3.col-sm-6.wthree2, .col-lg-3.col-md-3.col-sm-6.wthree3, .col-lg-3.col-md-3.col-sm-6.wthree4 {
    width: 100%;
    float: left;
}
.col-lg-3.col-md-3.col-sm-6.wthree1, .col-lg-3.col-md-3.col-sm-6.wthree2, .col-lg-3.col-md-3.col-sm-6.wthree3{
    padding-bottom: 60px;
}
section.service-agileinfo h4 {
    font-size: 20px;
    padding: 40px 0 15px;
}
section.special-w3ls h3 {
	padding-bottom:20px;
}
.col-lg-6.col-md-6.col-sm-6.info-w3-agile1 {
    width: 100%;
    float: left;
}
section.info-agileinfo .info-agile1, section.info-agileinfo .info-agile2 {
    margin-bottom: 30px;
}
.col-lg-12.col-md-12.col-sm-12.info-w3-agile2 {
    width: 100%;
    float: left;
}
section.info-agileinfo .agileits-w3layouts {
    padding: 20px 20px;
}
.col-xs-4.team-w3-agile1 {
    width: 100%;
    float: left;
}
.col-xs-8.team-w3-agile2 {
    width: 100%;
    float: left;
}
.col-lg-6.col-md-6.col-sm-12.team-info1,.col-lg-6.col-md-6.col-sm-12.team-info2 {
    padding-bottom: 35px;
}
ul.social-icons2 {
    padding: 10px 0 0;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 390px;
}
	.w3_agile_middle h4 {
		font-size: 1.5em;
	}
	.wthree-slid-right {
		width: 100%;
	}
	.wthree-slid-left {
		min-height: 380px;
		width: 100%;
	}
}

@media (max-width:440px){
	.w3_agile_middle h4 p {
		font-size: 13px;
		letter-spacing: 8px;
	}
	.w3_agile_middle h4 {
		font-size: 1.3em;
	}
	.w3_agile_middle {
		min-height: 268px;
		padding: 0.1em 0em;
		text-align: center;
	}
	.middle_agile_info {
		margin-top: 5em;
	}
	.wthree-slid-right h4 {
		font-size: 2em;
	}
}

@media (max-width: 414px) {
.pogoSlider-slide-element h3 {
    font-size: 20px;
    padding-bottom: 22px;
}
section.special-w3ls h3 {
    padding-bottom: 15px;
}
section.special-w3ls p.special-agile1 {
    font-size: 20px;
    padding-bottom: 10px;
}
section.info-agileinfo h4 {
    padding-bottom: 5px;
}
section.team-w3ls p.team-agile1 {
    font-size: 16px;
	padding-bottom:8px;
}
section.contact-w3ls h3 {
    font-size: 30px;
}
section.contact-w3ls h4 {
    font-size: 30px;
    padding-bottom: 10px;
}
section.contact-w3ls .contact-agileits {
	padding:20px 20px;
}
section.contact-w3ls input#name, section.contact-w3ls input#email, section.contact-w3ls input#phone {
    height: 45px;
}
section.contact-w3ls input#name, section.contact-w3ls input#email, section.contact-w3ls input#phone {
    font-size: 15px;
}
}

@media (max-width: 384px) {
.pogoSlider-slide-element h3 {
    font-size: 20px;
    padding-bottom: 22px;
    letter-spacing: 1px;
}
}

@media (max-width: 375px) {
section.service-agileinfo img.img-responsive {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: -28px;
    left: 38px;
}
}

@media (max-width: 320px) {
.pogoSlider-slide-element h3 {
    font-size: 18px;
    padding-bottom: 30px;
    letter-spacing: 1px;
}
.pogoSlider-slide-element {
    margin-top: 87px!important;
}
section.about-w3ls h2 {
    padding: 20px 0px 10px;
    font-size: 30px;
}
section.about-w3ls p {
    font-size: 13px;
}
section.about-w3ls img.agile2.img-responsive {
    width: 95px;
}
section.service-agileinfo h4 {
    font-size: 20px;
    padding: 25px 0 15px;
}
section.service-agileinfo img.img-responsive {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: -23px;
    left: 38px;
}
.col-lg-3.col-md-3.col-sm-6.wthree1, .col-lg-3.col-md-3.col-sm-6.wthree2, .col-lg-3.col-md-3.col-sm-6.wthree3 {
    padding-bottom: 40px;
}
section.info-agileinfo h4 {
    font-size: 20px;
}
section.info-agileinfo p {
    font-size: 13px;
}
section.team-w3ls p.team-agile2 {
    font-size: 13px;
}
section.contact-w3ls .contact-agileits {
    padding: 20px 10px;
}
section.contact-w3ls p.contact-agile2 {
    font-size: 14px;
    padding-bottom: 15px;
}
section.contact-w3ls input#name, section.contact-w3ls input#email, section.contact-w3ls input#phone {
    height: 40px;
}
section.contact-w3ls input#name, section.contact-w3ls input#email, section.contact-w3ls input#phone {
    font-size: 14px;
}
section.contact-w3ls label.contact-p1 {
    font-size: 15px;
}
section.contact-w3ls button.btn.btn-primary {
	font-size: 15px;
    padding: 10px 20px;
	margin:10px 0;
}
.footer p.text-center {
    font-size: 13px;
}
a.navbar-brand {
    margin-left: -25px;
}
button.navbar-toggle.collapsed {
	margin-right:-10px;
}
.btn-circle {
    width: 40px;
    height: 40px;
	line-height:31px;
	margin-top:37px;	
}
.btn-circle i.animated {
    font-size: 28px;
}
section.service-agileinfo h4:after {
    width: 203px;
    right: inherit;
    left: 0;
}
.w3_agile_middle h4 {
		font-size: 1em;
	}
	.w3_agile_middle h4 p {
		font-size: 13px;
		letter-spacing: 3px;
	}
	.w3_agile_middle {
		min-height: 211px;
		padding: 0.1em 0em;
		text-align: center;
	}
	.middle_agile_info {
		margin-top: 4em;
	}
}