/* including font icons */
@charset "UTF-8";
@font-face {
  font-family: "gibson";
  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-semibold";
  src:url("../fonts/gibson-semibold.eot");
  src:url("../fonts/gibson-semibold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/gibson-semibold.woff") format("woff"),
    url("../fonts/gibson-semibold.ttf") format("truetype"),
    url("../fonts/gibson-semibold.svg#gibson-semibold") 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 icons*/
@font-face {
  font-family: 'job-impulse';
  src:  url('../fonts/job-impulse?2pm051');
  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;
}

.icon:before,
.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;
}
/*  customization styles */
body.n-ui{
    position: relative;
    font-family: "gibson";
    font-weight: 400;
    padding:0;
}
.no-margin-btm {
    margin-bottom: 0 !important;
}
.margin-btm5 {
    margin-bottom: 5px !important;
}
body.index-page{
    min-height: 100vh;
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -ms-background-attachment: fixed;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-background-position: center;
    -moz-background-position: center;
    -ms-background-position: center;
    background-position: center;
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    padding: 0 0 50px;
    overflow-y: scroll;
   -webkit-overflow-scrolling: touch;
    overflow-x: hidden; 
   scroll-behavior: smooth;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
a,a:hover,a:focus{
    color:#fff;
    text-decoration:none;
}

.cityJobsDetails a,a:hover,a:focus{
    color:#000;
    text-decoration:none;
}

body.hasScroll.modal-open{
    overflow-y: hidden;
}
.modal-open .modal{
    overflow-y: auto;
}
.n-ui label{font-weight: normal}
.custom-header .nav>li>a:focus,.custom-header .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.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;
} 
.breadcrums span:last-child{
    position:relative;
}
.breadcrums span:last-child:after{
   position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    content: "";
    top: 100%;    
}
.custom-header .nav>li{
     padding: 28px 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:not(.menu-li)  {
    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: 20px;
  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: 4px;
  width: 100%;
  background: #fff;
  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: 7px;
}

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

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  top: 7px;
  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: 7px;
  width: 0%;
  left: 50%;
}

/* following css for cookie alert*/
.cookieinfo .cookie-alert{
    left: 0px;
    height: auto;
    min-height: 21px;
    z-index: 2147483647;
    background: #645862;
    color: #fff;
    line-height: 21px;
    padding: 18px;
    font-family: inherit;
    font-size: 14px;
    text-align: left;
    opacity: 1;
    margin-top:0;
    width:100%;
    position:fixed;
    z-index:1000;
    bottom:0;
}

.cookieinfo .cookie-alert a,.cookieinfo .cookie-alert a:hover,.cookieinfo .cookie-alert a:focus,.cookieinfo .cookie-alert a:visited,.cookieinfo .cookie-alert a:active{
    /*color:#f1d600;*/
    color:#00a4e8;
}
.checkedClass {
    display:block !important;
}
.cookieinfo .cookie-alert + main{
    position:relative;
}
/*.cookieinfo .cookie-alert button{
    padding: 5px 8px;
    min-width: 100px;
    margin-left: 5px;
    cursor: pointer;    
    background:#00a4e8;
    text-align: center;
    border:none;
}*/
.cookie-alert ~ .bottom-space footer{
    bottom:80px;
}
.cookie-alert ~ main footer.red-footer{
    margin-bottom:25px;
}

/*End*/
/*menu styles*/
.menu-aside  {
    position: fixed;
    left:-100%;
    top: 0;
    bottom: 0;
    right: 100%;
    min-height:100% !important;
    display: block !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    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%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
.menu-aside.in:before{    
    left:0;
    right: 0;
}
.menu-wrap{
    position: relative;    
    padding:70px 15px 60px;
    font-family: "gibson-semibold";
}
.menu-wrap:after{
    clear: both;
}
.nav-aside {
    position: fixed;
    right: 100%;
    bottom: 0;
    z-index: 5;
    padding: 10px;
    background:  rgba(0, 164, 232,0.75);
    width:100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    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;
}
.logo-sm{
    max-width: 92px;
}

.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;
    -webkit-transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
    transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
}
.second-level>li>a:hover{
     -webkit-transform: translate(10px, 0);
     -moz-transform: translate(10px, 0);
     -ms-transform: translate(10px, 0);
     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
}

