/*
 * Sept - Free Bootstrap 3 Theme/Landing page
 * Author: CantoThemes
 * License: Attribution-NonCommercial CC BY-NC 
 * License URL: https://creativecommons.org/licenses/by-nc/4.0/
 * 
 * -------------------------------------------------------------------
 * This theme under "Attribution-NonCommercial CC BY-NC". You can't remove footer credit link.
 */
html, body {
    margin: 0;
    height: 100%;
    cursor: default;
}

body {
    font-family: "Open Sans";
    color: #808080;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    word-spacing: 2px;
    -webkit-font-smoothing: antialiased;
    cursor: default;
    margin: 0;
}

.banner-content {
    margin-right: auto;
    margin-left: auto;
}

p {
    margin-bottom: 26px;
}

a {
    color: #24c4ef;
    text-decoration: none !important;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

a:hover {
    color: #24c4ef;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft";
    color: #4c4c4c;
    letter-spacing: 1px;
    font-weight: 400;
}

.container-sm {

}

.form-control {
    border-radius: 2px !important;
    padding: 15px 20px !important;
    height: auto;
    border-color: #e5e5e5 !important;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: #00a0ff !important;
}

.mb250 {
    margin-bottom: 250px !important;
}

.mb245 {
    margin-bottom: 245px !important;
}

.mb240 {
    margin-bottom: 240px !important;
}

.mb235 {
    margin-bottom: 235px !important;
}

.mb230 {
    margin-bottom: 230px !important;
}

.mb225 {
    margin-bottom: 225px !important;
}

.mb220 {
    margin-bottom: 220px !important;
}

.mb215 {
    margin-bottom: 215px !important;
}

.mb210 {
    margin-bottom: 210px !important;
}

.mb205 {
    margin-bottom: 205px !important;
}

.mb200 {
    margin-bottom: 200px !important;
}

.mb195 {
    margin-bottom: 195px !important;
}

.mb190 {
    margin-bottom: 190px !important;
}

.mb185 {
    margin-bottom: 185px !important;
}

.mb180 {
    margin-bottom: 180px !important;
}

.mb175 {
    margin-bottom: 175px !important;
}

.mb170 {
    margin-bottom: 170px !important;
}

.mb165 {
    margin-bottom: 165px !important;
}

.mb160 {
    margin-bottom: 160px !important;
}

.mb155 {
    margin-bottom: 155px !important;
}

.mb150 {
    margin-bottom: 150px !important;
}

.mb145 {
    margin-bottom: 145px !important;
}

.mb140 {
    margin-bottom: 140px !important;
}

.mb135 {
    margin-bottom: 135px !important;
}

.mb130 {
    margin-bottom: 130px !important;
}

.mb125 {
    margin-bottom: 125px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.mb115 {
    margin-bottom: 115px !important;
}

.mb110 {
    margin-bottom: 110px !important;
}

.mb105 {
    margin-bottom: 105px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb95 {
    margin-bottom: 95px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb85 {
    margin-bottom: 85px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.no-padding {
    padding: 0 !important;
}

.float-nan {
    float: none;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.img-responsive {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.btn {
    font-family: "Oswald";
    font-size: 20px;
    letter-spacing: 1px;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
    padding: 8px 30px;
    margin-bottom: 5px;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.btn.btn-lg {
    padding: 10px 35px;
    letter-spacing: 2px;
    font-size: 21px;
}

.btn.btn-sm {
    padding: 7px 20px;
    font-size: 14px;
}

.btn.btn-xs {
    padding: 5px 15px;
    font-size: 12px;
}

#btn-wuxiao {
    color: #fff;
    border-color: #a7a7a7;
    background-color: #a7a7a7;
}

.btn-default {
    color: #fff;
    border-color: #cddbde;
    background-color: #cddbde;
}

.btn-default:hover {
    color: #fff;
    background-color: #1899da;
    border-color: #1899da;
}

.btn-default-o {
    color: #fff;
    background-color: #24c4ef;
    border-color: #24c4ef;
}

.btn-default-o:hover {
    color: #fff;
    background-color: #1899da;
    border-color: #1899da;
}

.btn-main-o {
    color: #00a0ff;
    border-color: #00a0ff;
    background-color: transparent;
}

.btn-m {
    background-color: rgba(42, 48, 60, .5);
    border-color: rgba(42, 48, 60, .5);
    color: #fff;
    font-size: 16px;
}

.fa {
    margin-left: -13px;
}

.btn-main-o:hover {
    color: #fff;
    background-color: #1899da;
    border-color: #1899da;
}

.btn-dark-o {
    color: #4c4c4c;
    border-color: #4c4c4c;
    background-color: transparent;
}

.btn-dark-o:hover {
    color: #fff;
    background-color: #1899da;
    border-color: #1899da;
}

.btn-dark {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #4c4c4c;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    background-color: #1899da;
    border-color: #1899da;
    color: #fff;
}

.btn-main {
    color: #fff;
    background-color: #00aaff;
    border-color: #00aaff;
}

.btn-main:hover,
.btn-main:focus,
.btn-main:active {
    background-color: #1899da;
    border-color: #1899da;
    color: #fff;
}

.btn-link {
    font-weight: 400;
    color: #00a0ff;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    color: #4c4c4c;
    text-decoration: none;
}

.bottom-line {
    margin-bottom: 20px;
}

.bottom-line:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #00a0ff;
    margin-top: 5px;
}

.tooltip.top .tooltip-arrow {
    bottom: 1px;
}

.tac {
    text-align: center;
}

.nicescroll-rails {
    background: rgba(0, 0, 0, 0.1);
    width: 5px;
    z-index: 9999 !important;
}

.nicescroll-rails:hover {
    opacity: 1 !important;
}

.nicescroll-rails > div {
    background: #00a0ff !important;
}

/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */
.mouse-icon {
    position: absolute;
    left: 50.2%;
    bottom: 70px;
    border: 2px solid #fff;
    border-radius: 16px;
    height: 40px;
    width: 24px;
    margin-left: -15px;
    display: block;
    z-index: 10;
    opacity: 0.7;
}

.mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: drop;
    animation-name: drop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #fff;
    width: 2px;
    height: 6px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

.st-highlight {
    color: #00a0ff;
}

.navbar-default {
    background-color: transparent;
    border-bottom: 1px solid;
    border-width: 0;
    margin-bottom: 0 !important;
    height: 65px;
    -webkit-transition: background-color 0.3s, height 0.3s;
    transition: background-color 0.3s, height 0.3s;
}

.st-navbar-mini .navbar-default {
    background-color: #2a303c;
}

.st-navbar-mini .navbar-default .navbar-nav > li.active > a,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:hover,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:focus,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:active {
    background-color: transparent;
}

.navbar-nav {
    margin-left: 30px;
}

.st-navbar-mini .navbar-nav {
    background: #2a303c;
}

.navbar-brand {
    height: auto;
    padding: 18px 17px;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}

.navbar-brand img {
    height: 30px;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}

.navbar-nav > li > a {
    font-family: "Oswald";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    -webkit-transition: color 0.3s, background-color 0.3s, padding 0.3s;
    transition: color 0.3s, background-color 0.3s, padding 0.3s;
}

.navbar-nav > li > b {
    height: 2px;
    width: 60px;
    display: block;
    margin-left: 35px;
    background: transparent;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
    color: #00a0ff;
    outline-width: 0;
}

.navbar-nav > li.active > a,
.navbar-nav > li.active a:hover,
.navbar-nav > li.active a:focus,
.navbar-nav > li.active a:active {
    color: #00a0ff;
}

.navbar-nav > li.active b,
.navbar-nav > li.active a:hover b,
.navbar-nav > li.active a:focus b,
.navbar-nav > li.active a:active b {
    background: #00a0ff;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active a:hover,
.navbar-default .navbar-nav > li.active a:focus,
.navbar-default .navbar-nav > li.active a:active {
    color: #00a0ff;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #00a0ff;
}

#nav-btn > li:nth-child(odd) > a {
    margin: 30px auto;
    width: 56px;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0;
}

#nav-btn > li:nth-child(2) > a {
    margin: 0;
    padding: 33px 20px;
}

#LoutiNav {
    width: 50px;
    position: fixed;
    bottom: 150px;
    right: 50px;
    text-align: center;
    display: block;
    z-index: 9999;
    cursor: pointer;
}

#LoutiNav li {
    width: 10px;
    margin: 0 auto;
    height: 10px;
    margin-top: 10px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    background: white;
    box-shadow: -1px 0px 2px 1px rgba(0, 0, 0, .16);
}

#LoutiNav a {
    display: none;
    white-space: nowrap;
}

#LoutiNav li:hover a {
    display: block;
    font-size: 12px;
    text-indent: 1em;
    color: #00a0ff;
}

#LoutiNav .LoutiNavActive {
    background: #00a0ff;
}

