@font-face {
  font-family: 'webfont';
  font-display: swap;
}
.topBar {
	width: 100%;
	height: 80px;
	background: linear-gradient(135deg, #ff98984f 0%, #f4d3ff 100%);
	border: 0px;
}
.nav_logo_div{
	height: 80px;
	margin-left: 18%;
	margin-right: 0.78%;
}
.nav_name_div{
	height: 80px;
	margin-right: 34%;
}
.nav_tab_txt{
	font-size:17px;
	/*font-weight: bold;*/
	color: #fff;
	margin-right: 5%;
	font-family:"webfont" !important;
	/*font-weight: bold;*/
}
.div_bg1{
	background-image: url('banner.jpg');
	background-size: cover;
	display: flex;
	flex-direction: column;
}
.org_txt{
	font-size:26px;
	color: #fff;
	font-family:"webfont" !important;
}
.columnLast{
	display: flex;
	flex-direction: column-reverse;
}
.down_btn{
	background: #FFFFFF;
	color:#F16497;
	font-size: 19px;
}
.bg_txt{
	font-size:20px;
	color: #000;
	/*font-family: Regular!important;*/
	font-family:"webfont" !important;
	font-weight: bold;
}
.rowDiv{
	display: flex;
	flex-direction: row;
}
.columnCenter{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}