@font-face {
    font-family: myfont;
    src: url(mehr.ttf);
}
html {
/*background-image:url(bg_home.png);
background-size:100%;
zoom: 100%;
*/

}
.clr{
clear:both;
}
body{
	direction: rtl;;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body.en :lang(ur) {
  display: none;
  
}
body.ur :lang(en) {
  display: none;
}
.lang{
font-size:20px;
	cursor:pointer;
}

#lines-ur {
    font-family: myfont;
    background: #fff;
    padding: 8px 15px 5px 30px;
    font-size: 1em;
    color:#506005;
    text-align: justify;
}
.error{
	-webkit-box-shadow: 3px 3px 3px 3px rgba(0.4,0.4,0.5,0.4);
    -moz-box-shadow: 3px 3px 3px 3px rgba(0.4,0.4,0.5,0.4);
    box-shadow: 3px 3px 3px 3px rgba(0.4,0.4,0.5,0.4);
    background: white;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 5px 5px;
    border-radius: 10px;
}
.php-msg{
    padding: 8px 15px 5px 30px;
    font-size: 1.5em;
    color: #506005;
    font-family: Mehr Nastaliq web;
	
}
#preview {
    margin-top:40px;
	margin-bottom:40px;
    padding:8px 8px;
	position: relative;
	z-index: 101;
	font-family:Calibri;
    border-radius: 5px;
background-color:rgba(255, 255, 255, .50);

	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.urcontact-form{
	-webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.4);
    box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.4);
	    width: 100%;
     font-size: 15px; 
    /* text-align: right; */
	background:#ffffff82;
    font-family: 'AlQalam Punjbi',Calibri;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 3px 0px 25px 0px;
    resize: vertical;
}
.requiredmessage {
    text-align: center;
    padding-bottom: 10px;
}
	.antispamquestion {
    font-weight: normal;
}
	.antispammessage {
    padding: 10px;
  /*  border-top: 1px solid #AAA;*/
    border-bottom: 1px solid #83690C;
    font-weight: bold;
}
.required {
    font-weight: bold;
    color: red;
}
.zoom {
    margin: 10px 0 5px 0;
    padding: 4px;
    font-size: 15px;
    cursor: pointer;
	width:20%;
	height:auto;
     border-radius: 5px;
    font-family: myfont;
    background: #F3F1E8 url(btn_list.png);
    border: 1px solid #19a7da;
    text-align: center;
}

.navbar {
  overflow: hidden;
  background-color: #8cd1e5;
  position: fixed;
  top: 0;
margin-right: -12px;
  width: 100%;
}

.downbar {
  overflow: hidden;
    background-color: #8cd1e591;
  position: fixed;
padding:4px;
  bottom:0;
    margin-right: -22px;
  width: 100%;

}
.downbar2{
    overflow: hidden;
    background-color: #8cd1e591;
    position: fixed;
    padding: 4px;
    bottom: 0;
    margin-right: -12px;
    width: 100%;
}
.homeup{
    background-color: #54c2e14d;
    cursor: pointer;
    padding: 2px;
    width: 25px;
  margin-top:5px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.74);
    border-radius: 4px;
}

.heading{
    margin: 15px;
    font-family: Calibri;
    color: red;
    border: 1px solid #bbe5f1;
    text-align: center;
}

 .btn-group button {
    padding: 3px;
margin-bottom: -3px;
    border-radius: 5px;
    font-family: myfont;
    background: #F3F1E8 url(btn_list.png);
    border: 1px solid #117388e3;
    color: black;
    cursor: pointer;
    float: left;
}

/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

.btn-group button:not(:last-child) {
    border-right: none; /* Prevent double borders */
}

/* Add a background color on hover */
.btn-group button:hover {
    background-color: #3e8e41;
}

.urdu-word button {
    padding: 1px;
  /*  margin-bottom:5px;*/
    border-radius: 5px;
    font-family: myfont;
    background: #54c2e1;
    border: 1px solid #ffffff;
    color: white;
  font-size:15px;
    cursor: pointer;
   /* float: left;*/
}
.urdu-word button:hover {
    background-color: #3e8e41;
}

.searchButton {

width: 100%;

height: 40px;

margin-left:40px;

margin-bottom:7px;

border: 3px solid #00b4cc;

background: #00b4cc;

text-align: center;

color: #fff;
font-family: myfont;
border-radius: 5px;

/* cursor: pointer; */

font-size: 15px;
}
.back-to-top {
 
background: none;
 
margin: 0;
 
position: fixed;
 
bottom: 0;
 
right: 0;
 
width: 70px;
 
height: 70px;
 
z-index: 100;
 
display: none;
 
text-decoration: none;
 
color: #ffffff;
 
background-color: #ff9000;
 
}
 
  
 
.back-to-top i {
 
  font-size: 60px;
 
}
.home {
    /* display: none; */
    position: fixed;
    bottom: 38px;
    right: 22px;
    z-index: 99;
    font-size: 18px;
    /* border: 1px solid white; */
    /* outline: none; */
    background-color: #54c2e14d;
    color: white;
    cursor: pointer;
    padding: 2px;
    float: right;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.74);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.74);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.74);
    border-radius: 4px;
}
.Btn {
    display: none;
     position: fixed;
     bottom: 38px;
     left: 22px;
     z-index: 99;
     font-size: 18px;
     /* border: 1px solid white; */
     outline: none;
     background-color: #54c2e14d;
     color: white;
     cursor: pointer;
     padding: 2px;
     float: left;
     -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.74);
     -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.74);
     box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.74);
     border-radius: 4px;
}

