/*
Theme Name: Oracle Finance
Theme URI: https://www.oraclefinance.co.uk/
Author: StrategiQ
Author URI: https://strategiq.co/
Description: Oracle Finance Theme
Version: 1.2.2
Text Domain: oracle-finance 
*/
.full-width-textarea textarea {
	width: 100%;
}
.featured-cta {
	margin-bottom: 80px;
}

.fc-full-width-cta-horizontal {
	padding: 1.875rem 0;
	background: #e8f3f0;
}
.full-width-cta-horizontal__container {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0 .9375rem;
	width: 100%;
}
.full-width-cta-horizontal__background {
	display: flex;
	align-items: center;
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
}
.full-width-cta-horizontal__logo {
	text-align: center;
	width: 100%;
	margin: 0 0 30px;
}
.full-width-cta-horizontal__logo:last-child {
	margin: 0;
}
.full-width-cta-horizontal__logo picture, .full-width-cta-horizontal__logo .trustpilot-widget {
	max-width: 222px;
	margin: 0 auto;
}

.slick-slide {
	min-height: 110px !important;
}

.slick-initialized .slick-slide {
	display: flex !important;
}

.slick-initialized .slick-slide > div {
	margin: auto !important;
}
.fc-service-steps .slick-initialized .slick-slide {
	display: inherit !important;
}

@media (min-width: 992px) {
	.fc-full-width-cta-horizontal .team-testimonials__carousel-arrows {
		position: absolute;
		width: 100%;
	}
}

.fc-full-width-cta-horizontal .team-testimonials__carousel-arrows-container {
	height: 40px;
}

.fc-full-width-cta-horizontal .team-testimonials__carousel-arrows-container .carousel-arrow {
	top: auto !important;
	margin: 0 20px;
}

@media (min-width: 992px) {
	.fc-full-width-cta-horizontal .team-testimonials__carousel-arrows-container {
		width: 100%;

	}
}

@media screen and (max-width: 600px) {
	.full-width-cta-horizontal__background {
		display: block;
	}

	.fc-full-width-cta-horizontal .team-testimonials__carousel-arrows-container .prev {
		left: 30% !important;
	}

	.fc-full-width-cta-horizontal .team-testimonials__carousel-arrows-container .next {
		right: 30% !important;
	}
}

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Image - Text Left Right
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region image text */
.below-image-button {
	justify-content: center;
}
@media screen and (max-width: 768px){
	.below-image-button {
		align-items: center;
		justify-content: flex-start;
	}
}
.image-text-offset-bg {
	-webkit-box-shadow: 10px 10px 0px 0px rgba(123,204,198,1);
	-moz-box-shadow: 10px 10px 0px 0px rgba(123,204,198,1);
	box-shadow: 10px 10px 0px 0px rgba(123,204,198,1);
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Individual CTA
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region indivudial cta */
.individual-cta__inner {
	text-align: center;
	padding: 100px;
	position: relative;
	z-index: 5;
}
.individual-cta__inner .featured-cta__description p {
	font-size: 18px;
}
.individual-cta__bg {
	position: relative;
	z-index: 2;
}
.individual-cta-title-line {
	height: 1px;
	display: block;
	margin: 30px 0;
	width: 60px;
	margin-left: auto;
	margin-right: auto;
}
.individual-cta-border {
	border: 1px solid;
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
.individual-cta-list {
	border-left: 1px solid #7bccc6;
}
.individual-cta-list ul,
.individual-cta-list ol {
	margin-bottom: 0;
	text-align: left;
	list-style: none;
	counter-reset: items;
	padding-left: 90px;
	font-size: 18px;
}
.individual-cta-list li {
	position: relative;
	counter-increment: items;
	margin-bottom: 25px;
}
.individual-cta-list ul li:before {
	content: '';
	background-color: #7bccc6;
	border-radius: 50%;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 10px;
	left: -47px;
}
.individual-cta-list ol li:before {
	content: "0" counter(items);
	color: #7bccc6;
	font-size: 28px;
	position: absolute;
	top: -5px;
	left: -54px;
}

@media screen and (max-width: 768px) {
	.individual-cta-list {
		border-left: none;
	}
	.individual-cta-list ul,
	.individual-cta-list ol {
		padding-left: 30px;
	}
	.individual-cta__inner {
		padding:100px 1.875rem;
	}
	.individual-cta-list ul li:before, .individual-cta-list ol li:before {
		left:-35px;
	}
}
/*#endregion*/


/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: FAQ
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region FAQ */
.faq__accordion.hidden-faqs .accordion__item:nth-child(n+4) {
	display: none;
}
.faq__accordion.active-faq.hidden-faqs .accordion__item {
	display: block;
}
.faq__accordion-readmore {
	margin: 30px auto 0;
	text-align: center;
}
.faq__accordion-readmore .faq__accordion-readmore-button {
	margin: 0;
	cursor: pointer;
}
/*#endregion*/


/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Page or post picker
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region post picker */
.picked-post-link {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.post-picker .post-card__outer {
	padding-bottom: 70px;
	text-align: center;
	background-color: #fff;
}
.post-picker-posts-wrap {
	position: relative;
}
.post-picker-posts-wrap:after {
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 200px;
	background-color: #C5E6DE;
	z-index: 1;
}
.post-picker-posts-wrap .container {
	position: relative;
	z-index: 5;
}
.fc-page-or-post-picker {
	padding: 5rem 0;
}
@media (min-width: 1200px) {
	.fc-page-or-post-picker {
		padding: 6.25rem 0;
	}
}
@media (max-width: 760px) {
	.fc-page-or-post-picker {
		padding: 5rem 0 0;
	}
}
/*#endregion*/

.fc-full-width-form + .fc-apr-banner {
	margin-top: 0;
}
.fc-trustpilot-score-apr {
	margin-top: 40px;
}

.embed-container,
.embed-container iframe {
	background-position: center;
	background-size: cover;
}
.embed-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.embed-container iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*.hero__container .embed-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	z-index: 1;
	background-size: cover;
}
.hero__container .embed-container:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}*/
.hero__container.hero-with-video,
.hero__container .video-background .embed-container,
.hero__container .video-background {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	min-height: 0;
}
.hero__container .video-background {
	position: absolute;
	background-size: cover;
	background-position: center;
}
.hero__container .video-background iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100vh;
	transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
	.hero__container .video-background iframe {
		height: 56.25vw;
	}
}
@media (max-aspect-ratio: 16/9) {
	.hero__container .video-background iframe {
		width: 177.78vh;
	}
}
.hero-with-video.hero__container::before {
	z-index: 5;
}
.hero-with-video .hero__content {
	z-index: 10;
}
/* Video background */

