.apepdcl-footer {
  background-color: #0a1327;
  color: #ccc;
  font-family: ;
  width: 100%;
  height: 55vh;
  
   	background-image: url(resources/NewTheme2025/images/FooterBGImage.jpg); 
/*  	background-color: #2a6fd2;  */
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 120%;
    position: relative;
}

.apepdcl-footer .footer-bottom{
/*   background-color: #0a1327; */
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  max-width: 90%;
  margin: auto;
  height: 48vh;
  padding: 46px 0px;
}

.footer-column {
  flex: 1 1 220px;
}

.footer-column h4 {
  font-size: 16px;
  margin: 4px 0px;
  color: #ffffff;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
/*   margin-bottom: 20px; */
	margin: 0px;
	line-height: 22px;
}

.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 13px;
}

.footer-column ul li a:hover {
  color: #fff;
}

.company .Elogo {
  	width: 46px;
    margin-bottom: 10px;
    margin-right: 16px;
}

.company h3 {
  margin: 0;
  font-size: 18px;
  color: #ffffff;
}

.company .subtitle {
  font-size: 14px;
  color: #bbb;
  margin-top: 4px;
  text-align: unset;
  line-height: 20px;
}

.company .description {
  font-size: 13px;
  margin:0px;
  color: #bbb;
  text-align: unset;
  line-height: 22px;
}

.contact li {
  font-size: 13px;
  margin: 6px 0;
}

.contact i {
  margin-right: 8px;
  color: white;
}

/* this is for the footer ============================================================================== */

.footer-bottom {
  	border-top: 1px solid #1c2a44;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    display: flex;
    justify-content: space-around;
    height: 7vh;
    align-items: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.bottom-links {
/*   margin-top: 10px; */
}

.bottom-links a {
  color: #bbb;
  margin: 0 10px;
  text-decoration: none;
}

.bottom-links a:hover {
  color: #fff;
}

.bottom-links span {
  margin-left: 15px;
  color: #bbb;
}

.footer.ForQuick_Facts .Quick_facts {
    width: 150px;
    height: 140px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #053673;
    border: unset;
    border-radius: 12px;
    flex-shrink: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition-duration: .3s;
}
.footer.ForQuick_Facts .Quick_facts:hover{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    transform: translateY(-0.5rem) scale(1) !important;
}
.footer.ForQuick_Facts .Quick_facts i{
    margin-top: 20px;
    font-size: 20px;
}

.footer.ForQuick_Facts{
	height: 30vh;
}
.footer.ForQuick_Facts div{
	height: 100%;
}

.footer.ForQuick_Facts .Quick_facts h5 {
    margin-top: 17px;
    text-align: center;
    font-size: 20px;
}

.footer.ForQuick_Facts .Quick_facts img {
    height: 28px;
    width: auto;
    margin-top: 20px;
}

/* for new stying ====================================================================== */

.Quick_facts_row{
	display: flex;
    align-items: center;
    justify-content: center;
}
.Quick_facts h5, .Quick_facts h4{
	text-align: center;
}
.Quick_facts h4{
	text-align: center;
    font-size: 12px;
    color: #4c698d;
    margin-top: 6px;
    font-weight: 400;
    line-height: 16px;
}
.footer-bottom {
    background: unset;
}

.socialMedia_icons_footer{
	display: none;
}
.socialMedia_icons_footer a { /* this is for social media icons on footer */
	color: #ffffff !important;
    font-size: 16px;
    margin: 4px;
    padding: 2px;
}