  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu {
    margin:0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    /* background: transparent !important; */
    background: #1396e2;
    color: white;
    transition: .5s;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    left-padding: 0;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .2);
  }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: white;
      text-decoration: none;
      background-color: #1396e2;
      transition: .2s;
    }
  .col-md-6, .col-sm-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 30px;
    }
.description {
  padding-top: 8px;
  letter-spacing: .5px;
}

.button1 {
  font-family: inherit;
  font-size: 14px;
  line-height: inherit;
  color: white;
  background-color: #1396e2;
  padding: 7px 17px 7px 17px;
  margin-right: 10px;
  border: none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.button1:hover {
  color: white;
  background-color:#073855;
}
.button1:active {
  background-color:#073855;
}
.headline {
  padding-top: 10px;
}

#about-us img {
  padding-top: 20px;
}

.glyphicon-chevron-down {
    position: relative;
    font-size: 9px;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding-left: 3px;
  }

  .glyphicon-list-alt {
    color: #fff;
    font-size: 24px;
    margin-left: -2px;
  }
  .glyphicon-usd {
    color: #fff;
    font-size: 22px;
    margin-left: -2px;
  }
  .glyphicon-wrench{
    color: #fff;
    font-size: 27px;
    margin-left: -2px;
  }
  .glyphicon-user {
    color: #fff;
    font-size: 21px;
  }
.glyphicon-phone {
  color: #5a5a5a;
  padding-right: 5px;
  font-size: 16px;
}
.fa-print {
  color: #5a5a5a;
  padding-right: 6px;
  font-size: 15px;
}

.glyphicon-chevron-up {
  font-size: 16px;
  padding-right: 4px;
  padding-left: 4px;
}
.copyright {
  font-size: 12px;
}
.designby {
  font-size: 10px;
}
.testimonial2 {
  margin-top: 50px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: #999;
  opacity: .5;
  color: white;
  cursor: pointer;
  padding: 10px;
  /* border-radius: 4px; */
}
