* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.carousel-img {
  height: 400px;
  width: 800px;
}

.features-hover:hover {
  transform: scale(1.1);
  background-color: #33b5e5 !important;
  color: #fff;
  cursor: pointer;
}
.features-hover:hover .features-title {
  color: #000;
}
.features-hover:hover .features-icon {
  color: #fff;
}

.section-headline h4 {
  font-size: 26px;
  max-width: 800px;
  line-height: 36px;
  font-weight: 700;
  margin: 0 auto;
  text-transform: uppercase;
}

.section-headline {
  margin-bottom: 25px;
  position: relative;
}

.section-headline h3 {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-headline.white-headline h3,
.section-headline.white-headline p {
  color: #fff;
}

.section-headline.text-left {
  margin-bottom: 30px;
}

.section-headline::after {
  border: 1px solid #fd5f16;
  bottom: -27px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 60px;
  right: 0;
}

.section-headline.text-left h3::after {
  border: 2px solid #fd5f16;
  left: 0;
  right: auto;
}

.section-headline p {
  /*max-width: 650px;*/
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 0 auto;
  line-height: 26px;
}

.service-btn {
  text-transform: uppercase;
}

.services-all {
  margin-top: -30px;
}

.services-all .single-services {
  margin-top: 30px;
}

.single-services {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.single-services:hover .services-img img {
  transform: scale(1);
  transition: 0.4s;
}

.single-services:hover .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s;
}

.single-services:hover .service-content h4 {
  color: #fd5f16;
}

.single-services:hover .service-btn:hover {
  color: #fd5f16;
}

.services-all .single-services {
  margin-top: 30px;
}

.single-services-page p {
  color: #000;
  margin-bottom: 0px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.single-services-page .marker-list li {
  color: #666;
}

.services-img {
  overflow: hidden;
  position: relative;
}

.services-img1 {
  overflow: hidden;
  position: relative;
}

.services-img img {
  transform: scale(1.1);
  transition: 0.4s;
  height: 250px;
  width: 100%;
}

@media screen and (max-width: 320px) {
  .services-img1 img {
    padding-left: 30px;
    text-align: center;
    align-items: center;
  }
}
.services-img1 img {
  height: 250px;
  width: 100%;
}

.single-services:hover .services-img img {
  transform: scale(1);
  transition: 0.4s;
}

.image-layer {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  z-index: 1;
  opacity: 1;
  transition: 0.4s;
}

.image-layer a {
  display: block;
  text-align: center;
  position: relative;
  top: 50%;
  margin-top: -10px;
}

.image-layer a i {
  border-radius: 50%;
  background: transparent;
  font-size: 100px;
  color: #fff;
  opacity: 0.9;
}

.single-services:hover .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s;
}

.main-services {
  background-color: rgba(51, 181, 229, 0.6);
}

#banner-area {
  background: #33b5e5;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}

.banner-content h5 {
  margin: initial;
  float: left;
  font-size: 25px;
  line-height: 40px;
  color: #fff;
}

.banner-btn {
  border: 1px solid #fff;
  display: inline-block;
  padding: 8px 18px;
  color: #33b5e5;
  font-weight: 600;
  font-size: 20px;
  background: #fff;
  border-radius: 5px;
  float: right;
  font-size: 22px;
  font-weight: 700;
  transition: 0.4s;
}

@media screen and (max-width: 480px) {
  .banner-btn {
    float: left;
    margin-left: 25%;
  }
}
.banner-btn:hover {
  border: 1px solid #111;
  color: #fff;
  background: #111;
  transition: 0.4s;
}

.centered {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.center {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
}

.centered1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -55%);
  color: white;
}

.centered1 > a {
  color: #33b5e5;
  text-decoration: none;
}

.centered1 > a:hover {
  color: rgb(236, 81, 30);
}

.enquiry-heading:hover {
  color: rgb(236, 81, 30);
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 15px;
  height: 400px;
  width: 100%;
  position: absolute;
}

.left_bar {
  border: 0.1px solid black;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
}

.left_bar > a {
  text-decoration: none;
  color: #000;
}

.left_bar:hover {
  background: #5bb2d1;
  color: #fff;
}

#project_lists > a {
  text-decoration: none;
  color: rgb(128, 0, 96);
  font-weight: bold;
  font-size: 17px;
}

#project_lists > a:hover {
  color: yellowgreen;
}/*# sourceMappingURL=styles.css.map */