html,
body {
    height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

a {
    outline: none;
}

.header {
    background-color: #212334;
    position: fixed;
    padding: 20px 0;
    color: white;
    width: 100%;
    z-index: 1000;
}

.header>.container {
    display: flex;
}

.banner {
    background-attachment: fixed;
    background-image: url("/assets/images/background6.jpg");
    background-position: center 30%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
}

.slogan {
    display: block;
    font-size: 50px;
    color: white;
    padding-top: 320px;
    font-weight: bold;
    line-height: 60px;
}

.search {
    display: none;
    box-sizing: border-box;
    background-color: #212334;
    padding: 30px;
    margin: 0 20%;
    margin-top: 350px;
    box-shadow: 0 0 2px #888;
}

.search-bar {
    display: flex;
    box-sizing: border-box;
    background-color: #FFF;
    border: solid 1px #FFF;
    width: 100%;
    height: 100%;
}

.search-icon {
    background-image: url('/assets/images/search.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    padding: 8px;
    height: 27px;
    width: 27px;
}

.search-icon:hover {
    background-image: url('/assets/images/search-white.png');
    background-color: #212334;
    cursor: pointer;
}

.search-results {
    box-sizing: border-box;
    background-color: #FFF;
    border: solid 1px #FFF;
    display: none;
    width: 100%;
}

.search-results>div {
    padding: 10px;
    display: block;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
}

.search-results>div:hover,
.search-results>div.selected {
    background-color: #F2F2FF;
}

.search input {
    font-weight: bold;
    min-width: 0;
    padding: 10px;
}

.search input::placeholder {
    font-weight: normal;
}

.logo {
    margin-right: auto;
}

.logo img {
    height: 30px;
}

.block {
    display: block;
    box-sizing: border-box;
    text-align: left;
    min-width: 300px;
    font-size: 15px;
    padding: 20px;
    width: 33%;
    float: left;
}

.title {
    text-align: left;
    margin-left: 20px;
}

.main,
.banner,
.footer {
    text-align: center;
}

.main h2 {
    color: red;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
}

.main h1 {
    color: red;
    font-size: 40px;
    padding-bottom: 30px;
    font-variant: small-caps;
}

.main a {
    color: red;
    text-decoration: none;
}

.main a:hover {
    text-decoration: underline;
}

.main h1::first-letter {
    border-bottom: solid 4px #212334;
}

.navigation {
    pointer-events: none;
    display: inline-block;
}

.container {
    box-sizing: border-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header>.container {
    position: relative;
}

.fitting {
    margin-left: -20px;
    margin-right: -20px;
}

.navigation a {
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 10px;
    transition: border .25s ease-in-out;
    border-bottom: solid 1px transparent;
    pointer-events: auto;
}

.navigation a:hover {
    border-bottom: solid 1px red;
}

.navigation a.menu {
    background-color: transparent;
    display: none;
}

.main {
    padding: 100px 0;
    overflow: hidden;
}

.section-1 h1,
.section-3 h1 {
    color: #212334;
}

.section-1 h1::first-letter,
.section-3 h1::first-letter {
    border-bottom: solid 4px red;
}

.section-2 {
    background-color: #F2F2FF;
}

.section-2 h2 {
    color: #212334;
}

.section-3 {
    text-align: center;
}

.footer {
    padding: 20px 0;
    background-color: #212334;
    overflow: hidden;
    color: #FFF;
}

.footer .footer-holder {
    display: flex;
    background-color: #C00;
    box-shadow: 0 0 6px #222;
}

.footer .block {
    padding: 0;
    width: 100%;
    height: 100%;
    flex: 1;
    min-height: 100% !important;
}

.footer .inner-block {
    background-color: #C00;
    padding: 20px;
}

.footer h2 {
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 2px white;
}

.video-box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.video {
    width: 100%;
    height: 500px;
    box-sizing: border-box;
    background: #000;
    outline: 0;
}

.copyright {
    color: #FFF;
    background-color: #212334;
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
}

.out-box {
    border: solid 2px #212334;
    border-left: none;
    padding: 5px;
    padding-left: 0;
}

.dev-box {
    border: solid 2px #212334;
    border-right: none;
    border-left: none;
    padding: 5px 0;
}

.secure-by-design {
    border: solid 2px #212334;
    padding: 5px;
}

.icon {
    height: 64px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input {
    width: 100%;
    display: block;
    border: none;
    background-color: transparent;
    box-sizing: border-box;
    outline: none;
    color: white;
    padding: 10px 0;
    margin: 0;
    font-size: 16px;
    border-bottom: dashed 1px white;
    font-family: 'Courier New', Courier, monospace;
}

input[type=submit] {
    color: black;
    padding: 10px;
    border: none;
    width: auto;
    background-color: white;
    cursor: pointer;
    margin-top: 20px;
    font-style: 12px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

input[type=submit]::-moz-focus-inner {
    border: 0;
}

input[type=submit]:hover {
    background-color: #EEE;
}

::placeholder {
    color: rgba(255, 255, 255, 0.616);
    opacity: 1;
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.616);
    opacity: 1;
}

 ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.616);
    opacity: 1;
}

 :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.616);
    opacity: 1;
}

 :-moz-placeholder {
    color: rgba(255, 255, 255, 0.616);
    opacity: 1;
}

.form-group {
    padding: 5px 0;
}

p {
    line-height: 25px;
}

.footer a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.info-line {
    display: block;
    padding-bottom: 20px;
}

.info-line .icon {
    height: auto;
    float: left;
    margin-right: 10px;
}

.info-line a {
    font-weight: normal;
    display: inline-block;
}

.icon-location {
    padding: 0 5px;
    width: 15px;
}

.icon-mail {
    padding: 0 3px;
    width: 19px;
}

.footer .block-7 {
    height: 100%;
}

.footer .block-8 {
    float: right;
    border-left: solid 20px #212334;
    flex-direction: column;
}

.inner-block-1 {
    height: 100%;
    box-sizing: border-box;
}

.inner-block-2 {
    border-bottom: solid 20px #212334;
}

.inner-block-3 {
    flex: 1;
}

strong,
b {
    font-weight: bold;
    color: #0077AA;
}

.profile {
    float: left;
    width: 135px;
    border-radius: 5px;
    margin-right: 20px;
}

.section-4 {
    text-align: left;
}

.block-a-1 {
    padding-top: 0;
}

.block-a-2 {
    background-color: #F2F2FF;
    width: 66%;
}

.quote {
    font-size: 45px;
    color: #0077AA;
    display: block;
    height: 10px;
}

.video-text {
    margin: 0 20px;
    padding: 0 20%;
    font-size: 16px;
    text-align: center;
}

.video-text .item {
    display: block;
    padding-top: 50px;
}

.video-text .slash {
    color: red;
}