/*search form styles */
.index-page h1{
    color: #ffffff;
    font-family: "gibson-bold";
    font-size: 56.03px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 51px;
    padding: 0 10px 10px;
    text-align: left;
    text-shadow: 0 0 68px rgba(0, 0, 0, 0.17);
    text-transform: uppercase;  
}
.searh-job{
      padding-top: 10vh;
}
.searh-job .container{
    max-width:1075px;
}
.searh-job .row{
    margin: 0 -9px;
}
.searh-job .row>div{
    padding: 0 9px;
}
.searh-job .row>div:last-child{
    padding-left: 0;
}
.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;
    box-shadow: none;
    margin-bottom: 10px;
    margin-top: 0;
    display: block !important;
}
.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);
}
.page-nav{
    left: 30px;
    position: fixed;
    top: 320px;
    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{
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.innerWrap section,.innerWrap section *{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
body.index-page.aboutUsPage{
    background-image: url("../img/about-us/sectionBg.jpg") !important;    
    -webkit-background-position: 40% 70px;
    -moz-background-position:  40% 70px;
    -ms-background-position:  40% 70px;
    background-position:  40% 70px;
    padding: 0;
}
body.index-page.adsVideoPage{
   padding: 0;
}
.aboutUsPage .innerWrap>section
{
    overflow-x: hidden;
}

.aboutUsPage section
{
    background-color: #f5f5f5;
}
.innerWrap h2 a{
    color: inherit;
}
section[id^="section-"]{
    padding: 10px 0 30px;
}
section[id^="section-"] h3{
    color:  #000000;
    font-family: "gibson-semibold";
    line-height: normal;
    text-align: left;
}
section[id^="section-"]  h4+h3{
    margin-top:15px;
}
section[id^="section-"]  h4{
    color:  #df3c46;
    font-size: 14.01px;
    font-weight: 400;
    line-height: 20.416px;
    letter-spacing: 1.3px;
    text-align: left;
    text-transform: uppercase;
}
.header-section h2 {
    padding: 0 60px;
} 
.wrapper .header-section{
    margin-top: -85px;
}
.aboutUsPage .header-section{
    position:relative;
    overflow: hidden;
    background-color:rgba(0,0,0,0.7);
    min-height: 70vh;
    padding: 10px;
}
.header-section,.section-bg{
    background-size: cover;
}
.header-section h2{
   color: #ffffff;
    font-size: 42px;
    font-family: "gibson-semibold";
    line-height: normal;
    text-align: center;
    margin: 0;  
    position: relative;
   /* -webkit-text-shadow:0px 0px 57px rgba(0, 0, 0, 0.17);
    -moz-text-shadow: 0px 0px 57px rgba(0, 0, 0, 0.17);
    -ms-text-shadow:0px 0px 57px rgba(0, 0, 0, 0.17);
    -o-text-shadow:0px 0px 57px rgba(0, 0, 0, 0.17);
    text-shadow:0px 0px 57px rgba(0, 0, 0, 0.17);*/
}
.header-section .btn-center{
    margin-top: 30px;
}
.down-arrow{
    margin-top: 1.5em;
    font-size: 2em;
    text-align: center;
}
.aboutUsPage #section-2{
    background-color:  #df3c46;
    text-align: center;
    min-height: 30vh;
    padding: 110px 30px;
}
.sm-container{
    max-width: 680px;
    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{
    color: #939393;
    font-size: 14.01px;
    font-weight: 400;
    line-height: 29.0167px;
    text-align: left;
    /*text-shadow: 0 0 57px rgba(0, 0, 0, 0.17);*/
}
.prime-text{
    color: #939393;
    font-size: 18px; 
    font-weight: 400;
    line-height: 33.717px;
    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;
}
.aboutUsPage section.white-bg, .white-bg{
background: #fff;
}
.aboutUsPage section.gray-bg, .gray-bg{
    background-color: #f5f5f5;
}
.aboutUsPage .colored-bg{
    background: rgba(0,0,0,0.2);
    color:#fff;
    min-height: 80vh;
}
.aboutUsPage .colored-bg.dark-gray{
    background: #D3D3D3;
}
.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;
}
.section-ul.color-inherit{
  color: inherit;
}
.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: 0;
    overflow: hidden; 
    padding: 20px 30px 15px;
    position: relative;  
    -webkit-transition: background  0.3s ease-in-out;
    -moz-transition: background  0.3s ease-in-out;
    -ms-transition: background  0.3s ease-in-out;
    transition: background  0.3s ease-in-out;
}
.column-box li h4{
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom:1px solid #939393;
}
.column-box li:hover h4{
    border-bottom:1px solid #fff;
}
.column-box li p{
    padding-right: 20px;
}
.link-to{
    float: right;
    color:#e03a45;
    position:absolute;
    right:30px;
    bottom: 20px;
}
.column-box li:hover, .column:hover{ 
    background: #e03a45;
}
.column-box li:hover .normal-text{  
    transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
}
.column h4
{
    margin-bottom: 41px;
}
.column h5{
    color:  #141414;
    font-size: 18px;
    font-family: "gibson-semibold";
    line-height:28px;
}
.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;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.slick-slide .column{
    cursor: pointer;
}
.city-job-slider .slick-slide .column{ 
    cursor: default;

}
.hasScroll:not(.active-header-section) .custom-header *{    
      color:#000 !important;
      -webkit-transition:color .5s ease-in-out;
  -moz-transition:color .5s ease-in-out;
  -o-transition:color .5s ease-in-out;
  transition:color .5s ease-in-out;
}
.hasScroll .menu-toggle span{
    background: #000;
}
.hasScroll .menu-aside.in~header .menu-toggle span,.hasScroll.active-header-section .menu-toggle span{
    background: #fff;
}
.hasScroll:not(.white-text) .breadcrums span:last-child:after,.hasScroll:not(.active-header-section) .breadcrums span:last-child:after {
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.navbar-brand>img.logo-black,.hasScroll .navbar-brand>img.logo-white,.hasScroll.active-header-section .navbar-brand>img.logo-black{
    display: none;
}
.hasScroll .navbar-brand>img.logo-black,.hasScroll.active-header-section .navbar-brand>img.logo-white{
    display: block;
}

.active-white-bg .page-nav i,.active-white-bg .page-nav .active,
.active-gray-bg .page-nav i,.active-gray-bg .page-nav .active,
.navBlack .page-nav i,.navBlack .page-nav .active,
.hasScroll.white-text.navBlack .page-nav i,.hasScroll.white-text.navBlack .page-nav .active,
.navBlack:not(.navWhite) .page-nav i,.navBlack:not(.navWhite) .page-nav .active {
    color: #000 !important;
}
.hasScroll.white-text .page-nav i,.hasScroll.white-text .page-nav .active,
.hasScroll.navWhite .page-nav .active, .hasScroll.navWhite .page-nav i,
.navWhite .page-nav .active, .navWhite .page-nav i{
    color:#fff !important;
}


/*header bg bar styles*/
.menu-aside.in+.custom-header .logo-black{
    display: none !important;
    opacity:0;
    -webkit-transition:opacity .5s ease-in-out;
  -moz-transition:opacity .5s ease-in-out;
  -o-transition:opacity .5s ease-in-out;
  transition:opacity .5s ease-in-out;
}
.menu-aside.in+.custom-header .logo-white{
    display:block !important;
    opacity:1;
    -webkit-transition:opacity .5s ease-in-out;
  -moz-transition:opacity .5s ease-in-out;
  -o-transition:opacity .5s ease-in-out;
  transition:opacity .5s ease-in-out;
}
.hasScroll .navbar-brand img{
    max-width: 92px;
}
.wrapper:after{
    position: fixed;
    content:"";
    top:-70px;
    left:0;
    width: 100%;
    height: 70px;    
    z-index:0;
    visibility:visible;
    -webkit-transition:top .3s ease-in-out;
  -moz-transition:top .3s ease-in-out;
  -o-transition:top .3s ease-in-out;
  transition:top .3s ease-in-out;
}
.hasScroll .wrapper:after,[class^="active-"] .wrapper:after{
    top:0;
}
.hasScroll:not(.aboutUsPage) .wrapper:after{
    background: #f3f3f3;
}
.active-white-bg .wrapper:after{
    background-color: #fff;
}
.active-gray-bg .wrapper:after,.active-colored-bg .wrapper:after{
    background-color: #f5f5f5;
}
.active-red-bg .wrapper:after,.active-header-section .wrapper:after{
    background-color: transparent;
}
.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;
  font-family: "gibson-semibold";
  font-size: 32px;
  font-weight: 600;
}
.updown li a.active{
  display: block;
}
.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:41px;
}
.footer-nav{
    list-style: none;
    text-align: center;
}
.footer-nav li{
    display: inline-block;
    padding:10px 13px;
}
footer.red-footer{
    position: static;
    background: #e03a45;
    color: #fff;
    overflow: auto;
    margin-bottom: -50px;
    padding: 35px 0 25px;
}
.red-footer .navbar-brand{
    margin: 0 15px 10px 0;
    padding: 0;
}
.red-footer .navbar-brand img{
        max-width:90px;
}
.red-footer address{
    margin: 10px 0;
    float:left;
    line-height: 1;
}
.red-footer address span{
    display: inline-block;
    font-family: "gibson-semibold";
    margin-bottom: 6px;
}
.footer-links li{
    float: left;
    margin: 10px 0 5px;
    padding:0 10px;
    line-height: 1;
}
.footer-links>li:first-child{
    padding-left: 0;
}
.footer-links>li{
    border-left:1px solid #fff;
}
.footer-links>li:last-child,.footer-links>li:first-child{
    border-left:none;
}
.footer-links>li:last-child{
    padding-left: 15px;
    padding-right: 0;
    margin-top: 5px;
    float:right;
}
.footer-icons li{
    padding: 0;
    margin: 0 1px;
    font-size: 26px;
    float: left;
}
.footer-icons li i{
    margin: 0;
}
.search-block input[type="text"] {
    -webkit-appearance: none;
}
/* Starts Career Slider code*/
strong{
   /* font-family: "gibson-semibold";*/
    font-weight: 600;
}
.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;
    flex-wrap: wrap;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}*/
