@charset "utf-8";
/*
Theme Name: WDuniverse
Theme URI: https://www.wpdaxue.com/
Author: WPKEJI.COM
Author URI: https://www.wpkeji.com/
Description: A new theme from www.wpkeji.com.
Version: 1.0.0
Text Domain: wduniverse
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

WDuniverse is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  outline: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *  `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family:Arial,"Microsoft YaHei","WenQuanYi Micro Hei","Open Sans","Hiragino Sans GB",Verdana,sans-serif;
  font-size: 16px;
  /* font-size: 1rem; */
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  /* margin-bottom: 1.5em; */
  line-height: 30px;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #edf4fb;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 1em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  /* Make sure images are scaled correctly. */
  width: auto;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #eee;
  padding: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #333;
}

a:visited {
  color: #333;
}

a:hover, a:focus, a:active {
  color: midnightblue;
  text-decoration: none;
  outline-style:none;
}

a:hover, a:active {
  outline: 0;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.p-30 {
  padding: 30px;
}
/*--------------------------------------------------------------
## Menus & Header
--------------------------------------------------------------*/
.site-header {
  height: 100px;
  background: #ffffff;
  color: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all .5s;
}
.site-logo {
  padding: 25px 0;
  transition: all .5s;
}
.site-logo img{
  height:50px;
}
.site-title {
  font-size: 28px;
  margin: 15px 0 0;
  line-height: 38px;
}
.site-title a:visited {
  color: #ffffff;
}
.site-description {
  margin-bottom: 15px;
  font-style: italic;
}
.site-header.fixed{
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255,255,255, .95);
  height: 70px;
  z-index: 99;
}

.admin-bar .site-header.fixed {
  top: 30px;
}

.fixed .site-logo {
  padding: 10px 0;
}

.fixed .site-logo {
  padding: 10px 0;
}

.fixed .main-navigation > ul > li > a {
  padding: 27px 0;
}
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
  display: none;
}


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.header-right {
    margin: 25px 0;
    transition: all .5s;
}
.fixed .header-right {
    margin: 10px 0;
}
.header-right ul.top-nav {
    float: right;
    padding: 0;
    margin: 9px 0;
}
.header-right ul.top-nav>li.primary-action {
    border-left: 0;
}
.header-right ul.top-nav>li.primary-action>a {
    padding: 3px 10px;
    background: none;
    color: #32325C;
    display: block;
}
.header-right ul.top-nav>li>a {
    color: #32325C;
    margin: 2px;
    padding: 5px;
}
.header-right .navbar-nav>li>a {
    margin: 10px;
    padding: 6px;
    color: #32325C;
}
.header-right ul.top-nav>li>a:hover,
.header-right ul.top-nav>li.primary-action>a:hover,
.header-right .navbar-nav>li>a:hover {
    color: #FC7C56;
    background: #eee;
    border-radius: 3px;
}
.navbar-right .dropdown-menu {
  right: 0;
  left: auto;
  top: 75px;
  border: 0;
  background: #6384FF;
  color: #fff;
  padding: 0;
  text-align: center;
  border-radius: 0;
}
.fixed .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
    top: 60px;
}
.navbar-right .dropdown-menu li a {
    color: #fff;
    padding: 10px 20px;
}
.navbar-right .dropdown-menu li a:hover {
    background: #24364E;
}
.nav .nav-divider {
    margin: 4px 0;
    background-color: #9db2ff;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.box-shadow {
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(220, 219, 255, 0.57);
  -o-box-shadow: 0 0 15px rgba(220, 219, 255, 0.57);
  -moz-box-shadow: 0 0 15px rgba(220, 219, 255, 0.57);
  -ms-box-shadow: 0 0 15px rgba(220, 219, 255, 0.57);
  box-shadow: 0 0 15px rgba(220, 219, 255, 0.57);
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  padding: 30px;
  margin-bottom: 30px;
  color: #666666;
}

.widget .widget-title {
  font-size: 22px;
  margin: 0 0 20px -30px;
  padding-left: 25px;
  border-left: 5px solid #6384FF;
  color: #333333;
}

.widget select {
  max-width: 100%;
}

.widget a {
  color: #404040;
}
.widget a:hover {
  color: #6384FF;
}

.widget ul,
.widget ol {
  padding-left: 18px;
  margin-bottom: 0;
}

.widget ul li,
.widget ol li {
  margin-bottom: 10px;
  line-height: 26px;
}

