@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
		url('../fonts/Montserrat-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
		url('../fonts/Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
		url('../fonts/Montserrat-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
		url('../fonts/Montserrat-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}


* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

header,
nav,
aside,
footer {
	display: inline-block
}

body {
	font-size: 15px;
	color: #333;
	font-family: 'Montserrat';
	background: #fff;
}

html,
body {
	height: 100%;
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: normal;
	margin: 0px 0px 10px 0px;
	font-family: 'Montserrat';
}

h1 {
	font-size: 37px
}

h2 {
	font-size: 30px
}

h3 {
	font-size: 22px
}

h4 {
	font-size: 20px
}

h5 {
	font-size: 16px
}

label {
	font-family: 'Montserrat';
	font-weight: normal
}

img {
	border: 0px;
	max-width: 100%;
	height: auto
}

p {
	margin: 0px 0px 15px 0px;
	line-height: 20px;
}

b,
strong {
	font-family: 'Montserrat';
	font-weight: normal
}

a {
	color: #3d80cc;
	cursor: pointer
}

a:hover {
	color: #215fa6
}

a,
input,
select,
textarea,
button,
input[type="submit"],
input[type="reset"],
label,
label:before,
label:after,
.icons:before,
.transition,
.transitions,
.transitions *,
.site_menu ul li a:after,
.fa {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

a:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
select:focus,
input[type="button"],
input:focus,
textarea:focus {
	outline: 0 !important;
}

button,
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}

input,
select,
textarea,
button,
input[type="submit"],
input[type="reset"] {
	font-family: 'Montserrat';
	font-size: 15px
}


.white {
	color: #FFFFFF;
}

.f-size-12 {
	font-size: 12px;
}

.f-size-42 {
	font-size: 42px;
}

.f-size-36 {
	font-size: 36px;
}

.f-family-mont {
	font-family: 'Montserrat';
}

.f-w-bold {
	font-weight: bold;
}

.f-w-800 {
	font-weight: 800 !important;
}

.inline-block {
	display: inline-block;
}

.orange_color {
	color: #fe9c19;
}

.placeholder {
	color: #a2a2a2;
	font-family: 'Montserrat';
}

::-webkit-input-placeholder {
	color: #a2a2a2;
	font-family: 'Montserrat';
}

:-moz-placeholder {
	color: #a2a2a2;
	font-family: 'Montserrat';
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.reset:focus {
	outline: 0px;
	border: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none
}

ul.reset {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.hidethis {
	display: none
}

.bold {
	font-weight: 500
}

.radius {
	border-radius: 200px !important;
	-webkit-border-radius: 200px !important;
	-moz-border-radius: 200px !important
}

.btns {
	display: inline-block;
	text-align: center;
	padding: 12px 30px 12px 30px;
	background: #ff5645;
	min-width: 100px;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	border: 0px;
	cursor: pointer;
	text-transform: capitalize;
	overflow: hidden;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .3);
	text-decoration: none !important;
	font-family: 'GothamBook';
}

.btns:hover {
	background: #d74839;
	color: #fff;
	text-decoration: none;
}

.up {
	text-transform: uppercase !important
}

.btns:focus {
	outline: 0px;
	border: 0px;
	color: #fff
}

.btns.full {
	width: 100%;
	max-width: 100%;
	min-width: inherit;
	padding: 12px 15px 12px 15px
}

.btns.shadow {
	box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
}

.btns.grey {
	background: #6f6f6f;
}

.btns.grey:hover {
	background: #464545;
}

.btns.white {
	background: #fff;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
	color: #74112e !important
}

.btns.white:hover {
	background: #b12e54;
	color: #fff !important
}

.btns .fa {
	margin-right: 4px
}

.btns.green {
	background: #bede3c;
}

.btns.green:hover {
	background: #94b025;
}

.ripple {
	position: relative;
	overflow: hidden;
	display: inline-block
}

.ripple:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
	background-repeat: no-repeat;
	background-position: 50%;
	transform: scale(10, 10);
	opacity: 0;
	transition: transform .5s, opacity 1s
}

.ripple:active:after {
	transform: scale(0, 0);
	opacity: .5;
	transition: 0s
}

.mb10 {
	margin-bottom: 10px !important
}

.mb15 {
	margin-bottom: 15px !important
}

.mb20 {
	margin-bottom: 20px !important
}

.mb100 {
	margin-bottom: 100px !important
}

.mt10 {
	margin-top: 10px !important
}

.mt20 {
	margin-top: 20px !important
}

.mt30 {
	margin-top: 30px !important
}

.mt60 {
	margin-top: 60px !important
}

.mt120 {
	margin-top: 120px !important
}

.mt0 {
	margin-top: 0px !important
}

.mb0 {
	margin-bottom: 0px !important
}

.mar0 {
	margin: 0px !important
}

.ml-15 {
	margin-left: -15px;
}

.ml-50 {
	margin-left: -50px;
}

.pad0 {
	padding: 0px !important
}

.pb0 {
	padding-bottom: 0px !important
}

.pt0 {
	padding-top: 0px !important
}

.pb10 {
	padding-bottom: 10px !important
}

.pr35 {
	padding-right: 35px !important
}

.pb20 {
	padding-bottom: 20px !important
}

.plr0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.plr15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.bt0 {
	border-top: 0px !important;
}

.clear {
	clear: both
}

.full_row,
.form_group {
	float: left;
	width: 100%
}

.container {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0px 50px;
	width: 100%
}

.home .container {
	max-width: 1200px;
	padding: 0px 15px;
	position: relative;
}

.section {
	float: left;
	width: 100%;
	background: #fff
}

.form_group {
	margin-bottom: 12px
}

.fa {
	font-size: 18px
}

.action .fa.right {
	margin-left: 5px;
}

.text-center {
	text-align: center;
}

/*Header*/
.site_header {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	padding: 0;
	z-index: 999;
	/*background: #394d8b;*/
	background: rgb(12, 31, 92);
}

.site_header.fixed_header {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	position: fixed
}

.site_header.fixed_header .site_logo img {
	max-width: 130px;
}

.site_logo {
	float: left;
	padding: 5px 0;
}

.logo_small {
	display: none
}

.site_menu nav {
	width: 100%;
}

.site_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.site_menu ul li {
	position: relative;
	padding: 0 20px;
}

.site_menu ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 100%;
	position: relative;
	font-size: 15px;
	font-family: 'Montserrat';
	font-weight: 600;
	padding: 33px 0;
}

.site_menu ul li a .icon {
	width: 24px;
}

.site_menu ul li .site_logo a:before,
.site_menu ul li .site_logo a:after {
	display: none;
}

.site_menu ul li a:after {
	left: 0px;
	content: "";
	width: 0px;
	height: 2px;
	bottom: 20px;
	position: absolute;
	background: #fe9c19;
}

.site_menu ul li a:hover,
.site_menu ul li a.active,
.site_menu ul li.active a {
	color: #fe9c19;
	text-shadow: 2px 2px 4px rgb(0 0 0 / 20%);
}

.site_menu ul li:hover a:after,
.site_menu ul li a.active:after,
.site_menu ul li.active a:after {
	width: 100%
}

.site_menu ul li:hover a:before,
.site_menu ul li a.active:before,
.site_menu ul li.active a:before {
	width: 8px;
}

#mobile_nav,
.mobile_logo {
	display: none
}

#mobile_nav {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 34px;
	height: 34px;
	text-align: center;
}

.page #mobile_nav {
	right: 15px
}

#mobile_nav .fa {
	font-size: 24px;
	color: #0095c7;
	line-height: 34px
}

