.feedback-custom{}
.feedback-custom .wrapper{
	padding:85px 0px 50px 0px;
    background-color: #1d4a05;
    position: relative;
    /* background-image: url(2.background.png); */
    /* background-size: cover; */
    /* background-position: top center; */
    /* background-repeat: no-repeat; */
}
/* .feedback-custom .wrapper:after { */
    /* content: ''; */
    /* background-image: url(2.background.wave.png); */
    /* background-repeat: no-repeat; */
    /* position: absolute; */
    /* left: -100px; */
    /* bottom: 0px; */
    /* right: 0px; */
    /* height: 150px; */
    /* z-index: 1; */
/* } */
/* .feedback-custom .uk-panel { */
    /* z-index: 2; */
/* } */
.feedback-custom .background-image{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
}
.feedback-custom .background-image svg{
    width: 100%;
    height: 175px;
}
.feedback-custom .background-image svg .path01,
.feedback-custom .background-image svg .path02{
	fill:#1d4a05;
}
.feedback-custom .line-image{
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 350px;
}
.feedback-custom .line-image img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.feedback-custom .uk-panel-title{
    text-align:center;
    color:#fff;
}
.feedback-custom .description{
    color:#fff;
	text-align:center;
}
.feedback-custom .item {
    background: #FFF;
	padding:15px;
    border-radius: 4px;
    /* background-image: url(2.quote.png); */
    /* background-repeat: no-repeat; */
    /* background-position: right 15px bottom 10px; */
    /* background-size: 85px; */
}
.feedback-custom .item .icon {
    position: absolute;
    right: 15px;
    bottom: 0px;
    width: 100px;
    height: 100px;
    z-index: 1;
}
.feedback-custom .item .icon svg path{
    fill: #ebebeb;
}
.feedback-custom .content{
	margin-top:0px;
	/* padding:15px; */
	/* border-radius:5px; */
	/* position:relative; */
	/* background-color:#FFF; */
}
/* .feedback-custom .content .icon{ */
    /* position:absolute; */
    /* right:15px; */
    /* bottom:-25px; */
/* } */
/* .feedback-custom .content .icon i{ */
    /* font-size:65px; */
    /* color:#1d4a05; */
    /* transform:scaleX(-1); */
    /* display:inline-block; */
    /* margin-left:-8px; */
/* } */
.feedback-custom .content p:last-child{
	margin-bottom:0px;
}
.feedback-custom .user{
	margin-top:25px;
    position: relative;
    z-index: 2;
    /* padding-left:15px; */
}
.feedback-custom .image.avatar{
    border-radius:50%;
    width:65px;
    height:65px;
    margin-right:15px;
}
.feedback-custom .image.avatar img{
    border-radius:50%;
}
@media (max-width:767px){
	.feedback-custom .wrapper{
        padding: 35px 0px 25px 0px;
		background-image: none;
        background-color: #1d4a05;
	}
	.feedback-custom .background-image svg {
		width: 100%;
		height: 85px;
	}
	/* .feedback-custom .description{ */
		/* text-align:justify; */
	/* } */
	.feedback-custom .image.avatar{
		width:65px;
		height:65px;
	}
}