/* Our Services Section Css */

section.our-services-section {
    background: rgb(168, 207, 69)!important;
    padding: 70px 0px;
}
.pwr-services--style-1 .pwr-services-item {
    height: 180px;
}
.pwr-services-item {
    color: #212a33;
    display: inline-block;
    float: left;
    padding: 15px 20px 15px 20px;
    position: relative;
    text-align: center;
    height: 210px;
    width: 100%;
}

.pwr-services-front-wrapper {
    top: 60px;
    position: relative;
    /* transition: .4s all ease-in-out; */
    height: 75px;
}
.pwr-services-item:hover .pwr-services-front-wrapper {
    top: -22px !important;
}

.pwr-services-item__icon {
    color: #212a33;
    display: inline-block;
    fill: currentColor;
    font-size: 30px;
    padding-bottom: 20px;
}

.pwr-services-item__img {
    margin-top: 5px;
    opacity: 0.7;
    max-width: 50px;
    max-height: 50px;
    width: 100%;
    vertical-align: top;
}
.pwr-services-item__title {
    display: block;
    font-family: Metropolis-Bold;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
    text-transform: none;
    transition: color .1s ease-in-out;
}
.pwr-services-item__title {
    display: block;
    color: #000;
    opacity: 0.7;
    font-family: 'Merriweather', sans-serif!important;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px !important;
    text-transform: none;
    transition: color .1s ease-in-out;
}
.pwr-services--style-1 .pwr-services-item__desc {
    opacity: 0;
}
.pwr-services-item__desc {
    color: #212a33;
    display: inline-block;
}
.desctext {
    font-family: 'Merriweather Sans', sans-serif!important;
    font-size: 16px!important;
    color: #fff!important;
    font-size: 13px!important;
    color: #fff!important;
    font-weight: 300!important;
    line-height: 1.5;
}
 .pwr-services-item:hover {
    background-color: #3e31a3;
    transition: .4s all ease-in-out;
}
.pwr-services-item:hover .pwr-services-item__title {
    color: #fff!important;
    opacity: 1;
}

 .pwr-services-item:hover .pwr-services-item__icon .pwr-services-item__img {
    filter: brightness(0) invert(1);
    opacity: 1;
}

 .pwr-services-item:hover .pwr-services-item__icon .pwr-services-item__img {
    filter: brightness(0) invert(1);
    display: none;
}

.pwr-rich-text.pwr-services-item__desc {
    position: absolute;
    top: 0;
    opacity: 0;
    height: 90px;
}
 .pwr-services-item:hover .pwr-services-item__desc {
    opacity: 1;
    top: -29px;
    position: relative;
}
.pwr-services-item:hover .pwr-services-item__desc p {
    line-height: 20px;
}