/* Footer Section  */
.footer {
    position: relative;
        background: linear-gradient(90deg, #161265 0%, #1a64c5 100%);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: var(--fs-16);
    font-weight: var(--fw-normal);
    line-height: var(--fs-26);
    color: var(--color-white);
}
.theme-style-digital .footer::after {
    content: url('../../../404.html');
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0%;
    z-index: -1;
}

.theme-style-email .footer {
    background: #00195B;
}

.theme-style-app .footer {
    background: #2F057B;
}

.theme-style-showcase .footer {
    margin-top: -400px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.theme-style-showcase .footer .footer-top {
    padding: 300px 0px 90px 0px;
}

.theme-style-social .footer {
    background: #170028;
}

.theme-style-ai .footer {
    background: transparent;
    padding-top: 300px;
}
.theme-style-ai .footer .wptb-mask-bg-parallax{
    -webkit-mask-image: url('../../../404.html');
    -webkit-mask-size: cover;
    -webkit-mask-position: top center;
    background: #131313;
    background: linear-gradient(90deg, rgb(19, 19, 19), rgb(19, 19, 19));
    -webkit-mask-repeat: no-repeat;
    -ms-mask-repeat: no-repeat;
    -o-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.footer.bg-gradient-seven {
    background-image: linear-gradient(96deg, #002BAD 39.79%, #008896 139.27%);
}
.footer .footer-top{
       padding: 40px 0px 40px 0px;
}

.footer.inner-page .footer-top {
    padding-top: 240px;
}
.footer ul {
    padding: 0;
    margin-bottom: 0px;
    list-style-type: none;
	    margin: 0px;
}

.footer ul li {
    list-style-type: none;
    font-family: var(--font-family-base);
    font-size: var(--fs-16);
    font-weight: var(--fw-bold);
    line-height: var(--fs-26);
    color: var(--color-light);
    margin-bottom: 10px;
}.footerh2 {
   list-style-type: none;
    font-family: var(--font-family-base);
    font-size: var(--fs-16);
    font-weight: var(--fw-bold);
    line-height: 11px;
    color: var(--color-light);
    margin-bottom: 10px;
    font-weight: normal;
    color: #fff;
}
.footer ul li a {
       font-weight: normal;
	       color: #fff;
}.footerh2 a {
       font-weight: normal;
	       color: #fff;
}.footerh2 a:hover {
       font-weight: 300;
	       color: #fbcd00;
}.footer ul li a:hover {
       font-weight: 300;
	       color: #fbcd00;
}
.footer ul li i {
    line-height: var(--fs-26);

}

.footer .widget-title {
       position: relative;
    font-size: 19px;
    font-weight: 400;
    line-height: 15px;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #fbcd00;
    text-align: left;
    margin-bottom: 16px;
}
.theme-style-ai .footer .widget-title {
    font-family: var(--font-family-heading);
}
@media only screen and (min-width: 1200px){
    .footer .widget-title.lg {
        font-size: var(--fs-32);
        font-weight: var(--fw-bold);
        line-height: var(--fs-42);
    }
}

.footer .footer-nav li a {
    position: relative;
    color: var(--color-light);
}

.footer .footer-nav li a:hover {
    color: var(--link-color-hover);
}

/* Social List */
.footer-social {
    text-align: center;
    margin-top: 14px;
}

.footer-social .footer-social-list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0px;
    margin-bottom: 0px;
}

.footer-social .footer-social-list li {
    list-style: none;
    display: inline-block;
    position: relative;
    font-size: var(--fs-20);
    line-height: var(--fs-30);
    padding: 0px 5px;
}

.footer-social .footer-social-list li a {
    position: relative;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
      color: #1d346e;
    background: #fff;
    display: block;
    outline: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
}
.theme-style-ai .footer-social .footer-social-list li a {
    background: #4E231B;
}
.footer-social .footer-social-list li a i {
    opacity: 1;
    font-size: inherit;
    margin-right: 0px;
}

.footer-social .footer-social-list li a:hover {
    background: var(--link-color-hover);
	    color: #fbcd00;
}

.footer-social .footer-social-list li a svg {
    opacity: 1;
    font-size: inherit;
    margin-right: 0px;
}
.footer-social-list li a svg:hover {
    background: var(--link-color-hover);
	    color: #fbcd00 !important;
}

.footer-social svg:hover path {
  fill: #fbcd00;
  transition: all ease 0.3s;
}

/* .footer-social svg path {
  transition: all ease 0.3s;
   fill: #1d346e;
}
.footer-social svg path:hover {
  transition: all ease 0.3s;
   fill: #fbcd00;
} */

/* Newsletter */
.newsletter-form {
    position: relative;
}
.newsletter-form .btn,
.newsletter-form button[type="submit"]{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/* Footer Bottom Part  */
.footer .footer-bottom-inner {
    position: relative;
    padding:10px;
}
.footer .footer-bottom-inner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    background: var(--gradient-one);;
}
.theme-style-showcase .footer .footer-bottom-inner::before {
    background: var(--gradient-nine);
}
.theme-style-showcase .newsletter-form .form-control:focus {
    border-color: var(--color-thirteen);
}
.footer .footer-widget .copyright {
    margin: 30px auto 0px;
    font-weight: var(--fw-bold);
}

.footer .footer-bottom .copyright p,
.footer .footer-widget .copyright p {
    margin-bottom: 0;
}

.footer .footer-bottom .copyright p a,
.footer .footer-widget .copyright p a {
    color: var(--link-color-hover);
    background: linear-gradient(90deg, #FF7369 0%, #FFB06D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.theme-style-showcase .footer .footer-bottom .copyright p a, 
.theme-style-showcase .footer .footer-widget .copyright p a {
    color: var(--color-thirteen);
    background: var(--gradient-nine);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.theme-style-email .footer .footer-bottom .copyright p a, 
.theme-style-email .footer .footer-widget .copyright p a {
    color: var(--link-color-hover);
    background: var(--gradient-ten);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.theme-style-seom .footer .footer-bottom .copyright p a, 
.theme-style-seom .footer .footer-widget .copyright p a {
    color: var(--link-color-hover);
    background: var(--gradient-six);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.theme-style-social .footer .footer-bottom .copyright p a, 
.theme-style-social .footer .footer-widget .copyright p a {
    color: var(--link-color-hover);
    background: var(--gradient-two);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.totop {
    position: fixed;
    right: 30px;
    bottom: 22px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-base);
}
.totop.show {
    opacity: 1;
    visibility: visible;
}

.totop a {
    width: 54px;
    height: 54px;
    background: var(--gradient-one);
    color: #000;
    display: inline-block;
    text-align: center;
    line-height: 54px;
    border-radius: 4px;
    box-shadow: 0px 0px 3px var(--color-one);
}

.theme-style-showcase .totop a {
    background: var(--gradient-nine);
    box-shadow: 0px 0px 3px var(--color-thirteen);
}

.theme-style-seom .totop a {
    background: var(--gradient-six);
    box-shadow: 0px 0px 3px #FF403E;
}

.theme-style-social .totop a {
    background: var(--gradient-two);
    box-shadow: 0px 0px 3px var(--gradient-two);
}

.theme-style-email .totop a {
    background: var(--gradient-ten);
    box-shadow: 0px 0px 3px var(--gradient-ten);
}

.address14 {
    font-size: 14px;
    line-height: 25px;
}
.address16 {
    font-size: 16px;
    line-height: 25px;
}


.df-bottombar-branding {
    font-size: 12px !important;
    color: grey !important;
    text-align: center !important;
    margin-top: 8px !important;
    display: none;
}