@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');*/
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700,800');
@font-face {
    font-family: Dkbrush; /* Имя шрифта */
    src: url(fonts/dk-cinnabar-brush.ttf); /* Путь к файлу со шрифтом */
}
.full-aply-btn{
    width: 100%;
}
.apply-file-name{
    height: 38px;
    line-height: 38px;
    float: left;
    text-align: center;
    width: 100%;
}
img{
    image-rendering: auto;
}
.no-jobs{
    margin-bottom: 30px;
    font-size: 20px;
    color: #000;
    font-family: "Soleil-regular", sans-serif !important;
}
.job-list-desc p{
    color: #000 !important;
    text-align: justify;
    padding: 10px 0;
    line-height: 24px;
}
.responsive-menu-4{
    display: block;
}
.no-margin-top{
    margin-top: 0 !important;
}
.landing-title h2{
    padding:15px;
}
.landing-tabs{
    border-bottom:none;
    margin-bottom: 20px;
}
.landing-content{

}
.landing-content > .tap-pane{
    -ms-word-wrap: break-word;
    word-wrap:break-word;
}
.landing-content > .active {
    -ms-word-wrap: break-word;
    word-wrap:break-word;

    color: #000;
    font-size: 16px;
    line-height: 25px;
}
.landing-tabs > li.active > a, .landing-tabs > li.active > a:hover, .landing-tabs > li.active > a:focus{
    background: #ff5757;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
}
.landing-tabs > li > a{
    background: #ff5757;
    color: #fff;
    margin-right: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.landing-tabs > li > a:hover{
    background: rgba(255, 87, 87, 0.75);
}
.landing-general{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 140px;
}
.nav-wrapper {
    text-align: center;
    line-height: 48px;
}
.sl-nav {
    display: inline;
    transition: 0.5s !important;
}
.sl-nav ul {
    margin:0;
    padding:0;
    list-style: none;
    position: relative;
    transition: 0.5s !important;
}
.sl-nav li {
    cursor: pointer;
    color: #000;
    line-height: 49px;
    transition: 0.5s !important;
}
.sl-nav li ul {
    display: none;
    transition: 0.5s !important;
}

.sl-nav li:hover ul {
    position: absolute;
    top:59px;
    right:-18px;
    display: block;
    background: #fff;
    width: 120px;
    padding-top: 0px;
    z-index: 1;
    border-radius:5px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    transition: 0.5s !important;
}
.sl-nav li:hover .triangle {
    position: absolute;
    top: 45px;
    left: -68px;
    z-index: 10;
    height: 14px;
    overflow: hidden;
    width: 120px;
    display: block;
    background: transparent;
    transition: 0.5s !important;
}
.sl-nav li:hover .triangle:after {
    content: '';
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    margin-left: 68px;
    background: #fff;
    border-radius:2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    transition: 0.5s !important;
}
.sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding-bottom:0;
    z-index: 2;
    width: 100%;
    font-size: 15px;
    color: #3c3c3c;
    padding-left: 15px;
    line-height: 35px;
    transition: 0.5s !important;
}
.sl-nav li ul li:last-of-type {
    /*padding-bottom: 15px;*/
}
.sl-nav li ul li span {
    padding-left: 5px;
    color: #000 !important;
    transition: 0.5s !important;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
    color: #000 !important;
    transition: 0.5s !important;
}
.sl-nav ul li:hover{
    background: transparent;
    color: #ff5757;
}
.sl-nav ul li span:hover{
    background: transparent;
    color: #ff5757 !important;
}
.sl-flag {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
}
.flag-de {
    background: url('/public/img/flags/16/DE.png');
    background-size: cover;
    background-position: center center;
}
.flag-usa {
    background-size: cover;
    background-position: center center;
    background: url('/public/img/flags/16/EN.png');
}
.careerfy-jobdetail-options li b{
    font-size: 14px;
}
.careerfy-jobdetail-options li da{
    font-size: 16px;
    padding-left: 10px;
}
.new_apply{
    width: 50% !important;
    float: right !important;
    border: none !important;
    padding-right: 0 !important;
}
.country-all-list-landing li{
    float: left;
    width: 25%;
    line-height: 30px;
    padding-right: 15px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

}
.leftLst{
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 35px);
    left: -20px;
    background-color: #ff5757;
    color: #ffffff;
}
.rightLst{
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 35px);
    right: -20px;
    background-color: #ff5757;
    color: #ffffff;
}
.rightLst:hover, .leftLst:hover,.rightLst:focus, .leftLst:focus{
    color: #ffffff;
}
.country-all-list-landing li a{
    display: block;
}
.country-all-list-landing-line{
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.country-all-list-landing li a:hover{
    color: #ff5757;
    padding-left:5px;
    -webkit-transition: all .5s ease;;
    -moz-transition: all .5s ease;;
    -o-transition: all .5s ease;;
    transition: all .5s ease;
}
.off-vacancy{
    color: #fff;
    font-size: 40px;

    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    cursor: not-allowed;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
/*INDEX*/
.test-outline{
    outline:1px solid #000;
}
.red-hot-line{
    height: 100%;
    width: 7px;
    background: #ff5757;
    position: absolute;
    border-radius: 5px 0 0 5px;
}
.full-width{
    width: 100%;
    border-radius: 5px;
}
.job-list-logo{
    height:50px;
    margin-top: -15px;
    float: right;

}
.new-hot-joblist{
    background: #ff5757;
    padding:3px 15px 3px 15px;
    color: #fff;
    font-weight:bold;
    border-radius: 3px;
}
.my-big-img{
    float: left;
    position: relative;
    width: 100%;
    height: 500px;
    background-size: cover;
    margin-bottom: 5px;
    overflow: hidden;
}
.my-big-img p{
    font-size: 70px;
    font-weight:bold;
    color: #fff;
    background: transparent;
    z-index:26;
}
.my-big-img-center{
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.banner-transparent{*/
.my-big-img span{
    background-color: #1e3142;
    opacity: 0.25;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index:25;
}
.sticly-block{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 88px;
    will-change: position;
}
.careerfy-banner-submit input{
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
}
.responsive-menu-3{
    margin-left:5px;
}

#photos {
    float: left;
    /* Prevent vertical gaps */
    line-height: 0;

    -webkit-column-count: 5;
    -webkit-column-gap:   0px;
    -moz-column-count:    5;
    -moz-column-gap:      0px;
    column-count:         5;
    column-gap:           0px;
}

#photos img {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;
}
.material-switch > input[type="checkbox"] {
    display: none;
}
.fs-16{
    font-size: 16px !important;
}
.max-height-100 img{
    max-height: 100% !important;
}
.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -11.5px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    /*left: -4px;*/
    margin-top: -11.5px;
    position: absolute;
    top: -4px;
    transition: all 0.4s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
    background-color: #4fe3c1 !important;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 35px;
    background-color: #4fe3c1 !important;
}

/*NEWJOB*/
.material-switchh > input[type="checkbox"] {
    display: none;
}

.material-switchh > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switchh > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    /*margin-top: -11.5px;*/
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switchh > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    /*left: -4px;*/
    /*margin-top: -11.5px;*/
    position: absolute;
    top: -4px;
    transition: all 0.4s ease-in-out;
    width: 24px;
}
.material-switchh > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switchh > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 17px;
}

.alert-success{
    padding: 10px !important;
    color: #3c763d !important;
    background-repeat: repeat-x;
    background-color: #dff0d8;
    border-color: #d6e9c6 !important;
    background-image: none !important;
}
.blah{
    font-size: 12px;
    position: absolute;
    top: 40px;
}
.swbm {
    margin-top: 10px;
    margin-bottom: 0px !important;
}
.relocateme {
    width: 100% !important;
    float: left !important;
}
.relocatemer {
    width: 100% !important;
    float: right !important;
}
.asd,.asd1{
    position: relative;
    /*width: 120px;*/
    height: 500px;
    /*padding: 10px 20px 10px 10px;*/

}

.newmain{
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(255, 87, 87, 0.25);
    padding: 80px;
    text-align: center;
    color: #fff;

    background: url(/images/main_new_left2.jpeg);
    background-size: cover;
    background-position: 0px;
}
.newmain h2{
    font-size: 40px !important;
    font-weight: bold;
    color: #fff;
}
.sort-icon, .sort-icon-a, .sort-icon-d {
    position: relative;
}
.sort-icon:after{
    content: url("https://image.flaticon.com/icons/svg/128/128544.svg");
    position: absolute;
    width: 20px;
    left: 10px;
    top: 12px;
    opacity: 0.5;
}
.sort-icon-a:after{
    content: url("https://image.flaticon.com/icons/svg/128/128515.svg");
    position: absolute;
    width: 20px;
    left: 10px;
    top: 12px;
}
.sort-icon-d:after{
    content: url("https://image.flaticon.com/icons/svg/128/128528.svg");
    position: absolute;
    width: 20px;
    left: 10px;
    top: 12px;
}
.float-right{
    float: right ;
}
.float-left{
    float: left ;
}
.form-item {
    display: inline-block !important;
    vertical-align: top !important;
    position: relative !important;
}

.form-input {
    background-color: transparent !important;
    width: 100% !important;
    height: 40px !important;
    padding: 0px !important;
    border-bottom: 1px solid #000 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.form-input-text{
    background-color: transparent !important;
    width: 100% !important;
    height: 300px !important;
    padding-top: 20px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: 1px solid #000 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    font-weight: 400;
}
.cke_editor_job_dedcription,.cke_editor_job_summary {
    margin-top: 35px !important;
    border: 0px solid #d1d1d1 !important;
    border-bottom:1px solid #000 !important;
}
.cke_top, .cke_reset_all{
    background: rgba(255, 87, 87, 0.5) !important;
    border: none !important;
}
.cke_editable{
    font-size: 17px;
}

.form-label {
    position: absolute !important;
    pointer-events: none !important;
    left: 0px !important;
    top: 0 !important;
    line-height: 40px !important;
    transition: 0.5s !important;
}

