/*!
 * b5st since v1.0 | Unicence
 */
 
 
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; 
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  }


main {
  flex: 1 0 auto; }
  
html{
	scroll-behavior: smooth;
	font-size:14px;
	}  

div, a {
  
  -webkit-transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-o-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out; 
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2;
}

.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}	
/* COLOURS */
:root { 
	--text-color:#000;
	--blue:#00308d;
	--light-blue:#7ec8ff;
	--navy:#001a4b;
	--section-height:100vh;
	--section-height-small:80vh;
	--percentage:100%;
	--percentage-large:100%;
	--percentage-largest:100%;
} 
@media (min-width: 767px){
	:root { 
		--section-height:500px;
		--section-height-small:500px;
	} 
}
@media (min-width: 1200px){
	
	:root { 
		--section-height:100vh;
		--section-height-small:600px;
		--percentage:75%;
		--percentage-large:85%;
	} 
}
@media (min-width: 1540px){
	html{
		font-size:16px;
	}
	:root { 
		--section-height:100vh;
		--section-height-small:900px;
		--percentage:60%;
		--percentage-large:75%;
		--percentage-largest:85%;
	} 
}

.blue{
	color:var(--blue);
}
.light-blue{
	color:var(--light-blue);
}
a {
	
	text-decoration:none;
}
.site-header-image {
  display: block;
  margin: auto; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  clear: both;
  display: block; }


img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

.attachment-post-thumbnail {
  margin-bottom: 1.5em; }



.contains-animation{
	overflow: hidden;
}

.back-to-top{
	padding:30px;
	position: fixed;
    right: 0;
    bottom: 0;
	z-index:100;
}
.back-to-top a{
	font-size:1.2rem;
	color:var(--light-blue);
}
.back-to-top a:hover{
	font-size:1.2rem;
	color:#fff;
}
/* Header */

.navbar{
	z-index:2;
	height:60px;
	padding-left:0px;
	padding-right:0px;
}

.navbar a{
	color:#fff;
}
.navbar a:hover,
.navbar a:active,
.navbar a:focus
{
	color:var(--light-blue);
}
.nav-link{
	padding-left:30px!important;
}
.header-logo{
	height:40px;
	width:auto;
	position:relative;
	z-index:10000;
}
.navu-item-69{
		display:list-item;	
	}
	
@media (min-width: 767px){
	.navbar{
		height:90px;
		padding-left:50px;
		padding-right:50px;
	}
	.header-logo{
		height:60px;
	}
	.nav-item-69{
		display:none;	
	}
}
.mobmenur-container {
	display:none!important;
	
}

.page-id-2 .mobmenur-container,
.page-id-48 .mobmenur-container {
	display:block!important;
	
}
.mob-menu-header-holder{
	z-index:1!important;
}
/* GENERAL PAGES */

.content{
	margin:80px 0px;
}
.content h1{
	
	margin-bottom:30px;
}
.content a{
	color:var(--blue);
}
.content a:hover,
.content a:active,
.content a:focus
{
	color:var(--blue);
}

.back-to-home-link{
	color:var(--blue)!important;
}
.back-to-home-link:hover,
.back-to-home-link:active,
.back-to-home-link:focus
{
	color:var(--light-blue)!important;
}

  /* Homepage */

.rev-slider{
	position:relative;
	margin-top:-60px;
	background:var(--navy);
	width:100%;
	z-index:1;
}
@media (min-width: 767px){
	.rev-slider{
		margin-top:-90px;
	}
}

.first-section-light-blue{
	background:#dbe7e9;
}
.first-section{
	background:url(../img/homepage/first-section-bg-mobile.jpg);
	background-size:cover;
	background-position:top center;
	padding-top:50px;
	padding-bottom:50px;
	min-height:var(--section-height);
	display: flex;
    align-items: start;
}

.first-section-text h1{
	
	color:var(--blue);
	font-size:2.5rem;
}

.first-section-text{
	font-size:1rem;
	color:var(--blue);
	max-width:550px;
	margin:0 auto;
}