.page #mobile_nav .fa {
	color: #fff
}

#top-menu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

/*Banner*/
.home_banner {
	background: #0f2773;
	width: 100%;
	float: left;
	min-height: 100vh;
	display: flex;
	border-radius: 0 0 0 200px;
}

.home_banner .right_path {
	width: 600px;
	height: 100vh;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.home_banner .right_path .banner1 {
	margin: 0 0 -72px -30px
}

.home_banner .right_path .banner2 {
	margin: 0 0 -196px 30px
}

.home_banner .banner {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	max-width: 520px;
	flex-direction: column;
}

.home_banner .banner h1 {
	font-size: 20px;
	color: #fe9c19;
	line-height: 1.2;
	font-family: 'Montserrat';
	font-weight: bold;
	margin: 0;
	padding: 0 0 20px 0;
	letter-spacing: 0;
}

.home_banner .banner h1 span {
	font-size: 54px;
}

.home_banner .banner p {
	font-size: 20px;
	color: #fff;
	;
	line-height: 1.2;
	font-family: 'Montserrat';
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.home_banner .banner p span {
	color: #fe9c19;
}

.home_banner .video {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	border-radius: 0 0 0 200px;
	object-fit: cover;
}

.home_banner .overlay {
	background: #0f2773;
	opacity: 0.8;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 0 0 0 200px;
}

.home_banner .container {
	position: relative;
	z-index: 2;
}

.btn-outline,
.btn-fill {
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 600;
	border-radius: 50px;
	padding: 0 20px;
	height: 66px;
	line-height: 66px;
	box-shadow: 3px 0 7px rgba(0, 0, 0, 0.25);
}

.btn-outline:hover,
.btn-fill:hover {
	text-decoration: none;
}

.btn-outline {
	color: #1c9bd8;
	border: 1px solid #1c9bd8;
	background: #fff;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:focus:active {
	background: #1c9bd8;
	color: #fff;
	text-decoration: none
}

.btn-fill {
	background: #fe9c19;
	border: 1px solid #fff;
	color: #fff;
	margin-left: 50px
}

.btn-fill:hover,
.btn-fill:active,
.btn-fill:focus,
.btn-fill:focus:active {
	background: #d9800a;
	color: #fff;
	text-decoration: none
}

.btns-group {
	display: flex;
	margin-top: 40px;
}

.learn-btn {
	width: 176px;
	height: 54px;
	color: #fff;
	border: 1px solid #fe9c19;
	background: #fe9c19;
	border-radius: 0 10px 4px 50px;
	position: relative;
	font-weight: 600;
	font-size: 16px;
	padding: 16px 0px 16px 20px;
}

.learn-btn:hover {
	color: #fff;
	background: #d9800a;
	text-decoration: none;
	border-color: #d9800a;
}

.learn-btn:before {
	content: "";
	position: absolute;
	width: 171px;
	height: 54px;
	background: #fff;
	bottom: -10px;
	right: -10px;
	z-index: -1;
	border-radius: 4px 10px 0 50px;
}

/*About us Start*/
.about_us {
	background: url(../images/about/about-us.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom-left-radius: 200px;
	height: 100vh;
}

.about_us_h {
	background: linear-gradient(180deg, hsla(239, 95%, 46%, 0.32), hsla(239, 95%, 46%, 0.32) 100%), url(../images/about/EGN_Halifax.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom-left-radius: 200px;
	height: 100vh;
}

.about_us_w {
	background: linear-gradient(180deg, hsla(239, 95%, 46%, 0.32), hsla(239, 95%, 46%, 0.32) 100%), url(../images/about/EGN_Wakefield.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom-left-radius: 200px;
	height: 100vh;
}

.about_us_l {
	background: linear-gradient(180deg, hsla(239, 95%, 46%, 0.32), hsla(239, 95%, 46%, 0.32) 100%), url(../images/about/EGN_Leeds.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom-left-radius: 200px;
	height: 100vh;
}

.head_one {
	font-size: 54px;
	color: #0f2773;
	line-height: 1.2;
	font-family: 'Montserrat';
	font-weight: bold;
	margin-top: 400px;
	letter-spacing: 0;
	-webkit-text-stroke: 2px #0f2773;
}

.head_para {
	color: #ffffff;
}

.vision {
	margin-top: -200px;
}

.vision_content {
	margin-left: 60px;
}

.vision_right_side {
	position: absolute;
	right: -30px;

	top: -60px;
}

.vision_head {
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 42px;
	color: #000;
}

.vision_para {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	text-align: justify;
}

.vision_left_side {
	margin-left: -15px;
}

.triangle_img {
	width: 140px;
	height: 300px;
}

.vision_img {
	margin-left: 60px;
	margin-top: -30px;
}


@media (max-width: 2560px) {
	.triangle_img_res {
		margin-left: -150px;
		margin-right: -150px;
	}
}

@media (min-width:1200px) and (max-width: 2560px) {
	.vision_right_side_res {
		right: -120px;
	}
}

/*About us Start End*/

/*Ministry Start */
.ministry {
	background: url(../images/our-ministries/banner1.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom-left-radius: 200px;
	height: 100vh;
}

.mission_right_side {
	position: absolute;
	right: -60px;
	top: 120px;
}

.mission_head {
	color: #0f2773;
	font-weight: 800;
	text-transform: capitalize;
}

.youth_ministry_img {
	margin-left: 78px;
}

.sunday_school_left {
	background: url(../images/our-ministries/img2.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/*Ministry End*/
/* Our Location Start */
.time_box {
	display: flex;
	background: #FFFFFF;
	border-radius: 20px;
	justify-content: center;
	gap: 20px;
	padding: 20px;
	margin-top: 140px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	margin-bottom: 60px;
}

.time {
	display: flex;
	gap: 15px;
}

.time-txt {
	font-size: 36px;
	color: #0f2773;
	font-weight: 800;
	margin-top: 30px;
}

.location_txt {
	color: #0f2773;
	font-weight: 800;
	margin-top: 15px;

}

.orange_line {
	border-left: 5px solid;
	color: #fe9c19;
}

.map_border {
	border: 1px solid #0f2773;
	border-radius: 10px;
	height: 100%;
}

.amenities_box_border {
	border: 1px solid #0f2773;
	border-radius: 10px;
	height: 100%;
	padding: 20px;
}

.amenities_border {
	border-bottom: 3px solid #0f2773;
	margin-bottom: 20px;
}

.amenities_box_border h3 {
	color: #0f2773;
	font-weight: 800;
	font-size: 26px;
}

.amenities_box_border p {
	color: #0f2773;
	font-weight: 400;
	font-size: 16px;
	margin-top: -5px;
}

.amenities_dot {
	background: #0f2773;
	width: 15px;
	height: 10px;
	border-radius: 100%;
}

.amenities_content {
	display: flex;
	gap: 10px;
}

.amenities_content_border {
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
}

.event1 {
	background: url(../images/about/EGN_VBS.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 180px;
	border-radius: 10px;
}

.event2 {
	background: url(../images/our-location/event2.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 180px;
	border-radius: 10px;
}

.event3 {
	background: url(../images/NOV-DEC.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 180px;
	border-radius: 10px;
}

.event_box {
	background: #FFFFFF;
	margin-left: 30px;
	margin-right: 30px;
	position: relative;
	top: 85%;
	padding: 5px;
	text-align: center;
	border-radius: 10px;
}

/* Our Location End */
/*Contact Start*/
.contact_us {
	background: url(../images/contact/banner.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom-left-radius: 200px;
	height: 65vh;
}

.our_location {
	background: url(../images/contact/img1.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
	padding: 40px;
	height: 250px;

}

.phone_number {
	background: url(../images/contact/img2.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
	padding: 40px;
	height: 250px;

}

.service {
	background: url(../images/contact/img3.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
	padding: 40px;
	height: 250px;

}

.contact_info {
	margin-left: 150px;
	margin-right: 150px;
}

/*Contact End*/

@media (min-width: 1500px) {
	.home_banner .left_path {
		width: 598px;
	}

	.home_banner .right_path {
		width: 790px;
	}

	.home_banner .banner h1 {
		font-size: 48px;
	}

	.home_banner .banner p {
		font-size: 30px;
	}
}

@media (max-width: 1600px) {
	.home_banner .right_path {
		justify-content: center;
	}

	.home_banner .right_path .banner2 {
		display: none;
	}
}

@media (max-width: 1470px) {
	.loc-img.left {
		display: none;
	}
}

@media (max-width: 1700px) {
	.loc-img.right {
		display: none;
	}
}

@media (min-width: 1300px) {
	.home_banner .video .about_content {
		margin-left: 150px;
	}
}

@media (max-width: 1200px) {
	.about-img {
		display: none;
	}

	.about_section {
		padding: 130px 0 105px 0 !important;
		min-height: auto !important;
	}
}

@media (max-width: 1024px) {
	.founder {
		height: auto !important;
		min-width: auto !important;
		margin: 0 20px !important;
	}
}

@media (max-width: 768px) {
	.about_section .container {
		flex-direction: column;
	}

	.founder {
		margin: 20px 20px 40px !important;
	}

	.about_content {
		max-width: inherit !important;
	}
}

@media (min-width: 1024px) {
	.site_footer {
		background: url(../images/footer.png) !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;
	}
}

@media (max-width: 767px) {

	.home_banner .overlay,
	.home_banner {
		border-radius: 0 !important;
	}

	.home_banner .right_path {
		width: 100%;
		padding: 40px;
		position: relative;
		align-items: flex-start;
		height: auto;
	}

	.home_banner .right_path .banner1 {
		margin: 0;
	}

	.home_banner .video {
		border-radius: 0;
	}

	.btns-group a {
		font-size: 14px;
	}

	.section .heading5,
	.section .heading4,
	.section .heading3,
	.about_content h2 {
		font-size: 28px !important;
		margin-bottom: 30px !important;
	}

	.home_banner .banner h1 span {
		font-size: 24px;
	}

	#my-videos .owl-dots span {
		width: 10px !important;
	}

	.btns-group {
		align-items: flex-start;
		margin: 15px 0;
	}

	.btn-fill {
		line-height: 60px;
		margin: 0 0 0 20px;
	}

	.btn-fill img {
		display: none;
	}

	.location-section .right-part {
		width: 100% !important;
		align-items: center;
		justify-content: space-between !important;
		margin-top: 20px;
	}

	.location-section h6 {
		font-size: 28px !important;
	}

	.location-section .left-part a {
		font-size: 20px !important;
		padding: 20px !important;
	}

	#connected form {
		padding: 30px !important;
	}

	.site_footer .right-part {
		flex-direction: column;
	}
}

.about_section {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	position: relative;
	padding: 250px 0 140px 0;
	min-height: 1250px;
}

.about_section .container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0;
}

.about_content {
	max-width: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	margin: 0 20px;
}

.about_content h2 {
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 42px;
	color: #000;
	margin-bottom: 40px
}

.about_content p {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	margin-bottom: 30px;
	line-height: 25px;
	text-align: justify;
}

.about_content .ceo {
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 22px;
	color: #333;
	margin-bottom: 16px
}

.founder {
	min-width: 485px;
	height: 485px;
	display: flex;
	flex-wrap: wrap;
	margin: -200px 0 0 -10px;
}

.about-part {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.about-img {
	width: 478px;
	height: 993px;
	position: absolute;
	top: 150px;
	left: 0;
}

.read-more {
	font-size: 18px;
	font-weight: bold;
	color: #fe9c19;
	border: none;
	background: transparent;
	width: 120px;
	padding: 0;
}

.section .heading {
	text-align: center;
	margin: 60px 0px 10px 0px;
	font-family: 'Montserrat';
	font-size: 42px;
	position: relative;
	color: #0095c7
}

.section .heading1 {
	margin: 60px 0px;
	font-family: 'Montserrat';
	font-size: 42px;
	position: relative;
	color: #000;
}

.section .heading2 {
	margin: 10px 0px 10px;
	font-family: 'Montserrat';
	font-size: 30px;
	position: relative;
	color: #000;
	text-align: left;
	font-weight: bold;
}

.section .heading3 {
	font-family: 'Montserrat';
	font-size: 48px;
	font-weight: bold;
	position: relative;
	color: #21377c;
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}

.section .heading span {
	color: #fe9c19
}

.section .heading_desc {
	text-align: center;
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 80px;
	margin-bottom: 15px;
	color: #58595b;
	font-size: 18px;
}

.section .heading4 {
	font-size: 48px;
	font-weight: bold;
	position: relative;
	color: #fe9c19;
	width: 100%;
	text-align: left;
	margin-bottom: 50px;
}

.section .heading5 {
	font-size: 48px;
	font-weight: bold;
	position: relative;
	color: #21377c;
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}

.our-ministries {
	width: 100%;
	padding: 80px 0 50px 0;
	position: relative;
}

.our-ministries #ministeries {
	max-width: 950px;
	margin: auto;
	margin-top: -80px;
	background: transparent;
	padding-bottom: 30px;
}

.our-ministries .inn {
	margin-top: 60px;
	background: #fff;
}

.our-ministries #ministeries .item h6 {
	font-size: 24px;
	font-weight: bold;
	color: #21377c;
	line-height: 1;
	margin-bottom: 20px;
}

.our-ministries #ministeries .item .icon {
	width: 125px;
	height: 125px;
	background: #fff;
	border-radius: 100px;
	padding: 25px;
	text-align: center;
	margin: 0 0 40px 0;
	box-shadow: 5px 8px 8px 0px rgba(0, 0, 0, 0.13);
}

.our-ministries #ministeries .item {
	padding: 20px 20px 40px 20px;
}

.our-ministries #ministeries .item p {
	font-size: 14px;
	font-weight: 400;
	color: #454545;
	line-height: 20px;
	margin-bottom: 30px;
}

.our-ministries #ministeries .owl-item.center .item {
	background: #fe9c19;
}

.our-ministries #ministeries .owl-item.center .item h6,
.our-ministries #ministeries .owl-item.center .item p,
.our-ministries #ministeries .owl-item.center .item .read-more {
	color: #fff;
}

.our-ministries #ministeries .owl-item.center .item .icon {
	width: 175px;
	height: 175px;
	padding: 50px;
	margin-bottom: 20px;
}

#ministeries.border-section {
	display: flex;
	margin: auto;
	position: absolute;
	height: 10px;
	width: 100%;
	left: 0;
	right: 0;
}

#ministeries.border-section div {
	width: 33.33%;
	height: 10px;
	background: #0f2773;
}

#ministeries.border-section div:nth-child(2) {
	background: #fe9c19;
}

.ministeries-slider {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.our-location {
	padding: 60px 0;
	position: relative;
}

.location-section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
}

/* .location-section .left-part { width: 455px; display: flex; flex-wrap: wrap;} */
.location-section h6 {
	font-size: 40px;
	font-weight: bold;
	color: #000;
	margin-bottom: 40px;
	text-align: center;
}

.location-section .left-part a {
	width: 100%;
	background: #fe9c19;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border-radius: 8px;
	padding: 25px;
}

.location-section .right-part {
	width: 240px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

.location-section .icon {
	width: 125px;
	height: 125px;
	background: #fff;
	border-radius: 100px;
	padding: 25px;
	text-align: center;
	margin: 0 0 20px 0;
	box-shadow: 5px 8px 8px 0px rgba(0, 0, 0, 0.13);
}

.location-section:nth-child(2) a {
	background: #21377c;
}

.location-section p {
	font-size: 24px;
	font-weight: 500;
	color: #000;
	max-width: 255px;
	line-height: 30px;
}

.loc-img.left {
	width: 161px;
	height: 471px;
	position: absolute;
	top: 210px;
	left: 0;
}

.loc-img.right {
	width: 349px;
	height: 753px;
	position: absolute;
	top: 250px;
	right: 0;
}

#team {
	margin-top: 80px;
}

#my-videos {
	padding-bottom: 60px;
	margin-bottom: 60px;
}

#my-videos .item {
	width: 100%;
	height: 212px;
}

#my-videos .item iframe {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

#my-videos .owl-dots span {
	width: 50px;
	height: 10px;
	background: #0f2773;
	border-color: #0f2773;
	border-radius: 0;
	margin: 0 5px;
}

