@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.footer {
	background-color: #151f6d;
	color: white;
	font-family: Poppins!important;
	letter-spacing:0!important;
}
.footer h1, .footer h2, .footer h3, .footer h4{
	font-family: Poppins!important;
}
.footer .footer-container {
	width: 80%;
	margin: auto;
}
.footer .footer-container .footer-border-bottom {
	border-bottom: 1px solid #f0f2f7;
	padding: 50px 15px;
}
.footer .footer-container h2 {
	font-size: 48px;
	font-weight: bold;
}
.footer .footer-container p {
	color: white;
	font-size: 18px;
	font-weight: 600;
}
.footer .footer-container a {
	color: white;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
}
.footer .footer-container ul{
	list-style: none;
}
.footer .footer-container a:hover {
	color: #9ce2f2;
}
.footer .footer-container .footer-social-media {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer .footer-container .footer-social-media img {
	height: 30px !important;
	max-width: unset;
}
.footer .footer-container .footer-button {
	margin: 20px 0 0 0;
	display: inline-block;
	border-bottom: 2px solid white !important;
	cursor: pointer;
}
.footer .footer-container .footer-button span {
	color: white;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2.8px;
}
.footer .footer-container .footer-button img {
	width: 8px;
}
.footer .footer-container label {
	font-size: 14px;
	margin-left: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.footer .footer-container input {
	width: 100%;
	height: 45px;
	border-radius: 30px;
	padding-left: 20px;
	outline: none;
	font-size: 14px;
	border: none;
	background: #fff;
}
.footer .footer-container input::-webkit-input-placeholder {
	font-size: 14px;
}
.footer .footer-container input::-moz-placeholder {
	font-size: 14px;
}
.footer .footer-container input::-ms-input-placeholder {
	font-size: 14px;
}
.footer .footer-container input::placeholder {
	font-size: 14px;
}
.footer .footer-container section .block {
	width: 100%;
}
.footer h2{
	color:#fff!important;
}

.newslettersignup-form form .form-item-newslettercompanyname {
	display: none;
}

.newslettersignup-form form fieldset {
	width: 25%;
}
/*Before Footer*/
.footer-purple-bg{
	position: relative;
}
.footer-purple-bg:after{
	content:'';
	display:block;
	position: absolute;
	z-index:-2;
	width: 800px;
	height: 800px;
	background-image: url('../images/footer-right-purple-bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	right:0;
	bottom:300px;

}
.footer-blue-bg{
	position: relative;
}
.footer-blue-bg:after{
	content:'';
	display:block;
	position: absolute;
	z-index:-1;
	width: 200px;
	height: 700px;
	background-image: url('../images/footer-right-blue-bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	right:0;
	bottom:400px;

}