body {
	background-color: #220036;
}

#header {
	position: relative;
	z-index: 2;
	height: 80vh;
	background-color: #eee;
	background-image: url(/ui/images/testimonials/bg.jpg);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}

#header .title {
    color: #e53d61;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 3.5em;
    top: 25%;
    padding: 0 25px;
    box-sizing: border-box;
}

#bg {
	width: 100%;
}

#planets {
    position: absolute;
    bottom: 0;
    right: -12%;
    width: 82%;
    transform: translateY(48%) !important;
}

#sky-border {
	position: relative;
	width: 100%;
}

#sky {
	position: absolute;
    top: 10% !important;
    left: 6% !important;
    width: 91%;
}

#stars {
	position: absolute;
    top: 24% !important;
    left: 10% !important;
    width: 50%;
}

#blue-planet {
    position: absolute;
    top: 41% !important;
    left: 17% !important;
    width: 9%;
}

#yellow-planet {
    position: absolute;
    top: -4.8% !important;
    left: 34% !important;
    width: 13.5%;
}

#ufo {
    position: absolute;
    top: -43.8% !important;
    left: 63% !important;
    width: 9.2%;
}

#moon {    
	position: absolute;
    top: -7% !important;
    left: 58% !important;
    width: 40%;
}

#lady {
    position: absolute;
    bottom: -1%;
    left: 9%;
    width: 17%;
}

#lady img {
	width: 100%;
}

#lady:before {
	content: "“";
    position: absolute;
    left: -19%;
    top: -18%;
    color: #e53d61;
    font-size: 10vw;
    font-family: sans-serif;
}

#lady:after {
	content: "“";
    position: absolute;
    right: -19%;
    top: -18%;
    color: #e53d61;
    font-size: 10vw;
    font-family: sans-serif;
    transform: rotateY(180deg);
}

#testimonials {
	padding: 15% 25px;
	background-image: url(/ui/images/testimonials/bg2.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#testimonials-carousel {
	background-color: rgba(0, 0, 0, 0.5);
	width: 85%;
	margin: 0 auto;
	box-shadow: 40px 22px 55px 0px rgba(0, 0, 0, 0.2);
}

.testimonial {
	display: flex;
	background-color: rgba(77, 9, 120, 0.3);
    margin: 80px 2px;
    padding: 30px 90px 35px;
	color: #fff;
	align-items: center;
}

.testimonial .reviewer {
	width: 30%;
}

.testimonial .reviewer .image {
	padding: 50px 0;
	position: relative;
	z-index: 1;
}

.testimonial .reviewer .image:before {
	content: "";
	position: absolute;
    left: 8%;
    top: 5%;
    width: 84%;
    height: 90%;
    background: #e8c63e;
    z-index: -1;
    border-radius: 15px;
}

.testimonial .info {
    padding: 0 8%;
    line-height: 1;
    margin-top: -10px;
}

.testimonial .name {
	color: #fff;
    font-family: typewriter;
    font-size: 1.8em;
    margin: 0px 0 0;
}

.testimonial .designation {
    font-size: 1em;
    margin: 8px 0 0;
}

.testimonial .review {
	width: 70%;
	box-sizing: border-box;
	padding-left: 100px;
	position: relative;
}

.testimonial .review blockquote {
    font-size: 1.6em;
    padding: 74px 0 0;
    position: relative;
    margin: 0;
}

.testimonial .review blockquote:before {
    content: "“";
    font-size: 190px;
    line-height: 1;
    font-family: sans-serif;
    position: absolute;
    top: 0px;
    left: -34px;
}

#testimonials-carousel .owl-nav {
	display: none;
}

#testimonials-carousel .owl-dots {
	position: absolute;
    bottom: 19px;
    left: 50%;
    transform: translateX(-50%);
}

#testimonials-carousel .owl-dot {
	outline: none;
	opacity: 0.6;
	transition: opacity 0.3s;
}

#testimonials-carousel .owl-dot.active, #testimonials-carousel .owl-dot:hover {
	opacity: 1;
}

#testimonials-carousel .owl-dot span {
	background-color: #e8c63e;
	width: 20px;
    height: 20px;
}

@media (max-width: 991px) {
	.testimonial {
		padding: 30px 40px 35px;
 	}

	.testimonial .name {
	    font-size: 1.4em;
	}

	.testimonial .designation {
	    font-size: 1em;
	}

	.testimonial .review {
	    padding-left: 50px;
	}

	.testimonial .review blockquote {
	    font-size: 1.1em;
	    padding: 45px 0 0;
	}

	.testimonial .review blockquote:before {
		font-size: 90px;
		left: -20px;
	}
}

@media (max-width: 768px) {
	#header .title {
		font-size: 2.6em;
    	top: 18%;
	}

	#lady {
	    bottom: -0.8%;
		left: 5%;
		width: 48%;
		max-width: 180px;
	}

	#lady:before {
	    left: 5%;
    	top: -8%;
	}

	#lady:after {
	    right: 24%;
    	top: -8%;
	}

	#testimonials {
		padding: 25% 25px;
	}

	#testimonials-carousel {
		width: 100%;
	}

	.testimonial {
	    flex-direction: column;
	    padding: 15px 30px 35px;
	    margin: 45px 2px;
	    text-align: center;
	}

	.testimonial .reviewer {
		width: 100%;
	}

	.testimonial .reviewer .image {
	    padding: 35px 0;
	}

	.testimonial .reviewer .image:before {
		display: none; 
	}

	.testimonial .info {
		padding: 0;
	}

	.testimonial .review {
	    width: 100%;
	    margin-top: 25px;
	    padding-left: 0;
	}

	.testimonial .review blockquote:before {
        font-size: 2.5em;
	    top: 13px;
	    left: 0%;
	    position: relative;
	    line-height: 0;
	}

	.testimonial .review blockquote {
		font-size: 1.2em;
		padding: 0;
	}

	#testimonials-carousel .owl-dots {
		bottom: 7px;
	}

	#testimonials-carousel .owl-dot span {
		width: 15px;
		height: 15px;
	}
}