body {
    /*font-family: "微软雅黑", sans-serif;
    color: #303030;
    line-height: 30px;
    letter-spacing: 1px;*/
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 1.57894737;
    color: #234;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a:active,
a:focus,
a:hover,
input[type="image"],
select:focus,
input,
input[type="button"]:focus,
:focus {
    outline: 0;
    text-decoration: none;
    transition: 0.7s all;
    -webkit-transition: 0.7s all;
    -moz-transition: 0.7s all;
    -o-transition: 0.7s all;
    -ms-transition: 0.7s all;
}

h2 {
    font-weight: bold;
    margin-bottom: 20px;
    /*letter-spacing: 4px;*/
}

h3 {
    color: #7d7d7d;
    font-size: 1.5em;
    margin-bottom: 45px;
    /*letter-spacing: 2px;*/
}

.container {
    z-index: 2;
}

.c-white {
    color: white;
}


/*.works-img img, .dev-process img , .scheme img{
	width: 100%;
	height: 100%;
}*/

.header-banner {
    background: #292929 url(../img/header_bg.jpg) no-repeat 50%;
    height: 500px;
    overflow: hidden;
}

#banner-wrap {
    position: absolute;
    width: 100%;
    height: 500px;
}

.header-banner .container {
    top: 100px;
    position: relative;
}

.header-banner h1 {
    /*margin: 0 0 40px 0;*/
    letter-spacing: 4px;
}

.banner-contents {
    text-align: center;
}

.banner-contents h1 {
    font-size: 42px;
    animation: bannerH1 1.5s forwards;
}

.banner-contents h2 {
    font-size: 52px;
    animation: bannerH2 2s forwards;
}

.banner-contents h3 {
    font-size: 28px;
    margin-bottom: 7px;
    animation: bannerH3 3s forwards;
}

.banner-contents h4 {
    font-size: 16px;
    animation: bannerH4 3.5s forwards;
}

.title h1,
.title h2,
.title h3 {
    text-align: center;
}

.header-banner a {
    background-color: #00c0ff;
    width: 160px;
    height: 46px;
    line-height: 46px;
    margin: 50px auto 0 auto;
    border-radius: 5px;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}

.header-banner a:hover {
    background-color: #00b5f1;
    color: white;
    text-decoration: none;
}

@keyframes bannerH1 {
    0% {
        transform: translate(-50px, -50px);
        -webkit-transform: translate(-50px, 0);
        -moz-transform: translate(-50px, 0);
        -ms-transform: translate(-50px, 0);
        -o-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
        -webkit-transition: 1.5s;
        -moz-transition: 1.5s;
        -ms-transition: 1.5s;
        -o-transition: 1.5s;
        transition: 1.5s;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: 1.5s;
        -moz-transition: 1.5s;
        -ms-transition: 1.5s;
        -o-transition: 1.5s;
        transition: 1.5s;
        opacity: 1;
    }
}

@keyframes bannerH2 {
    0% {
        transform: translate(90px, 90px);
        -webkit-transform: translate(90px, 0);
        -moz-transform: translate(90px, 0);
        -ms-transform: translate(90px, 0);
        -o-transform: translate(90px, 0);
        transform: translate(90px, 0);
        -webkit-transition: 2s;
        -moz-transition: 2s;
        -ms-transition: 2s;
        -o-transition: 2s;
        transition: 2s;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: 2s;
        -moz-transition: 2s;
        -ms-transition: 2s;
        -o-transition: 2s;
        transition: 2s;
        opacity: 1;
    }
}

@keyframes bannerH3 {
    0% {
        transform: translate(-60px, -60px);
        -webkit-transform: translate(-60px, 0);
        -moz-transform: translate(-60px, 0);
        -ms-transform: translate(-60px, 0);
        -o-transform: translate(-60px, 0);
        transform: translate(-60px, 0);
        -webkit-transition: 3s;
        -moz-transition: 3s;
        -ms-transition: 3s;
        -o-transition: 3s;
        transition: 3s;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: 3s;
        -moz-transition: 3s;
        -ms-transition: 3s;
        -o-transition: 3s;
        transition: 3s;
        opacity: 1;
    }
}

