.footer-area {
    background-color: #313131;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 50px 0 5px;
}
.footer-area.bg-1F242F {
    background-color: var(--black-color);
}
.footer-area.bg-1F242F .single-footer-widget h3 {
    color: var(--white-color);
}
.footer-area.bg-1F242F .single-footer-widget p {
    color: var(--white-color);
}
.footer-area.bg-1F242F .single-footer-widget .footer-information li {
    color: var(--white-color);
}
.footer-area.bg-1F242F .single-footer-widget .footer-information li i {
    color: #00207d;
}
.footer-area.bg-1F242F .single-footer-widget .footer-information li a {
    color: var(--white-color);
}
.footer-area.bg-1F242F .single-footer-widget .footer-information li a:hover {
    color: #00207d;
}
.footer-area.bg-1F242F .single-footer-widget .quick-links li a {
    color: var(--white-color);
}
.footer-area.bg-1F242F .single-footer-widget .quick-links li a:hover {
    color: #00207d;
}
.footer-area.bg-1F242F .single-footer-widget .quick-links li span {
    color: var(--white-color);
}
.footer-area.bg-1F242F .single-footer-widget .widget-newsletter-content p {
    color: var(--white-color);
}
.footer-area.bg-1F242F .single-footer-widget .widget-newsletter-content .newsletter-form .input-newsletter {
    color: var(--white-color);
}
.footer-area.bg-1F242F
    .single-footer-widget
    .widget-newsletter-content
    .newsletter-form
    .input-newsletter::-webkit-input-placeholder {
    color: var(--white-color);
}
.footer-area.bg-1F242F
    .single-footer-widget
    .widget-newsletter-content
    .newsletter-form
    .input-newsletter:-ms-input-placeholder {
    color: var(--white-color);
}
.footer-area.bg-1F242F
    .single-footer-widget
    .widget-newsletter-content
    .newsletter-form
    .input-newsletter::-ms-input-placeholder {
    color: var(--white-color);
}
.footer-area.bg-1F242F
    .single-footer-widget
    .widget-newsletter-content
    .newsletter-form
    .input-newsletter::placeholder {
    color: var(--white-color);
}
.footer-area.bg-1F242F
    .single-footer-widget
    .widget-newsletter-content
    .newsletter-form
    .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent;
}
.footer-area.bg-1F242F
    .single-footer-widget
    .widget-newsletter-content
    .newsletter-form
    .input-newsletter:focus:-ms-input-placeholder {
    color: transparent;
}
.footer-area.bg-1F242F
    .single-footer-widget
    .widget-newsletter-content
    .newsletter-form
    .input-newsletter:focus::-ms-input-placeholder {
    color: transparent;
}
.footer-area.bg-1F242F
    .single-footer-widget
    .widget-newsletter-content
    .newsletter-form
    .input-newsletter:focus::placeholder {
    color: transparent;
}
.footer-area.bg-1F242F .single-footer-widget .widget-newsletter-content .newsletter-form button {
    color: var(--white-color);
}
.footer-area.bg-1F242F .single-footer-widget .widget-newsletter-content .newsletter-form button:hover {
    color: #00207d;
}
.single-footer-widget {
    margin-bottom: 25px;
}
.single-footer-widget h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: var(--white-color);
    position: relative;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
}
.single-footer-widget h3:before{
    position: absolute;
    content: '';
    width: 50px;
    border-bottom: 3px solid #25b3c3;
    bottom: -2px;
}
.single-footer-widget p {
    margin-bottom: 0;
    color: var(--white-color);
}
.single-footer-widget .footer-information {
    padding: 0;
    margin-bottom: 0;
/*    margin-top: 20px;*/
}
.single-footer-widget .footer-information li {
    list-style-type: none;
    margin-bottom: 12px;
    color: var(--white-color);
    position: relative;
    padding-left: 28px;
    font-size: 15px;
}

