@charset "utf-8";
/* CSS Document */

/* 

Template Name : Megasink - Business and Corporate bootstrap HTML Template
Author : Rainbow Design
	
*/

/*=====================================================================

--------------- Table of Content ---------------

	01. Theme Font
	02. Global Settings
	03. Header
	04. Slider
	05. Intro Area
	06. Services
	07. About Area
	08. Call To Action Section
	09. Counter Section
	10. Portfolio Section
	11. Blog Section
	12. Testimonial Section
	13. Team Section
	14. Partner Section
	15. Footer Section
	16. Inner Page Title
	17. Contact Us
	18. Service Details Section
	19. Faq Section	

=====================================================================*/

/*--------------------------------------------------------------
	01. Theme Font
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
/* font-family: 'Montserrat', sans-serif; */

/*--------------------------------------------------------------
	02. Global Settings
--------------------------------------------------------------*/
body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

p {
  line-height: 24px;
  color: #6d6d6d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-family: 'Montserrat', sans-serif;
}

ul,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
}

.section-padding {
  padding: 80px 0px;
}

/* --- Background Color --- */
.bg-gray {
  background: #f6f7fd;
}

/* --- Buttons --- */
.btn-style-1 {
  background-color: #305fd7;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 25px 8px 25px;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-style-1:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0;
  right: 0px;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-style-1:hover {
  color: #fff;
  background-color: #1a1a1c;
}

.btn-style-1:hover:after {
  width: 100%;
}

.btn-style-2 {
  background-color: #1a1a1c;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 25px 8px 25px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-style-2:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0;
  right: 0px;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-style-2:hover {
  color: #fff;
  background-color: #305fd7;
}

.btn-style-2:hover:after {
  width: 100%;
}

.btn-style-3 {
  background-color: #006fbe;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 25px 8px 25px;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-style-3:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0;
  right: 0px;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-style-3:hover {
  color: #fff;
  background-color: #1a1a1c;
}

.btn-style-3:hover:after {
  width: 100%;
}

/* --- Loading --- */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-image: url(../images/preloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}

/* --- Top Scroll --- */
.scroll-top {
  display: none;
  position: fixed;
  bottom: 2px;
  text-align: center;
  right: 2%;
  width: 30px;
  border: 2px solid #696969;
  height: 30px;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  background-color: #305fd7;
  text-decoration: none;
  border-radius: 100%;
  z-index: 9999;
}

.scroll-top:hover {
  color: #fff !important;
  text-decoration: none;
}

/* --- Section Title --- */
.section-title h2 {
  position: relative;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 38px;
  color: #000000;
  padding-bottom: 8px;
}

.section-title h2 span {
  color: #2658d5;
}

.section-title .line {
  width: 80px;
  height: 2px;
  margin: auto;
  background-color: #305fd7;
}

.section-title p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 20px;
}

/*--------------------------------------------------------------
	03. Header
--------------------------------------------------------------*/

.header-upper {
  background-color: #333;
}

/* header contact */
.header-upper ul.header-contact li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 20px;
  margin-right: 0px !important;
}

.header-upper ul.header-contact li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header-upper ul.header-contact li a {
  color: #ccc;
  text-decoration: none;
}

.header-upper ul.header-contact li a i {
  padding-right: 4px;
  font-size: 14px;
  position: relative;
}

.header-upper ul.header-contact li a:hover {
  color: #305fd7;
}

/* header social */
.header-social {
  float: right;
}

.header-social li a {
  color: #ccc;
  padding: 12px 0px 12px 20px;
  display: inline-block;
}

.header-social li a:hover {
  color: #305fd7;
}

/* navigation */
.navigation {
  /* background-color: #006fbe; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.navigation .container-fluid {
  padding: 0 42px;
}

.navigation .navbar-brand {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}

.navigation .navbar-brand img {
  width: 104px;
}

.navigation .navbar-brand:hover {
  color: #fff;
}

.navigation .navbar-brand span {
  color: #305fd7;
  font-size: 38px;
  display: inline-block;
}

.navigation .navbar .navbar-nav>.nav-item {
  margin-right: 200px;
  position: relative;
  text-align: center;
}

.navigation .navbar-nav .nav-link {
  color: #fff;
  padding: 35px 0px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.navigation .navbar-nav .nav-link:hover {
  color: #305fd7;
}

.navigation .navbar-nav .nav-item.active .nav-link {
  color: #305fd7;
}

.navigation .navbar .navbar-nav>.nav-item:last-child {
  margin-right: 0px;
}

.navigation .navbar .navbar-nav>.nav-item.search a:before {
  content: '';
  height: 15px;
  width: 1px;
  background: #c4c1c4;
  position: absolute;
  left: -21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navigation .navbar .navbar-nav>.nav-item .dropdown-menu {
  margin: 0px;
  border-radius: 0px;
  padding: 0px 0px;
  background-color: #305fd7;
  border: 0px;
  top: 80px;
  left: 0;
  margin-left: -90%;
}

.navigation .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 12px 16px;
  font-family: 'Montserrat', sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #006fbe;
}

.navigation .navbar .navbar-nav>.nav-item.gzwm,
.navigation .navbar .navbar-nav>.nav-item.language {
  margin-right: 53px;
  display: flex;
  align-items: center;
}

.navigation .navbar .navbar-nav>.nav-item.gzwm {
  padding-left: 26px;
  background: url(../images/icon-user.png) no-repeat left center;
  background-size: 12px 14px;
}

.navigation .navbar .navbar-nav>.nav-item.language a.dropdown-toggle::after {
  margin-left: 10px;
}

.navigation .navbar .navbar-nav>.nav-item.gzwm a,
.navigation .navbar .navbar-nav>.nav-item.language a {
  color: #fff;
}

@media screen and (min-width: 992px) {

  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block !important;
  }
}

@media screen and (max-width: 992px) {
  .navigation .container-fluid {
    padding: 0 20px;
  }

  .nav-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 50px;
  }

  .navigation .navbar .navbar-nav>.nav-item .nav-link {
    padding: 10px 0px;
  }

  .navigation .navbar .navbar-nav>.nav-item.search a:before {
    left: 0px;
    display: none;
  }

  .navigation .navbar .navbar-nav>.nav-item.search {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
  }

  .navigation .navbar .navbar-nav>.nav-item.language {
    margin-right: 0;
  }

  .navigation .navbar .navbar-nav>.nav-item.gzwm {
    margin-right: 0;
    justify-content: center;
    background: none;
    padding-left: 0;
  }

  .navbar-collapse {
    background: rgba(0, 0, 0, 0.5);
  }

  .navigation .navbar-brand img {
    width: 52px;
  }

  .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navigation .navbar .navbar-nav>.nav-item .dropdown-menu {
    top: 40px;
    margin-left: -150%;
  }
}

/* searchmodal */
#searchmodal .modal-content {
  background-color: #1a1a1c;
  padding: 60px 60px;
  border: 0px;
}

#searchmodal .modal-header .btn-close {
  position: absolute;
  right: 25px;
  top: 20px;
  opacity: 1;
  padding: 0px;
  color: #fff;
  background: none;
}

#searchmodal .modal-header {
  padding: 0px;
  border-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
}

#searchmodal .modal-header h5 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 10px;
}

#searchmodal .modal-body {
  padding: 0px;
}

#searchmodal .modal-content .input-group input {
  background: transparent;
  border-radius: 0px;
  outline: none;
  height: 50px;
  padding: 0px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  color: #666;
  font-size: 14px;
  width: 100%;
  letter-spacing: 0.28px;
}

