#footer.info_footer{
	        background: #BFAEDB url(../images/footer-bg.webp) no-repeat;
    background-size: cover;
	    padding: 60px 0;
}
#footer h2{
	    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 58px !important;
    color: #fff;
}
.map-cont{
	border-radius: 30px;
	overflow: hidden;
}
.footer-rht-info{
	padding-left: 30px;
	
}
.footer-rht-info .address-info{
	    position: relative;
    padding-left: 40px;
	    color: #fff;
}
.footer-rht-info .address-info a{
	color: #fff !important;
}
.footer-rht-info .address-info a:hover{
	text-decoration: underline;
}
.footer-rht-info .address-info span{
position: absolute;
    left: 0;
        top: 2px;
}
.footer-rht-info .address-info span i{
	    font-size: 22px;
    color: #fff;
}
.map-cont iframe{
	height: 508px;
}

#site-footer{
	    padding: 25px 0px 10px !important;
}
.footer-info{
	    margin-bottom: 0 !important;
}
.footer-info a:hover{
	text-decoration: underline;
}


#site-footer .container{
       display: block !important;
}
#site-footer .social{
	display: flex !important;
	    justify-content: end;
    gap: 10px;
	    margin-bottom: 10px;
}
#site-footer p{
    margin-bottom: 0 !important;
}
#site-footer .social a{
	    display: flex;
    width: 50px;
    height: 50px;
    background: #FFBB00;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #580E82;
}
.copyright-row{
	    border-top: solid 1px #fff !important;
    padding-top: 20px !important;
}
p.copyright-text{
	    margin: 0 !important;
}
#site-footer .footer-row{
	    align-items: end;
    padding-bottom: 20px;
}
#site-footer .footer-row a:hover{
	color:#FFBB00 !important;
	text-decoration: underline;
}


#site-footer .footer-row .social a:hover {
    color: #fff !important;
	text-decoration: none !important;
}
@media (max-width: 1200px){
	#footer.info_footer{
		padding: 40px 0;
	}
#footer h2{	   
    font-size: 48px !important;
}

}

@media (max-width: 1024px){
#footer h2{	   
    font-size: 40px !important;
}
#footer.info_footer{
		padding: 40px 0;
	}
}

@media (min-width: 991px) and (max-width: 1199px){
	.footer-rht-info {
    padding-left: 10px;
}
}

@media (max-width: 991px){
	.footer-rht-info {
    padding-left: 0;
    padding-top: 30px;
}
	#site-footer .container{
       display: flex !important;
}
}

@media (max-width: 767px){
	#footer.info_footer{
		padding: 30px 0 40px 0;
	}
#footer h2{	   
    font-size: 32px !important;
}
}

@media (max-width: 576px){
#site-footer .social{
	    justify-content: center;
}
}


