﻿@charset "utf-8";
/* CSS Document */
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css';
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;1,300;1,600&display=swap');
@import url(owl.carousel.min.css);
/**RESET-SS-CSS**/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --first-color: #3d0972;
    --sec-color: #ee8133;
    --mid-color: #f9f9f9;
}

html, body, table, th, td, tr, tbody, thead, thead, tfoot, dl, dt, dd, div, em, strong, b, i, sub, sup, ul, ol, li, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, blockquote, a, abbr, acronym, address, big, small, cite, code, del, dfn, font, ins, kbd, q, s, samp, strike, fieldset, form, label, legend, caption, main, section, header, footer, aside, hgroup {
    margin: 0;
    padding: 0;
    text-decoration: none;
    /*transition: all 0.3s ease-out 0s;*/
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.cls {
    clear: both
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    border: none
}

ul,
ol,
li {
    list-style: none;
}

a:focus,
input:focus,
select:focus {
    outline: 0 !important;
}

textarea {
    resize: none;
}

a {
    color: inherit;
}

    a:hover {
        text-decoration: none;
        color: inherit;
    }

/**page-ss-css**/
#page-warpper {
    width: auto;
    background: #f9f9f9;
}

/* 
/*===============*/
/* li.nav-item.dropdown {position: relative; } */
/* ul.dropdown-menu { 
  visibility: hidden; 
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  display: block;
  border: none !important;
  outline: none !important;
} */
/* 
li.nav-item.dropdown:focus .dropdown-menu,
li.nav-item.dropdown:focus-visible .dropdown-menu,
li.nav-item.dropdown:hover .dropdown-menu{
  visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(7%);
    transition-delay: 0s, 0s, 0.3s;
    padding: 0px;
    width: auto;
  
} */
/*change dropdown icon Css*/
.dropdown-toggle::after {
    content: "\f078";
    font-family: Font Awesome 6 Free;
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-left: 0.255em;
    border: none !important;
    vertical-align: initial;
}


/*=================*/
header a.navbar-brand img {
    width: 102px;
}

header a.navbar-brand {
    margin-top: -37px;
    background: #fff !IMPORTANT;
}

header ul.top-menu {
    display: flex;
    justify-content: end;
}

header .top-header {
    background: #3D0972;
    padding: 3px 0px;
}

header {
    background: #fff;
}

.boxshow {
    box-shadow: 0 3px 6px #e3e3e3;
}

header .design:before {
    display: block;
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0px;
    width: 290px;
    padding: 15px 0px;
}

header .design:after {
    position: absolute;
    left: 290px;
    top: 0px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 18px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}

header nav.navbar {
    padding: 0px !important;
}

header .top-header ul li {
    color: #ffff;
    margin: 0px 9px;
}

header li.nav-item {
    margin: 0px 14px;
    color: #000 !important;
    font-weight: 600;
}


header ul.login-sec li {
    background: #3D0972;
    border-radius: 9px;
    text-transform: uppercase;
}

    header ul.login-sec li a {
        color: #fff;
    }


header ul.top-menu li {
    font-weight: 500;
}


.wrap-banner {
  
    padding: 50px;
}

.carousel-inner {
    border-radius: 15px;
}

.carousel-left {
    background-color: #f6790b;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
}

.banner-post {
    width: 94%;
    text-align: center;
    margin-left: 25px;
}

    .banner-post ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .banner-post ul li {
            width: 100%;
            margin-bottom: 20px;
        }

            .banner-post ul li img {
                width: 100%;
                border-radius: 15px;
            }

            .banner-post ul li:last-child {
                margin-bottom: 0px;
            }

.new-post-cagr-section {
    background-color: #ffffff;
    padding: 15px 0 25px;
    border-top: solid 2px #f1f1f1;
}

.add-btn-nw {
    background-color: #3d0972;
    text-align: center;
    border-radius: 6px;
    padding: 7px 15px;
    /* padding-bottom: 19px; */
    border: none;
    font-size: 17px;
    /* text-align: right; */
    font-weight: 800;
    color: #fff;
 /*   width: 100%;*/
}

.job-categories-new {
    width: auto;
    text-align: center;
    margin-top: 30px;
}

    .job-categories-new ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        list-style: none;
        flex-flow: row wrap;
        width: 100%;
        justify-content: space-between;
    }

        .job-categories-new ul li {
            line-height: 25px;
            width: 9%;
            margin-right: 14px;
        }

            .job-categories-new ul li:last-child {
                margin-right: 0px;
            }

.banner-blk {
    box-shadow: 0 3px 20px 0 rgba(154, 161, 171, 0.18);
    background: #fff;
    padding: 8px;
    border-radius: 9px;
    text-align: center;
    display: block;
    transition: all 0.2s ease-in-out;
    margin-bottom: 15px;
}

.bnr-icon img {
    max-height: 60px;
    margin-bottom: 15px;
}

.banner-blk h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.banner-blk:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.close-2 {
    background-color: #3d0972 !important;
    opacity: 9;
    color: #fff;
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    right: -6px;
    position: absolute;
    z-index: 1;
    top: -10px;
}

    .close-2:hover {
        color: #fff;
        opacity: 9;
        background: #ee8133 !important;
    }



.breadcrumb-new {
    display: inline-block;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 19%);
    overflow: hidden;
    border-radius: 5px;
    counter-reset: flag;
}

    .breadcrumb-new a {
        text-decoration: none;
        outline: none;
        display: block;
        float: left;
        font-size: 14px;
        line-height: 36px;
        color: white;
        padding: 0 10px 0 60px;
        background: #666;
        background: linear-gradient(#666, #333);
        position: relative;
        text-align: center;
    }

        .breadcrumb-new a:first-child {
            padding-left: 46px;
            border-radius: 5px 0 0 5px;
        }

            .breadcrumb-new a:first-child:before {
                left: 14px;
            }

        .breadcrumb-new a:last-child {
            border-radius: 0 5px 5px 0;
            padding-right: 20px;
        }


        .breadcrumb-new a.active, .breadcrumb-new a:hover {
            background: #333;
            background: linear-gradient(#333, #000);
        }

            .breadcrumb-new a.active:after, .breadcrumb-new a:hover:after {
                background: #333;
                background: linear-gradient(135deg, #333, #000);
            }


        .breadcrumb-new a:after {
            content: '';
            position: absolute;
            top: 0;
            right: -18px;
            width: 36px;
            height: 36px;
            transform: scale(0.707) rotate(45deg);
            z-index: 1;
            background: #ee8133;
            background: linear-gradient(135deg, #666, #333);
            box-shadow: 2px -2px 0 2px rgb(238 129 51), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
            border-radius: 0 5px 0 50px;
        }

        .breadcrumb-new a:last-child:after {
            content: none;
        }

        .breadcrumb-new a:before {
            content: counter(flag);
            counter-increment: flag;
            border-radius: 100%;
            width: 20px;
            height: 20px;
            line-height: 20px;
            margin: 8px 0;
            position: absolute;
            top: 0;
            left: 30px;
            background: #444;
            background: linear-gradient(#444, #222);
            font-weight: bold;
        }


.flat a, .flat a:after {
    background: white;
    color: black;
    transition: all 0.5s;
}

    .flat a:before {
        background: white;
        box-shadow: 0 0 0 1px #ccc;
        color: #3d0972;
    }

    .flat a:hover, .flat a.active,
    .flat a:hover:after, .flat a.active:after {
        background: #3d0972;
        color: #fff;
    }

.hiringpost {
    width: 100%;
    margin-top: 20px;
}

    .hiringpost img {
        width: 100%;
        border-radius: 5px;
    }
/*--------scroll top btn-------*/
.scroll-top {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #ee8133;
    line-height: 40px;
    font-weight: bold;
    font-size: 23px;
    position: fixed;
    right: 10%;
    bottom: 21px;
}

/*=============================*/


/* 
section.slider-and-map {
  position: relative;
}
.slider-in-job {
  position: absolute;
  bottom: 0px;
} */

.title-sec {
    font-size: 24px;
    color: #000000;
    /* font-weight: 900; */
    text-transform: uppercase;
    margin-bottom: 21px;
}

/*==================*/
.tjobbox {
    display: flex;
    align-items: center;
    border-radius: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 16px 8px;
}

.companeyaddress {
    margin-left: 14px;
}

    .companeyaddress h5 {
        font-size: 14px;
        color: #000000;
        font-weight: bold;
    }

.slider-in-job h3.title {
    text-align: center;
    font-size: 22px;
    background: #3D0972;
    color: #fff;
    padding: 21px 0px;
}

.slider-in-job {
    padding: 40px 0px;
}

div#sliderjob {
    border: 1px solid #ccc;
    background: #fff;
}

.companeyaddress p {
    color: #a5a4a7;
}

.top-companey {
    background: #fff;
    border: 1px solid #a5a4a7;
    text-align: center;
}

.top-c-logo {
    width: 60px !important;
    display: block;
    margin: auto;
    height: 60px;
}

.top-companey {
    background: #fff;
    border: 1px solid #ededed;
    text-align: center;
    border-bottom: 2px solid #3D0972;
    padding: 20px 0px;
}

    .top-companey h4 {
        font-size: 14px;
        color: #000000;
        text-transform: uppercase;
    }

a.btn-sm-in {
    background: #ee8133;
    color: #fff;
    padding: 3px 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: bold;
}

ul.companey-rating {
    display: flex;
    justify-content: center;
    margin: 5px;
    font-size: 11px;
}

    ul.companey-rating li + li {
        margin-left: 15px;
    }

    ul.companey-rating i.fa-solid.fa-star {
        color: #ee8133;
    }

/*===============*/

.add-cv {
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 7px 36px;
    padding-bottom: 19px;
}

    .add-cv img {
        width: 90px;
    }

    .add-cv h3 {
        font-size: 19px;
        padding: 20px 0px;
    }

    .add-cv a {
        background: #3D0972;
        padding: 7px 17px;
        font-weight: 600;
        border-radius: 7px;
        color: #fff;
    }

/*================*/

article.top-hiring {
    position: relative;
}

.owl-prev,
.owl-next {
    position: absolute;
    position: absolute;
    top: -44px;
    right: 0px;
    background: #b685e5;
    width: 25px;
    text-align: center;
    height: 25px;
    color: #fff;
    line-height: 25px;
    border-radius: 50%;
}


.owl-prev {
    right: 30px;
}


.recent-job {
    background: #fff;
    padding: 50px 0px;
}


    .recent-job ul#pills-tab {
        border: 1px solid #ccc;
    }

    .recent-job button#pills-home-tab {
        /* padding: 7px 14px; */
    }


    .recent-job .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff !important;
        background-color: #3D0972 !important;
        border-radius: 0px;
    }

.img-border {
    width: 67%;
}

.recent-job ul#pills-tab li.nav-item {
    border-right: 1px solid #ccc;
}

    .recent-job ul#pills-tab li.nav-item:last-child {
        border-right: none
    }

