body {
  padding-top: 100px;
}

.fa {
  font-size: 150%;
}

.shadeBack {
  background-color: rgba(14, 22, 27, 0.7); 
  padding: 10px; 
  border-radius:5px; 
  color: rgb(235, 235, 235);
}

.business-header {
  height: 75vh;
  min-height: 300px;
  position: relative;
  background: url(../img/map2.png) center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  z-index: 1;
  text-align: center;
  align-content: center;
  align-self: center;
  align-items: center;
  vertical-align: baseline;
}

.container-head {
  position: absolute; 
  align-self: center; 
  text-align: center; 
  vertical-align: middle; 
  margin-top: 20vh;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

@media (max-width: 927px) {
  body {
    padding-top: 54px;
  }
  .container-head {
    margin-top: 5vh;
  }  
  .h-res{
    font-size: 120%;
  }
  .img-res {
    height: 200px;
  }
}


@media (min-width: 927px) {
  body {
    padding-top: 56px;
  }
}

.nav-link {
  color: white;
  font-size: 110%
}
.nav-link:hover {
  color: lightcyan;
  font-size: 110%
}




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

.card{
  background-color: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 10px;
}

.card .card-img-top{
  border-radius: 10px;
}


/*BOXSHADAW STYLE*/
.boxshadow {
  position: relative;
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  padding: 5px;
  width: 100%;
  height: 5.5vw;
  background: white;
  display: flex;
  align-items: center;
  min-height: 100px;
  justify-content: center
}

.boxshadow img {
max-width:100%;
max-height:100%;
width: auto;
height: auto;
}

.boxshadow::after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);                
  width: 80%; 
  left: 15%;
  bottom: 0;
}






/* ==================================================
  Method Section
  ================================================== */
  #metod {
    padding: 5%;
  }
  
  #metod .full{
    display: block;
  }
  #metod .small{
    display: none;
  }
  
  @media (max-width: 767px) {
    .block {
      padding-left: 30px;
      padding-right: 30px;
    }
    #metod .full{
      display: none;
    }
    #metod .small{
      display: block;
    }
  }
  
  
  
  