
* {
	margin: 0;
	padding: 0;
	font-family: 'Jost', sans-serif;
	box-sizing: border-box;
}

button:focus, input:focus, textarea:focus {
	outline: 0;
}


/* .container {
	max-width: 1200px;
	margin: 0 auto;
} */

.text_center {
	text-align: center;
}

.head_text {
	font-size: 40px;
	font-weight: 700;
	color: #ffffff;
}

.head_para {
	font-size: 16px;
	color: #697488;
	margin-top: 15px;
}

.slider_box {
	padding: 30px;
	background: #ffffff;
	border-radius: 5px;
	display: flex;
	height: 140px;
}
.slider-text-container p:nth-last-child(1){
	margin-bottom:7px;
	font-size: 18px;
	font-weight: 800;
}
.slider-text-container p:nth-last-child(2){
	margin-bottom:7px;
	font-size: 18px;
	font-weight: 400;
	color: black;
}
.slider_para {
	font-size: 14px;
	font-weight: 400;
	color: #777;
}

.star-container svg:nth-child(1){
	width: 20px;
	fill: #F8B600;
}
.custom_flex img {
	margin-right: 10px;
	width: 64px !important;
	height: 64px !important;
	border-radius: 50%;
}

.custom_flex  p {
	font-size: 14px;
	font-weight: 500;
	color: #000000;
}

.custom_flex span {
	font-size: 13px;
	color: #697488;
}

.slider_active .owl-dots {
	width: 100%;
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	right: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 55px;
}
@media (max-width: 768px){

	.quote-author{
		margin: 0px !important;
	}
}

.slider_active .owl-dots button {
	background-color: rgba(248, 182, 0, 0.2);;
	width: 10px;
	height: 10px;
    margin: 0 5px;
    transition: .4s;
}

.slider_active .owl-dots button.active {
	background: #F8B600;
}
.owl-dots{
	margin-bottom: -70px;
}
.owl-stage-outer{
	cursor: pointer;
}

	