ul.keyword {
    display: inline-block;
}

.recent-job-box {
    background: white;
    /* border-radius: 9px; */
    margin-bottom: 23px;
    padding: 15px 25px;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 5%);
    border: 2px solid #fff;
    font-size: 14px;
}

ul.job-details {
    display: flex;
    text-transform: capitalize;
}

    ul.job-details li {
        margin-right: 20px;
    }

p.comp_name {
    text-transform: capitalize;
}


ul.keyword li {
    margin-right: 8px;
    list-style-type: circle;
}

ul.keyword li {
    list-style-type: circle;
    margin: 0px 10px;
    display: inline;
}


ul.job-all-btn li {
    background: #f9f9f9;
    margin-bottom: 11px;
    text-align: center;
    border-radius: 11px;
}

ul.job-all-btn li {
    background: #f1f0f0;
    /* margin-bottom: 11px; */
    text-align: center;
    border-radius: 11px;
    padding: 2px 17px;
    font-size: 13px;
    margin-right: 11px;
}

.btnload:hover {
    border: 2px solid #ee8234;
    color: #ee8336;
    background: transparent;
}

ul.job-all-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}

.job-des h4 {
    font-size: 21px;
    font-weight: bold;
    color: #3d0972;
}

.job-des p {
    margin: 10px 0px;
}

.recent-job-box a:hover {
    color: initial;
}

.box-serve-ad:hover a {
    letter-spacing: 2px;
    transition: 1s;
}

/*================*/


.logo-area {
    position: absolute;
    top: -31px;
    width: 120px;
    left: 112px;
}

.main-h {
    position: relative;
    padding: 35px 0px;
}

.header-login-btn {
    text-align: center;
}


ul.sliderlistpage li {
    padding: 14px 26px;
    border-bottom: 1px solid #ccc;
    background: #3D0972;
    color: #fff;
    font-weight: 600;
}

.jobsmbox {
    display: flex;
    background: white;
    box-shadow: 0px 2px 6px -2px rgb(0 106 194 / 20%);
    border-radius: 7px;
}


.all-loct.d-none.showdiv ul li {
    color: #000 !important;
}


.border-form {
    /* border: 1px solid #ccc; */
    border-radius: 18px;
    position: relative;
    background: #3D0972;
    color: #fff !important;
    padding: 2px 0px;
    padding-bottom: 0px;
}

    .border-form form.row.g-0 {
        align-items: center;
    }

    .border-form .form-control {
        border-radius: 0px;
        border-top: 0px;
        border-bottom: 0px;
    }

    .border-form .form-select {
        border-radius: 0px;
        border-right: none !important;
        border-top: 0px;
        border-bottom: 0px;
    }

.form-control:focus {
    box-shadow: none;
    border-color: none !important;
}

.btn:focus {
    box-shadow: none;
    border-color: none !important;
}

.form-select:focus {
    box-shadow: none;
    border-color: none !important;
}

button.btn.btn-serch {
    background: #3D0972;
    border-radius: 0px;
    color: #fff;
    width: 100%;
    text-align: center;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

span.loctionhere {
    display: block;
    padding-top: 5px;
    padding-left: 15px;
}

.jobsmbox h4 {
    font-size: 18px;
    font-weight: bold;
}

.icon-sec {
    margin-right: 17px;
    width: 45px;
}

.jobsmbox {
    display: flex;
    background: white;
    box-shadow: 0px 2px 6px -2px rgb(0 106 194 / 20%);
    border-radius: 7px;
    padding: 18px 30px;
}

.typeofjobsec {
    padding: 50px 0px;
    background: #ee813308;
}

.jobsmbox:hover {
    cursor: pointer;
}

.blankdiv {
    height: 150px;
}

.title {
    margin-bottom: 12px;
    font-weight: bold;
    text-align: center;
}

.animate-border {
    position: relative;
    width: 100px;
    height: 4px;
    background: #3D0972;
    overflow: hidden;
    margin-top: 0px;
    display: block;
    margin: auto;
}

    .animate-border:after {
        position: absolute;
        content: "";
        width: 35px;
        height: 4px;
        left: 15px;
        bottom: 0;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
        -webkit-animation: animborder 2s linear infinite;
        animation: animborder 2s linear infinite;
    }

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.sec-heading {
    margin-bottom: 20;
    margin-bottom: 25px;
}


.ctgry-job {
    width: 18%;
    background: #fff;
    margin: 15px 13px;
    box-shadow: 0px 2px 6px rgb(171 102 93 / 8%);
    border-radius: 8px;
}

    .ctgry-job img {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        height: 178px;
        width: 100%;
        object-fit: cover;
    }


.captionctgry {
    padding: 8px 12px;
}

.ctgry-row {
    display: flex;
    flex-wrap: wrap;
}

.captionctgry h4 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 6px;
}

.btnload {
    background: #ee8234;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    border: 2px solid #ee8234;
}


.role-job {
    padding: 70px 0px;
    background: #ee813308;
}


.ctgryby-srvs-home {
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
    padding: 33px 0px;
    border-radius: 10px;
    box-shadow: 0px 2px 6px -2px rgb(0 106 194 / 20%);
}

    .ctgryby-srvs-home h3 {
        font-size: 19px;
        margin-top: 12px;
        font-weight: bold;
    }

.servicesall {
    padding: 50px 0px;
}


.all-loct.d-none.showdiv {
    display: block !IMPORTANT;
    position: absolute;
    height: 189px;
    background: white;
    width: 27%;
    top: 39px;
    padding: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 111;
}

    .all-loct.d-none.showdiv input {
        padding: 3px;
        margin-bottom: 7px;
        margin-left: 0px;
        width: 168px;
    }

/* .sliderlistpage i {
  background: url(../images/icon-combo.png) 0 0;
  background-size: 206px;
  display: inline-block;
  margin-bottom: 0!important;
}

i.home {
  background-position: -7px -130px;
  width: 24px;
  height: 23px;
} */

.copyright {
    text-align: center;
    background: #3D0972;
    color: #fff;
    padding: 12px 0px;
}


.applybox {
    background: white;
    border-radius: 9px;
    padding: 6px 29px;
}

a.cvbtnasdd {
    background: #3D0972;
    color: #fff;
    padding: 12px 21px;
    font-weight: bold;
    border-radius: 7px;
}

.applybox h5 {
    font-weight: bold;
    font-size: 25px;
}

.applybox .row {
    align-items: center;
}

section.cvbox {
    padding: 50px 0px;
    background: #f9f9f9;
}


.jobcaption {
    width: 20%;
    text-align: center;
    background: white;
    position: relative;
    padding: 1px 30px;
}

.loginboxhome {
    display: flex;
    border: 1px solid #e9e9e9;
}

.orbox {
    position: absolute;
    z-index: 111111;
    background: #3D0972;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    transform: rotate(41deg);
    right: -22px;
    top: 89px;
}

    .orbox span {
        transform: rotate(318deg) !important;
        display: block;
    }

.jobcaption:nth-child(even) {
    background: #201d1c;
    color: #fff;
}

ul.sliderlistpage li:hover {
    background: #62249f;
}

/* .recent-job-box:hover {
  border: 2px solid #ddd2d2;
} */

img.downlodapplink {
    width: 118px;
    margin-top: 24px;
}

.top-footer {
    background: #efe9f5;
    padding: 25px;
}

ul.qlink li {
    padding: 10px 0px;
}

.footerlink h4 {
    font-weight: bold;
    margin-bottom: 10px;
}


.col-wd-1 {
    width: 20%
}

.col-wd-2 {
    width: 20%;
}

.col-wd-3 {
    width: 20%;
}


.footerlogo {
    width: 151px;
}

.box-serve-ad {
    border-radius: 8px;
    background-color: #ffffff;
    padding: 17px 26px;
    display: flex;
    box-shadow: 0px 10px 20px -5px rgb(10 42 105 / 6%);
    border: 1px solid #E0E6F7;
}

.captionappdownld p {
    padding: 12px 0px;
    line-height: 32px;
}

.serveandearn {
    margin: 50px 0px;
}

a.btn-know-more {
    font-weight: bold;
    letter-spacing: 1px;
}

.box-serve-ad:hover {
    transform: translateY(-3px);
    transition: 1s;
}

.recent-job .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    padding: 10px 20px;
}


.navbarsec {
    background: #3d0972;
}

a.nav-link {
    color: #fff !important;
}


.ctgrtymenubox.showctgrybox ul li {
    padding: 6px 12px;
    border-bottom: 1px solid #663a1a;
}

.allctgrymenu {
    position: relative;
    background: #ee8133;
    border-left: 2px solid #d1cdd5;
    border-right: 2px solid #d1cdd5;
}

.ctgrtymenubox {
    margin-top: 0px;
    /* border: 1px solid #ccc; */
    display: none;
    position: absolute;
    width: 200px;
    border: 2px solid #d1cdd5;
    border-top: #ee8133;
    left: -2px;
}

.showctgrybox {
    display: block;
    background: #e57d32;
}

    .showctgrybox ul li a {
        color: #fff !IMPORTANT;
    }

    .showctgrybox ul li:last-child {
        border: none;
    }

.blankdiv-pages {
    margin-top: 185px;
}

.page-covercpation {
    text-align: center;
}

    .page-covercpation .breadcrumb {
        justify-content: center;
    }

.page-cover {
    background: #240148;
    padding: 140px 0px;
    color: #fff !IMPORTANT;
    position: relative;
}

    .page-cover:after {
        content: "eee";
        display: block;
        position: absolute;
        right: 0;
        border: 0 solid transparent;
        border-right-color: #f9f9f9;
        border-right-width: 100vw;
        border-top-width: 4rem;
        bottom: 0px;
    }

.cont-info {
    display: flex;
}

.add-info h5 {
    font-weight: bold;
    color: #3d0972;
    font-size: 25px;
}

