/*---------------------- About page ----------------------*/
.aboutpage {
	width: 100%;
}
h3.aboutpage-title {
	font-family: HelveticaBold;
	color: #00006a;
	font-size: 40px;
	line-height: 38px;
	margin-top: 20px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.aboutpage-txt {
	width: 660px;
}
.aboutpage-txt p {
	float: left;
	width: 100%;
	color: #2b2b2b;
	font-size: 21px;
	margin-top: 0;
	margin-bottom: 25px;
}
.photo-company {
	float: right;
	width: 472px;
}
.photo-company img {
	width: 100%;
	height: auto;
}
.breadcrumbs-page {
	float: right;
}
.breadcrumbs-page span {
	margin-right: 5px;
}
.breadcrumbs-page a {
	font-size: 16px;
	color: #0000ff;
	text-decoration: none;
}
.ap-contactblock {
	width: 100%;
	margin-top: 30px;
}
.ap-visitbox {
	width: 329px;
	margin-left: 37px;
}
.ap-hoursbox {
	width: 329px;
}
.ap-contactbox {
	width: 329px;
	margin-left: 44px;
	margin-right: 44px;
}
h4.ap-box-title {
	height: 46px;
	line-height: 46px;
	font-size: 27px;
	text-align: center;
	width: 100%;
	float: left;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	background: #088bff;
	color: #fff;
	margin-top: 0;
	margin-bottom: 15px;
}
.ap-box-body {
	background: #fff;
	border: 1px solid #adadad;
	height: 132px;
	width: 100%;
}
.aboutProCom {
	background: #fff;
	border: 1px solid #adadad;
	padding: 0 28px;
	margin-top: 28px;
}
.aboutProCom h4 {
	font-family: HelveticaBold;
	font-weight: normal;
	width: 100%;
	border-bottom: 2px solid #d8d8d8;
	color: #00004c;
	font-size: 30px;
	line-height: 28px;
	padding-bottom: 20px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 22px;
	float: left;
}
.aboutProCom p {
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 30px;
}
.ap-hoursbox p {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	float: left;
	width: 100%;
	margin-top: 36px;
}
.ap-visitbox p {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	float: left;
	width: 100%;
	margin-top: 21px;
}
.ap-contactbox p {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	float: left;
	width: 100%;
	margin-top: 21px;
}
.ap-contactbox p a {
	text-decoration: none;
	color: #0000ff;
}
.testimonials-section {
	width: 100%;
}
.testimonials-section h4 {
	width: 1125px;
	float: left;
	height: 63px;
	line-height: 63px;
	background: #088aff;
	font-family: HelveticaBold;
	font-size: 30px;
	color: #fff;
	padding-left: 15px;
}
.testimonials-section h4 span {
	font-family: Arial;
	font-size: 25px;
	font-weight: 400;
}

.testimonials-slider {
    width: 100%;
}
.nxt_btm_area {
	float: left;
	width: 100%;
	position: relative;
	top: 107px;
}
.about-testimonials_text {
    position: relative;
    margin: 0;
    width: 100%;
}
.testimonials_text_area {
	width: 100%;
}
.testimonials-left {
	float: left;
	width: 523px;
	height: 296px;
	background: #fff;
	border: 1px solid #d8d8d8;
	padding: 15px;
}

.testimonials-right {
	float: right;
	width: 523px;
	height: 296px;
	background: #fff;
	border: 1px solid #d8d8d8;
	padding: 15px;
}
.testimonail-text {}
.testimonail-text p {
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	float: left;
	width: 100%;
}
.autor-testimonial {
	width: 100%;
}
.autor-testimonial p.nameautor {
	font-family: HelveticaBold;
	float: right;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	text-align: right;
}
.autor-testimonial p.location {
	font-family: HelveticaBold;
	float: right;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	text-align: right;
}
.testimonail-paginator {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    margin-top: 22px;
    text-align: center;
}
.testimonail-paginator a {
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #838383;
    display: inline-block;
    margin-left: 10px;
    background: #fff;
    color: #838383;
    font-weight: bold;
    text-decoration: none;
}
.testimonail-paginator a.activeSlide {
    border: 1px solid #088aff;
    background: #088aff;
    color: #fff;
}