* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

/* Fluid Typography */
@media screen and (max-width: 720px) {
    html {
        font-size: calc(100% + 6 * (100vw - 320px) / 680);
    }
}

body {
    color: #18477e;
    background: #fff;
    font-family: "Lora", serif;
    line-height: 1.6;
    overflow-x: hidden;
}

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

/* Responsive Base Styles */
h1, h2, h3, h4, h5, h6 {
    color: #18477e;
    font-family: "Montserrat", serif;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.slider-video iframe {
    width: 100%;
    height: 56.25vw; /* 16:9 Aspect Ratio */
    max-height: 600px;
}


a {
	/* -webkit-transition: all 0.4s ease!important;
	transition: all 0.4s ease!important; */
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
	color: #acacac!important;
}

.bg-lightblue {
	background: #f1f5f9;
}

.w-60 {
	width: 60px!important;
}
.w-400 {
	width: 400px!important;
}
.w-300 {
	width: 300px!important;
}
.w-200 {
	width: 200px!important;
}
.w-100-p {
	width: 100%!important;
}
.w-auto {
	width: auto!important;
}

.h-70 {
	height: 70px!important;
}
.h-100 {
	height: 100px!important;
}
.h-200 {
	height: 200px!important;
}
.h-300 {
	height: 300px!important;
}

.bg_ffffff {
	background: #ffffff!important;
}
.bg_333333 {
	background: #333333!important;
}
.bg_f3f3f3 {
	background: #f3f3f3!important;
}
.bg_3867D6 {
	background: #18477e!important;
}

.c_f3f3f3 {
	color: #f3f3f3!important;
}
.c_red {
	color: red;
}
.fz_40 {
	font-size: 40px!important;
}
.fw_700 {
	font-weight: 700!important;
}
.fl_l {
	float: left;
}
.d_n {
	display: none!important;
}
.d_b {
	display: block!important;
}

.pt_8 {padding-top: 8px!important;}

.pos_r {position: relative!important;}



.btn-arf {
	background: #18477e!important;
	border: 0;
}

.btn-arf:hover {
	background: #333!important;
}


/* .top {
	background: #18477e;
	padding-top: 6px;
	margin-bottom: -4px;
} */

.top-contact {
	color: #fff;
}

.top-contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* .top-contact li {
	display: inline-block;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 17px;
	font-size: 14px;
} */

.top-contact li:last-child {
	margin-right: 0;
}

.top-contact li i {
	vertical-align: middle;
	font-size: 14px;
}

.top-contact li span {
	margin-left: 0px;
}

.top-right {
	display: flex;
	justify-content: flex-end;
}

.top-social {
	text-align: right;
}

.top-social li {
	text-align: center;
	display: inline-block;
	/* margin-right: 10px;
	margin-top: 5px; */
}

.top-social li:last-child {
	margin-right: 0px;
}

.top-social a {
	display: block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.top-social a:hover {
	color: #f8be2e;
}

.top-profile li {
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
	font-size: 14px;
}

.top-profile li a {
	color: #fff;
}

.top-profile li:last-child {
	margin-right: 0px;
}

.top-profile li.cart {
	position: relative;
}

.top-profile li.cart .number {
	position: absolute;
	right: -18px;
	top: -6px;
	background: yellow;
	color: #18477e;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 16px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.top-contact,
	.top-contact ul {
		width: 100%;
	}

	.top-contact ul {
		text-align: center;
	}

	.top-social ul {
		text-align: center;
	}

	.top-right {
		display: block;
	}

	.top-profile ul {
		text-align: center;
		margin-top: -10px;
	}

	.top-profile ul li {
		display: inline-block;
	}
}



/* Main Nav */
.main-nav {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	background: #fff;
}

.main-nav .navbar {
	padding-left: 0;
	padding-right: 0;
}

.main-nav nav .navbar-nav .nav-item {
	padding-top: 28px;
	padding-bottom: 28px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	top: 88px!important;
	background: #18477e!important;
	padding: 20px !important;
	border: none!important;
	border-radius: 8px !important;
}

.main-nav nav .navbar-nav .nav-item a {
	color: #18477e;
	font-weight: 600;
}

.mobile-nav.mean-container .mean-nav ul li a.active,
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active,
.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
	color: #18477e;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
	color: #fff!important;
	background: #333!important;
}

.main-nav img {
	height: 100px;
}


/* Sticky Nav */
.sticky {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	z-index: 999;
}




/* Sidepanel */
.sidepanel {
  	height: 250px; /* Specify a height */
  	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 0;
	left: 0;
	background-color: #111; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 60px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}
.sidepanel a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.sidepanel a:hover {
  	color: #f1f1f1;
}
.sidepanel .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.openbtn {
	font-size: 20px;
	cursor: pointer;
	background-color: #111;
	color: white;
	padding: 10px 15px;
	border: none;
}
.openbtn:hover {
  	background-color: #444;
}







/* Slider */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.slider-item {
	width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slider-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0a3041;
    opacity: 0.6;
}

.slider-bg-video {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0a3041;
    opacity: 0.6;
    z-index: 99;
}

.slider-table {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 600px;
}

.slider-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.text-animated h1 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    margin-bottom: 25px;
}

.text-animated p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.text-animated ul {
	padding-left: 0;
	margin-top: 20px;
}

.text-animated li {
    display: inline-block;
    margin-top: 22px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.text-animated li a {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 11px 40px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.text-animated li a:hover {
    background-color: #18477e;
    color: #fff;
    border-color: #18477e;
}

.slide-carousel {
    overflow: hidden;
}

.slide-carousel .owl-nav .owl-prev,
.slide-carousel .owl-nav .owl-next {
	display: none;
    text-align: center;
    font-size: 18px;
    position: absolute;
    width: 38px;
    height: 54px;
    line-height: 52px;
    top: 50%;
    margin-top: -25px;
    background: #18477e;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.slide-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: 0px;
}

.slide-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.slide-carousel .owl-nav .owl-prev:hover,
.slide-carousel .owl-nav .owl-next:hover {
    background: #18477e;
}

.slide-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -21px;
}

.slide-carousel .owl-dots .owl-dot {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    display: inline-block;
    margin: 0 4px;
}

.slide-carousel .owl-dots .owl-dot.active {
    background: #fff;
}



/* Video Background */
.slider-video {
	position: relative;
	background-color: #00176e;
	color: #ffffff;
	height: 600px;
	overflow: hidden;
}
.slider-item-video .slider-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.slider-item-video .slider-table {
	z-index: 99;
	position: relative;
}
.slider-item-video .video-foreground,
.slider-item-video .video-foreground iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  	.slider-item-video .video-foreground {
    	height: 300%;
    	top: -100%;
  	}
}
@media (max-aspect-ratio: 16/9) {
  	.slider-item-video .video-foreground {
    	width: 300%;
    	left: -100%;
  	}
}
@media all and (max-width: 600px) {
  	.slider-item-video .vid-info {
    	width: 50%;
    	padding: 0.5rem;
  	}
  	.slider-item-video .vid-info h1 {
    	margin-bottom: 0.2rem;
  	}
}
@media all and (max-width: 500px) {
 	.slider-item-video .vid-info .acronym {
    	display: none;
  	}
}



/* =============================================== */
/* ================= Mobile Menu ================= */
/* =============================================== */
.mobile-nav img {
	height: 40px;
}
.mean-container .mean-bar {
	background-color: #fff;
}
.mean-container a.meanmenu-reveal span {
	background: #18477e;
}
.mean-container a.meanmenu-reveal {
	color: #18477e;
}




.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #134050;
	opacity: 0.7;
}


.feature {
	padding-top: 70px;
	padding-bottom: 80px;
	overflow: hidden;
}

.feature .heading {
	text-align: center;
	margin-bottom: 30px;
}

.feature .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: #18477e;
	margin-top: 0;
}

.feature .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #928f8f;
}

.feature .feature-item {
	background: #18477e;
	padding: 30px 20px;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-bottom: 25px;
}

.feature .feature-item .icon {
	font-size: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.feature .feature-item .icon img {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	color: #18477e;
	display: inline-block;
	padding: 10px;
}

.feature .feature-item h4 {
	font-size: 22px;
	margin-bottom: 15px;
	color: #fff;
}

.feature .feature-item p {
	font-size: 15px;
}

.feature .feature-item:hover {
	background: #18477e;
}


.corona-case {
	padding-top: 70px;
	padding-bottom: 80px;
	overflow: hidden;
}

.corona-case .heading {
	text-align: center;
	margin-bottom: 50px;
}

.corona-case .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: #18477e;
	margin-top: 0;
}

.corona-case .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #928f8f;
}

.corona-case .corona-case-item {
	background: #fff;
	padding: 20px;
	color: #18477e;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-bottom: 25px;
}

.corona-case .corona-case-item .icon {
	font-size: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.corona-case .corona-case-item .icon img {
	width: 80px;
	height: auto;
	text-align: center;
	display: inline-block;
	padding: 10px;
}

.corona-case .corona-case-item h4 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #18477e;
	font-weight: 700;
}

.corona-case .corona-case-item h5 {
	font-size: 34px;
	font-weight: 700!important;
}

.corona-case .corona-case-item:hover {
	background: #18477e;
}


.countrywise {
	padding-top: 70px;
	padding-bottom: 80px;
	background: #18477e;
	overflow: hidden;
}

.countrywise .heading {
	text-align: center;
	margin-bottom: 30px;
}

.countrywise .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-top: 0;
}

.countrywise .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.countrywise .dataTables_length,
.countrywise div.dataTables_wrapper div.dataTables_info {
	display: none;
}

.countrywise div.dataTables_wrapper div.dataTables_filter label {
	color: #fff;
}

.countrywise div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
	display: none;
}

.countrywise table.dataTable.display tbody tr {
	background: transparent;
}

.countrywise table.dataTable.display tbody tr>.sorting_1 {
	background: transparent;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button,
.countrywise .dataTables_wrapper .dataTables_paginate .ellipsis {
	color: #fff!important;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button.current {
	color: #333!important;
}

.countrywise .dataTables_wrapper .dataTables_filter input {
	border: 0;
	border-radius: 4px;
	outline: none;
	height: 30px;
	padding-left: 3px;
	padding-right: 3px;
}

.countrywise .dataTables_empty {
	color: #fff!important;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: transparent!important;
    color: #fff!important;
    padding: 6px 13px!important;
    border: 1px solid #fff!important;
    font-weight: 700;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #fff!important;
    color: #18477e!important;
    padding: 6px 13px!important;
    border: 1px solid #fff!important;
    font-weight: 700;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #fff!important;
    color: #18477e!important;
    padding: 6px 13px!important;
    border: 1px solid #fff!important;
    font-weight: 700;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #bbbbbb!important;
    background: #f9f9f9!important;
    padding: 6px 13px!important;
    border: 1px solid #c9c6f5!important;
}

.countrywise .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0;
}



.special {
	padding-top: 70px;
	padding-bottom: 80px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.special h2 {
	color: #11a84d;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.special h3 {
    color: #18477e;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    font-style: italic;
}

.special p {
    color: #000;
    font-size: 16px;
}

.special .read-more {
	margin-top: 30px;
}

.special .read-more a {
	background: #18477e;
	border: 2px solid #18477e;
	border-radius: 50px;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 600;
	text-transform: uppercase;
}

.special .read-more a:hover {
	background: transparent;
	border-color: #fff;
}

.video-section {
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}
.video-section-bg {
	background: #fff;
	opacity: 0.3;
}
.video-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}

.video-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #18477e;
	border-radius: 50%;
	animation: video-pop 1500ms ease-out infinite;
}

.video-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #18477e;
	border-radius: 50%;
	transition: all 200ms;
}

.video-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes video-pop {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@media only screen and (max-width: 768px) {
	.video-section {
		margin-top: 40px;
	}
}




.service {
	padding-top: 70px;
	padding-bottom: 80px;
	/* overflow: hidden; */
}

.service .heading {
	text-align: center;
	margin-bottom: 30px;
}

.service .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: #18477e;
	margin-top: 0;
}

.service .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #928f8f;
}

.service .service-item .photo img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.service .service-item .text {
	background: #f2f2f2;
	padding: 20px;
}

.service .service-item .text h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}

.service .service-item .text h3 a {
	color: #18477e;
}

.service .service-item .text h3 a:hover {
	color: #18477e;
}

.service .service-item .text p {
	font-size: 15px;
}

.service .read-more {
	margin-top: 15px;
}

.service .read-more a {
	background: #18477e;
	border: 0;
	border-radius: 50px;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 600;
	text-transform: uppercase;
}

.service .read-more a:hover {
	background: #18477e;
}


.service .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.service .owl-dots .owl-dot {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 7px solid #afafaf;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}

.service .owl-dots .owl-dot.active {
	width: 24px;
	height: 24px;
	background: #18477e;
	border: 7px solid #afafaf;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.service .service-item .photo img {
		height: 190px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service .service-item .photo img {
		height: 217px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.service .service-item .photo img {
		height: 335px;
	}
}

@media only screen and (max-width: 575px) {
	.service .service-item .photo img {
		object-fit: fill;
		height: auto;
	}
}





.project {
	padding-top: 70px;
	padding-bottom: 80px;
	overflow: hidden;
}

.project .heading {
	text-align: center;
	margin-bottom: 30px;
}

.project .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: #18477e;
	margin-top: 0;
}

.project .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #928f8f;
}

.project .project-item .photo img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.project .project-item .text {
	background: #f2f2f2;
	padding: 20px;
}

.project .project-item .text h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}

.project .project-item .text h3 a {
	color: #18477e;
}

.project .project-item .text h3 a:hover {
	color: #18477e;
}

.project .project-item .text p {
	font-size: 15px;
}

.project .read-more {
	margin-top: 15px;
}

.project .read-more a {
	background: #18477e;
	border: 0;
	border-radius: 50px;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 600;
	text-transform: uppercase;
}

.project .read-more a:hover {
	background: #18477e;
}


.project .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.project .owl-dots .owl-dot {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 7px solid #afafaf;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}

.project .owl-dots .owl-dot.active {
	width: 24px;
	height: 24px;
	background: #18477e;
	border: 7px solid #afafaf;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.project .project-item .photo img {
		height: 190px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.project .project-item .photo img {
		height: 217px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.project .project-item .photo img {
		height: 335px;
	}
}

@media only screen and (max-width: 575px) {
	.project .project-item .photo img {
		object-fit: fill;
		height: auto;
	}
}




.testimonial {
	padding-top: 70px;
	padding-bottom: 80px;
	overflow: hidden;
	background: #18477e;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.testimonial-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #18477e;
	opacity: 0.8;
}

.testimonial .heading {
	text-align: center;
	margin-bottom: 60px;
}

.testimonial .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-top: 0;
}

.testimonial .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.testimonial .testimonial-item .photo {
	text-align: center;
}

.testimonial .testimonial-item .photo img {
	width: 80px;
	height: 80px;
	display: inline-block;
}

.testimonial .testimonial-item .text {
	padding: 20px 150px;
	text-align: center;
}

.testimonial .testimonial-item .text h3 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	position: relative;
	margin-top: 40px;
}

