/* including font icons */
@charset "UTF-8";

@font-face {
    
    src: url("../fonts/gibson-regular.eot");
    src: url("../fonts/gibson-regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/gibson-regular.woff") format("woff"),
    url("../fonts/gibson-regular.ttf") format("truetype"),
    url("../fonts/gibson-regular.svg#gibson-regular") format("svg");
}

@font-face {
    font-family: "gibson-bold";
    src: url("../fonts/gibson-bold.eot");
    src: url("../fonts/gibson-bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/gibson-bold.woff") format("woff"),
    url("../fonts/gibson-bold.ttf") format("truetype"),
    url("../fonts/gibson-bold.svg#gibson-bold") format("svg");
}

@font-face {
    font-family: "job-impulse-icons";
    src: url("../fonts/job-impulse-icons.eot");
    src: url("../fonts/job-impulse-icons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/job-impulse-icons.woff") format("woff"),
    url("../fonts/job-impulse-icons.ttf") format("truetype"),
    url("../fonts/job-impulse-icons.svg#job-impulse-icons") format("svg");
    font-weight: normal;
    font-style: normal;

}


[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "job-impulse-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-xing-square:before {
    content: "\61";
}

.icon-linkedin-square:before {
    content: "\62";
}

.icon-smile-o:before {
    content: "\63";
}

.icon-file-text-o:before {
    content: "\64";
}

.icon-user:before {
    content: "\65";
}

.icon-reset:before {
    content: "\66";
}

.icon-envelope-o:before {
    content: "\67";
}

.icon-spinner:before {
    content: "\69";
}

/*new icons*/

@font-face {
    font-family: 'job-impulse';
    src: url('../fonts/job-impulse.eot?2pm051#iefix') format('embedded-opentype'),
    url('../fonts/job-impulse.ttf?2pm051') format('truetype'),
    url('../fonts/job-impulse.woff?2pm051') format('woff'),
    url('../fonts/job-impulse.svg?2pm051#job-impulse') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="font-"], [class*=" font-"],
.slick-prev:before, .slick-next:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'job-impulse' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    margin: 0 2px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.font-clock:before {
    content: "\e915";
}

.font-email:before {
    content: "\e916";
}

.font-checkmark:before {
    content: "\e917";
}

.font-clock-01:before {
    content: "\e918";
}

.font-favorite-01:before {
    content: "\e919";
}

.font-listview-01:before {
    content: "\e91a";
}

.font-location-01:before {
    content: "\e91b";
}

.font-search-01:before {
    content: "\e91c";
}

.font-suche_speichem-01:before {
    content: "\e91d";
}

.font-language:before {
    content: "\e913";
}

.font-call:before {
    content: "\e902";
}

.font-down_arrow:before {
    content: "\e90f";
}

.font-f_icon:before {
    content: "\e903";
}

.font-facebook_square:before {
    content: "\e904";
}

.font-google:before {
    content: "\e905";
}

.font-login:before {
    content: "\e906";
}

.font-play:before {
    content: "\e907";
}

.font-plus:before {
    content: "\e908";
}

.font-right_arrow:before {
    content: "\e909";
}

.font-left_arrow:before {
    content: "\e914";
}

.font-twitter:before {
    content: "\e90a";
}

.font-up_arrow:before {
    content: "\e90b";
}

.font-youtube:before {
    content: "\e90c";
}

.font-linkedin:before {
    content: "\e901";
}

.font-xing:before {
    content: "\e90e";
}

.font-comment:before {
    content: "\e911";
}

.font-job_mail_aktivieren-01:before {
    content: "\e91e";
    color: #000;
}

.font-facebook:before {
    content: "\e910";
}

/*font customization*/
.font-language {
    display: inline-block;
    margin-right: 10px;
}

/*  customization styles */

body.n-ui {
    position: relative;
    
    font-weight: 400;
    /* line-height: 34px;
   letter-spacing: 1px;*/
    padding: 0;
}

.no-margin-btm {
    margin-bottom: 0 !important;
}

.margin-btm5 {
    margin-bottom: 5px !important;
}

body.index-page {
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 0 50px;
    overflow: auto;
}

body.hasScroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

a, a:hover, a:focus {

    text-decoration: none;
}

.n-ui label {

}

.custom-header .nav > li > a:focus, .custom-header .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

