

/*----------------------------------------*/
/*  03 - Header Section Styles
/*----------------------------------------*/
.header-section {
  background: url(../img/bg/bg3.jpg);
  padding: 120px 0px;
}

@media (min-width: 1280px) {
  .header-section {
    background-size: cover;
  }
}

@media (max-width: 1279px) {
  .header-section {
    background-size: contain;
  }
}

@media (max-width: 991px) {
  .header-section {
    background-size: cover;
    background-position: center center;
  }
}

.header-section .header-left h1 {
  font-size: 45px;
}

.header-section .header-left h1 span {
  color: #2c57e4;
}

.header-section .header-left p {
  max-width: 465px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 25px;
}





/*----------------------------------------*/
/*  12 - Page Header Styles
/*----------------------------------------*/
.page-header-section {
  background: url(../img/exam/banner.jpg);
  background-size: cover;
  padding: 152px 0px;
  background-position: center center;
  position: relative;
}

.page-header-section .title-wrap {
  z-index: 2;
}

.page-header-section .bottom-curve {
  position: absolute;
  bottom: -5px;
  width: 100%;
  z-index: 1;
}

.page-header-section .page-title{
  letter-spacing: 10px;
}

.page-header-section .page-title span {
  color: #2c57e4;
}

.page-header-section .page-nav li {
  display: inline-block;
}