.cont-info .icon {
    font-size: 22px;
    margin-left: 7px;
    margin-right: 17px;
    color: #ee8133;
}

section.contact-us-sec {
    padding: 80px 0px;
}

.contact-cap h1 {
    font-weight: bold;
    margin-bottom: 38px;
    font-size: 41px;
}

.contact-cap ul li {
    margin-bottom: 26px;
}

.info-box-count {
    background: #3d0972;
    padding: 45px 1px;
    text-align: center;
    margin-bottom: 21px;
    color: #fff;
    border-radius: 8px;
}

    .info-box-count h3 {
        font-size: 40px;
    }

.row.img-contct {
    align-items: center;
}

.info-box-count p {
    letter-spacing: 2px;
    margin-top: 10px;
}

.contact-us-sec img {
    border-radius: 7px;
}


.shape:before {
    content: "";
    background-image: radial-gradient(#ee8133 2px, transparent 2.5px);
    width: 227px;
    height: 164px;
    display: block;
    background-size: 0.75rem 0.75rem;
    margin-left: -16px;
}

.shape img {
    margin-top: -38%;
}

.add-info p {
    font-weight: 600;
    color: #1c1a18;
}

/* .contact-form {
  background: #e1e1e1;
  padding: 10px 17px;
  border: 1px solid #ccc;
  border-radius: 4px;
} */

.contctform {
    background: #fff;
    padding: 84px 0px;
    padding-top: 0px;
}

.sec-heading p {
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    color: #60697b;
}

ol.breadcrumb li {
    color: #fff !important;
    font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff !important;
}


button.btn.btn-submitform {
    background: #3d0972;
    color: #fff;
    border-radius: 3px;
    margin: auto;
    display: block;
}

.contact-form .form-control {
    background: #f6f5f7;
    border: navajowhite;
    padding: 14px 10px;
}


.de-about {
    position: relative;
}

.de-about-a {
    height: 200px;
    width: 200px;
    right: 0px;
    /* z-index: -1; */
    bottom: 0px;
    position: absolute;
    background: #ee813336;
    -webkit-animation: borderRadius1 8s ease-in-out infinite;
    animation: borderRadius1 8s ease-in-out infinite;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.de-about-b {
    height: 200px;
    width: 200px;
    top: 154px;
    left: -27px;
    /* z-index: -1; */
    position: absolute;
    background: #2c0752;
    -webkit-animation: borderRadius2 8s ease-in-out infinite;
    animation: borderRadius2 8s ease-in-out infinite;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}


/* About Image Animation */
@-webkit-keyframes borderRadius1 {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes borderRadius1 {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@-webkit-keyframes borderRadius2 {
    0% {
        border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
    }

    50% {
        border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
    }

    100% {
        border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
    }
}

@keyframes borderRadius2 {
    0% {
        border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
    }

    50% {
        border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
    }

    100% {
        border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
    }
}


.adscaption p {
    font-size: 19px;
    font-weight: 500;
    /* text-align: center; */
    margin-bottom: 20px;
    color: #60697b;
}

p.text-center.signup a {
    color: #f8b354 !important;
    font-weight: bold;
}

.boxsupport {
    background: #e7dcd5;
    text-align: center;
    padding: 50px 0px;
}

    .boxsupport h3 {
        padding: 17px 0px;
        font-weight: bold;
        color: #3d0972;
        font-size: 23px;
    }

    .boxsupport a {
        margin-top: 31px !IMPORTANT;
        display: block;
        color: #3d0972;
    }

section.quicklinks ul {
    text-align: center;
}

    section.quicklinks ul li {
        padding: 10px 18px;
        display: inline-block;
        margin-bottom: 6px;
    }

.quicklinks {
    padding: 55px 0px 20px 0px;
}


    .quicklinks .container {
        background: #fff;
        padding: 26px 0px;
        border-radius: 11px;
        box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 5%);
    }


.boxsupport {
    background: #ffffff;
    text-align: center;
    padding: 50px 19px;
    border-radius: 9px;
    margin: 30px 0px;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 10%);
}

    .boxsupport i {
        font-size: 40px;
        color: #3d0972;
    }

        .boxsupport i.fa.fa-long-arrow-right {
            font-size: 14px;
        }

section.ads {
    padding: 90px 0px;
    position: relative;
}

img.imgman1 {
    position: absolute;
    left: 100px;
    bottom: 0px;
}

img.imgman2 {
    position: absolute;
    right: 100px;
    bottom: 0px;
}

.adscaption {
    text-align: center;
}

    .adscaption h1 {
        font-weight: bold;
        color: #3d0972;
        font-size: 37px;
        text-transform: uppercase;
        margin-bottom: 16px;
    }

aside.filtel {
    box-shadow: 0px 2px 6px rgb(110 126 174 / 8%);
    padding: 21px;
    background: #fff;
    margin-bottom: 43px;
    padding-top: 0px;
}

#filterbtn i {
    background: #f8f9f9;
    font-size: 14px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
}


.desbox {
    background: white;
    padding: 26px 18px;
    border-radius: 7px;
    margin-bottom: 35px;
}

    .desbox h3 {
        font-size: 22px;
        font-weight: bold;
        margin: 10px 0px;
        color: #3d0972;
    }

    .desbox p {
        margin-bottom: 45px;
        line-height: 29px;
    }

a.livechatbtn {
    display: block;
    text-align: center;
    background: #3d0972;
    padding: 8px 0px;
    border-radius: 7px;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 27px;
    color: #fff;
    border: 1px solid #3d0972;
}

.navigtonlist h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 8px 0px;
    color: #3d0972;
}

.navigtonlist {
    background: white;
    padding: 20px 29px;
    border-radius: 7px;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 10%);
}

    .navigtonlist ul li {
        padding: 5px 0px;
    }

.fbox {
    background: #fff;
    border-radius: 20px;
    padding: 45px 30px;
    text-align: center;
}

    .fbox h3 {
        font-weight: bold;
        margin: 10px 0px;
        font-size: 34px;
    }

    .fbox p {
        font-size: 19px;
        letter-spacing: 1px;
    }

section.contboxabout {
    padding: 50px 0px;
}

a.livechatbtn:hover {
    color: #3d0972;
    background: #fff;
    border: 1px solid #3d0972;
}

.navigationsec {
    position: relative;
}


img.mx-auto.d-block.img-fluid.thumimg {
    width: 80px;
    height: 80px;
    border: 7px solid #fff;
    border-radius: 50%;
}

.testbox {
    text-align: center;
}

.say-img {
    padding: 0px 117px;
    padding-top: 20px !important;
    padding-bottom: 0px;
}


section.tesisec {
    padding: 10px 0px;
    position: relative;
    /* background-color: #fff; */
    padding-bottom: 70px;
}

.say-img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/shapeee.png);
    content: "";
    background-repeat: no-repeat;
    background-position: center;
}

.testbox .title {
    margin-bottom: 12px;
    font-weight: bold;
    text-align: center;
    color: #3d0972;
    margin-top: 12px;
}

.testbox p {
    margin-bottom: 23px;
}

.info-box .name {
    margin-bottom: 9px;
}

.tesisec .sec-heading {
    padding-top: 130px;
}

.aboutussecpage p {
    line-height: 30px;
    margin-bottom: 10px;
    text-align: justify;
}

.aboutussecpage {
    padding: 50px 0px;
}


.faqbox button.accordion-button.collapsed {
    font-weight: bold;
    font-size: 20px;
    color: #3d0972;
}

.faqsec {
    padding: 50px 0px;
}

ul.pointadd li {
    box-shadow: 0 0 0 0.05rem rgb(8 60 130 / 6%), 0 0 1.25rem rgb(30 34 40 / 4%);
    border: 0;
    background: #fff;
    padding: 20px 32px;
    margin-bottom: 21px;
    font-weight: bold;
}

    ul.pointadd li:nth-child(even) {
        margin-right: 40px;
    }

.caluc {
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 50px;
    position: relative;
    padding: 65px 50px;
}

.captionclau {
    text-align: right;
}

.caluc h3 {
    margin-bottom: 21px;
    color: #ee8133;
    font-weight: bold;
}

aside.filtel h4 {
    font-size: 21px;
    font-weight: bold;
    /* margin-top: 25px; */
}

#filterbtn {
    background: white;
    font-size: 20px;
    padding: 14px 12px;
    font-weight: bold;
}

span.welcome {
    color: #ee8133;
}

aside.filtel h3 {
    color: #3d0972;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
}

    aside.filtel h3 i {
        background: #efefef;
        font-size: 15px;
        padding: 10px 10px;
        border-radius: 23px;
    }


aside.filtel ul {
    display: inline;
}

    aside.filtel ul li {
        background: #f9f9f9;
        margin: 3px;
        border-radius: 13px;
        /*    display: inline-block;*/
        margin-bottom: 6px;
    }

aside.filtel h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.morectgry {
    display: none;
}

    .morectgry.moreshow {
        display: block !IMPORTANT;
    }

aside.filtel article {
    padding: 8px 0px;
}


.clearallbtn {
    background: #3d0972;
    color: #fff;
    border-radius: 19px;
    font-size: 15px;
    border: 2px solid #3d0972;
}

    .clearallbtn:hover {
        color: #3d0972;
        background: transparent;
    }

.experience ul li {
    background: transparent !important;
}

article.bygender ul li {
    background: transparent !important;
}

article.byqualification ul li {
    background: transparent !important;
}

article.bysalary ul li {
    background: transparent !important;
}

.category-list-g {
    width: 100%;
}

    .category-list-g ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        list-style: none;
        flex-flow: row wrap;
        width: 100%;
        justify-content: center;
    }

        .category-list-g ul li {
            line-height: 25px;
            width: 19%;
            margin-right: 14px;
        }

            .category-list-g ul li a {
                box-shadow: 0 3px 20px 0 rgba(154, 161, 171, 0.18);
                background: #1e0439;
                padding: 10px;
                //border-radius: 50%;
                text-align: center;
                display: flex;
                transition: all 0.2s ease-in-out;
                margin-bottom: 15px;
                height: 145px;
                flex-wrap: wrap;
                vertical-align: middle;
                justify-content: center;
            }

                .category-list-g ul li a img {
                    width: 49px;
                    margin: auto;
                    padding-top: 18px;
                }

                .category-list-g ul li a h5 {
                    color: #fff;
                    font-size: 21px;
                    margin-bottom: 20px;
                    width: 100%;
                    margin-top: 11px;
                }
