@charset "utf-8";
/*
Theme Name: Debara Theme
Author: blueDOM
Version: 1.0.0
 */

/* custom styles */
.agency_block_lf p{
	margin-bottom: 15px;
}
.agency_block1 .agency_block_lf p{
	margin-bottom: 0;
}
.main-content h2{
	color: #d4192b;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    margin-bottom: 20px;
}
.main-content h3{
	color: #d4192b;
}
.main-content p{
	margin-bottom: 20px;
}

#error404 {
    text-align: center;
    padding: 170px 0 110px 0;
}
#error404 .title-link{
	font-size: 16px;
}
#error404 h1 {
    font-size: 150px;
    line-height: 160px;
    color: #99A7AF;
    margin: 30px 0 10px 0;
}
#error404 h3 {
	color: #CD1109;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
#error404 p{
	margin: 0;
}

.review_slider .owl-carousel .owl-stage{
	display: flex;
	align-items: stretch;
}

.review_slider .item {
	background-color: #e8e8e8;
	padding: 50px 120px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 19px;
	line-height: 1.5;
}

.review_author {
	color: #d4192b;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    margin-bottom: 20px;
	font-weight: bold;
}

@media(max-width:991px){
	.review_slider .item {
		padding: 30px 80px;
		font-size: 17px;
	}
}

@media(max-width:767px){
	.review_slider .item {
		padding: 20px 60px;
		font-size: 16px;
	}
}

@media(max-width:479px){
	.review_slider .item {
		padding: 10px 40px;
		font-size: 14px;
	}
}