.certs div, .certs.i, .certs p {color:#FFFFFF;font-size:1.4rem}

.certs p.title {
    font-size:1.8rem;font-weight:800;margin-bottom:12px;
}

.certs i {
    margin-bottom:14px
}

.certs .col-sm-6 {
    padding-left:1rem;padding-right:1.4rem
}

.font-weight-500 {
    font-weight:500;
}
.font-weight-400 {
    font-weight:400;
}
p.subpar {
    color:#323232;line-height:1.5;margin-bottom:10px
}
p.subpar:last-of-type {
    margin-bottom: 1rem !important;
}

p a {font-weight:600}

/* i.fa-certificate {color:#fbe433} */

i.fa-certificate {
  color: #fbe433;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    filter: brightness(100%);
  }
  50% {
    transform: scale(1.1);
    filter: brightness(150%);
  }
  100% {
    transform: scale(1);
    filter: brightness(100%);
  }
}

.sticky-header-active .header-logo a img {
    height:66px;width:auto
}

.bg-radial-1{background-image: radial-gradient(circle, #123e54 0%, #4279C8 100%) !important;}

h1,h2,h4,h3,h5 {letter-spacing: -.2px;}

@media (max-width: 991px) {

	#rudder,#rudder2 {display:none}
		
}