.widget ul li:last-child,
.widget ol li:last-child {
  margin-bottom: 0;
}

.widget-posts ul,
.widget-readers ul,
.widget-new-comments ul {
  padding-left: 0;
  list-style: none;
}

.widget-posts ul li {
  min-height: 54px;
  margin-bottom: 15px;
}

.widget-posts ul li:last-child{
  margin-bottom: 0;
}

.widget-posts ul li a{
  display: block;
  height: 52px;
  overflow: hidden;
}

.widget-posts .post-thumbnail {
  width: 90px;
  float: left;
  margin-right: 15px;
}

.widget-posts a {

}

.widget-readers ul li{
  width: 20%;
  float: left;
}

.widget-new-comments ul li {
  min-height: 54px;
  margin-bottom: 15px;
}

.widget-new-comments .comment-author {
  font-weight: 600;
}

.widget-new-comments img {
  float: left;
  margin-right: 15px;
  border-radius: 30px;
}

.widget-readers img {
  border-radius: 30px;
}

.widget .search-form {
  border: 1px solid #eeeeee;
  position: relative;
}
.widget .search-form label {
  margin-bottom: 0;
  width: 100%;
}
.widget .search-form input {
  border: 0;
}
.widget .search-form input.search-field {
  font-size: 14px;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 80px;
  width: 100%;
}
.widget .search-form input.search-submit {
  position: absolute;
  top: -1px;
  right: 0;
  background: #6384FF;
  opacity: .8;
  color: #ffffff;
  border-radius: 0;
  width: 80px;
  padding: 11px;
  font-size: 14px;
}
.widget .search-form input.search-submit:hover {
  opacity: 1;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.page-template-template-pagebulider .content-area-full {
    background: #fff;
}
.site-content {
  margin: 20px 0 0;
  padding-bottom: 50px;
  background: url(https://www.wpkeji.com/wp-content/uploads/2019/03/inner-section-bg.png) center bottom no-repeat;
}
.home .site-content {
  margin: 60px 0;
  background: none;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post-box {
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-content p {
  margin-bottom: 15px;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.page-header{
  padding: 30px;
  margin: 0 0 30px;
  border-bottom: 0;
}
.page-header .col-md-8 {
    padding-left: 0;
}

.display-none {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slider-item {
  position: relative;
}

.slider-item .entry-title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  padding: 15px;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
}

.slider-item .entry-title a{
  color: #fff;
  font-size: 24px;
}

.slick-prev {
  left: 2px;
}

.slick-next {
  right: 12px;
}

.slick-prev:before, .slick-next:before {
  font-size: 30px;
  color: #6384FF;
}


.slick-slider .slick-dots {
  /* max-width: 690px; */
  bottom: 15px;
}


.page-header p {
  margin-bottom: 0;
}

.page-header .page-title {
  margin: 0;
  font-size: 26px;
}

.page-header .archive-description {
  margin-top: 10px;
}

.entry-title {
  margin: 0 0 20px;
  font-size: 26px;
}

.archives .entry-title a {
  font-size: 24px;
  color: #333333;
}

.archives .entry-content{
  margin: 25px 0 0 0;
}

.archives .entry-content p{
  margin-bottom: 0;
}

.archives .post-thumbnail {
  max-width: 228px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 3%;
  width: 31.3%;
}

.archives .post-thumbnail-last {
  margin-right: 0;
  clear:right;
}

.archives .post-thumbnail img{
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s; 
}

.archives:hover .post-thumbnail img {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); 
}

.archives .read-more {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.archives .read-more a {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  display: none;
}

.archives:hover .read-more a {
  color: #FF7008;
  display: block;
}

.big-thumb .entry-content{
  margin: 0;
}

.big-thumb .post-thumbnail {
  display: inline-block;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-right: 0;
  float: none;
}

.big-thumb .entry-header {
  margin: -90px auto 0 auto;
  width: 90%;
  position: relative;
  background: #ffffff;
}

.big-thumb .entry-header .entry-title {
  padding: 18px;
  text-align: center;
}

.entry-footer {
  margin-top: 20px;
}

.entry-meta span{
  margin-right: 5px;
}
.entry-meta span a{
  font-size: 16px;
  color: #333333;
}
.entry-meta .glyphicon {
  padding: 5px;
  font-size: 12px;
  border-radius: 15px;
}
.entry-meta .glyphicon-calendar {
  color: #FE6061;
  background: #FFD7D7;
}
.entry-meta .glyphicon-user {
  color: #6384FF;
  background: #DAD8FF;
}
.entry-meta .glyphicon-book {
  color: #FF7008;
  background: #ffd6b9;
}
.entry-meta .glyphicon-comment {
  color: #3FB750;
  background: #CDECD2;
}
.entry-meta .glyphicon-edit {
  color: #248EFA;
  background: #a7ebff;
}


.site-footer {
  padding-top: 80px;
  background: #24364E;
  color: #8f9eb7;
}
.site-footer a{
  color: #8f9eb7;
}

.site-footer h3 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 600;
  color: #eee;
}

.site-footer p {
  line-height: 28px;
  margin-bottom: 0;
}

.site-footer .footer-qrcode {
  text-align: center;
  font-size: 14px;
}

.site-footer .footer-qrcode img {
  width: 110px;
  height: auto;
  margin-bottom: 12px;
}

.site-footer .site-info {
  border-top: 1px solid #33455d;
  margin: 60px 15px 0 15px;
  padding: 30px 0;
  font-size: 14px;
}

/*--------------------------------------------------------------
## Pagenavi
--------------------------------------------------------------*/
.wpkj-pagenavi {
  position: relative;
}
.wpkj-pagenavi ul {
  margin: 0;
  padding: 0;
}
.wpkj-pagenavi ul li {
  display: inline-block;
  margin: 0 5px;
}
.wpkj-pagenavi .page {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  background: #ffffff;
  -webkit-box-shadow: 0 0 30px #dcdbff;
  -o-box-shadow: 0 0 30px #dcdbff;
  -moz-box-shadow: 0 0 30px #dcdbff;
  -ms-box-shadow: 0 0 30px #dcdbff;
  box-shadow: 0 0 30px #dcdbff;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.wpkj-pagenavi .first,
.wpkj-pagenavi .last,
.wpkj-pagenavi .page:hover,
.wpkj-pagenavi .current,
.wpkj-pagenavi .prevlink,
.wpkj-pagenavi .nextlink {
  color: #ffffff;
  background: #6384FF;
}

.wpkj-pagenavi .pages {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 40px;
  font-size: 14px;
  color: #999;
}
.wpkj-pagenavi .first,
.wpkj-pagenavi .last {
  width: 64px;
  font-size: 14px;
}

/*--------------------------------------------------------------
 Breadcrumbs
--------------------------------------------------------------*/
.wpkj-breadcrumb {
  margin: 0;
  padding: 8px 0 16px 0;
  font-size: 14px;
  color: #999;
  line-height: 14px;
  height: 40px;
  display: block;
}
.wpkj-breadcrumb a {
  color: #999;
}

.wpkj-breadcrumb i {
  margin-right: 3px;
}
/*--------------------------------------------------------------
 Post Navigation 
--------------------------------------------------------------*/\

.post-navigation {
  clear: both;
  overflow: hidden;
  margin: 0 0 20px;
}
.post-navigation div {
  position: relative;
  display: block;
  color: #999;
  font-size: 14px;
}
.post-previous {
  float: left;
  padding-left: 40px;
}
.post-next {
  float: right;
  padding-right: 40px;
  text-align: right;
}
.post-navigation div span {
  display: block;
  color: #999;
  font-size: 80%;
}
.post-navigation a {
  color: #999;
}
.post-navigation div a:after {
  position: absolute;
  top: 34%;
  margin-top: -11px;
  height: 22px;
  color: #6384FF;
  opacity: .8;
  font-size: 60px;
  line-height: 24px;
}
.post-navigation div a:after:hover {
  opacity: 1;
}
.post-previous a:after {
  left: 0;
  content: '«';
}
.post-next a:after {
  right: 0;
  content: '»';
}

/**********************************************
  homepage
**********************************************/

.home-content {
  margin-top: 1px;
}

.home-content h2,
.home-content h3 {
  font-weight: 600;
  color: #32325C;
}

.home-slider {
  min-height: 500px;
  background: #fff url('https://www.wpkeji.com/wp-content/uploads/2019/03/inner-section-bg.png') center bottom no-repeat;
}
.slider-content {
  padding: 120px 30px 20px 30px;
}

.btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #0a8aff;
  border-radius: 4px;
  padding: 10px 40px;
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  z-index: 1;
  transition: all .5s;
}
.btn::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  z-index: -1;
  transition: inherit;
}
.btn:hover,
.btn:visited {
  text-decoration: none;
  color: #fff;
}

.btn:hover::after {
  height: 100%;
}

.btn-orange {
  background: #FC7C56;
}

.slider-img {
  padding: 80px 30px 20px;
}

.slider-img img {
  width: 100%;
  height: auto;
}

.home-counter {
  background: #6384FF;
  padding: 60px 0 160px 0;
  color: #ffffff;
  font-weight: 600;
}

.home-counter .counter-block {
    padding: 20px 0;
}
.home-counter .icon-container {
  padding-top: 10px;
  width: 100px;
  float: left;
  margin-left: 15%;
}
.home-counter .icon-container img {
  width: 72px;
  height: auto;
}
.home-counter .number {
  font-size: 40px;
}

.home-services {
  background: #F9FCFF;
  padding: 0 0 60px;
}

.home-services .row {
  margin-top: -95px;
  background: #fff;
  padding: 70px 40px;
  box-shadow: 0 5px 50px rgba(156, 185, 226, 0.2);
  border-radius: 5px;
  text-align: center;
}

.block-title {
  margin-bottom: 60px;
  text-align: center;
}

.home-services .col-md-3 {
  margin-bottom: 30px;
}

.home-services h3 {
  margin: 25px 0 10px 0;
  font-size: 18px;
  font-weight: 600;
}

.home-services p {
  line-height: 26px;
}

.home-services img {
  width: 100px;
  height: 100px;
}

.home-why {
  background: #F9FCFF;
  padding: 0 0 80px;
}

.home-why .why-item {
  margin-bottom: 30px;
  display: inline-block;
}
.home-why .why-left {
  text-align: right;
}

.home-why img {
  width: 90px;
  height: auto;
}
.home-why p {
  line-height: 26px;
}
.home-why .why-left .item-img {
  width: 20%;
  float: right;
}
.home-why .why-left .item-content {
  float: right;
  width: 80%;
}

.home-why .why-right .item-content {
  text-align: left;
}

.home-why .why-right .item-img {
  width: 20%;
  float: left;
}
.home-why .why-right .item-content {
  float: left;
  width: 80%;
}

.home-why h3 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.home-cases {
  background: #E2EBFF  url('https://www.wpkeji.com/wp-content/uploads/2019/03/inner-section-bg-right.png') right bottom no-repeat;
  padding: 80px 0 100px 0;
}
.case-list {
  padding: 0 5%;
}
.case-item {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: center;
}

.case-item:hover {
  text-decoration: none;
  box-shadow: 0 5px 30px rgba(156, 185, 226, 0.3);
}

.case-loop h2,
.template-loop h2,
.case-item h3 {
  padding: 0 10px 20px 10px;
  font-size: 18px;
}

.case-loop h2 a,
.template-loop h2 a,
.case-item h3 a{
  color: #32325C;
}

.case-loop h2 a:hover,
.template-loop h2 a:hover,
.case-item h3 a:hover {
  color: #0A8AFF;
}

.case-item .post-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 350px;
}

.template-loop .case-item .post-thumbnail {
  height: 280px;
}

.case-item .post-thumbnail img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 9;
  backface-visibility: hidden;
  transition: all 2.5s;
}

.case-item .post-thumbnail:hover img {
  transform: translateY(calc(-100% + 350px));
}
.template-loop .case-item .post-thumbnail:hover img {
  transform: translateY(calc(-100% + 280px));
}

.home-cases .more-url {
  text-align: center;
}

.home-how {
  margin-top: 60px;
  padding: 60px 0;
  border-top: 1px solid #E9F2FF;
}

.home-how .how-step {
  width: 20%;
  text-align: center;
  float: left;
  position: relative;
}

.home-how h3 {
  font-size: 18px;
}

.home-how .how-step img {
  width: 90px;
  height: auto;
}

.how-step-arrow {
  position: absolute;
  top: 20%;
  right: -12%;
  font-size: 20px;
  font-weight: 600;
  color: #FC7C56;
}

.home-partners {
  background: #ffffff url('https://www.wpkeji.com/wp-content/uploads/2019/03/inner-section-bg-left.png') left bottom no-repeat;
  padding: 80px 0 30px;
}
.home-partners .slick-slide {
  padding: 0 20px;
}
.home-partners .slick-slide img{
  height: 50px;
  width: auto;
  opacity: .8;
}

.home-partners .slick-slide img:hover{
  opacity: 1;
}

.footer-action {
  padding: 40px 0;
  background: #6384FF;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.footer-action .col-md-10 {
  letter-spacing: 2px;
}
.footer-action .action-text {
  position: relative;
  font-weight: 400;
}
.footer-action .action-text:after {
  position: absolute;
  left: 40px;
  bottom: -80px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 50px 0 50px;
  border-color: #6384ff transparent transparent transparent;
}

.page-group-left {
  padding: 30px;
}
.page-group-left ul {
  padding: 0;
  margin: 0;
}

.page-group-left ul li {
  list-style: none;
  margin-bottom: 4px;
  text-align: center;
}

.page-group-left ul li a,
.page-group-left ul li a:visited {
  padding: 15px 0;
  display: block;
  font-size: 18px;
  color: #32325C;
  text-decoration: none;
  background: #EDF4FB;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.page-group-left ul li a:hover {
  background: #6384FF;
  color: #fff;
}

.page-group-left ul li.current-menu-item a {
  background: #FC7C56;
  color: #fff;
}

.has-2-columns .wp-block-column {
  width: 50%;
  float: left;
}


.main-navigation,
.main-navigation ul,
.main-navigation ul li,
.main-navigation ul li a,
.main-navigation #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-navigation:after,
.main-navigation > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.main-navigation #menu-button {
  display: none;
}
.main-navigation {
  width: auto;
  padding-left: 30px;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.main-navigation > ul > li {
  float: left;
  padding: 0 12px;
}
.main-navigation.align-center > ul {
  font-size: 0;
  text-align: center;
}
.main-navigation.align-center > ul > li {
  display: inline-block;
  float: none;
}
.main-navigation.align-center ul ul {
  text-align: left;
}
.main-navigation.align-right > ul > li {
  float: right;
}
.main-navigation.align-right ul ul {
  text-align: right;
}
.main-navigation > ul > li > a {
  padding: 42px 0;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #546182;
  transition: all .5s;
}
.main-navigation > ul > li > a::before {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #fc7c56;
  transition: width .5s;
}
.main-navigation a:hover::before,
.main-navigation .current-menu-item a::before {
  width: 100%;
}
.main-navigation > ul > li.has-sub > a::after {
  position: absolute;
  top: 45px;
  right: -8px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #546182;
  border-right: 1px solid #546182;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  transition: all .5s;
}

.fixed .main-navigation > ul > li.has-sub > a::after {
  position: absolute;
  top: 30px;
  right: -8px;
}
.main-navigation ul ul {
  position: absolute;
  left: -9999px;
  z-index: 999;
}
.main-navigation li:hover > ul {
  left: auto;
}
.main-navigation.align-right li:hover > ul {
  right: 0;
}
.main-navigation ul ul ul {
  margin-left: 100%;
  top: 0;
}
.main-navigation.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.main-navigation ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}