#my-videos .owl-dots .active span {
	background: #fe9c19;
	border-color: #fe9c19;
	border-radius: 0;
}

#connected form {
	background: #f8f8f8;
	padding: 50px;
	min-height: 553px;
	border: 1px solid #eeeeee;
	border-radius: 30px;
	margin-bottom: 50px;
}

#connected form .form-control {
	border: none;
	padding: 35px 20px;
	border-radius: 10px;
	box-shadow: none;
	margin-bottom: 20px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
}

#connected form textarea {
	height: 200px;
	padding: 20px;
}

#connected form button {
	padding: 10px 40px;
	border-radius: 20px;
	font-size: 20px;
	font-weight: 500;
	background: #21377c;
	float: right;
}

.site_footer {
	background: #21377c;
	text-align: center;
	color: #fff;
	padding: 0;
}

.social_links a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 25px 0;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.social_links a .fa {
	font-size: 18px;
	line-height: 25px;
	padding-right: 12px;
}

.social_links a span {
	opacity: 0.8;
}

.social_links a:hover {
	text-decoration: none;
	color: #fe9c19 !important;
}

.social_links a:hover span {
	opacity: 1;
	color: #fe9c19;
}

.footer_menu ul li {
	display: inline-block;
	margin: 0px 0px 20px 0;
}

