/*
    Theme Name: Purican.
    Theme URI: http://themeies.com
    Author: Themeies
    Author URI: http://themeies.com
    Version: 2.0
    Description: Purican is a Delevary HTML5 Template.
*/
/*
    Table of Context
    -------------------------------
    01. Common CSS
    02. Content Box
    03. Video Box
    04. Icon Box
    05. Order, Unorder List
    06. Round One side
    07. Overlap Image Box
    08. Image Box
    09. Icon list block

    01. Header style
    02. Banner style
    03. Block style
    04. Product section
    05. About section
    06. Delevary section
    07. Team section
    08. Work section
    09. Branch section
    10. Testimonial section
    11. Journal section
    12. Slider section
    13. Blog section
    14. Product section
    15. About page
    16. Team page
    17. Shop page
    18. Shop-Product page
    19. Blog page
    20. Blog-single page
    21. Contact page
    22. Contact section
    23. Footer

*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

html,
body {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  /* font-family: "Roboto"; */
  /* color: white; */
}

h1,
h2,
h3,
h4,
h5 {
  /* font-family: "Muli"; */
  /* color: #111111; */
  margin-bottom: 0;
}
h1 {
  /* font-family: "Muli"; */
  color: #fff;
  font-size: 80px;
  font-weight: 900;
}
h2 {
  /* font-family: "Muli"; */
  font-size: 48px;
  font-weight: 900;
}
h3 {
  /* font-family: "Muli"; */
  font-size: 40px;
  font-weight: 900;
}
h4 {
  /* font-family: "Muli"; */
  font-size: 30px;
  font-weight: 900;
}

h5 {
  /* font-family: "Muli"; */
  font-size: 24px;
  font-weight: 900;
}

h6 {
  /* font-family: "Roboto"; */
  /* color: #fff; */
  font-size: 18px;
  font-weight: 600;
}

p {
  /* font-family: "Roboto"; */
  /* color: #63666b;
  font-size: 16px; */
  font-weight: 400;
  line-height: 2;
}

ul,
li {
  list-style: none;
}

.contact-page li:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid 4px rgba(53, 115, 238, 0.3);
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

/* REUSEABLE CONTENT */

.span {
  /* font-family: "Roboto"; */
  font-size: 16px;
  font-weight: 600;
  color: #8e9197;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-left: 65px;
  padding-bottom: 20px;
  position: relative;
}
.span::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 2px solid #ffa922;
  width: 50px;
  top: 16px;
  left: -63px;
}
img {
  max-width: 100%;
  height: auto;
}

.pages-title {
  text-align: center;
  margin: 40px 0;
}

.pages-title p {
  padding: 10px 0;
}

/* REUSEABLE CONTENT */

/**
* Preloader
*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
  width: 100%;
  height: auto;
}

#status {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 25px;
  /*
    NAGATIVE ROTAE
    */
}

#status:before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  opacity: 1;
  bottom: 0;
  right: 0;
  margin: auto;
  border-bottom: 2px solid #ffd8d7;
  border-radius: 50%;
  -webkit-animation: rotating 4s linear infinite;
  animation: rotating 4s linear infinite;
}

#status:after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 90%;
  height: 90%;
  left: 0;
  top: 0;
  opacity: 1;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid #ff817e;
  border-radius: 50%;
  -webkit-animation: rotatingn 6s linear infinite;
  animation: rotatingn 6s linear infinite;
}

#status img {
  max-width: 100%;
  height: auto;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* ==========================
    HEADER START
 ============================*/

.head-content i {
  color: #63666b;
  margin-right: 5px;
}
.header-top {
  padding: 20px 125px;
  border-bottom: 1px solid #e1e3e6;
}

.head-content a {
  /* font-family: "Roboto"; */
  font-size: 16px;
  color: #63666b;
  font-weight: 400;
  margin-right: 40px;
  text-decoration: none;
}
.head-social-icon a {
  font-size: 16px;
  color: #63666b;
  padding: 11px;
  text-decoration: none;
  transition: 0.5s;
}

.head-social-icon a:hover {
  color: #1086ff;
}

.header {
  position: relative;
  width: 100%;
  background: rgba(53, 115, 238, 1);
  color: white;
}

.navbar {
  padding: 0px 360px;
  height: 90px;
  z-index: 999;
}

.nav-item {
  cursor: pointer;
}

