html {
    height: 100%;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif !important;
  }
  
  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }
  
  body {
    position: relative;
    padding-bottom: 6rem;
    margin: 0;
    min-height: calc(100% - 60px);
    font-family: 'Roboto', sans-serif !important;
  }
  
  .footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
  }

.top-nav-collapse {
    box-shadow: 0 3px 6px 3px rgba(0,0,0,.08);
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
    top: 0px;
    bottom: unset;
    right: 0px;
    left: unset;
    color: white;
    padding: 0;
    width: 450px;
    height: 150px;
    margin-top: 10px;
    margin-right: 10px;
    background-color: #ff0000;
}

.carousel-caption h3 {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
}

.carousel-caption p {
    font-size: 20px;
    padding: 10px;
}

@media screen and (max-width: 500px) {
    .carousel-caption {
        width: 290px;
        margin: 0 auto;
        position: relative;
    }
    
    .carousel-caption h3 {
        font-size: 20px!important;
    }

    .carousel-caption p {
        font-size: 15px!important;
    }
}

.carousel-indicators li {
    height: 5px;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.breadcrumb-item:first-child::before {
    content: "" !important;
}

.breadcrumb-item::before {
    content: ">" !important;
}

footer {
    background-color: #656565 !important;
}

.hr-style{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #fff, #333, #fff);
    background-image:    -moz-linear-gradient(left, #fff, #333, #fff);
    background-image:     -ms-linear-gradient(left, #fff, #333, #fff);
    background-image:      -o-linear-gradient(left, #fff, #333, #fff);
    background-image:      linear-gradient(to left, #fff, #333, #fff);
}

.hr-style2{
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, #fff, #f00, #fff);
    background-image:    -moz-linear-gradient(left, #fff, #f00, #fff);
    background-image:     -ms-linear-gradient(left, #fff, #f00, #fff);
    background-image:      -o-linear-gradient(left, #fff, #f00, #fff);
    background-image:      linear-gradient(to left, #fff, #f00, #fff);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255,0,0,1);
}

.nav-selected {
    display: inline-block;
    border-bottom: 2px solid rgba(255,0,0,1);
    padding-bottom: 3px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,0,0,1);
}

/* 
.captchacontainer
{
    height:80px;
    width:500px;

}

.cpch {
 border:1px solid #cecece;
 width:150px;
 margin-top:5px;
 margin-bottom:5px;
 float:left;
 margin-left:10px;
} 

.refreshcapcha
{
    float:left;
    margin-top:5px;
    margin-bottom:5px;
    width:55px;margin-left:10px;
}

.captchaTextContainer
{
    
    float:left;
    margin-top:5px;
    margin-bottom:5px;
    margin-left:10px;
 
}

.captchatext
{
    width:100px;
    margin-left:10px;
}

.msg
{
    color:#ff0000;
    font-size:10px;
}

.msg-submit{
    color:red; 
    font-size:30px; 
    line-height:25px;
    font-family: Calibri;
    padding-left: 20px;
    font-style: italic;
} */