/* button.btn.btn-sm {
  background: #ee8133;
  border-radius: 19px;
  color: #fff;
} */


/** Login 23 start **/
.loginsec .bg-color-23 {
    background: url(../images/img-23.png) top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    z-index: 999;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
}

.recent-job .nav-link {
    color: #ee8133 !important;
}

/* .recent-job  ul#pills-tab {
  border: 1px solid #ccc;
  border-radius: 17px;
} */


.loginsec .form-section {
    max-width: 500px;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 10%);
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding: 50px;
    border-radius: 30px;
}

.loginsec .form-box {
    width: 100%;
}

.loginsec .login-inner-form .form-group {
    margin-bottom: 25px;
}

.loginsec .login-inner-form .form-box {
    float: left;
    width: 100%;
    position: relative;
}

.loginsec .login-inner-form .form-control {
    font-size: 15px;
    outline: none;
    color: #535353;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.loginsec .login-inner-form img {
    margin-bottom: 5px;
    height: 40px;
}

.loginsec .login-inner-form .form-box .form-control {
    float: left;
    width: 100%;
    padding: 13px 15px 13px 65px;
}

.loginsec .login-inner-form .form-box i {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fab55d;
    border-radius: 3px 0 0 3px;
    font-size: 20px;
    color: #fff;
}

.loginsec .info {
    color: #fff;
    margin: 0 117px 0 auto;
    max-width: 700px;
}

.loginsec .bg-img {
    top: 0;
    bottom: 0;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.loginsec .waviy {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

    .loginsec .waviy span {
        position: relative;
        display: inline-block;
        color: #040404;
        text-transform: uppercase;
        animation: waviy 2s;
        animation-delay: calc(.1s * var(--i));
        font-family: 'Jost', sans-serif;
    }

        .loginsec .waviy span.color-yellow {
            color: #fab55d;
        }

@keyframes waviy {

    0%, 40%, 100% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(-20px)
    }
}

.loginsec .login-inner-form .form-label {
    margin-bottom: 5px;
    color: #535353;
    float: left !important;
}

.loginsec .info P {
    color: #535353;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0;
}

.loginsec .login-inner-form .forgot {
    margin: 0;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    float: right;
}

.loginsec .btn-theme {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
}

.loginsec .login-inner-form p {
    margin: 0;
    color: #e7e7e7;
}

    .loginsec .login-inner-form p a {
        color: #e7e7e7;
    }

.login-46 .login-inner-form .btn-theme.focus,
.btn-theme:focus {
    box-shadow: none;
}

.loginsec .logo {
    text-align: center;
    margin-bottom: 15px;
}

    .loginsec .logo img {
        height: 25px;
    }

.loginsec h3 {
    text-align: center;
    margin: 0 0 24px;
    font-size: 22px;
    color: #fab55d;
    font-weight: 500;
}

.loginsec .form-check-input:checked {
    background-color: #fab55d !important;
    border-color: #fab55d !important;
}

.loginsec .login-inner-form .social-list {
    padding: 0;
    text-align: center;
}

    .loginsec .login-inner-form .social-list li {
        display: inline-block;
    }

        .loginsec .login-inner-form .social-list li a {
            margin: 1px;
            font-size: 15px;
            font-weight: 400;
            width: 120px;
            height: 40px;
            line-height: 40px;
            border-radius: 3px;
            display: inline-block;
            text-align: center;
            color: #fff;
        }

            .loginsec .login-inner-form .social-list li a:hover {
                text-decoration: none;
            }

.loginsec .login-inner-form .extra-login {
    float: left;
    width: 100%;
    margin: 25px 0;
    text-align: center;
    position: relative;
}

    .loginsec .login-inner-form .extra-login::before {
        position: absolute;
        left: 0;
        top: 10px;
        width: 100%;
        height: 1px;
        background: #23396726;
        content: "";
    }

    .loginsec .login-inner-form .extra-login > span {
        width: auto;
        float: none;
        display: inline-block;
        background: #fff;
        padding: 1px 20px;
        z-index: 1;
        position: relative;
        font-size: 15px;
        color: #535353;
        text-transform: capitalize;
    }

.loginsec .login-inner-form .terms {
    margin-left: 3px;
}

.loginsec .login-inner-form .checkbox {
    margin-bottom: 25px;
    font-size: 15px;
}

.loginsec .login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
}

    .loginsec .login-inner-form .form-check a {
        color: #535353;
        float: right;
    }

.loginsec .login-inner-form .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 16px;
    color: #535353;
}

.loginsec .btn {
    box-shadow: none !important;
}

.loginsec .btn-lg {
    padding: 0 50px;
    line-height: 50px;
}

.loginsec .btn-md {
    padding: 0 50px;
    line-height: 45px;
}

.loginsec .btn-primary {
    background: #fab55d;
}

    .loginsec .btn-primary:hover {
        background: #eba750;
    }

.loginsec .form-section a {
    text-decoration: none;
}

.loginsec .form-section .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    position: absolute;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    background-color: #fff;
    margin-left: -22px;
}

.loginsec .login-inner-form .checkbox a {
    font-size: 16px;
    font-weight: 400;
    color: #535353;
}

.loginsec .form-section p {
    margin: 28px 0 0;
    font-size: 16px;
    color: #535353;
}

    .loginsec .form-section p a {
        color: #535353;
    }

.loginsec .facebook-bg {
    background: #4867aa;
}

    .loginsec .facebook-bg:hover {
        background: #3b589e;
        color: #fff;
    }

.loginsec .twitter-bg {
    background: #33CCFF;
}

    .loginsec .twitter-bg:hover {
        background: #56d7fe;
    }

.loginsec .google-bg {
    background: #db4437;
}

    .loginsec .google-bg:hover {
        background: #dc4e41;
    }

/** MEDIA **/
@media (max-width: 1200px) {
    .loginsec .info {
        margin: 0;
    }

    .loginsec .waviy {
        font-size: 33px;
    }
}

@media (max-width: 992px) {
    .loginsec .bg-img {
        display: none;
    }

    .loginsec .login-inner-form .social-list li a {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .loginsec .bg-color-23 {
        padding: 30px 15px;
    }

    .loginsec .form-section {
        padding: 50px 30px;
    }
}


.info img {
    width: 157px;
    margin-bottom: 51px;
}


.loginpassowd {
    display: none;
}

.otpsec {
    display: none;
}

.forgetpasec {
    display: none;
}


.rolbox {
    background: aliceblue;
    padding: 40px 0px;
    margin: 11px 0px;
    text-align: center;
}

.modal-header {
    background: #ef8234;
    color: #fff !IMPORTANT;
}

.rolbox {
    /* background: linear-gradient(121deg, rgba(103,121,225,1) 0%, rgba(114,87,180,1) 100%) !important; */
    padding: 40px 0px;
    margin: 11px 0px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
}

    .rolbox h3 {
        font-size: 20px;
        margin-top: 10px;
    }


/* .formregti {
  background: #673ab7;
  margin-bottom: 36px;
  margin: 12px 2px;
  margin-bottom: 37px;
  padding: 10px -1px;
  color: #fff !IMPORTANT;
  padding: 6px 0px;
} */
.role ul li {
    list-style: none !important;
}

.role.mt-3 p {
    color: #9f9f9f;
    margin-top: 15px;
}


.rlogo {
    width: 58px;
    margin-bottom: 19px;
}

.jobdestails h4 {
    font-size: 18px;
    margin-top: 25px;
    font-weight: bold;
    margin-bottom: 6px;
}

.jobdetils h3 {
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 11px;
}

.jobdetils ul {
    margin-top: 13px;
}

.savebtn {
    background: #ee8133 !important;
}

.jobheader h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
}

article.jobheader p {
    margin-bottom: 7px;
}

.jobheader ul li i {
    margin-right: 7px;
    color: #3d0972;
    font-size: 14px;
    width: 20px;
}

.saveapplybtn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 149px;
}

    .saveapplybtn li {
        background: #3d0972;
        padding: 5px 28px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 3px;
        border-radius: 4px;
    }

.rolbox img {
    width: 50px;
}

h2#heading {
    color: #673ab7;
    font-size: 25px;
}

.row.formregti h3 {
    font-weight: bold;
    color: #673ab7;
    font-style: italic;
    font-size: 18px;
}

.formregti {
    margin-bottom: 16px;
}

ul.job-date {
    display: flex;
    font-size: 12px;
}

    ul.job-date li {
        display: flex;
        font-size: 12px;
        margin-right: 14px;
    }

.jobdestails h3 {
    font-size: 22px;
    margin-bottom: 9px;
    font-weight: bold;
}

.jobdestails ul li {
    list-style-type: disc;
    margin-left: 20px;
    line-height: 26px;
}

.afterlogin a {
    background: #f9f9f9;
    color: #000;
    padding: 10px 18px;
    border-radius: 22px;
    font-weight: bold;
}

article.jobheader {
    background: white;
    background-color: #fff;
    /* text-align: center; */
    border-radius: 6px;
    padding: 16px 16px;
    padding-bottom: 19px;
    margin-bottom: 5px;
}

.jobdestails {
    background: white;
    background-color: #fff;
    /* text-align: center; */
    border-radius: 6px;
    padding: 16px 16px;
    padding-bottom: 19px;
}

article.jobdetils {
    background: white;
    background-color: #fff;
    /* text-align: center; */
    border-radius: 6px;
    margin-top: 5px;
    padding: 16px 16px;
    padding-bottom: 19px;
}

.afterlogin img {
    width: 23px;
    height: 23px;
    margin: 1px 5px;
    border-radius: 50%;
}

.profilebox {
    display: flex;
    border: 1px solid #fdfdfd;
    border-radius: 8px;
    background: #fbfbfb;
    padding: 9px 11px;
}

.profilename img {
    width: 67px;
    height: 67px;
    margin-right: 27px;
    border: 4px solid #a59d9d;
    border-radius: 50%;
}

ul.sidebarnav {
    margin-top: 26px;
    margin-left: 9px;
}

    ul.sidebarnav li {
        padding: 11px 0px;
    }

.profileupadte a {
    color: blue;
    font-weight: bold;
}

.notifaction {
    text-align: right;
    margin-top: 7px;
    color: #3d0972;
    font-size: 19px;
    position: relative;
}

span.numbernotifaction {
    background-color: #ee8133;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    height: 18px;
    line-height: 14px;
    margin-top: -7px;
    position: absolute;
    text-align: center;
    width: 18px;
    right: -9px;
}

