/*
Author       : Dreamguys
Template Name: Kofejob - Bootstrap WordPress Theme
Version      : 1.0
*/

/*============================
 [Table of CSS]
 
1. General
2. Table
3. Bootstrap Classes
4. Avatar
5. Nav Tabs
6. Focus Label
7. Components
8. Header
10. Home
11. Login
12. Select2
13. Search
14. Profile
15. Profile Settings
16. Calendar
17. Profile List
18. User Details
19. Range
21. Customer Profile
22. Blog 
23. Blog Details
24. Blog Grid
25. Terms and Conditions
26. Category Detail
27. Chat
28. Outgoing Call
39. Incoming Call
30. Profile-resume-edit
31. Profile-details-view
32. Freelancer
33. Employer
34. Membership
35. Freelancer Proposals
36. Invoices
37. Footer
38. Responsive
 
 ========================================*/

/*-----------------
	1. General
-----------------------*/

@font-face {
    font-family: 'Circular Std';
	font-style: normal;
	font-weight: 400;
    src: url('../fonts/CircularStd-Book.eot');
    src: url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CircularStd-Book.woff2') format('woff2'),
         url('../fonts/CircularStd-Book.woff') format('woff'),
         url('../fonts/CircularStd-Book.ttf')  format('truetype'),
         url('../fonts/CircularStd-Book.svg#Circular Std') format('svg');
}

@font-face {
    font-family: 'Circular Std';
	font-style: normal;
	font-weight: 500;
    src: url('../fonts/CircularStd-Medium.eot');
    src: url('../fonts/CircularStd-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CircularStd-Medium.woff2') format('woff2'),
         url('../fonts/CircularStd-Medium.woff') format('woff'),
         url('../fonts/CircularStd-Medium.ttf')  format('truetype'),
         url('../fonts/CircularStd-Medium.svg#Circular Std') format('svg');
}

@font-face {
    font-family: 'Circular Std';
	font-style: normal;
	font-weight: 700;
    src: url('../fonts/CircularStd-Bold.eot');
    src: url('../fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CircularStd-Bold.woff2') format('woff2'),
         url('../fonts/CircularStd-Bold.woff') format('woff'),
         url('../fonts/CircularStd-Bold.ttf')  format('truetype'),
         url('../fonts/CircularStd-Bold.svg#Circular Std') format('svg');
}

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
	src: local('Material Icons'),
	local('MaterialIcons-Regular'),
	url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
	url(../fonts/MaterialIcons-Regular.woff) format('woff'),
	url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
    vertical-align: middle;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
html {
    height: 100%;
}
body {
	background-color: #fff;
	color: #6e727d;
	font-family: 'Circular Std', sans-serif;
	font-size: 16px;
    height: 100%;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #161c2d;
	font-family: 'Circular Std', sans-serif;
	font-weight: 500;
}
.h1, h1 {
    font-size: 2.25rem;
}
.h2, h2 {
    font-size: 2rem;
}
.h3, h3 {
    font-size: 1.5rem;
}
.h4, h4 {
    font-size: 1.125rem;
}
.h5, h5 {
    font-size: 1rem;
}
.h6, h6 {
    font-size: 0.875rem;
}
p {
	line-height: 1.7;
}
label {
	color: #161c2d;
}
a {
    color: #161c2d;
    text-decoration: none;
}
a:hover {
	color: #FF3115;
}
a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input,
button,
a {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
button:focus {
	outline: 0;
}
input[type=text],
input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="number"], 
input[type="text"], i
nput[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
select, 
textarea {
	font-size: 16px;
}
.dropdown-menu {
    color: #161c2d;
	font-size: 14px;
    border: 1px solid #eff2f7;
    background-color: #fff;
    box-shadow: 0 0 1.25rem rgba(31,45,61,.08);
}

.btn {
	border-radius: 5px;
}

.btn.focus, .btn:focus {
	box-shadow: inherit;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff5b37;
    border-color: #ff5b37;
}

.btn-primary {
    color: #fff;
    background-color: #ff5b37;
    border-color: #ff5b37;
}
.form-control {
    border-color: #E7E8EA;
    color: #161c2d;
    font-size: 15px;
    min-height: 46px;
    padding: 6px 15px;
}
.nav-link {
	font-weight: bold;
    font-size: 14px;
    color: #6A1B9A;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.dashboard-page .content > .container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}

/*-----------------
	2. Table
-----------------------*/

.table {
	color: #161c2d;
	max-width: 100%;
	margin-bottom: 0;
	width: 100%;
}
.table>:not(:first-child) {
    border-top: 1px solid rgb(0 0 0 / 13%);
}
.table>:not(caption)>*>* {
	box-shadow: unset;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #f8f9fa;
}
.table.no-border > tbody > tr > td,
.table > tbody > tr > th,
.table.no-border > tfoot > tr > td,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > thead > tr > th {
	border-top: 0;
	padding: 10px 8px;
}
.table-nowrap td,
.table-nowrap th {
	white-space: nowrap
}
.table.dataTable {
	border-collapse: collapse !important;
}
table.table td h2 {
	display: inline-block;
	font-size: inherit;
	font-weight: 400;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
table.table td h2.table-avatar {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
	white-space: nowrap;
}
table.table td h2.table-avatar .profile-name {
	font-weight: 600;
    font-size: 15px;
    color: #161c2d;
}
table.table td h2 a {
	color: #161c2d;
}
table.table td h2 a:hover {
	color: #ff508b;
}
table.table td h2 span {
	color: #6e727d;
	display: block;
	font-size: 12px;
	margin-top: 3px;
}
.table thead {
	border-bottom: 1px solid #e8e8e8;
}
.table td, .table th {
	padding: 1rem 0.75rem;
}
.table thead tr th {
	border-bottom: 1px solid #e8e8e8;
}
.table tbody tr {
	border-bottom: 1px solid #e8e8e8;
}
.table tbody tr:last-child {
	border-color: transparent;
}
.table.table-center td, .table-center td, .table-center th, .table.table-center th {
	vertical-align: middle;
}
.table-hover tbody tr:hover {
	background-color: #f7f7f7;
}
.table-hover tbody tr:hover td {
	color: #474648;
}
.table tr td:first-child, .table tr th:first-child {
    padding-left: 20px;
}
.table tr td:last-child, .table tr th:last-child {
	padding-right: 20px;
}
.table-striped thead tr {
	border-color: transparent;
}
.table-striped tbody tr {
	border-color: transparent;
}
.table-striped tbody tr:nth-of-type(even) {
	background-color: rgba(255, 255, 255, 0.3);
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(235, 235, 235, 0.4);
}
.table-bordered {
	border: 1px solid #e8e8e8 !important;
}
.table-bordered th,
.table-bordered td {
	border-color: #e8e8e8;
}
.card-table .card-body {
    padding: 0;
}
.card-table .card-body .table > thead > tr > th {
    border-top: 0;
}
.card-table .table tr td:first-child,
.card-table .table tr th:first-child {
    padding-left: 1.5rem;
}
.card-table .table tr td:last-child,
.card-table .table tr th:last-child {
    padding-right: 1.5rem;
}
.card-table .table td, .card-table .table th {
    border-top: 1px solid #e8e8e8;
    padding: 1rem 0.75rem;
    white-space: nowrap;
}

/*-----------------
	3. Bootstrap Classes
-----------------------*/

.btn.focus, .btn:focus {
    box-shadow: unset;
}
.btn-block {
	width: 100%;
}
.btn-link {
	text-decoration: none;
}
.btn-link:hover {
	text-decoration: underline;
}
.btn-white {
    background-color: #fff;
    border-color: #ebebeb;
}
.btn.btn-rounded {
	border-radius: 50px;
}
.bg-primary,
.badge-primary {
	background-color: #ff5b37 !important;
}
a.bg-primary:focus, 
a.bg-primary:hover, 
button.bg-primary:focus, 
button.bg-primary:hover {
    background-color: #ff5b37 !important;
}
.bg-success,
.badge-success {
	background-color: #00e65b !important;
}
a.bg-success:focus, 
a.bg-success:hover, 
button.bg-success:focus, 
button.bg-success:hover {
    background-color: #00cc52 !important;
}
.bg-info,
.badge-info {
	background-color: #ff5b37 !important;
}
a.bg-info:focus, 
a.bg-info:hover, 
button.bg-info:focus, 
button.bg-info:hover {
    background-color: #028ee1 !important;
}
.bg-warning,
.badge-warning {
	background-color: #ffbc34 !important;
}
a.bg-warning:focus, 
a.bg-warning:hover, 
button.bg-warning:focus, 
button.bg-warning:hover {
    background-color: #e9ab2e !important;
}
.bg-danger,
.badge-danger {
	background-color: #ff0100 !important;
}
a.bg-danger:focus, 
a.bg-danger:hover, 
button.bg-danger:focus, 
button.bg-danger:hover {
    background-color: #e63333 !important;
}
.bg-white {
	background-color: #fff;
}
.bg-purple,
.badge-purple {
    background-color: #9368e9 !important;
}
.text-primary,
.dropdown-menu > li > a.text-primary {
	color: #ff5b37 !important;
}
.text-success,
.dropdown-menu > li > a.text-success {
	color: #00cc52 !important;
}
.text-danger,
.dropdown-menu > li > a.text-danger {
	color: #ff0100 !important;
}
.text-info,
.dropdown-menu > li > a.text-info {
	color: #ff3115 !important;
}
.text-warning,
.dropdown-menu > li > a.text-warning {
	color: #ffbc34 !important;
}
.text-purple,
.dropdown-menu > li > a.text-purple {
	color: #7460ee !important;
}
.text-muted {
    color: #6e727d !important;
}
.btn-primary {
	background-color: #ff5b37;
	border: 1px solid #ff5b37;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
	background-color: #ff431a;
	border: 1px solid #ff431a;
	box-shadow: unset;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
	background-color: #ff431a;
	border: 1px solid #ff431a;
}
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
	background-color: #ff431a;
	border-color: #ff431a;
	color: #fff;
}
.btn-primary.active:focus:not(:disabled):not(.disabled), 
.btn-primary:active:focus:not(:disabled):not(.disabled), 
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: unset;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #ff431a;
    border-color: #ff431a;
    color: #fff;
}
.btn-secondary.active:focus:not(:disabled):not(.disabled), 
.btn-secondary:active:focus:not(:disabled):not(.disabled), 
.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: unset;
}
.btn-success {
	background-color: #00e65b;
	border: 1px solid #00e65b
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
	background-color: #00cc52;
	border: 1px solid #00cc52;
	color: #fff;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
	background-color: #00cc52;
	border: 1px solid #00cc52
}
.btn-success.active:not(:disabled):not(.disabled),
.btn-success:active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
	background-color: #00cc52;
	border-color: #00cc52;
	color: #fff;
}
.btn-success.active:focus:not(:disabled):not(.disabled), 
.btn-success:active:focus:not(:disabled):not(.disabled), 
.show > .btn-success.dropdown-toggle:focus {
	box-shadow: unset;
}
.btn-success.disabled, .btn-success:disabled {
    background-color: #00e65b;
    border-color: #00e65b;
    color: #fff;
}
.btn-info {
	background-color: #009efb;
	border: 1px solid #009efb
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
	background-color: #028ee1;
	border: 1px solid #028ee1
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
	background-color: #028ee1;
	border: 1px solid #028ee1
}
.btn-info.active:not(:disabled):not(.disabled),
.btn-info:active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
	background-color: #028ee1;
	border-color: #028ee1;
	color: #fff;
}
.btn-info.active:focus:not(:disabled):not(.disabled), 
.btn-info:active:focus:not(:disabled):not(.disabled), 
.show > .btn-info.dropdown-toggle:focus {
	box-shadow: unset;
}
.btn-info.disabled, .btn-info:disabled {
    background-color: #009efb;
    border-color: #009efb;
    color: #fff;
}
.btn-warning {
	background-color: #ffbc34;
	border: 1px solid #ffbc34
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
	background-color: #e9ab2e;
	border: 1px solid #e9ab2e
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
	background-color: #e9ab2e;
	border: 1px solid #e9ab2e
}
.btn-warning.active:not(:disabled):not(.disabled),
.btn-warning:active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
	background-color: #e9ab2e;
	border-color: #e9ab2e;
	color: #fff;
}
.btn-warning.active:focus:not(:disabled):not(.disabled), 
.btn-warning:active:focus:not(:disabled):not(.disabled), 
.show > .btn-warning.dropdown-toggle:focus {
	box-shadow: unset;
}
.btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffbc34;
    border-color: #ffbc34;
    color: #fff;
}
.btn-danger {
	background-color: #ff0100;
	border: 1px solid #ff0100;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
	background-color: #e63333;
	border: 1px solid #e63333;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
	background-color: #e63333;
	border: 1px solid #e63333;
}
.btn-danger.active:not(:disabled):not(.disabled),
.btn-danger:active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
	background-color: #e63333;
	border-color: #e63333;
	color: #fff;
}
.btn-danger.active:focus:not(:disabled):not(.disabled), 
.btn-danger:active:focus:not(:disabled):not(.disabled), 
.show > .btn-danger.dropdown-toggle:focus {
	box-shadow: unset;
}
.btn-danger.disabled, .btn-danger:disabled {
    background-color: #f62d51;
    border-color: #f62d51;
    color: #fff;
}
.btn-light.active:focus:not(:disabled):not(.disabled), 
.btn-light:active:focus:not(:disabled):not(.disabled), 
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: unset;
}
.btn-dark.active:focus:not(:disabled):not(.disabled), 
.btn-dark:active:focus:not(:disabled):not(.disabled), 
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: unset;
}
.btn-outline-primary {
	color: #ff5b37;
	border-color: #ff5b37;
}
.btn-outline-primary:hover {
	background-color: #ff5b37;
	border-color: #ff5b37;
}
.btn-outline-primary:focus, 
.btn-outline-primary.focus {
	box-shadow: none;
}
.btn-outline-primary.disabled, 
.btn-outline-primary:disabled {
	color: #ff5b37;
	background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	background-color: #ff5b37;
	border-color: #ff5b37;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, 
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-outline-success {
	color: #00e65b;
	border-color: #00e65b;
}
.btn-outline-success:hover {
	background-color: #00e65b;
	border-color: #00e65b;
}
.btn-outline-success:focus, .btn-outline-success.focus {
	box-shadow: none;
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #00e65b;
	background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, 
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
	background-color: #00e65b;
	border-color: #00e65b;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, 
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-outline-info {
	color: #009efb;
	border-color: #009efb;
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #009efb;
	border-color: #009efb;
}
.btn-outline-info:focus, .btn-outline-info.focus {
	box-shadow: none;
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
	background-color: transparent;
	color: #009efb;
}
.btn-outline-info:not(:disabled):not(.disabled):active, 
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	background-color: #009efb;
	border-color: #009efb;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, 
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-outline-warning {
	color: #ffbc34;
	border-color: #ffbc34;
}
.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffbc34;
	border-color: #ffbc34;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
	box-shadow: none;
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	background-color: transparent;
	color: #ffbc34;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, 
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffbc34;
	border-color: #ffbc34;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, 
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-outline-danger {
	color: #ff0100;
	border-color: #ff0100;
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #ff0100;
	border-color: #ff0100;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
	box-shadow: none;
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	background-color: transparent;
	color: #ff0100;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, 
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
	background-color: #ff0100;
	border-color: #ff0100;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, 
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-outline-light {
    color: #ababab;
    border-color: #e6e6e6;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #ababab;
}
.add-btn {
    max-width: 140px;
}
.pagination > .active > a, 
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #ff3115;
	border-color: #ff3115;
}
.pagination > li > a, 
.pagination > li > span {
	color: #ff3115;
}
.page-link:hover {
	color: #ff3115;
}
.page-link:focus {
	box-shadow: unset;
}
.page-item.active .page-link {
	background-color: #ff3115;
	border-color: #ff3115;
}
.card {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(204, 204, 204, 0.25);
    margin-bottom: 30px;
	border-radius: 5px;
}
.card-body {
	padding:1.5rem;
}
.card-header {
	border-bottom: 1px solid #e8e8e8;
	padding: 1.5rem;
}
.card-footer {
	background-color: #fff;
	border-top: 1px solid #e8e8e8;
	padding: 1.5rem;
}
.card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
	border-radius: 5px 5px 0 0;
}
.card .card-header .card-title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.5rem;
    color: #161c2d;
}
.btn-light {
	border-color: #e6e6e6;
	color: #a6a6a6;
}
.btn-light:hover {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #ff508b;
	text-shadow: unset;
}
.bootstrap-datetimepicker-widget table td.today::before{
	border-bottom-color: #ff508b;
}
.bg-info-light {
	background-color: rgba(2, 182, 179,0.12) !important;
	color: #1db9aa !important;
}
.bg-primary-light {
	background-color: rgba(17, 148, 247,0.12) !important;
	color: #2196f3 !important;
}
.bg-danger-light {
	background-color: rgba(242, 17, 54,0.12) !important;
	color: #e63c3c !important;
}
.bg-warning-light {
	background-color: rgba(255, 152, 0,0.12) !important;
	color: #f39c12 !important;
}
.bg-success-light {
	background-color: rgba(15, 183, 107,0.12) !important;
	color: #26af48 !important;
}
.bg-purple-light {
	background-color: rgba(197, 128, 255,0.12) !important;
	color: #c580ff !important;
}
.bg-default-light {
	background-color: rgba(40, 52, 71,0.12) !important;
	color: #283447 !important;
}
.text-xs {
	font-size: .75rem !important;
}
.text-sm {
	font-size: .875rem !important;
}
.text-lg {
	font-size: 1.25rem !important;
}
.text-xl {
	font-size: 1.5rem !important;
}
.form-control:focus {
	border-color: #C7C8CA;
	box-shadow: none;
	outline: 0 none;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.form-group {
	margin-bottom: 1.25rem;
}
.form-check {
	margin-bottom: 1.25rem;
}
.slider-btn{
    background: #ff431a;
    color: #fff;
    border: 1px solid #ff431a; 
    padding: 8px 16px !important;
	transition: .5s;
}
.slider-btn:hover{
    background: #fff;
    color: #ff431a;
    border: 1px solid #fff; 
    padding: 8px 16px !important; 
}

/*-----------------
	4. Avatar
-----------------------*/

.avatar {
	position: relative;
	display: inline-block;
	width: 3rem;
	height: 3rem
}
.avatar > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.avatar-title {
	width: 100%;
	height: 100%;
	background-color: #ff508b;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.avatar-away::before,
.avatar-offline::before,
.avatar-online::before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25%;
	height: 25%;
	border-radius: 50%;
	content: '';
	border: 2px solid #fff;
}
.avatar-online::before {
	background-color: #00e65b;
}
.avatar-offline::before {
	background-color: #ff0100;
}
.avatar-away::before {
	background-color: #ffbc34;
}
.avatar .border {
	border-width: 3px !important;
}
.avatar .rounded {
	border-radius: 6px !important;
}
.avatar .avatar-title {
	font-size: 18px;
}
.avatar-xs {
	width: 1.65rem;
	height: 1.65rem;
}
.avatar-xs .border {
	border-width: 2px !important;
}
.avatar-xs .rounded {
	border-radius: 4px !important;
}
.avatar-xs .avatar-title {
	font-size: 12px;
}
.avatar-xs.avatar-away::before,
.avatar-xs.avatar-offline::before,
.avatar-xs.avatar-online::before {
	border-width: 1px;
}
.avatar-sm {
	width: 2.5rem;
	height: 2.5rem;
}
.avatar-sm .border {
	border-width: 3px !important;
}
.avatar-sm .rounded {
	border-radius: 4px !important;
}
.avatar-sm .avatar-title {
	font-size: 15px;
}
.avatar-sm.avatar-away::before,
.avatar-sm.avatar-offline::before,
.avatar-sm.avatar-online::before {
	border-width: 2px;
}
.avatar-md {
	width: 3.125rem;
	height: 3.125rem;
}
.avatar-lg {
	width: 3.75rem;
	height: 3.75rem;
}
.avatar-lg .border {
	border-width: 3px !important;
}
.avatar-lg .rounded {
	border-radius: 8px !important;
}
.avatar-lg .avatar-title {
	font-size: 24px;
}
.avatar-lg.avatar-away::before,
.avatar-lg.avatar-offline::before,
.avatar-lg.avatar-online::before {
	border-width: 3px;
}
.avatar-xl {
	width: 5rem;
	height: 5rem;
}
.avatar-xl .border {
	border-width: 4px !important;
}
.avatar-xl .rounded {
	border-radius: 8px !important;
}
.avatar-xl .avatar-title {
	font-size: 28px;
}
.avatar-xl.avatar-away::before,
.avatar-xl.avatar-offline::before,
.avatar-xl.avatar-online::before {
	border-width: 4px;
}
.avatar-xxl {
	width: 5.125rem;
	height: 5.125rem;
}
.avatar-xxl .border {
	border-width: 6px !important;
}
.avatar-xxl .rounded {
	border-radius: 8px !important;
}
.avatar-xxl .avatar-title {
	font-size: 30px;
}
.avatar-xxl.avatar-away::before,
.avatar-xxl.avatar-offline::before,
.avatar-xxl.avatar-online::before {
	border-width: 4px;
}
.avatar-group {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.avatar-group .avatar + .avatar {
	margin-left: -.75rem;
}
.avatar-group .avatar-xs + .avatar-xs {
	margin-left: -.40625rem;
}
.avatar-group .avatar-sm+.avatar-sm {
	margin-left: -.625rem;
}
.avatar-group .avatar-lg + .avatar-lg {
	margin-left: -1rem;
}
.avatar-group .avatar-xl + .avatar-xl {
	margin-left: -1.28125rem;
}
.avatar-group .avatar:hover {
	z-index: 1;
}
.text-end {
    text-align: right!important;
}

/*-----------------
	5. Nav Tabs
-----------------------*/

.nav-tabs {
	border-bottom: 1px solid #e8e8e8;
}
.card-header-tabs {
    border-bottom: 0;
}
.nav-tabs > li > a {
	margin-right: 0;
	color: #888;
	border-radius: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	border-color: transparent;
	color: #161c2d;
}
.nav-tabs.nav-tabs-solid > li > a {
	color: #161c2d;
}
.nav-tabs.nav-tabs-solid > .active > a,
.nav-tabs.nav-tabs-solid > .active > a:hover,
.nav-tabs.nav-tabs-solid > .active > a:focus {
	background-color: #ff508b;
	border-color: #ff508b;
	color: #fff;
}
.tab-content {
	padding-top: 20px;
}
.nav-tabs .nav-link {
	border-radius: 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: #eee;
    border-color: transparent;
	color: #161c2d;
}
.nav-tabs.nav-justified > li > a {
	border-radius: 0;
	margin-bottom: 0;
}
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
 }
.nav-tabs.nav-justified.nav-tabs-solid > li > a {
	border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a {
	color: #161c2d;
}
.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
	background-color: #fff;
	border-color: #fff;
	color: #ff5b37;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
	border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
	border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
	border-radius: 50px;
}
.nav-tabs-justified > li > a {
	border-radius: 0;
	margin-bottom: 0;
}
.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
	border-bottom-color: #ddd;
}
.nav-tabs-justified.nav-tabs-solid > li > a {
	border-color: transparent;
}
.nav-tabs.nav-justified.nav-tabs-top {
	border-bottom: 1px solid #ddd;
}
.nav-tabs.nav-justified.nav-tabs-top > li > a,
.nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
.nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
	border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top > li {
	margin-bottom: 0;
}
.nav-tabs.nav-tabs-top > li > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
	border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top > li.open > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
	border-top-color: #ddd;
}
.nav-tabs.nav-tabs-top > li+li > a {
	margin-left: 1px;
}
.nav-tabs.nav-tabs-top > li > a.active,
.nav-tabs.nav-tabs-top > li > a.active:hover,
.nav-tabs.nav-tabs-top > li > a.active:focus {
	border-top-color: #ff508b;
}
.nav-tabs.nav-tabs-bottom > li > a.active, 
.nav-tabs.nav-tabs-bottom > li > a.active:hover, 
.nav-tabs.nav-tabs-bottom > li > a.active:focus {
	border-bottom-width: 2px;
	border-color: transparent;
	border-bottom-color: #ff5b37;
	background-color: transparent;
	transition: none 0s ease 0s; 
	-moz-transition: none 0s ease 0s; 
	-o-transition: none 0s ease 0s; 
	-ms-transition: none 0s ease 0s; 
	-webkit-transition: none 0s ease 0s;
}
.nav-tabs.nav-tabs-solid {
	background-color: #fbfcff;
	border: 0;
}
.nav-tabs.nav-tabs-solid > li {
	margin-bottom: 0;
	text-align: center;
}
.nav-tabs.nav-tabs-solid > li > a {
	border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a:hover,
.nav-tabs.nav-tabs-solid > li > a:focus {
	background-color: #f5f5f5;
}
.nav-tabs.nav-tabs-solid > .open:not(.active) > a {
	background-color: #f5f5f5;
	border-color: transparent;
}
.nav-tabs-justified.nav-tabs-top {
	border-bottom: 1px solid #ddd;
}
.nav-tabs-justified.nav-tabs-top > li > a,
.nav-tabs-justified.nav-tabs-top > li > a:hover,
.nav-tabs-justified.nav-tabs-top > li > a:focus {
	border-width: 2px 0 0 0;
}
.provider-tabs .nav-tabs.nav-tabs-solid {
	background: #fff;
    box-shadow: 0px 4px 34px rgb(215 215 215 / 25%);
    border-radius: 5px;
    border: 0;    
	padding: 10px;
}
.single-freelancer .provider-tabs .nav-tabs.nav-tabs-solid {
	background: transparent;
    box-shadow: none;
    border-radius: 0px;
    border: 0;    
 }
 .single-freelancer .abouts-view {
	border: none;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 30px;
}
.provider-tabs .nav-tabs.nav-tabs-solid > li > a:hover, 
.provider-tabs .nav-tabs.nav-tabs-solid > li > a:focus, 
.provider-tabs .nav-tabs.nav-tabs-solid > li > a.active {
    background-color: transparent!important;
    border-color: #f9f9f9;
	color: inherit;
}
.provider-tabs .nav-tabs.nav-tabs-solid > li > a.active .fas {
	color: #f15c3d;
}
.provider-tabs .nav-tabs.nav-tabs-solid > li > a  p {
	margin: 5px 0 0;
	font-weight: 500;
	font-size: 16px;
}
.provider-tabs .nav-tabs-justified > li > a {
	border-radius: 0;
	margin-bottom: 0;
}
.provider-tabs .nav-tabs-justified > li > a:hover,
.provider-tabs .nav-tabs-justified > li > a:focus {
	border-bottom-color: #ddd;
}
.provider-tabs .nav-tabs-justified.nav-tabs-solid > li > a {
	border-color: transparent;
}
.provider-tabs .nav-tabs.nav-justified.nav-tabs-top {
	border-bottom: 1px solid #ddd;
}
.provider-tabs .nav-tabs.nav-justified.nav-tabs-top > li > a,
.provider-tabs .nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
.provider-tabs .nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
	border-width: 2px 0 0 0;
}
.bg-red {
	color: #FF8B7B;
}
.bg-blue {
	color: #129BE8;
}
.bg-violet {
	color: #8553EE;
}
.bg-yellow {
	color: #FEBE42;
}
.bg-pink {
	color: #F5365C;
}
.bg-green {
	color: #38B653;
}
.bg-navy {
	color: #11099F;
}
.user-tabs ul li + li {
	margin-left: 26px;
}
.user-tabs .nav-pills .nav-link {
    background: #fff;
    border-radius: 3px;
    color: #ff5b37;
    border: 1px solid #ff5b37;
    padding: 0.75rem 1rem;
}
.user-tabs  .nav-pills .nav-link.active, .user-tabs  .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ff5b37;
	border: 1px solid #ff5b37;
}

/*-----------------
	6. Focus Label
-----------------------*/

.form-focus {
	height: 58px;
	position: relative;
}
.form-focus .focus-label {
	font-size: 14px;
	font-weight: 400;
	pointer-events: none;
	position: absolute;
	-webkit-transform: translate3d(0, 22px, 0) scale(1);
	-ms-transform: translate3d(0, 22px, 0) scale(1);
	-o-transform: translate3d(0, 22px, 0) scale(1);
	transform: translate3d(0, 22px, 0) scale(1);
	transform-origin: left top;
	transition: 240ms;
	left: 15px;
	top: -3px;
	z-index: 1;
	color: #8C635B;
	margin-bottom: 0;
}
.form-focus.focused .focus-label {
	opacity: 1;
	top: -18px;
	font-size: 12px;
	z-index: 1;
}
.form-focus .form-control:focus ~ .focus-label, 
.form-focus .form-control:-webkit-autofill ~ .focus-label {
	opacity: 1;
	font-weight: 400;
	top: -18px;
	font-size: 12px;
	z-index: 1;
}
.page-template-page-login .form-focus .form-control,
.page-template-page-register .form-focus .form-control,
.page-template-page-forgotpassword .form-focus .form-control{
	padding:6px 15px;
}
.form-focus .form-control {
	height: 58px;
	padding: 21px 12px 6px;	
	border: 1px solid #ffe6e1;
}
.form-focus .form-control::-webkit-input-placeholder {
	color: transparent;
	transition: 240ms;
}
.form-focus .form-control:focus::-webkit-input-placeholder {
	transition: none;
}
.form-focus.focused .form-control::-webkit-input-placeholder {
	color: #6e727d
}
.form-focus.select-focus .focus-label {
	opacity: 1;
	font-weight: 300;
	top: -20px;
	font-size: 12px;
	z-index: 1;
}
.form-focus .select2-container .select2-selection--single {
	border: 1px solid #e3e3e3;
	height: 50px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
	right: 7px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #ccc transparent transparent;
	border-style: solid;
	border-width: 6px 6px 0;
	height: 0;
	left: 50%;
	margin-left: -10px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #ccc;
	border-width: 0 6px 6px;
}
.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 30px;
	padding-left: 12px;
	padding-top: 10px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #676767;
	font-size: 14px;
	font-weight: normal;
	line-height: 38px;
}
.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #fc6075;
}

/*-----------------
	7. Modal
-----------------------*/

.modal {
	-webkit-overflow-scrolling: touch;
}
.modal-footer.text-center {
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.modal-footer.text-left {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
}
.modal-dialog.modal-md {
    max-width: 600px;
}
.modal-header {
	padding: 20px 20px;
	align-items: center;
}
.modal-body {
	padding: 1.5rem;
}
.custom-modal .modal-content {
	border: 0;
    border-radius: 10px;
}
.custom-modal .modal-header {
    padding: 20px 20px 0px;
	border-bottom: 0;
}
.custom-modal .modal-footer {
    padding: 1.25rem;
}
.custom-modal .modal-body {
    padding: 2rem;
}
.custom-modal .close {
    border: 2px solid #ff5b37;
    border-radius: 50%;
    color: #ff5b37;
    font-size: 17px;
    height: 20px;
    line-height: 16px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 26px;
    width: 20px;
    z-index: 99;
}
.custom-modal .modal-title {
	font-size: 24px;    
	margin-bottom: 5px;
}
.custom-modal .modal-subtitle{
	font-size: 16px;
}
.rate-bottom {
	border-bottom: 1px solid #F3F3F3;
}
.modal-backdrop.show {
    opacity: 0.4;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
}
.modal .card {
	box-shadow: unset;
}
.modal-dialog {
	overflow: hidden;
}
.bg-modal {
	position: relative;
}
.bg-modal:before {
    content: "";
    position: absolute;
    margin: -32px;
    width: 100px;
    top: 0;
    left: 0;
    height: 100px;
    border-radius: 50%;
    background-color: #ff5b37;
	overflow: hidden;
}

/*-----------------
	8. Components
-----------------------*/

.comp-header {
    margin-bottom: 1.875rem;
}
.comp-header .comp-title {
    color: #161c2d;
}
.line {
    background-color: #ff3115;
    height: 2px;
    width: 60px;
}
.comp-buttons .btn {
	margin-bottom: 5px;
}
.pagination-box .pagination {
	margin-top: 0;
}
.comp-dropdowns .btn-group {
	margin-bottom: 5px;
}
.progress-example .progress {
	margin-bottom: 1.5rem;
}
.progress-xs {
	height: 4px;
}
.progress-sm {
	height: 15px;
}
.progress.progress-sm {
	height: 6px;
}
.progress.progress-md {
	height: 8px;
}
.progress.progress-lg {
	height: 18px;
}

/*-----------------
	9. Header
-----------------------*/

.header.min-header {
	width: 100%;
	position: fixed;
    z-index: 1040;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: transparent;
}
.header {
 	 background: #fff;
	width: 100%;
	z-index: 1040;
  	border-bottom: 1px solid #e3e3e3;
}
.home .header.fixed {
	position: fixed;
	background:transparent;
}
.home .header.fixed.sticky {
 	background:#fff;
}
.page-template-page-home-php .header {
	position: fixed;
	border-color: transparent;
}
.header-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
    position: relative;
	padding: 0 15px;
	margin-bottom: 0;
	 
}
.main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-nav > li.active > a {
	color: #ff5b37;
}
.main-nav > li.active > a::after {
	bottom: 0;
	background: #ff5b37;
	width: 100%;
	opacity: 1;
	position: absolute;
	content: "";
	height: 4px;
	left: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.main-nav > li > a {
    position: relative;
}
.main-nav > li > a:hover {
    color: #ff5b37;
}
.main-nav > li .submenu li a {
    display: block;
    padding: 10px 15px;
    clear: both;
    white-space: nowrap;
    font-size: 16px;
    color: #2d3b48;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
	width: 100%;
	border-top: 1px solid #f0f0f0;
}
.main-nav > li .submenu > li.has-submenu > a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 13px;
}
.main-nav > li .submenu li {
    position: relative;
}
.main-nav li a {
    display: block;
    font-size: 16px;
     color: #161c2d;
}
.main-nav li.login-link {
	display: none;
}
.main-menu-wrapper {
	margin: 0;
    padding: 0;
}
.logo {
    display: inline-block;
    margin-right: 0;
}
.togglesearch {
	position: absolute;
	top: 55px;
	left: 0;
	width: 285px;
	display: none;
	z-index: 999;
	background: #fff;
	padding: 10px 10px;
	border-radius: 5px;
	box-shadow: 0 2px 8px rgb(183 183 183 / 25%);
}
.togglesearch input[type="text"] {
	width: 182px;
	padding: 5px 10px;
	border: 1px solid #ff3115;
	outline: none;
	height: 39px;
	border-radius: 5px 0 0 5px;
}
.togglesearch button {
    background: #ff3115;
    color: #fff;
    border: 1px solid #ff3115;
    outline: none;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}