#searchmodal .modal-content .input-group .input-group-btn {
  position: absolute;
  right: 0px;
  top: 12px;
  background-color: #305fd7;
  z-index: 4;
}

#searchmodal .modal-content .input-group .input-group-btn button {
  color: #fff;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
	04. Slider
--------------------------------------------------------------*/
.slider .slide .carousel-item:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0px;
  left: 0px;
  z-index: 0;
}

.slider .carousel-caption {
  top: 50%;
  left: 0px;
  right: 0px;
  bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  transform: translateY(-50%);
  z-index: 1;
}

.slider .carousel-caption h2 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 56px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.slider .carousel-caption h2 span {
  color: #305fd7;
}

.slider .carousel-caption p {
  margin-top: 43px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 62px;
  line-height: 70px;
  color: #ffffff;
}

.slider .carousel-control-next,
.slider .carousel-control-prev {
  background-color: #fff;
  border-radius: 100%;
  color: #305fd7;
  line-height: 40px;
  opacity: 1;
}

.slider .carousel-control-next {
  width: 40px;
  bottom: auto;
  top: 50%;
  height: 40px;
  right: 20px;
  transform: translateY(-50%);
}

.slider .carousel-control-prev {
  left: 20px;
  width: 40px;
  display: inline-block;
  bottom: auto;
  top: 50%;
  height: 40px;
  transform: translateY(-50%);
}

.slide .banner1 {
  display: block;
}

.slide .m-banner1 {
  display: none;
}

@media (max-width: 767px) {
  .slide .banner1 {
    display: none;
  }

  .slide .m-banner1 {
    display: block;
  }
}

/*--------------------------------------------------------------
	05. Intro Area
--------------------------------------------------------------*/
.feature-block .feature-box {
  text-align: left;
  padding: 50px 20px 20px 20px;
  background: #fff;
  position: relative;
  text-align: center;
}

.feature-block .feature-box p {
  margin-bottom: 0px;
}

.feature-block {
  padding-top: 50px;
}

.feature-block .icon {
  font-size: 18px;
  background-color: #006fbe;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0px;
  right: 0px;
  width: 50px;
  margin: auto;
  height: 50px;
  line-height: 50px;
  border-radius: 0px;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(33, 37, 41, 0.4);
  -moz-box-shadow: 3px 3px 0px 0px rgba(33, 37, 41, 0.4);
  box-shadow: 3px 3px 0px 0px rgba(33, 37, 41, 0.4);
}

.feature-block h4 {
  color: #333;
  padding: 0px 0 9px;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
}

/*--------------------------------------------------------------
	06. Services
--------------------------------------------------------------*/
.service-box {
  overflow: hidden;
  border: 1px solid #eaeaea;
  background-color: #fff;
  padding: 15px;
}

.service-box .image {
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 8px;
}

.service-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.service-box:hover .image img {
  transform: scale(1.2);
}

.service-box .image:after {
  position: absolute;
  content: '';
  width: 50%;
  top: 0px;
  left: -250px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,0.4+50,0+100 */
  background: -moz-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}

.service-box:hover .image:after {
  left: 450px !important;
}

.service-box .caption {
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.service-box h4 a {
  color: #222;
  font-weight: 600;
  font-size: 20px;
}

.service-box h4 a:hover {
  color: #006fbe;
}

.service-box .text {
  color: #6d6d6d;
  font-size: 15px;
}

.service-box .btn-style-3 {
  font-size: 12px;
  margin-top: 15px;
}

/*--------------------------------------------------------------
	07. About Area
--------------------------------------------------------------*/
.single-about .img-holder {
  border: 2px solid #f5f5f5;
}

.single-about .img-holder img {
  transition: all 0.3s ease;
}

.single-about:hover .img-holder img {}

.single-about .hoverlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.single-about .hoverlay a {
  color: #fff;
}

.single-about h2 {
  font-weight: 700;
  letter-spacing: 0.03em;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 38px;
  color: #000000;
  margin-bottom: 62px;
}

.single-about p {
  margin: 0;
  font-family: Microsoft YaHei;
  font-size: 18px;
  color: #000000;
  line-height: 44px;
}

.single-about ul li {
  margin-bottom: 12px;
  color: #6d6d6d;
  text-transform: capitalize;
}

.single-about ul li:last-child {
  margin-bottom: 0px;
}

.single-about ul li i {
  font-size: 10px;
  color: #006fbe;
  padding-right: 4px;
}

.single-about-right {
  align-self: center;
}

.about-icons {
  display: flex;
  justify-content: space-around;
  margin-top: 55px;
}

.about-icons>div {
  height: 112px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 13px 0px rgba(203, 207, 236, 0.34);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-icons>div img {
  width: 29px;
}

.m-single-about {
  display: none;
}

.about-icons>div span {
  margin-top: 9px;
  font-size: 16px;
}

@media screen and (max-width: 992px) {
  .about-section {
    background: url(../images/m-bg4.png) no-repeat bottom center;
    background-size: cover;
    padding-bottom: 10px;
    padding-top: 60px;
  }

  .single-about h2 {
    font-size: 22px;
    text-align: center;
  }

  .m-single-about {
    display: block;
    padding: 0 23px;
  }

  .single-about-right {
    display: none;
  }

  .single-about .img-holder a img {
    width: 25px;
  }

  .about-section .container {
    padding: 0 20px;
  }

  .single-about p {
    font-size: 11px;
    line-height: 28px;
    padding: 0 23px;
    margin-top: 29px;
  }

  .about-icons>div {
    width: 30%;
    height: 73px;
  }

  .about-icons>div img {
    width: 19px;
  }

  .about-icons>div span {
    margin-top: 9px;
    font-size: 10px;
  }
}

/*--------------------------------------------------------------
	08. choose Section
	----------------*/
.choose-section {
  padding: 80px 0 60px;
  text-align: center;
  background: url(../images/bg2.png) no-repeat bottom center;
  background-size: 1920px;
}

.choose-section h2 {
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 100px;
}

.choose-section .row {
  display: flex;
  justify-content: space-between;
}

.choose-section .choose-item {
  padding: 0 30px;
}

.choose-section .choose-item:last-child p::after {
  display: block;
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(0deg, #5578be 0%, #f2f4f8 100%);
}

.choose-section .choose-item p::before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(0deg, #5578be 0%, #f2f4f8 100%);
}

.choose-section h3 {
  font-family: DengXian;
  font-weight: bold;
  font-size: 52px;
  color: #ffffff;
  line-height: 74px;
}

.choose-section h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 44px;
  margin: 37px 0 37px;
}

.choose-section p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .choose-section {
    padding: 50px 0 40px;
    text-align: center;
    background: url(../images/m-bg2.png) no-repeat bottom center;
    background-size: 100%;
  }

  .choose-section h2 {
    font-size: 22px;
    margin-bottom: 82px;
  }

  .choose-section h3 {
    font-size: 37px;
  }

  .choose-section h4 {
    font-size: 16px;
    margin: 25px 0 49px;
  }

  .choose-section p {
    font-size: 12px;
  }
}

.solution-section img {
  margin: 100px 0 80px;
}

@media (max-width: 767px) {
  .solution-section img {
    margin: 30px 0 26px 0;
  }
}

/* ==========================
Services   
========================== */
.service-section .container {
  position: relative;
}

.service-carousel {
  align-items: stretch;
}

.services-item {
  height: 494px;
}

.services-icon {
  margin-bottom: 32px;
  text-align: center;
}

.services-icon img {
  margin: 0 auto;
}

.services-item .services-content {
  background: #ffffff;
  padding: 50px 30px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
  border-radius: 12px;
  position: relative;
  z-index: 1;
  height: 100%;
}

.service-nav .prev img,
.service-nav .next img {
  width: 100%;
}

.service-nav .prev {
  position: absolute;
  left: -40px;
  top: 50%;
  width: 30px;
  height: 47px;
  margin-top: -23.5px;
  cursor: pointer;
}

.service-nav .next {
  position: absolute;
  right: -40px;
  top: 50%;
  width: 30px;
  height: 47px;
  margin-top: -23.5px;
  cursor: pointer;
}

.services-item .services-content .services-icon img {
  width: 100px;
}

.services-item .services-content .services-icon i::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #4376f1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  opacity: 0.08;
  border-radius: 50%;
  transition: all 0.35s ease-in-out;
}

