Footer 04

<div class="pt-10 pb-8 footer text-gray-light">
    <div class="container">
        <ul class="navbar-nav flex-row flex-wrap justify-content-center mb-6 pb-1">
            <li class="nav-item dropdown px-8">
                <a class="nav-link dropdown-toggle fs-13 font-weight-500 lh-2 text-heading text-uppercase"
                   href="#" id="real-estate-01" data-toggle="dropdown"
                   aria-haspopup="true" aria-expanded="false">
                    Real Estate
                </a>
                <div class="dropdown-menu" aria-labelledby="real-estate-01">
                    <a class="dropdown-item" href="#">Action</a>
                    <a class="dropdown-item" href="#">Another action</a>
                    <a class="dropdown-item" href="#">Something else here</a>
                </div>
            </li>
            <li class="nav-item dropdown px-8">
                <a class="nav-link dropdown-toggle fs-13 font-weight-500 lh-2 text-heading text-uppercase"
                   href="#" id="rentals01" data-toggle="dropdown"
                   aria-haspopup="true" aria-expanded="false">
                    Rentals
                </a>
                <div class="dropdown-menu" aria-labelledby="rentals">
                    <a class="dropdown-item" href="#">Action</a>
                    <a class="dropdown-item" href="#">Another action</a>
                    <a class="dropdown-item" href="#">Something else here</a>
                </div>
            </li>
            <li class="nav-item dropdown px-8">
                <a class="nav-link dropdown-toggle fs-13 font-weight-500 lh-2 text-heading text-uppercase"
                   href="#" id="mortgage-rates-01" data-toggle="dropdown"
                   aria-haspopup="true" aria-expanded="false">
                    Mortgage Rates
                </a>
                <div class="dropdown-menu" aria-labelledby="mortgage-rates">
                    <a class="dropdown-item" href="#">Action</a>
                    <a class="dropdown-item" href="#">Another action</a>
                    <a class="dropdown-item" href="#">Something else here</a>
                </div>
            </li>
            <li class="nav-item dropdown px-8">
                <a class="nav-link dropdown-toggle fs-13 font-weight-500 lh-2 text-heading text-uppercase"
                   href="#" id="browse-homes-01" data-toggle="dropdown"
                   aria-haspopup="true" aria-expanded="false">
                    Browse Homes
                </a>
                <div class="dropdown-menu" aria-labelledby="browse-homes-01">
                    <a class="dropdown-item" href="#">Action</a>
                    <a class="dropdown-item" href="#">Another action</a>
                    <a class="dropdown-item" href="#">Something else here</a>
                </div>
            </li>
        </ul>
        <div class="text-center fs-22 lh-2 font-weight-500 mxw-751 mb-4">
            Everything you need to know when looking at different types of homes for sale all in one place.
        </div>
        <ul class="list-inline text-center mb-5">
            <li class="list-inline-item mr-8 mb-3">
                <a href="#"><img src="../../../images/footer-logo-05.png" alt="Footer Logo 05"> </a>
            </li>
            <li class="list-inline-item mr-8 mb-3">
                <a href="#"><img src="../../../images/footer-logo-06.png" alt="Footer Logo 06"> </a>
            </li>
            <li class="list-inline-item mr-8 mb-3">
                <a href="#"><img src="../../../images/footer-logo-07.png" alt="Footer Logo 07"> </a>
            </li>
            <li class="list-inline-item">
                <a href="#"><img src="../../../images/footer-logo-08.png" alt="Footer Logo 08"> </a>
            </li>
        </ul>

        <ul class="list-inline text-center mb-6">
            <li class="list-inline-item mr-6">
                © 2022 Maslak Apart by Infusion. Tüm Hakkı Saklıdır.
            </li>
            <li class="list-inline-item mr-6">
                <a href="tel:(+00)123567990" class="text-gray-light font-weight-bold fs-15 hover-primary">(+00)
                    123 567990</a>
            </li>
            <li class="list-inline-item">
                <a href="mailto:info@maslakapart.com"
                   class="text-gray-light hover-primary">info@maslakapart.com</a>
            </li>
        </ul>
        <ul class="list-inline text-center mb-2">
            <li class="list-inline-item mr-0">
                <a href="#" class="text-gray-light fs-18 px-4 hover-primary"><i
                        class="fab fa-twitter"></i></a>
            </li>
            <li class="list-inline-item mr-0">
                <a href="#" class="text-gray-light fs-18 px-4 hover-primary"><i
                        class="fab fa-facebook-f"></i></a>
            </li>
            <li class="list-inline-item mr-0">
                <a href="#" class="text-gray-light fs-18 px-4 hover-primary">
                    <i class="fab fa-instagram"></i>
                </a>
            </li>
            <li class="list-inline-item mr-0">
                <a href="#" class="text-gray-light fs-18 px-4 hover-primary">
                    <i class="fab fa-pinterest"></i>
                </a>
            </li>
            <li class="list-inline-item mr-0">
                <a href="#" class="text-gray-light fs-18 px-4 hover-primary">
                    <i class="fab fa-youtube"></i>
                </a>
            </li>
        </ul>
    </div>
</div>