<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

@media (max-width: 575px) {
	.featured-boxes-modern-style-1 .featured-box .box-content {
		padding: 2rem 1.5rem;
	}
}

.featured-boxes-modern-style-2 .featured-box {
	position: relative;
	background: #6c6ef1;
	background: linear-gradient(135deg, #3986c5 0%, #394f65 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3986c5', endColorstr='#394f65', GradientType=1 );
	border-radius: 0;
	margin: 0 !important;
	overflow: hidden;
}

.featured-boxes-modern-style-2 .featured-box:before {
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	background: #FFF;
}

.featured-boxes-modern-style-2 .featured-box .box-content {
	padding: 64px;
	padding: 4rem;
	border: none;
}

.featured-boxes-modern-style-2 .featured-box .box-content .icon-featured {
	color: #000;
	background: transparent;
	width: auto;
	height: auto;
	line-height: 1.4;
	font-size: 46.4px;
	font-size: 2.9rem;
	margin: 0 0 16px;
	margin: 0 0 1rem;
}

.featured-boxes-modern-style-2 .featured-box .box-content h2 {
	color: #212529;
	font-weight: 700;
	font-size: 19.2px;
	font-size: 1.2rem;
	line-height: 1.3;
	margin-bottom: 11.2px;
	margin-bottom: 0.7rem;
}

.featured-boxes-modern-style-2 .featured-box .box-content p {
	color: #999;
	margin-bottom: 25.6px;
	margin-bottom: 1.6rem;
}

@media (max-width: 575px) {
	.featured-boxes-modern-style-2 .featured-box .box-content {
		padding: 2rem 1.5rem;
	}
}

.featured-boxes-modern-style-2-hover-only .featured-box:before {
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	-webkit-transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 200ms;
	transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 200ms;
}

.featured-boxes-modern-style-2-hover-only:not(:hover) .featured-box {
	background: rgba(0, 0, 0, 0.06) !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

.featured-boxes-modern-style-2-hover-only:not(:hover) .featured-box-no-borders {
	background: none !important;
}

.featured-boxes-modern-style-2-hover-only:not(:hover) .featured-box-box-shadow {
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}

.featured-boxes-modern-style-2-hover-only:hover .featured-box:before {
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
}
/* Elements Sahadow Icon */
.elements-list-shadow-icon {
	font-size: 64px;
	font-size: 9rem;
	position: absolute;
	top: -18px;
	opacity: 0.15;
	right: -18px;
}
.iconmoon-list-shadow-icon {
	font-size: 64px;
	font-size: 9rem;
	position: absolute;
	top: -30px;
	opacity: 0.08;
	right: -15px;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../vendor/font-awesome/fonts/icomoonffa1.eot?25dod1');
  src:  url('../vendor/font-awesome/fonts/icomoonffa1.eot?25dod1#iefix') format('embedded-opentype'),
    url('../vendor/font-awesome/fonts/icomoonffa1.ttf?25dod1') format('truetype'),
    url('../vendor/font-awesome/fonts/icomoonffa1.woff?25dod1') format('woff'),
    url('../vendor/font-awesome/fonts/icomoonffa1.svg?25dod1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon_ambest {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #000000;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconmoon_font_normal {
		font-size: 64px;
	font-size: 5rem;
}
.iconmoon_font_large {
		font-size: 68px;
	font-size: 9rem;
}
.icon-ambestq:before {
  content: "\e900";
}
.icon-ambestA:before {
  content: "\e901";
}

@media (min-width: 992px) {
	html.sticky-header-active .header-logo img {
		width: 140px;
		height: auto;
		top: 16px !important;
	}
}
.custom-section-halfbar-bg-r {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50vw;
	height: 40%;
	border-radius: 0px 10px 10px 0px;
	background: #0f273b;
	opacity: 0.3;
	-webkit-transform: translate3d(0, -50%, 0);
					transform: translate3d(0, -50%, 0);
}

.custom-section-halfbar-bg {
	position: absolute;
	top: 50%;
	left: 0;
	width: 50vw;
	height: 40%;
	border-radius: 0px 10px 10px 0px;
	background: #0f273b;
	opacity: 0.3;
	-webkit-transform: translate3d(0, -50%, 0);
					transform: translate3d(0, -50%, 0);
}

@media (max-width: 991px) {
	.custom-section-halfbar-bg {
		height: 20%;
	}
}
@media (max-width: 1700px) {
.featured-box .box-content {
	
	padding: 0px;
}
}</pre></body></html>