/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 80px; 
  background: url(img.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
}

.portfolio-item {
  margin-bottom: 30px;
}
.navbar{
	background-color: #175890;
}

.row{
  background-color: white;
  padding: 30px;
}

.fence {
            background: url(screen/img.jpg) repeat-x;
            position: fixed;
            bottom: 0px;
            left: 0px;
            width: 100%;
            height: 17px;
        }


.col-lg-6{
   border-left-color: red;
}
.py-5{
 background-color: #e9ecef;
}
.container1{
  margin: 0 auto;
  width: 80%;
  padding: 80px;
    background-color: white;

}
.col-lg-4{
  width: 90%;
}
.chart{
  position: absolute;
}
.btn-secondary{
  background-color: #175890;
}
.response{
  text-align: justify;
}
.alternate{
 color: black;
}
.alternate:hover{
color: black;
text-decoration: none;
}
.check{
width: 30px;
height: 30px;  
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('images/pageLoader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
.wborder{
 outline: none;
  border: 0;
}
tr:hover{
  background-color: #d4d4d4;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('./pageLoader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
.btn-info{
  background-color: #175890;
}
.n_hover:hover{
  background-color: white;
}
