.section_titles{
  font-size: 70px !important;
  color: #ffffff;
  font-weight: 700;
}

.items_color{
  color: #ffffff !important;
}

.our_services{
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0;
  font-family: var(--font-primary);
  min-width: max-content;
  color: #000000;
  line-height: 1;
  margin-bottom: 20px;
}
.our_service_section{
  margin-top: 30px;
}
.our_service_des{
  font-size: 35px;
  font-weight: 600;
  color:#2389c5;
}
.our_services_body{
  font-size: 20px;
  font-weight: 200;
}

.slider_one {
  background-image: url(../images/banner/tax_audit.jpg);
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider_two {
  background-image: url(../images/banner/slider_one.jpg);
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider_three {
  background-image: url(../images/banner/slider_two.jpg);
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about{
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .nav_item{
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
  }
}