.coordinate-txt h5 {
	background: #ff0100;
	width: fit-content;
	padding: 3px 10px;
	color: #fff;
}

.coordinate-txt a{
    color: #ff0100;
}
.vdo-erap video {
	width: 100%;
}
.t-btn{
    display: flex;
    gap: 20px;
}

.t-btn .f-btn {
	border: 1px solid black;
	width: 200px;
	height: 40px;
}

.t-btn .s-btn {
	border: 1px solid #0cf;
	width: 200px;
	height: 40px;
    background-color: #0cf
}

.coordinate-txt {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
	padding: 20px 0;
}

.profile-sec .row {
	padding-top: 20px;
}

.profile-banner{
	background-color: #0cf;
}
.prf-img img {
	width: 300px;
}
.prf-content h2 {
	background: #fff;
	padding: 3px 8px;
}
.prf-content  h2{
	color: #0cf;
}
.prf-img {
	text-align: center;
}
.prf-content h4, .prf-content p{
	color: #fff;
}
.job-dtls {
	padding: 0;
	list-style: none;
}
.job-dtls li {
	display: flex;
}
.job-dtls li {
	margin-bottom: 10px;
}
.about-profile {
	background: #fff;
	padding: 20px 0;
}
.about-txt p {
	padding: 0 30px;
	text-align: justify;
}
.job-dtls li strong {
	width: 40%;
	/* color: black; */
}
.job-dtls li span {
	width: 20%;
}
.work-ex {
	background: #0cf;
	padding: 15px;
	/* color: #fff; */
}
/* .work-ex .about-txt h4, .work-ex .job-dtls li strong {
	color: #fff;
} */

.work-ex .col-md-6{
	padding-top: 20px;
}

.feedback-wrp ul {
	padding: 0;
	list-style: none;
	display: flex;
	gap: 19px;
	justify-content: center;
	margin-top: 20px;
}

.feedback-wrp ul li{
	color: #ff0100;
}
.feedback-wrp {
	background: #fff;
	padding: 40px;
}