.jobserchfilter button {
    border: none;
    padding: 7px 10px;
    /* background: #8a3dd5; */
    color: #fff;
    width: 100%;
    background: transparent;
}

form.jobserchfilter {
    background: #3d0972;
    padding: 1px 8px;
    border-radius: 26px;
}

.boxjobsummry {
    background: #fff;
    min-height: 200px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 2px 0 rgb(0 0 0 / 10%), 0 2px 20px 0 rgb(0 0 0 / 20%);
}

    .boxjobsummry h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 24px;
        border-bottom: 1px solid #ccc;
        padding: 12px 22px;
    }


.recent-job-box.jobhomepage {
    border-radius: 0px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 2px 0 rgb(0 0 0 / 10%), 0 2px 20px 0 rgb(0 0 0 / 20%);
    padding: 0px;
}


a.Viewallbtn {
    display: block;
    text-align: right;
    margin-bottom: 15px;
}

    a.Viewallbtn span {
        background: #3d0972;
        color: #fff;
        padding: 6px 8px;
    }


.boxtitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
    border-bottom: 1px solid #ccc;
    padding: 12px 22px;
}

h3.articaltitle {
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #464141;
}

a.viewallbtnbox {
    display: block;
    text-align: right;
    margin-top: 21px;
}

    a.viewallbtnbox span {
        color: #3d0972;
    }


.innerboxjob {
    padding: 3px 22px;
}


.inner-job {
    padding: 3px 22px;
}


.sidebarsec .boxjobsummry {
    height: auto;
    min-height: auto;
}

.boxjobsummry a {
    color: blue;
    font-weight: bold;
}

.sidebarsec .innerboxjob {
    padding-bottom: 22px;
}


.profilejobpage {
    background: white;
    padding-top: 21px;
    margin-top: 39px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 2px 0 rgb(0 0 0 / 10%), 0 2px 20px 0 rgb(0 0 0 / 20%);
    margin-bottom: 21px;
}

article.profilejobpage img {
    width: 48px;
    border: 2px solid #3d0972;
    border-radius: 150%;
}

.upadtebtnprofile {
    display: block;
    text-align: center;
    background: #3d0972;
    color: #ffff;
    margin: 24px 40px;
    padding: 8px 0px;
}

a.upadtebtnprofile {
    color: #fff;
}

.profilefooter {
    background: #fff9f5;
    padding: 10px 15px;
    font-size: 14px;
}


h3.profilename {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px;
    text-transform: capitalize;
}


.sidebarsec {
    margin-bottom: 20px;
}


.saved-jobsec ul.job-all-btn li + li {
    background: #ee8133;
    color: #fff;
}


.notifactionbox {
    position: absolute;
    background: #eeecf1;
    width: 24%;
}

    .notifactionbox ul li a {
        display: flex;
        justify-content: space-between;
        padding: 13px 5px;
        border-bottom: 1px solid #cccccc54;
    }


.notifactionbox {
    position: absolute;
    background: #fbfbfb;
    width: 24%;
    right: 14%;
    border: 2px solid #ee8133;
    border-radius: 15px;
    top: 80px;
    padding: 10px 11px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 2px 0 rgb(0 0 0 / 10%), 0 2px 20px 0 rgb(0 0 0 / 20%);
    display: none;
}


.applymsgbox {
    background: white;
    border-left: 3px solid green;
    padding: 13px 26px;
    margin-bottom: 27px;
    box-shadow: 0 2px 6px 0 rgb(0 106 194 / 20%);
}


.profilelink {
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 2px 0 rgb(0 0 0 / 10%), 0 2px 20px 0 rgb(0 0 0 / 20%);
    background: #fff;
}


.innersec ul li {
    padding: 8px 20px;
}


.profilelink h3 {
    border-bottom: 1px solid #ccc;
    font-size: 21px;
    font-weight: bold;
    padding: 10px 14px;
}


ul.jobseekarinfo li {
    display: flex;
    justify-content: space-between;
}


.mainname {
    font-weight: bold;
    font-size: 22px;
}

.name.ntitle {
    font-weight: bold;
    //margin-right: 23px;
}


ul.jobseekarinfo li {
    padding: 9px 0px;
}

img.img-fluid.userpic {
    width: 75px;
    height: 75px;
    display: block;
    margin: auto;
    border: 4px solid #ccc;
    border-radius: 50%;
}

.photojobseekar {
    position: relative;
}

.pichere {
    display: none;
}

img.jss2530 {
    position: absolute;
    top: 54px;
    right: 62px /* cursor: pointer; */;
}


.profilejobseekar {
    background: #fff;
    /* color: #fff; */
    margin-bottom: 20px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 2px 0 rgb(0 0 0 / 10%), 0 2px 20px 0 rgb(0 0 0 / 20%);
    padding: 14px 0px;
}

i.fa-solid.fa-pen-to-square {
    font-size: 11px;
    color: #fff;
    width: 25px;
    height: 25px;
    background: #ee8133;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    cursor: pointer;
}

h3.editbtn {
    text-align: right;
    padding: 6px 58px;
}

.cv {
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 2px 0 rgb(0 0 0 / 10%), 0 2px 20px 0 rgb(0 0 0 / 20%);
    padding: 19px 0px;
    background: #fff;
    margin-bottom: 22px;
}

.iinersec {
    padding: 0px 31px;
    margin-bottom: 0px;
}

ul.jobseekarinfo {
    padding: 0px 40px;
}



.profilejobseekar h3 {
    font-size: 21px;
    font-weight: bold;
    margin-left: 37px;
    margin-bottom: 11px;
    color: #ee8133;
}

.cv h4 {
    font-size: 19px;
    margin-left: 30px;
}

article.cv button {
    /* border: navajowhite; */
    background: #ee8133;
    padding: 1px 23px;
    border-radius: 16px;
    color: #fff;
    border: navajowhite;
}

.mainprofile {
    background: #ffffff;
    padding: 45px 0px;
    margin-bottom: 25px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 2px 0 rgb(0 0 0 / 10%), 0 2px 20px 0 rgb(0 0 0 / 20%);
}

.jobseekarname {
    /* color: #fff; */
    font-size: 35px;
    font-weight: bold;
    text-transform: capitalize;
    color: #3d0972;
}

.jobdeginetionhere {
    /* color: #ffff; */
}

.name.ntitle h6 {
    font-size: 20px;
    font-weight: bold;
    color: #ee8133;
}


ul.skillslist {
    display: block;
    margin-left: 53px;
}

    ul.skillslist li {
        background: #3d0972;
        margin: 10px;
        padding: 1px 6px;
        margin: 3px;
        border-radius: 40px;
        color: #ffff;
        display: inline-block;
        font-size: 14px;
    }


.promocoad {
    background: #ffe6d3;
    padding: 40px 0px;
}


.btnbuy {
    background: #b10606;
    color: #fff;
    border: none;
    padding: 5px 22px;
    display: block;
    margin: auto;
    margin-top: 10px;
}

.buyplans {
    box-shadow: 1px 1px 9px rgb(0 0 0 / 60%);
    background: #fff;
    padding-bottom: 19px;
}

.pricehere {
    text-align: center;
    background: #f3f1f2;
    padding: 17px 0px;
}

.selectplan {
    padding: 11px 44px;
}


.pricehere p {
    font-size: 28px;
}


.feedbackfom ul#pills-tab {
    display: flex;
    justify-content: center;
}

button.btn.btn-feedback {
    background: #ee8337;
    color: #fff;
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 20px;
}

.feedbackfom .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ee8337;
}


h4.feedbacktitle {
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
    color: #3d0972;
}

.feedback-que {
    margin-bottom: 23px;
    padding: 1px 9px;
    background: #dfd5cf;
    padding: 0px 15px;
    font-style: italic;
    font-weight: bold;
    border-radius: 10px;
}


