/*footer*/
.site-footer h5{margin-bottom:32px;}
.site-footer:after {
    content: "";
    width: 30vw;
    background: url(../img/bg-footer.png) no-repeat;
    right: 0;
    position: absolute;
    display: inline-block;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 300px;
}
.site-footer{
	background: linear-gradient(104.79deg, #002F76 39.56%, #004CBF 180.56%);
}
.site-footer-primary-section-3 .widget-area.site-footer-focus-item{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
.widget-title{font-size:16px;font-weight:600;margin-bottom:24px;}
/*footer end*/