/* header.nav-fixed nav a.navbar-brand img {
    max-height: 100px;
}
header nav a.navbar-brand img , header .middle-header div.nav_block a.navbar-brand img{
    max-height: 200px;
}
.action-category-link {
    cursor: pointer;
    height: 125px;
}
.action-category-link img {
    width: auto !important;
    max-height: 125px;
}
.action-product-link {
    cursor: pointer;
    height: 280px;
}
.action-product-link img {
    width: auto !important;
    max-height: 280px;
}
.product_img.action-product-link:hover a img {transform: scale(1.1);}
.action-partner-link {
    cursor: pointer;
    height: 280px;
}
.action-partner-link img {
    width: auto !important;
    margin: 0 auto;
    max-height: 280px;
}
.action-product-link::before, .action-partner-link::before {
    content: none;
} */
:root {
    --suggested_white: #fefefe;
    --suggested_gray: #f6f6f6;
    --suggested_black: #303030;
    --suggested_blue: #1c68b3;
    --suggested_orange: #f37027;
    --suggested_green: #0B9444;
    --suggested_blue_new: #1076BE;
}
body {
    background-color: var(--suggested_white);
    /*background: url('../images/dotted-bg.jpg');*/
}
header .logo img {
    max-height:50px;
    /* margin-top: -20px; */
}
.page-loading { display: none; }
/* header.white {
    background-color: var(--suggested_white);
} */
.cursor-pointer { cursor: pointer; }
.px-60px {
    padding: 60px 0;
}
.theme-background {
    background: linear-gradient(120deg, var(--suggested_gray) 55%, var(--suggested_blue_new) 45%);
}
.theme-background-mobile {
    background-color: var(--suggested_gray);
    background: url('../images/mobile-header-background-new.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-background {
    background: url('../images/header-background_new1.png');
    background-repeat: no-repeat;
    background-position: left;
    
}
.header-background ul li a:hover {
    font-weight:  700;
}
header.white .menu-sec nav > ul > li {
    padding-bottom: 10px;
}
.forsticky.sticky .menu-sec {
    margin-bottom: 0px;
}
header.white .header-background .account-btns li a, header.white .header-background .account-btns li a i {
    color: var(--suggested_white);
}
header.white .header-background .account-btns li a, header.white .header-background .account-btns li a i, .header-background a.post-job-btn, .header-background a.post-job-btn i {
    font-weight: bold;
}
header.white .menu-sec .header-background nav > ul > li > a {
    color: var(--suggested_white);
}
/* Responsive Header start */
.responsive-header .res-logo a img {
    max-height: 92px;
    width: auto;
}
/* Responsive Header end */
.new-slide-2 {
    /*background: linear-gradient(-150deg,  rgb(35 104 179) 0%,rgb(223 122 65) 71%,rgb(243 112 38) 100%);*/
    background: linear-gradient(-150deg,  #1076be 0%,#2a5381 71%,rgb(40 89 149) 100%);
    height: 400px;
}
footer {
    background: var(--suggested_blue_new);
}
footer .logo img {
    max-height: 120px;
}
footer .block h3.footer-title {
    color: var(--suggested_white);
    font-weight: bold;
}
footer .bottom-line {
    /*background: var(--suggested_orange);*/
    background: unset;
    border-top: 1px solid var(--suggested_white);
    float: left;
}
footer .bottom-line span {
    color: var(--suggested_white);
    font-size: 16px;
    float: left;
    margin-top:  25px;
}
footer .link_widgets3 a, footer .about_widget > span, footer .social a {
    color: var(--suggested_white);
}
.social a.social-circle {
    border: 1px solid var(--suggested_white);
    border-radius: 50%;
    width: 32px;
    text-align: center;
}
header.white:not(.sticky) .btn-extars .post-job-btn:hover {
    color: #fb236a;
}

.top-compnay img { height: 81px; }

/* Candidate css start */
img.img-50x50 {
    max-width: 50px;
    max-height: 50px;
}
ul.candidate-sidebar-menu li.active a, ul.candidate-sidebar-menu li.active a i, .tree_widget-sec > ul > li > a:hover, .tree_widget-sec > ul > li > a:hover i, .profile-sidebar .tree_widget-sec ul li.active a, .profile-sidebar .tree_widget-sec ul li.active a i {
    /* color: #8b91dd; */
    color: var(--suggested_blue);
}
ul.employer-sidebar-menu li.active a, ul.employer-sidebar-menu li.active a i {
    /* color: #8b91dd; */
    color: var(--suggested_blue);
}

.personal-info-sec {
    padding-left: 30px;
    float: left;
    width: 100%;
    float: left;
    width: 100%;
    font-family: Open Sans;
    font-size: 15px;
    color: #202020;
    margin-top: 8px;
}
.personal-info-sec strong { font-weight: 600; }
.candidate-profile.profile-form-edit, .employer-profile.profile-form-edit { margin-bottom: 60px; }
/* Candidate css end */

/* chosen dropdown start */
.chosen-container.chosen-container-single { margin-bottom: 20px; }
/* chosen dropdown end */

/* Job css start */
.job.status.active {
    color: #7dc246 !important;
}
.job.status.inactive {
    color: var(--suggested_orange) !important;
}
.job.status.closed {
    color: #fb236a !important;
}
/* Job css end */

.upload-img-bar > span.round i.crop-image {
    right: 0px !important;
    top: 40px !important;
}

/* Page css copied from frontend/css/style.css .about-us and edited */
/* Page css start */
.page {
    float: left;
    width: 100%;
}
.page  h3 {
    float: left;
    width: 100%;
    font-family: Open Sans;
    font-size: 20px;
    color: #202020;
}
.page p {
    float: left;
    width: 100%;
    font-family: Open Sans;
    font-size: 13px;
    color: #232323;
    line-height: 24px;
}
.page img {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.page .tags-share {
    float: left;
    width: auto;
    border: none;
    padding: 0;
}
.page .tags-share .share-bar {
    float: left;
    width: auto;
}
/* Page css end */

.profile-form-edit > form button.cancel-btn {
    color: var(--suggested_black);
    border-color: var(--suggested_black);
}
.profile-form-edit > form button.cancel-btn:hover {
    color: var(--suggested_white);
    background-color: var(--suggested_black);
}

/* Text color dark black start */
p,
.tree_widget-sec > ul > li > a i,
.tree_widget-sec > ul > li > a,
.edu-hisinfo > i,
.edu-hisinfo > span i,
.edu-hisinfo > p,
.pf-field > input,
.pf-field > textarea,
.chosen-container-single .chosen-single,
.chosen-container .chosen-results li,
.job-lctn,
.table-list-title > span,
.table-list-title > span i,
.manage-jobs-sec > table tbody td > span,
.job-single-info3 > span,
.job-single-info3 > span i,
.heading span,
.about-us p,
.job-field input,
.job-style-bx > i,
.breadcrumbs > li a,
.contact-textinfo > ul > li > i,
.contact-textinfo > ul > li > span,
.tags-jobs > li,
.job-details p,
.extra-job-info > span,
.job-overview ul > li span,
.apply-alternative a { color: #232323; }
/* Text color dark black end */
.tags-jobs > li i {
    color: var(--suggested_blue);
}
.btn-orange {
    background-color: var(--suggested_green);
    color: #fff;
}
.btn-orange:hover, .btn-orange:focus {
    background-color: var(--suggested_green);
    color: #f9f8f8
}
.job-grid .job-title-sec {
    padding-bottom: 0px;
    border-bottom: 0px;
}
.job-grid .job-title-sec span, .job-title-sec span, .job-listing.wtabs .job-title-sec > span {
    color: var(--suggested_blue);
}
.job-grid a.btn-view-job {
    float: right;
    font-family: Open Sans;
    font-size: 13px;
    color: var(--suggested_green);
    border: 1px solid var(--suggested_green);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 11px;
    padding: 6px 14px;
    letter-spacing: 0px;
    margin: 16px 0;
    display: inline-block;
}
.job-grid a.btn-view-job:hover, .btn-view-job.import-job-grid-btn-style:hover {
    background: var(--suggested_green);
    color: var(--suggested_white);
    border-color: var(--suggested_green);
}
.border-dotted {
    border: 1px solid var(--suggested_black);
    border-style: dotted;
}
.post-job-btn,
.forsticky.sticky .post-job-btn:hover {
    background-color: transparent;
    border-color: white;
}

.post-job-btn:hover,
header.white:not(.sticky) .btn-extars .post-job-btn:hover,
.forsticky.sticky .post-job-btn {
    color: #fefefe;
    border-color: white;
}
.btn-extars .post-job-btn:hover {
    border-color: var(--suggested_green);
}
.job-search form button {
    background-color: var(--suggested_blue_new);
    color: var(--suggested_white);
}
.job-search form button:hover {
    background-color: var(--suggested_green);
}
.scroll-to a {
    background-color: var(--suggested_white);
}
.job-field i {
    color: var(--suggested_green);
}
.scroll-to a {
    color: var(--suggested_green);
}
.scroll-to:hover {
    border-color: var(--suggested_green);
}
.scroll-to:hover a {
    background-color: var(--suggested_green);
    color: var(--suggested_white)
}
.p-category > a i, .job-overview ul > li i {
    color: var(--suggested_blue);
}
.p-category:hover > a i, .job-overview ul > li:hover i {
    color: var(--suggested_green);
}
.p-category > a p, .job-thumb > span, .account-popup > form .cfield i {
    color: var(--suggested_green);
}
.browse-all-cat a {
    color: var(--suggested_green);
    border-color: var(--suggested_green);
}
/* .browse-all-cat a:hover {
    background: var(--suggested_orange);
    color: var(--suggested_white);
} */
.browse-all-cat a:hover {
    border-color: var(--suggested_green);
    background: var(--suggested_green);
    color: var(--suggested_white);
}
.simple-text-block a:hover {
    color: var(--suggested_green);
}
.contact-form > form button {
    color: var(--suggested_green);
    border-color: var(--suggested_green);
    background-color: transparent;
}
.contact-form > form button:hover {
    background: var(--suggested_green);
    border-color: var(--suggested_green);
    color: var(--suggested_white);
}
.select-user > span.active {
    border-color: var(--suggested_green);
}
.job-is.ft, .job-list-modern .job-is.ft {
    color: var(--suggested_blue);
    border-color: var(--suggested_blue);
}
/* .top-company-sec button.slick-arrow {} */
.top-company-sec button.slick-arrow:hover {
    background: var(--suggested_green);
    border: 2px solid var(--suggested_green);
}
.forsticky.sticky, .job-field input {
    background-color: var(--suggested_white);
}
.gray {
    background: var(--suggested_gray);
}
.contact-textinfo.style2 {
    background: var(--suggested_gray);
}
/* Candidate profile start */
ul.candidate-sidebar-menu li.active a {
    color: var(--suggested_blue);
}
.border-title > a {
    color: var(--suggested_green);
}
.border-title > a:hover {
    color: var(--suggested_blue);
}
.border-title > a i {
    background-color: var(--suggested_green);
    color: var(--suggested_white);
}
.border-title > a:hover i {
    background-color: var(--suggested_blue);
}
.edu-history-sec .action_job li a, .progress-sec.with-edit .action_job li a {
    color: var(--suggested_blue);
}
.action_job > li span, .progress-sec.with-edit .action_job li span, .action_job > li span::before {
    background: var(--suggested_blue);
    color: var(--suggested_white);
}
.edu-history > i {
    color: var(--suggested_green);
}
.edu-hisinfo > h3 {
    color: var(--suggested_blue);
}
.edu-history.style2 > i {
    border-color: var(--suggested_blue);
}
.progress {
    background-color: var(--suggested_green);
}
.upload-img-bar > span i {
    background-color: var(--suggested_green);
    color: var(--suggested_white);
}
.upload-img-bar > span.round i.crop-image {
    background-color: var(--suggested_blue);
    color: var(--suggested_white);
}
.upload-info > a {
    color: var(--suggested_blue);
    border-color: var(--suggested_blue);
}
.upload-info > a:hover{
    background-color: var(--suggested_blue);
    color: var(--suggested_white);
}
.profile-form-edit > form button {
    background: var(--suggested_white);
    border-color: var(--suggested_green);
    color: var(--suggested_green);
}
.profile-form-edit > form button:hover {
    background: var(--suggested_green);
    color: var(--suggested_white);
}
.ui.selection.active.dropdown:hover, .ui.selection.active.dropdown, .ui.selection.active.dropdown .menu, .ui.selection.active.dropdown:hover .menu {
    border-color: var(--suggested_blue);
}
.chosen-container .chosen-results li.highlighted {
    color: var(--suggested_green);
}
.manage-jobs-sec > table thead tr td {
    color: var(--suggested_green);
}
.table-list-title > i {
    color: var(--suggested_blue);
}
/* Candidate profile end */
.error-sec h6 a {
    background-color: var(--suggested_blue);
    color: var(--suggested_white);
}
.error-sec h6 a:hover {
    background-color: var(--suggested_green);
}
.apply-alternative a {
    color: var(--suggested_blue);
    border-color: var(--suggested_blue);
}
.apply-alternative a:hover {
    color: var(--suggested_white);
    border-color: var(--suggested_blue);
    background-color: var(--suggested_blue);
}
/* Employer profile start */
.pf-field > i {
    color: var(--suggested_blue);
}
.extra-job-info > span i {
    color: var(--suggested_blue);
}
/* Employer profile end */

.account-popup > form button {
    background-color: var(--suggested_blue);
}
.account-popup > form button:hover{
    background-color: var(--suggested_green);
}

.btn-view-job.import-job-grid-btn-style {
    float: right;
    font-family: Open Sans;
    font-size: 13px;
    color: var(--suggested_green);
    border: 1px solid var(--suggested_green);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 11px;
    padding: 6px 14px;
    letter-spacing: 0px;
    margin: 16px 0;
    display: inline-block;
}
.simple-checkbox p input[type="checkbox"]:checked + label::before {
    background: var(--suggested_blue);
    border-color: var(--suggested_blue);
}
.simple-checkbox p input[type="checkbox"] + label::after {
    color: var(--suggested_white);
}
.page ul, .about-us ul, .custom-job-details ul {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
}
.page ul li, .about-us ul li, .custom-job-details ul li {
    padding-left: 16px;
}
.page ul li::before, .about-us ul li::before, .custom-job-details ul li::before {
    content: "‒";
    padding-right: 8px;
}
.page ol li, .page ul li, .about-us ol li, .about-us ul li, .custom-job-details ol li, .custom-job-details ul li{
    color: #232323;
}
.page ol, .about-us ol, .custom-job-details ol {
    padding-left: 31px;
}
.page ol li, .about-us ol li, .custom-job-details ol li {
    padding-left: 2px;
}
.page li, .about-us li {
    font-size: 13px;
    color: #232323;
    font-family: 'Open Sans';
}
.job-head-wide .apply-thisjob {
    background: transparent;
    border-color: var(--suggested_green);
    color: var(--suggested_green);
}
.job-head-wide .apply-thisjob:hover {
    background-color: var(--suggested_green);
    border-color: var(--suggested_green);
    color: var(--suggested_white);
}
.view-company-profile a {
    color: var(--suggested_blue);
}
.background-gray {
    background-color: var(--suggested_gray);
}

.share-bar a.share-linkedin {
    color: #0066be;
    border-color: #0066be;
}
.share-bar a.share-linkedin:hover {
    background: #0066be;
    border-color: #0066be;
    color: #ffffff;
}
.share-bar a.share-instagram {
    color: #f74e50;
    border-color: #f74e50;
}
.share-bar a.share-instagram:hover {
    background: #f74e50;
    border-color: #f74e50;
    color: #ffffff;
}
.share-bar a.share-website {
    color: var(--suggested_blue);
    border-color: var(--suggested_blue);
}
.share-bar a.share-website:hover {
    background: var(--suggested_blue);
    border-color: var(--suggested_blue);
    color: #ffffff;
}

@media (max-width: 767px){
    .job-grid .job-title-sec h3 {
        text-align: left;
    }
    .job-grid .job-title-sec span {
        text-align: left;
    }
    .job-search{
        margin-top: 210px;
    }
    .inner-page .job-search {
        /*margin-top: -220px !important;*/
    }
    .res-logo a img{
        width:  180px !important;
    }
    .block.remove-top {
        margin-top:  150px;
    }
}
@media (max-width: 992px){
    .job-grid .job-title-sec h3 {
        text-align: left;
    }
    .job-grid .job-title-sec span {
        text-align: left;
    }
    .job-search{
        margin-top: 0;
    }
    .inner-page .job-search {
        /*margin-top: -220px !important;*/
    }

    .res-logo a img{
        width:  180px !important;
    }
    .block.remove-top {
        margin-top:  150px;
    }
    .account-area {
        padding-top: 180px;
        padding-bottom: unset;
    }
}
.bottom-line .scrollup {
    position: fixed;
    z-index: 99;
    border-color: var(--suggested_green);
    color: var(--suggested_green);
}
.bottom-line .scrollup:hover {
    border-color: var(--suggested_green);
    background-color: var(--suggested_green);
    color: var(--suggested_white);
}
.share-bar a.share-linkedin-btn {
    border: 0px;
    width: 54px;
    height: 20px;
    line-height: 0px;
    margin-left: 11px;
}
.share-bar a.share-linkedin-btn:hover {
    background-color: transparent;
    /*background-color: #0a96e5;*/
    border-color: none;
}
.share-bar a.share-linkedin-btn img {
    margin-top: -18px;
}

.slide-up-effect {
    position: relative;
    transition: .5s;
}
.slide-up-effect:hover {
    box-shadow: 0 8px 16px 0 rgb(146 184 255 / 20%);
    color: #fff;
    transform: translateY(-0.0001px);
    border-radius: 8px;
}
.slide-up-effect:hover:before {
    height: 100%;
    border-radius: 8px;
}
.slide-up-effect:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    transition: .5s;
    /*background: var(--suggested_blue);*/
    z-index: -1;
}
.slide-up-effect:hover h3, .slide-up-effect:hover span, .slide-up-effect:hover i , .slide-up-effect:hover div{
    /*color: var(--suggested_white) !important;*/
    color:  var(--suggested_blue);
}
.slide-up-effect:hover .job-is.ft, .slide-up-effect:hover .border-dotted {
    border-color: var(--suggested_white);
}
.p-category:hover {
    width: 100%;
    margin-left: 0%;
    height: auto;
}


/* custom css starts */
.slider-buttons {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.slider-buttons a{
    float: none;
    display: inline-block;
    border: 2px solid;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

    padding: 13px 30px;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 700;
    /*color: var(--suggested_orange);*/
    /*border-color: var(--suggested_orange);*/
    color:  var(--suggested_blue_new);
    border-color:  var(--suggested_blue_new);
    background: #fff;
}

.slider-buttons a:hover{
    border-color: var(--suggested_blue_new);
    background: var(--suggested_blue_new);
    color: var(--suggested_white);
}

/* account area */
.account-area {
    background: --webkit-gradient(linear, left top, right top, from(var(--suggested_blue_new)), color-stop(63%, var(--suggested_blue_new)));
    background: linear-gradient(90deg, #1c68b3 0%, #1c68b3 71%);
    padding-top: 50px;
    padding-bottom: 20px;
}
.account-wrap {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}
.account-item {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.account-item:before {
    position: absolute;
    content: '';
    width: 75%;
    height: 8px;
    right: -92px;
    top: 30px;
    background-color: #ffffff61;
}

.account-item i {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    color: #000000;
    background-color: #ffffff;
    font-size: 30px;
    -webkit-box-shadow: 0 0 0 8px #ffffff61;
    box-shadow: 0 0 0 8px #ffffff61;
    margin-top: 8px;
    margin-bottom: 25px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.account-item span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color:  #fff;
}
.account-item:hover i {
    /*-webkit-box-shadow: 0 0 0 8px #ec6f2b;
    box-shadow: 0 0 0 8px #ec6f2b;*/
    -webkit-box-shadow: 0 0 0 8px var(--suggested_green);
    box-shadow: 0 0 0 8px var(--suggested_green);
}
.account-last:before {
    position:  unset;
}

@media only screen and (max-width: 767px) {
    .account-area {
        padding-top: 0px;
        padding-bottom: unset;
    }
    .account-item i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 28px;
        margin-bottom: 23px;
    }

    .account-item:before {
        position:  unset;
    }

    .slider-buttons a {
        font-size: 14px;
        width: unset;
        padding-top: 14px;
        padding-bottom: 14px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .job-search form .row > div {
        padding: 0px 30px;
    }

    .banner-form-area form .form-group .form-control {
        height: 45px;
        font-size: 14px;
        border-right: 0;
    }
    .job-field input {
        width:  100%;
        height: 41px;
        border-radius:  50px 50px 0 0 ;
        -webkit-border-radius:  50px 50px 0 0 ;
    }
    .job-field select {
        width:  100%;
        height: 41px !important;
        border-radius:  0 0 50px 50px;
        -webkit-border-radius:  0 0 50px 50px;
    }
    .job-field i {
        display: none;
    }
    .job-search form button {
        margin-top:  25px;
    }
    .top-compnay img {
        height:  auto;
    }
    .job-item .job-inner .job-inner-left {
        --webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .job-item .job-inner .job-inner-left h3 {
        height: unset !important;
    }
}

/* counter section */
.counter-area {
    background: --webkit-gradient(linear, left top, right top, from(var(--suggested_blue_new)), color-stop(63%, var(--suggested_blue_new)));
    background: linear-gradient(90deg, var(--suggested_blue_new) 0%, var(--suggested_blue_new) 63%);
}

.counter-item {
    margin-bottom: 30px;
    text-align: center;
}
.counter-item i {
    font-size: 70px !important;
    color:  #fff;
}
.counter-item h3 span{
    font-weight: 700;
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 0;
}

.counter-item p{
    color:  #ffffff;
}

.pt-100 {
    padding-top: 100px;
}
.pb-70 {
    padding-bottom:  70px;
}

/* sorting menu */

.sorting-menu {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    /* max-width: 770px; */
    text-align: center;
}

.sorting-menu ul {
    margin: 0;
    padding: 25px 25px;
    -webkit-box-shadow: 0px 0px 15px 0px #ddd;
    box-shadow: 0px 0px 15px 0px #ddd;
}

.sorting-menu ul li {
    cursor: pointer;
    display: inline-block;
    color: #333333;
    font-size: 16px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border: 2px solid;
    border-color:  var(--suggested_blue_new);
    /*border-image-source: linear-gradient(90deg, var(--suggested_blue_new) 0%, var(--suggested_blue_new) 90%);*/
    border-image-slice: 1;
    padding: 10px 25px;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    z-index: 1;
    transition: 0.5s all ease;
}
.sorting-menu ul li:hover{
    color: #ffffff;
}
.sorting-menu ul li:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: -1;
    background: transparent;
}

.sorting-menu ul li.filter-active:before, .sorting-menu ul li:hover:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background: --webkit-gradient(linear, left top, right top, from(#f37027), color-stop(63%, #f37027));
    background: linear-gradient(90deg, var(--suggested_blue_new) 0%, var(--suggested_blue_new) 90%);
}

.filter-active {
    color: #ffffff !important;
}

.job-item {
    margin-bottom: 30px;
    border: 1px solid #c1c1c1;
    padding: 15px 5px;
    position: relative;
}
.job-item img {
    position: absolute;
    top: 38%;
}
.job-item .job-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 90px;
}
.align-items-center {
    align-items: center!important;
}
.job-item .job-inner .job-inner-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.job-item .job-inner .job-inner-left h3 {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 600;
    height: 45px;
}
.job-item .job-inner .job-inner-left h3 a {
    color: #333333 !important;
    text-transform: capitalize;
}
.job-item .job-inner .job-inner-left .company {
    display: block;
    font-weight: 500;
    font-size: 16px;
    background: --webkit-gradient(linear, left top, right top, from(var(--suggested_green)), color-stop(63%, var(--suggested-green);));
    background: linear-gradient(90deg, var(--suggested_green) 0%, var(--suggested_green) 63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}
.job-item .job-inner .job-inner-left ul {
    margin: 0;
    padding: 0;
}
.job-item .job-inner .job-inner-left ul li {
    list-style-type: none;
    display: block;
    font-size: 14px;
    color: #808291;
    position: relative;
    margin-bottom: 10px;
    /* padding-left: 22px; */
}
.job-item .job-inner .job-inner-right ul li {
    display: block;
    font-size: 14px;
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #1c68b3 0%, #1c68b3 63%);
    border-image-slice: 1;
    text-align: center;
    width: 95px;
    margin-bottom: 10px;
    margin-left: auto;
}
.job-item .job-inner .job-inner-right ul li a {
    display: block;
    color: #333333;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.job-item .job-inner .job-inner-right ul li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    background: --webkit-gradient(linear, left top, right top, from(var(--suggested_blue_new)), color-stop(63%, var(--suggested_blue_new)));
    background: linear-gradient(90deg, var(--suggested_blue_new) 0%, var(--suggested_blue_new) 63%);
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.job-item .job-inner .job-inner-right ul li a:hover {
    color: #ffffff;
    /* background: #1c68b3;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; */
}
.job-item .job-inner .job-inner-right ul li a:hover:before {
    width: 100%;
    opacity: 1;
}

.job-item .job-inner .job-inner-right ul li span {
    display: block;
    color: #ffffff;
    background: --webkit-gradient(linear, left top, right top, from(var(--suggested_blue_new)), color-stop(63%, var(--suggested_blue_new)));
    background: linear-gradient(90deg, var(--suggested_blue_new) 0%, var(--suggested_blue_new) 63%);
    padding-top: 10px;
    padding-bottom: 10px;
}
.job-item .job-inner .job-inner-left h3 a:hover {
    color: #333333;
    /*letter-spacing: 1px;*/
    color: #1c68b3 !important;
}

.job-inner-left ul li i {
    color: var(--suggested_green);
    font-size: x-large;
}

.subscribe-area {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd80;
    box-shadow: 0px 0px 20px 0px #dddddd80;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    top: -100px;
}
.section-title {
    text-align: center;
    margin-bottom: 40px;
    margin-top: -10px;
}
.section-title h2 {
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 0;
}
.subscribe-item {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}
.subscribe-item .newsletter-form {
    position: relative;
}
.subscribe-item .newsletter-form .form-control {
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #0B9444 0%, #0B9444 63%);
    border-image-slice: 1;
    height: 55px;
    font-size: 16px;
    padding-left: 25px;
    background: #ffffff;
}

.newsletter-form button {
    pointer-events: all;
    cursor: pointer;
}

.subscribe-item .newsletter-form .btn.disabled, .subscribe-item .newsletter-form .btn:disabled {
    opacity: 1;
}

.subscribe-item .newsletter-form .subscribe-btn {
    color: #ffffff;
    font-size: 16px;
    background: --webkit-gradient(linear, left top, right top, from(#0B9444), color-stop(63%, #0B9444));
    background: linear-gradient(90deg, #0B9444 0%, #0B9444 63%);
    padding: 15px 30px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}

.subscribe-item .newsletter-form .subscribe-btn:hover {
    background: --webkit-gradient(linear, right top, left top, from(var(--suggested_blue_new)), color-stop(63%, var(--suggested_blue_new)));
    background: linear-gradient(270deg, var(--suggested_blue_new) 0%, var(--suggested_blue_new) 63%);
}

/* temp files */
.banner-form-area {
    background-color: #ffffff;
    padding: 10px 30px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 0 15px #ffffff80;
    box-shadow: 0px 0px 0 15px #ffffff80;
}
.banner-form-area form {
    position: relative;
    padding-right: 150px;
}
.banner-form-area form .form-group {
    margin-bottom: 0;
    position: relative;
}
.banner-form-area form .form-group .form-control {
    height: 50px;
    border-radius: 0;
    border: 0;
    border-right: 1px solid #cacacd;
    padding-left: 0;
    padding-right: 40px;
}
.banner-form-area form .form-group label {
    margin-bottom: 0;
    position: absolute;
    top: 13px;
    right: 20px;
    display: block;
}
.banner-form-area form .form-group label i {
    font-weight: 700;
    font-size: 25px;
}
.banner-form-area form .form-group i {
    background: --webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
    background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.icofont-search-1:before {
    content: "\ed11";
}

.banner-form-area .banner-form-btn {
    position: absolute;
    top: -10px;
    right: -31px;
    font-size: 18px;
    color: #ffffff;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background: --webkit-gradient(linear, left top, right top, from(#38a745), color-stop(63%, #4cce5b));
    background: linear-gradient(90deg, #38a745 0%, #4cce5b 63%);
    padding: 21px 45px;
    border-radius: 45px;
    -webkit-transition: width 20s, opacity 0.6s;
    transition: width 20s, opacity 0.6s;
}

.job-field select {
    -webkit-appearance: none;
  -moz-appearance: none;
}


/* temp files ends here */

/* footer area  */

.subscribe-area {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd80;
    box-shadow: 0px 0px 20px 0px #dddddd80;
    /* padding-top: 60px; */
    padding-bottom: 125px;
    position: relative;
    top: -100px;
}

@keyframes subscribe-a-one {
  0% {
    left: 0;
  }
  50% {
    left: 11%;
  }
  100% {
    left: 8;    
  }
}

@keyframes subscribe-a-two {
  0% {
    left: 12%;
  }
  50% {
    left: 43%;
  }
  100% {
    left: 26%;    
  }
}

@keyframes subscribe-a-three {
  0% {
    left: 0;
  }
  50% {
    left: 11%;
  }
  100% {
    left: 8;    
  }
}

@keyframes subscribe-a-four {
  0% {
    left: 65%;
  }
  50% {
    left: 75%;
  }
  100% {
    left: 48;    
  }
}
@keyframes subscribe-a-five {
  0% {
    left: 55%;
  }
  25% {
    bottom:  25px;
    left: 42%;
  }
  50% {
    bottom:  52px;
    left: 98%;
  }
  75% {
    bottom:  42px;
    left: 82%;
  }
  100% {
    bottom:  33px;
    left: 73%;    
  }
}


.subscribe-area .subscribe-shape img:nth-child(1) {
    top: 10px;
    left: 5%;
    -webkit-animation: subscribe-a-one 5s infinite linear;
    animation: subscribe-a-one 5s infinite linear;
}

.subscribe-area .subscribe-shape img:nth-child(2) {
    bottom: 10px;
    left: 10%;
    -webkit-animation: subscribe-a-two 10s infinite linear;
    animation: subscribe-a-two 10s infinite linear;
}

.subscribe-area .subscribe-shape img:nth-child(3) {
    bottom: 100px;
    left: 50%;
    -webkit-animation: subscribe-a-three 10s infinite linear;
    animation: subscribe-a-three 10s infinite linear;
}

.subscribe-area .subscribe-shape img:nth-child(4) {
    right: 20%;
    top: 20px;
    -webkit-animation: subscribe-a-four 10s infinite linear;
    animation: subscribe-a-four 10s infinite linear;
}

.subscribe-area .subscribe-shape img:nth-child(5) {
    bottom: 10px;
    right: 85%;
    -webkit-animation: subscribe-a-five 8s infinite linear;
    animation: subscribe-a-five 8s infinite linear;
}
.subscribe-area .subscribe-shape img:nth-child(6) {
    bottom: 10px;
    right: 85%;
    -webkit-animation: subscribe-a-five 8s infinite linear;
    animation: subscribe-a-five 8s infinite linear;
}


.subscribe-area .subscribe-shape img {
    position: absolute;
}

.subscribe-item {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}
.subscribe-item .newsletter-form {
    position: relative;
}
.copyright-area {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 70px;
}

.copyright-item p {
    color: #fff;
    font-weight:  20px;
}

.bottom-line  a:hover {
    color: #161616;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/* portal area */
.portal-item {
    position: relative;
    margin-bottom: 30px;
}
.portal-item h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 25px;
}
.portal-item .portal-trusted {
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 12px;
    bottom: 30px;
}
.portal-item .portal-trusted span {
    display: block;
    background: --webkit-gradient(linear, left top, right top, from(var(--suggested_blue_new)), color-stop(63%, var(--suggested_blue_new)));
    background: linear-gradient(90deg, var(--suggested_blue_new) 0%, var(--suggested_blue_new) 63%);
    color: #ffffff;
    font-weight: 600;
    font-size: 28px;
    padding: 20px 70px;
    -webkit-box-shadow: 0 0 0 10px #cce6cf;
    box-shadow: 0 0 0 10px #dae7f7;
}
.common-btn .login-btn:hover {
    color: #ffffff;
}
.portal-item .common-btn a {
    width: 150px;
}
.common-btn .login-btn {
    border: 1px solid;
    border-image-source: linear-gradient(90deg, var(--suggested_blue_new) 0%, var(--suggested_blue_new) 63%);
    border-image-slice: 1;
    color: #333333;
    margin-right: 10px;
}
.common-btn a {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    width: 120px;
    padding: 12px 0;
    position: relative;
    z-index: 1;
}
.common-btn .login-btn:hover:before {
    width: 100%;
    opacity: 1;
}
.common-btn .login-btn:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    /*background: --webkit-gradient(linear, left top, right top, from(#2a68b4), color-stop(63%, #2a68b4));*/
    /*background: linear-gradient(90deg, #2a68b4 0%, #2a68b4 63%);*/
    background: var(--suggested_blue_new);
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: -1;
}
.portal-item .common-btn a i {
    font-size: 18px;
    position: relative;
    top: 1px;
}
.common-btn a i {
    display: inline-block;
    margin-right: 3px;
}
.common-btn .sign-up-btn:hover {
    color: #333333;
}
.common-btn .sign-up-btn {
    color: #ffffff;
    border: 1px solid;
    border-image-source: linear-gradient(90deg, var(--suggested_blue_new) 0%, var(--suggested_blue_new) 63%);
    border-image-slice: 1;
}
.common-btn .sign-up-btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    background: --webkit-gradient(linear, left top, right top, from(var(--suggested_blue_new)), color-stop(63%, var(--suggested_blue_new)));
    background: linear-gradient(90deg, var(--suggested_blue_new) 0%, var(--suggested_blue_new) 63%);
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: -1;
}

/* popular section */

.popular-right {
    padding-left: 10px;
}
.popular-item {
    margin-bottom: 30px;
}
.popular-item .section-title {
    text-align: center;
    margin-bottom: 40px;
    margin-top: -10px;
}
.popular-item p {
    margin-bottom: 35px;
    color: #808192;
}
.popular-wrap {
    position: relative;
}
.popular-wrap:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    background-color: #f8f8f8;
}
.popular-item ul {
    margin: 0;
    padding: 0;
}
.popular-item ul li {
    list-style-type: none;
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: #033333;
    margin-bottom: 25px;
    padding: 7px;
}
.popular-item ul li i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #2a68b4;
    background-color: #d2dfef;
    margin-right: 10px;
    font-size: 26px;
    border-radius: 12px;
    position: relative;
    top: 2px;
}
.flaticon-approved:before {
    content: "\f101";
}

/* switch toggle */
.switch-box {
    position: fixed;
    bottom: 15px;
    right: 120px;
    z-index: 9999;
}
.switch-box .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
}
.switch-box .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch-box input:checked+.slider {
    background-color: transparent;
    border: 1.5px solid #0e0e0e;
}
.switch-box .slider.round {
    border-radius: 34px;
}
.switch-box .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 1.5px solid #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch-box input:checked+.slider:before {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    background: #fff url('../images/sunny.png');
    background-repeat: no-repeat;
    background-position: center;
}
.switch-box .slider.round::before {
    border-radius: 50%;
}
.switch-box .slider::before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 0;
    bottom: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0 0 15px #2020203d;
    box-shadow: 0 0 15px #2020203d;
    background: #fff url("../images/night.png");
    background-repeat: no-repeat;
    background-position: center;
}
.switch-box label::before {
    border: unset;
}

.social-btn-facebook {
    background: #4267B2 !important;
    color: #fff;
    border: unset;
    padding: 5px;
    width: 90px !important;
}
.social-btn-facebook:hover{
    border:  1px solid #4267B2 !important;
    background:  #fff !important;
    color:  #4267B2 !important;
}

.blog-metas a {
    color: var(--suggested_blue_new);
    font-weight: 700;
}
.blog-details a{
    color: var(--suggested_green);
    font-weight: 700;
}
.blog-details h3{
    text-transform: capitalize;
}
/* =============== DARK MODE ===================================== */
.dark{
    background: #1d1d1d !important;
    color: #fff !important;
}
