.ht-blue{color: #5C6A85;}
.ht-white{ color: white; }
.ht-black{color: black;}
.ht-gray{color: rgba(0,0,0,0.5);}
.txt-center{text-align:center;}
.txt-left{text-align: left;}
.txt-right{text-align: right;}
.padd-top-15 { padding-top: 15px; }
.padd-top-25 { padding-top: 25px; }
.padd-top-50 { padding-top: 50px; }
.marg-top-25 { margin-top: 25px; }
.padd-bottom-25 { padding-bottom: 25px; }
.padd-bottom-15 { padding-bottom: 15px; }
.img-250 { width: 250px; }
.img-230 {
  height: auto;
  width: 230px;
}
.img-230-l {
  height: auto;
  width: 230px;
  margin-left: 75px;
}
.img-230-r
{
  height: auto;
  width: 230px;
  margin-right: 75px;
}
.fw-100 { font-weight: 100;}
.fw-200 { font-weight: 200;}
.fw-300 { font-weight: 300;}
.fw-bold { font-weight: bold;}
.fs-8 { font-size: 8px;}
.fs-10 { font-size: 10px;}
.fs-14 { font-size: 14px;}
.fs-16 { font-size: 16px;}
.fs-18 { font-size: 18px;}
.fs-24 { font-size: 24px;}

body{
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.center-vert {
  display: flex;
  justify-content: center;
  align-items: center;
}
.row::after{
  content: "";
  clear: both;
  display: table;
}
.column-3 {
  text-align: center;
  float: left;
  display: inline-block;
  width: calc(100% / 3);

}
.column-2 {
  text-align: center;
  float: left;
  display: inline-block;
  width: calc(100%/2);
  padding: 5px;
}


section{

}

section h1
{
  text-align: center;
  
}

#header
{
  background-image: url(/img/healingtrails/backgrounds/header.png);
  background-position: center center;
  background-repeat: no-repeat;



  background-size: cover;
  padding-bottom: 75px;

}

#ht-is,
#ht-testimonials
{
  background-image: url(/img/healingtrails/backgrounds/bg2.png);
  background-position: center center;
  background-repeat: no-repeat;

  background-size: cover;
  display: block;
  padding-top: 75px;
  padding-bottom: 75px;
}

#ht-is img{
  width: 275px;
}

#ht-about
{
  background-image: url(/img/healingtrails/backgrounds/bg3.png);
  background-position: center center;
  background-repeat: no-repeat;

  background-size: cover;
  display: block;
  padding-top: 75px;
  padding-bottom: 75px;
}

#ht-Experience
{
    background-image: url(/img/healingtrails/backgrounds/bg4.png);

    background-repeat: no-repeat;

    background-size: cover;
    display: block;
    padding-top: 75px;
    padding-bottom: 75px;
}

#ht-lets-talk
{
  background-image: url(/img/healingtrails/backgrounds/bg5.png);
  background-position: center center;
  background-repeat: no-repeat;

  background-size: cover;
  display: block;
  padding-top: 75px;
  padding-bottom: 75px;
}
#ht-value-Prop,
#ht-guest
{
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #c4d0dd;
}

#ht-value-prop div.right-col h4
{
	display: table-cell;
		vertical-align: middle;
		font-weight: 500;

}

#ht-value-prop div.right-col
{

float: right;
    max-width: 100%;
    width: calc(100% - 310px);
    height: 266px;
    vertical-align: middle;
    display: table;
    padding: 0 10px;
	}

  #ht-Collaboration{
    display: block;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  #ht-road{
    padding-top: 75px;
    padding-bottom: 75px;
  }

.ht-experience-right-col
{
  float:right;
  max-width: 100%;
  width: calc(100% - 310px);
  vertical-align: middle;
  display: block;
  padding: 0 10px;
}

.left-col
{
  float: left;
  max-width: 100%;
  width: calc(100% - 310px);
  height: 266px;
  vertical-align: middle;
  display: table;
  padding: 0 10px;
}

.right-col
{
  float: right;
      max-width: 100%;
      width: calc(100% - 310px);
      height: 266px;
      vertical-align: middle;
      display: table;
      padding: 0 10px;
}

.right-col h4,
.left-col h4
{
  display: table-cell;
  
  vertical-align: middle;
}

.testimonial
{
  background-color: rgba(0,0,0, 0.15);
  border-radius:15px;
    padding: 50px;
  width: 100%;
  height: 300px;
  margin-top: 50px;
}

.testimonial p
{
  line-height: 200%;
}

.hero-textarea{
  height: auto;

}

.center-hero
{
  padding-top: 150px;
  padding-bottom: 150px;
}

#header ul
{
  list-style: none;
  margin: 0;
  padding-top: 75px;
  padding-right: 75px;
  float: right;

}

#header ul li
{
  display: inline;
  list-style: none;
  font-size: 18px;
  position: relative;
}

#header ul li a{
  display: inline-block;
vertical-align: top;

font-size: 20px;
padding: 8px;
}

.testimonial-slider .slick-prev::before,
.app-slider .slick-prev::before {
  background: url(/img/healingtrails/back.png) no-repeat;
  content: "";
display: block;
height: 36px;
width: 36px;
}
.testimonial-slider .slick-next:before,
.app-slider .slick-next:before {
  background: url(/img/healingtrails/next.png) no-repeat;
  content: "";
display: block;
height: 36px;
width: 36px;
}
