/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}
.business-header {
  /*height: 50vh;*/
  min-height: 300px;
  background: url('../images/Village-Slider.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.card {
  height: 100%;
}
.home-table-country span{font-weight:600;}
.bg-dark {
    background-color: #0f56a2!important;
}
.ptb-30{padding-top: 30px; padding-bottom: 30px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.table-head-bg{background-color: rgb(15, 86, 162) !important;color: white;}
.list-of-state .row div span{font-weight:600;}
.list-of-state .row div{margin-bottom:15px;}
h1{
	position: relative;
    margin-bottom: 40px;
}
h1:after {
    content: '';
    border: 1px solid #0f56a2;
    position: absolute;
    height: 1px;
    width: 200px;
    display: block;
    /* top: 39px; */
    margin-top: 20px;
}
.jumbotron .form-row{
	    background: #ffffff7a;
    padding: 40px 20px 10px 20px;
}
.jumbotron h3{
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 50px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 10px;
}
.breadcrumb-page{
    background: transparent;
    border-bottom: 1px solid #cccccc;
}
.breadcrumb-page ul{margin-bottom:0;position: relative;right: 15px;list-style-type: none;background: transparent;padding-left: 0px; padding: 15px 0;}
.breadcrumb-page ul li a{text-decoration:none;color:black;}
.breadcrumb-active{color:#0f56a2 !important;font-weight:600;}
.jumbotron {
    padding: 8rem 2rem;
	background:transparent;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}
li.nav-item:hover {
    border-bottom: 2px solid white;
}
li.nav-item.active {border-bottom: 2px solid white;}
.sidebar-page h2 {
    font-size: 24px;
    font-weight: 600;
    background: #252525;
    padding: 10px;
    color: white;
}
li.nav-item {
    margin-right: 20px;	
}
footer .container p a{color:white;}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
@media (max-width: 991px) {
.jumbotron {
    padding: 8rem 0rem;
    background: transparent;
}
}
@media (max-width: 767px) {
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.jumbotron {
    padding: 2rem 0rem;
    background: transparent;
}
.jumbotron h3 {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 10px;
}
}