@keyframes bannerH4 {
    0% {
        transform: translate(30px, 30px);
        -webkit-transform: translate(30px, 0);
        -moz-transform: translate(30px, 0);
        -ms-transform: translate(30px, 0);
        -o-transform: translate(30px, 0);
        transform: translate(30px, 0);
        -webkit-transition: 3.5s;
        -moz-transition: 3.5s;
        -ms-transition: 3.5s;
        -o-transition: 3.5s;
        transition: 3.5s;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: 3.5s;
        -moz-transition: 3.5s;
        -ms-transition: 3.5s;
        -o-transition: 3.5s;
        transition: 3.5s;
        opacity: 1;
    }
}

.works {
    margin-top: 50px;
    background: url(../img/banner-bg-01.jpg) no-repeat 50% 120px;
}

.cases,
.lifecycle,
.solutions,
.view-all-cases {
    margin-top: 50px;
}

.view-all-cases,
.gap {
    background: #f2b604;
    padding: 30px 0;
    text-align: center;
}

.gap {
    background: #f70042;
}

.lifecycle {
    padding-bottom: 50px;
}

.banner-content ul {
    position: relative;
    margin-bottom: 0;
}

.banner-content ul li {
    padding: 0 1px;
    float: left;
}


/*-------------------------------------Solution & Industry-------------------------------------------*/

.da-thumbs {
    width: 100%;
    position: relative;
}

.da-thumbs li {
    padding: 15px;
    background: #fff;
    position: relative;
}

.da-thumbs li a,
.da-thumbs li a img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.da-thumbs li>a {
    padding: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    overflow: hidden;
}

.da-thumbs li>a div {
    position: absolute;
    background: #333;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    top: 100%;
}

.da-thumbs .mask {
    overflow: hidden;
}

.da-thumbs .mask img {
    width: 30%;
    height: 30%;
    margin-top: 20%;
    display: inline;
}

.da-thumbs .mask p {
    font-size: 1.5em;
    letter-spacing: 3px;
    margin-top: 40px;
}

.view-detail {
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #FFF;
    border-radius: 40px;
    /* background-color: #FFF; */
    /* opacity: 0.5; */
    margin: 50px auto 0;
    /*100px*/
    display: block;
    border: 1px solid #FFF;
}

.scheme-intro {
    display: none;
}

.dev-process {
    /*margin-top: 50px;*/
    padding-top: 30px;
    background: #f7f7f7;
}


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

.partners {
    margin-top: 50px;
}

.partner-item {
    text-align: center;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all .5s;
}

.partner-item:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.about-us {
    margin-top: 50px;
    height: 340px;
    position: relative;
    background: url(../img/about-us-bg.jpg) no-repeat 50% 0;
    overflow: hidden;
}

.about-us h2 {
    margin-top: 50px;
    overflow: hidden;
    text-align: center;
}

.about-us p {
    text-align: center;
}

#canvas-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
}

.about-us .has-icon {
    line-height: 40px;
    margin-top: 20px;
}

.has-icon img {
    width: 28px;
    height: 28px;
    margin: 0 8px;
}

.about-us .has-icon span {
    font-size: 1.5em;
    color: #ff5e6b;
}

.about-us .icon {
    background: url(../img/icon_sprite.png) no-repeat;
}

.about-us .start {
    background-position-x: -70px;
    width: 50px;
    height: 50px;
}

.solution-detail {
    width: 960px;
    height: 580px;
    position: relative;
    overflow: hidden;
    background-color: #f8f8f8;
}

.solution-lf {
    padding-bottom: 100px;
    background-color: white;
}

.solution-lf h5,
.solution-rt h5 {
    height: 50px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #e43838;
}

.solution-lf h6,
.solution-rt h6 {
    font-size: 15px;
    font-weight: bold;
    color: #e43838;
    border-left: 4px solid #e43838;
    /* display: inline-block; */
    line-height: 20px;
    padding: 5px 10px;
    background: #FFF;
    margin-left: -25px;
}

.solution-lf,
.solution-rt {
    width: 50%;
}

.solution-lf {
    padding-bottom: 100px;
    background-color: white;
}

.solution-rt {
    background-color: #f8f8f8;
}

.solution-lf .describe {
    padding: 0 25px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-indent: 2em;
    text-align: justify;
}

.solution-lf .imgTxt {
    display: block;
    margin: 15px auto;
}

.features {
    overflow: hidden;
    min-height: 325px;
}

.features dd {
    margin-bottom: 12px;
    font-size: 14px;
    color: #333;
}

