html{
    scroll-behavior: smooth;
}
body{
    padding: 0 !important;
}
.navbar{
    text-align: start !important;
    box-shadow: -1px -1px 12px 6px #00000061 !important;
}
.navbar-brand{
    padding: 0 !important;
    margin: 0 !important;
}
.nav-link{
    color: #fff !important;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e29b3c;
}
.nav-fun {
    display: flex;
    align-items: center;
    gap: 10px;
}
.nav-call {
    border: 1px solid rgba(255,255,255,.1);
    padding: 6px 15px;
    border-radius: 4px;
    display: none;
}
.call-btn{
    margin-bottom: 20px;
}
.call-btn a{
    border: 1px solid #e29b3c;
    padding: 8px 14px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    color: #e29b3c;
    font-weight: 500;
}
.hero-banner{
    margin-top: 64px;
    background-image: url(img/bg1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px 100px;
    text-align: center;
    position: relative;
}
.hero-banner::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0.50);
}
.train-station{
    background-image: url(img/train.jpg);
}
.train-station::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0.70);
}
.hero-banner h1{
    font-size: 45px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 12px;
}
.hero-banner p{
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.p-20{
    padding-bottom: 20px ;
}
.pt-20{
    padding-top: 20px;
}
.content-div{
    padding: 40px 0;
}
.content-div h3{
    margin: 25px 0;
    font-weight: 700;
}
.content-div h2{
    margin: 25px 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
}
.content-div p span{
    font-weight: 700;
    padding-right: 10px;
}
footer{
    background-color: #e29b3c;
    padding: 20px 0px;
}
footer p{
    margin-bottom: 0 !important;
    color: #fff !important;
}
footer p a{
    color: #fff !important;
    text-decoration: none;
}
footer p a:hover{
    text-decoration: none;
}
.float-right {
    position: relative;
    bottom: 10px;
}
.float-right a img {
    width: 44px;
}









@media screen and (max-width: 767px) {
    .navbar{
        padding: 8px 10px !important;
    }
    .navbar-brand {
        padding: 0 !important;
        margin: 0 !important;
        text-shadow: none !important;
        color: white !important;
        font-family: serif !important;
        font-size: 18px !important;
    }
    .hero-banner {
        margin-top: 56px;
        padding: 20px 0px 86px;
    }
    .hero-banner h1{
        font-size: 25px;
    }
    .hero-banner p{
        font-size: 14px;
    }
    .call-btn{
        display: none;
    }
    .nav-call{
        display: block;
    }
    .content-div{
        padding: 20px 0px;
    }
    .content-div h3 {
        margin: 15px 0;
        font-size: 20px;
        line-height: 26px;
    }
    .content-div h2 {
        margin: 15px 0;
        line-height: 25px;
        font-size: 20px;
    }
}