.show-downlaod-table .download-outer {
    /*display: table-cell;
    vertical-align: top;
    float: none;*/
    background: #fff;
    border: 1px solid #999;
    margin-bottom: 15px;
}
/*.show-downlaod-table .download-outer:first-child{
    margin-right: 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;
  
    width: 48%;
    float: left;
    min-height: 80px;
    border: 1px solid #f3f3f3;
    margin: 0 2% 2% 0;
    display: flex;
    align-items: center;
}

.download-list h6{
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    word-wrap: break-word;
}
.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-link-wrap {
  display: block;
  width: 100%;
  clear: both;
}
/* Ends Downlaod section*/
/* Starts Admin drag/drop download list*/
.download-list-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}
.download-list-table>li{
    display: table-row;
    cursor: pointer;
}

.download-list-table>li:first-child{
    cursor: default;
}
.download-list-table>li:first-child div{
    font-weight: bold;
    color: #000;
}
.download-list-table>li>div{
    display:table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    float:none;
}
.download-list-table>li>div:first-child{
    padding-right: 0;
}
.download-list-table>li:hover div{
    background: #ddd;
}
.download-list-table>li a {
    word-wrap: break-word;
}
/*Ends Admin drag/drop download list*/
#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-slide:focus { outline: none; }
.slick-dotted.slick-slider{
     padding-bottom: 8px;
}
.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 2px;
}
.slick-dots li button:before {
    content: "";
}
.slick-dots li button {
    padding: 0;
    width: 20px;
    height: 2px;
    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;
}
.innerWrap .container{    
    overflow: hidden;
}
.innerWrap #section-10 .container{    
    overflow: visible;
}
.contents-bg main.container.main-container{
    background: #fff;
    padding:15px;
}
.theme-color{
    color:#00a4e8;
}
.content-header>div{
    margin:0 15px 5px;
    float:left;
}
.notifications{
    min-height: 10px;
    position: relative;
}
.notifications .alert{
    position: absolute;
    padding: 0;
    margin-top: -10px;
    text-align: center;
    width:100%;
}
.content-header{
    display: -webkit-flex;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    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;
}
.data-set>*{
   float: left;
   padding-right: 10px;
}
.fav-sec{
    width:50px;
}
.data-sec{
    width:80%;
}

