@charset "utf-8";
/*
Theme Name: Ibadat - Donation, Nonprofit HTML5 Template.
Author: codezion
Version: 1.0.0 

%%%%%%% Table of CSS %%%%%%%

1.General code
    1.1 Typography
    1.2 Space margins and padding
    1.3 forms
    1.4 Buttons
    1.5 Section-Colors-&-Backgrounds
    1.6 Modal & popups
    1.7 Accordion
2.Homepages
    2.1 Navigation
    2.2 Slider
    2.3 Search
    2.4 About Us
    2.5 Event Grid
    2.6 Sermons grid
    2.7 Islamic Scholars
    2.8 Our Services
    2.9 Our Team
    2.10 Our Blog
    2.11 Footer
    2.12 Copyright
3.Blog    
4.Blog Details   
5 Donotion 
6.Listing   
7.About Us  
8.404  
9.Sign In  
*/

/*--------animation---------*/

@keyframes fadeHeaderInDown {
 0% {
 opacity: 0;
 transform: translate3d(0, -100%, 0);
}
 100% {
 opacity: 1;
 transform: translate3d(0, 0, 0);
}
}
@keyframes shadow {
 0% {
 transform: scale(1) translateY(0px);
}
 100% {
 transform: scale(0.8) translateY(75px);
}
}
@keyframes ghost {
 0% {
 transform: scale(1) translateY(0px)
}
 100% {
 transform: scale(1) translateY(-40px)
}
}
/*======================
1.General Code
========================*/

html {
	overflow-x: hidden;
}
button:focus, *:focus {
	outline: none;
}
body {
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
	color: #000;
	background: #ffffff;
	border-color: #dfdfdf;
 transition: transform ease-in .4s;
	overflow: hidden;
}
button {
	background: transparent;
	border: none;
	padding: 0;
}
label {
	line-height: normal;
}
hr {
	margin: 20px 0;
}
.popins {
	font-family: 'Poppins', sans-serif;
}
.roboto {
	font-family: 'Roboto', sans-serif;
}
.p-relative {
	position: relative;
}
.before-none:after, .after-none:after, .none {
	display: none;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.overlay-bg-black {
	background: #000;
	opacity: 0.1;
}
.overlay-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.image-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.transform-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0%, -50%);
	z-index: 1;
}
.bx-wrapper {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before {
 font-size: inherit;
 margin: 0;
}
.animate-img {
	background: #7c9400;
	position: relative;
	overflow: hidden;
}
.animate-img img:hover {
	opacity: 0.4;
}
.animate-img:hover img {
	transform: scale(1.1);
	transition: 0.5s;
}
.parallax {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s, opacity 0.3s ease-in;
}
.normal-bg {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s, opacity 0.3s ease-in;
}
/*section header*/

.section-header {
	padding-bottom: 30px;
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
	word-break: break-word;
}
.section-header .section-heading {
	margin: 0 auto 0 0;
	position: relative;
}
.section-header .section-heading h3 {
	position: relative;
	padding-bottom: 20px;
}
.section-header .section-heading h3:after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background: #7c9400;
	position: absolute;
	margin: 20px auto 0;
	text-align: center;
	left: 0;
	right: 0;
}

.section-header .section-description {
	margin-bottom: 20px;
	position: relative;
}
.section-header.style-right {
	text-align: right;
}
.section-header.style-right .section-heading h3:after {
	margin: 20px 0 0 auto;
}
/*Slick Arrow*/

.arrow-layout-2 .slick-arrow, .arrow-layout-1 .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translate(0px, -50%);
	transition: 0.3s all;
	font-size: 0;
	overflow: hidden;
	z-index: 1;
}
.arrow-layout-1 .slick-arrow:after {
	width: 50px;
	height: 50px;
	border: 1px solid #7c9400;
	background: transparent;
	position: relative;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Flaticon;
}
.arrow-layout-1 .slick-arrow:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 0%;
	background: #7c9400;
	z-index: -1;
	height: 100%;
}
.arrow-layout-1 .slick-arrow:hover:before {
	width: 100%;
}
.arrow-layout-1 .slick-prev {
	left: -100px;
}
.arrow-layout-1 .slick-next {
	right: -100px;
}
.arrow-layout-1 .slick-prev:after {
	content: "\f165";
}
.arrow-layout-1 .slick-next:after {
	content: "\f163";
}
.arrow-layout-1.slick-slider:hover .slick-prev {
	left: 15px;
}
.arrow-layout-1.slick-slider:hover .slick-next {
	right: 15px;
}
.arrow-layout-2 .slick-arrow {
	font-size: 0px;
	left: 0;
	right: 0;
	margin: 0px auto;
}
.arrow-layout-2 .slick-arrow:after {
	background: #9fbc04;
	border-color: #9fbc04;
	color: #fff;
	font-family: flaticon;
	padding: 15px;
	font-size: 20px;
}
.arrow-layout-2 .slick-prev {
	left: -60px;
	top: 100%;
}
.arrow-layout-2 .slick-next {
	right: -60px;
	top: 100%;
}
.arrow-layout-2 .slick-prev:after {
	content: "\f165";
}
.arrow-layout-2 .slick-next:after {
	content: "\f163";
}
.arrow-layout-2 .slick-arrow:hover:after {
	color: #fff;
	background: #7c9400;
}
/*slick bullets*/