.videobg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; /* Set video container element width here */
	height: 100%; /* Set video container element height here */
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

/* horizontally center the video */
.videobg-width {
	position: absolute;
	width: 100%; /* Change width value to cover more area*/
	height: 100%;
	left: -9999px;
	right: -9999px;
	margin: auto;
}

/* set video aspect ratio and vertically center */
.videobg-aspect {
	position: absolute;
	width: 100%;
	height: 0;
	top: -9999px;
	bottom: -9999px;
	margin: auto;
	padding-bottom: 56.25%; /* 16:9 ratio */
	overflow: hidden;

}

.videobg-make-height {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}

.videobg-hide-controls {
	box-sizing: content-box;
	position: relative;
	height: 100%;
	width: 100%;
	/* Vimeo timeline and play button are ~55px high */
	padding: 55px 97.7777px; /* 16:9 ratio */
	top: -55px;
	left: -97.7777px; /* 16:9 ratio */
}

.videobg iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 0 none;
}

.embed-container .loader-container {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	transform: translate(-50%, -50%);
}
.embed-container .loader,
.embed-container .loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.embed-container .loader {
	margin: 0 auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #7bccc6;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#wpcf7-f101841-o1 label, #wpcf7-f101841-o1 .wpcf7-acceptance .wpcf7-list-item-label {
	color:#fff;
}
@media (max-width: 760px) {
	.hero__container {
		padding-top: 60px;
	}
}

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Image Scroller + Text
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Image Scroller + Text */
.image-scroller-text-left-right .image-text-left-right__content {
	position: relative;
	transform: none;
}
.image-scroller-text-left-right .image-text-left-right__image .image-text-left-right__image-wrapper {
	display: inline-block;
	padding: 0 10px 0 0;
}
.image-scroller-text-left-right .image-text-left-right__image .image-text-offset-bg,
.image-scroller-text-left-right .image-text-left-right__image .image-text-left-right__image-wrapper img {
	position: relative;
}
.image-scroller-text-left-right .image-text-left-right__floating-logo-wrapper {
	text-align: center;
}
.image-scroller-text-left-right .image-text-left-right__floating-logo-wrapper img {
	display: inline-block;
}
.image-scroller-text-left-right .row {
	align-items: center;
}
.image-scroller-text-left-right picture.behave-as-bg {
	position: relative;
}
/*#endregion*/


.trust-pilot-and-image-scroller{
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 .9375rem;
	width: 100%;
	flex-direction: row;
	align-content: center;
}

.sliders-logos-2{
	width: calc(100% - 247px);
	position: relative;
	height: 150px;
	margin-left: 25px;
}
.sliders-logos-2-arrows .carousel-arrow{
	top:40%;
}
.sliders-logos-2-arrows .carousel-arrow.prev{
	left: 20px;
}
.sliders-logos-2-arrows .carousel-arrow.next{
	right: 20px;
}

.sliders-logos-2 .slick-slide{
	padding: 0 15px;
}
.sliders-logos-2 .slick-slide img{
	width: 200px;
	height: 150px;
	object-fit: contain;
	object-position: center;
}
.sliders-logos-2 .full-width-cta__logo,
.sliders-logos-2 .slick-initialized .slick-slide>div,
.sliders-logos-2 .slick-initialized .slick-slide{
	/*display: flex !important;*/
	/*flex-direction: row;*/
	/*flex-wrap: nowrap;*/
	/*align-items: center;*/
	/*justify-content: center;*/
	/*height: 100%;*/
}
@media screen and (max-width: 600px) {
	.trust-pilot-and-image-scroller{
		flex-direction: column;
	}
	.sliders-logos-2{
		width:95%;
		margin-left: 0;
	}
	.sliders-logos-2 .slick-slide{
		padding: 0;
	}
}
