html {
	scroll-behavior: smooth;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Oswald", sans-serif;
	font-weight: 600;
}

body {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.625em;
	position: relative;
}

h2 {
	font-size: 4rem;
}

.container {
	max-width: 1300px;
}

/* Header */
.header-section {
	background: url(../../img/login/header-bg.png) no-repeat 0 0 /100% 100%;
}

.top-header-list {
	margin: 0;
	padding: 0;
}

.top-header-list li {
	display: inline-block;
	padding: 10px;
	color: #fff;
}

.top-header-list a {
	display: inline-block;
	color: #fff;
	letter-spacing: 0.2px;
	padding: 5px;
	font-weight: 500;
}

.top-header-list a:hover {
	text-decoration: none;
}

.top-header-list i {
	font-size: 14px;
	padding-right: 2px;
	color: #fff;
}

/* Bottom-Header */

.bottom-header .navbar-logo {
    position: absolute;
    top: -60px;
}

.navbar-logo img {
	height: 110px !important;
	background: #fff;
}

.bottom-header .bottom-header-list {
	padding: 0;
	margin: 0;
	margin-left: auto;
}

.bottom-header-list li {
	list-style-type: none;
	padding: 10px 30px;
}

.bottom-header-list li a {
	text-decoration: none;
	display: block;
	position: relative;
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	text-transform: capitalize;
}

.bottom-header-list li:hover a {
	color: #f6ff05;
	text-decoration: underline;
	text-decoration-color: #f6ff05;
}

/* Title-section */
.section-title {
	color: #f6ff05;
}

.section-highlight {
	color: #1c75bc;
}

.section-text {
	color: #333;
	line-height: 1.7;
	font-weight: 400;
}

.section-btn {
	background: #1c75bc;
	padding: 10px 20px;
	border-radius: 30px;
	color: #fff !important;
}

/* slider-section */
.slider-section {
	padding: 8rem 0;
	background: url(../../img/login/slider-bg.png) no-repeat 0 0 / 100% 100%;
	color: #fff;
}

.slider-section h2 {
	font-size: 7rem;
	text-align: center;
	font-weight: 600;
}

/* about-section */
.about-section {
	padding: 70px 0;
	background: url(../../img/login/about-bg.png) no-repeat 0 0 / 100% 100%;
}

/* divider-section */
.divider-section {
	padding: 70px 0;
}

/* service-section */
.service-section {
	padding: 70px 0;
}

.service-card {
	background: #e0f1ff;
	padding: 20px;
	border-radius: 20px;
	margin: 10px 0;
}

.service-icon {
	display: inline-block;
	padding: 15px;
	border-radius: 50%;
	background: #fff;
}

.service-card p {
	margin: 0;
}

.service-title {
	margin: 15px 0;
}

.service-card:hover {
	background: #1c75bc;
	transition: 1s ease;
}

.service-card:hover h5 {
	color: #f6ff05;
}

.service-card:hover p {
	color: #fff;
}

/* feature-section */
.feature-section {
	position: relative;
}

.feature-content {
	position: absolute;
	top: 62%;
	right: 2rem;
	transform: translateY(-50%);
}

/* member-section */
.member-section {
	padding: 70px 0;
	background: linear-gradient(0deg, rgba(225, 252, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.member-card {
	background: #fff;
	padding: 15px;
	border-radius: 20px;
	margin: 10px 0;
	box-shadow: 0 0 10px #cccccc8e;
}

.member-card:hover {
	background: #1c75bc;
	transition: 1s ease;
}

.member-card:hover h4 {
	color: #f6ff05;
}

.member-card:hover p {
	color: #fff;
}

/* contact-section */
.contact-section {
	position: relative;
}

.contact-content {
	position: absolute;
	width: 100%;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 10px 0;
}

/* gallery-section */
.gallery-section {
	padding: 70px 0;
	background: #e1fcff;
}

/* =================================== */
/*  Footer Styles
/* =================================== */
.footer-section {
	background: #1c75bc;
}

.footer-section .logo {
	height: 70px;
}

.footer-top {
	padding: 70px 0;
}

.footer-section h5 {
	font-size: 20px;
	margin: 20px 0;
	color: #f6ff05;
	text-transform: capitalize;
}

.footer-list {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-inline-start: 20px !important;
}

.footer-section ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-list li,
.footer-section li {
	color: #fff;
	font-weight: 500;
	line-height: 2;
	position: relative;
}

.footer-list li i {
	color: #f6ff05;
	position: absolute;
	top: 6px;
	left: -22px;
}

.footer-list li a,
.footer-section li a {
	color: #fff;
	line-height: 2;
	font-weight: 500;
}

.footer-bottom {
	padding: 15px 0;
}

.footer-bottom .container {
	background: #fff;
	border-radius: 15px;
	padding: 20px;
}

.footer-bottom a {
	color: #222;
	font-weight: 500;
}

.footer-bottom p {
	margin: 0;
	color: #222;
	font-weight: 500;
}

@media(max-width:992px) {

	.header-section,
	.about-section {
		background: none;
	}

	.top-header {
		background: #27aae1;
	}

	.bottom-header {
		background: #1c75bc;
	}

	.bottom-header .navbar-logo,
	.feature-content,
	.contact-content {
		position: relative;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		transform: translate(0);
		color: #222;
	}

	h2 {
		font-size: 2.5rem !important;
	}

	.top-header-list li {
		padding: 0;
	}

	.slider-section,
	.about-section,
	.divider-section,
	.service-section,
	.member-section,
	.gallery-section,
	.footer-top {
		padding: 20px 0;
		background-size: cover;
	}
}