.nav-link {
  /* font-family: "Muli"; */
  color: #ffffff;
  font-size: 18px;
  text-transform: capitalize;
  display: block;
  text-decoration: none;
  line-height: 40px;
  transition: 0.3s;
  width: 150px;
  height: 90px;
  text-align: center;
  padding: 25px;
  position: relative;
}

.nav-link .buttomline {
  width: 24px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 25%;
  transform: translateX(-50%);
}

.nav-item .active,
.nav-link:hover {
  color: #ffffff;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.1);
}

.nav-item .active .buttomline,
.nav-link:hover .buttomline {
  background-color: white;
}

.dropdown-toggle::after {
  vertical-align: 3px;
  margin-left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
}

.dropdown-menu {
  border-radius: 0;
  border-bottom: 3px solid #1086ff;
  padding: 0;
  display: none;
}

.dropdown-item {
  font-family: "Muli";
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  width: 200px;
  padding: 12px 27px;
  text-decoration: none;
  line-height: 30px;
  border-radius: 0;
  border: none;
  transition: 0.5s;
}

.dropdown-item:hover {
  background-color: transparent;
  color: #1086ff;
}
.header-social a {
  font-size: 18px;
  color: #111111;
  margin-right: 35px;
}
.header-social {
  position: relative;
  margin-left: 25px;
  margin-top: 5px;
}

.header-social a span {
  font-family: "Roboto";
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -4px;
  right: 30px;
  height: 15px;
  width: 15px;
  display: block;
  padding-left: 4px;
  border-radius: 50px;
  z-index: 999;
  background: #ffa922;
}

.dropdown-menu {
  top: 97%;
  transition: 0.5s ease-in-out;
}

.top-menu {
  transition: 0.3s ease-in-out;
}

.sticky {
  /* background: #ffffff; */
  background: rgba(53, 115, 238, 1);
  padding: 0px 360px;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  /* box-shadow: 0px 1px 3px #e9e9e9; */
}

.navbar-toggler-icon {
  font-size: 25px;
  display: none;
  margin-top: 15px;
}

.header-btn .button {
  font-family: "Muli";
  background: #1086ff;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  padding: 12px 35px;
  border: none;
  outline: none;
  border-radius: 30px;
  transition: 0.5s;
  margin-left: 15px;
  cursor: pointer;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.header-btn .button:hover {
  color: #fff;
}

.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffa922;
  z-index: -1;
  border-radius: 30px;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s,
    background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  z-index: -1;
}

.button:hover::before {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.mobile-btn a {
  background: #1086ff;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  padding: 5px 0px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  display: block;
  transition: 0.3s;
  display: none;
}
.mobile-btn.bttn a {
  width: 45px;
  border: none;
}

.header-social .show-btn {
  position: relative;
}

form .top-input {
  font-family: "Roboto";
  font-size: 14px;
  color: #111111;
  border: 2px solid #e0e3e7;
  background: #fff;
  padding: 14px 20px;
  width: 300px;
  position: absolute;
  top: 90px;
  outline: none;
  right: 395px;
  display: none;
  z-index: 999;
}

.shooping-cart {
  position: absolute;
  top: 57px;
  right: 35px;
  width: 300px;
  display: block;
  background: #fff;
  padding: 40px 30px;
  border-top: 3px solid #1086ff;
  border-radius: 2px;
  box-shadow: 0px 0px 6px 0px #e2e2e2;
  display: none;
  overflow: scroll;
  max-height: 400px;
}
.shooping-cart h6 a,
.shooping-cart h6 {
  font-size: 14px;
  color: #63666b;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-right: 0;
  text-decoration: none;
  transition: 0.3s;
}

.shooping-cart h6 a:hover {
  color: #ffa922;
}

.shooping-cart img {
  display: block;
  height: auto;
  width: 30px;
}

.shooping-cart .btn {
  background: #1086ff;
  width: 100%;
  font-family: "Roboto";
  font-size: 15px;
  color: #fff;
  outline: none !important;
  padding: 10px 30px;
  margin-top: 20px;
  border: none;
  border-radius: 0px;
  text-transform: uppercase;
  transition: 0.5s;
}

.shooping-cart .btn:hover {
  background: #ffa922;
}

.shooping-cart .card-show {
  display: block;
}

/* ==========================
    HEADER END
 ============================*/

/* ==========================
    BANNER START
 ============================*/

.banner-section {
  /* background: url("../img/banner-pic/banner1.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; */
}

.banner-bg {
  display: block;
  width: 100%;
  /* background-color: rgb(0 50 162 / 70%); */
  /* padding-bottom: 10.3%; */
}

.banner-title {
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  width: 30%;
}

.banner-title p {
  /* color: #fff; */
  padding-top: 25px;
  text-align: left;
}
.banner-title h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 5px;
}
.banner-bttn {
  display: flex;
}

