﻿@import url(http://fonts.googleapis.com/earlyaccess/notonastaliqurdudraft.css);
@charset "utf-8";
/* CSS Document */

.Heading30Green {	

	font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
	font-size:20px;	
	color:green;

}
.Heading20Blue {	

	font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
	font-size:15px;	
	color:#332175;

}

.Heading20Green {	

	font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
	font-size:20px;	
	color:green;

}
.Heading20GreenUl {	

	font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
	font-size:25px;	
	color:green;
	text-decoration:underline;

}


.RegularFont{
	font-size:16px;
	font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
	color:Black;
	
	
}

.imageRoundCorner {
	border-radius:20px;
	
}
.container {
    position: relative;
	
}
.ImageIcon {
	width:90px;
	height:90px;
	border-radius:20px;
	transition-duration: 0.9s;
}
.ImageIcon:hover {
	width:150px;
	height:150px;
	border-radius:50px;
	transition-duration: 0.9s;
}
.ArrowIcon {
	width:30px;
	height:30px;
	border-radius:50px;
	
}

.ImgCaptionSmall {
    color:#332175;
	font-weight:600;
	width: 200px;
	height: 50px;
	background: white; /*#4CAF50;*/
	opacity:0.7;
	position: absolute;
    top: 75%;
	left: 50%;
	line-height:1;
	transform: translate(-50%, -50%);
    font-size: 18px;	
	
}
.ImgCaptionSlider {
    color: #312273;
    border-radius: 20px;
    background: White;
    opacity: 0.8;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    font-weight: 200;
    height: 40px;
    vertical-align: baseline;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}




.ImgCaptionLarge {
    color: green;
    width: 250px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 55px;
    background: white;
    opacity: 0.6;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 200;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}
.ImgCaptionSec {
    color: green;
    width: 378px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 50px;
    background: white;
    opacity: 0.6;
    position: absolute;
    top: 90%;
    left: 45%;
    transform: translate(-50%, -50%);
    font-size: 23px;
    font-weight: 600;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}



.ButtonGreen {
    background-color: #4CAF50; /* Green */
    border-radius: 12px;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    align-content: center;
    font-size: 16px;
    padding: 5px 20px;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}
.ButtonGreen:hover {
    /* box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); */
	transition-duration: 0.4s;
	padding:10px 25px;
	
}
p {
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}


-----------------------------------------------------------------------------------------------------------------------------



#imgDiv {
            width: 100%;
            background-color: #0094ff;
            margin-left: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
        }



        #albumArt {
            margin-left: 20px;
        }

            #albumArt:hover {
                cursor: pointer;
            }

        .albumZoom {
            visibility: hidden;
            position: absolute;
        }


        .strech {
            z-index: 10;
            margin-top: 82px;
            position: absolute;
            visibility: visible;
            -webkit-animation-fill-mode: forwards;
            -webkit-animation-name: strech;
            -webkit-animation-duration: 0.8s;
            animation-name: strech;
            animation-fill-mode: forwards;
            animation-duration: 0.8s;
        }


        #imgInDiv {
            -webkit-animation-fill-mode: forwards;
            -webkit-animation-name: strech1;
            -webkit-animation-duration: 1.14s;
            animation-name: strech1;
            animation-fill-mode: forwards;
            animation-duration: 1.14s;
            //margin: 2px;
            //margin-top: 5px;
            z-index: 100;
            //width: 96px;
            //height: 90px;
            opacity: 0;
        }

        #hideDiv {
            visibility: hidden;
            background-color: black;
            opacity: 0.3;
            position: absolute;
            z-index: 0;
            width: 100%;
            height: 100%;
        }


        #hideDivAnim {
            background-color: black;
            opacity: 0.3;
            position: absolute;
            z-index: 0;
            width: 100%;
            height: 100%;
            visibility: visible;
            -webkit-animation-fill-mode: forwards;
            -webkit-animation-name: strech2;
            -webkit-animation-duration: 1.14s;
            animation-name: strech2;
            animation-fill-mode: forwards;
            animation-duration: 1.14s;
        }


        @-webkit-keyframes strech1 {

            from {
                opacity: 0;
                //width: 0px;
                //height: 0px;
            }

            25% {
                opacity: 0;
                //width: 0px;
                //height: 0px;
            }

            50% {
                opacity: 0;
                //width: 0px;
                //height: 0px;
            }

            75% {
                opacity: 0;
                //width: 0px;
                //height: 0px;
            }

            to {
                opacity: 1;
                //width: 97px;
                //height: 90px;
            }
        }

        @keyframes strech1 {

            from {
                opacity: 0;
                //width: 0px;
                //height: 0px;
            }

            25% {
                opacity: 0;
                //width: 0px;
                //height: 0px;
            }

            50% {
                opacity: 0;
                //width: 0px;
                //height: 0px;
            }

            75% {
                opacity: 0;
                //width: 0px;
                //height: 0px;
            }

            to {
                opacity: 1;
                //width: 96px;
                //height: 90px;
            }
        }



        @-webkit-keyframes strech {

            from {
                opacity: 0;
                -webkit-transform: rotate(0deg) scale(1, 1);
            }

            //25% {
                opacity: 0.25;
            }

            50% {
                -webkit-transform: rotate(0deg) scale(1, 6);
            }

            //75% {
                opacity: 0.75;
            }

            to {
                opacity: 1;
                -webkit-transform: rotate(0deg) scale(10, 6);
            }
        }

        @keyframes strech {

            from {
                opacity: 0;
                transform: rotate(0deg) scale(1, 1);
            }

            //25% {
                opacity: 0.25;
            }

            50% {
                transform: rotate(0deg) scale(1, 6);
            }

            //75% {
                opacity: 0.75;
            }

            to {
                opacity: 1;
                transform: rotate(0deg) scale(10, 6);
            }
        }



        @-webkit-keyframes strech2 {

            from {
                opacity: 0.2;
            }

            //25% {
                opacity: 0.35;
            }

            50% {
                opacity: 0.3;
            }

            //75% {
                opacity: 0.45;
            }

            to {
                opacity: 0.6;
            }
        }

        @keyframes strech2 {

            from {
                opacity: 0.2;
            }

            //25% {
                opacity: 0.35;
            }

            50% {
                opacity: 0.3;
            }

            //75% {
                opacity: 0.45;
            }

            to {
                opacity: 0.6;
            }
        }

     
	    #opaqueMe {
		
		visibility:hidden;
		
		}
		
		.albumZooms {
		
		position:relative;
		visibility:visible;
		background-color:blue;
		opacity:0.3;
		z-index:100;
		width:100%;
		height:100%;
		
		
		}









