/* CSS Document */
html {
  height: 100%;
}

body {
  overflow: auto;
}

html,
body {
  height: 100%;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.b4anim {
  opacity: 0;
  /* estaba en cero*/
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

.top-bar {
  height: 45px;
  background-color: #004551;
}

.top-navigation {
  height: 190px;
}

.logo {
  width: 390px;
  margin-top: 36px;
}

.desktop-menu {
  font-family: rockwell, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #004551;
  float: right;
  margin-top: 85px;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.desktop-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.desktop-menu li {
  display: inline;
  margin-left: 18px;
}

.divider {
  display: inline-block;
  width: 1px;
  height: 35px;
  background-color: #004551;
  position: absolute;
  margin-top: -7px;
}

.top-image {
  position: relative;
  padding-top: 52.64%;
  background-image: url("../../../media/image/top-image.jpg");
  background-size: cover;
}

.top-image-text-area {
  position: absolute;
  width: 20%;
  top: 0px;
  left: 65%;
  height: 100%;
  background-color: rgba(0, 69, 81, 0.7);
}

.overlay-top-text {
  position: absolute;
  width: 100%;
  top: 13%;
  text-align: center;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 1.7vw;
  line-height: 3.3vw;
}

.overlay-bottom-text {
  position: absolute;
  width: 100%;
  top: 55%;
  text-align: center;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 2.2vw;
  line-height: 3.1vw;
  letter-spacing: .05vw;
}

.solution-seal {
  position: absolute;
  width: 21vw;
  bottom: -6.9vw;
  right: -6.9vw;
}

.contact-us-text {
  float: right;
  color: #ffffff;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.contact-us-icon {
  float: right;
  width: 20px;
  margin-top: 11px;
  cursor: pointer;
}

.find-us-text {
  float: right;
  color: #ffffff;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 12px;
  cursor: pointer;
  margin-right: 40px;
  font-size: 14px;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.find-us-icon {
  float: right;
  width: 16px;
  margin-top: 11px;
  margin-right: 8px;
  cursor: pointer;
}

.service-section-title {
  font-family: rockwell, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  text-align: center;
  letter-spacing: 10px;
  color: #5694b9;
  margin-top: 40px;
}

.down-circle {
  position: absolute;
  width: 3.5vw;
  height: 3.5vw;
  left: 50%;
  bottom: 3%;
  border-radius: 50%;
  border: .23vw solid #ffffff;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
}

.down-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 1.9vw;
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .2;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .2;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .2;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .2;
  }

  100% {
    opacity: 1;
  }
}

.animate-flicker {
  -webkit-animation: flickerAnimation 3s infinite;
  -moz-animation: flickerAnimation 3s infinite;
  -o-animation: flickerAnimation 3s infinite;
  animation: flickerAnimation 3s infinite;
}

.full-service-text {
  text-align: center;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 38px;
  margin-top: 30px;
}

.full-service-text-bold {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.boxes-area {
  padding: 45px;
  padding-top: 60px;
}

.boxes {
  width: 245px;
  height: 245px;
  margin: auto;
  margin-bottom: 40px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

#box1 {
  background-image: url("../../../media/image/box-1-bw.jpg");
  background-size: cover;
}

#box2 {
  background-image: url("../../../media/image/box-2-bw.jpg");
  background-size: cover;
}

#box3 {
  background-image: url("../../../media/image/box-3-bw.jpg");
  background-size: cover;
}

#box4 {
  background-image: url("../../../media/image/box-4-bw.jpg");
  background-size: cover;
}

#box5 {
  background-image: url("../../../media/image/box-5-bw.jpg");
  background-size: cover;
}

#box6 {
  background-image: url("../../../media/image/box-6-bw.jpg");
  background-size: cover;
}

#box7 {
  background-image: url("../../../media/image/box-7-bw.jpg");
  background-size: cover;
}

#box8 {
  background-image: url("../../../media/image/box-8-color.jpg");
  background-size: cover;
}

.box-overlay {
  position: absolute;
  width: 100%;
  height: 33%;
  top: 50%;
  left: 0px;
  background-color: rgba(31, 98, 179, 0.7);
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  z-index: 1001;
  text-align: center;
  color: #ffffff;
  font-family: rockwell, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.box-overlay-text {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.boxes-color {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: 1000;
  opacity: 0;
}

.process-section {
  background-color: #5694b9;
  padding-bottom: 30px;
}

.process-translucency {
  margin-top: 60px;
  position: relative;
  z-index: 1000;
}

.process-translucency-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: rockwell, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 44px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  color: #ffffff;
  letter-spacing: 5px;
  white-space: nowrap;
}

.process-text {
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 44px;
  position: relative;
  z-index: 1000;
}

.process-text-bold {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.read-more-process {
  padding-top: 8px;
  padding-bottom: 8px;
  border-left: 1px solid #f3edeb;
  border-right: 1px solid #f3edeb;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #f3edeb;
  font-size: 18px;
  letter-spacing: 3px;
  cursor: pointer;
  float: right;
  margin-top: 55px;
  width: 170px;
  position: relative;
  z-index: 1000;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.read-more-area-headline {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  font-size: 25px;
  margin-top: 35px;
}

.process-read-more-area {
  overflow: hidden;
  height: 0px;
}

.divider-image {
  padding-top: 35.9%;
  background-image: url("../../../media/image/divider-image.jpg");
  background-size: cover;
  margin-top: 15px;
}

.our-story-section-title {
  font-family: rockwell, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  text-align: center;
  letter-spacing: 10px;
  color: #382657;
  margin-top: 40px;
}

.story-photos {
  margin: auto;
  margin-top: 55px;
  cursor: pointer;
  width: 80%;
  position: relative;
  width: 200px;
  height: 215px;
}

.story-name {
  text-align: center;
  margin-top: 15px;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  color: #77787b;
}

.story-title {
  text-align: center;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: #231f20;
}

#storyphoto1 {
  background-image: url("../../../media/image/andres-bw.jpg");
  background-size: 200px 215px;
}

#storyphoto2 {
  background-image: url("../../../media/image/lain-bw.jpg");
  background-size: 200px 215px;
}

#storyphoto3 {
  background-image: url("../../../media/image/roberto-bw.jpg");
  background-size: 200px 215px;
}

.story-photos-color {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 215px;
  width: 100%;
  height: auto;
  z-index: 1000;
  opacity: 0;
  overflow: hidden;
}

.story-photos-color img {
  width: 200px;
  height: 215px;
}

.team-section {
  background-color: #cd7118;
  padding-bottom: 30px;
}

.team-translucency-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: rockwell, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  color: #ffffff;
  letter-spacing: 5px;
  white-space: nowrap;
}

.team-bold-line {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  position: relative;
  z-index: 1000;
}

