/*--
Author: NIRA Systems
Author URL: http://nirasystems.com
License: Licensed to NIRA Systems
--*/
html, body {
    margin: 0;
    font-size: 100%;
    background: #fff;
    font-family: 'Work Sans', sans-serif;
    /*font-family: "Lato", Arial, Helvetica, sans-serif;*/
}

    body a {
        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;
    }

a:hover {
    text-decoration: none;
}

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;
    font-family: 'Work Sans', sans-serif;
}

p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 0.9em;
}

li {
    margin: 0;
    letter-spacing: 1px;
    font-size: 0.9em;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}
/*-- header --*/
.agileits-logo {
    text-align: center;
}

    .agileits-logo h1 {
        margin: 0;
    }

        .agileits-logo h1 a {
            font-size: 1.3em;
            text-transform: uppercase;
            color: #fff;
            text-decoration: none;
            font-weight: 700;
            letter-spacing: 1px;
            padding: 0;
        }

            .agileits-logo h1 a span {
                text-transform: capitalize;
                letter-spacing: 1px;
                /*font-weight: 400;*/
                color: #FFFFFF;
            }

    .agileits-logo img {
        width: 80px;
    }

.banner_header_top_wthree {
    background: #000;
    padding: 1em 0 1em 0;
}
/* Rectangle Out */
.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-rectangle-out:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffb900;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        -moz-transition-property: transform;
        -ms-transition-property: transform;
        -o-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -ms-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
        color: white;
    }

        .hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }
/*Salesforce Style Start*/
.custom-list-item {
    margin-left: 20px;
}

.custom-list {
    list-style-type: none;
    margin-left: 20px;
    padding-left: 0;
}

    .custom-list li:before {
        content: '\2605';
        Unicode character for a tick display: inline-block;
        width: 1em;
        color: #1abc9c;
        margin-left: -1em;
        margin-right: 1em;
    }
/*Salesforce Style End*/
/*-- nav --*/
.navbar-default {
    background: none;
    border: none;
}

.amazingwp-logo {
    float: right;
    margin-top: -100px;
    max-width: 100%;
    width: 100px;
    margin-left: 20px;
}
.MSME01-logo {
    /*float: right;*/
    margin-top: -100px;
    max-width: 100%;
    width: 110px;
    right:100px;
    position:absolute;
}

.navbar {
    margin-bottom: 0;
}

.navbar-collapse {
    padding: 0;
}

.navbar-right {
    margin-right: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffb900;
    background: none;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 0.9em;
}

.navbar-nav > li > a {
    margin: 0;
    padding: 0 1.5em;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ec9114;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    outline: none;
}

nav.navbar.navbar-default {
    background: none;
}

.navbar-right {
    float: none !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background: none;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > .active.open > a:focus {
    background: transparent;
    color: #fff;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
}

.navbar-brand {
    height: 42px;
    padding: 0;
    font-size: 1.1em;
    line-height: 35px;
    letter-spacing: 2px;
}

    .navbar-brand span {
        color: #0accff;
    }

.link-effect-2 a {
    overflow: hidden;
    font-weight: 400;
}

    .link-effect-2 a span {
        position: relative;
        display: inline-block;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

        .link-effect-2 a span::before {
            color: #ffb900;
            position: absolute;
            top: 100%;
            content: attr(data-hover);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .link-effect-2 a:hover span {
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

.navbar-nav li.firstmenu:after {
    background: none !important;
    width: 0px !important;
}

.navbar-nav li:after {
    content: "";
    position: absolute;
    background: #4a4a4a;
    height: 14px;
    width: 2px;
    top: 4px;
    left: 0;
}

.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
    padding: 0;
    border: none;
}

    .agile_short_dropdown li a {
        text-transform: uppercase;
        color: #212121;
        font-size: 13px;
        font-weight: 600;
        padding: .8em 0;
    }

    .agile_short_dropdown > li > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #00acee;
    }

.w3_agile_phone p a {
    color: #fff;
    font-weight: 400;
}

    .w3_agile_phone p a i {
        padding-right: .2em;
    }
/*-- //header --*/
/*-- //banner-top --*/
.carousel-caption {
    position: inherit;
    min-height: 500px !important;
    padding-top: 12em;
    text-align: left;
}

.header-top_agileits {
    text-align: center;
    margin: 2em auto 0;
    width: 100%;
}
.nav-container {
    padding: 0 100px;
}

/*-- banner --*/
.carousel .item {
    background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner6.jpg) no-repeat;
    background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner6.jpg) no-repeat;
    background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner6.jpg) no-repeat;
    background: -o-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner6.jpg) no-repeat;
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner6.jpg) no-repeat;
    background-size: cover;
}

    .carousel .item.item2 {
        background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner2.jpg) no-repeat;
        background: -o-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner2.jpg) no-repeat;
        background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner2.jpg) no-repeat;
        background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner2.jpg) no-repeat;
        background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner2.jpg) no-repeat;
        background-size: cover;
    }

    .carousel .item.item3 {
        background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner3.jpg) no-repeat;
        background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner3.jpg) no-repeat;
        background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner3.jpg) no-repeat;
        background: -o-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner3.jpg) no-repeat;
        background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner3.jpg) no-repeat;
        background-size: cover;
    }

    .carousel .item.item4 {
        background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner4.jpg) no-repeat;
        background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner4.jpg) no-repeat;
        background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner4.jpg) no-repeat;
        background: -o-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner4.jpg) no-repeat;
        background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner4.jpg) no-repeat;
        background-size: cover;
    }

    .carousel .item.item5 {
        background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner5.jpg) no-repeat;
        background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner5.jpg) no-repeat;
        background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner5.jpg) no-repeat;
        background: -o-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner5.jpg) no-repeat;
        background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner5.jpg) no-repeat;
        background-size: cover;
    }
    .carousel .item.item6 {
        background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner1.jpg) no-repeat;
        background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner1.jpg) no-repeat;
        background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner1.jpg) no-repeat;
        background: -o-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner1.jpg) no-repeat;
        background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner1.jpg) no-repeat;
        background-size: cover;
    }

.carousel-caption h2, .carousel-caption h3 {
    font-size: 3em;
    font-weight: 300;
    letter-spacing: 8px;
}

    .carousel-caption h2 span, .carousel-caption h3 span {
        font-weight: 600;
        color: #00acee;
    }

.carousel-caption p {
    letter-spacing: 13px;
    font-size: 1em;
    font-weight: 300;
    color: #fff;
    margin: 1em 0 2em 0;
}

.carousel-caption a {
    color: #fff;
    letter-spacing: 2px;
    padding: 11px 20px;
    background: #ffb900;
    font-size: 0.9em;
}

.codes {
    padding: 5em 0;
    background: #fff;
}

    .codes.agileitsbg2 {
        background: #E74C3C;
        background-image: -webkit-linear-gradient(#ff9d2f, #ff6126);
        background-image: -moz-linear-gradient(#ff9d2f, #ff6126);
        background-image: -ms-linear-gradient(#ff9d2f, #ff6126);
        background-image: -o-linear-gradient(#ff9d2f, #ff6126);
        background-image: linear-gradient(#ff9d2f, #ff6126);
        padding-bottom: 10em;
    }

    .codes.agileitsbg3 {
        background: #3498DB;
        padding-bottom: 10em;
    }

    .codes.agileitsbg4 {
        background: #2ECC71;
        padding-bottom: 10em;
    }

.carousel.slide.grid_3.grid_4 {
    border-top: 10px solid #3ACFD5;
    border-bottom: 10px solid #3a4ed5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 100%;
    -moz-background-size: 10px 100%;
    background-size: 10px 100%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dÃ¢â‚¬Â¦0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dÃ¢â‚¬Â¦0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    background-image: -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    background-image: -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    background-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%), linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%);
}

.carousel-indicators {
    bottom: 25%;
    left: 22%;
}
/*-- //banner --*/
#welcome h2 {
    font-size: 2.3em;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 0.5em;
}

.about h4 {
    font-size: 1.0em;
    margin: 1em 0 0.5em 0;
    color: #ffffff;
}

.about span {
    font-weight: 700;
    color: #00ad45;
}

.about_agileinfo h3 {
    text-align: left;
    margin-top: 2em;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
    color: #303030;
}

.about_agileinfo p {
    font-size: 14px;
    line-height: 2em;
    margin-top: 1em;
    color: #717171;
    letter-spacing: 1px;
    text-align: justify;
}

    .about_agileinfo p:nth-child(2) {
        margin-bottom: 1em;
    }

.about_agileinfo_grid_imgs img {
    width: 100%;
    margin: 1em 0 0 2em;
    text-align: center;
}

.about_agileinfo_grid_imgs {
    position: relative;
}

.aboutimg img {
    position: absolute;
    left: 0%;
    margin: 0 0 0 2em;
    bottom: -50%;
    width: 300px;
    height: 300px;
}

.services, .team, .contact-w3layouts, .agile_testimonials, .blog, #last_bottom_agile, #services {
    padding: 3em 0;
}

#welcome {
    padding: 2em 0 1em 0;
}

.w3l_header {
    font-size: 2.8em;
    color: #262c38;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    text-align: center;
}

    .w3l_header:after {
        border-top: 2px solid #eb5424;
        display: block;
        width: 81px;
        content: "";
        margin: 8px auto 0;
    }

    .w3l_header span {
        color: #00acee;
    }

span.agile_says {
    color: #fff;
}

.agile_wthree_inner_grids {
    margin-top: 3em;
}

.industry_wthree_inner_grids {
    margin-top: 3em;
    font-family: "Lato", Arial, Helvetica, sans-serif;
}
/*-- //about --*/
/*-- /modal-info--*/
.modal-info h4 {
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    margin: 0.5em 0 0.5em 0;
    color: #000;
}

.modal-info h3 {
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    margin: 0.5em 0 0.5em 0;
    color: #000;
}

.modal-info h5 {
    font-size: 1.4em;
    font-weight: 600;
    margin: 0.5em 0 0.5em 0;
    color: #00acee;
}
/*-- //modal-info--*/
/*-- services --*/
.services {
    background: #000;
}

    .services h3 {
        color: #FFFFFF;
    }

.agileits-service-info {
    position: relative;
}

    .agileits-service-info span {
        width: 20%;
        height: 1%;
        background: #fff;
        position: absolute;
        text-align: center;
        left: 40%;
        bottom: 66%;
    }

.w3ls_services_agile-grid {
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
}

