.footer-area {
    background-color: #0d0246;
}

.single-footer-widget {
    margin-bottom: 20px
}

    .single-footer-widget h2 {
        font-size: 25px;
        margin-bottom: 20px;
        font-weight: 600
    }

        .single-footer-widget h2 a {
            color: #fff
        }

    .single-footer-widget p {
        color: #fff;
        margin-bottom: 0
    }

    .single-footer-widget .signature {
        margin-top: 15px
    }

    .single-footer-widget .footer-info {
        position: relative;
        margin-top: 20px;
        padding-left: 75px
    }

        .single-footer-widget .footer-info img {
            display: inline-block;
            height: 55px;
            width: 55px;
            border-radius: 15px;
            position: absolute;
            left: 0;
            top: 0
        }

        .single-footer-widget .footer-info h4 {
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 10px;
            color: #fff
        }

        .single-footer-widget .footer-info span {
            font-size: 15px;
            color: #fff
        }

    .single-footer-widget h3 {
        font-size: 20px;
        color: #fff;
        margin-bottom: 30px;
        font-weight: 500
    }

    .single-footer-widget .quick-links {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none
    }

        .single-footer-widget .quick-links li {
            margin-bottom: 12px;
            font-size: 15px
        }

            .single-footer-widget .quick-links li a {
                display: inline-block;
                color: #fff;
                font-weight: 400;
                position: relative
            }

                .single-footer-widget .quick-links li a:hover {
                    color: #06a3da
                }

                    .single-footer-widget .quick-links li a:hover::before {
                        width: 100%
                    }

                .single-footer-widget .quick-links li a::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 0;
                    height: 1px;
                    -webkit-transition: .6s;
                    transition: .6s;
                    background-color: #06a3da
                }

            .single-footer-widget .quick-links li:last-child {
                margin-bottom: 0
            }

    .single-footer-widget .footer-widget-blog {
        position: relative;
        overflow: hidden
    }

        .single-footer-widget .footer-widget-blog .item {
            overflow: hidden;
            margin-bottom: 25px
        }

            .single-footer-widget .footer-widget-blog .item:last-child {
                margin-bottom: 0
            }

            .single-footer-widget .footer-widget-blog .item .thumb {
                float: left;
                height: 40px;
                overflow: hidden;
                display: block;
                position: relative;
                width: 80px;
                margin-right: 15px;
                z-index: 1
            }

                .single-footer-widget .footer-widget-blog .item .thumb .fullimage {
                    width: 80px;
                    height: 40px;
                    display: inline-block;
                    border-radius: 5px;
                    background-size: cover !important;
                    background-repeat: no-repeat;
                    background-position: center center
                }

                    .single-footer-widget .footer-widget-blog .item .thumb .fullimage.bg1 {
                        background-image: url(../images/footer/footer-2.jpg)
                    }

                    .single-footer-widget .footer-widget-blog .item .thumb .fullimage.bg2 {
                        background-image: url(../images/footer/footer-3.jpg)
                    }

                    .single-footer-widget .footer-widget-blog .item .thumb .fullimage.bg3 {
                        background-image: url(../images/footer/footer-4.jpg)
                    }

            .single-footer-widget .footer-widget-blog .item .info {
                overflow: hidden;
                margin-top: 5px
            }

                .single-footer-widget .footer-widget-blog .item .info span {
                    display: block;
                    color: #fff;
                    margin-top: -5px;
                    margin-bottom: 8px;
                    font-size: 14px
                }

                    .single-footer-widget .footer-widget-blog .item .info span a {
                        color: #06a3da
                    }

                .single-footer-widget .footer-widget-blog .item .info h4 {
                    margin-bottom: 0;
                    line-height: 1.4;
                    font-size: 18px;
                    font-weight: 500
                }

                    .single-footer-widget .footer-widget-blog .item .info h4 a {
                        display: inline-block;
                        -webkit-transition: .6s;
                        transition: .6s;
                        color: #fff
                    }

                        .single-footer-widget .footer-widget-blog .item .info h4 a:hover {
                            color: #06a3da
                        }

    .single-footer-widget .footer-information {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0
    }

        .single-footer-widget .footer-information li {
            display: inline-block;
            position: relative;
            text-align: left;
            padding-left: 55px;
            font-size: 12px;
            font-weight: 400;
            color: #fff;
            margin-bottom: 20px
        }

            .single-footer-widget .footer-information li:last-child {
                margin-bottom: 0
            }

            .single-footer-widget .footer-information li i {
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #06a3da;
                font-size: 38px
            }

            .single-footer-widget .footer-information li span {
                display: block;
                font-size: 16px;
                font-weight: 400;
                color: #fff;
                margin-top: 8px
            }

                .single-footer-widget .footer-information li span a {
                    color: #fff
                }

                    .single-footer-widget .footer-information li span a:hover {
                        color: #06a3da
                    }

.copyright-area {
    padding-bottom: 30px;
    background-color: #0b0235;
}

.copyright-area-content {
    text-align: center;
    /*border-top: 1px solid #2e405b;*/
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

    .copyright-area-content p {
        color: #fff;
        font-size: 12px;
        margin: 0;
    }

        .copyright-area-content p a {
            display: inline-block;
            font-weight: 600;
            color: #06a3da
        }

            .copyright-area-content p a:hover {
                color: #fff
            }

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #fff;
    background-color: #222;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: .9s;
    transition: .9s;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.1);
    box-shadow: 0 3px 10px rgba(0,0,0,.1)
}

    .go-top i {
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        font-size: 25px;
        margin: auto
    }

    .go-top.active {
        opacity: 1;
        visibility: visible;
        bottom: 20px
    }

    .go-top:hover {
        background-color: #06a3da;
        color: #fff;
        -webkit-transition: .6s;
        transition: .6s;
        -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
        box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

.grin-care-header {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%
}
