.orchidmainhero-section {
	position: relative;
	width: 100%;
}
.orchidmainhero-section img {
	width: 100%;
	height: auto;
}
.orchidmainhero-section::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.63);
	z-index: 1;
}
.carousel-caption {
	bottom: 10rem;
	z-index: 1;
}
.carousel-caption .bantxt {
	width: 100%;
	text-align: left;
}
.carousel-caption .bantxt h5 {
	position: relative;
	font-family: 'Cormorant Garamond';
	font-size: 21px;
	color: #fff;
	line-height: 30px;
	font-weight: 500;
	margin: 0 0 15px;
	padding: 0 0 0 120px;
}
.carousel-caption .bantxt h5::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 100px;
	height: 2px;
	background: rgba(256, 256, 256);
}
.carousel-caption .bantxt h4 {
	font-family: 'Cormorant Garamond';
	font-size: 70px;
	color: #fff;
	line-height: 80px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.carousel-caption .bantxt .call-btn {
	display: inline-block;
	padding: 30px 0 0;
}
.carousel-caption .bantxt .call-btn a {
	display: block;
	font-family: 'Cormorant Garamond';
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	line-height: 30px;
	text-decoration: none;
	transition: 0.3s;
	border-radius: 50px;
	border: 1px solid rgba(256,256,256,0.5);
	padding: 8px 25px;
	margin: 0;
}
.carousel-caption .bantxt .call-btn a:hover {
	color: #fff;
	background: #4679ec;
}
.carousel-control-prev {
	display:none;
}
.carousel-control-next {
	display:none;
}
.carousel-item {
	width: 100%;
	height: 100%;
}
.mobban {
	display: none;
}
@media screen and (max-width:1024px) {
.carousel-item > img {
	width: 100%;
	height: 100%;
}
.dskban {
	display: none;
}
.mobban {
	display: block;
}
.carousel-caption .bantxt h5 {
	font-family: 'Cormorant Garamond';
	font-size: 17px;
	padding: 0 0 0 70px;
}
.carousel-caption .bantxt h5::before {
	width: 50px;
}
.carousel-caption .bantxt h4 {
	font-family: 'Cormorant Garamond';
	font-size: 50px;
	line-height: 60px;
}
.carousel-control-next-icon {
	width: 20px;
    height: 20px;
}
.carousel-control-prev-icon {
	width: 20px;
    height: 20px;
}
}
@media screen and (max-width:560px) {
.carousel-caption {
	bottom: 1rem;
}	
.carousel-caption .bantxt h5 {
	font-family: 'Cormorant Garamond';
	font-size: 14px;
	padding: 0 0 0 50px;
}
.carousel-caption .bantxt h5::before {
        width: 40px;
    }
.carousel-caption .bantxt h4 {
	font-family: 'Cormorant Garamond';
	font-size: 28px;
	line-height: 36px;
}
.carousel-caption .bantxt .call-btn {
	padding: 20px 0 0;
}
.carousel-caption .bantxt .call-btn a {
	font-family: 'Cormorant Garamond';
	font-size: 15px;
	padding:5px 15px;
}
}
