/* .carousel-item img{
    height: 500px;
    width: 100%;
} */
.dropdown .dropdown-menu .dropdown-item:hover,.dropdown .dropdown-menu .dropdown-item:focus,.dropdown .dropdown-menu .dropdown-item:active {
 border-left: 5px solid #1e1e41;
 transition: .3s;
}
    .btn-custum {
        background: none;
        border: none;
        text-align: center;
        font-size: 1rem;
        color: whitesmoke;
        background-color: #fa709a;
        padding: 0.8rem 1.8rem;
        border-radius: 2rem;
        cursor: pointer;
    }
    /* .btn-custum:hover {
        box-shadow: 5px 5px 10px #000;
        margin-bottom: 0.5rem;
        transition: .3s;
        border: 2px solid #fff;
    } */

  
@media (min-width: 320px){
    .carousel-item img{
        height: 400px;
        width: 100%;
    }
}


@media (min-width: 991px){
    .carousel-item img{
        height: 600px;
        width: 100%;
    }
}
.navbar .navbar-item:hover {
 border-bottom: 3px solid #fff;
}
.navbar-bg {
    padding: 0;
    background: #1e1e41;
}

.marketing {
    padding-top: 2rem;
    padding-bottom: 2rem;
} 
.rounded-circle.aim {
    background: aquamarine;
    width:140px; 
    height:140px;
    position: relative;
}
.rounded-circle.aim .bi{
    top: 50%;
    left: 45%;
    transform: translateY(-50%);
    position: absolute;
    color: white;
}
.contact-banner {
    background: url(../images/contactus.jpg);
    height: 200px;
    width: auto;
    background-size: cover;
    color: #fff;
}