.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  /*padding-bottom: 8rem;*/
  background: linear-gradient(90deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.1));
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}


.bubble {
   margin: 50px;
   padding: 50px;
   position: relative;
}
/*.bubble:after {
   content: "";
   position: absolute;
   top: 100%;
   left: 20px;
   border-top: 20px solid blue;
   border-top-color: inherit; 
   border-left: 20px solid transparent;
   border-right: 20px solid transparent; 
}*/

.wrap {
    position: relative;
    overflow: hidden;
/*    width: 10%;*/
    margin: 0 auto;
    background-color:#fff;
}
/*.wrap img {
/*    width: 100%;
    height: auto;
    display: block;
}*/
.wrap:before, .wrap:after {
    content:'';
    position: absolute;
    bottom: 0;
    width: 95%;
    background-color: inherit;
    padding-bottom:3%;
}
.wrap:before {
    right: 75%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -ms-transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
}
.wrap:after {
    left: 21%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -ms-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}


.carousel-item active {
  width: 100%;
  height: 100%;
  display: inline-flex;
  overflow: hidden;
  flex-grow: 2;
  flex-shrink: 0;
 
  
}

.carousel-item.fb {
  display: none;
}

.carousel-item.fb.active {
  width: 100%;
  height: 100%;
  display: inline-flex;
  overflow: hidden;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 0; 
  align-items: stretch;
  justify-content: stretch;

}

.carousel-item.goo.active {
  width: 100%;
  height: 100%;
  align-items: center;
  display: inline-flex;
  overflow: hidden;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 0; 
  align-items: stretch;
  justify-content: stretch;

}

.carousel-item.goo {
  display: none;
}

.carousel-item.goo .testimonial_095_slide {
  width : 100%;
}

#testimonial_095 {
  /*border-radius:12px; */
  border: solid #8080804d; 
  border-width: 1px;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 3em;
  padding-right:  3em; 
  margin-right:  2em; 
  margin-left:  2em; 

}

.fa-chevron-right,.fa-chevron-left {
  color: gray;
}

.carousel-control-prev, .carousel-control-next {
  width: 5%;
}

.testimonial_095_slide img {
  margin-bottom: 1em;
  width: 7%;   
}

.testimonial_095_slide h5 {
  line-height: 0.2; 
}

#testimonial_090 {
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right:  2em; 
  margin-right:  2em; 
  margin-left:  2em; 
}

.testimonial_090_slide1   {
 /* width: (33.3333%);*/
 
  height: 100%;
  overflow: hidden;
  border: solid #8080804d; 
  border-width: 1px;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  display: flex;
  flex-direction: column;
  align-content: stretch;
  justify-content: space-around; /* stretch */
  margin-top: 5px;
  margin-left: 3px;
  margin-right: : 10px;
  margin-bottom: 1px;
  padding-top: 15px; 
    padding-bottom: 2em;
  flex-grow: 1;

}

.testimonial_090_slide1 {
  margin-bottom: 1em;
  margin-left:0.5em;
  margin-right: 0.5em;
}

.testimonial_090_slide1 img {
  margin-bottom: 1em;
  width: 9%;   
}

.testimonial_090_slide1 p  {
/*  width: 320px;
  height: 150px;*/
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 12px;
  display:block;
  color: black;
  white-space: pre-wrap;
  align-self: center;
  text-align: justify-all;
  font-size: 15px;
  flex-grow: 1;  

}



 #vblog .container {
  padding-top: 4em;
  border-top: 2px solid gray;
  padding-bottom: 4em;
  border-bottom: 2px solid gray;

 }

 /* ==================================================
  Stats Styling
================================================== */
.stats-row {
  margin-top: 65px;
}

.stats-col .circle {
  display: inline-block;
  width: 160px;
  height: 160px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #666;
  border: 6px solid white; /* #199EB8 */
  border-radius: 50%;
  padding: 55px 25px 0 25px;
  position: relative;
}

.stats-col .circle .counter {
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 70px;
  top: -25px;
  right: -15px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 18px;
  background-color: #01728d; /*#E04F00*/
  position: absolute;
  border-radius: 50%;
  font-weight: 700;
}

 .circle img{
  display: middle;
  width: 160px;
  height: 160px;
  color: #666;
  border: 0px solid #199EB8; 
  border-radius: 50%;
 /* padding: 55px 25px 0 25px; */
  position: relative;
  top: -60px;
  right: 30px;
  z-index: -2;
}

 .backlast {
    margin-top: 2rem;
    border-top: 15px solid #141414;
   /* background: #4d4d4d; */
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;   
background: -webkit-linear-gradient(#3e3e3e, #1e1e1e); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#3e3e3e, #1e1e1e); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#3e3e3e, #1e1e1e); /* For Firefox 3.6 to 15 */
background: linear-gradient(#3e3e3e, #1e1e1e); /* Standard syntax */    
 }

.bggray {
  background:#aaa;   
}

.dmbs-footer-menu {
  text-align: center;
}

.nav_footer li{
  display: inline-block;
}

.nav_footer li a{
  display: inline-block;
  padding: 10px 20px;
  
  transition: all 0.4s ease;
}

.nav_footer li a:hover{
  background: #302F2F;
  border-radius: 5px;
  text-decoration: none;
}

footer ul li a{
  display: block;
  padding: 5px 10px;
  color: #e6e6e6;
}

footer ul li a:hover{
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  background-color: #464646;
}


/*.carousel-caption {
  position: absolute;
  right: 25%;
  top: 20%;
  left: 25%;
  max-width: 50%;

  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  display: block;
}*/

@media (max-width: 575.98px) { 

  .xsft {
    width:25%;
  }

  .xs50 {
    width:50%;
  }

  .xs33 {
      width: 33.33333% 
  }

  span.textheader {
      display:none;
  }

  #lsell1txt {
    font-size: 1.4rem;
  }

  #lbuy1txt {
    font-size: 1.4rem;
  }  

}