
/* ====================================================================== *
      GLOBAL
 * ====================================================================== */	
	
 body{
	overflow-y: scroll;
	/*background-image: url(http://www.nadernejat.com/portfolio/images/main/background_grid_01.png);*/
}

video{
	display: block;
}

.vcenter{
	display: table;
	height: 100%;
}
.vcenter>.vcenter{
	display: table-cell; 
	vertical-align: middle;
}

.mobile_only{
	display: none;
}

.video_image{
	width: 100%;
}

.video_over_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

/* ====================================================================== *
  BLOCK UI
* ====================================================================== */		

 .blockui{
	background: #2280FF;

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.blockui.empty .la-ball-spin-fade-rotating{
	display: none;
}

.la-ball-spin-fade-rotating{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -32px;
	margin-top: -32px;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-spin-fade-rotating,
.la-ball-spin-fade-rotating > div {
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.la-ball-spin-fade-rotating {
	display: block;
	font-size: 0;
	color: #fff;
}
.la-ball-spin-fade-rotating.la-dark {
	color: #333;
}
.la-ball-spin-fade-rotating > div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor;
}
.la-ball-spin-fade-rotating {
	width: 32px;
	height: 32px;
	-webkit-animation: ball-spin-fade-rotate 6s infinite linear;
	   -moz-animation: ball-spin-fade-rotate 6s infinite linear;
		 -o-animation: ball-spin-fade-rotate 6s infinite linear;
			animation: ball-spin-fade-rotate 6s infinite linear;
}
.la-ball-spin-fade-rotating > div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -4px;
	border-radius: 100%;
	-webkit-animation: ball-spin-fade 1s infinite linear;
	   -moz-animation: ball-spin-fade 1s infinite linear;
		 -o-animation: ball-spin-fade 1s infinite linear;
			animation: ball-spin-fade 1s infinite linear;
}
.la-ball-spin-fade-rotating > div:nth-child(1) {
	top: 5%;
	left: 50%;
	-webkit-animation-delay: -1.125s;
	   -moz-animation-delay: -1.125s;
		 -o-animation-delay: -1.125s;
			animation-delay: -1.125s;
}
.la-ball-spin-fade-rotating > div:nth-child(2) {
	top: 18.1801948466%;
	left: 81.8198051534%;
	-webkit-animation-delay: -1.25s;
	   -moz-animation-delay: -1.25s;
		 -o-animation-delay: -1.25s;
			animation-delay: -1.25s;
}
.la-ball-spin-fade-rotating > div:nth-child(3) {
	top: 50%;
	left: 95%;
	-webkit-animation-delay: -1.375s;
	   -moz-animation-delay: -1.375s;
		 -o-animation-delay: -1.375s;
			animation-delay: -1.375s;
}
.la-ball-spin-fade-rotating > div:nth-child(4) {
	top: 81.8198051534%;
	left: 81.8198051534%;
	-webkit-animation-delay: -1.5s;
	   -moz-animation-delay: -1.5s;
		 -o-animation-delay: -1.5s;
			animation-delay: -1.5s;
}
.la-ball-spin-fade-rotating > div:nth-child(5) {
	top: 94.9999999966%;
	left: 50.0000000005%;
	-webkit-animation-delay: -1.625s;
	   -moz-animation-delay: -1.625s;
		 -o-animation-delay: -1.625s;
			animation-delay: -1.625s;
}
.la-ball-spin-fade-rotating > div:nth-child(6) {
	top: 81.8198046966%;
	left: 18.1801949248%;
	-webkit-animation-delay: -1.75s;
	   -moz-animation-delay: -1.75s;
		 -o-animation-delay: -1.75s;
			animation-delay: -1.75s;
}
.la-ball-spin-fade-rotating > div:nth-child(7) {
	top: 49.9999750815%;
	left: 5.0000051215%;
	-webkit-animation-delay: -1.875s;
	   -moz-animation-delay: -1.875s;
		 -o-animation-delay: -1.875s;
			animation-delay: -1.875s;
}
.la-ball-spin-fade-rotating > div:nth-child(8) {
	top: 18.179464974%;
	left: 18.1803700518%;
	-webkit-animation-delay: -2s;
	   -moz-animation-delay: -2s;
		 -o-animation-delay: -2s;
			animation-delay: -2s;
}
.la-ball-spin-fade-rotating.la-sm {
	width: 16px;
	height: 16px;
}
.la-ball-spin-fade-rotating.la-sm > div {
	width: 4px;
	height: 4px;
	margin-top: -2px;
	margin-left: -2px;
}
.la-ball-spin-fade-rotating.la-2x {
	width: 64px;
	height: 64px;
}
.la-ball-spin-fade-rotating.la-2x > div {
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
}
.la-ball-spin-fade-rotating.la-3x {
	width: 96px;
	height: 96px;
}
.la-ball-spin-fade-rotating.la-3x > div {
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-left: -12px;
}
/*
 * Animations
 */
@-webkit-keyframes ball-spin-fade-rotate {
	100% {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}
@-moz-keyframes ball-spin-fade-rotate {
	100% {
		-moz-transform: rotate(360deg);
			 transform: rotate(360deg);
	}
}
@-o-keyframes ball-spin-fade-rotate {
	100% {
		-o-transform: rotate(360deg);
		   transform: rotate(360deg);
	}
}
@keyframes ball-spin-fade-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		   -moz-transform: rotate(360deg);
			 -o-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}
@-webkit-keyframes ball-spin-fade {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
				transform: scale(1);
	}
	50% {
		opacity: .25;
		-webkit-transform: scale(.5);
				transform: scale(.5);
	}
}
@-moz-keyframes ball-spin-fade {
	0%,
	100% {
		opacity: 1;
		-moz-transform: scale(1);
			 transform: scale(1);
	}
	50% {
		opacity: .25;
		-moz-transform: scale(.5);
			 transform: scale(.5);
	}
}
@-o-keyframes ball-spin-fade {
	0%,
	100% {
		opacity: 1;
		-o-transform: scale(1);
		   transform: scale(1);
	}
	50% {
		opacity: .25;
		-o-transform: scale(.5);
		   transform: scale(.5);
	}
}
@keyframes ball-spin-fade {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
			 -o-transform: scale(1);
				transform: scale(1);
	}
	50% {
		opacity: .25;
		-webkit-transform: scale(.5);
		   -moz-transform: scale(.5);
			 -o-transform: scale(.5);
				transform: scale(.5);
	}
}

