.container {
  max-width: 1140px !important;
}

.bg {
  background-color: #ecf0f1;
}
h2 {
  font-size: 42px !important;
  color: #1289a7 !important;
}
h1 {
  color: #1289a7 !important;
}
a {
  color: #1289a7 !important;
}
a:hover{
  color: #be2edd !important;
}
.cbg {
  background-color: #f5f6fa !important;
}
li {
  list-style: none;
}
.text-justify {
  text-align: justify;
}

table{
  width: 100%;
}
  td {
    border: 1px solid #aaa !important;
}
input[type="text"] {
  width: 100%;
}
.ps{
  color: red !important;

}