.Btn:hover {
  background-color: #555;
}

.searchTerm {
 /* float: left; */
 width: 100%;
font-family: Calibri;
 border: 1px solid #00B4CC;
 padding-left:50px;
 height: 40px;
 border-radius: 5px;
 outline: none;
 color: #ff0000;

    padding: 5px;
margin-bottom: 10px;
font-size: 18px;
background-color: rgba(255, 255, 255, .85);
    -webkit-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.28);
}

.letter {
    background-color: #549ee1;
    text-align: center;
    color: #fff;
    margin-bottom:10px;
    width: 3em;
    font: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    font-size:20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid white;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.28);
}



#container{
margin-top:40px;
font-family: myfont;
    margin-bottom: 40px;
	/*position: fixed;*/
	overflow-y: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 4px;
	
}
.foot{
font-size: 18px;
font-family: myfont;
padding: 5px;
	color: #615959;
	
}

.arabic{
font-size: 22px;
font-weight: bold;
font-family: Calibri;
padding: 5px;
    line-height: 1.5em;
	color: inherit;
	
}

.urdu{
font-size: 20px;
font-family: myfont;
padding: 3.5px;
color: inherit;	
}
b{
	color: red;
}
#linkbox img {
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.4);
    box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.4);
}
#search
{
    display: block;
    margin: 8px;
}
      .font-button
        {
                background-color: #54c2e14d;
                height: 20px;
                width: 20px;
                display: inline-block;
                color: #fff;
                font-family:Calibri;
                text-align: center;
                line-height: 16px;
                margin-bottom: 7px;
                font-size: 20pt;
                cursor: pointer;
                -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.74);
                -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.74);
                box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.74);
                border-radius: 40px;
               -webkit-text-stroke: 0.4px #5457ff;
        }

#container2 {
font-family: myfont;
margin-bottom:60px;
margin-top:40px;
background-color: rgba(255, 255, 255, .44);
	overflow-y: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 5px;
	padding-top: 15px;
}
.disn,#qrcode{display:none;}
.one-qa{
font-size: 26px;
	border: 1px solid white;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
	padding: 5px;
	color: inherit;
	background-color: rgba(255, 255, 255, .60);
	-webkit-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.28);
	box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.28);
}

a{
text-decoration: none;
}

.list
{
		border: 1px solid white;
	margin-bottom: 10px;
	display: block;
padding: 5px;
    border-radius: 12px;
	text-decoration: none;
	color: inherit;
	background: #F3F1E8 url(btn_list.png);
	 background-size: 100% 100%;
	background-color: rgba(255, 255, 255, .85);
	-webkit-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.28);
	box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.28);
}

.dropHeading{
	
		padding: 5px;
		color: inherit;
		box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.28);
}

.dropList{

padding:15 15 20 15;
margin-bottom:20px;
display:none;
background-image: url(../bg_trans.png);
background-size: 100%; 
border-radius: 25px; 
}

.nvy{
	font-weight: bold;
color: #0051ff
}

.nvy b{
	color: blue;
}

h1, h2, h3, h4, h5, p{
	margin: 0px;
font-family: myfont;
}

.ul1{
	list-style-type: none;
	padding: 0;
color: #011e42;
    font-size: 22px;
	margin: 0;
}
li a:hover {
  background-color: white;
}
.list1{
  cursor: pointer;
	margin-top: -1px;
        text-align:center;
	text-decoration: none;
	display: block
}
.h, #h, #brg, .ovh:hover {
    background-color: #FFC;
}
.input{
	font-size: 20px;
	box-sizing: border-box;
	width: 100%;
	outline: none;
	border: 1px solid green;
	margin-bottom: 10px;
	padding: 5px;
	color: inherit;
	background-color: rgba(255, 255, 255, .85);
	-webkit-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.28);
	box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.28);
}

#header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px;
	background-color: #385127;
	color: white;
	direction: ltr;
}

#drawer{
	position: fixed;
	background-color: black;
	color: white;
	top: 0;
	left: 0;
	bottom: 0;
	width: 270px;
	padding-top: 40px;
	display: none;
	direction: ltr;
}

.ditem{
	padding: 10px;
	border-bottom: 1px solid grey;
}


/*--------------------------------------------------------------
# News Ticker 
--------------------------------------------------------------*/

.ticker {
  height: 42px;
  overflow: hidden;
  line-height: 42px;
  padding:0;
  margin: 0;
  
}

ul.ticker li span {
  background-color: #FF5656;
  border-right: 1px solid #fff color: #FFF;
  font-size: 20px;
  padding: 10px 15px 10px 15px;
}

.ticker a:hover,
.ticker li:hover {
  color: #D8D8D8;
}

.ticker a,
.ticker li {
  color: #ffffff;
  font-size: 15px;
  background: #333;
  list-style: none;
}

.ticker a {
   padding: 0px 10px 0px 0px;
}