.main-navigation ul ul li.nav-divider {
  display: none;
}

.main-navigation ul li:hover > ul > li {
  height: 40px;
}
.main-navigation ul ul li a {
  padding: 13px 20px;
  width: auto;
  min-width: 160px;
  font-size: 14px;
  background: #6384FF;
  text-decoration: none;
  color: #f2f2f2;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.main-navigation ul ul li:hover > a,
.main-navigation ul ul li a:hover {
  color: #ffffff;
  background: #24364E;
}
.main-navigation ul ul li.has-sub > a::after {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.main-navigation.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}
.main-navigation ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 991px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .main-navigation {
    width: 100%;
  }
  .main-navigation ul {
    width: 100%;
    display: none;
  }
  .main-navigation.align-center > ul,
  .main-navigation.align-right ul ul {
    text-align: left;
  }
  .main-navigation ul li,
  .main-navigation ul ul li,
  .main-navigation ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  .main-navigation > ul > li {
    padding: 0;
  }
  .main-navigation > ul > li > a {
    padding: 18px 20px;
  }
  .main-navigation ul li a,
  .main-navigation ul ul li a {
    width: 100%;
  }
  .main-navigation a:hover::before,
  .main-navigation .current-menu-item a::before {
    width: 0;
  }
  .main-navigation > ul > li,
  .main-navigation.align-center > ul > li,
  .main-navigation.align-right > ul > li {
    float: none;
    display: block;
  }
  .main-navigation ul ul li a {
    padding: 20px 20px 20px 30px;
    color: #546182;
    background: none;
  }
  .main-navigation ul ul li:hover > a,
  .main-navigation ul ul li a:hover {
    color: #000000;
  }
  .main-navigation ul ul ul li a {
    padding-left: 40px;
  }
  .main-navigation ul ul,
  .main-navigation ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  .main-navigation > ul > li.has-sub > a::after,
  .main-navigation ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  .main-navigation #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  .main-navigation #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  .main-navigation #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  .main-navigation .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #DCE2E8;
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  .main-navigation .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  .main-navigation .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  .main-navigation .submenu-button.submenu-opened:after {
    display: none;
  }
}

