body {
	color:#5c6063;
	font-family: 'montserratmedium', sans-serif;
}
.hidden, .lazy-box-hidden{
opacity:0;
}
.visible{
opacity:1;
}
.form-control:focus {
	box-shadow:none!important;
}

.header__wrapper {
	height: 750px;
	color:white;
	background-position: center 0px;
	/*background-attachment:fixed;
    background-size: auto;*/
	background-size: cover;
    background-repeat: no-repeat;
    font-family: 'montserratmedium', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.logo {
    margin-bottom: 80px;
}

.menu {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-family: 'montserratsemibold', sans-serif;
    font-size: 22px;
    font-weight: 900;
}

.menu > p:after {
	content:"̷";
	font-size: 16px;
    font-weight: 500;
	margin:15px;
}

.menu > p:last-child:after {
	content:"";
	margin:0px;
}

.navbar {
	background-color:#4fa5b6;
	position: unset;
}
.navbar a, .navbar a:hover {
	color:white;
	font-family: 'montserratmedium', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.navbar li a {
	position:relative;
	margin-right: 20px;
}

.navbar li > a:after {
	content:"̷";
	font-size: 14px;
    font-weight: 500;
	/*margin-left:15px;*/
	position: absolute;
    right: -10px;
}

.navbar li:last-child  a:after {
	content:"";
	margin:0px;
}

a.nav-link:before, #footer li a:before, #footer .footer-links a:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  visibility: hidden;
  /*background-color:white;*/
  background: #f5aa4f;
background: -moz-linear-gradient(left, #f5aa4f 0%, #a42f78 30%, #51227f 50%, #a42f78 70%, #f5aa4f 100%);
background: -webkit-linear-gradient(left, #f5aa4f 0%,#a42f78 30%,#51227f 50%,#a42f78 70%,#f5aa4f 100%);
background: linear-gradient(to right, #f5aa4f 0%,#a42f78 30%,#51227f 50%,#a42f78 70%,#f5aa4f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5aa4f', endColorstr='#f5aa4f',GradientType=1 );
  -webkit-transition: all .1s ease;
  transition: all 0.3s ease;  
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
#footer li a:before, #footer .footer-links a:before  {
	bottom: -8px;
}

a.nav-link:hover:before, #footer li a:hover:before, #footer .footer-links a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#footer .footer-links a {
	display:inline-block;
	margin-bottom:10px;
}



#content p, #content ul li {
	font-family: 'montserratmedium';
    font-size:18px;
}
#content > div {
	padding-bottom:100px;
	padding-top:100px;
}
.content_box {
	padding-top:100px;
	padding-bottom:100px;
}
.content_box p {
	padding-top:30px;
}
.gray_bg {
	background:#f1f3f5;
}
#content .blue_bg {
	background:#01407f;
	color:#fff!important;
	padding-bottom: 20px;
    padding-top: 20px;
}
.content_box.blue_bg  p {
    padding-top: 0px;
}
.blue_bg  h3.section__header {
	color:#fff!important;
}
.rectangle-button {
	border:1px solid #fff;
	padding: 5px 20px;
    display: inline;
	cursor:pointer;
}

h3.section__header {
    font-family: 'vollkornbold';
    font-size: 50px;
    font-weight: bold;
	color:#333;
}

#gallery__section {
	max-width:100%;
	overflow: hidden;
	padding-bottom: 0px!important;
}
#gallery__section  .section__header {
	margin-bottom: 50px;
}
#gallery__section  .image-description {
	display:none;
}
#gallery__section .gallery-box {
	width:20%;
}
#gallery__section .gallery-box  > img {
	max-width:100%;
}

#gallery__section .gallery-box .image-description {
	display: block;
	opacity:0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    color: white;
    text-align: center;
    padding-top: 30px;
	
	outline: 2px solid white;
    outline-offset: -10px;
	
	transition: all 0.6s ease 0.1s;
}

#gallery__section .gallery-box:hover .image-description {
	/*display:block;*/
	opacity:1;
}