.services-item:hover .services-content .services-icon i::after {
  background: #ffffff;
  opacity: 1;
}

.services-item.active .services-content .services-icon i::after {
  background: #ffffff;
  opacity: 1;
}

.services-item .services-content h4 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px;
}

.services-item {
  margin-bottom: 30px;
  text-align: center;
}

.services-content::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  height: 70%;
  width: 100%;
  background: #4376f1;
  z-index: -1;
  border-radius: 12px;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}

.services-content::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 100%;
  width: 100%;
  background: url(../img/shape/shape-1.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  z-index: -1;
}

.services-content:hover::after,
.services-item.active .services-content::after {
  opacity: 1;
}

.services-content:hover::before,
.services-item.active .services-content::before {
  opacity: 1;
  height: 100%;
}

.services-content .services-body a {
  margin-top: 20px;
  display: inline-block;
  margin-bottom: -15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
}

.services-content .services-body p {
  margin-bottom: 0;
}

.services-content .services-body a i {
  margin-left: 10px;
}

.services-content h4,
.services-content p,
.services-content i {
  transition: all 0.35s ease-in-out;
}

.services-content:hover h4,
.services-content:hover p,
.services-content:hover a,
.services-item.active .services-content h4,
.services-item.active .services-content p,
.services-item.active .services-content a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .service-nav {
    display: none;
  }

  .service-carousel .owl-stage {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .service-carousel .owl-item {
    width: calc(50% - 6.5px);
  }

  .service-carousel .owl-item:last-child {
    flex: 1;
  }

  .services-item {
    height: 143px;
    margin-bottom: 13px;
  }

  .services-item .services-content .services-icon img {
    width: 53px;
  }

  .services-icon {
    margin-bottom: 10px;
  }

  .services-item .services-content {
    padding: 15px;
    background: #f6f7fd;
    box-shadow: none;
  }

  .services-item .services-content h4 {
    font-size: 14px;
  }

  .services-body p {
    display: none;
  }
}

/* ==========================
Latest Blog        
========================== */
.portfolio-section .row {
  align-items: stretch;
}

