body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 100;
}
h1 {
	font-size: 50px
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 26px;
}
p {
	font-size: 18px;
}
.font-light {
	font-weight: 300;
}
.font-normal {
	font-weight: 400;
}
.font-bold {
	font-weight: 500;
}
.italic {
	font-style: italic;
}
.to-uppercase {
	text-transform: uppercase;
}
.hide {
	display: none;
}
.main {
	background-image: url('../images/main-splash.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 50px 15px rgba(0, 0, 0, 0.3);
	min-height: 100vh;
}
.main .content {
	padding: 200px 100px 100px 100px;
	color: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	-webkit-animation: gradientbackground 15s ease infinite;
	-moz-animation: gradientbackground 15s ease infinite;
	-ms-animation: gradientbackground 15s ease infinite;
	animation: gradientbackground 15s ease infinite;
	background: linear-gradient(-45deg, #EE7752AA, #E73C7EAA, #23A6D5AA, #23D5ABAA);
	background-size: 400% 400%;
}
.main .content form input {
	margin-bottom: 20px;
}
.main .scroll {
	position: absolute;
	right: 50px;
	bottom: 90px;
	color: #FFF;
	cursor: pointer;
}
.main .content .button {
	width: 300px;
}
.main .content h1, .main .content p, .main .content form {
	margin-bottom: 50px;
}
.main::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .85;
}
.navbar {
	padding: 20px 100px;
	border-bottom: 1px solid white;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
	padding-top: 30px;
	min-height: 137px;
	position: fixed;
	width: 100%;
	z-index: 99;
	transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.navbar .dropdown {
	color: #FFF;
	cursor: pointer;
}
.navbar .dropdown .dropdown-menu {
	border: none;
	border-radius: 0;
}
.navbar .dropdown .dropdown-menu .dropdown-item {
	font-weight: 300;
	color: #000;
}
.navbar .logo{
	content: url('../images/igo-White-small.png');
	height: 100px;
	margin: -20px;
}
.navbar-inverse .logo{
	content: url('../images/igo-Colour-small.png');
	height: 100px;
	margin: -20px;
}
.navbar a, .navbar i {
	color: #FFF;
}
.navbar-inverse {
	background-color: #FFF;
	background-color: rgb(255, 255, 255, 1);
	/*z-index: 10;
	*/
	transition: all 0.5s ease 0s;
	border-bottom: 1px solid black;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.navbar-inverse a, .navbar-inverse i, .navbar .dropdown {
	color: #000;
}
.navbar-inverse .dropdown .dropdown-menu {
	border: 1px solid #000;
}
.navbar-inverse .button-transparent {
	color: #000;
	border: 1px solid #000;
}
.navbar-nav {
	display: flex;
	align-items: center;
}
.navbar-nav li {
	padding: 20px 50px 20px 0;
}
.navbar .active {
	font-weight: 700;
}
.navbar .active::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0d8';
	color: #FFF;
	position: relative;
	top: 61px;
	left: 50%;
	transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.navbar-inverse .active::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0d8';
	color: #000;
	position: relative;
	top: 61px;
	left: 50%;
	transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.navbar .social a {
	padding: 0 5px;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}
.about {
	padding: 140px 100px;
	color: #3ea6cb;
}
.additional {
	padding: 100px 80px;
	color: #F63E3E;
}
.additional ul {
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	flex-grow: 1;
}
.additional li {
	width: 240px;
	height: 240px;
	margin: 20px;
	background: #BF5758;
	padding: 20px;
	border-radius: 20px;
	color: #fff;
	transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.additional-alt li {
	background: #299BD3;
}
.additional li:hover {
	box-shadow: 0 0px 18px 4px rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.carousel-section {
	background: url('../images/pattern.png') repeat;
	background-color: #FF0000;
	background-size: 50%;
	opacity: 0.7;
	color: #FFF;
	padding: 140px 100px;
}
.carousel-section.blue {
	background-color: #4AA6CC;
	color: #FFF;
}
.carousel-section .icon {
	font-size: 5em;
	text-shadow: 10px 10px 20px #272634;
	margin-bottom: 50px;
	display: block;
}
.carousel-section .company {
	display: block;
	margin-top: 20px;
}
.carousel-item h3 {
	margin-bottom: 50px;
}
.carousel-indicators li {
	border-radius: 50%;
	height: 20px;
	width: 20px;
	margin: 10px;
}
.carousel-control-prev, .carousel-control-next {
	opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	height: 75px;
	width: 75px;
}
.carousel-wrap {
	text-align: center;
	padding: 0 150px;
}
.findoutmore {
	background-image: url('../images/analyse.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 140px 100px;
	position: relative;
}
.findoutmore::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
}
.findoutmore .content {
	position: relative;
	justify-content: center;
	text-align: center;
}
.findoutmore .button {
	width: 300px;
	margin: auto;
	margin-top: 25px;
}
.contact {
	-webkit-animation: gradientbackground 15s ease infinite;
	-moz-animation: gradientbackground 15s ease infinite;
	animation: gradientbackground 15s ease infinite;
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	color: #fff;
	padding: 140px 100px 50px 100px;
	min-height: 850px;
}
.contact a {
	text-decoration: underline;
}
.contact .row > div {
	padding: 0 30px;
}
.contact a, .contact a:hover, .contact a:visited:hover {
	color: #FFF
}
.contact form input, .contact form button {
	width: 100%;
	color: #23A6D5;
}
.contact form input {
	margin-bottom: 20px;
}
.contact form button {
	margin-top: 30px;
}
.contact h3, .contact h1 {
	margin-bottom: 50px;
}
.contact .footer {
	margin-top: 150px;
}
.contact .copyright {
	position: relative;
	bottom: 0;
}
.contact .logo {
	position: absolute;
	right: 0;
	bottom: 0;
	content: url('../images/igo-White-small.png');
	/*width: 100px;
	/*or your image's width*/
	height: 200px;
	/*or your image's height*/
}
.contact .links {
	text-decoration: none;
	padding: 0;
	list-style-type: none;
}
.contact .links li {
	padding: 10px 0;
}
/* GRADIENT BACKGROUND */
@-webkit-keyframes gradientbackground {
	0% {
	background-position: 0% 50%
}
	50% {
	background-position: 100% 50%
}
	100% {
	background-position: 0% 50%
}
}
@-moz-keyframes gradientbackground {
	0% {
	background-position: 0% 50%
}
	50% {
	background-position: 100% 50%
}
	100% {
	background-position: 0% 50%
}
}
@keyframes gradientbackground {
	0% {
	background-position: 0% 50%
}
	50% {
	background-position: 100% 50%
}
	100% {
	background-position: 0% 50%
}
}
/* BUTTONS */
.button {
	padding: 10px;
	display: block;
	border: 1px solid #FFF;
	min-width: 200px;
	font-weight: 700;
}
.button:focus {
	outline: none;
}
.button-white i {
	color: #000;
	position: relative;
	top: 1px;
	margin-left: 5px;
}
.button-transparent i {
	color: #FFF;
	position: relative;
	top: 1px;
	margin-left: 5px;
}
.semi-transparent {
	opacity: 0.6;
}
.button-transparent::-ms-input-placeholder {
	color: #FFF;
	opacity: 0.7;
}
.button-transparent::placeholder {
	color: #FFF;
	opacity: 0.7;
}
.button:hover {
	color: #FFF;
	text-decoration: none;
}
.button-white {
	color: #000;
	background: #FFF;
}
.button-white:hover {
	color: #000;
}
.button-purple {
	color: #7d467c;
	background: transparent;
	border: 1px solid #7d467c;
}
.button-purple:hover {
	color: #7d467c;
}
.button-curved {
	border-radius: 10px;
}
.button-round {
	border-radius: 25px;
}
.button-transparent {
	background: none;
	color: #FFF;
}
.text-align-center {
	text-align: center
}
.text-align-left {
	text-align: left;
}
.text-align-right {
	text-align: right;
}
@media (max-width: 600px) {
	body {
	font-size: 14px;
	}
	h1 {
	font-size: 30px
}
	h2 {
	font-size: 26px
}
	h3 {
	font-size: 22px
}
	h4 {
	font-size: 18px
}
	p {
	font-size: 14px;
	}
	/* BUTTONS */
	.button {
	padding: 6px;
	display: block;
	border: 1px solid #FFF;
	min-width: 200px;
	font-weight: 700;
	}
}
@media (max-width: 992px) {
	.about, .findoutmore, .contact, .main .content {
	padding: 50px 20px;
	}
	.about {
	text-align: center;
	}
	.contact .logo {
	right: 20px;
	}
	.navbar {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	min-height: initial;
	background-color: #FFF;
	background-color: rgb(255, 255, 255, 1);
	padding: 20px 20px;
	}
	.main {
	min-height: 10.25vh;
	}
	.main .content {
	text-align: center;
	padding: 100px 20px 0px;
	}
	.main .content form {
	display: flex;
	align-items: center;
	flex-direction: column;
	}
	.main .scroll {
	position: absolute;
	bottom: 90px;
	color: #FFF;
	right: 25px;
	cursor: pointer;
	}
	.navbar .logo {
	display: none;
	}
	.navbar a, .navbar i {
	color: #000;
	}
	.navbar .button-transparent {
	color: #000;
	border: 1px solid #000;
	}
	.navbar-nav {
	align-items: flex-start;
	}
	.navbar-nav .active::before {
	display: none;
	}
	.social {
	display: none;
	}
	.carousel-control-prev, .carousel-control-next {
	display: none;
	}
	.carousel-indicators {
	position: absolute;
	bottom: -50px;
	}
	.carousel-wrap {
	padding: 0;
	}
	.contact .col-lg-4 {
	margin-bottom: 30px;
	}
}
.arrow {
	transition: all 0.2s;
	transform: rotate(90deg);
	display: block;
	position: relative;
	top: 70px;
}
.arrow .shaft {
	background-color: #FFF;
	display: block;
	position: relative;
	width: 64px;
	height: 2px;
}
.arrow .shaft::before {
	background-color: #FFF;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	top: 0;
	right: 0;
	transform-origin: top right;
	width: 15px;
	transform: rotate(-40deg);
}
.arrow .shaft::after {
	background-color: #FFF;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	top: 0;
	right: 0;
	transform-origin: bottom right;
	width: 15px;
	transform: rotate(40deg);
}
