:root{
    --bs-gray-400: #d2ddec;
    --bs-gray-100: #f9fbfd;
    --bs-gray-200: #edf2f9;
    --bs-gray-300: #e3ebf6;
    --bs-gray-400: #d2ddec;
    --bs-gray-500: #b1c2d9;
    --bs-gray-600: #95aac9;
    --bs-gray-700: #6e84a3;
    --bs-gray-800: #3b506c;
    --bs-gray-900: #283e59;
    --border-color: #28aa4a
}

.profile-image-card{
    margin: auto;
    display: table;
    background: #fff;
    padding: 30px 50px;
    box-shadow: 0 0 5px #ddd;
}
.profile-image{
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;

}
.profile-image img{
    max-width: 100%;
    height: auto;
    display: inline-block;

}
.profile-image input[type='file']{
    display: none;
}

.profile-image label{
    cursor: pointer;
    text-align: center;
    display: table;
    margin: auto;
}
.profile-menu {
    background: var(--border-color);
    padding: 20px 20px;
}

.profile-menu .navigation{
    padding: 0px;
    display: block;!important;
}
.profile-menu .navigation > li{
    position:inherit;
    z-index:2;
    list-style: none;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.profile-menu .navigation > li > a:hover{
    background: #272727;
    color: #fff;
    padding: 22px;
    padding-left: 10px;
    transition:all 300ms ease;
}
.profile-menu .navigation > li > a{
    position:relative;
    display:block;
    font-size:16px;
    line-height:30px;
    font-weight:500;
    opacity:1;
    color:#272727;
    z-index:1;
    padding: 20px;
    padding-left: 10px;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.right-side{
    float: left;
}

.right-side .navbar-collapse{
    padding:0px;
    display:block !important;
}

.right-side .navigation{
    margin:0px;
}

.right-side .navigation > li{
    position:inherit;
    float:left;
    z-index:2;
    list-style: none;
    padding: 32px 0px;
    margin: 0px 22px;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.right-side .navigation > li:last-child{
    margin-right:0px !important;
}

.right-side .navigation > li:first-child{
    margin-left: 0px !important;
}

.right-side .navigation > li > a{
    position:relative;
    display:block;
    text-align:center;
    font-size:16px;
    line-height:30px;
    font-weight:500;
    opacity:1;
    color:#fff;
    z-index:1;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}


.main-header.style-two .header-lower .right-side .navigation > li > a{
    color: #757575;
}

.main-header.style-two .header-lower .right-side .navigation > li.current > a,
.main-header.style-two .header-lower .right-side .navigation > li:hover > a{
    color: #272727;
}

.main-header.style-two .search-box-outer{
    float: left;
    margin-right: 15px;
}

.main-header.style-two .header-lower .right-side .navigation > li{
    margin: 0px 35px;
    padding: 22px 0px;

}

.main-header.style-two .header-lower .right-side .navigation > li > a:before{
    position: absolute;
    content: '';
    background: url(../images/shape/shape-5.png);
    width: 62px;
    height: 8px;
    left: 50%;
    transform: translateX(-50%) scale(0,0);
    top: -24px;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.main-header.style-two .header-lower .right-side .navigation > li.current > a:before,
.main-header.style-two .header-lower .right-side .navigation > li:hover > a:before{
    transform: translateX(-50%) scale(1,1);
}

.page-title{
    position: relative;
    padding: 245px 0px 150px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.page-title .content-box .title{
    position: relative;
    margin-bottom: 8px;
}
.card-body{
    padding: 1rem;
}


 .inner-box .lower-content .date{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 57px;
    padding: 10px 0 0 0;
    text-align: center;
    z-index: 1;
    /*box-shadow: 0 0px 0px 10px #fff;*/
}
.news-block-one .inner-box .lower-content .link a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #757575;
    font-weight: 500;
    padding-top: 14px;
    z-index: 1;
}

.news-block-one .inner-box .lower-content .link a:before {
    position: absolute;
    content: '';
    background: url(../images/shape/shape-2.png);
    width: 76px;
    height: 8px;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content .link a:hover{
    color: #28aa4a;
}
.news-block-one .inner-box .lower-content .light-icon{
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 150px;
    line-height: 100px;
    color: rgb(117 117 117 / 5%);
    transform: rotate(-15deg);
}


 .inner-box .lower-content .date h4{
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
}

 .inner-box .lower-content .date p{
    font-size: 14px;
    line-height: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.cont-ent p ul{

    margin-left: 32px;
}
.cont-ent > p > ul >li{
    list-style: disc;
    font-size: 18px;
    line-height: 2rem;
    padding:0px;
    margin-left:32px;
}
.position-container {
    margin: 0 6rem;
}

.input-group-text{
    align-items: center;
    background-color: #fff;
    border: 1px solid var(--bs-gray-400);
    border-radius: 0.375rem;
    color: var(--bs-gray-600);
    display: flex;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
    text-align: center;
    white-space: nowrap;
    transition: all 500ms ease;

}
.form-control:focus{
    border-color: var(--border-color);
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}
.input-group-merge > .form-control:focus + .input-group-text{
    border-color: var(--border-color);
}
.input-group-flush.input-group-merge > .form-control:focus + .input-group-text:focus {
    border-color: transparent;
}

.input-group-merge > .form-control.is-invalid + .input-group-text {
    border-color: #e63757;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
> .form-floating:nth-last-child(n + 3)
> .form-control,
.input-group.has-validation
> .form-floating:nth-last-child(n + 3)
> .form-select,
.input-group.has-validation
> :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
> .form-floating:not(:last-child)
> .form-control,
.input-group:not(.has-validation)
> .form-floating:not(:last-child)
> .form-select,
.input-group:not(.has-validation)
> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group
> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.form-group .form-label{
    color: #0e0d0d;
    font-weight: 500;
}
.input-group-text > i:hover{
    color: #272727;
}
.ellip{
    display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;
    overflow: hidden;
}
.bottom-text p{
    color: black;
    font-weight: 400;
}


.page-top-job-single {
    padding-top: 0;
    padding-bottom: 0;
}
.page-top-job-single .job-single {
    background-color: #28aa4a;
    padding-top: 30px;
    padding-bottom: 20px;
   z-index: 1;
}
.page-top-job-single .job-single .item {
    border: 0;
}

.page-top-job-single .job-single .item .text h3,
.page-top-job-single .job-single .item .text h3 a {
    margin-bottom: 10px;
    color: #fff;
    font-size: 28px;
}
.page-top-job-single .job-single .item .text .detail-1,
.page-top-job-single .job-single .item .text .detail-1 .category:before,
.page-top-job-single .job-single .item .text .detail-1 .location:before,
.page-top-job-single .job-single .item .text .detail-1 .email:before,
.page-top-job-single .job-single .item .text .detail-1 .phone:before,
.page-top-job-single .job-single .item .text .detail-2 .date,
.page-top-job-single .job-single .item .text .detail-2 .date:before,
.page-top-job-single .job-single .item .text .detail-2 .budget,
.page-top-job-single .job-single .item .text .detail-2 .budget:before {
    color: #fff;
}

.page-top-job-single .job-single .item .text .apply {
    position: absolute;
    right: -12px;
    top: 25px;
}
/*.page-top-job-single .job-single .item .text .apply a {*/
/*    background: #46bc29;*/
/*    border: 0;*/
/*    padding: 12px 30px;*/
/*    font-weight: 600;*/
/*}*/
.page-top-job-single .job-single .item .text .apply a.save-job {
    background: #bbcdff;
    color: #3661ef;
}
@media (max-width: 1200px){
    .page-top-job-single .job-single .item .text > h3 {
        font-size: 2.4rem !important;
        padding-right: 0;
    }

}

@media (max-width: 991px) {
    .page-top-job-single .job-single .item {
        display: block !important;
    }
    .page-top-job-single .job-single .item .logo {
        margin-right: 0;
    }
    .page-top-job-single .job-single .item .text .apply {
        position: relative;
    }
    .page-top-job-single .job-single .item .text {
        text-align: center;
    }
    .page-top-job-single .job-single .item .text h3 {
        font-size: 2.4rem !important;
        padding-right: 0;
    }
    .page-top-job-single .job-single .item .text .detail-1,
    .page-top-job-single .job-single .item .text .detail-2,
    .page-top-job-single .job-single .item .text .special {
        display: block !important;
        text-align: center;
    }
    .page-top-job-single .job-single .item .text .detail-1 .category,
    .page-top-job-single .job-single .item .text .detail-1 .location,
    .page-top-job-single .job-single .item .text .detail-2 .date,
    .page-top-job-single .job-single .item .text .detail-2 .budget,
    .page-top-job-single .job-single .item .text .detail-2 .expired,
    .page-top-job-single .job-single .item .text .special .featured,
    .page-top-job-single .job-single .item .text .special .type,
    .page-top-job-single .job-single .item .text .special .urgent {
        display: inline-block !important;
    }

    .page-top-job-single .job-single .item .text .apply {
        left: 32%;
        top: 10%;

        /*margin-bottom: 30px !important;*/
    }
    .page-top-job-single .job-single .item .text .apply a {
        width: 200px;
    }
}
@media (max-width: 768px){
    .page-top-job-single .job-single .item .text .apply {
        left: 20%;
        top: 10%;

        /*margin-bottom: 30px !important;*/
    }
}
@media (max-width: 576px){
    .page-top-job-single .job-single .item .text .apply {
        left: 27%;
        top: 10%;

        /*margin-bottom: 30px !important;*/
    }
}

@media (max-width: 480px) {
    .page-top-job-single .job-single .item .text .detail-1 .category,
    .page-top-job-single .job-single .item .text .detail-1 .location,
    .page-top-job-single .job-single .item .text .detail-2 .date,
    .page-top-job-single .job-single .item .text .detail-2 .budget,
    .page-top-job-single .job-single .item .text .detail-2 .expired {
        padding-left: 0 !important;
        margin-right: 0 !important;
    }
    .page-top-job-single .job-single .item .text .detail-1 .category:before,
    .page-top-job-single .job-single .item .text .detail-1 .location:before,
    .page-top-job-single .job-single .item .text .detail-2 .date:before,
    .page-top-job-single .job-single .item .text .detail-2 .budget:before,
    .page-top-job-single .job-single .item .text .detail-2 .expired:before {
        position: relative;
        top: 2px;
        left: -7px;
    }
}
/* Home Page - Featured Job */
.job {
    padding-top: 50px;
    padding-bottom: 50px;
}
.job .heading {
    text-align: center;
    margin-bottom: 30px;
}
.job .heading h2 {
    font-size: 30px;
    font-weight: 700;
}
.job .heading p {
    color: #696969;
}
.job .item {
    margin-bottom: 25px;
    border: 1px solid #cccccc;
    padding: 15px 10px;
    border-radius: 4px;
    text-align: center;
    transition: all 0.5s;
    position: relative;
}
.job .item .logo {
    margin-right: 10px;
}
.job .item .logo img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    padding: 3px;
}
.job .item .text {
    width: 100%;
    text-align: left;
    position: relative;
}
.job .item .text .open-position {
    position: absolute;
    right: 0;
    top: 0;
}
.job .item .text .open-position span {
    background: #bbcdff !important;
    color: #3661ef !important;
    font-size: 14px;
    font-weight: 600;
}
.job .item .text .bookmark {
    position: absolute;
    right: 0;
    top: 0;
}
.job .item .text .bookmark i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #a8a8a8;
    border-radius: 50%;
    color: #a8a8a8;
    font-size: 20px;
    transition: all 0.5s;
}
.job .item .text .bookmark i:hover {
    background: #46bc29;
    border-color: #46bc29;
    color: #fff;
}
.job .item .text .bookmark-active {
    background: #46bc29;
    border-color: #46bc29;
    color: #fff;
}
.job .item .text .bookmark i.active {
    background: #46bc29;
    border-color: #46bc29;
    color: #fff;
}
.job .item .text h3 {
    font-size: 18px;
    font-weight: 600;
    padding-right: 40px;
}
.job .item .text h3 a {
    color: #333;
}
.job .item .text h3 a:hover {
    color: #46bc29;
}
.job .item .text .detail-1 {
    font-size: 14px;
    color: #696969;
    margin-bottom: 10px;
}
.job .item .text .detail-1 .category {
    margin-right: 20px;
    padding-left: 26px;
    position: relative;
}
.job .item .text .detail-1 .category:before {
    content: "\f0f2";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    top: -3px;
    font-weight: 700;
    font-size: 1rem;
    color: #7f7f7f;
}
.job .item .text .detail-1 .location {
    margin-right: 20px;
    padding-left: 20px;
    position: relative;
}
.job .item .text .detail-1 .location:before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    top: -4px;
    font-weight: 700;
    font-size: 18px;
    color: #7f7f7f;
}
.job .item .text .detail-1 .email {
    margin-right: 20px;
    padding-left: 26px;
    position: relative;
}
.job .item .text .detail-1 .email:before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    top: -3px;
    font-weight: 700;
    font-size: 18px;
    color: #7f7f7f;
}
.job .item .text .detail-1 .phone {
    padding-left: 20px;
    position: relative;
}
.job .item .text .detail-1 .phone:before {
    content: "\f095";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    top: -4px;
    font-weight: 700;
    font-size: 18px;
    color: #7f7f7f;
}
.job .item .text .detail-2 {
    font-size: 14px;
    color: #696969;
}
.job .item .text .detail-2 .date {
    margin-right: 20px;
    padding-left: 24px;
    position: relative;
}
.job .item .text .detail-2 .date:before {
    content: "\f017";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    top: -2px;
    font-weight: 700;
    font-size: 18px;
    color: #7f7f7f;
}
.job .item .text .detail-2 .budget {
    margin-right: 20px;
    padding-left: 24px;
    position: relative;
}
.job .item .text .detail-2 .budget:before {
    content: "\f51e";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    top: -2px;
    font-weight: 700;
    font-size: 18px;
    color: #7f7f7f;
}
.job .item .text .detail-2 .expired {
    padding-left: 22px;
    position: relative;
    color: #e45050;
}
.job .item .text .detail-2 .expired:before {
    content: "\f133";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    top: -4px;
    font-weight: 700;
    font-size: 18px;
    color: #e45050;
}

.job .item .text .special {
    margin-top: 10px;
}
.job .item .text .special .featured {
    background: #c8fcc1;
    color: #15b23f;
}
.job .item .text .special .type {
    background: #bbcdff;
    color: #3661ef;
}
.job .item .text .special .urgent {
    background: #fcb9b9;
    color: #ec4d4d;
}
.job .item .text .special .featured,
.job .item .text .special .type,
.job .item .text .special .urgent {
    border-radius: 12px;
    margin-right: 5px;
    font-size: 12px;
    padding: 3px 15px;
    font-weight: 600;
}
.job .item .text .special .type {
    display: inline-block;
}
.job .item .text .special .social {
    display: inline-block;
}
.job .item .text .special .social ul {
    width: 100%;
    text-align: left;
    padding-left: 0;
}
.job .item .text .special .social ul li {
    display: inline-block;
}
.job .item .text .special .social ul li a {
    display: inline-block;
}
.job .item .text .special .social ul li a i {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    background: #c3f0c2;
    color: #1f753d;
}
.job .all {
    text-align: center;
}
.job .all a {
    background: #46bc29;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 15px 30px;
}
@media (max-width: 991px) {
    .job .item .text h3 {
        padding-right: 50px;
    }
}
@media (max-width: 767px) {
    .job .item .text .open-position {
        position: relative;
        margin-top: 10px;
    }
}
@media (max-width: 480px) {
    .job .item .text .detail-1,
    .job .item .text .detail-2 {
        display: block !important;
    }
    .job .item .text .detail-1 .category,
    .job .item .text .detail-1 .location,
    .job .item .text .detail-2 .date,
    .job .item .text .detail-2 .budget,
    .job .item .text .detail-2 .expired {
        width: 100%;
    }
    .job .item .text .detail-1 .category,
    .job .item .text .detail-2 .date,
    .job .item .text .detail-2 .budget {
        margin-bottom: 5px;
    }
}

.job-single .apply .theme-btn-one{
    width: 200px;
    background: #272727;
}
.job-single .apply .theme-btn-one:before{
    background: #fff;
    color: #28aa4a;
}
.job-single .apply .theme-btn-one:hover{
    color: #28aa4a !important;
}
.cont-ent{
    text-align: justify;
    text-justify: newspaper;
}

.cont-ent > p {
    line-height: 30px; !important;
    text-align: justify;
    text-justify: newspaper;
}

.cont-ent > ul{
    margin-left: 70px;

}
.cont-ent > ul > li{

   font-size: 18px;
    list-style: disc;
}
/*.tags-list {*/
/*   */
/*    display: inline-block;*/
/*    font-size: 11px;*/
/*    line-height: 22px;*/
/*    font-weight: 700;*/
/*    color: #757575;*/
/*    text-transform: uppercase;*/
/*    background: #fff;*/
/*    padding: 9px 24px 7px 24px;*/
/*    text-align: center;*/
/*}*/
.widget-content .row{
    /*border-bottom: #f4f4f4 3px solid;*/
    padding: 10px 0 ;
    font-weight: 700;
    background: #fff;
    color: #757575;
    margin: 20px 0;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}



.select2-container--default .select2-selection--single{
    height: calc(1.5em + 0.75rem + 2px);!important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--default .select2-selection--single:focus {
    border-color: var(--border-color);
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: var(--border-color);
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(40, 170, 74, 0.65);
    color: white;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.select2-container--default .select2-selection--multiple{
    border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--border-color);
    border: none;
    color: #fff;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: var(--border-color);
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
border: none;
    color: #fff;
    padding: 0 6px;
}
#carBox > input [type= 'checkbox']{
    width: 20px;
    height: 20px;
}

.adCat:hover{
    background: var(--border-color);
    color: #fff;
    transition: all 500ms ease;
}
.admin{
    cursor: pointer;
    height: 73px;
}
.service-details .card h3{
    font-size: 42px;
    line-height: 32px;
    color: #272727;
}

.admin-thumb{
    width: 50px;
    border-radius: 50%;
}
.admin-thumb > img {
    border-radius: 50%;
}
.admin p{
    font-size: 16px;
    font-weight: 500;
}

.section-box{
    position: relative;
    border: 2px solid var(--bs-gray-400);
    border-radius: 5px;
    padding: 20px;
    margin: 40px 0;
}
.section-box > h6{
    position: absolute;
    top: -15px;
    background: #fff;
    padding: 0 10px;
    font-size: 23px;
    font-weight: 500;
}
input[type="radio"], input[type="checkbox"]{
    accent-color: #28aa4a;
}
.more_act{

}
.more_act a {
    color: var(--bs-gray-600);
}

.more_act a i{
    font-size: 18px;
    color: var(--bs-gray-600);
}
.more_act a i:hover{
    color: #1e3050;
}
.more_act .dropdown-menu {
    left: -140px !important;
}
.more_act .dropdown-menu a:hover {
    background: none;
}
.certificate_section:hover{
    background-color: var(--bs-gray-100);
}
.required__{
    color: red;
}
