/*MAIN COLOR */
@import "mail_color.css";


/*************************
*******Dashboard CSS******
**************************/


/* Carousel */

#carousel_dashboard {
    background: var( --color_background_Top);
    border-bottom: 20px solid var(--color_background_Top);
    padding-right: 20px;
}
#carousel_dashboard  .carousel-indicators li{
    border-color:var(--color_background_Top) ;
}

#carousel_dashboard .carousel-indicators .active{
    background: var( --color_background_Top);
}

#carousel_dashboard .carousel-inner{
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}

#carousel_dashboard img {
    height: 480px;
    width: 100%;
    max-width: 1200px;
    border-radius: 100px;
    border: none;
}
#carousel_dashboard .carousel-control.right {
    background: none;
}

/* Slogan */
.slogan{
    background-color: var(--color_background_Top);
    padding-left: 15px;
}

.slogan_area{
    background-color: var(--color_background_Slogan);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-top: 15px;

}

.slogan h1{
    text-align: center;
    background: none!important;
    color: var(--color_text_Slogan)!important;
    font-size: 50px!important;
    line-height: 50px !important;
    font-family: var(--text-info_title_font)!important;
    font-weight: bold!important;
    padding-top: 30px !important;
    padding-bottom: 10px !important;
}

.slogan h2{
    text-align: center;
    background: none!important;
    color: var(--color_text_Slogan)!important;
    font-size: 15px!important;
    font-family: var(--text-info_font)!important;
    font-weight: bold!important;
}

.slogan h3{
    text-align: center;
    background: none!important;
    color: var(--color_text_Slogan)!important;
    font-size: 15px!important;
    font-family: var(--text-info_font)!important;
    padding-bottom: 50px !important;
}

/* Facilities */
.facilities{
    padding-top: 50px;
    padding-bottom: 50px;
}
.facilities .thumbnail {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.facilities h3 {
    font-family: var(--text-family_font);
    font-size: 17px;
    text-align: center;
    font-weight: 600;
}

.facilities p {
    font-family: var(--text-family_font);
    font-size: 15px;
    letter-spacing: 0.1px;
    text-align: center;
}

@media (max-width: 991px) {
    #carousel_dashboard img {
        height: 200px;
        border-top-left-radius: 0!important;
        border-bottom-left-radius: 0!important;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;
    }

    .slogan h1{
        font-size: 25px!important;
        padding-top: 10px!important;
    }
}