.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin-top: 20px;
}
.slick-dots li {
	padding: 0;
	line-height: 0;
}
.slick-dots li button {
	font-size: 0;
	width: 12px;
	height: 6px;
	border-radius: 0px;
	background: #9fbc04;
	margin: 0 5px;
	transition: 0.6s all;
	border: 2px solid #9fbc04;
}
.slick-dots li.slick-active button {
	width: 24px;
	height: 6px;
	border-radius: 0px;
	background: #7c9400;
	border: 2px solid #7c9400;
}
/*pagination*/
.page-item:first-child .page-link {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.page-item:last-child .page-link {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.page-link:focus {
	box-shadow: none;
	z-index: 1;
}
.page-item .page-link {
	padding: 8px 20px;
	font-size: 14px;
	line-height: 1.5;
	border: 2px solid #eee;
	color: #020202;
	border-radius: 0;
}
.page-item:hover .page-link, .page-item.active .page-link {
	background-color: #7c9400;
	border-color: #7c9400;
	color: #fff;
}
/*======================
1.1 Typography
========================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 50px;
	line-height: normal;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
}
a {
	color: #7c9400;
	text-decoration: none;
	transition: 0.5s;
}
a:focus, a:hover {
	color: #000;
	text-decoration: none;
	transition: 0.5s;
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
}
ul li, ol li {
	margin: 0px;
	position: relative;
}
ul.custom {
	list-style: none;
	padding: 0;
}
ul.custom-flex {
	list-style: none;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
blockquote {
	background-color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	padding: 30px;
	border-left: 2px solid #7c9400;
}
blockquote span {
	width: 50px;
	height: 50px;
	border: 2px solid #7c9400;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	font-size: 16px;
	margin-right: 15px;
}
blockquote p {
	font-size: 16px;
	font-style: italic;
	margin: 0;
	font-weight: 500;
	word-break: break-word;
	margin-bottom: 0;
}
blockquote h6 {
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
}
iframe {
	border: none;
	width: 100%;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	transition: 0.5s;
}
table th, table td {
	border: 1px solid #dfdfdf;
	padding: 15px;
}
table {
	border: 1px solid #dfdfdf;
	padding: 15px;
	width: 100%;
}
.fs-12 {
	font-size: 12px;
}
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fs-20 {
	font-size: 20px;
}
.fw-100 {
	font-weight: 100;
}
.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
/*======================
1.2 Space margins and padding
========================*/

.no-margin {
	margin: 0;
}
.no-padding {
	padding: 0;
}
.full-width {
	width: 100%;
}
.full-height {
	height: 100%;
}
.section-padding {
	padding: 80px 0;
}
.section-padding-top {
	padding-top: 80px;
}
.section-padding-bottom {
	padding-bottom: 80px;
}
.padding-10 {
	padding: 10px;
}
.padding-15 {
	padding: 15px;
}
.padding-20 {
	padding: 20px;
}
.mb-xl-20 {
	margin-bottom: 20px;
}
.mb-xl-30 {
	margin-bottom: 30px;
}
.mb-xl-40 {
	margin-bottom: 40px;
}
.mb-xl-80 {
	margin-bottom: 80px;
}
.pb-xl-20 {
	padding-bottom: 20px;
}
/*==================
1.3. Forms
====================*/

.form-control-custom::placeholder {
 font-size: 14px;
}
.form-control-custom {
	height: 50px;
	padding: 0 15px;
	border-radius: 0;
	border: 2px solid #efefef;
	width: 100%;
	background: #f5f5f5;
	font-size: 14px;
	border-radius: 0px;
}
.form-control-custom:focus {
	border: 2px solid #efefef;
	border-bottom: 2px solid #7c9400;
	box-shadow: none;
}
.btn-height {
	height: 50px;
	line-height: 1;
}
label.submit {
	height: 15px;
	width: 100%;
	clear: both;
}
.custom-select {
	background-image: none;
}
.custom-select:focus {
	box-shadow: none;
}
.group-form .form-control-custom, .group-form .form-control-custom:not(:last-child) {
 border-radius: 0px;
 padding: 0 40px 0 15px;
}
.group-form .form-control-custom:focus {
	z-index: 0;
}
.group-form .input-group-append {
	position: absolute;
	height: 50px;
	width: 50px;
	background: #9fbc04;
	color: #fff;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	border-radius: 0px 0px 0px 0px;
	z-index: 0;
	pointer-events: none;
}
.group-form .custom-select {
	padding: 0 30px 0 10px;
}
.group-form .custom-select:after {
	border-bottom-color: #fff;
	border-right-color: #fff;
}
.group-form .custom-select:before {
	content: '';
	background: #9fbc04;
	width: 30px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: -2px;
	border-radius: 0px 50px 50px 0px;
	margin-top: 0;
}
textarea.form-control {
	height: auto;
	padding: 20px 15px 0;
}
label.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
label.custom-checkbox {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	user-select: none;
	line-height: normal;
	font-size: 14px;
}
label.custom-checkbox:last-child {
	margin-bottom: 10px;
}
/* Create a custom checkbox */

label.custom-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #d4d4db;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 0px;
}
/* On mouse-over, add a grey background color */

label.custom-checkbox:hover input ~ .checkmark {
 background-color: #fff;
 border: 1px solid #7c9400;
}
/* When the checkbox is checked, add a blue background */

label.custom-checkbox input:checked ~ .checkmark {
 background-color: #7c9400;
 border: 1px solid #7c9400;
}
/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */

label.custom-checkbox input:checked ~ .checkmark:after {
 display: block;
}
/* Style the checkmark/indicator */

label.custom-checkbox .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
/*==================
1.4. Buttons
====================*/

.btn-first {
	display: inline-flex;
	padding: 12px 40px;
	position: relative;
	transition: 0.5s all;
	background: transparent;
	color: inherit;
	border: 1px solid transparent;
	font-size: 14px;
	overflow: hidden;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
	justify-content: center;
}
.btn-submit {
	border-color: #7c9400;
	color: #7c9400;
	background: #fff;
}
.btn-small:before, .btn-submit:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #7c9400;
	width: 0%;
	transition: 0.5s all;
	z-index: -1;
}
.btn-small:hover, .btn-submit:hover {
	color: #fff;
	background: #7c9400;
}
.btn-small:focus, .btn-submit:focus {
	color: #fff;
}
.btn-second {
	display: inline-flex;
	padding: 0px 20px;
	position: relative;
	transition: 0.5s all;
	background: transparent;
	color: inherit;
	border: 1px solid transparent;
	font-size: 14px;
	overflow: hidden;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
	justify-content: center;
}
.btn-small {
	background: #9fbc04;
	border-color: #9fbc04;
	color: #fff;
}
.btn-small:hover, .btn-small:focus {
	border-color: #7c9400;
	color: #fff;
}
/*==================
1.5. Section-Colors-&-Backgrounds
====================*/

