/* **************==========Testimonial style 2 testimonial slider home 2============****************** */
/*testimonial slider home 2*/
.dvcs_testimonial_f .et_pb_testimonial_author {
    color: #ff0000;
	font-size: 18px; }
.dvcs_testimonial_slider_row_f {
	overflow: hidden; }
.dvcs_slider_center_col_f {
	width: calc(100% - 140px) !important; }
.dvcs_left_button_column_f,
.dvcs_right_button_column_f {
	width: 70px !important; }
.dvcs_left_button_column_f,
.dvcs_right_button_column_f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.dvcs_left_button_column_f {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	z-index: 10; }
.dvcs_right_button_column_f {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.dvcs_testimonial_f {
	position: absolute;
	top: 0;
	z-index: 0;
	opacity: 0; }
.dvcs_testimonial_f.dvcs_current_f {
	position: relative;
	z-index: 1;
	opacity: 1; }
.dvcs_testimonial_f:before {
    z-index: 0;
    top: 20px;
    left: 160px;
    font-size: 140px;
    content: "\7b"; }
.et_pb_blurb_position_left.dvcs_slider_button_f .et_pb_blurb_container {
	padding-left: 0; }
/* adjust row and column widths on mobile */
@media all and (max-width: 980px){
	.dvcs_testimonial_slider_row_f {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 95% !important;	}
	.dvcs_slider_center_col_f {
		width: calc(100% - 70px) !important;	}
	.dvcs_left_button_column_f,
	.dvcs_right_button_column_f {
		width: 35px !important;	}}
/* adjust quote icon positioning on phone */
@media all and (max-width: 767px){
	.dvcs_testimonial_f:before {
		top: 140px;
		left: 10px;	}}
.dvcs_next_in_f {
	opacity: 1;
	-webkit-animation: fadeInRight 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeInRight 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1); }
.dvcs_next_out_f {
	opacity: 0;
	-webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }
.dvcs_prev_in_f {
	opacity: 1;
	-webkit-animation: fadeInLeft 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeInLeft 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1); }
.dvcs_prev_out_f {
	opacity: 0;
	-webkit-animation: fadeOutLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeOutLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }
.et-fb .dvcs_testimonial_f {
	z-index: 1;
	opacity: 1; }
.et-fb .dvcs_left_button_column_f {
    z-index: 30 !important; }
/*******testimonial non slider only in testimonial 2 page css*****/
/* testimonial */
.dp_testimonial_style3 .et_pb_column:hover:before{color:rgba(var(--orange), 1);}
.dp_testimonial_style3 .et_pb_blurb .et_pb_main_blurb_image img{border: 3px solid rgba(255,255,255,0.68);
padding: 2px;border-radius: 100px;}  .dp_testimonial_style3 
 .et_pb_column:before {
    position: absolute;
    top: 25px;
    right: 15px;
    font-family: ETmodules;
    content: "\7b";
    font-size: 75px;
    line-height: 30px;
    z-index: 1;
    color: #f1f1f1;  
    transition: all 500ms ease 0s;  }
