/** Color **/
.bg-gray {background-color:#e6e6e6;}
.bg-black {background-color:rgb(0, 0, 0);}
.bg-blue{background-color: rgb(0, 36, 75);}
.txt-blue-ge {color:#00244b;}
.ge-h2 {color:#00244b;}
.text-black {color:#000;}

/** Font Size **/

.fs01 { font-size: 1px; }
.fs02 { font-size: 2px; }
.fs03 { font-size: 3px; }
.fs04 { font-size: 4px; }
.fs05 { font-size: 5px; }
.fs06 { font-size: 6px; }
.fs07 { font-size: 7px; }
.fs08 { font-size: 8px; }
.fs09 { font-size: 9px; }
.fs10 { font-size: 10px; }
.fs11 { font-size: 11px; }
.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs15 { font-size: 15px; }
.fs16 { font-size: 16px; }
.fs17 { font-size: 17px; }
.fs18 { font-size: 18px; }
.fs19 { font-size: 19px; }
.fs20 { font-size: 20px; }
.fs21 { font-size: 21px; }
.fs22 { font-size: 22px; }
.fs23 { font-size: 23px; }
.fs24 { font-size: 24px; }
.fs25 { font-size: 25px; }
.fs26 { font-size: 26px; }
.fs27 { font-size: 27px; }
.fs28 { font-size: 28px; }
.fs29 { font-size: 29px; }
.fs30 { font-size: 30px; }
.fs31 { font-size: 31px; }
.fs32 { font-size: 32px; }
.fs33 { font-size: 33px; }
.fs34 { font-size: 34px; }
.fs35 { font-size: 35px; }
.fs36 { font-size: 36px; }
.fs37 { font-size: 37px; }
.fs38 { font-size: 38px; }
.fs39 { font-size: 39px; }
.fs40 { font-size: 40px; }
.fs41 { font-size: 41px; }

/** padding **/

.pt-6 { padding-top: 4rem; }
.pb-6 { padding-bottom: 4rem; }
.pt-7 { padding-top: 5rem; }
.pb-7 { padding-bottom: 5rem; }
.pt-8 { padding-top: 6rem; }
.pb-8 { padding-bottom: 6rem; }
.pt-9 { padding-top: 7rem; }
.pb-9 { padding-bottom: 7rem; }
.pt-10 { padding-top: 8rem; }
.pb-10{ padding-bottom: 8rem; }

.parallax {
  background-attachment: fixed !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .overlay-contact { */
    /* position: absolute; */
    /* background-color: #212529; */
    /* height: 100%; */
    /* width: 100%; */
    /* top: 0; */
    /* left: 0; */
    /* opacity: .2; */
/* } */

h2.pb-3.text-center.text-white.text-uppercase {
    letter-spacing: 5px;
}

h2#ge-galaxy {
    letter-spacing: 5px;
}

/* * { */
  /* -webkit-box-sizing: content-box; */
     /* -moz-box-sizing: content-box; */
          /* box-sizing: content-box; */
/* } */
/* *:before, */
/* *:after { */
  /* -webkit-box-sizing: content-box; */
     /* -moz-box-sizing: content-box; */
          /* box-sizing: content-box; */
/* } */

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

a.link {
    color: #000;
    text-decoration: underline;
    background-color: transparent;
}

a.link:hover {
    color: #000;
    text-decoration: none;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/** Font Spacing **/
.ls-c {
	letter-spacing:1.3px;
	line-height:1.5em;
}

/** BUTTON back to top **/
.back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: transparent;
  color: #8a8a8a;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 30px;
}

.back-to-top .fa-angle-up:before {
    color: #8a8a8a;
}

/** Header **/

.bg-glass-dark-02 {
    background-color: rgba(0, 0, 0, 0.2);
}

header.gehead .overlay-header {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .2;
}

header.gehead {
	/* padding-top: 7rem; */
	/* width:100%; */
	/* height: 100vh !important; */
}

header.gehead p {
	font-size: 1.5em;
}

nav#mainNav a {
	color:#fff;
}

header.gehead a {
	color:#fff;
}
header.gehead a:hover {
	/* color:#fff; */
	/* text-decoration: none !important; */
}

header.gehead i {
	font-size:0.8em;
	color:#fff;
}

header.gehead h1 { font-size: 3rem; letter-spacing:6px; }
header.gehead h3 { font-size: 28px; font-weight:normal; }

/* header.my-auto { */
	/* margin-top: auto !important; */
    /* margin-bottom: auto !important; */
/* } */


.showcase .showcase-img {
    background-position: center;
}

/* .star-img { */
    /* background-size: auto !important; */
/* } */

ul.list-connect > li {
    padding-bottom: 0.3rem;
}

ul.star > li {
    padding-bottom: 0.3rem;
}



/** Discover our Digital Services **/

.card {
    /* background-color: rgba(255, 255, 255, 0.05); */
	background-color: rgba(18, 35, 43, 0.33);
	border: 1px solid rgba(19, 40, 43, 0.60);
}

.card-body {
	text-align:center;
}

h4.card-title {
    color: #fff;
}

p.card-text {
	color: #fff;
}

/** TRAINING **/

section#training {
	/* background-image: linear-gradient(rgba(0,36,75,.5) 0%,rgb(0,0,0) 100%),url("../img/banner.jpg")!important; */
	/* background-image: url("../img/banner.jpg")!important; */
}
/** VIDEO **/
.playpause {
	position:relative;
    background-image:url(../img/media_play_pause_resume_inv.png);
    background-repeat:no-repeat;
    width:20%;
    height:20%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}

/** FOOTER **/
.footer-copyright p {
	/* font-size: 0.8em; */
	letter-spacing: 2px;
}
.footer-copyright a {
	font-size: 0.9em;
	letter-spacing: 2px;
	
}

/** Navigation **/

.navbar-light .navbar-nav .nav-link {
	font-family: GEInspiraSans-Bold,sans-serif;
	color:#000;
}

.btn-news {
	color:#fff !important;
	background: #fe5000;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.navbar-nav .dropdown-item {
	color: #000;
	font-family: GEInspiraSans,sans-serif;
	font-weight: normal;
}
.navbar-nav .dropdown-item:hover, .navbar-nav .dropdown-item:focus {
	font-family: GEInspiraSans,sans-serif;
	font-weight: normal;
	background-color: #f1f1f1;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f1f1f1;
}
a.nav-link.dropdown.btn.btn-news.rounded-pill {
    width: 100%;
    margin: 0 10px; 
	color:#fff !important;
}
.dropdown-menu {
    min-width: 7rem;
}
.dropdown-menu a {
    font-size: 15px;
}

li.nav-item.dropdown {
    padding-left: 20px;
}

.navbar {
    transition: all 0.4s !important;
}

.fixed-top {
	position:absolute;
}

/* Change navbar styling on scroll */
.navbar.trans {
    transition: all 0.4s;
}

.btn-white {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}
.btn-white:hover {
    color: #000 !important;
    background: #fff;
}
.border-c {
    border: 3px solid #fff;
    text-transform: uppercase;
}
.btn-style-1 {
	font-family: GEInspiraSans-Bold,sans-serif;
    letter-spacing: 2px;
}

.border-c {
	border:2px solid;
}

/** FOOTER BUTTONS **/

/* .page-footer ul { */
    /* background: transparent; */
/* } */

/* .page-footer li.list-inline-item { */
    /* background: transparent; */
/* } */

/* section#contact { */
	/* position:relative; */
/* } */

/* #contact  .bg-contact { */
	/* postition:absolute; */
/* } */

/* #contact .overlay-contact { */
    /* position: absolute; */
    /* background-color: #212529; */
    /* height: 100%; */
    /* width: 100%; */
    /* top: 0; */
    /* left: 0; */
    /* opacity: .5; */
/* } */

.page-footer a.btn-floating.btn-lg {
    font-size: 22px;
	height:54px;
	width: 54px;
	background:transparent;
	text-decoration:none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/** Navigation Effect buttons **/
.effect4 a {
	/* color: rgb(12, 17, 21); */
	/* padding: 10px 0; */
}
.effect4 a::after {
	background: rgb(12, 17, 21);
	position: absolute;
	top: 85%;
	left: 35%;
	content: '';
	width: 30%;
	height: 3px;
	opacity: 0;

	transition: opacity 0.3s, transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	-webkit-transform: translateY(-7px);
}
.effect4 a:hover::after {
/* .effect4 a:focus::after { */
	opacity: 1;
	height: 1px;

	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
/** Navigation Effect Orange button **/
.effect5 {
	/* color: #fff; */
	/* padding: 10px 0; */
}
.effect5 a::after {
	background: #fff;
	position: absolute;
	top: 85%;
	left: 35%;
	content: '';
	width: 30%;
	height: 3px;
	opacity: 0;

	transition: opacity 0.3s, transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	-webkit-transform: translateY(-7px);
}
.effect5 a:hover::after {
/* .effect5 a:focus::after { */
	opacity: 1;
	height: 1px;

	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

/* Star Icon */
/* img.img-custom { */
	/* display:none; */
    /* width: 165px; */
/* } */

/* down to video icons*/
a.btn.btn-lg.video-jump {
	font-size: 4rem;
	color: #fff;
}
/* a.btn.btn-lg.video-jump:hover { */
	/* opacity:0.8; */
/* } */

/* back to top */
a#back-to-top i {
	font-size: 2rem;
	color: #fff;
}


/* FORM */

.form-control {
	height:auto;
}


/** ARROW ANIMATION **/

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/** HIDE VIDEO DOWNLOAD BUTTON **/
/* video::-internal-media-controls-download-button { */
    /* display:none !important; */
/* } */

/* video::-webkit-media-controls-enclosure { */
    /* overflow:hidden !important; */
/* } */

/* video::-webkit-media-controls-panel { */
    /* width: calc(100% + 30px); /* Adjust as needed */ */
/* } */
