    body{
      overflow-x: hidden;
      /* background: linear-gradient(40deg,#3378ab,#0c2c43) !important; */
    }
    .img-center{
        display: block;
        margin: 0 auto;
    }

    #carouselExampleControls{
        display: none;
    }
    #carouselExampleControls img{
        height: 500px;
    }
    .navbar a {
        color: white;
        padding: 6px;
    }
    .navbar a:hover {
        color: white;
        /*font-weight: bold;*/
        text-decoration: none;
        box-shadow: inset 0 -3px 0 0 #ffc107;
    }
    .card{
        background-color: transparent !important;
        border: none !important;
    }
    .card-title{
        color: white;
    }
    #fd{
        width: 100%;
        margin-top: -24px;
    }
    .h-title{
        padding-top: 158px;
        padding-left: 40px;
        padding-right: 0;
        /* color: #ffc107; */
    }

    header {
        background-position: top;
        background-size: cover;
        min-height: 466px;
        padding: 12px 0 0 0;
        background-color: rgba(0, 33, 59, 0.63);
        color: white;
    }

    header::before {
        background-image:url(https://i.pinimg.com/originals/b0/5b/f5/b05bf50f6384f7321913f36da899d192.jpg);
        background-size: cover;
        background-position: center;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
        max-height: 593px;
    }


    .btn-warning{
        color: white !important;
        font-weight: bold;
    }