:root {
    /* Fonts */
    --main-font: 'Gill Sans', sans-serif;
    /* colors */
    --primary-color: #350B78;
    --secondary-color: #5D1A93;
    --third-color: #E4DEEF;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

/*@font-face {*/
/*    font-family: 'GillSans';*/
/*    src: url('GillSans.ttf') format('truetype');*/
/*    font-weight: 100;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/


@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gill Medium';
    src: url('../fonts/GillSansMedium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gill Sansbold';
    src: url('../fonts/GillSansBold.ttf');
    font-weight: 700;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--main-font) !important;
}
body, p, a {
    font-family: 'Gill Sans';
}

/*pulsating btn animation*/

@-webkit-keyframes pulser {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(213, 48, 165, 0.9);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(213, 48, 165, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(213, 48, 165, 0);
    }
}

@keyframes pulser {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(213, 48, 165, 0.9);
        box-shadow: 0 0 0 0 rgba(213, 48, 165, 0.9);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(213, 48, 165, 0);
        box-shadow: 0 0 0 10px rgba(213, 48, 165, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(213, 48, 165, 0);
        box-shadow: 0 0 0 0 rgba(213, 48, 165, 0);
    }
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(213, 48, 165, 0.9);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(213, 48, 165, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(213, 48, 165, 0);
    }
}

@keyframes pulse2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(213, 48, 165, 0.9);
        box-shadow: 0 0 0 0 rgba(213, 48, 165, 0.9);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(213, 48, 165, 0);
        box-shadow: 0 0 0 10px rgba(213, 48, 165, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(213, 48, 165, 0);
        box-shadow: 0 0 0 0 rgba(213, 48, 165, 0);
    }
}

.wrap {
    background-color: #350076;
}

.wrap {
    background-image: url('../../images/banner-new.jpg');
    background-size: cover;
    background-position: bottom;
}

header {
    padding: 75px 5px 80px 5px!important;
    /* background-image: linear-gradient(to right,#8F20B7,#410D7F); */
    padding: 35px 5px 35px 5px!important;
}
header .navbar{
    padding: .5rem 0!important;
}
.navbar.bg-light {
    background-color: transparent !important;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #FFF!important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 17px !important;
    padding-bottom: 0 !important;

}

.navbar-light .navbar-nav .nav-item {
    padding-right: 0.5rem!important;
    padding-left: 0.5rem!important;
}

.navbar-toggler-icon {
    width: 50px!important;
    height: 50px!important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../../images/menub.png') !important;
    background-size: 40px!important;
}

.navbar-toggler {
    border: none!important;
    padding: 0px!important;
}

.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler:hover {
    outline: none;
}

.h-lp-footer-social span.h-social-text {
    font-family: 'Gill Sans';
}

/*----------------------------------------mobile menu----------------------------------------------------------*/
.h-mobile-menu {
    display: none;
}

.h-mobile-menu .logo img {
    width: 170px;
}

.h-mobile-menu .menu {
    margin-top: 30px;
}

.menu a {
    color: #fff;
    text-decoration: none;
    padding-bottom: 5px;
    letter-spacing: 2px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

.menu ul {
    padding-top: 20px;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

button.h-header-mobile-toggler {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    display: none;
}

/*----------------------------------------end mobile menu----------------------------------------------------------*/
.l_section_cnt {
    display: inline-flex;
}

.navbar-brand img {
    width: 225px;
}

.home_bnr_cnt {
    height:100vh;
}

.home_bnr_cnt h2 {
    font-weight: 400;
    font-family: var(--main-font);
    margin-bottom: 32px;
}

.home_bnr_cnt p {
    font-size: 24px;
    font-weight: 100;
}

.banner_cnt h2 {
    color: #fff;
    width: 100%;
    font-size: 47px;
    line-height: 54px;
    font-weight: 600;
}
.banner_cnt p{
    color: #fff;
    font-size: 20px;
}

a.lp-app-icon {
    display: inline-block;
    padding-top: 0px;
    border: 2px solid #fff;
    border-radius: 7px;
    padding: 3px 10px;
    box-shadow: 0 0 0 rgb(213, 48, 165);
    animation: pulser 2s infinite;
}

.lp-app-icon img {
    width: 130px;
}

.play_store .lp-app-icon {
    padding: 7px 10px;
    margin-left: 25px;
}

.left_col {
    padding-top: 120px;
}

.right_col img {
    width: 100%;
    float: left;
}

.banner_fimg {
    position: absolute;
    top: -49px;
    z-index: 998;
    left: -99px;
}

.banner_fimg img {
    width: 100%;
    margin-top: 120px;
}

.banner_simg {
    left: 248px;
    position: absolute;
    z-index: 2000;
    top: -9px;
}

.banner_simg img {
    width: 100%;
}

.desktop_view {
    display: block;
}

.mobile_view {
    display: none;
}

.store_links {
    display: flex;
    margin-top: 40px;
}

.store_links img {
    width: 150px;
    max-width: 100%;
}

.banner_cnt .form-inline {
    margin-top: 40px !important;
}

.banner_cnt .form-control {
    background: transparent;
    border-radius: 50px;
}

.banner_cnt .btn {
    border-radius: 50px;
    background-color: #F244FC;
    border: none;
    color: #fff;
    padding: 10px 20px;
}
.banner_cnt .btn a{
    color: #fff;
}
.nav_btn .btn:hover {
    background-color: #fff !important;
    transition: .3s all ease-in-out;
    color: #350076;
}

.nav_btn .btn:hover a {
    color: #350076;
    transition: .2s all ease-in-out;
}

.nav_btn .btn {
    background-color: transparent;
    border-radius: 50px;
    color: #fff;
    border-color: #fff;
    padding: 10px 50px;
    box-shadow: 0 0 0 rgb(213, 48, 165);
    animation: pulser 2s infinite;

}

.nav_btn .btn a {
    color: #fff;
    text-decoration: none;
    font-family: 'Gill Sans' !important;
    font-weight: 500;
    letter-spacing: 1px;
}

.bg-app-icon {
    background-color: #330B76;
    border: none !important;
}

.bg-app-icon img {
    width: 164px !important;
}

footer .mobile_view .apstore, footer .mobile_view .gplay {
    padding: 0px 10px;
    text-align: center;
}

footer .mobile_view .apstore a.lp-app-icon {
    padding: 4px 10px;
}

.ap-store-icon {
    justify-content: center;
}

footer .mobile_view {
    margin-right: 10px;
    margin-left: 10px;
}

.h-mobile-menu .menu button a {
    padding-bottom: 0;
}

.nav-item .nav-link:hover {
    color: #fff !important;
    border-bottom: 1px solid #fff;
    /*transition: all ease-in-out 0.2s;*/
}

.right_col_cnt {
    display: flex;
}

.owl-carousel .owl-item img {
    width: 80% !important;
}

#clients_row {
    margin-top: 80px;
    padding-bottom: 50px;
    margin-bottom: 100px;
    padding-top: 20px;
}

.clients_img {
    text-align: center;
    margin-top: 30px;
    align-items: flex-end;
}

.clients_img h1 {
    color: #330B76;
}

.clients_img img {
    width: 170px;
    /*mix-blend-mode: multiply;*/
    image-rendering: -webkit-optimize-contrast;
}
.clients_img [class*=col-]{
    margin-bottom: 60px;
}
#clients_row h1 {
    margin-bottom: 20px;
    font-weight: 600;
}

footer {
    background-size: 100%;
    background-position: bottom;
    background-color: #350076;
    background-repeat: no-repeat;
    width: 100%;
}

.home_footer_r:before {
    content: "";
    /* background-image: url('../../images/footer_be_color.png'); */
    background-image: url('../../images/footer_be.png');
    position: relative;
    background-size: 100%;
    top: -1px;
    display: block;
    width: 100%;
    height: 234px;
    background-repeat: no-repeat;
}

.social-icons {
    margin-left: 0;
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

.social-icons li {
    vertical-align: middle;
    display: inline-flex;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    margin-right: 8px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    transition: all .2s ease-in-out;
}
.social-icons li:last-child{
    margin-right: 0;
}

.social-icons li a {
    color: #350076;
    text-decoration: none;
    font-size: 20px;
    width: 20px;
}

.social-icons li a i {
    font-weight: 500 !important;
}

.social-icon .fa-tik-tok {
    width: 100%;
    display: inline-block;
    max-width: 15px;
    vertical-align: baseline;
    margin-top: 8px;
}

.footer_links {
    padding-left: 0px;
}

.footer_cnt {
    padding-top: 0px;
    padding-bottom: 60px;
}

.footer_bottom {
    border-top: 1px solid #582C8E;
    position: relative;
}

.footer_cnt h5, .footer_cnt p {
    color: #fff;
}

.footer_logo img {
    width: 150px;
}

.social_links h5 {
    color: #fff;
    margin-bottom: 25px;
    margin-top: 40px;
}

.social_links {
    display: flex;
}

.social_links img {
    width: 50px;
}

.footer_links {
    list-style: none;
}

.footer_links li {
    margin-bottom: 10px;
}

.footer_links li a {
    color: #fff;
    text-decoration: none;
}

.last_col a {
    color: #fff;
    text-decoration: none;
}

.footer_bottom p {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 0px;
}

.track_img img {
    width: 100%;
}

/*----------------------------------------employer----------------------------------------------*/
.wrap_employer {
    background-image: url('../../images/Group_143.jpg');
    background-size: 100%;
    background-position: top;
    background-color: transparent;
    background-repeat: no-repeat;
}

.employer_bnr_cnt .btn, .jb_bnr_cnt .btn, .about_banner_cnt .btn {
    background-color: transparent;
    padding: 10px 30px;
    border: 1px solid #fff;
}

.employer_bnr_cnt {
    min-height: 645px;
}

.employer_right_img img {
    width: 60%;
    margin-left: 35%;
}

.employer_btn {
    margin-top: 40px;
}

.create_right_section, .gs_left_section {
    display: flex;
}

.create_right_section img {
    width: 90%;
    position: relative;
    left: 0px;
    z-index: 3000;
}

.create1 {
    z-index: 3000;
}

.create2 {
    z-index: 2000;
}

.create2 img {
    width: 180px;
    margin-top: 20px;
    position: relative;
    left: -15px;
    z-index: 2000;
}

.create3 {
    z-index: 1000;
}

.create3 img {
    width: 160px;
    margin-top: 40px;
    position: relative;
    left: -30px;
    z-index: 1000;
}

.create_cnt {
    width: 65%;
    margin-top: 25%;
}
.create_cnt p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 100;
    color: #454545;
    width: 75%;
    text-align: left;
}
.create_cnt h2 {
    color: #330B76;
    font-size: 46px;
    line-height: 50px;
    font-weight: 500;
    text-align: left;
}

.create2_mid {
    position: absolute;
    left: 13%;
}

.create2_mid img {
    width: 242px;
    margin-top: 56px;
}

.chat_cnt_img img {
    width: 90%;
}

.employer_body {
    padding-bottom: 80px;
    margin-top: 50px;
}

/*---------------------------------------- end employer----------------------------------------------*/
/*------------------------------------------press----------------------------------------------------*/
.participants_row_bottom {
    text-align: center;
}

