/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    background:#ffffff;
    margin: 0;
}
p,ul li,ol li{
    margin:0;
    font-size:14px;
    letter-spacing: 1px;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Gidugu', sans-serif;
    text-transform:uppercase;
    margin:0;
}
h1{color: #ffffff;}
ul,label{
    margin:0;
    padding:0;
}
body a:hover{
    text-decoration:none;
}
input[type="submit"],input[type="reset"],.w3ls_footer_grid_leftl,.w3ls_footer_grid_leftr h4,.w3l_footer_pos p a,.w3ls_footer_grid_leftr a,.w3layouts_header_right ul li a,.w3ls_social li a,.w3_team_grid1_pos,.w3_team_grid1_pos img{
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
/*-- header --*/
/*-- nav-effect --*/
.cl-effect-1 a::before,
.cl-effect-1 a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.cl-effect-1 a::after {
    margin-left: 10px;
    content: ']';
    /*-- w3layouts --*/
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after,.navbar-nav li.active a::before,.navbar-nav li.active a::after,
.navbar-nav li.active a:focus::before,
.navbar-nav li.active a:focus::after{
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}
/*-- //nav-effect --*/
.header {
    border-bottom: 1px solid #EAEAEA;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-header{
    float: left;
    width: 15%;
}
.navbar-collapse {
    padding: 0;
    box-shadow: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    float: right;
    width: 85%;
}
.navbar-nav {
    float: right;
    margin: 8px 0 0 0!important;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #202020;
}
.navbar-brand {
    line-height: 35px;
    font-size: 1.8em;
    height: 63px;
    color: #fff;
    padding:10px 0;
}
/*-- agileits --*/
.logo h1 {
    text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#7ac143;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #e40202!important;
}
.navbar-nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff!important;
}
.header-bottom {
    position: relative;
    padding: 1em 0;
}
/*-- search --*/
.cd-main-header {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}
.cd-main-header {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}
.nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    /*-- w3layouts --*/
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
}
/*-- //header --*/
#home {
    background: url(../img/captura2.jpg) no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 600px;
    position: relative;
}
.banner {
    margin: 0 auto;
    text-align: center;
    padding-top: 6em;
}
.banner img {
    margin: 0 auto;
    text-align: center;
    border: 7px solid #9c0000;
    width: 20%;
}
.banner h2 {
    font-size: 3.5em;
    color: #fff;
    margin: 0em 0;
    letter-spacing: 6px;
}
.banner span {
    color: #e40202;
    letter-spacing:4px;
    font-size: 1em;
    font-weight: 800;
}
.slider-info p {
    font-size:1em;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 7px;
    margin: 2em 0;
}
/*--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: 24%;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width:32px;
    height:32px;
    background: transparent url("../img/left.png") no-repeat left top;
}
.callbacks_nav:hover{
    opacity: 0.5;
}
.callbacks_nav.next {
    left: auto;
    background: transparent url("../img/right.png") no-repeat right top;
    left: 51%;
}
.callbacks_nav.prev {
    right: auto;
    background-position:left top;
    left: 47%;
}
#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;
    left: 44%;
    bottom: 0%;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: block;
    text-align: center;
}
.slider-top span{
    font-weight:600;
}
.callbacks_tabs li{
    display: inline-block;
    margin: 0 7px;
}
/*----*/
.callbacks_tabs a{
    visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #9c0000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
    background: #9c0000;
    border: 1px solid #9c0000;
    height: 3px;
    width: 45px;
    border-radius: 0;
}
/*-- social-icons --*/
ul.top-links li {
    margin-right: 19px;
    display: inline-block;
}
ul.top-links {
    margin-top: 0;
}
ul.top-links li a i.fa {
    color: #fff;
    font-size: 15px;
    line-height: 31px;
    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;
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
}
ul.top-links li a i.fa:hover {
    color:#9c0000;
}
.w3_navigation {
    background: #000;
    padding: 0.5em 0;
    border-top: 2px solid #9c0000;
    border-bottom: 2px solid #9c0000;
    position: relative;
    top: 0;
    z-index: 10;
    width: 100%;
}
/*-- //social-icons --*/
/*-- //banner --*/
/*-- /about --*/
#about,#mail,#gallery {
    padding: 4em 0;
}
.w3ls-agile-left-info {
    padding: 1em 0;
    border-bottom: 1px dashed #9c0000;
}
.w3ls-agile-left-info h4, .social-info h4 {
    font-size: 1.6em;
    margin: 0;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.w3ls-agile-left-info p {
    color: #827e7e;
    font-size: 0.95em;
}
.agile-about-right-img img {
    width: 100%;
}

h3.w3l_head {
    text-align: center;
    color: #111;
    font-size: 3.5em;
    letter-spacing: 2px;
}
h3.w3l_head.three {
    color: #9c0000;
}
p.w3ls_head_para {
    color: #9c0000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 7px;
}
.w3l-grids-about {
    margin-top: 3em;
}
.w3ls-agile-left-info a {
    color: #9c0000;
}
/*-- //about --*/
.pie-title-center {
    display: inline-block;
    position: relative;
    text-align: center;
}
h3.tittle:after, h3.tittle:before {
    border: 4px double #c2c2c2;
    width: 120px;
    display: inline-block;
    content: "";
    margin: 9px 10px;
}

.pie-value {
    display: block;
    position: absolute;
    font-size:20px;
    top: 35%;
    left: 0;
    right: 0;
    color: #eb5424;
}
.abt-gd-left h4 {
    margin-top: 40px;
    color: #10A7AF;
    font-weight: 100;
    font-size: 22px;
}
.abt-left {
    padding: 120px 100px 0;
    min-height:610px;
}
/*-- /services --*/
#services{
    background: url(../img/fondo_yo1.jpg) no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 515px;
    padding-top: 4em;
}
.service-agileits {
    margin-top: 4em;
}
h3.w3l_head.two {
    color: #fff;
}
.list-gds  h4 {
    font-size:2em;
    margin: 0.5em 0;
    color: #9c0000;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.list-gds p {
    font-size: 0.9em;
    color: #d2d6da;
    line-height: 2em;
}
.list-gds i {
    font-size: 4em;
    color: #fff;
}
/*-- //services --*/
/*-- /skills --*/
.skills{
    background: url(../img/fondo_yo1.jpg) no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 690px;
    padding-top: 6em;
    text-shadow: 1.5px 2px 1px rgb(8, 8, 8);
}
.skills.two{ background: url(../img/viajar1.jpg) no-repeat center top; }
.skill-agile h4 {
    font-size: 1.6em;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    margin: 0 0 40px 0;
}
body .bar_group__bar.thin::before, body .bar_group__bar.thick::before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
}

