﻿/* montserrat-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/montserrat-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-regular - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-500 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/montserrat-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-600 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-800 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/montserrat-v26-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  



/*----- 1. Reset.css -----*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}




h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat';
	font-size: 16px;
}

p {
	font-family: 'Montserrat';
	font-size: 14px;
}


html * {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/*------ Navbar Styling ------*/

.navbar {
	font-family: "Montserrat";
	padding-top: 15px;
	padding-bottom: 15px;
	/*! background-color: transparent !important; */
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	/*! background:#b0303078; */
}



	.navbar .navbar-toggler {
		border: none;
	}

.navbar-nav {
	text-align: center;
	margin-top: 15px;
	-webkit-transition: 0.5s all ease; /* For Safari 3.1 to 6.0 */
	transition: 0.5s all ease;
}


	.navbar-nav .nav-item {
		font-size: 0.85rem;
		font-weight: 400;
		text-transform: capitalize;
		color: white;
	}

		.navbar-nav .nav-item .nav-link {
			color: #364655;
			font-weight: 600;
		}

.nav-white .nav-item .nav-link {
	font-size: 0.92rem;
	text-transform: capitalize;
	color: #364655;
}



.nav-white .navbar-brand {
	color: #7289da;
	font-weight: bold;
}




.sk_logo {
	height: 150px;
}

video {
	max-height: 450px
}

@keyframes zoom-in-out {
	0%, 100% {
		transform: scale(0.9); /* Starte und ende mit der Originalgr��e */
	}

	50% {
		transform: scale(1.0); /* Vergr��ere das Bild in der Mitte der Animation */
	}
}

.image-zoom-effect {
	animation: zoom-in-out 10s infinite; /* Wiederhole die Animation unendlich */
	max-width: 100%;
}