.features dd em {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

.features dd span {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

.solution-rt {
    padding-left: 25px;
}

.solution-rt .see-case {
    display: block;
    width: 180px;
    height: 40px;
    margin: 20px auto 0;
    border-radius: 40px;
    border: #f53737 solid 1px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #f53737;
    text-decoration: none;
}

.solution-rt .see-case:hover {
    background-color: #f53737;
    border: #f53737 solid 1px;
    color: white;
}

#cboxWrapper #cboxClose {
    background-image: "img/btnclose.png"
}

.cases {
    margin-left: -12px;
}

.cases a {
    background-repeat: no-repeat;
    border-radius: 0px 10px 10px 0px;
    display: block;
    float: left;
    height: 64px;
    margin: 0px 10px 20px 0px;
    overflow: visible;
    position: relative;
    width: 64px;
}

.cases a img {
    border-radius: 15px;
}

.cases a:hover img {
    box-shadow: 0 0 10px 3px rgba(150, 150, 150, 0.9);
    -webkit-transition: 0.45s;
    -moz-transition: 0.45s;
    -ms-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
}

.app-box .app-detail .name {
    /*background-color: #FFFFFF;*/
    border: 120px none;
    border-radius: 5px 5px 5px 5px;
    /*bottom: -20px;*/
    display: none;
    font-size: 10px;
    height: 13px;
    line-height: 13px;
    overflow: hidden;
    padding: 0 3px;
    position: absolute;
    text-align: center;
    width: 58px;
}


/*
    度假旅游解决方案
*/

#travaling-solution h5,
#travaling-solution h6,
#travaling-solution .see-case {
    color: #08D6AD;
}

#travaling-solution h6 {
    border-left: 4px solid #08D6AD;
}

#travaling-solution .see-case {
    border: #08D6AD solid 1px;
}

#travaling-solution .see-case:hover {
    background-color: #08D6AD;
    border: #08D6AD solid 1px;
    color: #fff;
}


/*
    移动办公解决方案
*/

#mobileOA_solution h5,
#mobileOA_solution h6,
#mobileOA_solution .see-case {
    color: #01AEFF;
}

#mobileOA_solution h6 {
    border-left: 4px solid #01AEFF;
}

#mobileOA_solution .see-case {
    border: #01AEFF solid 1px;
}

#mobileOA_solution .see-case:hover {
    background-color: #01AEFF;
    border: #01AEFF solid 1px;
    color: #fff;
}


/*
    新闻资讯解决方案
*/

#news_solution h5,
#news_solution h6,
#news_solution .see-case {
    color: #20212C;
}

#news_solution h6 {
    border-left: 4px solid #20212C;
}

#news_solution .see-case {
    border: #20212C solid 1px;
}

#news_solution .see-case:hover {
    background-color: #20212C;
    border: #20212C solid 1px;
    color: #fff;
}

#financeAndInsurance_solution h5,
#financeAndInsurance_solution h6,
#financeAndInsurance_solution .see-case {
    color: #2F1283;
}

#financeAndInsurance_solution h6 {
    border-left: 4px solid #2F1283;
}

#financeAndInsurance_solution .see-case {
    border: #2F1283 solid 1px;
}

#financeAndInsurance_solution .see-case:hover {
    background-color: #2F1283;
    border: #2F1283 solid 1px;
    color: #fff;
}

#eLearning_solution h5,
#eLearning_solution h6,
#eLearning_solution .see-case {
    color: #FFB040;
}

#eLearning_solution h6 {
    border-left: 4px solid #FFB040;
}

#eLearning_solution .see-case {
    border: #FFB040 solid 1px;
}

#eLearning_solution .see-case:hover {
    background-color: #FFB040;
    border: #FFB040 solid 1px;
    color: #fff;
}

#realEstat_solution h5,
#realEstat_solution h6,
#realEstat_solution .see-case {
    color: #4492E9;
}

#realEstat_solution h6 {
    border-left: 4px solid #4492E9;
}

#realEstat_solution .see-case {
    border: #4492E9 solid 1px;
}

#realEstat_solution .see-case:hover {
    background-color: #4492E9;
    border: #4492E9 solid 1px;
    color: #fff;
}

.want-to {
    padding-top: 85px;
    padding-bottom: 88px;
    color: #FFF;
    /*background-color: #0cf;*/
    background: #023059;
    text-align: center;
}

