body{
  position: relative;
  font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  background-color: #51585D;
}
.container{
  max-width: 1002px;
  text-align: center;
}

.super-container {
  max-width: 1802px;
  margin-left:auto;
  margin-right: auto;
}

.navbar{
  max-width: 1802px;
  margin-left:auto;
  margin-right: auto;
}

.portfolio-item{
  margin-bottom: 10px;
}

.container-services{
  text-align: center;
}

.section-page{
  padding-top: 50px;
  padding-bottom: 50px;
}

.nav-item{
  cursor: pointer;
}

.navbar-nav .nav-item{
  border-top: 1px solid rgba(255,255,255,0.5);
  border-left: 1px solid rgba(255,255,255,0.5);
  font-size: 12px;
  width:167px;
  text-align: center;
  background: rgba(255,255,255,0.5);
}

hr{
  border-top: 1px solid #51585D;
  margin: 0px;
  padding: 0px;
}

.logo-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.big_title{
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #51585D;
  padding-top:10px;
}

div#second_menu {
    padding: 10px 0px 0px 20px;
    padding-right: 15px;
    padding-bottom: 0px;
    text-align: right;
}

ul.list_menu li{
    display: inline;
    text-transform: uppercase;
}

ul.list_menu a{
    color:#eee;
    text-shadow: 1px 1px #000000;

}
ul.list_menu > li.divider{
    border-right:1px solid #fff;
    margin-left:10px;
    margin-right:10px;
    -moz-box-shadow:    1px 1px 1px 0.5px #222;
    -webkit-box-shadow: 1px 1px 1px 0.5px #222;
    box-shadow:         1px 1px 1px 0.5px #222;
}

@media (min-width: 992px){
  #mainNav .navbar-nav .nav-item .nav-link {
      padding: 5px 5px !important;
      top:0px;
  }

  #mainNav {
    padding-top:0px;
    -webkit-transition: none;
    transition: none;
  }
}

#mainNav .navbar-nav .nav-item .nav-link, #mainNav .navbar-nav .nav-item .nav-link {
color: #000000;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
color: #000000;
background-color: rgba(255, 255, 255, 0.8);
font-weight: bolder;
}

