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

	Custom CSS



	Add all your Custom Styled CSS here for New Styles or

	Overwriting Default Theme Styles for Better Handling Updates

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

:root {
	/*--header-background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%,
			hsla(62, 100%, 50%, 1) 20%,
			hsl(59, 100%, 50%) 35%,
			hsla(62, 100%, 50%, 1) 65%,
			rgba(255, 255, 255, 0.7) 80%);*/
	/*--header-background: radial-gradient(circle, #FFD700 0%, #FFC300 40%, #FFB000 70%, #FFA500 100%);*/
	/*--topbar-background: radial-gradient(circle, #FFD700 0%, #FFC300 40%, #FFB000 70%, #FFA500 100%);*/
	/*--topbar-background: radial-gradient(circle at center,
			hsl(var(--top-bar-bg-hue), 100%, 75%) 0%,
			
			hsla(calc(var(--top-bar-bg-hue) - 8), 100%, 72%, 1) 40%,
			
			hsla(calc(var(--top-bar-bg-hue) - 4), 100%, 78%, 1) 70%,
			
			hsla(calc(var(--top-bar-bg-hue) - 2), 100%, 70%, 1) 100%
			
		);*/
	--topbar-background: none;
	/*--cnvs-topbar-bg: hsl(199, 100%, 52%);*/
	--cnvs-topbar-bg: hsl(0, 0%, 100%);
	--top-bar-bg-hue: 208;



	--cnvs-section-background: radial-gradient(circle at center,
			hsla(228, 100%, 81%, 1) 0%,
			/* Darker gold center */
			hsla(212, 96%, 69%, 1) 40%,
			/* Mid gold */
			hsla(216, 95%, 64%, 1) 70%,
			/* Medium gold */
			hsla(220, 100%, 46%, 1) 100%
			/* Bright gold edge */
		);
	/* glow from inside to outside*/
	/*--header-background: radial-gradient(circle at center, #FFD700 0%, #FFA500 80%, transparent 100%);*/
	/*--header-background: radial-gradient(ellipse at center,
			#FFA500 0%,
	
			#ffaa00 40%,
			
			#FFB000 70%,
			
					#ffb700 100%
				);*/

	color: hsl(215, 48%, 26%);
	--header-background: radial-gradient(circle at center,
			hsl(var(--header-hue), 48%, 26%) 0%,
			/* Dark gold at the top */
			hsl(calc(var(--header-hue) - 4), 48%, 20%) 15%,
			hsl(calc(var(--header-hue) - 8), 48%, 24%) 30%,
			/* Mid gold */
			hsl(calc(var(--header-hue) - 8), 48%, 24%) 70%,
			hsl(calc(var(--header-hue) - 4), 48%, 20%) 85%,
			/* Medium-bright gold */
			hsl(var(--header-hue), 48%, 18%) 100%
			/* Bright gold at the bottom */
		);
	--header-hue: 215;
	--header-shadow: 0 0 30px 10px hsla(240, 96%, 79%, 0.5), 0 0 60px 30px hsla(239, 92%, 65%, 0.3);
	--cnvs-body-bg: hsl(212, 100%, 94%);
	/*--cnvs-themecolor-rgb: 241, 49, 49;*/
	--cnvs-themecolor: #61d0ff;
	/*#F13131;*/
	--cnvs-themecolor-rgb: 0, 0, 0;
	/*--cnvs-themecolor2-rgb: 97, 208, 255;*/
	--cnvs-themecolor2-rgb: 0, 51, 171;
	--cnvs-body-font: 'Playfair Display', serif;
	--cnvs-header-bg: rgb(9, 178, 255);
	--bs-body-font-weight:500;
}

body,
p {
	word-spacing: 8px !important;
}

.bg-color {
	background-color: rgba(var(--cnvs-themecolor2-rgb), var(--bs-bg-opacity, 1)) !important;
}

.bg-color-2 {
	background-color: unset;
	background: var(--cnvs-section-background) !important;
}

.metallic-gold-text,
.metallic-gold-text span:not(.text-white) {
	/*background: linear-gradient(90deg, #B8860B, #FFD700, #C28818);*/
	background: linear-gradient(90deg, hsl(43, 89%, 38%), hsl(46, 90%, 51%), hsl(40, 78%, 43%));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500 !important;
	font-size: 2.5rem;
	--cnvs-heading-block-font-color: unset;
	font-family: var(--cnvs-primary-font) !important;
}