.more-sec{
    width: 160px;
    padding: 0 25px 0 10px;
    text-align: right;
    position: relative;
    float:right;
}
.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;
}
.rzslider .rz-tick:last-child .rz-tick-legend {
    -webkit-transform: translate(-90%, 0);
     transform: translate(-90%, 0); 
}

.black-text, .upArrow i.black-text, .downArrow i.black-text{
  color: #000;
}
.xr-padding a{
    vertical-align: middle;
}
.font-login{
    font-size: 20px;
    float: left;
    margin-right: 10px;
}

/* business area pages*/

.business-area-page{
    padding: 70px 0 50px; 
    margin-top: 370px;
    background: #fff;   
    min-height: 750px;
}
.business-area-page h2{
    font-size: 59px;
    margin-bottom: 30px;
    margin-top: 0;
}
.business-area-page > .container{
    padding: 0;
    position: relative;
}
.contact-box{
    height: 270px;
    width: 388px;
    background: #de3c46;
    padding: 15px 25px;
    color: #fff;
}
.boxScroll .contact-box{
    position: fixed;
    top: 80px;
}
.contact-box--heading{
    text-transform: uppercase;
    border-bottom: 1px solid #eb535c;
    padding: 18px 0;
    letter-spacing: 1px;
}
.contact-box--number-heading{
    font-size: 18px;
    padding: 14px 0;
}
.contact-box--order{
    padding: 10px 0;
    font-weight: bold;
}
.contact-box--order .btn{
    margin-left: 15px;
    padding: 10px 39px;
}
/* styles for countries section */
.business-area-page.country-sub{
    background: #f3f3f3;
}
.countrySec .column-box li
{
    min-height: 0;
}
.countrySec .column-box li:hover h4,.countrySec .column-box li h4{
    border-bottom: none;
    padding-bottom: 0;
}