.single-footer-widget .footer-information li:last-child {
    margin-bottom: 0;
}
.single-footer-widget .footer-information li i {
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 2px;
}
.single-footer-widget .footer-information li a {
    color: var(--white-color);
}
.single-footer-widget .footer-information li a:hover {
    color: #25b3c3;
}
.single-footer-widget .quick-links {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.single-footer-widget .quick-links li {
    margin-bottom: 12px;
    list-style-type: none;
    position: relative;
    padding-left: 24px;
}
/*.single-footer-widget .quick-links li::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 1px;
    background-color: var(--optional-color);
}
*/
.single-footer-widget .quick-links li a {
    display: inline-block;
    color: var(--white-color);
    font-weight: 400;
    font-size: var(--font-size);
    text-transform: capitalize;
    position: relative;
    font-size: 15px;
}
.single-footer-widget .quick-links li i{
    color: #fff;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 14px;
}
.single-footer-widget .quick-links li a:hover {
    color: #25b3c3;
}
.single-footer-widget .quick-links li:last-child {
    margin-bottom: 0;
}
.single-footer-widget .quick-links li span {
    color: var(--black-color);
}
.single-footer-widget .widget-newsletter-content p {
    margin-bottom: 20px;
}
.single-footer-widget .widget-newsletter-content .newsletter-form {
    position: relative;
}
.single-footer-widget .widget-newsletter-content .newsletter-form .input-newsletter {
    border: none;
    display: block;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #a7a7a7;
    padding: 0 0 20px;
    border-radius: 0;
    outline: 0;
    color: var(--white-color);
}
.single-footer-widget .widget-newsletter-content .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.single-footer-widget .widget-newsletter-content .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.single-footer-widget .widget-newsletter-content .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.single-footer-widget .widget-newsletter-content .newsletter-form .input-newsletter:focus::placeholder {
    color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.single-footer-widget .widget-newsletter-content .newsletter-form button {
    position: absolute;
    right: 0;
    top: 2px;
    border: none;
    background-color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 20px;
}
.single-footer-widget .widget-newsletter-content .newsletter-form button:hover {
    color: #00207d;
}
.single-footer-widget .widget-newsletter-content .newsletter-form #validator-newsletter {
    color: red;
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
}
.single-footer-widget .widget-newsletter-content .footer-widget-social {
    padding: 0;
    margin-bottom: 0;
    margin-top: 20px;
}
.single-footer-widget .widget-newsletter-content .footer-widget-social li {
    display: inline-block;
    list-style-type: none;
    margin-right: 5px;
}
.single-footer-widget .widget-newsletter-content .footer-widget-social li:last-child {
    margin-right: 0;
}
.single-footer-widget .widget-newsletter-content .footer-widget-social li a i {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: var(--white-color);
    color: #00207d;
    font-size: 20px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    text-align: center;
    border-radius: 50px;
}
.single-footer-widget .widget-newsletter-content .footer-widget-social li a i:hover {
    background-color: var(--optional-color);
    color: var(--white-color);
}
.footer-shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: none;
}
.copyright-area {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #313131;
    border-top: 1px solid #454545;
}
.copyright-area .copyright-content {
    text-align: center;
}
.copyright-area .copyright-content p {
    font-weight: 400;
    color: #fff;
    font-size: 15px;
}
/*.copyright-area .copyright-content p a {
    display: inline-block;
    font-weight: 500;
    color: var(--optional-color);
}
*/
.copyright-area .copyright-content p a:hover {
    color: var(--optional-color);
}
@media only screen and (max-width: 767px) {
    .single-footer-widget.ps-5 {
        padding-left: 0 !important;
    }
    .single-footer-widget.ps-3 {
        padding-left: 0 !important;
    }
    .single-footer-widget h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .single-footer-widget .footer-information li {
        font-size: 15px;
    }
    .single-footer-widget .quick-links li a a {
        font-size: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-footer-widget.ps-5 {
        padding-left: 0 !important;
    }
    .single-footer-widget.ps-3 {
        padding-left: 0 !important;
    }
    .single-footer-widget h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .single-footer-widget .footer-information li {
        font-size: 15px;
    }
    .single-footer-widget .quick-links li a a {
        font-size: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-footer-widget.ps-5 {
        padding-left: 0 !important;
    }
    .single-footer-widget.ps-3 {
        padding-left: 0 !important;
    }
}

.social-footer {
    padding-left: 0;
    margin-top: 25px;
}
.social-footer li {
    display: inline-block;
}
.social-footer li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    border: 1px solid transparent;
    margin-right: 5px;
    border-radius: 50%;
}
.social-footer li i{
    color: #fff;
    font-size: 18px;
}
.social-footer .fb {
    background: #3566ab;
}
.social-footer .twitt {
    background: #00b0eb;
}
.social-footer .you {
    background: #cb272d;
}
.social-footer .insta{
    background-color: #ed2763;
}
