@charset "UTF-8";
/* CSS Document */

/* --- NORMALIZATION --- */
html {
	scroll-behavior: smooth;
	line-height: auto;
	overflow-x: hidden !important;
}
body, html {
	margin: 0 !important;
	padding: 0 !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
a {
	text-decoration: none !important;
	color: #ffffff;
	text-transform: uppercase;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: none;
	color: #ffffff;
}
img,
svg {
	vertical-align: top;
}
.button a {
	display: inline-block;
	margin-top: -5px;
	padding: 8.5px 40px;
	border-radius: 22px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}
.button a:hover {
	text-decoration: none;
}
.button-link {
	background-color: #f4922a;
}
.button-404-contact .button-link {
	background-color: #fff;
	border: 2px solid #f4922a;
	color: #f4922a;
}
.contact-button-cont {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	flex-direction: column;
  align-items: center;
}
input.contact-button {
	text-align: center;
	margin-top: 15px;
	cursor: pointer;
	outline: none;
	border: none !important;
	border-radius: 22px;
	background-color: #f4922a;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff !important;
	padding: 8.5px 40px;
}


/* CLEARING BOOTSTRAPS 'DROPDOWN-ITEM' STYLES */
.dropdown-item:first-child {
	border-top-left-radius: none;
	border-top-right-radius: none;
}
.dropdown-item:last-child {
	border-bottom-right-radius: none;
	border-bottom-left-radius: none;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #ffffff;
	pointer-events: none;
	background-color: transparent;
}

/* CLEARING BOOTSTRAP GRID SYSTEM ELEMENTS */
.container-fluid {
	padding-right: 0;
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
	padding-right: 0;
	padding-left: 0;
}
/* ------------------- */

/* --- PRIMARY COMPONENTS --- */
body {
	font-family: 'Montserrat', sans-serif;
	height: 100vh;
	color: #09122A;
}
main,
footer {
	position: relative;
}
strong {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 !important;
	padding: 0 !important;
}
h1 {
	font-size: 38px;
	font-weight: 400;
	text-align: center;
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
}
.dark-title,
.light-title {
	font-weight: 400;
	font-size: 2.35em;
}
.dark-title {
	color: #09122a;
}
.dark-title::after {
	border-bottom: 2.5px solid #09122a;
	width: 50px;
	content: "";
	margin: 0 auto;
	display: block;
	padding: 5px 0 0 0;
	margin-bottom: 35px;
}
.light-title {
	color: #ffffff;
}
.light-title::after {
	border-bottom: 2.5px solid #ffffff;
	width: 50px;
	content: "";
	margin: 0 auto;
	display: block;
	padding: 5px 0 0 0;
	margin-bottom: 35px;
}
h2, h3, h4, h5, h6 {
	padding: 0;
	text-align: center;
}
@media screen and (min-width: 992px) {
	h1 {
		font-weight: 300;
	}
  .dark-title,
  .light-title {
    font-weight: 300;
  }
}
/* ------------------- */


/* --- NAVIGATION --- */

/* -- NAV BAR -- */
.nav-bar {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	z-index: 300;
	background-color: transparent;
	transition: background-color 0.5s ease 0s !important;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
}
.nav-bar-dark {
	background-color: #3580a9;
	transition: background-color 0.5s ease 0s !important;
}
/* ------ */

/* -- LOGO -- */
.brand {
	display: block;
	position: fixed;
	z-index: 301;
	cursor: pointer;
	position: absolute;
	margin-left: 15px;
	margin-top: 15px;
}
.logo-mobile {
	display: block;
	width: 75px !important;
	position: fixed;
}
.logo-mobile img {
	width: 100%;
}
.logo-full {
	display: none;
}
/* ------- */

/* -- NAV TRIGGER -- */
.nav-trigger {
	display: block;
	position: fixed;
	width: 30px;
	height: 25px;
	right: 15px;
	margin-top: 15px;
	z-index: 400;
	cursor: pointer;
}
.nav--active .nav-trigger {
	opacity: 1;
}
.nav-icon {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 5px;
	background-color: #ffffff;
	transition-property: background-color, transform;
	transition-duration: 300ms;
}
.nav-icon:before,
.nav-icon:after {
	content: "";
	display: block;
	width: 30px;
	height: 5px;
	position: absolute;
	background: #ffffff;
	transition-property: margin, transform;
	transition-duration: 300ms;
}
.nav-icon:before {
	margin-top: -10px;
}
.nav-icon:after {
	margin-top: 10px;
}
.nav--active .nav-icon {
	background: rgba(0, 0, 0, 0);
}
.nav--active .nav-icon:before {
	margin-top: 0;
	transform: rotate(45deg);
}
.nav--active .nav-icon:after {
	margin-top: 0;
	transform: rotate(-45deg);
}
/* ------ */

/* -- MOBILE NAVIGATION -- */
nav {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #3580a9;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease-in-out;
	z-index: 200;
	transform: translateX(-100%);
}
.nav--active nav {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
nav {
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	padding-top: 110px;
	padding-left: 5px;
}

/* - NAV LINKS - */
.nav-list li {
	margin-bottom: 15px;
}
.nav-item {
	list-style-type: none;
	text-align: left;
}
.nav-item a {
	font-size: 26px;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	opacity: 1;
	transition: opacity 300ms ease-in-out;
}
.nav-item a {
	opacity: 0;
	transition-delay: 300ms;
}
.nav--active .nav-item a {
	opacity: 1;
}

/* - DROPDOWN LISTS - */
.dropdown-menu {
  background-color: transparent !important;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.dropdown-menu::after{
  margin-left: 0 !important;
}
.dropdown-item {
  padding: 0 0 0 15px;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
a.dropdown-item {
  font-size: 16px !important;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .services--active .dropdown-services-adjust {
    margin-top: 89px;
  }
  .products--active .dropdown-products-adjust {
    margin-top: 60px;
  }
}

/* - SOCIAL LINKS - */
.social-list {
	position: absolute;
	bottom: 30px;
}
.social-item {
	list-style-type: none;
	text-align: left;
	display: inline-block;
	margin-right: 15px;
	font-size: 21px;
}
.social-link {
	font-size: 21px;
	font-weight: 900;
	color: #fff;
	text-decoration: none;
	opacity: 1;
	transition: opacity 300ms ease-in-out;
}
.social-link {
	opacity: 0;
	transition-delay: 300ms;
}
.nav--active .social-link {
	opacity: 1;
}
/* ------- */

/* -- TABLET NAVIGATION -- */
@media screen and (min-width: 768px) {
	/* Switch to full logo */
	.logo-mobile {
		display: none;
	}
	.logo-full {
		display: block;
		width: 225px;
		position: fixed;
	}
	.logo-full img {
		width: 100%;
	}

	/* Adjust placement */
	.brand {
		margin-top: 32.5px;
		margin-left: 12.5%;
	}
	.nav-trigger {
		margin-top: 28px;
		right: 12.5%;
	}
	nav {
		padding: 200px 0 20px 10%;
	}
	.nav-list li {
		margin-bottom: 25px;
	}
	.social-list {
		bottom: 100px;
	}
	.nav-bar {
		height: 90px;
	}
}
/* ------- */

/* -- MOBILE LANDSCAPE NAVIGATION -- */
@media screen and (max-width: 960px) and (max-height: 768px) and (orientation: landscape) {
	nav {
		padding-top: 90px !important;
	}
	.social-list {
		bottom: 50px;
	}
}
@media screen and (min-width: 768px) and (max-width: 896px) and (max-height: 414px) and (orientation: landscape) {
	nav {
		padding-top: 90px !important;
	}
	.social-list {
		bottom: 10px;
		right: 12.5%;
	}
	.nav-list li {
		margin-bottom: 10px;
	}
	.nav-list a {
		font-size: 1.15em;
	}
	.social-item,
	.social-link {
		font-size: 1.15em !important;
	}
}
@media screen and (min-width: 550px) and (max-width: 767px) and (max-height: 414px) and (orientation: landscape) {
	nav {
		padding-top: 60px !important;
	}
	.social-list {
		bottom: 0;
		right: 5px;
	}
	.nav-list li {
		margin-bottom: 5px;
	}
	.nav-list a {
		font-size: 1.05em;
	}
	.social-item,
	.social-link {
		font-size: 1em !important;
	}
}
/* ------- */

/* -- DESKTOP NAVIGATION -- */
@media screen and (min-width: 992px) {
	/* - NAV BAR - */
	.nav-bar {
		transition: height 300ms ease-in-out;
		height: 80px;
	}
	.nav-home .nav-bar {
		height: 80px;
	}

	/* - NAV - */
	nav {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
		background-color: transparent;
		position: fixed;
		z-index: 400;
		padding: 0;
		width: 65%;
		height: 80px;
		transition: all 300ms ease-in-out;
		margin-left: 27.5%;
		margin-top: 27.5px;
	}

	/* - BRAND - */
	.brand {
		margin-top: 30px;
		transition: all 300ms ease-in-out !important;
		margin-left: 12.5%;
	}
	.logo-full {
		width: 150px;
	}

	/* - NAV TRIGGER - */
	.nav-trigger {
		display: none;
	}

	/* - NAV LINKS - */
	.nav-list {
		opacity: 1;
	}
	.nav-list::after {
		display: block;
		clear: both;
		content: "";
	}
	.nav-list li {
		margin-bottom: 0 !important;
	}
	.nav-item {
		display: inline-block;
		float: left;
		margin-right: 25px;
	}
	.nav-item a {
		opacity: 1;
		font-size: 12px;
	}

  /* - DROPDOWN LISTS - */
  .dropdown-menu {
    outline: none !important;
    border: none !important;
    background-color: #3580a9 !important;
    border-radius: 0;
    padding: 5.5px 10px 7.5px;
    margin: 5px 0 0 0;
  }
  .dropdown-menu::after{
    margin-left: 0 !important;
  }
  .dropdown-item {
    padding: 0;
    margin-bottom: 0 !important;
    margin-top: 3px !important;
  }
  a.dropdown-item {
    font-size: 12px !important;
    text-transform: uppercase;
  }

	/* - SOCIAL LINKS - */
	.social-list {
		opacity: 1;
		position: fixed;
		top: -7.5px;
		right: 7.5%;
	}
	.social-link {
		font-size: 14px;
		opacity: 1;
	}

	/* - SCROLL BAR - */
	.nav-container-scroll {
		transition: all 300ms ease-in-out;
	}
	.nav-container-scroll .nav-bar {
		height: 65px;
	}
	.nav-container-scroll nav {
		margin-top: 22.5px;
	}
	.nav-container-scroll .brand {
		margin-top: 24px;
	}
}
@media screen and (min-width: 1200px) {
	nav {
		margin-left: 30%;
	}
	.social-list {
		right: 10%;
	}
}
@media screen and (min-width: 1300px) {
	nav {
		margin-left: 32.5%;
	}
	.social-list {
		right: 12.5%;
	}
}
@media screen and (min-width: 1600px) {
	nav {
		margin-left: 34%;
	}
	.social-list {
		right: 15%;
	}
	.nav-container-scroll nav {
		margin-top: 18px;
	}
	.nav-container-scroll .social-list {
		top: -3.5px;
	}
}
@media screen and (min-width: 1800px) {
	nav {
		margin-left: 36%;
	}
	.social-list {
		right: 17.5%;
	}
}
/* ------- */

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




/* ------ CONSTANT NAV BAR (HOMEPAGE) ------ */
.nav-home .nav-bar {
	background-color: #3580a9;
	position: fixed;
}
/* ------------ */



/* --- HERO --- */
.hero {
	height: 100vh;
	width: 100vw;
	background-color: #0b73b8;
	background-image: linear-gradient(45deg, #0b73b8, #09122a);
	color: #ffffff;
	text-align: center;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	flex-direction: column;
  justify-content: center;
	position: relative;
}
.hero-home {
	/* justify-content: end; */
	/* padding: 65px 10px 50px !important; */
}
.hero-home::after{
	content: "";
  /* background: url('../images/home-hero.png'); */
  background: url('../images/hero/home-mobile.png');
	background-blend-mode: soft-light;
	background-position: center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
  /* opacity: 0.65; */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.hero-content{
	z-index: 2;
}
.hero-home .hero-content {
	position: absolute !important;
	bottom: 50px;
}
h1.hero-title {
	font-weight: 600;
	margin-bottom: 10px !important;
}
.hero-home h1.hero-title {
	font-size: 28px;
	margin-bottom: 25px !important;
}
h2.hero-subtitle {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 20px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
@media screen and (min-width: 411px) {
	.hero-home {
		padding: 0 10px 150px !important;
	}
	.hero-home .hero-content {
		bottom: 150px;
	}
	h1.hero-title {
		font-size: 38px;
	}
	h2.hero-subtitle {
		font-size: 26px;
	}
}

/* -- HERO - TABLET -- */
@media screen and (min-width: 600px) {
	.hero-home {
		padding: 0 0 200px !important;
	}
	h1.hero-title,
	.hero-home h1.hero-title {
		font-weight: 500;
		font-size: 50px;
		padding-left: 65px !important;
		padding-right: 65px !important;
	}
	h2.hero-subtitle {
		font-weight: 300;
		font-size: 34px;
		padding-left: 40px !important;
		padding-right: 40px !important;
		margin-bottom: 25px !important;
	}
}

/* -- HERO - DESKTOP -- */
@media screen and (min-width: 992px) {
	.hero {
		text-align: left;
	}
	.hero-home {
		justify-content: center;
		padding: 0 !important;
	}
	.hero-home::after{
		content: "";
	  /* background: url('../images/home-hero.png'); */
	  background: url('../images/hero/home-desktop.png');
		background-blend-mode: soft-light;
		background-position: center;
		-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
		background-size: cover;
	  /* opacity: 0.65; */
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  position: absolute;
	  z-index: 1;
	}
	.hero-content {
		margin-left: 12.5%;
	}
	.hero-home .hero-content {
		position: static !important;
		bottom: auto;
	}
	.hero-home h1.hero-title,
	h1.hero-title {
		width: 70%;
		font-weight: 400;
		text-align: left;
		font-size: 60px;
		padding-left: 0 !important;
		padding-right: 25px !important;
	}
	.hero-home h1.hero-title {
		width: 50%;
		color: #3580a9;
		font-size: 42px;
		font-weight: 600;
	}
	h2.hero-subtitle {
		width: 75%;
		font-size: 38px;
		font-weight: 200;
		padding-left: 0 !important;
		text-align: left !important;
		margin-bottom: 30px !important;
	}
}
@media screen and (min-width: 1280px) {
	h1.hero-title {
		font-size: 65px;
	}
}
@media screen and (min-width: 1700px) {
	h1.hero-title {
		font-size: 72px;
	}
	h2.hero-subtitle {
		font-size: 45px;
	}
}
/* ------------------- */

/* --- HOMEPAGE HERO (VIDEO VERSION) --- */
.hero-home-video {
  position: relative;
  background-color: #0b73b8;
	background-image: linear-gradient(45deg, #0b73b8, #09122a);
	color: #fff;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	flex-direction: column;
  justify-content: center;
}
.hero-home-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.hero-home-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(45deg, #0b73b8, #09122a);
	background-blend-mode: soft-light;
  opacity: 0.40;
  z-index: 1;
}
.hero-home-video .hero-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .hero-home-video::after {
    content: "";
		background: url('../images/home-hero.png');
		background-blend-mode: soft-light;
		background-position: center;
		-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
		background-size: cover;
	  opacity: 0.65;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  position: absolute;
	  z-index: 1;
  }
	.hero-home-video .overlay {
		display: none;
	}
  .hero-home-video video {
    display: none;
  }
	.hero-home-video .hero-content {
		text-align: center;
	}
}
/* ------------------- */

/* --- HOMEPAGE --- */

/* -- SERVICES -- */
.home-services {
	/* background-color: #ffffff; */
	background-color: #e6e6e6;
	padding: 25px 15px;
}
.services-box {
	/* background-color: #e6e6e6; */
	background-color: #ffffff;
	border-radius: 10px;
	margin-bottom: 25px;
	padding: 25px 15px 35px;
}
.services-icon-container {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.services-icon {
	width: 65px;
	height: 65px;
}
.services-360-icon {
	width: 55px;
	margin-bottom: 0 !important;
}
.services-box .fa-code {
	margin-bottom: 0 !important;
	font-size: 57.5px;
}
.services-box .fa-handshake {
	margin-bottom: 0 !important;
	font-size: 62.5px;
}
.services-box > h3 {
	font-weight: 400;
	font-size: 26px;
	text-align: center;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}
.services-box ul {
	margin-left: -30px;
	font-size: 1.15em;
	font-weight: 400;
	margin-bottom: 25px !important;
	list-style: none;
}
.services-box ul > li {
	margin-bottom: 5px;
}
.services-button {
	text-align: center;
}

/* TABLET */
@media screen and (min-width: 768px) {
	.home-services {
		padding: 35px 12.5%;
	}
	.services-box {
		padding-left: 30px;
		padding-right: 30px;
	}
	.services-box > h3 {
		font-size: 28px;
	}
}

/* DESKTOP */
@media screen and (min-width: 992px) {
	.home-services {
		padding: 50px 8%;
	}
	.services-box {
		height: 500px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.services-360-icon {
		margin-bottom: 12px;
	}
	.services-box .fa-code {
		margin-bottom: 12px;
	}
	.services-box h3 {
		font-weight: 400;
		font-size: 24px;
		margin-top: -5px;
	}
	.services-box ul {
		font-size: 1em;
		font-weight: 300;
	}
	.services-button {
		position: absolute;
		margin-top: 5px;
		bottom: 20px !important;
		left: 0;
		right: 0;
		margin: auto;
	}
	.services-button::after {
		display: block;
	  clear: both;
	  content: "";
	}
	.home-services .col-lg-4 {
		max-width: 30%;
		margin-right: 2.90%;
	}
	#services-consulting {
		margin-left: 1.25%;
	}
	#services-consulting .services-box {
		padding-top: 15px !important;
	}
}
@media screen and (min-width: 1025px) {
	.services-box {
		height: 490px;
	}
}
@media screen and (min-width: 1200px) {
	.home-services .col-xl-4 {
		max-width: 27.5%;
	}
	#services-consulting {
		margin-left: 6%;
	}
	.services-box {
		height: 475px;
	}
}
@media screen and (min-width: 1500px) {
	.services-box {
		height: 425px;
	}
}
/* --------- */

/* -- BENEFITS OF USING VR -- */
.home-benefits {
	/* background-color: #09122a; */
	backgorund-color: #ffffff;
	padding: 25px 15px;
}
.home-benefits-content {
	background-color: #e6e6e6;
	border-radius: 10px;
	padding: 25px 15px 0;
}
.home-benefits-text {
	margin-bottom: 25px;
}
.home-benefits h3 {
	font-size: 28px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 7px !important;
}
.home-benefits-icon-desktop {
	display: none !important;
}
.home-benefits-icon {
	width: 60px;
	font-size: 45px;
	margin-bottom: 7px;
}
.home-benefits p, ul {
	font-size: 1.15em;
}
.home-benefits p {
	font-weight: 500;
}
.home-benefits ul {
	margin-left: -20px;
	font-weight: 400;
	margin-bottom: 25px;
}
.home-benefits ul > li {
	margin-bottom: 5px;
}
.home-benefits-image {
	display: none;
}

/* TABLET */
@media screen and (min-width: 768px) {
	.home-benefits {
		padding: 35px 12.5%;
	}
	.home-benefits-content {
		padding: 30px 30px 0;
	}
	.home-benefits h3 {
		font-size: 30px;
	}
}

/* DESKTOP */
@media screen and (min-width: 992px) {
	.home-benefits {
		padding: 75px 12.5%;
	}
	.home-benefits .row {
		height: 325px;
		margin-bottom: 25px;
	}
	.home-benefits-icon-container {
		display: none;
	}
	.home-benefits-icon-desktop {
		display: inline-block !important;
	}
	/* .home-training-icon-desktop {
		width: 30px !important;
		margin-right: 5px;
	} */
	.home-benefits-content {
		padding: 30px 40px 0.5px;
	}
	.home-benefits h3 {
		font-size: 30px;
		font-weight: 400;
	}
	.home-benefits p, ul {
		font-size: 1em;
	}
	.home-benefits p {
		font-weight: 400;
	}
	.home-benefits ul {
		font-weight: 300;
	}
	.home-benefits-image {
		height: 300px;
		display: block;
		overflow: hidden;
	}
	.home-benefits-image img {
		height: 100%;
		width: auto;
		padding-left: 25px !important;
		min-height: 325px;
		overflow: hidden;
	}
	.home-benefits-text {
		padding-right: 0 !important;
	}
	.home-benefits-image-left {
		display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
		display: flex;
	}
	.home-benefits-image-left .home-benefits-text {
		order: 2;
		padding-left: 25px;
		padding-right: 0;
		margin-top: -5px;
		margin-bottom: 15px;
	}
	.home-benefits-image-left > .home-benefits-image {
		order: 1;
		padding-left: 0;
		padding-right: 25px !important;
		overflow: hidden;
	}
	.home-benefits-image-left > .home-benefits-image img {
		padding-left: 0 !important;
		padding-right: 25px !important;
	}
}
@media screen and (min-width: 1200px) {
	.home-benefits {
		padding: 75px 15%;
	}
	.home-benefits-content {
		padding: 50px 100px 25px;
	}
}
@media screen and (min-width: 1350px) {
	.home-benefits {
		padding: 75px 20%;
	}
}
@media screen and (min-width: 1550px) {
	.home-benefits ul > li {
		font-size: 15px !important;
	}
	.home-benefits p {
		font-size: 18px;
	}
}
@media screen and (min-width: 1700px) {
	.home-benefits-content {
		padding: 50px 150px 25px;
	}
}
@media screen and (min-width: 1850px) {
	.home-benefits h3 {
		font-size: 36px;
	}
}
/* --------- */

/* -- PRODUCTS -- */
.home-products {
	/* background-color: #ffffff; */
	background-color: #e6e6e6;
	padding: 25px 15px;
}
.products-desc {
	text-align: center !important;
	font-size: 1.15em;
	font-weight: 400;
}
.home-products-box {
	margin-bottom: 30px;
	/* background-color: #e6e6e6; */
	background-color: #ffffff;
	border-radius: 10px;
	padding: 15px !important;
}
.products-image {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-image img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}
.products-image-sievrt img {
	height: 65px;
	width: auto;
}
.home-products-box p {
	font-size: 1.15em;
	text-align: left;
	font-weight: 400;
}
.products-button {
	margin-top: 25px;
	text-align: center !important;
	margin-bottom: 15px;
}

/* TABLET */
@media screen and (min-width: 768px) {
	.home-products {
		padding: 50px 12.5%;
	}
	.home-products .col-md-6 {
		max-width: 45%;
		margin-right: 5%;
	}
	.home-products .row {
		width: 97.5%;
		margin-left: 2.5%;
	}
	.products-image-sievrt img {
		height: 48px;
		width: auto;
	}
	.home-products-box p {
		text-align: center;
	}
}

/* DESKTOP */
@media screen and (min-width: 992px) {
	.home-products-box {
		height: 250px;
	}
	.products-button {
		position: absolute;
		bottom: 30px !important;
		left: 0;
		right: 0;
		margin: auto;
	}
	.products-image-sievrt img {
		height: 60px;
		margin-bottom: 17.5px;
	}
	.products-desc,
	.home-products-box p {
		font-size: 1em;
		font-weight: 300;
	}
	.home-products h2 {
		font-weight: 300;
	}
}
@media screen and (min-width: 1200px) {
	.home-products-box {
		height: 255px;
	}
	.products-image-sievrt img {
		height: 70px;
	}
}
@media screen and (min-width: 1400px) {
	.products-image-sievrt img {
		height: 80px;
	}
}
@media screen and (min-width: 1500px) {
	.home-products-box {
		height: 240px;
	}
	.products-image-medcast img {
		height: 80px;
		width: auto;
	}
}
/* --------- */

/* -- PARTNERS -- */
.home-partners {
	/* background-color: #09122a; */
	background-color: #ffffff;
	padding: 25px 15px;
}
.home-partners-image {
	/* background-color: #ffffff; */
	background-color: #e6e6e6;
	border-radius: 10px;
	height: 80px;
	padding: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home-partners-image img {
	width: 100%;
}
.nrc-logo img {
	width: 80%;
}
.home-partners-content {
	width: 95%;
	margin-left: 5%;
}
.home-partners .col-6 {
	max-width: 45%;
	margin-right: 5%;
	margin-bottom: 15px;
}
.home-partners button {
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

/* - POPUP BOX - */
.modal-open {
	overflow: visible;
}
.modal-content {
	background-color: #09122a;
	color: #ffffff;
	padding: 0;
	border: none;
	border-radius: 10px;
}
.modal-header {
	padding: 0;
	border-bottom: none;
}
.modal-header .close {
  padding: 10px;
  margin: 0;
	position: absolute;
	right: 10px;
	text-align: right;
	opacity: 1;
	text-shadow: none;
}
.modal-header .close:hover {
	opacity: 1;
}
.modal-header span {
	color: #ffffff !important;
	opacity: 1 !important;
	font-size: 45px;
}
.modal-header button:hover {
	opacity: 1 !important;
}
.modal-body {
	margin-top: 50px;
	padding: 15px 15px 35px;
}
.partner-logo {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px;
}
.partner-name {
	font-weight: 500;
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 10px !important;
}
.partner-info {
	font-size: 1.15em;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 25px;
}
.partners-info-button {
	text-align: center !important;
}
/* TABLET POP UP */
@media screen and (min-width: 768px) {
	.partner-info {
		padding-left: 15px;
	}
	.modal-lg {
    max-width: 600px;
  }
	.home-partners .col-md-4 {
		max-width: 30%;
	}
}
/* DESKTOP POP UP */
@media screen and (min-width: 992px) {
	.modal-header .close {
		padding: 20px;
	}
	.modal-body {
		margin-top: 50px;
		padding: 50px;
	}
	.partner-name {
		font-size: 32px;
		font-weight: 400;
	}
	.partner-info {
		padding-left: 30px;
		font-weight: 300;
	}
	.modal-lg {
    max-width: 800px;
  }
}
/* --- */

/* TABLET */
@media screen and (min-width: 600px) {
	.home-partners-image {
		height: 115px;
	}
}
@media screen and (min-width: 768px) {
	.home-partners {
		padding: 50px 12.5%;
	}
	.home-partners .col-md-4 {
		max-width: 30%;
		margin-right: 3.333333%;
	}
	.home-partners-image {
		height: 90px;
	}
}

/* DESKTOP */
@media screen and (min-width: 992px) {
	.home-partners .col-lg-3 {
		max-width: 22.5%;
		margin-right: 2.5%;
	}
	.home-partners-content {
		width: 97.5%;
		margin-left: 2.5%;
	}
}
@media screen and (min-width: 1200px) {
	.home-partners-image {
		height: 105px;
	}
}
@media screen and (min-width: 1400px) {
	.home-partners-image {
		height: 125px;
	}
}
@media screen and (min-width: 1650px) {
	.home-partners-image {
		height: 135px;
	}
}
@media screen and (min-width: 1800px) {
	.home-partners-image {
		height: 150px;
	}
}
/* --------- */

/* ---- CURRENT PROJECTS (CAROUSEL 2.0) ---- */
.home-projects {
	/* background-color: #e6e6e6; */
	background-color: #3580a9;
	color: #09122a;
	padding: 25px 15px 50px;
	overflow-x: hidden;
}

/* - CAROUSEL BASICS - */
.carousel-control-prev,
.carousel-control-next {
  color: #09122a;
  opacity: 1;
	width: 5%;
	z-index: 400;
}
.carousel-control-prev {
	left: -7.5px;
}
.carousel-control-next {
	right: -7.5px;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  opacity: 1;
	color: #09122a;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-image: none;
}
.carousel-control-prev-icon:before {
	content: "\f053";
	font-family: "Font Awesome 5 Pro";
	font-size: 24px;
}
.carousel-control-next-icon:before {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	font-size: 24px;
}
.carousel-indicators {
	bottom: -50px;
	z-index: 401;
}
.carousel-indicators li {
	background-color: #09122a;
}
/* --- */

/* - CAROUSEL CONTENT - */
.carousel-item {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 15px 30px;
	width: 90%;
	margin-left: 5%;
}
.carousel-item-content {
	display: block;
}
.carousel-image img {
	width: 100%;
	margin-bottom: 15px;
}
.carousel-text h3 {
	font-size: 1.75em;
	font-weight: 500;
	color: #09122a;
	margin-bottom: 10px !important;
}
.carousel-text p {
	font-size: 1.15em;
	font-weight: 400;
	color: #09122a;
}
.carousel-cta {
	text-align: center !important;
	margin-top: 10px;
}
.carousel-cta h4 {
	font-size: 1.25em;
	font-weight: 500;
	margin-bottom: 25px !important;
}
/* --- */

/* - TABLET - */
@media screen and (min-width: 768px) {
	.home-projects {
		padding: 50px 12.5% 75px;
	}
	.carousel-control-prev {
		left: -50px;
	}
	.carousel-control-next {
		right: -50px;
	}
	.carousel-indicators {
		bottom: -60px;
	}
}
/* --- */

/* - DESKTOP - */
@media screen and (min-width: 992px) {
	.carousel-item-content {
		display: flex;
	}
	.carousel-image img {
		padding-right: 10px;
	}
	.carousel-text {
		padding-left: 10px;
	}
	.carousel-text h3 {
		font-size: 1.25em;
		text-align: left !important;
	}
	.carousel-text p {
		font-size: 0.95em;
		font-weight: 300;
	}
	.carousel-cta h4 {
		font-size: 1em;
	}
}
@media screen and (min-width: 1200px) {
	.carousel-item {
		padding: 20px 20px 30px;
	}
	.carousel-text h3 {
		font-size: 1.65em;
	}
	.carousel-text p {
		font-size: 1.1em;
	}
	.carousel-cta h4 {
		font-size: 1.25em;
	}
}
@media screen and (min-width: 1500px) {
	.carousel-text h3 {
		font-size: 1.75em;
	}
	.carousel-text p {
		font-size: 1.25em;
	}
}
@media screen and (min-width: 1650px) {
	.carousel-text h3 {
		font-size: 2em;
	}
	.carousel-text p {
		font-size: 1.35em;
	}
}
/* --- */
/* ------------- */

/* --- CALL TO ACTION --- */
.cta {
	height: 65vh;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	flex-direction: column;
  justify-content: center;
}
.cta h2 {
	font-size: 32px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 25px !important;
}
.cta-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* -- DARK -- */
.cta-dark {
	background-color: #09122a;
}
.cta-dark h2 {
	color: #ffffff;
}
/* --------- */

/* -- WHITE -- */
.cta-white {
	background-color: #ffffff;
}
.cta-white h2 {
	color: #09122a;
}
/* --------- */

/* -- GREY -- */
.cta-grey {
	background-color: #e6e6e6;
}
.cta-grey h2 {
	color: #09122a;
}
/* --------- */

/* -- BLUE -- */
.cta-blue {
	background-color: #3580a9;
}
.cta-blue h2 {
	color: #ffffff;
}
/* --------- */

/* -- TABLET -- */
@media screen and (min-width: 768px) {
	.cta {
		height: 400px;
	}
	.cta h2 {
		font-size: 42px;
	}
	.cta-content {
		padding-left: 12.5%;
		padding-right: 12.5%;
	}
}
/* --------- */

/* -- DESKTOP -- */
@media screen and (min-width: 992px) {
	.cta h2 {
		font-size: 48px;
		font-weight: 400;
	}
}
/* --------- */
/* ------------------- */


/* --- CONTACT --- */

/* -- BASICS -- */
.contact {
	padding: 25px 15px;
	margin-bottom: 0 !important;
}
.contact-map {
	display: none;
}
.contact .contact-desc {
	text-align: center;
	font-size: 1em;
	font-weight: 400;
}
.contact .contact-desc span {
	font-weight: 500;
}
.contact #contactSubmitMessage p {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #09122a;
}
label {
	display: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	border: none;
	border-radius: 22px;
	padding: 10px 0 10px 25px;
	color: #09122a;
}
textarea {
	height: 125px;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
	color: #09122a;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgba(9, 18, 42, 0.65);
}
.contact-opt-in {
	font-weight: 500;
	font-size: 12px;
	margin-bottom: 0 !important;
}
input[type="checkbox"] {
	margin-right: 10px;
}
.contact .row {
	margin-bottom: 25px;
}
.grecaptcha-badge {
	display: none;
}
.contact-captcha-message {
	text-align: center;
	font-size: 0.85em;
	font-weight: 400;
}

/* - TABLET BASICS - */
@media screen and (min-width: 768px) {
	.contact {
		padding: 35px 12.5%;
	}
}

/* - DESKTOP BASICS - */
@media screen and (min-width: 992px) {
	.contact .row {
		margin-bottom: 50px;
	}
	.contact-map {
		display: block;
		padding-right: 25px !important;
	}
	.contact-map iframe {
		width: 100%;
		height: 100%;
	}
	.contact-form-container {
		padding-left: 25px;
	}
	.contact .contact-desc {
	  font-weight: 300;
	}
	.contact .contact-desc span {
	  font-weight: 400;
	}
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	textarea {
	  font-weight: 400;
	}
	.contact-opt-in {
		font-weight: 400;
	}
	#contactSubmitMessage {
		height: 60px;
	}
}
/* --------- */

/* -- COPYRIGHT -- */
.contact-copyright {
	text-align: center;
	font-size: 11px;
	font-weight: 400;
	margin-bottom: 0 !important;
}
@media screen and (min-width: 992px) {
	.contact-copyright {
		font-weight: 300;
	}
}
/* --------- */

/* -- DARK THEME -- */
.contact-dark {
	background-color: #09122a;
	color: #fff;
}
.contact-dark input[type="text"],
.contact-dark input[type="email"],
.contact-dark input[type="tel"],
.contact-dark textarea {
	background-color: #fff;
	color: #09122a;
}
.contact-dark #contactSubmitMessage p {
	color: #fff !important;
}
.contact-dark .contact-copyright a {
	color: #fff;
	text-decoration: underline !important;
	text-transform: lowercase;
	font-weight: 500;
}
/* --------- */

/* -- WHITE THEME -- */
.contact-white {
	background-color: #fff;
	color: #09122a;
}
.contact-white input[type="text"],
.contact-white input[type="email"],
.contact-white input[type="tel"],
.contact-white textarea {
	background-color: #e6e6e6;
	color: #09122a;
}
.contact-white .contact-copyright a {
	color: #09122a;
	text-decoration: underline !important;
	text-transform: lowercase;
	font-weight: 500;
}
/* --------- */

/* -- GREY THEME -- */
.contact-grey {
	background-color: #e6e6e6;
	color: #09122a;
}
.contact-grey input[type="text"],
.contact-grey input[type="email"],
.contact-grey input[type="tel"],
.contact-grey textarea {
	background-color: #fff;
	color: #09122a;
}
.contact-grey .contact-copyright a {
	color: #09122a;
	text-decoration: underline !important;
	text-transform: lowercase;
	font-weight: 500;
}
/* --------- */

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



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

/* -- HERO -- */
.hero-about::after{
	content: "";
  background: url('../images/hero/about-us-mobile.jpg');
	background-position: center;
	background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
/* - DESKTOP - */
@media screen and (min-width: 992px) {
	.hero-about::after {
		background: url('../images/hero/about-us-desktop.jpg');
		background-position: center;
		-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
		background-size: cover;
	}
}
/* --------- */

/* -- ABOUT US -- */
.about-us {
	background-color: #ffffff;
	padding: 25px 15px 40px;
}
.about-us-picture img {
	width: 100%;
	margin-bottom: 15px;
}
.about-us-text {
	color: #09122a;
	background-color: #e6e6e6;
	border-radius: 10px;
	padding: 15px !important;
}
.about-us h3 {
	font-size: 21px;
	text-align: left;
	font-weight: 500;
	margin-bottom: 15px !important;
}
.about-us-sub-mobile {
	display: block;
}
.about-us-sub-desktop {
	display: none;
}
.about-us-text p {
	font-size: 1.15em;
	margin-bottom: 5px;
	font-weight: 500;
}
/* - TABLET - */
@media screen and (min-width: 768px) {
	.about-us {
		padding: 50px 12.5% 65px;
	}
	.about-us-text {
		padding: 35px !important;
	}
}
/* - DESKTOP - */
@media screen and (min-width: 992px) {
	.about-us-picture {
		display: block;
		overflow: hidden;
	}
	.about-us-picture img {
		width: 100%;
		overflow: hidden;
	}
	.about-us-main {
		background-color: #e6e6e6;
		border-radius: 10px;
		padding: 30px;
	}
	.about-us-text {
		color: #09122a;
		background-color: transparent;
		border-radius: none;
		padding: 8px 0 0 0 !important;
	}
	.about-us-text p {
		font-size: 14px;
		font-weight: 400;
	}
	.about-us-sub-mobile {
		display: none;
	}
	.about-us-sub-desktop {
		display: block;
	}
	.about-us-main h3 {
		margin-bottom: 15px !important;
	}
	.about-us h3 {
	  font-weight: 400;
	  font-size: 24px;
	}
	.about-us-text p {
	  font-weight: 300;
	}
}
@media screen and (min-width: 1200px) {
	.about-us {
		padding: 50px 5% 65px;
	}
	.about-us .row {
		height: 365px;
	}
	.about-us-picture {
		display: block;
		height: 365px;
		overflow: hidden;
		padding-right: 8px !important;
	}
	.about-us-picture img {
		height: 100%;
		width: auto;
		padding-right: 25px !important;
		min-height: 365px;
		margin-left: 50%;
		transform: translateX(-50%);
	}
	.about-us-main {
		height: 450px !important;
	}
	.about-us-text {
		padding-top: 0 !important;
		padding-left: 8px !important;
	}
	.about-us-text p {
		font-size: 16px;
	}
}
@media screen and (min-width: 1400px) {
	.about-us {
		padding: 50px 12.5% 65px;
	}
	.about-us-main {
		height: 400px !important;
	}
	.about-us-picture {
		height: 325px;
	}
	.about-us-picture img {
		min-height: 325px;
	}
}
@media screen and (min-width: 1600px) {
	.about-us {
		padding: 50px 17.5% 65px;
	}
}
@media screen and (min-width: 1700px) {
	.about-us-main {
		height: 400px !important;
	}
	.about-us-picture {
		height: 325px;
	}
	.about-us-picture img {
		min-height: 325px;
	}
	.team-container {
		padding-left: 2.5% !important;
	}
}
@media screen and (min-width: 1800px) {
	.about-us {
		padding: 50px 20% 65px;
	}
	.about-us-main {
		height: 425px !important;
	}
	.about-us-picture {
		height: 350px;
	}
	.about-us-picture img {
		min-height: 350px;
	}
	.team-container {
		padding-left: 2% !important;
	}
}

/* -- TEAM -- */
.about-team {
	background-color: #e6e6e6;
	color: #09122a;
	padding: 25px 15px;
}
.team-box {
	background-color: #ffffff;
	border-radius: 10px;
	text-align: center;
	padding: 15px 15px;
	margin-bottom: 25px;
}
.team-box img {
	width: 100%;
	margin-bottom: 10px !important;
}
.team-box h3 {
	font-size: 26px;
	font-weight: 600;
}
.team-box h4 {
	font-size: 18px;
	font-weight: 400;
}
.team-box ul {
	list-style-type: none;
	padding-left: 0;
	margin-top: 5px;
	margin-bottom: 0 !important;
}
.team-box ul > li {
	display: inline-block;
	margin-right: 5px;
	font-size: 21px;
	margin-bottom: 0 !important;
}
.team-box ul > li > a {
	color: #09122a;
}
.team-box p {
	font-size: 1.05em;
	font-weight: 500;
	text-align: left !important;
	margin: 10px 0 !important;
}
/* - TABLET - */
@media screen and (min-width: 576px) {
	.about-team {
		padding: 25px 12.5%;
	}
	.team-box {
		padding: 25px 25px;
	}
}
@media screen and (min-width: 768px) {
	.about-team {
		padding: 50px 12.5%;
	}
	.about-team .col-md-6 {
		max-width: 47.5%;
		margin-right: 2.5%;
	}
	.team-box {
		padding: 15px 15px;
	}
	.team-box p {
		font-weight: 400;
	}
}
/* - DESKTOP - */
@media screen and (min-width: 992px) {
	.about-team {
		padding: 50px 12.5%;
	}
	.team-content {
		width: 100%;
		margin: 0 2.5%;
	}
	.team-box {
		padding: 15px 12.5px;
	}
	.about-team .col-lg-4 {
		max-width: 30%;
		margin-right: 2.90%;
	}
	.team-box p {
		font-size: 14px;
		font-weight: 300;
	}
}
@media screen and (min-width: 1200px) {
	.team-box p {
		font-size: 16px;
	}
}
@media screen and (min-width: 1500px) {
	.team-box {
		padding: 20px;
	}
}
/* --------- */

/* -- MEDIA -- */
.about-media {
	background-color: #fff;
	padding: 25px 15px;
}
.media-box {
	background-color: #e6e6e6;
	border-radius: 10px;
	color: #09122a;
	padding: 15px 15px;
	margin-bottom: 25px;
}
.media-box img {
	width: 100%;
	margin-bottom: 10px !important;
}
.media-iframe-headline {
	margin-top: 10px !important;
}
.media-box h3 {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 5px !important;
	text-align: left !important;
}
.media-box p {
	font-size: 1.15em;
	font-weight: 400;
	margin-bottom: 25px;
}
.media-button {
	text-align: center;
	margin-top: 25px !important;
}
/* - TABLET - */
@media screen and (min-width: 576px) {
	.about-media {
		padding: 25px 15%;
	}
}
@media screen and (min-width: 768px) {
	.about-media {
		padding: 35px 20%;
	}
	.media-box {
		padding: 25px 25px;
	}
}
/* - DESKTOP - */
@media screen and (min-width: 992px) {
	.about-media {
		padding: 50px 12.5%;
	}
	.media-content {
		width: 100%;
		margin: 0 2.5%;
	}
	.media-box {
		padding: 15px 12.5px 35px 15px;
	}
	.media-box img,
	.media-box iframe {
		padding-right: 2.5px;
	}
	.about-media .col-lg-4 {
		max-width: 30%;
		margin-right: 2.90%;
	}
	.media-box h3 {
	  font-weight: 400;
	  margin-bottom: 40px !important;
	}
	.media-box p {
		font-size: 1em;
	  font-weight: 300;
		margin-bottom: 35px !important;
	}
	.media-button {
		position: absolute;
		bottom: 25px !important;
		left: 0;
		right: 0;
		margin: auto;
	}
	.media-button::after {
		display: block;
	  clear: both;
	  content: "";
	}
}
@media screen and (min-width: 1200px) {
	.about-media .col-xl-4 {
		max-width: 27.5%;
	}
}
@media screen and (min-width: 1400px) {
	.media-box {
		padding: 25px 25px 35px;
	}
}
/* --------- */
/* ------------------- */


/* --- FEATURED PROJECT SECTION --- */
.featured-project {
	padding: 25px 15px;
}
.featured-container {
	padding: 15px 15px 0;
	border-radius: 10px;
}
.featured-video {
	margin-bottom: 15px;
}
.featured-video img,
.featured-video video {
	width: 100%;
	height: auto;
}
.featured-text h3 {
	font-size: 24px;
	font-weight: 500;
	text-align: left !important;
	margin-bottom: 10px !important;
}
.featured-text p {
	font-size: 1.15em;
	font-weight: 400;
}
.featured-text span,
.featured-text .button {
	text-align: center !important;
}

/* -- TABLET -- */
@media screen and (min-width: 768px) {
	.featured-project {
		padding: 35px 12.5%;
	}
	.featured-container {
		padding: 45px 45px 30px;
	}
	.featured-project h2 {
		font-size: 36px;
	}
	.featured-text h3 {
		font-size: 28px;
	}
}

/* -- DESKTOP -- */
@media screen and (min-width: 992px) {
	.featured-project {
		padding: 50px 12.5%;
	}
	.featured-container {
		padding: 30px 30px 15px;
	}
	.featured-video {
		padding-right: 15px;
	}
	.featured-text {
		padding-left: 15px;
	}
	.featured-text h3 {
	  font-weight: 400;
	}
	.featured-text p {
		font-size: 16px;
	  font-weight: 300;
	}
}
@media screen and (min-width: 1200px) {
	.featured-container {
		padding: 45px 45px 30px;
	}
	.featured-video {
		padding-right: 30px;
	}
	.featured-text {
		padding-left: 30px;
	}
}
@media screen and (min-width: 1600px) {
	.featured-text h3 {
		font-size: 30px;
	}
	.featured-text p {
		font-size: 18px;
	}
}
@media screen and (min-width: 1700px) {
	.featured-container {
		padding: 60px 60px 45px;
	}
}

/* -- DARK STYLE -- */
.project-dark {
	background-color: #09122a;
}
.project-dark .featured-container {
	background-color: #fff;
	color: #09122a;
}

/* -- WHITE STYLE -- */
.project-white {
	background-color: #fff;
}
.project-white .featured-container {
	background-color: #e6e6e6;
	color: #09122a;
}

/* -- GREY STYLE -- */
.project-grey {
	background-color: #e6e6e6;
}
.project-grey .featured-container {
	background-color: #fff;
	color: #09122a;
}
/* ------------------- */


/* --- 360 VIDEO PAGE --- */
.hero-video::after{
	content: "";
  background: url('../images/hero/video-mobile.jpg');
	background-position: center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.video-production-process {
	background-color: #fff;
	padding: 25px 15px;
}
.video-production-process h3 {
	font-size: 21px;
	font-weight: 500;
	text-align: left !important;
	margin-bottom: 7px !important;
}
.video-production-icon-desktop {
	display: none !important;
}
.video-production-icon {
	width: 60px;
	height: 60px;
	font-size: 45px;
	margin-bottom: 10px;
}
.video-production-process .fas {
	margin-bottom: -5px !important;
}
.video-production-content {
	background-color: #e6e6e6;
	border-radius: 10px;
	padding: 25px 15px 0;
}
.video-production-text {
	margin-bottom: 25px;
}
.video-production-process p, ul {
	font-size: 1.15em;
}
.video-production-process p {
	font-weight: 500;
}
.video-production-process ul {
	margin-left: -30px;
	font-weight: 400;
	margin-bottom: 25px;
}
.video-production-process ul > li {
	margin-bottom: 5px;
}
.video-production-image {
	display: none;
}

/* -- TABLET -- */
@media screen and (min-width: 768px) {
	.video-production-process h3 {
		font-size: 24px;
	}
	.video-production-process {
		padding: 35px 12.5%;
	}
	.video-production-content {
		padding: 30px 30px 0;
	}
}

/* -- DESKTOP -- */
@media screen and (min-width: 992px) {
	.video-production-process {
		padding: 75px 12.5%;
	}
	.video-production-process .row {
		height: 275px;
		margin-bottom: 50px !important;
	}
	.video-production-icon-container {
		display: none;
	}
	.video-production-icon-desktop {
		display: inline-block !important;
	}
	.video-post-icon-desktop {
		width: 30px !important;
		margin-top: 5px;
		margin-right: 5px;
	}
	.video-production-content {
		padding: 30px 40px 0.5px;
	}
	.video-production-process h3 {
		font-size: 28px;
		font-weight: 400;
	}
	.video-production-image {
		display: block;
		height: 275px;
		overflow: hidden;
	}
	.video-production-image img {
		height: 100%;
		width: auto;
		padding-left: 25px !important;
		min-height: 275px;
		overflow: hidden;
	}
	.video-production-text {
		padding-right: 0;
	}
	.video-production-process p, ul {
		font-size: 1.05em;
	}
	.video-production-process p {
		font-weight: 400;
	}
	.video-production-process ul {
		font-weight: 300;
	}
	.video-production-image-left {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.video-production-image-left .video-production-text {
		order: 2;
		padding-left: 25px;
		padding-right: 0;
		margin-top: -5px;
		margin-bottom: 40px;
	}
	.video-production-image-left > .video-production-image {
		order: 1;
		padding-left: 0;
		padding-right: 25px !important;
		overflow: hidden;
	}
	.video-production-image-left > .video-production-image img {
		padding-left: 0 !important;
		padding-right: 25px !important;
	}
}
@media screen and (min-width: 992px) {
	.hero-video::after {
		background: url('../images/hero/video-desktop.jpg');
		background-position: center;
		-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
		background-size: cover;
	}
}
@media screen and (min-width: 1200px) {
	.video-production-process {
		padding: 75px 15%;
	}
	.video-production-content {
		padding: 50px 100px 25px;
	}
}
@media screen and (min-width: 1350px) {
	.video-production-process {
		padding: 75px 20%;
	}
}
@media screen and (min-width: 1550px) {
	.video-production-process p, ul {
		font-size: 16px;
	}
}
@media screen and (min-width: 1700px) {
	.video-production-content {
		padding: 50px 150px 25px;
	}
}
@media screen and (min-width: 1850px) {
	.video-production-process h3 {
		font-size: 28px;
	}
	.video-production-process p, ul {
		font-size: 17px;
	}
}
@media screen and (min-width: 1900px) {
	.video-production-text {
		padding-right: 25px;
	}
	.video-production-image-left .video-production-text {
		padding-right: 0;
	}
}
/* ------------------- */


/* --- CONSULTING PAGE --- */

/* -- HERO -- */
.hero-consulting::after{
	content: "";
  background: url('../images/hero/consulting-mobile.jpg');
	background-position: center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
/* -- DESKTOP -- */
@media screen and (min-width: 992px) {
	.hero-consulting::after {
		background: url('../images/hero/consulting-desktop.jpg');
		background-position: center;
		-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
		background-size: cover;
	}
}
/* --------- */

/* -- MAXIMIZE POTENTIAL SECTION -- */
.consulting-maximize {
	background-color: #ffffff;
	padding: 25px 15px;
}
.maximize-box {
	background-color: #e6e6e6;
	border-radius: 10px;
	margin-bottom: 25px;
	padding: 25px 15px 5px;
}
.maximize-icon-container {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.maximize-icon {
	width: 65px;
	height: 65px;
}
.maximize-icon-container .fas,
.maximize-icon-container .fal {
	margin-bottom: -2px;
	font-size: 55px;
}
.maximize-box h3 {
	font-weight: 500;
	font-size: 21px;
	text-align: center;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}
.maximize-box ul {
	margin-left: -30px;
	font-size: 1.15em;
	font-weight: 400;
	margin-bottom: 25px;
	list-style: none;
}
.maximize-box ul > li {
	margin-bottom: 5px;
}
.maximize-box li > ul {
	margin-top: 5px;
	margin-left: -20px;
	list-style: none;
}
/* - TABLET - */
@media screen and (min-width: 768px) {
	.consulting-maximize {
		padding: 35px 12.5%;
	}
	.maximize-box {
		padding-left: 30px;
		padding-right: 30px;
	}
	.maximize-box > h3 {
		font-size: 28px;
	}
	.maximize-box ul {
		font-size: 16px;
	}
}
/* - DESKTOP - */
@media screen and (min-width: 992px) {
	.consulting-maximize {
		padding: 50px 8%;
	}
	.maximize-box {
		padding-left: 10px;
		padding-right: 10px;
	}
	.maximize-box h3 {
		font-size: 26px;
		font-weight: 400;
	}
	.maximize-box ul {
		font-size: 1.05em;
		font-weight: 300;
	}
	.consulting-maximize .col-lg-4 {
		max-width: 30%;
		margin-right: 2.90%;
	}
	#maximize-innovate {
		margin-left: 1.25%;
	}
}
@media screen and (min-width: 1200px) {
	.consulting-maximize .col-xl-4 {
		max-width: 27.5%;
	}
	#maximize-innovate {
		margin-left: 6%;
	}
	.maximize-box {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* --------- */

/* -- HOW WE CAN HELP SECTION -- */
.consulting-help {
	background-color: #09122a;
	padding: 25px 15px;
}
.consulting-help-content {
	background-color: #fff;
	color: #09122a;
	border-radius: 10px;
	padding: 25px 15px 0;
}
.consulting-help h3 {
	font-size: 21px;
	font-weight: 500;
	text-align: left !important;
	margin-bottom: 7px !important;
}
.consult-help-icon-desktop {
	display: none !important;
}
.consult-help-icon {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
}
.consult-help-text {
	margin-bottom: 25px;
}
.consulting-help p, ul {
	font-size: 1.15em;
}
.consulting-help p {
	font-weight: 400;
}
.consulting-help ul {
	margin-left: -20px;
	font-weight: 400;
	margin-bottom: 25px;
	margin-top: -10px !important;
}
.consult-help-image {
	display: none;
}
/* - TABLET - */
@media screen and (min-width: 768px) {
	.consulting-help {
		padding: 35px 12.5%;
	}
	.consulting-help-content {
		padding: 30px 30px 0;
	}
}
/* - DESKTOP - */
@media screen and (min-width: 992px) {
	.consulting-help {
		padding: 75px 12.5%;
	}
	.consulting-help .row {
		height: 300px;
		margin-bottom: 50px !important;
	}
	.consult-help-icon-container {
		display: none;
	}
	.consult-help-icon-desktop {
		display: inline-block !important;
		height: 22px !important;
		margin-right: 2.5px;
	}
	.consulting-help-content {
		padding: 30px 40px 0.5px;
	}
	.consulting-help h3 {
		font-size: 20px;
		font-weight: 400;
	}
	.consult-help-image {
		height: 300px;
		display: block;
		overflow: hidden;
	}
	.consult-help-image img {
		height: 100%;
	  width: auto;
	  padding-left: 25px !important;
	  min-height: 300px;
	  overflow: hidden;
	}
	.consult-help-text {
		padding-right: 25px;
	}
	.consulting-help p, ul {
		font-size: 14px;
	}
	.consulting-help p {
		font-weight: 400;
	}
	.consulting-help ul {
		font-weight: 300;
	}
	.consult-help-image-left {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.consult-help-image-left .consult-help-text {
		order: 2;
		padding-left: 25px;
		padding-right: 0 !important;
	}
	.consult-help-image-left > .consult-help-image {
		order: 1;
		padding-left: 0;
		padding-right: 0;
		overflow: hidden;
	}
	.consult-help-image-left > .consult-help-image img {
		height: 100%;
		padding-left: 0 !important;
	  padding-right: 0 !important;

	}
}
@media screen and (min-width: 1100px) {
	.consult-help-image-left > .consult-help-image img {
		height: 107.5%;
	}
	.consult-help-image-left .consult-help-text {
		padding-right: 25px !important;
	}
}
@media screen and (min-width: 1200px) {
	.consulting-help {
		padding: 75px 15%;
	}
	.consulting-help-content {
		padding: 50px 100px 25px;
	}
	.consult-help-image-left .consult-help-text {
		padding-right: 0 !important;
	}
	.consult-help-image-left > .consult-help-image img {
		height: 100%;
	}
}
@media screen and (min-width: 1350px) {
	.consulting-help {
		padding: 75px 20%;
	}
	.consulting-help .row {
		height: 325px;
	}
	.consult-help-image {
		height: 325px;
	}
	.consult-help-image img {
		height: 325px;
	}
	.consult-help-text {
		padding-right: 0;
	}
}
@media screen and (min-width: 1550px) {
	.consulting-help p, ul {
		font-size: 16px;
	}
	.consult-help-text {
		padding-right: 25px;
	}
}
@media screen and (min-width: 1700px) {
	.consulting-help-content {
		padding: 50px 150px 25px;
	}
	.consulting-help .row {
		height: 350px;
	}
	.consult-help-image {
		height: 350px;
	}
	.consult-help-image img {
		height: 350px;
	}
	.consult-help-text {
		padding-right: 0;
	}
}
@media screen and (min-width: 1850px) {
	.consulting-help h3 {
		font-size: 28px;
	}
	.consult-help-text {
		padding-right: 25px;
	}
}
/* --------- */
/* ------------------- */


/* --- SOFTWARE DEVELOPMENT PAGE --- */

/* -- HERO -- */
.hero-development::after{
	content: "";
  background: url('../images/hero/software-dev-mobile.jpg');
	background-position: center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
/* -- DESKTOP -- */
@media screen and (min-width: 992px) {
	.hero-development::after {
		background: url('../images/hero/software-dev-desktop.jpg');
		background-position: center;
		-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
		background-size: cover;
	}
}
/* --------- */

/* -- WHY VR IN MED SECTION -- */
.development-why {
	background-color: #fff;
	color: #09122a;
	padding: 25px 15px;
}
.dev-why-desc {
	text-align: left !important;
	font-size: 1.15em;
	font-weight: 400;
	margin-bottom: 35px;
}
.dev-benefits-box {
	background-color: #e6e6e6;
	border-radius: 10px;
	padding: 15px;
}
.dev-benefits-image {
	display: none;
}
.dev-benefits-icon-container .fas {
	font-size: 50px;
	margin-bottom: 10px !important;
}
.dev-benefits-text h3 {
	text-align: left !important;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 10px !important;
}
.dev-benefits-text p, ul {
	font-size: 1.15em;
}
.dev-benefits-text p {
	font-weight: 500;
	margin-bottom: 5px !important;
}
.dev-benefits-text ul {
	font-weight: 400;
	margin-left: -20px;
}
.dev-benefits-text li {
	margin-bottom: 3.5px !important;
}
/* - TABLET - */
@media screen and (min-width: 768px) {
	.development-why {
		padding: 35px 12.5%;
	}
	.dev-benefits-box {
		padding: 30px 30px 20px;
	}
}
/* - DESKTOP - */
@media screen and (min-width: 992px) {
	.development-why {
		padding: 50px 12.5%;
	}
	.dev-why-desc {
		font-size: 16px;
		text-align: center !important;
		font-weight: 300;
	}
	.dev-benefits-box {
		height: 390px;
		padding: 30px !important;
	}
	.dev-benefits-image {
		display: inline-block;
		overflow: hidden;
	}
	.dev-benefits-image img {
		height: 100%;
		width: auto;
		min-height: 330px;
		padding-right: 15px !important;
		position: absolute;
		right: 0 !important;
		overflow: hidden;
	}
	.dev-benefits-text {
		padding-left: 15px;
	}
	.dev-benefits-icon-container .fas {
		font-size: 60px;
	}
	.dev-benefits-text h3 {
		font-size: 28px;
		font-weight: 400;
	}
	.dev-benefits-text p {
		font-weight: 400;
	}
	.dev-benefits-text ul {
		font-weight: 300;
	}
}
@media screen and (min-width: 1200px) {
	.dev-benefits-box {
		padding: 40px;
	}
	.dev-benefits-image img {
		padding-right: 20px;
	}
	.dev-benefits-text {
		padding-left: 20px;
	}
	.dev-benefits-text p, ul {
		font-size: 16px;
	}
	.dev-benefits-text li {
		margin-bottom: 6px !important;
	}
}
@media screen and (min-width: 1450px) {
	.development-why {
		padding: 50px 17.5%;
	}
	.dev-benefits-icon-container .fas {
		font-size: 30px;
	}
	.dev-benefits-image img {
		padding-bottom: 20px !important;
	}
}
@media screen and (min-width: 1550px) {
	.dev-benefits-text h3 {
		font-size: 32px;
	}
	.dev-benefits-text p, ul {
		font-size: 18px;
	}
	.dev-benefits-box {
		height: 400px;
		padding: 30px;
	}
}
@media screen and (min-width: 1750px) {
	.dev-benefits-box {
		padding: 65px;
	}
	.dev-benefits-icon-container .fas {
		font-size: 40px;
	}
	.dev-benefits-image img {
		padding-right: 45px;
		padding-bottom: 0 !important;
	}
	.dev-benefits-text {
		padding-left: 45px;
	}
	.dev-benefits-box {
		height: 425px;
		padding: 30px;
	}
}
/* --------- */

/* -- APPS FOR VR IN MED SECTION -- */
.development-apps {
	background-color: #e6e6e6;
	padding: 25px 15px;
}
.dev-apps-content {
	background-color: #fff;
	color: #09122a;
	border-radius: 10px;
	padding: 25px 15px 0;
}
.development-apps h3 {
	font-size: 24px;
	font-weight: 500;
	text-align: left !important;
	margin-bottom: 7px !important;
}
.dev-apps-icon-desktop {
	display: none !important;
}
.dev-apps-icon-container {
	margin-bottom: 10px;
}
.dev-apps-icon {
	font-size: 45px;
	width: 60px;
	height: 60px;
}
.dev-apps-icon-container .fas {
	margin-bottom: -7.5px !important;
}
.dev-apps-text {
	margin-bottom: 25px;
}
.dev-apps-text p, ul {
	font-size: 1.15em;
}
.dev-apps-text p {
	font-weight: 500;
}
.dev-apps-text ul {
	margin: -10px 0 25px -20px !important;
	font-weight: 400;
}
.dev-apps-image {
	display: none;
}
/* - TABLET - */
@media screen and (min-width: 768px) {
	.development-apps {
		padding: 35px 12.5%;
	}
	.dev-apps-content {
		padding: 30px 30px 0;
	}
}
/* - DESKTOP - */
@media screen and (min-width: 992px) {
	.development-apps {
		padding: 75px 12.5%;
	}
	.development-apps .row {
		height: 300px;
		margin-bottom: 40px;
	}
	.dev-apps-icon-container {
		display: none;
	}
	.dev-apps-icon-desktop {
		display: inline-block !important;
		height: 25px !important;
		margin-right: 2.5px;
	}
	.dev-apps-content {
		padding: 30px 40px 0.5px;
	}
	.development-apps h3 {
		font-size: 28px;
		font-weight: 400;
	}
	.dev-apps-image {
		display: block;
		height: 300px;
		overflow: hidden;
	}
	.dev-apps-image img {
		height: 100%;
		width: auto;
		padding-left: 25px !important;
		min-height: 300px;
		overflow: hidden;
	}
	.dev-apps-text {
		padding-right: 0 !important;
	}
	.dev-apps-image-left {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.dev-apps-image-left .dev-apps-text {
		order: 2;
		padding-left: 25px;
		padding-right: 0;
		margin-top: -5px;
		margin-bottom: 15px;
	}
	.dev-apps-image-left > .dev-apps-image {
		order: 1;
		padding-left: 0;
		padding-right: 25px;
		overflow: hidden;
	}
	.dev-apps-image-left > .dev-apps-image img {
		padding-left: 0 !important;
		padding-right: 25px !important;
	}
	.dev-apps-text p, ul {
		font-size: 14px;
	}
	.dev-apps-text p {
		font-weight: 400;
	}
	.dev-apps-text ul {
		font-weight: 300;
	}
}
@media screen and (min-width: 1200px) {
	.development-apps {
		padding: 75px 15%;
	}
	.dev-apps-content {
		padding: 50px 100px 25px;
	}
}
@media screen and (min-width: 1350px) {
	.development-apps {
		padding: 75px 20%;
	}
}
@media screen and (min-width: 1550px) {
	.development-apps ul > li, li > ul > li {
		font-size: 16px;
	}
	.development-apps p {
		font-size: 18px;
	}
	.development-apps .row {
		height: 325px;
	}
	.dev-apps-image {
		height: 325px;
	}
	.dev-apps-image img {
		min-height: 325px;
	}
}
@media screen and (min-width: 1700px) {
	.dev-apps-content {
		padding: 50px 150px 25px;
	}
}
@media screen and (min-width: 1850px) {
	.development-apps h3 {
		font-size: 28px;
	}
	.dev-apps-text {
		padding-right: 30px !important;
	}
	.dev-apps-image-left .dev-apps-text {
		padding-right: 0 !important;
	}
}
/* --------- */

/* -- APPS FOR VR IN MED SECTION -- */
.development-help {
	background-color: #fff;
	padding: 25px 15px;
}
.dev-help-desc {
	text-align: left !important;
	font-size: 1.15em;
	font-weight: 400;
	margin-bottom: 35px;
}
.dev-help-box {
	background-color: #e6e6e6;
	border-radius: 10px;
	margin-bottom: 25px;
	padding: 25px 15px 5px;
}
.dev-help-icon-container {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.dev-help-icon {
	width: 65px;
	height: 65px;
	font-size: 55px;
}
.dev-help-icon-container .fal {
	margin-bottom: -2px;
}
.dev-help-box h3 {
	font-weight: 500;
	font-size: 21px;
	text-align: center;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}
.dev-help-box p {
	font-size: 1.15em;
	font-weight: 400;
}
/* - TABLET - */
@media screen and (min-width: 768px) {
	.development-help {
		padding: 35px 12.5%;
	}
	.dev-help-box {
		padding-left: 30px;
		padding-right: 30px;
	}
	.dev-help-box h3 {
		font-size: 24px;
	}
}
/* - DESKTOP - */
@media screen and (min-width: 992px) {
	.development-help {
		padding: 50px 8%;
	}
	.dev-help-desc {
		font-size: 16px;
		text-align: center !important;
		font-weight: 300;
	}
	.dev-help-box {
		padding-left: 25px;
		padding-right: 25px;
	}
	.dev-help-box h3 {
		font-weight: 400;
	}
	.dev-help-box p {
		font-size: 16px;
		font-weight: 300;
	}
	.development-help .col-lg-4 {
		max-width: 30%;
		margin-right: 2.90%;
	}
	#dev-help-plan {
		margin-left: 1.25%;
	}
}
@media screen and (min-width: 1200px) {
	.development-help .col-xl-4 {
		max-width: 27.5%;
	}
	#dev-help-plan {
		margin-left: 6%;
	}
	.dev-help-box {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* --------- */
/* ------------------- */


/* --- PRODUCTS PAGE --- */

/* -- HERO -- */
.hero-products::after{
	content: "";
  background: url('../images/hero/products-mobile.jpg');
	background-position: center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
/* - DESKTOP - */
@media screen and (min-width: 992px) {
	.hero-products::after {
		background: url('../images/hero/products-desktop.jpg');
		background-position: center;
		-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
		background-size: cover;
	}
}
/* --------- */

/* -- SIEVRT -- */
.products-sievrt {
	background-color: #fff;
	padding: 25px 15px 35px;
}
.sievrt-heading {
	margin-top: -15px !important;
	margin-bottom: 15px;
}
.sievrt-heading .sievrt-logo-mobile {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.sievrt-heading .sievrt-logo-mobile img {
	height: 75px;
}
.sievrt-video {
	display: none;
}
.sievrt-heading h3 {
	font-size: 21px;
	font-weight: 500;
	text-align: center !important;
	margin-top: 15px !important;
}
.sievrt-main {
	background-color: #e6e6e6;
	border-radius: 10px;
	padding: 15px 15px 0;
}
.sievrt-logo-desktop {
	display: none;
}
.sievrt-main ul > li, ul > li > ul {
	font-size: 1em;
}
.sievrt-main p {
	font-size: 1.05em;
	font-weight: 500;
}
.sievrt-main ul {
	font-weight: 400;
	margin-left: -20px;
	margin-top: -5px !important;
}
.sievrt-main ul > li {
	margin-bottom: 5px;
}
.sievrt-main li > ul {
	margin-top: 5px !important;
}
.sievrt-cta {
	margin-top: 35px;
	margin-bottom: 0;
}
.sievrt-cta-button {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.sievrt-cta h4 {
	font-weight: 500;
	font-size: 21px;
	margin-bottom: 10px !important;
}

/* - TABLET - */
@media screen and (min-width: 768px) {
	.products-sievrt {
		padding: 35px 12.5% 45px;
	}
	.sievrt-heading .sievrt-logo-mobile img {
		height: 95px;
	}
	.sievrt-main {
		padding: 25px 25px 10px;
	}
	.sievrt-heading h3 {
		font-size: 24px;
	}
}

/* - DESKTOP - */
@media screen and (min-width: 992px) {
	.products-sievrt {
		padding: 50px 12.5%;
	}
	.sievrt-logo-mobile {
		display: none !important;
	}
	.sievrt-logo-desktop {
		display: block;
		height: 70px;
		margin-top: -10px !important;
		margin-bottom: 10px;
	}
	.sievrt-video {
		display: block;
		margin-bottom: 25px;
	}
	.sievrt-video img,
	.sievrt-video video,
	.sievrt-video iframe {
		outline: none !important;
		border: none !important;
	}
	.sievrt-heading {
		margin-top: 0 !important;
	}
	.sievrt-heading h3 {
		/* text-align: left !important; */
		font-size: 28px;
	}
	.sievrt-content {
		background-color: #e6e6e6;
		border-radius: 10px;
		padding: 30px 30px 10px;
		margin-bottom: 35px !important;
	}
	.sievrt-main {
		background-color: transparent;
		padding: 0 0 0 15px;
	}
	.sievrt-heading {
		padding-right: 15px;
	}
	.sievrt-cta {
		margin: 10px 0 25px 0;
	}
	.sievrt-heading h3 {
		font-weight: 400;
	}
	.sievrt-main ul > li, li > ul > li {
		font-size: 1em;
	}
	.sievrt-main p {
		font-size: 1.05em;
		font-weight: 400;
	}
	.sievrt-main ul {
		font-weight: 300;
	}
	.sievrt-cta h4 {
		font-weight: 400;
	}
}
@media screen and (min-width: 1500px) {
	.sievrt-content {
		padding: 45px 45px 20px;
	}
	.sievrt-main {
		padding: 0 0 0 22.5px;
	}
	.sievrt-heading {
		padding-right: 22.5px;
	}
	.sievrt-cta {
		margin: 35px 0 25px 0;
	}
}
@media screen and (min-width: 1600px) {
	.sievrt-heading h3 {
		font-size: 30px;
	}
	.sievrt-main p, ul > li, li > ul > li {
		font-size: 18px;
	}
}
/* --------- */

/* -- MEDCAST360 -- */
.products-medcast {
	background-color: #e6e6e6;
	padding: 25px 15px 35px;
}
.medcast-heading {
	margin-top: -15px !important;
	margin-bottom: 15px;
}
.medcast-heading .medcast-logo-mobile {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.medcast-heading .medcast-logo-mobile img {
	width: 100%;
}
.medcast-video {
	display: none;
}
.medcast-heading h3 {
	font-size: 21px;
	font-weight: 500;
	text-align: center !important;
	margin-top: 15px !important;
}
.medcast-main {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 15px 0;
}
.medcast-logo-desktop {
	display: none;
}
.medcast-main ul > li, ul > li > ul {
	font-size: 1em;
}
.medcast-main p {
	font-size: 1.05em;
	font-weight: 500;
}
.medcast-main ul {
	font-weight: 400;
	margin-left: -20px;
	margin-top: -5px !important;
}
.medcast-main ul > li {
	margin-bottom: 5px;
}
.medcast-main li > ul {
	margin-top: 5px !important;
}
.medcast-cta {
	margin-top: 35px;
	margin-bottom: 0;
}
.medcast-cta-button {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.medcast-cta h4 {
	font-weight: 500;
	font-size: 21px;
	margin-bottom: 10px !important;
}

/* - TABLET - */
@media screen and (min-width: 768px) {
	.products-medcast {
		padding: 35px 12.5% 45px;
	}
	.medcast-heading .medcast-logo-mobile img {
		width: auto;
		height: 75px;
	}
	.medcast-main {
		padding: 25px 25px 10px;
	}
	.medcast-heading h3 {
		font-size: 24px;
	}
}

/* - DESKTOP - */
@media screen and (min-width: 992px) {
	.products-medcast {
		padding: 50px 12.5%;
	}
	.medcast-logo-mobile {
		display: none !important;
	}
	.medcast-logo-desktop {
		display: block;
		width: 100%;
		margin-top: -10px !important;
		margin-bottom: 10px;
	}
	.medcast-video {
		display: block;
		margin-bottom: 25px;
	}
	.medcast-video video {
		outline: none !important;
		border: none !important;
		width: 100%;
	}
	.medcast-video iframe {
		display: block;
		width: 100%;
	}
	.medcast-heading h3 {
		font-size: 28px;
		/* text-align: left !important; */
	}
	.medcast-content {
		background-color: #fff;
		border-radius: 10px;
		padding: 45px 30px 10px;
		margin-bottom: 35px !important;
		display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
		display: flex;
	}
	.medcast-heading {
		order: 2;
		padding-left: 15px;
	}
	.medcast-main {
		background-color: transparent;
		order: 1;
		padding: 0 15px 0 0;
	}
	.medcast-cta {
		order: 3;
		margin: 10px 0 25px 0;
	}
	.medcast-heading h3 {
		font-weight: 400;
	}
	.medcast-main ul > li, li > ul > li {
		font-size: 1em;
	}
	.medcast-main p {
		font-size: 1.05em;
		font-weight: 400;
	}
	.medcast-main ul {
		font-weight: 300;
	}
	.medcast-cta h4 {
		font-weight: 400;
	}
}
@media screen and (min-width: 1200px) {
	.medcast-logo-desktop {
		width: 90%;
		margin-top: -25px !important;
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 1500px) {
	.medcast-content {
		padding: 55px 45px 20px;
	}
	.medcast-main {
		padding: 0 22.5px 0 0;
	}
	.medcast-heading {
		padding-left: 22.5px;
	}
	.medcast-cta {
		margin: 35px 0 25px 0;
	}
}
@media screen and (min-width: 1600px) {
	.medcast-heading h3 {
		font-size: 30px;
	}
	.medcast-main ul > li, li > ul > li {
		font-size: 18px;
	}
	.medcast-main p {
		font-size: 20px;
	}
	.medcast-logo-desktop {
		width: 80%;
	}
}
/* --------- */

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




/* --- 404 PAGE --- */
.hero-404 h1 {
	font-size: 42px;
	margin-bottom: 7.5px !important;
}
.hero-404 h1 > span {
	font-size: 36px;
}
.hero-404 h2 {
	padding-left: 7.5px !important;
	padding-right: 7.5px !important;
	margin-bottom: 10px !important;
}
.hero-desc {
	font-size: 1.15em;
	font-weight: 300;
	margin-bottom: 25px;
}
.button-404-home {
	margin-bottom: 25px !important;
}
.button-404-contact > a.button{
	background-color: #fff;
	color: #f4922a !important;
}

/* -- TABLET -- */
@media screen and (min-width: 600px) {
	.hero-404 h1 {
		font-size: 55px;
	}
	.hero-404 h1 > span {
		font-size: 48px;
	}
	.buttons-404 {
		display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
		display: flex;
		justify-content: center;
	}
	.button-404-home {
		margin-right: 7.5px;
	}
	.button-404-contact {
		margin-left: 7.5px;
	}
}

/* -- DESKTOP -- */
@media screen and (min-width: 992px) {
	.hero-404 h1 {
		font-size: 60px;
	}
	.hero-404 h2 {
		font-size: 38px;
		margin-left: -5px !important;
	}
	.buttons-404 {
		justify-content: left;
	}
}
@media screen and (min-width: 1280px) {
	.hero-404 h1 {
		font-size: 65px;
	}
	.hero-404 h1 > span {
		font-size: 52px;
	}
}
@media screen and (min-width: 1700px) {
	.hero-404 h1 {
		font-size: 72px;
	}
	.hero-404 h1 > span {
		font-size: 58px;
	}
	.hero-404 h2 {
		font-size: 45px;
	}
}
/* ------------------- */
