

.page-ttl::before, .parallax-background::before {
  background: #fff;
  }

.theme-block, .form-container, .theme-table-container, .map-address,
.hm-feature-block-1 {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); }

.tbl {
  display: table;
  width: 100%; }

.tbl-row {
  display: table-row; }




.parallax-background {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .parallax-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.parallax-background-1 {
  background-image: url(../uploads/background-1.jpg); }

.parallax-background-2 {
  background-image: url(../uploads/background-2.jpg); }

.parallax-background-3 {
  background-image: url(../uploads/background-3.jpg); }

.layer-ttl {
  text-align: center;
  margin: 0 0 6px 0; }
  .layer-ttl h3 {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    color: #015259;
    line-height: 1;
    display: inline-block;
    margin: 0;
    padding: 12px 25px 15px 25px;
    background: #EBFCFD;
   
    }

.layer-ttl-white h3 {
  color: #000;
  background-color: transparent;
   }




.paragraph-medium {
  font-size: 16px;
 font-family: 'Quicksand';
  margin: 0 0 10px 0; }

.paragraph-small {
  font-size: 12px;
 font-family: 'Quicksand';
  letter-spacing: .5px; }

.paragraph-black {
  color: #777; }

.paragraph-white {
     color: #222;  font-size: 14px; }

/* [ 2.6 BUTTON CSS START ] */
.button {
  height: auto;
  line-height: normal;
  padding: 12px 30px;
  font-weight: 400;
  color: #FFF !important;
 font-family: 'Quicksand';
  border-radius: 2px; }



/* [ 5.7 HOME TESTIMONIAL CSS START ] */
.testimonial-block {
  max-width: 957px;
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .testimonial-block img {
    width: 150px !important;font-family: 'Quicksand';
    height: 150px;
    margin: 0 auto;
    border: 3px solid #FFF;
    border-radius: 2px; }
  .testimonial-block a {
       display: inline-block;
    font-size: 15px;
    color: #222 !important;
    font-family: 'Quicksand';
    text-transform: capitalize;
    margin-top: 17px;
    font-weight: 600;margin-bottom: 20px;}
  .testimonial-block .paragraph-medium {
    margin: 15px 2px; }
    .testimonial-block .paragraph-medium .fa {
      color: #EBFCFD;
      font-size: 32px; }





