* {
  font-family: 'Open Sans', sans-serif;
}
.center-block {
  float: none;
  margin: auto;
}
.pull-fallback {
  float: right;
}
.pull-dir {
  float: left;
}
a:hover {
  text-decoration: none;
}
header {
  background-size: cover;
  position: relative;
}
header .tp-banner-container {
  margin-top: -178px;
  z-index: 1;
}
header .tp-banner-container .tp-bullets {
  display: none !important;
}
header .tp-banner-container .tp-simpleresponsive .tp-caption {
  top: initial !important;
  left: initial !important;
  bottom: 30px;
  right: 50px;
  font-size: 25px;
}
header .tp-banner-container .tp-simpleresponsive > ul > li:before {
  background: rgba(0, 174, 211, 0.5);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
header .container {
  position: relative;
  z-index: 10;
}
header .heading {
  color: #fff;
  font-weight: 700;
  font-size: 62px;
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  header .heading {
    margin-top: 30px;
    font-size: 58px;
  }
}
header .heading span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #ff9c00;
  border-radius: 50%;
}
header .arrows {
  cursor: pointer;
  width: 50px;
  position: absolute;
  bottom: 200px;
  left: 50%;
  margin-left: -50px;
  z-index: 150;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}
header .arrows i {
  display: block;
  font-size: 70px;
  font-weight: bold;
  height: 25px;
  color: #fff;
}
header .arrows i:first-child {
  opacity: 0.4;
}
header .arrows i:nth-child(2) {
  opacity: 0.7;
}
@media only screen and (max-width: 750px) {
  header .arrows {
    display: none;
    bottom: 40px;
  }
  header .arrows i {
    font-size: 60px;
    height: 20px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 970px) {
  header .arrows {
    bottom: 60px;
  }
}
.navbar-nav > li {
  position: relative;
}
.navbar-nav > li:hover .sub .service-sub-item a {
  color: #fff !important;
}
.navbar-nav > li:hover .sub .products a {
  color: #000 !important;
}
.navbar-nav > li:hover .sub {
  display: block;
}
@media only screen and (max-width: 750px) {
  .navbar-nav > li:hover .sub {
    display: none !important;
  }
}
@media only screen and (min-width: 751px) and (max-width: 970px) {
  .navbar-nav > li:hover .sub {
    display: none !important;
  }
}
.navbar-nav > li > .sub {
  display: none;
  position: absolute;
  z-index: 10000;
  background: #00aed3;
  width: 358px;
  margin-left: -40px;
  border: 4px solid rgba(0, 132, 160, 0.3);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
.navbar-nav > li > .sub:after {
  bottom: 101%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: rgba(0, 132, 160, 0.3);
  left: 85px;
  border-width: 15px;
  margin-left: -30px;
}
.navbar-nav > li > .sub .service-sub-item {
  color: #fff;
}
.navbar-nav > li > .sub .service-sub-item .products {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.navbar-nav > li > .sub .service-sub-item .products-carousel-container {
  padding-top: 15px;
  height: 100%;
}
.navbar-nav > li > .sub .service-sub-item .products-carousel-container .heading {
  padding-left: 15px;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #000;
  font-size: 20px;
  padding-top: 0;
}
.navbar-nav > li > .sub .service-sub-item .products-carousel-container > .center-block {
  width: 100% !important;
}
.navbar-nav > li > .sub .service-sub-item .products-carousel-container .owl-controls {
  display: none;
}
.navbar-nav > li > .sub .service-sub-item .products-carousel-container:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #f0f0f0;
  border-width: 0;
  margin-left: -30px;
}
.navbar-nav > li > .sub .service-sub-item .products.selected {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  z-index: 100;
}
.navbar-nav > li > .sub .service-sub-item .products {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  z-index: 1;
}
.navbar-nav > li > .sub .service-sub-item > a {
  width: 350px;
  color: #fff;
  padding: 10px;
  display: block;
}
.navbar-nav > li > .sub .service-sub-item > a:hover,
.navbar-nav > li > .sub .service-sub-item > a.selected {
  color: #fff !important;
  background: #ff9c00 !important;
}
.navbar-nav > li > .sub .service-sub-item .products {
  width: 750px;
  float: right;
}
.navbar.navbar-default {
  background: #fff;
  border: 0;
}
.navbar .navbar-brand {
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar .navbar-collapse {
  margin-left: 200px;
}
.navbar .navbar-nav > li {
  margin-left: 50px;
}
@media only screen and (min-width: 971px) and (max-width: 1200px) {
  .navbar .navbar-nav > li {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1201px) {
  .navbar .navbar-nav > li {
    padding-bottom: 15px;
  }
}
.navbar .navbar-nav > li > a {
  margin-top: 40px;
  padding: 0;
  background: none;
  color: #b2b2b2;
  border-bottom: 2px solid transparent;
  font-weight: 300;
}
.navbar .navbar-nav > li.active a,
.navbar .navbar-nav > li:hover a {
  color: #4c4c4c;
  background: none !important;
}
@media only screen and (max-width: 750px) {
  .navbar .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar .navbar-collapse .navbar-nav {
    margin: 20px 0;
  }
  .navbar .navbar-collapse > ul > li {
    margin: 0;
  }
  .navbar .navbar-collapse > ul > li > a {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
  }
  .navbar .navbar-collapse > ul > li:hover {
    background: #f6f6f6;
  }
  .navbar .navbar-collapse > ul > li:hover > a {
    border-bottom: 1px solid #e7e7e7;
  }
  .navbar .navbar-collapse .social-media {
    display: none;
  }
}
@media only screen and (min-width: 751px) and (max-width: 970px) {
  .navbar .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar .navbar-collapse .navbar-nav {
    margin: 20px 0;
  }
  .navbar .navbar-collapse > ul > li {
    margin: 0;
  }
  .navbar .navbar-collapse > ul > li > a {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
  }
  .navbar .navbar-collapse > ul > li:hover {
    background: #f6f6f6;
  }
  .navbar .navbar-collapse > ul > li:hover > a {
    border-bottom: 1px solid #e7e7e7;
  }
  .navbar .navbar-collapse .social-media {
    display: none;
  }
}
.navbar .social-media {
  margin-left: 30px;
}
.navbar .social-media li {
  margin: 0 10px;
}
.navbar .social-media li a {
  font-weight: bold;
  font-size: 18px;
}
.navbar .social-media li a:hover {
  border-bottom: 0;
}
.main-block {
  margin-bottom: 50px;
}
.main-block .head {
  position: relative;
  text-align: center;
  padding-bottom: 25px;
}
.main-block .head .title {
  font-size: 200%;
  font-weight: 700;
}
.main-block .head .description {
  color: #a7a7a7;
  font-size: 18px;
  font-weight: 300;
}
.main-block .head:after {
  content: "";
  width: 150px;
  height: 1px;
  background: #e7e7e7;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  bottom: 0;
}
.main-block.text-block {
  text-align: center;
}
.main-block.text-block .content {
  padding-top: 35px;
  color: #898989;
  font-size: 16px;
  font-weight: 300;
}
.main-block#block-3 .head .title {
  font-size: 300%;
}
@media only screen and (max-width: 750px) {
  .main-block#block-3 .head .title {
    font-size: 250%;
  }
}
.main-block#block-3 .head .title:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #ff9c00;
  border-radius: 50%;
  margin-left: 10px;
}
.wide-text-carousel-container {
  margin-bottom: 50px;
  margin-top: 25px;
  background: #00aed3;
}
.wide-text-carousel-container .wide-text-carousel {
  padding: 50px 0;
}
.wide-text-carousel-container h1 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 40px;
}
.wide-text-carousel-container p {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  position: relative;
  margin-bottom: 15px;
}
.wide-text-carousel-container p:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f10d";
  position: absolute;
  left: -40px;
  top: -20px;
  font-size: 40px;
  color: rgba(160, 238, 255, 0.3);
}
.wide-text-carousel-container p:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f10e";
  position: absolute;
  right: -40px;
  bottom: -20px;
  font-size: 40px;
  color: rgba(160, 238, 255, 0.3);
}
@media only screen and (max-width: 750px) {
  .wide-text-carousel-container p:after,
  .wide-text-carousel-container p:before {
    display: none;
  }
}
.our-services {
  margin-top: 45px;
  text-align: center;
  display: block;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 1;
}
.our-services .service {
  height: 150px;
  margin: 15px 0;
  padding: 15px;
  padding-top: 20px;
  border-radius: 5px;
  color: #000;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: background-color 1s ease-in-out;
}
@media only screen and (max-width: 750px) {
  .our-services .service {
    height: 180px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 970px) {
  .our-services .service {
    height: 170px;
  }
}
.our-services .service:hover {
  transition: background-color 1s ease-in-out;
  text-decoration: none;
  background: #fbfbfb;
  border-bottom: 3px solid #ff9c00;
}
.our-services .service:hover span {
  -webkit-animation: bounceIn 2s ease infinite;
  animation: bounceIn 2s ease infinite;
}
.our-services .service span {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.our-services .service h3 {
  font-size: 18px;
}
.data-center-block {
  margin-bottom: 50px;
  margin-top: 25px;
}
.data-center-block .data-center__item {
  background: #00aed3;
  padding: 50px;
}
.data-center-block .data-center__item + .data-center__item {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  .data-center-block {
    padding: 50px 0;
  }
}
.data-center-block h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 28px;
}
.data-center-block h1:after {
  content: "";
  border-bottom: 1px solid #fff;
  display: block;
  width: 130px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.data-center-block p {
  color: #fff;
  font-size: 19px;
  font-weight: 300;
}
.data-center-block .read-more {
  padding: 10px 15px;
  border: 1px solid #fff;
  display: inline-block;
  color: #fff;
  margin-top: 15px;
  transition: background-color 0.5s ease-in-out;
}
.data-center-block .read-more:hover {
  background: #fff;
  color: #00aed3;
  transition: background-color 0.5s ease-in-out;
}
.main-block .products-carousel-container {
  margin-top: 50px;
}
.products-carousel-container {
  position: relative;
  background: #f0f0f0;
  padding-top: 50px;
  padding-bottom: 25px;
}
.products-carousel-container:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #f0f0f0;
  border-width: 30px;
  margin-left: -30px;
}
.products-carousel-container .owl-theme .owl-dots .owl-dot.active span,
.products-carousel-container .owl-theme .owl-dots .owl-dot:hover span {
  background: #00aed3;
}
.products-carousel-container .text {
  padding: 15px;
  background: #fff;
  text-align: left;
  border-bottom: 3px solid #008caa;
  font-size: 16px;
  font-weight: 300;
}
.products-carousel-container .text a {
  color: #000;
}
.products-carousel-container .owl-next,
.products-carousel-container .owl-prev {
  background: none !important;
}
.products-carousel-container .owl-next i,
.products-carousel-container .owl-prev i {
  font-size: 40px;
  color: #d7d7d7;
  padding: 0 15px;
  border-radius: 5px;
}
.products-carousel-container .owl-next i:hover,
.products-carousel-container .owl-prev i:hover {
  color: #fff;
  background: #e3e3e3;
}
.products-carousel-container .owl-prev {
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -50px !important;
}
@media only screen and (max-width: 750px) {
  .products-carousel-container .owl-prev {
    left: 0;
    top: auto;
    bottom: -7px;
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 751px) and (max-width: 970px) {
  .products-carousel-container .owl-prev {
    left: 0;
    top: auto;
    bottom: -7px;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.products-carousel-container .owl-next {
  position: absolute;
  right: -80px;
  top: 50%;
  margin-top: -50px !important;
}
@media only screen and (max-width: 750px) {
  .products-carousel-container .owl-next {
    right: 0;
    top: auto;
    bottom: -7px;
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 751px) and (max-width: 970px) {
  .products-carousel-container .owl-next {
    right: 0;
    top: auto;
    bottom: -7px;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.products-carousel-container .owl-dots {
  margin-top: 25px;
}
.solutions-carousel-container {
  margin-top: 50px;
}
.solutions-carousel-container .owl-theme .owl-dots .owl-dot.active span,
.solutions-carousel-container .owl-theme .owl-dots .owl-dot:hover span {
  background: #00aed3;
}
.solutions-carousel-container .owl-next,
.solutions-carousel-container .owl-prev {
  background: none !important;
}
.solutions-carousel-container .owl-next i,
.solutions-carousel-container .owl-prev i {
  font-size: 40px;
  color: #d7d7d7;
  padding: 0 15px;
  border-radius: 5px;
}
.solutions-carousel-container .owl-next i:hover,
.solutions-carousel-container .owl-prev i:hover {
  color: #fff;
  background: #e3e3e3;
}
.solutions-carousel-container .owl-prev {
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -50px !important;
}
@media only screen and (max-width: 750px) {
  .solutions-carousel-container .owl-prev {
    left: 0;
    top: auto;
    bottom: -7px;
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 751px) and (max-width: 970px) {
  .solutions-carousel-container .owl-prev {
    left: 0;
    top: auto;
    bottom: -7px;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.solutions-carousel-container .owl-next {
  position: absolute;
  right: -80px;
  top: 50%;
  margin-top: -50px !important;
}
@media only screen and (max-width: 750px) {
  .solutions-carousel-container .owl-next {
    right: 0;
    top: auto;
    bottom: -7px;
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 751px) and (max-width: 970px) {
  .solutions-carousel-container .owl-next {
    right: 0;
    top: auto;
    bottom: -7px;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.solutions-carousel-container .owl-dots {
  margin-top: 25px;
}
.solutions-carousel-container .product {
  position: relative;
}
.solutions-carousel-container .product .text {
  text-align: center;
  background: rgba(24, 131, 182, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.solutions-carousel-container .product .text a {
  color: #fff;
  margin-top: 15px;
  display: block;
}
.solutions-carousel-container .product .text i {
  font-size: 50px;
  margin-top: 70px;
}
.solutions-carousel-container .product:hover .text {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.main-block .pictures-of-our-projects-container {
  margin-top: 80px;
}
.pictures-of-our-projects-container {
  position: relative;
  background: #f0f0f0;
  padding: 50px 15px;
}
.pictures-of-our-projects-container:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #f0f0f0;
  border-width: 30px;
  margin-left: -30px;
}
.pictures-of-our-projects-container .column {
  padding: 1px;
}
.pictures-of-our-projects-container .project {
  position: relative;
}
.pictures-of-our-projects-container .project .text {
  position: absolute;
  background: rgba(24, 131, 182, 0.9);
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  font-weight: 300;
  opacity: 0;
  z-index: 5;
}
.pictures-of-our-projects-container .project .text:after {
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.pictures-of-our-projects-container .project .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.pictures-of-our-projects-container .project .image:after {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0px 0px 150px 0 rgba(0, 0, 0, 0.7);
  z-index: 3;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -kthtml-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.pictures-of-our-projects-container .project:hover .image:after {
  content: "";
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -kthtml-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0px 0px 150px 0 rgba(0, 0, 0, 0.7);
  z-index: 3;
}
.pictures-of-our-projects-container .project:hover .text {
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
.pictures-of-our-projects-container .more-button {
  text-align: center;
}
.pictures-of-our-projects-container .more-button a {
  display: inline-block;
  color: #1883b6;
  padding: 10px 15px;
  border: 1px solid #1883b6;
  margin-top: 50px;
  transition: background-color 0.5s ease-in-out;
}
.pictures-of-our-projects-container .more-button a:hover {
  background: #fff;
  transition: background-color 0.5s ease-in-out;
}
.brands-carousel-container {
  margin-top: 50px;
}
.brands-carousel-container .owl-theme .owl-dots .owl-dot.active span,
.brands-carousel-container .owl-theme .owl-dots .owl-dot:hover span {
  background: #00aed3;
}
.brands-carousel-container img {
  width: auto !important;
}
.brands-carousel-container .owl-next,
.brands-carousel-container .owl-prev {
  background: none !important;
}
.brands-carousel-container .owl-next i,
.brands-carousel-container .owl-prev i {
  font-size: 40px;
  color: #d7d7d7;
  padding: 0 15px;
  border-radius: 5px;
}
.brands-carousel-container .owl-next i:hover,
.brands-carousel-container .owl-prev i:hover {
  color: #fff;
  background: #e3e3e3;
}
.brands-carousel-container .owl-prev {
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -50px !important;
}
@media only screen and (max-width: 750px) {
  .brands-carousel-container .owl-prev {
    left: 0;
    top: auto;
    bottom: -7px;
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 751px) and (max-width: 970px) {
  .brands-carousel-container .owl-prev {
    left: 0;
    top: auto;
    bottom: -7px;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.brands-carousel-container .owl-next {
  position: absolute;
  right: -80px;
  top: 50%;
  margin-top: -50px !important;
}
@media only screen and (max-width: 750px) {
  .brands-carousel-container .owl-next {
    right: 0;
    top: auto;
    bottom: -7px;
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 751px) and (max-width: 970px) {
  .brands-carousel-container .owl-next {
    right: 0;
    top: auto;
    bottom: -7px;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.brands-carousel-container .owl-dots {
  margin-top: 25px;
}
.brands-carousel-container .brand {
  background: #f9f9f9;
  height: 150px;
  text-align: center;
  line-height: 150px;
}
.brands-carousel-container .brand img {
  display: inline-block;
}
.contact-us-block {
  margin-top: 50px;
  background: #f0f0f0;
  padding-bottom: 70px;
}
.contact-us-block #contact-us-map {
  height: 500px;
}
.contact-us-block .details {
  margin-top: -200px;
  background: #fff;
  position: relative;
  padding: 50px;
  z-index: 1000;
}
@media only screen and (max-width: 750px) {
  .contact-us-block .details div[class*='col-md-'] {
    padding: 0;
  }
}
.contact-us-block .details .contact-form {
  padding-right: 100px;
}
@media only screen and (max-width: 750px) {
  .contact-us-block .details .contact-form {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 970px) {
  .contact-us-block .details .contact-form {
    padding-right: 15px;
  }
}
.contact-us-block .details .contact-form button {
  background: #fff;
  color: #0077af;
  border: 1px solid #0077af;
  border-radius: 0;
  padding: 10px 15px;
  transition: background-color 0.5s ease-in-out;
}
.contact-us-block .details .contact-form button:active,
.contact-us-block .details .contact-form button:visited,
.contact-us-block .details .contact-form button:focus {
  outline: 0;
}
.contact-us-block .details .contact-form button:hover {
  color: #fff;
  background: #0077af;
  transition: background-color 0.5s ease-in-out;
}
.contact-us-block .details .contact-form input,
.contact-us-block .details .contact-form textarea {
  border: 1px solid #e2e2e2;
  outline: 0;
  box-shadow: inherit;
  border-radius: 0;
  margin-top: 5px;
}
.contact-us-block .details .contact-form input {
  height: 40px;
}
.contact-us-block .details .contact-form textarea {
  height: 200px;
}
.contact-us-block .details .contact-form .control-label {
  font-weight: 300;
}
.contact-us-block .details .contact-info p {
  color: #898989;
}
.contact-us-block .details .contact-info table {
  width: 100% !important;
  border: 0;
}
.contact-us-block .details .contact-info table td {
  padding: 15px 0;
  border: 0;
}
.contact-us-block .details .contact-info table td:first-child {
  text-align: center;
}
.contact-us-block .details .contact-info table td:nth-child(2) {
  vertical-align: middle;
  font-size: 16px;
  font-weight: 300;
}
.contact-us-block .details .contact-info table .fa {
  color: #0077af !important;
  font-size: 40px !important;
  text-align: center;
}
#block-11 {
  margin-bottom: 0;
}
.footer {
  background: #d8d8d8;
  line-height: 70px;
}
@media only screen and (min-width: 1201px) {
  .footer {
    height: 70px;
  }
  .footer .to-top {
    height: 70px;
  }
  .footer .social-media {
    height: 70px;
  }
}
@media only screen and (min-width: 971px) and (max-width: 1200px) {
  .footer {
    height: 70px;
  }
  .footer .to-top {
    height: 70px;
  }
  .footer .social-media {
    height: 70px;
  }
}
.footer .to-top {
  text-align: center;
}
.footer .to-top a {
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
  color: #727272;
  font-size: 36px;
  padding: 0 15px;
  border-radius: 5px;
  transition: background-color 0.5s ease-in-out;
}
.footer .to-top a:hover {
  background: #bfbfbf;
  transition: background-color 0.5s ease-in-out;
}
.footer .social-media a {
  color: #727272;
  font-size: 18px;
  margin-right: 15px;
}
.invisible {
  opacity: 0;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10000;
  min-height: 70px;
  border-bottom: 3px solid #e7e7e7 !important;
}
.sticky .navbar-brand {
  height: 50px;
  padding: 0 15px;
}
.sticky .navbar-nav > li > a {
  margin-top: 26px;
}
@media only screen and (max-width: 750px) {
  .sticky {
    min-height: 40px !important;
  }
  .sticky .navbar-toggle {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sticky .navbar-brand {
    height: 20px !important;
    margin-top: 0;
  }
}
@media only screen and (min-width: 751px) and (max-width: 970px) {
  .sticky {
    min-height: 40px !important;
  }
  .sticky .navbar-toggle {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sticky .navbar-brand {
    height: 20px !important;
    margin-top: 0;
  }
}
body.has-sticky-nav header {
  margin-bottom: 120px;
}
.partners-list .brand {
  display: table;
  border: 1px solid #e7e7e7;
  text-align: center;
  margin: 15px 0;
  padding: 15px;
  box-shadow: 2px 2px 0px 0px #f6f6f6;
}
.partners-list .brand .image {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.partners-list .brand .image img {
  display: inline-block;
}
@media only screen and (min-width: 1201px) {
  .partners-list .brand {
    height: 200px;
  }
  .partners-list .brand .image {
    height: 160px;
  }
}
@media only screen and (min-width: 971px) and (max-width: 1200px) {
  .partners-list .brand {
    height: 150px;
  }
  .partners-list .brand .image {
    height: 160px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 970px) {
  .partners-list .brand {
    height: 150px;
  }
  .partners-list .brand .image {
    height: 160px;
  }
}
@media only screen and (max-width: 750px) {
  .partners-list .brand {
    height: 150px;
  }
  .partners-list .brand .image {
    height: 150px;
  }
}
.partners-list .brand .text {
  display: table-footer-group;
}
.partners-list .brand .text a {
  color: #000;
}
.site-breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-breadcrumb li {
  float: left;
  margin: 0 5px;
}
.site-breadcrumb li:first-child {
  margin-left: 0;
}
.site-breadcrumb li a {
  color: #00aed3;
}
.site-breadcrumb li.sep {
  color: #a7a7a7;
}
.page-header {
  margin-top: 0;
}
.page-header .site-breadcrumb {
  margin-top: 45px;
}
.service-desc {
  padding: 0 15px;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: justify;
  line-height: 1.5;
}
.partner-content .image {
  border: 1px solid #e7e7e7;
  padding: 15px;
  box-shadow: 2px 2px 0px 0px #f6f6f6;
  text-align: center;
}
.partner-content .image img {
  display: inline-block;
}
.partner-website {
  display: block;
  padding: 10px;
  text-align: center;
  border: 1px solid #e7e7e7;
  box-shadow: 2px 2px 0px 0px #f6f6f6;
  border-radius: 3px;
  margin-top: 15px;
  color: #000;
  background: #fbfbfb;
  margin-bottom: 15px;
}
.page-separator {
  margin-bottom: 50px;
}
.album-content .list .image {
  float: left;
  padding: 2px;
}
@media only screen and (min-width: 1201px) {
  .album-content .list .image {
    width: 25%;
  }
  .album-content .list .image:first-child {
    width: 50%;
  }
  .album-content .list .image:nth-child(2) {
    width: 25%;
  }
  .album-content .list .image:nth-child(3) {
    width: 25%;
  }
}
@media only screen and (max-width: 750px) {
  .album-content .list .image {
    width: 50%;
  }
  .album-content .list .image:first-child {
    width: 100%;
  }
}
@media only screen and (min-width: 751px) and (max-width: 970px) {
  .album-content .list .image {
    width: 25%;
  }
  .album-content .list .image:first-child {
    width: 50%;
  }
}
.albums .album {
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
  padding: 5px;
  box-shadow: 2px 2px 0px 0px #f6f6f6;
  position: relative;
}
.albums .album .text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #fff;
  color: #000;
  padding: 5px;
  border-radius: 3px;
}
.products-list .product {
  border: 1px solid #e7e7e7;
  border-bottom: 3px solid #008caa;
  margin-bottom: 30px;
}
.products-list .product .text {
  padding: 15px;
  background: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}
.products-list .product .text a {
  color: #000;
}
