@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}

body {
    padding-top: 50px;
}


nav.navbar {
    padding: 5px 0;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 0;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    z-index: 35
}

nav.navbar,
nav.navbar.bg {
    background-color: #434343;
    font-size: medium;
}

.navbar-brand img {
    width: 26px;
    height: 26px;
    margin-bottom: 5px;
}


.navbar-brand img {
    -webkit-animation: rotateImg 3s linear infinite;
    /*width: 25px ;*/
    /*height: 25px;*/
    /*border: 1px solid #ccc;*/
    vertical-align: middle;
}

@keyframes rotateImg {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes rotateImg {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
    }
}




.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}

.navbar-brand {
    font-size: x-large;
}

.navbar-inverse .navbar-nav li a {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav li a:hover {
    background: #8CCC14;
}

.navbar-nav .dropdown .dropdown-menu {
    background-color: #434343;
}

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

.dropdown-menu>li>a {
    padding: 10px 20px;
}


.section-banner {
    align-content: center;
    padding: 20px 0 40px 0;
    color: #FFFFFF;
    /*background-color: darkgray;*/
    background: url(../images/banner.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.button-banner {
    border: 2px solid #fff;
    padding: 10px 50px;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    display: inline-block;

    -webkit-transition: all .4s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -o-transition: all .5s ease; /* IE 9 */
    -ms-transition: all .5s ease; /* Opera */
    transition: all .5s ease;

}


.btn-success {
    color: #fff;
    background-color: #8CCC14;
    border-color: #8CCC14;
}

.btn-success:hover {
    color: #fff;
    background-color: #8CCC14;
    border-color: #8CCC14;
}

.section-banner span {
    padding: 30px 0;
}


.section-title h2 {
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 400;
    letter-spacing: -0.6px;
    position: relative;
    margin: 30px 0 20px 0;
    padding-bottom: 15px;
}

.section-title h2:after {
    left: 50%;
    z-index: 1;
    width: 60px;
    height: 3px;
    content: " ";
    bottom: -5px;
    margin-left: -30px;
    text-align: center;
    position: absolute;
    background: #D4D4D4;
}

.section-title h3 {
    font-size: 20px;
    color: #5D5D5F;
    font-weight: 400;
    letter-spacing: -0.6px;
    position: relative;
    margin: 30px 0 20px 0;
    padding-bottom: 15px;
}

.section-title h3:after {
    left: 50%;
    z-index: 1;
    width: 60px;
    height: 3px;
    content: " ";
    bottom: -5px;
    margin-left: -30px;
    text-align: center;
    position: absolute;
    background: #D4D4D4;
}


.section-title p {
    font-size: 17px;
    font-weight: 300;
    line-height: 31px;
    margin: 30px 0px 10px 0px;
    text-align: left;
}



.media-heading {
    margin-bottom: 20px;
}


.featured-item {
    margin-bottom: 30px;
    height: 100px;
}

.featured-icon {
    float: left;
    font-size: 22px;
    border-radius: 5px;
    width: 75px;
    height: 75px;
    background-color: #F8F8F8;
    line-height: 90px;
    text-align: center;
    color: #8CCC14;
}

.featured-text {
    text-align: left;
    margin-left: 100px;
}

.featured-text h4 {
    color: #47474C;
    font-size: 17px;
    font-weight: 700;
}

.featured-text p {
    color: #747377;
    margin-top: 7px;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
}

.section-features {
    margin-top: 30px;
    margin-bottom: 20px;
}

.media {
    margin-top: 20px;
    margin-bottom: 30px;
}

#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 50px;
    right: 20px;

}

#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #eeeeee;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: .5s;
}

#back-top a:hover {
    background: #e2e2e2;
}

/* arrow icon (span tag) */
#back-top i {
    margin-top: 15px;
    font-size: 28px;
    color: #3193ff;
}


footer {
    padding: 20px;
    background-color: #000;
}

footer p {
    color: #B7B7B7;
    margin: 0;
    font-size: smaller;
    /*text-transform: uppercase;*/
    font-weight: 500;
    letter-spacing: 1.6px;
}

footer p a {
    color: #B7B7B7;
}

a:link {
    color: #e2e2e2;
}

a:visited {
    color: #e2e2e2;
}

a:hover {
    color: #8CCC14;
}

a:active {
    color: #e2e2e2;
}


/***

====================================================================
    10. price table style
====================================================================

***/

.pricing-table .item {
    padding: 20px 0 10px;
    border: 1px solid #F1F1F1;
    text-align: center;
}

