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

Stylesheet: Main Stylesheet

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


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

STYLE SET 1: GLOBAL & GENERAL

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

html {
	background: #333333;
}
body {
	font-family: "IBM Plex Sans", sans-serif;
	color: #666;
	background: #f5f5f5;
}
main {
	margin: 0;
	padding: 0;
}
@media (max-width: 64em) {
	.grid-container {
		max-width: 432px;
	}
}
.sticky.is-anchored,
.sticky.is-stuck {
	z-index: 999;
}

/***- ADMIN BAR STICKY FIX -***/
@media screen and (min-width: 655px) and (max-width: 782px) {
	.admin-bar header.header .sticky.is-stuck {
		margin-top: 42px!important;
	}
}
@media screen and (min-width: 783px) {
	.admin-bar header.header .sticky.is-stuck {
		margin-top: 32px!important;
	}
}

/* fix image under footer bug */
body > img {
	display: none!important;
}

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

STYLE SET 2: NAVIGATION MENUS

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


/* -------------------------
MAIN NAV - DESKTOP
------------------------- */

header.header .sticky.is-stuck,
header.header .sticky.is-anchored {
	z-index: 999;
}

.nav-bar {
	background: #17194a;
	-webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .08);
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .08);
	padding: 1.5rem;
}

.nav-bar .logo img {
	height: 50px;
	margin: 5px 0;
}

.nav-bar .menu li a {
	font-weight: 600;
	color: #fff;
	opacity: .8;
}
.nav-bar .menu li a:hover {
	color: #fff;
	opacity: 1;
}
.nav-bar .menu .active a {
	color: #fff;
	background: none;
	opacity: 1;
}

/*  nav-menu-with-cta.php */
.nav-bar .button {
	margin: 0 0 0 1rem;
}
@media screen and (max-width: 380px) {
	.nav-bar .button {
		display: none;
	}
}


/* dropdown animation */
.js-dropdown-active {
	animation-fill-mode: both;
	animation-name: dropdown-fade-in;
	animation-duration: .3s;
	/* position: relative; */
}

@keyframes dropdown-fade-in {
	from {opacity: 0;top:90%;}
	to {opacity: 1;top: 100%;}
}

/* Dropdown */
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
	padding-right: 1rem;
}
.dropdown.menu>li.menu-item.is-dropdown-submenu-parent>a:after,
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after {
	border:inset 4px;
	border-color:#333 transparent transparent;
	transition:.2s ease-in-out all;
	border-radius:3px;
	margin-top:-2px
}

/* -------------------------
MAIN NAV - MOBILE
------------------------- */

#trigger-overlay {
	margin: 0;
	display: inline-block;
}
.menu-icon:after {
	background: #fff;
	-webkit-box-shadow: 0 7px 0 #fff,0 14px 0 #fff;
	box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}
.sticky.is-stuck .menu-icon:after {
	background: #fff;
	box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}
.sticky.is-stuck .menu-icon:hover:after {
	background:#fff;
	box-shadow:0 7px 0 #fff, 0 14px 0 #fff;
}

/* Overlay style */
.mobile-nav {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	z-index: 1200;
}

/* Overlay closing cross */
.mobile-nav .overlay-close {
	width: 30px;
	height: 30px;
	font-size: 30px;
	position: absolute;
	cursor: pointer;
	top: 30px;
	right: 39px;
	overflow: hidden;
	border: none;
	outline: none;
	z-index: 100;
	transition: color ease .4s;
	border: 2px solid #F3F4F9;
	border-radius: 50%;
}
.mobile-nav .overlay-close .close-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mobile-nav .overlay-close .close-button polygon {
	fill: #ffffff;
}
.admin-bar .mobile-nav .overlay-close {
	top: 90px;
}

.mobile-nav .overlay-close:focus,
.mobile-nav .overlay-close:hover {
	color: #fff;
	border-color: #fff;
}
.mobile-nav ul {
	text-align: center;
	position: relative;
	font-size: 1em;
	z-index: 2;
}

.mobile-nav li a {
	color: rgba(255, 255, 255, .7);
	line-height: 2em;
	display: inline-block;
	padding: .7rem 2rem;
}
.mobile-nav .menu .active > a {
	background: transparent;
	color: #fff;
}

.mobile-nav .submenu li a {
	font-size: .9em;
}

