
.urdu {
    font-family: 'Noto Nastaliq Urdu Draft', serif;
}
@import url(http://fonts.googleapis.com/earlyaccess/notonastaliqurdudraft.css);  

@import url(http://fonts.googleapis.com/earlyaccess/notonastaliqurdudraft.css);   

	.blink{
        -webkit-animation: color-change 0.5s infinite;
        -moz-animation: color-change 0.5s infinite;
        -o-animation: color-change 0.5s infinite;
        -ms-animation: color-change 0.5s infinite;
        animation: color-change 0.5s infinite;
    }

    @-webkit-keyframes color-change {
        0% { color: #952929; }
        50% { color: #fff; }
        100% { color: #952929; }
    }
    @-moz-keyframes color-change {
        0% { color: #952929; }
        50% { color: #fff; }
        100% { color: #952929; }
    }
    @-ms-keyframes color-change {
        0% { color: #952929; }
        50% { color: #fff; }
        100% { color: #952929; }
    }
    @-o-keyframes color-change {
        0% { color: #952929; }
        50% { color: #fff; }
        100% { color: #952929; }
    }
    @keyframes color-change {
        0% { color: #952929; }
        50% { color: #fff; }
        100% { color: #952929; }
    }
	
.textrot{
    -moz-animation: spinHorizontal 8s infinite linear;
    -o-animation: spinHorizontal 8s infinite linear;    
    -webkit-animation: spinHorizontal 8s infinite linear;
    animation: spinHorizontal 8s infinite linear;
}

@keyframes spinHorizontal {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}	

	table{
color:#333;
font-size:16px;
	}
	
/*---------icon side bar for social actitvity------------*/
/*---------icon side bar for social actitvity------------*/
/*---------icon side bar for social actitvity------------*/


.icon-bara {
  position: fixed;
  top: 85%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bara a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 16px;
}

.icon-bara a:hover {
  background-color:yellow;
}

.facebook {
  background: #3B5998;
  color: white;  margin:1px;
}

.twitter {
  background: #55ACEE;
  color: white; margin:1px;
}

.youtube {
  background: #bb0000;
  color: white; margin:1px;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}
	
/*-----------------------------*/

.complaint {
  background: #3366ff;
  color: white; margin:1px;
}
/*-----------------------------*/

	.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
	.embed-container iframe, 
	.embed-container object, 
	.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
	