﻿/*********** FOOTER ***********/



.footer {
    /*background-color: #f6f6f6;*/
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.06) inset;
    font-family: Cambria, Georgia, serif;
}

.social-sharing {
    font-size: 0;
}

    .social-sharing li {
        display: inline-block;
        width: 58px;
        height: 58px;
        margin: 0 4px 8px;
        background-color: #ccc;
        -webkit-transition: ease 0.25s;
        transition: ease 0.25s;
    }

    .social-sharing a {
        display: block;
        height: 100%;
        background: url('../img/social-icons.png') no-repeat;
        /*opacity: 0.35;*/
        -webkit-transition: ease 0.5s;
        transition: ease 0.5s;
    }

    .social-sharing .facebook {
        background-position: -17px -11px
    }

    .social-sharing .twitter {
        background-position: -60px center;
        background-color: #4979C3;
    }

    .social-sharing .google {
        background-position: -120px center;
        background-color: #4979C3;
    }

    .social-sharing .pinterest {
        background-position: -180px center;
        background-color: #4979C3;
    }

    .social-sharing .youtube {
        background-position: -150px -11px
    }

    .social-sharing .vimeo {
        background-position: -360px center;
        background-color: #4979C3;
    }

    .social-sharing .rss {
        background-position: -300px center;
        background-color: #4979C3;
    }

    .social-sharing li:hover a {
        opacity: 0.70;
    }

    .social-sharing a.instagram {
        background-position: -83px -11px;
    }

    .social-sharing a.linkedin {
        background-position: -150px -84px;
    }

.footer-middle {
    overflow: hidden;
    padding: 15px 20px 50px;
}

.footer-block {
    /* max-width: 370px;
    margin: 0 auto 15px;
    border-bottom: 2px solid #e3e3e3;*/
}

    .footer-block .title {
        padding: 20px 0 10px;
        font-size: 14px;
        color: #444;
        cursor: pointer;
    }

        .footer-block .title strong {
            display: block;
            position: relative;
        }

        .footer-block .title + *:before {
            content: "";
            display: block;
            width: 30px;
            height: 3px;
            margin-bottom: 15px;
            background-color: #2B4726;
        }



    .footer-block a {
        color: #666;
    }

        .footer-block a:hover {
            color: #2B4726;
        }

    .footer-block .topic-block-title {
        display: none;
    }

    .footer-block .topic-block-body,
    .newsletter-description {
        padding: 12px 0 0;
        line-height: 24px;
        font-size: 13px;
        color: #666;
    }

