@font-face {
font-family: 'Samarkan Normal';
font-style: normal;
font-weight: normal;
src: local('Samarkan Normal'), url('../fonts/SAMARN__.woff') format('woff');
}


@font-face {
font-family: 'Samarkan Oblique';
font-style: normal;
font-weight: normal;
src: local('Samarkan Oblique'), url('../fonts/SAMARO__.woff') format('woff');
}

/*---------------------------------------
* Header
---------------------------------------*/
/**********************************************************
* LAYOUT - Layout styles
**********************************************************/
/*---------------------------------------
* Header
---------------------------------------*/
header .header-top {
    background: #0f1093;
    padding: 8px 0;
    float: left;
    width: 100%; }
header .header-top ul {
    text-align: right;
    margin-bottom: 0px;
    margin-top: 5px;
}

header .header-top ul li {
    margin-left: 8px;
    float: initial; 
    display: inline-block;

}
header .header-top ul li a {
    font-size: 12px;
    color: #fff;
    text-decoration: none !important;
    transition: 250ms;
    display: block; }
header .header-top ul li a:hover {
    color: #006dff; }
header .header-top ul li a.ads-link {
    float: left;
    padding: 6px 16px 6px 0px; }
header .header-top ul li a.btn-top {
    padding: 2px 7px;
    border: 2px solid #006dff;
    font-weight: 700;
    border-radius: 15px;
    overflow: hidden;
    position: relative; }
header .header-top ul li a.btn-top span {
    position: relative; }
header .header-top ul li a.btn-top:before {
    position: absolute;
    top: 0;
    transition: 300ms;
    left: -100%;
    width: 100%;
    height: 100%;
    content: ' ';
    background: #006dff; }
header .header-top ul li a.btn-top:hover {
    color: #fff; }
header .header-top ul li a.btn-top:hover:before {
    left: 0; }
header .header-top ul.dropdown-menu li {
    margin: 0 !important;
    width: 100%; }
header .header-top ul.dropdown-menu li a {
    color: #141291 !important;
    text-align: left !important; }
header .header-menu {
    padding: 8px 0 8px 0;
    background: #f9f9f9;
    float: left;
    width: 100%; }
header .header-menu .ul-social {
    text-align: right;
    float: left;
    width: 100%;
    margin-bottom: 16px !important;
    margin-top: 16px;
    padding-right: 12px; }
header .header-menu .ul-social > li {
    float: none !important;
    margin-left: 6px; 
    display: inline-block;
}
header .header-menu .ul-social > li > a {
    text-decoration: none !important; }
header .header-menu .ul-social > li img {
    transition: 250ms; }
header .header-menu .ul-social > li img:hover {
    opacity: .6; }
header .header-menu .ul-menu {
    text-align: right;
    float: left;
    width: 100%; 
    display: inherit;
}
header .header-menu .ul-menu > li {
    float: none !important; 
    display: inline-block !important;
}
header .header-menu .ul-menu > li.active a {
    color: #006dff;
    font-weight: 700;
    border: 2px solid #006dff; }
header .header-menu .ul-menu > li > a {
    text-decoration: none !important;
    color: #353535;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 12px;
    border: 2px solid #f9f9f9;
    border-radius: 15px;
    transition: 250ms; }
header .header-menu .ul-menu > li > a:hover {
    color: #006dff; }
header .header-menu .responsive-btn {
    display: none;
    margin: 8px 0 0 0;
    float: right;
    font-size: 32px;
    color: #0f1093; }

/*---------------------------------------
* NAVIGATION
---------------------------------------*/
.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0); }

#menuModal {
    border-radius: 0 !important; }
#menuModal .modal-body {
    background: #f9f9f9;
    padding: 60px 0; }
#menuModal .modal-body ul {
    list-style: none;
    padding: 0;
    margin: 0; }
#menuModal .modal-body ul > li {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }
#menuModal .modal-body ul > li > a {
    color: #353535;
    border: 2px solid #f9f9f9;
    border-radius: 15px;
    display: inline-block;
    padding: 3px 15px;
    font-size: 14px;
    text-align: center; }
#menuModal .modal-body ul > li > a:hover {
    color: #006dff; }