@media (min-width: 767px){
	.first-section{
		padding-top:100px;
		padding-bottom:100px;
		background:url(../img/homepage/first-section-bg.jpg);
		background-size:cover;
		background-position:center center;
		align-items: center;
	}
	.first-section-text h1{
		font-weight:700;
		color:var(--blue);
		font-size:3.2rem;
	}
}

/* NAVY CONTAINER */

.navy-container{
	background:var(--navy);
	
}



/* A GLOBAL NETWORK */

.second-section {
    background:url(../img/homepage/jet-background-mobile.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 50px;
    padding-bottom: 100px;
    min-height: var(--section-height);
    display: flex;
    align-items: start;
}

.second-section h1{
	
	color:#fff;
	font-size:2.5rem;
	
}

.second-section-text{
	font-size:1rem;
	color:#fff;
	max-width:450px;
	margin:0 auto;
}
@media (min-width: 767px){
	.second-section{
		background:url(../img/homepage/jet-background.jpg);
		background-size:cover;
		background-position:center center;
		padding-top:100px;
		padding-bottom:100px;
		min-height:90vh;
		display: flex;
		align-items: center;
		
	}
	.second-section h1{
		
		color:#fff;
		font-size:3.2rem;
		margin-bottom:30px;
	}
}

/* BOXES */

.box-section h1{
	
	font-size:2.5rem;
}

.box-left{
	background:var(--blue) url(../img/homepage/third-section-bg.jpg);
	background-size:cover;
	background-position:center center;
	min-height:var(--section-height-small);
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	padding:15px;

}
.box-left-content{
	max-width:var(--percentage);
	font-size:1rem;
	color:#fff;
	padding:25px 15px;
	background:var(--navy);
	mix-blend-mode: hard-light;
	border-radius:50px 0px 50px 0px;
}
.box-right{
	background:url(../img/homepage/box-right-bg.jpg);
	background-size:cover;
	background-position:bottom center;
	min-height:var(--section-height-small);
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	padding:15px;

}
.box-right-content{
	max-width:var(--percentage);
	font-size:1rem;
	color:#fff;
	padding:50px 15px;
	background:var(--navy);
	mix-blend-mode: hard-light;
	border-radius:50px 0px 50px 0px;
}
@media (min-width: 767px){
	.box-section h1{
		font-size:2.5rem;
	}
	.box-left{
		padding:0;
	}
	.box-right{
		padding:0;
	}
	.box-left-content{
		padding:50px;
	}	
	.box-right-content{
		padding:50px;
	}
}

/* FOURTH SECTION */


.fourth-section{
	background:url(../img/homepage/fourth-section-bg-mobile.jpg);
	 background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: var(--section-height-small);
    display: flex;
    align-items: flex-start;
	
}

.fourth-section-text h1{
	font-weight:700;
	color:var(--blue);
	font-size:2.8rem;
}

.fourth-section-text{
	font-size:1rem;
	color:var(--blue);
	max-width:500px;
	margin:0 auto;
	text-align:center;
}
@media (min-width: 767px){

	.fourth-section{
		background:url(../img/homepage/fourth-section-bg.jpg);
		background-size:cover;
		background-position:center center;
		padding-top:200px;
		padding-bottom:100px;
		min-height:var(--section-height-small);
		display: flex;
		align-items: flex-start;
		
	}
	.fourth-section-text h1{
		
		color:var(--blue);
		font-size:3.2rem;
	}
}

/* BOXES */

.second-box-section h1{
	
	font-size: 2.8rem;
}
.second-box-left{
	background:#fff url(../img/homepage/our-vision-bg-mobile.jpg);
	background-size:cover;
	background-position:bottom center;
	min-height:var(--section-height-small);
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;

}

.second-box-left-content{
	max-width:var(--percentage);
	font-size:1rem;
	color:var(--navy);
	padding:50px 15px;
}

.second-box-right{
	background:var(--navy) url(../img/homepage/our-mission-bg-mobile.jpg);
	background-size:cover;
	background-position:top center;
	min-height:var(--section-height-small);
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;

}
.second-box-right-content{
	max-width:var(--percentage);
	font-size:1rem;
	color:#fff;
	padding:50px 20px;
}
@media (min-width: 767px){
	.second-box-section h1{
		
		font-size: 2.5rem;
	}
	.second-box-left{
		background:#fff url(../img/homepage/our-vision-bg.jpg);
		background-size:cover;
		background-position:center right;
		min-height:var(--section-height-small);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;

	}
	.second-box-right{
		background:var(--navy) url(../img/homepage/our-mission-bg.jpg);
		background-size:cover;
		background-position:center left;
		min-height:var(--section-height-small);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;

	}
	.second-box-left-content{
		
		padding:50px 0px;
	}	
	.second-box-right{
		
	}
	.second-box-right-content{
		
		padding:50px 0px;
	}
}




/* WHO WE ARE*/

.who-we-are{
	padding-top:100px;
	padding-bottom:100px;
	min-height:var(--section-height-small);
	background:#eeeeee;    
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.who-we-are-flex{
	display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.who-we-are-text{
	max-width:var(--percentage);
	font-size:1rem;
	margin:0 auto;
	color:var(--blue);
	margin-bottom:30px;
	
}

.who-we-are-text h1{
	font-size:2.8rem;
	line-height:1.1;
	color:var(--blue);
}
.person-images a{
	color:#000;
}
.person-box{
	margin-bottom:30px;
	
}
.person-box:hover{
	transform: scale(1.05);
}
.person-images{
	max-width:800px;
}
.person-image{
	padding-left:15px;
	position:relative;
	z-index:1;
	border-radius:50px 0px 50px 0px;
}
.person-name{
	
	position:relative;
	z-index:2;
	font-size:1.5rem;
	font-weight:bold;
	display:inline;
	color:#fff;
	margin-top:-40px;
	padding:15px 30px;
	background:var(--blue);
	border-radius:50px 0px 50px 0px;
}
.person-arrow{
	position:absolute;
	z-index:2;
	bottom:15px;
	right:30px;
	color:#fff;
}
.person-title{
	margin:20px 0px 0px 30px;
	
}

@media (min-width: 767px){
	
	.who-we-are-text{
		
		margin-bottom:0px;
		
	}
	.who-we-are-text h1{
		font-size:3rem;
	}	
	.person-box{
	margin-bottom:0px;
	
}

}






.contact-section{
	background: var(--blue) url(../img/homepage/contact-section-bg.jpg);
	 background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	padding-top:100px;
	padding-bottom:100px;
	min-height:var(--section-height);
	display: flex;
    align-items: center;
	
}
@media (min-width: 767px){
	.contact-section{

		 background-size: 100%;
		
	}
}
.contact-section-text h1{
	
	color:#fff;
	font-size:3.2rem;
	margin-bottom:30px;
}




.contact-section-text{
	
}
.contact-box-blue{
	background:#fff;
	color:var(--navy);
	font-size:2rem;
	padding:40px 50px;
	
	border-radius:50px 0px 50px 0px;
	font-size:1rem;
	height:auto;
	margin-bottom:30px;
}
.contact-box-blue h3{
	font-weight:bold;
}
.contact-box-blue a{
	color:var(--blue);
	font-weight:bold;
}

.contact-box-blue a:hover,
.contact-box-blue a:active,
.contact-box-blue a:focus
{
	color:var(--navy);
}
.contact-box-navy{
	background:var(--navy);
	
	mix-blend-mode: hard-light;
	color:#fff;
	font-size:2rem;
	padding:40px 50px;
	font-size:1rem;
	
	border-radius:50px 0px 50px 0px;
	height:auto;
}
.contact-box-navy h3{
	font-weight:bold;
}
.contact-box-navy a{
	color:var(--light-blue);
	font-weight:bold;
}

.contact-box-navy a:hover,
.contact-box-navy a:active,
.contact-box-navy a:focus
{
	color:#fff;
}

@media (min-width: 767px){
	.contact-box-blue{
		margin-bottom:0px;
		height:100%;
	}
	.contact-box-navy{
		margin-bottom:0px;
		height:100%;
	}
}



/* ABOUT PAGE*/

.about-page-banner{
	background: var(--blue) url(../img/about-page/about-page-banner-mobile.jpg);
	margin-top:-90px;
	 background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	padding-top:100px;
	padding-bottom:100px;
	min-height:var(--section-height-small);
	display: flex;
    align-items: center;
}
.about-page-banner-content{
	max-width:var(--percentage);
	margin:0 auto;	
}
.about-page-banner-title{
	font-size:4rem;
	font-weight:bold;
	color:#fff;
	margin-bottom:0px;
}
.about-page-banner-subtitle{
	font-size:1.2rem;
	color:#fff;
}
.about-page-intro{
	padding-top:50px;
	padding-bottom:100px;
	min-height:var(--section-height-small);
	background:#eeeeee;    
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-page-intro-flex{
	display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
.about-page-intro-text{
	max-width:var(--percentage);
	font-size:2.2rem;
	line-height:1.4;
	font-weight:800;
	margin:0 auto;
	color:var(--blue);
	
}
@media (min-width: 767px){
	.about-page-banner{
		background: var(--blue) url(../img/about-page/about-page-banner.jpg);
		margin-top:-90px;
		 background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		padding-top:100px;
		padding-bottom:100px;
		min-height:var(--section-height-small);
		display: flex;
		align-items: center;
	}	
	.about-page-banner-title{
		font-size:6rem;
		margin-bottom:30px;
	}
	.about-page-intro{
		padding-top:100px;
	}	

}

@media (min-width: 1540px){
	
	.about-page-intro-text{
		
		font-size:2.6rem;
		
		
	}
}

.quote-marks{
	width:80px;
	height:auto;
	display:block;
	
}
.quote-name{
	margin-top:30px;
	font-size:1rem;
	font-weight:400;
	margin-bottom:30px;
}
.quote-image{
	max-width:var(--percentage-large);
	margin:0 auto;
	border-radius:50px 0px 50px 0px;
}
@media (min-width: 767px){
	.quote-name{
		margin-bottom:0;
	}
	.quote-image{
		max-width:var(--percentage-large);
		margin:0 auto;
		border-radius:50px 0px 50px 0px;
	}

}

.grid-section{
	background:var(--navy) url(../img/about-page/grid.png);
	background-size:25px 25px;
}
.blueprint-image{
	mix-blend-mode:lighten;
	margin-bottom:30px;
}
.about-second-box-section h1{

	font-size: 2.8rem;
}
.about-second-box-left{
	
	background-size:cover;
	background-position:center right;
	min-height:var(--section-height-small);
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;

}

.about-second-box-left-content{
	max-width:var(--percentage);
	font-size:1rem;
	color:#fff;
	padding:50px 15px 0px;
}

.about-second-box-right{
	
	background-size:cover;
	background-position:center left;
	min-height:50vh;
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;

}
.about-second-box-right-content{
	max-width:100%;
	font-size:1rem;
	color:#fff;
}
@media (min-width: 767px){
	.about-second-box-section h1{
		
		font-size: 2.5rem;
	}
	.about-second-box-left-content{
		
		padding:50px 0px;
	}	
	.about-second-box-right{
		
	min-height:var(--section-height-small);
	}
	.about-second-box-right-content{
		
	}
	.blueprint-image{
	mix-blend-mode:lighten;
	margin-bottom:0px;
}
}


.about-third-box-section h1{
	
	font-size: 2.8rem;
}
.about-third-box-left{
	background:#fff;
	background-size:cover;
	background-position:center right;
	min-height:10vh;
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;

}
.about-third-box-left-content{
	
	font-size:1rem;
	color:#fff;
	padding:30px 0px;
}
.solutions-image{
	max-width:var(--percentage-largest);
	float:right;
	border-radius:50px 0px 50px 0px;
}
.about-third-box-right{
	background:#fff;
	background-size:cover;
	background-position:center left;
	min-height:var(--section-height-small);
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;

}
.about-third-box-right-content{
	max-width:var(--percentage);
	font-size:1rem;
	color:var(--navy);
	
	padding:0px 0px 50px;
}


@media (min-width: 767px){
	.about-third-box-section h1{
		
		font-size: 2.5rem;
	}
	.about-third-box-right-content{
		
		padding:50px 0px 50px;
	}	
	.about-third-box-left{
		background:#fff;
		background-size:cover;
		background-position:center right;
		min-height:var(--section-height-small);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;

	}
	.about-third-box-right{
		
	}
	.about-third-box-left-content{
		
	padding:0px 0px;
	}
}



.about-page-bios{
	background:#eee;
	padding-top:50px;
	padding-bottom:50px;
}
.about-bio-title{
	font-weight:700;
	font-size:3rem;
	color:var(--blue);
	float:left;
	line-height:1.5;
	margin-bottom:30px;
}
.about-bio-content{
	max-width:var(--percentage-large);
	margin:0 auto;
	color:var(--navy);
	margin-bottom:30px;
}
.about-bio-image{
	border-radius:50px 0px 50px 0px;
	margin-bottom:30px;
}
@media (min-width: 767px){
	.about-page-bios{
		background:#eee;
		padding-top:150px;
		padding-bottom:100px;
	}	
	.about-bio-title{
		font-weight:700;
		font-size:4rem;
		color:var(--blue);
		float:right;
		margin-bottom:0px;
	}
	.about-bio-content{

	margin-bottom:0px;
}
}



/*Buttons*/
.button-container{
	margin-top:30px;
}
.button-container-right{
	margin-top:30px;
	text-align:right;
}


.white-button-outline{
	display:inline-block;
	background: transparent;
	color:#fff;
	font-weight:500;
	font-size:1rem;
	text-align:center;
	text-decoration:none;
	padding:5px 25px 5px 30px;
	border-radius:60px 0px 60px 0px;
	border:2px solid #fff;
	cursor:pointer;
}
.white-button-outline:hover,
.white-button-outline:focus,
.white-button-outline:active
{
	
	background: var(--blue);
	color:#fff;
	text-decoration:none;
	border:2px solid var(--blue);
}

.white-button-outline::after{
	font: var(--fa-font-regular);
	content: '\f061';
	  color:#fff;
	  padding-left:11px!important;
    transition: all .2s ease-in-out!important;
}
.white-button-outline:hover::after{
	padding-left:21px!important;

}
.blue-button-outline{
	display:inline-block;
	background: transparent;
	color:var(--blue);
	font-weight:500;
	font-size:1rem;
	text-align:center;
	text-decoration:none;
	padding:5px 25px 5px 30px;
	border-radius:60px 0px 60px 0px;
	border:2px solid var(--blue);
	cursor:pointer;
}
.blue-button-outline:hover,
.blue-button-outline:focus,
.blue-button-outline:active
{
	
	background: var(--blue);
	color:#fff;
	text-decoration:none;
	border:2px solid var(--blue);
}

.blue-button-outline::after{
	font: var(--fa-font-regular);
	content: '\f061';
	  color:var(--blue);
	  padding-left:11px!important;
    transition: all .2s ease-in-out!important;
}
.blue-button-outline:hover::after{
	padding-left:21px!important;
	color:#fff;

}

footer{
	background:var(--navy);
	color:#fff;
	padding-top:80px;
	padding-bottom:30px;
	font-size:.85rem;
}

footer h3{
	color:var(--light-blue);
	font-weight:700;
}

footer a{
	color:#fff;
}
footer a:hover,
footer a:active,
footer a:focus{
	color:var(--light-blue);
}

.footer-div{
	margin-bottom:30px;
}


.footer-divider{
	border-top:1px solid var(--blue);
	
	margin-top:30px;
}
.footer-logo{
	max-width:100px;
	display:block;
	padding-top:10px;
	float:right;
}
.copyright{
	padding-top:30px;
	
}
@media (min-width: 767px){
	.footer-div{
		margin-bottom:0px;
	}
	
}


@media (max-width: 440px){
	.cky-btn{
		max-width:47%!important;
	}
	.cky-notice-btn-wrapper {
		flex-direction: row!important;
	}
}