@charset "utf-8";
@import url("webfonts/Verdana/stylesheet.css");
@import url("webfonts/GOTHIC/stylesheet.css");
@import url("webfonts/AGENCYR/stylesheet.css");
@import url("webfonts/fontawesome/stylesheet.css");




.testimonials_content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(255,253,253,1.00);
	width: 100%;
	padding-bottom: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
}
.testimonials_content> h1 {
	text-align: center;
	color: rgba(78,78,78,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -32px;
	margin-left: 0px;
	padding-top: 15px;
}

.testimonials_content .testimonial {
	max-width: 617px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(34,150,205,1.00);
	border-radius: 2px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
	display: inline-block;
	margin-top: 54px;
	margin-left: 3%;
}
.testimonials_content .testimonial i {
	font-family: fontawesome;
	color: rgba(255,255,255,1.00);
	font-size: 45px;
	position: absolute;
	margin-top: 36px;
	margin-left: -61px;
}

.testimonials_content .testimonial p {
	color: rgba(255,255,255,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 0.1em;
}
.testimonials_content .testimonial p:last-of-type {
	text-align: right;
	font-style: normal;
}
.testimonials_icon {
	width: 100px;
	height: 100px;
	position: absolute;
	border: 2px solid rgba(34,150,205,1.00);
	margin-top: -41px;
	border-radius: 50%;
	background-color: rgba(255,255,255,1.00);
	background-image: url(Images/malefemaleicon.jpg);
	background-repeat: no-repeat;
	background-size: 210% 210%;
	background-position: 0% 0%;
}
.one {
	background-position: 2% 0%;
}

.two {
	background-position: 98% 0%;
}
.three {
	background-position: 3% 99%;
}
.four {
	background-position: 97% 99%;
}

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-42px, 0px, 0px);
  -webkit-transform: translate3d(-42px, 0px, 0px);
  -o-transform: translate(-42px, 0px);
  -ms-transform: translate(-42px, 0px);
  transform: translate3d(-42px, 0px, 0px);
}
.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(42px, 0px, 0px);
  -webkit-transform: translate3d(42px, 0px, 0px);
  -o-transform: translate(42px, 0px);
  -ms-transform: translate(42px, 0px);
  transform: translate3d(42px, 0px, 0px);
}
.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
}

/* responsive design */

@media screen and (max-width:1600px){
.testimonials_content .testimonial {
	max-width: 0%;
	max-width: 0%;
	max-width: 44%;
	margin-left: 4%;
}


}

@media screen and (max-width:1440px){
.testimonials_content .testimonial {
	max-width: 45%;
	margin-left: 3.3%;
}
}

@media screen and (max-width:1366px){
.testimonials_content .testimonial {
	max-width: 45%;
	margin-left: 3.3%;
}


}

@media screen and (max-width:1024px){
.testimonials_content .testimonial {
	max-width: 47%;
	margin-left: 2%;
}


}

@media screen and (max-width:768px){
.testimonials_content .testimonial {
	margin-left: 10%;
	max-width: 83%;
}


	
}
