body {
    margin: 0;
    font-family: 'Rubik', sans-serif;
    background: #fff;
}

body a {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;

}

ul, label {
    margin: 0;
    padding: 0;
}

body a:hover, body a:focus {
    text-decoration: none;
    outline: none;
}

/*-- banner --*/
/*-- top header start here --*/
.top-header-main {
    padding: 0.5em 0 0.5em;
}

.header-address h6 {
    font-size: 0.9em;
    color: #fff;
    display: inline-block;
}

.logo h1 {
    font-size: 3em;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 1.1em;
    font-family: 'Agency FB', arial;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #007fe6;
}

.logo h1 a {
    color: #007fe6 !important;
    text-decoration: none;
}

.logo {
    padding: 5px 0 0 0;

}

.top-social {
    padding: 5px 0 0 0;
    text-align: right;
}

/*-- social-wthree-icons --*/
.social-wthree-icons.bnragile-icons ul li {
    display: inline-block;
}

.social-wthree-icons ul li {
    text-align: center;
}

.social-wthree-icons ul li a.fa {
    font-size: 0.9em;
    color: #fff;
    line-height: 2.5em;
    display: inline-block;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.icon-border {
    position: relative;
}

.icon {
    vertical-align: top;
    overflow: hidden;
    margin: 0 4px;
    width: 30px;
    height: 30px;
}

.icon-border::before,
.icon-border::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.icon-border::before {
    z-index: 1;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.social-wthree-icons ul li a.fa.facebook:hover {
    color: #3b5998;
}

.social-wthree-icons ul li a.fa.twitter:hover {
    color: #4099ff;
}

.social-wthree-icons ul li a.fa.googleplus:hover {
    color: #d34836;
}

.social-wthree-icons ul li a.fa.dribbble:hover {
    color: #ec4a89;
}

/* facebook */
.icon-border.facebook::before {
    -webkit-box-shadow: inset 0 0 0 48px #3b5998;
    -moz-box-shadow: inset 0 0 0 48px #3b5998;
    -o-box-shadow: inset 0 0 0 48px #3b5998;
    -ms-box-shadow: inset 0 0 0 48px #3b5998;
    box-shadow: inset 0 0 0 48px #3b5998;
}

.icon-border.facebook:hover::before {
    -webkit-box-shadow: inset 0 0 0 2px #3b5998;
    -moz-box-shadow: inset 0 0 0 2px #3b5998;
    -o-box-shadow: inset 0 0 0 2px #3b5998;
    -ms-box-shadow: inset 0 0 0 2px #3b5998;
    box-shadow: inset 0 0 0 2px #3b5998;
}

/* twitter */
.icon-border.twitter::before {
    -webkit-box-shadow: inset 0 0 0 48px #4099ff;
    -moz-box-shadow: inset 0 0 0 48px #4099ff;
    -o-box-shadow: inset 0 0 0 48px #4099ff;
    -ms-box-shadow: inset 0 0 0 48px #4099ff;
    box-shadow: inset 0 0 0 48px #4099ff;
}

.icon-border.twitter:hover::before {
    -webkit-box-shadow: inset 0 0 0 2px #4099ff;
    -moz-box-shadow: inset 0 0 0 2px #4099ff;
    -o-box-shadow: inset 0 0 0 2px #4099ff;
    -ms-box-shadow: inset 0 0 0 2px #4099ff;
    box-shadow: inset 0 0 0 2px #4099ff;
}

/* google plus */
.icon-border.googleplus::before {
    -webkit-box-shadow: inset 0 0 0 48px #d34836;
    -moz-box-shadow: inset 0 0 0 48px #d34836;
    -o-box-shadow: inset 0 0 0 48px #d34836;
    -ms-box-shadow: inset 0 0 0 48px #d34836;
    box-shadow: inset 0 0 0 48px #d34836;
}

.icon-border.googleplus:hover::before {
    -webkit-box-shadow: inset 0 0 0 2px #d34836;
    -moz-box-shadow: inset 0 0 0 2px #d34836;
    -o-box-shadow: inset 0 0 0 2px #d34836;
    -ms-box-shadow: inset 0 0 0 2px #d34836;
    box-shadow: inset 0 0 0 2px #d34836;
}

/* dribbble */
.icon-border.dribbble::before {
    -webkit-box-shadow: inset 0 0 0 48px #ec4a89;
    -moz-box-shadow: inset 0 0 0 48px #ec4a89;
    -o-box-shadow: inset 0 0 0 48px #ec4a89;
    -ms-box-shadow: inset 0 0 0 48px #ec4a89;
    box-shadow: inset 0 0 0 48px #ec4a89;
}

.icon-border.dribbble:hover::before {
    -webkit-box-shadow: inset 0 0 0 2px #ec4a89;
    -moz-box-shadow: inset 0 0 0 2px #ec4a89;
    -o-box-shadow: inset 0 0 0 2px #ec4a89;
    -ms-box-shadow: inset 0 0 0 2px #ec4a89;
    box-shadow: inset 0 0 0 2px #ec4a89;
}

/*-- //social-wthree-icons --*/
/*-- top-nav --*/
.navbar-inverse {
    border: none;
    margin: 0;
    z-index: 99999;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #99abd5;
    background: none;
}

.navbar-nav>li {
    margin: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    padding: 1.1em 4.94em;
    position: relative;
    background: #007fe6;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav li a.active {
    color: #ff7200;
    color: #f7fdff;
    background: transparent;
}

.navbar-inverse .navbar-nav>li>a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    background: #1d94cc;
    height: 3px;
    width: 0;
    left: 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.navbar-inverse .navbar-nav li a:hover:before, .navbar-inverse .navbar-nav li a.active:before {
    width: 100%;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background: none;
    color: #fffdfb;
}

.dropdown-menu {
    left: 0;
    right: auto;
    min-width: inherit;
    top: 100%;
    font-size: 1em;
    padding: 0;
    background: #222;
    border: none;
}

.dropdown-menu>li>a {
    padding: 1.4em;
    color: #fff;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0994cc !important;
}

.w3header form {
    position: relative;
}

.w3header input[type="search"] {
    width: 100%;
    padding: 0.6em 3.5em .6em .8em;
    font-size: 1em;
    color: #fff;
    outline: none;
    border: 1px solid #0696a9;
    background: none;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.w3header button.btn.btn-default {
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 39px;
    outline: none;
    box-shadow: none;
    background: #00BCD4;
    padding: 0;
    border-radius: inherit;
    -webkit-appearance: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.w3header form:hover input[type="search"] {
    border-color: #ca5a00;
}

.w3header form:hover .btn.btn-default {
    background: #ff7200;
}

.w3header span.glyphicon {
    font-size: 1em;
    color: #fff;
    padding: 3px;
}

.w3header ::-webkit-input-placeholder {
    color: #ccc;
}

.w3header :-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

.w3header ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

.w3header :-ms-input-placeholder {
    color: #ccc;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    padding: 0;
}

/*-- //top-nav --*/
/*-- header menu nav start --*/
.head-search {
    float: right;
    padding: 0;
}

.head-search input[type="text"] {
    background: none;
    border: none;
    color: #fff;
    padding: 1.3em 1em;
    outline: none;
    width: 80%;
    font-size: 1em;
}

.head-search input[type="submit"] {
    background: url(../images/search.png)no-repeat center;
    width: 33px;
    height: 32px;
    display: inline-block;
    outline: none;
    border: none;
    vertical-align: -webkit-baseline-middle;
}

/*-- banner --*/
.banner {

    background-size: cover;
    margin-top: -2em;
}

.banner-w3ltext {
    padding: 15em 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.46);
}

.banner-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff;
    letter-spacing: 2px;
    margin: 0 0 2em;
}

.banner-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
    color: transparent;
}

.banner-w3ltext h2, .banner-w3ltext h3 {
    font-size: 5em;
    color: #fff;
    border: 5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}

.banner-w3ltext h4 {
    font-size: 2.5em;
    color: #0994cc;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}

.banner-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}

/*-- //banner --*/
/*-- services --*/
.services, .features, .work-agileinfo, .news, .about, .gallery, .contact, .single, .codes {
    padding: 5em 0;
}

.services-w3text {
    text-align: center;
    padding: 1em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.services-textinfo {
    background: #fff;
    padding: 4.5em 0;
}

.services-w3text i.fa {
    font-size: 2em;
    color: #0994cc;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.services-w3text h5 {
    font-size: 1.3em;
    margin-top: 1em;
    color: #222;
    font-weight: 300;
    letter-spacing: 3px;
}

.services-w3text {
    background: url(../images/thumb_COLOURBOX10358566.jpg)no-repeat center 0px;
    background-size: cover;
    position: relative;
    z-index: 9;
}

.services-w3text.srvs-w3text2 {
    background: url(../images/thumb_COLOURBOX10358566.jpg)no-repeat center 0px;
    background-size: cover;
}

.services-w3text.srvs-w3text3 {
    background: url(../images/thumb_COLOURBOX10358566.jpg)no-repeat center 0px;
    background-size: cover;
}

.services-w3text:hover i.fa {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.services-w3text:hover {
    /* -moz-transform: rotatey(-35deg);
	-o-transform: rotatey(-35deg);
	-ms-transform: rotatey(-35deg);
    transform: rotatey(-35deg); */
}

/*-- //services --*/
/*-- work start here --*/
.work {
    /*     background: url(../images/thumb_COLOURBOX10358566.jpg)no-repeat center; */
    background-size: cover;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(../images/thumb_COLOURBOX10358566.jpg);
}

.work-agileinfo {
    text-align: center;

}

.work-agileinfo h3 {
    font-size: 4em;
    color: #fff;
    font-family: 'Pinyon Script', cursive;
}

p {
    font-size: 1em;
    color: #000;
    line-height: 32px;
}

.work-agileinfo p {
    color: #fff;
    margin: 2em auto;
    letter-spacing: 2px;
}

.w3btns-agile a {
    font-size: 1em;
    color: #fff;
    display: inline-block;
    padding: 0.8em 2.5em;
    border: 1px solid #fff;
}

.w3btns-agile a:hover {
    background: #0994cc;
    border: 1px solid #007fe6;
}

.w3btns-agile {
    margin-top: 2em;
}

.ss {
    padding: 2em;
}

.features-w3grid {
    padding: 1em;
}

.features-w3grid:hover {
    box-shadow: 0 0 2px black;
    background-color: #c6dbee6e;
}

/*-- work end here --*/
/*-- features --*/
.features {
    background: url(../images/51.jpg)no-repeat center;
    background-size: cover;
    padding-bottom: 9em !important;

}

.features-agilerow {
    background: rgba(255, 255, 255, 0.91);
    /* padding-bottom: 2em; */
}

.w3ls-title {
    text-align: center;
}

h3.agileits-title, h2.agileits-title {
    text-align: center;
    font-size: 4em;
    color: #000;
    margin-bottom: 1em;
    font-weight: 300;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    font-family: 'Pinyon Script', cursive;
    font-weight: bold;
}

.agileits-title:before, .agileits-title:after {
    content: '';
    position: absolute;
    bottom: -4%;
}

.agileits-title:before {
    left: 0%;
    width: 50%;
    height: 1px;
    background: #212121;
}

.agileits-title:after {
    left: 0;
    width: 20%;
    background: #007fe6;
    height: 4px;
}

.features p.pagile-text {
    width: 72%;
    margin: 0 auto 5em;
    text-align: center;
}

.features-right img {
    width: initial;
}

.features-w3grid.features-w3grid-mdl {
    margin: 2.5em 0;
}

.features h4 {
    font-size: 1.3em;
    margin-bottom: .5em;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
}

.features-w3grid-left {
    text-align: center;
}

.features i.fa {
    font-size: 1.6em;
    padding: 0.8em;
    border: 1px solid;
    color: #0e96cd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.features-w3grid:hover i.fa {
    color: #007fe6;
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    transform: rotatey(180deg);
}

/*-- //features --*/
/*-- news --*/
.w3_agile_para {
    margin: .5em 0 0;
    color: #999;
}

.agile_head:after {
    content: '';
    width: 10%;
    height: 1px;
    background: #f62b2b;
    position: absolute;
    bottom: 0%;
    left: 0%;
}

.agile_head {
    padding-bottom: .3em !important;
}

.w3_agileits_news_grid {
    position: relative;
}

.w3_agileits_news_grid_pos {
    position: absolute;
    bottom: -8%;
    width: 60%;
    padding: .8em;
    background: #0e96cd;
}

.w3_agileits_news_grid_pos h4 {
    text-align: center;
    text-transform: capitalize;
    font-size: 1em;
    color: #fff;
    font-weight: 300;
}

.agileits_w3layouts_news_grid h5 {
    margin: 2.5em 0 0.5em;
}

.agileits_w3layouts_news_grid h5 a {
    font-size: 1.3em;
    color: #222;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 300;
}

.agileits_w3layouts_news_grid h5 a:hover {
    color: #0994cc;
}

.agileits_w3layouts_news_grid h5 a:focus, .agileits_more ul li a.hvr-icon-hang:focus, .agileits_w3layouts_sign_in ul li a:focus {
    outline: none;
}

/*-- //news --*/
/*-- footer start here --*/
.footer-agile {
    padding: 4em 0;
    background: url(../images/EDLqKJ0.jpg)no-repeat center 0px;
    background-size: cover;
    position: relative;
}

.footer-top-agileinfo {
    text-align: center;
}

.footer-btm-agileinfo {
    border-top: 2px solid rgba(255, 255, 255, 0.99);
    padding-top: 2.5em;
    margin-top: 1.5em;
}

.footer-grid h3 {
    font-size: 2em;
    color: #95d1e8;
    margin-bottom: 0.8em;
    font-weight: 300;
}

.footer-grid li {
    display: block;
    margin: 1em 0 0;
    font-size: 1em;
}

.footer-grid li a {
    color: #fff;
}

.footer-top-agileinfo .icon {
    margin: 0 10px;
}

.footer-grid li a i.glyphicon {
    margin-right: 8px;
    font-size: .8em;
}

.footer-grid li a:hover {
    color: #0e96cd;
}

.footer-grid form {
    position: relative;
}

.footer-grid input[type="email"] {
    width: 63%;
    padding: 0.8em;
    font-size: 0.9em;
    float: left;
    color: #fff;
    outline: none;
    border: 1px solid #fff;
    background: none;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.footer-grid form:hover input[type="email"] {
    border-color: #4CAF50;
}

.footer-grid input[type="submit"] {
    float: left;
    color: #fff;
    font-size: .9em;
    outline: none;
    padding: 0.8em 1.5em;
    border: 1px solid #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -webkit-appearance: none;
    background: none;
    margin-left: 1em;
}

.footer-grid form:hover input[type="submit"] {
    background-color: #0e96cd;
    border-color: #0e96cd;
}

.footer-grid li a:hover {
    color: #0e96cd;
}

.copy-w3lsright p {
    color: #fff;
    margin-top: 1.8em;
    letter-spacing: 1px;
    font-size: .9em;
}

.copy-w3lsright p a {
    color: #0e96cd;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.copy-w3lsright p a:hover {
    color: #fff;
}

/*-- //footer end here --*/
/*-- slider-up-arrow --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 3%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.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);
}

/*-- //slider-up-arrow --*/
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/*-- about page --*/
.banner.about-w3banner .banner-w3ltext {
    padding: 6em 0 4em;
    background: url("../images/about_banner.jpg") no-repeat 0px 0px;
}

.banner.about-w3banner .banner-w3ltext h2 {
    font-size: 3em;
}

/*-- //about page --*/
/*-- about --*/
.about h5 {
    font-size: 1.5em;
    color: #000;
}

.about .bs-example.bs-example-tabs .nav-tabs {
    border: none;
    margin: 0 0 1.5em;
}

.about .bs-example-tabs ul.nav-tabs li {
    display: inline-block;
    margin-right: 3em;
    float: none;

}

.about .bs-example-tabs ul.nav-tabs li:nth-child(1) {
    border-right: 2px solid #d6d6d6;
    padding-right: 3em;
}

.about .bs-example-tabs ul.nav-tabs li a {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: 600;
    font-size: 1.2em;
    border: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    outline: none;
    letter-spacing: 2px;
}

.about .bs-example-tabs ul.nav-tabs li a:focus {
    text-decoration: none;
}

.about .bs-example-tabs ul.nav-tabs li a:hover, .about .bs-example-tabs ul.nav-tabs li.active a {
    color: #4CAF50;
}

.about .tabcontent-grids ul li {
    display: block;
    color: #999;
    margin-top: 1.2em;
    font-size: 1em;
}

.about .tabcontent-grids p {
    text-align: justify;
}

.about .tabcontent-grids ul li i.fa {
    margin-right: 0.5em;
    color: #4CAF50;
}

/*-- progress-bars --*/
.b_label {
    color: #fff;
    margin-bottom: 6px;
    font-weight: 300;
    margin: 1.2em auto .5em !important;
    text-align: left;
}

.bar_group {
    position: relative;
    z-index: 0;
    padding: 0;
    width: 70%;
    margin: 0 auto;
}

.bar_group__bar.thin::before, .bar_group__bar.thick::before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background: #E4E4E4;
}

.bar_group__bar.thin {
    width: 0%;
    height: 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #4CAF50;
    -webkit-transition: width 1s;
    transition: width 1s;
    -moz-transition: width 1s;
}

/*-- //progress-bars --*/
/*-- //about --*/
/*-- gallery --*/
.gallery-grid-img {
    padding: 0.5em;
}

.w3-agilepic {
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-animation: anima 2s;
    -moz-animation: anima 2s;
    animation: anima 2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 500;
    -webkit-transform-style: preserve-3d;
}

.w3ls-overlay h4 {
    font-size: 2em;
    color: #fff;
    padding: 28% 0;
    font-weight: 300;
}

.w3-agilepic .pic-image, .w3ls-overlay, .w3-agilepic:hover .w3ls-overlay, .w3-agilepic:hover img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.w3-agilepic:hover .w3ls-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.w3ls-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(9, 148, 204, 0.25);
    padding: 10px;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: rotateY(-90deg) rotateX(-90deg);
    -moz-transform: rotateY(-90deg) rotateX(-90deg);
    -o-transform: rotateY(-90deg) rotateX(-90deg);
    -ms-transform: rotateY(-90deg) rotateX(-90deg);
    transform: rotateY(-90deg) rotateX(-90deg);
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.w3-agilepic:hover .w3ls-overlay {
    -webkit-transform: rotateY(0) rotateX(0);
    -moz-transform: rotateY(0) rotateX(0);
    -o-transform: rotateY(0) rotateX(0);
    -ms-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0);
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
}

/*-- //gallery --*/
/*-- contact --*/
.w3ls_map iframe {
    width: 100%;
    min-height: 300px;
}

.contact_wthreerow, .agileits_mail_grid_right_grid:nth-child(2) {
    margin-top: 3em;
}

.w3l_contact_form {
    padding-right: 5em;
}

.contact_wthreerow h4 {
    font-size: 1.8em;
    color: #007fe6;
    margin-bottom: 1em;
    font-weight: 300;
    font-style: italic;
}

.w3l_contact_form input[type="text"], .w3l_contact_form input[type="email"], .w3l_contact_form textarea {
    outline: none;
    width: 100%;
    padding: .8em 1em;
    font-size: 1em;
    color: #212121;
    border: none;
    border-bottom: 1px solid #DDD;
    background: none;
}

.w3l_contact_form input[type="email"] {
    margin: 1.5em 0;
}

.w3l_contact_form textarea {
    min-height: 120px;
    resize: none;
    margin: 1.5em 0;
}

.w3l_contact_form input[type="submit"] {
    outline: none;
    padding: .8em 4em;
    font-size: 1em;
    color: #fff;
    border: none;
    background: #0e96cd;
    border: 1px solid #0e96cd;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.w3l_contact_form input[type="submit"]:hover {
    background: transparent;
    color: #0e96cd;
}

ul.contact_info li {
    list-style-type: none;
    margin-top: 1.5em;
    color: #000;
    font-size: 1em;
}

ul.contact_info li i {
    border: 1px solid #000;
    padding: .8em;
    border-radius: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-right: 1em;
    font-size: .9em;
}

ul.contact_info li a {
    color: #000;
    text-decoration: none;
}

ul.contact_info li a:hover {
    color: #0e96cd
}

/*-- //contact --*/
/*-- single --*/
.w3ls_single_left_grid_right h3 {
    font-size: 1.5em;
    color: #0e96cd;
    line-height: 1.5em;
    text-transform: capitalize;
    margin: 0 0 0.5em;
    font-weight: 300;
}

.w3ls_single_left_grid_right h5 {
    font-size: 1em;
    color: #999;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #dcdcdc;
    letter-spacing: 6px;
    font-family: 'Open Sans', sans-serif;
}

.w3ls_single_left_grid_right ul li {
    display: inline-block;
    margin-right: 1.5em;
    font-size: 14px;
}

.w3ls_single_left_grid_right ul li span {
    padding-right: 0.6em;
    color: #999;
}

.w3ls_single_left_grid_right ul li a {
    color: #999;
    text-decoration: none;
}

.w3ls_single_left_grid_right ul li a:hover {
    color: #0994cc;
}

.w3ls_single_left_grid1 {
    margin: 3em 0;
}

.w3ls_single_left_grid1 p {
    margin: 2em 0;
    color: #999;
    line-height: 2em;
}

.w3ls_single_left_grid1 p span {
    display: block;
    margin: 1em 0 0;
}

.w3ls_single_left_grid1_left {
    float: left;
}

.w3ls_single_left_grid1_left h4 {
    color: #4CAF50;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-top: .5em;
}

.w3ls_single_left_grid1_right {
    float: left;
    margin-left: 2em;
}

.w3ls_single_left_grid1_right .social-icon a {
    color: #555;
}

.w3ls_single_left_grid1_right .social-icon a:before {
    border-color: #555;
}

.w3ls_single_left_grid1_right .social-icon a:hover {
    color: #4CAF50;
}

.w3ls_single_left_grid1_right .social-icon a:hover:before {
    border-color: #4CAF50;
}

.w3l_admin {
    padding: 2em;
    background: #333;
    margin: 3em 0 0;
}

.w3l_admin p {
    color: #f5f5f5;
    position: relative;
    padding-left: 3.5em;
    margin-bottom: 1em;
}

.w3l_admin p i.fa.fa-quote-left {
    margin-left: -3em;
    margin-right: 2em;
}

.w3l_admin a {
    display: block;
    text-align: right;
    color: #0994cc;
    font-size: 1em;
    text-decoration: none;
}

.w3l_admin a:hover {
    color: #fff;
}

.wthree_recent h4, .agileits_three_comments h3, .w3_leave_comment h3, .agile_cat_grid h4, .agileits-tags h4 {
    font-size: 2em;
    color: #4CAF50;
    margin: 0;
    text-transform: capitalize;
    font-weight: 300;
}

.agileits-tags {
    margin-top: 3em;
}

.wthree_recent ul, .agileits-tags ul {
    padding: 2em 0 0;
}

.wthree_recent ul li {
    list-style-type: none;
    font-size: 1em;
    color: #999;
    padding: 1em 0;
    border-bottom: 1px dashed #C1C1C1;
    text-transform: capitalize;
}

.wthree_recent ul li a {
    color: #999;
    text-decoration: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.wthree_recent ul li a:hover {
    color: #212121;
}

.wthree_recent ul li span {
    display: block;
    font-size: .9em;
    padding-left: 3.5em;
    color: #ccc;
    margin: .5em 0 0;
}

.wthree_recent ul li span i {
    left: -1em;
}

.wthree_recent ul li a i {
    padding-right: 1em;
}

.wthree_recent ul li:last-child {
    border-bottom: none;
}

.agile_tags_cate {
    padding: 3em 0;
    border-top: 1px dashed #adadad;
    border-bottom: 1px dashed #adadad;
    margin: 5em 0;
}

.agile_cat_grid {
    text-align: center;
}

.agile_cat_grid h4 span {
    font-size: 1.5em;
    color: #4CAF50;
}

.agile_cat_grid ul {
    padding: 2em 0 0;
}

.agile_cat_grid ul.categories li {
    list-style-type: none;
    margin-top: 1em;
    font-size: 1em;
    margin-bottom: .5em;
}

.agile_cat_grid ul.categories li a {
    color: #999;
    border: 1px solid #ccc;
    padding: .5em 1em;
    text-decoration: none;
    display: block;
}

.agile_cat_grid ul.categories li a:hover, .agile_cat_grid_tags ul li a:hover {
    color: #fff;
    background-color: #0994cc;
    border-color: #0994cc;
}

.agile_cat_grid_tags ul li {
    display: inline-block;
    margin: 5px;
    font-size: 1em;
}

.agile_cat_grid_tags ul li a {
    padding: 6px 15px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #999;
    display: block;
}

.agileits_three_comment_grid {
    padding: 3em 0;
    border-bottom: 1px dashed #ccc;
    width: 100%;
}

.agileits_tom {
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    padding: 1em 1.5em;
}

.agileits_tom i.fa {
    font-size: 4em;
    color: #999;
}

.agileits_tom_right {
    float: left;
    width: 70%;
    margin-left: 3em;
}

.Hardy {
    float: left;
}

.reply {
    float: left;
    margin-left: 10em;
    margin-top: .5em;
}

.reply a {
    padding: 8px 40px;
    background: #0994cc;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
}

.reply a:hover {
    background: #333;
}

.agileits_tom_right p.lorem {
    margin: 1em 0 0;
}

.agileits_three_comments h3, .w3_leave_comment h3 {
    text-align: left;
}

.Hardy h4 {
    font-size: 1.2em;
    color: #333;
}

.Hardy p {
    color: #0994cc;
    margin: .5em 0 0;
}

.agileits_three_comment_grid:nth-child(2) {
    margin: 4em 0 0;
    padding-top: 0 !important;
}

.agileits_three_comment_grid:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
}

.agileits_three_comment_grid1 {
    padding-left: 5em;
}

.w3_leave_comment {
    margin: 5em 0 0;
    width: 60%;
}

.w3_leave_comment form {
    margin: 3em 0 0;
}

.w3_leave_comment input[type="text"], .w3_leave_comment input[type="email"], .w3_leave_comment textarea {
    outline: none;
    border: 1px solid #dedede;
    padding: .8em 1em;
    font-size: 1em;
    color: #555;
    width: 100%;
}

.w3_leave_comment input[type="email"], .w3_leave_comment textarea {
    margin: 1em 0;
}

.w3_leave_comment textarea {
    min-height: 200px;
    resize: none;
}

.w3_leave_comment input[type="submit"] {
    outline: none;
    background: #0994cc;
    border: none;
    padding: 0.8em 0;
    font-size: 1em;
    color: #fff;
    width: 100%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.w3_leave_comment input[type="submit"]:hover {
    background: #333;
}

/*-- //single --*/
/*-- pages --*/
.well {
    font-weight: 300;
    font-size: 14px;
}

.list-group-item {
    font-weight: 300;
    font-size: 14px;
}

li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
    line-height: 2.5em;
}

.grid_3 {
    margin-bottom: 3em;
}

.xs h3, h3.m_1 {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}

.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.w3ls-hdg, h3.bars {
    margin-bottom: 1em;
    color: #222;
    font-weight: bold;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    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 {
    color: #888;
    font-size: 0.9em;
    margin-bottom: 0.5em;
    font-weight: 300;
}

.bs-docs-example {
    margin: 1em 0;
}

section#tables p {
    margin-top: 1em;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}

.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>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    font-size: 0.9em;
    color: #999;
    border-top: none !important;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
    font-weight: 300 !important;
}

.nav-tabs {
    margin-bottom: 1em;
}

h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
    line-height: 1.8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.input-group {
    margin-bottom: 20px;
}

.codes .row {
    margin: 0;
}

.in-gp-tl {
    padding: 0;
}

.in-gp-tb {
    padding-right: 0;
}

.list-group {
    margin-bottom: 48px;
}

ol {
    margin-bottom: 44px;
}

.form-control1, .form-control_2.input-sm {
    border: 1px solid #e0e0e0;
    padding: 5px 18px;
    color: #616161;
    background: #fff;
    box-shadow: none !important;
    width: 100%;
    font-size: 0.85em;
    font-weight: 300;
    height: 40px;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-appearance: none;
    outline: none;
}

.control3 {
    margin: 0 0 1em 0;
}

.codes label {
    font-weight: 400;
}

/*-- icons --*/
.codes a {
    color: #999;
}

.icon-box {
    padding: 8px 15px;
    background: rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}

.icon-box:hover {
    background: #5f5f5f;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.icon-box:hover i.fa {
    color: #fff !important;
}

.icon-box:hover a.agile-icon {
    color: #fff !important;
}

.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
}