.blog-item {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.portfolio-section .portfolio-item {
  height: 387px;
}

.portfolio-section .portfolio-item.active .blog-body {
  background: #4376f1;
}

.portfolio-section .portfolio-item.active .blog-body h6 a,
.portfolio-section .portfolio-item.active .blog-body p {
  color: #fff;
}

.portfolio-section .portfolio-item:hover .blog-body {
  background: #4376f1;
}

.portfolio-section .portfolio-item:hover .blog-body h6 a,
.portfolio-section .portfolio-item:hover .blog-body p {
  color: #fff;
}

.portfolio-section .tip {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  margin-top: 69px;
  margin-bottom: 90px;
}

.portfolio-section .tip span {
  color: #ff9815;
}

.portfolio-section .tip i {
  font-size: 38px;
  color: #1455f1;
}

@media (max-width: 767px) {
  .portfolio-section .container {
    padding: 0 43px;
  }

  .section-title h2 {
    font-size: 22px;
  }

  .section-title p {
    font-size: 12px;
  }

  .portfolio-section .tip {
    font-size: 15px;
    margin: 40px 0 0 0;
  }

  .portfolio-section .tip i {
    font-size: 23px;
  }
}

.blog-img {
  border-radius: 10px;
  position: relative;
}

.blog-img img {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.blog-item .blog-body {
  padding: 26px 20px 10px 20px;
  background: #fff;
  flex: 1;
  transition: all 0.25s ease;
}

.blog-item .blog-body .blog-meta {
  margin-bottom: 10px;
}

.blog-item .blog-body .blog-meta span:nth-child(1) {
  margin-right: 15px;
}

.blog-item .blog-body .blog-meta span i {
  color: #0045e1;
  margin-right: 10px;
}

.blog-item .blog-body h6 {
  margin-bottom: 10px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #004ae0;
}

.blog-item .blog-body h6 a {
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-item .blog-body h6 a:hover {
  color: #0045e1;
}

.blog-item .blog-body p {
  margin-bottom: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.25s ease;
}

.blog-item .blog-body .blog-outline-btn {
  padding: 7px 20px;
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
  position: relative;
  border: 2px solid #0045e1;
  color: #0045e1;
  outline: none;
  z-index: 4;
  border-radius: 10px;
}

.blog-item .blog-body .blog-outline-btn i {
  margin-left: 10px;
}

.blog-item .blog-body .blog-outline-btn span {
  z-index: 1;
  font-size: 14px;
}

.blog-item .blog-body .blog-outline-btn:hover {
  color: #fff;
}

.blog-item .blog-body .blog-outline-btn:hover span {
  color: #fff;
}

.blog-item .blog-body .blog-outline-btn:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.blog-item .blog-body .blog-outline-btn:after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
  border-radius: 10px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  position: absolute;
  background: #0045e1;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1),
    -webkit-transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
}

@media (max-width: 767px) {
  .portfolio-section .portfolio-item {
    height: 280px;
  }

  .blog-item .blog-body h6 {
    font-size: 16px;
  }

  .blog-item .blog-body p {
    font-size: 12px;
  }

  .blog-item .blog-body {
    padding: 18px 20px 0 20px;
    flex: 1;
  }
}

/*--------------------------------------------------------------
	join-section
---------------------*/
.join-section {
  padding: 76px 0 82px;
  text-align: center;
  background: url(../images/bg3.png) no-repeat bottom center;
  background-size: 1920px;
}

.join-section .section-title h2 {
  color: #fff;
  margin-bottom: 54px;
}

.join-section .row .join-item {
  text-align: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
}

.join-section h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 27px;
}

.join-section p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.join-btn {
  display: block;
  width: 484px;
  height: 66px;
  line-height: 66px;
  background: linear-gradient(0deg, #ffae00 0%, #ff9e2b 100%);
  border-radius: 33px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  margin: 38px auto 0 auto;
}

@media (max-width: 767px) {
  .join-section {
    padding: 135px 0 20px 0;
    background: url(../images/m-bg3.png) no-repeat bottom center;
    background-size: cover;
  }

  .join-section .row .join-item {
    width: 82%;
    padding: 20px;
    margin: 0 auto;
  }

  .join-section .section-title h2 {
    font-size: 22px;
  }

  .join-btn {
    width: 80%;
    font-size: 16px;
    height: 41px;
    line-height: 41px;
  }

  .join-section h3 {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .join-section p {
    font-size: 12px;
    margin: 0;
  }
}

/*--------------------------------------------------------------
	08. Call To Action Section
--------------------------------------------------------------*/
.call-to-action-section {
  z-index: 0;
  position: relative;
}

.call-to-action-section:after {
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.call-to-action-bg {
  background: url(../img/bg/call-to-action-bg.jpg) fixed no-repeat;
  background-size: cover;
}

.call-to-action-section h2 {
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.call-to-action-section p {
  color: #fff;
  line-height: 30px;
  font-size: 18px;
  font-style: italic;
}

.call-to-action-section a.btn {
  background: #305fd7;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 36px;
  float: none;
  text-transform: capitalize;
  margin-top: 10px;
}

.call-to-action-section a.btn:hover {
  background-color: #1a1a1c;
  transition: all 0.4s ease-in-out 0s;
}

.call-to-action-section a.btn i {
  padding-left: 6px;
}

/*--------------------------------------------------------------
	09. Counter Section
--------------------------------------------------------------*/
.counter-up-area {
  position: relative;
  background-image: url(../img/bg/counter-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 0;
}

.counter-up-area:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
}

.counter-up-area .single-count-item {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.counter-up-area .single-count-item h3 {
  font-size: 18px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.counter-up-area .single-count-item span {
  color: #305fd7;
  font-size: 42px;
  line-height: 38px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*--------------------------------------------------------------
	10. Portfolio Section
--------------------------------------------------------------*/
#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: none;
  overflow: hidden;
}

.filter1 {
  border: 1px solid #eee;
}

.filter1 li span {
  cursor: pointer;
  padding: 12px 20px;
  font-size: 12px;
  display: inline-block;
  position: relative;
}

.filter1 li span:after {
  position: absolute;
  content: '';
  width: 1px;
  background-color: #eee;
  height: 18px;
  top: 14px;
  right: -7px;
}

.filter1 li span.active,
.filter1 li span:hover {
  color: #006fbe;
}

.filter1 li:last-child span:after {
  display: none;
}

/* Portfolio Single */
.portfolio-single-title {
  position: relative;
  border-left: 2px solid #006fbe;
  padding-left: 10px;
}

.portfolio-single-carousel .owl-nav {
  width: 100%;
  margin-top: 0px;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.portfolio-single-carousel .owl-nav .owl-prev {
  float: left;
}

.portfolio-single-carousel .owl-nav .owl-next {
  float: right;
}

.portfolio-single-carousel .owl-nav .owl-prev,
.portfolio-single-carousel .owl-nav .owl-next {
  background-color: #fff !important;
  border-radius: 100%;
  color: #333 !important;
  line-height: 30px;
  height: 30px;
  width: 30px;
}

.portfolio-single-carousel .owl-nav .owl-prev:hover,
.portfolio-single-carousel .owl-nav .owl-next:hover {
  background-color: #305fd7 !important;
  color: #fff !important;
}

/*--------------------------------------------------------------
	11. Blog Section
--------------------------------------------------------------*/
.blog-wrapper {
  border: 1px solid #e0e0e0;
  overflow: hidden;
  transition: 0.3s;
}

.blog-wrapper:hover {
  background: #fff;
  border: 1px solid #006fbe;
}

.blog-wrapper .blog-inner {
  overflow: hidden;
}

.blog-wrapper .blog-inner h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.blog-wrapper .blog-inner h4 a {
  text-decoration: none;
  color: #333;
}

.blog-wrapper .blog-meta {
  border-top: 1px solid #e0e0e0;
  padding-top: 1rem;
}

.blog-wrapper .blog-meta span {
  color: #006fbe;
  font-size: 12px;
  font-weight: 600;
}

.blog-wrapper .blog-meta span a {
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.blog-wrapper .blog-meta span a i {
  color: #006fbe;
}

.blog-wrapper .blog-meta span a:hover {
  color: #006fbe;
}

.blog-wrapper .blog-more {
  color: #3b3f42;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  transform: translateX(0px);
  transition: all 0.3s ease 0s;
}

.blog-wrapper .blog-more:hover {
  color: #006fbe;
}

.blog-wrapper .blog-more-btn i {
  padding-right: 6px;
  font-size: 16px;
  top: 3px;
  position: relative;
}

.blog-wrapper .blog-more-btn {
  transform: translateX(110px);
  transition: all 0.3s ease 0s;
}

.blog-wrapper:hover .blog-more-btn {
  transform: translateX(0px);
}

/* start sidebar wrapper */
.sidebar-wrapper .single-sidebar {
  position: relative;
  display: block;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 8px 2px #f6f6f6;
  box-shadow: 0px 0px 8px 2px #f6f6f6;
}

/* sidebar title */
.sidebar-title .title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
}

/* sidebar search form */
.sidebar-search-box .search-form {
  position: relative;
  display: block;
  -webkit-box-shadow: 0px 0px 8px 2px #f6f6f6;
  box-shadow: 0px 0px 8px 2px #f6f6f6;
}

.sidebar-search-box .search-form input[type='text'] {
  position: relative;
  display: block;
  background: #1a1a1c;
  border: 1px solid #1a1a1c;
  color: #828282;
  font-size: 15px;
  font-weight: 400;
  height: 61px;
  width: 100%;
  padding-left: 20px;
  padding-right: 65px;
  border-radius: 0px;
  transition: all 500ms ease 0s;
}

.sidebar-wrapper .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #006fbe;
  color: #ffffff;
  font-size: 14px;
  height: 100%;
  width: 60px;
  border: 0px;
  text-align: center;
  border-radius: 0px;
  transition: all 500ms ease 0s;
  margin: 0;
}

.sidebar-wrapper .search-form button i {
  font-size: 14px;
}

.sidebar-wrapper .search-form input[type='text']:focus {
  border: 1px solid #006fbe;
  background: #fff;
  color: #000000;
}

.sidebar-wrapper .search-form input[type='text']:focus+button,
.sidebar-wrapper .search-form button:hover {
  border-color: #305fd7;
  color: #ffffff;
}

/* categories */
.single-sidebar .categories {
  display: block;
}

.single-sidebar .categories li {
  display: block;
}

.single-sidebar .categories li a {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #6d6d6d;
  font-weight: 400;
  border-bottom: 1px dashed #ededed;
}

.single-sidebar .categories li:last-child a {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.single-sidebar .categories li:hover a {
  color: #006fbe;
}

/* recent post */
.single-sidebar .recent-post {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-sidebar .recent-post li {
  display: block;
  border-bottom: 1px dashed #ededed;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
}

.single-sidebar .recent-post li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.single-sidebar .recent-post li .title-holder span {
  line-height: 14px;
  color: #6d6d6d;
}

.single-sidebar .recent-post li .title-holder .post-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin: 8px 0 0 0;
}

.single-sidebar .recent-post li .title-holder .post-title a {
  color: #000;
}

.single-sidebar .recent-post li .title-holder .post-title a:hover {
  color: #006fbe;
}

/* popular tag */

.single-sidebar .popular-tag {
  display: block;
}

.single-sidebar .popular-tag li {
  display: inline-block;
  float: left;
  margin: 2px;
}

.single-sidebar .popular-tag li a {
  display: block;
  background-color: #f6f6f6;
  padding: 4px 10px;
  color: #828282;
}

.single-sidebar .popular-tag li a:hover {
  color: #ffffff;
  background-color: #006fbe;
}

/* pagination */
.pagination-box .page-item:last-child .page-link,
.pagination-box .page-item:first-child .page-link {
  border-radius: 0px;
}

.pagination-box .pagination .page-link {
  color: #333;
}

.pagination-box .page-item.active .page-link {
  background-color: #006fbe;
  border-color: #006fbe;
  color: #fff;
}

/* blog single */
.blog-single-section .blog-wrapper .blog-inner img {
  margin-top: 0px;
}

.blog-single-section .blog-wrapper .blog-inner h4 {
  margin-top: 6px;
  margin-bottom: 15px;
}

.blog-single-section .blockquote {
  padding: 15px 15px 15px 25px;
}

.blog-single-section .blockquote p {
  line-height: 26px;
  font-style: italic;
  font-size: 16px;
}

.blog-single-section .blockquote:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 60px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #006fbe;
}

.blog-single-section .blog-wrapper .blog-inner,
.blog-single-section .blog-wrapper {
  overflow: visible;
}

.blog-single-section .blog-single-tag li a {
  color: #6d6d6d;
}

.blog-single-section .blog-single-tag li a:hover {
  color: #006fbe;
}

.blog-single-section .blog-single-social li a {
  color: #6d6d6d;
}

.blog-single-section .blog-single-social li a:hover {
  color: #006fbe;
}

/* comments block */
.comments-block {
  border: 1px solid #e0e0e0;
}

.comments-block .d-flex .flex-grow-1 h5 small {
  font-size: 12px;
  color: #6d6d6d;
}

.comments-block .d-flex {
  padding-bottom: 8px;
}

.comments-block .d-flex img {
  width: 70px;
  height: 70px;
}

.comments-block .d-flex .flex-grow-1 a {
  color: #006fbe;
}

.comments-block ul li ul {
  margin-left: 35px;
}

/* leave a comments block */
.leave-a-comments-block {
  border: 1px solid #e0e0e0;
}

.leave-a-comments-block form.comment-form input {
  background-color: #f5f5f5;
}

.leave-a-comments-block form.comment-form textarea {
  background-color: #f5f5f5;
}

.leave-a-comments-block form.comment-form .btn {
  background-color: #006fbe;
  color: #fff;
  padding: 8px 16px;
}

.leave-a-comments-block form.comment-form .btn:hover {
  background-color: #1a1a1c;
}

/*--------------------------------------------------------------
	12. Testimonial Section
--------------------------------------------------------------*/
.testimonial-section {
  position: relative;
  z-index: 0;
}

.testimonial-section:after {
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.testimonial-bg {
  background: url(../img/bg/testimonial-bg.jpg) fixed no-repeat;
  background-size: cover;
}

.testimonial-item {
  width: 100%;
}

.testimonial-img {
  width: 100%;
  text-align: center;
}

.testimonial-img .testimonial-user-img img {
  border: 2px solid #e1e1e1;
  border-radius: 50%;
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.testimonial-user-name {
  margin: 10px 0 5px 0;
  width: 100%;
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
  color: #305fd7;
}

.testimonial-user-position {
  margin: 5px 0 10px 0;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ccc;
}

.testimonial-des {
  width: 100%;
  z-index: 0;
}

.testimonial-item p {
  margin-bottom: 0px;
  color: #fff;
  font-style: italic;
  line-height: 30px;
  font-size: 18px;
}

.testimonial-carousel .owl-nav {
  width: 100%;
  margin-top: 30px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  background-color: #fff !important;
  border-radius: 100%;
  color: #333 !important;
  line-height: 30px;
  height: 30px;
  width: 30px;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background-color: #305fd7 !important;
  color: #fff !important;
}

/*--------------------------------------------------------------
	13. Team Section
--------------------------------------------------------------*/
.team-item {
  overflow: hidden;
}

.team-item .team-item-caption {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  margin: 0 20px;
  padding: 20px 10px;
  text-align: center;
  z-index: 10;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.team-item .team-item-caption h4 {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 600;
}

.team-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.team-item .team-item-social {
  position: absolute;
  top: 50%;
  width: 100%;
  list-style: none;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.team-item .team-item-social li {
  display: inline-block;
}

.team-item .team-item-social li:last-child {
  margin-right: 0;
}

.team-item .team-item-social a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #717171;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.team-item .team-item-social a:hover {
  color: #fff;
  background-color: #006fbe;
}

.team-item:hover .team-item-caption {
  background-color: #006fbe !important;
  color: #fff;
}

.team-item:hover .team-item-caption h4,
.team-item:hover .team-item-caption p {
  color: #fff;
}

.team-item:hover .overlay,
.team-item:hover .team-item-social {
  opacity: 1;
}

.team-item:hover img {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
	14. Partner Section
--------------------------------------------------------------*/
.partner-item img {
  border: 1px solid #ccc;
}

.partner-item img:hover {
  border: 1px solid #006fbe;
}

/*--------------------------------------------------------------
	15. Footer Section
--------------------------------------------------------------*/
.footer {
  background-color: #1c1d24;
}

.footer-title {
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #aaaaaa;
  margin-bottom: 80px;
}

.footer-title img {
  width: 83px;
  margin-right: 33px;
}

.footer .widget .widget-title {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
.footer .widget .widget-title a{
  color: rgba(255, 255, 255, 0.8);
}

.footer .widget h4.widget-title {
  padding-bottom: 46px;
}

.widget .textwidget,
.footer-widgets .widget ul li {
  color: #8d8e92;
  font-weight: 600;
  margin-bottom: 36px;
}

.footer-widgets .widget ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}

.footer-widgets .widget ul li a:hover {
  color: #006fbe;
}

.widget .textwidget,
.footer-widgets .widget ul.footer-address li {
  margin-bottom: 0;
}

.widget .textwidget,
.footer-widgets .widget ul.footer-address {
  margin-bottom: 33px;
}

.widget-text .textwidget {
  margin-bottom: 20px;
  margin-top: -6px;
}

.widget-text .textwidget p {
  color: #666666;
}

.widget-text ul li {
  color: #666666;
  font-weight: 600;
  margin-bottom: 10px;
}

.widget-text ul li:last-child {
  margin-bottom: 0px;
}

.widget-text ul li i {
  color: #006fbe;
  margin-right: 6px;
}

.footer .widget-text .textwidget p {
  color: #8d8e92;
}

.footer .widget-text ul li {
  color: #8d8e92;
}

/* Footer link */
.footer-link li {
  margin-bottom: 10px;
}

.footer-link li:last-child {
  margin-bottom: 0px;
}

.footer-link li i {
  margin-right: 6px;
}

@media (max-width: 767px) {
  .footer .row {
    display: none;
  }

  .footer-title {
    flex-direction: column;
    font-size: 16px;
    margin-bottom: 0;
  }

  .footer-title img {
    width: 90px;
    margin-bottom: 22px;
    margin-right: 0;
  }
}

/* widget instagram */
.widget.widget-instagram .box-img {
  float: left;
  width: 33.33%;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.widget.widget-instagram .box-img img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.widget.widget-instagram .box-img:hover img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/* Bottom */
.bottom {
  width: 100%;
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  background: #1c1d24;
  border-top: 1px solid #313131;
}

/*--------------------------------------------------------------
	16. Inner Page Title
--------------------------------------------------------------*/
.inner-page-title-bg {
  background-image: url(../img/bg/inner-page-title-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.inner-page-title-bg:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.inner-page-title h1 {
  padding: 50px;
  color: #fff;
}

/* breadcrumb */
.breadcrumb-box .breadcrumb {
  background-color: #f5f5f5;
  padding: 16px 0px;
}

.breadcrumb-box .breadcrumb li a {
  color: #006fbe;
}

/*--------------------------------------------------------------
	17. Contact Us
--------------------------------------------------------------*/
.contact-box h4 {
  line-height: 22px;
}

.contact-box h4 small {
  font-size: 14px;
  color: #333;
}

.contact-box ul li a {
  color: #333;
}

.contact-box ul li a i {
  padding-right: 6px;
  color: #006fbe;
}

/* contact form */
.contact-form input {
  background-color: #fff;
}

.contact-form textarea {
  background-color: #fff;
}

.contact-form button {
  background-color: #006fbe;
  color: #fff;
  padding: 8px 16px;
  border: 0px;
}

.contact-form button:hover {
  background-color: #1a1a1c;
}

.help-block.with-errors ul {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 10px;
}

/* map area */
.map-area iframe {
  width: 100%;
  height: 350px;
  border: 0px;
}

/*--------------------------------------------------------------
	18. Service Details Section
--------------------------------------------------------------*/
.service-sidebar .service-cat ul {
  background-color: #1a1a1c;
}

.service-sidebar .service-cat ul li a {
  color: #fff;
  text-decoration: none;
  padding: 12px 6px 12px 10px;
  display: inline-block;
  border-bottom: 1px dashed #333;
  width: 100%;
}

.service-sidebar .service-cat ul li a:hover {
  background-color: #006fbe;
  padding-left: 20px;
}

.service-sidebar .service-cat ul li.active a {
  background-color: #006fbe;
  padding-left: 20px;
}

.service-sidebar .service-cat ul li a i {
  font-size: 11px;
  padding-right: 6px;
  opacity: 0.6;
}

.service-sidebar .service-cat ul li:last-child a {
  border-bottom: 0px;
}

/* brochures widget */
.brochures-widget {
  background-color: #1a1a1c;
  padding: 20px;
}

.brochures-widget a {
  background-color: #006fbe;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 25px 8px 25px;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  position: relative;
}

.brochures-widget a:hover {
  background-color: #29292b;
}

/* call us widget */
.call-us-widget {
  background-image: url(../img/services/service-detail-callus.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 35px 15px;
}

.call-us-widget:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0px;
  left: 0px;
  z-index: -1;
}

.call-us-widget a {
  color: #305fd7;
  font-size: 30px;
  font-weight: 600;
}

/* service detail contant */
.service-detail-contant h3 {
  position: relative;
  padding-left: 20px;
}

.service-detail-contant h3:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  background-color: #006fbe;
}

/*--------------------------------------------------------------
	19. Faq Section
--------------------------------------------------------------*/
.faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-down {
  display: inline-block;
}

.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-long-arrow-alt-down {
  display: none;
}

.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-long-arrow-alt-right {
  display: inline-block;
}

.faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-right {
  display: none;
}

.faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-down,
.faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-right {
  padding-top: 4px;
}

.faq-box .accordion-item .accordion-header {
  background-color: transparent;
}

.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: #1a1a1c;
  color: #fff !important;
}

.faq-box .accordion-item {
  border: 0px;
}

.faq-box .accordion-item .accordion-header {
  border: 0px;
  padding: 0px;
}

.faq-box .accordion-item .accordion-body {
  line-height: 24px;
  padding: 15px;
  color: #6d6d6d;
  border: 1px dashed #dfdfdf;
}

.faq-box .accordion-item .accordion-header .accordion-button {
  background-color: #006fbe;
  border-bottom: 1px solid #ccc;
  position: relative;
  color: #fff !important;
}

.faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-down,
.faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-right {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.faq-box .accordion-item .accordion-header .accordion-button:after {
  display: none;
}


/*--------------------------------------
about
----------------------------------------*/
.background-section {
  padding: 139px 0 287px;
  /* text-align: center; */
  background: url(../images/about/bg2.png) no-repeat bottom center;
  background-size: 1778px;
}

.background-section p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 44px;
}

@media (max-width: 767px) {
  .background-section {
    padding: 60px 0 206px;
    background: #EFF4FE url(../images/about/m-bg2.png) no-repeat bottom center;
    background-size: 100%;
  }

  .background-section p {
    font-size: 12px;
    line-height: 29px;
    padding: 0 62px;
  }
}

.about2-section .left,
.about2-section .right {
  display: flex;
  flex-direction: column;
  height: 820px;
  justify-content: center;
}

.about2-section .left {
  background: url(../images/about/bg3.png) no-repeat bottom center;
  background-size: cover;
  text-align: right;
  padding-right: 152px;
}

.about2-section .right {
  background: url(../images/about/bg4.png) no-repeat bottom center;
  background-size: cover;
  padding-left: 60px;
}

.about2-section h2 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 38px;
  color: #FFFFFF;
  margin-bottom: 78px;
}

.about2-section h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 44px;
}

.about2-section p {
  font-family: Microsoft YaHei;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 44px;
  margin-bottom: 70px;
}

@media (max-width: 767px) {

  .about2-section .left,
  .about2-section .right {
    height: 494px;
    text-align: center;
  }

  .about2-section .left {
    background: url(../images/about/m-bg3.png) no-repeat bottom center;
    background-size: 100%;
    padding-right: 0;
  }

  .about2-section .right {
    background: url(../images/about/m-bg4.png) no-repeat bottom center;
    background-size: 100%;
    padding: 0 80px;
  }

  .about2-section h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .about2-section h3 {
    font-size: 12px;
  }

  .about2-section p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 36px;
  }
}

.about3-section {
  padding: 115px 0 365px;
  text-align: center;
  background: url(../images/about/bg5.png) no-repeat bottom center;
  background-size: 1676px;
}

.about3-section .section-title {
  margin-bottom: 90px;
}

.about3-section .about3-item {
  background: #fff;
  text-align: left;
  padding: 71px 54px;
}

.about3-section .about3-item h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.about3-section .about3-item p {
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .about3-section {
    padding: 30px 0 82px;
    background: #EFF4FE url(../images/about/m-bg5.png) no-repeat bottom center;
    background-size: 100%;
  }

  .about3-section .section-title {
    margin-bottom: 47px;
  }

  .about3-section .about3-item {
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
    text-align: center;
    padding: 20px 25px;
  }

  .about3-section .about3-item h3 {
    font-size: 20px;
    font-weight: bold;
  }

  .about3-section .about3-item p {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.about4-section {
  padding: 120px 0 142px;
  text-align: center;
  background: url(../images/about/bg6.png) no-repeat bottom center;
  background-size: 1920px;
}


.about4-section .section-title p {
  color: #000;
}

.about4-section .about4-item {
  margin-top: 83px;
  background: #fff;
  padding: 31px 81px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 517px;
}

.about4-section .about4-item .avatar {
  flex: 0 0 102px;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 25px;
}

.about4-section .about4-item .avatar img {
  width: 100%;
  height: 100%;
}

.about4-section .about4-item ul {
  margin-top: 61px;
}

.about4-section .about4-item ul li {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #646464;
  list-style: circle;
}

@media (max-width: 767px) {
  .about4-section {
    padding: 60px 0 89px;
    background: url(../images/about/m-bg6.png) no-repeat bottom center;
    background-size: 100%;
  }

  .about4-section .about4-item {
    margin-top: 40px;
    height: 358px;
  }

  .about4-section .about4-item .avatar {
    width: 71px;
    height: 71px;
  }

  .about4-section .about4-item h3 {
    font-size: 16px;
  }

  .about4-section .about4-item ul {
    margin-top: 43px;
  }

  .about4-section .about4-item ul li {
    font-size: 12px;
  }

  .about4-section .section-title p {
    margin: 0;
  }
}

.about5-section .about5-item {
  height: 660px;
  padding: 110px 120px 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: SimSun;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
}

.about5-section .about5-item.bg1 {
  background: url(../images/about/bg7.png) no-repeat bottom center;
  background-size: 100%;
}

.about5-section .about5-item.bg2 {
  background: url(../images/about/bg8.png) no-repeat bottom center;
  background-size: 100%;
}

.about5-section .about5-item.bg3 {
  background: url(../images/about/bg9.png) no-repeat bottom center;
  background-size: 100%;
}

.about5-section .about5-item h2 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 38px;
  color: #FFFFFF;
  margin-bottom: 100px;
}

.about5-section .about5-item p {
  color: #fff;
}

.about5-section .about5-item li {
  list-style: circle;
}

@media (max-width: 767px) {
  .about5-section .about5-item {
    height: 388px;
    padding: 105px 0 0 0;
    font-size: 12px;
  }

  .about5-section .about5-item.bg1 {
    background: url(../images/about/m-bg7.png) no-repeat bottom center;
    background-size: cover;
  }

  .about5-section .about5-item.bg2 {
    background: url(../images/about/m-bg8.png) no-repeat bottom center;
    background-size: cover;
  }

  .about5-section .about5-item.bg3 {
    background: url(../images/about/m-bg9.png) no-repeat bottom center;
    background-size: cover;
  }

  .about5-section .about5-item h2 {
    font-size: 22px;
    margin-bottom: 32px;
  }

  .about5-section .about5-item p {
    max-width: 60%;
  }

  .about5-section .about5-item>div {
    max-width: 60%;
  }
}


/*-------------------------------------
develop
---------------------------------------*/
.develop1-section {
  background: #F5FBFF;
  padding: 95px 0 102px;
}

.develop1-section .section-title {
  margin-bottom: 96px;
}

.develop1-item {
  background: #fff;
  height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 66px;
}

.owl-carousel .owl-item .develop1-item img {
  width: 50px;
}

.develop1-item h2 {
  margin: 46px 0 57px;
  font-weight: bold;
  font-size: 24px;
}

.develop1-item p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 38px;
  text-align: center;
}

@media (max-width: 767px) {
  .develop1-section {
    padding: 61px 0 52px;
    width: 100%;
    overflow: hidden;
  }

  .develop1-section .container {
    padding: 0 48px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .develop1-section .section-title p {
    line-height: 29px;
  }

  .develop1-section .section-title {
    margin-bottom: 39px;
  }

  .develop1-item {
    height: 279px;
  }

  .owl-carousel .owl-item .develop1-item img {
    width: 39px;
  }

  .develop1-item h2 {
    font-size: 16px;
    margin: 30px 0 39px;
  }

  .develop1-item p {
    font-size: 12px;
    line-height: 25px;
  }
}


.develop2-section {
  padding: 155px 0;
}

.develop2-item {
  display: flex;
  background: #F3FAFF;
}

.develop2-item>div {
  flex: 0 0 50%;
}

.develop2-item img {
  width: 100%;
}

.develop2-item .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px;
  text-align: left;
}

.develop2-item .desc h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .develop2-section {
    padding: 60px 0 20px;
    width: 100%;
    overflow: hidden;
  }

  .develop2-section .container {
    width: 100%;
    padding: 0;
  }

  .develop2-item {
    flex-direction: column;
    background: #fff;
  }

  .develop2-item .desc {
    order: 2;
    padding: 19px 38px 40px 38px;
    text-align: center;
  }

  .develop2-item .desc h2 {
    margin-bottom: 25px;
  }
}


.develop5-section {
  background: #F5FBFF;
  padding: 95px 0 102px;
}

.develop5-section .section-title {
  margin-bottom: 96px;
}

.develop5-item {
  background: #fff;
  height: 465px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}

.develop5-item img {
  width: 50px;
}

.develop5-item h2 {
  margin: 46px 0 57px;
  font-weight: bold;
  font-size: 24px;
}

.develop5-item p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 38px;
  text-align: center;
  margin: 0;
}

.develop5-item th,
.develop5-item td {
  border: 1px solid #aaa;
}

.develop5-item td {
  padding-right: 20px;
  height: 40px;
}

@media (max-width: 767px) {
  .develop5-section {
    padding: 56px 0 30px;
    width: 100%;
    overflow: hidden;
  }

  .develop5-section .section-title {
    margin-bottom: 34px;
  }

  .develop5-item {
    height: auto;
    margin-bottom: 17px;
    padding: 30px 38px;
  }

  .develop5-item img {
    width: 24px;
  }

  .develop5-item h2 {
    margin: 16px 0 19px;
    font-size: 16px;
  }

  .develop5-item p {
    font-size: 12px;
    line-height: 19px;
  }

  .develop5-item td {
    padding: 0;
    height: auto;
  }
}


.develop6-section {
  background: url(../images/develop/bg4.png) no-repeat bottom center;
  background-size: 1920px;
  padding: 95px 0 111px;
}

.develop6-section .section-title h2,
.develop6-section .section-title p {
  color: #fff;
}

.develop6-section .section-title {
  margin-bottom: 96px;
}

.develop6-item {
  background: rgba(255, 255, 255, 0.1);
  height: 322px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 66px;
}

.develop6-item img {
  width: 45px;
}

.develop6-item h2 {
  margin: 36px 0 24px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}

.develop6-item p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 38px;
  text-align: center;
}

.develop6-btn {
  display: block;
  width: 636px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  margin: 70px auto 0 auto;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 33px;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .develop6-section {
    background: url(../images/develop/m-bg4.png) no-repeat bottom center;
    background-size: 100%;
    padding: 58px 0;
    width: 100%;
    overflow: hidden;
  }

  .develop6-section .section-title {
    margin-bottom: 20px;
  }

  .develop6-item {
    height: 161px;
    margin-bottom: 26px;
    padding: 0 10%;
  }

  .develop6-item img {
    width: 22px;
  }

  .develop6-item h2 {
    font-size: 16px;
    margin: 18px 0;
  }

  .develop6-item p {
    font-size: 12px;
    margin-bottom: 0;
  }

  .develop6-btn {
    width: 100%;
    height: auto;
    padding: 20px;
    line-height: 30px;
    border-radius: 50px;
    box-sizing: border-box;
  }
}



.contact1-section {
  padding: 115px 0 258px;
  text-align: center;
  background:#F5FBFF url(../images/contact/bg2.png) no-repeat bottom center;
  background-size: 1676px;
}

.contact1-section .section-title {
  margin-bottom: 90px;
}
.contact1-item {
  /* height: 420px; */
  padding: 67px 20px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 5px 14px 0px rgba(24, 180, 243, 0.08);
}

.contact1-item h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #104CB9;
  margin: 42px 0 57px;
}

.contact1-item p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 38px;
}

.contact1-item img {
  width: 45px;
}

@media (max-width: 767px) {
  .contact1-section {
    padding: 61px 0 36px;
    background: #EFF4FE url(../images/contact/m-bg2.png) no-repeat bottom center;
    background-size: 100%;
  }
  .contact1-section .container{
    padding: 0 28px;
  }

  .contact1-section .section-title {
    margin-bottom: 47px;
  }

  .contact1-section .contact1-item {
    /* height: 230px; */
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
    text-align: center;
    padding: 20px 25px;
  }
  .contact1-item img {
    width: 34px;
  }

  .contact1-section .contact1-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 21px 0 28px;
  }

  .contact1-section .contact1-item p {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 25px;
  }
}


.contact2-section {
  padding: 115px 0 132px;
  text-align: center;
  background:url(../images/contact/bg3.png) no-repeat bottom center;
  background-size: 1920px;
}

.contact2-section .section-title {
  margin-bottom: 75px;
}
.contact2-section .section-title h2{
  color: #fff;
}

.contact2-item {
  height: 186px;
  padding: 57px 38px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
}

.contact2-item h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin: 0 0 15px;
}

.contact2-item p {
  font-size: 18px;
  color: #fff;
  margin:0;
}

.contact2-item img {
  width: 73px;
}
.contact2-item >div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  margin-left: 38px;
  flex:1;
}

@media (max-width: 767px) {
  .contact2-section {
    padding: 54px 0 62px;
    background: #EFF4FE url(../images/contact/m-bg3.png) no-repeat bottom center;
    background-size: 100%;
  }
  .contact2-section .container{
    padding: 0 28px;
  }

  .contact2-section .section-title {
    margin-bottom: 47px;
  }

  .contact2-section .contact2-item {
    height: 135px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 15px;
    text-align: center;
    padding: 0 29px;
    justify-content: center;
    align-items: center;
  }
  .contact2-item img {
    width: 54px;
  }
  .contact2-section .contact2-item h3 {
    font-size: 14px;
    font-weight: bold;
  }

  .contact2-section .contact2-item p {
    font-size: 12px;
    margin-bottom: 5px;
  }
}



.contact3-section {
  padding: 95px 0 140px;
  text-align: center;
  background: #F5FBFF;
}

.contact3-section .section-title {
  margin-bottom: 144px;
}

.contact3-item {
  height: 186px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  position: relative;
}

.contact3-item p {
  font-size: 18px;
  color: #fff;
  margin:0;
  line-height: 44px;
  z-index: 1;
}

.contact3-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.contact3-item >div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex:1;
  height: 100%;
}

