:root {
	--dark: #24303E;
	--primary: #FFA507;
	--primary-hover: #FFC107;
	--text-gray: #888;
}

#loader {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #fff;
	z-index: 99999;
	margin-top: -5rem;
}
#loader img {
	width: 5rem;
	margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html {
	font-family: 'Roboto', sans-serif;
	color: #333;
	padding-top: 5rem;
	font-size: 0.9rem;
}

@media screen and (max-width: 767px) {
  	html {
			padding-top: 7rem;
		}
		.carousel img {
			height: 8rem;
			width: auto !important;
		}
}

h1,h2,h3,h4,h5 {
	font-family: 'Rajdhani', sans-serif;
}

a:hover {
	transition: all ease 0.5s;
}

body {
	min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer {
	color: white;
	font-size: 0.8rem;
	padding-top: 2rem;
	margin-top: auto;
}
footer a {
	color: rgba(255,255,255,0.5);
	text-decoration: none;
	line-height: 1.5rem;
}
footer a:hover {
	color: white;
}
.footer-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-logo img {
	width: 7.5rem;
}
@media screen and (max-width: 767px) {
	.footer-logo {
		justify-content: flex-start;
	}
	.footer-logo img {
		width: 5rem;
		margin-bottom: 1rem;
	}
}

nav {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	color: white;
	font-size: 1.2rem;
}
.navbar-nav {
	margin: auto;
}
.navbar-dark .navbar-nav .nav-link {
	margin: 0 1rem;
	color: white;
}
.navbar-brand {
	margin:auto;
}
.navbar-toggle {
	position: absolute;
	border: none;
}
.navbar-toggler {
	position: absolute;
	padding: 0;
	border: none;
}

/* OVERWRITES */
.bg-dark {
	background-color: var(--dark) !important;
}

.btn {
	font-size: 0.9rem;
	font-weight: 600;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: var(--dark); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	box-shadow: 20px 0px 50px rgba(0,0,0,0.2);
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1.5rem;
  color: #fff;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: var(--primary);
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
}

#introVideo {
	position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
	z-index: -1;
}
.parallax {
	background-image: var(--paralax-bg);
	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}
.parallax h1 {
	margin: 2rem auto 17rem auto;
	font-weight: 600;
	color: var(--dark);
	height: 80%;
	line-height: 2.8rem;
}
.tagline h1 {
	font-weight: 600;
	color: white;
	text-shadow: 1px 0 5px rgba(0,0,0,0.5);
	font-size: 2rem;
	height: 80%;
	line-height: 2.5rem;
}
.tagline h1 {
	margin: 20rem auto 2rem auto;
}

.index-content {
	background-color: white;
	position: relative;
	z-index: 1;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.index-content h1 {
    font-size: 3rem;
    font-weight: bold;
}
.index-wm p {
	width: 50%;
}
@media screen and (max-width: 767px) {
	.tagline h1 {
		font-size: 1.5rem;
		line-height: 2rem;
		height: 100%;
	}
	.parallax h1 {
		line-height: 2rem;
	}
	.index-content {
	}
	.index-content h1 {
		font-size: 2rem;
	}
	.index-wm p {
		width: 100%;
	}
}

.home-highlights {
	padding: 0 10rem;
}
@media screen and (max-width: 767px) {
	.home-highlights {
		padding-right: var(--bs-gutter-x,.75rem);
		padding-left: var(--bs-gutter-x,.75rem);
	}
	.mhl {
		margin-top: 2.1rem;
	}
}

.client-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 80%;
	margin: auto;
}
.client-list img {
	margin: 0.8rem;
}
.home-groups img {
	height: 6rem;
}
@media screen and (max-width: 767px) {
	.client-list img, .home-groups img {
		margin: 0.5rem;
    	height: 2rem;
	}
}

.services-container {
		padding-left: var(--bs-gutter-x,.75rem);
		padding-right: var(--bs-gutter-x,.75rem);
}
.services-container .row {
	display: flex;
	justify-content: center;
}
.service-card {
	display: flex;
	align-items: center;
	background-color: white;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	margin: 1rem auto;
	padding: 1rem;
	min-height: 5.5rem;
	border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
	.service-card {
		min-height: auto;
		margin: 0 auto;
		border-radius: 0;
	}
}
.service-card img {
	width: 3rem;
	height: auto;
	margin-right: 1rem;
}
/*
.service-card {
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-color: white;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	margin-top: 7rem;
	margin-bottom: 2rem;
	min-height: 22.5rem;
}
.service-card img {
	width: 150px;
	height: auto;
	margin-top: -5rem;
	margin-bottom: 1.5rem;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.service-card h3 {
	font-weight: bold;
}
.service-card .hr {
	border-top: 3px solid var(--primary);
	width: 30%;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
.service-card p {
	text-align: left;
	padding: 1rem;
}
.service-card button {
	width: 50%;
	margin: auto;
	margin-bottom: -1rem;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}*/
