html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Lato", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  background-color: #fff;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
}

img {
  max-width: 100%;
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #03aae2;
}

a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
}

section {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991px) {
  section {
    padding: 50px 0;
  }
}

.btn {
  color: #fff;
  background-color: #03aae2;
  border: 2px solid #03aae2;
  padding: 15px 35px 14px 35px;
  font-size: 17px;
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 15px 0;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 991px) {
  .btn {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.btn:hover {
  color: #fff;
  border-radius: 5px;
  background-color: #03aae2;
  border: 2px solid #03aae2;
  transition: all 0.3s ease-in-out;
}

.btn:focus {
  color: #fff !important;
  background-color: #03aae2;
  border-color: #03aae2;
}

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #03aae2;
  border-color: #03aae2;
}

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #03aae2;
  border-color: #03aae2;
}

.sep {
  content: "";
  height: 3px;
  width: 160px;
  background: #03aae2;
  margin: 25px 0;
}

.sep-middle {
  content: "";
  height: 3px;
  width: 160px;
  background: #03aae2;
  margin: 25px auto;
}

.title-h {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 65px;
  line-height: 70px;
  margin-bottom: 20px;
  color: #333;
  font-weight: 400;
  margin-top: 10px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 44px !important;
    line-height: 49px !important;
    font-weight: 500;
  }
}

.title-p {
  font-size: 22px;
  line-height: 29px;
  padding-bottom: 10px;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  color: #333;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 22px !important;
    line-height: 28px;
    font-weight: 300;
  }
}

.inner-h {
  font-weight: 600;
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  color: #03aae2;
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.back-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.mobile-view {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}

.new-img {
  height: 220px;
}

@media (max-width: 992px) {
  .display-desctop {
    display: none;
  }
}

.display-mobile {
  display: none !important;
}
@media (max-width: 992px) {
  .display-mobile {
    display: block !important;
  }
}

/*****navbar start******/
.top-bar {
  position: absolute;
  height: 35px;
  width: 100%;
  z-index: 999;
  background: #03aae2;
  transition: all 0.3s ease-in-out;
}
.top-bar p {
  color: #222;
  font-family: "Poppins", sans-serif;
  padding-top: 5px;
  margin-bottom: 0px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .top-bar p {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    padding-top: 5px;
  }
}
.top-bar a {
  color: #fff;
}
@media (max-width: 991px) {
  .top-bar {
    height: 35px;
  }
}

.top-bar a:hover {
  color: #222;
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 55px;
    background-color: #fff;
  }
  .navbar-toggle .svg-inline--fa {
    color: #03aae2;
  }
  .attr-nav {
    display: none;
  }
}
nav.navbar.bootsnav {
  background: #fff;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    border-bottom: 1px solid #f2f2f2;
  }
}

.navbar {
  min-height: 118px;
}

.navbar-brand {
  padding: 37px 0px 0 10px;
}
@media (max-width: 991px) {
  .navbar-brand {
    padding: 38px 5px 2px 5px;
  }
}

.navbar-brand img {
  width: auto;
  height: 80px;
}
@media (max-width: 991px) {
  .navbar-brand img {
    height: 75px;
  }
}

.caret {
  margin-left: 4px;
}

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgb(255, 255, 255);
    border-top: 5px solid #03aae2;
    width: 250px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 68px 21px 25px 0px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
@media (min-width: 991px) and (max-width: 1100px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 14px;
    padding: 68px 15px 25px 0px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #03aae2;
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 9px 15px;
    border-bottom: solid 1px #eee;
    color: #555;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #333;
    background: #eee;
  }
}
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    font-weight: 500;
    color: #333 !important;
    font-size: 23px;
    line-height: 30px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #333;
    font-size: 19px;
    padding: 6px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 35px -15px 10px -15px;
  }
}
nav.navbar.bootsnav .btn {
  margin-left: 0px !important;
}

