@charset "utf-8";
/* CSS Document */

body
{
	background-image: url(../BG.png);
    width:100%;
	overflow-x:hidden;
	
}
.left
{
	float: left !important;
}


.body-box
{
	background: rgba(236,236,236,0.70);
	width:100%;
	
	padding: 15px 15px 0px 15px;
	height:100%;
	
}

.m-ad-top
{
    height:auto;
    padding:5px 1%;
    width:auto;

}

.m-ad-top img
{
    width:98%;
}

/* Marquee */

.circle-f
{
	display: inline-block;
	max-height: 5px !important;
	max-width: 10px !important;
	background:rgba(0,17,118,1.00);
	animation: flash 1s infinite;
	color: rgba(0,0,0,0.00);
	border-radius: 50%;
	line-height: 10px !important;
	
}

@keyframes flash
{
	0% {background: rgba(0,17,118,1.00);}
	50% {background: rgba(255,0,31,1.00);}
	100% {background: rgba(0,17,118,1.00);}
}



.marq-head
{
 	border: solid #9C7216;
	font-family: Jameel Noori Nastaleeq;
	font-size: 24px;
	line-height:30px;
	margin: 3px 5px;
	padding: 3px 10px 3px 10px;
	background: #fff;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}




.marq-head ul
{
		
}

.marq-head a
{
	
	color: black;
	margin-left: 100px;
	
}

.marquee-parent {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 30px;
}
.marquee-child {
  display: inline;
  width: 100%;
  /* width of your text div */
  height: 30px;
  /* height of your text div */
  position:absolute;
  animation: marquee 100s  infinite; /* change 5s value to your desired speed */
}
.marquee-child:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.marquee-child a
{
	margin-left: 20px;
	margin-right: 20px;
}
@keyframes marquee {
  0% {
    transform: translateX(-100%)
  }
  100% {
    transform: translateX(100%)/* same as your text width */
  }
}

/* marquee setting ends */

/* Navingation Setting   */

.nav-box
{
	
}

.navg{
	border-top: solid 5px #29166F;
	/*background: #29166F;*/
	background: #000;
	height:55px;
	width: 100%;
	line-height: 35px;
	font-family:Jameel Noori Nastaleeq;
	
	font-size: 25px;
	color: #FFFFFF;
}

.navg-line{
	
}

.navg-line ul
{
	float:right;
	
}

.navg-line li
{
	display: inline;
	float: right;
	
}

.navg-btn
{
	line-height: 50px;
	width:auto;
	/*background: #29166F;*/
	background: #000;
	padding: 0px 15px;
	transition-duration: 1s;
	
	
}

.navg-btn:hover
{
	transition-duration: 1s;
	background: #C9A00B;
	color:#fff;
	
}

.navg-btn a{
    color:#fff;
}

.navg-btn a:hover{
    color:#000;
}

.nav-logo
{
	padding:1px;
	float: left;
}

.nav-logo-small
{
	
	max-height:40px;
	width: auto;
	margin-left:5px;
	z-index: 1000;
}

.nav-logo-small img
{
	max-height: 40px
}
.nav-menu
{
	float:right;
	padding:2px;
}


.g-slider
{
	margin:0 10px;
}


.sideer
{   
  	position:absolute;
	
	background: #29166F;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	top: 0px;
  	
	width:250px !important;
	
}

#slide
{
	transition-duration: 1s;
	display: none;
	right: -250px;
}
.closebtn {
   left: 5px !important;
  font-size: 36px;
  margin-left: 10px ;
	color:#fff;
}

.closebtn:hover {
   cursor: pointer;
	color: red;
}
.ul-slide  {
	float: right;
	background: #29166F;
	text-align: center;
	list-style-type: none;
	width:250px;
}

.ul-slide

.slide-navbtn
{
	height:auto;
	line-height: 40px;
	
	width:250px !important;
	transition-duration: 1s;
}

.slide-navbtn:hover
{
	background:rgba(217,28,37,0.90) ;
	
	transition-duration: 1s;
}

.dropdown-nav {
  position: relative;
  display: inline-block;
	

}

.dropnav-btn
{
	
	width:200px;
	padding-right: 5px;
	
}

.dropnav-btn:hover
{
	background: #000000;
}

.dropdown-nav ul
{
	
	display: block;
	text-align: right;
	
	
}
.dropnav-btn li
{
	text-align: right;
	float:none;
	display: block;
	width: 100%;
	
}

.dropdown-content-nav {
  display: none;
  position: absolute;
  background-color:rgba(217,28,37,0.90);
  width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition-duration: 2s;
	right: 0;
}

.dropdown-nav:hover 
.dropdown-content-nav  {
  display:block;
  transition-duration: 2s;

}


/* navigation mobile view */
/*hamburger menu*/
.hamburger-menu {
  z-index:1000;
	position: absolute;
  	top: 0px;
 	right: 40px;;
 	width: 30px;
	height: 40px;
	cursor: pointer;
}

.bar,
.bar:after,
.bar:before {
  width: 40px;
	height: 4px;
}

.bar {
	position: relative;
	transform: translateY(25px);
	background: rgba(255, 255, 255, 1);
	transition: all 0ms 300ms;
}

.bar.animate {
  background: rgba(255, 255, 255, 0); 
}

.bar:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	background: rgba(255, 255, 255, 1);
	transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background: rgba(255, 255, 255, 1);
	transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
	top: 0;
	transform: rotate(45deg);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}