#contact {
	min-height: 17rem;
}
.contact-container {
	display: flex;
	justify-content: center;
}
.contact-icon {
	display: inline-block;
	background-color: #eee;
	border-radius: 50%;
	margin: 2rem;
	margin-bottom: 1rem;
	border: 3px solid white;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	width: 8rem;
	height: 8rem;
	padding: 1rem;
	text-align: center;
	text-decoration: none;
	color: #aaa;
	font-weight: bold;
	justify-content: center;
}
.contact-icon img {
	height: 4rem;
	width: auto;
}
@media screen and (max-height: 767px) {
  	.contact-icon{margin:0.5rem;width:6rem;height:6rem;}
		.contact-icon img {height:2.5rem;}
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  	.sidenav {padding-top: 15px;}
  	.sidenav a {font-size: 1rem;}
}

.sidenav .dropdown-menu {
	position: revert;
	width: 100%;
	background-color: rgba(0,0,0,0.2);
	border-radius: 0;
	border: none;
}
.sidenav .dropdown-menu a {
	font-size: 1rem;
	font-weight: bolder;
}

.content-container {
	padding-top: 3rem;
	padding-bottom: 2rem;
}
@media screen and (max-height: 767px) {
	.content-container {
		padding-top: 1rem;
	}
}
.content-container h1 {
	font-weight: bold;
}

/* NEWS */
.news-list {
	padding-right: calc(var(--bs-gutter-x)/ 2);
	padding-left: calc(var(--bs-gutter-x)/ 2);
}
/* .news-card {
	padding:0;
	margin:0 0 2rem 0;
} */
.nc-img {
	height: 10rem;
	width: 100%;
	overflow: hidden;
}
.nc-img img {
	width: auto;
	height: 100%;
	left: 50%;
  position: relative;
  transform: translateX(-50%);
}
/*.nc-contents {
	padding: 0.5rem;
}*/
.nc-contents {
	background-color: #ffc107;
	padding: 0.5rem;
	margin-bottom: 1.5rem;
}
.nc-title {
  font-weight: bold;
  font-size: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pc-title {
  font-weight: bold;
  font-size: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nc-date {
	font-size: 0.7rem;
	color: rgba(0,0,0,0.8);
}
.nc-content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* GLOSSARY */
.alphabet-row {
	display: flex;
	width: 100%;
	overflow: scroll;
}
.alphabet-row a {
	background-color: #eee;
	font-weight: bold;
	border: 1px solid #fff;
	text-decoration: none;
	text-align: center;
	padding: 0.5rem 1rem;
	color: var(--dark);
	font-size: 1.2rem;
	flex-grow: 1;
}
.alpha-pointer {
	padding-top: 5rem;
	position: realtive;
	margin-top: -5rem;
}
.alpha-title {
	text-align: center;
	font-weight: bold;
	color: #aaa;
	font-size: 5rem;
	position: absolute;
}
@media screen and (max-height: 767px) {
	.alpha-title {
		position:static;
		font-size: 3rem;
		text-align: left;
		margin-bottom: -1rem;
	}
}
.glo-list {
	display: flex;
}
.glo-content {
	margin: 1rem 0;
}
.btt {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	box-shadow: 1px 0px 10px rgba(0,0,0,0.2);
	border-radius: 5rem;
	background-color: rgba(255,255,255,0.8);
	z-index: 100;
	color: var(--dark);
}

/* INCOTERMS */
.inco-card {
	box-shadow: 0px 2px 20px rgba(0,0,0,0.2);
	border-radius: 0.5rem;
	padding: 2rem;
	display: flex;
	flex-direction: row;
	color: var(--text-gray);
	font-size: 0.9rem;
	height: 160px;
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.inco-card {
		flex-direction: column;
		height: auto;
	}
	.inco-card img {
		width: 50px !important;
		height: auto !important;
		margin-bottom: 1rem;
	}
}
.inco-card h5,
.link-card h5 {
	font-weight: bold;
	color: var(--dark);
}
.inco-card img {
	width: auto;
	height: 100px;
	margin-right: 2rem;
}
.link-card {
	box-shadow: 0px 2px 20px rgba(0,0,0,0.2);
	border-radius: 0.5rem;
	padding: 1rem;
	display: flex;
	flex-direction: row;
	color: var(--text-gray);
	font-size: 0.9rem;
	margin-bottom: 1.5rem;
	align-items: center;
	min-height: 70px;
}
.link-card h5 {
	margin-bottom: 0;
}
.link-card h5 i {
	color: var(--text-gray);
}
.link-text {
	text-decoration: none;
}

.career {
	margin-top: 1rem;
}
.career img {
	width: 5rem;
	height: auto;
	margin-bottom: 0.5rem;
}

.group-logo-container .col-12 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
.group-card img {
	height: 3rem;
	width: auto;
	margin: 0.5rem;
}

.newsbar {
	background-color: var(--primary-hover);
	z-index: 1000;
	padding: 0.5rem;
	font-size: 1rem;
	text-align: center;
}
.newsbar a {
	color: var(--dark);
}