.navbar-brand {
  padding: 1px 0 0 0;
}

.navbar-brand > img {
  height: 90px;
}
/*SECTORS START*/
.sectors img {
  width: 100%;
}

.sectors .col-md-6 image {
    position: relative;
}

.sectors .image img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.sectors .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.sectors .col-md-6:hover img {
  opacity: 0.3;
}

.sectors .col-md-6:hover .middle {
  opacity: 1;
}

.sectors .text {
  background-color: #1bbde8;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
  box-sizing: content-box;
  border: 3px solid transparent;
}

.sectors .col-md-6.image {
  padding: 10px;
}

.sectors .text a {
  color: #fff;
  font-weight: 500;
}

.sectors .text a:hover {
  cursor: pointer;
}

.sectors .text:hover {
  border: 3px solid #fff;
  border-radius: 5px;
}

/*SECTORS END*/

.top-phone.mr10 a , .top-address.mr10 a {
  color: #fff;
}

.top-phone.mr10 a:hover , .top-address.mr10 a:hover {
  color: #333;
}

[class^="icon-"], [class*=" icon-"] {
  
}

/* SIDE MENUS START */

.side-menu-module .current a {
  background-color: #1bbde8 !important;
  color: #fff !important;
}

.side-menu-module a {
  border-radius: 10px;
  font-weight: 600;
}

/* SIDE MENUS END */

/* TOP BAR START */

.t3-top-header .t3-module.no-up {
  padding: 0 !important;
}

.t3-top-header .t3-module.no-up a {
  color: #fff;
  text-transform: lowercase;
  font-weight: 600;
}

.t3-top-header .t3-module.no-up a:hover {
  color: #333;
}
/* TOP BAR END */

/* CLIENTS START */

.client-logos {
  text-align: center;
}

.client-headings {
  text-align: center;
}

/* CLIENTS END */