/* 轮播的ccs */
.carousel-inner img {
    width: 100%;
    height: 470px;

}
.carousel-caption{
    position: absolute;
    right: 47%;
    bottom: 130px !important;
    left: 10% !important;
    padding-top: 20px;
    z-index: 0;
    padding-bottom: 20px;
    color: #fff;
    text-align: left !important;
}
.carousel-caption h3{
    margin-bottom: 35px;
    font-size: 40px;
    font-weight: bold;
}
.carousel-caption p{
    font-size: 20px;
    margin-bottom: 35px;
}
.carousel-caption button{
    width: 125px;
    height: 43px;
    border-radius: 7px;
}
.apply_user{
    color: rgb(59, 123, 253);
    background-color: white;
    border: 1px solid white;
}
.enquire-now{
    color: white;
    background-color: rgb(59,123,253);
    border:1px solid white;
    margin-left: 60px;
}
