.vertical-center {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.vertical-center-left {
  padding-top: 20%;
  /*min-height: 80vh;*/
  display: flex;
  align-items: center;
  /*justify-content: flex-start;*/
}

.vertical-center-left.img-icon {  
  min-height: auto!important;  
}

section.testimonials {
  padding: 40px 0;
  z-index: 150;
}

section.testimonials.podium {
  padding: 80px 0;
  z-index: 150;
}

.carousel-caption {
  position: absolute;
  right: 33%;
  left: 10%;
  /* top: 30vh; */
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.caption-title {
  font-family: 'Garamond Narrow';
  font-size: 48px;
  line-height: 44px;
  letter-spacing: 0;
  color: #ffffff;
}

.caption-text {
  font-family: 'Garamond Narrow';
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  color: #ffffff;
  margin-top:0px;
}

.h1 {
  font-size: 58px;
  color: #fff;
  font-weight: 300;
}

h1 {
  font-size: 58px;
  font-family: "Garamond Narrow";
  font-weight: 300;
  margin-bottom: 40px;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #404040;
}

p {
  font-size: 20px!important;
  font-family: "Garamond Narrow";
}

h2 {
  font-size: 32px;
  font-family: "Garamond Narrow";
  font-weight: 300;
}

h3 {
  font-family: "Garamond Narrow";
  font-size: 20px;
}

.narrow {
  font-family: "Garamond Narrow";
  font-size: 12px;
}

.header-p {
  font-size: 16px;
  font-family: "Garamond Narrow";
}

.ml-3 {
  margin-left: 100px;
}

.pt-3 {
  padding-top: 10rem;
}

.pb-3 {
  padding-bottom: 0rem!important;
}

.mr-3 {
  margin-right: 100px;
}

.mt-0 {
  margin-top: 0!important;
}

.text {
  padding-left: 5%;
  padding-right: 5%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .section-title {
  text-transform: none!important;    
}

/* WEILIANG */

@media screen and (max-width: 1100px) {
  h1 {
    font-size: 50px;
  }
}

/* WEILIANG */

/* WEILIANG */

@media screen and (max-width: 992px) {
  .pad5 {
    padding: 0 5%;
  }
}

/* WEILIANG */

@media screen and (max-width: 992px) {
  .carousel-caption {
    top: 0%;
    background-color: transparent;
    position: absolute;
    right: 33%!important;
    left: 33%!important;
  }
}

@media screen and (max-width: 992px) {
  .h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    text-align: center!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 48px;
    font-family: "Garamond Narrow";
    font-weight: 300;
    text-align: center!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

@media screen and (max-width: 992px) {
  .text-white {
    color: #fff;
    text-align: center!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

@media screen and (max-width: 992px) {
  p {
    font-size: 14px;
    font-family: "Garamond Narrow";
    text-align: center!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 26px;
    font-family: "Garamond Narrow";
    font-weight: 300;
    text-align: center!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

@media screen and (max-width: 992px) {
  h3 {
    font-family: "Garamond Narrow";
    font-size: 16px;
    text-align: center!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

@media screen and (max-width: 992px) {
  .narrow {
    font-family: "Garamond Narrow";
    font-size: 12px;
    text-align: center!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

@media screen and (max-width: 992px) {
  .header-p {
    font-size: 10px;
    font-family: "Garamond Narrow";
    text-align: center!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

@media screen and (max-width: 992px) {
  .vertical-center {
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 992px) {
  .vertical-center-left {
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 992px) {
  .ml-3 {
    margin-left: 0;
  }
}

@media screen and (max-width: 992px) {
  .pt-3 {
    padding-top: 0;
  }
}

@media screen and (max-width: 992px) {
  .mr-3 {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .header-bg-img {
    margin-bottom: 80%;
  }
}

@media screen and (max-width: 600px) {
  .carousel-caption {
    top: 75%;
    background-color: transparent;
    position: absolute;
    right: 10%!important;
    left: 2%!important;
    display: flex;
    align-items: start;
    justify-content: center;
  }    
  .caption-title {
    font-family: 'Garamond Narrow';
    font-size: 28px;
    letter-spacing: 0;
    line-height: 25px;
    color: #ffffff;
  }
  .caption-text {
    font-family: 'Garamond Narrow';
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    color: #ffffff;
    margin-top:0px;
  }

}

@media screen and (max-width: 600px) {
  .h1 {
    font-size: 38px;
    color: #fff;
    font-weight: 300;
    text-align: center!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 38px;
    font-family: "Garamond Narrow";
    font-weight: 300;
    text-align: center!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

@media screen and (max-width: 600px) {
  .text-white {
    color: #fff;
    text-align: center!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

@media screen and (max-width: 600px) {
  p {
    font-size: 12px;
    font-family: "Garamond Narrow";
    text-align: center!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 22px;
    font-family: "Garamond Narrow";
    font-weight: 300;
    text-align: center!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

@media screen and (max-width: 600px) {
  h3 {
    font-family: "Garamond Narrow";
    font-size: 14px;
    text-align: center!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

@media screen and (max-width: 600px) {
  .narrow {
    font-family: "Garamond Narrow";
    font-size: 10px;
    text-align: center!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

@media screen and (max-width: 600px) {
  .header-p {
    font-size: 10px;
    font-family: "Garamond Narrow";
    text-align: center!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

@media screen and (max-width: 600px) {
  .vertical-center {
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .vertical-center-left {
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding-top: 10%;
  }
}

@media screen and (max-width: 600px) {
  .ml-3 {
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px!important;
    margin-bottom: 13px!important;
  }
  .pt-3.pp {
    padding-top: 25%!important;
  }
  .p-0 {
    padding-top: 10%!important;
  }
  .side-section-text {
    letter-spacing: 0;
    line-height: 24px;
    padding: 0 12px 0 12px;
  }  
  .section-text {
    letter-spacing: 0;
    line-height: 24px;  
    margin: 0 auto;
    font-size: 18px;
    padding: 0 12px 0 12px;
  }
  .form-section-text {
    padding: 25px 12px 0 12px;
  }
  .terms-section-text {
    padding: 0 12px 0 12px;
  }
}

@media screen and (max-width: 600px) {
  .mr-3 {
    margin-right: 0;
  }
}

.carousel-caption {
}

.text-center.text-white.underline {
  /* border-bottom: 1px solid #FFFFFF; */
  /*height: 1px;*/
  /* width: 135px; */
  margin: 0 auto;
}

.line {
  box-sizing: border-box;
  height: 60px;
  width: 1px;
  border: 1px solid #FFFFFF;
  margin: 0 auto;
  margin-top: -20px;
}

.p-0 {
  padding: 0;
}

.side-section-text {
  letter-spacing: 0;
  line-height: 24px;  
}

.section-text {
  letter-spacing: 0;
  line-height: 24px;  
  margin: 0 auto;
  font-size: 18px;
}

.icon-arrow-right {
  /*display: flex;*/
  /*justify-content: center;*/
  /*margin-top: 30vh;*/
}

.icon-arrow-left {
  /*display: flex;*/
  /*justify-content: center;*/
  /*margin-top: 30vh;*/
}

@media screen and (min-width: 768px) {
  .carousel-control .icon-arrow-left, .carousel-control .icon-arrow-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    font-size: 30px;
    position: absolute;
  }
}

@media screen and (min-width: 768px) {
  .carousel-control .icon-arrow-left, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
    top: 50%;
    position: absolute;
  }
}

@media screen and (max-width: 600px) {
  .carousel-control .icon-arrow-left, .carousel-control .icon-arrow-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    top: 45%;
    margin-top: -15px;
    font-size: 30px;
    position: absolute;
  }
}

@media screen and (max-width: 600px) {
  .carousel-control .icon-arrow-left, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
    top: 45%;
    position: absolute;
  }

  #divLargerImage {
      top: 8%;    
  }

  #custom-prev-arrow {
    left: 0px!important;
    color: #131313;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
    background: transparent;
    border: none;
  }
  
  #custom-next-arrow {
    right: 10px!important;
    color: #131313;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
    background: transparent;
    border: none;
  }
}

.text-center.testimonials.bg-black.footer-text {
  padding: 1px 0;
  z-index: 150;
}

.bg-black {
  background-color: #131313;
}

.bg-white {
  background-color: #fff;
}

.text-center.testimonials.footer-text {
  padding: 15px 0;
  z-index: 150;
}

.home {
  padding-left: 0!important;
  padding-right: 0!important;
}