/*#menuModal .modal-body ul > li.active > a {
    color: #006dff;
    font-weight: 700;
    border: 2px solid #006dff; }
#menuModal .modal-body .dropdown-menu {
    width: 100%;
    display: none;
    background: #fff;
    border: none !important;
    box-shadow: none;
    position: relative; }
#menuModal .modal-body .dropdown-menu li {
    padding-left: 0; }
#menuModal .modal-body .dropdown-menu > li > a {
    display: block;
    padding: 9px 10px 0 10px;
    color: #fff !important; }*/
/*#menuModal .modal-body .xclose-menu {
    position: absolute;
    top: 0px;
    right: 17px;
    width: 32px;
    height: 32px;
    z-index: 1;
    transition: 250ms;
    background: url(../front/images/close.png) no-repeat center center transparent; }*/
/*#menuModal .dropdown-menu {
    background: transparent !important; }
#menuModal .dropdown-menu h5 {
    text-align: center; }*/
#menuModal .dropdown-menu h5.empty-title {
    display: none; }
#menuModal .modal-content {
    float: left;
    border-radius: 0 !important;
    background: #f9f9f9;
    border-left: 20px solid #006dff; }
#menuModal .modal-dialog {
    width: 80%;
    max-width: 300px;
    height: 100%;
    margin: 0; }
#menuModal .menu-logo-wrap {
    text-align: center;
    margin: 0 0 25px 0; }
#menuModal .menu-logo-wrap img {
    max-width: 160px; }

header{
	.header-top{
		background: #0f1093;
		padding: 8px 0;		
		float: left;
		width: 100%;

		ul{
			@extend .ul-col;
			text-align: right;

			li{
				margin-left: 8px;
				float: initial;

				a{
					font-size: 12px;
					color: #fff;
					text-decoration: none !important;
					transition: 250ms;
					display: block;

					&:hover{
						color: #006dff;
					}

					&.ads-link{
					    float: left;
					    padding: 6px 16px 6px 0px;
					}
					&.btn-top{
						padding: 2px 7px;
						border: 2px solid #006dff;
						font-weight: 700;
						border-radius: 15px;
						overflow: hidden;
						position: relative;

						span{
							position: relative;
						}

						&:before{
							position: absolute;
							top: 0;
							transition: 300ms;
							left: -100%;
							width: 100%;
							height: 100%;
							content: ' ';
							background: #006dff;							
						}
						&:hover{
							color: #fff;

							&:before{
								left: 0;
							}
						}
					}
				}
			}

			&.dropdown-menu{
				li{
					margin: 0 !important;
					width: 100%;
					a{
						color: #141291 !important;
						text-align: left !important;
					}
				}
			}
		}
	}

	.header-menu{
		padding: 20px 0 30px 0;
		background: #f9f9f9;
		float: left;
		width: 100%;

		.ul-social{
			@extend .ul-col;
			text-align: right;
			float: left;
			width: 100%;
			margin-bottom: 16px !important;

			> li{
				float: none !important;
				margin-left: 6px;

				> a{
					text-decoration: none !important;
				}

				img{
					transition: 250ms;

					&:hover{
						opacity: .6;
					}
				}
			}

		}

		.ul-menu{
			@extend .ul-col;
			text-align: right;
			float: left;
			width: 100%;

			> li{
				float: none !important;

				&.active{
					a{
						color: #006dff;
						font-weight: 700;
						border: 2px solid #006dff;
					}
				}

				> a{
					text-decoration: none !important;
					color: #353535;
					font-size: 14px;
					font-weight: 600;
					padding: 3px 12px;	
					border: 2px solid #f9f9f9;
					border-radius: 15px;
					transition: 250ms;

					&:hover{
						color: #006dff;
					}
				}
			}

		}

		.responsive-btn{
			display: none;
			margin: 8px 0 0 0;
			float: right;
			font-size: 32px;
			color: #0f1093;
		}

	}
}
/*---------------------------------------
* NAVIGATION
---------------------------------------*/


.modal.fade:not(.in).left .modal-dialog {
	-webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0);
}

