﻿.footer-header {
    position: relative;
    border: 0;
    outline: 0;
}

    .footer-header:after {
        content: "";
        height: 50%;
        width: 100%;
        border-top: 1px solid var(--skobeloff-hex, #006e69);
        position: absolute;
        bottom: -1px;
        left: 0;
        background-color: var(--light-hex, #e3e3e3);
    }

    .footer-header .footer-header-inner {
        background-color: var(--navy-hex, #08313f);
        box-shadow: 0 10px 60px rgba(var(--navy-rgb, 8, 49, 63), 0.4);
        border-radius: var(--radius, 0.313rem);
        padding: 24px;
        position: relative;
        z-index: 1;
    }

@media only screen and (max-width: 991px) {
    .footer-header .footer-header-inner {
        padding: 25px;
    }
}

.footer-header .footer-header-inner .title {
    color: var(--white-hex, #ffffff);
    margin-bottom: 16px;
}

.footer-header .footer-header-inner .text {
    margin: 0;
    color: var(--white-hex, #ffffff);
}

@media only screen and (max-width: 575px) {
    .footer-header .footer-header-inner .text {
        font-size: 16px;
    }
}

.footer-top {
    background: var(--skobeloff-hex, #006e69);
    padding: 80px 0 30px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .footer-top {
        padding: 50px 0 0;
    }
}

.footer-top .app-image {
    display: block;
}

    .footer-top .app-image a {
        display: inline-block;
    }

        .footer-top .app-image a img {
            height: 60px !important;
            width: auto !important;
        }

        .footer-top .app-image a:hover img,
        .footer-top .app-image a:focus img {
            color: #fff;
            background: var(--navy-hex, #08313f);
            border-radius: var(--border-radius-md);
            z-index: 2;
        }

.footer-top .widget_nav_menu > ul {
    margin-top: -0.375rem;
}

    .footer-top .widget_nav_menu > ul,
    .footer-top .widget_nav_menu > ul > li,
    .footer-top .widget_nav_menu > ul > li > a {
        color: var(--white-hex, #ffffff);
    }

.widget {
    margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
    .widget {
        margin-bottom: 24px;
    }

    .footer-logo {
        margin-bottom: 0;
    }

    .footer-top .mb-5 {
        margin-bottom: 1rem !important;
    }

    .ft-details p {
        margin-bottom: 0;
    }
}

@media (min-width: 576px) {
    .widget.widget_info,
    .widget.widget_nav_menu {
        margin-top: 2.6rem;
    }
}

@media (min-width: 768px) {
    .widget.widget_info,
    .widget.widget_nav_menu {
        margin-top: -2.6rem;
    }
}

.widget_nav_menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .widget_nav_menu ul li {
        position: relative;
        margin-bottom: 12px;
    }

        .widget_nav_menu ul li a {
            color: inherit;
            text-transform: capitalize;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            transition: all 0.5s;
            position: relative;
        }

    .widget_nav_menu ul li.custom-nav a i.custom-icon {
        position: absolute;
        right: 0;
        font-size: 2rem;
        vertical-align: middle;
    }

    .widget_nav_menu ul li a:hover {
        color: var(--teal-hex, #2eb5b2);
        transform: translateX(10px);
    }

    .widget_nav_menu ul li li {
        border-bottom: none;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        line-height: 1.375rem;
    }

        .widget_nav_menu ul li li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }

        .widget_nav_menu ul li li:before {
            top: 0.5rem;
            left: 0;
        }

    .widget_nav_menu ul ul {
        padding-left: 1.125rem;
        margin-top: 0.5rem;
        margin-left: -0.9375rem;
    }

.footer-logo {
    max-width: 200px;
    margin-bottom: 30px;
}

    .footer-logo img {
        width: 100%;
    }

.ft-details {
    display: flex;
}

    .ft-details h4 {
        color: var(--white-hex, #ffffff);
        font-weight: 400 !important;
    }

    .ft-details i {
        color: var(--white-hex, #ffffff);
        font-size: 2rem;
        margin-right: 16px;
    }

    .ft-details p {
        color: var(--white-hex, #ffffff);
    }

.footer-bottom {
    padding: 25px 0;
}

    .footer-bottom * {
        color: var(--white-hex, #ffffff) !important;
    }

@media only screen and (max-width: 767px) {
    .footer-bottom {
        padding: 18px 0;
    }
}

.footer-bottom a {
    color: inherit;
}

.footer-bottom .copyright-text {
    margin: 0;
}

.footer-bottom .link-inline {
    margin: 0 -15px;
}

    .footer-bottom .link-inline li {
        display: inline-block;
        text-transform: initial;
    }

        .footer-bottom .link-inline li:not(:last-child) {
            border-right: 1px solid rgba(255, 255, 255, 0.1);
        }

        .footer-bottom .link-inline li a {
            margin-left: 12px;
            margin-right: 14px;
        }

            .footer-bottom .link-inline li a span {
                position: relative;
            }

@media only screen and (max-width: 991px) {
    .footer-bottom .link-inline {
        margin: 0 -10px;
    }

        .footer-bottom .link-inline li {
            margin-left: 10px;
            margin-right: 10px;
        }
}

@media only screen and (max-width: 767px) {
    .footer-bottom .copyright-text {
        margin: 0 0 10px;
    }

    .footer-bottom .text-left,
    .footer-bottom .text-end {
        text-align: center !important;
    }

    .footer-bottom .link-inline li {
        margin-left: 5px;
        margin-right: 5px;
    }
}

.footer-title {
    color: var(--white-hex, #ffffff);
    position: relative;
    margin-bottom: 16px;
}

.dg-dot {
    color: var(--dg-colour-l, #216bb2) !important;
}

.dg-golf {
    color: var(--dg-colour-r, #175087) !important;
}

.social-links-title {
    text-align: center;
    justify-content: center;
}

@media (min-width: 576px) {
    .social-links-title {
        text-align: center;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .social-links-title {
        text-align: left;
        justify-content: flex-start;
    }
}

.footer-top .social-info {
    position: relative;
    display: block;
    height: 35px;
    width: 155px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: calc(var(--bs-gutter-x)* .5);
    margin-left: calc(var(--bs-gutter-x)* .5);
}

.footer-top .social-text {
    position: absolute;
    display: inline-block;
    left: 0;
    height: 35px;
    line-height: 35px;
}

.footer-top .social-icon {
    display: inline-block;
    text-align: center;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background-color: #fff;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.5s;
    right: 0;
}

    .footer-top .social-icon i {
        color: #2eb5b2;
        font-size: 1.2rem;
    }

    .footer-top .social-icon:hover {
        background-color: var(--navy-hex, #08313f);
    }

        .footer-top .social-icon:hover i {
            color: #fff;
        }

.social-links-title {
    text-align: center;
    justify-content: center;
}

@media (min-width: 576px) {
    .social-links-title {
        text-align: center;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .social-links-title {
        text-align: left;
        justify-content: flex-start;
    }
}

.footer-top .social-info {
    position: relative;
    display: block;
    height: 35px;
    width: 155px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: calc(var(--bs-gutter-x)* .5);
    margin-left: calc(var(--bs-gutter-x)* .5);
}

.footer-top .social-text {
    position: absolute;
    display: inline-block;
    left: 0;
    height: 35px;
    line-height: 35px;
}

.footer-top .social-icon {
    display: inline-block;
    text-align: center;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background-color: #fff;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.5s;
    right: 0;
}

    .footer-top .social-icon i {
        color: var(--navy-hex, #08313f);
        font-size: 1.2rem;
    }

    .footer-top .social-icon:hover {
        background-color: var(--navy-hex, #08313f);
    }

        .footer-top .social-icon:hover i {
            color: #fff;
        }

.footer-top .bg-footer-left,
.footer-top .bg-footer-left-svg {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -135px;
}

.footer-top .bg-footer-left-svg {
    width: 450px;
    height: 494px;
}

.footer-top .bg-footer-right,
.footer-top .bg-footer-right-svg {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: -60px;
    margin-bottom: -100px;
}

.footer-top .bg-footer-right-svg {
    width: 354px;
    height: 445px;
}