@media (max-width: 767px) {
  .contact3-section {
    padding: 70px 0 59px;
  }
  .contact3-section .container{
    padding: 0 28px;
  }

  .contact3-section .section-title {
    margin-bottom: 34px;
  }

  .contact3-section .contact3-item {
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
    text-align: center;
  }
  .contact3-section .contact3-item p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: bold;
  }
}



.business1-section {
  padding: 115px 0 175px;
  text-align: center;
  background:#F5FBFF;
}

.business1-section .section-title {
  margin-bottom: 101px;
}
.business1-item {
  height: 482px;
  padding: 60px 40px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 14px 0px rgba(24, 180, 243, 0.08);
}

.business1-item h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  margin: 43px 0 58px;
}

.business1-item p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 38px;
}

.business1-item img {
  width: 48px;
}


@media (max-width: 767px) {
  .business1-section {
    padding: 61px 0 36px;
  }
  .business1-section .container{
    padding: 0 28px;
  }

  .business1-section .section-title {
    margin-bottom: 47px;
  }

  .business1-section .business1-item {
    height: 360px;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
    text-align: center;
    padding: 32px 20px 19px 20px;
  }
  .business1-item img {
    width: 34px;
  }

   .business1-item h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 22px 0 29px;
  }

   .business1-item p {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 25px;
  }
}



