@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
/*import vendors*/
@import url(vendors/normalize.css);
@import url(vendors/bootstrap.min.css);
/*import plugins*/
@import url(plugins/swiper-bundle.min.css);
@import url(plugins/magnific-popup.css);
@import url(plugins/select2.min.css);
@import url(plugins/perfect-scrollbar.css);
@import url(plugins/animate.min.css);

/*RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

main {
    display: block;
    clear: both;
}

thead {
    font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background-color: #f2f4fa !important;
    font-family: "Open Sans", sans-serif !important;
    font-variation-settings: 'wght' 400;
}

.auth-class {
    background-color: #ffffff !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
}

input,
select,
button,
textarea {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

input:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

a {
    color: #05264e;
}

a:hover {
    color: unset !important;
}

a *:hover {
    color: unset !important;
}

li.hr span {
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    margin: 20px 0;
    display: block;
}

p {
    color: #4f5e64;
}

/*--- preloader ---------------------*/
#preloader-dots {
    width: 13.4px;
    height: 13.4px;
    position: relative;
}

#preloader-dots::before,
#preloader-dots::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #4eace9 !important;
}

#preloader-dots::before {
    box-shadow: -26.9px 0 #4eace9 !important;
    animation: dots-dm1l1cmd 0.6s infinite linear;
}

#preloader-dots::after {
    transform: rotate(0deg) translateX(26.9px);
    animation: dots-dh1qq5md 0.6s infinite linear;
}

@keyframes dots-dm1l1cmd {
    100% {
        transform: translateX(26.9px);
    }
}

@keyframes dots-dh1qq5md {
    100% {
        transform: rotate(-180deg) translateX(26.9px);
    }
}

/*--- preloader end ---------------------*/

/*--- Common Classes---------------------*/
::-moz-selection {
    background: #05264e;
    /* WebKit/Blink Browsers */
    color: #fff;
}

::selection {
    background: #05264e;
    /* WebKit/Blink Browsers */
    color: #fff;
}

::-moz-selection {
    background: #05264e;
    /* Gecko Browsers */
    color: #fff;
}

::-moz-placeholder {
    color: #a0abb8;
    opacity: 1;
}

::placeholder {
    color: #a0abb8;
    opacity: 1;
}

:-ms-input-placeholder,
::-webkit-input-placeholder {
    color: #a0abb8;
    opacity: 1;
}

.fix {
    overflow: hidden;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.section {
    float: left;
    width: 100%;
}

.f-right {
    float: right;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

.position-relative {
    position: relative;
}

.height-100vh {
    height: 100vh !important;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
    outline: none !important;
    box-shadow: none;
}

.border-radius {
    border-radius: 4px;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-15 {
    border-radius: 15px;
}

.border-radius-20 {
    border-radius: 20px;
}

.hover-up {
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
    transform: translateY(-3px);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.none-shadow {
    box-shadow: none !important;
}

.form-control {
    border: 1px solid #e0e6f7;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 11px 15px 13px 12px;
    width: 100%;
    color: #a0abb8;
    font-size: 14px;
}

.form-control::-moz-placeholder {
    color: #a0abb8;
}

.form-control::placeholder {
    color: #a0abb8;
}

.form-group {
    position: relative;
}

.form-group i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-size: 18px;
    color: #a0abb8;
}

.form-icons {
    padding-left: 41px;
}

.text-white {
    color: #ffffff;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
}

strong {
    font-weight: bold;
}

a {
    text-decoration: none;
}

*:hover {
    transition-duration: 0.2s;
}

.section-box {
    display: inline-block;
    width: 100%;
    overflow: visible;
}

.text-shadow {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #3159a9 !important;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.select2-search.select2-search--dropdown {
    padding: 0;
    margin-bottom: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: thin solid #e0e6f6 !important;
    border-radius: 4px !important;
    height: 40px;
    padding-left: 15px;
}

.select2-dropdown {
    border-color: #ffffff;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.select2-container--open .select2-dropdown {
    border: thin solid #ececec;
    padding: 15px;
    border-radius: 4px;
    min-width: 145px;
}

.select2-container--open .select2-dropdown--below {
    margin-top: 10px;
    margin-right: 10px;
    z-index: 9999 !important;
}

.select2-container--open .select2-dropdown--above {
    margin-top: -10px;
    margin-right: 10px;
}

.select-style .select2-selection--single .select2-selection__rendered {
    color: #a0abb8;
}

.select-style .select2 {
    border: 1px solid #e0e6f7;
    border-radius: 4px;
    padding: 10px 20px 10px 20px;
    display: inline-block;
    width: 100% !important;
}

.select-style .select2 .select2-selection__arrow {
    background: url(../imgs/template/icons/arrow-down.svg) no-repeat right 10px center;
    top: 11px;
    width: 26px;
    opacity: 0.5;
}

.select-style .select2 .select2-selection__arrow b {
    display: none !important;
}

.select-style-icon .select2 {
    padding-left: 33px;
}

.dropdown {
    position: relative;
}

.dropdown .dropdown-menu.show {
    border: thin solid #b4c0e0;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    min-width: 200px;
}

.dropdown .dropdown-menu.show .dropdown-item {
    padding: 10px 20px;
    color: #4f5e64;
    font-size: 14px;
}

.dropdown .dropdown-menu.show .dropdown-item.active {
    text-decoration: none;
    background-color: #eff2fb;
}

.dropdown .dropdown-menu.show .dropdown-item:active {
    text-decoration: none;
    background-color: #eff2fb;
}

.dropdown.dropdown-sort .dropdown-menu.show {
    border-radius: 10px;
    margin-top: 20px;
}

h1 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 71px;
    color: #05264e;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #05264e;
}

h3 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    color: #05264e;
}

h4 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #05264e;
}

h5 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #05264e;
}

h6 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #05264e;
}

.font-lg,
.font-md,
.font-sm,
.font-xs,
.font-xxs {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.font-lg {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.font-md {
    font-size: 16px !important;
    line-height: 24px !important;
}

.font-sm {
    font-weight: 500;
    font-size: 13px !important;
    line-height: 22px !important;
}

.font-xs {
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 18px !important;
}

.font-xxs {
    font-size: 10px !important;
    line-height: 16px;
}

.font-bold {
    font-weight: bold;
}

.font-regular {
    font-weight: 400;
}

.color-text-paragraph {
    color: #3d3d3d !important;
    font-size: 16px;
}

.color-text-paragraph-2 {
    color: #305aa9 !important;
}

.color-text-mutted {
    color: #a0abb8;
}

.color-white {
    color: #ffffff !important;
}

.color-orange {
    color: #f58a3c !important;
}

.text-14 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.text-32 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
}

.text-52 {
    font-size: 52px;
    line-height: 66px;
    font-weight: 800;
    color: #05264e;
}

.text-42 {
    font-size: 42px;
    line-height: 53px;
    font-weight: 700;
    color: #05264e;
}

.color-green {
    color: #85ff83;
}

.color-brand-1 {
    color: #01AFEF !important;
}

.profile-header-title {
    color: #2967b4 !important;
}

.profile-header-sub-title {
    color: #4da6e4 !important;
}

.color-brand-2 {
    color: #3c65f5;
}

.op-70 {
    opacity: 0.7;
}

.f-18 {
    font-size: 18px;
}

.box-progress-bar .progress {
    height: 6px;
    position: relative;
    overflow: visible;
    border-radius: 5px;
    background-color: #e0e6f7;
}

.box-progress-bar .progress .bg-paragraph-2 {
    overflow: visible;
    border-radius: 10px;
    position: relative;
    background-color: #66789c !important;
}

.box-progress-bar .progress .bg-paragraph-2 span {
    position: absolute;
    top: -25px;
    right: -14px;
    color: #66789c;
    font-size: 12px;
    line-height: 18px;
}

.box-progress-bar .progress .bg-paragraph-2::before {
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #66789c;
    position: absolute;
    top: -5px;
    right: -5px;
}

.box-progress-bar .progress .bg-brand-2 {
    overflow: visible;
    border-radius: 10px;
    position: relative;
    background-color: #3c65f5 !important;
}

.box-progress-bar .progress .bg-brand-2 span {
    position: absolute;
    top: -25px;
    right: -14px;
    color: #66789c;
    font-size: 12px;
    line-height: 18px;
}

.box-progress-bar .progress .bg-brand-2::before {
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #3c65f5;
    position: absolute;
    top: -5px;
    right: -5px;
}

.start-for-free {
    color: #e98b20;
    font-weight: bold !important;
    font-size: 24px;
}

.start-for-free-desc {
    font-size: 12px !important;
}

iframe {
    width: 100%;
}

.bg-green {
    background-color: #3aab67 !important;
}

.bg-orange {
    background-color: #f58a3c !important;
}

.bg-pink {
    background-color: #d159e4 !important;
}

.bg-9 {
    background-color: #eff7ff !important;
}

.bg-14 {
    background-color: #d8f1ff !important;
}

.bg-15 {
    background-color: #f4f7ff !important;
}

a,
button,
img,
input,
span,
h4 {
    transition: all 0.3s ease 0s;
}

@keyframes slideleft {
    10% {
        opacity: 0;
        transform: scale(0);
        right: 0;
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }

    90% {
        opacity: 0;
        transform: scale(0);
        right: 100%;
    }
}

@keyframes spinner {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
    }

    50% {
        transform: perspective(120px) rotateX(-180deg) rotateY(0);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    }
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(151, 119, 250, 0.8);
    }

    100% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    }
}

@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

