/**TESTIMONIALS**/
#inner-page-wrapper {

}
	#inner-page-wrapper > .container {
		width: 100%;
		padding: 0;
	}

.ip-banner, .ip-custom-breadcrumbs {
	display: none;
}
#ip-testimonials {
	position: relative;
	padding: 204px 0 0;
	z-index: 1;
}
.ip-about-container {
	padding: 0 7.5%;
}
.ip-about-border-top {
	border-top: 1px solid rgba(0,0,0,0.08);
}
.ip-about-border-bottom {
	border-bottom: 1px solid rgba(0,0,0,0.08);
}
.ip-about-border-right {
	border-right: 1px solid rgba(0,0,0,0.08);
}
.ip-about-border-left {
	border-left: 1px solid rgba(0,0,0,0.08);
}


.ip-testi-section-1 {
	position: relative;
	/*padding: 31px 0 104px;*/
	padding: 31px 0 0;
}
.ip-testi-img-list .slick-list {
	height: 140px !important;
}
	.ip-testi-s1-text {
		text-align: center;
		margin: 0 auto;
	}
		.ip-testi-s1-text .section-title {
			margin-bottom: 38px;
		}
		.ip-testi-s1-text p {
			font-size: 18px;
			letter-spacing: 0.02em;
			line-height: 1.6;
			margin-bottom: 24px;
		}

	.ip-testi-s1-testi-list {
	    font-size: 0;
	    margin: 89px -30px 0 0;
	}
		.ip-testi-s1-testi {
		    width: 50%;
		    display: inline-block;
		    vertical-align: top;
		    padding: 0 5% 0 5%;
		   	position: relative;
		}
			.ip-testi-s1-testi img {
			    display: block;
			    max-width: 100%;
			    height: auto;
			    margin-bottom: 26px;
			}

			.ip-testi-s1-testi p {
			    font-weight: 300;
			    font-size: 22px;
			    line-height: 1.1875;
			    color: #000;
			    position: relative;
			}
				.ip-testi-s1-testi p:before {
					content: '';
	                position: absolute;
	                width: 33px;
	                height: 27px;
	                background: url(../../images/homepage/icon-qoute.png) center/contain no-repeat;
				    top: 3px;
				    left: -50px;
				}

			.ip-testi-s1-testi span {
			    display: block;
			    font-weight: 400;
			    font-size: 16px;
			    line-height: 1;
			    color: #000;
			    margin-top: 30px;
			}

	.ip-testi-s1-btn {
	    margin-top: 78px;
	}


.ip-testi-section-2 {
	position: relative;
	padding: 31px 0 93px;
}
	.ip-testi-s2-text {
		text-align: center;
		margin: 0 auto;
	}
		.ip-testi-s2-text .section-title {
			margin-bottom: 38px;
		}
		.ip-testi-s2-text p {
			font-size: 15px;
			letter-spacing: 0.02em;
			line-height: 1.6;
			margin-bottom: 24px;
		}

	.ip-testi-s2-testi-list {
	    font-size: 0;
	    margin: 64px -30px 0 0;
	}
		.ip-testi-s2-testi {
		    width: 50%;
		    display: inline-block;
		    vertical-align: top;
		    padding: 0 2% 0 5%;
		   	position: relative;
		}
			.ip-testi-s2-testi img {
			    display: block;
			    max-width: 100%;
			    height: auto;
			    margin-bottom: 26px;
			}

			.ip-testi-s2-testi p {
			    /*font-weight: 400;*/
			    font-weight: 300;
			    font-size: 22px;
			    line-height: 1.1875;
			    color: #000;
			    position: relative;
			}
				.ip-testi-s2-testi p:before {
					content: '';
	                position: absolute;
	                width: 33px;
	                height: 27px;
	                background: url(../../images/homepage/icon-qoute.png) center/contain no-repeat;
				    top: 3px;
				    left: -50px;
				}

			.ip-testi-s2-testi span {
			    display: block;
			    font-weight: 400;
			    font-size: 16px;
			    line-height: 1;
			    color: #000;
			    margin-top: 30px;
			}



	.ip-testi-s2-pagination-wrap {
		margin: 68px 0 0;
	}
		.ip-testi-s2-btn {
			
		}
		.ip-testi-s2-pagination {
		    margin: 0;
		    display: flex;
		    flex-flow: row wrap;
		    align-items: flex-end;
		}

		.ip-testi-s2-pagination li {
		    position: relative;
		    margin-right: 19px;
		}
			.ip-testi-s2-pagination li:last-child {
				margin-right: 0;
			}

		.ip-testi-s2-pagination li a {
		    display: inline-flex;
		    padding: 11px 14px;
		    position: relative;
		    font-size: 16px;
		    font-weight: 500;
		    letter-spacing: 0.05em;
		    color: #000;
		    background: transparent;
		    border: none;
		    min-width: 44px;
		}

		.ip-testi-s2-pagination li a:before {
		    content: '';
		    position: absolute;
		    bottom: 0;
		    left: 0;
		    width: 45px;
		    height: 2px;
		    background: var(--accent);
		    transition: all var(--default-transition);
		    max-width: 100%;
		    opacity: 0;
		}
		.ip-testi-s2-pagination li a.current:before {
		    opacity: 1;
		    width: 100%;
		}
		.ip-testi-s2-pagination li a.prev:before,
		.ip-testi-s2-pagination li a.next:before {
		    opacity: 1;
		}
		.ip-testi-s2-pagination li a.prev:hover:before,
		.ip-testi-s2-pagination li a.next:hover:before {
		    width: 100%;
		}


