/**
 * @copyright	Copyright (C) 2026 Wilbert Kivits All rights reserved.
 * @license		RSJoomla.com 
 */


/* Logo */

.rstpl-top-position, .rstpl-top-fluid-position {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* End Logo */


/* HEADER BG */

.rstpl-head-bg {
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat;
}
	
	
.background-textured {
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat;
}

/* End HEADER BG */

/* SHADOW SLIDER BG */

.carousel-shadow {
  display: none;
}

/* END SHADOW SLIDER BG */

/* START NAME SPACE QUOTE */

.rstpl-box-testimonial .rstpl-box-details b, .rstpl-box-testimonial .rstpl-box-details strong {
    margin-left: 60px;
    line-height: 1em;
    vertical-align: bottom;
}

/* END NAME SPACE QUOTE */

/* CENTER EMBEDDED VIDEO */

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* END CENTER EMBEDDED VIDEO */