.header-contact-img {
	display: inline-block;
}
.header-contact-img i {
	color: rgba(0, 0, 0, 0.5);
	font-size: 30px;
}
.header-contact-detail {
	display: inline-block;
	padding-left: 10px;
}
.header-contact-detail p.contact-header {
	color: #484848;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 2px;
	text-align: left;
}
.header-contact-detail p.contact-info-header {
	color: #161c2d;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 0;
}
.header-navbar-rht {
    margin: 0;
	padding: 0;
}
.header-navbar-rht li.searchbar {
	width: 30px;
    height: 30px;
    background: #ff5b37;
    border-radius: 50%;
    border: 1px solid #ff5b37;
	position: relative;
	cursor: pointer;
}
.header-navbar-rht li a {
    color: #161c2d;
     font-size: 16px;
}
.header-navbar-rht li > a > i {
	color: #ff5b37;
}
.header-navbar-rht .account-item a{
	cursor: pointer;
	padding: 0;
}
.header-navbar-rht li a:hover, .header-navbar-rht li a:focus {
    color: #ff5b37;
}
.header-navbar-rht li.lang-item > a {
	padding-left: 0;
	padding-right: 0;
}
.header-navbar-rht li .dropdown-menu {
	padding: 0;
    margin: 0;
	border-radius: 5px;
}
.header-navbar-rht li .dropdown-menu:before {
    border: 7px solid #fff;
    border-color: transparent transparent #fff #fff;
    box-shadow: -2px 2px 2px -1px rgb(0 0 0 / 10%);
    content: "";
    left: 45px;
    position: absolute;
    top: 2px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.header-navbar-rht .dropdown-item {
	color: #161c2d;
	padding: 6px 15px;
	font-size: 14px;
	border-bottom: 1px solid #f0f0f0;
}
.header-navbar-rht .dropdown-item:last-child {
	border-bottom: 0;
}
.header-navbar-rht .dropdown-item img {
    margin-right: 7px;
}
.header-navbar-rht .login-btn {
    background-color: #ff5b37;
    border-color: #ff5b37;
    border-radius: 5px;
    padding: 12px 25px;
     color: #fff;
 	display: block;	
}
.header-navbar-rht .login-btn:hover, .header-navbar-rht .login-btn:focus {
    background: #fb451d;
    border-color: #fb451d;
	color: #fff;
}
.header-navbar-rht li.account-item .dropdown-menu:before {
	content: none;
}
.header-navbar-rht li.account-item .dropdown-menu {
	min-width: 280px;
	padding: 20px;
	box-shadow: 0px 2px 14px rgb(189 189 189 / 25%);
    border-radius: 0;
    border: 0;
}
.createpost_mobile {
	display: none;
}
.account-item .dropdown-menu h6 {
	font-size: 17px;
    color: #161c2d;
    font-weight: normal;
}
.account-item .custom_radio {
    color: #8C635B;
	font-weight: normal;
}
.account-item .arrow-circle {
	background: #131135;
    color: #FFFBFB;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    align-items: center;
    text-align: center;
    line-height: 31px;
}
.header-navbar-rht li.account-item .dropdown-menu.emp {
    padding: 0;
    border: 1px solid #f0f0f0;
    box-shadow: unset;
	z-index: 99999;
}
.emp .drop-head {
    background: #f3f3f3;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 14px;
    border-top: 1px solid #f0f0f0;
}
.header-navbar-rht .account-item .emp .dropdown-item {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    border-top: 1px solid #f0f0f0;
	text-transform: capitalize;
	line-height: 1.2;
}
.header-navbar-rht .account-item .emp .dropdown-item .material-icons{
	line-height: 1.2;
}
.header-navbar-rht .account-item .emp .dropdown-item:hover {
    color: #ff5b37;
}
.header-navbar-rht .account-item .emp .dropdown-item i {
    font-size: 14px;
    margin-right: 5px;
	width: 15px;
}
.header-navbar-rht .account-item .emp .dropdown-item .amt {
	float: right;
	color: #ff5b37;
	margin-left: 5px;
}
.header-navbar-rht .signout-btn {
    background-color: #ff5b37;
    border-radius: 130px;
    color: #fff;
    padding: 11px 30px;
    font-size: 14px;
    margin-right: 8px;
    font-weight: 700;
    color: #fff;    
	display: inline-block;
    text-transform: uppercase;
}
.header-navbar-rht .account-item  .dropdown-item {
    color: #6e727d;
    padding: 6px 0;
    font-size: 14px;
	font-weight: normal;
    border-bottom: 0;
}
.account-item .dropdown-item:focus, .account-item .dropdown-item:hover {
	background-color: transparent;
}
.header-navbar-rht li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.min-header .header-navbar-rht li a.header-login:hover {
	background-color: #cc2d78;
    border-color: #cc2d78;
}
.header-navbar-rht li a.header-login:hover {
    background-color: #cc2d78;
    border-color: #cc2d78;
    color: #fff;
}
.header-navbar-rht li {
	font-size: 14px;
	margin-right: 25px;
}
.header-navbar-rht li:last-child {
	margin-right: 0!important;
}
.min-header .header-navbar-rht li a.header-login {
	border-color: #fff;
	color: #fff;
}
.header-navbar-rht li a.header-login {
    border: 2px solid #cc2d78;
    border-radius: 4px;
    padding: 10px 15px !important;
    text-align: center;
    font-size: 15px;
    color: #cc2d78;
    text-transform: uppercase;
    font-weight: 500;
}
.header .has-arrow .dropdown-toggle:after {
	border-top: 0;
	border-left: 0;
	border-bottom: 2px solid #161c2d;
	border-right: 2px solid #161c2d;
	content: '';
	height: 8px;
	display: inline-block;
	pointer-events: none;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
	vertical-align: 2px;
	margin-left: 0px;
	margin-right: 3px;
}
.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.user-menu {
    float: right;
    margin: 0;
    position: relative;
    z-index: 99;
}
.user-menu.nav > li > a {
	color: #fff;
	font-size: 14px;
	line-height: 58px;
	padding: 0 15px;
	height: 60px;
}
.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
	background-color: rgba(0, 0, 0, 0.2);
}
.user-menu.nav > li > a:hover i,
.user-menu.nav > li > a:focus i {
	color: #fff;
}
.user-img {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}
.user-img > img {
    height: 46px;
    object-fit: cover;
    width: 46px;
    border-radius: 50%;
}
.user-menu.nav > li > a.mobile_btn {
	border: 0;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer
}
.user-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    padding: 10px 15px;
}
.user-header .user-text {
	margin-left: 10px;
}
.user-header .user-text h6 {
	font-size: 15px;
    margin-bottom: 2px;
}
.course {
	margin-left: 10px;
    padding-top: 17px;
}
.main-nav .log-select {
	background-color: #fff;
    padding: 9px 7px !important;
    color: #cc2d78;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 85px;
    cursor: pointer;
}
.main-nav .log-select.dropdown-toggle:after {
	color: #161c2d;
}
.main-nav .log-menu .dropdown-item {
	color: #161c2d !important;
	font-weight: 400;
}
.main-nav .log-select i {
	background-color: #cc2d78;
    padding: 5px 7px;
    border-radius: 50%;
    color: #fff;
}
.language-select {
	cursor: pointer;
}
.dot-menu .nav-link {
	color: #c4c4c4;
	padding: 2px;
}
.dot-menu .dropdown-menu {
	padding: 0;
	right: 0;
    left: auto !important;
}
.dot-menu .dropdown-item:focus, .dot-menu .dropdown-item:hover {
	color: #ff5b37;
	background-color: transparent;
}
.dot-menu .dropdown-toggle::after {
	content: none;
}

/*-----------------
	10. Mobile Menu
-----------------------*/

.sidebar-overlay {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
.menu-opened .main-menu-wrapper {
    transform: translateX(0);
}
.menu-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
    padding:  15px 20px 15px;
 	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
 	display: none;
	
}
.menu-close {
	font-size: 18px;
}
.menu-close i {
	color: #f38244;
}
.bar-icon {
    display: inline-block;
    width: 31px;
}
.bar-icon span {
    background-color: #ee6c2f;
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 7px;
    width: 31px;
    border-radius: 2px;
}
.bar-icon span:nth-child(2) {
    width: 16px;
}
.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}
#mobile_btn {
	display: none;
	margin-right: 20px;
}
html.menu-opened body {
    overflow: hidden;
}
.social-icon ul {
	display: inline-flex;	
	display: -ms-inline-flexbox;
	list-style: none;
	margin: 0;
	padding: 0;
}
html.menu-opened body:before{
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 999;
}
html.menu-opened body:before .header.sticky{
	 border: none;
}
html.menu-opened body header:before {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 99;
}

/*-----------------
	11. Home
-----------------------*/

.home-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 84px;
}
.banner-img {
	float: right;
	padding:60px 0;
}
.banner-content .rating {
	margin-bottom: 15px;
}
.banner-content .rating i {
    color: #FFB800;
	margin-right: 2px;
}
.banner-content .rating h5 {
	padding-left: 10px;
	color: #6e727d;
	margin-bottom: 0;
}
.banner-content .select2-container {
	height:30px;
}
.elementor-tab-content {
	height:100%!important;
}
.banner-content h5 {
      text-transform: uppercase;
}
.banner-content h1 {
	font-weight: bold;
	font-size: 66px;
	margin-bottom: 20px;
	line-height: 76px;
}
.banner-content h1 .orange-text{
	font-weight: 700;
	color: #ff5b37;
}
.banner-content p {
	font-size: 20px;
	margin-bottom: 30px;
	color: #6e727d;
}
.banner-content .form-inner {
    padding: 3px;
    background-color: #fff;
    border-radius: 130px;
    width: 100%;
	border: 4px solid rgba(255, 204, 192, 0.3);
}
.banner-content .input-group {
	background: #fff;
    border-radius: 130px;
	align-items: center;
}
.banner-content .input-group .form-control::placeholder{
	color: #6e727d	;
}
.banner-content .input-group .form-control::-webkit-input-placeholder { /* Edge */
	color: #6e727d;
}
.banner-content .input-group .form-control:-ms-input-placeholder { /* Internet Explorer */
	color: #6e727d;
}
.banner-content .input-group .form-control::placeholder {
	color: #6e727d;
}
.banner-content .input-group .input-group-prepend {
	margin-right: 0;
}
.banner-content .form-control {
	background: #fff;
    border-radius: 40px;
	border: 0;
	color: #161c2d;
	height: 70px;
     font-size: 18px;
}
.drop-detail {
    width: 165px;
	display: flex;
    align-items: center;
}
.banner-content .select2-container {
	border-right: 1px solid #e8e8e8;
	width: 99% !important;
	z-index: unset;
	height: 30px;
}
.banner-content .select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 18px;
	padding: 0 25px;
	line-height: 1.5;
}

.home-banner .select2-container--default .select2-selection--single .select2-selection__arrow {
 	right: 7px;
	height: 26px;
	top: 0px!important;
}

.banner-content .select2-container .select2-selection--single {
	border: 0;
    align-items: center;
    display: flex;
	background: transparent;
	height: 30px;
}
.banner-content .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: auto;
}
.banner-content .sub-btn {
	background: #ff5b37;
	border-radius: 50px !important;
	font-weight: 500;
	border: 1px solid #ff5b37;
    height: 64px;
    margin: 3px !important;
	font-size: 18px;
	padding: 10px 30px;
	text-transform: uppercase;
	color: #fff;
}
.banner-content .sub-btn:hover, .banner-content .sub-btn:focus {
    background: #fb451d;
    border-color: #fb451d;
}
.btn-item {
    margin-top: 25px;
}
.get-btn {
	background: #ff5b37;
	border-color: #ff5b37;
    padding: 12px 30px;
	color: #fff;
	margin-right: 10px;
	min-width: 180px;
	font-weight: 500;
 }

 .expert .get-btn {
	background: #ff5b37;
	border-color: #ff5b37;
    padding: 12px 30px;
	color: #fff;
	margin-right: 15px;
	min-width: 180px;
	font-weight: 500;
}
.get-btn:hover {
	color: #fff;
	background-color: #fb451d;
    border-color: #fb451d;
}
.courses-btn {
	background: #131135;
    padding: 12px 30px;
	color: #fff;
	min-width: 180px;
	font-weight: 500;
}
.courses-btn:hover {
	color: #fff;
	background-color: #ff5b37;
    border-color: #ff5b37;
}
.feature {
    position: relative;
    padding-bottom: 50px;
    background-image: url(../images/bg/bg-07.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 60%;
    padding-top: 80px;
}
.feature-item {
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
    background: #fff;
	box-shadow: 0px 4px 4px rgba(198, 198, 198, 0.25);
	border-radius: 5px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-align: center;
	overflow: hidden;
	border: 1px solid #ebebeb;
}
.feature-item:hover {
	background: #FFFBFB;
}
.freelance-count:before {
    content: "";
    position: absolute;
    margin: -32px;
    width: 70px;
    top: 0;
    left: 0;
    height: 64px;
    border-radius: 50%;
    background-color: #ff5b37;
}
.comp-project:before {
    content: "";
    position: absolute;
    margin: -32px;
    width: 70px;
    top: 0;
    right: 0;
    height: 64px;
    border-radius: 50%;
    background-color: #ff5b37;
}
.feature .feature-icon {
    margin-bottom: 25px;
    position: relative;
}
.feature .feature-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 108px;
    height: 70px;
    background-image: url(../images/icon/icon-bg.png);
}
.feature .feature-icon img{
	position: relative;
}
.feature .feature-content h3 {
    color: #161c2d;
    font-size: 30px;
    font-weight: bold;
}
.feature .feature-content p {
    font-size: 18px;
      color: #6e727d;
	margin-bottom: 0;
}
.work {
	position: relative;
}
.work:before {
    content: "";
    position: absolute;
    width: 108px;
    height: 128px;
	z-index: 9;
    top: 60px;	
    left: 50%;
    transform: translate(-50%, 0);
    background: url(../images/bg-08.png) top center no-repeat;
}
.work-box {
	padding: 0;    
	overflow: hidden;
}
.bg1 {
	background: #ff5b37;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 270px;
}
.bg1:before {
    content: "";
    position: absolute;
    margin: -32px;
    width: 70px;
    top: 0;
    left: 0;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.21);
	z-index: 99;
}
.bg1:after {
    content: "";
    position: absolute;
    margin: -32px;
    width: 70px;
    top: 0;
    left: 0;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(255, 230, 224, 0.7);
	z-index: 99;
}
.bg2 {
	background: #FFF5F3;
    background-repeat: no-repeat;
    background-position: right bottom;
	background-size: 270px;
}
.work-content {
	width: 74%;
    padding: 70px 50px;
}
.work-content h2 {
	font-weight: 500;
	font-size: 42px;
 	color: #FFEFEB;
	position: relative;
    margin-bottom: 20px;
}
.work-content h2 span {
    display: block;
}
.bg2 .work-content h2 {
	color: #161c2d; 
}
.work-content p {
     font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.bg2 .work-content p {
	color: #6e727d;
}
.work-content .long-arrow {
	width: 64px;
	height: 64px;
	background: #FFFAF9;
	color: #ff5b37;
	border-radius: 50%;
    line-height: 64px;
    text-align: center;
    font-size: 30px;
}
.work-content .long-arrow:hover, .work-content .long-arrow:focus {
	background: #131135;
	color: #fff;
}
.bg2 .work-content .long-arrow {
	background: #131135;
	color: #FFFBFB;
}
.bg2 .work-content .long-arrow:hover, .bg2 .work-content .long-arrow:focus {
    background: #fb451d;
}
.services {
	position: relative;
    padding: 80px 0;
	background: #FFFBFB;
	background-image: url(../assets/images/bg/bg-01.png), url(../assets/images/bg/bg-02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right bottom, left top;
	background-size: 270px, 56%;
}
.service-item {
	background: #fff;
	border: 1px solid #ececec;
	text-align: center;
	border-radius: 2px;
	padding: 20px;
	margin-bottom: 30px;
	transition: ease-in-out .15s;
	-moz-transition: ease-in-out .15s;
	-o-transition: ease-in-out .15s;
	-webkit-transition: ease-in-out .15s;
	cursor: pointer;
}
.service-item:hover, .service-item:focus {
	background: #FFF0F0;
	border-color: #FFF0F0;
}
.select-item.selected {
    box-shadow: 0px 8px 16px 0px #EEEEEE;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%)
}
.selected {
    background: #ff5b37;
}
.selected .service-content h5 {
	color: #fff;
}
.service-icon {
	margin-bottom: 20px;
	line-height: 77px;
}
.service-content h5 {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.services-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
	margin-bottom: 15px;
}
.services-item  img{
	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.section-header {
	margin-bottom: 40px;
}
.section-line {
    width: 35px;
    height: 8px;
    background: #ff5b37;
    border-radius: 5px;
    margin: auto;
	position: relative;
	margin-bottom: 20px;    
}
.section-header.text-left .section-line{
	margin-left: 0px;
}
.section-header .fr-serv2-btn .btn-theme{
	background-color: #ff5b37;
    border: 1px solid #ff5b37;
	color:#fff;
	margin-top: 15px;
}
.section-header .fr-serv2-btn .btn-theme:hover,
.section-header .fr-serv2-btn .btn-theme:focus,
.section-header .fr-serv2-btn .btn-theme.active{
	color:#fff;
	background-color: #ff431a;
    border: 1px solid #ff431a;
    box-shadow: unset;
}

.header-title {
    color: #161c2d;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
    font-size: 42px;
}
.section-header h5 {
    font-size: 21px;
    color: #ff5b37;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
}

.section-header p {
     font-size: 18px;
    color: #6e727d;
    margin-bottom: 0;
}
.services-item .content-text {
	position: absolute;
    transition: all .3s ease-in-out;
    text-align: center;
    bottom: 10%;
    width: 100%;
}
.services-item .content-part h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
.services-item .content-part h4 {
	font-size: 17px;
	font-weight: 600;
	color: #fff;
}
.services-item .text {
    text-align: center;
    position: absolute;
    top: 70%;
}
.services-item:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.services-item:hover img {
	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.see-all {
	margin-top: 20px;
}
.all-btn {
    padding: 12px 40px;
    background: #131135;
    border: 3px solid #131135;
    border-radius: 50px;
    color: #FFF5F3;
    font-weight: bold;
    font-size: 18px;
}
.all-btn:hover {
	background: #ff5b37;
	border:  3px solid #ff5b37;
    color: #fff;
	transition: all 0.3s ease;
}
.right-arrow {
	height: 20px;
    width: 20px;
    background: #fff;
    color: #ff5b37;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    padding-left: 2px;
    font-size: 14px;
	margin-left: 10px;
}
.all-btn:hover .right-arrow {
	color: #115241;
}
.home .projects {
	position: relative;
    padding: 80px 0 50px;
}
.home .projects {
	position: relative;
    padding: 80px 0 0px;
	background: #fff;
	background-image: url(../images/bg-03.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 320px;
}
.home .project-item {
	background: #fff;
	border: 1px solid #e8e8e8;
	box-shadow: 10px 14px 5px rgba(255, 204, 193, 0.1);
	margin-bottom: 30px;
	width: 100%;
}
.home .project-item:hover .project-icon {
	border-color: #e8e8e8;
}
.home .project-img {
	overflow: hidden;
    padding: 3px 3px 0 3px;
}
.home .project-img img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    width: 100%;
}
.project-img:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.project-icon {
    position: relative;
     height: 48px;
    border-radius: 50%;
    background: transparent;
    border: 0;
    margin: 15px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.pro-icon {
    position: relative;
}
.pro-icon:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #e8e8e8;
	margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.project-content {
	margin: 0 auto;
	text-align: center;
	width: 42%;
}
.project-content h4 {
	font-weight: 500;
	font-size: 20px;
}
.project-content h5 {
	font-weight: normal;
	font-size: 16px;
	color: #6e727d;
	margin-bottom: 0;
}
.project-content h5 a {
	color: #6e727d;
}
.project-content h5 a:hover {
	color: #ff5b37;
}
.developer {
	position: relative;
	padding: 80px 0 50px;
	background-image: url(../images/bg-04.png), url(../images/bg-05.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right top, left center;
}
.dev-item {
	position: relative;
}
.dev-img, .dev-top {
	position: relative;
}
.dev-text {
    position: absolute;
    top: 20px;
    text-align: center;
    right: 20px;
}
.dev-text .right {
    padding: 10px 15px;
    color: #ff5b37;
    font-weight: bold;
    background: #FFFBFB;
    border-radius: 50px;
    font-size: 14px;
    display: inline-block;
}
.dev-user {
	position: absolute;
    left: 20px;
	top: 20px;
    display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
}
.dev-user img {
    margin: auto;
    width: 40px;
}
.dev-content {
    background: #fff;
	border: 1px solid #FFEEEA;
    width: 100%;
	text-align: center;
	padding: 20px;
}
.dev-content .rating {
	margin-bottom: 10px;
}
.dev-content .rating i {
	margin-bottom: 10px;
	font-size: 13px;
}
.dev-content h3 {
    font-weight: 600;
	font-size: 20px;
	margin-bottom: 12px;
}
.dev-content h4 {
    font-weight: 500;
	font-size: 15px;
	color: #ff5b37;
    margin-bottom: 14px;
}
.dev-content p {
    font-weight: 600;
	font-size: 16px;
	color: #6e727d;
	margin-bottom: 0;
	text-transform: uppercase;
}
.btn-view {
	color: #fff;
    background-color: #ff5b37;
    padding: 15px 22px;
    font-size: 18px;
    font-weight: bold;
	width: 100%;
	border-radius: 0px 0px 15px 15px;
}
.btn-view:hover{
	color: #fff;
    background-color: #fb451d;
    border-color: #fb451d;
}
.developer-slider .slick-slide {
    display: block;
    margin-left: 0;
    padding: 0 10px;
}
.rating .checked {
	color: #ff9415;
}
.rating .non-checked {
	color: #C4C4C4;
}
.right-text {
	text-align: right;
}
.subscribe {
    background: #ff5b37;
    padding: 80px 0;
    position: relative;
    color: #fff;
	background-image: url(../assets/images/bg/bg-08.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.subscribe h5{
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	padding-bottom: 10px;
}
.subscribe h3 {
    font-weight: bold;
    font-size: 42px;
    color: #fff;
    margin-bottom: 0px;
}
.subscribe p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
}
.subscribe .form-inner {
    padding: 0px;
    background-color: transparent;
    border-radius: 40px;
    width: 100%;
}
.subscribe .wpcf7-not-valid-tip {
    margin-top: 15px;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
.subscribe .wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0;
	border-color: #fff!important;
	border-radius: 15px;
    padding: 5px 15px;
    line-height: 20px;
	
}
.subscribe .input-group {
	background: transparent;
    border-radius: 40px;
}
.subscribe .wpcf7-spinner{
	display: none!important;
}
.subscribe .btn.btn-primary.sub-btn{
	position: absolute;
    right: 5px;
    padding: 20px 40px;
    top: 5px;
    margin: 0px;

}
.subscribe .form-control {
	background: #FFFBFB;
    border-radius: 50px;
	border: 0;
	height: 70px;
	font-size: 18px;
	color: #1a1b1e;
}
.subscribe .sub-btn {
    background: #131135;
    border-radius: 50px !important;
    font-weight: bold;
    border: 1px solid #131135;
    margin: 3px;
    font-size: 15px;
    line-height: 18px;
    padding: 12px 40px;
    text-transform: uppercase;
    color: #fff;
}
.subscribe .sub-btn:hover, .subscribe .sub-btn:focus {
    background: #fb451d;
    border-color: #fb451d;
}
.home .review  {
	background: #FFF8F8;
	padding: 80px 0;
}
.testimonial-section .review {
	background: #FFF8F8;
	padding: 80px 0;
}
.single-post .blog-single-post .blog-content  {
	margin-bottom:50px;
}
.single-post .blog-single-post .tags_single_blog{
	margin-bottom: 40px;
}
.single-post .blog-view  .blog-comments{
	margin-bottom: 1.5rem;
 }
.single-post .blog-view .blog-comments #reply-title{
	margin-bottom: 1.5rem;
    font-weight: 500;
    border: none;
	padding: 0;
	font-size: 1.5rem;
}
.single-post .blog-view .pro-title{font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    border: none;
	padding: 0;
}
.single-post .blog-view  .new-comment{
	margin-bottom: 30px;
}
.single-post .blog-view .blog-comments .comment-by .blog-author-name{
	display:block;
	margin: 0px;
}
.single-post .blog-view .blog-comments .comment-by{
	margin-bottom: 15px;
}

.comments-list .comment-block p:last-child {
    margin: 0;
}

.single-post .blog-view .blog-comments .comment-by .blog-author-name a,.single-post .blog-view .blog-comments .comment-by .blog-author-name .date {
	display:block;
	width: 100%;
}
.single-post .blog-view .blog-comments .comment-by .blog-author-name a{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
}
.single-post .blog-view .blog-comments .comment-by .blog-author-name .date{
	font-size: 14px;
	font-weight: normal;
	color: #6e727d;
}
.single-post .blog-view .pro-title:before, .single-post .blog-view .pro-title:after{
	display: none;
}
.single-post .blog-single-post .blog-image img  {
	 border-radius: 10px;
}
.review-blog {
    background-color: #fff;
    padding: 1.5rem;
    position: relative;
	border: 1px solid #e8e8e8;
 	border-radius: 5px;
}
.review-blog .review-content {
	padding: 0;
	border-bottom: 0;
	margin-bottom: 0px;
}
.review-blog .review-img img {
    width: 80px;
    border-radius: 50%;
    margin-right: 20px;
}
.review-info h3 {
    font-size: 20px;
    font-weight: 500;
    color: #161c2d;
}
.review-info h5 {
    font-size: 14px;
    color: #6e727d;
    margin-bottom: 8px;
    font-weight: normal;
}
.review-blog .review-top {
	margin-bottom: 20px;
}
.review-blog .rating {
	
}
.review-info .rating i {
	font-size: 12px;
}
.review-info .rating i.filled {
    color: #ff9415;
}
.review-info .rating .average-rating {
    font-size: 15px;
    color: #6e727d;
}
.review-blog .review-content p {
    margin: 0;
	color: #6e727d;
}
.review-bottom .review-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
.review-bottom .review-info h3 {
    font-size: 18px;
    font-weight: bold;
    color: #161c2d;
    margin-bottom: 3px;
}
.review-icon img {
    max-width: 50px;
}
.review-slider .slick-slide {
    display: block;
    margin-left: 0;
    padding: 0 10px;
    width: 280px;
}
.news {
    padding: 80px 0 50px;
	background: #FFFBFB;
	background-image: url(../images/bg-03.png), url(../images/bg-06.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right top, left top;
    background-size: 170px;
}
.news-content h2 {
	font-size: 24px;
	color: #161c2d;
}
.news-content {
	background: #fff;
	border-radius: 0px 0px 10px 10px;
	padding: 20px;
}
.news-content p {
	font-size: 16px;
	color: #161c2d;
}
.news-content .entry-meta {
	background: #FFFBFB;
    display: inline-block;
    padding: 5px 10px 5px 0;
	border-radius: 0 25px 25px 0;
	color: #757575;
    list-style: none;
    margin-bottom: 15px;
}
.news-content .entry-meta li {
    display: inline-block;
    margin-right: 15px;
	font-size: 15px;
    font-weight: 500;
    color: #6e727d;
}
.news-content .entry-meta li.name i {
	font-size: 25px;
}
.news-content .entry-meta li.name img {
	width: 40px;
    height: 40px;
    border-radius: 100%;
}
.news-content .entry-meta li.cal i{
	color: #ff5b37;
}
.news-content a.read {
	font-weight: 600;
	font-size: 14px;
	color: #ff5b37;
}
.news .see-all {
	margin-top: 20px;
	text-align: center;
}
.clients {
    padding-top: 50px;
}
.client-img {
    text-align: center;
}
.job-counter {
	padding: 80px 0;
	background: #ff5b37;
}
.counter h2 {	
	font-weight: 600;
	font-size: 36px;
	color: #fff;
}
.counter h4 {	
	font-weight: 500;
	font-size: 20px;
	color: #fff;
}
.about {
	padding: 80px 0;
}
.about-content h2 {
	font-size: 42px;
	color: #161c2d;
	margin-bottom: 20px;
	font-weight: 500;
}
.about-content p {
	margin-bottom: 20px;
}
.orange-text {
    color: #ff5b37;
}
.learn-btn {
	background: #131135;
	font-weight: 500;
	padding: 12px 30px;
	color: #fff;
}
.learn-btn:hover {
    color: #fff;
    background: #ff5b37;
}
.expert {
	padding: 80px 0;
	text-align: center;
	background-image: url(../images/bg/about-bg.png);
    background-size: cover;
}
.expert h5 {
	font-weight: bold;
	font-size: 16px;
	color: #ff5b37;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.expert h2 {
	font-size: 42px;
	color: #161c2d;
	margin-bottom: 25px;
	font-weight: 500;
}
.expert .btn-item {
	margin-top: 50px;
	display: inline-flex;
}
.agency {
	position: relative;
}
.agency-box {
	padding: 0;    
	overflow: hidden;
}
.black-bg {
	background: #131135;
}
.agency-content p {
	color: #fff;
	margin-bottom: 30px;
}
.agency-content {
    padding: 0 100px;
}
.agency-content .learn-btn {
	background: #ff5b37;
}
.agency-content .learn-btn:hover {
    color: #fff;
    background: #fb451d;
}
.about-img img{
	position: relative;
}
.about-img img:before {
  content: "";
  position: absolute;
  top: 100%;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background-color: rgba(0,0,0,.2);
}
.icon-search {
	display: flex;
	align-items: center;
	font-size: 22px;
    width: 35px;
    justify-content: center;
	color: #EFAA46;
}
.feature-bottom {
	background: #FFFFFF;
	border: 1px solid #287E74;
	border-radius: 10px;
	padding: 25px 10px;
	position: absolute;
    bottom: -37px;
	transform: translate(-50% );
    left: 50%;
    min-width: 290px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}
.feature-bottom:hover {
	background: #efecec;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.feature-bottom p {
	margin-bottom: 0;
	font-weight: 600;
    text-transform: uppercase;
    color: #263238;
}
.feature-border {
	border: 1px solid #EFAA46;
}
.feature-group {
	margin-bottom: 35px;
}
.feature-position {
	position: absolute;
    width: 100%;
    top: -59px;
}
.develope-project {
	padding: 80px 0px;
}
.need-project h2 {
	font-size: 46px;
	margin-bottom: 22px;
}
.need-project h2 span {
	color: #EFAA46;
}
.need-project p {
	font-size: 20px;
	margin-bottom: 30px;
}
.want-work h2 { 
	max-width: 212px;
    margin-left: auto;
	margin-bottom: 50px;
}
.want-work {
	text-align: right;
}
.pro-ject-img img {
	width: 100%;
}
.pro-ject-img {
	position: relative;
}
.learn-more .btn-primary {
	background: #287E74;
	border: 1px solid #287E74;
	border-radius: 50px;
	min-width: 120px;
	padding: 7px 10px;
}
.learn-more .btn-primary:hover {
	background: #1f6a62;
	border: 1px solid #1f6a62;
	color: #fff;
}
.project-position {
	box-shadow: 0px 0px 15px rgb(0 0 0 / 7%);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 70px;
    background: #fff;
    min-width: 250px;
    right: -100px;
}
.project-position p {
	margin-bottom: 0px;
}
.project-position p,
.project-position span {
	font-size: 16px;
    font-weight: 600;
}
.review-head .header-title span {
	color: #287E74;
}
.section-text {
	margin-bottom: 60px;
}
.section-text p {
	font-size: 20px;
}
.all-see {
	margin-left: auto;
}
.all-see .btn-primary {
	background: #287E74;
	border: 1px solid #287E74;
	border-radius: 50px;
}
.all-see .btn-primary:hover {
	background: #1f6a62;
	border: 1px solid #1f6a62;
	color: #fff;
}
.project-all .btn-primary {
	min-width: 154px;
	padding: 7px 10px;
}
.count-number {
	margin-left: auto;
}
.develope-group {
	padding: 24px;
	width:100%;
}
.inspired-group h5,
.count-number h4 {
	margin-bottom: 0px;
	font-size: 14px;
}
.inspired-group h5 {
	color: #161c2d;
	font-weight: 500;
}
.inspired-group h5 i{
	margin-right: 14px;
	color: #EFAA46;
}
.count-number h4 {
	color: #EFAA46;
}
.inspired-group {
	margin-bottom: 24px;
}
.inspired-group:nth-child(2) {
	margin-bottom: 0;
}
.inspired-group:nth-child(2) h5 i,
.inspired-group:nth-child(2) .count-number h4 {
	color: #287E74;
}
.inspired-group:nth-child(1) h5 i {
	font-weight: 500;
}
.most-hired {
	background: rgba(239, 170, 70, 0.05);
	padding: 80px 0px 55px;
}
.develop-all .btn-primary {
	min-width: 177px;
	padding: 7px 10px;
}
.team-group {
	padding: 25px;
	width: 100%;
}
.team-group h3 {
	margin-top: 10px;
}
.team-group .freelance-specific {
	margin: 10px 0px;
}
.team-group .rating {
	font-size: 10px;
}
.team-group .rating .average-rating {
	margin-left: 6px;
	font-weight: 400;
	color: #8D8D8D
}
.team-group .freelance-location {
	color: #161c2d;
	font-weight: 400;
}
.team-group .freelance-location svg {
	color: #EFAA46;
	margin-right: 12px;
}
.most-hired .project-img {
	padding: 0;
	position: relative;
	border-radius: 10px 10px 0 0;
}
.most-hired .project-item {
	margin-bottom: 25px;
	position:relative;
	width: 100%;
	border: 1px solid #E3E3E3;
	border-radius: 10px;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.most-hired .project-item:hover {
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.07);
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.team-group h3 a i {
	color: #00D021;
	margin-left: 6px;
}
.hour-price h5 {
	font-size: 14px;
	margin-bottom: 0;
	color: #fff;
}
.hour-price h5 span {
	font-weight: 400;
}
.hour-price {
	background: #EFAA46;
    position: absolute;
    top: -20px;
	right: 0;
	padding: 12px;
	border-radius: 5px 0px 0px 5px;
}
.hour-position {
	position: relative;
}
.project-item .favourite.color-active {
    animation: size .4s;
    background: #EFAA46;
    color: #fff;
}
.free-one .favourite.three-active i {
    animation: size .4s;
    color: #2567E6;
	font-weight: 700;
}
.favourite.team-star {
	z-index: 1;
	left: 15px;
	right: inherit;
	border: 0;
	border-radius: 5px;
	width: 40px;
	height: 40px;
}
.favourite.team-star i {
	font-size: 20px;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.group-project:hover .favourite.team-star {
	background: #EFAA46;
	border: 0;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.group-project:hover .favourite.team-star i {
	color: #fff;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.blogs-all .btn-primary {
	min-width: 132px;
	padding: 7px 10px;
}
.blog.group-blog {
	padding: 0;
	margin-bottom: 25px;
	border: 1px solid #E3E3E3;
	border-radius: 10px;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.blog.group-blog:hover {
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.07);
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.group-blog .blog-image {
    margin-bottom: 0px;
	border-radius: 10px 10px 0 0;
}
.group-blog .blog-content {
	padding: 25px;
}
.group-blog .blog-title {
    font-size: 16px;
	color: #161c2d;
	margin-bottom: 23px;
	margin-top: 20px;
}
.group-blog .blog-title a:hover {
	color: #EFAA46;
}
.group-blog .blog-content p {
	font-size: 14px;
	color: #8D8D8D;
	line-height: 1.6;
	margin-bottom: 22px;
}
.more-read {
	margin-top: 22px;
}
.more-read .btn-primary{
	min-width: 110px;
	padding: 7px 10px;
}
.get-discount {
	padding: 80px 0px;
}
.discount-group {
	background: #EFAA46;
	border-radius: 10px;
	padding: 30px;
}
.discount-img img {
	width: 100%;
}
.head-subscibe h2 {
	font-size: 46px;
	color: #fff;
}
.head-subscibe p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 28px;
}
.head-subscibe {
	padding-left: 30px;
}
.discount-box .btn-primary {
	min-width: 143px;
	padding: 8px 10px;
}
.discount-box .form-inner {
	border: 0;
}
.discount-box .sub-btn {
	height: 49px;
	font-size: 14px;
	text-transform: capitalize;
}
.discount-box .form-control {
	height: 55px;
}
.discount-box .form-control::-webkit-input-placeholder {
	color: #1F1F1F;
	font-size: 14px;
}
.discount-box .form-control::-moz-placeholder {
	color: #1F1F1F;
	font-size: 14px;
}
.discount-box .form-control:-ms-input-placeholder {
	color: #1F1F1F;
	font-size: 14px;
}
.discount-box .form-control::-ms-input-placeholder {
	color: #1F1F1F;
	font-size: 14px;
}
.discount-box .form-control::placeholder {
	color: #1F1F1F;
	font-size: 14px;
}
.group-blog .hour-price {
	background: #287E74;
}
.group-blog .hour-price h5 i {
	margin-right: 12px;
}

/*-----------------
	12. Login
-----------------------*/

.account-page {
	background-color: #fff;
}
.account-page .footer {
	display: none;
}
.account-page .content {
    padding: 144px 0 60px;
	background: #fffcfc;
    border-top: none;
}
.login-header {
	margin-bottom: 30px;
}
.login-header h2 {
	font-size: 36px;
    font-weight: 500;
    margin-bottom: 5px;
}
.login-header p {
    margin-bottom: 0;
}
.login-header img{
	margin-bottom: 15px;
}
.login-header h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 9px;
    color: #161c2d;
}
.login-header h3 a {
    color: #ff3115;
    float: right;
    font-size: 15px;
    margin-top: 2px;
}
.login-right .dont-have {
    color: #161c2d;
	font-weight: 500;
    margin-top: 30px;
    font-size: 16px;
}
.login-right .dont-have label {
	color: #161c2d;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 30px;
}
.login-right .dont-have a {
	color: #ff3115;
}
.login-btn {
    font-size: 18px;
    font-weight: 500;
     background: #ff5b37;
    border: 1px solid #ff5b37;
    border-radius: 5px;
    padding: 11px 10px;
}
.account-content .form-control{
	min-height: 50px;
}
.account-content .fa.fa-fw.fa-eye.field-icon.toggle-password {
	top: 18px;
}
.account-content .form-group{
	margin-bottom: 1.5rem;
}
.login-or {
	color: #d4d4d4;
	padding-bottom: 25px;
	padding-top: 25px;
	position: relative;
	text-align: center;
}
.login-or p{
	font-size: 16px;
	color: #161c2d;
	margin-bottom: 0;
}
.or-line {
	background-color: #e5e5e5;
	height: 1px;
	margin-bottom: 0;
	margin-top: 0;
	display: block;
}
.span-or {
	background-color: #fff;
	display: block;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	text-align: center;
	top: -3px;
	width: 42px;
}
.forgot-link {
	color: #6e727d;
    margin-top: 30px;
    display: inline-block;
}
.have_account{
    margin-top:30px;
}
.btn-facebook {
    background: #3F76E4;
	border-radius: 165px;
    color: #fff;
    font-size: 14px;
	font-weight: bold;
    padding: 10px 12px;
}
.btn-google {
    background-color: #dd4b39;
	border-radius: 165px;
    color: #fff;
    font-size: 14px;
	font-weight: bold;
    padding: 10px 12px;
}
.btn-twitter {
    background: #29B2FF;
	border-radius: 165px;
    color: #fff;
    font-size: 14px;
	font-weight: bold;
    padding: 10px 12px;
}
.social-login  {
	border-bottom: 1px solid #E9E9E9;
    padding-bottom: 30px;
}	
.social-login .btn:hover, .social-login .btn:focus {
	color: #fff;
}
.empty-content {
	padding: 0px 0;
}
.empty-content img {
	margin-bottom: 30px;
}
.empty-content h2 {
 	color: #161c2d;
	margin-bottom: 20px;
}
.empty-content p {
	font-size: 16px;
 	margin-bottom: 0;
}
.empty-content .btn-item {
    margin-top: 20px;
}
.empty-content .btn-item .get-btn {
	margin: 0;
}
.title-detail .custom-file, .title-detail .custom-file-input {
	height: 48px;
}
.title-box {
	background: #fff;
	box-shadow: 0px 4px 14px rgba(215, 215, 215, 0.25);
	border-radius: 5px;
}
.title {
	border-bottom: 1px solid #F3F1F1;
	padding: 30px;
}
.title h3{
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	color: #161c2d;
	margin-bottom: 0;	
	position: relative;
	padding-bottom: 8px;
}
.title h3::before {
    height: 3px;
    content: "";
    position: absolute;
    width: 29px;
    background: #ff5b37;
    bottom: 0;
    left: 0;
}
.title h3::after {
    height: 3px;
    content: "";
    position: absolute;
    width: 11px;
    background: #ff5b37;
    bottom: 0;
    left: 32px;
}
.title-content {
	padding: 30px;
}
.select-project .title-content {
	padding: 0 0 30px;
}
.next-btn {
	background: #ff5b37;
	border-radius: 5px;
	border-color: #ff5b37;
	font-weight: 500;
    padding: 12px 30px;
	color: #fff;
 }
.next-btn:hover {
	color: #fff;
	background-color: #fb451d;
    border-color: #fb451d;
}
.cancel-btn {
	background: #131135;
	border-radius: 5px;
	font-weight: 500;
    font-size: 14px;
    padding: 10px 30px;
	color: #fff;
	margin-right: 15px;
	text-transform: uppercase;
}
.cancel-btn:hover {
	color: #fff;
	background-color: #ff5b37;
    border-color: #ff5b37;
}
.technology {
	padding: 30px 0;
}
.technology .btn-item {
    margin: 25px 0;
}
.title-content h3 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 15px;
	color: #161c2d;
}
.title-content p {
	font-size: 14px;
	color: #494949;
	padding-top: 12px;
}
.upload-document {
    position: relative;
    width: 125px;
}
.upload-document img {
	border-radius: 4px;
	height: 80px;
	width: auto;
}
.upload-wrap .upload-document:not(:last-child) {
	margin-right: 25px;
}
.upload-document .btn-danger {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 17px;
    width: 28px;
	height: 28px;
	background: #F5365C;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.add-links.more-link {
	width: auto;
	height: auto;
	background: transparent;
	color: #898989;
	display: inline-block;
}
.add-links.more-link:hover {
	color: #898989;
	opacity: 0.8;
}
.back {
    margin-top: 35px;
	color: #ff5b37;
	padding-left: 20px;
}
.back p a{
	color: #ff5b37;
	font-weight: bold;
	font-size: 18px;
}
.back p::before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    margin-right: 5px;
	font-size: 18px;
	font-weight: bold;
    position: absolute;
	color: #ff5b37;
	padding-left: 20px;
}
.add-links {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 46px;
	width: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	background-color: #ff5b37;
	color: #fff;
}
.add-links:hover {
	color: #fff;
	opacity: 0.8;
}

/*-----------------
	13. FAQ
-----------------------*/

.faq {
	padding: 30px 0;
}
.faq .card {
	border: 1px solid #ffe6e1;
	box-shadow: 0px 4px 4px rgba(244, 244, 244, 0.25);
	border-radius: 5px;
}
.faq .card .card-header {
    border-bottom: 1px solid #ffe6e1;
}
#accordion  h4 {
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	color: #ff5b37;    
	margin-left: 22px;
}
#accordion  i {
	float: right;
}
#accordion a[aria-expanded="true"] i {
	transform: rotate(90deg);
}
#accordion a[aria-expanded="true"] .card-header, #accordion a[aria-expanded="true"] .card-header i {
	color: #ff5b37;
}
#accordion .card-header {
	font-size: 18px;
	color: #161c2d;
}
#accordion .card-body {
	font-size: 16px;
	color: #161c2d;
}
.basics-faq {
	margin-bottom: 40px;
}

/*-----------------
	14. Select2
-----------------------*/
.hire-select form{
	display: flex;

}
 .btn.btn-update {
 	height: 46px;
	outline: 0;
	background: #ff5b37;
    color: #fff;
    border-color: #ff5b37;
	margin-left: 10px;
}
.work-img img{ 
	position: absolute;
    bottom: 0px;
    right: 0px;
	max-width: 270px;
}
.select2-container {
	z-index: 99;
}
.select2-results__option {
	padding: 6px 15px;
}
.select2-container .select2-selection--single {
	border: 1px solid #e8e8e8;
	height: 46px;
	outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
	right: 7px;
}
.freelancer_list .sort-tab  .select2-container .select2-selection--single, .page-template-page-project-search .sort-tab  .select2-container .select2-selection--single,  .page-template-page-freelancer-search .filters   .select2-container .select2-selection--single, .relavance-result .select2-container .select2-selection--single  {
     height: 40px;
	 border-radius: 5px;
}
.freelancer_list .sort-tab  .select2-container--default .select2-selection--single .select2-selection__rendered, .page-template-page-project-search  .sort-tab  .select2-container--default .select2-selection--single .select2-selection__rendered, .page-template-page-freelancer-search .filters  .select2-container--default .select2-selection--single .select2-selection__rendered, .relavance-result .select2-container--default .select2-selection--single .select2-selection__rendered{
     line-height: 38px;
}
.freelancer_list .sort-tab .select2-container--default .select2-selection--single .select2-selection__arrow, .page-template-page-project-search  .sort-tab  .select2-container--default .select2-selection--single .select2-selection__arrow, .page-template-page-freelancer-search .filters  .select2-container--default .select2-selection--single .select2-selection__arrow, .relavance-result .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #6e727d transparent transparent;
	border-style: solid;
	border-width: 6px 6px 0;
	height: 0;
	left: 50%;
	margin-left: -10px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #dcdcdc;
	border-width: 0 6px 6px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 30px;
	padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #161c2d;
	font-size: 15px;
	font-weight: normal;
	line-height: 44px;
}
.home-banner .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #161c2d;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #161c2d;
	border: 0;
}
.select2-container--default .select2-selection--multiple {
	border: 1px solid #dcdcdc;
	min-height: 46px;
}
.select2-dropdown {
	border-color: #dcdcdc;
}
.result .select2-container .select2-selection--single {
    border: 0;
	background-color: unset;
    height: 46px;
}
.result .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ff5b37;
	font-weight: 500;
	font-size: 14px;
}
.result .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
	outline: 0;
	border: 0;
	-webkit-appearance: none;
}
.select2-container:focus, .select2-container--below .select2-container--focus {
	border: 0;
	outline: 0;
	-webkit-appearance: none;
}
.search-filter .card-header h2 {
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	color: #161c2d;
}
.search-filter .card-header a {
    font-weight: 600;
    font-size: 14px;
    color: #ff5b37;
}
.search-filter .select2-container .select2-selection--single, .search-filter .form-control {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}

