@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body{
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Lato", sans-serif;
    font-style: normal;
}
a,a:hover{
    text-decoration: none !important;
    color:#1A2B4F;
}
.captcha__description {
  display: none !important;
}
.captcha__title {
  display: none !important;
}

/* language-switcher-template */
.advanced-language-selector{
  /* position: absolute !important; */
  /* right: 80px !important; */
  /* height: 40px !important; */
  /* top: 0 !important; */
  /* bottom: 0 !important; */
  margin: auto !important;
}
.advanced-language-selector .dropdown .btn-language span {
  color: white;
  font-weight: 600;
}
.language-selector{
  position:absolute;
  right:80px;
  height:40px;
  top:0;
  bottom:0;
  margin:auto;
}
.btn-language{
  color:#fff;
  text-transform:uppercase;
  font-weight:600;
  border:2px solid rgba(255,255,255,0.2);
  background:transparent;
  display:flex;
  flex-direction:row;
  align-items:center;
  height:40px;
  padding:5px 10px;
  /* width:80px; */
}
.btn-language-flag,.dropdown-item-flag{
  display:flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  padding:5px;
  max-width:32px;
  max-height:32px;
  min-width:32px;
  min-height:32px;
}
.btn-language-flag svg,.dropdown-item-flag svg{
  width:100%;
  height:100%;
}
.btn-language.dropdown-toggle::after{
  display:none;
}
.language-selector .dropdown-menu{
  background:#fff;
  width:80px;
  max-width:80px;
  min-width:80px;
  padding:0;
  border-radius:0;
}
.language-selector .dropdown-item{
  padding:5px 10px;
  display:flex;
  align-items:center;
}
.language-selector .dropdown-item-text{
  padding:0;
  font-weight:600;
  font-size:0.9rem;
}
.btn-text{
  font-weight:600;
  font-size:0.9rem;
} */

/* end-code */
/* cookies-popup */
div#sliding-popup {
    background: #1A2B4F !important;
}
/** end */
.hero{
    background:#1A2B4F;
    position:relative;
    min-height: 100vh;
    display:flex;
    align-items: flex-end;
    overflow: hidden;
}
.hero .mouse-cursor {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -10px;
}
.hero .mouse-cursor img {
  position: relative;
  width: 20px;
  -moz-animation: bounce 0.5s infinite linear;
  -o-animation: bounce 0.5s infinite linear;
  -webkit-animation: bounce 0.5s infinite linear;
  animation: bounce 0.5s infinite linear;
}
@-webkit-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  70% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  70% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  70% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-ms-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  70% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  70% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
.video-container {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none;
    background-color: #1f3054;
    opacity: 1;
}
.video-container video,.video-container img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    width: auto;
    height: auto;
    opacity: .6;

}

#header{
    position:fixed;
    height:100px;
    top:0;
    left:0;
    right:0;
    z-index: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition:all 300ms ease;
}
#header.sticky{
    background-color: #061941;
}
#header.header-internal{
  background-color: #061941;
}
.logo{
    width:200px;
    height:67px;
    display:block;
    position:absolute;
    left:30px;
    top:0;
    bottom:0;
    margin:auto;
}
.logo svg{
    width:100%;
    height: auto;
}
.profile-btn{
    width:32px;
    height:32px;
    display:block;
    position:absolute;
    right:85px;
    top:0;
    bottom:0;
    margin:auto;
}
.profile-btn svg{
    width:100%;
    height:100%;
}
.burger-menu{
    position:absolute;
    width:32px;
    height:32px;
    right:30px;
    top: 0;
    bottom:0;
    margin:auto;
    cursor: pointer;
}
.burger-menu .burger-line{
    height:4px;
    left:0;
    right:0;
    border-radius: 3px;
    background:#fff;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}
.burger-line-before{
    height:4px;
    left:0;
    right:0;
    top:3px;
    border-radius: 3px;
    background:#fff;
    position:absolute;
}
.burger-line-after{
    height:4px;
    left:10px;
    right:0;
    bottom:3px;
    border-radius: 3px;
    background:#fff;
    position:absolute;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition:all 300ms ease;
}
.burger-menu:hover  .burger-line-after,.visible-menu .burger-line-after {
    left:0 !important;
}

.hero-caption{
    z-index: 100;
    position:relative;
    padding:0 60px 80px 60px;
    width:100%;
}
.hero-title{
    color:#fff;
    font-weight: 800;
    text-transform: uppercase;
    padding-top:30px;
    position:relative;
    font-size:3.2rem;
}
.hero-title:before{
    content:"";
    left:0;
    position:absolute;
    display:block;
    top:10px;
    height:5px;
    width:40px;
    background:#fff;
}
.hero-box-item{
  border:2px solid #fff;
  border:2px solid #fff;
  padding:30px;
  padding:30px 30px 30px 120px;
  margin-bottom:30px;
  margin-bottom:30px;
  position:relative;
  cursor: pointer;
}
.hero-box-item:hover {
  background: #fff;
  color: #061941;
}
.hero-box-icon{
    width: 70px;
    height: 70px;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}
.hero-box-icon svg{
  width:100%;
  height:100%;
}
.hero-box-item:hover .hero-box-icon svg  #lu,.hero-box-item:hover .hero-box-icon svg #be,.hero-box-item:focus .hero-box-icon svg #be,.hero-box-item:focus .hero-box-icon svg  #lu{
    fill:#1B2C4E !important;
}

/* .hero-box-item:hover .hero-box-icon svg  .hero-benelux,.hero-box-item:focus .hero-box-icon svg  .hero-benelux{
  stroke:#1B2C4E !important;
} */
 .hero-box-item:hover .hero-box-icon svg  .hero-globe-icon,.hero-box-item:focus .hero-box-icon svg  .hero-globe-icon{
    fill:#1B2C4E !important;
}
.hero-box-item:hover .hero-box-icon svg  .hero-globe-icon,.hero-box-item:focus .hero-box-icon svg  .hero-globe-icon{
  stroke:#1B2C4E !important;
}
.hero-box-item:last-child{
    margin-bottom:0;
}

.hero-box-item:hover .hero-box-title,.hero-box-item:hover  .hero-box-description,.hero-box-item:hover .hero-box-link {
    color:#1B2C4E;
}
.hero-box-title{
    color:#fff;
    font-weight: 700;
}
.hero-box-description{
    color:#fff;
    margin-bottom:10px;
}
.hero-box-link{
    font-weight: 700;
    color:#fff;
}
.hero-box-link:hover{
    color:#fff;
    opacity: 0.7;
}
.hero-subtitle{
    color:#fff;
    font-weight: 300;
    font-size:1.8rem;
}
.hero-description{
    padding-right:100px;
    color:#fff;
    font-size:22px;
    font-weight: 300;
}
#projects{
    padding:120px 0 80px 0;
}
.section-title{
    font-weight: 800;
    color:#1A2B4F;
    font-size: 2.6rem;
}
.large-title{
  font-weight: 800;
  color:#1A2B4F;
  font-size: 2rem;
}
.section-text,
.section-title + div > p{
    font-size:26px;
    color:#1A2B4F;
}
.section-title + div.white > p,
.section-title.white span{
  color: white;
}
.counter-box{
    padding:50px 20px 0 20px;
}
.counter-title{
    font-weight: 800;
    font-size: 3.2rem;
    color:#1A2B4F;
    margin:0;
}
.counter-description{
    font-size:26px;
    color:#1A2B4F;
    margin:0;
}

