body {
  background: #ffffff;
  font-family: "Microsoft YaHei", 'Muli', sans-serif;
  font-style: normal;
  font-weight: 300;
  overflow-x: hidden;
}
html,
body {
  height: 100%;
  width: 100%;
}
/*---------------------------------------
  Typorgraphy              
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0px;
}
h1 {
  color: #3d3d3f;
  font-size: 40px;
  line-height: normal;
}
h2 {
  color: #575757;
  font-size: 40px;
  line-height: 52px;
  margin-top: 0px;
}
h4 {
  color: #797979;
  font-size: 18px;
  font-weight: normal;
}
p {
  color: #777;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.2px;
  text-indent: 2em;
}
strong,
span {
  font-weight: normal;
}
/*---------------------------------------
  Buttons               
-----------------------------------------*/
.section-btn {
  background: #d7b065;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.6px;
  padding: 14px 32px 18px 32px;
  margin-top: 32px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.section-btn:focus,
.section-btn:hover {
  background: #000000;
  color: #ffffff;
}
.copyrights {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
/*---------------------------------------
    General               
-----------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
}
a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-title {
  margin: 0;
  padding-bottom: 32px;
}
#first,
#third,
#contact {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}
#first img,
#team img {
  border-radius: 5px;
}
#third {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
#contact {
  text-align: center;
  background-color: #1C2331;
  color: #fff;
}
#contact * {
  color: #fff !important;
}
#footer {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  background-color: #1C2331;
  margin-right: 0;
  margin-left: 0;
}
/*---------------------------------------
  Pre loader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}
.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #000000;
  border-top-color: #f9f9f9;
  animation: spinner .9s linear infinite;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
/*---------------------------------------
  Navigation section              
-----------------------------------------*/
.custom-navbar {
  border: none;
  margin-bottom: 0;
  background-color: #ffffff;
  padding-top: 22px;
}
.custom-navbar .navbar-right {
  margin-right: -90px;
}
.custom-navbar .navbar-brand {
  color: #444;
  font-weight: normal;
  font-size: 20px;
}
.custom-navbar .nav li a {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 1px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  padding: 0;
  margin: 15px;
}
.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #454545;
}
.custom-navbar .navbar-nav li a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  bottom: -10px;
  height: 2px;
  margin: auto;
  background: transparent;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.custom-navbar .navbar-nav li a:hover:after,
.custom-navbar .nav li.active > a:after {
  background: #000000;
  color: #ffffff;
  width: 100%;
}
.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #fff;
}
.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 12px;
}
.custom-navbar .navbar-toggle {
  background-color: transparent;
}
.custom-navbar .navbar-toggle .icon-bar {
  background: #000000;
  border-color: transparent;
}
.when-small-screen h4 {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .when-large-screen {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .when-small-screen {
    display: none !important;
  }
  .custom-navbar {
    border-bottom: 0;
    background: 0 0;
  }
  .custom-navbar.top-nav-collapse {
    background: #ffffff;
    box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
  }
}
/*---------------------------------------
  Home section              
-----------------------------------------*/
#home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-image: linear-gradient(-180deg, #816BF9 0%, #000000 100%);
  background-image: linear-gradient(-180deg, #020105 0%, #031a6c 100%);
  background-blend-mode: multiply;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
  padding-top: 62px;
}
#home .slogan-text {
  margin-top: 100px;
  margin-bottom: 26px;
  text-align: center;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.4) 5px 9px 12px;
}
#home .purpose {
  color: #ffffff82;
  font-weight: 400;
}
#home .purpose-text {
  position: absolute;
  bottom: 80px;
}
#home .purpose-text p {
  color: #fff;
  font-weight: 400;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 72px;
}
#home img {
  width: 120px;
  height: 120px;
}
/*---------------------------------------
  First section              
-----------------------------------------*/
#first {
  min-height: 500px;
  padding-top: 120px;
}
/*---------------------------------------
  first section              
-----------------------------------------*/
#first .section-title {
  padding-bottom: 16px;
}
#first .col-md-4 a {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 6px 6px 0px 0;
}
#first .first-thumb {
  margin-top: 22px;
}
#first .first-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}
/*---------------------------------------
  second section              
-----------------------------------------*/
#second {
  position: relative;
  border-top: 1px solid #f0f0f0;
  padding-bottom: 60px;
  padding-top: 77px;
}
.second-thumb strong,
.second-thumb span {
  color: #575757;
  font-size: 16px;
  padding-bottom: 8px;
  display: inline-block;
}
.second-thumb .progress {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: none;
  height: 4px;
}
.second-thumb .progress-bar-primary {
  background: #3d3d3f;
}
/*---------------------------------------
  third section              
-----------------------------------------*/
#third {
  padding-top: 100px;
}
#third .third-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
#third .third-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}
#third .third-thumb img {
  border-radius: 5px;
}
/*---------------------------------------
  Contact section              
-----------------------------------------*/
#contact .form-control {
  border-radius: 0px;
  border-color: #f0f0f0;
  box-shadow: none;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