.pricing-table .item h3 {
    margin-top: 0;
    padding: 12px 10px 10px;
    font-weight: bold;
    background: #f1f1f1;
    text-transform: uppercase;
    color: #636363;
    font-size: 24px;
}

.pricing-table .item p.price {
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    border-bottom: 1px solid #e3e3e3;
    color: #2098F5;
}

.pricing-table .item p.count {
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    border-bottom: 1px solid #e3e3e3;
    color: #f5652e;
}

.pricing-table .item p.price span {
    font-size: 20px;
    font-weight: normal;
}

.pricing-table .item p.price small {
    font-size: 18px;
    font-weight: normal;
}

.pricing-table .item p.count small-1 {
    font-size: 15px;
    font-weight: normal;
}


.pricing-table .item ul {
    list-style: none;
    padding: 20px 0;
}

.pricing-table .item ul li {
    line-height: 35px;
    font-size: 16px;
    font-weight: 300;
}

.pricing-table .item ul li i {
    margin-right: 5px;
    font-weight: bold;
    color: #2098F5;
}

.pricing-table .item .btn-theme {
    padding: 10px 30px;
    border: 1px solid #c8c8c8;
}

.pricing-table .item .btn-theme.active {
    background-color: #2098F5;
    color: #fff;
}

.pricing-table .item .btn-theme.active:hover {
    background-color: transparent;
    color: #636363;
}

.pricing-table .item span.hot {
    position: relative;
    left: 6px;
    font-size: 13px;
    color: #f5652e;
    text-decoration: underline;
}

.pricing-table .item .btn-theme.active {
    background-color: #2098F5;
    color: #fff;
}

.pricing-table .item .btn-theme {
    padding: 8px 30px;
    border: 1px solid #c8c8c8;
    margin-bottom: 20px;
}

.btn-theme {
    color: #6b6b6b;
    background-color: transparent;
    border-width: 2px;
    border-color: #a5a5a5;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-theme.active {
    background-color: #2098F5;
    color: #fff;
}


.pricing-table .item .btn-theme.active:hover {
    background-color: transparent;
    color: #636363;
}

.btn-theme:hover {
    color: #ffffff;
    background-color: #2098F5;
}

@media (max-width: 767px) {
    .pricing-table .item {
        margin-bottom: 15px;
    }
}


.btn-banner {
    border-width: 1px;
    border-color: #ffff;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 40px;
    border-radius: 25px;
}

.btn-banner2 {
    border-width: 1px;
    border-color: #ffff;
    font-size: 12px;
    padding: 5px 30px;
    border-radius: 16px;
}


.btn-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #F1F1F1;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}


.section-bottom {
    background-color: #F1F1F1;
}

.section-title-padding {
    padding: 20px;
}


.priceItem:hover {
    transform: scale(1.02); /*鼠标放上之后元素变成1.4倍大小*/
    transition: all 0.3s ease-in-out 0s;
}

.priceItem:hover h3 {
    color: #8CCC14;
}

.priceItem:hover ul {
    color: #8CCC14;
}


/* end price */

.section-help {
    padding: 0 0 20px 0;
}

.section-help p {
    padding: 0 20px;
    line-height: 25px;
}

.section-help h4 {
    padding: 0 20px;
}

.section-help h5 {
    padding: 0 20px;
}

.section-help h6 {
    padding: 0 20px;
}


.media-body p {
    font-size: medium;
    font-weight: 300;
}


/*--------------------
4.6. Team
--------------------*/

.team-item {
    text-align: center;
    background-color: #fff;
    padding: 15px 0px;
    margin: 10px 0px 30px 0px;
}


.team-item h3 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #2D2D2D;
}

.team-item .team-position {
    color: #989898;
    font-size: 12px;
    margin: 15px 0 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.team-item p {
    font-size: 13px;
    font-weight: 400;
    color: #292929;
    padding: 5px 10px 20px 10px;
}

.team-socials {
    padding-bottom: 25px;
}

.team-socials a {
    color: #B2B3B7;
    font-size: 20px;
    margin: 0 10px;
}

.team-socials a:hover {
    color: #000;
}

.team-image:hover {
    transform: scale(1.05); /*鼠标放上之后元素变成1.4倍大小*/
    transition: all 0.3s ease-in-out 0s;
}

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

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.light-bg {
    background-color: #f8f8f8;
}

.dark-bg {
    background-color: #333231;
    color: #fff;
}

.short-section {
    border-top: 1px solid #5D5D5F;
    border-bottom: 1px solid #5D5D5F;
    padding-top: 20px;
    padding-bottom: 30px;
}

.counter-item .numCX {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
}

.counter-item .subNumCX {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}


.counter-item h6 {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0 0 0;
    text-transform: uppercase;
}