.testimonial .testimonial-item .text h3:before {
	content: '';
	position: absolute;
	left: calc(50% - 20px);
	top: -20px;
	width: 40px;
	height: 2px;
	background: #fff;
}

.testimonial .testimonial-item .text h4 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #fff;
}

.testimonial .testimonial-item .text p {
	font-size: 15px;
	color: #fff;
}

.testimonial .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.testimonial .owl-dots .owl-dot {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 7px solid #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}

.testimonial .owl-dots .owl-dot.active {
	width: 24px;
	height: 24px;
	background: #18477e;
	border: 7px solid #fff;
}

@media only screen and (max-width: 992px) {
	.testimonial .testimonial-item .text {
		padding-left: 10px;
		padding-right: 10px;
	}
}






/* Counter */
.counter-area {
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding-top: 80px;
    padding-bottom: 90px;
}
.bg-counter {
    position: absolute;
    background: #18477e;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.counter {
    padding: 0;
}

.count-title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

.count-text {
    font-size: 18px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

.counter .icon {
	margin-bottom: 20px;
}

.counter .icon .fa-2x {
	width: 70px;
	height: 70px;
	padding-top: 15px;
	text-align: center;
	background: transparent;
	border: 3px solid #fff;
	border-radius: 50%;
    margin: 0 auto;
    float: none;
    display: table;
    color: #fff;
    font-size: 34px;
}




/* Pricing */
.pricing {
	padding-top: 70px;
	padding-bottom: 80px;
	background: #f1f5f9;
	overflow: hidden;
}

.pricing .heading {
	text-align: center;
	margin-bottom: 30px;
}

.pricing .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: #18477e;
	margin-top: 0;
}

.pricing .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #928f8f;
}

.pricing .card {
	border: none;
	border-radius: 1rem;
	transition: all 0.2s;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  	margin: 1.5rem 0;
}

.pricing .card-title {
	margin: 0.5rem 0;
	font-size: 0.9rem;
	letter-spacing: .1rem;
	font-weight: bold;
}

.pricing .card-price {
  	font-size: 3rem;
  	margin: 0;
}

.pricing .card-price .period {
  	font-size: 12px;
}

.pricing ul li {
  	margin-bottom: 16px;
}

.pricing .text-muted {
  	opacity: 0.7;
}

.pricing .btn {
	background: #18477e;
	font-size: 20px;
	border-radius: 5rem;
	font-weight: 700;
	padding: 10px;
	border: 0;
}
.pricing .btn:hover {
	background: #18477e;
}

/* Hover Effects on Card */
@media (min-width: 992px) {
  	.pricing .card:hover {
		margin-top: -.25rem;
		margin-bottom: .25rem;
		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  	}
  	.pricing .card:hover .btn {
    	opacity: 1;
  	}
}




/* Call To Action */
.cta {
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding-top: 70px;
    padding-bottom: 80px;
}
.cta .overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #18477e;
    opacity: 0.8;
}
.cta .cta-box h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
}
.cta .cta-box p {
	color: #fff;
	font-size: 20px;
}
.cta .cta-box .btn {
    border-radius: 30px;
    padding: 10px 40px;
    background: #18477e;
    font-size: 20px;
    border: 0;
    margin-top: 30px;
}





/* Newsletter */
.newsletter-area {
    width: 100%;
    height: auto;
    text-align: center;
    background: #18477e;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding-top: 70px;
    padding-bottom: 80px;
}
.newsletter-area .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #18477e;
    opacity: 0.8;
}
.newsletter-text {
    margin-bottom: 15px;
}
.newsletter-text h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
.newsletter-text p {
    line-height: 1.6;
    font-size: 16px;
    color: #fff;
}

.newsletter-button input[type='text'] {
    width: 70%;
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #18477e;
    border: 0;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    border-radius: 4px 0 0 4px;
}
.newsletter-button input[type='submit'] {
    width: 30%;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    background: #28aae1;
    color: #fff;
    border: 0;
    margin-left: 0px;
    text-transform: uppercase;
    border-radius: 0 4px 4px 0;
}






/* Blog */
.blog-area {
	padding-top: 70px;
	padding-bottom: 80px;
	overflow: hidden;
}

.blog-area .heading {
	text-align: center;
	margin-bottom: 30px;
}

.blog-area .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: #18477e;
	margin-top: 0;
}

.blog-area .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #928f8f;
	margin-bottom: 15px;
}

.blog-area .blog-item h3 a {
    color: #18477e;
    font-size: 22px;
    font-weight: 700;
}

.blog-area .blog-item h3 a:hover {
    color: #18477e;
}

.blog-area .blog-item:hover .date {
    bottom: 0;
}

.blog-area .blog-item:hover .blog-image img {
    transform: scale(1.1);
}

.blog-area .blog-item p {
    font-size: 15px;
}

.blog-area .blog-image {
    overflow: hidden;
    position: relative;
}

.blog-area .blog-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.blog-area .blog-image .date {
    text-align: center;
    position: absolute;
    bottom: -26px;
    right: 12px;
    padding: 10px 16px;
    color: #fff;
    background: #18477e;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.blog-area .blog-image .date h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 6px;
    line-height: 1.1;
    color: #fff;
}

.blog-area .blog-image .date h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
    color: #fff;
}

.blog-area .blog-text {
    background: #f5f5f5;
    padding: 20px;
}

.blog-area .read-more {
	margin-top: 15px;
}

.blog-area .read-more a {
	background: #18477e;
	border: 0;
	border-radius: 50px;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 600;
	text-transform: uppercase;
}

.blog-area .read-more a:hover {
	background: #18477e;
}

.blog-area .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.blog-area .owl-dots .owl-dot {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 7px solid #afafaf;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}

.blog-area .owl-dots .owl-dot.active {
	width: 24px;
	height: 24px;
	background: #18477e;
	border: 7px solid #afafaf;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-area .blog-image img {
		height: 190px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-area .blog-image img {
		height: 217px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog-area .blog-image img {
		height: 335px;
	}
}

@media only screen and (max-width: 575px) {
	.blog-area .blog-image img {
		object-fit: fill;
		height: auto;
	}
}





/* Partner */
.partner {
	padding-top: 70px;
	padding-bottom: 80px;
	overflow: hidden;
}

.partner .heading {
	text-align: center;
	margin-bottom: 30px;
}

.partner .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: #18477e;
	margin-top: 0;
}

.partner .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #928f8f;
	margin-bottom: 15px;
}

.partner .partner-carousel {
	position: relative;
}

.partner-carousel .inner {
	padding-left: 20px;
	padding-right: 20px;
}


/* Scroll to Top */
.scroll-top {
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    position: fixed;
    width: 68px;
    height: 50px;
    line-height: 46px;
    bottom: 50px;
    right: 0px;
    background: #18477e;
    color: #fff;
    opacity: 1;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;
    padding: 0 20px;
    border-radius: 12px 0 0 12px;
}

.scroll-top i {
    line-height: normal;
    vertical-align: text-bottom;
}

.scroll-top:hover {
	opacity: 1;
	color: #fff;
	background: #313131;
}




/* Footer */
.footer-area {
    padding-top: 30px;
    background: #18477e;
    color: #fff;
    padding-bottom: 40px;
}
.footer-item {
    margin-top: 30px;
}
.footer-item h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    text-transform: capitalize;
}
.footer-item p {
    line-height: 1.7;
    margin: 0;
}
.footer-item ul li {
    margin-bottom: 5px;
    list-style-type: none;
    padding-left: 0!important;
    background: none!important;
}
.footer-item ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    transition: all 0.4s;
    padding-left: 5px;
}
/* .footer-item ul.fmain li:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f058';
    color: #fff;
} */
.footer-item ul li a:hover {
    color: #18477e;
}
/* .footer-social-link {
    margin-top: 30px;
} */
.footer-social-link h2 {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 20px;
}
.footer-social-link ul li {
    display: inline-block;
    margin-right: 5px;
}

.footer-social-link ul li a {
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #18477e;
    border: 1px solid #18477e;
    color: #fff;
    transition: all 0.4s;
    padding-left: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.footer-social-link ul li a:hover {
    background-color: transparent;
    color: #fff;
}
.footer-contact ul li {
	position: relative;
	font-size: 15px;
	margin-bottom: 8px;
}

.footer-contact ul li:before {
	font-family: 'bootstrap-icons';
	position: absolute;
	left: 0;
	top: 0;
	color:#fff;
	font-size: 16px;
}
.footer-contact ul li:nth-child(1):before {
	content: "\f3e7";
}
.footer-contact ul li:nth-child(2):before {
	content: '\F84B';
	font-size: 14px;
}
.footer-contact ul li:nth-child(3):before {
	content: '\F5B4';
}

.footer-end {
	border-top: 1px solid #fff;
	margin-top: 20px;
    padding-top: 20px;
}

.copyright p {
    margin: 0;
	font-weight: 600;
}
.footer-pages ul {
	float: right;
}
.footer-pages ul li {
	display: inline-block;
	list-style-type: none;
}
.footer-pages ul li a {
	color: #fff;
	margin-left: 20px;
}
.footer-pages ul li a:hover {
	color: #ffffff;
}


/* Page Banner */
.page-banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.bg-page {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #18477e;
	opacity: 0.7;
}

.page-banner .text {
	text-align: center;
    position: relative;
    z-index: 99;
    padding: 10vw;
}

.page-banner .text h1 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	margin: 0!important;
}

.page-banner .breadcrumb {
	background-color: transparent;
	text-align: center;
	margin-bottom: 0;
}

.page-banner .breadcrumb-item {
	color: #bdbaba;
	font-weight: 600;
	font-size: 18px;
}

.page-banner .breadcrumb-item a {
	color: #fff;
}

.page-banner .breadcrumb-item a:hover {
	color: #f3f3f3;
}

.page-banner .breadcrumb-item::before {
	color: #fff!important;
}

/* Page Content */
.page-content {
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}

/* .page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
	margin-bottom: 20px;
} */

.page-content ul,
.page-content ol {
	margin-bottom: 20px;
}

/* .page-content ul li {
	list-style-type: none;
	position: relative;
	background-image: url(../images/tick.png);
	background-size: 16px 16px;
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 10px;
} */

.page-content ol li {
	margin-bottom: 15px;
}


/* Single Section */
.single-section .blog-item {
	margin-bottom: 50px;
}

.single-section h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #18477e;
}

.single-section h2 a {
	color: #18477e;
}

.single-section h3 {
	font-size: 18px;
	color: #18477e;
}

.single-section .featured-photo {
	margin-bottom: 30px;
}

.single-section .featured-photo img {
	width: 100%;
	height: auto;
}

.single-section .read-more {
	margin-top: 30px;
}

.single-section .read-more a {
	background: #18477e;
	border: 0;
	border-radius: 50px;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 600;
	text-transform: uppercase;
}

.single-section .read-more a:hover {
	background: #18477e;
}

@media only screen and (max-width: 767px) {
	.single-section {
		margin-bottom: 30px;
	}
}


/* Sidebar */
.sidebar .widget {
	padding: 20px;
	background: #f1f5f9;
	margin-bottom: 30px;
}

.sidebar .widget h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.sidebar .widget .type-1 ul li {
	list-style-type: none;
	padding-left: 26px;
	position: relative;
	margin-bottom: 10px;
	background: none!important;
}

.sidebar .widget .type-1 ul li:before {
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 0;
	top: 0;
	color: #18477e;
}

.sidebar .widget .type-1 ul li a {
	color: #18477e;
}

.sidebar .widget .type-1 ul li a:hover {
	color: #18477e;
}

.sidebar .widget .type-2 img {
	width: 70px;
	height: 60px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	object-fit: cover;
}

.sidebar .widget .type-2 ul li {
	list-style-type: none;
	position: relative;
	margin-bottom: 10px;
}

.sidebar .widget .type-2 ul li a {
	width: calc(100% - 85px);
	color: #18477e;
	display: inline-block;
	vertical-align: top;
}

.sidebar .widget .type-2 ul li a:hover {
	color: #18477e;
}

.sidebar .widget .type-2 ul li {
	background: none;
	padding-left: 0;
}

.sidebar .widget .search .input-group-append {
	width: 36px;
}

.sidebar .widget .search button {
	background: #18477e;
	border: 0;
	width: 36px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.sidebar .widget .search button i {
	color: #fff;
}

.sidebar .widget .type-3 button {
	border: 0;
	background: #18477e;
	border-radius: 50px;
	padding: 10px 30px;
	font-weight: 600;
	text-transform: uppercase;
}

.sidebar .widget .type-3 button:hover {
	background: #18477e;
}

.sidebar .widget .project-detail .item {
	margin-bottom: 25px;
}

.sidebar .widget .project-detail .item h4 {
	color: #18477e;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px!important;
}

.sidebar .widget .project-detail .item p {
	color: #555;
	font-size: 15px;
}




.team {
	padding-top: 70px;
	padding-bottom: 80px;
	overflow: hidden;
}

.team .heading {
	text-align: center;
	margin-bottom: 30px;
}

.team .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: #18477e;
	margin-top: 0;
}

.team .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #928f8f;
}

.team-item {
	border: 1px solid #ddd;
	margin-top: 30px;
}

.team-photo img {
	width: 100%;
	height: 292px;
	object-fit: cover;
}

.team-photo-anchor {
	width: 100%;
	height: 100%;
}

.team-text {
	text-align: center;
	background: #18477e;
	color: #fff;
	padding: 15px;
}

.team-text h4 {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	margin: 0;
	margin-bottom: 4px!important;
}

.team-text h4 a {
	color: #fff;
}

.team-text p {
	margin: 0;
	font-size: 14px;
}

.team-social {
	text-align: center;
	background: #18477e;
	width: 100%;
	padding: 10px 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	margin-top: 15px;
}

.team-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	margin-bottom: 0!important;
}

.team-social li {
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0!important;
	background: none!important;
	padding-left: 0!important;
}

.team-social li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border: 1px solid #ddd;
	margin: 5px 0;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.team-social li a:hover {
	background: #18477e;
	color: #fff;
	border: 1px solid #18477e;
}

