/*
	GENERAL
*/
@font-face {
font-family: Montserrat;
src: url("../fonts/Montserrat-Regular.otf") format("opentype");
}

html {
	width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
    height: 100%;
	font-family: 'Open Sans', -apple-system, Helvetica, Arial, sans-serif;
	color: #ffffff;
	background: #4c4c4c; /* Old browsers */
}

::selection {
	background: #d83c52 !important; /* WebKit/Blink Browsers */
}
::-moz-selection {
	background: #d83c52 !important; /* Gecko Browsers */
}

h2 {
	font-family: Montserrat;
  	font-size: 65px;
  	font-weight: 700;
  	letter-spacing: -3.7px;
  	color: #ffffff;
}

@media(min-width:768px) {
}

@media(max-width:768px) {
	h2 {
		font-size: 30px !important;
	}
}

/*
	HEADER & NAVIGATION
*/
@media(min-width:768px) {
    .navbar {
        padding: 16px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 16px 0;
    }

    .navbar-brand {
    	height: 28px;
    	padding: 0 15px;
    	line-height: 28px;
    }

    .navbar-ex1-collapse {
    	float: right;
    }

    .navbar-default .nav li a {
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        padding: 2px 2px;
        margin: 0 10px;
        background-color: transparent !important;
        line-height: 16px;
    }

    .navbar-default .nav li a:last-of-type {
    	margin-right: 0;
    }

    .navbar-default .nav li a:hover, .navbar-default .nav li.active a {
		border-top: 4px solid transparent;
		border-bottom: 4px solid #d83c52;
		background-color: transparent !important;
	}

	.navbar-default {
		background-color: transparent !important;
		border-color: transparent !important;
	}

	.navbar-default.top-nav-collapse {
		background: #252525 !important;
		border-bottom: none !important;
	}
}

@media(max-width:768px) {
	.navbar-default {
		background-color: #252525 !important;
		border-color: transparent !important;
		height: 60px !important;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none !important;
		border-color: transparent !important;
	}

	.navbar-collapse {
		border-top: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		background-color: #252525;
	}

	.navbar-default .nav li a:hover, .navbar-default .nav li.active a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
		background-color: #d83c52;
	}

	.navbar-toggle {
		margin-top: 13px !important;
		margin-bottom: 13px !important;
		/*border-color: #d83c52 !important;*/
	}

	.navbar-toggle .icon-bar {
		/*background-color: #d83c52 !important;*/
	}

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

	/**/
   
}

.navbar-default .nav li a {
	font-family: Montserrat;
  	font-size: 13px;
  	font-weight: 700;
  	letter-spacing: -0.7px;
  	text-transform: uppercase;
  	color: #ffffff !important;
}

.navbar-brand img {
	width: 196px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.navbar-brand h1 {
	display: none;
}

/*
	INTRO
*/

@media(min-width:768px) {
	.intro-section {
		min-height: 550px;
	}
}

@media(max-width:768px) {
	.carousel-fixed {
		display: none;
	}

	.intro-headline-content-cell h3 {
  		font-size: 30px !important;
	}

	.intro-headline-content-cell p {
  		font-size: 14px !important;
  		display: none;
	}
}

.intro-section {
	height: 100%;
    text-align: center;
    padding-bottom: 60px;
    background-color: #4c4c4c;
}

.intro-section h2 {
	display: none;
}

#intro-slider {
	height: 100%;
	background: #1c9da7;
}

.carousel-inner {
	height: 100%;
}

.item {
	position: relative;
	height: 100%;
}

.intro-headline {
	display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 70px;
}