body .bar_group__bar.thin::before {
    width: 100%;
    height:17px;
    background: #fff;

}
.skill-agile {
    padding: 0 4em;
    margin-top: 2em;
    
}
body .bar_group__bar.thin {
    height: 17px;
    background: #9c0000;
    margin-bottom:35px;
    -webkit-transition: width 2s;
    transition: width 2s;

}
.bar_group{
    position: relative;
    z-index: 1;
}
body .bar_group__bar.thin:last-child {
    margin-bottom: 0;
}
.agileits_skills_grids,.wthree_team_grids{
    margin: 3em 0 0;
}
p.b_label {
    font-size: .9em;
    text-transform: uppercase;
    color:#ffffff;
    margin-bottom: 1em;
}
/*-- //skills --*/
/*-- /education --*/
.education{background-color: #f3f2f2}
#education_two .skill-agile i{
    color: #ec0101;
    font-size: 35px;
}
.education-agile-w3l-year {
    float: left;
    width: 30%;
    border-left: 5px solid #e40202;
    padding-left: 14px;
}
.education-agile-w3l-info {
    float: right;
    width: 69%;
}
.education-w3l {
    padding: 8em 4em;
    background: #f3f2f2;
}
.education-agile-w3l-info h4 ,.education-agile-w3l-year h4{
    font-size: 1.6em;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 2px;
}
.education-agile-grids {
    margin-top: 1em;
}
.education-agile-w3l-year h6 {
    color: #9c0000;
    text-transform: uppercase;
    letter-spacing:2px;
    font-style:italic;
    font-size:1em;
}
.education-agile-w3l-info p {
    font-size: 0.9em;
    line-height: 1.3em;
    color: #777;
    margin-top: 10px;
}
.education-agile-w3l.two {
    margin: 1em 0;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    padding: 1em 0;
}
/*-- //education --*/
.agileits_portfolio_grids {
    margin: 2em 0 0 0;
}
.hovereffect {
    width: 46%;
    height: 100%;
    padding: 0.1%;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    float: left;
}

.hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    margin-bottom: 7px;
}

.hovereffect:hover img {
    filter: brightness(0.2);
    -webkit-filter: brightness(0.2);
    -moz-filter: brightness(0.2);
    -o-filter: brightness(0.2);
    -ms-filter: brightness(0.2);
}

.hovereffect h4 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 2.2em;
    background-color: transparent;
    color: #f90000;
    padding: 0.5em 0 0.5em;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    letter-spacing: 2px;
}

.hovereffect p{
    color: #FFF;
    line-height: 1.8em;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

.hovereffect:hover p, .hovereffect:hover h4 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.agileits_portfolio_grid {
    padding: 0 4px;
}
/*-- //portfolio --*/
#counter {
    background: url(../img/fondo_yo1.jpg) no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height:450px;
}
.agile_count_grid {
    text-align: center;
}
.agile_count_grid  h5 {
    font-size: 1.6em;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    margin: 0.5em 0;
}
p.counter {
    font-size: 2em;
    color:#fff;
}
.agile_count_grid span{
    font-size:2em;
    text-transform: uppercase;
    color: #9c0000;

}
.count {
    padding-top: 11em;
}

#gallery .hovereffect img{width: 100%}

/*-- //mail --*/
/*-- footer --*/
.w3l_footer{
    background: #000;
    padding: 4em 0 3em 0;
}
.w3l_footer form{
    width: 45%;
    margin: 3em auto 0;
}
.w3ls_footer_grid {
    margin: 0 auto;
    text-align: center;
}
.w3ls_footer_grids p.agileits_w3layouts_est{
    color:#fff;
    line-height:2em;
    margin:2em auto 5em;
    margin: 0 auto;
    text-align:center;
}
.w3ls_footer_grid_leftl{
    width: 55px;
    height: 55px;
    border-radius: 50px;
    text-align: center;
    background: #9c0000;
    margin: 0 auto;
}
.w3ls_footer_grid_leftl i{
    color: #fff;
    font-size: 1em;
    line-height: 3.4em;
}
.w3ls_footer_grid_leftr{
    margin-top: 10px;
}
.w3ls_footer_grid_leftr h4{
    font-size: 1.2em;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: .5em;
}
.w3ls_footer_grid_leftr p{
    color:#999;
    line-height:1.5em;
}
.w3ls_footer_grid_leftr a{
    color:#999;
    text-decoration:none;
    font-size:14px;
}
.w3ls_footer_grid_leftr a:hover{
    color:#9c0000;
}
.w3l_footer_pos{
    background: #000;
}
.w3l_footer_pos p{
    text-align:center;
    color:#fff;
    line-height:1.8em;
}
.w3l_footer_pos p a{
    color:#9c0000;
    text-decoration:underline;
}
.w3l_footer_pos p a:hover{
    color:#fff;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftl{
    background:#fff;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftl i{
    color:#212121;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftr h4{
    color:#9c0000;
}
.w3ls_footer_grid_left {
    background: #2e2e2e;
    float: left;
    width: 31%;
    margin: 0 10px;
    padding: 20px 20px;
}





