/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/riliwan-rabo.css ***!
  \*********************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/riliwan-rabo.css (1) ***!
  \*************************************************************************************************************************************************************************************************************************/
/* written by riliwan balogun http://www.facebook.com/riliwan.rabo*/
.board{
    width: 100%;
    margin: 0px auto;
    /* height: 500px; */
    background: #fff;
    /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 0px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{
    background: #fafafa url(https://subtlepatterns.com/patterns/geometry2.png);
    background-size: 30%;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
  height: 9px;
  background: #ddd;
  position: absolute;
  width: 76%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 48%;
  z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 100px;
    background: #dddddd;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
  color: #dddddd;border: 0px solid #dddddd;
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #337ab7;
}

span.round-tabs.two{
    color: #dddddd;border: 0px solid #dddddd;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #337ab7;
}

span.round-tabs.three{
  color: #dddddd;border: 0px solid #dddddd;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #337ab7;
}

span.round-tabs.four{
  color: #dddddd;border: 0px solid #dddddd;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #ddd;
    color:#337ab7;
}

span.round-tabs.five{
    color:#337ab7;border: 2px solid #337ab7;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #337ab7;
}


span.round-tabs.six{
  color: #337ab7;border: 2px solid #337ab7;
}

li.active span.round-tabs.six{
  background: #fff !important;
  border: 2px solid #ddd;
  color: #337ab7;
}


.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    /*width: 20%;*/
    width: 25%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;

}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;

}
.nav-tabs > li a{
   width: 40px;
   height: 40px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content .tab-pane{
   position: relative;
padding-top: 50px;
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}


.bs-wizard-stepnum
{
  color: #00569F;
  font-size: 14px;
  margin-bottom: -16px;
  text-transform: uppercase;
  font-family: 'KlavikaWebBasic';
  font-weight: 700;
  text-align: center;
}



@media( max-width : 585px ){

    .board {
width: 100%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

.nav-tabs > li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}

/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/common.css ***!
  \***************************************************************************************************************************************************************************************************************/
h1 {
  /* font-family: "KlavikaWebCondensed"; */
  font-weight: 400;
  font-size: 39.4px;
  font-style: normal;
  color: #006699;
  text-transform: uppercase;
  text-decoration: none;
}

h3 {
  color: #808080;
}

h4 {
  font-size: 2.2rem;
}

.btn-frm {
  color: #fff;
  background-color: #006699;
  /* font-family: 'KlavikaWebBasic'; */
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
  margin-top: 10px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}

/* .ng-valid[required], .ng-valid.required  {
  border-left: 5px solid #42A948;
} */

/* .ng-invalid:not(form)  {
  border-left: 5px solid #a94442;
} */

.is-invalid {
  border-color: #dc3545 !important;
}

.invalid-feedback {
  /* display: none; */
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* active buttons */
#status-buttons a.active span.round-tabs.one {
  background: #337ab7;
  color: #fff;
}

#status-buttons a.active span.round-tabs.two {
  background: #337ab7;
  color: #fff;
}

#status-buttons a.active span.round-tabs.three {
  background: #337ab7;
  color: #fff;
}

#status-buttons a.active span.round-tabs.four {
  background: #337ab7;
  color: #fff;
}

#status-buttons a.active span.round-tabs.five {
  background: #337ab7;
  color: #fff;
}

#status-buttons a.active span.round-tabs.six {
  background: #337ab7;
  color: #fff;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px; /* Safari */
  animation: spin 2s linear infinite;
  left: 45%;
  position: inherit;
}

@media (max-width: 767px) {
  .loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px; /* Safari */
    animation: spin 2s linear infinite;
    left: 35%;
    position: inherit;
  }
}

@media (min-width: 992px) {
  .loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px; /* Safari */
    animation: spin 2s linear infinite;
    left: 45%;
    position: inherit;
  }
}

/* Safari */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.overlay-form {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  color: white !important;
}

.overlay-form-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-size: 36px;
  word-wrap: break-word;
}

@media screen and (max-height: 450px) {
  .overlay-form a {
    font-size: 20px;
  }
  .overlay-form .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}



select:required:invalid {
  color: #666;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: #000;
}

.btnlg {
  width: 100% !important;
}


.btn {
    text-transform: uppercase;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040 !important;
  background-color: #000000;
}
/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle (1) ***!
  \**************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files
 @import url("//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"); *//*  */




/*# sourceMappingURL=styles.css.map*/