  /* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* OUR RESULTS */
.our-results-slider {
	width: 95%;
	margin: 0 auto;
}

.flip-card {
	background-color: transparent;
	width: 100%;
	height: 300px;
	perspective: 1000px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 6px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	//box-shadow: 0 4px 21px 0 rgba(0,0,0,0.75);
	border-radius: 6px;
}

/*
.flip-card:hover .flip-card-inner {
	transform: rotateY(-180deg);
}
*/

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 30px;
}

.flip-card-front {
	color: white;
	border-radius: 6px;
}
.resulttitle{
	font-size: 20px;
	line-height: 27px;
	font-family: "Montserrat", sans-serif;
}
.resultverdict{
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}
.resultback{
	font-family: "Amiri", sans-serif;
	font-size: 22px;
	line-height: 28px;
	color: #072437;
}
.resultback a.readmore{
	font-family: "Amiri", sans-serif;
	color: #1E7AB7;
	font-size: 24px;
	line-height: 42px;
	font-weight: bold;
	text-transform: uppercase;
}
.resultback a.readmore:hover{
	color: #991D20;
}
.flip-card-back {
	background-color: white;
	color: black;
	transform: rotateY(180deg);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.our-results-slider .owl-prev {
	position: absolute;
	left: -5%;
	top: 30%;
}

.our-results-slider .owl-next {
	position: absolute;
	right: -5%;
	top: 30%;
}

.our-results-slider .owl-prev span, .our-results-slider .owl-next span {
	font-size: 80px;
	font-weight: lighter;
}

.our-results-slider .owl-nav [class*="owl-"]:hover {
	background: none;
	color: black;
	text-decoration: none;
}
.our-results-slider .owl-nav {
	margin-top: 0;
}

.resultfrontoverlay {
	background: black;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0.5;
}

.resultfrontinner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

/* TESTIMONIALS */
.testimonials-slider {
	color: white;
	width: 95%;
	margin: 0 auto;
}
.testimonials-slider .owl-prev {
	position: absolute;
	left: -5%;
	top: 15%;
}
.testimonials-slider .owl-next {
	position: absolute;
	right: -5%;
	top: 15%;
}
.testimonials-slider .owl-prev span, .testimonials-slider .owl-next span {
	font-size: 80px;
	font-weight: lighter;
}
.testimonials-slider .owl-nav [class*="owl-"]:hover {
	background: none;
	color: black;
	text-decoration: none;
}
.testimonials-slider .owl-nav {
	margin-top: 0;
}
.testimonialvideo{
display:none;
}
.testimonialcontent {
	width: 100%;
	//margin: 0 auto;
	//margin-left: 50px;
	font-style: normal;
	font-size: 18px;
	line-height: 26px;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
}
.testimonialcontent p{
	font-weight: normal;
	font-style: italic;
}
.testimonial {
	display: flex;
}