body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: #F3F2EE;
}

h2{
    font-size:32px;
}

h3{
    font-size:28px;
}

a{
    text-decoration: none;
    color: #003c20;
}

.line-border:after {
	content: "";
	display: block;
	width: 100%;
	border-bottom: 1px dotted black;
}

/*ul {*/
/*    list-style-type: none;*/
/*}*/

.form-control[readonly] {
    background-color:transparent;
}

.container-x{
    margin:0 auto;
    max-width: 1000px;
}

.text-danger{
    display: block;
    margin-top: 10px;
}
.top-nav{
    background-image: linear-gradient(0deg, #60bb4e, #1a7b3d);
    display: flex;
    justify-content: space-between;
}
.top-nav .pera{
    font-size: 10px;
    color: white;
    margin-top: 9px;
    margin-right: 10px;
}
.counter{
    display: flex;
    margin-top: 11px;

}
.btn-login{
    padding: 10px 10px;
    background-color: #96C346;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 12px;
}
.btn-login:hover{
    color: white;
    background-color: #96C346;
}
	/* bg */
.foldable {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,.3) ,0 1px 0 rgba(255,255,255,.3) inset ,0 0 1px rgba(255,255,255,.3) inset;
    background: rgb(68,68,68);
    background: linear-gradient(top, rgba(68,68,68,1) 0%,rgba(34,34,34,1) 50%,rgba(51,51,51,1) 50.01%,rgba(34,34,34,1) 100%);
    font: normal 11px/20px 'Helvetica Neue', sans-serif;
    color: #eee;
    letter-spacing:1px;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #000;
}
/* cut */
.foldable:before {
    position: absolute;
    content: "";
    height: 1px;
    top: 50%;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    box-shadow: 0 1px 0 rgba(255,255,255,.1);
}
/* content */
.foldable span {
    display:inline-block;
    padding: 4px 2px;
    border-right: 1px solid rgba(0,0,0,.3);
    box-shadow: 1px 0 0 rgba(255,255,255,.05), -1px 0 0 rgba(255,255,255,.05) inset    ;
    font: normal 14px/9px 'Helvetica Neue', sans-serif;
}
/* fastening */
.foldable span:before, .foldable span:after {
    position: relative;
    top: 0px;
    left: 1px;
    content: ":";
    color: #000;
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
}
.foldable span:after {
    content: ":";
    right: -1px;
    /*left: auto;*/
}
.foldable span:last-child { border-right:none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

/* second nav  */
.nav-icon{
    width: 70px;
}
.nav-icon-2{
    width: 50px;
}
.m-auto-matic{
    margin-left: auto !important;
}
.text-b{
    font-weight: bold;
}
/* .h-top{
    margin-top: 55px;
} */
#footer-b{
    background: linear-gradient(90deg, #8cc63e, #22893f);
}
#footer{
    /*min-height:100vh;*/
}
.text-white-a{
    text-decoration: none;
    color: white;

}
.text-white-a:hover{
    text-decoration: none;
    color: white;

}
.scroll-nav{
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}
.second-top{
    /* -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75); */
}



.footer{
    background: white;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*height: 100px;*/
    /*color: red;*/
}
.foot{
    border-top: 1px solid lightgray;
    text-align: center;

}