.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
}

.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

h3.icon-subheading {
    font-size: 28px;
    color: #000 !important;
    margin: 30px 0 15px;
}

.agileits-icons-title {
    text-align: center;
    font-size: 36px;
    color: #ef2e46;
    font-weight: 300;
}

.icons a {
    color: #999;
}

.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}

.icons .bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background: rgba(149, 149, 149, 0.18);
    margin: 1%;
}

.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #282a2b;
}

.icons .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
}

.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

/*-- //icons --*/
@media (max-width:1080px) {
    .icon-box {
        padding: 8px 9px;
    }
}

@media (max-width:768px) {
    .grid_5 {
        padding: 0 0 1em;
    }

    .grid_3 {
        margin-bottom: 0em;
    }
}

@media (max-width:640px) {
    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
        margin-bottom: .5em;
    }

    .progress {
        height: 10px;
        margin-bottom: 10px;
    }

    ol.breadcrumb li, .grid_3 p, ul.list-group li, li.list-group-item1 {
        font-size: 14px;
    }

    .breadcrumb {
        margin-bottom: 25px;
    }

    .well {
        font-size: 14px;
        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) {
    h3.w3ls-hdg {
        font-size: 1.6em;
        margin: 1em 0 0.6em;
    }

    .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
        font-size: 1.2em;
    }

    .table h1 {
        font-size: 26px;
    }

    .table h2 {
        font-size: 23px;
    }

    .table h3 {
        font-size: 20px;
    }

    .label {
        font-size: 53%;
    }

    .codes .alert {
        font-size: 0.9em;
        padding: 10px;
    }

    .pagination {
        margin: 20px 0 0px;
    }

    .grid_3.grid_4.w3layouts {
        margin-top: 0;
    }

    .agileits-icons-title {
        font-size: 30px;
    }

    h3.icon-subheading {
        font-size: 22px;
    }

    .icons .bs-glyphicons li {
        width: 31%;
    }
}