/*-----------------
	15. Search
-----------------------*/

.kofejob_single-pagination-content {
	margin-top: 30px;
	word-break: break-word;
}

.kofejob_single-pagination-content span {
    color: #fff;
}
.kofejob_single-pagination-content span:hover {
    color: #fff;
}
.kofejob_single-pagination-content h4{
	word-break: break-word;
    margin-bottom: 0;
    margin-top: 0.5rem;
}
.breadcrumb-bar {
    background: url(../assets/images/inner-banner.jpg);
    background-size: cover;
    padding-top: 84px;
	background-repeat: no-repeat;
	min-height: 304px;
}
.breadcrumb-bar .breadcrumb-title {
    font-weight: bold;
    font-size: 45px;
    color: #ff5b37;
    margin-bottom: 15px;
}
.bread-crumb-bar {
	background-color: #FFF5F3;
	background-image: url(../images/breadcrumb-bg.png);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bread-crumb-bar .breadcrumb-list{
	display: inline-block;

}
.bread-crumb-bar h2.page_title {
 	 margin-bottom: 10px;
	 text-transform: capitalize;
	 font-size: 46px;
	 font-weight: 700;

}
.bread-crumb-bar .inner-banner {
    padding: 40px 0;
}
.inner-content {
	margin-top: 40px;
}
label.file-upload.image-btn {
    background: #fff;
	border: 1px solid #ff5b37;
    border-radius: 2px;
    color: #ff5b37;
    padding: 12px 15px;
    font-size: 16px;
	text-transform: uppercase;
    font-weight: 500;
	cursor: pointer;
}
.content {
    min-height: 200px;
    padding: 60px 0 30px;
	background-color: #fff;
}
.content.pagenot_found{
	padding: 80px 0 80px;
}
.archive.category  .content {
    padding: 60px 0 30px;
}
.inner-banner {
	padding: 70px 0;
}
.freelance-info .rating i.filled {
    color: #febe42;
	margin-right: 0;
}
.freelance-info .rating .fas{
	margin-right: 0;
}
.freelance-info .rating .fas:nth-child(5),.freelance-info .rating .fas:last-child{
	margin-right: 0.25rem;
}
.rating i {
    color: #c4c4c4;
}
.rating i.filled{
	color: #febe42;
}
.dashboard-content .reviews .rating i{
   font-size: 14px;
}

.rating .average-rating {
    font-size: 14px;
    color: #6e727d;
    font-weight: 500;
	margin-left: 0.5rem;
}
.page-breadcrumb ol {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
	display: inline-block;
}
.bread-crumb-bar .page-breadcrumb ol li * {
    word-break: break-word;
}
.bread-crumb-bar .page-breadcrumb ol li,.bread-crumb-bar .page-breadcrumb ol li a  {
    display: inline-block;
 	text-transform: capitalize;

}
.bread-crumb-bar .page-breadcrumb ol li img, .bread-crumb-bar .page-breadcrumb ol li svg {
    vertical-align: unset;
}
.bread-crumb-bar .page-breadcrumb ol li a img {
	margin-right: 10px;
}
.page-breadcrumb .breadcrumb a:hover {
    color: #ff5b37;
}
.page-breadcrumb ol li.active {
    color: #161c2d;   
}
.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	color: #ff5b37;
	content: "";
	width: 6px;
	height: 6px;
	background: #ff5b37;
	border-radius: 50px;
	margin: 0 15px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	float: none;
  }
.page-breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}
.sort-by {
    float: right;
}
.sort-title {
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}
.sortby-fliter {
	display: inline-block;
	width: 130px;
}
.cal-icon {
	position: relative;
	width: 100%;
}
.cal-icon:after {
	color: #ff5b37;
    content: '\f073';
	display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 400;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 10px;
}
.custom_check {
	color: #55545b;
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-size: .9375rem;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.custom_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}
.custom_check input:checked ~ .checkmark {
	background-color: #fff;
	border-color: #ffe6e1;
}
.custom_check .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	border-radius: 3px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.custom_check .checkmark::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    color: #ff5b37;
    font-size: 11px;
}
.custom_check input:checked ~ .checkmark:after {
	display: block
}
.custom_radio {
	color: #555;
	display: inline-flex;
    align-items: center;
	position: relative;
	font-size: 14px;
	font-size: 0.9375rem;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.radio_input .custom_radio + .custom_radio {
	margin-left: 15px;
}
.custom_radio input {
	position: absolute;
	opacity: 0
}
.custom_radio input:checked ~ .checkmark:after {
	opacity: 1
}
.custom_radio .checkmark {
	position: absolute;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #ffe6e1;
	border-radius: 50%
}
.custom_radio .checkmark:after {
	display: block;
	content: "";
	position: absolute;
	opacity: 0;
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ff5b37;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.custom-file {
	position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    overflow: hidden;
    opacity: 0;
}
.custom-file-label::after {
	margin: 0.1rem;
	height: 41px;    
	border-radius: 5px;
	padding: 10px 25px;
	border-left: 0;
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
}
.custom-file-label {
    height: 48px;
    border: 1px solid #E7E8EA;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border-radius: 0.25rem;
}
.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Upload";
}
.filter-widget {
	margin-bottom: 20px;
}
.filter-widget h4 {
	font-size: 16px;
    font-weight: 500;
	margin-bottom: 15px;
}
.filter-widget .custom_check {
	line-height: 18px;
}
.filter-widget .select2-container {
	z-index: unset;
}
.btn-search .btn {
    background-color: #131135;
    border: 1px solid #131135;
	border-radius: 5px;
    color: #fff;
	font-weight: 500;
	padding: 12px 30px;
}
.btn-search .btn:hover, .btn-search .btn:focus {
    background-color: #ff5b37;
    border: 1px solid #ff5b37;
}
.provider-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.pro-info-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.pro-info-right {
    margin-left: auto;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
}
.provider-img {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-right: 20px;
    width: 150px;
	height: 154px;
	position: relative;
}
.provider-img img {
	border-radius: 5px;
}
.provider-widget .pro-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
}
.pro-info-left .rating {
    list-style: none;
    margin: 0 0 7px;
    padding: 0;
    width: 100%;
}
.provider-widget .rating i {
	font-size: 14px;
}
.provider-widget .average-rating {
	font-size: 14px;
	font-weight: 500;
}
.load-more {
	margin-bottom: 30px;
}
.load-more .btn {
	background-color: #ff3115;
    border-color: #ff3115;
}
.invited-freelancer-label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
}

/*-----------------
	16. Profile
-----------------------*/

.provider-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.provider-action a + a {
	margin-left: 8px;
}
.provider-action .fav-btn:hover {
	background-color: #fb1612;
	border-color: #fb1612;
	color: #fff;
}
.msg-btn:hover, .msg-btn:focus {
	background-color: #ff3115;
	border-color: #ff3115;
	color: #fff;
}
.call-btn:hover, .call-btn:focus {
	background-color: #ff3115;
	border-color: #ff3115;
	color: #fff;
}
.user-tabs .nav-tabs > li > a {
	border: 0;
	border-bottom: 3px solid transparent;
    color: #6e727d;
    font-weight: 600;
    padding: 20px;
}
.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active, 
.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:hover, 
.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:focus {
	border-bottom-width: 3px;
	color: #ff5b37;
}
.user-tabs .med-records {
	display: inline-block;
	min-width: 130px;
}
.user-tabs .nav-tabs > li > a:hover {
	background-color: unset;
	color: #ff3115;
}

.user-tabs .nav-pills .nav-link:hover{
	background-color: unset;
	color: #ff3115;
}
.widget {
	margin-bottom: 30px;
}
.widget-title {
	margin-bottom: 15px;
}
.before-circle {
    background-color: rgb(255 49 21 / 20%);
    border-radius: 50%;
    height: 12px;
    width: 12px;
    border: 2px solid #ff3115;
}
.awards-widget .experience-list > li:last-child p {
	margin-bottom: 0;
}
.service-list {
    margin-bottom: 30px;
}
.service-list:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.service-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.service-list ul li {
	float: left;
	margin: 6px 0;
	padding-left: 25px;
	position: relative;
	width: 33%;
}
.service-list ul li::before {
    color: #ccc;
    content: '\f30b';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
	display: none;
}
.profile .select2-container {
	z-index: unset;
}

/*-----------------
	17. Profile Settings
-----------------------*/

