body {
    overflow-x: hidden;
    font-family: 'Roboto Condensed', sans-serif;
}
.contact-grid input[type=submit], p {
    font-family: 'Open Sans', sans-serif;
}
label, p, ul {
    margin: 0;
}
body, header {
    padding: 0;
    background: #fff;
}
.cb-slideshow:after, .hi-icon:after {
    content: ''}
.cb-slideshow li div, .hi-icon, .navbar-nav, .stats h4, .stats-info, .w3layouts-clients p, .w3ls_head, .what-grid1 i, .what-left {
    text-align: center;
}
body a {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    font-weight: 400;
}
input[type=button], input[type=submit] {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 400;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.logo a, .w3ls_head {
    font-weight: 600;
    text-transform: uppercase;
}
ul {
    padding: 0;
}
.w3-slider {
    position: relative;
}
.w3layouts-top-strip {
    padding: 12px 0;
    border-top: 2px solid #86c724;
}
.logo span {
    color: #86c724;
}
.logo a {
    font-size: 40px;
    text-decoration: none;
    color: #212121;
    letter-spacing: 2px;
}
.w3ls-social-icons {
    margin-top: 7px;
    float: right;
}
.w3ls-social i, .w3ls-social-icons i {
    font-size: 15px;
    border: 1px solid #212121;
    padding: 8px 10px;
    color: #212121;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
}
.w3ls-social i:hover, .w3ls-social-icons i:hover {
    background: #86c724;
    border: 1px solid #86c724;
    color: #fff;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
}
.logo {
    float: left;
    margin-top: 20px;
}
.agileits-contact-info {
    margin-top: 9px;
    float: right;
    margin-right: 15px;
}
.agileits-contact-info ul li {
    display: -webkit-box;
    font-size: 17px;
    color: #000;
}
.agileits-contact-info ul li span {
    left: -.5em;
    color: #86c724;
}
.agileits-contact-info ul li a {
    color: #000;
    vertical-align: text-bottom;
}
.agileits-contact-info ul li a:hover {
    color: #86c724;
}
.social_agileinfo {
    text-align: right;
}
.sh2 {
    width: 90%}
.agileinfo-dot {
    background: url(../images/dott.png);
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
    padding: 1em 0;
}
.cb-slideshow, .cb-slideshow:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: visible;
}
.cb-slideshow:after {
    background: url(../images/pattern.png) top left;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: 50% 50%;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
    font-size: 200px;
    padding: 0;
    color: #fff;
}
.cb-slideshow li:nth-child(1) span {
    background-image: url(../images/1.jpg);
}
.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../images/3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../images/4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../images/5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(../images/6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.no-cssanimations .cb-slideshow li span {
    opacity: 1;
}
.ab {
    margin-left: 10px;
}
@media screen and (max-width:1680px) {
    .hi-icon-wrap {
    margin-left: 130px;
}
}@media screen and (max-width:1140px) {
    .cb-slideshow li div h3 {
    font-size: 100px;
}
.hi-icon-wrap {
    margin-left: 80px;
}
}@media screen and (max-width:600px) {
    .cb-slideshow li div h3 {
    font-size: 50px;
}
}.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-collapse a {
    float: right;
}
.navbar-nav {
    float: left;
}
.navbar-nav>li {
    display: inline-block;
    float: none;
}
.navbar-default .navbar-nav>li>a {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    padding: 15px 32px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>li>a.active, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background: red;
    color: #fff;
}
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    background: #212121;
}
.dropbtn {
    background-color: #211e1e;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}
.dropdown {
    position: relative;
    display: inline-block;
    color: whitesmoke;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #080808;
    min-width: 116px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
}
.dropdown-content a {
    color: #f4f5f4;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #4e4d4d;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: red;
}
.dropdown-menu>li>a {
    font-size: 16px;
    padding: 6px 20px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}
.dropdown-menu {
    border-radius: 0;
}
.w3-about, .wthree-news {
    padding: 5em 0;
}
.w3ls_head span {
    color: #212121;
}
.w3ls_head {
    font-size: 40px;
    color: #86c724;
    margin-bottom: 20px;
    letter-spacing: 4px;
}
p.para {
    width: 100%;
    margin: 0 auto 45px;
    color: #777;
    line-height: 32px;
    font-size: 15px;
    letter-spacing: 0;
}
p.para span {
    color: #212121;
}
.hi-icon {
    text-decoration: none;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    position: relative;
    z-index: 1;
    color: #B365C5;
}
.hi-icon:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hi-icon:before {
    font-size: 36px;
    line-height: 90px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    display: block;
}
.hi-icon-effect-7 .hi-icon {
    -webkit-transition: background .2s, color .2s;
    -moz-transition: background .2s, color .2s;
    transition: background .2s, color .2s;
}
.hi-icon-effect-7 .hi-icon:hover {
    color: #000;
}
.hi-icon-effect-7 .hi-icon:after {
    top: -8px;
    left: -8px;
    padding: 8px;
    z-index: -1;
    opacity: 0;
}
.hi-icon-effect-7a .hi-icon:after {
    box-shadow: 0 0 0 rgba(255, 255, 255, 1);
    -webkit-transition: opacity .2s, box-shadow .2s;
    -moz-transition: opacity .2s, box-shadow .2s;
    transition: opacity .2s, box-shadow .2s;
}
.hi-icon-effect-7a .hi-icon:hover:after {
    opacity: 1;
    box-shadow: 3px 3px 0 #000;
}
.hi-icon-effect-7a .hi-icon:before {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: .7;
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    -moz-transition: -moz-transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
}
.hi-icon-effect-7a .hi-icon:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.hi-icon-effect-7b .hi-icon:after {
    box-shadow: 3px 3px red;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    -moz-transition: opacity .2s, -moz-transform .2s;
    transition: opacity .2s, transform .2s;
}
.hi-icon-effect-7b .hi-icon:hover:after {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.hi-icon-effect-7b .hi-icon:before {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: .7;
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    -moz-transition: -moz-transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
}
.hi-icon-effect-7b .hi-icon:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
a.hi-icon i {
    font-size: 40px;
    color: #fff;
    padding: 27px 0 0;
}
a.hi-icon.icon1, a.hi-icon.icon2, a.hi-icon.icon3 {
    background: #212121;
    display: block;
    width: 94px;
    height: 94px;
    margin: 0 auto;
}
.w3l-abt-grid h4 {
    color: #86c724;
    font-size: 24px;
    letter-spacing: 2px;
    margin: 30px 0 12px;
    font-weight: 600;
}
.w3l-abt-grid p {
    font-size: 14px;
    color: #777;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: justify;
}
.w3l-abt-grid {
    border: 1px solid #e6e1d8;
    margin: 0 .5% 10px;
    padding: 30px 20px;
    width: 49%}
.w3layouts-clients h3 {
    text-align: center;
    font-size: 40px;
    color: #86c724;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}
.w3layouts-clients h3 span {
    color: #fff;
}
.w3layouts-clients p {
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    width: 72%;
    margin: 0 auto;
}
.w3layouts-clients {
    background: url(../images/ser.jpg) no-repeat fixed;
    padding: 50px 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.w3layouts-clients a {
    background: red;
    padding: 15px;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
}
.stats {
    background: url(../img/agile-banner.jpg) no-repeat fixed;
    padding: 60px 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.stats h4 {
    color: #86c724;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 2px;
    padding: 0 50px;
    font-weight: 600;
}
.stats-grid {
    font-size: 60px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}
.agileinfo-work h4, .what-grid1 h4 {
    letter-spacing: 2px;
    font-weight: 600;
}
h4.stats-info {
    margin-top: 20px;
}
.what-left {
    float: left;
    width: 15%}
.what-right {
    float: right;
    width: 83%}
.what-grid1 h4 {
    font-size: 22px;
    color: #86c724;
}
.what-w3ls {
    padding: 5em 0;
}
.what-grids {
    margin-top: 5em;
}
.what-grid1 p {
    font-size: 14px;
    color: #777;
    line-height: 28px;
    padding-top: 10px;
}
.what-grid1 i {
    height: 60px;
    width: 60px;
    margin: 3px;
    font-size: 2em;
    border-radius: 15%;
    line-height: 60px;
    background: #212121;
    color: #fff;
}
.what-top1 {
    margin: 2em 0;
}
.agileinfo-work-top {
    margin: 5em 0;
}
.agileinfo-work h4 {
    font-size: 24px;
    color: #86c724;
    margin: 20px 0 0;
    padding-bottom: .5em;
}
.agileinfo-work p {
    color: #999;
    font-size: 15px;
    line-height: 28px;
    margin: 0;
}
.agileinfo-work ul {
    margin: 1em 0 0;
    padding: 0;
}
.agileinfo-work ul li {
    color: #999;
    margin-bottom: .5em;
    display: block;
}
.agileinfo-work ul li a {
    color: #999;
    font-size: 16px;
}
.agileinfo-work ul li a:hover {
    color: #212121;
    text-decoration: none;
}
i.fa.fa-arrow-right {
    color: #86c724;
    margin-right: 10px;
}
.agileits-w3layouts-rides-grids {
    margin-top: 5em;
}
.footer-top {
    background: #0f1215;
    padding: 0em 0 0;
}
.footer-info p {
    color: #B7B4B4;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 20px;
    text-align: left;
}
.cont-info h5, .contact-grid h4, .footer-top h3 {
    font-weight: 600;
    letter-spacing: 2px;
}
.newsletter {
    position: relative;
}
.newsletter .email {
    padding: 5px 60px 5px 15px;
    border-radius: 3px;
    -Webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 40px;
    width: 100%;
    text-align: left;
    background-color: #F4F4F4;
    border: none;
}
.newsletter .submit {
    width: 40px;
    height: 40px;
    background-image: url(../images/subscribe.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-color: #86c724;
    top: 0;
    right: 0;
    outline: 0;
    border: none;
}
.w3ls-footer-top ul {
    padding: 0;
    margin: 0;
}
.w3ls-footer-top ul li {
    display: block;
}
.w3ls-footer-top ul li a {
    font-size: 16px;
    color: #BBB;
    line-height: 1.8em;
    text-decoration: none;
}
.w3ls-footer-top ul li a:hover {
    color: #fff;
}
.footer-top h3 {
    color: #86c724;
    margin-bottom: 30px;
    font-size: 22px;
}
.footer-top h3 span {
    color: #fff;
}
.footer-top p {
    color: #999;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
}
.wthree-footer-top ul li {
    list-style-type: none;
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 1.8em;
    color: #999;
    padding-left: 1em;
}
.wthree-footer-top ul li span {
    left: -1em;
}
.wthree-footer-top ul li a {
    color: #999;
    text-decoration: none;
}
.wthree-footer-top ul li a:hover {
    color: #fff;
}
.wthree-footer-top {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 56px;
}
.w3l-footer-top {
    padding-left: 50px;
}
.footer-w3layouts {
    padding: 1em 0;
    /* border-top: 1px solid #fff;
    margin: 3em 0 0; */
}
.footer-w3layouts p {
    text-align: center;
    color: #BBB;
    margin: 0;
}
.footer-w3layouts p a {
    text-decoration: none;
    color: #86c724;
}
.agile-banner {
    background: url(../img/agile-banner.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 250px;
}
.contact-grid h4 {
    color: #86c724;
    font-size: 26px;
    margin-bottom: .8em;
}
.contact-grid p {
    color: #777;
    font-size: 15px;
    line-height: 1.8em;
    margin: 16px 0;
}
.contact-grid input[type=date], .contact-grid input[type=text], .contact-grid textarea {
    width: 100%;
    padding: .8em;
    font-size: 1em;
    margin-bottom: 14px;
    outline: 0;
    font-family: 'Open Sans', sans-serif;
}
.contact-grid textarea {
    resize: none;
    height: 150px;
}
.row {
    padding: 1em 0;
}
.row1 {
    margin-top: 1em;
}
.contact-grid label {
    font-size: 15px!important;
    color: #2d3134!important;
}
.contact-grid input[type=submit] {
    font-size: 1em;
    padding: .8em;
    display: block;
    margin-top: 1em;
    outline: 0;
    background: #86c724;
    color: #fff;
    border: none;
    width: 34%;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.codes .glyphicon, .glyphicon {
    top: 1px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.contact-grid input[type=submit]:hover {
    background: #212121;
}
.cont-info h5 {
    font-size: 1.4em;
    color: #212121;
    line-height: 2em;
}
.cont-info a, .cont-info p {
    font-size: 15px;
    color: #777;
}
.cont-info p {
    line-height: 1.8em;
    margin-top: 0;
}
.cont-info a {
    text-decoration: none;
}
.cont-info a:hover {
    color: #86c724;
}
.contact-bottom {
    margin-top: 2em;
}
.contact-bottom p {
    font-size: 1em;
    line-height: 1.8em;
    color: #A0A0A0;
}
.agile-info-map iframe {
    border: none;
    width: 100%;
    height: 500px;
}
.contact.w3l-2 {
    padding: 5em 0;
}
.contact-grids {
    margin-top: 5em;
}
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background: rgba(149, 149, 149, .18);
    margin: 1em 0;
    border: 5px solid #fff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
    cursor: pointer;
}
.bs-glyphicons li, .codes .bs-glyphicons li {
    float: left;
    height: 115px;
    padding: 10px;
    list-style-type: none;
}
.icon-box:hover {
    background: #000;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
}
.icon-box:hover a.agile-icon, .icon-box:hover i.fa {
    color: #fff!important;
}
.codes .bs-glyphicons li {
    width: 12.5%;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    font-size: 28px;
    color: #86c724!important;
    margin: 30px 0 15px;
    font-weight: 600;
    letter-spacing: 2px;
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 33px;
    color: #222;
    font-weight: 600;
    letter-spacing: 2px;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px!important;
    font-size: 20px!important;
    color: #282a2b!important;
}
.bs-glyphicons li {
    width: 18%;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    background: rgba(149, 149, 149, .18);
    margin: 1%}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #282a2b;
}
.glyphicon {
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
.sh1 {
    text-align: center;
}
@media (max-width:991px) {
    h3.agileits-icons-title {
    font-size: 28px;
}
h3.icon-subheading {
    font-size: 22px;
}
}@media (max-width:768px) {
    h3.agileits-icons-title {
    font-size: 28px;
}
h3.icon-subheading {
    font-size: 25px;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.icon-box {
    margin: 0;
}
}@media (max-width:640px) {
    .icon-box {
    float: left;
    width: 50%}
}@media (max-width:480px) {
    .bs-glyphicons li {
    width: 31%}
}@media (max-width:414px) {
    h3.agileits-icons-title {
    font-size: 23px;
}
h3.icon-subheading {
    font-size: 18px;
}
.bs-glyphicons li {
    width: 31.33%}
}.list-group-item, .typo p, .well, li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
@media (max-width:384px) {
    .icon-box {
    float: none;
    width: 100%}
}.w3_wthree_agileits_icons.main-grid-border {
    padding: 5em 0;
}
.typo p {
    margin: 0;
}
.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}
.show-grid [class*=col-]:hover {
    background: #e0e0e0;
}
.grid_3 {
    margin-bottom: 2em;
}
.xs h3, h3.m_1 {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}
.grid_4 {
    background: 0 0;
    margin-top: 50px;
}
.label {
    border-radius: 4px;
}
.grid_5 {
    background: 0 0;
    padding: 2em 0;
}
.grid_5 h1, .grid_5 h2, .grid_5 h3, .grid_5 h4, .grid_5 h5, h3.bars, h3.hdg {
    margin-bottom: 1em;
    color: #86c724;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 2px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 0;
}
.badge-primary {
    background-color: #03a9f4;
}
.badge-success {
    background-color: #8bc34a;
}
.badge-warning {
    background-color: #ffc107;
}
.badge-danger {
    background-color: #e51c23;
}
.grid_3 p {
    line-height: 2em;
    color: #888;
    font-size: .9em;
    margin-bottom: 1em;
    font-weight: 300;
}
.bs-docs-example {
    margin: 1em 0;
}
section#tables p {
    margin-top: 1em;
}
.tab-container .tab-content {
    border-radius: 0 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #fff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px!important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    font-size: .9em;
    color: #999;
    border-top: none!important;
}
.tab-content>.active {
    display: block;
    visibility: visible;
}
.label {
    font-weight: 300!important;
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}
.agile-prod1 h4, .agile_team_grid h4, .list-grid h4, .ser-grid h4, .services-right h4, .w3layouts_about_grid_left h4 {
    font-weight: 600;
    letter-spacing: 2px;
}
.alert {
    font-size: .85em;
}
h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
    line-height: 2em;
    margin-top: .5em;
    margin-bottom: .5em;
}
li.list-group-item1 {
    line-height: 2.5em;
}
.input-group {
    margin-bottom: 20px;
}
.in-gp-tl {
    padding: 0;
}
.in-gp-tb {
    padding-right: 0;
}
.list-group {
    margin-bottom: 48px;
}
ol {
    margin-bottom: 44px;
}
h2.typoh2 {
    margin: 0 0 10px;
}
@media (max-width:768px) {
    .grid_5 {
    padding: 0 0 1em;
}
.grid_3 {
    margin-bottom: 0;
}
}@media (max-width:640px) {
    .grid_3 p, .well, li.list-group-item1, ol.breadcrumb li, ul.list-group li {
    font-size: 14px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.grid_5 h1, .grid_5 h2, .grid_5 h3, .grid_5 h4, .grid_5 h5, h3.bars, h3.hdg {
    margin-bottom: .5em;
}
.progress {
    height: 10px;
    margin-bottom: 10px;
}
.breadcrumb {
    margin-bottom: 25px;
}
.well {
    margin-bottom: 10px;
}
h2.typoh2 {
    font-size: 1.5em;
}
.label {
    font-size: 60%}
.in-gp-tl {
    padding: 0 1em;
}
.in-gp-tb {
    padding-right: 1em;
}
}@media (max-width:480px) {
    .grid_5 h1, .grid_5 h2, .grid_5 h3, .grid_5 h4, .grid_5 h5, h3.bars, h3.hdg {
    font-size: 1.2em;
}
.table h1 {
    font-size: 26px;
}
.table h2 {
    font-size: 23px;
}
.table h3 {
    font-size: 20px;
}
.label {
    font-size: 53%}
.alert, p {
    font-size: 14px;
}
.pagination {
    margin: 20px 0 0;
}
.grid_3.grid_4.w3layouts {
    margin-top: 25px;
}
}@media (max-width:320px) {
    .alert, .list-group {
    margin-bottom: 10px;
}
.grid_4 {
    margin-top: 18px;
}
h3.title {
    font-size: 1.6em;
}
.alert, .grid_3 p, .well, a.list-group-item, li.list-group-item1, ol.breadcrumb li, p, ul.list-group li {
    font-size: 13px;
}
.alert {
    padding: 10px;
}
ul.pagination li a {
    font-size: 14px;
    padding: 5px 11px;
}
.well {
    padding: 10px;
}
.nav>li>a {
    font-size: 14px;
}
.bs-docs-example, .table-bordered, table.table.table-striped {
    display: none;
}
}.typo {
    padding: 5em 0;
}
.agile-prod1 h4 {
    text-transform: uppercase;
    color: #86c724;
    font-size: 24px;
    margin-bottom: 28px;
}
.agile-prod1 p {
    font-size: 1.1em;
    line-height: 1.9em;
    color: #fff;
}
.agile-img {
    padding: 0;
}
.agile-img img {
    width: 100%}
.agile-prod {
    padding: 5em 0;
}
.agile-prod1 {
    margin-top: 2em;
}
.agile-sub {
    background: #212121;
    padding: 30px 78px 0;
    min-height: 400px;
}
.agile-sub ul {
    margin: 1em 0 0;
    padding: 0;
}
.agile-sub ul li {
    color: #fff;
    margin-bottom: .5em;
    display: block;
}
.agile-sub ul li a {
    color: #fff;
    font-size: 16px;
}
.agileinfo {
    padding: 5em 0;
}
.ser-grid h4 {
    font-size: 22px;
    color: #86c724;
    margin-bottom: 26px;
}
.ser-grid ul {
    margin: 1em 0 0;
    padding: 0;
}
.main-services, .overview {
    padding: 5em 0;
}
.ser-grid ul li {
    color: #777;
    margin-bottom: .5em;
    display: block;
    line-height: 25px;
    font-size: 15px;
}
.services-left {
    float: left;
    width: 15%}
.services-right {
    float: right;
    width: 80%}
.overview {
    background: #eee;
}
.services-right p {
    font-size: 15px;
    color: #777;
    line-height: 28px;
}
.services-grid:hover p {
    border-radius: 0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
}
.services-grid:nth-child(1), .services-grid:nth-child(2), .services-grid:nth-child(3) {
    margin-top: 0;
}
.services-grid {
    margin-top: 3em;
}
.services-left p {
    background: #212121;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 12px;
    margin: 0;
    border-radius: 60%}
.list-grid h4, .services-right h4 {
    font-size: 22px;
    color: #86c724;
}
.services-right h4 {
    margin-bottom: .3em;
    margin-top: 13px;
}
.list-grid h4 {
    margin: 1em 0 .5em;
}
.list-grid p, .w3layouts_about_grid_left p {
    line-height: 28px;
    color: #777;
    font-size: 15px;
}
.list-img {
    position: relative;
    overflow: hidden;
}
.list-img .textbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: rgba(0, 0, 0, .66);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%}
.textbox {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
}
.list-img:hover .textbox {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.overview-grids, .services-grids {
    margin-top: 5em;
}
.w3layouts_about_grid_left p i {
    display: block;
    margin: 1em 0;
    color: #212121;
    font-family: Montserrat, sans-serif;
}
.w3layouts_about_grid_right iframe {
    width: 100%;
    min-height: 305px;
    border: none;
}
.w3layouts_about_grid_left h4 {
    font-size: 30px;
    color: #86c724;
    margin-bottom: 20px;
}
.agile_team_grid h4 {
    margin: 1em 0 .5em;
    color: #86c724;
    font-size: 21px;
    text-align: center;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background: red;
    padding-top: 35%}
.agile_team_grid p {
    color: #212121;
    text-align: center;
    font-size: 15px;
}
.agileits_w3layouts_team_grid {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, .89);
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.agile_team_grid:hover .agileits_w3layouts_team_grid img {
    opacity: .55;
}
.agileits_w3layouts_team_grid img, .agileits_w3layouts_team_grid_pos {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.agileits_w3layouts_team_grid_pos {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: -150px auto 0;
    opacity: 0;
}
.agile_team_grid:hover .agileits_w3layouts_team_grid_pos {
    margin: 0 auto;
    opacity: 1;
}
p.w3layouts_para {
    font-size: 16px;
    text-align: center;
    color: #777;
    width: 50%;
    margin: 0 auto;
}
.services-w3ls, .services.team {
    padding: 5em 0;
}
@media (max-width:1080px) and (min-width:991px) {
    .navbar-default .navbar-nav>li>a {
    padding: 15px 33px;
}
.wthree-footer-top {
    padding: 0 23px;
}
.stats-grid {
    font-size: 53px;
}
.agile-sub {
    padding: 46px;
}
}@media (max-width:991px) and (min-width:736px) {
    .navbar-default .navbar-nav>li>a {
    font-size: 15px;
    padding: 15px 18.6px;
}
.w3-about, .wthree-news {
    padding: 3em 0;
}
p.para {
    width: 76%;
    line-height: 28px;
    font-size: 14px;
}
.w3l-abt-grid {
    padding: 30px 11px;
    float: left;
}
.w3l-abt-grid h4 {
    font-size: 22px;
}
.w3layouts-clients {
    padding: 60px 0;
}
.w3layouts-clients p {
    font-size: 14px;
    width: 95%}
.what-w3ls {
    padding: 3em 0;
}
.what-grids {
    margin-top: 3em;
}
.what-grid {
    margin-bottom: 2em;
}
.stats h4 {
    font-size: 23px;
    line-height: 0;
    padding: 0;
}
h4.stats-info {
    margin-top: 24px;
}
.stats {
    padding: 60px 0;
}
.agileinfo-work-top {
    margin: 3em 0;
}
.agile_banner_bottom_grids, .agileits-w3layouts-rides-grids, .overview-grids, .services-grids {
    margin-top: 3em;
}
.agileinfo-work p {
    font-size: 14px;
}
.agileinfo-work ul li a {
    font-size: 15px;
}
.footer-top {
    padding: 3em 0 0;
}
.w3ls-footer-top {
    float: left;
    width: 30%;
    margin-left: 20px;
}
.wthree-footer-top {
    float: left;
    width: 35%}
.w3l-footer-top {
    float: left;
    width: 40%;
    padding-left: 16px;
}
.wthree-footer-top {
    padding: 0 16px;
}
.footer-top p {
    font-size: 14px;
}
.wthree-footer-top ul li {
    margin-bottom: .5em;
    font-size: 15px;
    padding-left: 1em;
}
.agile-prod, .agileinfo, .contact.w3l-2, .main-services, .overview, .services-w3ls, .services.team, .typo, .w3_wthree_agileits_icons.main-grid-border {
    padding: 3em 0;
}
.w3ls-footer-top ul li a {
    font-size: 15px;
}
.list-grid p, .services-right p, .w3layouts_about_grid_left p {
    font-size: 14px;
}
.w3layouts_about_grid_left {
    margin-bottom: 20px;
}
.agile_team_grid {
    float: left;
    width: 25%}
.agile-banner {
    min-height: 190px;
}
.services-grid:nth-child(4), .services-grid:nth-child(5), .services-grid:nth-child(6) {
    margin-top: 0;
}
.agile-prod1, .contact-grids {
    margin-top: 3em;
}
.services-grid {
    float: left;
    width: 50%;
    margin-bottom: 2em;
}
.list-grid {
    float: left;
    width: 33.33%}
.ser-grid {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
.agile-prod1 p {
    font-size: 1em;
}
.contact-grid p {
    font-size: 14px;
}
.contact-grid.agileits-5 {
    margin-top: 2em;
}
#a1 {
    text-align: center;
}
.hi-icon-wrap {
    margin-left: 25px;
}
}@media (max-width:736px) and (min-width:667px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    text-align: center;
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #212121;
    background-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #86c724;
    border-color: #86c724;
}
.navbar-nav>li {
    display: block;
}
.agileits-contact-info ul li {
    font-size: 14px;
}
.agileits-contact-info ul li:nth-child(2) {
    margin-left: 15px;
}
.w3l-abt-grid h4 {
    font-size: 20px;
}
.w3layouts-clients h3, .w3ls_head {
    font-size: 36px;
}
.stats-grid {
    float: left;
    width: 25%}
.rides-grid {
    float: left;
    width: 33.33%}
.agileinfo-work h4 {
    font-size: 21px;
}
.agile_team_grid {
    float: left;
    width: 50%;
    margin-top: 2em;
}
.agile_team_grid img {
    width: 100%}
.agile_banner_bottom_grids {
    margin-top: 0;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    padding: 10px 15.6px;
}
#a1 {
    text-align: center;
}
.hi-icon-wrap {
    margin-left: 0;
}
}@media (max-width:667px) and (min-width:320px) {
    .stats-grid {
    font-size: 40px;
}
.w3l-abt-grid h4 {
    font-size: 18px;
}
.logo a {
    font-size: 34px;
}
.agileits-contact-info ul li:nth-child(2) {
    margin-left: 5px;
}
.footer-top h3 {
    font-size: 19px;
}
.w3layouts_about_grid_left h4 {
    font-size: 24px;
}
.logo {
    width: 50%;
    padding-left: 20px;
}
.agileits-contact-info {
    width: 50%;
    margin-right: -10px;
    margin-top: 30px;
}
#a1 {
    text-align: center;
}
.w3l-abt-grid {
    width: 100%}
.hi-icon-wrap {
    margin-left: 140px;
}
}@media (max-width:640px) and (min-width:320px) {
    .logo {
    width: 50%;
    padding-left: 10px;
}
.rides-grid, .w3l-abt-grid {
    margin-bottom: 20px;
    width: 100%}
.rides-grid, .rides-grid img, .services-grid, .w3l-abt-grid, .w3l-footer-top, .w3layouts-clients p, .w3ls-footer-top, .wthree-footer-top {
    width: 100%}
.w3l-abt-grid {
    padding: 30px;
}
.w3l-abt-grid h4 {
    font-size: 22px;
}
.w3layouts-clients p {
    font-size: 14px;
}
.rides-grid {
    float: left;
}
.wthree-footer-top {
    padding: 0 16px;
    border: none;
    margin: 20px 0;
}
.agile-banner {
    min-height: 160px;
}
.agileits-contact-info {
    margin-right: -10px;
    width: 50%;
    margin-top: 25px;
    font-size: 20px;
}
.agileits-contact-info ul li {
    font-size: 16px margin-left:5px;
}
.hi-icon-wrap {
    margin-left: 110px;
}
#a1 {
    text-align: center;
}
.navbar-nav {
    width: 10%}
}@media (max-width:568px) and (min-width:320px) {
    .w3layouts-clients h3, .w3ls_head {
    font-size: 34px;
}
.list-grid h4 {
    font-size: 20px;
}
.agileits-contact-info {
    margin-right: 0;
    width: 50%;
    margin-top: 20px;
}
.logo {
    width: 50%;
    padding-left: 10px;
}
.hi-icon-wrap {
    margin-left: 90px;
}
#a1 {
    text-align: center;
}
.navbar-nav {
    width: 10%}
}@media (max-width:480px) {
    .logo {
    font-size: 24px;
    width: 100%}
.agileinfo-work-top {
    margin: 2em 0 1em;
}
.w3ls_head {
    font-size: 30px;
}
.stats-grid {
    width: 50%;
    margin-bottom: 20px;
}
.stats {
    padding: 40px 0;
}
.what-right {
    width: 79%}
.what-w3ls {
    padding: 2em 0 1em;
}
.w3layouts-clients {
    padding: 40px 0;
}
.w3layouts-clients h3 {
    font-size: 30px;
    line-height: 36px;
}
.w3-about, .wthree-news {
    padding: 2em 0 1em;
}
.services-w3ls, .services.team {
    padding: 2em 0;
}
.list-grid {
    width: 100%;
    margin-bottom: 20px;
}
.agileinfo {
    padding: 2em 0 0;
}
.overview-grids, .services-grids {
    margin-top: 2em;
}
.agile-prod1, .contact-grids {
    margin-top: 1.8em;
}
.overview {
    padding: 2em 0 1em;
}
.main-services {
    padding: 2em 0 0;
}
.agile-prod, .contact.w3l-2, .typo, .w3_wthree_agileits_icons.main-grid-border {
    padding: 2em 0;
}
.agile-prod1 h4 {
    margin-bottom: 14px;
    font-size: 22px;
}
.contact-grid h4 {
    font-size: 24px;
}
.agile-info-map iframe {
    height: 210px;
}
.hi-icon-wrap {
    margin-left: 40px;
}
.agileits-contact-info {
    padding-left: 100px;
    width: 100%}
#a1 {
    text-align: center;
}
.navbar-nav {
    width: 10%}
}@media (max-width:414px) and (min-width:320px) {
    p.para {
    width: 100%}
.what-right {
    width: 75%}
.w3layouts_about_grid_left h4 {
    font-size: 22px;
}
.agile-banner {
    min-height: 130px;
}
.hi-icon-wrap {
    margin-left: 25px;
}
.ser-grid {
    width: 100%}
.agile-sub {
    padding: 20px;
}
.contact-grid input[type=submit] {
    width: 48%}
.logo a {
    font-size: 30px;
}
.agileits-contact-info {
    padding-left: 70px;
    width: 100%}
#a1 {
    text-align: center;
}
.navbar-nav {
    width: 10%}
}@media (max-width:384px) {
    .agile_team_grid, .logo {
    width: 100%}
.logo a {
    font-size: 27px;
}
.agileits-contact-info {
    width: 100%;
    padding-left: 50px;
}
.logo {
    font-size: 24px;
}
#a1 {
    text-align: center;
}
.navbar-nav {
    width: 50%}
}@media (max-width:375px) {
    .what-grid1 h4 {
    font-size: 20px;
}
.w3layouts_about_grid_right iframe {
    min-height: 177px;
}
.agile-banner {
    min-height: 120px;
}
.logo a {
    font-size: 25px;
}
.hi-icon-wrap {
    margin-left: 5px;
}
.agileits-contact-info, .navbar-nav {
    width: 100%}
}@media (max-width:320px) {
    .w3ls_head {
    font-size: 24px;
}
.agileits-w3layouts-rides-grids {
    margin-top: 1.8em;
}
.agileits-contact-info {
    margin-right: 0;
    padding-left: 20px;
    width: 100%}
.rides-grid {
    padding: 0;
}
.agileinfo-work h4 {
    font-size: 20px;
}
.stats {
    padding: 32px 0;
}
.stats-grid {
    font-size: 35px;
}
h4.stats-info {
    margin-top: 18px;
}
.stats h4 {
    font-size: 20px;
}
.what-grids {
    margin-top: 1.8em;
}
.what-grid, .what-grid1 {
    padding: 0;
}
.what-grid1 i {
    height: 45px;
    width: 45px;
    font-size: 1.5em;
    border-radius: 15%;
    line-height: 45px;
}
.logo, .w3ls-social-icons {
    width: 100%;
    text-align: center;
}
.what-grid1 h4 {
    font-size: 18px;
}
.w3layouts-clients h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.agile-prod1 h4, .w3l-abt-grid h4 {
    font-size: 20px;
}
.w3l-abt-grid {
    padding: 20px 10px;
}
.footer-w3layouts p, .list-grid, .ser-grid, .services-grid, .w3l-footer-top, .w3layouts_about_grid_left, .w3layouts_about_grid_right, .w3ls-footer-top, .wthree-footer-top {
    padding: 0;
}
.footer-top h3 {
    margin-bottom: 12px;
}
.footer-w3layouts {
    margin: 2em 0 0;
}
.w3layouts_about_grid_left h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.w3layouts_about_grid_right iframe {
    min-height: 163px;
}
.agile-banner {
    min-height: 90px;
}
.ser-grid h4 {
    margin-bottom: 15px;
}
.agile-sub {
    padding: 14px;
}
.contact-grid h4 {
    font-size: 22px;
    margin-bottom: 0;
}
.contact-grid.agileinfo-5, .contact-grid.agileits-5 {
    padding: 0;
}
.logo a {
    font-size: 27px;
}
.w3ls-social-icons {
    margin-top: 10px;
}
.w3layouts-top-strip {
    padding: 5px 0 10px;
}
.hi-icon-wrap {
    margin-left: .5px;
}
}.enquiry-btn {
    background: #fff;
    padding: 12px;
    text-decoration: none;
    font-weight: 700;
    color: red;
    margin-top: 5px;
}
.enquiry .agile-sub {
    padding: 40px 70px;
}
.enquiry.agile-prod, .inner.agile-prod {
    padding-bottom: 60px;
    padding-top: 0;
}
.enquiry h4, .inner h4 {
    text-align: center;
}
.inner strong {
    color: #86c724;
}
.social_agileinfo li {
    display: inline-block;
}
.social_agileinfo li a {
    font-weight: bold;
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    color: #000;
    font-size: 20px;
}
.social_agileinfo li a i {
    font-size: 1em;
    line-height: 2.8em;
}
.w3_facebook:hover {
    border: 1px solid #3b5998;
    background: #3b5998;
}
.w3_twitter:hover {
    border: 1px solid #1da1f2;
    background: #1da1f2;
}
.w3_linkedin:hover {
    border: 1px solid #0073b1;
    background: #0073b1;
}
.w3_google:hover {
    border: 1px solid #db4437;
    background: #db4437;
}
.w3_jd:hover {
    border: 1 solid px;
    background: #fe610c;
}
.welcome-grids img{ margin:0 auto;}

