.php-projects {
	text-align: center;
	font-size: 18px;
	padding: 10px 0 10px;
}

img {
	max-width: 100%;
}

.project-section {
	padding: 15px 0;
	font-size: 15px;
	line-height: 22px;
	color: #616468;
}

.project-section h3 {
	color: #1d6eb4;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 10px;
}

.testimonilas {
	margin: 0 auto;
	text-align: center;
	padding: 0px 0 0px;
}

.testimonilas .item>img {
	display: inline-block;
}

.testimonilas h5 {
	font-size: 15px;
	color: #a3a3a3;
	line-height: 22px;
}

.testimonilas h5 span {
	color: #000000;
	text-align: center;
}

.testimonilas .carousel-inner>.item {
	min-height: 265px;
}

.controls {
	bottom: 10px;
}

.controls li {
	background: #c7c7c7;
}

.controls .active {
	background: #B9B18C;
}

.testimonilas p {
	background: url(../images/quotes-open.png) no-repeat left 15px, url(../images/quotes-close.png) no-repeat bottom right;
	padding: 15px 30px;
	font-size: 16px;
}

.client-list {
	text-align: center;
	padding: 0;
}

.client-list ul {
	margin: 30px 0 0;
	padding: 0;
}

.client-list ul li {
	list-style: none;
	display: inline-block;
	margin: 0 32px 10px 0;
}

.client-list ul li:nth-child {
	margin: 0;
}

.client-list ul li img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 3.5+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+ & Safari 6+ */
	opacity: .3;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

.client-list ul li img:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
	opacity: 1;
}

.case-studies {
	padding: 10px 0 80px;
	text-align: center;
}

.case-studies h3 {
	margin: 50px 0;
}

/* Responsive Start */
@media only screen and (min-width: 768px) and (max-width: 999px) {
	.container {
		width: inherit;
		text-align: center;
	}

	.call-action {
		margin: 50px 0 0;
	}

	.testimonilas {
		padding: 0px 0;
		margin: 0 auto !important;
	}
}

@media(max-width:767px) {
	.container {
		width: inherit;
	}

	.testimonilas {
		padding: 50px 0;
	}
}

/* WG: Jan 5, 2015 */
input.request-quote {
	background: #ff9600;
	border: medium none;
	border-radius: 4px;
	font-size: 15px;
	color: #000 !important;
	padding: 9px 17px 9px 17px !important;
	width: 90%;
}

input.request-quote:hover,
input.request-quote:focus {
	background: #f18e00 !important;
}

/* WG: Jan 5, 2015 */

/* new css that updated by makfast.com */
.main-logo {
	float: left;
	padding-top: 5px;
}

.heading-1 {
	color: #000000;
}

.span-for-text {
	font-size: 18px;
}

.modestbranding-rel {
	text-align: center;
}

.perceptive_left {
	padding: 0px 0px 0px 0px;
}

.table-full-vba {
	width: 100%;
}

.table-full-vba-tb {
	width: 180px;
}

.perceptive_offices {
	padding-bottom: 0px;
}

.list-office-city-by-city {
	width: 850px;
}

.satisfaction-section {
	text-align: center;
}

.images-satisfaction100 {
	height: 120px;
}

.quote-image-container {
	text-align: center;
	padding-top: 15px;
}

.quote-image {
	padding-left: 25px;
}

.heading-5 {
	color: #000;
}

.excel-image-container {
	padding-bottom: 30px;
	text-align: center;
}

.excel-image {
	height: 325px;
	border: none;
}

.quote-link {
	display: block;
	text-decoration: none;
}

.excel-gif-container {
	text-align: center;
	margin-bottom: 30px;
}

.excel-gif {
	height: 347px;
	border: none;
}

.quote-image-wrapper {
	text-align: center;
	margin-bottom: 15px;
}

.quote-image {
	padding-left: 25px;
}

.excel-dashboard-container {
	text-align: center;
	margin-bottom: 30px;
}

.excel-dashboard-image {
	height: 341px;
	border: none;
}

.quote-img-container {
	text-align: center;
	margin-bottom: 15px;
}

.quote-img {
	padding-left: 25px;
}

.excel-app-image-container {
	text-align: center;
	margin-bottom: 30px;
}

.excel-app-image {
	height: 175px;
	border: none;
}

.branch-dashboard-container {
	text-align: center;
	margin-bottom: 30px;
}

.branch-dashboard-image {
	height: 425px;
	border: none;
}

.quote-img-wrapper {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
}

.search-gif-container {
	text-align: center;
	margin-bottom: 30px;
}

.search-gif {
	height: 114px;
	border: none;
}

.heading-2 {
	color: #000;
}

.profile-card-testimonial-block {
	display: flex;
}

.profile-card {
	align-items: center;
	margin-bottom: 20px;
	width: 100%;
	max-width: 20%;

}

.profile-image {
	flex-shrink: 0;
}

.profile-photo {
	border: none;
	width: 100%;
	border-radius: 10px;

}

