section.profile-sec {
	padding: 100px 0 60px 0;
	background-image: url(../img/video-bg.webp);
	background-size: cover;
	background-position: center center;
}
.profile-div .dp img {
	width: 75px;
	height: 75px;
	border: 3px solid #0b74cd;
	border-radius: 100%;
	position: relative;
}
.profile-div {
	display: flex;
	align-items: center;
	gap: 20px;
}
.profile-name-div span {
	color: #0b74cd;
}
.profile-job-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #e1f3f1;
	padding: 15px 30px;
	border-radius: 20px;
}
.profile-job-info p {
	margin: 0;
}
.profile-job-info h5 {
	margin: 0;
}
.bro {
	border: 1px solid #a0b7c7;
	height: 40px;
	width: 1px;
}
.dp i {
	position: absolute;
	right: 0;
	bottom: -5px;
	font-size: 24px;
	color: #0b74cd;
}
.review-div .dp-name img {
	width: 75px;
	height: 75px;
	border-radius: 100px;
	border: 3px solid #239d2c;
}
.review-div {
	background: #eee;
	padding: 20px;
	border-radius: 20px;
}
.review-div p {
	height: 150px;
	overflow-x: auto;
	padding-right: 10px;
}
.review-div ::-webkit-scrollbar {
	width: 0; /* width of the entire scrollbar */
}

.profile-pic-wrapper {
	height: 100vh;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.pic-holder {
	text-align: center;
	position: relative;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.pic-holder .pic {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.pic-holder .upload-file-block,
.pic-holder .upload-loader {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(90, 92, 105, 0.7);
	color: #f8f9fc;
	font-size: 12px;
	font-weight: 600;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
}

.pic-holder .upload-file-block {
	cursor: pointer;
}

.pic-holder:hover .upload-file-block,
.uploadProfileInput:focus ~ .upload-file-block {
	opacity: 1;
}

.pic-holder.uploadInProgress .upload-file-block {
	display: none;
}

.pic-holder.uploadInProgress .upload-loader {
	opacity: 1;
}

/* Snackbar css */
.snackbar {
	visibility: hidden;
	min-width: 250px;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 50%;
	bottom: 30px;
	font-size: 14px;
	transform: translateX(-50%);
}

.snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: 30px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: 30px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	to {
		bottom: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	to {
		bottom: 0;
		opacity: 0;
	}
}

/* Typography End Here */
.navbar-toggler {
	padding: 0.5rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background: rgb(10, 116, 205);
	background: linear-gradient(
		90deg,
		rgba(10, 116, 205, 1) 0%,
		rgba(49, 221, 62, 1) 100%
	);
	border: 0;
	border-radius: 0.25rem;
	transition: box-shadow 0.15s ease-in-out;
	margin-top: 15px;
}
.navbar-toggler-icon {
	background-image: url("../img/hamburger.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}
ul.nav-bar-desktop {
	position: absolute;
	right: 100px;
	top: 20px;
}
ul.nav-bar-desktop li {
	list-style: none;
	line-height: 20px;
}
ul.nav-bar-desktop li a {
	color: #808080;
	font-family: var(--font-heading);
	font-size: 16px;
	letter-spacing: -1px;
}
ul.nav-bar-desktop li a:hover {
	color: #000;
}
ul.nav-bar-desktop li a.active {
	color: #000;
}
.offcanvas {
	background-color: transparent;
}
.offcanvas-end {
	top: 0;
	right: 0;
	width: 100%;
	border-left: 0;
	transform: translateY(100%);
	transition: transform 0.6s ease-in-out;
	background: #000000ed;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: transparent;
	background-image: url(../img/dropdownbg.jpg);
	background-size: cover;
}
.modal-backdrop.show {
	opacity: 1;
}
.offcanvas-header img {
	width: 150px;
}
.dropdown-div a.nav-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 24px;
	color: #fff !important;
	font-family: var(--font-btn);
	border-bottom: 1px solid #a3a3a3;
	padding: 20px 10px;
}
.dropdown-menu-dark {
	color: #fff !important;
	background-color: transparent;
	border-color: transparent;
}
.dropdown-menu-dark .dropdown-item {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #a3a3a3;
	padding: 10px 10px 10px 0;
}
.dropdown-menu-dark li:last-child a {
	border: 0;
	margin-bottom: 50px;
}
.dropdown-div .dropdown-menu {
	padding: 0;
	margin: 0;
}
.offcanvas-body::-webkit-scrollbar {
	width: 0; /* width of the entire scrollbar */
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
	color: #fff;
	background-color: transparent;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
	color: #fff;
	background-color: transparent;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
a.nav-link.show img.services-icon {
	transform: rotate(-90deg);
	transition: all 0.3s;
}
.dropdown-div a.nav-link img {
	height: 17px;
}
.navbar-toggler:focus {
	box-shadow: unset;
}
.faqs-div button.accordion-button {
	font-size: 18px;
	text-transform: capitalize;
}
