.light-bg {
    background-color: #F6F6F6;
}

.pb-120 {
    padding-bottom: 120px;
}
.position-relative {
    position: relative !important;
}
.overflow-hidden {
    overflow: hidden !important;
}

.left-bottom {
    left: 0;
    bottom: 0;
    z-index: -1;
}

.mt-5 {
    margin-top: 3rem !important;
}

.app_list_item {
    padding: 20px 25px;
}

.deep-shadow {
    -webkit-box-shadow: 0px 12px 50px rgb(125 125 125 / 10%);
    box-shadow: 0px 12px 50px rgb(125 125 125 / 10%);
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.rounded-circle {
    border-radius: 50% !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.roundedmm{
	border-radius: 1px solid;
}

.roundedmm:hover {
    -webkit-box-shadow: 0 0 35px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 8%);
    position: relative;
    z-index: 5;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}