/**
 * Off Canvas Mobile menu
 * -----------------------------------------------------------------------------
 */

#slide-out {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    padding-top: 46px;
    z-index: 1;
    height: auto;
    min-height: 100%;
    width: 80%;
    color: #ddd;
    -webkit-transform: translate3d(-101%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

#slide-out-open {
    display: none;
    margin: 0;
    position: absolute;
    top: 35px;
    left: 0;
    opacity: 1;
    height: 40px;
    width: 40px;
}

#slide-out-open span {
    left: 6px;
}

#slide-out-open span,
#slide-out-open span:after,
#slide-out-open span:before {
    top: 5px;
    position: absolute;
    content: ' ';
    display: block;
    height: 3px;
    width: 28px;
    background: #333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#slide-out-open span:before {
    top: 8px;
}

#slide-out-open span:after {
    top: 16px;
}

#open-slide-overlay {
    position: fixed;
    top: 0;
    left: 80%;
    z-index: 500;
    overflow: hidden;
    width: 100%;
    height: 100%;
}


/* open and Close the SlideOut panel */

.js-nav .inner-wrapper {
    left: 80%;
}

.js-nav #mobile-menu {
    display: block;
}

.inner-wrapper,
#slide-out {
    -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
    -moz-transition: -moz-transform 500ms ease, opacity 500ms ease;
    -o-transition: -o-transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
}