/*.btn.btn-default,.btn.btn-default:hover,.btn.btn-default:focus{
    text-align: center;
    color: #fff;
    background: #00a4e8;
    border-radius: 30px;
    height: 51px;
    border: 1px solid #00a4e8;
    font-size: 17.26px;
    margin: 10px auto;
    display: block;
    min-width: 175px;
    outline:none;
    box-shadow: none;
}*/
.btn-center.btn, .btn-center.btn:hover, .btn-center.btn:focus {
    text-align: center;
    color: #fff;
    background: #00a4e8;
    border-radius: 30px;
    height: 51px;
    border: 1px solid #00a4e8;
    font-size: 17.26px;
    margin: 10px auto;
    display: block;
    min-width: 175px;
    outline: none;
    box-shadow: none;
}

.navbar-brand {
    height: auto;
}

/* menu toggle styles */
.custom-header .navbar-right {
    float: right;
    margin: 0;
}

.navbar-right > li.hidden-xs {
    text-shadow: 0 0px 2px rgba(0, 0, 0, 1);
}

.custom-header .nav > li {
    padding: 30px 5px 10px;
    position: relative;
    color: #fff;
}

.custom-header .nav > li > a {
    padding: 0;
}

.user-dropdown {
    opacity: 1;
    -webkit-transition: opacity .75s linear;
    -moz-transition: opacity .75s linear;
    -o-transition: opacity .75s linear;
    transition: opacity .75s linear;
}

