/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block; }


[tabindex="-1"]:focus {
    outline: 0 !important; }

footer {
    padding: 3em 0; }

.footer-07 {
    background: #f1f1f1;
    position: absolute;
    width: 100%;
}
.footer-07 a {
    color: #121212; }
.footer-07 p {
    color:#121212; }
.footer-07 .footer-heading {
    font-size: 30px;
    color: #121212;
    font-weight: 700;
    margin-bottom: 30px; }
.footer-07 .footer-heading .footer-logo {
    color: #121212; }
.footer-07 .menu {
    margin-bottom: 30px; }
.footer-07 .menu a {
    color: #121212;
    margin: 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px; }
.footer-07 .ftco-footer-social li a {
    background: transparent;
    border: 1px solid #a3de83; }
.copyright{
    color: #121212;
}