#contact .form-control:focus {
  border-bottom: 2px solid #999999;
}
#contact input {
  height: 55px;
  border: none;
  border-bottom: 1px solid #f0f0f0;
}
#contact button#submit {
  background: #000000;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 300;
  height: 55px;
  padding-bottom: 10px;
  margin-top: 24px;
}
#contact button#submit:hover {
  background: #d7b065;
  color: #ffffff;
}
/*---------------------------------------
  Social icon             
-----------------------------------------*/
.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}
.social-icon li {
  display: inline-block;
  list-style: none;
}
.social-icon li a {
  background: #292929;
  border-radius: 100%;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 20px 6px 10px 6px;
}
.social-icon li a:hover {
  background: #d7b065;
  transform: scale(1.1);
}
/*---------------------------------------
  Mobile Responsive styles              
-----------------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  #home {
    height: 50vh;
  }
}
@media (min-width: 667px) and (max-width: 767px) {
  #home {
    height: 140vh;
  }
}
@media (min-width: 568px) and (max-width: 665px) {
  #home {
    height: 190vh;
  }
}
@media (max-width: 980px) {
  h1 {
    font-size: 33px;
  }
  #third .third-thumb {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .yusuan-img {
    display: none !important;
  }
  h1 {
    font-size: 30px;
    line-height: normal;
  }
  h2 {
    font-size: 30px;
  }
  .custom-navbar {
    background-color: #ffffff;
    box-shadow: 0 -1px 23px rgba(0, 0, 0, 0.2);
    padding-top: 0px;
    padding-bottom: 5px;
  }
  .custom-navbar .nav {
    padding-bottom: 10px;
  }
  .custom-navbar .nav li a {
    display: inline-block;
    margin-bottom: 5px;
  }
}
@media (max-width: 580px) {
  .logoes > div {
    width: 50% !important;
    margin: 0 !important;
  }
  #first .first-thumb {
    margin-top: 0px;
  }
  .first-thumb .social-icon {
    margin-bottom: 15px;
  }
}
@media (max-width: 357px) {
  h1 {
    font-size: 28px;
  }
  #first .col-md-4 a {
    width: 85px;
    height: 85px;
  }
}
.canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all .5s ease;
}
.hover-action {
  transition: all .4s ease;
}
.hover-action:hover {
  transform: scale(1.1);
}
#wave {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 200px;
  left: 0;
}
#wave canvas {
  z-index: -1;
}
.pager_list {
  display: flex;
  justify-content: center;
}
.pager_list .page {
  background: #999 !important;
}
.fader_controls .page.prev {
  background: rgba(0, 0, 0, 0.2);
}
.fader_controls .page.next {
  background: rgba(0, 0, 0, 0.2);
}
#dowebok img {
  cursor: pointer;
}
#dowebok1 {
  height: 474px;
}
.yusuan-part-1 {
  height: 80px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yusuan-part-1 img {
  width: 100%;
}
#second {
  padding-top: 66px;
}
.yusuan img {
  width: 100%;
}
.cd-slider-wrapper .cd-half-block {
  background: #fff;
}
#second {
  background-attachment: fixed;
}
#second .container > div {
  margin-top: 80px;
}
#second .title {
  position: relative;
  justify-content: center;
  display: flex;
  margin: 20px;
}
#second .title h2 {
  position: relative;
}
.yusuan > div {
  height: 100px;
  line-height: 100px;
  display: flex;
}
.yusuan .yusuan-left {
  justify-content: flex-end;
  align-items: center;
}
.yusuan .yusuan-left p {
  text-align: right;
}
.yusuan .yusuan-right {
  justify-content: flex-start;
  align-items: center;
}
.grid-line {
  border-right: 1px solid #ccc;
}
.double-grid-line {
  position: relative;
}
.yusuan-img {
  display: flex;
  justify-content: space-between;
}
.yusuan-img > div {
  margin: 30px;
  height: 123px;
  width: 123px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #f3f3f3;
}
.yusuan-img img {
  height: 100%;
  transition: all 2s ease;
  cursor: pointer;
}
.yusuan-img img:hover {
  transform: scale(1.1);
}
.yusuan-img .yunsuan-img-content {
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 0;
  background: #0D1B4C;
  transition: all .8s ease;
  cursor: pointer;
}
.yusuan-img .yunsuan-img-content:hover {
  opacity: 0;
}
.svg-container svg {
  width: 200px;
  height: 200px;
  position: absolute;
}
.grade {
  height: 350px;
}
.two-img-togger {
  border-radius: 4px;
}
.two-img-togger > div {
  padding: 0;
  height: 360px;
  overflow: hidden;
}
.two-img-togger img {
  width: 100%;
}
img {
  border-radius: 4px;
}
@keyframes rollIn-from-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes to-left {
  0% {
    transform: translateX(100%);
    z-index: 0;
    background: #fff;
    box-shadow: 0px 16px 22px rgba(90, 91, 95, 0.3);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes to-right {
  0% {
    transform: translateX(-100%);
    box-shadow: 0px 16px 22px rgba(90, 91, 95, 0.3);
    z-index: 0;
    background: #fff;
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes small-to-big {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
.hover-shadow {
  transition: all .4s ease;
}
.hover-shadow:hover {
  box-shadow: 0px 16px 22px rgba(90, 91, 95, 0.3);
}
.lage-padding {
  border-radius: 4px;
  height: 550px;
  padding: 10px;
}
.lage-padding > div {
  padding: 20px;
}
.under-line {
  padding-bottom: 4px;
}
#contact .address-context {
  text-align: left;
}
#contact .address-context p {
  display: flex;
  align-items: center;
  text-indent: 1rem;
}
#contact .address-context p * {
  font-weight: 300;
}
.navigation {
  display: none;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: 1000;
}
.navigation ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.navigation ul .side-control-text {
  display: none;
  position: fixed;
  right: 50px;
  background: #fff;
  height: 305x;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #00B8C0;
  color: #ccc;
}
.navigation ul .side-control-text:after {
  position: absolute;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-left: 5px solid #00B8C0;
  top: 30%;
  right: -10px;
}
.navigation ul li {
  text-align: right;
  display: flex;
  height: 20px;
  justify-content: center;
  align-items: center;
  width: 20px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  transition: all .2s ease;
  position: relative;
  box-shadow: 0 1px 2px #000000;
}
.navigation ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation ul li:hover .side-control-text {
  display: block;
}
.navigation ul .active {
  background: #5c8fdd;
}
a:active {
  color: #fff !important;
}
a:active {
  color: #fff !important;
}
.mt50 {
  margin-top: 50px;
}
.loosely li {
  line-height: 27px;
}
.solid-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
  background-image: linear-gradient(-225deg, #2CD8D5 0%, #6B8DD6 48%, #8E37D7 100%);
}
.animate-to-left {
  animation-name: to-left;
}