/* ====================================================================== *
  MENU
* ====================================================================== */	

body{
	margin-top: 80px;
}

.menu_fullwidth{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;

	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 0px;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
		 -o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
		-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
			box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

 .menu{
	height: 80px;
	background: transparent;
	max-width: 1200px;
	margin:auto;
 }

 /* LOGO */

 .menu_logo{
	 float: left;
	 margin-left: 20px;
	 height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
 }
 .menu_logo a{
	 text-decoration: none !important;
	 font-size: 20px;
	 color: #4A4A4A;
 }
.menu_logo:hover{
	text-decoration: none;
}

.logo{
	background: var(--menu-logo-bg-color);
	color: var(--menu-logo-color);
	border-radius: 50%;
	 width: 40px;
	 height: 40px;
	 float: left;
	 margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu_logo:hover .logo{
	background: #00449d;
}
.menu_logo:active .logo{
	background: #378EFF;
}

 .logo_text{
	display: inline-block;
	color: var(--logo-text-selectable-color);
 }
 .menu_logo:hover .logo_text{
	 color: var(--logo-text-hover-color);
 }
 .menu_logo:active .logo_text{
	color: var(--logo-text-pressed-color);
}

 /* MENU ITEMS */

 .menu_items{
	 float: right;
	 margin-right: 125px;
	padding-top: 5px;
	 height: 80px;
 }
 .menu_item{
	position: relative;
	float: left;
	margin-right: 36px;
	font-size: 15px;
	line-height: 17px;
	color: var(--tab-text-selectable-color);
	text-decoration: none;
	padding: 4px 2px;
	text-decoration: none !important;
 }
 .menu_item:last-child{
	 margin-right: 0;
 }
 .menu_item:hover{
	color: var(--tab-text-hover-color);
 }
 .menu_item:active{
	color: var(--tab-text-pressed-color);
 }
 .menu_item.active{
	border-bottom: 2px solid var(--tab-underline-selectable-color);
 }

 /* MENU ITEMS - HOVER EFFECT */

.menu_item:before {
	content: "";
	height: 2px;
	width: 0%;
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transition: all ease 0.3s;
}
.menu_item:not(.active):hover::before {
	content: "";
	height: 2px;
	width: 100%;
	background: var(--tab-underline-hover-color);
	position: absolute;
	bottom: -2px;
	left: 0%;
	transition: all ease 0.3s;
}

.menu_item:not(.active):active::before {
	background: var(--tab-underline-pressed-color);
}

 /* MENU ICONS */

 .menu_icons{
	 float: right;
	 margin-right: 24px;
	 height: 80px;
 }
 .menu_icon{
	position: relative;
	z-index: 2;
	margin-right: 30px;
	font-size: 12px;
	color: var(--menu-icon-text-selectable-color);
	text-decoration: none !important;
	transition: color .3s;
	height: 80px;
	float: left;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
 }
 @media only screen and (max-width: 768px) {
	.menu_icon:hover{
		color: var(--menu-icon-text-selectable-color);
	} 
 }
 @media only screen and (min-width: 768px) {
	.menu_icon:hover{
		color: var(--menu-icon-text-hover-color);
	}
	.menu_icon:active{
		color: var(--menu-icon-text-pressed-color);
	}
}
 .menu_icon:last-child{
	 margin-right: 0;
 }
 .menu_icon_svg{
	transition: all 0.1s ease;
	position: relative;
	color: #378EFF;
	background-image: linear-gradient(163deg, rgba(255,255,255,1) 35%, rgba(240,240,240,0.70) 97%);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.30), inset 1px 1px 2px 0 #FFFFFF;
	border-radius: 50%;
	 width: 36px;
	 height: 36px;
	 margin-bottom: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
 }
 .menu_icon_svg svg{
	position: relative;
	z-index: 1 !important;
 }

 @media only screen and (min-width: 768px) {
	.menu_icon:hover .menu_icon_svg{
		color: #fff;
		background-image: none;
		background: #378EFF;
	}

	.call_to_action_icons .menu_icon:hover .menu_icon_svg{
		background: #00449d;
		box-shadow: none;
	}

	.menu_icon::before { /* hack, so the text don't move when you change the font to bold (on hover) */
		display: block;
		content: attr(title);
		font-family: 'Rajdhani', sans-serif;
		font-weight: 700;
		height: 0;
		overflow: hidden;
		visibility: hidden;
	}
	.menu_icon:hover{
		font-family: 'Rajdhani', sans-serif;
		font-weight: 700;
	}
}

.menu_icon:active .menu_icon_svg,
.call_to_action_icons .menu_icon:active .menu_icon_svg{
	color: #378EFF;
	background: transparent;
	background-image: linear-gradient(163deg, rgba(255,255,255,1) 35%, rgba(240,240,240,0.70) 97%);
	box-shadow: none;
}

 /* RESPONSIVE */

@media only screen and (max-width: 950px) {
	 .menu_items{
		 margin-right: 40px;
	 }
	 .menu_item{
		margin-right: 20px;
	}
	.menu_icon{
		 margin-right: 20px;
	 }
}	

@media only screen and (max-width: 700px) {
	.menu_items{
		display: none;
	}
}

/* ====================================================================== *
  PARALLAX BG IMAGE
* ====================================================================== */		

.parallax{
	 position: relative;
	 overflow: visible !important;
}

.parallax_bg{
	height: 600px;
	position: relative;
	/*opacity: 0.65;*/
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* before & after parallax */

.before_parallax_gradient{
	height: 64px;
	/*background: #fff;*/
	background-image: linear-gradient(rgb(255 255 255 / 80%), rgb(255 255 255 / 100%));
}
.before_parallax_gradient.from_lightgray{
	background-image: linear-gradient(rgb(242 242 242 / 80%), rgb(255 255 255 / 100%));
}
.before_parallax_solid{
	height: 32px;
	background: #fff;
}

.after_parallax_solid{
	height: 32px;
	background: rgba(18, 45, 152, 1);
}
.after_parallax_gradient{
	height: 64px;
	/*background: rgba(18, 45, 152, 1);*/
	background-image: linear-gradient(rgb(18 45 152 / 100%), rgb(18 45 152 / 80%));
}

.after_parallax_solid.lightblue{
	background: rgba(68, 163, 223);
}
.after_parallax_gradient.lightblue{
	background-image: linear-gradient(rgb(68 163 223 / 100%), rgb(68 163 223 / 80%));
}

/* ====================================================================== *
  PARALLAX WAVES
* ====================================================================== */

 .waves-top{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: rotate(180deg);
 }

 .waves-bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.waves {
	position:relative;
	width: 100%;
	height:100px;
	margin-bottom:-7px; /*Fix for safari gap*/
	min-height:100px;
	max-height:150px;
}

/* Animation */

.parallax-waves > use {
	animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax-waves > use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}
.parallax-waves > use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}
.parallax-waves > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}
.parallax-waves > use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}
@keyframes move-forever {
	0% {
	transform: translate3d(-90px,0,0);
	}
	100% { 
	transform: translate3d(85px,0,0);
	}
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
	.waves {
		height:40px;
		min-height:40px;
	}
}

