.easy-t-slideshow-wrap {
	width:100%;
}
/* .testimonial_body p:first-child::before { */
	/* content: '“'; */
	/* font-family: "Times New Roman"; */
	/* font-size: 60px; */
	/* color: #12bdd0; */
	/* text-align: center; */
	/* opacity: 0.5; */
/* } */
.easy_testimonial_title {
	font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-size: 38px;
    line-height: 49px;
    letter-spacing: 0px;
    color: #393c41;
	text-align: center;
}
/* .fw-heading { */
	/* /* margin-bottom: 0 !important; */ */
	/* animation-duration: 1s !important; */
	/* -webkit-animation-duration: 1s; */
	/* animation-fill-mode: none; */
	/* visibility: visible!important; */
	/* animation-timing-function: ease-in-out; */
	/* animation-delay: 0.7s; */
	/* animation-name: fadeInUp !important; */
	/* -webkit-animation-name: fadeInUp; */
/* } */
.testimonial_body {
	width:100%;
	display: inline-block !important;
	position: relative !important;
	font-family: "Raleway";
	font-size: 17px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: normal;
	line-height:27px;
	/* background-color: #f5f5f5; */
	/* padding: 20px; */
	margin-bottom:1em;
}
/* call out triangle */
/* .testimonial_body::before { */
    /* content: ''; */
    /* display: block; */
    /* position: absolute; */
    /* width: 0; */
    /* height: 0; */
    /* border-style: solid; */
    /* left: 37px; */
    /* bottom: -14px; */
    /* margin-left: -1px; */
    /* border-width: 15px 15px 0 15px; */
    /* border-color: #f5f5f5 transparent transparent transparent; */
/* } */

/*.easy-t-cycle-controls {
	margin-top: 4em;
}*/
/*.testimonial_body::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    left: 137px;
    bottom: 90px;
    margin-left: -1px;
    border-width: 15px 15px 0 15px;
    border-color: #f5f5f5 transparent transparent transparent;
} */
/* .testimonial-client, .testimonial-position { */
.testimonial_author * {
	/* color: rgb(148, 49, 38); */
	font-family: "Raleway";
	font-size: 16px;
	font-weight: 300;
	letter-spacing: normal;
	/* line-height: 27px; */
	text-align: left;
	line-height: 1.5em;
	float: left;
	clear: both;
}
.testimonial_author {
	/* padding: 20px 30px; */
	/* position: absolute; */
	margin-top: 1em;
}
/* .easy-t-slideshow-wrap { */
	/* margin-bottom: 100px !important; */
/* } */
/* .testimonial-client::after { 
	content: ": ";
 } */
.testimonial-client {
	font-weight: 400;
/* font-size: 17px; */
font-style: italic;
/* font-weight: 400!important; */
/* letter-spacing: normal; */
/* line-height: 27px; */
color: #393c41;
font-size: 19px;
line-height: 35px;
margin-bottom: 0.5em; 
}
/* .testimonial-position { */
	/* font-style: italic; */
	/* text-align:center; */
/* } */
blockquote::after {
    content: none !important;
}
blockquote {
	margin: 0 !important;
}
cite {
	margin: 0 !important;
}
/* .easy-t-cycle-controls { */
    /* display: inline-block; */
    /* position: absolute; */
/* } */
/* .easy-t-slideshow-wrap { */
	/* margin-bottom: 0 !important; */
/* } */
.easy-t-cycle-controls {
	display: flex;
	justify-content: center;	
	margin-top: 2em;
}
.easy-t-cycle-pager {
	text-align: right;
	margin-top: 10px;
	float:left;
}
.cycle-prev, .cycle-next {
	float: left;
	width: 10px;
    height: 10px;
    margin: 16px 10px 0 10px;
	border: solid #393c41;
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 3px;
	cursor:pointer;
	opacity: 0.1;
}
@media only screen and (max-width: 767px) { 
	.easy-t-cycle-pager {
		/* text-align: center; */
		display:none;
	}
	.cycle-prev, .cycle-next {
		/* width: 20px; */
		/* height: 20px; */
		/* margin: 32px 20px 0 20px; */
		padding: 20px;
	}
}
.cycle-prev {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.cycle-next {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.cycle-next:hover, .cycle-prev:hover {
	border: solid #12bdd0;
	border-width: 0 4px 4px 0;
	opacity: 0.5;
}
.easy-t-cycle-pager span {
    width: 10px;
    height: 10px;
    background-color: #393c41;
    display: inline-block;
    margin: 3px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0.1;
	text-align: center;
	text-indent: -300px;	
	cursor:pointer;
}
.easy-t-cycle-pager span:hover {
	background-color: #12bdd0;
	opacity: 0.5;
}
.cycle-pager-active {
	opacity: 0.5 !important;
	background-color: #12bdd0 !important;
	cursor:default !important;
}

/* .heading { */
	/* background: #12bdd0; */
	/* width: 100%; */
  /* width: 100vw; */
  /* position: relative; */
  /* left: 50%; */
  /* right: 50%; */
  /* margin-left: -50vw; */
  /* margin-right: -50vw; */
  /* /* margin-left: -50%; */ */
  /* /* margin-right: -50%; */ */
	
/* } */
/* .heading .wp-block-group__inner-container { */
	/* /* margin-bottom: 0; */ */
	/* animation-duration: 1s; */
	/* -webkit-animation-duration: 1s; */
	/* animation-fill-mode: none; */
	/* visibility: visible; */
	/* animation-timing-function: ease-in-out; */
	/* animation-delay: 0.7s; */
	/* animation-name: fadeInUp; */
	/* -webkit-animation-name: fadeInUp; */
/* /* margin-bottom: 1em; */ */
/* position: relative; */
/* z-index: 50; */
/* } */
/* .heading h1 { */
	/* /* color: black; */ */
	/* font-family: 'Raleway'; */
/* font-style: normal; */
/* font-weight: 200; */
/* line-height: 70px; */
/* font-size: 50px; */
/* letter-spacing: 0px; */
/* } */