/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 31 2025 | 16:27:48 */
.bggradient-div::before  {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: 200% 200%;
	z-index: -1;
}
.bggradient-div--pastel::before  {
background: #f9dada;
}


.bggradient-div--pastel::before  {
background-image: linear-gradient(45deg, #f9dada, #f9e6da, #f9e6da);
}

.bggradient-div--blue::before  {
	background-image: linear-gradient(45deg, #2f4877, #346b99, #47a8be);
}
.bggradient-div--skyblue::before  {
	background: linear-gradient(to right, #48b1bf, #06beb6);
}
.bggradient-div--green::before  {
background-image: linear-gradient(45deg, rgb(91, 121, 47), rgb(90, 111, 54), rgb(93, 101, 63))
}

.bggradient-div--whitepastel::before  {
background-image: linear-gradient(#fff, #f9e6da,#f9e6da);
}

.gradient-div::before  {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(45deg, #f9dada, #f9e6da, #daf9da);
	background-size: 200% 200%;
	z-index: -1;
	border-radius: 20px;
	box-shadow: rgba(0,0,0,0.25) 0px 8px 12px 0px;
}
.gradient-div--pastel::before  {
background: #f9dada;
}


@media (min-width: 768px) {
.gradient-div--pastel::before  {
background-image: linear-gradient(45deg, #f9dada, #f9e6da, #daf9da);
}
}

.gradient-div--blue::before  {
	background-image: linear-gradient(45deg, #2f4877, #346b99, #47a8be);
}
.gradient-div--skyblue::before  {
	background: linear-gradient(to right, #48b1bf, #06beb6);
}
.gradient-div--green::before  {
background-image: linear-gradient(45deg, rgb(91, 121, 47), rgb(90, 111, 54), rgb(93, 101, 63))
}



.bgbox-div::before  {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: rgba(255, 214, 218,0.75);
	background-size: 200% 200%;
	z-index: -1;
	border-radius: 20px;
	box-shadow: rgba(0,0,0,0.25) 0px 8px 12px 0px;
}
