.index-cards{
	    box-shadow: 5px 5px 9px rgb(0 0 0 / 12%), -3px 5px 8px rgb(0 0 0 / 24%);

}


/* foooter styling*/
.footer_contant .logo a{
	text-decoration: none;
}
.footer_contant .logo h4{
	margin-bottom: 20px;
	color: black;

}
.goto_contant h3, .get_intoch h3 {
	
    margin-bottom: 25px;

}
.goto_contant .List_item, .get_intoch .List_item {
	list-style-type: none; padding: 0; margin: 0;
}
.goto_contant .List_item li, .get_intoch .List_item li{
    line-height: 1.8;
    margin-bottom: 8px;

}

.goto_contant .List_item li a, .get_intoch .List_item li a{
text-decoration: none;
}


/*///////////////////////////// contact us banner section////////////////////////*/


.contact_banner{
	background-image: url(../imges/banner.jpg);
	background-position:center;
	width: 100%;
	height: 500px;
	background-size: cover;
	position: relative;
}
.contacth{
	position: absolute;
	top: 50%;
	left: 0;
	right: 40%;
	text-align: center;
}
.contacth h2{
	color: black;
	font-size: 30px;
	font-weight: bold;
}
.contacth p{
	color: black;
	font-size: 16px;
	font-weight: bold; 
}
