@import url("/static/bootstrap/css/bootstrap.css");
@import url("/static/fontawesome/css/all.css");
@import url("/static/animate/animate.min.css");
@import url("/static/swiper/css/swiper.min.css");

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #333;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased
}

body a {
    color: #333;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
}

a:hover, a:focus {
    color: #000f66;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.default-hovered:hover:after,
.default-hovered:hover,
.default-hovered:active,
.default-hovered:focus {
    background-color: #000f66 !important;
}

.w-font-eng {
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif
}

/*padding*/
.no-padding {
    padding: 0;
}

.w-py-bottom-05 {
    padding-bottom: 0.5rem;
}

.w-py-10 {
    padding-top: 0.71429rem;
    padding-bottom: 0.71429rem;
}

.w-py-20 {
    padding-top: 1.42857rem;
    padding-bottom: 1.42857rem;
}

.w-py-top-20 {
    padding-top: 1.42857rem;
}

.w-py-bottom-20 {
    padding-bottom: 1.42857rem;
}

.w-py-30 {
    padding-top: 2.14286rem;
    padding-bottom: 2.14286rem;
}

.w-py-top-30 {
    padding-top: 2.14286rem;
}

.w-py-bottom-30 {
    padding-bottom: 2.14286rem;
}

.w-py-50 {
    padding-top: 3.57143rem;
    padding-bottom: 3.57143rem;
}

.w-py-70 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.w-py-100 {
    padding-top: 7.14286rem;
    padding-bottom: 7.14286rem;
}

.w-pad-2 {
    padding: 0.14286rem !important;
}

.w-pad-3 {
    padding: 0.21429rem !important;
}

.w-pad-5 {
    padding: 0.35714rem !important;
}

.w-pad-7 {
    padding: 0.5rem !important;
}

.w-pad-10 {
    padding: 0.71429rem !important;
}

.w-pad-15 {
    padding: 1.07143rem !important;
}

.w-pad-20 {
    padding: 1.42857rem !important;
}

.w-pad-25 {
    padding: 1.78571rem !important;
}

.w-pad-30 {
    padding: 2.14286rem !important;
}

.w-pad-35 {
    padding: 2.5rem !important;
}

.w-pad-40 {
    padding: 2.85714rem !important;
}

.w-pad-45 {
    padding: 3.21429rem !important;
}

.w-pad-50 {
    padding: 3.57143rem !important;
}

.w-pad-55 {
    padding: 3.92857rem !important;
}

.w-pad-60 {
    padding: 4.28571rem !important;
}

.w-pad-65 {
    padding: 4.64286rem !important;
}

.w-pad-70 {
    padding: 5rem !important;
}

.w-pad-75 {
    padding: 5.35714rem !important;
}

.w-pad-80 {
    padding: 5.71429rem !important;
}

.w-pad-85 {
    padding: 6.07143rem !important;
}

.w-pad-90 {
    padding: 6.42857rem !important;
}

.w-pad-95 {
    padding: 6.78571rem !important;
}

.w-pad-100 {
    padding: 7.14286rem !important;
}

.w-pad-105 {
    padding: 7.5rem !important;
}

.w-pad-110 {
    padding: 7.85714rem !important;
}

.w-pad-115 {
    padding: 8.21429rem !important;
}

.w-pad-120 {
    padding: 8.57143rem !important;
}

.w-pad-125 {
    padding: 8.92857rem !important;
}

.w-pad-130 {
    padding: 9.28571rem !important;
}

.w-pad-135 {
    padding: 9.64286rem !important;
}

.w-pad-140 {
    padding: 10rem !important;
}

.w-pad-145 {
    padding: 10.35714rem !important;
}

.w-pad-150 {
    padding: 10.71429rem !important;
}

/*margin*/
.no-margin {
    margin: 0;
}

.w-my-30 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

/*absolute center*/
.w-x-50 {
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.w-y-50 {
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.w-xy-50 {
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*list dot*/
.dot {
    display: inline-block;
    height: 4px;
    width: 4px;
    margin-right: 5px;
    overflow: hidden;
    vertical-align: middle;
}

.dot-circle {
    display: inline-block;
    height: 4px;
    width: 4px;
    margin-right: 5px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 50%;
}

.w-hovered-slow_02 {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.w-hovered-slow_05 {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

/*backgroud*/
.w-bg-overlay::before, .w-bg-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.w-bg-default {
    background-color: #333333 !important;
}

.w-bg-primary {
    background-color: #2aa4a5 !important;
}

.w-bg-secondary {
    background-color: #f8b500 !important;
}

.w-bg-gray {
    background-color: #f2f2f2 !important;
}

.w-bg-dark {
    background-color: #373737 !important;
}

.w-bg-black {
    background-color: #000000 !important;
}

.w-bg-white {
    background-color: #ffffff !important;
}

.w-bg-tran {
    background-color: transparent;
}

.w-bg-none {
    background-color: unset;
}

.w-bg-darkgray-radialgradient-circle {
    background-image: radial-gradient(circle farthest-side at 110% 0, #596070, #31353e);
    background-repeat: no-repeat;
}

.w-bg-graylight-radialgradient-ellipse {
    background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #fff 25%, #f2f2f2);
    background-repeat: no-repeat;
}

.w-bg-lightblue-radialgradient-circle {
    background-image: radial-gradient(circle farthest-corner at 75% 95%, #fff, #d6e2ee);
    background-repeat: no-repeat;
}

.w-bg-black-opacity-0_1 {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.w-bg-black-opacity-0_2 {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.w-bg-black-opacity-0_5 {
    background-color: rgba(0, 0, 0, 0.5) !important;
    opacity: .5;
    filter: alpha(opacity=50);
}

.w-bg-primary-opacity-0_5 {
    background-color: rgba(0, 129, 204, 0.5) !important;
    opacity: .5;
    filter: alpha(opacity=50);
}

/*border*/
.w-border-solid-1_0 {
    border: 1px solid;
}

.w-border-solid-2_0 {
    border: 2px solid;
}

.w-brd-primary {
    border-color: #2aa4a5 !important;
}

.w-brd-gray {
    border-color: #eaeaea !important;
}

.w-brd-light {
    border-color: #F2F2F2 !important;
}

.w-brd-white-opacity-0_1 {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/*color*/
.w-color-primary {
    color: #000f66 !important;
}

.w-color-secondary {
    color: #32b27b !important;
}

.w-color-white {
    color: #ffffff !important;
}

.w-color-white-opacity-0_8 {
    color: rgba(255, 255, 255, 0.8) !important;
}

.w-color-gray {
    color: #999999 !important;
}

.w-color-dark {
    color: #73777a !important;
}

/*round*/
.w-no-round {
    border-radius: unset !important;
}

.w-rounded-circle {
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
}

.w-rounded-50 {
    border-radius: 50px;
}

/*fontsize*/
.w-font-0_8 {
    font-size: .8rem;
}

.w-font-0_9 {
    font-size: .9rem;
}

.w-font-1_1 {
    font-size: 1.1rem;
}

.w-font-1_2 {
    font-size: 1.2rem;
}

.w-font-1_3 {
    font-size: 1.3rem;
}

.w-font-1_4 {
    font-size: 1.4rem;
}

.w-font-1_5 {
    font-size: 1.5rem;
}

.w-font-1_6 {
    font-size: 1.6rem;
}

.w-font-1_7 {
    font-size: 1.7rem;
}

.w-font-1_8 {
    font-size: 1.8rem;
}

.w-font-1_9 {
    font-size: 1.9rem;
}

.w-font-2 {
    font-size: 2rem;
}

.w-font-3 {
    font-size: 3rem;
}

.w-font-px-12 {
    font-size: 12px;
}

.w-font-px-14 {
    font-size: 14px;
}

.w-font-px-16 {
    font-size: 16px;
}

.w-font-weight-b {
    font-weight: bold;
}

.w-font-weight-4 {
    font-weight: 400;
}

.w-font-weight-5 {
    font-weight: 500;
}

.w-font-weight-6 {
    font-weight: 600;
}

/*text*/
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.w-text-shadow-v1 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

/*line-height*/
.w-line-height-1_0 {
    line-height: 1.0;
}

.w-line-height-1_1 {
    line-height: 1.1;
}

.w-line-height-1_6 {
    line-height: 1.6;
}

.w-line-height-2_0 {
    line-height: 2;
}

/*shadow*/
.w-shadow-v1 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.w-shadow-v2 {
    box-shadow: 0 25px 35px rgba(165, 165, 189, .3);
}

.w-shadow-v3 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

.w-shadow-v4 {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15);
}

.w-shadow-v5 {
    -webkit-box-shadow: 10px 10px 5px -9px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 10px 10px 5px -9px rgba(0, 0, 0, 0.66);
    box-shadow: 10px 10px 5px -9px rgba(0, 0, 0, 0.66);
}

.w-shadow-v6 {
    -webkit-box-shadow: 0 0 12px 0 #ccc;
    box-shadow: 0 0 12px 0 #ccc;
}

/*zoom in*/
.w-zoom-hover .w-zoom-v1 {
    transition: all .3s ease;
    -webkit-transform: scale(1);
}

.w-zoom-hover:hover .w-zoom-v1 {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*hover-animate*/

/*hover-animate-shadow*/
.w-hover-block .w-hover-v1 {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.w-hover-block:hover .w-hover-v1 {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/*hover-animate-text*/
.w-hover-block .w-hover-v2 {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    bottom: 0;
    left: 1rem;
    z-index: 999;
    opacity: 0;
}

.w-hover-block:hover .w-hover-v2 {
    -o-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    bottom: 1rem;
    opacity: 1;
}

/*hover-animate-backgroud*/
.w-hover-block .w-hover-v3 {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;

}

.w-hover-block:hover .w-hover-v3 {
    background-color: rgba(0, 129, 204, 0.5) !important;
    z-index: 10;
}

.w-hover-block .w-hover-v4 {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transform: rotateY(0deg) scale(0.3);
    -ms-transform: rotateY(0deg) scale(0.3); /* IE 9 */
    -webkit-transform: rotateY(0deg) scale(0.3); /* Opera, Chrome, and Safari */
}

.w-hover-block:hover .w-hover-v4 {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: rotateY(360deg) scale(1);
    -ms-transform: rotateY(360deg) scale(1); /* IE 9 */
    -webkit-transform: rotateY(360deg) scale(1); /* Opera, Chrome, and Safari */
}

/*hover-animate-backgroud*/
.w-hover-block .w-hover-v5 {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;

}

.w-hover-block:hover .w-hover-v5 {
    background-color: rgba(0, 0, 0, 0.3) !important;
    z-index: 10;
}

.w-hover-block .w-hover-v6 {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 400;
}

.w-hover-block:hover .w-hover-v6 {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 400;
}

.w-hover-block:hover .w-hover-op_06 {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.w-hover-block:hover .w-hover-v7 {
    transform: rotatey(360deg);
    -ms-transform: rotateY(360deg); /* IE 9 */
    -webkit-transform: rotateY(360deg); /* Opera, Chrome, and Safari */
}

.w-hover-block:hover .w-hover-v8 {
    transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/*section-head-line*/
.separator-v1 {
    position: relative;
}

.separator-v1:before {
    content: "";
    background: #000;
    width: 12%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 44%;
}

.separator-v1:after {
    content: "";
    background: #f8b500;
    width: 4%;
    height: 5px;
    position: absolute;
    top: -2px;
    left: 48%;
    border-radius: 6px;
}

.separator-v2::after {
    margin-top: 1.07143rem;
    width: 6rem;
    border-top-width: 1px;
    content: "";
    display: inline-block;
    border-top-style: solid;
    border-color: inherit;
}

.separator-v3, .separator-v4, .separator-v5 {
    width: 100%;
    margin: 20px auto 15px;
    position: relative;
    height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.separator-v3:after {
    height: 1px;
    background: #e8e8e8;
    background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    position: absolute;
    bottom: -1px;
    content: "";
    width: 100%;
    left: 0;
}

.dark-bg .separator-v3:after {
    background: rgba(255, 255, 255, 0.5);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
}

.separator-x-v1, .separator-2 {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    height: 1px;
}

.separator-x-v1:after {
    height: 1px;
    background: #d1d1d1;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    position: absolute;
    bottom: -1px;
    left: 0px;
    content: "";
    width: 100%;
}

.separator-y-v1 {
    width: 1px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    height: 100%;
}

.separator-y-v1:after {
    width: 1px;
    background: #333333;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    position: absolute;
    content: "";
    height: 100%;
}

.separator-v4:after {
    height: 1px;
    background: #d1d1d1;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    position: absolute;
    bottom: -1px;
    left: 0px;
    content: "";
    width: 100%;
}

.dark-bg .separator-v4:after {
    background: #666666;
    background: -moz-linear-gradient(left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #666666), color-stop(35%, #555555), color-stop(70%, #444444), color-stop(100%, #373737));
    background: -webkit-linear-gradient(left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
    background: -o-linear-gradient(left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
    background: -ms-linear-gradient(left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
    background: linear-gradient(to right, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
}

.separator-v5:after {
    height: 1px;
    background: #d1d1d1;
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    position: absolute;
    bottom: -1px;
    left: 0px;
    content: "";
    width: 100%;
}

.dark-bg .separator-v5:after {
    background: #666666;
    background: -moz-linear-gradient(right, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0%, #666666), color-stop(35%, #555555), color-stop(70%, #444444), color-stop(100%, #373737));
    background: -webkit-linear-gradient(right, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
    background: -o-linear-gradient(right, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
    background: -ms-linear-gradient(right, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
    background: linear-gradient(to left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
}

.separator-v6 {
    width: 100%;
    margin: 20px auto;
    position: relative;
    height: 1px;
}

.separator-v6:after {
    display: block;
    content: "";
    position: absolute;
    width: 10%;
    height: 2px;
    background: #f8b500;
}

.w-bg-mask-v1 {
    background: url("../images/dott.png") repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}

.w-bg-mask-v2 {
    background: url("../images/overlay.png") repeat;
}

.w-bg-mask-v3 {
    background: url("../images/overlays/05.png") repeat;
    background-size: 3px;
    -webkit-background-size: 3px;
    -moz-background-size: 3px;
    -o-background-size: 3px;
    -ms-background-size: 3px;
}

.w-bg-mask-v4 {
    position: absolute;
    top: -48px;
    left: 0;
    height: 50px;
    width: 100%;
    background: linear-gradient(to top, #0081CC 0, rgba(0, 129, 204, .7) 34%, rgba(0, 129, 204, 0) 100%);
}

.w-overflow-hidden {
    overflow: hidden;
}

.w-overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}

.w-overlay-bottom, .w-overlay-top {
    position: absolute;
    top: auto;
    padding: 15px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background-color: rgba(30, 30, 30, 0.5);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    height: 0;
    color: #ffffff;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.w-overlay-all {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0px;
    overflow: hidden;
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    color: #ffffff;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

/*------------------------------------
  Animation on the scroll
------------------------------------*/
[data-animation]:not(.w-in-viewport) {
    visibility: hidden;
}

.w-in-viewport {
    visibility: visible;
}

.w-width-25x {
    width: 25% !important;
}

.w-width-50x {
    width: 50% !important;
}

/* Sweep To Right */
.w-sweep-to-right {
    /*display: inline-block;*/
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.w-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f8b500;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.w-sweep-to-right:hover, .w-sweep-to-right:focus, .w-sweep-to-right:active {
    color: white;
}

.w-sweep-to-right:hover:before, .w-sweep-to-right:focus:before, .w-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.w-line-sweep-to-right:after {
    background-color: #b20404;
    content: '';
    display: block;
    height: 2px;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    width: 0;
}

.w-line-sweep-to-right:hover:after, .w-line-sweep-to-right:focus:after, .w-line-sweep-to-right:active:after {
    width: 100%;
}

.w-img-fluid-height {
    max-height: 100%;
    width: auto;
}

.w-absolute-left {
    left: 0;
}

.w-absolute-right {
    right: 0;
}

.w-absolute-top {
    top: 0;
}

.w-absolute-bottom {
    bottom: 0;
}

.w-absolute-full {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* Custom Grid
---------------------------------- */
.w-w-grid-space-20 {
    margin-right: -10.5px;
    margin-left: -10.5px;
}

.w-grid-space-20 .col-lg-6,
.w-grid-space-20 .col-lg-4,
.w-grid-space-20 .col-lg-3,
.w-grid-space-20 .col-md-6,
.w-grid-space-20 .col-md-4,
.w-grid-space-20 .col-md-3,
.w-grid-space-20 .col-sm-6,
.w-grid-space-20 .col-sm-4,
.w-grid-space-20 .col-sm-3,
.w-grid-space-20 .col-xs-6,
.w-grid-space-20 .col-xs-4,
.w-grid-space-20 .col-xs-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.w-grid-space-10 {
    margin-right: -6px;
    margin-left: -6px;
}

.w-grid-space-10 .col-lg-6,
.w-grid-space-10 .col-lg-4,
.w-grid-space-10 .col-lg-3,
.w-grid-space-10 .col-md-6,
.w-grid-space-10 .col-md-4,
.w-grid-space-10 .col-md-3,
.w-grid-space-10 .col-sm-6,
.w-grid-space-10 .col-sm-4,
.w-grid-space-10 .col-sm-3,
.w-grid-space-10 .col-xs-6,
.w-grid-space-10 .col-xs-4,
.w-grid-space-10 .col-xs-3,
.w-grid-space-10 .col-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.w-grid-space-0 {
    margin-right: 0;
    margin-left: 0;
}

.container-fluid .w-grid-space-0 {
    margin-right: -15px;
    margin-left: -15px;
}

.w-grid-space-0 .col-lg-6,
.w-grid-space-0 .col-lg-4,
.w-grid-space-0 .col-lg-3,
.w-grid-space-0 .col-md-6,
.w-grid-space-0 .col-md-4,
.w-grid-space-0 .col-md-3,
.w-grid-space-0 .col-sm-6,
.w-grid-space-0 .col-sm-4,
.w-grid-space-0 .col-sm-3,
.w-grid-space-0 .col-xs-6,
.w-grid-space-0 .col-xs-4,
.w-grid-space-0 .col-xs-3,
.w-grid-space-0 .col-6 {
    padding-left: 0;
    padding-right: 0;
}

.w-grid-space-0 > div {
    margin-bottom: 0;
    padding-bottom: 0;
}