.upprmsg h3 {
    font-size: 19px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.upprmsg i {
    color: green;
    font-weight: bold;
}

.textmsgapply p {
    font-size: 15px;
}


.planname {
    background: #ee8133;
    color: #fff;
    width: 275px;
    position: absolute;
    right: 0px;
    bottom: 0opx;
}

article.mainprofile {
    position: relative;
}

.planname {
    background: #ee8133;
    color: #fff;
    width: 182px;
    position: absolute;
    right: 0px;
    bottom: 0;
    text-align: center;
}

    .planname h3 {
        text-shadow: 3px 3px 2px rgba(150, 150, 150, 1);
        font-size: 21px;
        padding: 5px;
    }

.hidediv {
    display: none;
}

/* 
button.accordion-button.collapsed {
  background: #ef8234;
  color: #fff;
  margin-bottom: 5px;
} */

.faqserch {
    background: #fff;
    margin: 20px 0px;
}

.postajob {
    background: #fff;
    padding: 17px;
    box-shadow: 0 0px 5px rgb(0 0 0 / 20%);
}


.postfee {
    box-shadow: 0 0px 5px rgb(0 0 0 / 20%);
    padding: 24px 24px;
    margin-top: 22px;
}


    .postfee ul li {
        justify-content: space-between;
        display: flex;
        padding: 8px 5px;
    }

article.postfee p {
    font-weight: bold;
    font-size: 20px;
    color: #ee8133;
    margin-bottom: 13px;
}

.rs {
    font-weight: bold;
}

button.btn.btn-block.paybtn {
    background: #ee8133;
    display: block;
    width: 100%;
    margin-top: 17px;
    font-weight: bold;
    border: 2px solid #000;
    color: #fff;
}


.pricetable {
    background: #efefef;
    padding: 3px 3px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 32px 0px;
}

.hedertable {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 54px; */
    padding-top: 15px;
    padding: 5px 4px;
    border-bottom: 2px solid #ccc;
    font-size: 17px;
    padding-bottom: 27px;
    margin-bottom: 13px;
}

.tablename {
    font-size: 24px;
    font-weight: bold;
}

.pricetable ul {
    padding: 11px 8px;
}

    .pricetable ul li {
        padding: 10px 0px;
    }

.goldpack {
    background: #ffdbbf;
}

.postajob h3 {
    font-size: 22px;
    margin-bottom: 22px;
    font-weight: bold;
    color: #ee8133;
    margin-top: 6px;
}

.priceboxhere li a {
    background: #101010;
    display: block;
    text-align: right;
    padding: 3px 12px;
    font-weight: bold;
    color: #3d0972;
    margin-top: 10px;
    color: #fff;
}


.section_info {
    display: flex;
    justify-content: space-between;
}


.candidate_num {
    font-weight: bold;
}

ul.priceboxhere li {
    background: #fff;
    padding: 10px 11px;
}

ul.priceboxhere li {
    background: #fff;
    padding: 10px 11px;
    /* border: 2px solid #3d0972; */
    box-shadow: 1px 1px 9px rgb(0 0 0 / 60%);
    /* border-radius: 7px; */
    margin-bottom: 23px;
}

ul.priceboxhere {
    background: #fff;
    padding: 22px;
    box-shadow: 0 0px 5px rgb(105 105 105 / 20%);
}

span.actualPrice {
    text-decoration: line-through;
}

.priceboxtop .box h3 {
    font-size: 13px;
    background: #3d0972;
    text-align: center;
    font-weight: revert;
    border-bottom: 1px solid #ccc;
    padding: 3px 0px;
    margin-bottom: 8px;
    color: #fff;
}


.priceboxtop {
    background: #fdfdfd;
    box-shadow: 0 0px 5px rgb(105 105 105 / 20%);
    padding: 7px 19px;
    border: 2px solid #ee8133;
}

    .priceboxtop .box {
        box-shadow: 1px 1px 9px rgb(0 0 0 / 60%);
        margin: 10px 0px;
    }


    .priceboxtop .section_info {
        font-size: 13px;
        padding: 0px 4px;
    }

    .priceboxtop .candidate_profile {
        color: #ee8133;
        font-size: 13px;
        margin-left: 5px;
    }

    .priceboxtop .box:hover a {
        background: #ee8133;
        color: #fff;
    }

.candidate_profile {
    margin-top: -24px;
    display: block;
}

.priceboxtop a {
    background: #f2f2f2;
    margin-top: 11px;
    display: block;
    text-align: right;
    padding: 1px 8px;
    font-weight: bold;
    color: #3d0972;
}

ul.priceboxhere h3 {
    font-size: 17px;
    margin-bottom: 20px;
    background: #ee8133;
    color: #fff;
    padding: 8px 4px;
    text-align: center;
}

ul.pricecaption {
    display: flex;
    justify-content: space-between;
}


.jobprodashbord .boxjobsummry {
    background: #3d0972;
    color: #fff;
    min-height: 136px;
}

    .jobprodashbord .boxjobsummry h3 {
        background: #ee8133;
        font-size: 28px;
    }


    .jobprodashbord .boxjobsummry p {
        font-size: 20px;
        font-weight: bold;
    }


.postingsjobsec a.nav-link.active {
    background: #ee8133 !IMPORTANT;
}


.postingsjobsec a.nav-link {
    background: #3d0972 !important;
}

.postingsjobsec .tab-content > .active {
    display: block;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 2px 0 rgb(0 0 0 / 10%), 0 2px 20px 0 rgb(0 0 0 / 20%);
}


.postingsjobsec h3 {
    font-size: 18px;
    margin-bottom: 17px;
    font-weight: bold;
}

ul.menujob {
    background: #3d0972;
    border: 1px;
    border-radius: 8px;
}

    ul.menujob li {
        color: #fff;
        padding: 10px 28px;
        border-bottom: 1px solid #ccc;
    }


/*========================*/
.prelodar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100vh;
    /* display: none; */
}

.boxes {
    margin: auto;
    width: 250px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .boxes .box {
        margin: 16.66667px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: linear-gradient(130deg, #ce9ffc 0%, #7367f0 100%);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        -webkit-animation: pulse 1s linear infinite alternate;
        animation: pulse 1s linear infinite alternate;
    }

        .boxes .box:nth-child(1) {
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

        .boxes .box:nth-child(2) {
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

        .boxes .box:nth-child(3) {
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        .boxes .box:nth-child(4) {
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }

        .boxes .box:nth-child(5) {
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

        .boxes .box:nth-child(6) {
            -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
        }

        .boxes .box:nth-child(7) {
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
        }

        .boxes .box:nth-child(8) {
            -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
        }

        .boxes .box:nth-child(9) {
            -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
        }

@-webkit-keyframes pulse {

    from, 40% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    80%, to {
        opacity: 1;
    }
}

@keyframes pulse {

    from, 40% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    80%, to {
        opacity: 1;
    }
}

@media screen and (max-width: 300px) {
    .box {
        width: 30px !important;
        height: 30px !important;
    }
}


.prelodar {
    position: fixed;
    left: 0px;
    right: 0px;
    background: #000;
    top: 0px;
    bottom: 0px;
    z-index: 1111111;
    opacity: 0.8;
}


/*========================*/
a.cllnowmob {
    display: none;
}


.sbar_onlymob {
    background: #ee8133;
}

.br_here {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 18px;
}

.notifaction .notifactionbox {
    display: none;
}

.srvslist {
    background: #fff;
}

.busnessinfo ul li {
    padding: 3px 0px;
}

h3.businame {
    font-size: 19px;
    font-weight: bold;
}


a.bestdeal {
    background: #238e20;
    color: #fff;
    font-weight: bold;
    padding: 5px 4px;
    border-radius: 4px;
    font-size: 14px;
}


.btnbestdeal {
    display: flex;
    align-items: center;
}


.bussimg {
    height: 129px;
    width: 100%;
}

.srvslist {
    background: #fff;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 5%);
    border-left: 3px solid #ee8133;
    margin-bottom: 23px;
}

.busnessinfo h3 {
    margin-bottom: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: #3d0972;
}

.busnessinfo small {
    display: block;
    color: #ee8133;
    margin-left: 23px;
    height: 16px;
    overflow: hidden;
}

.bussimg {
    height: 145px;
    width: 100%;
    object-fit: cover;
}

.btn-filtre {
    background: #3d0972;
    color: #fff;
    float: right;
}

.showresult {
    font-size: 21px;
    font-weight: bold;
    color: #3d0972;
}

h4.sectitlehere {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ee8133;
}

.btn-filtre:hover {
    color: #fff;
}


.langicon select.form-select.form-select-sm {
    background: #3d0972;
    color: #fff;
    padding: 0px;
    margin: 0px;
    border: none;
    margin-top: 2px;
    font-weight: 500;
}


.listingjobservice .nav-link {
    background: #ee8133;
    width: 148px;
    border-top-right-radius: 36px;
    border-bottom-left-radius: 36px;
    margin: 49px 9px;
    text-align: center;
    border: 4px solid #ccc;
    color: #fff;
}

.listingjobservice .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #3d0972;
}

.listingjobservice .servicesall {
    padding: 0px;
}


.listingjobservice .btnload {
    background: #3d0972;
    border: 2px solid #3d0972;
}

    .listingjobservice .btnload:hover {
        color: #3d0972;
        background: transparent;
    }

.plansdetils-btn {
    text-align: center;
    padding: 35px 0px;
}

    .plansdetils-btn a {
        background: #ee8133;
        color: #fff;
        padding: 5px 0px;
        display: block;
        text-align: center;
        width: 39%;
        border-radius: 9px;
        margin: auto;
    }


.billingdetils {
    border: 1px solid #ccc;
    margin-top: 22px;
    padding: 0px 19px;
}


    .billingdetils .col-12.col-lg-4 {
        border-left: 1px solid #ccc;
    }


ul.job-details li i {
    background: #f1f0f0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #000;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
}


.job-des p i {
    background: #f1f0f0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #000;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
}

.busnessinfo ul li i {
    background: #f1f0f0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #000;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
}


.busnessinfo ul li {
    font-size: 14px;
    font-weight: 300px;
}


.plansdetils span.badge.badge-success.badge-pill {
    background: green;
    border-radius: 14px;
    font-size: 11px;
}

.plansdetils h3 {
    font-size: 21px;
    margin-bottom: 10px;
}

.billingdetils {
    background: #3d0972;
    color: #fff;
    border-radius: 6px;
}


.plansdetils {
    padding: 20px 0px;
}

.plansdetils-btn p {
    margin-top: 13px;
}


.rservs {
    background: #fff;
    /* border: 1px solid #ccc; */
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 5%);
    margin: 18px 0px;
}

.busnessinfo {
    padding: 0px 8px;
    padding-bottom: 10px;
}


.boxsec {
    text-align: justify;
    background: white;
    padding: 6px 9px;
}


h3.relatetitle {
    margin-top: 25px;
    font-size: 21px;
    font-weight: bold;
    color: #ee8133;
}


.contctinfosrvs {
    background: white;
    padding: 0px 10px;
}

    .contctinfosrvs .rating {
        color: #ee8133;
        font-size: 14px;
    }

a.ctgrysrvs {
    background: #3d0972;
    padding: 1px 7px;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
}

a.booksrvsbtn {
    background: #ee8133;
    display: inline-block;
    padding: 5px 9px;
    border-radius: 10px;
    margin-top: 62px;
    color: #fff;
    font-weight: bold;
    /* letter-spacing: 1px; */
}


article.addresswithmap {
    border: 3px solid #3d0972;
    /* padding: 10px 0px; */
}


.addresswithmap p {
    padding: 10px 11px;
    margin-top: 14px;
    font-weight: bold;
}


.open-time ul li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

.contctinfosrvs h1 {
    margin: 0px;
}


.btn-lang {
    background-color: #3d0972 !important;
    color: #fff;
    border: none;
}

.mpslider {
    display: none;
}

.mpslider-show {
    display: block;
}

ul.keyword li {
    position: relative;
}

    ul.keyword li:before {
        position: absolute;
        content: "";
        left: -7px;
        width: 3px;
        height: 3px;
        background: #3d0972;
        border-radius: 50%;
        top: 8px;
    }


.price_table i.fa.fa-times {
    color: red;
}

.price_table i.fa.fa-check {
    color: #6bbd23;
}


.price_table thead {
    background: #ee8133;
    color: #fff;
}

.planbtnsec .nav-link {
    background: #fff !IMPORTANT;
    margin-left: 7px;
    color: #3d0972;
    font-weight: bold;
}

    .planbtnsec .nav-link.active {
        color: #fff;
        background-color: #ee8133 !important;
    }


.price_table tfoot {
    background: #ffe6d3;
}


.buyplans .box {
    display: none;
}


.box11 {
    background: #3d09722e;
    width: 50px;
    border-radius: 30% 70% 100% 0% / 0% 0% 100% 100%;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.box22 {
    background: #3d09722e;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.box33 {
    background: #3d09722e;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.box44 {
    background: #3d09722e;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0px;
    border-radius: 100% 0% 100% 0% / 100% 100% 0% 0%;
    right: 0px;
}


.serveearnpoint {
    margin-top: 20px;
}

    .serveearnpoint li {
        margin-bottom: 5px;
        font-size: 15px;
    }

.navigtonlist ul li {
    background: #ffe9da;
    padding: 10px 8px;
    margin-bottom: 6px;
}


.sepoint {
    background: #fff;
    padding: 33px 19px;
    border-radius: 5px;
    position: relative;
}

.shapdesign {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #ee81334d;
    top: 0px;
    left: 0px;
    border-radius: 0% 100% 99% 1% / 0% 100% 0% 100%;
    transform: rotate(90deg);
}

.sepoint p {
    font-weight: bold;
}


.pointspage {
    padding: 60px 0px;
    background: #ee813308;
}


.form-section {
    background: #ffffff;
    padding: 13px 31px;
    margin: 65px 0px !important;
}


.value {
    background: #1f0539;
    width: 43px;
    text-align: center;
    margin: auto;
    color: #fff;
}

.servicefilter input[type="range"] {
    width: 100%;
}


.servicefilter article.mt-3 {
    background: whitesmoke;
    padding: 8px 11px;
}

#progressbarcv li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400;
}

    #progressbarcv li:before {
        width: 20px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        z-index: 1;
        font-size: 10px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 7px auto;
        padding: 1px;
    }

    #progressbarcv li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 10px;
    }

#progressbarcv #confirm:after {
    content: '';
    background: #ffffff;
}

#progressbarcv .active {
    color: #3d0972;
}

