﻿footer {
    background-image: url(../Images/footer-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 150px
}

footer .footer-bg-wrapper {
    padding-bottom: 80px;
    background-color: #244991
}

footer h6 {
    color: #FFFFFF;
    font-family: Poppins-Bold;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 27px;
}

footer p {
    color: #FFFFFF;
    font-family: Poppins-Regular;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 27px;
}

footer .pdfLink a, footer .pdfLink span, footer p a {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #fff;
    text-decoration: none !important;
    padding-right: 5px;
    position: relative;
    cursor: pointer;
}

.pdfborder {
    border-bottom: 2px solid #929fb9;
}

.pdf-icon {
    background-image: url(../../assets/Images/pdf.png);
    width: 19px;
    height: 24px;
    display: inline-block;
    margin-left: 5px;
}

footer p a:hover,
footer p a:active {
    color: #fff;
    text-decoration: underline;
}

.footertext {
    margin-bottom: 25px;
    color: #FFFFFF;
    font-family: Poppins-Regular;
    font-size: 12px;
    letter-spacing: 0.67px;
    line-height: 26px;
    text-align: center;
}

.alligncenter {
    text-align: center
}

.socialnetwork_img {
    margin-bottom: 10px
}

.socialnetwork_img a {
    display: inline-block
}

.socialnetwork_img img {
    max-width: 80px
}


/*img.linkedn-img {
    max-width: 80px;
    padding: 7px
}*/

.footerheading {
    color: #d69716;
    font-family: Poppins-SemiBold;
    margin-bottom: 5px;
    line-height: 18px
}

.footer-ul {
    list-style: none;
    padding-left: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.footerlielements a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: Poppins-Regular;
    font-size: 12px;
    letter-spacing: 0.67px;
    line-height: 24px;
}

.footer-cards {
    text-align: center;
    margin-bottom: 15px
}

.footerimagealign {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px
}

.moredetails {
    padding: 30px 0px 20px 0px;
    border: 1px solid #fff;
    border-radius: 5px
}

.moredetailstext {
    margin-bottom: 15px;
    color: #FFFFFF;
    font-family: Poppins-Regular;
    font-size: 12px;
    letter-spacing: 0.67px;
    line-height: 12px;
    text-align: center;
}

.pdfLink {
    display: inline-block;
    line-height: 2.5;
}

@media(max-width:1366px) {
    footer {
        padding-top: 150px
    }
}

@media(max-width:1200px) {
    footer {
        padding-top: 100px
    }
}

@media(max-width:768px) {
    footer {
        padding-top: 80px
    }
    footer p {
        font-size: 14px;
        line-height: 21px
    }
}

@media(max-width:480px) {
    footer {
        padding-top: 60px
    }
}