§@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800|Roboto+Slab:400,100,300,700);
@import url(https://fonts.googleapis.com/css?family=Orbitron);

/**  Basic Page CSS **/
body{
  font-family: "Open Sans";
  font-style: normal;
   font-weight: 300;
   position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0;
}

p {
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: 500;
   font-size: 18px;
}

/**  Header Navigation **/

.navbar {
      background-color: #fff;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: 'Open Sans', sans-serif;
      border-bottom: 4px solid #fff;

  }
  .navbar li a, .navbar .navbar-brand {
      color: #2B3D58 !important;
  }
  .navbar-nav li.active a {
      font-weight: 700;
      color: #2B3D58 !important;
      border-bottom: 2px solid #2B3D58;
      background-color: transparent; 
      text-shadow: none;
}

  .navbar-nav li a:hover {
      font-weight: 700;
      color: #2B3D58 !important;
      background-color: transparent;
      text-shadow: none;
}

.navbar-nav > li > a {
    padding-bottom: 3px;
    padding-top: 20px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: transparent;}

.title {
  text-align: center;
  padding-top: 160px; 
  color: #2B3D58;
  text-transform: uppercase;
}

.title h1 {
font-size: 40px;
}


.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-brand {
  padding: 0;
}

.contact-section-wrapper {
  background-image: url(../images/light-man-hand-pen-large.jpg);
   background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.overlay {
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
}

.overlay-light {
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.2); /*dim the background*/
}

.form-wrapper {
  padding: 20px 0;
}

/*Contact*/

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: rgba(255,255,255,0.5);
  border: 1px solid #2B3D58;
  border-bottom: 3px solid #2B3D58;
  margin: 10px 0;
  color: #2B3D58;
  resize:none;
  font-weight: bold;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #1B6185;
  background-color: #fff;
}

form h2 {
  color: #fff;
}

.submit-button {
  padding: 5px 30px;
  margin-bottom: 5px;
  border: 1px solid #2B3D58;
  border-radius: 5px;
  border-bottom: 3px solid #2B3D58;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.5);
  color: #2B3D58;
  font-weight: 900;
}

.submit-button:hover {
  background-color: #fff;
}

.alert {
    padding: 10px;
  }

.contact-message {
  text-align: center;
  color: #fff;
  padding-top: 30px;
  line-height: 40px;
}


.hsContainer {
    width: 100%;
    height: 500px;
    position: relative;
}
.hsContent {
    text-align: center;
}
.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.col-md-7 {
  text-align: justify;
}

#home .bcg {background-image:url('../images/c1.jpg')}

#serviceandsolutions .bcg {background-image:url('../images/light-coffee-pen-working-medium.jpg')}

#innovation .bcg {background-image:url('../images/startup-photos.jpg')}

#coaching .bcg {background-image:url('../images/11122904363_45a6a90ee4_b.jpg')}

section.section-innovation, section.section-coaching, section.section-management, section.section-aboutus {
  position: relative;
}


/* slide 2 */
.bg-grey {
      background-color: #f6f6f6;
  }

  .logo {
      color: #2B3D58;
      font-size: 200px;
      margin-left: 80px;
  }

hr {
    border-color: #262f77;
    margin: 15px auto;
    width: 30%;
}

.thumbnail-content p {
   font-family: "Open Sans", sans-serif;
   font-size: 16px;
   color: #2B3D58;
}