.bg-light-white {
	background-color: #f5f5f5;
}
.bg-custom-white {
	background-color: #ffffff;
}
.bg-custom-blue {
	background: #7c9400;
}
.bg-light-black {
	background: #9fbc04;
}
/*Colors*/

.text-custom-black {
	color: #000000;
}
.text-custom-white {
	color: #ffffff;
}
.text-custom-blue {
	color: #7c9400;
}
.text-light-dark {
	color: #838383;
	;
}
.text-light-black {
	color: #9fbc04;
}
.text-yellow {
	color: #fdb714;
}
/*======================
1.6 Modal & Popups
========================*/

/*======================
1.7 Accordion
========================*/

.custom-accordion .card {
	background: #ffffff;
	border-color: #fff;
	border-radius: 0;
}
.custom-accordion .card .card-header {
	padding: 0;
	background: #ededed;
	border-color: #ededed;
	border-radius: 0;
}
.custom-accordion .card .card-header .collapsebtn {
	font-size: 16px;
	font-weight: 500;
	display: flex;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	align-items: center;
	padding: 10px 15px;
	width: 100%;
	background: #7c9400;
	color: #fff;
	cursor: pointer;
}
.custom-accordion .card .card-header .collapsebtn.collapsed {
	background: #ededed;
	border-color: #ededed;
	color: #000;
}
.custom-accordion .card .card-header .collapsebtn:before {
	content: '-';
	background: #fff;
	color: #376bff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 15px;
	font-size: 20px;
	display: flex;
	align-items: center;
	line-height: normal;
	padding: 0 6px;
}
.custom-accordion .card .card-header .collapsebtn.collapsed:before {
	content: '+';
	background: #9fbc04;
	color: #fff;
	padding: 0 4.5px;
}
.custom-accordion .card .card-body {
	padding: 15px 0;
}
/*======================
2. Homepages
========================*/

/*Navigation*/

.header .navigation.sticky {
	animation-name: fadeHeaderInDown;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 22;
	background: #fff;
	animation-duration: 1s;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	animation-fill-mode: both;
}
.navigation .main-navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navigation .main-navigation .logo {
	margin: 20px 0;
	width: 156px;
	height: 30px;
}
.navigation .main-navigation .main-menu .logo {
	display: none;
}
.navigation .main-navigation .hamburger-menu {
	display: none;
	align-items: center;
	cursor: pointer;
}
.navigation .main-navigation .hamburger-menu .menu-btn span {
	background: #000;
	height: 2px;
	width: 25px;
	margin-bottom: 5px;
	display: block;
	transition: 0.3s;
}
.navigation .main-navigation .hamburger-menu .menu-btn span:last-child {
	margin-bottom: 0;
}
.navigation .main-navigation .hamburger-menu .menu-btn.active {
	position: relative;
	top: -4px;
	transition: 0.3s;
}
.navigation .main-navigation .hamburger-menu .menu-btn.active span:first-child {
	transform: rotate(45deg);
	transition: 0.3s;
	position: relative;
	top: 7.4px;
}
.navigation .main-navigation .hamburger-menu .menu-btn.active span:nth-child(2) {
 display: none;
}
.navigation .main-navigation .hamburger-menu .menu-btn.active span:last-child {
	transform: rotate(-45deg);
	transition: 0.3s;
}
.navigation .main-navigation .main-menu .cta-btn, .navigation .main-navigation .main-menu {
	display: flex;
	align-items: center;
}
.navigation .main-navigation .main-menu>nav>ul>.menu-item.active>a {
	color: #7c9400;
	font-weight: 500;
}
.navigation .main-navigation .main-menu>nav>ul>.menu-item {
	padding: 22px 0;
}
.navigation .main-navigation .main-menu>nav>ul>.menu-item>a {
	text-transform: uppercase;
	padding: 0px 15px;
	position: relative;
}
.menu-item-has-children>a>.arrow:after, .menu-item-has-megamenu>a>.arrow:after {
	display: inline-block;
	margin-left: .55em;
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.menu-item-has-children .sub-menu {
	position: absolute;
	top: 100%;
	left: 50px;
	right: 0;
	width: 200px;
	opacity: 0;
	visibility: hidden;
	background: #7c9400;
	transition: 0.3s all;
	z-index: 1;
}
.menu-item-has-children:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	left: 0;
}
.menu-item-has-megamenu .megamenu .megamenu-nav ul>.menu-item>a, .menu-item-has-children .sub-menu>.menu-item>a {
	display: block;
	border-top: 1px solid #7c9400;
	white-space: nowrap;
	padding: 12px 20px 12px 18px;
	position: relative;
}
.menu-item-has-megamenu .megamenu .megamenu-nav ul>.menu-item>a, .menu-item-has-children .sub-menu>.menu-item.active>a, .menu-item-has-children .sub-menu>.menu-item:hover>a {
	background: #9fbc04;
	color: #fff;
}
.menu-item-has-children .sub-menu .menu-item-has-children>a>.arrow:after {
	position: absolute;
	right: 15px;
	transform: rotate(-90deg);
	top: 15px;
}
.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
	left: 100%;
	top: 0;
}
/*megamenu*/

