body {
	background-image: url('../img/testimonials-bg.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;



}

.div-left{
	background-color: #0e0e0e;
	background: linear-gradient(50deg, black, #001629);
}
.img-fluid{
	max-width: 200px;
	top: 0;
	position: fixed;
	padding-top: 50px;
}
.img-card{
	max-width: 200px;
}

.main {
	background-color: #13131354;
	padding: 0;
	margin: 0;
}

.card {
	background-color: #ffffffe8;
	backdrop-filter: blur(5px);
	padding: 2rem;
	box-shadow:  0px 0px 20px 0px #333333;
	
}

h5,
label {
	color: #2e7b9a !important;
	font-weight: bold;
}

.form-control{
	box-shadow: none !important;
	border: solid 2px #00b1f200;
	transition: all 0.25s;

}
.form-control:focus{
	border: solid 2px #00b2f2;
}

.btn-primary{
	background-color: #00b2f2;
	border: solid 2px #00bbff;
	font-weight: bold;
	font-size: 16px;
	transition: all 0.25s;
}
.btn-primary:hover {
	background-color: #008cbe;
	border: solid 2px #00bbff;
}
.btn-primary:focus {
	background-color: #006185 !important;
	border: solid 2px #00bbff !important;
	text-shadow: 0px 0px 4px #00b2f2;
}
