.footer{
    padding:50px 0 70px 0;
    width:100%;
    background-color: #FE6B39;
    background-size:cover;
    background-repeat: no-repeat;
}
.footerSections{
    width:80%;
    margin:auto;
}
.footerLogo a img {
	max-width: 200px;
	width: auto;
	height: 100px;
	object-fit: contain;
}
.footerSectionParts{
    border-right:1px solid #fff;
    padding:0 3%;
}
.footerSectionHeadings{
    font-family:Lato;
    font-size:24px;
    font-weight:600;
    text-transform: uppercase;
    color:#fff;
    padding-bottom:10px;
}
.footerSectionParts ul li a{
    color:white;
    text-transform: uppercase;
    font-family: Lato;
    font-size: 14px;
}
.footerSectionParts ul li {
    padding:5px 0;
    word-wrap: break-word;
}
.footerSectionParts ul li a:hover{
    text-decoration: underline;
}
.socialMediaLinks a{
    padding:0 5px;
}
.copyrightContent p{
    font-size:15px;
    font-family:Lato;
    color:#fff;
}
.copyrightSection{
    padding-left:2%;
}
.contactUsContent{
    width:450px;
    color:#fff;
    text-transform: uppercase;
    font-family: Lato;
    font-size: 14px;
}
.socialMediaLinks i{
    font-size:24px;
    color:#fff;
    padding-bottom: 20px;;
}
/* .socialMediaIcons i:hover{
    color:#FF9C00;
} */
