ul {
margin: 0px;
padding: 0px;
}

.footer-social-icon .website_social_icon {
position: static;
flex-direction: row;
}

.footer-section {
background: rgba(0, 0, 0, .8);
position: relative;
text-align: center;
margin-top: 50px;
}

.footer-cta {
border-bottom: 1px solid var(--text-color);
}

.copyright-area .container {
margin-bottom: 0px !important;
}

.single-cta i {
color: #fff;
font-size: 20px;
margin-top: 8px;
}

.cta-text {
padding-left: 15px;
display: inline-block;
}

.cta-text h4 {
color: #fff;
font-size: 18px;
font-weight: 600;
margin-bottom: 2px;
}

.cta-text span {
color: #fff;
font-size: 15px;
}

.footer-content {
position: relative;
z-index: 2;
}

.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}

.footer-logo {
margin-bottom: 30px;
}

.footer-logo img {
max-width: 150px;
}

.footer-text p {
margin-bottom: 14px;
font-size: 16px;
text-align: justify;
color: #7e7e7e;
line-height: 28px;
}

.footer-social-icon span {
color: #fff;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 40px;
}

.footer-social-icon a {
color: #fff;
font-size: 16px;
margin-right: 15px;
}

.footer-social-icon i {
height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
border-radius: 50%;
}

.facebook-bg {
background: #3B5998;
}

.twitter-bg {
background: #55ACEE;
}

.google-bg {
background: #DD4B39;
}

.footer-widget-heading h3 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
position: relative;
}

.footer-widget .img_div {
display: block;
margin: auto;
}

.img_div iframe {
height: 288px !important;
}

.footer-widget-heading h3::before {
content: "";
position: absolute;
left: 45%;
bottom: -15px;
height: 2px;
width: 50px;
background: #fff;
}

.footer-widget ul li {
display: inline-block;
float: left;
text-align: left;
width: 50%;
}

.footer-widget ul li a:hover {
color: #fff;
}

.footer-widget ul li a {
color: #fff;
font-size: 16px;
text-transform: capitalize;
padding: 5px 10px !important;
}

.footer-widget {
overflow-y: hidden;
}

.subscribe-form {
position: relative;
overflow: hidden;
}

.subscribe-form input {
width: 100%;
padding: 14px 28px;
background: #2E2E2E;
border: 1px solid #2E2E2E;
color: #fff;
}

.subscribe-form button {
position: absolute;
right: 0;
background: var(--text-color);
padding: 13px 20px;
border: 1px solid var(--text-color);
top: 0;
}

.subscribe-form button i {
color: #fff;
font-size: 22px;
transform: rotate(-6deg);
}

.copyright-area {
background: #202020;
padding: 5px 0;
height: auto;
display: flex;
align-items: center;
}

.copyright-text p {
margin: 0;
font-size: 14px;
color: #fff;
}

.copyright-text p a {
color: var(--text-color);
}

.footer-menu li {
display: inline-block;
}

.footer-menu li:hover a {
color: #fff;
}

.footer-menu li a {
font-size: 14px;
color: #fff;
padding: 2px 10px !important;
}

.footer_last {
background: #000;
color: #fff;
margin: 0;
padding: 8px;
text-align: left !important;
}

.footer_last p {
text-align: left;
padding: 0;
margin: 0;
font-size: 12px;
font-weight: 600;
}

.footer_last a {
text-decoration: none;
cursor: pointer;
}