﻿/*.c-footer-part3
{
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 10px;
}
.c-footer-part3 p
{
    margin: 0px;
}
.c-footer-part2
{
    background-color: #ffa500;
    text-align: center;
}
.c-footer-part2 ul li
{
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.c-footer-part2 ul
{
    display: inline-block;
    padding: 0px;
    margin-bottom: 0px;
}
.c-footer-part1
{
    background-color: #282423;

    text-align: center;
}
.c-footer-part1 h4 
{
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffa500;
    font-weight: bold;
    
}
.c-part1-subscribe span
{
    color: #cccaca;
}
.c-part1-subscribe
{

    padding: 20px;
    display: inline-block;
    vertical-align: top;
}
.c-part1-logo
{

    display: inline-block;
    vertical-align: top;
        padding-left: 20px;
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
    padding-top: 50px;
    padding-bottom: 50px;
}
.c-part1-subscrive-field
{
        width: 313px;
    margin-top: 10px;
}
.c-sub-btn
{
    background-color: #ffa500 !important;
    border-color: #ffa500 !important;
}
.c-inner-part1
{

    display: inline-block;
    vertical-align: top;
}
.c-part1-follow
{

    padding: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.fotter-social-link
{
    color: #fff !important;
    font-size: 22px;
}
.c-part1-links
{
    padding: 20px;

    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.c-part1-links ul
{
    list-style: none;
    padding: 0px;
}
.c-footer-playstore
{
    margin-top: 10px;
    width: 106px;
}
@media(max-width:600px)
{
    .c-footer-part2 ul li
{
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 11px;
} 
    .c-footer-mobile
    {
        padding: 5px 5px;
    }
.c-part1-subscribe
    {
        display: none;
    }
.c-part1-follow
    {
        display: none;
    }
}
@media(max-width:650px)
{
    .c-part1-follow
    {
        display: none !important;
    }
}
@media(max-width: 768px)
{
    .c-part1-follow
    {
        display: none !important;
    }
}*/


/* new footer style*/

.n-footer-main-con {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 40px;
    background-color: #7d7d7d !important;
    box-shadow: 0 0px 6px 1px rgba(0, 0, 0, .3);
}

.n-inner-footer {
    width: 95%;
    margin: auto;
}

.n-footer-logo img {
    width: 100%;
}

.n-footer-logo {
    width: 30%;
}

.n-logo-img {
    width: 150px;
    transform: translate(0%, 50%);
}


/*.n-footer-company-link h3 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #e0e0e0 !important;
}*/

.n-footer-list {
    list-style: none;
    padding: 0px;
}

.n-footer-list li {
    margin-bottom: 5px;
}

.n-footer-list li a {
    color: #fff !important;
    font-size: 14px;
}


/*.n-footer-subscribe h3 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #e0e0e0 !important;
}*/

.n-subscribe-footer {
    width: 40%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.n-footer-input {
    width: 321px;
    margin: auto;
}

.n-footer-subscribe form input {
    width: 215px !important;
    height: 40px;
    border-radius: 0px !important;
}

.c-sub-btn {
    height: 34px;
    border-radius: 0px !important;
    background-color: transparent;
    font-weight: bold;
    color: #e0e0e0 !important;
    border: none;
}

.n-footer-2-btn {
    border: 3px solid #434343;
}

.n-input-group-btn-main {
    font-size: inherit;
    cursor: pointer;
}

.n-footer-1-btn:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 3px;
    background: #e0e0e0;
    transition: all 0.5s;
}

.n-footer-1-btn:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #e0e0e0;
    transition: all 0.5s;
}

.n-footer-2-btn:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 3px;
    background: #e0e0e0;
    transition: all 0.5s;
}

.n-footer-2-btn:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 3px;
    background: #e0e0e0;
    transition: all 0.5s;
}

.n-input-group-btn-main:hover .n-footer-1-btn:before {
    height: 50%;
}

.n-input-group-btn-main:hover .n-footer-1-btn:after {
    width: 50%;
}

.n-input-group-btn-main:hover .n-footer-2-btn:before {
    height: 50%;
}

.n-input-group-btn-main:hover .n-footer-2-btn:after {
    width: 50%;
}

.c-sub-btn:hover {
    background-color: transparent;
    border-color: #4d4d4d;
}

.n-footer-subscribe h6 {
    color: #fff !important;
    font-size: 14px;
    line-height: 1.5;
}

.n-footer-third-part {
    width: 30%;
}

.n-footer-third-part h3,
.n-footer-subscribe h3,
.n-footer-company-link h3 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #e0e0e0 !important;
}

.n-mobile-first {
    text-align: center;
}

.n-mobile-first img {
    width: 50px;
}

.n-mobile-first h6 {
    color: #fff !important;
    font-size: 11px;
}

.n-follow-us-con {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
}

.n-footer-copyright {
    text-align: center;
    padding-top: 30px;
    color: #e0e0e0;
    padding-bottom: 30px;
}

.n-follow-us-con h3 {
    margin-top: 6px;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: bold;
    color: #e0e0e0 !important;
}

.n-follow-us-con ul {
    list-style: none;
    margin: 0px;
}

.n-follow-us-con ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100px;
    background-color: #b2b2b2;
}

.n-follow-us-con ul li a {
    position: relative;
    top: 5px;
    display: block;
}

.n-icon-sidebar li {
    display: inline-block;
    width: inherit !important;
    height: inherit !important;
    text-align: center;
    border-radius: 0px !important;
    background-color: transparent !important;
    margin-left: 5px;
}

.m-n-links-footer {
    display: none;
}

@media(max-width:1023px) {
    .n-logo-img {
        width: 120px;
        transform: translate(0%, 0%);
    }
    .n-mobile-contribute,
    .n-footer-company-link {
        display: none;
    }
    .n-footer-logo,
    .n-footer-third-part {
        width: 20%;
    }
    .n-subscribe-footer {
        width: 60%;
    }
    .m-n-links-footer {
        display: block;
    }
}

@media(max-width:750px) {
    .n-logo-img {
        width: 120px;
        transform: translate(0%, 0%);
    }
    .n-subscribe-footer {
        display: none;
    }
    .n-footer-logo,
    .n-footer-third-part {
        width: 50%;
    }
    .n-follow-us-con {
        text-align: center;
    }
    .n-social-footer-icon-new,
    .m-n-links-footer {
        float: none;
    }
    .m-n-links-footer {
        margin-top: 10px;
    }
    .n-social-footer-icon-new h3,
    .n-social-footer-icon-new ul {
        float: none;
    }
}