.banner2 {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    height: 320px;
    /* background-image: url(./../poster.jpg); */
    background-size: cover;
    background-position: center center;
}

.divoverlay.op03 {
    opacity: 0.3;
}

.divoverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #013961;
}


.banner2 h2 {
    text-align: center;
    /* text-transform: uppercase; */
    font-size: 48px;
    position: absolute;
    top: 65%;
    left: 50%;
    display: table;
    font-weight: 400;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
}

.banner__video {
    /* position: absolute; */
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    transform: translateX(0%) translateY(-13%);
    z-index: -1;
}

@media (max-width:991px){
  body.header-absolute #content section:first-child {
      padding-top: 0;
  }
  .section-double.left .image {
      padding-left: 0 !important;
      padding-right: 0 !important;
    margin-top: 30px;
  }
.protrude .col-sm-4 {
    width: 100%;
    height: 168px;
    padding: 0;
    margin: auto;
    margin-bottom: 10px;
}

.protrude .col-sm-4 .feature.feature-5 {
    height: 168px !important;
  }

}

.whbut {
    position: fixed;
    z-index: 10;
    bottom: 21px;
    right: 20px;
    background: #04a904;
    color: #fff !important;
    font-size: 32px;
    padding: 7px 17px;
    border-radius: 50%;
}

.instaimages{
      width: calc(33.3333% - 5px);
      display: inline-block;
      position: relative;
      height: 78px;
      margin: 2px 2px;
      float: left;
      background: no-repeat;
      background-size: cover;
      background-position: center center;
}


.feature.feature-5{
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
}
.feature.feature-5:hover{
  background-color: #0f4fb9;
}


.container.text-center ul{
  list-style: inside;    
}

.team-box{
    position: relative;
    margin-bottom: 15px; 
    overflow: hidden;
}

.team-box .img-wrapper{
    position: relative;
    z-index: 0;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    background-color: #000;
}
.team-box .img-wrapper img{
    transition: all 0.4s ease;
}

.team-box:hover img{
    transform: scale(1.1);
    opacity: 0.5;
}

.team-box h3.title{
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding: 0 15px;
    opacity: 0;
    transition: all 0.4s ease;
}
.team-box h3.title small{
    display: block;
    margin-top: 10px;
    color: #fff;
    font-weight: normal;
}
.team-box:hover h3.title{
    opacity: 1;
}

h4.job-title{
    position: absolute;
    transform: rotate(-90deg) translateY(-50%);
    top: 50%;
    right: -90px;
    display: block;
    width: 210px; 
    font-size: 18px;
    font-weight: 500;
    background-color: #fff;
    padding: 5px 12px;
    text-align: center;
    transition: all 0.4s ease;
}

.team-box:hover h4.job-title{
    right: -100%;
}