/**
 *
*/
#ib {
}

#ib h4,
#ib h5,
#ib h6 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  font-size: 1.525rem;
}

.ib-txt-01 {
  text-align: center;
  background-image: url(../../images/ibHeader.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 3%;
  padding-bottom: 3%;
  color: #fff;
}

.ib-txt-01 p {
  margin: 0px;
}

.ib-txt-01 h1 {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 300;
}

.ib-txt-01 h2 {
  font-size: 1.225rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0px;
}





.ib-txt-02 {
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 2px #768494 solid;
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 50px;
}





.ib-txt-03 {
  padding-bottom: 50px;
}

.ib-txt-03 h3 {
  background-color: #485566;
  color: #fff;
  padding: 15px;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 1.225rem;
  padding-left: 20px;
}

.ib-txt-03 .row>div {
  position: relative;
}

.ib-txt-03 .row>div>* {
  position: relative;
  z-index: 1;
}

.ib-txt-03 .row>div::before {
  position: absolute;
  content: '';
  display: block;
  left: 15px;
  right: 15px;
  top: 0px;
  bottom: 0px;
  background-color: #eeeeed;
  z-index: 0;
}

.ib-txt-03 ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding: 30px;
}

.ib-txt-03 ul>li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  font-weight: 300;
}

.ib-txt-03 ul>li::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f054";
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 0.725rem;
}


.ib-txt-03 .row>div:nth-child(1) h3::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f055";
  margin-right: 20px;
}

.ib-txt-03 .row>div:nth-child(2) h3::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f056";
  margin-right: 20px;
}






.ib-txt-04 {
  padding-top: 50px;
  padding-bottom: 0px;
}

.ib-txt-04 h5 {
  position: relative;
  padding-left: 40px;
}

.ib-txt-04 h5::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f080";
  margin-right: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
}



.ib-txt-04-01 {
  padding-top: 50px;
  padding-bottom: 0px;
}

.ib-txt-04-01 h5 {
  position: relative;
  padding-left: 40px;
}

.ib-txt-04-01 h5::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f201";
  margin-right: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
}



.ib-txt-05 {
  padding-top: 50px;
  padding-bottom: 0px;
}

.ib-txt-05 h5 {
  position: relative;
  padding-left: 40px;
}

.ib-txt-05  h5::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f0ae";
  margin-right: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ib-txt-06 {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  border-top: 2px #768494 solid;
  margin-top: 50px;
}









.ib-txt-07 {
  background: #343d49;
  padding-top: 70px;
  padding-bottom: 80px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  position: relative;
}

.ib-txt-07::after {
  content: '';
  display: block;
  left: 0px;
  right: 0px;
  bottom: 00px;
  background-color: #fff;
  opacity: 0.3;
  z-index: 1;
  height: 50px;
  position: absolute;
}

.ib-txt-07 .btn {
  background-color: #fff;
  border: 1px #fff solid;
  color: #343d49;
}