.menu-item-has-megamenu {
	position: static;
}
.menu-item-has-megamenu .megamenu {
	position: absolute;
	top: 100%;
	left: 50px;
	right: 0;
	width: 97.4%;
	opacity: 0;
	z-index: 1;
	visibility: hidden;
	background: #7c9400;
	transition: 0.3s all;
	padding-bottom: 10px;
}
.menu-item-has-megamenu:hover>.megamenu {
	opacity: 1;
	left: 15px;
	visibility: visible;
}
.menu-item-has-megamenu .megamenu .megamenu-nav ul>.menu-item {
	margin-bottom: 10px;
}
.navigation .main-navigation .main-menu .cta-btn {
	margin-left: 15px;
}
/*Main Slider*/

.main-banner .slide-item {
	margin: 0;
	position: relative;
	z-index: 1;
	height: 700px;
}
.main-banner .slide-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 1;
}
.slider-img img {
	width: 100%;
	height: 600px;
	position: relative;
}
.slider-img img:before {
	background: #000;
	content: "";
	display: block;
	height: 600px;
}
.slider-content {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	word-break: break-word;
}
.slider-content h1 {
	font-size: 40px;
}
.slider-content p {
	margin-bottom: 30px;
}
.slider-content-1 {
	position: relative;
	max-width: 500px;
	top: 175px;
	left: 400px;
	position: absolute;
	margin: 0 auto;
	text-align: center;
	word-break: break-word;
}
.slider-content-1 h1 {
	color: #000;
	font-size: 40px;
}
/*About us*/

