
a:hover{
	text-decoration: none;
}

/* All BG */
.bg-connect{
	background-color: #E51D20 !important; 
}


/* All Width */
.width-100{
	width: 100%;
}
.width-95{
	width: 95%;
}
.width-90{
	width: 90%;
}
.width-85{
	width: 85%;
}
.width-80{
	width: 80%;
}




/*All Custom Font Size  */
.fs-14{
	font-size: 14px;
}



/* All Padding Css */
.pt-20{
	padding-top: 20px;
} 

.pt-30{
	padding-top: 30px;
} 
.pt-60{
	padding-top: 60px
}
.pb-20{
	padding-bottom: 20px;
}
.pb-30{
	padding-bottom: 30px;
}
.pb-60{
	padding-bottom: 60px
}


/* All Margin CSS */

.mt-mb-30{
	margin-top: 30px;
	margin-bottom: 30px;
}
.mb-10{
	margin-bottom: 10px;
}
@media screen and (min-width: 768px){
	.mb-md-30 {
	    margin-bottom: 30px!important;
}