@import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap');

/* .koulen-regular {
    font-family: "Koulen", sans-serif;
    font-weight: 400;
    font-style: normal;
} */

:root {
    --primary-color: #2a41e8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Koulen", sans-serif;
    letter-spacing: .5px;
}

.welcome-text h3,
.testimonial-author h4,
.boxed-list-item .item-content h4,
.task-listing h3.task-listing-title a,
.task-listing h3.task-listing-title,
.single-page-header .header-details h5 {
    font-weight: 400;
}

.button.ripple-effect-bdr {
    border: solid 1px var(--primary-color);
    background-color: transparent;
    color: var(--primary-color);
}

.button.ripple-effect-bdr:hover {
    border: solid 1px var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
}

.button.bdr-btn-white {
    border: solid 1px #fff;
    background-color: transparent;
    padding: 9px 20px;
}

.button.bdr-btn-white:hover {
    border: solid 1px var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
}


.button.ripple-effect-bdr.big {
    padding: 12px 22px;
}

.mar-end-10 {
    margin-right: 10px;
}

.header-widget.header-rt-menu {
    display: flex;
    align-items: center;
    gap: 10px;
}

.categories-container .category-box i img {
    filter: none;
}

/* .categories-container .category-box:hover i img {
    filter: brightness(0) invert(1);
} */
.category-box:hover .category-box-content h3,
.category-box:hover .category-box-icon {
    color: #333;
}

.category-box:hover .category-box-content p {
    color: #888;
}

.category-box:hover {
    box-shadow: none;
}

.text-center {
    text-align: center;
}

/* header.cloned .button.bdr-btn-white {
    border: solid 1px var(--primary-color);
    color: var(--primary-color);
}

header.cloned .button.bdr-btn-white:hover {
    color: #fff;
} */
.category-box-content h3 {
    font-weight: normal;
    font-size: 20px;
    margin-top: 5px;
}

.intro-banner .banner-headline h3 {
    font-size: 58px;
    line-height: 64px;
    color: #333;
}

.intro-banner .banner-headline h3 span {
    color: #36D399;
}

.intro-banner .banner-headline p {
    font-size: 22px;
    margin: 20px 0 30px;
}

.section-headline h3 {
    font-size: 38px;
    line-height: 46px;
}

.section-headline p {
    font-size: 18px;
    margin-top: 10px;
}

/* .intro-banner .banner-headline h3 span {
    font-size: 20px;
    font-weight: 500;
} */

.how-it-work .icon-box-circle-inner {
    color: #E7B008;
}

.why-choose-section .icon-box-circle-inner i img {
    width: 80px;
}

.why-choose-section .icon-box-circle {
    background: transparent;
}

.freelancers-list-layout.home-featured-provider-list .freelancer-overview {
    padding: 0px;
}

.freelancers-list-layout.home-featured-provider-list .freelancer-details {
    padding: 0;
}

.freelancers-list-layout.home-featured-provider-list .freelancer-details {
    flex: 0 0 auto;

}

.freelancers-list-layout.home-featured-provider-list .freelancer-details-list ul li {
    margin-left: 20px;
    margin-bottom: 5px;
}

.freelancers-list-layout.home-featured-provider-list .freelancer-overview .freelancer-avatar {
    width: 80px;
}

.freelancers-list-layout.home-featured-provider-list .freelancer-overview .freelancer-name {
    margin: 0 0 0 20px;
}

.freelancers-list-layout.home-featured-provider-list .freelancer {
    margin-bottom: 15px;
    padding: 17px;
}

.feature-job-item:hover {
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.14);
    transform: translateY(-4px);
}

.feature-job-item {
    display: flex;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    transition: all ease .2s;
}

.feature-row {
    display: flex;
    width: 100%;
}

.feature-col-lft {
    flex: 1;
}

.feature-col-rt {
    flex: 0 0 auto;
}

.feature-job-item .task-offers {
    text-align: right;
    color: #888;
    font-size: 14px;
    line-height: normal;
}

.feature-job-item .task-offers strong {
    font-size: 14px;
    color: var(--primary-color);
}