.want-to h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 46px;
    line-height: 56px;
    color: #FFF;
    text-transform: uppercase;
}

.want-to p {
    margin-top: 0;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
}

.contact-us-button {
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    line-height: 16px;
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 2px;
    padding: 14px 30px;
}

a.contact-us-button:hover {
    color: #0cf;
    background-color: #fff;
    text-decoration: none;
}

.technical {
    /*background: #379CD3;*/
    background: #1a56a5;
    padding: 50px 0px;
}

.icon_list a {
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 400 !important;
    list-style: outside none none;
}

.services-list {
    margin-top: -25px;
    overflow-x: auto;
    overflow-y: hidden;
    /*padding-left: 0;*/
    padding-left: 20px;
    padding-right: 0;
    padding-top: 35px;
    /*white-space: nowrap;*/
    height: 190px;
}

.services-list li {
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 400 !important;
    list-style: outside none none;
}

.site_map_img {
    margin-left: -6px !important;
    margin-right: 16px !important;
}

.services-list li {
    /*margin: 0 3px 0 40px;*/
    margin: 0 20px 0 20px;
    padding: 20px 21px;
    position: relative;
    text-align: center;
}

.services-list li {
    background: rgba(255, 255, 255, 0.39) none repeat scroll 0 0 !important;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    list-style: outside none none;
}

img {
    max-width: 100%;
}

.services-list li img {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-radius: 50%;
}

.service-item>span {
    bottom: -30px;
    color: rgb(255, 255, 255);
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    font-size: 13px;
}

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    color: #fff;
}

.hi-icon:before {
    font-family: 'ecoicon';
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.hi-icon-effect-8 .hi-icon {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hi-icon-effect-8 .hi-icon:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    color: #fff;
}

.hi-icon-effect-8 .hi-icon:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
    -moz-animation: sonarEffect 1.3s ease-out 75ms infinite;
    animation: sonarEffect 1.3s ease-out 75ms infinite;
}

.hi-icon-effect-8 .hi-icon.active:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
    -moz-animation: sonarEffect 1.3s ease-out 75ms infinite;
    animation: sonarEffect 1.3s ease-out 75ms infinite;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}


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

.btm_btn {
    color: #fff;
    cursor: pointer;
    font-size: 16px !important;
    padding: 10px 45px !important;
    text-transform: uppercase;
}

.btm_btn {
    margin: .4em;
    padding: 15px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    /* Prevent highlight colour when element is tapped */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btm_btn {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border: 1px solid #fff;
    /* margin-top: -40px; */
    color: #fff;
    cursor: pointer;
    /* float: left; */
    font-size: 20px;
    /* left: 21%; */
    outline: 0 none;
    position: relative;
    transition: all 0.8s ease 0s;
    /* width: 300px; */
    display: inline-block;
}

.btm_btn a {
    color: #fff;
}

.btm_btn:before,
.btm_btn:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border: 0px solid tomato;
}

.btm_btn:before {
    top: 0px;
    right: 0px;
}

.btm_btn:after {
    bottom: 0px;
    left: 0px;
}

.btm_btn:hover:before,
.btm_btn:hover:after {
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
}

.btm_btn:hover:before {
    border-bottom-color: transparent;
    border-right-color: transparent;
    transition: width 0.4s 0s, height 0.4s 0.4s;
}

.btm_btn:hover:after {
    border-top-color: transparent;
    border-left-color: transparent;
    transition: width 0.4s 0.8s, height 0.4s 1.2s, border 0s 0.8s;
}

.btm_btn:hover {
    background: transparent;
}


/*case studies*/

.box {
    position: relative;
    perspective: 1000px;
    padding: 0 15px;
}

.box .box-img {
    transform: rotateY(0);
    transition: all 0.50s ease-in-out 0s;
}

.box:hover .box-img {
    transform: rotateY(-90deg);
}

.box .box-img img {
    width: 100%;
    height: auto;
}

.box .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    transform: rotateY(90deg);
    transition: all 0.50s ease-in-out 0s;
}

.box:hover .box-content {
    transform: rotateY(0);
}