.menu-aside.in ~ .custom-header .nav > li.user-dropdown {
    opacity: 0.3;
    pointer-events: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-header .navbar-header {
    float: left;
}

.menu-toggle, header .navbar-brand {
    z-index: 9999;
    position: relative;
}

.menu-toggle {
    width: 29px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .55s .2s ease-in-out;
    -moz-transition: .55s .2s ease-in-out;
    -o-transition: .55s .2s ease-in-out;
    transition: .55s .2s ease-in-out;
}

.menu-toggle span:nth-child(1) {
    top: 0px;
}

.menu-toggle span:nth-child(2), .menu-toggle span:nth-child(3) {
    top: 8px;
}

.menu-toggle span:nth-child(4) {
    top: 16px;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

/*menu styles*/
.menu-aside {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    right: 100%;
    min-height: 100% !important;
    display: block !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    padding-bottom: 50px;
    z-index: 999;
    overflow: auto;
}

.menu-aside.in {
    left: 0;
    right: 0;
}

.menu-aside:before {
    background: rgba(57, 94, 110, 0.9);
    position: fixed;
    content: "";
    top: 0;
    right: 100%;
    bottom: 0;
    left: -100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.menu-aside.in:before {
    left: 0;
    right: 0;
}

.menu-wrap {
    position: relative;
    padding: 70px 15px 60px;
}

.nav-aside {
    position: fixed;
    right: 100%;
    bottom: 0;
    z-index: 5;
    padding: 10px;
    background: rgba(0, 164, 232, 0.75);
    width: 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.menu-aside.in .nav-aside {
    right: 0;
}

.nav-aside i {
    font-size: 24px;
    line-height: 24px;
}

.n-ui aside i {
    color: inherit;
}

.first-level {
    list-style: none;
}

.first-level > li {
    clear: left;
    float: left;
    position: relative;
    padding: 5px 0;
}

.first-level > li > a {
    /*font-family: "gibson-bold";*/
    color: #ffffff;
    display: inline-block;
    font-size: 50px;
    font-weight: 600;
    padding-left: 5px;
    line-height: 50px;
    letter-spacing: 0.2px;
    text-align: left;
    -webkit-transition: color .45s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: color .45s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: color .45s cubic-bezier(.4, 0, .2, 1), transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: color .45s cubic-bezier(.4, 0, .2, 1), transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1)
}

.first-level > li.small-text > a {
    font-size: 31px;
}

.first-level:hover > li > a {
    color: #5288a0;
}

.first-level > li:hover > a:hover, .first-level > li.has-child:hover > a {
    color: #fff;
    -webkit-transform: translateX(.625rem);
    -ms-transform: translateX(.625rem);
    transform: translateX(.625rem)
}

.second-level {
    display: none;
}

.first-level > li:hover .second-level {
    display: block;
    padding-left: 40px;
    white-space: nowrap;
}

.second-level > li > a {
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    padding-left: 5px;
    transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
}

.second-level > li > a:hover {
    transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
}

/*menu animation*/
.menu-item {
    position: relative;
    -webkit-transform: translateX(-100%) translateX(-7.5rem);
    -ms-transform: translateX(-100%) translateX(-7.5rem);
    transform: translateX(-100%) translateX(-7.5rem);
    -webkit-transition: opacity .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .45s cubic-bezier(.4, 0, .2, 1);
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .45s cubic-bezier(.4, 0, .2, 1);
    transition: transform .45s cubic-bezier(.4, 0, .2, 1), opacity .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .45s cubic-bezier(.4, 0, .2, 1), opacity .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .45s cubic-bezier(.4, 0, .2, 1);
    opacity: 0
}

.menu-item:nth-child(1) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.menu-item:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.menu-item:nth-child(3) {
    -webkit-transition-delay: .0666666667s;
    transition-delay: .0666666667s
}

.menu-item:nth-child(4) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.menu-item:nth-child(5) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms
}

.menu-aside.in .menu-item {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.menu-aside.in .menu-item:nth-child(1) {
    -webkit-transition-delay: .19s;
    transition-delay: .19s
}

.menu-aside.in .menu-item:nth-child(2) {
    -webkit-transition-delay: .23s;
    transition-delay: .23s
}

.menu-aside.in .menu-item:nth-child(3) {
    -webkit-transition-delay: .27s;
    transition-delay: .27s
}

.menu-aside.in .menu-item:nth-child(4) {
    -webkit-transition-delay: .31s;
    transition-delay: .31s
}

.menu-aside.in .menu-item:nth-child(5) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.searh-job {
    /*  padding-top: calc(50vh - 82px);*/
}

.searh-job .form-inline {
    padding: 7px 10px;
    text-align: center;
}

.searh-job .form-control {
    margin: 10px 0;
    border-radius: 30px;
    height: 51px;
    line-height: 34px;
    padding: 8px 20px;
    border: 1px solid #fff;
    margin-bottom: 10px;
    margin-top: 0;
}

.searh-job .search-what-input {
    background-color: #ffffff !important;
    /*   box-shadow: none;
       transition: none;*/
}

.searh-job .btn-default, .searh-job .btn-default:hover {
    text-align: center;
    color: #fff;
    background: #00a4e8;
    border-radius: 30px;
    height: 51px;
    border: 1px solid #00a4e8;
    font-size: 17.26px;
    margin-bottom: 10px;
    padding: 8px 7px;
}

.searh-job .btn-default, .searh-job .btn-default:hover, .searh-job .btn-default:focus, .searh-job .btn-default:active {
    box-shadow: none;
    outline: none;
}

/*styles for social icons */
.social-icons {
    position: relative;
    min-height: 40px;
    height: 100%;
    width: 100%;
}

.social-icons ul {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}

.social-icons ul li {
    display: inline-block;
    padding: 5px;
}

/*styles for about us page*/

.slider-wrap {
    position: relative;
    width: 100px;
    padding: 25px 0;
    width: 60px;
}

.slider-wrap .slick-slider {
    margin-bottom: 0;
}

.hasScroll .slider-wrap {
    background: rgba(57, 94, 110, 0.6);
}

aside.in + header + main, aside.in + header + section, aside.in ~ main {
    left: 0;
    top: 0;
    width: 100vw;
    max-height: 100vh;
    overflow: hidden;
    position: fixed;
    padding-top: 85px;
    z-index: 0;
    transition: overflow 0.5s 0.5s ease-in-out;
    -webkit-transition: overflow 0.5s 0.5s ease-in-out;
    -moz-transition: overflow 0.5s 0.5s ease-in-out;
}

aside.in ~ footer {
    display: none;
}

.page-nav {
    position: fixed;
    top: 25vh;
    left: 0;
    z-index: 99;
}

.page-nav .slick-prev, .page-nav .slick-next {
    left: 50%;
    margin-left: -10px;
    right: auto;
}

.page-nav .slick-prev {
    top: -10px;
}

.page-nav .slick-next {
    top: auto;
    bottom: -20px;
}

.page-nav .slick-next:before {
    content: '\e90f';
    font-family: 'job-impulse';
}

.page-nav .slick-prev:before {
    content: '\e90b';
    font-family: 'job-impulse';
}

.innerWrap {
    background: #f3f3f3;
}

.innerWrap h2 a {
    color: inherit;
}

section[id^="section-"] {
    padding: 10px 0 30px;
}

section[id^="section-"] h3 {
    color: #000000;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}

.header-section h2 {
    padding: 0 60px;
}

main.wrapper:before {
    content: "";
    position: fixed;
    z-index: -1;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.wrapper .header-section {
    margin-top: -85px;
}

.header-section {
    position: relative;
    overflow: hidden;
    /*    background: url("../img/about-us/header.jpg") top center no-repeat;*/
    background-attachment: fixed;
    min-height: 70vh;
    padding: 10px;
}

.header-section, .section-bg {
    background-size: cover;
}

.header-section h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin: 0;

    position: relative;
    -webkit-text-shadow: -1px -1px 6px rgba(96, 96, 96, 1);
    -moz-text-shadow: -1px -1px 6px rgba(96, 96, 96, 1);
    -ms-text-shadow: -1px -1px 6px rgba(96, 96, 96, 1);
    -o-text-shadow: -1px -1px 6px rgba(96, 96, 96, 1);
    text-shadow: -1px -1px 6px rgba(96, 96, 96, 1);
}

.header-section .btn-center {
    margin-top: 30px;
}

.down-arrow {
    margin-top: 1.5em;
    font-size: 2em;
    text-align: center;
}

#section-2 {
    background-color: #df3c46;
    text-align: center;
    min-height: 30vh;
}

.sm-container {
    max-width: 620px;
    margin: 0 auto;
}

#section-2 p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    text-align: center;
    margin: 10px auto;
}

body .innerWrap, .normal-text {
    font-size: 14.01px;
    font-weight: 400;
    text-align: left;
    text-shadow: 0px 0px 57px rgba(0, 0, 0, 0.17);
}

.prime-text {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 15px;
    text-align: left;
    text-shadow: 0px 0px 57px rgba(0, 0, 0, 0.17);
}

.colored-bg .normal-text, section[id^="section-"].colored-bg h3, .colored-bg .prime-text, .colored-bg .section-ul {
    color: #ffffff;
}

.white-bg {
    background: #fff;
}

.gray-bg {
    background-color: #f5f5f5;
}

.colored-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*background-attachment: fixed;*/
    min-height: 80vh;
}

.colored-bg h3, .colored-bg .nprmal-text, .colored-bg .prime-text, .colored-bg .section-ul {
    color: #fff;
}

.section-ul {
    list-style: outside disc;
    color: #939393;
    font-size: 14px;
    padding-left: 20px;
}

.prime-text.section-ul {
    font-size: 1.3em;
}

.section-ul ul {
    list-style: outside circle;
    padding-left: 20px;
}

#section-8 {
    padding-bottom: 0;
}