/*testimonials*/
#hp-testimonials {
    position: relative;
    background: #f1f1f1;
    padding: 130px 0 151px;
}
    .testi-inner {
        margin-right: -6px;
    }
        .ip-testi-text-list {
            width: 790px;
            width: 77%;
            margin-right: auto;
            position: relative;
            margin-top: 5px;
        }
            .ip-testi-text-list:before {
                content: '';
                position: absolute;
                width: 55px;
                height: 44px;
                background: url(../../images/homepage/icon-qoute.png) center/contain no-repeat;
                top: 9px;
                left: -63px;
            }
            .testi-text {
                position: relative;
                padding-left: 10px;
            }
                .testi-text ~ .testi-text {
                    display: none;
                }
                .testi-text p {
                    font-weight: 400;
                    font-size: 22px;
                    line-height: 1.225806451612903;
                    color: #000;
                    margin-bottom: 46px;
                }
                .testi-text span {
                    display: block;
                    font-weight: 400;
                    font-size: 24px;
                    line-height: 1;
                    color: #000;
                }

        .ip-testi-img-list {
            position: relative;
            width: 138px;
            max-width: 30%;
        }
            .testi-img {
                width: 100%;
                margin-bottom: 22px;
            }
                .testi-img canvas {
                    display: block;
                    width: 100%;
                    background-position: center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-color: #999;
                    border-radius: 50%;
                    transition: opacity var(--default-transition);
                }

                .slick-slide:not(.slick-current) .testi-img canvas {
                    opacity: 0.2;
                }

            .testi-img ~ .testi-img {
                display: none;
            }

            .ip-testi-img-list .custom-slick-arrow {
                bottom: initial;
                top: 55px;
                pointer-events: none;
            }
            .ip-testi-img-list .custom-slick-arrow.slick-prev {
                left: -40px;
            }
            .ip-testi-img-list .custom-slick-arrow.slick-next {
                right: -40px;
                display: none!important;
            }

        .testi-link {
            width: 138px;
            max-width: 30%;
            margin-left: auto;
            text-align: center;
            margin-top: 76px;
            margin-right: -8px;
        }


.ip-testi-section-3 {
	position: relative;
}
	.ip-testi-section-3 .hp-accent-line {
	    bottom: -12vw;
	}
	.ip-testi-s3-inner {
		margin: 0 3.125%;
		position: relative;
		padding: 84px 0 209px;
	}
		.bg-section.bg-ip-testi-s3 {
			background-position: center bottom;
		}

	.ip-testi-s3-form-wrap {
		width: 550px;
		width: 36.667%;
		max-width: 100%;
		margin-left: auto;
		margin-right: 214px;
		margin-right: 14.267%;
	}
		.ip-testi-s3-form-wrap .section-title {
			text-align: center;
			margin-bottom: 44px;
		}
		.ip-testi-s3-form-wrap p {
			font-size: 15px;
			letter-spacing: 0.02em;
			line-height: 1.6;
			margin-bottom: 35px;
			text-align: center;
			padding: 0 15px;
		}
		.ip-testi-s3-form-wrap .wpcf7 {
			margin: 0 -6px;
			font-size: 0;
		}
			.ip-testi-s3-form-wrap .wpcf7 form {
				position: relative;
			}
				.ip-about-s6-form-field.field-12 {
					width: 100%;
				}
				.ip-about-s6-form-field.field-6 {
					width: 50%;
					margin-bottom: 8px;
				}
				.ip-about-s6-form-field {
					display: inline-block;
					vertical-align: top;
					padding: 0 6px;
				}
					.ip-about-s6-form-field input,
					.ip-about-s6-form-field textarea {
						width: 100%;
						height: 53px;
						background: transparent;
						border: none;
						border-bottom: 1px solid rgba(0,0,0,0.15);
						font-size: 15px;
						letter-spacing: 0.02em;
						line-height: 1.6;
						color: #3b3b3b;
					}
					.ip-about-s6-form-field textarea {
					    resize: none;
					    padding-top: 13px;
					    height: 92px;
					}

				.ip-about-s6-form-field-btn {
					text-align: center;
					position: relative;
					margin: 29px 0 0;
				}
					.ip-about-s6-form-field-btn .ajax-loader,
					.ip-about-s6-form-field-btn .wpcf7-spinner {
						position: absolute;
						bottom: -30px;
						left: 0;
						right: 0;
						margin: 0 auto;
					}
					.ip-about-s6-form-field-btn .btn-a {
						position: relative;
					}
						.ip-about-s6-form-field-btn .btn-a input {
							position: absolute;
							top: 0;
							left: 0;
							width: 100%;
							height: 100%;
							opacity: 0;
						}

	.ip-testi-s3-form-wrap .wpcf7 form .wpcf7-response-output {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: 15px 6px 0;
		font-size: 12px;
		text-align: center;
	}

