@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?1z9v6x");
    src: url("../fonts/icomoon/icomoon.eot?1z9v6x#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?1z9v6x") format("truetype"), url("../fonts/icomoon/icomoon.woff?1z9v6x") format("woff"), url("../fonts/icomoon/icomoon.svg?1z9v6x#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
*{margin:0;padding:0}
html {
    overflow-x: hidden;
}

body {
    background: #ECEFF5;
    color: #8b8e94;
    line-height: 24px;
    font-size: 14px;
    font-family: "Poppins", Arial, sans-serif;
	overflow:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #181920;
    line-height: 1.5;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
    font-weight: 300;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5,
h6 {
    font-size: 14px;
}

p,
ul,
ol {
    margin-bottom: 15px;
}

a {
    -webkit-transition: .3s all;
    transition: .3s all;
    color: #004DDD;
}

a:hover,
a:focus,
a:active {
    color: #3072EE;
    text-decoration: none;
}

.probootstrap-navbar {
    background: #ffffff;
    border: none;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
    margin-bottom: 0px;
}

.probootstrap-navbar .navbar-toggle:focus,
.probootstrap-navbar .navbar-toggle:hover {
    background-color: transparent;
}

.probootstrap-navbar .navbar-toggle {
    border: none;
}

.probootstrap-navbar .navbar-toggle span.icon-bar {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

.probootstrap-navbar .navbar-toggle span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.probootstrap-navbar .navbar-toggle span:nth-child(3) {
    opacity: 0;
}

.probootstrap-navbar .navbar-toggle span:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.probootstrap-navbar .navbar-toggle.collapsed span:nth-child(2),
.probootstrap-navbar .navbar-toggle.collapsed span:nth-child(4) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.probootstrap-navbar .navbar-toggle.collapsed span:nth-child(3) {
    opacity: 1;
}

.probootstrap-navbar .parent-nav-link-padding,
.probootstrap-navbar .navbar-brand,
.probootstrap-navbar .navbar-nav>li>a {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (max-width: 768px) {
    .probootstrap-navbar .parent-nav-link-padding,
    .probootstrap-navbar .navbar-brand,
    .probootstrap-navbar .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.probootstrap-navbar .dropdown-header {
    color: rgba(255, 255, 255, 0.2);
    padding-left: 10px;
    text-transform: uppercase;
}

.probootstrap-navbar .dropdown>a {
    padding-right: 10px !important;
    position: relative;
    display: block;
}

@media screen and (max-width: 480px) {
    .probootstrap-navbar .dropdown>a {
        display: block;
        padding-right: 0px;
    }
}

.probootstrap-navbar .dropdown>a:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: -10px;
    margin-top: -11px;
    content: "\e924";
    font-size: 20px;
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: .3s all;
    transition: .3s all;
}

.probootstrap-navbar .dropdown>a:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.probootstrap-navbar .dropdown.open>a,
.probootstrap-navbar .dropdown:hover>a,
.probootstrap-navbar .dropdown:focus>a,
.probootstrap-navbar .dropdown:active>a {
    border-top: 2px solid #004DDD;
    -webkit-transition: .3s all;
    transition: .3s all;
}

@media screen and (max-width: 768px) {
    .probootstrap-navbar .dropdown.open>a,
    .probootstrap-navbar .dropdown:hover>a,
    .probootstrap-navbar .dropdown:focus>a,
    .probootstrap-navbar .dropdown:active>a {
        border-top: 2px solid transparent;
    }
}

.probootstrap-navbar .dropdown.open>a:before,
.probootstrap-navbar .dropdown:hover>a:before,
.probootstrap-navbar .dropdown:focus>a:before,
.probootstrap-navbar .dropdown:active>a:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.probootstrap-navbar .dropdown>.dropdown-menu>li a {
    padding: 10px;
    color: rgba(0, 0, 0, 0.85) !important;
}

.probootstrap-navbar .dropdown>.dropdown-menu>li a:hover {
    border-top: none;
    background: #ffffff;
    color: #303841 !important;
}

.probootstrap-navbar .dropdown>.dropdown-menu>li.open>a,
.probootstrap-navbar .dropdown>.dropdown-menu>li:hover>a,
.probootstrap-navbar .dropdown>.dropdown-menu>li:focus>a,
.probootstrap-navbar .dropdown>.dropdown-menu>li:active>a {
    background: #ffffff !important;
    border-top: none;
    color: #303841 !important;
    background: #ffffff;
}

.probootstrap-navbar .dropdown>.dropdown-menu>li.dropdown-submenu.open>a,
.probootstrap-navbar .dropdown>.dropdown-menu>li.dropdown-submenu:hover>a,
.probootstrap-navbar .dropdown>.dropdown-menu>li.dropdown-submenu:focus>a,
.probootstrap-navbar .dropdown>.dropdown-menu>li.dropdown-submenu:active>a {
    border-top: none;
}

.probootstrap-navbar .dropdown>.dropdown-menu>li.dropdown-submenu.open>a:before,
.probootstrap-navbar .dropdown>.dropdown-menu>li.dropdown-submenu:hover>a:before,
.probootstrap-navbar .dropdown>.dropdown-menu>li.dropdown-submenu:focus>a:before,
.probootstrap-navbar .dropdown>.dropdown-menu>li.dropdown-submenu:active>a:before {
    color: #000000 !important;
}

.probootstrap-navbar .navbar-right .dropdown-menu {
    right: auto;
}

.probootstrap-navbar .dropdown-menu {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* background: #004DDD;
    background: #303841 !important; */
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    white-space: normal !important;
    word-wrap: break-word !important;
}

.probootstrap-navbar .dropdown-menu a {
    white-space: normal;
}

@media screen and (max-width: 768px) {
    .probootstrap-navbar .dropdown-menu {
        width: 100%;
        padding: 10px 15px;
    }
    .probootstrap-navbar .dropdown-menu a {
        color: #ffffff !important;
    }
}

.probootstrap-navbar .navbar-brand {
    font-size: 30px;
    text-transform: uppercase;
    background: url(../img/logo.svg) no-repeat left center;
    top: 14px;
    position: relative;
    width: 121px;
    height: 43px;
    text-indent: -999999px;
}

@media screen and (max-width: 768px) {
    .probootstrap-navbar .navbar-brand {
        top: 5px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .probootstrap-navbar .navbar-brand {
        position: relative;
        top: 5px;
        width: 121px;
        height: 43px;
        background: url(../img/logo@2x.svg) no-repeat left center;
        background-size: cover;
    }
}

.probootstrap-navbar .navbar-nav .dropdown li.active>a {
    color: rgba(0, 0, 0, 0.85)!important;
    background: transparent !important;
}

.probootstrap-navbar .navbar-nav>li>a {
    color: #181920;
    font-size: 14px;
    position: relative;
    border-top: 2px solid transparent;
}

@media screen and (max-width: 768px) {
    .probootstrap-navbar .navbar-nav>li>a {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.probootstrap-navbar .navbar-nav>li>a:hover,
.probootstrap-navbar .navbar-nav>li>a:focus,
.probootstrap-navbar .navbar-nav>li>a:active {
    border-top: 2px solid #004DDD;
}

@media screen and (max-width: 480px) {
    .probootstrap-navbar .navbar-nav>li>a:hover,
    .probootstrap-navbar .navbar-nav>li>a:focus,
    .probootstrap-navbar .navbar-nav>li>a:active {
        border-top: 2px solid transparent;
    }
}

.probootstrap-navbar .navbar-nav>li.open>a {
    border-top: 2px solid transparent;
}

.probootstrap-navbar .navbar-nav>li.open>a:hover,
.probootstrap-navbar .navbar-nav>li.open>a:focus,
.probootstrap-navbar .navbar-nav>li.open>a {
    background: none;
}

.probootstrap-navbar .navbar-nav>li.probootstra-cta-button>a {
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 30px;
    background: #004DDD;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .probootstrap-navbar .navbar-nav>li.probootstra-cta-button>a {
        margin-bottom: 10px;
        margin-top: 0px;
    }
}

.probootstrap-navbar .navbar-nav>li.probootstra-cta-button>a.btn-ghost {
    background: transparent;
    color: #004DDD;
    border-top: 1px solid #004DDD !important;
}

.probootstrap-navbar .navbar-nav>li.probootstra-cta-button.last>a {
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .probootstrap-navbar .navbar-nav>li.probootstra-cta-button.last>a {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.probootstrap-navbar .navbar-nav>li.active>a {
    background: none !important;
}

.probootstrap-navbar .dropdown-submenu {
    position: relative;
}

.probootstrap-navbar .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.probootstrap-navbar .dropdown-submenu>a {
    display: block;
}

.probootstrap-navbar .dropdown-submenu>a:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: 10px;
    margin-top: -11px;
    content: "\e926";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: .3s all;
    transition: .3s all;
}

.probootstrap-navbar .dropdown-submenu>a:hover:before {
    color: rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 480px) {
    .probootstrap-navbar .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
}

.container-fluid .navbar-brand {
    margin-left: 15px !important;
}

.container-fluid .dropdown-submenu {
    position: relative;
}

.container-fluid .dropdown-submenu .dropdown-menu {
    top: 0;
    left: auto;
    right: 100% !important;
    margin-top: -1px;
}

@media screen and (max-width: 480px) {
    .container-fluid .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
}

.probootstrap-hero .probootstrap-hero-text {
    padding-top: 200px;
    padding-bottom: 200px;
}

@media screen and (max-width: 768px) {
    .probootstrap-hero .probootstrap-hero-text {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.probootstrap-hero.probootstrap-sm-hero .probootstrap-hero-text {
    padding-top: 150px;
    padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
    .probootstrap-hero.probootstrap-sm-hero .probootstrap-hero-text {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.probootstrap-hero.probootstrap-xs-hero .probootstrap-hero-text {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
    .probootstrap-hero.probootstrap-xs-hero .probootstrap-hero-text {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.probootstrap-hero h1 {
    text-transform: uppercase;
    font-size: 52px;
    color: #181920;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 64px;
}

@media screen and (max-width: 768px) {
    .probootstrap-hero h1 {
        font-size: 30px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 480px) {
    .probootstrap-hero h1 {
        font-size: 28px;
    }
}

.probootstrap-hero p {
    font-size: 16px;
}

.probootstrap-hero p:last-child {
    margin-bottom: 0;
}

.probootstrap-hero .btn {
    position: relative;
    font-size: 18px;
    width: 200px;
}

@media screen and (max-width: 480px) {
    .probootstrap-hero .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

.probootstrap-hero .btn.btn-primary {
    text-transform: uppercase;
    padding: 10px 15px;
}

.probootstrap-hero.probootstrap-hero-colored {
    background: #004DDD;
}

.probootstrap-hero.probootstrap-hero-colored h1 {
    color: white;
}

.probootstrap-hero.probootstrap-hero-colored p {
    color: rgba(255, 255, 255, 0.8);
}

.probootstrap-feature-showcase {
    margin-top: 100px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .probootstrap-feature-showcase {
        margin-top: 0px;
    }
}

.probootstrap-home-showcase-wrap {
    width: 100%;
}

.probootstrap-home-showcase-wrap .probootstrap-home-showcase-inner {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    z-index: 1;
    height: 500px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 768px) {
    .probootstrap-home-showcase-wrap .probootstrap-home-showcase-inner {
        height: 100%;
    }
}

.probootstrap-home-showcase-wrap .probootstrap-home-showcase-inner .probootstrap-chrome {
    background: #dddde0;
    padding: 15px;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.probootstrap-home-showcase-wrap .probootstrap-home-showcase-inner .probootstrap-chrome>div {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}

.probootstrap-home-showcase-wrap .probootstrap-home-showcase-inner .probootstrap-chrome>div>span {
    width: 5px;
    height: 5px;
    display: block;
    float: left;
    margin-right: 4px;
    background: #898991;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .probootstrap-home-showcase-wrap .probootstrap-image-showcase {
        height: 400px;
    }
}

@media screen and (max-width: 480px) {
    .probootstrap-home-showcase-wrap .probootstrap-image-showcase {
        height: 200px;
    }
}

.probootstrap-home-showcase-wrap .probootstrap-image-showcase>ul {
    padding: 0;
    margin: 0;
    position: relative;
}

.probootstrap-home-showcase-wrap .probootstrap-image-showcase>ul>li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.probootstrap-home-showcase-wrap .probootstrap-image-showcase>ul>li img {
    max-width: 100%;
}

.probootstrap-home-showcase-wrap .probootstrap-image-showcase>ul>li.active {
    opacity: 1;
    visibility: visible;
}

.probootstrap-showcase-nav {
    margin-top: 30px;
}

.probootstrap-showcase-nav ul {
    padding: 0;
    margin: 0;
}

.probootstrap-showcase-nav ul li {
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    list-style: none;
}

.probootstrap-showcase-nav ul li>a {
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.probootstrap-showcase-nav ul li p {
    display: none;
}

.probootstrap-showcase-nav ul li.active {
    padding: 20px;
    background: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}

.probootstrap-showcase-nav ul li.active>a {
    color: #004DDD;
    padding-left: 0px;
    display: block;
}

.probootstrap-showcase-nav ul li.active p {
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
}

.btn {
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
}

.btn:active {
    -webkit-transition: .2s all;
    transition: .2s all;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-lg {
    font-size: 14px;
    line-height: 1.5;
}

.btn.btn-primary {
    border: 1px solid #004DDD;
    background: #004DDD;
    color: #ffffff;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background: #3072EE;
}

.btn.btn-primary:focus,
.btn.btn-primary:active {
    outline: none;
    border: 1px solid #004DDD;
}

.btn.btn-ghost {
    background: transparent;
    border: 1px solid #004DDD;
    color: #004DDD;
}

.btn.btn-ghost:hover {
    background: #004DDD;
    color: #ffffff;
}

.btn.btn-ghost:focus,
.btn.btn-ghost:active {
    outline: none;
    background: transparent;
    color: #004DDD;
    border: 1px solid #004DDD;
}

.probootstrap-section {
    padding: 1em 0;
}

.probootstrap-section.probootstrap-border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.probootstrap-section>.container.probootstrap-border-top {
    padding-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.probootstrap-section.probootstrap-bg-white {
    background: #ffffff;
}

@media screen and (max-width: 768px) {
    .probootstrap-section {
        padding: 1em 0;
    }
}

.probootstrap-zindex-above-showcase {
    position: relative;
    z-index: 4;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading h2 {
    font-size: 40px;
}

@media screen and (max-width: 768px) {
    .section-heading h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    .section-heading p {
        font-size: 14px;
    }
}

.lead {
    font-size: 14px;
    line-height: 28px;
}

.probootstrap-cta {
    padding: 3em 0;
    background: #004DDD;
    color: #ffffff;
}

.probootstrap-cta h2 {
    margin: 18px 0 0 0;
    padding: 0;
    color: #ffffff;
    float: left;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .probootstrap-cta h2 {
        float: none;
        width: 100%;
        margin: 0px 0 0 0;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .probootstrap-cta h2 {
        text-align: center;
    }
}

.probootstrap-cta .btn {
    float: right;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .probootstrap-cta .btn {
        float: none;
        width: 100%;
        margin-top: 0px;
    }
}

.probootstrap-cta .btn.btn-ghost {
    width: 200px;
    color: #004DDD;
    background-color: #ffffff;
}

@media screen and (max-width: 480px) {
    .probootstrap-cta .btn.btn-ghost {
        width: 50%;
    }
}

.probootstrap-cta .btn.btn-ghost:hover {
    opacity: 0.85;
}

.probootstrap-footer {
    padding: 7em 0;
    background: #303841;
    color: rgba(255, 255, 255, 0.3);
}

.probootstrap-footer a {
    color: rgba(255, 255, 255, 0.2);
}

.probootstrap-footer a:hover {
    color: white;
}

@media screen and (max-width: 768px) {
    .probootstrap-footer {
        padding: 3em 0;
    }
}

.probootstrap-footer .copyright {
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .probootstrap-footer .copyright {
        margin-top: 0px;
    }
}

.probootstrap-footer .copyright p {
    line-height: 20px;
}

.probootstrap-footer .copyright p .icon {
    position: relative;
    top: 2px;
}

.probootstrap-footer .probootstrap-footer-widget {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.probootstrap-footer .probootstrap-footer-widget h3 {
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}

.probootstrap-footer .probootstrap-footer-widget ul {
    margin: 0;
    padding: 0;
}

.probootstrap-footer .probootstrap-footer-widget ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.service .icon {
    display: block;
    margin-bottom: 15px;
}

.service .icon i {
    font-size: 60px;
    color: rgba(0, 0, 0, 0.2);
    color: #004DDD;
}

.service h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.service p {
    font-size: 15px;
}

.service.left-icon {
    margin-bottom: 20px !important;
}

.service.left-icon .icon,
.service.left-icon .text {
    display: table-cell;
    vertical-align: top;
}

.service.left-icon .icon {
    width: 80px;
    position: relative;
    top: 20px;
}

.service.left-icon .icon i {
    font-size: 50px;
}

.service.left-icon .text {
    display: table-cell;
}

.service.left-icon h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.service.left-icon p {
    font-size: 14px;
}

.service.left-icon p:last-child {
    margin-bottom: 0;
}

.probootstrap-form {
    margin-bottom: 50px;
}

.probootstrap-form label {
    font-weight: normal;
}

.probootstrap-form .form-control {
    height: 46px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.probootstrap-form .form-control:active,
.probootstrap-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #004DDD;
}

.probootstrap-form textarea.form-control {
    height: inherit;
    resize: vertical;
}

.probootstrap-animate {
    opacity: 0;
    visibility: hidden;
}

.modal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    position: relative;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}

.modal .modal-content .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    font-size: 26px;
}

@media screen and (max-width: 480px) {
    .modal .modal-content .close {
        top: 20px;
        right: 20px;
    }
}

.modal .probootstrap-modal-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal .probootstrap-modal-flex .probootstrap-modal-figure {
    width: 40%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
    .modal .probootstrap-modal-flex .probootstrap-modal-figure {
        height: 200px;
    }
}

.modal .probootstrap-modal-flex .probootstrap-modal-content {
    width: 60%;
    padding: 40px;
    position: relative;
}

@media screen and (max-width: 480px) {
    .modal .probootstrap-modal-flex .probootstrap-modal-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .modal .probootstrap-modal-flex .probootstrap-modal-figure,
    .modal .probootstrap-modal-flex .probootstrap-modal-content {
        width: 100%;
    }
}

.modal .probootstrap-modal-flex .form-control {
    height: 40px;
}

@media screen and (max-width: 480px) {
    .modal .probootstrap-modal-flex .btn {
        margin-bottom: 10px;
    }
}

.modal .probootstrap-modal-flex .probootstrap-remember {
    float: left;
}

.modal .probootstrap-modal-flex .probootstrap-forgot {
    float: right;
}

@media screen and (max-width: 480px) {
    .modal .probootstrap-modal-flex .probootstrap-forgot {
        float: left;
    }
}

.modal .probootstrap-modal-flex .form-group {
    position: relative;
}

.modal .probootstrap-modal-flex .probootstrap-or {
    padding: 10px 0;
    text-align: center;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}

.modal .probootstrap-modal-flex .probootstrap-or>span {
    display: block;
}

.modal .probootstrap-modal-flex .probootstrap-or>span:before {
    height: 1px;
    left: 0;
    right: 0;
    top: 50%;
    background: #ccc;
    width: 100%;
    content: "";
    position: absolute;
}

.modal .probootstrap-modal-flex .probootstrap-or em {
    color: #ccc;
    display: inline-block;
    background: #ffffff;
    position: relative;
    z-index: 2;
    padding: 0 4px;
    font-style: normal;
}

.modal .probootstrap-modal-flex .btn-connect-facebook {
    background: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
}

.modal .probootstrap-modal-flex .btn-connect-twitter {
    background: #1da1f2;
    border-color: #1da1f2;
    color: #ffffff;
}

.modal .probootstrap-modal-flex .btn-connect-google {
    background: #ea4335;
    border-color: #ea4335;
    color: #ffffff;
}

.modal .vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
    /* This makes sure that we can still click outside of the modal to close it */
}

.modal .vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.probootstrap-contact-info {
    padding: 0;
    margin: 0 0 30px 0;
}

.probootstrap-contact-info li {
    padding: 0;
    margin: 20px 0 15px 0;
    list-style: none;
    line-height: 24px;
}

.probootstrap-contact-info li>i,
.probootstrap-contact-info li>span {
    vertical-align: top;
    display: table-cell;
}

.probootstrap-contact-info li>i {
    font-size: 20px;
    position: relative;
    top: 2px;
    width: 30px;
}

.probootstrap-team {
    margin-bottom: 30px;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-radius: 6px;
}

@media screen and (max-width: 480px) {
    .probootstrap-team {
        overflow: visible;
    }
    .probootstrap-team img {
        max-width: 100%;
    }
}

.probootstrap-team img {
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
    transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.probootstrap-team .probootstrap-team-info {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
    transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
    text-align: center;
    margin-top: 20px;
    z-index: 3;
    display: block;
}

@media screen and (max-width: 480px) {
    .probootstrap-team .probootstrap-team-info {
        position: relative;
        top: inherit !important;
        margin-top: 0 !important;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.probootstrap-team .probootstrap-team-info h3 {
    color: white;
}

.probootstrap-team .probootstrap-team-info h3 .position {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 480px) {
    .probootstrap-team .probootstrap-team-info h3 {
        color: rgba(0, 0, 0, 0.7);
    }
    .probootstrap-team .probootstrap-team-info h3 .position {
        display: block;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.4);
    }
}

.probootstrap-team:before {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: .3s all;
    transition: .3s all;
    z-index: 1;
    border-radius: 5px;
}

.probootstrap-team:hover img,
.probootstrap-team:focus img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.probootstrap-team:hover:before,
.probootstrap-team:focus:before {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 480px) {
    .probootstrap-team:hover:before,
    .probootstrap-team:focus:before {
        display: none;
    }
}

.probootstrap-team:hover .probootstrap-team-info,
.probootstrap-team:focus .probootstrap-team-info {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.probootstrap-flex-section {
    padding: 7em 0;
}

.probootstrap-flex-section.probootstrap-bg-white {
    background: #ffffff;
}

.probootstrap-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.probootstrap-flex .probootstrap-flex-item {
    width: 33.3333%;
    padding: 40px;
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
    transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
    z-index: 1;
    position: relative;
    border-radius: 4px;
}

@media screen and (max-width: 768px) {
    .probootstrap-flex .probootstrap-flex-item {
        padding: 30px;
    }
}

@media screen and (max-width: 480px) {
    .probootstrap-flex .probootstrap-flex-item {
        padding: 20px;
        margin-bottom: 20px;
    }
}

.probootstrap-flex .probootstrap-flex-item .service {
    margin-bottom: 0;
}

.probootstrap-flex .probootstrap-flex-item p:last-child {
    margin-bottom: 0;
}

.probootstrap-flex .probootstrap-flex-item.active,
.probootstrap-flex .probootstrap-flex-item:hover,
.probootstrap-flex .probootstrap-flex-item:focus {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    z-index: 2;
    background: #ffffff;
}

@media screen and (max-width: 768px) {
    .probootstrap-flex .probootstrap-flex-item {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .probootstrap-flex .probootstrap-flex-item {
        width: 100%;
    }
}

.proboostrap-clients .client-logo {
    margin-bottom: 30px;
}

.probootstrap-pricing-wrap {
    position: relative;
}

.probootstrap-pricing {
    background: #ffffff;
    float: left;
    width: 100%;
    padding: 20px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    z-index: 2;
    margin-top: -200px;
}

@media screen and (max-width: 992px) {
    .probootstrap-pricing {
        margin-top: 0 !important;
        margin-bottom: 30px;
    }
}

.probootstrap-pricing.popular {
    z-index: 10;
    margin-top: -215px;
    padding-top: 40px;
}

@media screen and (max-width: 992px) {
    .probootstrap-pricing.popular {
        margin-top: 0 !important;
    }
}

.probootstrap-pricing h3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 50px;
}

.probootstrap-pricing h3>span {
    margin-top: 10px;
    display: block;
    text-transform: none;
    letter-spacing: normal;
    color: #004DDD;
    font-size: 14px;
}

.probootstrap-pricing .probootstrap-price-wrap {
    margin-bottom: 50px;
}

.probootstrap-pricing .probootstrap-price-wrap .probootstrap-price {
    font-size: 50px;
    color: #004DDD;
    font-weight: 100;
    display: block;
    margin-bottom: 10px;
}

.probootstrap-pricing .probootstrap-price-wrap .probootstrap-price-per-month {
    font-size: 13px;
}

.probootstrap-pricing ul {
    padding: 0 30px;
    margin: 0 0 50px 0;
}

@media screen and (max-width: 480px) {
    .probootstrap-pricing ul {
        padding: 0 10px;
    }
}

.probootstrap-pricing ul li {
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 24px;
    list-style: none;
}

.probootstrap-testimony-wrap {
    border-radius: 4px;
    padding: 20px;
}

.probootstrap-testimony-wrap figure {
    margin-bottom: 20px;
}

.probootstrap-testimony-wrap figure img {
    height: 80px;
    border-radius: 50%;
}

.probootstrap-testimony-wrap blockquote {
    border-left: none;
    padding: 0;
    margin-bottom: 0;
    color: #000000;
}

.probootstrap-testimony-wrap blockquote cite {
    margin-top: 30px;
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}

.probootstrap-testimony-wrap blockquote cite span {
    font-style: normal;
    color: #000000;
    font-weight: bold;
}


/* Owl Override Style */

.owl-carousel {
    margin-bottom: 50px;
}

.owl-carousel.border-rounded .item {
    border-radius: 4px;
    overflow: hidden;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
    margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 50%;
    margin-top: -39px;
    z-index: 9999;
    position: absolute;
    -webkit-transition: .2s all;
    transition: .2s all;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 20px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 20px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
    color: #000000;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
    color: #000000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
    color: #ffffff;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .owl-theme .owl-controls .owl-nav {
        display: none;
    }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
    font-size: 24px;
    background: #004DDD !important;
    padding: 12px;
    -webkit-transition: .5s all;
    transition: .5s all;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
    background: #004DDD !important;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
    bottom: -30px;
    margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s all;
    transition: .2s all;
    border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot span:hover {
    background: none;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    border: 2px solid #000000;
}

.probootstrap-footer-social {
    padding: 0;
    margin: 0;
}

.probootstrap-footer-social li {
    display: inline;
    padding: 0;
    margin: 0;
    list-style: none;
}

.probootstrap-footer-social li a {
    padding: 10px;
    font-size: 22px;
}

.probootstrap-footer-social li:first-child>a {
    padding-left: 0;
}

.probootstrap-gutter0>div[class*='col-'] {
    padding-right: 0px;
    padding-left: 0px;
}

@media screen and (max-width: 480px) {
    .probootstrap-gutter0>div[class*='col-'] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.probootstrap-gutter40>div[class*='col-'] {
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 480px) {
    .probootstrap-gutter40>div[class*='col-'] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.probootstrap-gutter60>div[class*='col-'] {
    padding-right: 30px;
    padding-left: 30px;
}

@media screen and (max-width: 480px) {
    .probootstrap-gutter60>div[class*='col-'] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.mb0 {
    margin-bottom: 0px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt0 {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.pb0 {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
    .img-sm-responsive {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .img-xs-responsive {
        max-width: 100%;
    }
}


/* 七色米 */

.font85 {
    color: #191F5C;
}

.fontGray {
    color: #8b8e94;
}

.mb16 {
    margin-bottom: 16px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb16 {
    margin-top: 16px;
}

.mt8 {
    margin-top: 8px;
}

.mr8 {
    margin-right: 8px;
}

.fontB {
    font-weight: 600;
}

.No_padding {
    padding: 0px!important;
}

.pdT50 {
    padding-top: 50px;
}

.pdT40 {
    padding-top: 40px;
}

.pdT30 {
    padding-top: 30px;
}

.pd15 {
    padding: 0 15px;
}

.industry {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    bottom: -50px;
    margin: 0 5rem;
    z-index: 1;
}

.fontBlue {
    color: #004DDD;
}

.service .icon img {
    width: 40%;
}

.data {
    background-image: url(../img/index_phone_2.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position-x: 150%;
    background-position-y: 80%;
    width: 100%;
    height: 600px;
}

.data .greenFont {
    color: #01C65D;
}

.font36 {
    font-size: 36px;
}

.font24 {
    font-size: 24px;
}

.font18 {
    font-size: 18px;
}

.data-line {
    border-top: 1px solid #CCCCCC;
    width: 50%;
}

.background_gray {
    background-color: #F3F4F9;
}

.background_gray_white {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(235, 238, 246, 1));
}

.foodAndDrink img {
    width: 100%;
    overflow: hidden;
}

.probootstrap-section {
    padding: 2em 0;
}

.foodAndDrink .title {
    border-top: 4px solid #004DDD;
    display: inline-block;
}

li {
    list-style: none;
}

.wrap {
    width: 100%;
}

.wrap ul {
    padding: 0;
}

.tab {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
}

.tab .tab-item {
    /*width: 100%;*/
    width: 25%;
    display: inline-block;
    text-align: center;
    font-size: 15px;
}

.tab .tab-item span {
    height: 44px;
    line-height: 44px;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    /*border-bottom: 4px solid #00a5e0;*/
}

.tab .tab-item span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 4px;
}

.tab .tab-item.current span {
    color: #004DDD;
    transition: all linear .3s;
}

.tab .tab-item.current span:after {
    background: #004DDD;
    transition: all linear .3s;
}

.border-b {
    position: relative;
}

.border-b:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    transform-origin: 0 100%;
    transform: scaleY(0.5);
}

.about_box {
    margin: 0 15px 0px 15px;
    padding: 0;
}

.borderB {
    border-bottom: 1px dotted #eee;
    padding: 0 15px;
}

.font12 {
    font-size: 12px;
}

.fontblack {
    color: rgba(0, 0, 0, 0.85);
}


/* 选择版本 */

.version {
    padding: 0px;
}

.version li {
    background: #F6F7FC;
    padding: 15px 10px;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    display: block;
    border-radius: 5px;
}

.version li:hover {
    background: rgb(227, 229, 238);
}

.version li:active {
    background: rgb(227, 229, 238);
}

.version li .title {
    font-size: 18px;
    color: #191F5C;
    float: left;
}

.version li .text {
    color: #999FBB;
    font-size: 12px;
    float: right;
}


/* 功能对比 */

.VersionFunction {
    padding: 0px;
    text-align: left;
}

.VersionFunction li {
    width: 50%;
    float: left;
    height: 48px;
    line-height: 48px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #CCCCCC;
}

.VersionFunction li .greenText {
    color: #01C65D;
    margin-right: 10px;
}

.fenYe {
    width: 100%;
    display: inline-flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

.ellipsisTwo {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fontBlack {
    color: #000000;
}

/* 有赞微商城 */
.wscbox{
	background-color:#FFFFFF;
	height:auto;
	margin-top:40px;
	padding-top:60px;
	padding-bottom:60px;
}
.djbox{
	width:auto;
	margin:30px 30px;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.16);
	border-radius:10px;
	text-align:center;
	padding:10px 10px;
}
.jjfabox{
	height:auto;
	margin-top:20px;
	padding-top:40px;
	padding-bottom:40px;
}

.hybox{
	width:100%;
	padding: 0 4%;
	
}
.hybox ul{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	
}
.hybox ul li{
	width:48%;
	height:120px;
	line-height:120px;
	background-color:#ccc;
	text-align:center;
	margin-bottom:20px;
	border-radius:10px;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.03);
	font-size:14px;
}
.hybox ul li:nth-child(1){
	background-color:#E2FBC9;
}
.hybox ul li:nth-child(2){
	background-color:#CFFBFB;
}
.hybox ul li:nth-child(3){
	background-color:#DADEFE;
}
.hybox ul li:nth-child(4){
	background-color:#FFE1EB;
}
.hybox ul li:nth-child(5){
	background-color:#FBEEDB;
}
.hybox ul li:nth-child(6){
	background-color:#FEE2F9;
}
.hybox ul li:nth-child(7){
	background-color:#DCFEE5;
}
.hybox ul li:nth-child(8){
	background-color:#DCE9F9;
}
.yxwfbox{
	height:auto;
	margin-left:5%;
	margin-right:5%;
	margin-top:20px;
	padding-bottom:40px;

}