.feature-job-item .task-icons {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

.feature-job-item .task-listing-title {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 8px;
}

.freelancer-name h4,
.freelancer-name h4 a {
    font-weight: 400;
}

.single-counter h3 {
    font-weight: normal;
}

.feature-job-item .task-icons li {
    display: inline-block;
}

.boost-profile-section .icon-box p {
    margin-top: 10px;
}

.boost-profile-section .icon-box-circle {
    height: auto;
}

.boost-profile-section .icon-box-circle-inner i img {
    width: 72px;
}

.boost-profile-section .icon-box-circle-inner {
    margin-bottom: 15px;
}

.download-fea-list {
    display: flex;
    list-style-type: disc;
    padding: 0 0 0 16px;
    margin: 20px 0 0;
    flex-wrap: wrap;
    list-style-position: inside;
    list-style: none;
}

.download-fea-list li {
    flex: 0 0 50%;
    margin: 0 0 10px;
}

.download-fea-list li::before {
    content: "•";
    /* custom bullet */
    color: #E7B008;
    /* change bullet color */
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    /* align properly */
}

.intro-banner:after,
.intro-banner:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 15;
    background: none;
    /* background: linear-gradient(to right, rgb(250, 250, 250) 20%, rgba(250, 250, 250, .95) 50%, rgba(250, 250, 250, 0.1) 60%, rgba(250, 250, 250, 0) 100%); */
}

.overall-hlight-section .single-counter i {
    color: #E7B008;
}

.slick-prev::before,
.slick-next::before {
    color: #333;
}

.slick-prev,
.slick-next {
    background-color: #fff;
}

.slick-prev:hover::before,
.slick-next:hover::before {
    color: #fff;
}

.bidding-widget .bidding-value {
    font-size: 20px;
    font-weight: 600;
}

.category-section .category-box {
    background: #fff;
    flex: 0 0 calc(25% - 20px);
}

/* .category-section .category-box:hover {
    background: var(--primary-color);
} */

.category-section .categories-container {
    gap: 20px;
}

.intro-banner .container {
    max-width: 1340px;
}

.banner-headline {
    max-width: 100%;
}

.intro-banner {
    padding: 0 0 30px;
}

.banner-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
}

.transparent-header-spacer {
    height: 60px;
}

.single-counter h3 {
    font-size: 28px;
    font-weight: 400;
}

#navigation ul a {
    padding: 4px 9px;
}

.single-counter i {
    font-size: 44px;
    color: #E7B008;
}

.review-users-row {
    display: flex;
    margin: 0 0 15px;
}

.review-user-avatar {
    flex: 0 0 auto;
    position: relative;
    margin: 0 20px 0 0;
}

.review-short-info {
    line-height: normal;
}

.review-short-info h5 {
    font-size: 18px;
}


.review-short-info .star-rating .star.half::after,
.review-short-info .star-rating .star::before {
    font-size: 17px;
}

.review-short-info .star-rating::before {
    padding: 3px 5px;
    top: 3px;
    margin-right: 7px;
}

.review-user-avatar .verified-badge {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.review-short-info {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.review-user-pic {
    display: block;
}

.review-user-pic img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}



.language-select-div a.lang-button {
    border: solid 1px var(--primary-color)ed;
    border-radius: 100%;
    font-size: 27px;
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
}

.language-select {
    position: absolute;
    right: 0;
    top: 70px;
}

/* .language-select button.dropdown-toggle {
    display: none;
} */

.account-type input.account-type-radio:checked~label {
    background-color: #36D399;
}

.account-type input.account-type-radio~label:hover {
    color: #2abb86;
    background-color: #e4f6e9;
}

.header-image.header-rounded-img {
    padding: 0;
    background: none;
    box-shadow: none;
}

.header-image.header-rounded-img img {
    border-radius: 100%;
}

.single-page-header .header-details h3 {
    font-size: 38px;
}

.single-page-section h3 {
    font-size: 28px;
}

.accordion-header {
    font-size: 18px;
}

.single-page-header .header-details h3 {
    margin-bottom: 5px;
}

.fnt-18 {
    font-size: 18px;
}

.submit-field h5,
.pricing-plan h3 {
    font-weight: 400;
}

.dashboard-box .headline h3 {
    font-weight: 400;
    font-size: 18px;
}

.job-comp-card-list {
    display: flex;
    gap: 20px;
    padding: 0px;
}

.job-comp-card {
    background: rgb(243, 247, 255);
    border-radius: 4px;
    border: 1.5px solid rgb(231, 240, 255);
    text-decoration: none;
    padding: 20px;
    flex: 0 0 420px;
    min-height: 180px;
}

.job-comp-card-list .job-comp-card:nth-child(odd) {
    background: #FFFAEB;
    border-color: #FBF2D4;
}

/* .job-comp-card-list.job-list-move-right .job-comp-card:nth-child(2n+2) {
    background: #FFFAEB;
    border-color: #FBF2D4;
} */

.job-card-heading-row {
    display: flex;
}

.job-comp-card a {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}

.job-card-heading-img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    flex: 0 0 auto;
}