#tabledata {
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
    border-collapse: collapse;
}

.mainheading {
    background-color: #526353;
    color: white;
    text-align: center;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}
#tabledata .tablecol, #customers .tableheadinig {
    border: 1px solid #ddd;
    padding: 8px;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}

#tabledata .tablerow:nth-child(even){background-color: #f2f2f2;}

#tabledata .tablerow:hover {background-color: #ddd;}

#tabledata .tableheading {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #73DBA3;
    color: white;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}
#tabledata .tabr:nth-child(odd){background-color: #f2f2f2;}
.tableheading1 {
    width: 40%;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #73DBA3;
    color: white;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}
.tableheading2 {
    width: 20%;
    margin-left: 20%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #73DBA3;
    color: white;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}

.tableheading15 {
    width: 15%;
    margin-left: 20%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #73DBA3;
    color: white;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}

.tableheading13 {
    width: 13%;
    margin-left: 20%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #73DBA3;
    color: white;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}




.tablecolcenter {
    text-align: center;
    border: 1px solid #ddd;
    padding: 8px;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}


	/* form element visual styles */
	*:focus {outline: none;}
	.contact_form input,select,textarea { 
		border:1px solid #aaa;
		box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
		border-radius:2px;
		height:25px; 
		
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
	}
	.contact_form input,select,textarea:focus {
		background: #fff; 
		border:1px solid #555; 
		box-shadow: 0 0 3px #aaa;
		padding-right:30px; 
		
	}
button.submit {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
	opacity:.85;
	cursor: pointer; 
}
button.submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
	
}


#tabledata {
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
    border-collapse: collapse;
}

.mainheading {
    background-color: #526353;
    color: white;
    text-align: center;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}
#tabledata .tablecol, #customers .tableheadinig {
    border: 1px solid #ddd;
    padding: 8px;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}

