
.breadcumb-wrap h2::before {
  content: "";
  position: absolute;
  left: 47%;
  top: 100%;
  width: 60px;
  height: 5px;
  background: #34ccff;
}

.about-sec h2::before {
  content: "";
  position: absolute;
  left: 6%;
  top: 8%;
  width: 60px;
  height: 5px;
  background: #34ccff;
}

.about-sec h2 {
	margin-bottom: 50px;
}

.about-text p {
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 575px) {
  .slicknav_btn {
    margin-top: -58px !important;
  }

.section-title-2 h2::before {
  top: 16%;
}
	
.t-text p {
  margin-top: 20px;
}
	
.about-text {
  margin-top: 30px;
}

.about-sec h2::before {
  left: 4%;
  top: 10%;
}
	
}
