/***
 Template Name: JobBox
 Description: Job Board Finder HTML template
 Version: 4.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
==============================
TABLE CONTENT
 Import Google Fonts
 Include Third Party CSS Library
 GENERAL
 HEADER
 Offcanvas Sidebar
 Search form
 Main header
 Mega menu
 Header layouts
 Page layouts
 Pagination
 Breadcrumb
 CATEGORY PAGES
 SINGLE POST
 Author box
 comment
 Post share social
 WP STYPE
 Custom amine
***/
@import url(https://fonts.bunny.net/css?family=plus-jakarta-sans:400,500,600,700,800);

.box-related-job {
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
    border-top: 1px solid #E0E6F7;
    margin-top: 30px;
}

.social-share-link {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 2px;
}

.share-facebook {
    background-image: url(../imgs/page/about/facebook.svg);
}

.share-twitter {
    background-image: url(../imgs/page/about/twitter.svg);
}

.share-instagram {
    background-image: url(../imgs/page/about/instagram.svg);
}

.share-linkedin {
    background-image: url(../imgs/page/about/linkedin.svg);
}

.blog-detail-image {
    width: 70%;
    height: 2px;
}

/*TYPOGRAPHY*/

.btn-grey {
    padding: 17px 20px;
    gap: 10px;
    background: #E0E6F7;
    border-radius: 8px;
    color: #3C65F5;
    font-size: 14px;
    line-height: 14px;
}

.btn-grey-big {
    padding: 17px 21px;
    gap: 10px;
    background: #E0E6F7;
    border-radius: 4px;
    color: #05264E;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

.btn-grey-big:hover {
    color: #3C65F5;
}

.btn-apply-now {
    background-color: #E0E6F7;
    color: #3C65F5;
    padding: 12px 10px;
    min-width: 95px;
    border-radius: 4px;
    font-size: 12px;
    text-transform: capitalize;
}

.btn-apply {
    background-color: #3C65F5;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 4px;
}

.btn-apply:hover {
    background-color: #b03127;
    color: #ffffff;
}

.btn-apply-icon {
    background: linear-gradient(to right, rgba(6, 165, 231, 1), rgba(48, 89, 169, 1)) !important;
    background-image: url(../imgs/template/icons/applly.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;
    padding-left: 40px;
    color: #ffffff !important;
}

.btn-apply-big {
    background: linear-gradient(to right, rgba(6, 165, 231, 1), rgba(48, 89, 169, 1)) !important;
    color: #ffffff;
    padding: 18px 35px;
    border-radius: 5px;
}

.btn-apply-big.btn-apply-icon {
    padding-left: 50px;
    background-position: 21px 17px;
    color: #ffffff !important;
}

.btn-apply-big:hover {
    color: #fff;
    background-color: #05264E;
}

.btn-call-icon {
    background-image: url(../imgs/template/icons/call.svg);
    background-position: 24px 17px;
    background-repeat: no-repeat;
    padding: 18px 30px 18px 65px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.btn-download-icon {
    background-image: url(../imgs/template/icons/icon-download.svg);
    background-position: 24px 17px;
    background-repeat: no-repeat;
    padding: 18px 30px 18px 65px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.btn-preview-icon {
    background-image: url(../imgs/page/candidates/preview.svg);
    background-position: 35px 14px;
    background-repeat: no-repeat;
    padding: 14px 30px 14px 55px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    min-width: 180px;
}

.btn-tag {
    padding: 3px 10px;
    background: #E0E6F7;
    border-radius: 5px;
    color: #3C65F5;
    min-width: 42px;
    font-size: 12px;
    line-height: 18px;
}



.btn-border-3 {
    padding: 12px 20px;
    background: #EFF2FB;
    border-radius: 8px;
    color: #05264E;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.btn-border-brand-2 {
    padding: 12px 20px;
    border: 1px solid #3C65F5;
    background-color: #ffffff;
    border-radius: 8px;
    color: #3C65F5;
    font-size: 14px;
    line-height: 22px;
}

.btn-brand-1 {
    padding: 18px 25px;
    background: #305aa9;
    color: #ffffff;
    border-radius: 4px;
}

.btn-brand-1:hover {
    background-color: #3c68bb;
    color: #ffffff;
}

.btn-icon-load {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(to right, #06A5E7, #3059A9);
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    gap: 10px;
    /* Space between spinner and text */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Spinner styling */
.btn-icon-load .spinner {
    width: 20px;
    height: 20px;
    background-image: url('../imgs/template/icons/icon-load.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.load-more-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /* Optional: vertically centers if needed */
    /* padding: 2rem 0; */
    /* Optional: for vertical spacing */
}

.btn-icon-more {
    background-image: url(../imgs/template/icons/icon-more.svg);
    background-position: right 16px center;
    background-repeat: no-repeat;
    padding-right: 50px;
}

.btn-paragraph-2 {
    padding: 8px 16px;
    background: #66789C;
    border-radius: 5px;
    color: #3C65F5;
    min-width: 42px;
    font-size: 11px;
    color: #ffffff;
    line-height: 14px;
}

.btn-send-message {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 15px 28px 15px 60px;
    background: #3C65F5 url(../imgs/page/company/icon-email.svg) no-repeat 25px 15px;
    border-radius: 4px;
}

.btn-send-message:hover {
    background-color: #05264E;
    color: #ffffff;
}

.btn-border {
    border: 1px solid #B4C0E0;
    padding: 10px 23px 10px 23px;
    border-radius: 10px;
    background: #ffffff;
    color: #4F5E64;
    font-size: 16px;
    line-height: 26px;
    transition-duration: 0.2s;
    font-weight: bold;
}

.btn-border:hover {
    color: #ffffff;
    background-color: #05264E;
    transition-duration: 0.2s;
    transform: translateY(-3px);
}

.btn-sm {
    padding: 12px 20px;
    vertical-align: middle;
}

.btn-sm img {
    float: left;
    margin: 0px 10px 0px 0px;
}

.btn-brand-hover {
    padding: 14px 25px 14px 25px;
}

.btn-brand-hover:hover {
    background-color: #9777fa;
    color: #ffffff;
}

.box-button-shadow {
    position: relative;
    display: inline-block;
}

.box-button-shadow::before {
    background: #9777fa;
    filter: blur(20px);
    border-radius: 10px;
    content: "";
    position: absolute;
    width: 144px;
    height: 39px;
    z-index: 1;
    left: 0px;
    right: 0px;
    top: 10px;
    margin: auto;
}

.box-button-shadow a {
    position: relative;
    z-index: 12;
}

.btn-link {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #05264E;
    text-decoration: underline;
}

.btn-link:hover {
    color: #3C65F5;
}

.btn-arrow-right {
    background: url(../imgs/page/homepage2/arrow-right.svg) no-repeat right 15px top 3px;
    color: #3C65F5;
    padding: 0px 40px 0px 0px;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}

/*button switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 30px;
    vertical-align: middle;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(186, 186, 186, 0.3);
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 5px;
    bottom: 5px;
    background-color: #9777fa;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: rgba(81, 146, 255, 0.3);
}

input:focus+.slider {
    box-shadow: 0 0 1px #05264E;
}

input:checked+.slider:before {
    transform: translateX(34px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*End button Switch On Off*/
span.btn {
    cursor: unset;
}


.social-login:hover {
    color: #3C65F5;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}


textarea {
    border: 1px solid #E0E6F6;
    border-radius: 10px;
    height: 50px;
    box-shadow: none;
    padding: 10px 10px 10px 20px;
    font-size: 16px;
    width: 100%;
    min-height: 250px;
}

textarea:focus {
    background: transparent;
    border: 1px solid #B4C0E0;
}

/*contact form*/
.contact-from-area .contact-form-style button {
    font-size: 18px;
    font-weight: 500;
    padding: 20px 40px;
    color: #ffffff;
    border: none;
    background-color: #05264E;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
}

.contact-from-area .contact-form-style button:hover {
    background-color: #3C65F5 !important;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group input:focus {
    border-color: #B4C0E0;
}

.form-group input.form-icons {
    padding-left: 42px;
}

label {
    margin-bottom: 5px;
}

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

.modal-lg,
.modal-xl {
    max-width: 600px;
}

.modal-content .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.apply-job-form {
    background-image: url(../imgs/template/bg-1.svg);
    background-repeat: no-repeat;
}

.apply-job-form .text-brand-2 {
    background: #d5deff;
    display: inline-block;
    border-radius: 8px;
    padding: 5px 15px;
}



.box-swiper .swiper-container {
    position: relative;
}



.swiper-pagination .swiper-pagination-bullet {
    background-color: #3C65F5;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    opacity: 0.5;
}

.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet-active:hover {
    background-color: #3C65F5;
    width: 12px;
    height: 12px;
    margin: -1px 3px 0;
    opacity: 1;
}

/* This line can be removed it was just for display on CodePen: */
.slider-labels {
    margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    touch-action: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
     its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
    transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #345DBB;
}

/* Styling;
 */
.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: #345DBB;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid #345DBB;
    border: 8px solid rgba(53, 93, 187, 0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

.ui-slider-handle {
    display: none;
}

.ui-widget.ui-widget-content {
    border: 0px solid #EBEBEB;
}

.noUi-target {
    border-radius: 12px;
}

.noUi-horizontal {
    height: 6px;
}

.noUi-background {
    background: #3C65F5;
}

.noUi-origin {
    border-radius: 12px;
    background: #B4C0E0;
}

.multi-slider .noUi-origin:nth-child(1) {
    background: linear-gradient(to right, rgba(48, 89, 169, 1), rgba(6, 165, 231, 1)) !important;
}

.multi-slider.noUi-background {
    background: #B4C0E0 !important;
}

.noUi-connect {
    background: #9777fa;
    transition: background 450ms;
    height: 6px;
    margin-top: 0px;
}

.noUi-tooltip {
    position: absolute;
    top: -30px;
    right: -4px;
    font-size: 13px;
    line-height: 22px;
    color: #2F59A9;
    font-weight: 700;
}

.noUi-horizontal .noUi-handle {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0px 18px 40px rgba(25, 15, 9, 0.1);
    left: -8px;
    top: -8px;
    cursor: pointer;
}

.noUi-horizontal .noUi-handle::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: linear-gradient(to right, rgba(48, 89, 169, 1), rgba(6, 165, 231, 1));
    border-radius: 50%;
}

.noUi-handle:active {
    left: -8px;
    top: -8px;
}

.card-grid-1 {
    position: relative;
    border-radius: 10px;
    border: 0.88px solid #E0E6F7;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    background: #F8FAFF;
    text-align: center;
    padding: 30px;
}

.card-shadow {
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}


.card-location {
    font-size: 12px;
    color: #A0ABB8;
    display: inline-block;
    padding: 0px 0px 0px 20px;
    background: url(../imgs/template/icons/location.svg) no-repeat 0px 6px;
    line-height: 24px;
}


.card-bg-white .card-grid-2 {
    background-color: #ffffff;
}

.card-image-top {
    border: 1px solid #E0E6F7;
    padding: 12px 12px 20px 12px;
    border-radius: 16px;
    margin-bottom: 24px;
}

.card-image-top .image {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    height: 261px;
    width: 100%;
    border-radius: 10px;
    background-color: #B4C0E0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.card-image-top .image .lbl-hot {
    position: absolute;
    top: 20px;
    left: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    height: 24px;
    background: #E0E6F7;
    border-radius: 5px;
    color: #3C65F5;
    min-width: 42px;
}

.card-image-top .image img {
    border-radius: 0px;
    width: 100%;
}

.card-image-top .informations {
    position: relative;
    padding: 0 5px;
}

.card-image-top .informations h5 {
    margin-bottom: 5px;
}

.card-image-top:hover {
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.card-grid-3 {
    border-radius: 6px;
    /* border: 1px solid #E0E6F7; */
    overflow: hidden;
    margin-bottom: 0px;
    background: #ffffff;
}

.card-grid-3:hover {
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
    border-color: #B4C0E0;
}

.card-grid-3 a {
    text-decoration: none;
}

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

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

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

.card-grid-3 h5 a {
    color: #05264E;
}

.card-grid-3 h5 a:hover {
    color: #3C65F5;
}

.card-grid-3 .card-block-info {
    display: inline-block;
    width: 100%;
    padding: 0px 18px 18px 18px;
}

.card-grid-3 .card-block-info .card-block-rating span {
    display: inline-block;
    margin: 0px 2px;
}

.card-grid-3 .card-block-info .card-2-img-text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 4px 0px 4px 40px;
    font-size: 14px;
}

.card-grid-3 .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-3 .card-block-info .card-2-img-text span {
    display: inline-block;
    color: #05264E;
    font-size: 14px;
}

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

.card-grid-3 .card-block-info .card-time {
    font-size: 14px;
    display: inline-block;
    padding: 0px 15px 0px 25px;
    background: url(../imgs/template/icons/time.svg) no-repeat 0px 3px;
}

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

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

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

.card-grid-3 .card-block-info .card-2-bottom .img-rounded {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin: 6px 10px 0px 0px;
    vertical-align: middle;
    display: inline-block;
}

.card-grid-3 .card-block-info .card-2-bottom .info-right-img {
    line-height: 22px;
}

.card-grid-3 .card-block-info .card-2-bottom .info-right-img .font-sm {
    line-height: 18px !important;
}

.card-grid-3 .card-block-info .card-profile strong {
    font-size: 18px;
    color: #05264E;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    display: block;
}

.card-grid-3 .card-block-info .card-profile span {
    font-size: 16px;
    color: #4F5E64;
}

.card-grid-3 .card-grid-3-image-circle {
    padding-top: 35px;
}

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

.card-grid-4 {
    background-color: #ffffff;
    padding: 40px 30px 35px 30px;
    border-radius: 10px;
    border: thin solid #E0E6F7;
    margin-bottom: 30px;
}

.card-grid-4:hover {
    border-color: #B4C0E0;
    box-shadow: 0px 37px 60px -15px rgba(50, 59, 79, 0.1);
}

.card-grid-4 a {
    text-decoration: none;
}

.card-grid-4 .image-top-feature figure img {
    height: 126px;
    border-radius: 50%;
    width: 126px;
}

.card-grid-4 .card-grid-4-info {
    display: inline-block;
    width: 100%;
    padding: 10px 0px 0px 0px;
}

.card-grid-4 .btn-readmore {
    color: #05264E;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.card-grid-4 .btn-readmore:hover {
    color: #3C65F5;
}

.card-grid-5 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 575px;
    background: url(../imgs/page/blog/img-big1.png) top left;
    background-size: cover;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 30px;
}

.card-grid-5 .category {
    background: url(../imgs/page/blog/picture-icon.svg) center no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 47px;
    width: 47px;
    z-index: 3;
    background-color: #ffffff;
    border-radius: 50%;
    display: none;
}

.card-grid-5:hover .category {
    display: inline-block;
}

.card-grid-5 .box-cover-img {
    position: absolute;
    bottom: 0px;
    top: 10%;
    width: 100%;
    background: url(../imgs/page/blog/bg-black-trans.png) repeat-x center bottom;
    z-index: 2;
}

.card-grid-5 .box-cover-img .content-bottom {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.card-grid-5 .img-main {
    width: 100%;
    height: auto;
}

.card-grid-5 .author img {
    max-width: 36px;
}

.card-grid-6 {
    position: relative;
}

.card-grid-6 .card-text-desc {
    border: 1px solid #E0E6F7;
    padding: 20px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 35px;
}

.card-grid-6 .card-text-desc::before {
    content: "";
    height: 30px;
    width: 33px;
    background: #ffffff url(../imgs/page/about/arrow.png) no-repeat;
    bottom: -29px;
    left: 20px;
    position: absolute;
    z-index: 2;
}

.card-grid-6 .card-image {
    display: flex;
    padding-left: 5px;
}

.card-grid-6 .card-image .image {
    min-width: 75px;
}

.card-grid-6 .card-image .image img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.card-grid-6 .card-image .card-profile {
    width: 100%;
    padding-top: 5px;
}

.card-grid-border {
    border: 1px solid #E0E6F7;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.card-grid-border:hover {
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.card-grid-border .link-arrow {
    display: inline-block;
    padding: 0px 35px 0px 0px;
    background: url(../imgs/template/icons/arrow-right.svg) no-repeat right top 2px;
    color: #3C65F5;
    font-size: 14px;
    line-height: 22px;
}

.card-list-4 {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0px 0px 15px 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #E0E6F7;
}

.card-list-4 .image {
    min-width: 60px;
    padding-right: 10px;
}

.card-list-4 .info-text {
    width: 100%;
    margin-top: -4px;
}

.card-list-4 .card-price {
    font-size: 20px;
    line-height: 26px;
    padding-top: 0px;
    display: inline-block;
    color: #2967B4;
}

.card-list-4 .card-price span {
    font-size: 16px;
    line-height: 16px;
    color: #4F5E64;
    font-weight: 400;
}

ul li:last-child {
    padding-bottom: 0px !important;
}

ul li:last-child .card-list-4 {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.box-radius-8 {
    border-radius: 8px;
    background-color: #FFF6F1;
    padding: 30px;
    display: flex;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
    border: 1px solid #E0E6F7;
}

.box-radius-8 .image {
    display: inline-block;
    min-width: 176px;
    padding-right: 25px;
}

.box-radius-8 .text-info {
    display: inline-block;
    width: 100%;
}

.card-category {
    height: 255px;
}

.card-category .box-cover-img {
    top: 0px;
}

.card-review-1 {
    border: 1px solid #E0E6F7;
    border-radius: 10px;
    padding: 0px 25px 25px 25px;
    position: relative;
    margin: 45px 0px 0px 0px;
}

.card-review-1 .image-review {
    text-align: center;
}

.card-review-1 .image-review img {
    margin: -44px 0px 0px 0px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
}

.card-review-1 .review-name {
    text-align: center;
    border-bottom: 1px solid #E0E6F7;
    padding-bottom: 15px;
    padding-top: 10px;
    margin-bottom: 15px;
}

.card-review-1 .review-rating {
    margin-bottom: 10px;
}

.card-review-1 .review-rating img {
    margin-right: 5px;
}


.banner-hero {
    /* padding: 0px 65px 0px 15px; */
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.banner-hero .banner-inner {
    z-index: 5;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.banner-hero .banner-inner .banner-imgs {
    padding: 65px 0px 0px 0px;
    position: relative;
    height: 100%;
    min-height: 540px;
}

.banner-hero .banner-inner .banner-imgs .block-1 {
    position: absolute;
    top: 10%;
    left: -150px;
}

.banner-hero .banner-inner .banner-imgs .block-2 {
    position: absolute;
    bottom: 0%;
    right: 120px;
}

.banner-hero .banner-inner .banner-imgs .block-3 {
    position: absolute;
    top: 21%;
    right: 220px;
}

.banner-hero .banner-inner .banner-imgs .block-4 {
    position: absolute;
    bottom: 8%;
    left: -80px;
}

.banner-hero .block-banner {
    position: relative;
    z-index: 12;
    padding: 50px 50px;
}

.banner-hero .block-banner .form-find {
    background: #E5E5E5 !important;
    box-shadow: 0px 1px 15px rgba(25, 15, 9, 0.1);
    border-radius: 8px;
    border: 1px solid #E0E6F7;
    display: inline-block;
    width: 82%;
    padding: 8px 10px;
}

.banner-hero .block-banner .form-find form {
    display: flex;
    width: 100%;
}

.banner-hero .block-banner .form-find .btn-find {
    min-width: 122px;
    padding-left: 34px;
    padding-right: 15px;
    background-image: url(../imgs/page/homepage1/search-icon.svg);
    background-repeat: no-repeat;
    background-position: left 19px top 18px;
}

.banner-hero .block-banner .form-find .form-input {
    border: 0px solid rgba(26, 15, 9, 0.1);
    border-radius: 0px;
    padding: 10px 20px 10px 34px;
    display: inline-block;
    width: 100%;
}

.banner-hero .block-banner .form-find .select2 {
    border: 0px solid rgba(26, 15, 9, 0.1);
    border-radius: 0px;
    padding: 10px 20px 10px 30px;
    display: inline-block;
    width: 100% !important;
    margin-right: 10px;
    position: relative;
    max-width: 180px;
}

.banner-hero .block-banner .form-find .select2::after {
    content: "";
    height: 18px;
    width: 1.4px;
    border-radius: 5px;
    background-color: #B4C0E0;
    position: absolute;
    top: 16px;
    right: -3px;
}

.banner-hero .block-banner .form-find .select2::before {
    content: "";
    background: url(../imgs/template/icons/icon-location-2.svg) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 11px;
    top: 15px;
}

.banner-hero .block-banner .form-find .select2 .select2-selection__arrow {
    background: url(../imgs/template/icons/arrow-down.svg) no-repeat right 10px center;
    top: 11px;
    width: 26px;
}

.banner-hero .block-banner .form-find .select2 .select2-selection__arrow b {
    display: none !important;
    background-color: #9777fa;
}

.banner-hero .block-banner .form-find .box-industry {
    width: 100%;
    max-width: 180px;
}

.banner-hero .block-banner .form-find .box-industry .select2::before {
    content: "";
    background: url(../imgs/template/icons/industry.svg) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 11px;
    top: 15px;
}

.banner-hero .block-banner .form-find .input-keysearch {
    background: url(../imgs/page/homepage1/key-numbers.svg) no-repeat left 10px center;
    border: unset !important;
}

.banner-hero .block-banner .form-find .input-industry {
    background: url(../imgs/template/icons/icon-job.svg) no-repeat left 18px center;
}

.banner-hero .block-banner .list-tags-banner {
    position: relative;
}

.banner-hero .block-banner .list-tags-banner a {
    color: #4F5E64;
    font-size: 14px;
    margin-left: 2px;
    text-decoration: underline;
}

.banner-hero .block-banner .list-tags-banner strong {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #4F5E64;
}

.banner-hero .heading-banner {
    color: #05264E;
    font-size: 48px;
    line-height: 60px;
    color: #05264E;
}

.banner-hero .color-brand-2 {
    color: #2967B4;
    position: relative;
}

.banner-hero .find-project-desc {
    color: #E98B20;
}

.banner-hero .color-brand-2::after {
    content: "";
    /* background-color: #3C65F5; */
    height: 25px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -6px;
    z-index: -1;
    opacity: 0.1;
}

.banner-hero .banner-description {
    position: relative;
    font-size: 14px;
    color: #4F5E64;
}

.banner-hero.banner-image-single {
    /* padding: 20px 0px 20px 0px; */
}

.banner-hero.banner-image-single img {
    width: 100%;
    height: 300px;
}

.banner-hero.banner-company {
    padding: 40px 20px 60px 20px;
    background: #F2F6FD;
    border-radius: 16px;
    position: relative;
}

.banner-hero.banner-company .block-banner {
    padding: 0px 0px 0px 0px;
}

.banner-hero.banner-single {
    padding: 20px 20px 50px 20px;
    background: #F2F6FD;
    border-radius: 16px;
    position: relative;
}

.banner-hero.banner-single::after {
    content: "";
    position: absolute;
    bottom: 1px;
    right: 5px;
    height: 170px;
    width: 213px;
    background: url(../imgs/page/job-single/search-right.png) no-repeat left bottom;
    background-size: contain;
}

.banner-hero.banner-single::before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: -3px;
    height: 170px;
    width: 218px;
    background: url(../imgs/page/job-single/search-left.png) no-repeat left bottom;
    background-size: contain;
    display: inline;
    top: auto;
    right: auto;
}

.banner-hero.hero-2 {
    position: relative;
    width: 100%;
    padding: 100px 0px 80px 0px;
    max-width: 100%;
    background: url(../imgs/page/homepage2/banner.png) no-repeat top center;
    background-size: cover;
}

.banner-hero.hero-2::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #05264E;
    opacity: 0.8;
    z-index: 1;
}

.banner-hero.hero-2 .banner-inner {
    z-index: 2;
    position: relative;
    max-width: 725px;
    margin: auto;
    width: 100%;
}

.banner-hero.hero-2 .banner-inner .block-banner {
    padding: 0px;
    text-align: center;
}

.banner-hero.hero-2 .banner-inner .block-banner .list-tags-banner strong,
.banner-hero.hero-2 .banner-inner .block-banner .list-tags-banner a {
    color: #ffffff;
}

.banner-hero.hero-2 .banner-inner .block-banner .list-tags-banner strong {
    margin-right: 10px;
}

.banner-hero.hero-2 .banner-inner .block-banner .form-find .select2 {
    text-align: left;
}

.banner-hero.hero-3 {
    background: #3C65F5;
}

.banner-hero.hero-3::before {
    display: none;
}

@keyframes hero-thumb-animation {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes hero-thumb-sm-animation {
    0% {
        transform: translateY(-20px) translateX(50px);
    }

    100% {
        transform: translateY(-20px) translateX(0px);
    }
}

@keyframes hero-thumb-sm-2-animation {
    0% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0px);
    }
}

.shape-1 {
    animation: hero-thumb-animation 2s linear infinite alternate;
}

.shape-2 {
    animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.shape-3 {
    animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

.header .main-header .header-right.user-dropdown {
    min-width: 195px;
}

.header .nav-main-menu {
    display: inline-block;
    width: auto;
    padding: 0px;
    text-align: left;
}

.header .main-menu li {
    float: left;
    padding: 0px 10px;
    position: relative;
}

.header .main-menu li.dashboard a {
    border: 1px dashed #3C65F5;
    padding: 5px 8px;
    border-radius: 4px;
}

/* .header .main-menu li.has-children>a::after {
    content: "\F229";
    font-family: "bootstrap-icons";
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1 !important;
    font-size: 13px;
    opacity: 1;
    margin-left: 4px;
    position: absolute;
    top: 4px;
    right: -19px;
    color: #A0ABB8;
} */

.header .main-menu li.hr {
    padding: 0px 22px;
}

.header .main-menu li.hr span {
    background-color: #E0E6F6;
    height: 1px;
    width: 100%;
    display: block;
    margin: 5px 0;
}

.header .main-menu li a {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #05264E;
    display: block;
    padding: 0px;
    text-decoration: none;
    position: relative;
}

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

.header .main-menu li a:hover::before,
.header .main-menu li a.active::before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #f56c61;
    position: absolute;
    bottom: -10px;
    left: 0px;
}

.header .main-menu li a i {
    font-size: 10px;
    opacity: 0.5;
    margin-left: 3px;
}

.header .main-menu li ul {
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.2s;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 999;
    min-width: 220px;
    border-radius: 10px;
    border: 1px solid #ececec;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
    background-color: #ffffff;
    padding: 10px 0px 15px 0;
}

.header .main-menu li ul li {
    width: 100%;
    padding: 0px;
}

.header .main-menu li ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    color: #253D4E;
    position: relative;
    padding: 14px 22px 10px 35px;
    transition: 0.3s;
}

.header .main-menu li ul li a::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    width: 5px;
    height: 5px;
    background-color: #05264E;
    border-radius: 50%;
    opacity: 0.7;
    transition-duration: 0.2s;
}

.header .main-menu li ul li a:hover,
.header .main-menu li ul li a.active {
    padding-left: 38px;
    transition: 0.5s;
}

.header .main-menu li ul li a:hover::after,
.header .main-menu li ul li a.active::after {
    opacity: 1;
    transition-duration: 0.3s;
}

.header .main-menu li ul li a:hover::before,
.header .main-menu li ul li a.active::before {
    display: none;
}

.header .main-menu li ul li ul {
    top: 0px;
    left: 100%;
}

.header .main-menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin-top: 15px;
}

.header .main-menu li:hover>ul li {
    width: 100%;
}

.header .text-link-bd-btom {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #05264E;
    display: inline-block;
    position: relative;
    text-decoration-line: underline;
}

.header .text-link-bd-btom:hover {
    color: #3C65F5;
}

.header .block-signin {
    /* box-shadow: 0px 18px 40px rgba(25, 15, 9, 0.1); */
    padding: auto;
}

.header.header-2 {
    background-color: #F8FAFF;
}



.sticky-bar.stick .burger-icon {
    top: 25px;
}

.burger-icon.burger-close {
    top: 21px !important;
    right: 15px;
}

.sidebar-title {
    border-bottom: thin solid #E0E6F6;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.search-form form {
    position: relative;
}

.search-form form input {
    border: 1px solid #ececec;
    border-radius: 10px;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    width: 100%;
}

.search-form form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border: none;
    font-size: 20px;
    height: 100%;
    padding: 0 24px;
    background-color: transparent;
    color: #242424;
}

.icon-down {
    display: inline-block;
    padding-right: 15px;
    background: url(../../../assets/imgs/page/dashboard/triangle.svg) no-repeat right center;
}

.widget-categories {
    background-color: #f4f6fa !important;
}

.widget-categories li {
    padding: 8px 0;
}

.widget-categories li+li {
    border-top: 1px solid #E0E6F6;
}

.widget-categories li a {
    color: #05264E;
    font-size: 16px;
}

.widget-categories li span.count {
    background-color: rgba(81, 146, 255, 0.12);
    color: #05264E;
    border-radius: 3px;
    display: block;
    padding: 3px 5px;
    min-width: 26px;
    text-align: center;
}

.widget-categories li:hover span.count {
    background-color: #05264E;
    color: #ffffff;
}

.post-list-small-item {
    transition-duration: 0.2s;
}

.post-list-small-item:hover {
    transition-duration: 0.2s;
    transform: translateY(-3px);
}

.post-list-small-item figure img {
    max-width: 85px;
    border-radius: 5px;
}

.post-list-small-item .post-meta {
    font-size: 13px;
}

.post-list-small-item .post-meta img {
    max-width: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

.post-list-small-item h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.post-list-small-item:not(:last-child) {
    margin-bottom: 15px;
}

.footer .footer-col-1 {
    flex: 0 0 auto;
    width: 15%;
}

.footer .footer-col-2 {
    flex: 0 0 auto;
    width: 14%;
}

.footer .footer-col-3 {
    flex: 0 0 auto;
    width: 14%;
}

.footer .footer-col-4 {
    flex: 0 0 auto;
    width: 14%;
}

.footer .footer-col-5 {
    flex: 0 0 auto;
    width: 14%;
}

.footer .footer-col-6 {
    flex: 0 0 auto;
    width: 20%;
}

.footer .menu-footer {
    display: inline-block;
}

.footer .menu-footer li {
    list-style: none;
    margin-bottom: 4px;
}

.footer .menu-footer li a {
    color: #4F5E64;
    font-size: 14px;
    text-decoration: none;
    transition-duration: 0.2s;
}

.footer .menu-footer li a:hover {
    color: #05264E;
    transition-duration: 0.2s;
    padding-left: 3px;
}

.footer .icon-socials {
    display: inline-block;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    transition-duration: 0.2s;
}

.footer .icon-socials:hover {
    transform: translateY(-3px);
    transition-duration: 0.2s;
}

.footer .icon-socials.icon-facebook {
    background: url(../imgs/template/icons/facebook.svg) no-repeat 0px 0px;
    transition-duration: 0.2s;
}

.footer .icon-socials.icon-twitter {
    background: url(../imgs/template/icons/twitter.svg) no-repeat 0px 0px;
    transition-duration: 0.2s;
}

.footer .icon-socials.icon-linkedin {
    background: url(../imgs/template/icons/linkedin.svg) no-repeat 0px 0px;
    transition-duration: 0.2s;
}

.footer .footer-bottom {
    border-top: 1px solid #E0E6F7;
    padding: 30px 0px;
    color: #4F5E64;
    font-size: 14px;
}

.footer .footer-bottom strong {
    color: #05264E;
    font-weight: bold;
}

.footer .footer-bottom a {
    text-decoration: none;
}

.archive-header {
    position: relative;
    top: -200px;
    margin-bottom: -200px;
    display: table;
    width: 100%;
}

.archive-header h3 {
    font-size: 46px;
}

.archive-header .post-meta .author img {
    max-width: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

.card-blog-1 {
    border-radius: 15px;
    border: thin solid #E0E6F6;
    padding: 30px;
}

.card-blog-1:hover {
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.card-blog-1 .post-thumb {
    border-radius: 15px;
    overflow: hidden;
}

.card-blog-1 .post-thumb img {
    border-radius: 15px;
}

.card-blog-1 .post-meta .author img {
    max-width: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

.card-blog-1 h3.post-title {
    font-size: 24px;
    line-height: 1.33;
}

.card-blog-1 h3.post-title a {
    color: #05264E;
}

.card-blog-1 h3.post-title a:hover {
    color: #05264E;
}

.card-blog-1 h3.post-title.small {
    font-size: 18px;
}

.card-blog-1 .btn-brand-hover {
    border-color: #B4C0E0;
}

.card-blog-1.post-list {
    display: flex;
}

.card-blog-1.post-list .post-thumb {
    max-width: 275px;
    margin-right: 25px;
}

.single-body figure img {
    border-radius: 15px;
}

.single-body p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #4F5E64;
    line-height: 1.5;
}

.single-body h1,
.single-body h2,
.single-body h3,
.single-body h4,
.single-body h5,
.single-body h6 {
    margin: 30px 0 25px 0;
}

.single-body .excerpt p {
    font-size: 22px;
    line-height: 1.5;
    color: #05264E;
}

.single-body blockquote {
    background-color: rgba(81, 146, 255, 0.12);
    padding: 40px 60px;
    border-radius: 15px;
    margin: 30px auto;
    font-size: 24px;
    max-width: 80%;
}

.single-body blockquote p {
    font-size: 24px;
    line-height: 32px;
    color: #7e7e7e;
    margin-bottom: 0;
}

.author-bio {
    border-radius: 0px;
    border: 0px solid #E0E6F6;
    display: flex;
}

.author-bio h5 {
    margin: 0 !important;
    font-weight: 600;
}

.author-bio .author-image {
    display: flex;
    justify-content: flex-start;
    min-width: 200px;
}

.author-bio .author-image img {
    margin-right: 15px;
    max-width: 56px;
    vertical-align: middle;
}

.author-bio .author-image p {
    font-size: 14px;
}

.author-bio .author-des {
    padding: 25px;
    border: 1px solid #B4C0E0;
    border-radius: 4px;
}

.related-posts h6 {
    font-size: 16px;
    font-weight: 600;
}

.related-posts h6 a {
    color: #05264E;
}

.author span {
    color: #253D4E;
}

.gallery-3 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}

.gallery-3 li {
    flex: 0 0 auto;
    width: 33.33%;
    padding: 5px;
    margin-bottom: 10px;
}

.gallery-3 li a img {
    border-radius: 4px;
}

.box-white {
    padding: 150px;
}

.img-middle {
    float: left;
    margin-top: 2px;
}

.max-width-single {
    max-width: 733px;
    width: 100%;
    margin: auto;
}

.list-comments li ul li {
    padding-left: 30px;
}

.list-comments li ul li .author-bio .author-image {
    min-width: 200px;
}

.form-comment .box-agree input {
    float: left;
    margin: 5px 0px 0px 0px;
}

.form-comment .box-agree span {
    display: block;
    padding-left: 25px;
}

.form-comment .input-comment {
    border-radius: 4px;
    border: 2px solid #E0E6F7;
    padding: 20px;
    width: 100%;
    color: #A0ABB8;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    min-height: 150px;
}

.nav-tavs-profile {
    padding-right: 30px;
}

.nav-tavs-profile ul li {
    width: 100%;
}

.nav-tavs-profile ul li a {
    display: block;
    text-align: left;
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-position: 17px center;
    padding-left: 42px;
    box-shadow: 0px 2px 4px -5px rgb(10, 42, 105);
}

.image-profile {
    display: inline-block;
    max-width: 85px;
    vertical-align: middle;
    margin-right: 25px;
}

.image-profile img {
    border-radius: 16px;
    display: block;
}

.form-contact .form-control {
    width: 100%;
    border: 2px solid #E0E6F6;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
}

.form-contact .form-control:focus {
    border: 2px solid #EFF2FB;
}

.form-contact textarea.form-control {
    height: auto;
}

.form-contact .search-icon {
    background-image: url(../imgs/page/candidates/search.svg);
    background-position: right 15px top 11px;
    background-repeat: no-repeat;
}

.form-contact .border-bottom {
    border-color: #E0E6F7;
}

.box-skills {
    border: 2px solid #E0E6F6;
    padding: 22px 27px;
    margin-top: 33px;
    border-radius: 4px;
}

.box-tags a {
    margin-bottom: 10px;
}

.close-icon {
    background-image: url(../imgs/page/candidates/close.svg);
    background-position: center;
    display: inline-block;
    height: 7px;
    width: 10px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.card-info {
    display: inline-block;
    padding: 0px 0px 0px 20px;
    background-image: url(../imgs/page/candidates/info.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

.link-red {
    color: #E45959;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}

.lbl-checkbox {
    float: left;
    margin: 2px 8px 0px 0px;
    height: 13px;
}

.box-button .btn {
    width: 100%;
}

.btn-editor {
    background-image: url(../imgs/page/candidates/editor.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #3C65F5;
    position: absolute;
    bottom: 45px;
    right: 20px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.btn-editor:hover {
    background-color: #05264E;
}

.bg-white {
    background: #ffffff;
}

.box-head-single {
    background-color: #FFF9F3;
    display: inline-block;
    width: 100%;
    padding: 55px 0px;
    position: relative;
}

.box-head-single.bg-2 {
    background-color: #E9F7FF;
}

.box-head-single .container {
    position: relative;
    z-index: 2;
}

.box-head-single h3 {
    margin-bottom: 15px;
}

.box-head-single .avatar-sidebar {
    position: relative;
    text-align: center;
    display: flex;
    margin-bottom: 15px;
    justify-content: center;
}

.box-head-single .avatar-sidebar img {
    max-width: 60px;
    border-radius: 50%;
    margin-right: 10px;
}

.box-head-single .avatar-sidebar .sidebar-company {
    font-weight: 600;
}

.box-head-single .avatar-sidebar .sidebar-website-text {
    color: #05264E;
}

.img-rd-15 {
    border-radius: 15px;
    width: 100%;
}

.single-image-feature {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.content-single p {
    font-size: 16px;
    line-height: 200%;
    color: #4F5E64;
    line-height: 32px;
    margin-bottom: 20px;
}

.content-single h3,
.content-single h4,
.content-single h5 {
    margin-top: 20px;
    color: #4F5E64;
    font-weight: bold;
    margin-bottom: 20px;
}

.content-single ul {
    padding-left: 30px;
    line-height: 32px;
    font-size: 16px;
    color: #4F5E64;
    list-style: disc;
}

.author-single {
    display: inline-block;
    padding-left: 26px;
    padding-top: 10px;
}

.author-single span {
    position: relative;
    background-color: #ffffff;
    font-size: 18px;
    color: #4F5E64;
    line-height: 28px;
    font-weight: bold;
}

.author-single span::before {
    content: "";
    height: 1px;
    border-top: 1px solid rgb(165, 165, 165);
    width: 21px;
    position: absolute;
    top: 13px;
    left: -26px;
}

.author-single span::after {
    content: "";
    height: 1px;
    border-top: 1px solid rgb(165, 165, 165);
    width: 21px;
    position: absolute;
    top: 13px;
    right: -27px;
}

.single-apply-jobs {
    display: inline-block;
    width: 100%;
    padding: 30px 0px 30px 0px;
    border-top: 1px solid rgba(6, 18, 36, 0.1);
    margin-top: 50px;
}

.heading-border {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0px;
}

.heading-border::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 0px;
    width: 100%;
    height: 1px;
    z-index: 1;
    border-top: 1px solid rgba(6, 18, 36, 0.1);
}

.heading-border span {
    background-color: #ffffff;
    display: inline-block;
    padding: 5px 10px 5px 0px;
    position: relative;
    z-index: 2;
}

.sidebar-border,
.sidebar-shadow {
    border: 1px solid #E0E6F7;
    padding: 25px;
    border-radius: 8px;
    background-color: #ffffff;
    margin-bottom: 40px;
}

.sidebar-border .sidebar-heading,
.sidebar-shadow .sidebar-heading {
    display: inline-block;
    width: 100%;
}

.sidebar-border .sidebar-heading .avatar-sidebar figure,
.sidebar-shadow .sidebar-heading .avatar-sidebar figure {
    float: left;
}

.sidebar-border .sidebar-heading .avatar-sidebar figure img,
.sidebar-shadow .sidebar-heading .avatar-sidebar figure img {
    width: 85px;
    height: 85px;
    border-radius: 16px;
}

.sidebar-border .sidebar-heading .avatar-sidebar .sidebar-info,
.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info {
    display: block;
    padding-left: 100px;
    position: relative;
}

.sidebar-border .sidebar-heading .avatar-sidebar .sidebar-info .sidebar-company,
.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .sidebar-company {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
    font-weight: bold;
    display: block;
    padding-top: 5px;
}

.sidebar-border .sidebar-heading .avatar-sidebar .sidebar-info .sidebar-website-text,
.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .sidebar-website-text {
    font-size: 10px;
    line-height: 18px;
    color: #05264E;
}

.sidebar-border .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-toggle::after,
.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-toggle::after {
    display: none;
}

.sidebar-border .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-menu,
.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-menu {
    min-width: unset;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
    border: thin solid #E0E6F7;
}

.sidebar-border .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-menu a,
.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-menu a {
    font-size: 14px;
    color: #253D4E;
}

.sidebar-shadow {
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.text-description {
    font-size: 14px;
    color: #4EACE9 !important;
    line-height: 22px;
    display: inline-block;
    width: 50%;
    min-width: 120px;
    max-width: 120px;
}

.sidebar-list-job {
    display: inline-block;
    width: 100%;
    padding: 25px 0px 0px 0px;
}

.sidebar-list-job ul {
    padding: 0px;
}

.sidebar-list-job ul li {
    display: flex;
    width: 100%;
    padding-bottom: 10px;
}

/* .sidebar-list-job ul li .sidebar-icon-item {
    float: left;
    width: 32px;
    padding-top: 4px;
} */

.sidebar-list-job ul li .sidebar-icon-item i {
    font-size: 18px;
    color: #4F5E64;
}

.sidebar-list-job ul li .sidebar-text-info {
    display: block;
    padding-left: 10px;
}

.sidebar-list-job ul li .sidebar-text-info span {
    color: #66789C;
}

.sidebar-list-job ul li .sidebar-text-info strong {
    display: block;
    font-weight: 500 !important;
    line-height: 15px;
    padding-top: 0px;
    color: black;
}

.box-map {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.ul-disc {
    list-style-type: disc;
    padding-left: 25px !important;
}

.ul-disc li {
    list-style-type: disc;
    display: list-item !important;
    padding-bottom: 5px !important;
    color: #4F5E64;
    font-size: 14px;
    line-height: 22px;
}

.sidebar-normal {
    padding: 29px 33px;
}

.ul-lists {
    padding: 15px 0px 15px 15px;
}

.ul-lists li {
    list-style-type: disc;
    color: #4F5E64;
    padding-bottom: 5px;
}

.ul-lists li a {
    color: #4F5E64;
    text-decoration: none;
}

.ul-lists li a:hover {
    color: #05264E;
}

.btn-dots-abs-right {
    position: absolute;
    top: 0px;
    right: 0px;
}

.job-overview {
    border: thin solid #E0E6F7;
    border-radius: 8px;
    padding: 20px 30px 30px 30px;
    margin-bottom: 50px;
}

.job-overview .sidebar-icon-item {
    font-size: 18px;
    color: #a0abb8;
    min-width: 20px;
}

.job-overview .sidebar-text-info {
    display: flex;
}

.job-overview .sidebar-text-info .small-heading {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.job-overview .text-description {
    font-size: 16px;
    color: #66789C;
    line-height: 24px;
    font-weight: 400;
}

.job-meta {
    font-size: 10px;
    color: #4F5E64;
}

.job-meta .company {
    font-weight: bold;
    color: #05264E;
}

.job-meta span {
    margin-right: 15px;
    display: inline-block;
}

.d-middle {
    vertical-align: middle;
}

.d-baseline {
    vertical-align: baseline;
}

.link-underline {
    font-size: 12px;
    line-height: 18px;
    color: #05264E;
    font-weight: 400;
    text-decoration: underline;
    display: block;
}

.box-border-single {
    padding: 20px;
    display: inline-block;
    width: 100%;
    border: 1px solid #E0E6F7;
    border-radius: 8px;
}

.box-improve {
    border: 1px solid #E0E6F7;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.box-improve img {
    height: 100%;
}

.none-bg::before {
    display: none;
}

.none-bg::after {
    display: none;
}

.box-shadow-bdrd-15 {
    border-radius: 15px;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
    background-color: #ffffff;
    padding: 15px;
    border: thin solid #E0E6F6;
}

.box-filters .box-search-job {
    display: inline-block;
    vertical-align: middle;
}

.box-filters .box-search-job .form-search-job {
    float: left;
    padding-right: 20px;
}

.box-filters .list-tags-job {
    vertical-align: middle;
    float: right;
}

.box-filters .list-tags-job a {
    display: inline-block;
    padding: 12px 45px 12px 22px;
    border-radius: 10px;
    background-color: #F2F6FD;
    text-decoration: none;
    position: relative;
}

.link-reset {
    float: right;
    font-size: 14px;
    line-height: 22px;
    color: #E98B20;
    font-weight: 500;
}

.sidebar-filters {
    padding-top: 5px;
}

.sidebar-filters .filter-block:last-child .list-checkbox {
    border-bottom: 0px;
}

.box-slider-range {
    padding-right: 75px;
    position: relative;
}

.box-input-money {
    position: absolute;
    top: -14px;
    right: 0px;
    width: 65px;
    padding: 0px;
}

.banner-single .block-banner {
    padding: 0px 0px 0px 0px;
    max-width: 850px;
    margin: auto;
}

.head-border {
    border-bottom: 1px solid #B4C0E0;
    padding-bottom: 10px;
}

.box-border {
    border: 1px solid #E0E6F7;
    border-radius: 4px;
    display: inline-block;
    padding: 1px 0px 3px 15px;
    vertical-align: sub;
}

.box-filters-job {
    margin-bottom: 30px;
    padding: 0px 0px 5px 0px;
}

.box-filters-job .box-view-type img {
    vertical-align: middle;
}

.text-showing {
    display: inline-block;
    min-height: 30px;
    line-height: 37px;
}

.sidebar-with-bg {
    background: rgba(81, 146, 255, 0.12);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
}

.text-body-999 {
    font-size: 16px;
    line-height: 22px;
    color: #66789C;
}

.box-email-reminder .form-group {
    position: relative;
}

.box-email-reminder .form-group input {
    border: 0px;
    padding-left: 42px;
}

.box-email-reminder .form-group input::-moz-placeholder {
    color: #4F5E64;
    font-size: 10px;
}

.box-email-reminder .form-group input::placeholder {
    color: #4F5E64;
    font-size: 10px;
}

.job-fillter .box-button-find {
    width: 140px;
    float: right;
    flex: auto;
}

.job-fillter .box-salary {
    padding: 14px 5px 14px 45px;
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
}

.job-fillter .box-salary i {
    color: #4F5E64;
    float: left;
    margin: 1px 7px 0px 0px;
}

.job-fillter .dropdown {
    margin-right: 15px;
    width: 30%;
    max-width: 170px;
}

.job-fillter .dropdown .dropdown-toggle::after {
    border: 0px;
}

.job-fillter .dropdown .dropdown-toggle {
    font-size: 14px;
    line-height: 16px;
}

.job-fillter .dropdown .dropdown-toggle .bi-chevron-down {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.job-fillter .dropdown .dropdown-toggle i {
    color: #4F5E64;
    float: left;
    margin: -3px 7px 0px 0px;
    font-size: 18px;
}

.job-fillter .dropdown .dropdown-menu.show {
    border-radius: 0 0 10px 10px;
    margin: 15px 0 0 25px;
}

.job-fillter .btn-default {
    width: 140px;
    max-width: 140px;
}

.text-sortby {
    color: #A0ABB8;
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.box-view-type {
    float: right;
    margin-left: 10px;
}

.box-view-type a {
    display: inline-block;
    vertical-align: middle;
}

.dropdown-sort {
    line-height: 21px;
    display: inline-block;
    vertical-align: middle;
}

.dropdown-sort .dropdown-toggle::after {
    border: 0px;
}

.dropdown-sort .dropdown-toggle {
    padding: 0px;
    outline: none;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.dropdown-sort .dropdown-toggle:focus {
    box-shadow: none;
}

.dropdown-sort .dropdown-toggle i {
    color: #4F5E64;
    float: right;
    margin: -3px 7px 0px 0px;
    font-size: 18px;
}

.fs-ri-dollar2 {
    border: 2px solid #ccc;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 20px !important;
    vertical-align: middle;
    font-size: 10px;
}

.text-normal {
    font-size: 16px;
    line-height: 22px;
    color: #4F5E64;
}

.text-small {
    font-size: 14px;
    line-height: 22px;
    color: #4F5E64;
    font-weight: 500;
}

.float-right {
    float: right;
}

.list-checkbox {
    display: inline-block;
    width: 100%;
    padding: 15px 0px 10px 0px;
    border-bottom: 1px solid #E0E6F7;
}

.list-checkbox li {
    position: relative;
    padding: 0px 30px 6px 0px;
    display: inline-block;
    width: 100%;
}

.list-checkbox li .number-item {
    position: absolute;
    top: 60%;
    right: -20px;
    transform: translateY(-50%);
    padding: 5px 5px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 7px;
    background: #E0E6F7;
    color: #3C65F5;
}

.background-primary {
    background-color: rgb(81, 146, 255);
}

.menu-dropdown-abs {
    position: absolute;
    top: 10px;
    right: 0px;
}

.content-page .card-grid-2 .card-block-info {
    padding: 0px 20px 10px 20px;
    position: relative;
}

.content-page .card-grid-2 .card-block-info .alignment {
    /* color: #305AAA; */
    border: 1px soild;
    border-bottom: 1px solid #305AAA !important;
}

.content-page .card-grid-2 .card-block-info .btn-dots-abs-right {
    top: 0px;
    right: 15px;
}

.content-page .card-grid-2 .card-block-info .btn-dots-abs-right::after {
    display: none;
}

.content-page .card-grid-2:hover {
    border-color: #B4C0E0;
}

.sidebar-shadow.none-shadow {
    padding: 0px 0px 0px 0px;
    border: 0px;
    border-radius: 10px;
}

.buttons-filter .btn {
    padding: 12px 15px;
    font-size: 14px;
    color: #4F5E64;
}

.buttons-filter .btn-default {
    color: #ffffff;
}

.input-disabled {
    background-color: #ffffff !important;
    border: 1px solid #3C65F5;
    padding: 0px 0px;
    text-align: center;
    height: 35px;
    color: #4F5E64;
    font-size: 14px;
}

.input-disabled:focus {
    color: #66789C;
}

.lb-slider {
    font-weight: 600;
    font-size: 10px;
    color: #4F5E64;
    font-family: 'Open Sans', sans-serif;
}

.job-list-list .list-recent-jobs {
    margin-top: 0px;
}

.job-tags a {
    background-color: #F2F6FD;
    color: #4F5E64;
    border-radius: 15px;
    padding: 8px 20px;
    display: inline-block;
}

.job-tags a+a {
    margin-left: 5px;
}

.display-list .flash {
    top: 32px;
}

.content-page .display-list .card-grid-2 .card-block-info {
    padding-top: 0px;
}

.content-page .display-list .card-grid-2 .card-block-info .card-text-price {
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    color: #2967B4 !important;
}

.content-page .display-list .card-grid-2 .card-block-info .card-text-price span {
    font-size: 12px;
    line-height: 12px;
}

.box-list-character {
    background: #ffffff;
    border: 1px solid #E0E6F7;
    border-radius: 8px;
    padding: 10px;
    display: table;
    table-layout: fixed;
    max-width: 90%;
    margin: 30px auto auto auto;
    width: 100%;
}

.box-list-character ul {
    display: flex;
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.box-list-character ul li {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.box-list-character ul li a {
    font-size: 16px;
    line-height: 28px;
    color: #4F5E64;
    text-transform: uppercase;
    display: inline-block;
    width: 28px;
    max-width: 28px;
    height: 28px;
}

.box-list-character ul li a:hover,
.box-list-character ul li a.active {
    background-color: #E0E6F7;
    border-radius: 50%;
    text-align: center;
    color: #3C65F5;
}

.sidebar-border-bg {
    border: 1px solid #E0E6F7;
    background: #F2F6FD url(../imgs/page/company/bg-hiring.svg) no-repeat bottom left;
    padding: 30px 40px 260px 40px;
    border-radius: 4px;
    margin-bottom: 40px;
}

.sidebar-border-bg .text-grey {
    color: #B4C0E0;
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
}

.sidebar-border-bg .text-hiring {
    color: #66789C;
    font-size: 36px;
    font-weight: 800;
    line-height: 57px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: -15px;
}

.bg-right {
    background: #F2F6FD url(../imgs/page/company/bg-hiring-right.svg) no-repeat bottom right;
}

.box-company-profile {
    max-width: 90%;
    display: table;
    table-layout: fixed;
    margin: auto;
    width: 100%;
    padding: 10px 0px 0px 0px;
    position: relative;
}

.image-compay {
    position: absolute;
    top: -80px;
    left: 0px;
}

.image-compay img {
    border-radius: 50%;
}

.aboutus-icon {
    background-image: url(../imgs/page/company/icon-about.svg);
    background-position: 17px 14px;
    background-repeat: no-repeat;
    font-weight: 500;
    padding-left: 45px;
    border-color: #EFF2FB;
}

.aboutus-icon:hover,
.aboutus-icon.active {
    color: #05264E;
    background-image: url(../imgs/page/company/icon-about-hover.svg);
    background-color: #ffffff;
    border-color: #B4C0E0;
}

.recruitment-icon {
    background-image: url(../imgs/page/company/icon-recruitment.svg);
    background-position: 17px 14px;
    background-repeat: no-repeat;
    font-weight: 500;
    padding-left: 45px;
    border-color: #EFF2FB;
}

.recruitment-icon:hover,
.recruitment-icon.active {
    color: #05264E;
    background-image: url(../imgs/page/company/icon-recruitment-hover.svg);
    background-color: #ffffff;
    border-color: #B4C0E0;
}

.people-icon {
    background-image: url(../imgs/page/company/icon-people.svg);
    background-position: 17px 14px;
    background-repeat: no-repeat;
    font-weight: 500;
    padding-left: 45px;
    border-color: #EFF2FB;
}

.people-icon:hover,
.people-icon.active {
    color: #05264E;
    background-image: url(../imgs/page/company/icon-people-hover.svg);
    background-color: #ffffff;
    border-color: #B4C0E0;
}

.login-register-cover {
    position: relative;
    width: 100%;
}

.login-register-cover .img-1 {
    position: absolute;
    right: -100px;
    top: 30%;
    width: unset;
}

.divider-text-center {
    position: relative;
    text-align: center;
}

.divider-text-center::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #E0E6F6;
    top: 50%;
    left: 0;
    z-index: 1;
}

.divider-text-center span {
    display: inline-block;
    background-color: #fff;
    padding: 0 15px;
    z-index: 2;
    position: relative;
}

.login-register input:not([type="checkbox"], [type="radio"]) {
    height: 45px;
    line-height: 33px;
    font-size: 14px;
}

.login-register input {
    border: 1px solid !important;
}

.bg-homepage1 {
    background-image: url(../imgs/page/homepage1/banner-img-3-min.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
}

.bg-download {
    background-image: url(../imgs/page/homepage1/Consultant-banner-bg.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
}

.download-page-title {
    font-size: 50px !important;
    line-height: 60px !important;
}

.btn-download {
    background-color: #E98B20 !important;
    color: #ffffff !important;
    padding: 13px 30px !important;
}

.nav-tabs {
    border: 0px;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.nav-tabs li {
    display: inline-block;
}

.nav-tabs li a {
    display: inline-block;
    margin: 0px 5px;
    box-shadow: 0px 2px 4px -5px rgb(10, 42, 105);
    align-items: center;
    padding: 13px 17px;
    width: auto;
    background: #ffffff;
    border: 1px solid #E0E6F7;
    border-radius: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    margin-bottom: 10px;
}

.nav-tabs li a:hover,
.nav-tabs li a.active {
    color: #3C65F5;
    border-color: #3C65F5;
    box-shadow: 0px 2px 4px -5px rgb(10, 42, 105);
}

.nav-tabs li a img {
    vertical-align: sub;
    width: auto;
    height: 18px;
    margin: 0px 6px 0px 0px;
}

.box-image-job {
    position: relative;
}

.box-image-job figure img {
    border-radius: 32px;
    width: 88%;
}

.box-image-job .img-job-1 {
    position: absolute;
    top: -11px;
    left: -23px;
    width: 35%;
}

.box-image-job .img-job-2 {
    position: absolute;
    bottom: -13px;
    right: -13px;
    width: 32%;

}

.overflow-visible {
    overflow: visible !important;
}

.content-job-inner {
    padding-left: 60px;
}

.swiper-style-2 {
    position: relative;
}

.swiper-style-2 .item-5 {
    float: left;
    width: 20%;
    padding: 0px 12px;
}

.swiper-style-2.swiper-container .item-logo {
    width: 100%;
}

.icon-location {
    background: url(../imgs/template/icons/location.svg) no-repeat 0px 2px;
    display: inline-block;
    padding: 0px 0px 0px 20px;
}

.box-we-hiring {
    max-width: 100%;
    border: 1px solid #E0E6F7;
    padding: 40px 250px 40px 190px;
    position: relative;
    display: flex;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
    margin: auto;
    border-radius: 4px;
    overflow: hidden;
}

.box-we-hiring::before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 15px;
    height: 120px;
    width: 150px;
    background: url(../imgs/page/homepage1/bg-left-hiring.svg) no-repeat 0px 0px;
    background-size: cover;
}

.box-we-hiring::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: -5px;
    height: 120px;
    width: 250px;
    background: url(../imgs/page/homepage1/bg-right-hiring.svg) no-repeat 0px 0px;
    background-size: cover;
}

.box-we-hiring .text-we-are {
    font-size: 16px;
    line-height: 20px;
    color: #A0ABB8;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
}

.box-we-hiring .text-hiring {
    font-size: 49px;
    line-height: 51px;
    color: #05264E;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.box-we-hiring .text-2 {
    font-size: 18px;
    line-height: 23px;
    color: #66789C;
    font-weight: 500;
    padding: 29px 20px 0px 20px;
}

.box-we-hiring .text-3 {
    padding: 34px 0px 0px 20px;
}

.swiper-group-9 .swiper-slide {
    text-align: center;
}

.list-brands {
    border-bottom: 1px solid #E0E6F6;
    padding-top: 30px;
    padding-bottom: 30px;
}

.list-brands a img {
    opacity: 0.3;
    max-height: 20px;
    width: 100%;
}

.mh-none {
    max-height: 265px !important;
}

.swiper-group-5 .swiper-pagination {
    margin-top: 15px;
    position: relative;
}

.swiper-group-5 .swiper-pagination .swiper-pagination-bullet {
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    opacity: 0.5;
}

.swiper-group-5 .swiper-pagination .swiper-pagination-bullet-active,
.swiper-group-5 .swiper-pagination .swiper-pagination-bullet-active:hover {
    background-color: #ffffff;
    width: 12px;
    height: 12px;
    margin: -1px 3px 0;
    opacity: 1;
}

.img-rounded {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
    display: inline-block;
}

.lh-14 {
    line-height: 14px !important;
}

.text-lbl {
    color: #3AAB67;
    font-size: 12px;
    line-height: 18px;
    display: block;
}

.left-trust {
    position: relative;
}

.right-logos .swiper-slide {
    text-align: center;
    line-height: 40px;
}

.right-logos .swiper-slide a img {
    opacity: 1;
    max-height: 20px;
    width: 100%;
}

.box-trust {
    border: 1px solid #E0E6F7;
    border-radius: 4px;
    padding: 30px 30px 25px 30px;
    position: relative;
}

.box-checkbox {
    padding: 0px 0px 0px 30px;
    background: url(../imgs/page/homepage3/check-box.svg) no-repeat 0px 4px;
}

.img-job-search {
    max-width: 90%;
}

.bg-homepage4 {
    background-image: url(../imgs/page/homepage4/bg-banner.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    min-height: 750px;
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    right: 0;
}

.banner-homepage4 .banner-inner .block-banner {
    padding: 50px 0px 80px 192px;
}

.banner-homepage4 .banner-inner .banner-imgs .block-1 {
    left: 0px;
}

.bg-cat {
    background-image: url(../imgs/page/homepage4/bg-cat.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 70px 0px 150px 0px;
}

.layout-brand-1 .card-grid-5 .box-cover-img {
    background: url(../imgs/page/homepage4/bg-brand-1.png) repeat-x center bottom;
}

.swiper-pagination-style-border {
    bottom: 10px !important;
}

.swiper-pagination-style-border .swiper-pagination-customs {
    background-color: #ffffff !important;
    border: 1px solid #05264E;
}

.swiper-pagination-style-border .swiper-pagination-customs-active,
.swiper-pagination-style-border .swiper-pagination-customs:hover {
    background-color: #05264E !important;
}

.box-newsletter-2 {
    background: url(../imgs/page/homepage4/bg-newsletter.png) no-repeat top center;
    background-size: cover;
    padding: 100px 0px 90px 0px;
    border-radius: 0px;
}

.box-search-2 {
    max-width: 1140px;
    width: 100%;
    margin: auto;
}

.box-search-2 .block-banner {
    padding: 0px;
}

.box-search-2 .block-banner .form-find .select2 {
    max-width: 150px;
}

.box-search-2 .block-banner .form-find .select2:after {
    right: auto;
    left: -3px;
}

.banner-homepage5 .banner-inner .row .block-banner {
    padding-right: 70px;
    padding-top: 90px;
}

.banner-homepage5 .banner-imgs {
    min-height: 550px;
    width: 100%;
    position: relative;
}

.banner-homepage5 .banner-imgs::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../imgs/page/homepage5/bg-banner.png) no-repeat top center;
    background-size: contain;
    content: "";
    z-index: 1;
}

.banner-homepage5 .banner-imgs .banner-1 {
    position: absolute;
    z-index: 2;
    top: 30px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    max-width: 356px;
    margin: auto;
    max-height: 356px;
}

.banner-homepage5 .banner-imgs .banner-2 {
    position: absolute;
    z-index: 2;
    max-width: 192px;
    top: 30px;
    left: 0px;
}

.banner-homepage5 .banner-imgs .banner-3 {
    position: absolute;
    z-index: 2;
    max-width: 165px;
    bottom: 0px;
    left: 0px;
}

.banner-homepage5 .banner-imgs .banner-4 {
    position: absolute;
    z-index: 2;
    max-width: 145px;
    top: 30px;
    right: 80px;
}

.banner-homepage5 .banner-imgs .banner-5 {
    position: absolute;
    z-index: 2;
    max-width: 131px;
    top: 300px;
    right: 30px;
}

.banner-homepage5 .banner-imgs .banner-6 {
    position: absolute;
    z-index: 2;
    max-width: 120px;
    bottom: -30px;
    right: 170px;
}

.box-logos-485 {
    max-width: 485px;
    margin: 10px 0px 0px 0px;
}

.box-logos-485 img {
    max-height: 18px;
}

.list-tabs-2 .nav-tabs li a {
    padding: 10px 10px;
}

.bg-brand-1 {
    background-color: #05264E;
}

.bg-brand-1 .box-swiper .swiper-button-next-1,
.bg-brand-1 .box-swiper .swiper-button-prev-1 {
    top: 0px;
}

.bg-brand-2 {
    background-color: #3C65F5;
}

.bg-border-3 {
    background-color: #EFF2FB;
}

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

.box-newsletter-3 {
    background: url(../imgs/page/homepage5/bg-newsletter.png) no-repeat top center;
    background-size: cover;
}

.box-step {
    text-align: center;
}

.number-element {
    color: #3C65F5;
    background-color: #EFF2FB;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: inline-block;
    line-height: 110px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.step-1 {
    position: relative;
}

.step-1::before {
    content: "";
    width: 100%;
    height: 59px;
    position: absolute;
    top: 45px;
    left: 68%;
    background: url(../imgs/page/homepage5/step1.svg) no-repeat;
    background-size: contain;
    z-index: 1;
}

.step-2 {
    position: relative;
}

.step-2::before {
    content: "";
    width: 100%;
    height: 59px;
    position: absolute;
    top: 45px;
    left: 68%;
    background: url(../imgs/page/homepage5/step1.svg) no-repeat;
    background-size: contain;
    z-index: 1;
}

.banner-hero .block-banner.form-none-shadow .form-find {
    box-shadow: none;
    border: 1px solid #E0E6F7;
}

.list-tags-banner-2 {
    color: #66789C;
    font-size: 14px;
    line-height: 26px;
}

.list-tags-banner-2 a {
    text-decoration: underline;
    color: #66789C;
}

.block-banner-1,
.block-banner-2,
.block-banner-3 {
    padding: 0px 10px;
}

.block-banner-1 img,
.block-banner-2 img,
.block-banner-3 img {
    margin-bottom: 20px;
    border-radius: 5px;
    width: 100%;
}

.banner-homepage6 {
    background-color: #ffffff !important;
}

.login-register-container {
    max-width: 100%;
}

.mobile-header-active {
    display: none;
}

@media (max-width: 1399.98px) {
    .custom-class {
        display: block;
    }

    .banner-homepage5 .banner-imgs .banner-1 {
        max-width: 256px;
        max-height: 256px;
    }

    .banner-homepage5 .banner-imgs .banner-2 {
        max-width: 152px;
        max-height: 152px;
    }

    .banner-homepage5 .banner-imgs .banner-3 {
        max-width: 132px;
        max-height: 132px;
    }

    .banner-homepage5 .banner-imgs .banner-4 {
        max-width: 115px;
        max-height: 115px;
        bottom: 20px;
    }

    .banner-homepage5 .banner-imgs .banner-5 {
        max-width: 95px;
        max-height: 95px;
    }

    .banner-homepage5 .banner-imgs .banner-6 {
        max-width: 85px;
        max-height: 85px;
        bottom: 10px;
    }
}

@media (max-width: 1199.98px) {
    .swiper-style-2 .item-5 {
        width: 25%;
    }

    .box-we-hiring {
        max-width: 100%;
        padding: 20px 10px 20px 120px;
    }

    .box-we-hiring::before {
        height: 89px;
        width: 90px;
    }

    .box-we-hiring::after {
        bottom: 10px;
        right: 10px;
        height: 90px;
        width: 138px;
    }

    .header .main-header .header-right {
        display: none;
    }

    .header .container {
        position: relative;
    }

    .burger-icon {
        display: inline-block;
    }

    .mobile-header-active {
        display: block;
    }

    .box-list-character ul {
        display: inline-block;
    }

    .box-list-character ul li {
        width: auto;
    }

    .custom-class {
        display: block;
    }

    .header .nav-main-menu {
        display: none;
    }

    .box-image-job .img-job-1 {
        top: -40px;
        left: -50px;
        width: 240px;
    }

    .box-image-job .img-job-2 {
        bottom: -120px;
        right: -50px;
        width: 240px;
    }

    .content-job-inner {
        padding-left: 20px;
        padding-top: 10px;
    }

    .bg-homepage1 {
        background-size: auto;
    }
}

@media (max-width: 991.98px) {
    .w-lg-50 {
        width: 100%;
    }

    .card-image-top .image {
        height: 161px;
    }

    .swiper-style-2 .item-5 {
        width: 33.33%;
    }

    .footer .footer-col-1,
    .footer .footer-col-2,
    .footer .footer-col-3,
    .footer .footer-col-4,
    .footer .footer-col-5,
    .footer .footer-col-6 {
        width: 33.33%;
        margin-bottom: 20px;
    }

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

    .header .main-header .header-nav {
        width: 0%;
    }

    .img-job-1,
    .img-job-2 {
        display: none;
    }

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

    .box-we-hiring {
        padding: 20px 25px;
        width: auto;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .box-we-hiring::before {
        display: none;
    }

    .box-we-hiring::after {
        display: none;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

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

    .header-right {
        padding-right: 50px;
    }

    .banner-hero {
        max-width: 100%;
        padding: 0;
    }

    /* .banner-hero.hero-1 {
        background: #f2f6fd;
    } */

    .banner-hero.hero-1 .block-banner {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
        max-width: 720px;
        overflow: hidden;
    }

    .banner-hero.hero-1::before {
        width: 100%;
        border-radius: 0;
        left: 0;
    }

    .banner-hero.hero-1 .banner-imgs {
        display: none;
    }

    .banner-hero.hero-1 h1 {
        font-size: 52px;
    }

    .card-grid-2 h5 {
        font-size: 18px;
    }

    .box-image-job .job-top-creator {
        left: 10px;
    }

    .list-partners li {
        padding: 15px 18px;
    }

    .list-partners li figure img {
        max-width: 80px;
    }

    .box-newsletter {
        padding: 57px 50px 96px 50px;
    }

    .nav.nav-right {
        margin-top: 30px;
    }

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

    .bg-banner-about.banner-home-3 {
        padding-top: 30px !important;
        padding-bottom: 20px !important;
    }

    .bg-banner-about.banner-home-3 .banner-hero {
        max-width: 720px;
    }

    .bg-banner-about.banner-home-3 .banner-hero .block-banner {
        padding-top: 0;
    }

    .bg-banner-about.banner-home-3 .banner-hero .block-banner h2.heading-banner {
        font-size: 36px;
        line-height: 1.2;
    }

    .bg-banner-about.banner-home-3::before,
    .bg-banner-about.banner-home-3::after {
        opacity: 0.1;
    }

    .banner-hero.banner-homepage-3 {
        padding-top: 0;
        margin-bottom: 50px;
    }

    .banner-hero.banner-homepage-3 h1 {
        font-size: 48px;
    }

    .banner-hero.banner-homepage-3 .block-banner {
        padding-right: 80px;
        background: #F8FAFF;
    }

    .banner-hero.banner-homepage-3 .banner-imgs {
        display: none;
    }

    .box-info-job {
        padding-left: 30px !important;
    }

    .box-info-job .mt-50 {
        margin-top: 0px !important;
    }

    .block-pricing .most-popular {
        margin-top: 0 !important;
    }

    .job-fillter {
        margin: 15px 0 0 0;
        border-top: 1px solid #eee;
        padding-top: 15px;
    }

    .job-fillter .btn {
        padding-left: 10px !important;
    }

    .job-fillter .dropdown-menu {
        margin-left: 10px !important;
        margin-top: 0 !important;
    }

    .heading-main-info .btn-default {
        margin: 15px 0;
    }

    .card-blog-1.post-list .post-thumb {
        max-width: 175px;
        margin-right: 15px;
    }

    .card-blog-1.post-list .btn-brand-hover {
        padding: 10px 15px;
        font-size: 14px;
    }

    .card-blog-1.post-list .post-title {
        font-size: 20px;
    }

    .archive-header h3 {
        font-size: 36px;
        width: 100% !important;
    }

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

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

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

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

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

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

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

    .w-md-100 {
        width: 100% !important;
    }

    .section-title-large {
        font-size: 48px;
    }

    .leaflet-map {
        height: 328px;
        width: 100%;
    }

    .bg-cat {
        padding-bottom: 70px;
    }

    .banner-hero .box-search-2 .block-banner {
        padding-top: 0px;
        padding-bottom: 0px;
        overflow: visible;
    }

    .block-banner-1 {
        width: 100%;
    }

    .block-banner-2 {
        width: 58%;
    }

    .block-banner-3 {
        width: 42%;
    }

    .step-1::before {
        display: none;
    }

    .step-2::before {
        display: none;
    }

    .box-step {
        margin-bottom: 50px;
    }

    .banner-hero.banner-homepage5 {
        background-color: #ffffff;
    }
}

@media (max-width: 767.98px) {
    .swiper-style-2 .item-5 {
        width: 50%;
    }

    .footer .footer-col-1,
    .footer .footer-col-2,
    .footer .footer-col-3,
    .footer .footer-col-4,
    .footer .footer-col-5,
    .footer .footer-col-6 {
        width: 50%;
    }

    .box-we-hiring {
        flex-wrap: wrap;
    }

    .box-we-hiring .text-1 {
        width: 100%;
        text-align: center;
    }

    .box-we-hiring .text-we-are {
        margin-right: 5px;
        display: inline-block;
    }

    .box-we-hiring .text-2 {
        width: 60%;
        padding-top: 10px;
    }

    .box-we-hiring .text-3 {
        padding-top: 15px;
        width: 40%;
        text-align: right;
    }

    .card-image-top .image {
        height: 250px;
    }

    .card-image-top .image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .box-swiper .swiper-button-next-1,
    .box-swiper .swiper-button-prev-1 {
        display: none;
    }

    .style-nav-top .swiper-button-next,
    .style-nav-top .swiper-button-prev {
        top: 10px;
    }

    .banner-hero .block-banner .form-find .select2,
    .banner-hero .block-banner .form-find .box-industry {
        max-width: 100%;
    }

    .banner-hero .block-banner .form-find {
        padding: 15px;
        margin-top: 40px !important;
    }

    .banner-hero .block-banner .form-find form {
        display: block;
    }

    .banner-hero .block-banner .form-find form input {
        margin-bottom: 15px;
    }

    .banner-hero .block-banner .form-find form button {
        margin-top: 15px;
    }

    .banner-hero .block-banner .form-find .select2::after {
        display: none;
    }

    .pl-15.mb-15.mt-30 {
        margin-top: 0px !important;
    }

    .author-bio {
        display: block;
    }

    .max-width-single .post-meta {
        display: block !important;
    }

    .max-width-single .post-meta .date {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding-top: 5px;
    }

    .max-width-single .post-meta .author {
        width: 100%;
        display: inline-block !important;
        margin-right: 0px !important;
    }

    .archive-header .post-meta .author img {
        vertical-align: middle;
    }

    .archive-header {
        top: -120px;
        margin-bottom: -120px;
    }

    .box-white {
        padding: 30px 0px;
    }

    h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .section-title-large {
        font-size: 42px;
    }

    .banner-hero .block-banner {
        padding: 0;
    }

    .header .main-header .header-right {
        display: none;
    }

    .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
        padding: 15px 30px 13px 30px;
        border-bottom: 1px solid #E0E6F6;
    }

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

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

    .nav.nav-right {
        margin-top: 30px;
    }

    .box-head-single h3 {
        font-size: 36px;
        line-height: 1.2;
    }

    .social-share {
        margin-top: 25px;
    }

    .social-share .btn-sm {
        padding: 10px 15px;
        vertical-align: middle;
    }

    .job-overview {
        padding: 25px !important;
    }

    .banner-hero .block-banner.form-none-shadow .form-find {
        margin-top: 0px !important;
    }

    .banner-homepage5 .banner-inner .row .block-banner {
        padding-right: 0px;
    }

    .banner-hero .block-banner .form-find .btn-find {
        background-position: left 19px top 14px;
    }
}

@media (max-width: 575.98px) {

    .footer .footer-col-1,
    .footer .footer-col-2,
    .footer .footer-col-3,
    .footer .footer-col-4,
    .footer .footer-col-5,
    .footer .footer-col-6 {
        width: 100%;
    }

    .box-we-hiring .text-2 {
        text-align: center;
        width: 100%;
        padding: 15px 0px 10px 0px;
    }

    .box-we-hiring .text-3 {
        width: 100%;
        text-align: center;
    }

    .section-box.mt-70,
    .section-box.mt-80,
    .section-box.mt-100,
    .section-box.mt-40 {
        margin-top: 30px !important;
    }

    .header.sticky-bar .col-lg-7 .burger-icon {
        right: 15px;
    }

    .banner-hero.hero-1 h1 {
        font-size: 38px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

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

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

    .pt-sm-15 {
        padding-top: 15px;
    }

    .swiper-group-6 {
        max-height: 140px;
    }

    .box-swiper .swiper-container .item-logo {
        box-shadow: none;
    }

    .list-partners li {
        padding: 15px 15px;
    }

    .box-newsletter {
        padding: 50px 15px;
    }

    .box-newsletter .text-md-newsletter {
        font-size: 22px;
        line-height: 28px;
    }

    .box-newsletter .text-lg-newsletter {
        font-size: 32px;
    }

    .box-newsletter form {
        display: block;
    }

    .footer ul.mt-40 {
        margin-top: 15px !important;
        margin-bottom: 20px !important;
    }

    .bg-banner-about.banner-home-3 {
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .bg-banner-about.banner-home-3 .banner-hero .block-banner {
        padding-right: 15px;
        padding-left: 15px;
    }

    .card-job-top--info-heading {
        margin-bottom: 10px;
    }

    .card-job-top--price {
        margin-top: 15px;
        display: block;
    }

    .box-info-job {
        padding: 0 !important;
    }

    .block-job-bg::before {
        display: none;
    }

    .box-mw-60 {
        max-width: 100% !important;
    }

    .banner-hero.banner-homepage-3 .block-banner {
        padding: 30px 15px;
    }

    .box-image-findjob img {
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .nav-right li {
        margin-bottom: 15px;
    }

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

    .box-filters .list-tags-job {
        display: none;
    }

    .job-fillter.d-flex {
        display: block !important;
    }

    .job-fillter.d-flex .box-button-find {
        float: none;
    }

    .job-fillter.d-flex .btn {
        padding-left: 10px !important;
    }

    .job-fillter.d-flex .dropdown {
        margin: 0 0 10px 0;
        width: 100%;
        max-width: 100%;
    }

    .box-shadow-bdrd-15.box-filters {
        padding-bottom: 30px;
    }

    .social-share .btn-sm {
        padding: 10px 11px;
    }

    .card-employers .col-sm-6 {
        width: 50%;
    }

    .archive-header h3 {
        font-size: 32px;
        line-height: 1.2;
    }

    .card-blog-1 .tags {
        display: none;
    }

    .card-blog-1 .post-meta {
        font-size: 12px;
    }

    .card-blog-1.post-list {
        display: block;
    }

    .card-blog-1.post-list .post-thumb {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .card-blog-1.post-list .post-title {
        font-size: 18px;
    }

    .single-body blockquote {
        padding: 15px 20px;
        border-radius: 5px;
        margin: 15px auto;
        font-size: 18px;
        max-width: 100%;
    }

    .single-body blockquote p {
        font-size: 18px;
        line-height: 1.5;
    }

    .bg-banner-about {
        border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px;
        padding: 15px 15px 40px 15px;
    }

    .bg-banner-about .heading-lg {
        font-size: 32px;
        line-height: 1.2;
    }

    .banner-about::before {
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .section-title-large {
        font-size: 38px;
    }

    .block-banner-1 img,
    .block-banner-2 img,
    .block-banner-3 img {
        margin-bottom: 15px;
    }
}

@media (max-width: 484.98px) {
    .swiper-style-2 .item-5 {
        width: 100%;
    }

    .text-sortby {
        display: none;
    }

    .paginations .pager li .pager-prev {
        margin-right: 0px;
    }

    .paginations .pager li .pager-next {
        margin-left: 0px;
    }

    .paginations .pager li a {
        line-height: 24px;
        font-size: 16px;
    }

    .box-radius-8 {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .box-radius-8 .image {
        min-width: 100%;
        padding-right: 0px;
        text-align: center;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .box-newsletter-2 .font-lg {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 374.98px) {
    .image-profile {
        max-width: 100%;
        width: 100%;
    }
}

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

/*OTHER SCREEN*/
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .header-right {
        display: none;
    }
}

/*# sourceMappingURL=style.css.map */

/* new added */
.login-register input:not([type="checkbox"], [type="radio"]) {
    height: 45px !important;
}

.register-submit-btn {
    display: inline-block;
    width: 100%;
    /* max-width: 350px; */
    padding: 9px 1.5rem;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    background: linear-gradient(to right,
            rgba(48, 89, 169, 1),
            /* #3059A9 */
            rgba(6, 165, 231, 1)
            /* #06A5E7 */
        );
}

.register-login-title {
    color: #E98B20 !important;
    font-size: 20px;
    font-weight: 100;
    margin-top: 30px;
}

.register-login-title a:hover {
    color: #2967b4 !important;
    font-size: 25px;
    font-weight: 100;
    margin-top: 30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .register-login-title {
        font-size: 15px !important;
        /* Smaller font size on tablets and mobile */
        margin-top: 20px;
        /* Adjust top margin for smaller screens */
    }
}

@media (max-width: 576px) {
    .register-login-title {
        font-size: 10px !important;
        /* Even smaller font size on small screens */
        margin-top: 15px;
        /* Adjust margin further for very small screens */
    }
}


.ui-datepicker .ui-datepicker-title select {
    background: transparent !important;
}

.item-timeline {
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
}

.item-timeline .timeline-year {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
}

.item-timeline .timeline-year::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 1px;
    border-right: 1px solid #E0E6F7;
}

.item-timeline .timeline-year span {
    position: relative;
    border-radius: 30px;
    background-color: #EFF2FB;
    padding: 1px 15px 2px 15px;
    min-width: 130px;
    color: #3C65F5;
    text-align: center;
    display: inline-block;
}

.item-timeline .timeline-info {
    position: relative;
    width: 100%
}

.item-timeline .timeline-actions {
    min-width: 93px;
    text-align: right;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

#ApplyNow {
    width: 80vw;
}

.milestone .remove-milestone {
    cursor: pointer;

}

@media (max-width: 768px) {
    #ApplyNow {
        width: 100%;
    }
}

.file-input i {
    position: inherit;
}

.file-footer-caption {
    margin-bottom: 10px !important;
}

.file-footer-caption div {
    height: 20px !important;
}

#contact-message .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

#contact-message .error-message br+br {
    margin-top: 25px;
}

#contact-message .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

#contact-message .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

#contact-message .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.orange-btn {
    color: #fff;
    background-color: #E98B20;
    padding: 12px 20px;
    border-radius: 5px;
}

.orange-btn:hover {
    background-color: #D66F08;
    /* border: 2px solid #f56c61; */
    color: white !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    border: none;
}

.orange-btn.active {
    background-color: #D66F08;
    /* border: 2px solid #f56c61; */
    color: white !important;
    transition: background-color 0.3s ease;
    border: none;
}

.search-bar {
    background-color: #f56c61;
    color: white;
    margin-bottom: 3px;
}

.search-bar:hover {
    color: #f56c61;
    background-color: #b03127;
}

.about-image {
    height: 70px;
}

.apply-now {
    background-color: #f56c61;
    color: white;
}

.text-job {
    color: #f56c61;
}

.review-section {
    color: #f56c61;
}

.about-image {
    height: 250px;
    width: 280px;
}

.block-banner-1 {
    height: 500;
    width: 250px;
}

.about-us {
    color: #f56c61;
}

.login-btn {
    color: #fff;
    background-color: #4DA6E4;
    padding: 12px 30px;
    border-radius: 5px;
}

.login-btn:hover {
    color: white !important;
    background-color: #404F9C;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    border: none;
}

.login-btn.active {
    color: white !important;
    background-color: #404F9C;
    transition: background-color 0.3s ease;
    border: none;
}

/* faq page */

.faqs-page .faqs .accordion-button.collapsed::after {
    background-image: url(/assets/imgs/page/faqs/plus-icon.svg);
}

.faqs-page .faqs .accordion-button::after {
    background-image: url(/assets/imgs/page/faqs/minus-icon.svg);
}

.faqs-page .faqs .accordion-button:not(.collapsed) {
    color: black;
    background-color: white;
}

/* faq page end */

/* chat page */

.chat-room.active {
    background-color: #e9ecef;
}

#chatRoomsFilter .select2 {
    visibility: hidden;
    width: 0.5px;
    height: 0.5px;
    position: absolute;
    top: 50%;
    right: 0;
}

#chatRoomsFilter {
    font-size: 20px;
    position: relative;
    cursor: pointer;
}

div:has(> #chatRoomsFilter) {
    right: 11px;
    top: 43px;
}

div:has(> #dropdownSearch) {
    position: absolute;
    top: 12px;
    right: 8px;
}

#dropdownSearch::after {
    display: none;
}


/* chat page end */

/* new added end*/

.banner-single-bg {
    background-color: #ffffff !important;
}

.card-grid-2.project-title {
    color: #2967B4 !important;
}

/* Apply proposal detail */
.proposal-title {
    color: #305AA9 !important;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 33px;
}

/* Project details page */
.project-detail-title {
    color: #305AA9 !important;
    font-size: 20px;
    font-weight: 500;
}

.project-desc {
    color: #305AA9 !important;
}

.saved-project-box {
    border: 1.5px solid #305AAA;
    border-radius: 6px;
    padding: 10px 14px 10px 14px;
    color: #ffffff;
    margin-top: 8px;
}

.saved-project-box:hover {
    background: linear-gradient(white, white) padding-box,
        linear-gradient(to right, rgba(48, 89, 169, 1), rgba(6, 165, 231, 1)) border-box;
    border-radius: 5px;
    border: 2px solid transparent;
}

.project-card-color {
    border: 1px solid #E0E6F7;
    padding: 25px;
    border-radius: 8px;
    background-color: #D9D9D933;
    margin-bottom: 40px;
}

.project-card-price {
    color: #2967B4 !important;
    font-size: 15px;
    font-weight: bold;
    line-height: 26px;
    padding-top: 0px;
    display: inline-block;
}

.proposal-type {
    color: #01AFEF !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.proposal-form-check {
    color: #D9D9D9 !important;
}

.proposal-add-milestone {
    color: #01AFEF !important;
}

.proposal-desc {
    color: #1371A9;
}

.proposal-btn-close {
    border-image-slice: 1;
    background-color: #ffffff !important;
    padding: 13px 35px;
    border-radius: 5px;
    border: 1px solid #3355A6;
    text-align: center;
    color: #01AEEF;
    display: inline-block;
    transition: background 0.3s ease, color 0.3s ease;
}

.proposal-btn-close:hover {
    background: linear-gradient(to right, rgba(6, 165, 231, 1), rgba(48, 89, 169, 1));
    color: #ffffff;
}

/* Footer Styles */
.footer {
    padding: 40px 0;
    color: white;
    background: linear-gradient(180deg, #364D9F 0%, #1A7FC8 51.12%, #00AFEF 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)) !important;

}

.footer-logo {
    color: #FFFFFF;
    font: Inter;
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
    line-height: 20px;
}

.footer-logo-description {
    color: #FFFFFF;
    font: Inter;
    font-size: 15px;
    font-weight: 200;
    text-align: justify;
    line-height: 20px;
    margin-bottom: 50px;
}

.footer h5,
.footer h6 {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
    /* margin-left: 20px; */
}

.footer ul {
    list-style: none;
    padding: 0;
    /* margin-left: 20px; */
    margin-bottom: 15px;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer ul li a {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 200;
    text-decoration: none;
}

.footer ul li a:hover {
    color: #0e0d0d;
}

.footer-bottom {
    border-top: 1px solid #1E7AC4;
    padding-top: 10px;
    margin-top: 20px;
}

.footer input.form-control {
    background: #FFFFFF;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
}

.footer-bottom a {
    color: #ddd;
    margin: 0 5px;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #fff;
}

.footer-company {
    background: #00000033;
}

.footer-link {
    color: #5BD1FF;
    font-family: Inter;
    font-size: 13px !important;
    font-weight: 300;
}

.line-top-bottom {
    margin-top: 35px !important;
    margin-bottom: 30px !important;
}

.footer-right-side {
    padding: 35px 0px 25px 40px !important;
}

.name-label-footer {
    text-transform: uppercase;
}

.facebook-icon,
.twitter-icon,
.linkedin-icon {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 10px;
}

.facebook-icon {
    background-image: url(../imgs/template/facebook.svg);
}

.twitter-icon {
    background-image: url(../imgs/template/twitter.svg);
    margin-left: 15px;
}

.linkedin-icon {
    background-image: url(../imgs/template/linkedin.svg);
    margin-left: 15px;
}

.sent-plane-icon {
    background-image: url(../imgs/template/sent-plane.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

#Subscribe {
    display: flex;
    align-items: center;
    max-width: 500px;
    /* Set max width */
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    /* Ensures smooth edges */
}

#email-newsletter {
    flex: 1;
    padding: 12px 15px;
    font-size: 14px;
    border: none;
    outline: none;
    height: 40px !important;
    /* Match button height */
    border-radius: 5px 0 0 5px;
    color: #333;
}

.btn-blue-email {
    width: 50px;
    height: 40px;
    background-color: #01ADEE;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
    transition: background 0.3s ease-in-out;
}

.btn-blue-email:hover {
    background-color: #01ADEE;
}

/* show public profile */
.public-profile-details {
    margin-left: 80px;
    background-color: #F6F6F6;
    height: 100%;
}

.Name-font {
    margin-left: 170px;
    line-height: 1;
    display: grid;
}

.main-section-margin {
    margin-left: 60px;
    margin-right: 60px;
}

.public-title {
    font-size: 20px;
    font-weight: 200;
    color: #0A63AD;
}

.font-mypublic-profile {
    margin-top: 7px;
    display: inline-block;
    line-height: 15px;
    font-weight: 400;
    font-size: 10px;
    color: #999999;
}

.white-underline {
    border-bottom: 1px solid #FFFFFF;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.sidebar-overview {
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.overview-tile {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #39499C;
}

.salary-svg {
    background-image: url(../imgs/page/candidates/Salary.svg);
}

.education-svg {
    background-image: url(../imgs/page/candidates/Education.svg);
}

.language-svg {
    background-image: url(../imgs/page/candidates/Language.svg);
}

.salary-svg,
.education-svg,
.language-svg {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.btn-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 195.7px;
    height: 50px;
    padding: 12px 24px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    font-weight: 300;
    color: white;
    background: linear-gradient(269.96deg, #3059A9 0.03%, #06A5E7 99.97%);
    cursor: pointer;
    transition: 0.3s;
}

.btn-custom:hover {
    opacity: 0.9;
}

.btn-custom::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 30px;
    display: inline-block;
}

.btn-download-cv::before {
    background-image: url(../imgs/page/candidates/download_cv_icon.svg);
}

.short_bio {
    -webkit-mask-image: url(../imgs/page/candidates/short_bio.svg);
    mask-image: url(../imgs/page/candidates/short_bio.svg);
}

.work_profile {
    -webkit-mask-image: url(../imgs/page/candidates/work_profile.svg);
    mask-image: url(../imgs/page/candidates/work_profile.svg);
}

.portfolio {
    -webkit-mask-image: url(../imgs/page/candidates/portfolio.svg);
    mask-image: url(../imgs/page/candidates/portfolio.svg);
}

.education_1 {
    -webkit-mask-image: url(../imgs/page/candidates/education_1.svg);
    mask-image: url(../imgs/page/candidates/education_1.svg);
}

.work_experience {
    -webkit-mask-image: url(../imgs/page/candidates/work_experience.svg);
    mask-image: url(../imgs/page/candidates/work_experience.svg);
}

.nav-link.active .short_bio,
.nav-link.active .work_profile,
.nav-link.active .portfolio,
.nav-link.active .education_1,
.nav-link.active .work_experience {
    background-color: white;
    color: white;
}

.nav-svg-size {
    background-color: #0e0d0d;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    display: inline-block;
    width: 33px;
    height: 30px;
    transition: background-color 0.3s ease-in-out;
}

.text-nav {
    margin-left: 5px;
    font-size: 16px;
    font-weight: 300;
    color: #0e0d0d !important;
}

.nav-link.active .text-nav {
    color: white !important;
}

.text-label-blue {
    color: #39499C;
    font-weight: 500;
    font-size: 16px !important;
    text-transform: uppercase;
}

.sub-text {
    font-size: 12px;
    color: #ffffff;
    opacity: 0.6;
    line-height: 15px;
}

.profile-content {
    flex-grow: 1;
}

.total-hour-rate {
    background: #E3F4FF;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #0A63AD;
}

.total-hour-rate .currency {
    font-size: 20px;
    font-weight: 500;
}

/* Home blogs details */
.blogs-title {
    color: #3159A9 !important;
    font-size: 30px !important;
    font-weight: 600;
}

.blogs-tax {
    color: #01AFEF !important;
    font-size: 16px !important;
}

.blogs-title1 {
    color: #3159A9 !important;
    font-weight: 300;
}

.blogs-title2 {
    color: #3159A9 !important;
    font-size: 16px !important;
    font-weight: 300;
}

.blogs-content {
    color: #000000 !important;
    font-size: 14px;
    font-weight: 400;
}

.blogs-body,
.blogs-body * {
    background: #EFEFEF !important;
}

.find-container {
    margin-left: 3%;
    margin-right: 3%;
}

.are-you-a-label {
    color: #404B99 !important;
}
