@import './font.css';
/*
 *
 *   INSPINIA Landing Page - Responsive Admin Theme
 *   2.2
 *
*/
/* GLOBAL STYLES
-------------------------------------------------- */
body {
  color: #676a6c;
  font-family: 'PingFangSC-Semibold', sans-serif;
  overflow-x: hidden;
}
span.navy {
  color: #1B60FF;
}
p.text-color {
  color: #676a6c;
}
a.navy-link {
  color: #1B60FF;
  text-decoration: none;
}
a.navy-link:hover {
  color: #17a185;
}
section p {
  color: #F0F2FF;
  font-size: 48px;
}
address {
  font-size: 13px;
}
h1 {
  margin-top: 10px;
  font-size: 48px;
  /* font-weight: 200; */
}
h1::after {
  content: 'SERVICE';
}
.navy-line {
  width: 60px;
  height: 1px;
  margin: 60px auto 0;
  border-bottom: 2px solid #1B60FF;
}
.navy-bg {
  /* background-color: #1B60FF; */
  color: #ffffff;
}
:root {
  --theme-color: #1B60FF;
  --theme-font-regular: 'PingFangSC-Regular', sans-serif;
  --theme-font-Semibold: 'PingFangSC-Semibold', sans-serif;
  --theme-font-Medium: PingFangSC-Medium, sans-serif;
}

#myloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: #F6F6F6;
  text-align: center;
}
#myloader .loader {
    display: inline-block;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#myloader .loader .grid {
  width: 60px;
  height: 60px;
  margin: 100px auto;
}
#myloader .loader .grid .cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#myloader .loader .grid .cube {
  width: 33%;
  height: 33%;
  background-color: #65B5EC;
  float: left;
  -webkit-animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
}

#myloader .loader .grid .cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

#myloader .loader .grid .cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

#myloader .loader .grid .cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

#myloader .loader .grid .cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

#myloader .loader .grid .cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

#myloader .loader .grid .cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

#myloader .loader .grid .cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

#myloader .loader .grid .ube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

