.banner-bottom, .testimonials, .softwares, .software-bottom, .stats-bottom {
    padding: 4em 0;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
}
.agileits_banner_bottom_grids, .w3layouts_work_grids, .wthree_testimonial_grids, .wthree_softwares_grids, .w3layouts_mail_grid {
    margin: 3em 0 0;
}
.w3ls_banner_bottom_grid {
    position: relative;
}
.hovereffect img {
    display: block;
    position: relative;
}
.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    border: 2px solid #88b5cc;
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}
input[type="submit"], input[type="reset"], a, .agileinfo_softwares_grid1_pos, .agileinfo_softwares_grid1 h4, .simplefilter li {
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}
.hovereffect h4 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.3em;
    padding: 10px 0;
    width: 80%;
    margin: 0 auto;
    font-weight: 400;
    background: rgba(34, 41, 38, 0.55);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}
.logo_log {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    height: 120px;
    border-bottom: solid 1px black;
    /* background-color: #76bdff; */
     background: url(../images/banner.jpg);
}
.logo_txt {
    float: left;
    display: inline;
    margin-top: 20px;
    margin-left: 100px;
    font-size: 60px;
    font-weight: 400;
    color: #ececec;
}