.intro-headline-content {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.intro-headline-content-cell {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 0;
}

#item-advisory {
	background: url(../img/intro-background-1.jpg) transparent no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#item-development {
	background: url(../img/intro-background-2.jpg) transparent no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#item-management {
	background: url(../img/intro-background-3.jpg) transparent no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#item-hiring {
	background: url(../img/intro-background-4.jpg) transparent no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.intro-headline-content-cell h3 {
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Montserrat;
  	font-size: 50px;
  	font-weight: 700;
  	line-height: 1.06;
  	letter-spacing: -3px;
  	color: #ffffff;
}

.intro-headline-content-cell p {
	font-family: Montserrat;
  	font-size: 18px;
  	font-weight: 700;
  	letter-spacing: -1px;
  	color: #ffffff;
  	margin: 8px auto 0 auto;
  	max-width: 770px;
}

.carousel-control.left {
	background-image: none;
}

.carousel-control.right {
	background-image: none;
}

.carousel-control.left, .carousel-control.right {
	/*position: relative;*/
}

.carousel-control i {
	font-size: 36px;
	font-weight: 400;
	color: #ffffff;
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.carousel {
	position: relative;
	padding-left: 0;
	padding-right: 0;
}

.carousel-fixed {
	margin: 0 auto 0 auto;
	position: absolute;
	top: 70%;
	text-align: center
	left: 0;
	width: 100%;
}

.carousel-fixed p {
	font-family: Montserrat;
  	font-size: 13px;
  	font-weight: 700;
  	letter-spacing: -0.7px;
  	color: #ffffff;
}

.carousel-fixed a {
	font-family: Montserrat;
  	font-size: 13px;
  	font-weight: 700;
  	letter-spacing: -0.5px;
  	color: #ffffff;
  	border-radius: 100px;
  	background-color: #d83c52;
  	box-shadow: 0 0 10px 0 #d83c52;
  	margin-top: 10px;
  	display: inline-block;
  	padding: 11px 33px 11px 33px;
  	
}

/*
	SERVICES
*/

@media (min-width:768px) {
    .services-section, .job-offers-section, .job-details-section {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width:768px) {
    .services-section, .job-offers-section, .job-details-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:992px) {
	.services-table-item {
    	border-right: none !important;
    }
}

.services-section, .job-offers-section, .job-details-section {
    text-align: center;
    margin-top: -60px;
    padding-bottom: 60px;
}

/*.services-headline-container, .job-offers-headline-container, .job-details-headline-container {
	margin-bottom: -50px;
}
*/
.services-section h2, .job-offers-section h2, .job-details-section h2 {
	padding: 30px 0 30px 0;
	margin: 0;
  	position: relative;
  	transform: translateY(-50%);
  	text-align: center;
}

.services-table {
	border-top: #2c9ea6 5px solid;
	max-width: 1024px;
}

.services-table-item {
	background-color: #202020;
  	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.24);
  	padding: 33px;
  	height: 360px;
  	border-right: solid 3px #214042;
}

.services-table-item:last-of-type {
	border-right: none;
}

.services-table-item:hover {
	background-color: #131515;
}

.services-table-item h3 {
	font-family: Montserrat;
  	font-size: 20px;
  	font-weight: 700;
  	letter-spacing: -1.2px;
  	color: #ffffff;
  	margin-left: 25px;
  	margin-right: 25px;
  	height: 48px;
}

.services-table-item .feature-icon {
}

.services-table-item .feature-icon i {
  	font-weight: 400;
  	color: #1c9da7;
  	text-shadow: 0 0 8px rgba(27, 156, 167, 0.55);
  	height: 108px;
	line-height: 108px !important;
}

.services-table-item .icon-mobile {
	font-size: 106.6px;
}

.services-table-item .icon-consulting {
	font-size: 88px;
}

.services-table-item .icon-computer-vision {
	font-size: 106.6px;
}

.services-table-item .icon-sensors {
	font-size: 77px;
}

.services-table-item .icon-methodology {
	font-size: 72px;
}

.services-table-item .icon-flexible {
	font-size: 66px;
}

.services-table-item p {
	/*font-family: Montserrat;*/
	font-family: 'Open Sans';
  	font-size: 13px;
  	font-weight: 400;
  	line-height: 1.15;
  	letter-spacing: -0.4px;
  	color: #ffffff;
}

/*
	PROJECTS
*/

@media (min-width:1200px) {
    #projects-slider .carousel-inner {
		max-width: 840px;
		height: 420px;
  		box-shadow: 0 0 11px 0 rgba(13, 13, 13, 0.5);
  		margin: 30px auto 0 auto;
	}

	.projects-section {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
 	#projects-slider .carousel-inner {
		max-width: 740px;
		height: 420px;
  		box-shadow: 0 0 11px 0 rgba(13, 13, 13, 0.5);
  		margin: 30px auto 0 auto;
	}   

	.projects-section {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width:768px) and (max-width:992px) {
	#projects-slider .carousel-inner {
		max-width: 600px;
		height: 450px;
  		box-shadow: 0 0 11px 0 rgba(13, 13, 13, 0.5);
  		margin: 30px auto 0 auto;
	}

    .projects-section {
        padding-left: 5px;
        padding-right: 5px;
    }

    .carousel-background {
		display: none;
	}

	#projects-slider h3 {
	}

	#projects-slider p {
		margin-right: 40px !important;
	}
}