.mobile-nav .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:after {
	border-color: #fff transparent transparent;
	border-width: 6px;
	transition: .3s ease all;
	position: static;
	display: inline-block;
	margin-left: 1rem;
	font-size: .5rem;
	color: #fff;
	vertical-align: middle;
	position: absolute;
	left: auto;
	right: .8rem;
	top: 50%;
	margin-top: 0;
}
.mobile-nav .accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
	margin-top: -6px;
}
.mobile-nav li a:hover {
	color: #ffffff;
}
.mobile-nav .menu .current_page_item > a {
	color: #ffffff;
}
.mobile-nav ul.submenu {
	z-index: 9;
	background: #333333;
}
.responsive-nav {
	overflow: auto;
	background: none;
}
.mobile-nav .responsive-nav > .menu {
	flex-direction: column;
}

/* .mobile-nav .responsive-nav > .menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
}

.mobile-nav ul.accordion-menu > li {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
min-height: 0;
min-width: 0;
width: 100%;
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 1 0px;
-ms-flex: 1 1 0px;
flex: 1 1 0px;

} */

.mobile-nav ul.accordion-menu li {
	display: block;
	min-height: 60px;
}

.mobile-nav nav {
	text-align: center;
	position: relative;
	height: 100%;
	padding: 15% 0;
	font-size:1.5em;
}

/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

/* .overlay-hugeinc nav {
-webkit-perspective: 1200px;
perspective: 1200px;
}

.overlay-hugeinc nav ul {
opacity: 0.4;
-webkit-transform: translateY(-25%) rotateX(35deg);
transform: translateY(-25%) rotateX(35deg);
-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
opacity: 1;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
-webkit-transform: translateY(25%) rotateX(-35deg);
transform: translateY(25%) rotateX(-35deg);
} */

@media screen and (max-height: 30.5em) {
	.mobile-nav ul li {
		min-height: 34px;
	}
}
.mobile-nav .menu.medium-horizontal > li {
	display:block;
}

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

STYLE SET 3: CONTENT TYPES

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

/* -------------------------
CONTENT - HERO 
------------------------- */
#hero {
	height: calc(100vh - 108px);
	background: #e7d3ff;
}
#hero .container,
#hero .grid-y {
	height: 100%;
}

/* -------------------------
CONTENT - PAGE HEADERS 
------------------------- */

.page-header {
	background: linear-gradient(90deg, #1f2a63, #384ba5);
	padding: 4rem 0;
}
.page-header h1 {
	color: #fff;
}
@media (max-width: 64em) {
	.page-header h1 {
		text-align: center;
	}
}

/* -------------------------
CONTENT - SECTIONS 
------------------------- */

/*main > section {
margin: 6rem 0;
}*/



/* -------------------------
CONTENT - Lists
------------------------- */


/* ul {
list-style: none;
margin: 0;
}
ul li {
position: relative;
padding-left: 1rem;
}
ul li:before {
content: '';
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
height: 6px;
width: 6px;
border-radius: 50%;
background-color: #111;
} */


/* -------------------------
CONTENT - ACCORDION
------------------------- */
.accordion {
	background: none;
}
.accordion > li {
	padding: 0;
	border-bottom: 3px #eee solid;
}
.accordion > li:before {
	display: none;
}
.accordion > li .accordion-title {
	border: 0;
	background: none;
	color: #000;
	font-size: 1.3rem;
}
.accordion > li:last-child .accordion-title {
	border: none;
}
/* .accordion > li .accordion-title:before {
content: '+';
} */

.accordion > li .accordion-content {
	border: 0;
	background: none;
}
.accordion > li .accordion-content:last-child {
	border: none;
}


.accordion > li.is-active .accordion-content {
	border: none;
}


/* -------------------------
CONTENT - TABS
------------------------- */

.tabs {
	border: 0;
	background: none;
}
.tabs-title {
	float: none;
	display: inline-block;
	padding-left: 0;
}
.tabs-title:before {
	display: none;
}
.tabs-title > a {
	background: #eee;
}
.tabs-title > a:hover {
	background: #ddd;
}
.tabs-content {
	border: none;
	background: none;
}
.tabs-content p:last-child {
	margin: 0;
}

/* -------------------------
CONTENT - COMMENTS
------------------------- */

#comments {
	margin-top: 6rem;
}

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

STYLE SET 4: TITLES

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

