/*--------------------------------------------------------------
	Site Style
--------------------------------------------------------------*/
.font-color-white {
    color: #FFF !important;
}
.font-color-red {
    color: red !important;
}
.font-color-green {
    color: #55c500 !important;
}
.font-size-12 {
    font-size: 12px !important;
}

.w-50 {
    width: 50% !important;
}
.w-100 {
    width: 100% !important;
}
.w-100px {
    width: 100px !important;
}
.w-180px {
    width: 180px !important;
}
.w-25px {
    width: 25px !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-5 {
    margin-bottom: 5 !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-35 {
    margin-left: 35px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.h-100 {
    height: 100px !important;
}
.h-230 {
    height: 230px !important;
}
.img-size {
    width: 150px;
    height: 150px;
    object-fit: cover;
}
