/* CSS Document */

/* Carousel Global */
.acq-carousel {}
.carousel-inner img {height: 100vh; width: 100%; object-fit: cover; background-position: center center; background-color: #000;}
.overlay-carousel {position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; opacity: 1; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 64%, rgba(0, 0, 0, 0.75) 65%, rgba(0, 0, 0, 1) 100%);}  
.carousel-indicators {bottom: 50px; z-index: 2 !important;}
.carousel-indicators li {border: 1px solid #fff; margin: 0px 5px; width: 18px; height: 18px; border-radius: 20px; background-color: transparent; opacity: 1;}
.carousel-indicators li:hover {cursor: pointer !important;}
.carousel-indicators li:hover, .carousel-indicators li:focus, .carousel-indicators li.active {background-color: #415ba7; transition: all 0.3s ease-in;}
.carousel-control-next, .carousel-control-prev {width: auto !important;}
.controls {position: relative; z-index: 10; bottom: 60px; max-width: 1400px;}
a.carousel-indicators, a.carousel-indicators:hover {color: #aeaeae !important;}
.car-prev:before {content: "\2190"; margin-bottom: 4px; margin-right: 12px;}
.car-next:after {content: "\2192"; margin-bottom: 4px; margin-left: 12px;}
.car-prev-span, .car-prev-span:hover {margin-left: 10px; color: #fff !important;}
.car-next-span, .car-next-span:hover {margin-right: 10px; color: #fff !important;}
.car-prev, .car-next {font-size: 1.375rem; color: #aeaeae; text-transform: uppercase; letter-spacing: 1px; opacity: 1;}
.car-prev:hover, .car-next:hover {color: #fff; opacity: 1; transition: all 0.4s ease-in-out;}
.car-cont {background-color: transparent; position: absolute; width: 100%; height: auto; bottom: 200px; left: 0; vertical-align: middle; z-index: 7;}
.car-num {color: #fff; font-size: 30px; padding: 0px 0px 15px; border-bottom: 4px solid #415ba7; width: 8rem;}
.car-title {color: #fff; font-size: 80px; margin: 25px 0px; text-decoration: none !important;}
.car-text {color: #fff; font-size: 1.2rem; margin: 0px 0px 30px; }
.car-link {color: #fff; background-color: transparent;}

/*
.car-title:hover {color: #007bff; text-decoration: none; transition: all 0.3s ease-in;}
.car-link:hover {transition: all 0.3s ease-in;}
*/

/* Extra small devices (iPhone 5/SE) */
@media (max-width: 321.98px) {
	.car-cont {bottom: 100px !important;}
	.car-title {font-size: 50px; }
	.carousel-indicators {bottom: 40px;}
	.controls {display: none !important;}
}

/* Extra small devices (iPhone 6/7/8 and Plus Models) */
@media (min-width: 322px) and (max-width: 415.98px) {
	.car-cont {bottom: 190px !important}
	.car-title {font-size: 50px; }
	.carousel-indicators {bottom: 40px;}
	.controls {display: none !important;}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 416px) and (max-width: 575.98px) {
	.car-cont {bottom: 190px !important}
	.car-title {font-size: 50px; }
	.carousel-indicators {bottom: 40px;}
	.controls {display: none !important;}
}

/* Small devices COL-SM (landscape phones, 576px - 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {}

/* Medium devices COL-MD (small tablets, 768px - 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {}

/* Large devices COL-LG (large tablets/laptops, 992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra large devices COL-XL (desktops, 1200px and larger) */
@media (min-width: 1200px) {
	/* Carousel */
	.car-text {width: 75%;}
}