.newsletter-email {
    display: inline-block;
    overflow: hidden;
    padding: 12px 0 0;
}

    .newsletter-email .newsletter-subscribe-text {
        display: block;
        width: 260px;
        height: 40px;
        margin: auto;
        border: 2px solid #ddd;
        border-bottom: none;
        text-align: left;
    }

    .newsletter-email .newsletter-subscribe-button {
        display: block;
        width: 260px;
        height: 40px;
        margin: auto;
        border: none;
        background: #2B4726 url('../img/subscribe-button.png') left center no-repeat;
        padding-left: 36px;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .newsletter-email .newsletter-subscribe-button:hover {
            opacity: 0.9;
        }

    .newsletter-email .newsletter-unsubscribe-button {
        display: block;
        border: none;
        background: none;
        margin: auto;
        padding: 10px 0;
    }

    .newsletter-email .options {
        padding: 12px 0 0;
    }

        .newsletter-email .options > span {
            margin: 0 3px;
            font-size: 13px;
        }

.newsletter-validation,
.newsletter-result-block {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}

.newsletter-result {
    color: #444;
}

.newsletter-validation .please-wait {
    display: none !important;
}

.footer-lower {
    overflow: hidden;
    background-color: #fff;
    padding: 0px 20px;
    font-size: 12px;
}

    .footer-lower > div > div {
        display: inline-block;
        margin: 0 5px 5px 5px;
    }

.footer-powered-by a, .footer-designed-by a {
    color: #2B4726;
}

    .footer-powered-by a:hover, .footer-powered-by a:hover {
        text-decoration: underline;
    }

.footer-lower > div > div.footer-store-theme {
    display: block;
    margin: 15px 0 0;
}

.footer-store-theme select {
    width: 170px;
}


/* FOOTER-2 */

.footer-2 .newsletter-block .newsletter > .title {
    display: none;
}

.footer-2 .newsletter-block .title {
    background: none !important;
}

.footer-2 .newsletter-block .title {
    margin: 10px 0;
}

.footer-2 .newsletter-description {
    padding: 0;
}

.footer-2 .newsletter-email {
    padding-top: 15px;
}

.footer-2 .social-sharing {
    display: block !important;
    height: auto;
}

    .footer-2 .social-sharing li {
        width: 40px;
        background-color: transparent;
    }

    .footer-2 .social-sharing a {
        background: url('../img/social-sprite-2.png') no-repeat;
        opacity: 0.50;
    }

    .footer-2 .social-sharing .facebook {
        background-position: 0 center;
    }

    .footer-2 .social-sharing .twitter {
        background-position: -40px center;
    }

    .footer-2 .social-sharing .google {
        background-position: -80px center;
    }

    .footer-2 .social-sharing .pinterest {
        background-position: -120px center;
    }

    .footer-2 .social-sharing .youtube {
        background-position: -160px center;
    }

    .footer-2 .social-sharing .vimeo {
        background-position: -240px center;
    }

    .footer-2 .social-sharing .rss {
        background-position: -200px center;
    }

    .footer-2 .social-sharing li:hover a {
        opacity: 0.70;
    }

    .footer-2 .social-sharing a.instagram {
        background: url('../img/instagram.png') no-repeat center;
    }


@media all and (min-width: 1281px) {
    /* FOOTER */

    .newsletter-email input[type="email"] {
        width: 260px;
    }

    .newsletter-email .newsletter-subscribe-button {
        width: 260px;
    }

    /* FOOTER-2 */

    .footer-2 .newsletter-email input[type="text"] {
        width: 240px;
    }

    .footer-2 .newsletter-email .newsletter-subscribe-button {
        width: 240px;
    }
}


@media all and (min-width: 1025px) {
    /* FOOTER */

    .social-sharing {
        margin: auto;
    }

        .social-sharing li {
            margin: 0 4px;
            vertical-align: top;
            /*box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.4);*/
        }

            .social-sharing li:hover {
            }



    .footer-block.footer-links {
        width: 24%;
    }

    .footer-block .title {
        margin: 0 0 15px;
        padding: 0;
        font-size: 18px;
        cursor: auto;
    }

        .footer-block .title + * {
            display: block;
            margin: 0;
        }

        .footer-block .title strong {
            padding: 0;
        }

            .footer-block .title strong:before,
            .footer-block .title strong:after {
                display: none;
            }



    .footer-block.footer-topic .title + *:before {
        margin-bottom: 20px;
    }

    .footer-block .topic-block-body {
        padding: 18px 0 0;
    }





    .newsletter-description {
        padding: 20px 0 0;
    }

    .newsletter-email input[type="email"] {
        width: 220px;
    }

    .newsletter-email .newsletter-subscribe-button {
        width: 220px;
    }
    /*.footer-1 .footer-block.newsletter-block > .title,
.footer-1 .footer-block.newsletter-block > .title + *::before {
	display: none;
}*/

    /* FOOTER-2 */

    .footer-2 .footer-middle {
        padding: 60px 0;
    }

    .footer-2 .footer-block {
        margin: 0;
    }

    .footer-2 .newsletter-block {
        border-left: 2px solid #ddd;
        text-align: center;
    }

        .footer-2 .newsletter-block .title {
            height: 39px;
            width: 33px;
            margin: 10px auto;
            background: url('../img/about-us-icon.png') no-repeat center;
            background: #2B4726 url('../img/footer-icon.png') no-repeat center;
        }

        .footer-2 .newsletter-block > .title {
            width: auto;
            margin: 0;
        }

        .footer-2 .newsletter-block .title strong {
            text-align: left;
        }

        .footer-2 .newsletter-block .newsletter:before {
            display: none !important;
        }
    /*.footer-2 .newsletter-block .title strong,
.footer-2 .newsletter-block .newsletter:before {
	display: none !important;
}*/
    .footer-2 .newsletter-email .options {
        text-align: left;
    }

    .footer-2 .social-sharing {
        background: none;
        text-align: left;
    }

        .footer-2 .social-sharing li {
            margin: 0;
            box-shadow: none;
        }

            .footer-2 .social-sharing li:hover {
                height: 54px;
            }
}




@media all and (min-width: 481px) {
    /* FOOTER */

    .newsletter-email input[type="text"] {
        width: 300px;
    }

    .newsletter-email .newsletter-subscribe-button {
        width: 300px;
    }
}
/*footer design Start*/
.footer {
    background: #001a41;
}

.footer-lower {
    background: #001a41;
}

.footer .footer-bottom {
    background: #001a41;
    padding-top: 30px;
    padding-bottom: 20px;
}

.footer .module-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    color: #00ffe7;
    font-family: Cambria, Georgia, serif;
}