.js-nav .inner-wrapper {
    left: 0 !important;
    /*opacity: .5;*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.js-nav #slide-out-open span {
    top: 15px;
    -webkit-animation: fa-spin .2s 2 linear;
    animation: fa-spin .2s 2 linear;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.js-nav #slide-out-open span:after {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.js-nav #slide-out-open span:before {
    opacity: 0;
}

.js-nav .inner-wrapper {
    -webkit-transform: translate3d(80%, 0, 0);
    -moz-transform: translate3d(80%, 0, 0);
    -ms-transform: translate3d(80%, 0, 0);
    -o-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}

.js-nav #slide-out {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.service-list {
    line-height: 28px;
}
.service-list table th{
  border-right: 1px solid #e5e5e5;
}

.service-list table tbody tr td{
  display:table-cell; 
  vertical-align:middle;
  border-right: 1px solid #e5e5e5;
}
.service-list table th:last-child,
.service-list table tbody tr td:last-child {
    border-right: 0;
}

.service-list .table>thead>tr>th{
  border-bottom: 0;
  background: #fafafa;
  display: table-cell;
  vertical-align: middle;
}

.service-list table{
  border: 1px solid #e5e5e5;
}
.table>tbody>tr>td,
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    line-height: 28px;
    border-top: 1px solid #e5e5e5;
}
/************************************/
.customer-service {
    position: fixed;
    z-index: 99;
    right: 10px;
    bottom: 30%;
    width: 70px;
    height: auto;
    font-size: 12px;
}

.customer-service-box {
    position: relative;
    float: right;
}

.customer-service .a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #24364E;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
    text-align: center;
}

