.text-justify{
    text-align:justify;
}
/* Sengle Service Customization Start */

.service-item-eight{
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
display: block;
height: 370px;

}
.service-item-eight .services-overlay .title,.service-item-eight .services-overlay li{
color: #fff;
background: #fff0;
}
.service-item-eight .service-img{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
-webkit-transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
background-position-x: center;
background-size: cover;
}
.service-item-eight:hover .service-img {
-webkit-transform: scale(1.2) rotate(5deg);
-moz-transform: scale(1.2) rotate(5deg);
transform: scale(1.2) rotate(5deg);
}


.service-item-eight {
position: relative;
overflow: hidden;
}
.service-item-eight .service-img img {
width: 100%;
}
.service-item-eight .services-overlay {
position: absolute;
bottom: -257px !important;
left: 0;
width: 100%;
height: 348px;
background-color: #11161ee6;
padding: 20px 40px 40px;
transition: all 0.3s ease-out 0s;
}
@media (min-width: 992px) and (max-width: 1199px) {
.service-item-eight .services-overlay {
padding: 20px 20px 20px;
}
}
@media (max-width: 1199px) {
.service-item-eight .services-overlay {
bottom: -115px;
}
}
@media (max-width: 575px) {
.service-item-eight .services-overlay {
padding: 20px 20px 20px;
}
}
.service-item-eight .services-overlay .icon {
position: absolute;
top: -20px;
left: 20px;
height: 70px;
width: 70px;
background: var(--primary-color-two) !important;
color: #fff;
font-size: 30px;
line-height: 1;
text-align: center;
line-height: 70px;
align-items: center;
justify-content: center;
display: flex;
}

.service-item-eight .services-overlay p {
color: #fff;
font-size: 14px;
padding-top: 20px;
}
.service-item-eight .services-overlay .title {
padding-left: 80px;
font-size: 20px;
width: 308px;
min-height: 74px;
}
@media (max-width: 1199px) {
.service-item-eight .services-overlay .title {
font-size: 18px;
}
}
.service-item-eight .services-overlay .title a {
color: #fff;
}
.service-item-eight:hover .services-overlay {
bottom: 0 !important;
background-color: #11161ee6;
}
.mb-30 {
margin-bottom: 30px;
}
/* Sengle Service Customization End */