body {
  padding-top: 100px;
  background: #fff;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 500;
  color: #454545;
  font-size: 15px;
  line-height: 32px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: 'Microsoft YaHei', sans-serif;
  color: #272727;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover, a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

/* ===== Section Headers ===== */
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 36px;
  color: #454545;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 40px 0 20px;
  font-family: 'Microsoft YaHei';
  font-weight: 500;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ff641b;
}

/* ===== Buttons ===== */
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #ff641b;
  border-color: #ff641b;
  border-radius: 25px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #e84a00;
}

/* ===== Service Cards ===== */
.media.service-box {
  margin: 25px 0;
  text-align: center;
}
.media.service-box .pull-left {
  width: 100%;
  padding-bottom: 25px;
}
.media-body h4 {
  margin-bottom: 15px;
  font-family: 'Microsoft YaHei';
  font-size: 22px;
  color: #454545;
}
.media-body p {
  line-height: 20px;
}

/* ===== Header / Navigation ===== */
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  background: #fff;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 28px 15px 15px;
}
.navbar.navbar-default .navbar-brand img {
  max-height: 38px;
  width: auto;
}

@media(min-width:767px) {
  .navbar {
    padding: 20px 0;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
  }
  .top-nav-collapse {
    padding: 0;
  }
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: normal;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    color: #ff641b;
  }
}

/* ===== Banner Slider ===== */
#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 544px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner .btn {
  margin-top: 408px;
  background: #f26522;
  border: 3px solid #f26522;
  border-radius: 30px;
}
#main-slider .slider-inner .btn.btn-primary {
  padding: 10px 46px;
  font-size: 22px;
}
#main-slider .slider-inner .btn.btn-primary:hover {
  background: #092952;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 35px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}

/* ===== Sections ===== */
#services {
  padding: 87px 0 87px;
}

/* ===== Company Stats ===== */
#animated-number {
  padding: 87px 0 87px;
  background: #132125;
  color: #fff;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px;
  font-size: 22px;
  font-family: 'Microsoft YaHei';
  text-transform: capitalize;
}
.animated-number {
  display: inline-block;
  font-family: 'Microsoft YaHei';
  width: 180px;
  height: 180px;
  font-size: 29px;
  line-height: 180px;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}

/* ===== Contact Form ===== */
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* ===== Footer ===== */
#footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: #2e2e2e;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #45aed6;
}

/* ===== Pricing Table ===== */
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 14px;
}
.pricing-table thead tr {
  background: #132125;
  color: #fff;
}
.pricing-table thead th {
  padding: 12px 15px;
  text-align: left;
  font-family: 'Microsoft YaHei';
  font-weight: 600;
  font-size: 15px;
  color: #ff641b;
}
.pricing-table tbody td {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  font-family: 'Microsoft YaHei';
}
.pricing-table tbody tr:hover {
  background: #fff8f3;
}
.pricing-table tbody tr:nth-child(even) {
  background: #fafafa;
}
.pricing-table tbody tr:nth-child(even):hover {
  background: #fff8f3;
}

/* ===== Responsive ===== */
@media (max-width: 767px) {
  .navbar.navbar-default .navbar-brand {
    width: auto;
  }
}
@media (max-width: 500px) {
  .navbar.navbar-default .navbar-brand {
    max-width: 160px;
  }
}
