body{
    background: white;
}
.container-fluid{
padding-left: 0%;
padding-right: 0%;
}
.section-title h3{
    font-weight: bolder;
    margin-bottom: 0px;
}
.hr-style{
    border: 6px dotted white !important;
    border-bottom: none !important;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
}
.navbar{
    background: #030734;
}

.nav-link{
    margin: 10px;
    border-radius: 5px;
    transition: .4s;
}
.nav-link:hover{
    background: #00A9A4;
    color: #fff;
    transform: scale(1.2);
}
.submit-btn{
    background-color:#00A9A4 ;
    color: white;
    transition:  0.5s ease-in-out
}
.submit-btn:hover{
    background-color:#030734 ;
    color: white;
    
}

/* feedback me start */
#feedback{

    background:#5eaaa8;
}
.carousel-item{
    text-align: center;
    padding: 5% 15%;
    font-style: italic;
}
.feedback-img{
    width:120px;
    height: auto;
}
.carousel-indicators{
    bottom: -20px;
}
/* feedback me end */

/* footer me start */
footer{
    padding: 2% 10%;
    background:#030734;
}
footer a{
    color: #fff;
    margin: 0 10px;
}
footer a:hover{
    color: #00A9A4;

}
/* footer me end */

@media (max-width:991px) {
    .sidebar{
        background-color: rgba(0, 169, 164, 0.6);
        backdrop-filter: blur(10px);
    }
    .nav-link{
        padding: 10px;
        margin: 10px;
        border-radius: 5px;
        transition: .4s;
    }
    .nav-link:hover{
        background: #030734;
        color: #fff;
        transform: scale(1.2);
    }
    
}

@media only screen and (max-width : 767px) {
    .main-content { 
        display: flex;
        flex-direction: column-reverse;
     }
}