/* Custom Colors */

:root {
	
	/* Primary color */
	
	--color-primary-background: #05369b;
	--color-primary-background-gradient-top: #05369b;
	--color-primary-background-gradient-bottom: #05369b;
	--color-primary-background-border: #092e7a;
	--color-primary-background-shadow: #000;	
	--color-primary-foreground: #fff;
	--color-primary-foreground-shadow: #000;
	
	/* Primary color - Active (used for hover/active states) */
	
	--color-primary-active-background: #05369b;
	--color-primary-active-background-gradient-top: #05369b;
	--color-primary-active-background-gradient-bottom: #05369b;	
	--color-primary-active-background-border: #092e7a;
	--color-primary-active-background-shadow: #dc8840;	
	--color-primary-active-foreground: #fff;
	--color-primary-active-foreground-shadow: #000;
	
	/* Secondary color */
	
	--color-secondary-background: #09afd9;
	--color-secondary-background-gradient-top: #09afd9;
	--color-secondary-background-gradient-bottom: #09afd9;
	--color-secondary-background-border: #09a0c6;	
	--color-secondary-background-shadow: #3f3e3e;
	--color-secondary-foreground: #fff;
	--color-secondary-foreground-shadow: #000;
	
	/* Secondary color - Active (used for hover/active states) */
	
	--color-secondary-active-background: #09afd9;
	--color-secondary-active-background-gradient-top: #09afd9;
	--color-secondary-active-background-gradient-bottom: #09afd9;	
	--color-secondary-active-background-border: #09a0c6;
	--color-secondary-active-background-shadow: #3f3e3e;	
	--color-secondary-active-foreground: #fff;
	--color-secondary-active-foreground-shadow: #000;
	
}

/* Slider */

.slideshow {
    visibility: visible;
}

.bx-wrapper .bx-loading {
    display: none;
}

.banner .banner-heading,
.banner .list ul li i {
    color: #fff;
}

/*Subbanner*/

.subbanner .subbanner-heading {
    color: #fff;
}

/*Footer*/

.template-prosper .footermain .footermain-heading {
    color: #fff;
}