.profile-image img {
	margin-bottom: 1.5rem;
}
.change-photo-btn {
    background-color: #FF3115;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 auto;
    padding: 10px 15px;
    position: relative;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    text-align: center;
    width: 220px;
}
.change-photo-btn input.upload {
	bottom: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
	left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
	width: 220px;
}
.dropzone {
    background-color: #fbfbfb;
    border: 2px dashed rgba(0, 0, 0, 0.1);
}
.banner-img-container i,.profile-img-container i {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    text-align: center;
    position: absolute;
    padding: 0;
    font-size: 10px;
    width: 20px;
    height: 20px;
	display: -ms-inline-flexbox;
	display: inline-flex;
    right: 3px;
    top: 0px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	z-index: 99;
}
.upload-images {
    position: relative;
    width: 80px;
}
.upload-btn-wrapper{
	position: relative;
}
.upload-imagesbanner{
	position: relative;
	width: fit-content;
}
.profile_page.upload-btn-wrapper{
	min-width: 200px;
	position: relative;
}
.upload-images img {
	border-radius: 4px;
	height: 80px;
	width: auto;
}
.upload-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.upload-wrap .upload-images + .upload-images {
	margin-left: 20px;
}
.btn.btn-danger.trash {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    height: 46px;
    width: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.add-more a { 
	color: #ff3115;
}
label.file-upload {
    position: relative;
    overflow: hidden;
	color: #ff5b37;
	font-size: 15px !important;
	border: 1px solid #ffbe9d;
    border-radius: 5px;
    padding: 12px 6px;
}
label.file-upload  input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.bootstrap-tagsinput {
    border-color: #E7E8EA;
    box-shadow: inherit;
    min-height: 46px;
    width: 100%;
    border-radius: 5px;
}
.bootstrap-tagsinput.focus {
	border-color: #C7C8CA;
}
.bootstrap-tagsinput .tag {
    background-color: #ff508b;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-right: 2px;
    padding: 11px 15px;
    border-radius: 0;
}
.bootstrap-tagsinput .tag.badge-info {
	border-radius: 40px;
	margin-bottom: 0;
	border: 0;
}
.submit-section .submit-btn {
    padding: 12px 30px;
    font-weight: 500;
}
.submit-section .submit-btn + .submit-btn {
    margin-left: 15px;
}
.info-widget {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.payment-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    color: #161c2d;
    text-transform: capitalize;
}
.payment-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.payment-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    margin: 3px 0 0 0;
    border: 2px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.payment-radio input:checked ~ .checkmark {
    border-color: #ff3115;
}
.payment-radio .checkmark::after {
    position: absolute;
    left: 3px;
    top: 3px;
    content: '';
    width: 9px;
    height: 9px;
    background-color: #ff3115;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.payment-radio input:checked ~ .checkmark::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.submit-btn-bottom {
	margin-bottom: 30px;
}
.btn-file {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-inline-flexbox;
	display: inline-flex;
    font-size: 20px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
    overflow: hidden;
    padding: 0 0.75rem;
    position: relative;
    vertical-align: middle;
}
.btn-file input {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/*-----------------
	18. Calendar
-----------------------*/

#calendar-events {
    background-color: #fcfcfc;
}
.calendar-events {
    border: 1px solid transparent;
    cursor: move;
    padding: 10px 15px;
}
.calendar-events:hover {
	border-color: #e9e9e9;
    background-color: #fff;
}
.calendar-events i {
    margin-right: 8px;
}
.calendar {
	float: left;
	margin-bottom: 0;
}
.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5rem;
}
.none-border .modal-footer {
	border-top: none;
}
.fc-toolbar h2 {
	font-size: 18px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	line-height: 30px;
	text-transform: uppercase;
}
.fc-day-grid-event .fc-time {
	font-family: 'Roboto', sans-serif;
}
.fc-day {
	background: #fff;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
	z-index: 0;
}
.fc th.fc-widget-header {
	background: #eeeeee;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
	text-transform: uppercase;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
	border-color: #f3f3f3;
}
.fc-basic-view .fc-day-number, 
.fc-basic-view .fc-week-number {
    padding: 2px 5px;
}
.fc-button {
	background: #f1f1f1;
	border: none;
	color: #797979;
	text-transform: capitalize;
	box-shadow: none !important;
	border-radius: 3px !important;
	margin: 0 3px !important;
	padding: 6px 12px !important;
	height: auto !important;
}
.fc-text-arrow {
	font-family: inherit;
	font-size: 16px;
}
.fc-state-hover {
	background: #f3f3f3;
}
.fc-state-highlight {
	background: #f0f0f0;
}
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	background-color: #ff3115 !important;
	color: #fff !important;
	text-shadow: none !important;
}
.fc-cell-overlay {
	background: #f0f0f0;
}
.fc-unthemed .fc-today {
	background: #fff;
}
.fc-event {
	border-radius: 2px;
	border: none;
	color: #fff !important;
	cursor: move;
	font-size: 13px;
	margin: 1px 7px;
	padding: 5px 5px;
	text-align: center;
}
.fc-basic-view td.fc-week-number span {
	padding-right: 8px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.fc-basic-view td.fc-day-number {
	padding-right: 8px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.event-form .input-group .form-control {
	height: 40px;
}

/*-----------------
	19. Profile List
-----------------------*/

.profile-sidebar {
    background-color: #fff;
	border: 1px solid #f0f0f0;
    border-radius: 4px;
	margin-bottom:30px;
	overflow: hidden;
}
.pro-widget-content {
    padding: 20px;
    text-align: center;
}
.profile-info-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    text-align: left;
}
.profile-info-widget .booking-pro-img {
    margin-right: 15px;
}
.profile-info-widget .booking-pro-img img {
    border-radius: 4px;
    height: 90px;
    width: 90px;
    object-fit: cover;
}
.profile-det-info {
	overflow: hidden;
}
.profile-det-info h3 {
	font-size: 16px;
	font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	margin-bottom: 12px;
}
.profile-det-info h4 {
	font-weight: 500;
	font-size: 14px;
	color: #161c2d;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	margin-bottom: 12px;
}
.profile-det-info p {
    color: #696969;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 8px;
	margin-bottom: 12px;
}
.customer-details h5 {
    color: #AAAAAA;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-bottom: 12px;
}
.customer-details h5 i {
	width: 18px;
}
.customer-job {
	padding: 20px 0;
}
.customer-job i {
	color: #F5365C;
	font-size: 18px;
	margin-right: 15px;
}
.pat-widget-profile {
	background: #fff;
	border: 1px solid rgba(239, 239, 239, 0.42);
	box-sizing: border-box;
	box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
	border-radius: 5px;
}
.card-top {
    position: relative;
}
.card-top::before {
	content: '';
    background-color: rgba(20, 20, 20, 0.7);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.card-top .dev-user {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -80%);
    -webkit-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    display: flex;
    display: -webkit-flex;
}
.card-top .dev-user::before {
    background-color: #38B653;
	position: absolute;
    right: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    content: "\f00c";
	font-weight: 600;
    font-family: "Font Awesome 5 Free";
	font-size: 13px;
	justify-content: center;
    align-items: center;
    color: #fff;
    display: inline-flex;
	display: -ms-inline-flexbox;
}
.card-top .bg-none.dev-user::before {
	visibility:hidden;
}
.card-top .dev-text {
    position: absolute;
    top: 0;
    transform: none;
    text-align: center;
    padding: 15px;
    width: 100%;
    left: 0;
    right: 0;
}
.card-top .dev-user img {
    margin: auto;
    width: 86px;
    height: 86px;
    border-radius: 30px;
}
.card-top .dev-text .left {
	font-weight: 500;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
}
.left-bid {
	padding-top: 20px;
}
.card-top .dev-text .right {
    color: #fff;
    font-weight: bold;
    background: #ff5b37;
    border: 1px solid #ff5b37;
    border-radius: 130px;
    font-size: 14px;
    width: 37px;
    height: 37px;
    line-height: 34px;
	padding: 0;
}
.card-top .dev-text .right.bg-grey {
	background: #EEEEEE;
	border: 1px solid #EEEEEE;
}
.card-top .dev-text a:hover .right.bg-grey  {	
    background: #ff5b37;
    border: 1px solid #ff5b37;
}
.vote {
	background: #EEEEEE;
	border-radius: 5px;
	font-weight: 600;
	font-size: 9px;
	color: #7D7D7D;
	padding: 5px 10px;
}
.pro-widget-profile .dev-user {
    transform: translate(-50%, -50%);
}
.pro-widget-profile .dev-text .left  {
	text-align: left;
}
.pro-widget-profile .dev-text .left img {
	display: block;
    float: left;
    width: 66px;
	border-radius: 12px;
}
.left .left-img {
    position: absolute;
}
.left .left-img::before {
    background-color: #38B653;
    position: absolute;
    right: 2px;
    bottom: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    content: "\f00c";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    justify-content: center;
    align-items: center;
    color: #fff;
    display: inline-flex;
	display: -ms-inline-flexbox;
}
.pro-widget-profile .dev-text .left .left-content img {
	width: auto;
}
.pro-widget-profile .dev-text .left .left-content {
    margin-left: 75px;
}
.client.pro-widget-profile .dev-text .left .left-content {
    margin-left: 0;
}
.client.pro-widget-profile .card-img-top{
	border-radius: 5px 0 5px 0;
}
.left-content h6 {
	font-weight: 500;
	font-size: 12px;
	color: #fff;
}
.left-content h6 i {
	color: #38B653;
}
.left-content h4 {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
.left-content h4 a {
	color: #fff;
}
.left-content p {
	font-weight: 500;
	font-size: 11px;
	color: #fff;    
	margin-bottom: 5px;
}
.dev-right {
	margin-left: 20px;
}
.dev-right p {
	font-weight: bold;
	font-size: 17px;
	color: #fff;
}
.dev-right h6 {
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
}
.profile-box .bid-btn {
	font-size: 14px;
}
.profile-freelance .provider-img img {
	border-radius: 15px;
}
.profile.profile-freelance {
	margin: 0px 0 25px 0;
}
.bid-btn {
	background: #FF5E3B;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
	white-space: nowrap;
}
.bid-btn:hover {
    color: #fff;
    background-color: #fb451d;
    border-color: #fb451d;
}
.pro-widget-profile  {
	border: 1px solid rgba(239, 239, 239, 0.42);
	box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
	border-radius: 5px;
}
.pro-widget-profile .customer-info {
    margin-top: 0;
}
.pro-widget-profile .slot p {
    font-size: 12px;
}
.pro-widget-profile .slot h5 {
    font-size: 13px;
	margin: 0;
}
.pro-widget-profile  .badge-design {
    font-size: 12px;    
	padding: 5px 15px;    
	margin-bottom: 5px;
}
.pro-widget-profile .customer-info ul {
    padding: 0;
}
.pro-widget-profile .card-header {
    border-bottom: 1px solid #F8F8F8;
	padding: 1.5rem;
}
.star {
    color: #fff;
    font-weight: bold;
    background: #ff5b37;
    border: 1px solid #ff5b37;
    border-radius: 130px;
    font-size: 14px;
    width: 37px;
    height: 37px;
    line-height: 37px;
	padding: 0;
	text-align: center;
}
.customer-details .rating .average-rating {
    font-size: 9px;
    background-color: #FEBE42;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    width: 22px;
    height: 16px;
    line-height: 16px;
    display: inline-flex;
	display: -ms-inline-flexbox;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
}
.bootstrap-tags {
	padding: 0 15px 15px;
    text-align: center;
    border-top: 1px solid #FFFBFB;
}
.badge-tech {
	font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #161c2d;
	background: rgba(19, 17, 53, 0.1);
	border-radius: 40px;
	margin-right: 4px;
}
.badge-tech:last-child {
	margin-right: 0;
}
.badge-design {
    font-weight: 500;
    font-size: 12px;
    color: #6e727d;
    background: #E7E8EA;
    border-radius: 5px;
    margin-left: 5px;
    display: inline-block;
    padding: 7px 10px;
	margin-bottom: 10px;
}
.badge-design:first-child{
	margin-left: 0;
}
a:last-child .badge-design{
	margin-right: 0;
}
.badge-design:hover {
	background-color: #FFF0F0;
}
.slots {
	padding-bottom: 10px;
}
.slot p {
    font-size: 12px;
    color: #6e727d;
    margin-bottom: 3px;
    font-weight: normal;
}
.slot h5 p {
     color: #161c2d;
}
.slot h5 {
    font-size: 12px;
    font-weight: 500;
    color: #161c2d;
}
.slot h5 i {
	color: #ff5b37;
}
.profile-btn {
	background: #ff5b37;
	border-radius: 5px;
	font-weight: 500;
	font-size: 12px;
	color: #fff;
}
.profile-btn:hover {
    color: #fff;
    background-color: #fb451d;
    border-color: #fb451d;
}
.job-btn {
	background: #8553EE;
	border-radius: 5px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
}
.job-btn:hover {
    color: #fff;
    background-color: #7d46ef;
    border-color: #7d46ef;
}	
.result.bg-white {
	background: #fff;
	border: 1px solid rgba(239, 239, 239, 0.42);
	box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
}
.result {
	background: #FFFDFD;
	margin: 0 0 20px 0;
}
.result .sort-title {
    font-weight: 500;
	font-size: 14px;
	color: #161c2d;
}
.search-filter .card-header {
      border-radius: 5px 5px 0 0;
    align-items: center;
    -webkit-align-items: center;
}
.badge-skill {
    background: #E7E8EA;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
    color: #6e727d;
    padding: 10px;
    margin: 0 7px 7px 0;
}
.badge-skills:hover {
	background-color: #FFF0F0;
}
.badge-skills:hover .tag-close {
	background-color: #ff5b37;
	color: #fff;
}
.badge-skills {
    background-color: #edeef3;
    border-radius: 6px;
    font-size: 15px;
    font-weight: normal;
    margin: 0 2px 7px 0;
    padding: 10px 15px;
    color: #55545b;
}
.tag-close {
    width: 20px;
    height: 20px;
    display: inline-flex;
    background-color: #d3d4d9;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    font-size: 12px;
	cursor: pointer;
}
.result h4 {
	font-weight: 500;
	font-size: 14px;
	color: #ff5b37;
	margin-bottom: 0;
}
.result h4 span {
	font-weight: 700;
}
.search-filter {
    background: #fff;
     border-radius: 5px;
	margin-bottom: 0px;
}
.search-filter .card   {
    margin-bottom: 0px;
}
.search-filter .card  .card-body {
    margin-bottom: 0px;
	
}

/*-----------------
	20. User Details
-----------------------*/

.profile {
	background: #fff;
    box-shadow: 0px 4px 14px rgb(215 215 215 / 25%);
    border-radius: 5px;
	margin: -130px 0 25px 0;
}
.profile-box {
    padding: 30px;
}
.profile-title {
	font-weight: 500;
	font-size: 36px;
	color: #161c2d;
}
.profile-position {
	font-size: 16px;
	color: #ff5b37;
}
.prof-img, .camera-bg {
	position: relative;
}
.prof-img::before {	
    background-color: #38B653;
    position: absolute;    
    left: 50%;
    transform: translate(-50%, -23%);
    bottom: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    content: "\f00c";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    justify-content: center;
    align-items: center;
    color: #fff;
    display: inline-flex;
	display: -ms-inline-flexbox;
}
.camera-bg {
    background-color: #ff5b37;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 30%);
    bottom: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    content: "\f00c";
    content: "\f030";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    justify-content: center;
    align-items: center;
    color: #fff;
    display: inline-flex;
	display: -ms-inline-flexbox;
}
.full-btn {
	background: #129BE8;
	border-radius: 5px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
}
.full-btn:hover {
	color: #fff;
	opacity: 0.8;
}
.profile-list ul{
	margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	border-top: 1px solid #E9E9E9;
}
.profile-list li {
	font-weight: 500;
	font-size: 16px;
	color: #161c2d;
	border-right: 1px solid #E9E9E9;
	text-align: center;
    margin: 0 auto;
	padding: 15px 5px;
	width: calc(100%/6);
}
.profile-list li:last-child {
	border-right: 0;
}
.profile-preword {
	margin: 15px 0 0 0;
    padding-left: 0;
    list-style: none;
    display: inline-flex;
	display: -ms-inline-flexbox;
    flex-wrap: wrap;
}
.profile-preword li {
	font-weight: 500;
	font-size: 16px;
	color: #8D8D8D;
	margin-right: 20px;
	margin-bottom: 5px;
}
.profile-preword li img {
	box-shadow: 1px 0px 5px #aaaaaa;
	margin-right: 2px;
}
.profile-preword .rating .average-rating {
    font-size: 11px;
    background-color: #FEBE42;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    width: 22px;
    height: 16px;
    line-height: 16px;
    display: inline-flex;
	display: -ms-inline-flexbox;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
}
.profile-inf {
	text-align: right;
}
.profile-inf p i.heart {
	color: #F5365C;
	font-size: 30px;
	margin-right: 10px;
}
.bottom-text {
    position: absolute;
    right: 0;
    bottom: 0;
}
.profile-right {
    padding-left: 0;
    list-style: none;
    display: inline-flex;
	display: -ms-inline-flexbox;
    flex-wrap: wrap;
}
.profile-right li {
	font-weight: 600;
	font-size: 12px;
	color: #161c2d;
	margin-right: 20px;
}
.profile-right li:last-child {
	margin-right: 0;
	padding-top: 0;
}
.amt-hr {
	font-weight: 500;
	font-size: 36px;
	color: #F5365C;
}
.amt-hr p {
	font-size: 16px;
	color: #161c2d;
}
.profile-list .proj-title {
	font-weight: 500;
	font-size: 16px;
	color: #161c2d;
}
.pro-post {
    background: #fff;
	margin-bottom: 30px;
    border: 1px solid #e8e8e8;
	border-radius: 5px;
}
.blog-single-post.pro-post{
	padding-bottom: 10px;
}
.archive .blog-single-post.pro-post{
	padding-bottom: 20px;
}
.single-post .new-comment.pro-post .form-submit {
	margin-bottom: 0px;
}
.pro-title {
    font-weight: 500;
    font-size: 1.5rem;
    position: relative;
    color: #161c2d;
    padding-bottom: 15px;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e8e8e8;
}
.pro-title::before {
    height: 3px;
    content: "";
    position: absolute;
    width: 29px;
    background: #ff5b37;
    bottom: 0;
    left: 0;
}
.pro-title::after {
    height: 3px;
    content: "";
    position: absolute;
    width: 11px;
    background: #ff5b37;
    bottom: 0;
    left: 32px;
}
.pro-title.without-border {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.pro-title.without-border:before,
.pro-title.without-border:after {
	display: none;
}
.pro-list {
	list-style: none;
    padding: 0;
}
.project-widget {
	background: #fff;
	box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);   
	margin-bottom: 30px;
}
.widget_block  h2 {
	font-weight: 500;
    font-size: 1.5rem;
    position: relative;
    color: #161c2d;
    padding-bottom: 15px;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e8e8e8;
}
.widget_block  h2::before {
    height: 3px;
    content: "";
    position: absolute;
    width: 29px;
    background: #ff5b37;
    bottom: 0;
    left: 0;
}
.widget_block  h2::after {
    height: 3px;
    content: "";
    position: absolute;
    width: 11px;
    background: #ff5b37;
    bottom: 0;
    left: 32px;
}

.project-widget .select2-container {
	z-index: unset;
}
.project-widget .pro-image {	
	border-radius: 5px 5px 0px 0px;
}
.project-widget .pro-image {	
	border-radius: 5px 5px 0px 0px;
}
.project-widget .pro-detail {	
	text-align: center;
	padding: 15px;
}
.project-widget .pro-name {
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	color: #161c2d;
	margin-bottom: 5px;
}
.project-widget .pro-designation {
	font-size: 12px;
	color: #636363;
	margin-bottom: 0;
}
.more-btn {
    background-color: #ff5b37;
    border-radius: 150px;
    color: #fff;
    padding: 9px 16px;
    font-size: 12px;
    margin-right: 8px;
    font-weight: 600;
    color: #fff;
}
.more-btn:hover {
	color: #fff;
	opacity: 0.8;
}
.widget-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget-list ul li {
	float: left;
	margin: 6px 0;
	padding-left: 25px;
	position: relative;
}
.widget-list ul li::before {
    color: #ff5b37;
    content: '\f30b';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
}	
.widget-list ul li  h4 {
	font-weight: 500;
	font-size: 16px;
	color: #161c2d;
}
.widget-list ul li  h5 {
	font-weight: normal;
	font-size: 14px;
	color: #F38247;
	margin-bottom: 15px;
}
.widget-list ul li  p {
	font-size: 14px;
	color: #161c2d;
}
.bookmark h5 {
	font-weight: 500;
	font-size: 18px;
	color: #161c2d;
	margin-bottom: 15px;
}
.bookmark-btn {
    background-color: #FEBE42;
    border-radius: 6px;
    color: #fff;
    padding: 9px 16px;
    font-size: 18px;
    margin-right: 8px;
    font-weight: 600;
    color: #fff;
}
.bookmark-btn:hover {
    color: #fff;
    background-color: #fab530;
    border-color: #fab530;
}
.share-icon {
	display: inline-block;
    background-color: #131135;
    border-radius: 6px;
    color: #fff;
    padding: 9px 16px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.share-icon:hover {
	color: #fff;
	opacity: 0.8; 
}
.follow-btn {
    background-color: #8553EE;
    border-radius: 50px;
    color: #fff;
    padding: 9px 30px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.follow-btn:hover {
    color: #fff;
    background-color: #7a40f3;
    border-color: #7a40f3;
}
.follow-posts {
    margin: 30px auto 0;
    padding: 10px 0;
	list-style: none;    
	width: 76%;
}
.follow-posts li{
	border-right: 1px solid #E9E9E9;
	display: inline-block;    
	padding: 0 20px;
	text-align: center;
}
.follow-posts li:last-child{
	border-right: 0;
}
.follow-posts li p {
	font-size: 16px;
	color: #161c2d;
	margin-bottom: 2px;
}
.follow-posts li h6 {
	font-size: 20px;
	color: #f15c3d;
	font-weight: 500;
}
.about-widget ul li p {
	font-size: 14px;
	line-height: 1.5;
}
.about-widget ul li h6 {
	font-size: 16px;
    color: #161c2d;
    font-weight: 500;    
	margin-bottom: 3px;
}
.feedback-form {
	background: #FEFEFE;
}
.proposal-widget  {	
	padding: 20px;
}
.proposal-features .proposal-widget {
	margin-bottom: 20px;
	border-radius: 5px;
}
.proposal-widget  p {	
	margin-bottom: 0;
	padding: 5px 0 0 30px;
}
.proposal-widget .proposal-text {
	font-weight: 500;
	font-size: 16px;
}
.proposal-widget  .custom_check {	
	margin-bottom: 0;
	width: 100%;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: center;
}
.proposal-widget  .custom_check .checkmark {
    top: auto;
}
.proposal-success {
    background: rgb(250 255 251 / 30%);
	border: 1px solid rgb(0 190 95 / 30%);
}
.proposal-success .proposal-text  {	
	color: #00BE5F;
}
.proposal-light {
	background: rgba(255, 248, 189, 0.3);
	border: 1px solid rgba(185, 166, 0, 0.3);
}
.proposal-light .proposal-text  {	
	color: #E2BD00;
}
.proposal-danger {
	background: rgba(241, 92, 61, 0.2);
	border: 1px solid rgba(241, 92, 61, 0.3);
}
.proposal-danger .proposal-text  {	
	color: #CA2500;
}
.proposal-pink {
    background: rgba(255, 248, 189, 0.3);
    border: 1px solid rgb(255 248 189 / 30%);
}
.proposal-greens {
	background: #FAFFFB;
	border: 1px solid #CFFAD8;
}
.activity-list {
   list-style: none;
    padding: 0;
	margin: 0;
}
.activity-list li {
   font-weight: 600;
	font-size: 16px;
	color: #4B4B4B;
}
.activity-list li + li {  
	padding-top: 13px;
}
.activity-list li:last-child {
	padding-bottom: 0;
}
.activity-list li span {
	color: #161c2d;
}
.tags .badge-design, .tags .badge-tech {
	font-size: 14px;    
	padding: 10px 30px;
	margin-bottom: 5px;
}
.payment-detail {
	padding: 30px;
}
.payment-detail img {
	margin-bottom: 10px;
}
.payment-detail h2 {
	font-size: 32px;
}
.payment-detail p {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}
.click-btn {
    font-weight: 500;
    border-radius: 5px;
    padding: 12px 30px;
	color: #fff;
	text-align: center;
	display: inline-block;
}
.click-btn:hover {
	color: #fff;
}
.transaction {
	padding: 35px;
	text-align: center;
	border-top: 1px solid #E7E7E7;
}
.transaction h5 {
	font-weight: 500;
	font-size: 20px;
	color: #161c2d;
	padding: 15px 0;
}
.billing {
	border: 0;
}
.billing .card-header {
	border-bottom: 1px solid #E7E7E7;
}
.billing .card-header p {
	font-size: 19px;
	color: #161c2d;
	margin-bottom: 0;
}
.payment-list h3 {
	font-weight: 500;
	color: #161c2d;
	margin-bottom: 25px;
}
.payment-list label {
	font-weight: 500;
    font-size: 16px;
    color: #161c2d;
}
.btn-pad {
	margin: 25px 0;
}
.billing-method {
	padding: 20px;
}
.review-content {
	border-bottom: 1px solid #ececec;
	padding: 30px;
}
.review-content h4 {
	font-weight: 600;
	font-size: 20px;
	color: #161c2d;
}
.review-content p {
	margin: 12px 0px;
}
.review-content.no-padding {
	padding: 0 0 1.5rem 0;
}
.review-content.no-padding + .review-content.no-padding {
	padding-top: 1.5rem;
}
.review-content:last-child {
	padding-bottom: 0;
	border: 0;
}
.review-btn {
	background: #ff5b37;
	border-radius: 5px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
}
.grey-btn {
	background: #D9D9D9;
}
.widget-profile {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}
.widget-profile .profile-info-widget {
	display: block;
	text-align: center;
}
.pro-widget-profile .profile-info-widget {
	text-align: left;
}
.pro-widget-profile .pro-widget-content {
	padding: 0;
}
.widget-profile .profile-info-widget .booking-pro-img {
    display: inline-block;
    margin: 0 0 15px;
    width: auto;
    padding: 8px;
    background-color: #f7f7f7;
    border-radius: 50%;
}
.widget-profile .profile-info-widget .booking-pro-img img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}
.info-details {
    list-style: none;
    margin: 0;
    padding: 0;
}
.info-details li .title {
    color: #161c2d;
    font-weight: 500;
}
.info-details li .text {
    color: #757575;
    display: block;
    font-size: 16px;
    overflow: hidden;
}
.info-details li {
	margin-bottom: 10px;
}
.info-details li:last-child {
	margin-bottom: 0;
}
.align-right {
	text-align: right;
}

/*-----------------
	21. Range
-----------------------*/

.slider-labels {
	margin-top: 10px;
}
.noUi-target,.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
	direction: ltr;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
	z-index: 10;
}
.noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.3s,top .3s;
	-moz-transition: left 0.3s,top .3s;
	transition: left 0.3s,top .3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}
.noUi-base,.noUi-handle {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.noUi-horizontal {
	height: 4px;
}
.noUi-horizontal .noUi-handle {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	left: -7px;
	top: -7px;
	background-color: #ff5b37;
	cursor: pointer;
}
.noUi-background {
	background: #EDEDED;
}
.noUi-connect {
	background: #ff5b37;
	-webkit-transition: background 450ms;
	transition: background 450ms;
}
.noUi-origin {
	border-radius: 2px;
}
.noUi-target {
	border-radius: 2px;
}
.noUi-draggable {
	cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
	cursor: n-resize;
}
.noUi-handle {
	cursor: default;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
.noUi-handle:active {
	border: 8px solid #345DBB;
	border: 8px solid rgba(53,93,187,0.38);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	left: -14px;
	top: -14px;
}
.slider-labels .caption {
    background: #FFEEEA;
    border-radius: 80px;
    padding: 3px 8px;
    text-align: center;
    margin: 0 auto;
	position: relative;
	top: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #ff5b37;
}
.slider-labels .caption::before {
    border: 5px solid #ffeeea;
    border-color: transparent transparent #ffeeea #ffeeea;
    box-shadow: -2px 2px 2px -1px rgb(0 0 0 / 10%);
    content: "";
    left: 38px;
    position: absolute;
    top: 2px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
[disabled].noUi-connect,[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled].noUi-origin,[disabled] .noUi-handle {
	cursor: not-allowed;
}

/*-----------------
	22. Customer Profile
-----------------------*/

.add-new-btn {
    background-color: #ff3115;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 10px 20px;
}
.add-new-btn:focus, .add-new-btn:hover,.add-new-btn:active {
	background-color: #ff508b;
    color: #fff;
}
.customer-info {
	margin-top: 0;
}
.customer-info ul {
    padding: 0 0 10px;
    list-style: none;
	font-size: .875rem;
	margin: 0;
}
.customer-info ul li {
    position: relative;
    font-size: .875rem;
    font-weight: 600;
    color: #161c2d;
    text-transform: capitalize;
}
.single-employer .customer-info ul li {
	margin-bottom: 0;

}
.customer-info ul li span {
    color: #757575;
    float: right;
    font-weight: 400;
}
.add-more-item {
	margin-bottom: 10px;
}
.add-more-item a {
	color: #ff3115;
	font-weight: 500;
}
.pat-widget-profile .pro-widget-content {
	padding: 0;
	margin-top: 0;
}
.pat-widget-profile .booking-date li {
	font-size: .875rem;
}
.pat-widget-profile .booking-date li span {
    font-size: .875rem;
}
.pat-widget-profile .card-body {
    padding: 35px 20px 20px;
}
.pat-widget-profile .card-footer {
	padding: 15px;
	background: #FBFBFB;
}
.widget-profile.pat-widget-profile .profile-info-widget .booking-pro-img {
	padding: 0;
}
.widget-profile.pat-widget-profile .profile-info-widget .booking-pro-img img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

/*-----------------
	23. Blog
-----------------------*/

.blog .blog {
	border: 1px solid #e8e8e8;
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 1.5rem;
	position: relative;
}

.blog.grid-blog {
	border: 1px solid #e8e8e8;
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 1.5rem;
	position: relative;
}

.home_blog .blog {
	border: 1px solid #e8e8e8;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 1.5rem;
	position: relative;
}

.blog-image {
	overflow: hidden;
}
.blog-image,
.blog-image > a,
.blog-image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.blog-image img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.blog-image a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.blog-image {
	margin-bottom: 30px;
}
.blog-content {
	position: relative;
}
.blog.grid-blog .blog-content {
	padding: 0;
}
.blog-title {
	font-size: 22px;
	margin: 0 0 15px;
}
.blog-title a {
	color: #161c2d;
}
.blog-title a:hover {
	color: #ff3115;
}
.blog-content p {
    color: #6e727d;
    margin: 0 0 20px;
}
.wp-caption-text.gallery-caption{
    text-align: center!important;
}
.blog-single-post.widget-box .blog-content .wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
}
.blog-single-post.widget-box .blog-content ul.wp-block-rss {
    list-style: none;
    padding: 0;
}
.read-more {
    display: inline-block;
    color: #ff5b37;
 }
.read-more:hover {
    color: #ff5b37;
}

.btn-primary.read-more {
    display: inline-block;
    color: #fff;
	font-size: 1rem;
}
.btn-primary.read-more:hover {
    color: #fff;
}

.read-more i {
	display: none;
}
.blog-info {
    margin-bottom: 15px;
}
.blog-info a {
	color: #606060;
}
.blog-info a:hover {
	color: #ff3115;
}
.blog-info i {
    margin-right: 7px;
}
.entry-meta {
	list-style: none;
	margin-bottom: 15px;
	padding: 0;
}
.entry-meta li {
    display: inline-block;
    margin-right: 15px;
}
.entry-meta li:last-child {
	margin-right: 0;
}
.blog-pagination .pagination {
	margin-bottom: 30px;
}
.blog-pagination .pagination li a {
    padding: 12px 20px;
    font-weight: 600;
    color: #161c2d;
    margin-right: 10px;
    border-radius: inherit !important;
	border-color: #f0f0f0;
}
.blog-pagination .pagination li.disabled a {
	border-color: #f0f0f0;
}
.blog-pagination .pagination li.active a {
	background: #ff3115;
	border-color: transparent;
	color: #fff;
}
.post-left ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.post-left ul li {
	margin-bottom: 5px;
	margin-right: 20px;
}
.post-left ul li:last-child {
	margin-right: 0;
}
.post-author a {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	align-items: center;
}
.video {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	border: none;
}
.latest-posts {
	margin: 0;
	padding: 0;
}
.latest-posts li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.category-widget .latest-posts li {
    padding: 15px 30px;
}
.category-widget .latest-posts li:first-child {
	padding-top: 0;
}
.category-widget .latest-posts li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.post-thumb {
	border-radius: 10px;
	width: 70px;
	float: left;
	overflow: hidden;
}
.b-0 {
	border: 0 !important;
}
.post-thumb a img {
	border-radius: 10px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.post-thumb a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.post-info {
	margin-left: 90px;
}
.post-info h4 {
    font-size: 17px;
    font-weight: 500;
     margin-bottom: 0;
}

.latest-posts .post-info h4 {
    font-size: 16px;
     margin-bottom: 10px;
}

.post-info h4 a {
	color: #161c2d;
}
.post-info h4 a:hover {
	color: #ff3115;
}
.post-info p {
	color: #757575;
	font-size: 12px;
	margin: 0;
}
.post-info .posts-date {
    color: #6e727d;
}
.post-info p i {
	color: #73379a;
	font-size: 14px;
	margin-right: 4px;
}
.category-widget .category-link {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget-box ul li {
	margin-bottom: 20px;
}
.category-widget .category-link li {
    margin-bottom: 15px;
}
.category-widget .category-link li a {
    color: #6e727d;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: capitalize;
    display: block;
    position: relative;
}
.category-widget .category-link li a:after {
    display: inline-block;
    position: absolute;
    right: 0;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #6e727d;
}
.category-widget .category-link li:last-child {
    margin-bottom: 0;
}
.category-widget .category-link li a:hover {
	color: #ff3115;
}
.category-widget .category-link li a:hover:after {
	color: #ff3115;
}
.category-widget .categories {
	list-style: none;
	margin: 0;
	padding: 0;
}
.category-widget .categories li {
    margin-bottom: 20px;
}
.category-widget .categories li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.category-widget .categories li a {
    color: #161c2d;
    font-size: 15px;
    font-weight: 500;
}
.category-widget .categories li a span {
    float: right;
    color: #757575;
}
.category-widget .categories li a:hover {
	color: #ff3115;
}
.category-widget .categories > li > a > i {
	color: #73379a;
	font-size: 18px;
	margin-right: 10px;
}
.tags-widget .card-body {
	padding-bottom: 1rem;
}
.tags {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.tags .pro-title {
  flex: 0 0 100%;
}
.tags li {
	float: left;
}
.theiaStickySidebar .tag {
    display: inline-block;
    padding: 3px 20px;
    background-color: #E7E8EA;
    border-radius: 50px;
    font-size: 16px;
    color: #6e727d;
    margin: 0 10px 10px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.tags-widget .tag-cloud-link {
     display: inline-block;
    padding: 6px 15px;
    background-color: #E7E8EA;
    border-radius: 5px;
    font-size: 15px!important;
    color: #6e727d;
    margin: 0 10px 10px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	line-height: 26px;

}
.tags-widget .tag-cloud-link:hover {
	background-color: #ff5b37;
	border-color: #ff5b37;
	color: #fff;
}
.tagcloud {
	 display: inline-block;
}
.theiaStickySidebar .tag:hover {
	background-color: #ff5b37;
	border-color: #ff5b37;
	color: #fff;
}
.comment-by {
	display: block;
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 10px;
}
.comments-list .comment-block p {
    margin-bottom: 15px;
    color: #6e727d;
 }

/*-----------------
	24. Blog Details
-----------------------*/

.blog-view .blog-title {
	font-size: 30px;    
	font-weight: 500;
}
.single-post .blog-view .blog-title {
	font-size: 34px;    
 }

.blog-content p:last-child {
	margin-bottom: 0;
}
.blog-view .blog-info {
	border: 0;
	margin-bottom: 20px;
	padding: 0;
}

.single-post .blog-view .blog-info {
 	margin-bottom: 1.5rem;
 }

 .single-post .blog-view .blog-info .post-left ul li {
    margin-bottom: 0;
 }


.single-post .blog-view .blog-info ul{
	padding: 0px;
}
.single-post .blog-view .blog-info ul li{
	list-style: none;
}
.social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-links ul li {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    margin-right: 15px;
}
.social-links li a {
    display: block;
    color: #606060;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.social-links li a:hover {
    color: #ff5b37;
}
.social-share {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-share > li {
	display: inline-block;
	float: left;
	margin-left: 10px;
	text-align: center;
}
.social-share > li:first-child {
	margin-left: 0;
}
.social-share > li > a {
	border: 1px solid #dfdfdf;
	color: #666;
	display: inline-block;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	width: 40px;
}
.social-share > li > a:hover {
	background-color: #73379a;
	color: #fff;
	border-color: #73379a;
}
.blog-reply > a {
	color: #999;
	font-size: 12px;
	font-weight: 500;
}
.blog-date {
	color: #999;
	font-size: 12px;
}
.blog-comments .comments-list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.blog-comments .comments-list li {
	clear: both;
	padding-left: 80px;
}
.blog-comments .comments-list li:last-child {
 
}

.blog-comments .comments-list li .comment {
	margin-bottom: 20px;
}
.blog-comments .comments-list li .comment-author {
	left: 0;
	position: absolute;
}
.blog-comments .comments-list li img.avatar {
	height: 58px;
	width: 58px;
	border-radius: 58px;
}
.blog-comments .comment-btn {
    color: #606060;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
}
.blog-author-name {
    color: #161c2d;
    font-size: 22px;
    font-weight: bold;
}
.blog-author-name{
    color: #161c2d;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    font-weight: 500;
	text-transform: capitalize;
}
.comment-submit .btn {
	background-color: #ff508b;
	border-color: #ff508b;
	border-radius: 0;
	font-size: 18px;
	padding: 8px 26px;
	color: #fff;
}
.proposal-widget  .about-author + .about-author { 
	margin-top: 20px;
}
.proposal-widget  .about-author-img {
    border-radius: 0;
    background-color: transparent;
}
.about-author {
	border-bottom: 1px solid #EAEAEA;    
	padding: 30px;
}

.list-develop-group .about-author {
 	padding: 1.5rem;
}
.page-template-page-profile .book-mark .freelancers_list_view  .about-list-author .badge-design{
	margin-bottom: 0;
	margin-top: 6px;
}
.page-template-page-profile .favourite-group .book-mark .freelancers_list_view .author-details .rating {
	margin-bottom: 0;
}
.favourite-group .list-develop-group.emp_list .about-author {
	padding: 1.5rem;
}
.about-author:last-child {
	border-bottom: 0;
}
.about-author-img {
	background-color: #fff;
	height: 86px;
	overflow: hidden;
	position: absolute;
	width: 86px;
	border-radius: 50%;
}
.author-details {
	margin-left: 116px;
}
.new-comment .submit-btn{
	border-radius: 5px!important;
}
.develop-feedback .author-details {
	margin-left: 106px;
}
.author-details .blog-author-name {
	display: inline-block;
	margin-bottom: 10px;
}
.author-details h4{
	font-weight: 500;
	font-size: 18px;
	color: #161c2d;
	margin-bottom: 6px;
}
.author-details p {
    font-size: 16px;
 }
.author-details h3{
	font-weight: 500;
	font-size: 24px;
	color: #F5365C;
}
.author-details h5 {
	font-weight: normal;
	font-size: 14px;
	color: #F38247;
}
.author-details .rating {
	margin-bottom: 6px;
}
.widget-box {
	padding: 1.5rem;
}
 
.widget-box.widget_search  .form-control{
	border:none; 
}
.widget-box.widget_search .input-group.stylish-input-group{
	border: 1px solid #e8e8e8;
	border-radius: 5px;
}
.widget-box.widget_search .input-group.stylish-input-group{
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	overflow: hidden;
}
.comment-form-cookies-consent label {
	color: #6e727d;
	font-weight: normal;
}
button.blog-search-btn {
    background:#fff;
     border: none;
    padding: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
button.blog-search-btn:hover{
    color: #ff5b37;
}
.woocommerce .cart .button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce button.button, .woocommerce input.button, .wishlist_table .product-add-to-cart a, .cart .button.alt, #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .added_to_cart, .woocommerce div.product form.cart .button {
	padding: 12px 30px;
	border-radius: 5px;
}
.widget-title-box {
    padding: 30px 30px 0;
}
.r-0 {
	right: 0 !important;
}
.post-author a{
	display: flex;
}
.post-author img {
    border-radius: 100%;
    width: 28px;
    margin-right: 0.5rem;
}
.follow-widget {
	padding: 30px;
    text-align: center;
    position: relative;
}
.custom-edit-btn {
	position: absolute;
	right: 30px;
	top: 30px;
}
.profile-group .input-group {
	background: #fff;
	border: 1px solid #E7E8EA;
	border-radius: 5px;
	padding: 2px;
}
.profile-group .input-group .form-control {
	border: transparent;
}
.profile-group .input-group .input-group-append { 
    margin: 5px 5px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.profile-group .input-group .sub-btn {
	background: #ff5b37;
    border-radius: 10px;
}
.attach-img {
	position: relative;
}
.attach-detail {
	position: absolute;
    bottom: 12px;
    left: 12px;
}
.attach-detail p {
    margin-bottom: 2px;
	font-size: 14px;
	color: #161c2d;
}
.attach-detail h6 {
	font-size: 14px;
	color: #A3A3A3;
	font-weight: normal;
	margin-bottom: 0;
}
.client-list {
	padding: 15px;
    text-align: center;
}
.client-list p {
	font-weight: 500;
	font-size: 16px;
	color: #6e727d;
    margin-bottom: 10px;
}
.client-list h6 {
	font-weight: 600;
	font-size: 26px;
    margin-bottom: 0;
}
.job-type {
	padding: 20px;
    text-align: center;
}
.job-type p {
	font-weight: 500;
	font-size: 14px;
	color: #4E4E4E;
    margin-bottom: 10px;
}
.job-type h6 {
	font-weight: 500;
	font-size: 16px;
    margin-bottom: 0;
	color: #161c2d;
}
.exp-detail {
	margin-bottom: 30px;
}
.exp-detail img {
	float: left;
}
.exp-detail p {
	font-weight: 500;
	font-size: 14px;
	color: #4E4E4E;
	margin-bottom: 8px;
}
.exp-detail p {
	font-weight: 500;
	font-size: 16px;
	color: #161c2d;
}
.exp-detail .exp-info {	
	margin-left: 40px;
}
.exp-detail .exp-info h5 {	
	margin-bottom: 0;
}
.management-widget .profile-btn {
    padding: 12px 0;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 20px;
}
.sub-title {
	font-weight: 500;
	font-size: 14px;
	color: #ff5b37;
}
.budget-info {
	margin-bottom: 20px;
}
.list-details {
	display: flex;
	display: -ms-flexbox;
    justify-content: space-between;
    flex-wrap: wrap;
	list-style: none;
    padding: 0;
}
.white-circle {
	background: #fff;
	border-radius: 110px;
    width: 25px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
	color: #ff5b37;
}
.btn-view-outline {
    color: #ff5b37;
    border-color: #ff5b37;
    font-size: 14px;
}
.btn-view-outline:hover {
    color: #fff;
    background-color: #ff5b37;
    border-color: #ff5b37;
}
.w-80 {
	max-width: 80%;
}
.bg-none {
	background: transparent;
    border: 0;
}
.square-box {
	width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid;
    background: #F8F8F8;
	border: 1px solid #FFE6E0;
    text-align: center;
	border-radius: 5px;
}
.reply-group .input-group input {
    background: #F8F8F8;
    border: 0;
}
.reply-group  .sub-btn {
	padding: 8px 40px;
    border: 0;
    border-radius: 0;
}
.profile-widget {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius:4px;
    margin-bottom:30px;
    position:relative;
    -webkit-transition:all .3s ease 0s;
    -moz-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s;
    transition:all .3s ease 0s;
	padding: 15px;
}
.profile-widget .rating {
    color: #757575;
    font-size: 14px;
    margin-bottom: 15px;
}
.pro-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 4px;
}
.pro-img img {
    border-radius: 4px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    width: 100%;
}
.pro-img:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.profile-widget .fav-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #fff;
    width: 30px;
    height: 30px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
    border-radius: 3px;
    color: #161c2d;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: hidden;
	z-index: 99;
}
.profile-widget:hover .fav-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.profile-widget .fav-btn:hover {
	background-color: #fb1612;
	color: #fff;
}
.projects-detailsmain .pro-content {
    padding: 0;
}
.pro-content p:last-child {
	margin-bottom: 0;
}
.pro-content .title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}
.profile-widget .pro-content .title a {
    display: inline-block;
}
.profile-widget .verified {
	color: #28a745;
	margin-left: 3px;
}
.profile-widget p.speciality {
    font-size: 13px;
    color: #757575;
    margin-bottom: 5px;
    min-height: 40px;
}
.available-info {
    font-size: 13px;
    color: #757575;
    font-weight: 400;
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}
.available-info li + li {
	margin-top: 5px;
}
.available-info li i {
	width: 22px;
}
.row.row-sm {
    margin-left: -3px;
    margin-right: -3px;
}
.row.row-sm > div {
    padding-left: 3px;
    padding-right: 3px;
}
.view-btn {
    color: #115241;
    font-size: 13px;
    border: 2px solid #115241;
    text-align: center;
    display: block;
    font-weight: 500;
	padding: 6px;
}
.view-btn:hover, .view-btn:focus {
	background-color: #115241;
	color: #fff;
}
.pro-content .book-btn {
	background-color: #115241;
    border: 2px solid #115241;
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: block;
    font-weight: 500;
	padding: 6px;
	border-radius: .25rem;
}
.book-btn:hover, .book-btn:focus {
	background-color: #0d5341;
	border-color: #115241;
	color: #fff;
}
.view-icons {
    display: inline-flex;
	display: -ms-inline-flexbox;
    float: right;
}
.view-icons a {
	align-items: center;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #161c2d;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	font-size: 20px;
	justify-content: center;
	padding: 4px 10px;
	text-align: center;
	margin-left: 10px;
	width: 44px;
	height: 44px;
}
.view-icons a:hover {
	border-color: #ff3115;
	color: #ff3115;
}
.view-icons a.active {
    background-color: #ff3115;
	border-color: #ff3115;
	color: #fff;
}

/*-----------------
	25. Blog Grid
-----------------------*/

.entry-meta i {
	margin-right: 0.25rem;
	color: #ff5b37;
}
.grid-blog .blog-title {
    font-size: 22px;
    margin: 0 0 15px;
}
.grid-blog .blog-content p {
	margin: 0 0 15px;
}
.grid-blog .blog-info {
	margin-bottom: 15px;
}
.grid-blog .blog-image {
	margin-bottom: 1.5rem;
}
.blog.grid-blog {
	padding: 1.5rem;
}
.grid-blog .entry-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.grid-blog .entry-meta li {
	margin-bottom: 15px;
}
 
.grid-blog .post-author {
    width: 189px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	text-transform: capitalize;
}
.grid-blog .post-author a:hover {
	color: #ff3115;
}

/*-----------------
	26. Terms and Conditions
-----------------------*/

.terms-text {
    margin-bottom: 25px;
}
.terms-text h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
 	color: #ff5b37;
	margin-bottom: 25px;
}
.terms-text h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
 }
.terms-text p {
     display: inline-block;
    font-size: 16px;
    line-height: 1.5em;
}
.terms-text:last-child p:last-child{
    margin-bottom: 0px; 
}
.terms-text  ul  {
	padding-left: 10px;
	margin-bottom: 25px;
	margin-top: 15px;
}
.terms-text  ul li {
	padding-left: 10px;
 }
.terms-text  ul li + li {
	margin-top: 10px;
}
.terms-text  ul li::marker {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: 0;
	color: #ff5b37;
}
.list-widget{
	box-shadow: 0px 2px 4px rgba(189, 189, 189, 0.25);
}
.list-widget .card-body {
    padding: 0;
}
.list-group-item {
	border: 1px solid #ffe6e1;
}
.list-group-item a {
	font-size: 16px;
	color: #161c2d;
}
.list-group-item a:hover{
	color: #ff5b37;
}
.list-group-item ul li::marker{
	content: "";
}
.list-group-item ul li {
	padding: 0.75rem 0;
}
.list-group-item ul li:last-child {
	padding: 0;
}

/*-----------------
	27. Category Detail
-----------------------*/

.bookmark {
	margin-bottom: 0;
}
.web-project h4 {
	font-weight: 500;
	font-size: 22px;
	color: #ff5b37;
}
.stone-btn {
    font-size: 16px;
    font-weight: bold;
    background: #ff5b37;
    color: #fff;
    border-radius: 30px;
    padding: 18px 25px;
}
.nav-tabs-bottom .nav-link {
    padding: 1rem 1rem;
}
.quick-title {
	margin-bottom: 30px;
}
.btn-group button, .btn-group .btn {
	border-radius: 130px;
}
.in-btn {
	background: #ff5b37;
	border: 1px solid transparent;
	padding: 10px 15px;
}
.out-btn {
	background: #FAFAFA;
	color: #161c2d;
	border: 1px solid transparent;
	padding: 10px 15px;
}
.btn-cancel {
	background: #ff5b37;
	border-radius: 4px;
	font-weight: 600;
	font-size: 16px;
	padding: 12px 20px;
	color: #fff;
}
.sort-show .select2-container .select2-selection--single {
	background: #fff;
	border: 1px solid #FFF5F3;
	box-shadow: 0px 4px 14px rgba(239, 239, 239, 0.35);
}
.sort-show .sort-title {
	color: #161c2d;
}
.sec-line {
    position: relative;
	display: inline-flex;
}
.sec-line::before {
    height: 3px;
    content: "";
    position: absolute;
    width: 29px;
    background: #FF3F00;
    bottom: 0;
    left: 0;
}
.sec-line::after {
    height: 3px;
    content: "";
    position: absolute;
    width: 11px;
    background: #FF3F00;
    bottom: 0;
    left: 32px;
}
.stats-box {
	background: #FBFCFF;
	border-radius: 5px;
	padding: 25px;
	height: 100%;
}
.stats-content {
	margin-top: 25px;
	display: -ms-flexbox;
    display: flex;
}
.stats-detail {
	background: #fff;
	box-shadow: 0px 4px 4px rgba(236, 236, 236, 0.25);
	border-radius: 5px;
	padding: 30px;
	text-align: center;
	width: 50%;
	margin: 0 5px;
}
.stats-detail h3 { 
	color: #ff5b37;
	font-family: Roboto;
	font-weight: 500;
	font-size: 34px;
}
.stats-detail p { 
	font-family: Roboto;
	font-weight: 500;
}
.table-borderless.table tbody tr {
	border-bottom: 0;
}
.table-borderless.table tbody tr td {
	font-weight: 500;
	font-size: 22px;
	padding: 20px;
}
.grey-text {
	color: #8C8C8C;
	padding: 10px 20px;
}
.milestone-payment, .profit-transactions, .quick-stat {
	margin-bottom: 35px;
}
.position-title .sort-by {
	padding-left: 15px;
}
.finance-title .sort-show .sort-title {
	color: #ff5b37;
}
.finance-title .sort-show {
	float: right;
}
.bg-bluelight {
	background: #F5F9FF;
}
.bg-light {
	background: #FCFCFC;
}
.text-rbold {
	font-weight: bold;
	font-size: 24px;
	color: #ff5b37;
}
.transaction-position {
    background: #FBFCFF;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
}
.transaction-payment {
	box-shadow: 0px 4px 14px rgba(206, 206, 206, 0.25);
	margin-bottom: 50px;
}
.transaction-payment  .transaction-table {
	box-shadow: none;
}
.transaction-table .main-head {
	background: #FBFCFF;
}
.transaction-table .main-head th, .transaction-table .main-head td {
	border: 0;
}
.transaction-table .main-head .sort-show {
	padding-left: 15px;
}
.transaction-table .head {
	background: #F5F9FF;
}
.transaction-table .head-title {
	color: #ff5b37;
	font-weight: 600;
	font-size: 24px;
}
.transaction-table .sort-title {
	font-size: 15px;
    font-weight: 500;
}
.export-item {
	font-weight: 500;
    font-size: 17px;
	color: #ff5b37;
}
.transaction-payment .tab-content {
	 padding-top: 0;
}
.transaction-payment ul.nav-tabs-solid {
	padding: 10px;
}
.pink-btn {
	background: #FFF8F8;
	padding: 5px 10px;
}
.green-btn {
	background: #F0FFF3;
	padding: 5px 10px;
}
.dol-btn {
	background: #F8F8F8;
	border-radius: 5px;
	padding: 10px 30px;
}
.wallet, .payment-process {
	padding: 30px;
    background: #fff;
    box-shadow: 0px 4px 14px rgb(198 198 198 / 25%);
    border-radius: 0px 0px 10px 10px;
}
.payment-process .select2-container {
	z-index: unset;
}
.wallet-detail {
	background: #fff;
 	border-radius: 0px 0px 10px 10px;
}
.wallet-title {
	padding: 25px;
}
.wallet-bal p {
	color: #FFF;
	margin-bottom: 10px;
}
.wallet-bal h3 {
	color: #FFF;
}
.wallet-bal {
	background: #ff5b37;
	padding: 25px;
	display: flex;
    align-items: center;
}
.dol-circle {
	width: 80px;
    height: 80px;
    background: #FF4117;
    border-radius: 50%;
	text-align: center;
    line-height: 80px;
    padding: 0;
	font-size: 38px;
	color: #FFF;
    display: block;
	float: left;
	margin-right: 30px;
}
.wallet-content {
	display: flex;
    flex-wrap: wrap;
}
.wallet-pay {
	width: 50%;
    text-align: center;
    padding: 25px;
}
.wallet-pay:first-child {
	border-right: 1px solid #EAEAEA;
}
.wallet-pay p {
	margin-bottom: 5px;
}
.wallet-pay h3 {
	font-weight: 600;
}
.payment-process ul {
	padding: 0;
    margin: 0;
}
.payment-process ul li {
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 12px 0;
	align-items: center;
}
.payment-process ul li:last-child {
    font-size: 18px;
    padding-bottom: 0;
    font-weight: 600;
}
.payment-process .sortby-fliter {
	width: 160px;
}
.payment-process .input-group.dep-amt {
	width: 160px;
}
.payment-process .input-group.dep-amt .form-control {
    border-color: #e9ecef;
    border-radius: 0;
    text-align: right;
}
.payment-process .input-group.dep-amt .input-group-text {
    border-radius: 0;
	padding: 10px 15px;
}
.pay-btn {
	background: #ff5b37;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
	padding: 12px 0;
}
.pay-btn:hover {
	color: #fff;
	opacity: 0.8;
}
.tot-border {
	border-bottom: 1px solid #ebebeb;
}
.payment-process p {
	padding-top: 20px;
	font-size: 14px;
    color: #777777;
}
.card-list {
	margin: 0;
	padding: 0;
}
.card-list li {
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 10px 0;
    align-items: center;
}
.column-5 {
	 width: calc(100%/5);
}
.price-features {
	list-style-type: none;
	border: 1px solid #eee;
	margin: 0;
	padding: 0;
	background: #FDFFFE;
	border: 1px solid #F0EAEA;
	box-shadow: 0px 4px 14px rgba(198, 198, 198, 0.25);
	border-radius: 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin: 30px 5px 0 5px;
}
.plus-price {
	background: #fffcfc;
	border: 1px solid #ff5b37;
	margin-top: 0;
}
.price-features li {
	padding: 15px;
	text-align: center;
	color: #646464;
	font-weight: 500;
	font-size: 16px;
}
.price-features .header-price h3 {
	font-weight: 500;
	font-size: 30px;
	color: #ff5b37;
}
.price-features .header-price p {
	font-size: 14px;
	margin-bottom: 0;
}
.price-features .yr-price h3 {
	font-weight: 500;
	font-size: 26px;
}
.price-features .yr-price p {
	font-size: 14px;
	margin-bottom: 0;
}
.price-features .yr-price {
	background: #FBFBFB;
}
.price-features.plus-price .yr-price {
	background: transparent;
}
.price-features .subheader-price p {
	margin-bottom: 0;
	font-weight: 500;
}
.tab-btn {
	display: inline-flex;
}
.tab-btn .in-btn a {
	color: #fff;
}
.tab-btn .out-btn a {
	color: #161c2d;
}
.plan-btn {
	background: #131135;
	border-radius: 10px;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
}
.plan-btn:hover {
    color: #fff;
    background: #fb451d;
}
.plus-price .plan-btn {
	background: linear-gradient(0deg, #ff5b37, #ff5b37), #00A171;
}
.change-btn {
	background: linear-gradient(113.98deg, #ff5b37 19.08%, #ff5b37 68.11%), #ff5b37;
	border-radius: 10px;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
}
.plan-detail {
	background: #fff;
	box-shadow: 0px 4px 24px 10px rgba(231, 231, 231, 0.3);
	border-radius: 15px;
}
.bt-0 {
	border: 0;
}
.plan-left h2 {
	color: #ff5b37;
}
.plan-right {
	text-align: right;
}
.plan-body {
	padding: 30px;
}
.transaction-table {
	box-shadow: 0px 4px 14px rgb(206 206 206 / 25%);
}
.transaction-table .table td, .transaction-table .table th {
	border-top: 0;
}

.order-invoice .table{
	margin-bottom: 0px;
}
.order-invoice .table tbody tr {
    border-bottom: 0.5px solid #e8e8e8;
}
.order-invoice .table tbody tr:last-child{
	border-bottom:0.5px solid #e8e8e8;
}
.myprofile-widget {
	border: 1px solid #e8e8e8;
	box-shadow: 0px 4px 4px rgba(204, 204, 204, 0.25);
	height: 100%;
}
.myprofile-header {
	background: #ff5b37;
	padding: 20px;
}
.myprofile-header h2 { 
	color: #fff;
}
.myprofile-header p { 
	color: #fff;
	margin-bottom: 12px;
}
.member-btn {
	background: #fff;
	border-radius: 50px;
	font-weight: 500;
	font-size: 16px;
	color: #ff5b37;
}
.myprofile-body {
	background: #fff;
	padding: 20px;
}
.prog-card {
	background-color: #F4F4F4;
    padding: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.prog-acc {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.prog-acc h5 {
	font-weight: 500;
	font-size: 14px;
	color: #A8A8A8;
}
.icon-circle {
    background: #ff5b37;
    width: 29px;
    height: 29px;
    display: inline-block;
    line-height: 29px!important;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.icon-grey {
    background: #F4F4FA;
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    color: #C8C8D8;
	font-size: 18px;
}
.progress {
	width: 100%;
	margin-bottom: 0;
	height: 4px;
}
.progress-bar {
	background: #38B653;
	width: 25%;
}
.progress-info {
	width: 20%;
}
.progress-info h5 {
	color: #343434;
	font-size: 16px;
	font-weight: 400;
}
.progress-info p {
	margin-bottom: 0;
	margin-left: 10px;
}
.fund-btn {
	background: #131135;
	border-radius: 5px;
	color: #fff;
	font-weight:normal;
	font-size: 15px;
}
.pro-head {
	border-bottom: 1px solid #F8F8F8;
	padding: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pro-head h2 {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 0;
}
.pro-body {
	padding: 1.5rem;
}
.current-package-widget ul li{
	 list-style: none;
}
.current-package-widget ul{
	margin-bottom: 0px;
}
.news-feature {
	position: relative;
	display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
}
.news-feature img {
    margin-right: 15px;
}
.news-feature p {
	font-size: 14px;
	margin-bottom: 0;
}
.news-feature h5 {
	font-weight: 600;
	font-size: 14px;
}
.table-budget {
	font-weight: 500;
	font-size: 14px;
	color: #161c2d;
}
.text-expiry {
	color: #161c2d;
	font-weight: 600;
	font-size: 12px;
}
.detail-text {
	font-size: 15px;
	color: #161c2d;
}
.table-job .table td {
	font-weight: 500;
    font-size: 14px;
    color: #5F5F5F;
}
.dev-feature {
	padding: 20px;
}
.dev-feature:not(:last-child), .news-feature:not(:last-child) {
	border-bottom: 1px solid #F3F3F3;
}
.dev-feature h4 {
	font-weight: 500;
	color: #ff5b37;
}
.dev-feature p {
	font-size: 14px;
	margin-bottom: 10px;
}
.dev-feature h5 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	color: #808080;
}
.bgg-yellow {
	background: #FF7A03;
	color: #fff;
    border-radius: 50%;
    width: 17px;
    line-height: 17px;
    padding: 0;
    height: 17px;
}
.filter-form {
	background: #fff;
	box-shadow: 0px 4px 24px rgba(200, 200, 200, 0.25);
	padding: 30px;
	margin-bottom: 40px;
}
.rate-box {
	background: #ff5b37;
	border-radius: 0px 0px 30px 30px;
	width: 54px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
}
.rating.red i.filled {
    color: #febe42;
}
.bg-black {
	background: #131135;
	border: 1px solid #131135;
}
.setting-tab .nav-link {
	padding: 15px 30px;	
	font-weight: 600;
	font-size: 16px;
	color: #ff5b37;
}
.setting-tab .nav-link.active {
	background: #ff5b37;
    border-radius: 80px 0px 0px 80px;
	color: #fff;
}
.setting-content {
	padding-top: 0;
	margin-bottom: 30px;
}
.setting-content .pro-card {
	background: #fff;
	box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
	border-radius: 5px;
	border: 0;
}
.setting-content .pro-pad {
	padding: 20px;
}
.setting-content .pro-head h2 {
	font-size: 28px;
}
.pay-tab .nav-link {
	background: #FFF8F7;
	padding: 35px;
	color: #161c2d;
}

/*-----------------
	28. Chat
-----------------------*/

.chat-page .content {
	padding: 110px 0 0 0;
}
.chat-page .footer {
	display: none;
}
.chat-window {
	padding:0 0 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
	height:100%;
}

body .kofejobchat-dash-chat-body .chat-content {
    margin: 0px 0px;
    padding: 0!important;
}
body .kofejobchat-dash-chat-body .chat-content  .chat-scroll{
	padding: 0!important;
}

body .chat-cont-right .chat-body ul.list-unstyled {
     padding: 15px 0;
 }

body.chats-tab-open .kofejobchat-main .chats {
    display: flex;
    width: 100%;
    height: 100%;
}
.messages_inbox.chat-cont-left {
	border: none;
	box-shadow: none;
	border-radius: 0;
}
.chat-cont-left .chat-users-list li.media_single {
    border: 1px solid #e8e8e8;
    padding: 10px;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    
}
.chat-cont-left .media-img-wrap {
    margin: 0 15px 0 0;
}
.chat-cont-left  .avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem;
}
.dashboard-info .card-body p {
    font-size: 15px;
     
}
.dashboard-info .card-body p .mes_referral, .chat-cont-left .msg_text, .user-last-chat .mes_time {
	color: #6e727d;
}
.chat-cont-left p{ 
	margin-bottom: 0;
}
.chat-cont-left.single_chat_left .user-last-chat p{ 
	color: #6e727d;
}
.chat-users-list .last-chat-time, .last-chat-time.block {
    font-size: 12px;
    color: #6e727d;
}
.chat-cont-left  .chat-users-list li.media_single 
{
	margin-bottom:1.5rem;
}
.chat-cont-left .chat-users-list li.media_single:hover {
    background-color: #f5f5f6;
}

.chat-cont-left {
    border: 1px solid #e8e8e8;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    left: 0;
     position: relative;
    z-index: 4;
	background: #fff;
	box-shadow: 0px 4px 14px rgba(198, 198, 198, 0.25);
	border-radius: 5px;
}
 
  .chat-cont-left .chat-header h6 {
	color: #161c2d;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.chat-cont-left .chat-header span {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.chat-cont-left .chat-header .chat-compose {
    color: #8a8a8a;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.chat-cont-left .chat-search {
    background-color: #fff;
    width: 100%;
}
.chat-cont-left .chat-search .input-group {
    width: 100%;
}
.chat-cont-left .chat-search .input-group .form-control {
    background-color: #fff;
    border-radius: 50px;
    padding-left: 36px;
}
.chat-cont-left .chat-search .input-group .form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}
.chat-cont-left .chat-search .input-group .input-group-prepend {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    bottom: 0;
    color: #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    right: 8px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 4;
}
.chat-window .chat-scroll {
    min-height: calc(100vh - 328px);
    max-height: calc(100vh - 328px);
    overflow-y: auto;
}
.chat-window .chat-cont-left.single_chat_left   {
     height: 100%;
}
.chat-footer .attach-btn {
	width: 90%;
	position: relative;
	margin: 0 15px 0 0;
}
.nochat.text-center{
	margin-top: 30%;
}
.page-template-page-freelancer-search #freelancer-location .panel-body.add-search ul li ul li,
.page-template-page-project-search #locations-widget .panel-body ul li ul li
{
	margin-top: 5px;
}
.page-template-page-freelancer-search .search-filter .filter-widget h4,
.page-template-page-project-search .search-filter .filter-widget h4{
	margin-bottom: 10px
}
.page-template-page-freelancer-search  .theiaStickySidebar .search-filter .card-body .panel.panel-default,
.page-template-page-project-search  .theiaStickySidebar .search-filter .card-body .panel.panel-default {
    margin-bottom: 20px;
}
.chat-cont-left .chat-users-list a.media {
    background: #fff;
    box-shadow: 0px 4px 4px #f5f8ff;
    margin: 10px;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
}
.chat-cont-left .chat-users-list a.media:last-child {
	border-bottom: 0;
}
.chat-cont-left .chat-users-list a.media .media-img-wrap {
    margin-right: 15px;
    position: relative;
}
.chat-cont-left .chat-users-list a.media .media-img-wrap .avatar {
    height: 45px;
    width: 45px;
}
.chat-cont-left .chat-users-list a.media .media-img-wrap .status {
	bottom: 7px;
	height: 10px;
	right: 4px;
	position: absolute;
	width: 10px;
	border: 2px solid #fff;
}
.chat-cont-left .chat-users-list a.media .media-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name, 
.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name {
    color: #161c2d;
	font-weight: 600;
	font-size: 14px;
    text-transform: capitalize;
}
.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
    color: #6e727d;
    font-size: 12px;
    line-height: 24px;
}
.chat-cont-left .chat-users-list a.media .media-body > div:last-child {
    text-align: right;
}
.chat-cont-left .chat-users-list a.media .media-body > div:last-child .last-chat-time {
    color: #6e727d;
    font-size: 13px;
}
.chat-cont-left .chat-users-list a.media:hover {
	background-color: #e8e8e8;
}
.chat-cont-left .chat-users-list a.media.read-chat .media-body > div:last-child .last-chat-time {
	color: #8a8a8a;
}
.chat-cont-left .chat-users-list a.media.active {
	background-color: #f5f5f6;
}
.chat-window .chat-scroll li{
	list-style: none;
}
.chat-cont-right {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
 	background: #fff;
	box-shadow: 0px 4px 14px rgba(198, 198, 198, 0.25);
	border-radius: 5px;
	padding: 0;
	border: 1px solid #e8e8e8;
}
.chat-cont-right .chat-header {
 
	display: flex;
    height: 72px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
 }
.chat-cont-right .chat-header .back-user-list {
    display: none;
    margin-right: 5px;
    margin-left: -7px;
}
.chat-cont-right .chat-header .media {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.chat-cont-right .chat-header .media .media-img-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 15px;
}
.chat-cont-right .chat-header .media .media-img-wrap .avatar {
	height: 50px;
	width: 50px;
}
.chat-cont-right .chat-header .media .media-img-wrap .status {
    border: 2px solid #fff;
    bottom: 0;
    height: 10px;
    position: absolute;
    right: 3px;
    width: 10px;
}
.chat-cont-right .chat-header .media .media-body .user-name {
    color: #161c2d;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.chat-cont-right .chat-header .media .media-body .user-status {
    color: #666;
    font-size: 14px;
}
.chat-cont-right .chat-header .chat-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.chat-cont-right .chat-header .chat-options > a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    border-radius: 50%;
    color: #8a8a8a;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    height: 30px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
    margin-left: 10px;
    width: 30px;
}
.chat-cont-right .chat-body {
    background-color: #fff;
}
.chat-cont-right .chat-body ul.list-unstyled {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
}
.chat-cont-right .chat-body .media .avatar {
    height: 30px;
    width: 30px;
	bottom: 0;
    position: absolute;
	min-width: 30px;
}
.chat-cont-right .chat-body .media .media-body {
	margin-left: 15px;
}
.chat-cont-right .chat-body .media .media-body .msg-box > div {
	padding: 10px 15px;
	border-radius: 15px;
	display: inline-block;
	position: relative;
	z-index: 999;
}
.chat-cont-right .chat-body .media .media-body .msg-box > div p {
    color: #fff;
    margin-bottom: 0;
}
.chat-cont-right .chat-body .media .media-body .msg-box + .msg-box {
	margin-top: 5px;
}
.chat-cont-right .chat-body .media.received {
	margin-bottom: 20px;
	position: relative;
}
.chat-cont-right .chat-body .media:last-child {
	margin-bottom: 0;
}
.chat-cont-right .chat-body .media.received .media-body .msg-box > div {
	background-color: #ff5b37;
}
.chat-cont-right .chat-body .media.sent {
    margin-bottom: 20px;
	position: relative;
}
.chat-cont-right .chat-body .media.sent .avatar {
    height: 30px;
    width: 30px;
    bottom: 0;
    right: 0;
    position: absolute;
}
.chat-cont-right .chat-body .media.sent .media-body {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
    margin-left: 0;
	margin-right:15px;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div {
    background-color: #E8EFFF;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div p {
    color: #232323;
}
.chat-cont-right .chat-body .chat-date {
    font-size: 14px;
    margin: 1.875rem 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}
.chat-cont-right .chat-body .chat-date:before {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    margin-right: 28px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 100%;
}
.chat-cont-right .chat-body .chat-date:after {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: 28px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.chat-cont-right .chat-footer {
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
    padding: 10px;
    position: relative;
}
 
.chat-cont-right .chat-footer .input-group {
    width: 100%;
	background-color: #f5f5f6;
    border: none;
    border-radius: 50px;
	padding: 5px;
}
.chat-cont-right .chat-footer .input-group .form-control {
    background-color: #f5f5f6;
	box-shadow: none!important;
    border: none!important;
    border-radius: 50px!important;   
	padding: 12px 15px!important;
	max-height: 46px;
}

.kofejobchat-dash-chat-body .chat-header .btn-sm {
    padding: 0.25rem 5px;
	margin-right: 15px;
}

.kofejobchat-dash-chat-body .chat-header .btn-sm .hw-20 {
    height: 1rem;
    width: 1rem;
}

.chat-cont-right .chat-footer .input-group .form-control:focus {
    background-color: #f5f5f6;
    border: none;
    box-shadow: none;
}
.chat-cont-right .chat-footer .input-group .btn, 
.chat-cont-right .chat-footer .input-group .btn {
    background-color: transparent;
    border: none;
    color: #9f9f9f;
}
.chat-cont-right .chat-footer .input-group .btn.msg-send-btn {
    background-color: #ff5b37;
    border-color: #ff5b37;
    border-radius: 48px;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.msg-typing {
	width: auto;
	height: 24px;
	padding-top: 8px
}
.msg-typing span {
	height: 8px;
	width: 8px;
	float: left;
	margin: 0 1px;
	background-color: #a0a0a0;
	display: block;
	border-radius: 50%;
	opacity: .4
}
.msg-typing span:nth-of-type(1) {
	animation: 1s blink infinite .33333s
}
.msg-typing span:nth-of-type(2) {
	animation: 1s blink infinite .66666s
}
.msg-typing span:nth-of-type(3) {
	animation: 1s blink infinite .99999s
}
.chat-cont-left .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ff5837;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.chat-cont-right .chat-body .media.received .media-body .msg-box {
	position: relative;
}
.chat-cont-right .chat-body .media.received .media-body .msg-box h6, .chat-cont-right .chat-body .media.sent .media-body .msg-box h6 {
    font-size: 10px;
    margin-bottom: 0;
	color: #ff5b37;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box h6 {
	text-align: right;
}
.chat-cont-right .chat-body .media.received .media-body .msg-box:first-child:before {
    border-bottom: 15px solid #ff5b37;
    border-right: 15px solid #ff5b37;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    content: "";
    height: 0;
    left: 15px;
    position:relative;
    right: auto;
    bottom: 5px;
    width: 0;
	z-index: 9;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box {
    padding-left: 50px;
    position: relative;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box:first-child:after {	
    border-bottom: 15px solid #e8efff;
    border-left: 15px solid #e8efff;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    content: "";
    height: 0;
    left: auto;
    position: relative;
    right: 15px;
    bottom: 5px;
    width: 0;
	z-index: 9;
}
.chat-msg-info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    clear: both;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}
.chat-msg-info li {
    font-size: 13px;
    padding-right: 16px;
    position: relative;
}
.chat-msg-info li:not(:last-child):after {
	position: absolute;
	right: 8px;
	top: 50%;
	content: '';
	height: 4px;
	width: 4px;
	background: #d2dde9;
	border-radius: 50%;
	transform: translate(50%, -50%)
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box .chat-msg-info li:not(:last-child)::after {
    right: auto;
    left: 8px;
    transform: translate(-50%, -50%);
    background: #aaa;
}
.chat-cont-right .chat-body .media.received .media-body .msg-box > div .chat-time {
    color: #f6f6f6;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-time {
    color: #919191;
}
.chat-msg-info li a {
	color: #777;
}
.chat-msg-info li a:hover {
	color: #2c80ff
}
.chat-seen i {
	color: #00d285;
	font-size: 16px;
}
.chat-msg-attachments {
	padding: 4px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 -1px
}
.chat-msg-attachments > div {
	margin: 0 1px
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-info {
    flex-direction: row-reverse;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-attachments {
	flex-direction: row-reverse
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-info li {
    padding-left: 16px;
    padding-right: 0;
    position: relative;
}
.chat-attachment img {
    max-width: 100%;
}
.chat-attachment {
	position: relative;
	max-width: 130px;
	overflow: hidden;
}
.chat-attachment {
	border-radius: .25rem;
}
.chat-attachment:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #161c2d;
	content: "";
	opacity: 0.4;
	transition: all .4s;
}
.chat-attachment:hover:before {
	opacity: 0.6;
}
.chat-attach-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 7px 15px;
	font-size: 13px;
	opacity: 1;
	transition: all .4s;
}
.chat-attach-download {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .4s;
	color: #fff;
	width: 32px;
	line-height: 32px;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
}
.chat-attach-download:hover {
	color: #495463;
	background: #fff;
}
.chat-attachment:hover .chat-attach-caption {
	opacity: 0;
}
.chat-attachment:hover .chat-attach-download {
	opacity: 1;
}
.chat-attachment-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -5px;
}
.chat-attachment-list li {
	width: 33.33%;
	padding: 5px;
}
.chat-attachment-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 5px solid rgba(230, 239, 251, 0.5);
	height: 100%;
	min-height: 60px;
	text-align: center;
	font-size: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div:hover .chat-msg-actions {
	opacity: 1;
}
.chat-msg-actions {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .4s;
	z-index: 2;
}
.chat-msg-actions > a {
    padding: 0 10px;
    color: #495463;
    font-size: 24px;
}
.chat-msg-actions > a:hover {
	color: #2c80ff;
}
@keyframes blink {
	50% {
		opacity: 1
	}
}
.btn-file {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    font-size: 20px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
    overflow: hidden;
    padding: 0 0.75rem;
    position: relative;
    vertical-align: middle;
}

.btn_file {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    font-size: 15px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
     padding: 0 0.75rem;
    position: relative;
    vertical-align: middle;
}

.btn_file  .dropdown-menu.show{ 
    right: 0px!important;
	left: auto!important;
}

.chat-footer .emojionearea  .emojionearea-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    font-size: 20px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
     padding: 0 0.75rem;
    position: absolute;
    vertical-align: middle;
	top: 15px;
}
  
.btn_file .fa{
	font-size: 16px;
}
.btn-file input {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/*-----------------------
	29. Profile-resume-edit
------------------------*/

.pro-edit {
	background: #F9F9F9;
	height: 560px;
	overflow-y: hidden;
	margin-top: 20px;
	padding: 20px;
}
.profile-update-btn, .profile-cancel-btn {
	font-size: 15px;
	font-weight: 600;
	padding: 12px 25px;
	border-radius: 4px;
	margin-top:10px;
}
.profile-cancel-btn {
	background: #DEDEDE;
	color: #161c2d;
}
.edit-sub-title {
	background: #F8F8F8;
	padding: 10px;
	border-radius: 50%;
	color: #161c2d;
}
.profile-edit-form .form-control , .profile-edit-form .select2-container .select2-selection--single {
	background: #fff;
	border: 1px solid rgba(239, 239, 239, 0.42);
	box-sizing: border-box;
	box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
	border-radius: 5px;
}
.form-check-label {
	font-size: 14px;
	color: #616161;
}
.submit-profile-sec a {
	padding: 8px 20px;
}
.input-group-text {
	background: #f5f5f5;
	border: 1px solid #e8e8e8;
	min-height: 46px;
	border-radius: 5px 0 0 5px;
}
.pro-new,.pro-new1,.pro-new2,.pro-new3 {
	display: none
}
.pro-text,.pro-text1,.pro-text2,.pro-text3 {
	display: block;
	line-height: 30px;
}
.dropdown.profile-action {
	position: absolute;
	right: 5px;
	text-align: right;
	top: 10px;
}
.profile-action .dropdown-toggle::after {
	display: none;
}
.profile-action .dropdown-menu {
	background: #fff;
	border: 1px solid #FFE6E0;
	box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(165, 165, 165, 0.25);
	color: #ff5b37;
}
.profile-action .dropdown-menu .dropdown-item {
	color: #ff5b37;
}
.add-skills .modal-header {
	background: #FFF8F8;
	padding:25px;
	margin: 30px;
	text-align: center;
	border-bottom: none;
	border-radius: 5px 5px 0px 0px;
	text-transform: uppercase;
	display: flex;
    align-items: center;
    flex-direction: column;
}
.modal-header .close {
	width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0px;
    background: #fff;
    color:  #ff5b37;
    border: 1px solid #ff5b37;
    border-radius: 50%;
    margin: -1rem -1rem -1rem auto;
}
.modal-header .close:hover {
	opacity: .75;
}
.add-skills .modal-title {
	font-size: 24px;
	font-weight: 700;
}
.hr-text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	opacity: 1;
	margin-bottom: 5rem;
}
.hr-text:before {
	content: "";
	background: #E9E9E9;
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	height: 1px;
}
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	padding: 0 0.5em;
	color: #fff;
	background-color: #ff5b37;
  	width: 66px;
    height: 66px;
    border-radius: 50%;
    line-height: 66px;
}
.skill-list-group {
	padding:20px;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ff5b37;
    border-color: #ff5b37;
}
.f-7 {
	font-size: 7px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    z-index: 2;
    color: #ff5b37;
    background-color: #FFF7F7;
    border-color: #FFF7F7;
}
.nav-link {
	color: #444444;
}
.add-skills .list-group-item {
    border: 0px solid #ffe6e1;
}
.add-skills .menu-arrow {
	-webkit-transition: -webkit-transform 0.15s;
	-o-transition: -o-transform 0.15s;
	transition: transform .15s;
	position: absolute;
	right: 15px;
	display: inline-block;
	font-family: 'FontAwesome';
	text-rendering: auto;
	line-height: 40px;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	line-height: 18px;
	top: 11px;
}
.add-skills .menu-arrow:before {
	content: "\f105";
}
.add-skills li a.subdrop .menu-arrow {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.add-skills .card {
	background: #fff;
	border: 1px solid rgba(239, 239, 239, 0.42);
	box-sizing: border-box;
	box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
	border-radius: 5px;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    background-color: #ff5b37;
    border-color: #ff5b37;
}
.btn-outline-primary:hover {
    background-color: #ff5b37;
    border-color: #ff5b37;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff5b37;
    border-color: #ff5b37;
}
.btn-outline-primary {
    color: #ff5b37;
    border-color: #ff5b37;
}
.f-20 {
	font-size: 20px;
}

/*-------------------------
	30. Profile-details-view
--------------------------*/

.project-details-tab .nav-tabs {
    border-bottom: 1px solid #ff5b37;
    background: #ff5b37;
}
.project-details-tab .nav-tabs .nav-item.show .nav-link, .project-details-tab .nav-tabs .nav-link.active {
	color: #fff;
}
.project-details-tab .nav-tabs.nav-tabs-bottom > li > a.active, .project-details-tab .nav-tabs.nav-tabs-bottom > li > a.active:hover, .project-details-tab .nav-tabs.nav-tabs-bottom > li > a.active:focus { 
	border-bottom-width: 5px;
    border-color: transparent;
    border-bottom-color: #fff;
}
.project-details-tab .nav-tabs > li > a {
	color: #fff;
	font-weight: normal;
}
.project-details-tab .nav-tabs .nav-link:focus, .project-details-tab .nav-tabs .nav-link:hover {
    background-color: #ff5b37;
    border-color: transparent;
    color: #fff;
    border-bottom-width: 5px;
    border-bottom-color: #fff;
}
.project-details-tab .profile-action {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	right: 20px;
	top: 14px;
}
.btn-purple {
	background: #1E1A60;
	border-radius: 5px;
	color: #fff;
}
.project-details-table .select2-container .select2-selection--single {
	height:40px;
	line-height: 40px;
}
.project-details-table .select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 40%;
}
.task-btn {
	align-items: center;
    border: 3px dashed #dedede;
    border-radius: 0;
    color: #4d525b;
    cursor: pointer;
    display: flex;
    height: 96px;
    justify-content: center;
    margin-bottom: 20px;
}
.task-form {
	background: #FAFAFA;
	margin-top: 40px;
	padding: 30px;
}
.close-task {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #c7c5c5;
}
.action-task span {
	margin-right: 15px;
}

/*-----------------
	31. Freelancer
-----------------------*/

.settings-widget {
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 4px 4px rgba(204, 204, 204, 0.25);
    margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
}
.settings-header {
	background: #ff5b37;
	padding: 1.5rem;
}
.settings-header h3, .settings-header h3 a {
	color: #fff;
	font-size: 18px;
}
.settings-header p {
	color: #fff;
	font-size: 14px;
}
.settings-menu ul {
	display: block;
	border: 0;
	padding: 1.5rem;
	margin: 0;
	list-style: none;
}
.settings-menu ul li + li {
	margin-top: 1.5rem;
}
.settings-menu ul li a {
    color: #6e727d;
	font-size: 16px;
    font-weight: 500;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    line-height: normal;
}
.ms-auto {
    margin-left: auto!important;
}
.settings-menu ul li a i.menu-arrow {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: auto;
    margin-right: 0;
    color: #161c2d;
}
.settings-menu ul li a:hover, .settings-menu ul li a:focus {
    color: #ff5b37;
	background-color: transparent !important;
	border: 0 !important;
}
.settings-menu ul li a.active {
	color: #ff5b37 !important;
	border: 0;
}
.settings-menu ul li a i {
	margin-right: 8px;
	font-size: 20px;
}
.dash-widget {
	background: #fff;
	border: 1px solid #e8e8e8;
	box-shadow: 0px 4px 4px rgba(200, 200, 200, 0.25);
	margin-bottom: 1.5rem;
	border-radius: 5px;
}
.dash-info {
	padding: 1.5rem;
	border-bottom: 1px solid #e8e8e8;
}
.dash-widget-info {
    font-size: 18px;
    margin-bottom: 5px;
    color: #161c2d;
}
.dash-widget-count {
    font-weight: bold;
    font-size: 30px;
    color: #ff5b37;
    line-height: 1.2;
}
.dash-widget-more {
	padding: 1rem 1.5rem;
}
.plan-details h4 {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 0;
	color: #ff5b37;
}
.plan-details h3 {
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 1px;
	color: #ff5b37;
}
.plan-details .expiry {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 25px;
}
.yr-amt {
	font-size: 16px;
	margin-bottom: 25px;
}
.yr-duration {
	font-size: 14px;
	margin-bottom: 25px;
}
.btn-plan {
	border-radius: 5px;
}
.plan-feature ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
}
.plan-feature ul li {
    margin-bottom: 23px;
    position: relative;
    font-size: 14px;
    padding-left: 25px;
}
.plan-feature ul li:last-child {
    margin-bottom: 0;
}
.plan-feature ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
	color: #4B9F18;
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: 0;
}
.plan-feature a {
	font-weight: 600;
	font-size: 14px;
	color: #ff5b37;
}
.on-project {
	border-bottom: 1px solid #F7F7F7;
	padding: 20px;
}
.on-project h5 {
	font-weight: 500;
	font-size: 16px;
	color: #ff5b37;
	margin-bottom: 5px;
}
.on-project p {
	font-weight: 500;
	font-size: 12px;
	color: #948E8E;
	margin-bottom: 10px;
}
.pro-info .list-details {
	margin-bottom: 0;
}
.pro-info .slot p {
	font-weight: 500;
	font-size: 12px;
	color: #161c2d;
	margin-bottom: 5px;
}
.pro-info .slot h5 {
	font-weight: 600;
	font-size: 13px;
	color: #838383;
}
.verify-box {
	border: 1px solid #ff5b37;
	border-radius: 2px;
	padding: 25px;
}
.verify-box img {
	margin-bottom: 20px;
}
.verify-box h5 {	
    font-size: 20px;
	margin-bottom: 20px;
}
.verify-box a {
	font-weight: 600;
	color: #ff5b37;
	text-decoration: underline;
}
.chat-page footer {
	display: none;
}
.back-text {
	text-align: left;
	position: absolute;
    top: 20px;
}
.back-btn {
    padding: 5px 20px;
    border-radius: 50px;
    font-weight: bold;
}
.fund-btn:hover {
    color: #fff;
}
label.file-upload.image-upbtn {
    background: #131135;
	border: 1px solid #131135;
    border-radius: 5px;
    color: #fff;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 500;
	cursor: pointer;
}
.trash-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    border-radius: 50%;
	background: #F5365C;
	color: #fff;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.trash-icon:hover {
	color: #fff;
	opacity: 0.8;
}
.avatar-medium {
	border-radius: 5px;
	width: 76px;
	height: 46px;
}
.pro-pic {
	margin-bottom: 0;
}
.pro-pic p {
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 0;
}
.light-pink-text {
	font-size: 12px;
	color: #F38247;
	padding-top: 10px;
}
.btn-list {
	background: rgba(255, 91, 55, 0.1);
    padding: 20px;
    border-radius: 5px;
}
.proedit-widget {
	background: #fff;
	border: 1px solid #D6D6D6;
	box-shadow: 0px 4px 14px 10px rgba(241, 241, 241, 0.3);
	border-radius: 5px;
	padding: 15px;
}
.proedit-header {
	padding-bottom: 40px;
}
.proedit-header h4 {
	font-weight: 500;
	font-size: 20px;
}
.proedit-body {
	list-style: none;
    padding: 0;
    margin: 0;
}
.proedit-body li {
	padding-bottom: 40px;
	display: -ms-flexbox;
	display: flex;
}
.proedit-body li span {
	color: #ff5b37;
	margin-right: 12px;
}
.proedit-widget .btn {
	height: 50px;
}
.small-text {
	font-size: 12px;
	color: #ff5b37;
	margin-bottom: 0;
}
label.award-upload.image-upbtn {
	border: 1px solid #f15c3d;
	border-radius: 5px;
	width: 76px;
    height: 46px;	
	cursor: pointer;
    justify-content: center;
    display: flex;
    align-items: center;
	color: #f15c3d;
}
label.award-upload input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.del-modal i {
	color: #DFDFDF;
	margin-bottom: 35px;
}
.black-btn {
	background: #131135;
	border: 1px solid #131135;
}
.portfolio-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 0;
}
.portfolio-img .portfolio-live {
    transition: .5s ease;
    position: absolute;
    opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
    visibility: hidden;
    z-index: 99;
	color: #fff;
}
.portfolio-img .portfolio-content {	
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
	position: absolute;
}
.portfolio-img:hover .portfolio-live {	 
    opacity: 1;
    visibility: visible;
	background: rgba(255, 91, 55, 0.7);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.port-icon {
	width: 34px;
    height: 34px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    background: #fff;
    border-radius: 50%;
    color: #ff5b37;
}
.portfolio-detail {
    text-align: center;
    padding: 30px;
}
.portfolio-detail .pro-name {
    font-weight: 600;
    font-size: 18px;
	margin-bottom: 0;
	text-transform: none;
}
.hire-select .select2-container .select2-selection--single {
    background: #ff5b37;
    color: #fff;
    border-color: #ff5b37;
}
.hire-select .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
}
.hire-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent;
}
.br-0 {
	border-radius: 0 !important;
}
.port-title h3 {
	font-size: 22px;
    font-weight: 500;
	margin-bottom: 35px;
}
.projects-list h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.prolist-details {
	display: flex;
    list-style: none;
    margin: 0;
	flex-wrap: wrap;
    display: flex;
    display: -ms-flexbox;
	justify-content: space-between;
    padding: 0;
}
.prolist-details h5 {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 5px;
    color: #6e727d;
}
.prolist-details p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.prolist-details li:not(:last-child) {
	margin-right: 40px;
}
.red-text {
	color: #FF0000;
}
.prolist-details .price {
	font-size: 26px;
	color: #F5365C;
	font-weight: 500;
	margin-bottom: 0;
}
.hire-box h6 {
	font-weight: bold;
	font-size: 14px;
	color: #ff5b37;
	margin-bottom: 5px;
}
.hire-box p {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 14px;
}
.hire-box img{
	margin-bottom: 5px;
}
.pro-overview p:last-child{
	margin-bottom: 0px;
}
.btn-chat {
	font-weight: 500;
	font-size: 12px;
	color: #ff5b37;
	background: #fff;
	border: 1px solid #D8D8D8;
	border-radius: 70px;
}
.bg-success-dark {
	background-color: #4B9F18;
	border: 1px solid #4B9F18;
	padding: 10px 15px;
    color: #fff;
    width: 80px;
	border-radius: 10px;
}
.bg-grey-dark {
	background-color: #808080;
	border: 1px solid #808080;
	padding: 10px 15px;
    color: #fff;
    width: 80px;
	border-radius: 10px;
}
.bg-pink-dark {
	background: #F5365C;
	border-radius: 5px;
	padding: 10px 20px;
    color: #fff;
	border-radius: 10px;
}
.bg-grey-light {
	background: #DCDCDC;
	border-radius: 5px;
	padding: 10px 20px;
    color: #161c2d;
	border-radius: 10px;
}
.bg-outline-red {
	border: 1px solid #ff5b37;
	border-radius: 20px;
	padding: 10px 15px;
	font-size: 14px;
	color: #ff5b37;
}
.bg-outline-green {
	border: 1px solid #4B9F18;
	border-radius: 20px;
	padding: 10px 15px;
	font-size: 14px;
	color: #4B9F18;
}
.table .thead-pink th {
    color: #ff5b37;
    background-color: #FFF6F4;
}
.table-box {
	background: #fff;
	border: 1px solid #E7E7E7;
}
.bg-pink .input-group-text {
	background: #ffe6e1;
	border-color: #ffe6e1;
    color: #ff5b37;
}
.project-table  h4 {
	font-weight: 600;
	font-size: 16px;
	color: #ff5b37;
	margin-bottom: 20px;
}
.project-table  h3 {
	font-weight: 500;
	font-size: 24px;
	color: #161c2d;
	margin: 20px 20px 0;
}
.read-text {
	font-weight: 500;
	font-size: 14px;
	color: #ff5b37;
}
.br-30 {
	border-radius: 30px;
}
.file-circle {
	width: 33px;
	height: 33px;
	background: #FDF4F3;
	color: #ff5b37;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.dataTables_wrapper .dataTables_paginate ul.pagination {
	display: none;
}
.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length {
	padding: 20px 20px 5px;
}
.dataTables_wrapper .dataTables_length select, .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #E7E7E7;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}
.reply-box {
	padding: 20px;
	margin-bottom: 20px;
}
.reply-box h4 {
	margin-bottom: 0;
	color: #fff;	
}
.dashboard-sec .pro-box {
	margin-bottom: 30px;
}
.dashboard-sec .card-title {
	font-weight: 500;
	font-size: 1.5rem;
}
.text-violet {
	color: #7B46BE;
}
.text-pink {
	color: #FA6CA4;
}
.text-yellow {
	color: #FACD3A;
}
.text-blue {
	color: #24C0DC;
}
.static-list {
	list-style: none;
    margin: 0;
}
.static-list li {
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 15px;
}
.static-list li:last-child {
	margin-bottom: 0;
}
.earn-feature {
	border: 1px solid #F7F7F7;
	padding: 20px;
}
.earn-info p {
	font-size: 17px;
	margin-bottom: 12px;
}
.earn-info .date {
	font-size: 14px;
}
.earn-img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.earn-img span img {
	margin-right: 15px;
}
.earn-img span {
	font-weight: 600;
	font-size: 14px;
}
.earn-feature .price {
	font-weight: 600;
	font-size: 24px;
	color: #ff5b37;
	margin-left: auto;
}
.pro-box {
	background: #fff;
	box-shadow: 0px 4px 24px 10px rgba(231, 231, 231, 0.3);
	border-radius: 5px;
}
.action {
	align-items: center;
    display: inline-flex;
}
.rangslider {
	-webkit-appearance: none;
	width: 100%;
	height: 15px;
	background: #ffe6e1;
	border-radius: 5px;
	outline: none;
	overflow: hidden;
	-webkit-transition: .2s;
	transition: opacity .2s;
}
.rangslider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 62px;
	height: 18px;
	background: #fff;
	border-radius: 5px;
	box-shadow: -100vw 0 0 100vw #ff5b37, 0px 4px 24px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}
.rangslider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #04AA6D;
	cursor: pointer;
}

/*-----------------
	32. Employer
-----------------------*/

.page-template-page-profile .paginations {
	margin-bottom: 30px;
}
.page-template-page-profile  .proposals-section  .paginations {
	margin: 20px 0 0;
}
.page-template-page-profile  .proposals-section.proposals-section_freelancer  .paginations {
	margin: 0;
}

.page-template-page-profile  .transaction-table  .paginations {
	margin: 1.5rem 0 0;
}
.paginations {
	padding: 0;
	margin-bottom: 0;
	display: flex;
}
.paginations li {
	list-style: none;
	display: inline-block;
	padding-right: 20px;
}
.paginations li a {
	font-weight: 600;
	font-size: 14px;
	color: #161c2d;
}
.paginations li a.active {
    background: #ff5b37;
    color: #fff;
    padding: 5px 11px;
    border-radius: 50%;
    display: inline-block;
}
.paginations li:hover a.active {
    color: #fff;
}
.paginations li:hover a {
    color: #ff5b37;
}
.guide-account {
    border: 1px solid #ff5b37;
    border-radius: 2px;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 1.875rem;
    width: 100%;
}
.account-verify img {
    width: 65px;
}
.account-verify h2 {
    font-size: 20px;
    margin: 15px 0;
}
.account-verify p {
	color: #797979;
}
.verify-link {
    color: #ff5b37;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 4px solid #ff5b37;
}
.projects-card {
	background: #fff;
	border: 1px solid #e8e8e8;
	box-shadow: 0px 4px 4px rgba(204, 204, 204, 0.25);
}
.project-info span {
    font-weight: 500;
    font-size: 13px;
    color: #ff5b37;
    display: inline-block;
    margin-bottom: 5px;
}
.project-info h2 {
    font-weight: 500;
    margin: 0 0 10px;
    font-size: 20px;
}
.project-info {
    width: 50%;
    display: block;
    padding-right: 1.5rem;
}
.project-info .customer-info ul {
    padding: 0;
}
.project-info .customer-info ul li h5 {
    margin: 0;
    display: flex;
    align-items: center;
}
.project-info .customer-info ul li h5 img {
    margin-right: 3px;
}
.projects-btn {
    font-size: 12px;
    font-weight: 600;
    background: #ff5b37;
    border-radius: 5px;
    padding: 8px 10px;
    color: #fff;
    text-align: center;
    width: 120px;
    display: block;
	display: inline-block;
	margin-bottom: 10px;
 }
.projects-btn:hover {
	background-color: #fb451d;
	color: #fff;
}
.expire_project_flancer{
	 margin: 0;
}
.projects-action .projects-btn ~ .projects-btn {
    margin: 0 auto 0;
}
.projects-details {
    display: flex;
    width: 100%; 
}
.projects-action {
	width: 50%;
	padding-left: 1.5rem;
	text-align: center;
}
.projects-action.ong_pro_action {
	width: 60%;
	padding-left: 20px;
}
.projects-amount {
	width: 50%;
    display: block;
    text-align: center;
	padding: 0px 1.5rem;
}
.projects-amount.ong_pro_details_amount {
	width: 40%;
    display: block;
    text-align: center;
}
.prj-proposal-count {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.projects-card .card-body {
	height: 100%;
}
.prj-proposal-count span {
    color: #ff5b37;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.2;
}
.my-projects-list {
	margin-bottom: 30px;
}
.prj-proposal-count h3 {
	font-size: 16px;
}
.page-template-page-profile .prj-proposal-count h3 {
	 margin-bottom: 0;
}
.content-divider {
    border-right: 1px solid #e8e8e8;
	height: 96px;
}
.content-divider-1 {
    border-right: 1px solid #EAEAEA;
	height: 96px;
}
.projects-amount h5 p {
	color: #6e727d;
}
.projects-amount p {
	font-weight: 500;
	font-size: 14px;
	color: #161c2d;
	margin-bottom: .25rem;
}
.projects-amount h3 {
	font-size: 20px;
	font-weight: 600;
}
.projects-amount h3 small {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #6e727d;
    margin-top: 3px;
}
.projects-amount h5 {
    font-size: 14px;
    color: #ff5b37;
    margin-bottom: 0;
}
.hired-detail {
	font-size: 13px;
	color: #161c2d;
}
.prj-proposal-count.hired h3 {
	font-weight: 600;
    font-size: 14px;
    color: #ff5b37;
	margin-bottom: 12px;
}
.prj-proposal-count.hired img {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    margin-bottom: 8px;
    object-fit: cover;
}
.prj-proposal-count.hired p {
	font-weight: 500;
    font-size: 14px;
	margin-bottom: 0;
}
.project-hire-info {
	display: flex;
    width: 50%;
    align-items: center;
}
.project-hire-info .projects-btn{
	margin-bottom: 0;
}
.project-hire-info .projects-btn.emp_com_project,  .projects-btn.fre_com_project {
	margin-bottom: 10px;
}
.projects-amount.proposals {
	width: 100%;
}
.page-title h3 {
    font-size: 30px;
    margin-bottom: 1.5rem !important;
}
.page-subtitle {
	font-size: 20px;
	color: #161c2d;
	margin-bottom: 1rem;
}
.proposal-card {
    border: 1px solid #e8e8e8;
    box-shadow: 0px 4px 4px rgb(204 204 204 / 25%);
    padding: 20px;
}
.proposal-card .project-proposals {
    background: #FFF5F3;
    border: 1px solid rgba(255, 91, 55, 0.1);
    padding: 12px;
	margin-bottom: 20px;
}
.proposals-section .proposal-card .project-proposals {
    padding: 20px;
}
.proposals-section .proposal-card div.project-proposals.align-items-center:last-child{
	margin-bottom: 0px !important;
}
.proposer-img img {
    height: 54px;
    width: 54px;
    border-radius: 50%;
}
.proposer-info {
	display: flex;
	align-items: center;
	width: 60%;
}
.proposer-detail {
	margin-left: 15px;
	list-style: none;
	padding: 0;
}
.proposer-detail li {
	display: inline-block;
	color: #6e727d;
    font-size: 12px;
    border-right: 1px solid #e8e8e8;
    padding-right: 12px;
    padding-left: 10px;
}
.proposer-detail li:first-child {
	padding-left: 0;
}
.proposer-detail li:last-child {
	padding-right: 0;
	border-right: 0;
}
.proposal-details {
    margin-bottom: 0;
}
.proposal-details i.filled {
	color: #febe42;
}
.proposer-detail h4 {
	font-weight: 500;
    font-size: 16px;
    color: #161c2d;
	margin-bottom: .25rem;
}
.font-semibold {
	font-weight: 500;
}
.proposals-info {
	display: flex;
	margin-bottom: 15px;
}
.proposer-bid-info {
	display: flex;
	align-items: center;
	width: 40%;
}
.proposer-confirm .projects-btn {
	margin: 0 0 0 auto;
}
.proposer-bid {
	width: 50%;
}
.proposer-confirm {
	width: 50%;
}
.description-proposal {
	padding: 20px;
	background: #fff;
}
.description-proposal h1,
.description-proposal h2,
.description-proposal h3,
.description-proposal h4,
.description-proposal h5,
.description-proposal h6{
	font-size: min(max(16px, 16px), 16px);
	margin-bottom: 10px;
}
.description-proposal p {
	margin-bottom: 10px;
}
.description-proposal p:last-child{
	margin-bottom: 0px;
}
.description-proposal  ul {
	padding-left: 0px; 
	margin-bottom: 10px;
}
.description-proposal  ul li{
	list-style: none;
}

.description-proposal p {
 	font-size: 14px;
}
.proposer-bid h3 {
	font-size: 20px;
    color: #161c2d;
	margin-bottom: .25rem;
}
.proposer-bid h5 {
	font-size: 13px;
	color: #ff5b37;
	margin-bottom: 0;
}
.font-bold {
	font-weight: 600;
}
.warning-card {
	padding: 12px;
	background: rgba(255, 0, 0, 0.1);
	color: #FF0000;
	margin-bottom: 30px;
}
.warning-card p {
	color: #FF0000;
	font-size: 14px;
	margin-bottom: 0;
}
.page-template-page-profile input[type="search"]{
	min-height: unset;
}
.single-freelancer .modal-body p{
	padding-bottom: 0;
}
.projects-action.single-btn {
    width: 100%;
}
.completed-badge {
	font-size: 14px;
	color: #4B9F18;
	font-weight: 700;
}
.cancelled-badge {
	font-weight: 600;
	font-size: 16px;
	color: #FF0000;
}
.projects-delete-details {
    padding: 20px;
    background: rgba(255, 0, 0, 0.04);
    display: flex;
    box-shadow: 0px 4px 4px rgba(204, 204, 204, 0.25);
    border: 1px solid #e8e8e8;
}
.projects-delete-details .content-divider {
    border-right: 1px solid #e8e8e8;
}
.profile-edit-btn {
	background: #fff;
    font-weight: 500;
    font-size: 16px;
    color: #ff5b37;
    border: 1px solid #ff5b37;
	border-radius: 2px;
}
.profile-edit-btn:hover {
	background: #ff5b37;
    color: #FFF;
    border: 1px solid #ff5b37;
}
.my-projects-view .pro-post {
	margin-bottom: 0;
}
.pro-pos .select2-container {
	z-index: unset;
}

/*-----------------
	33. Membership
-----------------------*/

.package-detail {
	background: #fff;
	border: 1px solid #FEFEFE;
	box-shadow: 0px 4px 24px rgba(199, 199, 199, 0.25);
	border-radius: 5px;
	padding: 25px;
	margin-bottom: 25px;
}
.package-detail h4 {
	font-weight: 500;
	font-size: 18px;
}
.package-detail p {
	font-size: 12px;
}
.package-detail .package-price {
	font-weight: 500;
	font-size: 28px;
	color: #ff5b37;
	margin-bottom: 0;
}
.package-feature ul {
    list-style: none;
    margin: 25px 0;
    padding: 0;
    outline: none;
}
.package-feature ul li {
    margin-bottom: 15px;
    position: relative;
	font-size: 16px;
	font-weight: 500;
	padding-left: 25px;
}
.package-feature ul li:last-child{
	margin-bottom: 0;
}
.package-feature ul li.non-check::before {
	content: "\f057";
	color: #F5365C;
}
.package-feature ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
	color: #4B9F18;
    left: 0;
    position: absolute;
    top: 0;
}
.price-btn {
	background: #131135;
	border: 1px solid #131135;
	border-radius: 5px;
	font-weight: 500;
	color: #fff;
	padding: 12px 20px;
}
.member-detail h4  {
	font-weight: 600;
	font-size: 24px;
	color: #ff5b37;
}
.member-detail h3  {
	font-weight: 600;
	font-size: 26px;
	color: #ff5b37;
	margin-bottom: 2px;
}
.member-detail .expiry-on  {
	font-size: 16px;
}
.member-detail .expiry  {
	font-weight: 500;
	font-size: 16px;
}
.member-plan  {
	margin-bottom: 25px;
}
.freelance-title {
	margin-bottom: 40px;
}
.freelance-title h3 {
	font-weight: 500;
	font-size: 28px;
}
.freelance-title p {
	font-size: 16px;
	color: #757575;
}
.change-plan {
	float: right;
}
.fav .filled, .fav i {
	color: #F5365C;
}
.fav i:hover {
	color: #F5365C;
	font-weight: 700;
}
.tab-imgcircle::before {
    background-color: #38B653;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    content: "\f00c";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    justify-content: center;
    align-items: center;
    color: #fff;
    display: inline-flex;
    display: -ms-inline-flexbox;
}

/*-----------------
	34. Freelancer Proposals
-----------------------*/

.freelancer-proposals {
	background: #fff;
	box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
	border-radius: 5px;
	padding: 8px;
	margin-bottom: 13px;
}
.freelancer-proposals .proposal-type{
	min-width: 100px;
	margin-right: 18px;
}
.project-proposals.freelancer {
	margin-bottom: 0;
	padding: 18px;
}
.proposals-title {
	font-weight: 500;
	font-size: 20px;
	color: #161c2d;
	margin-bottom: 1rem;
}
.proposals-detail {
	display: block;
	width: 50%;
}
.proposer-content {
	display: block;
}
.info-btn {
	background: #fff;
	border: 1px solid #D8D8D8;
	border-radius: 70px;
	font-weight: 500;
	font-size: 12px;
	color: #ADADAD;
	padding: 3px 35px;
}
.proposal-img {
	display: block;
	margin-right: 60px;
}
.proposal-client {
    margin-right: 60px;
}
.proposal-img img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.proposer-content {
	width: 50%;
    display: block;
    padding-right: 20px;
}
.proposals-content {
	display: flex;
}
.proposal-delete {
	font-weight: 500;
	font-size: 12px; 
	color: #F5365C;
}
.title-info {
	font-weight: 500;
	font-size: 16px;
	color: #161c2d;
	margin-bottom: .25rem;
}
.client-price {
	font-weight: 500;
	font-size: 26px;
	margin-bottom: .25rem;
	color: #F5365C;
}
.price-type {
	font-size: 16px;
	color: #161c2d; 
}
.proposal-type h3 {
	font-weight: 600;
	font-size: 16px;
	color: #F5365C;
	margin-bottom: 0;
}
.proposal-img h4 {
    font-weight: 600;
    font-size: 14px;
    color: #161c2d;
    margin: .5rem 0;
}
.amnt-type {
	font-size: 16px;
    color: #6e727d;
    margin-bottom: 0;
    padding-top: 3px;
}
.project-info.project {
    width: 45%;
}
.project-hire-info.project {
    width: 55%;
}
.proposer-info.project {
    width: 65%;
    padding-left: 1.5rem;
}
.projects-action.project {
    width: 35%;
    padding-left: 1.5rem;;
}

.dashboard-page  .my-projects-list .projects-action{
	text-align: center;
}
 
.dashboard-page  .my-projects-list .projects-action .hired-detail {
	margin-top: 6px;
	border-radius: 5px;
	display: inline-block;
}
.dashboard-page  .my-projects-list .proposal-details span.text{
	margin-left: 0;
}
.dashboard-page  .my-projects-list .proposal-details .fas,.dashboard-page  .my-projects-list .projects-action .fas{
	margin-right: 0.25rem;
}
.dashboard-page  .my-projects-list .proposal-details .fas.fa-star.filled{
	color: #febe42;
}
.dashbproject-detail .pro-content{ 
   padding: 0;
}
.hired-detail {
	font-size: 12px;
	color: #6e727d;
	font-weight: 500;
	margin-bottom: 0;
	display: inline-flex;
}
.hired-date {
	font-weight: 500;
	font-size: 13px;
	color: #161c2d;
	margin-bottom: 0;
}
.projects-btn.project {
	margin: 0;
}
.projects-cancelled-card {
	background: rgba(255, 0, 0, 0.07);
}
.emp-profile-pagination .paginations li{
	margin-bottom: 0px;
}
.paginations li {
	list-style: none;
	display: inline-block;
	padding-right: 0px;
}
.paginations li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.emp-profile-pagination .fl-navigation {
	margin-top: 20px;
}
.emp-profile-pagination.emp-profile-paginationtabs .fl-navigation{
	margin-top: 0px;
}
.paginations li a {
	font-weight: 500;
    font-size: 16px;
    color: #6e727d;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%!important;
    margin-right: 10px;
    border: 1px solid #e8e8e8;
    display: inline-block;
}
  .paginations  li.active span.current{
	font-weight: 500;
    font-size: 16px;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%!important;
    margin-right: 10px;
    border: 1px solid #e8e8e8;
    display: inline-block;
	padding: 0;
}
.paginations li .page-numbers.dots{ 
	margin-right: 10px;
	line-height: 48px;
}
.paginations li.pagi_next a{
	margin-right: 0;
}
.paginations li.active a{
    background: #ff5b37;
    color: #fff;
   	border-color: #ff5b37;
}
.paginations li.active span{
    background: #ff5b37;
    color: #fff;
    padding: 5px 12px;
    border-radius: 50%;
	display: inline-block;
	border-color: #ff5b37!important;
}
.paginations li span{
	font-weight: 600;
	font-size: 14px;
}
.paginations li.active:hover a {
    color: #fff;
	border-color: #ff5b37;
	background-color: #ff5b37;
}
.paginations li:hover a {
    color: #ff5b37;
	background: #e8e8e8;
}
.paginations.freelancer {
	text-align: right;
}
.paginations.freelancer li:last-child {
	padding-right: 0;
}
#more {
	display: none;
}
.readmore:hover {
	cursor: pointer;
}
ul {
	padding: 0;
}
.modal-title {
	font-weight: 500;
	font-size: 24px;
}
.page-template-page-profile .modal-content{
	
    border: 0px solid rgba(0,0,0,.2);
}
.develop-list-pro .delete_followed_freelancer {
	margin-bottom: 10px;
}
#bid_form .submit-section .custom_check {
	font-weight: 500;
	color: #6e727d;
}
#bid_form .submit-section .custom_check a {
 	color: #FF3115;
}
.rating-text {
	font-weight: 500;
	font-size: 16px;
	color: #161c2d;
}
.modal-close a i {
	color: #ff5b37;
	font-size: 20px;
}
.update-btn {
    padding: 10px 20px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 10px;
    min-width: 120px;
    text-transform: uppercase;
}
.rating-btn {
	font-weight: 500;
	font-size: 14px;
	color: #161c2d;
}
.bids-card {
	border-bottom: 1px solid #D9D9D9;
	padding: 20px 0;
}
.bids-card:last-child {
	border: 0;
	padding-bottom: 0;
}
.author-img-wrap img {
	border-radius: 20px;
}
.author-img-wrap img.avatar.img-fluid {
	width: 150px;
    height: auto;
    max-width: 100%;
}
.author-detail p {
	margin-top: 15px;
}
.proposal-amnt h3 {
	font-weight: 500;
	font-size: 24px;
	color: #F5365C;
}
.average-bids {
	background: #FFF6F4;
	padding: 15px 20px;
}
.average-bids p {
	margin-bottom: 0;
	color: #161c2d;
	font-size: 16px;
}
.text-highlight {
	font-weight: 700;
	color: #ff5b37;
}
.pro-btn {
	background: #ff5b37;
	border-radius: 10px;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	padding: 15px 30px;
	margin: auto;
}
.pro-btn:hover {
	color: #fff;
	background: #fb451d;
}
.proposal-btns {
	padding: 20px;
	background: #FFF9F9;
	display: flex;
	display: -webkit-flex;
	border-radius: 5px;
}
.custom-breadcrumb {
    padding: 50px 0 160px;
}
.profile-cmpny {
	font-weight: 500;
	font-size: 24px;
	color: #ff5b37;
}
.bck-btn {
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	background: #ff5b37;
	border-radius: 5px;
	padding: 10px 15px;
	float: right;
}
.note-editor.card {
    padding: 0.5rem;
}
.note-editor.note-frame {
    border: 1px solid #E7E8EA;
}
.note-toolbar .btn-group button, .note-toolbar  .btn-group .btn {
	border-radius: 0;
}
.note-toolbar {
	z-index: 2;
}
.map {
	width:100%;
	height: 314px;
}
.table-width {
	width: 35%;
}