.business2-section {
  padding: 95px 0 96px;
  text-align: center;
}

.business2-section .section-title {
  margin-bottom: 101px;
}
.business2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 560px;
  padding: 60px 40px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 14px 0px rgba(24, 180, 243, 0.08);
}
.business2-item.bg1{
  background: url(../images/business/bg2.png) no-repeat center center;
  background-size: 100%;
}
.business2-item.bg2{
  background: url(../images/business/bg3.png) no-repeat center center;
  background-size: 100%;
}
.business2-item.bg3{
  background: url(../images/business/bg4.png) no-repeat center center;
  background-size: 100%;
}

.owl-carousel .owl-item  .business2-item img {
width: 53px;
}
.business2-item h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  margin: 43px 0 58px;
  color: #fff;
}

.business2-item li {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 38px;
}

.business2-item img {
  width: 48px;
}

@media (max-width: 767px) {
  .business2-section {
    padding: 61px 0 36px;
  }
  .business2-section .container{
    padding: 0 28px;
  }

  .business2-section .section-title {
    margin-bottom: 47px;
  }

  .business2-section .business2-item {
    height: 370px;
    text-align: center;
    padding: 40px 25px;
    margin: 0 40px 15px 40px;
  }
  .owl-carousel .owl-item  .business2-item img {
    width: 30px;
    }

   .business2-item h3 {
    font-size: 13px;
    color: #FFFFFF;
    line-height: 25px;
    margin: 33px 0 40px;
  }

   .business2-item p,.business2-item li {
    font-size: 11px;
    margin-bottom: 5px;
    line-height: 25px;
    color:rgba(255, 255, 255, 0.6)
  }
}