.business-area-page .column-box li:hover, .business-area-page .column-box li:hover * {
    background: #fff;
    color: #939393;
}
.business-area-page .column-box li:hover h4 {
    border-bottom: 1px solid #939393;
}

/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
  cursor:pointer;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
    -webkit-box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
    -ms-box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}

/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: -webkit-linear-gradient(#4C69BA, #3B55A0);
    background-image: -o-linear-gradient(#4C69BA, #3B55A0);
    background-image: linear-gradient(#4C69BA, #3B55A0);
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0 5px 0 30px;
    border: none;
    text-align: left;
    line-height: 22px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 12px;
    color: #FFF;
    cursor: pointer;
  
}
.loginBtn--facebook:before {
     font-family: 'job-impulse' !important;
    content: "\e903";
    text-align: center;
    font-size: 1.25em;
     border-right: #364e92 1px solid;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
}
.modal-dialog{
	top:110px;
}

.cityJobsDetails ul {
    list-style: initial;
}

.smartbanner {
	position:fixed;
	top: 0;
}
.smartbanner-show body{
    -webkit-background-position: center 80px;
    -moz-background-position: center 80px;
    -ms-background-position: center 80px;
    background-position: center 80px;
}
.smartbanner-show .navbar-fixed-top{
	top: 82px;
}
.smartbanner-android .smartbanner-icon {
    margin-right: 5px;
}
.smartbanner-android .smartbanner-button {
    right: 15px;
    top: 23px;
}
.smartbanner-android .smartbanner-button-text{
	background: #00a4e8;
	color: #fff;
}
/* media queries */
@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
   /* width: 100%;
    height: 300%;
    top: -100%;*/
    /*transform:scale(2);*/
    
    -webkit-transform:scale(2);
    -moz-transform:scale(2);
    -ms-transform:scale(2);
    transform:scale(2);
  }
}
@-moz-document url-prefix() { 
  section[id^="section-"] {       
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    }
}
@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    /*width: 300%;
    height: 100%;
    left: -100%;*/
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    transform:scale(1.5);
  }
}
/* media queries */

