.img-hdr {
	background-image: url('../../images/home/rglwi-header.png');
    height: 69px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.profile-card {
    border-radius: 20px;
    margin: 15px 20px;
    background: #dad0cc;
    margin-top: 230px;
}
.profile-card-img {
	filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.4));
}
.profile-card-txt-con {
	background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px;
    color: black;
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
    margin: -93px 0px 0px 0px;
    min-height: 118px;
}
.profile-card-txt-lvl1 {
	font-size: 18px;
    font-weight: bold;
}
.mt-200n {
    margin-top: -200px;
}
.evnt-con {
	background-image: url('../../images/home/meeting-event.png');
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.pge-bdy {
	background-image: url('../../images/home/smart-city-raipur-02.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.hm-footr {
	min-height: 450px;
}
.hstd-txt-con {
	text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #16343d;
}
.hstd-txt {
	display: inline-block;
    background: white;
    z-index: 1;
    position: relative;
    padding: 0px 22px;
}
.hstd-ldge {
	text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #16343d;
}
.hr-ln {
	border-top: 1px solid #5a94a8;
    position: relative;
    margin-top: -12px;
}
.px5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

/* Extra small devices (phones) */
@media (max-width: 575.98px) and (max-width: 767.98px) {
	.hm-footr {
	    min-height: 100px;
	}
	.px5 {
	    padding-right: 0rem !important;
	    padding-left: 0rem !important;
	}
	.profile-card-con {
		display: none !important;
	}
	.evnt-con {
		height: 100px;
	}
}