.logp{
	padding-right: 120px;
	}
	
.banf{
	color: #444072;
    font-size: 40px;
    text-align: left;
    padding-bottom: 30px;
}
.banf1{
	color: #444072;
    font-size: 40px;
    text-align: left;
}
.imag01{
	margin: 10px 0px 0px 120px;
    width: 120px;
	
}
.imag02{
	margin: 10px 0px 0px -160px;
    width: 60px;	
}
.para1{
	text-align:justify;
}




.{
	background: #0259f0;
	height: 70vh;
	font-family: poppins;
}
.card1{
	width: 100%;
	height: 300px;
	transform-style: preserve-3d;
	perspective: 500px;
	border: none;
	background-color: inherit;
}
.card1 .box{
	position: absolute;
	color:#262626;
	width:100%;
	height:100%;
	box-shadow: 0 15px 35px rgba(0,0,0,0.1);
	border-radius: 15px;
	background: #fff;
	transform-style: preserve-3d;
	transition: 0.5s;
	backface-visibility: hidden;
}
.card1 .box .front{
	background-image: url(assets/images/022.png);
	background-repeat: no-repeat;
}
.card1 .box.front,
.card1 .box.back{
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.card1 .box.front img{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	border: 5px solid #262626;
	margin-bottom: 25px;
	
}
.card1:hover .box.front{
	transform: rotateY(180deg);
}
.box.front h2{
	font-family: bebas neue;
}
.box.front h4{
	font-size: 18px;
	letter-spacing: 2px;
}
.socials i{
	margin: 0 15px;
}
.card1 .box.back{
	position: absolute;
	background:#fff;
	transform: rotateY(180deg);
	padding: 20px 30px;
	text-align: center;
	user-select: none;
}
.card1 .box.back .fa-quote-left{
	position: absolute;
	top: 25px;
	left: 180px;
	font-size: 3.2rem;
}
.card1:hover .box.back{
	transform: rotateY(360deg);
}

.footer-bg{
	background-image:url(assets/images/footer-bg.jpg);
	
	
}















 