@keyframes jump {
    0% {
        transform: translate3d(0, 20%, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.jump {
    transform-origin: 0;
    animation: jump 0.5s linear alternate infinite;
}

/*TYPOGRAPHY*/
body {
    color: #05264e;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading,
.display-1,
.display-2,
.heading-lg,
.heading-sm-1 {
    color: #05264e;
}

.btn {
    font-family: "Open Sans", sans-serif;
    border-radius: 8px;
    padding: 13px 25px;
    font-size: 14px;
    line-height: 1;
    transition: 0.2s;
}

.btn.btn-reset {
    background: linear-gradient(to right,
            rgba(6, 165, 231, 1),
            rgba(48, 89, 169, 1)) !important;
    color: white !important;
    background-repeat: no-repeat, no-repeat !important;
    padding: 13px 18px 13px 18px !important;
    font-size: 16px;
}

.btn.btn-default {
    color: #ffffff;
    background-color: #3c65f5;
    line-height: 26px;
    padding: 10px 25px;
}

.btn.btn-default.icon-tick {
    background: linear-gradient(to right,
            rgba(6, 165, 231, 1),
            rgba(48, 89, 169, 1)) !important;
    background-image: url(../imgs/page/profile/tick.svg),
        linear-gradient(to right, rgba(6, 165, 231, 1), rgba(48, 89, 169, 1)) !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: 18px center, center !important;
    padding: 8px 25px 8px 50px !important;
    border-radius: 8px !important;
}

.btn.btn-default.btn-outline {
    position: relative;
    display: inline-block;
    padding: 8px 25px 8px 50px;
    border-radius: 8px;
    color: rgba(6, 165, 231, 1);
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}

.btn.btn-default.btn-outline {
    position: relative;
    display: inline-block;
    padding: 8px 25px 8px 50px;
    border-radius: 8px;
    color: rgba(6, 165, 231, 1);
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}

.btn-outline {
    padding: 8px 25px 8px 25px !important;
    border: none;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 7px;
    background: linear-gradient(to right, rgba(6, 165, 231, 1), rgba(48, 89, 169, 1)) !important;
    cursor: pointer;
}

.btn-outline::before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 5px;
    background-color: white;
    z-index: -1;
}

.btn-outline::after {
    content: attr(data);
    background: linear-gradient(to right, rgba(6, 165, 231, 1), rgba(48, 89, 169, 1));
    -webkit-background-clip: text;
    color: transparent;
    color: linear-gradient(to right, rgba(6, 165, 231, 1), rgba(48, 89, 169, 1)) !important;

}

.btn-outline:hover::before {
    opacity: 1%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.btn-outline:hover::after {
    color: #fff;
}


/* .btn.btn-default.btn-outline {
    background: linear-gradient(to right,
            rgba(6, 165, 231, 1),
            rgba(48, 89, 169, 1)) !important;
    padding: 8px 25px 8px 50px !important;
    border-radius: 8px !important;
}

.btn.btn-default.btn-outline:hover {
    background: linear-gradient(to right,
            rgba(6, 165, 231, 1),
            rgba(48, 89, 169, 1)) !important;
    padding: 8px 25px 8px 50px !important;
    border-radius: 8px !important;
} */

.btn.btn-default.btn-find {
    background: linear-gradient(to right,
            rgba(6, 165, 231, 1),
            rgba(48, 89, 169, 1)) !important;
    background-image: url(../imgs/page/homepage1/search-icon.svg),
        linear-gradient(to right, rgba(6, 165, 231, 1), rgba(48, 89, 169, 1)) !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: 18px center, center !important;
    padding: 8px 25px 8px 50px !important;
    border-radius: 8px !important;
}

.btn.btn-default:hover {
    background-color: #081c53;
    color: #fff;
}

.btn.btn-default-yellow {
    color: #ffffff;
    background-color: #e98b20;
    line-height: 26px;
    padding: 10px 25px;
    border-radius: 4px;
    margin-top: 12px;
}

.btn-tags-sm {
    padding: 6px 18px;
    color: #66789c;
    border-radius: 5px;
    color: #3c65f5;
    min-width: 42px;
    font-size: 12px;
    line-height: 18px;
    background-color: rgba(81, 146, 255, 0.12);
}

.btn.btn-notify {
    background: url(../imgs/page/dashboard/notify.svg) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    height: 52px;
    width: 30px;
    position: relative;
}

.btn.btn-notify.unread::before {
    content: "";
    height: 8px;
    width: 8px;
    background: url(../imgs/page/dashboard/icon-notify.svg) no-repeat center;
    position: absolute;
    top: 15px;
    right: 15px;
}

.social-login {
    height: 53px;
    border-radius: 4px;
    border: 1px solid #e0e6f6;
    width: 100%;
    line-height: 53px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background-color: #E4E4E4 !important;
    padding: 0px 15px !important;
}

.card-grid-2 {
    border-radius: 8px;
    /* overflow: hidden; */
    margin-bottom: 24px;
    position: relative;
    border: 1px solid #B4C0E0;
    background-color: #ffffff;
}

.card-grid-2 i {
    font-size: 20px;
    color: #a0abb8;
    margin-left: 5px;
}

.card-grid-2 i.bi-geo-alt {
    margin-left: 0;
}

.card-grid-2 .btn-apply-now {
    background: #ffffff !important;
    color: #3355a6 !important;
    border: 1px solid #3355a6 !important;
}

.card-grid-2 .btn-apply-now {
    background: #ffffff !important;
    color: #3355a6 !important;
    border: 1px solid #3355a6 !important;
}

.card-grid-2:hover {
    border: 1px solid #e0e6f7;
    background: #f8faff;
}

.card-grid-2:hover .btn-apply-now {
    color: #ffffff !important;
    background: linear-gradient(270deg, #3355a6 0%, #01aeef 100%) !important;
}

.card-grid-2 a {
    text-decoration: none;
    color: #05264e;
}

.card-grid-2 a:hover {
    color: #3c65f5;
}

.card-grid-2 .card-grid-2-image-rd {
    padding: 0px 15px 0px 0px;
    display: inline-block;
    width: 30%;
    min-width: 115px;
    max-width: 115px;
}

.card-grid-2 .card-grid-2-image-rd figure {
    position: relative;
    display: inline-block;
}

.card-grid-2 .card-grid-2-image-rd figure img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.card-grid-2 .card-grid-2-image-rd.online figure::before {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    content: "";
    position: absolute;
    bottom: 13px;
    right: 9px;
    background: #00c070;
}

.card-grid-2.grid-bd-16 {
    background-color: #ffffff;
    border-radius: 16px;
}

.card-grid-2.grid-bd-16 .lbl-hot {
    position: absolute;
    top: 25px;
    left: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    height: 24px;
    background: #3c65f5;
    border-radius: 5px;
    color: #ffffff;
    min-width: 42px;
    font-size: 12px;
    line-height: 18px;
}

.card-grid-2.grid-bd-16 .card-block-info .card-text-price {
    font-size: 26px;
    line-height: 26px;
}

.card-grid-2 .card-grid-2-image {
    position: relative;
    padding: 10px;
}

.card-grid-2 .card-grid-2-image .tag {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 12;
}

.card-grid-2 .card-grid-2-image figure {
    display: block;
}

.card-grid-2 .card-grid-2-image figure img {
    width: 100%;
    border-radius: 12px;
}

.card-grid-2 .card-block-info {
    display: inline-block;
    width: 100%;
    padding: 5px 10px 20px 10px;
}

.card-grid-2 .card-block-info .card-2-img-text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 4px 0px 4px 40px;
    font-size: 14px;
    max-width: 90%;
    min-height: 44px;
}

.card-grid-2 .card-block-info .card-2-img-text .card-grid-2-img-small {
    background: #e4e4e4;
    border-radius: 50%;
    padding: 5px;
    height: 32px;
    width: 32px;
    float: left;
    margin-right: 8px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    line-height: 30px;
}

.card-grid-2 .card-block-info .card-2-img-text span {
    display: inline-block;
    color: #05264e;
    font-size: 14px;
}

.card-grid-2 .card-block-info .card-2-img-text img {
    max-width: 100%;
}

.card-grid-2 .card-block-info .card-text-price {
    color: #3c65f5;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 26px;
}

.card-grid-2 .card-block-info .card-text-price span {
    font-size: 14px;
    color: #4f5e64;
    font-weight: 400;
}

.card-grid-2 .card-block-info .card-2-bottom {
    position: relative;
}

.card-grid-2 .card-block-info .card-2-bottom .btn-grey-small {
    margin-right: 5px;
}

.card-grid-2 .card-block-info .card-2-bottom .btn-tags-sm {
    margin-bottom: 5px;
}

.card-grid-2 .card-block-info .card-2-bottom.card-2-bottom-candidate .btn-brand-hover {
    padding: 15px 33px;
    border: thin solid #b4c0e0;
    font-size: 14px;
}

.card-grid-2 .card-block-info .card-2-bottom.card-2-bottom-candidate .btn-brand-hover:hover {
    color: #ffffff;
}

.card-grid-2 .card-block-info .card-grid-2-img-medium {
    padding-left: 55px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #151515;
    line-height: 17px;
}

.card-grid-2 .card-block-info .card-grid-2-img-medium .card-grid-2-img-small {
    background-color: #5aa6ff;
    height: 44px;
    width: 44px;
    border-radius: 8px;
}

.card-grid-2 .card-block-info .card-profile {
    text-align: center;
}

.card-grid-2 .card-block-info .card-profile strong {
    font-size: 18px;
    color: #05264e;
    line-height: 18px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    display: block;
    padding-bottom: 5px;
}

.card-grid-2 .card-block-info .card-profile strong:hover {
    color: #05264e;
}

.card-grid-2 .card-block-info .card-profile>span {
    color: #4f5e64;
}

.card-grid-2 .card-block-info .card-profile .rate-reviews-small span {
    display: inline-block;
    vertical-align: middle;
}

.card-grid-2 .card-block-info .card-profile .rate-reviews-small span img {
    height: 13px;
    display: flex;
}

.card-grid-2 .employers-info {
    border-top: 1px solid #e0e6f7;
    padding-top: 20px;
}

.card-grid-2 .flash {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 25px;
    width: 25px;
    background: url(../imgs/template/icons/flash.svg) no-repeat 0px 0px;
}

.card-grid-2 .card-grid-2-image-left {
    padding: 30px 20px 15px 20px;
    display: flex;
    position: relative;
}

.card-grid-2 .card-grid-2-image-left .image-box {
    min-width: 52px;
    padding-right: 15px;
}

.card-grid-2 .card-grid-2-image-left .right-info .name-job {
    font-size: 18px;
    line-height: 26px;
    color: #05264e;
    font-weight: bold;
    display: block;
}

.card-grid-2 .card-grid-2-image-left .right-info .name-job:hover {
    color: #3c65f5;
}

.card-grid-2 .card-grid-2-image-left .right-info .location-small {
    background: url(../imgs/template/icons/location.svg) no-repeat 0px 5px;
    display: inline-block;
    padding: 0px 0px 0px 20px;
    font-size: 12px;
    color: #a0abb8;
}

.paginations {
    display: flex;
}

.paginations .pager {
    padding: 0px;
    margin-left: auto;
}

.paginations .pager li {
    display: inline-block;
    vertical-align: middle;
}

.paginations .pager li a {
    display: block;
    padding: 10px 8px;
    font-weight: 600;
    color: #a0abb8;
    line-height: 26px;
    text-decoration: none;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.paginations .pager li a:hover {
    color: #05264e;
}

.paginations .pager li a.active {
    color: #05264e;
}

.paginations .pager li a.pager-number.active::before {
    content: "";
    height: 28px;
    width: 28px;
    background: #e0e6f7;
    opacity: 0.3;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 8px;
    left: -1px;
}

.paginations .pager li a.pager-number:hover::before {
    content: "";
    height: 28px;
    width: 28px;
    background: #e0e6f7;
    opacity: 0.3;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 8px;
    left: -1px;
}

.paginations .pager li .pager-prev {
    background: url(../imgs/template/icons/page-prev.svg) no-repeat center;
    height: 48px;
    width: 48px;
    margin-right: 15px;
}

.paginations .pager li .pager-prev:hover {
    background: url(../imgs/template/icons/page-prev-hover.svg) no-repeat center;
}

.paginations .pager li .pager-next {
    background: url(../imgs/template/icons/page-next.svg) no-repeat center;
    height: 48px;
    width: 48px;
    margin-left: 15px;
}

.paginations .pager li .pager-next:hover {
    background: url(../imgs/template/icons/page-next-hover.svg) no-repeat center;
}

.box-swiper {
    position: relative;
}

.box-swiper .swiper-container .item-logo {
    border: 1px solid rgba(6, 18, 36, 0.1);
    padding: 22px 18px;
    display: flex;
    width: 100%;
    text-align: left;
    border-radius: 12px;
    margin-bottom: 15px;
    background-color: #ffffff;
    flex-wrap: wrap;
}

.box-swiper .swiper-container .item-logo img {
    max-width: 100%;
}

.box-swiper .swiper-container .item-logo:hover {
    border: 1px solid #b4c0e0;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.box-swiper .swiper-container .item-logo .image-left {
    min-width: 50px;
    padding-right: 10px;
}

.box-swiper .swiper-container .item-logo .text-info-right h4 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 3px;
}

.box-swiper .swiper-container .item-logo .text-info-bottom {
    position: relative;
    width: 100%;
}

.box-swiper .swiper-button-next:after,
.box-swiper .swiper-button-prev:after {
    content: "";
}

.box-swiper .swiper-button-next {
    background: url(../imgs/slider/swiper/next.svg) no-repeat 0px 0px;
}

.box-swiper .swiper-button-next:hover {
    background: url(../imgs/slider/swiper/next-active.svg) no-repeat 0px 0px;
}

.box-swiper .swiper-button-prev {
    background: url(../imgs/slider/swiper/prev.svg) no-repeat 0px 0px;
}

.box-swiper .swiper-button-prev:hover {
    background: url(../imgs/slider/swiper/prev-active.svg) no-repeat 0px 0px;
}

.box-swiper .swiper-button-next,
.box-swiper .swiper-button-prev {
    width: 40px;
    margin-top: -55px;
}

.box-swiper .swiper-button-next {
    left: auto;
    right: -65px;
}

.box-swiper .swiper-button-prev {
    left: -65px;
}

.box-swiper .swiper-button-next-1 {
    top: -30px;
    right: 5px;
    left: auto;
}

.box-swiper .swiper-button-prev-1 {
    top: -30px;
    right: 55px;
    left: auto;
}

.log-book-swiper .swiper-button-next,
.log-book-swiper .swiper-button-prev {
    width: 15px;
    height: 15px;
}

.log-book-swiper .swiper-button-next::after,
.log-book-swiper .swiper-button-prev::after {
    font-size: 15px !important;
}

.box-swiper .swiper-button-next.swiper-button-disabled,
.box-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.swiper-pagination {
    text-align: center;
    width: 100%;
}

.swiper-pagination-bullet {
    margin: 10px;
}

/*Style of the location of the div that wraps the custom pager*/
.swiper-pagination-custom {
    bottom: -5px;
}

.swiper-pagination-customs {
    background: #b4c0e0;
    border-radius: 50%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    margin-right: 4px;
}

/*Customize the style representation when pager is activated*/
.swiper-pagination-customs-active,
.swiper-pagination-customs:hover {
    background: #3c65f5;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin-bottom: -1px;
    margin-left: 3px;
    margin-right: 3px;
}

.style-nav-top .swiper-button-next {
    top: -30px;
    right: -5px;
    left: auto;
}

.style-nav-top .swiper-button-prev {
    top: -30px;
    right: 45px;
    left: auto;
}

.cb-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    line-height: 21px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 1rem;
}

.cb-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #ffffff;
    border: 1px solid #e0e6f7;
    border-radius: 7px;
    transform: translateY(-50%);
    right: -20px;
}

.cb-container input:checked~.checkmark {
    border: 2px solid #3c65f5;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cb-container input:checked~.checkmark:after {
    display: block;
}

.cb-container .checkmark:after {
    left: 0px;
    top: -1px;
    width: 21px;
    height: 22px;
    border-radius: 5px;
    background: #3c65f5 url(../imgs/template/icons/tick.svg) no-repeat center;
}

/*COMPONENTS -> FORM*/
input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="tel"] {
    border: 1px solid #e0e6f7;
    border-radius: 4px;
    height: 50px;
    box-shadow: none;
    padding-left: 20px;
    font-size: 14px;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="tel"]:focus {
    border: 1px solid #eff2fb;
}

select {
    width: 100%;
    background: transparent;
    border: 0px solid #b4c0e0;
    box-shadow: none;
    font-size: 16px;
    color: #4f5e64;
}

option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 16px;
}

