.bgimg {
 
  display: block;
  position: relative;
  padding-bottom: 2.5em;
}

.bgimg::after {
   
  content: "";
  background-image: url("../images/bg1.jpg");
  background-position: bottom; 
  opacity: 0.2;
  top: 0px;
  left: 80px;
  bottom: 50px;
  right: 80px;
  position: absolute;
  z-index: -1;  
   filter: blur(4px);
  -webkit-filter: blur(4px);
}

.bgimg .container {
  background-color: transparent;
}

.logo-div
{
    padding-bottom: 2.5em;
    padding-top: 1.5em;
}

h2
{
	font-weight: bold;
}

p
{
	font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0px;
}

.audio{
    margin-top: 3.5em;
    margin-bottom: 1.3em;
}
.social{margin-top: 4em;margin-bottom: 1.3em;}

.contact
{
    margin-top: 6.5em;
}


.copyrights
{
	margin-top: 4em;
	
}

.audio, .technology, .contact, .copyrights, .music, .mediamanagement, .social
{
	padding-right: 8px;
}

@media screen and (max-width:992px){
	.bgimg::after 
	{   
	  content: "";
	  background-image: url("../images/bg1.jpg");
	  background-position: bottom; 
	  opacity: 0.1;
	  top: 80%;
	  left: 0px;
	  bottom: 0;
	  right: 0px;
	  position: absolute;
	  z-index: -1;  
	   filter: blur(4px);
	  -webkit-filter: blur(4px);
	}
	.music,
	{
		margin-top: 1em;
		text-align: center;
	}
	.mediamanagement, .social,.technology,.contact
	{
		margin-top: 3em;
		text-align: center;
	}
}

p.text-lg-left{text-align: justify!important;}