.business3-section {
  padding: 95px 0 96px;
  text-align: center;
  background: #F5FBFF;
}

.business3-section .section-title {
  margin-bottom: 135px;
}
@media (max-width: 767px) {
  .business3-section .section-title {
    margin-bottom: 0;
  }
}



.business4-section .left,
.business4-section .right {
  display: flex;
  flex-direction: column;
  /* height: 714px;
   */
   height: 850px;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 164px;
}

.business4-section .left {
  background: url(../images/business/bg5.png) no-repeat bottom center;
  background-size: cover;
  text-align: right;
}

.business4-section .right {
  background: url(../images/business/bg6.png) no-repeat bottom center;
  background-size: cover;
}

.business4-section h2 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 38px;
  color: #FFFFFF;
  margin-bottom: 78px;
}

.business4-section h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 44px;
  color: #FFFFFF;
  line-height: 44px;
  margin-bottom: 112px;
}
.business4-section h4{
  color: #fff;
}
.business4-section p {
  font-family: Microsoft YaHei;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 44px;
  margin-bottom: 70px;
  text-align: center;
}

@media (max-width: 767px) {

  .business4-section .left,
  .business4-section .right {
    height: 385px;
    text-align: center;
    padding: 0 29px;
  }

  .business4-section .left {
    background: url(../images/business/m-bg5.png) no-repeat bottom center;
    background-size: 100%;
  }

  .business4-section .right {
    background: url(../images/business/m-bg6.png) no-repeat bottom center;
    background-size: 100%;
  }

  .business4-section h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .business4-section h3 {
    font-size: 22px;
    margin-bottom: 56px;
  }
  .business4-section h4{
    font-size: 12px;
    font-weight: bold;
  }

  .business4-section p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}


