﻿.wow{color:#fff; font-weight:bold; padding:20px;}

html .layout,
body .layout {
    height: 100%;
    min-height: 100%;
    width: 100%;
}

#progress {
    position: absolute;
    z-index:999;
    height: 2px;
    background: #b91f1f;
    transition: opacity 500ms linear
}

    #progress.done {
        opacity: 0
    }

@-webkit-keyframes pulse {
    30% {
        opacity: .6
    }

    60% {
        opacity: 0;
    }

    100% {
        opacity: .6
    }
}

.layout {
    opacity: 0;
    -webkit-transition: 1.7s opacity ease;
    transition: 1.7s opacity ease;
}
    .module-slides a:hover{ text-decoration:none;}
.layout.fade-in {
    opacity: 1;
}

/*------------------------------------------------------------------
[Header & Navigation]
*/

.off-canvas-sidebar-open .header {
    left: -270px;
}

.header {
    background: transparent;
    position: fixed;
    z-index: 1040;
    height: 81px;
    width: 100%;
    padding: 0 40px;
    left: 0;
    -webkit-transition: height .3s ease-out,
                        background .3s ease-out,
                        box-shadow .5s,
                        left .2s cubic-bezier(.645, .045, .355, 1),
                        -webkit-transform .5s;
            transition: height .3s ease-out,
                background .3s ease-out,
                box-shadow .5s,
                left .2s cubic-bezier(.645, .045, .355, 1),
                -webkit-transform .5s;
            transition: height .3s ease-out,
                background .3s ease-out,
                transform .5s,
                box-shadow .5s,
                left .2s cubic-bezier(.645, .045, .355, 1);
            transition: height .3s ease-out,
                background .3s ease-out,
                transform .5s,
                box-shadow .5s,
                left .2s cubic-bezier(.645, .045, .355, 1),
                -webkit-transform .5s;
    box-shadow: none;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    border-bottom: 1px solid rgba(220, 220, 220, .2);
}

.header.header-small {
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.header.header-shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    height: 61px;
}

.header.header-center .inner-nav {
    text-align: center;
}

.header.header-right .inner-nav {
    text-align: right;
}

.header.header-right .extra-nav {
    min-width: auto;
    max-width: auto;
}

.header .container,
.header .container-fluid {
    position: relative;
    display: table;
    height: 100%;
}

.header .brand-light {
    display: none;
}

.header .inner-brand {
    color: #313131;
    white-space: nowrap;
}

.header .label {
    float: right;
    padding: 2px 6px 1px !important;
    letter-spacing: 1px !important;
    font-size: 8px !important;
    margin: 1px 0 0 !important;
}

.inner-header {
    vertical-align: middle;
}

.inner-nav {
    position: relative;
}

.extra-nav,
.inner-header {
    min-width: 140px;
    max-width: 140px;
    /*overflow: hidden;*/
}

.nav-toggle,
.inner-header,
.inner-navigation {
    display: table-cell;
    height: 100%;
}

.inner-brand {
    -webkit-transition: all .3s;
            transition: all .3s;
    font-size: 20px;
}

.inner-nav,
.inner-navigation {
    width: 100%;
}

.inner-navigation-inline {
    display: inline-table;
    height: 100%;
    width: 100%;
}

.inner-nav,
.extra-nav {
    display: table-cell;
    height: 100%;
}

.extra-nav {
    text-align: right;
    white-space: nowrap;
}

.nav-toggle {
    display: none;
}

.nav-toggle > a {
    display: block;
    height: 14px;
    width: 18px;
    float: right;
}

.nav-toggle > a span {
    background: #313131;
    display: block;
    height: 2px;
    width: 100%;
}

.nav-toggle > a span:nth-child(2),
.nav-toggle > a span:nth-child(3) {
    margin-top: 4px;
}

.inner-nav > ul,
.extra-nav > ul {
    list-style: none;
    height: 100%;
    padding: 0;
    margin: 0;
}

.inner-nav > ul > li,
.extra-nav > ul > li {
    position: relative;
    display: inline-block;
    height: 100%;
    margin: 0 24px 0 0;
}

