@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



body{
	font-size:14px;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
}

input{
    font-family: 'Poppins', sans-serif;
    font-weight:400;
}

a{transition: 0.3s;}



a:hover, a:focus {
    color: #3CD99E;
    text-decoration: none;
}

h1{
	margin-top:0;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	letter-spacing: -1px;
	font-size: 25px;
}

h2{
	margin-top:0;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	font-size: 20px;
	letter-spacing: -1px;
}

h3{
	margin-top:0;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	font-size: 18px;
}



h4{
	margin-top:0;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	font-size: 16px;
}

h5 {
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -1px;
}
h6{
	margin-top:0;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	font-size: 12px;
}

p{
	font-size:14px;
	color:#828282;
	line-height:28px;
	margin-bottom: 17px;
	font-family: 'Poppins', sans-serif;
    font-weight:400;
}

.wrapper{
	max-width:1180px;
	margin:0 auto;
	background:#fff;
    position:relative;
    padding-bottom: 80px;
    border: #e4e4e4 1px solid;
}

.container {
    position: relative;
    max-width: 1180px;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-transparent{
	position:relative;
}

.whiteline_btn {
    border: #FFF 1.5px solid;
    display: inline-block;
    padding: 7px 22px;
    font-size: 14px;
    font-weight: 700;
    min-width: 122px;
    height: 40px;
    text-align: center;
}

.hdr_noti{
	margin:0;
}

.hdr_noti p {
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 11px;
    line-height: 22px;
}
.hdr_noti .carousel-item h1 {
    font-size: 18px;
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    letter-spacing: 0.1px;
    margin-bottom: 5px;
}
.item_contant {
    max-width: 860px;
    padding: 0px;
}

.carosel_arrow .carousel-control-prev {
    display: inline-block;
    left: auto;
    right: 48px;
    top: 55px;
    width: 28px;
}


.carosel_arrow .carousel-control-next {
    display: inline-block;
    top: 55px;
    width: 28px;
    right: 4px;
}

.hdr_noti .close {
    position: absolute;
    right: 0;
    z-index: 1000;
    top: 0;
}
.carosel_arrow .carousel-control-next-icon {
    border: #fff 2px solid;
}

.carosel_arrow .carousel-control-prev-icon {
	border: #fff 2px solid;
}

.carosel_arrow .carousel-control-prev-icon, .carousel-control-next-icon {
    width: 26px;
    height: 26px;
    background-size: 60% 60%;
    padding: 8px;
}
.nav_bar_container{
	padding-top: 18px;
}

.navbar.navbar-transparent {
    background-color: transparent !important;
    box-shadow: none;
    padding-top: 0;
    color: #939393;
}

.donate_btn_header {
    border: #3cd99e 2px solid;
    color: #3cd99e;
    text-align: center;
    position: relative;
    right: 0;
    top: -3px;
    z-index: 100;
    font-size: 14px;
    float: right;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    width: 150px;
    height: 50px;
    letter-spacing: 0.4px;
	line-height: 24px;
}

.donate_btn_header:hover {
	border: #3CD99E 2px solid;
	color: #fff;
	background: #3CD99E;
}

.navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon {
    background-color: #000;
}

.navbar .navbar-brand {
    position: absolute;
    color: inherit;
    font-size: 1.125rem;
    line-height: 0;
    padding: inherit;
    top: 12px;
    left: 33%;
}
.navbar .navbar-brand img {
    max-width: 358px;
}


.header_social {
    position: relative;
    left: 0;
    z-index: 10;
    width: 200px;
    float: left;
}
.navigation {
    display: block;
    border-top: #E4E8EC 1px solid;
    width: 100%;
    text-align: center;
    position: relative;
    top: 30px;
	z-index: 100;
}
.navigation ul{
	margin:0;
	padding:0;
    
}

.navigation ul li{
    display:inline-block;
	position:relative;
	
	
}

.navigation ul li a {
    display: inline-block;
    font-size: 13px;
    padding: 20px 16px;
    color: #444444;
    transition-duration: .3s;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
}

.navigation ul li a:hover{
	color:#3cd99e;	
}




.navigation ul li:hover:after {
	width:100%;
	opacity: 1;
}

.navactive a{
	color:#3cd99e !important;
}

.navactive:after {
	content:"";
	width:0%;
	height:3px;
	position:absolute;
	background:#3cd99e;
	top:-2px;
	left:0;
	opacity: -0.88;
	transition: 0.3s;
}

.show a{
    color: #444444 !important;
}

.dropdown-menu.show a:hover{
    color: #ffffff !important;
}
 .navactive:after {
	width:100% !important;
	opacity: 1;
}


.navbar.navbar-transparent {
    background-color: transparent !important;
    box-shadow: none;
    padding-top: 0;
}

.header_social .nav-item .nav-link svg{
	color:#CECECE;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
    box-shadow:none;
    background-color: #92E583;
    color: #FFFFFF;
}

.ftr_blog_title{
	color:#444444;
	font-size:20px;
    font-family: 'Poppins', sans-serif;
    font-weight:800;
	margin-bottom: 30px;
    text-transform: capitalize;
}

.ftr_blog{
	color:#444444;
	font-size:14px;
}

.ftr_blog p{
	color:#444444;
}



.ftr_blog ul{
	margin:0;
	padding:0;
}

.ftr_blog ul li{
	display:block;
	border-bottom:#C6C6C6 1px solid;
}

.ftr_blog ul li:last-child{
	border-bottom:none;
}

.ftr_blog ul li a {
    display: block;
    padding: 0px 0;
    color: #444444;
    margin-bottom: 27px;
    margin-top: 31px;
	font-family: 'Poppins', sans-serif;
    font-weight:400;
}

.ftr_blog ul li a .vd_icon{
	color:#979797;
	font-size:19px;
	margin-right:5px;
	
}

.ftr_top_social {
    border-top: #C6C6C6 1px solid;
    margin-top: 26px;
    padding-top: 29px;
}

.ftr_top_social a {
    font-size: 18px;
    display: inline-block;
    background: #F2F2F2;
    width: 68px;
    height: 68px;
    border-radius: 100px;
    color: #444444;
    text-align: center;
    margin-right: 30px;
    padding-top: 25px;
}

.ftr_top_social a:hover {
    background: #3cd99e;
	color:#fff;
}

.ftr_abt_secand_text{
	margin-top:26px;}

.table-striped tbody tr:nth-of-type(odd) {
    background-color:#F2F2F2;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color:#E4E8EC;
}

.td_border{
	border-right:#C6C6C6 1px solid;
}

.table_update_text{
	background:#F2F2F2;
	padding:8px 20px;
}

.table_update_text p{
	color:#979797;
	background:#F2F2F2;
	margin:0;
	color:#828282;
}

.footer_2 {
    border-top: #C6C6C6 1px solid;
    padding-top: 65px;
    margin-top: 71px;
}

.ftr_blog p{
	margin-bottom:18px;
}

.ftr_blog p span{
	display:inline-block;
	margin-left:29px;
}

.ftr_blog p svg {
    vertical-align: top;
    position: relative;
    top: 4px;
    font-size: 17px;
}
.ftr_btn {
	margin-top:30px;
}

.ftr_btn a {
    display: flex;
    border: #828282 1.5px solid;
    color: #444444;
    text-align: center;
    padding: 0px 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    width: 164px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.ftr_btn a:hover {
	border: #3CD99E 2px solid;
    color: #fff;
    background: #3CD99E;
}

.submit_btn {
    display: flex;
    border: #828282 1.5px solid;
    color: #444444;
    text-align: center;
    padding: 0px 20px;
    background: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    transition: 0.3s;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.submit_btn:hover {
    border: #3CD99E 2px solid;
    color: #fff;
    background: #3CD99E;
}

.submit_btn.disabled {
    border: darkgray;
    color: #4d4d4d;
    cursor: default;
    background: darkgray;
}

.ftr_form .field {
    display: block;
    border: #828282 1.5px solid;
    color: #444444;
    text-align: left;
    padding: 11px;
    background: none;
    width: 100%;
    margin-bottom: 31px;
    font-size: 14px;
    height: 55px;
    transition: 0.3s;
}

.ftr_form .field:focus {
    border: #3cd99e 1.5px solid;
}

.no_robot {
    background: #F2F2F2;
    padding: 18px;
    border: #979797 1px solid;
    max-width: 195px;
    margin-bottom: 20px;
}

.no_robot_white {
    background: #fff;
    padding: 15px;
    border: #E4E8EC 1px solid;
    margin-bottom: 20px;
    margin: 0 auto;
    width: 195px;
    height: 60px;
    display: flex;
    align-items: center;
}

.ftr_btm {
    background: #fff;
    padding-top: 28px;
    padding-bottom: 28px;
    border-bottom: #7266FB 5px solid;
    position: relative;
}

.ftr_btm_grey{
    background: #E4E8EC;
    padding: 15px;
    border-top: #ccc 1px solid;
    position: relative;
}


.tx_box {
    font-size: 12px;
    color: #828282;
    text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
    font-weight:400;
}
.tx_box a {
    font-size: 12px;
    color: #828282;
    text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
    font-weight:400;
}

.tx_box svg{
    margin:0 5px;
}

.ftr_line_border_blue {
    background: #023f7c;
    border-bottom: 1px solid #0868c9;
    height: 2px;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
	font-family: 'Poppins', sans-serif;
    font-weight:400;
}

.ftr_btm .tx_box  svg{margin: 0 10px;}

.term_links {
    text-align: left;
}

.tx_box a{
    text-align: left;
    font-size: 12px;
    color: #828282;
    text-transform: uppercase;
}

.tx_box span{
    margin: 0 10px;
    display: inline-block;
}


.ftr_social{
	text-align:center;
}
.ftr_social a {
    border: 1px solid hsl(0, 0%, 100%);
    border-radius: 100px;
    display: inline-block;
    height: 30px;
    line-height: 31px;
    margin: 12px 3px;
    text-align: center;
    width: 30px;
}

.ftr_slat_janazah {
    background: #2d2d2d;
    padding: 50px 40px;
}

.ftr_slat_janazah p{
	color:#FFF;
	margin-bottom:3px;
}

.ftr_slat_janazah h1{
	color:#FFF;
	font-weight:700;
	font-size:25px;
	margin-bottom:20px;
	    line-height: 41px;
}

.download_botttn {
    display: block;
    width: 100%;
	margin-top: 20px;
}
.download_botttn a {
    display: inline-block;
    border: #3cd99e 2px solid;
    color: #3cd99e;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    padding-top: 14px;
    width: 240px;
    height: 50px;
}
.download_botttn a:hover {
    border: #3cd99e 2px solid;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
	background:#3cd99e;
}

.navbar{
	margin-bottom:0;
	padding:0;
}

.section_title {
    font-family: 'Poppins', sans-serif;
    font-weight:800;
    line-height: 30px;
    font-size: 25px;
    color: #444444;
}

.section{
	padding:0 !important;
	margin-top:80px;
}

.sec_title_group {
    position: relative;
    border-bottom: #D2D2D2 1px solid;
    margin-bottom: 40px;
}
.sec_title_group p{
	font-size:16px;
}
.news_content{
	margin-top:40px;
}

.post_sm_title {
    font-size: 20px;
    margin-top: 0px;
	margin-bottom: 23px;
    color: #292929;
    line-height: 32px;
}

.read_more{
	color:#444444;
	margin-top:16px;
	font-size:14px;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.read_more svg{
    margin-left: 4px;
}

.v_list {

    display: flex;

}

.v_list .v_list_thumb {
    position: relative;
    width: 98px;
    height: 98px;
    overflow: hidden;
}

.v_list .vd_tumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.post_date {
    color: #979797;
	font-size:14px;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	text-align:left;
	letter-spacing:1px;
}

.post_date svg{
    margin-right: 5px;
}



.v_list .v_details h5{
	 margin-bottom:0;
     font-size: 20px;
     color: #292929;
     line-height: 32px;
     margin-top: 4px;
     letter-spacing: 0;
	 
}



.news_content ul {
    width: 48%;
    margin-left: 2%;
}

.news_content .tab-content{
	float:left;
	width: 49%;
	margin-right:1%;
}

.news_content .nav-pills .nav-item .nav-link.active {
	color: #000;
	background-color: #fff;
	-webkit-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	-moz-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	text-align:left;
	border-radius:0px;
	padding:0;
}

.news_content .nav-pills .nav-item .nav-link:hover {
	color: #000;
	background-color: #fff;
	-webkit-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	-moz-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	text-align:left;
	border-radius:0px;
	padding:0;
}
.news_content .nav-pills.nav-pills-icons .nav-item .nav-link {
    border-radius: 0;
	padding: 20px;
	margin:0;
}

.news_content .nav-pills:not(.flex-column) .nav-item+.nav-item:not(:first-child) {
    margin-left: 0;
	padding:0;
}
.news_content .feature_news {
    padding: 0px;
    width: 360px;
    float: left;
}


.news_content .nav-tabs, .nav-pills {
    border: 0;
    border-radius: 0px;
    padding: 0 0px;
}

.nav-pills .nav-item .nav-link {
    line-height: 24px;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    min-width: 100px;
    text-align: left;
    color: #555;
    transition: all .3s;
    border-radius: 0px;
    padding: 0px 0px;
}

.news_details ul {
    width: 100%;
    margin-bottom: 30px;
}

.iqama_time {
    margin-top: 0;
    border-left: #E4E8EC 1px solid;
    padding-left: 15px;
}

.iqama_time .table-striped tbody tr:nth-of-type(odd) {
    background-color: #F2F2F2;
}

.iqama_time .table-striped tbody tr:nth-of-type(even) {
    background-color: #fff;
}

.iqama_time .td_border {
    border-right: #CBD8E5 1px solid;
}

.iqama_time .table th, .table td {
    padding: 15px 20px;
    vertical-align: middle;
    border-top: none;
    font-size: 16px;
    color: #444444;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
}

.iqama_time .table  tr th{
   background:#3CD99E;
   color:#fff;
   text-align:center;
   font-family: 'Poppins', sans-serif;
    font-weight:700;
   font-size:16px;
   vertical-align: middle;
   min-width: 156px;
}

.reserve_section {
    background: url(../img/RESERVE_YOURS_TODAY.png);
    background-size: 100%;
    padding: 60px 40px;
}
.reserve_section p{
	color:#FFF;
	margin-bottom:3px;
}

.reserve_section h1 {
    color: #FFF;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}
.align_right{
	text-align:right;
}

.hrz_ad{
	display:block;
	max-width:728px;
	height:90px;
	background:#E4E8EC;
	margin:0 auto;
}

.hrz_ad img{
	width:100%;
}

.services_container{
	margin-top:30px;
}

.sr_details{
	padding: 18px;
}

.sr_details p{
	margin: 0;
}

.sr_details h3{
	margin-top: 4px;
	line-height: 29px;
	margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #4d4d4d;
}

.sr_img{
	    height: 159px;
    overflow: hidden;
}


.services_list{
	border:#E4E8EC 1px solid;
	min-height: 367px;
	transition: 0.3s;
    margin-bottom: 15px;
    position: relative;
    height: 390px;
    display: block;
}

.services_list .read_more {
    position: absolute;
    bottom: 15px;
    margin: 0;
}

.services_list:hover{
	-webkit-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	-moz-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
}

.services_list:hover .read_more{
	color:#3CD99E;
}


.home_slider {
    position: relative;
}

.becom_member_container{
	background: rgb(60,217,158);
background: -moz-linear-gradient(50deg, rgba(60,217,158,1) 0%, rgba(146,229,131,1) 86%, rgba(146,229,131,1) 100%);
background: -webkit-linear-gradient(50deg, rgba(60,217,158,1) 0%, rgba(146,229,131,1) 86%, rgba(146,229,131,1) 100%);
background: linear-gradient(50deg, rgba(60,217,158,1) 0%, rgba(146,229,131,1) 86%, rgba(146,229,131,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3cd99e",endColorstr="#92e583",GradientType=1);
min-height:280px;
position:relative;
}

.pattren_right{
	position:absolute;
	right:0;
	top:0;
}

.becom_member_content{
	padding: 45px 30px;
	height: 280px;
    position: relative;
}

.becom_member_content h1 {
    color: #FFF;
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.becom_member_content p {
    color: #FFF;
    margin-bottom: 3px;
}

.btn_white{ margin-top: 20px;}
.btn_white a {
    display: inline-block;
    border: #fff 1.5px solid;
    color: #fff;
    text-align: center;
    padding: 8px 20px;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
        min-width: 180px;
    height: 40px;
}
.home_ad_sidebar{
	max-width:336px;
	height:280px;
	background:#E4E8EC;
}

.home_ad_sidebar img{
	max-width:336px;
	height:280px;
}

.vd_detail{
	margin-top:22px;
}

.vd_detail label{
	color:#444444;
	font-size:14px;
	display:inline-block;
	font-family: 'Poppins', sans-serif;
    font-weight:600;
}

.vd_detail span{
	font-weight:400;
	color:#979797;
	font-size:14px;
	display:inline-block;
	margin-right: 21px;
	font-family: 'Poppins', sans-serif;
    font-weight:600;
}

.vd_detail span svg{
	margin-right:6px;
}

.vd_list{
	border:#E4E8EC 1px solid;
	margin-top:0px;
	transition: 0.3s;
    cursor: pointer;
    margin-bottom: 29px;
}

.vd_list:hover {
    -webkit-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	-moz-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
}

.vd_list_details {
    padding: 21px 20px;
	    height: 121px;
}
.vd_list_details h4 {
    padding-top: 10px;
    font-size: 14px;
}

.card_left{
	border: #E4E8EC 1px solid;
	transition: 0.3s;
    display: flex;
    flex: 1;
    margin: 0 10px;
    height: 257.6px;
	
}

.card_left:hover{
	-webkit-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	-moz-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	
}

.card_left:hover .read_more{
	color:#3CD99E;
	
}




.card_left .card_event {
    width: 195px;
    object-fit: cover;
    height: 100%;
    outline: none;
    border: none;
}
.card_left .card_details {
    padding: 16px 17px;
}

.card_left .event_date{
    padding-top: 20px;
    display: flex;
}

.card_left .event_date .day_large{
	float:left;
	margin-right:10px;
	font-size:50px;
	font-weight:900;
	line-height: 40px;
	color:#292929;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
}

.card_left .ev_date_small{
	float:left;
}

.card_left .event_date .date_tp{
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	color:#828282;
	    font-size: 16px
}

.card_left .event_date .time_btm{
	color:#828282;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
    font-weight:400;
}

.card_left .card_details h4 {
    font-size: 14px;
    margin-top: 12px;
}


.right_card {
    border: #E4E8EC 1px solid;
    margin-left: 30px;
	padding: 18px;
	transition: 0.3s;
	margin-bottom: 19px;
    flex: 1;
}


.right_card:hover {
    -webkit-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	-moz-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
}

.right_card:hover .read_more {
    color: #3CD99E;
}


.right_card .event_date{
    padding-top: 20px;
}

.right_card .event_date .day_large{
	float:left;
	margin-right:5px;
	font-size:50px;
	font-weight:900;
	line-height: 40px;
	color:#292929;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
}

.right_card .ev_date_small{
	float:left;
}

.right_card .event_date .date_tp{
	font-family: 'Poppins', sans-serif;
    font-weight:700;
    color:#828282;
    font-size: 16px;
}

.right_card .event_date .time_btm{
	color:#828282;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size: 16px;
}

.right_card .card_details h4 {
    font-size: 14px;
    margin-top: 12px;
}

.home_ad_sidebar_2 {
    background: #E4E8EC;
    width: 250px;
    height: 250px;
    float: right;
}

.more_view {
    text-align: center;
    padding-top: 40px;
}
.more_view a {
    border: #3CD99E 2px solid;
    color: #3CD99E;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    transition: 0.3s;
    height: 50px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 241px;
    padding: 16px 40px;
    
}

.more_view a:hover {
	border: #3CD99E 2px solid;
	color: #fff;
	background: #3CD99E;
}

.hm_btm_slider{
	background:#EFF2F5;
	padding:35px;
}

.prg_detail .donate_btn {
    border: #3cd99e 2px solid;
    color: #3cd99e;
    text-align: center;
    padding: 7px 20px;
    margin-right: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    transition: 0.3s;
    padding-top: 9px;
    width: 152px;
    height: 40px;
}

.prg_detail .donate_btn:hover {
	border: #3CD99E 2px solid;
	color: #fff;
	background: #3CD99E;
}

.prg_detail h2{
	font-size:30px;}

.prg_detail{
    display: flex;
    height: 100%;
    align-items: center;
}




.prg_detail .dl_text {
    font-size: 18px;
    color: #444444;
    margin-top: 28px;
}

.prg_detail .btn_sec {
    margin-top: 40px;
    display: flex;
    align-items: baseline;
}
.page_title{
background: rgb(60,217,158);
background: -moz-linear-gradient(50deg, rgba(60,217,158,1) 0%, rgba(146,229,131,1) 86%, rgba(146,229,131,1) 100%);
background: -webkit-linear-gradient(50deg, rgba(60,217,158,1) 0%, rgba(146,229,131,1) 86%, rgba(146,229,131,1) 100%);
background: linear-gradient(50deg, rgba(60,217,158,1) 0%, rgba(146,229,131,1) 86%, rgba(146,229,131,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3cd99e",endColorstr="#92e583",GradientType=1);
min-height:230px;
position:relative;
display:table;
width:100%;
text-align:center;
padding-left:15px;
padding-right:15px;
}

.page_title span{
display:table-cell;
vertical-align:middle;
}

.page_title span h1 {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    text-transform: uppercase;
}

.page_title .path li {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    text-transform: uppercase;
}

.page_title .path li svg{
    font-size: 12px;
}

.page_title .path li i{
    font-size: 12px;
}


.alert.alert-success.hdr_noti{
    background-color: #92e583;
    position: relative;
    z-index: 100;
    min-height: 110px;
}

.footer {
	background: #E4E8EC;
	padding: 85px 0;
	position:relative;
	z-index: 2;
	padding-bottom: 62px;
}


.footer .section_title {
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    font-size: 20px;
}

.navbar .navbar-nav .nav-item .nav-link {
    position: relative;
    color: inherit;
    padding-right: 18px !important;
    font-size: 18px;
    top: 12px;
    left: 0;
    padding: 0;
}

.news_img {
    overflow: hidden;
    margin-bottom: 20px;
    height: 240px;
}
.largeImg{
    object-fit: cover;
    height: 100%;
}

.about_detail{
	margin-top:30px;
}

.about_detail h2{
	

}

.sidebar{
	min-height:100px;
}

.sidebar_section{
    margin-bottom:40px;
}
.sidebar_section:last-child{
    margin-bottom: 0;
}

.sidebar_title{
	border-bottom:#E4E8EC 1px solid;
	margin-bottom:20px;
}

.sidebar_social a{
	display:inline-block;
	margin-right:15px;
	width:40px;
	height:40px;
	background:#EFF2F5;
	text-align:center;
	padding-top:10px;
	border:#EFF2F5 1px solid;
	color:#3CD99E;
}

.sidebar_social a:hover{
	background:#3CD99E;
	color:#EFF2F5;
}

.gallery a {
    display: inline-block;
    margin: 5px;
    width: 29.5%;
    height: 100px;
    cursor: pointer;
}

.gallery a img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.gallery{
	margin-left:-5px;
	margin-right:-5px;
	    margin-bottom: 30px;
}

.rafrence{
	text-align:right;
	color:#fff;
	font-size:14px;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
}


/*Light Box Start*/
.lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(assets/img/close.png) url(assets/img/loading.gif) url(assets/img/prev.png) url(assets/img/next.png);display:none}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;border-radius:3px}.lightbox a img{border:none}.lb-outerContainer{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;border-radius:4px}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-container{padding:0px}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(assets/img/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(assets/img/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(assets/img/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}

/*Light Box end*/

.tab_container{
	float:left;
}

.tab_list{
	width:32%;
	float:left;
	background:#EFF2F5;
}

.tab_container{
	float:left;
	background:#fff;
	padding:17px;
	width:68%;
	-webkit-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	-moz-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	min-height: 455px;
	border:#E4E8EC 1px solid;
	border-left:none;
}

.tab_list .nav-pills .nav-item .nav-link.active {
    color: #fff;
    background-color: #3CD99E;
    box-shadow: none;
    border-radius: 0;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	font-size:14px;
	position:relative;
}

.tab_list .nav-pills .nav-item .nav-link.active:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 9px solid #fff;
    border-bottom: 8px solid transparent;
    top: 24px;
}

.tab_list .nav-pills .nav-item .nav-link {
    line-height: 24px;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    min-width: 100px;
    text-align: left;
    color: #979797;
    transition: all .3s;
    border-radius: 0px;
    padding: 20px;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	border-bottom:#E4E8EC 1px solid;
    text-transform: uppercase;
}

.tab_list .nav-pills.flex-column .nav-item+.nav-item {
    margin-top: 0;
}

.tab_container h3{
	border-bottom:#3CD99E 1px solid;
	padding-bottom:10px;
}

.contact_details {
	border:#E4E8EC 1px solid;
}

.contact_details .col_img{
	float:right;
	width:66%;
}

.col_detail {
    float: left;
    width: 34%;
    
}

.col_detail .icon {
    color: #3CD99E;
    font-size: 27px;
    float: left;
    margin-top: 4px;
    margin-right: 12px;
}
.ctc_info {
    float: left;
    margin-left: 11px;
	font-size:18px;
	line-height: 35px;
	font-family: 'Poppins', sans-serif;
    font-weight:400;
}

.contact_info_sec{
    padding-left: 30px;
    padding-top: 40px;
}


.description{
	font-size:18px;
	color:#444444;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
}

.direction_form .input-group-prepend {
    margin-right: -1px;
    background: #3CD99E;
    color: #fff;
    padding: 10px 20px;
    height: 56px;
    display: flex;
    align-items: center;
    width: 120px;
}

.direction_form .input-group-prepend .input-group-text {
    color: #fff;
    font-size: 14px;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
}
.direction_form .form-control {
    padding: 18px;
    height: 56px;
    border: #E4E8EC 1px solid;
    box-shadow: none;
}

.input-group>.form-control:not(:first-child), .input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
}

.btn_green_cal {
    border: #3CD99E 2px solid;
    color: #3CD99E;
    text-align: center;
    padding: 12px 20px;
    background: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.direction_form .form-control, .is-focused .form-control {
    background-image: none;
	font-size:14px;
}

.direction_form .input-group-text{
	font-family: 'Poppins', sans-serif;
    font-weight:700;
}

.direction_form .input-group-text span{
	display:inline-block;
	margin-right:5px;
	
}

.connect_form{
	border:#E4E8EC 1px solid;
	padding: 20px;
}

.connect_form h2{

}

.connect_form .sec_title_group_2 p{
	color:#444444;
	font-size:18px;
}

.connect_form .gv_form_layout {
    width: 100%;
    margin: auto;
}

.custom-select {
    width: 100%;
    padding: 0.375rem .75rem;
    font-size: 16px;
    line-height: 1.5;
    color: #828282;
    background-color: #fff;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0px !important;
    height: 56px;
	font-family: 'Poppins', sans-serif;
    font-weight:600;
}
.text_area{
	width: 100%;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5;
    color: #828282;
    background-color: #fff;
    border: 1px solid #ced4da !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0px !important;
    min-height: 113px;
	font-family: 'Poppins', sans-serif;
    font-weight:600;
}

.text_limit_hint {
    text-align: right;
    width: 100%;
    color: #828282;
    font-size: 12px;
    margin-bottom: 0;
}
.google_map{
	margin-top:30px;
}

.footer_space{
	padding-bottom:0px;
}


.direction_form{
	margin-top:30px;
}

.recent_videos_list {
    padding-top: 25px;
}

.vd_list_thum{
	height:147px;
	overflow:hidden;
    
}

.vd_list_thum img{
	width:100%;
	height:100%;
}

.hr_tab .nav-pills .nav-item .nav-link.active {
    color: #fff;
    background-color: #3CD99E;
    box-shadow: none;
}

.hr_tab .nav-pills.nav-pills-icons .nav-item .nav-link {
    text-align: center;
    border-radius: 0;
    padding-bottom: 6px;
    padding: 8px;
    border: #E4E8EC 1px solid;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	font-size:14px;
	border-left:none;
}

.firstchild{
    border-left: #E4E8EC 1px solid !important;
}

@media(max-width: 650px){

    .firstchild{
        border-left: #E4E8EC 0px solid !important;
    }
    
    
}


.hr_tab .nav-pills:not(.flex-column) .nav-item+.nav-item:not(:first-child) {
    margin-left: 0;
}

.recent_videos_list .nav .nav-item {
    position: relative;
    width: 50%;
}

.recent_videos_list .tab-space {
    padding: 0px 0 20px 0px;
}

.BannerAlfaBG{
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0.5;
}

.home_slider .carousel .carousel-indicators li {
    height: auto;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    background: #444444;
    border-radius: 0;
    font-size: 14px;
    text-align: left;
    color: #fff;
    padding: 15px 20px;
    margin: 0;
    box-shadow: none !important;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	font-size:14px;
	border-right:#979797 1px solid;
    flex: 1;
    display: flex;
    align-items: center;
}

.home_slider .carousel .carousel-indicators li:last-child {
	border:none;
}

.home_slider .carousel .carousel-indicators .active {
    margin-top: 0px;
    transform: initial;
    box-shadow: none;
    font-size: 14px !important;
	background:#3CD99E ;
}



.home_slider .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -16px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
}

.home_slider .carousel-caption {
    position: absolute;
    left: 19px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: left;
    top: 12%;
    height: 300px;
    padding: 30px;

}

.home_slider .carousel-caption h3 {
    font-size: 48px;
    color: #fff;
    max-width: 1000px;
    text-align: left;
    letter-spacing: -2px;
    line-height: 54px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home_slider .carousel-caption p {
    font-size: 16px;
    color: #fff;
    text-align: left;
    max-width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.banner_readmore {
    background: #3CD99E;
    padding: 15px;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    font-size: 14px;
    width: 188px;
    height: 50px;
    margin-top: 21px;
    text-align: center;
    justify-content: center;
}

.banner_readmore span{
	position:relative;
	left:10px;}

.banner_readmore:hover{
	background:#92E583;
	color:#fff;

}


.flex_tab{
	display: flex;
  flex-wrap: nowrap;
}

.flex_tab li {
    width: 100%;
}

.upc_event{
	margin-bottom:15px;
    display: flex;
    align-items: center;
	
}

.upc_e_date{
	min-width:68px;
	min-height:68px;
	background:#EFF2F5;
	padding:10px;
	padding-top:15px;
}

.upc_e_date span{
	display:block;
	text-align:center;
	color: #444444;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	font-size: 15px;
	line-height:20px
}

.upc_e_detail{
	margin-left:15px;
}

.upc_event h4 {
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 14px;
}

.upc_event p{
	margin-top:0;
}

.full_width{
	width:100%;
	max-width:initial;
}

.event_card{
	width:100%;
    margin-bottom:40px;
    display: flex;
    min-height: 300px;
	
}

.event_card:hover .read_more {
    color: #3CD99E;
}

.event_card:hover{
	-webkit-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	-moz-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
}

.event_grey{
	float:left;
	width:30.6%;
	background:#EFF2F5;
	padding:20px;
	min-height: 270px;
	position:relative;
}

.event_card:last-child{
	margin-bottom:0;
}

.event_card .card_event {
    width: 225px;
    object-fit: cover;
    height: 100%;
    position: absolute;
}

.event_card .card_details {
    padding: 42px 20px;
    width: 69%;
}

.event_card .event_date{
    padding-top: 0px;
}

.event_card .event_date .day_large{
	float:left;
	margin-right:5px;
	font-size:50px;
	font-weight:900;
	line-height: 40px;
	color:#292929;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	margin-bottom: 10px;
}

.event_card .ev_date_small{
	float:left;
}

.event_card .event_date .date_tp{
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	color:#828282;
	    font-size: 16px
}

.event_card .event_date .time_btm{
	color:#828282;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
    font-weight:400;
}

.event_card .card_details h4 {
    font-size: 18px;
}

.evnt_date_countdown {
    position: absolute;
    bottom: 20px;
    left: 16%;
    z-index: 999;
}



.evnt_date_countdown span {
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    color: #3CD99E;
    font-size: 14px;
    padding: 5px;
}
.evnt_date_countdown .cl_fill{
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	color:#fff;
	font-size: 14px;
	background:#3CD99E;
	width: 30px;
    height: 30px;
    display: inline-block;
	
}

.event_details{}

.event_details .card_event{
	float:left;
	width:35%;
}

.event_details .card_details {
    float: left;
    padding: 20px;
    width: 65%;
    padding-top: 0;
}

.ev_detail_list{
	padding:20px;
	margin-top:50px;
	border:#E4E8EC 1px solid;
}

.ev_detail_list li {
    display: block;
    border-bottom: #E4E8EC 1px solid;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #828282;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
}

.ev_detail_list h2{
	border-bottom:#E4E8EC 1px solid;
	padding-bottom:10px;
	margin-bottom:0;
}

.ev_detail_list span{
	margin-right:5px;
}


.ev_detail_list li:last-child{
	border:none;
}



.slider_arrow .controls-top{
	float:right;
}

.card_img{
	position:relative;
}

.slider_arrow h1{
	float:left;
}

.controls-top a {
    color: #C1C1C1;
    border: #C1C1C1 2px solid;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    padding-top: 0.3px;
	margin-left:10px;
}

.controls-top a:hover {
    color: #fff;
    border: #3CD99E 2px solid;
	background:#3CD99E;
}

.controls-top a:focus {
    color: #fff;
    border: #3CD99E 2px solid;
	background:#3CD99E;
}

.speakers_col {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    width: 30.3%;
}

.speaker_card{
	border:#E4E8EC 1px solid;
	display:inline-block;
	color:#444444;
	 width: 100%;
}

.speaker_card img{
	width:100%;

}

.speaker_card:hover{
	-webkit-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	-moz-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
}

.speaker_card_body{
	padding:15px;
}

.speaker_card_body h4{
	font-size:18px;
}

.speaker_card_body p{
	margin-bottom:0;
	position:relative;
	color:#828282;
}

.speaker_card_body p:before {
    content: "";
    position: absolute;
    background: #828282;
    height: 2px;
    width: 20px;
    top: -2px;
}

.fs_date {
    width: 118px;
    height: 118px;
    background: #3CD99E;
    text-align: center;
    padding-top: 43px;
    float: left;
    margin-right: 3%;
}
.fs_date .fs_d{
	display:block;
	vertical-align:middle;
	font-size:50px;
	color:#fff;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	width:100%;
}

.fs_date .fs_mon {
    display: block;
    font-size: 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    width: 100%;
    margin-top: 10px;
}

.fs_details{
	width:75%;
	float:left;
	display:table;
	min-height: 118px;
}

.fs_details span{ 
	display:table-cell;
	vertical-align:middle;
}

.fs_details h1{
	font-size:30px;
	margin:0;
	padding-top:5px;
}

.fs_details p{
	font-size:25px;
	margin:0;
	font-family: 'Poppins', sans-serif;
    font-weight:300;
}

.fs_countdown{
	text-align:right;
}

.fs_countdown li{
	display:inline-block;
	background:#F2F2F2;
	border:#E4E8EC 1px solid;
	width:97px;
	height:97px;
	margin-left:15px;
	color:#3CD99E;
	font-size:40px;
	text-align:center;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	padding-top: 32px;
}

.fs_countdown li span{
	color:#3CD99E;
	font-size:14px;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	display:block;
	margin-top:10px;
}

.fs_listing_sec{
	margin-top:50px;
}

.fs_listing{
	padding:20px;
	border:#E4E8EC 1px solid;
	display:block;
	margin-bottom:30px;
	
}

.fs_listing:hover{
	-webkit-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	-moz-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
}

.fs_left_col{
	width:22%;
	border-right:#E4E8EC 1px solid;
	float:left;
}

.fs_left_col h2{
	color:#3CD99E;
	margin:0;
	font-family: 'poppinsbold';
}

.fs_left_col span{
	border-bottom:#E4E8EC 1px solid;
	display:block;
	width:90%;
	margin-top:5px;
	margin-bottom:5px;
}

.fs_right_col{
	float:left;
	width:76%;
	margin-left:2%;
}

.fs_right_col .fc_dt span{
	display:inline-block;
	font-size:18px;
	color:#3CD99E;
	margin-right:15px;
}


.fs_right_col .fc_dt p {
    display: inline-block;
    font-size: 18px;
    color: #444444;
    margin-bottom: 0;
    margin-top: 6px;
}

.update_info{
	font-style:italic;
	text-align:right;
	font-family: 'Poppins', sans-serif;
    font-weight:300;
}

.dark_section{
	background:#292929;
	padding-top:50px;
	padding-bottom:50px;
}

.dark_section .sec_title_group .section_title{
	color:#fff;
}

.eid_lightbox a {
    width: 18.79%;
}

.eid_lightbox a img{
    width: 100%;
}



.faqitem .header {
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	color:#979797;
	font-size:14px;
	font-family: 'Poppins', sans-serif;
    font-weight:400;
}

.faqitem .header h4 {
	margin: 0;
	color:#444444;
	font-size:16px;
	font-family: 'Poppins', sans-serif;
    font-weight:400;
	max-width:620px;
}

.faqitem .header .icon-minus {
	display: none;
}

/*.faqitem.jquery-accordion-active .icon-minus {
	display: block;
	transform: rotate(180deg);
}

.faqitem.jquery-accordion-active .icon-plus {
	display: none;
}*/

.faqitem.jquery-accordion-active .icon-plus {
	transform: rotate(130deg);
}

.faqitem.jquery-accordion-active h4 {
	color:#3CD99E;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
}

.faqitem.jquery-accordion-active span {
	color:#3CD99E;
}


.faqitem .content {
	padding: 15px;
	display: none;
}

.faqitem {
    border-bottom: #E4E8EC 1px solid;
}

.org{
	border-right:#E4E8EC 1px solid;
}

.border_none{
	border:none;
}

.org p{
	margin-bottom:20px;
}

.org p span{
	display:inline-block;
	margin-left:15px;
	font-size:18px;
}

.org p svg{
	vertical-align: top;
	font-size:22px;
}

.org p i{
	vertical-align: top;
	font-size:22px;
}

.org_title {
    color: #444444;
    font-size: 20px;
    margin-bottom: 30px;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
}

.news_card {
    width: 100%;
    border: #E4E8EC 1px solid;
	margin-bottom:30px;
	    transition: 0.3s;
        display: flex;
}

.news_card:hover {
    -webkit-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	-moz-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
}


.news_card img {
    display: inline-block;
    max-width: 225px;
    vertical-align: top;
    object-fit: cover;
}
.news_card .news_d {
    display: inline-block;
    width: 69%;
    vertical-align: middle;
    float: left;
	padding:15px;
}

.news_card .news_d h3{
    margin-top:5px;

}

.news_card .news_d:hover .read_more {
    color: #3CD99E;
}

.nws_content{
	padding:40px;
}

.nws_data_box {
    border-top: #E4E8EC 1px solid;
    border-bottom: #E4E8EC 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
	text-align:right;
	margin-top:30px;
	margin-bottom:30px;
}

.nws_data_box .sidebar_social a {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    padding-top: 4px;

}

.nws_data_box .post_date {
    color: #979797;
    font-size: 14px;
    text-align: left;
    letter-spacing: 1.5px;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	margin-top: 5px;
}

.left_line_text{
	border-left:#3CD99E 5px solid;
	
}

.left_line_text h3{
	font-family: 'Poppins', sans-serif;
    font-weight:400;
	line-height:35px;
	padding-left:20px;
	
}

.news_card .news_d p p {
    margin-bottom: 0;
}

/*======================= ALL FORM CSS ==================================*/

/*------------ Floating form css -----------------*/
.gv_form .border-lable-flt {
    display: block;
    position: relative;
}
.gv_form .border-lable-flt label, .border-lable-flt > span {
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
    font-size: 80%;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -.5em;
    left: 0.75rem;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
    color: rgba(0,0,0,.87);
    font-weight: 700;
}
.gv_form .border-lable-flt label::after, .border-lable-flt > span::after {
    content: " ";
    display: block;
    position: absolute;
    background: white;
    height: 2px;
    top: 50%;
    left: -.2em;
    right: -.2em;
    z-index: -1;
}
.gv_form .border-lable-flt .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.gv_form .border-lable-flt .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0;
    font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.gv_form .border-lable-flt .form-control:placeholder-shown:not(:focus) + * {
    font-size: 16px;
    opacity: .5;
    top: 16px;
    color: #000 !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	
}

.gv_form .input-group .border-lable-flt {
    display: table-cell;
    width: 100%;
	position: relative;
}
.gv_form .input-group .border-lable-flt .form-control {
    border-radius: 0.25rem;
    height: 56px;
}
.gv_form .input-group .border-lable-flt:not(:last-child), .input-group .border-lable-flt:not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
}
.gv_form .input-group .border-lable-flt:not(:first-child), .input-group .border-lable-flt:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.gv_form .form-control:focus {
    color: rgba(0,0,0,.87);
    background-color: #fff;
    border-color: #6cdf8f;
    border: 2px solid #6cdf8f;
    /*box-shadow: 0 0 0 0.2rem rgba(0, 102, 51, 0.25);*/
}
.gv_form .form-control{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background-size: 0 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0px !important;
    font-family: 'Poppins', sans-serif;
    padding-top: 20px;
}


/*------------------------------------------------*/

.page_content {
    max-width: 877px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.gv_content{
    text-align: center;
	font-size:18px;
	color:#444444;
	line-height: 33px;
}
.gv_content span{
    display:block;
}

.gv_layout_setup {
    width: 100%;
    margin: 0 auto;
    max-width: 877px;
    padding: 50px 30px;
	border:#E4E8EC 1px solid;
}
.gv_form_main_layout {
    box-shadow: 0px 1px 13px 1px #f3f3f3;
}
.gv_form_head_content{
    text-align: center;
}
.download_form_btn{
    position: relative;
    left: 40%;
}
.gv_form_line_style {
    width: 96%;
    margin-top: 0rem;
}
.gv_form_layout{
    width: 100%;
    margin: auto;
}

.gv_form .form-control-feedback {
    position: absolute;
    top: 13px;
    right: 5px;
    z-index: 2;
    display: block;
    width: 20px;
    height: 25px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    opacity: 1;
}

.gv_form .qty {
    width: 125px;
    height: 25px;
    text-align: center;
    border: 0px;
    margin-top: 10px;
}
.gv_form input.qtyplus {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    background: #e4e4e4bd;
    border: 0px;
}
.gv_form input.qtyminus {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-left: 24px;
    background: #e4e4e4bd;
    border: 0px;
}
.gv_form_counter_field{
    border: 1px solid #ccc;
    height: 50px;
}
.gv_form_off_pckg{
    text-decoration: line-through;
	font-size:16px;
	font-family: 'Poppins', sans-serif;
    font-weight:600;
}
.gv_check_out_form_tbl{
    border: 1px solid #ccc;
    padding: 0px 15px
}
.gv_check_out_form_tbl > table{
    width: 100%;
}
.gv_check_out_form_tbl > table > tbody > tr{
    border-bottom: 1px solid #ccc;
}
.gv_check_out_form_tbl > table > tbody > tr:last-child{
    border-bottom: 0px solid;
}
.gv_check_out_form_tbl > table > tbody > tr > td:nth-child(2){
    text-align: right;
    padding: 20px;
}
.gv_checkout_btn{
    width: 100%;
}

.gv_check_out_form_tbl table tbody tr td{
	font-size:16px;
}

.new_p{
	font-size:16px;
	font-family: 'Poppins', sans-serif;
    font-weight:600;
}

small, .small {
    font-size: 12px;
    color: #777;
}

.gv_form_counter_field .qty{
	font-size:16px;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
	color:#828282;
}

.gv_form_sec_title {
    text-align: center;
    font-size: 18px;
    color: #444444;
    border-bottom: #E4E8EC 1px solid;
    padding-bottom: 20px;
    width: 97%;
    margin: 0 auto;
	margin-bottom:10px;
	margin-top:20px;
	font-family: 'Poppins', sans-serif;
    font-weight:400;
}

.counter_box{margin-top:20px;}

/*----------------- PAYMENT FORM CSS STARTED ---------------*/

.gv_form_main_layout .nav .nav-item {
    width: 27%;
    margin: 15px;
    display: inline-block;
	
}
.gv_form_main_layout .nav-pills .nav-item .nav-link.active{
    background-color: #fff;
    color: #000;
    border: 2px solid #3CD99E;
    box-shadow: none;
    text-align: center;
	 -webkit-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	-moz-box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	box-shadow: 1px 2px 14px 1px rgba(0,0,0,0.09);
	
	
}
.gv_form_main_layout .nav-pills .nav-item .nav-link{
    background-color: #fff;
    color: #979797;
    border: 1px solid #ccc;
    box-shadow: none;
    text-align: center;
	padding: 20px;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
}
.gv_form_main_layout .nav-pills .nav-item i{
    text-align: center;

}
.payment_tabs_setting{
    font-size: 40px;
    padding:20px;
}

.gv_form_main_layout .nav-pills .nav-item .nav-link.active > .payment_tabs_setting{
    color: #3CD99E !important;
}

.gv_form_main_layout .nav-pills .nav-item .nav-link.active > .payment_check_icon {
    display: block;
    color: #3CD99E !important;
    font-size: 19px;
}

.gv_form_main_layout .nav-pills .nav-item .nav-link > .payment_check_icon{
    display: none;
}

.payment_card_icons {
    position: absolute;
    left: auto;
    bottom: 35px;
    right: 10px;
    top: 15px;
}
.gv_form .form-check .form-check-input:checked+.form-check-sign .check{
    background: #53dc97;
}

.gv_form .btn.btn-outline-success{
    font-weight: 900;
    font-size: 16px;
}
.payment_check_icon{
    position: absolute;
    right: 12px;
    top: 6px;
}

/*=============== SUCCESS PAYMENT PAGE STYLE =================*/
.success_payment{
    font-size: 100px;
    color: #53dc97;
}
/*=============== Report Death page ===========================*/
.report_death_first {
    border: 1px solid #ccc;
    margin: 50px 0px;
    padding: 20px;
}
.report_death_first .form-check{
    
}
.report_death_tab_heading {
    padding-left: 0;
    padding-top: 0;
    font-size: 18px;
}

.report_death_first > .form-check .form-check-input:checked + label + .report_death_tab_heading{
    color: red !important;
}
.report_death_first > .form-check .form-check-input:checked~.circle{
    border: 1px solid #56dc97;
}
.report_death_first > .form-check .form-check-label .circle .check{
    background: #56dc97;
}

/*.report_death_tab_heading .death_radio_option:checked+.report_death_tab_heading{
        color: red !important;
}*/


.gv_form .v_error:focus{
    border-color: red !important;
    border: 2px solid red !important;
}

.gv_form .border-lable-flt label {
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
    font-size: 80%;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -10px;
    left: 0.75rem;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
    font-weight: 700;
    color: #828282;
    background: #fff;
    padding: 5px;
}

.gv_form .border-lable-flt:focus label {color:#3CD99E !important;}

.gv_form .input-group .border-lable-flt .form-control:focus + label {
    color:#3CD99E !important;
}


.v_error{
    border: 2px solid red !important;
}
.gv_form .v_error:focus + label {
    color: red;
}
.gv_form .border-lable-flt .v_error + label{
    color: red !important;
}

/*.gv_form .border-lable-flt label, .border-lable-flt > span {*/
/*.gv_form .v_error label {
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
    font-size: 80%;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -.5em;
    left: 0.75rem;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
    color: #41b964;
    font-weight: 700;
}*/


.v_error_msg{
    color: red;
    font-weight: bold;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    line-height: 15px;
    display: none;
	margin-top: 5px;
    margin-left: 1px;
}
.gv_form .v_error ~ .v_error_msg{
    display: block !important;
}

/*==================== DEATH REPORT PAGE 2 =====================*/
.d_report_heading1{
    font-size: 28px;
    font-weight: bold;
}
.d_report_heading2{
    font-size: 18px;
	color:#444444;
	margin-top: 25px;
}

.form_txt_area{
    width: 100%;
}

/*================== RAMANDAN PAGE CSS ==========================*/
.r_date{
    padding: 25px;
    background: #56dc97;
    width: 10%;
    text-align: center;
    display: inline-block;
}
.ramadan_top_layout_setup {
    padding: 4% 3% 2% 3%;
}
.r_date > span:nth-child(1){
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.r_date > span:nth-child(2){
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.r_top_heading_content_section{
    padding: 25px;
    width: 50%;
    display: inline-block;
}
.r_top_heading_content_section > p:nth-child(1){
    margin-bottom: 0px;
    font-size: 25px;
    color: #000;
}

.r_top_heading_content_section > p:nth-child(2){
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}
.ramadan_counter{
    display: inline-block;
}
.r_counter{
    padding: 22px;
    background: #e2e2e2;
    width: 7%;
    text-align: center;
    display: inline-block;
    height: 82px;
    margin: 0 11px;
}

.r_counter > span:nth-child(1){
    color: #56dc97;
    font-size: 30px;
    font-weight: bolder;
}

.r_counter > span:nth-child(2){
    color: #56dc97;
    font-size: 15px;
    font-weight: bolder;
}
.r_tabs_heading{
    padding: 15px 38px;
}
.r_tabs_heading .nav .nav-item {
    position: relative;
    width: 33.3%;
    border: 1px solid #E4E8EC;
}
.r_tabs_heading .nav-pills .nav-item .nav-link.active{
    background-color: #49db9a;
    box-shadow: 0 0px 0px 0px #49db9a, 0 0px 0px 0px #49db9a;
    padding: 25px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.r_tabs_heading .nav-pills .nav-item .nav-link{
    padding: 25px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    text-align: center;
}
.ramadan_table > thead > tr{
    background: #49db9a;
    color: #fff;
}
.ramadan_table > thead > tr > th {
    border-right: 1px solid #dedede;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
}
.ramadan_table > tbody > tr > td{
    border-right: 1px solid #dedede;
	vertical-align: middle;
	font-family: 'Poppins', sans-serif;
    font-weight:400;
}
.ramadan_table > tbody tr:nth-of-type(even) {
    background-color: #ffffff !important;
}

.ramadan_table .ramadan_sponsor {
    background-color: #49db9a;
    text-align: center;
    font-size: 13px;
    border-radius: 100px;
    color: #fff;
    padding: 9px 15px;
}

.form_section{
	padding:30px;
}

.btn_submit {
    border: #3CD99E 2px solid;
    color: #3CD99E;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 14px 40px;
    background: no-repeat;
    cursor: pointer;
    margin-top: 15px;
    transition: 0.3s;
    min-width: 320px;
    height: 50px;
}

.btn_submit.disabled {
    border: darkgray;
    color: #4d4d4d;
    cursor: default;
    background: darkgray;
}

.btn_submit:hover{
	border: #3CD99E 2px solid;
    color: #fff;
	background:#3CD99E;	
}

.btn_submit.disabled:hover {
    border: darkgray;
    color: #4d4d4d;
    cursor: default;
    background: darkgray;
}

.download_btn{
	text-align:center;
}

.gv_form_dcr {
    text-align: center;
    font-size: 18px;
    max-width: 500px;
    line-height: 29px;
    margin: 0 auto;
    padding-bottom: 15px;
}

.or_line {
    position: relative;
    border-bottom: #E4E8EC 1px solid;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.or_line span {
    position: relative;
    background: #FFF;
    padding: 10px;
    top: 21px;
    width: 80px;
    display: inline-block;
	color:#444444;
	font-size:18px;
}

.form_title{
	margin-top:30px;
	text-align:center;
	border-bottom:#E4E8EC 1px solid;
	padding-bottom:20px;
	    margin-bottom: 20px;

}

.form_title p {
    color: #444444;
    margin: 0;
}

.form_tabs{
	margin-top:60px;
}



.page_link{
background: rgb(60,217,158);
background: -moz-linear-gradient(50deg, rgba(60,217,158,1) 0%, rgba(146,229,131,1) 86%, rgba(146,229,131,1) 100%);
background: -webkit-linear-gradient(50deg, rgba(60,217,158,1) 0%, rgba(146,229,131,1) 86%, rgba(146,229,131,1) 100%);
background: linear-gradient(50deg, rgba(60,217,158,1) 0%, rgba(146,229,131,1) 86%, rgba(146,229,131,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3cd99e",endColorstr="#92e583",GradientType=1);
width:100%;
text-align:center;
color:#fff;
padding:30px;
font-size:50px;
font-family: 'Poppins', sans-serif;
font-weight:700;
 text-transform:uppercase;
}

.page_links {
    margin: 0;
    padding: 0;
    background: #fff;
	width:320px;
}

.page_links h2 {
    color: #a1a1a1;
    font-size: 16px;
    padding-left: 12px;
    padding-top: 20px;
}
.page_links li{
	display:block;
}

.page_links li a {
    display: block;
    padding: 10px 12px;
    border-bottom: #ededed 1px solid;
    color: #444444;
}

.page_links li a:hover {
    border-bottom: #3CD99E 1px solid;
    color: #3CD99E;
}

.form_tab_container{
	max-width:900px;
	margin:0 auto;
}

.form_tab_container .nav {
    display: block !important;
    text-align: center;
}

.form_tab_container .nav-pills.nav-pills-icons .nav-item .nav-link {
    border-radius: 0px;
}

.form_tab_container p {
   margin:0;
}

.form_tab_container .payment_tabs_setting {
    font-size: 40px;
    padding: 6px;
}

.fild_hint {
    margin-top: 0px;
    display: block;
    color: #828282;
    width: 100%;
    font-size: 12px;
    margin: 0;
	padding-top: 6px;
}

.single_check{
	margin-top: 20px;
}

.single_check b{
	font-family: 'Poppins', sans-serif;
    font-weight:700;
}

.fld_icon {
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 10px;
    font-size: 27px;
    color: #979797;
}

.form-check .form-check-label {
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    font-size: 13px;
    color: #979797;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
}
.form_btn{
	margin-top:30px;
	text-align:center;
	    width: 100%;
}

.comfirm_message{
	text-align:center;
}

.comfirm_message p{
	display:inline-block;
	border-bottom:#E4E8EC 1px solid;
	padding-bottom:15px;
	font-size:25px;
	color:#444444;
	margin-top:30px;
	
}

.cmf_icon {
    width: 107px;
    height: 107px;
    border: #92E583 2px solid;
    text-align: center;
    padding-top: 27px;
    color: #92E583;
    font-size: 50px;
    border-radius: 100px;
    margin: 0 auto;
}

.sub_text {
    font-size: 18px;
    color: #444444;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.report_check label:focus .report_death_tab_heading{
	color:#3CD99E;
}

.report_check .circle {
    top: 20px !important;
	margin:0;
}

.ramadan_table td{
	vertical-align:middle;
	text-align:center;
}

.cl_sts{
	margin-top: 10px;
	text-align:center;
	width: 130px;
}


.faq_search .has-search .form-control {
    padding-left: 2.375rem;
}

.faq_search .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
	
}


.faq_search .btn.btn-secondary {
    color: #fff;
    background:#3CD99E;
    border-color:none;
    box-shadow: none;
	height:50px;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	text-transform:uppercase;
	font-size:14px;
	min-width: 134px;
	border-radius:0px;
}


.alert .close i {
    font-size: 14px;
}

.alert {
    border: 0;
    border-radius: 0;
    padding: 30px 16px;
    line-height: 20px;
    height: 140px;
}
.search_fld {
    border: #E4E8EC 1px solid;
    box-shadow: none;
    background: #F2F3F3;
    height: 50px;
    padding: 0 24px;
    text-indent: 20px;
    margin: 0;
    top: 5px;
    font-size: 14px;
}



.faq_search .search_icon {
    color: #7F91A2;
    left: 17px;
    position: absolute;
    z-index: 10;
    top: 18px;
    font-size: 19px;
}

.faq_search .svg-inline--fa.fa-w-16 {
    width: 15px;
    height: 15px;
}

.pagination_container{
	text-align:center;
		margin-top:50px;
}

.pagination_container nav {
    border: #E4E8EC 1px solid;
    padding: 6px;
    display: inline-block;
    height: 50px;
    width: 372px;
}

.pagination_container .pagination {
    float: none;
    width: 100%;
    margin-left: 0;
    margin: 0;
}


.pagination_container .pagination li .page-link {
	border-radius:0px !important;
	 width: 39.3px;
    height: 36px;
	border-radius:0px;
	font-size:20px !important;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	display:inline-block;
	padding-top: 4px;
    box-shadow:none;
    color: #BFBFBF;
}

.pagination_container .pagination li span{
	border-radius:0px !important;
	 width: 36px;
    height: 36px;
	border-radius:0px;
	font-size:20px !important;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	display:inline-block;
	padding-top: 0px;
	box-shadow:none;
}

.pagination_container .pagination li .page-link:hover {
	background-color: #3CD99E;
    border-color: #3CD99E;
    color: #fff;
}

.pagination_container .pagination .disabled a{
	background:#F2F2F2;
	color:#3CD99E;
	font-size:20px;
}

.pagination>.page-item.active>a, .pagination>.page-item.active>a:focus, .pagination>.page-item.active>a:hover, .pagination>.page-item.active>span, .pagination>.page-item.active>span:focus, .pagination>.page-item.active>span:hover {
    background-color: #3CD99E;
    border-color: #3CD99E;
    color: #fff !important;

}

.sm_tp_title{
	font-family: 'Poppins', sans-serif;
    font-weight:300;
	font-size:20px;
}


.lSAction{
	    display: none !important;
}

.lSSlideOuter .lSPager.lSpg > li a {
	background:#EFF2F5;
    border-radius: 30px;
    display: inline-block;
    height: 10px;
    overflow: hidden;
    text-indent: -999em;
    width: 10px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
	border:#3CD99E 1px solid;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #3CD99E;
}

.arrow_btn{
	background:none !important;
	border:none !important;
    color:#fff !important;
    margin-left: 32px;
}


.arrow_btn svg{
    margin-left: 15px;
}

.arrow_btn:hover{
	background:none !important;
	border:none !important;
	color:#3CD99E !important;
}

.table_update_text_ftr {
    text-align: right;
    font-style: italic;
    color: #979797;
    font-size: 14px;
}

.loc_icon {
    margin-top: 25px;
}


.loc_icon img{
	max-width:99px;
	height:99px;
}

.green_box_arrow{
	float:left;
	padding-top:20px;
    position: absolute;
    bottom: 18px;
}

.green_box_arrow .controls-top a {
    color: #ffffff;
    border: #ffffff 2px solid;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    padding-top: -0.7px;
    margin-left: 10px;
}


.sec_title_group_2 {
    position: relative;
    border-bottom: #f2f4f6 1px solid;
    padding-bottom: 5px;
}

.btn_send{
	text-align:center;
	margin-top:16px;
}
.listing_container .nav-item {
    position: relative;
    margin-bottom: 30px;
}

.alert .close {
    font-size: 12px;
    width: 50px;
    height: 50px;
}
.btn_full_width .btn_submit{
	width:100%;
	
} 

@-moz-document url-prefix() {
  .page_title{
	  padding-top:50px;
	  padding-bottom:50px;}
}

.gv_form ::-webkit-input-placeholder { /* WebKit browsers */
    color:   transparent !important;
}
.gv_form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    transparent !important;
   opacity:  1;
}
.gv_form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    transparent !important;
   opacity:  1;
}
.gv_form :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    transparent !important;
}

.hm_btm_slider .col-md-5{
	margin-left:0;
	padding-left: 0;
}

.hm_btm_slider .col-md-4{
	margin-left:0;
	padding-left: 0;
}

.hm_btm_slider .col-md-4{
	margin-left:0;
	padding-left: 0;
}

.weekly_p_c{
	float:left;
	width:424px;
}

.weekly_p_d {
    float: left;
    width: 50%;
    margin-left: 50px;
    padding-top: 64px;
}

.ftr_blog .table_update_text {
    background: no-repeat;
    padding: 0;
    text-align: right;
}

.ftr_blog .table_update_text p {
    color: #979797;
    background: no-repeat;
    margin: 0;
    color: #828282;
    font-style: italic;
    text-align: right;
    margin-top: 8px;
    padding-right: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
}

.ftr_blog .table_update_text p:first-child {
    display:none;
}

.ftr_blog tr th{
	display:none;
}

.ftr_blog .sec_title_group {
    position: relative;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ftr_blog .iqama_time {
    margin-top: 26px;
    border-left: none;
    padding-left: 0;
}

.ftr_blog .iqama_time .table-striped tbody tr:nth-of-type(even) {
    background-color: #F2F2F2;
}

.ftr_blog .iqama_time .table-striped tbody tr:nth-of-type(odd) {
    background-color: #E4E8EC;
}


.navs_container {
   background: #fff;
    width: 1180px;
    height: 178px;
    margin: 0 auto;
    padding-top: 20px;
	position: relative;
}

.request_btn{
	width:180px;
	position: relative;
    top: -26px;
}

.ftr_blog .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    background-color: transparent;
}

.wd_icon p svg{
	font-size:20px;
}

.src_img {
    max-width: 300px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}

.scroll_hight_sr{
	height:250px;
	overflow-y:scroll;
}

.accordion__button:before {
    float: right;
    transition: 0.3s;
    top: 10px;
    position: relative;
	color: #ccc;
}

.accordion__button {
    background-color: transparent !important;
    color: #444444;
    cursor: pointer;
    padding: 12px 0px !important;
    width: 100%;
    text-align: left;
    border: none;
	font-family: 'Poppins', sans-serif;
    font-weight:400;
	font-size:16px;
	line-height: 30px;
	
}

.accordion__panel {
    padding: 0px 0px !important;
    animation: fadein 0.35s ease-in;
	
}

.accordion__button[aria-expanded='true']::before, .accordion__button[aria-selected='true']::before {
    transform: rotate(45deg);
	color:#3CD99E;
}
.accordion__heading [aria-expanded="true"]{
  color: #444444  !important;
  font-family: 'Poppins', sans-serif;
    font-weight:400;
}

.proceed_btn .btn_submit{
	width:100%;
}

.grav_amount_container{
	display:flex;
	width:25%;
	 padding-top: 25px;
}

.grav_amount_container .amount_col{
	width:100%;
	 
}

.grav_amount_container .amount_col small {
    height: 17px;
    display: block;
}


.scroll_set{
	width:100% !important;
	height:372px !important;
}

.top_60{
	margin-top:60px;
}

.image-slider .image-slider-bullets{
	border:#3CD99E 1px solid !important;
}

.iqama_time .table {
    margin-bottom: 0;

}

.about_detail h3{
	font-family: 'Poppins', sans-serif;
    font-weight:700;
}

.width_auto{
	width:auto !important;
}

.width_auto a{
	width:auto !important;
}


.top_space_30px{
	margin-top:30px !important;
}

.tab-pane h2 {
    border-bottom: #3CD99E 1px solid;
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.fs_note strong{font-family: 'Poppins', sans-serif;
    font-weight:700;}

.border-line {
    background: #E4E8EC;
    height: 1px;
    width: 100%;
    margin-bottom: 30px;
	margin-top: 30px;
}
.date_white .evnt_date_countdown .cl_fill {
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    color: #92E583;
    font-size: 14px;
    background: #ffffff;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.date_white  .evnt_date_countdown span {
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    color: #ffffff;
    font-size: 14px;
    padding: 5px;
}

.nws_content h1{
	font-size:30px;
	line-height:42px;
}

.r_tabs_heading .nav-pills:not(.flex-column) .nav-item+.nav-item:not(:first-child) {
    margin-left: -1px;
}

.tab-space {
    padding: 0 !important;
    padding-top: 15px !important;
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border: none;
    background: url(../img/nav_arrow.png);
    width: 12px;
    height: 9px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
    left: 6px;
}
.form_tab_container .nav-link .icon_current{
	display:inline-block;
}

.form_tab_container .nav-link .icon_active{
	display:none;
}

.form_tab_container .nav-link.active.show .icon_current{
	display:none;
}

.form_tab_container .nav-link.active.show .icon_active{
	display:inline-block;
}

.form-check .form-check-label a{
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	color:#979797;
}

.form-check .form-check-label a:hover{
	color:#3CD99E;
}

.field_hint{
	margin-top:2px;
}

.cat_active .report_death_tab_heading{
	color:#3CD99E;
}

.form-check .form-check-label span {
    display: block;
    position: absolute;
    left: -1px;
    top: 0px;
    transition-duration: 0.2s;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #05CE78;
    background-color: #05CE78 !important;
}

.carousel-control-prev, .carousel-control-next {
    opacity: 1;
}

.news_listing .nav-item {
    position: relative;
    width: 100%;
}

.tab_listing .nav-item {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}


.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
    box-shadow: none;
    background-color: #3CD99E;
    color: #FFFFFF;
}

.dropdown-menu .dropdown-item, .dropdown-menu li>a {
    padding: 15px 20px;
    margin: 0;
}

.open>.dropdown-menu, .dropdown-menu.show {
    display: block;
    opacity: 1;
    transform: scale(1);
    border-radius: 0;
    padding: 0;
    min-width: 234px;
}

.dropdown-menu {
    top: 57px;
}

.dropdown-menu .dropdown-item, .dropdown-menu li>a{
    border-bottom: #E4E8EC 1px solid;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    color: #444444;
}

.btn_container {
    display: flex;
    width: 100%;
    margin-top: 30px;
    align-items: baseline;
}

.button{
    display: flex;
    align-items: center;
    justify-content: center;
}

.button:hover{
	border: #3cd99e 2px solid;
    color: #fff;
    background: #3cd99e;
}

.btn_outline{
    padding: 14px 40px;
    border: #3CD99E 2px solid;
    color: #3CD99E;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    transition: 0.3s;
    height: 50px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 241px;
}

.wd_180 {
    width: 180px !important;
    min-width: auto !important;
    padding: 0 !important;
    float: right;
}

.dc_logo_ftr{
    width: 146px;
    margin-left: 5px;
}

.powered_by{
    display: flex;
    align-items: center;
}

.ver_aling{
    display: flex;
    align-items: center;
}

.right_aligh{
    justify-content: flex-end;
}

.show_more_btn{
    margin-top: 0 !important;
    padding-top: 0px !important;
}

.show_more_btn a {
    width: 135px;
    min-width: 135px;
    height: 40px;
    margin: 0 auto;
}

.bmd-form-group {
    padding-top: 40px !important;
    margin: 0 !important;
}

.section_2{
    margin-top: 40px !important;
}

.show_more{
    padding-top:60px;
}

.tab_inner{
    border-bottom: #0000000F 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.tab_inner li{
    display: inline-block;
}

.tab_inner li a{
    color: #444444;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    padding: 20px;
    margin: 0 20px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.65px;
}

.tab_inner li a:hover{
    color: #3CD99E;
}

.tab_inner li a.active{
    position: relative;
    color: #3CD99E;
}

.tab_inner li a.active:after {
    content: '';
    background: #3CD99E;
    height: 3px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -2px;
}

.tos_container{
    padding: 80px 118px;
}

.tos_container h1{
    color: #444444;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight:800;
    text-transform: uppercase;
}

.tos_container h2{
    color: #444444;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    text-transform: uppercase;
}

.tos_container h3{
    color: #444444;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    margin-bottom: 30px;
}

.tos_container p{
    color: #828282;
    font-size: 14px;
    margin-bottom: 30px;
}

.tos_container strong{
    font-family: 'Poppins', sans-serif;
    font-weight:700;
}

.list{
    padding-left: 30px;
}

.list li{
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    color: #828282;
    font-size: 14px;
    margin-bottom: 30px;
    list-style: none;
}

.tab_inner .date{
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    color: #444444 !important;
    font-size: 14px;
}

.content_section{
    padding-top: 10px;
}

.address_sec{
    margin-bottom: 30px;
}
.address_sec h3{
    color: #00000099;
    font-size: 16px;
    font-family: 'poppinsbold';
}

.address_sec h3 span{
    font-family: 'Poppins', sans-serif;
    font-weight:400;
}

.outside li{
    list-style:outside;
}

.iqama_colm{
    padding-left: 1px;
}

.listing_tab{
    display: flex;
}

.event_card_left{
    width: 225px;
    position: relative;
}

.img_responsive{
    width: 100%;
}

.carousel-item .view{
    height: 530px;
    overflow: hidden;
    position: relative;
}

.carousel-item .view img{
   object-fit: cover;
   position: absolute;
   width: 100%;
   height: 100%;
}

.UpcomingEventsContainer {
    display: flex;
    margin: 0 -10px;
    margin-bottom: 20px;
}

.UpcomingEventsContainer .card_details p p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.carosel_arrow {
    position: absolute;
    right: 0;
    top: -30px  !important;
}

.SuccessAlertBox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 9999999;
}

.SuccessAlertBox svg{
    color: #fff !important;
}

@media(max-width: 990px){
    .direction_form .input-group {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
        margin-bottom: 40px;
    }

}

@media(max-width: 767px){
    .tab-pane#schedule-2{
        padding-top: 0 !important;
    }

}


@media(max-width: 570px){
    .event_card {
        display: block;
    }

    .event_card .card_event {
        width: 100%;
        position: relative;
    }

    .event_card .card_details {
        padding: 42px 20px;
        width: 100%;
    }

    .event_card_left {
        width: 100%;
        position: relative;
    }
}

@media(max-width: 500px){
    .tab_list .nav-pills .nav-item .nav-link{
        padding: 10px;
    }

}


.fixed_bg{
    background:#f2f2f2 url(../img/BG_Pattern.svg) no-repeat;
    background-position: top center;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.header_social svg{
    transition: 0.5s;
}

.header_social .nav-item .nav-link svg.fa-facebook-f:hover {
    color: #2556b9;
}
.header_social .nav-item .nav-link svg.fa-twitter:hover {
    color: #00ccff;
}
.header_social .nav-item .nav-link svg.fa-youtube:hover {
    color: #ff0000;
}







.page_inner_container{
    text-align: center;
    padding-top:80px;
}

.page_inner_container h1{
    font-size: 34px;
    color: #1B2121;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-top:0px;
    margin-bottom: 16px;
}

.page_inner_container .par_dl {
    font-size: 16px;
    color: #4C5E67;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    max-width: 418px;
    margin: 0 auto;
    line-height: 24px;
}

.page_inner_container .par_dl a{
    font-size: 16px;
    color: #3CD99E;
}

.page_inner_container .go_btn {
    background-color: #3CD99E;
    color: #fff;
    padding: 15px 30px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 40px;
}

.error_page_header {
    background: #fff;
    box-shadow: 0px 1px 6px #0000000F;
    height: 80px;
}

.error_page_header .logo_link img{
    margin-top: 20px;
}

.addSidebar{
    width: 100%;
}

.addHorizontal{
    text-align: center;
}

.addHorizontalImg{
    width: 728px;
}

.sidebar_section .v_details{
    width: 72%;
    padding: 15px;
}

.sidebar_section .v_list .v_details h5 {
    margin-bottom: 0;
    font-size: 14px;
    color: #292929;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: 0px;
}

.sidebar_section  .nav-link {
    border-radius: 0;
    padding: 0px !important;
    margin: 0;
}

.sidebar_section .v_list .v_list_thumb{
    height: auto;
}

.EventListDescriptions{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.alfaBG{
    background: #000;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.videoListContainer{
    margin-bottom: 15px;
    overflow-y: auto;
    height: 600px;
}

.videoListContainer .vd_list{
    margin-bottom: 15px;
}

.space_20{
    margin-bottom: 15px !important;
}

.upcomingEventInfo{
    font-size: 14px;
    color: #828282;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

@media (max-width: 768px){
    .card_left {
        display: block;
        width: 100%;
    }

    .card_left .event_date {
        padding-top: 20px;
        display: block;
    }

    .home_slider .carousel-indicators{
        display: block;
    }

    .home_slider .carousel .carousel-indicators li{
        width: 100%;
        margin-top: 2px;
    }

    .card_left{
        height: auto  !important;
    }
}

.buttonFilled {
    border: #3CD99E 2px solid;
    color: #fff;
    background: #3CD99E;
}


.news_content .tab-content:hover .read_more{
color: #3cd99e ;
}


.react-tel-input .form-control {
    width: 100% !important;
}

.phone-text-field_container .input_label {
    left: 66px !important;
    padding: 0 !important;
    top: -5px !important;
    z-index: 99999 !important;
}

.react-tel-input{
    z-index: 999;
}