/*a {
	color: #79b6e4;
	text-decoration: none;
	outline: none;
}
img {
	max-width: 100%;
}
.cd-testimonials-wrapper {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 2em auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 1;
	padding: 0px 8px
}
.quote-t{
	background-image: url("/img/quote1.png");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #fff;
	content: "";
	display: block;
	height: 50px;
	padding: 2rem;
	width: 50px;
}
@media only screen and (min-width: 768px) {
	.cd-testimonials-wrapper {
		padding: 30px 50px;
	}}

.cd-testimonials {
	color: #ffffff;
	text-align: left;
	margin:2rem 0;
}
.cd-testimonials::after {
	clear: both;
	content: "";
	display: table;
}
.cd-testimonials > div {
	position: absolute;
	opacity: 0;
}
.cd-testimonials > div:first-child {
	position: relative;
	opacity: 1;
}
.cd-testimonials p {
	font-family: "roboto", sans-serif;
	line-height: 1.4;
	margin-bottom: 1em;
	font-weight: 300;
	font-size: 1.3em;
	color:white;
}
@media only screen and (max-width: 480px) {
	.quote-t {
		background: none;
	}
}
@media only screen and (max-width: 480px) {
	.cd-testimonials p {
		font-size: 1.0em;
		font-weight: 200;
	}
}
@media only screen and (min-width: 768px) {
	.cd-testimonials p {
		font-size: 1.2em;
    	font-weight: 200;
	}
}
@media only screen and (min-width: 1170px) {
	.cd-testimonials p {
		font-size: 1.2em;
    	font-weight: 200;
	}
}
.cd-author {
	position: relative;
	left:10%;
	bottom:5%;
}

.cd-author img,
.cd-author .cd-author-info {
	display: inline-block;
	vertical-align: middle;
}
.cd-author img {
	width: 32px;
	height: 32px;
}
.cd-author .cd-author-info {
	text-align: left;
	line-height: 1.2;
}
.cd-author .cd-author-info li:first-child {
	font-size: 14px;
	font-size: 0.875rem;
}
.cd-author .cd-author-info li:last-child {
	font-size: 12px;
	font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
	.cd-author img {
		width: 50px;
		height: 50px;
	}
	.cd-author .cd-author-info {
		line-height: 1.4;
	}
	.cd-author .cd-author-info li:first-child {
		font-size: 16px;
		font-size: 1rem;
	}
	.cd-author .cd-author-info li:last-child {
		font-size: 14px;
		font-size: 0.875rem;
	}
}
.flex-direction-nav li {
	height: 100%;
	top: 10px;
	width: 100%;
}
.flex-direction-nav li:first-child {
	left: -5px;
}
.flex-direction-nav li:last-child {
	right: -5px;
}
.flex-direction-nav li a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	outline: none;
}
.flex-direction-nav li a::before,
.flex-direction-nav li a::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 3px;
	height: 13px;
	background-color: #5e5e63;
	outline: none;
}
.flex-direction-nav li a::before {
	-webkit-transform: translateY(-35px) rotate(45deg);
	-moz-transform: translateY(-35px) rotate(45deg);
	-ms-transform: translateY(-35px) rotate(45deg);
	-o-transform: translateY(-35px) rotate(45deg);
	transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
	-webkit-transform: translateY(-27px) rotate(-45deg);
	-moz-transform: translateY(-27px) rotate(-45deg);
	-ms-transform: translateY(-27px) rotate(-45deg);
	-o-transform: translateY(-27px) rotate(-45deg);
	transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
	-webkit-transform: translateY(-35px) rotate(-45deg);
	-moz-transform: translateY(-35px) rotate(-45deg);
	-ms-transform: translateY(-35px) rotate(-45deg);
	-o-transform: translateY(-35px) rotate(-45deg);
	transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
	-webkit-transform: translateY(-27px) rotate(45deg);
	-moz-transform: translateY(-27px) rotate(45deg);
	-ms-transform: translateY(-27px) rotate(45deg);
	-o-transform: translateY(-27px) rotate(45deg);
	transform: translateY(-27px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
	.flex-direction-nav li {
		width: 50px;
	}
}
@media only screen and (min-width: 1170px) {
	.flex-direction-nav li a::before,
	.flex-direction-nav li a::after {
		background-color: #5e5e63;
		outline: none;
	}
}
@media only screen and (max-width: 500px) {
	.cd-author img,
.cd-author .cd-author-info {
	display:block;
}
}
ol,
ul,
li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style: none;
}

div.cd-testimonials > div {
	height: 300px;
	width: 100%;
	margin-bottom: 50px;
}

.space {
    padding: 4% 10%;
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
	.space {
	    padding: 8% 10% 0;
	}
}


.owl-carousel .item {
    height: 20rem;
    width: 100%;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}*/

/*.testimonial{
    text-align: center;
    margin: 0 15px;
}*/
.testimonial .description{
    padding: 15px;
    margin: 0;
    border-top: 4px solid #4a7beb;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    color: #454646;
    line-height: 30px;
    position: relative;
    min-height: 270px;
}
.testimonial .description:after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4a7beb;
    margin: 0 auto;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
}
.testimonial .pic{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px auto;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #333;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #73438f;
}

.clientBase {
    border-radius: 50%;
    overflow: hidden;
    margin: 10px 10px;
    width: 120px;
    height: 120px;
}

/*.mapLevel1 {
 	width: 200px;
    height: 200px;
}

.mapLevel2 {
 	width: 150px;
    height: 150px;
}

.mapLevel3{
 	width: 100px;
    height: 100px;
}*/