.banner-bttn .btn-2 {
  background: #ffa922;
}
.bttn a.btn-2::before {
  background: #3573ee;
}

.about-divider {
  width: 60px;
  border: 2px solid #3573ee;
  margin-top: 25px;
}

.slider-1.owl-carousel .owl-dots.disabled {
  display: block;
}

.slider-1.owl-carousel button.owl-dot {
  outline: none;
}
.slider-1 .owl-dots span {
  height: 10px;
  width: 10px;
  display: block;
  background: #8e9197;
  margin: 30px 5px;
  text-align: center;
  border-radius: 10px;
}

.slider-1 button.owl-dot.active span {
  background: #3573ee;
}

.slider-1 .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
/* ==========================
    BANNER END
 ============================*/

/* ==========================
    SUPPORT START
 ============================*/

.support-section {
  padding-top: 125px;
  padding-bottom: 65px;
}

.support-title {
  padding: 25px 60px 0px 0px;
}

.support-title p {
  text-align: justify;
}
.support-title h5 {
  font-family: "ROboto";
  font-size: 20px;
  font-weight: 500;
  color: #6a6b71;
  padding: 25px 0px;
  line-height: 1.6;
}

.support-bttn a {
  color: #fff;
  background: #1086ff;
  border: none;
  margin-top: 20px;
}
.support-bttn a i {
  font-size: 10px;
  margin-left: 8px;
  transition: 0.5s;
}
.support-bttn a:hover i {
  margin-left: 10px;
}

.support-content:hover a {
  color: #1086ff;
}

.support-icon,
.support-content .cls-1 {
  fill: #1086ff;
  transition: 0.5s;
}
.support-content:hover .cls-1 {
  fill: #ffffff;
}
.support-content:hover .support-icon {
  background: #1086ff;
}

.support-icon {
  background: #e4e8f9;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  padding: 27px;
}
.support-content a {
  font-family: "Muli";
  font-size: 22px;
  color: #111111;
  font-weight: 900;
  text-decoration: none;
  margin-top: 35px;
  display: inline-block;
  transition: 0.5s;
}
.support-content p {
  padding-top: 10px;
  padding-bottom: 35px;
}

/* ==========================
    SUPPORT END
 ============================*/

/* ==========================
    product
 ============================*/

.products-section {
  overflow: hidden;
  padding: 60px 0 100px 0;
}

.products-team {
  color: black;
  background: #f2f3f5;
  padding: 40px 25px;
  cursor: pointer;
  text-align: center;
  width: 25%;
  float: left;
  margin-bottom: 80px;
}

.products-team:hover {
  background: rgba(53, 115, 238, 0.1);
}

.products-section .active {
  background-color: #3573ee;
  color: white;
}

.products-section .products-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 1em;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.products-contactbtn {
  padding: 30px 0;
  text-align: center;
}

.container-product {
  width: 100%;
  background: #f5f6f8;
  overflow: hidden;
  padding: 100px 0;
}

.owl-carousel .active {
  background: none;
  color: black;
  /* margin-top: 80px;
  margin-bottom: 30px; */
  text-align: center;
}

.owl-carousel .owl-item img {
  display: inline;
  width: auto;
}

.owl-carousel .products-content {
  margin-top: 80px;
}

.slider-2.owl-carousel {
  position: relative;
}
.slider-2.owl-carousel .products-item {
  text-align: center;
}

.slider-2.owl-carousel .products-item img {
  width: 60%;
}

.slider-2.owl-carousel .owl-nav button.owl-next,
.slider-2.owl-carousel .owl-nav button.owl-prev {
  color: #63666b;
  height: 50px;
  width: 50px;
  background: #fff;
}
.slider-2.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate(-50%);
}
.slider-2.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
/* ==========================
    product
 ============================*/

