/*-----------------
	1. General
-----------------------*/

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Italic.woff2') format('woff2'),
        url('/fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Light.woff2') format('woff2'),
        url('/fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-ExtraLight.woff2') format('woff2'),
        url('/fonts/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
        url('/fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-BlackItalic.woff2') format('woff2'),
        url('/fonts/Montserrat-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Black.woff2') format('woff2'),
        url('/fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-MediumItalic.woff2') format('woff2'),
        url('/fonts/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Thin.woff2') format('woff2'),
        url('/fonts/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-LightItalic.woff2') format('woff2'),
        url('/fonts/Montserrat-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('/fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Bold.woff2') format('woff2'),
        url('/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('/fonts/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Regular.woff2') format('woff2'),
        url('/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Medium.woff2') format('woff2'),
        url('/fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
        url('/fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-ThinItalic.woff2') format('woff2'),
        url('/fonts/Montserrat-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('/fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('/fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

:root {
	--color-bg: #F5F5F5;
	--color-black: #111111;
	--color-black-hover: #161C2D;
	--color-blue: #496AF1;
	--color-blue-hover: #3954bf;
	--color-white: #ffffff;
	--color-white-hover: #f7f7f7;
	--color-green: #009464;
	--column-width: 1240px;
	--offset: calc(50% - (var(--column-width) / 2));
}

@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: #55545b;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9375rem;
    height: 100%;
    overflow-x: hidden;
}

.body-two .container {
    max-width: 1140px;
}

.body-three .container,
.body-four .container,
.body-five .container {
    max-width: 1200px;
}

.body-two {
    background-color: #fff;
    color: #1F1F1F;
    font-size: 16px;
}

.body-three {
    background-color: #fff;
    color: #000;
    font-size: 16px;
}

.body-four {
    background-color: #fff;
    color: #19283E;
    font-size: 16px;
}

.body-five {
    background-color: #1F1C1C;
    color: #000;
    font-size: 16px;
}

.body-two h1,
.body-two h2,
.body-two h3,
.body-two h4,
.body-two h5 {
    color: #1F1F1F;
}

.body-four h1,
.body-four h2,
.body-four h3,
.body-four h4,
.body-four h5 {
    color: #1B1B43;
}

.body-two a:hover {
    color: #EFAA46;
}

h1, h2, h3, h4, h5, h6 {
    color: #161c2d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.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;
}

label {
    color: #161c2d;
}

a {
    color: #161c2d;
    text-decoration: none;
}

a:hover {
    color: var(--color-blue);
}

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;
}

.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.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: var(--color-blue);
    border-color: var(--color-blue);
}

.btn-primary {
    color: #fff;
    background-color: var(--color-blue);
    border-color: var(--color-blue);
}

.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: #000000;
}

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 rgba(0, 0, 0, 0.03);
}

.table td, .table th {
    padding: 1rem 0.75rem;
}

.table thead tr th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table tbody tr {
    border-bottom: 1px solid rgb(0 0 0 / 12%);
}

.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 rgba(0, 0, 0, 0.05) !important;
}

.table-bordered th,
.table-bordered td {
    border-color: rgba(0, 0, 0, 0.05);
}

.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 #e2e5e8;
    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: var(--color-blue) !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: var(--color-blue) !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: #0dcaf0 !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;
}

.bg-secondary,
.badge-secondary {
    background-color: #6c757d !important;
    color: #fff !important;
}

.text-primary,
.dropdown-menu > li > a.text-primary {
    color: var(--color-blue) !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: var(--color-blue) !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: #757575 !important;
}

.btn-primary {
    background-color: var(--color-blue);
    border: 1px solid var(--color-blue);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-color: var(--color-blue);
    border: 1px solid var(--color-blue);
    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: var(--color-blue);
    border: 1px solid var(--color-blue);
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
    background-color: var(--color-blue);
    border-color: var(--color-blue);
    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: var(--color-blue);
    border-color: var(--color-blue);
    color: #fff;
    opacity: 0.8;
}

.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 !important;
    border: 1px solid #ff0100 !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    background-color: #e63333 !important;
    border: 1px solid #e63333 !important;
}

.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 !important;
    border: 1px solid #e63333 !important;
}

.btn-danger.active:not(:disabled):not(.disabled),
.btn-danger:active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
    background-color: #e63333 !important;
    border-color: #e63333 !important;
    color: #fff !important;
}

.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 !important;
}

.btn-danger.disabled, .btn-danger:disabled {
    background-color: #f62d51 !important;
    border-color: #f62d51 !important;
    color: #fff !important;
}

.btn-unpublish {
    background-color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
}

.btn-unpublish:hover {
    background-color: #a50000 !important;
}

.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: var(--color-blue);
    border-color: var(--color-blue);
}

.btn-outline-primary:hover {
    background-color: var(--color-blue);
    border-color: var(--color-blue);
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: none;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: var(--color-blue);
    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: var(--color-blue);
    border-color: var(--color-blue);
}

.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: var(--color-blue);
    border-color: var(--color-blue);
}

.pagination > li > a,
.pagination > li > span {
    color: var(--color-blue);
}

.page-link:hover {
    color: var(--color-blue);
}

.page-link:focus {
    box-shadow: unset;
}

.page-item.active .page-link {
    background-color: var(--color-blue);
    border-color: var(--color-blue);
}

.card {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(204, 204, 204, 0.25);
    margin-bottom: 30px;
}

.card-body {
    padding: 1.5rem;
}

.card-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 1rem 1.5rem;
}

.card-footer {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 1rem 1.5rem;
}

.card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.card .card-header .card-title {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 20px;
    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: #09e5ab;
    color: #fff;
    border: 1px solid #09e5ab;
    padding: 8px 16px !important;
    transition: .5s;
}

.slider-btn:hover {
    background: #fff;
    color: #09e5ab;
    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;
}

/*-----------------
	5. Nav Tabs
-----------------------*/

.nav-tabs {
    border-bottom: 1px solid #f0f0f0;
}

.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 {
    border-bottom-color: #ddd;
}

.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: var(--color-blue);
}

.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: var(--color-blue);
    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;
}

.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: #f9f9f9;
    border-color: #f9f9f9;
    color: inherit;
}

.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: var(--color-blue);
    border: 1px solid var(--color-blue);
    padding: 0.75rem 1rem;
}

.user-tabs .nav-pills .nav-link.active, .user-tabs .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--color-blue);
    border: 1px solid var(--color-blue);
}

/*-----------------
	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: 12px;
    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;
}

.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: #bbb;
}

.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 30px;
    align-items: center;
}

.modal-body {
    padding: 30px;
}

.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 var(--color-blue);
    border-radius: 50%;
    color: var(--color-blue);
    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: var(--color-blue);
    overflow: hidden;
}

/*-----------------
	7. Components
-----------------------*/

.comp-header {
    margin-bottom: 1.875rem;
}

.comp-header .comp-title {
    color: #161c2d;
}

.line {
    background-color: var(--color-blue);
    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;
}

/*-----------------
	8. 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 {
    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;
    border: 1px solid #e3e3e3;
} */

.home-page .header {
    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;
    margin-bottom: 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;
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav > li.active > a {
    color: var(--color-blue);
}

.main-nav > li.active > a::after {
    bottom: 0;
    background: var(--color-blue);
    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: var(--color-blue);
}

.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;
    font-weight: 500;
    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 var(--color-blue);
    outline: none;
    height: 39px;
    border-radius: 5px 0 0 5px;
}

.togglesearch button {
    background: var(--color-blue);
    color: #fff;
    border: 1px solid var(--color-blue);
    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: #000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}

.header-navbar-rht {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-right: 2px;
}

.header-navbar-rht li.searchbar {
    width: 30px;
    height: 30px;
    background: var(--color-blue);
    border-radius: 50%;
    border: 1px solid var(--color-blue);
    position: relative;
    cursor: pointer;
}

.header-navbar-rht li a {
    color: #161c2d;
    font-weight: 500;
    font-size: 16px;
}

.header-navbar-rht li a:hover, .header-navbar-rht li a:focus {
    color: var(--color-blue);
}

.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: var(--color-blue);
    border-color: var(--color-blue);
    border-radius: 50px;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0px 10px 30px 0px rgba(255, 91, 55, 0.36);
}

.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;
}

.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;
}

.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;
}

.header-navbar-rht .account-item .emp .dropdown-item:hover {
    color: var(--color-blue);
}

.header-navbar-rht .account-item .emp .dropdown-item i {
    font-size: 14px;
    margin-right: 5px;
}

.header-navbar-rht .account-item .emp .dropdown-item.bal {
    padding-left: 25px;
}

.header-navbar-rht .account-item .emp .dropdown-item .amt {
    float: right;
    color: var(--color-blue);
}

.header-navbar-rht .signout-btn {
    background-color: var(--color-blue);
    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: #161c2d;
    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;
}

.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: 10px;
}

.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: #000;
}

.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: var(--color-blue);
    background-color: transparent;
}

.dot-menu .dropdown-toggle::after {
    content: none;
}

/*-----------------
	8. Header Two
-----------------------*/

.header-two .main-nav li a,
.header-two .header-navbar-rht li a {
    color: #fff;
}

.header-two.sticky .main-nav li a,
.header-two.sticky .header-navbar-rht li a {
    color: #000;
}

.header-two .main-nav > li.active > a::after {
    top: 53px;
    height: 2px;
    background: #fff;
}

.header-two.sticky .main-nav > li.active > a::after {
    background: #000;
}

.header-two .main-nav > li.active > a {
    color: #EFAA46;
}

.header-two .main-nav > li > a:hover {
    color: #EFAA46;
}

.register-bg,
.login-bg {
    margin-right: 10px;
}

.register-bg i,
.login-bg i {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: #EFAA46;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-border {
    border-bottom: 1px solid #FFFFFF;
}

.header-two .header-navbar-rht .login-btn {
    background-color: #287E74;
    border-color: #287E74;
    min-width: 141px;
    padding: 8px 6px;
    text-transform: none;
    text-align: center;
    font-size: 16px;
    box-shadow: none;
}

.header-two.sticky .header-navbar-rht .login-btn {
    color: #fff;
}

.header-two .main-nav > li .submenu li a:hover {
    background-color: #EFAA46;
}

.header-two .main-nav .has-submenu.active .submenu li.active > a {
    background-color: #EFAA46;
}

/*-----------------
	8. Header Three
-----------------------*/

.header-three .logo img {
    width: 162px;
}

.header-three .main-nav > li.active > a::after {
    display: none;
}

.header-three .header-navbar-rht .login-btn {
    background-color: #2567E6;
    border-color: #2567E6;
    min-width: 172px;
    padding: 9px 6px;
    border-radius: 10px;
    text-transform: none;
    text-align: center;
    font-size: 16px;
    box-shadow: none;
}

.header-three .header-navbar-rht .login-btn:hover {
    background-color: #1b50b7;
    border-color: #1b50b7;
}

.header-three .header-navbar-rht .log-btn:hover {
    background-color: #03976a;
    border-color: #03976a;
}

.header-three .header-navbar-rht .log-btn {
    background-color: #00B881;
    border-color: #00B881;
    min-width: 123px;
    padding: 9px 6px;
    border-radius: 10px;
    text-transform: none;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.header-three .header-navbar-rht .reg-btn {
    color: #00B881;
}

.header-three .main-nav > li.active > a {
    color: #2567E6;
}

.header-three .main-nav > li .submenu li a:hover,
.header-three .main-nav .has-submenu.active .submenu li.active > a {
    background-color: #2567E6;
}

.header-three .main-nav > li > a:hover {
    color: #2567E6;
}

.header-three {
    padding-top: 30px;
    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;
}

.header-three.sticky {
    padding-top: 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;
}

/*-----------------
	8. Header Four
-----------------------*/

.header-four {
    background: #fff;
    top: 0;
}

.header-four .header-navbar-rht .login-btn,
.header-four .header-navbar-rht .login-btn:hover {
    background: linear-gradient(101.19deg, #A64AC9 0%, #00C4CF 100%);
    border-radius: 10px;
    border: 0;
    box-shadow: none;
    text-transform: none;
    font-size: 16px;
    min-width: 165px;
    padding: 13px 10px;
    color: #fff;
}

.header-four .main-nav .has-submenu.active .submenu li.active > a,
.header-four .main-nav > li .submenu li a:hover {
    background-color: #00C4CF;
}

.header-four .main-nav li a,
.header-four .header-navbar-rht li a {
    color: #19283E;
}

.header-four .main-nav > li.active > a {
    color: #00C4CF;
}

.header-four .main-nav > li > a:hover {
    color: #00C4CF;
}

.header-four .header-navbar-rht li a:hover,
.header-four .header-navbar-rht li a:focus {
    color: #00C4CF;
}

.sign-page {
    background: #F6F6F7;
    border-radius: 10px;
    min-width: 206px;
    padding: 10px 10px;
    margin-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-page li {
    padding: 0px 10px;
}

.header-four .header-navbar-rht li {
    margin-right: 0px;
}

.header-four .main-nav > li.active > a::after {
    display: none;
}

/*-----------------
	8. Header Five
-----------------------*/

.header-five .main-nav li a,
.header-five .header-navbar-rht li a {
    color: #fff;
}

.header.header-five.sticky {
    background: #000;
    border-bottom: 1px solid #fff;
}

.header-five .main-nav > li.active > a::after {
    display: none;
}

.header-five .header-navbar-rht .login-btn {
    background: #316BDA;
    border-radius: 100px;
    border: 0;
    box-shadow: none;
    text-transform: none;
    font-size: 16px;
    min-width: 172px;
    padding: 10px 10px;
    color: #fff;
}

.header-five .header-navbar-rht .login-btn:hover,
.header-five .header-navbar-rht .log-btn:hover {
    background: #2050ab;
}

.header-five .header-navbar-rht .log-btn {
    background: #316BDA;
    border-radius: 100px;
    border: 0;
    box-shadow: none;
    text-transform: none;
    font-size: 16px;
    min-width: 123px;
    padding: 10px 10px;
    color: #fff;
}

.header-five .logo img {
    width: 162px;
}

.header-five .main-nav .has-submenu.active .submenu li.active > a {
    background-color: #316BDA;
}

.header-five .main-nav > li .submenu li a:hover {
    background-color: #316BDA;
}


/*-----------------
	9. 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: #fff4f0;
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    border-bottom: 1px solid #f7d0c6;
    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: 30px;
}

html.menu-opened body {
    overflow: hidden;
}

.footer-bottom .social-icon {
    padding-right: 15px;
}

.social-icon ul {
    display: inline-flex;
    display: -ms-inline-flexbox;
    list-style: none;
    margin: 0;
    padding: 0;
}

html.menu-opened body:before,
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;
}

/*-----------------
	10. Home
-----------------------*/

.home-banner {
    background-image: url(../images/banner2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 84px;
}

.banner-img {
    float: right;
    padding: 90px 0;
}

.banner-content .rating .checked {
    color: #FFB800;
}

.banner-content .rating h5 {
    padding-left: 15px;
}

.banner-content h5 {
    font-weight: 500;
    font-size: 16px;
    color: #161c2d;
    text-transform: uppercase;
}

.banner-content h1 {
    font-weight: bold;
    font-size: 70px;
    color: #161c2d;
    margin-bottom: 20px;
}

.banner-content h1 .orange-text {
    font-weight: 700;
    color: var(--color-blue);
}

.banner-content p {
    font-size: 20px;
}

.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;
}

.banner-content .input-group .form-control::placeholder {
    color: #000;
}

.banner-content .input-group .input-group-prepend {
    margin-right: 0;
}

.banner-content .form-control {
    background: #fff;
    border-radius: 40px;
    border: 0;
    height: 70px;
    color: #000;
    font-size: 18px;
}

.drop-detail {
    width: 165px;
    display: flex;
    align-items: center;
}

.banner-content .select2-container {
    border-right: 1px solid #CFCFCF;
    width: 99% !important;
    z-index: unset;
}

.banner-content .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    padding: 0 25px;
}

.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: var(--color-blue);
    border-radius: 50px !important;
    font-weight: bold;
    border: 1px solid var(--color-blue);
    height: 64px;
    margin: 3px;
    font-size: 18px;
    line-height: 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: var(--color-blue);
    border-radius: 130px;
    border-color: var(--color-blue);
    font-weight: bold;
    padding: 14px 42px;
    color: #fff;
    margin-right: 10px;
    text-transform: uppercase;
}

.get-btn:hover {
    color: #fff;
    background-color: #fb451d;
    border-color: #fb451d;
}

.courses-btn {
    background: #131135;
    border-radius: 130px;
    font-weight: bold;
    padding: 12px 39px;
    color: #fff;
    text-transform: uppercase;
}

.courses-btn:hover {
    color: #fff;
    background-color: var(--color-blue);
    border-color: var(--color-blue);
}

.feature {
    position: relative;
    padding-bottom: 20px;
    background-image: url(../images/bg/bg-07.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 60%;
    padding-top: 50px;
}

.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: var(--color-blue);
}

.comp-project:before {
    content: "";
    position: absolute;
    margin: -32px;
    width: 70px;
    top: 0;
    right: 0;
    height: 64px;
    border-radius: 50%;
    background-color: var(--color-blue);
}

.feature .feature-icon {
    margin-bottom: 25px;
    position: relative;
    min-height: 78px;
}

.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: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.feature .feature-content p {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    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/bg-08.png) top center no-repeat;
}

.work-box {
    padding: 0;
    overflow: hidden;
}

.bg1 {
    background: var(--color-blue);
    background-image: url(../images/bg/project-bg.png);
    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);
}

.bg2 {
    background: #FFF5F3;
    background-image: url(../images/bg/work-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 270px;
}

.bg2:before {
    content: "";
    position: absolute;
    margin: -32px;
    width: 70px;
    top: 0;
    left: 0;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(255, 230, 224, 0.7);
}

.work-content {
    width: 74%;
    padding: 70px 50px;
}

.work-content h2 {
    font-weight: bold;
    font-size: 38px;
    text-transform: uppercase;
    color: #FFEFEB;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 25px;
}

.work-content h2 span {
    display: block;
}

.bg2 .work-content h2 {
    color: #161c2d;
}

.work-content h2:after {
    content: "";
    width: 35px;
    height: 8px;
    background: #fff;
    left: 0px;
    right: 0;
    bottom: 0;
    position: absolute;
    border-radius: 170px;
}

.bg2 .work-content h2:after {
    background: var(--color-blue);
}

.work-content p {
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    margin-bottom: 25px;
}

.bg2 .work-content p {
    color: #161c2d;
}

.work-content .long-arrow {
    width: 64px;
    height: 64px;
    background: #FFFAF9;
    color: var(--color-blue);
    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(../images/bg/bg-01.png), url(../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: var(--color-blue);
}

.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: 50px;
}

.section-line {
    width: 35px;
    height: 8px;
    background: var(--color-blue);
    border-radius: 5px;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
}

.header-title {
    color: #161c2d;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    font-size: 42px;
}

.section-header h5 {
    font-size: 21px;
    color: var(--color-blue);
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
}

.section-header p {
    font-weight: 500;
    font-size: 21px;
    color: #55545b;
    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: var(--color-blue);
    border: 3px solid var(--color-blue);
    color: #fff;
    transition: all 0.3s ease;
}

.right-arrow {
    height: 20px;
    width: 20px;
    background: #fff;
    color: var(--color-blue);
    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;
}

.projects {
    position: relative;
    padding: 80px 0;
    background: #fff;
    background-image: url(../images/bg/bg-03.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 320px;
}

.project-item {
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: 10px 14px 5px rgba(255, 204, 193, 0.1);
    margin-bottom: 30px;
    width: 100%;
}

.project-item:hover .project-icon {
    border-color: #FFCCC1;
}

.project-img {
    overflow: hidden;
    padding: 3px 3px 0 3px;
}

.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;
    width: 5px;
    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: #ECECEC;
    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: bold;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color-blue);
    margin-bottom: 0;
}

.project-content h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #6e727d;
    margin-bottom: 0;
}

.project-content h5 a {
    color: #6e727d;
}

.project-content h5 a:hover {
    color: var(--color-blue);
}

.developer {
    position: relative;
    padding: 80px 0 50px;
    background-image: url(../images/bg/bg-04.png), url(../images/bg/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: var(--color-blue);
    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: var(--color-blue);
    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: var(--color-blue);
    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: var(--color-blue);
    padding: 80px 0;
    position: relative;
    color: #fff;
    background-image: url(../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: 15px;
}

.subscribe p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

.subscribe .form-inner {
    padding: 3px;
    background-color: #FFFBFB;
    border-radius: 40px;
    width: 100%;
}

.subscribe .input-group {
    background: #FFFBFB;
    border-radius: 40px;
}

.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;
}

.review {
    background: #FFF8F8;
    padding: 80px 0;
}

.review-blog {
    background-color: #fff;
    padding: 30px;
    position: relative;
    border: 1px solid #FFEEEA;
    box-shadow: 0px 4px 4px #F6FFFD;
    border-radius: 5px;
}

.review-blog .review-content {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 0px;
}

.review-blog .review-img img {
    width: 100px;
    border-radius: 50%;
    margin-right: 20px;
}

.review-info h3 {
    font-size: 20px;
    font-weight: bold;
    color: #161c2d;
}

.review-info h5 {
    font-size: 13px;
    color: #6e727d;
    margin-bottom: 10px;
    font-weight: 500;
}

.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 {
    font-size: 16px;
    margin: 0;
    color: #161c2d;
    line-height: 26px;
}

.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/bg-03.png), url(../images/bg/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: var(--color-blue);
}

.news-content a.read {
    font-weight: 600;
    font-size: 14px;
    color: var(--color-blue);
}

.news .see-all {
    margin-top: 20px;
    text-align: center;
}

.clients {
    padding-top: 50px;
}

.client-img {
    text-align: center;
}

.job-counter {
    padding: 60px 0;
    background: var(--color-blue);
}

.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-weight: 500;
    font-size: 30px;
    color: #161c2d;
    margin-bottom: 17px;
    font-weight: 600;
}

.about-content p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
}

.orange-text {
    color: var(--color-blue);
}

.learn-btn {
    background: #131135;
    border-radius: 150px;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 32px;
    color: #fff;
}

.learn-btn:hover {
    color: #fff;
    background: var(--color-blue);
}

.expert {
    padding: 80px 0;
    text-align: center;
    background-image: url(../images/bg/about-bg.png);
    background-size: cover;
}

.expert h5 {
    font-weight: 600;
    font-size: 18px;
    color: var(--color-blue);
}

.expert h2 {
    font-size: 32px;
    color: #161c2d;
    margin-bottom: 25px;
}

.expert p {
    font-size: 16px;
    color: #161c2d;
}

.expert .btn-item {
    margin-top: 50px;
}

.agency {
    position: relative;
}

.agency-box {
    padding: 0;
    overflow: hidden;
}

.black-bg {
    background: #131135;
}

.agency-content h2 {
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    position: relative;
    margin-bottom: 25px;
    line-height: 36px;
}

.agency-content p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
}

.agency-content {
    padding: 0 100px;
}

.agency-content .learn-btn {
    background: var(--color-blue);
}

.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);
}

/*-----------------
	10. Home Two
-----------------------*/

.home-two {
    background-image: url(../images/banner-01.jpg);
}

.home-two .banner-content h1 {
    font-size: 48px;
    max-width: 530px;
    color: #fff;
}

.home-two .banner-content h1 span {
    color: #EFAA46;
}

.home-two .banner-content p {
    color: #fff;
    margin-bottom: 63px;
}

.home-two .banner-content .sub-btn {
    font-size: 14px;
    text-transform: capitalize;
    background: #287E74;
    border: 1px solid #287E74;
    min-width: 143px;
    height: 49px;
}

.home-two .banner-content .form-inner {
    border: 1px solid #fff;
    padding: 10px;
}

.home-two .banner-content .form-control {
    height: 55px;
}

.home-two .banner-content .select2-container {
    border-left: 1px solid #000000;
    border-right: 0;
}

.home-two .form-control::-webkit-input-placeholder {
    color: #1F1F1F;
    font-size: 14px;
}

.home-two .form-control::-moz-placeholder {
    color: #1F1F1F;
    font-size: 14px;
}

.home-two .form-control:-ms-input-placeholder {
    color: #1F1F1F;
    font-size: 14px;
}

.home-two .form-control::-ms-input-placeholder {
    color: #1F1F1F;
    font-size: 14px;
}

.home-two .form-control::placeholder {
    color: #1F1F1F;
    font-size: 14px;
}

.home-two .banner-content .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #1F1F1F;
}