.form-label-s {
    position: absolute;
    top: -10px !important;
    font-size: 12px !important;
    font-weight:bold !important;
    /*color: #000 ;*/
    color: #ff5757;
    border-color: #ff5757 !important;
    transition: 0.5s !important;
}

.container1,.container2{
    background: #eceeef;
    padding: 20px 0px 20px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
}
.q_text{
      padding-left: 20px;
      padding-bottom: 20px;
      color: #000;
  }
.delete{
    position: absolute;
    top: 10px;
    RIGHT: -100px;
    background: #ff5757 ;
    padding: 3px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
}
.add_form_field{
    background: #ff5757 ;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    margin-left:20px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
}
:-ms-input-placeholder { /* IE 10+ */
   color: #000000;
}
:-moz-placeholder { /* Firefox 18- */
   color: #000000;
}
.form-relocateme {
    width: 40% !important;
    float: left !important;
    padding:0 !important;
    margin-bottom: 20px !important;
    margin-left: 5%;
}
.form-relocatemer {
    width: 40% !important;
    float: right !important;
    padding:0 !important;
    margin-bottom: 20px !important;
    margin-right: 5%;
}
.form-90-imp{
    width: 90% !important;
}
.form-login{
    width:100% !important;
    float: left !important;
    padding:0 !important;
    margin: 10px 0;
}
.login i {
    position: absolute;
    right: 20px;
    bottom: 11px;
    font-size: 20px;
    color: #aaaaaa;
}
.alert-danger{
    padding: 10px !important;
    color: #a94442 !important;
    background-repeat: repeat-x;
    background-color: #f2dede;
    border-color: #ebccd1 !important;
    background-image: none !important;
}
.careerfy-savedjobs-links:hover{
    color: #000 !important;
}
.mtop10{
    margin-top: 20px;
}
.filters_block{
    /*height: 80vh;*/
    /*overflow-y: scroll;*/
    float: left;|
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.new-icon-delivery{
     content: url(/images/newicon/bicycle-2.png);
     width: 50px;
     height: 50px;
     text-align: center;
     margin: 0 auto;
 }
.new-icon-events{
    content: url(/images/newicon/champagne.png);
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
}
.new-icon-retail{
    content: url(/images/newicon/cash-register.png);
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
}
.new-icon-hospitality{
    content: url(/images/newicon/waiter-2.png);
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
}
.new-icon-salary{
     content: url(/images/newicon/pound-sterling.png);
     width: 32px;
     text-align: center;
     margin: 0 auto;
 }
.new-icon-category{
    content: url(/images/newicon/category.svg);
    width: 14px;
}
.careerfy-joblisting-classic figure{
    float: left !important;
    border: 0px solid #eeeeee !important;
    width: initial !important;
    margin-bottom: 10px;
}
.careerfy-option-btnn{
    float: right !important;
    padding: 8px 17px 8px 17px !important;
    font-size: 12px !important;
    color: #fff !important;
    background-color: #ff5757 !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    width: 100% !important;
    text-align: center !important;
    border-radius: 5px;
    word-wrap: break-word;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #fff !important;
}
.biglike{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    padding-top: 10px !important;
}
input[type="text"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder {color: #777777;opacity: 1}
input[type="text"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder{color: #777777;opacity: 1}

input[type="text"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {color: #777777;opacity: 1}
input[type="text"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder{color: #777777;opacity: 1}
.social-buttons{
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 10px;
}
.social-buttons img{
    border-radius: 4px;
}
.top_vac{
    color: #000000;
}
.mtmb{
    margin-top: 10px;
    margin-bottom: 10px;
    color:#000000;
    font-weight: 400 !important;
    line-height: 1.3em;
    letter-spacing: 0.02em;
}
.saveli{
    width: 100% !important;
    margin: 0 !important;
}

.saveemail{
    width: 30%;
    height: 30px;
    float: right;
    background-color: #ffffff;
    border-radius: 30px 5px 0px 0;
}
.swal2-popup .swal2-styled{
    background-color: #ff5757 !important;
}
.swal2-popup .swal2-input{
    height: 41px;
    border-bottom: 1px solid #273c4d !important;
    border-radius: 0px;
    background-color: #ffffff;
    padding: 6px 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: bolder;
    color: #777777;
    box-shadow: none;
    border-top: 0px solid #d9d9d9 !important;
    border-left: 0px solid #d9d9d9 !important;
    border-right: 0px solid #d9d9d9 !important;
}

html{
    overflow-x: hidden !important;
}
body {
    background-color: #ffffff;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
}
body p, div, span {
    font-family: 'Nunito Sans', sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #333333;
    font-family: 'proxima_nova_altbold', sans-serif;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.1px;
    margin: 0 0 8px;
}
body h2{
    font-family: 'proxima_nova_ltsemibold', sans-serif !important;
}
.sans{
    font-family: 'Open Sans', sans-serif !important;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333333;
}
p a {
    color: #333333;
}
p {
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    outline: none;
}
.make-p-margin{
    /*text-align: justify !important;*/
}
.make-p-margin p{
    margin-bottom:15px !important;
}

.make-p-margin ul,.make-p-margin ol{
    padding-left: 25px;
    color: #000;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.8px;
    line-height: normal !important;
    margin-bottom:15px !important;
}
ul {
    margin-bottom: 0;
}
figure {
    margin-bottom: 6px;
    position: relative;
}
img {
    height: auto;
    max-width: 100%;
}
strong {
    color: #333333;
}
iframe {
    border: none;
    float: left;
    width: 100%;
}
.wp-caption.alignleft, .wp-caption.alignnone {
    width: 100%;
}
.checkbox,
.radio {
    opacity: 0;
}
.checkbox-custom,
.radio-custom,.radio-custom-d {
    width: 25px;
    height: 25px;
    border: 1px solid #2c3e50;
    border-radius: 3px;
    position: relative;
}
.checkbox-custom,
.radio-custom,
.radio-custom-d,
.label {
    display: inline-block;
    vertical-align: middle;
}
.checkbox:checked + .checkbox-custom::before,
.radio:checked + .radio-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #ff5757;
    border-radius: 2px;
}
.radio-custom,
.radio:checked + .radio-custom::before {
    color: #ff5757 !important;
    border-radius: 50%;
}
.radio:checked + .radio-custom-d::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #273c4d;
    border-radius: 2px;
}
.radio-custom-d,
.radio:checked + .radio-custom-d::before {
    color: #4fe3c1 !important;
    border-radius: 50%;
}
select {
    background-color: #f0eef0;
    border: 0px solid #dfdfdf;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
}
label {
    color: #333333;
    display: block;
    margin-bottom: 10px;
}
button {
    border: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #f2f2f2;
    border: none;
    color: #000;
    display: inline-block;
    font-size: 17px;
    font-weight:bold;
    height: 30px;
    line-height: 20px;
    outline: none;
    padding: 4px 6px;
    vertical-align: middle;
    box-shadow: none;
}
input[type="submit"] {
    outline: none;
}
option {
    padding: 5px 15px;
}
li {
    line-height: 28px;
    list-style: inside none disc;
}
ul ul {
    margin-left: 20px;
}
ol {
    float: none;
    list-style: outside none decimal;
    padding-left: 15px;
}
ol ol {
    margin-left: 20px;
}
ol li {
    list-style: outside none decimal;
    width: 100%;
}
table {
    background-color: transparent;
    max-width: 100%;
}
th {
    text-align: left;
}
table {
    margin-bottom: 15px;
    width: 100%;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border: 1px solid #dddddd;
    line-height: 2.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}
table thead tr th {
    border-top: 1px solid #dddddd;
    text-align: center;
    text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #dddddd;
}
table > thead > tr > th {
    border-bottom: 2px solid #dddddd;
    vertical-align: bottom;
}
table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
    border-bottom: 0 none;
}
table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px 10px;
}
p ins {
    color: #999;
}
dl dd                           { margin-left: 20px; }
address                         { font-style: italic; }
.careerfy-right                { float: right; }
.careerfy-main-section         { position: relative; }
.careerfy-main-content         { padding: 50px 0px 10px 0px; }
.careerfy-main-content,.careerfy-main-section {
    float: left;
    width: 100%;
}
#loginform .default-btn,#regform .default-btn{
    border: none;
    width: 50%;
    margin-left:25%;
    font-size:17px;
    display: inline-block;
    background-color: #ff5757 ;
    padding: 10px 10px;
    line-height: 1;
    color: #273c4d;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;

    -webkit-transition: all 1s ease;;
    -moz-transition: all 1s ease;;
    -o-transition: all 1s ease;;
    transition: all 1s ease;
}
.default-btn{
    border: none;
    display: inline-block;
    background-color: #ff5757 ;
    padding: 15px 15px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;

    -webkit-transition: all 1s ease;;
    -moz-transition: all 1s ease;;
    -o-transition: all 1s ease;;
    transition: all 1s ease;
}
.bgc{
    background-color: #273c4d !important;
    color: #fff !important;
}
.default-btn-s{
    border: none;
    display: inline-block;
    background-color: #ff5757 ;
    padding: 5px 30px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.careerfy-plain-btn a{
    -webkit-transition: all 1s ease;;
    -moz-transition: all 1s ease;;
    -o-transition: all 1s ease;;
    transition: all 1s ease;
}
.default-btn:hover, .default-btn-s:hover,.default-btn-responsive:hover,.careerfy-plain-btn a:hover{
    box-shadow: inset 0 0 0 50px #000;
    color: #ff5757 !important;
}
.default-btn:focus, .default-btn-s:focus,.default-btn-responsive:focus{
    box-shadow: inset 0 0 0 50px #000;
    color: #ff5757 !important;
}
.ml5{
    margin-left:5% !important;
}
.tleft{
    text-align: left;
}
.tcent{
    text-align: center !important;
}
.vacancies-active{
    width: 100%;
    float: left;
    padding: 10px;
    display: block;
    transition: 1s;
}
.vacancies-active a{
    display: block;
    color: #273c4d ;
}
.vacancies-active:hover{
    background-color: #4FE3C1 ;
}
.show-info{
    width: 50%;
    float: right;
    text-align: center;
    padding: 10px;
    transition: 1s;
}
.show-info a{
    color: #B2B2B2;
}
.show-info:hover{
    background: #eceeef;
}
.company-buttons{
    width:100%;
    float: left;
    padding: 10px 20px;
    background-color: #ff5757 ;
    text-align: center;
    border-radius: 5px;
    transition: 1s;
}
.company-buttons a{
    color: #fff;
    display: block;
}
.company-buttons:hover{
    box-shadow: inset 0 0 0 50px #000;

    background-color: #000 ;
}
.company-buttons:hover a,.default-btn-s a:hover {

    color: #ff5757;
}
.careerfy-featured-listing-options h8 {
    float: left;
}

.respon-popular a i,.resp-33 i{
    color: #ff5757 !important;
}
.default-btn-h{
    margin-top: 10px;
    font-style: normal;
    border: none;
    display: inline-block;
    background-color: transparent ;
    padding: 5px 0px;
    text-align: left;
    line-height: 1;
    color: #273c4d;
    font-weight: bolder;
    text-transform: uppercase;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.default-btn-h:hover{
    padding: 5px 30px;
    background-color: rgba(255, 87, 87, 0.5);
}
.checstatus{
    /*background: #f2f2f2;*/
    color: #273c4d;
    padding: 5px;
    font-size: 12px;
    border-radius: 3px;
}
.careerfy-profile-title span{
    float: right;
    margin-left: 10px;
}

.col-xs-1of5, .col-sm-1of5, .col-md-1of5, .col-lg-1of5, .col-xl-1of5 {
@include make-col-ready();
    width: 100%;
}
.typeahead-wrapper {
    display: block;
    margin: 50px 0;
}
.tt-dropdown-menu {
    background-color: #fff;
    border: 1px solid #000;
}
.tt-suggestion.tt-cursor {
    background-color: #ccc;
}
.triggered-events {
    float: right;
    width: 500px;
    height: 300px;
}

.tt-menu,
.gist {
    text-align: left;
}

.table-of-contents li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.table-of-contents li a {
    font-size: 16px;
    color: #999;
}

.careerfy-banner-search ul li span,.careerfy-banner-search-2 ul li span{
    position: initial !important;
    display: inherit !important;
}

.title {
    margin: 20px 0 0 0;
    font-size: 64px;
}

.example {
    padding: 30px 0;
}

.example-name {
    margin: 20px 0;
    font-size: 32px;
}

.demo {
    position: relative;
    *z-index: 1;
    margin: 50px 0;
}

.typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 100%;
    min-width: 225px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -moz-border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    max-height: 175px;
    overflow-y: auto;
}
#category .tt-dropdown-menu {
    max-height: 150px;
    overflow-y: auto;
}
.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #273c4d;
    background-color: #ff5757 ;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 14px;
}

.braintree-sheet__header{
    padding:10px !important;
}
.braintree-sheet__header-label, .braintree-sheet__icons{
    padding-bottom: 0px !important;
}
.braintree-form__field-group{
    padding: 10px !important;
    margin-bottom: 0px !important;
}
.braintree-form__label{
    padding: 10px 0 !important;
}
.braintree-form__descriptor{
    margin-left: 0px !important;
}
.cssload-thecube-test{
    left: 55% !important;
    top: 35% !important;
}
.overlayblock{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 888;
    height: 100vh;
    width: 99vw;
    background: url(/emp/bg.png);
    background-size: 50%;
    transition: .5s;
}
#dropin-container{
    transition: 1s;
}
.invoice-block{
    padding: 0px 0px 20px 0px;
    float: left;
    width: 100%;
    transition: .5s;
}
.invoice-head{
    font-size: 17px;
    color: #000;
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 5px;
}
.invoice-body{
    font-size: 17px;
    color: #000;
    padding: 20px;
    border-bottom: 1px solid #f2f2f2;
}
.invoice-body-s{
    font-size: 15px;
    text-align: right !important;
    padding: 10px;
    color: #000;
}
.invoice-body-r{
    font-size: 15px;
    padding: 10px;
    color: #000;
}
.invoice-total{
    border-top: 2px solid #ff5757;
    border-bottom: 2px solid #ff5757;
    font-weight:bold;
    font-size: 17px;
}
.braintree-heading{
    visibility: hidden !important;
}
.cssload-thecube {
    position: absolute !important;
    z-index: 999;
    left: 47%;
    top: 20%;
    width: 73px;
    height: 73px;
    margin: 0 auto;
    margin-top: 49px;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 87, 87);
    animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
    animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}



@keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -o-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%, 10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -ms-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -moz-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}
.loader{
    display: none;
    opacity: 0;
}
/*End Pay form */
#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}