.customer-service .a-service {
  background-color: #31AAFA;
}

.customer-service .a-phone {
  background-color: #FC7C56;
}

.customer-service .a-qrcode {
  background-color: #00C800;
}
.customer-service .a-service:hover {
  background-color: #007eff;
}

.customer-service .a-phone:hover {
  background-color: #ff4812;
}

.customer-service .a-qrcode:hover {
  background-color: #00af0d;
}

.customer-service .a .i {
    float: left;
    width: 44px;
    height: 44px;
    background-image: url('https://www.wpkeji.com/wp-content/themes/wd-universe/assets/images/cs-bg.png');
    background-repeat: no-repeat;
}

.customer-service .a-side-call{
    color:#fff;
    padding-top: 4px;
    background: #f60;
}
.customer-service .call-txt {
    margin-bottom: 0;
}
.customer-service .quform-spacer {
    padding: 0;
    margin: 0;
}

.customer-service .a-service .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url('https://www.wpkeji.com/wp-content/themes/wd-universe/assets/images/cs-bg.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.customer-service .a-phone .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url('https://www.wpkeji.com/wp-content/themes/wd-universe/assets/images/cs-bg.png');
    background-repeat: no-repeat;
    background-position: -27px 0;
}

.customer-service .a-qrcode .i {
    width: 24px;
    height: 24px;
    margin-top: 11px;
    margin-left: 10px;
    background-position: 0 -23px;
}

