@charset "utf-8";
/* CSS Document */
.homeabout {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}
.homeabout .about-item {
  width: 48%;
}
.homeabout .about-item h3 {
  display: block;
  padding-left: 30px;
  padding-bottom: 20px;
  position: relative;
}
.homeabout .about-item h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background: #34ccff;
}
.homeabout .about-item h2 {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 30px;
}
.homeabout .about-item h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 5px;
  background: #34ccff;
}
.homeabout .about-item p {
  margin: 30px 0;
  line-height: 1.5;
}
.homeabout .about-item a {
  background-color: #218ecd;
  color: white;
  padding: 10px 30px;
}
.homeabout .about-item a:hover {
  background-color: #eda213;
}
.homeabout .about-img {
  width: 48%;
}
.homeabout .about-img img {
  width: 100%;
}
.indexpro {
  background-color: #218ecd;
  padding: 40px 0;
}
.indexpro .title1 {
  margin: 0;
  padding: 10px 0;
  width: 100%;
  height: auto;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
.indexpro .title2 {
  margin: 0;
  padding: 10px 0;
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}
.indexpro .list ul {
  display: flex;
  justify-content: space-between;
}
.indexpro .list ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.indexpro .list ul li {
  margin: 1%;
  padding: 20px 0;
  width: 23%;
  height: auto;
  background: #fff;
  text-align: center;
  min-height: 280px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.indexpro .list ul li img {
  max-width: 100%;
  height: auto;
}
.indexpro .list ul li .txt1 {
  margin: 0;
  padding: 5px 0;
  width: 100%;
  height: auto;
  line-height: 25px;
  color: #64c5e5;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.indexpro .list ul li .txt2 {
  margin: 0;
  box-sizing: border-box;
  padding: 10px 30px;
  width: 100%;
  height: auto;
  line-height: 20px;
  color: #666;
  text-align: center;
  font-size: 14px;
}
.indexpro .list ul li:hover {
  margin-top: -10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.advantage-section {
  padding: 30px 0px;
}
.advantage-section .advantagetitle {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  height: auto;
}
.advantage-section .advantagetitle h2 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: 34px;
  color: #218ecd;
  text-align: center;
  line-height: 30px;
}
.advantage-section .advantage-content {
  display: flex;
  justify-content: space-between;
}
.advantage-section .advantage-content .advantage-img-text {
  margin: 1%;
  width: 23%;
}
.advantage-section .advantage-content .advantage-img-text .advantage-img {
  overflow: hidden;
}
.advantage-section .advantage-content .advantage-img-text .advantage-img img {
  transition: 0.3s all ease-in-out;
  max-width: 100%;
}
.advantage-section .advantage-content .advantage-img-text:hover .advantage-img img {
  transform: scale(1.2);
}
.advantage-section .advantage-content .advantage-img-text .advantage-text {
  padding: 45px 40px;
  box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5);
}
.advantage-section .advantage-content .advantage-img-text .advantage-text h3 {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 1.556;
  text-align: center;
}
.advantage-section .advantage-content .advantage-img-text:nth-child(2) .advantage-text {
  background-color: #eda213;
}
.advantage-section .advantage-content .advantage-img-text:nth-child(2) .advantage-text h3 {
  color: #fff;
}
.advantage-section .advantage-content .advantage-img-text:nth-child(3) .advantage-text {
  background-color: #0fc5d3;
}
.advantage-section .advantage-content .advantage-img-text:nth-child(3) .advantage-text h3 {
  color: #fff;
}
.services {
  padding: 30px 0;
}
.advantagetitle h2 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: 34px;
  color: #218ecd;
  text-align: center;
  line-height: 30px;
}
.advantagetitle h3 {
  margin: 10px auto 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  font-weight: normal;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 30px;
}
.serviceslist {
  display: flex;
  justify-content: space-between;
}
.single-service {
  width: 31.333333%;
  margin: 0 1%;
  position: relative;
  background: #fff;
  margin-top: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  text-align: left;
  -webkit-box-shadow: 0 0 20px #e8e8e8;
  -moz-box-shadow: 0 0 20px #e8e8e8;
  box-shadow: 0 0 20px #e8e8e8;
}
.single-service .service-head {
  position: relative;
}
.single-service .service-head img {
  max-width: 100%;
  height: auto;
}
.single-service .icon-bg {
  color: #179E66;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  z-index: 333;
  bottom: -33px;
  right: 10px;
  background: #fff;
  width: 66px;
  height: 66px;
  line-height: 66px;
  font-size: 25px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.single-service:hover .icon-bg {
  background: #179E66;
  color: #fff;
}
.single-service .service-content {
  padding: 30px 20px;
  line-height: 1.5;
}
.single-service h4 {
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: capitalize;
}
.single-service h4 a {
  color: #28243C;
  font-size: 20px;
}
.single-service h4:hover a {
  color: #F3A712;
}
.single-service p {
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single-service .service-content p {
  margin: 0;
  display: block;
}
.single-service .btn {
  background: transparent;
  margin-top: 15px;
  font-size: 15px;
  padding: 0;
  display: block;
  color: #2E2751;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-service:hover .btn {
  color: #F3A712;
}
.single-service .btn i {
  margin-right: 5px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .homeabout {
    display: block;
    margin: 30px 0;
  }
  .homeabout .about-item {
    width: 100%;
  }
  .homeabout .about-img {
    margin-top: 20px;
    width: 100%;
  }
  .indexpro .list ul {
    display: block;
  }
  .indexpro .list ul li {
    margin: 10PX 0%;
    width: 100%;
  }
  .advantage-section .advantage-content {
    display: block;
  }
  .advantage-section .advantage-content .advantage-img-text {
    margin: 10PX 0%;
    width: 100%;
  }
  .serviceslist {
    display: block;
  }
  .single-service {
    width: 100%;
    margin: 10PX 0%;
  }
}
