.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pt-5 {
	padding-top: 40px;
}

.ms-2 {
	margin-left: 10px;
}

.mb-2 {
	margin-bottom: 10px;
}

.mb-4 {
	margin-bottom: 30px;
}

.pb-4 {
	padding-bottom: 30px;
}

.pr-0 {
	padding-right: 0;
}

.pl-0 {
	padding-left: 0;
}

.bg-lighter-dark {
	background-color: #22507a;
}

.pt-5 {
	padding-top: 3rem !important;
}

.bg-dark {
	background-color: #093c6b;
}

.foot-wrap-home {
	position: absolute;
	bottom: -937px;
	z-index: -1;
	width: 100%;
}

body {
	min-height: 100svh;
}

.foot-wrap {
	position: sticky;
	top: 100%;
}

.socialflex {
	display: flex;
	gap: 5px 5px;
	flex-wrap: wrap;
}

.btn-social {
	display: inline-block;
	width: 52px;
	height: 52px;
	padding: 0;
	border: 1px solid transparent;
	transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
	border-radius: 0.3125rem;
	background-color: #f3f5f9;
	color: #4b566b;
	font-size: 30px;
	text-align: center;
	text-decoration: none !important;
}

.btn-social>i {
	line-height: 50px;
}

.btn-social:hover {
	color: #fff;
}

.btn-social:focus {
	outline: none;
}

.btn-social:active {
	transition: none;
	box-shadow: none !important;
}

.btn-social.bs-light {
	background-color: rgba(255, 255, 255, 0.22);
	color: #fff;
}

.btn-social.bs-light:hover {
	background-color: #fff !important;
	box-shadow: none !important;
}

.bs-lg {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 0.3125rem;
	font-size: 1rem;
}

.bs-lg>i {
	line-height: 2.625rem;
}

.bs-sm {
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 0.25rem;
	font-size: 0.75rem;
}

.bs-sm>i {
	line-height: 1.625rem;
}

.bs-outline {
	border-color: #e3e9ef;
	background-color: transparent;
}

.bs-outline.bs-light {
	border-color: rgba(255, 255, 255, 0.12);
	background-color: transparent;
}

.bs-outline:hover {
	border-color: transparent;
}

.bs-facebook:hover {
	background-color: #3b5998;
	box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(59, 89, 152, 0.9);
}

.bs-facebook:hover.bs-light {
	color: #0866ff;
}

.bs-twitter:hover {
	background-color: #000;
	box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(29, 161, 242, 0.9);
}

.bs-twitter:hover.bs-light {
	color: #000;
}

.bs-instagram:hover {
	background-color: #5851db;
	box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(88, 81, 219, 0.9);
}

.bs-instagram:hover.bs-light {
	color: #5851db;
}

.bs-linkedin:hover {
	background-color: #0077b5;
	box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 119, 181, 0.9);
}

.bs-linkedin:hover.bs-light {
	color: #0077b5;
}

.bs-youtube:hover {
	background-color: #ff0000;
	box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(255, 0, 0, 0.9);
}

.bs-youtube:hover.bs-light {
	color: #ff0000;
}

.widget-list-item {
	margin-bottom: 0.5rem;
}

.widget-title {
	margin-top: 20px !important;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
}

.widget-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-light .widget-list-link {
	color: rgba(255, 255, 255, 0.85);
}

.widget-list-link {
	display: block;
	transition: color 0.25s ease-in-out;
	color: #4b566b;
	font-size: 13px;
	font-weight: normal;
	font-size: 14px;
}

.widget-list-link:hover {
	color: #ff9933;
	text-decoration: none;
}

.text-light {
	color: #fff !important;
}

.text-light {
	color: #fff !important;
}

.opacity-80 {
	opacity: 0.8 !important;
}

.form-text {
	margin-top: 0.375rem;
	font-size: 14px;
	color: #fff;
}

.sub-field> :not(:first-child):not(.dropdown-menu):no14pxt(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.sub-field .btn {
	position: relative;
	z-index: 2;
}

.foot-subs-btn {
	color: #fff;
	background-color: #ff9933 !important;
	border-color: #ff9933 !important;
	box-shadow: unset;
	height: 34px;
	margin-top: 10px;
	padding: 6px 60px !important;
	border-radius: 4px !important;
}

.rounded-start {
	border-bottom-left-radius: 5px !important;
	border-top-left-radius: 5px !important;
}

.sub-field .form-control {
	display: block;
	width: 100%;
	height: 44px;
	padding: 5px 8px 5px 18px !important;
	font-size: 13px !important;
	font-weight: 400;
	line-height: 1.5;
	color: #4b566b;
	background-color: #fff;
	border-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: inset 0 1px 2px transparent;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.foot-disti-btn {
	color: #fff;
	background-color: #ff9933 !important;
	border-color: #ff9933 !important;
	box-shadow: unset;
	height: 30px;
	padding: 3px 30px !important;
	border-radius: 4px !important;
}

@media (min-width: 320px) {

	/*mobile*/
	.foot-wrap-home {
		bottom: -937px;
	}

	.btn-social {
		display: inline-block;
		width: 37px;
		height: 37px;
		padding: 0;
		border: 1px solid transparent;
		transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
		border-radius: 0.3125rem;
		background-color: #f3f5f9;
		color: #4b566b;
		font-size: 18px;
		text-align: center;
		text-decoration: none !important;
	}

	.btn-social>i {
		line-height: 37px;
	}
}

@media (min-width: 375px) {

	/*mobile*/
	.foot-wrap-home {
		bottom: -937px;
	}
}

@media (min-width: 425px) {

	/*mobile*/
	.foot-wrap-home {
		bottom: -937px;
	}
}

@media (min-width: 767px) {

	/*tablet*/
	.text-md-start {
		text-align: left !important;
	}

	.foot-wrap-home {
		bottom: -535px;
	}
}

@media (min-width: 1024px) {

	/*laptop*/
	.foot-wrap-home {
		bottom: -342px;
	}

	.btn-social {
		width: 42px;
		height: 42px;
		font-size: 20px;
		text-align: center;
		text-decoration: none !important;
	}

	.btn-social>i {
		line-height: 40px;
	}
}

@media (min-width: 1199px) {

	/*desktop*/
	.foot-wrap-home {
		bottom: -364px;
	}

	.btn-social {
		width: 52px;
		height: 52px;
		font-size: 30px;
	}

	.btn-social>i {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}
}

.bottombar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.bottombar {
		flex-direction: column;
		justify-content: center;
		gap: 10px;
		padding-bottom: 3rem;
	}

	.bottombar>div {
		padding-bottom: 0px;
	}
}