.certifications {
  background-image: url("../../../media/image/certifications-bg-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
  margin-top: 40px;
  position: relative;
  z-index: 1000;
}

.certifications-text {
  font-family: rockwell, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 32px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 10px;
  margin: auto;
  position: relative;
  z-index: 1000;
}

.types-of-certifications {
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1000;
}

.dig-image {
  position: absolute;
  width: 400px;
  top: 0px;
  left: -30px;
  z-index: 10;
}

.dig-image img {
  width: 400px;
}

.team-read-more-area {
  position: relative;
  overflow: hidden;
  height: 0px;
}

.team-divider-shape {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
  margin-top: 100px;
}

.team-divider-shape img {
  width: 100%;
}

.team-divider-shape-text {
  position: absolute;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  left: 20%;
  top: 50%;
  font-size: 26px;
  line-height: 42px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  letter-spacing: 1px;
}

.team-phone-guy {
  position: relative;
  width: 34%;
  height: auto;
  float: left;
}

.team-phone-guy img {
  width: 100%;
}

.team-title {
  float: left;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 26px;
  margin-top: 30px;
  margin-left: 30px;
  width: 60%;
}

.team-title-description {
  float: left;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 19px;
  line-height: 25px;
  margin-left: 30px;
  margin-top: 5px;
  width: 60%;
}

.team-title-list {
  float: left;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  font-size: 17px;
  line-height: 30px;
  margin-left: 30px;
  margin-top: 8px;
  width: 60%;
}

.government-icon {
  margin: auto;
  margin-top: 60px;
  width: 42%;
  cursor: pointer;
}

.schools-icon {
  margin: auto;
  margin-top: 40px;
  width: 43%;
  cursor: pointer;
}

.hospitals-icon {
  margin: auto;
  margin-top: 58px;
  width: 43%;
  cursor: pointer;
}

.commercial-icon {
  margin: auto;
  margin-top: 67px;
  width: 52%;
  cursor: pointer;
}

.read-more-projects {
  padding-top: 8px;
  padding-bottom: 8px;
  border-left: 1px solid #382657;
  border-right: 1px solid #382657;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #382657;
  font-size: 18px;
  letter-spacing: 3px;
  cursor: pointer;
  float: right;
  margin-top: 45px;
  width: 170px;
  position: relative;
  z-index: 1000;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.story-details {
  padding-left: 30px;
  padding-right: 30px;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  margin-top: 40px;
}

.story-details-italic {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.projects-read-more-area-desktop {
  overflow: hidden;
  height: 0px;
}

.left-footer {
  width: 50%;
  height: 100%;
  background-color: #231f20;
  position: absolute;
  top: 0px;
  left: 0px;
}

.right-footer {
  width: 100%;
  height: 100%;
  background-color: #fdba19;
  position: absolute;
  top: 0px;
  right: 0px;
}

.footer-left-text {
  position: absolute;
  color: #fdba19;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: right;
  top: 26%;
  right: 7%;
  font-size: 2vw;
  line-height: 3vw;
}

.footer-left-headline {
  font-family: rockwell, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fdba19;
  position: absolute;
  right: 4.2%;
  top: 51%;
  font-size: 6vw;
  letter-spacing: 1.35vw;
}

.right-footer-decoration-top {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}

.right-footer-decoration-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}

.follow-us {
  position: absolute;
  width: 100%;
  top: 23%;
  font-family: rockwell, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #231f20;
  font-size: 2.2vw;
  letter-spacing: .2vw;
  text-align: center;
}

.social-divider-line {
  position: absolute;
  top: 32%;
  width: 65%;
  height: 1px;
  background-color: #231f20;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
}

.facebook {
  position: absolute;
  top: 37%;
  left: 33.2%;
  width: 4.7vw;
  height: 4.7vw;
  cursor: pointer;
}

.instagram {
  position: absolute;
  top: 37%;
  left: 45.2%;
  width: 4.7vw;
  height: 4.7vw;
  cursor: pointer;
}

.linked-in {
  position: absolute;
  top: 37%;
  left: 57.2%;
  width: 4.7vw;
  height: 4.7vw;
  cursor: pointer;
}

.area-title {
  margin: auto;
  font-family: rockwell, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  letter-spacing: 5px;
  width: 600px;
  margin-bottom: 20px;
}

.area-title-wider {
  letter-spacing: 16px;
}

.area-text {
  padding-right: 30px;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 40px;
  margin-top: 70px;
  color: #ffffff;
}

.area-title-safety {
  color: #231f20;
  border-bottom: 1px solid #231f20;
  border-top: 1px solid #231f20;
}

.area-text-safety {
  color: #231f20;
  padding-right: 0px;
}

.area-sub-title {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  margin-top: 20px;
  color: #000000;
}

.area-sub-title-text {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 30px;
  margin-top: 5px;
  color: #ffffff;
}

.area-sub-title-divider {
  width: 100%;
  height: 1px;
  background-color: #004551;
  ;
  margin-top: 5px;
}

.safety-banner {
  width: 83%;
  text-align: center;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  padding: 10px;
  background-color: #231f20;
  font-size: 22px;
  margin: auto;
  margin-top: 5px;
}

.team-name-modal {
  margin-top: 60px;
  color: #ffffff;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}

.team-title-modal {
  color: #ffffff;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 26px;
}

.team-text-modal {
  padding-right: 30px;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 40px;
  margin-top: 20px;
  color: #ffffff;
}

.team-image-modal {
  margin-top: 60px;
}

.site-overlay {
  position: fixed;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.site-overlay:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.behind-modal {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  cursor: pointer;
  z-index: 99;
  position: fixed;
}

.content-modal {
  background-color: rgba(28, 115, 174, 0.98);
  position: fixed;
  -webkit-box-shadow: 10px 10px 12px 0px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 10px 10px 12px 0px rgba(0, 0, 0, 0.51);
  box-shadow: 10px 10px 12px 0px rgba(0, 0, 0, 0.51);
  z-index: 100;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 95%;
}

.modal-padding {
  padding: 40px;
}

.contact-modal {
  background-color: rgba(255, 255, 255, 0.98);
  position: fixed;
  -webkit-box-shadow: 10px 10px 12px 0px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 10px 10px 12px 0px rgba(0, 0, 0, 0.51);
  box-shadow: 10px 10px 12px 0px rgba(0, 0, 0, 0.51);
  z-index: 100;
  display: none;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  max-height: 95%;
  overflow: auto;
}

.contact-modal-top-bar {
  width: 100%;
  height: 100px;
  background-color: #004551;
  position: relative;
}

.contact-modal-top-bar-text {
  position: absolute;
  color: #ffffff;
  font-family: rockwell, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  white-space: nowrap;
}

.contact-modal-bottom-area {
  padding: 40px;
  padding-left: 70px;
  padding-right: 70px;
}

.modal-logo {
  padding-right: 20px;
}

.modal-divider-line {
  width: 100%;
  background-color: #004551;
  height: 1px;
  margin-top: 30px;
}

.modal-address {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #231f20;
  font-size: 26px;
  line-height: 40px;
  margin-top: 20px;
  letter-spacing: 2px;
  margin-left: 5px;
}

.modal-address-bold {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #004551;
}

.modal-form-area {
  padding-left: 60px;
}

.form-control {
  background-color: rgba(0, 69, 81, 0.15);
  border-radius: 0px;
  height: 40px;
  border: none;
  box-shadow: none;
  margin-bottom: 10px;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

label {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #004551;
  font-size: 16px;
}

textarea.form-control {
  height: 250px;
  border-radius: 6px
}

.submit-button {
  float: right;
  border-radius: 10px;
  background-color: #004551;
  text-align: center;
  font-family: rockwell, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  cursor: pointer;
  color: #ffffff;
  padding: 10px 50px;
  letter-spacing: 5px;
  margin-top: 4px;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 30px;
  z-index: 100000;
}

.thanks-message {
  text-align: center;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.story-read-more {
  text-align: center;
  margin: auto;
  margin-bottom: 60px;
  margin-top: 25px;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 2px;
  color: #848689;
  border-right: 1px solid #848689;
  border-left: 1px solid #848689;
  padding: 4px 10px;
  cursor: pointer;
  max-width: 130px;
}

.footer {
  height: 450px;
  position: relative;
}

.footer-pattern {
  width: 100%;
  height: 60px;
  background-image: url("../../../media/image/footer-pattern.png");
  background-repeat: repeat-x;
  background-size: cover;
}

.footer-black {
  width: 100%;
  /*height: 90px;*/
  background-color: #000000;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.copyright {
  color: #ffffff;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  position: relative;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.footer-menu {
  color: #ffffff;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  position: relative;
  float: left;
  letter-spacing: 1px;
  margin-top: 19px;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-menu li {
  display: inline;
  margin-right: 6px;
}

.instagram-footer {
  width: 45px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  transform: translate(0px, -1px);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  -moz-transform: translate(0px, -1px);
}

.container-footer-top {
  width: 90%;
  margin: auto;
}

.container-footer {
  width: 87%;
  margin: auto;
}

.solution-word {
  float: right;
  font-family: rockwell, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 110px;
  letter-spacing: 20px;
  width: 100%;
  text-align: right;
  transform: translate(30px, 0%);
  -webkit-transform: translate(30px, 0%);
  -ms-transform: translate(30px, 0%);
  -moz-transform: translate(30px, 0%);
}

.questions {
  float: left;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 30px;
  margin-top: 25px;
  width: 100%;
  text-align: left;
  line-height: 42px;
}

@media only screen and (min-width: 1201px) {
  .cc-accessible-trigger-button-box.bottom-right {
    bottom: 80px !important;
    right: 10px !important;
  }

}

@media only screen and (max-width: 1200px) {
  .cc-accessible-trigger-button-box.bottom-right {
    bottom: 0px !important;
  }

  .p-20 {
    margin-bottom: 160px !important;
  }

  .cd-top {
    display: none;
  }

  .projects-page .pt-50 {
    padding-top: 0 !important;
  }

  .main-header .social-m-top-bar {
    margin-top: 10px !important;
    margin-right: 59px !important;
    right: 190px !important;
    /*width: 72px !important;*/
  }

  .mainmenu a {
    padding: 10px 3px 10px !important;
  }

  .main-header .social-m-top-bar a {
    font-size: 11.57333333px;
    margin-top: 6px;
  }

  .main-header .fa {
    font-size: 18px !important;
  }

  .title-bg h5 {
    font-size: 140px !important;
    letter-spacing: 5px !important;
    top: -95px !important;
  }

  .title-bg h1 {
    font-size: 43px !important;
  }

  .top-bar {
    height: 37.2px;
  }

  .top-navigation {
    height: 157.06666667px;
  }

  .logo {
    width: 322.4px;
    margin-top: 29.76px;
  }

  .desktop-menu {
    font-size: 13.22666667px;
    margin-top: 70.26666667px;
  }

  .desktop-menu li {
    margin-left: 14.88px;
  }

  .divider {
    height: 28.93333333px;
    margin-top: -5.78666667px;
  }

  .contact-us-text {
    margin-top: 9.92px;
    font-size: 11.57333333px;
  }

  .contact-us-icon {
    width: 16.53333333px;
    margin-top: 7.44px;
    margin-right: 4.96px;
  }

  .find-us-text {
    margin-top: 11px;
    margin-right: 33.06666667px;
    font-size: 11.57333333px;
  }

  .find-us-icon {
    width: 13.22666667px;
    margin-top: 7.44px;
    margin-right: 6.61333333px;
  }

  .service-section-title {
    font-size: 41.33333333px;
    letter-spacing: 8.26666667px;
    margin-top: 33.06666667px;
  }

  .full-service-text {
    font-size: 16.53333333px;
    line-height: 31.41333333px;
    margin-top: 24.8px;
  }

  .boxes-area {
    padding: 37.2px;
    padding-top: 49.6px;
  }

  .boxes {
    width: 202.53333333px;
    height: 202.53333333px;
    margin-bottom: 33.06666667px;
  }

  .box-overlay {
    font-size: 15.70666667px;
    line-height: 19.84px;
  }

  .process-section {
    padding-bottom: 24.8px;
  }

  .process-translucency {
    margin-top: 49.6px;
  }

  .process-translucency-text {
    font-size: 36.37333333px;
    letter-spacing: 4.13333333px;
  }

  .process-text {
    margin-top: 16.53333333px;
    font-size: 16.53333333px;
    line-height: 36.37333333px;
  }

  .read-more-process {
    padding-top: 6.61333333px;
    padding-bottom: 6.61333333px;
    font-size: 14.88px;
    letter-spacing: 2.48px;
    margin-top: 45.46666667px;
    width: 140.53333333px;
  }

  .read-more-area-headline {
    font-size: 20.66666667px;
    margin-top: 28.93333333px;
  }

  .divider-image {
    margin-top: 12.4px;
  }

  .our-story-section-title {
    font-size: 41.33333333px;
    letter-spacing: 8.26666667px;
    margin-top: 33.06666667px;
  }

  .story-photos {
    margin-top: 45.46666667px;
    width: 160px;
    height: 172px;
  }

  .story-name {
    margin-top: 12.4px;
    font-size: 14.88px;
    line-height: 14.88px;
  }

  .story-title {
    font-size: 11.57333333px;
    line-height: 18.18666667px;
  }

  .story-photos-color {
    width: 160px;
    height: 172px;
  }

  .story-photos-color img {
    width: 160px;
    height: 172px;
  }

  .team-section {
    padding-bottom: 24.8px;
  }

  #storyphoto1 {
    background-size: 160px 172px;
  }

  #storyphoto2 {
    background-size: 160px 172px;
  }

  #storyphoto3 {
    background-size: 160px 172px;
  }

  .team-translucency-text {
    font-size: 41.33333333px;
    letter-spacing: 4.13333333px;
  }

  .team-divider-shape {
    margin-top: 82.66666667px;
  }

  .team-divider-shape-text {
    font-size: 21.49333333px;
    line-height: 34.72px;
  }

  .team-title {
    font-size: 21.49333333px;
    margin-top: 24.8px;
    margin-left: 24.8px;
  }

  .team-title-description {
    font-size: 15.70666667px;
    line-height: 20.66666667px;
    margin-left: 24.8px;
    margin-top: 4.13333333px;
  }

  .team-title-list {
    font-size: 14.05333333px;
    line-height: 24.8px;
    margin-left: 24.8px;
    margin-top: 6.61333333px;
  }

  .team-bold-line {
    margin-top: 33.06666667px;
    font-size: 16.53333333px;
  }

  .certifications {
    height: 16.53333333px;
    margin-top: 33.06666667px;
  }

  .certifications-text {
    font-size: 26.45333333px;
    line-height: 14.88px;
    letter-spacing: 8.26666667px;
  }

  .types-of-certifications {
    margin-top: 24.8px;
    font-size: 15.70666667px;
  }

  .dig-image {
    width: 330.66666667px;
    left: -24.8px;
  }

  .dig-image img {
    width: 330.66666667px;
  }

  .read-more-projects {
    padding-top: 6.61333333px;
    padding-bottom: 6.61333333px;
    font-size: 14.88px;
    letter-spacing: 2.48px;
    margin-top: 37.2px;
    width: 140.53333333px;
  }

  .story-details {
    padding-left: 24.8px;
    padding-right: 24.8px;
    font-size: 10.74666667px;
    margin-top: 33.06666667px;
  }

  .area-title {
    font-size: 24.8px;
    padding-top: 8.26666667px;
    padding-bottom: 8.26666667px;
    letter-spacing: 4.13333333px;
    width: 496px;
    margin-bottom: 16.53333333px;
  }

  .area-title-wider {
    letter-spacing: 13.22666667px;
  }

  .area-text {
    padding-right: 24.8px;
    font-size: 14.05333333px;
    line-height: 33.06666667px;
    margin-top: 57.86666667px;
  }

  .area-sub-title {
    font-size: 14.05333333px;
    margin-top: 16.53333333px;
  }

  .area-sub-title-text {
    font-size: 14.05333333px;
    line-height: 24.8px;
    margin-top: 4.13333333px;
  }

  .area-sub-title-divider {
    margin-top: 4.13333333px;
  }

  .safety-banner {
    padding: 8.26666667px;
    font-size: 18.18666667px;
    margin-top: 4.13333333px;
  }

  .team-name-modal {
    margin-top: 49.6px;
    font-size: 33.06666667px;
  }

  .team-title-modal {
    font-size: 21.49333333px;
  }

  .team-text-modal {
    padding-right: 24.8px;
    font-size: 14.05333333px;
    line-height: 33.06666667px;
    margin-top: 16.53333333px;
  }

  .team-image-modal {
    margin-top: 49.6px;
  }

  .modal-padding {
    padding: 33.06666667px;
  }

  .close-modal {
    top: 16.53333333px;
    right: 16.53333333px;
    width: 24.8px;
  }

  .contact-modal-top-bar {
    height: 82.66666667px;
  }

  .contact-modal-top-bar-text {
    font-size: 33.06666667px;
    letter-spacing: 16.53333333px;
  }

  .contact-modal-bottom-area {
    padding: 33.06666667px;
    padding-left: 57.86666667px;
    padding-right: 57.86666667px;
  }

  .modal-logo {
    padding-right: 16.53333333px;
  }

  .modal-divider-line {
    margin-top: 24.8px;
  }

  .modal-address {
    font-size: 21.49333333px;
    line-height: 33.06666667px;
    margin-top: 16.53333333px;
    letter-spacing: 1.65333333px;
    margin-left: 4.13333333px;
  }

  .modal-form-area {
    padding-left: 49.6px;
  }

  .form-control {
    height: 33.06666667px;
    margin-bottom: 8.26666667px;
    font-size: 13.22666667px;
  }

  label {
    font-size: 13.22666667px;
  }

  textarea.form-control {
    height: 206.66666667px;
  }

  .submit-button {
    border-radius: 8.26666667px;
    font-size: 16.53333333px;
    padding: 8.26666667px 41.33333333px;
    letter-spacing: 4.13333333px;
    margin-top: 3.30666667px;
  }

  .thanks-message {
    font-size: 14.88px;
  }

  .story-read-more {
    margin-bottom: 49.6px;
    margin-top: 20.66666667px;
    font-size: 11.57333333px;
    letter-spacing: 1.65333333px;
    padding: 3.30666667px 8.26666667px;
    max-width: 107.46666667px;
  }

  .footer {
    height: 372px;
  }

  .footer-pattern {
    height: 49.6px;
  }

  .footer-black {
    height: 74.4px;
  }

  .copyright {
    font-size: 13px !important;
    margin-top: 15px;
  }

  .footer-menu {
    font-size: 19.84px;
    margin-top: 15.70666667px;
  }

  .footer-menu li {
    margin-left: 4.96px;
  }

  .instagram-footer {
    width: 37.2px;
  }

  .solution-word {
    float: right;
    font-family: rockwell, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    font-size: 90.93333333px;
    letter-spacing: 16.53333333px;
    width: 100%;
    text-align: right;
    transform: translate(24.8px, 0%);
    -webkit-transform: translate(24.8px, 0%);
    -ms-transform: translate(24.8px, 0%);
    -moz-transform: translate(24.8px, 0%);
  }

  .questions {
    font-size: 24.8px;
    margin-top: 20.66666667px;
    line-height: 34.72px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .cc-accessible-trigger-button-box.bottom-right {
    right: 30px !important;
  }
}

@media only screen and (max-width: 992px) {
  .projects-page .pt-50 {
    padding-top: 0 !important;
  }

  .main-header .social-m-top-bar {
    margin-top: 6px !important;
    margin-right: 5px !important;
    right: 175px !important;
  }

  .main-header .social-m-top-bar a {
    font-size: 8.94833333px;
  }

  .main-header .fa {
    font-size: 18px !important;
  }

  .title-bg h5 {
    font-size: 140px !important;
    letter-spacing: 5px !important;
    top: -95px !important;
  }

  .title-bg h1 {
    font-size: 43px !important;
  }

  .menu {
    display: none;
  }

  .mean-container .mean-bar {
    height: 0;
  }

  .header .mean-container a.meanmenu-reveal {
    margin-top: -60px;
    margin-right: 10px;
  }

  .top-bar {
    height: 28.7625px;
  }

  .top-navigation {
    height: 121.44166667px;
  }

  .logo {
    width: 249.275px;
    margin-top: 23.01px;
  }

  .desktop-menu {
    font-size: 10.22666667px;
    margin-top: 54.32916667px;
  }

  .desktop-menu li {
    margin-left: 11.505px;
  }

  .divider {
    height: 22.37083333px;
    margin-top: -4.47416667px;
  }

  .contact-us-text {
    margin-top: 7.67px;
    font-size: 8.94833333px;
  }

  .contact-us-icon {
    width: 12.78333333px;
    margin-top: 3.835px;
    margin-right: 3.835px;
  }

  .find-us-text {
    margin-top: 10px;
    margin-right: 25.56666667px;
    font-size: 8.94833333px;
  }

  .find-us-icon {
    width: 10.22666667px;
    margin-top: 3.835px;
    margin-right: 5.11333333px;
  }

  .service-section-title {
    font-size: 31.95833333px;
    letter-spacing: 6.39166667px;
    margin-top: 25.56666667px;
  }

  .full-service-text {
    font-size: 12.78333333px;
    line-height: 24.28833333px;
    margin-top: 19.175px;
  }

  .boxes-area {
    padding: 28.7625px;
    padding-top: 38.35px;
  }

  .boxes {
    width: 156.59583333px;
    height: 156.59583333px;
    margin-bottom: 25.56666667px;
  }

  .box-overlay {
    font-size: 12.14416667px;
    line-height: 15.34px;
  }

  .process-section {
    padding-bottom: 19.175px;
  }

  .process-translucency {
    margin-top: 38.35px;
  }

  .process-translucency-text {
    font-size: 28.12333333px;
    letter-spacing: 3.19583333px;
  }

  .process-text {
    margin-top: 12.78333333px;
    font-size: 12.78333333px;
    line-height: 28.12333333px;
  }

  .read-more-process {
    padding-top: 5.11333333px;
    padding-bottom: 5.11333333px;
    font-size: 11.505px;
    letter-spacing: 1.9175px;
    margin-top: 35.15416667px;
    width: 108.65833333px;
  }

  .read-more-area-headline {
    font-size: 15.97916667px;
    margin-top: 22.37083333px;
  }

  .divider-image {
    margin-top: 9.5875px;
  }

  .our-story-section-title {
    font-size: 31.95833333px;
    letter-spacing: 6.39166667px;
    margin-top: 25.56666667px;
  }

  .story-photos {
    margin-top: 35.15416667px;
    width: 130px;
    height: 140px;
  }

  .story-name {
    margin-top: 9.5875px;
    font-size: 11.505px;
    line-height: 11.505px;
  }

  .story-title {
    font-size: 8.94833333px;
    line-height: 14.06166667px;
  }

  .story-photos-color {
    width: 130px;
    height: 140px;
    height: 137.42083333px;
  }

  .story-photos-color img {
    width: 130px;
    height: 140px;
  }

  .team-section {
    padding-bottom: 19.175px;
  }

  #storyphoto1 {
    background-size: 130px 140px;
  }

  #storyphoto2 {
    background-size: 130px 140px;
  }

  #storyphoto3 {
    background-size: 130px 140px;
  }

  .team-translucency-text {
    font-size: 31.95833333px;
    letter-spacing: 3.19583333px;
  }

  .team-divider-shape {
    margin-top: 63.91666667px;
  }

  .team-divider-shape-text {
    font-size: 16.61833333px;
    line-height: 26.845px;
  }

  .team-title {
    font-size: 16.61833333px;
    margin-top: 19.175px;
    margin-left: 19.175px;
  }

  .team-title-description {
    font-size: 12.14416667px;
    line-height: 15.97916667px;
    margin-left: 19.175px;
    margin-top: 3.19583333px;
  }

  .team-title-list {
    font-size: 10.86583333px;
    line-height: 19.175px;
    margin-left: 19.175px;
    margin-top: 5.11333333px;
  }

  .team-bold-line {
    margin-top: 25.56666667px;
    font-size: 12.78333333px;
  }

  .certifications {
    height: 12.78333333px;
    margin-top: 25.56666667px;
  }

  .certifications-text {
    font-size: 20.45333333px;
    line-height: 11.505px;
    letter-spacing: 6.39166667px;
  }

  .types-of-certifications {
    margin-top: 19.175px;
    font-size: 12.14416667px;
  }

  .dig-image {
    width: 255.66666667px;
    left: -19.175px;
  }

  .dig-image img {
    width: 255.66666667px;
  }

  .read-more-projects {
    padding-top: 5.11333333px;
    padding-bottom: 5.11333333px;
    font-size: 11.505px;
    letter-spacing: 1.9175px;
    margin-top: 28.7625px;
    width: 108.65833333px;
  }

  .story-details {
    padding-left: 19.175px;
    padding-right: 19.175px;
    font-size: 8.30916667px;
    margin-top: 25.56666667px;
  }

  .area-title {
    font-size: 19.175px;
    padding-top: 6.39166667px;
    padding-bottom: 6.39166667px;
    letter-spacing: 3.19583333px;
    width: 383.5px;
    margin-bottom: 12.78333333px;
  }

  .area-title-wider {
    letter-spacing: 13.22666667px;
  }

  .area-text {
    padding-right: 19.175px;
    font-size: 10.86583333px;
    line-height: 25.56666667px;
    margin-top: 44.74166667px;
  }

  .area-sub-title {
    font-size: 10.86583333px;
    margin-top: 12.78333333px;
  }

  .area-sub-title-text {
    font-size: 10.86583333px;
    line-height: 19.175px;
    margin-top: 3.19583333px;
  }

  .area-sub-title-divider {
    margin-top: 3.19583333px;
  }

  .safety-banner {
    padding: 6.39166667px;
    font-size: 14.06166667px;
    margin-top: 3.19583333px;
  }

  .team-name-modal {
    margin-top: 38.35px;
    font-size: 25.56666667px;
  }

  .team-title-modal {
    font-size: 16.61833333px;
  }

  .team-text-modal {
    padding-right: 19.175px;
    font-size: 10.86583333px;
    line-height: 25.56666667px;
    margin-top: 12.78333333px;
  }

  .team-image-modal {
    margin-top: 38.35px;
  }

  .modal-padding {
    padding: 25.56666667px;
  }

  .close-modal {
    top: 12.78333333px;
    right: 12.78333333px;
    width: 19.175px;
  }

  .contact-modal-top-bar {
    height: 63.91666667px;
  }

  .contact-modal-top-bar-text {
    font-size: 25.56666667px;
    letter-spacing: 12.78333333px;
  }

  .contact-modal-bottom-area {
    padding: 25.56666667px;
    padding-left: 44.74166667px;
    padding-right: 44.74166667px;
  }

  .modal-logo {
    padding-right: 12.78333333px;
  }

  .modal-divider-line {
    margin-top: 19.175px;
  }

  .modal-address {
    font-size: 16.61833333px;
    line-height: 25.56666667px;
    margin-top: 12.78333333px;
    letter-spacing: 1.27833333px;
    margin-left: 3.19583333px;
  }

  .modal-form-area {
    padding-left: 38.35px;
  }

  .form-control {
    height: 25.56666667px;
    margin-bottom: 6.39166667px;
    font-size: 10.22666667px;
  }

  label {
    font-size: 10.22666667px;
  }

  textarea.form-control {
    height: 159.79166667px;
  }

  .submit-button {
    border-radius: 6.39166667px;
    font-size: 12.78333333px;
    padding: 6.39166667px 31.95833333px;
    letter-spacing: 3.19583333px;
    margin-top: 2.55666667px;
  }

  .thanks-message {
    font-size: 11.505px;
  }

  .story-read-more {
    margin-bottom: 38.35px;
    margin-top: 15.97916667px;
    font-size: 8.94833333px;
    letter-spacing: 1.27833333px;
    padding: 2.55666667px 6.39166667px;
    max-width: 83.09166667px;
  }

  .footer {
    height: 287.625px;
    margin-top: 0px;
  }

  .footer-pattern {
    height: 38.35px;
  }

  .footer-black {
    height: 80px;
    /*57.525px*/
  }

  .copyright {
    font-size: 10px;
    margin-top: 45px;
    /*21.0925px*/
  }

  .footer-menu {
    font-size: 15.34px;
    margin-top: 12.14416667px;
  }

  .footer-menu li {
    margin-left: 2.5px;
  }

  .instagram-footer {
    width: 28.7625px;
  }

  .solution-word {
    font-size: 70.30833333px;
    letter-spacing: 12.78333333px;
    transform: translate(6px, 0%);
    -webkit-transform: translate(6px, 0%);
    -ms-transform: translate(6px, 0%);
    -moz-transform: translate(6px, 0%);
  }

  .questions {
    font-size: 19.175px;
    margin-top: 15.97916667px;
    line-height: 26.845px;
  }
}

@media only screen and (max-width: 767px) {

  .corporate-video {
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer-black {
    height: 50px;
  }

  .mobile-sm {
    display: block !important;
  }

  .projects-page .pt-50 {
    padding-top: 0 !important;
  }

  .p-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 20px !important;
  }

  .quick-contact {
    top: 24px !important;
    margin-bottom: 60px !important;
    padding: 25px !important;
  }

  .title-bg h5 {
    top: -46px !important;
    font-size: 60px !important;
    letter-spacing: 5px !important;
  }


  .title-bg h1 {
    font-size: 40px !important;
  }

  .survey h1,
  .utilities h1,
  .signage h1 {
    font-size: 25px !important;
    letter-spacing: 0px !important;
  }

  .top-bar .social-m-top-bar {
    display: none;
  }

  .menu {
    display: none;
  }

  .mean-container .mean-bar {
    height: 0;
  }

  .header .mean-container a.meanmenu-reveal {
    margin-top: -60px;
    margin-right: 10px;
  }

  .contact-us-text {
    float: right;
    color: #ffffff;
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 12px;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
  }

  .contact-us-icon {
    float: right;
    margin-top: 11px;
    margin-right: 6px;
    cursor: pointer;
  }

  .contact-us-icon img {
    width: 20px;
    float: left;
    margin-top: 2px;
    margin-right: 8px;
  }

  .contact-us-icon a {
    margin-top: 0;
  }


  .find-us-text {
    float: right;
    color: #ffffff;
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 12px;
    cursor: pointer;
    margin-right: 40px;
    font-size: 14px;
  }

  .find-us-icon {
    float: right;
    width: 16px;
    margin-top: 11px;
    margin-right: 8px;
    cursor: pointer;
  }

  .top-navigation {
    height: 100px;
  }

  .top-bar {
    height: 45px;
    background-color: #004551;
  }

  .logo {
    margin-left: 10px;
    margin-top: 14px;
  }

  .top-text-mobile {
    background-color: #004551;
    padding: 10px;
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    position: relative;
  }

  .top-text-mobile-bold {
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    margin-top: 5px;
  }

  .solution-seal {
    position: absolute;
    width: 110px;
    bottom: 85px;
    right: 0px;
  }

  .service-section-title {
    font-family: rockwell, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    text-align: center;
    letter-spacing: 2px;
    color: #5694b9;
    margin-top: 10px;
    margin-left: 10px;
  }

  .our-story-section-title {
    font-family: rockwell, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    text-align: center;
    letter-spacing: 2px;
    color: #382657;
    margin-top: 10px;
    margin-left: 10px;
  }

  .full-service-text {
    text-align: left;
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .boxes-area {
    padding: 10px;
    padding-top: 20px;
  }

  .process-translucency {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .process-translucency-text {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .process-text {
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .read-more-process,
  .read-more-projects {
    margin-right: 10px;
    margin-top: 20px;
  }

  .read-more-area-headline {
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .divider-image {
    margin-top: 10px;
  }

  .story-photos {
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
    width: 80%;
    position: relative;
    width: 200px;
    height: 215px;
  }

  .story-name {
    text-align: center;
    margin-top: 10px;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    color: #77787b;
  }

  .story-title {
    text-align: center;
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
    color: #231f20;
  }

  #storyphoto1 {
    background-size: 200px 215px;
  }

  #storyphoto2 {
    background-size: 200px 215px;
  }

  #storyphoto3 {
    background-size: 200px 215px;
  }

  .story-photos-color {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 215px;
    width: 100%;
    height: auto;
    z-index: 1000;
    opacity: 0;
    overflow: hidden;
  }

  .story-photos-color img {
    width: 200px;
    height: 215px;
  }

  .team-section {
    background-color: #cd7118;
    padding-bottom: 30px;
  }

  .team-bold-line {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .certifications {
    background-image: none;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .certifications-text {
    font-size: 22px;
    line-height: 18px;
    letter-spacing: 6px;
  }

  .types-of-certifications {
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    z-index: 1000;
    line-height: 25px;
  }

  .team-title {
    float: left;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 19px;
    margin-top: 15px;
    margin-left: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-title-description {
    float: left;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    margin-left: auto;
    margin-top: 5px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-title-list {
    float: left;
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin-left: auto;
    margin-top: 8px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-title-list ul {
    padding-left: 15px;
  }

  .team-title-list li {
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 18px;
  }

  .government-icon {
    margin: auto;
    margin-top: 20px;
    width: 32%;
  }

  .schools-icon {
    margin: auto;
    margin-top: 20px;
    width: 33%;
  }

  .hospitals-icon {
    margin: auto;
    margin-top: 20px;
    width: 33%;
  }

  .commercial-icon {
    margin: auto;
    margin-top: 20px;
    width: 42%;
  }

  .story-details {
    padding-left: 15px;
    padding-right: 15px;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    margin-top: 40px;
  }

  .projects-read-more-area-mobile {
    overflow: hidden;
    height: 0px;
  }

  .left-footer {
    width: 100%;
    height: 200px;
    background-color: #231f20;
    position: relative;
    top: auto;
    left: auto;
  }

  .footer {
    padding-top: 0px;
    margin-top: 20px;
  }

  .footer-left-text {
    position: absolute;
    color: #fdba19;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: right;
    top: 23%;
    right: 7%;
    font-size: 15px;
    line-height: 20px;
  }

  .footer-left-headline {
    font-family: rockwell, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fdba19;
    position: absolute;
    right: 4.5%;
    top: 54%;
    font-size: 40px;
    letter-spacing: 1.35vw;
  }

  .follow-us {
    position: absolute;
    width: 100%;
    top: 20%;
    font-family: rockwell, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #231f20;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
  }

  .social-divider-line {
    position: absolute;
    top: 33%;
    width: 65%;
    height: 1px;
    background-color: #231f20;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
  }

  .facebook {
    position: absolute;
    top: 39%;
    left: 30.2%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .instagram {
    position: absolute;
    top: 39%;
    left: 43.9%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .linked-in {
    position: absolute;
    top: 39%;
    left: 57.2%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .area-title {
    margin: auto;
    margin-top: 40px;
    font-family: rockwell, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    letter-spacing: 3px;
    width: 98%;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .area-title-wider {
    letter-spacing: 6px;
  }

  .area-text {
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
    color: #ffffff;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .area-image {
    padding-left: 5px;
    padding-right: 5px;
  }

  .mfp-close {
    top: 10px;
    right: 5px;
  }

  .area-sub-title {
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    margin-top: 15px;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
  }

  .area-sub-title-text {
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    margin-top: 5px;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
  }

  .area-sub-title-divider {
    width: 98%;
    height: 1px;
    background-color: #ffffff;
    margin: auto;
    margin-top: 5px;
  }

  .area-title-safety {
    color: #231f20;
    border-bottom: 1px solid #231f20;
    border-top: 1px solid #231f20;
  }

  .area-text-safety {
    color: #231f20;
  }

  .safety-banner {
    margin-top: 10px;
  }

  .team-image-modal {
    margin-top: 10px;
  }

  .team-name-modal {
    margin-top: 30px;
    color: #ffffff;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .team-title-modal {
    color: #ffffff;
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .team-text-modal {
    padding-right: 5px;
    padding-left: 5px;
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    margin-top: 10px;
    color: #ffffff;
  }

  .modal-padding {
    padding: 10px;
  }

  .content-modal {
    max-height: 100%;
  }

  .close-modal {
    top: 12.4px;
    right: 16.53333333px;
    width: 24.8px;
  }

  .contact-modal {
    height: auto;
    width: 100%;
  }

  .thanks-modal {
    width: 90%;
  }

  .contact-modal-top-bar {
    height: 50px;
  }

  .contact-modal-top-bar-text {
    position: absolute;
    color: #ffffff;
    font-family: rockwell, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    white-space: nowrap;
  }

  .contact-modal-bottom-area {
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-logo {
    padding-right: 60px;
    padding-left: 0px;
  }

  .modal-divider-line {
    width: 100%;
    background-color: #004551;
    height: 1px;
    margin-top: 10px;
  }

  .modal-address {
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #231f20;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
    letter-spacing: 2px;
    margin-left: 0px;
  }

  .modal-address-bold {
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #004551;
  }

  .modal-form-area {
    padding-left: 0px;
    margin-top: 15px;
  }

  .form-control {
    background-color: rgba(0, 69, 81, 0.15);
    border-radius: 0px;
    height: 36px;
    border: none;
    box-shadow: none;
    margin-bottom: 10px;
    font-size: 16px;
  }

  label {
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #004551;
    font-size: 16px;
  }

  textarea.form-control {
    height: 150px;
  }

  .submit-button {
    float: right;
    border-radius: 10px;
    background-color: #004551;
    text-align: center;
    font-family: rockwell, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 30px;
    letter-spacing: 5px;
    margin-top: 4px;
  }

  .thanks-message {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .story-read-more {
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 10px;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 2px;
    color: #848689;
    border-right: 1px solid #848689;
    border-left: 1px solid #848689;
    padding: 4px 10px;
    cursor: pointer;
    max-width: 130px;
  }

  .footer {
    height: 210px;
    position: relative;
    margin-top: 0;
  }

  .footer-pattern {
    width: 100%;
    height: 30px;
    background-image: url("../../../media/image/footer-pattern.png");
    background-repeat: repeat-x;
    background-size: cover;
  }

  .footer-black {
    width: 100%;
    /*height: 45px;*/
    background-color: #000000;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }

  .copyright {
    color: #ffffff;
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    position: relative;
    /* float: left;*/
    letter-spacing: 0px;
    margin-top: 10px;
    margin-top: 3px;
    margin-bottom: 0;
  }

  .footer-menu {
    color: #ffffff;
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    position: relative;
    float: right;
    letter-spacing: 1px;
    margin-top: 19px;
  }

  .footer-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .footer-menu li {
    display: inline;
    margin-left: 6px;
  }

  .instagram-footer {
    width: 55px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
  }

  .solution-word {
    float: right;
    font-family: rockwell, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    font-size: 30px;
    letter-spacing: 5px;
    width: 100%;
    text-align: right;
    margin-right: 5px;
    transform: translate(0px, 0%);
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    -moz-transform: translate(0px, 0%);
    margin-top: 10px;
  }

  .questions {
    float: left;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    font-size: 14px;
    margin-top: 15px;
    margin-left: 10px;
    width: auto;
    text-align: left;
    line-height: 20px;
  }

  .instagram-footer {
    float: right;
    width: 32px;
    margin-right: 10px;
    margin-top: 6px;
  }
}

@media only screen and (max-width: 320px) {

  .title-bg h5 {
    letter-spacing: 0px !important;
  }

  .header .mean-container a.meanmenu-reveal {
    right: -5px !important;
  }

  .instagram-footer {
    margin-right: 4px;
    margin-top: 7px;
    width: 25px;
  }

  .copyright {
    font-size: 12px;
  }


  .title-bg h5 {
    top: -35px !important;
  }

  .title-bg h1 {
    font-size: 35px !important;
    letter-spacing: 4px !important;
  }

  .survey h1,
  .utilities h1,
  .signage h1 {
    font-size: 22px !important;
    letter-spacing: 0px !important;
  }

  .quick-contact {
    padding: 15px !important;
    margin-bottom: 80px !important;
  }

  .boxes {
    width: 145px;
    height: 145px;
    margin-bottom: 15px;
  }

}



.section-404 {
  padding-top: 70px;
  padding-bottom: 120px;
}

.section-404 .questions,
.section-404 .solution-word {
  text-align: center;
}

.section-404 .right-footer {
  text-align: center;
  padding-top: 100px;
}

.btn-404 {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #000000;
  font-size: 18px;
  letter-spacing: 3px;
}

.mb-20 {
  margin-bottom: 20px;
}

.section-404 .solution-word {
  font-size: 140px;
}

.section-404 .questions {
  margin-top: 0;
}

.centered {
  text-align: center;
}

.mb-40 {
  margin-bottom: 40px;
}

.service-details {
  padding: 70px 0 130px;
}

.service-details .area-title {
  color: #004551;
  border-bottom: 1px solid #004551;
  border-top: 1px solid #004551;
}

.service-details .area-text,
.service-details .area-sub-title-text {
  color: #000000;
}

.our-story {
  background-color: black;
}

/*.our-story .team-name-modal,
.our-story .team-text-modal,
.our-story .team-title-modal {
  color: #000000;
}*/

.projects-page {
  padding: 50px 0 50px;
}

.projects-page .schools-icon,
.projects-page .government-icon,
.projects-page .hospitals-icon,
.projects-page .commercial-icon {
  cursor: auto;
}

.projects-page .projects-read-more-area-desktop,
.our-team .team-read-more-area,
.projects-page .projects-read-more-area-mobile {
  height: auto;
}

.contact-us {
  padding: 50px 0 0;
}

.page-title {
  position: relative;
  padding: 150px 0px 150px;
  background-size: cover;
  /*  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;*/
}

.page-title h1 {
  position: relative;
  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-family: 'rockwell', 'sans-serif';
}

.page-breadcrumb {
  position: relative;
}

/*.page-breadcrumb:before {
  position: absolute;
  content: '';
  left: -50px;
  top: 10px;
  height: 1px;
  width: 35px;
  background-color: #ffffff;
}*/

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  color: #aaa;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: 'century-gothic', 'sans-serif';
}

.page-breadcrumb li a {
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -2px;
  top: -1px;
  color: #ffffff;
  font-size: 17px;
  font-family: 'FontAwesome';
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-title:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(14, 12, 31, 0.40);
}




.page-title .auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.service-details .area-text {
  font-size: 20px;
  margin-top: 0;
}

/* header-menu-area */
.mainmenu {
  font-family: rockwell, sans-serif;
  margin-top: 80px;
}

.mainmenu a {
  font-size: 16px;
  font-weight: 600;
  color: #223645;
  display: block;
  padding: 10px 5px 10px;
  text-transform: uppercase;
}

.mainmenu .contact-info a {
  color: #f05e6d;
  font-size: 25px;
  padding: 15px 0 0;
  text-transform: uppercase;
}

.mainmenu ul {
  display: inline-block;
}

.mainmenu ul li {
  position: relative;
  display: inline-block;
}

.mainmenu ul .submenu li {
  display: block;
}

.mainmenu ul>li:hover a {
  color: #dd363e;
}

.mainmenu ul li:not(:first-child) {
  margin-left: 20px;
}

.mainmenu ul .submenu {
  position: absolute;
  min-width: 281px;
  top: 110%;
  left: 0;
  z-index: 99;
  padding: 10px 0;
  border-top: 5px solid #004551;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0px 0px 10px 0 #70707012;
  box-shadow: 0px 0px 10px 0 #70707012;
}

.mainmenu ul li:hover .submenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.mainmenu ul .submenu li {
  margin: 0;
}

.mainmenu ul .submenu li a {
  padding: 11px 30px;
  display: block;
  color: #223645;
}

.mainmenu ul .submenu a:hover {
  color: #f05e6d;
}

.mainmenu a:hover {
  text-decoration: auto !important;
}

.menu ul>li:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 35px;
  background-color: #004551;
  margin-top: -40px;
  margin-left: -8px;
}

.menu li:first-child::after {
  display: none;
}

.menu .submenu li:after {
  display: none;
}

.title-bg {
  position: relative;
  padding: 180px 0;
  background-size: cover;

}

.title-bg .auto-container {
  position: relative;
}

.title-bg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: rockwell, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  color: #ffffff;
  letter-spacing: 5px;
  white-space: nowrap;
  text-transform: uppercase;
}

.title-bg:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(14, 12, 31, 0.40);
}

.title-bg h5 {
  position: absolute;
  top: -140px;
  width: 100%;
  display: block;
  opacity: 0.3;
  font-size: 230px;
  letter-spacing: 35px;
  font-family: rockwell, sans-serif;
  font-weight: 700;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

.title-bg .contact-us h5 {
  font-size: 230px;
}


.pt-50 {
  padding-top: 50px;
}


.contact-us h2 {
  font-family: rockwell, sans-serif;
}

.contact-us .modal-divider-line {
  width: 90%;
}

.map-section {
  position: relative;
}

.map-section iframe {
  filter: grayscale(0.6);
}

.quick-contact {
  background-color: white;
  top: -130px;
  padding: 40px;
  box-shadow: 0 0 9px 0 rgb(75 77 117 / 10%);
  z-index: 2;
  border-radius: 6px
}

.quick-contact .modal-form-area {
  padding-left: 0;
}

.quick-contact input {
  margin-bottom: 20px;
  border-radius: 6px;
}

.modal-form-area h2 {
  margin-bottom: 40px;
  text-align: center;
  color: #004551;
}

.quick-contact .submit-button {
  width: 100%;
}

.modal-form-area p {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  color: #004551;
}

.boxes-area a {
  color: white;
}

#our-story-area a:hover,
a:focus {
  text-decoration: auto;
}

.main-header .social-m-top-bar {
  float: left;
  margin-right: 5px;
  cursor: pointer;
  right: 445px;
  margin-top: 10px;
}

.main-header .social-m-top-bar a {
  margin-top: 0;
}

.main-header .social-m-top-bar i {
  margin-right: 10px;
}

.main-header .fa {
  color: white;
  font-size: 26px;
}

.main-header a {
  float: right;
  color: #ffffff;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 8px;
  cursor: pointer;
  /* margin-right: -3px; */
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: auto;
}

.main-header .contact-us-text {
  margin-top: 2px;
  margin-left: 5px;

}

.footer-menu a {
  color: white;
  text-decoration: auto;
}

.mobile-sm {
  display: none;
}

.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-plus:before {
  font-size: 35px;
  z-index: 5 !important;
}

[data-overlay="65"]::before {
  opacity: 0.65;
}

[data-overlay]::before {
  background: #223645;
  content: "";
  height: calc(100% - 15px) !important;
  left: 15px !important;
  position: absolute;
  top: 0 !important;
  width: calc(100% - 30px) !important;
  /* z-index: 1;*/
}

.section-heading-gallery {
  margin-bottom: 40px;
  text-align: center;
}

.gallery-widget .single-gallery a {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 50px;
  -webkit-transform: translate(-50%, -50%) scale(.5);
  -ms-transform: translate(-50%, -50%) scale(.5);
  transform: translate(-50%, -50%) scale(.5);
  color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.gallery-widget .single-gallery {
  height: 265px;
  z-index: 1;
}

.bg_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.gallery-widget .single-gallery::before {
  background: #004551c2;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.gallery-widget .single-gallery:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: .65;
}

.gallery-widget .single-gallery:hover a {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.mt-30 {
  margin-top: 100px;
}

.mt-none-30 {
  margin-top: -100px;
}

.p-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.cc-accessible-trigger-button-box.mdp-entrance-bounce {
  left: auto !important;
}

.cc-accessible-palette-box .cc-accessible-color-box .cc-accessible-color {
  border: 2px solid #5e5f61 !important;
}

.pb-10 {
  padding-bottom: 15px;
}

.project-detail {
  position: absolute;
  bottom: -80px;
}

.gallery-widget .story-details {
  padding-left: 0;
  padding-right: 25px;
  font-size: 14px;
  margin-top: 33px;
}

.section-heading-gallery h2 {
  margin-bottom: 40px;
  text-align: center;
  color: #004551;
  font-family: rockwell, sans-serif;
}

.gallery-widget .story-details-italic {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  visibility: hidden;
  font-style: italic;
}

.footer .social-media-footer {
  width: 100%;
  display: contents;
}

.footer .social-media-footer-mobile {
  text-align: center;
  margin-top: 5px;
}

.footer .social-media-footer .fa,
.footer .social-media-footer-mobile .fa {
  font-size: 30px;
  padding-right: 10px;
}

.footer .social-media-footer-mobile .fa {
  color: white;
}

.footer .social-media-footer-mobile .fa {
  font-size: 20px;
}

.video-frame {
  margin-top: 30px;
  margin-bottom: 40px;
}

.video-frame iframe {
  width: 100%;
}

.title-service-bg {
  position: relative;
  margin-bottom: 35px;
}

.title-service {
  font-family: rockwell, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  text-align: center;
  letter-spacing: 10px;
  margin: auto;
  position: relative;
  z-index: 1000;
  text-transform: uppercase;
}

.bg-blue {
  background-color: #5694b9;
}

.key-points {
  margin-top: 110px;
  margin-bottom: 40px;
}

.key-points li {
  margin-bottom: 15px;
}

.video-box-thumb {
  position: relative;
  overflow: hidden;
}

[data-overlay="25"]::before {
  opacity: 0.25;
}

[data-overlay]::before {
  background: #223645;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.video-box-thumb .thumb {
  min-height: 400px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.video-box-thumb:hover .thumb {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.video-box-thumb .video-btn,
.video-button {
  height: 75px;
  width: 75px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  color: #fff;
  z-index: 2;
  border-radius: 50%;
  text-align: center;
  line-height: 81px;
  font-size: 19px;
}

.video-box-thumb .video-btn:hover,
.video-button:hover {
  background: #dd363e;
  border-color: #dd363e;
}

.bg_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.video-box-thumb .fa {
  font-size: 35px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.corporate-video {
  padding-top: 30px;
  padding-bottom: 45px;
}

.corporate-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.mt-20 {
  margin-top: 20px !important;
}

.card {
  margin-top: 20px;
}

.card .inner-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 20px;
}

.card .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.card .inner-box .lower-content {
  position: relative;
  padding: 0px 14px;
}

.card .inner-box .lower-content .content-box {
  position: relative;
  margin-top: -35px;
}

.card .inner-box .lower-content .content-box .inner {
  position: relative;
  display: block;
  background: #fffffff5;
  border-radius: 5px;
  padding: 8px 10px;
  margin-bottom: 21px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.card .inner-box .lower-content .content-box .inner h4 {
  font-size: 20px;
  line-height: 30px;
}

.card a {
  color: #000000;
  text-decoration: none;
}

.card :hover {
  color: #fdba18;
  transition: 0.5s;
}
