@charset "utf-8";
/* CSS Document */
.sec1 h2.title{
	 font-size: 38px;
	 font-weight:300;
 }
.sec1 h2 b{
	font-weight:700;
}
.data-privacy-sec h2 {
  color: #ffffff;
}
.service-sec1 .title {
  text-align: left;
  font-size: 22px;
  line-height: 24px;
  margin-top: 7px;
  min-height: 60px;
  color: #fff;
  margin-bottom: 0;
}
.tble1 h3{
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
.hw-step-sec h4 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
footer h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

footer .contact h6{
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 2px;
}

@media screen and (max-width: 991px) {
  .sec1 h2.title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .sec1 h2.title {
	font-size: 26px;
    font-weight: 400;
  }
  .service-sec1 .service-icon{
	margin-right: 10px;
  }
  .service-sec1 .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 580px) {
  .sec1 h2.title {
    font-size: 24px;
  }
}