body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

.justify {
	margin: 0;
	text-align: justify;
}

img {
	max-width: 100%;
}

/* Add Extra Css */
/******** 11.20 Form Controls ********/
.form-label {
	margin-bottom: .5rem;
	font-size: .9rem;
	color: #8d9092;
}

.form-control {
	border: 1px solid #c3cbd6;
	border-radius: 4px;
	color: #232629;
	font-size: .9rem;
	min-height: 40px;
	background-color: #ffffff;
}

.form-control:hover {
	border: 1px solid #9ba5b3;
}

.form-control:focus {
	border-color: #9ba5b3;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 2px;
	outline: 0 !important;
	outline-color: #9ba5b3 !important;
}

.form-control:disabled {
	opacity: .7;
}

.form-select {
	border: 1px solid #c3cbd6;
	border-radius: 4px;
	color: #232629;
	font-size: .9rem;
	min-height: 40px;
	background-color: #ffffff;
}

.form-select:hover {
	border: 1px solid #9ba5b3;
}

.form-select:focus {
	border-color: #9ba5b3;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 2px;
	outline: auto !important;
	outline-color: #9ba5b3 !important;
}

.form-select:disabled {
	opacity: .7;
}

.col-form-label {
	padding-top: calc(.595rem + 1px);
	padding-bottom: calc(.595rem + 1px);
	min-height: 40px;
}

.input-group-text {
	border: 1px solid #c3cbd6;
	background: #ffffff;
	border-radius: 4px;
	font-size: 1rem;
	min-height: 40px;
	margin: 0;
}

.input-group .btn {
	border-radius: 4px;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
	font-size: 1rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: 1px solid #149865;
	/* -webkit-text-fill-color: #232629;
	-webkit-box-shadow: 0 0 0px 100px rgba(0, 0, 0, 0.8) inset;
			box-shadow: 0 0 0px 100px rgba(0, 0, 0, 0.8) inset; */
}

/* like Color */
.blue-color {
	color: #00a2ed;
	text-decoration: none;
}

.green-color {
	text-decoration: none;
	color: green;
}

.teal-color {
	text-decoration: none;
	color: teal;
}

.yellow-color {
	text-decoration: none;
	color: yellow;
}

.red-color {
	color: red;
}

.img-news {
	display: flex;
	object-fit: cover;
	width: 408px;
	height: 100%;
	align-items: center;
	margin-left: 0;
	overflow: hidden;
	width: 100%;
}

.h-s-s a {
	color: #3334cc;
}

/* .newsimg {
height: 180px;
width: 240px
} */
/* End Extra Css */

/************* 5.1 Anchor Reset *************/
.none {
	text-decoration: none;
	color: #000;
}

a {
	color: rgb(35, 167, 167);
	text-decoration: none;
}

a:hover {
	color: rgb(35, 167, 167);
}

.btn-primary {
	background-color: #01a543;
	border: none;
	color: #fff;
	border-radius: 30px;
	padding: 6px 16px 8px;
	text-decoration: none;
}

.btn-primary:hover {
	color: #fff;
	text-decoration: none;
}

.toast-success {
	background-color: #00b050 !important;
}

.toast-error {
	background-color: #e40808 !important;
}

.toast-info {
	background-color: rgb(35, 167, 167) !important;
}

.btn-success,
.btn-success:hover {
	background: #3334cc;
	border: none;
	color: #fff;
	border-radius: 30px;
	padding: 6px 16px 8px;
	text-decoration: none
}

.search .form-control {
	border-width: 0 0 1px 0 !important;
	border-color: ddd;
	border-style: solid;
}

.navbar {
	/*background-color: #3334cc !important;*/
	padding-bottom: 0;
}

.nav-link {
	margin: 0 5px;
}

.nav-link.active,
.nav-link:hover {
	background-color: #00b050;
	padding-bottom: 15px;
	border-radius: 10px 10px 0 0;
}

.some-services {
	/* background-color: #fbfbfb; */
	padding: 20px 0;
	color: #3334cc;
}


.fb-post {
	background-color: #fff;
	padding: 15px;
	box-shadow: 0px 0px 13px rgba(55, 114, 255, 0.15);
}

.refugee-home {
	background: #3334cc;
	color: #fff;
}

.white-block {
	background-color: #fff;
	color: #3334cc;
	padding: 15px;
	min-height: 250px;
}

iframe {
	width: 100%;
}

.ulli-m ul li {
	margin-bottom: 10px !important;
}

.img-block {
	border: 1px solid #ddd;
	text-align: center;
}

.news .item {
	border: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
}

.news-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
}

.news-text p {
	margin: 0;
	color: #000;
	align-items: center;
}

.news-text p a {
	color: #000;
	;
}

.owl-theme .owl-nav {
	margin-top: 10px;
	position: absolute;
	right: 0;
	top: -56px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	background: #e6e6e6;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #3334cc !important;
	color: #FFF;
	text-decoration: none;
}

.owl-dots {
	display: none !important;
}

.dots {
	position: relative;
}

.dots img {
	background: #fff;
	padding: 0 30px;
}

.dots:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #ddd;
	left: 0;
	top: 13px;
	z-index: -9;
}

.partner {
	background: #3334cc;
}

.join {
	background: #00b050;
}

.join input {
	border-radius: 20px;
}

.footer-block {
	background-color: #fff;
	box-shadow: 0px 0px 13px rgba(55, 114, 255, 0.15);
}

.member {
	background-color: #fff;
	box-shadow: 0px 0px 13px rgba(55, 114, 255, 0.15);
}


.inner-header {
	background-color: #f5f5f5;
	padding: 50px 0;
}

.news-listing .item {
	display: flex;
	flex-direction: row;
	background-color: #fff;
	box-shadow: 0px 0px 13px rgba(55, 114, 255, 0.15);
	align-items: center;
}

.news-listing .item .news-text {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 5px 10px;
	flex-direction: column;
}

.social-links-post {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}


.social-links-post a,
.share-block a {
	padding: 0 10px;
	text-decoration: none;
}

/* .p-image img{
	width: 31%;
  } */

.event-gallery .carousel-item {
	height: 450px;
	object-fit: cover;
}

@media (max-width: 990px) {

	.fb-frame {
		margin: 20px 0;
		text-align: center;
	}

	.navbar {
		padding: 10px 0;
	}

	.mtsm-5 {
		margin-top: 20px;
	}

	.nav-link {
		margin: 5px;
	}

	.nav-link.active {
		background-color: #00b050;
		padding: 15px;
		border-radius: 10px;
	}

	.some-services .justify-content-end {
		justify-content: flex-start !important;
	}

	.some-services .d-flex {
		margin: 0 0 10px;
	}

	.white-block {
		margin-bottom: 10px;
	}

	.partner img {
		width: 100%;
		margin-bottom: 5px;
	}

	.news-listing .item {
		display: flex;
		flex-direction: column;
	}

	.img-news {
		display: flex;
		object-fit: cover;
		width: 100%;
		height: 100%;
		align-items: center;
		padding: 10px;
		justify-content: center;
		overflow: hidden;
		margin: 0;
	}

	.p-image {
		justify-content: center !important;
	}

	.p-image img {
		width: auto;
	}

	.joinnow {
		flex-direction: column;
	}

	.joinnow input {
		margin-bottom: 10px;
	}

}