/*-- contact --*/
.contact {background-color: #171717;}
.contact-form{
	margin:4em 0 0 0;
}
.styled-input.agile-styled-input-top {
    margin-top: 0;
} 
.contact input[type="text"],.contact textarea, .contact input[type="email"], .contact input[type="number"]{
    font-size: .9em;
    color: #fff;
    padding: 0.5em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #9c0000;
    background: none;
    -webkit-appearance: none;
	outline: none;
}
.contact textarea { 
    min-height: 150px;
    resize: none;
    background-color: #f3f2f2;
    color: #000;
} 
.contact .fields-grid{
    width: 48%;
    float: left;
}
/*-- input-effect --*/
.styled-input input:focus ~ label, .styled-input input:valid ~ label, .styled-input input:invalid ~ label, 
.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size: .9em;
    color: #fff;
    top: -1.3em;
    -webkit-transition: all 0.125s;
	-moz-transition: all 0.125s; 
	-o-transition: all 0.125s;
	-ms-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input textarea:focus ~ label, .styled-input textarea:valid ~ label{top: -1.7em;}
.styled-input {
	width: 99%;
    margin: 2em 0 1em;
    position: relative;
    float: left;
}
.styled-input.textarea-grid{
    float: left;
    width: 47%;
    margin: 0 1em;
}
.styled-input:nth-child(1),.styled-input:nth-child(3){
	margin-left:0;
}

.styled-input label {
	color: #f3f2f2;
    padding: 0.5em .9em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: .9em;
    display: block;
    line-height: 1em;
}
.contact .textarea-grid label{
    color: #000;
}
.styled-input input ~ span,.styled-input textarea ~ span {
	display: block;
    width: 0;
    height: 1px;
    background: #e40202;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input textarea ~ span { 
    bottom: 5px; 
}
.styled-input input:focus.styled-input textarea:focus { 
	outline: 0; 
} 
.styled-input input:focus ~ span,.styled-input textarea:focus ~ span {
	width: 100%;
	-webkit-transition: all 0.075s;
	-moz-transition: all 0.075s;  
	transition: all 0.075s; 
} 
/*-- //input-effect --*/
.contact input[type="submit"] {
    float: right;
    width: 36%;
    outline: none;
    color: #FFFFFF;
    padding: .5em 3em;
    font-size: .9em;
    font-weight: 600;
    margin: 1em 8% 0 0;
    -webkit-appearance: none;
    background: #9c0000;
    border: 2px solid #9c0000;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.contact input[type="submit"]:hover {
    background-color: #e40202;
    color: #FFFFFF;
    background: #e40202;
    border: 2px solid #9c0000;
}
#res_form{
    width: 100%;
    color: #e40202;
    font-weight: bold;
    display: none;
    float: left;
}
/*-- //contact --*/



/*-- //footer --*/
.map iframe{
    width:100%;
    min-height:350px;
    margin-top:2em;
    margin-bottom:-6px;
    border:none;
}
/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999; 
    width: 30px;
    height: 40px;
    border: none;
    /*background: url(../img/arrow.png) no-repeat 0px 0px;*/
}
#toTop:before{
    content: "\f062";
    font-family: FontAwesome;
    font-size: 30px;
    color: #9c0000;
    height: 40px;
    width: 30px
}
fa-long-arrow-up
#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- //to-top --*/