.job-card-heading-info {
    flex: 1;
    padding: 0 0 0 20px;
}

.job-card-heading-info h3 {
    word-wrap: break-word;
    font-size: 20px;
    display: -webkit-box;
    /* required for -webkit-line-clamp */
    -webkit-box-orient: vertical;
    /* required for -webkit-line-clamp */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    overflow: hidden;
    /* hide the rest */
    text-overflow: ellipsis;
}

.job-card-heading-info p.job-cart-type {
    margin: 0 0 5px;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 18px;
}

.job-card-price-row {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0;
    align-items: center;
}

.job-card-rating {
    background: #FFF;
    border-radius: 30px;
    padding: 10px;
    line-height: 1;
    color: #333;
    font-weight: 600;
}

.job-card-rating i {
    color: rgb(255, 127, 0);
}

.job-card-amnt {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 18px;
}



.job-comp-card-list {
    overflow: hidden;
}

.job-comp-card-list .job-comp-card {
    animation: marquee 25s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee-right {
    0% {
        transform: translateX(-100%);
    }

    /* start from left (outside) */
    100% {
        transform: translateX(0%);
    }

    /* move to right (inside) */
}


.get-earn-section {
    color: #fff;
    background: var(--primary-color);
}

.get-earn-section h3 {
    font-size: 38px;
    color: #fff;
    line-height: 46px;
    margin: 0 0 40px;
}

.job-comp-card-list.job-list-move-right .job-comp-card {
    animation: marquee-right 25s linear infinite;
}

.button.white-bdr {
    background: transparent;
    color: #fff;
    border: solid 1px #fff;
}

.button.white-bdr:hover {
    background: #fff;
    color: var(--primary-color);
    border: solid 1px #fff;
}

.earn-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.earn-list li {
    padding-left: 60px;
    margin: 0 0 35px;
    position: relative;
}

.earn-list li h5 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 5px;
}

.earn-list li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 45px;
    color: #E7B008;
}

.earn-list p {
    font-size: 18px;
}

.register-mob-sect img {
    max-width: 100%;
}

.register-mob-sect {
    width: 407px;
    margin: auto;
    position: relative;
}

.reg-tag-2 {
    display: inline-flex;
    position: absolute;
    background: #F8F8FF;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 16px;
    color: #454545;
    font-weight: 600;
    bottom: 20px;
    right: -60px;
}

.reg-tag-2 span {
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    padding-left: 15px;
    color: #666;
}

.reg-tag-3 {
    display: inline-flex;
    position: absolute;
    bottom: 80px;
    right: -30px;
    background: #F8F8FF;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 16px;
    color: #454545;
    font-weight: 600;
}

.reg-tag-3 span {
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    padding-left: 15px;
    color: #666;
}

.reg-tag-2 i,
.reg-tag-3 i {
    font-size: 25px;
    margin-right: 10px;
}

.reg-tag-1 {
    position: absolute;
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    top: 40px;
    left: -100px;
    display: flex;
    color: #454545;
    align-items: center;
}

.reg-tag-1 p {
    margin: 0 0 0px;
}

.register-mob-avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 20px;
}

.reg-rating {
    font-size: 20px;
    font-weight: 600;
}

.reg-rating-col {
    font-weight: 600;
}

.reg-rating i {
    color: #E7B008;
}