#clients__section {
	margin-bottom:95px;
}
#clients__section  .clients-box {
	margin-top:50px;
}
#clients__section  .clients-box img {
	max-width:100%;
}
#leadership__section {
	background:#fdfdfe;
	padding-bottom: 100px;
}
#leadership__section .caption {
	width: 215px;
    text-align: center;
    background: #4fa5b6;
    color: white;
    display: inline-block;
    margin-top: -40px;
	height:80px;
	padding: 8px 4px 0;
	max-width:98%;
	transition: all 0.6s ease 0.1s;
}
#leadership__section img, #offices__section img {
	display: block;
    margin: auto;
	    max-width: 95%;
}
#leadership__section .caption h6 {
	font-size:26px;
	font-family: 'vollkornbold';
}
#leadership__section .caption span {
	font-size:12px;
	font-family: 'montserratsemibold';
	font-weight:400;
	line-height: 12px;
    display: block;
}
#leadership__section  .row > .leadership__item {
	margin-top:50px;
}
#leadership__section .row > .leadership__item:hover img {
	
}
#leadership__section .row > .leadership__item:hover .caption {
	width:280px;
	margin-top: -30px;
	margin-bottom:-40px;
	background: #000;
}



#offices__section  {
	padding-bottom: 100px;
}
#offices__section .offices{
	padding:0;
	margin-top:50px;
}
#offices__section .caption {
	width: 175px;
    text-align: center;
    background: #4fa5b6;
    color: white;
    display: inline-block;
    margin-top: -40px;
	height:80px;
	padding: 8px 4px 0;
	max-width:98%;
	transition: all 0.6s ease 0.1s;
}
#offices__section .caption h6 {
	font-size:26px;
	font-family: 'vollkornbold';
}
#offices__section .caption span {
	font-size:16px;
	font-family: 'montserratsemibold';
	font-weight:400;
	line-height: 16px;
    display: block;
}
#offices__section .offices:hover .caption {
	width:226px;
	margin-top: -30px;
	margin-bottom:-40px;
	background: #000;
}

#footer {
	padding-top:30px;
	padding-bottom:30px;
	background:#4fa5b6;
	color:white;
	font-family: 'montserratmedium';
	font-size:16px;
}
#footer h5 {
	font-family: 'montserratsemibold';
	font-size:12px;
	text-transform: uppercase;
}
#footer a.email {
	font-size:14px;
	color:white;
}
#footer li {
	margin-bottom:10px;
}
#footer a {
	color:white;
	text-decoration: none!important;
	position:relative;
}
#footer ul {
	margin-left:0;
	padding-left: 0;
	list-style:none;
}

.social a {
    margin: 0 10px;
    text-decoration: none!important;
}
.footer__social {
	margin-top:20px;
}

.button.btn-apply {
	background-color: #43abbc;
    color: white;
    text-transform: uppercase;
	text-decoration:none!important;
    font-family: 'vollkornblack';
    font-size: 25px;
    font-weight: normal;
    padding: 12px 40px;
    border-radius: 3px;
    margin-top: 20px;
    display: inline-block;
	
	transition: all 0.9s ease-out;
}

.investors .button.btn-apply{
	text-transform: capitalize;
}


