.ie9 .brk-header, .ie10 .brk-header, .ie11 .brk-header{
  width: 100%;
}
.ie9 .brk-header__logo-1, .ie10 .brk-header__logo-1, .ie11 .brk-header__logo-1, .ie9 .brk-header_scroll .brk-header__logo-2, .ie10 .brk-header_scroll .brk-header__logo-2, .ie11 .brk-header_scroll .brk-header__logo-2 {
  height: 71px;
}

.brk-white-font-color  {
  color: #ffffff;
}
.brk-testimonials-layered-vertical__item, .brk-testimonials-layered-vertical .overlay-vertical {
  background: #ffffff;
}
.brk-svg-pattern-container-7-bottom, .brk-svg-pattern-container-7-top {
  height: 180px !important;
}

.brk-svg-pattern-container_top {
  top: -25px !important;
}
.brk-svg-pattern-container-7-bottom {
    bottom: -25px !important;
}


.brk-bg-gradient-40deg-72 {
  background: -webkit-linear-gradient(to right, rgba(7, 128, 173, 0.81), rgba(22, 147, 194, 0.72));
  background: linear-gradient(to right, rgba(7, 128, 173, 0.81), rgba(22, 147, 194, 0.72));
}

@media all and (min-width:1024px) {
.ie9 .brk-call-us__number, .ie10 .brk-call-us__number, .ie11 .brk-call-us__number {
    padding-left: 20px;
    padding-right: 45px;
    line-height: 40px !important;
  }
}
 .ie9 a, .ie10 a, .ie11 a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }


  @media all and (min-width:992px) {
 .brk-lang {
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
    }
    .brk-lang:hover .brk-lang__option {
      min-width: 260px;
      max-width: 500px;
    }
    .brk-lang__option li a:hover {
      color: #1693c2;
    }
  }
