/* =================================
 css index
 =================================
 *. typography
 *. section title
 *. preloader
 *. normalize
 1. header
 2. banner
 3. info-feature
 4. litehyip features
 5. we thinking global
 6. inventors
 7. testimonial
 8. newsletter
 9. page title
 10. footer
 11. about
 12. investmenut-plan
 13. faq
 14. contact */
/*==========================================
    typography
===========================================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700");
/*==========================================
    section title
==========================================*/
.section-title {
  text-align: center;
  margin-bottom: 60px; }
  .section-title h2 {
    color: #000050;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 11px;
    margin-top: -10px; }
    .section-title h2.add-space {
      margin-bottom: 22px; }
  .section-title p {
    margin: 0 auto;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-bottom: -3px;
    max-width: 720px; }

.section-title_1 {
  margin-bottom: 60px; }
.section-title_1 p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin:10px;
   }

.c-white {
  color: #fff; }

@media only screen and (max-width: 991px) {
  .row.reorder-xs {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl; }
  .row.reorder-xs > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row.homepage-about-xs {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl; }
  .row.homepage-about-xs > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr; } }

/*==========================================
    Preloader
==========================================*/
.sec {
  background-color: #fff;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 999; }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.circle {
  height: 10px;
  width: 10px;
  background-color: #000050;
  border-radius: 50%;
  margin: 4px;
  display: inline-block; }

.item0 {
  -webkit-animation: 1s pulse0 infinite;
  animation: 1s pulse0 infinite; }

.item1 {
  -webkit-animation: 1s pulse1 infinite;
  animation: 1s pulse1 infinite; }

.item2 {
  -webkit-animation: 1s pulse2 infinite;
  animation: 1s pulse2 infinite; }