.LoutiNavActive a {
    color: #00a0ff;
}

.st-member {
    position: relative;
    overflow: hidden;
}

.st-member .st-member-info {
    width: 100%;
    height: 100%;
    padding: 70px 35px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(254, 254, 254, 0.95);
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}

.st-member .st-member-info .progress-bar {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.5s ease 0.2s;
    transition: transform 0.5s ease 0.2s;
}

.st-member .st-member-info .st-member-name {
    font-family: "Oswald";
    display: block;
    color: #4c4c4c;
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.st-member .st-member-info .st-member-name:after {
    content: '';
    display: block;
    height: 2px;
    width: 35px;
    background-color: #00a0ff;
    margin: 0 auto;
}

.st-member .st-member-info .st-member-pos {
    display: block;
    font-family: "Oswald";
    font-size: 20px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 3px;
    font-style: italic;
    margin-bottom: 40px;
}

.st-member .st-member-info .st-member-social {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 70px;
}

.st-member .st-member-info .st-member-social ul {
    margin: 0;
    padding: 0;
}

.st-member .st-member-info .st-member-social ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0;
    padding: 0;
}

.st-member .st-member-info .st-member-social ul li a {
    display: block;
    width: 70px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: background-color 0.3s, opacity 0.3s ease, -webkit-transform 0.5s ease;
    transition: background-color 0.3s, opacity 0.3s ease, transform 0.5s ease;
}

