@charset UTF-8;

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),         
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
}

.montserrat{
  font-family: "Montserrat";
}


.robotolight{
  font-family: "robotolight";
  line-height: normal;
}

body{
  font-family: "Montserrat";
  background: #e5e5e5;  
  /*background:url('../images/bg_10.png') repeat fixed; */
}

.sidebar{
  text-shadow:1px 1px 1px #000; 
  color: #999;  
}


.bold{
    font-weight: 700;
}

.card {    
    border-radius: 9px;    
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin-bottom: 20px;
    position: relative;
    border: 0 none;    
    -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}
.card-foot{
  background-color: inherit;
  box-shadow: none;  
}

.card .card-footer {
    /* background-color: transparent; */
    border: 0;
    border-radius: 7px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.card-stats .card-body .numbers .card-category { 
    font-weight: 300;
}

.card:hover{      
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset; 
}


.card-header {
    border-bottom: 0px solid rgba(0, 0, 0, 0);
}


.card-footer {    
    border-top: 0px solid rgba(0, 0, 0, 0);
}

.stats{
  padding: 5px;
}
}
legend{
  color: #ccc;
  font-size: 13px;
}

.contain{
  padding: 50px 30px;  
}

.jumbofoot{
  background-color: #fff;
  padding: 20px;
}

.searchbar{
  background-color: #fff;
  padding-top: 20px;
}

.news{
  padding: 20px;
  /*background:url('../images/bg-news.jpg') bottom center;
  background-size: cover;  */
}

.title{  
  height: auto;
  margin:15px;
  width: 350px;
}



.img-fatwa{
  margin:auto;
  display: block;
  max-width: 100%;
}

.pagination {
  margin: 13px 0;
}

.navbar-inverse .navbar-nav > li > a {    
  text-shadow: 2px 2px 1px #000;
}
.contact {
	border-radius: 3px;
	text-shadow: -1px -0px #e1e1e1, 1px 1px #fff;
	box-shadow:1px 1px 2px #999;	
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,.7) 35%, rgba(214,214,214,.7) 100%);


	padding: 5px 7px;
	margin: 0px 9px 25px 0px;
	font-size: 15px;  
	width: 170px;
	text-align: center;
	position: absolute;
	top: 40px;
	right: 200px;
	z-index: 9999;

}

.myicon{
  width: 150px;
  height: 150px;
  line-height: 150px !important;
  padding: 0;
  background-color: transparent; 
  border: 2px solid; 
  margin: auto;  
  transition: all 0.3s linear 0s;
}

.myicon:hover{
  width: 145px;
  height: 145px;  
  line-height: 145px !important;  
  transform: rotate(360deg);
  }

.textbox{
    margin: 1.5% auto;
    background: rgba(0,0,0, 0.3);
    border-radius: 7px;
    border: 1px solid;
    border-color: #333;
    box-shadow: 1px 2px 3px 0px #000;
}

.profile{
  margin: auto;
  margin-top: -70px;
  display: block;
  max-width: 150px;
}

.contact-panel{
  max-width: 760px;
  margin: auto;
}

.hr {
  background: #000;
  box-shadow: 1px 1px #333;
  width: 100%;
  color: #000;
  height: 1px;
  border: none;
}
.hr-dark {
    background: #000;
    box-shadow: 1px 1px #666;
    width: 100%;    
    height: 1px;
    border: none;
    margin-bottom: 5px;
} 
.hr-light {
  background: #999;
  box-shadow: 1px 1px #ccc;
  width: 90%;
  color: #000;
  height: 1px;
  border-top: 1px solid #fff;
  margin-bottom: 25px;
} 



/*-------------------------------------------*/



