.feedback-slider {
    margin-top: 20px;
}
.item--feedback {
    background-color: #fff;
    padding: 30px 40px 37px 30px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 22px 27px rgba(0, 5, 36, .1);
    -khtml-box-shadow: 0 22px 27px rgba(0, 5, 36, .1);
    -moz-box-shadow: 0 22px 27px rgba(0, 5, 36, .1);
    -ms-box-shadow: 0 22px 27px rgba(0, 5, 36, .1);
    -o-box-shadow: 0 22px 27px rgba(0, 5, 36, .1);
    box-shadow: 0 22px 27px rgba(0, 5, 36, .1);
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.item--feedback:before {
    content: '';
    position: absolute;
    bottom: -21px;
    left: 27px;
    right: 27px;
    height: 21px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background-color: rgba(255, 255, 255, .25);
    z-index: -1;
}
.item--icon {
    font-size: 162px;
    font-weight: 700;
    position: absolute;
    top: -60px;
    right: 22px;
    line-height: 1;
    transform: rotate(180deg);
    opacity: .6;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    color: #FFD3AB;
}
.item--holder {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 18px;
}
.item--image {
    margin-right: 20px;
    padding: 2px;
    position: relative;
    min-width: 90px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    z-index: 1;
}
.item--image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 90px;
    -khtml-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    border-radius: 90px;
    background-color: #FFD3AB;
    z-index: -1;
}
.item--image img {
    border: 9px solid #fff;
    -webkit-border-radius: 70px;
    -khtml-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px;
}
.item--title {
    font-size: 20px;
    color: #08203a !important;
    margin-bottom: 2px;
}
.item--position {
    font-size: 15px;
    font-weight: 600;
    color: #FFD3AB;
}
.item--description {
    color: #000;
    font-size: 15px;
    text-align: justify;
}

.slick-dots {
	text-align: center;
	padding: 0;
	margin: 0 15px 0 15px;
	line-height: 0;
	font-size: 0;
	list-style: none;
}
.slick-dots li {
	margin-left: 0;
}
.slick-dots li {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	list-style: none;
	opacity: 1;
	cursor: pointer;
	margin: 0 2px;
	padding: 10px 0;
}
.slick-dots li button {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	border: 0;
	vertical-align: bottom;
	width: 15px;
	height: 3px;
	background: transparent;
	opacity: 1;
}
.slick-dots li button:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	transition: all .3s;
	background: #ffffff;
}
.slick-dots li.slick-active button:before{
	height: 3px;
}
.item--feedback:hover .item--icon {
    opacity: 1;
}
.doitac-item {
    background: #ffd3ab24;
    margin: 5px;
    border-radius: 4px;
}
.doitac-item img {
    padding: 60px;
}
.slick-arrow {
    min-height: auto;
    margin: 0 !important;
    padding: 0;
    font-size: 0;
    background: #000000b3;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 99px;
}
.slick-prev:before {
    content: '\f060';
    font-family: 'FontAwesome';
    font-size: 15px;
}
.slick-next:before {
        content: '\f061';
    font-family: 'FontAwesome';
    font-size: 15px;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 99;
    margin-top: -16px !important;
    opacity: 0;
}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 10px;
}
.doitac:hover .slick-arrow {
    opacity: 1;
}