/*==========Start Media Query==========*/
/*Extra Small Screen*/
@media(max-width:767px) 
{
/*==========Start Content Wrapper[Carousel]==========*/
.imgcompanyname
{
	width: 69px;
    height: 74px;
}
/*==========End Content Wrapper[Carousel]==========*/

/*==========Start About Us Page==========*/
.DwonloadPDF h4
{
	margin-left: 90px;
    margin-right: 90px;
}
/*==========End About Us Page==========*/

}
/*Small Screen*/
@media(min-width:768px) and (max-width:991px)
{

}
/*Medium Screen*/ 
@media(min-width:992px) and (max-width:1199px)
{

}
/*Large Screen*/ 
@media(min-width:1200px)
{ }
  