.column-box {
    margin: 15px 0;
    overflow: hidden;
}

.column-box li, .column {
    background: #fff;
    border: 1px solid #f3f3f3;
    margin-bottom: 2px;
    padding: 15px;
    overflow: hidden;
    transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
}

.column-box li h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
}

.column-box li:hover h4 {
    border-bottom: 1px solid #fff;
}

.link-to {
    float: right;
    color: #e03a45;
}

.column-box li:hover, .column:hover {
    background: #e03a45;
    cursor: pointer;
}

.column-box li:hover .normal-text {
    transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
}

.column-box li:hover h4, .column:hover h4,
.column-box li:hover .normal-text, .column:hover .normal-text, .column-box li:hover .link-to,
.column:hover .link-to, .column:hover h5 {
    color: #fff;
    transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
}

.hasScroll .custom-header, .hasScroll .page-nav {
    background: rgba(57, 94, 110, 0.6);
    transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
}

.upArrow, .downArrow {
    text-align: center;
}

.upArrow i, .downArrow i {
    cursor: pointer;
    color: #fff;
}

.updown {
    text-align: center;
    padding: 0 10px;
    width: 60px;
}

.updown li a {
    display: none;
}

.updown li a.active {
    display: block;
    color: #fff;
}

/*animating boxes*/
.animateBoxes .column-box li {
    opacity: 0;
    -webkit-transition: opacity cubic-bezier(.4, 0, .2, 1);
    transition: opacity cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.animateBoxes.animateIt .column-box li {
    opacity: 1;
}

.animateBoxes .column-box li:nth-child(6) {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s
}

.animateBoxes .column-box li:nth-child(5) {
    -webkit-transition-delay: 2s;
    transition-delay: 2s
}

.animateBoxes .column-box li:nth-child(4) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.animateBoxes .column-box li:nth-child(3) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.animateBoxes .column-box li:nth-child(2) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.animateBoxes .column-box li:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.searchPage .navbar-brand {
    cursor: default;
}

.searchPage .btn#appointment {
    margin-top: -5px;
}

.candidate-img {
    float: left;
    max-width: 100px;
    margin: 0 10px 10px 0;
    display: block;

}

/*footer styles starts */
.n-ui footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    min-height: 50px;
}

.footer-nav {
    list-style: none;
    text-align: center;
}

.footer-nav li {
    display: inline-block;
    padding: 10px;
}