.parallax {
  -webkit-transition: background-image 2s ease;
  -moz-transition: background-image 2s ease;
  -o-transition: background-image 2s ease;
  transition: background-image 2s ease;
  background-color: #51585D;
  /* The image used */
  /* background-image: url("../img/slide/Financial_district1_1802px.jpg"); */
  /* animation: background-me-in 200s ease-in-out infinite; */
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

label{
  margin-top: 8px;
}

.container-trans {
  background-color: rgba(255,255,255,0.8);
  /* filter : blur(5px); */
   min-height: 100vh;
  -webkit-box-shadow: 3px 4px 4px -8px rgba(255,255,255,1);
  -moz-box-shadow: 3px 4px 4px -8px rgba(255,255,255,1);
  box-shadow: 3px 4px 4px -8px rgba(255,255,255,1);
  border-bottom: 1px solid #aaaaaa;
}

footer .container-trans{
  padding-top:10px;
  min-height: auto;
}

.gallery-header{
  position: relative;
  top:-124px;
  font-weight: bolder;
  color: white;
  text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  font-size:20px;
  font: bold;
}

.card{
  border-radius: 0px;
  -webkit-box-shadow: 6px 8px 8px -4px rgba(112,112,112,1);
  -moz-box-shadow: 6px 8px 8px -4px rgba(112,112,112,1);
  box-shadow: 6px 8px 8px -4px rgba(112,112,112,1);
  border: 0px;
}

.card-margin{
margin-top: 30px;
margin-bottom: 30px;
}

.card-body{
padding: 10px;
}

.card-inner-border {
  border:1px solid rgba(255, 255, 255, 0.7);
  margin:10px;
}

.team-card-inner-border > .card-header,.team-card-inner-border > .card-body {
  border:1px solid rgba(0, 0, 0, 0.7);
  margin:5px;
}
.team-card-inner-border > .card-header {
  margin-bottom:0px;
}

.team-card-inner-border > .card-body {
  margin-top:0px;
  text-align: left;
}

.card-inner-black-border {
  border:1px solid rgba(0, 0, 0, 0.7);
  margin:10px;
}

.card-service{
    width: 200px;
    height: 130px;
}

.card-pref{
  width: 150px;
}

.card-pref > .card-body > img{
  width: 100%;
}

.services-col-height{
  height: 370px;
}

.bg-light {
  background-color: white;
}

.black-card{
  background-color: #51585D;
  color: white;
}

.africa{
  margin-left: auto;
  margin-right: auto;
}

.title{
  color: #333333;
  font-size: 20px;
}

.title-special{
  color: #333333;
  font-size: 20px;
  padding: 5px;
  margin-top:40px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-weight: bolder;
}

.line{
  margin-top: 40px;
  margin-bottom: 40px;
  width: 70%;
  margin-left:15%;
  margin-right:15%;
}

.calque:hover{
  cursor: pointer;
}

.card-text-left{
  text-align: left;
}

.form-group > .row > .col-md-3{
  background-color: #888;
  color: white;
  padding-left:50px;
  text-align: left;
}

.form-group > .row > .col-md-9{
  padding-left: 0px;
  padding-right: 0px;
}

.form-group > .row > .col-md-9 > .form-control{
  border-radius: 0px;
}

.form-group > .row > .col-md-9 > textarea{
  height: 200px;
}

.btn-primary {
  color: #fff;
  background-color: #888;
  border-color: #888;
  border-radius: 0px;
}

.bg-light {
  background-color: transparent !important;
}

.back-section{
  border-top: 1px solid #888;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

.page-section{
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: middle;
}

.text-more,.text-close{
  cursor: pointer;
  font-weight: bolder;
}

.text-all{
  display: none;
}

.text-close{
  display: none;
}

.card:hover{
  cursor: pointer;
  -webkit-box-shadow: 8px 10px 10px -2px rgba(112,112,112,1);
  -moz-box-shadow: 8px 10px 10px -2px rgba(112,112,112,1);
  box-shadow: 8px 10px 10px -2px rgba(112,112,112,1);
  transform: scale(1.01);
}

.page-section{
  min-height: 100vh;
}

#home{

}

#services{

}

#preferences{

}

#contact{

}

.serv-row {
    padding: 20px;
}

.list-group-item:first-child {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.col-middle {
    border-left:1px solid white;
    border-right:1px solid white;
}

.about-img{
    width: 40%;
    margin: 10%;
    margin-left:30%;
    margin-right: 30%;
}

.tree{
    width: 80%;
    margin-left:auto;
    margin-right: auto;
    position: relative;
    bottom: -33px;
}

footer{
  background-color: white;
}

/* gallery */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.backfilter {
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.7);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect .in-overlay {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover .in-overlay, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.container {
  display: table;
}

.in-overlay {
  position: absolute;
  color: white;
  font-size: 22px;
}

.inner-container {
  vertical-align:top;
  display: table-cell;
}

.text-position {
  max-width: 85%;
  margin-left:auto;
  margin-right: auto
}

.sm-menu{
  display: none;
}

.color {
  background-color: #C3BEB3;
  font-size: 14px;
}

.slogan{
  padding-top:10px;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, .95);
}

.space {
  margin-top: 45px;
  margin-bottom: 45px
}

#carouselExampleControls2, #carouselExampleControls3, .sm-logo  {
  display: none;
}

.carousel-caption {
  color: #000000;
}

.hidden {
  display: none;
}

.show-hidden:hover .dot_3 {
  display: none;
}

.show-hidden:hover .hidden {
  display: block;
}

.tabl-gallery {
  height: 100%;
  width: 100%;
  display: table;
}

.cell-gallery {
  display: table-cell;
  vertical-align: middle;
}

.navbar-nav .nav-item {
  width: 200.50px;
}

#href_team, #team {
  display: none;
}

.tabl {
    height: 100%;
    width: 100%;
    display: table;
  }

  .cell {
    display: table-cell;
    vertical-align: middle;
  }

