/* Equal Heights for OwlCarousel 2 */
 .owl-carousel .owl-stage {
	 display: flex;
}
 .owl-carousel .owl-item {
	 display: flex;
	 flex: 1 0 auto;
}
 .owl-carousel .caption {
	 display: flex;
	 flex: 1 0 auto;
	 flex-direction: column;
}
 .owl-carousel .flex-text {
	 flex-grow: 1;
}
 .owl-carousel .thumbnail {
	 display: flex;
	 flex-direction: column;
	 margin: 0 15px;
}
/* Demo Styles */
 .container-fluid {
	 max-width: 1230px;
}
 .navbar-brand {
	 -webkit-transform: translateX(-50%);
	 transform: translateX(-50%);
	 left: 50%;
	 position: absolute;
	 margin-left: 0px !important;
}
.owl-carousel .thumbnail{
 box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%) !important;
    padding-top: 40px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
	padding-bottom: 40px !important;}
.owl-nav {
    display: none;
}
.owl-dots {
    padding-top: 35px !important;
}
.caption h4{
	color:#663297;
}