/*  Fancy Button */

.footer_icon ul {
        padding: 8px 0;
  margin: 0 !important;
   background: rgba(0,0,0,0.5);
     }
    .footer_icon ul li {
  padding-bottom: 0 !important;
  width: 25.3%;
  display: inline-block;
}
     .footer_icon ul li a {
        background:#0b5258;
        display: table;
        margin: 0 auto;
     }
     .footer_icon {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: none;
        z-index: 10;
     }
     .footer_icon a.btn-float .fa {
        font-size: 20px;
  height: 50px;
  line-height: 50px;
     }
     .fa {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
     }
     .fa-phone:before {
        content: "\f095";
     }
     .fa-envelope:before {
        content: "\f0e0";
     }
     .fa-whatsapp:before {
        content: "\f232";
     }
     .btn-float {
        width: 50px;
  height: 50px;
  line-height: 50px;
        display: inline-block;
        border: none;
        font-size: 18px;
        color: #fff;
        text-align: center;
        position: relative;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
     }
     @media only screen and (max-width: 641px){
        .footer_icon {
             display: inline-block;
             text-align: center;
             z-index: 1000;
        }
       #page-block-q8rq9po3api
       {
         display: none;
       }
        .or.or1, #register_form > div.form_container > a {
           display: none;
        }
        .footer_button {
          margin-bottom: 90px;
        }

.scroll-to-top{
bottom:100px;
}	
      
     }
     .blue{background:#50afe4!important}.red{background:#da4a38!important}.green{background:#0fc243!important}