#multiple-datasets .league-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}

#rtl-support .tt-menu {
    text-align: right;
}

/*end*/
#text_comment, #text_commentt, #text_commenttt {
    font-size: 20px;
    margin: 30px 0;
}
.textarea_apply{
    float: left;
    width: 100%;
    height: 100px;
    border: 1px solid #efefef;
    border-radius: 2px;
    background-color: #ffffff;
    padding: 6px 13px;
    margin: 0px;
    font-size: 12px;
    color: #777777;
}
.candidate-profile-my{
    width: 100%;
    margin: 10px 0;
    background-color: #fff !important;
    border: 1px solid #273c4d !important;
    border-radius: 3px;
}
.descprof{
    border-top: 1px solid rgba(0,0,0,0.08) !important;
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
}
:focus::-webkit-input-placeholder {opacity:0;}/* webkit */
:focus::-moz-placeholder          {opacity:0;}/* Firefox 19+ */
:focus:-moz-placeholder           {opacity:0;}/* Firefox 18- */
:focus:-ms-input-placeholder      {opacity:0;}/* IE */
.col-xs-1of5 { @include make-col(1, 5); }

@include media-breakpoint-up(sm) { .col-sm-1of5 { @include make-col(1, 5); } }
@include media-breakpoint-up(md) { .col-md-1of5 { @include make-col(1, 5); } }
@include media-breakpoint-up(lg) { .col-lg-1of5 { @include make-col(1, 5); } }
@include media-breakpoint-up(xl) { .col-xl-1of5 { @include make-col(1, 5); } }
/* Header */
#careerfy-header,.careerfy-header-one {
    float: left;
    width: 100%;
}
.careerfy-header-one {
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
    z-index: 99999;
}
.careerfy-logo {
    float: left;
    margin: 11px 0px 11px 0px;
}
.careerfy-logo img{
    max-height: 70px;
}
.testsearch{
    background: rgba(153, 153, 153, 0.2);
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.tsba{
    background: #ff5757 !important;
    color: #fff;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
.tsba:before{
    content: url('/images/bell.png');
    position: absolute;
    left: 3px;
    top: 3px;
}
.tsba:hover:before{
    animation: shadow  .25s linear infinite;
}
@keyframes shadow {
    0% {left: 5px}
    10% {left: 4px}
    20% {left: 5px}
    30% {left: 4px}
    40% {left: 5px}
    50% {left: 4px}
    60% {left: 5px}
    70% {left: 4px}
    80% {left:5px}
    90% {left: 4px}
    100% {left: 5px}
}
.companypage{
    float: right;
}
.lh-100{
    line-height: 100px;
}
.gradient{
    background: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
}
.testsearchh{
    float: left;
    padding-left: 5px;
    border-radius: 5px;
    /*margin-left: 5px;*/
    margin-right: 5px;
    margin-bottom: 5px;
}
#job_summary_count,#job_dedcription_count{
    position: absolute;
}
#job_dedcription_count{
    top: 10px;
    right: 2px;
}
#job_summary_count{
    top: 0px;
    right: 7px;
}
.applutabs li a {
    color: #273c4d;
    font-size: 17px;
    font-weight: bold;
    border-top: 2px solid #273c4d;
    border-bottom: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    margin-bottom: 20px;
    transition: .5s;
}
.applutabs li:active a,
.applutabs li:active a:hover,
.applutabs li:active a:focus{
    border-top: 2px solid #4FE3C1;
    border-bottom: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
}
.applutabs > li.active > a, .applutabs > li.active > a:hover, .applutabs > li.active > a:focus{
    border-top: 2px solid #ff5757;
    border-bottom: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    background-color: #fff;
    color: #ff5757;

}
.applutabs > li > a:hover{
    border-top: 2px solid #ff5757;
    border-bottom: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    color: #ff5757;
    background-color: #fff;
}
/* Navigation */
.arrow:before,.arrow:before{
    content: url("/images/newicon/play-arrow-red-16.png");
    position: absolute;
    /*top:-10px;*/
    bottom:2px;
    text-align: center;
    z-index: 99;
}

.navbar-nav li {
    float: left;
    position: relative;
    list-style: none;

}
.navbar-nav > li                                    { padding: 0px 19px 0px 19px; }
.navbar-nav .sub-menu > li:last-child > a           { border: none; }
.navbar-nav > li > a {
    font-size: 14px;
    float: left;
    color: #000;
    padding:16px 0;
    position: relative;

}

