.rounded-div {
    width: 80px;
    height: 80px;
    background-color: #f5821f;
    border-radius: 50%; /* Makes the div rounded */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.icon {
    font-size: 30px;
    color: #fff;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a{
    padding-left: 20px !important;
}

@media screen and (max-width: 425px){
    .home-carousel .carousel-caption h1,
    .home-carousel .carousel-caption p{
        display: none;
    }
}

.home-carousel .carousel-caption{
    top: 55%;
    transform: translateY(-50%);
    text-align: left;
}

.home-carousel .carousel-caption h1{
    font-weight: 700 !important;
}