﻿@charset "utf-8";
/* CSS Document */
/*
* ==========================================================
*     NAVBAR SECTION
* ==========================================================
*/
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.navbar-wrapper-user {
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background-color: #142f47;
}

.btn-nav {
	margin-top: 2px;
}
/*
* ==========================================================
*     CAROUSEL SECTION
* ==========================================================
*/
.headertext {
	padding-top: 30vh;
	z-index: 4;
}
.first-slide {
	background-image: url(../images/hero_1.jpg);
	background-color: rgba(20, 47, 71, 0.5);
	background-blend-mode: darken;
	background-size: cover;
	background-position: bottom;
	height: 100vh;
}

.second-slide {
	background-image: url(../images/hero_2.jpg);
	background-color: rgba(20, 47, 71, 0.5);
	background-blend-mode: darken;
	background-size: cover;
	background-position: bottom;
	height: 100vh;
}
.third-slide {
	background-image: url(../images/hero_3.jpg);
	background-color: rgba(20, 47, 71, 0.5);
	background-blend-mode: darken;
	background-size: cover;
	background-position: center;
	height: 100vh;
}
/*
* ==========================================================
*     #1 HOMEPAGE SECTION
* ==========================================================
*/
/* description */
.reducedcosts {
	margin-bottom: 50px;
}
/* icons */
.icons {
	margin-top: 20px;
}
.icon {
	margin: 5px;
	padding-bottom: 50px;
	text-align: center;
	float: left;
}
.icontext {
	width: 80px;
	margin-left: 10px;
}
.icontext h5 {
	color: #c8ced2;
}
.reportingicon {
	background-image: url(../images/realtime_grey.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
}
.reportingicon:hover {
	background-image: url(../images/realtime.png);
	transition: ease-in 0.20s;
}
.reportingicon:hover + .icontext h5 {
	color: #08baff;
}
.integrationicon {
	background-image: url(../images/integration_grey.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
}
.integrationicon:hover {
	background-image: url(../images/integration.png);
	transition: ease-in 0.20s;
}
.integrationicon:hover + .icontext h5 {
	color: #08baff;
}
.productivityicon {
	background-image: url(../images/productivity_grey.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
}
.productivityicon:hover {
	background-image: url(../images/productivity.png);
	transition: ease-in 0.20s;
}
.productivityicon:hover + .icontext h5 {
	color: #08baff;
}
.reducedcostsicon {
	background-image: url(../images/piggy-bank_grey.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
}
.reducedcostsicon:hover {
	background-image: url(../images/piggy-bank.png);
	transition: ease-in 0.20s;
}
.reducedcostsicon:hover + .icontext h5 {
	color: #08baff;
}
.collaborationicon {
	background-image: url(../images/collaboration_grey.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
}
.collaborationicon:hover {
	background-image: url(../images/collaboration.png);
	transition: ease-in 0.20s;
}
.collaborationicon:hover + .icontext h5 {
	color: #08baff;
}
.calendaricon {
	background-image: url(../images/calendar_grey.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
}
.calendaricon:hover {
	background-image: url(../images/calendar.png);
	transition: ease-in 0.20s;
}
.calendaricon:hover + .icontext h5 {
	color: #08baff;
}
/*
* ==========================================================
*     #2 HOMEPAGE SECTION
* ==========================================================
*/
.background2 {
	margin-top: 100px;
	background-image: url(../images/planning.jpg);
	background-color: rgba(20, 47, 71, 0.6);
	background-blend-mode: darken;
	background-size: cover;
	background-position: center;
	z-index: 10;
	color: white;
}
.infotext {
	margin-top: 50px;
	margin-bottom: 50px;
}

@media (min-width: 768px) {
.infotext {
	width: 70%;
	margin-left: 15%;
}
}
/*
* ==========================================================
*     #3 HOMEPAGE SECTION
* ==========================================================
*/
.background3 {
	background-color: #c8ced2;
	color: #142f47;
}
.contact {
	margin-top: 50px;
	margin-bottom: 50px;
}
.contact h1 {
	text-transform: uppercase;
	letter-spacing: 2px;
}
.card {
	background-color: #ffffff;
	border-radius: 50px;
	display: inline-block;
	overflow: auto;
	width: 100%;
	margin: 50px auto;
	color: #142f47;
	min-height: 330px;
}
.card:hover {
	box-shadow: 0 0 50px 0 #969696;
	transition: ease-in 0.30s;
}
.cardinfo {
	margin: 40px 20px;
}
.cardicon {
	height: 100px;
}
@media (max-width: 767px) {
	.cardicon {
		height: 150px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
.emailcard {
	font-size: 10px
}
}
/*
* ==========================================================
*     FOOTER SECTION
* ==========================================================
*/
.footer {
	background-color: #142f47;
	color: #ffffff;
}
.footerinfo {
	margin-top: 50px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
.footerinfo {
	text-align: center;
}
}
.footerinfo a:hover {
	color: #08baff
}
.footerlink a {
	color: white;
	font-weight: bold;
}
.footerlink {
	list-style: none;
	margin-left: -25px;
}
.footersmall {
	font-size: 9px;
	color: #c8ced2;
}
.footersmalllinks p, .footersmalllinks a {
	font-size: 10px;
	color: #c8ced2;
	padding-right: 15px;
}

@media (min-width: 768px) {
.copyright {
	text-align: right;
}
}

@media (max-width: 767px) {
.social {
	margin-right: 35%;
}
}
.youtube {
	float: right;
	margin: 10px;
	background-image: url(../images/youtube_grey.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
}
.youtube:hover {
	background-image: url(../images/youtube.png);
	transition: ease-in 0.20s;
}
.facebook {
	float: right;
	margin: 10px;
	background-image: url(../images/facebook_grey.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
}
.facebook:hover {
	background-image: url(../images/facebook.png);
	transition: ease-in 0.20s;
}
.linkedin {
	margin: 10px 10px 10px;
	float: right;
	background-image: url(../images/linkedin_grey.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
}
.linkedin:hover {
	background-image: url(../images/linkedin.png);
	transition: ease-in 0.20s;
}
/*
* ==========================================================
*     2nd pages SECTION
* ==========================================================
*/
.hero {
	background-image: url(../images/hero_1.jpg);
	background-color: rgba(20, 47, 71, 0.6);
	background-blend-mode: darken;
	background-size: cover;
	background-position: center;
	height: 400px;
	margin-bottom: 50px;
	color: #ffffff;
}

.herotext {
	padding-top: 200px;
	z-index: 4;
}

/*
* ==========================================================
*     LOGIN SECTION
* ==========================================================
*/
.whiteh1 {
	color: #ffffff;
	margin-top: 5%;
}
.loginh2 {
	text-transform: none;
	margin-bottom: 30px;
}
.fullbg {
	min-height: 100vh;
	height: 100vh;
	overflow: auto;
	background-color: #142f47;
}
.logincard {
	background-color: #ffffff;
	border-radius: 50px;
	display: inline-block;
	overflow: auto;
	width: 100%;
	margin: 50px auto;
	color: #142f47;
	padding: 30px;
}
.uppercase {
	text-transform: uppercase;
}
.pw {
	font-size: 12px;
	text-align: right;
}
@media (max-width: 767px) {
	.pw {
	text-align: left;
	margin-top: 10px;
}
}
/*
* ==========================================================
*     ABOUT US SECTION
* ==========================================================
*/
.person-card {
	background-color: #ffffff;
	border-radius: 50px;
	display: inline-block;
	overflow: auto;
	width: 100%;
	margin: 50px auto;
	color: #142f47;
	box-shadow: 0 0 25px 0 #969696;
}
.person-card:hover {
	box-shadow: 0 0 50px 0 #969696;
	transition: ease-in 0.30s;
}

.jobtitle {
	margin-top: -10px;
	font-size: 14px;
}

.person-descr {
	margin: 50px 25px;
	font-size: 12px;
}
/*
* ==========================================================
*     TESTIMONIALS SECTION
* ==========================================================
*/
section.testimonials .owl-carousel .owl-stage-outer {
  padding: 70px 0 50px;
}

section.testimonials .item-holder {
  padding-right: 40px;
  padding-left: 40px;
}

section.testimonials .quote {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

section.testimonials .item {
  -webkit-box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
	border-radius: 50px;
  position: relative;
  margin: 0 30px 50px;
  margin-right: 0;
  padding: 70px 50px;
  padding-left: 70px;
}

section.testimonials .item p {
  line-height: 1.8rem;
  color: #142f47;
}
.text {
	font-size: 12px;
}

.item h2 {
	color: #08baff;
	text-transform: capitalize;
}

section.testimonials .avatar-pmg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
    background-image: url(../images/premium.png);
    background-size: cover;
}

section.testimonials .avatar-mhm {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
	background-image: url(../images/mhm.png);
	background-size: cover;
}

section.testimonials .avatar-mader {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
	background-image: url(../images/mader.png);
	background-size: cover;
}
/* Testimonials Media Query ------------------------- */
@media (max-width: 1199px) {
  section.testimonials .item {
    -webkit-box-shadow: -5.665px 9.429px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -5.665px 9.429px 25px 0px rgba(0, 0, 0, 0.2);
    padding: 60px 40px 40px;
	  margin-top: 100px;
  }
  section.testimonials .item .avatar-mhm {
    position: absolute;
    top: 0;
    left: 50%;
  }
	  section.testimonials .item .avatar-mader {
    position: absolute;
    top: 0;
    left: 50%;
  }
}
/*
* ==========================================================
*     CONTACT SECTION
* ==========================================================
*/
.contactinfo {
	margin-bottom: 50px;
}
/*
* ==========================================================
*     FEATURES SECTION
* ==========================================================
*/
.features {
	margin-bottom: 100px;
}
.paddinghr {
	margin-bottom: 50px;
}
.paddingh1 {
	margin-top: 50px;
}
.paddingh1b {
	margin-top: 100px;
}
.d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}
.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important
}
.row2 {
	 display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 20px 0;
}
.infocard {
	  -webkit-box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
	border-radius: 50px;
  position: relative;
  padding: 70px 50px;
  padding-left: 70px;
}
@media (min-width: 768px){
	.infocard {
		margin-right: 100px;
	}
}
@media (max-width: 767px) {
	.infocard, .infocard-right {
		margin: 0 100px 50px;
	}
}
.infocard-right {
	  -webkit-box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -5.665px 9.429px 35px 0px rgba(0, 0, 0, 0.2);
	border-radius: 50px;
  position: relative;
  padding: 50px 50px;
  padding-left: 70px;
}
@media (min-width: 768px){
	.infocard-right {
		margin-left: 100px;
	}
}
.infolist {
	font-size: 16px;
	color: #08baff;
	font-weight: bolder;
	line-height: 2;
}
.infolist2 {
	font-weight: bolder;
}
/*
* ==========================================================
*     ORDER BOOTSTRAP
* ==========================================================
*/
.col-lg-6 {
	width: 100%;
}
.order-1 {
	-ms-flex-order: 1;
	order: 1
}
.order-2 {
	-ms-flex-order: 2;
	order: 2
}
.order-3 {
	-ms-flex-order: 3;
	order: 3
}
.order-4 {
	-ms-flex-order: 4;
	order: 4
}
.order-5 {
	-ms-flex-order: 5;
	order: 5
}
.order-6 {
	-ms-flex-order: 6;
	order: 6
}
.order-7 {
	-ms-flex-order: 7;
	order: 7
}
.order-8 {
	-ms-flex-order: 8;
	order: 8
}
.order-9 {
	-ms-flex-order: 9;
	order: 9
}
.order-10 {
	-ms-flex-order: 10;
	order: 10
}
.order-11 {
	-ms-flex-order: 11;
	order: 11
}
.order-12 {
	-ms-flex-order: 12;
	order: 12
}
@media (min-width:768px) {
.order-sm-1 {
	-ms-flex-order: 1;
	order: 1
}
.order-sm-2 {
	-ms-flex-order: 2;
	order: 2
}
.order-sm-3 {
	-ms-flex-order: 3;
	order: 3
}
.order-sm-4 {
	-ms-flex-order: 4;
	order: 4
}
.order-sm-5 {
	-ms-flex-order: 5;
	order: 5
}
.order-sm-6 {
	-ms-flex-order: 6;
	order: 6
}
.order-sm-7 {
	-ms-flex-order: 7;
	order: 7
}
.order-sm-8 {
	-ms-flex-order: 8;
	order: 8
}
.order-sm-9 {
	-ms-flex-order: 9;
	order: 9
}
.order-sm-10 {
	-ms-flex-order: 10;
	order: 10
}
.order-sm-11 {
	-ms-flex-order: 11;
	order: 11
}
.order-sm-12 {
	-ms-flex-order: 12;
	order: 12
}
}
@media (min-width:768px) {
.order-md-1 {
	-ms-flex-order: 1;
	order: 1
}
.order-md-2 {
	-ms-flex-order: 2;
	order: 2
}
.order-md-3 {
	-ms-flex-order: 3;
	order: 3
}
.order-md-4 {
	-ms-flex-order: 4;
	order: 4
}
.order-md-5 {
	-ms-flex-order: 5;
	order: 5
}
.order-md-6 {
	-ms-flex-order: 6;
	order: 6
}
.order-md-7 {
	-ms-flex-order: 7;
	order: 7
}
.order-md-8 {
	-ms-flex-order: 8;
	order: 8
}
.order-md-9 {
	-ms-flex-order: 9;
	order: 9
}
.order-md-10 {
	-ms-flex-order: 10;
	order: 10
}
.order-md-11 {
	-ms-flex-order: 11;
	order: 11
}
.order-md-12 {
	-ms-flex-order: 12;
	order: 12
}
}
@media (min-width:992px) {
.order-lg-2 {
	-ms-flex-order: 2;
	order: 2
}
.order-lg-3 {
	-ms-flex-order: 3;
	order: 3
}
.order-lg-4 {
	-ms-flex-order: 4;
	order: 4
}
.order-lg-5 {
	-ms-flex-order: 5;
	order: 5
}
.order-lg-6 {
	-ms-flex-order: 6;
	order: 6
}
.order-lg-7 {
	-ms-flex-order: 7;
	order: 7
}
.order-lg-8 {
	-ms-flex-order: 8;
	order: 8
}
.order-lg-9 {
	-ms-flex-order: 9;
	order: 9
}
.order-lg-10 {
	-ms-flex-order: 10;
	order: 10
}
.order-lg-11 {
	-ms-flex-order: 11;
	order: 11
}
.order-lg-12 {
	-ms-flex-order: 12;
	order: 12
}
}	