.team .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.team .owl-dots .owl-dot {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 7px solid #afafaf;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}

.team .owl-dots .owl-dot.active {
	width: 24px;
	height: 24px;
	background: #18477e;
	border: 7px solid #afafaf;
}

.team-member-photo img {
    width: 100%;
    height: auto;
}
.team-single ul.social {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

.team-single ul.social li {
    list-style-type: none;
    display: inline-block;
}

.team-single ul.social li a {
    background: #5ac736;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: block;
    margin-right: 6px;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-single ul.social li a:hover {
    background: #18477e;
}
.team-single table {
    background: #fff;
}
.team-single table tr td:nth-of-type(1) {
    width: 200px;
    font-weight: 500;
}
.team-single .description h2 {
	font-size: 24px;
	font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.team-photo img {
		height: 240px;
	}
	.team-social li a {
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.team-photo img {
		height: 378px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.team-photo img {
		height: 588px;
	}
}

@media only screen and (max-width: 575px) {
	.team-photo img {
		object-fit: fill;
		height: auto;
	}
}





/* Portfolio Carousel */
.project-photo-carousel {
	overflow: hidden;
	margin-top: 30px;
}

.project-photo-carousel .owl-nav .owl-prev,
.project-photo-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 18px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 50px;
	line-height: 48px;
	background: #18477e;
	color: #fff;
	margin-top: -25px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.project-photo-carousel .owl-nav .owl-prev {
	left: 0;
}

.project-photo-carousel .owl-nav .owl-next {
	right: 0;
}

.project-photo-carousel .owl-nav .owl-prev:hover,
.project-photo-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background: #313131;
}

.single-project .iframe-container {
	overflow: hidden;
	clear: both;
}

.single-project iframe {
	width: 100%;
	height: 400px;
}

.single-project img.featured-photo {
	width: 100%;
	height: auto;
}

.project-photo-carousel .p-item {
	position: relative;
}

.project-photo-carousel .p-item .p-item-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    opacity: 0;
    background: #18477e;
    z-index: 9;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.project-photo-carousel .p-item:hover .p-item-bg {
	opacity: 0.6;
}

.project-photo-carousel .p-item .plus-icon {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 100%;
	text-align: center;
	z-index: 99;
	font-size: 30px;
	color: #fff;
}

.project-photo-carousel .p-item:hover .plus-icon {
	visibility: visible;
	display: flex;
	align-items: center;
  	justify-content: center;
}

.project-photo-carousel .p-item img {
	width: 100%;
	height: 440px;
	object-fit: cover;
}








/* Comment */
.comment button {
	border: 0;
	background: #18477e;
	border-radius: 50px;
	padding: 10px 30px;
	font-weight: 600;
	text-transform: uppercase;
}

.comment > h2 {
	margin-bottom: 30px!important;
}

.comment button:hover {
	background: #18477e;
}

.comment-item {
	margin-bottom: 20px;
	display: flex;
	justify-content: left;
}

.comment-item .photo {
	width: 70px;
	margin-right: 15px;
}

.comment-item .photo img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid #ddd;
}

.comment-item .text h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px!important;
}

.comment-item .text .date {
	font-size: 14px;
	color: #848484;
	margin-bottom: 15px;
}

.comment-item .text .des {
	font-size: 14px;
}




/* Career Detail */
.career-main-item {
	background: #f3f3f3;
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #ddd;
}
.career-main-item h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px!important;
	color: #18477e;
}
.career-main-item h4 {
	font-size: 16px;
	font-weight: 700;
}
.career-main-item p {
	font-size: 14px;
}
.career-main-item .long {
	margin-bottom: 5px;
}
.career-detail .item {
	margin-bottom: 30px;
}
.career-detail .item h3 {
	font-size: 22px;
	font-weight: 700;
}
.career-detail .item p {
	font-size: 16px;
}
.career-detail .item ul li {
	list-style-type: none;
	position: relative;
	padding-left: 25px;
}
.career-detail .item ul li:before {
	content: '\f105';
    font-family: 'FontAwesome';
	position: absolute;
	left: 10px;
	top: 0;
	display: none;
}
.career-sidebar .widget {
	padding: 20px;
	background: #f1f5f9;
	margin-bottom: 30px;
}
.career-sidebar .widget h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.career-sidebar .widget .type-1 ul li {
	list-style-type: none;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
	background: none!important;
}
.career-sidebar .widget .type-1 ul li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
	color: #18477e;
}
.career-sidebar .widget .type-1 ul li a {
	color: #18477e;
}
.career-sidebar .widget .type-1 ul li a:hover {
	color: #18477e;
}
.career-sidebar .widget .career-detail-sidebar .item {
	margin-bottom: 25px;
}
.career-sidebar .widget .career-detail-sidebar .item h4 {
	color: #18477e;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px!important;
}
.career-sidebar .widget .career-detail-sidebar .item p {
	color: #555;
	font-size: 15px;
}
.career-sidebar .widget button {
	border: 0;
	background: #18477e;
	border-radius: 50px;
	padding: 10px 30px;
	font-weight: 600;
	text-transform: uppercase;
}



/* FAQ */
.faq {
	margin-top: 30px;
	background: #fff;
}

.faq .panel-body ol li,
.faq .panel-body ul li {
	list-style-position: inside;
}

.faq .panel {
	box-shadow: none!important;
	border-radius: 0!important;
	margin-bottom: 10px;
}

.faq .panel-group {
	margin-bottom: 40px;
}

.faq .panel-default>.panel-heading {
	background: #eee;
	color: #18477e;
	padding: 0;
	border-radius: 0;
	border: 1px solid #eee;
	position: relative;
}

.faq .panel-group .panel-heading a:after {
	content: '\f358';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	font-weight: normal;
	right: 20px;
	top: 14px;
	font-size: 24px;
}

.faq .panel-group .panel-heading a.collapsed:after {
  	content: '\f358';
  	font-family: 'Font Awesome 5 Free';
  	font-size: 24px;
}


.faq h4.panel-title {
	margin-bottom: 0!important;
	border: 1px solid #18477e;
}
.faq h4.panel-title a {
	display: block;
	padding: 16px 15px;
	font-size: 18px;
	font-weight: 700;
	background: #18477e;
	color: #fff;
}

.faq .panel-body {
	border-top: 0;
	padding: 15px;
	border-top: 0;
}




/* Order Bottom */
.order-bottom {
	margin-top: 30px;
	background: #fff;
}
.order-bottom .panel-body {
	padding-left: 0!important;
	padding-right: 0!important;
}

.order-bottom .panel-body ol li,
.order-bottom .panel-body ul li {
	list-style-position: inside;
}

.order-bottom .panel {
	box-shadow: none!important;
	border-radius: 0!important;
	margin-bottom: 10px;
}

.order-bottom .panel-group {
	margin-bottom: 40px;
}

.order-bottom .panel-default>.panel-heading {
	background: #eee;
	color: #18477e;
	padding: 0;
	border-radius: 0;
	border: 1px solid #eee;
	position: relative;
}

.order-bottom .panel-group .panel-heading a:after {
	content: '\f068';
	font-family: 'FontAwesome';
	position: absolute;
	font-weight: normal;
	right: 20px;
	top: 13px;
	font-size: 14px;
}

.order-bottom .panel-group .panel-heading a.collapsed:after {
  	content: '\f067';
  	font-family: 'FontAwesome';
  	font-size: 14px;
}
.order-bottom h4.panel-title {
	margin-bottom: 0!important;
	border: 1px solid #18477e;
}
.order-bottom h4.panel-title a {
	display: block;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 700;
	background: #f3f3f3;
	color: #18477e;
}

.order-bottom .panel-body {
	border-top: 0;
	padding: 15px;
	border-top: 0;
}





/* Contact Form */
.contact-item {
    text-align: center;
    border: 1px solid #feca0f;
    min-height: 160px;
    position: relative;
    background: #28aae1;
    padding: 30px 15px;
    padding-top: 60px;
    margin-top: 30px;
    font-size: 20px;
    color: #fff;
	border-radius: 50px;
}

.contact-item.flex.three {
    background: #11a84d;
}

.contact-item.flex.one {
    background: #e90b8b;
}

.contact-item .contact-icon{
	background: #feca0f;
}

.contact-icon {
	position: absolute;
	width: 82px;
	height: 82px;
	line-height: 92px;
	top: 0px;
	left: 50%;
	background: #fafafa;
    color: #18477e;
	border-radius: 50%;
	border: 1px solid #feca0f;
	margin-top: -41px;
	transform: translate(-50%, 0%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-icon img {
	width: 40px;
	height: 40px;
}

.contact-icon i {
	font-size: 34px;
}
.contact-item:hover .contact-icon{
    background: #18477e;
    color: #fafafa;
	border: 1px solid #18477e;
}
.contact-text {
	margin-top: 0px;
}

.contact-text h4 {
	font-size: 18px;
    font-weight: 700;
	margin-bottom: 5px;
}

.contact-text p {
	margin: 0;
	color: #fff;
}

.contact-form textarea {
	height: 190px
}

.contact-form .btn {
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	padding: 14px 30px;
	border: 1px solid #e90b8b;
	background: #e90b8b;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-form .btn:hover {
	color: #fff;
	background: #11a84d;
	border: 1px solid #11a84d;
}

.map-area iframe {
	width: 100%;
	height: 450px;
	margin-bottom: -5px;
}

h4.contact-form-title {
	font-weight: 700;
	font-size: 48px;
	color: #28aae1;
}

.contact-form {
	margin-bottom: 50px;
}

.contact-form button {
	background: #18477e;
	border: 2px solid #18477e;
	border-radius: 50px;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 600;
	text-transform: uppercase;
}

.contact-form button:hover {
	background: transparent;
	border-color: #fff;
}




/* Photo Gallery */
.gallery-photo {
	margin-bottom: 30px;
}

.gallery-photo img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.gallery-photo .gallery-photo-bg {
	position: absolute;
	left: 15px;
	top: 0;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
    opacity: 0;
    background: #18477e;
    z-index: 9;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.gallery-photo:hover .gallery-photo-bg {
	opacity: 0.6;
}

.gallery-photo .plus-icon {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 100%;
	text-align: center;
	z-index: 99;
	font-size: 30px;
	color: #fff;
}

.gallery-photo:hover .plus-icon {
	visibility: visible;
	display: flex;
	align-items: center;
  	justify-content: center;
  	margin-top: -15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.gallery-photo img {
		height: 207px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.gallery-photo img {
		height: 236px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.gallery-photo img {
		height: 364px;
	}
}

@media only screen and (max-width: 575px) {
	.gallery-photo img {
		object-fit: fill;
		height: auto;
	}
}




/* Video Gallery */
.video-item {
	margin-bottom: 70px;
}
.video-item iframe {
	width: 100%;
	height: 350px;
}
.video-item .video-caption {
	font-weight: 700;
	font-size: 18px;
}




/* Product */
.product-item {
	margin-bottom: 80px!important;
}

.product-item .photo img {
	width: 100%;
	height: 270px;
	object-fit: cover;
	border: 1px solid #e3e3e3;
}

.product-item .text h3 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 10px!important;
}

.product-item .text h3 a {
	color: #18477e;
}

.product-item .text h3 a:hover {
	color: #18477e;
}

.product-item .text .price {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 18px;
}

.product-item .text .price del {
	color: red;
}
.product-item .text .cart-button {
	overflow: hidden;
}
.product-item .text .cart-button a,
.product-item .text .cart-button input[type="submit"] {
	background: #18477e;
	color: #fff;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 14px;
	border: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
}

.product-item .text button {
	width: 100%;
	background: #18477e;
	color: #fff;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 14px;
	border: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
}

.product-item .text button i {
	font-size: 14px;
}

.product-item .text .cart-button a.stock-empty {
	background: #ead1d1;
	color: #ff0000;
}

.product-item .text .cart-button a.stock-empty:hover {
	background: #ead1d1;
	color: #ff0000;
}

.product-item .text .cart-button a:hover,
.product-item .text .cart-button input[type="submit"]:hover {
	background: #18477e;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product-item .photo img {
		height: 220px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product-item .photo img {
		height: 347px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.product-item .photo img {
		height: 540px;
	}
}

@media only screen and (max-width: 575px) {
	.product-item .photo img {
		object-fit: fill;
		height: auto;
	}
}




/* Product Detail */
.product-detail .photo img {
	width: 100%;
	height: auto;
	border: 1px solid #e3e3e3;
}

.product-detail h2 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px!important;
}

.product-detail p {
	font-size: 16px;
}

.product-detail .price {
	font-size: 28px;
	font-weight: 600;
	color: #18477e;
}

.product-detail .price del {
	color: red;
}

.product-detail .delivery-time {
	font-size: 18px;
}

.product-detail .qty {
	font-size: 18px;
}

.product-detail .qty input[type="number"] {
	width: 100px;
}

.product-detail button {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 30px;
    border: 0;
    border-radius: 50px;
    background: #18477e;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.product-detail button:hover {
	background: #18477e;
}

.product-detail .nav-pills .nav-link.active {
	background: #18477e;
	color: #fff;
}

.product-detail .nav-pills .nav-link {
	background: #f1f5f9;
	color: #18477e;
}

.product-detail li.nav-item {
	margin-right: 10px;
}

.product-detail li {
	background: none!important;
	padding-left: 0!important;
}

.product-detail a.stock-available-amount {
	background: #ffc107;
	color: #18477e;
	border: 0;
	border-radius: 16px;
	padding: 5px 18px;
	font-size: 14px;
}

.product-detail a.stock-empty {
	background: #ead1d1;
	color: #ff0000;
	border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
}

.product-detail a.stock-empty:hover {
	background: #ead1d1;
	color: #ff0000;
}

@media only screen and (max-width: 767px) {
	.product-detail .photo img {
		margin-bottom: 30px;
	}
}


/* Cart */
.cart table img {
	width: 100px;
	height: auto;
}

.cart input[type="number"] {
	width: 100px;
}

.cart .total {
	font-size: 18px;
	font-weight: 600;
}

.cart-buttons {
	float: right;
}

.cart-buttons a,
.cart-buttons input[type="submit"] {
	margin-right: 10px;
}

@media only screen and (max-width: 767px) {
	.cart-buttons {
		margin-bottom: 30px;
	}
}



.checkout-login-form h2 {
	font-size: 24px;
	font-weight: 700;
}

.checkout-login-form .inner {
	display: flex;
	justify-content: center;
}

.checkout-login-form input {
	width: 400px;
}

.checkout-login-form .new-user {
	margin-top: 15px;
	font-weight: 600;
}

.checkout-login-form .new-user a {
	color: #18477e;
}

.checkout-login-form .new-user a:hover {
	color: #18477e;
}

.checkout h2 {
	font-size: 24px;
	font-weight: 700;
}

.checkout-billing h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.checkout-tab .nav-link {
	font-size: 20px;
	padding: 15px 30px;
	font-weight: 700;
	background: #ddd;
	color: #6c757d;
	margin-right: 10px;
}
.checkout-tab .nav-link i {
	background: #6c757d;
	color: #ddd;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
}
.checkout-tab .nav-link.active {
	font-size: 20px;
	padding: 15px 30px;
	font-weight: 700;
	background: #18477e;
}
.checkout-tab .nav-link.active i {
	background: #fff;
	color: #18477e;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
}

.checkout-tab li {
	padding-left: 0!important;
	background: none!important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.checkout-tab .nav-link {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
	}
	.checkout-tab .nav-link.active {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.checkout-tab .nav-link {
		padding-left: 25px;
		padding-right: 25px;
		font-size: 18px;
	}
	.checkout-tab .nav-link.active {
		padding-left: 25px;
		padding-right: 25px;
		font-size: 18px;
	}
	.page-content-checkout button {
		margin-bottom: 30px;
	}
	.order-summery-area {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.page-content-checkout ul.nav-pills li {
		width: 100%!important;
	}
}




/* Login */
.reg-login-form h2 {
	font-size: 24px;
	font-weight: 700;
}

.reg-login-form .inner {
	display: flex;
	justify-content: center;
}

.reg-login-form input {
	width: 400px;
}

.reg-login-form .new-user {
	margin-top: 15px;
	font-weight: 600;
}

.reg-login-form .new-user a {
	color: #18477e;
}

.reg-login-form .new-user a:hover {
	color: #18477e;
}

@media only screen and (max-width: 991px) {
	.reg-login-form input {
		width: 100%;
	}
	.reg-login-form select {

	}
	.reg-login-form .inner {
		display: block;
	}
}





/* User Panel */
.user-sidebar ul {
	display: flex;
	flex-direction: column;
}

.user-sidebar ul li {
	list-style-type: none;
	margin-bottom: 5px;
	padding-left: 0;
	background: none;
}

.modal-table {
	font-size: 14px;
}

.modal-table tr th {
	width: 150px;
}

.modal-full-width {
	max-width: 100%!important;
}

.modal-full-width .top-area {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dee2e6;
}

.modal-full-width .top-right {
	font-size: 20px;
	font-weight: 700;
	float: right;
	margin-top: 30px;
}

@media only screen and (min-width: 992px) {
	.modal-full-width {
		max-width: calc(100% - 200px)!important;
	}
}

.customer-invoice {
	padding-top: 30px;
}
.customer-invoice .top-head {
	border-bottom: 1px solid #efebeb;
}
.customer-invoice .left img {
	height: 70px;
}
.customer-invoice .left .company-info {
	font-size: 14px;
	margin-bottom: 30px;
}
.customer-invoice .right {
	text-align: right;
	font-size: 18px;
	font-weight: 700;
	margin-top: 30px;
}
.customer-invoice .i3 {
	margin-top: 30px;
}
.customer-invoice .i3 h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px!important;
}
.customer-invoice .i3 p {
	font-size: 14px;
	margin-bottom: 0;
}
@media print {
	@page { margin: 0; }
}




.chosen-drop {
    z-index: 999999 !important;
}

.nav-doctor li {
	padding-left: 0!important;
	background: none!important;
}

.doc_detail_social li {
	padding-left: 0!important;
	background: none!important;
	float: left;
	margin-right: 5px;
}

.doc_detail_social li i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background: #18477e;
	color: #fff;
	border-radius: 4px;
	transition: all 0.4s ease;
}
.doc_detail_social li:hover i {
	background: #18477e;
}

.nav-doctor .nav-link {
	background: #e6e6e6;
	margin-right: 10px;
	color: #18477e;
}
.nav-doctor .nav-link.active,
.nav-doctor .show > .nav-link {
	background: #18477e;
}


/* Bootstrap Pagination */
.pagination li {
	background: none!important;
	padding-left: 0!important;
}


.dashboard-stat .text {
	font-size: 20px;
}
.dashboard-stat .total {
	font-size: 30px;
}

@media only screen and (max-width: 767px) {
	.dashboard-stat-item {
		margin-bottom: 30px;
	}
}


/* ------------------------------------------- */
/* toastr */
/* ------------------------------------------- */
.toast {
    opacity: 1 !important;
}
#success_toastr {
    background: green!important;
}
#error_toastr {
    background: red!important;
}
.toast-error {
  background-color: #bd362f;
}
.toast-success {
  background-color: #51a351;
}
.toast-warning {
  background-color: #f89406;
}



/* Checkout */
.checkout-left h4 {
	font-weight: 700;
}

.checkout-right h4 {
	font-weight: 700;
}
.checkout-right .inner {
	background: #f3f3f3;
	padding: 15px;
}
.checkout-right img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}

.checkout-right .p_price {
	text-align: right;
}

.checkout-right .p_name,
.checkout-right .p_name a {
	text-decoration: none!important;
	color: #18477e;
}
.checkout-right .total_amount {
	font-size: 22px;
	font-weight: 700;
}
.shipping-checkbox-container .form-check {
	margin-bottom: 10px;
}
.shipping-checkbox-container input:focus {
	border-color: none!important;
}
.shipping-checkbox-container .heading {
	line-height: 1.1;
}
.shipping-checkbox-container .subheading {
	font-size: 12px;
}
.checkout-right table td {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
.checkout-left input[type="checkbox"],
.checkout-right input[type="checkbox"] {
	color: #18477e;
}

/* Select 2 */
.select2-container--bootstrap .select2-selection--single {
	height: 38px!important;
	line-height: 38px!important;
	padding-top: 0!important;
	font-size: 1rem;
}


/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
}

#preloader #status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}


.share_buttons a {
	text-align: center;
}
.share_buttons a i {
    border: 1px solid #3b5998;
    color: #fff!important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    margin-right: 4px;
}
.share_buttons a.facebook i {
	background: #3b5998;
    border-color: #3b5998;
}
.share_buttons a.facebook:hover i {
	color: #3b5998!important;
	background: #fff;
}
.share_buttons a.twitter i {
	background: #00aced;
    border-color: #00aced;
}
.share_buttons a.twitter:hover i {
	color: #00aced!important;
	background: #fff;
}
.share_buttons a.pinterest i {
	background: #EB4823;
    border-color: #EB4823;
}
.share_buttons a.pinterest:hover i {
	color: #EB4823!important;
	background: #fff;
}
.share_buttons a.linkedin i {
	background: #0e76a8;
    border-color: #0e76a8;
}
.share_buttons a.linkedin:hover i {
	color: #0e76a8!important;
	background: #fff;
}

/* new css */

.top {
    background: linear-gradient(135deg, #1a73e8, #26AAD4);
    padding: 8px 0;
    color: #fff;
}
.top-contact ul, .top-social ul, .top-profile ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}
.top-contact li, .top-social li, .top-profile li {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.top-contact li i {
    margin-right: 10px;
    /* font-size: 16px; */
}

.top-social a {
    color: #28aae1;
    transition: 0.5s;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.top-social a:hover {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}
.cart-count {
    background: #18477e;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 50%;
    margin-left: 5px;
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-item {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 7vw 0;
}

.slider-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(26 69 125) 40%, rgb(38 170 212 / 0%) 80%);
}

.slider-content {
    position: relative;
    text-align: left;
    color: #ffffff;
    z-index: 2;
    max-width: 60%;
}

.slider-content h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #feca0f;
    margin-bottom: 15px;
}

.slider-content p {
    font-size: 20px;
    line-height: 1.5;
    color: #ffffff;
    opacity: 0.9;
}

.btn-glass {
    display: inline-block;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    background: rgb(233 11 139);
    border: 2px solid #ffffff;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease-in-out;
    text-decoration: none;
	margin-right: 15px;
}

.btn-glass:hover {
    background: rgba(17, 168, 77, 0.4);
    color: #fff;
}

/* Animations */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease-in-out forwards;
}

