.carousel .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
}

.carousel .carousel-caption h5 {
    font-size: 30px;
    font-weight: 600;
    color: #EAEFFF;
}

.carousel-control-prev{left:20px !important;}
.carousel-control-next{right:20px !important;}

#slider {
    height: 350px;
	padding-top: 100px;
}

#about {
    padding-top: 154px;
}

#about .line-bottom {
    border-bottom: 4px solid #FF7815;
    padding-top: 12px;
    width: 125px;
    margin-bottom: 30px;
}

/* #about .slider {
    padding: 0 40px;
} */

#about .slider {
    height: 250px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 60px;
}

#about .slider .carousel-item {
    /*background-size: contain!important;*/
	background-size:cover !important;
}

#about .slider .carousel-indicators {
    bottom: -50px;
}

#about .slider .carousel-indicators li {
    opacity: 1;
}

#about .slider .carousel-indicators li.active {
    background-color: #011C76;
}

#about .slider .carousel-control-prev,
#about .slider .carousel-control-next {
    width: unset;
}

#about .slider .carousel-control-prev-icon {
    background-image: url('../img/icons/arrow-left.svg');
}

#about .slider .carousel-control-next-icon {
    background-image: url('../img/icons/arrow-right.svg');
}


@media (max-width: 1200px) {
    #slider {
		height: 450px;
		padding-top: 0;
	}

    #about {
        padding: 60px 10px;
    }
}