/* ====================================================================== *
  RESET DEFAULT SPACING
* ====================================================================== */

h1, h2, h3, h4, h5, h6,
 dl, ol, ul {
	 margin: 0 !important;
 }

/* ====================================================================== *
  LINKS TO NAVIGATE
* ====================================================================== */ 	

.page_title{
	position: relative;
}
 .page_title .fa-chevron-left,
 .page_title .fa-chevron-right{
	position: absolute;
	top: 0;
 }
 .page_title .fa-chevron-left{
	 left: -40px;
 }
 .page_title .fa-chevron-right{
	 right: -40px;
 }

/* ====================================================================== *
  LAYOUT
* ====================================================================== */

 .page-content{
	width: 100%;
	max-width: 1200px;
	margin: auto;
 }
 
.section{
	width: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin: 0;

	background: rgba(255, 255, 255, 0.8);
	border-radius: 0px;
	color: var(--section-intro-light-bg-copy-text-color);
}

.gray_bg{
	background: rgba(242, 242, 242, 0.8);
	border-radius: 0px;
}

.blue_bg{
	background: rgba(18, 45, 152, 0.8);
	border-radius: 0px;
	color: #fff;
}

.lightblue_bg{
	background: rgba(68, 163, 223, 0.8);
	border-radius: 0px;
	color: #fff;
}

