.grid-item .item-content-wrap .item-heading .headingRgt {
padding-bottom: 10px;
}
.item-heading.projectListHeading {
	position: absolute;
}
.item-heading.projectListHeading div.icon-holder
{
	position: absolute;
	right: 24px;
	/*top: 44px;*/
}
.item-heading.projectListHeading img {
	max-width: 200px;

}
.item-heading.projectListHeading div.icon-holder img {
	display: inline-block;
	/*margin-left: 15px;*/
}
@media only screen and (max-width: 1024px)
{
	.item-heading.projectListHeading img {
		max-width: 50px;
		max-height: auto;
	}
}
@media only screen and (max-width: 768px)
{
	.item-heading.projectListHeading div.icon-holder {
		top: 26px;
	}
	.item-heading.projectListHeading img {
		max-width: 35px;
		max-height: auto;
	}
	.item-heading.projectListHeading div.icon-holder img {
		display: inline-block;
		margin-left: 8px;
	}
	.headingLft {
		max-width: 200px;
	}
	.item-heading.projectListHeading div.icon-holder
	{
		position: absolute;
		right: 15px;
	}
}
@media only screen and (max-width: 330px)
{
	.item-heading.projectListHeading img {
		max-width:100px;
		max-height: auto;
	}
}

.item-heading.sectorListHeading {
	position: relative;
}

.item-heading.sectorListHeading img {
	position: absolute;
	max-width: 50px;
	right: 24px;
	top: 17px;
	max-height: 50px;
}

.item-heading.sectorListHeading {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.item-heading.sectorListHeading h5 {
	line-height: 87px;
}


.titlePage.sectorDetailHeading img {
	position: absolute;
	max-width: 70px;
	left: 50%;
	top: 0px;
	max-height: 70px;
}

.titlePage.sectorDetailHeading {
	position: relative;
}
@media only screen and (max-width: 1024px)
{
	.titlePage.sectorDetailHeading img {
		left: auto;
		right: 0px;
		max-width: 55px;
		max-height: 55px;
	}
}
@media only screen and (max-width: 768px)
{
	.titlePage.sectorDetailHeading img {
		max-width: 45px;
		max-height: 45px;
	}
}

.projectDetailHeading {
	position: relative;
}
.projectDetailHeading div.projectDetail-icon-holder
{
	position: absolute;
	right: 24px;
	top: 10px;
}
.projectDetailHeading img {
	max-width: 70px;
	max-height: 70px;
	width: 100%;
	height: 100%;
}
.projectDetailHeading div.projectDetail-icon-holder img {
	display: inline-block;
	margin-left: 15px;
}
@media only screen and (max-width: 1024px)
{
	.projectDetailHeading img {
		max-width: 50px;
		max-height: 50px;
	}
}
@media only screen and (max-width: 768px)
{
	.projectDetailHeading div.projectDetail-icon-holder {
		top: 5px;
	}
	.projectDetailHeading img {
		max-width: 35px;
		max-height: 35px;
	}
	.projectDetailHeading div.projectDetail-icon-holder img {
		display: inline-block;
		margin-left: 8px;
	}
	.projectDetailHeading div.projectDetail-icon-holder
	{
		position: absolute;
		right: 15px;
	}
}
@media only screen and (max-width: 330px)
{
	.projectDetailHeading img {
		max-width: 25px;
		max-height: 25px;
	}
}