#menuModal{
	border-radius: 0 !important;

	.modal-body {
		background: #f9f9f9;
		padding: 60px 0;

		ul{
			list-style: none;
			padding: 0;
			margin: 0;

			> li{
				padding: 0;
				margin: 0;
				width: 100%;
				text-align: center;
				margin-bottom: 10px;

				> a{
					color: #353535;
					border: 2px solid #f9f9f9;
					border-radius: 15px;
					display: inline-block;
					padding: 3px 15px;
					font-size: 14px;
					text-align: center;

					&:hover{
						color: #006dff;
					}
				}

				&.active{
					> a{
						color: #006dff;
						font-weight: 700;
						border: 2px solid #006dff;
					}
				}

			}
		}

		.dropdown-menu{
			width: 100%;
			display: block;
			background: #fff;
			border: none !important;
			box-shadow: none;
			position: relative;

			li{
				padding-left: 0;
			}

			&>li>a {
			    display: block;
			    padding: 9px 10px 0 10px;
			    color: #fff !important;
			}
		}

		.xclose-menu{
			position: absolute;			
		    top: 20px;
			right: 17px;
		    width: 32px;
		    height: 32px;
		    z-index: 1;
		    transition: 250ms;
		    background: url(../images/icon/close.png) no-repeat center center transparent;
		}
	}

	.dropdown-menu{
		background: transparent !important;

		h5{
			text-align: center;

			&.empty-title{
				display: none;
			}
		}
	}

	.modal-content{
		float: left;
		border-radius: 0 !important;
	    background: #f9f9f9;
		border-left: 20px solid #006dff;
	}

	.modal-dialog {
	    width: 80%;
	    max-width: 300px;
	    height: 100%;
	    margin: 0;
	}

	.menu-logo-wrap{
		text-align: center;
		margin: 0 0 25px 0;

		img{
			max-width: 200px;
		}
	}
}

@media (max-width: 1400px) {
	header .header-menu .ul-menu li a {
		padding: 6px 8px;
	}
}


@media (max-width: 991px) {

	header .header-menu{
		padding-bottom: 15px;
		.ul-menu{
			display: none;
		}
		.ul-social{
			margin: 0 !important;
		}
		.responsive-btn{
			display: block;
		}
		
	}

	header .header-menu .ul-menu {
		display: none;
	}

	header .header-menu .responsive-btn {
		display: block;
	}
	header .header-menu .ul-social {
		margin: 0!important;
		padding-right: 0px;
		padding-left: 0px;
	}

	header .header-menu .col-xs-6{
		width: 50%;
	}
}


/* suggestion blade*/

.border-top {
	border-top: 5px solid #33b5e5 !important;
	border-top-left-radius: .25rem!important;
	border-top-right-radius: .25rem!important;
}
/* latest blog*/
.md-pills .nav-link.active {
	background-color: #e0e7ef
}

/*home about */
.resp-container {
	position: relative;
	overflow: hidden;
}
hr.style14 { 
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}


/*App.blade.css*/
.navbar .dropdown-menu {
	background-color: #DBBB4F !important;      
}    

header {
	min-height: 90px;    
	z-index: 100001;
}
.navbar {
	z-index: 100001;
	background-color: #efffef;
}


.navbar-brand {
	padding: 0 15px;
	height: 90px;
	line-height: 90px;
}

.navbar .navbar-brand img {
	height: 90px;
}

.navbar .navbar-brand {
	padding-top: 0;
}

.navbar .nav-link {
	color: #444343!important;
}

.navbar .button-collapse {
	padding-top: 1px;
}

.card-intro .card-body {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border-radius: 0 !important;
}

.card-intro .card-body h1 {
	margin-bottom: 0;
}

.card-intro {
	margin-top: 64px;
}

@media (max-width: 450px) {
	.card-intro {
		margin-top: 56px;
	}
}

@media (min-width: 1441px) {
	.card-intro {
		padding-left: 0 !important;
	}
}


.navbar .dropdown-menu div[class*="col"] {
	margin-bottom:1rem;
}

.navbar .dropdown-menu {
	border:none;
	background-color:#0060c8!important;
}


@media screen and (min-width: 992px) {
	.navbar {
		padding-top:0px;
		padding-bottom:0px;
	}


	.navbar .nav-item {
		padding:.5rem .5rem;
		margin:0 .25rem;
	}


	.navbar .dropdown {position:static;}

	.navbar .dropdown-menu {
		width:auto;
		left:0;
		right:0;

		display:block;
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s, opacity 0.3s linear;

	}




	.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
		display:block;
		visibility: visible;
		opacity: 1;
		transition: visibility 0s, opacity 0.3s linear;
	}

	.navbar .dropdown-menu {
		border: 1px solid rgba(0,0,0,.15);
		background-color: #fff;
	}

}

