body{
    font-size: 16px;
}
a{
  font-weight: bold;
}
h1{
    font-size: 1.875em;
    margin-bottom: 50px;
}
h3{
    font-size: 18px;
    margin-bottom: .75em;
    /* font-weight: 600; */
    font-family:'Stem W01 Medium';
    letter-spacing: .1em;

}
p{
    line-height: 1.875em;
    font-size: 1em;
}
section.content h3
{
  padding-left: 20px;
  padding-right: 20px;
}
section.content p{
    margin-bottom: 0;
}
.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-slide {
    background-size: cover;
    background-position: center;
  
  }
  .gallery-top {
    /* height: 600px; */
    width: 100%;
    /* padding-bottom: 62.5%; */
  }
  .gallery-top .swiper-slide{
    padding-bottom: 62.5%;
  }
  .gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
  }
  .gallery-thumbs .swiper-slide {
    width: 20%;
    /* height: 100%; */
    padding-bottom: 12.5%;
    opacity: 0.4;
  }
  
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }
  .grid-gallery .grid{
     background-repeat: no-repeat;
     background-size: cover;
  }
  .grid-gallery .one{
     width: 25%;
     padding-bottom: 25%;
  }
  .grid-gallery .two-one{
     width: 50%;
     padding-bottom: 25%;
  }
  .grid-gallery .one-three{
     width: 25%;
     padding-bottom: 75%;
  }
  .grid-gallery .three{
     width: 75%;
     padding-bottom: 75%;
  }

  .blog-thumbs h3{
    font-size: 1.5em;
    font-weight: bold;

  }
  .btn{
      background: black;
      color: white;
      padding: 20px;
      display: inline-block;
        font-size: .75em;
        text-transform: uppercase;
        font-weight: bold;
    border: 2px solid black;
  }
  .btn:hover{
    background:white;
    color: black;
  }
  .icon-box .icon-wrapper{
    min-height: 90px;
  }
  .icon-box .icon{
      height: 55px;
      width: auto;
  }
  .icon-box .icon.bag{
    width: 60px;
    height: 54px;
  }
  .icon-box .icon.elevator{
    width: 92px;
    height: 61px;
  }
  .icon-box .icon.mover{
    width: 50px;
    height: 43px;
  }
  
  .icon-box .icon.sheild{
    width: 28px;
    height: 36px;
  }
  .icon-box .icon.schools{
    width: 90px;
    height: 90px;
  }
  .icon-box .icon.utilities{
    width: 60px;
    height: 63px;
  }
  .icon-box .icon.mail{
    width: 69px;
    height: 43px;
  }
  .icon-box .icon.ministry{
    width: 68px;
    height: 37px;
  }
  .icon-box h6{
    font-size: 1.125em;
    font-weight: bold;
    text-transform: inherit;
    letter-spacing: .05em;
    margin-bottom: .5em;
  }
  .icon-box .text-wrapper{
      max-width: 300px;
      margin: auto;
  }
  .icon-box .text-wrapper p{
    line-height: 1.875em;

}
section.slideshow-testamonial{
  padding-bottom: 42.8%;
}

@media only screen and (max-width: 767.95px) { 
  .icon-box .icon-wrapper{
    min-height: inherit;
  }
  nav{
    left: -600px;
  }
}