.box .title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.box .description {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.box .title:after,
.box .description:after {
    content: "";
    width: 80%;
    display: block;
    border-bottom: 1px solid #fff;
    margin: 15px auto;
}

.box .social-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box .social-links li {
    display: inline-block;
    margin: 0 10px;
}

.box .social-links li a {
    font-size: 20px;
    color: #a6a6a6;
}

.box .social-links li a:hover {
    text-decoration: none;
    color: #fff;
}

@media only screen and (max-width: 990px) {
    .box {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .box .box-content {
        padding: 20px;
    }
}


/*---------------------- counters Section ---------------------*/

.counters {
    margin: 50px 0;
}

.counters .text-center {
    padding: 50px 0 50px 0;
    margin: 30px 0;
}

.counters .text-center.colorOne {
    background: #f70042;
}

.counters .text-center.colorTwo {
    background: #1a56a5;
}

.counters .text-center.colorThree {
    background: #023059;
}

.counters .text-center.colorFour {
    background: #f2b604;
}

.counters .text-center span {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 46px;
    color: #fff;
    margin-bottom: 42px;
}

.counters .text-center h5 {
    font-size: 24px;
    color: #fff;
}


/*---------------------- Testimonial Section ---------------------*/

.testimonial {
    padding: 50px 0;
    background: url(../img/testimonials_bg.jpg) no-repeat;
}

.testimonial.colorOne {
    background: #55aac1;
}

.testimonial.colorTwo {
    background: #023059;
}

#client-carousel .carousel-indicators {
    position: static;
    margin: 95px 0 0 0;
    width: 100%;
}

#client-carousel .carousel-inner {
    width: 68%;
    margin: 0 auto;
}

#client-carousel .item p {
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    /*margin: 80px 0 88px 0;*/
    margin: 10px 0;
}

#client-carousel .item img {
    margin: 0 auto;
}

#client-carousel .item h6 {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

#client-carousel .item .avator {
    width: 122px;
    height: 122px;
    overflow: hidden;
    border-radius: 50%;
    border: none;
    background: transparent;
    opacity: 0.9;
    /*margin: 0 30px;*/
}

#client-carousel .carousel-indicators li {
    width: 122px;
    height: 122px;
    overflow: hidden;
    border-radius: 50%;
    border: none;
    background: transparent;
    opacity: 0.5;
    margin: 0 30px;
}

#client-carousel .carousel-indicators li.active {
    opacity: 1;
}


/*------------------------- Rank --------------------*/