.toggle-footer {
    color: #fff;
    font-size: 14px;
}

ul {
    margin: 0;
    padding: 0;
}

.toggle-footer i {
    background: #FCB800;
    border-radius: 2px;
}

.footer .footer-bottom .module-body ul li a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    position: relative;
    margin-left: 23px;
    display: block;
}

.toggle-footer a {
    margin-left: 0px !important;
}

.media-body p {
    margin: 0 0 25px 8px;
}

.media .fa-stack {
    width: 2em !important;
}

.footer .footer-bottom .module-body ul li a:before {
    /*content: "\f111";
    font-family: FontAwesome;*/
    position: absolute;
    margin-left: -22px;
    font-size: 6px;
}

.footer .footer-bottom .module-heading {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #898989;
}

.footer .footer-bottom .module-body ul li a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    position: relative;
    margin-left: 23px;
    display: block;
}

.footer .footer-bottom .contact-info ul li a {
    cursor: initial;
}

.social-pages {
    align-self: center;
    justify-content: center;
    display: grid;
}

.footer-qr-img {
    margin: 0 10px 0px 0;
}

    .footer-qr-img img {
        height: 85px;
    }

.footer-icap-fav-icon-text {
    display: inline-block;
}

    .footer-icap-fav-icon-text .title {
        color: #fff;
        font-size: 12px;
    }

.footer-icap-fav-icon img {
    width: 30px;
    vertical-align: top;
}

.footer-incap-app {
    padding-top: 12px;
}

.footer-icap-fav-icon {
    padding-top: 4px;
}

.social-pages ul {
    margin: 0px;
    padding: 0;
    list-style-type: none;
}

    .social-pages ul li {
        display: inline-block;
    }

        .social-pages ul li .facebook {
            background: #1094F4;
        }

            .social-pages ul li .facebook:hover {
                background: #fff;
                color: #1094F4;
            }

        .social-pages ul li a {
            display: block;
            width: 40px;
            height: 40px;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            text-decoration: none;
            margin-left: 0 !important;
            position: relative;
            font-size: 16px;
        }
            /*.social-pages i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
            .social-pages ul li a i {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }



        .social-pages ul li .linkedIn {
            background: #0A66C2;
        }

            .social-pages ul li .linkedIn:hover {
                background: #fff;
                color: #0A66C2;
            }

        .social-pages ul li .instagram {
            background: #DD3E56;
        }

            .social-pages ul li .instagram:hover {
                background: #fff;
                color: #DD3E56;
            }

        .social-pages ul li .pinterest {
            background: #E60023;
        }

            .social-pages ul li .pinterest:hover {
                background: #fff;
                color: #E60023;
            }

        .social-pages ul li .youtube {
            background: #FF0000;
        }

            .social-pages ul li .youtube:hover {
                background: #fff;
                color: #FF0000;
            }

.copyright-bar {
    background: #001a41;
    padding: 8px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

    .copyright-bar .container {
        /*display: flex;
        justify-content: center;*/
    }

.footer .footer-bottom .module-body ul li a:hover, .footer .footer-bottom .module-body ul li a:focus {
    color: #00FF00;
    text-decoration: none;
}

.footer-disclaimer {
    color: #fff;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .footer-container .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 95%;
    }
}


@media (min-width: 1500px) {
    .footer .footer-bottom {
        margin-left: 9em !important;
    }
}

.quick-link ol,
.quick-link ul {
    color: #fff;
}

/*footer design End*/