#tabledata .tablerow:nth-child(even){background-color: #f2f2f2;}

#tabledata .tablerow:hover {background-color: #ddd;}

#tabledata .tableheading {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #73DBA3;
    color: white;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}
#tabledata .tabr:nth-child(odd){background-color: #f2f2f2;}
.tableheading1 {
    width: 40%;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #73DBA3;
    color: white;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}
.tableheading2 {
    width: 20%;
    margin-left: 20%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #73DBA3;
    color: white;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}
.tablecol1 {
    text-align: center;
    border: 1px solid #ddd;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}

.tablemainheading2 {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #65AC89;
    color: white;
    font-size: 18px;
    width: 100%;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}
.tablemainheading1 {
    text-align: center;
    background-color: #296B30;
    color: white;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    font-size: 18px;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}

.tablemainheading3 {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #48725E;
    color: white;
    font-size: 18px;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
    width: 100%;
}

select.soflow, select.soflow-color {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(slct.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin-top: 5px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 300px;
}

select.soflow-color {
   color: #fff;
   background-image: url(slct.png), -webkit-linear-gradient(#779126, #779126 40%, #779126);
   background-color: #779126;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   padding-left: 15px;
}

.tableheading70 {
    width: 70%;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #73DBA3;
    color: white;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}
.tableheading100 {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #73DBA3;
    color: white;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}

.tableheading30 {
    width: 30%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #73DBA3;
    color: white;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}

.tableheading25 {
    width: 25%;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #73DBA3;
    color: white;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}


.tableheading20 {
    width: 20%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #73DBA3;
    color: white;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}

.tableheading8 {
    width: 8%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #73DBA3;
    color: white;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}
.tableheading15 {
    width: 15%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #73DBA3;
    color: white;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}



.tableheading50 {
    width: 50%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #73DBA3;
    color: white;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}
.gosmart{
	
	 padding-top: 12px;
    
	margin-left:10px;
    background-color: white;
    color: black;
	border:0;
	float:left;
}
.gosmartp{
	width:85%;
    text-align: left;
    background-color: white;
    color: black;
	border:0;
	float:left;
	
}
.chairmanpic {
    padding-top: 12px;
    text-align: left;
    
    background-color: white;
    color:;
    border: ;
}
.chairmanp{
	
	 
    
    text-align: left;
    background-color: white;
    color: black;
	border:;
	float:right;
	
}


	/* form element visual styles */
	*:focus {outline: none;}
	.contact_form input { 
		border:1px solid #aaa;
		box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
		border-radius:2px;
		height:25px; 
		
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
	}
	.contact_form input:focus {
		background: #fff; 
		border:1px solid #555; 
		box-shadow: 0 0 3px #aaa;
		padding-right:30px; 
		
	}
button.submit {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
	opacity:.85;
	cursor: pointer; 
}
button.submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
	
}


#tabledata {
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
    border-collapse: collapse;
}

.mainheading {
    background-color: #526353;
    color: white;
    text-align: center;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}
#tabledata .tablecol, #customers .tableheadinig {
    border: 1px solid #ddd;
    padding: 8px;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}

#tabledata .tablerow:nth-child(even){background-color: #f2f2f2;}

#tabledata .tablerow:hover {background-color: #ddd;}

#tabledata .tableheading {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #73DBA3;
    color: white;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}
#tabledata .tabr:nth-child(odd){background-color: #f2f2f2;}
.tableheading1 {
    width: 40%;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #73DBA3;
    color: white;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}
.tableheading2 {
    width: 20%;
    margin-left: 20%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #73DBA3;
    color: white;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}
.tablecol1 {
    text-align: center;
    border: 1px solid #ddd;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}

.tablemainheading2 {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    background-color: #65AC89;
    color: white;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}
.tablemainheading1 {
    text-align: center;
    background-color: #296B30;
    color: white;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}


select.soflow, select.soflow-color {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(slct.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin-top: 5px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 300px;
}

select.soflow-color {
   color: #fff;
   background-image: url(slct.png), -webkit-linear-gradient(#779126, #779126 40%, #779126);
   background-color: #779126;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   padding-left: 15px;
}

.GreenBold {
    font-weight: bold;
    color: green;
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Nastaliq Urdu Draft', sans-serif;
}