.top-div {
    padding: 0 60px;
    max-width: 100%;
    background-color: rgb(33 32 88) !important;
}

.slider-inner .overlay-custom-blue{
height: 400px !important;
margin-bottom: 30px;
}
.slider-inner  .flickity-page-dots{
    display: none !important;
}
.slider-inner .flickity-button{
    display: none !important;
}
.text-caption
{
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
}
.text-caption h1{
    color: rgb(250, 250, 250) !important;
}
.text-caption  a{
    color: rgb(250, 250, 250) !important;
}








/*Mobile View*/

@media screen and (max-width: 767px) {
    .navbar-brand-img {
        max-height: 60px;
      
    }
    header .navbar-nav{
        display: block;
        margin-right: 30px !important;
    } 
    header .navbar-nav .nav-item{
        padding: 0;
    } 
    .bg-cover .col-lg-6  {
        margin-bottom: 0 !important;
    }
    .slider-inner .overlay-custom-blue {
        height: 350px !important;
        margin-bottom: 10px;
    }
}