.w-40 {width: 40% !important}
.w-60 {width: 60% !important}
.h-575px {height: 575px !important}
.h-500px {height: 500px !important}
.h-450px {height: 450px !important}
.h-300px {height: 300px !important}
.h-250px {height: 250px !important}
.h-200px {height: 200px !important}
.h-185px {height: 185px !important}
.h-135px {height: 135px !important}
.h-70px {height: 70px !important}
.flex-1 {flex: 1 !important}
.flex-auto {flex: auto !important}
.z-index-1 {z-index: 1}
.text-sm {font-size: 12px !important}
.text-md {font-size: 16px !important}
.text-lg {font-size: 20px !important}
.text-xl {font-size: 24px !important}
.text-xxl {font-size: 28px !important}
.text-el{display: -webkit-box !important;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;}
.text-9-line {-webkit-line-clamp: 9}
.text-8-line {-webkit-line-clamp: 8}
.text-7-line {-webkit-line-clamp: 7}
.text-6-line {-webkit-line-clamp: 6}
.text-5-line {-webkit-line-clamp: 5}
.text-4-line {-webkit-line-clamp: 4}
.text-3-line {-webkit-line-clamp: 3}
.text-2-line {-webkit-line-clamp: 2}
.text-initial {text-transform: initial;}

.container-empty > .row,
.container-empty > .row > .col-md-12 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.h-400px {height: 400px;}
.h-450px {height: 450px;}
.overlay-bg .overlay-white{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff54;
}

li.footer_list a {
    color: #333;
}

li.footer_list:hover a {
    color: #fff;
}