/*!
 * User: Renfrid Ngolongolo
 */
/*Google Fonts */
/* @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,400,500,600,700,800'); */

html {
  overflow: scroll;
  overflow-x: hidden;
}

body {
  font-size: 13px;
  font-weight: 400;
  color: #424242;
}

a {
  color: #424242;
}

a:hover, a:focus {
  color: #002359;
}

h1, h2, h3, h4, h5, h6 {
  color: #424242;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.text-faded {
  color: rgba(255, 255, 255, .7);
}

.text-gray-800 {
  color: #424242
}

.text-grey-700 {
  color: #616161;
}

.text-grey-600 {
  color: #757575;
}

.text-grey-500 {
  color: #9E9E9E;
}

.text-primary {
  color: #002359 !important;
}

.text-secondary {
  color: #1976D2 !important;
}

.text-warning {
  color: #FF6F00 !important;
}

.text-danger {
  color: #C62828 !important;
}

.text-green {
  color: #66BB6A !important;
}

.text-red {
  color: #C62828 !important;
}

.text-justify{
  text-align: justify;
}

.bg-section-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}

.section-full-bg {
  padding-top: 72px;
  padding-bottom: 0;
}

.bg-section-left{
  padding-top: 80px;
  padding-left: 160px;
}

.bg-section-right{
  width: 100%;
  min-height: 640px;
  height: auto;
  background-image: url(../images/slider2.jpeg);
  background-size: cover;
  background-position: top;
  border-bottom-left-radius: 90%;
}

/*===============================================|
Background Color
================================================*/
.bg-primary {
  background: #002359 !important;
}

.bg-secondary {
  background: #1976D2 !important;
}

.bg-danger {
  background: #C62828 !important;
}

.bg-light-grey {
  background-color: #f2f5f7 !important;
}

.bg-light-grey-1 {
  background-color: #fafafa !important;
}


.bg-dark-blue {
  background-color: #0D47A1 !important;
}

.bg-light-blue {
  background-color: #1976D2 !important;
}

.bg-dark-1 {
  background-color: #2c3e50 !important;
}

.bg-dark {
  background-color: #1e1a14 !important;
}

/*===============================================|
Button
================================================*/
.btn-xss {
  padding: .12rem .30rem;
  font-size: .900rem;
  background: rgba(25, 103, 210, 0.07);
  line-height: 1.4;
  border-radius: 2px;
  color: #1967D2;
  transition: all 300ms ease;
}

.btn-primary {
  background: #002359;
  border-color: #002359;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #002359;
  border-color: #002359;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-outline-primary {
  background: #ffffff;
  border-color: #002359;
  color: #002359;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .open .dropdown-toggle.btn-outline-primary {
  background: #002359;
  border-color: #002359;
  color: #FFFFFF;
}

.btn-secondary {
  color: #ffffff;
  background-color: #1565C0;
  border-color: #1565C0;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #1565C0;
  border-color: #1565C0;
}

.btn-secondary:active, .btn-secondary.active, .open .dropdown-toggle.btn-secondary {
  background-image: none;
}

.btn-outline-secondary {
  color: #1565C0;
  background-color: #fff;
  border-color: #1565C0;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active, .open .dropdown-toggle.btn-outline-secondary {
  color: #FFFFFF;
  background-color: #1565C0;
  border-color: #1565C0;
}


/*===============================================
Tables
===============================================*/
table.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table.table th {
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  color: #212121;
  padding: 10px !important;
  background: #ECEFF1;
  border: 1px solid #FFFFFF;
}


table.table td {
  font-size: 12px;
  font-weight: 400;
  background: #FFF;
  color: #212121;
  vertical-align: top;
  padding: 12px !important;
}

/*
table.table td a {
  text-decoration: none !important;
  font-weight: normal !important;
}

table.table th a {
  text-align: right;
  text-decoration: none !important;
  font-weight: normal !important;
}

table.table td i {
  font-size: 14px;
  font-weight: 500;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em;
}

table.table-bordered td, .table-bordered th {
  border: 1px dashed #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

table.table-bordered td:first-child, .table-bordered th:first-child {
  border-left: 1px solid #dcdcdc;
}

table.table-bordered td:last-child, .table-bordered th:last-child {
  border-right: 1px solid #dcdcdc;
}

table.table>:not(:last-child)>:last-child>* {
  border-bottom-color: #dcdcdc;
}

#dt tr:hover, .tr_active {
  background-color: aliceblue !important;
} */



/*=============================================
offcanvas
============================================*/
.solutions-tabs .nav-link {
  text-align: center;
}

.solutions-tabs .nav-link {
  color: #FFFFFF;
}

.solutions-tabs .nav-link.active {
  background-color: #002359;
  color: #ffffff;
  line-height: 1.4;
  border-radius: 2px;
  padding: 10px;
}



/*=============================================
offcanvas
============================================*/
#offcanvas-wrp {
  width: 56vw;
  height: 100%;
  margin-top: 60px;
  padding: 20px 10px 48px 10px;
  background-color: #Fff;
  position: fixed;
  top: 0;
  right: 0;
  border: 1px solid #dcdcdc;
  z-index: 3;
  overflow-y: scroll;
}


@media screen and (max-width: 600px) {
  #offcanvas-wrp {
    width: 64vw;
    height: calc(100vh - 100px);
    margin-top: 40px;
  }

  .oc-shown {
    display: none;
  }
}

.success-template {
  padding: 10px;
  text-align: center;
}

.success-actions {
  margin-top: 15px;
  margin-bottom: 15px;
}

.success-actions .btn {
  margin-right: 10px;
}

.error-template {
  padding: 20px 10px;
  text-align: center;
}

.error-actions {
  margin-top: 15px;
  margin-bottom: 15px;
}

.error-actions .btn {
  margin-right: 10px;
}

/*===============================================|
Loader-spinner button 
||==============================================*/
.loading-spinner {
  display: none;
}

.loading-spinner.active {
  display: inline-block;
}

/*================FORM WIZARD ===============*/
.stepwizard-step {
  /* margin: 10px;*/
  padding: 8px 4px;
  background-color: #E3F2FD;
  width: 20%;
}

.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

/* .stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
} */

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.stepwizard-step a.btn-circle {
  width: 32px;
  height: 32px;
  border: 1px solid #1565C0;
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  color: #757575;
  font-weight: 600;
  line-height: 1;
}

.stepwizard-step a.btn-success {
  border: none;
}

.stepwizard-step span {
  font-size: 12px;
  font-weight: 600;
}

/*========================================
|| 
 ========================================*/
.error {
  color: #f00;
}

.error-messages {
  border-radius: 4px;
  padding-left: 12px;
  background-color: #FFEBEE;
  color: #f00;
}

#error-messages {
  border-radius: 4px;
  padding: 12px;
  background-color: #FFEBEE;
  color: #f00;
}

#error-messages span {
  display: block;
}

.success-messages, #success-messages {
  border-radius: 4px;
  padding: 16px;
  background-color: #E8F5E9;
  color: #43A047;
  font-weight: 500;
}


ul.header-social-icon li {
  display: inline;
  list-style-type: none;
}

ul.header-social-icon li a {
  color: #1684fc;
  font-size: 1.4375em
}

ul.header-social-icon i {
  font-size: 24px
}