.button.btn-apply:hover {
	/*box-shadow:inset 0 0 0 50px rgba(0,0,0,1);*/
	background: #f5aa4f;
background: -moz-linear-gradient(left, #f5aa4f 0%, #a42f78 30%, #51227f 50%, #a42f78 70%, #f5aa4f 100%);
background: -webkit-linear-gradient(left, #f5aa4f 0%,#a42f78 30%,#51227f 50%,#a42f78 70%,#f5aa4f 100%);
background: linear-gradient(to right, #f5aa4f 0%,#a42f78 30%,#51227f 50%,#a42f78 70%,#f5aa4f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5aa4f', endColorstr='#f5aa4f',GradientType=1 );
}


@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
 
@keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes x-rotate {
  10% {
    -webkit-transform: scaleX(0.5);
	-ms-transform: scaleX(0.5); 
	transform: scaleX(0.5);
  }
  25% {
    -webkit-transform: scaleX(0);
	-ms-transform: scaleX(0); 
	transform: scaleX(0);
  }
  40% {
    -webkit-transform: scaleX(-0.5);
	-ms-transform: scaleX(-0.5); 
	transform: scaleX(-0.5);
  }
  50% {
    -webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1); 
	transform: scaleX(-1);
  }
  60% {
    -webkit-transform: scaleX(-0.5);
	-ms-transform: scaleX(-0.5); 
	transform: scaleX(-0.5);
  }
  75% {
    -webkit-transform: scaleX(0);
	-ms-transform: scaleX(0); 
	transform: scaleX(0);
  }
  90% {
    -webkit-transform: scaleX(0.5);
	-ms-transform: scaleX(0.5); 
	transform: scaleX(0.5);
  }
  100% {
    -webkit-transform: scaleX(1);
	-ms-transform: scaleX(1); 
	transform: scaleX(1);
  }
}
@-webkit-keyframes x-rotate {
  10% {
    -webkit-transform: scaleX(0.5);
	-ms-transform: scaleX(0.5); 
	transform: scaleX(0.5);
  }
  25% {
    -webkit-transform: scaleX(0);
	-ms-transform: scaleX(0); 
	transform: scaleX(0);
  }
  40% {
    -webkit-transform: scaleX(-0.5);
	-ms-transform: scaleX(-0.5); 
	transform: scaleX(-0.5);
  }
  50% {
    -webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1); 
	transform: scaleX(-1);
  }
  60% {
    -webkit-transform: scaleX(-0.5);
	-ms-transform: scaleX(-0.5); 
	transform: scaleX(-0.5);
  }
  75% {
    -webkit-transform: scaleX(0);
	-ms-transform: scaleX(0); 
	transform: scaleX(0);
  }
  90% {
    -webkit-transform: scaleX(0.5);
	-ms-transform: scaleX(0.5); 
	transform: scaleX(0.5);
  }
  100% {
    -webkit-transform: scaleX(1);
	-ms-transform: scaleX(1); 
	transform: scaleX(1);
  }
}

.logo img {
	
}
.logo:hover img {
   -webkit-animation: x-rotate 0.9s ease;
   animation: x-rotate 0.9s ease;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
   -webkit-animation-fill-mode: forwards;
   animation-fill-mode: forwards;
}
/*
.logo:hover img {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1); 
	transform: scaleX(-1);
	transition: all 0.9s ease;
}
*/
.image > img {
	transition: all 0.6s ease 0.1s;
}
.image > img:hover {
	filter: grayscale(50%);
}


.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #4fa5b6;
    border-radius: 50%;
    background-size: 50% 50%;
    background-position: center;
    background-repeat: no-repeat;
}

#form_apply_modal {
	padding:0!important;
}
#form_apply_modal .modal-dialog {
	max-width:80%;
	width:80%;
	max-height:100%;
	margin: 0;
	top:50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#form_apply_modal .modal-content {
	border-radius:0;
}
#form_apply_modal input, #form_apply_modal textarea {
	padding: 10px;
    margin: 30px 10%;
    width: 80%;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
	text-align: center;
    font-size: 35px;
	font-family:"Exo_2_Thin";
	z-index:999;
}
#form_apply_modal .modal-title {
	font-size:90px;
	font-family:'vollkornblack';
	color:#000;
	width: 100%;
    display: block;
    text-align: center;
}
#form_apply_modal button[type=submit] {
	text-align: center;
    margin: 30px auto;
    display: block;
    text-transform: uppercase;
    font-family: 'vollkornbold';
    font-size: 35px;
    font-weight: 100;
    background: transparent;
    color: black;
    border: 2px solid #111;
    padding: 15px 90px;
    border-radius: 0;
}


#form_apply_modal .field_title {
	position: absolute;
    font-family: 'Exo_2_Thin';
    font-size: 30px;
    text-align: center;
    width: 100%;
    bottom: 38px;
	
	transition:all 0.6s ease;
}
#form_apply_modal .field_title > .small {
    font-size: 16px;
    text-align: center;
    width: 100%;
	display:block;
}

#form_apply_modal .field_title.focused {
	bottom: 100px;
    text-align: left;
    left: 10%;
    font-size: 16px;
}
#form_apply_modal .field_title.focused > .small {
	display: inline;
}

#form_apply_modal input[type=file] {
	position: absolute;
    opacity: 0;
    z-index: -1;
}
#form_apply_modal input:disabled {
	background:transparent;
}
#form_apply_modal span.error {
    position: absolute;
    width: 100%;
    text-align: center;
    display: block;
    bottom: 0;
}
#fileupload label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#added-icon{
	position: absolute;
    right: 5%;
    top: 50%;
}
#added-icon > img {
	width:25px;
}
.additional_fields {
	margin-top:80px;
}