footer.red-footer {
    position: static;
    background: #e03a45;
    color: #fff;
    overflow: auto;
    margin-bottom: -50px;
}

.red-footer .navbar-brand {
    margin: 15px 10px 5px;
}

.red-footer address {
    margin: 30px 10px 0;
    float: left;
}

.footer-links li {
    float: left;
    margin: 30px 0 5px;
    padding: 0 10px;
}

.footer-links > li {
    border-left: 1px solid #fff;
    list-style-type: none;
}

.footer-icons li{
    list-style-type: none;
}

.footer-links > li:last-child, .footer-links > li:first-child {
    border-left: none;
}

.footer-icons li {
    padding: 0;
    margin: 0 3px 0 0;
    font-size: 1.6em;
}

.search-block input[type="text"] {
    -webkit-appearance: none;
}

/* Starts Career Slider code*/
.carrer-slider .carousel-control {
    width: 5%;
    filter: alpha(opacity=100);
    opacity: 1;
}

.carrer-slider .carousel-control.left {
    background: transparent;
    left: -5%;
}

.carrer-slider .carousel-control.right {
    background: transparent;
    right: -5%;
}

.carrer-slider .carousel-indicators {
    bottom: -10px;
}

.carrer-slider .carousel-control .glyphicon {
    color: #df3c46
}

.carrer-slider .carousel-indicators li {
    border: 1px solid #000;
}

.carrer-slider .carousel-indicators .active {
    background-color: #000;
}

.carrer-slider .carousel-control .font-left_arrow,
.carrer-slider .carousel-control .font-right_arrow {
    color: #b1b1b1;
    text-shadow: none;
    font-size: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.carrer-slider .carousel-control .font-left_arrow {
    left: 0;
}

.carrer-slider .carousel-control .font-right_arrow {
    right: 0;
}

/* Ends Career Slider code*/
/* Starts Downlaod section*/
.show-downlaod-table {
    display: flex;
    /*width: 100%;
    table-layout: fixed;
    border-collapse: collapse;*/
}

.show-downlaod-table .download-outer {
    /*display: table-cell;
    vertical-align: top;
    float: none;*/
    background: #fff;
}

/*.show-downlaod-table .download-outer:first-child{
    margin-right: 10px;
}*/
.show-downlaod-table .download-outer + .download-outer {
    margin-left: 10px;
}

.download-list {
    background: #fff;
    padding: 15px 0;
}

.download-list h5 {
    font-size: 20px;
    line-height: 22px;
    color: #df3c46;
    margin: 0 15px 10px;
}

.download-list li {
    padding: 5px 15px;
}

/*
.download-list li+li {
    margin-top: 15px;
}
*/
.download-list h6 {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
}

.download-list a {
    color: #000;
    text-decoration: underline;
}

.download-list li:hover {
    background: #e03a45;
}

.download-list li:hover h6,
.download-list li:hover a {
    color: #fff;
}

/*
.download-list:hover h5,
.download-list:hover h6,
.download-list:hover li,
.download-list:hover a {
  color: #fff;
}
*/
.download-link-wrap {
    display: block;
    width: 100%;
    clear: both;
}

/* Ends Downlaod section*/
#jobPreview .candidate-img {
    max-width: 160px;
}

#cookiepolicy a {
    color: #000;
}

#cookiepolicy a:hover,
#cookiepolicy a:focus {
    text-decoration: underline;
}

/* Starts Career Slick Slider code*/
.slick-prev:before {
    content: "\e914";
}

.slick-next:before {
    content: "\e909";
}

.slick-prev:before,
.slick-next:before {
    color: #b1b1b1;
    font-size: 50px;
}

.slick-prev,
.slick-next {
    margin-top: -18px;
}

.slick-next {
    right: -30px;
}

.slick-prev {
    left: -40px;
}

.slick-dots {
    bottom: -35px;
}

.slick-dots li {
    width: auto;
    margin: 0 8px;
}

.slick-dots li button:before {
    content: "";
}

.slick-dots li button {
    padding: 0;
    width: 35px;
    height: 4px;
    background: #b6b6b6;
}

.slick-dots li.slick-active button {
    background: #3a90b1;
}

/* Ends Career Slick Slider code*/
.logo-pic {
    position: relative;
}

.upload-img {
    float: left;
}

.logo-pic .changeProfile {
    position: absolute;
    top: 0;
    left: 0;
    width: 224px;
    height: 203px;
}

.upload-img .changeProfile {
    width: 100%;
    height: 100%;
}