.st-member .st-member-info .st-member-social ul li a.facebook:hover {
    background-color: #3c5b9b;
}

.st-member .st-member-info .st-member-social ul li a.twitter:hover {
    background-color: #2daae1;
}

.st-member .st-member-info .st-member-social ul li a.dribbble:hover {
    background-color: #ea4c88;
}

.st-member:hover {
    cursor: pointer;
}

.st-member:hover .st-member-info {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.st-member:hover .st-member-info .st-member-social ul li a {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.st-member:hover .st-member-info .st-member-social ul li a.facebook {
    -webkit-transition: background-color 0.3s, opacity 0.3s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
    transition: background-color 0.3s, opacity 0.3s ease 0.2s, transform 0.5s ease 0.2s;
}

.st-member:hover .st-member-info .st-member-social ul li a.facebook:hover {
    background-color: #3c5b9b;
}

.st-member:hover .st-member-info .st-member-social ul li a.twitter {
    -webkit-transition: background-color 0.3s, opacity 0.3s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
    transition: background-color 0.3s, opacity 0.3s ease 0.3s, transform 0.5s ease 0.3s;
}

.st-member:hover .st-member-info .st-member-social ul li a.twitter:hover {
    background-color: #2daae1;
}

.st-member:hover .st-member-info .st-member-social ul li a.dribbble {
    -webkit-transition: background-color 0.3s, opacity 0.3s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
    transition: background-color 0.3s, opacity 0.3s ease 0.4s, transform 0.5s ease 0.4s;
}

.st-member:hover .st-member-info .st-member-social ul li a.dribbble:hover {
    background-color: #ea4c88;
}

.st-member:hover .st-member-info .skills .skill:nth-child(2) .progress-bar {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.st-member:hover .st-member-info .skills .skill:nth-child(3) .progress-bar {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.st-member:hover .st-member-info .skills .skill:nth-child(4) .progress-bar {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.st-member:hover .st-member-info .skills .skill:nth-child(5) .progress-bar {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.st-member:hover .progress-bar {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.skill {
    text-align: left;
}

.skill strong {
    font-weight: 400;
}

.skill span {
    float: right;
}

.progress {
    height: 11px;
    padding: 0 3px;
    background-color: transparent;
    border: 1px solid #ededed;
    border-radius: 6px;
    box-shadow: none;
}

.progress-bar {
    height: 3px;
    margin-top: 3px;
    border-radius: 2px;
    position: relative;
    box-shadow: none;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-animation-name: process;
    animation-name: process;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.progress-bar-sept {
    background-color: #00a0ff;
}

@-webkit-keyframes process {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes process {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.features-desc {
    padding: 100px 0;
    background-color: #fcfcfc;
}

ul.styled-list li {
    list-style: none;
    padding-left: 0;
}

ul.styled-list li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
    color: #00a0ff;
}

ul.styled-list.list-caret li:before {
    content: '\f0da';
}

ul.styled-list.list-hand li:before {
    content: '\f0a4';
}

ul.styled-list.list-chevron li:before {
    content: '\f054';
}

ul.styled-list.list-times li:before {
    content: '\f00d';
}

ul.styled-list.list-star li:before {
    content: '\f006';
}

.call-2-acction {
    padding: 100px 0;
    background-color: #17182a;
}

.portfolio {
    padding: 80px 0 0;
}

.portfolio .section-title:before {
    background-image: url(../images/faction_bg_cjl.png);
    background-repeat: no-repeat;
}

.filter {
    text-align: center;
}

.filter .btnSelect {
    font-weight: 400;
    margin-right: 2%;
}

.filter input[type="radio"] {
    display: none;
}

.grid {
    width: 100%;
    padding: 0;
    max-height: 781px;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #000;
    text-align: center;
    cursor: pointer;
    width: 33.33333333%;
    box-sizing: border-box;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.3s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.grid figure figcaption {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    backface-visibility: visible;
    bottom: 0;
    margin: 10%;
}
 .portfolio-item .itemImg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 15% auto 0;
    opacity: 1;
    width: 61px;
    z-index: 9999;
    height: 52px;
    min-height: 52px;
    max-width: 61px;
}
.grid figure h2 {
    color: #fff;
    font-weight: 300;
    margin: 0;
    position: absolute;
    right: 0%;
    width: 100%;
    font-size: 16px;
    padding: 0;
    top: 50%;
    opacity:1;
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
    margin: 0;
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
    bottom: 26px;
    line-height: 1.5;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.grid figure:hover figcaption {
    background: transparent!important;
    position: static;
    margin:0;
}

.grid figure:hover h2 {
    font-size: 20px;
    opacity: 1;
    top: 40%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.grid figure:hover p {
    bottom: 10px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.grid figure:hover .itemImg{
    margin-top: 5%;
    opacity: 1;
}

.clients {
    cursor: pointer;
    padding: 100px 0 35px;
}

.clients .thumbnail > img, .clients .thumbnail a > img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.clients .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid rgba(102, 221, 255, .3);
    box-shadow: 0px 0px 1px rgba(102, 221, 255, .3);
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.clients a:hover, .clients a:visited {
    border: 1px solid rgba(102, 221, 255, .3);
    box-shadow: 0px 0px 1px rgba(102, 221, 255, .3);
    border-radius: 0;
}

.testimonials {
    padding-top: 65px;
}

.testimonials-img {
    position: relative;
}

.testimonials-img img {
    width: 100%;
    height: 100%;
}

.testimonials-img .warning {
    position: absolute;
    width: 18px;
    height: 18px;
}

.testimonials-img .warning:nth-child(2) {
    left: 69%;
    top: 68%;
}

.testimonials-img .warning:nth-child(3) {
    left: 57.3%;
    top: 46%;
}

.testimonials-img .warning:nth-child(4) {
    left: 64%;
    top: 56%;
}

.testimonials-img .warning:nth-child(5) {
    left: 68%;
    top: 53%;
}

.testimonials-img .warning:nth-child(6) {
    left: 64%;
    top: 45%;
}

.testimonials-img .warning:nth-child(7) {
    left: 49.8%;
    top: 54%;
}

.testimonials-img .warning:nth-child(8) {
    left: 67%;
    top: 45%;
}

footer.site-footer {
    cursor: pointer;
    height: 146px;
    background-color: #2a303c;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.site-footer div {
    height: 100%;
}

.site-footer .row {
    margin: 0;
}

.footImg {
    position: relative;
}

.footImg img {
    position: absolute;
    right: 34px;
}

.customservice {
    top: 20px;
}

.QRCode {
    bottom: 24px;
}

.footer-LogImg {
    float: right;
    height: 100%;
}

.footer-content > div {
    display: inline;
}

#footer-content {
    padding: 32px 0 24px !important;
}

#footer-content ul {
    list-style: none;
    width: 100%;
    height: 30.33%;
    margin: 0;
    padding: 0;

}

#footer-content ul:nth-child(1) {
    margin-bottom: 18px;
    height: 23%;
}

#footer-content ul:nth-child(1) li {
    width: 25%;
    font-size: 14px;
    float: left;
}

#footer-content ul:nth-child(1) li:before {
    content: "";
    width: 1px;
    display: block;
    float: left;
    height: 18px;
    margin: 3px 0;
    background-color: rgba(255, 255, 255, .4);
}

#footer-content ul li:nth-child(1):before {
    content: " ";
    width: 0px;
    height: 0px;
}

#footer-content ul:nth-child(2) {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 5px;
}

#footer-content ul:nth-child(2) li {
    width: 44%;
    float: left;
}

#footer-content ul:nth-child(2) li:nth-child(1) {
    width: 56%;

}

#footer-content ul:nth-child(2) li img {
    float: left;
}

#footer-content ul:nth-child(2) li p {
    font-size: 12px;
    float: left;
    color: rgba(255, 255, 255, .5);
    padding: 0;
    margin: 0;
    margin-left: 3%;
}

#footer-content p {
    font-size: 12px;
    margin: 0;
    display: block;
    color: rgba(255, 255, 255, .3);
}

