@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v18-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../fonts/roboto-condensed-v16-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v16-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('../fonts/roboto-condensed-v16-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v16-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
       url('../fonts/roboto-slab-v9-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-slab-v9-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'),
       url('../fonts/roboto-slab-v9-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-slab-v9-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ICONS */

@font-face {
  font-family: 'sc-icons';
  src: url('../fonts/sc-icons.eot?5277071');
  src: url('../fonts/sc-icons.eot?5277071#iefix') format('embedded-opentype'),
       url('../fonts/sc-icons.woff2?5277071') format('woff2'),
       url('../fonts/sc-icons.woff?5277071') format('woff'),
       url('../fonts/sc-icons.ttf?5277071') format('truetype'),
       url('../fonts/sc-icons.svg?5277071#sc-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "sc-icons";
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;

	font-variant: normal;
	text-transform: none;

	line-height: 1em;
	margin-left: .2em;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	background: -webkit-gradient(linear, left top, left bottom, from(#68ade8), to(#87c2f7));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
 
}

div.bg-grey {
    background-color: #f8f9fa;
}

.fal, .fas, .fab {
	display:inline;
	color: #509fe4;
}

.fa-bg-blue {
	/* color: #87c2f7 !important; */
}

.icon-facebook:before { content: '\e800'; }
.icon-youtube:before { content: '\e801'; }
.icon-arrow:before { content: '\e802'; }
.icon-right:before { content: '\e803'; }
.icon-menu:before { content: '\e804'; }
.icon-round:before { content: '\e805'; }
.icon-twitter:before { content: '\e806'; }
.icon-delivery:before { content: '\e807'; }
.icon-commerce:before { content: '\e808'; }
.icon-building:before { content: '\e809'; }
.icon-file:before { content: '\e80a'; }
.icon-workflow:before { content: '\e80b'; }
.icon-shipping:before { content: '\e80c'; }
.icon-shield:before { content: '\e80d'; }
.icon-dashboard:before { content: '\e80e'; }
.icon-recycling:before { content: '\e80f'; }
.icon-xing:before { content: '\e810'; }
.icon-linkedin:before { content: '\e811'; }
.icon-speed:before { content: '\e812'; }
.icon-search:before { content: '\e813'; }
.icon-hospital:before { content: '\f0fd'; }
.icon-laptop:before { content: '\f109'; }
.icon-bank:before { content: '\f19c'; }

/* GENERAL */

body {
	font-family: 'Roboto', Arial, sans-serif;
}

h1, h2 {
	font-family: 'Roboto Slab', Arial, sans-serif;
}


h3, h4, h5 {
	font-weight: 500;
}

h3 {
	font-weight: 500;
	font-family: 'Roboto Condensed';
    
}

h3 {
	font-size: 24pt;
}

a.sc-blue {
	color: #509fe4;
}

img.sc-overview-img{
	/*border: 1px solid #c7c7c7;
	padding: 5px; */
}

.card {
	
}


.sc-blue-light {
	color: #509fe4;
}

.sc-white, .sc-reference-container > h3.sc-white {
    color: #fbfbfb;
}

.sc-green {
	color: #35fcc3;
}

.sc-green-bt {
	border-color: #35fcc3;
}

.sc-green-bt:hover {
	background: #35fcc3;
	color: #1b795e;
}

/* HEAD */

.sc-head {
	background-image:url('../img/bg_head.jpg');
	background-size: cover;
}


.sc-head nav {
	margin:10px;
	text-transform: uppercase;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 700;
}

.sc-head nav a {
	color: #00285f;
}

.sc-head nav a:hover, .sc-menu-top a.nav-link {
	background: #fff;
	color: #00285f !important;
	/*color: #fff;*/
	border-radius: 1px;
}

.is-content .sc-menu-top, .is-content a.nav-link {
	background: none;
	color: #FFF !important;
	/*color: #fff;*/
	border-radius: 1px;
}

.sc-head-hover {
	background: #fff;
	/*color: #fff;*/
	border-radius: 3px;
	color: #00285f;
}

.sc-head-hover a {
	color: #00285f!important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.sc-click-image-text, .sc-click-image-text:hover {
    font-size:10pt;
    color: #AAA;
}



.sc-head nav a.navbar-brand:hover {
	background: transparent;
}

.is-home .navbar .navbar-collapse.collapse.show {
	margin-bottom: 50px;
}

.sc-dropdown-menu {
	margin-top: -5px;
	border: 0;
}

.sc-dropdown-menu a {
	color: #011e4a!important;
	text-transform: initial;
}

.is-content .sc-dropdown-menu a {
	color: #011e4a!important;
	text-transform: initial;
}

.sc-dropdown-menu a.dropdown-item:hover {
	background-color: #f2f2f2;
}

.is-content .sc-dropdown-menu a.dropdown-item:hover {
	background-color: #f2f2f2;
} 

@media screen and (max-width: 991px) {

	.navbar-nav > .nav-item > a {
		color: #fff;
		text-shadow: -1px 1px 6px #303030;
	}

	.sc-head .navbar {
		padding: 0;
	}

	.sc-head nav a:hover {
		background: none;
		text-shadow: none;
	}

	.navbar-brand img {
		height: 30px;
	}

	.navbar-toggler {
		background: rgba(255, 255, 255, 0.9);
		line-height: 1.5em;
	}

	.sc-hero h1 {
		font-size: 18px;
	}

	.sc-hero h1.sc-hero-h1 {
		margin-top: 25px!important;
	}

	.sc-hero h2 {
		font-size: 16px;
	}

	h3 {
	    font-weight:bold;
		font-size: 22px;
	}
	
	h4, h5 {
	    font-weight:bold;
		font-size: 16px;
		font-size: 1.25rem !important;
	}
}

@media screen and (max-width: 991px) {
	.sc-head {
		height: 300px;
	}

	.sc-hero {
		padding-left: 15px;
	}

}


@media screen and (min-width: 992px) {
	.sc-head {
		height: 560px;
	}

	.sc-hero {
		padding-left: 100px;
	}

}

/* REFERNECES */

.sc-reference {
	background-color: #3166ad;
	background-image: url('../img/bg_poly_l.jpg'), url('../img/bg_poly_r.jpg');
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
}

.sc-appliances {
	 height: 112px;
	 background: #05204d;
	 background: linear-gradient(to bottom, #1b3b6e 0%, #05204c 100%);
	 box-shadow: 0px 6px 24px -10px rgba(9,28,57,1);
	 border: solid 1px rgba(5, 20, 44, 0.5);
	 border-radius: 5px;
	 top: -60px;
	 z-index: 1;
	 position: relative;
	 width: 80%;
	 max-width: 1400px;
	 margin: 0 auto;
	 color: #fff;
	 text-transform: uppercase;
	 font-family: 'Roboto Condensed';
	 font-weight: 400;
	 letter-spacing: 0.025em;
	 line-height: 1.2em;
}

.sc-appliances-item {
	height: 110px;
	padding: 0;
}

.sc-appliances-inner {
	background: linear-gradient(to top, rgba(6, 33, 77, 0.9) 10%, rgba(27, 59, 110, 0.1) 11%, rgba(27, 59, 110, 0) 100%);
	margin: 0;
	height: 100%;
}

.sc-appliances-link {
	width: 100%;
	display: inline-block;
	color: #fff;
}

.sc-appliances-link:hover {
	background:  linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, rgba(27, 59, 110, 0.1) 100%);
	text-decoration: none;
	color: #78b8f0;
}

.sc-border {
	border-right: solid 1px #122f5c;
}

.sc-icons {
	width: 113px;
	margin-top: 5px;
}

.sc-arrow {
	color: #35fcc3;
	font-weight: 700;
}

.sc-slide-txt {
	color: #fff;
}

.sc-slide-label {
	font-family: 'Roboto Slab', 'Times New Roman', serif;
	font-weight: 700;
}

.sc-slide-client {
	border-top: solid 1px #4177bb;
	margin-left: 0;
}

.sc-slide-client a {
	color: #212529;
}

.sc-slide-client a:hover {
	color: #fff;
	text-decoration: none;
}

.sc-carousel-image {
	text-align: right;
}

.sc-carousel-image > img{
	border: 1px solid #fbfbfb;
	padding: 1px;
}

.sc-link-staircase {
	color: #5d8eb9;
}

.carousel-link-all:hover{
	text-decoration: none;
}

li.sc-carousel-pep-indicator {
	background-color:#509fe4;
}

.sc-carousel-caption {
	color: black;
	background-color: white;
	opacity: 1; 
	border-radius: 8px;
	top: 50%; 
	bottom: auto;
	
	 position: relative; left: auto; right: auto; }
}




.sc-reference-container h3 {
	color: #90cbfe;
}

@media screen and (max-width: 991px) {
	.sc-appliances {
		position: relative;
		top: -35px;
		width: 100%;
		height: initial;
	}

	.sc-appliances-item {
		background: #1e1d45;
	}

	.sc-appliances-inner {
		background: #08214d;
	}

	.sc-border {
		border-right: 0;
		border-bottom: solid 1px #122f5c;
	}

	.sc-reference-container {
		margin-top: 0px;
	}

	.sc-slide-client {
		display: none;
	}

	#sc-ctrl1 {
		left: 0!important;
	}

	#sc-ctrl2 {
		right: 0!important;
	}

	.carousel-control-next,
	.carousel-control-prev,
	.sc-icons {
		display: none;
	}

	.sc-appliances-item {
		height: 70px;
	}

	.sc-carousel-image {
		text-align: center;
		margin-bottom: 15px;
	}

	.sc-carousel-text {
		font-size: 14px;
	}
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
	.sc-appliances {
		width: 98%;
	}

	.carousel-control-next,
	.carousel-control-prev,
	/*.sc-icons {
		display: none;
	} */
}

@media screen and (min-width: 992px) {
	.sc-reference {
		min-height: 500px;
	}

	#scReferenceCaptions > .carousel-indicators {
		bottom: -28%;
	}
	
	.sc-slider {
		padding-bottom: 66px;
	}
}

@media screen and (max-width: 991px) {
	.sc-reference {
		min-height: 700px;
	}

	#scReferenceCaptions > .carousel-indicators {
		bottom: -10%;
	}
	
	.sc-slider {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 991px) and (min-width: 767px) {

	#scReferenceCaptions > .carousel-indicators {
		bottom: -40%;
	}
	
	.sc-slider {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 1133px) {
	.sc-icons {
		display: none;
	} 
}



/* BENEFITS */


.sc-benefits {
	background: #fff;
	background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
}

.sc-benefits h5, .sc-benefits h4, {
	font-family: 'Roboto Slab', Arial, sans-serif;
}

.sc-bg {
	background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
}

.is-content .sc-benefits {
	margin-top: 55px!important;
}

.is-content .sc-benefits-container {
	border-top: dotted 1px #bec4ca;
}

.sc-icon-display {
	text-align: center;
	font-size: 64px;
	color: #86c2f6;

}

.sc-benefits-content {
	min-height: 192px;
	font-size: 14px;
}

@media screen and (max-width: 991px) {
	.sc-benefits-content {
		font-size: 14px;
		min-height: initial; /* to korr -> pos rel, bottom 0 */
	}
}

@media screen and (min-width: 991px) {
	.sc-benefits {
		min-height: 470px;
	}
	
	body > .container {
		max-width: 90%;
	}
}

a.sc-more {
	color: #509fe4;
	font-size: 15px;
}

a.sc-more:hover {
	color: #51a0e5;
	text-decoration: none;
}

/* CUSTOMERS */

.sc-customers {

}

.sc-client-img {
	max-height: 50px;
	max-width: 240px
}



@media screen and (max-width: 991px) {
	.sc-customer-logos div {
		margin-bottom: 25px;
	}

	.sc-client-img {
		max-width: 160px
	}
}

@media screen and (max-width: 480px) {
	.sc-client-img {
		max-width: 120px
	}
}

@media screen and (min-width: 991px) {
	.sc-customers {
		min-height: 220px;
	}
}

/* FOOTER */

footer {
	background-image: url('../img/sc_ft_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}


.sc-social-icons {
	font-size: 32px;
}

.sc-address {
	font-size: 12px;
}

.sc-ft-links {
	font-size: 12px;
}

.sc-ft-logo-container {
	border-right: dotted 1px #cacaca;
	padding-right: 0;
	max-width: 180px;
}

.sc-dits-text {
	max-width: 140px;
	display: inline-block;
}

.sc-ft-link-container {
	text-align: right;
}

.sc-ft-link-container a {
	display: inline-block;
	color: #32325d;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 15px;
}

@media screen and (max-width: 991px) {
	footer {
		min-height: 180px;
		border-top: solid 1px #f8f8f8;
		padding-top: 25px;
		background-image: none;
	}

	footer .sc-ft-logo {
		margin-left: 0;
	}

	.sc-ft-logo-container {
		max-width: 100%;
	}

	.sc-social-icons {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.sc-ft-link-container {
		text-align: center;
		margin-bottom: 25px;
	}

	.sc-ft-address {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	footer {
		min-height: 180px;
	}

	footer .sc-ft-logo {
		margin-left: -58px;
	}

	footer .container {
		border-top: dotted 1px #cacaca;
		padding-top: 40px;
	}
}

@media screen and (min-width: 1600px) {
	footer {
		background-image: url('../img/sc_ft_lamp.png'),url('../img/sc_ft_bg.gif');
		background-repeat: no-repeat, repeat-x;
		background-position: 3% bottom, bottom;
	}
}

.sc-container {
	min-width: 0;	
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* CONTENT */

.is-content h1 {
	font-weight: 700;
	font-size: 36px;
}

.is-content h2 {
	font-size: 28px;
}

.is-content .navbar {
	background: #011e4a;
	margin-left: -15px;
	margin-right: -15px;
}

.is-content .sc-head nav a {
	padding-left: 15px;
}

.is-content .sc-head nav a.navbar-brand:hover {
	background: transparent;
}

.is-content .navbar-expand-lg .navbar-collapse {
	padding-right: 15px;
}

.is-content .content-container ul li {
	font-size: 14px;
}

@media screen and (max-width: 991px) {
	.is-content .navbar-toggler {
		background: transparent;
	}

	.is-content .navbar-collapse {
		position: absolute;
		top: 40px;
		background: #011e4a;
		width: 100%;
		z-index: 250;
	}

	.sc-breadcrumb {
		display: none!important;
	}

	.sc-head {
		padding-bottom: 25px;
	}

	.is-content .sc-head {
		height: auto!important;
	}

}

.sc-breadcrumb {
	color: #add9ff;
	margin-bottom: 5px;
	display: inline-block;
}

.is-content .sc-head {
	background-image: url('../img/bg_poly_l.jpg'), url('../img/bg_poly_r.jpg');
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	background-color: #2e62a9;
}

@media screen and (min-width: 992px) {
	.is-content .sc-head {
		height: 380px;
	}

	.sc-columns {
		column-count: 2;
	}

}

.is-content .sc-head nav a {
	color: #fff;
}

.is-content .sc-head nav a:hover {
	background: #fff;
	color: #00285f;
	border-radius: 3px;
}

.is-content p {
	font-size: 14px;
}

.is-content .sc-caption {
	border-bottom: solid 1px #f2f2f2;
}

.is-content h6 {
	color: #ff7200;
	text-transform: uppercase;
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-weight: 700;
	
}

h5.sc-contact {
	color: #ff7200;
	/*text-transform: uppercase; */
}

.is-content .sc-applications-container {
	min-height: 300px;
}

.is-content .sc-applications-container div {
	font-family: 'Roboto Slab', Arial, sans-serif;
	background-size: cover;
}

.is-content .sc-applications-container div a {
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.sc-branch {
	font-family: 'Roboto Slab', Arial, sans-serif;
	font-weight: 700;
}

.sc-icon-std {
	font-size: 16px;
	display: inline-block;
	margin: 3px 10px;
}

.sc-case-img {
	max-height: 300px;
	width: 100%;
	object-fit: cover;	
}

.sc-btn-download {
	text-transform: uppercase;
	color: #04378b;
	border-color: #04378b;
	font-weight: 700;
	border-width: 2px;
}

.sc-btn-download i {
	font-size: 18px;
}

.sc-btn-link {
	text-transform: uppercase;
	color: #509fe4 !important;
	border-color: #509fe4 !important;
	font-weight: 700;
	border-width: 2px;
	padding:20px;
	margin:20px;
}

.sc-btn-link i {
	font-size: 18px;
}

a.sc-btn-link:hover{
	color: white !important;
    background-color: #509fe4 !important;
    border-color: #509fe4 !important;
	font-size: 18px !important;
}


@media screen and (max-width: 1280px) {
	.is-content h1 {
		font-size: 32px;
	}

	.is-height h2 {
		font-size: 24px;
	}

}

@media screen and (max-width: 768px) {
	.is-content h1 {
		font-size: 24px;
	}

	.is-content h2 {
		font-size: 16px;
	}

}

/* errors in contact form */
.has-error .form-control {
    border-color: red;   
}

.bv-form .help-block {
    padding: 5px;
    margin-bottom: 0;
    display: inline-block;
    color: red;
    font-size: 14px;
}

.is-content blockquote p {
	font-size: 20px;
}

blockquote footer {
	background-image: none;
	min-height: initial;
}

h4, h5 {
    font-family: 'Roboto Slab', Arial, sans-serif;   
	font-size: 1.25rem !important;
}
}