@import "common.css";
@import "header.css";


.sub_banner_box h1 {
 font-family: "Hanken Grotesk", sans-serif;
  /* color: rgb(245, 130, 31); */
  color: rgb(25, 35, 36);
  cursor: none;
  /* display: inline-block; */
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 35px;
  font-weight: 200;
  letter-spacing: -0.7px;
  line-height: 38.5px;
  text-transform: capitalize;
}

.page-header{
	position: relative;
	background: url('../images/proficiency/banner.webp');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 200px 0 80px;
	margin-top: -118px;
}
 

.how-we-work {
  padding: 60px 0;
  background-color: var(--secondery-color);
}

.service-image  {
  position: relative;
  overflow: hidden;
}
.service-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 105%);
  height: 100%;
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.sub_banner_box h1 {
  color: #000;
  text-align: center;
}
.sub_banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 200px 0 80px;
  margin-top: -118px;
}
.services_sec{
  padding: 50px 0;
}

@media screen and (max-width:767px) {
.page-header {
  padding: 180px 0 50px;
}
.sub_banner_box h1 {
  font-size: 30px;
}
.services_sec {
  padding: 40px 0;
}
.sub_banner {
  padding: 150px 0 50px;
}
}