.footer-section {
background: var(--footer-background-color);
position: relative;
}

.footer-section ul {
  margin: 0px;
  padding: 0px;
}

.footer-section .footer-content {
position: relative;
z-index: 2;
}

.footer-section .footer-widget-heading h3 {
color: var(--footer-color);
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
position: relative;
}

.footer-section .footer-widget ul li {
display: inline-block;
float: left;
width: 50%;
margin-bottom: 12px;
}

html body .footer-section .footer-widget ul li a {
color: var(--footer-a-color) !important;
text-transform: capitalize;
}

html body .footer-section .footer-widget ul li a:hover {
color: var(--footer-a-hover-color) !important;
}

.footer-section .footer-text p {
margin-bottom: 14px;
font-size: 14px;
color: var(--footer-a-color);
line-height: 28px;
}

.footer-section .subscribe-form {
position: relative;
overflow: hidden;
}

.footer-section .subscribe-form input {
width: 100%;
padding: 14px 28px;
background: var(--footer-subscribe-input-bg-color);
border: 1px solid var(--footer-subscribe-input-bg-color);
/* color: #fff; */
}

.footer-section .subscribe-form button {
  position: absolute;
  right: 0;
  background: var(--footer-subscribe-button-bg-color) !important;
  padding: 13px 20px;
  border: 1px solid var(--footer-subscribe-button-bg-color);
  top: 0;
}

.footer-section .subscribe-form button i {
color: #fff;
font-size: 22px;
transform: rotate(-6deg);
}

.footer-section .copyright-area {
background: var(--footer-copyright-background);
padding: 25px 0;
}

.footer-section .copyright-text p {
margin: 0;
font-size: 14px;
/* color: #878787  !important; */
}

.footer-section .copyright-text p a {
color: var(--footer-copyright-text-color)  !important;
font-weight: 500;
}

.footer-section .footer-menu li {
display: inline-block;
margin-left: 20px;
}

.footer-section .footer-menu li:hover a {
color: var(--nav-hover-color)  !important;
}

.footer-section .footer-menu li a {
font-size: 14px;
color: #878787 !important;
}

.footer-section .footer-social-icon span {
color: #fff;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
}

.footer-section .footer-social-icon a {
color: #fff;
font-size: 16px;
margin-right: 15px;
}

.footer-section .footer-social-icon i {
height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
border-radius: 50%;
}

.footer-section .facebook-bg {
background: #3B5998;
}

.footer-section .twitter-bg {
background: #55ACEE;
}

.footer-section .google-bg {
background: #DD4B39;
}

.footer-section .footer-logo img {
max-width: 200px;
}

.footer-section .footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}

.footer-section .footer-widget {
margin-bottom: 30px;
}

.footer-section .footer-widget ul li {
margin-bottom: 12px;
}

.footer-section .footer-widget-heading {
margin-bottom: 30px;
}

.footer-section .footer-widget-heading h3 {
font-size: 20px;
}

.footer-section .footer-widget-heading h3::before {
content: "";
position: absolute;
left: 0;
bottom: -15px;
height: 2px;
width: 50px;
/*   background: #ff5e14 */
background: var(--footer-h3-before);
}

.footer-section .footer-widget .footer-text {
margin-bottom: 25px;
}

.footer-section .footer-section .footer-logo img {
  max-width: 200px;
}

.connect-with-gpd-text-color {
/* 	color: var(--footer-copyright-text-color); */
}
.gpd-social-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: var(--footer-background-color);
}
.gpd-social-icons.facebook:hover {
  background-color: #3B5998;
  color: white !important;
}

.gpd-social-icons.twitter:hover {
  background-color: #000000;
  color: white  !important;
}
.gpd-social-icons.instagram:hover {
  background-color: #E1306C;
  color: white  !important;
}

.gpd-social-icons.linkedin:hover {
  background-color: #0077B5;
  color: white !important;
}

.gpd-social-icons.tiktok:hover {
  background-color: #000000;
  color: white !important;
}

.gpd-social-icons.youtube:hover {
  background-color: #FF0000;
  color: white !important;
}