@media (max-width: 320px) {
    .alert, ol.breadcrumb li, .grid_3 p, .well, ul.list-group li, li.list-group-item1, a.list-group-item {
        font-size: 13px;
    }

    .alert {
        padding: 10px;
        margin-bottom: 10px;
    }

    ul.pagination li a {
        font-size: 1em;
        padding: 5px 11px !important;
    }

    .list-group {
        margin-bottom: 10px;
    }

    .well {
        padding: 10px;
    }

    .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
        font-size: 0.8em;
    }

    .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: 13px !important;
    }

    .agileits-icons-title {
        font-size: 25px;
    }

    h3.icon-subheading {
        font-size: 18px;
        margin: 21px 0 12px;
    }
}

/*-- //pages --*/
/*-- responsive-design --*/
@media(max-width:1080px) {
    .navbar-inverse .navbar-nav>li>a {
        padding: 1.1em 2.2em;
    }

    .dropdown-menu>li>a {
        padding: 0.8em 2.05em;
    }

    .banner-w3ltext {
        padding: 13em 0;
    }

    .banner-w3ltext h2, .banner-w3ltext h3 {
        font-size: 4em;
    }

    .banner-w3ltext h4 {
        font-size: 2em;
    }

    .services-textinfo {
        padding: 3.5em 0;
    }

    .work-agileinfo h3 {
        font-size: 3em;
    }

    .features {
        padding-bottom: 7em !important;
    }

    .agileits_w3layouts_news_grid {
        padding: 0 0.5em;
    }

    .services, .features, .work-agileinfo, .news, .about, .gallery, .contact, .single, .codes {
        padding: 4em 0;
    }

    .footer-grid.footer-review {
        padding: 0;
    }

    .footer-agile {
        padding: 3em 0;
    }

    .banner.about-w3banner .banner-w3ltext h2 {
        font-size: 2.5em;
    }

    .banner.about-w3banner .banner-w3ltext {
        padding: 5em 0 3em;
    }

    .w3ls-overlay h4 {
        padding: 27% 0;
    }
}

