/************* CUSTOM CSS ******************/

.text-silver {color: #f8f9fa !important;}

.bg-cover {
	background-repeat: no-repeat;
	background-size: cover;
}

.carousel-caption {
	display: block-inline;
	position: absolute;
	left: 60px;
	top: 3.5rem;
	margin-bottom: 1.8rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	text-align: left;
}

.carousel-caption h2 {
	font-size: 55px;
	color: #fff;
	font-weight: bold;
}
.carousel-caption span {
	font-size: 24px;
	color: #ff8e01;
	text-transform: uppercase;
}
.carousel-caption p {
	font-size: 20px;
	color: #C0C0C0;
	padding-left: 20px;
	margin: 25px 0 40px 0;
}

.product-grid-title {
	font-size: 16px;
	color: #555;
}

.decorated-h2 {
	font-size: 1.8em;
	padding: 0.5em 0 0.1em 0;
	color: var(--theme2);
}

.single-post p {
	text-align: justify;
	word-wrap: break-word;
}

.border-dashed-white {
	border: 2px dashed #fff;
	width: 100%;
	height: 100%;
	color: #f8f9fa ;
	padding: 0 25px;
}

.benefit-list {
	background-image: url(../images/background-2.png);
	background-repeat: repeat-y;
	background-size: contain;
}

.testimonials .card-testimonial {
	color: #fff;
	position: relative;
	background: #27304e;
	padding: 15px;
	font-size: 13px;
}

.testimonials .card-testimonial::before, .testimonials .card-testimonial::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.testimonials .card-testimonial::before {
	width: 20px;
	height: 20px;
	background: #9b9b9b;
	box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}

.testimonials .card-testimonial::after {
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #f8f9fa;
	border-left-color: #f8f9fa;
}

.testimonials .media-testimonial img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  border: 2px solid #fff;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 40px;
  float: left;
}

.testimonials .card-testimonial p::before {
  content: "\201D";
  font-family: Arial,sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 68px;
  line-height: 70px;
  position: absolute;
  left: -25px;
  top: 0;
}

.testimonials .card-testimonial p {
  text-indent: 40px;
}

.testimonials .media-body-testimonial {
	float: left;
	margin-top: 50px;
}

.border-bttm-only .nav-link, .border-bttm-only .nav-link.active {
	background: transparent;
	color: #000;
	border-radius: 0px;
}

.border-bttm-only .nav-link {
	border-bottom: 3px dashed #c2c2c2;
}

.border-bttm-only .nav-link.active {
	border-bottom: 3px solid #0DCAF0;
}

.posts-list .card-title {
	background: var(--theme2);
	border: 1px dashed #fff;
	padding: 15px;
	border-radius: 5px;
	margin: 0 auto;
}

.reviews-slider h1 {
	position: absolute;
	bottom: 20%;
	padding: 1em;
	font-size: 1.85vw;
	width: 50%;
	background: rgb(255, 255, 255, 0.7);
}

.up-header {
	background: #27304E;
	padding: 6px 0;
}

.up-header a {
	color: #fff;
}

#product-description .nav-pills {
	border-top: 1px solid #ccc;
}

#product-description .nav-pills .nav-link {
	background: none;
	color: #222;
	border-radius: 0;
}

#product-description .nav-pills .nav-link.active {
	border-top: 3px solid var(--theme1);
	color: #000;
	font-weight: bold;
	margin-top: -1px;
}

.up-header a:hover {
	color: var(--theme1);
}

.useful-links {
	border-left: 3px solid var(--theme1);
	padding-left: 20px;
}

@media (min-width: 768px) {
   
}
@media (max-width: 992px) {
    .header-slogan {font-size: 11px;}
}
@media (min-width: 1200px) {
   
}
