/*Universal Rules */
.blog-banner-bg {
				padding: 5%;
				background:linear-gradient(rgb(36 142 192), rgb(0 0 0 / 79%));
				background-size : cover; 
				background-repeat : no-repeat;	
				background-position:center;				
			}

ol{
	margin-left:3%;
}
	
ol li{
	font-size:16px;
	
}
ul{
 margin-left:3%;
}
ol ul{
	margin-left:3%;
}
ul li{
	font-size:16px;
	font-weight:500;
	
}
p{
	text-align: justify !important;
  	text-justify: inter-word !important;
  	line-height:30px !important;
}
.standard-banner{
	padding:5%;
	background:linear-gradient(rgb(36, 142 ,192), rgba(0, 0, 0, 79%));
	background-size : cover; 
	background-repeat : no-repeat;	
	background-position:center;				
}

/*Selector Rules Finished*/

/*Floating button Style*/
.float-back{
	position:fixed;
	width:50px;
	height:50px;
	bottom:100px;
	right:30px;				
	border-radius:50px;
	text-align:center;
	z-index:99;
	color:#fff;
	line-height:50px !important;
}
.float-back:hover{
	color:#ED553B;
	text-decoration:none;
	
	
}
.float-msg{
	position:fixed;
	width:50px;
	height:50px;
	bottom:160px;
	right:30px;				
	border-radius:50px;
	text-align:center;
	z-index:99;
	color:#fff;
	line-height:50px !important;
}
.float-msg:hover{
	color:#ED553B;
	text-decoration:none;
}
/*Floating Button Styles finished*/

/* link text style in paragraph */
.text-link{
	color:#5bc0de !important;
}
/* link text Style */

