﻿* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

.row {
  margin-left: -15px;
  margin-right: -15px
}

.col-xs-4,
.col-md-4,
.col-xs-6,
.col-md-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.col-xs-4,
.col-xs-6 {
  float: left
}

.col-xs-6 {
  width: 50%
}

.col-xs-4 {
  width: 33.33333333%
}

@media (min-width:992px) {

  .col-md-4,
  .col-md-8 {
    float: left
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }
}

.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table
}

.container-fluid:after,
.row:after {
  clear: both
}






.container-fluid {
  max-width: 1920px;
}

.home {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}

.home>.row {
  position: relative;
}

@media screen and (max-width: 992px) {
  .home {
    padding-bottom: 55px;
  }

  ::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
}

@media screen and (min-width: 992px) {
  .home {
    padding-bottom: 120px;
    min-height: 750px;
  }
}

@media screen and (min-width: 1200px) {
  .container-fluid.home {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home {
    padding-bottom: 240px;
  }
}

.service {
  max-width: 1600px;
  padding-bottom: 50px;
}

.service div[class*=col-] {
  padding: 5px;
}

.service #appBg {
  position: absolute !important;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
}

.service #appBg img {
  max-width: 120%;
}

.service .row {
  margin-left: -5px;
  margin-right: -5px;
}

.service p {
  margin-bottom: 0;
}

.service h2 {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.service .item {
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(7, 92, 228, 0.05), 0 15px 30px -10px rgba(7, 102, 194, 0.1);
  border: 1px solid #eee;
  transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  background: #fff;
}

.service .item div img {
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.service .item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1), 0 15px 30px -10px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  border: 1px solid #e9e9e9;
}

.service h2 {
  font-size: 20px;
  color: #000;
}

.service .left h2,
.service .left p {
  position: relative;
  z-index: 3;
}

.service .right {
  margin-top: -10px;
  margin-bottom: -10px;
}

.service .left,
.service .top,
.service .bottom {
  padding-left: 20px;
}

.service .top,
.service .bottom,
.service .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10px;
}

@media (max-width: 992px) {
  .service #appBg {
    bottom: -35px;
  }

  .service .item {
    display: block;
    background: #fff;
  }

  .service .item div img {
    display: block;
    margin: 0 auto;
    max-height: 50px;
  }

  .service .item.top {
    height: 220px;
    margin-top: 5px;
  }

  .service .item.bottom {
    height: 260px;
  }

  .service h2 {
    font-size: 18px;
    text-align: center;
  }
}

@media (min-width: 992px) {

  .service div[class*=col-] {
    padding: 10px;
  }

  .service .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .service .row div img {
    max-width: 70px;
  }

  .service .top,
  .service .bottom,
  .service .left {
    padding: 20px;
  }

  .service .left {
    height: 500px;
  }

  .service .left h2 {
    margin-top: 60px;
  }

  .service .top,
  .service .bottom {
    height: 240px;
  }

  .service .top {
    flex-direction: row;
    justify-content: flex-start;
  }

  .service .top div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .service .top div:last-child {
    margin-left: 30px;
  }

  .service .top div h2 {
    margin-top: 0;
  }
}

@media (min-width: 1400px) {
  .service h2 {
    font-size: 26px;
  }

  .service .row div img {
    max-width: none;
  }

  .service p {
    font-size: 16px;
    color: #666;
  }

  .service .left {
    height: 600px;
    padding: 0 26px;
  }

  .service .left h2 {
    margin-top: 90px;
  }

  .service .top,
  .service .bottom {
    height: 290px;
    padding: 30px;
  }

  .service .bottom h2 {
    margin-top: 40px;
  }
}