@media (min-width:768px){
    .n-ui .navbar-brand {
        padding: 25px 40px;
    }
    .n-ui.hasScroll .red-footer .navbar-brand{
        margin: 10px 30px 0 0;
        padding: 0;
    }
    .index-page h1{
        text-align: center;
    }    
    .menu-wrap{
        padding: 100px 0 0 3em;
    }
    
    .first-level>li{
        padding: 15px 0;
    }
	.menu-toggle {
      margin: 0 35px;
    }  
    .searh-job {
        padding-top: calc(50vh - 182px);
    }
     .searh-job.c-padding {
        padding:0 30px 25px;
    }
    .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: -webkit-flex;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: flex;
    
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .column-box li,.column{
        width: 33.333%;
        float: left;
        min-height: 204px;
    } 
    .column-box li:nth-child(3n+1)
    {
        clear:left;
    }

    section[id^="section-"] {
        padding: 15px 0 30px;
    }
    section[id^="subsection-"] {
        padding: 15px 0 30px;
        margin-bottom: -30px;
    }
    section.colored-bg {
        min-height: 60vh;
    }    
    section[id^="section-"] h3{
        font-size: 63.99px;
        margin-bottom: 25px;
    }    
    .section-ul{
      padding-left: 20px;
    }
    .section-ul ul{
      padding-left: 40px;
    }
    .section-ul li{
      margin-bottom: 0;
    } 
    .no-search.contents-bg{
        margin-top: 100px;
    }
    .show-downlaod-table{
      min-height:250px;
        
    }
    .show-news-location-table{
        min-height:480px;
    }
    #section-14{
         min-height:280px;
    }
    
    
    /* spacing changes */    
    .custom-header .nav > li.xr-padding {
        padding-right: 35px; 
    }
     .innerWrap>section,#section-4, #section-5, #section-6, #section-7, #section-8,#section-9{
         padding: 115px 75px 125px;
    }
    #section-12{
         padding: 140px 75px;
    }
    .video-content{
        min-height: 100vh;
        padding-bottom:100px;
    }  
   
    .innerWrap>.header-section{
        padding: 15px 75px 0;
    }
    .header-section h2 {
        padding: 25vh 10px 30px;
        max-width: 1173px;
        margin:0 auto;
    }    
    .down-arrow {
        bottom:40px;
        left:0;
        right:0;
        position:absolute;
    }
    .innerWrap>#section-2{
        min-height: 0;
        padding: 70px 75px 80px;
    }
    #section-2 h2{
        margin-bottom: 45px;
    }
    .innerWrap>#section-3 {
        min-height: 0;
        padding: 140px 75px 126px;
    }
    
     .innerWrap>#section-10{
         padding: 95px 75px 120px;
    }
     .innerWrap>#section-15 {
        padding:122px 0 0;
    }
     .map {
        padding-top: 42px;
    }    
    .footer-links{
        float:right;
    }    
    .innerWrap #section-10 .slider{    
    margin-top:40px;
    min-height: 410px;
    }
}
@media (min-width:1024px){
   .nav-aside {
    top: 0;
    width: 105px;
    padding: 45px 0;
    text-align: center;
   }   
    .social-icons ul li {
        display: block;
    }
    .show-downlaod-table {
        display: -webkit-flex;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: flex;
    
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
     .show-downlaod-table .download-outer+.download-outer{
         margin-left: 1%;
         width: 49%;
    } 
}
@media (min-width: 992px) and (max-width: 1024px) {
    .filter .tab-content{
        padding: 10px 0 10px 5px;
    }
}
@media (min-width:1280px){    
    .header-section h2 {
         padding: 260px 10px 30px;
    }  
    .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: 345px;   
    }
    .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: 305px;
    }   
    .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){
    .first-level>li{
        padding: 20px 0;
    }
}
@media (max-width:1240px){
    .contact-box{
        width: 100%;
    }
    .business-area-page{
        padding: 70px 20px 50px;
        margin-top:200px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:1024px) {
   .page-nav {
        left: 10px;
    }
    /*styles for parralax effect in smaller devices*/
   .colored-bg{
        overflow: hidden;
        position:relative;
        background: rgba(0,0,0,0.2);
    }
     .aboutUsPage .wrapper:before{
        background:rgba(0,0,0,0) url("../img/about-us/sectionBg.jpg") no-repeat;
        -webkit-background-size: cover;   
        -moz-background-size: cover;   
        -ms-background-size: cover;   
        background-size: cover;          
        -webkit-background-position: 40% 70px;
        -moz-background-position:  40% 70px;
        -ms-background-position:  40% 70px;
        background-position:  40% 70px;
       content:"";
       position: fixed;
       top:0;
       left:0;
       bottom:0;
       right:0;
       width: 100%;
        height: 100%;
       z-index: -1;
       pointer-events: none;
    }

}
@media (max-width:990px){
    .boxScroll .contact-box{
        position: static;
    }
    .business-area-page{
        padding: 30px 20px 20px;
    }
    .business-area-page h2{
        font-size: 26px;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .breadcrums {
        white-space: nowrap;
        width: 450px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: right;
    }

}
@media (max-width:767px){
    .custom-header .nav>li.menu-li {
        padding: 20px 30px;
    }
    .navbar-right
    {
        padding:20px 20px 0 0;
    }
    .custom-header .nav > li{
        padding:0 5px 10px;
    }  
    .custom-header .nav > li.menu-li {
        padding: 5px 10px 10px 30px;
    }
    header .navbar-brand {
         padding: 15px 20px;
    }
    section[id^="section-"] {
        padding: 50px 35px;
    }
    .innerWrap .container {
       padding:0;
    }
    .red-footer .container,#section-15 .container {
       padding:0 20px;
    }
    .innerWrap>#section-15 {
        padding:100px 0 0;
    }
    #section-8{
        padding-bottom: 40px;
    }
    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{
        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;
    }
    .contents-bg {
        margin-top: 50px;
    }
    .content-header {
        justify-content: center;
    }
    .content-header>div {
        margin: 5px 10px;
    }
    .download-outer+.download-outer {
        margin-top: 15px;
    }
    .show-news-location-table,.show-downlaod-table,
    .show-downlaod-table .download-outer{
        display: block;
    }
    .show-downlaod-table .download-outer+.download-outer{
        margin-left: 0;
    }    
    footer.red-footer {
        padding: 30px 0 15px;
    }
    .footer-links{
        clear:both;
    }
    .footer-links li{
        margin: 15px 1px 5px;
    }
    .red-footer address {
        margin: 0;
        float: right;
        margin: 0 0 35px;
    }
    .footer-icons{
        margin-top: -17px;
    }

    .footer-icons li {
        font-size: 35px;
    }
    .red-footer .navbar-brand img {
        max-width: none;
    }
    html,body{
        font-size: 14px;
    }

    section[id^="section-"] h3{
        font-size: 36px;
    }
    .slick-prev:before, .slick-next:before{
        font-size: 0;
    }
    .slick-dots li button {
        width: 16px;
        height: 16px;
        background: #b6b6b6;
        border-radius: 50%;
    }
    .slick-dots li.slick-active button {
        background: #df3c46;
    }
    .column-box li{
        margin-bottom: 3px;
    }
    .business-area-page {
        margin-top: 30px;
    }

	.modal-dialog{
		top:80px;
	}
	
	 .cookieinfo .cookie-alert{
        text-align:center;
        font-size: 12px;
    }
    .cookieinfo .cookie-alert .text-right{
        text-align:center;
        margin-top:15px;
    }
}

