.carousel-caption{
	top:0;
    width: 35%;
}




.carousel-caption button {
	
	
}

.carousel-caption button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 18px/100% "Montserrat",sans-serif;
	padding: .45em 1.2em .45em;
}
.carousel-caption button:hover {
	text-decoration: none;
}
.carousel-caption button:active {
	position: relative;
	top: 1px;
}

.carousel-caption .orange {
	color: #000;
	font-weight: 600;
	border: solid 1px #bdb7b7;
	background: #FFD279;
	border-radius: 5px;
	font-size: 22px;
}
.carousel-caption .orange:hover {
	background: #FFC54D;

	
}
.carousel-caption .orange:active {
	
	color: #fcd3a5;
	
}


@media (min-width:601px)  {
	
	.carousel-caption, .carousel-caption h1 { text-align:left !important; }
	 .carousel-caption  {    left: 14% !important; padding-top: 0% !important; }
	 
	 .carousel-caption h1 {
	color: #ffffff;
	font: 800 52px/0px "Montserrat",Helvetica,Arial,sans-serif;
	padding-bottom: 4%;
	line-height: 50px;
}
.carousel-caption p {
	font: 24px/23px "Montserrat",sans-serif;
	padding-bottom: 4%;
}
	
}
@media (max-width:600px)  {
	
	.carousel-caption h1 {
	color: #ffffff;
    font: 800 32px/30px "Montserrat",Helvetica,Arial,sans-serif;
    padding-bottom: 8%;	
}
.carousel-caption p {
	font: 22px/20px "Montserrat",sans-serif;
    padding-bottom: 4%;
}
		.carousel-caption, .carousel-caption h1 { text-align:left; }
.carousel-caption {
    bottom: 66px;
    padding-bottom: 0;
    padding-top: 0;
    top: 68px;
    width: 65%;
	left: 4%;
}
	
	
}

.carousel-inner > .item {
	min-height:  224px;
	height:400px;

  
  
}

.carousel-inner > .item > img {
	 object-fit: cover;
	 height:400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 400px;
  width: auto;
  object-fit: cover;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.carousel-caption {
	color: #fff;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	top: 0;
}