.footer {
	background: url(../images//footer-bg2.png) no-repeat center top/cover;
	color: white;
}

.footer__top {
	/* padding: 120px 0; */
	padding: 50px 0;
	line-height: 1.5;
}

.footer__top a {
	color: inherit;
}

.footer__top a:hover {
	color: var(--color-main)
}

.footer__top .ctnr {
	max-width: 1560px;
}

.footer__row {
	gap: 25px 0;
}

.footer__title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 24px;
	color: white;
}

.footer__content ul li:not(:last-child) {
	margin-bottom: 8px;
}

.footer__contact ul li {
	display: flex;
	align-items: center;
	gap: 5px;
}

.footer__contact ul li img {
	width: 20px;
}

.footer__form {
	margin-top: 20px;
}

.footer__form-input {
	border: 1px solid #2660B5;
	border-radius: 30px;
	background: transparent;
	height: 50px;
	padding: 12px 90px 12px 15px;
	color: white;
	width: 100%;
	font-size: 16px;
}

.footer__form-input::placeholder {
	color: white;
}

.footer__form-btn {
	color: white;
	overflow: hidden;
	text-transform: capitalize;
	border: 1px solid #2660B5;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	min-width: -moz-max-content;
	min-width: max-content;
	transition: all 0.35s ease-in-out;
	z-index: 1;
	display: flex;
	padding: 12px 21px;
	justify-content: center;
	align-items: center;
	border-radius: 30px !important;
	position: absolute;
	right: 5px;
	top: 5px;
	bottom: 5px;
	background: var(--color-main);
}

.footer__form-btn svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.footer__company {
	max-width: 366px;
	background: rgba(255, 255, 255, 0.05);
	padding: 40px 10px;
	margin-left: auto;
	border-radius: 16px;
	text-align: center;
}

.footer__company-logo img {
	max-width: 191px;
}

.footer__company-desc {
	margin-top: 24px;
	padding: 0 20px;
	font-size: 14px;
}

.footer__social {

	margin-top: 32px;
}

.footer__social ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.footer__social a {
	/* width: 40px;
	min-width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #2660B5; */
}

.footer__social a:hover img {
	background: #2660b5;
}

.footer__social a img,
.footer__social a svg {
	width: 30px !important;
	height: 30px !important;
	border-radius: 50%;
}

.footer__coppyright {
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1176470588);
}

@media screen and (max-width: 992px) {
	.footer__top {
		padding: 40px 0;
	}

	.footer__company {
		margin: 0 auto;
		max-width: 100%;
	}

	.footer__title {
		margin-bottom: 10px;
	}
}
