
.bg-blue-black{
  background-color: #0d2453;
}
.primary-text {
  color: #114577;
}
.text-orange{
  color: #de643a;
}
.btn.rounded-40{
  padding: 5px 50px;
}
.bg-light-2{
  background-color: #f4f4f4;
}
.wi-25px{
  width: 25px;
}
.text-light-black{
  color: #172B4D;
}
.text-dark-gray{
  color: #6B778C;
}
.border-light-lg{
  font-size: .8em;
  border-width: 2px;
  border-color: #DFE1E6;
}
.btn-dark{
  color: #fff;
  border-color: #2c3e50;
  background-color: #2c3e50;
}

.header .nav-link:hover{
  color: #114577!important;
}
.header .brand:hover {
  text-decoration: none;
}
.footer p, a{
  color: #91a6c3;
}
.footer .bottom{
  background-color: #364861;
}
.footer a:hover{
  color: #fff;
}
.main-container .center-container .banner{
  z-index: 1;
  height: 400px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-image: url("../images/banner_2.png");
}
.main-container .center-container .banner .hover{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  overflow: hidden;
  position: absolute;
  background-color: rgba($color: #8fba54, $alpha: .3);
}
.main-container .center-container .banner .caption{
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  margin-bottom: 50px;
}
.main-container .center-container .newletter{
  background-color: #8fb92b;
}
.main-container .center-container .trash{
  height: 500px;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../images/katye1.jpg");
}
.main-container .center-container .parallax{
  height: 500px;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../images/parallax_2.png");
}