.metallic-gold-text span.text-white {
	background: transparent;
	-webkit-background-clip: unset;
	background-clip: unset;
	-webkit-text-fill-color: #FFFFFF;
	color: white;
}


.dark-blue-text,
.dark-blue-text span:not(.text-white) {
	/*background: linear-gradient(90deg, #B8860B, #FFD700, #C28818);*/
	background: linear-gradient(90deg, hsl(243, 89%, 38%), hsl(246, 90%, 51%), hsl(240, 78%, 43%));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500 !important;
	font-size: 2.5rem;
	--cnvs-heading-block-font-color: unset;
	font-family: var(--cnvs-primary-font) !important;
}

.dark-blue-text span.text-white {
	background: transparent;
	-webkit-background-clip: unset;
	background-clip: unset;
	-webkit-text-fill-color: #FFFFFF;
	color: white;
}




:not(.main-banner)~#header #header-wrap {
	/*background-color: hsl(36, 77%, 75%);*/
	/*background-image: var(--header-background);*/
}

:not(.main-banner)~#header.sticky-header #header-wrap {
	--cnvs-header-sticky-bg: rgb(255, 255, 255);
	/*box-shadow: 0 4px 8px 0 hsl(62, 100%, 50%);*/
	/*box-shadow: var(--header-shadow);*/
}

#header {
	--cnvs-primary-menu-color: #383838;
	--cnvs-primary-menu-hover-color: #FF0000;
}

#header.sticky-header #header-wrap {
	--cnvs-primary-menu-color: #383838;
	/*background-color: hsl(36, 77%, 75%);*/
	/*background-image: var(--header-background) !important;*/
	/*box-shadow: 0 4px 8px 0 hsla(42, 80%, 57%, 0.6);*/
	/*box-shadow: var(--header-shadow);*/
}

#top-bar {
	background-image: var(--topbar-background) !important;
	/* background-image:linear-gradient(to right,
hsl(var(--top-bar-bg-hue), 80%, 75%),hsl(var(--top-bar-bg-hue), 75%, 80%),hsl(var(--top-bar-bg-hue), 85%, 70%),hsl(var(--top-bar-bg-hue), 75%, 80%),hsl(var(--top-bar-bg-hue), 80%, 75%)); */
}


#top-bar .top-links {
	border-bottom: none;
}

#top-bar .top-links .top-links-item>a {
	color: hsl(209, 95%, 41%);
	font-family: "Poppins", sans-serif;
}


.is-expanded-menu .full-header #logo {

	border-right: none;
}

.is-expanded-menu .full-header .primary-menu .menu-container {
	border-right: none;
}

.is-expanded-menu #header.full-header.transparent-header #header-wrap {
	border-bottom: none;
}

:not(.main-banner)~#header.sticky-header #header-wrap {
	--cnvs-header-sticky-bg: rgb(255, 255, 255);
}

#header:not(.sticky-header)~.page-title {
	margin-top: -101px;
	min-height: 350px;
}

#header:not(.sticky-header)~.page-title .container:before {
	content: "";
	display: block;
	min-height: 45px;
}



@media(max-width:991px) {
	.top-links-item {
		border-left: none;
	}

	.is-expanded-menu .full-header #logo {

		border-right: none;
	}




}

.main-banner .heading-block .caption {
	color: #ECECEC;
	font-size: 2.1rem;
	text-align: center;
}

.main-banner .heading-block h2 {
	text-align: center;
	min-height: 8em;
	display: flex;
	justify-content: center;
}

.main-banner .heading-block h2 span.text-rotater,
.main-banner .heading-block h2 span.t-rotate {
	margin-left: auto;
	margin-right: auto;
}

.main-banner .row .col-4:nth-of-type(2) {
	text-align: center;
	margin-top: 120px;
}

.main-banner .row .col-4:nth-of-type(2) img {
	width: 70%;
}

.main-banner {
	min-height: 100vh !important;
	padding-left: 10px;
	padding-right: 10px;
}

#values.section ul.fa-ul li {
	margin-bottom: 1.4rem;
	font-style: italic;
}