.bar.animate:before {
	bottom: 0;
	transform: rotate(-45deg);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}

/* mobile view */ 

.show {
  left:0%;
  opacity:1;
}

.hide {
  opacity:0;
  left:100%;
}

.mobile-nav {
  background:rgba(52,73,94,0.9);
  position:absolute;
  top:50px;
  width:100vw;
  height:100vh;
  text-align:center;
  z-index:1;
  
  
  transition: .2s ease;
  /*  transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  transition:left .5s ease-in-out;*/
}
.mobile-nav ul{
  position:relative;
  top:20%;
  font-family:Jameel Noori Nastaleeq;
  line-height:25px;
  font-size:20px;
  padding-top:100px;
  transform: translateY(-50%);
  list-style:none;
}

.mobile-nav a {
  text-align:center;
  font-size:4vw;
  color:#ffffff;
  opacity:0;
  transition:opacity .9s ease-in-out;
}

.mobile-nav.show a {
  text-align:center;
  font-size:4vw;
  color:#ffffff;
  opacity:1;
}

.mobile-nav a:hover {
  color: rgba(255,0,4,1.00);
	cursor: pointer;
}

/* Navigation CSS ends */


/*Animation div start*/
.animi
 {width: 20px;
  height: 20px;
	 border-radius: 10px;
  background-color:	#FFD700;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 1s;
	 animation-iteration-count: infinite;
	 float:right;
}


  @keyframes example {
  0%   {background-color: 	#FFD700 ;}
  50%  {background-color: #DAA520;}
  100%  {background-color:#FFD700;}
}

/*Animation div ends*/



.hd-social
{
	height: 50px;
width: 100px;
background: #3D3D3D;
float: left;
text-align: center;
line-height: 45px;
padding: 2.5px;
	font-size: 20px;
	font-weight: bolder;
}

.head-social
{
	height:50px;
	background: #161616;
	color: aliceblue;
	-webkit-box-shadow: 0px 5px 17px -1px #000000;
	box-shadow: 0px 5px 17px -1px #000000;
	width:100%;
	float: left;
	position: relative;
	z-index: 10;
	overflow: hidden;
	
}
.hd-social-btn
{
	
	display:inline-block;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	color:#fff;
	margin:5px 0px 10px 5px;
	font-weight: 900;
	float: left;
	line-height: 40px;
	text-align: center;
	
}
.hd-social-btn a
{color: #fff;}

.hd-social-btn a:hover
{color: #fff;}


.fb
{
	font-size: 25px;
	background: #00A859;
	transition-duration: 1s;
	
	
}

.fb:hover
{
	cursor: pointer;
	background: #415CFF;
	transition-duration: 1s;
	color: #fff;
}



.youtube
{
	font-size: 25px;
	
	background: #00A859;
	transition-duration: 1s;
	
	
}


.youtube:hover
{
	color: #fff;
	cursor: pointer;
	background:#DA251C ;
	transition-duration: 1s;
}


.fixed-social
{
	z-index: 1;
	position: fixed;
	left:0px;
	bottom: 20%;
	width:50px;
	line-height: 40px;
	background: rgba(0,0,0,0.4);
	text-align: center;
	color: rgba(193,193,193,1.00);
	font-size: 30px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	
}

.fb-b a
{
	cursor: pointer;
	border-top-right-radius: 10px;
	width:100%;

	color: #3b5998;
}
.fb-b 
{
	cursor: pointer;
	border-top-right-radius: 10px;
	width:100%;
	background: #fff;
	color: #3b5998;
}
.fb-b:hover
{
	color: #fff;
	background: #3b5998;
}
.fb-b a:hover
{
	color: #fff;
	background: #3b5998;
}
.t-b a
{
	cursor: pointer;
	width:100%;
	color: #1da1f2;
}
.t-b 
{
	cursor: pointer;
	width:100%;
	background: #fff;
	color: #1da1f2;
}
.t-b a:hover
{
	color: #fff;
	background: #1da1f2;
}
.t-b:hover
{
	color: #fff;
	background: #1da1f2;
}
.what-b a
{
	cursor: pointer;
	width:100%;

	color: rgb(37, 211, 102);
	border-bottom-right-radius: 10px;
}
.what-b 
{
	cursor: pointer;
	width:100%;
	background: #fff;	
	color: rgb(37, 211, 102);
	border-bottom-right-radius: 10px;
}
.what-b:hover
{
	color: #fff;
	background: rgb(37, 211, 102);
}
.what-b a:hover
{
	color: #fff;
	background: rgb(37, 211, 102);
}

.bar
{
	margin-right: .3em;
	font-size: 30px;
	color: #fff;
}
.bar:hover
{
	cursor: pointer;
	color: #E48E00;
}


.header-box
{
	height: 250px;
	background:#fff;
}
.head 
{
	height: 350px;
	width:100%;
	padding: 0px !important;
	margin: 0px !important;
	
}
.head-ads
{
	height: auto;
	width: 100%;
	padding: 3%;
}
.head-ads img
{
	height:auto;
	width: 100%;
	border: solid #020000;
	
	box-shadow: 0px 0px 10px 1px #000000;
	
}
.head-logo
{
	height:250PX;
	float: right;
	/*width: 20%;*/
}
.logo-head
{
  
  margin:10px 0px;
	
}




.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card .flip-card-inner {
  animation: clock 10s infinite;
}

@media (max-width: 767px) {
    .logo-head img
{
	height:350px;
	width:300px;
	
}
    .lgname p
{
    font-size: 47px;
    line-height:50px;
}
 .flip-card {
  background-color: transparent;
  width:300px !important;
  height: 100px !important;
  perspective: 1000px;
}
.clock
{
background:#fff;
line-height: 50px;
text-align: center;
border: solid 4px rgb(252, 197, 0);
font-family: Times New Roman;
margin: 2px 0px;
}
.clockd
{
  font-family: Times New Roman;  
    border-bottom:solid 2px #1898E1;
  font-size:35px !important;
  
  
}
.clockt
{
    font-family:Arial;
    font-weight:bolder;
    color:black;
    font-size:45px  !important;
}
.lgname
{
	margin: 5px 0px 2px 0px ;
	border: solid 4px rgb(252, 197, 0);
	background: #1898E1;
  	color: #fff;
 	transform: rotateY(180deg);
	line-height: 30px;
	text-align: center;
	font-family: Times New Roman;
}
}
.clock, .lgname {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.clock, .lgname {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}


@media (min-width: 768px) {
   
   .lgname
{
	margin: 5px 0px 2px 0px ;
	border: solid 4px rgb(252, 197, 0);
	background: #1898E1;
  	color: #fff;
	font-size: 20px;
 	transform: rotateY(180deg);
	line-height: 30px;
	text-align: center;
	font-family: Times New Roman;
}
.clock
{
    background:#fff;
line-height: 30px;
text-align: center;
border: solid 4px rgb(252, 197, 0);
font-family: Times New Roman;
margin: 2px 0px;
}
    .logo-head img
{
	height:150px;
	width:150px;
	
}
    .lgname p
{
    font-size: 30px;
}

.flip-card {
  background-color: transparent;
  width: 150px;
  height: 70px;
  perspective: 1000px;
}

.clockd
{
  font-family: Times New Roman;  
  font-size:20px;
  border-bottom:solid 2px #1898E1;
  
}
.clockt
{
    font-family:Arial;
    font-weight:bolder;
    color:black;
    font-size:30px;
}
}





 @keyframes clock {
  	 0%  {transform: rotateY(0deg);}
	 52%  {transform: rotateY(0deg);}
	 55%  {transform: rotateY(180deg);}
	 97%  {transform: rotateY(180deg);}
	 100%  {transform: rotateY(0deg);}
	 
	 	
}

.update{
	height:100%;
	width:100%;
	color:#000000;
	font-family: Jameel Noori Nastaleeq;
	transform: rotateZ()
}

.breaking-box
{
	
	height:100%;
	border: groove #570002;
	color:#000000;
	background:#FFA5A7;
	
	
}
.breaking
{
	
	height:100%;
	width:100%;

}


.activea
{
	background: #00B3FF;
	color: black;
	
}


/*Footer*/

.footer
{
	background: url(../images/footer.jpg);
	color:#ffffff;
	font-family: Jameel Noori Nastaleeq;
	font-size: 25px;
	width: 100%;
	
}

.ft-col
{
	align-items: center;
	padding: 15px 25px;
}
.ft-col ul
{
	float: right;
	list-style-type: none;
	width: 70%;
    margin: auto;
}

.ft-col li
{
		
}
.ft-cpy
{
	width:100%;
	background: #000000;
	color: #FFFFFF;
	font-family: Jameel Noori Nastaleeq;
	text-align: center;
	font-size: 18px;
	
}

.ft-cpy ul
{
	display:inline;
	list-style-type: none;
}
.ft-cpy li
{
	display:inline;
	
	padding: 2px 15px;
}

/*first coloumn news*/
.gd-box1
{
	
	float: right;
	
}
.gd-box2
{
	
}
.gd-head
{
	height:50px;
	background: #1898E1 ;
	border-bottom: solid 3px  rgba(255,0,4,1.00);
	margin: 0px 10px;
	font-family: Jameel Noori Nastaleeq;
	font-size: 30px;
	font-weight: 500;
	text-align: right;
	color: #fff;
	padding-right: 5px;
}




.gd-1
{
	padding: 10px 3px;
	height:auto;
	border-bottom: groove #570002;
	overflow: hidden;
	margin-bottom: 2px;
}

.gd-1-img
{
	
	padding: 2px;
	
}
.gd-1-img img
{
	max-height:100%;
	max-width: 100%;
	
}
.gd-1-body
{
	padding: 2px;
	margin: 2px;
	
}
.gd-1 h3
{
	font-family: Jameel Noori Nastaleeq;
	font-size: 30px;
	font-weight: 600;
	text-align: right;
}
.gd-1 p
{
	font-family: Jameel Noori Nastaleeq;
	font-size: 22px;	
	overflow: hidden;
	text-align: right;
	text-overflow:ellipsis ;direction: rtl;
	white-space:nowrap;
}

.box
{
padding: 10px;
	
}

.gd-2
{
	
	font-family: Jameel Noori Nastaleeq !important;
	height: 120px;
	padding: 5px 2px;
	border-bottom: solid 1px #3E3C3C;
	margin: 3px;
	text-align: right;
}

.gd-2:hover
{
	box-shadow: 0px 0px 10px 1px #000000;
}

.gd-2-img
{
	float: right;
	width:40%;
	height:100px;
	border: solid 1px black;
	background: #000;
	margin-left: 5px;
}
.gd-2-img img
{
	height: 100%;
	max-width: 100%;
	display: block;
	margin: auto;
}

.gd-2 h4
{
font-family: Jameel Noori Nastaleeq;
	font-size: 23px;
	line-height: 28px;
	max-height: 84px;
	overflow: hidden;
	font-weight: 450;
	text-align: right;
}
.gd-2 p
{
	font-family: Jameel Noori Nastaleeq;
	font-size: 20px;
	overflow: hidden;
	text-align: right;
	
}
.gd-2-img1
{
	float: right;
	border: solid 10px black;
	
}
.gd-2-img1 img
{
	height: 100%;
	max-width: 100%;
	display: block;
	margin: auto;
	overflow: hidden;
}

.gd-3
{
	padding:10px;
}

.gd-ads
{

}
.gd-ads img
{
	height:auto;
	width: 100%;
	
}

.l-gds-box
{
	
	margin: 10px 1.6%;
	float: right;
	display: block;
	
}

.l-gd-head
{
	background: #1898E1 ;
	border-bottom: solid 3px  rgba(255,0,4,1.00);
	height:50px;
	line-height: 45px;
	color: #fff;
	padding-right: 5px;
	text-align: right;
	font-weight: 300;
	font-size: 30px;
	font-family: Jameel Noori Nastaleeq;
	
	

	
}

.l-gds-body
{
	
}

.newspg-head 
{
	line-height:60px;
	
	width: auto;
	padding: 0px 10px;
	text-align: right;
	background: rgba(0,20,115,1.00) ;
	color: #fff;
	
}

.newspg-head h3
{
	
	font-family: Jameel Noori Nastaleeq;
	font-size: 35px;
}

.newspg-img
{
	max-height:450px;
	width: auto !important;
	margin: 1em 1em .4em 1em;
	
	
}


.newspg-img img
{
	
	max-height: 420px;
	
	box-shadow: 1px 1px 5px 2px #000;
	 max-width: 100%;
}

.newspg-des
{
	text-align: justify;
	direction: rtl;
	font-family: Jameel Noori Nastaleeq;
	font-size: 22px;
	line-height: 35px;
	padding: .5em .5em .5em 0.5em;
	text-align-last: right;
	
}
 
.news-extra
{
	background: rgba(83,83,83,0.62);
}
.newspg-head1
{
	line-height:60px;
	width: auto;
	padding: 0px 10px;
	text-align: center;
	color: #fff;
	font-family:Jameel Noori Nastaleeq;
	font-size: 45px !important;
	border-bottom: solid 2px rgba(0,20,115,1.00) ;
	margin: 1em 0em;
}

.ng-ad-top
{
	
	height:auto;
}

.ng-ad-top img
{
	margin: 0% 1%;
	width:98%;
	height:auto;
} 


.ng-grid
{
	margin-bottom: .5em;
	height:auto;
	padding: 10px;
	border-radius: 1em;
	border: solid 1px rgba(217,28,37,1.90);
	background: rgba(255,255,255,.59);
}

.ng-grid h3 
{
	font-family: Jameel Noori Nastaleeq;
	direction: rtl;
	text-align: justify;
	line-height: 30px;
}

.ng-grid a
{
	color: rgba(0,20,115,1.00) ;
}

.ng-grid a:hover
{
	text-decoration: none;
	color: rgba(217,28,37,1.90); ;
}

.ng-grid img
{
	border-radius: 1em;
	height:200px !important;
	max-width: 100% !important;
}

/* newspg setting ends */

/* Rating box*/

.rt-box
{
	widht :100%;
	
	margin: .5em 0em;
	
    
}

.rt-head
{
	
	background: rgba(122,122,122,1.00);
	
	color: #000;
	line-height: 50px;
	font-family: Jameel Noori Nastaleeq;
	font-size: 30px;
	text-align: center  !important;
}

.rt-comment
{
	background: rgba(0,0,0,.2);
	direction: rtl !important;
	line-height: 40px;
	color: #000;
	font-family: Jameel Noori Nastaleeq;
	font-size: 25px;
}

.form-c
{
	margin: .3em .3em;
	direction: rtl !important;
	padding: .3em;
	line-height: 35px;
	color: #000;
	font-family: Jameel Noori Nastaleeq;
	font-size: 25px;
    
}

.form-c:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.rt-body
{
	
	height: inherit;
	width:100%;
	padding-top: .5em;
}

.rt-btn
{
	padding: .5em .5em;	
	background: #fff;
	border: solid 1px #000;
	border-radius: 25px;
	margin-bottom: .5em;
	line-height: 40px;
	height:120px;
	width: 100%;
	color:#000;
	text-align: center;
}

.rt-btn p
{
	
	transition-duration: 1s;
	text-align: center;
	font-family: Jameel Noori Nastaleeq;
	font-size: 25px;
	
	
}

.rt-r:hover
{
	transition-duration: 1s;
	color:#fff !important;
	background: red;
	cursor: pointer;
}

.rt-b:hover
{
	transition-duration: 1s;
	color:#fff !important;
	background: rgba(0,84,255,1.00);
	cursor: pointer;
}

.rt-g:hover
{
	transition-duration: 1s;
	color:#fff !important;
	background: grey;
	cursor: pointer;
}

.rt-y:hover
{
	transition-duration: 1s;
	color:#fff !important;
	background:  rgba(255,174,0,1.00);
	cursor: pointer;
}

.rt-gr:hover
{
	transition-duration: 1s;
	color:#fff !important;
	background: rgba(0,170,14,1.00);
	cursor: pointer;
}

.rt-t
{
	height:120px;
	border-radius: 25px;
	margin-bottom: .5em;
	line-height: 60px;
	font-size: 15px;
	text-align: center;
	font-family: ARIAL BLACK;
	
}

.rt-t i
{
	animation: arrow 1s infinite;
}
@keyframes arrow {
	0% {color: aqua;}
	50% {color:#fff;}
	100% {color: aqua;}
}

.rt-o
{
	background: rgba(0,0,0,.2);
	height:80px;
	padding: .5em 2em;
	line-height: 45px;
	
	
}

input[type="radio"] {
  display: none;
}


label {
  height: 100%;
  display: block;
  background: white;
  border: 2px solid #20df80;
  border-radius: 20px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
  transition-duration: 1s;
}

input[type="radio"]:checked + label {
  background: #20df80;
  color: white;
  box-shadow: 0px 0px 20px rgba(15,15,15,0.65)  ;
	transition-duration: 1s;
	
}

input[type="radio"]#control_05:checked + label {
  background:rgba(0,170,14,1.00);
  border-color: rgba(0,170,14,1.00);
}
input[type="radio"]#control_04:checked + label {
  background: rgba(0,84,255,1.00);
  border-color: rgba(0,84,255,1.00);

}
input[type="radio"]#control_03:checked + label {
  background:grey;
  border-color:grey;

}
input[type="radio"]#control_02:checked + label {
  background:  rgba(255,174,0,1.00);
  border-color: rgba(255,174,0,1.00);
	
}
input[type="radio"]#control_01:checked + label {
  background: red;
  border-color: red;

}


/* category page */

.card {
  padding-top: 20px;
  margin: 10px 0 20px 0;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-top-width: 0;
  border-bottom-width: 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


.card.hovercard {
  position: relative;
  
  padding-top: 0;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  border-top-left-radius:25px;
  border-top-right-radius:25px;
  
}

.card.hovercard img {
  width: 100%;
  height: 200px;
  border-top-left-radius:25px;
  border-top-right-radius:25px;
}

.card.hovercard .avatar {
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}


.card.hovercard .info {
  padding: 4px 8px 10px;
  height: 80px;
}

.card.hovercard .info .title {
  margin:5px 0px;
  font-size: 25px;
  font-family:Jameel Noori Nastaleeq;
  line-height: 28px;
  height:56px;
  overflow:hidden;
  color: #262626;
  vertical-align: middle;
}

.card.hovercard .info .desc {
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
  text-overflow: ellipsis;
}

.card.hovercard .bottom {
  padding: 0 20px;
  margin-bottom: 17px;
}

.card.people .card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  line-height: 29px;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}