﻿#PageFooter .blk {
    background-color: #000;
    /*padding: 60px 15px 10px 15px;*/
}
.divFooterHeading {
    font-weight: 500;
    
    color: #c39a34;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto-regular';
    text-align:center;
}

.divContactDetail {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    padding: 25px 0px 35px 0px;
    color: #fff;
}

    .divContactDetail p {
        margin: 0;
    }
.divContactDetail a {
    color: #fff !important;
}
#divSocialMedias {
    margin: 20px 0px 70px 0px;
}

#divFooterBottom {
    background-color: #A00E11;
    height: auto;
    font-size: 13px;
    /* padding: 10px 0px 0px 0px;*/
    padding: 0px 10px;
}

.footer-col {
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
}
.CompanyLink {
    transition: 0.5s all;
    font-size: 1.2em;
    color: #092440;
}
#PageFooter a {
    text-decoration: none;
    color: #f3eeee;
    outline: none;
    /* font-family: 'Figtree-Regular'; */
    border: 0;
    transition: 0.5s all;
}
.divSocialMedia {
    margin-right: 20px;
}

.socialImage {
    background-image: url(../Images/Icons/FooterSocialMedia.jpg);
    background-repeat: no-repeat;
    height: 39px;
    width: 39px;
    /*height: 22px;
    width: 10px;*/
}

.DivSocialLogos {
    justify-content: center;
    /* display: inline-block; */
    /* float: left; */
    align-items: center;
    display: flex;
}
.divSocialMedia {
    float: left;
    /* padding: 10px; */
}
.divSocialMedia {
    margin-right: 20px;
}
#divFacebook {
    
    background-position: 0px 0px;
}

#divTwitter {
    background-position: -104px -50px;
}

#divGoogle {
    background-position: -207px -50px;
    /*margin-left: 10px;*/
}

#divFacebook:Hover {
    background-position: 0px -50px;
}

#divTwitter:Hover {
    
    background-position: -104px 0px;
}

#divGoogle:Hover {
    
    background-position: -207px 0px;
}

#divInstagram {
    background-position: -128px 0px;
}


.FooterLink {
    color: #092440;
}

    .FooterLink a:hover {
        color: #fff !important;
    }


@media (max-width:991px) {
    #PageFooter .blk {
        padding: 20px 15px 0px 15px;
    }

    #divSocialMedias {
        margin: 20px 0px 35px 0px;
    }
}
@media screen and (max-height: 1199px) {
    
}

/* START :  MNC */

.footerCall {
    background-image: url(../images/footerIcon.jpg);
    background-position: 42px 20px;
    height: 23px;
    width: 26px;
    float: left;
    margin-right: 10px;
}

.footerMail {
    background-image: url(../images/footerIcon.jpg);
    background-position: 0px -2px;
    height: 23px;
    width: 26px;
    float: left;
    margin-right: 10px;
}

.divEmail p,
.divAdd p {
    padding-left: 35px;
}

.footerAdd {
    background-image: url(../images/footerIcon.jpg);
    background-position: 18px 0px;
    height: 22px;
    width: 18px;
    float: left;
    margin-right: 17px;
}

.footerLinksLeft ul, .footerLinksRight ul {
    list-style-image: url(../Images/fotter_dots.png);
    font-family: 'Roboto-regular';
    color: #fff;
    font-size: 15px;
}
.slist {
    float: right;
    text-align: left;
}

.slist2 {
    text-align: left;
}
.middlecolumn {
    text-align: center;
}

.divFooterHeading {
    background: linear-gradient(180deg, #ff7b54, #c94a2e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'BebasNeue-Regular', sans-serif;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

.divContactDetail {
    display: flex;
    justify-content: center;
}

.footerLinksLeft,
.footerLinksRight {
    max-width: 160px;
}

    .footerLinksLeft ul,
    .footerLinksRight ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
        font-family: 'Roboto-Regular';
        font-size: 15px;
    }

.slist,
.slist2 {
    text-align: left;
}

.footerLinksLeft li,
.footerLinksRight li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}

    .footerLinksLeft li::before,
    .footerLinksRight li::before {
        content: "\25C6";
        position: absolute;
        left: 0;
        top: 1px;
        color: #ffffff;
        font-size: 10px;
    }

.fl {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

    .fl:hover {
        color: #ff7b54;
        text-decoration: none;
    }
@media (max-width:1199px) {
    .slist {
        margin-right: 10px !important;
    }
}
@media (max-width:991px) {
    .slist {
        margin-right: 10px !important;
        float:left;
    }
    .firstcolumn .divContactDetail {
        justify-content: left;
    }
    .middlecolumn .divContactDetail {
        justify-content: start !important;
    }
    .divFooterHeading {
        text-align:start;
    }
}
@media (max-width: 576px) {
    .divFooterHeading {
        font-size: 26px;
    }

    .footerLinksLeft,
    .footerLinksRight {
        max-width: 140px;
    }
}
/* End :  MNC */