#innovative-consulting__section, #innovation-management__section, #innovation-management-2__section,
#“customer-360”-marketing-strategy__section, #the-process-of-innovation-deployment-in-the-organization__section,
#innovative-consulting__section ul li, #innovation-management__section ul li, #innovation-management-2__section ul li,
#“customer-360”-marketing-strategy__section ul li, #the-process-of-innovation-deployment-in-the-organization__section  ul li {
	font-size:14px;
}
#innovative-consulting__section h3, #innovation-management__section h3, #innovation-management-2__section h3 {
	font-size:20px;
}


#the-process-of-innovation-deployment-in-the-organization__section img, #digital-platform__section img, #gartner__section img, #why-is-it-needed-2__section img, #team-management__section img,
#resources-allocation__section img, #gantt-chart__section img, #plan-vs-actual__section img, #software-development__section img {
	max-width:100%;
}
#“customer-360”-marketing-strategy__section h3, #the-process-of-innovation-deployment-in-the-organization__section h3 {
	font-size:36px;
	text-align: center;
    margin-bottom: 50px;
}

#digital-platform__section p {
	margin:30px 125px;
}
#customer_1__section .carousel-inner, #customer_2__section .carousel-inner {
	margin-top:30px;
}

.navbar a.dropdown-item {
	color:#4FA5B6;
}
.navbar a.dropdown-item :after {
	display:none;
}
.navbar a.dropdown-item:hover, .navbar a.dropdown-item:focus{
	color:#fff;
	background:#4FA5B6;
}



.success-solutions #content .content_box p, .success-solutions #content .content_box ul li {
	font-size:14px;
}
.success-solutions .image > img {
	max-width:100%;
}
.success-solutions h3.section__header, .digital h3.section__header {
	font-size:44px;
}
#technologies-we-use__section  p{
	margin:0;
	padding:0;
}


@media (max-width: 1600px) {
	.col-md-6 > .image > img {
		max-width:100%;
	}
}

@media (max-width: 1366px) {
	h3.section__header {
		font-size:35px;
	}
	#content p {
		font-size: 13px;
	}
	#content p, #content ul li {
		font-size:13px;
	}
	#innovative-consulting__section, #innovation-management__section, #innovation-management-2__section,
#“customer-360”-marketing-strategy__section, #the-process-of-innovation-deployment-in-the-organization__section,
#innovative-consulting__section ul li, #innovation-management__section ul li, #innovation-management-2__section ul li,
#“customer-360”-marketing-strategy__section ul li, #the-process-of-innovation-deployment-in-the-organization__section  ul li {
	font-size:13px;
}
	.success-solutions #content .content_box p, .success-solutions #content .content_box ul li , body{
		font-size:13px;
	}
	.logo img {
		max-width:250px;
	}
	.menu {
		font-size: 16px;
	}
	.header__wrapper{
		font-size: 15px;
		height:510px;
	}
	.navbar a, .navbar a:hover {
		font-size: 12px;
	}
	.button.btn-apply {
		font-size: 17px;
		padding: 3px 51px;
	}
	/*
	#offices__section .caption h6, #leadership__section .caption h6 {
		font-size: 18px;
	}
	#leadership__section .caption span {
		font-size:9px;
	}
	#offices__section .caption span {
		font-size:12px;
	}
	*/
	#footer, #footer a.email {
		font-size:12px;
	}
	#footer h5 {
		font-size:9px;
	}
	
	
	#form_apply_modal input, #form_apply_modal textarea {
		font-size: 24px;
	}
	#form_apply_modal .modal-title {
		font-size:75px;
	}
	#form_apply_modal button[type=submit] {
		font-size: 24px;
	}
	
	#form_apply_modal .field_title {
		font-size: 24px;
	}
	#form_apply_modal .field_title > .small {
		font-size: 12px;
	}

	#form_apply_modal .field_title.focused {
		font-size: 12px;
	}

}
@media (max-width: 990px) {
	#offices__section .caption h6, #leadership__section .caption h6 {
		font-size:18px;
	}
	#digital-platform__section p {
		margin:30px 0px;
	}
}

