.bg-samm-yellow {
  background: #ffe756 !important;
}

@font-face {
	font-family: 'silk-serif';
		src: url("fonts/silk-serif.otf?a=2");
		font-weight: normal;
		font-style: normal;
}

.font-samm {
  font-family: 'silk-serif';
  letter-spacing: 0px;
}

.learnmorebtn {
  font-size: 10px;
}

.owl-carousel.carousel-center-active-item .owl-item {
  opacity: 1!important;
}

.testimonial.testimonial-style-3 blockquote:after {
  bottom: 5px;
  right: 9px;
  color: #777;
  font-size: 35px;
  transform: rotate(180deg);
}

.testimonial.testimonial-style-3 .testimonial-author img {
  max-width: 80px !important; 
}

.testimonial blockquote:after {
    right: 22px;
    bottom: 21px;
    color: #FFF;
    content: "“";
    font-size: 85px;
    font-style: normal;
    line-height: 1;
    position: absolute;
}

.samm-parallax-bg2 {
  transform: translate3d(0px, -96px, 0px);
}


@media (max-width: 991px) {
		.samm-parallax-bg1 {
				width: 200%!important;
				height: 215%!important;
				transform: translate3d(0px, -135px, 0px)!important;
		}
		.samm-parallax-bg2 {
				width: 160%!important;
				height: 180%!important;
				transform: translate3d(0px, -100px, 0px)!important;
		}
    .textbanner {
      position: absolute !important;
      margin-top: -65px !important;
      z-index: 10;
      font-size: 45px;
    }
    #home {
      height: 250px!important;
    }
    #tv_banners img {
      width: auto!important;
    }
}

/** Custom Text Slider/Rotator **/
.mask {
  height: 40px;
  position: relative;
  overflow: hidden;
}

.mask span {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 15px;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.mask span[data-show] {
  transform: translateY(0%);
  transition: .5s transform ease-in-out;
}

.mask span[data-up] {
  transform: translateY(100%);
  transition: .5s transform ease-in-out;
}

@media (max-width: 991px) {

  .mask {
    height: 25px;
  }

  .mask span {
    top: -40px;
    font-size: 25px;
  }
  
}

/** About / Who I Am Section */

#about p {
  color: #fff;
  font-size: 15px;
}

/** Testimonials Page **/

.rounded-circle {
    border-radius: 50%!important;
}
.shadow-strong {
    box-shadow: 0 2px 15px -3px rgba(0,0,0,.16),0 10px 20px -2px rgba(0,0,0,.1)!important;
}
.avatar-sm {
  width: 40px;
  height: 40px;
}
.avatar-md {
  width: 60px;
  height: 60px;
}
.avatar-lg {
  width: 180px;
  height: 180px;
}
.readmore-btn i {
  transition: 0.15s all ease;
}
.readmore-btn:hover {
  text-decoration: none!important;
}
.readmore-btn:hover > i {
  padding-left: 10px;
}
@media (max-width: 991px) {

  #testimonial-3column:first-child {
    display: none;
  }

  #testimonial-3column > .container {
    margin-top: 0px!important;
  }

  #testimonial-3column {
    padding-bottom: 60px;
  }

  /** Mobile Menu CSS **/
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    color: #212529!important;
  }
  #header .header-nav-main nav > ul > li > a.active {
      color: #212529!important;
  }
  #header .header-nav.header-nav-links nav > ul li:hover > a {
      color: #fadd3b!important;
  }


}

.header-body {
  transform: none!important;
}

.text-ws-1 {
  word-spacing: 0.25em;
}
.text-ws-2 {
  word-spacing: 0.5em;
}
.text-ws-3 {
  word-spacing: 0.75em;
}

.border-radius-testimonial {
  -webkit-border-top-left-radius: 20px!important;
  -webkit-border-bottom-right-radius: 20px!important;
  -moz-border-radius-topleft: 20px!important;
  -moz-border-radius-bottomright: 20px!important;
  border-top-left-radius: 20px!important;
  border-bottom-right-radius: 20px!important;
}

/** Mailchimp Override Styles **/
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background-color: transparent!important;
  margin-bottom: 0px!important;
}
#mc_embed_signup .mc-field-group {
  padding-bottom: 0px!important;
}

/** Hide google recaptcha **/
.grecaptcha-badge {
  display: none!important;
}

/** Animated Button **/
.pulse-btn {
	box-shadow: 0 0 0 0 #e56244;
	transform: scale(1.05);
	animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(229, 98, 68, 0.7);
	}
	
	70% {
		transform: scale(1.05);
		box-shadow: 0 0 0 15px rgba(229, 98, 68, 0);
	}
	
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(229, 98, 68, 0);
	}
}