@font-face {
  font-family: 'Isocteur';
  font-style: normal;
  font-weight: normal;
  src: local('Isocteur'), url('/fonts/Isocteur.woff') format('woff');
}


body {
  padding: 0px;  
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

h1{
 font-size: 2rem;
}

h2{
  font-size: 2.4rem;
}

h3{
  font-size: 1.5rem;
}

h4{
  font-size: 2rem;
}

a{
  color: #406E8E;
  text-decoration: none;
}

a:hover{
  text-decoration: none;
}

a.button{
  display:inline-block;
  vertical-align: middle;
  border: 2px #e5e5e5 solid;
  padding: 15px;
}

a.button:hover{
  background-color: #1B5B67;
  border-color: #161925;
  color: white;
  -webkit-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.text_list li {
	padding: 15px;
	line-height: 1.5;
}

header{
  background:#161925;
  border-bottom: 1px solid #999;
  min-height: 160px;
}

header .flex_container{
  display: flex;
  height: 160px;
  justify-content: space-between;
}

header .flex_container.fluid_12{
  justify-content: center
}

header .flex_item{
  align-self: center;
}

header #company_logo{
  height: 140px;
  width: 140px;
}

header nav{
  font-size: 20px;
  text-align: right;
}

header nav ul{
  padding: 0
}

header nav ul li{
  display: inline;
  list-style: none;
}

header nav ul li:not(:first-child){
  padding-left: 30px;
}

header nav ul li a{
  color: white;
}

header nav ul li a:hover{
  color: #406E8E;
  transition: color 300ms ease-in-out
}

#hero_unit {
	background-image: url('/img/bg/bg1.jpg');
	color: white;
	padding: 160px 0;
	border-bottom: 1px solid #333;
	background-attachment: fixed;
	/*background-size: cover;*/
  background-size: 260%;
	position: relative;
	overflow: hidden;
}

#hero_unit video {
	position: absolute;
	top: -150px;
	left: 0;
	min-width: 100vw;
	opacity: 0.35;
}

#hero_unit #hero_text {
  text-align: center;
}

#hero_unit #hero_text h1 {
	font-size: 100px;
	line-height: 1;
	font-family: 'Isocteur', Arial, sans-serif;
	text-transform: uppercase;
}

#hero_unit #hero_text p {
  font-size: 24px;
  line-height: 2;
  margin: 50px 0;
}

.outlined {
	border: 1px solid #1B5B67;
	padding: 20px;
	border-radius: 5px;
  min-height: 200px;
  position: relative;
  line-height: 1.5;;
}

.outlined:hover {
	box-shadow: 0px 0px 12px #1B5B67;
  transition: box-shadow 400ms ease-in-out;
}

.tick {
	max-width: 35px;
	max-height: 35px;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#three-qualities{
  background:white;
  margin:50px 0 0
}

.section{
  min-height:400px;
  padding: 0;
  font-size: 110%;
  line-height: 2
}

.section h2{
  font-size: 2.4rem;
  margin-bottom: 25px;
}

.section .section_padding {
	padding: 40px 0 70px 0;
}

.overlay{
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

.overlay-lighter{
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}

.overlay .fluid_container{
  padding: 0
}

#our_mission {
	background-image: url('/img/bg/wharf.png');
	background-attachment: fixed;
	background-position: 0 25px;
}

#our_expertise{
  background-image: url('/img/bg/helm-console.jpg');
  background-attachment: fixed;
}

#our_process {
	background-image: url('/img/bg/bg2.jpg');
	background-attachment: fixed;
	background-position: 0px 0px;
	background-size: cover;
}

#about_us .section_padding{
  padding: 90px 10px
}

#about_us .flex_container{
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
}

#about_us .flex_item{
  align-self: center;
}
/*
#about_us #about_text{
  flex-grow: 9;
  max-width: 800px;
}
*/
#about_us #about_img{
  flex-grow: 3;
  max-height: 200px;
  max-width: 200px;
}

