.logo-size {
    width: 180px;
}
.bg-size {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.theme-overlay {
    position: absolute;
    background-color: #d10243e6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.page-bg-size {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.page-overlay {
    position: absolute;
    background-color: #2442a9f0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.dropdown:hover .dropdown-menu {
    display: block !important;
}
.bg-1 {
    background-color: #d10243 !important;
}
.color1 {
    color: #d10243 !important;
}
.bg-2 {
    background-color: #f05c8a !important;
}
.color2 {
    color: #f05c8a !important;
}
.brd-color {
    border-color: #d10243 !important;
}
.home-title {
    font-size: 55px;
}
.fs-14 {
    font-size: 15px;
}
.fs-13 {
    font-size: 13px;
}
.fs-11 {
    font-size: 12px;
}
.brand-logo {
    width: 150px;
}