.icon-search {
    display: flex;
    align-items: center;
    font-size: 22px;
    width: 35px;
    justify-content: center;
    color: #EFAA46;
}

.feature-two {
    background: none;
    min-height: 155px;
}

.feature-two .feature-icon::before,
.feature-two .comp-project:before,
.feature-two .freelance-count:before {
    display: none;
}

.feature-two .feature-icon {
    margin-bottom: 0;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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-two .feature-item {
    overflow: inherit;
    background: #287E74;
    border: 0;
}

.feature-two .feature-bg {
    background: #EFAA46;
}

.feature-border {
    border: 1px solid #EFAA46;
}

.feature-two .feature-content h3 {
    margin-bottom: 0;
}

.feature-group {
    margin-bottom: 35px;
}

.feature-position {
    position: absolute;
    width: 100%;
    top: -59px;
}

.feature-two .feature-content h3 {
    color: #fff;
    font-size: 36px;
}

.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;
}

.section-header-two {
    margin-bottom: 20px;
    display: flex;
}

.section-header-two .header-title {
    margin-bottom: 0px;
}

.section-header-two .header-title span,
.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,
.home-two .btn-primary:hover,
.header-two .login-btn: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: #000;
    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;
}

.projects-two {
    padding: 80px 0px 55px;
}

.projects-two .project-item {
    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;
}

.projects-two .project-item:hover {
    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;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 20%);
}

.projects-two .project-img {
    border-radius: 10px 10px 0 0;
    padding: 0;
}

.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: #000;
    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;
}

.free-two .favourite.blue-active i {
    animation: size .4s;
    color: #00B881;
    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;
}

.news-two {
    background: rgba(40, 126, 116, 0.05);
    padding: 80px 0px 55px;
}

.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: #000000;
    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;
}

.review-two {
    background: #fff;
    padding: 80px 0 180px;
}

.review-two-blog {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 16px;
}

.review-two-blog .review-info span {
    color: #287E74;
}

.testimonial-section.review-two .owl-nav {
    bottom: inherit;
    left: -5px;
    right: inherit;
    margin-top: 40px;
}

.testimonial-section.review-two .owl-carousel .owl-nav button.owl-next,
.testimonial-section.review-two .owl-carousel .owl-nav button.owl-prev,
.testimonial-section.review-two .owl-carousel button.owl-dot {
    width: 50px;
    height: 50px;
    border-radius: 50px !important;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
}

.testimonial-section.review-two .owl-carousel .owl-nav button.owl-next i,
.testimonial-section.review-two .owl-carousel .owl-nav button.owl-prev i,
.testimonial-section.review-two .owl-carousel button.owl-dot i {
    color: #3D3D3D;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    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;
}

.testimonial-section.review-two .owl-carousel .owl-nav button.owl-next:hover i,
.testimonial-section.review-two .owl-carousel .owl-nav button.owl-prev:hover 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;
}

.testimonial-section.review-two .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #EFAA46;
}

.testimonial-two .review-blog .review-img img {
    width: 180px;
    margin-right: 15px;
}

.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;
}

.testimonial-two .owl-item.active {
    width: 840px !important;
    opacity: 1;
}

.testimonial-two .owl-item {
    opacity: .5;
}

.testimonial-two .owl-stage {
    transition: 0.8s !important;
}

/*-----------------
	10. Home Three
-----------------------*/

.home-three {
    background-image: url(../images/banner3.png);
    min-height: 725px;
}

.home-three:before {
    content: "";
    position: absolute;
    background: #02D797;
    border-radius: 0px 0px 19px 0px;
    height: 100%;
    width: 19px;
    top: 0;
}

.get-the-project {
    min-height: 630px;
}

.home-three .banner-content h1 {
    font-size: 48px;
    max-width: 550px;
    line-height: 1.4;
}

.home-three .banner-content h5 {
    margin: 25px 0px 15px;
    color: #6B6B6B;
    font-size: 22px;
}

.home-three .banner-content .rating .checked {
    color: #00B881;
    font-size: 26px;
    margin-right: 10px;
}

.home-three .banner-content h1 .orange-text {
    font-weight: 700;
    color: #2567E6;
}

.home-three .banner-content .sub-btn {
    min-width: 112px;
    padding: 7px 10px;
    height: 43px;
    text-transform: capitalize;
    font-size: 16px;
    background: #00B881;
    border-radius: 10px !important;
    border: 1px solid #00B881;
}

.home-three .banner-content .form-control {
    height: 50px;
}

.home-three .banner-content .form-inner {
    background-color: #fff;
    box-shadow: 0px 16px 18px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 0;
}

.home-three .banner-content .select2-container {
    border-right: 1px solid #00B881;
}

.home-three .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #00b881 transparent
}

.work-three {
    position: relative;
    padding: 80px 0px 155px;
}

.work-three:before {
    content: "";
    position: absolute;
    background: #5D94FF;
    border-radius: 19px 0px 0px 19px;
    height: 700px;
    width: 19px;
    top: 0;
    right: 0;
}

.need-position {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: -71px;
}

.perfect-img {
    text-align: center;
}

.view-face .btn-primary {
    background-color: #00B881;
    border: 1px solid #00B881;
    min-width: 48px;
    padding: 10px 5px;
}

.view-face .btn-primary:hover {
    background-color: #0a936a;
    border: 1px solid #0a936a;
}

.view-work .btn-primary:hover {
    background-color: #1652c5;
    border: 1px solid #1652c5;
}

.view-work .btn-primary {
    background-color: #2567E5;
    border: 1px solid #2567E5;
    min-width: 48px;
    padding: 10px 5px;
}

.work-three-widget {
    background: #F9FCFF;
    border: 2px dashed rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 40px;
}

.perfect-group h2 {
    font-size: 24px;
    line-height: 1.4;
    position: relative;
    padding-bottom: 10px;
}

.perfect-group h2:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 3px;
    background: #2567E6;
    bottom: 0;
}

.perfect-group h2:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 3px;
    background: #00CF91;
    bottom: 0;
    left: 90px;
}

.perfect-group p {
    font-size: 18px;
    margin-bottom: 18px;
}

.work-five .perfect-group p {
    color: #fff;
}

.work-to h2 {
    max-width: 200px;
}

.feature-three {
    padding: 80px 0px 65px;
    background: transparent;
}

.section-three h2 {
    color: #00B881;
    font-size: 36px;
    margin-bottom: 0px;
    line-height: 1.5;
}

.section-three {
    margin-bottom: 38px;
}

.section-three h2 span {
    color: #2567E6;
}

.feature-three .freelance-count:before,
.feature-three .comp-project:before {
    display: none;
}

.feature-three .feature-icon::before {
    background: transparent;
}

.feature-three .feature-item {
    background: #F9FCFF;
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: none;
    padding: 40px;
    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-three .feature-item:hover {
    cursor: pointer;
    background: #00B881;
    border: 2px solid #00B881;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 20%);
    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-three .feature-item:hover .feature-content h3,
.feature-three .feature-item:hover .feature-content p,
.feature-three .feature-item:hover .feature-icon {
    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;
}

.feature-three .feature-icon {
    min-height: 63px;
    margin-bottom: 35px;
    display: flex;
    font-size: 50px;
    color: #2567e6;
    align-items: center;
    justify-content: center;
}

.feature-three .feature-content h3 {
    color: #2567E6;
    font-size: 42px;
    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-three .feature-content p {
    color: #696969;
    font-size: 20px;
    font-weight: 500;
    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;
}

.projects-three {
    background: #F9FCFF;
    padding: 0;
}

.project-back {
    background: url(../images/inspired-bg.png) no-repeat center;
    padding: 80px 0px 90px;
}

.projects-three .project-img {
    padding: 10px;
    padding-bottom: 0;
}

.develop-role {
    padding: 12px;
    background: #00B881;
    border-radius: 0px 0px 6px 6px;
}

.apps-color {
    background: #2567E5;
    border-radius: 0px 0px 6px 6px;
}

.projects-three .project-item {
    border: 1px solid rgba(152, 162, 176, 0.34);
    border-radius: 6px;
    margin-bottom: 20px;
}

.projects-three .project-icon {
    width: 25px;
    height: 14px;
}

.projects-three .pro-icon:before {
    width: 2px;
}

.projects-three .project-content {
    width: 45%;
}

.projects-three .project-content h4,
.projects-three .project-content h5 a {
    color: #fff;
}

.projects-three .project-content h4 {
    font-size: 22px;
}

.projects-three .project-content h5 {
    font-size: 16px;
    font-weight: 400;
}

.btn-three .all-btn {
    min-width: 257px;
    padding: 5px 10px;
    background: #00B881;
    border-radius: 10px;
    border: 3px solid #00B881;
}

.btn-three .all-btn i {
    margin-left: 16px;
}

.hired-developer {
    padding: 80px 0px;
    position: relative;
}

.developer-image img {
    width: 100%;
}

#developers-slider-three {
    padding: 0px 80px;
}

#developers-slider-three .owl-item .freelance-widget {
    border: 2px solid #2567E5;
    border-radius: 6px;
    margin-bottom: 40px;
}

#developers-slider-three .owl-item .freelance-group {
    border: 2px solid #00B881;
}

.developers-slider-three {
    position: relative;
}

.owl-theme.developers-slider-three .owl-nav {
    margin: 0;
}

.developers-slider-three.owl-carousel .owl-nav button.owl-prev,
.developers-slider-three.owl-carousel .owl-nav button.owl-next {
    width: 48px;
    height: 47px;
    font-size: 16px;
    background: #2567E5;
    color: #fff;
    border-radius: 10px;
    position: absolute;
}

.developers-slider-three.owl-carousel .owl-nav button.owl-prev:hover,
.developers-slider-three.owl-carousel .owl-nav button.owl-next:hover {
    background: #194eb3;
}

.developers-slider-three.owl-carousel .owl-nav button.owl-prev {
    top: 40%;
    left: 0;
    -webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%);
}

.developers-slider-three.owl-carousel .owl-nav button.owl-next {
    top: 40%;
    right: 0;
    -webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%);
}

.owl-theme.developers-slider-three .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    background: #C4C4C4;
}

.owl-theme.developers-slider-three .owl-dots .owl-dot.active span,
.owl-theme.developers-slider-three .owl-dots .owl-dot:hover span {
    background: #2567E5;
}

.blue-view,
.green-view {
    margin-left: auto;
}

.develop-footer h4 {
    margin-bottom: 0;
    font-size: 20px;
}

.develop-footer {
    margin-top: 45px;
}

.blue-view .btn-primary {
    min-width: 122px;
    padding: 5px 10px;
    background: #2567E5;
    border: 0;
    border-radius: 10px;
}

.green-view .btn-primary {
    min-width: 122px;
    padding: 5px 10px;
    background: #00B881;
    border: 0;
    border-radius: 10px;
}

.developers-slider-three .freelance-content {
    padding: 18px;
}

.widget-three .freelance-img {
    width: 86px;
    height: 86px;
}

.widget-three .freelance-img img {
    height: 86px;
}

.widget-three .freelance-info h3 {
    font-size: 20px;
    margin-bottom: 2px;
}

.widget-three .freelance-specific {
    font-size: 15px;
    margin-bottom: 11px;
}

.widget-three .freelance-info h3 a:hover {
    color: #2567E5;
}

.position-three:before {
    content: "";
    background: url(../images/develop-bg.png) no-repeat;
    position: absolute;
    width: 730px;
    height: 474px;
    right: 0;
    z-index: -1;
}

.developers-slider-three .favourite {
    background: #FFFFFF;
    border-radius: 3px;
    color: #000000;
    border: 0;
    box-shadow: 0px 3px 4px rgb(0 0 0 / 10%);
    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;
}

.developers-slider-three .favourite:hover {
    border: 0;
    background: #2567E5;
    color: #fff;
    box-shadow: 0px 3px 4px rgb(0 0 0 / 35%);
    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;
}

.developers-slider-three .freelance-group .favourite:hover {
    background: #00B881;
}

.news-three {
    background: transparent;
    padding: 80px 0px 40px;
}

.news-three .grid-blog .entry-meta {
    justify-content: end;
}

.news-three .grid-blog .entry-meta li {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
}

.news-three .blog.grid-blog {
    padding: 0px;
    border: 0;
    border-radius: 10px;
}