#myloader .loader .grid .cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes cubeGridScaleDelay {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@keyframes cubeGridScaleDelay {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 84%;
  /* width: 1220px; */
  height: 120px;
}
.navbar-default.navbar-scroll {
  background-color: #fff;
  border-color: #fff;
  /* padding: 15px 0; */
}
.navbar-default {
  background-color: #fff;
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-default .nav li a {
  color: #252525;
  font-family: var(--theme-font-regular);
  /* font-weight: 700; */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.navbar-nav > li > a {
  /* padding-top: 25px; */
  /* border-top: 6px solid transparent; */
  padding: 4px 0;
  margin: 0 15px;
  border-bottom: 2px solid transparent;
  font-size: 24px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: var(--theme-color);
  border-color: var(--theme-color);
  font-family: var(--theme-font-Semibold);
}
.navbar-default .navbar-nav > li > a:hover {
  color: #1B60FF;
  border-color: #1B60FF;
  font-family: var(--theme-font-Semibold);
}
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #1B60FF;
  border-color: #1B60FF;
}
.navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
  background: transparent;
  color: inherit;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  /* background: #17a185; */
  color: #fff;
}
.navbar-default .navbar-brand {
  color: #fff;
  height: auto;
  display: block;
  font-size: 14px;
  border-radius: 0 0px 5px 5px;
  font-weight: 700;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-scroll.navbar-default .nav li a {
  /* color: var(--theme-color); */
  font-size: 24px;
}
.navbar-scroll.navbar-default .nav .active a {
  color: var(--theme-color);
}
.navbar-scroll.navbar-default .nav li a:hover {
  color: #1B60FF;
  font-family: var(--theme-font-Semibold);
}
.navbar-wrapper .navbar.navbar-scroll {
  padding-top: 0;
  /* padding-bottom: 5px; */
  border-bottom: 1px solid #e7eaec;
  border-radius: 0;
}
.navbar.navbar-scroll .navbar-brand {
  /* margin-top: 10px; */
  border-radius: 5px;
  font-size: 12px;
  /* padding: 5px 10px 5px 10px; */
  height: auto;
}

/* BACKGROUNDS SLIDER
-------------------------------------------------- */
.header-back {
  height: 470px;
  width: 100%;
}
.header-back.one {
  background: url('../img/header_one.jpg') 50% 0 no-repeat;
}
.header-back.three {
  background: url('../img/header_four.jpg') 50% 0 no-repeat;
}
.header-back.six {
  background: url('../img/zhibohuifang-1920-500.jpg') 50% 0 no-repeat;
}
.header-back.seven {
  background: url('../img/huifang21920X500.jpg') 50% 0 no-repeat;
}

@media only screen and (min-width: 1920px){
  .header-back.one {
    background-size: 100%;
  }
  .header-back.two {
    background-size: 100%;
  }
  .header-back.three{
    background-size: 100%;
  }
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  width: 100%;
  height: 750px;
  position: relative;
  margin-bottom: 120px;
}
.carousel > img {
  display: block;
  width: 1920px;
  height: 750px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-top: 120px;
  margin-left: -960px;
}
/* Sections
------------------------- */
.services {
  padding-top: 60px;
}
.services h2 {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 600;
  text-transform: uppercase;
}
.features-block {
  margin-top: 40px;
}
.features-text {
  margin-top: 67px;
  margin-left: 1%;
  border: 3.56px solid #E7EEFF;
  border-radius: 10px;
  text-align: center;
  width: 275px;
  transition: .8s;
}
.features-text:hover {
  border-color: #3371FF;
  transform: translateY(-10px);
  transition: .5s;
  box-shadow: rgba(83, 83, 87, .1) 0px 4px 23px;;
}
.features-text:hover h2 {
  color: #3371FF;
}
.features-text p {
  margin-top: 30px;
  margin-bottom: 70px;
  color: #999999;
  font-size: 16px;
  font-family: 'PingFangSC-Regular', sans-serif;
}

.features h1{
  color: #252525;
  position: relative;
  z-index: 0;
}
.features .service {
  background: url('../img/home/service-title.png') center no-repeat;
}
.features .service::after {
  content: 'SERVICE';
  /* margin-top: 21px; */
  position: absolute;
  top: 35px;
  left: 41%;
  color: #eff2ff;
  z-index: -1;
}
.features .process::after {
  content: 'SERVICE PROCESS';
  /* margin-top: 21px; */
  position: absolute;
  top: 35px;
  left: 31%;
  color: #eff2ff;
  z-index: -1;
}
.features .consultant::after {
  content: 'CONSULTANT';
  /* margin-top: 21px; */
  position: absolute;
  top: 35px;
  left: 36%;
  color: #eff2ff;
  z-index: -1;
}
.features h2 {
  font-size: 24px;
  margin-top: 30px;
  color: #252525;
}


.features-text-alone {
  margin: 40px 0;
}
.features-text-alone h1 {
  font-weight: 200;
}
.features-icon {
  color: #1B60FF;
  font-size: 40px;
}
.navy-section {
  margin-top: 60px;
  background: #1B60FF;
  color: #fff;
  padding: 20px 0;
}
.gray-section {
  background: #FBFBFD;
}
.blue-section {
  background-color: #4570F4;
  color: #FFFFFF;
}
.team-member {
  text-align: center;
  border: 1.78px solid #DEE2E6;
  border-radius: 8px;
  box-shadow: rgba(83, 83, 87, .1) 0px 4px 23px;
  background-color: #FFFFFF;
  padding-bottom: 40px;
}
.team-member img {
  margin-left: -1.78px;
  margin-top: -1.78px;
  margin-bottom: 40px;
  height: 418px;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}
.team-member p {
  font-size: 16px;
  color: #252525;
  text-align: start;
  padding-left: 40px;
  font-family: 'PingFangSC-Regular', sans-serif;
}
.contact p {
  font-family: var(--theme-font-regular);
  font-size: 14px;
}

.process-svg {
  margin-top: 60px;
}
/* CUSTOMERS CSS  
--------------------------------------------------*/

.customers-carousel {
  height: 337px;
}
.customers-carousel img {
  height: 337px;
}
.customer-card {
  width: 243px;
  height: 140px;
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: #EFF3F7 9px 14px 28px;
  margin-right: 40px;
}
.customer1 .customer-card:nth-of-type(1) {
  width: 243px;
}
.customer1 .customer-card:nth-of-type(2) {
  width: 238px;
}
.customer1 .customer-card:nth-of-type(3) {
  width: 288px;
}
.customer1 .customer-card:nth-of-type(4) {
  width: 321px;
}
.customer2 .customer-card:nth-of-type(1) {
  width: 309px;
}
.customer2 .customer-card:nth-of-type(2) {
  width: 320px;
}
.customer2 .customer-card:nth-of-type(3) {
  width: 243px;
}

.customer2 .customer-card:nth-of-type(4) {
  width: 332px;
}

.customer3 .customer-card:nth-of-type(1) {
  width: 252px;
}

.customer3 .customer-card:nth-of-type(2) {
  width: 330px;
}
.customer3 .customer-card:nth-of-type(3) {
  width: 288px;
}
.m-t-md {
  margin-top: 20px;
}
.mob-img {
  display: none !important;
}
.pc-img {
  display: block !important;
}
/* ABOUT CSS
-------------------------------------------------- */
.about-carousel {
 height: 337px;
}
.about-carousel img {
  height: 337px;
}
.instruction {
  font-size: 16px;
  font-family: var(--theme-font-regular);
  color: #252525;
  width: 614px;
  margin-left: 378px;
  text-align: left;
}
.instruction p {
  margin-bottom: 20px;
}
.instruction-title {
  font-family: var(--theme-font-Semibold);
  font-size: 24px;
  color: #000;
  margin-bottom: 40px;
}
.instruction-name {
  color: var(--theme-color);
  font-family: var(--theme-font-Semibold);
  font-size: 16px;
  margin-bottom: 20px;
}
.about .about-city {
  margin-right: 298px;
}
.about .mob-row {
  padding-bottom: 120px;
}
.our-values {
  width: 275px;
  border: 1.78px solid  #DEE2E6;
  box-shadow: rgba(224, 231, 245, .5) 0px 10px 30px;
  padding-bottom: 72px;
  border-radius: 8px;
  transition: .5s;
}
.our-values:hover{
  transform: translateY(-10px);
  transition: .5s;
}
.our-values:hover p:nth-of-type(1) {
  color: var(--theme-color);
  font-family: var(--theme-font-Semibold);
}
.our-values img {
  margin-left: -1.78px;
  margin-top: -1.78px;
  height: 171px;
  width: 275px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}
.our-values p:nth-of-type(1) {
  margin-left: 30px;
  margin-top: 40px;
  font-size: 24px;
  font-family: var(--theme-font-Medium);
  color: #000;
  margin-bottom: 20px;
}
.our-values p {
  width: 215px;
  font-size: 16px;
  color: #999999;
  text-align: start;
  margin-left: 30px;
  font-family: 'PingFangSC-Regular', sans-serif;
}
.about-card {
  width: 360px;
  height: 386px;
  text-align: center;
  background-color: #FFFFFF;
  margin-top: 14px;
}
.about-card img {
  width: 100px;
  margin-top: 49px;
  margin-bottom: 19px;
}
.about-card i {
  height: 3px;
  width: 35px;
  background-color: #3371FF;
  margin: 0 auto;
  margin-bottom: 26px;
  display: block;
}
.about-card span {
  font-size: 16px;
  font-family: var(--theme-font-Semibold);
  color: #252525;
}
.about-card p:nth-of-type(1) {
  font-family: var(--theme-font-Semibold);
  font-size: 24px;
  color: #252525;
  margin-bottom: 26px;
}

.modal-header {
  padding: 60px 40px;
}
.modal-header .title{
  font-family: var(--theme-font-Medium);
  font-size: 24px;
  color: #252525;
}
.modal-header .close-svg {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal-header .title-line {
  display: flex;
  justify-content: start;
  align-items: center;
}
.modal-header mark{
  padding: 0;
  width: calc(100% - 120px);
  height: 1px;
  margin-right: 20px;
  display: inline-block;
  background-color: var(--theme-color);
}
.title-content {
  height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
  margin-top: 30px;
}
.title-content::-webkit-scrollbar {
  width: 4px;
  height: 100px;
}
.title-content::-webkit-scrollbar-button {
  display: none;
}
.title-content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--theme-color);
}
.title-content::-webkit-scrollbar-thumb:hover {
  border-radius: 8px;
  background-color: var(--theme-color);
}
.title-content::-webkit-scrollbar-track-piece {
  background-color: #EEEEEE;
}
.title-content p:nth-of-type(n + 1) {
  font-family: var(--theme-font-Medium);
  font-size: 16px;
  color: #252525;
}
.title-content p:nth-of-type(2n) {
  font-family: var(--theme-font-regular);
  font-size: 16px;
  color: #252525;
}
.title-content p:last-of-type {
  color: var(--theme-color);
}
#more {
  cursor: pointer;
}
.moreLow, .moreMiddel, .moreHight{
  cursor: pointer;
}
.company {
  padding-left: 20px;
  height: 374px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 37%;
}
.company svg{
  width: 24px !important;
  height: 19px;
  vertical-align: baseline;
}
.company span {
  font-size: 20px;
  font-family: var(--theme-font-Semibold);
  color: #000;
}
.company-address{
  margin-top: 40px;
}
.company-email img {
  padding-left: 24px;
  vertical-align: sub;
}
.company-email span {
  margin-left: 19px;
}
/* CONTACT CSS
-------------------------------------------------- */
.carousel > svg {
  display: block;
  width: 1920px;
  height: 337px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-top: 120px;
  margin-left: -960px;
}
.contact-carousel, .contact-carousel img {
  height: 337px;
}
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
  .modal-dialog {
    width: 70%;
    height: 60vh;
  }

}
@media (max-width: 992px) {
  .carousel-image {
    display: none;
  }
  .carousel {
    height: 120px;
  }
  .carousel img {
    width: 100%;
    height: 120px;
    left: 0;
    margin-left: 0;
  }
  .block-space {
    padding: 40px 0 !important;
  }
  .features svg {
    width: 130px;
  }
  .gray-section svg {
    width: 200px;
  }
  .gray-section .process-svg {
    width: calc(100% - 40px);
    height: 200px;
  }
  .features svg:nth-of-type(2) {
    width: 150px;
  }
  .features-text {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .col-xs-12 {
    float: none;
  }
  .team-member {
    margin-bottom: 10px;
  }
  .team-member img {
    /* width: -webkit-fill-available; */
    /* margin-right: -1.78px; */
  }
  .customers-carousel {
    width: 100% !important;
    height: 90px;
  }
  .customer-mob-img {
    /* margin-top: 90px !important; */

  }
  .customers-svg {
    width: 313px !important;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .carousel-caption,
  .carousel-caption.blank {
    left: 5%;
    top: 80px;
  }
  .carousel-caption h1 {
    font-size: 28px;
  }
  .navbar.navbar-scroll .navbar-brand {
    /* margin-top: 6px; */
  }
  .navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding: 15px 0;
  }
  .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: inherit;
  }
  .navbar-default .nav li a {
    color: #676a6c;
  }
  .navbar-default .nav li a:hover {
    color: #1B60FF;
  }
  .navbar-wrapper .navbar {
    padding-top: 0;
    /* padding-bottom: 5px; */
    border-bottom: 1px solid #e7eaec;
    border-radius: 0;
  }
  .nav > li > a {
    /* padding: 25px 10px 15px 10px; */
    text-align: center;
    padding: 10px 0;
  }
  .navbar-nav > li > a {
    /* padding: 20px 10px; */
  }
  .navbar-container {
    display: block;
    width: 100%;
    height: 70px;
  }
  .process-svg {
    margin-top: 20px;
  }
  .container-fluid > .navbar-header > button{
    margin-top: 33px;
    margin-right: 40px;
  }
  .carousel > img {
    margin-top: 90px;
  }
  .navbar-collapse {
    background-color: #FFFFFF;
    margin-left: -26px !important;
  }
  .navbar .navbar-brand {
    margin-top: 6px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    height: auto;
  }
  .navbar .navbar-brand img {
    width: 180px;
    height: 49px;
  }
  .mob-row {
    margin-top: 130px !important;
  }
  .mob-home-features {
    margin-top: 200px;
  }
  .mob-home-img {
    height: 200px !important;
  }
  .navbar-wrapper .navbar {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover {
    color: inherit;
  }
  .carousel-control {
    display: none;
  }
  .contact-carousel {
    width: 100%;
    margin-bottom: 0;
  }
  .contact-carousel svg {
    left: 0;
    margin-top: 0;
    margin-left: 0;
    width: 400px;
  }
  .features svg {
    width: 100%;
  }
  .features .features-svg {
    width: 150px;
  }
  .features .features-svg:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .features:nth-of-type(2) .features-svg {
    width: 240px;
    margin-bottom: 20px;
  }
  .features:nth-of-type(3) .features-svg {
    width: 186px;
    margin-bottom: 20px;
  }
  .instruction {
    margin-left: 10px;
    width: calc(100% - 20px);
  }
  .ins-svg {
    width: 380px;
  }
  .our-values {
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .company {
    height: 200px;
  }
  .pc-img {
    display: none !important;
  }
  .mob-img {
    display: block !important;
  }
  .mob-img img {
    width: 100%;
  }
  .consultant-row {
    margin-top: 0px !important;
  }
  .contact-row {
    margin-top: 120px;
  }
  .contact-svg {
    width: 160px !important;
  }
  .contact-row-svg {
    margin-top: 0px !important;
  }
  .contact-svg-row {
    width: 250px !important;
  }
  .about-svg {
    width: 160px !important;
  }
  .about-city {
    margin-right: 0px !important;
    width: calc(100% - 10px);
  }
  .company-map {
    width: calc(100% - 10px);
  }
  .mob-row {
    padding-bottom: 40px !important;
  }
  .company {
    margin-left: -4%;
  }
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
/* MARGINS & PADDINGS
-------------------------------------------------- */

/*=================================================================
  purchase page
==================================================================*/


.icon-left{
  width: 100px;
  height: 100px;
  /* float: left!important; */
  font-size: 40px;
  text-align: center;
  line-height: 100px;
  /* padding-right: 20px; */
  margin: 0 auto;
  margin-top: 40px;
}
.service-icon {
  background: url('../img/home/service.png') center no-repeat;
  background-size: cover;
}
.service-icon2 {
  background: url('../img/home/service2.png') center no-repeat;
  background-size: cover;
}
.service-icon3 {
  background: url('../img/home/service3.png') center no-repeat;
  background-size: cover;
}
.service-icon4 {
  background: url('../img/home/service4.png') center no-repeat;
  background-size: cover;
}
.block-space{
  /* height: 892px; */
  padding-top: 120px;
  padding-bottom: 120px;
}