@media (max-height:768px) and (min-width:1024px){
    .first-level>li {
        padding: 7px 0;
    }
    .first-level>li>a {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width:480px){
    .content-header>div {
        margin: 5px;
    }
    .red-footer .container,#section-15 .container {
        padding: 0 30px;
    }
    .download-list li {
        width: 100%;
    }
    .n-ui header .navbar-brand {
        padding: 20px 20px 0;
    }
    .menu-wrap{
        padding: 95px 20px 60px
    }
    .navbar-right {
        padding: 15px 20px 0 0;
    }
    .index-page h1{
            padding: 0 20px 10px;
    }
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .custom-header .nav > li.menu-li{
        padding: 5px 10px 10px 5px;
    }
}
@media (max-width:479px){
    .red-footer address{
        width: 175px;
        margin: 0 0 10px;
    }
    .red-footer .navbar-brand img{
        width: 85px;
    }
    footer.red-footer {
        padding: 20px 0 5px;
    }
    .footer-links a{
        font-size: 12px;
    }
    .footer-links > li{
        padding: 0 4px;
    }
    .footer-links .footer-icons a{
        font-size: 21px;
    }
    .footer-links>li:last-child{
        padding-left: 5px;
    }
    section[id^="section-"] {
        padding: 50px 20px;
    }
    #section-15 .container{
        padding: 0 20px;  
    }
    .red-footer .container{
        padding: 0 14px;     
    }    
    .navbar-right {
        padding: 20px 20px 0 0;
    }
}