.customer-service .a-top .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-position: -28px -23px;
}

.customer-service .a-top {
    background: #b5b5b5;
    display: none;
}

.customer-service .a-top:hover {
    background: #999;
}

.customer-service .d {
    display: none;
    min-width: 180px;
    background: #F2F8FF;
    position: absolute;
    top: 20px;
    right: 60px;
    min-height: 90px;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(161, 163, 175, 0.5);
}

.customer-service .d img {
  max-width: 100%;
  height: auto;
}

.customer-service .d .arrow {
  position: absolute;
  top: 12px;
  right: -10px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ddd;
}

.customer-service .d .arrow:after {
  position: absolute;
  top: -10px;
  right: 2px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #F2F8FF;
}

.customer-service .d-service {
  top: 0;
}

.customer-service .d-phone {
  top: 48px;
}

.customer-service .phone-list p {
  line-height: 28px;
  margin-bottom: 0;

}

.customer-service .phone-list p span {
  font-weight: 600;
  font-size: 16px;
}

.customer-service .d-qrcode {
  top: 96px;
}

.customer-service .d .inner-box {
  padding: 15px;
}

.customer-service .d-service-item {
    padding: 0;
}

.customer-service .d-service-item .i-qq {
    width: 32px;
    height: 32px;
    background: url('https://www.wpkeji.com/wp-content/themes/wd-universe/assets/images/cs-bg.png') no-repeat center 10px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden;
}

.customer-service .qq-list .qq-item {
  line-height: 20px;
  margin: 10px 0;
  text-align: center;
}

.customer-service .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    background: url('https://www.wpkeji.com/wp-content/themes/wd-universe/assets/images/cs-bg.png') no-repeat center center;
    display: block;
}

.customer-service .d-service-item .text {
    line-height: 28px;
}

.customer-service .d-service-intro i {
    background: url('https://www.wpkeji.com/wp-content/themes/wd-universe/assets/images/cs-bg.png') no-repeat center center;
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}

.customer-service .d-qrcode {
    text-align: center;
}

.customer-service .d-qrcode p {
    margin-bottom:0;
}

.payment-methods {
  margin: 0;
}
.payment-methods h2 {
  font-size:24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}

.payment-methods .payment-item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  margin: 0;
}

.payment-methods .payment-item p {
    line-height: 24px;
    margin-bottom: 0;
    font-size: 14px;
}

.payment-methods .payment-item p.bank-number span {
    font-weight: 600;
}

.payment-methods .payment-mobile {
  margin-top: 40px;
}

.payment-bank .col-md-4 img {
  margin: 10px 0;
}

.payment-methods .col-md-6 {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.payment-methods .col-md-2 {
  text-align: center;
  margin-top:20px;
}
/*************Wedocs**************/
.page-template-template-docs h1 {
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
}
.page-template-template-docs .widget {
  padding: 0;
}
.page-template-template-docs .widget .search-form {
    border: 1px solid #E5E5E5;
    position: relative;
}
.wedocs-search-input {
    padding-left: 200px;
}
.wedocs-search-in {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    border-right: 1px solid #E5E5E5;
    height: 34px;
}
.wedocs-search-in #search_in_doc {
    width: 100%;
    padding: 6px;
    border: 0;
}
.wedocs-single-wrap.box-shadow {
    padding: 0 30px 0 0;
}
.wedocs-single-wrap .wedocs-sidebar {
    padding-top: 30px;
    background: #f9f9f9;
}
.wedocs-single-wrap .wedocs-single-content {
    padding-top: 30px;
}
.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections {
    margin-top: 0;
}
.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li {
    margin: 5px 0;
}
.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single h3 {
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
}