#progressbarcv {
    margin-bottom: 30px;
    color: lightgrey;
    margin-top: 14px;
}

    #progressbarcv #account:before {
        font-family: FontAwesome;
        content: "\f00c";
        text-align: center;
        font-weight: bold;
    }

    #progressbarcv li.active:before {
        background: #3d0972;
    }

    #progressbarcv li.active:after {
        background: #3d0972;
    }

    #progressbarcv #confirm:before {
        font-family: FontAwesome;
        content: "\f00c ";
        text-align: center;
        font-weight: bold;
    }

    #progressbarcv strong {
        display: block;
        margin-top: 28px;
    }

.fixed-top {
    z-index: 11 !important;
}

.modal-backdrop {
    z-index: 50 !important;
}

.modal {
    z-index: 99 !important;
}

.select2-container {
    width: 100% !important;
}

header span.select2-dropdown.select2-dropdown--below {
    width: 182px !IMPORTANT;
    z-index: 99999 !important;
    width: 100% !important;
}

header .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 27px !important;
    padding: 4px 5px;
    background: #fff;
    z-index: 99999 !important;
    width: 100% !important;
}

header .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    z-index: 99999 !important;
    width: 100% !important;
}

    header .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 35px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        z-index: 99999 !important;
        width: 100% !important;
    }

/*job-seeker-page*/
.job-seekerbox .seeker-profile {
    width: 135px;
}

    .job-seekerbox .seeker-profile img {
        border-radius: 100%;
    }

.job-seekerbox {
    background: white;
    border-radius: 9px;
    margin-bottom: 23px;
    padding: 12px 12px;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 5%);
    border: 2px solid #fff;
    font-size: 14px;
}

    .job-seekerbox .seeker-contct-details h4 {
        font-size: 26px;
        line-height: 1.6;
    }

    .job-seekerbox .seeker-contct-details p {
        font-size: 16px;
    }

    .job-seekerbox .seeker-contct-details h6 i {
        font-size: 10px;
        color: #626262;
    }

    .job-seekerbox .details-seeker-box {
        padding-top: 14px;
    }

        .job-seekerbox .details-seeker-box ul li {
            margin-bottom: 6px;
        }

    .job-seekerbox .content-head-left h4 {
        font-size: 16px;
        color: #4d4d4d;
        width: 30%;
    }

    .job-seekerbox .content-head-left p {
        font-size: 16px;
        line-height: 1.2;
        color: slategray;
        width: 70%;
    }

    .job-seekerbox .Shortlist-btn {
        background: none;
    }

    .job-seekerbox .shotlist-btn button {
        background: #3D0972;
        padding: 7px 20px;
        font-weight: 600;
        border-radius: 7px;
        color: #fff;
        border: none;
    }

    .job-seekerbox .shotlist-btn,
    .shotlist-btn-rting {
        margin-top: 15px;
    }

    .job-seekerbox .shotlist-btn-rting button {
        background: #f9f9f9;
        padding: 7px 15px;
        font-weight: 600;
        border-radius: 10px;
        color: #4c863c;
        border: 1px solid #4c863c;
    }

.job-seeker-leftbox .form-select {
    margin-bottom: 6px;
}

.job-seeker-leftbox h4 i {
    color: #3d0972;
}

.job-seeker-leftbox .hide11 {
    display: none;
}

.job-seeker-leftbox .show1 {
    display: block;
}

.cursor {
    cursor: pointer;
}

/*agent dashboard & seeker dashboard*/
.agent-dashboard-wrapp,
.seeker-dashboard-wrapp {
    width: 100%;
}

    .agent-dashboard-wrapp .profilejobpage,
    .seeker-dashboard-wrapp .profilejobpage,
    .agent-dashboard-wrapp .profilejobpage a,
    .seeker-dashboard-wrapp .profilejobpage a {
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px;
        display: flex;
        align-items: stretch;
    }

        .agent-dashboard-wrapp .profilejobpage .algin-item-center,
        .seeker-dashboard-wrapp .profilejobpage .algin-item-center {
            align-items: center;
        }

    .agent-dashboard-wrapp h3.profilename,
    .seeker-dashboard-wrapp h3.profilename {
        color: #3d0972;
        display: flex;
        flex-direction: column;
        font-size: 24px;
    }

.black-color {
    color: #000;
}

.agent-dashboard-wrapp h3.profilename > .blok-width,
.seeker-dashboard-wrapp h3.profilename > .blok-width {
    width: 100%;
    font-size: 18px;
    color: #ee8133;
    font-weight: 500;
    padding: 10px 0 0;
}

.agent-dashboard-wrapp .count-number,
.seeker-dashboard-wrapp .count-number {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 30px;
}

.agent-dashboard-wrapp .icon-agent,
.seeker-dashboard-wrapp .icon-agent {
    width: 85px;
    float: right;
}

    .agent-dashboard-wrapp .icon-agent img {
        width: 100%;
    }

.agent-dashboard-wrapp .list-group-item,
.seeker-dashboard-wrapp .list-group-item {
    position: relative;
    display: flex;
    padding: 15px;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: none;
    box-shadow: 0px 6px 14px 0px #0000001a;
    margin-bottom: 30px;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}

    .agent-dashboard-wrapp .list-group-item .profile-icon,
    .seeker-dashboard-wrapp .list-group-item .profile-icon {
        width: 55px;
        height: 55px;
        background: #eee;
        border-radius: 100%;
    }

        .agent-dashboard-wrapp .list-group-item .profile-icon img,
        .seeker-dashboard-wrapp .list-group-item .profile-icon img {
            width: 100%;
            height: 100%;
        }

    .agent-dashboard-wrapp .list-group-item .profile-name,
    .agent-dashboard-wrapp .list-group-item .job-seeker-title,
    .agent-dashboard-wrapp .list-group-item .phone,
    .agent-dashboard-wrapp .list-group-item .job-seeker-status,
    .agent-dashboard-wrapp .list-group-item .email,
    .agent-dashboard-wrapp .list-group-item .date-time,
    .agent-dashboard-wrapp .list-group-item .coin,
    .seeker-dashboard-wrapp .list-group-item .profile-name,
    .seeker-dashboard-wrapp .list-group-item .job-seeker-title,
    .seeker-dashboard-wrapp .list-group-item .phone,
    .seeker-dashboard-wrapp .list-group-item .job-seeker-status,
    .agent-dashboard-wrapp .list-group-item .email,
    .seeker-dashboard-wrapp .list-group-item .date-time,
    .seeker-dashboard-wrapp .list-group-item .coin {
        width: 18%;
        padding: 5px 15px;
        border-left: 1px solid #e1e1e1;
        word-break: break-all;
        display: flex;
        align-items: center;
        word-break: break-all;
    }

.agent-dashboard-wrapp .search-set,
.seeker-dashboard-wrapp .search-set {
    width: 100%;
    position: relative;
}

    .agent-dashboard-wrapp .search-set button.btn.btn-serch,
    .seeker-dashboard-wrapp .search-set button.btn.btn-serch {
        background: transparent;
        border-radius: 0px;
        color: #3d0972;
        width: 25px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 12px;
        /* border-top-right-radius: 18px; */
        /* border-bottom-right-radius: 18px; */
    }

    .agent-dashboard-wrapp .search-set .form-control,
    .seeker-dashboard-wrapp .search-set .form-control {
        padding-right: 25px;
    }

.agent-dashboard-wrapp .list-group-item .email a,
.seeker-dashboard-wrapp .list-group-item .email a {
    color: #3d0972;
    cursor: pointer;
    text-decoration: none;
}

.agent-dashboard-wrapp .list-group-item .phone,
.seeker-dashboard-wrapp .list-group-item .phone {
    width: 10%;
}

.agent-dashboard-wrapp .list-group-item .date-time,
.seeker-dashboard-wrap .list-group-item .date-time {
    width: 15%;
}

    .agent-dashboard-wrapp .list-group-item .date-time span,
    .seeker-dashboard-wrap .list-group-item .date-time span {
        padding-left: 3px;
    }

.agent-dashboard-wrapp .list-group-item .coin,
.seeker-dashboard-wrap .list-group-item .coin {
    width: 5%;
}

.agent-dashboard-wrapp .list-group-item .job-seeker-status,
.seeker-dashboard-wrap .list-group-item .job-seeker-status {
    width: 9%;
}

    .agent-dashboard-wrapp .list-group-item .job-seeker-status button,
    .seeker-dashboard-wrap .list-group-item .job-seeker-status button {
        border-radius: 40px;
        padding: 2px 20px;
    }

