section.industries-slider{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media(min-width:768px) {
	section.industries-slider {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

@media(min-width:1200px) {
	section.industries-slider {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

@media(min-width:1400px) {
	section.industries-slider {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

@media(min-width:1700px) {
	section.industries-slider{
		padding-top: 5.5rem;
		padding-bottom: 5.5rem;
	}
}
.industries-slider .container-fluid{
	max-width: 1920px;
}

@media(min-width:768px) {
	.industries-slider .container-fluid {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media(min-width:1200px) {
	.industries-slider .container-fluid {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

@media(min-width:1400px) {
	.industries-slider .container-fluid {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

@media(min-width:1700px) {
	.industries-slider .container-fluid {
		padding-left: 7.5rem;
		padding-right: 7.5rem;
	}
}
.industries-slider .swiper-pagination {
    width: auto;
    left: auto;
    right: 14px;
    top: auto;
    bottom: -18px;
}
.card.industry-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #f8e7d9;
	border-radius: calc(1.375rem + 1.25vw);
}

@media(min-width:992px) {
	.card.industry-card {
		height: 100%;
	}
}

@media(min-width:1440px) {
	.card.industry-card {
		border-radius: 2.5rem;
	}
}

.card.industry-card .card-img-wrapper img {
	width: 100%;
}

.card.industry-card .card-icon-wrapper {
	width: calc(1.75rem + 5vw);
	height: calc(1.75rem + 5vw);
}

@media(min-width:1440px) {
	.card.industry-card .card-icon-wrapper {
		width: 6.25rem;
	}
}

@media(min-width:1440px) {
	.card.industry-card .card-icon-wrapper {
		height: 6.25rem;
	}
}

.card.industry-card .card-icon-wrapper i {
	font-size: calc(1.525rem + 2.75vw);
	color: #ffffff;
}
.card.industry-card .card-icon-wrapper i {
    width: 30px;
    height: 30px;
    display: flex;
}

@media(min-width:1440px) {
	.card.industry-card .card-icon-wrapper i {
	    width: 64px;
	    height: 64px;
	    display: flex;
	}
}

@media(max-width:575.98px) {
	.card.industry-card .card-horizontal {
		border-radius: 0;
	}

	.card.industry-card .card-horizontal:last-child {
		border-radius: 0 0 1rem 1rem;
	}

	.card.industry-card .card-horizontal .card-img-wrapper {
		display: none;
	}
}

.card.industry-card .intro .card-title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
}
.card.industry-card .intro .card-title a{
	color: #000;
}
.card.industry-card>.card-body {
    display: flex;
    flex-direction: column;
}

.mi-list {
	list-style: none;
	padding-left: 0;
	gap: .5rem;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.mi-list.list-with-icon li {
	gap: .75rem;
}

.mi-list li {
	display: flex;
	align-items: center;
	color: #000000;
}
.card.blog-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 1rem;
}


.card.blog-card .card-img-wrapper img {
	width: 100%;
}

.card.blog-card>.card-body {
	display: flex;
	flex-direction: column;
}

.card.blog-card>.card-body .card-title {
    margin-bottom: 5px;
    color: #0a081b;
    font-weight: 500;
    font-size: 1rem;
}

.card.blog-card>.card-body .card-title a {
	color: inherit;
	text-decoration: none;
}

.card.blog-card>.card-body .card-text {
    font-size: 0.9rem;
    font-weight: 300;
    color: #000;
	margin-bottom: 0;
}

.card.blog-card.card-horizontal {
	flex-direction: row;
}

.card.blog-card.card-horizontal .card-img-wrapper {
	aspect-ratio: 16/9;
	flex: 1;
	min-width: 10rem;
	max-width: 10rem;
	min-height: 100%;
	border: solid 2px #000;
    padding: 2px;
}

@media(min-width:1200px) {
	.card.blog-card.card-horizontal .card-img-wrapper {
		min-width: 12rem;
		max-width: 12rem;
	}
}

@media(min-width:1400px) {
	.card.blog-card.card-horizontal .card-img-wrapper {
		min-width: 14rem;
		max-width: 14rem;
	}
}

.card.blog-card.card-horizontal .card-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card.blog-card.card-horizontal .card-body {
	padding: 1rem;
}

@media(min-width:1700px) {
	.card.blog-card.card-horizontal .card-body {
		padding: 2rem;
	}
}
.bg-dark-orange{
	background: #f98125;
}
.industries-slider .button-next i, 
.industries-slider .button-prev i {
    color: #f98125;
}
.industries-slider .button-next.swiper-button-disabled, 
.industries-slider .button-prev.swiper-button-disabled {
    opacity: .5;
}