.profile-info {
	font-size: 14px;
	line-height: 1.4;
}

.profile-name {
	font-size: 16px;
	display: flex;
}

.testimonial-block {
	padding-left: 25px;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	
}

.testimonial-block p {
	border-width: 0px 0px 0px 5px;
	border-style: solid;
	border-color: #464646;
	text-align: start;
	padding: 10px;
    border-radius: 10px;
    margin: 0px;
    font-size: 18px;
    box-shadow: 0px 0px 10px #00000030;
}

.perceptive-left {
	padding: 0 5px 0 0;
	margin-bottom: 20px;
}

.perceptive-left p {
	font-family: 'sf_pro_displaylight';
	font-size: 20px;
}

.perceptive-title h2 {
	font-family: 'sf_pro_displaylight';
	font-size: 40px;
	line-height: 80px;
	color: #111;
}

.how-it-works-section p {
	font-family: 'sf_pro_displaylight';
	font-size: 20px;
	line-height: 32px;
	color: #111;
}

ul.how-it-works-steps {
	padding: 0 0 0 40px;
	margin: 25px 0 20px 0;
}

.how-it-works-steps li {
	font-family: 'sf_pro_displaylight';
	font-size: 20px;
	line-height: 32px;
	color: #111;
	margin-bottom: 11px;
}

.perceptive_left {
	padding: 20px 5px 0px 0px;
}

.contact-paragraph {
	font-size: 16px;
	line-height: 1.6;
}

.form-link,
.email-link {
	color: #0056b3 !important;
	text-decoration: none;
}

.underline {
	text-decoration: underline;
}

.contact-section {
	margin-top: 50px;
	text-align: center;
}

.email-icon {
	padding-left: 10px;
	border: none;
}

.email-link {
	text-decoration: underline;
	color: black;
}

.text-center {
	text-align: center;
}

.profile-image {
	border: none;
	min-height: 100px;
}

.contact-info {
	padding-top: 0;
}

.contact-item {
	margin-bottom: 20px;
}

.contact-link {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}

.contact-icon {
	border: none;
	padding-bottom: 5px;
	vertical-align: middle;
}

.contact-text {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}

.underline {
	text-decoration: underline;
}

.borderbox_blue {
	margin-top: 70px;
}

.quote-title {
	font-size: 18px;
	padding-left: 10px;
}

.quote-subtitle {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}

.quote-message {
	padding-left: 10px;
	padding-top: 5px;
}

.quote-message.success h4 {
	color: green;
}

.quote-message.error h4 {
	color: red;
}

.form-field {
	padding-left: 10px;
	padding-top: 10px;
}

.inputbox {
	width: 240px;
	font-size: 13px;
	color: grey;
	font-family: Arial, Helvetica, sans-serif;
}

textarea.inputbox {
	height: 80px;
}

.privacy-note {
	display: block;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 5px;
}

.g-recaptcha-container {
	padding-left: 10px;
	padding-top: 0px;
	transform: scale(0.80);
	transform-origin: 0 0;
}

.testimonial-container {
	text-align: center;
}

.logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.testimonials-section {
	margin: 20px auto;
	padding: 20px;
}

.testimonials-title {
	font-size: 24px;
	font-weight: bold;
}

.carousel-container {
	margin-top: 20px;
}

.carousel-indicators {
	margin-bottom: 20px;
}

.carousel-item {
	font-size: 16px;
	margin-bottom: 20px;
}

.carousel-item img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.carousel-item h5 {
	margin-top: 10px;
	font-size: 16px;
}

.carousel-inner h5 {
	font-size: 15px;
	color: #a3a3a3;
	line-height: 22px;
}

.carousel-inner h5 span {
	color: #000000;
}

.footer-note-container {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.footer-note {
	font-size: 12px;
	color: #999;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.6;
}

.footer-note .copyright {
	display: block;
	margin-top: 10px;
}

.carousel-inner img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto 10px;
}

.testimonials-title {
	margin-bottom: 30px;
	color: #333;
}

.carousel-inner p {
	margin-bottom: 20px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.carousel-indicators {
	bottom: -40px;
}
.carousel-indicators button {
	background-color: #999 !important;
	width: 10px !important;
	height: 10px !important;
	border-radius: 50% !important;
	margin: 0 5px !important;
}
.carousel-indicators .active {
	background-color: #333 !important;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px;
}

.container {
    width: 1050px !important;
}

.carousel-item.item {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #000000b8;
    padding: 15px;
    height: 100%;
    width: 100%;
	transition: 0.3s all ease-in-out;
}

.testimonial-block {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

img.profile-image {
    object-fit: cover;
    width: 100px; 
    height: 140px;
	border-radius: 10px;
}

div#rgtPanellft {
    height: 140px;
}

div#rgtPanelrgt {
    margin-left: 120px;
	margin-top: 30px;
	margin-bottom: -30px;
}

.contact-details{
	margin-top: 10px;
}

.contact-details-mail,
.contact-details-tel{
	font-size: 18px;
	color: #0056b3 !important;
}