@media (max-width: 768px) {
	#offices__section .caption h6, #leadership__section .caption h6 {
		font-size:26px;
	}
	#footer .contacts {
		margin-left: 20px;
		margin-right: -20px;
	}
	.header__wrapper{
		font-size: 13px;
		height:340px;
		line-height: 14px;
	}
	.logo img {
		max-width: 200px;
	}
	.logo {
		margin-bottom: 30px;
	}
	.social.header__social {
		position:absolute;
		top:10px;
		right:10px;
	}
	.footer-links {
		text-align:right;
	}
	#form_apply_modal input, #form_apply_modal textarea {
		font-size: 18px;
	}
	#form_apply_modal .modal-title {
		font-size:40px;
	}
	#form_apply_modal button[type=submit] {
		font-size: 18px;
	}
	
	#form_apply_modal .field_title {
		font-size: 18px;
	}
	#form_apply_modal .field_title > .small {
		font-size: 12px;
	}

	#form_apply_modal .field_title.focused {
		font-size: 18px;
	}

	
}
@media (max-width: 576px) {
	.header__wrapper{
		font-size: 11px;
		height:240px;
	}
	.logo img {
		max-width: 110px;
	}
	.logo {
		margin-bottom: 10px;
	}
	.menu {
		font-size: 10px;
		margin-top: 10px;
	}
	.navbar a, .navbar a:hover, .navbar li a:after {
		font-size: 7px;
	}
	
	#gallery__section .gallery-box .image-description h4 {
		font-size:10px;
	}
	#gallery__section .gallery-box .image-description p {
		font-size:8px;
	}
	#gallery__section .gallery-box .image-description {
		padding-top: 6px;
		outline: 1px solid white;
		outline-offset: -3px;
	}
	#content p {
		font-size: 9px;
	}
	#content p, #content ul li {
		font-size:9px;
	}
	.success-solutions #content .content_box p, .success-solutions #content .content_box ul li , body{
		font-size:9px;
	}
	#innovative-consulting__section, #innovation-management__section, #innovation-management-2__section,
	#“customer-360”-marketing-strategy__section, #the-process-of-innovation-deployment-in-the-organization__section
	#innovative-consulting__section ul li, #innovation-management__section ul li, #innovation-management-2__section ul li,
	#“customer-360”-marketing-strategy__section ul li, #the-process-of-innovation-deployment-in-the-organization__section  ul li {
		font-size:9px;
	}
	#innovative-consulting__section h3, #innovation-management__section h3, #innovation-management-2__section h3,
	#“customer-360”-marketing-strategy__section h3, #the-process-of-innovation-deployment-in-the-organization__section  h3,
	.success-solutions h3.section__header, .digital h3.section__header {
		font-size:20px;
	}
	h3.section__header {
		font-size: 20px;
	}
	.social a {
		margin: 0 5px;
	}
	.social a img {
		width:15px;
	}
	#content > div {
		padding-bottom: 35px;
		padding-top: 35px;
	}
	#footer, #footer a.email {
		font-size: 10px;
		line-height: 16px;
	}
	#footer .contacts {
		margin-top:20px;
		margin-bottom:20px;
	}
	#offices__section .caption h6, #leadership__section .caption h6 {
		font-size: 18px;
	}
	#offices__section .caption span {
		font-size: 12px;
	}
	#leadership__section .caption span {
		font-size: 9px;
	}
	
	#offices__section .caption, #leadership__section .caption {
		height:60px;
	}
	
	#form_apply_modal input, #form_apply_modal textarea {
		font-size: 11px;
	}
	#form_apply_modal .modal-title {
		font-size:32px;
	}
	#form_apply_modal button[type=submit] {
		font-size: 11px;
	}
	#form_apply_modal .field_title {
		font-size: 11px;
	}
	#form_apply_modal .field_title > .small {
		font-size: 8px;
	}

	#form_apply_modal .field_title.focused {
		font-size: 11px;
	}

}

@media (max-width: 400px) {
	.header__wrapper{
		font-size: 9px;
		height:180px;
		line-height: 12px;
	}
	.navbar li a:after {
		right: -1px;
	}
	.navbar li a {
		margin-right: 2px;
	}
	#footer {
		font-size: 8px;
		line-height: 14px;
	}
	#footer .contacts {
		margin-top:20px;
		margin-bottom:20px;
	}
}

@media (min-width: 768px) {
	.carousel-control-prev, .carousel-control-next {
		display:none;
	}
	#offices__section .offices {
		max-width:20%;
	}
}