/**************************************************************************************************
* Sliders Styles                                                                                  *
***************************************************************************************************/

/**************************************************************************************************
* Companies Slider - Simple (Advanced Manufacturing)                                              *
***************************************************************************************************/
/*.companies-slider-wrapper,*/
/*.companies-slider {*/
/*	background-color: #F3F3F3;*/
/*}*/

/*.companies-slider-title {*/
/*	color: #002857;*/
/*	text-align: center;*/
/*	margin-bottom: 4rem;*/
/*}*/

/*.companies-slider .companies-swiper {*/
/*	padding-bottom: 3rem;*/
/*}*/

/*.companies-slider .slider-company-logo img {*/
/*	height: 40px;*/
/*	width: auto;*/
/*}*/

/*!* .companies-slider .swiper-pagination {*/
/*	bottom: 0;*/
/*} *!*/

/*.companies-slider .swiper-pagination-bullet-active {*/
/*	background-color: #002857;*/
/*}*/

/**************************************************************************************************
* Companies Slider - Two Rows (Advanced Manufacturing)                                            *
***************************************************************************************************/
/*.companies-slider-two-wrapper,*/
/*.companies-slider-two {*/
/*	background-color: #e4e4e4;*/
/*}*/

/*.companies-slider-two-title {*/
/*	color: #002857;*/
/*	text-align: center;*/
/*	margin-bottom: 4rem;*/
/*}*/

/*.companies-slider-two .companies-swiper-one,*/
/*.companies-slider-two .companies-swiper-two {*/
/*	padding-top: 1rem;*/
/*	padding-bottom: 3rem;*/
/*}*/

/*.companies-slider-two .slider-company-logo img {*/
/*	height: 40px;*/
/*	width: auto;*/
/*}*/

/*.companies-slider-two .swiper-pagination-bullet-active {*/
/*	background-color: #002857;*/
/*}*/

/**************************************************************************************************
* Spotlight Slider (Automotive / Home)                                                            *
***************************************************************************************************/
/*.spotlight-block-title {*/
/*	color: #002857;*/
/*	margin-bottom: 2rem;*/
/*}*/

/*.spotlight-block .swiper-wrapper {*/
/*	display: flex;*/
/*	align-items: stretch;*/
/*	!* background-color: blue; *!*/
/*	!* height: 700px; *!*/
/*}*/

/*.spotlight-card {*/
/*	!* background-color: red; *!*/
/*	height: 100%;*/
/*	!* min-height: 100%; *!*/
/*}*/

/*.spotlight-card-body-text {*/
/*	padding-left: 1rem;*/
/*	padding-right: 1rem;*/
/*	border-left: 2px solid #e4e4e4;*/
/*	margin-bottom: 1rem;*/
/*}*/

/*.spotlight-card-title {*/
/*	color: #002857;*/
/*	margin-bottom: 0.5rem;*/
/*}*/

/*.spotlight-card-img {*/
/*	width: 100%;*/
/*	!* height: auto; *!*/
/*	height: 300px;*/
/*	object-fit: cover;*/
/*}*/

/*.spotlight-card {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*	justify-content: space-between;*/
/*	height: 100% !important;*/
/*	align-items: stretch;*/
/*}*/

/*!* .spotlight-card-body {*/
/*    flex: 1 0 auto;*/
/*} *!*/

/*!* .spotlight-block .swiper-slide-active img {*/
/*	transform: scale(1.2);*/
/*	transition: all 0.3s ease-in-out;*/
/*	position: relative;*/
/*	z-index: 3;*/
/*} *!*/

/*!* .spotlight-block .swiper-slide-active img:hover {*/
/*	transform: scale(1.25);*/
/*	transition: all 0.4s ease-in-out;*/
/*} *!*/

/*!* .spotlight-block .swiper-slide-active img::after {*/
/*	border-bottom: 5px solid #002857;*/
/*} *!*/

/*.spotlight-block .cta-link {*/
/*	visibility: hidden;*/
/*}*/