/*-----------------
	35. Invoices
-----------------------*/

.invoice-item .invoice-logo {
    margin-bottom: 30px;
}
.invoice-item .invoice-logo img {
    width: auto;
    max-height: 52px;
}
.invoice-item .invoice-text h2 {
	color:#161c2d;
	font-size:36px;
	font-weight:600;
}
.invoice-item .invoice-details {
	text-align: right;
	font-weight: 500
}
.invoice-item .invoice-details strong {
	color:#161c2d
}
.invoice-item .invoice-text {
	padding-top:42px;
	padding-bottom:36px
}
.invoice-item .invoice-text h2 {
	font-weight:400
}
.invoice-info {
	margin-bottom: 30px;
}
.invoice-info p {
	margin-bottom: 0;
}
.invoice-info.invoice-info2 {
    text-align: right;
}
.invoice-item .customer-text {
	font-size: 18px;
	color: #161c2d;
	font-weight: 600;
	margin-bottom: 8px;
	display: block
}
.invoice-table tr th,
.invoice-table tr td {
	color: #161c2d;
	font-weight: 600;
	padding: 10px 20px;
	line-height: inherit
}
.invoice-table tr td {
	font-weight: 500;
}
.invoice-info h5 {
    font-size: 16px;
    font-weight: 500;
}
.other-info {
    margin-top: 10px;
}