.card-img{
    width: 90%;
    margin:0 auto;
    text-align: center;
    display: block;
    overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
.card-img:hover{
    width: 100%;
    margin: 0 auto;
    transition: 1s;
}
.card-img-2{
    width: 85%;
    margin:0 auto;
    text-align: center;
    display: block;
    overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
.card-img-2:hover{
    width: 101%;
    margin: 0 auto;
    transition: 1s;
}
.card-img-3{
    width: 85%;
    margin:0 auto;
    text-align: center;
    display: block;
    overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
.card-img-3:hover{
    width: 101%;
    margin: 0 auto;
    transition: 1s;
}


.aff-img-2{
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
    margin:0 auto;
    -webkit-transform: translate3d(0, 0, 0);
    transition: .3s
}
.aff-img-2:hover{
    transform: scale(1.05);
    margin: 0 auto;
    transition: .3s;
}

.aff-img-div{
   /*height: 250px;*/
   overflow: hidden;
}
/* Slow-motion Zoom Container */
/*.card-img-2 img {*/
/*  transform-origin: 50% 65%;*/
/*  transition: transform 5s, filter 3s ease-in-out;*/
/*  filter: brightness(150%);*/
/*}*/

/* The Transformation */
/*.card-img-2:hover img {*/
/*  filter: brightness(100%);*/
/*  transform: scale(3);*/
/*}*/

.img-div{
   height: 297px;
   overflow: hidden;
}
.img-div-2{
   height: 200px;
   overflow: hidden;
}
.img-div-3{
   height: 264px;
   overflow: hidden;
}

.p-foot{
    padding: 10px 0;
}

.foot-a{
    color: #429B3F;
    text-decoration: none;
}
.foot-a:hover{
    color: #429B3F;
    text-decoration: none;
}
.c-card{
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
}
.li-parent{
  position: relative;
}
.ul-child{
   position: absolute;
   bottom: -28px;
   left: 0;
   width: 100%;
   height: auto;
   background-color: white;
   list-style-type: none;
   padding: 5px;
   -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
}
.ul-child li a{
   text-decoration: none;
   color: black;
}

.news-card{
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
}


img.note-float-left {
    margin: 0.4em 1.6em 1.6em 0;
}


/* Affiliated Mosques */
.col-lg-4{
    border-left: none;
}
.title{
    color: black;
    text-transform: uppercase;
    padding-top: 20px;
    text-align: center;
    font-weight: bold !important;
}
.sub-title{
    color: rgb(13, 70, 2);
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}
.address{
    color: rgb(13, 70, 2);
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center !important;
}
.phone{
    text-align: center;
    padding-bottom: 20px;
}
.card{
    box-shadow: 0 0 10px 0 rgba(100, 100, 100, 0.26);
}
.card.text-center{
    background: whitesmoke;
}
img.card-img-top{
    box-shadow: 0 0 10px 0 rgba(100, 100, 100, 0.26);
}
/*Fade Hover Effect*/
 .hover-fade a {
  display: block;
  position: relative;
  /*overflow: hidden;*/
  text-decoration: none;
  outline: none !important;
  color: rgb(4, 61, 26);
}
.hover-fade img {
  width: 100%;
  height: 180px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hover-fade:hover img  {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
}



.section-team {
    font-family: "Poppins", sans-serif;
    padding: 30px 0;
}

.section-team .header-section {
    margin-bottom: 10px;
}

.section-team .header-section .small-title {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #3e64ff;
}

.section-team .header-section .title {
    font-weight: 700;
}

.section-team .single-person {
    height: 230px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 15px;
    background: linear-gradient(to right, #8BC53E, #23893F);
}

.section-team .single-person:hover {
    background: linear-gradient(to left, #8BC53E, #23893F);
}

.section-team .single-person .person-image {
    position: relative;
    margin-bottom: 10px;
    border-radius: 15%;
    transition: padding .3s;
}

*/	.section-team .single-person:hover .person-image {
    padding: 12px;
    border: 4px dashed #fff;
} */

.section-team .single-person .person-image img {
    width: 100%;
    border-radius: 15%;
}

.section-team .single-person .person-image .icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #f6f9ff;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
}

.section-team .single-person:hover .person-image .icon {
    background: none;
    background-color: #fff;
    color: hsl(135, 99%, 46%);
}

.section-team .single-person .person-info .full-name {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.section-team .single-person .person-info .speciality {
    text-transform: uppercase;
    font-size: 14px;
    color: #016cec;
}

.section-team .single-person:hover .full-name,
.section-team .single-person:hover .speciality {
    color: #fff;
}

img.img-rounded.img-responsive {
    width: 300px;
}


/*All News*/
.newsheading a {
    color: white;
}
.newsheading a:hover {
    color: white;
}



.pre-header {
    display: flex;
    align-items: center;
    height: 110px;
    margin-bottom: 18px;
}

.pre-head-first {}

.pre-head-last {
    /* flex-grow: 1; */
    width: 100%;
    text-align: center;
}


 /* form */

.headtitle {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.sub-text-indent {
    text-indent: 2rem;
    font-weight: 700;
}

.subj {
    font-size: 24px;
}

.inpelement {
    width: 32%;
   // border-top: 0;
   // border-left: 0;
   // border-right: 0;
   margin-bottom: 4px;
}

.inpelementextralen {
    width: 185px;
}
.ftwt{
	font-weight: 500;
}

.kbw-signature {
    width: 400px;
    height: 200px;
}

#sig canvas {
    width: 100% !important;
    height: auto;
}

.blankline:focus-visible{
	outline: none;
}
.img_cstm img {
    max-width: 100%;
}
.vb label {
    padding-left: 6px;
}



.showondesktop{
		display:block;
}
.showonmobile{
	display:none;
}



@media screen and (max-width: 440px){
    .pera{
        display: none;
    }
    .top-nav{text-align: center;
    overflow: hidden;
            display: block;
    }
    .counter{display: block;}
}

@media screen and (max-width: 767px){
    .margin-3{
        margin: 0 15px;
    }
}
@media screen and (max-width: 991px){
    .margin-3{
        margin: 0 15px;
    }
	.table_new th, .table_new tr {
    white-space: nowrap;
}
}

@media screen and (max-width: 300px){
    .top_btns{display: block;}
}


/* Extra Small Device */
@media (max-width: 767px) {
.carousel-indicators{display: none;}
.nav-icon {
    width: 50px;
}
.welcome_text{font-size: 22px;}
.news_update_heading{text-align: center;font-size: 22px;}

}





@media only screen and (max-width: 767px){
	.leftblock{
		margin-bottom: 15px;
	}
.mt-s {
    margin-top: 15px;
}

}
@media only screen and (max-width: 639px){
	.pre-header {
    display: block;
    height: auto;
    text-align: center;
}
.pre-head-first {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.pre-head-last {
    width: 100%;
    float: left;
}	
.sub-text-indent {
    text-indent: 0;
}
.inpelement {
    width: 100%;
    margin-bottom: 22px;
}

	.showondesktop{
		display:none;
	}
	.showonmobile{
		display:block;
	}

	.alignpara{
		text-align:justify;
	}
	
}

@media only screen and (max-width: 500px){
	.card_cstm span {
    font-size: 20px !important;
	
	}
	.vb {
		position: relative;
	}
	.vb input {
		position: absolute;
		top: 6px;
	}
	.vb label {
		display: inline-block;
		padding-left: 25px;
	}
	.card_cstm {
		padding: 20px  14px !important;
	}
	.kbw-signature {
		width: 100%;
		margin-bottom: 15px;
		  height: 230px;
	}
	form.form_cstm legend {
		font-size: 17px;
	}
	
	
	.table_payments tr {
		white-space: normal;
	}
	.table_payments th:first-child {
		padding-left: 0;
	}
	.table_payments td {
		padding: 7px 1px 8px;
		font-size: 14px;
	}
	.table_payments td p {
		font-size: 15px;
		margin-top: 13px;
		margin-bottom: 4px;
	}
	.table_payments h4 {
		font-size: 15px;
		margin-top: -3px;
	}
	.table_payments th {
		white-space: normal;
		font-size: 14px;
		padding: 0;
	}
}	