.hero-home {
	padding: 100px 0 100px 0;
	background: linear-gradient(to right, #7289DA 50%, #249df1 50%);
	background-size: cover;
	background-position: bottom;
}


	.hero-home h1 {
		font-size: 32px;
		font-weight: 700;
		color: #FFFFFF;
		color: #FFF;
		line-height: 1.4;
		letter-spacing: -1px;
	}

	.hero-home p {
		font-size: 17px;
		font-weight: 500;
		color: #EFEFEF;
		line-height: 1.6;
		margin-top: 20px;
	}



.btn-action {
	padding: 15px 40px;
	background: rgb(31, 56, 126);
	color: #FFF;
	border: none;
	border-radius: 50px;
	opacity: 1;
	box-shadow: 0 5px 15px 0 rgba(0, 92, 100, .15);
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 25px 10px 0 0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}


.vid-feature {
	padding: 100px 0 42px 0;
	background: #FFFFFF;
}

	.vid-feature .col-md-8, .vid-feature .col-sm-8, .vid-feature .col-lg-8, .cta-alt .col-md-10, .cta-alt .col-lg-8 {
		margin: 0 auto;
		float: none;
	}

.col-sm-8 img {
	max-width: 100%;
	position: relative;
	overflow: hidden;
	background: #252525;
	border-radius: 6px;
	box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
	z-index: 3;
	margin-top: 10px;
	margin-bottom: 30px;
}

.vid-feature h1 {
	font-size: 24px;
	font-weight: 700;
	color: #364655;
	line-height: 1.2;
	margin-bottom: 20px;
}

.vid-feature p {
	font-size: 14px;
	font-weight: 500;
	color: rgb(129, 129, 152);
	;
	line-height: 1.6;
	/*! max-width: 600px; */
	margin: 0 auto;
	margin-bottom: 20px;
}


.vid-cover {
	position: relative;
	overflow: hidden;
	background: #252525;
	border-radius: 6px;
	box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
	z-index: 3;
	margin-top: 10px;
	margin-bottom: 30px;
}

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

.cta-big {
	background: linear-gradient(to right, rgba(3, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url(../images/bb.jpg) no-repeat center center;
	background-size: cover;
	padding: 150px 0 150px 0;
}

.cta-big-inner {
	max-width: 720px;
	margin: 0 auto;
}

	.cta-big-inner h1 {
		font-weight: 600;
		font-size: 28px;
		/*! color: #FFFFFF; */
		/*! text-transform: capitalize; */
		line-height: 1.2;
	}



	.cta-big-inner p {
		font-weight: 500;
		font-size: 16px;
		color: #FFFFFF;
		line-height: 1.4;
		letter-spacing: 1px;
		margin: 10px 0 0 0;
	}



.cta-alt {
	background: #f9f9f9;
	padding: 100px 0;
}


	.cta-alt h1 {
		font-weight: 500;
		font-size: 24px;
		color: #252B33;
		line-height: 1.4;
		font-weight: bold;
	}

	.cta-alt p {
		font-weight: 400;
		font-size: 16px;
		color: #252B33;
		line-height: 1.2;
	}



h3 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: #364655;
	font-size: 20px;
	/*! margin-top: 5px !important; */
}

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

.service-intro {
	padding: 0 0 50px 0;
}

.service-intro h1 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 20px;
}

.service-intro p {
	font-size: 14px;
	font-weight: 500;
	color: rgb(129, 129, 152);
	line-height: 1.6;
	max-width: 600px;
	margin: 0 auto;
}

.justify-center {
	justify-content: center !important;
	display: flex;
}

.lbl-services {
	background: #f8faff;
	background: #252b33;
	padding: 100px 0 50px 0;
	position: relative;
}

.lbl-service-card {
	background: #FFF;
	text-align: center;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
	border-bottom: 7px solid rgb(114, 137, 218);
	padding: 20px 24px;
	margin: 0 0 44px 0;
	/*! cursor: pointer; */
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.card-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	background: rgba(30, 166, 154, 0.08);
	display: table;
	text-align: center;
}

.card-img {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.card-text {
	padding: 15px;
	margin-top: 15px;
}

	.card-text h3 {
		font-size: 18px;
		font-weight: 500;
		color: #364655;
	}

	.card-text p {
		font-size: 14px;
		font-weight: 500;
		color: rgb(129, 129, 152);
		line-height: 1.6;
		margin-top: 15px;
	}

.footer-sm {
	padding: 30px 0;
	background: rgba(30, 166, 154, 0.1);
	background: #242a32;
	text-align: center;
}

	.footer-sm .col-md-4:nth-child(even) {
		text-align: center;
	}

	.footer-sm .footer-logo {
		font-family: 'Montserrat';
		font-size: 16px;
		font-weight: 600;
		color: rgb(132, 132, 132);
		letter-spacing: 0;
		display: block;
		margin-bottom: 15px;
		text-decoration: none;
	}

	.footer-sm h6 {
		font-size: 13px;
		font-weight: 500;
		color: rgb(132, 132, 132);
		letter-spacing: 0;
		display: inline-block;
	}

	.footer-sm ul {
		list-style-type: none;
		text-align: center;
		margin-top: 10px;
	}

		.footer-sm ul li {
			font-family: "Montserrat";
			font-size: 13px;
			font-weight: 400;
			letter-spacing: 0;
			display: inline-block;
			margin-left: 6px;
			margin-right: 6px;
		}

			.footer-sm ul li a {
				font-size: 13px;
				font-weight: 500;
				position: relative;
				display: inline-block;
				color: rgb(132, 132, 132);
				text-decoration: none;
			}

				.footer-sm ul li a:before {
					content: "";
					position: absolute;
					width: 100%;
					height: 1px;
					bottom: -3px;
					left: 0;
					background-color: #1ea69a;
					visibility: hidden;
					-webkit-transform: scaleX(0);
					transform: scaleX(0);
					-webkit-transition: all 0.2s ease-in-out 0s;
					transition: all 0.2s ease-in-out 0s;
				}






.bk-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	border-radius: 3px;
	z-index: 90;
	display: none;
	width: 45px;
	height: 45px;
	background: #7289da;
	color: #f2f2f0;
	border-radius: 50%;
	display: table;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.bk-top-txt {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.back-to-top {
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}


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

	.navbar-nav {
		margin-top: 0;
	}

		.navbar-nav .nav-item {
			margin-right: 15px;
			font-size: 0.85rem;
			font-weight: 400;
		}

	.hero-home {
		padding: 133px 0 76px 0;
	}



	.service-intro h1 {
		font-size: 28px;
	}

	.service-intro p {
		font-size: 16px;
	}


	.vid-feature h1 {
		font-size: 28px;
	}

	.vid-feature p {
		font-size: 16px;
	}


	.hero-home h1 {
		font-size: 55px;
	}


	.cta-big-inner h1 {
		font-size: 38px;
	}

	.cta-alt h1 {
		font-size: 32px;
	}



	.footer-sm {
		text-align: left;
	}

		.footer-sm .footer-logo {
			margin-bottom: 0;
			font-size: 14px;
			display: block;
		}

		.footer-sm ul {
			list-style-type: none;
			text-align: right;
			margin-top: 0;
		}