.about-us .about-left-side .section-header {
	padding-bottom: 0;
}
.about-us .about-left-side .signature span {
	margin-bottom: 10px;
	display: block;
}
.about-us .about-right-side .about-img {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.about-us .about-right-side .about-img img {
	position: relative;
}
.about-con {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 40px rgba(0, 0, 0, .3);
	width: 90%;
	position: relative;
	margin-top: -40px;
}
.hadding h5 {
	padding: 7px 0px;
}
.has, .con {
	color: #9fbc04;
}
.lads ul {
	margin: 0px;
	padding: 0px;
}
.lads li {
	list-style: none;
	padding: 7px 0px;
}
.lads li:before {
	content: "";
	height: 11px;
	width: 11px;
	background: #9fbc04;
	border-radius: 50%;
	display: inline-block;
	margin: 0px 10px 0 0;
}
/*event grid*/

.slide-item {
	margin: 4px 0;
}
.cruise-grid, .Sermons-grid, .event-grid {
	position: relative;
}
.event-grid .date-2 {
	padding: 4px 15px 5px;
	position: relative;
	color: #fff;
	margin-top: -60px;
	z-index: 1;
	margin-bottom: 20px;
	width: fit-content;
}
.event-grid-caption {
	width: 90%;
	padding: 15px;
	position: relative;
	margin-top: -20px;
}
.event-grid-caption h5, .event-grid-caption h6, .event-grid-caption p {
	margin-bottom: 15px;
}
.cruise-grid .cruise-grid-wrapper:hover .image-sec>a:after, .cruise-grid .cruise-grid-wrapper:hover .image-sec>a:before, .Sermons-grid .Sermons-grid-wrapper:hover .image-sec>a:after, .Sermons-grid .Sermons-grid-wrapper:hover .image-sec>a:before, .event-grid .event-grid-wrapper:hover .image-sec>a:after, .event-grid .event-grid-wrapper:hover .image-sec>a:before {
	opacity: 1;
	transform: translateX(0%);
}
.Sermons-grid .Sermons-grid-wrapper .event-grid-caption {
	width: 90%;
	margin-top: -30px;
}
.Sermons-grid .Sermons-grid-wrapper .flights-grid-caption .heading-sec .left-side .title h4 .cruise-grid .cruise-grid-wrapper .cruise-grid-caption .title, .event-grid .event-grid-wrapper .event-grid-caption .title {
	letter-spacing: 0.04em;
	line-height: 1em;
}
.event-grid .event-grid-wrapper .event-grid-caption:hover .action a {
	color: #fff;
	background: #7c9400;
	border-color: #7c9400;
}
.event-grid .event-grid-wrapper .event-grid-caption p {
	color: #838383;
}
.cruise-grid .cruise-grid-wrapper .cruise-grid-caption .title:after, .event-grid .event-grid-wrapper .event-grid-caption .title:after {
	display: table;
	clear: both;
	content: '';
}
.Sermons-grid .Sermons-grid-wrapper .Sermons-grid-caption .heading-sec .left-side .title h4 span, .cruise-grid .cruise-grid-wrapper .cruise-grid-caption .title small, .event-grid .event-grid-wrapper .event-grid-caption .title small {
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	margin-top: 4px
}
.Sermons-grid .Sermons-grid-wrapper .Sermons-grid-caption .heading-sec .right-side .price, .cruise-grid .cruise-grid-wrapper .cruise-grid-caption .price, .event-grid .event-grid-wrapper .event-grid-caption .price {
	color: #7db921;
	font-size: 18px;
	text-transform: uppercase;
	text-align: right;
	line-height: 1;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
}
.Sermons-grid .Sermons-grid-wrapper .Sermons-grid-caption .heading-sec .right-side .price small, .cruise-grid .cruise-grid-wrapper .cruise-grid-caption .price small, .event-grid .event-grid-wrapper .event-grid-caption .price small {
	display: block;
	color: #838383;
	font-size: 0.5em;
	margin-bottom: 5px;
}


.event-grid-caption .date-1 {
	font-size: 12px;
	color: #7c9400;
}
.event-grid-caption .date-1 p {
	display: inline-block;
	font-size: 12px;
}
.event-grid-caption .date-1 {
	color: #838383;
}
.event-grid-caption .date-1 i {
	color: #7c9400;
}
.ratings span {
	cursor: pointer;
}
/*Sermons grid*/

.Sermons-grid .Sermons-grid-wrapper .Sermons-grid-caption .heading-sec {
	display: flex;
	justify-content: space-between;
}
.Sermons-grid .Sermons-grid-wrapper .Sermons-grid-caption .heading-sec .left-side {
	display: flex;
}
.Sermons-grid .Sermons-grid-wrapper .Sermons-grid-caption .heading-sec .left-side i {
	border: 1px solid #fdb714;
	width: 35px;
	height: 35px;
	line-height: 1.7333em;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.Sermons-grid .Sermons-grid-wrapper .Sermons-grid-caption .heading-sec .right-side .price {
	position: relative;
	top: 0;
	right: 0;
}



.event-headding {
	background: #7c9400;
	color: #fff;
	padding: 10px 10px;
	width: 90%;
	position: relative;
	bottom: 20px;
}
.event-headding h4 {
	font-size: 18px;
}




/*Islamic Scholars*/
.islamic-box .islamik-img {
	position: relative;
	padding: 60px 0px;
}
.islamic-box .islamik-con {
	background: #fff;
	width: 90%;
	position: relative;
	box-shadow: 0 0 40px rgba(0, 0, 0, .3);
	margin-top: -20px;
}
.islamic-box .islamik-con ul {
	padding: 0px;
}
.islamic-box .islamik-con li {
	display: inline-block;
	padding: 10px 10px;
}
.islamic-box .islamik-con h5 {
	margin: 0px;
	position: relative;
	padding-bottom: 15px;
}
.islamic-box .islamik-con h5:after {
	content: "";
	background: #7c9400;
	width: 70px;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	right: 0;
	margin: 0 auto;
}

.islamic-box .islamik-con p {
	padding: 15px 0px;
	margin: 0;
}
.islamic-box .botton-join {
	background: #7c9400;
	margin-top: 50px;
	padding: 10px 20px;
	border-radius: 0;
}






/*our service*/

.work-box {
	padding: 0px;
	border: 1px solid #ccc;
	margin: 0 0 30px 0px;
}
.work-box i {
	color: #7c9400;
}
.work-box .red {
	background: #7c9400;
	padding: 10px 15px;
	color: #fff;
	margin-top: 10px;
}
.work-box:hover .red {
	background: #fff;
	color: #7c9400;
}
.botton-more {
	background: #7c9400;
	padding: 10px 20px;
	color: #fff;
	border-radius: 0;
}
.work-box i {
	font-size: 60px;
	padding: 20px 0px 20px 0px;
	color: #7c9400;
}
.work-box a i {
	font-size: 12px;
}
.work-box h5 {
	padding: 0 0 10px 0px;
	font-size: 24px;
	margin-bottom: 10px;
}
.work-box .lorem {
	background: #7c9400;
	padding: 10px 5px;
	color: #fff;
	position: relative;
}
/*Our Services*/

.service-con .service-img {
	position: relative;
	padding: 15px 0px;
}
.service-con .service-img img {
	width: 100%;
}
.service-con {
	margin-bottom: 70px;
}
.service-con:hover .service-heading {
	background: #7c9400;
	display: block;
	transition: 0.5s all;
}
.service-con .service-heading {
	background: #9fbc04;
	position: absolute;
	bottom: -20px;
	width: 90%;
}
.service-con .service-heading .help {
	padding: 10px 20px;
}
.service-con .service-heading .mosq {
	padding: 10px 20px;
}
.service-con .service-heading .serv {
	padding: 10px 20px;
}
.service-con .service-heading .Quran {
	padding: 10px 20px;
}
.service-con .service-heading h5 {
	color: #fff;
	margin: 0px;
}
.Service-button {
	background: #7c9400;
	padding: 10px 20px;
	margin-top: 50px;
	margin: auto;
}
/*our-team*/

.our-team {
	background-image: url(../images/team-bg.jpg);
}
.our-team .overlay-bg-black {
	opacity: 0.5;
}
.our-team .team-block .inner-box {
	position: relative;
	overflow: hidden;
	transition: all 500ms ease;
}
.our-team .team-social-box {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.our-team .team-social-box li {
	position: relative;
	left: -70px;
	margin-bottom: 10px;
	transition: all 900ms ease;
}
.our-team .team-social-box li a {
	position: relative;
	width: 36px;
	height: 36px;
	z-index: 1;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background-color: #ffffff;
}
.our-team .team-social-box li .social-name {
	position: relative;
	opacity: 0;
	visibility: hidden;
	margin-left: -32px;
	text-transform: capitalize;
	display: inline-block;
	border-radius: 0px 50px 50px 0px;
	background-color: #ffffff;
	transition: all 0.3s ease;
	padding: 4px 14px 4px 15px;
	top: -1px;
}
.our-team .team-social-box li:last-child {
	margin-bottom: 0px;
}
.our-team .team-block .inner-box:hover .image .overlay-box .team-social-box li, .our-team .team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(2), .our-team .team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(3), .our-team .team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(4) {
 left: 0px;
}
.our-team .team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(2) {
 transition-delay: 500ms;
}
.our-team .team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(3) {
 transition-delay: 750ms;
}
.our-team .team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(4) {
 transition-delay: 1000ms;
}
.our-team .team-social-box li:hover .social-name {
	opacity: 1;
	margin-left: -9px;
	visibility: visible;
}
.our-team .team-block .lower-content {
	border: 1px solid #f5f5f5;
	background: #fff;
	padding: 20px 0px;
	width: 90%;
	position: relative;
	top: -25px;
	margin-bottom: 40px;
}
.our-team .team-block .lower-content h4 {
	margin-bottom: 5px;
}
.our-team .team-block .lower-content .designation {
	margin-bottom: 0;
}
.our-team .team-block .inner-box:hover .icon-box {
	color: #7c9400;
	background-color: #ffffff;
}

/*our articles*/

.blog-details .post .post-wrapper .blog-meta .post-meta-box .post-meta .post-date, .post-img {
	position: relative;
}
.our_articles .post .post-wrapper .blog-meta {
	width: 90%;
	margin-top: -60px;
}
.our_articles .post .post-wrapper .post-date {
	text-align: center;
	width: 80px;
	z-index: 1;
	position: absolute;
	top: 0%;
	right: 0%;
	text-transform: capitalize;
}
.our_articles .post .post-wrapper .post-meta {
	margin-bottom: 10px;
}
.post-date.padding-10.bg-custom-blue {
	width: 80px;
	right: 0px;
	top: 0px;
	position: absolute;
}
.blog-details .post .post-wrapper .blog-meta .post-meta-box .post-meta .post-date .date, .our_articles .post .post-wrapper .blog-meta .post-date .date {
	font-size: 30px;
	line-height: 1.1;
}
/*footer*/

.footer {
	background-image: url(https://via.placeholder.com/1920x450);
}
.footer:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #7c9400;
}
.footer .footer-box h4 {
	font-size: 24px;
	position: relative;
}
.footer .footer-box h4:after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background: #fff;
	margin-top: 20px;
}
.footer .footer-box .socials li {
	margin-right: 15px;
}
.footer .footer-box .btn-submit:hover {
	background: #9fbc04;
}
.footer .footer-box .socials li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: 2px solid #fff;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 34px;
	border-radius: 100%;
}
.footer .footer-box .socials li:hover a {
	background-color: #7c9400;
	border-color: #7c9400;
	color: #fff;
}
.footer .footer-box .links li {
	margin-bottom: 5px;
}
/*copyright*/

.copyright {
	background-color: #9fbc04;
	text-align: center;
	padding-top: 20px;
}
.copyright p {
	line-height: normal;
}
/*back to top*/

#back-top {
	text-align: center;
	display: none;
}
#back-top a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 0px;
	text-align: center;
	line-height: 36px;
	border: #7c9400 solid 1px;
	color: #ffffff;
	border-radius: 0%;
	background: #7c9400;
	transition-duration: 0.3s;
	font-size: 22px;
	box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px;
	position: fixed;
	z-index: 100;
	bottom: 20px;
	right: 20px;
}
/*======================
3. Blog
========================*/