.logo-pic .changeProfile i {
    left: 50%;
    top: 50%;
    font-size: 30px;
    color: transparent;
    margin: -15px 0 0 -15px;
}

.logo-pic .changeProfile:hover i {
    color: #00a4e8;
    text-shadow: 0 0 2px rgba(255, 255, 255, 1);
}

.logo-pic .changeProfile:hover {
    background: rgba(0, 0, 0, 0.2)
}

.social-media-links a {
    color: #939393;
    text-decoration: underline;
}

.abs-check button .glyphicon {
    top: 3px;
    /*margin-right: 5px;*/
    width: 30px;
}

.login-alert {
    border: 3px solid #e03a45;
    border-radius: 4px;
    padding: 15px;
}

.login-alert .glyphicon-alert {
    color: #e03a45;
    font-size: 30px;
    padding-right: 10px;
}

.login-outer {
    display: inline-block;
}

.login-outer > div {
    display: table;
}

.login-outer > div > span {
    display: table-cell;
    vertical-align: middle;
}

.profileButtons {
    min-height: 60px;
    white-space: normal;
}

.contents-bg {
    background: #f3f4f4;
    margin-top: 25px;
}

.cmc {
    margin-top: -40px;
    background: #fff;
}

.contents-bg main.container.main-container {
    background: #fff;
    padding: 15px;
}

.theme-color {
    color: #00a4e8;
}

.content-header > div {
    margin: 0 15px 5px;
}

.notifications {
    min-height: 10px;
    position: relative;
}

.notifications .alert {
    position: absolute;
    padding: 0;
    margin-top: -10px;
    text-align: center;
    width: 100%;
}

.content-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.content-header select.form-control {
    color: #00a4e8;
}

/*
.star span:before, .star span:after {    
   content: "\e919";
    font-family: 'job-impulse' !important;
}
*/
.content-header .star span:before, .content-header .star span:after {
    color: #fff;
}

.content-header i {
    font-size: 20px;
    float: left;
    margin-right: 5px;
}

.content-header .btn i {
    margin: 0;
    line-height: 20px;
}

.content-header .btn i.glyphicon.glyphicon-option-vertical {
    text-align: right;
    margin: -0.8px -5px 0 0;
}

.content-header a.btn-inverse.btn {
    padding: 6px;
}

.content-header .btn-inverse {
    border-radius: 4px;
    margin-bottom: 0;
}

.content-header .btn-inverse.active {
    background: #00a4e8;
    color: #fff;
}

.v-align {
    margin: 0;
    padding-bottom: 10px;
    min-height: 30px;
    color: #fff;
}

.data-set {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    align-content: stretch;
}

.fav-sec {
    width: 50px;
}

.data-sec {
    width: 80%;
}

.more-sec {
    width: 130px;
    padding: 0 25px 0 10px;
    text-align: right;
    position: relative;
}

.more-sec a:after {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 22px;
    margin-top: -11px;
    content: "\e909";
    font-family: 'job-impulse' !important;
}

.tab-content > .active#jobOnMap {
    padding: 0 15px;
}

.navbar-toggle.btn {
    min-width: 0;
    padding: 6px;
    margin: 0;
}

.btn-refresh, .btn-refresh:hover {
    min-width: 0;
    margin-top: -20px;
    padding: 2px;
    border-radius: 4px;
}

.video-content {
    position: relative;
}

.fullscreen-bg {
    /*    position: fixed;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.75)
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.fb-post > span, .fb-post iframe {
    display: block;
    width: 100% !important;
}

/*.wow{
    visibility: hidden;
}
.wow { opacity: 0; }*/

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        /* width: 100%;
         height: 300%;
         top: -100%;*/
        /*transform:scale(2);*/
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        /*width: 300%;
        height: 100%;
        left: -100%;*/
        transform: scale(1.5);
    }
}

