/*
Theme Name: KP-ITM
Template: hello-elementor
Version: 1.0.1
*/


.site-footer{
	margin-top:60px;
	background: #3f3f3f;
    color: white;
    padding: 100px;
}

.footer-inner{
    display: flex !important;
       flex-direction: column !important;
    align-content: flex-start !important;
    justify-content: center  !important;
    align-items: flex-start  !important;
	text-align:left  !important;
}

.footer-contact{
	list-style:none;
	padding-left:0;
}

#profile-img-kp img{
	    max-width: 400px !important;
}


@media only screen and (max-width: 992px) {
	
	#profile-img-kp img{
	    max-width: 80% !important;
	}
	
	
.site-footer{
	margin-top:60px;
	background: #3f3f3f;
    color: white;
    padding: 10px;
	padding-top:40px;
	padding-bottom:40px; 
}
}