html, body {
    font-size: 100%;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}

p {
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Raleway', sans-serif;
    margin: 0;
}

ul,label {
    margin: 0;
    padding: 0;
}

body a:hover {
    text-decoration: none;
}

/*-- banner --*/
.navbar-default .navbar-nav > li > a,.services-grid1-sub1 span,.footer-copy p a,.services-grid1-sub span,.services-grid1-sub2 span,.logo-top-right ul li a,.services-grid1,.mail-grid1 p a,input[type="submit"] {
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
}
.swiper-wrapper,
.swiper-slide{
    height: auto !important;
}
.banner {
    /* height: 550px;
    max-height:600px; */
    margin-top:69px ;
}
.swiper-slide img{
    width: 100%;
}
.logo {
    text-align: center;
    margin: 0em 0 0;
    position: relative;
}

.logo h1 a {
    font-size: 2em;
    color: #d00505;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 0 10px;
}

.logo h1 a span {
    color: #fff;
}

.logo-top-left {
    float: left;
}

.logo-top-left p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.8em;
}

.logo-top-right {
    float: right;
}

.logo-top-right ul {
    padding: .5em 0 0;
}

.logo-top-right ul li {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-left: 3em;
}

.logo-top-right ul li a {
    text-decoration: none;
    color: #fff;
}

.logo-top-right ul li a:hover {
    color: #f8be1e;
}

.logo-top-right ul li span {
    left: -.5em;
}

.logo-top {
    padding: 2em 0 0;
}

.head-top {
    padding-top: 1.5em;
    background: #222;
    height: 70px;
    position: relative;
}
.navbar.navbar-inverse.navbar-static-top.navbar-fixed-top {
    top: -1px;
    height: 70px;
    background-color: #222;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
}
/*-- nav --*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar-nav {
    float: right;
    /*width: 65%;*/
    margin: 0 auto;
}

.navbar-collapse {
    padding: 0;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #e68523;
    background-color: transparent;
}

.nav > li > a {
    padding: 25px 20px !important;
    font-size: 1em;
    /* color: #fff! important; */
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

/*-- //nav --*/
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
nav a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: none;
    font-size: 0.9em;
}

nav a:hover, nav a:focus {
    outline: none;
}

.cl-effect-11 a {
    padding: 10px 0;
    color: #0972b4;
    text-shadow: none;
}

.cl-effect-11 a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    padding: 25px 0;
    max-width: 0;
    width: 100%;
    border-bottom: 2px solid #d00505;
    color: #d00505;
    outline: none;
    white-space: nowrap;
    content: attr(data-hover);
    -webkit-transition: max-width 0.6s;
    -moz-transition: max-width 0.6s;
    transition: max-width 0.6s;
    text-align: center;
}

.navbar-brand > img {
    height: 60px;
    position: relative;
    /*top: -10px;*/
}

.cl-effect-11 a:hover::before, .cl-effect-11 a:focus::before {
    max-width: 100%;
}

/* .first-slide-1{
    background: url(../images/slider/4.png) no-repeat top center;
    background-size:  auto 100% ;
    background-color: #18248a;
}
.first-slide-2{
    background: url(../images/slider/5.png) no-repeat top center;
    background-size:  auto 100% ;
    background-color: #dfdfdf
} */
.first-slide{
    background: url(../images/slider/1.png) no-repeat top center;
    background-size:  auto 100% ;
    background-color: #ff5b5c;
}

.second-slide{
    background: url(../images/slider/2.png) no-repeat top center;
    background-size:  auto 100%;
    background-color: #44d9e6;
}
.third-slide {
    background: url(../images/slider/3.png) no-repeat top center;
    background-size: auto 100% ;
    background-color: #2eb3ff;
}

.banner h2 {
    color: #fff;
    font-size: 2.5em;
    margin: 0em 0 0;
    text-align: center;
    padding-top: 250px;
}

.banner p {
    font-size: 1em;
    color: #fff;
    margin: 1em 0;
    text-align: center;
    line-height: 1.8em;
}

/*-- //banner --*/
.w3l {
    padding: 5em 0;
    padding-bottom:0;
}

/*-- w3l --*/
.w3l h3 {
    font-size: 2.5em;
    color: #555;
    text-align: center;
    position: relative;
    padding-bottom: .5em;
}

.wthree_w3l_grid-left1 {
    width: 100px;
    height: 100px;
    border: 1px solid #d00505;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    margin: 0 auto;
    text-align: center;
}

.wthree_w3l_grid-left1 span {
    font-size: 1.5em;
    color: #fff;
    padding: 1.2em;
    border: 1px solid #fff;
    top: .3em;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    background: #d00505;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
}

.wthree_w3l_grids:nth-child(3) {
    margin: 3em 0;
}

.wthree_w3l_grid-right p {
    color: #999;
    line-height: 1.8em;
    font-size: 1em;
}

.wthree_w3l_grid-right h4 {
    text-transform: capitalize;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #212121;
    margin: 0 0 0.5em;
}

.wthree_w3l_grid:hover .wthree_w3l_grid-left1 span {
    -webkit-transform: scale(1.3) translateY(1px);
    transform: scale(1.3) translateY(1px);
    -o-transform: scale(1.3) translateY(1px);
    -ms-transform: scale(1.3) translateY(1px);
    color: #fff;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
}

.wthree_w3l_grid:hover .wthree_w3l_grid-right h4 {
    color: #d00505;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
}