.footer_menu ul li a {
	display: block;
	padding: 2px;
	color: #000;
	text-decoration: none
}

.footer_menu ul li a:hover {
	color: #fe9c19
}

.site_footer {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	background-position: top;
	padding-top: 240px;
}

.copyright {
	padding-top: 25px;
	margin-top: 15px;
}

.social {
	background: #21377c;
	width: 100%;
}

.social_links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.copy {
	background: #21377c;
	color: #fff;
	padding: 10px 0 30px 0;
	font-size: 16px;
	font-weight: 600;
}

.address-part .logo-part {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
	flex-direction: column;
}

.address-part .logo-part p {
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-align: left;
	line-height: 1.5;
	padding-top: 32px;
}

.footer_menu {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 33.33%;
}

.footer_menu ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	text-align: left;
	align-items: flex-start;
}

.footer_menu h5 {
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
	text-align: left;
	margin-top: 30px;
}

.footer_menu h5:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	background: #fe9c19;
}

.footer_menu ul li a {
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

.site_footer .right-part {
	display: flex;
}


.owl-carousel .owl-dots {
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0px;
	text-align: center
}

.owl-dots .owl-dot {
	display: inline-block
}

.owl-dots span {
	display: inline-block;
	width: 10px;
	margin: 0px 2px;
	height: 10px;
	border-radius: 100px;
	border: 2px solid #fff;
}

.owl-dots .active span {
	background: #fff;
}

@media screen and (min-width: 1500px) {
	.container {
		max-width: 1600px;
	}
}

@media (max-width: 1150px) {
	.container {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media (min-width: 901px) {
	.site_menu {
		display: flex !important;
	}
}

@media (max-width: 900px) {
	.section {
		padding: 30px 0px
	}

	.app_content {
		width: 100%;
		padding-top: 10px
	}

	.app_feature {
		margin: 10px 0px
	}

	.section .heading {
		font-size: 37px;
	}

	.home .site_header {
		background: #fff;
		padding: 15px 0px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
		-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	}

	.cms .site_header {
		background: none
	}

	body.cms .site_header.fixed_header {
		background: #fff;
	}

	body.cms .fixed_header #mobile_nav .fa {
		color: #ff5645
	}

	.home .site_header .chosen-container,
	.cms .site_header .chosen-container {
		top: -17px !important
	}

	#mobile_nav,
	#logout_nav {
		display: block
	}

	body.cms .site_menu {
		margin: 0px !important
	}

	.site_menu,
	.site_menu * {
		-moz-transition: initial;
		-o-transition: initial;
		transition: initial;
		-webkit-transition: initial;
	}

	.site_menu nav,
	.site_menu nav * {
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}

	.site_menu ul li.mobile_logo {
		display: block;
		text-align: center;
		padding: 20px 0px 20px 0px
	}

	.site_menu ul li.mobile_logo a {
		position: fixed;
		top: 0px;
		left: -100%;
		max-width: 260px;
		width: 100%;
		text-align: right;
		z-index: 99;
	}

	.site_menu ul li.mobile_logo a .fa {
		position: absolute;
		top: 0px;
		left: 100%;
		margin-left: -30px;
		width: 30px;
		text-align: center;
		height: 30px;
		line-height: 30px;
		background: #fff;
		color: #bfbfbf;
	}

	.site_menu ul li.mobile_logo a .fa:hover {
		color: #ff5645
	}

	.site_menu.open ul li.mobile_logo a {
		left: 0px
	}

	.site_menu {
		display: none;
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		z-index: 9999;
	}

	.site_menu nav {
		position: fixed;
		left: -100%;
		height: 100%;
		top: 0px;
		width: 100%;
		max-width: 260px;
		background: #fff;
		overflow: auto;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
		padding-top: 0px;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}

	.site_menu.open nav {
		left: 0px
	}

	.site_menu ul li {
		padding: 0px 0px;
		width: 100%;
		margin: 0px !important
	}

	.site_menu ul li a {
		padding: 0px 15px;
		line-height: 42px;
		color: #333 !important
	}

	.site_menu ul li a:hover,
	.site_menu ul li a.active,
	.site_menu ul li.active a {
		color: #ffffff !important;
		font-weight: bold;
		background: #fe9c19;
	}

	.site_menu ul li a:after {
		display: none
	}

	.site_menu ul li.logout a {
		line-height: 42px !important;
		padding: 0px 10px !important;
		border-radius: 0 !important;
		color: #fff !important;
		border: 0px;
		background: #ff5645 !important;
		border: 0px !important
	}

	.site_menu ul li.logout a:hover {
		background: #dc493a !important
	}

	.chat_box,
	.chat_box.full {
		width: 65%
	}

	.chat_list {
		width: 35%
	}

	.cms #mobile_nav,
	.home #mobile_nav,
	.page #mobile_nav {
		top: 50%;
		margin-top: -17px;
	}

	.home .site_header .chosen-container,
	.cms .site_header .chosen-container,
	.page .site_header .chosen-container {
		top: 50% !important;
		margin-top: -12px;
		right: 55px !important
	}
}