.navbar-nav > li > a:before {
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 100%;
    height: 0px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-nav > li:hover > a:before,
.navbar-nav > li.active > a:before {
    opacity: 1;
}
.navbar-nav li:hover{
    background: #ff5757;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mailbg,.navbar-nav,.mailbg-d{
    margin: 20px 0;
}
.before:before{
    background-color: #4FE3C1 !important;
}
.beforee:before{
    background-color: #273c4d !important;
}
.mailbg li:hover{
    background: #4FE3C1;
    border-radius: 5px;
}
.mailbg-d li:hover{
    background: #273c4d;
    border-radius: 5px;
}
.mailbg li:hover > a{
    color: #273c4d !important;
}
.mailbg-d li:hover > a{
    color: #4FE3C1 !important;
}
.mailbg > li > a,.mailbg-d > li > a{
    padding:16px 0;
}

.mailbg li:hover > .arrow-light:before, .arrow-light:before, .arrow-light:before{
    content: url("/images/newicon/play-arrow-green-16.png") ;
    position: absolute;
    bottom:2px;
    text-align: center;
    z-index: 999;
}
.mailbg-d li:hover > .arrow-dark:before, .arrow-dark:before, .arrow-dark:before{
    content: url("/images/newicon/play-arrow-dark.png") ;
    position: absolute;
    bottom:2px;
    text-align: center;
    z-index: 999;
}
.navbar-nav li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.navbar-nav .sub-menu {
    background-color: #ffffff;
    right: 0;
    margin: 22px 0px 0px 0px;
    padding: 0px 20px;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 200px;
    z-index: 999;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.navbar-nav .sub-menu .sub-menu {
    left: 100%;
    top: 20%;
}
.navbar-nav .sub-menu > li {
    float: left;
    width: 100%;
}
.navbar-nav .sub-menu li a {
    color: #656c6c !important;
    float: left;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}
.navbar-collapse.collapse { display: block; }
/* User Section */
.careerfy-user-section {
    float: left;
    padding: 25px 0px;
}
.careerfy-user-section li {
    float: left;
    list-style: none;
    padding: 6px 13px 6px 13px;
    position: relative;
    font-weight: bold;
}
.careerfy-user-section li:first-child{
    /*margin-top: 10px;*/
}
.careerfy-user-section li:last-child{
    margin-bottom: 10px;
}
.careerfy-user-section li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 20px;
}

.careerfy-user-section li:first-child:before   { display: none; }
.careerfy-simple-btn {
    float: right;
    padding: 9px 16px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px;
    margin: 24px 0px 0px 19px;
    overflow: hidden;
    position: relative;
}
.careerfy-simple-btn i                         { margin-right: 9px; }
/* Counter */
.careerfy-counter {
    float: left;
    width: 100%;
}
.careerfy-counter ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 27px;
    border-left: 1px solid #e9e9e9;
}
.ml-desc-20{
    margin-left: 20px;
}
.en-mt-desctop-50{
    /*margin-top:20px;*/
}
.careerfy-counter ul li:first-child            { border: none; }
.careerfy-counter ul li small                  { font-size: 14px; }
.word-counter {
    display: block;
    color: #313131;
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 5px;
}
/* Banner */
.careerfy-banner {
    float: left;
    width: 100%;
    position: relative;
    padding: 215px 0px 200px 0px;
}
.careerfy-banner-transparent {
    opacity: 1;
    position: absolute;
    left: 0;
    top: -101px;
    width: 100%;
    height: 800px;
    background: url('/images/head_bg3-compressor.jpeg');
    background-position: 0 -125px;
    background-size: cover;
}
/* Banner Caption */
.careerfy-banner-caption {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;

    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.font-weight-bold{
    font-weight:bold;
}
.careerfy-banner-caption h1 {
    margin-bottom: 17px;
    font-size: 65px;
    color: #ffffff;
    font-weight: 200;
    line-height: 1.2;
}
.careerfy-banner-caption p {
    display: inline-block;
    width: 60%;
    font-size: 24px;
    /*font-size: 18px;*/
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 48px;
}
/* Banner Search */
.careerfy-banner-search,
.careerfy-banner-search-2{
    display: inline-block;
    /*width: 85%;*/
    width: 70%;
    margin-bottom: 33px;
}
.careerfy-banner-search-2{
    margin-top:20px;
}
.careerfy-banner-search ul,
.careerfy-banner-search input[type="text"],
.careerfy-banner-search input[type="submit"],
.careerfy-banner-search-2 ul,
.careerfy-banner-search-2 input[type="text"],
.careerfy-banner-search-2 input[type="submit"],
.careerfy-select-style select {
    float: left;
    width: 100%;
    position: relative;
}
.mobile-text, .menu-mobile{
    display: none;
}
.da{
    width: 100%;
    height:100%;
    overflow: hidden;
}
.careerfy-banner-search ul li {
    float: left;
    width: 30%;
    margin-right: 1%;
    list-style: none;
    position: relative;
    border-radius: 5px;
}

.careerfy-banner-search-2 ul li {
    float: left;
    width: 31.333%;
    list-style: none;
    position: relative;
    border-radius: 5px;
}

.careerfy-banner-search ul li:last-child,
.careerfy-banner-search-2 ul li:last-child
{ width: 6%; margin-right: 0%;}
.careerfy-banner-search input[type="text"],
.careerfy-banner-search-2 input[type="text"]{
    background-color: #ffffff;
    height: 60px;
    border: 1px solid #f2f2f2;
    border-left: none;
    font-size: 15px;
    color: #666666;
    padding: 8px 18px;
}
.careerfy-banner-search ul li i ,
.careerfy-banner-search-2 ul li i {
    position: absolute;
    right: 19px;
    top: 21px;
    color: #999999;
    font-size: 16px;
}
/* Fancy Title */
.careerfy-fancy-title {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px;
}
.swal2-popup .swal2-input{
    padding: 0 !important;
}
.swal2-popup .swal2-input, .swal2-popup .swal2-file, .swal2-popup .swal2-textarea{
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}
.careerfy-fancy-title h2 {
    margin-bottom: 3px;
    text-transform: uppercase;
}
.careerfy-fancy-title p {
    margin-bottom: 0px;
    font-weight: 300;
}
/* Parallex Text */
.careerfy-parallex-text {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 45px 0px 0px 0px;
}
.careerfy-parallex-text h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.3;
}
.careerfy-parallex-text p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 29px;
}
.careerfy-static-btn {
    display: inline-block;
    padding: 17px 30px;
    line-height: 1;
    color: #273c4d;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.careerfy-static-btn span,
.careerfy-simple-btn span {
    z-index: 2;
    position: relative;
}
.careerfy-static-btn:after,.careerfy-static-btn:after,
.careerfy-simple-btn:after,.careerfy-simple-btn:after{
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.30;
    position: absolute;
    top: -50px;
    width: 50px;
    z-index: 0;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
     -moz-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: rotate(35deg);
     -moz-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
       -o-transform: rotate(35deg);
          transform: rotate(35deg);
}
.careerfy-static-btn:hover:after,
.careerfy-simple-btn:hover:after
{
    left: 120%; }
/* Testimonial Slider */
.careerfy-testimonial-section {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #f9f9f9 url(/emp/bg.png);
    background-size: 97%;
}
.careerfy-testimonial-slider {
    float: left;
    width: 60%;
    padding: 0px 0px 0px 108px;
    position: relative;
    margin-top: 90px;
}
.careerfy-testimonial-wrap p {
    font-size: 30px;
    color: #333333;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 23px;
    position: relative;
}
.careerfy-testimonial-slider:before {
    content: "\e957";
    font-family: icomoon;
    position: absolute;
    left: 65px;
    top: 12px;
    color: #d1d1d1;
    font-size: 29px;
}
.careerfy-testimonial-wrap p:after {
    content: "\e957";
    font-family: icomoon;
    display: inline-block;
    color: #d1d1d1;
    font-size: 29px;
    margin-left: 15px;
    -webkit-transform: scale(-1);
       -moz-transform: scale(-1);
        -ms-transform: scale(-1);
         -o-transform: scale(-1);
            transform: scale(-1);
}
.careerfy-testimonial-text {
    float: left;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding-top: 19px;
}
.careerfy-testimonial-text h2 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 400;
}
.careerfy-testimonial-slider .slick-arrow {
    position: absolute;
    right: 0px;
    bottom: 14px;
    z-index: 999;
    width: 25px;
    height: 25px;
    border: 2px solid #999999;
    border-radius: 100%;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    font-size: 11px;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.careerfy-testimonial-slider .slick-arrow:hover { color: #ffffff; }
.careerfy-testimonial-slider .slick-arrow.slick-arrow-left {
    right: 36px;
    line-height: 20px;
    -webkit-transform: scale(-1);
       -moz-transform: scale(-1);
        -ms-transform: scale(-1);
         -o-transform: scale(-1);
            transform: scale(-1);
}
/* Blog */
.careerfy-blog {
    float: left;
    width: 100%;
}
.careerfy-blog ul li               { list-style: none; }
.careerfy-blog > ul > li           { margin-bottom: 30px; }
/* Blog Grid */
.careerfy-blog-grid figure,.careerfy-blog-grid-text,
.careerfy-blog-grid figure a,.careerfy-blog-grid figure img,
.careerfy-blog-tag,.careerfy-blog-grid-option,.careerfy-read-more {
    float: left;
    width: 100%;
}
.careerfy-blog-grid figure { margin-bottom: 0px; }
.careerfy-blog-grid-text {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    padding: 15px 30px 30px 30px;
}
.careerfy-blog-tag a {
    font-size: 12px;
    color: #e12335;
    text-transform: uppercase;
    font-weight: 500;
}
.careerfy-blog-grid-text h2 {
    font-size: 18px;
    margin-bottom: 3px;
    line-height: 23px;
}
.careerfy-blog-grid-option {
    margin: 0px 0px 8px 0px;
}
.careerfy-blog-grid-option li {
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 8px 0px 8px;
    position: relative;
}
.careerfy-blog-grid-option li:first-child { padding-left: 0px; }
.careerfy-blog-grid-option li:first-child:before { display: none; }
.careerfy-blog-grid-option li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 13px;
    width: 1px;
    height: 11px;
    background-color: #c9c9c9;
}
.careerfy-blog-grid-text p {
    line-height: 22px;
    margin-bottom: 23px;
    font-weight: 300;
}
.careerfy-read-more {
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    padding: 17px 0px 17px 0px;
    line-height: 1;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
li:hover .careerfy-read-more { background-color: transparent; }
.careerfy-logo-thumb {
    float: right;
    padding-top: 50px;
}
.careerfy-parallex-text.careerfy-logo-text p { font-size: 14px; }
/* SubHeader */
.careerfy-subheader {
    float: left;
    width: 100%;
    text-align: center;
    background: url(images/subheader-bg.jpg);
    background-color: #1e3142;
    position: relative;
    padding: 45px 0px 87px 0px;
}
.careerfy-subheader.careerfy-subheader-without-bg {
    background-image: none;
    padding-bottom: 0px;
}
.careerfy-subheader-without-bg .careerfy-page-title { padding: 33px 0px 40px 0px; }
.careerfy-page-title h1 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 600;
}
.careerfy-page-title p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 300;
}
.careerfy-breadcrumb {
    float: left;
    width: 100%;
    background-color: #121d28;
    text-align: center;
    padding: 11px 0px 1px 0px;
}
.careerfy-breadcrumb ul {
    display: inline-block;
}
.careerfy-breadcrumb ul li {
    float: left;
    list-style: none;
    padding: 0px 17px;
    position: relative;
    color: #ffffff;
}
.careerfy-breadcrumb ul li:before {
    content: "\eb60";
    font-family: icomoon;
    position: absolute;
    left: -2px;
    top: 1px;
    color: #ffffff;
    font-size: 9px;
}
.careerfy-breadcrumb ul li:first-child:before { display: none; }
.careerfy-breadcrumb ul li a {
    color: #ffffff;
}
.careerfy-subheader.careerfy-subheader-with-bg { padding-bottom: 0px; }
.careerfy-subheader-with-bg .careerfy-page-title { padding: 20px 0px 66px 0px; }
/* About Text */
.careerfy-about-text,.careerfy-about-text span,
.careerfy-about-thumb {
    float: left;
    width: 100%;
}
.careerfy-about-text { margin-bottom: 70px; }
.careerfy-about-thumb { margin-bottom: 66px; }
.careerfy-about-text h2 {
    margin-bottom: 10px;
    line-height: 1;
    text-transform: uppercase;
}
.careerfy-about-text .careerfy-about-sub {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 19px;
}
.careerfy-about-text p {
    margin-bottom: 17px;
}
.careerfy-about-text .careerfy-static-btn { margin-top: 14px; }
/* Modren Counter */
.careerfy-modren-counter {
    float: left;
    width: 100%;
}
.careerfy-modren-counter ul li {
    list-style: none;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.careerfy-modren-counter ul li:nth-child(3n):before { display: none; }
.careerfy-modren-counter ul li:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    border-bottom: 2px dashed #e9e9e9;
    width: 100%;
    height: 2px;
}
.careerfy-modren-counter ul li:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    background-color: #31beed;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 3px solid #dcf4fc;
    box-shadow: 0px 0px 0px 3px #aae4f7 inset;
    margin-left: -10px;
}
.careerfy-modren-counter i {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 28px;
}
.careerfy-modren-counter span {
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.careerfy-modren-counter small {
    font-size: 13px;
    color: #999999;
}
/* Classic Services */
.careerfy-classic-services {
    float: left;
    width: 100%;
}
.careerfy-classic-services ul li {
    list-style: none;
    text-align: center;
    line-height: 1;
    padding-top: 30px;
    margin-bottom: 40px;
}
.careerfy-classic-services i {
    display: inline-block;
    width: 140px;
    height: 140px;
    color: #273c4d;
    border-radius: 100%;
    border: 2px dashed #4FE3C1;
    font-size: 66px;
    /*padding-top: 36px;*/
    padding-top: 30px;
    margin-bottom: 27px;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.careerfy-classic-services ul li i{
    animation: rotate-btn .5s linear 2 paused;
    -webkit-animation: rotate-btn .5s linear 2 paused;
}
.careerfy-classic-services ul li:hover i {
    background-color: #4FE3C1 ;
    color: #273c4d;

    animation: rotate-btn2 .5s linear 2  ;
    -webkit-animation: rotate-btn2 .5s linear 2  ;
}
.redanim{
    animation: red 3s linear;
    -webkit-animation: red 3s linear;
}
.redanim2{
    border: 1px solid red;
    animation: red 3s linear;
    -webkit-animation: red 3s linear;
}
.nomargin{
    margin: 0px !important;
}
@keyframes red{
    0% {
        border-color: red;
    }
    100% {
        border-color: transparent;
    }
}
@keyframes rotate-btn {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(-360deg);
    }
    100% {
         transform: rotate(0);
     }
}
@keyframes rotate-btn2 {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(-360deg);
    }
    100% {
        transform: rotate(0);
    }
}
.jobres-head{
    font-size: 17px;
    font-weight:bold;
    color: #000;
    padding: 15px 0 0 0px;
}
.jobres-body{
    font-size: 15px;
    color: #000;
    padding: 5px 0px 10px 0;
}
/*NEW ICON*/