@media(max-width:1024px) {
    .banner-w3ltext {
        padding: 10em 0 13em;
    }

    .w3_leave_comment textarea {
        min-height: 150px;
    }

    h3.agileits-title, h2.agileits-title {
        font-size: 3.5em;
    }
}

@media(max-width:991px) {
    .logo h1 {
        font-size: 2.8em;
        letter-spacing: 1px;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 1em 1.8em;
        font-size: 1em;
    }

    .navbar-inverse {
        min-height: 0;
    }

    .head-search input[type="text"] {
        padding: 1em 1em;
    }

    .dropdown-menu>li>a {
        padding: 0.8em 2em;
        font-size: .9em;
    }

    .banner-w3ltext h6 {
        width: 5%;
        margin: 1em auto 1.5em;
    }

    .banner-w3ltext h5 {
        font-size: 1em;
        letter-spacing: 1px;
    }

    .banner-w3ltext h2, .banner-w3ltext h3 {
        font-size: 3.5em;
    }

    .w3ls_single_right {
        margin-top: 3em;
    }

    .wthree_recent ul {
        padding: 1em 0 0;
    }

    .agile_tags_cate {
        margin: 3em 0;
    }

    .agile_cat_grid ul {
        padding: 0em 0 0;
    }

    .agile_cat_grid:nth-child(2) {
        margin: 3em 0;
    }

    .agileits_three_comment_grid:nth-child(2) {
        margin: 3em 0 0;
    }

    .w3_leave_comment {
        margin: 3em 0 0;
        width: 80%;
    }

    .w3_leave_comment textarea {
        min-height: 150px;
    }

    .w3_leave_comment input[type="text"], .w3_leave_comment input[type="email"], .w3_leave_comment textarea {
        font-size: 0.9em;
    }

    .w3_leave_comment form {
        margin: 2em 0 0;
    }

    .services-w3text h5 {
        font-size: 1.1em;
        letter-spacing: 1px;
    }

    .services-textinfo {
        padding: 3em 0;
    }

    .work-agileinfo p {
        margin: 1.5em auto;
        letter-spacing: 1px;
    }

    .features h4 {
        font-size: 1.1em;
    }

    .agileits_w3layouts_news_grid {
        padding: 0 1em;
    }

    .agileits_w3layouts_news_grid:nth-child(2) {
        margin-bottom: 2em;
    }

    .w3ls_single_left_grid1 {
        margin: 2em 0;
    }

    .agileits-tags {
        margin-top: 2em;
    }

    .about-right {
        margin-top: 2em;
    }

    .about .bs-example.bs-example-tabs .nav-tabs {
        margin: 0 0 1em;
    }

    .features {
        padding-bottom: 5em !important;
    }

    .w3ls-overlay h4 {
        font-size: 1.5em;
    }

    .w3ls-overlay h4 {
        padding: 26% 0;
    }

    .agileits_w3layouts_contact_gridl {
        margin-top: 2em;
    }

    .contact_wthreerow, .agileits_mail_grid_right_grid:nth-child(2) {
        margin-top: 2em;
    }

    .w3ls_single_left_grid1 p {
        margin: 1em 0;
    }

    .agileits_tom_right {
        margin-left: 2em;
    }

    .agile_tags_cate {
        margin: 2em 0;
        padding: 2em 0;
    }

    .agileits_tom_right p.lorem {
        margin: 0.5em 0 0;
    }

    .agileits_three_comment_grid {
        padding: 2em 0;
    }

    .agileits_three_comment_grid1 {
        padding-left: 3em;
    }

    .reply a {
        padding: 8px 30px;
    }

    .footer-grid h3 {
        font-size: 1.8em;
    }

    .banner.about-w3banner .banner-w3ltext h2 {
        font-size: 2em;
    }

    .logo {
        float: left;
    }

    .top-social {
        float: right;
    }
}