@media (max-width: 768px) {
	.mobile {
		display: none
	}
}

@media (max-width: 640px) {
	.section .heading {
		font-size: 32px;
	}

	#our-team .owl-item img {
		max-height: 350px;
	}

	.app_image img {
		max-width: 250px
	}

	.cms .page_content {
		float: none;
		width: initial;
		display: inline-block;
		margin: 0px -15px;
		padding: 15px;
	}

	.cms .site_header,
	.home .site_header {
		padding: 0px
	}

	.cms .site_logo img,
	.home .site_logo img {
		width: 50px;
	}

	.cms .site_logo,
	.home .site_logo {
		height: 54px;
		padding-top: 4px
	}

	.page_title {
		padding: 80px 0px 25px 0px;
	}

	h1 {
		font-size: 28px;
	}

	.page_content h1 {
		font-size: 28px
	}

	.page_content h2 {
		font-size: 22px
	}

	.page_content h3 {
		font-size: 20px
	}

	.home_banner {
		padding: 50px 0px 30px 0px !important;
		flex-direction: column-reverse;
	}

	.login_form {
		padding: 50px 0px 0px 0px !important;
		width: 100%
	}

	.banner_form .or {
		right: 50% !important;
		top: 5px;
		margin-right: -14px !important;
	}

	.download_app .btns {
		margin: 0px 10px 15px 10px !important
	}

	.home_banner .banner {
		justify-content: flex-start;
		padding-top: 30px;
	}
}

