/* ---------------------------------------
   NAVIGATION
----------------------------------------- */

.custom-navbar {
  margin-bottom: 0;
  padding: 0;
}

.custom-navbar .navbar-brand {
  /* intentionally empty */
}

.navbar-header {
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: #505050;
  box-shadow: #505050;
}

div .containerNav {
  padding-left: 4em;
  width: 100%;
}

.custom-navbar .nav {
  background: rgba(228, 228, 228, 0);
}

div .navbar-collapse .nav li {
  display: inline-block;
  padding: 20px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.custom-navbar .nav li a {
  display: inline-block;
  height: 100%;
  margin: 15px;
  padding: 0;
  background-color: transparent;
  color: #000000;
  font-size: 0.9rem;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.custom-navbar .nav > li > a:hover,
.custom-navbar .nav > li > a:focus {
  height: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.custom-navbar li:hover {
  background-color: #000000;
}

.custom-navbar li:hover a {
  color: #ffffff;
}

.nav li.active > a {
  color: #ff8400;
}

.nav li a:after {
  content: "";
  position: absolute;
  left: -40px;
  top: -40px;
  width: 126px;
  height: 96px;
  background: #e0e0e0;
  opacity: 0;
}

.custom-navbar .navbar-toggle {
  margin-top: 1.6em;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #ffffff;
  border-color: blue;
}


/* ---------------------------------------
   HAMBURGER
----------------------------------------- */

.ham {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -40px;

  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-transition: -webkit-transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
}

.hamRotate.active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamRotate180.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.line {
  fill: none;
  stroke: rgb(19, 19, 19);
  stroke-width: 4.5;
  stroke-linecap: round;

  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  -o-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
}

.ham8 .top {
  stroke-dasharray: 40 160;
}

.ham8 .middle {
  stroke-dasharray: 40 142;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;

  -webkit-transition: -webkit-transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
}

.ham8 .bottom {
  stroke-dasharray: 40 85;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;

  -webkit-transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
  -o-transition: transform 400ms, stroke-dashoffset 400ms;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham8.active .top {
  stroke-dashoffset: -64px;
}

.ham8.active .middle {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ham8.active .bottom {
  stroke-dashoffset: -64px;
}




/*---------------------------------------
  LOGO
-----------------------------------------*/

.logo {
  left: 0;
  height: 91px;
  width: 140px;
  background-color: #ffffff;
  position: relative;
  border-bottom: none;
}

/* .logo img {
  width: 100%;
  height: 100%;
} */

.logosvg {
  position: absolute;
  top: 35%;
  bottom: 35%;
}

@media (max-width: 680px) {
  .logo {
    position: relative;
    margin-left: 2em;
    image-rendering: crisp-edges;
    left: 10px;
  }
}

/* ---------------------------------------
   NAVIGATION RESPONSIVE
----------------------------------------- */

@media (max-width: 992px) {

  .custom-navbar .nav li a {
    margin: 15px 5px;
    padding: 0;
    font-size: 0.9rem;
    font-weight: normal;
    letter-spacing: 0.3px;
  }
}


/* ---------------------------------------
   770px
----------------------------------------- */

@media (max-width: 770px) {

  .custom-navbar .nav li {
    display: inline-block;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 15px;
  }
}


/* ---------------------------------------
   768px - 770px
----------------------------------------- */

@media (min-width: 768px) and (max-width: 770px) {

  .custom-navbar.top-nav-collapse {
    margin: 0;
    margin-top: 0;
    padding: 0;
    background: #000000;
  }
}


/* ---------------------------------------
   767px
----------------------------------------- */

@media (max-width: 767px) {

  .custom-navbar {
    padding: 0;
    -webkit-box-shadow: -6px 1px 10px 6px rgba(7, 7, 7, 0.063);
    box-shadow: -6px 1px 10px 6px rgba(7, 7, 7, 0.063);
  }

  div .containerNav {
    padding-left: 2em;
    width: 100%;
  }

  .custom-navbar .nav li a {
    display: inline-block;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 15px;
  }

  .custom-navbar .nav li:last-child a {
    margin-bottom: 5px;
  }

  .navbar-collapse ul li {
    display: block;
    width: 100%;
    text-align: center;
  }

  .nav li a:after {
    display: block;
    left: -40px;
    top: -34px;
    width: 200px;
    height: 70px;
    background: #072A40;
  }
}


/* ---------------------------------------
   680px
----------------------------------------- */

@media (max-width: 680px) {

  div .containerNav {
    padding-left: 0;
    width: 100%;
  }

  .custom-navbar .nav li a {
    display: inline-block;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 15px;
  }

  .navbar-collapse ul li {
    display: block;
    width: 100%;
    text-align: center;
  }

  .navbar-collapse {
    background-color: #ffffff;
    -webkit-box-shadow: -2px 3px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: -2px 3px 5px 0 rgba(0, 0, 0, 0.25);
  }

  .nav li a:after {
    display: block;
    left: -40px;
    top: -34px;
    width: 200px;
    height: 70px;
    background: #40008a;
  }

  .logo {
    position: relative;
    left: 10px;
    margin-left: 2em;
    image-rendering: crisp-edges;
  }
}


.containerNav {
  width: 90%;
  height: auto;
  background-color: rgb(255, 255, 255);
  margin-right: auto;
  margin-left: auto;
  color: rgb(255, 255, 255);
}

.expertise-container {
  padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgb(255, 255, 255);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


