body {
	min-width: 100%;
	width: 100vw; }

.custom-secondary-font {
	font-family: "Poppins", sans-serif; }

/* Header */
@media (min-width: 992px) {
	#header .header-nav-main nav > ul:not(:hover) > li > a.active {
		color: #FFF !important; }
		#header .header-nav-main nav > ul:not(:hover) > li > a.active:before {
			background: #FFF !important; }
	html.sticky-header-active #header .header-nav-main nav > ul:not(:hover) > li > a.active {
		color: #212529 !important; }
		html.sticky-header-active #header .header-nav-main nav > ul:not(:hover) > li > a.active:before {
			background: #212529 !important; } }

/* Header Social Icons */

/* Animated Circles */
.custom-animated-circles {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 500px;
	height: 500px;
	transform: translate3d(-55%, 25%, 0); }
	.custom-animated-circles .circle {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 50%;
		height: 50%;
		border-radius: 100%;
		border: 1px solid #FFF;
		transform: translate3d(-50%, -50%, 0);
		-webkit-animation-name: customAnimatedCircles;
						animation-name: customAnimatedCircles;
		-webkit-animation-iteration-count: infinite;
						animation-iteration-count: infinite;
		-webkit-animation-fill-mode: both;
						animation-fill-mode: both;
		-webkit-animation-timing-function: linear;
						animation-timing-function: linear;
		-webkit-animation-duration: 2.5s;
						animation-duration: 2.5s;
		-webkit-animation-delay: 500ms;
						animation-delay: 500ms; }
		.custom-animated-circles .circle:nth-child(2) {
			width: 70%;
			height: 70%;
			-webkit-animation-delay: 1000ms;
							animation-delay: 1000ms; }
		.custom-animated-circles .circle:nth-child(3) {
			width: 90%;
			height: 90%;
			-webkit-animation-delay: 1500ms;
							animation-delay: 1500ms; }
		.custom-animated-circles .circle:nth-child(4) {
			width: 110%;
			height: 110%;
			-webkit-animation-delay: 2000ms;
							animation-delay: 2000ms; }

@-webkit-keyframes customAnimatedCircles {
	0% {
		opacity: 0;
		transform: translate3d(-50%, -50%, 0) scale(0.8); }
	50% {
		opacity: 0.5;
		transform: translate3d(-50%, -50%, 0); }
	100% {
		opacity: 0;
		transform: translate3d(-50%, -50%, 0) scale(1.1); } }

@keyframes customAnimatedCircles {
	0% {
		opacity: 0;
		transform: translate3d(-50%, -50%, 0) scale(0.8); }
	50% {
		opacity: 0.5;
		transform: translate3d(-50%, -50%, 0); }
	100% {
		opacity: 0;
		transform: translate3d(-50%, -50%, 0) scale(1.1); } }

/* Custom Screens */
			
			
/* Carousel Ipad */

/* Custom Form Style */
