/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%; */
  /* font: inherit; */
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* REset */

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

body {
  font-family: "Muli", sans-serif;
  scroll-behavior: smooth;
  font-size: 12px;
}
p,
h1,
h2,
h3,
h4,
h5,
.p,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold !important;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.base-blue {
  color: #2c3a91;
}
.nh_border-base {
  border-color: #2c3a91;
}
.nh_row-align {
  align-items: center;
}
a {
  color: inherit;
}
a:hover {
  color: #ffb700;
}
hr {
  border-top: 1px solid rgba(255, 255, 255);
}
.nh_fw-line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
}
.nh_fw-line-dk {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255);
  margin-top: 4rem;
  margin-bottom: 4rem;
}
/* some widths */
.nh_mr-ml {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
}

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
}

/* some widths */
/*-----header-----*/
header {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ffb700;
  position: fixed;
  top: 0;
  z-index: 100;
  color: #ffffff;
  background-color: #fff;
}
@media (min-width: 1200px), (min-width: 992px), (min-width: 768px) {
  header {
    background-color: #fff;
  }
}
/*-----Nav-----*/
nav {
  display: flex;
  vertical-align: middle;
  background-color: #fff;
}
.nh_nav-fix.scrolled {
  background-color: #fff !important;
  transition: background-color 0.1s ease-in-out;
  color: #2c3a91;
}
.nh_nav-menu {
  list-style: none;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: baseline;
  margin-left: auto;
}
.nh_nav-list-item {
  padding-left: 15px;
}
.nav-link {
  color: #2c3a91;
}
.nav-link:hover {
  color: #ffb700;
}
.nav-link.scrolled {
  color: #2c3a91;
}
.nav-link.scrolled:hover {
  color: #ffb700;
}
.navbar-toggler {
  margin: 0;
  padding: 0;
}
.navbar-toggler-icon {
  color: #2c3a91;
}
/*-----Nav-----*/
/*-----Dropdown-----*/
.nh_dropdown-item {
  color: #2c3a91;
  font-size: inherit;
  /*white-space: normal;*/
  border-bottom: 1px solid #2c3a91;
}
.nh_dropdown-item:last-child {
  border: 0;
}
.nh_dropdown-item:hover {
  color: #ffb700;
}
.nh_dropdown-menu {
  color: #2c3a91;
  border: 0;
  border-radius: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

/*-----Dropdown-----*/

/*-----Container-----*/
.nh_fl-cont {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/*-----Container-----*/

/*-----Logo-----*/
.nh_logo-img {
  max-width: 120px;
  height: auto;
}
/*-----Logo-----*/
/*-----HeadSpread-----*/
main {
  position: relative;
}
.startseite {
  background-image: url("../img/bg3.jpg");
}
.aboutUs {
  background-image: url("../img/bgabt.jpg");
}
.partners {
  background-image: url("../img/partn.jpg");
}
.nh_bg-spread {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.nh_head-cont {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nh_head-opacity {
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1200px), (min-width: 992px) {
  .nh_head-cont {
    height: 80vh;
  }
}
.nh_head-slide {
  background-color: #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 20vh;
}
@media (min-width: 1200px), (min-width: 992px) {
  .nh_head-slide {
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
}
.nh_title {
  padding-top: 10rem;
  padding-bottom: 4rem;
  color: #2c3a91;
}
.nh_title-inner {
  padding-top: 10rem;
  padding-bottom: 4rem;
  color: #ffffff;
}
.nh_title-content {
  color: #2c3a91;
}
.nh_title-content-lt {
  color: #ffffff;
  background-color: rgb(0, 0, 0, 0.8);
}
@media (min-width: 1200px), (min-width: 992px) {
  .nh_title-content {
    align-items: center !important;
    -ms-flex-align: center !important;
    justify-content: space-between !important;
    -ms-flex-pack: justify !important;
  }
}
.nh_mb-10 {
  margin-bottom: 1rem;
}
.nh_mb-7 {
  margin-bottom: 3rem !important;
}
.nh_mb-8 {
  margin-bottom: 8rem !important;
}

/* Head form */
.nh_head-form-group {
  padding: 2.5rem !important;
  box-shadow: 0 0 2.2rem rgb(140, 152, 164, 0.125) !important;
  background-color: rgb(0, 0, 0, 0.5);
  border-radius: 0.25rem;
  color: #ffffff;
}

.nh_head-form {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.btn {
  background-color: #ffb700;
  border: none;
  font-size: inherit;
  color: #fff;
}
.button {
  width: 205px;
  height: 52px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5px;
}

.button a {
  display: block;
  position: relative;
  line-height: 52px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #2c3a91;
  z-index: 1;
}
.button a:hover {
  background-color: #ffb700;
  color: #2c3a91;
}

.form-control {
  background-color: rgb(140, 152, 164, 0.125);
  color: #ffb700;
}
/* Head form */

/*-----HeadSpread-----*/
/* Carousel */
@media (min-width: 1200px), (min-width: 992px), (min-width: 768px) {
  .carousel-item {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  /* show 3 items */
  .carousel-inner .active,
  .carousel-inner .active + .carousel-item,
  .carousel-inner .active + .carousel-item + .carousel-item,
  .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
  }

  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item,
  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item,
  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    transition: none;
  }

  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }

  .carousel-inner
    .active.carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item,
  .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item,
  .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
.nh_head-slide {
  border-top: 1px solid #ffb700;
}

/* Carousel */
/* Section */
section {
  margin-top: 4rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.nh_tight {
  margin-top: 8rem;
  padding-top: 0;
  padding-bottom: 0rem;
}
.nh_np {
  padding: 0;
}
.nh_nm {
  margin: 0;
}
.nh_after-title {
  margin-top: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}
.nh_dark {
  background-color: #f5f8fb;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.nh_txt-center {
  text-align: center;
}
.nh_circle-frame {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.nh_circle-framebg {
  width: 230px;
  height: 230px;
  border: 1px solid #7a7a7a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Section */
/* About us */
.nh_v-img,
.nh_cn-img,
.nh_cv-img,
.bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.nh_v-img {
  background-image: url(../img/vision.png);
}
.nh_cn-img {
  background-image: url(../img/consultancy.png);
}
.nh_cv-img {
  background-image: url(../img/corevalues.png);
  background-size: 70.7%;
}
.nh_el-img {
  background-image: url(../img/elec_1.jpeg);
  border-radius: 50%;
}
.list-group {
  margin-bottom: 2rem;
}
.list-group-item.active {
  background-color: #2c3a91;
  border: #2c3a91;
}
.list-group-item:first-child {
  border-radius: 0;
}
.list-group-item:last-child {
  border-radius: 0;
}
.nh_base-contrast {
  background-color: #2c3a91;
  color: #ffffff;
}
.nh_mpadd {
  padding-top: 8rem;
  padding-bottom: 4rem;
}
.how-img {
  width: 100%;
  height: 300px;
  background-image: url(../img/hwe.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* About us */
/* Why Us Section */
.nh_why {
  color: #212529;
  margin-bottom: 3rem;
}
.nh_why-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.features {
  margin-top: 3rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nh_cv-list {
  margin-top: 3rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.nh_vert-center {
  align-items: center;
}
.nh_list-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3rem;
}
.nh_fst {
  background-color: #ffb700;
  color: #2c3a91;
  margin-right: 15px;
  padding: 5px;
}
.nh_text-box {
  width: 30px;
  height: 30px;
  background-color: #ffb700;
  color: #2c3a91;
  margin-right: 15px;
  text-align: center;
  vertical-align: center;
}
.features-body {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3rem;
}
.aboutUs-vm {
  flex-wrap: wrap;
}
.features-text p {
  color: #7a7a7a;
}
.features ul {
  color: #7a7a7a;
  line-height: 1.66667;
}
.grow {
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  transform: scale(1.1);
  border: 1px solid #ffb700;
}
.line-icons {
  font-size: 3rem;
  margin-right: 2rem;
}
.line-icons-footer {
  font-size: 1rem;
  margin-right: 1rem;
}

/* Why Us Section */
/* Services */
.serv {
  justify-content: center;
}
.card {
  box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07),
    0 2px 9px 0 rgba(62, 57, 107, 0.06);
}
.services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  grid-auto-rows: minmax(100px, auto);
}
.img-one {
  grid-column: 1;
  grid-row: 1/3;
  background-color: #2c3a91;
  background-image: url(..//img/serv_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.img-two {
  grid-column: 2;
  grid-row: 1/4;
  background-color: #2c3a91;
  background-image: url(..//img/serv_2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.img-three {
  grid-column: 1;
  grid-row: 3/4;
  background-color: #2c3a91;
  background-image: url(..//img/serv_3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.list-group-item {
  background-color: rgb(0, 0, 0, 0);
}
.h2 > .serv {
  margin-top: 2rem;
}
.start-serv {
  margin-bottom: 5rem;
}
.start-serv > li {
  padding: 0.5rem;
  border: 1px solid #2c3a91;
  margin-bottom: 0.5rem;
  border-radius: 1px;
}
.nh_ad-text {
  margin-bottom: 2rem;
}

@media (min-width: 1200px), (min-width: 992px), (min-width: 570px) {
  .card-deck {
    margin-bottom: 3rem;
  }
}

.nh_reach-img {
  background: url(..//img/reach.png);
  height: 400px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* #epci .nh_service-img {
    background: url(..//img/contact.png);
} */
/* Services */

/* Inner Pages */
.nh_inner-top {
  min-height: 40vh;
  background-image: url(..//img/serv1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nh_inner-top2 {
  min-height: 40vh;
  background-image: url(..//img/serv_2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nh_inner-top3 {
  min-height: 40vh;
  background-image: url(..//img/bgabt.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.epci-list {
  display: flex;
}
.svg-icon {
  display: inline-block;
  max-width: 10px;
  max-height: 10px;
  margin-right: 15px;
}
.nh_lb {
  border-left: 1px solid #ffffff;
}
.nh_rb {
  border-right: 1px solid #ffffff;
}
.epci {
  justify-content: left;
}
.nh_inner-header {
  color: #2c3a91;
  margin-top: 4rem;
}
.card {
  margin-bottom: 3rem;
  border-radius: 0;
}
/* Inner Pages */
/* Map */
#map {
  width: 100%;
  height: 60vh;
  /* background-color: grey; */
}
/* Map */
/* Contact Form */
.nh_contact-img {
  background: url(../img/contact.png);
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.nh_form-wrap {
  height: 500px;
  width: 100%;
}
.nh_box-shadow {
  box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07),
    0 2px 9px 0 rgba(62, 57, 107, 0.06);
}
@media (max-width: 991px) {
  .nh_contact-img {
    height: 250px;
  }
}
.nh_contact-button {
  display: block;
  position: relative;
  line-height: 52px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #2c3a91;
  z-index: 1;
  border: 0;
}
.nh_contact-button:hover {
  background-color: #ffb700;
  color: #2c3a91;
}
.nh_form-padding {
  padding: 5rem;
}
.nh_form input,
.nh_form .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  padding: 0 0 12px 0;
  margin-bottom: 35px;
}
.nh_form textarea {
  width: 100%;
  max-width: 100%;
  height: 110px;
  max-height: 110px;
  resize: none;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 10px 0;
  margin-bottom: 32px;
}
.form-validation label.error {
  display: none !important;
}
.form-validation input.error,
.form-validation textarea.error {
  border-bottom: 1px solid #f03838 !important;
}
/* Contact Form */
/* to top */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(44, 58, 145);
  background: rgba(44, 58, 145, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(44, 58, 145);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
/* to top */

/* Footer */
.footer {
  width: 100%;
  background: #2c3a91;
  color: #ffffff;
}
.footer_content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer_about_text {
  margin-top: 49px;
}

.footer_links {
  padding-top: 32px;
}
.footer_links ul li:not(:last-child) {
  margin-bottom: 14px;
}
.footer_links a:hover {
  color: #ffb700;
}

.footer_extra {
  width: 100%;
  background: #0b165a;
}
.footer_extra_content {
  width: 100%;
  height: 60px;
}
.nh_copyright {
  display: inline-block;
}

.footer_extra_links li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.footer_extra_links li a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #707070;
  font-size: 50%;
}
.footer_extra_links li a:hover {
  color: #ffb700;
}

/* Footer */
