
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #777;
  --gray-dark: #343a40;
  --primary: #ee1515;
  --secondary: #777;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", sans-serif;
  --font-family-monospace: "Rajdhani", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

.footer_ul ol,ul,dl {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style-type: none;
  display: block;
}

.footer_ul ul li:first-child {
	
    border-left: 0 solid 
    #c6c6c6;
    margin-left: 0;
	list-style-type: none;
}

footer {

padding: 25px 0;
	
}

footer a {
	
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding: 12px;
	
}
	
	

.footer_ul ul li {
    float: left;
    margin: 5px 0 0 5px;
    margin-left: 5px;
    padding: 0 0 0 5px;
    border-left: 1px solid #c6c6c6;
    line-height: 12px;
}

a {
  color: #ee1515;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}

.position-absolute {
  position: absolute !important;
}

.text-center {
		text-align: center !important;
}

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

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #777;
  text-align: left;
  background-color: #262626;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

h6, .h6 {
	font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


header {
  background-color: rgba(26, 10, 56, 0.53);
  color: #fff;
  z-index: 1000;
}

header a {
  color: #fff;
}



.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

}

.container:after {
  content: "";
  display: block;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;

  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;

  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;

  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;

  }
}


.hero {
  background: url("../images/hero_extranet.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.hero .container {
  position: relative;
  min-height: 300px;
  z-index: 5;
}


.title {
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.title h6 {
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}

.title h1 {
  font-size: 35px;
  font-family: 'Roboto', sans-serif;
}

.title .title-blue {
  color: #26264b;
}

.w-100 {
  width: 100% !important;
}

.offset-xl-1 {
    margin-left: 8.33333%;
}
  
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}  

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.title .title-primary {
  color: #262626;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.btn2 {
	display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #262626;
    border: 1px solid transparent;
    padding: 0.6875rem 3.5625rem;
    font-size: 1.125rem;
    line-height: 1.5;
    text-transform: uppercase;
	transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 1;
	border-bottom-width: 1px;
	border-bottom-color:#f59b00;
}

.btn2:hover {
  color: #f59b00;
  text-decoration: underline;
}

.content {
  padding: 25px 0;
  background-color: #8c0014;
  color: #ddd;
  position: relative;
  min-height: 100%;
}

.content .title {
  margin-bottom: 46px;
}

.content h1 {
  color: #fff;
  font-weight: 100;
  
}

.content h5 {
  font-size: 24px;
  color: #fefefe;
  margin: 28px 0 12px;
}

.content a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  
}

.content h5 {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.content p {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


footer {
	background-color: #262626;
}


.foot-note {
  padding: 35px 0;
  background-color: #262626;
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
}

.foot-note a {
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
}

.foot-note a:last-child {
  margin-left: 30px;
}

.foot-note a.fh5-link {
  margin-left: 0;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #f59b00;
  text-decoration: none;
  cursor: pointer;
}

 /* Modal Header */
.modal-header {
  padding: 16px 16px;
  background-color: #262626;
  color: white;
}

/* Modal Body */
.modal-body {padding: 16px 16px;}

/* Modal Footer */
.modal-footer {
  padding: 16px 16px;
  background-color: #262626;
  color: white;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  margin-top: 65px;
  padding: 0;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
}


ol {
  counter-reset: section;                /* Creates a new instance of the section counter with each ol element */
  list-style-type: none;
  font-weight:600;
}

li {
	font-weight:400;
}

ol li::before {
  counter-increment: section;            /* Increments only this instance of the section counter */
  content: counters(section, ".") " ";   /* Combines the values of all instances of the section counter, separated by a period */
}

ul li::before {
  counter-increment: none;            /* Increments only this instance of the section counter */
  content: "";   /* Combines the values of all instances of the section counter, separated by a period */
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
} 