.a-cursor{cursor:pointer;}
.input-focus-none{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
.dynmic-placeholder:focus::placeholder{color: transparent;}

/* Animated Progress bar */
#progressBar {
  width: 100%;
  height: 5px;
  position: relative;
  animation-name: proressbar;
  animation-duration: 4s;
  float:left;
  animation-iteration-count: 1;
}

@keyframes proressbar {
  0%   {width: 10px;}
  100% {width: 100%;}
}

/* Urdu Fonts */
@font-face {
		font-family:'Jameel Noori Nastaleeq'; src: url("Fonts/JameelNooriNastaleeq.woff");
		}
.urdu{
	font-family: "Jameel Noori Nastaleeq" !important;
}
/*
@font-face {
		font-family:'Jameel Noori Nastaleeq Regular'; src: url("Fonts/JameelNooriNastaleeqRegular.woff");
		}
.urdu-regular{
	font-family: "Jameel Noori Nastaleeq Regular" !important;
}
@font-face {
		font-family:'Jameel Noori Nastaleeq Kasheeda'; src: url("Fonts/JameelNooriNastaleeqKasheeda.woff");
		}
.urdu-kasheeda{
	font-family: "Jameel Noori Nastaleeq Kasheeda" !important;
}
*/
@font-face {
		font-family:'Aslam'; src: url("Fonts/Aslam.woff");
}
.urdu-aslam{
	font-family: "Aslam" !important;
}
@font-face {
		font-family:'Aseer Unicode'; src: url("Fonts/AseerUnicode.woff");
}
.urdu-aseer{
	font-family: "Aseer Unicode" !important;
}

.ff-arial {
  font-family: Arial, sans-serif;
}
/*//////////////////////////////// Font Sizez/////////////////////////// */
.fs-5-5{font-size:1.3rem!important}
.fs-6-5{font-size:0.9rem!important}
.fs-7{font-size:0.8rem!important}
.fs-8{font-size:0.7rem!important}
.fs-9{font-size:0.6rem!important}

/* Text shadows */
.text-shadow-grey{ text-shadow: 0.5px 0.5px #707070; }

/* //////////////////////Text Colors////////////////////////// */
.text-light-grey{color:#999999;}
.text-gold{color:#FFD700 !important;}
.text-dgold{color:#DAA520 !important;}
.text-green{color:#FFD700 !important;}
.text-orange{color:#FFA500 !important;}
.text-dorange{color:#FF8C00 !important;}
.text-lime{color:#00FF00 !important;}
.text-pink{color:#fe4080 !important;}
.text-teal{color: #1dd2af!important;}
.text-dteal{color: #24a69a!important;}
.text-litered{color: #ff5353!important;}
.text-indigo{color:#512da7 !important;}
.text-purple{color:#9a63c1 !important;}
.text-magenta{color: #8e4162 !important;}
.text-orange{color: #fe5722!important;}

/*//////////////////////Background Colors///////////////////////////*/
.bg-fdark{background-color:#000000 !important;}
.bg-gold{background-color:#FFD700 !important;}
.bg-dgold{background-color:#DAA520 !important;}
.bg-orange{background-color:#FFA500 !important;}
.bg-dorange{background-color:#FF8C00 !important;}
.bg-lime{background-color:#00FF00 !important;}
.bg-dlight{background-color:#eee !important;}
.bg-fblue{background-color:#0000ff !important;}
.bg-pink{background-color:#fe4080 !important;}
.bg-teal{background-color:#1dd2af!important;}
.bg-dteal{background-color: #24a69a!important;}
.bg-litered{background-color: #ff5353!important;}
.bg-blue{background-color: #3498db !important;}
.bg-indigo{background-color: #512da7 !important;}
.bg-purple{background-color: #9a63c1 !important;}
.bg-magenta{background-color: #8e4162 !important;}
.bg-orange{background-color: #fe5722!important;}

/*///////////////////////Borders///////////////////////////*/
.border-light-grey{border:1px solid #999999 !important}
.bottom-pink-2{border-bottom:2px solid #fe4080 !important}
.bottom-orange-1{border-bottom:1px solid #fe5722 !important}
.bottom-orange-2{border-bottom:2px solid #fe5722 !important}
.bottom-magenta-1{border-bottom:1px solid #8e4162 !important}
.bottom-magenta-2{border-bottom:2px solid #8e4162 !important}
.bottom-purple-2{border-bottom:2px solid #9a63c1 !important}
.bottom-indigo-2{border-bottom:2px solid #512da7 !important}
.bottom-blue-2{border-bottom:2px solid #3498db !important}
.bottom-litered-1{border-bottom:1px solid #ff5353 !important}
.bottom-litered-2{border-bottom:2px solid #ff5353 !important}
.bottom-dteal-2{border-bottom:2px solid #24a69a !important}
.bottom-teal-2{border-bottom:2px solid #1dd2af !important}