@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

.Front-header {
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    z-index: 99;
    position: relative;
}

.Front-header .navbar-brand img {
    width: 70px;
}

.Front-header .navbar-brand {
    padding: 0;
}

.Front-Pagebanner {
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Front-Pagebanner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 250 250 / 30%);
    top: 0;
    left: 0;
}

.Banner-Title {
    text-align: center;
    position: relative;
    z-index: 2;
}

.Banner-Title h1 {
    font-size: 40px;
    font-weight: bold;
}

.custom-space {
    padding: 60px 0;
}

.Description-info h5 {
    font-size: 20px;
}

.Description-info ul li {
    margin-bottom: 10px;
    list-style-type: disc;
}

.Description-info {
    margin: 0 0 30px;
}

.Description-info ul {
    padding-left: 18px;
}

.Description-info span {
    display: block;
}

.Front-Footer {
    display: flex;
    padding: 15px;
    justify-content: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    z-index: 99;
    position: relative;
}