/*
Theme Name: peoplesolutions
Theme URI: http://wordpress.org/themes/twentythirteen
Description: peoplesolutions
Author: Vaclav Velek
Author URI: https://wplama.cz/
Template: bootstrap-basic
Version: 1.0.0
*/

/* new styles
——————————————————- */
html {
    height: 100%;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: 'Poppins', sans-serif;
}
.container{
    max-width:1200px;
    width:100%;
}
html, body{
    background-color: #100f11;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
body#home-page {
    height: 100%;
    padding-bottom: 0;
}
header{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index: 999;
}
header ul li a{
    line-height: 40px;
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: white;
    font-family: 'Poppins', sans-serif;
}
header ul li a:hover{
    color:white;
}
header ul li a.login {
    border-radius: 3px;
    border: solid 2px #fc5d48;
    cursor: pointer;
}
header nav{
    float: right;
}
header ul {
    list-style: none;
    padding: 32px 0;
    margin: 0;
    display: table;
}
header ul li{
    display: table-cell;
}
header .logo{
    float:left;
    margin: 44px 0;
}
.loginleft{
    background-color: #6938d4;
    min-height: 700px;
    text-align: center;
    color:white;
}
.loginright{
    background-color: #2d0a5c;
    min-height: 700px;
    text-align: center;
    color:white;
}
.im-a-candidate, .im-an-employer {
    max-width: 450px;
    font-size: 70px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: center;
    color: white;
    margin-top: 190px;
    display: inline-block;
}
.loginleft h4, .loginright h4{
    max-width: 400px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    display: inline-block;
}
.loginleft button, .loginright button {
    width: 210px;
    line-height: 50px;
    border-radius: 3px;
    background-color: #fc5d48;
    color:white;
    margin: 30px auto;
    font-size: 15px;
    border:none;
}
.employer-banner {
    background-color: #2d0a5c;
    color: white;
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.employer-header{
    height: 730px;
}
.employer-banner h2{
    font-size: 70px;
    line-height: 84px;
    margin-top: 274px;
    font-weight: 600;
    position: relative;
    z-index: 90;
}
.employer-banner h1{
    font-size: 70px;
    line-height: 84px;
    margin-top: 274px;
    font-weight: 600;
    position: relative;
    z-index: 90;
}
.employer-banner h4, .employer-banner p, .employer-banner a, .employer-banner button{
    position: relative;
    z-index: 90;
}
.employer-banner h4{
    max-width: 400px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    display: inline-block;
}
.employer-banner button {
    width: 210px;
    line-height: 50px;
    border-radius: 3px;
    background-color: #fc5d48;
    color:white;
    margin: 30px auto 199px auto;
    font-size: 15px;
    border:none;
}
.employer-banner img {
    position: absolute;
    right: 40px;
    width: 1450px;
    bottom: 0;
    opacity: 1;
}
.content{
    background-color: white;
}
.content-employer{
    padding-top: 116px;
}
.content-employer p {
    opacity: 0.7;
    font-size: 15px;
    line-height: 1.73;
    letter-spacing: normal;
    color: #141616;
}
.content-employer h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    color: #6938d4;
    margin-bottom: 30px;
}
.content-employer h4 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.32;
    color: #6938d4;
    margin-top: 85px;
}
.content-employer .employer-last-text-box, .content-employer .col-sm-4{
    margin-bottom: 80px;
}
.content-employer .employer-text-box h4 {
    color:#141616;
}
.content-employer .employer-text-box a{
    color:#fc5d48;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
}
.employer-content-inner{
    max-width: 410px;
    margin: auto;
}
span.underline{
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
}
span.underline:after{
    content:"";
    display: block;
    width: 17px;
    height: 4px;
    background-color: #6938d4;
    position: absolute;
    left:0px;
    bottom: 0px;
}
.employer-content-inner2{
    color: #2d0a5c;
    max-width: 410px;
    margin: auto;
}
.employer-content-inner2 p{
    font-size: 19px;
    font-weight: 600;
    color:#2d0a5c;
    opacity: 1;
}
.employer-content-inner2 p.undername{
    font-size: 15px;
}
.employer-content-inner2 p.undername span{
    color: #6938d4;
    display: block;
    width:100%;
}
.employer-testimonilas{
    display: flex;
    flex-direction: column;
}
.employer-testimonilas .underline{
    margin-top: 40px;
}
.employer-testimonilas-image img{
    margin-top: 88px;
    margin-left: 16%;
}
.employer-text-box-image {
    position: relative;
    right: -100px;
}
.employer-banner.employer-banner2{
    min-height: 715px;
}
.employer-banner.employer-banner2 img {
    position: absolute;
    right: auto;
    width: 650px;
    bottom: -39%;
    opacity: 0.75;
    left: -100px;
}
.blog-banner.blog-banner2{
    min-height: 715px;
}
.blog-banner.blog-banner2 img {
    position: absolute;
    right: auto;
    width: 650px;
    bottom: -39%;
    opacity: 0.75;
    left: -100px;
}
.content-employer-welcome{
    text-align: center;
    padding-top: 118px;
}
.content-employer-welcome h4{
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    color: #141616;
}
.content-employer-welcome h2 {
    font-size: 50px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center; /* Changed from 'left' on 03-08-22 */
    color: #6938d4;
    max-width: 980px;
    display: inline-block;
    margin: 20px auto 50px auto;
}
.content-employer-welcome-mainimage{
    padding-bottom: 40px;
    margin-bottom: 140px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.content-employer-welcome-mainimage img{
    max-width:100%;
    height: auto;
    display: block;
    margin: 25px auto 100px auto;
}
.content-employer-welcome .what-we-believe, .content-employer-welcome .what-we-believe h4, .content-employer-welcome .what-we-believe h2{
    text-align: left;
}
.blocks-with-icons img{
    width:70px;
    height: auto;
}
.blocks-with-icons p {
    max-width: 260px;
    opacity: 0.7;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73;
    letter-spacing: normal;
    color: #141616;
}
.blocks-with-icons h4{
    max-width: 270px;
    font-size: 19px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    color: #6938d4;
}
.what-we-believe{

}
.content-vacancies{
    background-color: #f8f7fc;
    padding: 100px 0 70px 0;
}
.content-employer-welcome .content-vacancies h2 {
    font-size: 50px;
    font-weight: 600;
    margin: 0px auto 30px auto;
}
.content-better{
    font-size: 20px;
    color: #141616;
    padding: 100px 0;
    font-weight: 600;
}
.content-better button {
    width: 160px;
    line-height: 50px;
    border-radius: 3px;
    background-color: #fc5d48;
    color: white;
    margin: 0px auto;
    font-size: 15px;
    border: none;
    font-weight: 400;
}
.jonboxinner {
    background-color: white;
    padding: 30px;
    text-align: left;
    font-size: 15px;
    margin-bottom: 30px;
}
.jonboxinner a {
    width: 100%;
    line-height: 55px;
    border-radius: 3px;
    border: solid 1px #fc5d48;
    color: #141616;
    display: block;
    margin-top: 29px;
    text-align: center;
}
.jonboxinner p span{
    opacity: 0.5;
}
.jonboxinner img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.jonboxinner h5 {
    font-size: 19px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    color: #6938d4;
    margin: 0;
    padding: 0;
}
.jonboxinner h5.last{
    color: #b2a4d1;
    margin-bottom: 20px;
}
.content-vacancies .container>p{
    margin:0 auto 80px auto;
    max-width: 586px;
    display: block;
    font-size: 15px;
}
.resultpage{
    background-color: #f8f7fc;
    text-align: left;
    padding-top: 220px;
}

.resultpage h1 {
    font-size: 70px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #2d0a5c;
    margin: 0 0 20px 0;
}
.resultpage h2 {
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #6938d4;
    margin: 0 0 107px 0;
}
.resultpage .resultbanner{
    position: relative;
    width:100%;
}
.resultpage .resultbanner img {
    width: 370px;
    float: right;
    position: absolute;
    right: 0px;
    top: -87px;
}
.job-list .jonboxinner a {
    margin-top: -7px;
}
.job-list .jonboxinner{
    width: calc(100% + 30px);
    margin-left: -15px;
}
.job-list .jonboxinner>p {
    margin-bottom: 30px;
    padding-bottom: 30px;
    display: block;
    border-bottom: 1px solid #eee;
}
.job-filer{
    background-color: white;
    margin-bottom: 30px;
    padding: 30px 30px 35px 30px;
    width: 100%;
    font-size: 15px;
}
.job-filer input, .modal-content input {
    width: 100%;
    line-height: 55px;
    border-radius: 3px;
    border: solid 1px rgba(151, 151, 151, 0.33);
    background-color: white;
    margin-bottom: 17px;
    padding: 0 20px;
}
.job-filer input, .modal-content textarea {
    width: 100%;
    line-height: 55px;
    border-radius: 3px;
    border: solid 1px rgba(151, 151, 151, 0.33);
    background-color: white;
    margin-bottom: 17px;
    padding: 0 20px;
}
.job-filer button, .modal-content button {
    width: 100%;
    line-height: 55px;
    border-radius: 3px;
    background-color: #fc5d48;
    color:white;
    text-align: center;
    border:none;
}
.job-filer button.apply
{
    background-color: #6938d4;
}
body.job-search header ul li a, body.job-landing header ul li a{
    color: #2d0a5c;
}
.recently-job {
    line-height: 31px;
    border-radius: 15px;
    padding: 0 15px;
    background-color: rgba(252, 93, 72, 0.14);
    display: inline-block;
    float:right;
    color:#fc5d48;
}
.recently-job.added2{
    background-color: rgba(187, 174, 246, 0.33);
    color:#5f4dae;
}
.job-list .jonboxinner .col-md-6 img{
    float: right;
    margin-right: 0px;
    margin-left: 10px;
}
.pagination-result{
    margin: 60px auto 100px auto;
    display: block;
    padding: 0px;
    list-style: none;
    text-align: center;
}
.pagination-result li{
    display: inline-block;
    margin: 0 3px;
    width: 32px;
}
.pagination-result li a{
    color:white;
    padding: 4px 12px;
    color:#0a0724;
    font-size:15px;
    font-weight: 600;
}
.pagination-result li a.active{
    background-color: #fc5d48;
    color:white;
    border-radius: 2px;
}
.modal-underline-title {
    width: 100%;
    line-height: 25px;
    font-family: Poppins;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid silver;
    padding-top: 25px;
    margin-bottom: 50px;
    position: relative;
}
.modal-underline-title span {
    bottom: -11px;
    background-color: white;
    padding: 7px 35px;
    position: relative;
}
.btn-modal.signin-btn{
    background-color: #6938d4;
}
.modal-body, .modal-footer, .modal-header {
    position: relative;
    padding: 15px;
    max-width: 571px;
    margin: auto;
    border:none;
}
.modal-header {
    padding: 90px 15px 30px 15px;
    text-align: center;

}
.modal-header h2{
    font-size: 50px;
    font-weight: 600;
    margin-top: 22px;
}
.modal-footer{
    margin-bottom: 90px;
    border:none;
}
.modal-content {
    border-radius: 0px;
    background-image: url(images/cape_woman.svg);
    background-repeat: no-repeat;
    background-position: right -23% bottom -120%;
    background-size: 40% auto;
}
.modal-header .close {
    background-color: transparent;
    float: right;
    width: auto;
    position: absolute;
    top: 30px;
    right: -100px;
    opacity: 1;
}
.landingbanner{
    background-color: #6938d4;
    color:white;
}
.landingbanner h2{
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 190px;
    margin-bottom: 25px;
}

.landingbanner h1{
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 190px;
    margin-bottom: 25px;
}

.landingbanner h2 span{
    color:#141616;
}
.landingbanner h1 span{
    color:#141616;
}
.employer-banner.landingbanner img {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    opacity: 0.75;
}
.landingbanner .searchbox{
    max-width: 670px;
    min-height: 0;
    border-radius: 3px;
    box-shadow: 0 0 24px 0 rgba(45, 10, 92, 0.43);
    background-color: white;
    margin-bottom: 180px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 90;
    margin-top: 20px;
}
.landingbanner.employer-banner button {
    width: 106px;
    line-height: 50px;
    border-radius: 3px;
    background-color: #fc5d48;
    color: white;
    margin: 5px 0;
    font-size: 15px;
    border: none;
}
.landingbanner .searchbox input {
    width: calc(50% - 60px);
    border: none;
    line-height: 50px;
    margin: 0px;
    display: inline-block;
    padding: 0px 15px 0 30px;
    color: black;
}
.partners-banner1{
    text-align: center;
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.partnerlogo{
    margin-top: 20px;
}
.partners-banner1 h5 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #141616;
    margin-bottom: 20px;
    margin-top: -16px;
}
.partners-banner1 h2{
    max-width: 970px;
    margin-left:auto;
    margin-right: auto;
    display: inline-block;
}
.partners-banner2{
    text-align: left;
}
.partners-banner1.partners-banner2 h2{
    margin-top: 0;
}
.partners-banner1.partners-banner2 h5{
    text-align: left;
    margin-top: 60px;
}
.partners-banner2 .underline{
    float:right;
}
.jonboxinner .jonboxinner2 p{
    margin: 0 0 25px 0;
}
.jonboxinner2 {
    margin: 50px 0;
}
.jonboxinner.jonboxinner-landing{
    padding-left: 0px;
    padding-right: 0px;
}
.joblanding{
    background-color: white;
}
.joblanding h1 {
    max-width: 701px;
    font-size: 70px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #2d0a5c;
}
.back-landing-job{
    margin-top: 210px;
    color: #fc5d48;
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
}
.jonboxinner .jonboxinner-bottomshare{
    padding: 40px 0;
    line-height: 55px;
    color: #2d0a5c;
}
.jonboxinner .jonboxinner-bottomshare a.applybutton {
    width: 200px;
    line-height: 55px;
    border-radius: 3px;
    background-color: #fc5d48;
    color:white;
    float:left;
    margin-right: 25px;
    margin-top: 0px;
}
.jonboxinner a.sharebutton {
    width: 11px;
    line-height: 55px;
    border-radius: 3px;
    border: none;
    color: #141616;
    display: block;
    margin-top: 29px;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
    margin-top: 0px;
}
.jonboxinner a.sharebutton img{
    margin: 0px;
    margin-top: 0px;
}
.sound-box-image {
    position: relative;
    margin-top: 171px;
    padding-top: 242px;
}
.sound-box{
    border-radius: 6px;
    box-shadow: 0 0 24px 0 rgba(45, 10, 92, 0.02);
    background-color: #2d0a5c;
    padding: 30px;
    color:white;
    z-index: 90;
    position: relative;
    font-size: 15px;
    line-height: 1.73;
}
.sound-box-image img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0px;
}
.sound-box h4{
    font-size: 19px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.sound-box a {
    width: 100%;
    line-height: 55px;
    border-radius: 3px;
    background-color: #fc5d48;
    color: white;
    margin-top: 25px;
    text-align: center;
    display: inline-block;
}
.joblanding .content-employer-welcome .content-vacancies h2 {
    margin: 20px auto 60px auto;
}
.sliderjob .container{
    text-align: center;
    border-top:1px solid rgba(0,0,0,0.1);
}
.candidates .job-list .jonboxinner{
    box-shadow: 0 0 35px rgba(0,0,0,0.05);
}


/*the container must be positioned relative:*/
.custom-select {
    position: relative;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: white;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 26px;
    right: 20px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div {
    padding: 10px 20px;
    cursor: pointer;
    user-select: none;
    background-color: rgba(151, 151, 151, 0.33);
}
.select-selected {
    padding: 0px 20px;
    border: solid 1px rgba(151, 151, 151, 0.33);
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
    line-height: 55px;
    margin-bottom: 17px;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
.select-role  input{
    display: none;
}

.select-role label {
    display: inline-block;
    width: 50%;
    float:left;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 55px;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 17px;
    margin-left: 0px;
    margin-right: 0px;
}
.select-role label:first-of-type{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0px;
}
.select-role label:last-of-type{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0px;
}

.select-role button {
    display: inline-block;
    width: 150px;
    float:left;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 55px;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: 600;
    background-color: #f0edf6;
}
.select-role span{
    display: inline-block;
    float: left;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
    margin-right: 20px;
}

.select-role button:first-of-type{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0px;
}
.select-role button:last-of-type{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0px;
}
/*#temp:checked ~ label[for="temp"],#per:checked ~ label[for="per"]{
    background: #1f0540;
    background-color: rgba(105, 56, 212, 0.37);
}*/

button.select-role-active{
    background: #1f0540;
    background-color: rgba(105, 56, 212, 0.37);
}
.select-role-active{
    background: #1f0540;
    background-color: rgba(105, 56, 212, 0.37);
}
.candidates-banner {
    margin-bottom: 108px;
}
.landingbanner.employer-banner button.candidates-btn {
    width: 180px;
    line-height: 50px;
    border-radius: 3px;
    background-color: #fc5d48;
    font-size: 15px;
    letter-spacing: normal;
    text-align: center;
    color:white;
    z-index: 90;
    position: relative;
    margin-bottom: 229px;
    margin-left: 15px;
}

.landingbanner.employer-banner button.candidates-btn2 {
    width: 180px;
    line-height: 46px;
    border-radius: 3px;
    background-color: transparent;
    border-radius: 3px;
    border: solid 2px #fc5d48;
    font-size: 15px;
    letter-spacing: normal;
    text-align: center;
    color:white;
    z-index: 90;
    position: relative;
    margin-bottom: 229px;
}
.employer-banner.landingbanner img.image-arrows {
    width: 308px;
    left: 15px;
}
.employer-banner.landingbanner img.image-arrows2 {
    width: 308px;
}


.multi-item-carousel {
    overflow: hidden;

}
.sliderjob{
    background: rgba(248, 246, 249, 0.3);
    box-shadow: 0 0 50px rgba(248, 246, 249, 1);
}
.multi-item-carousel img {

}
.carousel-inner .item.active>div{
    opacity: 0.15;
}
.carousel-inner .item.active>div:nth-of-type(2){
    opacity: 1;
}
.multi-item-carousel .carousel-inner {
    width: 150%;
    left: -25%;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
    -webkit-transform: translate3d(33%, 0, 0);
    transform: translate3d(33%, 0, 0);
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-33%, 0, 0);
    transform: translate3d(-33%, 0, 0);
}
.multi-item-carousel .carousel-control.left, .multi-item-carousel .carousel-control.right {
    background: transparent;
    width: 25%;
    opacity: 1;
    z-index: 90;
    /* position: relative; */
}
.candidates .job-list .jonboxinner {
    box-shadow: none;
    background-color: white;
    margin: 50px 0 70px 0;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    background-color: #2d0a5c;
    margin-top: -27px;
    padding: 6px 0;
    text-shadow:none;
}
.glyphicon-chevron-left {
    background-image: url(../images/icons/white-arrow-left.svg);
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: center;
    color:transparent;

    text-shadow:none;
}
.glyphicon-chevron-right {
    background-image: url(../images/icons/white-arrow-right.svg);
    background-size: 50% auto;
    background-position: center;
    background-repeat: no-repeat;
    color:transparent;
    text-shadow:none;
}
.glyphicon-chevron-right {
    transform: rotate(-180deg);
}
.search-candidates {
    width: 160px;
    line-height: 50px;
    border-radius: 3px;
    background-color: #fc5d48;
    display: block;
    text-align: center;
    color: white!important;
    margin: 0 auto 120px auto;
    position: static;
}
.aboutusbanner{
    background-color: #bbaef6;
    color: #2d0a5c;
}
.aboutusbanner img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    right: -85px;
    bottom: -32%;
    width: 600px;
}
.aboutusbanner a {
    width: 136px;
    line-height: 50px;
    border-radius: 3px;
    background-color: #fc5d48;
    color:white;
    display: block;
    margin: 30px auto 198px auto;
}
.aboutusbanner h2, .aboutusbanner a{
    position: relative;
    z-index: 90;
}
.aboutusbanner h1, .aboutusbanner a{
    position: relative;
    z-index: 90;
}

.aboutus .employer-testimonilas-image img {
    margin-top: 88px;
    margin-left: 0;
    margin-bottom: 150px;
}
.employer-text-box-image.employer-text-box-image2{
    margin: 0;
    right: 0;
}
.aboutus-boxes{
    padding: 0 0 50px 0;
    margin: 0 0 50px 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.aboutus-boxes .col-sm-6 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-arrow{
    color: #fc5d48;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
}
.right-arrow img {
    transform: rotate(180deg);
    margin-left: 5px;
}
.what-we-do1, .blocks-with-icons2 {
    margin-bottom: 80px;
    padding-bottom: 90px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.what-we-do3{
    margin-top: 100px;
}
.what-we-do3 .employer-text-box{
    display: flex;
    flex-direction: column;
}
.what-we-do-banner a {
    width: 136px;
    line-height: 50px;
    border-radius: 3px;
    background-color: #fc5d48;
    color: white;
    display: block;
    margin: 30px auto 198px auto;
}
.employer-banner.employer-banner2.what-we-do-banner img {
    position: absolute;
    right: auto;
    width: 349px;
    bottom: -28%;
    opacity: 1;
    left: auto;
    right: 0px;
}
.sitemaplinks a{
    color: #6938d4;
    display: block;
    text-decoration: none;
    font-size: 19px;
    line-height: 39px;
}
.sitemaplinks a span{
    color: #fc5d48;
}
.sitemapbanner h2{
    position: relative;
    z-index: 90;
    margin-bottom: 300px;
    margin-top: 300px;
}
.sitemapbanner h1{
    position: relative;
    z-index: 90;
    margin-bottom: 300px;
    margin-top: 300px;
}
.sitemaplinks{
    margin-bottom: 120px;
}
.buttonboxes{
    margin: 150px 0;
}
.button-box-inner {
    max-width: 370px;
    border-radius: 5px;
    border: solid 1px #6938d4;
    padding: 20px 20px 10px 20px;
    margin: 10px 0;
    line-height: 1.4;
    font-size: 15px;
    opacity: 0.4;
    cursor: pointer;
}
.button-box-inner h4{
    line-height: 25px;
    font-size: 19px;
    font-weight: 600;
    color: #6938d4;
    margin: 0;
}
.button-box-inner .circle {
    width: 73px;
    height: 73px;
    background-color: #6938d4;
    border-radius: 73px;
    float: left;
    margin: 5px 20px 5px 0;
}
.button-box-inner.active {
    opacity: 1;
}
.answer-right{
    display: flex;
    flex-direction: column;
}
.answer-right>div{
    margin: auto;
}
/*.blog{
    background-color: rgba(105, 56, 212, 0.15);
    padding: 136px 0 86px 0;
    text-align: center;
    font-size: 15px;
}
.blog h2{
    color: #2d0a5c;
}
.blog span.underline {
    float: right;
    margin-bottom: 20px;
}
.blog .col-md-4 div{
    text-align: left;
    max-width: 300px;
    margin-bottom: 50px;
}*/
.content-employer .blog .col-md-4 div h4 {
    color: #2d0a5c;
    margin-top: 24px;
}
.content-employer .blog .col-md-4 div .time{
    color:#2d0a5c;
    opacity:0.6;
    font-weight: 600;
}
.blog-buttons{
    margin: 30px auto 109px auto;
}
.blog-buttons button{
    padding: 14px 20px;
    border: 1px solid rgba(77, 43, 121, 0.37);
    background-color: transparent;
    color: rgba(77, 43, 121, 0.37);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    min-width: 141px;
    margin: 0px;
}
.blog-buttons button:last-child{
    padding: 14px 20px;
    border: 1px solid rgba(77, 43, 121, 0.37);
    background-color: transparent;
    color: rgba(77, 43, 121, 0.37);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.blog-buttons button.active{
    background-color: #2d0a5c;
    border-color:#2d0a5c;
    color:white;
}

.ps-logo{
    display: table-caption; padding-left: 56px; padding-bottom: 10px;
}

footer{
    background-color: #100f11;
    color:white;
    text-align: center;
}
footer ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style: none;
    margin: 0px auto 30px auto;
    padding: 0px;
    font-size: 20px;
    display: table;
}
footer .logo-box{
    margin-top: 80px;
    margin-bottom: 10px;
}
footer ul li{
    display: table-cell;
}
footer ul li a{
    color:white;
    display: inline-block;
    padding: 0 20px;
}
footer ul li a:hover{
    color:white;
}
.page-template-aboutus header ul li a, .page-template-job-landing header ul li a{
    color: #2d0a5c;
}
.footer-second-menu{
    margin: 50px auto 30px auto;
    max-width: 600px;
}
.footer-second-menu a {
    font-size: 15px;
    font-weight: 500;
    padding: 6px 10px;
    color: white;
    display: inline-block;
}
.follous{
    margin: auto 0 116px auto;
}
.follous p{
    opacity: 0.7;
    font-size: 14px;
}
.follous img {
    margin: 5px;
}
.arrow-bottom {
    position: absolute;
    left:50%;
    margin-left: -7px;
    bottom: 26px;
    width: 14px!important;
}
.arrow-bottom img{
    position: static!important;
    margin: 2px 0!important;
    width: 14px!important;
    display: block;
}
.employer-content-border{
    border-top: 1px solid rgba(0,0,0,0.1);
}
.col-sm-3.employer-last-text-box{
/*    padding-left: 0;*/
}
.page-template-whatwedo .blocks-with-icons p{
    padding: 0 0 10px 0;
    max-width: 100%;
}
.page-template-whatwedo .blocks-with-icons{
    padding-bottom: 70px;
}
.employer-banner.landingbanner img.image-blog{
    width: 543px;
    left: -126px;
    bottom: -227px;
}
.employer-banner.landingbanner img.image-blog2{
    width: 543px;
    bottom: -227px;
    right: -100px;
}
.employer-banner.landingbanner img.image-about{
    width: 352px;
    left: -23px;
    bottom: -224px;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}
.employer-banner.landingbanner img.image-about2{
    width: 695px;
    bottom: -345px;
    right: -182px;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.employer-banner.employer-banner2 img.image-post{
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.blog-post{
    padding: 0px 40px 90px 40px; /* changed from 70px 50px 70px 50px on 28-07-22 */
}
.content-employer-welcome h2.post{
    text-align:left;
}
p.post{
    text-align: left;
}
.post-copy{
    line-height: 1.6;
    text-align: left;
    font-size: 15px;
    /*margin-bottom: 80px;*/
}

.post-copy a {
    color:#fc5d48;
}

.post-copy a:hover {
    color:#bbaef6;
    text-decoration:none;
}

.post-copy h3 { /*Added 11/08/2022 */
    color: #6938d4;
    margin-top: 32px;
    margin-bottom: 16px;
    font-weight: 600;
}

.content-employer-welcome h2.post-related-copy{
    margin-top: 15px;
    margin-bottom: 20px;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.text-copy{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73;
    letter-spacing: normal;
    color: #141616;
}
.modal-label{
    font-size:17px;
    margin-bottom:10px;
    color: #6938d4;
    font-weight: 600;
}
.margin-bottom{
    margin-bottom: 15px;
}

.thank-message{
    color: #6938d4;
    padding: 10px;
    font-size: 15px;
    display:none;
}

.home-clip{
    text-align: center;
    position: relative;
}
.cc-color-override-657694915 .cc-btn:hover, .cc-color-override-657694915 .cc-btn:focus {
    background-color: #fc5d48;
}
.home-clip-section{
    margin-bottom: 320px;
    margin-top: 70px;
    min-height: 170px;
}
.home-clip-section2{
    height: 333px;
    background-color: #6938d4;
    margin: 0 10px 0 10px;
}
.cc-color-override-657694915 .cc-btn:hover, .cc-color-override-657694915 .cc-btn:focus {
    background-color: #fc5d48 !important;
}
.home-clip video{
    position: absolute;
    bottom: 85px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-left: 10px;
    padding-right: 10px;
    width: 90%;
    z-index: 99;
}
.home-clip img{
    position:absolute;

    width: 25%;
    max-width: 279px;
    margin-left: 170px;
    bottom: 77%;
}
.apply-clear{
    text-align: center;
    padding: 7px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    header ul li a {
        padding: 0 7px;
    }
    .cc-color-override-657694915.cc-window {
    color: rgb(255, 255, 255);
    background-color: #6938d4;
}
.cc-color-override-657694915 .cc-btn:hover, .cc-color-override-657694915 .cc-btn:focus {
    background-color: #fc5d48;
}
}
@media (max-width: 767px) {
    .home-clip img{
        margin-left: 136px;
        bottom: 79%;
    }
    .cc-color-override-657694915.cc-window {
    color: rgb(255, 255, 255);
    background-color: #6938d4;

}
.cc-color-override-657694915 .cc-btn:hover, .cc-color-override-657694915 .cc-btn:focus {
    background-color: #fc5d48;
}
    .home-clip-section{
        margin-bottom: 240px;
    }
    .home-clip-section2{
        height: 230px;
        margin-bottom: 50px;
    }
    .employer-banner.landingbanner img.image-blog{
        width: 40%;
        left:0;
        bottom:0;
    }
    .employer-banner.landingbanner img.image-blog2{
        width: 40%;
        bottom: 0;
        right: 0;
    }
    .employer-banner.landingbanner img.image-about{
        width: 40%;
        bottom: -100px;
        left:0;
    }
    .employer-banner.landingbanner img.image-about2{
        width: 80%;
        bottom: -164px;
        right: -71px;
    }
    .carousel-inner>.item{
        width:300%;
    }
    .col-sm-3.employer-last-text-box {
        margin-bottom: 40px;
    }
    .carousel-inner{
        margin: 30px 0 50px 0;
    }
    .carousel-control{
        display: none;
    }
    .sitemapbanner h2 {
        margin-bottom: 150px;
    }
    .sitemapbanner h1 {
        margin-bottom: 150px;
    }
    .candidates .job-list .jonboxinner {
        margin: 0;
        padding: 20px;
        width: 100%;
    }
    .resultpage .resultbanner img {
        width: 50%;
        top: auto;
        opacity: 0.2;
        bottom: -150px;
    }
    .resultpage {
        padding-top: 120px;
    }
    .resultpage h1 {
        font-size: 40px;
    }
    .joblanding h1 {
        font-size: 40px;
    }
    .back-landing-job {
        margin-top: 110px;
    }
    .sound-box-image {
        margin-top: 0;
    }
    .jonboxinner.jonboxinner-landing {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .content-employer-welcome .what-we-believe, .content-employer-welcome .what-we-believe h4, .content-employer-welcome .what-we-believe h2 {
        text-align: center;
        max-width: 100%;
    }
    .candidates-banner {
        margin-bottom: 58px;
    }
    .employer-banner.landingbanner img.image-arrows {
        width: 30%;
        left: 15px;
    }
    .employer-banner.landingbanner img.image-arrows2 {
        width: 30%;
    }
    .landingbanner.employer-banner button.candidates-btn {
        margin-bottom: 129px;
    }
    .blocks-with-icons p {
        max-width: 100%;
    }
    .employer-banner img {
       width: 100%;
    }
    .employer-banner.employer-banner2 {
        min-height: 350px;
    }
    .employer-banner.employer-banner2.what-we-do-banner img {
        width: 50%;
        bottom: -10%;
    }
    .employer-banner.employer-banner2 img{
        width: 320px;
    }
    .content-employer-welcome {
        padding-top: 50px;
    }
    .aboutus-boxes {
        padding: 0 0 25px 0;
        margin: 0 0 25px 0;
    }
    .aboutus .employer-testimonilas-image img {
        margin-top: 30px;
        margin-left: 0;
        margin-bottom: 50px;
    }
    .content-employer h4 {
        margin-top: 45px;
    }
    header nav {
        float: right;
        background-color: black;
        width: 100%;
        position: fixed;
        right: 0px;
        top: 58px;
        max-width: 767px;
        display: none;
    }
    header ul {
        list-style: none;
        padding: 32px 0;
        margin: 0;
        display: block;
    }
    header ul li {
        display: block;
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }
    header ul li a{
        color: white!important;
    }
    header ul li a.login {
        border-radius: 3px;
        border: solid 2px #fc5d48;
        width: 100%;
        text-align: center;
    }
    .menuicon {
        position: fixed;
        top: 10px;
        right: 10px;
    }
    .menuicon div {
        width: 35px;
        height: 5px;
        background-color: #fc5d48;
        margin: 6px 0;
    }
    header .logo {
        float: left;
        margin: 20px 0;
    }
    .employer-banner h2 {
        font-size: 35px;
        line-height: 44px;
        margin-top: 150px;
        font-weight: 600;
    }
    .employer-banner h1 {
        font-size: 35px;
        line-height: 44px;
        margin-top: 150px;
        font-weight: 600;
    }
    .landingbanner .searchbox {
        max-width: calc(100% - 35px);
        margin-bottom: 100px;
    }
    h2 {
        font-size: 35px!important;
        line-height: 44px!important;
    }
    .employer-testimonilas-image img {
        margin-top: 0;
        margin-left: auto;
    }
    .buttonboxes {
        margin: 30px 0;
    }
    .employer-text-box-image {
        position: relative;
        right: 0;
        margin-top: 30px;
    }
    .blog {
        padding: 46px 0 20px 0;
    }
    .partners-banner1.partners-banner2 h5 {
        margin-top: 0;
    }
    br{
        display: none;
    }
    footer ul li {
        display: block;
        padding: 5px 15px;
    }
    .loginleft, .loginright {
        min-height: 0;
        padding: 80px 15px;
    }
    .loginleft h2, .loginright h2{
        margin-top: 30px;
    }
    .modal-header {
        padding: 30px 15px 15px 15px;
        text-align: center;
    }
    .modal-footer {
        margin-bottom: 15px;
    }
    .modal-underline-title {
        padding-top: 5px;
        margin-bottom: 20px;
    }
    .jonboxinner .col-xs-6{
        width: 100%;
    }
    .multi-item-carousel .carousel-inner {
        width: 100%;
        left: 0;
    }
    .carousel-inner>.item br{
        display: inline;
    }
    .job-list .jonboxinner a {
        margin-top: 20px;
    }
    .job-list .jonboxinner p {
        line-height: 31px;
    }
    .jonboxinner img {
        margin-top: 0;
    }
    .recently-job {
        float: none;
        margin-bottom: 25px;
    }
    .job-list .jonboxinner .col-md-6 img {
        margin-top: 4px;
    }
    .carousel-inner .item.active>div{
        opacity: 1;
    }
    .partnerlogo {
        margin-top: 50px;
    }
    .button-box-inner .circle {
        width: 53px;
        height: 53px;
        border-radius: 53px;
    }
    .content-employer .button-box-inner h4 {
        margin-top: 0;
    }
    .content-employer .button-box-inner p {
        padding-left: 70px;
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }

    .change .bar2 {opacity: 0;}

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-9px, -7px);
        transform: rotate(45deg) translate(-9px, -7px);
    }
    .bar1, .bar2, .bar3{
        transition: 0.4s;
    }
    .employer-testimonilas .underline {
        margin-top: 20px;
        position: relative!important;
        margin-bottom: 20px;
    }
    .content-employer .employer-last-text-box, .content-employer .col-sm-4 {
        margin-bottom: 40px;
    }
    .blog span.underline {
        float: left;
    }
    .underline02{
        margin-left: 15px;
    }
    .employer-testimonilas-image.visible-xs img{
        margin-bottom: 30px!important;
        margin-left: -29px!important;
        width: calc(100% + 29px)!important;
        max-width: calc(100% + 29px)!important;
    }
    .employer-testimonilas {
        margin: 20px 0;
    }
    .page-template-employer2 .employer-banner.employer-banner2 img {
        position: absolute;
        right: auto;
        width: 100%;
        bottom: -39%;
        opacity: 0.3;
        left: -100px;
    }
    .employer-banner.employer-banner2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .employer-header{
        height: 400px;
    }
}
@media (max-width: 480px) {

    .home-clip img{
        bottom: 63%;
        margin-left: 59px;
        width: 28%;
    }
    .home-clip video{
        bottom: 60px;
    }
    .home-clip-section{
        margin-bottom: 120px;
    }
    .home-clip-section2{
        height: 150px;
    }

    .select-role span{
        width: 100%;
    }
    .im-a-candidate, .im-an-employer {
        font-size: 40px;

    }
}
@media (max-width: 380px) {
    .landingbanner.employer-banner button.candidates-btn2{
        margin-bottom: 0;
    }
    .landingbanner.employer-banner button.candidates-btn{
        margin-left: 0;
    }
}

.cc-window.cc-banner{background:#6938d4;}
.cc-btn {
    background: #fff;
    color:#6938d4;
    border-radius:4px;
}
.cc-btn:hover {
	color:#fff;
    background: 6938d4;
}
.cc-color-override-657694915 .cc-btn:hover, .cc-color-override-657694915 .cc-btn:focus {
    background-color: #fff;
}