.news-three .grid-blog .blog-image {
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.news-three .blog.grid-blog .blog-content {
    padding: 20px;
    background: #0AD99B;
    border-radius: 10px;
    position: absolute;
    bottom: -70px;
}

.news-three .blog.grid-blog .blog-blue {
    background: #2567E5;
}

.news-three .grid-blog .blog-title {
    margin-top: 0;
    font-size: 20px;
}

.news-three .blog-title a,
.news-three .entry-meta {
    color: #fff;
}

.news-three .entry-meta li i {
    margin-left: 7px;
}

.news-three .blog-title a:hover {
    color: #fff;
}

.subscribe-three {
    padding: 80px 0px;
}

.discount-more {
    background: #F1F6FF;
    padding: 70px;
    border-radius: 10px;
    position: relative;
    margin: 20px;
}

.discount-more:before {
    content: "";
    position: absolute;
    width: 380px;
    height: 111%;
    background: #2567E5;
    border-radius: 15px;
    left: -20px;
    z-index: -1;
    top: -20px;
}

.discount-more:after {
    content: "";
    position: absolute;
    width: 380px;
    height: 111%;
    background: #0AD99B;
    border-radius: 15px;
    right: -20px;
    z-index: -1;
    top: -20px;
}

.subscribe-three .sub-btn {
    min-width: 166px;
    height: 58px;
    background: #00B881;
    border: 1px solid #00B881;
    border-radius: 10px !important;
    font-size: 20px;
    text-transform: capitalize;
}

.subscribe-three .sub-btn:hover {
    background: #03976a;
    border: 1px solid #03976a;
}

.subscribe-three .banner-content .form-inner {
    border-radius: 10px;
    border: 2px solid #0AD99B;
}

.subscribe-three .banner-content .form-control {
    height: 65px;
}

.subscribe-three .banner-content {
    max-width: 870px;
    margin: auto;
}

.review-three {
    padding: 80px 0px 0px;
}

.review-develop {
    text-align: right;
    position: relative;
}

.review-develop:before {
    content: "";
    position: absolute;
    background: url(../images/review-bg-01.png) no-repeat;
    width: 739px;
    height: 480px;
    z-index: -1;
    left: 0;
    top: -56px;
}

.review-develop img {
    width: 440px;
}

.testimonial-slider-three .review-blog .review-img img {
    width: 48px;
}

.testimonial-slider-three .review-info h5 {
    margin-bottom: 0;
}

.testimonial-slider-three .review-blog .review-top {
    margin: 20px 0px;
}

.testimonial-slider-three .review-blog {
    background: #F1F6FF;
    border-radius: 50px;
    border: 0;
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-prev,
.testimonial-slider-three.owl-carousel .owl-nav button.owl-next {
    width: 48px;
    height: 47px;
    font-size: 16px;
    background: #2567E5;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    bottom: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-slider-three.owl-carousel .owl-nav button.owl-next:hover {
    background: #194eb3;
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-prev {
    left: inherit;
    right: 105px;
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-next {
    right: 40px;
}

.owl-theme.testimonial-slider-three .owl-dots .owl-dot.active span,
.owl-theme.testimonial-slider-three .owl-dots .owl-dot:hover span {
    background: #2567E5;
}

.owl-theme.testimonial-slider-three .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    background: #C4C4C4;
}

/*-----------------
	10. Home Four
-----------------------*/

.home-four {
    background-image: url(../images/banner4.jpg);
    margin-top: 85px;
    padding: 0;
}

.home-four .banner-content h1 {
    font-size: 48px;
    max-width: 520px;
    color: #19283E;
}

.home-four .banner-content h1 .orange-text {
    font-weight: 700;
    color: #00C4CF;
}

.market-place {
    min-height: 530px;
}

.home-four .banner-content .form-control {
    padding: 0;
    height: 45px;
}

.what-search,
.category-project {
    padding: 3px 15px;
}

.what-search label {
    margin-bottom: 0;
    font-size: 14px;
}

.category-project {
    font-size: 14px;
}

.dot-head {
    display: flex;
    margin-bottom: 20px;
}

.dot-head li {
    list-style: none;
    margin-right: 15px;
    color: #525252;
    display: flex;
    align-items: center;
}

.dot-head li:nth-child(1) i {
    font-size: 16px;
    color: #00C4CF;
}

.dot-head li:nth-child(5) {
    margin-right: 0px;
}

.dot-head li i {
    font-size: 8px;
}

.home-four .banner-content .form-inner {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.home-four .banner-content .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.home-four .banner-content .sub-btn {
    min-width: 156px;
    height: 70px;
    background: linear-gradient(101.19deg, #A64AC9 0%, #00C4CF 100%);
    border-radius: 10px !important;
    border: 0;
    text-transform: capitalize;
}

.home-four .form-control::placeholder {
    font-size: 14px;
    color: #A4A4A4;
}

.home-four .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}

.feature-four {
    padding: 80px 0px 0px;
    background: transparent;
}

.feature-four .freelance-count:before,
.feature-four .comp-project:before,
.feature-four .feature-icon::before {
    display: none;
}

.feature-four .feature-item {
    padding: 20px;
    background: #F6F6F7;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: none;
    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-four .feature-item:hover {
    background: linear-gradient(101.19deg, #A64AC9 0%, #00C4CF 100%);
    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;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
}

.feature-four .feature-item:hover .feature-content p,
.feature-four .feature-item:hover .feature-content h3 {
    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;
}

.feature-four .feature-item:hover img {
    filter: invert(1) brightness(100);
}

.feature-four .feature-content {
    text-align: left;
}

.feature-four .feature-content p {
    font-size: 20px;
    margin-bottom: 17px;
    color: #19283E;
    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-four .feature-content h3 {
    margin-bottom: 0px;
    color: #00C4CF;
    font-size: 36px;
    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-four .feature-icon {
    margin-bottom: 0;
}

.most-hired-four {
    padding: 60px 0px 80px;
}

.hired-group-four {
    background: #F6F6F7;
    border-radius: 10px;
    padding: 30px;
}

.hired-group-four h2 {
    color: #19283E;
    font-size: 30px;
    margin-bottom: 12px;
}

.want-to-work {
    background: linear-gradient(101.19deg, #A64AC9 0%, #00C4CF 100%);
    color: #fff;
}

.want-to-work h2 {
    color: #fff;
}

.more-learn .btn-primary {
    background: linear-gradient(101.19deg, #A64AC9 0%, #00C4CF 100%);
    border-radius: 10px;
    min-width: 156px;
    padding: 13px 10px;
    border: 0;
}

.want-to-work .more-learn .btn-primary {
    background: #fff;
    color: #1B1B43;
}

.projects-four {
    background: #F6F6F7;
    background-image: url(../images/bg/bg-09.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom;
}

.browse-all {
    margin-left: auto;
}

.browse-all i {
    margin-left: 20px;
}

.browse-all .btn-primary {
    min-width: 230px;
    padding: 13px 0px;
    background: transparent;
    border: 1px solid #1B1B43;
    color: #1B1B43;
    border-radius: 10px;
}

.browse-all .btn-primary:hover {
    color: #fff;
    background: linear-gradient(101.19deg, #A64AC9 0%, #00C4CF 100%);
    border: 0;
}

.developer-all .btn-primary {
    min-width: 272px;
}

.all-browse .btn-primary {
    min-width: 166px;
}

.projects-four .count-number h4 i {
    margin-right: 20px;
}

.projects-four .count-number h4 {
    color: #1B1B43;
}

.projects-four .inspired-group:nth-child(2) h5 i,
.projects-four .inspired-group:nth-child(2) .count-number h4 {
    color: #1B1B43;
}

.count-pink h4 i {
    font-weight: 500;
    color: #A64AC9;
}

.count-sky h4 i {
    color: #00C4CF;
}

.projects-four .project-item {
    border: 1px solid #E5E5E5;
}

.projects-four .inspired-group h5 a {
    color: #19283E;
}

.projects-four .inspired-group h5 a:hover {
    color: #00c4cf;
}

.projects-four .inspired-group h5,
.projects-four .count-number h4 {
    margin-bottom: 0px;
    font-size: 16px;
}

.subscribe-four {
    background: transparent;
    padding: 60px 0px 0px;
}

.discount-four {
    background: linear-gradient(101.19deg, #A64AC9 0%, #00C4CF 100%);
    border-radius: 10px;
    padding: 40px;
}

.subscribe-four .form-inner {
    border-radius: 10px;
}

.subscribe-four .sub-btn {
    background: linear-gradient(101.19deg, #A64AC9 0%, #00C4CF 100%);
    border-radius: 10px !important;
    border: 0;
    font-size: 16px;
    padding: 12px 10px;
    text-transform: capitalize;
    color: #fff;
    min-width: 156px;
    height: 50px;
}

.subscribe-four .sub-btn:hover {
    background: linear-gradient(101.19deg, #A64AC9 0%, #00C4CF 100%);
    border-radius: 10px !important;
    border: 0;
    color: #fff;
}

.subscribe-four .form-control {
    height: 56px;
    font-size: 14px;
}

.developer-four {
    padding: 80px 0px 50px;
    background-image: url(../images/bg/bg-10.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.developer-four h3 a:hover {
    color: #00C4CF;
}

.designation a {
    border-radius: 5px;
    font-size: 12px;
    padding: 12px 10px;
    margin-bottom: 0px;
    min-width: 112px;
}

.sky,
.sky:hover {
    background: rgba(0, 196, 207, 0.1);
    color: #00C4CF;
}

.pink,
.pink:hover {
    background: rgba(166, 74, 201, 0.1);
    color: #A64AC9;
}

.orange,
.orange:hover {
    background: rgba(253, 185, 19, 0.1);
    color: #FDB913;
}

.designation a i {
    margin-right: 10px;
}

.developer-four .freelance-widget {
    text-align: left;
    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;
}

.developer-four .freelance-widget:hover {
    text-align: left;
    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;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 20%);
}

.developer-four .freelance-info h3 {
    font-size: 20px;
    margin: 17px 0px 17px;
}

.developer-four .freelance-specific {
    color: #8D8D8D;
}

.developer-four .freelance-location {
    margin: 17px 0px 17px;
}

.developer-four .freelance-widget .rating {
    font-size: 14px;
    margin-bottom: 17px;
}

.user-four {
    width: 50px;
}

.user-four img {
    border-radius: 5px;
}

.develop-bottom h5 {
    background: #F6F6F7;
    margin-left: auto;
    padding: 16px 45px;
    margin-bottom: 0;
    border-radius: 10px;
    font-weight: 400;
    color: #19283E;
    font-size: 16px;
}

.develop-bottom h5 span {
    font-weight: 600;
}

.mark-book {
    margin-left: auto;
}

.mark-book i {
    font-size: 20px;
    color: #A4A4A4;
}

.mark-book i:hover {
    color: #00C4CF;
}

.developer-four .freelance-info h3 i {
    color: #00D021;
    margin-bottom: 6px;
}

.news-four {
    background: transparent;
}

.news-four .section-header-two {
    min-height: 52px;
}

.blog-read .btn-primary {
    background: #FFFFFF;
    border: 1px solid #1B1B43;
    border-radius: 10px;
    min-width: 157px;
    color: #1B1B43;
    padding: 8px 10px;
}

.blog-read .btn-primary:hover {
    background: linear-gradient(101.19deg, #A64AC9 0%, #00C4CF 100%);
    border: 0;
}

.news-four .blog.grid-blog {
    padding: 0;
    border-radius: 10px;
}

.news-four .blog.grid-blog .blog-content {
    padding: 20px;
}

.news-four .grid-blog .blog-image {
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 0;
}

.news-four .grid-blog .blog-title {
    font-size: 18px;
    margin: 17px 0 20px;
}

.news-four .grid-blog .entry-meta li {
    margin-bottom: 25px;
}

.news-four .blog-title a:hover {
    color: #00C4CF;
}

.review-four {
    padding: 80px 0px;
    background: #F6F6F7;
    position: relative;
    background-image: url(../images/bg/bg-12.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.testimonial-all {
    margin-top: 30px;
    padding-bottom: 50px;
    position: relative;
}

.testimonial-thumb {
    padding: 20px 0;
}

.testimonial-thumb img {
    width: 60px;
    border-radius: 60px;
}

.testimonial-two-head {
    max-width: 100%;
    background: transparent;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}

.testimonial-two-head h3 {
    margin: 0px 0px 17px;
    font-size: 30px;
    font-weight: 700;
    color: #303030;
}

.testimonial-two-head p {
    color: #777777;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 20px;
}

.img-reviews img {
    max-width: 100%;
}

.review-quote img {
    position: absolute;
    max-width: 60px;
    top: -27px;
}

.review-four .slider-nav {
    width: 300px;
    margin: auto;
}

.review-four .slick-list {
    padding: 0 !important;
}

.review-four .slider-nav .slick-current .testimonial-thumb {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
}

.review-four .slick-prev:before,
.slick-next:before {
    color: #000;
}

.review-four .slick-prev {
    left: 28%;
    z-index: 99;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    bottom: 0px;
    top: inherit;
}

.review-four .slick-prev:hover {
    background: #00C4CF;
}

.review-four .slick-next {
    right: 62%;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    bottom: 0px;
    top: inherit;
}

.review-four .slick-next:hover {
    background: #00C4CF;
}

.review-four .slick-next:before .testimonial-two .slick-next:hover {
    color: #fff;
}

.review-four .slick-slide {
    width: 70px;
}

.review-four .slick-prev:hover,
.review-four .slick-next:hover,
.review-four .swiper-button-prev:hover,
.review-four .swiper-button-next:hover {
    color: #fff;
    opacity: 1;
}

.review-four .slick-prev:hover:before,
.review-four .slick-prev:focus:before,
.review-four .slick-next:hover:before,
.review-four .slick-next:focus:before,
.review-four .swiper-button-prev:hover:before,
.review-four .swiper-button-next:hover:before {
    color: #fff;
    opacity: 1;
}

.review-four .slick-next:focus,
.review-four .slick-prev:focus {
    color: #000;
    background: #00C4CF;
}

.review-four .slick-prev:before,
.review-four .slick-next:before {
    color: #000;
}

.review-four .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
}

.review-four .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
}

.say-client .say-client-name {
    display: none;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #0B0B0B;
}

.review-four .slick-center .say-client .say-client-name {
    display: block;
}

.review-four .client-img img {
    margin: auto
}

.review-date span {
    display: inline-block;
    background: #9d51ca;
    color: #fff;
    border-radius: 10px;
    padding: 8px 15px;
}

.img-reviews img {
    border-radius: 150px 20px 150px 150px;
}

.review-four .client-img {
    position: absolute;
    right: 80px;
    bottom: 55px;
}

/*-----------------
	10. Home Five
-----------------------*/

.home-five {
    background-image: url(../images/banner5.png);
}

.home-five .banner-content h1 {
    font-size: 55px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 40px;
}

.home-five .banner-content h5 {
    color: #C4C4C4;
    font-size: 25px;
    margin: 30px 0px 30px;
}

.home-five .banner-content .rating .checked,
.home-five .banner-content h1 span {
    color: #99BCFF;
}

.home-five .banner-content .rating .checked {
    font-size: 25px;
    margin-right: 10px;
}

.home-five .banner-content .sub-btn {
    min-width: 112px;
    padding: 7px 10px;
    height: 49px;
    text-transform: capitalize;
    font-size: 16px;
    background: #316BDA;
    border-radius: 50px !important;
    border: 0;
}

.home-five .banner-content .form-control {
    height: 56px;
}

.home-five .banner-content .form-inner {
    background: #252C3B;
    box-shadow: 0px 16px 18px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    border: 0;
}

.home-five .banner-content .select2-container {
    border-right: 1px solid #fff;
}

.home-five .banner-content .input-group,
.home-five .banner-content .form-control {
    background: #252C3B;
}

.home-five .search-text-bg::placeholder {
    color: #fff !important;
}

.home-five .search-text-bg,
.home-five .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.banner-five-img {
    max-width: 330px;
    text-align: center;
    float: right
}

.dark-group {
    min-height: 680px;
}

.work-five {
    padding: 80px 0px 290px;
}

.work-five .need-position {
    position: relative;
    top: 0;
}

.work-five:before {
    display: none;
}

.work-five .work-three-widget {
    background: #1A202C;
    border: 0;
    border-radius: 250px;
    padding: 80px;
    position: relative;
}

.creative-img img {
    position: absolute;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    left: 50%;
    bottom: 0;
    z-index: 9;
}

.widget-group {
    max-width: 800px;
    margin: auto;
}

.work-five .perfect-group {
    max-width: 280px;
}

.budget-position {
    position: relative;
}

.budget-creative:before {
    content: "";
    position: absolute;
    background: #2D374B;
    width: 6px;
    height: 100%;
    right: 0;
}

.work-five .perfect-group h2 {
    color: #fff;
}

.work-five .work-to {
    text-align: right;
    margin-left: auto;
}

.work-five .work-to h2 {
    max-width: 200px;
    margin-left: auto;
}

.work-five .perfect-group h2:before {
    background: #515151;
}

.work-five .perfect-group h2:after {
    background: #2567E6;
}

.work-five .work-to h2:before {
    right: 0;
    background: #2567E6;
}

.work-five .work-to h2:after {
    right: 90px;
    left: inherit;
    background: #515151;
}

.work-five .view-face .btn-primary,
.work-five .view-work .btn-primary {
    background-color: #316BDA;
    border: 1px solid #316BDA;
    border: 0;
    border-radius: 50px;
    min-height: 48px;
    max-width: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projects-five {
    background: #202121;
}

.work-five .view-work a {
    margin-left: auto;
}

.projects-five .project-item {
    box-shadow: none;
    background: #1E2634;
    border: 1px solid rgba(152, 162, 176, 0.34);
    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;
}

.projects-five .project-item:hover,
.projects-five .project-item:hover .develop-role {
    background: #316BDA;
    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;
}

.section-five h2 span {
    color: #99BCFF;
}

.section-five h2 {
    color: #fff;
}

.section-five p {
    color: #fff;
}

.projects-five .develop-role {
    background: #3C4558;
    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;
}

.projects-five .btn-three .all-btn {
    min-width: 257px;
    padding: 8px 10px;
    background: #316BDA;
    border-radius: 50px;
    border: 0;
}

.projects-five .btn-three .all-btn:hover {
    background: #11429f;
}

.projects-five .project-back {
    background: url(../images/inspired-bg-01.png) no-repeat center
}

.hired-developer-five {
    padding: 80px 0px;
}

.hired-developer-five .freelance-widget {
    background-color: #1E2634;
    box-shadow: none;
}

.hired-developer-five #developers-slider-three .owl-item .freelance-widget {
    border: 0;
}

.hired-developer-five .develop-footer h4,
.hired-developer-five .widget-three .freelance-specific,
.hired-developer-five .widget-three .freelance-info h3 a {
    color: #fff;
}

.hired-developer-five .developers-slider-three .favourite:hover {
    background: #fff;
    color: #2567E5;
}

.hired-developer-five .developers-slider-three .favourite:hover i {
    font-weight: 900;
}

.position-five:before {
    background: url(../images/develop-bg-01.png) no-repeat;
}

.review-five .review-develop:before {
    display: none;
}

.review-bg {
    background: #1A202C;
    min-height: 440px;
    border-radius: 33px;
}

.review-five {
    padding: 80px 0px 0px;
}

.review-five .review-develop {
    text-align: center;
    position: relative;
}

.review-five .review-develop img {
    width: 440px;
    position: absolute;
    top: -34px;
    left: 50px;
}

.review-five .testimonial-slider-three .review-blog {
    background: transparent;
    box-shadow: none;
}

.review-five .review-blog .review-content p,
.review-five .review-info h3 {
    color: #fff;
}

.news-five .blog.grid-blog .blog-content {
    background: #3C4558;
    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;
}

.news-five .blog.grid-blog .blog-content:hover {
    background: #316BDA;
    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;
}

.subscribe-five .discount-more:before,
.subscribe-five .discount-more:after {
    background: #3C4558;
}

.subscribe-five .discount-more {
    background: #1F1C1C;
}

.subscribe-five .banner-content .form-inner {
    border-radius: 50px;
    border: 0;
}

.subscribe-five .sub-btn {
    background: #316BDA;
    border: 0;
    border-radius: 50px !important;
}

.subscribe-five .sub-btn:hover,
.subscribe-five .sub-btn:focus {
    background: #2050ab;
    border: 0;
}

.feature-five {
    background-image: url(../images/bg/bg-11.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0px 50px;
}

.feature-five .feature-item,
.feature-five .feature-item:hover {
    background: transparent;
    border: 0;
}

.feature-five .feature-item .feature-content h3,
.feature-five .feature-item .feature-content p {
    color: #fff;
}

.feature-five .feature-item .feature-icon,
.feature-five .feature-item:hover .feature-icon {
    color: #B4CEFF;
}

.feature-five .feature-item {
    padding: 0;
}

/*-----------------
	9. Slick Slider
-----------------------*/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -50px;
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 10px;
    cursor: pointer;
    border: none;
    outline: none;
    background: #131135;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: var(--color-blue);
    color: #fff;
    opacity: 1;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #fff;
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-size: 18px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: auto;
    z-index: 1;
    right: 52px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '\003c';
    display: inline-block;
    transform: rotate(-45deg);
}

[dir='rtl'] .slick-prev:before {
    content: '\25C0';
}

.slick-next {
    right: 10px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '\003e';
    transform: rotate(-45deg);
    display: inline-block;
}

[dir='rtl'] .slick-next:before {
    content: '\25B6';
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: auto;
    transform: translate(-50px, 0);
    left: 50%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: var(--color-blue);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: var(--color-blue);
}

/*-----------------
	11. Login
-----------------------*/

.account-page {
    background-color: #fff;
}

.account-page .footer {
    display: none;
}

.account-page .content {
    padding: 144px 0 60px;
    background: #fffcfc;
    border-top: 1px solid #e5e6e6;
}

.login-header {
    margin-bottom: 20px;
}

.login-header img {
    margin-bottom: 15px;
}

.login-header p {
    font-size: 16px;
    color: #17191A;
    margin-bottom: 20px;
}

.login-header h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 9px;
    color: #161c2d;
}

.login-header h3 a {
    color: var(--color-blue);
    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: var(--color-blue);
}

.login-btn {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    background: var(--color-blue);
    border: 1px solid var(--color-blue);
    border-radius: 5px;
    padding: 14px 10px;
}

.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: #161c2d;
    font-weight: 500;
    margin-top: 30px;
    font-size: 16px;
    display: inline-block;
}

.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: 50px 0;
}

.empty-content img {
    margin-bottom: 30px;
}

.empty-content h2 {
    text-transform: uppercase;
    color: #161c2d;
    margin-bottom: 30px;
}

.empty-content p {
    font-size: 16px;
    text-transform: uppercase;
    color: #161c2d;
    margin-bottom: 0;
}

.empty-content .btn-item {
    margin-top: 40px;
}

.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: var(--color-blue);
    bottom: 0;
    left: 0;
}

.title h3::after {
    height: 3px;
    content: "";
    position: absolute;
    width: 11px;
    background: var(--color-blue);
    bottom: 0;
    left: 32px;
}

.title-content {
    padding: 30px;
}

.select-project .title-content {
    padding: 0 0 30px;
}

.next-btn {
    background: var(--color-blue);
    border-radius: 90px;
    border-color: var(--color-blue);
    font-weight: bold;
    font-size: 17px;
    padding: 13px 50px;
    color: #fff;
    text-transform: uppercase;
}

.next-btn:hover {
    color: #fff;
    background-color: #fb451d;
    border-color: #fb451d;
}

.cancel-btn {
    background: #131135;
    border-radius: 90px;
    font-weight: bold;
    font-size: 17px;
    padding: 13px 50px;
    color: #fff;
    margin-right: 15px;
    text-transform: uppercase;
}

.cancel-btn:hover {
    color: #fff;
    background-color: var(--color-blue);
    border-color: var(--color-blue);
}

.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;
}

.project-add-links.more-link {
    width: auto;
    height: auto;
    background: transparent;
    color: #898989;
    display: inline-block;
}

.project-add-links.more-link:hover {
    color: #898989;
    opacity: 0.8;
}

.back {
    margin-top: 35px;
    color: var(--color-blue);
    padding-left: 20px;
}

.back p a {
    color: var(--color-blue);
    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: var(--color-blue);
    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: var(--color-blue);
    color: #fff;
}

.add-links:hover {
    color: #fff;
    opacity: 0.8;
}

.project-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: var(--color-blue);
    color: #fff;
}

.project-add-links:hover {
    color: #fff;
    opacity: 0.8;
}

/*-----------------
	12. 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: var(--color-blue);
    margin-bottom: 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: var(--color-blue);
}

#accordion .card-header {
    font-size: 18px;
    color: #161c2d;
}

#accordion .card-body {
    font-size: 16px;
    color: #161c2d;
}

.basics-faq {
    margin-bottom: 40px;
}

/*-----------------
	12. Select2
-----------------------*/

.select2-container {
    z-index: 11111;
}

.select2-results__option {
    padding: 6px 15px;
}

.select2-container .select2-selection--single {
    border: 1px solid #E7E8EA;
    height: 46px;
    outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    right: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #c1c5ce 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;
}

.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: var(--color-blue);
    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: var(--color-blue);
}

.search-filter .select2-container .select2-selection--single, .search-filter .form-control {
    border: 1px solid #ecf0f9;
    border-radius: 6px;
}

/*-----------------
	13. Search
-----------------------*/

.breadcrumb-bar {
    background: url(../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: var(--color-blue);
    margin-bottom: 15px;
}

.bread-crumb-bar {
    background-color: #FFF5F3;
    padding-top: 84px;
}

.bread-crumb-bar .inner-banner {
    padding: 20px 0;
}

.breadcrumb-list .page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: #22100D;
    font-size: 14px;
    content: "\f054";
    font-weight: 600;
    line-height: 1.5;
    font-family: "Font Awesome 5 Free";
    padding-right: 16px;
    margin: 0px 15px 0;
    background: none;
}

.breadcrumb-list .page-breadcrumb ol {
    display: flex;
}

.breadcrumb-list .page-breadcrumb ol li {
    text-transform: uppercase;
    font-size: 14px;
    color: #131135;
}

.inner-content {
    margin-top: 40px;
}

label.file-upload.image-btn {
    background: #fff;
    border: 1px solid var(--color-blue);
    border-radius: 2px;
    color: var(--color-blue);
    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;
}

.inner-banner {
    padding: 70px 0;
}

.rating i.filled {
    color: #febe42;
}

.rating i {
    color: #c4c4c4;
}

.rating .average-rating {
    font-size: 14px;
    color: #6e727d;
    font-weight: 500;
}

.page-breadcrumb ol {
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0;
    display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}

.page-breadcrumb ol li a {
    color: #161c2d;
    font-weight: 500;
}

.bread-crumb-bar .page-breadcrumb ol li a,
.bread-crumb-bar .breadcrumb-list .page-breadcrumb ol li,
.bread-crumb-bar .breadcrumb-list .page-breadcrumb ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bread-crumb-bar .page-breadcrumb ol li a img {
    margin-right: 10px;
}

.bread-crumb-bar .breadcrumb-list .page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    line-height: 0;
    margin: 0px 19px 0;
    padding-right: 0;
}

.page-breadcrumb .breadcrumb a:hover {
    color: var(--color-blue);
}

.page-breadcrumb ol li.active {
    color: #161c2d;
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: #161c2d;
    font-size: 16px;
    content: "";
    width: 5px;
    height: 5px;
    background: red;
    border-radius: 20px;
    margin: 10px 15px 0;
    display: block;
    padding: 0;
}

.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: var(--color-blue);
    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 #ecf0f9;
    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: 0;
    color: var(--color-blue);
    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: var(--color-blue);
    -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-orange::after {
    background-color: var(--color-blue);
    color: #fff;
}

.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;
    height: 46px;
    font-weight: 500;
    font-size: 16px;
}

.btn-search .btn:hover, .btn-search .btn:focus {
    background-color: var(--color-blue);
    border: 1px solid var(--color-blue);
}

.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: var(--color-blue);
    border-color: var(--color-blue);
}

.invited-freelancer-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

/*-----------------
	14. 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: var(--color-blue);
    border-color: var(--color-blue);
    color: #fff;
}

.call-btn:hover, .call-btn:focus {
    background-color: var(--color-blue);
    border-color: var(--color-blue);
    color: #fff;
}

.user-tabs .nav-tabs > li > a {
    border: 0;
    border-bottom: 3px solid transparent;
    color: #161c2d;
    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: var(--color-blue);
}

.user-tabs .med-records {
    display: inline-block;
    min-width: 130px;
}

.user-tabs .nav-tabs > li > a:hover {
    background-color: unset;
    color: var(--color-blue);
}

.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 var(--color-blue);
}

.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;
}

/*-----------------
	15. Profile Settings
-----------------------*/

.profile-image img {
    margin-bottom: 1.5rem;
}

.change-photo-btn {
    background-color: var(--color-blue);
    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);
}

.btn-icon {
    -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: 3px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.upload-images {
    position: relative;
    width: 80px;
}

.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: var(--color-blue);
}

label.file-upload {
    position: relative;
    overflow: hidden;
    color: var(--color-blue);
    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: 600;
    font-size: 16px;
    min-width: 120px;
}

.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: var(--color-blue);
}

.payment-radio .checkmark::after {
    position: absolute;
    left: 3px;
    top: 3px;
    content: '';
    width: 9px;
    height: 9px;
    background-color: var(--color-blue);
    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-pay_url {
    -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%;
}

/*-----------------
	16. 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: 'Montserrat', sans-serif;
    line-height: 30px;
    text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
    font-family: 'Montserrat', 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: var(--color-blue) !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: 'Montserrat', sans-serif;
}

.fc-basic-view td.fc-day-number {
    padding-right: 8px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.event-form .input-group .form-control {
    height: 40px;
}

/*-----------------
	17. 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: var(--color-blue);
    border: 1px solid var(--color-blue);
    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: var(--color-blue);
    border: 1px solid var(--color-blue);
}

.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: var(--color-blue);
    border: 1px solid var(--color-blue);
    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: 20px;
    margin-right: 4px;
    display: inline-block;
    padding: 7px 10px;
}

.badge-design:last-child {
    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 {
    font-size: 12px;
    font-weight: 500;
    color: #161c2d;
}

.slot h5 i {
    color: var(--color-blue);
}

.profile-btn {
    background: var(--color-blue);
    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: 1px solid rgba(239, 239, 239, 0.42);
    box-shadow: 0px 4px 34px rgb(215 215 215 / 25%);
    border-radius: 5px;
    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;
}

.tags .badge-skills {
    width: 195px;
}

.badge-skills:hover {
    background-color: #FFF0F0;
}

.badge-skills:hover .tag-close {
    background-color: var(--color-blue);
    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: var(--color-blue);
    margin-bottom: 0;
}

.result h4 span {
    font-weight: 700;
}

.search-filter {
    background: #fff;
    border: 1px solid rgba(239, 239, 239, 0.42);
    box-shadow: 0px 4px 34px rgb(215 215 215 / 25%);
    border-radius: 5px;
}

/*-----------------
	18. 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: var(--color-blue);
}

.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: var(--color-blue);
    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;
    box-shadow: 0px 4px 4px rgba(204, 204, 204, 0.25);
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;
}

.pro-title {
    font-weight: bold;
    font-size: 22px;
    position: relative;
    color: #161c2d;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
}

.pro-title::before {
    height: 3px;
    content: "";
    position: absolute;
    width: 29px;
    background: var(--color-blue);
    bottom: 0;
    left: 0;
}

.pro-title::after {
    height: 3px;
    content: "";
    position: absolute;
    width: 11px;
    background: var(--color-blue);
    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;
}

.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: var(--color-blue);
    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: var(--color-blue);
    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: #000;
}

.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;
}

.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: #161c2d;
    font-weight: 500;
}

.about-widget ul li p {
    font-size: 16px;
    color: #5c5c5c;
    margin-bottom: 0;
}

.about-widget ul li h6 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 3px;
}

.feedback-form {
    background: #FEFEFE;
}

.proposal-widget {
    padding: 20px;
}

.proposal-features .proposal-widget {
    margin-bottom: 20px;
}

.proposal-widget p {
    margin-bottom: 0;
    padding: 10px 0 0 30px;
}

.proposal-widget .proposal-text {
    font-weight: 600;
    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: #000;
}

.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: 3px;
    padding: 11px 35px;
    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 {
    font-size: 16px;
    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: var(--color-blue);
    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;
}

/*-----------------
	19. 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: var(--color-blue);
    cursor: pointer;
}

.noUi-background {
    background: #EDEDED;
}

.noUi-connect {
    background: var(--color-blue);
    -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: var(--color-blue);
}

.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;
}

/*-----------------
	21. Customer Profile
-----------------------*/

.add-new-btn {
    background-color: var(--color-blue);
    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;
}

.customer-info ul li span {
    color: #757575;
    float: right;
    font-weight: 400;
}

.add-more-item {
    margin-bottom: 10px;
}

.add-more-item a {
    color: var(--color-blue);
    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;
}

/*-----------------
	22. Blog
-----------------------*/

.blog {
    border: 1px solid #f0f0f0;
    background-color: #fff;
    border-radius: 4px;
    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: var(--color-blue);
}

.blog-content p {
    color: #6e727d;
    font-size: 16px;
    margin: 0 0 30px;
    line-height: 32px;
}

.read-more {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    color: var(--color-blue);
    text-decoration: underline;
    font-weight: 500;
}

.blog-info {
    color: #606060;
    font-size: 16px;
    margin-bottom: 15px;
}

.blog-info a {
    color: #606060;
}

.blog-info a:hover {
    color: var(--color-blue);
}

.blog-info i {
    margin-right: 7px;
}

.entry-meta {
    color: #606060;
    font-size: 14px;
    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: #2E3842;
    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: var(--color-blue);
    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;
}

.language-widget .latest-posts li {
    border-bottom: 0;
}

.latest-posts {
    margin: 0;
    padding: 0;
}

.latest-posts li {
    display: table;
    width: 100%;
    padding: 11px 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: 77px;
    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: 95px;
}

.post-info h4 {
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 0;
}

.post-info h4 a {
    color: #161c2d;
}

.post-info h4 a:hover {
    color: var(--color-blue);
}

.post-info p {
    color: #757575;
    font-size: 12px;
    margin: 0;
}

.post-info .posts-date {
    color: #6e727d;
    font-size: 14px;
}

.post-info p i {
    color: #73379a;
    font-size: 14px;
    margin-right: 4px;
}

.category-widget .category-link {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-widget .category-link li {
    margin-bottom: 17px;
}

.category-widget .category-link li a {
    color: #2E3842;
    font-size: 15px;
    -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: #2E3842;
}

.category-widget .category-link li:last-child {
    margin-bottom: 0;
}

.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: #2E3842;
    font-size: 15px;
    font-weight: 500;
}

.category-widget .categories li a span {
    float: right;
    color: #757575;
}

.category-widget .categories li a:hover {
    color: var(--color-blue);
}

.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;
}

.tags li {
    float: left;
}

.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;
}

.tag:hover {
    background-color: var(--color-blue);
    border-color: var(--color-blue);
    color: #fff;
}

.comment-by {
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px;
}

.comments-list .comment-block p {
    margin-bottom: 5px;
    color: #6e727d;
    line-height: 28px;
}

/*-----------------
	23. Blog Details
-----------------------*/

.blog-view .blog-title {
    font-size: 30px;
    font-weight: bold;
}

.blog-content p:last-child {
    margin-bottom: 0;
}

.blog-view .blog-info {
    border: 0;
    margin-bottom: 20px;
    padding: 0;
}

.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: var(--color-blue);
}

.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 .comment {
    margin-bottom: 40px;
}

.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: 700;
}

.new-comment label {
    font-weight: 500;
}

.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;
}

.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;
}

.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;
    color: #55545b;
}

.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: 20px;
}

.widget-title-box {
    padding: 30px 30px 0;
}

.r-0 {
    right: 0 !important;
}

.post-author img {
    border-radius: 100%;
    width: 28px;
    margin-right: 7px;
}

.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: var(--color-blue);
    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: #5C5C5C;
    margin-bottom: 10px;
}

.client-list h6 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 0;
}

.job-type {
    padding: 15px;
    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: 20px;
    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: var(--color-blue);
}

.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: var(--color-blue);
}

.btn-view-outline {
    color: var(--color-blue);
    border-color: var(--color-blue);
    font-size: 14px;
}

.btn-view-outline:hover {
    color: #fff;
    background-color: var(--color-blue);
    border-color: var(--color-blue);
}

.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: #2E3842;
    -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;
}

.pro-content {
    padding: 15px 0 0;
}

