﻿body {
}






/*-- icons --*/
.codes a {
    color: #999;
}

.icon-box {
    padding: 8px 15px;
    background: rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}

    .icon-box:hover {
        background: #000;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        -moz-transition: 0.5s all;
    }

        .icon-box:hover i.fa {
            color: #fff !important;
        }

        .icon-box:hover a.agile-icon {
            color: #fff !important;
        }

.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
}

.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.codes .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;
}

.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

h3.icon-subheading {
    font-size: 28px;
    color: #2ebaef !important;
    margin: 30px 0 15px;
    letter-spacing: 2px;
}

h3.agileits-icons-title {
    font-size: 33px;
    color: #222222;
    letter-spacing: 2px;
    margin: 1.5em 0;
    text-align: center;
}

.icons a {
    color: #999;
}

.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}

.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background: rgba(149, 149, 149, 0.18);
    margin: 1%;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #282a2b;
}

.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;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

@media (max-width:991px) {
    h3.agileits-icons-title {
        font-size: 28px;
    }

    h3.icon-subheading {
        font-size: 22px;
    }
}

@media (max-width:768px) {
    h3.agileits-icons-title {
        font-size: 28px;
    }

    h3.icon-subheading {
        font-size: 25px;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .icon-box {
        margin: 0;
    }
}

@media (max-width: 640px) {
    .icon-box {
        float: left;
        width: 50%;
    }
}

@media (max-width: 480px) {
    .bs-glyphicons li {
        width: 31%;
    }
}

@media (max-width: 414px) {
    h3.agileits-icons-title {
        font-size: 23px;
    }

    h3.icon-subheading {
        font-size: 18px;
    }

    .bs-glyphicons li {
        width: 31.33%;
    }
}

@media (max-width: 384px) {
    .icon-box {
        float: none;
        width: 100%;
    }
}
/*-- //icons --*/
.w3_wthree_agileits_icons.main-grid-border {
    padding: 5em 0;
}

















/*-- portfolio --*/
.w3ls_portfolio_grids {
    padding-top: 1em;
}
/*-- offer-bottom --*/
.w3l_services_footer_top_right_main:nth-child(2) {
    margin: 3em 0;
}

.w3l_services_footer_top_left img {
    margin: 0 auto;
}

.w3l_services_footer_top_right_main_l {
    float: left;
}

    .w3l_services_footer_top_right_main_l h3 {
        font-size: 1.2em;
        color: #ff464f;
        padding-right: 2em;
        border-right: 1px solid #212121;
        margin: 1.8em 0 0;
    }

.w3l_services_footer_top_right_main_l1 {
    float: left;
    margin: 0 4em;
}

.w3ls_service_icon {
    width: 70px;
    height: 70px;
    border: 2px solid #0accff;
    border-radius: 40px;
    text-align: center;
}

    .w3ls_service_icon i {
        font-size: 2em;
        color: #0accff;
        padding-top: .5em;
    }

.w3l_services_footer_top_right_main_r {
    float: right;
    width: 50%;
}

    .w3l_services_footer_top_right_main_r a {
        font-size: 1em;
        color: #212121;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 600;
    }

        .w3l_services_footer_top_right_main_r a:hover {
            color: #0accff;
        }

    .w3l_services_footer_top_right_main_r p {
        margin: 1em 0 0;
        color: #999;
        line-height: 2em;
    }

.agileits_portfolio_sub_grid {
    background: #0accff;
}

.w3_agile_portfolio_grid1 {
    margin-top: 2em;
    overflow: hidden;
}

.agileits_portfolio_sub_grid .w3layouts_port_head {
    content: '';
    z-index: 1;
    position: absolute;
    left: 49%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 100px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.w3_agile_portfolio_grid1:hover .agileits_w3layouts_team_grid img {
    opacity: 0.8;
}

.w3_agile_portfolio_grid1:hover .agileits_w3layouts_team_grid .w3layouts_port_head {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
}

.w3layouts_port_head h3 {
    font-size: 1em;
    letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
    padding: 0.5em 1em;
}

.w3_agile_portfolio_grid1 {
    position: relative;
}
/*-- //offer-bottom --*/
.banner-bottom {
    padding: 5em 0;
}
/*-- //portfolio --*/

/*-- responsive-design --*/
@media(max-width:1366px) {
}

@media(max-width:1280px) {
    .banner-text {
        padding: 13em 0;
    }
}

@media(max-width:1080px) {
    .banner-text {
        padding: 11em 0;
    }

        .banner-text h5 {
            font-size: 1.5em;
        }

    .w3menu.navbar-left {
        margin-left: 5em;
    }

    .w3ls-banner-1 {
        min-height: 250px;
    }

    .banner-text h2, .banner-text h3 {
        font-size: 2.5em;
    }

    .banner-text h5 {
        width: 60%;
    }

    .welcome-left {
        padding: 70px 30px 70px 30px;
    }

    .welcome-bottom-right {
        padding: 70px 30px 70px 30px;
    }

    .services-wthree {
        margin-left: 24em;
        width: 65%;
    }

    .services-w3-agileits {
        margin-left: 2em;
        width: 65%;
    }
}

@media(max-width:991px) {
    .banner-text span {
        margin: 2em 0;
    }

    .banner-text p {
        letter-spacing: 8px;
    }

    .mail {
        padding: 3em 0;
    }

    .agileits_mail_grid_right {
        padding-left: 15px;
        margin-top: 2em;
    }

    .agile-map iframe {
        width: 100%;
    }

    .agileits_mail_grids {
        margin-top: 3em;
    }

    .w3llogo h1 a {
        letter-spacing: 2px;
    }

    .w3menu.navbar-left {
        margin-left: 1em;
    }

    .top-nav ul li a {
        padding: .5em 0.45em;
    }

    .footer-grid:nth-child(2) {
        margin: 2em 0;
    }

    .w3-agile-footer {
        padding: 2em 0;
    }

    .agileinfo_portfolio_grid {
        float: left;
        width: 33.33%;
    }

    .banner-bottom {
        padding: 3em 0;
    }

    .courses {
        padding: 3em 0;
    }

    .agileits_w3layouts_team_grids.w3ls_courses_grids {
        margin-top: 3em;
    }

    .agileits_courses_right {
        margin-top: 2em;
    }

    .w3layouts_stats_left {
        padding: 3em 0;
        float: left;
        width: 25%;
    }

    .stats-bottom-banner {
        padding: 3em 0;
    }

    .team-w3ls {
        padding: 3em 0;
    }

    .agileits_w3layouts_team_grids {
        margin-top: 3em;
    }

    .stats-bottom-banner p {
        margin: 2em auto 0em;
    }

    .top-nav ul li a {
        font-size: 1em;
    }

    .banner-text h2, .banner-text h3 {
        font-size: 2em;
    }

    .welcome-left {
        min-height: 379px;
    }

    .welcome-right {
        min-height: 370px;
        margin-bottom: 2em;
    }

    .welcome-bottom-left {
        min-height: 370px;
    }

    .welcome-bottom-right {
        min-height: 379px;
    }

    .services-agile {
        padding: 3em 0;
    }

    .services-top {
        width: 80%;
    }

    .services-wthree {
        margin-left: 11em;
        width: 78%;
    }

    .services-w3-agileits {
        margin-left: 2em;
        width: 78%;
    }

    .team {
        padding: 3em 0;
    }

    .w3_agile_team_grid {
        float: left;
        width: 50%;
    }

        .w3_agile_team_grid:nth-child(3), .w3_agile_team_grid:nth-child(4) {
            margin-top: 2em;
        }

    .w3_wthree_agileits_icons.main-grid-border {
        padding: 3em 0;
    }

    .typo {
        padding: 3em 0;
    }
}

@media(max-width:800px) {
    .banner-text {
        padding: 9em 0 11em;
    }

        .banner-text h5 {
            font-size: 1.2em;
        }
}

@media(max-width:767px) {
    button.navbar-toggle {
        margin: 0.2em 0.6em 0;
        color: #fff;
        font-size: 1.8em;
        padding: 0;
    }

    .w3llogo h1 {
        margin-left: 0.5em;
    }

    .w3menu.navbar-left {
        margin-left: 0;
    }

    .top-nav ul li {
        margin: 1em 0;
        display: block;
    }

    div#bs-example-navbar-collapse-1 {
        position: absolute;
        width: 100%;
        background: rgba(0, 0, 0, 0.81);
        border: none;
        z-index: 9;
        padding: 1em 0 1.5em;
        margin-top: 1em;
    }

    .w3ls-bnr-icons.social-icon {
        margin-top: 1em;
        text-align: center;
    }

    .top-nav ul li a {
        padding: 0.5em 2em;
    }

    .top-nav .open > .dropdown-menu {
        background: rgba(0, 0, 0, 0.81);
        text-align: center;
        margin-top: 1em;
        width: 100%;
    }

    .banner-text p {
        margin-bottom: 1.5em;
    }
}

@media(max-width:736px) {
}

@media(max-width:667px) {
    .banner-text {
        padding: 8em 0 10em;
    }

    .copy-w3right p {
        letter-spacing: 1px;
    }

    .services-top {
        width: 93%;
    }

    .services-wthree {
        margin-left: 3em;
        width: 90%;
    }

    .services-w3-agileits {
        margin-left: 0em;
        width: 90%;
    }
}

@media(max-width:640px) {
    .w3ls-banner-1 {
        min-height: 200px;
    }

    .w3layouts_stats_left h3 {
        font-size: 1.2em;
    }

    .w3layouts_stats_left p {
        font-size: 2.5em;
    }

    .banner-text h5 {
        width: 77%;
    }

    .banner-text h2, .banner-text h3 {
        font-size: 1.7em;
    }

    .banner-text {
        padding: 6em 0 8em;
    }
}

@media(max-width:600px) {
    .banner-text h2, .banner-text h3 {
        font-size: 1.6em;
    }

    .banner-text h5 {
        font-size: 1.1em;
    }

    .banner-text p {
        letter-spacing: 5px;
        font-size: 0.9em;
    }
}

@media(max-width:568px) {
    .banner-text {
        padding: 6em 0 8em;
    }

        .banner-text h2, .banner-text h3 {
            font-size: 1.5em;
        }
}

@media(max-width:480px) {
    .w3ls-banner-1 {
        min-height: 140px;
    }

    .agileinfo_portfolio_grid {
        width: 100%;
    }

    .stats-bottom-banner h3 {
        font-size: 1.7em;
    }

    .stats-bottom-banner p {
        width: 100%;
    }

    .team h3 {
        font-size: 30px;
    }

    .services-agile h3 {
        font-size: 30px;
    }

    .services-agile h4 {
        font-size: 20px;
    }

    .banner-text {
        padding: 6em 0 5em;
    }
}

@media(max-width:414px) {
    .banner-text h2, .banner-text h3 {
        font-size: 1.4em;
        line-height: 37px;
    }

    .banner-text h5 {
        line-height: 26px;
    }

    .banner-text {
        padding: 4em 0 5em;
    }

    .agile-map iframe {
        min-height: 250px;
        width: 100%;
    }

    .w3ls-banner-1 {
        min-height: 140px;
    }

    .agileits_mail_grid_left input[type="submit"] {
        width: 44%;
    }

    .agileits_w3layouts_team_grids.w3ls_courses_grids {
        margin-top: 1em;
    }

    .w3layouts_stats_left {
        width: 50%;
    }

    .banner-text {
        padding: 5em 0 5em;
    }

    .welcome h3 {
        font-size: 26px;
        letter-spacing: 2px;
    }

    .welcome-right {
        min-height: 270px;
    }

    .welcome-bottom-left {
        min-height: 270px;
    }

    .services-agile h3 {
        font-size: 26px;
        letter-spacing: 2px;
    }

    .services-agile h4 {
        font-size: 19px;
        letter-spacing: 2px;
    }

    .team h3 {
        font-size: 26px;
        letter-spacing: 2px;
    }

    .w3_agile_team_grid {
        float: left;
        width: 100%;
    }

        .w3_agile_team_grid:nth-child(2) {
            margin-top: 2em;
        }
}

@media(max-width:384px) {
}

@media(max-width:375px) {
    .banner-text {
        padding: 4em 0 7em;
    }

        .banner-text h2, .banner-text h3 {
            font-size: 1.8em;
        }

        .banner-text h5 {
            font-size: 0.9em;
        }

        .banner-text p {
            letter-spacing: 3px;
        }

        .banner-text span {
            margin: 1.5em 0;
        }

    .welcome-left-top {
        padding-left: 24px;
    }
}

@media(max-width:320px) {
    .banner-text h2, .banner-text h3 {
        font-size: 1.3em;
        line-height: 28px;
    }

    .banner-text p {
        letter-spacing: 1px;
        font-size: 0.8em;
    }

    .banner-text span {
        font-size: 0.6em;
    }

    .banner-text {
        padding: 3em 0 6em;
    }

    .w3ls-banner-1 {
        min-height: 110px;
    }

    .banner-text h5 {
        width: 95%;
        line-height: 23px;
    }

    .mail {
        padding: 2em 0;
    }

    .agileits_mail_grids {
        margin-top: 2em;
    }

    .agileits_mail_grid_left {
        padding: 0;
    }

    .w3ls_head {
        font-size: 30px;
    }

    .agileits_mail_grid_right {
        padding: 0;
    }

    .footer-grid {
        padding: 0;
    }

    .foot-top-w3 {
        padding-left: 20px;
    }

    .footer-grid-heading h4 {
        font-size: 22px;
    }

    .w3-agile-footer {
        padding: 2em 0;
    }

    .footer-grids p {
        font-size: 13px;
    }

    .left-agileits h3 {
        font-size: 24px;
    }

    .banner-bottom {
        padding: 2em 0;
    }

    .agileinfo_portfolio_grid {
        padding: 0;
    }

    .courses {
        padding: 2em 0;
    }

    .agileits_w3layouts_team_grids.w3ls_courses_grids {
        margin-top: 0em;
    }

    .w3ls_banner_bottom_left.w3ls_courses_left {
        padding: 0;
    }

    .w3ls_courses_left_grid h3 i {
        padding-right: 0.5em;
    }

    .agileits_courses_right {
        padding: 0;
    }

    .agileits_w3layouts_team_grids {
        margin-top: 2em;
    }

    .w3l_stats_bottom_grid_left {
        padding: 0;
    }

    .w3l_stats_bottom_grid_right {
        padding: 0;
    }

    .banner-text {
        padding: 3em 0 4em;
    }

    .welcome-left {
        padding: 40px 16px 40px 16px;
    }

    .welcome p {
        font-size: 14px;
        line-height: 26px;
    }

    .welcome h3 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .welcome-bottom-right {
        padding: 40px 16px 40px 16px;
    }

    .welcome-right {
        min-height: 210px;
    }

    .welcome-bottom-left {
        min-height: 210px;
    }

    .services-top {
        width: 100%;
        padding-left: 24px;
    }

    .services-agile p {
        font-size: 14px;
        line-height: 26px;
    }

    .services-wthree {
        margin-left: 0em;
        width: 100%;
        margin-top: 3em;
    }

    .services-agileits {
        padding-left: 24px;
        width: 79%;
    }

    .services-1 {
        width: 20%;
    }

    .services-w3-agileits {
        margin-top: 3em;
        width: 100%;
    }

    .w3_agile_team_grids {
        margin: 0em 0 0;
    }

    .w3_agile_team_grid {
        padding: 0;
    }

    .w3_wthree_agileits_icons.main-grid-border {
        padding: 2em 0;
    }

    .typo {
        padding: 2em 0;
    }
}
/*-- //responsive-design --*/