/* media queries */
@media (min-width: 768px) {
    .n-ui .navbar-brand {
        padding: 10px 15px;
    }

    .index-page h1 {

    }

    .menu-wrap {
        padding: 100px 0 0 3em;
    }

    .first-level > li {
        padding: 15px 0;
    }

    .menu-toggle {
        margin: 0 40px;
    }

    .searh-job {
        padding-top: calc(50vh - 182px);
    }

    .searh-job.c-padding {
        padding: 0 30px 25px;
    }

    .hasScroll header * {
        transition: margin 0.5s ease-in-out, padding 0.5s ease-in-out;
        -webkit-transition: margin 0.5s ease-in-out, padding 0.5s ease-in-out;
    }

    .hasScroll .navbar {
        margin-bottom: 0;
    }

    .hasScroll .n-ui .navbar-brand {
        padding: 5px;
    }

    .hasScroll .custom-header .nav > li {
        padding: 25px 5px 10px;
    }

    .column-box {
        margin: 30px 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .column-box li, .column {
        display: inline-block;
        width: 33.333%;
        float: left;
    }

    section[id^="section-"] {
        padding: 15px 0 30px;
    }

    section[id^="subsection-"] {
        padding: 15px 0 30px;
        margin-bottom: -30px;
    }

    section.colored-bg {
        /*padding: 40vh 10px 20vh;*/
        min-height: 60vh;
    }

    section[id^="section-"] h3 {
        font-size: 63.99px;
    }

    .section-ul {
        padding-left: 20px;
    }

    .section-ul ul {
        padding-left: 40px;
    }

    .section-ul li {
        margin-bottom: 10px;
    }

    .header-section h2 {
        padding: 15vh 10vw 0;
    }

    .no-search.contents-bg {
        margin-top: 100px;
    }

    .colored-bg {

    }
}

@media (min-width: 1024px) {
    .nav-aside {
        top: 0;
        width: 120px;
        padding: 45px 0;
        text-align: center;
    }

    .social-icons ul li {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .filter .tab-content {
        padding: 10px 0 10px 5px;
    }
}

@media (min-width: 1280px) {
    .video-content {
        min-height: 70vh;
    }

    .header-section h2 {
        padding: 20vh 15vh 0;
    }

    .first-level > li {
        padding: 12px 0;
    }

    .first-level > li > a {
        font-size: 62px;
        line-height: 62px;
    }

    .second-level {
        position: absolute;
        top: 35%;
        left: 100%;
        display: none;
        z-index: 1006;
    }

    .has-child.menu-item {
        z-index: 1003;
    }

    .has-child.menu-item.aboutUs {
        z-index: 1004;
    }

    .transparent-overlay {
        position: absolute;
        z-index: 1001;
        left: 0;
        top: 0;
        width: 650px;
        height: 350px;
        display: none;
    }

    .first-level > li:hover .second-level {
        padding-left: 240px;
    }

    .first-level > li:hover .transparent-overlay {
        display: block;
    }

    .first-level > li.aboutUs:hover .second-level {
        padding-left: 330px;
    }

    .second-level:before {
        position: absolute;
        top: 26px;
        left: 10px;
        width: 200px;
        content: "";
        border-top: 1px solid rgba(255, 255, 255, 0.55);
        z-index: 999;
    }

    ul.second-level:after {
        position: absolute;
        top: 26px;
        left: 10px;
        width: 200px;
        content: "";
        z-index: 999;
        height: 60px;
    }

    .aboutUs .second-level:before {
        width: 290px;
    }

    .second-level > li {
        position: relative;
    }

    .second-level > li:before {
        position: absolute;
        top: 50%;
        left: -30px;
        width: 20px;
        content: "";
        border-top: 1px solid rgba(255, 255, 255, 0.55);
        z-index: 999;
    }

    .second-level > li:after {
        position: absolute;
        top: 50%;
        left: -30px;
        bottom: -50%;
        content: "";
        width: 1px;
        border-left: 1px solid rgba(255, 255, 255, 0.55);
        z-index: 999;
    }

    .second-level > li:last-child:after {
        display: none;
    }

    .second-level > li > a {
        font-size: 24px;
        font-weight: 400;
        line-height: 40px;
    }

}

@media (min-width: 1920px) {
    .header-section, .section-bg {
        background-size: cover;
    }

    .first-level > li {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    main.wrapper, aside.in + header + main, aside.in + header + section, aside.in ~ main {
        padding-top: 65px;
    }

    .navbar {
        margin-bottom: 0;
    }

    .custom-header .nav, .custom-header .nav > li {
        display: inline-block;
    }

    .custom-header .nav > li {
        padding: 5px 10px 5px;
        vertical-align: middle;
    }

    .first-level > li > a {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0;
    }

    .second-level > li > a {
        font-size: 20px;
        line-height: 24px;
    }

    .first-level > li.small-text > a {
        font-size: 16px;
    }

    .index-page h1 {
        font-size: 45.03px;
        line-height: 48px;
    }

    .nav-aside i {
        font-size: 20px;
        line-height: 30px;
    }

    section.header-section[id^="section-"] {
        padding-top: 70px;
    }

    .header-section h2 {
        font-size: 24px;
        padding: 10vh 5vw 0;
    }

    .innerWrap section {
        min-height: 0 !important;
    }

    .data-set {
        flex-wrap: wrap;
        padding: 0;
    }

    .data-sec {
        width: 100%;
    }

    .fav-sec {
        width: 50%;
        order: 2;
    }

    .more-sec {
        width: 50%;
        order: 3;
    }

    .content-header {
        justify-content: center;
    }

    .content-header > div {
        margin: 5px 10px;
    }

    .download-outer + .download-outer {
        margin-top: 15px;
    }

    .show-downlaod-table,
    .show-downlaod-table .download-outer {
        display: block;
    }

    .show-downlaod-table .download-outer + .download-outer {
        margin-left: 0;
    }

}

@media (max-width: 480px) {
    .content-header > div {
        margin: 5px;
    }
}

body .navbar .navbar-header .navbar-brand {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 15px;
}

*::after, *::before {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: border-box;
}

*::after, *::before {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: border-box;
}

a, a:hover, a:focus {
    text-decoration: none;
}

a, a:active, a:focus {
    cursor: pointer;
    outline: 0 none;
}

a, a:hover, a:focus {
    color: #999;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a {
    background-color: transparent;
}

a {
    color: #df3c46;
}

a {
    color: #df3c46;
    text-decoration: none;
}

a {
    background: transparent none repeat scroll 0 0;
}

* {
    transition: background 0.62s ease 0s;
}

* {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 1.42857;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 1.42;
}

table tr th, table tr td {
    color: #5c5c5c;
    font-size: 13px;
}

.dataTables_wrapper .table-datatable {
    color: #5c5c5c;
    font-size: 13px;
}

label, input, button, select, textarea {
    font-size: 14px;
    line-height: 18px;
}

.panel-body {
    font-size: 14px;
    line-height: 1.7;
}

.ui-menu .ui-menu-item a {
    display: block;
    font-weight: normal;
    line-height: 1.5;
    min-height: 0;
    padding: 2px 0.4em;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a {
    color: #ffffff;
}

nav.social-icons a {
    color: #ffffff;
}

body #content .uneditable-input, body #content textarea, body #content input[type="text"], body #content input[type="password"], body #content input[type="datetime"], body #content input[type="datetime-local"], body #content input[type="date"], body #content input[type="month"], body #content input[type="time"], body #content input[type="week"], body #content input[type="number"], body #content input[type="email"], body #content input[type="url"], body #content input[type="search"], body #content input[type="tel"], body #content input[type="color"], body #content.popup_main_container select, div.form-control {
    background-color: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #3b2d26;
    font-size: 14px;
    outline: 0 none;
    height: 30px;
    padding: 5px !important;
}

body #content .tile .tile-header h1 {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.dataTables_wrapper {
    font-size: 14px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #df3c46;
    border-color: #df3c46;
    color: #fff;
    cursor: default;
    z-index: 3;
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #df3c46;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

h4.panel-title {
    font-family: verdana, helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
}

.panel-body {
    font-size: 14px !important;
    line-height: 1.7;
}

.btn-greensea, .btn-greensea:active, .btn-greensea:focus {
    background: #00a4e8 none repeat scroll 0 0 !important;
    color: #fff;
}

.navbar-header {
    width: auto !important;
}


.navbar-nav{
    display: block;
    flex-direction: unset;
}

.navbar{
    position: relative;
    display: block;
    display: block;
    display: block;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    padding: 0px;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.card-body {
    padding: 20px;
}

.card-header h4{
    font-size: 15px;
    margin-top: 0px;
    text-align: center;
}

.card-title {
    margin-bottom: 1.95rem;
    margin-top: 0;
}

.bg-primary {
    background-color: #df3c46 !important;
}

.btn-primary{
    background-color: #00a4e8;
    border-color: #00a4e8 ;
}

.btn-success{
    background-color: #049875 ;
    border-color: #049875 ;
}

.offer section h4 {
    border-bottom: 3px solid #df3c46;
    font-family: "Poppins", sans-serif;
}

.offer section h4:first-child {
    margin-top: 15px;
}

.offer .share p{
    background: #00a4e8;
}

.offer_details section h5{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
}

label.gradient{
    height: auto;
}

.btn-group-sm > .btn-rounded.btn, .btn-rounded.btn-sm {
    padding: .25rem .5rem;
    font-size: 14px;
}

h4.card-title {
    margin-bottom: 1.95rem;
}

.offer_details section.details h5 {
    margin-top: 20px;
}

.offer_details section.details > div:first-of-type h5{
    margin-top: 0;
}