.button-link{
    background:#1A2B4F !important;
    display:inline-block;
    padding:10px 40px;
    color:#fff;
    font-size:20px;
    font-weight: 700;
}
.button-link:hover{
    color:#fff;
}
.button-link-blue{
  background:#1B2C4E;
  display:inline-block;
  padding:10px 40px;
  color:#fff;
  font-size:20px;
  font-weight: 700;
}
.button-link-blue:hover{
  color:#fff;
}
.about-image{
    background:url(../images/bg-box.png) no-repeat center center;
    background-size:80% auto;
    padding:120px 50% 120px 0;
    position:relative;
}
.about{
    padding:100px 60px;
}
.about-image-1{
    position:relative;
    z-index: 5;
}
.about-image-1 img,.about-image-2 img{

    border-radius: 20px;
}
.about-image-2{
    position:absolute;
    z-index: 5;
    max-width: 50%;
    left:40%;
    right:0;
    top:350px;
    width:450px;
    height:auto;
}
.block-box-single{
    margin-bottom:30px;
    background:#C8C8C8;
    height:435px;
    display:block;
}
.block-box-double{
    background:#C8C8C8;
    height:900px;
    margin-bottom:20px;
}
.block-box-double, .block-box-single {
    border-radius: 20px;
    overflow: hidden;
    display: block;
}
.block-box-double{
    background:#061941;
    height:900px;
    margin-bottom:20px;
    color:#fff;
}
.block-box-title-with-icon {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.block-box-double .block-box-title, .block-box-double .block-box-description, .block-box-double .block-box-link {
    color: #fff;
}
.block-box-double .block-box-link:hover{
    color:#fff !important;
}
.main-block-icon {
    display: flex;
    background: white;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-right: 15px;
}
.block-box-list{
    margin-top:40px;
}
.info{
    padding:100px 0;
}
.article-info {
    padding-top: 100px;
}
.block-box-double, .block-box-single{
    border-radius: 20px;
    overflow: hidden;
}
.block-box-content{
    padding:40px;
}
.block-box-description{
    margin-bottom:20px;
    color:#1A2B4F;
    font-size:18px;
}
.block-box-link{
    font-weight: 700;
    color:#1A2B4F;
    text-decoration: underline !important;
}
.block-box-link:hover{
    color:#1A2B4F;
    opacity: 0.7;
}
.block-box-title{
    font-weight: 800;
    color:#1A2B4F;
}
.block-box-single .block-box-title{
    font-size:1.3rem;
    margin:0;
}

.block-box-single .block-box-description{
    margin-bottom:10px;
    color:#1A2B4F;
    font-size:14px;
}

.block-box-single .block-box-content{
    padding:15px 20px;
}
.partners{
    padding:0 0 80px 0;
}
.bold{
    font-weight: 700;
}
.partner-item{
    display:block;
    padding:30px;
    background:#fff;
    width:calc(25% - 30px);
    margin:0 15px 20px 15px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    border-radius: 10px;
}
.partner-item:hover{
    opacity: 0.6 !important;
}
.partners-list{
    margin:30px  -15px 20px -15px;
}

#footer{
    background:#1B2C4E;
    padding:80px 60px;
}
.social-link{
    width:32px;
    height:32px;
    display:inline-block;
}
.logo-footer svg{
    width:200px;
}

.contact-data{
    color:#fff;
    padding:30px 0 0 0;
    font-size:18px;
}
.contact-data a{
    color:#fff;
}
.footer-list a{
    color:#fff;
    display:inline-block;
    font-size:18px;
    font-weight: 300;
    padding:2px 0;
}
.footer-list a:hover,.social-link:hover{
    opacity: 0.6;
}
.map{
    padding-left:250px;
    position:relative;
    height:auto;
    background:#fff;
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
}
.map-preview{
    position:relative;
    z-index: 100;
    overflow: hidden;
}
.map-sidebar{
    left:0;
    top:0;
    bottom:0;
    width:250px;
    z-index: 200;
    position:absolute;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}
.sidebar-level-1{
    background:#1A2B4F;
    width:100px;
    height:100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.level-list-container.sidebar-level-1 .level-item {
    /* width: calc(16.66% - 20px); */
    margin: 0 10px 0px 10px;
    border-radius: 20px;
    opacity: 1;
    border: 1px solid #ccc;
}
.level-item{
    overflow: hidden;
    position:relative;
}
.level-list-container .level-item .level-item-title {
    color: #061941 !important;
    display: block !important;
    font-size: 1rem !important;
    padding-top: 5px !important;
    opacity: 1 !important;
}
.level-item input[type="radio"]{
    position:absolute;
    left:-50px;
    top:-50px;
    opacity: 0;
}
.sidebar-level-1 .level-item{
    display:block;
    padding:20px 10px;
    text-align: center;
    width:100%;
    border-bottom:1px solid rgba(255,255,255,0.1);
    opacity: 0.6;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition:all 300ms ease;
}
.map-sidebar .sidebar-level-1 .level-item:last-child{
    border-bottom:0;
}
.sidebar-level-1 .level-item-title{
    color:#fff;
    display:block;
    font-size:0.8rem;
    padding-top:5px;
}

.sidebar-level-2 img{
    opacity: 0.2;
    max-width: 80px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition:all 300ms ease;
}

.sidebar-level-2 .level-item-title{
    color: #1A2B4F;
    display:block;
    font-size:0.8rem;
    font-weight: 700;
    opacity: 0.6;
}

.sidebar-level-2 .level-item{
    display:block;
    padding:15px 10px;
    text-align: center;
    width:100%;
    border-bottom:1px solid rgba(255,255,255,0.1);
    opacity: 0.6;
    cursor: pointer;
}

.sidebar-level-1 .level-item:hover{
    opacity:1;
}


.sidebar-level-2 .level-item:last-child{
    border-bottom:0;
}

.sidebar-level-2{
    width:150px;
    height:100%;
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position:absolute;
    left:100px;
    top:0;
    right:0;
    width:150px;
    bottom:0;
    background:#fff;
}
.sidebar-level-2 .level-item .active{

}
.language-link{
    margin-right:10px !important;
}
.lang-switcher {
    position: absolute;
    top: 1.9rem;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    right: 6.5rem;
}
.map-filter.active,.map-filter.active img,.map-filter.active .level-item-title{
    opacity: 1;
}
.sidebar-level-2 .level-item:hover img,.sidebar-level-2   .level-item:hover .level-item-title{
    opacity: 0.8;
}
.map-pin{
    position:absolute;
    left:30%;
    top:30%;
    width:32px;
    height:32px;
    margin-left:-16px;
    margin-top:-16px;
    text-align: center;
    z-index: 100;
}
.map-pin > img:hover{
    cursor: pointer;
}
.map-pins-container {
    position:relative;
}
.map-pin-dropdown{
    position:absolute;
    top:40px;
    left:40px;
    z-index: 1000;
    left:-300px;
    margin-left:auto;
    margin-right:auto;
    width:300px;
    background:#fff;
    padding:20px;
    text-align: center;
    border-radius: 6px;
   visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition:all 300ms ease;
}
.map-pin-dropdown.active {
    visibility: visible;
    opacity: 1;
    left:40px;
}
.sidebar-level-2 .level-item.selected{
    opacity: 1;
}
.sidebar-level-1 .level-item.selected{
    opacity: 1;
}

.sidebar-level-2 .level-item.selected img {
    opacity: 1 !important;
}

.sidebar-level-2 .level-item.selected .level-item-title {
    opacity: 1 !important;
}

.close-dropdown{
    width:32px;
    height:32px;
    background:#fdca40;
    display:block;
    position:absolute;
    top:-10px;
    right:-10px;
    font-family: "Lato", sans-serif;
    border-radius: 50%;
    font-weight: 800;
    padding:6px;
    display:flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.close-dropdown svg{
    width:100%;
    height:100%;
    fill:#1A2B4F;
}
.profile-image{
    margin-right:15px;
    min-width:54px;
    min-height:54px;
    max-width: 54px;
    max-height: 54px;
    border-radius: 50%;
}
.profile-image img{
    border-radius: 50%;
    border:2px solid #fdca40;
}
.profile-name{
    color:#1A2B4F;
    font-weight: 600;
}
.profile{
    width:100%;
    text-align: left;
}
.profile-position{
    color:#1A2B4F;
    font-size:0.8rem;
    line-height: 1.2;
}
.dropdown-map-pin-text{
    margin-top:15px;
    padding-top:15px;
    border-top:1px solid rgba(0, 172, 193, 0.1);
    text-align:left;
    color:#061941;
    font-size:0.75rem;
}
.dropdown-map-pin-text a{
    color:#72a5d3;
    text-decoration: underline !important;
}
.visible-menu{
    overflow: hidden;
}
.overlay-menu{
    position:fixed;
    z-index: 450;
    top:0;
    left:0;
    right:0;
    height: 100vh;
    display:flex;
    align-items: center;
    padding:150px 100px 100px 200px;
    background:#061941;
    transform: translateY(-100%);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition:all 200ms ease;
    background:url(../images/menu-bg.jpg) no-repeat bottom right;
    background-size: cover;
}
.visible-menu .overlay-menu{
    transform: translate(0px, 0px);
}
.visible-menu #header{
    background:#061941;
    border-bottom:1px solid rgba(255,255,255,0.1);
}
.overlay-navigation .navigation-btn{
    display:block;
    color:#fff;
    font-size:36px;
    padding:7px 0;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    transition: opacity .25s ease-in-out;
}
.sub-navigation{

}
.sub-navigation{
    color:#fff;
    padding:7px 0 7px 30px;
    display:block;
    font-size:1.6rem;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    transition: opacity .25s ease-in-out;
}
.sub-navigation:hover{
    color:#fff;
    opacity: 1;
}
.overlay-navigation:hover .navigation-btn,.overlay-navigation:hover .sub-navigation{
    opacity: 0.35;
}
.overlay-navigation:hover .navigation-btn:hover,.overlay-navigation:hover .sub-navigation:hover{
    opacity: 1;
}
.overlay-navigation-small a{
    display:block;
    color:rgba(255,255,255,0.5);
    font-size:16px;
    padding:5px 0;
    font-weight: 300;
    font-family: "Lato", sans-serif;
}
.overlay-navigation-small a:hover{
    color:rgba(255,255,255,1);
}
.navigation-btn.not-active{
    pointer-events: none;
}
.pin-effect{
    width:15px;
    height:15px;
    transition: all 0.3s ease;
    will-change: transform, box-shadow;
    box-shadow: 0 0 0 rgba(0, 172, 193, 0.4);
    animation: pulse 3s infinite;
    border-radius: 100%;
    position:absolute;
    bottom:-6px;
    left:0;
    right:0;
    margin:auto;
}
.marker-pin:hover svg path{
    fill:#5AA4ED !important;
}
.employerSliderWrapper{
    position:relative;
}
.slider-navigation-btn{
    display:flex;
    align-items: center;
    justify-content: center;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    width:48px;
    height:48px;
    min-height: 48px;
    max-height: 48px;
    min-width:48px;
    max-width:48px;
    cursor: pointer;
    z-index: 100;
}
.slider-nav-prev{
    left:0;
}
.slider-nav-next{
    right:0;
}
.form-wrapper legend{
    margin-bottom:0;
}
.form-wrapper legend .fieldset-legend{
    padding-bottom:0;
}
.fieldset-wrapper .form-radios{
    margin-bottom:15px;
}
.ajax-progress-fullscreen {
    position: fixed;
    z-index: 1261;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4px;
    opacity: 0.9;
    border-radius: 7px;
    background-color: #232323;
    background-repeat: no-repeat;
    background-position: center center;
}
@keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(26, 43, 79, 0.3);
    }
    70% {
      box-shadow: 0 0 0 20px rgba(26, 43, 79, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(26, 43, 79, 0);
    }
  }

  .sidebar-level-1 .level-item:hover{
    background:rgba(255,255,255,0.1);
}