#footer-content ul:nth-child(2) li p span {
    display: block;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, .5);
    line-height: 1.1;
}

.footer-content:last-child ul {
    list-style: none;
    margin: 0;
    padding: 14px 34px 0 0;
    float: right;
    height: auto;
}

.footer-content:last-child ul li {
    margin-top: 10px;
}

@media (min-width: 1360px) and (max-width: 1980px) {
    .container, .banner-content {
        width: 1200px;
    }

}

@media (min-width: 1080px) and (max-width: 1358px) {
    .container, .banner-content {
        width: 980px;
    }

    .navbar-nav > li > a {
        padding-left: 18px;
        padding-right: 18px;
    }

    .navbar-default .navbar-right {
        float: right !important;
        margin-right: -15px;
        margin-left: 0;
    }

    .navbar-right {
        margin-right: -15px !important;;
        margin-left: 0;
    }

    #nav-btn > li:nth-child(2) > a {
        margin: 0;
        padding: 22px 10px;
    }

    .navbar-default #nav-btn > li:nth-child(2) > a {
        margin: 0;
        padding: 22px 10px;
    }

}

@media (min-width: 768px) and (max-width: 1079px) {
    .container, .banner-content {
        width: 760px;
        padding: 0;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-right {
        float: right !important;
        margin-right: -60px !important;
    }

    .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    #nav-btn > li:nth-child(odd) > a {
        width: 44px;
    }

    .navbar-default #nav-btn > li:nth-child(2) > a {
        margin: 0;
        padding: 22px 2px !important;
    }

    .navbar-default #nav-btn > li:nth-child(odd) > a {
        width: 52px;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-left: -20px;
    }

}