h1, h2, h3, h4, h5 {
	font-family: "Source Serif 4", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	color: #292929;
	font-style: normal;
	margin-bottom: 0px;
	line-height: 1;
}
.alt h1, .alt h2, .alt h3, .alt h4, .alt h5,
h1.alt, h2.alt, h3.alt, h4.alt, h5.alt {
	color: #fff;
}
h2.section-title {
	margin-bottom: 20px;
}
@media screen and (min-width: 40em) {
	h1 {
		font-size: 2.5rem;
	}
	h2 {
		letter-spacing: -.6px;
        font-size: 2.25rem;
        font-weight: 700;
        line-height: 44px;
	}
	h3 {
		letter-spacing: -.2px;
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 32px;
		margin-bottom: 1rem;
	}
	h4 {
		font-size: 1.4rem;
	}
	h5 {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 39.9375em) {
	h1 {
		font-size: 2.2rem;
	}
	h2 {
		letter-spacing: -.2px;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 32px;
	}
	h3 {
		font-size: 1.3rem;
	}
	h4 {
		font-size: 1.2rem;
	}
	h5 {
		font-size: 1.1rem;
	}
}

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

STYLE SET 5: BUTTONS

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

/* -------------------------
LINKS - DEFAULT
------------------------- */

a {
	transition: .2s ease-in-out all;
	color: #0078d6;
}
a:focus, a:active, a:hover {
	color: #0060ab;
}
/* -- ios fix -- */
a[href^=tel] {
	text-decoration:inherit;
	color: inherit;
}

/* -------------------------
BUTTONS
------------------------- */

a.button,
button.button,
input.button {
	font-weight: 300;
	padding: .8em 1.5em;
	margin: 0;
	background: #0078d6;
	border-radius: 3px;
	border: 0;
	color: #fff;
	font-family: "IBM Plex Sans", sans-serif;
}
a.button:hover,
button.button:hover,
input.button:hover,
a.button:focus,
button.button:focus,
input.button:focus {
	background: #0060ab;
	border: 0;
	outline: none;
}

/* CTA */
a.button.cta,
button.button.cta,
input.button.cta {
	background: #fff;
	padding: 1em 2em;
	color: #1E3366;
	border: 1px solid #1E3366;
}
a.button.cta:hover,
button.button.cta:hover,
input.button.cta:hover,
a.button.cta:focus,
button.button.cta:focus,
input.button.cta:focus {
	background: #0D1D3A;
	color: #fff;
}
a.button.hero {
	padding: 1em 2em;
	border-radius: 3px;
	font-size: 1.05rem;
	background-color: #0078d6;
	transition: all .3s ease-in-out;
}
a.button.hero:hover {
	background-color: #0060ab;
}

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

STYLE SET 6: PAGE STYLING

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

/* -------------------------
PAGE - HOME
------------------------- */

.services-section {
	background: #f9f9f9;
	padding: 5rem 0;
}
@media (max-width: 40em) {
	.services-section {
		padding: 2rem 0;
	}
}
.services-section h2 {
	margin-bottom: 1rem;
}
.service-feature-box {
	background: #fff;
	border-radius: 3px;
	padding: 2rem;
	box-shadow: 0 10px 25px rgba(0,0,0,0.05);
	text-align: left;
}
.service-feature-box img {
	width: 100%;
	height: auto;
	border-radius: 3px;
	margin-bottom: 1rem;
}
.service-feature-box h3 {
	margin-bottom: 1rem;
}
.service-list {
	list-style: disc inside;
	color: #333;
	line-height: 1.6;
}
.service-button-wrapper {
	display: flex;
	justify-content: flex-end;
}
.round-arrow-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #0060ab;
	color: #0060ab;
	border-radius: 50%;
	width: 56px;
	height: 56px;
	font-size: 1rem;
	text-decoration: none;
	transition: background 0.3s ease;
}
.round-arrow-button:hover {
	background: #0078d6;
	color: #fff;
}
.service-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	border-radius: 3px;
	padding: 1rem 1.5rem;
	font-size: 1rem;
	font-weight: 600;
	color: #111;
	height: 100%;
	box-shadow: 0 5px 15px rgba(0,0,0,0.04);
	transition: color 0.2s ease;
}
a.service-button:hover {
	color: #0078d6;
}
.service-button span {
	font-size: 1.5rem;
	margin-left: 1rem;
}
.benefits-section {
	padding: 5rem 0;
	position: relative;
}
@media (max-width: 40em) {
	.benefits-section {
		padding: 2rem 0;
	}
}
.benefits-fixed {
	position: sticky;
	top: 200px;
}
.benefits-fixed h2 {
	margin-bottom: 1rem;
}
.benefits-fixed a.button.benefits-button {
	border-radius: 3px;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	padding: 16px 28px;
}
@media (max-width: 64em) {
	.benefits-fixed a.button.benefits-button {
		width: 100%;
	}
}
.benefits-scroll-wrapper {
	padding-left: 1rem;
}
@media (max-width: 64em) {
	.benefits-scroll-wrapper {
		padding-left: 0;
	}
}
.benefit-box {
	background: #fff;
	border-radius: 3px;
	padding: 8px;
	margin-bottom: 2rem;
	box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.benefit-box:last-of-type {
	margin-bottom: 0;
}
.benefit-box img {
	width: 100%;
	border-radius: 3px;
	margin-bottom: 1rem;
}
.benefit-box .benefit-content {
	padding: 1rem;
}
.benefit-box h3 {
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}
.benefit-box p {
	color: #666;
	font-size: 1rem;
	line-height: 1.6;
}
.testimonials-section {
	padding: 5rem 0;
	background: #f9f9f9;
	position: relative;
}
@media (max-width: 40em) {
	.testimonials-section {
		padding: 2rem 0;
	}
}
.title-nav {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
	margin-bottom: 4rem;
}
.swiper-nav {
	display: flex;
	gap: 1rem;
}
.swiper-button-prev,
.swiper-button-next {
	all: unset;
	width: 56px;
	height: 56px;
	background: #eee;
	border-radius: 50%;
	color: #333;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 18px;
}
/*.title-nav h2.section-title {
	letter-spacing: -.8px;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	margin-bottom: 0;
}*/
.testimonials-swiper .swiper-wrapper {
	display: flex;
}
.testimonials-swiper .swiper-slide {
	flex-shrink: 0;
	height: auto;
	width: auto;
	box-sizing: border-box;
}
.testimonial-card {
	background: #fff;
	border-radius: 3px;
	padding: 2rem;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.rat-serv {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
}
.stars {
	color: #ff5a1f;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.testimonial-tag {
	background: #eee;
	font-size: 0.75rem;
	padding: 0.25rem 0.75rem;
	border-radius: 1rem;
	display: inline-block;
	margin-bottom: 1rem;
}
.testimonial-text {
	font-size: 1rem;
	color: #333;
	margin-bottom: 1.5rem;
	line-height: 1.6;
}
.testimonial-author {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}
.testimonial-author img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.certifications {
	padding: 5rem 1rem;
}
.certificate-card {
	background: linear-gradient(180deg, #f2f2f2, #ededed);
	transition: all 0.3s ease-in-out;
}
.certificate-card:hover {
	background: #fff;
}
.certificate-card .certificate-img {
	width: 124px;
	height: 124px;
}

/* -------------------------
PAGE - ABOUT
------------------------- */

/*.about-img {
	padding: 4rem 0;
}*/
.acronim {
	padding: 4rem 0;
}
.acronim .card {
	background-color: #e9ecef;
	border: 4px solid #fefefe;
	box-shadow: 0 0 0 1px rgba(10, 10, 10, .2);
}
@media (max-width: 64em) {
	.acronim {
		padding: 2rem 0;
	}
}
.mis-viz {
	padding-bottom: 5rem;
}
@media (max-width: 64em) {
	.mis-viz {
		padding-bottom: 3rem;
	}
}
.mis-viz .grid-x .cell {
	border-top: 1px solid #ebebeb;
}
.mis-viz h2 {
	font-size: 18px;
	margin-top: 2rem;
}
.mis-viz h3 {
	margin-bottom: 1rem;
}
.mis-viz p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.val {
	padding-bottom: 5rem;
}
@media (max-width: 64em) {
	.val {
		padding-bottom: 3rem;
	}
}
/*.val h2 {
	letter-spacing: -.8px;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;	
}
@media (max-width: 64em) {
	.val h2 {
		letter-spacing: -.2px;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
	}
}*/
.val p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.val .grid-x .medium-4 {
	padding-right: 80px;
}
.val-card {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	padding: 2rem;
	text-align: left;
	transition: transform 0.3s ease;
	height: 100%;
}
.val-card img {
	margin-bottom: 2rem;
}
.val-card h3 {
	margin-bottom: 12px;
}
.val-card p {
	font-size: 16px;
	line-height: 24px;
}
.timeline-container {
	background: #1f1f1f;
	padding: 2rem 0;
}
@media (max-width: 64em) {
	.timeline-container {
		padding: 5rem 1rem;
	}
}
.timeline-container h2 {
	color: #fff;
    letter-spacing: -1px;
    font-size: 3.75rem;
    line-height: 64px;
    margin-bottom: 2rem;
}
@media (max-width: 64em) {
	.timeline-container h2 {
		letter-spacing: -.2px;
        font-size: 24px;
        line-height: 32px;
	}
}
.timeline-horizontal {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 18rem 0;
}
.timeline-horizontal:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(#fff0, #fff3 25%, #fff3 75%, #fff0 100%);
  transform: translateY(-50%);
  z-index: 0;
}
.timeline-item {
  position: relative;
  width: 180px;
  text-align: center;
}
.timeline-dot {
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.timeline-content {
  color: #fff;
  font-size: 12px;
  width: 180px;
}
.timeline-content p {
	margin-bottom: 10px;
}
.timeline-content.top {
  position: absolute;
  bottom: 100%;
  margin-bottom: 1rem;
}
.timeline-content.bottom {
  position: absolute;
  top: 100%;
  margin-top: 1rem;
}
.timeline-content.bottom .year {
	margin-bottom: 10px;
}
.timeline-content .year {
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 0.5rem;
}
.timeline-vertical {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
    position: relative;
    padding-left: 2rem;
}
.timeline-vertical:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(#fff0 0%, #fff3 5%, #fff3 90%, #fff0 100%);
    z-index: 1;
}
.timeline-entry {
  position: relative;
}
.timeline-mobile-dot {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -38px;
  top: 0.4rem;
}

.timeline-mobile-content .year {
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.timeline-mobile-content p {
  margin: 0;
  font-size: 14px;
  color: white;
}

.cta-banner {
	background-color: #292929;
	position: relative;
	overflow: hidden;
	margin: 4rem auto;
	padding: 3rem;
}
.cta-banner .cta-content {
	position: relative;
	z-index: 2;
}
@media (max-width: 64em) {
	.cta-banner .cta-content {
		gap: 24px;
	}
}
.cta-banner .cta-bg {
	right: 38%;
	top: -108px;
	position: absolute;
	z-index: 1;
}
@media (max-width: 64em) {
	.cta-banner .cta-bg {
		right: 0;
		top: -90px;
	}
}
.cta-banner .cta-content h2 {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 700;
	margin: 0;
}
@media (max-width: 64em) {
	.cta-banner .cta-content h2 {
		font-size: 24px;
		line-height: 32px;
		text-align: center;
	}
}
.button.orange-button {
	background-color: orange;
	color: #fff;
	padding: 0.85rem 1.5rem;
	border-radius: 3px;
	font-weight: 600;
	transition: background 0.3s ease;
}
@media (max-width: 64em) {
	.button.orange-button {
		width: 100%;
	}
}
.button.orange-button:hover {
	background-color: #0060ab;
}
.career-banner {
	border-radius: 1.5rem;
	overflow: hidden;
	padding: 4rem 0;
	margin: 3rem auto;
	position: relative;
	max-width: 1312px;
}
@media (max-width: 64em) {
	.career-banner {
		max-width: 400px;
	}
}
.career-bg {
	width: 100%;
	height: auto;
	object-fit: cover;
	position: absolute;
	inset: 0;
	z-index: 1;
}
@media (max-width: 54em) {
	.career-bg {
		height: 100%;
		object-position: left;
	}
}
.career-overlay {
	position: relative;
	z-index: 2;
	background: linear-gradient(0deg, #ffffff1a, #ffffff1a), #0003;
	backdrop-filter: blur(24px);
	border: 1px solid #ffffff1a;
	border-radius: 1rem;
	padding: 2rem 3rem;
	width: 1024px;
	margin: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
@media (max-width: 64em) {
	.career-overlay {
		width: calc(100% - 36px);
	}
	.career-overlay .grid-x {
		flex-direction: column;
		gap: 32px;
	}
}
.career-overlay h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}
.career-overlay p {
	color: #ddd;
	font-size: 1rem;
	margin: 0;
}
.button.hiring-button {
	background-color: #ff5a1f;
	color: #fff;
	padding: 0.85rem 1.5rem;
	border-radius: 3px;
	font-weight: 600;
	transition: background 0.3s ease;
	display: inline-flex;
	align-items: center;
	font-size: 1rem;
}
@media (max-width: 64em) {
	.button.hiring-button {
		width: 100%;
	}
}
.button.hiring-button span {
	margin-left: 0.5rem;
	font-size: 1.25rem;
	line-height: 1;
	margin-bottom: 3.5px;
}

.button.hiring-button:hover {
	background-color: #0060ab;
}

/* -------------------------
PAGE - CAREERS
------------------------- */

.careers-section {
	background: #f9f9f9;
	padding: 6rem 0;
}
.careers-section .grid-margin-bottom {
	margin-bottom: 4rem;
}
.careers-title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
.careers-description {
	font-size: 1rem;
	color: #444;
	line-height: 1.6;
	max-width: 820px;
}
.job-card {
	background: #fff;
	border-radius: 1rem;
	padding: 2rem;
	box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
@media (max-width: 64em) {
	.job-card .grid-x {
		flex-direction: column;
	}
}
.job-card .grid-x .cell {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 64em) {
	.job-card .grid-x .cell:nth-of-type(2) {
		flex-direction: column;
		gap: 16px;
	}
}
.job-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
.job-description {
	max-width: 700px;
}
.job-description p {
	font-size: .875rem;
	color: #666;
	line-height: 1.6;
	margin-bottom: 0;
}
.job-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}
.tag {
	background: #f3f3f3;
	border-radius: 2rem;
	padding: 0.5rem 1.25rem;
	font-size: 0.875rem;
	color: #222;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}
.apply-link {
	font-weight: 600;
	color: #ff5a1f;
	font-size: 1rem;
	display: inline-block;
	margin-top: 0.5rem;
	transition: color 0.3s ease;
}
.apply-link:hover {
	color: #0060ab;
}


/* -------------------------
PAGE - SERVICES
------------------------- */

.services-content {
	background-color: #f3f6fd;
	padding: 3rem 0;
}
@media (max-width: 64em) {
	.services-content {
		padding: 2rem 0;
	}
}
.services-content p {
	text-align: center;
}
.pagina-serviciu {
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 0;
	border-radius: 3px;
    padding: 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
	transition: box-shadow 0.3s ease;
	height: 100%;
}
.pagina-serviciu:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
	transition: all 0.2s ease-in-out;
}
.icon-container {
	margin-bottom: 1rem;
}
.icon-container img {
	width: 35px;
	height: 35px;
	opacity: 0.85;
	transition: opacity 0.2s ease, transform 0.2s ease;
}
.pagina-serviciu:hover .icon-container img {
	opacity: 1;
}
.pagina-serviciu h3 {
	margin-top: 0.5rem;
	margin-bottom: 0.75rem;
	font-size: 1.25rem;
	font-weight: 600;
	color: #1f2a63;
}
.pagina-serviciu p {
	color: #1f2a63;
}
.service-link:hover {
	color: #ee3625;
	text-decoration: underline;
}
.services {
	padding: 5rem 0;
}
@media (max-width: 64em) {
	.services {
		padding: 2rem 1rem;
	}
}
.services h2 {
	margin-bottom: 2rem;
}

/* -------------------------
PAGE - SERVICIU
------------------------- */

.single-service {
	padding: 5rem 0;
}
.external-links {
	margin-bottom: 2rem;
}
@media (max-width: 64em) {
	.single-service {
		padding: 2rem 0;
	}
}
/*.single-service .service-subtitle h2 {
	letter-spacing: -.8px;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
	margin-bottom: 24px;
}*/
.single-service .service-subtitle p {
	font-size: 18px;
    font-weight: 400;
    line-height: 28px;
	margin-bottom: 2.5rem;
}
.single-service .service-content h3 {
	letter-spacing: -.6px;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
}
.single-service .grid-x {
  padding: 2.5rem 0;
}
@media (max-width: 64em) {
	.single-service .grid-x:nth-of-type(2),
	.single-service .grid-x:last-of-type {
		padding: 0;
	}
}
.service-common {
	background-color: #fff;
	overflow: hidden;
}
.service-common .common-image {
    position: relative;
	height: 100%;
}
.service-common .common-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
@media (max-width: 64em) {
	.service-common .common-image img {
		position: relative;
		width: auto;
		height: auto;
	}
}
.service-common .common-content {
    padding: 6.4rem 15rem 6.4rem 7.5rem;
}
@media (max-width: 64em) {
	.service-common .common-content {
    padding: 2rem;
}
}
.service-common .common-content h2 {
	font-size: 3rem;
	font-weight: 500;
	margin-bottom: 2.5rem;
}
@media (max-width: 64em) {	
	.service-common .common-content h2 {
		letter-spacing: -.2px;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
		margin-bottom: 1rem;
	}
}
.service-common .common-content ul {
	list-style: none;
	margin: 0;
	padding-left: 30px;
}
.service-common .common-content ul li {
	position: relative;
    padding-left: 26px;
	margin-bottom: .5rem;
}
.service-common .common-content ul li:last-child {
	margin-bottom: 0;
}
.service-common .common-content ul li:before {
	display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 9px;
    left: 0;
    background: #0078d6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* -------------------------
PAGE - DOCUMENTE
------------------------- */

.documents {
	padding: 5rem 0;
}
@media (max-width: 64em) {
	.documents {
		padding: 3rem 0;
	}
}
.document-card {
	padding: 1.5rem;
	border-radius: 3px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
	background: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.document-card h5 {
	font-size: 1.1rem;
	margin-bottom: 0.4rem;
	color: #222;
}
.document-card .date {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 1rem;
}
.document-card .button {
	align-self: center;
	font-size: 0.85rem;
	color: #fff;
	background-color: #0078d6;
	border-radius: 3px;
	padding: 1rem 2rem;
	transition: all .3s ease;
}
.document-card .button:hover {
	background-color: #0060ab;
}
.pagination ul.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.75rem;
	padding: 0;
	margin: 2rem 0 0;
	list-style: none;
}
.pagination ul.page-numbers li {
	display: flex;
}
.pagination ul.page-numbers a,
.pagination ul.page-numbers span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 1rem;
	text-decoration: none;
	color: #1a1a1a;
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}
.pagination ul.page-numbers a:hover {
	background-color: #f0f0f0;
}
.pagination ul.page-numbers .current {
	background-color: #0078d6;
	color: #fff;
	font-weight: bold;
	box-shadow: none;
}
.pagination ul.page-numbers .prev,
.pagination ul.page-numbers .next {
	font-size: 1.2rem;
}


/* -------------------------
PAGE - CONTACT
------------------------- */

.contact-info {
	padding: 5rem 0;
}
@media (max-width: 64em) {
	.contact-info {
		padding: 3rem 0;
	}
}
.contact-info h2.wp-block-heading {
	letter-spacing: -.8px;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
	margin-bottom: 20px;
}
@media (max-width: 64em) {
	.contact-info h2.wp-block-heading {
		letter-spacing: -.2px;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 32px;
	}
}
.contact-info p {
	font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.contact-info p.medium {
	font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.contact-info p.regular {
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	margin-bottom: 20px;
}
.contact-info p.regular a {
	text-decoration-line: underline;
	text-decoration-color: transparent;
	transition: all 0.3s ease;
}
.contact-info p.regular a:hover {
	color: #0078d6;
	text-decoration-color: #0078d633;
	text-underline-offset: 4px;
	text-decoration: underline;
}
.contact-form a.form-button {
	color: #fff;
	background-color: #0078d6;
	padding: 1rem 2rem;
	border-radius: 3px;
}
.contact-form .with_frm_style .frm_checkbox label {
	color: #666;
	letter-spacing: .12px;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}
.contact-form .with_frm_style .frm_checkbox label a {
	color: #666;
	text-decoration: underline;
}
.map-section {
	padding-bottom: 5rem;
}
@media (max-width: 64em) {
	.map-section {
		padding-bottom: 3rem;
	}
}
.map-container iframe {
	border-radius: 3px;
}


/* -------------------------
PAGE - BLOG
------------------------- */
.blog-inner > article {
	margin-bottom: 3rem;
}


/* -------------------------
PAGE - 404
------------------------- */
.error404 .content-not-found {
	min-height: calc(60vh - 200px);
	padding: 2rem 0;
}
.error404 .content-not-found h1 {
	margin-bottom: 1rem;
}
.error404 .content-not-found h1 span {
	font-weight: 900;
	letter-spacing: 1px;
	text-align: center;
	font-size: 3em;
	background: #000000;
	/* background: rgb(2,0,36);
	background: linear-gradient(56deg, rgba(2,0,36,1) 0%, rgba(9,11,122,1) 27%, rgba(5,104,184,1) 100%);  */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.error404 .content-not-found p {
	opacity: .8;
}

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

STYLE SET 7: FORMS

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

/* -------------------------
FORMS - BASE STYLING
------------------------- */

.frm_forms.frm_style_formidable-style.with_frm_style {
	background: #fff;
	padding: 2rem;
	position: relative;
}
.contact-form .with_frm_style .frm-show-form div.frm_description p {
	margin-bottom: 0;
}
.contact-form .frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 0;
}
.contact-form #frm_field_17_container {
	margin-bottom: 20px;
}
.contact-form .frm_forms.frm_style_formidable-style.with_frm_style {
	border-radius: 3px;
}
.contact-form .with_frm_style .frm-show-form div.frm_description p {
	font-size: 18px !important;
	color: #292929;
    font-weight: 500;
    line-height: 28px;
}
.contact-form .with_frm_style input[type=text],
.contact-form .with_frm_style input[type=tel],
.contact-form .with_frm_style input[type=email],
.contact-form .with_frm_style textarea {
	border-radius: 3px;
	border: 1px solid #e0e0e0 !important;
	box-shadow: unset;
	padding: 24px;
	color: #17194a;
}

.contact-form .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus,
.contact-form .frm_style_formidable-style.with_frm_style .form-field textarea:focus,
.contact-form .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text],
.contact-form .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email],
.contact-form .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number],
.contact-form .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel] {
	color: #17194a;
}
.contact-form .frm_form_field.frm_third,
.contact-form .frm_form_field.frm_two_thirds {
	margin-bottom: 0 !important;
}
@media (max-width: 64em) {
	.contact-form .frm_form_field.frm_third,
.contact-form .frm_form_field.frm_two_thirds {
	margin-top: 2rem;
}
}
.contact-form .frm_form_field.frm_third {
	margin-top: 1rem;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:#666;
	opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color:#666;
	opacity: 1;
}
input::placeholder,
textarea::placeholder {
	color:#666;
	opacity: 1;
}



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

STYLE SET 8: SIDEBARS

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


/* -------------------------
SIDEBAR - DEFAULT
------------------------- */

.sidebar li {
	list-style: none;
}

.widget ul {
	margin: 0;
}



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

STYLE SET 9: FOOTER

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

.footer {
	/* margin-top: 6rem; */
}

.footer p {
	margin:0;
}

/* lower footer */
.lower-footer {
	font-size: 1.1rem;
	padding: 2rem;
	background: #0D1D3A;
}
.lower-footer .menu {
	justify-content: center;
}
.lower-footer nav ul li a {
	color: #f4f4f4;
	background: none;
}
.lower-footer nav ul li.active a {
	background: none;
	color: #f4f4f4;
}
/* .lower-footer nav ul li.current_page_item a {} */
.lower-footer nav ul li a:hover {
	color: #fff;
}
.copyright, .w-footer-sig a span {
	color: #f4f4f4
}

/* sig */
.w-footer-sig {
	width: 50%;
	float: right;
	text-align: right;
}
.w-footer-sig a {
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
}
.w-footer-sig a:hover {
	text-decoration: none;
}
.w-footer-sig .w-footer-sig-main {
	color: #999999;
	text-decoration: none;
	display: flex;
    align-items: center;
}
.w-footer-sig .w-footer-sig-main img {
	display: inline-block;
	vertical-align: middle;
	max-width: 25px;
	margin-left: 13px;
}

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

STYLE SET 10: WP JOINTS STYLING

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

.page-title .vcard {
	border: 0px;
	padding: 0px;
}

.byline {
	color: #999;
}

.entry-content video, .entry-content object {
	max-width: 100%;
	height: auto;
}

.entry-content pre {
	background: #eee;
	border: 1px solid #cecece;
	padding: 10px;
}

.wp-caption {
	max-width: 100%;
	background: #eee;
	padding: 5px;
}
.wp-caption img {
	max-width: 100%;
	margin-bottom: 0;
	width: 100%;
}
.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	margin: 4px 0 7px;
	text-align: center;
}

.post-password-form input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #1779ba;
	color: #fefefe;
}
[data-whatinput='mouse'] .post-password-form input[type="submit"] {
	outline: 0;
}
.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
	background-color: #14679e;
	color: #fefefe;
}