.pro-content p {
    margin-bottom: 1rem;
}
.pro-content p:last-child {
    margin-bottom: 0;
}
.pro-content ul {
    margin-left: 35px;
}

.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: var(--color-blue);
    color: var(--color-blue);
}

.view-icons a.active {
    background-color: var(--color-blue);
    border-color: var(--color-blue);
    color: #fff;
}

/*-----------------
	24. Blog Grid
-----------------------*/

.grid-blog .blog-title {
    font-size: 18px;
    margin: 10px 0 10px;
}

.grid-blog .blog-content p {
    margin: 0 0 15px;
}

.grid-blog .blog-info {
    margin-bottom: 15px;
}

.grid-blog .blog-image {
    margin-bottom: 20px;
}

.blog.grid-blog {
    padding: 20px;
}

.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: 10px;
}

.grid-blog .entry-meta li:last-child {
    flex: 0 0 100px;
    max-width: 100px;
}

.grid-blog .post-author {
    width: 189px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.grid-blog .post-author a:hover {
    color: var(--color-blue);
}

/*-----------------
	25. Terms and Conditions
-----------------------*/

.terms-text {
    margin-bottom: 20px;
}

.terms-text h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color-blue);
    margin-bottom: 25px;
}

.terms-text h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
}

.terms-text p {
    color: #000;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
}

.terms-text ul {
    padding-left: 20px;
    margin-bottom: 25px;
}

.terms-text ul li {
    padding-left: 5px;
    color: #000;
}

.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: var(--color-blue);
}

.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: var(--color-blue);
}

.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;
}

/*-----------------
	26. Category Detail
-----------------------*/

.bookmark {
    margin-bottom: 0;
}

.web-project h4 {
    font-weight: 500;
    font-size: 22px;
    color: var(--color-blue);
}

.stone-btn {
    font-size: 16px;
    font-weight: bold;
    background: var(--color-blue);
    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: var(--color-blue);
    border: 1px solid transparent;
    padding: 10px 15px;
}

.out-btn {
    background: #FAFAFA;
    color: #161c2d;
    border: 1px solid transparent;
    padding: 10px 15px;
}

.btn-cancel {
    background: var(--color-blue);
    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: var(--color-blue);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 34px;
}

.stats-detail p {
    font-family: 'Montserrat', sans-serif;
    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: var(--color-blue);
}

.finance-title .sort-show {
    float: right;
}

.bg-bluelight {
    background: #F5F9FF;
}

.bg-light {
    background: #FCFCFC;
}

.text-rbold {
    font-weight: bold;
    font-size: 24px;
    color: var(--color-blue);
}

.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: var(--color-blue);
    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: var(--color-blue);
}

.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;
    box-shadow: 0px 4px 14px rgba(198, 198, 198, 0.25);
    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: var(--color-blue);
    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: var(--color-blue);
    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 var(--color-blue);
    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: var(--color-blue);
}

.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, var(--color-blue), var(--color-blue)), #00A171;
}

.change-btn {
    background: linear-gradient(113.98deg, var(--color-blue) 19.08%, var(--color-blue) 68.11%), var(--color-blue);
    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: var(--color-blue);
}

.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;
}

.myprofile-widget {
    border: 1px solid #E8E8E8;
    box-shadow: 0px 4px 4px rgba(204, 204, 204, 0.25);
    height: 100%;
}

.myprofile-header {
    background: var(--color-blue);
    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: var(--color-blue);
}

.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: var(--color-blue);
    width: 29px;
    height: 29px;
    display: inline-block;
    line-height: 29px;
    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 {
    margin-bottom: 25px;
    width: 100%;
    margin-bottom: 0;
    height: 12px;
    border-radius: 50px;
}

.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: bold;
}

.pro-head {
    border-bottom: 1px solid #F8F8F8;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro-head h2 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
}

.pro-body {
    padding: 20px;
}

.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: var(--color-blue);
}

.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: var(--color-blue);
    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: var(--color-blue);
}

.setting-tab .nav-link.active {
    background: var(--color-blue);
    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;
}

/*-----------------
	27. Chat
-----------------------*/

.chat-page .content {
    padding: 110px 0 0 0;
}

.chat-page .footer {
    display: none;
}

.chat-window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
}

@media(max-width: 991px) {
    .chat-window {
        margin-top: 0px;
    }
}

.chat-cont-left {
    border-right: 1px solid #f0f0f0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    left: 0;
    margin-right: 1%;
    max-width: 35%;
    position: relative;
    z-index: 4;
    background: #fff;
    box-shadow: 0px 4px 14px rgba(198, 198, 198, 0.25);
    border-radius: 0px 0px 10px 10px;
}

.chat-cont-left .chat-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    color: #161c2d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 0 15px;
}

.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: 15px;
    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-cont-left .chat-users-list {
    background-color: #fff;
}

.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: var(--color-blue);
    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: #232323;
    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: #8a8a8a;
    font-size: 13px;
}

.chat-cont-left .chat-users-list a.media:hover {
    background-color: #f5f5f6;
}

.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-cont-right {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    background: #fff;
    box-shadow: 0px 4px 14px rgba(198, 198, 198, 0.25);
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
}

.chat-cont-right .chat-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #F4EEFF;
    box-shadow: 0px 4px 4px #F5F8FF;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 0 15px;
}

.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: 16px;
    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;
}

.chat-cont-right .chat-body .media .media-body {
    margin-left: 45px;
}

.chat-cont-right .chat-body .media .media-body .msg-box > div {
    padding: 10px 15px;
    border-radius: 15px;
    display: inline-block;
    position: relative;
}

.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: var(--color-blue);
}

.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: 45px;
}

.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 #f0f0f0;
    padding: 10px 0px;
    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;
    border: none;
    border-radius: 50px;
}

.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: var(--color-blue);
    border-color: var(--color-blue);
    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: var(--color-blue);
}

.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 var(--color-blue);
    border-right: 15px solid var(--color-blue);
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    content: "";
    height: 0;
    left: -10px;
    position: absolute;
    right: auto;
    bottom: 12px;
    width: 0;
}

.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:before {
    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: absolute;
    right: -10px;
    bottom: 12px;
    width: 0;
}

.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: #000;
    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 input {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/*-----------------
	28. Outgoing Call
-----------------------*/

.call-box .call-wrapper {
    height: auto;
    text-align: center;
}

.call-box .call-wrapper .call-avatar {
    margin-bottom: 30px;
    cursor: pointer;
    animation: ripple 2s infinite;
}

.call-box .call-wrapper .call-user {
    margin-bottom: 30px;
}

.call-box .call-wrapper .call-user span {
    display: block;
    font-weight: 500;
    text-align: center;
}

.call-box .call-wrapper .call-items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.call-box .call-wrapper .call-items .call-item {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid transparent;
    border-radius: 100%;
    color: #fff;
    line-height: 0;
    margin: 0 5px;
    padding: 15px;
}

.call-box .call-wrapper .call-items .call-item:hover {
    opacity: 0.9;
}

.call-box .call-wrapper .call-items .call-item:first-child {
    margin-top: -30px;
}

.call-box .call-wrapper .call-items .call-item:last-child {
    margin-top: -30px;
}

.call-box .call-wrapper .call-items .call-item.call-end {
    padding: 20px;
    margin: 30px 20px 0;
    background: #f06060;
    border: 1px solid #f06060;
    color: #fff;
    line-height: 0;
    border-radius: 100%;
}

.call-box .call-wrapper .call-items .call-item.call-start {
    padding: 20px;
    margin: 30px 20px 0;
    background: #55ce63;
    border: 1px solid #55ce63;
    color: #fff;
    line-height: 0;
    border-radius: 100%;
}

.call-box.incoming-box .call-wrapper .call-items .call-item.call-start {
    margin: 0 10px;
}

.call-box.incoming-box .call-wrapper .call-items .call-item.call-end {
    margin: 0 10px;
}

.call-box .call-avatar {
    border-radius: 100%;
    height: 140px;
    max-width: 140px;
    min-width: 140px;
    position: relative;
    width: 100%;
    border: 10px solid #fafafa;
}

.call-box .btn {
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s ease 0s;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    }
}

@keyframes ripple {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    }
    100% {
        -moz-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    }
}

/*-----------------
	29. Incoming Call
-----------------------*/

.incoming-btns {
    margin-top: 20px;
}

.call-wrapper {
    position: relative;
    height: calc(100vh - 145px);
}

.call-page .footer {
    display: none;
}

.dropdown-action .dropdown-toggle::after {
    display: none;
}

.call-modal .modal-body {
    padding: 40px;
}

.call-modal .modal-content {
    border: 0;
    border-radius: 10px;
}

.call-box .call-wrapper .call-user h4 {
    font-size: 24px;
}

/*-----------------------
	30. 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 #f5f5f5;
}

.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: var(--color-blue);
}

.profile-action .dropdown-menu .dropdown-item {
    color: var(--color-blue);
}

.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: var(--color-blue);
    border: 1px solid var(--color-blue);
    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: var(--color-blue);
    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: var(--color-blue);
    border-color: var(--color-blue);
}

.f-7 {
    font-size: 7px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    z-index: 2;
    color: var(--color-blue);
    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: var(--color-blue);
    border-color: var(--color-blue);
}

.btn-outline-primary:hover {
    background-color: var(--color-blue);
    border-color: var(--color-blue);
}

.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: var(--color-blue);
    border-color: var(--color-blue);
}

.btn-outline-primary {
    color: var(--color-blue);
    border-color: var(--color-blue);
}

.f-20 {
    font-size: 20px;
}

/*-------------------------
	31. Profile-details-view
--------------------------*/

.project-details-tab .nav-tabs {
    border-bottom: 1px solid var(--color-blue);
    background: var(--color-blue);
}

.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: var(--color-blue);
    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;
}

/*-----------------
	32. Freelancer
-----------------------*/

.settings-widget {
    background: #fff;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 4px 4px rgba(204, 204, 204, 0.25);
    margin-bottom: 30px;
}

.settings-header {
    background: var(--color-blue);
    padding: 20px;
}

.settings-header h3, .settings-header h3 a {
    color: #fff;
}

.settings-header p {
    color: #fff;
}

.settings-menu ul {
    display: block;
    border: 0;
    padding: 20px;
    margin: 0;
    list-style: none;
}

.settings-menu ul li + li {
    margin-top: 25px;
}

.settings-menu ul li a {
    color: #161c2d;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    border: 0 !important;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    line-height: normal;
}

.settings-menu ul li a:hover, .settings-menu ul li a:focus {
    color: var(--color-blue);
    background-color: transparent !important;
    border: 0 !important;
}

.settings-menu ul li a.active {
    color: var(--color-blue) !important;
    border: 0;
}

.settings-menu ul li a i {
    margin-right: 8px;
    font-size: 20px;
}

.dash-widget {
    background: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 4px 4px rgba(200, 200, 200, 0.25);
    margin-bottom: 30px;
}

.dash-info {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.dash-widget-info {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    color: #161c2d;
}

.dash-widget-count {
    font-weight: bold;
    font-size: 30px;
    color: var(--color-blue);
    line-height: 1.2;
}

.dash-widget-more {
    padding: 20px;
}

.plan-details h4 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
    color: var(--color-blue);
}

.plan-details h3 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 1px;
    color: var(--color-blue);
}

.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: 10px;
}

.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: var(--color-blue);
}

.on-project {
    border-bottom: 1px solid #F7F7F7;
    padding: 20px;
}

.on-project h5, .on-project .h5 {
    font-weight: 500;
    font-size: 16px;
    color: var(--color-blue);
    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 var(--color-blue);
    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: var(--color-blue);
    text-decoration: underline;
}

.chat-page footer {
    display: none;
}

.back-text {
    text-align: right;
    margin-bottom: 20px;
    padding-right: 25px;
}

.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: var(--color-blue);
    margin-right: 12px;
}

.proedit-widget .btn {
    height: 50px;
}

.small-text {
    font-size: 12px;
    color: var(--color-blue);
    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-approve {
    position: absolute;
    top: 10px;
    left: 10px;
    text-shadow: 1px 1px white;
}
.portfolio-approve span {
    text-shadow: none;
}

.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: var(--color-blue);
}

.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: var(--color-blue);
    color: #fff;
    border-color: var(--color-blue);
}

.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;
    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: var(--color-blue);
}

.hire-box p {
    font-weight: 600;
    font-size: 14px;
}

.btn-chat {
    font-weight: 500;
    font-size: 12px;
    color: var(--color-blue);
    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 var(--color-blue);
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 14px;
    color: var(--color-blue);
}

.bg-outline-green {
    border: 1px solid #4B9F18;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 14px;
    color: #4B9F18;
}

.table .thead-pink th {
    color: var(--color-blue);
    background-color: #FFF6F4;
    border-color: #FFF6F4;
}

.table-box {
    background: #fff;
    border: 1px solid #E7E7E7;
}

.bg-pink .input-group-text {
    background: #ffe6e1;
    border-color: #ffe6e1;
    color: var(--color-blue);
}

.project-table h4 {
    font-weight: 600;
    font-size: 16px;
    color: var(--color-blue);
    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: var(--color-blue);
}

.br-30 {
    border-radius: 30px;
}

.file-circle {
    width: 33px;
    height: 33px;
    background: #FDF4F3;
    color: var(--color-blue);
    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;
}

.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: var(--color-blue);
    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 var(--color-blue), 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;
}

/*-----------------
	33. Employer
-----------------------*/

.paginations {
    padding: 0;
    margin-bottom: 0;
}

.paginations li {
    list-style: none;
    display: inline-block;
    padding-right: 20px;
}

.paginations li a {
    font-weight: 600;
    font-size: 14px;
    color: #161c2d;
}

.paginations li .active {
    background: var(--color-blue);
    color: #fff;
    padding: 5px 11px;
    border-radius: 50%;
    display: inline-block;
}

.paginations li:hover .active {
    color: #fff;
}

.paginations li:hover a {
    color: var(--color-blue);
}

.guide-account {
    border: 1px solid var(--color-blue);
    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: var(--color-blue);
    font-size: 14px;
    font-weight: 600;
    border-bottom: 4px solid var(--color-blue);
}

.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: var(--color-blue);
    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: 20px;
}

.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: var(--color-blue);
    border-radius: 3px;
    padding: 8px 10px;
    color: #fff;
    text-align: center;
    width: 140px;
    display: block;
    margin: 0 auto 10px;
}

.projects-btn:hover {
    background-color: #fb451d;
    color: #fff;
}

.projects-action .projects-btn ~ .projects-btn {
    margin: 0 auto 0;
}

.projects-details {
    display: flex;
    width: 100%;
}

.projects-action {
    width: 50%;
    padding-left: 20px;
}

.projects-amount {
    width: 36%;
    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: var(--color-blue);
    font-weight: 600;
    font-size: 38px;
    line-height: 1.2;
}

.my-projects-list {
    margin-bottom: 30px;
}

.prj-proposal-count h3 {
    font-size: 16px;
}

.content-divider {
    border-right: 1px solid #F5F5F5;
    height: 96px;
}

.content-divider-1 {
    border-right: 1px solid #EAEAEA;
    height: 96px;
}

.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 h5 {
    font-weight: 600;
    font-size: 13px;
    color: var(--color-blue);
    margin-bottom: 0;
}

.hired-detail {
    font-size: 13px;
    color: #000;
}

.prj-proposal-count.hired h3 {
    font-weight: 600;
    font-size: 14px;
    color: var(--color-blue);
    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;
}

.project-hire-info {
    display: flex;
    width: 50%;
    align-items: center;
    margin-left: auto;
    justify-content: flex-end;
}

.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: 12px;
}

.project-proposals {
    background: #FFF5F3;
    border: 1px solid rgba(255, 91, 55, 0.1);
    padding: 12px;
    margin-bottom: 15px;
}

.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: #808080;
    font-size: 12px;
    border-right: 1px solid #ADADAD;
    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;
}

.proposer-detail h4 {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    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: 12px;
    background: #fff;
}

.description-proposal p {
    margin-bottom: 0;
    font-size: 14px;
}

.proposer-bid h3 {
    font-size: 20px;
    color: #161c2d;
    margin-bottom: .25rem;
}

.proposer-bid h5 {
    font-size: 13px;
    color: var(--color-blue);
    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;
}

.projects-action.single-btn {
    width: 100%;
}

.completed-badge {
    font-size: 14px;
    color: #4B9F18;
    font-weight: 700;
}

.waiting-badge {
    font-size: 14px;
    color: #ffbc34;
    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 rgba(255, 0, 0, 0.1);
}

.profile-edit-btn {
    background: #fff;
    font-weight: 500;
    font-size: 16px;
    color: var(--color-blue);
    border: 1px solid var(--color-blue);
    border-radius: 2px;
}

.profile-edit-btn:hover {
    background: var(--color-blue);
    color: #FFF;
    border: 1px solid var(--color-blue);
}

.my-projects-view .pro-post {
    margin-bottom: 0;
}

.pro-pos .select2-container {
    z-index: unset;
}

/*-----------------
	34. 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: var(--color-blue);
    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: var(--color-blue);
}

.member-detail h3 {
    font-weight: 600;
    font-size: 26px;
    color: var(--color-blue);
    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;
}

/*-----------------
	35. 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;
}

.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;
    white-space: nowrap;
}

.proposal-img {
    display: block;
    margin-right: 60px;
}

.proposal-client {
    margin-right: 36px;
}

.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: #161c2d;
    margin-bottom: 0;
    padding-top: 5px;
}

.project-info.project {
    width: 45%;
}

.project-hire-info.project {
    width: 55%;
}

.proposer-info.project {
    width: 65%;
    padding-left: 25px;
}

.projects-action.project {
    width: 35%;
    padding-left: 20px;
}

.hired-detail {
    font-size: 12px;
    color: #6e727d;
    font-weight: 700;
    margin-bottom: 0;
}

.hired-date {
    font-weight: 500;
    font-size: 13px;
    color: #161c2d;
    margin-bottom: 0;
}

.projects-btn.project {
    margin: 0 0 10px;
}

.projects-cancelled-card {
    background: rgba(255, 0, 0, 0.07);
}

.paginations li {
    list-style: none;
    display: inline-block;
    padding-right: 20px;
}

.paginations li:last-child {
    padding-right: 0;
}

.paginations li a {
    font-weight: 600;
    font-size: 14px;
    color: #161c2d;
}

.paginations li .active {
    background: var(--color-blue);
    color: #fff;
    padding: 5px 12px;
    border-radius: 50%;
}

.paginations li:hover .active {
    color: #fff;
}

.paginations li:hover a {
    color: var(--color-blue);
}

.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: 600;
    font-size: 24px;
    color: #161c2d;
}

.modal label {
    font-weight: 500;
    color: #161c2d;
}

.rating-text {
    font-weight: 500;
    font-size: 16px;
    color: #161c2d;
}

.modal-close a i {
    color: var(--color-blue);
    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-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: #000;
    font-size: 16px;
}

.text-highlight {
    font-weight: 700;
    color: var(--color-blue);
}

.pro-btn {
    background: var(--color-blue);
    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: var(--color-blue);
}

.bck-btn {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    background: var(--color-blue);
    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%;
}

/*-----------------
	36. 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-details-two {
    text-align: left
}

.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,
.invoice-table-two tr th,
.invoice-table-two tr td {
    color: #161c2d;
    font-weight: 600;
    padding: 10px 20px;
    line-height: inherit
}

.invoice-table tr td,
.invoice-table-two tr td {
    font-weight: 500;
}

.invoice-table-two {
    margin-bottom: 0
}

.invoice-table-two tr th,
.invoice-table-two tr td {
    border-top: 0;
}

.invoice-table-two tr td {
    text-align: right
}

.invoice-info h5 {
    font-size: 16px;
    font-weight: 500;
}

.other-info {
    margin-top: 10px;
}

/*-----------------
	37. Footer
-----------------------*/

.footer {
    background-image: url(../images/bg/footer-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.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: #E5E5E5;
}

.footer-contact p {
    color: #E5E5E5;
}

.footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

h2.footer-title:after {
    content: "";
    width: 35px;
    height: 3px;
    background: var(--color-blue);
    bottom: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    position: absolute;
    border-radius: 50px;
}

.footer .footer-menu ul li {
    margin: 0 15px 0 0;
}

.footer .footer-menu ul li:last-child {
    margin-bottom: 0;
}

.footer .footer-menu ul li a {
    color: #E5E5E5 !important;
    font-size: 15px;
    position: relative;
    padding: 5px 5px;
    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: var(--color-blue) !important;
}

.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: var(--color-blue);
}

.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: var(--color-blue);
    border-radius: 200px;
    position: absolute;
    height: 43px;
    right: 0;
    width: 80px;
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-success:hover {
    background-color: #00cc52;
    border-color: #00cc52;
}

.btn-add {
    color: #fff;
    background-color: #1bc5bd;
    border-color: transparent;
}

.btn-add:hover {
    color: #1bc5bd;
    background-color: #c9f7f5;
    border-color: transparent;
}

.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 transparent;
}

.copyright-text p, .copyright-text p a {
    color: #fff;
}

.center-text {
    text-align: center;
}

.copyright-text p a:hover {
    color: var(--color-blue);
}

.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;
}

.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: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}

.freelance-specific {
    font-size: 14px;
    color: #6e727d;
}

.freelance-location {
    color: #6e727d;
    font-size: 14px;
    margin-bottom: 15px;
}

.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: var(--color-blue);
    border: 1px solid var(--color-blue);
}

.favourited {
    color: #fff;
    background: var(--color-blue);
    border: 1px solid var(--color-blue);
}

.cart-hover {
    text-align: center;
}

.btn-cart {
    width: 100%;
    display: inline-block;
    border-radius: 0;
    border-color: transparent;
    text-transform: capitalize;
    background: var(--color-blue);
    color: #fff;
    padding: 10px 15px;
}

.btn-cart:hover, .btn-cart:focus {
    background: #fb451d;
    color: #fff;
}

.freelance-content {
    padding: 20px;
}

.sort-tab {
    background-color: #edeef3;
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 22px;
}

.freelance-view h4 {
    font-size: 15px;
    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;
}

.freelance-tags {
    margin-bottom: 10px;
}

.freelancers-price {
    font-size: 20px;
    font-weight: bold;
}

.freelance-widget:hover .freelancers-price {
    color: #38B653;
}

.widget-author {
    background-color: #fff;
    border-radius: 8px;
    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 rgba(239, 239, 239, 0.42);
    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 15px;
}

.widget-author .profile-img a {
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.widget-author .profile-img a img {
    border-radius: 50%;
    width: 100%;
}

.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: var(--color-blue);
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.widget-author .dev-text {
    position: relative;
}

.widget-author .left-content h6 {
    color: #000;
}

.widget-author .left-content h4 {
    color: #000;
}

.widget-author .left-content h4 a {
    color: #000;
}

.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: 18px;
    padding-right: 18px;
    position: relative;
    width: 33%;
}

.counter-stats ul li h3 {
    color: #51595e;
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 15px;
}

.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: #ecf0f9;
}

.jobtype {
    color: #38B653
}

.developers-slider .owl-nav {
    position: absolute;
    overflow: hidden;
    bottom: 100%;
    right: -5px;
    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: -5px;
    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: var(--color-blue);
}
.header-menu {
    margin-bottom: 0px;
}
/* 
.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99998;
    display: block;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    -moz-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
} */

.note-editor.note-frame .note-status-output {
    display: none;
}

.dashboard-page .content {
    padding: 0px;
}

.dashboard-page .content-page {
    padding: 0px;
}

.dashboard-page .header {
    border-bottom: 1px solid #e3e3e3;
}

.dashboard-page .header .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.dashboard-page .footer .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.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;
}

.chat-page .header .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.chat-page .content > .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.invoice-id {
    color: var(--color-blue);
}

.widget-author.pro-post {
    box-shadow: 0px 4px 4px rgb(204 204 204 / 25%);
    border: 1px solid #e8e8e8;
    border-radius: 0;
}

/*-----------------
	37. Footer Two
-----------------------*/

.footer-two {
    background: #263238;
}

.footer-two .footer-top {
    padding: 80px 0 20px;
}

.footer-two .footer-title {
    color: #EFAA46;
    font-size: 18px;
    margin-bottom: 24px;
    padding: 0;
}

.footer-two .copyright {
    border-top: 0.5px solid #FFFFFF;
}

.footer-two .footer-address {
    font-size: 13px;
}

.footer-two .footer-address i {
    width: 18px;
    height: 18px;
    color: #EFAA46;
}

