.center {
  text-align:center;
}

#trainings {
  background: #fbfbfb;
}
.grecaptcha-badge { visibility: hidden; }

.btn-primary {
  background-color: #00bff3;
  padding:10px 40px;
  
}

.form-1 .form-control-input, .form-1 .form-control-select {
  background-color:#11244f !important;
}

.steps_icon {
  color:white;
  font-size:50px;
  margin: 30px 0px 10px 0px;
}

#competencies {
  background: #11244f;
  color: #fbfbfb;
}

#competencies .fa-square:before, #competencies h2, #competencies p {
  color: #fbfbfb;
}

.basic-1 {
  text-align: justify;
  padding-top: 3rem;
}

.uppercase {
  text-transform:uppercase;
}

.basic-1 h3 {
  text-align:center;
}

.basic-1 .first {
  background:#11244f;
  padding:40px;
  border-radius: 5rem;
}

.basic-1 .second {
  background:#1c4898;
  padding: 40px;
  border-radius: 5rem;
}

.basic-1 .third {
  background:#ffffff;
  padding: 40px;
  border-radius: 5rem;
}

.row h5, .row h4 {
  margin:auto;
}

.row .margin-h4 {
  margin:30px 0;
}

.row .margin-h5 {
  margin:15px 0;
}

.basic-1 .text-container h3,.basic-1 .text-container h4,.basic-1 .text-container a, .basic-1 .text-container h5, .basic-1 .text-container p, .basic-1 .text-container li  {
  color:white !important;
}

.applying {
  border:solid 5px white;
}

.link {
    color: #007bff;
}

.footer-link {
  color: white;
}

.cards-1 .card {
  width:580px;
}

.w-4-rem {
  width: 4rem;
}

.top-30 {
  margin-top:30px;
}
.bottom-30 {
  margin-bottom:30px;
}

.p-top-30 {
  padding-top: 30px;
}

.p-bottom-30 {
  padding-bottom:30px;
}

/*Timeline*/
.timeline img {
  width:100%;
}

.month {
  color: #e91e63;
  font-weight: bold;
}

.training  {
  font-weight: bold;
}

.basic {
 color: #00bff3; 
}

.training_type {
    border: solid;
    padding: 5px;
    color: white;
}

.advanced {
  color: gold;
}

.basic_training {
   background: #00bff3;
}

.advanced_training {
  background: gold;
}
/*Thought*/
.opinions {
    background: #11244f;
    opacity: 99%;
    padding-top: 30px;
    padding-bottom: 30px;
   
}

.opinions h2, .opinions h3 {
   color:#fbfbfb;
}

.bubbles {
  display:flex;
  flex-flow:row wrap;
  justify-content:center;
  margin:auto;
  margin-bottom: 30px;
  align-items:center;
  align-content:center;
  padding:0 8rem;
}

.thought {
  display:flex;
  background-color:#00bff3;
  color: white;
  padding:20px;
  border-radius:30px;
  max-width:350px;
  min-height:40px;
  margin:20px;
  position:relative;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.thought:before,
.thought:after {
  content:"";
  background-color:#00bff3;
  border-radius:50%;
  display:block;
  position:absolute;
  z-index:-1;
}
.thought:before {
  width:44px;
  height:44px;
  top:-12px;
  left:28px;
  box-shadow:-50px 30px 0 -12px #00bff3;
}
.thought:after {
  bottom:-10px;
  right:26px;
  width:30px;
  height:30px;
  box-shadow:40px -34px 0 0 #00bff3,
             -28px -6px 0 -2px #00bff3,
             -24px 17px 0 -6px #00bff3,
             -5px 25px 0 -10px #00bff3;
  
}

@media (max-width: 991px) {
  .cards-1 .card {
    width:100%;
  }
}

@media (max-width: 292px) {
  .cards-1 .card img {
    width:4rem;
  }
}