@media(max-width:1024px){
    .hero-caption{
        padding: 0 30px 30px 30px;
    }
    .hero-description {
        padding-right: 0;
        font-size: 18px;
    }
    .hero-title {
        font-size: 2.6rem;
    }
    .hero-box-item {
        padding: 20px;
        margin-bottom: 20px;
    }
    #header{
        height:70px;
    }
    .logo {
        width: 160px;
        height: 54px;
        display: block;
        position: absolute;
        left: 30px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .overlay-menu {
        background: #061941;
        padding: 50px 50px 50px 50px;
    }
    .overlay-navigation a {
        font-size: 26px;
    }
    .section-title {
        font-size: 2rem;
    }
    .section-text {
        font-size: 22px;
    }
    .map {
        padding-left: 0;
        padding-top:180px;
    }
    .sidebar-level-1 {
        width: 100%;
        height: 80px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
    }
    .sidebar-level-1 .level-item-title {
        font-size: 0.7rem;
    }
    .sidebar-level-1 .level-item {
        padding: 10px 10px;

        text-align: center;
        width: 16.66%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        opacity: 0.6;
        cursor: pointer;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .sidebar-level-1 .level-item-title {
        font-size: 0.7rem;
    }
    .map-sidebar{
        width:100%;
        position:absolute;
        left:0;
        right:0;
        top:0;
        bottom:initial;
        height:180px;
        z-index: 200;
    }
    .sidebar-level-2 {
        width: 100%;
        height: 100px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        position: relative;
        left:initial;
        top: initial;
        right: initial;
        width: 100%;
        bottom:initial;
    }
    .sidebar-level-2 .level-item {
        padding: 10px;
        text-align: center;
        width: 16.66%;
    }
    .sidebar-level-2 .level-item-title {

        font-size: 0.65rem;
        opacity: 0.6;
    }

    .about-image {
        background: url(../images/bg-box.png) no-repeat center center;
        background-size: 80% auto;
        padding: 80px 50% 80px 0;
        position: relative;
    }
    .about-image-2 {
        position: absolute;
        z-index: 5;
        max-width: 60%;
        left: 40%;
        right: 0;
        top: 150px;
        width: auto;
        height: auto;
    }
    .about {
        padding: 80px 30px;
    }
    #footer {
        padding: 50px 30px;
    }
    .partner-item {
        width: calc(50% - 30px);
    }
    .block-box-single,.block-box-double{
        height:auto
    }
    .counter-box {
        padding: 10px 20px 0 20px;
    }
    .about-image {
        margin-bottom:40px;
    }
    .contact-data{
        margin-bottom:20px;
    }
}
.background {
    background: linear-gradient(0deg, rgba(26, 43, 79, 0.6), rgba(26, 43, 79, 0.6)), url(../images/Bannerfoto_long_3.jpg);
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-color: #1f3054;
    background-size: cover;
}
/* internla */
.hero-internal{
    background-color:#1f3054;
    padding:180px 0 100px 0;
    /* background: linear-gradient(0deg, rgba(26,43,79,0.6), rgba(26,43,79,0.6)), url('../images/Bannerfoto_long_3.jpg'); */
}

.hero-internal .hero-caption{
    padding:0;
}

.internal-content{
    padding:80px 0;
    position:relative;
}
.breadcrumb-list a,.breadcrumb-item{
    color:#fff !important;
    text-transform: uppercase;
    font-size:0.8rem;
}
.breadcrumb-item.active{
    opacity: 0.5;
}
.sidebar-navigation-list{
    padding:5px 0 5px 20px;
}
.sidebar-navigation-list a{
    font-size:0.9rem;
    display:block;
    position:relative;
    padding: 3px 0 3px 12px;
    font-weight: 500;
    opacity: 0.7;
}
.sidebar-navigation-list a.active{
    opacity: 1;
    color:#1B2C4E;
    font-weight: 600;
}
.sidebar-navigation-list a:after{
    width:6px;
    height:6px;
    background:#fdca40;
    display:block;
    content:"";
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    position:absolute;
}
.sidebar-navigation-inner-group > a.sidebar-navigation-main-title{
    font-weight: 600;
    padding:10px 0 0 0;
    display:block;
    position:relative;
    font-size:1.1rem;
}
.sidebar-navigation-inner-group-button{
    padding:2px 0 2px 20px;
    display:block;
    position:relative;
    font-size:0.95em;
    opacity: 0.7;
    font-weight: 600;
}
.sidebar-navigation-inner-group-button:after{
    position:absolute;
    content:"";
    width: 16px;
    height:16px;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    background:url(../images/SVG/arrow.svg) no-repeat center center;
    background-size:16px 16px;
}

.sidebar-navigation-main-group{
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
    padding-bottom:20px;
}
.sidebar-navigation-main-group:last-child{
    border-bottom:0 !important;

}
.sidebar-navigation-inner-group.active .sidebar-navigation-inner-group-button{
    color:#1B2C4E;
    font-weight: 600;
    opacity: 1;
}
.sidebar-navigation-inner-group{
   padding:3px 0;
}