.footer-two .footer-menu ul li a,
.footer-two .footer-menu p,
.footer-two .copyright-text p {
    font-size: 14px;
}

.footer-two h2.footer-title:after {
    display: none;
}

.logo-footer {
    margin-bottom: 15px;
}

.footer-two .footer-address .off-address p {
    margin-bottom: 20px;
}

.footer-two .footer-address .off-address a:hover {
    color: #fff;
}

.footer-two .footer-menu ul li a:hover {
    color: #EFAA46;
}

.footer-two .footer-menu ul li a {
    color: #fff;
}

.footer-two .social-icon ul li a {
    color: #fff;
    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;
}

.footer-two .social-icon ul li a:hover {
    color: #EFAA46;
    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;
}

.footer-two .off-address a span {
    color: #efaa46;
}

/*-----------------
	37. Footer Three
-----------------------*/

.footer-three {
    background: #445160;
    position: relative;
}

.footer-three:before {
    content: "";
    position: absolute;
    background: #2567E5;
    border-radius: 0px 0px 19px 19px;
    width: 800px;
    height: 19px;
    left: 50%;
    -webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(-50%, 0);
    top: 0px;
    border: 6px solid #fff;
    border-top: 0;
}

.footer-three .footer-top {
    padding: 80px 0 40px;
}

.footer-three .footer-menu ul li {
    display: flex;
}

.footer-three .footer-menu ul li i {
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.footer-three h2.footer-title:after {
    display: none;
}

.footer-three .footer-title {
    margin-bottom: 15px;
    padding-bottom: 0px;
    font-size: 22px;
}

.footer-three .footer-menu ul li a {
    color: #fff;
}

.footer-three .social-icon ul li a {
    color: #fff;
    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;
}

.footer-three .social-icon ul li a:hover {
    color: #2567E5;
    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;
}

.footer-three .logo-footer {
    margin-bottom: 25px;
}

.footer-three .logo-footer .logo {
    padding: 0;
}

.text-footer p {
    margin-bottom: 36px;
}

.footer-three .footer-policy ul li {
    padding: 0px 12px;
    margin: 0;
}

.footer-three .footer-policy ul li a {
    font-size: 16px;
    font-weight: 400;
}

.footer-three .footer-policy ul li:nth-child(1) {
    border-right: 2px solid #fff;
}

.footer-three .copyright {
    border-top: 1px solid #fff;
}

.footer-three .footer-menu ul li a:hover {
    color: #2567E5;
}

/*-----------------
	37. Footer Four
-----------------------*/

.footer-four {
    background-image: url(../images/bg/footer-four-bg.jpg);
}

.footer-four .footer-title {
    color: #00C4CF;
    padding: 0;
    margin-bottom: 24px;
    font-size: 18px;
}

.footer-four .footer-top {
    padding: 80px 0 40px;
}

.footer-four .off-address a span {
    color: #00C4CF;
}

.footer-four .footer-address {
    font-size: 13px;
    margin-bottom: 22px;
}

.footer-four .logo-footer {
    max-width: 160px;
}

.footer-four .footer-menu ul li a:hover {
    color: #00C4CF;
}

.footer-four .footer-menu ul li a {
    color: #fff;
}

.footer-four .footer-menu p,
.footer-four .footer-menu ul li a {
    font-size: 14px;
}

.footer-four .social-icon ul li a {
    width: 39px;
    height: 39px;
    border: 1.5px solid #FFFFFF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    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;
}

.footer-four .social-icon ul li a:hover {
    background: #fff;
    color: #00C4CF;
    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;
}

.footer-four h2.footer-title:after {
    display: none;
}

.footer-four .copyright {
    border-top: 0.5px solid #FFFFFF;
}

/*-----------------
	37. Footer Five
-----------------------*/

.footer-five {
    background: #1E2634;
    position: relative;
}

.footer-five:before {
    content: "";
    position: absolute;
    background: #3C4558;
    border-radius: 0px 0px 19px 19px;
    width: 800px;
    height: 19px;
    left: 50%;
    -webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(-50%, 0);
    top: 0px;
    border: 6px solid #1F1C1C;
    border-top: 0;
}

.footer-five .footer-top {
    padding: 80px 0 40px;
}

.footer-five .footer-menu ul li {
    display: flex;
}

.footer-five .footer-menu ul li i {
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.footer-five h2.footer-title:after {
    display: none;
}

.footer-five .footer-title {
    margin-bottom: 15px;
    padding-bottom: 0px;
    font-size: 22px;
}

.footer-five .footer-menu ul li a {
    color: #fff;
}

.footer-five .social-icon ul li a {
    color: #fff;
    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;
}

.footer-five .social-icon ul li a:hover {
    color: #2567E5;
    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;
}

.footer-five .logo-footer {
    margin-bottom: 25px;
}

.footer-five .logo-footer .logo {
    padding: 0;
}

.footer-five .text-footer p {
    margin-bottom: 36px;
}

.footer-five .footer-policy ul li {
    padding: 0px 12px;
    margin: 0;
}

.footer-five .footer-policy ul li a {
    font-size: 16px;
    font-weight: 400;
}

.footer-five .footer-policy ul li:nth-child(1) {
    border-right: 2px solid #fff;
}

.footer-five .copyright {
    border-top: 1px solid #fff;
}

.footer-five .footer-menu ul li a:hover {
    color: #2567E5;
}

/*-----------------
	38. Company Profile
-----------------------*/

.company-profile h4 {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}

.company-profile .widget-box {
    padding: 0px;
}

.profile-head {
    padding: 30px 30px 6px 30px;
}

.profile-head .pro-title {
    border: 0;
}

.company-profile .widget-box .latest-posts li {
    padding: 13px 30px 13px;
}

.company-profile .widget-box .latest-posts li span {
    color: var(--color-blue);
}

.about-widget.profile-overview p {
    margin-bottom: 10px;
}

.profile-overview .latest-posts li {
    border-bottom: 1px solid #EDEDED;
    padding: 13px 0;
}

.profile-overview .latest-posts li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.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: 11px 15px;
    font-size: 20px;
    background: #8553EE;
    border: 0;
    border-radius: 50px;
}

.contact-btn .btn-primary i {
    margin-right: 12px;
}

.working-days .latest-posts li {
    color: #6D7E8F;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #EDEDED;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.working-days .latest-posts li p {
    margin-bottom: 0;
}

.map-location {
    padding: 30px;
    padding-top: 0;
}

.working-days .latest-posts li h6 {
    margin-left: auto;
    color: #131135;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.social-link-profile {
    display: flex;
    padding: 30px;
    padding-top: 10px;
    margin: 0;
}

.social-link-profile li {
    list-style: none;
    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;
}

.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 var(--color-blue);
    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;
}

.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, .abouts-view ul li .active {
    background-color: rgba(255, 91, 55, 0.15);
    border-radius: 5px;
}

.abouts-view ul li .active-about:before, .abouts-view ul li .active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: var(--color-blue);
    top: -10px;
    left: 0;
    width: 100%;
    border-radius: 10px;
}

.provider-tabs.abouts-view .nav-tabs.nav-tabs-solid > li > a:hover {
    background-color: rgba(255, 91, 55, 0.15);
    border-radius: 5px;
}

.provider-tabs.abouts-view .nav-tabs.nav-tabs-solid > li > a p {
    color: #131135;
}

.abouts-view li a img {
    margin-right: 10px;
}

.company-post {
    border: 1px solid #E8E8E8;
    box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
    border-radius: 5px;
}

.company-post .pro-title {
    color: #000;
    margin-bottom: 38px;
    border-bottom: 0;
}

.abouts-view {
    border: 1px solid #E8E8E8;
    box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
    border-radius: 5px;
    margin-bottom: 27px;
}

.abouts-view .nav-tabs.nav-tabs-solid {
    padding: 20px;
    padding-top: 28px;
}

.profile-baner {
    background: url(../images/bg/bg-13.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    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;
}

.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-size: 12px;
    font-weight: 400;
}

.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;
}

.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: var(--color-blue);
    font-size: 14px;
}

.project-company .projects-action .hired-detail span {
    color: #000;
}

.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: #000;
    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: #000;
    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: var(--color-blue);
    border-radius: 5px;
    font-size: 18px;
    min-width: 160px;
    padding: 12px 15px;
}

.abouts-detail .pro-title {
    margin-bottom: 29px;
    font-size: 18px;
    text-transform: uppercase;
}

.abouts-detail .pro-content {
    padding: 0;
}

.company-post .list-pagination {
    margin: 0;
}

.company-post .project-company {
    margin-bottom: 30px;
}

.company-post .project-company .project-info span {
    font-weight: 600;
}

/*-----------------
	38. Developer Detail
-----------------------*/

.developer-view .pro-title,
.develop-view .pro-title {
    border: 0;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
}

.develop-view .widget-box {
    padding: 20px;
}

.developer-profile-img {
    position: relative;
    margin-bottom: 25px;
}

.developer-profile-img > img {
    width: 100%;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.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: 20px;
    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;
}

.about-field .table tr td:first-child {
    padding-left: 0px;
    color: #5C5C5C;
}

.about-field .table tr:last-child td {
    padding-bottom: 0;
}

.about-field .pro-title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #000;
}

.developer-view .follow-posts {
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 4px 14px rgba(215, 215, 215, 0.25);
    border-radius: 5px;
    border: 0;
}

.developer-view .follow-posts li:first-child {
    width: 50%;
}

.developer-view .follow-widget {
    text-align: inherit;
}

.developer-box h2 {
    font-size: 30px;
}

.developer-box h3,
.developer-box h3 a {
    font-size: 24px;
    font-weight: 500;
    color: var(--color-blue);
}

.developer-box h3 i {
    color: #38B653;
    font-size: 24px;
}

.head-develop h2 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
}

.head-develop h2 i {
    color: #38B653;
    font-size: 32px;
    margin-left: 10px;
}

.developer-box p {
    font-size: 16px;
    color: #000000;
}

.develope-list-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px;
}

.developer-box p span {
    background: #129BE8;
    padding: 7px 17px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}

.head-develop p span {
    margin-left: 11px;
}

.head-develop .rating i.filled {
    width: 20px;
    height: 20px;
}

.head-develop .develope-list-rate li {
    font-size: 16px;
    font-weight: 500;
}

.project-box-view h2 {
    color: #373737;
    margin-bottom: 30px;
}

.project-box-view h2 i {
    margin-left: 5px;
}

.project-box-view h3 {
    margin-bottom: 17px;
}

.project-box-view .develope-list-rate li {
    color: #131135;
    font-size: 16px;
    font-weight: 500;
}

.project-details-view .pro-post {
    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 .pro-post:hover {
    box-shadow: 0px 6px 6px rgb(204 204 204 / 40%);
    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:hover, .proposal-box .favour-border.favourited {
    background-color: var(--color-blue);
    border-color: var(--color-blue);
    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 20px;
    list-style: none;
    border-right: 1px solid #000000;
    color: #000000;
}

.project-rate li i {
    font-weight: 500;
    margin-right: 10px;
}

.develope-list-rate .full-time {
    background: #129BE8;
    padding: 4px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 20px;
    min-width: 87px;
}

.project-box-view .develope-list-rate .full-time {
    color: #fff;
}

.develope-list-rate .rating .average-rating {
    background: #FEBE42;
    padding: 5px 5px;
    font-size: 11px;
    color: #000;
    border-radius: 5px;
    margin-right: 10px;
}

.develope-list-rate li:last-child {
    border: 0;
}

.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;
}

.proposal-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
}

.proposal-value h4 {
    font-size: 36px;
    color: var(--color-blue);
    font-weight: 500;
    margin-bottom: 0;
}

.proposal-value span {
    font-size: 16px;
}

.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;
    min-height: 47px;
    font-size: 18px;
}

.favourites-btn.btn-primary {
    background: transparent;
    color: #F5365C;
    margin: 0px 15px;
    min-width: 174px;
}

.favourites-btn.btn-primary i {
    margin-left: 7px;
}

.proposal-btn.btn-primary {
    background: var(--color-blue);
    min-width: 194px;
}

.proposal-btn.btn-primary:hover {
    background: var(--color-blue);
}

.proposal-btn.btn-primary i {
    margin-left: 4px;
}

.feed-back-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.feed-back-detail li {
    list-style: none;
    padding: 0px 10px;
    border-right: 1px solid #131135;
    font-size: 16px;
    color: #5C5C5C;
}

.feed-back-detail li span {
    padding-left: 10px;
    color: #F15C3D;
}

.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: #000;
    font-size: 14px;
    font-weight: 600;
}

.experiance-list {
    background: #F9F9F9;
    border-radius: 20px;
    padding: 20px;
}

.experiance-list h4 {
    font-size: 16px;
    color: #292929;
    font-weight: 500;
    margin-bottom: 15px;
}

.experiance-list h5 {
    color: #F38247;
    margin-bottom: 5px;
}

.experiance-list p {
    color: #000000;
}

.experiance-list h5,
.experiance-list p {
    font-size: 14px;
}

.experiance-logo {
    background: var(--color-blue);
    border-radius: 10px;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.experiance-logo.logo-bg {
    background: #F5365C;
}

.develop-feedback .author-details h6 {
    color: #F38247;
    font-size: 14px;
}

.feedback-view {
    margin-left: auto;
    color: var(--color-blue);
    font-size: 14px;
    font-weight: 500;
}

.develop-feedback .author-details .blog-author-name {
    font-size: 14px;
}

.develop-feedback .author-details p {
    font-size: 14px;
    color: #000;
}

.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: var(--color-blue);
    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;
}

.develop-view .provider-tabs.abouts-view .nav-tabs.nav-tabs-solid li p {
    margin: 0;
}

.technical-skill .tags .badge-skills {
    width: auto;
    cursor: pointer;
}

.technical-skill .badge-skills {
    background: rgba(255, 91, 55, 0.1);
    border-radius: 40px;
    color: var(--color-blue);
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    margin-bottom: 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: 0;
}

.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-pro {
    margin-left: auto;
    text-align: right;
}

.develop-list-pro .freelancers-price {
    margin: 19px 0px;
}

.develop-list-pro .btn-cart {
    min-width: 164px;
    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%;
}

.about-list-author .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: #131135;
}

.wallet-btn .btn-primary {
    min-width: 131px;
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 130px;
}

.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 {
    padding: 0;
    color: #646464;
    font-weight: 400;
    font-size: 11px;
}

.wallet-history .table tr td {
    color: #131135;
    font-size: 14px;
}

.wallet-history .table tr td:last-child {
    color: #4AA44D;
}

.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: #000;
    background: #EDEDED;
    border: 1px solid #EDEDED;
}

.wallet-head h2 {
    font-size: 24px;
    margin: 23px 0px 40px;
}

/*-----------------
	38. Freelancer Favourites
-----------------------*/

.freelance-box {
    padding: 25px;
}

.freelance-box .freelance-tags span {
    margin-bottom: 10px;
}

.book-mark .freelance-img,
.book-mark .freelance-img img {
    width: 86px;
    height: 86px;
}

.book-mark .freelance-info h3 {
    font-size: 16px;
    font-weight: 500;
}

.book-mark .freelance-specific,
.book-mark .freelance-location,
.book-mark .rating i,
.book-mark .rating .average-rating,
.book-mark .btn-cart {
    font-size: 12px;
}

.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: #000;
}

.book-mark .freelance-info h3 a:hover,
.tab-reviews .review-info h3 a:hover {
    color: var(--color-blue);
}

.favour-book .freelancers-price {
    color: #55545B;
}

.book-mark .freelance-specific {
    margin: 5px 0px;
}

.book-mark .freelance-location {
    margin-bottom: 6px;
}

.book-mark .freelance-content {
    padding: 15px;
}

.book-mark .freelance-widget {
    border: 1px solid #EFEFEF;
    box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
    margin-bottom: 25px;
}

.book-mark {
    padding-bottom: 0px;
}

.book-mark .rating i {
    color: #6E727D;
}

.book-mark .rating i.filled {
    color: #febe42;
}

.list-grid {
    margin-left: auto;
    margin-bottom: 0;
}

.list-book-mark .about-author {
    padding: 15px;
}

.list-book-mark .freelance-tags {
    margin-bottom: 0;
}

.list-book-mark .freelance-tags span {
    margin-bottom: 5px;
}

.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;
}

.list-grid li i {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    width: 34px;
    height: 34px;
    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: var(--color-blue);
    border: 1px solid var(--color-blue);
    color: #fff;
}

.relavance-rate {
    margin-left: auto;
}

.relavance-result {
    margin-bottom: 20px;
}

.relavance-result h4 {
    font-size: 14px;
    color: var(--color-blue);
}

.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 select {
    padding: 0 4px;
    max-width: 110px;
}

.relavance-rate .sort-by label {
    margin-bottom: 0;
    margin-right: 4px;
}

.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;
}

.bookmark-projects .freelance-content {
    padding: 10px;
}

.bookmark-projects .widget-author .profile-img {
    width: 86px;
    height: 86px;
    padding: 0;
    border: 1px solid #C4C4C4;
    background: transparent;
    margin-bottom: 5px;
}

.bookmark-projects .widget-author .author-location a {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: var(--color-blue);
}

.bookmark-projects .freelance-info h3 a {
    font-size: 12px;
    color: #6E727D;
    font-weight: 400;
}

.bookmark-projects .freelance-info h3 {
    line-height: 1.3;
    margin-bottom: 5px;
}

.bookmark-projects .post-now i {
    font-weight: 400;
}

.bookmark-projects .freelance-tags {
    margin-bottom: 0px;
}

.book-mark .badge-design {
    background: #F6F6F6;
}

.book-mark .badge-design:hover {
    background: #FFF0F0;
}

.bookmark-projects .freelance-tags span {
    margin-bottom: 5px;
}

.bookmark-projects .freelancers-price {
    margin: 15px 0px;
    color: #55545B;
}

.bookmark-projects .counter-stats {
    margin-top: 0px;
}

.bookmark-projects .counter-stats ul li h5 {
    margin-bottom: 3px;
}

.book-mark .btn-cart {
    padding: 6px 15px;
}

.list-book-mark .author-details {
    margin-left: 108px;
}

.list-develop-group {
    margin-bottom: 20px;
    box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
}

.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;
}

/*-----------------
	38. Project Details
-----------------------*/

.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: var(--color-blue);
}

.pink-color {
    background: #F5365C;
}

.green-color {
    background: #5BB054;
}

.project-details-view .pro-post-head p {
    color: #4E4E4E;
    font-size: 14px;
}

.project-details-view .pro-post-head h6 {
    color: #131135;
    font-size: 20px;
}

.project-details-view .job-type {
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #efefef;
}

.project-duration .job-type {
    margin-bottom: 25px;
}

.project-duration .pro-content {
    padding-top: 0;
}

.project-details-view .widget-box {
    box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
    border-radius: 5px;
    border: 0;
    padding: 15px;
}

.requirement-img {
    position: relative;
}

.file-name {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.file-name h4,
.file-name h5 {
    font-size: 14px;
    font-weight: 400;
}

.file-name h4 {
    color: #000;
}

.file-name h5 {
    color: #A3A3A3;
}

.project-details-view .pro-post .pro-title,
.project-client-view .pro-post .pro-title {
    border-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
}

.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;
}

.client-about .pro-post {
    border: 0;
    box-shadow: 0px 4px 34px rgba(215, 215, 215, 0.25);
    border-radius: 5px;
}

.client-about .client-list {
    margin-bottom: 25px;
}

.link-project .pro-title {
    margin-bottom: 26px;
}

.project-client-view .widget-author .author-location a {
    font-size: 22px;
    color: var(--color-blue);
    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: 8px 20px;
}

.project-client-view .follow-details {
    margin: 19px 0px;
}

.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%;
    border: 1px solid #C4C4C4;
    width: 86px;
    height: 86px;
    margin: 0 auto 15px;
}

.project-details-view .widget-box .badge-design {
    background: rgba(255, 91, 55, 0.1);
    color: var(--color-blue);
    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%;
}

/*-----------------
	38. 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: #000000;
    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: var(--color-blue);
    color: #fff;
}

.progress-activated .multi-step {
    background: var(--color-blue);
    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: var(--color-blue);
}

.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(../images/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: var(--color-blue) !important;
    border: 1px solid #FFE6E1;
}

.select-account .pro-form-img .btn-primary {
    min-width: 191px;
    background: transparent;
    border: 1px solid #FFE6E1;
    color: var(--color-blue);
    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(../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: var(--color-blue);
    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: var(--color-blue);
}

.time-box .form-group {
    margin-right: 20px;
    max-width: 118px;
}

.back-home .btn-primary {
    background: var(--color-blue);
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    min-width: 177px;
}

.check-hour {
    display: none;
}

.back-home h2 {
    font-size: 20px;
    color: #000000;
}

.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: var(--color-blue);
    border-color: var(--color-blue);
}

.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;
}

/*-----------------
	38. Responsive
-----------------------*/

@media only screen and (min-width: 768px) {
    .avatar-xxl {
        width: 8rem;
        height: 8rem;
    }

    .avatar-xxl .border {
        border-width: 4px !important;
    }

    .avatar-xxl .rounded {
        border-radius: 12px !important;
    }

    .avatar-xxl .avatar-title {
        font-size: 42px;
    }

    .avatar-xxl.avatar-away:before,
    .avatar-xxl.avatar-offline:before,
    .avatar-xxl.avatar-online:before {
        border-width: 4px;
    }
}