.about-title {
    border-top:1px solid white;
    padding-top: 5px;
    border-bottom:1px solid white;
}

  .title-underline {
      padding-bottom: 10px;
      border-bottom: 1px solid white;
  }

#east {
    display:none;
    position: absolute;
    right:15px;
    top:200px;
    max-width: 15rem;
}

#center {
    display:none;
    position:absolute;
    left:200px;
    top:250px;
    max-width: 15rem;
}

#west {
    display:none;
    position: absolute;
    left:20px;
    top:25px;
    max-width: 15rem;
}

/* mobile section */
@media only screen and (max-width: 830px) {

  .title-underline {
    padding-bottom: 0px;
    border-bottom: 0px;
  }

  .div-underline {
    padding-bottom: 5px;
    border-bottom: 1px solid white;
  }

  .tree{
    bottom: 0px;
  }

  .card-body p > br {
    display: none;
  }

  .hidden {
    display: block;
  }

  .show-hidden .dot_3 {
    display: none;
  }

  .title-special{
    color: #333333;
    font-size: 20px;
    padding: 5px;
    margin-top:10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bolder;
  }

  .line{
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    margin-left:15%;
    margin-right:15%;
  }
  .super-container, .container, .container-services,.container-trans, .section-page, html,body  {
    max-width: 100%;
    min-width: 100%;
    overflow-x: hidden;
  }

  .control {
    display: none;
  }

  .card-service, .card-pref, .africa {
    width: 100%;
    height: 100px;
  }

  .card-service, .card-pref {
    margin-bottom: 10px;
  }

  .img-responsive{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }



  .logo-center {
    /* width: 100%;  */
  }

  .text-position {
    max-width: 100%;
  }

  .masthead{
    display: none;
  }

  .logo-center {
    width: 100%;
  }

  .container-trans {
    min-height: auto;
  }

  .lg-menu{
    display: none;
  }

  .sm-menu{
    display: block;
  }

  .section-page{
    background-color: white;
    -moz-box-shadow:    1px 1px 1px 0.5px #222;
    -webkit-box-shadow: 1px 1px 1px 0.5px #222;
    box-shadow: 1px 1px 1px 0.5px #222;
  }

  .team-card-body {
    BACKGROUND-COLOR: white;
    color: black;
    text-align: left;
  }

  .team-card-header {
    BACKGROUND-COLOR: black;
    color: white;
  }

  nav {
    background-color: white;
    color: black;
  }

  .lg-logo, .gallery-header{
    display: none;
  }

  .no-mob, .slogan, .gallery-header {
    display: none;
  }

  .space {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #services{
    display: non;
  }

  #preferences{
    display: non;
  }

  nav {
    background-color: #51585D;
  }

  .first-slogan{
    display: block;
    margin-top:178px;
  }

  #carouselExampleControls2, #carouselExampleControls3, .sm-logo {
    display: block;
  }

  .nav-link{
    width: 300px;
    background-color: transparent;
  }

  #mainNav .navbar-nav .nav-item .nav-link, #mainNav .navbar-nav .nav-item .nav-link {
    color: white;
    background-color: #51585D;
  }

  #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #000000;
    background-color: rgba(255, 255, 255, 1);
    font-weight: bolder;
  }

  #carouselExampleControls2 .carousel-caption {
    bottom: 30%;
    top: 30%;
  }

  #carouselExampleControls3 .cap-east {
    bottom: 15%;
    top: 5%;
    right: 25%;
    left: 5%;
    transform: scale(0.7);
  }
  #carouselExampleControls3 .cap-central {
    bottom: 60%;
    top: 5%;
    transform: scale(0.7);
  }
  #carouselExampleControls3 .cap-western {
    bottom: 15%;
    top: 0%;
    right: 5%;
    left: 40%;
    transform: scale(0.7);
  }

  .logo-center{
    width:70%;
  }

    .col-middle {
        border-left:0px;
        border-right:0px;
    }

    .push-content-down {
        position: relative;
        bottom: 0px;
    }
}