.sidebar-navigation-inner-group .sidebar-navigation-list{
    display: none;
}
.sidebar-navigation-inner-group.active .sidebar-navigation-list{
    display:block;
}
.sidebar-navigation-main-title{
    text-transform: uppercase;
    font-weight: 700;
    padding:10px 0 10px 20px;
    display:block;
    position:relative;
}
.sidebar-navigation-main-title:after{
    width:15px;
    height:3px;
    background:#1B2C4E;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    position:absolute;
    content:"";
}
.gray-box{
    background: #C8C8C8;
    padding: 30px;
    margin-bottom:20px;
    border-radius: 20px;
}
.gray-box .gray-box-description {
    font-size: medium;
}
.row .col-lg-9 .side-content{
    padding-left: 0;
}
.side-content {
    padding-left: 50px;
}
.medium-text{
    font-size:0.9rem;
}
.normal-list{
    margin: 20px 0 30px 0;
    font-size:0.9rem;
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.normal-list div{
    width:33.33%;
    border-bottom:1px solid #ccc;
    padding:15px 15px 15px 35px;
    background:url(../images/SVG/check-circle.svg) no-repeat left center;
    background-size:24px 24px;

    font-weight: 600;
}

.button-link-small{
    font-size:0.9rem;
    padding:8px 30px;
}
/* filter css */
.filters {
    padding: 30px;
    border-radius: 20px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.filter-group {
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
/* internal filter */
.filter-group .form-check .form-check-label {
    font-size: 0.85rem;
    opacity: 0.9;
    cursor: pointer;
}
.form-radios .js-form-type-radio .option {
    font-size: 0.85rem;
    opacity: 0.9;
    cursor: pointer;
}
.filters .form-wrapper .fieldset-wrapper .form-checkboxes .bef-checkboxes .js-form-type-checkbox label {
    font-size: 0.85rem;
    opacity: 0.9;
    cursor: pointer;
}
.form-required:after {
    content: " *";
    color: #ff3700;
}


/* end */
.filter-title {
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 0 5px 20px;
    display: block;
    position: relative;
    font-size: 0.95rem;
}
.filter-title:after {
    width: 15px;
    height: 3px;
    background: #1B2C4E;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    content: "";
}
/* .filters .filter-group .fieldgroup {
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
} */
.filters .fieldgroup legend span.fieldset-legend  {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 0 5px 20px;
    display: block;
    position: relative;
    font-size: 0.95rem;
}
.filters .fieldgroup legend span.fieldset-legend::after  {
    width: 15px;
    height: 3px;
    background: #1B2C4E;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    content: "";
}
.product-item-main{
    background:#f0f0f0 !important;
}

.family-group:hover{
  cursor: pointer;
}
.family-group:hover .product-item-main{
  background: rgba(253, 202, 64, 0.2) !important;
}
.family-group.visible  .product-item-main{
    background: rgba(253, 202, 64, 0.2) !important;
}
.family-group .fa-chevron-down{
  display: block;
}
.family-group .fa-chevron-up{
  display: none;
}
.family-group.visible .fa-chevron-down{
  display: none;
}
.family-group.visible .fa-chevron-up{
  display: block;
}
.product-item-main{
    margin-bottom:15px;
}
/* filter css end */

.products-list{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin:10px -10px 0 -10px;
    display:none;
}
.family-group.visible .products-list{
    display:flex;
}
.product-item{
    padding: 20px 20px 70px 20px;
    width: calc(33.33% - 20px);
    border: 1px solid #ccc;
    margin-left: -1px;
    margin-top: -1px;
    border-radius: 20px;
    margin: 0 10px 20px 10px;
    position: relative;
}
.product-item-main {
    padding: 20px;
    border-radius: 20px;
    background: rgba(253, 202, 64, 0.2);
}
.product-item-main-toggle{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.product-item-main .product-item-main-content .product-label {
    background: #fdca40;
    color: #1B2C4E;
    border-color: #fdca40;
}
.product-item-main-image img{
    border-radius: 20px;
}
.product-item-main-toggle{
    cursor:pointer;
}
.product-description {
    font-size: 0.9rem;
    margin-bottom: 10px;
}
.product-item-main-content h4 {
    font-weight: 700;
    font-size: 2rem;
}
.product-label{
    border:1px solid #1B2C4E;
    color:#1B2C4E;
    padding:3px 10px;
    font-size:0.9rem;
    font-weight: 500;
    margin-bottom:10px;
    display:inline-block;
}
.product-description{
    font-size:0.9rem;
    margin-bottom:10px;
}
.product-item-image{
    text-align:center;
    display:block;
}
.product-item-image img{
    max-height: 150px;
}
.products-list .product-item .button-link {
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.level-list-container-wrapper {
    position:absolute;
    left:0;
    right:0;
    top:30px;
}
.level-list-container-wrapper h3 {
    text-align: center;
    padding: 20px 10px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 20px;
    background: #061941;
}
.level-list-container {
    flex-direction: row;
    width: auto !important;
    background: transparent;
    /* color: #061941; */
    margin: 0 -20px;
}
/* custom-css for product page */
.filters .level-list-container-wrapper {
    position: relative;
}
.filters .level-list-container-wrapper .sidebar-level-1 {

}
.filters .level-list-container-wrapper .sidebar-level-1 .level-item {
    /* padding-left: 4rem;
    padding-right: 4rem; */
    width: 199px;
    height: 78px;
}
/* .sector {

} */
.product {
    padding: 10rem 0;
}
/* end-css */
.level-list-container-wrapper .sidebar-level-1 .level-item.selected {
  background: #151A42;
  color: #FFF5D9;
}
.level-list-container-wrapper .sidebar-level-1 .level-item.selected img{
  filter: invert(100%);
}
/* uncomment the commented file  */

.map-sidebar .sidebar-level-1 {
    background: #1A2B4F;
    width: 100px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.level-list-container .sidebar-level-1 .level-item.selected {
    background: #f0f0f0;
}
.level-list-container .sidebar-level-1 .level-item {
    width: calc(16.66% - 20px);
    margin: 0 10px 0px 10px;
    border-radius: 20px;
    opacity: 1;
    border: 1px solid #ccc;
}
.sidebar-level-1 .level-item {
    display: block;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0.6;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.level-item {
    overflow: hidden;
    position: relative;
}
.level-list-container .level-item-title {
    color: #061941;
    display: block;
    font-size: 1rem;
    padding-top: 5px;
    opacity: 1;
}
.level-item input[type="radio"] {
    position: absolute;
    left: -50px;
    top: -50px;
    opacity: 0;
}
/* end of commented line  */
.sidebar-navigation-inner-group-button:hover{
    opacity: 1;
}
.sidebar-navigation-list a:hover{
    opacity: 1;
}

/* work at eme */
/* pdf */
.file-hidden {
    display: none;
}

.uploader-btn-label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.uploader-btn-label .uploader-button {
    display: flex;
    align-items: center;
}

.uploader-btn-label .uploader-button-icon {
    margin-right: 10px;
}

/* pdf-end */
.core-values{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin:0 -10px;
}
.core-values-item{
    width:calc(25% - 20px);
    margin:0 10px 20px 10px ;
    border-radius: 20px;
    background:#1A2B4F;
    padding-top:150px;
    height: 340px;
    overflow: hidden;
}
.core-value-title{
    padding:40px;
    font-weight: 700;
    color:#fff;
    position:relative;
    border-radius: 20px;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10 preview */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */
    min-height: 330px;
}
.core-value-title:before{
    top:20px;
    left:40px;
    position:absolute;
    height:4px;
    width:50px;
    background:#fdca40;
    display:block;
    content:"";

}
.number-core-value{
    display:block;
    font-size:2.2rem;
    opacity: 0.7;
    font-weight: 500;
}
/* form css  */
.custom-label{
    display: block;
    font-size:0.9rem;
    padding-bottom: 5px;
}
.buttonForm{
    display:block;
    width:100%;
    border:0;
    padding:5px 10px;
    color:#fff;
    background:#1B2C4E;
    border-radius: 4px;
    height:38px;
}

.custom-select .btn-light{
    width:100%;
    border:1px solid #ccc;
    background:transparent;
}

.custom-select .btn-light:focus{
    outline:0 !important;
    box-shadow: 0;
}
.custom-select {
    width:100% !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #061941;
}
.news-list{
    margin:20px -10px 20px -10px;
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
}
/* my form css  */
.mb-3 .form-item .form-textarea
 {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.mb-3 .form-item .form-textarea:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.mb-3 .form-item .form-number:focus  {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.mb-3 .form-item .form-number {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.mb-3 input{
    margin-top:0.25rem !important;
}
.mb-3 .form-item .form-text {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.mb-3 .form-item .form-text:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.mb-3 .form-item .form-email:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.mb-3 .form-item .form-email {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.text-center .form-submit {
    display: block;
    width: 100%;
    border: 0;
    padding: 5px 10px;
    color: #fff;
    background: #1B2C4E;
    border-radius: 4px;
    height: 38px;
}
/* news page */
.news-list{
    margin:20px -10px 20px -10px;
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.news-item{
    display:block;
    width:calc(33.33% - 20px);
    margin:0 10px 30px 10px;
}
.news-image{
    margin-bottom:20px;
}
.news-image img{
    border-radius: 20px;
}
.news-title{
    font-weight: 800;
    color: #1A2B4F;
    font-size:1.4rem
}
.news-description{
    font-size:0.9rem;
    opacity: 0.7;
}
.news-date {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  padding-bottom: 5px;
}

.employersSlider{
  padding-bottom:50px;
  margin:30px 0;
}
.employersSlider .swiper-slide {
    height: auto !important;
}
/* new video design */
.swiper-wrapper {
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, 0px);
    transition-delay: 0ms;
}
.swiper-wrapper .swiper-slide {
    margin-right: 20px;
}
/* .employersSlider .swiper-slide {
    height: auto !important;
} */
.swiper-wrapper .swiper-slide .carousel-box {
    padding: 40px 80px;
    margin-bottom: 3rem;
    position: relative;
    border-radius: 20px;
    border: 1px solid #ccc;
    height: 100%;
}
.swiper-wrapper .swiper-slide .carousel-box .carousel-box-icon {
    margin-bottom: 10px;
    width: 64px;
    height: 64px;
}
.swiper-wrapper .swiper-slide .carousel-box .carousel-box-icon svg {
    stroke: #1B2C4E;
    opacity: 1;
    width: 100%;
    height: 100%;
}
.swiper-wrapper .swiper-slide .carousel-box .carousel-content {
    width: 100%;
}
.swiper-slide .carousel-box .carousel-content .carousel-content-title {
    font-weight: 700;
}
.employer-box{
  border-radius: 20px;
  border:1px solid #ccc;
  padding:30px 30px 30px 120px;
  background:url(../images/quote.svg) no-repeat left 30px top 30px;
  background-size:64px 64px;
  width: 50%;
}
.employer-text{
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 1.6;
}
.employer-name{
  font-weight: 700;
}
.employer-position{
  opacity: 0.7;
  font-size:0.9rem;
}
.video-blocks{
  margin-bottom: 30px;
}
.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
  border-color: #1B2C4E !important;
  background-color: #1B2C4E !important;
  transition: all 0s;
  opacity: 0.8;
}
.video-js .vjs-big-play-button{
  border-color: #1B2C4E !important;
  background-color: #1B2C4E !important;
}
.carousel-box .carousel-content .video-block{
  /* width:calc(50% - 20px); */
  height: 231px;
  width: 100%;
  /* margin:0 10px 0 10px; */
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 20px;
  overflow: hidden;
}
.video-block iframe {
    border-radius: 20px;
}
.video-blocks{
  display:flex;
  align-items: stretch;
  margin:0 -10px;
  flex-wrap: wrap;
}
.video-block > div{
  width:100% !important;
}
/* contact page */
.large-title{
    font-weight: 800;
    color:#1A2B4F;
    font-size: 2rem;
}
.contact-buttons{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
}

.contact-button-item{
    display:inline-block;
    padding:25px 30px 25px 80px;
    position:relative;
    margin:25px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
}
.contact-button-item:hover{
    border-color:#f0f0f0;
    background:#f0f0f0;
}
.contact-buttons{
    display:flex;
    justify-content: center;
    align-items: center;
}
.contact-button-item-subtitle{
    text-transform: uppercase;
    font-size:0.8rem;
    opacity: 0.8;
    line-height: 0.8;
}
.contact-button-item-title{
    font-size:1.2rem;
    font-weight: 600;
}
.contact-button-item-icon{
    width:40px;
    height:40px;
    position:absolute;
    left:30px;
    top:0;
    bottom:0;
    margin:auto;
}
.contact-button-item-icon svg{
    stroke:#1B2C4E;
    width:100%;
    height:100%;
}
.data-details-title{
    display:block;
    font-size:1rem;
    font-weight: 600;
}
.data-details-description{
    font-size:0.85rem;
    padding-bottom:30px;
}
.data-details-item{
    padding-top:15px;
}
.data-details{
    margin-bottom:20px;
}
.contact-box{
    padding:50px 180px;
    border:1px solid #ccc;
    border-radius: 20px;
}
/* contact page */
.large-title{
    font-weight: 800;
    color:#1A2B4F;
    font-size: 2rem;
}
.contact-buttons{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
}

.contact-button-item{
    display:inline-block;
    padding:25px 30px 25px 80px;
    position:relative;
    margin:25px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
}
.contact-button-item:hover{
    border-color:#f0f0f0;
    background:#f0f0f0;
}
.contact-buttons{
    display:flex;
    justify-content: center;
    align-items: center;
}
.contact-button-item-subtitle{
    text-transform: uppercase;
    font-size:0.8rem;
    opacity: 0.8;
    line-height: 0.8;
}
.contact-button-item-title{
    font-size:1.2rem;
    font-weight: 600;
}
.contact-button-item-icon{
    width:40px;
    height:40px;
    position:absolute;
    left:30px;
    top:0;
    bottom:0;
    margin:auto;
}
.contact-button-item-icon svg{
    stroke:#1B2C4E;
    width:100%;
    height:100%;
}
.data-details-title{
    display:block;
    font-size:1rem;
    font-weight: 600;
}
.data-details-description{
    font-size:0.85rem;
    padding-bottom:30px;
}
.data-details-item{

    padding-top:15px;
}
.data-details{
    margin-bottom:20px;
    border-top:3px solid #C8C8C8;
}
.contact-box{
    padding:50px 180px;
    border:1px solid #ccc;
    border-radius: 20px;
}

/* about-us */
/* new timeline css */

.timeline{
    padding:40px 0;
    position:relative;
    margin-bottom:30px;
}
.timeline-line{
    width:5px;
    background:#ccc;
    display:block;
    top:40px;
    bottom:40px;
    position: absolute;
    margin:auto;
    left:0;
    right:0;
    margin:auto;
    overflow: hidden;
}
.timeline-progress{
    background:#0567a6;
    position:absolute;
    left:0;
    right:0;
    top:0;
}


.timeline-date{
    font-weight: 700;
    font-size:1.4rem;
}
.timeline-dot{
    position:absolute;
    width:48px;
    border-radius: 50%;
    height:48px;
    background: #5AA4ED;
    left:0;
    top:0px;
    margin:auto;
    bottom:0;
    margin:auto;
    display:flex;
    align-items: center;
    justify-content: center;
    padding:10px;
    z-index: 11;
}
.timeline-dot svg{
    stroke: #fff;
}
.timeline-dot .timeline-event-icon,.timeline-dot .timeline-event-icon svg{
    width:100%;
    height:100%;
}
.timeline-title{
    font-size:1.2rem;
    opacity:1;
}
.timeline-description{
    opacity: 0.8;
    font-size:0.9rem;
    padding-top:10px;
}
.timeline-box{
    position:relative;
    padding:0;
    margin-bottom:20px;
}
.timeline-box-content{
    padding:20px 30px 20px 30px;
    border:1px solid #ccc;
    margin-left:70px;
    border-radius: 10px;
}
.timeline-box .timeline-box-content{
    margin-right:0px;
    margin-left:0;
}
.timeline-box:nth-child(odd){
    padding-left:calc(50% + 50px);
}
.timeline-box:nth-child(even){
    padding-right:calc(50% + 50px);
    text-align: right;
}
.timeline-box:nth-child(odd) .timeline-dot{
    left:0;
    right:0;
    margin:auto;
}
.timeline-box:nth-child(even) .timeline-dot{
    left:0;
    right:0;
    margin:auto;
}

.timeline-box:nth-child(even) .timeline-person-wrapper{
    justify-content: flex-end;
}
.timeline-dot{

}
.timeline-dot-event{
    background:#fdca40;
}
.timeline-person-wrapper{

    padding-top:10px;
}
.timeline-person-image{
    position:relative;
    width:64px;
    height:64px;
    border-radius: 50%;
    margin-right:10px;
    background:#1B2C4E;
    display:flex;
    align-items: center;
    justify-content: center;
}
/* .timeline-person-image > img{
    stroke:#fff;
    padding:5px;
    width: 100%;
} */
.block-box-double .block-box-image {
    width: 100%;
}
#bucket {
    stroke:#fff;
    padding:5px;
    width: 100%;
}
.timeline-person-image img{
    border-radius: 50%;
}
.timeline-person-icon{
    width:32px;
    height:32px;
    background:#1B2C4E;
    border-radius: 50%;
    bottom:-8px;
    right:0;
    display:flex;
    align-items: center;
    justify-content: center;
    position:absolute;
    padding:5px;
}
.timeline-person-icon img{
    width:100%;
    height:100%;
    stroke:#fdca40;
}
.timeline-person-wrapper{
    display:flex;
    align-items: center;
}
.timeline-person-name{
    font-size:1.2rem;
    font-weight: 500;
}
.timeline-person-position{
    font-size:0.9rem;
    opacity: 0.6;
}
.timeline-title{
    font-size:1.2rem;
}

/* end */
/* new form start */
.pl-0 {
    padding-left: 0 !important;
}
.webform-element-description {
    display: none;
}
.light-blue-box{
    padding:80px 0;
    background:rgba(74,118,2019,0.1);
}
.submit-cv-wrapper{
    position:relative;
    z-index: 10;
    display:flex;
    align-items: stretch;
    width:100%;
    border-radius: 20px;
    overflow: hidden;
    background:#fff;
}
.submit-cv-image{
    width:40%;
    min-height: 300px;
    display:flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}
.submit-cv-content{
    width:60%;
    padding:80px 140px;
}
.submit-cv-image-caption{
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    padding:50px;
    text-align: left;
    color:#fff;
}
.submit-cv-icon svg{
    stroke:white;
}
.submit-cv-icon{
    margin-bottom:10px;
}
.submit-cv-content h2{
    margin-top:5px !important;
}
.eme-logo {
    text-align: center;
}
.eme-logo svg {
    max-width: 200px;
    text-align: center;
}
.custom-label {
    display: block;
    font-size: 0.9rem;
    padding-bottom: 5px;
}
.uploader-btn-label {
    position: relative;
    height: 40px;
}
.uploader-input {
    visibility: hidden;
    opacity: 0;
}
.uploader-button {
    cursor: pointer;
    background: rgba(74, 118, 2019, 0.1);
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    padding: 8px 15px;
    color: #1B2C4E;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
}
.uploader-button-icon {
    width: 24px;
    height: 24px;
}
.uploader-button-icon svg {
    stroke: #1B2C4E;
    width: 100%;
    height: 100%;
}
.uploader-button-text {
    display: inline-block;
    padding-left: 5px;
    font-size: 0.9rem;
}
.uploader-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.uploader-list li:last-child {
    border-bottom: 0;
}
.uploader-list li {
    padding: 6px 0 3px 0;
    font-size: 0.85rem;
    opacity: 0.8;
    border-bottom: 1px solid #f0f0f0;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}
.form-check-input[type=checkbox] {
    border-radius: .25em;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
/* start neto form check input */
.sidebar-navigation-list {
    display: none; /* Initially hide all sidebar-navigation-list elements */
}

.sidebar-navigation-inner-group-button.active + .sidebar-navigation-list {
    display: block; /* Show the list when its corresponding button is active */
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.sidebar-navigation-main-group .sidebar-navigation-inner-group .sidebar-navigation-inner-group-button a .form-check-input{
    display: none;
}
.sidebar-navigation-main-group .sidebar-navigation-inner-group .sidebar-navigation-list .form-check-input {
    display: none;
}
.sidebar-navigation-list .active .form-check-label {
    cursor: pointer;
}
.sidebar-navigation-inner-group-button a .form-check-label {
    cursor: pointer;
}
/* end  */
/* new desing of neto */
.header-sections {
    padding: 0 0 30px 0;
    margin-bottom: 30px;
}
.header-sections .row .col-lg-9 .white {
    color: #fff;
}
.header-sections .row .col-lg-9 .introduction-title {
    font-size: 1.2rem;
}
/* fixed footer  */
.fixed-navigation {
    position: fixed;
    background: #fdca40;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.fixed-navigation-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.fixed-navigation-list a {
    display: block;
    width: 33.33%;
    padding: 15px 10px;
    color: #1f3054;
    text-align: center;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fixed-navigation-link-subtitle {
    display: block;
    line-height: 1;
    font-size: 0.85rem;
}
.fixed-navigation-link-title {
    font-size: 1.1rem;
    font-weight: 700;
}
.fixed-navigation-list a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 25px;
    bottom: 25px;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
}

/* end */
.submit-cv-content .webform-submission-form .form-check-details .js-form-type-checkbox {
    padding-right: 1rem;
}
.submit-cv-content .webform-submission-form .form-check-details .js-form-type-checkbox #edit-check {
    width: 1em;
    height: 1em;
}
.form-check-details .form-check-label {
    font-size: 0.8rem;
    opacity: 0.8;
} .form-check-input
label {
    display: inline-block;
}
.checkbox-link {
    text-decoration: underline;
    font-weight: 700;
}
a, a:hover {
    text-decoration: none !important;
    /* color: #1A2B4F; */
}
.text-center {
    text-align: center !important;
}
.buttonForm {
    display: block;
    width: 100%;
    border: 0;
    padding: 5px 10px;
    color: #fff;
    background: #1B2C4E;
    border-radius: 4px;
    height: 38px;
}
/* new form end*/
.light-yellow-box{
    padding:80px 0px;
    background:rgba(253, 202, 64,0.1);
    text-align: center;
    border-radius: 20px;

}
/* .light-yellow-box-icon{
    width:64px;
    height:64px;
    margin:0 auto;
} */
.light-yellow-box-icon svg{
    width:100%;
    height:100%;
}
.information-yellow{
    color:#000;
    font-weight: 600;
}
.image-preview{
    position:relative;
}
.image-title{
    background:#1B2C4E;
    font-weight: 600;
    color:#fff;
    padding:30px 80px;
    left:30px;
    bottom:30px;
    position:absolute;
    max-width: 500px;
    right:30px;
    margin:auto;
}
.image-title-icon svg{
    stroke:#fdca40 !important;
    fill:#fdca40 !important;
    max-width: 64px;
    max-height: 64px;
}
.image-title-icon svg path{
    stroke:#fdca40 !important;
    fill:#fdca40 !important;
}
.boxes{
    display:flex;
    align-items: stretch;
    margin:0 -15px;
    flex-wrap: wrap;
}
.box-title{
    font-weight: 700;
    text-align: center;
    font-size:1.2rem;
}
.box-icon svg{
    stroke:#fdca40;
}
.box-icon {
    text-align: center;
}
.box-item{
    border:1px solid #C8C8C8;
    border-radius: 20px;
    padding:30px;
    width:calc(33.33% - 30px);
    margin:0 15px 30px 15px;
}
.box-description{
    font-size:0.85rem;
    opacity: 0.8;
    text-align: center;
    padding-top:10px;
}
.double-box-item{
    border-radius: 30px;
    background: #C8C8C8;
    padding:40px;
    width:calc(50% - 30px);
    margin:0 15px 30px 15px;
    font-size:0.95rem;
}
.double-boxes{
    display: flex;
    align-items: stretch;
    margin:0 -15px;
    flex-wrap: wrap;
}
.outline-box{
    padding:50px;
    border:1px solid #C8C8C8;
    border-radius: 20px;
}
/* user-login */
/* page--user */
.row .col-lg-10 .outline-box .user-login-form {
    display: grid;
    justify-content: center;
}
.row .col-lg-10 .outline-box .form-item .form-text {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.login-form__submit #edit-submit {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    width: 100%;
}
/* product landing page */
.gray-section {
    background: #f0f0f0;
    padding: 100px 0;
}
.gray-section-bottom{
    padding-bottom:40px !important;
}
.mb-0 {

}
.extra-bold{
    font-weight: 800 !important;
}
.ms-schakelaar {
    padding: 100px 0;
    background: url(../images/bg-land.jpg) no-repeat center center #f0f0f0;
    background-size: 100% auto;
}

.gray-section .container .row .col-lg-8 .section-title {
    font-weight: 800;
    color: #1A2B4F;
    font-size: 2.6rem;
}
.gray-section .container .row .col-lg-8 .slogan {
    font-style: italic;
    font-size: 1.8rem;
    color: #1B2C4E;
}
.gray-section .container .row .col-lg-4 .section-links {
    margin-top: 10px;
    margin-bottom: 30px;
}
.gray-section .container .row .col-lg-4 .section-links a{
    display: flex;
    padding: 25px 30px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
}
.gray-section .container .row .col-lg-4 .section-links .section-button .section-link-icon{
    margin-right: 15px;
    min-width: 48px;
    min-height: 48px;
    max-height: 48px;
    max-width: 48px;
}
.gray-section .container .row .col-lg-4 .section-links .section-button .section-link-icon svg{
   width: 100%;
}
.gray-section .container .row .col-lg-4 .section-links .section-button .section-link-content .section-link-subtitle {
    font-size: 0.9rem;
}
.gray-section .container .section-title {
    font-weight: 800;
    color: #1A2B4F;
    font-size: 2.6rem;
}
.filter-section-links .section-button{
  display: flex;
  gap: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px 15px 10px;
  margin-bottom: 20px;
  background-color: #F0F0F0;
}
main > div > article > div > div > div > a.section-button{
  display: none;
}
.gray-section .container .slogan {
    font-style: italic;
    font-size: 1.8rem;
}
.gray-section .container .blue  {
    color: #1B2C4E;
}
.gray-section .container .boxs-list {
    display: flex;
    align-items: stretch;
    margin: 20px -15px 30px -15px;
    flex-wrap: wrap;
}
.gray-section .container .boxs-list .box-item {
    background: #fff;
    text-align: left !important;
    position: relative;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 50px;
    width: calc(50% - 30px);
    margin: 0 15px 30px 15px;
}
.gray-section .container .boxs-list .box-item .row .col-lg-4 .img-fluid {
    max-width: 100%;
    height: auto;
}
.gray-section .container .boxs-list .box-item .row .col-lg-8 .box-title {
    text-align: left;
    font-weight: 700;
    font-size: 1.2rem;
}
.gray-section .container .boxs-list .box-item .row .col-lg-8 .box-description {
    font-size: 0.85rem;
    opacity: 0.8;
    padding-top: 10px;
    text-align: left;
}
.gray-section .container .boxs-list .box-item .row .col-lg-8 .button-link-blue {
    position: relative;
    width: 100%;
    display: block;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 30px;
    background: #1B2C4E;
    padding: 10px 40px;
    color: #fff;
    font-weight: 700;
}
.section-links-horizontal {
    display: flex;
    align-items: stretch;
    margin: 0 -15px;
    justify-content: center;
    flex-wrap: wrap;
}
.section-links-horizontal .section-button {
    width: 33.33%;
    margin: 0 15px 10px 15px;
}
.section-links a {
    display: flex;
    padding: 25px 30px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
}
#sectors-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    background-color: #061941;
}
#sectors-list .sector-item {
    width: 16.66%;
    display: block;
    padding: 500px 30px 50px 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
#sectors-list .sector-item .sector-item-bg {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.7;
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    filter: grayscale(50%);
    filter: gray;
    transition: all .2s ease-in-out;
}

#sectors-list .sector-item:hover .sector-item-bg{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
     filter: grayscale(0%);
     filter: none;
}

#sectors-list .sector-item .sector-item-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    padding: 30px 30px 50px 30px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
#sectors-list .sector-item .sector-item-caption .sector-item-icon .img-fluid {
    max-width: 100%;
    height: auto;
}
#sectors-list .sector-item .sector-item-caption .sector-item-title {
    font-size: 1.4rem;
    color: #fff;
    margin: 15px 0;
    font-weight: 700;
}
#sectors-list .sector-item .sector-item-caption .sector-item-description {
    font-size: 0.8rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}
#sectors-list .sector-item .sector-item-caption  .discover-more{
    font-weight: 600;
    display: inline-block;
    color: #fff;
    font-size: 0.9rem;
    text-decoration: underline !important;
    margin-top: 10px;
}
.reset-filters-btn,
.collapse-btn{
    display:block;
    border:0;
    background:#061941;
    color:#fff;
    width:100%;
    padding:10px 10px;
    text-align: center;
    margin-bottom:10px;
}
.reset-filters-btn:hover,
.collapse-btn:hover{
    background:#061941;
  cursor: pointer;
}
.collapse-btn{
  margin-top: -10px;
}
.modal-header{
    border-bottom:0;
}
.btn-close{
    width:32px;
    height:32px;
    max-width:32px;
    max-height: 32px;
    min-width:32px;
    min-height: 32px;
    display:flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box !important;
    background-size:18px 18px !important;
}
.btn-close svg{
    width:100%;
    height:100%;
}
.btn-close:focus{
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0);
}
.modal-custom .modal-body{
    padding:30px 100px 100px 100px;
}
.modal-custom .modal-header{
    padding:40px 100px 0 100px;
}
.modal-custom .modal-title{
    font-weight: 700;
}
.brochure-icon{
    border-radius: 50%;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    width:64px;
    height:64px;
    margin-bottom:10px;
    padding:12px;
    background: #061941;
}
.download-brochure-title{
    text-align: center;
    font-weight: 700;
    margin-bottom:20px;
}
.brochure-icon svg{
    width:100%;
    height:100%;
    stroke:#fdca40;
}
.modal-custom .button-link{
    background: #061941;
}
/* my-css-for-modal */
.modal-body .row .webform-submission-receive-brochure-form-form .row .mb-3 .form-item label {
    font-size: 1rem;
}
.modal-body .row .webform-submission-receive-brochure-form-form .row .text-center .form-submit {
    font-size: 1rem;
}
/* end */
.filter-btn{
    padding:10px 15px;
    border-radius: 10px;
    display:flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    margin-bottom:20px;
    background:#f0f0f0;
}
.filter-text{
    font-weight: 700 !important;
}
.filter-icon svg{
    width:100%;
    height:100%;
}
.filter-icon{
    width:32px;
    height:32px;
    max-width: 32px;
    min-width: 32px;
    min-height: 32px;
    min-width:32px;
}
.hero-internal-video{
    min-height:77vh !important;
}

.development{
    display:flex;
    align-items: center;
    color:#fff;
    font-size:0.85rem;
}
.development .red{
    color: #FF0000;
}
.development a{
    display:inline-block;
    margin-left:5px;
    color:#fff;
}


@media(max-width:1200px){
    .sector-item{
        width:33.33%;
    }

    .core-values-item{
        width:calc(50% - 20px);
    }
    .level-list-container-wrapper .level-item img{
        display:block;
        text-align: center;
        margin:auto;
    }
    .level-list-container-wrapper .level-item {
        text-align: center;
    }
}

@media(max-width:1024px){

    .level-list-container-wrapper .container{
        padding:0;
    }
    .timeline-box:nth-child(odd){
        padding-left:50px;
        padding-right: initial;
        text-align:left;
    }
    .timeline-box:nth-child(even),.timeline-box:nth-child(odd){
        padding-left:70px;
        text-align:left;
    }
    .timeline-line{
        left:24px;
        right:initial;
    }
    .timeline-dot{
        right: initial;
        left: 9px;
    }
    .timeline-box:nth-child(even){
        padding-right:0;
    }
    .timeline-box:nth-child(even) .timeline-person-wrapper {
        justify-content: flex-start;
    }
    .timeline-dot{
        left:0;
        right:initial !important;
    }
    .image-title {

        left: initial;
        bottom: initial;
        position: relative;
        max-width: 100%;
        right:initial;
        padding:30px;
    }
    .hero-caption{
        padding: 0 30px 30px 30px;
    }
    .hero-description {
        padding-right: 0;
        font-size: 16px;
    }
    .hero-title {
        font-size: 2.2rem;
    }
    .hero-box-item {
        padding: 20px;
        margin-bottom: 20px;
    }
    #header{
        height:70px;
    }
    .logo {
        width: 160px;
        height: 54px;
        display: block;
        position: absolute;
        left: 30px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .overlay-menu {
        background: #061941;
        padding: 50px 50px 50px 50px;
    }
    .overlay-navigation a {
        font-size: 26px;
    }
    .section-title {
        font-size: 2.2rem;
    }
    .section-text {
        font-size: 22px;
    }
    .map {
        padding-left: 0;
        padding-top:180px;
    }
    .map-sidebar .sidebar-level-1 {
        width: 100%;
        height: 80px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        /* background-color: black; */
    }
    .sidebar-level-1 .level-item {
        padding: 10px 10px;
        text-align: center;
        width: 16.66%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        opacity: 0.6;
        cursor: pointer;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .sidebar-level-1 .level-item-title {
        font-size: 0.7rem;
    }
    .map-sidebar{
        width:100%;
        position:absolute;
        left:0;
        right:0;
        top:0;
        bottom:initial;
        height:180px;
        z-index: 200;
    }
    .sidebar-level-2 {
        width: 100%;
        height: 100px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        position: relative;
        left:initial;
        top: initial;
        right: initial;
        width: 100%;
        bottom:initial;
    }
    .sidebar-level-2 .level-item {
        padding: 10px;
        text-align: center;
        width: 16.66%;
    }
    .sidebar-level-2 .level-item-title {

        font-size: 0.65rem;
        opacity: 0.6;
    }

    .about-image {
        background: url(../images/bg-box.png) no-repeat center center;
        background-size: 80% auto;
        padding: 80px 50% 80px 0;
        position: relative;
    }
    .about-image-2 {
        position: absolute;
        z-index: 5;
        max-width: 60%;
        left: 40%;
        right: 0;
        top: 150px;
        width: auto;
        height: auto;
    }
    .about {
        padding: 80px 30px;
    }
    #footer {
        padding: 50px 30px;
    }
    .partner-item {
        width: calc(50% - 30px);
    }
    .block-box-single,.block-box-double{
        height:auto
    }
    .counter-box {
        padding: 20px 20px 0 20px;
    }
    .about-image {
        margin-bottom:40px;
    }
    .contact-data{
        margin-bottom:20px;
    }

    .side-content {
        padding-left: 0px;
    }
    .normal-list div {
        width: 50%;
    }

    .product-item {
        width:50%;
    }

}
@media(max-width:768px){
    .box-item {
        padding: 20px;
        width:100%;
        margin: 0 0 15px 0;
    }
    .light-yellow-box{
        padding:50px 0;
    }
    .boxes{
        margin:0;
    }
    .timeline-box-content {
        padding: 20px 20px 20px 20px;

    }
    .featured-content{
        padding-top:0;
    }
    .light-yellow-box video{
        width:100% !important;
        height:auto !important;
    }
    .internal-content {
        padding: 50px 0;
    }
    .section-title{
        font-size:2rem !important;
    }
    .gray-section .container .boxs-list{
        margin:0 0 0 0;
    }
    .section-links-horizontal .section-button {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .section-links-horizontal{
        margin:0;
    }
    .gray-section .container .boxs-list .box-item{
        padding:20px;
    }
    .submit-cv-image{
        width:100%;
    }
    .submit-cv-content {
        width: 100%;
        padding:20px;
    }
    .submit-cv-wrapper{
        flex-wrap: wrap;
    }
}

@media(max-width:640px){

    /* my-css-for-ms-page-filter */
    .product {
        padding-top: 13rem;
    }
    #filters .level-list-container-wrapper .level-list-container.sidebar-level-1 {
        /* height: auto !important; */
        margin: 0 -2rem 0 -2rem;
        bottom: 95rem;
        height: 0 !important;
    }
    /* end-css */

    .swiper-wrapper .swiper-slide .carousel-box{
        padding:20px 40px;
    }
    #sectors-list .sector-item {
        width: 50%;
        padding-top: 300px;
        display: block;
        padding: 500px 30px 50px 30px;
        position: relative;
        overflow: hidden;
    }
    .boxs-list .box-item {
        width: 100% !important;
        margin: 0 0px 20px 0 !important;

    }
    .gray-section .container .boxs-list .box-item{
        text-align: center !important;
    }
    .normal-list div {
        width: 100%;
    }
    .product-item {
        width:100%;

        margin:20px 0 0 0;
    }
    .products-list {
        margin: 20px 0 0 0;
    }
    .box-item img{
        max-width: 300px !important;
        margin:0 auto !important;
    }
    .js-box-description-equal-height{
        height:auto !important;
    }
    .card{
        margin:0  0 20px 0 !important;
    }
}
@media(max-width:1024px){
    .hero{
        padding-top:150px;
    }


    .level-list-container-wrapper  .level-list-container{
        margin:0;
    }

    .level-list-container-wrapper .sidebar-level-1 {
        width: 100%;
        height: auto;

    }
    .level-list-container-wrapper .sidebar-level-1 .level-item {
        margin-bottom:10px;
        width: calc(33.33% - 20px);
        display:flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        border-radius: 10px;
    }
    .level-list-container-wrapper .sidebar-level-1 .level-item img{
        display:inline-block;
        margin:0 5px 0 0;

    }
    .core-values-item {
        width: 100%;
        margin:0 0 20px 0;
    }
    .core-values {
        margin: 0;
    }

    .hero-caption{
        padding: 0 30px 30px 30px;
    }
    .hero-description {
        padding-right: 0;
        font-size: 16px;
    }
    .hero-title {
        font-size: 2.2rem;
    }
    .hero-box-item {
        margin-bottom: 20px;
        padding:20px 20px 20px 90px;
    }
    .hero-box-icon {
        width: 50px;
        height: 50px;
        left: 20px;
        top:20px;
        bottom:auto;
    }
    #header{
        height:70px;
    }
    .logo {
        width: 160px;
        height: 54px;
        display: block;
        position: absolute;
        left: 30px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .overlay-menu {
        background: #061941;
        padding: 50px 50px 50px 50px;
    }
    .overlay-navigation a {
        font-size: 26px;
    }
    .section-title {
        font-size: 2.2rem;
    }
    .section-text {
        font-size: 22px;
    }
    .map {
        padding-left: 0;
        padding-top:180px;
    }
    .sidebar-level-1 {
        width: 100%;
        height: 80px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
    }
    .sidebar-level-1 .level-item {
        padding: 10px 10px;
        text-align: center;
        width: 16.66%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        opacity: 0.6;
        cursor: pointer;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .sidebar-level-1 .level-item-title {
        font-size: 0.7rem;
    }
    .map-sidebar{
        width:100%;
        position:absolute;
        left:0;
        right:0;
        top:0;
        bottom:initial;
        height:180px;
        z-index: 200;
    }
    .sidebar-level-2 {
        width: 100%;
        height: 100px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        position: relative;
        left:initial;
        top: initial;
        right: initial;
        width: 100%;
        bottom:initial;
    }
    .sidebar-level-2 .level-item {
        padding: 10px;
        text-align: center;
        width: 16.66%;
    }
    .sidebar-level-2 .level-item-title {

        font-size: 0.65rem;
        opacity: 0.6;
    }

    .about-image {
        background: url(../images/bg-box.png) no-repeat center center;
        background-size: 80% auto;
        padding: 80px 50% 80px 0;
        position: relative;
    }
    .about-image-2 {
        position: absolute;
        z-index: 5;
        max-width: 60%;
        left: 40%;
        right: 0;
        top: 150px;
        width: auto;
        height: auto;
    }
    .about {
        padding: 80px 30px;
    }
    #footer {
        padding: 50px 30px;
    }
    .partner-item {
        width: calc(50% - 30px);
    }
    .block-box-single,.block-box-double{
        height:auto
    }
    .counter-box {
        padding: 20px 20px 0 20px;
    }
    .about-image {
        margin-bottom:40px;
    }
    .contact-data{
        margin-bottom:20px;
    }

    .side-content {
        padding-left: 0px;
    }
    .normal-list div {
        width: 50%;
    }

    .product-item {
        width:50%;
    }

    .contact-box {
        padding: 50px 100px;
    }
    .news-item {
        width: calc(50% - 20px);
        margin: 0 10px 30px 10px;
    }

    .section-text, .section-title + div > p,.section-text > p{
        font-size:16px;
    }
    #projects {
        padding: 60px 0 60px 0;
    }
    .counter-title{
        font-size:2rem;
        line-height: 1.5;
    }
    .counter-description {
        font-size: 20px;
    }
    .hero-subtitle{
        font-size:22px;
    }
    .article-info{
        padding-top:50px;
    }
}
@media(max-width:768px){
    .level-list-container-wrapper {
        position:relative !important;
        top:initial;
    }
    .level-list-container-wrapper  .level-list-container{
        margin:0 -10px;
    }

    .level-list-container-wrapper .sidebar-level-1 {
        width: 100%;
        height: auto;

    }
    .level-list-container-wrapper .sidebar-level-1 .level-item {
        margin-bottom:10px;
        width: calc(33.33% - 20px);
        display:flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        border-radius: 10px;
    }
    .level-list-container-wrapper .sidebar-level-1 .level-item img{
        display:inline-block;
        margin:0 5px 0 0;

    }
}
@media(max-width:640px){

    .filters{
        display:none;
    }
    .filters.visibleFilters{
        display:block;
    }
    .level-list-container-wrapper{
        margin-top:20px;
        margin-bottom:10px;
    }

    .product-item-main{
        flex-wrap: wrap;
        padding:30px;
    }
    .product-item-main-content{
        width:100% !important;
        padding:20px 0 0 0;
    }
    .product-item-main-image {
        padding: 0px;
        max-width: 100%;
        background-color: white;
        border-radius: 10px;
        justify-content: center;
        text-align: center;
    }
    .level-list-container-wrapper .level-list-container.sidebar-level-1 .level-item {
        width: calc(33.33% - 10px);
        margin: 0 5px 10px 5px;
        border-radius: 10px;
        text-align: center;
        display:flex;
        flex-direction: column;
        justify-content: center;
    }
    .level-list-container-wrapper .level-list-container.sidebar-level-1 .level-item  img{
        max-height:32px;
        display:inline-block !important;
        max-width: 32px;
        margin:0 auto;
    }
    .level-list-container-wrapper .level-list-container.sidebar-level-1{
        height:auto !important;
    }
    .level-list-container-wrapper .level-list-container{
        margin:0 -5px;
    }
    .overlay-navigation .navigation-btn{
        font-size:26px;
    }
    .overlay-navigation a {
        font-size: 20px;
    }
    .normal-list div {
        width: 100%;
    }
    .product-item {
        width:100%;

        margin:20px 0 0 0;
    }
    .products-list {
        margin: 0 0 30px 0;
    }
    .sector-item{
        width:50%;
        padding-top:300px;
    }
    .sector-item-caption {
        padding: 20px 20px 40px 20px;

    }
    .contact-box {
        padding: 30px;
    }
    .video-block {
        width:100%;
        margin:0 0 20px 0;
    }
    .video-blocks{
        margin:0;
    }
    .news-item {
        width:100%;
        margin: 0 0 20px 0;
    }
    .news-list {
        margin: 0 0  20px 0;
    }
    .contact-button-item{
        width:100%;
        margin:10px 0 10px 0;
    }
    .boxes,.double-boxes{
        margin:0;
    }

    .hero-internal-video{
        min-height:30vh !important;
    }
    .product.internal-content{
        padding-top:20px;
    }

}

/* mycss */
.card {
    border-radius: 28px;
}
.card img {
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
}
.card-img-top {
    border-radius: 28px;
}
.card-title {
    font-weight:900;
}
.card-body {
    background: #dfdfdf;
    position: absolute;
    bottom: 0;
    /* border-radius: 19px; */
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
}
.card-text {

}
.card-body a {
    font-weight: 700;
}
.card-body{
    padding:20px 30px;
}
.card-vacatures{
    display:block;
    position:relative;
    margin-top:15px;
}

.card-vacatures .card-image{
    position:relative;
    height:350px;
    width:100%;
    display:block;
    -webkit-border-top-left-radius: 28px;
    -webkit-border-top-right-radius: 28px;
    -moz-border-radius-topleft: 28px;
    -moz-border-radius-topright: 28px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    background-size:100% auto !important;
}
.card-vacatures .card-body{
    position:relative;
    left:initial;
    right:initial;
    bottom:initial
}
/* .vi-comp {
    width: 85% !important   ;
} */


.video-container iframe{
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
#video-poster{
    position:absolute;
    z-index: 10;
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media (max-width: 1200px) and (min-width: 992px) {
    .card {
        padding-bottom: 5rem;
    }
    .card-body {
        bottom: 0;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .card {
        margin-bottom: 2rem;
    }
    .card-body {
        bottom: 0;
    }

}
@media (max-width: 767px) and (min-width: 525px){
    .card{
        margin-top: 3rem;
    }

}
@media (max-width: 524px) and (min-width: 390px) {
    .card {
        width: 100%;
        margin-bottom: 7rem;
        margin-top: 3rem;
    }
}
@media (max-width: 389px) {
    .card {
        width: 100%;
        margin-bottom: 10rem;
        margin-top: 5rem;
    }
}
@media (max-width: 767px) {
    .swiper-slide {
        display: block !important;
    }
    .employer-box {
        width: 100%;
        margin-bottom: 2rem;
    }
}
@media (max-width: 1000px) and (min-width: 768px) {
    .video-block {
        width:0;
        height: 100%;
    }
    .employer-box {
        width: 100%;
    }
}

#block-webform--2{
  margin-bottom: 50px;
}


@media(max-width:998px){
    #globeViz{
        max-height: 60vh !important;
        height: 60vh !important;
    }
}