.testi-ctas {
	max-width: 60%;
	margin: 0 auto;
	display: flex;
  justify-content: space-evenly;
  flex-flow: row wrap;
}

@media only screen and (min-width: 992px) {

	header.header.is-dark {
		background: #fff;
	}
	#ip-testimonials {
		/* padding: 8.75vw 0 0; */
		padding: 9.75vw 0 0;
	}

}
@media only screen and (min-width: 1281px) {
	.ip-testi-s3-form-wrap .section-title {
		font-size: 48px;
		letter-spacing: 0;
	}
}
@media only screen and (max-width: 1440px) {

}
@media only screen and (max-width: 1366px) {
	.hp-accent-line.line-left,
	.ip-accent-line.line-left {
	    left: 3%;
	}
	.hp-accent-line.line-right,
	.ip-accent-line.line-right {
	    right: 3%;
	}
}
@media only screen and (max-width: 1280px) {
	.hp-accent-line.line-left,
	.ip-accent-line.line-left {
	    left: 1.5%;
	}
	.hp-accent-line.line-right,
	.ip-accent-line.line-right {
	    right: 1.5%;
	}

	.ip-testi-text-list {
        margin-left: 50px;
    }
}
@media only screen and (max-width: 1199px) {
	.ip-testi-text-list {
		width: 74%;
	}
		.testi-text p {
	        font-size: 22px;
	    }
}
@media only screen and (max-width: 991px) {
	#ip-testimonials {
/*	    padding-top: 120px;*/
	}
	.ip-testi-section-1 {
	    padding: 60px 0;
	}
		.ip-testi-s1-testi-list {
		    margin-right: 0;
		}
	    .ip-testi-s1-testi {
	        width: 100%;
	        margin-bottom: 70px;
	        padding-left: 40px;
	    }   
		    .ip-testi-s1-testi p:before {
			    left: -40px;
			}
	    .ip-testi-s1-testi:last-child {
	        margin-bottom: 0;
	    }


	.ip-testi-section-2 {
	    padding: 60px 0;
	}
		.ip-testi-s2-testi-list {
		    margin-right: 0;
		}
	    .ip-testi-s2-testi {
	        width: 100%;
	        margin-bottom: 70px;
	        padding-left: 40px;
	    }   
		    .ip-testi-s2-testi p:before {
			    left: -40px;
			}
	    .ip-testi-s2-testi:last-child {
	        margin-bottom: 0;
	    }

	.ip-testi-s2-pagination-wrap {
	    flex-flow: column;
	    align-items: center;
	}
	    .ip-testi-s2-pagination li {
	        margin-right: 5px;
	    }
	    .ip-testi-s2-btn {
	        margin-top: 20px;
	    }



	#hp-testimonials {
        padding: 94px 0 60px;
    }

        .testi-inner {
            margin: 0;
            padding: 0 30px;
        }
            .ip-testi-text-list {
                margin: 0;
                width: 75%;
            }
                .ip-testi-text-list:before {
                    width: 33px;
                    top: -40px;
                    left: 0;
                }
                .testi-text {
                    padding-left: 0;
                    padding-top: 7px;
                }
                    .testi-text p {
                        font-size: 20px;
                        line-height: 1.333333333333333;
                        margin-bottom: 20px;
                    }
                    .testi-text span {
                        font-size: 18px;
                    }

            .ip-testi-img-list {
                max-width: 19%;
                width: 51px;
                margin-left: auto;
            }
                .ip-testi-img-list .custom-slick-arrow {
                    top: 10px;
                    width: 20px;
                }
                    .ip-testi-img-list .custom-slick-arrow .custom-slick-arrow-icon {
                        width: 7px;
                    }
                .ip-testi-img-list .custom-slick-arrow.slick-prev {
                    left: -20px;
                }
                .testi-img {
                    margin-bottom: 10px;
                }

    .testi-link {
        width: 100%;
        max-width: initial;
        text-align: left;
        padding: 0 30px;
        margin-right: 0;
        margin-top: 38px;
    }


    .ip-testi-s3-inner {
	    padding: 60px 0 200px;
	}
		.bg-section.bg-ip-testi-s3 {
		    background-position: 30% top;
		}
	    .ip-testi-s3-form-wrap {
	        width: 500px;
	        margin: 0 auto;
	        padding: 0 5%;
	    }
	
	.testi-ctas {
	max-width: 100%;
	}
	.testi-ctas a {
		margin-bottom: 20px
	}
}

@media only screen and (max-width: 767px) {
	.ip-testi-s1-testi p {
	    font-size: 20px;
	}
	.ip-testi-s2-testi p {
	    font-size: 20px;
	}

	.ip-testi-s3-inner {
		padding: 60px 0 160px;
	}
}

@media only screen and (max-width: 560px) {

}