body {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
}

/* Custom CSS */
.sticky-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	transition: all 0.3s ease;
}

.section-padding {
	padding: 60px 0;
}

.bg-dark-blue {
	background-color: #254151;
}

.sticky-header nav .nav-link:hover {
	color: #13b5eb;
}

.footer {
	background-color: #254151;
	color: white;
	padding: 10px 0;
	font-size: 13px;
}

.footer a {
	text-decoration: none;
}

.footer .copyright {
	display: inline-block;
	padding-left: 20px;
}

.footer .connect-us {
	float: right;
	padding-right: 20px;
}

.owl-carousel .item {
	text-align: center;
	padding: 20px;
	background: #f7f7f7;
}

.owl-nav,
.owl-dots {
	text-align: center;
}

header img {
	width: 12vw;
}

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

.header-logo p {
	font-size: 14px;
	color: #13b5eb;
	line-height: normal;
	font-family: "Roboto Condensed", sans-serif;
}

.sky-blue-bg {
	background-color: #13b5eb;
}

.sky-blue-bg .nav-item .nav-link {
	font-weight: 600;
	color: #fff;
}

.hero-section {
	background-image: url(../images/hero-bg.avif);
	position: relative;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
}

.hero-section:before {
	content: '';
	position: absolute;
	z-index: -1;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.55;
}

.yellow-color {
	color: #f4ce50;
}

.hero-section h3 {
	padding: 0 25vw;
}

.gilston-top h3 {
	padding: 0 10vw;
}

.social-value-bx {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	flex-direction: column;
	gap: 10px;
	text-align: center;
	position: relative;
	background-image: url(../images/hero-bg.avif);
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	z-index: 1;
	color: #fff;
}

.gilston-top h3 {
	padding: 0 10px;
}

.social-value-bx:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #45b29d;
	opacity: 0.8;
	z-index: -1;
}

.training-bx,
.community-bx {
	padding: 25px;
	color: #fff;
	height: 100%;
}

.community-bx {
	background-color: #254151;

}

.training-bx {
	background-color: #13b5eb;

}

.btn-primary {
	background-color: #f4ce50;
	border-color: #f4ce50;
	color: #254151;
	font-weight: 600;
}

.btn-primary:hover {
	background-color: #254151;
	border-color: #254151;
	color: #ffffff;
}

.hm-service {
	background-color: #eaeae8;
}

.hm-service .text-center img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	height: 200px;
	object-fit: cover;
}

.hm-service .text-center .hover-image {
	display: none;
}

.hm-service .text-center:hover .hover-image {
	display: block;
}

.hm-service .text-center:hover .normal-image {
	display: none;
}

.hm-serv-bx {
	background-color: #13b5eb;
	height: 100%;
	padding: 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

.hm-serv-bx:hover {
	background-color: #45b29d;
}

.owl-theme .owl-nav {
	margin-top: 10px;
	position: absolute;
	top: 30%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.owl-theme .owl-nav button {
	width: 30px;
	height: 30px;
	background-color: #13b5eb !important;
	color: #fff !important;
	opacity: 0.5;
}

.owl-theme .owl-nav button:hover {
	opacity: 1;
}

.owl-carousel .item {
	text-align: center;
	padding: 35px;
	background: #13b5eb;
	width: 85%;
	margin: 0 auto;
	color: #fff;
	min-height: 180px;
}

.owl-carousel .item h4 {
	line-height: normal;
}

.hm-service h2 {
	line-height: normal;
}

.owl-carousel .owl-dots {
	margin-top: 20px;
}

.header-logo {
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 10px;
}

.grey-bg {
	background-color: #f0f0f0 !important;
}

.circular-icon {
	width: 55px;
	height: 55px;
	background-color: #45b29d;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
	font-size: 25px;
}

.contact-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}

.contact-list li {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-direction: column;
	background-color: #fff;
	padding: 30px;
	width: 30%;
	margin: 20px 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
	border: 1px solid #bbb !important;
	border-radius: 0 !important;
	min-height: 50px;
	box-shadow: none !important;
}

.contact-form-wrap .form-inputs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}

.contact-form-wrap input[type="text"],
.contact-form-wrap input[type="email"],
.contact-form-wrap input[type="tel"],
.contact-form-wrap input[type="number"] {
	width: 100%;
}

.btn {
	border-radius: 0;
	padding: 12px 20px;
}

.contact-form-wrap .btn {
	margin-top: 10px;
}

.contact-list li a {
	text-decoration: none;
	color: #212529;
	font-size: 20px;
	font-weight: 600;
}

.contact-list li a:hover {
	color: #13b5eb;
}

.gilston-top .container {
	position: relative;
}

.gilston-top .gilston-top-bx {
	position: absolute;
	background-color: #f8f9fa;
	width: 50%;
	padding: 50px;
	top: 120px;
	text-align: center;
}