@-webkit-keyframes pulse0 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  43.3% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  76.6% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse0 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  43.3% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  76.6% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes pulse1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  43.3% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  76.6% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  43.3% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  76.6% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  43.3% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  76.6% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  43.3% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  76.6% {
    -webkit-transform: scale(2);
    transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*==========================================
    scroll to top button
==========================================*/
.scroll-to-top {
  position: fixed;
  right: 50px;
  bottom: 80px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  background: #052157;
  border: 2px solid #fff;
  text-align: center; }

.scroll-to-top a {
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  padding: 2px 0 0px 0;
  display: inline-block; }

.scroll-to-top a i {
  color: #fff; }

/*==========================================
    normalize
==========================================*/
html {
  font-family: "Noto Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #3d5169;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, a {
  line-height: 1.3;
  font-family: "Ubuntu", sans-serif; }

p {
  line-height: 1.6; }

a {
  color: #3d5169;
  text-decoration: none; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd; }

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/*==========================================
    header
==========================================*/
.header .header-top {
  padding: 15px 0;
  background: #000050; }
  .header .header-top .support-bar-left ul li, .header .header-top .support-bar-right ul li {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-right: 25px; }
    .header .header-top .support-bar-left ul li:last-child, .header .header-top .support-bar-right ul li:last-child {
      margin-right: 0; }
    .header .header-top .support-bar-left ul li span, .header .header-top .support-bar-right ul li span {
      display: inline-block;
      color: #0088ff;
      margin-right: 10px; }
  .header .header-top .support-bar-right {
    text-align: right; }

.header .header-bottom .logo-img img {
  width: auto; }

.header .header-bottom .mainmenu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .header .header-bottom .mainmenu .navbar {
    padding: 0; }
    .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item .nav-link {
      font-size: 16px;
      color: #000050;
      font-family: "Ubuntu", sans-serif;
      font-weight: 500;
      margin-right: 35px;
      padding: 40px 0;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item .nav-link:hover {
        color: #0088ff; }
    .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item:last-child .nav-link {
      margin-right: 0; }
    .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item .dropdown-toggle::after {
      position: relative;
      top: 2px; }
    .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
      padding: 0;
      margin: 0;
      border: none;
      border-radius: 0; }
      .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 15px 20px;
        border-top: 1px solid rgba(0, 0, 80, 0.1);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
          color: #fff;
          background: #000050; }
    .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
      display: block; }

/*==========================================
    banner
==========================================*/
.banner {
  background: url("../img/banner_1.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .banner.banner-2 {
    background: url("../img/banner2.jpg") center center no-repeat; }
  .banner.banner-3 {
    background: url("../img/banner3.jpg") center center no-repeat; }
  .banner .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000050;
    opacity: .65; }
  .banner .buttonBar {
    display: none !important; }
  .banner .mb_YTPTime {
    display: none !important; }
  .banner:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
/*    background: #000050;*/  
      opacity: .85; }
  .banner .banner-content {
    padding: 280px 0;
    text-align: center; }
    .banner .banner-content h1 {
      font-size: 62px;
      color: #fff;
      font-weight: 700;
      margin-top: -19px;
      margin-bottom: 21px; }
    .banner .banner-content p {
      color: #fff;
      font-size: 18px;
      line-height: 30px;
      font-weight: 300;
      opacity: .9;
      max-width: 750px;
      margin: 0 auto; }
    .banner .banner-content .content-button {
      margin-top: 37px; }
      .banner .banner-content .content-button a {
        height: 60px;
        width: 220px;
        display: inline-block;
        line-height: 60px;
        background: #fff;
        color: #0088ff;
        border: 1px solid #0088ff;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        font-weight: 700;
        font-family: "Noto Sans", sans-serif;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
        margin-right: 25px; }
        .banner .banner-content .content-button a:hover {
          background: #0088ff;
          color: #fff; }
        .banner .banner-content .content-button a:last-child {
          background: #0088ff;
          margin-right: 0;
          color: #fff; }
          .banner .banner-content .content-button a:last-child:hover {
            background: #fff;
            color: #0088ff;
            border-color: #fff; }
        .banner .banner-content .content-button a:first-child {
          border-color: #fff; }
          .banner .banner-content .content-button a:first-child:hover {
            border-color: #0088ff; }

/*==========================================
    How it works
==========================================*/
.how-it-works {
  padding: 75px 0px 0px 0px; }
  .how-it-works .single-works {
    text-align: center;
    padding: 40px 30px 15px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-box-shadow: 0px 0px 9px 2px #F5F5F5;
    box-shadow: 0px 0px 9px 2px #F5F5F5; }
    .how-it-works .single-works:hover {
      -webkit-box-shadow: 0px 0px 19px 12px #F5F5F5;
      box-shadow: 0px 0px 19px 12px #F5F5F5; }
    .how-it-works .single-works .part-icon {
      font-size: 45px;
      color: #0088ff;
      line-height: 100%;
      margin-bottom: 23px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .how-it-works .single-works .part-text h3 {
      font-size: 24px;
      color: #000050;
      font-weight: 600;
      line-height: 34px;
      margin-bottom: 19px; }
    .how-it-works .single-works .part-text p {
      font-size: 16px;
      color: #666;
      line-height: 30px; }

/*==========================================
    about
==========================================*/
.about {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  padding: 157px 0;
  position: relative;
  z-index: 2; }
  .about:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #000050;
    opacity: .65; }
  .about .about-content {
    background: #fff;
    padding: 50px 50px 55px;
    border-radius: 30px;
    position: relative; }
    .about .about-content:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #0088ff;
      -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      transform: rotate(-5deg);
      z-index: -1;
      border-radius: 30px; }
    .about .about-content .part-text h3 {
      color: #000050;
      font-size: 45px;
      font-weight: 700;
      margin-bottom: 18px; }
    .about .about-content .part-text p {
      color: #666;
      line-height: 30px; }
    .about .about-content .part-play-video {
      position: absolute;
      right: 50px;
      bottom: -40px; }
    .about .about-content .play-video {
      display: inline-block;
      position: relative;
      z-index: 2; }
    .about .about-content .play-video:after {
      position: absolute;
      content: '';
      width: 80px;
      height: 80px;
      left: 50%;
      top: 50%;
      right: 0;
      bottom: 0;
      background: #0088ff;
      border-radius: 50%;
      -webkit-animation: pulse-border 1500ms ease-out infinite;
      animation: pulse-border 1500ms ease-out infinite;
      z-index: -1; }
    .about .about-content .play-video a {
      font-size: 26px;
      display: table-cell;
      line-height: 0;
      padding: 0 0 0 5px;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      background: #0088ff;
      color: #fff;
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
    .about .about-content .play-video a:hover {
      background: #fff;
      color: #0088ff; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

/*==========================================
    feature
==========================================*/
.feature {
  padding: 117px 0 90px; }
  .feature .single-feature {
    text-align: center;
    padding: 40px 30px 15px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-box-shadow: 0px 0px 9px 2px #F5F5F5;
    box-shadow: 0px 0px 9px 2px #F5F5F5; }
    .feature .single-feature .part-icon {
      color: #0088ff;
      font-size: 45px;
      line-height: 100%;
      margin-bottom: 24px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .feature .single-feature .part-text h3 {
      font-size: 24px;
      font-weight: 600;
      color: #000050;
      margin-bottom: 16px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .feature .single-feature .part-text p {
      color: #666;
      font-size: 16px;
      line-height: 30px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .feature .single-feature:hover {
      -webkit-box-shadow: 0px 0px 19px 12px #F5F5F5;
      box-shadow: 0px 0px 19px 12px #F5F5F5; }

/*==========================================
    plan
==========================================*/
.plan {
  padding: 120px 0 90px;
  background: #f0f8ff; }
  .plan .single-plan {
    background: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px; }
    .plan .single-plan h3 {
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 700;
      color: #000050;
      border-top: 2px solid #0088ff;
      padding-top: 22px;
      padding-bottom: 16px; }
    .plan .single-plan .part-parcent {
      padding: 21px 0 37px;
      background: #0088ff;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .plan .single-plan .part-parcent h4 {
        color: #fff;
        font-size: 60px;
        font-weight: 700;
        margin-bottom: -3px; }
      .plan .single-plan .part-parcent span {
        display: inline-block; }
        .plan .single-plan .part-parcent span.parcent-info {
          font-size: 14px;
          color: #fff; }
    .plan .single-plan .part-feature .single-plan-feature {
      padding: 14px 0 17px;
      border-bottom: 1px solid #000050; }
      .plan .single-plan .part-feature .single-plan-feature span {
        display: block; }
        .plan .single-plan .part-feature .single-plan-feature span.small-text {
          font-size: 16px;
          font-weight: 600;
          color: #000050;
          opacity: .8; }
        .plan .single-plan .part-feature .single-plan-feature span.large-text {
          font-size: 24px;
          color: #000050;
          font-weight: 600; }
    .plan .single-plan .part-button {
      padding: 40px 0; }
      .plan .single-plan .part-button button {
        height: 60px;
        width: 220px;
        background: #000050;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Noto Sans", sans-serif;
        border: 1px solid #000050;
        border-radius: 3px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        outline: none;
        cursor: pointer; }
        .plan .single-plan .part-button button:hover {
          background: transparent;
          color: #000050; }
    .plan .single-plan:hover, .plan .single-plan.active {
      -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4); }
      .plan .single-plan:hover h3, .plan .single-plan.active h3 {
        border-top-color: #000050; }
      .plan .single-plan:hover .part-parcent, .plan .single-plan.active .part-parcent {
        background: #000050; }
      .plan .single-plan:hover .part-button button, .plan .single-plan.active .part-button button {
        background: #0088ff;
        border-color: #0088ff; }

/*==========================================
    price
==========================================*/
.price {
  padding: 120px 0 120px;
  background: #f0f8ff; }
  .price .nav-tabs {
    border-bottom: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    left: 50%;
    margin-left: -156px;
    margin-bottom: 38px;
    height: 50px;
    border-radius: 0px; }
    .price .nav-tabs .nav-item .nav-link {
      display: inline-block;
      font-weight: 600;
      font-size: 16px;
      padding: 14px 0;
      text-align: center;
      width: 140px;
      color: #000050;
      background: #fff;
      border: 1px solid #000050;
      border-radius: 0;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .price .nav-tabs .nav-item .nav-link:hover, .price .nav-tabs .nav-item .nav-link.active {
        background: #000050;
        color: #fff;
        border-color: #000050; }
    .price .nav-tabs .nav-item:last-child .nav-link {
      border-radius: 0; }
  .price .single-price {
    text-align: center;
    -webkit-box-shadow: 0px 0px 9px 2px #F5F5F5;
    box-shadow: 0px 0px 9px 2px #F5F5F5; }
    .price .single-price:hover, .price .single-price.active {
      -webkit-box-shadow: 0px 0px 19px 12px #F5F5F5;
      box-shadow: 0px 0px 19px 12px #F5F5F5; }
    .price .single-price .part-top {
      padding: 26px 30px 30px;
      background: #000050; }
      .price .single-price .part-top h3 {
        font-size: 24px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 28px;
        border-bottom: 1px solid;
        padding-bottom: 23px; }
      .price .single-price .part-top h4 {
        font-size: 42px;
        color: #fff; }
        .price .single-price .part-top h4 span {
          font-size: 16px;
          display: block;
          margin-top: 4px; }
    .price .single-price .part-bottom {
      padding: 21px 30px 40px;
      background: #fff; }
      .price .single-price .part-bottom ul li {
        color: #000050;
        font-size: 16px;
        padding: 12px 0; }
        .price .single-price .part-bottom ul li:first-child {
          font-weight: 600;
          font-size: 18px;
          padding-bottom: 6px; }
      .price .single-price .part-bottom a {
        display: inline-block;
        color: #fff;
        background: #000050;
        width: 100%;
        width: 100%;
        padding: 15px 0;
        margin-top: 25px;
        border: 2px solid #000050;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .price .single-price .part-bottom a:hover {
          background: transparent;
          color: #000050; }

/*==========================================
    referral
==========================================*/
.referral {
  padding: 120px 0 90px; }
  .referral .left-side, .referral .right-side {
    margin-top: -7px; }
    .referral .left-side h3, .referral .right-side h3 {
      font-size: 32px;
      color: #000050;
      font-weight: 700;
      text-transform: capitalize;
      margin-bottom: 22px; }
    .referral .left-side p, .referral .right-side p {
      color: #666;
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 35px; }
    .referral .left-side .single-level, .referral .right-side .single-level {
     
      display: flow-root;
      margin-bottom: 30px;
      -webkit-box-shadow: 0px 0px 9px 2px #F5F5F5;
      box-shadow: 0px 0px 9px 2px #F5F5F5; }
      .referral .left-side .single-level .part-parcent, .referral .right-side .single-level .part-parcent {
       
        width: 160px;
        text-align: center;
        padding: 33px 0 25px;
        float: left; }
        .referral .left-side .single-level .part-parcent span.level-no, .referral .right-side .single-level .part-parcent span.level-no {
          color: #fff;
          font-family: "Noto Sans", sans-serif;
          text-transform: uppercase;
          margin-bottom: 16px;
          display: inline-block; }
        .referral .left-side .single-level .part-parcent h4, .referral .right-side .single-level .part-parcent h4 {
          font-size: 24px;
          font-weight: 700;
          color: #fff; }
      .referral .left-side .single-level .part-text, .referral .right-side .single-level .part-text {
        display: table-cell;
        padding: 23px 30px 8px; }
        .referral .left-side .single-level .part-text p, .referral .right-side .single-level .part-text p {
          color: #666;
          font-size: 16px;
          line-height: 30px;
          margin: 0; }

/*==========================================
    counter
==========================================*/
.counter {
  padding: 120px 0 125px 0;
  background: url("../img/counter.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .counter:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000050;
    opacity: .75;
    z-index: -1; }
  .counter .single-counter {
    text-align: center;
    margin-bottom: -9px; }
    .counter .single-counter .part-icon {
      width: 197px;
      height: 197px;
      border: 3px solid #0088ff;
      font-size: 52px;
      color: #fff;
      line-height: 198px;
      border-radius: 50%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: 24px; }
    .counter .single-counter .part-text h3 {
      font-size: 45px;
      color: #fff;
      font-weight: 600;
      text-transform: capitalize; }
    .counter .single-counter .part-text span {
      display: inline-block; }
      .counter .single-counter .part-text span.count-name {
        font-size: 22px;
        color: #fff;
        opacity: .8;
        font-weight: 500;
        text-transform: capitalize; }

/*==========================================
    inventor
==========================================*/
.inventor {
  background: aliceblue;
  padding: 116px 0 90px; }
  .inventor .single-inventor {
    margin-bottom: 30px; }
    .inventor .single-inventor .part-img img {
      width: 100%; }
    .inventor .single-inventor .part-text {
      background: #fff;
      padding: 23px 0 22px;
      text-align: center;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .inventor .single-inventor .part-text span {
        display: block; }
        .inventor .single-inventor .part-text span.name {
          font-size: 22px;
          color: #000050;
          font-weight: 600;
          margin-bottom: 4px;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
        .inventor .single-inventor .part-text span.number {
          font-size: 16px;
          font-weight: 700;
          color: #444;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
    .inventor .single-inventor:hover .part-text {
      background: #0088ff; }
      .inventor .single-inventor:hover .part-text span.name, .inventor .single-inventor:hover .part-text span.number {
        color: #fff; }

/*==========================================
    transaction
==========================================*/
.transaction {
  padding: 75px 0 0px 0px; }
  .transaction .single-transaction.second .table-title {
    background: #000050; }
  .transaction .single-transaction.second .table tbody {
    border-bottom: 1px solid #000050; }
  .transaction .single-transaction .table-title {
    text-align: center;
    background: #0088ff;
    padding: 19px 0 20px; }
    .transaction .single-transaction .table-title h3 {
      font-size: 24px;
      color: #fff;
      font-weight: 700;
      margin: 0; }
  .transaction .single-transaction .parent-table .table {
    margin: 0; }
    .transaction .single-transaction .parent-table .table tbody {
      border-left: 1px solid rgba(0, 0, 0, 0.2);
      border-right: 1px solid rgba(0, 0, 0, 0.2);
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      .transaction .single-transaction .parent-table .table tbody tr:nth-child(2), .transaction .single-transaction .parent-table .table tbody tr:nth-child(4), .transaction .single-transaction .parent-table .table tbody tr:nth-child(6), .transaction .single-transaction .parent-table .table tbody tr:nth-child(8), .transaction .single-transaction .parent-table .table tbody tr:nth-child(10) {
        background: #f0f8ff; }
      .transaction .single-transaction .parent-table .table tbody tr th, .transaction .single-transaction .parent-table .table tbody tr td {
        color: #666666;
        font-weight: 400;
        border: none;
        padding: 18px 0 18px 20px;
        text-align: left; }

/*==========================================
    testimonial
==========================================*/
.testimonial {
  background: aliceblue;
  padding: 120px 0; }
  .testimonial .single-testimonial {
    text-align: center; }
    .testimonial .single-testimonial .testimonial-top {
      padding: 36px 30px 38px;
      position: relative;
      background: #fff; }
      .testimonial .single-testimonial .testimonial-top:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background: #fff;
        -webkit-transform: skewY(-19deg);
        -ms-transform: skewY(-19deg);
        transform: skewY(-19deg);
        margin-top: 30px;
        z-index: -1; }
      .testimonial .single-testimonial .testimonial-top:before {
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background: #fff;
        -webkit-transform: skewY(19deg);
        -ms-transform: skewY(19deg);
        transform: skewY(19deg);
        margin-top: 30px;
        z-index: -1; }
      .testimonial .single-testimonial .testimonial-top .part-icon {
        font-size: 52px;
        color: #0088ff;
        line-height: 100%;
        margin-bottom: 19px; }
      .testimonial .single-testimonial .testimonial-top .part-text p {
        color: #666;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 35px; }
    .testimonial .single-testimonial .part-details {
      margin-top: -38px; }
      .testimonial .single-testimonial .part-details .user-pic {
        width: 120px;
        height: 120px;
        overflow: hidden;
        border-radius: 50%;
        position: relative;
        left: 50%;
        margin-left: -60px;
        margin-bottom: 21px; }
        .testimonial .single-testimonial .part-details .user-pic img {
          width: 100%; }
      .testimonial .single-testimonial .part-details .user-data span {
        display: block; }
        .testimonial .single-testimonial .part-details .user-data span.name {
          font-size: 24px;
          font-weight: 600;
          color: #000050;
          margin-bottom: 4px; }
        .testimonial .single-testimonial .part-details .user-data span.profession {
          font-size: 16px;
          color: #000050;
          opacity: .8; }

.testimonial-slider .owl-controls {
  line-height: 0; }
  .testimonial-slider .owl-controls .owl-dots {
    line-height: 0;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 38px;
    display: inline-block; }
    .testimonial-slider .owl-controls .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      background: #0088ff;
      display: inline-block;
      margin-right: 10px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      border-radius: 50px; }
      .testimonial-slider .owl-controls .owl-dots .owl-dot.active {
        width: 30px; }
      .testimonial-slider .owl-controls .owl-dots .owl-dot:last-child {
        margin-right: 0; }

/*==========================================
    payment
==========================================*/
.payment {
  padding: 8px 0 90px; }
  .payment .single-payment {
    margin-bottom: 30px; }
    .payment .single-payment img {
      width: 100%;
      padding: 15px;
       }

/*==========================================
    inventor
==========================================*/
.footer {
  background: #000050; }
  .footer .footer-top {
    padding: 100px 0 45px; }
    .footer .footer-top .about-area img {
      margin-bottom: 21px;
      width: 230px; }
    .footer .footer-top .about-area p {
      color: #fff;
      font-size: 16px;
      line-height: 30px; }
    .footer .footer-top .useful-link h3 {
      color: #fff;
      font-weight: 600;
      font-size: 16px;
      display: inline-block;
      padding-bottom: 15px;
      margin-bottom: 27px;
      margin-top: -6px;
      position: relative; }
      .footer .footer-top .useful-link h3:after {
        position: absolute;
        content: '';
        left: 0;
        top: 100%;
        width: 50%;
        height: 2px;
        background: #0088ff; }
    .footer .footer-top .useful-link ul li a {
      color: #fff;
      display: inline-block;
      padding-bottom: 9px; }
      .footer .footer-top .useful-link ul li a span {
        display: inline-block;
        color: #0088ff;
        margin-right: 7px; }
    .footer .footer-top .secure-area h3 {
      color: #fff;
      font-weight: 600;
      font-size: 22px;
      display: inline-block;
      padding-bottom: 15px;
      margin-bottom: 32px;
      margin-top: -6px;
      position: relative; }
      .footer .footer-top .secure-area h3:after {
        position: absolute;
        content: '';
        left: 0;
        top: 100%;
        width: 50%;
        height: 2px;
        background: #0088ff; }
    .footer .footer-top .secure-area .logo .row {
      margin: 0 -10px; }
    .footer .footer-top .secure-area .logo .col-logo {
      padding: 0 10px; }
    .footer .footer-top .secure-area .logo .single-logo img {
      width: 100%;
      -webkit-filter: invert(1) brightness(100);
      filter: invert(1) brightness(100);
      padding: 10px;
      border: 1px solid;
      margin-bottom: 20px; }
  .footer .footer-bottom {
    border-top: 1px solid rgba(0, 136, 255, 0.3); }
    .footer .footer-bottom .copyright p {
      color: #fff;
      font-size: 16px;
      margin: 0; }
    .footer .footer-bottom .social {
      text-align: right;
      padding: 30px 0; }
      .footer .footer-bottom .social a {
        display: inline-block;
        border: 1px solid #0088ff;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #0088ff;
        line-height: 30px;
        text-decoration: none;
        font-size: 14px;
        border-radius: 50%;
        margin-right: 5px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .footer .footer-bottom .social a:last-child {
          margin-right: 0; }
        .footer .footer-bottom .social a:hover {
          background: #fff;
          border-color: #fff; }

/*==========================================
    breadcrump
==========================================*/
.hyip-breadcrump {
  background: url("../img/chan_banner_02.png") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .hyip-breadcrump_1 {
  background: url("../img/jiaoyiz_banner.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
 .hyip-breadcrump_2 {
  background: url("../img/news_bj.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
 .hyip-breadcrump_3 {
  background: url("../img/hezuo.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
 .hyip-breadcrump_4 {
  background: url("../img/jiaoyu.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .hyip-breadcrump_5 {
  background: url("../img/lx_bj.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .hyip-breadcrump_6 {
  background: url("../img/wy_bj.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
   .hyip-breadcrump_7 {
  background: url("../img/cjianw_02.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
 
 
  
  .hyip-breadcrump.extra_padding .breadcrump-title , .hyip-breadcrump_1.extra_padding .breadcrump-title, .hyip-breadcrump_2.extra_padding .breadcrump-title
  , .hyip-breadcrump_3.extra_padding .breadcrump-title , .hyip-breadcrump_4.extra_padding .breadcrump-title , .hyip-breadcrump_5.extra_padding .breadcrump-title
  , .hyip-breadcrump_6.extra_padding .breadcrump-title, .hyip-breadcrump_7.extra_padding .breadcrump-title {
    padding-bottom: 148px; }
  .hyip-breadcrump:after , .hyip-breadcrump_1:after , .hyip-breadcrump_2:after, .hyip-breadcrump_3:after, .hyip-breadcrump_4:after, .hyip-breadcrump_5:after
  , .hyip-breadcrump_6:after, .hyip-breadcrump_7:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .65;
    z-index: -1; }
  .hyip-breadcrump .breadcrump-title ,.hyip-breadcrump_1 .breadcrump-title ,.hyip-breadcrump_2 .breadcrump-title ,.hyip-breadcrump_3 .breadcrump-title
   ,.hyip-breadcrump_4 .breadcrump-title,.hyip-breadcrump_5 .breadcrump-title,.hyip-breadcrump_6 .breadcrump-title ,.hyip-breadcrump_7 .breadcrump-title {
    padding: 142px 0 145px; }
    .hyip-breadcrump .breadcrump-title h2, .hyip-breadcrump_1 .breadcrump-title h2, .hyip-breadcrump_2 .breadcrump-title h2, .hyip-breadcrump_3 .breadcrump-title h2
	,.hyip-breadcrump_4 .breadcrump-title h2,.hyip-breadcrump_5 .breadcrump-title h2,.hyip-breadcrump_6 .breadcrump-title h2,.hyip-breadcrump_7 .breadcrump-title h2{
      font-size: 45px;
      font-weight: 600;
      color: #fff; }
      .hyip-breadcrump .breadcrump-title h2.add-space ,.hyip-breadcrump_1.breadcrump-title h2.add-space  ,.hyip-breadcrump_2.breadcrump-title h2.add-space
	  ,.hyip-breadcrump_3.breadcrump-title h2.add-space,.hyip-breadcrump_4.breadcrump-title h2.add-space,.hyip-breadcrump_5.breadcrump-title h2.add-space
	  ,.hyip-breadcrump_6.breadcrump-title h2.add-space ,.hyip-breadcrump_7.breadcrump-title h2.add-space {
        margin-bottom: 22px; }
      .hyip-breadcrump .breadcrump-title h2.faq-title ,.hyip-breadcrump_1 .breadcrump-title h2.faq-title ,.hyip-breadcrump_2 .breadcrump-title h2.faq-title
	  ,.hyip-breadcrump_3 .breadcrump-title h2.faq-title,.hyip-breadcrump_4 .breadcrump-title h2.faq-title ,.hyip-breadcrump_5 .breadcrump-title h2.faq-title
	  ,.hyip-breadcrump_6 .breadcrump-title h2.faq-title ,.hyip-breadcrump_7 .breadcrump-title h2.faq-title {
        margin-top: -7px; }
    .hyip-breadcrump .breadcrump-title span, .hyip-breadcrump_1 .breadcrump-title span, .hyip-breadcrump_2 .breadcrump-title span	
	, .hyip-breadcrump_3 .breadcrump-title span, .hyip-breadcrump_4 .breadcrump-title span
	, .hyip-breadcrump_6 .breadcrump-title span, .hyip-breadcrump_7 .breadcrump-title span{
      display: inline-block;
      color: #fff;
      font-size: 18px; }
      .hyip-breadcrump .breadcrump-title span i, .hyip-breadcrump_1 .breadcrump-title span i, .hyip-breadcrump_2 .breadcrump-title span i
	  , .hyip-breadcrump_3 .breadcrump-title span i, .hyip-breadcrump_4 .breadcrump-title span i, .hyip-breadcrump_5 .breadcrump-title span i
	  , .hyip-breadcrump_6 .breadcrump-title span i , .hyip-breadcrump_7 .breadcrump-title span i{
        margin: 0 6px 0; }

/*==========================================
    about area
==========================================*/
.about-page {
  padding: 120px 0; }
  .about-page .part-video {
    position: relative; }
    .about-page .part-video:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: .65; }
    .about-page .part-video img {
      width: 100%; }
  .about-page .part-text {
    padding-left: 30px; }
 .about-page .part-text_1 {
    padding-left: 10px; }
    .about-page .part-text h3 {
      font-size: 45px;
      color: #000050;
      font-weight: 700;
      margin-bottom: 18px; }
    .about-page .part-text p {
      font-size: 16px;
      line-height: 30px;
      color: #000050; }
    .about-page .part-text ul {
      margin-top: 31px; }
      .about-page .part-text ul li {
        color: #000050;
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 8px; }
        .about-page .part-text ul li span {
          display: inline-block;
          margin-right: 6px; }
  .about-page .play-video {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
    z-index: 2; }
  .about-page .play-video:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: 0;
    background: #0088ff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1; }
  .about-page .play-video a {
    font-size: 26px;
    display: table-cell;
    line-height: 0;
    padding: 0 0 0 5px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    background: #0088ff;
    color: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  .about-page .play-video a:hover {
    background: #fff;
    color: #0088ff; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

/*==========================================
    faq
==========================================*/
.faq {
  padding:75px 0px 0px 0px }
  .faq a {
    background: rgba(0, 213, 99, 0.09);
    color: #000050;
    display: inline-block;
    height: 50px;
    width: 200px;
    border: 1px solid rgba(0, 213, 99, 0.3);
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    margin-top: 21px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .faq a:hover {
      background: #000050;
      border-color: #000050;
      color: #fff; }
  .faq .accordion .card {
    border: none;
    margin-bottom: 30px; }
    .faq .accordion .card:not(:first-of-type) .card-header:first-child {
      border-radius: 10px; }
    .faq .accordion .card .card-header {
      border: none;
      border-radius: 10px;
      padding: 0; }
      .faq .accordion .card .card-header h5 {
        padding: 0; }
        .faq .accordion .card .card-header h5 button {
          color: #000050;
          font-size: 20px;
          font-weight: 600;
          text-decoration: none;
          padding: 0 30px 0 30px;
          height: 80px;
          display: block;
          width: 100%;
          text-align: left;
          background: #f0f8ff;
          border-radius: 10px 10px 0 0;
          position: relative; }
          .faq .accordion .card .card-header h5 button:after {
            position: absolute;
            right: 30px;
            top: 50%;
            margin-top: -10px;
            color: #0088ff;
            text-align: center;
            border-radius: 50%;
            line-height: 100%;
            content: '\f067';
            font-size: 16px;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
          .faq .accordion .card .card-header h5 button.collapsed {
            background: #f0f8ff;
            border-radius: 5px;
            -webkit-box-shadow: none;
            box-shadow: none; }
        .faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
          content: '\f068';
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
    .faq .accordion .card .card-body {
      border-radius: 0 0 10px 10px;
      background: #f0f8ff;
      padding-top: 0;
      margin-top: -6px;
      padding-left: 32px;
      padding-right: 30px;
      font-size: 16px;
      line-height: 30px; }

/*==========================================
    contact
==========================================*/
.contact .part-address {
  padding: 120px 0; }
  .contact .part-address .single-adress {
    text-align: center;
    background: #f0f8ff;
    padding: 40px 40px 31px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .contact .part-address .single-adress .part-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 1px solid #0088ff;
      font-size: 25px;
      text-align: center;
      color: #0088ff;
      line-height: 100%;
      line-height: 60px;
      display: inline-block;
      margin-bottom: 23px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .contact .part-address .single-adress .part-text h3 {
      font-size: 24px;
      color: #000050;
      font-weight: 700;
      margin-bottom: 18px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .contact .part-address .single-adress .part-text ul li {
      font-size: 16px;
      line-height: 26px;
      color: #666;
      padding-bottom: 6px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .contact .part-address .single-adress:hover {
      background: #000050; }
      .contact .part-address .single-adress:hover .part-icon {
        color: #fff;
        border-color: #fff; }
      .contact .part-address .single-adress:hover .part-text h3 {
        color: #fff; }
      .contact .part-address .single-adress:hover .part-text ul li {
        color: #fff; }

.contact .get-in-touch {
  padding: 120px 0 90px;
  background: aliceblue; }
  .contact .get-in-touch .part-form form input {
    width: 100%;
    height: 60px;
    border: 1px solid #0088ff;
    margin-bottom: 30px;
    padding: 30px; }
  .contact .get-in-touch .part-form form textarea {
    padding: 18px 30px;
    margin-bottom: 24px;
    height: 200px;
    width: 100%;
    border: 1px solid #0088ff; }
  .contact .get-in-touch .part-form form button {
    color: #fff;
    text-transform: uppercase;
    background: #0088ff;
    height: 60px;
    width: 100%;
    outline: none;
    cursor: pointer;
    border: 1px solid #0088ff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .contact .get-in-touch .part-form form button:hover {
      background: transparent;
      color: #0088ff; }

/*==========================================
    login
==========================================*/
.login {
  padding: 120px 0 120px; background-image:url(../img/dengl.jpg); }
  .login.login-1 {
    padding: 120px 0 90px; }
  .login.login-4 {
    background: aliceblue; }
    .login.login-4 .part-form {
      background: #fff; }
  .login .part-text h3 {
    font-size: 30px;
    color: #000050;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: -7px; }
  .login .part-text p {
    font-size: 16px;
    line-height: 30px;
    color: #000050;
    margin-bottom: 44px; }
  .login .part-text .brands .single-brand {
    margin-bottom: 30px; }
    .login .part-text .brands .single-brand img {
      padding: 20px;
      border: 1px solid rgba(0, 0, 80, 0.2); }
  .login .part-form {
    padding: 40px 30px 38px;
  }
    .login .part-form form input {
      height: 60px;
      border: 1px solid #0088ff;
      width: 100%;
      margin-bottom: 30px;
      padding: 30px; }
    .login .part-form form img {
      border: 1px solid #0088ff;
      height: 60px;
      margin-bottom: 30px; }
    .login .part-form form button {
      background: #0088ff;
      color: #fff;
      width: 100%;
      height: 60px;
      border: 1px solid #0088ff;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      text-transform: uppercase;
      cursor: pointer; }
      .login .part-form form button:hover {
        color: #0088ff;
        background: transparent; }
  .login .login-with-social {
    padding: 40px 30px 39px;
    background: aliceblue; }
    .login .login-with-social a.social-link {
      display: inline-block;
      width: 100%;
      height: 60px;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      line-height: 60px;
      margin-bottom: 30px;
      font-weight: 500;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .login .login-with-social a.social-link.facebook {
        background: #3b5999;
        border: 1px solid #3b5999; }
        .login .login-with-social a.social-link.facebook:hover {
          color: #3b5999;
          background: transparent; }
      .login .login-with-social a.social-link.google {
        background: #dd4b39;
        border: 1px solid #dd4b39; }
        .login .login-with-social a.social-link.google:hover {
          color: #dd4b39;
          background: transparent; }
      .login .login-with-social a.social-link.twitter {
        background: #55acee;
        border: 1px solid #55acee; }
        .login .login-with-social a.social-link.twitter:hover {
          color: #55acee;
          background: transparent; }
      .login .login-with-social a.social-link.linkedin {
        background: #0077B5;
        border: 1px solid #0077B5; }
        .login .login-with-social a.social-link.linkedin:hover {
          color: #0077B5;
          background: transparent; }
      .login .login-with-social a.social-link.instagram {
        background: #e4405f;
        margin-bottom: 0;
        border: 1px solid #e4405f; }
        .login .login-with-social a.social-link.instagram:hover {
          color: #e4405f;
          background: transparent; }
  .login .login-title {
    font-size: 30px;
    color: #000050;
    font-weight: 600;
    margin-top: -5px;
    margin-bottom: 35px; }
  .login span.forget-password {
    font-size: 16px;
    color :#FFF;
    display: inline-block;
    margin-top: 25px; }
    .login span.forget-password a {
      display: inline-block; color:#FFF; font-size:20px; font-weight:bold;
      margin-left:63px; }
  .login .line {
    position: relative;
    height: 100%;
    width: 100%; }
    .login .line:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 2px;
      height: 100%;
      content: '';
      background: #9999b9;
      left: 50%;
      margin-left: -1px;
      z-index: -1; }
    .login .line .or {
      width: 120px;
      height: 120px;
      background: #9999b9;
      text-align: center;
      line-height: 120px;
      color: #fff;
      font-weight: 700;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      margin-left: -60px;
      top: 50%;
      margin-top: -60px; }

/*==========================================
    blog area
==========================================*/
.blog-area {
  padding: 120px 0 120px; }
  .blog-area.blog-grid-page {
    padding: 120px 0 90px; }
  .blog-area .single-blog {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(68, 68, 68, 0.12);
    box-shadow: 0px 0px 38px 0px rgba(68, 68, 68, 0.12);
    margin-bottom: 30px; }
    .blog-area .single-blog:hover {
      -webkit-box-shadow: 0px 0px 38px 0px rgba(68, 68, 68, 0.5);
      box-shadow: 0px 0px 38px 0px rgba(68, 68, 68, 0.5); }
      .blog-area .single-blog:hover .part-img img {
        -ms-transform: rotate(7deg) scale(1.2);
        /* IE 9 */
        -webkit-transform: rotate(7deg) scale(1.2);
        /* Chrome, Safari, Opera */
        transform: rotate(7deg) scale(1.2); }
      .blog-area .single-blog:hover .part-text h3 a {
        color: #000050; }
    .blog-area .single-blog .part-img {
      position: relative;
      overflow: hidden; }
      .blog-area .single-blog .part-img:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .3;
        z-index: 1; }
      .blog-area .single-blog .part-img img {
        width: 100%;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
      .blog-area .single-blog .part-img .content-on-img {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
        .blog-area .single-blog .part-img .content-on-img a {
          display: inline-block;
          color: #fff;
          border: 1px solid #fff;
          border-radius: 5px;
          position: absolute;
          bottom: 15px;
          left: 15px;
          padding: 5px 15px;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s;
          background: rgba(255, 255, 255, 0.32); }
          .blog-area .single-blog .part-img .content-on-img a:hover {
            color: #3d5169;
            background: #fff; }
    .blog-area .single-blog .part-text {
      padding: 25px 30px 8px; }
      .blog-area .single-blog .part-text span {
        font-size: 12px;
        color: #000050;
        margin-bottom: 7px;
        display: inline-block;
        display: none; }
      .blog-area .single-blog .part-text h3 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 18px;
        line-height: 30px;
        font-family: "Ubuntu", sans-serif; }
        .blog-area .single-blog .part-text h3 a {
          color: #000050;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s; }
      .blog-area .single-blog .part-text p {
        color: #666;
        font-size: 16px;
        line-height: 30px; }
    .blog-area .single-blog .part-admin {
      padding: 15px 20px;
      border-top: 1px solid #d3d3d3;
      display: none; }
      .blog-area .single-blog .part-admin ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .blog-area .single-blog .part-admin ul li {
          display: inline-block;
          border-right: 1px solid #d3d3d3;
          padding: 0 10px; }
          .blog-area .single-blog .part-admin ul li:last-child {
            border-right: none; }
          .blog-area .single-blog .part-admin ul li:first-child {
            padding-left: 0; }
          .blog-area .single-blog .part-admin ul li h4 {
            color: #000050;
            font-size: 15px;
            margin-bottom: 0; }
            .blog-area .single-blog .part-admin ul li h4 span {
              color: #000050;
              margin-right: 6px; }

/*==========================================
    blog details area
==========================================*/
.blog-details-area .part-img img {
  width: 100%; }

.blog-details-area .part-text {
  padding: 24px 30px 21px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3; }
  .blog-details-area .part-text h2 {
    font-size: 30px;
    color: #000050;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 23px; }
  .blog-details-area .part-text P {
    color: #666;
    font-size: 16px;
    margin-bottom: 21px;
    line-height: 30px; }
    .blog-details-area .part-text P:last-child {
      margin-bottom: 6px; }
  .blog-details-area .part-text .marked {
    color: #000050;
    font-style: italic; }

.blog-details-area .part-meta {
  padding: 0 30px 30px;
  border: 1px solid #e3e3e3;
  border-top: none; }
  .blog-details-area .part-meta ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .blog-details-area .part-meta ul li {
      display: inline-block;
      padding: 0 30px;
      position: relative; }
      .blog-details-area .part-meta ul li:after {
        position: absolute;
        content: '';
        top: 50%;
        margin-top: -10px;
        left: 0;
        height: 20px;
        width: 1px;
        background: #919191; }
      .blog-details-area .part-meta ul li a img {
        margin-right: 10px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        overflow: hidden; }
      .blog-details-area .part-meta ul li:first-child {
        padding-left: 0; }
        .blog-details-area .part-meta ul li:first-child:after {
          display: none; }
      .blog-details-area .part-meta ul li a {
        font-size: 15px;
        color: #3d5169;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        .blog-details-area .part-meta ul li a i {
          color: #7c7c7c; }
        .blog-details-area .part-meta ul li a:hover {
          color: #000050; }

.comments-area h3 {
  font-size: 30px;
  color: #000050;
  font-weight: 600;
  margin: 32px 0 0px; }

.comments-area .single-comment {
  position: relative;
  padding-bottom: 19px;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 40px; }
  .comments-area .single-comment .part-img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px; }
    .comments-area .single-comment .part-img img {
      width: 100%; }
  .comments-area .single-comment .part-text {
    display: table; }
    .comments-area .single-comment .part-text h4 {
      font-size: 20px;
      color: #000050;
      font-weight: 600;
      display: inline-block;
      margin-top: -6px; }
    .comments-area .single-comment .part-text span {
      color: #000050;
      font-size: 15px;
      font-style: italic;
      display: block;
      margin-top: -1px;
      margin-bottom: 6px; }
    .comments-area .single-comment .part-text p {
      color: #666;
      font-size: 16px;
      line-height: 26px; }
    .comments-area .single-comment .part-text button {
      position: absolute;
      right: 0;
      top: 40px;
      background: transparent;
      border: 0;
      font-size: 15px;
      color: #000050;
      outline: none;
      cursor: pointer; }

.comments-area .reply {
  padding-left: 120px; }

.comment-form-area form h3 {
  font-size: 30px;
  color: #000050;
  font-weight: 600;
  margin: 34px 0 29px; }

.comment-form-area form input {
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #c8c8c8;
  padding: 0 20px; }

.comment-form-area form textarea {
  width: 100%;
  height: 200px;
  resize: none;
  padding: 14px 20px; }

.comment-form-area form button {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 50px;
  width: 180px;
  background: #000050;
  color: #fff;
  font-weight: 600;
  border: 1px solid #000050;
  cursor: pointer;
  margin-top: 33px; }
  .comment-form-area form button:hover {
    background: #fff;
    color: #000050; }

/*==========================================
    sidebar for blog page
==========================================*/
.single-widget {
  padding: 34px 40px 40px;
  margin-bottom: 30px; }
  .single-widget h3 {
    font-size: 24px;
    color: #000050;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 11px; }
  .single-widget ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .single-widget ul li a {
      font-size: 16px;
      color: #666;
      text-decoration: none;
      display: block;
      padding: 14px 0;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      .single-widget ul li a:last-child {
        padding-bottom: 0; }
      .single-widget ul li a span {
        float: right; }
      .single-widget ul li a:hover {
        color: #000050; }
  .single-widget .single-recent {
    margin-bottom: 20px; }
    .single-widget .single-recent .part-img {
      width: 90px;
      height: 70px;
      overflow: hidden;
      float: left;
      margin-right: 10px; }
      .single-widget .single-recent .part-img img {
        height: 100%; }
    .single-widget .single-recent .part-text h4 {
      font-size: 18px;
      color: #000050;
      font-weight: 600; }
      .single-widget .single-recent .part-text h4 a {
        text-decoration: none;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        color: #000050; }
        .single-widget .single-recent .part-text h4 a:hover {
          color: #0088ff; }
    .single-widget .single-recent .part-text span {
      font-size: 12px;
      color: #3d5169;
      display: block;
      margin-top: 10px; }

#search-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0; }
  #search-bar form {
    width: 100%;
    height: 50px;
    position: relative; }
    #search-bar form input {
      height: 100%;
      width: 100%;
      padding: 0 20px;
      border: none;
      outline: none;
      background: #f0f8ff;
      padding-right: 50px; }
    #search-bar form button {
      position: absolute;
      top: 0;
      right: 0;
      border: none;
      background: transparent;
      color: #3d5169;
      font-size: 16px;
      height: 100%;
      width: 50px;
      cursor: pointer;
      outline: none; }

#recent-post {
  padding-bottom: 24px; }
  #recent-post h3 {
    margin-bottom: 23px; }

#archive h3 {
  margin-bottom: 6px; }

#tags {
  padding: 33px 40px 30px; }
  #tags h3 {
    margin-bottom: 27px; }
  #tags a {
    display: inline-block;
    color: #3d5169;
    padding: 12px 12px;
    border: 1px solid #dadada;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 10px;
    margin-right: 7px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    #tags a:hover {
      background: #000050;
      color: #fff;
      border: 1px solid #000050; }



input, textarea, select { font-family:"微软雅黑";  background-color:#fff; border:1px solid #ccc; font-size:20px; width:300px; min-height:30px; display:block;
			margin-bottom:16px; margin-top:8px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
textarea { min-height:200px; }
input:focus, textarea:focus ,select:focus { -webkit-box-shadow:0 0 25px #ccc; -moz-box-shadow:0 0 25px #ccc; box-shadow:0 0 25px #ccc;
			-webkit-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05); }
/* The interesting bit */
input:not(:focus), textarea:not(:focus), select:not(:focus) { opacity:0.5;}
input[type=submit] { opacity:1.0; }
.Bacble_one,.Bacble_two,.Bacble_three,.Bacble_four,.Bacble_five{ width:400px; height:80px; float:left;}
.Bacble_mib .mmed{ background-color:#138ec8; color:#FFF; font-family:"微软雅黑"; font-size:18px;height: 50px; margin:0 auto;}

.anniu{position: relative;
    width: 100%;
      padding:15px 0;
    text-align: center;}
.anniu .zhengshi{   height: 60px;border-radius: 10px; color:#FFF; margin-bottom:15px;
    width: 220px;
    display: inline-block;
    line-height: 60px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 700;
    font-family:"微软雅黑"; 
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 25px;
    background-color: rgb(22, 191, 96); }
.anniu .moni{   height: 60px;border-radius: 10px;color:#FFF; margin-bottom:15px;
    width: 220px;
    display: inline-block;
    line-height: 60px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 700;
   font-family:"微软雅黑"; 
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 25px;
    background-color: rgb(255, 204, 0); }


.body-s {
	max-width: 1200px;margin: 35px auto;
}
.modal {
	padding: 25px 30px;
	background: rgba(255,255,255,0.9);
	font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
	color: #666;
}
.modal a {
	color: #2da5da;
}

@media screen and (max-width: 600px) {
	.body {
		padding: 20px;
	}
}
.sky-form {
	margin: 0;
	outline: none;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
	color: #666;
}
.sky-form * {
	margin: 0;
	padding: 0;
}
.sky-form header {
	display: block;
	padding: 20px 30px;	
	border-bottom: 1px solid rgba(0,0,0,.1);
	background: rgba(248,248,248,.9);
	font-size: 25px;
	font-weight: 300;
	color: #232323;
}
.sky-form fieldset {
	display: block;	
	padding: 25px 30px 5px;
	border: none;
	background: rgba(255,255,255,.9);
}
.sky-form fieldset + fieldset {
	border-top: 1px solid rgba(0,0,0,.1);
}
.sky-form section {
	margin-bottom: 20px;
}
.sky-form footer {
	display: block;
	padding: 15px 30px 25px;
	border-top: 1px solid rgba(0,0,0,.1);
	background: rgba(248,248,248,.9);
}
.sky-form footer:after {
	content: '';
	display: table;
	clear: both;
}
.sky-form a {
	color: #2da5da;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.sky-form .label.col {
	margin: 0;
	padding-top: 10px;
}
.sky-form .note {
	margin-top: 6px;
	padding: 0 1px;
	font-size: 11px;
	line-height: 15px;
	color: #999;
}
.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
	position: relative;
	display: block;
}
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 39px;
	padding: 8px 10px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #404040;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
}


/**/
/* file inputs */
/**/
.sky-form .input-file .button {
	position: absolute;
	top: 4px;
	right: 4px;
	float: none;
	height: 31px;
	margin: 0;
	padding: 0 20px;
	font-size: 13px;
	line-height: 31px;
}
.sky-form .input-file .button:hover {
	box-shadow: none;
}
.sky-form .input-file .button input {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	font-size: 30px;
	cursor: pointer;
	opacity: 0;
}


/**/
/* selects */
/**/
.sky-form .select i {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 1px;
	height: 11px;
	background: #fff;
	box-shadow: 0 0 0 12px #fff;
}
.sky-form .select i:after,
.sky-form .select i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .select i:after {
	bottom: 0;
	border-top: 4px solid #404040;
}
.sky-form .select i:before {
	top: 0;
	border-bottom: 4px solid #404040;
}
.sky-form .select-multiple select {
	height: auto;
}


/**/
/* textareas */
/**/
.sky-form .textarea textarea {
	height: auto;
	resize: none;
}
.sky-form .textarea-resizable textarea {
	resize: vertical;	
}
.sky-form .textarea-expandable textarea {
	height: 39px;
}
.sky-form .textarea-expandable textarea:focus {
	height: auto;
}


/**/
/* radios and checkboxes */
/**/
.sky-form .radio,
.sky-form .checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
	cursor: pointer;
}
.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
	margin-bottom: 0;
}
.sky-form .radio input,
.sky-form .checkbox input {
	position: absolute;
	left: -9999px;
}
.sky-form .radio i,
.sky-form .checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 13px;
	height: 13px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}
.sky-form .radio i {
	border-radius: 50%;
}
.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.sky-form .radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.sky-form .checkbox input + i:after {
	content: '\f00c';
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.sky-form .radio input:checked + i:after,
.sky-form .checkbox input:checked + i:after {
	opacity: 1;
}
.sky-form .inline-group {
	margin: 0 -30px -4px 0;
}
.sky-form .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}


/**/
/* toggles */
/**/
.sky-form .toggle {
	margin-bottom: 4px;
	padding-right: 61px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
	cursor: pointer;
}
.sky-form .toggle:last-child {
	margin-bottom: 0;
}
.sky-form .toggle input {
	position: absolute;
	left: -9999px;
}
.sky-form .toggle i {
	content: '';
	position: absolute;
	top: 4px;
	right: 0;
	display: block;
	width: 49px;
	height: 17px;
	border-width: 2px;
	border-style: solid;
	border-radius: 12px;
	background: #fff;
}
.sky-form .toggle i:after {
	content: 'OFF';
	position: absolute;
	top: 2px;
	right: 8px;
	left: 8px;
	font-style: normal;
	font-size: 9px;
	line-height: 13px;
	font-weight: 700;
	text-align: left;
	color: #5f5f5f;
}
.sky-form .toggle i:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 4px;
	right: 4px;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	opacity: 1;
	transition: right 0.2s;
	-o-transition: right 0.2s;
	-ms-transition: right 0.2s;
	-moz-transition: right 0.2s;
	-webkit-transition: right 0.2s;
}
.sky-form .toggle input:checked + i:after {
	content: 'ON';
	text-align: right;
}
.sky-form .toggle input:checked + i:before {
	right: 36px;
}


/**/
/* ratings */
/**/
.sky-form .rating {
	margin-bottom: 4px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
}
.sky-form .rating:last-child {
	margin-bottom: 0;
}
.sky-form .rating input {
	position: absolute;
	left: -9999px;
}
.sky-form .rating label {
	display: block;
	float: right;
	height: 17px;
	margin-top: 5px;
	padding: 0 2px;
	font-size: 17px;
	line-height: 17px;
	cursor: pointer;
}


/**/
/* buttons */
/**/
.sky-form .button {
	float: right;
	height: 39px;
	overflow: hidden;
	margin: 10px 0 0 20px;
	padding: 0 25px;
	outline: none;
	border: 0;
	font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}


/**/
/* icons */
/**/
@font-face
{
	font-family: 'FontAwesome';
	src: url('../../fonts/fontawesome-webfont.eot?v=3.0.1');
	src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
	url('../../fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
	url('../../fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before,
.icon-rotate-right:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before,
.icon-mail-forward:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone {
	margin-top: 1px;
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before,
.icon-rotate-left:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before,
.icon-mail-reply:before {
  content: "\f112";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.sky-form [class^="icon-"],
.ui-datepicker [class^="icon-"] {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.sky-form .icon-append,
.sky-form .icon-prepend {
	position: absolute;
	top: 5px;
	width: 29px;
	height: 29px;
	font-size: 15px;
	line-height: 29px;
	text-align: center;
}
.sky-form .icon-append {
	right: 5px;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: solid;
}
.sky-form .icon-prepend {
	left: 5px;
	padding-right: 3px;
	border-right-width: 1px;
	border-right-style: solid;
}
.sky-form .input .icon-prepend + input,
.sky-form .textarea .icon-prepend + textarea {
	padding-left: 46px;
}
.sky-form .input .icon-append + input,
.sky-form .textarea .icon-append + textarea {
	padding-right: 46px;
}
.sky-form .input .icon-prepend + .icon-append + input,
.sky-form .textarea .icon-prepend + .icon-append + textarea {
	padding-left: 46px;
}


/**/
/* grid */
/**/
.sky-form .row {
	margin: 0 -15px;
}
.sky-form .row:after {
	content: '';
	display: table;
	clear: both;
}
.sky-form .col {
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.sky-form .col-1 {
	width: 8.33%;
}
.sky-form .col-2 {
	width: 16.66%;
}
.sky-form .col-3 {
	width: 25%;
}
.sky-form .col-4 {
	width: 33.33%;
}
.sky-form .col-5 {
	width: 41.66%;
}
.sky-form .col-6 {
	width: 50%;
}
.sky-form .col-8 {
	width: 66.67%;
}
.sky-form .col-9 {
	width: 75%;
}
.sky-form .col-10 {
	width: 83.33%;
}
@media screen and (max-width: 600px) {
	.sky-form .col {
		float: none;
		width: 100%;
	}
}


/**/
/* tooltips */
/**/
.sky-form .tooltip {
	position: absolute;
	z-index: 1;
	left: -9999px;
	padding: 2px 8px 3px;
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	background: rgba(0,0,0,0.9);
	color: #fff;
	opacity: 0;
	transition: margin 0.3s, opacity 0.3s;
	-o-transition: margin 0.3s, opacity 0.3s;
	-ms-transition: margin 0.3s, opacity 0.3s;
	-moz-transition: margin 0.3s, opacity 0.3s;
	-webkit-transition: margin 0.3s, opacity 0.3s;
}
.sky-form .tooltip:after {
	content: '';
	position: absolute;
}
.sky-form .input input:focus + .tooltip,
.sky-form .textarea textarea:focus + .tooltip {
	opacity: 1;	
}

.sky-form .tooltip-top-right {
	bottom: 100%;
	margin-bottom: 15px;
}
.sky-form .tooltip-top-right:after {
	top: 100%;
	right: 16px;	
	border-top: 4px solid rgba(0,0,0,0.9);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-top-right,
.sky-form .textarea textarea:focus + .tooltip-top-right {
	right: 0;
	left: auto;
	margin-bottom: 5px;
}

.sky-form .tooltip-top-left {
	bottom: 100%;
	margin-bottom: 15px;
}
.sky-form .tooltip-top-left:after {
	top: 100%;
	left: 16px;
	border-top: 4px solid rgba(0,0,0,0.9);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-top-left,
.sky-form .textarea textarea:focus + .tooltip-top-left {
	right: auto;
	left: 0;
	margin-bottom: 5px;
}

.sky-form .tooltip-right {
	top: 9px;
	white-space: nowrap;
	margin-left: 15px;
}
.sky-form .tooltip-right:after {
	top: 6px;
	right: 100%;
	border-top: 4px solid transparent;
	border-right: 4px solid rgba(0,0,0,0.9);
	border-bottom: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-right,
.sky-form .textarea textarea:focus + .tooltip-right {
	left: 100%;
	margin-left: 5px;
}

.sky-form .tooltip-left {
	top: 9px;
	white-space: nowrap;
	margin-right: 15px;
}
.sky-form .tooltip-left:after {
	top: 6px;
	left: 100%;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid rgba(0,0,0,0.9);
}
.sky-form .input input:focus + .tooltip-left,
.sky-form .textarea textarea:focus + .tooltip-left {
	right: 100%;
	left: auto;
	margin-right: 5px;
}

.sky-form .tooltip-bottom-right {
	top: 100%;
	margin-top: 15px;
}
.sky-form .tooltip-bottom-right:after {
	bottom: 100%;
	right: 16px;	
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(0,0,0,0.9);
	border-left: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-bottom-right,
.sky-form .textarea textarea:focus + .tooltip-bottom-right {
	right: 0;
	left: auto;
	margin-top: 5px;
}

.sky-form .tooltip-bottom-left {
	top: 100%;
	margin-top: 15px;
}
.sky-form .tooltip-bottom-left:after {
	bottom: 100%;
	left: 16px;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(0,0,0,0.9);
	border-left: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-bottom-left,
.sky-form .textarea textarea:focus + .tooltip-bottom-left {
	right: auto;
	left: 0;
	margin-top: 5px;
}


/**/
/* normal state */
/**/
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
	border-color: #e5e5e5;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.sky-form .toggle i:before {
	background-color: #2da5da;	
}
.sky-form .rating label {
	color: #ccc;
	transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.sky-form .button {
	background-color: #2da5da;
	opacity: 0.8;
	transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}
.sky-form .button.button-secondary {
	background-color: #b3b3b3;
}
.sky-form .icon-append,
.sky-form .icon-prepend {
	color: #ccc;
}


/**/
/* hover state */
/**/
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
	border-color: #8dc9e5;
}
.sky-form .rating input + label:hover,
.sky-form .rating input + label:hover ~ label {
	color: #2da5da;
}
.sky-form .button:hover {
	opacity: 1;
}


/**/
/* focus state */
/**/
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
	border-color: #2da5da;
}


/**/
/* checked state */
/**/
.sky-form .radio input + i:after {
	background-color: #2da5da;	
}
.sky-form .checkbox input + i:after {
	color: #2da5da;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
	border-color: #2da5da;	
}
.sky-form .rating input:checked ~ label {
	color: #2da5da;	
}


/**/
/* error state */
/**/
.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i {
	background: #fff0f0;
}
.sky-form .state-error select + i {
	background: #fff0f0;
	box-shadow: 0 0 0 12px #fff0f0;
}
.sky-form .toggle.state-error input:checked + i {
	background: #fff0f0;
}
.sky-form .state-error + em {
	display: block;
	margin-top: 6px;
	padding: 0 1px;
	font-style: normal;
	font-size: 11px;
	line-height: 15px;
	color: #ee9393;
}
.sky-form .rating.state-error + em {
	margin-top: -4px;
	margin-bottom: 4px;
}


/**/
/* success state */
/**/
.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i {
	background: #f0fff0;
}
.sky-form .state-success select + i {
	background: #f0fff0;
	box-shadow: 0 0 0 12px #f0fff0;
}
.sky-form .toggle.state-success input:checked + i {
	background: #f0fff0;
}
.sky-form .note-success {
	color: #6fb679;
}


/**/
/* disabled state */
/**/
.sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
	cursor: default;
	opacity: 0.5;
}
.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
	border-color: #e5e5e5;
}


/**/
/* submited state */
/**/
.sky-form .message {
	display: none;
	color: #6fb679;
}
.sky-form .message i {
	display: block;
	margin: 0 auto 20px;
	width: 81px;
	height: 81px;
	border: 1px solid #6fb679;
	border-radius: 50%;
	font-size: 30px;
	line-height: 81px;
}
.sky-form.submited fieldset,
.sky-form.submited footer {
	display: none;
}
.sky-form.submited .message {
	display: block;
	padding: 25px 30px;
	background: rgba(255,255,255,.9);
	font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
	text-align: center;
}


/**/
/* datepicker */
/**/
.ui-datepicker {
	display: none;
	padding: 10px 12px;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #666;
}
.ui-datepicker a {
	color: #404040;
}
.ui-datepicker-header {
	position: relative;
	margin: -10px -12px 10px;
	padding: 10px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-size: 15px;
	line-height: 27px;
}
.ui-datepicker-prev, 
.ui-datepicker-next {
	position: absolute;
	top: 0;
	display: block;
	width: 47px;
	height: 47px;
	font-size: 15px;
	line-height: 47px;
	text-decoration: none;
	cursor: pointer;
}
.ui-datepicker-prev {
	left: 0;
}
.ui-datepicker-next {
	right: 0;
}
.ui-datepicker-calendar {
	border-collapse: collapse;
	font-size: 13px;
	line-height: 27px;
}
.ui-datepicker-calendar th {
	color: #999;
}
.ui-datepicker-calendar a,
.ui-datepicker-calendar span {
	display: block;
	width: 31px;
	margin: auto;
	text-decoration: none;
	color: #404040;
}
.ui-datepicker-calendar a:hover {
	background: rgba(0,0,0,.05);	
}
.ui-datepicker-calendar span {
	color: #bfbfbf;
}
.ui-datepicker-today a {
	font-weight: 700;
}
.ui-datepicker-calendar .ui-state-active {
	background: rgba(0,0,0,.05);
	cursor: default;	
}
.ui-datepicker-inline {
	border: 2px solid #e5e5e5;
	background: #fff;
	box-shadow: none;
}
.ui-datepicker-inline .ui-datepicker-calendar {
	width: 100%;
}


/**/
/* modal */
/**/
.sky-form-modal {
	position: fixed;
	z-index: 1;
	display: none;
	width: 400px;
}
.sky-form-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}

.zxkf-box {
  position: fixed;
  right: 0;
  top: 200px;
  width: 30px;
  z-index: 9999;
  background: rgb(20,100,215);
  padding-bottom: 8px;
}
.zxkf-box .a-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.zxkf-box .a-box span {
  display: flex;
  text-align: center;
  color: white;
  font-size: 16px;
}

.header .header-top {
  display: none;
}
