﻿.events-agileits-w3layouts, .testimonials, .stats-agileits, .about-agileits, .team, .portfolio, .contact-w3ls, .inner-padding {
    padding: 5em 0em;
}

.heading-agileinfo {
    font-weight: 800;
    letter-spacing: .5px;
    font-size: 30px;
    margin-bottom: 1.9em;
    text-align: center;
    color: #000;
    text-transform: capitalize;
    position: relative;
}

    .heading-agileinfo span:after {
        content: '';
        background: #212121;
        height: 2px;
        width: 70px;
        position: absolute;
        top: 132%;
        right: 47%;
    }

    .heading-agileinfo span {
        display: block;
        font-size: 35px !important;
        margin-top: 1em;
        letter-spacing: 4px;
        text-transform: capitalize;
        color: #272363;
        font-weight: 800;
    }

.white-w3ls {
    color: #fff !important;
}

.black-w3ls {
    color: #000 !important;
}

.yellow-w3ls {
    color: #f8b239 !important;
}
/*-- //main --*/

/*-- about us --*/
.about-agileits {
    text-align: center;
}

.agileits_banner_bottom {
    width: 75%;
    margin: 0 auto;
}

.about-agileits p {
    font-size: 17px;
    color: #222;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 500;
}

.about-agileits h3 i {
    font-weight: 300;
}

.w3ls_banner_bottom_grids {
    margin: 1em 0 0;
}

.w3l_banner_bottom_grid {
    padding: 2em;
    text-align: center;
    border: 2px solid #222;
}
/*-- grid-effect --*/
/*--inner services --*/
.agileinfo_services_grid1 {
    padding: 2em;
    border: 1px solid #999;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .agileinfo_services_grid1:after, .agileinfo_services_grid1:before {
        content: '';
        z-index: 2;
        width: 0;
        height: 0;
        visibility: hidden;
        position: absolute;
        -webkit-transition: all 800ms ease-in-out;
        -moz-transition: all 800ms ease-in-out;
        -ms-transition: all 800ms ease-in-out;
        -o-transition: all 800ms ease-in-out;
        transition: all 800ms ease-in-out;
    }

    .agileinfo_services_grid1:before {
        bottom: 0;
        right: 0;
        border-bottom: 1px solid #272363;
        border-right: 1px solid #272363;
    }

    .agileinfo_services_grid1:after {
        top: 0;
        left: 0;
        border-top: 1px solid #272363;
        border-left: 1px solid #272363;
    }

    .agileinfo_services_grid1:hover {
        cursor: default;
        border: 1px solid #fff;
    }

        .agileinfo_services_grid1:hover:after, .agileinfo_services_grid1:hover:before {
            width: 100%;
            height: 100%;
            visibility: visible;
        }

    .agileinfo_services_grid1 i {
        font-size: 2.5em;
        color: #f8b239;
        top: 0;
    }

    .agileinfo_services_grid1:hover i {
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
        text-shadow: 2px 2px #4f565a;
        -webkit-text-shadow: 2px 2px #4f565a;
        -moz-text-shadow: 2px 2px #4f565a;
        -o-text-shadow: 2px 2px #4f565a;
        -ms-text-shadow: 2px 2px #4f565a;
    }

    .agileinfo_services_grid1 h4 {
        text-transform: capitalize;
        font-size: 1.3em;
        line-height: 1.5em;
        margin: 1em 0;
        color: #272363;
    }

    .agileinfo_services_grid1 p {
        color: #222;
        line-height: 2em;
    }

    .agileinfo_services_grid1:hover p {
        color: #000;
        line-height: 2em;
    }

.agileinfo_services_grid:nth-child(7), .agileinfo_services_grid:nth-child(5), .agileinfo_services_grid:nth-child(6) {
    margin: 2em 0 0;
}

.services-bottom {
    background: url(../images/5.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
}

.w3agile_services_bottom_grid {
    text-align: right;
    padding: 5.5em 0 2em;
}

    .w3agile_services_bottom_grid h3 {
        font-size: 1.4em;
        line-height: 1.5em;
        color: #f8b239;
        text-transform: capitalize;
    }

    .w3agile_services_bottom_grid p {
        color: #fff;
        line-height: 2em;
        margin: 2em 0;
    }

.more a {
    padding: 8px 50px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

    .more a:hover {
        color: #212121;
    }
/*--//inner services --*/