nav.no-background.bootsnav .btn {
  padding: 11px 17px 11px 17px !important;
  font-size: 16px;
  margin: 53px 10px 0 0px;
  font-weight: 600;
  background-color: transparent !important;
  border: 2px solid #fff !important;
  letter-spacing: 1px;
  box-shadow: none;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

nav.navbar-fixed.bootsnav .btn {
  padding: 11px 17px 11px 17px !important;
  font-size: 16px;
  margin: 53px 10px 0 0px;
  font-weight: 600;
  background-color: transparent;
  border: 2px solid #03aae2;
  color: #03aae2;
  letter-spacing: 1px;
  box-shadow: none;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

nav.navbar.bootsnav .btn:hover {
  background-color: #03aae2 !important;
  border: 2px solid #03aae2 !important;
  color: #fff !important;
}

nav.navbar.bootsnav ul.nav > li > .mobile-a {
  width: 240px;
  background: #03aae2;
  color: #fff !important;
  display: none;
}
@media (max-width: 992px) {
  nav.navbar.bootsnav ul.nav > li > .mobile-a {
    display: block;
  }
}

nav.no-background.bootsnav .logo1 {
  display: inline-block !important;
}

nav.navbar-fixed.bootsnav .logo1 {
  display: none;
}

nav.no-background.bootsnav .logo2 {
  display: none !important;
}

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block;
}

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important;
  }
  nav.no-background.bootsnav .logo2 {
    display: inline-block !important;
  }
}
nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 130px;
  margin-top: 3px;
}

@media (max-width: 1120px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 75px;
    width: auto;
    margin-top: 0;
  }
}
.nav-back {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

/*****navbar end******/
/*****hero start*********/
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .hero {
    min-height: 70vh;
    padding-bottom: 30px;
  }
}
.hero .back {
  background: rgba(13, 13, 13, 0.45);
  z-index: 1;
}
.hero h1, .hero h2 {
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.55);
}
.hero h2 {
  font-weight: 400;
  font-size: 24px;
  font-family: "Lato", sans-serif;
}

.hero-title {
  margin-top: 40vh;
  color: #333;
}
@media (max-width: 1050px) {
  .hero-title {
    margin-top: 30vh;
    margin-bottom: 50px;
    padding-left: 0px;
    text-align: center;
  }
}
.hero-title .btn {
  margin: 15px 5px;
}
@media (max-width: 400px) {
  .hero-title .btn {
    margin-top: 0;
    padding: 12px 23px;
    margin: 5px 2px;
  }
}
.hero-title .btn:hover {
  border: 2px solid #03aae2;
}

/***************hero end******/
/******* intro start ********/
.intro {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333333+0,111111+100 */
  background: radial-gradient(ellipse at center, rgb(51, 51, 51) 0%, rgb(17, 17, 17) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 55px 0;
}
.intro h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
}
.intro .title-p {
  color: #fff;
}
.intro .btn {
  border: 2px solid #fff;
  background-color: transparent;
  margin-top: 50px;
  animation: pulse 1.5s infinite;
}
@media (max-width: 991px) {
  .intro .btn {
    margin-top: 0px;
  }
}
.intro .intro-right {
  text-align: right;
}
@media (max-width: 991px) {
  .intro .intro-right {
    text-align: left;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/******** intro end *********/
/*********services start*******/
.testimonial {
  padding: 20px;
}
@media (max-width: 991px) {
  .testimonial {
    padding: 5px;
  }
}

.service-img {
  background-size: cover;
  background-position: center;
  height: 290px;
}

.service-box {
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .service-box {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }
}

.service-text {
  background-color: #fff;
  padding: 10px 20px 20px 20px;
  min-height: 150px;
}
@media (max-width: 991px) {
  .service-text {
    min-height: auto;
  }
}
.service-text h3 {
  font-weight: 600;
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #03aae2;
}
.service-text a {
  color: #333;
}
.service-text .btn {
  margin-top: 10px;
  padding: 12px 30px;
}

.service-box:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.services .owl-nav {
  position: absolute;
  top: 43%;
  left: -35px;
  right: -35px;
}
@media (max-width: 768px) {
  .services .owl-nav {
    left: 5px;
    right: 5px;
  }
}
.services .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  background: transparent;
  opacity: 1;
}
@media (max-width: 768px) {
  .services .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 14px;
  }
}
.services .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: 0.7;
}
.services .owl-prev {
  float: left;
}
.services .owl-next {
  float: right;
}
.services .owl-theme .owl-dots .owl-dot.active span, .services .owl-theme .owl-dots .owl-dot:hover span {
  background: #03aae2;
}