.participant_img {
    display: flex;
}

#participants_row {
    text-align: center;
    margin-top: 50px;
}

#participants_row img, .participants_row_bottom img {
    width: 100%;
    padding: 40px;
}

.participants_row_bottom img {
    -webkit-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.25);
}

#participants_row h1, .participants_row_bottom h1 {
    color: #330B76;
}

.participants_cnt {
    border-bottom: 1px solid #D1D1D1;
}

.heard_body .card {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #FAFAFA;
    border: none;
}

.heard_body .card-body a {
    border-radius: 50px;
    background-color: #350B76;
    border-color: #350B76;
}

.heard_body .card-img-top {
    background-color: #350B76;
    border-radius: 10px;
    height: 240px;
}

.heard_body .card-title {
    font-size: 15px;
}

.heard_body .card-title, .heard_body .card-text {
    color: #939393;
}

.press_bnr_cnt h6 a {
    font-weight: bold;
    color: #fff;
}

.participants_row_bottom {
    /*margin-bottom: 400px;*/
    margin-top: 30px;
}

/* .participants_row_top {
    margin-top: -15% !important;
} */

.job-desc-right.job-view-paragraph {
    color: #350076;
    font-weight: 400;
}

/*------------------------------------------end press----------------------------------------------------*/

/*----------------------------------------job seeker-----------------------------------------------------*/
.employer_page {
    background-repeat: no-repeat;
    background-image: url('../../images/employee_body_bg.png');
    background-size: 101%;
    background-position: 1px 800px;
}

.page_jobseeker {
    background-repeat: no-repeat;
    background-image: url('../../images/js_body_bg.png');
    background-size: 110%;
    background-position: -113px;
}

.jb_wrap {
    background-image: url('../../images/jb_banner.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    position: relative;
}

.f_row {
    margin-top: 190px;
}

.gs_left_section img {
    width: 90%;
    margin-top: 60px;
    position: relative;
}

.gs_left_section .create2 img {
    width: 160px;
    margin-top: 20px;
    position: relative;
    right: -15px;
}

.gs3 img {
    width: 180px;
    margin-top: 0px;
    position: relative;
    right: 0px;
}

.gc_cnt_img img {
    width: 90%;
}

#l_section {
    text-align: center;
}

#l_section h1 {
    color: #330B76;
}

#l_section img, .apstore img, .gplay img {
    width: 200px;
}

.apstore {
    text-align: right;
}

.gplay {
    text-align: left;
}

.gplay .lp-app-icon {
    padding: 7px 10px;
}

.jb_cnt {
    margin-top: 25%;
}

.jb_get_hunt img {
    width: 90%;
}

.jb_get_hunt1 img {
    width: 220px;
}

.jb_bnr_right_img img {
    width: 165px;
    position: absolute;
    left: 92px;
    bottom: 46px;
}

.job_bnr_right_img img{
    width: 165px;
    position: absolute;
    top: 280px;
}
.employee-banner-new {
    height:100vh;
}

.jb_footer:before {
    display: none;
}

.jb_footer_cnt {
    background-image: url('../../images/Path_162.png');
    position: relative;
    background-size: 102%;
    background-repeat: no-repeat;
    background-position: -5px;
}

#l_section {
    text-align: center;
    margin-top: 82px;
    margin-bottom: 347px;
}