.inner-nav > ul > li:last-child,
.extra-nav > ul > li:last-child {
    margin-right: 0;
}

.inner-nav > ul > li > a,
.extra-nav > ul > li > a {
    display: block;
    
    letter-spacing: .7px;
    line-height: 24px;
    font-weight: 600;
    font-size: 14px;
    height: 100%;
}

.inner-nav > ul > li > a::after,
.inner-nav > ul > li > a::before,
.extra-nav > ul > li > a::after,
.extra-nav > ul > li > a::before {
    content: "";
    display: block;
    height: 50%;
    height: calc(50% - 14px);
}

.extra-nav > ul > li:first-child {
    padding-left: 24px;
}

.extra-nav > ul > li > a > .fa {
    margin-left: 10px;
}

.inner-nav > ul > li > .nav-btn .btn {
    letter-spacing: .7px;
    font-size: 14px;
    padding: 12px 24px;
}

.inner-nav > ul > li > .nav-btn .btn:hover,
.inner-nav > ul > li > .nav-btn .btn:focus {
    opacity: 1;
}

.inner-nav > ul > li > .nav-btn::after,
.inner-nav > ul > li > .nav-btn::before {
    content: "";
    display: block;
    height: 50%;
    height: calc(50% - 23px);
}

.inner-nav > ul > li.menu-item-has-children > .sub-menu,
.inner-nav > ul > li.menu-item-has-children > .mega-menu {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
            transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
            transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
            transition: opacity .4s ease 0s,
                transform .4s ease 0s,
                visibility .4s linear 0s,
                -webkit-transform .4s ease 0s;
}

.inner-nav > ul > li.menu-item-has-children.sub-menu-open > .sub-menu,
.inner-nav > ul > li.menu-item-has-children.sub-menu-open > .mega-menu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.inner-nav .sub-menu,
.inner-nav .mega-menu {
    background-color: #fff;
    position: absolute;
    min-width: 180px;
    left: -20px;
    opacity: 0;
    z-index: 1030;
    visibility: hidden;
    top: 100%;
    text-align: left;
    box-shadow: 0 14px 32px 4px rgba(0, 0, 0, .1);
}

.inner-nav .sub-menu {
    list-style: none;
    padding: 10px 0;
}

.inner-nav .sub-menu .sub-menu {
    left: 100%;
    top: -10px;
}

.inner-nav .sub-menu li {
    position: relative;
    margin: 0;
}

.inner-nav .sub-menu li.mega-menu-col > a {
    color: #000;
    font-weight: 600;
}

.inner-nav .sub-menu li a {
    position: relative;
    display: block;
    padding: 8px 20px;
    
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
    color: #999;
    white-space: nowrap;
}

.inner-nav .sub-menu li a:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    color: #777;
}

.inner-nav .sub-menu li a > .fa {
    margin-right: 6px;
    text-align: center;
    font-size: 14px;
    width: 18px;
}

.inner-nav .sub-menu li:hover::after {
    color: #777;
}

.inner-nav .mega-menu {
    white-space: nowrap;
    padding: 0;
}

.inner-nav .mega-menu .sub-menu {
    box-shadow: none;
    left: 0;
}

.inner-nav .mega-menu .sub-menu + .sub-menu {
    padding-top: 0;
}

.inner-nav .mega-menu .sub-menu .sub-menu {
    padding: 15px 0 0;
}

.inner-nav .sub-menu.mega-menu-row {
    padding: 0 5px;
}

.inner-nav .mega-menu .sub-menu {
    position: relative;
}

.inner-nav .mega-menu .sub-menu .sub-menu {
    left: auto;
}

.inner-nav .mega-menu .sub-menu .mega-menu-col {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    width: 210px;
}

.inner-nav .mega-menu .sub-menu .mega-menu-col > a {
    pointer-events: none;
    cursor: default;
}

.inner-nav .sub-menu .menu-item-has-children::after {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    content: "\f105";
    color: #999;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.inner-nav .sub-menu .menu-item-has-children.mega-menu-col::after {
    content: "";
    display: none;
}

