.demoButton {
    background-color: #25cdb6;
    color: white;
    padding: 10px 16px;
    border-radius: 0px;
}

.homeProducts {
	text-align: center;
}

.homeProduct {
	width: 200px;
	transition: transform .2s; /* Animation */
}

.homeProduct:hover {
	transform: scale(1.15);	
}

.sliderTestimonials {
	padding: 0px 40px;
}

.sliderTextShadow {
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
}


/* ------------------------------------------- */

.owl-carousel .galThumb {
    height: 78px;
    max-width: 175px;
    margin: 0 auto;
    background-size: contain;
    background-position: center;
    transition: all 0.5s ease;
    text-align: left;
		background-repeat: no-repeat;
}

.owl-limited {
	text-align:center;
	display:block;
}

.owl-limited:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.owl-limited .sliderLogo {
	margin:auto;
	display:inline-block;
	max-width: 120px;
	vertical-align: top;
}

.owl-carousel .sliderLogoProd .galThumb {
    height: 130px;
    max-width: 130px;
}

.owl-limited .sliderLogo .sliderLogoProd {
	max-width: 80px;
}

.owl-limited.limited1 .sliderLogo {
	width: 100%;
	margin: 0 10px;
}
.owl-limited.limited2 .sliderLogo {
	width: 45%;
	margin: 0 10px;
}
.owl-limited.limited3 .sliderLogo {
	width: 30%;
	margin: 0 10px;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
}

.owl-carousel .owl-nav .owl-prev {
	left: -5px;
	top: 70px;
}

.owl-carousel .owl-nav .owl-prev:before {
	font-family: revicons;
	content: "\e824";
	position: relative;
	left: -1px;
	top: 0px;
	color: white;
}

.owl-carousel .owl-nav .owl-next {
	right: -5px;
	top: 70px;
}

.owl-carousel .owl-nav .owl-next:before {
	font-family: revicons;
	content: "\e825";
	position: relative;
	left: 1px;
	top: 0px;
}

.owl-theme .owl-nav [class*=owl-] {
	border-radius: 0px;
	background-color: rgb(37 205 182);
}

/* ------------------------------------------- */

.homeHeader {
	background-color: #f1f5f9;
}

.homeHeader .container {
	padding: 0px 20px;
	margin-top: 20px;
}

.divBandDarkBlue {
	background-color: #0f172a;
}

.divBandDarkBlue .container {
	padding: 0px 20px;
	margin-top: 20px;
	color: #c4c4c4 !important;
}

.divBandDarkBlue .container h1,
.divBandDarkBlue .container h2,
.divBandDarkBlue .container h3,
.divBandDarkBlue .container h4,
.divBandDarkBlue .container h5 {
	color: #FFFFFF !important;
}

.divBandDarkBlue .container a {
	color: #b4975a !important;
}

.animated.fadeInDown,
.animated.fadeInUp,
.animated.fadeInLeft,
.animated.fadeInRight {
	-webkit-animation-duration: 0.5s !important;
	animation-duration: 0.5s !important;
}

/* ------------------------------------------- */

.h1s {
	font-family:"Open Sans",Arial, sans-serif;
	font-weight: 400 !important;
	font-size: 2.5rem !important;
}

#revolutionSlider h1 {
	font-family:"Open Sans",Arial, sans-serif;
}

.h2s {
	font-family:"Open Sans",Arial, sans-serif;
	font-weight: 400 !important;
	font-size: 2.2rem !important;
}

#revolutionSlider h2 {
	font-family:"Open Sans",Arial, sans-serif;
}

.h3s {
	font-family:"Open Sans",Arial, sans-serif;
	font-weight: 600 !important;
	font-size: 1.9rem !important;
}

.h4s {
	font-family:"Open Sans",Arial, sans-serif;
	font-weight: 600 !important;
	font-size: 1.6rem !important;
}

/* ------------------------------------------- */

.pagbuttons > a,
.pagbuttons > span {
	display:block;
	padding:10px 14px;
	border:1px solid #25cdb6;
	color:#25cdb6;
	background:#ffffff;
	text-decoration:none !important;
	transition:all 0.2s ease;
}

.pagbuttons > a:hover {
	background:#25cdb6;
	color:#ffffff;
	text-decoration:none !important;
}

.pagbuttons.active > span {
	background:#25cdb6;
	color:#ffffff;
	border-color:#25cdb6;
}

.pagbuttons.disabled > span {
	opacity:0.5;
	cursor:not-allowed;
}

.pagination {
	display:flex;
	gap:8px;
	padding-left:0;
	list-style:none;
}

.pagination > li {
	list-style:none;
}

/* ------------------------------------------- */

.recentNewsGrid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.recentNewsGrid .recentNewsBlock {
	flex: 0 0 33.3333% !important;
	max-width: 33.3333% !important;
	width: 33.3333% !important;
	padding: 0 15px;
	margin-bottom: 35px;
	box-sizing: border-box;
	float: none !important;
	display: block !important;
	text-align: left;
}

.recentNewsGrid .hover-box-container {
	width: 100%;
	height: 150px;
}

.recentNewsGrid .hover-box {
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.recentNewsGrid .recentNewsBlock {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}
}