.page-header-section .page-nav li a {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.page-header-section .page-nav .active {
  color: #2c57e4;
  font-size: 16px;
  font-weight: 500;
}

.page .kehu-section {
  /*padding-bottom: 0px !important;*/
}

.page .service-section {
  background: #fff !important;
}

/*----------------------------------------*/
/*  17 - Responsive Styles
/*----------------------------------------*/
@media (max-width: 320px) {
  .kehu-section .single-testimonial {
    padding: 20px !important;
  }
  .kehu-section .single-testimonial .details {
    margin-left: 20px;
  }
  .kehu-section .testimonial-right .owl-nav {
    bottom: 10% !important;
  }
}

@media (max-width: 413px) {
  .kehu-section .single-testimonial p {
    font-size: 10px;
  }
}

@media (max-width: 414px) {
  .page-header-section .page-title {
    font-size: 40px;
  }
  .header-section .header-left h1 {
    font-size: 30px;
  }
  .section-title-wrap h1 {
    font-size: 18px !important;
  }
  .section-title-wrap p {
    font-size: 11px !important;
    max-width: 280px !important;
  }
  .about-right h4 {
    font-size: 20px;
  }
  .about-right p {
    font-size: 12px;
  }
  .kehu-section .testimonial-left h4 {
    font-size: 20px;
  }
  .kehu-section .testimonial-left .t-img li {
    width: 55px;
  }
  .price-section .price-left h4 {
    font-size: 20px;
  }
  .bottom-wrap-left h4,
  .bottom-wrap-right h4 {
    font-size: 20px;
  }
  .bottom-wrap-left p,
  .bottom-wrap-right p {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .kehu-section .testimonial-right .single-testimonial {
    padding: 50px;
  }
  .blog-posts-section .single-posts h4 {
    font-size: 26px;
  }
  .replay-comment {
    margin-left: -80px;
  }
}

@media (max-width: 767px) {
  .team-section,
  .service-section,
  .service-details-section,
  .portfolio-details-section,
  .services-section {
    padding-top: 50px;
  }
  .news-section {
    padding-bottom: 50px !important;
  }
  .header-section {
    padding: 60px 0px;
  }
  .section-gap {
    padding: 50px 0px !important;
  }
  .section-title-wrap h1 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .main-menu ul {
    display: none;
  }
  .mobile-menu-icon {
    display: block !important;
    text-align: right;
    font-size: 20px;
  }
  .header-section .header-left {
    text-align: center;
  }
  .header-section .header-left p {
    margin: 0 auto;
  }
  .kehu-section .testimonial-left {
    text-align: center;
    margin-bottom: 30px;
  }
  .kehu-section .testimonial-left p {
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .sidebar {
    margin-top: 60px;
  }
}

@media (max-width: 1199px) {
  .main-menu ul li {
    margin-left: 30px !important;
  }
}

@media (min-width: 1281px) {
  .page-header-section {
    padding: 250px 0px !important;
  }
}

/*# sourceMappingURL=style.css.map */











































.all-section {
  background: url(../img/bg/bg4.jpg);
  margin-top: 0px;
  padding-top: 0px;
}

@media (min-width: 1280px) {
  .all-section {
    background-size: cover;
  }
}

@media (max-width: 1279px) {
  .all-section {
    background-size: contain;
  }
}

@media (max-width: 991px) {
  .all-section {
    background-size: cover;
    background-position: center center;
  }
}

.all-section .single-service {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
  text-align: center;
  /*padding: 24px;
  margin: 15px;*/
  border-bottom:5px solid #2c57e4;
}

.all-section .single-service .service-details{
  padding: 20px 10px;
  /*height: 180px;*/
}

.all-section .single-service h4 {
  font-size: 22px;
  letter-spacing: 5px;
}

.all-section .single-service span {
  font-weight: 700;
  color: #2c57e4;
  display: inline-block;
  letter-spacing: 5px;
}

.all-section .single-service:hover {
  /*cursor: pointer;*/
}

.jiandan-section {
  background: url(../img/bg/bg2.jpg);
}

@media (min-width: 1280px) {
  .jiandan-section {
    
  }
}

@media (max-width: 1279px) {
  .jiandan-section {
    background-size: contain;
  }
}

@media (max-width: 991px) {
  .jiandan-section {
    background-size: cover;
    background-position: center center;
  }
}

.jiandan-section .single-service {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
  text-align: center;
  /*padding: 24px;
  margin: 15px;*/
  margin-bottom: 25px;
  border-bottom: 5px solid #fff;
}

.jiandan-section .single-service .icon-wrap {
  color: #2c57e4;
  font-size: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*float: left;*/
  padding-top: 20px;
}

.jiandan-section .single-service .icon-wrap img{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.jiandan-section .single-service .service-details {
  padding: 20px 10px;
  height: 120px;
}

.jiandan-section .single-service .service-details3 {
  padding: 20px 10px;
  height: 150px;
}

.jiandan-section .single-service h4 {
  font-size: 22px;
  letter-spacing: 5px;
}

.jiandan-section .single-service a {
  font-weight: 700;
  color: #2c57e4;
  display: inline-block;
}

.jiandan-section .single-service:hover {
  /*background: #2c57e4;*/
  /*cursor: pointer;
  border-bottom: 5px solid #2c57e4;*/
}

/*.jiandan-section .single-service:hover h4,
.jiandan-section .single-service:hover p{
  color: #2c57e4;
}*/




.bianjie-section {
  background: url(../img/bg/bg4.jpg);
}

@media (min-width: 1280px) {
  .bianjie-section {
    background-size: cover;
  }
}

@media (max-width: 1279px) {
  .bianjie-section {
    background-size: contain;
  }
}

@media (max-width: 991px) {
  .bianjie-section {
    background-size: cover;
    background-position: center center;
  }
}

.bianjie-section .single-service {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
  text-align: center;
  /*padding: 24px;
  margin: 15px;*/
}

.bianjie-section .single-service .icon-wrap {
  color: #2c57e4;
  font-size: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bianjie-section .single-service .icon-wrap img{
  height: 180px;
  width: 100%;
  overflow: hidden;
}

.bianjie-section .single-service .service-details1,
.bianjie-section .single-service .service-details2,
.bianjie-section .single-service .service-details3,
.bianjie-section .single-service .service-details4 {
  padding: 20px 0px;
}

.bianjie-section .single-service h4 {
  font-size: 22px;
  letter-spacing: 5px;
}

.bianjie-section .single-service a {
  font-weight: 700;
  color: #2c57e4;
  display: inline-block;
}

.bianjie-section .single-service:hover {
  /*cursor: pointer;*/
}

.bianjie-section .single-service:hover .service-details1{
  background: #1eb5ae;
}
.bianjie-section .single-service:hover .service-details2{
  background: #fd8c2c;
}
.bianjie-section .single-service:hover .service-details3{
  background: #33ccf5;
}
.bianjie-section .single-service:hover .service-details4{
  background: #7abb47;
}

.bianjie-section .single-service:hover h4,
.bianjie-section .single-service:hover p,
.bianjie-section .single-service:hover a {
  color: #fff;
}






.zhineng-section {
  background: url(../img/bg/bg3.jpg);
}

@media (min-width: 1280px) {
  .zhineng-section {
    background-size: cover;
  }
}

@media (max-width: 1279px) {
  .zhineng-section {
    background-size: contain;
  }
}

@media (max-width: 991px) {
  .zhineng-section {
    background-size: cover;
    background-position: center center;
  }
}

.zhineng-section .single-service {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
  text-align: center;
  /*padding: 24px;
  margin: 15px;*/
}

.zhineng-section .single-service .icon-wrap {
  color: #2c57e4;
  font-size: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zhineng-section .single-service .icon-wrap img{
  height: 180px;
  width: 100%;
  overflow: hidden;
}

.zhineng-section .single-service .service-details{
  padding: 20px 10px;
}

.zhineng-section .single-service h4 {
  font-size: 22px;
  letter-spacing: 5px;
}

.zhineng-section .single-service a {
  font-weight: 700;
  color: #2c57e4;
  display: inline-block;
}

.zhineng-section .single-service:hover {
  /*cursor: pointer;*/
}






.qiangda-section {
  background: url(../img/bg/bg4.jpg);
}

@media (min-width: 1280px) {
  .qiangda-section {
    
  }
}

@media (max-width: 1279px) {
  .qiangda-section {
    background-size: contain;
  }
}

@media (max-width: 991px) {
  .qiangda-section {
    background-size: cover;
    background-position: center center;
  }
}

.qiangda-section .single-service {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
  text-align: center;
  /*padding: 24px;
  margin: 15px;*/
  margin-bottom: 25px;
  border-bottom: 5px solid #fff;
}

.qiangda-section .single-service .icon-wrap {
  color: #2c57e4;
  font-size: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*float: left;*/
  padding-top: 20px;
}

.qiangda-section .single-service .icon-wrap img{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.qiangda-section .single-service .service-details {
  padding: 20px 10px;
  height: 120px;
}

.qiangda-section .single-service h4 {
  font-size: 22px;
  letter-spacing: 5px;
}

.qiangda-section .single-service a {
  font-weight: 700;
  color: #2c57e4;
  display: inline-block;
}

.qiangda-section .single-service:hover {
  /*background: #2c57e4;
  cursor: pointer;
  border-bottom: 5px solid #2c57e4;*/
}

.qiangda-section .single-service:hover h4/*,
.qiangda-section .single-service:hover p*/{
  color: #2c57e4;
}




.tongji-section {
  background: url(../img/bg/bg6.jpg);
}

@media (min-width: 1280px) {
  .tongji-section {
    background-size: cover;
  }
}

@media (max-width: 1279px) {
  .tongji-section {
    background-size: contain;
  }
}

@media (max-width: 991px) {
  .tongji-section {
    background-size: cover;
    background-position: center center;
  }
}

.tongji-section .single-service {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
  text-align: center;
  /*padding: 24px;
  margin: 15px;*/
  margin-bottom: 25px;
}

.tongji-section .single-service2 {
  background: #2c57e4;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
  text-align: center;
  /*padding: 24px;
  margin: 15px;*/
  margin-bottom: 25px;
}

.tongji-section .single-service .service-details,
.tongji-section .single-service2 .service-details {
  padding: 20px 10px;
}

.tongji-section .single-service h4{
  font-size: 22px;
}

.tongji-section .single-service2 h4 {
  font-size: 22px;
  color: #fff;
}

.tongji-section .single-service2 p {
  color: #fff;
}

.tongji-section .single-service h4 span{
  font-size: 56px;
  margin-right: 20px;
  color: #2c57e4;
}

.tongji-section .single-service2 h4 span{
  font-size: 56px;
  margin-right: 20px;
  color: #fff;
}

.tongji-section .single-service span {
  font-weight: 700;
  color: #2c57e4;
  display: inline-block;
}

.tongji-section .single-service2 span {
  font-weight: 700;
  color: #fff;
  display: inline-block;
}

.tongji-section .single-service2:hover {
  cursor: pointer;
}

.tongji-section .single-service:hover {
  background: #2c57e4;
  cursor: pointer;
}

.tongji-section .single-service:hover h4,
.tongji-section .single-service:hover h4 span,
.tongji-section .single-service:hover p,
.tongji-section .single-service:hover span {
  color: #fff;
}

.tongji-section .single-service:hover a:after {
  width: 100%;
  background: #fff;
}







.guangfan-section {
  background: url(../img/bg/bg5.jpg);
}

@media (min-width: 1280px) {
  .guangfan-section {

  }
}

@media (max-width: 1279px) {
  .guangfan-section {
    background-size: contain;
  }
}

@media (max-width: 991px) {
  .guangfan-section {
    background-size: cover;
    background-position: center center;
  }
}

.guangfan-section .single-service {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
  text-align: center;
  /*padding: 24px;
  margin: 15px;*/
  margin-bottom: 25px;
}

.guangfan-section .single-service .icon-wrap {
  color: #2c57e4;
  font-size: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  margin-right: 20px;
}

.guangfan-section .single-service .icon-wrap img{
  height: 220px;
  width: 100%;
  overflow: hidden;
}

.guangfan-section .single-service .service-details{
  padding: 20px;
  height: 220px;
}

.guangfan-section .single-service h4 {
  font-size: 22px;
  margin: 10px 0px 20px;
  letter-spacing: 5px;
}

.guangfan-section .single-service a {
  font-weight: 700;
  color: #2c57e4;
  display: inline-block;
}

.guangfan-section .single-service:hover {
  /*background: #2c57e4;
  cursor: pointer;*/
}

.guangfan-section .single-service:hover h4,
.guangfan-section .single-service:hover h4 span,
.guangfan-section .single-service:hover p,
.guangfan-section .single-service:hover a {
  /*color: #fff;*/
}

.guangfan-section .single-service:hover a:after {
  width: 100%;
  /*background: #fff;*/
}

.guangfan-section .more{
  font-size: 22px;margin-top: 100px;text-align: center;
}


.kehu-section {
  background: url(../img/bg/bg3.jpg);
  padding-bottom: 100px;
}

@media (min-width: 1280px) {
  .kehu-section {
    background-size: cover;
  }
}

@media (max-width: 1279px) {
  .kehu-section {
    background-size: contain;
  }
}

@media (max-width: 991px) {
  .kehu-section {
    background-size: cover;
    background-position: center center;
  }
}

.kehu-section .title {
  font-weight: 700;
  color: #2c57e4;
  margin-bottom: 0px;
  letter-spacing: 5px;
}
    
.kehu-section .testimonial-left p {
  max-width: 420px;
}

.kehu-section .testimonial-left h4 {
  margin: 30px 0px;
  letter-spacing: 10px;
}

.kehu-section .testimonial-left .t-img ul li {
  display: inline-block;
  margin-right: 20px;
  margin-top: 10px;
}

.kehu-section .testimonial-left .t-img ul li:hover {
  cursor: pointer;
}

.kehu-section .testimonial-right {
  background: url(../img/bg/t-slider-bg.png);
  background-size: 100% 100%;
}

.kehu-section .testimonial-right .single-testimonial {
  padding: 90px;
  margin-top: 80px;
}

.kehu-section .testimonial-right .owl-nav {
  position: absolute;
  right: 30%;
  bottom: 25%;
}

.kehu-section .testimonial-right .owl-nav i {
  font-size: 35px;
}