.navbar {
	font-weight: 300;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);

}

.bg-primary a {
	color:white;
}

.carousel-height{
	height: 400px;
	object-fit: cover;
}

@media(max-width: 500px){
	.carousel-height{
		height: 150px;
		object-fit: cover;
	}

}
.gallery-block{
	padding-bottom: 60px;
	padding-top: 30px;
}

.gallery-block .heading{
	margin-bottom: 50px;
	text-align: center;
}

.gallery-block .heading h2{
	font-weight: bold;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.gallery-block.cards-gallery h6 {
	font-size: 17px;
	font-weight: bold; 
}

.gallery-block.cards-gallery .card{
	transition: 0.4s ease; 
}

.gallery-block.cards-gallery .card img {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); 
}

.gallery-block.cards-gallery .card-body {
	text-align: center; 
}

.gallery-block.cards-gallery .card-body p {
	font-size: 15px; 
}

.gallery-block.cards-gallery a {
	color: #212529; 
}

.gallery-block.cards-gallery a:hover {
	text-decoration: none; 
}

.gallery-block.cards-gallery .card {
	margin-bottom: 30px; 
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 576px) {

	.gallery-block .transform-on-hover:hover {
		transform: translateY(-10px) scale(1.02);
		box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important; 
	}
}

.president-image{
	min-height: 100px;
	max-width: 100px;
	max-height: 100px;
	min-width: 100px;
	object-fit: cover;
}

.president_link{
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.president_link a{
	display: inline-block;
	color: white;
	background: #006dff;
	padding: 10px 40px;
	border-radius: 70px;
	text-decoration: none;
}
.president_link a:hover{
	color: white !important;
}

.suggestion-form{
	padding: 0px 4% ;
}
@media (max-width: 500px) {
	.suggestion-form {
		padding: 0px 0% !important;
	}
}

.upchar-soical{
	padding: 0px;
	width: 100%;
	height: 517px;
	cursor: pointer;
}

@media (max-width: 500px) {
	.upchar-soical {
		height: 440px;
	}
}
.us-upchar-samwad{
	height: -webkit-fill-available;
}

.us-upchar-samwad .card-body {
	text-align: center;
	font-size: 24px;
	color: black;
	background-color: #e4e0e0;
	margin-top: 0px;
/* 	padding: 40px 0px; */
} 

.us-upchar-samwedna{
	height: -webkit-fill-available;
}
.us-upchar-samwedna .card-body{
	text-align: center;
	font-size: 24px;
	color: white;
	background-color: #eb353b;
	margin-top: 0px;
/* 	padding: 22px 0px; */
} 

.us-upchar-prayer{
	height: -webkit-fill-available;
}
.us-upchar-prayer .card-body{
	text-align: center;
	font-size: 24px;
	color: black;
	background-color: #dcbc4c;
	margin-top: 0px;
/* 	padding: 40px 0px; */
} 

.imgbox {
	width: 100%;
	text-align: center;
}

.imgbox img {
	max-height: 250px;
}

.join-button{
	text-align: center;
	margin: 40px 0px;
	width: 100%;

}

.join-button a{
	background-color: #1063ab;
	color: white;
	padding: 15px 55px;
	text-decoration: none;
	border-radius: 65px;
}

.img-object-fit {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.card-img-fit{
	height: 300px;
	object-fit: cover;
}
.help-line{
	float: left;
	list-style: none;
}

.help-line a{
	font-size: 14px;
	color: white;
	list-style: none;
	text-decoration: none;
}

@media (max-width: 500px) {
	.img-object-fit {
		width: 100%;
		height: 150px !important;
		object-fit: cover;
	}

	.card-img-fit{
		height: 180px;
		object-fit: cover;
	}

	.help-line{
		float: left;
		list-style: none;
		width: 100%;
		text-align: right;
		margin-bottom: 10px;
	}

	.upchar-pt{
		padding-top: 0px !important;
	}
	.upchar-pb{
		padding-bottom: 0px !important;
	}

	.upchar-mb{
		margin-bottom: 0px !important;
	}

	.upchar-mt{
		margin-top: 0px !important;
	}
	.upchar-p4{
		padding: 0px !important;
	}

	.us-upchar-samwad figure img {
		height: 250px;
	}

	.us-upchar-samwad figcaption{
		padding: 18px 0px;
		font-size: 18px;
	}

	.us-upchar-samwedna figure img {
		height: 250px;
	}
	.us-upchar-samwedna figcaption{
		padding: 18px 0px;
		font-size: 18px;
	}

	.us-upchar-prayer figcaption{
		padding: 18px 0px;
		font-size: 18px;
	}

	.us-upchar-prayer figure img {
		height: 250px;
	}
}


/* member registration css*/

/*	* {
		margin: 0;
		padding: 0
	}

	html {
		height: 100%
	}*/

#grad1 {
	background-color: : #9C27B0;
	background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}

#msform {
	text-align: center;
	position: relative;
	margin-top: 20px
}