@media (max-width:768px) {
	#projects-slider .carousel-inner {
		height: 940px;
  		box-shadow: 0 0 11px 0 rgba(13, 13, 13, 0.5);
  		margin: 30px auto 0 auto;
	}

    .projects-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .project-item-info {
		width: 100% !important;
		height: 50% !important;
	}

	.project-item-image {
		width: 100% !important;
		height: 50% !important;
	}

	.carousel-background {
		display: none;
	}

	#projects-slider .carousel-control {
		min-width: 50% !important;
		height: 80px !important;
		top: 50%;
		transform: translateY(-50%);
		margin-top: -60px;
	}

	#projects-slider .carousel-control.left i {
		left: 50% !important;
		margin-left: 20px;
	}

	#projects-slider .carousel-control.right i {
		right: 50% !important;
		margin-right: 20px;
	}

	#projects-slider .carousel-control i {
		background-color: #3f3f3f;
    	width:40px;
    	height:40px;
    	border-radius:50%;
    	-moz-border-radius:50%;
    	-webkit-border-radius:50%;
    	-khtml-border-radius: 50%;
    	text-align: center;
    	line-height: 40px;
    	font-size: 25px;
	}

	#projects-slider h3 {
		font-size: 30px !important;
		margin: 40px 40px 0 40px !important;
	}

	#projects-slider p {
		max-width: 100% !important;
		margin: 12px 40px 0 40px !important
	}

	.project-item-image {
		width: 200% !important;
		transform: translateX(50%);
		margin-right: 60px;
		padding: 0 0 100px 0 !important;
	}

	.inner-mask {
		top: 25% !important;
	}

	.project-item-url {
		width: 100% !important;
	}

	.project-item-goto {
		font-size: 15px !important;
		padding: 15px 40px 15px 40px !important;
		top: 50%;
		transform: translateY(50%);
		margin: 0 auto 0 auto !important;
	}
}

.project-item-url {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 100px;
}

.projects-section {
    text-align: center;
    padding-bottom: 60px;
}

#projects-slider {
	width: 100%;
	max-width: 1170px;
	margin-top: 30px !important;
}

#projects-slider .item {
	background: #ececec;
	width: 100%;
}

.project-item-info h3 {
	font-family: 'Open Sans';
  	font-size: 38.7px;
  	font-weight: 900;
  	color: #3f3f3f;
  	margin: 40px auto 0 40px;
  	padding: 0;
  	text-align: left;
}

.project-item-info p {
	font-family: 'Open Sans';
  	font-size: 14px;
  	font-weight: 700;
  	color: #3b3b3b;
  	margin: 12px auto 0 40px;
  	max-width: 320px;
  	text-align: left;
}

.project-item-info a {
	color: #d83c52;
}

#projects-slider .carousel-control {
	width: 60px;
}

#projects-slider .carousel-control i {
	top: 50% !important;
	transform: translateY(-50%);
}

#projects-slider .carousel-control.left i {
	left: 20px;
}

#projects-slider .carousel-control.right i {
	right: 20px;
}