.owl-carousel .owl-item  .business1-item img {
  width: 36px;
}
.business5-carousel .business1-item{
  height: 342px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 11px;
}



.business6-section {
  padding: 95px 0 165px;
  text-align: center;
  background:#F5FBFF url(../images/business/bg7.png) no-repeat bottom center;
  background-size: 1920px;
}

.business6-section .section-title {
  margin-bottom: 106px;
}
.business6-section .section-title h2,.business6-section .section-title p{
  color: #fff;
}
.business6-item {
  height: 322px;
  padding: 67px 20px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 5px 14px 0px rgba(24, 180, 243, 0.08);
}

.business6-item h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  margin: 47px 0 26px;
}

.business6-item p {
  font-size: 16px;
  color: #fff;
  line-height: 38px;
}

.business6-item img {
  width: 45px;
}

@media (max-width: 767px) {
  .business6-section {
    padding: 61px 0 36px;
    background: #EFF4FE url(../images/business/m-bg7.png) no-repeat bottom center;
    background-size: 100%;
  }
  .business6-section .container{
    padding: 0 28px;
  }

  .business6-section .section-title {
    margin-bottom: 47px;
  }

  .business6-section .business6-item {
    height: 230px;
    margin-bottom: 15px;
    text-align: center;
    padding:36px 60px;
  }
  .business6-item img {
    width: 34px;
  }

  .business6-section .business6-item h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 21px 0 28px;
  }

  .business6-section .business6-item p {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 25px;
  }
}