/******services end********/
.top-black {
  background-color: #333;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .top-black {
    padding-bottom: 150px;
  }
}
.top-black h3, .top-black h4, .top-black p {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.top-black .back {
  background-color: rgba(13, 13, 13, 0.75);
}

.map-index {
  margin-top: -240px;
}
@media (max-width: 768px) {
  .map-index {
    margin-top: -200px;
  }
}
.map-index iframe {
  height: 320px;
  background-color: #666;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .map-index iframe {
    height: 250px;
  }
}
@media (max-width: 470px) {
  .map-index iframe {
    margin-top: 15px;
  }
}
.map-index .btn {
  margin: 6px;
  min-width: 220px;
}

.emergency-img {
  height: 350px;
  margin-bottom: 15px;
}
@media (max-width: 470px) {
  .emergency-img {
    height: 250px;
  }
}

/**********cta2 start*********/
.cta2 {
  padding: 150px 0;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .cta2 {
    padding: 80px 0;
  }
}
.cta2 .back {
  background-color: rgba(13, 13, 13, 0.45);
}
.cta2 h3, .cta2 h4 {
  text-shadow: 0px 0px 4px #333;
  margin-bottom: 15px;
  color: #fff;
}
.cta2 .btn {
  background-color: #03aae2;
  border: 2px solid #03aae2;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta2 {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/*************cta end*********/
/************product-home start***********/
.product-home {
  padding: 30px;
}
@media (max-width: 991px) {
  .product-home {
    margin-top: 0;
  }
}

.product-home .owl-theme .owl-controls {
  text-align: center;
  margin-top: 30px;
}

.product-home .owl-theme .owl-dots .owl-dot.active span, .clients .owl-theme .owl-dots .owl-dot:hover span {
  background: #ccc;
}

.product-home .owl-theme .owl-dots .owl-dot span {
  background: #03aae2;
}

.product-home .product-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 15px);
  padding: 20px;
  margin: 5px 4px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .product-home .product-box {
    padding: 0px;
    width: calc(50% - 5px);
    margin: 5px 0px;
  }
}
@media (max-width: 768px) {
  .product-home .product-box {
    padding: 0px;
    width: calc(100% - 0px);
    margin: 5px 0px;
  }
}

.product-home-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
  height: 80px;
}
@media (max-width: 991px) {
  .product-home-img {
    min-height: 90px;
  }
}