.thumbnail-content a:hover, .thumbnail-content a:visited, .thumbnail-content a:active, .thumbnail-content a:link {
  text-decoration: none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

  .jumbotron {
      background-color: #2B3D58;
      color: #fff;
      padding: 100px 25px;
  }
  .container-fluid {
      padding: 40px 40px;
  }
  .bg-grey {
      background-color: #f6f6f6;
  }
  .thumbnail-info {
      background-color: #fff;
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail-info img {
      width: 100%;  
      height: 135px;
      margin-bottom: 10px;
  }

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    width: 90%;
    margin: auto;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    padding: 0 15px;
    /*border: 1px solid #fff;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: 135px !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #337ab7;
    text-decoration: none;
    font: 65px/27px Arial, sans-serif;
}

.jcarousel-control-prev {
    left: 0px;
}

.jcarousel-control-prev:hover, .jcarousel-control-prev:visited, .jcarousel-control-prev:active, .jcarousel-control-prev:link {
  text-decoration: none;
}

.jcarousel-control-next {
    right: 0px;
}

.jcarousel-control-next:hover, .jcarousel-control-next:visited, .jcarousel-control-next:active, .jcarousel-control-next:link {
  text-decoration: none;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #2B3D58;

    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    /*background: #4E443C;*/
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

.container-fluid {
  max-width: 1500px;
  margin: auto;
}

.langhidden {
       visibility: hidden;
}

.languages {
      padding-top: 10px;
      text-align: right;
      background-color: #fff;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: 'Open Sans', sans-serif;
      border-bottom: 4px solid #fff;
}

.languages a {
    color: #2b3d58 !important;
    text-decoration: none;
}

.languages a:hover {
      font-weight: 700;
      color: #2B3D58 !important;
      background-color: #fff !important;
      text-shadow: none;
      text-decoration: none;
}

.languages .active {
      font-weight: 700;
      color: #2B3D58 !important;
      background-color: #fff !important;
      border-bottom: 2px solid #2B3D58;
      text-shadow: none;
}

.footer {
    padding-top: 15px;
    background-color: #fff;
    width: 100%;
    height: 100%;
  }

  .toplink {
      text-align: left;
      background-color: #fff;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 2px;
      border-radius: 0;
      font-family: 'Open Sans', sans-serif;
  }

.footer-menu {

      list-style-type:none;
      background-color: #fff;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: 'Open Sans', sans-serif;

}

.footer-lang {

      list-style-type:none;
      background-color: #fff;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: 'Open Sans', sans-serif;
}

.languages-lang a:hover {
      font-weight: 700;
      color: #2B3D58 !important;
      background-color: #fff !important;
      text-shadow: none;
      text-decoration: none;
}

.languages-lang .active {
      font-weight: 700;
      color: #2B3D58 !important;
      background-color: #fff !important;
      border-bottom: 2px solid #2B3D58;
      text-shadow: none;
}

.logo-menu {
  background: url(../images/HS-light.png);
  width: 300px;
  height: 70px;
  background-size: cover;
  margin-top: 10px;
  margin-left: 30px;
  position: relative;
  float: left;
}

.logo-menu-small {
  background: url(../images/HS-light.png);
  width: 200px;
  height: 60px;
  background-size: cover;
  margin-top: 10px;
  margin-left: 30px;
  position: relative;
  float: left;
}


.logo-footer {
  background: url(../images/favicon-128.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 60px;
  height: 60px;
  background-size: cover;
  }

.aboutUS-icon {
  background: url(../images/AboutUs4.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 80%;
  height: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.management-icon {
  background: url(../images/Management2.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 80%;
  height: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.development-icon {
  background: url(../images/Development1.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 80%;
  height: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.quality-icon {
  background: url(../images/Quality1.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 80%;
  height: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.innovation-icon {
  background: url(../images/Consulting11.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 80%;
  height: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.coaching-icon {
  background: url(../images/Coaching1.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 80%;
  height: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer-f-icon {
  background: url(../images/facebook-icon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.copyright {
     color: #2B3D58 !important; 
      font-size: 12px !important;
      font-family: 'Open Sans', sans-serif;
      text-align: center;
      padding-bottom: 10px;
}

/* -------- media query ---------*/

@media only screen and (max-width: 700px) {
  p {
    font-size: 16px;
    font-weight: 400;
  }

  .title h1 {
    font-size: 24px;
  }

  .title {
    padding-top: 125px;
  }

  .home_bcg, .service_bcg, .innovation_bcg, .coaching_bcg {
    max-height: 350px
  }

  .logo-menu {
  width: 180px;
  height: 50px;
  margin-top: 10px;
  margin-left: 5px;
}

.logo-menu-small {
  width: 180px;
  height: 50px;
  margin-top: 10px;
  margin-left: 5px;
}

.contact-message {
  padding-top: 0px;
}



}


