body
{
	font-family: 'Gilroy';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.font-poppins
{
	font-family: 'Gilroy';
}
.font-mont
{
	font-family: 'Gilroy';
}
.text-XL
{
	font-size: 28px;
}
.text-L
{
	font-size: 47px;
}
.text-LM
{
	font-size: 22px;
}
.text-ML
{
	font-size: 20px;
}

.text-M
{
	font-size: 18px;
}
.text-SM
{
	font-size: 16px;
	font-family:  'Gilroy';
}
.text-S
{
	font-size: 14px;
}
.text-SL
{
	font-size: 13px;
}
.text-Ms
{
	font-size: 12px;
}


/*Text Color Style*/
.text-blue
{
	color: #2e2c97;
}
.text-grey
{
	color: #585858;
}
.text-grey2
{
	color: #4a4a4a;
}

.bg-grey1{
	background: #ffffff;
}
/*Background color style*/
.bg-grey
{
	background: #f4f4fe;
}
.bg-blue
{
	background: #07224E;
	
}
.bg-blue2
{
	background: #3B71DC;
	
}

.font-weight-bold5
{
	font-weight: 500;
}
.font-weight-bold6
{
	font-weight: 600;
}
.font-weight-bold7
{
	font-weight: 700;
}
.line-height48
{
	line-height: 48px;
}
.line-height32
{
	line-height: 32px;
}
.line-height22
{
	line-height: 22px;
}
.line-height26
{
	line-height: 26px;
}

.border-radius10
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.pb-100
{
	padding-bottom: 100px;
}
.mailtext
{
	position: relative;
}
.mailtext:before
{
	content: '';
	position: absolute;
	top: -15px;
	left: -50px;
	right: 0;
	margin: 0 auto;
	border:1px solid #a4a4a4;
	width: 250px;
	height: 1px;
}
.mailtext:after
{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	right: -50px;
	margin: 0 auto;
	border:1px solid #a4a4a4;
	width: 250px;
	height: 1px;
}