@media (max-width: 991px) {
  .product-home {
    text-align: center;
    padding-top: 15px;
  }
}
/*************product-home end************/
/**********testimonial start*************/
.testimonial-index {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .testimonial-index {
    padding-top: 50px;
  }
}
.testimonial-index .review-content {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .testimonial-index .review-content {
    margin-top: 15px;
  }
}
.testimonial-index .review-content p {
  font-size: 24px;
  line-height: 36px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .testimonial-index .review-content p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 26px;
  }
}
.testimonial-index .review-content h4 {
  font-size: 24px;
  margin-top: 30px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .testimonial-index .review-content h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
.testimonial-index .review-content h3 {
  text-transform: uppercase;
  font-size: 31px;
  margin: 30px 0 30px 0;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .testimonial-index .review-content h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.testimonial-index .owl-theme .owl-controls {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .testimonial-index .owl-theme .owl-controls {
    text-align: center;
  }
}
.testimonial-index .owl-theme .owl-dots .owl-dot.active span, .testimonial-index .owl-theme .owl-dots .owl-dot:hover span {
  background: #03aae2;
}

.test-img {
  position: absolute;
  height: 200px;
  width: auto;
  bottom: 200px;
  opacity: 0.1;
  right: 0;
  left: 0;
  margin: 0 auto;
}

/**********testimonial end**********/
/*************footer start**********/
.tc-footer {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 100px 0 90px 0;
}

@media (max-width: 991px) {
  .tc-footer {
    text-align: center;
  }
}
.tc-footer .back {
  background: rgba(26, 26, 26, 0.89);
}

.tc-footer a {
  color: #eee;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
}

@media (max-width: 991px) {
  .tc-footer a {
    line-height: 20px;
    font-size: 16px;
  }
}
.tc-footer a:hover {
  color: #03aae2;
  transition: all 0.4s ease-in-out;
}

.tc-footer ul {
  margin-top: 70px;
  list-style: none;
  padding-left: 0px;
}
@media (max-width: 1100px) {
  .tc-footer ul {
    margin-top: 20px;
  }
}

.tc-footer p {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

@media (max-width: 991px) {
  .tc-footer p {
    line-height: 20px;
    font-size: 16px;
  }
}
.footer-copyright {
  margin-top: 20px;
  padding: 0px 0 0px 0;
  letter-spacing: 1px;
  color: #222;
  font-size: 13px;
}
.footer-copyright ul {
  list-style: none;
  padding-left: 0;
}
.footer-copyright .svg-inline--fa {
  display: inline-block;
  background-color: #03aae2;
  border: 1px solid #03aae2;
  border-radius: 50%;
  color: #fff;
  width: 36px;
  height: 36px;
  padding: 9px;
  margin: 5px 5px 0 0;
  transition: all 0.3s ease-in-out;
}
.footer-copyright .svg-inline--fa:hover {
  border: 1px solid #03aae2;
  background: #03aae2;
  color: #fff;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .footer-copyright {
    padding: 0px 15px 10px 15px;
    margin-top: 20px;
  }
}
.footer-logo {
  width: 100%;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .footer-logo {
    margin: 30px 0;
  }
}

/******************************/
.inner-header {
  height: 120px;
  background-color: #111;
}
@media screen and (max-width: 668px) {
  .inner-header {
    height: 118px;
  }
}

.contact-page input, .contact-page textarea {
  width: 100%;
  border: 1px solid #ebf4fa;
  padding: 13px 10px;
  margin: 7px 0;
  background-color: #f4f9fc;
}
.contact-page select {
  width: 100%;
  border: 1px solid #ebf4fa;
  padding: 13px 10px;
  margin: 7px 0;
  background-color: #f4f9fc;
  height: 53px;
  color: #777;
}
.contact-page .contact-info h4 {
  text-transform: uppercase;
  font-size: 26px;
  margin-top: 30px;
  color: #03aae2;
  font-weight: 700;
}
.contact-page .contact-info p a {
  color: #333;
}
.contact-page .contact-info p a:hover {
  color: #f89537;
}

.service-image {
  height: 600px;
}
@media (max-width: 650px) {
  .service-image {
    height: 300px;
  }
}

.service-index {
  position: relative;
  min-height: 600px;
  padding: 30px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .service-index {
    min-height: auto;
    padding: 30px 15px 30px 15px;
  }
}
.service-index .back {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.service-index .inner-h {
  color: #333;
}

.reviews-page .reviews-box {
  border: 1px solid #f5f5f5;
  padding: 30px;
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box {
    padding: 30px 15px;
    margin-top: 30px;
  }
}
.reviews-page .reviews-box .inner-h {
  text-transform: uppercase;
  font-size: 28px;
  margin: 30px 0 30px 0;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  color: #333;
}
.reviews-page .reviews-box .review-img {
  background-color: #fff;
  padding: 11px;
  position: absolute;
  top: -22px;
  right: 30px;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box .review-img {
    right: 20px;
  }
}
.reviews-page .reviews-box img {
  width: auto;
  height: 28px;
  opacity: 1;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box img {
    height: 30px;
  }
}
.reviews-page .reviews-box h4 {
  margin: 30px 0px 10px 0;
  text-align: left;
  margin-right: 20px;
  font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 990px) {
  .reviews-page .reviews-box h4 {
    margin-right: 0;
  }
}

.pagination {
  margin-top: 70px;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f4f9fc;
  border-color: #f4f9fc;
}

.careers-page .panel-default > .panel-heading {
  background-color: #fff;
}

.panel-title {
  font-size: 19px;
}
@media (max-width: 550px) {
  .panel-title {
    margin-left: 20px;
  }
}

.panel-heading {
  padding: 20px 20px;
}

.panel-default {
  border-color: #ebf4fa;
}

.panel-group {
  margin-top: 20px;
}

.panel-title > a {
  display: block;
  color: #333;
}

.panel-title .svg-inline--fa {
  margin-right: 15px;
  color: #03aae2;
}
@media (max-width: 550px) {
  .panel-title .svg-inline--fa {
    margin-left: -25px;
    margin-right: 8px;
  }
}

.panel-group .panel {
  margin-bottom: 10px;
}

/********** TEAM PAGE START ********/
.team-box {
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
  margin: 12px 12px;
  width: calc(33% - 30px);
}
@media (max-width: 1100px) {
  .team-box {
    width: calc(49% - 15px);
  }
}
@media (max-width: 550px) {
  .team-box {
    width: calc(99% - 15px);
  }
}

.team-img {
  height: 450px;
  background-position: top;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 550px) {
  .team-img {
    height: 300px;
  }
}

.team-box:hover .team-img { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.1);
}

.team-info {
  padding: 15px 5px 25px 5px;
}

.team-job-desc {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 26px;
  margin-top: 0;
}

.team-name {
  color: #888;
  font-weight: 300;
  font-size: 16px;
  opacity: 0.7;
  font-family: "Lato", sans-serif;
}

.team-info .btn {
  padding: 8px 20px;
  font-size: 14px;
  margin-top: 10px;
}

.team-link {
  display: block;
  margin: 2px 0;
  letter-spacing: 1px;
  font-weight: 300;
}

.inline-box-open {
  overflow: auto;
  background: #FDFDF6;
  padding: 40px;
  width: 70%;
  max-width: 100%;
  border-radius: 6px;
  margin-left: 15%;
}

@media screen and (max-width: 768px) {
  .inline-box-open {
    background: #FDFDF6;
    padding: 10px;
    width: 96%;
    max-width: 100%;
    border-radius: 6px;
    margin-left: 2%;
  }
}
.staff-bio .svg-inline--fa {
  width: 35px;
  height: 35px;
  padding: 9px;
  border: 1px solid #03aae2;
  border-radius: 50%;
  margin: 10px 6px 2px 0px;
  color: #03aae2;
}

.staff-bio .svg-inline--fa:hover {
  background-color: #03aae2;
  color: #fff;
}

/********* TEAM PAGE END *******/
.about-image {
  height: 450px;
}
@media (max-width: 700px) {
  .about-image {
    height: 220px;
  }
}

.example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  margin: 5px 5px;
  width: calc(33% - 15px);
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .example-image {
    height: 250px;
    margin: 5px 5px;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  .example-image {
    height: 250px;
    margin: 5px 0px;
    width: calc(100% - 0px);
  }
}

.gallery-page:nth-child(even) {
  background: #f4f9fc;
}

.gallery-page:nth-child(odd) {
  background: #fff;
}

.before-after, .gallery-page {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .before-after, .gallery-page {
    padding-bottom: 60px;
  }
}
.before-after .b-a-content img, .gallery-page .b-a-content img {
  height: 363px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 668px) {
  .before-after .b-a-content img, .gallery-page .b-a-content img {
    height: 230px;
  }
}
.before-after .owl-nav, .gallery-page .owl-nav {
  position: absolute;
  top: 27%;
  left: -3.5%;
  right: -3.5%;
  width: 107%;
  z-index: -1;
}
@media (max-width: 991px) {
  .before-after .owl-nav, .gallery-page .owl-nav {
    top: 18%;
    left: -4.5%;
    right: -4.5%;
    width: 109%;
  }
}
.before-after .owl-theme .owl-controls .owl-nav [class*=owl-], .gallery-page .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 18px;
  background: transparent;
  opacity: 1;
}
@media (max-width: 768px) {
  .before-after .owl-theme .owl-controls .owl-nav [class*=owl-], .gallery-page .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 14px;
  }
}
.before-after .owl-theme .owl-controls .owl-nav [class*=owl-]:hover, .gallery-page .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: 0.7;
}
.before-after .owl-prev, .gallery-page .owl-prev {
  float: left;
}
.before-after .owl-next, .gallery-page .owl-next {
  float: right;
}

.b-a {
  margin: 0 5px;
}
.b-a .title-p {
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .b-a .title-p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
  }
}

.b-a .b-a-content {
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}

.b-a-slider .inner-h {
  margin: 0 0 40px 0;
}

.blog-box {
  box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin-bottom: 15px;
}

.blog-img {
  height: 360px;
  border-radius: 4px;
}
@media screen and (max-width: 668px) {
  .blog-img {
    height: 220px;
  }
}

.blog-tekst {
  padding: 25px 15px 20px 20px;
  min-height: 210px;
}
@media screen and (max-width: 768px) {
  .blog-tekst {
    min-height: auto;
    padding: 10px 15px 20px 20px;
  }
}
.blog-tekst .inner-h {
  color: #333;
}
.blog-tekst .svg-inline--fa {
  margin-right: 8px;
}

.services-video iframe {
  height: 530px;
  background-color: #fff;
  width: 100%;
  margin: 15px 0;
}
@media screen and (max-width: 900px) {
  .services-video iframe {
    height: 230px;
  }
}/*# sourceMappingURL=style.css.map */