/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.automobile-ul ul {
  margin-left: 10px;
}
.recycling-child {
  transition: 0.3s all;
}
.recycling-child:hover {
  transform: translateY(-10px);
}
.benifits-icon-child {
  background: #afafaf;
  padding: 20px;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.benifits-icon-child img {
  width: 80px;
}
.benifits-icon-child:hover {
    background-color: var(--color-content-primary-grad);
}
.benifits-parent .wpb_wrapper {
  display: flex;
  justify-content: center;
}
.page-id-13 .back-image-sec {
  background-size: cover !important;
}
.about-first-row .l-section-h.i-cf {
  padding: 50px 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px;
}
.parent-child-li img {
  width: 20px;
}
.parent-child-li {
  display: flex;
  gap: 15px;
  align-items: center;
}
.header-address-url:hover {
  color: #1a1a1a !important;
  transition: none !important;
}
.l-header .l-subheader.at_top.width_full {
    background: #f1c000;
}
.header-address-url p {
    color: #1a1a1a;
}
.recycling-child p {
    color: #fff;
}
.recycling-child h5 {
    color: #f1c000 !important;
}
.Recycling-btn-page {
  padding: 12px 16px !important;
}