.job-text-desc {
    max-width: 70%;
}

.mt--30 {
    margin-top: -30px;
}

.content-job-inner {
    padding: 40px;
}

.box-image-job {
    position: relative;
    text-align: center;
}

.box-image-job figure {
    display: block;
}

.box-image-job figure img {
    max-width: 100%;
}

.box-image-job .job-top-creator {
    max-width: 290px;
    background-color: #ffffff;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
    border-radius: 20px;
    padding: 5px;
    position: absolute;
    bottom: -100px;
    left: -100px;
    animation: hero-thumb-animation 2s linear infinite alternate;
}

.box-image-job .job-top-creator-head {
    background-color: #eff3fc;
    border-radius: 20px;
    padding: 18px 45px 21px 45px;
}

.box-image-job .job-top-creator ul {
    display: block;
    padding: 24px 20px 0px 20px;
    margin: 0px;
    list-style: none;
}

.box-image-job .job-top-creator ul li {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-bottom: 15px;
}

.box-image-job .job-top-creator ul li figure {
    float: left;
    display: block;
}

.box-image-job .job-top-creator ul li figure img {
    width: 60px;
    height: 50px;
    border-radius: 50%;
}

.box-image-job .job-top-creator ul li .job-info-creator {
    display: block;
    padding-left: 60px;
}

