/* -------------------------------------------------------------------------
   KTGS newsletter (above footer)
   ------------------------------------------------------------------------- */

.ktgs-newsletter {
	background: #0b3955;
	padding: 55px 0;
	border: none;
}

.ktgs-newsletter-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.ktgs-newsletter-title {
	margin: 0;
	color: #fff;
	font-family: 'truenorthroughblackw01-rgRg', sans-serif;
	font-size: 36px;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
}

.ktgs-newsletter-form {
	display: flex;
	flex: 1;
	max-width: 560px;
	background: #fff;
	border: 1px solid #fff;
	overflow: hidden;
}

.ktgs-newsletter-form input[type="email"] {
	flex: 1;
	border: 0;
	margin: 0;
	padding: 16px 20px;
	height: 56px;
	font-size: 16px;
	font-family: "Oxygen", sans-serif;
	color: #0a0a0a;
	background: #fff;
	box-shadow: none;
	outline: none;
}

.ktgs-newsletter-form input[type="email"]::placeholder {
	color: #c0ccda;
}

.ktgs-newsletter-form button {
	border: 0;
	margin: 0;
	padding: 0 28px;
	min-width: 170px;
	height: 56px;
	background: #e0222b;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	font-family: "Oxygen", sans-serif;
	white-space: nowrap;
	cursor: pointer;
}

.ktgs-newsletter-form button:hover {
	background: #c01c24;
}

.ktgs-newsletter-form .ktgs-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
}

@media (max-width: 991px) {
	.ktgs-newsletter-inner {
		flex-direction: column;
		align-items: stretch;
	}

	.ktgs-newsletter-title {
		font-size: 28px;
	}

	.ktgs-newsletter-form {
		max-width: none;
	}
}

/* -------------------------------------------------------------------------
   KTGS footer
   ------------------------------------------------------------------------- */

.rs-footer.footer-main-home {
	background-color: #012942;
	color: #fff;
}

.rs-footer.footer-main-home .footer-top {
	background: #012942;
	padding: 70px 0 50px;
}

.rs-footer.footer-main-home ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rs-footer.footer-main-home .f-image {
	width: 280px;
	max-width: 100%;
	height: auto;
}

.rs-footer.footer-main-home .footer-title {
	position: relative;
	font-family: 'truenorthroughblackw01-rgRg', sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 50px;
}

.rs-footer.footer-main-home .footer-title:before,
.rs-footer.footer-main-home .footer-title:after {
	content: "";
	position: absolute;
	background: #e0222b;
	height: 3px;
	bottom: -20px;
}

.rs-footer.footer-main-home .footer-title:before {
	width: 15px;
	left: 0;
}

.rs-footer.footer-main-home .footer-title:after {
	width: 50px;
	left: 25px;
}

.rs-footer.footer-main-home .address-widget li {
	padding: 0 0 22px 36px;
	position: relative;
}

.rs-footer.footer-main-home .address-widget li i {
	color: #e0222b;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
}

.rs-footer.footer-main-home .address-widget li .desc a {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.6;
	text-decoration: none;
}

.rs-footer.footer-main-home .address-widget li .desc a:hover {
	color: #e0222b;
}

.rs-footer.footer-main-home .footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 6px;
}

.rs-footer.footer-main-home .footer-social li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	background: rgba(28, 32, 36, 0.41);
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	transition: color 0.3s ease;
}

.rs-footer.footer-main-home .footer-social li a:hover {
	color: #e0222b;
}

.rs-footer.footer-main-home .site-map li a {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	padding: 6px 0 4px;
	text-decoration: none;
}

.rs-footer.footer-main-home .site-map li a:hover {
	color: #e0222b;
}

.rs-footer.footer-main-home .footer-bottom {
	border: none !important;
	padding: 12px 0;
	background: #04253a;
}

.rs-footer.footer-main-home .footer-bottom .container,
.rs-footer.footer-main-home .footer-bottom .container-fluid {
	border: none !important;
	border-top: none !important;
}

.rs-footer.footer-main-home .footer-bottom .copyright p {
	font-size: 15px;
	color: #ffffff;
	margin: 0;
}

.rs-footer.footer-main-home .footer-bottom .copyright .ri-heart-fill {
	color: #e0222b;
	font-size: 14px;
	vertical-align: middle;
}

.rs-footer.footer-main-home .copy-right-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 0;
}

.rs-footer.footer-main-home .copy-right-menu li {
	position: relative;
	padding: 0 0 0 22px;
	margin-left: 10px;
}

.rs-footer.footer-main-home .copy-right-menu li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	background: #e0222b;
	transform: translateY(-50%);
}

.rs-footer.footer-main-home .copy-right-menu li:first-child {
	padding-left: 0;
	margin-left: 0;
}

.rs-footer.footer-main-home .copy-right-menu li:first-child:before {
	display: none;
}

.rs-footer.footer-main-home .copy-right-menu li a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

.rs-footer.footer-main-home .copy-right-menu li a:hover {
	color: #e0222b;
}

#scrollUp.ktgs-scrollup,
#scrollUp {
	position: fixed;
	right: 28px;
	bottom: 28px;
	z-index: 999;
	cursor: pointer;
	background: transparent !important;
	width: auto;
	height: auto;
	line-height: 0;
	box-shadow: none;
}

#scrollUp.ktgs-scrollup i,
#scrollUp i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 0;
	border-radius: 50%;
	background: #e0222b !important;
	color: #fff !important;
	font-size: 20px;
	line-height: 42px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.08);
}

#scrollUp.ktgs-scrollup.is-visible {
	display: block;
}

@media (max-width: 991px) {
	.rs-footer.footer-main-home .footer-top .col-lg-3 {
		margin-bottom: 36px;
	}

	.rs-footer.footer-main-home .copy-right-menu {
		justify-content: flex-start;
		margin-top: 12px;
	}

	.rs-footer.footer-main-home .footer-bottom .copyright {
		text-align: left;
	}
}