/*-----------------
	36. Footer
-----------------------*/

.footer {
    
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    overflow: hidden;
    color: #b5b5b5;
}
.footer .widget { 
	margin-bottom: 0px;
}
.footer-user {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    top: 75px;
}
.footer-top {
    padding: 60px 0;
}
.footer .footer-widget .footer-about-content p {
    color: #b5b5b5;
}
.footer-contact p {
	color: #b5b5b5;
}
.footer-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}
h2.footer-title:after {
    content: "";
    width: 35px;
    height: 3px;
    background: #ff5b37;
    bottom: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    position: absolute;
    border-radius: 50px;
}
.footer .footer-menu ul li {
	margin-bottom: 10px;
}
.footer .footer-menu ul li:last-child {
	margin-bottom: 0;
}
.footer .footer-menu ul li a {
    color: #b5b5b5;
    font-size: 16px;
    position: relative;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.footer .footer-menu ul li a:hover {
    color: #FF3115;
}
.social-icon ul li {
    margin-right: 15px;
}
.social-icon ul li:last-child {
    margin-right: 0;
}
.social-icon ul li .icon {
	display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.social-icon ul li a {
	font-weight: 900;
	font-size: 15px;
	color: #ff5b37;
}
.social-icon ul li .icon:hover, .social-icon ul li .icon:focus {
    color: #fff;
}
.footer .footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
}
.footer-newsletter input {
    box-shadow: 0px 4px 4px rgb(194 194 194 / 25%);
    border-radius: 200px;
    height: 43px;
    width: 100%;
    padding: 6px 15px;
	border: 0;
}
.footer-newsletter input:focus {
	outline: none;
}
.btn-newsletter {
	background: #FF3115;
	border-radius: 200px;
	position: absolute;
	height: 43px;
	right: 0;
	width: 80px;
}
.btn-success {
    color: #fff;
    background-color: #FF3115;
    border-color: #FF3115;
}
.btn-success:hover {
    background-color: #ff5b37;
    border-color: #ff5b37;
}
.footer .form-control {
	line-height: 40px;
	border-radius: 0;
	border-right-color: transparent;
}
.footer .input-group .input-group-append  {
	padding: 3px;
    background: #fff;
}
.footer .input-group .input-group-append .btn{
	border-radius: 0;
	padding: 10px 30px;
}
.footer-contact-info p {
	color: #fff;
	font-size: 16px;	
	font-weight: 800;
}
.copyright {
    padding: 30px 0;
    border-top: 1px solid #252347;
}
.footer.default_footer{
	margin-top: 30px;
}
.copyright-text p, .copyright-text p a {
	color: #b5b5b5;
}
.center-text {

	text-align: center;
}
.copyright-text p a:hover {
	color: #FF3115;
}
.footer-contact-info .social-icon ul {
	padding: 0;
	margin-top: 10px;
}
.footer-contact-info .social-icon ul li .icon {
	width: 26px;
    height: 26px;
	font-size: 12px;
}
.footer-address .off-address + .off-address {
	margin-top: 20px;
}
.footer-address .off-address p {
	margin-bottom: 0;
}
.transaction-shortby .sort-show {
	padding-left: 10px;
}
.freelance-widget {
    background-color: #fff;
    box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
    border: 1px solid rgba(239, 239, 239, 0.42);
	text-align: center;
    position: relative;
	margin-bottom: 30px;
    z-index: 1;
	border-radius: 5px 5px 0 0;
}
#developers-slider .freelance-widget{
	border: 1px solid #e8e8e8;
}
.freelance-img {
    position: relative;
    width: 120px;
	height: 120px;
    margin: 0 auto 15px;
}
.freelance-img img {
	margin: auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.freelance-img .verified {
    background-color: #fff;
    color: #38B653;
    font-size: 18px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    border-radius: 100%;
    z-index: 2;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.freelance-info h3 {
	font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}
.freelance-widget .freelance-info h3 a {
    color: #161c2d;
}
.freelance-info h3 a{
    color: #6e727d;
}
.freelance-info h3 a:hover{
    color: #ff5b37;
}
.freelance-specific {
    font-size: 14px;
    color: #6e727d;
	margin-bottom: 5px;
}
.freelance-specific a {
     color: #6e727d;
}
.freelance-specific a:hover {
	color: #ff5b37;
}
.freelance-location {
    color: #6e727d;
    font-size: 14px;
    margin-bottom:15px;
}
.page-template-page-freelancer-search .list-develop-group .rating {
	color: #6e727d;
	font-size: 14px;
}
.freelance-info .freelance-location .fas,.freelance-info .rating .fas {
	color: #c4c4c4;
	margin-right: 0.25rem;
}
.list-develop-group  .freelance-info .rating .fas {
 	margin-right: 0.25rem;
}
.favourite {
    color: #c4c4c4;
    font-weight: bold;
    background: #fafafa;
    border: 1px solid #c4c4c4;
    border-radius: 50px;
    font-size: 12px;
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    position: absolute;
    right: 15px;
    top: 15px;
    justify-content: center;
    align-items: center;
}
.favourite:hover {
	color: #fff;
	background: #ff5b37;
	border: 1px solid #ff5b37;
}
.favourited {
	color: #fff;
	background: #ff5b37;
	border: 1px solid #ff5b37;
}
.cart-hover {
    text-align: center;
}
.btn-cart {
    width: 100%;
    display: inline-block;
    border-radius: 0;
    border-color: transparent;
    text-transform: capitalize;
    background: #ff5b37;
    color: #fff;
    padding: 10px 15px;
}
.list-develop-group .btn-cart{
	border-radius: 5px;
}
.page-template-page-freelancer-search .book-mark  .btn-cart {
    padding: 10px 15px!important;
	font-size: 0.9375rem;
}
.page-template-page-freelancer-search .book-mark .list-develop-group.frontend .btn-cart{
	border-radius: 5px;
}
.btn-cart:hover, .btn-cart:focus {
    background: #fb451d;
	color: #fff;
}
.freelance-content {
	padding: 1.5rem;
}
.sort-tab {
	 
	margin-bottom: 25px;
}
.freelance-view h4 {
     font-weight: 500;
    color: #53545b;
    display: inline-block;
    margin-bottom: 0;
}
.sort-by select {
    border: none;
    outline: none;
    width: 150px;
    padding: 0 20px;
    font-size: 15px;
    color: #53545b;
    font-weight: 500;
    height: 36px;
}
.freelance-widget .rating {
	margin-bottom: 10px;
     color: #6e727d;
	 font-size: 14px;
}
.page-template-page-freelancer-search .freelance-widget .freelance-tags {
    margin-bottom: 0px;
	font-size: 14px;
	color: #6e727d;
}
.freelance-tags a.hide {
	display: none!important;
}
.freelancers-price {
	font-size: 20px;
	font-weight: 500;
	color: #161c2d;
}
.freelance-widget:hover .freelancers-price {
	color: #38B653;
}
.widget-author {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.widget-author {
    text-align: center;
    position: relative;
	background-color: #fff;
	box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
	border: 1px solid #e8e8e8;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.widget-author .cover-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.widget-author .cover-img img {
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 100px;
}
.widget-author .profile-img {
    box-shadow: 0 6px 21px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    padding: 15px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
}
.widget-author .profile-img a {
    border-radius: 50%;
    position: relative;
	display: inline-block;
}
.widget-author .profile-img a img {
    width: 100%;
}
.widget-author img.img-fluid { 
	border-radius: 50%;
}
.widget-author .author-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
.widget-author .author-name a {
    color: #161c2d;
}
.widget-author .author-location {
    font-size: 14px;
    color: #ff5b37;
     text-transform: capitalize;
    font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
   margin-bottom: 5px;
}
.widget-author .author-location a{
	color: #ff5b37;
	text-transform: uppercase;
}
.freelance-location {
    color: #6e727d;
    font-size: 14px;
    margin-bottom: 15px;
}
.widget-author .dev-text {
	position: relative;
}
.widget-author .left-content h6 {
	color: #161c2d;
}
.widget-author .left-content h4 {
	color: #161c2d;
}
.widget-author .left-content h4 a {
	color: #161c2d;
}
.widget-author .dev-text .left img {
    display: block;
    float: left;
    width: 66px;
    border-radius: 12px;
}
.widget-author .dev-text .left .left-content {
    margin-left: 75px;
}
.counter-stats {
    margin-top: 25px;
}
.counter-stats ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    list-style: none;
    padding: 0;
}
.counter-stats ul li {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 33%;
}
.counter-stats ul li h3 {
    color: #51595e;
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 16px;
}
.order-again .btn {
	padding: 12px 30px;
	font-weight: 500;
}
.page-template-page-project-search .counter-stats ul li h3 p {
    color: #161c2d;
    font-weight: 500;
    margin-bottom: 0px;
}
.counter-stats ul li h5 {
    color: #6e727d;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 0;
}
.counter-stats ul li + li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: #e8e8e8;
}
.jobtype {
    color: #38B653
}
.developers-slider .owl-nav {
    position: absolute;
    overflow: hidden;
    bottom: 100%;
    right: 10px;
    margin-bottom: 11px;
}
.developers-slider.owl-carousel .owl-nav button.owl-next, .developers-slider.owl-carousel .owl-nav button.owl-prev, .developers-slider.owl-carousel button.owl-dot {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    font-size: 13px;
    color: #fff;
    border: 0;
    background: #131135;
    text-align: center;
    -webkit-transition: color .7s ease, background-color .7s ease, border-color .7s ease;
    transition: color .7s ease, background-color .7s ease, border-color .7s ease;
	box-shadow: 0px 1px 4px rgba(183, 183, 183, 0.25);
	border-radius: 10px !important;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.developers-slider.owl-carousel .owl-nav button.owl-next i, .developers-slider.owl-carousel .owl-nav button.owl-prev i, .developers-slider.owl-carousel button.owl-dot i {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.developers-slider .page-prev, .developers-slider .owl-nav .owl-prev {
    border-right-width: 0px;
    border-radius: 3px 0 0 3px;
}
.testimonial-section .owl-nav {
    position: absolute;
    overflow: hidden;
    bottom: 100%;
    right: 0px;
    margin-bottom: 11px;
}
.testimonial-section .owl-carousel .owl-nav button.owl-next, .testimonial-section .owl-carousel .owl-nav button.owl-prev, .testimonial-section .owl-carousel button.owl-dot {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    font-size: 13px;
    color: #fff;
    border: 0;
    background: #131135;
    text-align: center;
    -webkit-transition: color .7s ease, background-color .7s ease, border-color .7s ease;
    transition: color .7s ease, background-color .7s ease, border-color .7s ease;
	box-shadow: 0px 1px 4px rgba(183, 183, 183, 0.25);
	border-radius: 10px !important;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.testimonial-section .owl-carousel .owl-nav button.owl-next i, .testimonial-section .owl-carousel .owl-nav button.owl-prev i, .testimonial-section .owl-carousel button.owl-dot i {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.testimonial-section .page-prev, .testimonial-section .owl-nav .owl-prev {
    border-right-width: 0px;
    border-radius: 3px 0 0 3px;
}
.testimonial-section .owl-theme .owl-nav [class*="owl-"]:hover, .developers-slider.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #ff5b37;
}
.header.sticky {
	background: #fff;
	-webkit-box-shadow: 0px 10px 20px 0px rgb(8 0 42 / 8%);
	-moz-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
	box-shadow: 0px 10px 20px 0px rgb(8 0 42 / 8%);
	animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
	transition: all 0.3s ease 0s;
	position: fixed;
	top: 0;
	left: 0;
	animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
	transition: all 0.3s ease 0s;
}
 .header.sticky ~ .bread-crumb-bar,.header.sticky ~ .main_content  {
	padding-top: var(--jobbox-sticky-main-padding-top, 84px);
}
.admin-bar .header.sticky {
	top: 32px;
}
.wpcf7-not-valid-tip {
	color: #ff0100;
}

.contact_us  .wpcf7 form .wpcf7-response-output {
	margin: 20px 0em 0em;
}
.note-editor.note-frame .note-status-output {
	display: none;
}
.dashboard-page .content {
    padding: 144px 0 30px;
}
.dashboard-page .content-page {
    padding: 60px 0 30px;
}
.dashboard-page .header {
	border-bottom: 1px solid #e3e3e3;
}
.list-pagination {
	margin-bottom: 30px;
}
.user-tabs.project-tabs {
	margin-bottom: 30px;
}
.pro-status {
    border-top: 1px solid #F5F5F5;
    padding-top: 20px;
    margin-top: 20px;
}
.pro-list-view .project-info h2 {
	font-size: 24px;
}
.pro-list-view .project-info {
	width: 70%;
}
.pro-list-view .slot p {
	font-size: 15px;
}
.pro-list-view .slot h5 {
    font-size: 18px;
}
.pro-list-view .projects-amount h3 {
    font-size: 26px;
    font-weight: bold;
    color: #F5365C;
}
.pro-list-view .projects-amount h5 {
    color: #6e727d;
}
table.dataTable {
	margin: 0 !important;
}
.off-address a {
	color: #fff;
}
body.chat-page {
	overflow-y: hidden;
}
.invoice-id {
	color: #FF3115;
}
.widget-author.pro-post {
	box-shadow: 0px 4px 4px rgb(204 204 204 / 25%);
    border: 1px solid #e8e8e8;
    border-radius: 0;
}

/*-----------------
	37. Company Profile
-----------------------*/

.company-profile h4 {
	font-size: 18px;
	color: #161c2d;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.company-profile .widget-box .latest-posts li span {
	color: #ff5b37;
}
.about-widget.profile-overview p {
	margin-bottom: 5px;
	font-size: 16px;
    font-weight: 500;
	color: #161c2d;
}
.single-employer .about-widget.profile-overview ul li{
	 padding: 0;
	 margin-bottom: 1.5rem;
}
.single-employer .about-widget.profile-overview ul li:last-child{
 	margin-bottom: 0px;
}
.single-employer .about-widget.profile-overview .contact-btn {
    margin-top: 0px;
	padding: 1.5rem 0 0 0;
}
.single-employer .about-widget.profile-overview p {
	margin-bottom: 5px;
	font-size: 16px;
    font-weight: 500;
	color: #161c2d;
}
.single-employer .about-widget.profile-overview h6 {
	color: #6e727d;
	margin: 0;
	font-size: 15px;
}
.profile-overview .latest-posts li:last-child h6 {
	margin-bottom: 0;
}
.profile-overview,
.working-days,
.location-widget,
.social-widget {
	border-radius: 5px;
}
.map-location iframe {
	width: 100%;
	height: 200px;
}
.contact-btn {
	margin-top: 0px;
	padding: 30px;
}
.contact-btn .btn-primary {
    width: 100%;
    padding: 12px 15px;
    font-weight: 500;
    background: #fb451d;
    border: 0;
    border-radius: 5px;
}
.contact-btn .btn-primary i {
	margin-right: 12px;
}
.working-days .latest-posts li {
	color: #6D7E8F;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 0px solid #EDEDED;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
 	padding: 0;
}
.working-days .latest-posts li p {
	margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #161c2d;
}
.map-location {
	padding: 30px;
	padding-top: 0;
}
.working-days .latest-posts li h6 {
	margin-left: auto;
	margin-bottom: 0;
	color: #6e727d;
	font-size: 15px;
}
.social-link-profile {
	display: flex;
 	margin: 0;
}
.social-link-profile li {
	list-style: none;
	margin-right: 15px;
	margin-bottom: 0px!important;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.social-link-profile li:hover {
	box-shadow: 0px 4px 18px rgb(0 0 0 / 15%);
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.social-link-profile li:last-child {
	margin-right: 0px;
}
.social-link-profile li a i {
	width: 50px;
	height: 50px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	font-size: 24px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.social-link-profile li:nth-child(1) a i {
	color: #1877F2;
}
.social-link-profile li:nth-child(2) a i {
	color: #1DA1F2;
}
.social-link-profile li:nth-child(3) a i {
	color: #F5365C;
}
.social-link-profile li:nth-child(4) a i {
	color: #0A66C2;
}
.social-link-profile li:nth-child(5) a i {
	color: #229ED9
}
.location-widget .pro-title {
	margin-bottom: 40px;
}
.abouts-view li a {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	position: relative;
}
.abouts-view li {
	margin-right: 10px;
}
.abouts-view li:last-child {
	margin-right: 0px;
}
.provider-tabs.abouts-view .nav-item  .fas {
	color: #c4c4c4;
	margin: 0px 10px 0 0px;
    font-size: 20px;
}
.abouts-view .nav-justified .nav-item, 
.abouts-view  .nav-justified>.nav-link {
    flex-basis: inherit;
    flex-grow: inherit;
}
.provider-tabs.abouts-view .nav-tabs.nav-tabs-solid li .active-about p  {
	color: #f15c3d;
	font-weight: 500;
}
.abouts-view ul li .active-about {
	background-color: rgba(255, 91, 55, 0.15);
	border-radius: 5px;
}
.abouts-view ul li .active-about:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
    background: #ff5b37;
    top: -10px;
    left: 0;
    width: 100%;
	border-radius: 10px;
}
.provider-tabs.abouts-view .nav-tabs.nav-tabs-solid li .active p {
	color: #5C5C5C;
	font-weight: 500;
}
.abouts-view ul li .active {
	background-color: rgba(255, 91, 55, 0.15)!important;
	border-radius: 5px;
}
.employer_tabs{
	padding-top: 0px !important;
}
.single-employer .profile-img img {
    border-radius: 10px;
    max-width: 106px;
}
.abouts-view ul li .active:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
    background: #ff5b37;
    bottom: 0px;
    left: 0;
    width: 100%;
	border-radius: 0px;
}
.provider-tabs.abouts-view .nav-tabs.nav-tabs-solid > li > a:hover {
	background-color: rgba(255, 91, 55, 0.15);
	border-radius: 5px;
	color: #f15c3d;
}
.provider-tabs.abouts-view .nav-tabs.nav-tabs-solid > li > a:hover p,.provider-tabs.abouts-view .nav-tabs.nav-tabs-solid > li > a:hover i{
 	color: #f15c3d;
}
.provider-tabs.abouts-view .nav-tabs.nav-tabs-solid > li > a p {
	color: #5C5C5C;
}
.abouts-view li a img {
	margin-right: 10px;
}
.company-post {
	border: none;
	box-shadow:none;
	border-radius: 0px;
	padding:0;
}
.company-post .pro-title {
	color: #161c2d;
	margin-bottom: 25px;
	border-bottom: 0;
}
.single-employer .company-post .pro-title {
 	margin-bottom: 20px;
 
}
.single-employer .company-post .pro-title {
 	padding: 0;
	font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 500;
    border: none;
   
}
.single-employer .company-post .pro-title:before,.single-employer .company-post  .pro-title:after {
	display: none;   
}
.abouts-view {
	border: 1px solid #e8e8e8;
	box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
	border-radius: 5px;
	margin-bottom: 27px;
}
.single-employer .abouts-view {
	border: none;
	border-bottom: 1px solid #e8e8e8;
	box-shadow: none;
	border-radius: 0px;
	margin-bottom:30px;
	background:transparent;
	
}
.single-employer .provider-tabs .nav-tabs.nav-tabs-solid {
    background:transparent;
    box-shadow: none;
    border-radius: 0px;
    border: 0;
	padding: 0;
 }
.single-employer .provider-tabs .nav-tabs.nav-tabs-solid p {
	margin-top: 0;
}
.abouts-view .nav-tabs.nav-tabs-solid {
	padding: 0px;
	padding-top:15px;
	padding-bottom: 0px;
}
.abouts-view .nav-tabs.nav-tabs-solid li a{
	padding-bottom:15px!important;
}
.single-employer .abouts-view .nav-link {
    padding: 0px 15px 15px;
    border: 0px;
}
.single-employer .abouts-view li {
	margin-right: 20px;
}
.single-employer .abouts-view li:last-child {
	margin-right: 0px;
}
.profile-baner {
     background-size: cover!important;
    background-repeat: no-repeat!important;
	padding: 60px 0px;
}
.profile-img img {
	border-radius: 10px;
}
.header-bg {
	background: #fff;
}
.profile-main h2 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 24px;
}
.profile-main h2 i {
	color: #38B653;
	background: #fff;
    border-radius: 50px;
	font-size: 16px;
}
.single-employer .profile-main h2 i {
	color: #38B653;
	background: transparent;
    border-radius: 50px;
	font-size: 24px;
}
.about-list ul {
	list-style: none;
	display: flex;
	margin-bottom: 0;
}
.profile-main p {
	margin-bottom: 6px;
	font-size: 12px;
    font-weight: 400;
}
.profile-main .rating .average-rating {
	font-weight: 400;
}
.about-list ul li,
.profile-main p {
	color: #fff;
}
.about-list ul li {
	padding: 0px 16px;
	border-right: 1px solid #FFFFFF;
	font-weight: normal;
}
.about-list ul li i {
	margin-right: 7px;
}
.about-list ul li:last-child {
	border-right: 0;
}
.about-list ul li:first-child {
	padding-left: 0;
}
.about-list ul li:first-child img {
	border-radius: 50px;
    width: 20px;
    height: 20px;
	margin-right: 12px;
}
.about-list {
	margin-bottom: 8px;
}
.single-employer .about-list {
    margin-bottom: 0px;
}

.profile-main .rating span,
.profile-main .rating i {
	color: #fff;
}
.profile-main .rating i.filled {
    color: #febe42;
}
.project-company .slot p,
.project-company .slot h5,
.project-company .project-info span {
	font-size: 14px;
}
.project-company .project-info .customer-info ul li h5 img {
    margin-right: 5px;
}
.project-company .projects-action .hired-detail {
	color: #ff5b37;
	font-size: 14px;
}
.single-employer .project-company .projects-action .hired-detail{
	color: #161c2d;
	font-size: 14px;
	display: inline-block;
    margin-top: 10px;
}
.project-company .projects-action .hired-detail span {
	color: #161c2d;
}
.project-company .projects-action .projects-btn:nth-child(2) {
	margin-bottom: 11px;
}
.project-company .projects-action .projects-btn {
	font-size: 14px;
}
.project-company {
	margin-bottom: 15px;
	box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
	border-radius: 5px;
}
.project-company .project-info span,
.project-company .project-info h2 {
	margin-bottom: 15px;
}
.project-company .project-info h2,
.project-company .projects-amount h3 {
	color: #161c2d;
	font-size: 16px;
}
.company-gallery .project-widget {
	position: relative;
	margin-bottom: 25px;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.company-gallery .project-widget .pro-image a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	opacity:0;
	background: linear-gradient(0deg, rgba(133, 83, 238, 0.87), rgba(133, 83, 238, 0.87));
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.company-gallery .project-widget .pro-image a:hover:before {
	opacity:1;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.company-gallery .pro-image img {
	width: 100%;
}
.view-gallery i {
	position: absolute;
	top: 50%;
    left: 50%;
	color: #fff;
	display: none;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.company-gallery .project-widget:hover .view-gallery i {
	display: block;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.review-heading {
	padding: 25px;
}
.company-gallery .more-btn,
.company-review .more-btn {
	background: #F5365C;
	border-radius: 5px;
	min-width: 135px;
	padding: 9px 15px;
	font-size: 14px;
	margin-top: 20px;
}
.company-gallery .more-btn img,
.company-review .more-btn img {
	margin-right: 10px;
}
.company-review .review-content {
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 20px;
}
.company-review .review-content.no-padding +  .review-content.no-padding {
    padding-top: 15px;
}
.company-review .review-content h4 {
	font-size: 16px;
	color: #444444;
}
.company-review p {
	font-size: 14px;
}
.tab-reviews {
	margin-top: 15px;
}
.tab-reviews .review-img {
	width: 40px;
}
.tab-reviews .review-img img {
	border-radius: 50px;
}
.tab-reviews .review-info h3 a {
	font-size: 14px;
	color: #161c2d;
	margin-bottom: 3px;
	font-weight: 600;
}
.tab-reviews .review-info h5 {
	font-size: 11px;
	color: #646464;
	margin-bottom: 0;
	font-weight: 400;
} 
.tab-reviews .review-info {
	margin: 0px 20px;
}
.tab-reviews .rating i {
    color: #6E727D;
}
.tab-reviews .rating .average-rating {
	font-weight: 400;
	margin-left: 10px;
}
.tab-reviews .rating i.filled {
    color: #febe42;
}
.post-comment label {
	color: #343434;
	font-size: 16px;
}
.post-comment .form-control {
    border-color: #FFE6E1;
}
.post-btn .more-btn {
	background: #ff5b37;
	border-radius: 5px;
	font-size: 18px;
	min-width: 160px;
	padding: 12px 15px;
}
.abouts-detail .pro-title {
	margin-bottom: 29px;
	font-size: 18px;
 }
.abouts-detail .pro-content {
	padding: 0;
}
.company-post .list-pagination {
	margin: 0;
}
.company-post .project-company {
	margin-bottom: 30px;
}
.company-post .project-company:last-child {
	margin-bottom:0px;
}
.company-post .project-company .project-info span {
	font-weight: 600;
}

/*-----------------
	38. Developer Detail 
-----------------------*/

.project-details-view .post-job-icon{
	height: 46px;
    line-height: 46px;
    width: 46px;
}
 .project-overview .fas,.project-details-view .post-job-icon i.fas, .about-field .fas {
    height: 46px;
    line-height: 46px;
    width: 46px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
	background: #f7f7f7;
	color: #c4c4c4;
}
.widget-box.about-field ul li h6 {
    font-size: 16px;
    font-weight: 500;
}
.widget-box .project-overview ul li,.widget-box.about-field  ul li{
	margin-bottom: 1.5rem;
}
.widget-box .project-overview ul li h6{
	font-size: 16px;
	font-weight: 500;
}
.single-freelancer .develop-view .pro-title,.single-employer .pro-title {
	text-transform: capitalize;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 500;
	padding-bottom: 15px;
}
.single-freelancer .develop-view .pro-title{
 	padding: 0;
	font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 500;
    border: none;
}
.single-freelancer .develop-view .pro-title::after, .single-freelancer .develop-view .pro-title::before{
	display: none;
}
.develop-view .widget-box {
    padding: 20px;
}
.single-freelancer .develop-feedback {
	box-shadow: none;
   border-radius: 5px;
   border: none;
}
.single-freelancer #feedback .develop-feedback .widget-title-box {
    padding: 0;
	margin-bottom: 0px;
}
.single-freelancer #feedback .develop-feedback .about-author {
	background: #f9f9f9;
	margin-bottom: 20px;
	border: 1px solid #e8e8e8;
	padding: 1.5rem;
	border-radius: 5px;
}
.single-freelancer #feedback .develop-feedback .about-author:last-child{
	margin-bottom: 0;
}
#feedback .develop-feedback .widget-title-box {
    padding: 20px 20px 0;
}
#feedback .develop-feedback .about-author {
    border-bottom: 1px solid #e8e8e8;
    padding: 20px;
}
 .single-freelancer .developer-view .follow-posts li:first-child {
    width: 49%;
}
.single-freelancer .developer-view .follow-posts li {
    width: 49%;
	background: #f9f9f9;
    padding: 15px;
    text-align: center;
}
.flowing_project h4 {
    color: #f15c3d;
}
.single-freelancer .developer-view .follow-posts li p {
    margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
}
.single-freelancer .developer-view .follow-posts li h6 {
	margin-bottom: 10px;
}
.single-freelancer  .develop-view .pro-post.widget-box {
	padding: 0;
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}
.single-freelancer #overview .pro-content  {
	margin-bottom: 30px;
}
.single-freelancer #overview .pro-content ul  {
	
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 10px;
}
.single-freelancer #overview .pro-content ul  li {
	margin-bottom: 5px;
}
.single-freelancer #experience .pro-content .experiance-list{
	margin-bottom: 30px;
}
.single-freelancer #experience .pro-content .experiance-list .experiance-list h4, .single-freelancer #experience .pro-content .experiance-list .experiance-list h5{
	margin-bottom: 10px;
}
.single-freelancer #education .pro-content .experiance-list{
	margin-bottom: 30px;
}
.single-freelancer #skill .pro-content  {
	margin-bottom: 20px;
}
.developer-profile-img {
	position: relative;
	margin-bottom: 25px;
}
.developer-profile-img_inner{
	max-height: 110px;
	overflow: hidden;
}
.developer-view .progress-bar {
	background: #3398FB;
}
.developer-view .bg-success {
	background: #5BB054 !important;
}
.developer-view .follow-widget .follow-btn {
	padding: 10px 44px;
}
.img-profile img {
	border-radius: 50%;
    position: absolute;
    top: 36px;
    right: 43px;
	width: 150px;
    height: 150px;
    border: 4px solid #E0E0E0;
}
.developer-view .widget-box {
    padding: 1.5rem;
	border: 1px solid #e8e8e8;
	box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
	border-radius: 5px;
}
.about-field table td {
	padding: 20px 0 20px;
	border: none;
}
.about-field .table tr td:first-child {
    padding-left: 0px;
	color: #5C5C5C;
}
.about-field .table tbody tr {
    border-bottom: 1px solid rgb(0 0 0 / 12%);
    border-top: none;
    border-left: none;
    border-right: none;
    border-collapse: collapse;
}
.about-field .table tbody tr:last-child {
	border: none;
}
.about-field .table tr:last-child td {
	padding-bottom: 0;
}
.developer-view .follow-posts {
    margin: 0;
    width: 100%;
	margin-bottom: 20px;
 	border: 0;
	 box-shadow: none;
}
.developer-view .follow-posts li:first-child {
	width: 50%;
}
.developer-view .follow-widget {
	text-align: inherit;
}
.developer-box h2 {
	font-size: 32px;
}
.developer-box h3,
.developer-box h3 a {
	font-size: 24px;
	font-weight: 500;
	color: #ff5b37;
}
.developer-box h3 i {
	color: #38B653;
	font-size: 24px;
}
.head-develop h2 {
	font-size: 32px;
	margin-bottom: 15px;
	color: #161c2d;
	font-weight: 500;
	display: flex;
    align-items: center;

}
.head-develop h2 i {
	color: #38B653;
	font-size: 30px;
	margin-left: 10px;
}
.developer-box p {
	 font-size: 15px;
}
.develope-list-rate {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-bottom: 20px;
}
.developer-box p span {
	background: #129BE8;
    padding: 3px 10px;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
    display: inline-block;
}
.head-develop p span {
	margin-left: 11px;
}
.develope-list-rate i,.develope-list-rate i.filled {
	margin-right: 0.25rem;
    color: #c4c4c4;
}
.proposal-box .favour-border:hover {
	background-color: #ff431a;
    border-color: #ff431a;
    color: #fff;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.proposal-box .favour-border {
	border: 1px solid #F5365C;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.develope-list-rate li {
	padding: 0px 15px;
	list-style: none;
}
.single-freelancer .develope-list-rate .rating span.text {
    margin-left: 0;
}
.develope-list-rate li:after {
	 content: '|';
 	 position: absolute;
	 right: -2px;
	 top: 0px;
	 color: #ddd;
}
.project-rate li i {
	font-weight: 500;
	margin-right: 10px;
}
.single-projects .project-rate li i {
 	margin-right: 0.25rem;
}
.develope-list-rate .full-time {
	background: #129BE8;
	padding: 4px 15px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
}
.develope-list-rate .rating .average-rating {
	background: #FEBE42;
	padding: 5px 5px;
	font-size: 11px;
	color: #161c2d;
	border-radius: 5px;
	margin-right: 10px;
}
.develope-list-rate .emp-edit {
	margin-left: auto;
}
.develope-list-rate li:last-child img {
	margin-right: 8px;
}
.develope-list-rate li:first-child {
	padding-left: 0;
}
.develope-list-rate li:last-child:after {
	display: none;
}
.proposal-box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	 -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: 30px;
}
.proposal-value {
	display: flex;
	justify-content: center;
	align-items: center;
}
.proposal-value h4 {
	font-size: 32px;
	color: #ff5b37;
	font-weight: 500;
	margin-bottom: 0;
	margin-right: 5px;
}
.proposal-value span.currency,.proposal-value span.price {
	font-size: 36px;
    color: #ff5b37;
    font-weight: 500;
}
.favourites-btn.btn-primary,
.proposal-btn.btn-primary {
	display: -webkit-box;
    display: -ms-flexbox;	
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
 	font-size: 16px;
	padding: 10px 20px;
}
.favourites-btn.btn-primary {
	background: transparent;
	color: #F5365C;
	margin: 0px 15px;
}
.favourites-btn.btn-primary i {
	margin-left: 0.5rem;
}
.developer-box.head-develop .favourites-btn.btn-primary i {
	margin-left: 5px;
	margin-right: 5px;
}
.proposal-btn.btn-primary {
	background: #ff5b37;
}
.proposal-btn.btn-primary:hover {
	background: #ff431a;
}
.proposal-btn.btn-primary i {
	margin-left: 0.5rem;
}
.feed-back-detail {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-bottom: 30px;
}
.feed-back-detail li {
	list-style: none;
	padding: 0px 15px;
	position: relative;
}
.feed-back-detail li:after {
	 content:'|';
	 position: absolute;
	 top: 0px;
	 right: -2px;
	 color: #ddd;
}
.feed-back-detail li:last-child:after {
	 display: none;
}
.feed-back-detail li span {
	padding-left: 10px;
	color: #f15c3d;
	font-weight: bold;
}
.feed-back-detail li:last-child {
	border: 0;
}
.feed-back-detail li:first-child,
.watch-list li:first-child {
	padding-left: 0;
}
.feed-back-detail li img,
.watch-list li img {
	margin-right: 10px;
}
.watch-list {
	margin: 22px 0px 30px;
}
.watch-list li {
	padding: 0px 10px;
	list-style: none;
	text-transform: uppercase;
	color: #161c2d;
	font-size: 14px;
	font-weight: 600;
}
.experiance-list {
	background: #F9F9F9;
	border-radius: 5px;
	padding: 20px;
}
.experiance-list h4 {
  	font-weight: 500;
	margin-bottom: 10px;
}
.experiance-list h5 {
	color: #F38247;
	margin-bottom: 5px;
}
.experiance-list h5,
.experiance-list p {
	font-size: 14px;
}
.experiance-logo {
	background: #ff5b37;
	border-radius: 10px;
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
}
.experiance-logo.logo-bg {
	background: #F5365C;
}
.develop-feedback .author-details h6 {
	color: #6e727d;
	font-size: 14px;
}
.feedback-view {
	margin-left: auto;
	color: #ff5b37;
	font-size: 14px;
	font-weight: 500;
}
.develop-feedback .author-details .blog-author-name {
	 margin-bottom: 3px;
}
.develop-feedback .author-details p {
    font-size: 14px;
}
.develop-feedback {
	border: 1px solid #e8e8e8;
	box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
	border-radius: 5px;
}
.project-gallery .project-widget {
	position: relative;
}
.project-gallery .pro-image img {
	width: 100%;
	border-radius: 5px;
}
.view-image {
	margin-left: auto;
}
.view-image i {
	width: 28px;
	height: 28px;
	background: #fff;
	color: #ff5b37;
	border-radius: 50px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.project-footer .pro-name,
.project-footer .pro-designation {
	color: #fff;
}
.project-footer .pro-name {
	font-size: 13px;
	margin-bottom: 0;
}
.project-footer .pro-designation {
	font-size: 12px;
}
.project-footer .pro-detail {
	padding: 0;
	text-align: left;
}
.project-gallery .project-widget .pro-image a:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
	opacity: 0;
    background: linear-gradient(0deg, rgba(251, 84, 0, 0.79), rgba(251, 84, 0, 0.79));
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.project-gallery .project-widget .pro-image a:hover:before {
	opacity: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.project-gallery .project-widget:hover .project-footer {
	opacity: 1;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.project-footer {
	position: absolute;
	bottom: 0;
    width: 100%;
	background: rgba(0, 0, 0, 0.47);
	border-radius: 0 0 5px 5px;
	padding: 10px;
	opacity: 0;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.project-gallery .more-btn {
	min-width: 135px;
    padding: 10px 15px;
    font-size: 15px;
}
.develop-view .widget-box {
	border: 1px solid #e8e8e8;
	box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
	border-radius: 5px;
}
.develop-view .abouts-view .nav-link {
	padding: 8px;
}
.single-freelancer .develop-view .abouts-view .nav-link {
	padding: 0 0 15px;
    border: 0px;
}
.single-freelancer .develop-view .abouts-view  li{
	margin-right: 30px;
}
.single-freelancer .develop-view .abouts-view  li:last-child{
	margin-right: 0px;
}
.develop-view .provider-tabs.abouts-view .nav-tabs.nav-tabs-solid li  p {
	margin: 0;
}
.technical-skill .badge-skills {
	background: rgba(255, 91, 55, 0.1);
	border-radius: 5px;
	color: #ff5b37;
 	font-weight: 500;
	padding: 10px 15px;
	margin: 0 10px 10px 0;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.technical-skill .badge-skills:hover {
	background: rgba(255, 91, 55, 0.3);
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.develop-social-link .profile-head {
    padding: 0;
}
.develop-social-link .social-link-profile {
	padding: 0px!important;
}
.develop-social-link .pro-title {
	margin-bottom: 34px;
}
.develop-social-link .social-link-profile li a i {
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.develop-social-link .social-link-profile li a i:hover {
	background: #131135;
	border: 1px solid #131135;
	color: #fff;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.link-box {
	border-radius: 5px;
}
.link-box .latest-posts li {
	border-bottom: 1px solid #EDEDED;
	padding: 15px 20px;
}
.link-box .latest-posts li a {
	font-size: 14px;
	color: #6D7E8F;
}
.link-box .latest-posts li:last-child {
	padding-bottom: 5px;
}
.link-box .widget-title-box {
    padding: 20px 20px 0;
}
.profile-link .input-group .form-control {
	color: #868686;
	font-size: 14px;
}
.develop-list-select .list-grid {
	margin-right: 21px;
}
.develop-list-select .filters  .list-grid {
	margin-right: 10px;
}
.develop-list-pro {
	margin-left: auto;
	text-align: right;
}
.develop-list-pro .freelancers-price {
	margin: 19px 0px;
}
.develop-list-pro .btn-cart {
	min-width:120px;
	padding: 8px 15px;
}
.develop-list-pro .favourite {
	position: relative;
	top: inherit;
	right: inherit;
}
.about-list-author .about-author-img {
	overflow: inherit;
}
.about-list-author .about-author-img img {
	border-radius: 50%;
}
.list-develop-group .about-list-author span.verified {
	width: 16px;
    height: 16px;
}
.about-list-author span.verified {
    background-color: #fff;
    color: #38B653;
    font-size: 18px;
    position: absolute;
    right: 0px;
    bottom: 5px;
    border-radius: 100%;
    z-index: 2;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.list-develop-group .freelance-location {
	margin-bottom: 0px;
}
.wallet-group {
	background: #EDF8FF;
	border-radius: 5px;
	padding: 20px;
	width: 100%;
}
.wallet-history .table .thead-pink th {
	color: #161c2d;
}
.wallet-btn .btn-primary {
	padding: 10px 20px;
	border-radius: 5px;
	font-weight: 500;
}
.wallet-btn .btn-primary i {
	margin-right: 0.25rem;
}
.wallet-img {
	width: 45px;
	height: 45px;
	margin-right: 15px;
	background: #129BE8;
	border-radius: 50px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wallet-rupee .profile-group .input-group {
    border: 1px solid #FFE6E1;
	border-radius: 5px;
    padding: 0;
}
.wallet-rupee .dol-btn {
    background: #EDEDED;
    border-radius: 5px;
	padding: 0;
    width: 64px;
    height: 64px;
}
.wallet-rupee .badge-skills {
	padding: 10px 37px;
	margin-right: 10px;
	font-size: 14px;
	color: #6E727D;
}
.wallet-rupee .form-control {
	border-color: #ffe6e1;
	height: 64px;
}
.wallet-rupee label {
    font-weight: 400;
    color: #343434;
}
.wallet-rupee .form-group,
.wallet-rupee .custom_radio {
    margin-bottom: 15px;
}
.wallet-rupee .custom_radio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 13px;
    height: 13px;
}
.wallet-rupee .custom_radio .checkmark {
    height: 25px;
    width: 25px;
}
.wallet-rupee .bootstrap-tags {
    padding: 0;
	margin-bottom: 15px;
}
.balance-total h3 {
	font-size: 16px;
	color: #131135;
	font-weight: 400;
	margin-bottom: 5px;
}
.balance-total h2 {
	font-size: 20px;
	color: #129BE8;
	font-weight: 600;
	margin-bottom: 0;
}
.total-credit {
	background: #E4FFEA;
}
.total-depit {
	background: #FFF0F3;
}
.total-credit .wallet-img {
	background: #38B653;
}
.total-depit .wallet-img {
	background: #FF2C00;
}
.total-credit .balance-total h2 {
	color: #38B653;
}
.total-depit .balance-total h2 {
	color: #FF2C00;
}
.wallet-history .table tr td span.badge {
	padding: 0.25em 0.4em;
}
.wallet-history .table tr td span.badge-secondary {
	color: #fff;
}
.wallet-history .table tr td span {
	padding: 0;
	color: #6e727d;
	font-weight: 400;
	font-size: 14px;
}
.wallet-history .table tr td {
	color: #161c2d;
	font-size: 14px;
}

.wallet-history .table tr td .badge{
	font-size: 100%;
	font-weight: normal;
}
.wallet-history .table tr td.credit {
	color: #4AA44D;
}

.wallet-history .table tr td.debit {
    color: #df2c2c;
}
.wallet-history .table tr td:nth-child(4) i {
	color: #4AA44D;
}
.wallet-list {
	padding: 0;
	box-shadow: none;
	background: transparent;
}
#wallet .modal-header {
	border-bottom: 0;
	padding: 0;
}
#wallet .modal-header span {
	position: absolute;
    right: 30px;
	top: 30px;
	z-index: 9;
}
.wallet-list .dol-btn {
	color: #161c2d;
    background: #EDEDED;
	border: 1px solid #EDEDED;
}
.wallet-head h2 {
	font-size: 24px;
	margin: 23px 0px 40px;
}

/*-----------------
	39. Freelancer Favourites
-----------------------*/

.freelance-box {
	padding: 1.5rem;
}
.my-projects-view .freelance-box.bookmark-projects {
	padding: 20px 20px 0 20px;
}
.my-projects-view.favourite-group .freelance-box.bookmark-projects {
	padding: 1.5rem 1.5rem 0;
}
.my-projects-view .book-mark .freelance-widget{
	margin-bottom: 1.5rem;
}
.freelance-box .freelance-tags span {
	margin-bottom: 10px;
}
.book-mark .freelance-img,
.book-mark .freelance-img img {
	width: 86px;
    height: 86px;
}
.page-template-page-profile .book-mark  .freelance-location .fas {
	margin-right: 0.25rem;
}
.page-template-page-profile .book-mark .emp_list  .freelance-location .fas, .page-template-page-profile .book-mark .emp_grid .freelance-location .fas  {
	width: auto;  
	margin-right: 0.25rem;
}
.page-template-page-profile .book-mark  span.text {
    margin-left:0;
}
.page-template-page-profile .pro-head {
	border-bottom: 1px solid #e8e8e8;
}
.page-template-page-profile .book-mark .freelance-tags span {
   font-size: 10px;
}
.book-mark .freelance-img .verified {
	width: 16px;
	height: 16px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
}
.book-mark .freelance-img .verified i {
	font-size: 16px;
}
.book-mark .favourite {
	width: 27px;
	height: 27px;
}
.favour-book .freelance-info h3 a{
	color: #161c2d;
}
.book-mark .freelance-info h3 a:hover,
.tab-reviews .review-info h3 a:hover {
	color: #ff5b37;
}
.page-template-page-freelancer-search .book-mark .list-develop-group .fas{
 	display: inline-block;
	text-align: left;
	width: 16px;
}
.book-mark .list-develop-group .fas{
	text-align: left;
}
.book-mark .freelance-location, .favourite-group .book-mark .freelancers_grid_view .freelance-location{
	margin-bottom: 15px;
}
.favourite-group .book-mark .freelancers_list_view .freelance-location  {
	margin-bottom: 6px;
}
.favourite-group .book-mark .freelancers_list_view  .author-details .rating {
    margin-bottom: 6px;
    font-size: 14px;
}
.favourite-group .book-mark .freelance-location {
	margin-bottom:0;
}
.book-mark .freelance-location .fas  {
	color: #c4c4c4;
}
.book-mark .freelance-widget {
	border: 1px solid #e8e8e8;
	box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
	margin-bottom: 30px;
}
.book-mark {
	padding-bottom: 0px;
}
.book-mark .rating i {
    color: #c4c4c4;
}
.book-mark .rating i.filled {
    color: #febe42;
	margin-right: 5px;
}
.page-template-page-profile .book-mark .rating i {
 	margin-right: 5px;
}
.page-template-page-profile .book-mark .list-develop-group .freelance-location i{
	width: 15px;
    margin-right: 0.25rem;
}
.page-template-page-profile .book-mark .list-develop-group .rating i {
	margin-right:0;
	width: 15px;
}
.page-template-page-profile .book-mark .rating .fas {
    margin-right: 0;
}
.page-template-page-profile .book-mark .rating .fas:last-child,.page-template-page-profile .book-mark .rating .fas:nth-child(5) {
    margin-right: 0.25rem;
}
.page-template-page-freelancer-search .book-mark .rating .fas:nth-child(5),.page-template-page-freelancer-search .book-mark .rating .fas:last-child {
	margin-right: 0.25rem!important;
}
.page-template-page-freelancer-search  .book-mark .rating .fas {
	margin-right: 0;
}
.page-template-page-freelancer-search  .book-mark .rating span.text {
    margin-left: 0;
}
.list-grid {
	margin-left: auto;
	margin-bottom: 0;
}
.list-book-mark  .list-develop-group.listview_freelancer .about-author {
	padding:1.5rem;
}
.list-book-mark  .list-develop-group.listview_freelancer .freelance-location {
	margin-bottom: 6px;
}
.list-book-mark  .list-develop-group.listview_freelancer .freelance-tags .badge-design {
	margin-bottom: 0;
	}
.list-book-mark .freelance-tags {
	margin-bottom: 0;
}
.page-template-page-project-search .freelance-widget .freelance-tags  {
    margin-bottom: 0px;
}
.page-template-page-project-search .freelance-widget .freelance-tags .badge-design  {
    margin-bottom: 10px;
}
.page-template-page-freelancer-search  .list-book-mark .freelance-tags {
	margin-bottom: 0px;
}
.page-template-page-freelancer-search  .list-book-mark .freelance-tags span.badge-design{
	margin-bottom:10px;
}
.page-template-page-freelancer-search .list-book-mark .about-list-author .freelance-tags {
	margin-bottom: 0px;
}
.page-template-page-freelancer-search .list-book-mark .about-list-author .freelance-tags a span.badge-design {
	margin-bottom: 0px;
}
.list-book-mark .freelance-tags span {
    margin-bottom: 0px;
}
.list-book-mark .verified i {
	font-size: 16px;
}
.list-book-mark .verified {
	width: 16px;
	height: 16px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	right: 5px;
}
.list-grid li {
	list-style: none;
}
.list-grid li:first-child {
	margin-right: 15px;
}
.filters  .list-grid li:first-child {
	margin-right: 10px;
}
.develop-list-select .filter .list-grid {
    margin-right: 10px;
}
.list-grid li i {
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.list-grid li .favour-active i {
	background: #ff5b37;
	border: 1px solid #ff5b37;
	color: #fff;
}
.relavance-rate {
	margin-left: auto;
}
.relavance-result {
	margin-bottom: 20px;
}
.relavance-result h4 {
  	margin: 0px;	
}
.relavance-rate .sort-by {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.relavance-rate .sort-by form {
	display: flex;
    align-items: center;
}
.relavance-rate .sort-by select {
	padding: 0 4px;
	max-width: 250px;
	width: 250px;
}
.relavance-rate .sort-by label {
	margin-bottom: 0;
	margin-right: 4px;
}
.relavance-rate .sort-by label {
	color: #6e727d; 
}
.page-template-page-profile .reviews  .rating{
	margin-bottom: 5px;
}
.bookmark-projects .counter-stats ul li {
    padding-left: 0;
    padding-right: 0;
}
.bookmark-projects .counter-stats ul li h3,
.bookmark-projects .counter-stats ul li h5 {
    font-size: 10px;
}
.my-projects-view.favourite-group .bookmark-projects .counter-stats ul li h3 {
	color: #6e727d;
    font-size: 14px;
	margin: 0;
}
.my-projects-view.favourite-group .bookmark-projects .counter-stats ul li h5 {
	font-size: 16px;
}
.my-projects-view.favourite-group .bookmark-projects .post-now i{
	margin-right: 0.25rem;
}
.my-projects-view.favourite-group .bookmark-projects .freelance-location{
 	margin-bottom: 15px;
}
.page-template-page-profile .my-projects-view.favourite-group .book-mark .freelance-tags span {
    font-size: 14px;
}
.bookmark-projects .widget-author .profile-img {
	width: 86px;
    height: 86px;
	padding: 0;
	border: 1px solid #C4C4C4;
	background: transparent;
}
.bookmark-projects .post-now i {
	font-weight: 400;
}
.bookmark-projects .freelance-tags {
    margin-bottom: 0;
}
.page-template-page-profile  .book-mark .about-list-author .badge-design {
 	margin-bottom: 10px;
}
.book-mark .badge-design:hover {
    background: #FFF0F0;
}
.bookmark-projects .freelance-tags span {
    margin-bottom: 5px;
}
.bookmark-projects .freelancers-price {
	margin: 15px 0;
	color: #55545B;
}
.bookmark-projects .saved_projects .freelancers-price {
	margin: 0;
}
.bookmark-projects .saved_projects .counter-stats{
	margin-top: 10px;
}
.bookmark-projects .counter-stats {
    margin-top: 0;
}
.bookmark-projects .counter-stats ul li h5 {
	margin-bottom: 3px;
}
.list-book-mark .author-details {
    margin-left: 108px;
}
.list-develop-group {
	margin-bottom: 1.5rem;
	box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
}
.list-develop-group .about-author-img {
     height: 120px;
      width: 120px;
}
.favourite-group .list-develop-group .about-author-img {
	height: 86px;
	 width: 86px;
}
.favourite-group  .list-develop-group .about-list-author .author-details{
	margin-left:110px;
}
.list-develop-group .about-list-author .author-details{
	margin-left: 140px;
}
.list-develop-group .freelance-specific{
	margin-bottom: 5px;
}
.book-mark .rating .average-rating {
	font-weight: 400;
}
.book-mark .list-pagination {
	margin-top: 20px;
}
.favourite-group .card-header {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*-----------------
	40. Project Details
-----------------------*/

.single-projects .project-box-view h2 {
	color: #373737;
	margin-bottom: 10px;
}
.post-job-icon {
	margin-left: auto;
	width: 34px;
	height: 34px;
	box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
	border-radius: 5px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.blue-color {
	background: #3398FB;
}
.orange-color {
	background: #ff5b37;
}
.pink-color {
	background: #F5365C;
}
.green-color {
	background: #5BB054;
}
.project-details-view .pro-post-head p {
	color: #6e727d;
	font-size: 14px;
}
.project-details-view .post-job-icon i {
	color: #ff5b37;
	font-size: 20px;
}
.project-details-view .job-type {
	text-align: left;
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #e8e8e8;
}
.project-duration .job-type {
	margin-bottom: 25px;
}
.project-duration .pro-content {
	padding-top: 0;
}
.project-details-view .widget-box {
	box-shadow: none;
	border-radius: 0px;
	border: 0;
	padding: 0;
}
.requirement-img {
	position: relative;
}
.file-name {
  background-color: #f9f9f9;
  border: 1px solid #e8e8e8;
  padding: 20px;
  border-radius: 5px;
}
.file-name p {
	color: #6e727d;
	font-size: 14px;
}
.project-client-view .pro-post .pro-title {
 	text-transform: capitalize;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	font-weight: 500;
	padding-bottom: 15px;
}
.flowing_project{
	background: #f9f9f9;
	padding: 15px;
    text-align: center;
	border: 1px solid #f5f5f5;
}
.project-details-view .pro-post .pro-title  {
  	font-size: 1.5rem;
	margin-bottom: 20px;
	font-weight: 500;
	border: none;
}
.project-details-view .pro-post .pro-title:before ,.project-details-view .pro-post .pro-title:after  {
	display: none; 
	
}
.project-details-view .pro-post .pro-title{
	padding: 0px;
}
.project-details-view .widget-box .pro-content, .single-projects .project-client-view .pro-content {
	padding-top:0px;
	line-height: 1.5rem;
}
.single-projects .project-details-view .pro-content ul {
	list-style:disc;  
	padding-left:15px;  
}
.project-details-view .job-type  {
	border-radius: 5px;
}
.project-client-view .pro-post {
	border: 1px solid #e8e8e8;
	box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
	border-radius: 5px;
	padding: 1.5rem;
}
.project-client-view .pro-post .freelance-content{
	padding: 0;
}
.client-about .pro-post {
	border: 0;
	background: #f9f9f9;
	box-shadow:none;
	border: 1px solid #f5f5f5;
}
.client-about .client-list {
	margin-bottom:1.5rem;
}
.link-project .pro-title {
	margin-bottom: 26px;
}
.project-client-view .widget-author .author-location a {
    font-size: 22px;
    color: #ff5b37;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 500;
}
.project-client-view .freelance-info h4 {
	color: #6E727D;
	font-size: 14px;
	font-weight: 400;
}
.project-client-view .rating i {
    color: #6E727D;
}
.project-client-view .rating i.filled {
    color: #febe42;
}
.project-client-view .rating .average-rating {
	font-weight: 400;
}
.project-client-view .rounded-pill {
	padding: 6px 20px;
	margin-bottom: 20px;
}
.project-client-view .follow-details {
	margin: 20px 0px;
}
.project-client-view .follow-details h4{
	color:#f15c3d;
}
.pro-member h6 {
	font-size: 16px;
}
.project-verified i {
	color: #00cc52;
    background: #fff;
    border-radius: 50%;
}
.project-verified {
	position: absolute;
    bottom: 0;
    right: 5px;
}
.project-client-view .widget-author .profile-img {
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    border-radius: 50%;
     width: 86px;
    height: 86px;
    margin: 0 auto 15px;
}
.project-details-view .widget-box .tags .badge-design {
	background: rgba(255, 91, 55, 0.1);
	color: #ff5b37;
	padding: 10px;
	margin-right: 15px;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.project-details-view .widget-box .badge-design:hover {
	background: rgba(255, 91, 55, 0.3);
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.client-about .client-list {
	width: 100%;
}

/*-----------------
	41. Onboard Screen
-----------------------*/

.btn-get {
	font-weight: 900;
	font-size: 24px;
	color: #FFF;
	text-transform: uppercase;
	min-width: 300px;
	border-radius: 50px;
	padding: 16px;
}
.multistep-form .on-board {
    display: none;
    width: 100%;
}
.multistep-form .group-select {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.workin-check .form-check-input {
	border: 1px solid #FFE6E1;
	width: 25px;
	height: 25px;
	margin-right: 15px;
}
.workin-check .form-check-input:focus {
	box-shadow: none;
}
.form-switch .form-check-input {
	cursor: pointer;
}
.workin-check {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.on-board .form-focus.focused .focus-label {
	z-index: 99999;
}
.account-onborad {
	max-width: 700px;
	text-align: center;
    margin: 0 auto;
}
.onboard-head h2 {
	font-size: 24px; 
	font-weight: 600;
	margin-bottom: 8px;
}
.onboard-head h2 span {
	color: #8A2BE2;
}
.onboard-head p {
	font-size: 16px; 
	color: #343434;
	font-weight: 400;
	margin-bottom: 40px;
}
.back-home img {
	margin-bottom: 40px;
}
.account-onborad a {
	font-weight: 900;
	font-size: 24px;
	color: #8A2BE2;
    display: inline-block;
}
.onboard-head a {
    padding: 21px;
	width: 200px;
    height: 200px;
}
.multi-step {
	width: 40px;
	height: 40px;
	background: #e8e8e8;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	border-radius: 50%;
	color: #161c2d;
	font-weight: 700;
	font-size: 14px;
	margin-right: 15px;
	line-height: 0;
}
.multistep-progress {
	background: #FFFFFF;
	box-shadow: 0px 0px 50px rgba(132, 39, 225, 0.2);
	border-radius: 50px;
	padding: 10px 10px 0;
	margin: 0 auto 50px;
	max-width: 1046px;
    width: fit-content;
}
.progressbar {
	display: flex;
    align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
    margin: auto;
	margin-top: 0;
}
.board-logo {
	width: 20%;
}
.progressbar li {
	display: flex;
    align-items: center;
	margin: 0;
	margin-right: 30px;
}
.progressbar li h5 {
	margin-bottom: 0;
	color: #343434;
	font-weight: 400;
}
.progress-active .multi-step {
    background: #ff5b37;
	color: #fff;
}
.progress-activated .multi-step {
    background: #ff5b37;
	font-size: 0;
	color: #fff;
}
.progress-activated .multi-step:before {
	content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	font-size: 12px;
}
.progress-activated h5 {
	color: #ff5b37;
}
.progress-25 {
	display: block;
}
.progress-50, .progress-75, .progress-100 {
	display: none;
}
.progress-50 .progress-bar {
    background: #38B653;
    width: 50%;
}
.progress-75 .progress-bar {
    background: #38B653;
    width: 75%;
}
.progress-100 .progress-bar {
    background: #38B653;
    width: 100%;
}
.circle-bar1 {
	height: 55px;
	margin-bottom: 10px;
}
.circle-graph1 {
	height: 55px;
}
.circle-bar > div {
	display: inline-block;
	position: relative;
	text-align: center;
}
.circle-bar > div p {
    left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    margin: 0 auto;
    transform: translateY(-50%);
	font-weight: 500;
	font-size: 14px;
	color: #19D1AF;
}
.circle-percent-0 p {
	color: #8B8E97 !important;
}
.circle-bar > div canvas {
	width: 55px !important;
	height: 55px !important;
}
.dropzone {
    background: #FFFFFF;
	border: 1px dashed #8A2BE2;
	border-radius: 10px;
	min-height: 130px;
	text-align: center;
}
.dropzone p {
	font-size: 16px;
	color: #8A2BE2;
}
.dropzone span {
	display: none;
}
.multistep-form  {
	background: #F9F9F9;
	border-radius: 10px;
}
.multistep-form .on-board .form-focus.focused .focus-label {
    z-index: 9;
}
.multistep-form > .card-body {
	padding: 50px;
}
.multistep-form  .acc-title {
	color: #3C00F2;
	margin-bottom: 40px;
	font-weight: 900;
	font-size: 36px;
	text-align: center;
}
.multistep-form .form-group {
	margin-bottom: 25px;	
	width: 100%;
}
.multistep-form .form-control {
	height: 50px;
}
.btn-prev {
	border: 0;
	background: url(../img/icons/arrow-left.svg) no-repeat;
	padding-left: 30px;
	font-weight: 900;
	font-size: 24px;
	background-position: left;
	margin-right: 30px;
}
.multistep-form label {
	font-size: 16px !important;
	color: #343434 !important;
}
.field-card {
	padding: 30px;
}
.acc-title-01 {
	display: block;
}
.acc-title-02, .acc-title-03, .acc-title-04, .acc-title-05 {
	display: none;
}
.account-wrap .header {
	box-shadow: none;
	background: transparent;
}
.account-wrap .page-wrapper {
	padding-top: 0;
	height: 100%;
}
.account-wrap .page-wrapper > .content {
	padding: 30px;
    height: 100%;
}
.account-wrap .acc-content {
    height: 100%;
    background: #F9F9F9;
    border-radius: 10px;	
}
.account-onborad.complte-board {
	padding: 80px;
}
.board-screen .content {
	padding: 0;
}
.board-screen .multistep-progress {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 15px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	border-radius: 0;
}
.first-progress,
.second-progress {
	display: flex;
    align-items: center;
	height: 53px;
}
.board-screen .progressbar {
	margin-bottom: 0;
	max-width: 70%;
    margin-left: auto;
}
.board-screen .multistep-form {
	background: #fff;
}
.select-account {
	padding: 80px 0px;
}
.select-box {
	margin-bottom: 130px;
}
.select-box .frelance-img:first-child {
	margin-right: 30px;
}
.personal-info {
	background: #FFFFFF;
	border: 1px solid #EDEDED;
	box-shadow: 0px 0px 15px rgba(215, 215, 215, 0.56);
	border-radius: 10px;
	max-width: 90%;
	margin: auto;
	margin-bottom: 40px;
	padding: 30px;
}
.space-info {
	padding-bottom: 5px;
}
.personal-info .form-control {
    border-color: #FFE6E1;
}
.personal-info label {
	color: #343434;
	font-size: 16px;
}
.personal-info label span {
	color: #FF0000;
}
.pro-form-img {
	margin-bottom: 20px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pro-form-img img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 15px;
}
.pro-form-img .file-upload {
	margin: 0;
	min-width: 191px;
	text-align: center;
}
.pro-form-img label.file-upload.image-upbtn {
	background: transparent;
	color: #ff5b37 !important;
	border: 1px solid #FFE6E1;
}
.select-account .pro-form-img .btn-primary {
	min-width: 191px;
	background: transparent;
	border: 1px solid #FFE6E1;
	color: #ff5b37;
	padding: 12px 15px;
	font-size: 16px;
}
.min-characters p {
	color: #888888;
	margin-bottom: 0;
	margin-top: 5px;
}
.min-characters .form-control {
	height: auto;
}
.select-level {
	width: 100%;
	color: #888888;
}
.select-level {
	position: relative;
    background-image: url(../assets/images/icon/icon-18.svg);
    background-repeat: no-repeat, no-repeat;
	background-position: 95%;
}
.select-edu {
	background-position: 88%;
}
.select-account .prev_btn {
	min-width: 150px;
	padding: 10px 15px;
	font-size: 16px;
	text-transform: capitalize;
	background: rgba(20, 20, 20, 0.7);
	border-radius: 5px;
	color: #fff;
}
.select-account .btn-primary {
	min-width: 150px;
	padding: 9px 15px;
	font-size: 16px;
	text-transform: capitalize;
	background: #ff5b37;
	border-radius: 5px;
}
.new-addd {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
	min-height: 50px;
}
.new-addd .add-new {
	margin-bottom: 0;
	color: #38B653;
	margin-left: 7px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
}
.new-addd .add-new i {
	font-size: 12px;
	margin-right: 5px;
}
.remove_row {
	cursor: pointer;
}
.new-addd .remove_row {
	color: #FF0000;
}
.employe-cal-icon:after {
	color: #141414B2;
}
.other-info-list ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.other-info-list ul li {
	width: 50px;
	height: 50px;
	background: #C4C4C4;
	border-radius: 50px;
	list-style: none;
	color: #fff;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	font-size: 12px;
	font-weight: 600;
	margin-right: 26px;
	cursor: pointer;
}
.other-info-list ul .active-hour {
	background: #ff5b37;
}
.time-box .form-group {
	margin-right: 20px;
	max-width: 118px;
}
.back-home .btn-primary {
	background: #ff5b37;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	min-width: 177px;
}
.check-hour {
	display: none;
}
.back-home h2 {
	font-size: 20px;
	color: #161c2d;
}
.back-home p {
	font-size: 16px;
	color: #343434;
	font-weight: 400;
	margin: 8px 0px 42px;
}
.select-box input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}
.select-box input:active +.employee-level{opacity: .9;}
.select-box input:checked + .employee-level{
	border: 1px solid #38B653;
}
.employee-level {
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:200px;
	height: 200px;
	border: 1px solid #FFE6E1;
    border-radius: 5px;
	margin-bottom: 0;
	font-weight: 600;
}
.employee-level span {
	color: #343434;
	font-size: 14px;
}
.employee-level img {
	margin-bottom: 20px;
}
.select-box .employee-level:first-child {
	margin-right: 25px;
}
.free-lance-img {
	margin-right: 25px;
}
.select-btn {
	padding: 80px 0px;
}
.personal-info .form-control::placeholder {
	color: #888888;
}
.work-check  {
	margin-bottom: 0;
}
.work-check .form-check-input:checked {
    background-color: #ff5b37;
    border-color: #ff5b37;
}
.work-check .form-check-input {
    width: 39px;
	height: 22px;
	position: absolute;
	top: 10px;
	right: 20px;
}
.work-check .form-check-input:focus {
	box-shadow: none;
}
.form-group.working-position {
	position: relative;
	margin-bottom: 0;
}
ul.main {
	list-style: none;
	margin: 0px;
}
ul.main li{
	list-style: none;
}
.page-template-page-freelancer-search  ul.main li,
.page-template-page-project-search ul.main li{
	margin-bottom: 5px;
}
.page-template-page-project-search ul.main li ul,.page-template-page-freelancer-search ul.main li ul{
	margin-top: 5px!important;
}
.page-template-page-freelancer-search ul.main li:last-child,
.page-template-page-project-search ul.main li:last-child{
	margin-bottom: 0;
}
.search-filter .card-body .panel-heading {
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.search-filter .card-body .panel.panel-default {
	margin-bottom: 15px;
}
.pro-post .form-group:last-child{
	margin-bottom: 0px;
}
.most-viewed-widget {
    position: relative;
    overflow: hidden;
}
.most-viewed-widget .listing-widgets ul {
    list-style: none;
    padding: 0;
	margin: 0px;
}
.most-viewed-widget .listing-widgets ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.most-viewed-widget .listing-widgets .media-body ul {
    margin-bottom: 0px;
}
.most-viewed-widget .listing-widgets .media-body ul li {
    line-height: normal;
    font-size: 14px;
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
	font-size: 14px;
}
.most-viewed-widget .listing-widgets .media-body ul li .media-title {
	font-size: 15px;
}
.most-viewed-widget .listing-widgets .media-body ul li .main-price{
	font-size: 14px;
}
.most-viewed-widget .listing-widgets .media-body ul li i {
    margin-right: 5px;
}
.most-viewed-widget .listing-widgets ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; 
}
.most-viewed-widget .listing-widgets .media-body ul li i {
    margin-right: 5px;
}
.most-viewed-widget .main-price {
    color: #fe696a;
    font-size: 15px;
}
.most-viewed-widget .listing-widgets .media-body ul li:last-child {
	float: right;
}
.most-viewed-widget .listing-widgets ul li {
    margin-bottom: 18px;
}
 .most-viewed-widget .listing-widgets ul li:last-child {
    margin-bottom:0;
}
.address_location #abc {
	position:absolute;
	top: 40px;
    right: 30px;
}
.review-modal .modal-header {
    background-color: #fe696a;
    color: #FFF;
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
}
.review-modal .fas.fa-times {
	color: #161c2d;
    font-size: 16px;
}
.review-modal .review {
    background: transparent;
    padding: 0px 0;
}
#deposit-funds-btn.click-btn{
	padding: 8px 50px!important;
}
.modal-open .modal {
    z-index: 99999;
}
body .has-feedback .smk-error-msg {
    position: relative;
    right: 0;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0;
	color: #ff0000;
}
.history-chat-body .chat-single.success {
    background: rgba(29,201,183,.1);
}
.history-chat-body .chat-single {
    padding: 1.3rem;
    margin: 1.5rem 0;
    margin-top: 1.5rem;
    border-radius: 4px;
    display: inline-block;
    max-width: 70%;
}
.history-chat-body .chat-single-box {
    position: relative;
    overflow: hidden;
}
.history-chat-body .chat-single:first-child {
    margin-top: 0;
}
.history-chat-body .chat-single .history-user {
    display: flex;
    align-items: center;
}
.history-chat-body .chat-single img {
    width: 100%;
    max-width: 30px;
    height: 30px;
    border-radius: 20px;
}
.history-chat-body .chat-single .history-text {
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    color: #777777;
    font-size: 14px;
    word-wrap: anywhere;
	margin-top: 10px;
}
.history-chat-body .chat-single.chant-single-right {
    text-align: right;
}
.history-chat-body .chat-single.chant-single-right {
    float: right;
    background-color: rgba(93,120,255,.1);
}
.history-chat-body .chat-single:first-child {
    margin-top: 0;
}
.history-chat-body .chant-single-right {
    align-items: last baseline;
    display: flex;
    flex-direction: column;
}
.history-chat-body .chat-single {
    margin-bottom: 1rem;
	padding: 15px;
}
.history_attch_dwld {
    padding: 10px 20px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    border: 1px dashed #e1e1e1;
    display: inline-block;
    background-color: #FFF;
    cursor: pointer;
}
.btn-loading > .bubbles {
    font-size: 7px;
    position: relative;
    bottom: 3px;
    left: 3px;
}
.project-details-view .pro-content .tags a span {
    margin-left: 0px;
}
.project-details-view .widget-box.skills_required {
 	margin-bottom: 20px;
}
.project-details-view .skills_required .pro-content .tags a {
     margin-right: 10px;
	 margin-bottom: 10px;
}
.project-details-view .skills_required .pro-content .tags a span {
	margin-right: 0px;
	margin-bottom: 0px;
}
.contact_page_address {
	margin-bottom: 50px;
	align-items: center;
}
.contact_page_address li { 
	list-style: none;
	margin-bottom:0px;
}
.contact_page_address li .contact_page_address_inner {
	background: #fff;
    padding: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 15px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
    border: 1px solid #EBEBEB;
}
.contact_page_address li:nth-child(2) .contact_page_address_inner {
   background:#ff5b37;
   padding: 60px;
   color: #fff;
   border: 1px solid #FF5B38;
}
.fr-co-contents ul li .fr-co-logo {
    float: left;
    padding-top: 0px;
    padding-right: 20px;
}
.fr-co-contents ul li .fr-co-user-details {
    overflow: hidden;
	float: left;
}
.single.single-freelancer  .latest-posts li p{
	float: left;
	width: 84%;
	margin-bottom: 8px;
	color: #161c2d;
	line-height: 1.5;
	text-transform: capitalize;
}
.single.single-freelancer .fr-product-progress-content {
	float: right;
	width: 15%;
	text-align: right;
 }
.fr-co-contents ul li .fr-co-user-details h3 {
    color: #242424;
    font-size: 20px;
    margin-bottom: 5px;
}
.fr-co-contents ul li:nth-child(2) .fr-co-user-details h3 {
    color: #fff;
}
.fr-co-contents ul li .fr-co-user-details p{
	margin: 0px;
}
.wpcf7-form-control-wrap{
	width: 100%;
}
.language-widget .latest-posts.languages_list{ 
	padding-top: 5px;
}
.language-widget .latest-posts.languages_list li { 
	padding: 0px 0px 10px;
	margin: 0px;
}
.language-widget .latest-posts.languages_list li:last-child{
	padding: 0px 0px 0px;
}
.fr-report-form {
	position: relative;
}
.fr-report-form .form-group {
     position: relative;
}
.fr-report-form .form-group  label{
	width: 100%;
}
.single-freelancer  .select2-container {
    z-index: 999999!important;
	width: 100%!important;
}
body .review-modal .modal-header {
	display: flex;
    background-color: #fff;
    flex-direction: row;
    padding: 1rem 1.5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);

}
.click_to_follow  {
	display: flex;
    justify-content: flex-end;
}
.remote-location-box {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    display: block;
}
.remote-location-box .pretty {
    margin-right: 0;
}
.pretty {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    white-space: nowrap;
    line-height: 1;
}
.remote-location-box p {
    display: inline-block;
	margin: 0px;
    padding: 0px;
}
p.remote_loc {
    margin-top: 5px;
}
p.text_spacing {
    margin-top: 10px;
    margin-bottom: 0;
}
.pretty input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.pretty.p-icon .state .icon {
    font-size: 10px !important;
    width: calc(1em + 7px) !important;
    height: calc(0.6em + 12px) !important;
    top: calc((0% - (100% - 1.4em)) - 8%);
	border-radius: 4px;
}
input[type=file].project_img_btn {
    position: absolute;
    left: 0;
    top: -5px;
    opacity: 0;
    cursor: pointer;
    height: 60px;
    width: 100%;
}

.skills_wrapper .d-flex,.project_wrapper  .d-flex{
	align-items: center;
    margin-bottom: 15px;
}
.skills_wrapper .ui-state-default:last-child .d-flex,.project_wrapper .ui-state-default:last-child  .d-flex {
	margin-bottom: 0px;
}
.skills_wrapper .d-flex .form-group,.project_wrapper .d-flex .form-group {
	margin: 0px;
}
.page-template-page-profile-php .pro-body .ui-state-default .flex-fill{
	margin-bottom: 1.25rem;
}
.page-template-page-profile-php .pro-body .ui-state-default:last-child .flex-fill{
	margin-bottom: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ff5b37; 
	color: #fff;
	border-color: #ff5b37;
	margin: 5px 5px 0 0;
    padding: 5px 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
     color: #fff;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dcdcdc 1px;
    outline: 0;
}
.attachments {
    background-color: #f9f9f9;
    padding: 15px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    cursor: move;
    display: flex;
    align-items: center;
    border: 1px solid #e8e8e8;
}
.attachments i {
    display: inline-block;
    float: left;
    font-size: 30px;
    margin-right: 0;
}
.attachments .attachment-data h4 {
    margin-bottom: 0;
    font-size: 16px;
}
.attachments img {
    width: 55px;
    margin-right: 10px;
    vertical-align: top;
}
.attachments p {
	margin: 0;
	font-size: 14px;
}
.attachments .attachment-data a {
    position: absolute;
    right: 15px;
    top: 25px;
}
.attachments .attachment-data a.btn-pro-clsoe-icon i, .attachments .attachment-data a.btn_delete_services_attachment i {
    font-size: 20px;
    color: #ff4747;
}
.skills_wrapper .select2-container {
    z-index: 9;
    max-width: 100%;
    width: 100%!important;
}
.nothing-found {
	display: flex;
    align-items: center;
     text-align: center;
    width: 100%;
    padding-top: 50px;
    flex-direction: column;
    padding-bottom: 50px;
}
.nothing-found img {
	margin-bottom: 30px;
}
.nothing-found h4 {
	margin-bottom: 0;
}
.no-records img {
	margin-bottom: 30px;
}
.no-records h4 {
	margin-bottom: 0;
}
.page-template-page-profile .featured-box {
    position: relative;
    overflow: hidden;
    display: inline;
}
.page-template-page-profile .featured-box .pretty {
    margin-right: 0px;
    min-width: 40px;
	display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 1;
}
.page-template-page-profile .featured-box h4 {
    display: inline-block;
}
.page-template-page-profile .pretty.p-icon input:checked~.state .icon {
    opacity: 1;
}
.page-template-page-profile .featured-box .pretty {
    margin-right: 0px;
    min-width: 20px;
}
.page-template-page-profile .featured-box .pretty.p-icon .state .icon {
    border-radius: 4px;
}
.page-template-page-profile .pretty.p-icon .state .icon {
    border: 1px solid #e8e8e8;
    background: #fff;
}
.page-template-page-profile .pretty .state label {
    position: initial;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    text-indent: 1.5em;
    min-width: calc(1em + 2px);
}
.page-template-page-profile .featured-box .pretty.p-icon .state .icon {
     width: calc(1em + 7px) !important;
    height: calc(1em + 7px) !important;
}
.page-template-page-profile-php .remove_button i.far,.page-template-page-profile-php  i.fa{
	color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #ff431a;
    font-size: 15px;
    padding: 8px;
    text-align: center;

}
.project_wrapper .btn-theme.project_img_btn{
	padding:10px 30px;
	background: #131135;
    border-color: #131135;
	color: #fff;
    width: 100%;
}
.page-template-page-profile-php .ui-sortable .form-row {
	margin: 0 0px;
}
.project_wrapper .sort_imgs img { 
	max-width: 100%;
    margin: 0px 0px 0px 0px;
	max-height: 45px;
    text-align: center;
}
.project_image{
	text-align: center;
}
.drag_arrow {
	max-width: 35px;
}
.remove_button_wrap {
	max-width: 35px;
	text-align: right;
}
.expe_wrapper .ui-state-default, .edu_wrapper .ui-state-default{
	margin-bottom: 1.5rem;
}
.expe_wrapper .ui-state-default:last-child, .edu_wrapper .ui-state-default:last-child{
	margin-bottom: 0;
}
.expe_wrapper .remove_button, .edu_wrapper .remove_button {
	position: relative;
	top: 15px;
	right: 0px;
}
.award_wrapper .remove_button, .project_wrapper .remove_button,.expe_wrapper .remove_button ,.skills_wrapper .remove_button ,.edu_wrapper .remove_button {
	position: relative;
    top: 0;
	right:0;
	color:red;
 }
.project_wrapper .form-group{ 
	position: relative;
}

body .dashboard-page {
    padding-top: 0px;
}
.pro-post.tags-widget{
	padding: 1.5rem 1.5rem 14px;
}
.single-employer .pro-post span {
    margin-left: 0px;
}
.reviews:last-child{
	border-bottom: 0px solid #ececec;
    padding: 0 0 0rem 0;
}
.review-modal .modal-body .reviews-star-box ul {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    padding-left: 0;
}
.review-modal .modal-body .reviews-star-box ul li {
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.review-modal .modal-body .reviews-star-box ul li .form-group {
	position: relative;
    right: 0;
    bottom: 0px;
    width: 100%;
    margin: 0px;
}
.review-modal .modal-body .reviews-star-box ul li input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    font-size: 1px;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
	min-height: 0px;
}
.main-panel label {
    font-size: 16px;
    display: block;
}
.main-panel textarea.form-control {
    height: 150px;
    padding: 15px;
}
.review-modal .modal-body .reviews-star-box ul li p {
    margin-bottom: 0;
    font-size: 16px;
    color: #242424;
}
span.woocommerce-input-wrapper, .woocommerce form .form-row label {
    width: 100%;
}
.btn-primary.apply_coupon{
	padding-top: 10px;
    padding-bottom: 10px;	
}
.woocommerce .woocommerce-checkout .form-row label {
	margin-bottom: 10px;
	text-transform: capitalize;
}
.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 20px;
}
.woocommerce-billing-fields h3, #order_review_heading {
	margin-bottom: 20px;
	font-size: 1.5rem;
	text-transform: capitalize;
}
.btn.focus, .btn:focus {
	box-shadow: inherit;
}

/*-----------------
	42. woocommerce
-----------------------*/

.woocommerce-page #payment #place_order:not(:disabled):not(.disabled).active, 
.woocommerce-page #payment #place_order:not(:disabled):not(.disabled):active,
.woocommerce-page #payment #place_order:focus  {
    color: #fff;
    background-color: #ff5b37;
    border-color: #ff5b37;
	border: 1px solid transparent;
}
.woocommerce-page #payment #place_order {
	display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 12px 15px;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #fff;
    background-color: #ff5b37;
    border-color: #ff5b37;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
     margin: 0 0 30px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #e8e8e8;
    padding: 20px;
    margin: 30px 0px;
}
.woocommerce form.checkout_coupon  {
     margin: 30px 0px;
}
.woocommerce form .form-row textarea {
    height: 200px;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 5px 0 0;
}
.woocommerce ul.order_details {
    padding-left: 0;
    margin: 0 0 40px;
	list-style: none;
}
.woocommerce ul.order_details li {
	float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px !important;
}
.woocommerce ul.order_details li:last-of-type {
    margin: 0;
    padding: 0;
	border: none;
}
.woocommerce .kofejob_thankyou .dashboard-statistic-block {
    background: #fff;
    padding: 1.5rem;
    border-radius: 4px;
	display:flex;
	-webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
     align-items: center;
    box-shadow: 0 3px 15px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
	text-align:center;
	border: 1px solid #e8e8e8;
}
.woocommerce .kofejob_thankyou .dashboard-statistic-block h5 {
    font-weight: normal;
    font-size: 14px;
	font-size: 18px;
	font-weight: 500;
}
.woocommerce .kofejob_thankyou .dashboard-statistic-block h2 {
    margin: 0px;
    font-size: 14px;
     word-wrap: anywhere;
	margin-bottom: 0px;
	color: #6e727d;
}
.woocommerce .kofejob_thankyou .dashboard-statistic-block .icon{
	margin-bottom: 15px;
}
.woocommerce .kofejob_thankyou .dashboard-statistic-block .icon {
    width: 3rem;
    height: 3rem;
    max-width: 100%;
    flex: 0 0 auto;
    margin-right: 0px;
    display: inline-flex;
    padding: 7px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
	background-color: #fb451d;
	box-shadow: 0 3px 15px rgb(0 0 0 / 5%);
	color: #ffffff;
}
.woocommerce form .form-row.place-order{
	margin-bottom:0px;
}
.woocommerce form .form-row.place-order label {
    line-height: 1;
	margin-bottom:0px;
}
.woocommerce #order_review label {
  margin-bottom: 0;
  text-transform: capitalize;
}
.woocommerce form .form-row.place-order p{
	margin-bottom: 20px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
     width: 100%;
}
.elementor-counter-title, .elementor-counter-number-wrapper {
    color: #FCFCFC;
	font-family: 'Circular Std', sans-serif!important;
}
.section.job-counter .text-left{
	text-align:left!important;
}
.section.job-counter  .elementor-widget-container{
	align-items: center;
    display: flex;
    justify-content: center;
	
}
.section.job-counter  .elementor-widget-container .elementor-counter .elementor-counter-number-prefix {
    flex-grow: unset;
}
.sort-tab .select2-container, .freelancer_list .select2-container {
    min-width: 185px;
}
.my-projects-list .select2-container {
    min-width:100px;
	width: 100%!important;

}
.chats-tab-open #wp-admin-bar-my-account.with-avatar>a img {
	min-width: unset;
 
}
.user-tabs.project-tabs .nav-tabs .nav-item {
	-ms-flex: auto;
	flex:auto;
}
.company-profile .widget-box .latest-posts li li {
     margin-bottom: 20px;
}
.company-profile .widget-box .latest-posts li:last-child {
    padding-bottom: 0px !important;
	margin-bottom: 0;
}
.agency-content h2 {
	color: #fff;
	font-size: 42px;
	margin-bottom: 20px;
}
.single-post .blog-view .blog-info ul{
	padding: 0px;
}
.single-post  .blog-view .blog-info ul li{
	list-style: none;
}
.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 0em 0;
    overflow-wrap: break-word;
}
.blog-single-post .post-left ul {
    padding-left:0px;
}

.blog-single-post  ul, .single-post .blog-single-post  ol {
    padding-left: 25px;
}
.blog-single-post  ul li , .single-post  .blog-single-post  ol li {
    display: list-item;
    text-align: -webkit-match-parent;
 }
.default_page table tfoot tr, .default_page table tbody tr, .default_page table thead tr {
    border: 1px solid #E7E8EA;
}
 table tfoot tr,  table tbody tr,  table thead tr {
    border: 0px solid #E7E8EA;
}
.project-info .customer-info ul li h5 i {
	display: none;
}
.page-template-page-freelancer-search .section-padding {
	padding: 0px 0 !important;
}
.tags-widget .tag-cloud-link {
	line-height:unset;
}
.kofejob-comms table tfoot tr, .kofejob-comms table tbody tr, .kofejob-comms table thead tr {
	border: 1px solid #E7E8EA;
}
.about_counter .elementor-counter .elementor-counter-title{
	line-height:revert;
}
.about_counter .elementor-counter-number-wrapper {
	margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.home .projects {
	position: relative;
    padding: 80px 0 50px;
}
.elementor-heading-title {
	line-height:initial!important;
}
body .elementor-accordion .elementor-accordion-item {
    border: 1px solid #e8e8e8!important;
	border-top: 1px solid #e8e8e8!important;
	margin-bottom: 20px;
	box-shadow: 0px 4px 4px rgb(244 244 244 / 95%);
    border-radius: 5px;
}
body .elementor-accordion .elementor-accordion-item:last-child{
	margin-bottom: 0!important;
}
.faq_title .elementor-heading-title{
	font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #161c2d;
    margin-bottom:0;
}
body .elementor-accordion .elementor-accordion-item .elementor-tab-title{
	padding: 1rem;
}
body .elementor-accordion .elementor-tab-content {
	padding: 1rem;
	border-top-color: #e8e8e8!important;
}
body .elementor-accordion .elementor-tab-content p:last-child{
	 margin-bottom: 0px;
}
body .elementor-accordion .elementor-accordion-item .elementor-tab-title .fas {
	font-size: 20px!important;
}
#reply-title{
	font-size: 22px;
	font-weight: bold;
}
.elementor-heading-title {
	line-height:initial!important;
}
.select2-selection__rendered[title=Select] {
    color: #6e727d;
}
.select2-container .select2-selection--single .select2-selection__rendered[title=Select]{
    color: #6e727d!important;
}
.single-post .blog-single-post.pro-post.not_tags  {
	padding-bottom: 20px;
}
.page-template-template-bloggrid .theiaStickySidebar .latest-posts li .recent-post-meta a i ,
.single.single-post .theiaStickySidebar .latest-posts li .recent-post-meta a i {
    margin-right: 0.25rem;
}
.page-template-template-bloggrid .grid-blog .entry-meta li i{
	margin-right: 0.25rem;
}
.page-template-template-bloggrid .grid-blog .entry-meta{
	font-size: 16px;
}
.page-template-template-bloggrid .grid-blog .entry-meta li, .page-template-template-bloggrid .grid-blog .entry-meta li a {
	color:#6e727d;
}
.pro-post .post-author span {
    margin-left:0px;
}
.blog-info .post-left i {
	color: #ff5b37;
	margin-right: 0.25rem;
}
.blog-single-post.widget-box ul li {
	color: #6e727d;
}
.blog-single-post.widget-box ul li .post-author a {
	color: #6e727d;
}
.single-post .blog-view .blog-info ul li a{
    color: #6e727d;
}
.sidebar-right .latest-posts li .recent-post-meta a i{
	color: #ff5b37;
	margin-right: 0.25rem;
}
.grid-blog .entry-meta li a,.grid-blog .entry-meta li  {
	color: #6e727d;
}
.grid-blog .entry-meta li a:hover{
	color: #FF3115;
}
.blog-single-post.widget-box ul li .post-author a:hover {
    color: #FF3115;
}
.blog-single-post.widget-box ul li a:hover {
    color: #FF3115;
}
.page-template-page-profile .proposals-section.proposals-section_freelancer .paginations {
    margin: 0px 0px 30px;
}  
a#cancel-comment-reply-link {
    margin-left: 8px;
    color: #ff5b37;
}
.comment-respond p.form-submit{
	margin-bottom: 0px;
}
 
.comment-respond #reply-title{
	margin-bottom: 0px;
}
.freelance-content .follow-details h6 {
	font-size: 16px;
    color: #6e727d;
}
.elementor-accordion-title {
      line-height: 28px;
}
.footer{
    background-image: url(../images/bg/footer-bg.png);
}
.main-nav li.current_page_item a,
.main-nav li.current-menu-ancestor a{
	color: #FF5B37;
}
.main-nav > li > ul > li.current-menu-parent > a{
	color: #fff;
	background: #FF5B37;
}
.main-nav .sub-menu li.current-menu-item > a {
	color: #fff!important;
	background: #FF5B37;
}
.main-nav > li.current-menu-parent > a::after,
.main-nav > li.current-menu-ancestor > a::after {
	bottom: 0;
	background: #FF5B37;
	width: 100%;
	opacity: 1;
	position: absolute;
	content: "";
	height: 4px;
	left: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.main-nav > li.current-menu-parent > a::before{
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    display: block;
    font-size: 15px;
    margin-left: 5px;
    position: absolute;
    right: 0px;
    font-weight: 900;
}
.main-nav > li.current_page_item > a::after {
	bottom: 0;
	background: #FF5B37;
	width: 100%;
	opacity: 1;
	position: absolute;
	content: "";
	height: 4px;
	left: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.main-nav > li.menu-item-has-children > a::before{
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    display: block;
    font-size: 14px;
    margin-left: 5px;
    position: absolute;
    right: 0px;
    font-weight: 900;
    line-height: 26px;
}
.main-nav > li.current-menu-parent ul > li.current-menu-item > a {
	color: #fff;
	background:#FF5B37;
}
.main-nav > li .sub-menu li a {
    display: block;
    padding: 10px 15px;
    clear: both;
    white-space: nowrap;
    color: #2d3b48;
    -webkit-transition: none;
    transition: none;
    width: 100%;
}
.main-nav > li > .sub-menu > li.current-menu-item > a {
	color: #fff;
}
.main-nav > li .sub-menu li.current-menu-item a ul li a {
	color: #2d3b48;
}
.main-nav > li .sub-menu li a ul li.current-menu-item a {
	color: #fff!important;
}


.copyright-text p{
    margin-bottom: 0;
}
.footer a{
    color: #b5b5b5;
}
.footer a:hover{
    color: #FF3115;
}
.fa.fa-fw.fa-eye.field-icon.toggle-password {
    position: absolute;
    z-index: 2;
    color: #ccc;
    top: 15px;
    right: 12px;
}
.password_field{
    position:relative;
}
.fr-sign-form .field-icon {
    position: absolute;
    z-index: 2;
    color: #ccc;
    top: 35%;
    right: 12px;
}
span.terms_conditions a {
    color: #ff3115;
    font-weight: 500;
    font-size: 16px;
}
.bubbles {
    display: none;
}
.btn-loading > .bubbles {
    font-size: 7px;
    position: relative;
    bottom: 3px;
    left: 3px;
}
.pretty.p-icon .state .icon{
    border: 1px solid #e8e8e8;
    background: #fff;
}
.pretty.p-icon .state .icon:before{
    font-size: 11px;
}
.pretty input:checked~.state.p-warning .icon{
    color: #ff5b37;
    stroke: #ff5b37;
}
.fr-sign-form label.radio {
    cursor: pointer;
    width: 100%;
}
.fr-sign-form label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none;
}
.fr-sign-form label.radio span {
    padding: 10px 20px;
    border: 1px solid #FF5B37;
    display: inline-block;
    color: #FF5B37;
    width: 100%;
    text-align: center;
    font-weight: 500;
     border-radius: 5px;
    text-transform: uppercase;
}
.fr-sign-form label.radio input:checked + span {
    background-color: #FF5B37 !important;
    border-color: #FF5B37;
    color: #fff;
}
.account-page .content,.page-template-page-login .content,
.page-template-page-forgotpassword .content {
    padding: 60px 0 60px;
}
.form-group.register-type {
    display: flex;
    flex-wrap: wrap;
}   
.register-type-btn {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.form-group.register-type .register-type-btn:last-child {
    margin-left: 26px;
}
#signup-form .has-feedback .smk-error-msg,
#signin-form .has-feedback .smk-error-msg,
#fl-forget-form .has-feedback .smk-error-msg{
    position: relative;
    text-align: left;
    margin-top: 10px;
    display: block;
    color:#ff0100;
}
form#signup-form .form-focus,form#signin-form .form-focus,
#fl-forget-form .form-focus {
    height: auto;
}
.form-group.form-focus.has-feedback.has-error{
    margin-bottom: 10px;
}
.blog {
    border: none;
    background-color: #fff;
    border-radius: unset;
    margin-bottom: 0;
    padding: 0;
}
.post-author img{
    height:28px;
}
.post-author a span{
    text-transform: capitalize;
}
.tags a {
    display: inline-block;
    padding: 6px 15px;
    background-color: #E7E8EA;
    border-radius: 5px;
    font-size: 15px;
    color: #6e727d;
    margin: 0 10px 10px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.tags a:hover {
    background-color: #ff5b37;
    border-color: #ff5b37;
    color: #fff;
}
.blog-comments .comments-list a.comment-reply-link {
    color: #6e727d;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 0px;
    background: #E7E8EA;
    padding: 5px 10px;
    border-radius: 5px;
}
.blog-comments .comments-list a.comment-reply-link:hover{
    background:#fb451d;
    color: #fff;
}
.blog-comments .comments-list a.comment-reply-link i{
    font-size: 10px;
	margin-right: 0.25rem;
}
 
.blog-comments span{
    margin-left: 0;
}
.blog-comments .comments-list span.date{
    font-size:14px;
    font-weight:500;
}
 
.blog-nothing-found a.btn.get-btn {
    display: block;
    margin: 0 auto;
    width: 162px;
    padding: 12px 25px;
    font-size: 14px;
}
.services-grid-icon.active i,
.services-list-icon.active i {
    background: #FF5B37;
    border: 1px solid #FF5B37;
    color: #fff;
}
.settings-header p,.settings-header h3{
    text-align: left;
}
.user-tabs ul{
    border-bottom: 1px solid #f0f0f0;
}
.user-tabs ul li{
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.user-tabs .nav-pills .nav-link.active{
    border-bottom-width: 3px;
    color: #ff5b37;
    background-color: transparent;
    border-bottom-color: #ff5b37;
    border-left: unset;
    border-right: unset;
    border-top: unset;
    border-radius: 0!important;
}
.user-tabs .nav-pills .nav-link{
    border: 0;
    border-bottom: 3px solid transparent;
    color: #6e727d;
    font-weight: 600;
    padding: 20px;
}
.form-group p.light-pink-text{
    font-size: 12px;
    color: #F38247;
    margin-top:0;
}
.upload-btn-wrapper input[type=file] ,input.award_img_btn {
    position: absolute;
    left: 0;
    top: 0px;
    opacity: 0;
    height: 50px;
    z-index: 9;
    cursor: pointer;
}
.upload-btn-wrapper button.file-upload.image-upbtn {
    background: #131135;
    border: 1px solid #131135;
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px;
     font-weight: 500;
    cursor: pointer;
}
.freelance-content .counter-value p{
    margin: 0;
     line-height: unset;
}
i.fa.fa-star.colored {
    color: #febe42;
}
.reviews{
    width:100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 1.5rem 0;
}
.reviews + .reviews {
    padding-top: 1.5rem;
}
.review-content.no-padding {
    display: inline-block;
    width: 70%;
    border-bottom: none;
    padding:0;
}
.review_owner {
	display: flex;
	align-items: center;
	min-width: 25%;
	padding: 5px;
	border-radius: 5px;
	background-color: #FFF5F3;
	margin-left:0px;
	height: 100%;
}
.payment_img img{
    width:100px;
}
table tr td button{
    border:none;
}
table tr td button.projects-btn{
    margin:0;
}
.emp .dropdown-item{
    font-size: 14px;
}
.emp .dropdown-item:hover{
    color: #ff5b37;
}
.emp .dropdown-item .amt {
    float: right;
    color: #ff5b37;
}
.freelancer_list {
    width:100%;
}
.search-filter .irs--round .irs-handle{
    border: 4px solid #ff5b37;
}
.search-filter .irs--round .irs-bar{
    background-color: #EDEDED;
}
.search-filter .irs--round .irs-from,
.search-filter .irs--round .irs-to{
    background-color: #ff5b37;
}
.search-filter .irs--round .irs-from:before, 
.search-filter .irs--round .irs-to:before{
    border-top-color: #ff5b37;
}
.pro-card .skills_wrapper .form-row{
    margin:0;
}
.page-template-page-freelancer-search .freelance-info{
    position:relative;
}
.dashboard-page {
    padding-top: 84px;
}
.header-navbar-rht li.account-item .dropdown-menu.emp.show{
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: translateY(18px);
    -ms-transform: translateY(18px);
    transform: translateY(18px);
     top: 100%;
    right: 0px;
    left: auto;
}
.header-navbar-rht .user_info {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    text-transform: capitalize;
    font-weight: normal;
    padding-right: 10px;
}
.header-navbar-rht .user_info small{
    color: #6e727d;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 6px auto;
    text-align: center
}
.alignleft {
    float: left;
    margin-bottom: 6px!important;
    margin-left: 0;
    margin-right: 24px;
    margin-top: 6px
}
.alignright {
    float: right;
    margin-bottom: 6px!important;
    margin-left: 24px;
    margin-right: 0;
    margin-top: 6px
}
.wp-caption {
    max-width: 100%;
}
.wp-caption-text {
    color: #686868;
    font-style: italic;
    font-weight: 500;
    line-height: 17px;
    margin: 6px 0 26px;
    text-align: left
}
.screen-reader-text {
    display: none;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 14px;
    margin: 0 0 12px
}
.commentlist .bypostauthor {
    border-top: 10px solid #e18728;
}
.commentlist li ul.children li.bypostauthor {
    border-top: 10px solid #e18728;
}
span.text {
    margin-left: 0.25rem;
}
.page-template-page-freelancer-search .content,
.page-template-page-project-search .content{
    padding: 60px 0 60px;
}
.mb-30{
    margin-bottom: 1.5rem;
}


.add-listing-section .dropzone {
    position: relative;
    border: 2px dashed #d0d0d0;
    border-radius: 3px;
    background: #fcfcfc;
    transition: all 0.3s linear;
    margin-bottom: 1.5rem;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    min-height: 150px;
    background: white;
    padding: 20px 20px;
}
.add-listing-section .dropzone:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background-color: #4c40ed;
    background: #4c40ed;
    opacity: 0;
    z-index: 10;
    transition: all 0.3s linear;
    border-radius: 3px;
}
.add-listing-section .dropzone .dz-message {
    text-align: center;
    margin: 50px 0;
    font-size: 17px;
    color: #888;
    transition: all 0.3s linear;
    position: relative;
    z-index: 11;
}

.add-listing-section .dropzone:hover:before {
    opacity: 0.2;
}
.add-listing-section .dropzone.dz-started .dz-message {
    display: none;
}
.add-listing-section .dropzone .dz-preview.dz-image-preview {
    background: white;
}

.dropzone .dz-preview {
    position: relative;
    z-index: 12;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}
.add-listing-section .dropzone .dz-preview.active-thumb:before {
    opacity: 1;
    display: block;
}
.add-listing-section .dropzone .dz-preview:before {
    content: "\f005";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    background-color: #fff;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    left: 7px;
    top: 7px;
    color: #ff9b00;
    opacity: 0;
    transition: 0.2s;
}

.add-listing-section .dropzone .dz-preview .dz-image {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    transition: all 0.3s;
    display: block;
    z-index: 10;
}
.add-listing-section .dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2.6em 1em;
    text-align: center;
    color: #fff;
}
.add-listing-section .dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}
.add-listing-section .dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: 18px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}
.add-listing-section .dropzone .dz-preview .dz-progress .dz-upload {
    background: #00a335;
    background: linear-gradient(to bottom, #1fc053, #019932);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    margin: 0px;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
.add-listing-section .dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    font-size: 13px;
    top: 160px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    border-radius: 4px;
    padding: 10px 15px;
    line-height: 18px;
    color: white;
}
.add-listing-section .dropzone .dz-preview .dz-error-message span {
    margin: 0px;
}
.add-listing-section .dropzone .dz-preview.dz-success:not(.dz-error) .dz-success-mark {
    opacity: 0;
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.add-listing-section .dropzone .dz-preview.dz-image-preview.dz-complete .dz-success-mark {
    opacity: 0;
}
.add-listing-section .dropzone .dz-preview.dz-image-preview .dz-success-mark {
    opacity: 1;
}
.add-listing-section .dropzone .dz-preview .dz-success-mark, .add-listing-section .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -40px;
}
.add-listing-section .dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    border: none;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    border-radius: 0 0 3px 3px;
    padding: 5px;
}