.press_footer {
    background-image: url('../../images/footer_press_bg.png');
    position: relative;
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.emp_footer_m {
    background-image: url('../../images/footer_press_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 902px;
    display: flex;
    align-items: flex-end;
    background-position: 18% 100%;
    justify-content: center;
}

.wrap_press {
    /*background-image: url('../../images/Press-header-bg.svg');*/
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: transparent;
    /* height: 580px; */
}

/**/
/*----------------------------------------aboutus------------------------------------------------------*/
.about_banner_cnt {
    padding-bottom: 156px;
}

.aboutus_wrap {
    background-repeat: no-repeat;
    background-image: url('../../images/about_banner_bg.png');
    background-size: 110%;
    background-position: top;
    background-color: transparent;
}

.about_banner_r img {
    width: 60%;
}

.abt-team-pic {
    position: relative;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-bg-1 {
    background-image: url('../../images/team-bg-1.svg');
    background-size: 82%;
    height: 290px;
    background-position: center center;
}

.team-bg-2 {
    background-image: url('../../images/team-bg-2.svg');
    background-size: 80%;
    height: 290px;
    background-position: 66% 36%;

}

.abt-team-pic img {
    border-radius: 100%;
}

.team_cnt_head {
    text-align: center;
    margin-bottom: 35px;
}

.team_cnt_head h1 {
    color: #330B76;
    font-weight: 600;
}

.team_cnt {
    text-align: center;
}

.team_cnt h3 {
    color: #939393;
}

.team_cnt h5 {
    color: #330B76;
}

.team_cnt p {
    font-size: 14px;
}

.team_cnt img {
    width: 62%;
}

.team_cnt a > img {
    width: 50px;
    height: 50px;
}

.team {
    padding-top: 100px;
    padding-bottom: 250px;
}

.about_footer {
    background-image: url('../../images/Path_162.png');
    position: relative;
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: 20% 76%;
}

/*----------------------------------------end aboutus--------------------------------------------------*/
/*-----------------------------------------blog page---------------------------------------------------*/
.p_articles {
    text-align: center;
    border-top: 1px solid #D1D1D1;
}

.p_articles h3 {
    color: #939393;
    padding-top: 28px;
    padding-bottom: 28px;
}

.p_articles h4 {
    color: #350B76;
}

.p_articles p {
    color: #939393;
}

.p_articles img {
    width: 88px;
}

.p_articles_cnt {
    margin-bottom: 20px;
}

.page-link {
    border: none;
    color: #350b76;
}

.page-link:active, .page-link:hover, .page-item:first-child .page-link {
    border-radius: 50px;
    background-color: #350b76;
    color: #fff;
    height: 35px;
    width: 35px;
    margin-right: 10px;
    border: navajowhite;
    text-align: center;
}

.filter {
    text-align: center;
    background-color: #350B76;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.filter h3, .filter p {
    color: #fff;
}

.blog_page_r {
    text-align: center;
}

.blog_page_r h1, .blog_page_r p {
    color: #fff;
}

.blog_page_r .form-control {
    background-color: #fff;
    color: #939393;
    width: 60%;
    margin: 0 auto;
}

.blog_page_r .btn {
    color: #A907C6;
    background-color: #fff;
}

.blog_wrap {
    background-image: url('../../images/blog_header.png');
    position: relative;
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: 20% 76%;
    background-color: transparent;
}

.h-blog-items .card {
    flex-direction: row;
    border-radius: 8px;
    border: none;
    background-color: transparent;
}

.h-blog-items .card-body a h4 {
    color: #330B76;
}

.tags_link {
    display: flex;
}

.tags_link a {
    color: #350B76;
    padding: 5px 20px;
    background-color: #F6F4FA;
    border-radius: 50px;
    margin-right: 10px;
}

.h-blog-items .card-text {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog_link a {
    background-color: #350B76;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
}

.h-blog-items {
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #969696;
}

.h-blog-items .card a img {
    width: 260px;
    border-radius: 8px;
    object-fit: cover;
    height: 100%;
    object-position: center center;
}

.h-blog-aside {
    background-color: #F6F4FA;
    margin-bottom: 40px;
    border-radius: 20px;
}

.h-blog-section {
    padding: 20px;
}

.h-blog-widget h3 {
    color: #350B76;
}

.h-blog-search, .h-blog-category, .h-blog-article, .h-blog-tagged {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ECE7F5;
}

.h-blog-search .form-control {
    background: #fff;
    border-radius: 50px;
    color: #939393;
}

.h-blog-category ul li {
    border-bottom: 1px solid #999;
    padding: 28px 48px 28px 17px;
}

.h-blog-category ul li:last-child {
    border-bottom: none;
}

.h-blog-category ul {
    list-style: none;
    padding: 0;
}

.h-blog-category ul li a {
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    color: #808080;
}

.h-blog-category ul li a span {
    display: inline-block;
}

.v_more a {
    color: #340260 !important;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline !important;
}

.blog-article-img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-article-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 54px;
}

.blog-article-img {
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 29.2%;
    height: 117px;
    border-radius: 4px;
}

.blog-article-content {
    overflow: hidden;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 100%;
    padding-left: 28px;
}

.blog-article-content a h5 {
    color: #350B76;
    text-decoration: none;
}

.blog-article-content a {
    text-decoration: none;
}

.blog-article-content p {
    color: #939393;
}

.h-taged-item-set {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.h-taged-item a:hover, .h-taged-item a:focus {
    background-color: #330066;
    color: #fff;
}

.h-taged-item a {
    background-color: transparent;
    display: inline-block;
    padding: 5px 10px;
    color: #330066;
    font-size: 14px;
    border: 1px solid #330066;
    border-radius: 50px;
    font-family: 'Gill Sans' !important;
    font-weight: 300;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
}

.h-taged-item {
    margin-right: 15px;
    margin-bottom: 15px;
}

.b-blog-left .h-blog-items:last-child {
    border-bottom: none;
}

/*--------------------------------------------------------end single blog----------------------------------------------*/
/*--------------------------------------------------------single blog----------------------------------------------*/
.single_blog_wrap {
    background-image: url('../../images/blog-detail-bg-grad.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 545px;
    position: absolute;
    width: 100%;
    top: 0;
    /*filter: drop-shadow(1px 10px 13px rgba(0,0,0,0.35));
    -webkit-filter: drop-shadow(1px 10px 13px rgba(0,0,0,0.35));
    -moz-filter: drop-shadow(1px 10px 13px rgba(0,0,0,0.35));*/
}

.h-blog-banner {
    height: 1200px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.h-blog-row {
    padding-top: 20%;
}

.h-blog-detail-head h2 {
    color: #fff;
}

.blog-profiel-right p {
    color: #fff;
}

.blog-profiel-right h6 {
    color: #fff;
}

.h-blog-detail-head {
    display: flex;
    align-items: center;
}

.hb-comment-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.hb-comment-list {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #cccccc;
}


.hb-comment-list:last-child {
    border: none;
}

.hb-comment-item img {
    border-radius: 50px;
    width: 115px;
    height: 115px;
    overflow: hidden;
    display: inline-block;
    object-fit: cover;
    margin-right: 35px;
}

.hb-mid-subscribe-sec {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    padding: 50px 20px 45px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    background-color: #F8F8F8;
    margin-top: 50px;
    margin-bottom: 50px;
}

.hb-mid-subscribe-sec h5 {
    color: #939393;
    position: relative;
    z-index: 1;
}

.hb-mid-subscribe-sec form .form-group {
    margin-bottom: 0;
}

.hb-mid-subscribe-sec form .form-group input {
    border-radius: 50px;
    padding: 14px 20px;
    width: 435px;
    max-width: 100%;
    background-color: #fff;
    border: none;
}

.hb-mid-subscribe-sec form {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 52px;
}

.hb-mid-subscribe-sec form button {
    color: #939393;
    border: none;
    border-radius: 50px;
    margin-left: 20px;
    padding: 15px 25px;
    cursor: pointer;
    outline: none;
    background-color: #F0F0F0;
}

.hb-article-head {
    text-align: center;
}

.hb-article-head h2 {
    color: #330B76;
}

.hb-article-img img {
    max-width: 100%;
}

.hb-article-row {
    text-align: center;
}

.hb-article-row .card-title {
    color: #350B76;
    font-size: 20px;
}

.hb-article-row .card-img-top {
    background-color: transparent;
}

.hb-article-row .h-taged-item a {
    background-color: #F6F4FA !important;
    color: #350B76 !important;
    border: none !important;
}

.hb-article-row .h-taged-item-set {
    justify-content: center;
}

.h-blog-dtl-footer {
    background-image: url('../../images/Untitled-8-02.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 630px;
    display: flex;
    align-items: flex-end;
    background-position: 18% 100%;
    justify-content: center;
}

.hb-mid-social ul li {
    margin-bottom: 20px;
}

.hb-mid-social ul {
    list-style: none;
    padding: 0px;
}

.hb-mid-social {
    margin-right: 30px;
}

.hb-mid-social ul li a img {
    display: inline-block;
    width: 68px;
    height: 68px;
    border-radius: 50px;
}

.hb-mid-info-content h2 {
    color: #350B76;
}

.hb-add-cmnt .comment-btn {
    background: #430d80;
    border: none;
    color: #fff;
    padding: 7px 11px;
}

.hb-add-cmnt .comment-btn:focus {
    outline: none;
}

/*-----------------------------------------end blog page------------------------------------------------*/
.team_row {
    padding-bottom: 70px;
    border-bottom: 2px solid #D1D1D1;
    justify-content: center;
}

.advisor_row {
    padding-bottom: 100px;
}

.team_cnt_head h2 {
    color: #330B76;
    font-weight: 600;
    font-size: 40px;
}

.team_cnt_head {
    width: 100%;
}

.advisor_team {
    padding-top: 20px;
}

.adviosr_content {
    text-align: left;
    padding-left: 20px;
}

.adivisor_location {
    color: #330B76;
}

.adivisor_location {
    color: #330B76;
    font-size: 18px;
    font-weight: 400;
}

.ln_section {
    width: 35%;
    text-align: center;
    padding-top: 12px;
}

.advisor_row .team-bg-1 {
    background-size: 93%;
    height: 340px;
}

.advisor-item img {
    width: 74%;
}

.advisor-item .row {
    align-items: center;
}

.advisor-item {
    margin-bottom: 25px;
}

.team-bg-3 {
    background-image: url("../../images/team-bg-3.svg");
    background-size: 80%;
    height: 290px;
    background-position: 66% 36%;
}

.advisor-item .team-bg-2 {
    background-size: 85%;
    height: 320px;
    background-position: 66% 36%;
}

.advisor-item .team-bg-3 {
    background-size: 90%;
    height: 320px;
    background-position: 46% 36%;
}

.patent-no p {
    color: #fff;
}

.patent-ftr {
    text-align: right;
}

/* ==== jobs page styles ===== */
.jobs_wrap {
    background-image: url("../../images/job-bg-banner-single.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    /*overflow-y:auto;*/
    /*height:100%;*/
    height: 80vh;
    position: relative;
}

.job_right_img {
    position: absolute;
    bottom: 0;
    right: 30%;
    width: 18%;
}

.job_right_img img {
    width: 100%;
}

.job-banner-cnt h2 {
    font-weight: 600;
    font-size: 30px;
}

.job-banner-cnt p {
    font-size: 20px;
}

.job-banner-cnt .info-link-text {
    margin-bottom: 0;
}

.job-banner-cnt a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.job_footer {
    position: relative;
    margin-top: 100px;
}

.job_footer_bg::before {
    content: "";
    background-image: url('../../images/job-footer-mac.png');
    position: absolute;
    background-size: 102%;
    background-repeat: no-repeat;
    background-position: bottom center;
    bottom: 17px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 358px;
}

.jobs-list-wrap {
    padding-top: 80px;
}

.search-job-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search-job-wrap label {
    font-size: 20px;
    font-weight: 600;
    color: #350B76;
    margin-right: 30px;
    margin-bottom: 0;
}

.search-job-wrap input {
    height: 60px;
    font-size: 18px;
    border-radius: 40px;
    padding: 10px 30px;
    width: 340px;
    max-width: 100%;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border: none;
    font-style: italic;
    color: #939393;
}

.search-job-wrap .form-group {
    margin-right: 10px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.jobs-search-btn {
    background-color: #F244FC;
    border-radius: 50px;
    /*border: 1px solid #707070;*/
    padding: 10px 40px;
    height: 60px;
    color: #fff;
    font-size: 20px;
}

.job-search-col {
    margin-top: 80px;
}

.card-bg {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.16);
}

.job-card-wrap {
    border-radius: 20px;
    padding: 18px 18px 58px 18px;
    height: 100%;
    position: relative;
}

.jobs-list-col {
    margin-top: 30px;
}

.job-profile-img img {
    width: 100%;
    height: 130px;
    border-radius: 100%;
    object-fit: contain;
    object-position: top center;
}

.job-profile-img {
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 5px 0px hsl(0deg 0% 0% / 18%);
    -moz-box-shadow: 0px 3px 5px 0px hsl(0deg 0% 0% / 18%);
    box-shadow: 0px 3px 5px 0px hsl(0deg 0% 0% / 18%);
    border-radius: 100%;
    width: 130px;
    height: 130px;
}


.job-header-details h2 {
    font-size: 22px;
    color: #350B76;
    text-align: center;
    font-family: 'Gill Sans';
    font-weight: 600;
    background-color: #F9F6FB;
    padding: 9px;
    border-radius: 40px;
}

span.job-desc-left {
    color: #A3A3A3;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    width: 50%;
}

span.job-desc-right {
    color: #350076;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    text-align: left;
    width: 50%;
    word-break: break-word;
}

.card-body-content ul li {
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}

.job-skils {
    display: flex;
    align-items: center;
}

.job-skils .btn-tag {
    margin-right: 6px;
    font-size: 15px;
    position: relative;
}
.job-skils .btn-tag:last-child{
    margin-right: 0;
}
.job-skils .btn-tag::before{
    position: absolute;
    content: ',';
    right: -5px;
}
.job-skils .btn-tag:last-child::before{
    content: none;
}
.job-card-btn{
    display: flex;
    position: absolute;
    bottom: 14px;
    width: 90%;
}
.job-card-btn .quick-apply,.job-card-btn .quick-view{
    margin-right: 12px;
}
.job-card-btn .btn img{
    width: 20px;
    height: 21px;
    margin-right: 5px;
}
.job-card-btn p{
    margin: 0;
    font-size: 14px;
}
.btn.btn-hunter,.btn.share-btn-hunter{
    display: flex;
    align-items: center;
    justify-content: center;
}
.share-btn-hunter{
    background-color:#A729CA;
    color: #fff;
    border-radius: 60px;
    font-weight: 600;
}
.btn.share-btn-hunter:focus{
    box-shadow: none;
}
.btn.btn-hunter:focus{
    box-shadow: none;
}
.btn.btn-hunter:hover,.btn.share-btn-hunter:hover{
    color: #ffffffad;
}
.card-body-content ul {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.jobs-view-details .job-header-details h2 {
    font-size: 30px;
}

.jobs-view-details .job-profile-img img {
    height: 100%;
}

.jobs-view-details .job-profile-img {
    width: 170px;
    height: 170px;
    display: inline-block;
}

.jobs-view-details span.job-desc-left {
    font-size: 20px;
}

.jobs-view-details span.job-desc-right {
    font-size: 20px;
}

.jobs-view-details .card-body-content ul li {
    margin-top: 8px;
    font-family: 'Gill Sans';
}

.jobs-view-details .job-card-wrap {
    padding: 0;
}

.job-view-description {
    margin-top: 40px;
}

.job-desc-content h2 {
    font-weight: 600;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #fff;
}

.job-desc-content p {
    font-size: 18px;
    color: #fff;
}

.job-desc-content {
    background-color: #5d1a93;
    /* -webkit-box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 16%); */
    -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.16);
    /* box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 16%); */
    padding: 50px 50px 50px 50px;
    border-radius: 20px;
}

.job-view-app {
    margin-top: 170px;
    text-align: center;
}

.job-view-app {
    margin-top: 170px;
    text-align: center;
}

.job-btn-wrap {
    display: inline-flex;
    border-radius: 80px;
    color: #fff;
    background-color: #350B76;
    padding: 10px 10px;
    width: 100%;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.job-profile-links a:hover{
    color: #ffffffad;
    text-decoration: none;
}
.job-link-icon img {
    width: 18px;
}
.job-link-icon{
    margin-right: 9px;
}

.job-link-text {
    display: block;
}

.jobs_view_wrap {
    background-image: url("../../images/job_view_banner.svg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 46vh;
}

.job_view_profile {
    text-align: center;
}

.job-profile-links {
    margin-top: 30px;
}

.jobs-view-details .jobs-list-col {
    margin-top: 0;
}

.job-profile-links {
    margin-top: 30px;
    padding: 0 30px;
}

.jobs_view_page {
    margin-top: 50px;
}

.jobs_view_page .job-header-details {
    width: auto;
}

.jobs-view-details .job-header-details h2 {
    font-size: 40px;
}

.job-not-found {
    margin-top: 200px;
}

/* ==== jobs page styles ===== */

/* home page new design start */
.home_head_text h2 {
    color: #330B76;
    font-size: 35px;
    font-weight: 600;
    font-family: var(--main-font);
}

.home_head_text {
    text-align: center;
}

.hw_image_col img {
    width: 100%;
}

.hw_content_wrap h3 {
    color: #330B76;
    font-weight: 600;
    font-size: 25px;
    font-family: var(--main-font);
}

.hw_content_wrap p {
    color: #5C5C5C;
    font-size: 18px;
    line-height: 28px;
}

.hw_step_section {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.hw_content_wrap {
    padding-left: 20px;
}

.clients_sec_head {
    text-align: center;
}

.clients_sec_head h1 {
    margin-bottom: 40px;
    color: #330B76;
}

.hw_reverse .hw_content_wrap {
    text-align: right;
}

.hw_step_section.hw_reverse {
    padding-bottom: 0;
}

/*.home_clients_section {*/
/*    background-color: #F9F6FB;*/
/*    position: relative;*/
/*}*/

.home_clients_section::before {
    content: "";
    background-image: url("../../images/client_curve.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 380px;
    position: absolute;
    top: -375px;
    left: 0;
    z-index: -1;
}
.home_clients_section::after {
    content: "";
    background-image: url("../../images/client_curve_btm.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    height: 380px;
    position: absolute;
    bottom: -330px;
    left: 0;
    z-index: -1;
}

/* .hm_testimonial_pic {
    width: 110px;
    max-width: 100%;
} */

.hm_testimonial_pic img {
    width: 125px;
    border-radius: 210px;
    height: 125px;
    object-fit: cover;
}

.slider-content-wrap {
    padding-left: 30px;
}

.slider-content-wrap p {
    font-size: 22px;
    color: #868686;
}

.client_name_dtls h4 {
    font-weight: 600;
    font-size: 20px;
    color: #868686;
}
.client_name_dtls p{
    font-size: 18px;
    font-weight: 300;
    color: #868686;
}
.client_slider_item .row {
    align-items: flex-start;
}
.client_slider_item {
    align-items: flex-start;
    background-color: #F9F6FB;
    border-radius: 35px;
    padding: 30px 60px 30px 30px;
    margin-bottom: 0px;
    position: relative;
}
.client_slider_item:focus{
    outline: none;
}
.slick-slide:focus{
    outline: none !important;
}
.client_name_dtls {
    text-align: right;
}
.hm_client_testimonial{
    margin-top: 40px;
}
.h_how_it_works {
    padding-bottom: 150px;
    position: relative;
    /*background-image: url("../../images/Homepage_shapes.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: top center;*/
}
.h_how_it_works::after{
    content: "";
    background-image: url("../../images/hw_shape_right.png");
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: 76%;
    width: 15%;
    height: 80%;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: -1;
}
.h_how_it_works::before{
    content: "";
    background-image: url("../../images/hw_shape_2.png");
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: 134%;
    width: 10%;
    height: 190%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/*.hw_section_one::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    background-image: url("../../images/hw_shape_1.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100%;*/
/*    background-position: 100% 100%;*/
/*    z-index: 1;*/
/*}*/

.hw_section_one img.hw_shape_round{
    position: absolute;
    width: 100px;
    bottom: 0;
    left: 50%;
}
.home_ftr_websumit h2{
    color: #fff;
    font-size: 24px;
    margin-left: 10px;
}
.home_ftr_websumit .h-lp-ftr-logos a{
    display: inline-block;
    margin: 5px 10px;
}

.home_ftr_websumit .h-lp-ftr-logos a img{
    width: 210px;
    image-rendering: -webkit-optimize-contrast;
}
.home_ftr_websumit .h-lp-ftr-logos{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.home_section_head h2{
    font-size: 40px;
    color: #330B76;
    font-weight: 600;
    text-align: center;
}
.hm_testimonial_section {
    padding-top: 100px;
}
/* home page new design end */

/* ==== jobs page styles start===== */

.h-sa-aside-wrap {
    background-color: #F6F4FA;
    -webkit-box-shadow: 0px 0px 14px -10px rgb(0 0 0 / 53%);
    -moz-box-shadow: 0px 0px 14px -10px rgba(0, 0, 0, 0.53);
    box-shadow: 0px 0px 14px -10px rgb(0 0 0 / 53%);
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    width: 100%;
    /* height: 768px; */
    /* overflow-y: scroll; */

}
.job_list_right form{
    position: sticky;
    top: 30px;
}
.sa-aside-head {
    background-color: var(--primary-color);
    padding: 20px 16px 20px;
    text-align: center;
}
.sa-aside-head h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.sa-aside-head p{
    color: #fff;
    margin-bottom: 0;
}
.job_list_right{
    margin-top: 30px;
    position: relative;
}
.sa-form-field-wrap input {
    border-radius: 60px;
    height: 45px;
    width: 100%;
    background-color: #fff;
    color: var(--primary-color) !important;
    font-size: 16px;
    font-weight: 500;
    border: none;
    -webkit-box-shadow: 0px 4px 14px -12px rgb(0 0 0 / 88%);
    -moz-box-shadow: 0px 4px 14px -12px rgba(0, 0, 0, 0.88);
    box-shadow: 0px 4px 14px -12px rgb(0 0 0 / 88%);
    padding: 15px 20px;
    font-style: italic;
}
.sa-form-field-wrap input::placeholder {
    color: #5a1391;
    font-size: 16px;
}

.sa-form-field-wrap input::-webkit-input-placeholder {
    color: #58128f;
    font-size: 16px;
}

.sa-form-field-wrap input::-moz-placeholder {
    color: #939393;
    font-size: 16px;
}

.sa-form-field-wrap input::-o-placeholder {
    color: #939393;
    font-size: 16px;
}
.sa-aside-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 15px;
}
.sa-aside-section {
    padding: 20px 30px;
    border-bottom: 2px solid #ECE7F5;
}
.sa-check-circle-wrap [type="radio"]:checked,
.sa-check-circle-wrap [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.sa-check-circle-wrap [type="radio"]:checked+label,
.sa-check-circle-wrap [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    line-height: 22px;
    display: inline-block;
    color: #939393;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 6px;
}

.sa-check-circle-wrap [type="radio"]:checked+label:before,
.sa-check-circle-wrap [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 10%);
    box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 10%);
}

.sa-check-circle-wrap [type="radio"]:checked+label:after,
.sa-check-circle-wrap [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sa-check-circle-wrap [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.sa-check-circle-wrap [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.btn-hunter {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 60px;
    font-weight: 600;
}
.search_skills_item{
    margin-right: 10px;
    background-color: #5D1A93;
    display: inline-block;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 10px;
    text-align: center;
    min-width: 140px;
    min-height: 40px;
    color: #fff;
    margin-bottom: 10px;
}
.search_skills_item a{
    padding: 0 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 8px;
    margin-right: 4px;
}
.search_skills_item a img{
    width: 20px;
}
.search_skills_wrap {
    margin-top: 20px;
}

/* skill select section */

.select2.select2-container {
    width: 100% !important;
}

.select2.select2-container .select2-selection {
    border: none;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    height: 45px;
    margin-bottom: 0;
    outline: none !important;
    transition: all .15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #350b78;
    line-height: 32px;
    padding: 9px 20px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 32px;
    width: 33px;
    padding-right: 9px;
    margin-right: 12px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

/* .select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
} */

.select2.select2-container .select2-selection--multiple {
    min-height: auto;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    min-height: 50px;
    margin-bottom: 0;
    outline: none !important;
    transition: all .15s ease-in-out;
    padding-left: 10px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    min-height: 40px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    height: 40px;
    margin-bottom: 0;
    outline: none !important;
    padding: 4px 15px;
    border: none;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 3px 10px;
    line-height: 30px;
    margin-bottom: 0;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #5D1A93;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 60px;
    margin: 4px 5px 0 0;
    padding: 0px 10px 0 20px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    position: relative;
    color: #fff;
    min-width: 60px;
    text-align: center;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0px;
    left: -3px;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    /* display: none; */
    border: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
    background-color: transparent !important;
}

.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
    padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border: 1px #34495e !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
    background-color: #e7e2f0;
}

.select2-container .select2-dropdown .select2-results {
    padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px #34495e;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 16px;
    color: #330b76;
    border-bottom: 1px solid #b7adcc;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #e9e4f2;
}

.select2-container--default .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 20px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer;
}
.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder{
    font-family: var(--main-font);
    color: var(--primary-color);
}
.h-input-field .field-control::placeholder{
    font-family: var(--main-font);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    font-family: var(--main-font);
}

/*.select2-search.select2-search--inline input::placeholder {*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    font-family: var(--main-font);*/
/*    color: var(--primary-color);*/
/*}*/

/*.select2-search.select2-search--inline input::-moz-placeholder {*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    font-family: var(--main-font);*/
/*    color: var(--primary-color);*/
/*}*/

/*.select2-search.select2-search--inline input::-webkit-input-placeholder {*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    font-family: var(--main-font);*/
/*    color: var(--primary-color);*/
/*}*/


/* skill select section */

/*pagination section*/
.simple-pagination ul {
    margin: 0 0 20px;
    padding: 40px 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
    color: #FFF;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 100px;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: var(--primary-color);
}
.pagination-col .pagination{
    justify-content: center;
    flex-wrap: wrap;
}
.pagination-row {
    margin-top: 60px;
}
.pagination-col .pagination .page-item.active .page-link{
    height: 35px;
    width: 35px;
    z-index: 1;
    color: #fff;
    background-color: #350b76;
    border-color: #350b76;
    border-radius: 100px;
    margin-right: 10px;
    text-align: center;
}
.pagination-col .page-link{
    height: 35px;
    width: 35px;
    margin-right: 10px;
}
.pagination-col .page-link:active, .pagination-col .page-link:hover, .pagination-col .page-item:first-child .page-link {
    border-radius: 50px;
    background-color: #350b76;
    color: #fff;
    height: 35px;
    width: 35px;
    margin-right: 10px;
    border: navajowhite;
    text-align: center;
}
.pagination-col .page-item.disabled .page-link{
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
/*pagination section*/
/* ==== jobs page styles end===== */
.drop-text{
    display: none;
}
.in5-col-left {
    margin-top: 15px;
}
.in5-col-left p{
    margin-bottom: 0;
}
.social_links .desktop_view h5{
    margin-bottom: 8px;
    margin-top: 20px;
}
/*footer logos*/
.home_ftr_websumit .h-lp-ftr-logos  .stepmatch-huntr.in5 img{
    width: 24px;
}
.michael-kors img, .tory-burch img{
    width: 140px;
}
.procat img{
    width: 210px;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
     -webkit-box-ordinal-group: 2;
     -ms-flex-order: 2;
     order: 2;
 }
.conatct-details-wrap{
    text-align: center;
    margin-top: 30px;
    padding: 0 40px;
    display: none;
}
.conatct-details-wrap h3{
    color: #fff;
}

.conatct-details-wrap h6 {
    color: #ffff;
}

.conatct-details-wrap a {
    color: #fff;
}

#participants_row .in5 img {
    width: 128px;
}

.participants_cnt {
    align-items: center;
    padding-bottom: 15px;
}

#participants_row img, .participants_row_bottom img {
    image-rendering: -webkit-optimize-contrast;
    padding: 10px 40px;
}

.heard_body .card-img-top {
    -webkit-box-shadow: 0px 10px 13px -6px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 13px -6px rgb(0 0 0 / 25%);
    padding: 58px 50px;
}

.participants_row_bottom img {
    box-shadow: none;
    padding: 0;
}

.participants_row_bottom .in5 img {
    width: 68px;
}

.participants_row_bottom .heard_body .card-img-top {
    display: flex;
    align-items: center;
    justify-content: center
}

.participants_row_bottom .heard_body .card {
    height: 100%;
    margin-bottom: 30px;
}

.participants_row_bottom .heard_body > div {
    margin-top: 30px;
}

.participants_row_bottom .heard_body {
    justify-content: center;
}

.heard-on-slider .slick-dots li button:before {
    /* font-family: slick; */
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: "";
    opacity: .25;
    color: #000;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 20px;
}

.heard-on-slider .slick-dots li button {
    width: 12px;
    height: 12px;

}

.heard-on-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

.heard-on-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #350B76;
}
.heard-on-slider .slick-dots {
    bottom: -50px;
    z-index: 99;
}
.huntr-footer-address p{
   margin-bottom: 3px;
}
body.open-sidebar {
    overflow: hidden;
}

/*mobile shapes after*/
.about_footer .jb_footer{
    position: relative;
}
.single_blog_wrap .navbar{
    z-index: 9;
}
/*job apply page */
.linkedin-apply{
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    background-color: #1485BD;
    padding: 10px 10px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}
.linkedin-apply:hover{
    color: #fff;
    text-decoration: none;
    background-color: #0f70a0;
}
.job-apply h5{
    color: #A3A3A3;
    font-size: 20px;
    font-family: 'Gill Sans';
    font-weight: 600;
}
.job-apply-user .h-prof-upload-round {
    background-color: #fff;
    overflow: hidden;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    -webkit-box-shadow: 7px 8px 22px -19px rgb(0 0 0 / 57%);
    -moz-box-shadow: 7px 8px 22px -19px rgba(0, 0, 0, 0.57);
    box-shadow: 7px 8px 22px -19px rgb(0 0 0 / 57%);
    background-size: cover;
}
.job-apply-user .file-upload {
    position: relative;
    margin-top: 30px;
    border: none;
    transition: background-color .25s ease-out;
    height: 78px;
    text-align: center;
}
.job-apply-user .h-prof-upload-btn svg {
    width: 30px;
    margin-bottom: 80px;
}
.profile-wrap-area {
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.h-prof-upload-btn {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
 }
.upload-subtitle span{
    color: #350B76;
    font-family: 'Gill Sans';
}
.job-apply-wrap .job-header-details {
    padding-left: 0;
}
.h-input-field .field-control {
    /* line-height: 45px; */
    width: 100%;
    border: none;
    font-size: 14px;
    color: #350B76;
    background-color: #E4DEEFCB;
    min-height: 52px;
    padding: 15px 20px;
    border-radius: 70px;
    font-weight: 400;
}
.h-input-field label {
    font-size: 16px;
    font-weight: 400;
    color: #350B76;
    font-family: 'Gill Sans';
}
.h-input-field .field-control::placeholder{
    color: #350B76;
}

/*country flag*/
select.form-control.field-control.country-flag {
    width: 90px;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    border: 0;
    height: 34px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #E4DEEFCB;
    -webkit-appearance: none;
    background-position-x: 60px;
    background-size: 12px;
    image-rendering: -webkit-optimize-contrast;
    margin-right: 8px;
}
.job-phone-number {
    display: flex;
    align-items: center;
}
.job-apply-fields .h-input-field .job-phone-number{
    margin-top: 0;
    margin-bottom: 0;
}
.h-input-field .job-phone-number .select2.select2-container .select2-selection{
    padding-top: 0px;
    margin-top: 0px;
}
.job-phone-number .select2.select2-container {
    width: 60% !important;
    margin-right: 8px;
}
.job-apply-fields .h-input-field {
    margin-bottom: 20px;
}

.apply-job-form {
    margin-top: 20px;
}

.job-apply-user .select2.select2-container .select2-selection--multiple {
    background-color: #e4deefcc;
    position: relative;
}

.job-apply-user .select2-container--default .select2-selection--multiple::before {
    content: "";
    background-image: url('../../images/arrow-down-job.svg');
    background-size: 14px;
    background-repeat: no-repeat;
    position: absolute;
    right: 19px;
    top: 45%;
    cursor: pointer;
    width: 14px;
    height: 10px;
    border: none;
    margin: 0;
}

.btn-transparent {
    border: none;
    background-color: transparent;
}

.btn-transparent:focus {
    border: none;
    background-color: transparent;
    outline: none;
}

.h-input-add-btn button {
    cursor: pointer;
}

.job-apply-optional .h-input-field {
    margin-bottom: 15px;
}

.job-apply-optional .h-input-add-btn img {
    width: 52px;
}

.user-separate-line {
    width: 100%;
    background-color: #B7ADCC;
    height: 2px;
    display: block;
}

.job-apply-optional {
    margin-top: 25px;
}

.optional-heading p {
    color: #350B76;
    font-size: 20px;
    font-weight: 500;
}
.optional-heading {
    margin-top: 25px;
}
.optional-label label{
    color: #350B76;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Gill Sans';

}

.jobs_view_page input:-internal-autofill-selected {
    background-color: #E4DEEF !important;
}
.profile-databox-wrap{
    position: relative;
    background-color: #FCFAFA;
    border-radius: 4px;
    -webkit-box-shadow: -1px 2px 8px 0px rgb(0 0 0 / 11%);
    -moz-box-shadow: -1px 2px 8px 0px rgb(0 0 0 / 11%);
    box-shadow: -1px 2px 8px 0px rgb(0 0 0 / 11%);
    color: #350B76;
    text-align: left;
    padding: 20px 20px;
}
.profile-databox-wrap p{
    margin-bottom: 0;
}
.profile-databox-wrap h3{
  margin-bottom: 2px;
    font-size: 22px;
    font-weight: 600;
}
.profile-databox-wrap h5{
    margin-bottom: 0;
    font-size: 16px;
}
.profile-databox-wrap span.date{
    color: #959595;
}
.optional-field-data-box {
    margin-top: 30px;
}
.option-box-close{
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -10px;
}
.option-box-close img{
    width: 30px;
}
.optional-field-data-box .profile-databox{
    margin-bottom: 30px;
    margin-left: 40px;
}
.option-close{
    display: none;
}
.candidate-apply .btn-hunter{
    font-weight: 600;
    padding: 9px 38px;
    font-size: 20px;
    font-family: var(--main-font);
    border-radius: 30px;
}
.job-apply-main{
    min-height: 50vh;
}
.job-apply-success-col img{
    width: 200px;
}
.job-apply-success-col{
    text-align: center;
    padding: 20px 260px;
}
section.job-apply-success {
    padding: 100px 0 150px;
}
.job-apply-success h3{
    color: #350B76;
    font-size: 35px;
    font-weight: 600;
    margin-top: 30px;
}
.job-apply-success p{
    font-size: 20px;
    color: #939393;
}
/*nice select job apply*/
.job-apply-select-dropdown .nice-select {
    line-height: 40px;
    width: 100%;
    border: none;
    font-family: var(--main-font);
    font-size: 14px;
    color: var(--primary-color);
    background-color: rgb(228 222 239 / 0.8);
    min-height: 50px;
    padding: 6px 18px;
    border-radius: 70px;
    font-weight: 400;
    text-align: left !important;
}
.job-apply-select-dropdown .nice-select.open .list {
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}
.job-apply-select-dropdown .nice-select .list {
    margin-top: 0;
    box-shadow: none;
    max-height: 300px;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 30px 30px;
}
.job-apply-select-dropdown .nice-select .list .option {
    font-weight: 400;
    line-height: 27px;
    min-height: 50px;
    text-align: left;
    border-radius: 0;
    margin-top: 0;
    padding: 10px 30px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal !important;
    border-bottom: 1px solid #e9e5f2;
}
.job-apply-select-dropdown .nice-select:after {
    border-bottom: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    height: 12px;
    margin-top: 0;
    right: 30px;
    top: 35%;
    width: 12px;
    border-radius: 2px;
}
.job-nice-select.open{
    border-radius: 30px 30px 0px 0px;
}
.job-apply-select-dropdown .nice-select .list::-webkit-scrollbar-track
{
    border-radius: 0;
    background-color: #F5F5F5;
}

.job-apply-select-dropdown .nice-select .list::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.job-apply-select-dropdown .nice-select .list::-webkit-scrollbar-thumb
{
    border-radius: 0;
    background-color: #555;
}
.job-apply-select-dropdown .nice-select .option:hover{
    background-color: #e9e5f2;
}
.job-apply-select-dropdown .nice-select .option:hover, .job-apply-select-dropdown .nice-select .option.focus, .job-apply-select-dropdown .nice-select .option.selected.focus {
    background-color: #e9e5f2;
}
.mandatory_span{
    color: red;
}
.sidecart-payment-cards img {
    height: 35px;
    width: 57px;
}
.sidecart-payment-cards {
    margin-top: 14px;
}
.in5-col-left a{
    display: block;
    color: #fff;
    text-decoration: none;
}
.huntr-footer-address a{
    display: block;
}

.contact-banner-dtls ul{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.contact-banner-dtls ul li{
    color: #fff;
    list-style: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}
.contact-banner-dtls ul li a{
    color: #fff;
    text-decoration: none;
}
.contact-banner-dtls ul li.cnt-adress{
    background-image: url("../../images/cnt-pin.svg");
    background-size: 14px;
}
.contact-banner-dtls ul li.cnt-mail{
    background-image: url("../../images/cnt-mail.svg");
    background-size: 20px;
}
.contact-banner-dtls ul li.cnt-phone{
    background-image: url("../../images/cnt-phone-call.svg");
    background-size: 16px;

}
.employment_type_dropdown .select2-selection__rendered{
    line-height: 40px;
    width: 100%;
    border: none;
    font-family: var(--main-font);
    font-size: 14px;
    color: var(--primary-color);
    background-color: rgb(228 222 239 / 0.8);
    min-height: 50px;
    padding: 6px 31px;
    border-radius: 70px;
    font-weight: 400;
    text-align: left !important;
}
#select2-employment_type-container{
    line-height: 40px;
    width: 100%;
    border: none;
    font-family: var(--main-font);
    font-size: 14px;
    color: var(--primary-color);
    background-color: rgb(228 222 239 / 0.8);
    min-height: 50px;
    padding: 6px 31px;
    border-radius: 70px;
    font-weight: 400;
    text-align: left !important;
}

.employment_type_dropdown .select2-selection__rendered::after {

    border-bottom: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    height: 12px;
    margin-top: 0;
    right: 30px;
    top: 35%;
    width: 12px;
    border-radius: 2px;
}

.employment_type_dropdown .select2.select2-container .select2-selection {
    border: none;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    height: 52px;
    padding-top:11px ;
    margin-top: -11px;
    margin-bottom: 0;
    outline: none !important;
    transition: all .15s ease-in-out;
}
/*.select2-search__field{*/
/*    border: none !important;*/
/*    background-color: #e9e4f2 !important;*/
/*}*/

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #350b76;
}
.job-apply-select-dropdown.employment_type_dropdownemployment_type_dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top: 6px;
}
.job-apply-select-dropdown.employment_type_dropdown .select2.select2-container .select2-selection .select2-selection__arrow{
    background-color: transparent;
    margin-top: 8px;
}
.select2-container .select2-dropdown .select2-search input{
    background-color: #350b76;
    color: #fff;
}
.select2-container .select2-dropdown .select2-results ul .select2-results__option {
    font-weight: 400;
    line-height: 27px;
    min-height: 50px;
    text-align: left;
    border-radius: 0;
    margin-top: 0;
    padding: 10px 30px;
}
.select2-container--default.select2-container--below.select2-container--focus#select2-employment_type-container{
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
}
.select2-container--below.select2-container--open .select2-selection__rendered{
    border-radius: 30px 30px 0px 0px!important;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single{
    background-color: transparent;
}
.work_location_dropdown .select2-selection__rendered{
    line-height: 40px!important;
    width: 100%;
    border: none;
    font-family: var(--main-font);
    font-size: 14px;
    color: var(--primary-color)!important;
    background-color: rgb(228 222 239 / 0.8);
    min-height: 50px;
    padding: 6px 31px!important;
    border-radius: 70px;
    font-weight: 400!important;
    text-align: left !important;
}
.work_location_dropdown .select2-selection__rendered::after {

    border-bottom: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    height: 12px;
    margin-top: 0;
    right: 30px;
    top: 35%;
    width: 12px;
    border-radius: 2px;
}
.work_location_dropdown .select2.select2-container .select2-selection {
    border: none;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    height: 52px;
    padding-top:11px ;
    margin-top: -11px;
    margin-bottom: 0;
    outline: none !important;
    transition: all .15s ease-in-out;
}
.job-apply-select-dropdown.work_location_dropdown .select2.select2-container .select2-selection .select2-selection__arrow{
    background-color: transparent;
    margin-top: 8px;
}
.work_location_dropdown, .work_experience_end_date_dropdown, .work_experience_start_date_dropdown{
    margin-top: 30px;
}
.work_experience_end_date_dropdown .select2-selection__rendered{
    line-height: 40px!important;
    width: 100%;
    border: none;
    font-family: var(--main-font);
    font-size: 14px;
    color: var(--primary-color)!important;
    background-color: rgb(228 222 239 / 0.8);
    min-height: 50px;
    padding: 6px 31px!important;
    border-radius: 70px;
    font-weight: 400;
    text-align: left !important;
}
.work_experience_end_date_dropdown .select2-selection__rendered::after {

    border-bottom: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    height: 12px;
    margin-top: 0;
    right: 30px;
    top: 35%;
    width: 12px;
    border-radius: 2px;
}
.work_experience_end_date_dropdown .select2.select2-container .select2-selection {
    border: none;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    height: 52px;
    padding-top:11px ;
    margin-top: -11px;
    margin-bottom: 0;
    outline: none !important;
    transition: all .15s ease-in-out;
}
.job-apply-select-dropdown.work_experience_end_date_dropdown .select2.select2-container .select2-selection .select2-selection__arrow{
    background-color: transparent;
    margin-top: 8px;
}
.work_experience_start_date_dropdown .select2-selection__rendered{
    line-height: 40px!important;
    width: 100%;
    border: none;
    font-family: var(--main-font);
    font-size: 14px;
    color: var(--primary-color)!important;
    background-color: rgb(228 222 239 / 0.8);
    min-height: 50px;
    padding: 6px 31px!important;
    border-radius: 70px;
    font-weight: 400;
    text-align: left !important;
}
.work_experience_start_date_dropdown .select2-selection__rendered::after {

    border-bottom: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    height: 12px;
    margin-top: 0;
    right: 30px;
    top: 35%;
    width: 12px;
    border-radius: 2px;
}
.work_experience_start_date_dropdown .select2.select2-container .select2-selection {
    border: none;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    height: 52px;
    padding-top:11px ;
    margin-top: -11px;
    margin-bottom: 0;
    outline: none !important;
    transition: all .15s ease-in-out;
}
.job-apply-select-dropdown.work_experience_start_date_dropdown .select2.select2-container .select2-selection .select2-selection__arrow{
    background-color: transparent;
    margin-top: 8px;
}
select2.select2-container .select2-selection .select2-selection__rendered {
    line-height: 40px;
    width: 100%;
    border: none;
    font-family: var(--main-font);
    font-size: 14px;
    color: var(--primary-color);
    background-color: rgb(228 222 239 / 0.8);
    min-height: 50px;
    padding: 6px 31px;
    border-radius: 70px;
    font-weight: 400;
    text-align: left !important;
}
.work-exp-chechbox{
    margin-top: 15px;
    padding-left: 15px;
    font-family: var(--main-font);
    color:var(--primary-color);

}
/*------------------------------------------pricing----------------------------------------------------*/
.pricing-banner{
    background-image: url('../../images/pricing-banner.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: transparent;
    height: 1040px;
}
.plan-image{
    width: 100%;
    height: 288px;
    background-image: url('../../images/basic-img-bg.svg');
    background-repeat: no-repeat;
    background-size: 86%;
    background-position: center;
}

/*------------------------------------------end pricing----------------------------------------------------*/
.nav-pills{
    justify-content: center;

}
.nav-pills li{
    margin-bottom: 30px;
}
.nav-pills li a{
    background-color: transparent;
    color: #350B76;
    border-radius: 63px;
    border: 1px solid #350B76;
    text-decoration: none;
    margin-right: 20px;
    padding: 12px 35px;
    margin-bottom: 30px;
}
.nav-pills li.active a,.nav-pills li a:hover{
    background-color: #350B76;
    color: #fff;
}
.slick-dots li button:before{
    color: #fff0!important;
    border: 1px solid #350076;
    width: 12px!important;
    height: 12px!important;
    background-color: #35007600;
    border-radius: 50px;
    opacity: 1!important;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #350076;
    background-color: #350076;
}
.plan-head{
    text-align: center;
}
.plan-head h2{
    color: #350B76;
    font-family: 'Gill Sans';
    font-weight: 600;
    font-size: 44px;
}
.plan-image{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #E6E6E6;
    margin-top: 20px;
    margin-bottom: 20px;
}
.plan-features ul{
    list-style: none;
    padding-left: 0px;
}
.plan-features ul li{
    color:#939393;
    font-size: 20px;
 }
.plan-price h1{
    color: #350B76;
    text-align: center;
    font-family: 'Gill Sans';
    font-weight: 600;
    font-size: 70px;
}

.plan-col-inner{
    padding: 30px;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(165,165,165,0.20);
    -moz-box-shadow: 0px 0px 8px 2px rgba(165,165,165,0.20);
    box-shadow: 0px 0px 8px 2px rgba(165,165,165,0.20);
    border-radius: 30px;
    border: 1px solid #fff;
    background-color: #fff;
}
.plan-col-inner:hover{
    border: 1px solid #350b76;
}
.standard-plan-bg{
    background-image: url('../../images/std-img-bg.svg');
    margin-top: 50px;
    margin-bottom: 20px;
}
.premium-plan-bg{
    background-image: url('../../images/premium-img-bg.svg');
}
.custom-package-col-inner{
    text-align: center;
}
.custom-package-head{
    margin-top: 60px;
    margin-bottom: 30px;
}
.custom-package-head h1{
    color:#350B76;
        font-family: 'Gill Sans';
        font-weight: 600;
}
.custom-package-link a{
    color: #fff;
    background-color: #350B76;
    border-radius: 50px;
    padding: 12px 30px;
    text-decoration: none   ;
}
.plan-features ul li{
    font-family: 'Gill Sans';
}
.plan-image img{
    width: 120px;
}
.basic-plan-bg img{
    width: 60px;
}
.pricing-bnr-col h1{
    font-family: 'Gill Sans';
    font-weight: 600;
    font-size: 30px;
}
.pricing-bnr-col h3{
    font-size: 20px;
    color: #fff;
}
.pricing-inner-row{
    align-items: center;
}
.standard-plan-col-inner .plan-price{
    padding-bottom: 40px;
}
.plan-features ul li::before {
    content: '';
    background-image: url('../../images/plan-tick.svg');
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px 20px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.standard-plan-col-inner .plan-head h2{
    margin-bottom: 50px;
}
.plan-col{
    margin-bottom: 40px;
}
#testimonialTab1 .nav-pills{
    justify-content: center;
}
.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.package-contact-link{
    text-align:center;
    margin-top: 30px;
}
.footer_cnt{
    padding-top: 20px;
}
.standard-plan .package-contact-link{
    margin-top: 40px
}
.standard-plan .plan-features ul{
    margin-bottom: 30px;
    margin-top: 30px;
}
.plan-price h1 span{
    font-size: 50px;
}
.loading_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 99999999999;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}
.loading_overlay_cnt{
    position: absolute;
    top: 55%;
    left: 50%;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    right: 50%;
    bottom: 50%;
    position: absolute;
}
/* label.label-mutiple-line {
    margin-top: 12px;
    margin-bottom: 6px;
} */
span.invalid-feedback{
    display: block;
    width: 100%;
}
.job-apply-select-dropdown  {
    margin-top: 0;
}
footer .row.l_section_cnt.mobile_view {
    margin-bottom: 15px;
}
footer .apstore img, footer .gplay img {
    width: 120px;
}
footer .footer-store-icons{
    display:flex;
    align-items:center;
}
footer .mobile_view.app-logos-row{
    margin-right: -15px;
    margin-left: -15px;
}
footer .mobile_view .footer-store-icons .gplay{
    margin-left:30px
}
footer .mobile_view .footer-store-icons .apstore, footer .mobile_view .footer-store-icons .gplay {
    padding: 0px 0;
}
footer .footer_cnt {
    padding-bottom: 28px;
}
footer .row.l_section_cnt.mobile_view {
    margin-bottom: 22px;
}
footer.h-blog-dtl-footer{
    background-color: transparent;
}
.search-result-dropdown .search-results{
    background-color: #fff;
    border-radius: 10px 10px;
    padding: 15px 15px;
    border: 1px solid #ced4da;
    margin-top:6px;
}
.search-result-dropdown ul{
    padding-left:0;
    list-style:none;
}
.search-result-dropdown ul li a{
    display:block;
    color:#333;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    border-bottom:1px solid #e1e1e1;
}
.search-result-dropdown ul li:last-child a{
    border-bottom:none;
}
.search-result-dropdown ul li a:hover{
    color:#350B76;
}
.h-blog-search .form-control:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}
.righthealth img, .common-wealth img{
    width: 190px;
}

/*impact*/

/*.goal_img img{*/
/*    height: 380px;*/
/*    width: 380px;*/
/*}*/
.goal_img img {
    height: 235px;
    width: 380px;
}
.automargin {
    margin: auto 0;
}
.imp_content_wrap h3{
    color: #330B76;
    font-weight: 600;
    font-size: 25px;
    font-family: var(--main-font);
}
.imp_content_wrap p{
    color: #5C5C5C;
    font-size: 18px;
    line-height: 28px;
}
.imp_content_wrap{
    padding-left: 20px;
}
.connect_line::after {
    content: '';
    background: url('../../images/bottomconnect.svg');
    height: 353px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 541px;
    background-position: 53% 48%;
    margin-top: -114px;
}
img.imp_line_connect {
    position: absolute;
    width: 441px;
    left: 36%;
    top: 69%;
}
.un_goal_row {
    align-items: center;
    /*padding-top: 20px;
    padding-bottom: 20px;*/
    position: relative;
}
.un_goal_row.hw_reverse {
    padding-bottom: 0;
}
/*.pillar_section img{*/
/*    width: 100%;*/
/*}*/
.connect_line_op{
    margin-top: -100px;
}


.reduction_row{
    margin-top: -120px;
}
.connect_line_op::after {
    content: '';
    background: url('../../images/topconnect.svg');
    height: 330px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 536px;
    background-position: 52% 15%;
    margin-top: -132px;
}
.imapct_bnr_cnt  .employer_right_img img {
    margin-left: 52%;
}
.pillar_text h2{
    color: #330B76;
    font-size: 35px;
    font-weight: 600;
    font-family: var(--main-font);
    text-align: center;
}
.tabrow{
    margin: 0;
}
.tabcontent h3{
    color: #330B76;
    font-weight: 600;
    font-size: 25px;
    font-family: var(--main-font);
    text-align: center;
}
.tabcontent  p {
    color: #5C5C5C;
    font-size: 18px;
    line-height: 28px;
    padding-left: 25px;
    width: 70%;
}
.greybox {
    min-height: 150px;
    background-color: #E4DEEF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.tabcontent{
    margin-bottom: 20px;
}
.pdl0{
    padding-left: 0px !important;
}
.connect_line .hw_item_content ,.reduction_row .hw_item_content {
    padding-left: 45px;
}
.tabsection{
    padding-top: 100px;
}
.row.tabrow {
    margin: 20px 0px;
}
.pillar_section .row {
    justify-content: center;
}
.pillar_section img {
    width: 684px;
}
.border{
    display: none;
}
.wrap_impact {
    background-image: url('../../images/impactbanner.png');
    background-size: 128%;
    background-position: 0%;
    background-color: transparent;
    background-repeat: no-repeat;
    /* background-size: cover; */
}

.imapct_bnr_cnt{
    min-height: 297px;
}
.blog-author-profile img{
    width: 100px;
}
.blog-author-profile {
    margin-right: 15px;
}
/*country code styles*/
.country-code-wrapper .dropdown dd, .country-code-wrapper .dropdown dt, .country-code-wrapper .dropdown ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.country-code-wrapper .dropdown dd ul li a span:first-child, .country-code-wrapper .dropdown dt a span span:first-child {
    /*background-image: url('https://i.imgur.com/OQiDoZe.png');*/
    /*background-repeat: no-repeat;*/
    /*width: 16px;*/
    /*height: 11px;*/
    /*display: inline-block;*/
    margin:5px;
    /*vertical-align: top;*/
}
.country-code-wrapper .dropdown dd ul {
    background: #fff;
    color: #C5C0B0;
    display: none;
    left: 0px;
    padding: 5px 0px;
    position: absolute;
    width: 270px;
    list-style: none;
    max-height: 170px;
    overflow-y: scroll;
    top: 10px;
    z-index: 2;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.24);
}
.country-code-wrapper .dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 5px;
    white-space: nowrap;
}
.country-code-wrapper .dropdown dt a img {
    position: relative;
    z-index: 1;
}
/* .country-code-wrapper .dropdown dt a span span:first-child:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
} */
.country-code-wrapper .dropdown dt a span span {
    display: inline-block;
    padding: 0;
}
.country-code-wrapper .dropdown dt a span span:first-child {
    padding: 0;
}
.country-code-wrapper .dropdown dd {
    position: relative;
}
.country-code-wrapper .dropdown a, .country-code-wrapper .dropdown a:visited {
    color: #4a535f;
    text-decoration: none;
    outline: none;
}
.country-code-wrapper .dropdown a:hover {
    color: #5d4617;
}
.country-code-wrapper .dropdown dt a:hover, .country-code-wrapper .dropdown dt a:focus {
    color: #5d4617;
}
.country-code-wrapper .dropdown dt a {
    /* line-height: 40px!important; */
    width: 100%;
    border: none;
    font-family: var(--main-font);
    font-size: 14px;
    color: var(--primary-color)!important;
    background-color: rgb(228 222 239 / 0.8);
    min-height: 50px;
    padding: 6px 13px!important;
    border-radius: 70px;
    font-weight: 400;
    text-align: left !important;
    position: relative;
    display: block;
    /* overflow: hidden; */

}
.country-code-wrapper {
    margin-right: 10px;
}
.country-code-wrapper li a {
    font-size:13px;
}

.country-code-wrapper li a span:nth-child(2) {
    line-height: 2em;
}
.country-code-wrapper .dropdown dd ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
    border-left:1px solid rgba(0,0,0,0.1);
}
.country-code-wrapper .dropdown dd ul::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.4);
    /*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5), 1px 0 0 #5cace9 inset, 2px 0 0 #b3d5ee inset;
        border-radius:10px;*/
}
.country-code-wrapper .dropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
    background: blue;
}
.country-code-wrapper .dropdown span.value {
    display: none;
}
.country-code-wrapper .dropdown dd ul li a {
    padding: 5px;
    display: block;
    font-size: 12px !important;
}
.country-code-wrapper .dropdown dd ul li a:hover {
    background-color: rgba(0,0,0,0.05);
}
.country-code-wrapper dl.dropdown {
    display: inline-block;
    width: auto;
    margin: 0 0;
}
.country-code-wrapper dl.dropdown dd ul a span:nth-child(3) {
    color: #350B76;
    float: right;
}
.country-code-wrapper dl.dropdown span:nth-child(3) {
    color: #350B76;
}
.country-code-wrapper dl.dropdown > span:nth-child(2) {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}
/*.country-code-wrapper dl.dropdown span:nth-child(3) {*/
/*    float: right;*/
/*}*/
.country-code-wrapper dl.dropdown dt span:nth-child(2) {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
}
/*.country-code-wrapper dl.dropdown dt span:nth-child(3) {*/
/*    display: none;*/
/*}*/
.country-code-wrapper dl.dropdown dt span:nth-child(2) {
    display: none;
}

.countryFlag {
    padding: 0;
    background-image: url("https://i.imgur.com/OQiDoZe.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 11px;
    margin-right: 4px;
    width: 16px;
    cursor: pointer;
    white-space: nowrap;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #BFBFC1 #B6B6B6 #969696;
    border-image: none;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}
/*.countryFlag:before {*/
/*-moz-border-bottom-colors: none;*/
/*-moz-border-left-colors: none;*/
/*-moz-border-right-colors: none;*/
/*-moz-border-top-colors: none;*/
/*background: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;*/
/*border-color: #BFBFC1 #B6B6B6 #969696;*/
/*border-image: none;*/
/*border-radius: 2px 2px 2px 2px;*/
/*border-style: solid;*/
/*border-width: 1px;*/
/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);*/
/*display: block;*/
/*overflow: hidden;*/
/*padding-right: 20px;*/
/*position: relative;*/
/*width: 25px;*/
/*}*/
/*country code styles*/
.clients_img .fassco img {
    height: 90px;
    width: auto;
}
/*-----------------------------------------employer1 page starts here------------------------------------------------*/
.employer_inner{
    background-image: linear-gradient(to right,#8F20B7,#410D7F);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    height:100vh;
}
.employer_outer .banner-wrapper{
    position: relative;
}
.employer_outer .glob-image{
    width: 450px;
    height: 450px;
}
.employer_outer .glob-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.employer_outer .double_circle{
    width: 175px;
    height: 150px;
    position: absolute;
    top: 0;
    right: 100px;
}
.employer_outer .double_circle img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.employer_outer .banner_head{
    width: 100%;
    font-size: 47px;
    line-height: 54px;
    font-weight: 600;
}
.employer_outer .employer-btn button{
    background-color: #A729CA;
    border-radius: 50px;
    border: none;
    color: #fff;
    padding: 10px 20px;
    box-shadow: 2px 2px 4px #48066a8c;
    animation: pulser 2s infinite;

}
.employer-btn button a{
    color: #fff;
}
.employer_outer .employer-btn button:hover{
    color:  #A729CA;
    background-color: #fff;
}
.employer_outer .employer-btn button:hover a{
    color:  #A729CA;
    text-decoration: none;
}
.employer_outer .mobile_double_circle{
    display: none;
    width: 115px;
    height: 160px;
    position: absolute;
    top: 15px;
    right: 0;
}
.employer_outer .mobile_double_circle img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
/* Employee section style */
.parallax .banner-image{
    width: 450px;
    height:450px;

}
.parallax .banner-image img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.employee-new,.jobs-header{
    background-image: linear-gradient(to right, #8F20B7,#410D7F);
}
/* .employee-banner-new{
    background-image: linear-gradient(to right, #8F20B7,#410D7F);
} */
.desktop_view h2{
    font-size: 47px;
    line-height: 54px;
    font-weight: 600;
    width: 80%;
}
.desktop_view p{
    font-size: 20px;
    line-height: 26px;
    font-weight: 100;
    width: 76%;
}

.row.emp_row {
    align-items: center;
}

.nav_btn-last{
    text-align: center;
}
.nav_btn-last .btn a{
    color: #fff !important;
}
.nav_btn-last .btn{
    background-color: #A729CA;
    border-radius: 50px;
    color: #fff;
    border-color: #fff;
    padding: 13px 55px;
    box-shadow: 0 0 0 rgb(213 48 165);
    animation: pulser 2s infinite;
}
.employee_btn{
    margin-top: 0;
    margin-bottom: 30px;
}
/*.featured-logo{*/
/*    width: 250px;*/
/*    height: 200px;*/
/*    object-fit: contain;*/
/*   padding: 0 30px;*/
/*}*/
.featuredin-section{
    background-color: #330B76;
    /*margin-bottom: 60px;*/
    padding-bottom: 100px;
}
.featuredin-section h2{
    font-size: 40px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px;
}
.feature-logo-column{
    display: flex;
    justify-content: center;
}
.featured-logo-new {
    width: 300px;
    height: 150px;
    object-fit: contain;
    margin: 30px 0;

}
.featured-logo-slider{
    width: 170px;
    height: 150px;
    object-fit: contain;
    margin: auto;

}
.job-images{

    width: 100%;
    height: 200px;
    object-fit: cover;
}
.job-images-section{
    margin: 80px 0;
}
.job-video-section{
    margin-bottom: 60px;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 0 10px;
}
.company-details-section h2 {
    font-size: 26px;
    color: #350B76;
    font-family: 'Gill Sans';
    font-weight: 600;
    margin:30px 0;
}
.company-details-section{
    margin-top: 50px;
    border-top: 1px solid #3B017A;
    text-align: center;
}
.company-all-details ul{
    padding-inline-start: 0!important;
    text-align: left;
}
.company-all-details li{
    list-style: none;
    font-size: 18px;
}
.company-profile-img {
    width: 150px;
    border-radius: 120px;
    box-shadow: 0px 3px 5px 0px hsl(0deg 0% 0% / 18%);
}
span.job-desc-left-new{
    color: #A3A3A3;
    font-weight: 800;
    font-size: 20px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    line-height: 3;
}
span.job-desc-right-new {
    color: #350076;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    text-align: left;
}
.banner-btn{
    background-color: #A729CA !important;
}
.banner-btn a{
   text-decoration: none;
}
.features{
    background-color: #F2EFF6;
    padding-top: 100px;
}

.feature-sinle-icon{
    width:100px;
}
.feature-head{
    font-size: 34px;
    color: #330B76;
    font-weight: 200;
}
.feature-single{
    text-align: center;
    padding: 10px 50px;
}
.home-btn{
    background-color: #330B76;
    color: #ffffff;
    padding: 10px 50px;
    border-radius: 50px;
    font-family: var(--font2);
    line-height: 24px;
    font-size: 16px;
    animation: pulser 2s infinite;
}
a.home-btn.btn:hover{
    color: #ffffffa3;
}
.feature-btn{
    margin-top: 30px;
    margin-bottom: 100px;
}
.client-single{
    width: 170px;
    height:150px;
    margin: auto;
    object-fit: contain;
}
.our-clients .slick-next,our-clients .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 53px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.our-clients .slick-next:before, .our-clients .slick-prev:before {
    font-family: slick;
    font-size: 50px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.our-clients .slick-dots {
    position: absolute;
    bottom: -80px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 80px;
    text-align: center;
}
.featured-in-group{
    padding-bottom: 100px;
}
.demo-request-section{
    background-color: #f9f6fb;
    padding-top: 80px;
    padding-bottom: 100px;
    margin-top: 100px;
    text-align: center;
}
.user-say{
    text-align: center;
    margin-bottom: 40px;
}
.demo-request-section h4{
    font-size: 40px;
    margin-bottom: 10px;
}
.demo-request-section p{
    font-size: 22px;
    font-weight: 100;
    color: #322B3B;
    margin-bottom: 30px;
}
.wrap_press .press_header{
    background-image: linear-gradient(to right, #8F20B7 , #410D7F);
}
.contact-headings h2{
    color: #330B76;
    font-weight: 100;
}
.contact-headings p{
    font-size: 24px;
    font-weight: 100;
    color: #3E3E3E;
}
.our-clients .slick-arrow{
    display: flex!important;
    width: 70px!important;
    height: 70px!important;
    justify-content: center;
    align-items: center;
    z-index: 997;
}

.our-clients .slick-prev:before{
    /*background-color: #ffffff;*/
    /*box-shadow: 1px 2px 10px #000;*/
    color: #000!important;
    border-radius: 50%;
    background-image: url('../../images/left-arrow-01.png');
    content: ''!important;
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
    z-index: 997;
}
.our-clients .slick-next:before {
    /* background: #fff;*/
    /*box-shadow: 1px 2px 10px #000;*/
    color: #000!important;
    border-radius: 50%;
    background-image: url('../../images/right-arrow-01.png');
    content: ''!important;
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
}
.our-clients .slick-arrow.slick-prev{
    left:0px!important;
}
.our-clients .slick-arrow.slick-next{
    right:0px!important;
}
.client_slider_item_group .slick-arrow{
    display: flex!important;
    width: 70px!important;
    height: 70px!important;
    justify-content: center;
    align-items: center;
    z-index: 997;
}
.client_slider_item_group .slick-prev:before{
    /* background: #fff; */
    /*box-shadow: 1px 2px 10px #000;*/
    color: #000!important;
    border-radius: 50%;
    background-image: url('../../images/left-arrow-01.png');
    content: ''!important;
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
    z-index: 999;
}
.client_slider_item_group .slick-next:before {
    /* background: #fff; */
    /*box-shadow: 1px 2px 10px #000;*/
    color: #000!important;
    border-radius: 50%;
    background-image: url('../../images/right-arrow-01.png');
    content: ''!important;
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
}
.client_slider_item_group .slick-arrow.slick-prev{
    left:-80px!important;
}
.client_slider_item_group .slick-arrow.slick-next{
    right:-80px!important;
}

.featured-in-slider-group .slick-arrow{
    display: flex!important;
    width: 70px!important;
    height: 70px!important;
    justify-content: center;
    align-items: center;
    z-index: 997;
}

.featured-in-slider-group .slick-prev:before{
    /* background: #fff;*/
    /*box-shadow: 1px 2px 10px #000;*/
    color: #000!important;
    border-radius: 50%;
    background-image: url('../../images/left-arrow-01.png');
    content: ''!important;
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
    z-index: 997;
}
.featured-in-slider-group .slick-next:before {
    /* background: #fff;*/
    /*box-shadow: 1px 2px 10px #000;*/
    color: #000!important;
    border-radius: 50%;
    background-image: url('../../images/right-arrow-01.png');
    content: ''!important;
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
}
.featured-in-slider-group .slick-arrow.slick-prev{
    left:0px!important;
}
.featured-in-slider-group .slick-arrow.slick-next{
    right:0px!important;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to right, #8F20B7 , #410D7F)!important;
    z-index:99999;
}
.sticky .navbar-brand img{
    width: 180px;
}

/* Recruitment section */
.recruitment-cnt h2,.recruitment-mobile-head {
    color: #330B76;
    font-size: 50px;
    line-height: 54px;
}
.recruitment-cnt  p {
    color: #454545;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 0;
    width: 72%;
}
.recruitment_right{
    width: 500px;
    height: 645px;
}
.recruitment_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recruitment-left-icon-image{
    width: 64px;
    height: 63px;
    margin-right: 30px;
}
.recruitment-left-icon-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.recruitment-left-cnt{
    padding: 10px 15px;
    border-radius: 15px;
}
.recruitment-left-cnt:hover{
    background-color: #f8f5f8;
    box-shadow:  2px 2px 4px #48066a8c;
}
.recruitment-mobile-head{
    display: none;
}


/* Employer1 style */
.employee-image1 img{
    width: 100%;
    height: 100%;
}
.pseudo-image img{
    width: 100%;
}
.pseudo-image{
    position: relative;
    left: -40px;
    top: 72%;
    transform: translateY(-50%);
}
.employer-first{
    margin-top: 105px;
}
.employer-first .desktop_view h3{
    color: #330B76;
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 0;
    position: relative;
    right: 107px;
    top: -27px;
}
.employer-first .desktop_view p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 100;
    width: 75%;
    color: #454545;
    margin-bottom: 58px;
}
.employer-first-mobile {
    background-color: #F9F6FB;
    border-radius: 22px;
    padding-bottom: 40px;
    text-align: center;
}

.data-table-section h2{
    font-weight: 500;
    color: #330B76;
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 20px;
    width: 100%;
}
.data-table-section p{
    font-size: 18px;
    width: 80%;
    line-height: 28px;
    color: #454545;
}

.map-sec .map-image img{
    width: 100%;
}
.map-sec .top-head h2{
    color: #330B76;
    text-align: center;
    font-size: 47px;
    margin-bottom: 13px;
    width: 100%;
}
.map-sec .top-head p{
    color: #454545;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin: 0;
}
.map-sec .last-sec-btn {
    text-align: center;
}

.emp-banner-wrapper{
    position: relative;
}
.mobile_view.employer-first-mobile .para-1 p,.para-2 p,.para-3 p {
    font-size: 20px;
    color: #3E3E3E;
    line-height: 27px;
    margin: 0 auto;
    width: 90%;
}

.job-banner-cnt h2 {
    font-weight: 600;
    font-size: 60px;
    color: #330B76;
    margin-bottom: 10px;
}
.job-banner-cnt p {
    font-weight: 300;
    font-size: 30px;
    color: #454545;
    margin: 0;
}
.col-job-banner{
    margin-top: 70px;
}

.job-nav-item{
    position: relative;
}
.dropdown-toggle::after{
    content: '';
    background-image: url("../../images/job-dropdown.png") !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 9px !important;
    height: 7px !important;
    position: absolute !important;
    top: 18px !important;
    left: 48px !important;
    border: none !important;
}
.dropdown-menu{
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 15px !important;
    left: -20px !important;
    box-shadow: 2px 2px 4px #48066a8c;
    border-radius: 15px;
}
.dropdown-item{
    padding: 8px 25px !important;
    font-size: 14px;
    font-weight: 300;
    color: #460682;
}
.dropdown-item:hover{
    background-color: #A729CA;
    color: #fff ;
}

ul li:first-child a.dropdown-item{
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}
ul li:last-child a.dropdown-item{
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}
.dropdown-menu a{
    color: #460682;
}
.employer-page-row{
    align-items: center;
}
.jobseaker-page-row{
    margin-top: 100px;
}
.last-fast-sec{
    padding-bottom: 10px;
}
.candidate-apply {
    margin-bottom: 25px;
}
.candidate-apply button {
    animation: pulser 2s infinite;
}
.form-control:focus{
    box-shadow: none;
}
.form-control:focus-visible{
    outline: none;
}
div#st-1 {
    margin-bottom: 20px;
}

.st-btn.st-first.st-remove-label,
.st-btn.st-remove-label{
    display: inline-block !important;
}
.modal-header.bg-transparent {
    justify-content: center;
}
.st-total{
    display: none !important;
}
span.invalid-feedback{
    margin-left: 15px;
    margin-top: 0;  
}
.require-msg {
    font-size: 13px;
    color: #dc3545;
    margin-top: 8px;
    margin-left: 15px;
}


/* Login modal style */
.desktop-modal .modal-open .modal{
    z-index: 9999 !important;
}
.desktop-modal .modal-dialog{
    max-width: 1170px;
}

.desktop-modal .modal-dialog .card-image{
    width: 230px;
    height: 210px;
    margin: auto;
}
.desktop-modal .modal-dialog .card-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.desktop-modal .modal-dialog .card-head p{
    font-size: 32px;
    line-height: 35px;
    font-weight: 600;
    color: #330B76;
    text-align: center;
    margin-bottom: 28px;
}
.desktop-modal .modal-dialog .card-login{
    text-align: center;
}
.desktop-modal .modal-dialog .card-login a{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    background: #350C78;
    padding: 8px 50px;
    border-radius: 46px;
}
.desktop-modal .modal-dialog .card-bottom{
    text-align: center;
    margin-top: 40px;
}
.desktop-modal .modal-dialog .card-bottom a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: #350C78;
}

.desktop-modal .modal-dialog .login-card{
    background-color: #FFFFFF;
    padding: 30px 25px 50px 24px;
    border-radius: 20px;
    max-width: 350px;
}
.desktop-modal .modal-dialog .modal-content{
    background: transparent;
    border: none;
}
.desktop-modal .modal-dialog .modal-header-top h5{
    font-size: 50px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    margin: 0;
}


.mobile-side-new{
    display: flex;
    align-items: center;
}
.mobile_nav_new .btn{
    display: none;
    background-color: transparent;
    border-radius: 50px;
    color: #fff;
    border-color: #fff;
    padding: 5px 25px;
    box-shadow: 0 0 0 rgb(213 48 165);
    animation: pulser 2s infinite;
    margin-right: 15px;
}




/* new section style */
.optimize {
    padding-bottom: 150px;
}
.optimize h2 {
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0.17rem;
}
.optimize p{
    font-family: var(--main-font);
    color: var(--color7);
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    width: 73%;
}
.image-sec {
    position: relative;
}
.image-sec h6 {
    position: absolute;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
}
.image-sec h6.title-top {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.image-sec h6.title-left{
    width: 30%;
    text-align: center;
    bottom: -65px;
    left: 0;
}
.image-sec h6.title-right{
    right: 75px;
    bottom: 4px;
}

.ontology {
    padding-bottom: 120px;
}
.ontology .titile h2 {
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0.17rem;
}
.ontology h3{
    color: var(--primary-color);
    font-size: 26px;
}

.ontology-wrapper img.list-image {
    width: 65px;
    height: 65px;
    object-fit: cover;
}
.ontology-points p{
    font-family: var(--main-font);
    color: var(--color7);
    font-size: 18px;
    font-weight: 300;
    width: 80%;
    margin: 0;
    margin-left: 20px;
}
.ontology-points{
    margin-bottom: 25px;
}
.ontology-points:last-child{
    margin-bottom: 0;
}
.ontology-wrapper {
    margin-top: 40px;
}
.image-sec img {
    width: 340px;
}
.onto-image img {
    width: 340px;
}

.light-text {
    font-weight:300;
}

.light-text-light-space {
    font-weight:300;
    letter-spacing: 0px;
}