@media(max-width:767px) {
    .hdr-w3left.navbar-left {
        float: left;
    }

    .w3ls-bnr-icons {
        float: right;
    }

    .w3llogo h1 {
        font-size: 1.7em;
    }

    .w3llogo h1 a {
        margin-left: 1em;
    }

    button.navbar-toggle {
        margin: 0;
        z-index: 9999;
        border-color: #fff !important;
        float: none;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    div#bs-example-navbar-collapse-1 {
        position: absolute;
        width: 100%;
        background: rgba(34, 34, 34, 0.85);
        z-index: 999;
        padding-bottom: .5em;
        margin-top: 0;
        border: none;
        box-shadow: none;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-inverse .navbar-nav>li>a {
        text-align: center;
    }

    ul.nav.navbar {
        margin: 0;
    }

    .top-nav ul li {
        margin: 1.5em 0;
        display: block;
    }

    .top-nav ul li a {
        font-size: 1em;
        display: block;
    }

    .navbar-header {
        text-align: center;
        padding: 0.5em;
    }

    .dropdown-menu>li>a {
        padding: 1em 2em !important;
        text-align: center;
    }

    .banner-w3ltext h4 {
        font-size: 1.5em;
        font-weight: 600;
    }

    .banner-w3ltext h2, .banner-w3ltext h3 {
        font-size: 3em;
    }

    .banner-w3ltext {
        padding: 8em 0 11em;
    }
}

@media(max-width:736px) {
    .services-agileinfo {
        width: 60%;
        margin: 0 auto;
    }

    .services-w3lsgrids:nth-child(2) {
        margin: 1em 0;
    }

    .work-agileinfo p {
        margin: 1em auto;
        letter-spacing: 0px;
    }

    .features-left:nth-child(2) {
        margin-top: 2em;
    }

    .features-w3grid.features-w3grid-mdl {
        margin: 2em 0;
    }

    .head-search {
        float: none;
        text-align: center;
    }

    h3.agileits-title, h2.agileits-title {
        font-size: 3em;
    }

    .w3ls_map iframe {
        min-height: 200px;
    }

    .footer-grid input[type="email"] {
        width: 80%;
    }

    .footer-grid input[type="submit"] {
        margin: 1em 0 0;
        float: none;
        padding: .7em 2em;
    }
}

@media(max-width:667px) {

    .padd {
        padding: 0;
    }

    .w3ls_single_left_grid_right h5 {
        font-size: 0.9em;
        letter-spacing: 4px;
    }

    .w3ls_single_left_grid1 {
        margin: 2em 0;
    }

    .w3ls_single_left_grid1 p {
        margin: 1.5em 0;
    }

    .top-header-main {
        padding: 1.5em 0 0.5em;
    }

    .services, .features, .work-agileinfo, .news, .about, .gallery, .contact, .single, .codes {
        padding: 3em 0;
    }

    .agileits_w3layouts_news_grid h5 {
        margin: 2em 0 0.5em;
    }

    .agileits_w3layouts_news_grid:nth-child(2) {
        margin-bottom: 1.5em;
    }

    .footer-btm-agileinfo {
        padding-top: 1.5em;
        margin-top: 1.5em;
    }

    .footer-agile {
        padding: 2.5em 0;
    }

    .banner-w3ltext {
        padding: 7em 0 10em;
    }
}

@media(max-width:640px) {

    .padd {
        padding: 0;
    }

    .banner.about-w3banner .banner-w3ltext {
        padding: 4em 0 2em;
    }

    ul.contact_info li {
        margin-top: 1em;
    }

    .contact_wthreerow h4 {
        font-size: 1.6em;
        margin-bottom: 0.6em;
    }

    .footer-top-agileinfo .icon {
        margin: 0 6px;
    }

    .banner-w3ltext h2, .banner-w3ltext h3 {
        font-size: 2.5em;
    }

    .banner-w3ltext h5 {
        margin: 0 0 1em;
    }
}

@media(max-width:600px) {

    .padd {
        padding: 0;
    }

    h5.w3l-subtitle {
        font-size: 2em;
    }

    .agileits-tags {
        margin-top: 2em;
    }

    .w3_leave_comment form {
        margin: 1.5em 0 0;
    }

    .w3_leave_comment {
        margin: 2em 0 0;
        width: 85%;
    }

    .agileits_three_comment_grid1 {
        padding-left: 1em;
    }

    .reply {
        margin-left: 7em;
    }

    .reply a {
        padding: 7px 25px;
    }

    .w3l_admin {
        margin: 2em 0 0;
    }

    .w3l_admin p {
        padding-left: 2em;
        margin-bottom: 0em
    }

    .w3ls_single_right {
        margin-top: 2em;
    }

    .agile_tags_cate {
        padding: 2em 0;
        margin: 2em 0;
    }

    .agileits_tom_right p.lorem {
        margin: 0.5em 0 0;
    }

    .agileits_tom_right {
        width: 75%;
        margin-left: 2em;
    }

    .agileits_three_comment_grid {
        padding: 2em 0;
    }

    .wthree-features-row {
        width: 65%;
    }

    .bar_group__bar.thin {
        margin-bottom: 1em;
    }

    .b_label {
        margin-bottom: 3px;
    }

    .work-agileinfo h3 {
        font-size: 2.5em;
    }

    .w3btns-agile {
        margin-top: 1em;
    }

    .footer-grid input[type="email"] {
        width: 90%;
    }

    .footer-grid {
        width: 100%;
        float: none;
    }

    .footer-grid.w3social {
        margin: 2em 0;
    }

    .footer-grid.footer-review {
        padding: 0 1em;
    }

    h3.agileits-title, h2.agileits-title {
        font-size: 2.6em;
        margin-bottom: 0.8em;
    }

    .w3l_contact_form input[type="email"] {
        margin: 1em 0;
    }

    .w3l_contact_form textarea {
        min-height: 100px;
        margin: 1em 0;
    }

    .w3l_admin p i.fa.fa-quote-left {
        margin-left: -2em;
        margin-right: 1em;
    }

    .w3l_contact_form {
        padding-right: 2em;
    }
}

@media(max-width:480px) {
    .padd {
        padding: 0px !important;
    }

    .mypic img {
        float: left !important;
    }

    .icon {
        margin: 0 2px;
    }

    .banner-w3ltext h5 {
        font-size: 0.9em;
    }

    .banner-w3ltext h2, .banner-w3ltext h3 {
        font-size: 2em;
    }

    .w3ls-overlay h4 {
        padding: 24% 0;
        font-size: 1.6em;
    }

    .banner-w3ltext {
        padding: 6em 0 8em;
    }

    .services-agileinfo {
        width: 80%;
        margin: 0 auto;
    }

    .work-agileinfo h3 {
        font-size: 2em;
        line-height: 1.5em;
    }

    .features-left {
        padding: 0;
    }

    .contact input[type="submit"] {
        padding: .7em 3em;
    }

    .agile_cat_grid {
        text-align: left;
        padding: 0;
    }

    .w3l_admin p i.fa.fa-quote-left {
        margin-left: -2em;
        margin-right: 1em;
    }

    .agile_cat_grid:nth-child(2) {
        margin: 2em 0 0;
    }

    .agileits_tom i.fa {
        font-size: 2.5em;
    }

    .agile_cat_grid h4, .agileits-tags h4 {
        font-size: 1.8em;
    }

    .w3ls_single_left {
        padding: 0;
    }

    .w3ls_single_left_grid_right ul li span {
        padding-right: 0.5em;
    }

    .w3ls_single_left_grid_right ul li {
        margin-right: 1em;
        font-size: 13px;
    }

    .w3l_admin {
        padding: 1em;
    }

    .w3ls_single_right {
        padding: 0;
    }

    .wthree_recent ul li span {
        font-size: 12px;
    }

    .wthree_recent h4, .agileits_three_comments h3, .w3_leave_comment h3 {
        font-size: 1.4em;
    }

    .agileits_tom {
        float: none;
        display: inline-block;
    }

    .agileits_tom i.fa {
        font-size: 3em;
    }

    .agileits_tom_right {
        width: 100%;
        margin: 1.5em 0 0;
        float: none;
    }

    p {
        font-size: 0.9em;
    }

    .w3_leave_comment {
        margin: 2em 0 0;
        width: 100%;
    }

    .w3_leave_comment form {
        margin: 1em 0 0;
    }

    .w3_leave_comment textarea {
        min-height: 100px;
    }

    .logo h1 {
        font-size: 2.5em;
        letter-spacing: 0px;
    }
}

@media(max-width:414px) {

    .padd {
        padding: 0px;
    }

    .work-agileinfo h3 {
        padding: 0 1em;
    }

    .w3btns-agile a {
        font-size: 0.9em;
        padding: 0.8em 2em;
    }

    .services, .features, .work-agileinfo, .news, .about, .gallery, .contact, .single, .codes {
        padding: 2.5em 0;
    }

    .features i.fa {
        font-size: 1.4em;
    }

    .features-w3grid-right {
        padding: 0;
    }

    .w3_agileits_news_grid_pos h4 {
        font-size: 0.9em;
    }

    .w3_agileits_news_grid_pos {
        width: 70%;
    }

    .agileits_w3layouts_news_grid {
        padding: 0 0.5em;
    }

    .agileits_w3layouts_news_grid h5 a {
        font-size: 1.2em;
    }

    .footer-grid li {
        font-size: 0.9em;
    }

    .footer-grid h3 {
        font-size: 1.6em;
    }

    .about .bs-example-tabs ul.nav-tabs li:nth-child(1) {
        padding-right: 1em;
    }

    .about .bs-example-tabs ul.nav-tabs li {
        margin-right: 1em;
        width: 25%;
    }

    .gallery-grid-img {
        float: none;
        width: 100%;
    }

    .w3ls-overlay h4 {
        padding: 29% 0;
    }

    .w3l_contact_form {
        padding-right: 1em;
    }

    .w3l_contact_form input[type="submit"] {
        font-size: 0.9em;
    }

    .w3l_contact_form input[type="text"], .w3l_contact_form input[type="email"], .w3l_contact_form textarea {
        font-size: 0.9em;
    }

    .agile_cat_grid_tags ul li, .agile_cat_grid ul.categories li, .reply a {
        font-size: 0.9em;
    }

    .w3_leave_comment input[type="submit"] {
        font-size: 0.9em;
    }
}

@media(max-width:384px) {

    .padd {
        padding: 0px;
    }

    .w3ls_single_left_grid_right h3 {
        font-size: 1.2em;
    }

    .w3ls_single_left_grid_right h5 {
        letter-spacing: 2px;
        margin-bottom: 1em;
        padding-bottom: 1em;
    }

    .w3ls_single_left_grid_right ul li {
        font-size: 12px;
    }

    .w3ls_single_left_grid1 {
        margin: 1.5em 0;
    }

    .w3l_admin {
        margin: 0;
    }

    .agileits-tags {
        margin-top: 1.5em;
    }

    .agile_tags_cate {
        padding: 1.5em 0;
        margin: 1.5em 0;
    }

    .agileits_tom i.fa {
        font-size: 2em;
    }

    .w3_leave_comment textarea {
        min-height: 100px;
    }

    .agileits-banner.about-w3lsbnr .banner-w3text h2 {
        font-size: 2em;
    }

    .contact input[type="submit"] {
        width: 40%;
    }

    .wthree_recent ul li {
        font-size: 0.9em;
    }

    .services-agileinfo {
        width: 90%;
    }

    .work-agileinfo p {
        margin: 0.5em 2em;
    }

    .agileits_w3layouts_news_grid {
        float: none;
        width: 100%;
    }

    .agileits_w3layouts_news_grid:nth-child(2) {
        margin: 1.5em auto;
    }

    .agileits_w3layouts_news_grid:nth-child(3) {
        margin-bottom: 1.5em;
    }

    .w3ls-overlay h4 {
        padding: 27% 0;
    }

    .bar_group {
        width: 80%;
    }

    ul.contact_info li {
        font-size: 0.9em;
    }

    ul.contact_info li i {
        font-size: .8em;
    }

    .w3ls_single_left_grid1_left h4 {
        margin-top: .3em;
    }

    .wthree_recent ul, .agileits-tags ul {
        padding: 1.5em 0 0;
    }

    .agileits_three_comment_grid {
        padding: 1.5em 0;
    }

    .agileits_three_comment_grid:nth-child(2) {
        margin: 2em 0 0;
    }

    .footer-grid li {
        margin: 0.5em 0 0;
    }

    .footer-grid h3 {
        font-size: 1.5em;
        margin-bottom: 0.6em;
    }

    .banner.about-w3banner .banner-w3ltext h2 {
        font-size: 1.5em;
    }

    .features {
        padding-bottom: 3em !important;
    }
}

@media(max-width:320px) {
    .padd {
        padding: 0px;
    }

    .w3ls_single_left_grid1_right {
        margin-left: 1em;
    }

    .w3_leave_comment textarea {
        min-height: 100px;
    }

    h5.w3l-subtitle {
        font-size: 1.6em;
    }

    .w3welcome-text {
        padding: 1.5em 1em;
    }

    .services-w3lsgrids {
        width: 100%;
        margin: 0.5em 0;
    }

    .services-w3lsgrids:nth-child(2) {
        margin-bottom: 0.5em;
    }

    .news-agileinfo {
        width: 100%;
    }

    .wthree_recent ul li span {
        font-size: 11px;
    }

    .agile_cat_grid h4, .agileits-tags h4 {
        font-size: 1.5em;
    }

    .agileits_tom {
        padding: 0.8em 1.2em;
    }

    .reply {
        margin-left: 4em;
    }

    .agileits_three_comment_grid {
        padding: 1.5em 0;
    }

    .w3_leave_comment input[type="text"], .w3_leave_comment input[type="email"], .w3_leave_comment textarea {
        padding: .7em 1em;
    }

    .features-w3lright h4 {
        font-size: 1.2em;
    }

    .wthree-features-row {
        width: 95%;
    }

    .logo h1 {
        font-size: 2.1em;
    }

    .icon {
        margin: 0 1px;
    }

    .top-social {
        padding: 0;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 0.9em;
    }

    .banner-w3ltext h2, .banner-w3ltext h3 {
        padding: .5em 0.5em;
    }

    .banner-w3ltext h6 {
        margin: 1em auto 1em;
    }

    .banner-w3ltext h4 {
        font-size: 1.3em;
    }

    .banner-w3ltext h5 {
        letter-spacing: 0px;
    }

    .services-agileinfo {
        width: 100%;
    }

    .services-w3text h5 {
        font-size: 1em;
        letter-spacing: 1px;
    }

    .services-textinfo {
        padding: 2em 0;
    }

    .work-agileinfo h3 {
        font-size: 1.8em;
    }

    .features-w3grid-left {
        text-align: left;
        padding: 0;
    }

    .about-left {
        padding: 0;
    }

    .about-right {
        padding: 0;
    }

    .about .bs-example-tabs ul.nav-tabs li {
        width: 28%;
    }

    .services, .features, .work-agileinfo, .news, .about, .gallery, .contact, .single, .codes {
        padding: 2em 0;
    }

    .footer-grid.w3social {
        margin: 1.5em 0;
    }

    .agileits_w3layouts_contact_gridl {
        padding: 0;
    }
}

/*-- //responsive-design --*/


.description {
    padding-top: 3em;
}

.description p {
    text-align: justify;
}

.merits img {
    padding-top: 8em;
}

.banner.service1-w3banner .banner-w3ltext {
    padding: 6em 0 4em;
    background: url("../images/road_transportation_banner.jpg") no-repeat 0px 0px;
    background-size: cover;
}

.banner.service1-w3banner .banner-w3ltext h2 {
    font-size: 3em;
}

/* ---------------------------- */

.banner.service2-w3banner .banner-w3ltext {
    padding: 6em 0 4em;
    background: url("../images/project_cargo_banner.jpg") no-repeat 0px 0px;
    background-size: cover;
}

.banner.service2-w3banner .banner-w3ltext h2 {
    font-size: 3em;
}

/* ------------------------------ */

.banner.service3-w3banner .banner-w3ltext {
    padding: 6em 0 4em;
    background: url("../images/import_export_banner.jpg") no-repeat 0px 0px;
    background-size: cover;
}

.banner.service3-w3banner .banner-w3ltext h2 {
    font-size: 3em;
}

/* ------------------------------ */

.banner.client-w3banner .banner-w3ltext {
    padding: 6em 0 4em;
    background: url("../images/clients_banner.jpg") no-repeat 0px 0px;
    background-size: cover;
}

.banner.client-w3banner .banner-w3ltext h2 {
    font-size: 3em;
}

/* ------------------------------ */

.banner.contact-w3banner .banner-w3ltext {
    padding: 6em 0 4em;
    background: url("../images/contact_banner.jpg") no-repeat 0px 0px;
    background-size: cover;
}

.banner.contact-w3banner .banner-w3ltext h2 {
    font-size: 3em;
}


.image_div img {
    box-shadow: 0 0 6px 2px #0994cc61;
}

.page_data ul {
    padding: 1em;
}

.page_data li {
    line-height: 2em;
}

.top_para {
    padding: 0em 0em 4em 0em;
    font-size: 18px;
    font-weight: bold;
}

.table tr {
    font-size: 22px;
}

.table th {
    color: #007fe6 !important;
}

.agileits_w3layouts_news_grid img {
    vertical-align: middle;
    border: 2px solid;
    box-shadow: 0 0 3px black;
}

.merits ul {
    line-height: 32px;
}

.page_data p {
    text-align: justify;
}

.banner {
    background-size: cover !important;
}

.xxx img {
    float: right;
    box-shadow: 0 0 10px 0px #007fe6e6;
    border-radius: 50%;
    padding: 10px;
}

.vehicles {
    padding: 5em;
}



.table td, .table>tbody>tr>td {
    padding: 5px !important;
    color: #292828;
    background-color: #f1f1f1;
}

.all_address {
    padding: 2em 0;
}

.all_address h1 {
    text-align: center;
    padding: 12px 0px;
    border-bottom: 1px solid #007fe6;
    color: #007fe6;
    background-color: #0e96cd2e;
}

.all_address h3 {
    color: #007fe6;
}

.add_data {
    padding-top: 2em;
}

.add_data hr {
    margin: 5px;
}

.gps img {
    padding-left: 14%;
    padding-top: 36px;
}

.padd {
    padding: 1em 10em 2em;
}

.add_data1 {
    padding-top: 2em;
    text-align: center;
}

.add_data1 img {
    box-shadow: 0 0 7px 0px #888888;
    border: 1px solid black;
}

.mypic img {
    float: right;
    height: 280px;
    width: 200px;
}