.agile_w3l_service_icon i.fa.fa-desktop, .agile_w3l_service_icon i.fa.fa-clone, .agile_w3l_service_icon i.fa.fa-navicon, .agile_w3l_service_icon i.fa.fa-pencil-square-o, .agile_w3l_service_icon i.fa {
    font-size: 2em;
    border-radius: 0%;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.agile_w3l_service_icon {
    width: 90px;
    height: 90px;
    color: #fff;
    background: none;
    border: solid 2px #fff;
    margin: 0 auto 1em;
    transition: 0.5s all;
    -webkit-transition: 0.7s all;
    -o-transition: 0.7s all;
    -moz-transition: 0.7s all;
    -ms-transition: 0.7s all;
    line-height: 6em;
}

.agileits-service-info h5 {
    color: #fff;
    /*color: #ffb900;*/
    font-size: 1.2em;
    letter-spacing: 4px;
    margin: 1em 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.agileits-service-info p {
    color: #808489;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: .3px;
    line-height: 1.8em;
    margin: 0;
    margin-top: 2.5em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.w3ls_services_agile-grid:hover .agile_w3l_service_icon, .w3ls_services_agile-grid:hover .agile_w3l_service_icon, .w3ls_services_agile-grid:hover .agile_w3l_service_icon, .w3ls_services_agile-grid:hover .agile_w3l_service_icon {
    background: #FFFFFF;
    border: solid 2px #FFFFFF;
    color: #111;
}

.w3ls_services_agile-grid:hover .agileits-service-info h5 {
    color: #FFFFFF;
}

.w3ls_services_agile-grid:hover .agileits-service-info p {
    color: #FFFFFF;
}

.w3ls_services_agile-grid.two {
    margin-top: 2.5em;
}
/*-- //services --*/
/*-- team --*/
.w3_agile_team_grids {
    margin: 3em 0 0;
}

.w3_agile_team_grid h3 {
    font-size: 1.2em;
    color: #00acee;
    margin: 1em 0 0.5em;
    font-weight: 600;
    letter-spacing: 1px;
}

.w3_agile_team_grid p {
    color: #00acee;
    margin-bottom: 1em;
    font-size: 1em;
}

    .w3_agile_team_grid p a {
        color: #000;
    }

        .w3_agile_team_grid p a:hover {
            color: #ffb900;
            font-weight: 700;
        }

.w3_agile_team_grid ul li {
    display: inline-block;
    margin-right: 1em;
}

    .w3_agile_team_grid ul li:last-child {
        margin: 0;
    }

.w3_agile_team_grid {
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

    .w3_agile_team_grid:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }


/**************************White Paper*/



.modal-whitepaper-download {
    background: #1abc9c !important;
    padding: 12px 15px !important;
    border: none !important;
    color: #FFF !important;
    cursor: pointer !important;
    font-size: 17px !important;
    display: block !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: none;
    letter-spacing: 1px !important;
    text-transform: none !important;
    border-radius:0px !important;
    font-weight:normal !important;
}

    .modal-whitepaper-download:hover {
        color: #FFF;
        background: #2196F3;
    }

/*.payment-sendbtns input[type="reset"] {
    background: #111;
    padding: 12px 50px;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-size: 17px;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: none;
    letter-spacing: 1px;
}

    .payment-sendbtns input[type="reset"]:hover {
        color: #FFF;
        background: #2196F3;
    }*/

.dropdown-domain {
    padding-right: 15px;
    padding-bottom: 15px;
}

.redirect-form h3 {
    text-align: left;
    font-size: 1rem !important;
}

.modal-title-color {
    color: #1abc9c;
}

.modal-white-paper-heading {
    padding-top: 1rem;
}

.modal-white-paper-redirect {
    /*padding-top: 1rem;
    padding-bottom: 1.5rem;*/
    font-size: 1.2rem !important;
    color: #00acee !important;
}


.tc-ch h3 a {
    color: #1abc9c;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
    min-height: 65px;
    position: relative;
    /*line-height: 1.8em;*/
    height: 3.3em;
}
    /*.tc-ch h3 a::after {
        font-weight: bold;
        position: absolute;
        bottom: 0;
        right: 0;
    }*/

.tc-ch h3 a:hover {
    color: #000000;
}

.tc-ch p {
    /*color: #777;
    font-size: 0.875em;
    line-height: 1.8em;
    margin: 1em 0;*/
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;*/
    position: relative;
    line-height: 1.8em;
    height: 7.2em;
    overflow: hidden;
}

 .tc-ch p::after {
        /*content: "...";*/
        font-weight: bold;
        position: absolute;
        bottom: 0;
        right: 0;
 }


.tc-ch h3 {
    margin: 0.5em 0 0;
    font-size: 1.2em;
}

.tc-ch {
    background: #eef3f3;
    padding: 2em 2em;
    margin-bottom: 1em;
    text-align: left;
}

    .tc-ch h6 {
        font-size: 1em;
        color: #303030;
        font-weight: 600;
        margin-top: 1em;
    }

        .tc-ch h6 a {
            color: #1abc9c;
        }

.bht1 a {
    background: #1abc9c;
    padding: 0.3em 1.8em;
    display: inline-block;
    color: #fff;
}

    .bht1 a:hover {
        background: #000;
    }

.bht1 {
    float: left;
    padding-top: 1em;
}

ul.footer_list_icons.team_icons_agile li a {
    color: #000;
}

ul.footer_list_icons.team_icons_agile {
    border-top: 1px solid #ddd;
    padding: 1.5em 0;
}

    ul.footer_list_icons.team_icons_agile li a:hover {
        color: #00acee;
    }
/*-- //team --*/

/*-- /Gallery --*/
.agile_gallery_grid {
    float: left;
    padding: 0;
}

.agile_gallery_grid_left {
    padding: 0;
}

.agile_gallery_grid img {
    width: 100%;
}

.agile_gallery_grid img {
    width: 100%;
}
/*-- //Gallery --*/
/*-- /pricing --*/

/*-- pricing --*/
.pricing_inner_w3ls {
    margin: 0 auto;
    padding: 0;
    width: 24%;
    margin: 0 0.5%;
    background: #d9dada;
    border: 1px solid #eee;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    /*border-bottom: 3px #ff2b0b solid;*/
    border-bottom: 3px #00acee solid;
}

    .pricing_inner_w3ls:hover .pricing-top {
        background: #00acee;
    }

    .pricing_inner_w3ls:hover a.popup-with-zoom-anim {
        background: #00acee;
    }

.pricing-top {
    padding: 1.2em 0;
    background: rgb(254, 184, 0);
    text-align: center;
}

    .pricing-top.orange, a.popup-with-zoom-anim.orange {
        background: #e91e63;
    }

    .pricing-top.purple, a.popup-with-zoom-anim.purple {
        background: #6cbc35;
    }

    .pricing-top.red, a.popup-with-zoom-anim.red {
        background: #ff2b0b;
    }

    .pricing-top.blue, a.popup-with-zoom-anim.blue {
        background: #1e5cb9;
    }


.pricing_inner_w3ls:hover a.pricing-with-zoom-anim {
    background: #00acee;
}

.pricing-top {
    padding: 1.2em 0;
    background: rgb(254, 184, 0);
    text-align: center;
}

    .pricing-top.orange, a.pricing-with-zoom-anim.orange {
        background: #e91e63;
    }

    .pricing-top.purple, a.pricing-with-zoom-anim.purple {
        background: #6cbc35;
    }

    .pricing-top.red, a.pricing-with-zoom-anim.red {
        background: #ff2b0b;
    }

    .pricing-top.blue, a.pricing-with-zoom-anim.blue {
        background: #1e5cb9;
    }


.pop_up h4 {
    text-align: center;
    font-size: 2em;
    margin: 1em 0 0.5em 0;
    font-size: 1.8em;
    color: #111;
}

.pricing-top h3 {
    color: #FFF;
    font-size: 2em;
    margin: 0;
    font-weight: 100;
}

.pricing-top p {
    color: #FFF;
    font-size: .875em;
    margin: 1em 0 0 0;
}

    .pricing-top p span {
        font-size: 4em;
        font-weight: 600;
    }

.pricing-bottom {
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    padding: 2em 2em 4em 2em;
}

    .pricing-bottom h4 {
        font-size: 15px;
        margin-top: 10px;
        display: block;
        text-decoration: none;
    }

        .pricing-bottom h4 a {
            color: #00acee !important;
            text-decoration: none;
            font-weight: bold;
            font-size: 18px;
        }

.quality-bottom {
    background: rgba(255, 255, 255, 0.75);
    text-align: left;
    padding: 1em 1em 1em 2em;
}

    .quality-bottom h4 {
        margin-top: 10px;
        display: block;
        text-decoration: none;
        color: #ff2b0b !important;
        font-weight: bold;
        font-size: 18px;
    }

.technology-bottom {
    background: #eef3f3;
    text-align: left;
    padding: .5em 1em 1em 2em;
}

.technology-green {
    background: #1abc9c;
}

.technology_inner_w3ls-green {
    border: 1px solid #eee !important;
}

.technology-blue {
    background: #3498db;
}

.technology_inner_w3ls-blue {
    border: 1px solid #eee !important;
}

.pricing_inner_w3ls:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.pricing-bottom-bottom p {
    color: #000000;
    font-size: 1em;
    margin: 0 0 1em 0;
}

    .pricing-bottom-bottom p span {
        font-weight: 600;
        color: #333;
    }

.quality_inner_w3ls {
    margin: 0 auto;
    padding: 0;
    width: 32.3%;
    margin: 0 0.5%;
    background: #d9dada;
    border: 1px solid #eee;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

    .quality_inner_w3ls:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }

.technology_inner_w3ls {
    margin: 0 auto;
    padding: 0;
    width: 48.3%;
    margin: 0 0.5%;
    background: #d9dada;
    border: 1px solid #1abc9c;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.technology_inner_w60ls {
    margin: 0 auto;
    padding: 0;
    width: 60.3%;
    margin: 0 0.5%;
    background: #d9dada;
    border: 1px solid #1abc9c;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.quality-bottom-bottom p {
    color: #000000;
    font-size: 0.8em;
    margin: 0 0 1em 0;
}


    .quality-bottom-bottom p span {
        font-weight: 600;
        color: #333;
    }

    .quality-bottom-bottom p a.fa {
        color: #00acee;
        font-size: 10px;
        vertical-align: middle;
        margin-right: 1em;
    }

.technology-bottom-bottom p a.fa {
    color: #1abc9c;
    font-size: 10px;
    vertical-align: middle;
    margin-right: 1em;
}

.pricing-image-agileits-w3layouts img {
    width: 100%;
}

p.text {
    margin-bottom: 0;
}

.buy-button {
    margin: 1.5em 0 0 0;
}

    .buy-button a {
        background: #fd5c63;
        padding: .5em 2em;
        border: solid 1px #fd5c63;
        color: #fff;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        -webkit-appearance: none;
    }

        .buy-button a:hover {
            background: none;
            border: solid 1px #333;
            color: #333;
            text-decoration: none;
        }

        .buy-button a:focus {
            outline: none;
        }

.green-button a {
    background: #5d9830;
    border: solid 1px #5d9830;
}

.blue-button a {
    background: #0099e5;
    border: solid 1px #0099e5;
}

.yellow-button a {
    background: #ff9800;
    border: solid 1px #ff9800;
}

.pink-button a {
    background: #e91e63;
    border: solid 1px #e91e63;
}
/*-- //pricing --*/

p.visit {
    font-size: 20px;
    margin: 20px 0;
    color: #6f6f6f;
    font-weight: 300;
}

p.support, ul.support li {
    color: #212121;
    text-align: center;
    margin: 5px 0;
    font-size: 15px;
}

ul.support li {
    line-height: 25px;
    display: block;
}

.sign.text-center {
    margin-top: 60px;
}

a.popup-with-zoom-anim {
    padding: 0.7em 1.5em;
    background-color: #EEE;
    color: #fff;
    background-color: #ffb900;
    text-align: center;
}

a.pricing-with-zoom-anim {
    padding: 0.7em 1.5em;
    background-color: #EEE;
    color: #fff;
    background-color: #ffb900;
    text-align: center;
}

.agilegrid5 .sign.text-center {
    margin-top: 60px;
}

.priceman img {
    width: 100%;
}
/*-- Popup-Box --*/

form li {
    list-style: none;
}

form ul {
    padding: 0;
}

h4.payment-head {
    font-size: 1.9em;
    color: #222222;
    padding: 0.5em 0;
    text-align: left;
    float: left;
}

.payment-online-form-left span {
    vertical-align: sub;
    margin-right: 30px;
}

.payment-online-form-left form {
    padding: 0;
}

.payment-online-form-left input[type="text"], .payment-online-form-left input[type="email"] {
    padding: 1em;
    color: #485460;
    width: 44.3%;
    margin: 0.5em 0;
    border: 1px solid;
    outline: none;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    float: left;
    font-size: 0.9em;
    border-color: #CCC;
    -webkit-appearance: none;
}

.payment-online-form-left textarea {
    width: 89.5%;
    height: 150px;
    margin: 6px 0;
    padding: 10px;
}

input#datepicker {
    padding: 1em 1em 1em 1em;
}

.payment-online-form-left input[type="text"]:hover {
    border-color: #fa6e6f;
}

.text-box-light {
    background: #FFF url("../images/calender.png") no-repeat 95% 50%;
    cursor: pointer;
    position: relative;
}

.payment-online-form-left ul li:first-child input[type="text"], .payment-online-form-left ul li:first-child input[type="email"] {
    margin-right: 1%;
}

.payment-online-form-left input[type="text"]:active, .payment-online-form-left input[type="text"]:hover, .payment-online-form-left textarea:hover {
    border-color: #636465;
    color: #5c5c5d;
}

.payment-date-section {
    background: url("../images/calender.png") no-repeat #fff 50%;
}

.payment-sendbtns {
    float: right;
}

    .payment-sendbtns input[type="reset"] {
        background: #111;
        padding: 12px 50px;
        border: none;
        color: #FFF;
        cursor: pointer;
        font-size: 17px;
        display: block;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        outline: none;
        letter-spacing: 1px;
    }

        .payment-sendbtns input[type="reset"]:hover {
            color: #FFF;
            background: #2196F3;
        }

    .payment-sendbtns input[type="submit"] {
        background: #ffb900;
        padding: 12px 27px;
        border: none;
        color: #fff;
        cursor: pointer;
        font-size: 17px;
        display: block;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-appearance: none;
        outline: none;
        letter-spacing: 1px;
        text-decoration: none;
    }

        .payment-sendbtns input[type="submit"]:hover {
            color: #fff;
            background: #2196F3;
        }

    .payment-sendbtns li {
        display: inline-block;
    }

.payment-type li {
    display: inline-block;
}

.payment-online-form-right {
    background: #2B2937;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 4px solid #1A1822;
}

input[type=checkbox].css-checkbox1, input[type=checkbox].css-checkbox2 {
    display: none;
}

    input[type=checkbox].css-checkbox1 + label.css-label1 {
        height: 30px;
        width: 30px;
        display: inline-block;
        line-height: 18px;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: super;
        cursor: pointer;
        background: url("../images/icon.png") no-repeat -188px -25px;
        margin-right: 8px;
    }

    input[type=checkbox].css-checkbox1:checked + label.css-label1 {
        background: url("../images/icon.png") no-repeat -215px -25px;
    }

    input[type=checkbox].css-checkbox2 + label.css-label2 {
        height: 30px;
        width: 30px;
        display: inline-block;
        line-height: 18px;
        background-repeat: no-repeat;
        background-position: -20px 0px;
        vertical-align: super;
        cursor: pointer;
        background: url("../images/icon.png") no-repeat -218px -24px;
    }

    input[type=checkbox].css-checkbox2:checked + label.css-label2 {
        background: url("../images/icon.png") no-repeat -190px -24px;
    }

.visa {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../images/icon.png") no-repeat -32px -28px;
}

.paypal {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../images/icon.png") no-repeat -71px -26px;
}

.payment-online-form-right {
    float: right;
    width: 30%;
    background: #2B2937;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 4px solid #1A1822;
    padding-bottom: 2em;
}

    .payment-online-form-right a:hover {
        color: #1ABC9C;
    }

    .payment-online-form-right ul li {
        display: block;
        padding: 0.5em;
    }

        .payment-online-form-right ul li a {
            color: #9095AA;
        }

    .payment-online-form-right h4 {
        color: #FFF;
        font-size: 1em;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(144, 149, 170, 0.22);
        padding: 0.8em;
    }

    .payment-online-form-right ul {
        padding: 0px 1em;
    }

    .payment-online-form-right h5 {
        color: #FFF;
        padding: 0.5em 0.8em 0.4em;
        font-size: 1em;
    }

.payment-type {
    margin-top: 3%;
    text-align: left;
}

input[type=checkbox].css-checkbox3, input[type=checkbox].css-checkbox4, input[type=checkbox].css-checkbox5, input[type=checkbox].css-checkbox6 {
    display: none;
}

div.small-dialog {
    padding: 20px;
    width: 40%;
    margin: 0 auto;
    background-color: #FFF;
}

.my-mfp-zoom-in .small-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .small-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .small-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.97;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.97;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-content iframe {
    width: 100%;
    min-height: 500px;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #cccccc;
    }

        .mfp-preloader a:hover {
            color: white;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    background: #EEEEEE;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 1046;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 32px;
    height: 32px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: -32px;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    outline: none;
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
    }

.mfp-close-btn-in .mfp-close {
    color: #333333;
    padding: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
/*-- //Popup-Box --*/
/* //pricing */
/*-- /clients --*/
.testmonial_agile_info {
    padding: 0em 10em;
    margin-top: 6em;
}

.agileits-button.two a, .agileits-button a {
    padding: 0.6em 1em;
    color: #fff;
    font-size: 1em;
    letter-spacing: 1px;
    background: #ffb900;
    border: 1px solid #ffb900;
    border-radius: 0px;
}

    .agileits-button.two a:hover, .agileits-button a:hover {
        border: 1px solid #00acee;
        background: #00acee;
    }

.agileits-button.two {
    text-align: left;
    margin-top: 2em;
}

.agileits-align-right {
    text-align: right !important;
}

.testmonial_agile_info p {
    color: #fff;
    margin: 1em 0;
    line-height: 2em;
}

.agile_tesimonials_content {
    text-align: center;
    padding: 3em 5em;
    border: 3px solid #027faf;
    width: 74%;
    margin: 4em auto 0em;
}

    .agile_tesimonials_content p {
        color: #fff;
        font-size: .8em;
        margin: 0;
        line-height: 2em;
        letter-spacing: 2px;
    }

    .agile_tesimonials_content h4 {
        color: #ffffff;
        font-size: 1.2em;
        letter-spacing: 1px;
        margin: 1em 0;
    }
/*-- //clients --*/
/*--faq --*/
.pa_italic i {
    left: -1em;
    font-size: 11px;
}

.pa_italic span {
    display: none;
}

.collapsed span {
    display: inline-block;
    left: -1em;
    font-size: 11px;
}

.collapsed i {
    display: none;
}

.panel-heading {
    padding: 10px 35px;
}

.panel-title {
    font-size: 1em;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    letter-spacing: 1px;
}

.panel-default {
    border-color: #FFF;
    background: #f5f5f5;
}

    .panel-default > .panel-heading {
        border-color: #FFF;
        color: #fff;
        background-color: #252525;
    }



.panel-body {
    padding: 1.5em;
    font-size: 15px;
    line-height: 2em;
    color: #666;
}

a.pa_italic label {
    cursor: pointer;
    font-weight: 500;
}

a.pa_italic:focus {
    outline: none;
    text-decoration: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.agile_testimonials {
    background: #00acee;
}

h4.agile_sub_tittle {
    margin-bottom: 1em;
    color: #333;
    font-size: 1.6em;
    font-weight: 400;
    letter-spacing: 1px;
}
/*-- //faq --*/
.sale-w3ls h6 {
    font-size: 3em;
    text-align: center;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 300;
    padding-top: 2.5em;
    margin-bottom: 0.8em;
}

.sale-w3ls {
    background: url(../images/banner7.jpg)no-repeat 0px 0px;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height: 380px;
    text-align: center;
}

.sale-w4ls h6 {
    font-size: 3em;
    text-align: center;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 300;
    padding-top: 3em;
    margin-bottom: 0.8em;
}

.sale-w4ls {
    background: url(../images/banner5.jpg)no-repeat 0px 0px;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height: 380px;
    text-align: center;
}

.sale-w5ls h6 {
    font-size: 3em;
    text-align: center;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 300;
    padding-top: 3em;
    margin-bottom: 0.8em;
}

.sale-w5ls {
    background: url(../images/ParallaxBg1.jpg)no-repeat 0px 0px;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height: 380px;
    text-align: center;
}

.serv-popup h6 {
    font-size: 3em;
    text-align: center;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 300;
    padding-top: 2.5em;
    margin-bottom: 0.8em;
}

.serv-popup {
    background: url(../images/ServiceBanner.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height: 277px;
    text-align: center;
}

.health-popup h6 {
    font-size: 3em;
    text-align: center;
    letter-spacing: 5px;
    color: #9c8383;
    font-weight: 300;
    padding-top: 2.5em;
    margin-bottom: 0.8em;
}

.health-popup {
    background: url(../images/HealtCareBanner.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height: 277px;
    text-align: center;
}

.automation-popup h6 {
    font-size: 3em;
    text-align: center;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 300;
    padding-top: 2.5em;
    margin-bottom: 0.8em;
}

.automation-popup {
    background: url(../images/Industrialautomation.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height: 277px;
    text-align: center;
}

.power-popup h6 {
    font-size: 3em;
    text-align: center;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 300;
    padding-top: 2.5em;
    margin-bottom: 0.8em;
}

.power-popup {
    background: url(../images/PowerEnginnering.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height: 277px;
    text-align: center;
}

button.modal_close {
    background: #e6eaf3;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #000000;
    cursor: pointer;
    outline: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    -webkit-transition: -webkit-transform 600ms;
    -moz-transition: -moz-transform 600ms;
    -ms-transition: -ms-transform 600ms;
    -o-transition: -o-transform 600ms;
    transition: transform 600ms;
}

    button.modal_close:hover {
        background: #e3e5e8;
        -webkit-transform: rotate(360deg) scale(1.10);
        -moz-transform: rotate(360deg) scale(1.10);
        -ms-transform: rotate(360deg) scale(1.10);
        -o-transform: rotate(360deg) scale(1.10);
        transform: rotate(360deg) scale(1.10);
        -webkit-transition: -webkit-transform 600ms;
        -moz-transition: -moz-transform 600ms;
        -ms-transition: -ms-transform 600ms;
        -o-transition: -o-transform 600ms;
        transition: transform 600ms;
    }

.modal-dialog {
    width: 30% !important;
}





.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*button.modal_close span, span:before, span:after {
  background: #FFFFFF;
  content: '';
  cursor: pointer;
  display: block;
  height: 2px;
  position: absolute;
  width: 20px;
}

button.modal_close span:first-child {
  background: none;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

button.modal_close span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

button.modal_close span:after {
  -webkit-transform: translateY(-2px) rotate(-45deg);
  -moz-transform: translateY(-2px) rotate(-45deg);
  -ms-transform: translateY(-2px) rotate(-45deg);
  -o-transform: translateY(-2px) rotate(-45deg);
  transform: translateY(-2px) rotate(-45deg);
  top: 2px;
}*/
.w3layouts_mail_grid {
    padding: 0 1em;
}

.w3layouts_mail_grid_left1 {
    float: left;
    width: 50px;
    height: 70px;
    text-align: center;
}

    .w3layouts_mail_grid_left1 i {
        font-size: 1.3em;
        color: #fff;
        line-height: 3.2em;
    }

.w3layouts_mail_grid_left2 {
    /*float:right;*/
    width: 75%;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.w3layouts_mail_grid_leftIndustry2 {
    /*float:right;*/
    width: 70%;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.w3layouts_mail_grid_left2 h3 {
    font-size: 0.9em;
    color: #fff;
    margin: 0em 0 0.5em;
    letter-spacing: 1px;
    font-weight: 600;
}

.w3layouts_mail_grid_left2 h2 {
    font-size: 1.5em;
    color: #fff;
    margin: 0em 0 0.5em;
    margin-left:15px;
    letter-spacing: 1px;
    font-weight: 300;
}

.w3layouts_mail_grid_left2 a {
    text-decoration: none;
    color: #545454;
    font-size: 14px;
}

    .w3layouts_mail_grid_left2 a:hover {
        color: #212121;
    }

.w3layouts_mail_grid_left2 p {
    color: #02678e;
    font-size: 0.9em;
    line-height: 1.8em;
}


.w3layouts_mail_grid_leftIndustry2 h3 {
    font-size: 0.9em;
    color: #fff;
    margin: 0em 0 0.5em;
    letter-spacing: 1px;
    font-weight: 600;
}

.w3layouts_mail_grid_leftIndustry2 h2 {
    font-size: 1.5em;
    color: #fff;
    margin: 0em 0 0.5em;
    letter-spacing: 1px;
    font-weight: 300;
}

.w3layouts_mail_grid_leftIndustry2 a {
    text-decoration: none;
    color: #545454;
    font-size: 14px;
}

    .w3layouts_mail_grid_leftIndustry2 a:hover {
        color: #212121;
    }

.w3layouts_mail_grid_leftIndustry2 p {
    color: #02678e;
    font-size: 0.9em;
    line-height: 1.8em;
}

.agile_newsletter_footer {
    border-top: 1px solid #101010;
    border-bottom: 1px solid #101010;
    padding: 1em 0;
    margin-top: 3em;
}
/* Radial Out */
.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    background: #111;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-radial-out:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffb900;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        -moz-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
        color: white;
    }

        .hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before, .w3layouts_mail_grid_left:hover .hvr-radial-out:before {
            -webkit-transform: scale(2);
            -moz-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2);
        }

.coupons {
    padding: 4em 0;
    background: #00acee;
}
/*-- //coupons --*/
/*--Contact --*/
.contact p.sub {
    font-size: 15px;
}

.contact-w3layouts span {
    color: #00acee;
    margin-right: 8px;
    text-align: center;
}

p.sub {
    font-size: 15px;
    margin-top: .2em;
    color: #949393 !important;
    letter-spacing: 2px;
}

p.sub a {
    font-size: 15px;
    margin-top: .2em;
    color: #949393 !important;
    letter-spacing: 2px;
}

.add .icon, .sub .icon {
    font-size: 16px !important;
}

p.add {
    font-size: 16px;
    margin-top: 9px;
    color: #949393 !important;
}

a.mail {
    color: #949393;
    text-decoration: none;
}

    a.mail:hover {
        color: #ffb900;
    }

p.sub i, p.add i {
    width: 32px;
    height: 32px;
    background: #111;
    line-height: 30px;
    border-radius: 50%;
    margin-left: 14px;
    text-align: center;
    color: #fff;
}

.contact-w3layouts h3 {
    margin-bottom: 0.5em !important;
}

.mail-grid1-form input[type="text"], .mail-grid1-form input[type="email"], .mail-grid1-form textarea {
    outline: none;
    border: none;
    font-size: 15px;
    color: #888;
    padding: 15px 15px;
    background: #f9fcfd;
    border: 1px solid #ddd;
    width: 100%;
    letter-spacing: 1px;
}

.mail-grid1-form input[type="text"], .mail-grid1-form input[type="email"] {
    margin-bottom: 1em;
}

.mail-grid1-form textarea {
    margin: 0 0 1em;
    min-height: 100px;
    resize: none;
}

.mail-grid1-form input[type="submit"] {
    outline: none;
    display: inline-block;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    letter-spacing: .5px;
    padding: 13px 65px;
    background: #ffb900;
    font-size: 16px;
    border: 2px solid #ffb900;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -webkit-appearance: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

    .mail-grid1-form input[type="submit"]:hover {
        background: #0099e5;
        border-color: #0099e5;
        color: #fff;
        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;
        -webkit-appearance: none;
    }



p.para-agileits-w3layouts {
    font-size: 14px;
    line-height: 2em;
    margin-top: 1em;
    color: #717171;
    letter-spacing: 1px;
}

.agileits-w3layouts-map iframe {
    border: none;
    width: 100%;
    height: 400px;
}
/*--footer--*/
.footer-top_agile_w3l {
    padding: 4em 0 3em;
    background: #191d20;
}

.footer-grid_wthree_info h3 {
    font-size: 1.8em;
    margin: 0 0 1em 0;
    color: #FFFFFF;
    letter-spacing: 1px;
}

.footer-grid_wthree_info p {
    color: #bbbbbb;
    font-size: .9em;
    line-height: 1.8em;
    margin: 1em 0;
}


.footer-grid_wthree_info ul, .footer-list ul {
    padding: 0;
    margin: 0;
}

ul.footer-list li {
    display: block;
    margin: .1em 0;
}

ul.footer_list_icons li {
    display: inline-block;
    list-style: none;
    margin-right: 1em;
}

ul.footer-list li a {
    color: #bbb;
    font-size: 1.2em;
    text-decoration: none;
    padding-right: 15px;
}

ul.footer-list li {
    color: #bbb;
    font-size: 1em;
}

.footer-grid_wthree_info ul li a {
    color: #bbb;
    font-size: 1em;
    text-decoration: none;
    line-height: 2em;
    text-transform: capitalize;
}

    .footer-grid_wthree_info ul li a:hover {
        color: #146eb4;
    }

ul.footer-list li i {
    font-size: 2em;
}

.agile-footer-grid_wthree_info ul {
    padding: 0;
    margin: 0;
}

ul.w3agile_footer_grid_list li {
    list-style-type: none;
    color: #bbbbbb;
    line-height: 1.8em;
    font-size: 1em;
}

    ul.w3agile_footer_grid_list li a {
        color: #ff9900;
        text-decoration: none;
    }

    ul.w3agile_footer_grid_list li span {
        display: block;
        margin: 1em 0 0;
    }

ul.w3agile_footer_grid_list i.fa.fa-twitter {
    margin-right: 1em;
}

.footer-grid_wthree_info input[type="email"], .footer-grid_wthree_info input[type="text"] {
    outline: none;
    padding: 11px 20px;
    background: #fff;
    border: none;
    font-size: 15px;
    color: #212121;
    margin-top: 1em;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}

.footer-grid_wthree_info input[type="submit"] {
    outline: none;
    padding: 11px 20px;
    border: none;
    font-size: 15px;
    color: #fff;
    margin: 1em 0 0;
    border: 2px solid #00acee;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background-color: #00acee;
    letter-spacing: 1px;
}

    .footer-grid_wthree_info input[type="submit"]:hover {
        border: 2px solid #ffb900;
        background: #ffb900;
    }

.footer-logo a {
    color: #FFFFFF;
    font-size: 2em;
    font-weight: 600;
    text-decoration: none;
}

.footer-grid_wthree_info p {
    color: #bbbbbb;
    font-size: 14px;
    line-height: 1.8em;
    margin: 1em 0;
}

.footer-grid_address_info p {
    color: #bbbbbb !important;
    font-size: .9em;
    line-height: 1.5em;
    margin: .5em 0;
}

.footer-grid_address_info div {
    padding-bottom: 0.2em;
    text-align: right;
}


.wthree_copy_right p {
    margin-top: 40px;
    text-align: center;
    color: #c1c1c1;
    border-top: 1px solid #292c2d;
    padding: 40px 0 0;
    font-size: 0.9em;
    letter-spacing: 2px;
}

.wthree_copy_right a {
    color: #00acee;
}
/*-- //footer --*/

/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 1%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow-up-32.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*---------------------------------------------------------*/
.blog-image-agileits-w3layouts {
    display: table;
}

    /*--blog --*/
    .blog-image-agileits-w3layouts img {
        width: 100%;
    }

.blog-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    transition: background 0.5s ease;
}

.blog-image-agileits-w3layouts:hover .blog-image-overlay {
    display: block;
    background: rgba(0, 0, 0, .6);
}

.blog-image-title {
    position: absolute;
    width: 100%;
    left: 0;
    top: 3.5em;
    font-weight: 399;
    font-size: 2em;
    text-align: center;
    color: white;
    z-index: 1;
    transition: top .5s ease;
}

.blog-image-agileits-w3layouts:hover .blog-image-title {
    top: 2.5em;
}

.blog-image-button {
    position: absolute;
    width: 100%;
    left: 0;
    top: 10.5em;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}

    .blog-image-button a {
        /*width: 200px;
  padding: 12px 48px;
  text-align: center;
  color: white;
  border: solid 2px white;
  z-index: 1;
  cursor:pointer;*/
        padding: 0.6em 1em;
        color: #fff;
        font-size: 1em;
        letter-spacing: 1px;
        background: #ffb900;
        border: 1px solid #ffb900;
        border-radius: 0px;
        z-index: 1;
    }

.blog-image-agileits-w3layouts:hover .blog-image-button {
    opacity: 1;
}

.blog-image-button a:hover {
    border: 1px solid #00acee;
    background: #00acee;
}

.blog-grids-w3-agile {
    padding: 0;
    border: .5px solid #eee;
}

.blog-info {
    padding: 30px 30px 60px;
}

    .blog-info h4 {
        font-size: 19px;
        margin-top: 10px;
        display: block;
        text-decoration: none;
    }

        .blog-info h4 a {
            color: #ff2b0b !important;
            text-decoration: none;
        }

    .blog-info h6 {
        text-transform: uppercase;
        font-size: 14px;
        display: inline-block;
        margin-right: 14px;
    }

        .blog-info h6 a {
            color: #50e4c6;
            text-decoration: none;
        }

    .blog-info span {
        color: #bbb8b8;
        font-size: 14px;
    }

    .blog-info p {
        font-size: 15px;
        line-height: 28px;
        color: #777;
        margin-top: 15px;
        text-align: justify;
    }

.blog-btm-w3 span {
    color: #333;
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.blog-btm-w3 {
    margin-top: 30px;
}

.glyphicon-share-alt {
    margin-right: 20px;
}

.blog-btm-w3 a {
    text-decoration: none;
}

a.num {
    font-size: 12px;
    color: #000;
    vertical-align: bottom;
}

a.blog-read {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 20px;
    border: 1px solid #c1c1c1;
    color: #ff2b0b;
    font-weight: bold;
    border-radius: 25px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background: transparent;
}

    a.blog-read:hover {
        border: 1px solid #ff2b0b;
        background: #ff2b0b;
        color: #fff;
        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.apply-buttom {
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 20px;
    border: 1px solid #c1c1c1;
    color: #00acee;
    font-weight: bold;
    border-radius: 25px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background: transparent;
}

    a.apply-buttom:hover {
        border: 1px solid #00acee;
        background: #00acee;
        color: #fff;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

/*-- //blog --*/
/*-- //blog --*/

.blog-Expertise {
    padding: 41px 40px 125px;
}

    .blog-Expertise h4 {
        font-size: 19px;
        margin-top: 10px;
        display: block;
        text-decoration: none;
    }

        .blog-Expertise h4 a {
            color: #ff2b0b !important;
            text-decoration: none;
        }

    .blog-Expertise h6 {
        text-transform: uppercase;
        font-size: 14px;
        display: inline-block;
        margin-right: 14px;
    }

        .blog-Expertise h6 a {
            color: #50e4c6;
            text-decoration: none;
        }

    .blog-Expertise span {
        color: #bbb8b8;
        font-size: 14px;
    }

    .blog-Expertise p {
        font-size: 15px;
        line-height: 35px;
        color: #777;
        margin-top: 15px;
        text-align: justify;
    }
/*-- //blog --*/

a.pricing-read {
    float: right !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    padding: 7px 20px !important;
    border: 1px solid #c1c1c1 !important;
    color: #ff2b0b !important;
    font-weight: bold !important;
    border-radius: 25px !important;
    transition: 0.5s all !important;
    -webkit-transition: 0.5s all !important;
    -moz-transition: 0.5s all !important;
    -o-transition: 0.5s all !important;
    -ms-transition: 0.5s all !important;
    background: transparent !important;
}

    a.pricing-read:hover {
        border: 1px solid #ff2b0b !important;
        background: #ff2b0b !important;
        color: #fff !important;
        transition: 0.5s all !important;
        -webkit-transition: 0.5s all !important;
        -moz-transition: 0.5s all !important;
        -o-transition: 0.5s all !important;
        -ms-transition: 0.5s all !important;
    }

.breadcrumbFade {
    padding: 10px 0;
    list-style: none;
    background-color: rgba(255,255,255,0);
    border-radius: 4px;
    position: absolute;
    width: 100%;
    z-index: 10;
    margin-top: -41px;
    font-size: .9em;
}

    .breadcrumbFade > li {
        display: inline-block;
    }

        .breadcrumbFade > li + li:before {
            padding: 0 5px;
            color: #00acee;
            content: "/\00a0";
        }

    .breadcrumbFade > .active {
        color: #777;
    }

    .breadcrumbFade li {
        color: #0099e5;
    }

        .breadcrumbFade li a {
            color: #eee;
        }

    .breadcrumbFade a:hover, .breadcrumbFade a:focus {
        color: #fff;
        text-decoration: underline;
    }

.footer-md-5 {
    width: 15%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    display: table;
}

.footer-md-5Industry {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    display: table;
}

.post {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: stretch;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -ms-flex-pack: end;
    min-height: -webkit-calc(100vh - 4.25em);
    min-height: -moz-calc(100vh - 4.25em);
    min-height: calc(100vh - 4.25em);
    position: relative;
}

body.is-ie .post {
    min-height: 0;
}

.post .content {
    -moz-transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    -moz-order: 1;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    width: 50%;
    display: block;
    background: #eef3f3;
    padding: 8em;
    text-align: justify;
    position: relative;
}

    .post .content:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .post .content .inner {
        display: inline-block;
        vertical-align: middle;
    }

    .post .content header h2 {
        font-size: 2.1em;
        padding-bottom: .5em;
        text-align: left;
    }

    .post .content h4 {
        padding-top: 1em;
        padding-bottom: .5em;
    }
    .post .content header p {
        font-size: 1em;
        font-style: italic;
        border-top: 1px solid rgba(144, 144, 144, 0.25);
        border-bottom: 1px solid rgba(144, 144, 144, 0.25);
        padding: .5em 0;
    }

    .post .content p {
        font-size: 14px;
        line-height: 2em;
        margin-top: 1em;
        letter-spacing: 1px;
    }

    .post .content .button {
        margin: 0;
    }

    .post .content .postnav {
        position: absolute;
        left: 2em;
        bottom: 2em;
    }

        .post .content .postnav .prev, .post .content .postnav .next {
            text-decoration: none;
            display: block;
            border: 1px solid rgba(144, 144, 144, 0.25);
            width: 2em;
            height: 2em;
            line-height: 2em;
            text-align: center;
        }

            .post .content .postnav .prev:hover, .post .content .postnav .next:hover {
                background: rgba(144, 144, 144, 0.075);
            }

            .post .content .postnav .prev.disabled, .post .content .postnav .next.disabled {
                color: #bbb;
                pointer-events: none;
            }

        .post .content .postnav .prev {
            border-bottom: none;
        }
.post .content_three {
    -moz-transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    -moz-order: 1;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    width: 100%;
    display: block;
    background: #00bfff;
    padding: 8em;
    text-align: justify;
    position: relative;
}

    .post .content_three:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .post .content_three .inner {
        display: inline-block;
        vertical-align: middle;
    }

    .post .content_three header h2 {
        font-size: 2.5em;
        padding-bottom: .5em;
        text-align: center;
        color: #fff
    }

    .post .content_three h4 {
        padding-top: 1em;
        padding-bottom: .5em;
    }



.post .image {
    -ms-flex-order: 2;
    -moz-order: 2;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    width: 50%;
    display: block;
    margin: 0;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .post .image img {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: auto;
        display: none;
    }

.post.alt .content {
    -ms-flex-order: 2;
    -moz-order: 2;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    text-align: justify;
}

    .post.alt .content .postnav {
        right: 2em;
        left: initial;
    }


.post.alt .image {
    -ms-flex-order: 1;
    -moz-order: 1;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
}

    .post.alt .image img {
        right: initial;
        left: 0;
    }

.post.style1 {
    background-color: #fff;
    color: #444;
}

    .post.style1 input, .post.style1 select, .post.style1 textarea {
        color: #1abc9c;
    }

    .post.style1 a {
        color: #1abc9c;
    }

    .post.style1 strong, .post.style1 b {
        color: #1abc9c;
    }

    .post.style1 h1, .post.style1 h2, .post.style1 h3, .post.style1 h4, .post.style1 h5, .post.style1 h6 {
        color: #1abc9c;
    }

    .post.style1 blockquote {
        border-left-color: rgba(144, 144, 144, 0.25);
    }

    .post.style1 code {
        background: rgba(144, 144, 144, 0.075);
        border-color: rgba(144, 144, 144, 0.25);
    }

    .post.style1 hr {
        border-bottom-color: rgba(144, 144, 144, 0.25);
    }

    .post.style1 input[type="submit"],
    .post.style1 input[type="reset"],
    .post.style1 input[type="button"],
    .post.style1 button,
    .post.style1 .button {
        background-color: #1abc9c;
        color: #fff !important;
    }

        .post.style1 input[type="submit"]:hover,
        .post.style1 input[type="reset"]:hover,
        .post.style1 input[type="button"]:hover,
        .post.style1 button:hover,
        .post.style1 .button:hover {
            background-color: #1dd2af;
        }

        .post.style1 input[type="submit"]:active,
        .post.style1 input[type="reset"]:active,
        .post.style1 input[type="button"]:active,
        .post.style1 button:active,
        .post.style1 .button:active {
            background-color: #17a689;
        }

        .post.style1 input[type="submit"].alt,
        .post.style1 input[type="reset"].alt,
        .post.style1 input[type="button"].alt,
        .post.style1 button.alt,
        .post.style1 .button.alt {
            background-color: transparent;
            box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
            color: #1abc9c !important;
        }

            .post.style1 input[type="submit"].alt:hover,
            .post.style1 input[type="reset"].alt:hover,
            .post.style1 input[type="button"].alt:hover,
            .post.style1 button.alt:hover,
            .post.style1 .button.alt:hover {
                background-color: rgba(144, 144, 144, 0.075);
            }

            .post.style1 input[type="submit"].alt:active,
            .post.style1 input[type="reset"].alt:active,
            .post.style1 input[type="button"].alt:active,
            .post.style1 button.alt:active,
            .post.style1 .button.alt:active {
                background-color: rgba(144, 144, 144, 0.2);
            }

            .post.style1 input[type="submit"].alt.icon:before,
            .post.style1 input[type="reset"].alt.icon:before,
            .post.style1 input[type="button"].alt.icon:before,
            .post.style1 button.alt.icon:before,
            .post.style1 .button.alt.icon:before {
                color: #bbb;
            }

        .post.style1 input[type="submit"].special,
        .post.style1 input[type="reset"].special,
        .post.style1 input[type="button"].special,
        .post.style1 button.special,
        .post.style1 .button.special {
            background-color: #1abc9c;
            color: #fff !important;
        }

    .post.style1.invert {
        background-color: #1abc9c;
        color: rgba(255, 255, 255, 0.75);
    }

        .post.style1.invert input, .post.style1.invert select, .post.style1.invert textarea {
            color: #fff;
        }

        .post.style1.invert a {
            color: #fff;
        }

        .post.style1.invert strong, .post.style1.invert b {
            color: #fff;
        }

        .post.style1.invert h1, .post.style1.invert h2, .post.style1.invert h3, .post.style1.invert h4, .post.style1.invert h5, .post.style1.invert h6 {
            color: #fff;
        }

        .post.style1.invert blockquote {
            border-left-color: rgba(255, 255, 255, 0.25);
        }

        .post.style1.invert code {
            background: rgba(255, 255, 255, 0.075);
            border-color: rgba(255, 255, 255, 0.25);
        }

        .post.style1.invert hr {
            border-bottom-color: rgba(255, 255, 255, 0.25);
        }

        .post.style1.invert input[type="submit"],
        .post.style1.invert input[type="reset"],
        .post.style1.invert input[type="button"],
        .post.style1.invert button,
        .post.style1.invert .button {
            background-color: #fff;
            color: #1abc9c !important;
        }

            .post.style1.invert input[type="submit"].alt,
            .post.style1.invert input[type="reset"].alt,
            .post.style1.invert input[type="button"].alt,
            .post.style1.invert button.alt,
            .post.style1.invert .button.alt {
                background-color: transparent;
                box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
                color: #fff !important;
            }

                .post.style1.invert input[type="submit"].alt:hover,
                .post.style1.invert input[type="reset"].alt:hover,
                .post.style1.invert input[type="button"].alt:hover,
                .post.style1.invert button.alt:hover,
                .post.style1.invert .button.alt:hover {
                    background-color: rgba(255, 255, 255, 0.075);
                }

                .post.style1.invert input[type="submit"].alt:active,
                .post.style1.invert input[type="reset"].alt:active,
                .post.style1.invert input[type="button"].alt:active,
                .post.style1.invert button.alt:active,
                .post.style1.invert .button.alt:active {
                    background-color: rgba(255, 255, 255, 0.2);
                }

                .post.style1.invert input[type="submit"].alt.icon:before,
                .post.style1.invert input[type="reset"].alt.icon:before,
                .post.style1.invert input[type="button"].alt.icon:before,
                .post.style1.invert button.alt.icon:before,
                .post.style1.invert .button.alt.icon:before {
                    color: rgba(255, 255, 255, 0.5);
                }

            .post.style1.invert input[type="submit"].special,
            .post.style1.invert input[type="reset"].special,
            .post.style1.invert input[type="button"].special,
            .post.style1.invert button.special,
            .post.style1.invert .button.special {
                background-color: #fff;
                color: #1abc9c !important;
            }

        .post.style1.invert .content {
            background: #1abc9c;
        }

            .post.style1.invert .content header p {
                color: rgba(255, 255, 255, 0.5);
                border-top: 1px solid rgba(255, 255, 255, 0.25);
                border-bottom: 1px solid rgba(255, 255, 255, 0.25);
            }

            .post.style1.invert .content .postnav .prev, .post.style1.invert .content .postnav .next {
                border: 1px solid rgba(255, 255, 255, 0.25);
            }

                .post.style1.invert .content .postnav .prev:hover, .post.style1.invert .content .postnav .next:hover {
                    background: rgba(255, 255, 255, 0.075);
                }

                .post.style1.invert .content .postnav .prev.disabled, .post.style1.invert .content .postnav .next.disabled {
                    color: rgba(255, 255, 255, 0.5);
                }

        .post.style1.invert .image {
            background-color: #1abc9c;
        }

.post.style2 {
    background-color: #fff;
    color: #444;
}

    .post.style2 input, .post.style2 select, .post.style2 textarea {
        color: #1abc9c;
    }

    .post.style2 a {
        color: #1abc9c;
    }

    .post.style2 strong, .post.style2 b {
        color: #1abc9c;
    }

    .post.style2 h1, .post.style2 h2, .post.style2 h3, .post.style2 h4, .post.style2 h5, .post.style2 h6 {
        color: #1abc9c;
    }

    .post.style2 blockquote {
        border-left-color: rgba(144, 144, 144, 0.25);
    }

    .post.style2 code {
        background: rgba(144, 144, 144, 0.075);
        border-color: rgba(144, 144, 144, 0.25);
    }

    .post.style2 hr {
        border-bottom-color: rgba(144, 144, 144, 0.25);
    }

    .post.style2 input[type="submit"],
    .post.style2 input[type="reset"],
    .post.style2 input[type="button"],
    .post.style2 button,
    .post.style2 .button {
        background-color: #1abc9c;
        color: #fff !important;
    }

        .post.style2 input[type="submit"]:hover,
        .post.style2 input[type="reset"]:hover,
        .post.style2 input[type="button"]:hover,
        .post.style2 button:hover,
        .post.style2 .button:hover {
            background-color: #1dd2af;
        }

        .post.style2 input[type="submit"]:active,
        .post.style2 input[type="reset"]:active,
        .post.style2 input[type="button"]:active,
        .post.style2 button:active,
        .post.style2 .button:active {
            background-color: #17a689;
        }

        .post.style2 input[type="submit"].alt,
        .post.style2 input[type="reset"].alt,
        .post.style2 input[type="button"].alt,
        .post.style2 button.alt,
        .post.style2 .button.alt {
            background-color: transparent;
            box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
            color: #1abc9c !important;
        }

            .post.style2 input[type="submit"].alt:hover,
            .post.style2 input[type="reset"].alt:hover,
            .post.style2 input[type="button"].alt:hover,
            .post.style2 button.alt:hover,
            .post.style2 .button.alt:hover {
                background-color: rgba(144, 144, 144, 0.075);
            }

            .post.style2 input[type="submit"].alt:active,
            .post.style2 input[type="reset"].alt:active,
            .post.style2 input[type="button"].alt:active,
            .post.style2 button.alt:active,
            .post.style2 .button.alt:active {
                background-color: rgba(144, 144, 144, 0.2);
            }

            .post.style2 input[type="submit"].alt.icon:before,
            .post.style2 input[type="reset"].alt.icon:before,
            .post.style2 input[type="button"].alt.icon:before,
            .post.style2 button.alt.icon:before,
            .post.style2 .button.alt.icon:before {
                color: #bbb;
            }

        .post.style2 input[type="submit"].special,
        .post.style2 input[type="reset"].special,
        .post.style2 input[type="button"].special,
        .post.style2 button.special,
        .post.style2 .button.special {
            background-color: #1abc9c;
            color: #fff !important;
        }

    .post.style2.invert {
        background-color: #1abc9c;
        color: rgba(255, 255, 255, 0.75);
    }

        .post.style2.invert input, .post.style2.invert select, .post.style2.invert textarea {
            color: #fff;
        }

        .post.style2.invert a {
            color: #fff;
        }

        .post.style2.invert strong, .post.style2.invert b {
            color: #fff;
        }

        .post.style2.invert h1, .post.style2.invert h2, .post.style2.invert h3, .post.style2.invert h4, .post.style2.invert h5, .post.style2.invert h6 {
            color: #fff;
        }

        .post.style2.invert blockquote {
            border-left-color: rgba(255, 255, 255, 0.25);
        }

        .post.style2.invert code {
            background: rgba(255, 255, 255, 0.075);
            border-color: rgba(255, 255, 255, 0.25);
        }

        .post.style2.invert hr {
            border-bottom-color: rgba(255, 255, 255, 0.25);
        }

        .post.style2.invert input[type="submit"],
        .post.style2.invert input[type="reset"],
        .post.style2.invert input[type="button"],
        .post.style2.invert button,
        .post.style2.invert .button {
            background-color: #1abc9c;
            color: #fff !important;
        }

            .post.style2.invert input[type="submit"]:hover,
            .post.style2.invert input[type="reset"]:hover,
            .post.style2.invert input[type="button"]:hover,
            .post.style2.invert button:hover,
            .post.style2.invert .button:hover {
                background-color: #1dd2af;
            }

            .post.style2.invert input[type="submit"]:active,
            .post.style2.invert input[type="reset"]:active,
            .post.style2.invert input[type="button"]:active,
            .post.style2.invert button:active,
            .post.style2.invert .button:active {
                background-color: #17a689;
            }

            .post.style2.invert input[type="submit"].alt,
            .post.style2.invert input[type="reset"].alt,
            .post.style2.invert input[type="button"].alt,
            .post.style2.invert button.alt,
            .post.style2.invert .button.alt {
                background-color: transparent;
                box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
                color: #fff !important;
            }

                .post.style2.invert input[type="submit"].alt:hover,
                .post.style2.invert input[type="reset"].alt:hover,
                .post.style2.invert input[type="button"].alt:hover,
                .post.style2.invert button.alt:hover,
                .post.style2.invert .button.alt:hover {
                    background-color: rgba(255, 255, 255, 0.075);
                }

                .post.style2.invert input[type="submit"].alt:active,
                .post.style2.invert input[type="reset"].alt:active,
                .post.style2.invert input[type="button"].alt:active,
                .post.style2.invert button.alt:active,
                .post.style2.invert .button.alt:active {
                    background-color: rgba(255, 255, 255, 0.2);
                }

                .post.style2.invert input[type="submit"].alt.icon:before,
                .post.style2.invert input[type="reset"].alt.icon:before,
                .post.style2.invert input[type="button"].alt.icon:before,
                .post.style2.invert button.alt.icon:before,
                .post.style2.invert .button.alt.icon:before {
                    color: rgba(255, 255, 255, 0.5);
                }

            .post.style2.invert input[type="submit"].special,
            .post.style2.invert input[type="reset"].special,
            .post.style2.invert input[type="button"].special,
            .post.style2.invert button.special,
            .post.style2.invert .button.special {
                background-color: #fff;
                color: #1abc9c !important;
            }

        .post.style2.invert .content {
            background: #3498db;
        }

            .post.style2.invert .content header p {
                color: rgba(255, 255, 255, 0.5);
                border-top: 1px solid rgba(255, 255, 255, 0.25);
                border-bottom: 1px solid rgba(255, 255, 255, 0.25);
            }

            .post.style2.invert .content .postnav .prev, .post.style2.invert .content .postnav .next {
                border: 1px solid rgba(255, 255, 255, 0.25);
            }

                .post.style2.invert .content .postnav .prev:hover, .post.style2.invert .content .postnav .next:hover {
                    background: rgba(255, 255, 255, 0.075);
                }

                .post.style2.invert .content .postnav .prev.disabled, .post.style2.invert .content .postnav .next.disabled {
                    color: rgba(255, 255, 255, 0.5);
                }

        .post.style2.invert .image {
            background-color: #1abc9c;
        }

.post.style3 {
    background-color: #fff;
    color: #444;
}

    .post.style3 input, .post.style3 select, .post.style3 textarea {
        color: #1abc9c;
    }

    .post.style3 a {
        color: #1abc9c;
    }

    .post.style3 strong, .post.style3 b {
        color: #1abc9c;
    }

    .post.style3 h1, .post.style3 h2, .post.style3 h3, .post.style3 h4, .post.style3 h5, .post.style3 h6 {
        color: #1abc9c;
    }

    .post.style3 blockquote {
        border-left-color: rgba(144, 144, 144, 0.25);
    }

    .post.style3 code {
        background: rgba(144, 144, 144, 0.075);
        border-color: rgba(144, 144, 144, 0.25);
    }

    .post.style3 hr {
        border-bottom-color: rgba(144, 144, 144, 0.25);
    }

    .post.style3 input[type="submit"],
    .post.style3 input[type="reset"],
    .post.style3 input[type="button"],
    .post.style3 button,
    .post.style3 .button {
        background-color: #1abc9c;
        color: #fff !important;
    }

        .post.style3 input[type="submit"]:hover,
        .post.style3 input[type="reset"]:hover,
        .post.style3 input[type="button"]:hover,
        .post.style3 button:hover,
        .post.style3 .button:hover {
            background-color: #1dd2af;
        }

        .post.style3 input[type="submit"]:active,
        .post.style3 input[type="reset"]:active,
        .post.style3 input[type="button"]:active,
        .post.style3 button:active,
        .post.style3 .button:active {
            background-color: #17a689;
        }

        .post.style3 input[type="submit"].alt,
        .post.style3 input[type="reset"].alt,
        .post.style3 input[type="button"].alt,
        .post.style3 button.alt,
        .post.style3 .button.alt {
            background-color: transparent;
            box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
            color: #1abc9c !important;
        }

            .post.style3 input[type="submit"].alt:hover,
            .post.style3 input[type="reset"].alt:hover,
            .post.style3 input[type="button"].alt:hover,
            .post.style3 button.alt:hover,
            .post.style3 .button.alt:hover {
                background-color: rgba(144, 144, 144, 0.075);
            }

            .post.style3 input[type="submit"].alt:active,
            .post.style3 input[type="reset"].alt:active,
            .post.style3 input[type="button"].alt:active,
            .post.style3 button.alt:active,
            .post.style3 .button.alt:active {
                background-color: rgba(144, 144, 144, 0.2);
            }

            .post.style3 input[type="submit"].alt.icon:before,
            .post.style3 input[type="reset"].alt.icon:before,
            .post.style3 input[type="button"].alt.icon:before,
            .post.style3 button.alt.icon:before,
            .post.style3 .button.alt.icon:before {
                color: #bbb;
            }

        .post.style3 input[type="submit"].special,
        .post.style3 input[type="reset"].special,
        .post.style3 input[type="button"].special,
        .post.style3 button.special,
        .post.style3 .button.special {
            background-color: #1abc9c;
            color: #fff !important;
        }

    .post.style3.invert {
        background-color: #1abc9c;
        color: rgba(255, 255, 255, 0.75);
    }

        .post.style3.invert input, .post.style3.invert select, .post.style3.invert textarea {
            color: #fff;
        }

        .post.style3.invert a {
            color: #fff;
        }

        .post.style3.invert strong, .post.style3.invert b {
            color: #fff;
        }

        .post.style3.invert h1, .post.style3.invert h2, .post.style3.invert h3, .post.style3.invert h4, .post.style3.invert h5, .post.style3.invert h6 {
            color: #fff;
        }

        .post.style3.invert blockquote {
            border-left-color: rgba(255, 255, 255, 0.25);
        }

        .post.style3.invert code {
            background: rgba(255, 255, 255, 0.075);
            border-color: rgba(255, 255, 255, 0.25);
        }

        .post.style3.invert hr {
            border-bottom-color: rgba(255, 255, 255, 0.25);
        }

        .post.style3.invert input[type="submit"],
        .post.style3.invert input[type="reset"],
        .post.style3.invert input[type="button"],
        .post.style3.invert button,
        .post.style3.invert .button {
            background-color: #1abc9c;
            color: #fff !important;
        }

            .post.style3.invert input[type="submit"]:hover,
            .post.style3.invert input[type="reset"]:hover,
            .post.style3.invert input[type="button"]:hover,
            .post.style3.invert button:hover,
            .post.style3.invert .button:hover {
                background-color: #1dd2af;
            }

            .post.style3.invert input[type="submit"]:active,
            .post.style3.invert input[type="reset"]:active,
            .post.style3.invert input[type="button"]:active,
            .post.style3.invert button:active,
            .post.style3.invert .button:active {
                background-color: #17a689;
            }

            .post.style3.invert input[type="submit"].alt,
            .post.style3.invert input[type="reset"].alt,
            .post.style3.invert input[type="button"].alt,
            .post.style3.invert button.alt,
            .post.style3.invert .button.alt {
                background-color: transparent;
                box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
                color: #fff !important;
            }

                .post.style3.invert input[type="submit"].alt:hover,
                .post.style3.invert input[type="reset"].alt:hover,
                .post.style3.invert input[type="button"].alt:hover,
                .post.style3.invert button.alt:hover,
                .post.style3.invert .button.alt:hover {
                    background-color: rgba(255, 255, 255, 0.075);
                }

                .post.style3.invert input[type="submit"].alt:active,
                .post.style3.invert input[type="reset"].alt:active,
                .post.style3.invert input[type="button"].alt:active,
                .post.style3.invert button.alt:active,
                .post.style3.invert .button.alt:active {
                    background-color: rgba(255, 255, 255, 0.2);
                }

                .post.style3.invert input[type="submit"].alt.icon:before,
                .post.style3.invert input[type="reset"].alt.icon:before,
                .post.style3.invert input[type="button"].alt.icon:before,
                .post.style3.invert button.alt.icon:before,
                .post.style3.invert .button.alt.icon:before {
                    color: rgba(255, 255, 255, 0.5);
                }

            .post.style3.invert input[type="submit"].special,
            .post.style3.invert input[type="reset"].special,
            .post.style3.invert input[type="button"].special,
            .post.style3.invert button.special,
            .post.style3.invert .button.special {
                background-color: #fff;
                color: #1abc9c !important;
            }

        .post.style3.invert .content {
            background: #9b59b6;
        }

            .post.style3.invert .content header p {
                color: rgba(255, 255, 255, 0.5);
                border-top: 1px solid rgba(255, 255, 255, 0.25);
                border-bottom: 1px solid rgba(255, 255, 255, 0.25);
            }

            .post.style3.invert .content .postnav .prev, .post.style3.invert .content .postnav .next {
                border: 1px solid rgba(255, 255, 255, 0.25);
            }

                .post.style3.invert .content .postnav .prev:hover, .post.style3.invert .content .postnav .next:hover {
                    background: rgba(255, 255, 255, 0.075);
                }

                .post.style3.invert .content .postnav .prev.disabled, .post.style3.invert .content .postnav .next.disabled {
                    color: rgba(255, 255, 255, 0.5);
                }

        .post.style3.invert .image {
            background-color: #1abc9c;
        }

.posticon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
    text-decoration: none !important;
}

    .posticon:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    .posticon > .label {
        display: none;
    }

.image {
    border: 0;
    display: inline-block;
    position: relative;
}

    .image img {
        display: block;
    }

    .image.left, .image.right {
        max-width: 40%;
    }

        .image.left img, .image.right img {
            width: 100%;
        }

    .image.left {
        float: left;
        margin: 0 1.5em 1em 0;
        top: 0.25em;
    }

    .image.right {
        float: right;
        margin: 0 0 1em 1.5em;
        top: 0.25em;
    }

    .image.fit {
        display: block;
        margin: 0 0 2em 0;
        width: 100%;
    }

        .image.fit img {
            width: 100%;
        }

    .image.main {
        display: block;
        margin: 0 0 3em 0;
        width: 100%;
    }

        .image.main img {
            width: 100%;
        }

.technology-bottom-bottom p {
    /*color: #000000;*/
    font-size: 0.8em;
    margin: 0 0 0 0 !important;
}

.tab-content {
    text-align: justify;
}

    .tab-content p {
        margin-bottom: 1em;
    }

    .tab-content h5 {
        color: #00acee;
        margin-bottom: .5em;
    }

    .tab-content ol {
        margin-bottom: 1em;
    }

span.ftr-address-icons {
    float: left;
    width: 10%;
    padding-bottom: 2.2em;
    color: #111;
}

    span.ftr-address-icons i {
        font-size: 40px;
    }

.contact-heading {
    font-weight: 400;
}

.contact-div {
    margin-top: .5em;
}

.modal-Popup-title {
    color: #333 !important;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.disabled-SentMail {
    background-color: #e4e3e0 !important;
    border: 0px !important;
}


.accordion__item-head {
    background-color: #f4f5f8;
    padding: .5rem 2rem;
    cursor: pointer;
    font-size: 1rem;
}

.accordion__item {
    border: 1px solid #ebedf2;
    margin-bottom: .5rem;
}

.accordion__item-content {
    padding: 1.5rem 2rem;
}


.accordion__item > .accordion__item-head a {
    display: block;
    padding: 10px 15px;
}

    .accordion__item > .accordion__item-head a:after {
        content: "\002b";
        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;
        float: right;
        transition: transform .25s linear;
        -webkit-transition: -webkit-transform .25s linear;
    }


    .accordion__item > .accordion__item-head[aria-expanded="true"] a:after {
        content: "\2212";
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.accordion__item > .accordion__item-head[aria-expanded="false"] a:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.filter-label{
    padding:5px 10px;
}
.filter-width {
    width: 300px;
}

.carrer-ul li {
    line-height: 2em;
    color: #717171;
    letter-spacing: 1px;
}



/*---------------------------------------------------------*/
/*-- //to-top --*/
/*-- responsive media queries --*/
@media(max-width:1680px) {
    .carousel-indicators {
        bottom: 25%;
        left: 18%;
    }
}

@media(max-width:1600px) {
    .carousel-indicators {
        bottom: 25%;
        left: 16%;
    }

    .header-top_agileits {
        margin: 2em auto 0;
        width: 100%;
    }

    .blog-image-title {
        top: 3.2em;
    }

    .blog-image-button {
        top: 9em;
    }
}

@media(max-width:1440px) {
    .carousel-indicators {
        bottom: 25%;
        left: 12%;
    }

    .header-top_agileits {
        margin: 2em auto 0;
        width: 100%;
    }

    .blog-image-title {
        top: 3.1em;
    }

    .blog-image-button {
        top: 8.5em;
    }
}

@media(max-width:1366px) {
    .header-top_agileits {
        width: 100%;
    }

    .services, .team, .contact-w3layouts, .agile_testimonials, #last_bottom_agile, #services {
        padding: 4em 0;
    }

    #welcome {
        padding: 4em 0 2em 0;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 20%;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 20%;
    }

    .carousel-indicators {
        bottom: 25%;
        left: 10%;
    }

    .carousel-caption h2, .carousel-caption h3 {
        font-size: 2.8em;
        font-weight: 300;
        letter-spacing: 5px;
    }

    .testmonial_agile_info {
        padding: 0em 4em;
    }

    .blog-info p {
        margin-top: 10px;
    }

    .blog-info {
        padding: 23px 27px 59px;
    }

    .blog-Expertise p {
        margin-top: 10px;
    }

    .blog-Expertise {
        padding: 23px 27px 59px;
    }

    .blog-image-title {
        top: 2.6em;
        font-size: 1.7em;
    }

    .blog-image-agileits-w3layouts:hover .blog-image-title {
        top: 2em;
    }

    .blog-image-button {
        top: 7.5em;
    }

    .technology_inner_w3ls {
        font-size: 70%;
    }
}

@media(max-width:1280px) {
    .nav-container {
        padding: 0 40px;
    }
    .header-top_agileits {
        width: 100%;
    }

    .amazingwp-logo {
        margin-top: -85px;
    }

    .w3_agile_phone {
        float: left;
        padding-left: 30px;
    }

    .carousel-indicators {
        bottom: 25%;
        left: 8%;
    }

    .w3_agile_team_grid h3 {
        font-size: 1.0em;
    }

    .w3l_header {
        font-size: 2.6em;
    }

    #welcome {
        padding: 4em 0 2em 0;
    }

    .sale-w3ls h6 {
        font-size: 2.8em;
    }

    .sale-w4ls h6 {
        font-size: 2.8em;
    }

    .testmonial_agile_info {
        padding: 0em 3em;
    }

    .pricing-bottom-bottom p {
        font-size: 0.8em;
    }

    .pricing-bottom {
        padding: 4em 1em;
    }

    .quality-bottom-bottom p {
        font-size: 0.7em;
    }

    .quality-bottom {
        padding: 1em 1em;
    }

    .technology-bottom-bottom p {
        font-size: 0.7em;
    }

    .technology-bottom {
        padding: 1em 1em;
    }

    .post.alt .content .postnav {
        right: 1em;
    }

    .post .content {
        padding: 4em;
    }

        .post .content .postnav {
            left: 1em;
            bottom: 1em;
        }

    .blog-image-title {
        top: 2.4em;
        font-size: 1.5em;
    }

    .blog-image-button {
        top: 7em;
    }

    .blog-image-agileits-w3layouts:hover .blog-image-title {
        top: 2em;
    }

    .technology_inner_w3ls {
        font-size: 100%;
    }

    .tc-ch h3 {
        font-size: 1em;
        height: 3.3em;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media(max-width:1080px) {
    .nav-container {
        padding: 0 20px;
    }
    .carousel-indicators {
        bottom: 25%;
        left: 8%;
    }

    .w3l_header {
        font-size: 2.4em;
    }

    .w3_agile_team_grids, .agile_wthree_inner_grids, .industry_wthree_inner_grids {
        margin: 2.5em 0 0;
    }


    .agileits-service-info h5 {
        font-size: 1.1em;
        letter-spacing: 2px;
    }

    .sale-w3ls {
        min-height: 360px;
    }

        .sale-w3ls h6 {
            font-size: 2.6em;
        }

    .sale-w4ls {
        min-height: 360px;
    }

        .sale-w4ls h6 {
            font-size: 2.6em;
        }

    div.small-dialog {
        padding: 20px;
        width: 48%;
    }

    .agile_tesimonials_content {
        padding: 3em 2em;
        width: 74%;
        margin: 2em auto 0em;
    }

    .sign.text-center {
        margin-top: 45px;
    }

    .aboutimg img {
        position: absolute;
        left: 0%;
        margin: 0 0 0 2em;
        bottom: -77%;
        width: 300px;
        height: 300px;
    }

    .w3layouts_mail_grid_left {
        width: 50%;
        margin-bottom: 1em;
    }

    .w3layouts_mail_grid_left1 i {
        font-size: 1.3em;
        line-height: 3.5em;
    }

    .blog-info h4 {
        font-size: 18px;
    }

    .blog-Expertise h4 {
        font-size: 18px;
    }
    .modal-dialog {
        width: 50% !important;
    }
}

@media(max-width:1050px) {
    .header-top_agileits {
        width: 100%;
    }
    .w3_agile_phone {
        float: left;
        padding-left: 20px;
    }
}

@media(max-width:1024px) {
    .navbar-nav-container {
        display: grid;
        width: calc(100% - 120px);
    }

    .nav-container {
        padding: 0 40px;
    }
    .carousel-indicators {
        bottom: 25%;
        left: 7%;
    }

    .blog-image-title {
        top: 2.2em;
        font-size: 1.3em;
    }

    .blog-image-button {
        top: 6.5em;
    }

    .blog-image-agileits-w3layouts:hover .blog-image-title {
        top: 1.7em;
    }

    .technology_inner_w3ls {
        width: 82%;
        float: left;
        margin: 2% 8%;
    }

    .tc-ch h6, .wthree h6 {
        font-size: 0.9em;
    }

    .tc-ch h3 {
        font-size: 1em;
    }

    .tc-ch p, .wthree p {
        font-size: 0.85em;
    }

    .tc-ch {
        padding: 2em 1em;
    }
}

@media(max-width:991px) {
    .nav-container {
        padding: 0 80px;
    }
    .carousel-indicators {
        bottom: 25%;
        left: 16%;
    }

    .about_agileinfo_grid_imgs img {
        width: 100%;
        margin: 2em 0 0 0em;
        text-align: center;
    }

    #welcome {
        padding: 4em 0 2em 0;
    }

    .aboutimg img {
        position: absolute;
        left: 0%;
        margin: 0 0 0 4em;
        bottom: -71%;
        width: 300px;
        height: 300px;
    }

    .w3ls_services_agile-grid.two {
        margin-top: 0;
    }

    .w3ls_services_agile-grid {
        padding: 0 10px;
        margin-bottom: 2em;
    }

    .w3_agile_team_grid {
        text-align: center;
        float: left;
    }




    .agileits-service-info span {
        width: 20%;
        height: 1%;
        left: 40%;
        bottom: 57%;
    }

    .agile_port_w3ls_info {
        margin: 0 10%;
    }

    .menu_w3ls_agile_top_section {
        margin-bottom: 3em;
    }

    .pricing_inner_w3ls {
        width: 47.3%;
        margin: 0 0.5%;
        float: left;
    }

        .pricing_inner_w3ls:nth-child(3) {
            /*margin:0;*/
            margin-top: 1em;
        }

        .pricing_inner_w3ls:nth-child(4) {
            margin-top: 1em;
        }

    .quality_inner_w3ls {
        width: 47.3%;
        margin: 0 0.5%;
        float: left;
    }

    .technology_inner_w3ls {
        width: 48.3%;
        float: left;
        margin: 0 0.5%;
    }

    .quality_inner_w3ls:nth-child(3) {
        /*margin:0;*/
        margin-top: 1em;
    }

    .quality_inner_w3ls:nth-child(4) {
        margin-top: 1em;
    }

    .navbar-nav > li > a {
        margin: 0;
        padding: 0 1em;
    }

    .footer-grid_wthree_info:nth-child(2) {
        margin: 2em 0;
    }

    .footer-grid_wthree_info h3 {
        font-size: 1.6em;
        margin: 0 0 0.5em 0;
    }

    .sale-w3ls h6 {
        font-size: 2.4em;
        line-height: 1.5em;
    }

    .sale-w4ls h6 {
        font-size: 2.4em;
        line-height: 1.5em;
    }

    .testmonial_agile_info {
        padding: 0em 3em;
        text-align: center;
        margin-top: 1em;
    }

    .agileits-button.two {
        margin-top: 2em;
        text-align: center;
    }

    div.small-dialog {
        padding: 20px;
        width: 57%;
    }

    .mail-grid1-form {
        margin-top: 2em;
    }

    .w3layouts_mail_grid_left {
        width: 50%;
        margin-bottom: 1em;
        float: left;
    }

    .blog-grids-w3-agile {
        /*width: 33%;
        float: left;*/
        width: 60%;
        float: none;
        margin: 0 auto;
    }

    .blog-info {
        padding: 22px 22px 63px;
    }

    .blog-Expertise {
        padding: 22px 22px 63px;
    }

    a.blog-read {
        font-size: 11px;
        padding: 6px 17px;
    }

    .post {
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        min-height: 0;
    }

        .post .image {
            -ms-flex-order: 1;
            -moz-order: 1;
            -webkit-order: 1;
            -ms-order: 1;
            order: 1;
            width: 100%;
            overflow: auto;
            background: none !important;
        }

            .post .image img {
                position: relative;
                width: 100%;
                height: auto;
                display: block;
            }

        .post .content {
            -ms-flex-order: 2;
            -moz-order: 2;
            -webkit-order: 2;
            -ms-order: 2;
            order: 2;
            width: 100%;
            text-align: left;
        }

            .post .content .postnav {
                display: none;
            }

        .post.alt .image img {
            left: initial;
        }

        .post.alt .content {
            text-align: left;
        }

    .blog-image-title {
        top: 3em;
        font-size: 2em;
    }

    .blog-image-button {
        top: 8.5em;
    }

    .blog-image-agileits-w3layouts:hover .blog-image-title {
        top: 2.4em;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 0.8em;
    }

    .footer-grid_address_info div {
        text-align: left;
    }

    .tc-ch h3 {
        font-size: 1.4em;
        height: 2.2em;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media(max-width:900px) {
    .nav-container {
        padding: 0 40px;
    }
    .agileits-service-info h5 {
        font-size: 1.1em;
        letter-spacing: 2px;
        margin: 2em 0;
    }

    .agileits-service-info p {
        margin-top: 1.5em;
    }

    .agileits-service-info span {
        width: 20%;
        height: 1%;
        left: 40%;
        bottom: 58%;
    }

    .carousel-indicators {
        bottom: 25%;
        left: 13%;
    }

    .agile_port_w3ls_info {
        margin: 0 6%;
    }

    div.small-dialog {
        padding: 20px;
        width: 78%;
    }

    .blog-grids-w3-agile {
        width: 60%;
        float: none;
        margin: 0 auto;
    }

    .blog {
        padding-bottom: 70px;
    }

    .blog-info {
        padding: 35px 35px 65px;
    }

    .blog-Expertise {
        padding: 35px 35px 65px;
    }
}

@media(max-width:800px) {
    .carousel-caption {
        min-height: 454px !important;
        padding-top: 10em;
    }

    .carousel-indicators {
        bottom: 25%;
        left: 9%;
    }

    .agile_port_w3ls_info {
        margin: 0 1.2%;
    }

    .coupons {
        padding: 3em 0;
    }

    .agileits-logo h1 a {
        font-size: 1.2em;
    }
}

@media(max-width:768px) {
    .navbar-nav-container {
        display: grid;
        width: 100%;
    }

    .amazingwp-logo {
        float: none;
        margin: 15px 0;
        max-width: 100%;
        width: 100px;
    }
    .header-top_agileits {
        width: 100%;
    }

    .agile_port_w3ls_info {
        margin: 0 0%;
    }

    .agile_gallery_grid {
        float: left;
        padding: 0;
        width: 50%;
    }

    .carousel-indicators {
        bottom: 25%;
        left: 7%;
    }

    .carousel-caption {
        min-height: 407px !important;
        padding-top: 8em;
    }

        .carousel-caption h2, .carousel-caption h3 {
            font-size: 2.6em;
            font-weight: 300;
            letter-spacing: 3px;
        }

    #welcome h2 {
        font-size: 2.1em;
        margin-bottom: 0.5em;
        line-height: 1.5em;
    }

    .w3l_header {
        font-size: 2.2em;
    }

    .blog-info h6 {
        font-size: 13px;
    }

    .blog-info span {
        font-size: 13px;
    }

    .blog-info h4 {
        font-size: 16px;
    }

    .blog-grids-w3-agile {
        width: 70%;
    }

    .blog-info {
        padding: 25px 30px 60px;
    }

    .blog-btm-w3 span {
        font-size: 18px;
        margin-right: 5px;
    }

    .blog-info p {
        margin-top: 6px;
    }

    .blog-Expertise h6 {
        font-size: 13px;
    }

    .blog-Expertise span {
        font-size: 13px;
    }

    .blog-Expertise h4 {
        font-size: 16px;
    }

    .blog-grids-w3-agile {
        width: 70%;
    }

    .blog-Expertise {
        padding: 25px 30px 60px;
    }

    .blog-btm-w3 span {
        font-size: 18px;
        margin-right: 5px;
    }

    .blog-Expertise p {
        margin-top: 6px;
    }

    .modal-dialog {
        width: 90% !important;
    }
}

@media(max-width:767px) {
    .navbar-default .navbar-toggle {
        border-color: #fff;
        background: #ec9114;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ec9114;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #8ddfff;
        }

    .navbar-right {
        margin: 0;
        float: none !important;
        text-align: center;
    }

    .navbar-nav {
        margin: 0;
        background: rgba(0, 0, 0, 0.85);
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }

    .navbar-collapse {
        box-shadow: none;
    }

    .navbar-nav > li, .agile_short_dropdown li a {
        font-size: 13px;
    }

        .navbar-nav > li > a {
            padding: 0;
            margin: 1em 0;
        }

    .navbar-nav .open .dropdown-menu {
        background-color: #ec9114;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 1em 0;
    }

    .navbar-collapse.in {
        overflow-y: inherit;
    }

    .nav > li {
        position: relative;
        display: block;
        margin: 1em 0;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #00acee;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
            padding: 7px 0;
            color: #fff;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
    }

    .navbar-toggle {
        position: relative;
        float: none;
        padding: 9px 10px;
        margin-top: 0px;
        margin-right: 0;
        margin-bottom: 0px;
        border-radius: 0;
    }

    .navbar-default .navbar-toggle {
        border-color: #8ddfff;
        background: rgba(66, 66, 66, 0.16);
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background: rgba(3, 169, 244, 0.24);
        }

    .header-top_agileits {
        margin: 1em auto 0;
    }

    .carousel-caption {
        min-height: 370px !important;
        padding-top: 8em;
    }

    .carousel-indicators {
        bottom: 16%;
        left: 7%;
    }

    .team, .contact-w3layouts, .agile_testimonials, #last_bottom_agile, #services {
        padding: 3.5em 0;
    }

    .services {
        padding: 3.5em 0 2em 0;
    }

    .agileits-service-info h5 {
        font-size: 1.1em;
        letter-spacing: 2px;
        margin: 2em 0 3.3em 0;
    }

    .banner_header_top_wthree {
        padding: 1em 0 0.5em 0;
    }

    .navbar-default .navbar-nav > li > a {
        letter-spacing: 1px;
        font-size: 1.1em;
    }

    #welcome {
        padding: 3.5em 0 3.5em 0;
    }

    .agileits-w3layouts-map iframe {
        height: 350px;
    }

    .breadcrumbFade {
        padding: 0;
        margin-top: -23px;
        font-size: .8em;
    }

   
}

@media(max-width:736px) {
    .carousel-caption {
        min-height: 382px !important;
        padding-top: 8em;
    }

    .carousel-indicators {
        bottom: 17%;
        left: 7%;
    }

    .about h4 {
        font-size: 1.4em;
    }

    .post .content {
        padding: 2em 1.5em 3em 1.5em;
    }

        .post .content header h2 {
            font-size: 1.75em;
        }

    .post .button {
        width: 100%;
    }

    .tc-ch {
        padding: 2em 2em;
    }
}

@media(max-width:667px) {
    .w3_agile_team_grid {
        text-align: center;
        float: left;
        width: 50%;
    }


    .sale-w3ls h6 {
        font-size: 2.2em;
        line-height: 1.5em;
        letter-spacing: 4px;
    }

    .sale-w4ls h6 {
        font-size: 2.2em;
        line-height: 1.5em;
        letter-spacing: 4px;
    }

    .carousel-caption p {
        letter-spacing: 10px;
        font-size: 0.9em;
    }

    .carousel-control {
        top: 124px;
    }

    h4.agile_sub_tittle {
        margin-bottom: 1em;
        font-size: 1.4em;
    }

    .blog {
        padding-bottom: 60px;
    }
}

@media(max-width:640px) {
    .agile_gallery_grid {
        float: left;
        padding: 0;
        width: 49%;
    }

    .agile_tesimonials_content {
        padding: 2em 1em;
        width: 90%;
        margin: 2em auto 0em;
    }

    #welcome {
        padding: 3.5em 0 4em 0;
    }

    .footer-top_agile_w3l {
        padding: 3em 0 3em;
    }

    .wthree_copy_right p {
        margin-top: 40px;
        padding: 40px 0 0;
        font-size: 0.9em;
        letter-spacing: 2px;
        line-height: 1.9em;
    }

    .sale-w3ls {
        min-height: 310px;
    }

        .sale-w3ls h6 {
            font-size: 2em;
            line-height: 1.5em;
            letter-spacing: 4px;
            padding-top: 2em;
        }

    .sale-w4ls {
        min-height: 310px;
    }

        .sale-w4ls h6 {
            font-size: 2em;
            line-height: 1.5em;
            letter-spacing: 4px;
            padding-top: 2.5em;
        }

    .pricing-top p span {
        font-size: 3em;
    }

    .pricing-top h3 {
        font-size: 1.7em;
    }

    .blog-grids-w3-agile {
        width: 80%;
    }
}

@media(max-width:600px) {
    .w3l_header {
        font-size: 2em;
    }

    #welcome h2 {
        font-size: 2em;
        margin-bottom: 0.5em;
        line-height: 1.5em;
        letter-spacing: 1px;
    }

    .agile_gallery_grid {
        float: left;
        padding: 0;
        width: 44%;
    }

    .blog-info p {
        font-size: 14px;
    }

    .blog-Expertise p {
        font-size: 14px;
    }

    a.blog-read {
        font-size: 10.4px;
    }

    .blog-image-title {
        top: 2.6em;
        font-size: 1.7em;
    }

    .blog-image-button {
        top: 8em;
    }

    .blog-image-agileits-w3layouts:hover .blog-image-title {
        top: 2.2em;
    }
}

@media(max-width:568px) {
    .carousel-caption h2, .carousel-caption h3 {
        font-size: 2.2em;
        font-weight: 300;
        letter-spacing: 3px;
    }

    .agile_gallery_grid {
        float: left;
        padding: 0;
        width: 100%;
    }

    #welcome {
        padding: 3em 0 4em 0;
    }

    .w3layouts_mail_grid_left {
        width: 100%;
        margin-bottom: 1em;
        float: left;
    }

    .pricing_inner_w3ls, .pricing_inner_w3ls:nth-child(3) {
        width: 82%;
        margin: 2% 8%;
        float: left;
    }

        .pricing_inner_w3ls, .pricing_inner_w3ls:nth-child(4) {
            width: 82%;
            float: left;
        }

    .quality_inner_w3ls, .quality_inner_w3ls:nth-child(3) {
        width: 82%;
        margin: 2% 8%;
        float: left;
    }

        .quality_inner_w3ls, .quality_inner_w3ls:nth-child(4) {
            width: 82%;
            float: left;
        }

    div.small-dialog {
        padding: 20px;
        width: 90%;
    }

    p.sub i, p.add i {
        width: 32px;
        height: 32px;
        margin-left: 5px;
    }

    .technology_inner_w3ls {
        width: 82%;
        float: left;
        margin: 2% 8%;
    }
}

@media(max-width:480px) {
    .carousel-caption {
        min-height: 330px !important;
        padding-top: 5.5em;
    }

        .carousel-caption h2, .carousel-caption h3 {
            font-size: 2em;
            font-weight: 300;
            letter-spacing: 2px;
        }

    .carousel-indicators {
        bottom: 17%;
        left: 11%;
    }

    #welcome {
        padding: 2em 0 4em 0;
    }

    .sale-w3ls h6 {
        font-size: 1.8em;
        line-height: 1.5em;
        letter-spacing: 4px;
        padding-top: 2.6em;
    }

    .sale-w4ls h6 {
        font-size: 1.8em;
        line-height: 1.5em;
        letter-spacing: 4px;
        padding-top: 2.8em;
    }

    .agileits-w3layouts-map iframe {
        height: 250px;
    }

    .team, .contact-w3layouts, .agile_testimonials, #last_bottom_agile, #services {
        padding: 3em 0;
    }

    .w3_agile_team_grids, .agile_wthree_inner_grids, .industry_wthree_inner_grids {
        margin: 1.5em 0 0;
    }

    div.small-dialog {
        padding: 20px;
        width: 98%;
    }

    .blog-grids-w3-agile {
        width: 100%;
    }

    .blog-info h4 {
        font-size: 15px;
        margin-top: 8px;
    }

    .blog-Expertise h4 {
        font-size: 15px;
        margin-top: 8px;
    }

    .blog-btm-w3 span {
        font-size: 17px;
        margin-right: 5px;
    }

    p.sub {
        font-size: 12px;
    }

    span.ftr-address-icons i {
        font-size: 30px;
    }

    .tc-ch h3 {
        font-size: 1.2em;
        height: 2.8em;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .filter-width {
        width: 200px;
    }
}

@media(max-width:440px) {
    .w3l_header {
        font-size: 1.8em;
    }

    .w3_agile_team_grid h3 {
        font-size: 0.9em;
    }

    .w3_agile_team_grid p {
        margin-bottom: 1em;
        font-size: 0.9em;
    }



    .carousel-caption h2, .carousel-caption h3 {
        font-size: 1.8em;
        font-weight: 300;
        letter-spacing: 2px;
    }

    .carousel-caption {
        min-height: 281px !important;
        padding-top: 5.5em;
    }

    .carousel-indicators {
        bottom: 17%;
        left: 13%;
    }

    .agileits-logo h1 a {
        font-size: 1em;
    }

    .services {
        padding: 2.5em 0 1em 0;
    }

    .w3_agile_team_grid h3 {
        font-size: 0.9em;
    }

    h4.agile_sub_tittle {
        margin-bottom: 1em;
        font-size: 1.2em;
    }

    .modal-info h4 {
        font-size: 1.6em;
    }

    .modal-info h5 {
        font-size: 1.2em;
    }



    p.add {
        font-size: 14px;
    }

    .footer-grid_wthree_info h3 {
        font-size: 1.3em;
        margin: 0 0 0.5em 0;
    }

    .footer-top_agile_w3l {
        padding: 2em 0 2em;
    }

    .coupons {
        padding: 2em 0;
    }

    ul.payment-sendbtns {
        float: none;
        width: 100%;
        margin: 0;
    }

    .pop_up h4 {
        font-size: 1.4em;
    }

    .pricing-top p span {
        font-size: 2em;
    }

    .pricing-bottom {
        padding: 2em 1em;
    }

    .quality-bottom {
        padding: 1em 1em;
    }

    .technology-bottom {
        padding: 1em 1em;
    }

    p.sub {
        font-size: 12px;
        line-height: 2em;
        margin-top: 0px;
    }

    .tc-ch h3 {
    
        height: 3.3em;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .payment-sendbtns input[type="reset"] {
        padding: 12px 10px !important;
    }
    .modal-whitepaper-download {
        padding: 12px 10px !important;
    }

}

@media(max-width:414px) {
    .aboutimg img {
        position: absolute;
        left: 0%;
        margin: 0 0 0 4em;
        bottom: -87%;
        width: 215px;
        height: 215px;
    }

    #welcome h2 {
        font-size: 1.8em;
        margin-bottom: 0.5em;
        line-height: 1.5em;
        letter-spacing: 1px;
    }

    .w3l_header {
        font-size: 1.6em;
    }

    .about h4 {
        font-size: 1.2em;
    }

    .sale-w3ls h6 {
        font-size: 1.6em;
        line-height: 1.5em;
        letter-spacing: 4px;
        padding-top: 2.6em;
    }

    .sale-w3ls {
        min-height: 273px;
    }

    .sale-w4ls h6 {
        font-size: 1.6em;
        line-height: 1.5em;
        letter-spacing: 4px;
        padding-top: 2.8em;
    }

    .sale-w4ls {
        min-height: 273px;
    }

    .pricing-top h3 {
        font-size: 1.4em;
    }

    h4.agile_sub_tittle {
        margin-bottom: 1em;
        font-size: 1.1em;
    }

    .carousel-caption h2, .carousel-caption h3 {
        font-size: 1.6em;
        font-weight: 300;
        letter-spacing: 2px;
    }

    .blog-info {
        padding: 18px 22px 55px;
    }

    .blog-Expertise {
        padding: 18px 22px 55px;
    }

    .blog {
        padding-bottom: 50px;
    }

    .blog-image-title {
        top: 2.8em;
        font-size: 1.4em;
    }

    .blog-image-button {
        top: 7.5em;
    }

    .blog-image-agileits-w3layouts:hover .blog-image-title {
        top: 2.0em;
    }

    span.ftr-address-icons {
        padding-bottom: 4em;
    }

    .tc-ch h3, .wthree h3 {
        font-size: 1.3em;
    }

    .tc-ch h6, .wthree h6 {
        font-size: 0.875em;
    }

    .tc-ch h3 {
        font-size: 1.2em;
        height: 3.3em;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media(max-width:384px) {
    .carousel-caption {
        min-height: 240px !important;
        padding-top: 4.5em;
    }

    .carousel-indicators {
        bottom: 8%;
        left: 15%;
    }

    .carousel-caption p {
        margin: 1em 0 1.5em 0;
    }

    #welcome h2 {
        font-size: 1.6em;
        margin-bottom: 0.5em;
        line-height: 1.5em;
        letter-spacing: 1px;
    }

    #welcome {
        padding: 2em 0 4em 0;
    }

    .agileits-service-info h5 {
        font-size: 1em;
        letter-spacing: 1px;
        margin: 2em 0 3.3em 0;
    }
}

@media(max-width:375px) {
    .agileits-service-info h5 {
        font-size: 1em;
        letter-spacing: 1px;
        margin: 2em 0 3.3em 0;
    }

    .agileits-button.two a, .agileits-button a {
        padding: 0.6em 1em;
        font-size: 0.9em;
    }

    .carousel-caption h2, .carousel-caption h3 {
        font-size: 1.5em;
        font-weight: 300;
        letter-spacing: 1px;
    }

    .carousel-caption p {
        letter-spacing: 7px;
        font-size: 0.9em;
    }

    .w3_agile_team_grid {
        float: left;
        width: 100%;
        margin-bottom: 0.5em;
    }



    .w3l_header {
        font-size: 1.5em;
    }

    .agileits-logo h1 a {
        font-size: 0.8em;
    }

    .agileits-logo img {
        width: 75px;
    }

    .header-top_agileits {
        margin: 0.5em auto 0;
    }

    .wthree_copy_right p {
        margin-top: 25px;
        padding: 16px 0 0;
        font-size: 0.9em;
        letter-spacing: 1px;
        line-height: 1.9em;
    }
    .filter-label {
        padding: 5px 2px;
        font-size:.9rem;
    }
}

@media(max-width:320px) {
    .about_agileinfo_grid_imgs img {
        width: 100%;
        margin: 2em 0 0 0em;
        text-align: center;
    }

    .aboutimg img {
        position: absolute;
        left: 0%;
        margin: 0 0 0 2em;
        bottom: -72%;
        width: 168px;
        height: 168px;
    }

    #welcome {
        padding: 2em 0 4em 0;
    }

    .menu_w3ls_agile_top_section, .sub-slider, .about_agileinfo {
        padding: 0;
    }

    .sale-w3ls h6 {
        font-size: 1.3em;
        line-height: 1.5em;
        letter-spacing: 4px;
        padding-top: 2em;
    }

    .sale-w3ls {
        min-height: 206px;
    }

    .sale-w4ls h6 {
        font-size: 1.3em;
        line-height: 1.5em;
        letter-spacing: 4px;
        padding-top: 2.2em;
    }

    .sale-w4ls {
        min-height: 206px;
    }

    .payment-sendbtns input[type="reset"] {
        padding: 12px 36px;
    }

    #welcome h2 {
        font-size: 1.4em;
        margin-bottom: 0.5em;
        line-height: 1.5em;
        letter-spacing: 1px;
    }

    .w3l_header {
        font-size: 1.4em;
        line-height: 1.4em;
    }

    .banner_header_top_wthree {
        padding: 0.5em 0 1em 0;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 27%;
    }

    .carousel-caption h2, .carousel-caption h3 {
        font-size: 1.4em;
        font-weight: 300;
        letter-spacing: 0px;
    }

    .blog-info {
        padding: 16px 19px 47px;
    }

    .blog-Expertise {
        padding: 16px 19px 47px;
    }

    .tc-ch {
        padding: 1em 1em;
    }
   
}

.steps-grid__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 150px;
}
.steps-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    margin-top: 25px;
    margin-bottom: -107px;
}
.steps-grid_item {
    width: 100%;
    align-self: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
}
.step {
    color: #465581;
    background-color: #fff;
    border-radius: 20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
    height: 100%;
    position: relative;
    box-shadow: 0px 50px 125px -25px rgba(34, 57, 128, 0.3);
    
    
}
.step_title {
    color: #182A61;
    margin-top: 6px;
    padding-top:6px;
    text-align: center;
    line-height: 1.5em;
}

.step_descr {
    line-height: 1.5em;
    font-size: 14px;
}
.sales-logo {
    margin-top: 50px;
    margin-bottom: 20px;
    float: left;
    display: block
}
.Sales-Logo-list {
    padding: 7px;
    display: inline-block
}
.Sales-Logo-list img{
    width:72%;
    height:115px;
}

.col_casestudy {
    align-self: center;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}


/*-- //responsive media queries --*/

/*--Salesforce omnichannel Tabs ---*/
.sale-tabs hr { border-top: 1px solid #ddd !important; margin-top:35px;}

.sale-tabs a { border:1.5px solid #ffb900; padding:10px; border-radius:4px; text-decoration:none;}

.sale-tab-content { min-height:150px;}
.sale-tab-content p {
    font-size: 14px;
    line-height: 2em;
    margin-top: 1em;
    color: #717171;
    letter-spacing: 1px;
    text-align:justify;
}

.sales-logo-size {
    width: 200px;
    height: 130px;
}

.np-logo {
    height: 32px !important;
    width: 32px !important
}

.np-logo-shop {
    margin-top: 22px!important;
    height: 23px !important;
    width: 20px !important;
}