/* Author - Ronald A Dkhar */
/*-- Body Reset --*/
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  color: #616971;
}

/*============= TOP BAR HEADER =============*/

.top-bar {
  background: #7aaec4;
  height: 2.8rem;
  padding: .5rem 0;
}
.top-bar a{
  color: white;
  text-decoration: none;
  font-size: 1.1rem;
}

/*============= NAVIGATION =============*/

.navbar-brand img {
  height: 3rem;
}
.navbar-brand span {
  color: #4981b3;
}

.navbar {
  /* font-size: 1.15rem;
  font-weight: 600; */
  letter-spacing: .1rem;
  box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .1);
  z-index: 9999;
}
.nav-item {
  padding: 1 rem;
}
.nav-link {
  color: #5b5555!important;
}
.nav-link.active,
.nav-link:hover {
  color: #4981b3!important;
} 
/*============= CAROUSEL =============*/

#carousel {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, .1);
}
.carousel-inner {
  max-height: 30rem!important;
}
.carousel-caption {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  text-transform: uppercase;
}
.carousel-caption h1 {
  font-size: 3rem;
  text-shadow:  .1rem .1rem .3rem rgba(0, 0, 0, 1);
}
.carousel-caption h3 {
  font-size: 2rem;
  text-shadow:  .1rem .1rem .2rem rgba(0, 0, 0, 1);
}
.bg-custom {
  background-color: rgba(0, 0, 0, .4);
  color: white;
  border-radius: 1rem;
}
.border-primary {
  border-top: .2rem solid #4981b3!important;
}
.btn-lg {
  border-radius: 0;
  text-transform: uppercase;
}


.fixed-background {
  overflow: hidden; /*-- Correction for iOS --*/
}


/*-- About Navbar --*/

.about {
  background-image: linear-gradient(to right, #4981b3, #ac2615);
  z-index: 1;
}
.about .fa-info-circle {
  margin: 0 auto;
  color: white;
  font-size: 3rem;
}
.col-12 h3 {
  margin-top: 2rem;
  text-transform: uppercase;
}
.table span {
  color: red;
}
/*============= FOOTER =============*/

footer {
  background-color: #383838;
  padding: 1rem 2rem 3rem;
  width:100%;
}
footer img {
  height: 3.5rem;
  margin: 1.5rem auto;
}


/*============= MEDIA QUERIES =============*/

/* Devices under 1199px (xl) */
@media (max-width: 1199.98px) {
  .carousel-caption h1 {
    font-size: 2rem;
    text-shadow:  .1rem .1rem .3rem rgba(0, 0, 0, 1);
  }
  .carousel-caption h3 {
    font-size: 1rem;
  }
}
/* Devices under 768px (md) */
@media (max-width: 767.98px) {
  .carousel-caption h1 {
    font-size: 1.5rem;
    text-shadow:  .1rem .1rem .3rem rgba(0, 0, 0, 1);
  }
  .carousel-caption h3 {
    font-size: .8rem;
  }
  .btn-lg {
    font-size: .95rem;
  }
  
}

/* PROGRESS BAR */

#pro-bar {
  z-index: 0!important;
}

#progressbar .active {
  color: #4981b3
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400
}

#progressbar #account:before {
  font-family: "Font Awesome 5 Free"; 
  content: "\f2bd";
  font-weight:900;
}

#progressbar #personal:before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  font-weight:900;
}

#progressbar #addinfo:before {
  font-family: "Font Awesome 5 Free";
  content: "\f5a0";
  font-weight:900;
}

#progressbar #preference:before {
  font-family: "Font Awesome 5 Free";
  content: "\f069";
  font-weight:900;
}

#progressbar #image:before {
  font-family: "Font Awesome 5 Free";
  content: "\f030";
  font-weight:900;
}

#progressbar #doc:before {
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
  font-weight:900;
}

#progressbar #pay:before {
  font-family: "Font Awesome 5 Free";
  content: "\f156";
  font-weight:900;
}

#progressbar #print:before {
  font-family: "Font Awesome 5 Free";
  content: "\f02f";
  font-weight:900;
}

#progressbar #confirm:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight:900;
}

#progressbar li:before {
  width: 40px;
  height: 40px;
  line-height: 19px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 0 auto;
  padding: 10px;
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #4981b3
}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

/*-- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*-- Fixed Background Image --*/
.fixed-background {
  position: relative;
  width: 100%;
  z-index: 1000!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999 !important;
}
.fixed {
  z-index: -999!important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