.adw-icon-standart img{
    width: 66px;
}
/* End NEW ICON*/
.careerfy-classic-services span {
    font-size: 150px;
    color: #f0f0f0;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 0.7;
    font-weight: 500;
}
.careerfy-classic-services h2 {
    font-size: 20px;
    margin-bottom: 19px;
    line-height: 1;
}
.careerfy-classic-services p {
    font-size: 16px;
    display: inline-block;
    width: 80%;
}
/* Service Slider */
.careerfy-service-slider,.careerfy-service-slider-layer a,
.careerfy-service-slider-layer a img {
    float: left;
    width: 100%;
}
.careerfy-service-slider {
    position: relative;
    padding-bottom: 58px;
    margin-bottom: 38px;
    height: 626px;
}
.careerfy-service-slider-layer {
    text-align: center;
    padding: 0px 5px;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.careerfy-service-slider .slick-track { padding: 50px 0px; }
.careerfy-service-slider-layer a {
    position: relative;
    margin-bottom: 23px;
}
.careerfy-service-slider a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.50);
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.careerfy-service-slider span {
    font-size: 16px;
    color: #333333;
}
.careerfy-service-slider small {
    font-size: 12px;
    color: #666666;
}
.careerfy-service-slider .slick-current.slick-active { width: 460px !important; margin-top: -50px; }
.careerfy-service-slider .slick-current a:before { opacity: 0; }
.careerfy-service-slider-layer:last-child { display: none; }
.careerfy-service-slider .slick-arrow {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 49px;
    height: 49px;
    background-color: #a0aab6;
    font-size: 17px;
    color: #ffffff;
    border-radius: 100%;
    text-align: center;
    padding-top: 13px;
    margin-left: -49px;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.careerfy-service-slider .slick-arrow-left.slick-arrow { padding-top: 12px }
.careerfy-service-slider .slick-arrow-left.slick-arrow:before {
    content: '';
    position: absolute;
    right: 49px;
    top: 24px;
    width: 115px;
    height: 1px;
    background-color: #e9e9e9;
}
.careerfy-service-slider .slick-arrow-right.slick-arrow:before {
    content: '';
    position: absolute;
    left: 49px;
    top: 24px;
    width: 115px;
    height: 1px;
    background-color: #e9e9e9;
}
.careerfy-service-slider .slick-arrow-left.slick-arrow i {
    display: inline-block;
    -webkit-transform: scale(-1);
       -moz-transform: scale(-1);
        -ms-transform: scale(-1);
         -o-transform: scale(-1);
            transform: scale(-1);
}
.careerfy-service-slider .slick-arrow-right.slick-arrow {
    left: auto;
    right: 50%;
    margin-right: -69px;
    margin-left: 0px;
}
.careerfy-service-slider .slick-arrow:hover {
    background-color: #13b5ea;
    color: #ffffff;
}
/* Services Classic */
.careerfy-services-classic {
    float: left;
    width: 100%;
    margin-bottom: 22px;
}
.careerfy-services-classic ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.careerfy-services-classic ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 80px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #d4e0ee;
}
.careerfy-services-classic ul li:nth-child(4n):before,
.careerfy-services-classic ul li:first-child:before {
    left: 50%;
    width: 49%;
}
.careerfy-services-classic ul li:nth-child(3n):before {
    width: 49%;
}
.careerfy-services-classic span {
    display: inline-block;
    width: 150px;
    height: 150px;
    border: 1px dashed #d7e2ee;
    border-radius: 100%;
    padding-top: 13px;
    margin-bottom: 39px;
    position: relative;
    background-color: #ffffff;
}
.careerfy-services-classic span i {
    display: inline-block;
    width: 120px;
    height: 120px;
    font-size: 48px;
    background-color: #ffffff;
    border-radius: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
    color: #273c4d;
    padding-top: 36px;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.careerfy-services-classic li:hover span i {
    background-color: #4FE3C1 ;
    color: #ffffff;
}
.careerfy-services-classic h2 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 16px;
    font-weight: 400;
}
.careerfy-services-classic p {
    letter-spacing: 0px;
    display: inline-block;
    width: 80%;
    line-height: 24px;
}
/* Search Widget */
.careerfy-search-form-widget,.careerfy-search-form-widget form,
.careerfy-search-form-widget form input[type="text"] {
    float: left;
    width: 100%;
}
.careerfy-search-form-widget form {
    position: relative;
}
.careerfy-search-form-widget form label {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 500;
}
.careerfy-search-form-widget form input[type="text"] {
    background-color: #f3f3f3;
    height: 41px;
    font-size: 15px;
    color: #9c9c9c;
    padding: 6px 20px;
}
.careerfy-search-form-widget form input[type="submit"] {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 41px;
    height: 41px;
    background-color: transparent;
    border: none;
    z-index: 2;
}
.careerfy-search-form-widget form i {
    color: #aaaaaa;
    position: absolute;
    right: 20px;
    bottom: 13px;
    font-size: 15px;
    z-index: 1;
}
.widget .careerfy-slash-title {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #242634;
    line-height: 1;
    margin-bottom: 0px;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 9px;
    margin-bottom: 18px;
}
.widget-text-info p {
    letter-spacing: 0px;
    margin-bottom: 20px;
    line-height: 22px;
}
.careerfy-text-btn {
    display: inline-block;
    padding: 14px 18px;
    line-height: 1;
    color: #273c4d;
    font-size: 14px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
}
/* Widget Faq */
.widget_faq ul,.widget_faq ul li {
    float: left;
    width: 100%;
}
.widget_faq ul li {
    list-style: none;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.widget_faq ul li a {
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.widget_faq h2 { position: relative; }
.widget_faq h2:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    top: 2px;
    color: #909090;
    font-size: 15px;
}
/* Faq Accordion */
.careerfy-accordion {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.careerfy-accordion .panel {
    border: none;
}
.careerfy-accordion .panel-body {
    padding: 0px 0px 16px 0px;
}
.careerfy-accordion .panel-heading {
    padding: 0px 0px 15px 0px;
}
.careerfy-accordion .panel-default > .panel-heading {
    background-color: transparent;
}
.careerfy-accordion .panel-heading a.collapsed {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #242634;
}
.careerfy-accordion .panel-heading a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #4FE3C1 ;
}
.careerfy-accordion .panel-heading a i {
    float: left;
    color: #4FE3C1 ;
    font-size: 20px;
    margin: 2px 12px 0px 0px;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.careerfy-accordion .panel-heading a.collapsed i {
    float: left;
    color: #cccccc;
    font-size: 20px;
    margin: 3px 12px 0px 0px;
    -webkit-transform: scale(-1);
       -moz-transform: scale(-1);
        -ms-transform: scale(-1);
         -o-transform: scale(-1);
            transform: scale(-1);
}
/* Classic PricePlane */
.careerfy-classic-priceplane,.careerfy-priceplane-section,
.careerfy-classic-priceplane h2,.careerfy-classic-priceplane-title,
.grab-classic-priceplane,.grab-classic-priceplane ul,
.grab-classic-priceplane ul li,.careerfy-classic-priceplane-btn {
    float: left;
    width: 100%;
}
.careerfy-classic-priceplane {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
    padding: 30px 0px 30px 0px;
    margin-bottom: 30px;
    border-radius: 4px;
}
.careerfy-classic-priceplane h2 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 8px;
    text-align: center;
    padding: 0px 15px;
}
.careerfy-classic-priceplane-title {
    text-align: center;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 22px;
}
.careerfy-priceplane-section {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 13px 16px 14px 26px;
}
.careerfy-priceplane-section span {
    float: left;
    color: #333333;
    font-size: 30px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    padding-top: 10px;
}
.careerfy-priceplane-section span small {
    font-size: 10px;
    color: #666666;
    text-transform: uppercase;
    display: block;
    font-weight: 300;
}
.careerfy-priceplane-section span ~ p { padding-left: 70px; }
.careerfy-priceplane-section p {
    font-size: 12px;
    color: #999999;
    line-height: 22px;
    margin-bottom: 0px;
    letter-spacing: 0px;
}
.grab-classic-priceplane { padding: 29px 30px 0px 30px; }
.grab-classic-priceplane ul li.active { color: #333; }
.grab-classic-priceplane ul li {
    list-style: none;
    line-height: 1;
    color: #999999;
    margin-bottom: 24px;
}
.grab-classic-priceplane ul li i {
    float: left;
    padding: 0px 9px 0px 0px;
    font-size: 12px;
    color: #bfbfbf;
}
.careerfy-classic-priceplane-btn {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 10px;
    border-radius: 3px;
    line-height: 1;
    text-align: center;
    margin-top: 10px;
}
.careerfy-classic-priceplane.active { background-color: #4fe3c1; }
.careerfy-classic-priceplane.active h2,
.careerfy-classic-priceplane.active span,
.careerfy-classic-priceplane.active small,
.careerfy-classic-priceplane.active p,
.careerfy-classic-priceplane.active .grab-classic-priceplane ul li,
.careerfy-classic-priceplane.active .grab-classic-priceplane ul li i {
    color: #ffffff;
}
.careerfy-classic-priceplane.active .careerfy-priceplane-section { border-color: rgba(0,0,0,0.10); }
.careerfy-classic-priceplane.active .careerfy-classic-priceplane-btn { background-color: #fff; color: #13b5ea; }
/* Simple Price Plane */
.col-md-3.careerfy-simple-priceplane { padding: 0px; }
.careerfy-simple-priceplane-basic,
.careerfy-simple-priceplane-wrap,
.careerfy-simple-priceplane ul,
.careerfy-simple-priceplane ul li,
.careerfy-simple-priceplane-active {
    float: left;
    width: 100%;
}
.careerfy-simple-priceplane {
    margin-top: 55px;
    margin-bottom: 55px;
    position: relative;
    z-index: 2;
}
.careerfy-simple-priceplane.active { z-index: 5; }
.careerfy-simple-priceplane-wrap {
    border: 1px solid #e6e6e6;
    border-right: none;
}
.col-md-3.careerfy-simple-priceplane:last-child .careerfy-simple-priceplane-wrap {
    border-right: 1px solid #e6e6e6;
}
.careerfy-simple-priceplane-basic {
    text-align: center;
    padding: 21px 0px 25px 0px;
}
.careerfy-simple-priceplane-basic h2 {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-bottom: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.careerfy-simple-priceplane-basic span {
    display: block;
    font-size: 34px;
    color: #333333;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 21px;
}
.careerfy-simple-priceplane-basic span small {
    font-size: 10px;
    color: #666666;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 400;
}
.careerfy-simple-priceplane-basic a {
    display: inline-block;
    padding: 13px 30px;
    line-height: 1;
    border: 2px solid #e6e6e6;
    border-radius: 40px;
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.active .careerfy-simple-priceplane-basic a {
    color: #ffffff;
}
.careerfy-simple-priceplane ul {
    background-color: #f9f9f9;
    padding: 28px 0px 4px 0px;
}
.careerfy-simple-priceplane ul li {
    list-style: none;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 1;
    margin-bottom: 24px;
}
.careerfy-simple-priceplane-active {
    background-color: #1e3142;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 10px;
    line-height: 1;
    margin-bottom: 18px;
}
.active .careerfy-simple-priceplane-wrap,.careerfy-simple-priceplane-active { border-radius: 4px 4px 0px 0px; }
.careerfy-simple-priceplane.active { margin-top: 0px; }
.active .careerfy-simple-priceplane-wrap {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
    border: none;
    background-color: #ffffff;
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
}
.active.careerfy-simple-priceplane ul { padding-bottom: 21px; }
/* Plain Services */
.careerfy-plain-services {
    float: left;
    width: 100%;
}
.careerfy-plain-services ul li { list-style: none; }
.careerfy-plain-services > ul > li { margin-bottom: 40px; }
.careerfy-plain-services i {
    font-size: 47px;
    margin-bottom: 30px;
    display: inline-block;
}
.careerfy-plain-services h2 {
    margin-bottom: 15px;
    line-height: 1;
    color: #333333;
    font-size: 20px;
}
.careerfy-plain-services p {
    letter-spacing: 0px;
    margin-bottom: 0px;
}
/* Packages PricePlane */
.careerfy-packages-priceplane {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
    background-color: #ffffff;
    border-radius: 3px;
    margin: 30px 0px 30px 0px;
    text-align: center;
    padding: 22px 0px 30px 0px;
}
.careerfy-packages-priceplane.active {
    margin-top: 15px;
    padding-bottom: 40px;
    -webkit-transform: scale(1.07);
       -moz-transform: scale(1.07);
        -ms-transform: scale(1.07);
         -o-transform: scale(1.07);
            transform: scale(1.07);
}
.careerfy-packages-priceplane h2 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 23px;
    text-transform: uppercase;
}
.packages-priceplane-price {
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    padding: 15px 0px 12px 0px;
}
.packages-priceplane-price strong {
    display: block;
    color: #333333;
    font-size: 40px;
    margin-bottom: 4px;
}
.packages-priceplane-price strong small {
    font-size: 20px;
    display: inline-block;
    vertical-align: super;
    font-weight: 400;
    margin-right: 4px;
}
.packages-priceplane-price span {
    font-size: 10px;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.careerfy-packages-priceplane.active ul { padding-top: 34px; padding-bottom: 15px; }
.careerfy-packages-priceplane ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 24px 33px 9px 33px;
    text-align: left;
}
.careerfy-packages-priceplane ul li {
    list-style: none;
    float: left;
    width: 100%;
    color: #999999;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 20px;
}
.careerfy-packages-priceplane ul li i {
    float: left;
    font-size: 12px;
    margin: 0px 10px 0px 0px;
}
.careerfy-packages-priceplane.active .careerfy-packages-priceplane-btn { opacity: 1; }
.careerfy-packages-priceplane-btn {
    display: inline-block;
    padding: 14px 56px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 40px;
    font-size: 14px;
    line-height: 1;
    opacity: 0.50;
}
/* Partner Slider */
.careerfy-partner-slider,
.careerfy-partner-slider a,
.careerfy-partner-slider img {
    float: left;
    width: 100%;
}
.careerfy-partner-slider a {
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.careerfy-partner-slider a:hover {
    box-shadow: 0px 0px 0px 3px #13b5ea inset;
}
.careerfy-partner-slider .slick-list { margin: 0px -15px; }
.careerfy-partner-slider-layer { padding: 0px 15px; }
/* Additional PricePlane */
.careerfy-additional-priceplane {
    float: left;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
    padding-bottom: 35px;
    margin-bottom: 30px;
    border-radius: 4px;
}
.careerfy-additional-priceplane.active h2 { color: #ffffff; }
.careerfy-additional-priceplane h2 {
    font-size: 24px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: -11px;
    line-height: 1;
    background-color: #f3f3f3;
    padding: 34px 0px 55px 0px;
    border-radius: 4px 4px 0px 0px;
}
.careerfy-additional-priceplane span {
    display: inline-block;
    background-color: #ffffff;
    padding: 12px 20px;
    font-size: 24px;
    color: #333333;
    border-radius: 40px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
    font-weight: 600;
    line-height: 1;
    margin-top: -26px;
    margin-bottom: 42px;
}
.careerfy-additional-priceplane span strong {
    font-weight: 400;
    font-size: 20px;
    float: left;
    margin: 2px 1px 0px 0px;
}
.careerfy-additional-priceplane span small {
    font-size: 10px;
    color: #999999;
    text-transform: uppercase;
    font-weight: 300;
}
.careerfy-additional-priceplane ul {
    float: left;
    width: 100%;
    margin: 0px;
}
.careerfy-additional-priceplane ul li {
    float: left;
    width: 100%;
    list-style: none;
    color: #999999;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 28px;
}
.careerfy-additional-priceplane.active .careerfy-additional-priceplane-btn { color: #ffffff; }
.careerfy-additional-priceplane-btn {
    display: inline-block;
    border: 1px solid;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 18px 16px 18px;
    line-height: 1;
}
.careerfy-additional-priceplane-btn i {
    font-size: 16px;
    margin-left: 4px;
}
/* Contact Us */
#map {
    float: left;
    width: 100%;
    height: 480px;
}
.careerfy-contact-info-sec {
    float: left;
    width: 33.33333333%;
    padding: 32px 24px 35px 30px;
}
.careerfy-contact-info-sec h2 {
    font-size: 22px;
    color: #fff;
    line-height: 1;
    margin-bottom: 14px;
}
.careerfy-contact-info-sec p {
    color: #fff;
    margin-bottom: 26px;
    letter-spacing: 0px;
    line-height: 26px;
}
.careerfy-contact-info-list {
    float: left;
    width: 100%;
    margin: 0px;
}
.careerfy-contact-info-list li {
    float: left;
    width: 100%;
    list-style: none;
    color: #fff;
    padding-left: 36px;
    position: relative;
    line-height: 1.5;
    margin-bottom: 26px;
    font-weight: 300;
}
.careerfy-contact-info-list li i {
    position: absolute;
    left: 0px;
    top: 3px;
    color: #fff;
    font-size: 17px;
}
.careerfy-contact-info-list li a { color: #ffffff; }
.careerfy-contact-media,.careerfy-contact-form,
.careerfy-contact-form form,.careerfy-contact-form input[type="text"],
.careerfy-contact-form textarea {
    float: left;
    width: 100%;
}
.careerfy-contact-media a {
    float: left;
    color: #ffffff;
    font-size: 29px;
    margin: 0px 18px 10px 0px;
}
.careerfy-contact-form {
    float: left;
    width: 66.66666667%;
    background-color: #fcfcfc;
    padding: 28px 30px 8px 30px;
    /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);*/
}
.careerfy-contact-form h2 {
    font-size: 22px;
    margin-bottom: 27px;
    line-height: 1;
}
.careerfy-contact-form ul { margin: 0px -10px; }
.careerfy-contact-form ul li {
    list-style: none;
    padding: 0px 10px;
    float: left;
    width: 50%;
    position: relative;
    margin-bottom: 20px;
}
.careerfy-contact-form ul li.careerfy-contact-form-full{ width: 100%; }
.careerfy-contact-form input[type="text"] {
    background-color: #ffffff;
    /*border: 1px solid #efefef;*/
    font-size: 17px;
    color: #000;
    padding: 7px 14px;
    height: 42px;
}
.careerfy-contact-form i {
    position: absolute;
    right: 29px;
    top: 12px;
    font-size: 15px;
    color: #aaaaaa;
}
.careerfy-contact-form textarea {
    background-color: #ffffff;
    font-size: 15px;
    color: #000;
    padding: 16px 14px;
    height: 132px;
}
.careerfy-contact-form input[type="submit"] {
    float: left;
    padding: 17px 23px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 1;
    border: none;
}
/* Contact Service */
.contact-service ul li {
    text-align: center;
    list-style: none;
    margin-bottom: 30px;
}
.contact-service h2 {
    padding-bottom: 22px;
    color: #333333;
    font-weight: 400;
}
.contact-service i {
    font-size: 80px;
    display: block;
    padding-bottom: 38px;
}
.contact-service a {
    border-radius: 40px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    padding: 8px 46px 9px 46px;
    line-height: 1;
    text-transform: uppercase;
}

/* Footer */
#careerfy-footer,.careerfy-footer-one,.careerfy-footer-widget,
.careerfy-footer-logo {
    float: left;
    width: 100%;
}
.careerfy-footer-one {
    background-color: #26272b;
}
.myfooter{
    line-height: 45px;
    font-size: 16px;
}
.careerfy-social-network{
    margin-right: 30px;
}
.careerfy-footer-one p                         { color: #999999; }
.careerfy-footer-widget .widget                { margin-bottom: 40px; }
.careerfy-footer-logo                          { margin-bottom: 31px; }
.widget_contact_info p                          { margin-bottom: 36px; }
/* Widget Contact Info */
.careerfy-classic-btn {
    display: inline-block;
    padding: 12px 22px;
    color: #273c4d;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
}
/* Footer Widget Title */
.footer-widget-title {
    float: left;
    width: 100%;
    margin-bottom: 28px;
}
.footer-widget-title h2 {
    font-size: 18px;
    margin-bottom: 0px;
    color: #ffffff;
}
/* Widget Nav Manu */
.widget_nav_manu ul,.widget_nav_manu ul li {
    float: left;
    width: 100%;
}
.widget_nav_manu ul li{
    /*width: 50% !important;*/
}
.widget_nav_manu ul li {
    list-style: none;
    margin-bottom: 10px;
}
.widget_nav_manu ul li a {
    color: #999999;
    padding-left: 0px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.widget_nav_manu ul li a:before {
    content: "\e953";
    font-family: icomoon;
    display: inline-block;
    font-size: 12px;
    margin-right: 14px;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.widget_contact_wrap { padding-right: 20px; }
/* CopyRight */
.careerfy-copyright {
    float: left;
    width: 100%;
    border-top: 1px solid #2e2e2e;
    padding: 40px 0px 30px 0px;
}
.careerfy-copyright p {
    float: left;
    font-size: 16px;
    margin: 12px 0px 0px 0px;
}
.careerfy-social-network {
    float: right;
}
.careerfy-social-network li {
    float: left;
    list-style: none;
    margin: 0px 0px 10px 10px;
}
.careerfy-social-network li a {
    float: left;
    width: 41px;
    height: 41px;
    background-color: #33353d;
    color: #818a91;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    padding-top: 13px;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.careerfy-social-network li:hover a { color: #ffffff; }
/* Stats List */
.careerfy-stats-list,
.careerfy-stats-list-wrap {
    float: left;
    width: 100%;
}
.careerfy-stats-list ul { margin: 0px -15px; }
.careerfy-stats-list-wrap {
    border: 1px solid #dbdbdb;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.12);
    text-align: center;
    padding: 24px 10px 28px 10px;
}
.careerfy-stats-list-wrap h6 {
    text-transform: uppercase;
    font-size: 14px;
    color: #717171;
    margin-bottom: 11px;
}
.careerfy-stats-list-wrap span {
    display: block;
    font-size: 24px;
    color: #717171;
    font-weight: bold;
    margin-bottom: 10px;
}
.careerfy-stats-list-wrap small {
    font-size: 12px;
    color: #777777;
}
.careerfy-stats-list ul li {
    float: left;
    width: 25%;
    list-style: none;
    line-height: 1;
    padding: 0px 15px;
    margin-bottom: 30px;
}
.careerfy-stats-list-wrap.green h6,.careerfy-stats-list-wrap.green span { color: #86c157; }
.careerfy-stats-list-wrap.light-blue h6,.careerfy-stats-list-wrap.light-blue span { color: #a869d6; }
.careerfy-stats-list-wrap.dark-blue h6,.careerfy-stats-list-wrap.dark-blue span { color: #008dc9; }
.careerfy-applicants-stats {
    float: left;
    width: 170px;
    border: 1px solid #dbdbdb;
    margin-bottom: 30px;
}
.careerfy-applicants-stats-wrap {
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    padding: 16px 8px 9px 8px;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
}
.careerfy-applicants-stats-wrap i {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #1864c2;
    border-radius: 100%;
    color: #1864c2;
    font-size: 22px;
    padding-top: 7px;
    margin-bottom: 6px;
}
.careerfy-applicants-stats-wrap span {
    display: block;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}
.careerfy-applicants-stats-wrap small {
    font-size: 12px;
    color: #8e8e8e;
}
.careerfy-applicants-stats ul {
    padding: 21px 19px 16px 19px;
    float: left;
    width: 100%;
}
.careerfy-applicants-stats ul li {
    list-style: none;
    color: #333333;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 20px;
}
.careerfy-applicants-stats ul li i {
    float: left;
    margin: 0px 10px 0px 0px;
    color: #84c15a;
    font-size: 12px;
}
.careerfy-applicants-stats ul li i.light-blue { color: #a869d6; }
.careerfy-applicants-stats ul li i.dark-blue { color: #008dc9; }
.careerfy-recent-applicants-nav,
.careerfy-recent-applicants-nav ul {
    float: left;
    width: 100%;
}
.careerfy-recent-applicants-nav ul {
    border: 1px solid #ececec;
    border-bottom: none;
    background-color: #f7f7f7;
}
.careerfy-recent-applicants-nav ul li {
    float: left;
    list-style: none;
    border-left: 1px solid #eae4e4;
    padding: 10px 2% 9px 2%;
    color: #84716a;
    line-height: 1;
}
.careerfy-recent-applicants-nav ul li span { font-size: 17px; }
.careerfy-recent-applicants-nav ul li small { font-size: 12px; }
.careerfy-recent-applicants-nav ul li:first-child { border: none; }
.none-element { display: none; }
.width-ninetwo { width: 92%; }
.width-eighty  { width: 80%; }

.employer-features__item .icon i{
    font-size: 35px;
    color: #273c4d;
}
.employer-contribution__item .icon i{
    font-size: 35px;
    color: #273c4d;
}
.employer-contribution__item {
    height:350px;
    margin-top:25px !important;
}
.search_new{
    height: 60px !important;
    font-size:16px !important;
    font-weight: bold !important;
}
.search_new_icon{
    font-weight: bold !important;
    height: 60px !important;
    padding-top: 17px !important;
}
.search_new_icon_i, .search_new_icon_i_a:after{
    font-size: 20px !important;
}
.megamymenu{
    width: calc(99vw + 2px) !important;
    top: 65px !important;
}
.bigmenu-title{
    margin: 15px 0px 0 20px;
    padding-bottom: 5px;
    border-bottom: 4px solid #ff5757;
    color: #000;
    font-size: 17px;
    text-transform: uppercase;
}
.bigmenu-title a {
    color: #000 !important;
}
#info{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#info2{
    float: right;
    width: 50%;
}
.ulbigmenu {
    text-decoration: none;
    list-style:none;
}
.ulbigmenu li{
    float: left;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ulbigmenuCategory li{
    float: left;
    width: 49% !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.bigMenuBnt{
    width: 100%;
    text-align: right;

}
.bigMenuBnt a{
    font-weight: bold !important;
    padding-right: 5px;
}
.ulbigmenuCategory li.bigMenuBnt,.ulbigmenuLanden li.bigMenuBnt{
    width: 100% !important;
}
.ulbigmenuLanden li {
    width: 33% !important;
}
.select2-container--default .select2-selection--multiple{
    border-bottom: 1px solid #000 !important;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    border-radius: 0px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #ff5757  !important;
    border: none !important;
    color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding-left: 0px !important;
}

.select2-container--default .select2-selection--multiple{
    max-height: 41px !important;
}
.ulbigmenu li:hover{
    background: transparent !important;
    color: #000 !important;
    padding-left: 10px !important;
}
.ulbigmenu li:first-child:hover{
    background: transparent !important;
    color: #000 !important;
    margin-left: 0px !important;
}
.ulbigmenu li:first-child,.tega,.ulbigmenu li:first-child a{
    width: 100% !important;
    color: #000 !important;
    font-size: 16px !important;
    padding-top: 15px;
    font-weight: 700 !important;
}
.tega{
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}

    @media print {
    .careerfy-right, .careerfy-header-one,.careerfy-section-title,.careerfy-job, .careerfy-joblisting-classic, .careerfy-jobdetail-joblisting,.widget{
        display: none;
    }
    .careerfy-jobdetail-content {
        display: block;
    }

    }
.credit-tabs{
    border-bottom: none !important;
}
.credit-tabs > li.active > a,.credit-tabs > li.active > a:focus{
    background-color: rgba(255, 87, 87, 0.5); !important;
    border: none;
}
.employer-features__item{
    text-align: center !important;
}
.icon{
    margin: 5px auto !important;
}
.credit-tabs > li > a{
    border-bottom: none !important;
}
.price-bg,.price-bg-tr{
    margin-top: 20px;
    margin-bottom: 20px;
}
.price-bg-small,.price-bg-tr-small{
    margin-bottom: 10px;
}
.price-bg{
    background-color: rgba(255, 87, 87, 0.5);
    border-radius: 5px 0 0 5px;
    margin-left: 0px;
}
.price-bg-tr{
    width: 99%;
    background-color: transparent;
    border-radius: 0 5px 5px 0;
    border: 3px solid rgba(255, 87, 87, 0.5);
    border-left:none;
}
.price-sale,.price-sale0{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    font-size: 15px;
    opacity:0;
    color: #DB7093;
}
.price-sale-s,.price-sale0-s,.price-sale1-s{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -15px;
    font-size: 15px;
    opacity:0;
    color: #DB7093;
}
.braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .braintree-form__hosted-field{
    border-radius: 5px;
}
.price-sale:before,.price-sale0:before,.price-sale-s:before,.price-sale0-s:before{
    font-family:'icomoon' !important;
    content:"\e926";
    margin-right: 10px;
}
.more12,.more122{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 71px;
    left: 0;
    color: #000;
    bottom: 0px;
    line-height: 70px;
    font-size: 18px;
    background: #ffaaaa;
    transition: 0.5s;
}
.more12-s,.more122-s,.more123-s{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 45px;
    left: 0;
    color: #000;
    bottom: 0px;
    line-height: 45px;
    font-size: 15px;
    background: #ffaaaa;
    transition: 0.5s;
}
.price-bg-small{
    background-color: rgba(255, 87, 87, 0.5);
    border-radius: 0px 0 0 5px;
}
.price-bg-tr-small{
    background-color: transparent;
    background-size: contain;
    border-radius: 0 5px 5px 0;
    border: 3px solid rgba(255, 87, 87, 0.5);
    border-left:none;
}
.price-title{
    float: left;
    width: 100%;
    height: 100%;
    font-size: 17px;
    padding: 30px;
    color: #273c4d;
    font-weight: bold;
}.price-title-small{
    float: left;
    width: 100%;
    height: 100%;
    font-size: 17px;
    padding: 15px 25px;
    color: #273c4d;
    font-weight: bold;
}
.price-title-s p{
    padding-top: 30px;
    font-size: 17px;
}.price-title-s-small p{
    padding-top: 10px;
    font-size: 17px;
}
.minus,.plus,.minus2,.plus2,.minus3,.plus3{
    cursor: pointer;
    padding-left: 10px;
    padding-right:10px;
    padding-bottom:2.5px;
    border: 1px solid #273c4d;
}
.price-title-s{
    float: left;
    width: 100%;
    height: 100%;
    font-size: 20px;
    padding: 21px;
    color: #273c4d;
    font-weight: bold;
    position: relative;
}.price-title-s-small{
    float: left;
    width: 100%;
    height: 100%;
    font-size: 20px;
    padding: 10px;
    color: #273c4d;
    font-weight: bold;
    position: relative;
}
.block,.block2,.block3{
    opacity: 0;
    transition: 1s;
}
.block::after,.block2::after,.block3::after {
    opacity: 1;
    content: '';
    position: absolute;
    right: -60px;
    top: -60px;
    transform: rotate(-135deg);
    border: 60px solid transparent;
    border-top: 60px solid rgba(255, 87, 87, 0.5);
}
.counter{
    text-align: center;
    background-color: transparent !important;
    border: 1px solid #273c4d !important;
    height:40px !important;
}
.discont,.discont2,.discont3{
    position: absolute;
    z-index: 9999;
    right: 10px;
    top: 19px;
    transform: rotate(45deg);
    color: #000;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.price-list{
    float: left;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding:15px 30px;
    color: #273c4d;
}.price-list-small{
    float: left;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding:5px 25px;
    color: #273c4d;
}
.price-head{
    font-size: 32px;
    font-weight: bold;
    margin-top: 30px;
    padding: 25px;
    color: #000;
    line-height: normal;
}
.price-subhead{
    font-size: 17px;
    font-weight: bold;
    margin-top:20px;
    color: #000;
    text-align: left !important;
}
.price-subhead p{
    font-weight: 400;
    font-size: 15px;
    margin-top:10px;
}
.skills-text p{
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
}
.skills-text p a{
    color: #4FE3C1;
    font-weight:600;

}
.skills-text p a:hover{
    color: #000;
    transition: 0.5s ease-in-out;
}
.skills-text b p {
    font-size: 18px;
    padding: 10px 0px;
    font-weight: 600;
}
.skill-img{
    position: relative;
    width: 100%;
    float: left;
    height:600px;
    overflow: hidden;
    margin-bottom:25px;
}
.skill-img img{
    height:600px;
    max-width: 100%;
}
.skill-img-text{
    position: absolute;
    left: 0;
    top: 400px;
    width: 100%;
}
.skill-img-text h2{
    color: #fff;
    font-size: 40px;
    font-weight:600;
    line-height: 40px;
    margin-top: 1%;
}
.last-menu-child li:last-child{
    padding-bottom: 10px !important;
}
.no-padding{
    padding:0 !important;
    border: none !important;
}
.no-padding:hover > .inside-text-style{
    transition: 1s;
    background: rgba(79, 227, 193, 0.5);
}
.inside-text{
    position: relative;
    border: none;
}
.inside-text-style{
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 0 0 5px 5px;
}
.inside-text-style h2 a{
    color: #fff;
}
.inside-text-style:hover{
    transition: 1s;
    background: rgba(79, 227, 193, 0.5);
}
/*МОДАЛЬНОЕ ОКНО*/
#bg_popup{
    position: fixed;
    z-index: 99999;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.4s ease-in-out;
}

#popup {
    background:#fff;
    width: 350px;
    /*margin: 25% auto;*/
    padding: 5px 20px;
    position: relative;
    border-radius: 5px;
    transition: 0.4s ease-in-out;
}
#popup h1 {
    font-size: 15px;
    padding:5px 0;
}
#popup p {
    font-size: 13px;
    line-height:15px;
}

.close{
    display:block;
    position:absolute;
    top:5px;
    right:5px;
    width:20px;
    height:20px;
    color:#555;
    background:#1BA600;
    cursor:pointer;}
.policy_block{
    float: left;
    padding:5px 0;
    color: #000;
    font-weight: bold;
    font-size: 17px;
}
.policy_block p {
    font-size: 15px;
    font-weight: 400;
    margin:5px 0;
}
.policy_block p span,.policy_block p a{
    color: #00b3ee;
}
.hot_top{
    float: left;
    list-style-image: url('/images/newicon/play.png');
}
.hot_top li{
    font-size: 16px;
    line-height:30px;
}
.fixMenu{
    display: none !important;
}
.responsive-menu{
    display: none;
}
.swal2-container{
    z-index: 999999999 !important;
}
.job-list-img-s{
    max-width: 100%;
}
.job-list-img-i{
    max-width:50%;
}
.borndata-chooserole{
    height: 40px;
}
.widget_nav_manu ul li:hover a, .widget_nav_manu ul li:hover a:before{
    color: #fff !important;
}
.ckeditor-table-noborder > tbody > tr > td{
    border: none;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.my-big-img h1{
    font-size: 70px;
    font-weight:bold;
    color: #fff;
    background: transparent;
    z-index:26;
    text-transform: uppercase;
}

#btn-apply-mob {
    display: none;
}