p.wt {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
    text-align: center;
}

/*-- //w3l --*/
.heading h3 {
    font-size: 2.5em;
    color: #d00505;
    margin: 0;
    padding-bottom: .5em;
}

/*--w3ls-starts--*/
.w3ls {
    padding: 6em 0px;
}

.w3ls-top {
    text-align: center;
}

.w3ls-bottom {
    margin-top: 4%;
}

.ad-left {
    width: 35%;
    float: left;
}

.ad-right {
    width: 61%;
    float: right;
}
.ad-right h4{
    font-size: 16px;
}
.w3ls-left {
    border-right: 1px solid #999;
    position: relative;
    padding: 0 30px;
    margin-bottom:20px;
}

.w3ls-left:hover .ad-right span {
    background-position: -22px 0px;
}

.ad-right span {
    position: absolute;
    right: -2px;
    top: 40%;
    background: url(../images/s-arw.png) no-repeat;
    width: 22px;
    height: 29px;
    display: block;
}

.ad-left img {
    width: 100%;
}

.ad-right h4 a {
    font-size: 1.2em;
    color: #212121;
    margin: 0;
}

.ad-right p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 10px auto;
    color: #999;
    width: 95%;
}

.ad-btn {
    margin-top: 18px;
}

.ad-btn a {
    color: #fff;
    padding: 5px 12px;
    background: #000;
    font-size: 14px;
}

.ad-btn a:hover {
    background: #00eacf;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
}

.w3ls-two {
    margin-top: 5%;
}

/*--w3ls-end--*/
/*--agile--*/
.agile {
    background: url(../images/4.jpg) no-repeat;
    min-height: 500px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    text-align: center;
}

.agile h3 {
    font-size: 2.5em;
    color: #d00505;
    margin: 0;
}

.agile p {
    font-size: 1em;
    line-height: 1.8em;
    color: #fff;
    margin: 1em 0;
}