body#tinymce {
	margin: 20px;
}


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

STYLE SET 11: EXTENSION STYLES

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

.hero-wrapper {
	position: relative;
	width: 100%;
	min-height: 80vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
}

/* Imaginea fundal */
.hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.hero-content {
	position: relative;
	z-index: 1;
	max-width: 800px;
	padding: 2rem;
}

.hero-content h1 {
	color: #fff;
	font-size: 3rem;
	margin-bottom: 1rem;
}

.hero-content p {
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
}

.section-padding {
	padding: 80px 0;
}
.bg-light {
	background-color: #f4f4f4;
}
.service-card img {
	width: 48px;
	margin-bottom: 10px;
}
.service-card h4 {
	margin-top: 10px;
	font-weight: 600;
}
.service-card p {
	font-size: 0.95rem;
}
.home-cta .button {
	margin-top: 20px;
	background-color: #ee3e41;
	color: #fff;
}
.home-cta .button:hover {
	background-color: #c0322f;
}
blockquote {
	font-style: italic;
	border-left: 4px solid #ccc;
	padding-left: 1rem;
	margin-top: 1rem;
}
cite {
	display: block;
	margin-top: 0.5rem;
	font-size: 0.9rem;
	color: #666;
}

/* -------------------------
EXTENSION - GOOGLE MAPS
------------------------- */

/*# sourceMappingURL=style.css.map */