.section_transparent{
	background: transparent !important;
}

.section_bordered{
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}

.section-bottom-round{
	border-bottom-left-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}

.section_intro_icon{
	float: left;
	margin-bottom: 84px;
	margin-right: 40px;
	margin-left: 20px;
}

/* blue intros */

.blue_intro .content{
	overflow: hidden;
	margin: 0;
}
.blue_intro .content_wide{
	margin-left: 315px;
}
.blue_intro .section_intro_icon{
	width: 180px;
	margin-left: 68px;
	margin-right: 67px;
	margin-bottom: 0;

	filter: drop-shadow(0px 0px 30px #000D39);
}
.blue_intro .spacer-bulleted-list-below{
	height: 64px;
}

.image_shadow{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.collage{
	display: flex;
}

.artifact_1{

}

.artifact_2{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-radius: 10px;
}

.collage_1{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-radius: 10px;
}

.section-a, .section-c, .section-e, .section-g{
	background: white;
} 

.section-b, .section-d, .section-f, .section-h{
	background: LightGray;
}

 .content{
	 width: 766px;
	 margin: auto;
 }

 .content_wide{
	 width: 963px;
	 margin: auto;
 }

 .content_extrawide{
	 width: 1159px;
	 margin: auto;	
 }

 .content_extrawide_x1{
	 width: 100%;
	 margin: auto;		
 }

 .content_fullwide{
	 width: 100%;
	 margin: auto;
 }

 .no_padding{
	padding: 0 !important;
}

.content, .content_wide, .content_extrawide, .content_extrawide_x1, .content_fullwide{
	max-width: 100%;
}

.content_wide img,
.content img{
	width: 100%;
}

/* colors */

.section h1{
	color: var(--h1-color);
}
.section h1.tiny{
	color: var(--h1-tiny-color);
}
.section h2{
	color: var(--h2-color);
}
.section .subcaption{
	color: var(--subcaption-color);
}
.section .body_copy{
	color: var(--body-color);
}

/* intro colors */

.section.intro{
	color: var(--section-intro-light-bg-copy-text-color);
}
.section.intro h1,
.section.intro .section_intro{
	color: var(--section-intro-light-bg-title-text-color);
}
.section.intro h1.tiny{
	color: var(--section-intro-light-bg-subtitle-text-color);
}

.section.intro.blue_intro{
	color: var(--section-intro-brand-bg-copy-text-color);
}
.section.intro.blue_intro h1,
.section.intro.blue_intro .section_intro{
	color: var(--section-intro-brand-bg-title-text-color);
}
.section.intro.blue_intro h1.tiny{
	color: var(--section-intro-brand-bg-subtitle-text-color);
}

/* RESPONSIVE */

@media only screen and (max-width: 1199px) {
	.content,
	.content_wide{
		width: auto;
		 padding: 0 20px;
	 }
}

@media only screen and (max-width: 700px) {
	.section_intro_icon{
		display: none;
	}
}

@media only screen and (max-width: 1199px) {
	.page-content{
		padding: 0 20px;
	}
	.blue_intro .content_wide{
		margin-left: 0;
	}
 }

/* ====================================================================== *
  MY ROLE
* ====================================================================== */ 		

.icon_table{
	width: 100%;
	font-size: 15px;
	line-height: 15px;
}

.icon_table td{
	vertical-align: middle;
}

.icon_table .img_container{
	margin-right: 20px;
}

.icon_table img{
	width: 32px;
	max-width: 32px;;
}

.icon-text-subtitle{
	color: var(--icon-text-subtitle-text-color);
}

.icon-text-body{
	color: var(--icon-text-body-text-color);
}

.icon_table .img_container{
	background-image: url('../img/grs/bulleted_icon_bg_01.svg');
	background-size: contain;
	height: 60px;
	width: 60px;
	align-items: center;
	display: flex;
	justify-content: center;
}

/* ====================================================================== *
  H (HEADERS) DESIGN
* ====================================================================== */ 	

 .inline_h h1,
 .inline_h h2{
	display: inline-block;
 }

 h2.gray{
	 color: gray;
 }

/* ====================================================================== *
  CASE STUDY MENU
* ====================================================================== */		

 .case_study_menu{
	position: relative;
	 height: 480px;
	 width: 100%;

	border-radius: 0px;

	 background-size: auto auto;
	 background-repeat: no-repeat;
	 background-position: right bottom;
 }

.case_study_menu:first-child{
	border-top-left-radius: 20px !important;
	border-top-right-radius: 20px !important;
}
.case_study_menu:last-child{
	border-bottom-left-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}

.case_study_menu_content{
	position: absolute;
	top: 0;
	left: 120px;
	z-index: 99;
}

.right .case_study_menu_content{
	left: 50%;
	width: 50%;
	padding-right: 120px;
}

.case_study_menu_img{
	position: absolute;
	z-index: 2;
}

.case-study-menu-sub-title{
	color: var(--case-study-menu-sub-title-color);
}

.case-study-menu-title{
	color: var(--case-study-menu-title-color);
}

.case-study-menu-description{
	color: var(--case-study-menu-description-color);
}

.view-case-study{
	background: var(--view-case-study-button-bg-color);
	color: var(--view-case-study-button-text-color);
	border-radius: 10px;
	width: 275px;
	height: 40px;
	text-decoration: none !important;

	display: flex;
	align-items: center;
	justify-content: center;

	padding-top: 1px;

	-webkit-transition: background 100ms ease-in;
	-ms-transition: background 100ms ease-in;
	transition: background 100ms ease-in;
 }

 .view-case-study:hover{
	background: #fff;
	color: rgba(0,0,0,1);
 }

 .view-case-study:active{
	border: 2px solid transparent;
	background: rgba(0,0,0,1);
	color: #fff;	
 }

.case_study_menu_circle{
	position: absolute;
	width: 376px;
	height: 376px;
	background: #fff;
	border-radius: 50%;
	right: 120px;
	top: 52px;
}

.right .case_study_menu_circle{
	right: initial;
	left: 120px;
}

/* RESPONSIVE */

@media only screen and (max-width: 999px) {
	.case_study_menu{
		height: auto;
	}
	.case_study_menu_content,
	.right .case_study_menu_content{
		padding: 0 20px;
		position: relative;
		left: unset;
		top: unset;
		right: unset;
		bottom: unset;
	}
	.case_study_menu_circle:not(.testimonial_img){
		display: none;
		background: red !important;
	}
	.case_study_menu_img{
		margin-top: 10px;
		padding: 20px;
		position: relative;
		top: unset !important;
		bottom: unset !important;
		right: unset !important;
		left: unset !important;
		max-width: 100%;
		height: auto;
	}
	.spacer-case-study-menu-sub-title-above{
		height: 20px !important;
	}
	.right .case_study_menu_content{
		width: auto;
		padding-right: 0;
	}
}

.comming_soon{
	color: #fff;
}

/* ====================================================================== *
  SECTION DIVIDER
* ====================================================================== */		

.section_divider {
	width: 100%;
	position: relative;
	font-size: 12px;
	color: #10178A;
	height: 40px;;
}
.section_divider_bordered{
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.section_divider .section_divider_line {
	border-top: 1px solid #10178A;
	z-index: -1;
	position: absolute;
	top: 20px;
	width: 100%;
}
.section_divider .section_divider_box {
	position: relative;
	top: 20px;
	z-index: 1;

	margin: auto;
	display: block;
	border: 1px solid #10178A;
	background: #fff;

	width: 192px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

/* ====================================================================== *
  CALL TO ACTION
* ====================================================================== */		

 .call_to_action_container{
	border-top-left-radius: 20px !important;
	border-top-right-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
	overflow: hidden;
	transform: translateZ(0)
 }

.call_to_action{
	background-color: rgba(55, 142, 255, 0.8);
	border-radius: 0px;

	overflow: hidden;
	padding: 50px 0px 50px 100px;
	display: flex;
}

.call_to_action .graphic{
	/*width: 320px;
	margin-right: 100px;*/
	width: 280px;
	margin-right: 116px;
}
.call_to_action .graphic>svg{
	transform: scale(1.18);
}

.call_to_action .calendar{
	position: relative; 
	width: 320px;
	margin-right: 100px;
	height: 320px;  
	background-repeat: no-repeat;
    background-position: center;
	padding: 132px 38px;
}

.call_to_action .calendar_title{
	font-size: 22px;
	color: #fff;
	margin-bottom: 16px;
}

.call_to_action .calendar_text{
	font-size: 18px;
	color: #fff;
	margin-bottom: 24px;
}

.call_to_action .calendar_large{
	padding: 44px 38px;
}

.call_to_action .calendar_large .calendar_icon{
	background-repeat: no-repeat;
    background-position: center;
	background-image: url(../img/cta_calendar_icon.svg);
	width: 44px;
	height: 44px;
	margin: auto;
	margin-bottom: 48px;
}

.call_to_action .calendar_button{
	position: relative;
	z-index: 2;
	background: rgba(0,0,0,0.90);
	color: #fff;
	border-radius: 10px;
	width: 100%;
	height: 40px;
	text-decoration: none !important;

	display: flex;
	align-items: center;
	justify-content: center;

	padding-top: 1px;

	-webkit-transition: background 200ms ease-in;
	-ms-transition: background 200ms ease-in;
	transition: background 200ms ease-in;
 }

 .call_to_action .calendar_button:hover{
	background: #fff;
	color: rgba(0,0,0,1);
 }

 .call_to_action .calendar_button:active{
	border: 2px solid transparent;
	background: rgba(0,0,0,1);
	color: #fff;	
 }

.call_to_action_title{
	font-size: 30px;
	color: var(--call-to-action-title-color);
	margin-bottom: 18px;;
}

.call_to_action_text p{
	color: var(--call-to-action-text-color);
	font-size: 18px;
	margin-bottom: 0;
}

.call_to_action_text p:last-child{
	margin-bottom: 0;
}

.call_to_action_divider{
	margin: 0 20px;
}

.call_to_action_phone_label{
	color: var(--phone-label-text-color);
}

.call_to_action_phone{
	color: var(--phone-value-text-selectable-color);
	text-decoration: none; 
	position: relative; 
	z-index: 2;
}
.call_to_action_phone:hover{
	color: var(--phone-value-text-hover-color);
}
.call_to_action_phone:active{
	color: var(--phone-value-text-pressed-color);
}

.call_to_action_email_label{
	color: var(--email-label-text-color);
}

.call_to_action_email{
	color: var(--email-value-text-selectable-color);
	text-decoration: none; 
	position: relative; 
	z-index: 2;
}
.call_to_action_email:hover{
	color: var(--email-value-text-hover-color);
}
.call_to_action_email:active{
	color: var(--email-value-text-pressed-color);
}

 .call_to_action_icons .menu_icons{
	 margin-top: 36px;
	 float: none;
}

.call_to_action_icons .menu_icon{
	color: var(--call-to-action-menu-icon-text-selectable-color);
}

.call_to_action_icons .menu_icon:hover{
	color: var(--call-to-action-menu-icon-text-hover-color);
}
.call_to_action_icons .menu_icon:active{
   color: var(--call-to-action-menu-icon-text-pressed-color);
}

/* RESPONSIVE */

@media only screen and (max-width: 1199px) {
	.call_to_action{
		padding: 20px;
	}
	.call_to_action .graphic {
		margin-right: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.call_to_action{
		flex-flow: row wrap;
	}
}

@media only screen and (max-width: 768px) {
	.call_to_action_text .call_to_action_divider{
		margin: 0 5px;
	}
}

/* ====================================================================== *
  CASE STUDY TOP PAGE
* ====================================================================== */		

 .case_study_top{
	position: relative;
 }

 .case_study_top_text{
	 position: absolute;
	 top: 105px;
	 left: 123px;
 }

 .case_study_top_device{
	 position: absolute;
	 bottom: 12.5%;
	 left: 1.7%;
	 width: 47.5%;
 }

 .case_study_top_bg{
	 width: 100%;
 }

.case-study-top-title,
.case-study-top-subtitle{
	 color: var(--case-study-top-title-text-color);
 }

 /* RESPONSIVE */

@media only screen and (max-width: 1199px) {
	.case_study_top_text{
		top: 14%;
		 left: 7.7%;
	}
}

@media only screen and (max-width: 1100px) {
	.case-study-top-title{
		 font-size: 35px !important;
	 }

	 .case-study-top-subtitle{
		 font-size: 27px !important;
		 line-height: 27px;
	 }
}

@media only screen and (max-width: 920px) {
	.case-study-top-title{
		 font-size: 27px !important;
	 }

	 .case-study-top-subtitle{
		 font-size: 20px !important;
		 line-height: 20px;
	 }
}

@media only screen and (max-width: 749px) {
	.case-study-top-title{
		 font-size: 20px !important;
	 }

	 .case-study-top-subtitle{
		 font-size: 13px !important;
		 line-height: 13px;
	 }
}

@media only screen and (max-width: 520px) {
	.case-study-top-title{
		 font-size: 14px !important;
	 }

	 .case-study-top-subtitle{
		 font-size: 12px !important;
		 line-height: 12px;
	 }
}

/* ====================================================================== *
  DOCUMENTS MENU
* ====================================================================== */			

.documents_menu_item{
	display: none;
}

.documents_menu_item.current{
	display: block;
}

.documents_menu_thumbnails::after {
	content: "";
	clear: both;
	display: table;
}

.documents_menu_thumbnail{
	float: left;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
}

.documents_menu_thumbnail_underbar{
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 0px;
	left: 0;
	z-index: -1;
	transition: all .08s ease-in-out;
}

.documents_menu_thumbnail img{
	width: auto;
	display: block;
	border: 1px solid var(--documents-menu-thumbnail-stroke-selectable-color);
}

.documents_menu_thumbnail img:last-child{
	margin-right: 0px;
}

/* hover */

.documents_menu_thumbnail:hover img{
	border: 1px solid var(--documents-menu-thumbnail-stroke-hover-color);
}

.documents_menu_thumbnail:hover .documents_menu_thumbnail_underbar{
	transform: translate(0px, 10px);
	background: var(--documents-menu-thumbnail-underbar-hover-color);
}

/* active/pressed */

.documents_menu_thumbnail:active .documents_menu_thumbnail_underbar{
	transform: translate(0px, 10px);
	background: var(--documents-menu-thumbnail-underbar-pressed-color);
}

.documents_menu_thumbnail:active img{
	border: 1px solid var(--documents-menu-thumbnail-stroke-pressed-color);	
}

/* current */

.documents_menu_thumbnail.current{
	cursor: default;
}

.documents_menu_thumbnail.current .documents_menu_thumbnail_underbar{
	transform: translate(0px, 10px) !important;
	background: var(--documents-menu-thumbnail-underbar-selected-color) !important;
}

.documents_menu_thumbnail.current img{
	border: 1px solid var(--documents-menu-thumbnail-stroke-selected-color) !important;		
}

/* ====================================================================== *
  CIRCLE ANIMATION
* ====================================================================== */				

.fmc-bg-container{
	position: relative;
	width: 176px;
	height: 192px;
	margin: auto;

	background: transparent;
}

.fmc-circle{
	width: 150px !important;
	height: 150px !important;

	left: 50% !important;
	border-color: rgba(0,0,0,.5) !important;
}
.fmc-circle:nth-child(1){
	width: 15px !important;
	height: 15px !important;	
}

.fmc-circle:nth-child(1){
	animation: scaleOne 5.5s infinite alternate linear;
}
.fmc-circle:nth-child(2){
	animation: scaleTwo 5s infinite alternate linear;
}
.fmc-circle:nth-child(3){
	animation: scaleThree 4.5s infinite alternate linear;
}
.fmc-circle:nth-child(4){
	animation: scaleFour 4s infinite alternate linear;
}
.fmc-circle:nth-child(5){
	animation: scaleFive 3.5s infinite alternate linear;
}
.fmc-circle:nth-child(6){
	animation: scaleSix 3s infinite alternate linear;
}
.fmc-circle:nth-child(7){
	animation: scaleSeven 2.5s infinite alternate linear;
}
.fmc-circle:nth-child(8){
	animation: scaleEight 2s infinite alternate linear;
}
.fmc-circle:nth-child(9){
	animation: scaleNine 1.5s infinite alternate linear;
}
.fmc-circle:nth-child(10){
	animation: scaleTen 3s infinite alternate linear;
}
.fmc-circle:nth-child(11){
	animation: scaleEleven 2s infinite alternate linear;
}	

/* ====================================================================== *
  IMG LOOP
* ====================================================================== */		

.img-loop{
	position: relative;
}
.img-loop img{
	display: none;
}
.img-loop img.behind{
	position: absolute;
    top: 0;
    z-index: -1;
}

/* ====================================================================== *
  DIV LOOP
* ====================================================================== */		

.div-loop{
	position: relative;
}
.div-loop>div{
	opacity: 0;
	display: block !important;
	position: absolute;
    top: 0;
	z-index: -1;
}
.div-loop>div.behind{
    z-index: 0;
}
.div-loop>div.front{
    z-index: 1;
}

/* ====================================================================== *
  TESTIMONIALIS
* ====================================================================== */	

.testimonials{
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
}

.testimonial{
	display: flex;
	padding: 50px 50px 50px 100px;
	position: relative;
}
.testimonial_img{
	width: 280px;
	flex: 0 0 280px;
	height: 280px;
	margin-bottom: 33px;

	position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
}
.testimonial_img::before{
	display: none;
	content: "";
	position: absolute;
	top: -18px;
	left: -40px;
	width: 180px;
	height: 180px;
	background: var(--testimonial-photo-border);
	border-radius: 100%;
}	
.testimonial_img img{
	width: 100%;
	border-radius: 100%;
	border: 10px solid var(--testimonial-photo-border);
	position: relative;
	z-index: 1;
}
.testimonial_img .arm{
	background: var(--testimonial-blob-color);
}
.testimonial_text{
	padding: 0 116px;
}
.testimonial_quote{
	position: relative;
	margin-bottom: 36px;
	font-size: 16px;
	color: var(--testimonial-quote);
}
.testimonial_left_quotemark{
	position: absolute;	
	top: 0;
	left: -88px;
	color: var(--testimonial-quote-marks);
}
.testimonial_right_quotemark{
	position: absolute;	
	bottom: 0;
	right: -88px;
	color: var(--testimonial-quote-marks);
}
.testimonial_company{
	font-size: 16px;
	color: var(--testimonial-persons-title);
}
.testimonial_person{
	font-size: 20px;
	color: var(--testimonial-persons-name);
}

@media only screen and (max-width: 900px) {
	.testimonial{
		flex-direction: column;
		padding: 50px 20px;
	}
	.testimonial_img{
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 500px) {
	.testimonial_left_quotemark,
	.testimonial_right_quotemark{
		display: none;
	}
	.testimonial_text{
		padding: 20px;
	}
}