.page_footer{
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.footer_img1{
    width: 100%;
    object-fit: cover;
    min-height: 485px;
}

.footer_div1{
    min-width: 900px;
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
}

.footer_div7{
    position: absolute;
    width: 100%;
    height: fit-content;
    left: 0;
    bottom: 30px;
    display: flex;
    justify-content: center;

}

.footer_span3{
    font-size: 13px;
    color: white;
    font-family: "OpenSans-Regular", Arial, sans-serif;
    opacity: 0.75;
}

.footer_div2{
    width: 100%;
    position: relative;
}

.footer_img2{
    position: absolute;
    bottom: 10%;
    left: 5%;
}

.footer_img3{
    position: absolute;
    width: 100%;
}

.footer_img4{
	width:15px;
	height:15px;
	margin-right:8px;
}

.footer_div3{
    width: 30%;
    min-width: 300px;
    height: 200px;
    position: relative;
}

.footer_div4{
    height: 2px;
    background-color: white;
    width: 23%;
    opacity: 0.8;
/*     margin-top: 50px; */
}

.footer_span1{
    font-size: 40px;
    color: white;
    font-family: 'OpenSans-Regular', Arial, sans-serif;
}

.footer_span2{
    font-size: 16px;
    color: white;
    font-family: "OpenSans-Regular", Arial, sans-serif;
    opacity: 0.8;
    margin-top: 70px;
    display: flex;
	  flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer_div5{
    height: 96px;
}

.footer_div6{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);;
}

.footer_div8{
	 width: 1px;
    height: 17px;
    opacity: 0.65;
    background: white;
    margin-left: 20px;
    margin-right: 20px;
}