.inner-nav .sub-menu-open > .sub-menu,
.inner-nav .sub-menu-open > .mega-menu,
.inner-nav .sub-menu-open > .mega-menu .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.mega-menu.sub-menu-left {
    left: auto;
    right: 0;
}

.header .inner-brand,
.header.header-light.header-small .inner-brand {
    color: #313131;
}

.header .brand-dark,
.header.header-light.header-small .brand-dark {
    display: inline-block;
}

.header .brand-light,
.header.header-light.header-small .brand-light {
    display: none;
}

.header .inner-nav > ul > li > a,
.header .extra-nav > ul > li > a,
.header.header-light.header-small .inner-nav > ul > li > a,
.header.header-light.header-small .extra-nav > ul > li > a,
.header.header-light.header-small .btn.btn-gray.btn-outline {
    color: #303133;
}

.header.header-light.header-small .btn.btn-gray.btn-outline{
    border-color: #111;
}

.header .inner-nav > ul > li > a.active,
.header .inner-nav > ul > li > a:hover,
.header .inner-nav > ul > li > a:focus,
.header .extra-nav > ul > li > a.active,
.header .extra-nav > ul > li > a:hover,
.header .extra-nav > ul > li > a:focus,
.header.header-light.header-small .inner-nav > ul > li > a.active,
.header.header-light.header-small .inner-nav > ul > li > a:hover,
.header.header-light.header-small .inner-nav > ul > li > a:focus,
.header.header-light.header-small .extra-nav > ul > li > a.active,
.header.header-light.header-small .extra-nav > ul > li > a:hover,
.header.header-light.header-small .extra-nav > ul > li > a:focus {
    opacity: .8;
}

.header .inner-nav > ul > li.sub-menu-open > a,
.header .extra-nav > ul > li.sub-menu-open > a,
.header.header-light.header-small .inner-nav > ul > li.sub-menu-open > a,
.header.header-light.header-small .extra-nav > ul > li.sub-menu-open > a {
    opacity: .8;
}

.header.header-light .inner-brand {
    color: #fff;
}

.header.header-light .brand-dark {
    display: none;
}

.header.header-light .brand-light {
    display: inline-block;
}

.header.header-light .inner-nav > ul > li > a,
.header.header-light .extra-nav > ul > li > a {
    color: #fff;
}

.header.header-light .inner-nav > ul > li > a.active,
.header.header-light .inner-nav > ul > li > a:hover,
.header.header-light .inner-nav > ul > li > a:focus,
.header.header-light .extra-nav > ul > li > a.active,
.header.header-light .extra-nav > ul > li > a:hover,
.header.header-light .extra-nav > ul > li > a:focus {
    opacity: .8;
}

.header.header-light .inner-nav > ul > li.sub-menu-open > a,
.header.header-light .extra-nav > ul > li.sub-menu-open > a {
    opacity: .8;
}

/* Dark sub-menu */

.header-sub-menu-dark .inner-nav .sub-menu,
.header-sub-menu-dark .inner-nav .mega-menu {
    background-color: #1b1d1f;
}

.header-sub-menu-dark .inner-nav .sub-menu li.mega-menu-col > a {
    color: #fff;
}

@media (min-width: 992px) {
    .inner-navigation.collapse {
        display: table-cell !important;
    }
}

