@charset "UTF-8";
/* CSS Document */

.lowercase {
	text-transform: lowercase;
	display: inline-block;
}

.center-margin {
	margin: auto;
	width: 65%;
}

.center-margin-b {
	display: flex;
	justify-content: center;
}

/* --- /////// Border  /////// --- */

.border-a {
	border-style: dotted;
	border-color: red;
	border-width: 2px;
}

.border-b {
	border-style: dotted;
	border-color: blue;
	border-width: 1px;
}

.border-c {
	border-style: dotted;
	border-color: green;
	border-width: 1px;
}

/* --- /////// Border  /////// --- */

.fa-solid:hover {
	color: #7ed50e;
}

body {
	background-color: #03122a;
}

.pt-0px {
	padding-top: 0px !important;
}

.pt-1px {
	padding-top: 2px !important;
}

.pt-2px {
	padding-top: 2px !important;
}

.pt-3px {
	padding-top: 3px !important;
}

.pt-4px {
	padding-top: 4px !important;
}

.pt-5px {
	padding-top: 5px !important;
}

.pt-6px {
	padding-top: 6px !important;
}

.pt-7px {
	padding-top: 7px !important;
}

.pt-8px {
	padding-top: 8px !important;
}

.pt-9px {
	padding-top: 9px !important;
}

.pt-10px {
	padding-top: 10px !important;
}

.dropdown .dropdown-menu {
	border-radius: 0;
}

/* Medium devices (tablets, 768px and up) 
The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
		border-radius: 0;
	}
}

.center {
	margin: 0 auto;
	width: 400px;
}

/* --- /////// Layout Elements /////// --- */

.container-iframe {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 110.25%;
	height: 100%;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* --- /////// Layout Elements /////// --- */

.hidden {
	display: none;
}

/* --- /////// Layout Elements /////// --- */

#wrapper {
	text-align: center;
	border: 0px solid #7f7f7f;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}

#myTimer {
	font: 6px Tahoma bold;
	padding: 0px;
	display: hidden;
}

/*
button {
  width:125px;
  padding:10px;
}
*/

.btnEnable {
	background-color: #e6f9d2;
	border: 1px solid #97de4c;
	color: #232323;
	cursor: pointer;
}

.btnDisable {
	background-color: #fcbaba;
	border: 1px solid #dd3939;
	color: #232323;
	cursor: wait;
}

/* --- /////// Layout Elements /////// --- */

.logo-75 {
	width: 75%;
}

.logo-100 {
	width: 100%;
}

.logo-125 {
	width: 500px;
}

a.aboutbtn:link {
	color: white;
	text-decoration: none;
}

a.aboutbtn:hover {
	color: white;
	background-color: black;
	text-decoration: none;
}

a {
	color: #1d89e6;
	text-decoration: none;
	background-color: transparent;
	text-transform: uppercase;
}

hr {
	width: 100%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #666;
	border: 0 none;
}

hr.blue {
	width: 30%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #1d89e6;
	border: 0 none;
}

hr.black {
	width: 100%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	border: 0 none;
}

hr.light-grey {
	width: 100%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ccc;
	border: 0 none;
}

hr.white {
	width: 100%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: 0 none;
}

video {
	width: 100%;
	height: auto;
}

.container-video {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

linkedin.speaker a:hover {
	text-decoration: none;
}

a:hover {
	color: #0056b3;
	text-decoration: none;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.line-hieght-a {
	line-height: 1.6;
}

.padding-10 {
	padding-bottom: 10px;
}

.padding-15 {
	padding-bottom: 15px;
}

.padding-30 {
	padding-bottom: 30px;
}

.padding-30-all {
	padding: 30px;
}

.zero-padding-left-right {
	padding-left: 0px;
	padding-right: 0px;
}

.a-padding-left-right {
	padding-left: 15px;
	padding-right: 15px;
}

.b-padding-left-right {
	padding-left: 30px;
	padding-right: 30px;
}

.padding-100 {
	padding-bottom: 100px;
}

.icons {
	padding: 15px;
}

.images-30 {
	padding: 15px;
}

.spacing-bottom-15 {
	padding-bottom: 17px;
}

.spacing-bottom-25 {
	padding-bottom: 25px;
}

.spacing-bottom-37 {
	padding-bottom: 37px;
}

.spacing-bottom-20 {
	padding-bottom: 19px;
}

.spacing-15 {
	padding: 15px;
}

.spacing-margin-15 {
	margin-bottom: -15px;
}

.spacing-margin-20 {
	margin-bottom: -20px;
}

.spacing-margin-25 {
	margin-bottom: -25px;
}

.spacing-margin-30 {
	margin-bottom: -30px;
}

.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(29,58,107, 1.0)' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
	/* border-color: rgb(255,102,203);*/
	border-color: transparent;
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
	background-color: #000000;
}

.nav-tabs {
	border-bottom: 1px solid #000000;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: rgba(111, 111, 111, 0) transparent transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #000000;
	background-color: #f2f1f1;
	border-color: #000000 #000000 #f2f1f1;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	padding: 15px 30px;
}

.navbar {
	padding: 0rem;
	margin-bottom: 0rem;
}

.navbar-brand {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
	width: 50%;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: '';
	background: no-repeat center center;
	background-size: 100% 100%;
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* padding: 0.75rem 1rem; */
	margin-bottom: 1rem;
	list-style: none;
	background-color: transparent;
	border-radius: 0rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 14px !important;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa !important;
	padding: 1.2rem 2.25rem !important;
}

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40 !important;
	padding: 1.2rem 2.25rem !important;
}

