footer {
	background-blend-mode: screen;
	background-size:cover;
	background: #ffffff00;
	overflow: hidden;
	padding-top: 100px;
	margin-top: -100px;
	position: relative;
	z-index: 9;
	padding-bottom: 0px;
}

.kb_call {padding: 50px 0px;display:flex;border-bottom:1px solid rgba(255, 255, 255, 0.15);margin-bottom: 60px;justify-content: space-between;}
.kb_call h3 {font-size:30px;font-weight: bold;margin: 7px 0px 0px;position: relative;top: 6px;}

.kb_call .btn {
    background: white;color:#333;
}
.kb_call .btn:hover {
    background: #db9e30;color:#fff;
}

.kb_call .btn i {transition:all 0s;left:4px;}
.kb_call .btn:hover i {transition:all 0s;left:4px;}


.flxwrap {display:flex;flex-wrap:wrap;}

.milx {
    text-align: justify;
    line-height: 29px;
    font-size: 16px;
    opacity: 0.7;
}
footer h3{font-weight:bold;font-size: 21px;margin-bottom: 20px;margin-top: 5px;}

footer ul li a {
    display: block;
    padding: 11px 0px;
    cursor: pointer;
    opacity: 0.7;
    color: white;
    transition: all 0.6s;
}

footer ul li a:hover {opacity:1;color: #ffd503;}


.kb_copy {border-top:1px solid rgba(255, 255, 255, 0.15);padding: 40px 0px;margin-top: 80px;}
.copyw1 {width:100%;display: block;text-align: center;}