@media (max-width: 400px) {
	.btns-group {
		flex-direction: column;
		align-items: center;
	}

	.btns-group a+a {
		margin: 30px 0 0 0
	}

	.btns-group a {
		width: 100%;
		text-align: center;
	}
}

.site_logo img {
	max-width: 200px
}

.mobile {
	font-family: 'GothamBook';
	font-size: 20px;
	color: #0095c7;
	right: 15px;
	top: -15px;
	position: absolute;
	font-weight: bold;
	letter-spacing: 4px;
}

.wid100 {
	width: 100%;
	float: left
}

#about .about {
	background: #fff;
	width: 100%;
	float: left;
	margin: 150px 0;
}

.wid50 {
	width: 50%;
	float: left
}

.abt-tit {
	font-family: 'PoppinsSemiBold';
	font-size: 40px;
	color: #000;
}

.read {
	font-family: 'PoppinsSemiBold';
	font-size: 18px;
	color: #0095c7;
	text-transform: uppercase;
	margin: 25px 0 130px 0;
	float: left;
}

.abt-icon {
	width: 100%;
	float: left
}

.sets {
	width: 33.33%;
	float: left;
	text-align: center;
	padding: 0 52px 0 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.sets img {
	margin-bottom: 20px;
}

.sets:hover {
	margin-top: -15px
}

p.year {
	font-family: 'PoppinsSemiBold';
	font-size: 40px;
	color: #0095c7;
	text-transform: uppercase;
	margin: 15px 0;
	width: 100%;
}

p.line {
	height: 3px;
	background: #bede3c;
	width: 20px;
	text-align: center;
	margin: 10px auto;
}

p.line1 {
	height: 3px;
	background: #0095c7;
	width: 20px;
	text-align: center;
	display: inline-block;
	margin: 4px 30px 4px 4px;
}

p.year-tit {
	font-family: 'PoppinsSemiBold';
	font-size: 18px;
	color: #0095c7;
	text-transform: capitalize;
	margin: 15px 0;
	width: 100%;
	float: left;
}

.abt-sub {
	font-family: 'GothamBook';
	font-size: 15px;
	color: #58595b;
}

.foot-right {
	background: #0095c7;
	height: 650px;
	display: table;
}

.foot-right-inn {
	height: 100%;
	vertical-align: middle;
	display: table-cell;
}

.foo-tit {
	font-family: 'Montserrat';
	color: #bede3c;
	font-size: 28px;
	text-decoration: underline;
	margin-bottom: 15px;
	padding: 0 150px;
	text-align: left;
}

.address {
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: left;
	margin-bottom: 20px;
}

.address .icon {
	padding-right: 16px;
}

.dropdown {
	display: none;
	position: absolute;
	top: 85%;
	left: 0;
	background-color: #d9800a;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 1;
	border-radius: 5px;
}

.dropdown-link {
	display: block;
	padding: 10px 15px;
	color: #000000;
	text-decoration: none;
}

.dropdown-link:hover {
	background-color: #555;
}

.menu-item:hover .dropdown {
	display: block;
}

.dropdown li a {
	padding: 15px !important;
	color: #FFFFFF !important;
	text-align: center;
}

.dropdown li a::after {
	background: none !important;
}

.white_line {
	background: #FFFFFF;
	height: 1px;
	width: 85%;
	margin-left: 10px;
}