.rank {
    background-image: url(../img/rank-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 35px 0 25px;
    width: 100%;
    z-index: 9 !important;
    position: relative !important;
    min-height: 160px !important;
    margin-top: 50px;
}


/*------------------------- Grid Service Section --------------------*/

.service-grid {
    margin: 100px 0 100px 0;
}

.service-grid .single-service .icon-box {
    height: 98px;
    width: 78px;
    line-height: 98px;
    text-align: center;
    font-size: 45px;
}

.service-grid .single-service .icon-box.bg {
    background: url(../images/home/shape.png) no-repeat center;
    background-size: cover;
    color: #fff;
}

.service-grid .single-service:hover .icon-box.bg {
    background: url(../images/home/shape2.png) no-repeat center;
}

.service-grid .single-service .title {
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding: 28px 0 25px 0;
    margin-bottom: 16px;
}

.service-grid .single-service .title h6 a {
    display: block;
    color: #424242;
    font-size: 18px;
    text-transform: uppercase;
}

.service-grid .single-service .title span {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-size: 15px;
}

.service-grid .single-service .title .num {
    font-family: 'Lato', sans-serif;
    position: absolute;
    top: 30px;
    left: 0;
    font-weight: 900;
    color: #f3f3f3;
    font-size: 76px;
    z-index: -1;
}

.service-grid .single-service {
    margin-bottom: 40px;
}


/* Shrink */

.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.structhre_Row {
    margin-top: 59px;
}

.stability_row {}

.stability_row ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.stability_row ul li {
    background: url(../img/android_yello_ic.jpg) no-repeat left #6f6f6f;
    background-position: 12px 25px;
    font-size: 17px;
    margin-bottom: 7px;
    padding: 20px 50px;
    color: #fff;
    padding-right: 0;
    clear: both;
    display: block;
}

.high-skills {
    /*padding-top: 44px;*/
    clear: both;
    line-height: 1.42857143;
}

ul.high-skills li.high {
    margin-left: -74px;
    margin-top: 10px;
}

ul.high-skills li.customize {
    margin-left: -4px;
    margin-top: 10px;
}

ul.high-skills li.on_time {
    margin-left: 0;
    margin-top: 40px;
}

ul.high-skills li.hours {
    margin-left: -69px;
    margin-top: 30px;
}

ul.high-skills li.high b {
    font-size: 20px;
    color: #4f3e9a;
    text-transform: uppercase;
    font-weight: 300;
}

ul.high-skills li.customize b {
    font-size: 20px;
    color: #00bf8c;
    text-transform: uppercase;
    font-weight: 300;
}

ul.high-skills li.on_time b {
    font-size: 20px;
    color: #b82015;
    text-transform: uppercase;
    font-weight: 300;
}

ul.high-skills li.hours b {
    font-size: 20px;
    color: #ff9c00;
    text-transform: uppercase;
    font-weight: 300;
}

.enquire-btn>a:hover {
    color: #FFF;
    /*background: #333;*/
    background: #1A56A5;
    /*background: transparent;*/
}


/*-------------------------------enquire-btn---------------------------------*/

.enquire-btn>a {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: 65px;
    line-height: 65px;
    margin-top: 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    width: 210px;
    text-decoration: none;
}

.left_bottom::after {
    background: #FFF;
    bottom: -7px;
    content: "";
    height: 25px;
    left: -8px;
    position: absolute;
    width: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.left_bottom::before {
    background: #FFF none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    height: 3px;
    left: -8px;
    position: absolute;
    width: 25px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.top_right::after {
    background: #FFF none repeat scroll 0 0;
    top: -7px;
    content: "";
    height: 25px;
    right: -8px;
    position: absolute;
    width: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.top_right::before {
    background: #FFF none repeat scroll 0 0;
    top: -9px;
    content: "";
    height: 3px;
    right: -8px;
    position: absolute;
    width: 25px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.enquire-btn>a:hover .left_bottom::before {
    width: 220px;
}

.enquire-btn>a:hover .top_right::before {
    width: 220px;
}

.enquire-btn>a:hover .left_bottom::after {
    height: 73px;
}

.enquire-btn>a:hover .top_right::after {
    height: 73px;
}

.why-us {
    margin-top: 50px;
    padding-bottom: 50px;
}


/*---sphere---*/

.sphere-container {
    margin-top: 74px;
}

.sphere,
.sphere-container {
    position: relative;
}

.sphere--page-android-2 li {
    font-size: 15px;
    list-style-type: none;
    /*-webkit-padding-start: 0px;*/
}

.sphere--items-6,
.sphere-item--2 {
    top: 0;
}

.sphere-item {
    position: absolute;
}

.sphere--page-android-2 .sphere-item--2 li,
.sphere--page-android-2 .sphere-item--3 li,
.sphere--page-android-2 .sphere-item--4 li {
    /*padding-left: 17px;*/
}

.sphere--page-android-2 .lists--bullets ul li:before {
    top: .6em;
}

.sphere--page-android-2 .sphere-item--2 li:before,
.sphere--page-android-2 .sphere-item--3 li:before,
.sphere--page-android-2 .sphere-item--4 li:before {
    left: 1px;
}

.lists--bullets--aqua ul li:before {
    background-color: #00ddce;
}

.sphere--items-6 .sphere-item--5 {
    top: 60%;
    text-align: right;
}

.sphere--items-6 .sphere-item--6 {
    top: 30%;
    text-align: right;
}

.sphere--page-android-2 .sphere-item-title h4 {
    font-size: 30px;
    text-transform: uppercase;
}

.sphere-item-title h4 {
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0 0 .4em;
    position: relative;
}

.title--aqua h4 {
    color: #00ddce;
}

.title--blue h4 {
    color: #0cf;
}

.title--orange h4 {
    color: #ff9700;
}

.title--purple h4 {
    color: #9d26d5;
}

.title--red h4 {
    color: #f96057;
}

.title--green h4 {
    color: #51c336;
}

.sphere--items-6 .sphere-item--1 {
    top: 0;
    text-align: right;
}

.sphere--items-6 .sphere-item--2 {
    top: 0;
}

.sphere--page-android-2.sphere--items-6 .sphere-item--3,
.sphere--page-android-2.sphere--items-6 .sphere-item--6 {
    top: 36%;
}

.sphere--page-android-2.sphere--items-6 .sphere-item--4,
.sphere--page-android-2.sphere--items-6 .sphere-item--5 {
    top: 72%;
}

.lists--bullets ul {
    /*text-align: left;*/
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 17px;
}

.cards-icon {
    text-align: center;
}

.cards-icon .icon,
.cards-icon svg {
    height: 100px;
    vertical-align: middle;
    fill: #fff;
}

.icon[src$=".svg"],
svg,
svg.icon {
    max-height: 100px;
    max-width: 100%;
    width: 100%;
    fill: #fff;
}

.ios-technical {
    background: url("../img/bg-sphere-ios.jpg")!important;
}

.section-list1 {
    list-style-type: none;
    padding-left: 50px;
    margin-bottom: 20px;
}

.section-list1 li::before {
    left: 18px;
    padding: 14px;
    margin-top: 4px;
    background-position: -375px -16px;
}

.section-list li:before,
.section-list1 li::before {
    position: absolute;
    background-image: url(../img/sprite.19326eba.png);
    background-repeat: no-repeat;
    top: 1;
    content: "";
}

.section-list1 li {
    color: #333;
    font-size: 16px;
    margin-bottom: 30px;
}

.important {
    padding: 20px 0 0px 0;
    border-top: 1px dashed #e0e0e0;
    border-bottom: 1px solid #dee1e1;
}

.important * {
    box-sizing: content-box;
}

.important li {
    float: left;
    margin-right: 33px;
    list-style: none;
}

.important li a {
    display: block;
    width: 60px;
    height: 60px;
    display: block;
    padding: 21px;
    border-radius: 15px;
    border: 1px dotted #1dd2af;
    background: #fff;
    cursor: pointer;
}

.important li:hover a {
    border: 1px dotted #696969;
    background: #fff;
}

.important li span {
    width: 60px;
    height: 60px;
    display: block;
}

.important li p {
    line-height: 18px;
    margin-top: 20px;
    text-align: center;
    display: block;
    color: #1dd2af;
}

.important li:hover p {
    color: #333;
}

.important li strong {
    border-bottom: 1px solid #24d2b0;
    position: relative;
    display: block;
    margin-top: 15px;
    z-index: 4;
}

.important li strong i {
    display: none;
    position: absolute;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    display: block;
    left: 50%;
    margin-left: -9px;
    border-top-color: #1dd2af;
}

.important .rcsp_1 span {
    background: url("../img/test/icon1.png") no-repeat bottom center;
}

.important .rcsp_2 span {
    background: url("../img/test/icon2.png") no-repeat bottom center;
}

.important .rcsp_3 span {
    background: url("../img/test/icon3.png") no-repeat bottom center;
}

.important .rcsp_4 span {
    background: url("../img/test/icon4.png") no-repeat bottom center;
}

.important li:hover span {
    background-position: top center;
    transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
}

#splash #banner {
    background: url(../../images/about_img_2.png) no-repeat center center;
}

#splash #banner h2 {
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    color: #000000;
    margin-bottom: 20px;
}

#splash #banner p {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
    color: #555555;
}

#splash #portfolio a {
    overflow: hidden;
    position: relative;
}

#splash #portfolio a.gallery-image {
    position: relative;
    overflow: hidden;
    display: block;
}

#splash #portfolio a.gallery-image:hover img {
    transform: scale(1.2);
}

#splash #portfolio a.gallery-image:hover .gallery-overlay {
    opacity: 1;
}

#splash #portfolio a.gallery-image img {
    transition: transform 0.15s ease-in-out;
}

#splash #portfolio a.gallery-image .gallery-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 148, 210, 0.82);
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}

#splash #portfolio a.gallery-image .gallery-overlay .box {
    position: absolute;
    left: 40px;
    bottom: 20px;
}

#splash #portfolio a.gallery-image .gallery-overlay .box .box-title {
    border-left-color: #ffffff;
    color: #ffffff;
    text-transform: none;
}

#splash #portfolio a.gallery-image .gallery-overlay .box .box-title .sub-title {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}

#onlineService,#onlineService * {
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;
    box-sizing: content-box; 
}
#onlineService .onlineMenu h3{
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 400;
    letter-spacing: normal;
}

#mobile-20180330 .row .box{
    margin-bottom: 0;
    top: 0;
    padding: 0;
    border-top: none;
}