@media (min-width: 768px) and (max-width: 878px) {
    .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-right {
        float: right !important;
        margin-right: -30px;
    }

    .navbar-brand {
        padding: 21px 10px;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-left: 0;
    }

    .navbar-default .navbar-right {
        float: right !important;
        margin-right: -20px !important;
    }

}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 22px;
        padding-bottom: 20px;
    }

    .navbar-default #nav-btn > li:nth-child(odd) > a {
        margin: 20px auto;
        width: 58px;
        font-size: 12px;
        height: 24px;
        line-height: 24px;
        text-align: center;
    }

    .navbar-default #nav-btn > li:nth-child(2) > a {
        margin: 0;
        padding: 22px 20px;
    }

    .navbar-default .navbar-right {
        float: right !important;
        margin: 0;
    }
}

@media (min-width: 1440px) {
    .grid {
        width: 100%;
        padding: 0;
    }

    .grid figure {
        position: relative;
        float: left;
        overflow: hidden;
        background: #000;
        text-align: center;
        cursor: pointer;
        width: 25%;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .grid figure h2 {
        font-size: 1.6rem;
    }

    .grid figure figcaption > a {
        left: 30%;
        width: 40%;
        bottom: 8%;
    }

    .fa {
        margin-left: -1.5rem;
        color: #fff;
        font-size: 1rem;
    }

    .btn-m {
        background-color: rgba(36, 196, 239, .8);
        border-color: rgba(36, 196, 239, .8);
        color: #fff;
        font-size: 16px;
        padding: 0;
        height: 24%;
        padding: 1% 0;
        padding-left: 6%;
    }

    #sept-main-nav #nav-btn {
        display: none;
    }

    #sept-main-nav #navList {
        width: 26%;
        background: #2a303c;
        margin-top: 0px;
    }

    .navbar-nav {
        background: #2a303c;
    }

    .navbar-nav > li > b {
        margin-left: 20px;
    }

}

#navList li:last-child b {
    margin-left: 20px;
}

#navList li:nth-last-child(2) b {
    margin-left: 40px;
}

#navList li:nth-last-child(3) b {
    margin-left: 25px;
}

.mapH4,.mapP,#mapImg{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
    color: #fff;
}
.mapH4{
    font-size: 28px;
    margin: 33px auto;
}
.mapP{
    font-size: 14px;
    margin-top: 71px;
}
#mapImg{
    text-align: left;
    bottom: 97px;
    left: -99px;
}