.project-item-info {
	width: 50%;
	height: 100%;
	text-align: center;
	float: left;
}

.project-item-image {
	width: 50%;
	height: 100%;
	float: right;
	top: 50% !important;
	/*padding: 38px 0 38px 0;*/
}

.project-item-image img {
	max-width: 100%;
	max-height: 100%;
}

.project-item-goto {
	font-family: Montserrat;
  	font-size: 13px;
  	font-weight: 700;
  	color: #ffffff;
	padding: 11px 33px 11px 33px;
	border-radius: 100px;
  	background-color: #3f3f3f;
  	margin: 20px auto 20px auto;
  	display: inline-block;
}

.project-item-goto:hover {
	background-color: #d83c52;
	color: #ffffff;
}

.project-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow: hidden;
}

.project-item-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.outer-mask {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.inner-mask {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: skew(-25deg, 0deg);
        -ms-transform: skew(-25deg, 0deg);
         -o-transform: skew(-25deg, 0deg);
            transform: skew(-25deg, 0deg);
}

.content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.carousel-inner {
	margin-top: 0 !important;
}

.project-preview-slimdoc-background {
	background-color: #c9456c;
    background-image: -webkit-linear-gradient(354deg, #c9456c, #f7af62);
    background-image:    -moz-linear-gradient(354deg, #c9456c, #f7af62);
    background-image:     -ms-linear-gradient(354deg, #c9456c, #f7af62);
    background-image:      -o-linear-gradient(354deg, #c9456c, #f7af62);
    background-image:         linear-gradient(354deg, #c9456c, #f7af62);
}

.project-preview-banking-background {
	background-color: #008cb0;
    background-image: -webkit-linear-gradient(352deg, #008cb0, #43adb8);
    background-image:    -moz-linear-gradient(352deg, #008cb0, #43adb8);
    background-image:     -ms-linear-gradient(352deg, #008cb0, #43adb8);
    background-image:      -o-linear-gradient(352deg, #008cb0, #43adb8);
    background-image:         linear-gradient(352deg, #008cb0, #43adb8);
}

.project-preview-computer-vision-background {
	background-color: #5f1f38;
    background-image: -webkit-linear-gradient(175deg, #df4a4a, #5f1f38);
    background-image:    -moz-linear-gradient(175deg, #df4a4a, #5f1f38);
    background-image:     -ms-linear-gradient(175deg, #df4a4a, #5f1f38);
    background-image:      -o-linear-gradient(175deg, #df4a4a, #5f1f38);
    background-image:         linear-gradient(175deg, #df4a4a, #5f1f38);
}

.project-preview-mylog-fleet-background {
	background-color: #DF8709;
    background-image: -webkit-linear-gradient(175deg, #F4C459, #DF8709);
    background-image:    -moz-linear-gradient(175deg, #F4C459, #DF8709);
    background-image:     -ms-linear-gradient(175deg, #F4C459, #DF8709);
    background-image:      -o-linear-gradient(175deg, #F4C459, #DF8709);
    background-image:         linear-gradient(175deg, #F4C459, #DF8709);
}

.project-preview-tourguide-background {
	background-color: #C53B15;
    background-image: -webkit-linear-gradient(0deg, #C53B15, #1e1e1e);
    background-image:    -moz-linear-gradient(0deg, #C53B15, #1e1e1e);
    background-image:     -ms-linear-gradient(0deg, #C53B15, #1e1e1e);
    background-image:      -o-linear-gradient(0deg, #C53B15, #1e1e1e);
    background-image:         linear-gradient(0deg, #C53B15, #1e1e1e);
}

.carousel-background {
	height: 335px;
  	background-color: #535353;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	width: 968px;
}

/*

.trapezoid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.outer-mask {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.inner-mask {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: skew(-20deg, 0deg);
        -ms-transform: skew(-20deg, 0deg);
         -o-transform: skew(-20deg, 0deg);
            transform: skew(-20deg, 0deg);
}
.content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #234e7b;
    background-image: -webkit-linear-gradient(336deg, #c9456c, #f7af62);
    background-image:    -moz-linear-gradient(336deg, #c9456c, #f7af62);
    background-image:     -ms-linear-gradient(336deg, #c9456c, #f7af62);
    background-image:      -o-linear-gradient(336deg, #c9456c, #f7af62);
    background-image:         linear-gradient(336deg, #c9456c, #f7af62);
}

*/

/*
	TEAM
*/

.team-section {
    text-align: center;
}

.team-member-list {
	padding: 0 70px 0 70px;
}

.team-member {
	padding: 40px 0 0px 0;
}

.team-member-photo {
	width: 150px;
	height: 150px;
	background-color: #000000;
	border-radius: 50%;
	margin: 0 auto 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.team-member-photo img {
	width: 100%;
	height: 100%;
}

.team-member-name {
	margin: 0 auto 0 auto;
	font-family: 'Open Sans';
	padding: 0 0 5px 0;
  	font-size: 15px;
  	font-weight: 700;
  	text-align: center;
  	color: #ffffff;
}

.team-member-job {
	margin: 0 auto 0 auto;
	font-family: 'Open Sans';
	font-size: 12px;
  	font-weight: 400;
  	text-align: center;
  	color: #ffffff;
}

.team-member-join {
	font-family: 'Open Sans';
	font-size: 14px;
  	font-weight: 700;
  	text-align: center;
  	color: #ffffff;
  	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
  	padding: 20px;
}

.team-member a {
	display: block;
	padding: 0;
	margin: 0;
}

/*
	HIRING
*/

@media (min-width:768px) {
	.job-position h3 span {

	}

    .job-position h3 {
        
    }
}

@media (max-width:768px) {
	.job-position h3 span {
		font-size: 30px !important;
	}

    .job-position h3 {
        font-size: 25px !important;
    }

    .job-positions, .job-offers-headline-container {
		border-left: none !important;
	}

	.job-position-tail {
		display: none !important;
	}

	.job-position-marker {
		display: none !important;
	}

	.logo-hiring {
		
	}

	.job-offers-contact-info li {
		font-size: 18px !important;
	}
}

.hiring-section {
	padding: 150px 0 150px 0;
    text-align: center;
}

.job-offers-section, .job-details-section {
	text-align: left;
}

.logo-hiring {
	width: 100%;
	max-width: 300px;
	text-align: left;
}

.job-offers-info-list, .job-details-info-list {
	font-family: Montserrat;
  	font-size: 16px;
  	font-weight: 400;
  	letter-spacing: -1px;
  	color: #ffffff;
}

.job-offers-info-list li, .job-details-info-list li {
	padding: 7px 0 7px 0;
}

.job-position {
	padding-bottom: 10px;
	position: relative;
}

.job-position h3 {
	font-family: Montserrat;
  	font-size: 30px;
  	font-weight: 400;
  	letter-spacing: -1px;
  	color: #3dc3ce;
  	text-transform: uppercase;
}

.job-position h3 span {
	font-size: 40px;
	font-weight: 700;
	display: block;
}

.job-position a:hover {
  text-decoration: none;
}

.job-position-info {
	font-family: Montserrat;
  	font-size: 16px;
  	font-weight: 400;
  	letter-spacing: -1px;
  	color: #ffffff;
} 

.job-offers-section h4, .job-details-section h4{
	font-family: Montserrat;
  	font-size: 25px;
  	font-weight: 700;
  	letter-spacing: -1.6px;
  	color: #ffffff;
  	padding-top: 20px;
}

.job-offers-section h4 span, .job-details-section h4 span {
	color: #3dc3ce;
}

.job-positions, .job-offers-headline-container {
	border-left: 3px solid #1c9ca6;
}

.job-positions {
	padding-left: 40px;
	padding-bottom: 50px;
}

.job-position-tail {
	position: absolute;
	bottom: 0;
	left: -3px;
	width: 3px;
	height: 100px;
	background-color: #1c9ca6;
    background-image: -webkit-linear-gradient(175deg, #1c9ca6, #4c4c4c);
    background-image:    -moz-linear-gradient(175deg, #1c9ca6, #4c4c4c);
    background-image:     -ms-linear-gradient(175deg, #1c9ca6, #4c4c4c);
    background-image:      -o-linear-gradient(175deg, #1c9ca6, #4c4c4c);
    background-image:         linear-gradient(175deg, #1c9ca6, #4c4c4c);
}

.job-position-marker {
	width: 36px;
  	height: 36px;
  	background-color: #3dc3ce;
  	border-radius: 50%;
  	position: absolute;
  	left: -60px;
  	top: 25px;
}

.job-offers-contact-info {
	padding-left: 0;
	list-style: none;
}

.job-offers-contact-info i {
	font-size: 19px;
  	font-weight: 400;
  	color: #ffffff;
  	width: 30px;
  	text-align: center;
}

.job-offers-contact-info .web {
	font-size: 19px;
}

.job-offers-contact-info .phone {
	font-size: 29px;
}

.job-offers-contact-info .email {
	font-size: 17px;
}

.job-offers-contact-info li {
	font-family: Montserrat;
  	font-size: 20px;
  	font-weight: 400;
  	letter-spacing: -1px;
  	color: #ffffff;
}

.photos-section {
	text-align: center;
}

#photos-slider {
	margin-top: 20px;
	background-color: #000000;
	height: 225px;
	max-height: 225px;
	overflow: hidden;
}

.item-photo {
	width: 225px;
	height: 225px;
	background-color: #1c9ca6;
	float: left;
	background: url(../img/intro-background-1.jpg) transparent no-repeat center center !important;
}

#photos-slider .item {
	display: initial !important;
}

.intro-hiring {
  min-height: initial !important;
  height: 400px !important;
}

.job-position-description {
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1.6px;
  color: #3dc3ce;
}

/*
	CONTACT US
*/

@media (max-width:768px) {
    .contact-info-about-company {
    	margin-left: auto !important;
    }

    .contact-info-contact-us {
    	margin-right: auto !important;
    }
}

.follow-us-section {
	text-align: center;
	padding: 37.5px 0 37.5px 0;
}

.contact-section {
	text-align: center;
    background-color: #212121;
    border-top: #2c9ea6 5px solid;
    padding-bottom: 60px;
}

.contact-links {
	max-width: 332px;
	min-height: 75px;
  	background-color: #1c9da7;
  	margin: 0 auto 0 auto;
  	transform: translateY(-50%);
}

.contact-links i {
  	font-size: 36.6px;
  	font-weight: 400;
  	letter-spacing: 8.3px;
  	color: #000000;
  	text-shadow: 0 0 7px rgba(30, 30, 30, 0.41);
  	line-height: 75px;
}

.contact-links a:hover i {
	color: #ffffff;
}

.contact-info {
}

.contact-info-content {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 230px;
}

.contact-info-about-company {
	margin-left: 0;
}

.contact-info-useful-links {
	text-align: center;
	width: 100% !important;
}

.contact-info-contact-us {
	margin-right: 0;
}

.contact-info ul {
	list-style: none;
	padding: 0;
}

.contact-info li {
	font-family: Montserrat;
  	font-size: 14px;
  	font-weight: 400;
  	color: #ffffff;
}

.contact-info li a {
	color: #ffffff;
	text-decoration: underline;
}

.contact-info li a:hover {
	text-decoration: none;
}

.contact-info h3 {
	font-family: Montserrat;
  	font-size: 22px;
  	font-weight: 700;
  	letter-spacing: -1.2px;
  	color: #1c9da7;
  	text-shadow: 0 0 4px rgba(0, 0, 0, 0.53);
}

.contact-info p {
	font-family: Montserrat;
  	font-size: 14px;
  	font-weight: 400;
  	color: #ffffff;
}

.contact-info a {
	color: #ffffff;
	text-decoration: underline;
}

.contact-info a:hover {
	text-decoration: none;
}