#leading_the_way{
  color: #CBF7ED;
  box-shadow: 2px 2px 20px black;
  background: rgb(2,0,36);
  background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(22,25,37,1) 35%, rgba(57,193,182,1) 100%);
  padding:40px 0;
  margin: 40px 0;
  justify-content: unset;
}

.scroller{
  padding-top: 40px;
}

.logos img {
	width: 200px;
	height: 100px;
}

.logos .slick-slide {
	padding: 0 50px;
	position: relative;
}

.logos:not(.slick-slider) li:not(:last-child)::after, .logos .slick-slide:not(:last-child)::after {
	content: '';
	display: block;
	position: absolute;
	top: 20%;
	right: 0;
	width: 2px;
	height: 60%;
	background-color: #1B5B67;
}

footer{
  background: #161925;
 /* margin: 40px 0 0;*/
  color: gray;
}

footer h4{
  margin-top: 0;
}

.social_icon {
	max-width: 20px;
	position: relative;
	top: 5px;
	margin-left: 3px;
}

#bmeea_logo{
  max-width: 200px;
}


/* RESPONSIVE 
-------------------------------------------------- */

@media (max-width: 1480px) {  
  
  #hero_unit video{
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 100vw;
    min-height: 100%;
  }
  /*
  #our_process {
    background-position: -200px 0px;
  }*/
}

@media (max-width: 1040px) {
  
  #about_us #about_text{
    max-width: 100%;
  }

  #about_us img {
    margin: 40px auto;
  }

  #our_mission {
    background-position: -300px -100px;
  }
  
  #our_expertise{
    background-position: -300px -100px;
  }
  
  #our_process {
   background-position: 0px 0px;
  }
}


@media (max-width: 979px) {
  
  header nav ul {
    font-size: 18px;
  }
  
  header nav ul li:not(:first-child){
    padding-left: 20px;
  }

  #hero_unit{
    padding: 70px 0;
  }

  #hero_unit #hero_text h1{
    font-size: 70px;
  }
  
  #hero_unit video{
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 100vw;
    min-height: 100%;
  }

  #our_mission {
    background-position: -300px -100px;
  }
  
  #our_expertise{
    background-position: -300px -100px;
  }
  
  #our_process {
   background-position: -240px 0px;
  }

  footer .fluid_4{
    text-align: center;
  }
}

@media (max-width: 767px) {
  
  header nav ul {
    font-size: 16px;
  }
  
  header nav ul li:not(:first-child){
    padding-left: 18px;
  }

  #hero_unit{
    padding: 65px 0;
  }

  #hero_unit #hero_text h1{
    font-size: 60px;
  }

  #hero_unit #hero_text p{
    font-size: 19px;
  }

  #hero_unit video{
    top: 0px;
    left: 0px;
    min-width: 100vw; 
  }

  #our_mission {
    background-position: -300px 0px;
  }
  
  #our_expertise{
    background-position: -300px -100px;
  }
  
  #our_process {
    background-position: -420px 0px;
  }
}

@media (max-width: 599px) {
  
  header nav ul {
    font-size: 15px;
  }
  
  header nav ul li:not(:first-child){
    padding-left: 15px;
  }

  #hero_unit{
    padding: 60px 0;
  }
  
  #hero_unit video{
    top: 0px;
    left: -200px;
    min-width: 100vw; 
  }
  
  #hero_unit #hero_text h1 {
    font-size: 50px;
    line-height: 1;
  }
  
  #hero_unit #hero_text p {
    font-size: 17px;
  }

  #our_mission {
    background-position: -325px 0px;
  }
  
  #our_expertise {
    background-position: -625px -100px;
  }
  
  #our_process {
    background-position: -750px 0px;
  }
}

@media (max-width: 480px) {
  
  header nav ul {
    font-size: 14px;
  }
  
  header nav ul li:not(:first-child){
    padding-left: 13px;
  }
 
}