/*Heading style*/
 h1{
	color: #2b338d;
	margin-bottom: 4px;
	font-weight: 500;
	font-size: 40px;
}
h2{
	color:#666666;
	font-size: 20px;
	font-weight: 800;
}

h3{
	font-weight: 700;
	color:#666666;
}

h4{
	font-size: 18px;
	font-weight: 700;
	color:#666666;
}

h5{
	font-size: 18px;
	font-weight: 400;
	color:#666666;
}


h5{
	font-size: 16px;
	font-weight: 600;
	color:#666666;
}

/*buttons style*/
.default-btn{
	border-radius: 6px;
	background: #6A7FA0;
	color: #fff;
	font-size: 13px;
	padding: 6px 12px;
	text-transform: capitalize;
}
/*Anchor style*/
.default-anchor{
	font-size: 14px;
	font-weight: 100;
	color: #7e8fb4;
	display: inline-block;
	cursor: pointer;
	font-style: italic;
}
.default-anchor:hover{
	color: #000;
}
