footer {
	background-image: url(../img/bg/footer-bg.png);
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 2rem;
}

footer:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--footer-background);
	z-index: -2;
}

.footer-widget-box {
	margin-bottom: 1rem;
}

.footer-widget {
	position: relative;
	z-index: 1;
}

.footer-logo img {
	width: 13rem;
	margin-bottom: 2rem;
}
.footer-seal img {
	width: 13rem;
}
.copyright {
	border-top: 1px solid #2a355e;
	padding: 1rem 0;
}

.copyright .footer-menu {
	margin: 0;
	padding: 0;
}

.copyright .footer-menu li {
	display: inline-block;
	margin-right: 25px;
	font-size: var(--font-size, 1rem);
}

.copyright .footer-menu li a {
	color: var(--dark-theme-link-color);
	transition: all .5s ease-in-out;
}

.copyright .footer-menu li a:hover {
	color: var(--dark-theme-link-color-hover);
}

.copyright .copyright-text {
	text-align: right;
	color: var(--dark-theme-font-color);
	margin-bottom: 0;
	font-size: var(--font-size, 1rem);
}

.copyright .copyright-text a {
	color: var(--dark-theme-link-color);
	font-weight: 600;
}

.footer-widget-title {
	color: var(--dark-theme-font-color);
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
	z-index: 1;
}

.footer-widget-title::before {
	position: absolute;
	content: '';
	z-index: -1;
	width: 40px;
	height: 2px;
	background-color: var(--dark-theme-line-01);
	bottom: 0;
	left: 0;
}

.footer-widget-title::after {
	position: absolute;
	content: '';
	z-index: -1;
	width: 5px;
	height: 2px;
	background-color: var(--dark-theme-line-02);
	bottom: 0;
	left: 45px;
}

.footer-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.footer-list li a {
	color: var(--dark-theme-link-color);
	transition: all .5s ease-in-out;
}

.footer-list li a:hover {
	padding-left: 10px;
	color: var(--dark-theme-link-color-hover);
}

.footer-widget-box p {
	color: var(--dark-theme-font-color);
	padding-right: 18px;
	margin-bottom: 20px;
}

.footer-social {
	display: flex;
	gap: 1rem;
	margin-top: 2rem;
}

.footer-social li a {
	text-align: center;
	border: 2px solid var(--dark-theme-line-01);
	color: var(--dark-theme-link-color);
	border-radius: 50%;
	transition: all .5s ease-in-out;
}

.footer-social li a:hover {
	background: var(--dark-theme-link-color-hover);
	color: var(--dark-theme-link-color);
}

.footer-brand {
	display: flex;
	gap: 1rem;
	margin-top: 2rem;
}

.footer-brand li a {
	text-align: center;
	color: var(--dark-theme-link-color);
	border-radius: 0;
	transition: all .5s ease-in-out;
}

.footer-brand li a:hover {
	color: var(--dark-theme-link-color-hover);
}

.footer-newsletter .subscribe-form .form-control {
	border: 2px solid var(--dark-theme-line-01);
	height: 50px;
	padding: 0 15px;
	border-radius: 10px;
	font-size: var(--font-size, 1rem);
	color: var(--dark-theme-link-color);
	box-shadow: none;
	background-color: transparent;
}

.footer-newsletter .subscribe-form .form-control::placeholder {
	color: var(--dark-theme-font-color);
	opacity: 1;
}

.footer-newsletter .subscribe-form .form-control:-ms-input-placeholder {
	color: var(--dark-theme-font-color);
}

.footer-newsletter .subscribe-form .form-control::-ms-input-placeholder {
	color: var(--dark-theme-font-color);
}

.footer-newsletter .subscribe-form .theme-btn {
	margin-top: 20px;
}

.footer-newsletter .subscribe-form .theme-btn:hover {
	color: var(--dark-theme-font-color);
}

.footer-newsletter .subscribe-form .theme-btn i {
	margin-right: 5px;
}

.footer-contact li {
	position: relative;
	display: flex;
	justify-content: start;
	align-items: center;
	color: var(--dark-theme-font-color);
	font-size: var(--font-size, 1rem);
	margin-bottom: 20px;
}

.footer-contact li a {
	color: var(--dark-theme-link-color);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.footer-contact li i {
	width: 15px;
	height: 30px;
	font-size: 18px;
	margin-right: 15px;
	border-radius: 5px;
	line-height: 31px;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: var(--dark-theme-link-color-hover);
}

@media all and (max-width: 1199px) {
	.footer-widget-box {
		margin-bottom: 50px;
	}
}

@media all and (max-width: 991px) {
	.copyright .copyright-text {
		text-align: left;
	}
}

@media all and (max-width: 767px) {
	.footer-widget-wrapper {
		padding-bottom: 0;
	}
}

.contact-wrapper {
	background: #fff;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	border-radius: 15px;
	position: relative;
}

.contact-form {
	padding: 0 40px;
	border-right: 4px solid #FCA702;
}

.contact-form-header {
	margin-bottom: 30px;
	color: #000055;
}

.contact-form-header h2 {
	color: #000055;
	font-size: 30px;
	margin-bottom: 10px;
}

.contact-form .form-group {
	margin-bottom: 15px;
}

.contact-form .form-group .form-control {
	padding: 12px 20px;
	border-radius: 10px;
	box-shadow: none;
	transition: all .5s ease-in-out;
}

.contact-form .form-group .form-control:focus {
	border-color: #FCA702;
}

.contact-map iframe {
	width: 100%;
	border-radius: 15px;
	height: 560px;
	margin-bottom: -8px;
}

.contact-content {
	margin-top: 1rem;
}

.contact-btn {
	background: #FCA702;
	color: #fff;
	border-radius: 10px;
	padding: 10px 20px;
	border: none;
	box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
	transition: all .5s ease-in-out;
}

.contact-btn:hover {
	color: #fff;
	background: #051C55
}

.contact-btn i {
	margin-right: 5px;
}


.contact-info {
	background: var(--widget-background-light);
	text-align: center;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	padding: 20px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.contact-darker {
	background: var(--widget-background-darker);
}
.contact-warning {
	background: var(--widget-background-warning);
}
.contact-success {
	background: var(--widget-background-success);
}
.contact-danger {
	background: var(--widget-background-danger);
}

.contact-info i {
	width: 60px;
	height: 60px;
	line-height: 50px;
	font-size: 25px;
	text-align: center;
	border-radius: 50px;
	border: 5px solid #051C55;
	border-bottom-color: #fff;
	margin-bottom: 20px;
	color: #fff;
}

.contact-info h5 {
	color: #fff;
	margin-bottom: 5px;
}

.contact-info p {
	color: #fff;
}