@media (max-width: 991px) {
    .header {
        background-color: #fff;
        padding: 0;
    }

    .header .container,
    .header .container-fluid {
        width: 100%;
        padding: 0 30px;
    }

    .header.header-right .inner-nav,
    .header.header-center .inner-nav {
        text-align: left;
    }

    .nav-toggle {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }

    .inner-nav,
    .inner-navigation,
    .inner-navigation-inline {
        height: auto;
    }

    .inner-nav {
        display: block;
    }

    .extra-nav {
        display: none;
    }

    .inner-nav ul > li,
    .inner-nav .sub-menu li {
        display: block;
        height: auto;
        margin: 0;
    }

    .inner-nav ul > li a,
    .inner-nav .sub-menu li a {
        position: relative;
        display: block;
        
        letter-spacing: .7px;
        line-height: 24px;
        font-weight: 600;
        font-size: 12px;
        color: #fff;
        padding: 8px 0;
    }

    .inner-nav ul > li a:hover,
    .inner-nav ul > li a:focus,
    .inner-nav .sub-menu li a:hover,
    .inner-nav .sub-menu li a:focus {
        opacity: .8;
        color: #fff;
    }

    .inner-nav ul > li a::after,
    .inner-nav ul > li a::before,
    .inner-nav .sub-menu li a::after,
    .inner-nav .sub-menu li a::before {
        content: none;
    }

    .inner-nav .sub-menu li a:hover {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    .inner-nav .sub-menu li.mega-menu-col > a {
        color: #fff;
    }

    .inner-nav .sub-menu li.mega-menu-col > a::after {
        content: none;
    }

    .inner-nav li.menu-item-has-children > a::after {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 13px;
        content: "\f107";
        color: #999;
        -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
    }

    .inner-nav .sub-menu .menu-item-has-children::after {
        display: none;
        content: "";
    }

    .inner-navigation {
        position: absolute;
        background-color: #1b1d1f;
        /*max-height: 340px;*/
        width: 100%;
        left: 0;
        top: 100%;
    }

    .inner-navigation.show {
        overflow-y: auto;
    }

    .inner-navigation.collapse {
        display: none;
    }

    .inner-navigation.collapse.show {
        display: block;
    }
    .inner-navigation.collapse.in {
        display: block;
    }

    .inner-navigation.collapsing {
        height: 0;
        -webkit-transition: height .35s ease;
                transition: height .35s ease;
    }

    .inner-navigation-inline {
        padding: 30px;
        display: block;
    }

    .inner-nav .sub-menu,
    .inner-nav .mega-menu {
        box-shadow: none;
    }

    .inner-nav .sub-menu,
    .inner-nav .sub-menu .sub-menu,
    .inner-nav .mega-menu {
        border: 0;
        background: transparent;
        background-image: none !important;
        display: none;
        padding: 0 0 0 8px;
        margin: 0;
    }

    .inner-nav .sub-menu .menu-item-has-children.sub-menu-open > a,
    .inner-nav .sub-menu .sub-menu .menu-item-has-children.sub-menu-open > a,
    .inner-nav .mega-menu .menu-item-has-children.sub-menu-open > a {
        background: transparent;
    }

    .inner-nav .sub-menu-open > .sub-menu,
    .inner-nav .sub-menu-open > .mega-menu,
    .inner-nav .sub-menu-open > .mega-menu .sub-menu,
    .inner-nav .mega-menu .sub-menu .mega-menu-col {
        position: static;
        display: block !important;
    }

    .inner-nav .mega-menu .sub-menu .sub-menu {
        padding: 0;
    }

    .inner-nav .mega-menu .sub-menu .mega-menu-col {
        width: auto;
        padding: 0;
    }

    .inner-nav .mega-menu > li:not(:last-child) {
        border: 0;
    }

    .inner-nav .mega-menu li {
        display: block;
        width: 100%;
        padding: 0;
    }

    .header .inner-brand,
    .header.header-light .inner-brand,
    .header.header-small .inner-brand,
    .header.header-light.header-small .inner-brand {
        color: #313131;
    }

    .header .brand-dark,
    .header.header-light .brand-dark,
    .header.header-small .brand-dark,
    .header.header-light.header-small .brand-dark {
        display: inline-block;
    }

    .header .brand-light,
    .header.header-light .brand-light,
    .header.header-small .brand-light,
    .header.header-light.header-small .brand-light {
        display: none;
    }

    .header .inner-nav > ul > li > a,
    .header.header-light .inner-nav > ul > li > a,
    .header.header-small .inner-nav > ul > li > a,
    .header.header-light.header-small .inner-nav > ul > li > a {
        color: #fff;
    }

    .header .inner-nav > ul > li > a:hover,
    .header .inner-nav > ul > li > a:focus,
    .header.header-light .inner-nav > ul > li > a:hover,
    .header.header-light .inner-nav > ul > li > a:focus,
    .header.header-small .inner-nav > ul > li > a:hover,
    .header.header-small .inner-nav > ul > li > a:focus,
    .header.header-light.header-small .inner-nav > ul > li > a:hover,
    .header.header-light.header-small .inner-nav > ul > li > a:focus {
        opacity: .8;
    }
}

@media (max-width: 767px) {
    .inner-navigation-inline {
        display: block;
    }
}

/*------------------------------------------------------------------
[Modules]
*/

.module,
.module-sm,
.module-header {
    background-color: #f7f7f7;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 250px 0;
}

.module.module-divider-top,
.module-sm.module-divider-top,
.module-header.module-divider-top {
    border-top: 1px solid #f2f2f2;
}

.module.module-divider-bottom,
.module-sm.module-divider-bottom,
.module-header.module-divider-bottom {
    border-bottom: 1px solid #f2f2f2;
}

.module,
.module-sm {
    background-color: #fff;
    padding: 50px 0;
}

.module-sm {
    padding: 30px 0;
}

.module-gray {
    background-color: #f7f7f7;
}

.flexslider,
.module-slides,
.full-height {
    min-height: 100vh;
    height: 100vh;
    padding: 0;
}

.flexslider .container,
.module-slides .container,
.full-height .container {
    display: table;
    height: 100%;
    padding: 0;
}

.flexslider .container > .row,
.module-slides .container > .row,
.full-height .container > .row {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.flexslider .container,
.full-height .container,
.module-slides .container,
.module-header .container {
    position: relative;
    z-index: 2;
}

.parallax {
    background-color: transparent !important;
}

.header + .wrapper .module:first-child {
    padding-top: 160px;
}

.header + .wrapper .module-sm:first-child {
    padding-top: 114px;
}

.header + .wrapper section.maps-container:first-child {
    padding-top: 81px;
}

.module-page-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #f2f2f2;
    padding: 111px 0 30px;
}

.module-page-title .h5 {
    
    letter-spacing: 1.5px;
    font-size: 15px;
    margin: 0;
}

.row-page-title {
    display: table;
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100%;
}

.row-page-title .page-title-captions,
.row-page-title .page-title-secondary {
    display: table-cell;
    vertical-align: middle;
    width: 45%;
}

.row-page-title .page-title-secondary .breadcrumb {
    float: right;
}

@media (max-width: 767px) {
    .row-page-title .page-title-captions {
        text-align: center;
    }

    .row-page-title .page-title-secondary {
        display: none;
    }
}

.bb {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
}

.flexslider,
.module-header,
.module-slides {
    text-align: center;
}

.flexslider .container > .row > [class*="col-"] > *:last-child,
.module-header .container > .row > [class*="col-"] > *:last-child,
.module-slides .container > .row > [class*="col-"] > *:last-child {
    margin-bottom: 0;
}

.flexslider .btn,
.module-header .btn,
.module-slides .btn {
    margin: 3px;
}

.flexslider h1,
.flexslider h2,
.flexslider h3,
.flexslider h4,
.flexslider h5,
.flexslider h6,
.module-header h1,
.module-header h2,
.module-header h3,
.module-header h4,
.module-header h5,
.module-header h6,
.module-slides h1,
.module-slides h2,
.module-slides h3,
.module-slides h4,
.module-slides h5,
.module-slides h6 {
    color: #313131;
    margin: 0;
}

.flexslider p,
.module-header p,
.module-slides p {
    font-size: 20px;
    margin: 0;
}

.flexslider h1.h1,
.module-header h1.h1,
.module-slides h1.h1 {
    font-size: 70px;
}

.flexslider h1.h2,
.module-header h1.h2,
.module-slides h1.h2 {
    font-size: 54px;
}

.flexslider h1.h3,
.module-header h1.h3,
.module-slides h1.h3 {
    font-size: 48px;
}

.flexslider h1.h4,
.module-header h1.h4,
.module-slides h1.h4 {
    font-size: 32px;
}

.flexslider h1.h5,
.module-header h1.h5,
.module-slides h1.h5 {
    font-size: 18px;
}

.flexslider h1.h6,
.module-header h1.h6,
.module-slides h1.h6 {
    letter-spacing: 1px;
    margin-right: -1px;
    font-size: 14px;
}

@media (max-width: 992px) {
    .wrapper {
        padding-top: 81px;
    }

    .module-page-title {
        padding: 30px 0;
    }

    .module-header {
        height: auto;
        min-height: auto;
        padding: 40px 0;
    }

    .flexslider h1.h1,
    .module-slides h1.h1,
    .module-header h1.h1 {
        font-size: 56px;
    }

    .flexslider h1.h2,
    .module-slides h1.h2,
    .module-header h1.h2 {
        font-size: 43.2px;
    }

    .flexslider h1.h3,
    .module-slides h1.h3,
    .module-header h1.h3 {
        font-size: 38.4px;
    }

    .flexslider h1.h4,
    .module-slides h1.h4,
    .module-header h1.h4 {
        font-size: 25.6px;
    }

    .flexslider h1.h5,
    .module-slides h1.h5,
    .module-header h1.h5 {
        font-size: 16.2px;
    }

    .flexslider h1.h6,
    .module-slides h1.h6,
    .module-header h1.h6 {
        font-size: 12.6px;
    }

    .flexslider br,
    .module-slides br,
    .module-header br {
        display: none;
    }
}

@media (max-width: 767px) {
    .flexslider h1.h1,
    .module-slides h1.h1,
    .module-header h1.h1 {
        font-size: 42px;
    }

    .flexslider h1.h2,
    .module-slides h1.h2,
    .module-header h1.h2 {
        font-size: 32.4px;
    }

    .flexslider h1.h3,
    .module-slides h1.h3,
    .module-header h1.h3 {
        font-size: 28.8px;
    }

    .flexslider h1.h4,
    .module-slides h1.h4,
    .module-header h1.h4 {
        font-size: 19.2px;
    }

    .flexslider h1.h5,
    .module-slides h1.h5,
    .module-header h1.h5 {
        font-size: 14.4px;
    }

    .flexslider h1.h6,
    .module-slides h1.h6,
    .module-header h1.h6 {
        font-size: 11.2px;
    }

    .flexslider p,
    .module-slides p,
    .module-header p {
        font-size: 18px;
    }
}

@media (max-width: 568px) {
    .flexslider h1.h1,
    .module-slides h1.h1,
    .module-header h1.h1 {
        font-size: 35px;
    }

    .flexslider h1.h2,
    .module-slides h1.h2,
    .module-header h1.h2 {
        font-size: 27px;
    }

    .flexslider h1.h3,
    .module-slides h1.h3,
    .module-header h1.h3 {
        font-size: 24px;
    }

    .flexslider h1.h4,
    .module-slides h1.h4,
    .module-header h1.h4 {
        font-size: 16px;
    }

    .flexslider h1.h5,
    .module-slides h1.h5,
    .module-header h1.h5 {
        font-size: 12.6px;
    }

    .flexslider h1.h6,
    .module-slides h1.h6,
    .module-header h1.h6 {
        font-size: 9.8px;
    }

    .flexslider p,
    .module-slides p,
    .module-header p {
        font-size: 16px;
    }
}

.bg-dark,
.bg-gradient {
    color: #fff;
}

.bg-dark h1,
.bg-dark .h1,
.bg-dark h2,
.bg-dark .h2,
.bg-dark h3,
.bg-dark .h3,
.bg-dark h4,
.bg-dark .h4,
.bg-dark h5,
.bg-dark .h5,
.bg-dark h6,
.bg-dark .h6,
.bg-dark blockquote,
.bg-gradient h1,
.bg-gradient .h1,
.bg-gradient h2,
.bg-gradient .h2,
.bg-gradient h3,
.bg-gradient .h3,
.bg-gradient h4,
.bg-gradient .h4,
.bg-gradient h5,
.bg-gradient .h5,
.bg-gradient h6,
.bg-gradient .h6,
.bg-gradient blockquote {
    color: #fff;
}

.bg-dark .counter .counter-title,
.bg-dark .counter .counter-number,
.bg-gradient .counter .counter-title,
.bg-gradient .counter .counter-number {
    color: #fff;
}

.module-title {
    margin: 0 0 70px;
}

.module-title h2 {
    margin: 0 0 20px;
    font-size: 34px;
    margin: 0 -4px 10px 0;
    
    letter-spacing: 4px;
    font-size: 28px;
}

.module-title p {
    font-size: 16px;
}

.bg-gradient:after {
    position: absolute;
    height: 100%;
    width: 100%;
}

.bg-dark-30:before,
.bg-dark-60:before,
.bg-dark-90:before,
.bg-light-30:before,
.bg-light-60:before,
.bg-light-90:before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.bg-dark-30:before {
    background-color: rgba(34, 34, 34, .3);
    content: "";
    left: 0;
    top: 0;
}

.bg-dark-60:before {
    background: rgba(34, 34, 34, .6);
    content: "";
    left: 0;
    top: 0;
}

.bg-dark-90:before {
    background: rgba(34, 34, 34, .9);
    content: "";
    left: 0;
    top: 0;
}

.bg-light-30:before {
    background: rgba(255, 255, 255, .3);
    content: "";
    left: 0;
    top: 0;
}

.bg-light-60:before {
    background: rgba(255, 255, 255, .6);
    content: "";
    left: 0;
    top: 0;
}

.bg-light-90:before {
    background: rgba(255, 255, 255, .9);
    content: "";
    left: 0;
    top: 0;
}

.bg-gradient:after {
    background-color: #4a90e2;
    background: -webkit-linear-gradient(45deg, #4a90e2 0%, rgba(74, 144, 226, .3) 100%);
    background: linear-gradient(45deg, #4a90e2 0%, rgba(74, 144, 226, .3) 100%);
    content: "";
    left: 0;
    top: 0;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.demo-preview {
    text-align: center;
    margin: 0 0 60px;
}

.demo-preview img {
    -webkit-transition: all .3s cubic-bezier(.46, .01, .25, 1);
            transition: all .3s cubic-bezier(.46, .01, .25, 1);
}

.demo-preview a {
    display: block;
    margin: 0 0 20px;
}

.demo-preview a:hover {
    opacity: .8;
}

.demo-preview h4 {
    
    letter-spacing: 1.5px;
}

.demo-preview:hover img {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
}

.block-two-columns {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.block-two-columns .block-item {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    background-size: cover;
    width: 50%;
}

.block-two-columns .block-item .block-item-inner {
    padding: 10%;
    width: 100%;
}

@media (max-width: 767px) {
    .block-two-columns .block-item {
        display: inline-block;
        height: auto;
        width: 100%;
    }
}

/*------------------------------------------------------------------
[Buttons]
*/

.btn {
    border-width: 2px;
    border-radius: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    
    letter-spacing: .09375rem;
    font-weight: 600;
    font-size: .625rem;
    padding: .9375rem 1.75rem .9375rem 1.75rem;
    -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
}

.btn:focus,
.btn.focus,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus {
    outline: 0;
}

.btn.btn-circle {
    border-radius: 30px;
}

.btn.btn-round {
    border-radius: 2px;
}

.btn.btn-shadow {
    box-shadow: 0 1px 30px rgba(0, 0, 0, .1);
}

/* --- [Button Sizes] --- */

.btn-lg {
    padding: .9375rem 2rem .9375rem 2rem;
    letter-spacing: .09375rem;
    font-size: .75rem;
}

.btn-sm {
    padding: .75rem 1.5rem .75rem 1.5rem;
    font-size: .625rem;
}

.btn-xs {
    padding: .625rem 1.25rem .625rem 1.25rem;
    font-size: .625rem;
}

/* --- [Button Colors] --- */

.btn.btn-brand {
    background-color: #4a90e2;
    border-color: #4a90e2;
    color: #fff;
    /* &.btn-link {
		background: transparent;
		border: 0;
		padding: 0;
		color: $background;

		&:hover,
		&:focus {
			background-color: transparent;
			text-decoration: none;
			color: darken($background, 5%);
		}
	} */
}

.btn.btn-brand:hover,
.btn.btn-brand:focus {
    background-color: #277adc;
    border-color: #277adc;
    color: #fff;
}

.btn.btn-brand.btn-outline {
    background: transparent;
    border-color: #4a90e2;
    color: #4a90e2;
}

.btn.btn-brand.btn-outline:hover,
.btn.btn-brand.btn-outline:focus {
    background: #4a90e2;
    color: #fff;
}

.btn.btn-gray {
    background-color: #ddd;
    border-color: #ddd;
    color: #444;
    /* &.btn-link {
		background: transparent;
		border: 0;
		padding: 0;
		color: $background;

		&:hover,
		&:focus {
			background-color: transparent;
			text-decoration: none;
			color: darken($background, 5%);
		}
	} */
}

.btn.btn-gray:hover,
.btn.btn-gray:focus {
    background-color: #c9c9c9;
    border-color: #c9c9c9;
    color: #444;
}

.btn.btn-gray.btn-outline {
    background: transparent;
    border-color: #ddd;
    color: #ddd;
}

.btn.btn-gray.btn-outline:hover,
.btn.btn-gray.btn-outline:focus {
    background: #ddd;
    color: #444;
}

.btn.btn-dark {
    background-color: #111;
    border-color: #111;
    color: #fff;
    /* &.btn-link {
		background: transparent;
		border: 0;
		padding: 0;
		color: $background;

		&:hover,
		&:focus {
			background-color: transparent;
			text-decoration: none;
			color: darken($background, 5%);
		}
	} */
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background-color: #252525;
    border-color: #252525;
    color: #fff;
}

.btn.btn-dark.btn-outline {
    background: transparent;
    border-color: #111;
    color: #111;
}

.btn.btn-dark.btn-outline:hover,
.btn.btn-dark.btn-outline:focus {
    background: #111;
    color: #fff;
}

.btn.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #444;
    /* &.btn-link {
		background: transparent;
		border: 0;
		padding: 0;
		color: $background;

		&:hover,
		&:focus {
			background-color: transparent;
			text-decoration: none;
			color: darken($background, 5%);
		}
	} */
}

.btn.btn-white:hover,
.btn.btn-white:focus {
    background-color: #4a90e2;
    border-color: #4a90e2;
    color: #fff;
}

.btn.btn-white.btn-outline {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn.btn-white.btn-outline:hover,
.btn.btn-white.btn-outline:focus {
    background: #fff;
    color: #444;
}

.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 46%;
    width: 100%;
}

    .slides-navigation a {
        position: absolute;
        display: block;
        color: #fff;
        opacity: 0.3;
        font-size: 50px;
    }
        .slides-navigation a:hover {
            opacity: 0.9;
        }

        .slides-navigation a.prev {
            left: 10px;
        }

        .slides-navigation a.next {
            right: 10px;
        }

.slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    text-align: center;
    width: 100%;
}

    .slides-pagination a {
        border: 2px solid #fff;
        border-radius: 15px;
        width: 20px;
        height: 10px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
        margin: 2px;
        overflow: hidden;
        text-indent: -100%;
    }

        .slides-pagination a.current {
            background: #fff;
        }
.dropdown>a{padding-right:30px;}
.inner-nav > ul > li > a::before {
    display: inline-block;
}
.header .open > .dropdown-menu {
    display: block;
    top: 50%;
}
@media (max-width: 480px) {
    .header .open > .dropdown-menu {
        display: block;
        top: 50%;
        float: initial;
        position: initial;
        background: initial;
    }

    .header .open > .dropdown-backdrop {
        z-index: initial;
        position: initial;
    }
}