#wrapper-navbar {
    position: fixed;
    z-index: 300;
    width: 100%;
}

.aeherotext {
  position: absolute;
  bottom: 20%;
  right: 10%;
  max-width: 100%;
  width: 600px;
  padding: 30px;
}

.aeherotext h1 {
  font-size: 64px;
  color: white;
}

.aeherotext h1 span {
  color: #027b98;
}

.aeimage {
	position: relative;
  overflow: hidden;
}

.aeimage img {
    z-index: 1
}

.aeicon {
	transition: transform 1s;
}

.inner-triangle {
    border-left: 500px solid transparent;
    border-right: 500px solid rgba(2, 123, 152, 0.8);
    border-top: 300px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    right: 0px;
    bottom:0px;
    z-index: 2;
    o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
}

.aeimage:hover .inner-triangle {
    border-right: 600px solid rgba(0, 0, 0, 1);
}

.inner-triangle-text {
    position: absolute;
    right: 10px;
    bottom:0px;
    z-index: 3;
    color: white;
  transition: transform 1s;
}

.outter-triangle-text {
    position: absolute;
    left: 80px;
    bottom:20%;
    z-index: 3;
    color: white;
  transition: transform 1s;
}

#wrapper-footer-full .col-md-4, #wrapper-footer-full .col-md-8 {
 padding-top: 50px;
 padding-bottom: 20px;
}

#wrapper-footer-full .textwidget {
 padding: 80px;
}

#wrapper-footer-full {
 background: #272727;
 color: white;
}

#wrapper-footer-full h1, #wrapper-footer-full h2, #wrapper-footer-full h3, #wrapper-footer-full p {
 color: white;
 margin: 40px;
}

.eapps-instagram-feed {
      margin-bottom: 15px;
}