.carousel {
	margin-bottom: 0px;
}
.carousel-caption {
	max-width: 50%;
	bottom: 100px;
	z-index: 10;
}
.carousel-caption h1 {
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
}
@media (max-width: 575.98px) {
.carousel-caption {
	max-width: 80%;
	bottom: 50px;
	z-index: 10;
}
.carousel-caption h1 {
	color: #ffffff;
	font-size: 38px;
	font-weight: bold;
}	
}
.carousel-caption a {
	color: #f55b14;
	text-decoration: none;
}
.carousel-caption a:hover {
	color: #f55b14;
	text-decoration: none;
}
.carousel-item {
	-webkit-height: 100vh;
	-moz-height: 100vh;
	-ms-height: 100vh;
	-o-height: 100vh;
	height: 100vh;
	max-height: 500px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:50% 50%;
}
/* resmin küçük ekranlarda ortalanması için */
.carousel-item > img {
	position: absolute;
	min-width: 101%;
	-webkit-height: 100vh;
	-moz-height: 100vh;
	-ms-height: 100vh;
	-o-height: 100vh;
	height: 100vh;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}
.carousel-indicators {
	bottom: 0px;
}
.carousel-indicators .active {
	background-color: #f55b14;
}
.carousel-bottom {
	background-color: #ff0000;
	width: 100%;
	height: 0px;
	position: relative;
}
.carousel-bottom:before {
	content: "";
	background: url(../../../images/slider/carousel-bottom-rectangle-right-down.svg) bottom center;
	background-size: cover;
	width: 100%;
	height: 80px;
	-moz-transform: scale(-1,-1);
    -o-transform: scale(-1,-1);
    -webkit-transform: scale(-1,-1);
    transform: scale(-1,-1);
	position: absolute;
	top: -80px;
}

@media (max-width: 575.98px) {
.carousel-bottom:before {
	content: "";
	background: url(../../../images/slider/carousel-bottom-rectangle-right-down-sm.svg) bottom center;
	background-size: cover;
	width: 100%;
	height: 80px;
	-moz-transform: scale(-1,-1);
    -o-transform: scale(-1,-1);
    -webkit-transform: scale(-1,-1);
    transform: scale(-1,-1);
	position: absolute;
	top: -80px;
}
}

@media (min-width: 40em) {
/* Bump up size of carousel content */
.carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
}
}
.carousel-bottom-orange {
	width: 100%;
	height: 2px;
	background-color: #f55b14;
}
.carousel-bottom-blue {
	width: 100%;
	height: 7px;
	background-color: #082560;
}




