#bricks{
    /* background-color: coral;     */
    /* width: 96%; */
    margin: 0 auto;
    padding-right: 0px;
    /* padding-top: 25px; */
}

/************* Owl Carousel Styling & Postioning **************/
.test{
    background-color: #ffffff;
    padding: 2.5em;
    border-radius: 5px;

    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; 

    min-height: 270px;
}
.test::before, .test::after{
    content:"";
    position:absolute;
    z-index:-1;
    width: auto;	
    height: auto;

    top:0;
    bottom:0;
    left:10px;
    right:10px;

    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.8);
        -moz-box-shadow:0 0 15px rgba(0,0,0,0.8);
            box-shadow:0 0 15px rgba(0,0,0,0.8);

    -moz-border-radius:100px / 10px;
        border-radius:100px / 10px;
}
.owl-item:after{
    right:10px;
    left:auto;
    z-index:-1;
    left: 5px;	
    /* box-shadow: -2px 18px 35px -20px #000000; */
}
.owl-carousel .item{
    /* background: #a1def8; */
    padding: 30px 0px;
    display: block;
    margin: 5px;
    color: rgb(0, 0, 0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    width: 280px;
}
.owl-carousel .owl-stage {
    display: flex;
    /* max-height: 380px; */
	padding-top:2em;
	padding-bottom:2em;
}
.owl-stage-outer{
    /* background-color: darkmagenta; */
    /* padding: 0.5em; 
    padding-top: 1.5em;*/
    min-height: 300px;
}
.owl-prev .owl-next{
    font-size: 3em;
}
.owl-theme .owl-nav {
    margin-top: 0px;
}
.owl-theme .owl-nav .disabled {
    opacity: 0;
    cursor: default;
}
.owl-theme .owl-nav [class*=owl-] {
    margin: 0px;
}
/***************************************************************/

/* Dot style */
.owl-carousel button.owl-dot{
    font-size: xx-large;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
/* Nav button sizing */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    font-size: xx-large;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
div.row1{
    flex-direction: column;
    display: inline;
}
/* General Testimonial content font */
.box{
    font-family: 'Roboto', sans-serif !important;
}
/* Actual testimonial */
.testimonial{
    font-weight: 400;
	line-height: 1.4em !important;
	font-size: 1em;
}
/* Author positioning & style */
.testimonial_author{
    font-weight: 700;
    font-size: 1.4em;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: capitalize;
}
/* Date positioning & style */
.testimonial_date{
    font-weight: 500;
    font-size: 1.2em !important;
	float: left;
}
.testimonial_location{
    padding-top: 0.5em;
    margin-bottom: 0em;
    font-size: 1em;
    font-weight: 500 !important;
}
/* Star right float */
.star_rating{
    /* float: right; */
}
/* Outer star positioning */
.stars-outer {
    /*display: inline-block; */
	display:block;
	padding:0;
    position: relative;
    font-family: FontAwesome;
	margin-bottom:2px;
}  
/* Outline star content */
.stars-outer::before {
    /* content: "\f006  \f006  \f006  \f006  \f006"; */
    color: #000000;
    font-size: 1.55em;
}
/* Inner star positioning */
.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    font-family: FontAwesome;
} 
/* Inner star content */
.stars-inner::before {
    /* content: "\f005  \f005  \f005  \f005  \f005"; */
    color: #EA2139;
    font-size: 1.55em;
}

@media screen and (max-width: 1199px) {
	/* Dot style */
	.owl-carousel button.owl-dot{
		font-size: x-large;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	
}

@media screen and (min-width: 1200px) and (max-width: 1999px) {
	.test{
		padding: 1.2em 1.8em;
	}
	
	/* Dot style */
	.owl-carousel button.owl-dot{
		font-size: xx-large;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	/* Author positioning & style */
	.testimonial_author{
		font-weight: 700;
		font-size: 1.4em;
		margin-top: 0;
        margin-bottom: 0;
        text-transform: capitalize;
	}
	/* Date positioning & style */
	.testimonial_date{
		font-weight: 500;
		font-size: 1.2em !important;
		float: left;
	}
	p.testimonial_location {
		margin-top:5px !important;
	}
	.testimonial_location{
        padding-top: 0em;
		margin-top:0 !important;
		margin-bottom: -0.4em;
		font-size: 1em;
		font-weight: 500 !important;
	}
	div.stars-outer.star_rating{
		/* margin-top: -30px; */
		
	}
		
}