@media (min-width: 992px) {
    .main-nav > li {
        margin-right: 30px;
    }

    .main-nav > li:last-child {
        margin-right: 0;
    }

    .main-nav li {
        display: block;
        position: relative;
    }

    .main-nav > li > a {
        padding: 30px 0;
    }

    .main-nav > li > a > i {
        font-size: 15px;
        margin-left: 5px;
    }

    .main-nav li > ul {
        background-color: #fff;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        display: block;
        font-size: 14px;
        left: 0;
        margin: 0;
        min-width: 200px;
        opacity: 0;
        padding: 0;
        position: absolute;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        top: 100%;
        visibility: hidden;
        z-index: 1000;
    }

    .main-nav li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .main-nav .has-submenu.active .submenu li.active > a {
        color: #fff;
        background-color: var(--color-blue);
    }

    .main-nav > li .submenu li:first-child a {
        border-top: 0;
    }

    .main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: -1px;
        margin-right: 0;
    }

    .main-nav > li .submenu > li .submenu {
        left: 100%;
        top: 0;
        margin-top: 10px;
    }

    .main-nav > li .submenu li a:hover {
        background-color: var(--color-blue);
        color: #fff;
        border-color: transparent;
    }

    .main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
        top: 20px;
        margin-left: -35px;
        box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15);
        border-color: transparent #fff #fff transparent;
    }

    .main-nav > li > i {
        color: #fff;
        line-height: 75px;
    }

    .main-nav > li > i:hover {
        cursor: pointer;
    }

    .searchbar {
        line-height: 60px;
    }

    .container {
        max-width: 1440px;
    }

    .header-navbar-rht .dropdown-toggle.show + .dropdown-menu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .header-navbar-rht li .dropdown-menu {
        border-radius: 5px;
        padding: 0;
        margin: 0;
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        top: 100%;
        left: 0;
        right: auto;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        display: block;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@media only screen and (max-width: 1399px) {
    .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: 180px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .header-nav {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-navbar-rht li.lang-item {
        display: none;
    }

    .main-nav li a {
        font-size: 13px;
    }

    .project-content h5 {
        font-size: 12px;
    }

    .work-content {
        width: 83%;
    }

    .work-content h2 {
        font-size: 33px;
    }

    .footer-title {
        font-size: 19px;
    }

    .footer .footer-menu ul li a {
        font-size: 15px;
    }

    .agency-content {
        padding: 35px;
    }

    .payment-detail {
        padding: 25px;
    }

    .payment-detail p {
        font-size: 18px;
    }

    .profile-list li {
        width: calc(100% / 3);
    }

    .btn-list {
        margin-bottom: 7px;
    }

    .profile-title {
        font-size: 30px;
    }

    .follow-posts {
        width: 240px;
    }

    .left-content h4 {
        font-size: 12px;
    }

    .bid-btn, .btn-view-outline {
        font-size: 11px;
    }

    .profile-right {
        display: inline-block;
    }

    .profile-right li {
        margin-right: 0;
    }

    .job-type h6 {
        font-size: 17px;
    }

    .amt-hr {
        font-size: 28px;
    }

    .bid-btn, .dev-right h6 {
        font-size: 13px;
    }

    .dev-right p {
        font-size: 15px;
    }

    .main-nav > li {
        margin-right: 15px;
    }

    .job-category p {
        font-size: 14px;
    }

    .stats-detail {
        padding: 18px;
    }

    .stats-detail h3, .create-milestone h3 {
        font-size: 24px;
    }

    .table-borderless.table tbody tr td {
        font-size: 20px;
    }

    .dash-widget-info {
        font-size: 17px;
    }

    .header-navbar-rht li a {
        font-size: 12px;
    }

    .proposals-info {
        display: block;
    }

    .proposals-detail {
        width: 100%;
    }

    .project-hire-info {
        width: 100%;
    }

    .content-divider-1 {
        display: none;
    }

    .projects-details {
        display: block;
    }

    .project-info.project {
        width: 100%;
    }

    .project-hire-info.project {
        width: 100%;
    }

    .content-divider {
        display: none;
    }

    .proposer-info.project {
        padding-left: 0;
    }

    .projects-action.project {
        padding-left: 0;
    }

    .need-project h2 {
        font-size: 38px;
    }

    .home-three:before,
    .work-three:before {
        width: 12px;
    }

    .develope-project,
    .news-two,
    .get-discount,
    .most-hired,
    .projects-two {
        padding: 60px 0px;
    }

    .review-two {
        padding: 60px 0 140px;
    }

    .testimonial-section.review-two .owl-nav {
        margin-top: 20px;
    }

    .testimonial-slider-three.owl-carousel .owl-nav button.owl-prev {
        left: 68%;
    }

    .head-subscibe h2 {
        font-size: 40px;
    }

    .footer-two .footer-top {
        padding: 60px 0 20px
    }

    .header-three .header-navbar-rht .login-btn,
    .header-three .header-navbar-rht .log-btn {
        font-size: 14px;
    }

    .header-three .header-navbar-rht .login-btn {
        min-width: 140px;
    }

    .header-three .header-navbar-rht .log-btn {
        min-width: 110px;
    }

    .header-three {
        padding-top: 15px;
    }

    .perfect-group h2 {
        font-size: 20px;
    }

    .img-perfect img {
        width: 100%;
    }

    .develop-bottom h5 {
        padding: 16px 25px;
    }

    .header-five .header-navbar-rht .log-btn {
        font-size: 14px;
        min-width: 112px;
        padding: 8px 10px;
    }

    .header-five .header-navbar-rht .login-btn {
        font-size: 14px;
        min-width: 150px;
        padding: 8px 10px;
    }

    .header-five .header-navbar-rht li {
        margin-right: 15px;
    }

    .board-logo {
        width: 10%;
    }

    .social-link-profile {
        flex-wrap: wrap;
    }

    .social-link-profile li {
        margin-bottom: 15px;
    }

    .develop-social-link.widget-box {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 991.98px) {
    h1, .h1 {
        font-size: 32px;
    }

    h2, .h2 {
        font-size: 28px;
    }

    h3, .h3 {
        font-size: 20px;
    }

    h4, .h4 {
        font-size: 18px;
    }

    h5, .h5 {
        font-size: 16px;
    }

    h6, .h6 {
        font-size: 15px;
    }

    .banner-content h1 {
        font-size: 30px;
        line-height: 39px;
    }

    .banner-content p {
        font-size: 19px;
    }

    .courses-btn, .get-btn {
        font-size: 15px;
        padding: 14px 28px;
    }

    .container {
        max-width: 100%;
    }

    .feature-item {
        padding: 30px 10px;
    }

    .feature .feature-content h3 {
        font-size: 26px;
    }

    .feature .feature-content p {
        font-size: 18px;
    }

    .myprofile-header h2 {
        font-size: 20px;
    }

    .bg1, .bg2 {
        background-size: 150px;
    }

    .setting-tab .nav-link {
        padding: 15px 20px;
        font-size: 16px;
    }

    .setting-content .pro-head h2 {
        font-size: 22px;
    }

    .work-content {
        width: 90%;
        padding: 40px;
    }

    .work-content .long-arrow {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
    }

    .work-content h2 {
        font-size: 26px;
    }

    .work-content p, .section-header p {
        font-size: 20px;
    }

    .all-btn {
        padding: 12px 24px;
        font-size: 16px;
    }

    .review-blog {
        padding: 30px;
    }

    .review-info h3 {
        font-size: 18px;
    }

    .review-blog .review-img img {
        width: 100px;
        height: 100px;
    }

    .review-blog .review-content p {
        font-size: 15px;
    }

    .review-bottom .review-img img {
        width: 50px;
        height: 50px;
    }

    .review-bottom .review-info h3 {
        font-size: 16px;
    }

    .news-content .entry-meta li.name i {
        font-size: 16px;
    }

    .news-content .entry-meta li {
        font-size: 14px;
    }

    .service-item {
        padding: 25px;
    }

    .service-content h5 {
        font-size: 17px;
    }

    .social-icon ul li a {
        font-size: 13px;
    }

    .news-blog {
        align-items: unset;
    }

    .news-blog .d-flex {
        display: block !important;
    }

    .news-content {
        margin-right: 0;
    }

    .news-content h2 {
        font-size: 16px;
    }

    .news-content p {
        font-size: 15px;
    }

    .expert, .about, .job-counter {
        padding: 50px 0;
    }

    .about .about-img {
        text-align: center;
    }

    .agency-content {
        width: 100%;
        padding: 20px;
    }

    .agency-content h2 {
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 24px;
    }

    .counter h2 {
        font-size: 28px;
    }

    .counter h4 {
        font-size: 18px;
    }

    .follow-posts {
        width: 280px;
    }

    .payment-detail h2 {
        font-size: 32px;
    }

    .profile-list li {
        width: calc(100% / 3);
    }

    .profile-title {
        font-size: 28px;
    }

    .profile-right, .profile-preword {
        display: block;
    }

    .profile-right li {
        margin-right: 0;
    }

    .btn-list {
        margin-bottom: 7px;
    }

    .payment-list label {
        font-size: 15px;
    }

    .click-btn {
        font-size: 16px;
        padding: 10px 35px;
    }

    .left-content h4 {
        font-size: 12px;
    }

    #accordion .card-header {
        font-size: 17px;
    }

    .footer-user {
        top: 92px;
    }

    .sidebar-overlay.opened {
        display: block;
    }

    .price-features {
        margin-top: 0;
    }

    .column-5 {
        width: calc(100% / 3);
        margin-bottom: 20px;
    }

    .header.min-header {
        background-color: #fff4f0;
    }

    .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .main-nav ul {
        background-color: #ffe7e1;
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    .main-nav > li {
        border-bottom: 1px solid #fddbd2;
        margin-left: 0;
        margin-right: 0;
    }

    .main-nav li + li {
        margin-left: 0;
    }

    .main-nav > li > a {
        line-height: 1.5;
        padding: 15px 20px !important;
        color: #263238 !important;
        font-size: 14px;
        font-weight: 500;
        background: transparent !important;
        border-radius: 0 !important;
    }

    .main-nav li a:hover {
        background: transparent;
        border-radius: 0;
        line-height: 1.5;
        margin: 0;
    }

    .main-nav > li > a > i {
        float: right;
        margin-top: 5px;
    }

    .main-nav > li .submenu li a {
        border-top: 0;
        color: #263238;
        padding: 10px 15px 10px 35px;
    }

    .main-nav > li .submenu ul li a {
        padding: 10px 15px 10px 45px;
    }

    .main-nav > li .submenu > li.has-submenu > a::after {
        content: "\f078";
    }

    .main-nav .has-submenu.active > a, .main-nav > li.active > a {
        color: var(--color-blue) !important;
    }

    .main-nav .has-submenu.active .submenu li.active > a {
        color: var(--color-blue);
    }

    .login-left {
        display: none;
    }

    .searchbar {
        display: none;
    }

    .main-menu-wrapper {
        order: 3;
        width: 260px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1060;
        transform: translateX(-260px);
        transition: all 0.4s;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        background-color: #fff4f0;
    }

    .menu-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    #mobile_btn {
        display: inline-block;
        line-height: 0;
    }

    .main-nav > li.active > a:before {
        display: none;
    }

    .main-nav .log-select {
        display: none;
    }

    .services, .projects, .subscribe, .developer, .review, .news {
        padding: 60px 0;
    }

    .section-text {
        margin-bottom: 40px;
    }

    .footer-top {
        padding: 60px 0 0 0;
    }

    .footer-widget {
        margin-bottom: 25px;
    }

    .transaction-table .head-title {
        font-size: 24px;
    }

    .price-features .header-price h3 {
        font-size: 28px;
    }

    .change-btn, .plan-btn, .pay-btn {
        font-size: 16px;
    }

    .table-borderless.table tbody tr td {
        font-size: 18px;
    }

    .stone-btn {
        font-size: 15px;
        padding: 15px 25px;
    }

    .position-title h3 {
        margin-bottom: 10px !important;
    }

    .position-title .sort-by {
        float: left;
        padding: 0 15px 0 0;
    }

    .stats-content {
        display: block;
    }

    .stats-detail {
        width: 100%;
        margin-bottom: 10px;
    }

    .chat-cont-left, .chat-cont-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        transition: left 0.3s ease-in-out 0s, right 0.3s ease-in-out 0s;
        width: 100%;
    }

    .chat-cont-left {
        border-right: 0;
    }

    .chat-cont-right {
        position: absolute;
        right: -100%;
        top: 0;
        opacity: 0;
        visibility: hidden;
    }

    .chat-cont-right .chat-header {
        justify-content: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
    }

    .chat-cont-right .chat-header .back-user-list {
        display: block;
    }

    .chat-cont-right .chat-header .chat-options {
        margin-left: auto;
    }

    .chat-window.chat-slide .chat-cont-left {
        left: -106%;
    }

    .chat-window.chat-slide .chat-cont-right {
        right: 0;
        opacity: 1;
        visibility: visible;
    }

    .chat-footer .avatar {
        display: none;
    }

    .plan-details h4 {
        font-size: 24px;
    }

    .pro-head h2 {
        font-size: 18px;
    }

    .earn-info p {
        font-size: 15px;
    }

    .breadcrumb-bar .breadcrumb-title {
        font-size: 28px;
    }

    .projects-details {
        display: block;
    }

    .project-info {
        width: 100%;
    }

    .content-divider {
        display: none;
    }

    .content-divider-1 {
        display: none;
    }

    .projects-amount {
        width: 50%;
        text-align: left;
    }

    .projects-action {
        width: 50%;
        padding-left: 0;
        text-align: right !important;
    }
    .projects-action .projects-btn ~ .projects-btn {
        margin: 0 0 10px auto;
    }

    .project-hire-info {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .bread-crumb-bar {
        padding-top: 64px;
    }

    .projects-btn {
        margin: 0 0 10px auto;
        margin: 0 0 10px auto;
    }

    .prj-proposal-count.hired {
        top: 0%;
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .prj-proposal-count {
        top: 0;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .projects-card {
        margin-bottom: 15px;
    }

    .projects-btn {
        width: 120px;
    }

    .projects-btn.project {
        margin: 0 0 10px auto;
    }

    .projects-list h2 {
        font-size: 24px;
    }

    .banner-content .sub-btn, .banner-content .form-control, .banner-content .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 15px;
    }

    .bookmark {
        margin-bottom: 0;
    }

    .chat-page .content {
        padding-top: 80px;
    }

    .dashboard-page .content {
        padding-top: 20px;
    }

    .dashboard-page .content-page {
        padding-top: 20px;
    }

    .dashboard-page .content > .container-fluid,
    .header-nav {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-title {
        font-size: 26px;
    }

    .table-responsive {
        white-space: nowrap;
    }

    .home-two .main-nav.main-two .has-submenu.active > a,
    .home-two .main-nav.main-two > li.active > a {
        color: #EFAA46 !important;
    }

    .header-two .bar-icon span {
        background-color: #EFAA46;
    }

    .header-two .main-menu-wrapper,
    .header-two .menu-header {
        background-color: #fff;
    }

    .header-two .head-border {
        padding: 6px 0px;
    }

    .header-two .main-nav ul {
        background-color: #328f84;
    }

    .header-two .main-nav > li .submenu li a {
        color: #fff;
        font-size: 14px;
    }

    .header-two .main-nav .has-submenu.active .submenu li.active > a {
        color: #fff;
    }

    .header-two .main-nav > li.active > a::after {
        display: none;
    }

    .header-two .main-nav.main-two .has-submenu.active > a,
    .header-two .main-nav.main-two > li.active > a {
        color: #efaa46 !important;
    }

    .header-two .menu-close i {
        color: #287e74;
    }

    .testimonial-two .review-blog .review-img img {
        width: 148px;
        height: auto;
    }

    .header-two .main-nav {
        background-color: #287e74;
    }

    .header-two .main-nav > li {
        border-bottom: 1px solid #1b6058;
    }

    .header-two .main-nav > li > a {
        color: #fff !important;
    }

    .home-two .banner-content h1 {
        font-size: 36px;
    }

    .feature-position {
        position: relative;
        top: 0;
    }

    .feature-two .feature-item {
        margin-bottom: 60px;
    }

    .need-project h2 {
        font-size: 28px;
    }

    .want-work {
        text-align: left;
    }

    .want-work h2 {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .project-position {
        right: 0;
    }

    .testimonial-section.review-two .owl-carousel .owl-nav button.owl-next,
    .testimonial-section.review-two .owl-carousel .owl-nav button.owl-prev,
    .testimonial-section.review-two .owl-carousel button.owl-dot {
        width: 40px;
        height: 40px;
    }

    .testimonial-section.review-two .owl-nav {
        margin-top: 20px;
    }

    .review-two {
        padding: 40px 0px 100px
    }

    .testimonial-section.review-two .owl-carousel .owl-nav button.owl-next i,
    .testimonial-section.review-two .owl-carousel .owl-nav button.owl-prev i,
    .testimonial-section.review-two .owl-carousel button.owl-dot i {
        font-size: 14px;
    }

    .head-subscibe h2 {
        font-size: 30px;
    }

    .head-subscibe {
        padding-left: 0px;
    }

    .discount-img {
        text-align: center;
        margin-top: 20px;
    }

    .testimonial-two .owl-item.active {
        width: 744px !important;
    }

    .header-three {
        padding-top: 15px;
    }

    .header-three .bar-icon span {
        background-color: #2567E5;
    }

    .header-three .main-menu-wrapper {
        background-color: #2567E5;
    }

    .header-three .main-nav .has-submenu.active > a,
    .header-three .main-nav > li.active > a {
        color: #fff !important;
    }

    .header-three .menu-header {
        background-color: #fff;
    }

    .header-three .menu-close i {
        color: #27c294;
    }

    .header-three .menu-header img {
        width: 170px;
    }

    .header-three .main-nav > li {
        border-bottom: 1px solid #2357bb;
    }

    .header-three .header-navbar-rht .login-btn,
    .header-three .header-navbar-rht .log-btn {
        padding: 7px 6px;
        font-size: 15px;
    }

    .header-three .header-navbar-rht .login-btn {
        min-width: 155px;
    }

    .header-three .header-navbar-rht .log-btn {
        min-width: 120px;
    }

    .header-three .header-nav {
        padding: 0;
    }

    .header-three .header-navbar-rht li a {
        font-size: 15px;
    }

    .home-three .banner-content h1 {
        font-size: 40px;
        line-height: 1.3;
    }

    .home-three .banner-content h5 {
        font-size: 20px;
    }

    .home-three .banner-content .rating .checked {
        font-size: 22px;
    }

    .home-three:before,
    .work-three:before {
        width: 9px;
    }

    .header-three .main-nav > li {
        border-bottom: 1px solid #2357bb;
    }

    .header-three .main-nav > li > a {
        color: #fff !important;
    }

    .header-three .main-nav ul {
        background-color: #2a5dbd;
    }

    .header-three .main-nav > li .submenu li a {
        color: #fff;
        font-size: 14px;
    }

    .header-three .main-nav .has-submenu.active .submenu li.active > a {
        color: #fff;
    }

    .feature-three .feature-item {
        width: 100%;
    }

    .perfect-group,
    .perfect-img {
        margin-bottom: 20px;
    }

    .need-position {
        position: relative;
        top: 0;
    }

    .perfect-group h2 {
        font-size: 22px;
    }

    .work-three-widget {
        padding: 25px;
    }

    .work-three,
    .project-back,
    .subscribe-three,
    .feature-three {
        padding: 60px 0px;
    }

    .news.news-three {
        padding: 60px 0px 0px;
    }

    .projects.projects-three {
        padding: 0;
    }

    .developers-slider-three.owl-carousel .owl-nav button.owl-prev,
    .developers-slider-three.owl-carousel .owl-nav button.owl-next {
        width: 38px;
        height: 37px;
        font-size: 14px;
    }

    .testimonial-slider-three.owl-carousel .owl-nav button.owl-prev {
        left: 68%;
    }

    .review-develop img {
        width: 100%;
    }

    .review-develop:before {
        display: none;
    }

    .footer-three:before {
        width: 550px;
        height: 15px;
        border: 4px solid #fff;
        border-top: 0;
    }

    #developers-slider-three {
        padding: 0px 60px;
    }

    #developers-slider-three .owl-item .freelance-widget {
        margin-bottom: 20px;
    }

    .owl-theme.developers-slider-three .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
    }

    .hired-developer {
        padding: 60px 0px 0px;
    }

    .news-three .blog.grid-blog .blog-content {
        border-radius: 0 0 10px 10px;
        position: relative;
        bottom: 0;
    }

    .one-icon {
        margin-bottom: 20px;
    }

    .section-three h2 {
        line-height: 1.3;
    }

    .discount-more {
        padding: 55px;
    }

    .view-face .btn-primary,
    .view-work .btn-primary {
        min-width: 42px;
        padding: 7px 5px;
    }

    .discount-more:before,
    .discount-more:after {
        width: 350px;
    }

    .testimonial-slider-three.owl-carousel .owl-nav button.owl-prev,
    .testimonial-slider-three.owl-carousel .owl-nav button.owl-next {
        width: 29px;
        height: 27px;
        font-size: 14px;
        border-radius: 6px;
    }

    .testimonial-slider-three.owl-carousel .owl-nav button.owl-prev {
        left: inherit;
        right: 70px;
    }

    .testimonial-slider-three.owl-carousel .owl-nav button.owl-next {
        right: 30px;
    }

    .testimonial-slider-three .review-blog .review-img img {
        width: 48px;
        height: 48px;
    }

    .owl-theme.testimonial-slider-three .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
    }

    .footer-three .footer-top {
        padding: 60px 0 20px;
    }

    .footer-three .social-icon {
        margin-bottom: 20px;
    }

    .footer-three .footer-policy {
        margin-bottom: 0;
    }

    .home-four {
        margin-top: 57px;
        background: #f6f6f8;
    }

    .header-four .header-nav {
        height: 57px;
    }

    .header-four .bar-icon span,
    .header-four .main-menu-wrapper {
        background-color: #00c4cf;
    }

    .header-four .main-nav > li {
        border-bottom: 1px solid #07a4ad;
    }

    .header-four .menu-header {
        background-color: #fff;
        border-bottom: 1px solid #07a4ad;
    }

    .header-four .main-nav .has-submenu.active > a,
    .header-four .main-nav > li.active > a,
    .header-four .main-nav > li > a {
        color: #fff !important;
    }

    .header-four .main-nav > li > a,
    .header-four .main-nav > li .submenu li a,
    .header-four .main-nav .has-submenu.active .submenu li.active > a {
        color: #fff;
        font-size: 14px;
    }

    .header-four .main-nav ul {
        background-color: #0daeb7;
    }

    .header-four .header-navbar-rht .login-btn {
        min-width: 145px;
        padding: 9px 10px;
        font-size: 14px;
    }

    .sign-page {
        min-width: 180px;
        padding: 9px 10px;
        text-align: center;
    }

    .sign-page li {
        padding: 0px 6px;
    }

    .sign-page li img {
        width: 25px;
    }

    .home-four .banner-content h1 {
        font-size: 42px;
        color: #19283E;
        line-height: 1.2;
    }

    .feature-four {
        padding: 60px 0px 0px;
    }

    .most-hired-four {
        padding: 60px 0px;
    }

    .hired-group-four h2 {
        font-size: 26px;
    }

    .hired-group-four {
        padding: 20px;
    }

    .perfect-four {
        margin-bottom: 20px;
    }

    .browse-all .btn-primary {
        min-width: 210px;
        padding: 10px 0px;
    }

    .browse-all i {
        margin-left: 10px;
    }

    .discount-four {
        padding: 25px;
    }

    .subscribe-four h3 {
        font-size: 30px;
    }

    .subscribe-four p {
        font-size: 16px;
    }

    .footer-four .footer-top {
        padding: 60px 0 20px;
    }

    .footer-four .social-icon {
        margin-bottom: 20px;
    }

    .testimonial-two-head {
        padding: 20px 0px;
    }

    .review-four .slick-prev {
        left: 0;
        width: 45px;
        height: 45px;
    }

    .review-four .slick-next {
        right: 80%;
        width: 45px;
        height: 45px;
    }

    .review-four .slick-prev:before,
    .review-four .slick-next:before {
        font-size: 20px;
    }

    .img-reviews img {
        width: 180px;
    }

    .review-four .client-img {
        right: 10px;
    }

    .testimonial-all {
        margin-top: 0px;
    }

    .projects-four,
    .developer-four {
        background-image: none;
    }

    .subscribe-image {
        display: none;
    }

    .header-five .header-nav {
        height: 57px;
    }

    .header-five .bar-icon span {
        background-color: #fff;
    }

    .header-five .main-menu-wrapper {
        background-color: #000;
    }

    .header-five .main-nav > li {
        border-bottom: 1px solid #242424;
    }

    .header-five .menu-header {
        background-color: #000;
        border-bottom: 1px solid #242424;
    }

    .header-five .main-nav .has-submenu.active > a,
    .header-five .main-nav > li.active > a,
    .header-five .main-nav > li > a {
        color: #fff !important;
    }

    .header-five .main-nav > li > a,
    .header-five .main-nav > li .submenu li a,
    .header-five .main-nav .has-submenu.active .submenu li.active > a {
        color: #fff;
        font-size: 14px;
    }

    .header-five .main-nav ul {
        background-color: #141414;
    }

    .header-five .menu-header img {
        width: 170px;
    }

    .header-five .main-nav .has-submenu.active .submenu li.active > a {
        background-color: #000000;
    }

    .header-five .menu-close i {
        color: #7c9cd9;
    }

    .header-five .header-navbar-rht li a {
        font-size: 16px;
    }

    .home-five .banner-content h1 {
        font-size: 40px;
    }

    .home-five .banner-content h5 {
        font-size: 20px;
    }

    .dark-group {
        min-height: 550px;
    }

    .work-five .work-three-widget {
        border-radius: 30px;
        padding: 30px;
    }

    .view-work a {
        margin-left: auto;
    }

    .creative-img img {
        max-width: 280px;
    }

    .work-five {
        padding: 60px 0px 185px;
    }

    .section-three h2 {
        font-size: 32px;
    }

    .header-five .header-navbar-rht .log-btn {
        min-width: 110px;
        padding: 6px 10px;
    }

    .header-five .header-navbar-rht .login-btn {
        min-width: 150px;
        padding: 6px 10px;
    }

    .review-five .review-develop img {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }

    .review-bg {
        min-height: 100%;
        border-radius: 20px;
        padding: 20px;
    }

    .review-five .review-blog {
        padding: 0;
    }

    .footer-five:before {
        width: 550px;
        height: 15px;
        border: 4px solid #fff;
        border-top: 0;
    }

    .review-four {
        background-image: none;
    }

    .review-quote img {
        max-width: 30px;
        top: 0px;
    }

    .project-company .projects-action .projects-btn {
        margin: 0 0 10px auto;
        margin: 0 0 10px auto;
    }

    .img-profile img {
        width: 100px;
        height: 100px;
    }

    .developer-box h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .developer-box h2 i {
        font-size: 28px;
    }

    .proposal-value h4 {
        font-size: 28px;
    }

    .favourites-btn.btn-primary,
    .proposal-btn.btn-primary {
        font-size: 16px;
        min-height: 50px;
        min-width: 160px;
    }

    .feed-back-detail li {
        font-size: 13px;
    }

    .experiance-list {
        margin-bottom: 25px;
    }

    .technical-skill .badge-skills {
        margin-bottom: 10px;
    }

    .board-screen .progressbar {
        max-width: 100%;
        margin-left: 0px;
    }

    .progressbar li h5,
    .progress-info h5 {
        font-size: 14px;
    }

    .progress-info h5 {
        margin-bottom: 0;
    }

    .progressbar {
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .multi-step {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        font-size: 12px;
    }

    .select-account {
        padding: 60px 0px;
    }

    .select-box {
        margin-bottom: 80px;
    }

    .multistep-form label {
        font-size: 15px !important;
    }

    .select-account .prev_btn {
        min-width: 135px;
        padding: 8px 15px;
        font-size: 16px;
        margin-right: 10px;
    }

    .select-account .btn-primary {
        min-width: 135px;
        padding: 7px 15px;
        font-size: 16px;
    }

    .btn-prev {
        margin-right: 0;
    }

    .new-addd .add-new,
    .new-addd .remove_row {
        font-size: 12px;
    }

    .personal-info input::placeholder {
        font-size: 13px;
    }

    .wallet-group {
        margin-bottom: 15px;
    }

    .onboard-head {
        padding: 0px 15px;
    }

    .select-account .personal-info .form-control {
        font-size: 13px;
    }

    .multistep-form label {
        font-size: 14px !important;
    }

    .onboard-head p {
        font-size: 15px;
    }

    .select-level {
        background-image: url(../images/icon/icon-19.png);
        background-position: 95%;
    }

    .wallet-rupee .form-control {
        border-color: #ffe6e1;
        height: 50px;
    }

    .wallet-rupee .dol-btn {
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    body {
        font-size: 14px;
    }

    h1, .h1 {
        font-size: 28px;
    }

    h2, .h2 {
        font-size: 26px;
    }

    h3, .h3 {
        font-size: 20px;
    }

    h4, .h4 {
        font-size: 18px;
    }

    h5, .h5 {
        font-size: 15px;
    }

    h6, .h6 {
        font-size: 16px;
    }

    .banner-content {
        padding: 80px 0;
    }

    .banner-content h1 {
        font-size: 23px;
        line-height: 29px;
    }

    .banner-content p {
        font-size: 18px;
        line-height: 20px;
    }

    .banner-img {
        display: none;
    }

    .courses-btn, .get-btn {
        font-size: 14px;
        padding: 12px 24px;
    }

    .work-content {
        width: 90%;
    }

    .bg1, .bg2 {
        background-size: 150px;
    }

    .work-content .long-arrow {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    .work-content h2 {
        font-size: 25px;
    }

    .work-content p {
        font-size: 22px;
    }

    .services {
        padding: 60px 0;
    }

    .projects {
        padding: 60px 0;
    }

    .all-btn {
        padding: 12px 26px;
        font-size: 14px;
    }

    .news-blog {
        margin-bottom: 20px;
    }

    .client-img {
        margin-bottom: 20px;
    }

    .social-icon ul li a {
        font-size: 12px;
        margin-right: 1px;
        line-height: 18px;
    }

    .about-content h2 {
        font-size: 24px;
    }

    .about {
        padding: 40px 0;
    }

    .about .about-img {
        text-align: center;
    }

    .agency-content {
        width: 100%;
        padding: 33px;
    }

    .job-counter .counter {
        margin-bottom: 20px;
    }

    .counter h2 {
        font-size: 26px;
    }

    .counter h4 {
        font-size: 16px;
    }

    .expert {
        padding: 40px 0;
    }

    .profile-list .proj-title {
        font-size: 14px;
    }

    .provider-widget {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .pro-info-right {
        margin-left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pro-info-left {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .profile-box .pro-info-right {
        margin-left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .camera-bg {
        bottom: 0;
    }

    .bottom-text {
        position: relative;
    }

    .profile-title {
        font-size: 18px;
    }

    .profile-preword, .profile-right {
        text-align: center;
        display: block;
    }

    .profile-inf {
        text-align: center;
    }

    .profile-list li {
        width: calc(100% / 3);
    }

    .provider-img {
        margin: 0 auto 20px;
    }

    .provider-action {
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }

    .submit-section .submit-btn {
        padding: 12px 22px;
        font-size: 13px;
    }

    .management-widget .profile-btn {
        padding: 12px 0;
        font-size: 14px;
    }

    .pro-title, .billing .card-header p, .payment-list label, .transaction h5 {
        font-size: 16px;
    }

    .bookmark-btn, .share-icon, .click-btn {
        font-size: 17px;
    }

    .profile-list li {
        font-size: 15px;
        padding: 15px 0px;
    }

    .payment-detail {
        padding: 20px;
    }

    .payment-detail h2 {
        font-size: 25px;
    }

    .payment-detail p {
        font-size: 15px;
    }

    #accordion .card-header {
        font-size: 16px;
    }

    .footer {
        background: #1c193c;
        overflow: inherit;
    }

    .footer-top {
        padding: 50px 0 40px 0;
    }

    .footer-user {
        top: 0;
    }

    .job-category p {
        font-size: 15px;
    }

    .login-header h3 {
        font-size: 21px;
    }

    .login-btn {
        font-size: 17px;
    }

    .settings-widget {
        margin-bottom: 25px;
    }

    .earn-info {
        margin-bottom: 15px;
    }

    .column-5 {
        width: calc(100% / 2);
    }

    .news-content .entry-meta li.name img {
        width: 30px;
        height: 30px;
    }

    .nav-tabs {
        border-bottom: 0;
        position: relative;
        background-color: #fff;
        padding: 5px 0;
        border: 1px solid #ddd;
        border-radius: 3px;
    }

    .nav-tabs.nav-justified {
        border-bottom: 1px solid #ddd;
    }

    .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-left-width: 2px;
        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 {
        background-color: #f5f5f5;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs > li > a.active, .nav-tabs > li > a.active:hover, .nav-tabs > li > a.active:focus {
        border-color: transparent transparent transparent #ff508b !important;
        border-left-width: 2px;
    }

    .user-tabs .nav-tabs .nav-item, .provider-tabs .nav-tabs .nav-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .nav-tabs .nav-item {
        margin-bottom: 0;
    }

    .copyright-text {
        padding-bottom: 5px;
    }

    .right-text, .center-text {
        text-align: left;
    }

    .left-content h4 {
        font-size: 13px;
    }

    .transaction-table .head-title {
        font-size: 22px;
    }

    .plan-top i {
        font-size: 30px;
    }

    .change-btn, .plan-btn {
        font-size: 18px;
    }

    .price-features .header-price h3 {
        font-size: 26px;
    }

    .price-features li {
        font-size: 15px;
    }

    .stone-btn {
        font-size: 14px;
        padding: 12px 14px;
    }

    .transaction-table .sort-title, .sort-title {
        font-size: 14px;
    }

    .transaction-table .sortby-fliter {
        width: 110px;
    }

    .wallet, .payment-process, .wallet-detail {
        margin-bottom: 0;
    }

    .profit-title h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .profit-title {
        padding: 15px 20px;
    }

    .stats-detail {
        width: 50%;
    }

    .stats-content {
        display: flex;
    }

    .table-borderless.table tbody tr td, .portfolio-detail .pro-name {
        font-size: 16px;
    }

    .finance-statement {
        margin-bottom: 25px;
        height: auto;
    }

    .profit-right .sort-by {
        margin-top: 10px;
    }

    .user-tabs ul li + li {
        margin-left: 0;
    }

    .projects-list h2, .page-title h3, .earn-feature .price, .freelance-title h3 {
        font-size: 22px;
    }

    .prolist-details p, .prolist-details h5 {
        font-size: 15px;
    }

    .project-table h3 {
        font-size: 20px;
    }

    .yr-amt, .freelance-title p {
        font-size: 15px;
    }

    .plan-details h3, .member-detail h3 {
        font-size: 25px;
    }

    .package-feature ul li {
        font-size: 14px;
    }

    .package-detail .package-price, .member-detail h4 {
        font-size: 24px;
    }

    .port-title h3, .modal-title {
        font-size: 18px;
    }

    .modal label {
        font-size: 15px;
    }

    .header-navbar-rht li {
        margin-right: 20px;
    }

    .inner-banner {
        padding: 30px 0;
    }

    .transaction-shortby .sort-show {
        padding: 5px;
    }

    .projects-action .projects-btn ~ .projects-btn {
        margin: 10px 0 0;
        margin-left: auto;
    }

    .header-title {
        font-size: 24px;
    }

    .subscribe h3 {
        font-size: 28px;
    }

    .home-two .banner-content h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    .home-two .banner-content .select2-container {
        border: 0;
    }

    .header-two .bar-icon span {
        background-color: #EFAA46;
    }

    .header-two .main-menu-wrapper,
    .header-two .menu-header {
        background-color: #fff;
    }

    .header-two .main-nav.main-two .has-submenu.active > a,
    .header-two .main-nav.main-two > li.active > a {
        color: #efaa46 !important;
    }

    .header-two .main-nav {
        background-color: #287e74;
    }

    .header-two .main-nav > li {
        border-bottom: 1px solid #1b6058;
    }

    .header-two .main-nav > li > a {
        color: #fff !important;
    }

    .section-text {
        margin-bottom: 25px;
    }

    .review.review-two .section-header {
        margin-bottom: 30px;
    }

    .icon-search {
        display: none;
    }

    .one-icon {
        margin-bottom: 20px;
    }

    .feature-position {
        position: relative;
        width: 100%;
        top: 0;
    }

    .feature-two .feature-item {
        margin-bottom: 60px;
    }

    .develope-project {
        padding: 40px 0px;
    }

    .need-project h2 {
        font-size: 24px;
    }

    .need-project,
    .pro-ject-img {
        margin-bottom: 20px;
    }

    .project-position {
        right: 0;
    }

    .want-work {
        text-align: left;
    }

    .want-work h2 {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .section-header.section-header-two {
        display: block;
        margin-bottom: 10px;
    }

    .section-header-two .header-title {
        margin-bottom: 10px;
    }

    .head-subscibe h2 {
        font-size: 28px;
    }

    .head-subscibe {
        padding-left: 0px;
    }

    .head-subscibe p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .need-project p,
    .section-text p {
        font-size: 16px;
    }

    .testimonial-section.review-two {
        padding: 40px 0px 100px;
    }

    .footer-two .footer-menu .img-fluid {
        width: 150px;
    }

    .feature-bottom {
        padding: 15px 10px;
        bottom: -27px;
        font-size: 14px;
        min-width: 260px;
    }

    .feature-group {
        margin-bottom: 25px;
    }

    .feature-two .comp-project {
        margin-bottom: 25px;
    }

    .testimonial-two .owl-item.active {
        width: 401px !important;
    }

    .testimonial-two .review-blog .review-img img {
        width: 110px;
        height: inherit;
        margin-bottom: 20px;
    }

    #mobile_btn {
        line-height: 0;
    }

    .header-two .main-nav > li.active > a::after {
        display: none;
    }

    .get-discount .banner-content .form-inner {
        border-radius: 7px;
    }

    .header-three {
        padding-top: 5px;
    }

    .header-three .bar-icon span {
        background-color: #2567E5;
    }

    .header-three .main-menu-wrapper {
        background-color: #2567E5;
    }

    .header-three .main-nav .has-submenu.active > a,
    .header-three .main-nav > li.active > a {
        color: #fff !important;
    }

    .header-three .menu-header {
        background-color: #fff;
    }

    .header-three .menu-close i {
        color: #27c294;
    }

    .header-three .menu-header img {
        width: 170px;
    }

    .header-three .main-nav > li {
        border-bottom: 1px solid #2357bb;
    }

    .header-three .main-nav > li > a {
        color: #fff !important;
    }

    .header-three .main-nav ul {
        background-color: #2a5dbd;
    }

    .header-three .main-nav > li .submenu li a {
        color: #fff;
    }

    .header-three .main-nav .has-submenu.active .submenu li.active > a {
        color: #fff;
    }

    .home-three .banner-content h1 {
        font-size: 32px;
        max-width: 100%;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .home-three .banner-content h5 {
        font-size: 16px;
    }

    .home-three {
        min-height: 600px;
        background: transparent;
    }

    .get-the-project {
        min-height: 530px;
    }

    .home-three:before,
    .work-three:before {
        width: 9px;
    }

    .home-three .banner-content .rating .checked {
        font-size: 20px;
    }

    .need-position {
        position: relative;
        top: 0;
    }

    .home-three .banner-content .select2-container {
        border-right: 0;
    }

    .perfect-img {
        margin: 20px 0px;
    }

    .perfect-group h2 {
        font-size: 22px;
    }

    .work-three-widget {
        padding: 25px;
    }

    .view-face .btn-primary,
    .view-work .btn-primary {
        min-width: 40px;
        padding: 6px 5px;
        font-size: 14px;
    }

    .perfect-group p {
        font-size: 16px;
    }

    .feature-three,
    .work-three,
    .subscribe-three,
    .review-three,
    .hired-developer,
    .project-back {
        padding: 40px 0px;
    }

    .section-three h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .projects.projects-three {
        padding: 0;
    }

    .btn-three .all-btn {
        padding: 10px 10px;
        min-width: 230px;
    }

    .testimonial-slider-three .review-blog {
        border-radius: 20px;
    }

    .subscribe-three .banner-content {
        padding: 0;
    }

    .developers-slider-three.owl-carousel .owl-nav button.owl-prev,
    .developers-slider-three.owl-carousel .owl-nav button.owl-next {
        width: 28px;
        height: 27px;
        font-size: 14px;
        border-radius: 3px;
    }

    #developers-slider-three {
        padding: 0px 20px;
    }

    .developers-slider-three.owl-carousel .owl-nav button.owl-next {
        right: -15px;
    }

    .developers-slider-three.owl-carousel .owl-nav button.owl-prev {
        left: -15px;
    }

    .developers-slider-three .freelance-content {
        padding: 12px;
    }

    .develop-footer h4 {
        font-size: 16px;
    }

    .position-three:before {
        display: none;
    }

    .review-develop:before {
        display: none;
    }

    .review-develop img {
        width: 100%;
    }

    .news-three .blog.grid-blog .blog-content {
        border-radius: 0 0 10px 10px;
        position: relative;
        bottom: 0;
    }

    .news.news-three {
        padding: 40px 0px 0px;
    }

    .discount-more:before,
    .discount-more:after {
        display: none;
    }

    .discount-more {
        padding: 30px;
        margin: 0px;
    }

    .testimonial-slider-three.owl-carousel .owl-nav button.owl-prev,
    .testimonial-slider-three.owl-carousel .owl-nav button.owl-next {
        width: 29px;
        height: 27px;
        font-size: 14px;
        border-radius: 6px;
    }

    .testimonial-slider-three .review-blog .review-img img {
        width: 48px;
        height: 48px;
    }

    .owl-theme.testimonial-slider-three .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
    }

    .subscribe-five .sub-btn {
        margin: 0;
    }

    .news.news-five {
        padding: 40px 0px 15px;
    }

    .work-five .perfect-group {
        margin-bottom: 0px;
    }

    .subscribe-five {
        padding: 10px 0px;
    }

    .footer-three .footer-top {
        padding: 40px 0 20px;
    }

    .footer-three .copyright-text,
    .footer-three .right-text {
        text-align: center;
    }

    .footer-three:before {
        width: 100%;
        height: 12px;
        left: 50%;
        border: 3px solid #fff;
        border-top: 0;
    }

    .footer-three {
        font-size: 15px;
    }

    .home-four .banner-content h1 {
        font-size: 32px;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .category-project,
    .what-search {
        width: 100%;
    }

    .home-four .banner-content .sub-btn {
        height: 50px;
    }

    .feature-four {
        padding: 40px 0px 0px;
    }

    .hired-group-four h2 {
        font-size: 22px;
    }

    .hired-group-four {
        padding: 20px;
        width: 100%;
    }

    .feature .feature-content p {
        font-size: 15px;
    }

    .perfect-four,
    .hired-group-four {
        margin-bottom: 20px;
    }

    .more-learn .btn-primary {
        min-width: 136px;
        padding: 9px 10px;
        font-size: 14px;
    }

    .most-hired-four {
        padding: 40px 0px;
    }

    .browse-all .btn-primary {
        min-width: 200px;
        padding: 10px 15px;
        font-size: 14px;
    }

    .discount-four {
        padding: 20px;
    }

    .subscribe-four .sub-btn {
        font-size: 14px;
        min-width: 140px;
        height: 45px;
    }

    .subscribe-four h3 {
        font-size: 28px;
    }

    .subscribe-four p {
        font-size: 14px;
    }

    .subscribe-four .form-control {
        height: 51px;
        font-size: 14px;
    }

    .subscribe-four form {
        margin-bottom: 20px;
    }

    .developer-four .section-header.section-header-two {
        margin-bottom: 10px;
    }

    .blog-read .btn-primary {
        min-width: 140px;
        padding: 8px 10px;
        font-size: 14px;
    }

    .footer-four .footer-top {
        padding: 40px 0 20px;
        margin-top: 0;
    }

    .footer-four .footer-address {
        font-size: 14px;
    }

    .footer-four .social-icon {
        margin-bottom: 20px;
    }

    .footer-four .footer-menu .img-fluid {
        width: 150px;
    }

    .review-four .client-img {
        right: 0;
        bottom: 15px;
    }

    .testimonial-thumb img {
        width: 40px;
    }

    .review-four .slider-nav {
        width: 200px;
        margin: auto;
    }

    .review-four .slick-prev {
        left: 0;
        width: 35px;
        height: 35px;
    }

    .review-four .slick-next {
        right: 75%;
        width: 35px;
        height: 35px;
    }

    .review-four .slick-prev:before,
    .review-four .slick-next:before {
        font-size: 16px;
    }

    .img-reviews img {
        width: 160px;
    }

    .review-quote img {
        max-width: 20px;
        top: 0px;
    }

    .testimonial-two-head {
        padding: 20px 0px;
    }

    .review-four {
        padding: 40px 0px;
    }

    .testimonial-all {
        margin-top: 0;
    }

    .home-five .banner-content h1 {
        font-size: 36px;
    }

    .home-five .banner-content h5 {
        font-size: 18px;
        margin: 20px 0px 20px;
    }

    .home-five .banner-content .form-inner {
        border-radius: 10px;
    }

    .home-five .banner-content .select2-container {
        border-right: 0;
    }

    .work-five .work-three-widget {
        border-radius: 10px;
        padding: 20px;
    }

    .work-five .perfect-group {
        max-width: 100%;
    }

    .work-five .work-to {
        text-align: left;
    }

    .work-five .work-to h2 {
        max-width: 100%;
    }

    .work-five .work-to h2:before {
        left: 0;
    }

    .work-five .work-to h2:after {
        left: 90px;
    }

    .creative-img {
        display: none;
    }

    .review-bg {
        background: #1A202C;
        border-radius: 33px;
        padding: 25px;
    }

    .review-five .review-develop img {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }

    .review-five .review-blog {
        padding: 0;
    }

    .footer-five:before {
        width: 100%;
        height: 12px;
        left: 50%;
        border: 3px solid #fff;
        border-top: 0;
    }

    .footer-five .icon-list {
        margin-bottom: 20px;
    }

    .footer-five .copyright {
        text-align: center;
    }

    .footer-five .right-text {
        text-align: center;
    }

    .review-five .review-bg {
        padding: 10px;
    }

    .budget-creative:before {
        display: none;
    }

    .work-five .view-work a {
        margin-left: 0;
    }

    .header-five .header-nav {
        padding: 0;
    }

    .subscribe-five .banner-content .form-inner {
        border-radius: 4px;
    }

    .subscribe-five .banner-content {
        padding: 0;
    }

    .discount-box .btn-primary {
        margin: 0;
    }

    .banner-content.discount-box {
        padding: 0;
    }

    .footer-five {
        font-size: 15px;
    }

    .about-list ul {
        display: block;
    }

    .about-list ul li {
        padding: 0;
        border: 0;
        margin-bottom: 5px;
    }

    .profile-main h2 {
        font-size: 20px;
    }

    .abouts-view ul li .active-about:before {
        display: none;
    }

    .profile-baner {
        padding: 40px 0px;
    }

    .provider-tabs.abouts-view .nav-tabs.nav-tabs-solid > li > a p {
        font-size: 15px;
    }

    .social-link-profile {
        flex-wrap: wrap;
    }

    .develop-social-link.widget-box {
        padding-bottom: 5px;
    }

    .social-link-profile li {
        margin-bottom: 15px;
    }

    .social-link-profile li a i {
        width: 40px;
        height: 40px;
    }

    .location-widget .pro-title {
        margin-bottom: 25px;
    }

    .abouts-detail .pro-content {
        padding: 5px 0 0;
    }

    .company-profile .pro-content {
        padding: 10px 0 0;
    }

    .project-company .projects-action .projects-btn {
        margin-bottom: 10px;
    }

    .company-gallery .pro-image img {
        width: 100%;
    }

    .company-post .pro-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .tab-reviews {
        flex-wrap: wrap;
    }

    .tab-reviews .rating {
        margin-top: 15px;
    }

    .company-post.widget-box {
        padding: 20px;
    }

    .post-btn .more-btn {
        font-size: 20px;
        padding: 6px 15px;
    }

    .profile-head {
        padding: 20px 20px 6px 20px;
    }

    .company-profile .widget-box .latest-posts li {
        padding: 13px 20px 13px;
    }

    .map-location {
        padding: 0px 20px;
    }

    .social-link-profile {
        padding: 20px;
        padding-top: 10px;
        margin: 0;
    }

    .contact-btn {
        margin-top: 0px;
        padding: 20px;
    }

    .contact-btn .btn-primary {
        padding: 8px 15px;
        font-size: 18px;
    }

    .project-company .projects-action .projects-btn {
        margin: 10px 0 10px;
    }

    .post-btn .more-btn {
        min-width: 160px;
    }

    .company-review .review-content p {
        font-size: 14px;
    }

    .img-profile img {
        width: 60px;
        height: 60px;
        top: 16px;
        right: 25px;
        border: 2px solid #E0E0E0
    }

    .developer-box h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .developer-box h2 i {
        font-size: 22px;
        margin-left: 0px;
    }

    .develope-list-rate {
        flex-wrap: wrap;
        display: block;
    }

    .develope-list-rate li {
        padding-left: 0;
        margin-bottom: 10px;
        border: 0;
    }

    .list-book-mark .verified {
        width: 12px;
        height: 12px;
        right: 0;
    }

    .list-book-mark .verified i {
        font-size: 12px;
    }

    .project-rate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .project-details-view .pro-post-head h6 {
        font-size: 16px;
    }

    .project-details-view .job-type,
    .requirement-img {
        margin-bottom: 15px;
    }

    .wallet-rupee .modal-body {
        padding: 20px;
    }

    .wallet-rupee .dol-btn {
        width: 58px;
        height: 48px;
    }

    .wallet-rupee .form-control {
        height: 48px;
    }

    .wallet-rupee .badge-skills {
        padding: 8px 28px;
    }

    .wallet-rupee .custom_radio .checkmark {
        height: 20px;
        width: 20px;
    }

    .wallet-rupee .custom_radio .checkmark:after {
        top: 3px;
        left: 3px;
        width: 12px;
        height: 12px;
    }

    .proposal-value h4 {
        font-size: 18px;
    }

    .proposal-value span {
        font-size: 12px;
    }

    .proposal-value {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .feed-back-detail {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .feed-back-detail li {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .watch-list li {
        font-size: 12px;
    }

    .favourites-btn.btn-primary {
        min-width: 80px;
        margin: 0px 10px;
    }

    .proposal-box {
        flex-wrap: wrap;
    }

    .proposal-btn.btn-primary {
        min-width: 120px;
    }

    .favourites-btn.btn-primary,
    .proposal-btn.btn-primary {
        min-height: 38px;
        font-size: 12px;
    }

    .technical-skill .badge-skills {
        margin-bottom: 10px;
    }

    .board-screen .progressbar {
        max-width: 100%;
    }

    .board-screen .multistep-progress {
        height: auto;
        text-align: center;
    }

    .multi-step {
        width: 30px;
        height: 30px;
    }

    .progressbar {
        justify-content: space-evenly;
    }

    .progressbar li {
        margin-bottom: 10px;
    }

    .board-logo {
        margin: auto;
    }

    .progress-info {
        width: 100%;
    }

    .employee-level {
        width: 140px;
        height: 140px;
    }

    .onboard-head a {
        width: 140px;
        height: 140px;
        padding: 15px;
    }

    .employee-level img {
        margin-bottom: 6px;
    }

    .free-lance-img {
        margin-right: 15px;
    }

    .select-account .btn-primary {
        min-width: 110px;
        padding: 7px 15px;
        font-size: 15px;
    }

    .select-account .prev_btn {
        min-width: 110px;
        padding: 8px 15px;
        font-size: 15px;
        margin-right: 10px;
    }

    .other-info-list ul li {
        width: 30px;
        height: 30px;
        background: var(--color-blue);
        border-radius: 50%;
        font-size: 10px;
        margin-right: 8px;
    }

    .first-progress, .second-progress {
        display: block;
        height: 100%;
    }

    .onboard-head h2 {
        font-size: 22px;
    }

    .select-account {
        padding: 40px 0px;
    }

    .select-box {
        margin-bottom: 60px;
    }

    .progressbar li h5 {
        font-size: 14px;
    }

    .onboard-head p {
        font-size: 14px;
    }

    .multistep-form label {
        font-size: 14px !important;
    }

    .new-addd {
        margin-bottom: 10px;
    }

    .select-account.select-btn {
        padding: 40px 0px 80px;
    }

    .personal-info {
        margin-bottom: 40px;
    }

    .back-home .btn-primary {
        background: var(--color-blue);
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
        min-width: 160px;
    }

    .board-screen .progressbar {
        margin: 10px 0px;
    }

    .personal-info input::placeholder {
        font-size: 12px;
    }

    .new-addd .add-new,
    .select-level {
        font-size: 12px;
    }

    .multistep-form .form-control {
        min-height: 40px;
        height: 40px;
    }

    .bread-crumb-bar {
        padding-top: 60px;
    }

    .bread-crumb-bar .breadcrumb-list .page-breadcrumb ol li,
    .bread-crumb-bar .breadcrumb-list .page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
        font-size: 12px;
    }

    .develop-list-select .list-grid {
        margin-left: 0;
    }

    .freelance-view {
        margin-bottom: 15px;
    }

    .list-develop-group .about-author,
    .list-develop-group .about-author .about-list-author {
        display: block !important;
    }

    .about-list-author .about-author-img {
        position: relative;
    }

    .book-mark .about-list-author .about-author-img {
        margin-bottom: 10px;
    }

    .about-list-author .author-details {
        margin-left: 0;
    }

    .develop-list-pro {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px;
    }

    .develop-list-pro .btn-cart {
        min-width: auto;
    }

    .develop-list-pro .freelancers-price {
        margin: 0px 10px;
    }

    .develop-list-pro .freelancers-price {
        font-size: 18px;
    }

    .wallet-group {
        margin-bottom: 15px;
    }

    .total-depit {
        margin-bottom: 0;
    }

    .balance-total h2 {
        font-size: 18px;
    }

    .select-account .personal-info .form-control {
        font-size: 12px;
    }

    .account-onborad.complte-board {
        padding: 10px;
    }

    .back-home p {
        font-size: 14px;
    }

    .back-home img {
        max-width: 230px;
    }

    .personal-info {
        padding: 15px;
    }

    .onboard-head {
        padding: 0px 15px;
    }

    .select-level {
        background-image: url(../images/icon/icon-19.png);
        background-position: 95%;
    }
}

@media only screen and (max-width: 575.98px) {
    h1, .h1 {
        font-size: 26px;
    }

    h2, .h2 {
        font-size: 22px;
    }

    h3, .h3 {
        font-size: 18px;
    }

    h4, .h4 {
        font-size: 16px;
    }

    h5, .h5 {
        font-size: 15px;
    }

    h6, .h6 {
        font-size: 12px;
    }

    .section-header {
        margin-bottom: 35px;
    }

    .section-header p {
        font-size: 16px;
        line-height: 24px;
    }

    .section-header h5 {
        font-size: 18px;
    }

    .developer .section-header, .review .section-header {
        margin-bottom: 55px;
    }

    .banner-content {
        padding: 50px 0;
    }

    .banner-content .rating .checked, .banner-content h5 {
        font-size: 12px;
    }

    .banner-content h1 {
        font-size: 23px;
        margin: 6px 0;
    }

    .banner-content p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .feature .feature-content h3 {
        font-size: 22px;
    }

    .feature-item {
        margin-bottom: 25px;
    }

    .work-content .long-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 19px;
    }

    .work-content h2 {
        font-size: 22px;
    }

    .work-content p {
        font-size: 16px;
    }

    .services, .projects, .subscribe, .developer, .review, .news {
        padding: 40px 0;
    }

    .all-btn {
        padding: 10px 22px;
        font-size: 12px;
    }

    .services-item .content-part h3 {
        font-size: 16px;
    }

    .services-item .content-part h4 {
        font-size: 15px;
    }

    .services-item .img-part img {
        height: auto;
    }

    .courses-btn, .get-btn {
        font-size: 13px;
        padding: 10px 20px;
    }

    .btn-view {
        font-size: 16px;
    }

    .social-icon ul li a {
        font-size: 12px;
    }

    .breadcrumb-bar .breadcrumb-title {
        font-size: 25px;
    }

    .terms-text h4 {
        font-size: 20px;
    }

    .review-blog {
        padding: 25px;
    }

    .review-content h4 {
        font-size: 18px;
    }

    .header-nav {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-navbar-rht {
        /*display: none;*/
    }

    .main-nav li.login-link {
        display: block;
    }

    .navbar-header {
        /*width: 100%;*/
    }

    .navbar-brand.logo {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-left: 19px;
    }

    .navbar-brand.logo .img-fluid {
        width: 120px;
    }

    #mobile_btn {
        margin-right: 0;
    }

    .profile-detail .clg .icon {
        margin-right: 7px;
    }

    .review-blog .review-img img {
        width: 80px;
        height: 80px;
        margin-right: 9px;
    }

    .review-bottom .review-img img {
        width: 50px;
        height: 50px;
        margin-right: 5px;
    }

    .review-icon img {
        max-width: 42px;
    }

    .review-bottom .review-info h3 {
        font-size: 16px;
    }

    .review-info h3 {
        font-size: 18px;
    }

    .review-info h5 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .review-blog .review-content p {
        font-size: 15px;
    }

    .news .d-flex {
        display: block !important;
    }

    .news-content {
        margin-right: 0;
    }

    .news-content h2 {
        font-size: 16px;
    }

    .news-content p {
        font-size: 15px;
    }

    .client-img {
        margin-bottom: 30px;
    }

    .expert h2 {
        font-size: 22px;
    }

    .blog-view .blog-title {
        font-size: 18px;
    }

    .blog-comments .comments-list li img.avatar {
        border-radius: 40px;
        height: 40px;
        width: 40px;
    }

    .blog-comments .comments-list li {
        padding: 10px 0 0 50px;
    }

    .profile-list li {
        width: calc(100% / 2);
    }

    .profile-list .proj-title {
        font-size: 12px;
    }

    .pro-title, .billing .card-header p, .payment-list label, .transaction h5 {
        font-size: 15px;
    }

    .about-widget ul li p, .about-widget ul li h6, .latest-posts li a {
        font-size: 14px;
    }

    .left-content p, .pro-content .left-content p, .dev-right h6 {
        font-size: 10px;
    }

    .management-widget .profile-btn {
        padding: 10px 0;
        font-size: 12px;
    }

    .follow-posts {
        width: 235px;
    }

    .client-list {
        padding: 10px 7px;
    }

    .pro-content p {
        font-size: 14px;
    }

    .client-list h6 {
        font-size: 20px;
    }

    .attach-detail p {
        font-size: 12px;
    }

    .about-author-img {
        width: 50px;
        height: 50px;
    }

    .author-details {
        margin-left: 65px;
    }

    .btn-list {
        margin-bottom: 7px;
    }

    .left .left-img::before {
        width: 15px;
        height: 15px;
        font-size: 9px;
    }

    .bookmark-btn, .share-icon, .click-btn {
        font-size: 15px;
    }

    .follow-posts li {
        border-right: 0;
    }

    .follow-btn {
        font-size: 15px;
    }

    .login-header h3 {
        font-size: 19px;
    }

    .login-btn {
        font-size: 16px;
    }

    .title h3 {
        font-size: 17px;
    }

    .next-btn, .cancel-btn {
        font-size: 13px;
        padding: 11px 50px;
    }

    .left-content h4 {
        font-size: 12px;
    }

    .submit-section .submit-btn {
        padding: 10px 20px;
        font-size: 12px;
    }

    .pro-widget-profile .dev-text .left.left-bid {
        margin-top: -20px;
    }

    .bid-btn {
        font-size: 12px;
    }

    .column-5 {
        width: 100%;
    }

    .footer-top {
        padding: 50px 0 7px 0;
        margin-top: 20px;
    }

    .position-title h3, .quick-title h3 {
        margin-bottom: 10px !important;
    }

    .align-right {
        text-align: left;
    }

    .profit-title h3, .stats-detail h3, .create-milestone h3, .pay-table .head-title {
        font-size: 22px;
    }

    .position-title .sort-by, .manage-tab .stone-btn {
        margin-bottom: 10px;
    }

    .manage-tab .btn-group {
        float: left;
    }

    .milestone-content .profile-group {
        width: auto;
    }

    .category-box .category-img {
        padding: 7px;
    }

    .chat-cont-left .nav-link {
        font-size: 10px;
        padding: 9px;
    }

    .plan-details a, .pro-info .list-details .slot {
        margin-bottom: 15px;
    }

    .banner-content .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 16px;
    }

    .banner-content .form-inner {
        border-radius: 30px;
    }

    .banner-content .input-group-prepend, .drop-detail, .banner-content .input-group-append {
        width: 100%;
    }

    .banner-content .form-control {
        width: 100%;
        font-size: 15px;
    }

    .banner-content .sub-btn {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: 45px;
        font-size: 14px;
        width: 100%;
    }

    .banner-content .select2-container {
        border: 0;
    }

    .proposals-content {
        display: block;
    }

    .proposal-img {
        margin-bottom: 15px;
    }

    .proposal-client {
        margin-bottom: 15px;
    }

    .title-info {
        font-size: 14px;
    }

    .client-price {
        font-size: 22px;
    }

    .project-hire-info {
        display: block;
    }

    .proposer-info.project {
        width: 100%;
    }

    .projects-action.project {
        width: 100%;
        text-align: left !important;
    }

    .projects-btn.project {
        margin: 10px 0;
    }

    .proposal-client {
        margin-right: 0;
    }

    .amnt-type {
        padding-top: 2px;
        font-size: 13px;
    }

    .proposer-detail li {
        padding-left: 0;
        border-right: 0;
    }

    .project-info h2 {
        font-size: 18px;
    }

    .client-price {
        font-size: 18px;
    }

    .card-body {
        padding: 0.85rem;
    }

    .projects-btn {
        margin: 10px 0 0;
    }

    .completed-badge {
        margin-top: 10px;
    }

    .projects-action {
        text-align: left !important;
    }
    .projects-action .projects-btn ~ .projects-btn {
        margin: 10px 0px !important; 
    }

    .proposal-delete {
        padding-top: 10px;
    }

    .page-title h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .card-top .dev-text {
        padding: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .card-top .dev-text {
        padding: 5px;
    }

    .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: 160px;
    }

    .section-features, .section-features, .section-specialities {
        background-color: #fff;
        padding: 30px 0;
    }

    .login-header h3 a {
        color: #0de0fe;
        float: none;
        font-size: 15px;
        margin-top: 10px;
        text-align: center;
        display: block;
    }

    .login-header h3 {
        text-align: center;
    }

    .user-tabs .nav-tabs .nav-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .fc-header-toolbar .fc-left {
        margin-bottom: 10px;
    }

    .fc-header-toolbar .fc-right {
        margin-bottom: 10px;
    }

    .pro-widget-profile .dev-text .left img {
        width: 40px;
    }

    .left-content h4 {
        font-size: 11px;
    }

    .pro-widget-profile .dev-text .left .left-content {
        margin-left: 45px;
    }

    .proposal-widget .custom_check {
        align-items: baseline;
    }

    .prolist-details li:first-child {
        margin-bottom: 10px;
    }

    .submit-section .click-btn {
        margin-bottom: 5px;
    }

    .bid-btn {
        font-size: 10px;
    }

    .star {
        font-size: 10px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .dev-right p {
        font-size: 13px;
    }

    .submit-section .submit-btn + .submit-btn {
        margin-left: 8px;
    }

    .submit-section .submit-btn {
        min-width: 112px;
    }

    .paginations li {
        padding-right: 15px;
    }

    .pro-head {
        display: block;
    }

    .testimonial-two .owl-item.active {
        width: 296px !important;
    }
}


/* FILE UP Begin */
#send_message #file-queue {
    position: absolute;
    bottom: 65px;
    right: 0;
}

/* FILE UP End */

/* Snarl Notification Begin */
#snarl-wrapper {
    z-index: 99999 !important;
}

/* Snarl Notification End */

/* Cropie Begin */
#upload-crop-img, #add-upload-crop-img, #edit-upload-crop-img {
    width: 310px;
    height: 330px;
    padding-bottom: 25px;
    margin: 0 auto;
}

.cropImgError,
.notPhoto,
.fileUpload {
    display: none;
}

#upload-crop-imgBanner {
    width: 310px;
    height: 330px;
    padding-bottom: 25px;
    margin: 0 auto;
}

.cropImgErrorBanner,
.notPhotoBanner,
.fileUploadBanner {
    display: none;
}


span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus.select2-container--open {
    border: 1px solid #E7E8EA;
    border-radius: 3px;
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    border: 1px solid #E7E8EA;
    border-radius: 3px;
}

/* Cropie End */


/* select2 Style Begin */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--color-blue);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-right: 2px;
    padding: 9px 15px;
    border-radius: 40px;
    margin-bottom: 0;
    border: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.select2-container--default .select2-search--inline .select2-search__field {
    padding: 9px 15px;
    width: 150px;
}

/* select2 Style End */


.noUi-handle:after, .noUi-handle:before {
    display: none;
}


.alert ul {
    list-style: none;
    margin: 0 0 0 20px;
}


.notification-container .form-check-input:checked {
    background-color: var(--color-blue);
    border-color: var(--color-blue);
}

.notification-container .form-check-input:focus {
    border-color: rgba(174, 68, 186, 0.25);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(174, 68, 186, 0.25);
}

.notification-container .notification-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 7px;
    padding-left: 6px;
}

.notification-container .notification-item-header .notification-item-header-left {
    margin-top: 7px;
    display: flex;
    align-items: center;
    height: 32px;
}

.notification-container .notification-item-header .notification-item-header-left .form-check input {
    margin-right: 12px;
}

.notification-container .notification-item-header .notification-item-header-right {
    position: relative;
}

.notification-container .notification-item-header .notification-item-header-right .dropdown ul {
    padding: 0;
}

.notification-container .notification-item-header .notification-item-header-right .dropdown ul li {
    background: #F7F7F9;
    padding: 7px 12px;
    cursor: pointer;
    display: flex;
    align-items: baseline;
    gap: 7px;
    line-height: 1.2;
}

.notification-container .notification-item-header .notification-item-header-right .dropdown ul li:not(:last-child) {
    border-bottom: 1px solid #ced4da;
}

.notification-container .notification-item-header .notification-item-header-right .dropdown ul li:hover {
    background: #e5e5e5;
}

.notification-container .notification-item-body .notification-line {
    display: flex;
    border-bottom: 1px solid #efefef;
    align-items: center;
    padding: 9px 5px;
}

.notification-container .notification-item-body .notification-line.active {
    background: #fbfbfb;
    color: #181818;
    font-weight: 600;
}

.notification-container .notification-item-body .notification-line .notification-item-body-left {
    margin-right: 6px;
}

.notification-container .notification-item-body .notification-line .notification-item-body-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.notification-container .notification-item-body .notification-line .notification-item-body-right .notification-content {
    max-width: 70%;
    line-height: 1.6;
}

.notification-container .notification-item-body .notification-line .notification-item-body-right .notification-date i {
    display: none;
}

.notification-container .notification-item-footer .thema-pagination-container {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.notification-container .notification-item-footer .thema-pagination-container ul {
    list-style: none;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.notification-container .notification-item-footer .thema-pagination-container ul li {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(174, 68, 186, 0.60);
    transition: all 0.2s ease;
    color: #777B83;
}

.notification-container .notification-item-footer .thema-pagination-container ul li:hover {
    background: var(--color-blue);
    color: #ffffff;
    transition: all 0.2s ease;
}

.notification-container .notification-item-footer .thema-pagination-container ul li:hover a {
    transition: all 0.2s ease;
}

.notification-container .notification-item-footer .thema-pagination-container ul li.active {
    background: var(--color-blue);
    color: #ffffff;
}

.notification-container .notification-item-footer .thema-pagination-container ul li.disable {
    background: #e5e5e5;
    opacity: 0.7;
}

.notification-container .notification-item-footer .thema-pagination-container ul li.disable:hover {
    background: #e5e5e5;
    opacity: 0.7;
    color: #777B83;
}

.notification-container .notification-item-footer .thema-pagination-container ul li a {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
}


.notification-header, .message-header {
    position: relative;
}

.notification-header:hover i, .message-header:hover i {
    color: var(--color-blue);
}

.notification-header a, .message-header a {
    color: #141515;
    font-size: 19px;
    padding: 7px 10px;
    font-weight: 600;
    position: relative;
}

.notification-header a span, .message-header a span {
    position: absolute;
    top: -10px;
    left: 21px;
    background: var(--color-blue);
    border-radius: 50%;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 0px 7px;
    font-weight: 400;
    color: #ffffff;
}

.notification-header a span.bg-grey, .message-header a span.bg-grey {
    background: #A4A6AA;
}

.notification-header-2 a {
    color: white;
    font-size: 20px;
}

@media (min-width: 576px) {
    .notification-header-2 a {
        display: none;
    }
}


@media (max-width: 400px) {
    .navbar-brand.logo .img-fluid {
        width: 100px;
    }

}


@media (max-width: 500px) {

    .header-navbar-rht li.account-item .dropdown-menu.emp {
        margin-left: -58px;
    }
}

@media only screen and (max-width: 575.98px) {
    .dashboard-page .header .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-nav {
        padding-left: 0;
        padding-right: 0;
    }

    .header-navbar-rht li a {
        padding-right: 0;
    }

    .log_out_menu a {
        padding: 20px 0;
    }
}

.contact__form-input input, .contact__form-input textarea {
    width: 100%;
    height: 56px;
    line-height: 54px;
    padding: 0 23px;
    background: #f3f4f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #f3f4f8;
    color: #000000;
    font-size: 15px;
    margin-bottom: 20px;
}

.contact__form-input input::placeholder, .contact__form-input textarea::placeholder {
    font-size: 15px;
    color: #6d6e75;
}

.contact__form-input input:focus, .contact__form-input textarea:focus {
    border-color: var(--color-blue);
    outline: none;
    background: #FFFFFF;
}

.contact__form-input textarea {
    height: 180px;
    padding: 23px 25px;
    line-height: 1.1;
    resize: none;
    margin-bottom: 13px;
}

.contact__form-input-2 input, .contact__form-input-2 textarea {
    background: #FBFBFB;
    border-color: #FBFBFB;
}

.contact__form-input-3 input, .contact__form-input-3 textarea {
    background: #fff;
    border-color: #fff;
}

.contact__form-agree {
    padding-left: 5px;
}

.contact__form-agree input {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border: 1px solid #b9bac1;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.contact__form-agree input:checked {
    position: relative;
    background-color: var(--color-blue);
    border-color: transparent;
}

.contact__form-agree input:checked::after {
    box-sizing: border-box;
    content: "\f00c";
    position: absolute;
    font-family: var(--tp-ff-fontawesome);
    font-size: 10px;
    color: #FFFFFF;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contact__form-agree input:hover {
    cursor: pointer;
}

.contact__form-agree label {
    padding-left: 8px;
    color: #777B83;
}

.contact__form-agree label a {
    color: #000000;
    font-weight: 600;
    padding-left: 4px;
}

.contact__form-agree label a:hover {
    color: var(--color-blue);
}

.contact__form-agree label:hover {
    cursor: pointer;
}

.contact__info-inner {
    padding: 45px 40px;
    padding-right: 70px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
    -moz-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
    -ms-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
    -o-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
    box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact__info-inner {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact__info-inner {
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .contact__info-inner {
        margin-top: 50px;
        padding-right: 35px;
    }
}

.contact__info-icon svg {
    fill: none;
    stroke: var(--color-blue);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    margin-right: 10px;
}

.contact__info-icon svg.map {
    width: 16px;
    height: 20px;
}

.contact__info-icon svg.mail {
    width: 18px;
    height: 18px;
}

.contact__info-icon svg.call {
    width: 18px;
    height: 18px;
}

.contact__info-text h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}

.contact__info-text p {
    margin-bottom: 0;
    color: #777B83;
}

.contact__info-text p a:hover {
    color: var(--color-blue);
}

.contact__social h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 13px;
}

.contact__social ul li {
    display: inline-block;
    margin-right: 10px;
}

.contact__social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    color: #000000;
    background: #f8fbff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.contact__social ul li a.facebook {
    color: #285da1;
    background: rgba(40, 93, 161, 0.1);
}

.contact__social ul li a.facebook:hover {
    color: #FFFFFF;
    background: #285da1;
}

.contact__social ul li a.linkedin {
    color: #03a9f4;
    background: rgba(3, 169, 244, 0.1);
}

.contact__social ul li a.linkedin:hover {
    color: #FFFFFF;
    background: #03a9f4;
}

.contact__social ul li a.instagram {
    color: #d8163f;
    background: rgba(216, 22, 63, 0.1);
}

.contact__social ul li a.instagram:hover {
    color: #FFFFFF;
    background: #d8163f;
}

.contact__icon {
    margin-bottom: 28px;
}

.contact__icon svg {
    width: 70px;
    height: 70px;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.contact__icon svg .st0 {
    fill: none;
    stroke: #2B4EFF;
    stroke-width: 0.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact__item {
    padding: 50px 80px;
    padding-bottom: 62px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 40px 50px 0px rgba(1, 11, 60, 0.08);
    -moz-box-shadow: 0px 40px 50px 0px rgba(1, 11, 60, 0.08);
    -ms-box-shadow: 0px 40px 50px 0px rgba(1, 11, 60, 0.08);
    -o-box-shadow: 0px 40px 50px 0px rgba(1, 11, 60, 0.08);
    box-shadow: 0px 40px 50px 0px rgba(1, 11, 60, 0.08);
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact__item {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .contact__item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.contact__item:hover .contact__icon svg {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.contact__title {
    font-size: 26px;
    margin-bottom: 8px;
}

.contact__content p {
    font-size: 16px;
    color: #777B83;
    margin-bottom: 30px;
}

.contact__shape img {
    position: absolute;
}

.contact__shape img.contact-shape-1 {
    bottom: 75px;
    left: -30px;
    z-index: -1;
}

.contact__shape img.contact-shape-2 {
    top: 30px;
    right: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact__shape img.contact-shape-2 {
        right: -20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact__shape img.contact-shape-2 {
        right: -20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact__shape img.contact-shape-2 {
        right: -20px;
    }
}

@media (max-width: 575px) {
    .contact__shape img.contact-shape-2 {
        right: 0px;
    }
}

.contact__shape img.contact-shape-3 {
    right: -45%;
    top: 50%;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .contact__shape img.contact-shape-3 {
        right: -20%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .contact__shape img.contact-shape-3 {
        right: -10%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact__shape img.contact-shape-3 {
        right: -5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact__shape img.contact-shape-3 {
        right: -5%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact__shape img.contact-shape-3 {
        right: -5%;
    }
}

@media (max-width: 575px) {
    .contact__shape img.contact-shape-3 {
        right: 0%;
    }
}

.contact__shape img.contact-shape-4 {
    right: 180px;
    bottom: -21%;
}

.contact__shape img.contact-shape-5 {
    left: 0;
    bottom: 142px;
}


.contact__form-input .text-danger {
    margin-top: -14px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .contact-bottom-offset {
        margin-bottom: 60px;
    }
}

.contact__area .ajax-response.success {
    background: #dcffde;
    border-radius: 3px;
    padding: 6px 10px;
    display: none;
}

.payment_icons {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
}

.payment_icons img {
    height: 30px;
    margin-left: 13px;
}


.menu-bar-icon {
    display: none;
    cursor: pointer;
    padding: 15px 0 15px 15px;
}


.menu-bar-icon i {
    color: #FFFFFF;
    font-size: 24px;
}


@media (max-width: 767px) {
    .payment_icons {
        justify-content: center;
    }

    .copyright-text {
        display: flex;
        justify-content: center;
    }

    .social-icon {
        display: flex;
        justify-content: center;
    }


    .settings-menu-container {
        display: none;
    }

    .menu-bar-icon {
        display: flex;
        justify-content: flex-end;
    }
}

.fancybox-container {
    z-index: 99999;
}