/* ==========================
    Solution
 ============================*/

.solution-section {
  overflow: hidden;
  padding: 60px 0 100px 0;
}

.solution-team {
  color: black;
  background: #f2f3f5;
  padding: 40px 25px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.solution-team:hover {
  background: rgba(53, 115, 238, 0.1);
}

.solution-section .active {
  background-color: #3573ee;
  color: white;

  background-image: url(../img/solution/solutionbg.png);
  background-size: auto 100%;
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
}

.solution-team .solution-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.solution-team img {
  width: 100%;
}

.solution-section .solution-container {
  text-align: left;
  padding: 40px;
  background: #f2f3f5;
  border-radius: 10px;
}

.solution-item {
  display: flex;
}
.solution-item div {
  width: calc(100% - 12px);
}

.solution-item .point {
  width: 4px;
  height: 20px;
  background: #3573ee;
  margin-top: 5px;
  margin-right: 8px;
}

.solution-section p {
  margin-top: 10px;
  margin-bottom: 35px;
}

.solution-section .solution-container .more {
  text-align: center;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
}
/* ==========================
    Solution
 ============================*/

/* ==========================
     merit section
 ============================*/

.merit-section {
  background: #f5f6f8;
  overflow: hidden;
  padding: 40px 0 100px 0;
}

.merit-section .contact-form {
  position: absolute;
  top: 75%;
  left: 24%;
  z-index: 99;
  transform: translate(-24%, -75%);
}

.testimonial-title span,
.merit-title span {
  color: black;
}

.merit-team {
  background: white;
  padding: 30px 25px;
  height: 100%;
}

.merit-team .team-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}

.merit-team .team-title img {
  width: 100%;
}

.merit-team .team-line {
  display: flex;
  margin-top: 20px;
  height: 4px;
}
/* ==========================
     merit section
 ============================*/

/* ==========================
     TESTIMONIAL START
 ============================*/
.slider-2.owl-carousel .owl-nav.disabled {
  display: none;
}
.slider-2.owl-carousel .owl-dots.disabled {
  display: block;
}

.slider-2.owl-carousel button.owl-dot {
  outline: none;
}
.slider-2 .owl-dots span {
  height: 10px;
  width: 10px;
  display: block;
  background: #8e9197;
  margin: 60px 5px 0px 5px;
  text-align: center;
  border-radius: 10px;
}

.slider-2 button.owl-dot.active span {
  background: #ffa922;
}

.slider-2 .owl-dots {
  text-align: center;
}

.testimonial svg {
  background: #fff;
}

/* ==========================
     TESTIMONIAL END
 ============================*/

/* ==========================
     CONTACT START
 ============================*/

.contact-section {
  background: black;
  padding: 100px 0;
  font-size: 0.9em;
  color: #d6d6d6;
}

.contact-title {
  padding-bottom: 7px;
}

.contact-link li {
  text-decoration: none;
  margin-top: 20px;
}

.contact-link a {
  color: #d6d6d6;
}

.contact-link a:hover {
  color: #1086ff;
  border: 0;
  text-decoration: none;
}

/* ==========================
     CONTACT END
 ============================*/

/* ==========================
     FOOTER START
 ============================*/

.footer-section {
  background: black;
}

.footer-content {
  text-align: center;
  color: #d6d6d6;
  font-size: 0.9em;
  padding: 20px 0;
  border-top: 1px solid #ffffff;
}

.footer-social a {
  color: #fff;
  font-size: 14px;
  background: #4f5464;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50px;
  padding: 13px 14px;
  margin: 0px 5px;
  transition: 0.5s;
  line-height: 0 !important;
}

.footer-social a:hover {
  background: #ffa922;
}

/* ==========================
     FOOTER END
 ============================*/

/* ==========================
     BANNER START
 ============================*/
.solution-single {
  padding: 100px 0;
}