/*-- /blogs --*/
.news-text {
    float: right;
    padding: 3.38em 2em;
    background: #f3f2f2;
    width: 60%;
}
.news-img {
    float: left;
    position: relative;
    padding: 0;
    width: 40%;
    background-color: #fff;
}
.news-text.two {
    float:left;
}
.news-img img,.news-img.two  img{
    width: 100%;
}
.news-img.two {
    float:right;
}
.news-text h3   {
    font-size: 1.7em;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 1em;
    font-weight:bold;
}
.news-text p {
    font-size: 0.9em;
    line-height: 1.9em;
    margin: 1em 0 2em 0;
    color: #777;
}
.news-text h3,ul.news li:hover  i{
    color:#9c0000;
    text-decoration:none;
}

span.read {
    padding: 0.5em 1.5em;
    font-size: 1em;
    color: #9c0000;
    border: 2px solid #9c0000;
    text-decoration: none;
    border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    -o-border-radius: 1.5em;
    -ms-border-radius: 1.5em;
}
span.read:hover {
    background:#9c0000;
    color:#fff;
}
.news-grid { margin: 2em 0; background: #f3f2f2;}
.news-grid:hover{
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
   box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
   -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
   -moz-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
   -o-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
/*-- feedback --*/

.feedback-top{
    padding: 1em;
    background: #f3f2f2;
    position:relative;
}
.feedback-top:hover{
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
}
.feedback-top:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 27%;
    width: 0;
    height: 0;
    border-top: 9px solid #9c0000;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    transform: rotate(0deg);
}
.feedback-top p{
	color:#000;
	font-size:.9em;
	margin:0;
	line-height:1.8em;
}
.feedback-img{
    float: left;
    width: 35%;
}
.feedback-grids {
    margin: 1em auto 0;
    width: 100%;
}
.feedback-img img{
	width:100%;
}
.feedback-info {
    margin: 1em !important;
}
.feedback-img-info{
    float: left;
    width: 60%;
    margin-left: .5em;
}
.feedback-img-info h5{
    color: #9c0000;
    font-size: 1em;
    margin: 0;
    font-weight: 600;
}
.feedback-img-info p{
    color: #9c0000;
    font-size: 1.2em;
    margin: 0;
}
.feedback-img-info p:hover{font-weight: bold}
/*-- //feedback --*/








/*-- start-responsive-design --*/
@media (max-width:1440px){
    #home {
        min-height: 550px;
    }
    .education-w3l {
        padding: 2.7em 4em;
    }
    .skills {
        min-height: 748px;
    }
    .skills.two {
        min-height: 454px;
    }
    .banner h2 {
        font-size: 3em;
        letter-spacing: 6px;
    }
}
@media (max-width:1366px){
    .skill-agile h4 {
        font-size: 1.3em;
    }
    .education-agile-w3l-info h4, .education-agile-w3l-year h4 {
        font-size: 1.4em;
    }
    .education-agile-w3l-year h6 {
        font-size: 0.9em;
    }
    #about, #mail, #gallery {
        padding: 3em 0;
    }
}
@media (max-width:1280px){
    .container {  width: 100%;    }
    .skills {
        min-height: 696px;
    }
    #counter {
        min-height: 400px;
    }
    .count {
        padding-top: 9em;
    }
    #home {
        min-height: 520px;
    }
    .banner img {
        border: 7px solid #9c0000;
        width: 20%;
    }
    .banner {
        padding-top: 5em;
    }
    .callbacks_tabs {
        left: 44%;
    }
    .slider-info p {
        font-size: 0.9em;
    }
}
@media (max-width:1080px){
    #home {
        min-height: 520px;
    }
    
    .callbacks_tabs {
        left: 41%;
    }
    .education-w3l {
        padding: 3em 3em;
    }
    .skills {
        min-height: 682px;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 12px 8px;
    }
    .news-img img, .news-img.two img {      margin-top: 5%;    }
    
}
@media (max-width: 1024px){
    
    .nav > li > a {
        position: relative;
        display: block;
        padding:14px 6px;
    }
    
}	
@media (max-width: 991px){
    #home {
        min-height: 400px;
    }
    
    .agile-about-right-img{display: none;}
    .nav > li > a {
        position: relative;
        display: block;
        padding: 15px 2px;
        font-size: 13px;
    }
    .agile-about-right-img img {
        width: 55%;
        margin-bottom: 1em;
    }
    .list-gds {
        float: left;
        width: 33%;
        padding: 0;
    }
    .list-gds p {
        font-size: 0.85em;
        line-height:1.8em;
    }
    h3.w3l_head {
        font-size: 3em;
    }
    .skills {
        min-height:550px;
        padding-top: 5em;
    }
    .skills.two {
        min-height: 421px;
    }
    .agileits_portfolio_grid {
        padding: 0 4px;
        float: left;
        /*width: 33%;*/
    }
    .hovereffect{
        height: 200px;
    }
    .hovereffect h4 {
        font-size: 1.8em;
        padding: 1.7em 0 0.5em;
    }
    .w3ls_footer_grid_left {
        float: left;
        width: 30%;
        margin: 0 10px;
        padding: 16px 16px;
    }
    .agile_count_grid {
        text-align: center;
        float: left;
        width: 25%;
    }
    #counter {
        min-height: 325px;
    }
    p.counter {
        font-size: 1.6em;
    }
    .count {
        padding-top: 7em;
    }
    .w3_agile_mail_grid textarea {
        min-height: 200px;
    }
    .w3l_footer {
        padding: 3em 0 2em 0;
    }
    .navbar-brand {
        line-height: 35px;
        font-size: 1.1em;
    }
}
@media (max-width: 800px){
    #home {
        min-height: 370px;
    }
    .callbacks_tabs {
        left: 38%;
    }
}
@media (max-width: 768px){

}
@media (max-width: 767px){
    
    .navbar-default .navbar-toggle {
        border-color: #e40202;
    }
    .navbar-header{width: 100%}
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #e40202;
    }
    .navbar-header .logo{width: 70% !important}
    .navbar-brand img{width: 50% !important}
    .navbar-toggle {
        margin: 1em 0;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-nav {
        float: none;
        margin: 0;
        text-align: center;
        background: #0c0c0c;
    }
    .navbar-nav > li:nth-child(3) a {
        margin-right: auto !important;
    }
    .w3_navigation_pos {
        left: 0;
    }
    .w3_navigation_pos {
        position: inherit;
        float: left;
        margin-top: .9em;
    }
    .slider-info p {
        font-size: 0.9em;
        letter-spacing: 7px;
        margin: 2em 0;
    }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #e40202!important;
    }
    #home {
        min-height: 350px;
    }
    .banner img {
        border: 7px solid #9c0000;
        width: 25%;
    }
    .banner {
        padding-top: 4em;
    }
    .banner h2 {
        font-size: 2.7em;
        letter-spacing: 6px;
    }
    .slider-info p {
        font-size: 0.9em;
        letter-spacing: 6px;
        margin: 1.5em 0;
    }
    .abt-gd-left.text-center {
        float: left;
        width: 50%;
    }
    .navbar-brand {
        line-height: 35px;
        font-size: 1.6em;
    }
    .w3ls_footer_grid_left {
        float: left;
        width: 30%;
        margin: 0 10px;
        padding: 16px 10px;
    }
    .agile_count_grid h5 {
        font-size: 1.5em;
    }
    #gallery .news-text.two{float: right;}
    #gallery .news-img img, #gallery .news-img.two img {      margin-top: 0%;    }
    #gallery .news-img, #gallery .news-text{width: 100%;}
    #gallery .news-text {height: 330px;}
    #gallery{    border: 2px solid #9c0000;       margin: 5px; }
    .contact .fields-grid{width: 98%;}
    .contact .contact-form{margin: 0;}
    .contact  .styled-input.textarea-grid{
        margin-top: 3%;
        width: 90%;
    }
    .contact input[type="submit"]{
        width: 91%;
        float: left;
        margin-left: 2%;
    }
}
@media (max-width: 736px){
    .agile_count_grid h5 {
        font-size: 1.4em;
    }
    .list-gds h4 {
        font-size: 1.8em;
        margin: 0.3em 0;
    }

}
@media (max-width: 667px){
    #home {
        min-height: 300px;
    }
    .slider-info p {
        font-size: 0.9em;
        letter-spacing: 4px;
        margin: 1.5em 0;
    }
    .w3ls_footer_grid_left {
        float: left;
        width: 100%;
        margin: 4px 0px;
        padding: 16px 10px;
    }
    .banner h2 {
        font-size: 2.5em;
        letter-spacing: 6px;
    }
    #services {
        min-height: 515px;
        padding-top: 3em;
    }
    .w3_navigation {
        padding: 0em 0;
    }
    .banner img {
        border: 5px solid #9c0000;
        width: 31%;
    }
}
@media (max-width: 640px){
    .callbacks_tabs {
        left: 37%;
    }
    .hovereffect h4 {
        font-size: 1.6em;
        padding: 0.5em 0 0.5em;
    }
    .banner {
        padding-top: 3em;
    }
}
@media (max-width: 600px){
    .slider-info p {
        font-size: 0.85em;
        letter-spacing: 3px;
        margin: 1em 0;
        line-height: 1.7em;
    }
    .banner span {
        letter-spacing: 3px;
        font-size: 0.9em;
    }
    .w3ls-agile-left-info p {
        font-size: 0.9em;
    }
    .callbacks_tabs {
        left: 35%;
    }
}
@media (max-width: 568px){
    .list-gds {
        float: left;
        width: 100%;
        padding: 0;
        margin-bottom: 11px;
    }
    .service-agileits {
        margin-top: 2em;
    }
    #services {
        padding-top: 2em;
        padding-bottom: 1em;
    }
    p, ul li, ol li {
        margin: 0;
        font-size: 13px!important;
        letter-spacing: 1px;
    }
    p.counter {
        font-size: 1.4em !important;
    }
    .slider-info p {
        letter-spacing: 4px;
        margin: 1em 0;
        line-height: 1.8em;
    }
    .agile-about-right-img img {
        width: 100%;
        margin-bottom: 1em;
    }
    .w3l-grids-about {
        margin-top: 2em;
    }
    .skill-agile {
        padding: 0 1em;
        margin-top: 1em;
    }
    .skills {
        min-height: 467px;
        padding-top: 3em;
    }
    .skill-agile h4 {
        font-size: 1.1em;
    }
    .skills.two {
        min-height: 356px;
    }
    .agileits_portfolio_grid {
        padding: 0 4px;
        float: left;
        width: 100%;
    }
    .hovereffect{
        height: 150px;
    }
    .hovereffect h4 {
        font-size: 1.8em;
        padding: 3.7em 0 0.5em;
    }
    .agile_count_grid {
        text-align: center;
        float: left;
        width: 50%;
        margin: 0 0 1em 0;
    }
    .count {
        padding-top: 3em;
    }
    .education-agile-grids {
        margin-top:1em;
    }
}
@media (max-width: 480px){
    .agileits_portfolio_grid {
        padding: 0 4px;
        float: left;
        width: 100%;
    }
    .hovereffect{
        height: 140px;
    }
    .hovereffect h4 {
        font-size: 1.8em;
        padding: 3.7em 0 0.5em;
    }
    .agile_count_grid {
        text-align: center;
        float: left;
        width: 50%;
    }
    .callbacks_tabs {
        left: 32%;
    }
    .education-agile-w3l-info {
        float: right;
        width: 63%;
    }
    .education-w3l {
        padding: 2em 1em;
    }
    .education-agile-grids {
        margin-top: 0.5em;
    }
    .abt-gd-left.text-center {
        float: left;
        width: 100%;
        padding: 0;
    }
    h3.w3l_head {
        font-size: 2.5em;
    }
    .skills.two {
        min-height: 324px;
    }
    .w3l_footer_pos p {
        line-height: 1.8em;
        padding: 0 3px;
    }
    .w3_agile_mail_grid {
        padding: 0 0px;
    }
    .contact .styled-input{margin-top: 1em;}
    .contact  .styled-input.textarea-grid{ width: 88%;    }
    .contact input[type="submit"]{        width: 94%;    }
}
@media (max-width: 414px){
    .education-w3l {
        padding: 2em 1em;
    }
    .slider-info p {
        letter-spacing: 3px;
        margin: 1em 0;
        line-height: 1.8em;
    }
    .navbar-brand {
        line-height: 35px;
        font-size: 1.5em;
    }
    .banner {
        padding-top: 3em;
    }
    #about, #mail, #gallery {
        padding: 2em 0;
    }
    .hovereffect h4 {
        font-size: 1.8em;
        padding: 3em 0 0.5em;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 14px 0px;
    }
    .agileits_portfolio_grids {
        margin: 1em 0 0 0;
    }
    .hovereffect{
        height: 100px;
    }
}
@media (max-width: 384px){
    .banner img {
        border: 5px solid #9c0000;
        width: 38%;
    }
    .abt-gd-left.text-center {
        float: left;
        width: 100%;
        padding: 0;
    }
    .abt-gd-left h4 {
        margin-top: 9px;
        font-size: 22px;
        margin-bottom: 10px;
    }
    .skills {
        min-height: 417px;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .slider-info p {
        letter-spacing: 2px;
        margin: 1em 0;
    }
    .hovereffect h4 {
        font-size: 1.8em;
        padding: 2.5em 0 0.5em;
    }
    .agile_count_grid h5 {
        font-size: 1.2em;
    }
    ul.top-links li {
        margin-right: 8px;
        display: inline-block;
    }
    .w3l_footer {
        padding: 2em 0 2em 0;
    }
}
@media (max-width: 375px){
    .navbar-brand {
        line-height: 35px;
        font-size: 1.4em;
    }
    .banner h2 {
        font-size: 2.3em;
        letter-spacing: 4px;
    }
    .banner span {
        letter-spacing: 2px;
        font-size: 0.83em;
    }
    .banner span {
        letter-spacing: 2px;
        font-size: 0.85em;
    }
    #home {
        min-height: 280px;
    }
    .navbar-brand {
        line-height: 35px;
        font-size: 1.4em;
    }
    p.w3ls_head_para {
        color: #9c0000;
        letter-spacing:4px;
    }
    .hovereffect h4 {
        font-size: 1.8em;
        padding: 2.3em 0 0.5em;
    }
    ul.top-links li {
        margin-right: 8px;
        display: inline-block;
    }
    ul.top-links li a i.fa {
        color: #fff;
        font-size: 13px;
        line-height: 29px;
        width: 33px;
        height: 33px;
        border: 2px solid #fff;
    }
    .slider-info p {
        letter-spacing: 2px;
        margin: 1em 0;
        font-size: 12px !important;
    }
    .banner img {
        border: 5px solid #9c0000;
        width: 38%;
    }
    .banner {
        padding-top: 2em;
    }
    .callbacks_tabs {
        left: 26%;
    }
    .education-agile-w3l-info h4, .education-agile-w3l-year h4 {
        font-size: 1.2em;
    }
    h3.w3l_head {
        font-size: 2.3em;
    }
}
@media (max-width:320px){
    #home {
        min-height: 260px;
    }
    .navbar-brand {
        line-height: 35px;
        font-size: 1.3em;
    }
    p.w3ls_head_para {
        letter-spacing: 3px;
    }
    .hovereffect h4 {
        font-size: 1.8em;
        padding: 2.1em 0 0.5em;
    }
    .callbacks_tabs {
        left: 26%;
    }

    .banner img {
        border: 5px solid #9c0000;
        width: 45%;
    }
}