.delay {
    animation-delay: 0.5s;
}

.delay-more {
    animation-delay: 1s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.report-image {
    width: 50%;
	text-align: center;
}

/* Blur effect styles */
/* Smooth transition for blur and opacity */
.scroll-blur {
    filter: blur(10px);
    opacity: 0.5;
    transition: filter 2s ease-in-out, opacity 5s ease-in-out;
}

.scroll-blur.visible {
    filter: blur(0);
    opacity: 1;
}

/* Existing styles */
.annual-report-section {
    background-color: #F9FAFB;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: auto; /* Ensure it's large enough for scrolling */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.report-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.report-image img {
    max-width: 100%;
    height: auto;
}

.report-text {
    max-width: 500px;
    text-align: left;
}

.report-text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #18477e;
    margin-bottom: 15px;
}

.report-text p {
    font-size: 18px;
    color: #5A6472;
    margin-bottom: 20px;
    line-height: 1.6;
}

.btn-primary {
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(90deg, #18477e, #26AAD4);
    border: none;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
    background: linear-gradient(90deg, #26AAD4, #18477e);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.scroll-blur img {
    filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.25));
    transition: filter 5s ease-in-out;
}

.scroll-blur.visible img {
    filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.3));
}

.service {
    padding-top: 0px;
    padding-bottom: 100px;
    /*background: #f9f9f9;*/
    position: relative;
}

.service .heading {
    text-align: center;
    margin-bottom: 2vw;
}

.service .heading h2 {
    font-size: 38px;
    font-weight: 700;
    color: #11a84d;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.service .heading h2:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 3px;
    background: #feca0f;
    bottom: -5px;
    left: 25%;
}

.service .heading h3 {
    font-size: 20px;
    font-weight: 500;
    color: #555;
    margin-top: 10px;
}

.service-carousel .service-item {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

.service-carousel .service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.service .service-item .photo {
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #fff;
}

.service .service-item .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.service .service-item .photo:hover img {
    transform: scale(1.1);
}

.service .service-item .photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 69, 125, 0.7);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.4s ease;
}

.service .service-item .photo:hover .photo-overlay {
    opacity: 1;
}

.photo-overlay .overlay-icon {
    color: #fff;
    font-size: 30px;
}

.service .service-item .text {
    padding: 15px;
    background: #f7f7f7;
    text-align: center;
    position: relative;
    z-index: 1;
}

.service .service-item .text h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    text-transform: capitalize;
}

.service .service-item .text h3 a {
    color: inherit;
    transition: color 0.3s ease;
}

.service .service-item .text h3 a:hover {
    color: #26AAD4;
}

.service .service-item .text p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
	min-height: 105px;
}