/*sub header*/

.subheader {
	background-image: url(../images/subheader/inner-banner.jpg);
	text-align: center;
}
.icon {
	margin-left: 118px;
}
.read {
	background: #9fbc04;
	padding: 10px 15px;
	color: #fff;
	display: inline-block;
}
.read:hover {
	color: #fff;
}
.subheader:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #9fbc04;
	opacity: 0.5;
}
.subheader ul li a:after {
	content: '/';
	color: #fff;
	font-size: 14px;
	margin: 0 5px;
}
.subheader ul li.active {
	color: #fff;
}
/*sidebar*/

.sidebar_wrap .sidebar .sidebar_widgets {
	padding: 20px;
	background: #fff;
	position: relative;
	border: #eee solid 1px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.sidebar_wrap .sidebar .sidebar_widgets .widget_title {
	margin: -20px -20px 20px;
	padding: 20px;
	position: relative;
}
.sidebar_wrap .sidebar .sidebar_widgets .widget_title:after {
	position: absolute;
	content: "";
	left: 20px;
	height: 3px;
	background: #7c9400;
	width: 60px;
	bottom: 0;
}
.sidebar_wrap .sidebar .sidebar_widgets .categories li {
	position: relative;
	margin-bottom: 10px;
}
.sidebar_wrap .sidebar .sidebar_widgets .categories li:last-child {
	margin-bottom: 0px;
}
.sidebar_wrap .sidebar .sidebar_widgets .categories li a {
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
}
.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper .popular_post_img {
	flex: 0 0 80px;
	max-width: 80px;
	height: 80px;
}
.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper .popular_post_title {
	flex: 0 0 calc(100% - 80px);
	max-width: calc(100% - 80px);
	padding: 5px 15px;
	width: 100%;
}
.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper .popular_post_title h6 {
	margin-bottom: 10px;
}
span.date.text-custom-blue.fw-600.fs-14 {
    background: #7c9400;
    padding: 4px 10px; color: #fff;}


.blog-details .post-details-tags-social .tags a, .sidebar_wrap .sidebar .sidebar_widgets .tags a {
	display: inline-block;
	padding: 5px 15px;
	border: #eee solid 1px;
	margin: 0 5px 10px 0;
	background: #ffffff;
	font-weight: 600;
	border-radius: 0px;
	color: #838383;
}
.blog-details .post-details-tags-social .tags a:hover, .sidebar_wrap .sidebar .sidebar_widgets .tags a:hover {
	border-color: #7c9400;
	color: #7c9400;
}
/*======================
4. Blog Details
========================*/

.blog-details .post .post-wrapper .post-img, .blog-details .post .post-wrapper .blog-meta .blog-video iframe {
	height: 450px;
}
.timer ul {
	margin-left: -36px;
}
.timer li {
	list-style: none;
}
.timer {
	text-align: center;
	background: #7c9400;
	width: 100px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.timer li h3 {
	margin: 0px;
}
.span3 audio {
	height: 350px;
	border: 1px solid #ccc;
	padding: 10px;
	width: 100%;
	padding-bottom: 150px;
}
.span3 iframe {
	height: 400px;
	border: 1px solid #ccc;
	padding: 10px;
}
.span3 p {
	border: 1px solid #ccc;
	padding: 20px 30px;
	line-height: 30px;
	font-size: 18px;
}
.tabs .butt ul{
	border:none;
}
.tabs .butt a {
	border:1px solid #7c9400;
	background: transparent;
	color: #7c9400;
	margin-right: 15px;
	margin-bottom: 20px;
	border-radius: 0px;
}
.tabs .butt a:hover,
.tabs .butt a.active{
	background: #7c9400;
	color: #fff;
}
.tabs .chall a {
	background: #7c9400;
	color: #fff;
	border: none;
	border-radius: 0px;
}
.tabs form input {
	width: 100%;
	height: 50px;
	padding: 0px 5px;
}
.tabs form h6 {
	margin-bottom: 10px;
}
.chak form input {
	width: 15px;
	height: 15px;
}
.save a {
	background: #7c9400;
	color: #fff;
	border: none;
	margin: 5px 0px;
	border-radius: 0px;
}
.blog-details .post .post-wrapper .blog-meta .post-meta-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blog-details .post .post-wrapper .blog-meta .post-meta-box .post-meta {
	display: flex;
}
.blog-details .post .post-wrapper .blog-meta .post-meta-box .post-meta .post-date {
	position: relative;
	right: 0;
	height: 75px;
	margin-top: -55px;
}
.blog-details .post .post-wrapper .blog-meta .post-heading h2 {
	font-size: 30px;
	font-weight: 600;
}
.blog-details .post .post-wrapper .blog-meta .post-heading h2:after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background: #7c9400;
	margin-top: 20px;
}
.blog-details .post .post-wrapper .blog-meta .post-author {
	display: flex;
	align-items: center;
	margin-right: 15px;
	flex-wrap: wrap;
	width: auto;
	border: none;
}
.blog-details .post .post-wrapper .blog-meta .post-author .author-img {
	margin-right: 15px;
	flex: 0 0 40px;
	max-width: 40px;
	height: 40px;
	border-radius: 50%;
}
.blog-details .post-details-tags-social .tags-box {
	display: flex;
	align-items: flex-start;
}
.blog-details .post-details-tags-social .tags {
	margin-left: 15px;
}
.blog-details .post-details-tags-social .social-media-box ul {
	justify-content: flex-end;
}
.blog-details .post-details-tags-social .social-media-box ul li {
	display: flex;
	align-items: center;
	margin-left: 15px;
}
.blog-details .post-details-tags-social .social-media-box ul li a {
	width: 35px;
	height: 35px;
	
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	z-index: 1;
}
.blog-details .post-details-tags-social .social-media-box ul li .social-number {
	padding: 2px 10px;
	border-radius: 0px 15px 15px 0;
	margin-left: -8px;
	z-index: 0;
	font-size: 14px;
}
.fb {
	background-color: #3b5998;
}
.tw {
	background-color: #1da1f2;
}
.yt {
	background-color: #ff0000;
}
.ldin {
	background-color: #0077b5;
}
.blog-details .post-author {
	display: flex;
	align-items: center;
	width: 100%;
}
.blog-details .post-author .author-img {
	flex: 0 0 150px;
	max-width: 150px;
	height: 150px;
	margin-right: 15px;
	border-radius: 50%;
}
.post-author.bg-light-white.padding-15.mb-xl-20 {
	display: flex;
	align-items: center;
	width: 100%;
}
.author-img.animate-img.mb-sm-20 {
	max-width: 150px;
	height: 150px;
	flex: 0 0 150px;
	border-radius: 50%;
	margin-right: 15px;
}
.date-3 {
	font-size: 16px;
}
.blog-details .post-author .author-caption {
	flex: 0 0 calc(100% - 165px);
	max-width: calc(100% - 165px);
	width: 100%;
	position: relative;
}
.blog-details .post-author .author-caption h5 {
	margin-bottom: 10px;
}
.blog-details .post-author .author-caption .authorpost {
	top: 0;
	position: absolute;
	right: 0;
}
.pagination-btn nav ul {
	justify-content: space-between;
}
.comment-box .children, .comment-box .comments {
	margin-bottom: 35px;
}
.comment-box .children {
	padding-left: 95px;
}
.comment-box .comments li.comment {
	list-style: outside none none;
	padding-left: 0;
	margin-bottom: 20px;
}
.comment-box .comments li article {
	display: flex;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.comment-box .comments li article .comment-avatar {
	margin-right: 20px;
	float: left;
	overflow: hidden;
	height: 80px;
	border-radius: 50px;
}
.comment-box .comments li article .comment-content {
	float: right;
	width: calc(100% - 50px);
}
.comment-box .comments li article .comment-content .comment-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	flex-wrap: wrap;
}
.comment-box .comments li article .comment-content .comment-meta .comment-meta-reply .comment-reply-link {
	font-size: 16px;
	padding: 4px 15px;
}
.comment-box .comments li article .comment-content .comment-meta .comment-meta-header .post-date .date {
	display: inline-block;
	padding: 8px 15px;
	position: relative;
	line-height: 10px;
	font-size: 14px;
	position: relative;
	color: #fff;
}
/*======================
5. Donotion
========================*/
.donotion-content label {
	margin: 0px;
}
.donotion-content .button-con li {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #ccc;
	margin-right: 15px;
	font-size: 18px;
}
.donotion-content .button-con li.active,
.donotion-content .button-con li:hover {
	background: #7c9400;
}
.donotion-content .button-con li.active a,
.donotion-content .button-con li:hover a {
	color: #fff;
}
.donotion-content .form-2 .ch-1 {
	padding: 10px 0px;
	display: flex;
}
.donotion-content .form-3 .ch-1 {
	padding: 10px 0px;
	display: flex;
}
.donotion-content .form-4 .but-con li {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #ccc;
	margin-right: 15px;
}
.donotion-content .form-4 .but-con li.active,
.donotion-content .form-4 .but-con li:hover {
	background: #7c9400;
}
.donotion-content .form-4 .but-con li.active a,
.donotion-content .form-4 .but-con li:hover a {
	color: #fff;
}
.don {
	color: #7c9400;
}
/*======================
5. Listing
========================*/

.listing-top-heading {
	border-bottom: 2px solid #7c9400;
	background: #fff;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.listing-top-heading h6 {
	padding: 20px 0;
}
.listing-top-heading .sort-by {
	display: flex;
	align-items: center;
}
.listing-top-heading .sort-by span {
	white-space: nowrap;
	margin-right: 15px;
}
.listing-top-heading .sort-by .custom-select {
	margin-bottom: 0;
	background: #fff;
}
.checkbox-group .form-group {
	margin-bottom: 1px;
	background: #eee;
	padding: 15px;
}
.checkbox-group .form-group label {
	margin-bottom: 0;
	line-height: 1.5;
}
.checkbox-group button {
	margin-top: 20px;
}
.widget_range .irs--round .irs-from, .widget_range .irs--round .irs-to, .widget_range .irs--round .irs-single {
	background-color: transparent;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
}
.widget_range .irs--round .irs-from, .widget_range .irs--round .irs-to, .widget_range .irs--round .irs-single {
	background: #7c9400;
}
.widget_range .irs--round .irs-from:before, .widget_range .irs--round .irs-to:before, .widget_range .irs--round .irs-single:before {
	border-top-color: #7c9400;
}
.widget_range .irs--round .irs-handle {
	border: none;
	width: 15px;
	height: 15px;
	top: 30px;
	background-color: #7c9400;
	cursor: pointer;
}
.widget_range .irs--round .irs-bar {
	background-color: #7c9400;
}




/*======================
8. About Us
========================*/

.about-counter {
	background-image: url(https://via.placeholder.com/1920x450);
}
.about-counter .counter-box .counter-box-inner {
	width: 100%;
	position: relative;
	background: #fff;
	padding: 40px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.08);
}
.about-counter .counter-box .counter-box-inner .counter .ico {
	font-size: 48px;
	height: 48px;
	line-height: 48px;
	margin-bottom: 10px;
	color: #ccc;
}
.about-counter .counter-box .counter-box-inner .counter .count {
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
}
/*======================
9. 404
========================*/



.page-404 {
    background: #7c9400;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
}
.page-404 .page-404-text {
	width: 100%;
	text-align: center;
	border: 10px solid #fff;
	margin: 0 auto;
	border-radius: 8px;
}
.page-404 .page-404-text .text-wrapper h1 {
	font-size: 12vw;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 10px;
}
.page-404 .page-404-text .text-wrapper h6 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

@media (max-width: 992px) {
 .img-2 {
 margin-left: 108px;
 margin-top: 61px;
}
 .img-2 img {
 width: 50px;
}
}
@media (max-width: 767px) {
 .img-2 {
 margin-left: 170px;
 margin-top: 90px;
}
 .img-2 img {
 width: 100%;
}
}
@media (max-width: 768px) {


}
@media (max-width: 540px) {
 .img-2 {
 margin-left: 170px;
 margin-top: 90px;
}
 .img-2 img {
 width: 60px;
}
}
@media (max-width: 414px) {

}
@media (max-width: 411px) {
 .img-2 {
 margin-left: 120px;
 margin-top: 70px;
}
 .img-2 img {
 width: 60px;
}

}
@media (max-width: 375px) {
 .our_articles .post .post-wrapper .post-date {
 top: 0px;
}
 .event-grid .date-2 {
 top: 0px;
}
}
@media (max-width: 360px) {
 .img-2 {
 margin-left: 112px;
 margin-top: 59px;
}
 .img-2 img {
 width: 46px;
}

}
@media (max-width: 320px) {
 .img-2 {
 margin-left: 100px;
 margin-top: 50px;
}
 .img-2 img {
 width: 40px;
}


}
/*======================
10. Sign-in
========================*/

.sign-in {
	background-image: url(../images/comming-soon.jpg);
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
}

.sign-in .sign-in-text {
	padding: 80px 40px;
	background-color: #fff;
	text-align: center;
}

.sign-in .login-form{
	text-align: left;
}