.dl-service {
  text-align: center;
  -webkit-box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, 0.1);
  -moz-box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, 0.1);
  box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, 0.1);
  padding: 30px;
}
.dl-service a.readmore_btn {
  height: 42px;
  border: 1px solid #bfca02;
  display: inline-block;
  padding: 0 42px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 30px;
  color: #263a4f;
  font-weight: 600;
  transition: 0.5s;
  text-decoration: none;
}
.dl-service a.readmore_btn:hover {
  background: #bfca02;
  color: #fff;
}
.dl-service .service-title a {
  text-decoration: none;
}
.dl-service .dl-icon,
.dl-service .dl-icon i,
.dl-service .dl-icon:hover,
.dl-service a.readmore_btn,
.dl-service a.readmore_btn:hover {
  transition: all 0.3s ease-in-out;
}
.dl-service .thumb {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.dl-left .dl-service .thumb {
  margin-left: 0;
}
.dl-right .dl-service .thumb {
  margin-right: 0;
}
.dl-service .thumb a {
  display: block;
}
.dl-service-style-1 .dl-icon {
  margin-bottom: 30px;
  padding: 0 12px;
}
.dl-service-style-1 .dl-icon i {
  color: #ed552d;
  font-size: 50px;
}
.dl-service-style-1 .content {
  padding: 0 12px;
}
.dl-service-style-1 .content h4 {
  color: #5b5b5b;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.dl-service-style-1 .content p {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 35px;
  position: relative;
}
.dl-service-style-1 .content p::before {
  position: absolute;
  content: "";
  background: #969696;
  width: 20px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.dl-service-style-1 .content p::after {
  position: absolute;
  content: "";
  background: #969696;
  height: 1px;
  width: 30px;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.dl-left .dl-service-style-1 .content p::after,
.dl-left .dl-service-style-1 .content p::before {
  transform: inherit;
  left: 0;
}
.dl-right .dl-service-style-1 .content p::after,
.dl-right .dl-service-style-1 .content p::before {
  transform: inherit;
  left: auto;
  right: 0;
}
.dl-service-style-2 {
  background: #fff;
  padding: 30px;
}
.dl-service-style-2 .content {
  padding-top: 30px;
}
.dl-service-style-2 .content h4 {
  color: #263a4f;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 13px;
}
.dl-service-style-2 .content p {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 35px;
}
.dl-service-style-3 .dl-icon {
  border: 1px solid #eff2f7;
  text-align: center;
  border-radius: 100%;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 27px;
  transition: 0.4s;
}
.dl-left .dl-service-style-3 .dl-icon {
  margin-left: 0;
}
.dl-right .dl-service-style-3 .dl-icon {
  margin-right: 0;
}
.dl-service-style-3 .dl-icon i {
  background: #eff2f7;
  display: block;
  border-radius: 100%;
  text-align: center;
  font-size: 40px;
  margin: 0 auto;
  color: #454545;
  transition: 0.4s;
}
.dl-service-style-3.large .dl-icon {
  width: 130px;
  height: 130px;
}
.dl-service-style-3.large .dl-icon i {
  width: 108px;
  height: 108px;
  line-height: 108px;
  font-size: 60px;
}
.dl-service-style-3.medium .dl-icon {
  width: 110px;
  height: 110px;
}
.dl-service-style-3.medium .dl-icon i {
  height: 88px;
  line-height: 88px;
  width: 88px;
  font-size: 40px;
}
.dl-service-style-3.small .dl-icon {
  width: 90px;
  height: 90px;
  padding: 6px;
}
.dl-service-style-3.small .dl-icon i {
  height: 76px;
  line-height: 76px;
  width: 76px;
  font-size: 30px;
}
.dl-service-style-3:hover .dl-icon {
  border: 1px solid #bfca02;
}
.dl-service-style-3:hover .dl-icon i {
  background: #bfca02;
  color: #fff;
}
.dl-service-style-3 .content h4 {
  color: #263a4f;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
}
.dl-service-style-3 .content h4::before {
  position: absolute;
  content: "";
  background: #bfca02;
  width: 30px;
  height: 3px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.dl-left .dl-service-style-3 .content h4::before {
  left: 0;
  transform: inherit;
}
.dl-right .dl-service-style-3 .content h4::before {
  left: auto;
  right: 0;
  transform: inherit;
}
.dl-service-style-3 .content p {
  color: #555;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
}
.dl-service-style-4 {
  text-align: left;
}
.dl-service-style-4 .dl-icon,
.dl-service-style-4 .thumb {
  border: 1px solid #bfca02;
  width: 100px;
  height: 100px;
  line-height: 98px;
  border-radius: 100%;
  float: left;
  text-align: center;
  margin-right: 22px;
  margin-top: 10px;
}
.dl-service-style-4 .content {
  overflow: hidden;
}
.dl-service-style-4 .content p {
  font-size: 14px;
  line-height: 25px;
  color: #555;
}
.dl-service-style-4 .content h4 {
  color: #263a4f;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 7px;
}
.dl-service-style-5 {
  display: flex;
  margin-top: 0;
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  border-radius: 8px;
}
.dl-service-style-5 .dl-icon {
  margin-right: 33px;
}
.dl-service-style-5 .dl-icon i {
  color: #4c4c4c;
  font-size: 40px;
  transition: 0.4s;
}
.dl-service-style-5 .content .service-title {
  color: #4c4c4c;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
  transition: 0.4s;
}
.dl-service-style-5 .content p {
  color: #555;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  transition: 0.4s;
}
.dl-service-style-6 {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 0;
}
.dl-service-style-6 .service-thumb {
  overflow: hidden;
  z-index: -1;
}
.dl-service-style-6 .content {
  padding: 30px;
  position: relative;
  text-align: left;
}
.dl-service-style-6 .content .service-title {
  margin-top: 20px;
}
.dl-service-style-6 .content .service-icon {
  background-color: #bfca02;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 36px;
  border-radius: 2px;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(30px, -30px);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.dl-service-style-6 .content .readmore_btn {
  color: #bfca02;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