@media (max-width:991px) {
    .get-earn-section h3 {
        margin-top: 40px;
    }
}

@media (max-width:680px) {
    .get-earn-section h3 {
        margin-top: 40px;
    }

    .reg-tag-1 {
        position: absolute;
        background: #fff;
        border-radius: 20px;
        padding: 15px;
        top: -30px;
        display: flex;
        color: #454545;
        align-items: center;
        left: 0;
        right: 0;
        margin: auto;
        width: 219px;
    }
}

@media (max-width:480px) {
    .register-mob-sect {
        width: 80%;
    }

    .job-comp-card {
        flex: 0 0 330px;
    }
}

.message-bubble.me .message-text,
.messages-inbox ul li::before {
    background-color: #36D399;
}

.message-bubble.me .message-text::before {
    border-left: 6px solid #36D399;
}

.messages-headline h4,
.message-by-headline h5 {
    font-weight: 400;
}

.whychooseus-box {
    border-radius: 4px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 6px;
}

.whychooseus-box-items {
    flex: 0 0 33%;
    padding: 30px;
    line-height: normal;
    position: relative;
}

.whychooseus-box-items:nth-of-type(2n) {
    box-shadow: 0 0px 45px rgba(0, 0, 0, 0.09);
}

.step-cnt {
    position: absolute;
    background: var(--primary-color);
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    width: 50px;
    border-radius: 6px;
    top: 215px;
    right: 30px;
}

.whychooseus-box-items h3 {
    margin: 15px 0 5px;
}

.whychooseus-box-items p {
    line-height: 24px;
}

.whychooseus-box-img {
    border-radius: 6px;
}

.img-radius-6 {
    border-radius: 6px;
}

.job-list-det-col {
    flex: 1;
}

.job-list-price-col {
    flex: 0 0 auto;
    background: #f0f0f0;
    list-style: none;
    display: flex;
    padding: 14px 25px;
    margin: 0;
    text-align: center;
}

.job-list-price-col li {
    flex: 1;
    line-height: 1;
}

.job-list-price-col li span {
    font-weight: 600;
    color: #333;
    font-size: 18px;
}

.job-list-price-col li p {
    margin: 0;
    font-size: 14px;
    white-space: nowrap;
}

.bidder-price-sec {
    background: #e7f8ec;
    padding: 15px;
    text-align: center;
    margin: 20px 0 0;
}

.bidder-price-sec span {
    font-weight: 600;
    color: #333;
    font-size: 24px;
}

.bidder-price-sec p {
    margin: 0;
    font-size: 14px;
    white-space: nowrap;
}

.bidder-info {
    display: flex;
}

.bidder-avatar-short-info {
    flex: 1;
    padding-left: 20px;
    font-size: 16px;
}

.bidder-avatar-short-info h4 {
    margin-bottom: 5px;
}

.bidder-avatar-short-info h4 a {
    color: #333;
    font-size: 18px;
}

.bidder-avatar-short-info a {
    color: #333;
}

.bidder-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.bidding-inner .job-list-price-col {
    margin-top: 20px;
}

