html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    overflow-y: scroll;
    cursor: default;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    color: #555;
}

.footer{
  /* font-size: 16px; */ 
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #194470;
  text-align: center;
}

.text-red{
  color: red;
}

.main{
    padding-top: 40px;
    padding-bottom: 40px;
}

.bg-navbar{
  background: #194470;
}

.margin-bottom{
  margin-bottom: 50px;
}

.modal-body{
  padding: 0px; border: 1px solid #000;
}

.img-thumbnail{
  padding: 0px;
}

.justify{
   text-align: justify; 

}

.normal{
	text-align: normal;
}

.no-border{
  padding: 0px;
}

ul{
  list-style-type: square;
}

h4{
	font-weight: 600;
}
	
ul li::marker {
  /* color: #202090; */
}

.pad-left20{
	padding-left: 20px;
}