.gilton-benefit .hm-serv-bx {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #254151;
}
.gilton-benefit .hm-serv-bx a {
    color: #ffffff;
    text-decoration: none;
    background-color: #13b5eb;
    display: flex;
    align-items: center;
    line-height: normal;
    min-height: 70px;
    justify-content: center;
    padding: 10px;
}
.gilton-benefit .hm-serv-bx a:hover {
    color: #ffffff;
    background-color: #45b29d;
}

.support-sec {
	text-align: center;
	background-color: #254151;
	color: #fff;
}

.btn-secondary {
	background-color: #13b5eb;
	border-color: #13b5eb;
	color: #fff;
	font-weight: 600;

}

.btn-secondary:hover {
	background-color: #45b29d !important;
	border-color: #45b29d !important;
	color: #fff;
}

a.nav-link.btn.btn-primary,
a.nav-link.btn.btn-secondary {
	padding: 10px 20px;
	line-height: normal;
}

a.nav-link.btn.btn-primary {
	margin-left: 6px;
}

a.nav-link.btn.btn-secondary {
	margin-left: 16px;
}

a.nav-link.btn.btn-primary:hover,
a.nav-link.btn.btn-secondary:hover {
	color: #fff;
}

.sticky-header nav .nav-link {
	font-weight: 600;
}

.gilston-banner {
	min-height: 436px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-position: center center;
}
.support-sec.grey-bg {
	color: #333;
}

.lh-normal {
	line-height: normal;
}

.bnft-head {
	min-height: 100px;
}

/* responsive */
@media(max-width:1199px) {
	.bnft-head {
		min-height: 120px;
	}

	.sticky-header nav .nav-link,
	.header-logo p {
		font-size: 15px;
	}

	.gilston-top .gilston-top-bx {
		top: 80px;
	}

}

@media(max-width:991px) {
	.bnft-head {
		min-height: 70px;
	}

	.hm-service .col-sm-12 {
		margin-bottom: 20px;
	}

	header #navbarNav .nav-link {
		background-color: #13b5eb;
		border: 0;
	}

	.header-logo p {
		font-size: 14px;
	}

	a.nav-link.btn.btn-secondary,
	a.nav-link.btn.btn-primary {
		margin-left: 0;
	}

	.gilston-top .gilston-top-bx {
		width: 60%;
		padding: 20px;
		top: 40px;
		left: 0;
	}

	a.hm-serv-bx {
		margin-bottom: 20px;
		height: auto;
	}

	header #navbarNav {
		position: absolute;
		top: 69px;
		width: 150px;
		right: 0;
		background-color: #12ade1;
		padding: 0;
	}

	header #navbarNav .nav-link {
		padding: 10px;
		color: #fff;
		text-align: left;
	}

	header #navbarNav .nav-link:hover {
		background-color: #45b29d;
	}
}

@media(max-width:767px) {
	.bnft-head {
		min-height: auto;
		margin-bottom: 15px;
	}

	.hm-service .text-center img {
		height: auto;
	}

	.hm-service.gilton-benefit .col-sm-12 {
		margin-bottom: 10px;
	}

	.gilston-banner {
		min-height: 300px;
	}

	.contact-form-wrap {
		margin-bottom: 25px;
	}

	.contact-list li {
		width: 50%;
	}

	.gilston-top {
		margin: 40px 0;
	}

	.gilston-top .gilston-top-bx {
		position: relative;
		top: auto;
		width: 100%;
	}

	.contact-list li {
		gap: 10px;
		margin-bottom: 10px;
	}

	.contact-form-wrap input[type="text"],
	.contact-form-wrap input[type="email"],
	.contact-form-wrap input[type="tel"],
	.contact-form-wrap input[type="number"] {
		width: 100%;
	}

	.header-logo p {
		text-align: center;
		font-size: 8px;
	}

	.training-bx,
	.community-bx {
		height: auto;
	}

	.training-bx {
		margin-bottom: 20px;
	}

	.owl-carousel .item {
		min-height: 260px;
	}

	.footer {
		font-size: 11px;
	}

	.header-logo {
		gap: 5px;
	}

	header img {
		width: 90px;
	}

	.header-logo {
		align-items: center;
		gap: 3px;
		flex-direction: column;
	}

	.section-padding {
		padding: 40px 0;
	}

	.hero-section h3 {
		padding: 0;
	}

	.hero-section,
	.what-we-do,
	.training-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

	.footer .d-flex {
		flex-direction: column;
		font-size: 9px;
	}
}

@media(max-width:575px) {
	.contact-list {
		display: flex;
		gap: 0;
		flex-wrap: wrap;
	}

	.contact-list li {
		gap: 10px;
		margin: 10px 0 0 0;
		padding: 20px;
		width: 100%;
	}
}