.greybox-heading {
    background-color: #f2f2f2;
    border-radius: 4px;
    padding: 20px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.seeker-rating {
    padding: 35px;
    background: #f9f9f9;
}

.seeker-rating .button {
    padding: 5px 10px;
}

.seeker-rating h3 {
    margin-bottom: 10px;
}

.job-listing-title .dashboard-status-button {
    font-family: "Nunito", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.dashboard-status-button.orange {
    background: #ffeece;
    color: #e69500;
}

.header-details .dashboard-status-button {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    margin-top: 10px;
}

.job-verify-box {
    padding: 35px;
    background: #f9f9f9;
    text-align: center;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 20px;
}

.job-verify-box i {
    font-size: 50px;
    color: #36D399;
    margin: 0 0 10px;
    display: inline-block;
}

.page-detail-conent {
    padding: 30px;
}

.selected-bidder .bidding-inner {
    background: #f9f9f9;
}

.project-budget {
    color: #666;
}

.project-box {
    padding: 0 0 15px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.project-status {
    border-radius: 4px;
    font-size: 14px;
    line-height: 21px;
    padding: 2px 8px;
    display: inline-block;
    background: #ffdf9c;
    color: #8a5b00;
}

.project-status.in-progress,
.dashboard-status-button.yellow {
    background: #ffebc3;
    color: #c1830b;
}

.project-status.completed,
.dashboard-status-button.green {
    background: #d1e8d8;
    color: #117902;
}

.project-status.not-assigned,
.dashboard-status-button.red {
    background: #ffe5e5;
    color: #b54d4d;
}

.project-amount {
    font-size: 24px;
    font-weight: 600;
}

.job-verify-box.in-proccess-status i {
    color: #E7B008;
}

.task-short-info {

    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    margin: 10px 0 30px;
}

.task-short-info li {
    flex: 0 0 calc(50% - 15px);
    padding: 15px;
    font-size: 16px;
    background: #f9f9f9;
    color: #333;
}

.task-short-info li span {
    font-size: 14px;
    color: #666;
}


.client-rating-box {
    border-radius: 4px;
    background-color: #f9f9f9;

}

.client-rating-box h4 {
    background-color: #f2f2f2;
    border-radius: 4px 4px 0 0;
    padding: 20px 35px;
    font-size: 18px;
}

.client-rating-content {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.client-rating-des {
    flex: 0 0 100%;
    margin: 10px 0 0;
}

.client-rating-title {
    flex: 1;
    padding-left: 20px;
}

.client-rating-title h3 {
    font-size: 18px;
    margin: 0 0 10px;
}

.client-rating-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.task-green-box {
    background-color: #e7f8ec;
    color: #289c41;
    border-radius: 4px;
    width: 100%;
    display: block;
    font-size: 18px;
    padding: 15px 20px;
    margin: 0 0 20px;
}

.task-green-box span {
    font-weight: 600;
    font-size: 24px;
}

.task-green-box p {
    margin: 0;
}

h3>a {
    color: #333;
}

.section-headline h5 {
    font-weight: normal;
}

.profile-pic-register {
    position: relative;
    margin-bottom: 30px;
    margin-top: 50px;
}

.profile-pic-register input {
    visibility: hidden;
    position: absolute;
}

.profile-pic-register label {
    cursor: pointer;
}

.profile-pic-register p {
    font-size: 13px;
}

.profile-pic-register label img {
    width: 95px;
    height: 95px;
    border-radius: 100%;
}

.add-attachment {
    list-style: none;
    padding: 0;
    margin: 0;
}

.add-attachment li {
    position: relative;
    margin: 0 0 10px;
}

.add-attachment li input {
    visibility: hidden;
    position: absolute;
}

.add-attachment li label.file-attach-label {
    border-radius: 4px;
    width: 100%;
    border: solid 1px var(--primary-color);
    text-align: center;
    margin: 0;
    cursor: pointer;
    padding: 10px;
}

.add-attachment li label.file-attach-label p {
    margin: 0;
}

.file-attach-uploaded {}

.file-attach-uploaded img {
    width: 70px;
    height: 70px;
    border-radius: 4px;
}



.freelancer-details-list ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.freelancer-details-list ul li {
    flex: 0 0 calc(50% - 10px);
    margin-right: 0;
}

.upload-doc-col {
    display: flex;
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 5px;
}

.doc-info {
    flex: 1;
}

.doc-info p {
    margin: 0;
    line-height: 1;
}

.doc-img-icon {
    margin-right: 10px;
}

.doc-type {
    font-size: 12px;
}

.doc-rem {
    cursor: pointer;
}

.status-tag {
    display: inline-block;
    border-radius: 4px;
    padding: 5px;
    line-height: 1;
    font-size: 14px;
}

.status-tag.inprogress {
    background: #fff;
    border: Solid 1px #E7B008;
    color: #E7B008;
}

.status-tag.pending {
    background: #fff;
    border: Solid 1px #E7B008;
    color: #E7B008;
}

.status-tag.completed {
    background: #fff;
    border: Solid 1px #29A212;
    color: #29A212;
}

.backdrop {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    overflow: hidden;
    position: fixed;
    background: rgba(0, 0, 0, .7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.backdrop img {
    width: 100px;
}