.diamonds-101 h2 {
	font-size: 70px;
	font-weight: 600;
	width: 100%;
	text-align: center;
	color: #292929;
	line-height: normal;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 25px;
}
.nav-image {
	width: 100%;
	display: block;
	float: left;
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.img-block {
	width: 200px;
	float: left;
	border: 1px solid #000;
	transform: rotate(45deg);
	height: 200px;
	margin-left: 5.5rem;
	overflow: hidden;
	cursor: pointer;
}
.img-block img {
	width: 100%;
	transform: rotate(70deg) translate(5em) rotate(-115deg);
}
.img-block::before {
	content: '';
	background: url('../bird.html');
	transform: rotate(30deg);
	width: 200%;
	height: 200%;
}
.img-container {
	width: 970px;
	margin: 0 auto;
	text-align: center;
}
.glist-first li {
	display: inline-block;
	margin: 8px 0;
	width: 145px !important;
}
.cms-gradingcriteria .std {
	background: initial;
}
.inclusion {
	width: 100%;
	float: left;
}
.inclusion-inner{
	width: 70%;
	margin: 0 auto;
}
.inclusion-ttl {
	background-color: #e6baba;
}
.inclusion-ttl h2 {
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	text-shadow: rgba(10, 189, 240, 0.298039) 3px 3px 0px, rgba(254, 1, 1, 0.298039) -3px -3px 0px;
	padding: 40px 0px;
	text-align: center;
}
.inc-block-container {
	width: 70%;
	margin: 0 auto;
	padding-top:10px;
}
.inc-block-1, .inc-block-2 {
	float:left;
	margin-bottom:20px;
	width:100%;
}
.inc-left {
	width: 84%;
	float: left;
}
.inc-right {
	width: 16%;
	float: left;
}
.inc-left p {
	margin-bottom: 0;
	margin-left: 15px;
}
.tbl-side-img {
	display: flex;
	flex-direction: column;
	width: 50%;
	float: left;
	align-items: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.black-inc h3, .other-inc h3 {
	color: #000;
	font-size: 23px;
	margin: 0;
}
.black-inc p, .other-inc p  {
	margin-left: 15px;
}
.bl-inc {
	width: 95% !important;
	float: right;
}
.bl-inc li {
	width: 170px !important;
}
.bl-inc li span {
	font-size: 15px !important;
	text-align: center;
	text-transform: capitalize;
}
.other-inc {
	float: left;
	display: block;
}
.bi {
	font-size: 18px !important;
}
.descri {
	font-size: 17px !important;
}
.bl-inc {
	width: 95% !important;
	float: right;
	background-color: #efd7cf !important;
}
.other-inc-tbl {
	width: 80%;
	margin: 0 auto;
}
.other-inc-tbl img {
	margin-bottom: 30px;
	width: 100%;
}
.cut-img-block {
	background-image: url('../png/grading.png');
	width: 280px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 2% 2%;
	float: left;
	height: 280px;
	border: 1px solid;
	transform: rotate(-91deg) translate(-4em) rotate(44deg);
	background-size: 920px;
}
.grading-3 {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	float: left;
	margin-bottom: 40px;
	margin-top: 40px;
}
.gr-blk {
	text-align: center;
	border: 2px solid #000;
	width: calc(32% - 20px);
	padding: 16px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}	
.gr-blk:hover h3,.gr-blk:hover p{
	color: #fff;
}
.gblk-g1:hover{
	background: url('../jpg/gradingcriteria-1.jpg');
}
.gblk-g2:hover{
	background: url('../jpg/gradingcriteria-2.jpg');
}
.gblk-g3:hover{
	background: url('../jpg/gradingcriteria-3.jpg');
}
.gr-blk:hover {
	text-decoration: none;
	background-size: 100%;
	background-repeat: no-repeat;
}
.gr-blk h3 {
	margin-top: 0;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 4px;
	color: #000;
}
.gr-blk p {
	margin-bottom: 0;
	line-height: 20px;
	color: #555;
	font-size: 13px;
	padding: 0 25px;
}