body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.container {
  width: 90%;
  max-width: 1201px;
  margin-right: auto;
  margin-left: auto;
}

.container.abouts-us {
  padding-right: 5%;
  padding-left: 5%;
}

.container.services {
  position: relative;
  width: auto;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container.navbar {
  max-width: 1250px;
  padding-right: 25px;
  padding-left: 25px;
}

.container.navbar.scroll {
  width: 100%;
}

.container.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container.hide {
  display: none;
}

.hero-banner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Hero-Banner-Background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-banner-wrapper.inside-page-banner {
  min-height: 238px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-banner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 3.4vw;
  line-height: 4.4vw;
}

.light {
  font-weight: 300;
}

.hero-sub-heading {
  margin-bottom: 3vw;
  padding-right: 14vw;
  color: #fff;
  font-size: 1.5vw;
  line-height: 3.9vh;
  font-weight: 300;
}

.hero-button {
  padding: 1.1vw 3.8vw 1.1vw 2.5vw;
  border-radius: 100px;
  background-color: #030318;
  background-image: url('../images/Arrow-Button-Icon.png');
  background-position: 87% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 9px 14px 1px rgba(23, 117, 205, 0.25);
  font-size: 1.2vw;
  line-height: 23px;
  font-weight: 600;
}

.hero-button.blue {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #1bc1da;
  background-image: url('../images/White-Arrow-Button-Icon.png');
  box-shadow: 0 9px 14px 1px rgba(27, 193, 218, 0.25);
  color: #000;
}

.hero-button.blue.no-icon {
  border-radius: 0px;
  background-image: none;
}

.hero-social-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-social-text {
  width: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
}

.social-separator {
  width: 1px;
  height: 20px;
  margin-bottom: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
}

.hero-social-link {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.hero-social-link.google {
  width: 10vw;
  margin-bottom: 30px;
  text-align: center;
}

.global-content-wrapper {
  position: relative;
}

.content-section-wrapper.services {
  padding-top: 120px;
  padding-left: 10%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Services-Background-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-section-wrapper.about-us {
  padding-right: 5%;
  padding-bottom: 100px;
  padding-left: 5%;
}

.content-section-wrapper.specialist {
  padding-top: 100px;
  padding-bottom: 80px;
}

.content-section-wrapper.inside {
  padding-top: 80px;
  padding-bottom: 80px;
}

.horizontal-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.horizontal-flex-wrapper.margin-b100 {
  margin-bottom: 100px;
}

.horizontal-flex-wrapper.end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.horizontal-flex-wrapper.specialist {
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.horizontal-flex-wrapper.footer {
  padding-top: 80px;
  padding-bottom: 80px;
}

.horizontal-flex-wrapper.top {
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.horizontal-flex-wrapper.between {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.horizontal-flex-wrapper.bmargin50 {
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.horizontal-flex-wrapper.bmargin50.wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.horizontal-flex-wrapper.bmargin50.hide {
  display: none;
}

.horizontal-flex-wrapper.align {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.horizontal-flex-wrapper.center {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.horizontal-flex-wrapper.wrap {
  margin-bottom: 30px;
  margin-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-flex-wrapper.wrap.bmargin50 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.horizontal-flex-wrapper.margin-b80 {
  margin-bottom: 80px;
}

.horizontal-flex-wrapper.margin-b25 {
  margin-bottom: 25px;
}

.horizontal-flex-wrapper.margin-b48 {
  margin-bottom: 48px;
}

.content-page-image-wrapper.relative-t17 {
  position: relative;
  top: 17px;
}

.content-page-image-wrapper.relative-b33 {
  position: relative;
  bottom: 33px;
}

.content-page-image-wrapper.margin-r50 {
  margin-right: 50px;
}

.content-page-image-wrapper.margin-r {
  margin-right: 1%;
}

.content-paragraph {
  margin-bottom: 0px;
  color: #5c5c5c;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.content-paragraph.margin-b30 {
  margin-bottom: 30px;
}

.content-paragraph.padding-b50 {
  padding-bottom: 50px;
}

.content-paragraph.bmargin {
  margin-bottom: 20px;
}

.content-paragraph.bmargin.black {
  color: #333;
}

.content-paragraph.bmargin50 {
  margin-bottom: 50px;
}

.content-paragraph.bmargin50.black {
  color: #333;
}

.content-paragraph.smaller {
  font-size: 16px;
  line-height: 24px;
}

.content-paragraph.smaller.center {
  min-height: 45px;
  text-align: center;
}

.content-paragraph.address {
  background-image: url('../images/location-pin.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.content-paragraph.right {
  padding-bottom: 0px;
  padding-left: 200px;
  text-align: right;
}

.about-us-text {
  margin-bottom: 34px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #030318;
  font-size: 32px;
  line-height: 44px;
}

.content-section-flex.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-heading {
  display: inline-block;
  margin-top: 0px;
  color: #000;
  font-size: 55px;
  line-height: 75px;
}

.content-heading.services {
  padding-right: 71px;
  background-image: url('../images/Heading-Separator.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.content-heading.smaller {
  font-size: 38px;
  line-height: 45px;
}

.content-heading.smaller.bmargin {
  margin-bottom: 25px;
}

.content-heading.small {
  font-size: 34px;
  line-height: 42px;
}

.content-heading.small.margin-b25 {
  margin-bottom: 25px;
}

.get-in-touch-button {
  padding-left: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
}

.quote-text {
  margin-bottom: 10px;
  color: #27282e;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  text-align: right;
}

.quote-sub-text {
  font-size: 20px;
  line-height: 30px;
  text-align: right;
}

.body {
  color: #6a7280;
  font-size: 15px;
  font-weight: 300;
}

.specialist-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.specialist-flex.hide {
  display: none;
}

.specialist-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.sub-header {
  margin-bottom: 15px;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.sub-header.smaller {
  font-size: 18px;
}

.sub-header.bmargin30 {
  margin-bottom: 30px;
  line-height: 33px;
}

.sub-header.no-margin {
  margin-bottom: -1px;
}

.sub-header.large {
  margin-bottom: 50px;
  font-size: 32px;
  line-height: 40px;
}

.sub-header.xs {
  margin-bottom: 0px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
}

.sub-header.bmargin50 {
  margin-bottom: 50px;
}

.specialist-paragraph {
  color: #919191;
  font-weight: 400;
}

.specialist-text {
  margin-bottom: 45px;
  color: #262626;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.global-footer-wrapper {
  background-image: url('../images/Footer-Background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-flex {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-flex.right {
  width: 70%;
}

.footer-content.padding-t20 {
  padding-top: 20px;
}

.footer-heading {
  margin-top: 0px;
  color: #fff;
  font-size: 52px;
  line-height: 62px;
}

.footer-sub-heading {
  margin-bottom: 45px;
  color: #1bc1da;
  font-size: 31px;
  line-height: 41px;
}

.footer-info-details {
  display: block;
  margin-bottom: 15px;
  padding-left: 45px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.footer-info-details.address {
  background-image: url('../images/Address-Icon.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.footer-info-details.telephone {
  background-image: url('../images/Telephone-Icon.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  line-height: 30px;
}

.footer-info-details.time {
  background-image: url('../images/Time-Icon.png');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.copyright-wrapper {
  background-color: #000;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
}

.footer-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-link-content {
  width: 100%;
}

.footer-link-title {
  margin-bottom: 35px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
}

.footer-link {
  margin-bottom: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.vertical-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vertical-flex-wrapper.about-us {
  margin-bottom: 85px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.bold {
  color: #191a1a;
  font-weight: 700;
}

.image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 295px;
  max-width: 422px;
  min-height: 295px;
  min-width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eaeaea;
  background-image: none;
  -webkit-transition: all 200ms ease, opacity 200ms ease;
  transition: all 200ms ease, opacity 200ms ease;
  cursor: pointer;
}

.image-container._2 {
  background-image: url('../images/Services-Image-2.jpg'), url('../images/example-bg.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.image-container.left {
  min-width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-container.left._6 {
  background-image: url('../images/Services-Image-6.jpg'), url('../images/example-bg.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.image-container.left._3 {
  background-image: url('../images/Services-Image-3.jpg'), url('../images/example-bg.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.image-container._3 {
  background-image: none;
}

.image-container._4 {
  background-image: url('../images/Services-Image-4.jpg'), url('../images/example-bg.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.image-container._1 {
  background-image: url('../images/Services-Image-1.jpg'), url('../images/example-bg.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.image-container._5 {
  background-image: url('../images/Services-Image-5.jpg'), url('../images/example-bg.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: 100px;
  padding-left: 85px;
  background-color: #fff;
}

.block-60.vertical {
  padding-top: 30px;
  padding-right: 5%;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 100px;
  padding-right: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.block-40.button {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-headers {
  width: 70%;
  padding: 58px 10% 23px 85px;
  background-color: #fff;
}

.service-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
}

.pic-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  color: #fff;
}

.navbar.scroll {
  width: 95%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-bottom-right-radius: 10px;
  background-color: #030318;
  background-image: url('../images/Call-Icon.png');
  background-position: 11% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 21px;
  font-weight: 700;
}

.header-info.number {
  min-height: 2.5em;
  padding-right: 25px;
  padding-left: 65px;
}

.header-info.call {
  min-height: 2.5em;
  padding-right: 25px;
  padding-left: 75px;
}

.header-info.call.scroll {
  position: fixed;
  top: 0px;
  min-height: 3.2vw;
  padding-right: 20px;
  padding-left: 50px;
  border-bottom-left-radius: 10px;
  background-position: 10% 50%;
  background-size: 30px 30px;
}

.logo {
  bottom: 10px;
}

.logo.small {
  width: 130px;
}

.logo.small.w--current {
  width: 12vw;
}

.navlink {
  margin-right: 25px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.navlink:hover {
  color: #9d8fe4;
}

.navlink.w--current {
  border-radius: 8px;
  color: #fff;
}

.navlink.w--current:hover {
  color: #9d8fe4;
}

.navlink.last {
  margin-right: 0px;
}

.navlink.hide {
  display: none;
}

.navlink.dropdown {
  margin-right: 0px;
  padding-right: 13px;
  color: #f0f0f0;
}

.navlink.dropdown:hover {
  color: #9d8fe4;
}

.navlink.services {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid hsla(0, 0%, 94.1%, 0.06);
  font-size: 17px;
}

.navbar-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.navbar-logo-wrapper.scroll {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.call-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.2em;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-left-radius: 10px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #1e201b;
  font-size: 1.1em;
  font-weight: 700;
}

.call-information.call {
  min-height: 3.2em;
  padding-right: 25px;
  padding-left: 25px;
}

.header-info-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.header-info-wrapper.scroll {
  position: static;
}

.container-2 {
  width: 90%;
  max-width: 1375px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 75px;
  padding-left: 75px;
  text-align: left;
}

.container-2.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1426px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.nav-menu.scroll {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-info-link {
  text-decoration: none;
}

.header-info-link.email {
  margin-right: 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #8b84ee;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.navbar-wrapper.scroll {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.main-nav-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999998;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(5, 13, 42, 0.5);
}

.main-nav-wrapper.scroll {
  z-index: 999999;
}

.main-nav-wrapper.hide {
  display: none;
}

.phone-link {
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}

.phone-link.scroll {
  font-size: 0.8em;
}

.email-link {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.call-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-slider-wrapper {
  margin-top: -85px;
  margin-bottom: 95px;
}

.icon {
  display: none;
}

.icon-2 {
  display: none;
}

.slider-wrapper {
  display: block;
  min-height: 350px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.image-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-image {
  width: 29%;
  padding-right: 10px;
  padding-left: 0px;
}

.arrow {
  display: none;
}

.inside-banner-heading {
  display: inline-block;
  padding-right: 75px;
  background-image: url('../images/Heading-Separator.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}

.header-wrapper {
  padding-top: 180px;
}

.header-wrapper.inside {
  padding-top: 147px;
}

.inside-image-box {
  width: 34%;
  min-height: 250px;
}

.inside-image-box.no-rmargin {
  margin-left: 0px;
}

.inside-image-box._1 {
  background-image: url('../images/About-Image-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inside-image-box._2 {
  background-image: url('../images/About-Image-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inside-image-box._3 {
  background-image: url('../images/About-Image-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.inside-image-box._4 {
  background-image: url('../images/nominal-bore-black-handrail.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inside-image-box._5 {
  background-image: url('../images/ute-bar.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inside-image-box._6 {
  background-image: url('../images/ute-bars.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inside-image-box._7 {
  background-image: url('../images/stainless-steel-hand-rail.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inside-image-box._8 {
  background-image: url('../images/mandrel-bends.png');
  background-position: 0px 0px;
  background-size: cover;
}

.inside-image-box._9 {
  background-image: url('../images/pedestrian-rain.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inside-image-box._10 {
  background-image: url('../images/stainless-steel-hand-rails.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.inside-image-box._11 {
  background-image: url('../images/S-pipes-for-exhausts.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inside-image-box._12 {
  background-image: url('../images/yard-rails.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-content.rmargin {
  margin-left: 29px;
}

.flex-content.lmargin {
  margin-right: 30px;
}

.list-wrapper.bmargin50 {
  margin-bottom: 50px;
}

.list-wrapper.bmargin50.half-width {
  width: 50%;
}

.list-wrapper.half-width {
  width: 50%;
}

.list-item {
  margin-bottom: 12px;
  padding-left: 46px;
  background-image: url('../images/List-Before.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 25px;
}

.list-item.bmargin30 {
  margin-bottom: 30px;
}

.list-item.font-color {
  color: #5c5c5c;
}

.flex-box {
  width: 50%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-box.padding-r50 {
  padding-right: 50px;
}

.flex-box.form {
  width: 45%;
}

.flex-box.width48 {
  width: 48%;
}

.flex-box.width48.margin-b25 {
  margin-bottom: 25px;
}

.flex-box.width30 {
  margin-right: 24px;
}

.flex-box.width45 {
  width: 45.8%;
}

.inside-links {
  font-size: 19px;
  font-weight: 700;
}

.link-wrapper {
  margin-bottom: 30px;
}

.inside-link {
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
}

.bold-text {
  color: #000;
  text-decoration: none;
}

.contact-details {
  margin-bottom: 25px;
  padding-left: 35px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.contact-details.location {
  margin-top: 60px;
  background-image: url('../images/location-pin_1.png');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.contact-details.telephone {
  background-image: url('../images/call-answer.png');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: 400;
}

.contact-details.email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/envelope.png');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.contact-details.clock {
  background-image: url('../images/clock.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.maps {
  width: 80%;
}

.enquiry-form-wrapper {
  margin-bottom: 60px;
  padding: 60px 50px 40px 59px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.07);
}

.enquiry-form-wrapper.width {
  width: 80%;
}

.text-field {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent rgba(175, 166, 228, 0.41);
  background-color: transparent;
  font-size: 15px;
  font-weight: 400;
}

.text-field.bmargin {
  margin-bottom: 64px;
}

.text-field.first {
  margin-top: 30px;
}

.text-field.margin-b20 {
  margin-bottom: 20px;
}

.textarea {
  border: 1px solid transparent;
  background-color: #eee;
}

.enquiry-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-list.w--open {
  left: -100px;
  border-radius: 10px;
  background-color: #1d2366;
}

.main-tab-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services-tab {
  width: 100%;
  padding: 15px 20px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-left: 3px solid #ddd;
  background-color: transparent;
  color: #8d8d8d;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
}

.services-tab.w--current {
  border-left-color: #4373be;
  background-color: hsla(0, 0%, 92.7%, 0.54);
  color: #19191a;
}

.services-tab-content {
  width: 80%;
  margin-left: 40px;
}

.tab-title {
  margin-bottom: 0px;
  color: #8d8d8d;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  text-decoration: none;
}

.tab-title.margin-b30 {
  margin-bottom: 30px;
}

.tab-title.padding-b50 {
  padding-bottom: 50px;
}

.tab-title.bmargin {
  margin-bottom: 20px;
}

.tab-title.bmargin50 {
  margin-bottom: 50px;
}

.tab-title.smaller {
  font-size: 16px;
  line-height: 24px;
}

.tab-title.address {
  background-image: url('../images/location-pin.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.dropdown-icon {
  margin-right: 0px;
}

.services-link {
  width: 100%;
  margin-right: 0px;
  padding: 15px 40px 15px 27px;
  border-bottom: 1px solid hsla(0, 0%, 94.1%, 0.22);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.services-link:hover {
  color: #9d8fe4;
}

.services-link.w--current {
  border-radius: 8px;
  color: #fff;
}

.services-link.last {
  margin-right: 0px;
  border-bottom-style: none;
}

.services-link.hide {
  display: none;
}

.services-link.dropdown {
  margin-right: 0px;
  padding-right: 13px;
  color: #f0f0f0;
}

.services-link.services {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid hsla(0, 0%, 94.1%, 0.06);
  font-size: 17px;
}

.gallery-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 275px;
  min-height: 300px;
  margin-right: 19px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 20px;
  box-shadow: 1px 1px 19px 0 rgba(0, 0, 0, 0.06);
}

.gallery-thumbnail {
  width: 260px;
  height: 180px;
  margin-bottom: 25px;
}

.thumbnail-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 1px 1px 19px 0 rgba(0, 0, 0, 0.09);
}

.services-image {
  margin-bottom: 30px;
}

.paragraph {
  text-align: right;
}

.dropdown-toggle {
  margin-right: 13px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.dropdown-toggle:hover {
  color: #9d8fe4;
}

.dropdown-toggle.w--current {
  border-radius: 8px;
  color: #fff;
}

.dropdown-toggle.last {
  margin-right: 0px;
}

.dropdown-toggle.hide {
  display: none;
}

.dropdown-toggle.dropdown {
  margin-right: 0px;
  padding-right: 13px;
  color: #f0f0f0;
}

.dropdown-toggle.dropdown:hover {
  color: #9d8fe4;
}

.dropdown-toggle.services {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid hsla(0, 0%, 94.1%, 0.06);
  font-size: 17px;
}

.navlink-copy {
  margin-right: 25px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.navlink-copy:hover {
  color: #9d8fe4;
}

.navlink-copy.w--current {
  border-radius: 8px;
  color: #fff;
}

.navlink-copy.last {
  margin-right: 0px;
}

.navlink-copy.hide {
  display: none;
}

.navlink-copy.dropdown {
  margin-right: 0px;
  padding-right: 13px;
  color: #f0f0f0;
}

.navlink-copy.dropdown:hover {
  color: #9d8fe4;
}

.navlink-copy.services {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid hsla(0, 0%, 94.1%, 0.06);
  font-size: 17px;
}

.dropdown-services {
  padding-right: 15px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.dropdown-services:hover {
  color: #9d8fe4;
}

.dropdown-services.w--current {
  border-radius: 8px;
  color: #fff;
}

.dropdown-services.last {
  margin-right: 0px;
}

.dropdown-services.hide {
  display: none;
}

.dropdown-services.dropdown {
  margin-right: 0px;
  padding-right: 13px;
  color: #f0f0f0;
}

.dropdown-services.dropdown:hover {
  color: #9d8fe4;
}

.dropdown-services.services {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid hsla(0, 0%, 94.1%, 0.06);
  font-size: 17px;
}

.flexbox.padding {
  padding-right: 60px;
  padding-left: 60px;
}

.flexbox.padding-l50 {
  padding-left: 50px;
}

.navlink-scroll {
  margin-right: 2vw;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.navlink-scroll:hover {
  color: #9d8fe4;
}

.navlink-scroll.w--current {
  border-radius: 8px;
  color: #fff;
}

.navlink-scroll.w--current:hover {
  color: #9d8fe4;
}

.navlink-scroll.last {
  margin-right: 0px;
}

.navlink-scroll.hide {
  display: none;
}

.navlink-scroll.dropdown {
  margin-right: 0px;
  padding-right: 13px;
  color: #f0f0f0;
  font-size: 0.9em;
}

.navlink-scroll.dropdown:hover {
  color: #9d8fe4;
}

.navlink-scroll.services {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid hsla(0, 0%, 94.1%, 0.06);
  font-size: 17px;
}

.navbar-scroll {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999999;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(5, 13, 42, 0.96);
}

.navbar-scroll.scroll {
  z-index: 999999;
}

.navbar-scroll.hide {
  display: none;
}

.gallery-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gallery-content {
  width: 80%;
}

.gallery-tablink {
  width: 100%;
  padding: 20px 29px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #ddd;
  background-color: transparent;
  color: #818181;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.gallery-tablink.w--current {
  border-left-color: #6fa8e9;
  background-color: hsla(0, 0%, 86.7%, 0.32);
  color: #000;
}

.file-upload-html-embeded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #383838;
  font-size: 16px;
  font-weight: 200;
}

.file-upload-text {
  margin-bottom: 20px;
  padding-right: 20px;
  color: #6a7280;
  font-size: 15px;
  font-weight: 400;
}

.drag-file-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(175, 166, 228, 0.41);
}

.gallery-image {
  border-radius: 10px;
  box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.25);
}

.gallery-image.full {
  min-height: 197px;
  background-color: #463131;
}

.gallery-image.full.margin-b48 {
  margin-bottom: 48px;
  background-image: url('../images/rolling-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-image.small {
  min-height: 345px;
  background-color: #531010;
}

.gallery-image.small._1 {
  background-image: url('../images/pipe-cutting-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-image.small._2 {
  background-image: url('../images/Tube-End-Forming.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-image.small._3 {
  background-image: url('../images/Rolling-Image_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-image.small._4 {
  background-image: url('../images/Mig_tig_stick-welding_v.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-image.small._5 {
  background-image: url('../images/Rolling-Image_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-image.small._6 {
  background-image: url('../images/Tube-End-Forming.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-image.big {
  min-height: 365px;
  background-color: #533939;
}

.gallery-image.big.margin-b25 {
  margin-bottom: 25px;
  background-image: url('../images/pipe-cutting-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-image.big.margin-b48 {
  margin-bottom: 48px;
}

.gallery-image.big.margin-b48._1 {
  background-image: url('../images/fabrication-large.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

html.w-mod-js *[data-ix="nav-scroll-hide"] {
  -webkit-transform: translate(0px, -150px);
  -ms-transform: translate(0px, -150px);
  transform: translate(0px, -150px);
}

@media (max-width: 991px) {
  .container.navbar.scroll {
    display: none;
  }
  .hero-banner-wrapper {
    min-height: 600px;
    padding-top: 50px;
  }
  .hero-heading {
    font-size: 35px;
    line-height: 45px;
  }
  .hero-sub-heading {
    margin-bottom: 4.5vw;
    padding-right: 4vw;
    font-size: 18px;
    line-height: 27px;
  }
  .hero-button {
    padding: 2.1vw 7.8vw 2.1vw 4.6vw;
    font-size: 2vw;
    line-height: 2.4vw;
  }
  .hero-social-wrapper {
    width: 20%;
  }
  .hero-social-link.google {
    width: 10vw;
  }
  .content-section-wrapper.services {
    padding-top: 80px;
    padding-right: 50px;
    padding-left: 5%;
  }
  .content-section-wrapper.specialist {
    padding-top: 80px;
  }
  .content-section-wrapper.inside {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .horizontal-flex-wrapper {
    bottom: 100px;
  }
  .horizontal-flex-wrapper.specialist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .horizontal-flex-wrapper.bmargin50.tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .horizontal-flex-wrapper.bmargin50.wrap.no-margin {
    margin-bottom: 0px;
  }
  .horizontal-flex-wrapper.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .horizontal-flex-wrapper.wrap {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .horizontal-flex-wrapper.wrap.bmargin50 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .horizontal-flex-wrapper.mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-paragraph {
    font-size: 16px;
    line-height: 28px;
  }
  .content-paragraph.smaller.center {
    font-size: 13px;
  }
  .about-us-text {
    font-size: 28px;
    line-height: 38px;
  }
  .content-heading {
    font-size: 49px;
    line-height: 69px;
  }
  .content-heading.services {
    font-size: 30px;
    line-height: 50px;
  }
  .content-heading.smaller {
    font-size: 34px;
    line-height: 41px;
  }
  .content-heading.small {
    font-size: 30px;
    line-height: 38px;
  }
  .get-in-touch-button {
    font-size: 15px;
    line-height: 25px;
  }
  .quote-text {
    font-size: 18px;
    line-height: 28px;
  }
  .quote-sub-text {
    font-size: 13px;
    line-height: 23px;
  }
  .specialist-flex {
    width: 50%;
    margin-bottom: 30px;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .specialist-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .sub-header {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
  }
  .sub-header.smaller {
    font-size: 17px;
  }
  .footer-heading {
    font-size: 48px;
    line-height: 58px;
  }
  .footer-sub-heading {
    font-size: 26px;
    line-height: 36px;
  }
  .copyright {
    line-height: 23px;
  }
  .vertical-flex-wrapper.about-us {
    padding-right: 0%;
    padding-left: 0%;
  }
  .image-container {
    min-height: 150px;
  }
  .block-60 {
    padding-left: 40px;
  }
  .block-60.vertical {
    padding-left: 0px;
  }
  .service-headers {
    padding-top: 40px;
    padding-right: 10%;
    padding-left: 40px;
  }
  .header-info {
    min-height: 0.3em;
    padding-right: 2vw;
    padding-left: 8vw;
    background-position: 16% 50%;
    background-size: 32px 32px;
    font-size: 21vw;
  }
  .header-info.call {
    min-height: 6.7vw;
    padding-right: 3vw;
    padding-left: 8.9vw;
    font-size: 22vw;
  }
  .logo {
    bottom: 0px;
  }
  .navlink {
    width: 100%;
    margin-right: 0px;
    padding: 15px 20px 15px 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid hsla(0, 0%, 94%, 0.06);
    background-color: #1d2366;
    font-size: 2vw;
    text-align: left;
  }
  .navlink.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom-color: hsla(0, 0%, 100%, 0.13);
    border-radius: 0px;
    background-color: #1d2366;
  }
  .navlink.dropdown {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .navlink.dropdown.w--open {
    padding-right: 0px;
  }
  .navlink.tablet {
    padding: 0px;
  }
  .menu-icon {
    position: relative;
    z-index: 999997;
    font-size: 6vw;
  }
  .navbar-logo-wrapper {
    margin-left: 27px;
  }
  .call-information {
    min-height: 6.5vw;
    padding-right: 3vw;
    padding-left: 3vw;
    font-size: 1.6vw;
  }
  .call-information.call {
    min-height: 4.1em;
  }
  .menu-button {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .menu-button.w--open {
    clear: none;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: transparent;
  }
  .header-info-wrapper {
    position: fixed;
    right: 5%;
    z-index: 99999999;
    max-width: 100vw;
    min-height: 5vh;
  }
  .container-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-2.nav {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-menu {
    background-color: transparent;
  }
  .header-info-link.email {
    margin-right: 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .navbar-wrapper {
    padding-top: 20px;
  }
  .phone-link {
    font-size: 2.5vw;
  }
  .email-link.hide {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }
  .call-info-wrapper {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .content-slider-wrapper {
    margin-top: -65px;
  }
  .slider-wrapper {
    height: auto;
    min-height: auto;
    padding-bottom: 30px;
  }
  .image-flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .slide-image {
    width: 40%;
    margin-bottom: 20px;
  }
  .flex-box {
    width: 100%;
  }
  .flex-box.padding-r50 {
    padding-right: 35px;
  }
  .flex-box.padding-r50.mobile-margin-b {
    margin-bottom: 30px;
  }
  .flex-box.tablet {
    width: 100%;
  }
  .maps {
    width: 95%;
  }
  .enquiry-form-wrapper.width {
    width: 100%;
  }
  .services-list.w--open {
    width: 100%;
  }
  .services-tab-content {
    width: 90%;
    margin-left: 20px;
  }
  .tab-title {
    font-size: 16px;
    line-height: 28px;
  }
  .dropdown-icon {
    margin-right: 30px;
  }
  .services-link {
    width: 100%;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid hsla(0, 0%, 94%, 0.06);
    background-color: #40478f;
    box-shadow: 1px 1px 3px 0 rgba(114, 112, 112, 0.51);
    font-size: 2vw;
    text-align: left;
  }
  .services-link.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 0px;
    background-color: #5c63af;
    box-shadow: none;
  }
  .gallery-box {
    min-height: 270px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .gallery-box.v2 {
    width: 220px;
    margin-right: 20px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gallery-thumbnail {
    width: 175px;
    height: 167px;
  }
  .dropdown-toggle {
    width: 100%;
    margin-right: 0px;
    padding: 15px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid hsla(0, 0%, 94%, 0.06);
    background-color: #1d2366;
    font-size: 2vw;
    text-align: left;
  }
  .dropdown-toggle.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom-color: hsla(0, 0%, 100%, 0.13);
    border-radius: 0px;
    background-color: #1d2366;
  }
  .dropdown-toggle.dropdown {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-bottom-style: none;
  }
  .dropdown-toggle.dropdown.w--open {
    padding-right: 0px;
  }
  .navlink-copy {
    width: 100%;
    margin-right: 0px;
    padding: 15px 20px 15px 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid hsla(0, 0%, 94%, 0.06);
    background-color: #1d2366;
    font-size: 2vw;
    text-align: left;
  }
  .navlink-copy.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom-color: hsla(0, 0%, 100%, 0.13);
    border-radius: 0px;
    background-color: #1d2366;
  }
  .navlink-copy.dropdown {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-bottom-style: none;
  }
  .navlink-copy.dropdown.w--open {
    padding-right: 0px;
  }
  .dropdown-services {
    width: 100%;
    margin-right: 0px;
    padding: 15px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #1d2366;
    font-size: 2vw;
    text-align: left;
  }
  .dropdown-services.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom-color: hsla(0, 0%, 100%, 0.13);
    border-radius: 0px;
    background-color: #1d2366;
  }
  .dropdown-services.dropdown {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-bottom-style: none;
  }
  .dropdown-services.dropdown.w--open {
    padding-right: 0px;
  }
  .flexbox.padding-l50 {
    padding-left: 0px;
  }
  .navlink-scroll {
    width: 100%;
    margin-right: 0px;
    padding: 15px 20px 15px 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid hsla(0, 0%, 94%, 0.06);
    background-color: #1d2366;
    font-size: 2vw;
    text-align: left;
  }
  .navlink-scroll.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom-color: hsla(0, 0%, 100%, 0.13);
    border-radius: 0px;
    background-color: #1d2366;
  }
  .navlink-scroll.dropdown {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .navlink-scroll.dropdown.w--open {
    padding-right: 0px;
  }
  .navlink-scroll.tablet {
    padding: 0px;
  }
  .gallery-tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .gallery-menu {
    width: 25%;
    font-size: 12px;
  }
  .gallery-tablink {
    font-size: 13px;
  }
  .bold-text-2 {
    line-height: 41px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 85%;
  }
  .container.abouts-us {
    padding-right: 2%;
    padding-left: 2%;
  }
  .container.navbar {
    width: 100%;
  }
  .hero-banner-wrapper.inside-page-banner {
    min-height: 200px;
  }
  .hero-banner-content {
    width: 60%;
  }
  .hero-heading {
    line-height: 40px;
  }
  .hero-button {
    padding-top: 2.9vw;
    padding-right: 9.5vw;
    padding-bottom: 2.9vw;
    background-size: 12px;
    font-size: 3vw;
    line-height: 20px;
  }
  .content-section-wrapper.services {
    padding-left: 5%;
  }
  .content-section-wrapper.about-us {
    padding-bottom: 50px;
  }
  .content-section-wrapper.specialist {
    padding-top: 80px;
  }
  .content-section-wrapper.inside {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .horizontal-flex-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .horizontal-flex-wrapper.end.margin-b100 {
    margin-top: 20px;
  }
  .horizontal-flex-wrapper.specialist {
    margin-bottom: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .horizontal-flex-wrapper.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .horizontal-flex-wrapper.bmargin50.wrap {
    margin-bottom: 0px;
  }
  .horizontal-flex-wrapper.center {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .horizontal-flex-wrapper.wrap {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .horizontal-flex-wrapper.mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .content-paragraph {
    font-size: 16px;
  }
  .content-paragraph.padding-b50 {
    padding-bottom: 0px;
  }
  .content-paragraph.smaller.center {
    text-align: center;
  }
  .content-heading.smaller {
    font-size: 32px;
    line-height: 39px;
  }
  .content-heading.smaller.bmargin {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 39px;
  }
  .content-heading.small {
    font-size: 28px;
    line-height: 36px;
  }
  .get-in-touch-button {
    padding-left: 20px;
  }
  .quote-text {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 23px;
  }
  .quote-sub-text {
    font-size: 10px;
    line-height: 20px;
  }
  .specialist-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sub-header {
    font-size: 16px;
    line-height: 26px;
  }
  .sub-header.bmargin30 {
    line-height: 25px;
  }
  .sub-header.mbmragin {
    margin-bottom: 20px;
  }
  .specialist-text {
    font-size: 25px;
    line-height: 35px;
  }
  .footer-flex.right {
    width: 100%;
  }
  .footer-heading {
    font-size: 38px;
    line-height: 48px;
  }
  .footer-sub-heading {
    font-size: 24px;
    line-height: 34px;
  }
  .copyright {
    text-align: center;
  }
  .specialist-icon {
    width: 45px;
    height: 30px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .block-60.vertical {
    padding-left: 40px;
  }
  .service-headers {
    padding-right: 5%;
  }
  .header-info {
    position: relative;
    min-height: 7vw;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-position: 11% 50%, 0px 0px;
    background-size: 25px 25px, auto;
  }
  .header-info.call {
    min-height: 8.7vw;
    background-image: url('../images/Call-Icon.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/Call-Icon.png'), linear-gradient(180deg, transparent, transparent);
    background-position: 10% 50%, 0px 0px;
    background-size: 28px 28px, auto;
  }
  .logo {
    width: 180px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .navlink {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }
  .navbar-logo-wrapper {
    margin-top: 35px;
    margin-left: 0px;
  }
  .call-information {
    min-height: 8.5vw;
    font-size: 1.9vw;
  }
  .call-information.call {
    min-height: 4.4em;
  }
  .menu-button {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0.07);
  }
  .header-info-wrapper {
    position: fixed;
    max-width: 100vw;
  }
  .container-2 {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .nav-menu {
    left: auto;
    right: 0%;
    bottom: auto;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .navbar-wrapper {
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .main-nav-wrapper.mobile {
    position: static;
  }
  .main-nav-wrapper.mobile.hidden {
    position: absolute;
  }
  .phone-link {
    font-size: 2.6vw;
  }
  .content-slider-wrapper {
    margin-top: -60px;
    margin-bottom: 35px;
  }
  .image-flex-box {
    margin-bottom: 10px;
  }
  .inside-banner-heading {
    font-size: 35px;
  }
  .header-wrapper.inside {
    padding-top: 95px;
  }
  .list-wrapper.bmargin50.half-width {
    padding-right: 11px;
  }
  .list-wrapper.bmargin {
    margin-bottom: 30px;
  }
  .list-item {
    background-position: 0% 0%;
    font-size: 14px;
  }
  .flex-box.padding-r50 {
    padding-right: 0px;
  }
  .flex-box.width48 {
    width: 100%;
  }
  .contact-details.location {
    margin-top: 40px;
  }
  .contact-details.clock {
    margin-bottom: 40px;
  }
  .maps {
    width: 100%;
  }
  .enquiry-form-wrapper {
    margin-bottom: 0px;
  }
  .enquiry-form-wrapper.width {
    margin-bottom: 50px;
    padding: 40px 30px;
  }
  .main-tab-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tab-title {
    font-size: 16px;
  }
  .services-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }
  .gallery-box {
    max-width: 230px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }
  .navlink-copy {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }
  .dropdown-services {
    font-size: 15px;
    text-align: left;
  }
  .navlink-scroll {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }
  .navbar-scroll.mobile {
    position: static;
  }
  .navbar-scroll.mobile.hidden {
    position: absolute;
  }
  .gallery-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gallery-menu {
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gallery-content {
    width: 100%;
  }
  .gallery-tablink {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 479px) {
  .container {
    width: 90%;
  }
  .hero-banner-wrapper {
    padding-top: 150px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-banner-wrapper.inside-page-banner {
    min-height: 178px;
    padding-bottom: 20px;
  }
  .hero-banner-content {
    width: 85%;
  }
  .hero-button {
    padding: 4vw 15.5vw 4vw 10vw;
    font-size: 16px;
    line-height: 19px;
  }
  .hero-social-wrapper {
    position: static;
    width: 100%;
    padding-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .hero-social-text {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .social-separator {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .social-separator.hide {
    display: none;
  }
  .hero-social-link {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .hero-social-link.google {
    width: 13vw;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .hero-social-link.twitter {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .hero-social-link.linkedin {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .content-section-wrapper.services {
    padding-right: 0px;
    padding-left: 0%;
  }
  .content-section-wrapper.about-us {
    margin-top: -30px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .content-section-wrapper.specialist {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .content-section-wrapper.inside {
    padding-right: 15px;
    padding-left: 15px;
  }
  .horizontal-flex-wrapper {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .horizontal-flex-wrapper.end.margin-b100 {
    margin-bottom: 50px;
  }
  .horizontal-flex-wrapper.specialist {
    margin-bottom: 50px;
  }
  .horizontal-flex-wrapper.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .horizontal-flex-wrapper.bmargin50 {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .horizontal-flex-wrapper.bmargin50.tablet {
    padding-right: 0px;
    padding-left: 0px;
  }
  .horizontal-flex-wrapper.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-page-image-wrapper.relative-b33 {
    position: static;
  }
  .content-page-image-wrapper.margin-r50 {
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .content-page-image-wrapper.margin-r {
    margin-bottom: 20px;
  }
  .content-page-image-wrapper.margin-r.relative-t17 {
    position: static;
  }
  .content-paragraph.bmargin {
    font-size: 14px;
    line-height: 25px;
  }
  .content-paragraph.bmargin50 {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 25px;
  }
  .about-us-text {
    font-size: 22px;
    line-height: 32px;
  }
  .content-heading.smaller {
    font-size: 24px;
    line-height: 31px;
  }
  .content-heading.smaller.bmargin {
    font-size: 22px;
    line-height: 29px;
  }
  .content-heading.small {
    font-size: 21px;
    line-height: 32px;
    text-align: center;
  }
  .quote-text {
    font-size: 15px;
    text-align: center;
  }
  .quote-sub-text {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }
  .specialist-flex {
    width: 95%;
    margin-bottom: 20px;
  }
  .specialist-flex.last {
    margin-bottom: 0px;
  }
  .sub-header.smaller {
    font-size: 16px;
  }
  .sub-header.bmargin50 {
    margin-bottom: 30px;
  }
  .specialist-paragraph {
    font-size: 14px;
    line-height: 19px;
  }
  .specialist-text {
    font-size: 22px;
    line-height: 32px;
  }
  .footer-heading {
    font-size: 35px;
    line-height: 45px;
  }
  .footer-sub-heading {
    font-size: 20px;
    line-height: 30px;
  }
  .specialist-icon {
    width: 15%;
  }
  .image-container {
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .block-60 {
    width: 100%;
    padding-right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .block-60.vertical {
    padding-right: 40px;
  }
  .block-40 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #fff;
  }
  .block-40.button {
    padding-right: 0px;
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }
  .service-headers {
    width: 100%;
    padding-top: 50px;
    padding-right: 10%;
    padding-bottom: 50px;
  }
  .service-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pic-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-info {
    min-height: 12.5vw;
    padding-top: 1px;
    padding-right: 15px;
    padding-left: 45px;
    background-position: 10% 62%, 0px 0px;
    background-size: 24px 24px, auto;
    font-size: 4vw;
  }
  .header-info.call {
    min-height: 13vw;
    padding-right: 8vw;
    padding-left: 14vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/Call-Icon.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/Call-Icon.png'), linear-gradient(180deg, transparent, transparent);
    background-size: 25px, auto;
  }
  .logo {
    width: 150px;
    margin-top: 45px;
    padding-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .navlink {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }
  .menu-icon {
    font-size: 10vw;
  }
  .navbar-logo-wrapper {
    margin-top: 5px;
  }
  .call-information {
    width: 42vw;
    min-height: 12.6vw;
    padding-right: 3vw;
    padding-left: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 4vw;
    line-height: 5vw;
  }
  .call-information.call {
    min-height: 3.4em;
  }
  .header-info-wrapper {
    left: 25px;
    top: 0%;
    right: 0%;
    bottom: auto;
    max-width: 100vw;
  }
  .container-2.nav {
    padding-left: 0px;
  }
  .nav-menu {
    width: 100%;
    text-align: center;
  }
  .navbar-wrapper {
    padding-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .phone-link {
    font-size: 4.5vw;
  }
  .email-link.hide {
    display: none;
  }
  .content-slider-wrapper {
    margin-top: -40px;
  }
  .image-flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide-image {
    width: 85%;
  }
  .inside-banner-heading {
    font-size: 32px;
    line-height: 42px;
  }
  .header-wrapper.inside {
    padding-top: 0px;
  }
  .inside-image-box {
    width: 100%;
  }
  .list-wrapper {
    padding-left: 0px;
  }
  .list-wrapper.bmargin50.half-width {
    width: 100%;
    margin-bottom: 9px;
  }
  .list-wrapper.bmargin50.half-width.mobile {
    margin-bottom: 30px;
  }
  .list-wrapper.half-width {
    width: 100%;
    margin-bottom: 0px;
  }
  .list-wrapper.half-width.last {
    margin-bottom: 30px;
  }
  .list-wrapper.last {
    margin-bottom: 0px;
  }
  .list-item.bmargin30.last {
    margin-bottom: 50px;
  }
  .list-item.last {
    margin-bottom: 0px;
  }
  .flex-box {
    width: 100%;
  }
  .flex-box.padding-r50 {
    width: 100%;
    padding-right: 0px;
  }
  .flex-box.padding-r50.bmargin {
    margin-bottom: 30px;
  }
  .flex-box.tablet {
    margin-bottom: 10px;
  }
  .enquiry-form-wrapper {
    padding: 25px 15px;
  }
  .services-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }
  .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }
  .navlink-copy {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }
  .dropdown-services {
    font-size: 14px;
  }
  .navlink-scroll {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }
  .gallery-tablink {
    font-size: 12px;
  }
  .file-upload-html-embeded {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .file-upload-text {
    margin-bottom: 10px;
    padding-right: 0px;
    font-size: 14px;
  }
  .choose-file {
    font-size: 13px;
  }
}

@font-face {
  font-family: 'Effra std bd';
  src: url('../fonts/Effra_Std_Bd.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Effra std lt';
  src: url('../fonts/Effra_Std_Lt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Effra std rg';
  src: url('../fonts/Effra_Std_Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Black-Italic.otf') format('opentype'), url('../fonts/Kastelov---Axiforma-Heavy-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Black.otf') format('opentype'), url('../fonts/Kastelov---Axiforma-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Bold-Italic.otf') format('opentype'), url('../fonts/Kastelov---Axiforma-ExtraBold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Bold.otf') format('opentype'), url('../fonts/Kastelov---Axiforma-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma book';
  src: url('../fonts/Kastelov---Axiforma-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma book';
  src: url('../fonts/Kastelov---Axiforma-Book-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-SemiBold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}