.wedocs-breadcrumb {
  display: none;
}
.wedocs-single-wrap .wedocs-sidebar h3.widget-title {
    font-weight: 400;
    font-size: 20px;
    padding-left: 20px;
}
.wedocs-single-wrap h1 {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.wedocs-single-wrap h2 {
  font-size: 22px;
}
.wedocs-single-wrap h3 {
  font-size: 20px;
}
.wedocs-single-wrap h4 {
  font-size: 18px;
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_parent > a, .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item > a, .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor > a {
    background: #FC7C56;
    color: #fff;
}
.wedocs-single-wrap .entry-content {
    margin-top: 0;
}
.wedocs-single-wrap .well {
    min-height: 20px;
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wedocs-single-wrap .entry-content ul{
    padding-left: 20px;
}
.wedocs-single-wrap .entry-content ul li {
    margin: 10px 0;
}
.wedocs-feedback-wrap a.positive {
    background: #00C800;
    border: 1px solid #00C800;
}
.wedocs-feedback-wrap a.positive:hover {
  background-color: #00AF0D;
  color: #fff;
}
.wedocs-feedback-wrap a.negative {
  background: #FC7C56;
  border: 1px solid #FC7C56;
}
.wedocs-feedback-wrap a.negative:hover {
  background-color: #FF4812;
  color: #fff;
}

@media only screen and (max-width: 991px) {
      .header-right {
    margin: 0;
  }
  .header-right .navbar-nav>li>a {
    position: absolute;
    right: 0;
    top: -74px;
    min-width: 44px;
  }
  .navbar-nav .open .dropdown-menu {
    top: 0;
    margin: 0 auto;
    background-color: #6384FF;
    border: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
  }
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
    padding: 10px 20px;
  }
  ul.top-nav {
    position: absolute;
    top: -74px;
    right: 60px;
    font-size: 16px;
  }
  .site-logo {
    padding-left: 40px;
  }
  #slide-out-open {
    display: block;
  }
  #slide-out .main-navigation ul {
    display: block;
  }
  .js-nav #slide-out-open {
    top: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .header-right {
    margin: 0;
  }
  .header-right .navbar-nav>li>a {
    position: absolute;
    right: 0;
    top: -82px;
  }
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    top: -6px;
    left: 0;
    float: none;
    width: 90%;
    margin: 0 auto;
    background-color: #6384FF;
    border: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
  }
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
    padding: 10px 20px;
  }
  ul.top-nav {
    position: absolute;
    top: -74px;
    right: 60px;
    font-size: 16px;
  }
  .site-logo {
    padding-left: 40px;
  }
  #slide-out-open {
    display: block;
  }
  #slide-out .main-navigation ul {
    display: block;
  }
  .js-nav #slide-out-open {
    top: 35px;
  }
  .slider-content {
    padding: 40px 30px 20px 30px;
  }
  .slider-img {
    padding: 30px 30px 50px;
  }

  .home-services .row {
    padding: 60px 10px;
    border-radius: 0;
    box-shadow: none;
  }

  .home-why .why-left {
    text-align: left;
  }
  .home-why .why-left .item-img,
  .home-why .why-right .item-img {
    width: 30%;
    float: left;
  }
  .home-why .why-left .item-content,
  .home-why .why-right .item-content {
    float: left;
    width: 70%;
  }
  .home-how .how-step {
    width: 100%;
  }
  .footer-action .col-md-10 {
    letter-spacing: 0;
    font-size: 18px;
    text-align: center;
  }
  .site-footer {
    padding-top: 40px;
    text-align: center;
  }
  .site-footer .site-info {
    margin: 15px 15px 0 15px;
    padding: 15px 0;
  }
  .how-step-arrow,
  .footer-about,
  .footer-sites,
  .footer-action .action-text,
  .site-footer .footer-qrcode {
    display: none;
  }
  
  .service-list.post-box {
    padding: 0;
  }
  .service-list table{
    border: none;
    margin-bottom: 0;
  }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 30px;
      display: block;
      border-left: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
      width: 100%;
    }
    table td p {
      padding-left: 70px;
    }
    table td ol {
      margin-left: 3em;
    }
    table td {
      display: block !important;
      font-size: 14px;
      width: 100%;
    }

    table td:last-child {
      border-bottom: 0;
    }

    .service-list table tbody tr td:last-child {
        border-right: 1px solid #e5e5e5;
    }

    table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
    .service-list .post-content {
      font-size: 13px;
      padding: 8px;
  }
  .wedocs-search-in {
    display: none;
  }
  .wedocs-search-input {
    padding-left: 0;
  }
}
