.bg-light {
    background: linear-gradient(to bottom, #2d6cad, #2d6cad);
    
}
a.button-head-mow3 {
    background: #18416b;
}
h3.title:before, h3.title:after {
    background: #2d6cad;
}
a.button-agiles {
    background: #42a5f5;
    display: inline-block;
    border-radius: 40px;
    padding: 15px 36px;
    font-size: 15px;
    letter-spacing: 1px;
    background: linear-gradient(to right, #18416b, #2d6cad);
}
.about_right p {
    border-right: 2px solid #18416b !important;
}
.about_left-list ul li i {
    color: #18416b;
}
.events-up {
    background: #18416b;
}
.subscribe-w3ls button[type="submit"] {
    background: #18416b;
}
.subscribe-w3ls button[type="submit"]:hover {
    background: #2d6cad;
}
.conta-posi-w3ls {
    background: linear-gradient(to left, #18416b, #2d6cad);
}
a {
    color: #2d6cad;
}
.nav-middle i {
    color: #2d6cad;
}
.news-events-agile.event-colo1 {
    background: #18416b;
}
p.para-agileits-w3layouts i {
    color: #2d6cad;
}
.buttons-w3ls a.button-cour-w3ls, .buttons-w3ls-2 a.button-cour-w3ls {
    background: #18416b;
}
.w3ls-cource-first {
    border-top: 5px solid #2d6cad;
}
.navbar-collapse {
    justify-content: center;
}
p{
    color: #212529;
}

/*table*/
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
  background-color: #18416b;
  color: white;
}
.card {
  transition: transform 0.3s ease;
}
.card:hover {
  transform: scale(1.05);
}