.navbar-default {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 35%, rgba(214,214,214,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 35%, rgba(214,214,214,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 35%, rgba(214,214,214,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 35%, rgba(214,214,214,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 35%, rgba(214,214,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6', GradientType=0 );

	border-bottom:1px solid #999;
	border-radius: 0px;
	transition: all 0.7s linear 0s;	
  box-shadow: 0px 1px 0 #ccc;	
  padding:3px 0;
}

.navbar-default:hover{
	border-color: #DADADA #DBDBDB #DBDBDB #C7C7C7;
	box-shadow: 1px 1px 0px #CCC;
}


.navbar-nav > li {
	list-style: none;
	line-height:30px;
	margin-left:3px;
}

nav li a:hover, nav li .current{
	color:#999;
  border-radius: 3px;
	text-shadow: -1px -1px #e1e1e1, 1px 1px #fff;
	box-shadow:1px 1px 2px #999;
}


.thumbnail {
  background-color: rgba(255,255,255, 0.0);
  border: 1px solid transparent;
}




.btn-my{
	border-radius:50%;
	height:5em;
	width:5em;
	line-height:5em;
	padding:0;
	font-size:36px;
}

.btn-my:hover{
	height:4em;
	width:4em;	
	padding:7px;
	box-shadow:1px 1px  5px #ccc;
	border-color:#666;
}
#google-mape{
	height:100%;
	width:100%;
	}


.container-full{	
	background: rgba(255,255,255,0.3);
	background: transparent -moz-linear-gradient(center bottom , rgba(225,225,225, 0.7) 0%, rgba(255,255,255, 0.7) 100%) repeat scroll 0px 0px;
	width:100%;
	border-top: 1px solid;
	border-bottom: 1px solid;	
	border-color: #D5D5D5;
	padding:50px ;
}
.icon-circle{
	padding:20px; 
	width:110px; 
	height:110px; 
	margin:auto; 
	text-align:center; 
	border-radius:50%; 
	border:2px solid #666;
}
.icon-center{
	padding:30px; 
	width:140px; 
	height:140px; 
	margin:auto; 
	text-align:center; 	
	
	border-radius:50%; 
  
  transition: all 0.3s linear 0s; 
  border-color: #c7c7c7 #999 #999 #c7c7c7;
  
}

.icon-center:hover{
  text-shadow: 2px 2px 3px gray;
}


.badge{	
	background-color: transparent;
	position: fixed;
	top: -3px;
	left:-7px;
	
}
.badge img{
	max-width: 300px;
	height:auto;
}






/*----------------------------------------------------------*/
.jumbotron{  
  background-color: rgba(238,238,238, 0.7);
  background: url('../images/bg.jpg');
  background-position: center;
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e3e3e3;
  padding: 50px 20px;  
}

.jumbotron h1, .jumbotron .h1, .jumbotron p {
  color: #666 ;  
}

.jumbotron {
    margin-bottom: 0px;    
}

.news{
  background-color: #e9e9e9;
  border-bottom: 1px solid #e3e3e3;
}

.navbar-default {
    background-color: ; 
    border-color: ;
}


.panel-default {
	background: rgba(255,255,255,0.5);	
	transition: all 0.7s linear 0s;	
	border-color: #c7c7c7 #999 #999 #c7c7c7;
  
}
.panel-default:hover, .icon-center:hover{
	border-color: #DADADA #DBDBDB #DBDBDB #C7C7C7;	
}

.panel-heading {    
    border-bottom: 0px solid transparent;    
    background: rgba(255,255,255,0.5);    
}

.panel-footer {
     border-top: 0px solid transparent;
     background-color:transparent;
}


.profile-user-img {
    width: 170px;    
    padding: 3px;
    border: 1px solid #d2d6de;
}

.footer ul li a:hover {
  color: #fff;  
  text-shadow: none;
  box-shadow: none;

}

.card-foot{
  background-color: inherit;
  box-shadow: none;
}

.card-foot:hover{    
    box-shadow: none !important;
}

nav li a:hover, nav li .current {

    color: #ccc;
    border-radius: 3px;
    text-shadow: none;
    box-shadow: none;

}

ul, li{
  list-style: none !important;
}


.top-margin{
  margin-top: 20px;  
}
.bottom-margin{
  margin-bottom: 20px;
}
.both-margin{
  margin-bottom: 20px;
  margin-top: 20px;
}



a {
  color: darkslategrey;
  text-decoration: none !important;
}

a:hover {
  color: var(--gray);  
}

.print-only{
  display: none;
}
.writer-thumb{
  width: 200px;
  height: auto;
}

.qr-img{
    max-width: 80px;
  }


.lft{
  direction: ltr;
}

.link-limit{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}



.list-group-item {    
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    color: darkslategrey;
}

.table th, .table td { 
    border-top: 0px solid rgba(0, 0, 0, 0.0);
}


.cool{
    display: block;
    float: left; 
    margin-top: -62px; 
    margin-left: 21px;
}



.error{
  color:red;
  font-weight: normal;
}


.navbar.navbar-transparent { 
    background-color: white !important;
    box-shadow: 1px -1px 3px 1px lightgrey;    
}


.sidebar .nav p:hover, .off-canvas-sidebar .nav p:hover { 
    text-shadow: 1px 3px 1px #000;
}


.logo{  
  max-width: 170px;
  height: auto;
  margin: 0 auto;  
  padding: 15px;
}

.form-select {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;    
    color: #66615b;        
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-item {
    background-color: inherit;     
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 0);
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.0 rgb(0 0 0 / 0%);
}


.modal-header .btn-close {
    padding: 0; 
    margin: 0; 
}


.toast-header {
    
    color: #6c757d;
    background-color: yellowgreen;    
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    
}


.form-control, .form-select {
  
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;    
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: transparent;
    border: 1px solid #999;
    outline: 0;
    box-shadow: none; 
}
.form-select:focus {
    border-color: transparent;
    border: 1px solid #999;
    outline: 0;
    box-shadow: none;
}

.form-group .form-control, .input-group .form-control {
    padding: 6px 6px 6px 6px;
}


.btn-primary:hover { 
    border-color: darkcyan;
}









.bg-aliceblue{
  background-color: aliceblue;
}

.bg-antiquewhite{
  background-color: antiquewhite;
}

.bg-beige{
  background-color: beige;
}

.bg-brown{
  background-color: brown;
}

.bg-burlywood{
  background-color: burlywood;
}

.bg-cadetblue{
  background-color: cadetblue;
}

.bg-currentColor{
  background-color: currentColor;
}

.bg-darkcyan{
  background-color: darkcyan;
}

.bg-darkgoldenrod{
  background-color: darkgoldenrod;
}


.bg-darkolivegreen{
  background-color: darkolivegreen;
}

.bg-darkseagreen{
  background-color: darkseagreen;
}

.bg-darkslategray{
  background-color: darkslategray;
}

.bg-powderblue{
  background-color: powderblue;
}

.bg-dimgray{
  background-color: dimgray;
}

.bg-indianred{
  background-color: indianred;
}

.bg-khaki{
  background-color: khaki;
}

.bg-darkkhaki{
  background-color: darkkhaki;
}

.bg-lightblue{
  background-color: lightblue;
}

.bg-papayawhip{
  background-color: papayawhip;
}

.bg-seashell{
  background-color: seashell;
}

.bg-tan{
  background-color: tan;
}

.bg-teal{
  background-color: teal;
}

.bg-steelblue{
  background-color: steelblue;
}

.bg-slategray{
  background-color: slategray;
}

.bg-silver{
  background-color: silver;
}

.bg-linen{
  background-color: linen;
}

.bg-lightgoldenrodyellow{
  background-color: lightgoldenrodyellow;
}

.bg-cornsilk{
  background-color: cornsilk;
}

.bg-coral{
  background-color: coral;
}

.bg-bisque{
  background-color: bisque;
}

.bg-hotpink{
  background-color: hotpink;
}


.bg-mediumturquoise{
  background-color: mediumturquoise;
}

.bg-rebeccapurple{
  background-color: rebeccapurple;
}

.bg-lavender{
  background-color: lavender;
}

.bg-purple{
  background-color: purple;
}

.bg-palevioletred{
  background-color: palevioletred;
}

.bg-mediumvioletred{
  background-color: mediumvioletred;
}

.bg-yellowgreen{
  background-color: yellowgreen;
}

.bg-darkslategrey{
  background-color: darkslategrey;
}

.text-aliceblue{
  color: aliceblue;
}

.text-antiquewhite{
  color: antiquewhite;
}

.text-beige{
  color: beige;
}

.text-brown{
  color: brown;
}

.text-burlywood{
  color: burlywood;
}

.text-cadetblue{
  color: cadetblue !important;
}

.text-currentColor{
  color: currentColor;
}

.text-darkcyan{
  color: darkcyan;
}

.text-darkgoldenrod{
  color: darkgoldenrod;
}


.text-darkolivegreen{
  color: darkolivegreen;
}

.text-darkseagreen{
  color: darkseagreen;
}

.text-darkslategray{
  color: darkslategray;
}

.text-powderblue{
  color: powderblue;
}

.text-dimgray{
  color: dimgray;
}

.text-indianred{
  color: indianred;
}

.text-khaki{
  color: khaki;
}

.text-lightblue{
  color: lightblue;
}

.text-papayawhip{
  color: papayawhip;
}

.text-seashell{
  color: seashell;
}

.text-teal{
  color: teal !important;
}

.text-steelblue{
  color: steelblue !important;
}

.text-slategray{
  color: slategray;
}

.text-silver{
  color: silver;
}

.text-tan{
  color: tan !important;
}


.text-coral{
  color: coral;
}

.text-bisque{
  color: bisque !important;
}

.text-hotpink{
  color: hotpink !important;
}

.text-mediumturquoise{
  color: mediumturquoise !important;
}

.text-rebeccapurple{
  color: rebeccapurple !important;
}

.text-darkkhaki{
  color: darkkhaki !important;
}

.text-lavender{
  color: lavender !important;
}

.text-purple{
  color: purple !important;
}

.text-palevioletred{
  color: palevioletred;
}

.text-mediumvioletred{
  color: mediumvioletred;
}
.text-yellowgreen{
  color: yellowgreen;
}

.text-darkslategrey{
  color: darkslategrey;
}

.nav-tabs {
  border-bottom: 0px;
}

.nav-link {
  color: #999; 
}
.navbar {
  border-width: 0px;
  border-style: none;
}


fieldset {
  min-width: 1; 
  padding: 5px;
  /* margin: 0; */
  margin-bottom: 10px;
  border: 1px solid #e7e7e7 !important;
  background-color: rgba(0, 0, 0, 0.02);
}

legend {
  float: none;
  width: initial;
  /* padding: 0; */
  margin-bottom: 0.5rem !important;
  font-size: 0.7rem; 
  font-weight: 300;
  color: #ccc;     
}


.dd-link {
  position: relative;
  display: inline-block;
  font-family: "Fira Mono", sans-serif;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gray);
  z-index: 1;
  transition: all .2s;
}
.dd-link::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: all .15s;
  z-index: -1;
}
.dd-link.gradient {
  background: linear-gradient(-45deg, #96ceb4 20%, #dcc261 20%, #dcc261 40%, #ff6f69 40%, #ff6f69 60%, #ffcc5c 60%, #ffcc5c 80%, #88d8b0 80%, #88d8b0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all .75s;
}
.dd-link.gradient:hover {
  background-position: 0 0;
}


.error{
  color:red;
  font-weight: 700;
  font-family: 'Montserrat';
}

.bg-trans{
  background-color: rgba(255,255,255,0.7);
}

.fatwa-card{
  max-width: 100%;
  margin-bottom: 15px;
}

.home-card-footer{
  background-color: tan;
}
.home-card-body{
  background-color: whitesmoke;
  color: tan;
}



img {
    max-width: 100%;
    border-radius: 3px;
}

.btn {    
    --bs-btn-border-radius: 0.2rem;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);    
}

.btn-check:focus + .btn, .btn:focus {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: none;
}



/*----------------------------------------------  FATWA  -------------------------------------------*/
.fatwa{
  margin:0 auto;
  padding: 20px 60px;
}

.lbl, .txt{
  line-height: 30px;
  border: none !important;
  background-color: transparent;  
  display: inline-block;
  margin: 0px;
  padding: 0px;
  font-size: 19px;
  color:black;
}

.lbl{  
  font-family: amiri;
}

.txt{
  width: 210px;
  margin-right: 5px;
}
.fatwa-qry, .fatwa-qry-ar{
  font-size: 16px;
}
.fatwa-qry p, .fatwa-qry-ar p, .hawala p{
  text-indent: 50px !important;
}
.fatwa-qry{    
  font-family: "Urdu";  
  line-height: normal;
  color: #000;
  font-weight: bolder;
  text-indent: 50px;
  text-align: justify;
  padding: 0 60px;
}    

.fatwa-qry-ar{
  margin: 20px 30px;
  font-family: "amiri";  
  color: #000;
  font-weight: bolder;
  text-indent: 50px;
  text-align: justify;
  padding: 0 60px;
}

.hawala{
  font-family: "amiri";
  font-size: 15px;
  color: #000;
  line-height: normal;
  font-weight: bolder;
  text-indent: 50px;
  text-align: justify;
  padding: 0 100px;
}


.ftw-title{
  font-family: amiri;
  font-weight: 700;
  font-size: 1.3rem;
  margin-top: 9px;
}

.fatwa-logo{
  display: block;
  position: relative;
  left: -824px;
  top: 22px;
  width: 143px;
  height: auto;
}

.db-title{
    display: none;  
  }

.desktop{
    display: none !important;
}

.crp{
  cursor: pointer !important;
}
.desktop{
    display: none !important;
  }

  .card-top-border{
    border-top: 7px solid burlywood;

  }
.card-header {  
  color: white !important;
  background-color: #00638e !important;
}

/* ------------------------------------------------------------------MEDIA       */



/* Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
 .qr-img{
      max-width: 80px;
  } 
  .fa-3x {
    font-size: 2.5em;
  }
  .desktop{
    display: none !important;
  }

}


/* Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
  .qr-img{
      max-width: 130px;
  }

  .desktop{
    display: none !important;
  }

}


/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
  .qr-img{
    max-width: 120px;
  }

  .contact {            
    margin: auto auto 20px;                  
    position: static;            
  }
  .logo{
    max-width: 200px;
    margin: auto !important;
    text-align: center;
    display: block !important;
  }

  .title{
    margin: auto;
    margin-top: 25px;
    max-width: 300px;
    display: block;
  }
  .ct{
    text-align: center !important;
    margin-top: 15px;
    font-weight: 300;
  }
  
  
  .hawala{    
  padding: 0 60px;
  }  

  .desktop{
    display: none !important;
  }

}



@media (max-width: 580px) {

  .btn-sm-cstm{
    width: 100%;
    margin-top: 20px;
  }
  .urdu{
    font-size: .9rem;
  }
  .qr-img{
    max-width: 200px;
  }
  .contact {            
    margin: auto auto 20px;                  
    position: static;            
  }

  .logo{
    max-width: 200px;
    margin: auto !important;
    text-align: center;
    display: block !important;
  }

  .title{
    margin-top: 25px;
    max-width: 300px;
    display: block;
  }

  .ct{
    text-align: center !important;
    margin-top: 15px;
    font-weight: 300;
  }
   
  .contain {
    padding-left: 10px;
    padding-right:10px;
  }

  .fa-3x {
    font-size: 2.1em;
  }

  .nav-link {
    display: block;
    padding: 0.5rem .5rem;
  }

  .hawala{    
  padding: 0 40px;
  }

  .urdu-pera {
      padding: 0 10px;
  }

  .hide-me{
    display: none;
  }

  .btn-center{
    margin: 10px auto;
    display: block !important;
    text-align: center;
    float: none !important;
  }

  .cool{
    float: none;
    margin: auto;
    margin-bottom: 10px; 
  }

  .navbar.navbar-transparent {
    background-color: dimgray !important;    
  }

  .navbar.navbar-transparent .nav-item .nav-link:not(.btn) {
      color: #ccc;
  }

  .navbar.navbar-transparent a:not(.dropdown-item):not(.btn) {
      color: #ccc;
  }
  
  .mobile{
    display: none !important;
  }
  
  .desktop{
    display: block !important;
  }

  .db-title{
    display: block;  
  }
  .card-body {
    padding: 7px 3px !important;
  }

  .main-panel .content {
    padding-left: 10px;
    padding-right: 10px;
  }

  /*----------------------*/
  .fatwa{
    padding: 10px 11px;
  }

  .fatwa-qry{
    padding: 3px 11px;
  }
  .txt {
    width:unset;
  }


  .fatwa-qry-ar {
    padding: 0;
  }

  .column-title{
    background-image: unset !important;
  }

}





/*------------------------------*/
.topbar, .topbar a{
  background-color:#00374f;
  color: cornsilk;
}

.nav-green, .nav-green a{
  background-color: #00638e;
  color: cornsilk;
}

.clmn-img{
  width: 70px;
  height: 88px;
  margin-top: -75px;
  border-radius: 7px;
  box-shadow: 1px 1px 3px grey;
}

.list-img{
  width: 70px;
  height: 88px;
  border-radius: 7px;
  box-shadow: 1px 1px 3px grey;
}
.column-desc{  
  overflow: hidden;
  font-weight: 700;
  font-size: 1rem;
  color: teal;
}
.footer p, .footer a{
  color: burlywood;
  font-size: .8rem;
}
.navbar-light .navbar-nav .nav-link {
    color: burlywood;
}

footer{ 
  z-index:1;
  line-height:2.5em;    
  /*background: rgba(0,0,0, 0.8);
  border-bottom: 1px solid #000;*/
  background-color: #e5e5e5;
  
  color: #999;  
}

.footer-foot, .footer-foot a, .footer-foot p{
  line-height:50px;  
  background-color: #00374f;
  color: burlywood;
}
.title-bar{
  color: wheat;
  background: url(../images/18.jpg);
  width: 149px;  
  padding: 7px;
  text-align: center;
  margin-top: -24px;
  position: absolute;
  z-index: 999;

  margin-right: 20px;
  border-radius: 7px;

}


.column-title{
  max-width: 600px;
  height: 144px;
  line-height: 116px;
  display: block;    
  color: darkslategrey;
  background: url(../images/title-bar_4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 7px 30px;
  text-align: center;    
  font-size: 1.7rem;  
  border-radius: 7px;
  margin:0 auto;  
}




.color img{
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-webkit-transition: all 1s ease;
}

.color img:hover{
filter: grayscale(0%);
filter: gray;
-webkit-filter: grayscale(0%);
filter: none;
transition: 1s ease;
}


/* Figure //  */
  figure {
     /* background: #fff; */
  }
  figure:hover+span {
      bottom: -36px;
      opacity: 1;
  }

      /* Shine */
  .hover14 figure {
      position: relative;
  }
  .hover14 figure::before {
      position: absolute;
      top: 0;
      left: -75%;
      z-index: 2;
      display: block;
      content: '';
      width: 50%;
      height: 100%;
      background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
      background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
      -webkit-transform: skewX(-25deg);
      transform: skewX(-25deg);
  }
  .hover14 figure:hover::before {
      -webkit-animation: shine .75s;
      animation: shine .75s;
  }
  @-webkit-keyframes shine {
      100% {
          left: 125%;
      }
  }
  @keyframes shine {
      100% {
          left: 125%;
      }
}


/*---------------COLUMN TEXT */
.clmn-section{
  clear: both;
  padding: 5px;
  font-family: urdu;
  font-weight: 700;
  font-size: 19px;
  line-height: normal;
}

.clmn-title{
  font-family: urdu;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  color: maroon;
}

.clmn-sub-title{
  font-family: urdu;
  font-size: 18px;
  text-align: justify;
  text-decoration: underline;
  font-weight: 700;
  color: maroon;
  margin-bottom: 0;
}

.clmn-para-ur{
  text-indent: 25px;
  font-family: urdu;
  text-align: justify;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0px;
  word-spacing: 2px;
}

.clmn-quo-ar{
  padding: 0px 70px;
  font-family: amiri;
  font-size: 13px;
  text-align: center;
  font-weight: 700;  
  color: darkcyan;
}

.clmn-quo-ur{
  padding: 0px 70px;
  font-family: urdu;
  font-size: 14px;
  text-align: center;
  font-weight: 700;  
  color: darkcyan;
}

.clmn-ar{ 
  font-family: amiri;
  font-size: 13px;  
  font-weight: 700;  
}


/*.clm-quo-ref
{
  padding: 0px 70px;
  font-family: amiri;
  font-size: 12px;
  text-align: left;
  font-weight: 700;
}*/


.ft-large{
  background: url(../images/footer-bg.png);
  background-color:#008374;
  background-color:black;
  opacity: .9;
}

.cnt{
  position: absolute;
  margin-top: -20px;
  color: var(--bs-gray-400) !important;
}

.bottom-line{
  background: url(../images/bottom-line.png);
  background-position: center;
  background-size: cover;
  width: 200px;
  height: 20px;
  margin: 5px auto;

}


h3{
  font-size: 24px !important;
}
h4{
  font-size: 22px !important;
}

h5{
  font-size: 20px !important;
}

h6{
  font-size: 16px !important;
}
.bx-shd{
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, 
              rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}

.profile-text{
  margin-top: 21px;
  margin-bottom: 50px;
  padding-top: 11px;
}