/*.spotlight-block .swiper-slide-active .cta-link {*/
/*	visibility: visible;*/
/*	transition: all 0.4s ease-in-out;*/
/*}*/

/*.spotlight-block .cta-link {*/
/*	margin-top: 1rem;*/
/*}*/

/*.spotlight-block .spotlight-swiper {*/
/*	padding-bottom: 3rem;*/
/*}*/

/*.spotlight-block .spotlight-swiper .swiper-pagination-bullet-active {*/
/*	background-color: #002857;*/
/*}*/

/**************************************************************************************************
* About Slider - Complex (Automotive)                                                             *
***************************************************************************************************/
/*.about-slider-wrapper,*/
/*.about-slider {*/
/*	background-color: #F3F3F3;*/
/*}*/

/*.about-slider-title {*/
/*	color: #002857;*/
/*	text-align: center;*/
/*	margin-bottom: 4rem;*/
/*}*/

/*.about-slider .text-swiper {*/
/*	padding-bottom: 3rem;*/
/*	padding-right: 0;*/
/*}*/

/*@media (max-width: 767px) {*/
/*	.about-slider .text-swiper {*/
/*		margin-top: 1rem;*/
/*	}*/
/*}*/

/*.about-slider .text-slider-content {*/
/*	padding-left: 2rem;*/
/*	padding-right: 2rem;*/
/*	width: 80%;*/
/*}*/

/*@media (max-width: 767px) {*/
/*	.about-slider .text-slider-content {*/
/*		text-align: center;*/
/*		padding-left: 10%;*/
/*		padding-right: 10%;*/
/*		width: 100%;*/
/*	}*/
/*}*/

/*.about-slider .text-slider-title {*/
/*	color: #002857;*/
/*	font-weight: bold;*/
/*	margin-top: 0.25rem;*/
/*	margin-bottom: 0.5rem;*/
/*	position: relative;*/
/*}*/

/*.about-slider .text-slider-title::before {*/
/*	content: '';*/
/*    display: block;*/
/*    width: 30px;*/
/*    height: 1px;*/
/*    background-color: #002857;*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	left: -40px;*/
/*	transform: translateY(-50%);*/
/*}*/

/*@media (max-width: 767px) {*/
/*	.about-slider .text-slider-title::before {*/
/*		display: none;*/
/*	}*/
/*}*/

/*.about-slider .logos-swiper {*/
/*	padding-bottom: 3rem;*/
/*}*/

/*.about-slider .slider-company-logo img {*/
/*	height: 70px;*/
/*	width: auto;*/
/*}*/

/*.about-slider .swiper-pagination-bullet-active {*/
/*	background-color: #002857;*/
/*}*/

/**************************************************************************************************
* Quote Slider Block                                                                              *
***************************************************************************************************/
/*.quote-slider-block-bg {*/
/*	background-size: cover;*/
/*	background-position: center;*/
/*	background-repeat: no-repeat;*/
/*}*/

/*@media (max-width: 767px) {*/
/*	.quote-slider-block-bg {*/
/*		height: 40vh;*/
/*	}*/
/*}*/

/*.quote-swiper {*/
/*	height: 100%;*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	align-items: center;*/
/*}*/

/*.quote-card {*/
/*	min-height: 40vh;*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	padding-left: 15%;*/
/*	padding-right: 15%;*/
/*}*/

/*@media (max-width: 767px) {*/
/*	.quote-card {*/
/*		margin-top: 2rem;*/
/*		padding-left: 5%;*/
/*		padding-right: 5%;*/
/*	}*/
/*}*/

/*.quote-card img {*/
/*	width: 70px;*/
/*	height: 70px;*/
/*}*/

/*.quote-swiper .swiper-pagination-bullet-active {*/
/*	background-color: #002857;*/
/*}*/

/*.swiper-pagination {*/
/*	bottom: 2rem !important;*/
/*}*/

/*@media (max-width: 767px) {*/
/*	.swiper-pagination {*/
/*		bottom: 0 !important;*/
/*	}*/
/*}*/