.solution-single.page-banner {
  background: url(../img/bgtop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.solution-counts {
  text-align: center;
  padding: 40px 0;
  font-size: 0.9em;
}

.solution-counts span {
  color: #3573ee;
  font-weight: 900;
  font-size: 80px;
}
.solution-single .solution-container {
  display: flex;
  justify-content: space-between;
}
.solution-single .solution-container .solution-container-item {
  margin-top: 20px;
  background-color: #f5f9fc;
  border-radius: 10px;
  padding: 30px 20px;
  height: calc(100% - 20px);

  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.solution-single .solution-container .solution-container-title {
  padding: 10px 0;
  text-align: center;
}
/* ==========================
     BANNER END
 ============================*/

/* ==========================
     solution-contact-START
 ============================*/

.solution-contact {
  background-image: url(../img/bgbottom.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: white;
  padding: 100px;
  text-align: center;
}

.solution-contact .contact-bttn {
  margin-top: 60px;
}

.solution-contact .contact-bttn a {
  color: white;
  background: #3573ee;
}
/* ==========================
     solution-contact END
    ============================*/

/* ==========================
     solution-products START
    ============================*/
.solution-products {
  padding: 100px 0;
}

.solution-products-team {
  display: flex;
  justify-content: space-between;
}

.solution-products-item {
  background: white;
  border-radius: 10px;
  padding: 30px 30px 10px 30px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  height: calc(100% - 20px);
  margin-bottom: 20px;
}

.solution-products-item .products-icon {
  width: 104px;
  margin: 0 10px;
}

.solution-products-item .products-icon img {
  width: 100%;
}

.solution-products-item .products-item-info {
  width: calc(100% - 124px);
}

.mechanism-products-item {
  padding: 10px 30px;
  align-content: center;
  height: calc(100% - 20px);
  margin-bottom: 20px;

  background: linear-gradient(179deg, #fbfcff 0%, #fafeff 100%);
  box-shadow: 0px 4px 4px 0px rgba(222, 249, 251, 0.3);
  border: 1px solid;
  border-image: linear-gradient(
      180deg,
      rgba(198, 212, 255, 1),
      rgba(176, 232, 246, 1)
    )
    1 1;
  border-radius: 10px;
}

.mechanism-products-item .products-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.mechanism-products-item .products-icon img {
  width: 100%;
}
/* ==========================
     solution-products END
    ============================*/

/* ==========================
     contact START
    ============================*/

.contact-page {
  background-image: url(../img/contact/bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 100px;
}
.contact-page .pages-title {
  text-align: left;
}

.contact-page ul {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  margin-top: 1em;
}

.contact-page .pages-contant {
  margin-top: 100px;
}

.contact-page .pages-contant h5 {
  margin-bottom: 10px;
  font-weight: 400;
}

.contact-page .contact-team {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-page .contact-team .contact-item {
  width: 22%;
  background: #3573ee;
  color: white;
  text-align: center;
  margin-top: 30px;
  padding: 13px 0;
  font-size: 20px;
}
.contact-page .pannel {
  width: 98%;
  background: white;
  margin-left: 2%;
  border-radius: 10px;
  padding: 40px;
}

.contact-page .pannel .form-title {
  text-align: center;
  padding-bottom: 40px;
}

.contact-page .pannel .form-title div {
  color: #d6d6d6;
  padding-top: 10px;
}

.contact-page .pannel .separate-form {
  margin-bottom: 40px;
}

.contact-page .pannel .separate-form .form-group {
  display: flex;
  margin-bottom: 30px;
}

.contact-page .pannel .separate-form .col-form-label {
  width: 7em;
}
.contact-page .separate-form .col-form-label span {
  color: #f2444b;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0;
  z-index: 1041;
  max-width: 480px;
  width: 90%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 10px;
}

.modal-dialog .modal-content {
  padding: 40px;
}
.modal-dialog .modal-body div {
  padding: 0.5em 0;
}

.form-button {
  margin-top: 1em;
  font-size: 1.2em;
  font-weight: bold;
  background: rgba(53, 115, 238, 0.2);
  color: white;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  border-radius: 4px;
}
.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox label {
  margin: 0;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  text-transform: capitalize;
}

.checkbox label:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox label:after {
  content: "";
  position: absolute;
  top: -7px;
  left: 4px;
  width: 10px;
  height: 5px;
  border-left: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.checkbox input:checked ~ label:before {
  background-color: var(--white);
}

.checkbox input:checked ~ label:after {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ==========================
     solution-products END
    ============================*/
/* ==========================
     about-us START
    ============================*/

.about-us-introduction {
  padding: 60px 0 0 0;
}

.about-us-introduction .zk-introduction .pages-title {
  text-align: left;
}
.about-us-introduction .zk-img {
  background-image: url(../img/about/zk2.png);
  background-size: auto 50%;
  background-position-x: right;
  background-position-y: top;
  background-repeat: no-repeat;
}
.about-us-introduction .zk-img img {
  width: calc(100% - 50px);
  padding-top: 50px;
}
.about-us-introduction .zk-introduction-num {
  background: rgba(53, 115, 238, 0.1);
  margin-top: 40px;
  padding: 50px 0;
  text-align: center;
}

.about-us-introduction .zk-introduction-num .col-lg-3 {
  position: relative;
}

.about-us-introduction .zk-introduction-num .line {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80px;
  width: 4px;
  background: white;
}

.about-us-introduction .zk-introduction-num span {
  font-size: 60px;
  color: #3573ee;
  font-weight: bold;
}

.about-us-honor {
  background-color: white;
  background-image: url(../img/about/honorbg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 60px 0;
}
.about-us-honor .honor-team .col-lg-4 div {
  margin-bottom: 24px;
  font-size: 20px;
}

.about-us-honor .honor-right {
  width: 100%;
  max-width: 1200px;
  float: right;
}

.about-us-honor .honor-left {
  width: 100%;
  max-width: 1200px;
}

.about-us-honor .honor-right .honor-list {
  padding: 60px 100px 0 60px;
  display: flex;
  justify-content: space-between;
}

.about-us-honor .honor-left .honor-list {
  padding: 60px 60px 0 100px;
  display: flex;
  justify-content: space-between;
}

.about-us-honor .honor-bottom .honor-list {
  padding: 40px 0 20px 0;
  display: flex;
  justify-content: space-between;
}

.about-us-honor .honor-list div {
  width: 21%;
}

.about-us-honor .honor-bottom .honor-list div {
  width: 17%;
}

.about-us-partners {
  padding-bottom: 100px;
}
.about-us-partners .pages-title {
  padding-top: 0;
}

.about-us-map {
  padding: 60px 0 100px 0;
  background-image: url(../img/about/aboutbg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: white;
}

.about-us-map .line {
  margin: 40px 0;
  height: 2px;
  width: 100px;
  background: white;
}
.about-us-map .map-container {
  border: 2px solid white;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
}
/* ==========================
     about-us END
    ============================*/

/* ==========================
     retirement START
    ============================*/
.retirement-homeinfo {
  padding: 60px 0 100px 0;
  background-image: url(../img/bgtop.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
}

.homeinfo-team {
  font-size: 24px;
  background-image: url(../img/saas/icon12.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  font-weight: bold;
}

.retirement-mechanism {
  padding: 60px 0 100px 0;
  text-align: center;
}

.retirement-hardware {
  padding: 60px 0 100px 0;
  background-image: url(../img/bgtop.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
}
.retirement-architecture {
  padding: 60px 0 100px 0;
  background: white;
  text-align: center;
}
.retirement-cases {
  padding: 60px 0 100px 0;
  background: #f5f6f8;
  text-align: center;
}

/* ==========================
     retirement END
    ============================*/

/* ==========================
     retirement START
    ============================*/
.news-page .pages-title {
  padding: 60px 0 40px;
  border-bottom: 1px solid #d9d9d9;
}
.news-page .news-item {
  margin-bottom: 40px;
}
.news-page .news-item .news-container {
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
.news-page .news-item .news-addtime {
  width: 85px;
  margin-right: 15px;
  position: absolute;
  left: 40px;
  top: 40%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.news-page .news-item .news-addtime div {
  color: #d6d6d6;
}
.news-page .news-item .news-addtime .day {
  font-size: 50px;
  margin-right: 10px;
  color: black;
}
.news-page .news-item .news-title {
  margin-left: 140px;
}

.news-page .news-item .news-title a {
  color: black;
}

.news-page .news-item .news-title a:hover {
  color: #3573ee;
  text-decoration: none;
}
.news-page .news-pages-bttn {
  text-align: center;
  margin-bottom: 40px;
}

.news-page .news-pages-bttn .btnnext {
  border: 1px solid #d6d6d6;
  padding: 5px 24px;
  margin: 0 64px;
  color: black;
  cursor: pointer;
}

.news-detail .news-container {
  margin: 40px 15px;
  padding: 40px 0;
  border-top: 1px solid #d9d9d9;
}
/* ==========================
     retirement END
    ============================*/

/* ==========================
     cases START
    ============================*/
.cases-banner {
  background-image: url(../img/cases/bg.png);
  background-position: center;
  background-size: 100% 100%;
  color: white;

  padding: 200px 0;
  text-align: center;
}
.cases-huliyang {
  padding: 60px 0;
}
.cases-jujia {
  padding: 60px 0 100px;
  background: #f5f6f8;
}
.cases-zhushibang {
  padding: 60px 0;
  background-image: url(../img/cases/zsbbg.png);
  background-position-x: right;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: 300px;
}
.cases-zhushibang .zhushibang p {
  margin: 20px 0;
  text-indent: 2em;
}

.zhushibang-team {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  background: white;
  padding-top: 20px;
  width: 90%;
  margin: 0 auto;
}

.zhushibang-item {
  width: 23%;
  padding: 30px 12px 10px;
  text-align: center;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.zhushibang-item .icon {
  width: 50%;
  margin: 0 auto;
}

.zhushibang-item .title {
  font-weight: bold;
  padding: 10px 0;
}

.zhushibang-item .contant {
  font-size: 0.75em;
}

.zhushibang-reward {
  background: #ffffff;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px 0 60px;
  margin-top: 40px;
}

.cases-shanhouma {
  padding: 60px 0 100px;
  background: #f5f6f8;
}
.cases-shanhouma img {
  width: 100%;
}
/* ==========================
     cases END
    ============================*/
/* ==========================
     funeralburial START
    ============================*/
.funeralburial-homeinfo {
  padding: 60px 0 100px 0;
  background-image: url(../img/funeralburial/bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
}
.funeralburial-homeinfo .pages-title,
.funeralburial-homeinfo .pages-title p {
  margin-bottom: 0;
}

.funeralburial-homeinfo .team {
  background: white;
  border-radius: 10px;
  text-align: left;
  padding: 30px 30px 10px 30px;
  height: 100%;
}
.funeralburial-homeinfo .team .title-item {
  display: flex;
  justify-content: space-between;
}
.funeralburial-homeinfo .team .title-item .title {
  width: calc(100% - 60px);
  margin-bottom: 20px;
}
.funeralburial-homeinfo .team .title-item .points {
  display: flex;
  margin-top: 20px;
}
.funeralburial-homeinfo .team .title-item .points .point1 {
  width: 34px;
  height: 4px;
  background: #3573ee;
}
.funeralburial-homeinfo .team .title-item .points .point2 {
  width: 16px;
  height: 4px;
  background: #1fcfc6;
}
.funeralburial-homeinfo .team .title-item .icon {
  width: 60px;
}
.funeralburial-homeinfo .team p {
  font-size: 0.8em;
}
.funeralburial-project {
  padding: 60px 0 100px;
}
.funeralburial-project .team .item {
  display: flex;
  padding: 10px 30px;
  margin: 10px 0;
  cursor: pointer;
}
.funeralburial-project .team .item .contant .contant {
  display: none;
}

.funeralburial-project .team .item.active {
  background: #ffffff;
  margin: 20px 0;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px;
}
.funeralburial-project .team .item .icon {
  width: 30px;
  margin-right: 20px;
}
.funeralburial-project .team .item.active .contant {
  width: calc(100% - 50px);
  font-size: 0.9em;
}
.funeralburial-project .team .item.active .contant .contant {
  display: block;
}
.funeralburial-project .team .item.active .title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
}
.funeralburial-project .project-img {
  text-align: center;
}

.funeralburial-project .pages-title {
  margin-bottom: 0;
}

.funeralburial-cases {
  padding: 60px 0;
  background: #f5f6f8;
}
/* ==========================
     funeralburial END
    ============================*/

/* ==========================
     biaoshu START
    ============================*/
.bianshu-banner {
  padding: 60px 0 100px 0;
  /* background-image: url(../img/funeralburial/bg.png); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bianshu-banner p {
  text-indent: 2em;
}
.biaoshu-server {
  padding: 60px 0 100px 0;
  background-image: url(../img/biaoshu/bg2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: white;
}
.biaoshu-system {
  padding: 60px 0 100px 0;
}

.biaoshu-products-team {
  display: flex;
  justify-content: space-between;
}

.biaoshu-products-item {
  background: #f6faff;
  padding: 10px 30px 30px 30px;
  text-align: center;
  height: 100%;
}

.biaoshu-products-item .products-icon {
  width: 120px;
  margin: 50px auto;
}

.biaoshu-products-item .products-item-info p {
  text-align: left;
}

.biaoshu-framework {
  padding: 60px 0 100px 0;
  background-color: #f7f8fa;
}
/* ==========================
     biaoshu END
    ============================*/

/* ==========================
     saas START
    ============================*/
.saas-banner {
  background-image: url(../img/saas/bg.png);
  background-position: center;
  background-size: 100% 100%;
  color: white;

  padding: 200px 0;
  text-align: left;
  line-height: 2em;
}

.saas-info {
  background: white;
  padding: 100px 0;
  text-align: left;
}

.saas-info p {
  text-indent: 2em;
}

.saas-funeng {
  padding: 100px 0;
  background: #f5f6f8;
}

.saas-card {
  padding: 100px 0;
  background: white;
}
.saas-products-team {
  display: flex;
  justify-content: space-between;
}

.saas-products-item {
  background: rgba(53, 115, 238, 0.1);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  height: calc(100% - 20px);
  margin-bottom: 20px;
}

.saas-products-item .products-icon {
  width: 50px;
  margin: 0 10px;
}

.saas-products-item .products-icon img {
  width: 100%;
}

.saas-products-item .products-item-info {
  width: calc(100% - 70px);
}

.saas-zhushibang .zhushibang p {
  margin: 20px 0;
  text-indent: 2em;
}

.saas-auto {
  padding: 100px 0;
  background: #f5f8ff;
}
.saas-function {
  padding: 100px 0;
  background: white;
  text-align: center;
}
.saas-case {
  padding: 100px 0;
  background: #fcfcfc;
  text-align: center;
}
.saas-case img {
  width: auto;
  height: 300px;
  margin-bottom: 20px;
}
.saas-info-item {
  padding: 10px 20px;
}
.saas-info-item div {
  padding: 8px 0;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #097af2;
  border-radius: 50%;
}
/* ==========================
     saas END
    ============================*/
/* BACK TO TOP */

.right-box {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 10;
}

#toTops {
  display: none;
}

.back-to-top {
  background: white;
  height: 80px;
  width: 80px;
  text-align: center;
  font-size: 12px;
  border-radius: 10px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.back-to-top img {
  width: 44px;
}

.back-to-top:hover {
  color: #3573ee;
}

.toTop-phone {
  position: fixed;
  right: 120px;
  bottom: 150px;
  padding: 20px;
  background: white;
  border-radius: 10px;
  display: none;
  z-index: 1;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.toTop-wechat {
  position: fixed;
  right: 120px;
  bottom: 250px;
  padding: 20px;
  background: white;
  border-radius: 10px;
  display: none;
  z-index: 1;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  width: 300px;
}

.bttn a {
  background: #3573ee;
  border: 1px solid #3573ee;
  color: #fff;
  margin: 20px 0;
  font-weight: 600;
  padding: 10px 32px;
  text-decoration: none;
  transition: 0.5s linear;
  text-align: center;
  overflow: hidden;
}

.bttn a:hover {
  background: #5d8ff1;
  color: #fff;
  border: 1px solid #5d8ff1;
  /* opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); */
}

.bttn a.contact-btn {
  background: #fff;
  color: #3573ee;
  border: 1px solid #3573ee;
  margin: 20px 0;
  margin-right: 20px;
  font-weight: 600;
  padding: 10px 32px;
  text-decoration: none;
  transition: 0.5s linear;
  text-align: center;
  overflow: hidden;
}

.bttn a.contact-btn:hover {
  background: rgba(53, 115, 238, 0.2);
  color: #3573ee;
  border: 1px solid #3573ee;
  /* opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); */
}

.form-button.active {
  cursor: pointer;
  background: #3573ee;
  border: 1px solid #3573ee;
}

.form-button.active:hover {
  cursor: pointer;
  background: #5d8ff1;
  color: #fff;
  border: 1px solid #5d8ff1;
}

.solution-content {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
  position: relative;
}

.solution-content .pages-title {
  position: absolute;
  top: 0;
  left: 8%;
  width: 84%;
  margin: 0;
}

.show-btn:not([href]):not([tabindex]) {
  color: white;
}
.show-btn:hover:not([href]):not([tabindex]) {
  color: #fff;
}

/* END */