.agile-botom {
    padding: 10em 0 0;
}
.aboutus{
    background: url(../images/gsgs.png) no-repeat 100% 160px;
}
.about_title{
    position: relative;
    text-align: center;
}
.about_title h3{
    font-size: 36px;
    color: #696969;
    margin: 0;
    padding: 0;
}
.about_title p{
    text-indent: 0;
}
.about_title p span{
    padding: 5px 20px;
    background-color: #eee;
    color: #d00505;
    font-size: 18px;
    position: relative;
    z-index: 2;
}
.about_title p.subTitle{
    font-size: 12px;
    margin-bottom: 20px;
    color: #A9A9A9;
    margin-top: 0;
}
.about_title:after{
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    height: 1px;
    background-color: #e0e0e0;
    top: 62%;
    z-index: 0;
}
.i_contact { padding: 50px 0; margin-bottom: 20px; }
.i_contact .i_contact_title { text-align: center; }
.i_contact .i_contact_title span { display: block; }
.i_contact .i_contact_title span:nth-child(1) { color: #d00505; font-size: 30px; font-weight: bold; }
.i_contact .i_contact_title span:nth-child(2) {color: #9a9a9a;font-size: 16px;/* font-weight: bold; */margin-top: 15px;}
.i_contact ul {width: 100%;margin: 0;margin-top: 30px;}
.i_contact ul li {float: left;list-style: none;box-sizing: border-box;height: 155px;border-right: 1px #E6E6E6 solid;}
.i_contact ul li:last-child{ border: none; }
.i_contact ul li span {display: block;text-align: center;font-size: 14px;margin-bottom: 0px;color: #4C4C4C;/* padding-top: 50px; */}
.i_contact ul li p {text-align: center;color: #7F7F7F;line-height: 20px;}
.i_contact ul li img{
    width: 60px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
/*--agile--*/
/*--footer-starts--*/
.footer {
    /*background: url(../images/3.jpg) no-repeat;*/
    background: #222;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 338px;
}

.copyright {
    margin-top: 20px;
    border-top: 1px solid #eeeeee3d;
    padding-top: 25px;
}

.ft-left {
    text-align: left;
}

.ft-right {
    text-align: right;
    margin-top: 8px;
}

.footer-text {
    margin-top: 8%;
}

.footer-main {
    margin-top: 8%;
}

.footer-main p {
    text-align: center;
    color: #eee
}

.ft-left input[type="text"] {
    width: 70%;
    color: #fff;
    background: none;
    padding: 9px 10px;
    outline: none;
    border: 1px solid #fff;
    font-size: 12px;
}

.ft-left form input[type=submit] {
    color: #fff;
    padding: 7px 20px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #d00505;
    margin-left: 10px;
    outline: none;
    background: #d00505;
}

.ft-left form input[type=submit]:hover {
    background: #fff;
    border: 1px double #fff;
    color: #d00505;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.ft-left p {
    font-size: 14px;
    color: #dddddd;
    line-height: 1.8em;
}

.ft-right p a {
    color: #fff;
}

.ft-right p a:hover {
    text-decoration: none;
    color: #00eacf;
}

.footer h4 {
    font-size: 1.2em;
    color: #dddddd;
    margin-bottom: .5em;
    font-weight: normal;
    /* padding-left:  20px; */
}

.ft-left p {
    text-align: left;
    padding: 0;
    margin: 0;
}

.footer-left ul {
    padding: 0;
}

.footer-left ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-left ul li a {
    font-size: 14px;
    color: #dddddd;
}

.footer-left ul li a:hover {
    color: #d00505;
}

.footer-left ul li a span {
    margin-right: 7px;
}

.f-left {
    width: 33.3%;
    float: left;
    padding: 2px;
}

.flickr {
    background: #fff;
    margin-top: 5%;
}

.f-left img {
    width: 100%;
}

.qr {
    text-align: center;
}

.qr img {
    display: inline-block;
    width: 120px;
    margin-right: 15px;
}

.qr p {
    text-align: center;
    font-size: 12px;
}

/*--footer-end--*/
.footer-copy {
    padding: 1.5em 0;
    background: #141414;
    text-align: center;
}

.footer-copy p {
    font-size: 14px;
    color: #8F8F8F;
    margin: 0;
    line-height: 1.8em;
}

.footer-copy p a {
    color: #fff;
    text-decoration: none;
}

.footer-copy p a:hover {
    color: #8F8F8F;
}

/*-- //footer --*/
.banner-1 {
    background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 370px;
}

/*-- gallery --*/
.gallery-grids {
    margin: 3em 0 0;
}

.gallery-grid-left1 {
    position: relative;
    overflow: hidden;
}

.gallery-grid-left1 .p-mask, .row .product .vm-product-media-container .p-mask {
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.72);
    bottom: 0%;
    position: absolute;
    padding: 1.5em 1.5em;
    width: 100%;
    -webkit-transform: translate3d( 0px, 100%, 0px );
    -moz-transform: translate3d( 0px, 100%, 0px );
    -ms-transform: translate3d( 0px, 100%, 0px );
    -o-transform: translate3d( 0px, 100%, 0px );
    transform: translate3d( 0px, 100%, 0px );
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: left;
}

.gallery-grid-left1 .p-mask .p-desc {
    color: #a3a3a3;
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1em;
}

.gallery-grid-left1:hover .p-mask, .row .product:hover .p-mask {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d( 0px, 0px, 0px );
    -moz-transform: translate3d( 0px, 0px, 0px );
    -ms-transform: translate3d( 0px, 0px, 0px );
    -o-transform: translate3d( 0px, 0px, 0px );
    transform: translate3d( 0px, 0px, 0px );
}
.copyright a{
    color: #dddddd;
}
.p-mask h4 {
    color: #C5C5C5;
    font-size: 1.5em;
    text-decoration: none;
    line-height: 1.8em;
}

.p-mask p {
    margin: 0;
    color: #D7D7D7;
    line-height: 1.8em;
    font-size: 14px;
}

.gallery-grids1 {
    margin: 3em 0 0;
}

.gallery-grid-left {
    float: left;
    width: 33.33%;
}

.gallery-grids2-left {
    float: left;
    width: 33.33%;
}

.gallery-grids2-right {
    float: right;
    width: 66.67%;
}

.gallery-grids2-rightl {
    float: left;
    width: 50%;
}

.gallery-grid-left1:hover {
    opacity: .8;
}

/*-- //gallery --*/
.gallery,.services,.contact,.typo {
    padding: 5em 0;
}

.gallery h2,.about h2,.services h2,.contact h2,h2.title {
    font-size: 2em;
    color: #d00505;
    text-align: center;
    position: relative;
    padding-bottom: .5em;
}

/*--Typography--*/
.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_3 p {
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}

.grid_4 {
    background: none;
    margin-top: 50px;
}

.label {
    font-weight: 300 !important;
    border-radius: 4px;
}

.grid_5 {
    background: none;
    padding: 2em 0;
}

.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: 1em;
    font-size: 2.2em;
    color: #212121;
    font-family: 'Raleway', sans-serif;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none !important;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.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 {
    line-height: 2em;
    color: #888;
    font-size: 0.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 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 {
    font-weight: 300 !important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

.nav-tabs {
    margin-bottom: 1em;
}

.alert {
    font-size: 0.85em;
}

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;
}

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;
}

@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: 10px;
    }

    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .label {
        font-size: 60%;
    }
}

@media (max-width: 480px) {
    .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 0px;
    }
}

@media (max-width: 320px) {
    .grid_4 {
        margin-top: 18px;
    }

    .alert, p,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: 14px;
        padding: 5px 11px;
    }

    .list-group {
        margin-bottom: 10px;
    }

    .well {
        padding: 10px;
    }

    .nav > li > a {
        font-size: 14px;
    }

    table.table.table-striped,.table-bordered,.bs-docs-example {
        display: none;
    }
}

/*--//Typography --*/
/*-- mail --*/
.mail-grid-right {
    padding-right: 0;
}

.contact h3,h3.title {
    text-align: center;
}

p.ever {
    font-size: 14px !important;
    color: #999;
    margin: 2em auto 0 !important;
    line-height: 1.8em;
    font-weight: 500 !important;
    text-align: center;
    width: 70%;
}

.mail-grid-left {
    background: #EFEEEE;
}

.mail-grid-left1 {
    padding: 2em 1em;
}

.mail-grid-left1 input[type="text"],.mail-grid-left1 input[type="email"],.mail-grid-left1 textarea {
    outline: none;
    background: #FFFFFF;
    font-size: 14px;
    color: #999;
    padding: 10px;
    width: 100%;
    border: 1px solid #E6E6E6;
    resize: none;
}

.mail-grid-left1 input[type="email"] {
    margin: 1em 0;
}

.mail-grid-left1 textarea {
    margin: 1em 0 .8em;
    min-height: 200px;
}

.mail-grid-left1 input[type="submit"] {
    outline: none;
    border: none;
    padding: 9px 0;
    width: 100%;
    font-size: 1em;
    color: #fff;
    background: #d00505;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
}

.mail-grid-left1 input[type="submit"]:hover {
    background: #212121;
}

.mail-grids {
    margin: 4em 0 3em;
}

.mail-grid-right1 {
    padding: 5.7em 5em;
    background: #EFEEEE;
}

.mail-grid-right1 ul li {
    display: inline-block;
    font-size: 14px;
    color: #999;
    line-height: 1.8em;
}

.mail-grid-right1 ul li:nth-child(1) {
    margin-right: 4em;
}

.mail-grid-right1 ul li i {
    font-size: 3em;
    color: #d00505;
    top: 0em;
}

.mail-grid-right1 ul li span {
    display: block;
}

.mail-grid-right1 ul li a {
    color: #999;
    text-decoration: none;
}

.mail-grid-right1 ul li a:hover {
    color: #d00505;
}

.mail-grid-right1 ul:nth-child(2) {
    margin: 2em 0;
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
    padding: 2.8em 0;
}

.mail-grid-right1 ul:nth-child(2) li i,.mail-grid-right1 ul:nth-child(3) li i {
    top: 0em;
}

.contact iframe {
    width: 100%;
    min-height: 400px;
}

/*-- //mail --*/
/*--services-page--*/
.ser-img img {
    width: 100%;
}

.caption h4 {
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}

.caption p {
    margin: 15px 0 0 0;
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}

.row {
    /*margin:0;*/
}

.ser-img {
    float: left;
    width: 39%;
}

.caption {
    float: right;
    width: 57%;
}

.services-grid:nth-child(3),.services-grid:nth-child(4) {
    /*margin-top: 50px;*/
}

.services-top {
    padding: 5em 0 0 0;
    background: url(../images/3.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 450px;
}

.ser-first {
    padding: 5em 0;
}

.ser-top-grids,.ser-first-grids {
    margin-top: 50px;
}

.ser-top-img {
    float: left;
    width: 40%;
}

.ser-top-img img {
    width: 100%;
}

.ser-top-txt {
    float: left;
    width: 52%;
    margin-left: 30px;
}

.ser-top-txt p {
    margin: 0px 0 0 0;
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}

.ser-top-txt p:nth-child(2) {
    margin: 15px 0 0 0;
}

.ser-top-grid-1 ul {
    margin: 0;
    padding: 0;
}

.ser-top-grid-1 ul li {
    list-style-type: none;
    padding-left: 30px;
    background: url(../images/arrow.png) no-repeat 0px 7px;
    line-height: 2em;
}

.ser-top-grid-1 ul li a {
    color: #999;
    text-decoration: none;
    font-size: 1em;
}

.ser-top-grid-1 ul li a:hover {
    color: #d00505;
    padding-left: 5px;
}

.ser-first-grid h3 {
    margin: 26px 0 10px 0;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
}

.ser-first-grid p {
    margin: 0px 0 0 0;
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}

.ser-first-grid span {
    font-size: 33px;
    color: #fff;
    background: #d00505;
    border-radius: 100%;
    padding: 25px 25px;
    text-align: center;
}

h3.tittle {
    text-align: center;
    font-size: 2.2em;
    color: #d00505;
    margin-bottom: 60px;
}

/*-- //services-page --*/
/*-- staff --*/
.our-staff {
    padding: 0 0 8em 0;
}

.our-staff-head h3 {
    font-size: 2.5em;
    color: #d00505;
    font-weight: 400;
    letter-spacing: 1px;
}

.our-staff-head p {
    font-size: 1.05em;
    line-height: 1.6em;
    color: #BBBBBB;
    font-weight: 400;
    margin-top: 0.5em;
}

.our-staff-grid {
    margin-top: 3em;
}

.our-staff-grid img {
    width: 100%;
}

.our-staff-grid h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0.6em 0;
}

.our-staff-grid p {
    font-size: 1em;
    line-height: 1.8em;
    color: #999;
    font-weight: 400;
}

.get {
    margin: 0 auto;
}

.view {
    position: relative;
    text-align: center;
}

.view .mask,.view .content {
    width: 255px;
    height: 255px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
    width: 100%;
}

.view-seventh .mask {
    background-color: rgba(44, 51, 61, 0.55);
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.view-seventh:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(0deg);
    -moz-transform: translateY(0px) rotate(0deg);
    -o-transform: translateY(0px) rotate(0deg);
    -ms-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.1s;
}

ul.staff-social-icons {
    margin: 7.5em 0 0 0;
    padding: 0;
}

ul.staff-social-icons li {
    display: inline-block;
}

ul.staff-social-icons li a span {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url('../images/img-sprite.png') no-repeat 0px 0px;
    margin-right: 0.2em;
    webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

ul.staff-social-icons li a span:hover {
    opacity: 0.6;
}

.view-seventh:hover ul.staff-social-icons li a span {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

ul.staff-social-icons li a span.facebook {
    background-position: 0px 0px;
}

ul.staff-social-icons li a span.twitter {
    background-position: -36px 0px;
}

ul.social-icons li a:hover {
    opacity: 0.7;
}

/*-- //staff --*/
/*-- about-section-starts-here --*/
.about-section {
    padding-top: 5em;
}

.about-bottom h4 {
    margin: 15px 0;
    line-height: 1.3em;
    color: #212121;
    font-size: 1.3em;
    font-weight: 600;
}

.about-bottom img {
    margin-top: 2em;
}

.about {
    margin-bottom: 8em;
}

.about-bottom p {
    font-size: 1em;
    line-height: 30px;
    color: #454545;
    font-weight: 400;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    text-indent: 2em;
}

.about-middle {
    padding: 3em 0;
    background-color: #F7F7F7;
    position: relative;
}

.about-staff {
    padding: 5em 0 0 0;
}

.about-middle:before {
    content: '';
    position: absolute;
    background-size: 100% 100%;
    height: 60px;
    z-index: 9;
    top: -11.7%;
    width: 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.about-middle:after {
    content: '';
    position: absolute;
    background-size: 100% 100%;
    height: 60px;
    z-index: 9;
    top: 100%;
    width: 100%;
}

.testimonials h3 {
    font-size: 1.8em;
    color: #212121;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1.5em;
}

.list3 li strong {
    float: left;
    margin-right: 30px;
    width: 55px;
    height: 55px;
    line-height: 1.6em;
    font-size: 2em;
    color: #fff;
    background: #d00505;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    font-weight: 400;
}

ul.list3 li,ul.list4 li {
    list-style-type: none;
}

.list4 li img {
    float: left;
    margin-right: 21px;
    margin-top: 7px;
}

ul.list3 li {
    display: inline-block;
    margin-bottom: 0.3em;
}

.extra a {
    font-size: 1em;
    color: #d00505;
    margin-bottom: 1em;
    display: block;
    font-weight: 600;
}

.extra {
    overflow: hidden;
}

.extra p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 15px 0;
}

.testimonials h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
}

.testimonials p {
    color: #9A9797;
    margin: 5px 0px 15px 0;
    font-size: 1em;
    line-height: 1.8em;
}

.list1-2 li a {
    color: #9A9797;
}

.list1-2 li a:hover {
    text-decoration: underline;
    color: #d00505;
}

.list1-2 li {
    font-size: 1em;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 26px;
    background: url(../images/list_arrow2.png) left 4px no-repeat;
}
.quanju_nav{
    margin: 20px auto;
    padding: 8px 10px;
    border-radius: 4px;
    background: url(../images/home.png) 6px 6px no-repeat #fafafa;
    background-size: 20px auto;
    padding-left: 30px;
}
.quanju_nav .crumb a{
    color: #454545;
}
.mtop_80{
    /*margin-top: 20px;*/
}
.left_nav{
    padding-left: 0;
}
.services-grids{
    /*padding-left: 0;*/
    /*padding-right: 0;*/
    min-height: 100vh;
}
.left-top{
    margin-top: 20px;
    margin-bottom: 20px;
}
.left-top h3{
    font-size: 16px;
   background: #fafafa; 
   color: #454545;
   padding: 8px 15px;
   border: 1px solid #eee;
   border-radius: 4px 4px 0 0;
}
.left-top h3.content{
    background: url(../images/content.png)  6px no-repeat #fafafa;
    background-size: 20px auto;
    padding-left: 30px;
}
.left-top h3.title_icon{
    background: url(../images/title_icon.png)  6px no-repeat #fafafa;
    background-size: 20px auto;
    padding-left: 30px;
}
.left-top .left-con{
    padding: 15px;
    line-height: 28px;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 0 0 4px 4px;
    font-size: 13px;
}
.left-top ul{
    padding: 15px;
    padding-left: 20px;
    line-height: 28px;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 0 0 4px 4px;
    list-style: none;
    font-size: 14px;
}
.left-top ul a{
    color: #454545;
}
.left-top ul a:hover{
    color: #e73631;
}
.tz-gallery{
    padding-top: 0 !important;
}
.tz-gallery .caption h3{
    margin-bottom: 0 !important;
}
.detail_content {
    line-height: 28px;
    margin-bottom: 50px;
    font-size: 14px;
    font-family: sans-serif;
    padding: 0 15px;
}
.detail_content h3{
    margin: 50px auto;
    text-align: center;
    color: #d00505;
    font-size: 30px;
    font-weight: bold;
}
.detail_content h3 small{
    color: #9a9a9a;
    font-size: 16px;
    margin-top: 15px;
    display: block;
}
.cont_detail img,
.detail_content img{
    width: 80%;
    margin-left: 10%;
}
.detail_title{
    margin-top: 15px;
}
.cont_detail{}
.cont_detail .txt-list-a{
    list-style: none;
}
.cont_detail .txt-list-a li{
    border-bottom: 1px dotted #eee;
    line-height: 30px;
    margin-top: 10px;
    /*padding-left: 15px;*/
    padding-right: 10px;
    font-size: 14px;
}
.cont_detail .txt-list-a li a{
    color: #454545;
}
.cont_detail .txt-list-a li a:hover{
    color: #e73631;
}
.cont_detail .txt-list-a li .date{
    float: right;
    color: #999;
}

/*-- //about-section-ends-here --*/
.copy-rights {
    margin-top: 15px;
}

.copy-rights ul li {
    padding: 0em;
    list-style: none;
    display: inline-block;
}

.copy-rights ul li a span.fa {
    background-position: 0px -2px;
}

.copy-rights ul li a span.tw {
    background-position: -41px -3px;
}

.copy-rights ul li a span.g {
    background-position: -86px -4px;
}

.copy-rights ul li span.in {
    background-position: -129px -4px;
}

.copy-rights ul li a span.pin {
    background-position: -174px -5px;
}

.copy-rights ul li a span.fa:hover {
    opacity: 0.5;
}

.copy-rights ul li a span.tw:hover {
    opacity: 0.5;
}

.copy-rights ul li a span.g:hover {
    opacity: 0.5;
}

.copy-rights ul li a span.in:hover {
    opacity: 0.5;
}

.copy-rights ul li a span.pin:hover {
    opacity: 0.5;
}

.copy-rights ul li span {
    background: url(../images/ftr-icons.png)no-repeat;
    width: 34px;
    height: 36px;
    display: block;
}

.mobile-nav {
    display: none;
}

/*-- responsive-design --*/
@media (max-width: 1280px) {
    .banner h2 {
        margin: 0em 0 0;
        padding-top: 50px;
    }

    .logo {
        margin: 0em 0 0;
    }

    /* .banner {
        min-height: 650px;
    } */
}

/*-- responsive-design --*/
@media (max-width: 1024px) {
    .navbar-nav {
        width: 79%;
    }

    /* .banner {
        min-height: 610px;
    } */

    .w3l h3 {
        font-size: 2.3em;
    }

    .wthree_w3l_grid-right h4 {
        font-size: 1.4em;
    }

    .agile-botom {
        padding: 5em 0 0;
    }

    .agile h3 {
        font-size: 2.3em;
    }

    .agile {
        min-height: 330px;
    }

    .w3l {
        padding: 3em 0;
    }

    .w3ls {
        padding: 3em 0px;
    }

    .heading h3 {
        font-size: 2.3em;
    }

    .ad-right h4 {
        font-size: 1.2em;
    }

    .ad-right p {
        font-size: 14px;
    }

    p.wt {
        font-size: 14px;
    }

    .wthree_w3l_grid-right p {
        font-size: 14px;
    }

    .agile p {
        font-size: 14px;
    }

    .footer h4 {
        font-size: 1.8em;
    }

    .footer-left ul li a {
        font-size: 14px;
    }

    .footer-main {
        margin-top: 6%;
    }

    .footer {
        min-height: 340px;
    }

    .ft-left p {
        font-size: 14px;
    }

    .banner h2 {
        font-size: 2.3em;
    }

    .banner p {
        font-size: 14px;
    }

    .banner-1 {
        min-height: 320px;
    }

    .gallery h2, .about h2, .services h2, .contact h2, h2.title {
        font-size: 2.5em;
    }

    .about-bottom h4 {
        font-size: 1.2em;
    }

    .about-bottom p {
        font-size: 14px;
    }

    .about {
        margin-bottom: 3em;
    }

    .about-section {
        padding: 3em 0;
    }

    .testimonials h3 {
        font-size: 1.5em;
    }

    .testimonials-box.testimonials {
        margin-top: 2em;
    }

    .testimonials p {
        font-size: 14px;
    }

    .list1-2 li {
        font-size: 14px;
    }

    .about-staff {
        padding: 3em 0 0 0;
    }

    .view .mask, .view .content {
        width: 205px;
        height: 205px;
    }

    ul.staff-social-icons {
        margin: 5.5em 0 0 0;
        padding: 0;
    }

    .our-staff-grid h4 {
        font-size: 18px;
    }

    .our-staff-grid p {
        font-size: 14px;
    }

    .gallery, .services, .contact, .typo {
        padding: 3em 0;
    }

    .services-top {
        padding: 3em 0;
    }

    .ser-first {
        padding: 3em 0;
    }

    .ser-top-grids, .ser-first-grids {
        margin-top: 30px;
    }

    .ser-first-grid h3 {
        font-size: 19px;
    }

    .ser-first-grid p {
        font-size: 14px;
    }

    .caption h4 {
        font-size: 19px;
    }

    .caption p {
        font-size: 14px;
    }

    .ser-top-txt p {
        font-size: 14px;
    }

    .ser-top-grid-1 ul li a {
        font-size: 14px;
    }

    .gallery-grid-left1 .p-mask, .row .product .vm-product-media-container .p-mask {
        padding: 0.5em 1em;
    }
}

/*-- responsive-design --*/
@media (max-width: 991px) {
    .navbar-nav {
        width: 100%;
    }

    .nav > li > a {
        padding: 10px 28px !important;
    }

    .logo h1 a {
        font-size: 1.7em;
        padding: 5px 14px;
    }

    .logo {
        margin: 0em 0 0;
    }

    .banner h2 {
        font-size: 2em;
    }

    /* .banner {
        min-height: 510px;
    } */

    .w3l h3 {
        font-size: 2em;
    }

    .wthree_w3l_grids:nth-child(3) {
        margin: 0;
    }

    .wthree_w3l_grid {
        margin-top: 2em;
    }

    .agile h3 {
        font-size: 2em;
    }

    .agile-botom {
        padding: 3em 0 0;
    }

    .agile {
        min-height: 270px;
    }

    .heading h3 {
        font-size: 2em;
    }

    .ad-right {
        width: 77%;
    }

    .ad-left {
        width: 20%;
    }

    .w3ls-bottom {
        margin-top: 0;
    }

    .w3ls-two {
        margin-top: 0;
    }

    .w3ls-left {
        margin-top: 2em;
    }

    .footer h4 {
        font-size: 1.6em;
    }

    .ft-left input[type="text"] {
        width: 65%;
        padding: 7px 10px;
    }

    .ft-left form input[type=submit] {
        font-size: 12px;
        margin-left: 4px;
        float: right;
        width: 33%;
        padding: 7px 11px;
    }

    .footer-left {
        float: left;
        width: 32%;
    }

    .ft-left {
        float: left;
        width: 36%;
    }

    .our-staff-grid {
        float: left;
        width: 25%;
    }

    .view .mask, .view .content {
        width: 151px;
        height: 151px;
    }

    ul.staff-social-icons {
        margin: 4em 0 0 0;
    }

    .our-staff-head h3 {
        font-size: 2.3em;
    }

    .banner-1 {
        min-height: 290px;
    }

    .ser-first-grid.text-center {
        float: left;
        width: 50%;
        margin-top: 2em;
    }

    .ser-top-grids, .ser-first-grids {
        margin-top: 0;
    }

    h3.tittle {
        font-size: 2em;
    }

    .ser-top-grid {
        float: left;
        width: 64%;
    }

    .ser-top-grid-1 {
        float: left;
        width: 36%;
    }

    .services-top {
        min-height: 407px;
    }

    .services-grid:nth-child(3), .services-grid:nth-child(4) {
        margin-top: 2em;
    }

    .services-grid {
        margin-top: 2em;
    }

    h3.tittle {
        margin-bottom: 40px;
    }

    .mail-grid-right {
        float: left;
        width: 50%;
    }

    .mail-grid-left {
        float: left;
        width: 50%;
    }

    .mail-grid-right1 {
        padding: 5.7em 3em;
    }

    .mail-grids {
        margin: 2em 0 2em;
    }

    .p-mask p {
        line-height: 1.5em;
        font-size: 13px;
    }
}


/*-- responsive-design --*/
@media (max-width: 767px) {
    .mail-grid-right1 ul li:nth-child(1) {
        margin-right: 3em;
    }

    .navbar-nav {
        text-align: center;
    }

    .navbar-default .navbar-toggle {
        border-color: #d00505 ! important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #d00505 ! important;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: rgba(57, 188, 84, 0) ! important;
    }

    .navbar-nav {
        margin: 7.5px 0px ! important;
    }
}

/*-- responsive-design --*/
@media (max-width: 667px) {
    .logo h1 a {
        font-size: 1.5em;
    }

    .logo {
        margin: 0em 0 0;
        display: none;
    }

    .banner h2 {
        font-size: 1.7em;
    }

    /* .banner {
        min-height: 450px;
    } */

    .w3l h3 {
        font-size: 1.7em;
    }

    .wthree_w3l_grid-right h4 {
        font-size: 1.3em;
    }

    .agile h3 {
        font-size: 1.7em;
    }

    .agile {
        min-height: 260px;
    }

    .heading h3 {
        font-size: 1.7em;
    }

    .footer-left {
        width: 50%;
    }

    .ft-left {
        width: 100%;
        margin: 2em 0;
    }

    .copy-rights {
        margin-top: 10px;
    }

    .footer-copy {
        padding: 1em 0;
    }

    .banner-1 {
        min-height: 240px;
    }

    .gallery h2, .about h2, .services h2, .contact h2, h2.title {
        font-size: 2.3em;
    }

    .about-bottom h4 {
        font-size: 1.1em;
        line-height: 1.4em;
    }

    .testimonials {
        margin-bottom: 1em;
    }

    .our-staff-head h3 {
        font-size: 2.1em;
    }

    .view .mask, .view .content {
        width: 125px;
        height: 125px;
    }

    ul.staff-social-icons {
        margin: 3em 0 0 0;
    }

    .ser-first-grid.text-center {
        padding-left: 0;
    }

    .ser-top-txt {
        margin-left: 16px;
    }

    .ser-top-grid {
        width: 62%;
    }

    .ser-top-grid-1 {
        width: 38%;
    }

    .services-top {
        min-height: 386px;
    }

    .mail-grid-right1 ul li:nth-child(1) {
        margin-right: 2em;
    }

    .mail-grid-right1 {
        padding: 5.7em 2em;
    }
}

/*-- responsive-design --*/
@media (max-width: 640px) {
    .view .mask, .view .content {
        width: 119px;
        height: 119px;
    }

    .ser-first-grid.text-center {
        padding-left: 15px;
    }

    h3.tittle {
        font-size: 1.8em;
    }

    .ser-top-grid {
        width: 100%;
    }

    .ser-top-grid-1 {
        width: 100%;
        margin-top: 1em;
    }

    .mail-grid-left {
        width: 100%;
    }

    .mail-grid-right {
        width: 100%;
        padding-left: 0;
        margin-top: 1em;
    }
}

/*-- responsive-design --*/
@media (max-width: 600px) {
    .banner h2 {
        font-size: 1.6em;
    }

    .our-staff-grid {
        float: left;
        width: 50%;
        margin-top: 2em;
    }

    .view .mask, .view .content {
        width: 246px;
        height: 246px;
    }

    ul.staff-social-icons {
        margin: 7em 0 0 0;
    }

    .ser-first-grid.text-center {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .head-top .navbar{
        background-color: #222;
    }

    .logo h1 a {
        font-size: 0.9em;
    }

    .logo {
        margin: 0em 0 0;
        display: none;
    }

    .head-top {
        /*margin-top: 0.5em;*/
    }

    .banner h2 {
        font-size: 1.3em;
        display: none;
    }

    .banner p {
        font-size: 13px;
        display: none;
    }

    .banner {
        max-height: 140px;
        min-height: 140px;
        height: 140px;
        /*background-image: none;*/
        /*display: none;*/
    }
.swiper-button-next, .swiper-button-prev{
        height: 24px;
    margin-top: -0px;
}
    .w3l h3 {
        font-size: 1.8em;
    }

    .w3l {
        padding: 1em 0;
        padding-top: 30px;
        padding-bottom: 0;
    }

    p.wt {
        font-size: 13px;
    }

    .wthree_w3l_grid-left {
        float: none;
        width: 100%;
        margin-bottom: 1em;
    }

    .wthree_w3l_grid-right {
        float: none;
        width: 100%;
        text-align: center;
    }

    .wthree_w3l_grid-right h4 {
        font-size: 1.2em;
    }

    .wthree_w3l_grid-right p {
        font-size: 13px;
    }

    .agile h3 {
        font-size: 1.3em;
    }

    .agile-botom {
        padding: 2em 0 0;
    }

    .agile p {
        font-size: 13px;
    }

    .agile {
        min-height: 290px;
    }

    .heading h3 {
        font-size: 2em;
    }

    .w3ls {
        padding: 2em 0px;
    }

    .ad-right h4 {
        font-size: 1em;
    }

    .w3ls-left {
        padding: 0 0px;
    }

    .ad-right p {
        width: 95%;
        font-size: 13px;
        height: 3.2em;
        overflow: hidden;
    }

    .footer h4 {
        font-size: 1.3em;
    }

    .footer-left ul li a {
        font-size: 13px;
    }

    .footer-left ul li {
        margin-bottom: 4px;
    }

    .ft-left p {
        font-size: 13px;
    }

    .footer-copy p {
        font-size: 13px;
    }

    .gallery h2, .about h2, .services h2, .contact h2, h2.title {
        font-size: 1.8em;
    }

    .about-bottom h4 {
        font-size: 0.9em;
    }

    .about-bottom p {
        font-size: 13px;
    }

    .testimonials h3 {
        font-size: 1.3em;
    }

    .testimonials p {
        font-size: 13px;
    }

    .list1-2 li {
        font-size: 13px;
    }

    .about-middle {
        padding: 2em 0 0;
    }

    .testimonials p {
        margin: 0px 0px 15px 0;
    }

    .list3 li strong {
        width: 40px;
        height: 40px;
        font-size: 1.5em;
    }

    .view .mask, .view .content {
        width: 153px;
        height: 153px;
    }

    ul.staff-social-icons {
        margin: 4em 0 0 0;
    }

    .our-staff-grid h4 {
        font-size: 16px;
    }

    .our-staff-grid p {
        font-size: 13px;
    }

    .our-staff-head h3 {
        font-size: 1.7em;
    }

    .ser-top-img {
        width: 100%;
    }

    .ser-top-txt {
        width: 100%;
        margin-left: 0;
        margin-top: 1em;
    }

    .ser-first-grid p {
        font-size: 13px;
    }

    .ser-first-grid.text-center {
        margin-top: 1.5em;
    }

    .ser-top-txt p {
        font-size: 13px;
    }

    .ser-top-grid-1 ul li a {
        font-size: 13px;
    }

    .services-top {
        padding: 2em 0;
    }

    .gallery, .services, .contact, .typo {
        padding: 2em 0;
    }

    h3.tittle {
        font-size: 1.5em;
    }

    .caption h4 {
        font-size: 16px;
    }

    .caption p {
        font-size: 13px;
        margin: 6px 0 0 0;
    }

    .mail-grids {
        margin: 1em 0 1em;
    }

    .contact iframe {
        min-height: 220px;
    }

    .banner-1 {
        min-height: 170px;
        display: none;
    }

    .mobile-nav {
        /*margin-top: 75px;*/
        padding-top: 10px;
        display: block;
    }

    .mobile-nav .navbar-nav>li {
        text-align: center !important;
        padding: 2px 0;
        list-style: none;
    }

    .mobile-nav .navbar-nav>li>a {
        line-height: 20px;
        padding: 0px;
        font-size: 12px;
        margin-bottom: 20px;
        color: #676767;
        display: block;
    }

    .mobile-nav .navbar-nav>li>a span {
        border-radius: 50%;
        display: block;
        margin: 0 auto;
        margin-bottom: 3px;
        width: 60px;
        height: 60px;
        box-sizing: border-box;
        padding-top: 40px;
        color: #fff;
    }

    .subnav-1 {
        background: url(../images/mini/a.png) no-repeat #f5a841 center;
        background-size: 30px auto;
    }

    .subnav-2 {
        background: url(../images/mini/c.png) no-repeat #4bac95 center;
        background-size: 30px auto;
    }

    .subnav-3 {
        background: url(../images/mini/d.png) no-repeat #ee5152 center;
        background-size: auto 30px;
    }

    .subnav-4 {
        background: url(../images/mini/f.png) no-repeat #f07739 center;
        background-size: 36px auto;
    }

    .subnav-5 {
        background: url(../images/mini/e.png) no-repeat #639bee center;
        background-size: 30px auto;
    }

    .subnav-6 {
        background: url(../images/mini/c1.png) no-repeat #f07739 center;
        background-size: 28px auto;
    }

    .subnav-7 {
        background: url(../images/mini/d1.png) no-repeat #4bac95 center;
        background-size: 28px auto;
    }

    .subnav-8 {
        background: url(../images/mini/b.png) no-repeat #ee5152 center;
        background-size: 36px auto;
    }
}