.btn-outline-secondary {
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #000000 !important;
	padding: 1.25rem 1.25rem !important;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #000000;
	border-color: #000000;
}

.btn-red {
	color: #ffffff;
	background-color: #ab1f23;
	background-image: none;
	border-color: transparent !important;
	padding: 1.2rem 2.25rem !important;
}

.btn-green {
	color: #ffffff;
	background-color: #008000;
	background-image: none;
	border-color: transparent !important;
	padding: 1.2rem 2.25rem !important;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* --- /////// Fonts /////// --- */

.uppercase {
	text-transform: uppercase;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
	font-weight: 500;
}

.font-color-lightblue {
	color: #1d89e6;
}

.font-color-blue {
	color: #035296;
}

.font-white {
	color: #ffffff;
}

.font-red {
	color: #b4010f;
}

.font-grey {
	color: #747480;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0.5rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

.poppins-14-bold {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 14px;
}

.poppins-16-bold {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 16px;
}

.poppins-8-reg {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 8px;
}

.poppins-10-reg {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 10px;
}

.poppins-12-reg {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 12px;
}

.poppins-14-reg {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.poppins-16-reg {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.poppins-18-reg {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.poppins-18-bold {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px;
}

.poppins-21-reg {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 21px;
}

.poppins-21-bold {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 21px;
}

.poppins-24-bold {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 24px;
}

.poppins-28-bold {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 28px;
}

.poppins-32-bold {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 32px;
}

.poppins-36-bold {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 36px;
}

.changa-16-reg {
	font-family: 'Changa', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 7px;
}

.russoone-14-reg {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 7px;
}

.saira-12-reg {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 7px;
}

.saira-14-reg {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 7px;
}

.saira-16-reg {
	font-family: 'Saira', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 7px;
	text-transform: uppercase;
}

.saira-16-bold {
	font-family: 'Saira', sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 7px;
	text-transform: uppercase;
}

/* --- /////// Home /////// --- */

.home-hero-mobile {
	background-image: url('../images/_home/hero.png');
	background-size: cover;
	height: 100%;
	width: 100%;
	padding: 60px 30px 30px 30px;
	flex-direction: column;
	/* justify-content: center; */
	/* align-items: center; */
	/* margin-bottom: 32px; */
}

.home-hero {
	background-image: url('../images/_home/hero.png');
	background-size: cover;
	height: 100%;
	width: 100%;
	padding: 60px;
	flex-direction: column;
	/* justify-content: center; */
	/* align-items: center; */
	/* margin-bottom: 32px; */
}

.home-a {
	background-image: url('../images/_home/product-blackpearl-b.png');
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 200px;
	/* margin-bottom: 32px; */
}

.home-b {
	background-image: url('../images/_home/product-sxi.png');
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 200px;
	/* margin-bottom: 32px; */
}

.home-c {
	background-image: url('../images/_home/product-chave.png');
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 200px;
	/* margin-bottom: 32px; */
}

.home-m {
	background-image: url('../images/_home/ED-online.jpg');
	background-size: cover;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* margin-bottom: 32px; */
}

/* --- /////// Home /////// --- */

.educate-assess-secure {
	background-image: url('../images/_home/home-educate-assess-secure.png');
	background-size: cover;
	height: 200px;
	width: 100%;
	padding: 60px 60px 60px 60px;
	flex-direction: column;
	/* justify-content: center; */
	/* align-items: center; */
	/* margin-bottom: 32px; */
}

/* --- /////// About /////// --- */

.about {
	background-image: url('../images/_about/hero-about.png');
	background-size: cover;
	height: 100%;
	width: 100%;
	padding: 35px 45px 25px 45px;
	flex-direction: column;
	margin: auto;
	/* justify-content: center; */
	/* align-items: center; */
	/* margin-bottom: 32px; */
}

/* --- /////// Our Services /////// --- */

.ourservice-cyber-security-training-hero {
	background-image: url('../images/_ourfocus/security-consulting-engineering.png');
	background-size: cover;
	height: 100%;
	width: 100%;
	padding: 35px 45px 25px 45px;
	flex-direction: column;
	margin: auto;
	/* justify-content: center; */
	/* align-items: center; */
	/* margin-bottom: 32px; */
}

.ourservice-cyber-security-training-support {
	background-image: url('../images/_ourservices/cyber-security-training.png');
	background-size: cover;
	background-position: 50% top;
	height: 200px;
	width: 100%;
	padding: 60px 60px 60px 60px;
	flex-direction: column;
	/* justify-content: center; */
	/* align-items: center; */
	/* margin-bottom: 32px; */
}

/* --- /////// Our Focus /////// --- */

.ourfocus-sce-hero {
	background-image: url('../images/_ourfocus/security-consulting-engineering.png');
	background-size: cover;
	height: 100%;
	width: 100%;
	padding: 35px 45px 25px 45px;
	flex-direction: column;
	margin: auto;
	/* justify-content: center; */
	/* align-items: center; */
	/* margin-bottom: 32px; */
}

.ourfocus-sce-support {
	background-image: url('../images/_ourfocus/security-consulting-engineering-b.png');
	background-size: cover;
	background-position: 50% top;
	height: 200px;
	width: 100%;
	padding: 60px 60px 60px 60px;
	flex-direction: column;
	/* justify-content: center; */
	/* align-items: center; */
	/* margin-bottom: 32px; */
}

.ourfocus-sce-certification-accreditation {
	background-image: url('../images/_ourfocus/certification-accreditation.png');
	background-size: cover;
	background-position: 50% top;
	height: 200px;
	width: 100%;
	padding: 60px 60px 60px 60px;
	flex-direction: column;
	/* justify-content: center; */
	/* align-items: center; */
	/* margin-bottom: 32px; */
}

.ourfocus-sce-information-security-assessment {
	background-image: url('../images/_ourfocus/information-security-assessment.png');
	background-size: cover;
	background-position: 50% top;
	height: 200px;
	width: 100%;
	padding: 60px 60px 60px 60px;
	flex-direction: column;
	/* justify-content: center; */
	/* align-items: center; */
	/* margin-bottom: 32px; */
}

.ourfocus-sce-secure-product-hardware-hardening {
	background-image: url('../images/_ourfocus/secure-product-hardware-hardening.png');
	background-size: cover;
	background-position: 50% top;
	height: 200px;
	width: 100%;
	padding: 60px 60px 60px 60px;
	flex-direction: column;
	/* justify-content: center; */
	/* align-items: center; */
	/* margin-bottom: 32px; */
}

.ourfocus-sce-business-intelligence-policy-assurance {
	background-image: url('../images/_ourfocus/business-intelligence-policy-assurance.png');
	background-size: cover;
	background-position: 50% top;
	height: 200px;
	width: 100%;
	padding: 60px 60px 60px 60px;
	flex-direction: column;
	/* justify-content: center; */
	/* align-items: center; */
	/* margin-bottom: 32px; */
}

.ourfocus-sce-education-training {
	background-image: url('../images/_ourfocus/education-training.png');
	background-size: cover;
	background-position: 50% top;
	height: 200px;
	width: 100%;
	padding: 60px 60px 60px 60px;
	flex-direction: column;
	/* justify-content: center; */
	/* align-items: center; */
	/* margin-bottom: 32px; */
}

/* --- /////// Our Solutions /////// --- */

.oursolutions-cst-hero {
	background-image: url('../images/_oursolutions/cyber-security-training.png');
	background-size: cover;
	height: 145px;
	width: 100%;
	padding: 35px 60px 30px 60px;
	flex-direction: column;
	/* justify-content: center; */
	/* align-items: center; */
	/* margin-bottom: 32px; */
}

.oursolutions-cst-support {
	background-image: url('../images/_oursolutions/cyber-security-training-b.png');
	background-size: cover;
	height: 200px;
	width: 100%;
	padding: 60px 60px 60px 60px;
	flex-direction: column;
	/* justify-content: center; */
	/* align-items: center; */
	/* margin-bottom: 32px; */
}

/* --- /////// Image /////// --- */

/* --- /////// Background Color /////// --- */

.color-white {
	background-color: #ffffff;
	color: #000000;
}
.color-offwhite-a {
	background-color: #f8f8f8;
	color: #000000;
}

.color-offwhite-b {
	background-color: #f2f1f1;
	color: #000000;
}

.color-black {
	background-color: #000000;
	color: #ffffff;
}

.color-blue {
	background-color: #1d3a6b;
	color: #ffffff;
}

.color-darkblue {
	background-color: #061a39;
	color: #ffffff;
}

/* --- /////// Background Color /////// --- */
