.heromain-slider-section {
	width: 100%;
	position: relative;
}
.heromain-slider-section .imgright {
	width: 100%;
	height: auto;
}
.carousel-caption {
	left: 5%;
	right: 5%;
	bottom: 5rem;
	z-index: 1;
}
.carousel-caption .indivtitle {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
.carousel-caption .indivtitle h4 {
	width: 60%;
	font-family: 'Poppins';
	font-size: 54px;
	color: #fff;
	line-height: 65px;
	font-weight: 600;
	text-shadow: 0 0 6px rgba(0,0,0,0.4);
	margin: 0 0 10px;
	padding: 0;
}
.carousel-caption .indivtitle h4 strong {
	font-family: 'Poppins';
	color: #fee45f;
	font-weight: 600;
}
.carousel-caption .indivtitle p {
	width: 60%;
	font-size: 19px;
	color: #fff;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0 30px;
}
.carousel-caption .indivtitle .prodicnbx {
	width: 55%;
	display: block;
}
.carousel-caption .indivtitle .prodicnbx .icnbx {
	width: 24%;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	margin: 0;
	padding: 10px;
	border-left: 1px solid #402a02;
}
.carousel-caption .indivtitle .prodicnbx .icnbx img {
	display: block;
	width: auto;
	height: 45px;
	margin: 0 auto 5px;
}
.carousel-caption .indivtitle .all-products-btn {
	display: inline-block;
	margin: 25px 0 0;
}
.carousel-caption .indivtitle .all-products-btn a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 27px;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
	padding: 10px 30px;
	border-radius: 5px;
	border: 1px solid #fff;
}
.carousel-caption .indivtitle .all-products-btn a:hover {
	color: #fff;
	border: 1px solid #fff;
}
.carousel-caption .indivtitle .getquote-btn {
	display: inline-block;
	margin: 25px 0 0 20px;
}
.carousel-caption .indivtitle .getquote-btn a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 27px;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
	padding: 10px 30px;
	border-radius: 5px;
	border: 1px solid #b77f22;
	background: #9e701e;
}
.carousel-caption .indivtitle .getquote-btn a:hover {
	color: #fff;
	background: #b77f22;
	border: 1px solid #9e701e;
}
.carousel-item {
	width: 100%;
	height: 100%;
}
.mobban {
	display: none;
}
@media screen and (max-width:1024px) {
.carousel-caption {
	bottom: 2rem;
}
.carousel-caption .indivtitle {
	width: 100%;
	text-align: center;
}
.carousel-caption .indivtitle h4 {
	width: 100%;
}
.carousel-caption .indivtitle p {
	width: 100%;
}
.carousel-caption .indivtitle .prodicnbx {
	width: 100%;
}
}
@media screen and (max-width:992px) {
.carousel-item > img {
	width: 100%;
	height: 100%;
}
.dskban {
	display: none;
}
.mobban {
	display: block;
}
.carousel-caption {
	bottom: 5rem;
}
.carousel-caption .indivtitle h4 {
	font-size: 38px;
	line-height: 48px;
}
.carousel-caption .indivtitle p {
	font-size: 17px;
	line-height: 26px;
}
}
@media screen and (max-width:480px) {
.carousel-caption {
	bottom: 1rem;
}
.carousel-caption .indivtitle h4 {
	width: 100%;
	font-size: 21px;
	line-height: 24px;
}
.carousel-caption .indivtitle p {
	width: 100%;
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 10px;
}
.carousel-caption .indivtitle .prodicnbx .icnbx {
	font-size: 12px;
	line-height: 18px;
	padding: 5px;
}
.carousel-caption .indivtitle .all-products-btn {
	margin: 15px 0 0;
}
.carousel-caption .indivtitle .all-products-btn a {
	font-size: 12px;
	line-height: 18px;
	padding: 8px 20px;
}
.carousel-caption .indivtitle .getquote-btn {
	margin: 15px 0 0 10px;
}
.carousel-caption .indivtitle .getquote-btn a {
	font-size: 12px;
	line-height: 18px;
	padding: 8px 20px;
}
}