.box-image-job .job-top-creator ul li .job-info-creator strong {
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

.box-image-job .job-top-creator ul li .job-info-creator span {
    color: #4f5e64;
    font-size: 14px;
}

.list-partners {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.list-partners li {
    display: inline-block;
    padding: 25px 29px;
    vertical-align: middle;
}

.list-partners li figure img {
    max-width: 100%;
    vertical-align: middle;
}

.box-newsletter {
    padding: 25px 0px 25px 0px;
    background: url(../imgs/template/bg-newsletter.svg) no-repeat 0px 0px;
    background-size: cover;
    border-radius: 16px;
}

.box-newsletter .box-form-newsletter {
    background: #ffffff;
    max-width: 610px;
    padding: 10px;
    border-radius: 10px;
    margin: auto;
}

.box-newsletter .box-form-newsletter form {
    display: flex;
}

.box-newsletter .box-form-newsletter form .input-newsletter {
    width: 90%;
    padding: 15px;
    border: 0px;
    min-height: 60px;
    background-image: url(../imgs/template/email.svg);
    background-repeat: no-repeat;
    background-position: left 17px center;
    padding-left: 60px;
}

.box-newsletter .box-form-newsletter form .font-heading {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}

.box-newsletter .icon-send-letter {
    position: relative;
    background-image: url(../imgs/template/icons/apply.svg);
    background-repeat: no-repeat;
    background-position: left 17px center;
    padding-left: 45px;
}

.box-newsletter .text-md-newsletter {
    color: #ffffff;
    font-size: 37px;
    line-height: 55px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.box-newsletter .text-lg-newsletter {
    color: #ffffff;
    font-size: 46px;
    line-height: 56px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.bg-patern {
    position: relative;
}

.bg-patern .container {
    z-index: 3;
    position: relative;
}

.text-mutted {
    font-size: 16px;
    color: #4f5e64;
    line-height: 16px;
}

.text-mutted-2 {
    color: #66789c;
}

/*page loading*/
.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    transition: 0.6s;
    margin: 0 auto;
}

.preloader img {
    max-width: 250px;
}

.rate {
    height: 21px;
    padding: 0 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.rate:not(:checked)>input {
    position: absolute;
    visibility: hidden;
}

.rate:not(:checked)>label {
    float: right;
    width: 21px;
    height: 21px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
    margin-right: 3px;
}

.rate:not(:checked)>label.checked:before {
    background: url(../imgs/template/icons/star.svg) no-repeat;
}

.rate>input:checked~label:before {
    background: url(../imgs/template/icons/star.svg) no-repeat;
}

.rate.small {
    transform: scale(0.7);
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    padding: 0;
}

.breacrumb-cover {
    background-color: #f8faff;
    background-image: url(../imgs/page/blog/bg-breadcrumb.png);
    background-position: top center;
    padding: 50px 0;
}

.breadcrumbs {
    background-color: unset !important;
    border: unset !important;
    border-radius: 6px;
    display: inline-block;
    padding: 7px 15px;
}

.breadcrumbs li {
    color: #66789c;
    font-size: 14px;
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.breadcrumbs li:last-child {
    color: #000000 !important;
}

.breadcrumbs li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: url(../imgs/template/icons/arrow-breadcrumb.svg) no-repeat center;
}

.breadcrumbs li a {
    font-size: 14px;
    color: #66789c;
    text-decoration: none;
    line-height: 14px;
    display: block;
}

.breadcrumbs li a:hover {
    color: #05264e;
}

.breadcrumbs li:last-child::before {
    color: #66789c;
}

.breadcrumbs li:first-child::before {
    display: none;
}

.breadcrumbs li:first-child {
    padding-left: 0px;
}

.breadcrumbs .home-icon {
    background: url(../imgs/page/blog/home.svg) no-repeat;
    padding: 0px 0px 0px 20px;
}

/* Responsive Design */

@media screen and (max-width: 768px) {
    .breadcrumb-cover {
        padding: 30px 0;
    }

    .breadcrumbs {
        padding: 5px 10px;
    }

    .breadcrumbs li {
        font-size: 12px;
        padding-left: 15px;
    }

    .breadcrumbs li::before {
        width: 10px;
        height: 10px;
        left: 2px;
    }

    .breadcrumbs li a {
        font-size: 12px;
        line-height: 12px;
    }
}

@media screen and (max-width: 480px) {
    .breadcrumb-cover {
        padding: 20px 0;
    }

    .breadcrumbs {
        padding: 3px 8px;
    }

    .breadcrumbs li {
        font-size: 11px;
        padding-left: 10px;
    }

    .breadcrumbs li::before {
        top: 7px;
        left: 1px;
        width: 8px;
        height: 8px;
    }

    .breadcrumbs li a {
        font-size: 11px;
        line-height: 11px;
    }

    .breadcrumbs .home-icon {
        padding-left: 15px;
    }
}

@media screen and (max-width: 250px) {
    .breadcrumb-cover {
        padding: 20px 0;
    }

    .breadcrumbs {
        padding: 3px 8px;
    }

    .breadcrumbs li {
        font-size: 11px;
        padding-left: 10px;
    }

    .breadcrumbs li::before {
        top: 7px;
        left: 1px;
        width: 8px;
        height: 8px;
    }

    .breadcrumbs li a {
        font-size: 11px;
        line-height: 11px;
    }

    .breadcrumbs .home-icon {
        padding-left: 15px;
    }
}

.noUi-horizontal .noUi-handle {
    border: 1px solid #e1e1e1;
}

.box-filters-job .dropdown-menu[data-bs-popper] {
    right: 0;
    left: unset;
}

.text-brand-2 {
    color: #3c65f5;
}

.w-lg-50 {
    width: 50%;
}

.header {
    padding: 10px 0;
    float: left;
    width: 100%;
    background-color: #ffffff;
}

.header-after-login .main-header .header-right .header-menu ul li a {
    color: #4da6e4 !important;
}

.header-after-login .main-header .header-right .header-menu ul li .active {
    color: #e98b20 !important;
}

.header-after-login .main-header .header-right .header-menu ul li a.active::before {
    background-color: #e98b20;
}

.header-after-login .main-header .header-right .header-menu ul li ul li a {
    color: #061723 !important;
}

.header-after-login .main-header .header-right .header-menu ul li ul li .active {
    color: #e98b20 !important;
}

.header-after-login .main-header .header-right .header-menu ul li a::before {
    background-color: #e98b20;
}

.header .main-header .header-nav .nav-main-menu ul li a {
    color: #4da6e4 !important;
}

.header .main-header .header-nav .nav-main-menu ul li .active {
    color: #e98b20 !important;
}

.header .main-header .header-nav .nav-main-menu ul li a.active::before {
    background-color: #e98b20;
}

.header .main-header .header-nav .nav-main-menu ul li ul li a {
    color: #061723 !important;
}

.header .main-header .header-nav .nav-main-menu ul li ul li .active {
    color: #e98b20 !important;
}

.header .main-header .header-nav .nav-main-menu ul li a::before {
    background-color: #e98b20;
}

.page-title p {
    color: #305aa9;
}

.header .main-header {
    display: flex;
    align-items: center;
}

.header .main-header .header-right {
    display: inline-block;

    min-width: 215px;
    text-align: right;
}

.header .main-header .header-right .member-login {
    display: inline-block;
    vertical-align: middle;
}

.header .main-header .header-right .member-login img {
    float: left;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
}

.header .main-header .header-right .member-login .info-member {
    padding-left: 45px;
    text-align: left;
    line-height: 19px;
}

.header .main-header .header-right .member-login .info-member strong {
    display: block;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 95px !important;
}

.header .main-header .header-nav {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.header .main-header .header-left {
    display: flex;
    align-items: center;
}

.header .main-header .header-left .header-logo {
    margin-right: 0;
    min-width: 139px;
}

.sticky-bar.stick {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    border-bottom: 1px solid #e0e6f6;
    background: #fff;
}

.sticky-bar.stick.sticky-white-bg {
    background-color: #fff;
}

.sticky-bar.stick.sticky-blue-bg {
    background-color: #3286e0;
}

.header-brand-2 {
    background: #3c65f5;
}

.header-brand-2.sticky-bar.stick {
    background: #3c65f5;
}

.header-brand-2 .main-menu>li>a {
    color: #e0e6f6;
}

.header-brand-2 .main-menu>li>a:hover {
    color: #ffffff;
}

.header-brand-2 .main-menu>li>a:hover::before,
.header-brand-2 .main-menu>li>a .active::before {
    background-color: #ffffff;
}

.header-brand-2 .main-menu li a,
.header-brand-2 .main-menu li a.active {
    color: #ffffff;
}

.header-brand-2 .main-menu li a:hover::before,
.header-brand-2 .main-menu li a .active::before,
.header-brand-2 .main-menu li a.active:hover::before,
.header-brand-2 .main-menu li a.active .active::before {
    background-color: #ffffff;
}

.header-brand-2 .main-menu li a {
    color: #e0e6f6;
}

.header-brand-2 .main-menu li a:hover,
.header-brand-2 .main-menu li a.active {
    color: #ffffff;
}

.header-brand-2 .main-menu li a:hover::before,
.header-brand-2 .main-menu li a.active::before {
    background-color: #ffffff;
}

.header-brand-2 .main-menu li ul li a:hover {
    color: #3c65f5;
}

.header-brand-2 .text-link-bd-btom {
    color: #ffffff;
}

.header-brand-2 .btn-default {
    background-color: #ffffff;
    color: #3c65f5;
    font-weight: 500;
}

.user-account {
    display: flex;
    align-items: center;
}

.user-account img {
    max-width: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.user-account .user-name {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}

.perfect-scroll {
    height: 100vh;
    width: 300px;
    position: relative;
}

.body-overlay-1 {
    background: transparent;
    height: auto;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    cursor: crosshair;
    z-index: 997;
}

.mobile-menu-active .body-overlay-1 {
    opacity: 1;
    visibility: visible;
}

.mobile-header-wrapper-style {
    position: fixed;
    top: 0px;
    width: 380px;
    min-height: 100vh;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    z-index: 998;
}

.mobile-header-wrapper-style.sidebar-visible {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner {
    padding: 0px 0px 30px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 34px 30px 30px 30px;
    background-color: #ffffff;
    align-items: center;
    align-self: center;
    border-bottom: thin solid #e0e6f6;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
    display: block;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
    width: 100px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    padding: 30px 30px 30px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
    display: block;
    position: relative;
    padding: 13px 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.hr {
    display: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
    border-bottom: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand {
    right: 0;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    text-align: center;
    font-size: 12px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 38px;
    top: 5px;
    color: #05264e;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand i {
    font-size: 18px;
    font-weight: 300;
    opacity: 0.5;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active>.menu-expand {
    background: rgba(255, 255, 255, 0.2);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active>.menu-expand i::before {
    content: "\f113";
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: #05264e;
    transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
    margin-right: 5px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
    padding: 10px 0 0 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
    padding: 10px 0;
    border-bottom: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children .menu-expand {
    top: 0px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a {
    padding-left: 13px;
    transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a::before {
    opacity: 1;
    transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
    font-size: 14px;
    display: block;
    font-weight: 500;
    color: #253d4e;
    padding-left: 10px;
    position: relative;
    transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    background-color: #e0e6f6;
    border-radius: 50%;
    opacity: 0.7;
    transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
    margin-top: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children.active {
    padding-bottom: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover>a {
    color: #05264e;
    padding-left: 3px;
    transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .categories-dropdown-wrap ul li a {
    padding: 5px 15px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e0e6f7;
    margin: 17px 0 30px 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
    position: relative;
    margin-bottom: 13px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
    margin-bottom: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
    font-size: 14px;
    display: block;
    font-weight: 500;
    color: #05264e;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
    color: #05264e;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a i {
    font-size: 14px;
    color: #05264e;
    margin-right: 8px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
    margin-top: 5px;
    display: none;
    background-color: transparent;
    box-shadow: none;
    padding: 10px 0 0 0;
    width: 100%;
    z-index: 11;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
    padding-bottom: 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
    padding-bottom: 0px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
    color: #05264e;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover>a {
    color: #05264e;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
    font-size: 12px;
    color: #4f5e64;
}

.burger-icon {
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    width: 24px;
    height: 20px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    top: 25px;
    right: 20px;
    display: none;
    z-index: 999999;
}

.burger-icon>span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
}

.burger-icon>span.burger-icon-top {
    top: 2px;
}

.burger-icon>span.burger-icon-bottom {
    bottom: 2px;
}

.burger-icon>span.burger-icon-mid {
    top: 9px;
}

.burger-icon.burger-close {
    position: fixed;
}

.burger-icon.burger-close>span.burger-icon-top {
    display: none;
    opacity: 0;
}

.burger-icon.burger-close>span.burger-icon-mid {
    top: 8px;
    transform: rotate(45deg);
}

.burger-icon.burger-close>span.burger-icon-bottom {
    bottom: 10px;
    transform: rotate(-45deg);
}

.burger-icon>span::before,
.burger-icon>span::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #333;
}

.burger-icon.burger-icon-white>span::before,
.burger-icon.burger-icon-white>span::after {
    background-color: #4f5e64;
}

.mobile-search form {
    background-color: #f2f3f4;
    border-radius: 8px;
    height: 44px;
    padding: 0px 15px 0px 44px;
    position: relative;
}

.mobile-search form input {
    border: 0;
    background-color: transparent;
    width: 100%;
    height: 43px;
}

.mobile-search form i {
    position: absolute;
    left: 18px;
    top: 14px;
    font-size: 18px;
    color: #4f5e64;
}

.mobile-social-icon h6 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}

.mobile-social-icon a {
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
    transition-duration: 0.5s;
    height: 30px;
    width: 30px;
    display: inline-flex;
    background: #efeaff;
    border-radius: 30px;
    line-height: 1;
    align-content: center;
    justify-content: center;
}

.mobile-social-icon a img {
    max-width: 18px;
}

.mobile-social-icon a img:hover {
    opacity: 0.8;
}

.mobile-social-icon a:hover {
    transform: translateY(-2px);
    transition-duration: 0.5s;
    margin-top: -2px;
}

.mobile-social-icon a:last-child {
    margin-right: 0;
}

.mobile-account {
    margin: 15px 0;
    padding: 30px 0 20px 0;
    border-top: thin solid #e0e6f6;
}

.mobile-account h6 {
    font-weight: 600;
    font-size: 18px;
}

.mobile-account ul li {
    padding: 13px 0;
}

.mobile-account ul li a {
    font-size: 15px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: #253d4e;
    transition-duration: 0.2s;
}

.mobile-account ul li:hover a {
    padding-left: 3px;
    transition-duration: 0.2s;
    color: #05264e;
}

.nav li {
    list-style: none;
}

#scrollUp {
    width: 48px;
    height: 48px;
    color: #ffffff;
    right: 30px;
    bottom: 30px;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    z-index: 999 !important;
    border: 0;
    background-color: #fff;
    transition-duration: 0.2s;
    background-color: #4DA6E4;
    background-image: url(../imgs/template/icons/go-top.svg);
    background-repeat: no-repeat;
    background-position: center;
}

#scrollUp i {
    display: none;
    line-height: 42px !important;
    font-size: 20px;
    color: #fff;
}

#scrollUp:hover {
    transform: translateY(-3px);
    transition-duration: 0.2s;
}

/*LAYOUT -> SPACING**/
.section-padding-30 {
    padding: 30px 0;
}

.section-padding-50 {
    padding: 50px 0;
}

.section-padding-60 {
    padding: 60px 0;
}

.section-padding {
    padding: 25px 0;
}

.ptb-0 {
    padding: 0;
}

.ptb-10 {
    padding: 10px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-35 {
    padding: 35px 0;
}

.ptb-32 {
    padding: 32px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-70 {
    padding: 70px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-90 {
    padding: 90px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-110 {
    padding: 110px 0;
}

.ptb-120 {
    padding: 120px 0;
}

.ptb-130 {
    padding: 130px 0;
}

.ptb-140 {
    padding: 140px 0;
}

.ptb-150 {
    padding: 150px 0;
}

.ptb-160 {
    padding: 160px 0;
}

.ptb-170 {
    padding: 170px 0;
}

.ptb-177 {
    padding: 177px 0;
}

.ptb-180 {
    padding: 180px 0;
}

.ptb-190 {
    padding: 190px 0;
}

.ptb-200 {
    padding: 200px 0;
}

.ptb-210 {
    padding: 210px 0;
}

.ptb-220 {
    padding: 220px 0;
}

.ptb-290 {
    padding: 290px 0;
}

.ptb-310 {
    padding: 310px 0;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-65 {
    padding: 65px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-65 {
    padding-top: 65px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-85 {
    padding-top: 85px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-105 {
    padding-top: 105px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pt-115 {
    padding-top: 115px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pt-125 {
    padding-top: 125px !important;
}

.pt-130 {
    padding-top: 130px !important;
}

.pt-135 {
    padding-top: 135px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pt-145 {
    padding-top: 145px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pt-155 {
    padding-top: 155px !important;
}

.pt-160 {
    padding-top: 160px !important;
}

.pt-165 {
    padding-top: 165px !important;
}

.pt-170 {
    padding-top: 170px !important;
}

.pt-175 {
    padding-top: 175px !important;
}

.pt-180 {
    padding-top: 180px !important;
}

.pt-185 {
    padding-top: 185px !important;
}

.pt-190 {
    padding-top: 190px !important;
}

.pt-195 {
    padding-top: 195px !important;
}

.pt-200 {
    padding-top: 200px !important;
}

.pt-260 {
    padding-top: 260px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-105 {
    padding-bottom: 105px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-115 {
    padding-bottom: 115px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-125 {
    padding-bottom: 125px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.pb-135 {
    padding-bottom: 135px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.pb-145 {
    padding-bottom: 145px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pb-155 {
    padding-bottom: 155px !important;
}

.pb-160 {
    padding-bottom: 160px !important;
}

.pb-165 {
    padding-bottom: 165px !important;
}

.pb-170 {
    padding-bottom: 170px !important;
}

.pb-175 {
    padding-bottom: 175px !important;
}

.pb-180 {
    padding-bottom: 180px !important;
}

.pb-185 {
    padding-bottom: 185px !important;
}

.pb-190 {
    padding-bottom: 190px !important;
}

.pb-195 {
    padding-bottom: 195px !important;
}

.pb-200 {
    padding-bottom: 200px !important;
}

.pb-250 {
    padding-bottom: 250px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-55 {
    padding-left: 55px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-65 {
    padding-left: 65px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-75 {
    padding-left: 75px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pl-85 {
    padding-left: 85px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pl-95 {
    padding-left: 95px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pl-105 {
    padding-left: 105px !important;
}

.pl-110 {
    padding-left: 110px !important;
}

.pl-115 {
    padding-left: 115px !important;
}

.pl-120 {
    padding-left: 120px !important;
}

.pl-125 {
    padding-left: 125px !important;
}

.pl-130 {
    padding-left: 130px !important;
}

.pl-135 {
    padding-left: 135px !important;
}

.pl-140 {
    padding-left: 140px !important;
}

.pl-145 {
    padding-left: 145px !important;
}

.pl-150 {
    padding-left: 150px !important;
}

.pl-155 {
    padding-left: 155px !important;
}

.pl-160 {
    padding-left: 160px !important;
}

.pl-165 {
    padding-left: 165px !important;
}

.pl-170 {
    padding-left: 170px !important;
}

.pl-175 {
    padding-left: 175px !important;
}

.pl-180 {
    padding-left: 180px !important;
}

.pl-185 {
    padding-left: 185px !important;
}

.pl-190 {
    padding-left: 190px !important;
}

.pl-195 {
    padding-left: 195px !important;
}

.pl-200 {
    padding-left: 200px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-55 {
    padding-right: 55px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-65 {
    padding-right: 65px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-75 {
    padding-right: 75px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pr-85 {
    padding-right: 85px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pr-95 {
    padding-right: 95px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.pr-105 {
    padding-right: 105px !important;
}

.pr-110 {
    padding-right: 110px !important;
}

.pr-115 {
    padding-right: 115px !important;
}

.pr-120 {
    padding-right: 120px !important;
}

.pr-125 {
    padding-right: 125px !important;
}

.pr-130 {
    padding-right: 130px !important;
}

.pr-135 {
    padding-right: 135px !important;
}

.pr-140 {
    padding-right: 140px !important;
}

.pr-145 {
    padding-right: 145px !important;
}

.pr-150 {
    padding-right: 150px !important;
}

.pr-155 {
    padding-right: 155px !important;
}

.pr-160 {
    padding-right: 160px !important;
}

.pr-165 {
    padding-right: 165px !important;
}

.pr-170 {
    padding-right: 170px !important;
}

.pr-175 {
    padding-right: 175px !important;
}

.pr-180 {
    padding-right: 180px !important;
}

.pr-185 {
    padding-right: 185px !important;
}

.pr-190 {
    padding-right: 190px !important;
}

.pr-195 {
    padding-right: 195px !important;
}

.pr-200 {
    padding-right: 200px !important;
}

.plr-5-percent {
    padding: 0 5%;
}

/***************************
    Page section margin
****************************/
.mtb-0 {
    margin: 0;
}

.mtb-10 {
    margin: 10px 0;
}

.mtb-15 {
    margin: 15px 0;
}

.mtb-20 {
    margin: 20px 0;
}

.mtb-30 {
    margin: 30px 0;
}

.mtb-40 {
    margin: 40px 0;
}

.mtb-50 {
    margin: 50px 0;
}

.mtb-60 {
    margin: 60px 0;
}

.mtb-70 {
    margin: 70px 0;
}

.mtb-80 {
    margin: 80px 0;
}

.mtb-90 {
    margin: 90px 0;
}

.mtb-100 {
    margin: 100px 0;
}

.mtb-110 {
    margin: 110px 0;
}

.mtb-120 {
    margin: 120px 0;
}

.mtb-130 {
    margin: 130px 0;
}

.mtb-140 {
    margin: 140px 0;
}

.mtb-150 {
    margin: 150px 0;
}

.mtb-290 {
    margin: 290px 0;
}

.mb-24 {
    margin-bottom: 24px;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-105 {
    margin-top: 105px !important;
}

.mt-110 {
    margin-top: 110px !important;
}

.mt-115 {
    margin-top: 115px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mt-125 {
    margin-top: 125px !important;
}

.mt-130 {
    margin-top: 130px !important;
}

.mt-135 {
    margin-top: 135px !important;
}

.mt-140 {
    margin-top: 140px !important;
}

.mt-145 {
    margin-top: 145px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mt-155 {
    margin-top: 155px !important;
}

.mt-160 {
    margin-top: 160px !important;
}

.mt-165 {
    margin-top: 165px !important;
}

.mt-170 {
    margin-top: 170px !important;
}

.mt-175 {
    margin-top: 175px !important;
}

.mt-180 {
    margin-top: 180px !important;
}

.mt-185 {
    margin-top: 185px !important;
}

.mt-190 {
    margin-top: 190px !important;
}

.mt-195 {
    margin-top: 195px !important;
}

.mt-200 {
    margin-top: 200px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-105 {
    margin-bottom: 105px !important;
}

.mb-110 {
    margin-bottom: 110px !important;
}

.mb-115 {
    margin-bottom: 115px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.mb-125 {
    margin-bottom: 125px !important;
}

.mb-130 {
    margin-bottom: 130px !important;
}

.mb-135 {
    margin-bottom: 135px !important;
}

.mb-140 {
    margin-bottom: 140px !important;
}

.mb-145 {
    margin-bottom: 145px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.mb-155 {
    margin-bottom: 155px !important;
}

.mb-160 {
    margin-bottom: 160px !important;
}

.mb-165 {
    margin-bottom: 165px !important;
}

.mb-170 {
    margin-bottom: 170px !important;
}

.mb-175 {
    margin-bottom: 175px !important;
}

.mb-180 {
    margin-bottom: 180px !important;
}

.mb-185 {
    margin-bottom: 185px !important;
}

.mb-190 {
    margin-bottom: 190px !important;
}

.mb-195 {
    margin-bottom: 195px !important;
}

.mb-200 {
    margin-bottom: 200px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-65 {
    margin-left: 65px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.ml-75 {
    margin-left: 75px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.ml-85 {
    margin-left: 85px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.ml-95 {
    margin-left: 95px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.ml-105 {
    margin-left: 105px !important;
}

.ml-110 {
    margin-left: 110px !important;
}

.ml-115 {
    margin-left: 115px !important;
}

.ml-120 {
    margin-left: 120px !important;
}

.ml-125 {
    margin-left: 125px !important;
}

.ml-130 {
    margin-left: 130px !important;
}

.ml-135 {
    margin-left: 135px !important;
}

.ml-140 {
    margin-left: 140px !important;
}

.ml-145 {
    margin-left: 145px !important;
}

.ml-150 {
    margin-left: 150px !important;
}

.ml-155 {
    margin-left: 155px !important;
}

.ml-160 {
    margin-left: 160px !important;
}

.ml-165 {
    margin-left: 165px !important;
}

.ml-170 {
    margin-left: 170px !important;
}

.ml-175 {
    margin-left: 175px !important;
}

.ml-180 {
    margin-left: 180px !important;
}

.ml-185 {
    margin-left: 185px !important;
}

.ml-190 {
    margin-left: 190px !important;
}

.ml-195 {
    margin-left: 195px !important;
}

.ml-200 {
    margin-left: 200px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-65 {
    margin-right: 65px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mr-75 {
    margin-right: 75px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mr-85 {
    margin-right: 85px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mr-95 {
    margin-right: 95px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.mr-105 {
    margin-right: 105px !important;
}

.mr-110 {
    margin-right: 110px !important;
}

.mr-115 {
    margin-right: 115px !important;
}

.mr-120 {
    margin-right: 120px !important;
}

.mr-125 {
    margin-right: 125px !important;
}

.mr-130 {
    margin-right: 130px !important;
}

.mr-135 {
    margin-right: 135px !important;
}

.mr-140 {
    margin-right: 140px !important;
}

.mr-145 {
    margin-right: 145px !important;
}

.mr-150 {
    margin-right: 150px !important;
}

.mr-155 {
    margin-right: 155px !important;
}

.mr-160 {
    margin-right: 160px !important;
}

.mr-165 {
    margin-right: 165px !important;
}

.mr-170 {
    margin-right: 170px !important;
}

.mr-175 {
    margin-right: 175px !important;
}

.mr-180 {
    margin-right: 180px !important;
}

.mr-185 {
    margin-right: 185px !important;
}

.mr-190 {
    margin-right: 190px !important;
}

.mr-195 {
    margin-right: 195px !important;
}

.mr-200 {
    margin-right: 200px !important;
}

/*page about*/
.page-about {
    background-position: 0 5%;
}

.header-bg,
.bg-banner-about {
    background-color: #f8faff;
}

.bg-banner-about {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-bottom: 40px;
}

.banner-about::before {
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    right: 0px;
    left: 0px;
}

.banner-about .banner-inner .banner-imgs {
    padding-top: 35px;
}

.banner-about .main-banner {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.banner-about .banner-sm-1 {
    position: absolute;
    top: 3%;
    left: -110px;
    width: 102px;
}

.banner-about .banner-sm-1 img {
    width: 102px;
    height: 102px;
    border-radius: 50%;
}

.banner-about .banner-sm-2 {
    position: absolute;
    top: 21%;
    left: -142px;
    width: 132px;
}

.banner-about .banner-sm-2 img {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.banner-about .banner-sm-3 {
    position: absolute;
    top: 51%;
    left: -192px;
    width: 182px;
}

.banner-about .banner-sm-3 img {
    border-bottom-left-radius: 40px;
}

.heading-36 {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
}

.text-lg {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
}

.text-blue {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: #3c65f5;
    font-weight: 600;
    line-height: 24px;
}

.box-info-job {
    display: inline-block;
    width: 100%;
    padding: 70px 30px 0px 30px;
}

.box-image-findjob {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-left: -50px;
}

.box-image-findjob img {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.box-image-findjob::before {
    position: absolute;
    content: "";
    bottom: -45px;
    right: -45px;
    height: 39px;
    width: 39px;
    border-radius: 50%;
    background: #9fdbe9;
}

.block-job-bg {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 65px 0px 0px 20px;
}

.block-job-bg .row {
    z-index: 2;
    position: relative;
}

.block-job-bg::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 85%;
    height: 39px;
    width: 39px;
    background: #bee2ae;
    border-radius: 50%;
    z-index: 0;
}

.bdrd-4 {
    border-radius: 4px !important;
}

.banner-imgs-about {
    position: relative;
}

.banner-imgs-about .banner-sm-4 {
    position: absolute;
    top: 15%;
    left: -110px;
}

.banner-imgs-about .banner-sm-5 {
    position: absolute;
    top: 65%;
    left: -90px;
}

.banner-imgs-about .main-banner {
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.color-black-5 {
    color: #eff2fb;
}

.box-mw-60 {
    max-width: 60%;
    margin: auto;
}

.box-mw-70 {
    max-width: 70%;
}

/*page services*/
.box-banner-services--inner {
    position: relative;
    max-width: 1090px;
    margin: auto;
}

.box-banner-services--inner img {
    border-radius: 15px;
    width: 100%;
}

.box-banner-services--inner .btn-play-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    height: 140px;
    width: 150px;
    z-index: 3;
    margin: auto;
}

.mw-650,
.mw-450 {
    max-width: 650px;
    margin: auto;
}

.mw-450 {
    max-width: 450px;
}

.pattern-service {
    position: relative;
}

.pattern-service .container {
    z-index: 2;
    position: relative;
}

.pattern-service::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0px;
    height: 100%;
    min-height: 611px;
    width: 290px;
}

/*page pricing*/
.bg-blue-full {
    background-color: #ecf4ff;
    padding: 82px 0px;
}

.bg-blue-full .btn-border {
    color: #4f5e64;
}

.text-billed {
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    vertical-align: middle;
    color: #253d4e;
}

.max-width-price {
    margin: auto;
    max-width: 85%;
}

.block-pricing .box-pricing-item {
    display: inline-block;
    width: 100%;
    padding: 44px;
    border: 1px solid #e0e6f7;
    border-radius: 8px;
    margin-bottom: 30px;
}

.block-pricing .box-pricing-item:hover {
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.block-pricing .box-pricing-item:hover .btn-border {
    background-color: #3c65f5;
    color: #ffffff;
}

.block-pricing .box-pricing-item .for-year,
.block-pricing .box-pricing-item .for-month {
    display: none;
}

.block-pricing .box-pricing-item .display-month {
    display: inline-block;
}

.block-pricing .box-pricing-item .display-year {
    display: inline-block;
}

.block-pricing .box-pricing-item .btn-border {
    border: 1px solid #3c65f5;
    color: #3c65f5;
    width: 100%;
}

.block-pricing .box-pricing-item .btn-border:hover {
    background-color: #3c65f5;
    color: #ffffff;
}

.block-pricing .box-info-price {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
}

.block-pricing .box-info-price .text-price {
    font-size: 56px;
    color: #3c65f5;
    font-family: "Open Sans", sans-serif;
    line-height: 56px;
    font-weight: 800;
    margin-right: 1px;
}

.block-pricing .box-info-price .text-month {
    font-size: 18px;
    line-height: 26px;
    color: #a0abb8;
}

.block-pricing .text-desc-package {
    font-size: 15px;
    line-height: 20px;
    color: #4f5e64;
}

.block-pricing .list-package-feature {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
}

.block-pricing .list-package-feature li {
    display: inline-block;
    width: 100%;
    padding: 4px 0px 4px 35px;
    background: url(../imgs/template/icons/check-circle.svg) no-repeat left center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
    color: #4f5e64;
}

.block-pricing .most-popular {
    margin-top: -50px;
    background-size: contain;
    border-radius: 26px;
    padding: 20px 30px 44px 30px;
}

.block-pricing .most-popular .text-price,
.block-pricing .most-popular .text-month,
.block-pricing .most-popular h4,
.block-pricing .most-popular .text-desc-package {
    color: #ffffff;
}

.block-pricing .most-popular .btn-border {
    font-weight: bold;
    color: #05264e;
    width: 100%;
    text-align: center;
}

.block-pricing .most-popular .btn-white-sm {
    border-radius: 14px;
    text-transform: uppercase;
    padding: 9px 25px 7px 25px;
    font-size: 10px;
    color: #05264e;
    line-height: 12px;
    font-family: "Open Sans", sans-serif;
}

.heading-md-regular {
    font-size: 20px;
    line-height: 24px;
    color: #05264e;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}

.box-info-job .text-md {
    line-height: 28px;
}

.box-image-findjob.box-image-about {
    padding-top: 44px;
    padding-right: 44px;
    text-align: center;
}

.box-image-findjob figure {
    position: relative;
    z-index: 2;
}

.box-info-job.box-info-about {
    padding-top: 30px;
}

.box-info-job.box-info-about .btn-border {
    color: #4f5e64;
}

.text-gray-200 {
    color: #4f5e64;
    font-size: 16px;
}

/*page-faqs*/
.faqs-imgs .faqs-1 {
    border-radius: 80px 80px 80px 0;
}

.faqs-imgs .faqs-2 {
    border-radius: 0 80px 0 80px;
}

.faqs-imgs .faqs-3 {
    border-radius: 0 80px 80px 80px;
}

/*Page contact*/
.leaflet-map {
    height: 528px;
    width: 100%;
}

.bg-img-about {
    background: url(../imgs/page/about/img-about.png) no-repeat top center;
    background-size: cover;
    position: relative;
}

.bg-img-about .container {
    z-index: 2;
    position: relative;
}

.bg-img-about::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: url(../imgs/page/about/bg-black-trans.png) repeat-x bottom left;
}

.bg-img-about h2,
.bg-img-about p {
    color: #ffffff;
}

.box-info-contact {
    background-color: #f2f6fd;
    padding: 50px 40px 20px 40px;
    display: inline-block;
    width: 100%;
}

.link-map {
    letter-spacing: 3px;
    padding-top: 5px;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
}

/* new added */

/* form errors important */
.form-control.is-invalid,
.form-control.is-invalid+.cke .cke_contents,
.was-validated .form-control:invalid,
.select2-hidden-accessible.is-invalid+.select2 .select2-selection {
    border-width: 1px !important;
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.form-control.is-invalid+.cke {
    border-width: 1px !important;
    border-color: #dc3545 !important;
}

.form-control.is-valid,
.form-control.is-valid+.cke .cke_contents,
.was-validated .form-control:valid,
.select2-hidden-accessible.is-valid+.select2 .select2-selection {
    border-width: 1px !important;
    border-color: #198754 !important;
    border-width: 1px !important;
    border-color: #198754 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.form-control.is-valid+.cke {
    border-width: 1px !important;
    border-color: #198754 !important;
}

.form-group.required label:first-child::after {
    content: "*";
    color: red;
}

.required.validation.star::after {
    content: "*";
    color: red;
}

.form-control:not(.input-search textarea) {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
    height: auto !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e0e6f7 !important;
}

.form-group .select2-container {
    width: 100% !important;
}

.box-border .select2-container {
    width: auto !important;
    max-width: 200px !important;
}

/* .select2-selection__rendered li:is(:nth-child(n+4)):not(:last-child) {
    display: none !important;
}

.select2-selection__rendered li:last-child:is(:nth-child(n+5)):before {
    content: ", ..." !important;
}

.select2-selection__rendered li:not(:last-child) {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 36% !important;
}

.select2-container:hover .select2-selection__rendered li {
    display: block !important;
}

.select2-container:hover .select2-selection__rendered li:last-child:is(:nth-child(n+5)):before {
    display: none !important;
} */

.scrollbar-style::-webkit-scrollbar {
    height: 3px;
    width: 3px;
}

.scrollbar-style::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollbar-style::-webkit-scrollbar-thumb {
    background: navy;
}

.rotate-animation i::before {
    animation: rotate-animation 1s linear infinite;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.notification-item {
    position: relative !important;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffffff !important;
    border-radius: 5px !important;
}

.notification-item .notification-text {
    text-wrap: wrap !important;
}

.notification-item .notification-time {
    position: absolute !important;
    right: 10px !important;
    color: #4DA6E4 !important;
    font-size: 14px;
}

.notification-item .big {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 0 !important;
    color: #3D3D3D !important;
}

.notification-item .normal {
    position: relative !important;
    z-index: 1 !important;
}

#notification-container {
    width: 400px !important;
    max-height: 400px !important;
    overflow-y: auto !important;
}

.ui-datepicker.ui-widget {
    z-index: 9999 !important;
}

.chat-message em,
.cke_editable em {
    font-style: italic !important;
}

/* new added */

/* chat popoover */

.tippy-content {
    z-index: 1 !important;
    margin: 10px 10px !important;
}

/* Make the row with class .sticky-header sticky */
.sticky-logbook-header {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    /* Keep it above other elements if necessary */
    background-color: #fff;
    /* Ensure it has a background color so it's visible */
    padding: 10px 0;
    /* Optional: adjust padding */
}

/* Add a scroll bar to the container */
.logbook-container {
    max-height: 400px;
    /* Set the desired max-height */
    overflow-y: auto;
    /* Enable vertical scrolling */
    overflow-x: hidden;
    /* Disable horizontal scrolling */
    padding-right: 15px;
    /* Space for scrollbar */
    scrollbar-width: thin;
}

/********************  Preloader Demo-15 *******************/
.loader15 {
    text-align: center;
    margin: 200px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.loader15 span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #42bdfe;
    display: inline-block;
}

.loader15 span:first-child {
    animation: loading-152 0.5s linear infinite;
    opacity: 0;
    transform: translate(-20px);
}

.loader15 span:nth-child(2),
.loader15 span:nth-child(3) {
    animation: loading-153 0.5s linear infinite;
}

.loader15 span:last-child {
    animation: loading-15 0.5s linear infinite;
}

@-webkit-keyframes loading-15 {
    100% {
        transform: translate(40px);
        opacity: 0;
    }
}

@keyframes loading-15 {
    100% {
        transform: translate(40px);
        opacity: 0;
    }
}

@-webkit-keyframes loading-152 {
    100% {
        transform: translate(20px);
        opacity: 1;
    }
}

@keyframes loading-152 {
    100% {
        transform: translate(20px);
        opacity: 1;
    }
}

@-webkit-keyframes loading-153 {
    100% {
        transform: translate(20px);
    }
}

@keyframes loading-153 {
    100% {
        transform: translate(20px);
    }
}

/* Make the thead sticky */
.table-container {
    position: relative;
    max-height: 500px;
    /* Adjust the height as needed */
    overflow-y: auto;
    /* Enable vertical scrolling */
    overflow-x: auto;
}

.table-container table {
    border-collapse: collapse;
    width: 100%;
}

.table-container thead {
    position: sticky;
    top: 0;
    /* Stick to the top */
    z-index: 1;
    /* Ensure it stays above tbody content */
    background-color: #f8f9fa;
    /* Match your theme */
}

input {
    border: 1px solid #ced4da !important;
}

.select2-search__field {
    border: unset !important;
}

.text-blue {
    color: #4eace9 !important;
    font-weight: 200 !important;
    font-size: 16px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #e98b20 !important;
    border-radius: 10px 10px 0 0;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #ffffff !important;
}

.nav-link {
    color: #4eace9 !important;
    white-space: nowrap;
}

.nav-scroll-container {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.nav-scroll-container ul.nav {
    display: flex;
    flex-wrap: nowrap !important;
    display: flex;
    gap: 0.5rem;
    min-width: max-content;
}

.nav-pills .nav-item {
    flex-shrink: 0;
}

.box-section {
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(170, 170, 170, 0.2),
        0 6px 20px 0 rgba(170, 170, 170, 0.2);
    height: 75px;
    width: auto;
    padding-top: 7px;
    padding-right: 42px;
    padding-bottom: 7px;
    padding-left: 42px;
    gap: 89px;
}

.text-title {
    font-size: 18px;
    font-weight: 300;
    color: #3159a9;
}

.proposal-type {
    color: #05A7E9 !important;
    font-size: 18px;
    white-space: nowrap;
}

.proposal-desc {
    color: #3D3D3D !important;
    font-size: 16px;
}

.proposal-project-type {
    color: #4E5D63 !important;
    font-size: 12px;
}

.proposal-invite-amount {
    color: #05A7E9 !important;
    font-size: 22px;
    white-space: nowrap;
}

.proposal-invite-type {
    color: #B6B6B6 !important;
    font-size: 14px;
    white-space: nowrap;
}

.blue-underline {
    border-bottom: 1px solid #05a7e9;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.black-underline {
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.time-icon {
    background: url(../imgs/template/icons/time-icon.svg) no-repeat;
}

thead tr th {
    color: #41529f !important;
}

.badge-green {
    background-color: #b3e18d;
    color: #107019;
}

.badge-yellow {
    background-color: #ffc787;
    color: #ffffff;
}

.badge-red {
    background-color: #ff6e71;
    color: #ffffff;
}

.badge-grey {
    background-color: #C6BFBF;
    color: #ffffff;
}

.badge-blue {
    background-color: #9ed4f8;
    color: #086bad;
}

.badge-black {
    background-color: #3d3d3d;
    color: #d7d7d7;
}

/* find project details */
.project-title {
    color: #2967b4 !important;
    font-size: 22px !important;
    font-weight: 600;
}

.font-color {
    color: #01aded !important;
    font-size: 16px;
    font-weight: 500;
}

.card-briefcase {
    font-size: 12px;
    color: #4e5d63;
    display: inline-block;
    padding: 0px 15px 0px 15px;
    background: url(../imgs/template/icons/icon-spent.svg) no-repeat 0px 3px;
}

.card-briefcase.tex-color {
    color: #4e5d63 !important;
}

.card-time {
    font-size: 12px;
    color: #4e5d63;
    display: inline-block;
    padding: 0px 15px 0px 15px;
    background: url(../imgs/template/icons/icon-time.svg) no-repeat 0px 3px;
}

.contract-hourly-part {
    background-color: #f3f3f3;
    color: #4EACE9 !important;
    font-weight: 600;
    font-size: 18px;
    width: 70%;
    height: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: 1px solid #41529f;
    margin-bottom: 60px;
}

.contract-border-box {
    background-color: #F3F3F3 !important;
    color: #4EACE9 !important;
    font-size: 17px;
    line-height: 1.2;
    width: 668px;
    max-width: 680px;
    margin: 0 auto 60px auto;
    border: 1px solid #41529F;
    padding: 8px 14px !important;
    text-align: center !important;
    word-wrap: break-word;
}

.contract-type {
    color: #05A7E9 !important;
    font-size: 16px;
    font-weight: 500;
}

.contract-desc {
    color: #3D3D3D !important;
    font-size: 16px;
    font-weight: 500;
}

.contract-work-title {
    color: #05A7E9 !important;
    font-size: 17px;
    font-weight: 500;
}

.contract-consu-title {
    color: #999999 !important;
    font-size: 12px;
    font-weight: 500;
}

.contract-buttons {
    border: 1.5px solid #41529f;
    border-radius: 5px;
    color: #41529f;
    padding: 3px 10px 3px 10px;
    font-weight: 150;
}

.contract-buttons:hover {
    background: linear-gradient(to right,
            rgba(6, 165, 231, 1),
            rgba(48, 89, 169, 1)) !important;
    color: #ffffff !important;
    border: 1.5px solid !important;
    padding: 3px 10px 3px 10px;
}

.contract-buttons-danger {
    border: 1.5px solid #9f4141;
    border-radius: 5px;
    color: #9f4141;
    padding: 0 10px 0 10px;
    font-weight: 150;
}

.contract-buttons-danger:hover {
    background: linear-gradient(to right,
            rgb(169, 48, 48),
            rgb(231, 6, 6)) !important;
    color: white;
}

.btn.btn-default {
    background: linear-gradient(to right,
            rgba(6, 165, 231, 1),
            rgba(48, 89, 169, 1)) !important;
    color: white !important;
    background-repeat: no-repeat, no-repeat !important;
    padding: 5px 20px 5px 20px !important;
    font-size: 16px;
}

.btn.btn-default-apply {
    background: linear-gradient(to right,
            rgba(6, 165, 231, 1),
            rgba(48, 89, 169, 1)) !important;
    color: white !important;
    background-repeat: no-repeat, no-repeat !important;
    padding: 12.5px 20px 12.5px 20px !important;
    font-size: 16px;
}

.link-auth {
    color: #e98b20 !important;
}

/* all popup modal detail */

.modal-card {
    position: absolute;
    top: auto;
    z-index: 2;
    border-radius: 5px 10px 5px 10px;
}

.modal-card .modal-title {
    color: #4DA6E4 !important;
    color: #08a3e6 !important;
    font-size: 20px;
}

.model-btn-close {
    background-color: #d9d9d9 !important;
    border: none;
    border-radius: 8px;
    width: 85px;
    height: 38px;
    padding: 7px 19px 9px 17px !important;
}

.model-btn-update {
    background: linear-gradient(269.96deg, #3059A9 0.03%, #06A5E7 99.97%) !important;
    border: none;
    border-radius: 8px;
    padding: 7px 21px 13px 18px !important;
    color: #ffffff;
    height: 38px;
    width: 85px;
}

.modal-check {
    background-color: #cfcfcf !important;
}

.modal-desc {
    color: #a0a0a0 !important;
    font-size: 12px;
}

.select-title {
    font-size: 12px;
}

.footer {
    padding: 0px 20px 0px 20px !important;
}

.btn.btn-blue {
    background-color: #4eace9;
    color: #ffffff;
}

.btn.btn-blue:hover {
    background-color: #4eace9;
    color: #ffffff !important;
}

.btn.btn-orange {
    background-color: #efb208;
    color: #ffffff;
}

.btn.btn-red {
    background-color: #ff6e71;
    color: #ffffff;
}

.btn.btn-red:hover {
    background-color: #ff6e71;
    color: #ffffff !important;
}

.btn.btn-green {
    background-color: #a3d37b;
}

.btn.btn-grey {
    background-color: #c6bfbf;
    color: #ffffff;
}

.btn.btn-jordy-Blue {
    background-color: #7994e7;
    color: #ffffff;
}

.btn.btn-lime-green {
    background-color: #59dda1;
    color: #ffffff !important;
}

.btn.btn-yellow {
    background-color: #e0d423;
    color: #ffffff;
}

.btn.btn-jordy-red {
    background-color: #f3b083;
    color: #ffffff;
}

.btn.btn-outline {
    border: 1px solid;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

.btn.btn-outline.btn-blue {
    border: 1px solid;
    border-color: #4eace9;
    color: #4eace9;
}

.btn.btn-outline.btn-blue:hover {
    background-color: #4eace9;
    color: white;
}

.btn.btn-outline.btn-orange {
    border: 1px solid;
    border-color: #efb208;
    color: #efb208;
}

.btn.btn-outline.btn-orange:hover {
    background-color: #efb208;
    color: white;
}

.btn.btn-outline.btn-red {
    border: 1px solid;
    border-color: #ff6e71;
    color: #ff6e71;
}

.btn.btn-outline.btn-red:hover {
    background-color: #ff6e71;
    color: white;
}

.btn.btn-outline.btn-green {
    border: 1px solid;
    border-color: #a3d37b;
    color: #a3d37b;
}

.btn.btn-outline.btn-green:hover {
    background-color: #a3d37b;
    color: white;
}

.btn.btn-outline.btn-grey {
    border: 1px solid;
    border-color: #c6bfbf;
    color: #c6bfbf;
}

.btn.btn-outline.btn-grey:hover {
    background-color: #c6bfbf;
    color: white;
}

.btn.btn-outline.btn-jordy-Blue {
    border: 1px solid;
    border-color: #7994e7;
    color: #7994e7;
}

.btn.btn-outline.btn-jordy-Blue:hover {
    background-color: #7994e7;
    color: white;
}

.btn.btn-outline.btn-lime-green {
    border: 1px solid;
    border-color: #59dda1;
    color: #59dda1;
}

.btn.btn-outline.btn-lime-green:hover {
    background-color: #59dda1;
    color: white;
}

.btn.btn-outline.btn-yellow {
    border: 1px solid;
    border-color: #e0d423;
    color: #e0d423;
}

.btn.btn-outline.btn-yellow:hover {
    background-color: #e0d423;
    color: white;
}

.btn.btn-outline.btn-jordy-red {
    border: 1px solid;
    border-color: #f3b083;
    color: #f3b083;
}

.btn.btn-outline.btn-jordy-red:hover {
    background-color: #f3b083;
    color: white;
}

.btn-grey-small {
    background-color: #d9d9d9;
    font-size: 12px;
    padding: 3px 11px;
    border-radius: 5px;
    color: #4f5e64 !important;
    margin-bottom: 5px !important;
}

.btn-grey-small:hover {
    background-color: #d9d9d9;
    color: #4f5e64 !important;
}

/* flag property */

.saved-projects-groups {
    padding-left: 12px;
    border-radius: 5px;
}

.saved-projects-groups li {
    list-style-type: disc !important;
}

.saved-projects-groups .active {
    color: #1371a9 !important;
    font-weight: bold;
}

.btn.btn-flag {
    background: #ffffff !important;
    border: 1px solid #202131 !important;
    border-radius: 5px 5px 5px 5px;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.btn.btn-flag:hover {
    background: #d3d3d3 !important;
}

/* chats css */

.chat-room-list {
    height: 100%;
    overflow-y: auto;
    background-color: #ffffff;
}

.chats {
    background-image: url(../img/chats-background.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.is-me-message {
    background-color: #e0fcd6 !important;
    color: #1b2427 !important;
    box-shadow: 0px 10px 10px -13px;
}

.is-you-message {
    box-shadow: 0px 10px 10px -13px;
}

.chats-time-notification {
    background-color: #04a8e9 !important;
    color: #ffffff !important;
}

.sidebar-profile-bg {
    background-color: #04a8e9;
}

.sidebar-profile-circle-bg {
    background-color: #36b9ed;
    height: 100px;
    width: 100px;
    box-shadow: 0px 25px 45px -5px rgba(10, 42, 105, 0.06);
    margin-top: 60px;
}

.sidebar-profile-circle-image {
    margin-top: 12px;
    margin-left: 12px;
}

.message-text {
    color: #6b9f63;
    font-size: 10px;
}

.profile-text {
    color: #04a8e9;
    font-size: 10px;
}

.block-text {
    color: #ff7878;
    font-size: 10px;
}

.text-10 {
    font-size: 10px !important;
}

.text-11 {
    font-size: 11px !important;
}

.text-12 {
    font-size: 12px !important;
}

.text-13 {
    font-size: 13px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-15 {
    font-size: 15px !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-18 {
    font-size: 18px !important;
}

/* Apply Project */
.proposal-btn-add-bids {
    transition: none !important;
    border: 1.5px solid #41529f;
    border-radius: 5px;
    color: #06a4e6;
    background-color: #ffffff;
    font-weight: 150;
    background-image: url(../imgs/template/icons/icon-plus.svg) !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: 18px center, center !important;
    padding: 8px 20px 8px 50px !important;
}

.proposal-btn-add-bids:hover {
    background-image: url(../imgs/template/icons/icon-plus-white.svg), #06a4e6 !important;
    color: #06a4e6 !important;
    background-repeat: no-repeat !important;
}

.disabled-text {
    pointer-events: none;
    color: gray;
    opacity: 0.6;
    user-select: none;
}

.btn-bg-close {
    background-color: #D9D9D9 !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    font-size: 16px;
    border: none !important;
}

.paragraph-text {
    color: rgb(77, 166, 228) !important;
}

.paragraph-text,
.inline-text {
    display: inline;
    background-position: 18px center, center !important;
}

.proposal-btn-add-balance {
    border: 1.5px solid #41529f;
    color: #3059a9;
}

.proposal-btn-add-balance:hover {
    background: #3059a9;
    color: #ffffff;
}

.filepond--label-action {
    color: #1371a9 !important;
}

.card-header-bg-color-yellow {
    background-color: #ec9a3c;
    color: #ffffff;
}

.card-header-bg-color-blue {
    background-color: #374c9f;
    color: #ffffff;
}

.report-title-yellow {
    color: #ec9a3c;
}

.report-title-blue {
    color: #374c9f;
}

.panel-white .box-padding {
    box-shadow: unset !important;
}


/* chats systems */
.popovers-chats {
    position: absolute;
    z-index: 1050;
}

.chats-body {
    position: relative;
    overflow: hidden;
}

.thank-you-text {
    color: #4EACE9;
    font-weight: 100 !important;
    font-size: 70px;
    line-height: 70px;
}

.for-registration-text {
    color: #41529F;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 5px;
    line-height: 25px;
    display: flex;
    justify-content: center;
    /* margin-bottom: 50px; */
}

.congratulations-text {
    color: #41529F;
    font-weight: 200;
    font-size: 47px;
    line-height: 60px;
}

.successfully-text {
    color: #41529F;
    font-weight: 100 !important;
    font-size: 16px;
    line-height: 19.36px;
}

@media (max-width: 501.98px) {
    .congratulations-text {
        font-size: 1.5rem;
        font-weight: 600;
    }

    .for-registration-text {
        font-size: 10px;
    }
}

/* public profile  */
.company-name {
    background: linear-gradient(269.96deg, #3059A9 0.03%, #06A5E7 99.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* Makes text transparent to show gradient */
    font-size: 25px !important;
    font-weight: 300;
}

.timeline {
    position: relative;
    margin: 15px;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 0.5px;
    background: #000;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.timeline-item.left {
    justify-content: flex-end;
}

.timeline-item.right {
    justify-content: flex-start;
}

.content-timeline {
    max-width: 45%;
    padding: 10px;
}

.year-timeline {
    position: absolute;
    left: 48.5%;
    transform: translateX(-50%);
    font-weight: 400;
    font-size: 32px;
    color: #0A63AD;
}

.timeline-item .dot {
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item .details {
    font-size: 14px;
    color: #333;
}

.timeline-item .highlight {
    color: #4EACE9;
}

.btn-skills {
    padding: 6px 10px;
    border-radius: 5px;
    color: #3c65f5;
    min-width: 42px;
    font-size: 12px;
    line-height: 8px;
    background-color: rgba(81, 146, 255, 0.12);
}

.word-wrap {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    color: #000000 !important;
    font-size: 16px;
}

.link-workprofile {
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: #0078ff;
    text-decoration: none;
}

.link i {
    margin-right: 5px;
}

.tags {
    display: flex;
    gap: 8px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.tag {
    background-color: #e7f3ff;
    color: #305AAA;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 12px;
    height: auto;
    white-space: nowrap;
    line-height: 1.4;
}

.paragraph-color-text {
    color: #3D3D3D !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 25px !important;
    margin-bottom: 0px !important;
}

.file-svg {
    background-image: url(../imgs/page/candidates/file.svg);
    width: 23px;
    height: 16px;
    background-repeat: no-repeat;
    display: inline-block;
}

.profile-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #EAEAEA;
    position: relative;
    overflow: hidden;
}

.card-header-work-profile {
    display: flex;
    align-items: center;
}

.profile-img-workprofile {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
}

.name-work-profile {
    font-size: 20px;
    font-weight: 300 !important;
    color: #0A63AD;
}

.stars-work-profile {
    color: #f9a825;
    line-height: 10px;
}

.position-workprofile {
    font-size: 10px;
    color: #aaa;
    position: relative;
    top: 4px;
}

.description-work-profile {
    margin-top: 20px !important;
}

.responsive-text-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767.98px) {
    .responsive-text-wrap {
        white-space: normal;
    }
}

.ribbon {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 145px;
    background: linear-gradient(135deg, #06A5E7 0%, #3059A9 100%);
    color: #fff;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    overflow: visible !important;
}

.ribbon-content {
    transform: rotate(45deg);
    display: flex !important;
    width: max-content;
    /* line-height: 4.2; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    padding: 4px;
    gap: 2px;
    margin-bottom: auto !important;
}

.ribbon .price-workprofile {
    font-size: 18px;
    font-weight: 700;
    margin-top: 8px !important;
    margin-left: 38px !important;
}

.ribbon .sub-text {
    font-size: 12px;
    opacity: 0.9;
    margin-left: 33px !important;
    margin-bottom: 2px !important;
}

@media (max-width: 576px) {
    .ribbon {
        width: 38%;
        height: 39%;
    }

    .ribbon .price-workprofile {
        font-size: 11px;
        margin-left: 2px !important;
        margin-right: 35px !important;
        margin-top: 12px !important;
    }

    .ribbon-content {
        transform: rotate(48deg);
        position: absolute;
        top: 10%;
        left: 26%;
        display: flex !important;
        width: max-content;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        gap: 1px;
        margin-bottom: auto !important;
    }

    .ribbon .sub-text {
        font-size: 8px;
        margin-left: -12px !important;
        margin-bottom: 17px !important;
        opacity: 0.9 !important;
    }
}

.h5-color-portfolio {
    color: #364EA0 !important;
}

.card-location-portfolio {
    font-size: 12px;
}

/* portfolio_details */
.btn-editor-Portfolios {
    background-image: url(../imgs/page/Portfolios/edit-btn-Portfolios.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 !important;
}

.btn-Portfolios-size {
    display: inline-block;
    height: 30px;
    width: 30px;
}

.btn-delete-Portfolios {
    background-image: url(../imgs/page/Portfolios/delete-btn-Portfolios.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 !important;
}

.portfolio-card-hover {
    transition: box-shadow 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.portfolio-card-hover:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
}

.portfolio-header span {
    color: #4EACE9;
    font-size: 20px;
    font-weight: 600;
}

.portfolio-color-span {
    color: #83888E !important;
    font-weight: 300 !important;
}

.status span {
    font-size: 16px;
    font-weight: 600;
}

.description p {
    font-family: Inter;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 25px;
    color: #71777E;
}

.description-p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #71777E;
}

.underline-darkblue {
    border: 1px solid #41529F;
    margin-top: 10px;
    margin-bottom: 10px;
}

.image-section {
    margin-top: 20px;
}

.image-section img {
    border-radius: 12px;
    height: 450px;
    width: 100%;
}

/* billing & payments */
.underline-billing-payments {
    margin-top: 10px !important;
    border: 1px solid #D3D3D3;
    width: 97%;
    align-items: center;
    margin: 0 auto;
}

.billing-cards-container {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
}

.billing-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    height: 217px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.billing-card:hover {
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
}

.billing-icon {
    font-size: 40px;
    color: #0a67c3;
}

.billing-card-amex .billing-icon {
    background-image: url(../imgs/page/billing-payments/card.svg);
}

.billing-card-bank .billing-icon {
    background-image: url(../imgs/page/billing-payments/bank.svg);
}

.billing-card-amex .billing-icon,
.billing-card-bank .billing-icon {
    display: block;
    color: #0a67c3;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.billing-icon-size-card {
    width: 40px;
    height: 53px;
}

.btn.btn-outline.btn-blue-billing-payments {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 160px;
}

.billing-icon-size-btn {
    width: 40px;
    height: 30px;
}

.billing-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.btn.btn-outline.btn-blue-billing-payments {
    border: 0px solid;
    color: #1371A9;
    padding: 8px 10px 8px 10px !important;
}

.btn.btn-outline.btn-blue-billing-payments:hover {
    color: white;
}

.btn.btn-outline.btn-blue-billing-payments:hover .billing-icon {
    filter: brightness(0) invert(1);
}

.billing-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.billing-actions {
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.billing-actions .btn {
    padding: 5px !important;
    align-items: center;
}

.billing-edit,
.billing-delete {
    display: flex;
    color: #3D3D3D;
    font-size: 12px;
    cursor: pointer;
    gap: 5px;
}

.billing-edit::before,
.billing-delete::before {
    content: "";
    width: 18px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.billing-edit::before {
    background-image: url("../imgs/page/billing-payments/edit_btn.svg");
}

.billing-delete::before {
    background-image: url("../imgs/page/billing-payments/delete_btn.svg");
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b3b3b3;
    border-radius: 25px;
    transition: 0.4s;
}

.slider:before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3.5px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #0a67c3;
}

input:checked+.slider:before {
    transform: translateX(20px);
}

/* recent viewed profile */
.profile-card-footer {
    background: #E3F4FF !important;
    border-radius: 5px !important;
    padding: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #0A63AD;
}

.profile-amount {
    color: #0A63AD;
    font-size: 25px;
    font-weight: 300;
}

.profile-perhours-label {
    color: #999999 !important;
    font-size: 12px;
    font-weight: 400;
}

.profile-location {
    color: #000000 !important;
    font-size: 14px;
    font-weight: 400;
}

.profile-icon {
    color: #000000;
}

.profile-title {
    color: #2F5BAB;
    font-size: 18px;
    font-weight: 700;
}

.profile-description-label {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

/* blogs show detail */
.comment-label {
    color: #3159A9 !important;
    font-size: 25px;
    font-weight: 500;
}

.comment-tax {
    color: #3159A9 !important;
    font-size: 13px;
    font-weight: 500;
}

.blog-show-title {
    color: #3159A9 !important;
    font-size: 22px;
    font-weight: 600;
}

.blog-show-content {
    color: #000000 !important;
    font-size: 14px;
    font-weight: 400;
}

.blog-show-author-title {
    color: #01AFEF !important;
    font-size: 14px;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    color: #0A63AD !important;
    background-color: #E3F4FF !important;
    border-color: #0A63AD !important;
}

.contract-chatroom-status .step.completed .icon {
    background-color: #4EACE9 !important;
    border: #4EACE9 !important;
    color: #fff !important;
}

.form-check-input:checked {
    background-color: #4EACE9 !important;
    border-color: #4EACE9 !important;
}

.view-offer-title {
    color: #4eace9 !important;
    font-weight: 200 !important;
    font-size: 16px !important;
}

.ui-datepicker-inline {
    padding: 0 !important;
}

.ui-datepicker-title {
    background-color: #1559A3 !important;
    border-radius: 5px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    line-height: 2em !important;
}

.ui-datepicker-header {
    padding: 0 !important;
}

.ui-datepicker-month,
.ui-datepicker-year {
    color: #fff !important;
    border-radius: 5px !important;
}

.ui-datepicker-month option,
.ui-datepicker-year option {
    color: #061723 !important;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    background-color: #1A1793 !important;
    color: #fff !important;
    top: 0 !important;
    height: 2em !important;
}

.ui-datepicker-prev {
    left: 0 !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.ui-datepicker-next {
    right: 0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    background-color: #1A1793 !important;
    border: 1px solid #ddd !important;
    color: #fff !important;
    border-radius: 5px !important;
}

.ui-corner-all {
    border: none !important;
}

.ui-datepicker-calendar {
    background-color: #fff !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 0 !important;
}

.ui-datepicker-calendar th {
    color: #8A92A6 !important;
}

.ui-datepicker td {
    color: #8A92A6 !important;
    background-color: unset !important;
}

/* .ui-state-hover {
    background-color: #1A1793 !important;
    border: 1px solid #ddd !important;
    color: #fff !important;
    border-radius: 5px !important;
} */

/* .ui-datepicker-prev-hover {
    background-color: #1A1793 !important;
    border: 1px solid #ddd !important;
    color: #fff !important;
    border-radius: 5px !important;
} */

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none !important;
    background: none !important;
    color: #939596 !important;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 30 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: none !important;
    border: 1.3px solid #efb208 !important;
}

/* .ui-datepicker,
.ui-datepicker-calendar,
.ui-state-highlight a {
    border: none !important;
    border-radius: 5px !important;
} */

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #DEE2E6 !important;
    border-radius: 8px !important;
    color: #8A92A6 !important;
    border: none !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center !important;
    padding: .2em;
}

/* .ui-widget-header .ui-icon {
    background-image: url(../imgs/template/icons/icon-next.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
} */

.ui-datepicker-next span {
    background-image: url(../imgs/template/icons/icon-next.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.ui-datepicker-prev span {
    background-image: url(../imgs/template/icons/icon-prev.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* notification details */
ul.timeline-3 {
    list-style-type: none;
    position: relative;
}

ul.timeline-3:before {
    content: " ";
    background: #3159A9;
    display: inline-block;
    position: absolute;
    left: 24px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline-3>li {
    margin: 22px 0;
    padding-left: 26px;
}

ul.timeline-3>li:before {
    content: " ";
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 4px solid #4DA6E4;
    left: 5.5px;
    width: 16px;
    height: 16px;
    z-index: 400;
}

ul.timeline-3>li.selected:before {
    background: #4DA6E4;
}

.timeline-date {
    color: #3D3D3D !important;
    font-size: 16px;
    font-weight: 600;
}

li.notification-active {
    background-color: #EBFAFF !important;
    border: none !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
    color: #3D3D3D !important;
    border-radius: 5px !important;
    margin-bottom: 7px !important;
    margin-top: 5px !important;
}

div.notification-active {
    background-color: transparent !important;
    border: none !important;
}


/* member */
.member-status {
    color: #07A4E6 !important;
    font-size: 14px;
}

/* notification details */
ul.timeline-3 {
    list-style-type: none;
    position: relative;
}

ul.timeline-3:before {
    content: " ";
    background: #3159A9;
    display: inline-block;
    position: absolute;
    left: 24px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline-3>li {
    margin: 22px 0;
    padding-left: 26px;
}

ul.timeline-3>li:before {
    content: " ";
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 4px solid #4DA6E4;
    left: 5.5px;
    width: 16px;
    height: 16px;
    z-index: 400;
}

ul.timeline-3>li.selected:before {
    background: #4DA6E4;
}

.timeline-date {
    color: #3D3D3D !important;
    font-size: 16px;
    font-weight: 600;
}

li.notification-active {
    background-color: #EBFAFF !important;
    border: none !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
    color: #3D3D3D !important;
    border-radius: 5px !important;
    margin-bottom: 7px !important;
    margin-top: 5px !important;
}

div.notification-active {
    background-color: transparent !important;
    border: none !important;
}

/* all ofcanvas */
.ofcanvas-main-title {
    color: #2967B4 !important;
    font-size: 22px;
    font-weight: 600;
}

.ofcanvas-project-title {
    color: #07A4E6 !important;
    font-size: 18px;
    font-weight: 400;
}

.ofcanvas-cancle-btn {
    background-color: #d9d9d9 !important;
    border: none;
    border-radius: 8px;
    height: 38px;
    padding: 7px 19px 9px 17px !important;
}

.ofcanvas-tax {
    color: #3D3D3D !important;
    font-size: 14px;
}

.ofcanvas-proposal {
    color: #2967B4 !important;
    font-size: 17px;
    font-size: 600;
}

.ofcanvas-project-title {
    color: #2967B4 !important;
    font-size: 18px;
    font-weight: 600;
}

.ofcanvas-earning {
    color: #41529F !important;
    font-size: 16px;
    font-weight: 500;
}

.ofcanvas-work-title {
    color: #07A4E6 !important;
    font-size: 17px;
    font-weight: 500;
}

.ofcanvas-total-spent {
    color: #01ADED !important;
    font-size: 14px;
}

.ofcanvas-border-box {
    background-color: #41529F !important;
    font-size: 18px;
    color: #ffffff !important;
}

.ofcanvas-invite-user {
    background-image: url(../imgs/template/icons/invite-coworkers.svg) !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: 18px center, center !important;
    height: 51px;
    width: 75px;
}

.ofcanvas-user-title {
    color: #0A63AD !important;
    font-size: 20px;
    font-weight: 400;
}

.ofcanvas-view-profile {
    color: #39499C !important;
    font-size: 15px;
    font-weight: 400;
}

.ofcanvas-date {
    color: #2F59A9 !important;
    font-size: 16px;
    font-weight: 600;
}

.ofcanvas-earning-box {
    background-color: #F3F3F3 !important;
}

.ofcanvas-language-box {
    background-color: #07A4E6 !important;
}

.ofcanvas-education-box {
    background-color: #EFFAFF !important;
}

.ofcanvas-experience-box {
    background-color: #F5F5F5 !important;
}

.letter-space {
    letter-spacing: 3px !important;
}

.tippy-box {
    z-index: 1055 !important;
}

.tippy-box[data-theme~='custom'] {
    z-index: 1055 !important;
}

/* This ensures the tags wrap and scroll if they exceed */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    overflow-y: auto;
    min-height: 38px;
    /* One row height */
    max-height: 40px;
    /* Allow 2 rows with scroll after 1 row */
    overflow-y: auto;
    border-radius: 4px;
    padding: 4px 6px;
}

.select2-selection__choice {
    max-height: 24px !important;
    font-size: 12px !important;
}

/* Optional: style the selected items (tags) */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 0px !important;
    border-radius: 4px;
    font-size: 14px;
    color: #3D3D3D;
    margin-right: 5px;
    margin-top: 2px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #3D3D3D;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-right: 2px;
    font-weight: normal;
}

#profilePart {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 145px;
}

#profile_image {
    width: 120px;
    height: 120px;
    display: block;
    transition: filter 0.3s ease;
}

#profilePart:hover #profile_image {
    filter: blur(2px);
}

#profileDeleteButton {
    position: absolute;
    top: 50%;
    left: 41%;
    transform: translate(-50%, -50%);
    font-size: 23px;
    color: red;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#profilePart:hover #profileDeleteButton {
    opacity: 1;
}

/* portfolio listning */
.portfolio-title {
    color: #364EA0 !important;
    font-size: 16px;
    font-weight: 700;
}

.portfolio-card {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.portfolio-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5) !important;
}

.bi.bi-bell-2 {
    background-image: url(../img/ico-notification.svg) !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px !important;
}

.border-blue {
    color: #05A7E9 !important;
    border: 1px solid !important;
}

.bg-password-secondary {
    background-color: #CFCFCF !important;
}