/**jobseeker details**/
.jobseeker-detail-wrapp .mainprofile {
    width: 100%;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 0;
    border: 1px solid #eee;
    min-height: 250px;
    background-color: transparent;
}

    .jobseeker-detail-wrapp .mainprofile .profile-bg {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

        .jobseeker-detail-wrapp .mainprofile .profile-bg img {
            width: 100%;
            height: 100%;
            -webkit-border-top-left-radius: 15px;
            -webkit-border-top-right-radius: 15px;
            -moz-border-radius-topleft: 15px;
            -moz-border-radius-topright: 15px;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }

    .jobseeker-detail-wrapp .mainprofile .top-card-layout {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        position: relative;
        padding: 20px 40px;
        margin-top: -84px;
    }

        .jobseeker-detail-wrapp .mainprofile .top-card-layout .icon-proile {
            width: 130px;
            height: 130px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            box-shadow: -1px -1px 3px 4px #47464612;
            padding: 0;
            background: #fff;
            /* border: 1px solid #fff; */
            padding: 4px;
            outline: none;
        }

            .jobseeker-detail-wrapp .mainprofile .top-card-layout .icon-proile img {
                width: 100%;
                height: 100%;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
            }

        .jobseeker-detail-wrapp .mainprofile .top-card-layout .ellipsis-menu {
            position: absolute;
            top: 87px;
            right: 20px;
            border: none;
            background: transparent;
            color: #3d0972;
            font-size: 30px;
        }

        .jobseeker-detail-wrapp .mainprofile .top-card-layout h1 {
            font-size: 30px;
            font-weight: bold;
            color: #3d0972;
            padding: 4px 0 5px;
        }

        .jobseeker-detail-wrapp .mainprofile .top-card-layout h3 {
            font-size: 18px;
            padding: 7px 0 10px;
            font-weight: 600;
        }

        .jobseeker-detail-wrapp .mainprofile .top-card-layout h5 {
            font-size: 16px;
            padding: 5px 0 0;
            color: #ee8133;
        }

        .jobseeker-detail-wrapp .mainprofile .top-card-layout h6 {
            padding: 15px 0 5px;
            color: #6a6a6a;
            font-size: 15px;
            font-weight: 500;
        }

        .jobseeker-detail-wrapp .mainprofile .top-card-layout .connects-people {
            margin-left: 15px;
        }

        .jobseeker-detail-wrapp .mainprofile .top-card-layout ul {
            display: flex;
            flex-direction: column;
        }

            .jobseeker-detail-wrapp .mainprofile .top-card-layout ul li {
                list-style: none;
                padding: 0 0 10px;
                font-size: 15px;
                font-weight: 600;
                color: #000000;
            }

                .jobseeker-detail-wrapp .mainprofile .top-card-layout ul li a {
                    color: #3d0972;
                }

                    .jobseeker-detail-wrapp .mainprofile .top-card-layout ul li a:hover {
                        text-decoration: underline;
                    }

        .jobseeker-detail-wrapp .mainprofile .top-card-layout .slide-dropdown {
            position: absolute;
            width: 380px;
            top: 127px;
            right: 10px;
            z-index: 10;
            display: none;
        }

.jobseeker-detail-wrapp .job-list-card {
    display: flex;
    flex-direction: column;
    padding: 6px 30px 6px 50px;
    width: 100%;
}

.jobseeker-detail-wrapp .project-list-card,
.jobseeker-detail-wrapp .project-list-card ol {
    display: block;
    padding: 6px 30px 6px 50px;
    width: 100%;
}

.jobseeker-detail-wrapp .job-list-card li {
    padding: 0 0 20px 6px;
    display: block;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.jobseeker-detail-wrapp .project-list-card ol li {
    padding: 0 0 20px 6px;
    list-style: number;
}

    .jobseeker-detail-wrapp .project-list-card ol li::marker {
        color: #000;
        font-weight: 600;
        font-size: 18px;
    }

.jobseeker-detail-wrapp .job-list-card li .icon {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-shadow: -1px -1px 3px 4px #47464612;
    background: #ffffff;
    padding: 2px;
    outline: none;
    float: left;
    margin-right: 15px;
    border: 1px solid #d7d7d7;
}

    .jobseeker-detail-wrapp .job-list-card li .icon img {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

.jobseeker-detail-wrapp .job-list-card li .experience-list-details {
    width: 90%;
    display: block;
}

    .jobseeker-detail-wrapp .job-list-card li .experience-list-details h2,
    .jobseeker-detail-wrapp .project-list-card li h2 {
        font-size: 20px;
        font-weight: bold;
        padding: 0 0 8px;
        color: #3d0972;
        width: 100%;
    }

    .jobseeker-detail-wrapp .job-list-card li .experience-list-details h5,
    .jobseeker-detail-wrapp .project-list-card li h5 {
        font-size: 16px;
        font-weight: bold;
        padding: 0 0 8px;
    }

.jobseeker-detail-wrapp .project-list-card li h4,
.jobseeker-detail-wrapp .project-list-card li h5,
.jobseeker-detail-wrapp .project-list-card li h6 {
    padding: 10px 0;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.jobseeker-detail-wrapp .project-list-card li h2 {
    display: flex;
    justify-content: space-between;
}

.updat-bg,
.team-bg,
.completed-bg {
    font-size: 14px;
    color: #1c1c1c;
    background: #ffd7b9;
    padding: 6px 15px;
    border-radius: 25px;
    font-weight: 500;
}

.jobseeker-detail-wrapp .job-list-card li .experience-list-details p {
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px 8px 66px;
    color: #727171;
}

.jobseeker-detail-wrapp .project-list-card li p span.skill,
.jobseeker-detail-wrapp .job-list-card li p span.skill {
    font-size: 14px;
    color: #fff;
    background: #ee8133;
    padding: 6px 18px;
    border-radius: 25px;
    font-weight: 500;
    margin-left: 10px;
}

.jobseeker-detail-wrapp .job-list-card li p span.skill {
    background: #3d0972;
}

.jobseeker-detail-wrapp .project-list-card li p {
    font-weight: 600;
    font-size: 16px;
    flex-wrap: wrap;
    flex-direction: row;
    line-height: 41px;
}

    .jobseeker-detail-wrapp .project-list-card li p span {
        font-size: 14px;
        color: #3d0972;
        background: #f4f4f4;
        padding: 6px 18px;
        border-radius: 25px;
        font-weight: 500;
        margin-left: 10px;
    }

.jobseeker-detail-wrapp .project-list-card ol li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

.jobseeker-detail-wrapp .mainprofile .top-card-layout .slide-dropdown::before {
    content: "";
    position: absolute;
    right: 20px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #efefef transparent;
    z-index: 10;
}

.updat-bg .btn-success,
.team-bg .btn-success,
.completed-bg.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.updat-bg .btn-warning,
.team-bg .btn-warnings,
.completed-bg.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.updat-bg .btn-primary,
.team-bg .btn-primary,
.completed-bg.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.dropdown.bootstrap-select.form-select {
    padding: 0px !important;
    background: #fff !IMPORTANT;
}

.main-h button.btn.dropdown-toggle.btn-light {
    width: auto;
    background: white;
    border-radius: 0px;
    padding: 5px 7px;
}


span.mobile_sbar {
    display: none;
}


button.btn.dropdown-toggle.bs-placeholder.btn-light {
    color: #000;
    background-color: #ffffff;
    border-color: #ced4da;
    color: #575d62;
}

button.btn.dropdown-toggle.btn-light {
    color: #000;
    background-color: #ffffff;
    border-color: #ced4da;
    color: #575d62;
}

.profilebox {
    text-transform: capitalize;
}

.afterlogin {
    text-transform: capitalize;
}

.table-wrapp {
    overflow-x: scroll;
}

.btn.btn-feedbackform:hover {
    color: #fff;
}

ul.userplaninfo {
    margin-top: 17px;
    background: #fdf9f5;
    padding: 13px;
}



.service-details-wrapp .table-wrapp {
    overflow-x: hidden;
}

.btn-sm.reqbtn {
    background: #ee8133;
    border: 0px;
    margin: 11px 0px;
}


div#menu_work_experience h5 {
    color: #3d0972;
    font-weight: bold;
}


div#menu_projects ul.jobseekarinfo {
    padding: 0px;
}

#menu_projects a {
    color: blue;
}

/*.nddiveder {
  display: flex;
  width: 100%;
}*/
.jobseekarinfo.nddiveder li {
    width: 32%;
    background: #fdfcfc;
    margin-left: 10px;
    padding: 10px;
    float: left;
    height: 260px;
    margin-bottom: 12px;
}

.jobseekarinfo.row h6 {
    margin-bottom: 10px;
}


.business_hours {
    display: flex;
}

    .business_hours li {
        border: 1px solid #ccc;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center !important;
        display: block !important;
        padding: 0px !important;
    }

.jobseekarinfo.row li {
    background: #fbfbfb;
    border: 4px solid #fff;
    padding: 15px;
    border-radius: 15px;
}


.profilelink {
    position: sticky;
    top: 181px;
}




.boxdesign .editbtnnn {
    margin: 0px !important;
}



.boxdesign {
    padding: 32px;
    background: #f9f9f9;
    margin: 0px;
    margin-bottom: 22px;
}


.bdign {
    background: #f9f9f9;
    margin-bottom: 22px;
    padding: 16px;
    border-radius: 8px;
}


    .bdign h3 {
        margin: 0px;
        text-align: center;
        padding: 34px;
    }


.phere {
    margin: 13px 38px;
}

@media only screen and (max-width: 1366px) {
    .banner-post ul li {
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .job-categories-new ul {
        justify-content: start;
    }

        .job-categories-new ul li {
            width: 15%;
        }

    .wrap-banner {
        padding: 45px 25px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-post {
        width: 94%;
        margin-left: 18px;
    }

        .banner-post ul li {
            margin-bottom: 10px;
        }

    .job-categories-new ul li {
        width: 22.9%;
    }
}

@media only screen and (max-width: 767px) {
    .banner-post {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    .wrap-banner {
        padding: 18px 15px 25px;
    }

    .job-categories-new ul li {
        width: 30%;
    }
}

@media only screen and (max-width: 444px) {
    .job-categories-new ul li {
        width: 43%;
        margin-left: 3%;
    }
}

@media only screen and (max-width: 375px) {
    .job-categories-new ul li {
        width: 44%;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 357px) {
    .job-categories-new ul li {
        width: 46%;
        margin-left: 6px;
        margin-right: 6px;
    }
}

@media only screen and (max-width: 326px) {
    .job-categories-new ul li {
        width: 46%;
        margin-left: 6px;
        margin-right: 6px;
    }
}