#values.section ul.fa-ul li i {
	color: #1e33d2;
}



#board-of-directors img {
	box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.5);
	width: 100%;
}


.mfp-title {
	bottom: -60px;
	backdrop-filter: unset;
	background: transparent;
	-webkit-backdrop-filter: unset;
	width: 100%;
}

.mfp-bottom-bar {
	top: auto;
	bottom: -60px;
	margin-top: unset;
}


.projects .feature-box {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}

.projects .feature-box .fbox-media img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.projects .feature-box .fbox-content {
	min-height: 16rem;
}




.sticky-sidebar .widget a:not(.btn-dark) {
	color: #010b54;
}


#footer {
	font-family: "Poppins", sans-serif;
}

@media (max-width:1101px) AND (min-width:991px) {
	.is-expanded-menu .full-header #logo {

		border-right: none
	}

	.is-expanded-menu .full-header .primary-menu .menu-container {

		border-right: none;
	}

	.is-expanded-menu .full-header .header-misc {
		margin-left: auto;
		margin-right: auto;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.main-banner .row .col-4:nth-of-type(2) {
		margin-top: 170px;
	}

}

@media (min-width:992px) AND (max-width:1028px) {
	#header:not(.sticky-header)~.page-title .container:before {
		min-height: 100px;
	}

}
@media (min-width:992px){
	.slider-element {
		background: linear-gradient(to right, rgba(255, 255, 255, 1) 40%, rgba(224, 239, 255, 0.7));/*, url('images/1.png') no-repeat 90% 100% / auto 100%;*/
	}
}
@media (max-width:991px) {
	#header {
		/*background-color: hsl(36, 77%, 75%);*/
		/*background-image: var(--header-background);*/
		/*box-shadow: 0 4px 8px 0 hsla(42, 80%, 57%, 0.6);*/
		/*box-shadow: var(--header-shadow);*/
		--cnvs-primary-menu-color: #4a4a4a;
	}


	.slider-element {
		background: linear-gradient(to right, rgba(255, 255, 255, 1) 40%, rgba(224, 239, 255, 0.7));/*, url('images/1.png') no-repeat 90% 100% / auto 100%;*/
	}


	:root {
		--cnvs-topbar-bg: hsl(199, 100%, 52%);
		--cnvs-header-bg: rgb(255, 255, 255);
	}

	#top-bar .top-links .top-links-item>a {
		color: #FFFFFF;

	}

	#board-of-directors img {
		width: 80%;
	}
}

@media (min-width:768px) AND (max-width:991px) {


	#board-of-directors img {
		width: 70%;
	}

	.projects .feature-box .fbox-content {
		min-height: 16rem;
	}
}


@media (min-width:481px) AND (max-width:767px) {
	.main-banner {
		min-height: 60vh !important;
	}

	.main-banner .heading-block .caption {
		font-size: 1.5rem;
	}

	.main-banner .heading-block h2 {
		font-size: 0.7rem;
		min-height: 22em;
	}



	.metallic-gold-text span.text-white {
		font-size: 1.2rem;
	}

	.main-banner .row .col-4:nth-of-type(2) {

		margin-top: 15px;
	}

	.main-banner .row .col-4:nth-of-type(2) img {
		width: 90%;
	}



}

@media (max-width:480px) {
	.main-banner .row .col-4:nth-of-type(2) {

		margin-top: 15px;
	}

	.main-banner {
		min-height: 30vh !important;
	}

	.main-banner .heading-block .caption {
		font-size: 1.1rem;
	}

	.main-banner .heading-block h2 {
		font-size: 0.7rem;
		min-height: 14em;
	}

	.metallic-gold-text,
	.metallic-gold-text span:not(.text-white) {
		font-size: 1.5rem;
	}

	.metallic-gold-text span.text-white {
		font-size: 0.9rem;
	}

}

@media(max-width:867px) {
	:not(.main-banner)~#header #header-wrap {
		/*background-color: hsl(0, 0%, 100%);*/
		/*background-image: var(--header-background);*/
		/*box-shadow: 0 4px 8px 0 hsla(60, 7%, 97%, 0.6);*/
	}


}


@media(max-width:443px) {
	.header-misc {
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 8px;
	}
}