#msform fieldset .form-card {
	background: #f8f7f2;
	border: 0 none;
	border-radius: 0px;
	padding: 20px 40px 30px 40px;
	box-sizing: border-box;
	width: 94%;
	margin: 0 3% 20px 3%;
	position: relative
}

#msform fieldset {
	background: #f8f7f2;
	border: 0 none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	position: relative
}

#msform fieldset:not(:first-of-type) {
	display: none
}

#msform fieldset .form-card {
	text-align: left;
	color: #2d2929;
}

#msform input,
#msform textarea {
	/*padding: 0px 8px 4px 8px;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	margin-bottom: 0px;
	margin-top: 2px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 16px;
	letter-spacing: 1px*/
}
#msform input:focus,
#msform textarea:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none;
	font-weight: bold;
	border-bottom: 2px solid skyblue;
	outline-width: 0
}

#msform .action-button {
	width: 100px;
	background: skyblue;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msform .action-button-previous {
	width: 100px;
	background: #616161;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
	border: none;
	outline: 0;
	border-bottom: 1px solid #ccc;
	padding: 2px 5px 3px 5px;
	margin: 2px
}

select.list-dt:focus {
	border-bottom: 2px solid skyblue
}

.card {
	z-index: 0;
	border: none;
	border-radius: 0.5rem;
	position: relative;
	background-color: #f8f7f2;
}

.fs-title {
	font-size: 25px;
	color: #2C3E50;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left
}

#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	color: lightgrey
}

#progressbar .active {
	color: #000000;
}

#progressbar li {
	list-style-type: none;
	font-size: 12px;
	width: 33.33%;
	float: left;
	position: relative
}

#progressbar #account:before {
	font-family: FontAwesome;
	content: "1"
}

#progressbar #personal:before {
	font-family: FontAwesome;
	content: "2"
}

#progressbar #payment:before {
	font-family: FontAwesome;
	content: "3"
}



#progressbar li:before {
	width: 50px;
	height: 50px;
	line-height: 45px;
	display: block;
	font-size: 18px;
	color: #ffffff;
	background: lightgray;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	padding: 2px
}

#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: lightgray;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
	background: skyblue
}

.radio-group {
	position: relative;
	margin-bottom: 25px
}

.radio {
	display: inline-block;
	width: 204;
	height: 104;
	border-radius: 0;
	background: lightblue;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	cursor: pointer;
	margin: 8px 2px
}

.radio:hover {
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
	width: 100%;
	object-fit: cover
}
/* upchar opacity banner images */
#upchar_opacity_banner{
	background-image: url("../front/banner-1.jpg");
	background-position: 0% 9%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 177px;
	margin-top: -20px;
}
.opacity_overlay {
	top: 0;
	background-color: #0009;
	opacity: 0.8;
	height: 177px;
}
.opacity_overlay h1{
	margin-top: 40px;
	color: #fff;
	text-align: center;
	margin: 6% 0;
	font-size: 46px;
}

.help-inline-error{
	    color: red;
}

.member-add-button{
    position: relative;
    width: 100%;
    min-height: 60px;
}
.member-add-button a{
    color: white;
    position: absolute;
    right: 0px;
}

.upchar-font {
	font-family:'Samarkan Normal';
}