.service .read-more a {
    background: linear-gradient(45deg, #18477e, #26AAD4);
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.4s ease;
    display: inline-block;
	width: 60%;
	margin-bottom: 15px;
}

.service .read-more a:hover {
    background: linear-gradient(45deg, #26AAD4, #18477e);
    box-shadow: 0 5px 15px rgba(38, 170, 212, 0.5);
}

@media (max-width: 768px) {
    .service .heading h2 {
        font-size: 30px;
    }

    .service .heading h3 {
        font-size: 18px;
    }

    .service-carousel .service-item {
        margin-bottom: 30px;
    }
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    background: #18477e;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background: #26AAD4;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.event-date {
    margin: 0 auto;
    background: #f7f7f7;
}

.event-date p {
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, #18477e, #11a84d) !important;
    width: 50%;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
    font-size: 14px;
    padding: 10px;
}

/* .service-carousel .owl-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.service-carousel .owl-nav .owl-prev i,
.service-carousel .owl-nav .owl-next i{
    background: #18477e;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
} */

.watch-container {
	max-width: 100%;
    margin: 0;
    padding: 2rem;
    background: linear-gradient(135deg, #18477e 0%, #26AAD4 100%);
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.section-heading {
	color: #feca0f;
	text-align: center;
	margin-bottom: 1rem;
	font-size: 2.5rem;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	font-weight: 600;
    text-transform: uppercase;
}

.times-container p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.times-container {
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	margin-bottom: 1rem;
	flex-wrap: wrap;
    text-align: center;
}

.time-card {
	background: rgba(255,255,255,0.1);
	padding: 1rem 2rem;
	border-radius: 15px;
	border: 2px solid rgba(255,255,255,0.2);
	backdrop-filter: blur(5px);
	transition: transform 0.3s ease;
	cursor: pointer;
}

.time-card:hover {
	transform: translateY(-5px);
	background: rgba(255,255,255,0.15);
}

.time-text {
	color: white;
	font-weight: 600;
	font-size: 1.2rem;
}

.platforms-grid {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
    margin-bottom: 2rem;
}


.platform-card {
    background: white;
    padding: 1.5rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.platform-icon {
    font-size: 0.9rem;
    color: #fff;
    margin: 0 auto 1rem;
    background: #e90b8b;
    width: 30px;
    height: 30px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: normal;
}

.platform-card h3 {
    font-size: 0.9rem;
	color: #18477e;
    margin: 0;
}

.platform-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* .platform-icon {
	font-size: 2rem;
	color: #18477e;
	margin-bottom: 1rem;
} */

.language-options {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-top: 2rem;
}

.language-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: white;
	padding: 0.5rem 1rem;
	border-radius: 50px;
	background: rgba(255,255,255,0.1);
	transition: all 0.3s ease;
}

.language-item:hover {
	background: rgba(255,255,255,0.2);
}

@media (max-width: 768px) {
	.watch-container {
		padding: 2rem 1rem 1rem;
	}
	.times-container p{
        text-align: center;
    }
    .times-container{
        margin-bottom: 1rem;
    }
	.section-heading {
		font-size: 2rem;
	}
}

.advanced-section {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 20px;
	background: #f7f7f7;
	color: #fff;
}

.content-wrapper {
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 20px;
	max-width: 1200px;
	width: 100%;
	background: #fff;
	color: #333;
	border-radius: 15px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.content-wrapper img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.content-text {
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.content-text h2 {
	font-size: 2rem;
	margin-bottom: 15px;
	color: #18477e;
}

.content-text p {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 20px;
}

.btn {
	background-color: #26AAD4;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
	border-radius: 5px;
	transition: background-color 0.3s ease, transform 0.3s ease;
	align-self: start;
}

.btn:hover {
	background-color: #18477e;
	transform: translateY(-3px);
	color: #fff;
}

@media (max-width: 768px) {
	.content-wrapper {
		grid-template-columns: 1fr;
	}

	.content-text h2 {
		font-size: 1.5rem;
	}

	.content-text p {
		font-size: 0.9rem;
	}
}

.custom-section {
	position: relative;
	background-color: #18477e;
	padding: 60px 20px;
	overflow: hidden;
	color: #fff;
  }

  .custom-section::before {
	content: '';
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	height: 200px;
	background: radial-gradient(circle at center, rgba(38, 170, 212, 0.3), transparent);
	transform: rotate(15deg);
  }

  .section-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: auto;
	position: relative;
	z-index: 1;
  }

  .image-container {
	flex: 1;
	max-width: 45%;
	position: relative;
	margin: 20px;
  }

  .image-container img {
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
	transform: scale(1);
	transition: transform 0.3s ease;
  }

  .image-container img:hover {
	transform: scale(1.05);
  }

  .text-content {
	flex: 1;
	max-width: 45%;
	position: relative;
	background: #26AAD4;
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	margin: 20px;
  }

  .text-content h2 {
	font-size: 2.2rem;
	margin-bottom: 15px;
	color: #feca0f;
  }

  .text-content p {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 30px;
	color: #f0f0f0;
  }

  .text-content .date {
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
  }

  .button-container {
	margin-top: 10px;
  }

  .button-container a {
	text-decoration: none;
	color: #fff;
    background-color: #e90b8b;
	padding: 12px 25px;
	border-radius: 50px;
	font-weight: bold;
	transition: background-color 0.3s ease, transform 0.3s ease;
  }

  .button-container a:hover {
	background-color: #144060;
	color: #fff;
	transform: translateY(-3px);
  }

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

	.image-container {
	  max-width: 100%;
	  margin: 10px 0;
	}

	.text-content {
	  max-width: 100%;
	  margin: 10px 0;
	}

	.text-content h2 {
	  font-size: 1.8rem;
	}

	.text-content p {
	  font-size: 0.9rem;
	}
  }

  .footer-item ul.fmain li a i {
    margin-right: 8px;
}

.bottom-footer {
    color: #18477e;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-social-link ul {
    margin: 0;
}

img.footer-logo {
    width: 100px;
	margin-bottom: 20px;
}

.footer-contact ul li i{
    color: #18477e;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	min-width: 30px;
}

.footer-contact ul li:before{
	display: none;
}

.footer-contact ul li {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Top Bar */
.top-bar {
    background: linear-gradient(135deg, #1a457d, #26AAD4);
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}

.top-contact ul, .top-social ul, .top-profile ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

.top-contact li, .top-social li, .top-profile li {
    display: flex;
    align-items: center;
}

.top-contact i {
    margin-right: 8px;
}

.top-social a {
    color: #fff;
    background: rgba(233, 11, 139, 1);
    padding: 8px;
    border-radius: 50%;
    transition: 0.3s;
}

.top-social a:hover {
    background: #fff;
    color: #11a84d;
}

.cart {
    position: relative;
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -10px;
    background: #ff3b3b;
    color: white;
    border-radius: 50%;
    padding: 3px 7px;
    font-size: 12px;
}

/* Main Nav */
.main-nav {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.main-nav nav .navbar-nav .nav-item i {
    vertical-align: text-bottom;
    margin-left: 5px;
	line-height: normal;
}

.navbar-nav .nav-link {
    font-weight: 600;
    font-size: 16px;
    color: #1a457d;
    text-transform: uppercase;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #26AAD4;
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler-icon {
    background-color: #1a457d;
    width: 30px;
    height: 3px;
    display: block;
    margin: 5px auto;
}

.dropdown-menu {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-menu .nav-link {
    padding: 10px 20px;
    color: #333;
}

.dropdown-menu .nav-link:hover {
    background: #26AAD4;
    color: #fff;
}

:root {
    --primary-color: #26AAD4;
    --gradient-start: #26AAD4;
    --gradient-end: #18477E;
    --hover-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.top-link {
    color: rgba(255, 255, 255, 0.9);
    transition: var(--hover-transition);
    text-decoration: none;
    margin-right: 1.5rem;
}

.top-link:hover {
    color: white;
    transform: translateY(-1px);
}

.social-icon {
    color: rgba(255, 255, 255, 0.9);
    /* margin-left: 1rem; */
    transition: var(--hover-transition);
}

.social-icon:hover {
    color: white;
    transform: scale(1.15);
}

.main-nav {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.brand-logo {
    height: 60px;
    transition: transform 0.3s ease;
}

.brand-logo:hover {
    transform: scale(1.05);
}

.nav-item {
    margin: 0 0.75rem;
    position: relative;
}

.nav-link {
    color: #1f2937 !important;
    font-weight: 500;
    position: relative;
    transition: var(--hover-transition);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #11a84d;
    transition: var(--hover-transition);
}

.nav-link:hover::after {
    width: 100%;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    margin-top: 0.5rem;
}

.btn-cart {
    position: relative;
    color: var(--primary-color);
    padding: 0.5rem 1rem !important;
}

.cart-badge {
    position: absolute;
    top: -5px;
    right: 0;
    background: #ef4444;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 0.375rem;
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.3);
}

.top-contact li a {
    color: #fff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    padding: 10px 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: unset !important;
    background: unset !important;
}

.top-contact ul li p {
    margin-bottom: 0;
}

:root {
    --primary-blue: #26AAD4;
    --deep-navy: #18477E;
    --accent-yellow: #FFD700;
    --hover-transition: all 0.3s ease;
}

.belief-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: var(--hover-transition);
    text-align: center;
    height: 100%;
}

.belief-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.belief-icon {
    font-size: 2.5rem;
    color: var(--primary-blue);
    margin-bottom: 1rem;
}

.belief-card h3 {
    color: var(--deep-navy);
    margin-bottom: 1rem;
}

.scripture-ref {
    color: var(--primary-blue);
    font-style: italic;
    margin-bottom: 1rem;
}

.belief-card p {
    color: #555;
    line-height: 1.6;
}

.btn-primary {
    background: var(--primary-blue);
    border: none;
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    transition: var(--hover-transition);
}

.btn-primary:hover {
    background: var(--deep-navy);
    transform: translateY(-2px);
}

:root {
    --primary-blue: #26AAD4;
    --deep-navy: #18477E;
    --accent-yellow: #FFD700;
    --hover-transition: all 0.3s ease;
}

.techy-about-section {
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    padding: 4rem 0;
    color: white;
}

.techy-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    transition: var(--hover-transition);
}

.techy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}

.techy-value-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    transition: var(--hover-transition);
    margin-bottom: 1.5rem;
}

.techy-value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}

.techy-value-card i {
    font-size: 2.5rem;
    color: var(--primary-blue);
    margin-bottom: 1rem;
}

.techy-value-card h3 {
    color: var(--primary-blue);
    margin-bottom: 1rem;
}

.techy-value-card p {
    color: #ddd;
    line-height: 1.6;
}

.btn-techy {
    background: var(--primary-blue);
    border: none;
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    transition: var(--hover-transition);
    color: white;
}

.btn-techy:hover {
    background: var(--deep-navy);
    transform: translateY(-2px);
}

.pastor-hero-container {background: #18477E; border-bottom: 3px solid #FECA0F;margin-top :50px;}
.pastor-main-grid {display: grid; grid-template-columns: 1fr 1fr; min-height: 80vh;}
.pastor-portrait-wrapper {background: #f8f9fb;}
.pastor-featured-image {width: 100%; height: 100%; object-fit: cover; object-position: center top;}
.pastor-introduction-content {padding: 4rem; display: flex; flex-direction: column; justify-content: center;}
.pastor-main-heading {color: #fff; font-size: 3.5rem; margin-bottom: 1rem;}
.pastor-position-text {color: #28AAE1; font-size: 1.4rem; margin-bottom: 2rem;}
.pastor-quote-block {border-left: 4px solid #E90B8B; padding-left: 2rem;}
.pastor-signature-quote {color: #fff; font-size: 1.8rem; line-height: 1.4;}

.pastor-bio-container {background: #fff; padding: 4rem 0;}
.pastor-bio-grid {display: grid; grid-template-columns: 1fr 1fr; max-width: 1440px; margin: 0 auto;}
.pastor-ministry-photo {min-height: 600px;}
.pastor-action-shot {width: 100%; height: 100%; object-fit: cover;}
.pastor-accomplishment-list {padding: 4rem; background: #11A84D;}
.accomplishment-title {color: #fff; font-size: 2.4rem; margin-bottom: 2rem;}
.pastor-achievements {list-style: none; padding: 0;}
.achievement-item {color: #fff; padding: 1.2rem 0; border-bottom: 1px solid rgba(255,255,255,0.15); font-size: 1.1rem;}
.pastor-education-block {margin-top: 3rem; padding: 2rem; background: rgba(255,255,255,0.15);}
.education-heading {color: #FECA0F; margin-bottom: 1rem;}
.education-item {color: #fff; margin-bottom: 0.5rem;}

.pastor-philosophy-section {background: #f8f9fb; padding: 4rem 0;}
.philosophy-content-block {max-width: 1440px; margin: 0 auto; padding: 0 2rem;}
.leadership-philosophy-heading {color: #18477E; text-align: center; margin-bottom: 3rem;}
.philosophy-grid {display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem;}
.principle-card {background: #fff; padding: 2rem; border-radius: 8px; box-shadow: 0 5px 25px rgba(0,0,0,0.05);}
.principle-icon {width: 50px; height: 50px; border-radius: 8px; margin-bottom: 1rem;}
.principle-title {color: #18477E; margin-bottom: 1rem;}
.principle-description {color: #666; line-height: 1.6;}

.pastor-family-container {background: #fff;}
.family-content-grid {display: grid; grid-template-columns: 1fr 1fr; max-width: 1440px; margin: 0 auto;}
.family-details-block {padding: 4rem; background: #28AAE1;}
.family-heading {color: #fff; font-size: 2.4rem; margin-bottom: 2rem;}
.family-timeline {position: relative; padding-left: 2rem;}
.family-timeline::before {content: ''; position: absolute; left: 0; top: 0; width: 3px; height: 100%; background: #FECA0F;}
.family-milestone {margin-bottom: 2rem; position: relative; padding-left: 2rem;}
.milestone-date {color: #FECA0F; font-weight: bold; margin-bottom: 0.5rem;}
.milestone-event {color: #fff;}
.family-photo-wrapper {min-height: 600px;}
.family-portrait-image {width: 100%; height: 100%; object-fit: cover;}

.pastor-testimonial-section {background: #18477E; padding: 4rem 0; margin-bottom: 50px;}
.testimonial-scroll-container {display: flex; gap: 2rem; overflow-x: auto; padding: 0 2rem; scrollbar-width: none;}
.testimonial-card {width: 50%; background: #fff; padding: 2rem; border-radius: 8px; text-align: center;}
.testimonial-author-image {width: 100px; height: 100px; border-radius: 50%; object-fit: cover; margin: 0 auto 1rem;}
.testimonial-text {color: #18477E; line-height: 1.6;}

@media (max-width: 768px) {
    .pastor-main-grid, .pastor-bio-grid, .family-content-grid {grid-template-columns: 1fr;}
    .pastor-introduction-content {padding: 2rem;}
    .philosophy-grid {grid-template-columns: 1fr;}
}

.first-lady-intro {
    display: flex;
    background-color: #28AAE1;
    color: #fff;
    padding: 20px;
    gap: 30px;
	margin-top: 50px;
}

.intro-content {
    flex: 1;
}

.intro-title {
    font-size: 2.5em;
    margin: 0;
    margin-bottom: 20px;
    color: #feca0f;
}

.intro-text {
    font-size: 1.2em;
}

.intro-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.biography, .ministry, .connect {
    background-color: #fff;
    padding: 20px 0;
    margin: 10px 0;
}

.section-title {
    font-size: 2em;
    color: #18477E;
    margin-bottom: 10px;
}

.bio-text, .ministry-text {
    font-size: 1em;
    color: #333;
    margin-bottom: 10px;
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-link {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}

.social-link:hover{
	color: #fff;
}

.twitter {
    background-color: #1DA1F2;
}

.instagram {
    background-color: #E1306C;
}

.request-link {
    display: inline-block;
    text-decoration: none;
    background-color: #11A84D;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px;
    font-weight: bold;
}

.intro-image {
    flex: 1;
}

.leadership-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
	margin: 3rem 0 5rem;
}

.leader-card {
	text-align: center;
	padding: 2rem;
	background: white;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}


.leader-photo {
width: 150px;
height: 150px;
border-radius: 50%;
margin: 0 auto 1rem;
border: 2px solid var(--highlight-yellow);
background: #f5f5f5;
}
  
  .hero-section {
	color: #fff;
	text-align: left;
	padding: 30px 20px 0;
  }
  
  .hero-title {
	font-size: 2.5em;
	margin-bottom: 10px;
  }
  
  .hero-subtitle {
	font-size: 1.2em;
	margin-bottom: 20px;
	color: #000;
  }
  
  .cta-button {
	background-color: #E90B8B;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s;
  }
  
  .cta-button:hover {
	background-color: #11A84D;
  }
  
  .giving-section, .other-giving-section {
	padding: 40px 20px;
  }
  
  .section-title {
	font-size: 2em;
	color: #18477E;
	text-align: left;
	margin-bottom: 20px;
  }
  
  .platforms-container, .other-giving-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
  }
  
  .platform-card, .giving-method {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin: 10px;
	padding: 20px;
	flex: 1 1 30%;
	box-sizing: border-box;
  }

  .platform-card {
    width: max-content;
    margin: 10px auto;
}
  
  .platform-name, .method-title {
	font-size: 1.5em;
	color: #E90B8B;
	margin-bottom: 10px;
  }
  
  .platform-description, .method-description {
	font-size: 1em;
	color: #555;
	margin-bottom: 15px;
  }
  
  .platform-link {
	color: #FECA0F;
	text-decoration: none;
	font-weight: bold;
  }
  
  .platform-link:hover {
	text-decoration: underline;
  }
  
  .hero-image {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 20px;
  }
  
  .platform-image, .giving-image {
    max-height: 200px;
    border-radius: 10px;
    margin-bottom: 15px;
    object-fit: contain;
}

.platform-image{
    aspect-ratio: 2 / 1;
    width: 50%;
}

  .platform-card, .giving-method {
	text-align: center;
  }
  
  /* Hero Section */
  .commit-hero-wrapper {
    background: linear-gradient(135deg, #feca0f, #e90b8b);
    color: #fff;
    text-align: center;
    padding: 60px 20px;
    border-radius: 8px;
	margin-top: 30px;
}
  
  .commit-main-heading {
	font-size: 2.5em;
	margin-bottom: 10px;
	color: #fff;
  }
  
  .commit-sub-heading {
	font-size: 1.2em;
	margin-bottom: 20px;
  }
  
  .commit-cta-btn {
	background-color: #18477e;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s;
  }
  
  .commit-cta-btn:hover {
	background-color: #11A84D;
	color: #fff;
  }
  
  /* Commitment Options */
  .commit-options-section {
	padding: 40px 20px;
  }
  
  .commit-section-heading {
	font-size: 2em;
	color: #18477E;
	text-align: center;
	margin-bottom: 20px;
  }
  
  .commit-options-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
  }
  
  .commit-option-card {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin: 10px;
	padding: 20px;
	flex: 1 1 45%;
	box-sizing: border-box;
  }
  
  .commit-option-title {
	font-size: 1.5em;
	color: #E90B8B;
	margin-bottom: 10px;
  }
  
  .commit-option-text {
	font-size: 1em;
	color: #555;
  }
  
  /* Assurance Section */
  .commit-assurance-wrapper {
	padding: 40px 20px;
	background-color: #FECA0F;
	color: #000;
	text-align: center;
  }
  
  .commit-assurance-text {
	font-size: 1em;
	color: #333;
	margin-bottom: 15px;
  }
  
  /* Membership Section */
  .commit-membership-wrapper {
	padding: 40px 20px 0;
	background-color: #fff;
	text-align: center;
	margin-bottom: 30px;
  }
  
  .commit-membership-text {
	font-size: 1em;
	color: #555;
	margin-bottom: 15px;
  }
  
  :root {
    --primary-blue: #18477E;
    --accent-pink: #E31B63;
    --action-cyan: #28AAE1;
    --light-bg: #f8f9fa;
    --text-dark: #2d3748;
    --text-light: #718096;
}

.departments-overview {
    position: relative;
    padding: 5rem 1rem;
    background: linear-gradient(135deg, var(--primary-blue) 0%, #0F2C55 100%);
    color: white;
    text-align: center;
    overflow: hidden;
	margin-top: 50px;
}

.departments-overview::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    height: 100px;
    background: #fff;
    transform: skewY(-5deg);
    z-index: 0;
}

.overlay-container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.departments-title {
    font-size: 2.75rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
	color: #fff;
}

.departments-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--accent-pink);
}

.departments-intro {
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto;
    color: rgba(255,255,255,0.9);
}

.department-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 4rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.department-item {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
}

.department-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}

.department-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--primary-blue) 0%, var(--action-cyan) 100%);
}

.department-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.department-head {
    font-size: 0.95rem;
    color: var(--accent-pink);
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 24px;
}

.department-head::before {
    content: '👤';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.department-mission {
    font-size: 1rem;
    color: var(--text-light);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.department-link {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, var(--action-cyan) 0%, var(--primary-blue) 100%);
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
}

.department-link::after {
    content: '→';
    margin-left: 0.75rem;
    transition: margin-left 0.2s ease;
}

.department-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40,170,225,0.3);
	color: #fff;
}

.department-link:hover::after {
    margin-left: 1rem;
}

@media (max-width: 768px) {
    .departments-title {
        font-size: 2rem;
    }
    
    .department-list {
        grid-template-columns: 1fr;
        padding: 2rem 0rem;
    }
    
    .department-item {
        width: auto;
        margin: 0;
    }
}

.member-resources-overview {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #18477E 0%, #28AAE1 100%);
    margin-bottom: 40px;
	margin-top: 50px;
}

.member-resources-title {
    font-size: 2.8rem;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.member-resources-intro {
    font-size: 1.1rem;
    color: #FECA0F;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.resource-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    padding: 0 20px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.resource-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    border: none;
}

.resource-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(24, 71, 126, 0.15);
}

.resource-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #E90B8B;
    transition: width 0.3s ease;
}

.resource-item:hover::before {
    width: 6px;
}

.resource-name {
    font-size: 1.4rem;
    color: #18477E;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.resource-name::before {
    content: '•';
    color: #28AAE1;
    position: absolute;
    left: 0;
}

.resource-description {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.7;
    margin-bottom: 15px;
}

.resource-link {
    color: #11A84D;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.resource-link:hover {
    color: #18477E;
}

.resource-link::after {
    content: '→';
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.resource-link:hover::after {
    transform: translateX(3px);
}

.forms-list {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 0;
}

.form-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    background: rgba(17, 168, 77, 0.1);
    border-radius: 6px;
    color: #11A84D;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.form-link:hover {
    background: #11A84D;
    color: white;
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .resource-list {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }
    
    .member-resources-title {
        font-size: 2.2rem;
    }
    
    .resource-item {
        padding: 20px;
    }
}

/* Add custom bullet for forms list */
.forms-list {
    list-style: none;
}

.forms-list li::before {
    content: '▹';
    color: #FECA0F;
    margin-right: 10px;
}

.employment-overview {
	text-align: center;
	padding: 4rem 2rem;
	background: linear-gradient(135deg, #18477E10 0%, #28AAE110 100%);
	margin-top: 50px;
}

.employment-title {
	font-size: 2.75rem;
	color: #18477E;
	margin-bottom: 1.5rem;
	font-weight: 700;
	letter-spacing: -0.5px;
	background: linear-gradient(45deg, #18477E, #28AAE1);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.employment-intro {
	font-size: 1.25rem;
	color: #333;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.6;
}

.employment-details {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	padding: 4rem 2rem;
	background: #f8f9fa;
}

.employment-item {
	background: white;
	border-radius: 16px;
	padding: 2rem;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease;
	border: 2px solid #18477E20;
}

.employment-item:hover {
	transform: translateY(-5px);
}

.employment-image {
	width: 100%;
	height: auto;
	object-fit: cover;

	border-radius: 12px;
	margin-bottom: 1.5rem;
}

.employment-name {
	font-size: 1.5rem;
	color: #18477E;
	margin-bottom: 1rem;
	font-weight: 600;
}

.employment-description {
	color: #444;
	margin-bottom: 1.5rem;
	line-height: 1.6;
}

.employment-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #E90B8B;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s ease;
}

.employment-link:hover {
	color: #18477E;
	text-decoration: underline;
}

.employment-benefits {
	padding: 4rem 2rem;
	background: #18477E;
	color: white;
}

.benefits-title {
	font-size: 2rem;
	margin-bottom: 2rem;
	text-align: center;
	color: #FECA0F;
}

.benefits-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1.5rem;
	list-style: none;
	padding: 0;
	max-width: 1200px;
	margin: 0 auto;
}

.benefits-list li {
	background: rgba(255, 255, 255, 0.1);
	padding: 1.5rem;
	border-radius: 12px;
	display: flex;
	align-items: center;
	gap: 1rem;
	font-weight: 500;
	position: relative;
	overflow: hidden;
}

.benefits-list li::before {
	content: "✓";
	color: #11A84D;
	font-weight: 700;
	font-size: 1.2rem;
}

.employment-faqs {
	padding: 4rem 2rem;
	background: #f8f9fa;
	margin-bottom: 50px;
}

.faqs-title {
	font-size: 2rem;
	color: #18477E;
	text-align: center;
	margin-bottom: 3rem;
}

.faq-item {
	background: white;
	border-radius: 12px;
	padding: 1.5rem;
	margin-bottom: 1rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
	border-left: 4px solid #28AAE1;
}

.faq-question {
	color: #18477E;
	font-size: 1.1rem;
	margin-bottom: 0.75rem;
	font-weight: 600;
}

.faq-answer {
	color: #666;
	line-height: 1.6;
}

@media (max-width: 768px) {
	.employment-title {
		font-size: 2rem;
	}

	.employment-intro {
		font-size: 1.1rem;
	}

	.employment-details {
		grid-template-columns: 1fr;
		padding: 2rem 1rem;
	}

	.benefits-list {
		grid-template-columns: 1fr;
	}
}

.presskit-overview {
    text-align: center;
    padding: 40px 20px;
    background-color: #ffffff;
}

.presskit-title {
    font-size: 2.8em;
    color: #18477E;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.presskit-intro {
    font-size: 1.2em;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.presskit-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.presskit-item {
    background-color: #ffffff;
    border-radius: 12px;
    width: calc(52% - 40px);
    margin-bottom: 20px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.presskit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.media-coverage {
    width: 100%;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f9ff 100%);
}

.presskit-name {
    font-size: 1.8em;
    color: #18477E;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.presskit-name::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #28AAE1;
}

.media-coverage .presskit-name::after {
    background: #E90B8B;
}

.presskit-description {
    font-size: 1em;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
}

.presskit-link {
    color: #28AAE1;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    display: block;
    margin-top: 15px;
}

.presskit-link:hover {
    color: #11A84D;
    text-decoration: underline;
}

.presskit-details .media-list {
    list-style-type: none;
    padding-left: 0;
    text-align: left;
}

.media-link {
    color: #18477E;
    text-decoration: none;
    padding: 18px;
    margin-bottom: 15px;
    background: white;
    border-radius: 8px;
    display: block;
    transition: all 0.3s ease;
    border: 1px solid #e3eef7;
    position: relative;
    padding-left: 60px;
}

.media-link:hover {
    transform: translateX(10px);
    border-color: #28AAE1;
    box-shadow: 4px 4px 12px rgba(40, 170, 225, 0.1);
}

.media-link::before {
    content: "📰";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4em;
    color: #E90B8B;
}

.media-date {
    display: block;
    color: #11A84D;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 0.9em;
}

.worship-overview {
    text-align: center;
    padding: 20px 0;
    background-color: #ffffff;
}

.worship-title {
    font-size: 2.5em;
    color: #18477E;
    margin-bottom: 10px;
}

.worship-intro {
    font-size: 1.2em;
    color: #666666;
}

.service-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0 40px;
}

.service-details .service-item {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
    width: calc(50% - 10px);
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.service-name {
    font-size: 1.8em;
    color: #E90B8B;
    margin-bottom: 10px;
}

.service-time {
    font-size: 1.2em;
    color: #11A84D;
    margin-bottom: 10px;
}

.service-description {
    font-size: 1em;
    color: #333333;
    margin-bottom: 15px;
}

.service-link {
    color: #28AAE1;
    text-decoration: none;
}

.service-link:hover {
    text-decoration: underline;
}

.service-image {
    width: 100%;
    height: 300px;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.location-overview {
    text-align: center;
    padding: 20px 0;
    background-color: #ffffff;
}

.location-title {
    font-size: 2.5em;
    color: #18477E;
    margin-bottom: 10px;
}

.location-intro {
    font-size: 1.2em;
    color: #666666;
}

.location-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px 0 40px;
}

.location-item {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
    width: calc(60% - 10px);
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.location-name {
    font-size: 1.8em;
    color: #E90B8B;
    margin-bottom: 10px;
}

.location-address {
    font-size: 1.2em;
    color: #11A84D;
    margin-bottom: 10px;
}

.location-description {
    font-size: 1em;
    color: #333333;
    margin-bottom: 15px;
}

.location-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.cyd-overview {
    text-align: center;
    padding: 40px 20px;
    background-color: #ffffff;
}

.cyd-title {
    font-size: 3em;
    color: #18477E;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: -1px;
}

.cyd-intro {
    font-size: 1.2em;
    color: #666666;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.cyd-programs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.program-item {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.program-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.program-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.program-name {
    font-size: 1.8em;
    color: #E90B8B;
    margin: 20px 15px 10px;
    font-weight: 600;
}

.program-time {
    font-size: 1.1em;
    color: #11A84D;
    margin: 0 15px 15px;
    font-weight: 500;
}

.program-description {
    font-size: 1em;
    color: #333333;
    margin: 0 15px 20px;
    line-height: 1.5;
}

/* General Styles */
.cyd-overview, .children-group, .youth-group, .student-enrichment {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.cyd-title, .group-title {
    font-size: 2.5em;
    color: #18477E;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -1px;
}

.cyd-video {
    margin: 20px 0;
}

.video-thumbnail {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cyd-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.cyd-button {
    background-color: #28AAE1;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1em;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.cyd-button:hover {
    background-color: #1F8ABD;
	color: #fff;
}

.group-item {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.group-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.group-item h3 {
    font-size: 1.5em;
    color: #E90B8B;
    margin-bottom: 10px;
    font-weight: 600;
}

.group-item p {
    font-size: 1em;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 10px;
}

.group-item a {
    color: #11A84D;
    text-decoration: none;
    font-weight: 500;
}

.group-item a:hover {
    text-decoration: underline;
}

/* General Styling */
.media-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Hero Section */
.media-hero {
    background: linear-gradient(135deg, #18477E, #28AAE1);
    color: #fff;
    text-align: center;
    padding: 80px 20px;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	margin-top: 50px;
}

.media-heading {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
	color: #fff;
}

.media-subtext {
    font-size: 1.25rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.media-btn {
    display: inline-block;
    background: #FECA0F;
    color: #18477E;
    padding: 14px 30px;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(254, 202, 15, 0.3);
}

.media-btn:hover {
    background: #E90B8B;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(233, 11, 139, 0.4);
}

/* Content Section */
.media-content {
    background: #F8F9FA;
    padding: 60px 20px;
    border-radius: 15px;
    margin-top: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	margin-bottom: 50px;
}

.media-title {
    font-size: 2.2rem;
    color: #18477E;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.media-description {
    font-size: 1.15rem;
    text-align: center;
    margin-bottom: 40px;
    color: #555;
}

/* Media List */
.media-content .media-list {
    list-style-type: none;
    padding: 0;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.media-content .media-list li {
    font-size: 1.1rem;
    margin: 10px 0;
    color: #333;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.media-content .media-list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* Locations Section */
.media-locations-heading {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
    color: #18477E;
}

.media-locations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.media-location-box {
    background: #fff;
    padding: 25px;
    width: 40%;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
}

.media-location-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.media-location-title {
    font-size: 1.6rem;
    color: #18477E;
    font-weight: bold;
    margin-bottom: 15px;
}

.media-address {
    font-size: 1rem;
    margin-bottom: 15px;
    color: #555;
}

.media-hours {
    font-size: 1rem;
    font-weight: bold;
    color: #11A84D;
}

/* Modernized CSS */
.flc-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 40px 60px;
    color: #18477E;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
	margin-bottom: 40px;
}

section.flc-section.amenities {
    display: flex;
    gap: 30px;
    margin: 0;
}

.flc-header {
    text-align: center;
    padding: 20px 0 40px;
}

.flc-header h1 {
    font-size: 42px;
    color: #18477E;
    margin-bottom: 10px;
    font-weight: 700;
}

.flc-header p {
    font-size: 20px;
    color: #28AAE1;
    font-weight: 400;
}

.flc-image {
    text-align: center;
    margin: 0;
	width: 60%;
}

.flc-image img {
    width: 100%;
    /* max-width: 1000px; */
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

section.flc-section.amenities {
    display: flex;
    gap: 30px;
    margin: 0;
    background: linear-gradient(145deg, #f9f9f9, #ffffff);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	margin: 0px 0 40px;
    padding: 30px;
}

.flc-section {
    margin: 0px 0;
    padding: 0;
}

section.flc-section.amenities h2{
	margin-bottom: 10px;
}

.flc-section h2 {
    font-size: 32px;
    color: #18477E;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.flc-section ul {
    list-style-type: none;
    padding: 0;
}

.flc-section ul li {
    padding: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    color: #555;
}

.flc-section ul li strong {
    color: #28AAE1;
}

.flc-hours {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flc-box {
    flex: 1;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.flc-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.flc-box h3 {
    font-size: 24px;
    color: #E90B8B;
    margin-bottom: 10px;
    font-weight: 600;
}

.flc-box p {
    font-size: 18px;
    color: #555;
}

.flc-contact {
    text-align: center;
    margin-top: 50px;
    padding: 30px;
    background: linear-gradient(145deg, #f9f9f9, #ffffff);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.flc-contact h2 {
    font-size: 32px;
    color: #18477E;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.flc-contact p {
    font-size: 18px;
    color: #555;
}

.flc-contact a {
    color: #28AAE1;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.flc-contact a:hover {
    color: #E90B8B;
    text-decoration: underline;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    max-height: 305px;  /* Limit the maximum height */
    overflow-y: auto;   /* Add vertical scrolling */
    scrollbar-width: thin; /* Firefox (Optional for style) */
    scrollbar-color: #1A457D #f1f1f1; /* Firefox (Optional for style) */
}

/* Custom scrollbar styling (for WebKit browsers like Chrome, Safari) */
.main-nav nav .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar {
    width: 8px; /* Adjust the width of the scrollbar */
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #1A457D; /* Set scrollbar thumb color */
    border-radius: 4px; /* Optional rounded corners */
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Set track color */
}

.institutes-container {
	width: 100%;
	max-width: 1200px;
	margin: 40px auto;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.institutes-nav {
	background: linear-gradient(90deg, #18477E, #28AAE1);
	padding: 15px 20px;
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.institutes-nav a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 8px;
	transition: background 0.3s ease, transform 0.2s ease;
}

.institutes-nav a:hover {
	background: rgba(255, 255, 255, 0.1);
	transform: translateY(-2px);
}

.institutes-content {
	padding: 30px;
}

.institutes-section {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #eee;
}

.institutes-section:last-child {
	border-bottom: none;
}

.institutes-heading {
	color: #18477E;
	font-size: 28px;
	margin-bottom: 30px;
	position: relative;
}

.institutes-heading::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 50px;
	height: 3px;
	background: #E90B8B;
}

.institutes-text, .institutes-list {
	font-size: 16px;
	color: #555;
	line-height: 1.6;
}

.institutes-list {
	list-style-type: none;
	padding: 0;
}

.institutes-list li {
	padding: 8px 0;
	position: relative;
	padding-left: 20px;
}

.institutes-list li::before {
	content: '•';
	color: #11A84D;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.institutes-sublist {
	margin-left: 20px;
}

.institutes-sublist li::before {
	content: '◦';
	color: #FECA0F;
}

.institutes-note {
	font-style: italic;
	color: #777;
	margin-top: 10px;
}

.institutes-link {
	color: #28AAE1;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s ease;
}

.institutes-link:hover {
	color: #E90B8B;
	text-decoration: underline;
}

.life-groups-container {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.life-groups-content {
    padding: 40px;
}

.life-groups-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.life-groups-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.life-groups-heading {
    color: #18477E;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.life-groups-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: #28AAE1;
    border-radius: 2px;
}

.life-groups-text {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.life-groups-faq {
    margin-top: 40px;
}

.life-groups-question {
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    border-left: 4px solid #E90B8B;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.life-groups-question:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.life-groups-question-text {
    font-size: 16px;
    color: #18477E;
    font-weight: 600;
    margin-bottom: 10px;
}

.life-groups-answer-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.life-groups-link {
    color: #28AAE1;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.life-groups-link:hover {
    color: #E90B8B;
    text-decoration: underline;
}

.publications-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	margin: 40px 0;
}

.publications-content {
    padding: 20px 0;
}

.publications-section {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #e90b8b;
}

.publications-content section.publications-section:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.publications-heading {
    color: #18477E;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.publications-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: #28AAE1;
    border-radius: 2px;
}

.publications-text {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0px;
}

.publications-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding-top: 20px;
}

.publications-item {
    text-align: center;
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.publications-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.publications-image {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 15px;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.publications-image:hover {
    transform: scale(1.05);
}

.publications-link {
    color: #E90B8B;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
	display: block;
}

.publications-link:hover {
    color: #11A84D;
    text-decoration: underline;
}

.denver-seminary-container {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.denver-seminary-content {
    padding: 40px;
}

.denver-seminary-section {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.denver-seminary-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.denver-seminary-heading {
    color: #18477E;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.denver-seminary-heading::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #28AAE1;
    margin-top: 10px;
    border-radius: 2px;
}

.denver-seminary-subheading {
    color: #28AAE1;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.denver-seminary-text {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.denver-seminary-link {
    color: #E90B8B;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.denver-seminary-link:hover {
    color: #11A84D;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .denver-seminary-container {
        width: 100%;
        margin: 20px auto;
    }

    .denver-seminary-content {
        padding: 20px;
    }

    .denver-seminary-heading {
        font-size: 28px;
    }

    .denver-seminary-subheading {
        font-size: 22px;
    }

    .denver-seminary-text {
        font-size: 14px;
    }
}

.shabach-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin: 40px 0;
}

.shabach-content {
    padding: 20px 0;
}

.shabach-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #28AAE1;
}

.shabach-heading {
    color: #18477E;
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.shabach-subheading {
    color: #E90B8B;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.shabach-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.6;
}

.shabach-link {
    color: #11A84D;
    text-decoration: none;
    font-weight: 600;
}

.shabach-link:hover {
    color: #FECA0F;
    text-decoration: underline;
}

/* Additional Styling for Modern Look */
.shabach-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.shabach-section h3 {
    position: relative;
    padding-left: 20px;
}

.shabach-section h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #28AAE1;
    border-radius: 50%;
}

.shabach-section p {
    padding-left: 20px;
}

.shabach-section a {
    transition: color 0.3s ease;
}

.shabach-section:first-child p.shabach-text {
    padding-left: 0;
}

.service.service-page .service-item {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service.service-page .service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.service.service-page .service-item .photo {
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #28AAE1;
}

.service.service-page .service-item .photo img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.service.service-page .service-item:hover .photo img {
    transform: scale(1.1);
}

.service.service-page .service-item .text {
    padding: 20px;
    background: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.service.service-page .service-item .text h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #18477E;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.service.service-page .service-item .text h3 a {
    color: inherit;
    text-decoration: none;
}

.service.service-page .service-item:hover .text h3 a {
    color: #E90B8B;
}

.service.service-page .service-item .text p {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    min-height: 105px;
    line-height: 1.6;
}

.service.service-page .read-more {
    margin-top: 15px;
}

.service.service-page .read-more a {
    display: inline-block;
    padding: 10px 20px;
    background: #18477E !important;
    color: #fff !important;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.3s ease;
}

.service.service-page .read-more a:hover {
    background: #11A84D !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(17, 168, 77, 0.4);
}

/* .service .service-item .text::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 5px;
    background: #FECA0F;
    border-radius: 5px;
} */

.contact-form {
    margin: 50px 0;
    padding: 40px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

h4.contact-form-title {
    font-weight: 700;
    font-size: 36px;
    color: #18477E;
    margin-bottom: 30px;
    text-align: center;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .form-group label {
    font-weight: 600;
    color: #18477E;
    margin-bottom: 8px;
    display: block;
}

.contact-form .form-control {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #28AAE1;
    border-radius: 8px;
    font-size: 16px;
    color: #18477E;
    background: #f9f9f9;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.contact-form .form-control:focus {
    border-color: #E90B8B;
    box-shadow: 0 0 8px rgba(233, 11, 139, 0.3);
    outline: none;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 150px;
}

.contact-form .btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 30px;
    border: none;
    border-radius: 8px;
    background: #E90B8B;
    color: #fff;
    transition: all 0.3s;
    box-shadow: 0 4px 6px rgba(233, 11, 139, 0.2);
}

.contact-form .btn:hover {
    background: #11A84D;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(17, 168, 77, 0.3);
}

.contact-form .btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 6px rgba(17, 168, 77, 0.3);
}

/* Recaptcha styling */
.g-recaptcha {
    margin: 20px 0;
}

.top-contact li a {
    border-right: 1px solid #fff;
    padding-right: 15px;
}

.top-social a i {
    line-height: normal;
}

.section-header {
    text-align: center;
    margin: 2rem 0;
}

.section-header h2 {
    color: #18477E;
    font-size: 2.8rem;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.section-header h2:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #E90B8B;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin: 3rem 0 4rem;
}

.page-content ul.doctrinal-list {
    margin-bottom: 3rem;
}

.feature-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    border-top: 4px solid #28AAE1;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.history-timeline {
    position: relative;
    padding: 2rem 0;
    margin: 3rem 0;
}

.timeline-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative;
    padding-left: 40px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-year {
    font-size: 1.5rem;
    font-weight: bold;
    color: #18477E;
    line-height: normal;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 20px;
    height: 20px;
    background: #11A84D;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 0 0 3px #11A84D;
}

.doctrinal-list {
    column-count: 2;
    column-gap: 3rem;
    margin: 2rem 0;
}

.doctrinal-list li {
    margin-bottom: 1rem;
    padding-left: 1rem;
    position: relative;
    break-inside: avoid;
    list-style-type: none;
}

.doctrinal-list li::before {
    content: '✝︎';
    position: absolute;
    left: 0;
    color: #E90B8B;
}

.cta-banner {
    background: linear-gradient(45deg, #18477E, #28AAE1);
    color: white;
    padding: 4rem 2rem;
    border-radius: 15px;
    text-align: center;
    margin: 4rem 0;
}

.cta-banner .button {
    padding: 1rem 2.5rem;
    border-radius: 30px;
    background: #28AAE1;
    color: white;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: 600;
    margin-top: 1rem;
}

.cta-banner .button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(40, 170, 225, 0.4);
}

.cta-banner h2 {
    color: #fff;
}

@media (max-width: 768px) {
    .doctrinal-list {
        column-count: 1;
    }
}

.historical-timeline {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0;
    position: relative;
}

.timeline-header {
    text-align: center;
    margin-bottom: 4rem;
}

.timeline-header h1 {
    font-size: 3.5rem;
    color: #18477E;
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}

.timeline-header h1::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #E90B8B;
}

.era-container {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 3rem;
    margin: 4rem 0;
    position: relative;
}

.era-marker {
    position: relative;
    padding-right: 2rem;
    text-align: left;
    border-right: 3px solid #28AAE1;
}

.era-year {
    font-size: 2.5rem;
    font-weight: bold;
    color: #28AAE1;
    margin-bottom: 1rem;
}

.era-title {
    font-size: 1.5rem;
    color: #18477E;
    margin-bottom: 1rem;
}

.era-content {
    padding: 2rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(24, 71, 126, 0.08);
    position: relative;
    border-left: 5px solid #11A84D;
}

.era-content::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 40px;
    width: 40px;
    height: 40px;
    background: #FECA0F;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.milestone-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.milestone-card {
    padding: 1.5rem;
    border-radius: 10px;
    background: rgba(40, 170, 225, 0.05);
    border: 2px solid #28AAE1;
}

.milestone-year {
    color: #E90B8B;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.leadership-timeline {
    display: flex;
    overflow-x: auto;
    padding: 2rem 0;
    gap: 2rem;
}

.leader-card {
    flex: 0 0 300px;
    background: white;
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    text-align: center;
}

.leader-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    border: 4px solid #FECA0F;
    background: #f1f5f9;
}

@media (max-width: 768px) {
    .era-container {
        grid-template-columns: 1fr;
    }

    .era-marker {
        border-right: none;
        border-bottom: 3px solid #28AAE1;
        padding-bottom: 2rem;
        text-align: left;
    }

    .era-content::before {
        left: 50%;
        top: -20px;
        transform: translateX(-50%);
    }
}

.service.service-page .service-item .text{
    padding: 25px;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-content.mobile{
    display: none;
}

.about-image img {
    border-radius: 12px;
}

.service-time span {
    color: #000;
}

section#giving-options .platforms-container {
    gap: 20px;
}

section#giving-options h3.platform-name {
    font-size: 1.5rem;
    margin-bottom: 15px;
    margin-top: 5px;
}

/* New Responsive Start */

/* Responsive Navigation */
.main-nav {
    position: relative;
    padding: 10px 0;
    background: #fff;
}

.main-nav .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-nav .navbar-nav {
    display: flex;
    list-style: none;
}

.main-nav .nav-item {
    margin: 0 10px;
}

.main-nav .nav-link {
    color: #18477e;
    font-weight: 600;
    text-decoration: none;
    padding: 10px;
}

@media (max-width: 768px) {
    .main-nav .navbar-nav {
        flex-direction: column;
        align-items: center;
    }

    .main-nav .nav-item {
        margin: 10px 0;
    }
}

/* Responsive Slider */
.slider-video iframe {
    width: 100%;
    height: auto;
    min-height: 300px;
}

@media (max-width: 768px) {
    .slider-video iframe {
        height: 200px;
    }
}

/* Responsive Buttons */
.btn-arf {
    background: #18477e;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-arf:hover {
    background: #333;
}

/* Responsive Forms */
input, select, textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

/* Responsive Media Queries */
@media (max-width: 768px) {
    .w-60, .w-400, .w-300, .w-200, .w-100-p, .w-auto {
        width: 100% !important;
    }

    .h-70, .h-100, .h-200, .h-300 {
        height: auto !important;
    }

    .fz_40 {
        font-size: 2rem !important;
    }

    .fl_l {
        float: none !important;
    }

    .d_n {
        display: none !important;
    }

    .d_b {
        display: block !important;
    }
}

/* Additional Responsive Adjustments */
@media (max-width: 480px) {
    .slider-content h1 {
        font-size: 2rem;
    }

    .slider-content p {
        font-size: 1rem;
    }

    .btn-glass {
        padding: 10px 20px;
        font-size: 1rem;
    }
}

/* Ensure all elements are responsive */
@media (max-width: 768px) {
    .feature, .corona-case, .countrywise, .special, .service, .project, .testimonial, .counter-area, .pricing, .cta, .newsletter-area, .blog-area, .partner, .footer-area {
        padding: 30px 0;
    }

    .feature .heading h2, .corona-case .heading h2, .countrywise .heading h2, .special h2, .service .heading h2, .project .heading h2, .testimonial .heading h2, .counter-area .count-title, .pricing .heading h2, .cta .cta-box h2, .newsletter-area .newsletter-text h2, .blog-area .heading h2, .partner .heading h2 {
        font-size: 1.5rem;
    }

    .feature .heading h3, .corona-case .heading h3, .countrywise .heading h3, .special h3, .service .heading h3, .project .heading h3, .testimonial .heading h3, .pricing .heading h3, .cta .cta-box p, .newsletter-area .newsletter-text p, .blog-area .heading h3, .partner .heading h3 {
        font-size: 1rem;
    }
}

/* Ensure all elements are responsive on smaller screens */
@media (max-width: 480px) {
    .feature .feature-item, .corona-case .corona-case-item, .service .service-item, .project .project-item, .testimonial .testimonial-item, .pricing .card, .cta .cta-box, .newsletter-area .newsletter-button, .blog-area .blog-item, .partner .partner-carousel {
        margin-bottom: 20px;
    }

    .feature .feature-item h4, .corona-case .corona-case-item h4, .service .service-item h3, .project .project-item h3, .testimonial .testimonial-item h3, .pricing .card-title, .cta .cta-box h2, .newsletter-area .newsletter-text h2, .blog-area .blog-item h3, .partner .heading h2 {
        font-size: 1.25rem;
    }

    .feature .feature-item p, .corona-case .corona-case-item p, .service .service-item p, .project .project-item p, .testimonial .testimonial-item p, .pricing ul li, .cta .cta-box p, .newsletter-area .newsletter-text p, .blog-area .blog-item p, .partner .heading h3 {
        font-size: 0.875rem;
    }
}

/* Mobile First Media Queries */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .slider-content h1 {
        font-size: 1.8rem;
    }

    .text-animated p {
        font-size: 1rem;
    }

    .top-contact li {
        font-size: 0.875rem;
    }

    .main-nav img {
        height: 80px;
    }

    .feature .heading h2 {
        font-size: 1.5rem;
    }
}

/* Small devices (portrait tablets and large phones, 600px - 768px) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
    .slider-content h1 {
        font-size: 2.2rem;
    }

    .service-item .photo img {
        height: 200px;
    }
}

/* Medium devices (landscape tablets, 768px - 992px) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .slider-content {
        max-width: 80%;
    }

    .feature-item {
        padding: 20px;
    }

}

/* Large devices (laptops/desktops, 992px - 1200px) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider-content h1 {
        font-size: 2.8rem;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 480px) {

    .slider-table {
        height: auto;
        padding: 40px 0;
    }

    .text-animated li a {
        padding: 8px 20px;
    }
}

/* Additional Responsive Enhancements */
@media only screen and (max-width: 768px) {
    .main-nav .navbar-nav {
        flex-direction: column;
    }
    
    .slider-table {
        height: auto;
        padding: 60px 0;
    }
    
    .text-animated li {
        display: block;
        margin: 10px 0;
    }
    
    .footer-pages ul {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
    
    .team-photo img {
        height: auto;
    }
    
    .contact-item {
        width: 100%;
        margin: 60px 0 15px;
    }
    .row.mt-md-5 {
        margin-top: 0 !important;
    }
    .special h3{
        margin-bottom: 15px;
        font-size: 1.8rem;
    }
    .testimonial-scroll-container{
        justify-content: center;
        gap: 1rem;
    }
    .pastor-testimonial-section{
        padding: 3rem 0;
    }
    .first-lady-intro{
        flex-direction: column-reverse;
    }
    .employment-overview{
        padding: 2rem 2rem;
    }
    .platform-card, .giving-method {
        flex: 1 1 100%;
    }
    .platform-image{
        width: 30%;
        margin-bottom: 25px;
    }
    .platform-card h3{
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .giving-method {
        display: flex;
        flex-direction: row;
    }
    .giving-image{
        max-height: 100%;
        width: 50%;
    }
    .giving-method div {
        text-align: left;
        padding-left: 30px;
    }
}

/* my responsive */

@media (max-width: 1200px) {
    .report-content{
        justify-content: space-evenly;
        flex-wrap: nowrap;
    }
    .report-image {
        width: auto;
    }
    .special{
        padding-bottom: 40px;
    }
    .service{
        padding-bottom: 40px;
    }
    .pastor-accomplishment-list{
        padding: 2rem;
    }
    .accomplishment-title{
        margin-bottom: 1rem;
    }
    .first-lady-intro{
        margin-top: 20px;
    }
    .cyd-overview {
        padding: 20px;
    }
    .children-group, .youth-group, .student-enrichment{
        padding: 30px 20px;
    }
    .media-content{
        padding: 30px 20px;
    }
}

@media (max-width: 1024px){
    .platforms-grid {
        grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .service.service-page .service-item .text p{
        min-height: 96px;
    }
    .top-contact li{
        font-size: 11px;
    }
    .top-contact ul{
        gap: 10px;
    }
    .top-contact li i{
        margin-right: 8px;
        font-size: 12px;
    }
    .top-contact li a{
        padding-right: 15px;
    }
    .top-social a{
        width: 20px;
        height: 20px;
        font-size: 11px;
    }
}

@media (max-width: 991px){
    .mobile-nav {
        height: 120px;
    }
    .mean-container .mean-bar {
        height: 120px;
    }
    .mean-container a.meanmenu-reveal {
        width: 30px;
        height: 30px;
        top: 50%;
        transform: translateY(-50%);
        background: #18477E;
        padding: 5px 10px;
        margin-right: 15px;
        line-height: normal;
        gap: 5px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        border-radius: 8px;
        color: #fff;
    }
    .mean-container a.meanmenu-reveal span {
        background: #fff;
        width: 100%;
        margin: 0;
        height: 3px;
        border-radius: 3px;
    }
    .mean-container .mean-nav {
        margin-top: 120px;
        overflow: hidden;
    }
    .mean-container .mean-nav .navbar-nav{
        overflow: hidden;
        overflow-Y: scroll;
        height: 100%;
    }
    .mobile-nav img {
        height: 100px;
    }
    .mean-container .mean-nav ul li a{
        width: 100%;
        padding: 1em 0.5rem;
    }
    .mean-container .mean-nav ul li a.mean-expand{
        right: 1rem;
        font-size: 24px !important;
    }
    .mean-container .mean-nav ul li li a{
        padding: 1em 1.5rem;
    }
    .special .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .image-container {
        display: none;
    }
    .text-content{
        max-width: 100%;
    }
    .content-wrapper img {
        display: none;
    }
    .content-wrapper{
        grid-template-columns: auto;
    }
    .history-timeline{
        margin: 0rem 0;
        padding: 1rem 0;
    }
    .philosophy-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .employment-overview{
        margin-top: 20px;
    }
    .employment-faqs{
        padding: 2rem 2rem;
    }
    .faqs-title{
    margin-bottom: 2rem;
    }
    .presskit-overview{
        padding: 20px 20px;
    }
    .service-image{
        object-fit: cover;
    }
    .location-image{
        object-fit: cover;
    }
    .cyd-title, .group-title {
        font-size: 2.2em;
    }
    .media-heading{
        font-size: 2.2rem;
    }
    .media-hero{
        padding: 40px 20px;
    }
    .media-subtext {
        font-size: 1.1rem;
    }
    .flc-container{
        padding: 20px 40px 60px;
    }
    .flc-header{
        padding: 20px 0 20px;
    }
    section.flc-section.amenities{
        flex-direction: column;
    }
    .flc-image{
        width: 100%;
    }
    .institutes-container, 
    .life-groups-container, 
    .publications-container, 
    .denver-seminary-container,
    .shabach-container{
        margin: 20px auto;
    }
    .hero-section{
        padding: 20px 20px 0;
    }
    .commit-hero-wrapper{
        padding: 30px 20px;
        margin-top: 20px;
    }
    .commit-main-heading{
        font-size: 2.2em;
    }
    .col-lg-4.col-md-6.col-sm-6 {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

@media (min-width: 768px) and (max-width: 805px){
    .contact-item{
        font-size: 18px;
    }
}

@media (min-width: 721px) and (max-width: 767px){
    .top-bar .col-md-9.col-lg-8.col-sm-12 {
        max-width: 75%;
    }
    .top-bar .col-md-3.col-lg-4.col-sm-12 {
        max-width: 25%;
    }
    .top-contact li{
        font-size: 10px;
    }
    .slider-content{
        max-width: 65%;
    }
    .top-contact ul{
        gap: 10px;
    }
    .top-contact li i{
        margin-right: 8px;
        font-size: 12px;
    }
    .top-contact li a{
        padding-right: 15px;
    }
    .top-social a{
        width: 20px;
        height: 20px;
        font-size: 11px;
    }
    .newsletter-button input[type='text'] {
        width: 60%;
    }
    .newsletter-button input[type='submit'] {
        width: 40%;
    }
    .col-lg-4.col-md-6.col-sm-6 {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

@media (max-width: 720px){
    .top-social ul{
        border-bottom: none;
        padding-bottom: 0;
    }
    .top-social {
        border-bottom: 1px solid #fff;
        padding-bottom: 2vw;
        margin-bottom: 2vw;
    }
    .top-social a{
        font-size: 2.8vw;
        height: 6vw;
        width: 6vw;
    }
    .slider-content .btn-glass {
        margin-bottom: 15px;
    }
    .slider-content{
        max-width: 70%;
    }
    .platform-icon{
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
    .platform-card h3 {
        font-size: 14px;
    }
    .platform-card{
        justify-content: flex-start;
    }
    .report-text h2{
        font-size: 24px;
    }
    .report-text p{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .btn-primary{
        padding: 10px 25px;
        font-size: 12px;
    }
    .annual-report-section{
        padding: 30px 0px;
    }
    .bottom-footer{
        font-size: 14px;
    }
    .footer-social-link ul li a{
        width: 25px;
        height: 25px;
        font-size: 10px;
    }
    .page-banner .text{
        padding: 15vw;
    }
    .page-banner .text h1{
        font-size: 30px;
    }
    .page-banner .breadcrumb-item{
        font-size: 14px;
    }
    .section-header h2{
        font-size: 2.2rem;
    }
    .section-header{
        margin: 1rem 0;
    }
    .content-grid{
        margin: 2rem 0 3rem;
    }
    .content-grid{
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 1.5rem;
    }
    .timeline-item{
        grid-template-columns: 70px 1fr;
    }
    .leadership-grid{
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 1.5rem;
        margin: 1.5rem 0 2.5rem;
    }
    .cta-banner h2 {
        font-size: 1.8rem;
    }
    .cta-banner{
        padding: 2rem 2rem;
        margin: 2rem 0;
    }
    section.beliefs-section.py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 0rem !important;
    }
    .lead {
        font-size: 1rem;
    }
    .display-4 {
        font-size: 2.1rem;
    }
    .beliefs-section .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .timeline-header h1{
        font-size: 2.1rem;
        margin-bottom: 2rem;
        padding-bottom: 0.7rem;
    }
    .timeline-header{
        margin-bottom: 2rem;
    }
    .era-container{
        margin: 2rem 0 1.5rem;
    }
    .historical-timeline{
        padding: 1rem 0 0;
    }
    .pastor-hero-container{
        margin-top: 30px;
    }
    .pastor-main-heading{
        font-size: 2.2rem;
    }
    .pastor-position-text{
        font-size: 1.2rem;
    }
    .pastor-quote-block{
        padding-left: 1rem;
    }
    .pastor-signature-quote{
        font-size: 1.5rem;
    }
    .accomplishment-title{
        font-size: 2.2rem;
    }
    .pastor-education-block{
        margin-top: 2rem;
    }
    .philosophy-content-block{
        padding: 0 1rem;
    }
    .family-timeline{
        padding-left: 0rem;
    }
    .family-details-block{
        padding: 2rem;
    }
    .testimonial-scroll-container {
        flex-direction: column;
    }
    .testimonial-card{
        width: 100%;
    }
    .departments-overview{
        padding: 2rem 1rem 5rem;
        margin-top: 20px;
    }
    .member-resources-overview{
        margin-top: 20px;
    }
    .forms-list li::before{
        display: none;
    }
    .employment-overview{
        padding: 2rem 2rem;
    }
    .employment-faqs{
        padding: 2rem 0rem;
        margin-bottom: 20px;
    }
    .media-link::before {
        position: unset;
    }
    .media-link{
        padding-left: 20px;
    }
    .presskit-item {
        width: 100%;
        padding: 20px;
        margin-bottom: 0px;
    }
    .service-details .service-item {
        width: 100%;
    }
    .service-image{
        height: auto;
    }
    .location-item{
        width: 100%;
    }
    .location-image{
        height: auto;
    }
    .service-page .col-sm-6{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .service.service-page .service-item .text p{
        min-height: auto;
    }
    .service.service-page .service-item .photo img{
        height: auto;
    }
    .service.service-page .read-more {
        margin-top: 30px;
    }
    .service.service-page .read-more a{
        width: 30%;
    }
    .cyd-title, .group-title {
        font-size: 1.8em;
    }
    .cyd-button{
        font-size: 0.8em;
    }
    .cyd-overview {
        padding: 20px 0px;
    }
    .children-group, .youth-group, .student-enrichment {
        padding: 15px 0px;
    }
    .media-container{
        padding: 0px;
    }
    .media-heading {
        font-size: 1.8rem;
    }
    .media-subtext {
        font-size: 1rem;
    }
    .media-hero{
        margin-top: 20px;
    }
    .media-content{
        padding: 20px 20px;
    }
    .media-title {
        font-size: 1.8rem;
    }
    .media-location-box{
        width: 100%;
        margin-bottom: 15px;
    }
    .media-locations{
        gap: 15px;
    }
    .flc-container{
        padding: 20px 20px 60px;
    }
    section.flc-section.amenities{
        padding: 15px;
    }
    .flc-hours{
        gap: 15px;
        flex-direction: column;
    }
    .institutes-content, .life-groups-content {
        padding: 30px 15px;
    }
    .hero-section{
        padding: 20px 10px 0;
    }
    .giving-section, .other-giving-section {
        padding: 30px 10px;
    }
    .platform-card .platform-name{
        font-size: 1.8rem;
    }
    .giving-method{
        flex-direction: column;
    }
    .giving-image{
        width: 100%;
    }
    .giving-method div {
        padding-left: 0;
    }
    .commit-main-heading {
        font-size: 1.8em;
    }
    .commit-sub-heading {
        font-size: 1em;
        margin: 0;
    }
    .commit-option-card{
        flex: 1 1 100%;
    }
    .commit-options-section {
        padding: 40px 0px;
    }
    .contact-form{
        padding: 40px 10px;
    }
    h4.contact-form-title.mb_50 {
        margin-bottom: 30px !important;
    }
    .contact-form textarea.form-control {
        height: 130px !important;
    }
    .contact-form .btn {
        width: 100%;
    }
    .top-bar .row {
        flex-direction: column-reverse;
    }
    .about-image img {
        margin-top: 20px;
        width: 100%;
    }
    .special {
        padding-bottom: 20px;
    }
    .leadership-grid {
        margin-bottom: 0;
    }
    .departments-intro,
    .member-resources-intro,
    .employment-intro,
    .presskit-intro,
    .worship-intro,
    .lead,
    .timeline-header h1,
    .location-intro,
    .media-description,
    .flc-header p,
    .hero-subtitle {
        font-size: 1rem;
    }
    .departments-title,
    .employment-title,
    .member-resources-title,
    .presskit-title,
    .worship-title,
    .display-4,
    .section-header h2,
    .location-title,
    .flc-header h1,
    .hero-title,
    .commit-section-heading,
    .faqs-title {
        font-size: 1.8rem;
    }
    .presskit-details{
        padding: 20px 10px;
        margin-bottom: 10px;
    }
    h3.word-center-seminary-subheading {
        font-size: 1.8rem;
        border-left: 4px solid #e90b8b;
        border-radius: 12px;
        background: #f8f9fb;
        padding: 15px;
    }
    .shabach-container{
        padding: 20px 15px;
    }
    .top-bar-content.mobile{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .top-bar-content.web{
        display: none;
    }
    .top-social .social-icon {
        padding: 0;
    }
    .top-social .social-icon i{
        margin: 0;
    }
    .top-contact ul {
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 1vw;
    }
    .top-contact li {
        font-size: 2.8vw;
        width: 48%;
        margin: 0;
        border: none;
        padding: 0;
        display: flex;
        align-items: center;
    }
    .top-contact li:first-child {
        width: 60%;
    }
    .top-contact li i {
        margin-right: 1.5vw;
        font-size: 2.5vw;
    }
    .top-contact li a {
        padding: 0;
        border: none;
    }
    .top-contact li:nth-child(2) {
        width: 35%;
    }
    .top-contact li:nth-child(3) {
        width: 90%;
    }
    .top-contact li:last-child {
    margin-right: 0;
    width: 7%;
}
.col-lg-4.col-md-6.col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media (max-width: 600px){
    .platforms-grid {
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    }
    .report-content{
        flex-wrap: wrap;
        justify-content: center;
    }
    .report-image {
        width: 60%;
    }
    .special h2{
        font-size: 1.1rem;
    }
    .special h3{
        font-size: 1.5rem;
    }
    .special .read-more a {
        width: 100%;
    }
    .service .service-item .text p{
        min-height: auto;
    }
    .service .read-more a{
        width: 50%;
    }
    .event-date p{
        font-size: 18px;
    }
    .service .service-item .text{
        padding: 25px 15px;
    }
    .service .service-item .text p{
        margin-bottom: 25px;
    }
    .bottom-footer {
        flex-direction: column;
        gap: 15px;
        font-size: 13px;
        line-height: normal;
    }
    .footer-social-link ul li a{
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .footer-social-link ul {
        margin: 0;
        display: flex;
        justify-content: space-evenly;
    }
    .footer-social-link ul li{
        margin: 0;
    }
    .footer-social-link{
        width: 100%;
    }
    .timeline-item{
        grid-template-columns: 30px 1fr;
    }
    .service.service-page .read-more a{
        font-size: 14px;
        width: 50%;
    }
    .cyd-button {
        width: 100%;
    }
    .group-item p{
        font-size: 0.8em;
    }
    .media-content .media-list{
        gap: 0px;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
}

@media (max-width: 480px){
        .contact-item {
        width: 100%;
        margin: 50px 0 15px;
        min-height: auto;
        font-size: 16px;
    }
    .platform-card {
    width: 100%;
    padding: 30px 20px;
    }
    .platform-card h3{
        margin-bottom: 0px;
        font-size: 20px;
    }
        .platform-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

@media (min-width: 721px) and (max-width: 991px){
    .footer-area .col-lg-4.col-md-6.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
}

/* New Responsive End */