body {
  height: 100%;
  background-color: #ededed;
  font-family: Roboto;
  color: #333;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display';
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display';
  font-size: 35px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: -1px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display';
  font-size: 23px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  color: #555;
}

a {
  display: inline-block;
  border-bottom: 2px solid rgba(51, 51, 51, .4);
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  border-bottom-color: #1489cd;
  color: #333;
  text-decoration: none;
}

label {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-weight: 700;
}

blockquote {
  padding: 0px 0px 0px 30px;
  border-style: none;
}

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

.small-text {
  font-family: Roboto;
  font-size: 13px;
  line-height: 21px;
  text-transform: none;
}

.small-text.white {
  color: #fff;
}

.main-link {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-style: none;
  -webkit-transition-property: color;
  transition-property: color;
  color: rgba(51, 51, 51, .65);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-link:hover {
  color: #333;
}

.main-link.button {
  margin-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-style: solid;
  border-width: 2px;
  border-bottom-color: #1489cd;
  -webkit-transition-property: border;
  transition-property: border;
  color: #1489cd;
  line-height: 15px;
}

.main-link.button:hover {
  border-color: rgba(20, 137, 205, .49);
  color: #1489cd;
}

.main-link.button.alternate {
  padding: 15px;
  border-style: none;
  border-color: #ff6008;
  background-color: #1489cd;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  color: #fff;
}

.main-link.button.alternate:hover {
  border-color: #ff6008;
  background-color: rgba(20, 137, 205, .8);
}

.main-link.button.submit {
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: none;
  border-width: 0px;
  background-color: #1489cd;
  color: #fff;
}

.main-link.button.submit:hover {
  background-color: rgba(20, 137, 205, .8);
}

.nav-menu {
  float: left;
}

.brand {
  margin-right: 30px;
  padding-bottom: 10px;
  border-bottom-style: none;
  font-family: 'Playfair Display';
  font-size: 30px;
  line-height: 20px;
  font-weight: 900;
}

.brand.w--current {
  padding-top: 0px;
}

.navbar {
  position: relative;
  padding: 30px;
  background-color: #fff;
}

.header-button-list {
  float: right;
}

.container {
  position: static;
  display: block;
  overflow: visible;
  clear: none;
}

.container.content {
  margin-bottom: 40px;
}

.container.top-content {
  margin-top: 40px;
}

.section-hero {
  position: relative;
  overflow: hidden;
  padding: 120px 30px;
  background-color: #1489cd;
}

.section-hero.title {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 137, 205, .7)), to(rgba(20, 137, 205, .7))), url('../images/james-wheeler-1103400-unsplash-min.jpg');
  background-image: linear-gradient(180deg, rgba(20, 137, 205, .7), rgba(20, 137, 205, .7)), url('../images/james-wheeler-1103400-unsplash-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
  background-attachment: scroll, fixed;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
}

.section-hero.title.news-photo {
  background-image: url('../images/hidde-rensink-156981-unsplash-min.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.section-hero.full-width {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 20%;
  padding: 0px;
  background-color: #fff;
  background-image: url('../images/hidde-rensink-156981-unsplash-min.jpg');
  background-position: 0px 0px;
  background-size: 2144px;
}

.slider {
  position: relative;
  z-index: 2;
  height: auto;
  border: 4px solid #fff;
  background-color: #1489cd;
  opacity: 0.8;
}

.slider.phone-clear {
  opacity: 1;
}

.slider-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  background-color: hsla(0, 0%, 100%, .09);
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 20px;
}

.slider-arrow:hover {
  background-color: #fff;
  color: #1489cd;
}

.slider-arrow.left {
  margin-right: 50px;
}

.slider-nav {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 0px;
  display: inline-block;
  padding-top: 0px;
  padding-left: 38px;
}

.white-hero {
  position: relative;
  top: 10px;
  float: none;
  border-bottom: 4px solid hsla(0, 0%, 100%, .4);
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  text-shadow: none;
}

.white-hero:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.hero-slide-title {
  max-width: 80%;
  color: #fff;
  text-transform: capitalize;
}

.bottom-margin-small {
  margin-bottom: 10px;
  clear: left;
  font-family: Roboto;
  color: #000;
  font-size: 14px;
  text-align: left;
  text-transform: capitalize;
}

.bottom-margin-medium {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #000;
  text-transform: capitalize;
}

.bottom-margin-medium.white-text {
  color: #fff;
  text-align: center;
}

.bottom-margin-large {
  margin-bottom: 60px;
  text-shadow: 0 0 20px #000;
}

.bottom-margin-large.text-shadow {
  text-shadow: 0 1px 20px #000;
}

.slide {
  padding: 40px;
  opacity: 1;
}

.hero-line {
  display: block;
}

.slider-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 130%;
  height: 100%;
  background-image: url('../images/james-wheeler-1103400-unsplash-min-p-2600_1.jpeg');
  background-position: 50% 0px;
  background-size: cover;
}

.header-fade {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -10px;
  z-index: 999999;
  height: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .15)), color-stop(75%, transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), transparent 75%);
}

.header {
  position: relative;
}

.section---white-holder {
  display: block;
  margin-bottom: 0px;
  padding: 60px 30px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.col {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.col.padding {
  display: block;
  padding-right: 30px;
}

.row {
  display: block;
}

.section-half-block {
  position: relative;
  min-height: 450px;
  background-color: #fff;
}

.block-main-holder {
  height: auto;
  margin-left: -10px;
  padding: 90px 60px;
}

.block-main-holder.left {
  margin-right: -10px;
  margin-left: 0px;
  padding-left: 0px;
  text-align: left;
}

.block-main-row {
  position: relative;
}

.half-block-main {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
  z-index: 5;
  width: 50%;
  height: 100%;
  background-color: #ddd;
  background-image: url('../images/154301414953360184.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  text-align: center;
}

.half-block-main.right {
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/ibrahim-asad-1152985-unsplash-min.jpg');
  background-size: cover;
}

.half-block-main.right.work-1 {
  background-color: #cacaca;
  background-image: url('../images/vaida-tamosauskaite-85608-unsplash-min-p-3200.jpeg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.half-block-main.right.work-3 {
  background-image: url('../images/frank-vex-1067100-unsplash-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.half-block-main.right.home-1 {
  position: absolute;
  display: block;
  background-image: url('../images/nathan-dumlao-483392-unsplash-min-p-3200.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.half-block-main.right.top1 {
  background-image: url('../images/fernando-brasil-103271-unsplash-min-p-3200.jpeg');
}

.half-block-main.right.top1.group {
  background-image: url('../images/ivan-cabanas-145921-unsplash-min-p-3200.jpeg');
}

.half-block-main.right.top3 {
  background-image: url('../images/ibrahim-asad-1152985-unsplash-min-p-3200_1.jpeg');
}

.half-block-main.right.top4 {
  background-image: url('../images/154301414953360184.jpeg');
}

.half-block-main.right.top6 {
  background-image: url('../images/phil-coffman-161251-unsplash-min-p-3200.jpeg');
}

.half-block-main.right.top6.group {
  background-image: url('../images/sorasak-252182-unsplash-min-p-1080.jpeg');
}

.half-block-main.right.top7 {
  background-image: url('../images/alekon-pictures-1176216-unsplash-min-p-3200.jpeg');
}

.half-block-main.work-2 {
  background-image: url('../images/adolfo-felix-1095302-unsplash-min-p-3200.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.half-block-main.work-4 {
  background-image: url('../images/img-work-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.half-block-main.home-2 {
  background-image: url('../images/alex-blajan-774515-unsplash-min-p-3200.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.half-block-main.work-3 {
  background-image: url('../images/frank-vex-1067100-unsplash-min-p-3200_1.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.half-block-main.top2 {
  background-image: url('../images/mpumelelo-macu-283883-unsplash-min-p-3200.jpeg');
}

.half-block-main.top4 {
  background-image: url('../images/sorasak-252182-unsplash-min-p-1080.jpeg');
}

.half-block-main.top4.cruise {
  background-image: url('../images/154301414953360184.jpeg');
}

.half-block-main.top4.canada {
  background-image: url('../images/providence-doucet-87304-unsplash-min-p-3200.jpeg');
}

.half-block-main.top5 {
  background-image: url('../images/jad-limcaco-239331-unsplash-min-p-3200_1.jpeg');
}

.half-block-main.top5.group {
  background-image: url('../images/jad-limcaco-239331-unsplash-min.jpg');
}

.half-block-main.top6.group {
  background-image: url('../images/ben-konfrst-1139787-unsplash-min-p-3200.jpeg');
}

.section {
  padding: 45px 30px;
}

.section.news.no-back-image {
  background-image: none;
}

.section.founders {
  background-color: #008cc7;
  background-image: url('../images/wei-pan-280881-unsplash-min-p-3200_1.jpeg'), url('../images/wei-pan-280881-unsplash-min.jpg');
  background-position: 50% 100%, 0px 0px;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
}

.third-block-holder-single {
  position: relative;
  max-width: 100%;
  clear: none;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.third-block-holder-single:hover {
  border-bottom-color: #111;
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, .1);
}

.third-block-content-single {
  display: block;
  margin-bottom: 0px;
  padding: 30px;
  float: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
  text-align: left;
}

.third-block-content-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  -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-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: #1489cd;
}

.quote-holder {
  min-height: 79px;
  padding-right: 22px;
  padding-left: 100px;
  background-image: url('../images/quote.svg');
  background-position: 0px 6px;
  background-size: 80px;
  background-repeat: no-repeat;
  font-family: 'Droid Sans', sans-serif;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}

.white-link {
  border-bottom-color: hsla(0, 0%, 100%, .2);
  color: #fff;
}

.white-link:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.white-link.uppercase {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.align-right {
  text-align: right;
}

.social-icon {
  width: 30px;
  margin-left: 5px;
  border-bottom-style: none;
  opacity: 0.7;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.right {
  margin-right: 3px;
  margin-left: 0px;
  opacity: 0.5;
}

.social-icon.right:hover {
  opacity: 1;
}

.footer-nav-section {
  padding: 60px 30px;
  background-color: #1489cd;
}

.footer-copyright-section {
  padding: 20px 30px;
  background-color: #1276b0;
}

.footer-nav-holder {
  display: block;
}

.hero-sub-title {
  direction: ltr;
  font-family: Roboto;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
}

.hero-sub-title.subsubtitle {
  position: static;
  direction: rtl;
  color: #363642;
  font-size: 15px;
  text-shadow: none;
}

.hero-sub-title.text-shadow {
  text-shadow: 0 0 10px #000;
}

.full-spread-image {
  display: block;
  max-width: 1200px;
  margin: 0px auto;
}

.content {
  margin-bottom: 40px;
}

.bottom-margin-extra-small {
  margin-bottom: 5px;
}

.h4-light {
  margin-bottom: 6px;
  padding-bottom: 7px;
  border-bottom: 2px solid #eee;
  color: #999;
}

.call-to-action {
  position: relative;
  display: block;
  padding: 60px 30px;
  border-bottom-style: none;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #aaa;
}

.call-to-action:hover {
  color: #1489cd;
}

.dark-grey {
  color: #333;
}

.dark-grey.inline-to-block {
  display: inline-block;
}

.link-container {
  position: relative;
  overflow: hidden;
}

.full-width-holder {
  height: auto;
}

.hero-align-bottom {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-color: #fff;
}

.cta-arrow-icon {
  display: inline-block;
  margin-right: 0px;
  line-height: 35px;
  letter-spacing: 0px;
}

.work-title-holder {
  margin-right: -40px;
  margin-left: -40px;
  padding: 40px 40px 20px;
}

.down-arrow {
  width: 30px;
}

.work-single-title {
  width: 90%;
  margin-bottom: 15px;
  font-weight: 500;
}

.title-icon {
  width: 60px;
  margin-bottom: 20px;
}

.image-holder {
  padding-bottom: 88%;
}

.image-holder.image-1 {
  padding-bottom: 0%;
}

.image-holder.image-2 {
  background-image: url('../images/starttheconversation.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-holder.image-3 {
  background-image: url('../images/frank-vex-1067100-unsplash-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-holder.image-4 {
  background-image: url('../images/img-work-1_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-holder.image-5 {
  background-image: url('../images/img-work-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-holder.image-6 {
  background-image: url('../images/Portfolio-Img-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.date {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: -30px;
  padding: 7px 10px 7px 30px;
  background-color: rgba(20, 137, 204, .1);
  color: #1489cd;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
}

.article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #ddd;
}

.input {
  height: 50px;
  margin-bottom: 20px;
  border: 2px solid #eee;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.input:hover {
  border-color: #ccc;
}

.input:active {
  border-color: #1489cd;
}

.input:focus {
  border-color: #1489cd;
}

.input.message {
  height: 200px;
}

.map-holder {
  background-color: #1489cd;
}

.map {
  opacity: 0.4;
}

.bottom-call-to-action {
  text-align: center;
}

.text-span {
  position: static;
  display: block;
  overflow: visible;
  padding-top: 0px;
  font-family: 'Playfair Display';
  font-size: 21px;
}

.image-7 {
  display: block;
  margin-top: 10px;
  margin-bottom: -12px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.block-quote {
  direction: ltr;
  font-size: 22px;
  line-height: 42px;
  text-align: center;
  text-transform: capitalize;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-3 {
  margin-bottom: 10px;
}

.paragraph {
  margin-top: 15px;
  padding-bottom: 0px;
}

.heading {
  display: inline-block;
}

.column {
  display: block;
}

.tabs-menu {
  position: relative;
  display: block;
  font-family: 'Playfair Display';
}

.heading-2 {
  font-weight: 400;
}

.columns {
  border-style: none;
  border-color: #c7c6c7;
}

.tab-pane-tab-3 {
  border: 5px solid #c7c6c7;
}

.column-2 {
  padding-left: 9px;
}

.image-8 {
  margin-left: 0px;
  padding-left: 0px;
}

.html-embed {
  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;
}

.section-2 {
  margin-top: 45px;
}

.image-9 {
  background-image: url('../images/20181028_151742-min.jpg');
  background-position: 0px 0px;
  background-size: 1296px;
}

.rich-text-block {
  font-family: Roboto;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}

.slide-2 {
  min-height: 500px;
  background-image: url('../images/Zoofari-Jaguar-Jonathan-Morelos.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-3 {
  position: relative;
  background-image: url('../images/bhargava-srivari-364335-unsplash-min.jpg');
  background-position: 50% 100%;
  background-size: 1250px;
}

.slider-2 {
  display: block;
  min-height: 500px;
}

.rich-text-block-2 {
  margin-top: 30px;
  font-family: Roboto;
  line-height: 25px;
  font-weight: 300;
}

.text-block {
  font-weight: 400;
}

.bold-text {
  font-family: 'Playfair Display';
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  text-decoration: underline;
}

.link-block {
  border-bottom-style: none;
}

.heading-3 {
  font-weight: 400;
}

.image-10 {
  position: static;
  padding-right: 0px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-7 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-4 {
  font-size: 32px;
  text-transform: capitalize;
}

.paragraph-2 {
  text-decoration: none;
}

.image-11 {
  max-height: 350px;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block {
  text-align: center;
}

.image-12 {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-item {
  text-transform: capitalize;
}

.image-13 {
  position: absolute;
  right: 0%;
  bottom: 16%;
  opacity: 0.4;
}

.image-13:hover {
  z-index: 8;
  opacity: 0.6;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-13:focus {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.text-block-3 {
  text-align: right;
}

.link {
  color: #116175;
}

.image-14 {
  position: static;
}

.image-15 {
  max-height: 350px;
}

.container-4 {
  position: fixed;
  left: 0px;
  top: 107px;
  right: 0px;
  z-index: 9999;
  clear: none;
  background-color: #fff;
}

.div-block-2 {
  border: 1px none #000;
  background-color: rgba(0, 152, 255, 0);
}

.text-block-4 {
  display: inline-block;
  clear: none;
}

.submit-button {
  position: relative;
  text-align: center;
}

@media (max-width: 991px) {
  .main-link {
    margin-left: 0px;
    color: #fff;
    font-weight: 700;
  }
  .main-link:hover {
    color: #fff;
  }
  .main-link:active {
    color: #fff;
    text-shadow: 0 0 9px hsla(0, 0%, 100%, .25);
  }
  .main-link.w--current {
    color: hsla(0, 0%, 100%, .7);
  }
  .main-link.button {
    display: inline-block;
    margin-left: 15px;
  }
  .nav-menu {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px;
    background-color: #1489cd;
    box-shadow: 0 11px 41px -7px rgba(0, 0, 0, .3);
  }
  .brand {
    width: auto;
    padding-bottom: 9px;
    line-height: 21px;
  }
  .container.content {
    margin-bottom: 20px;
  }
  .container.top-content {
    margin-top: auto;
  }
  .menu-button {
    margin-right: 10px;
    padding: 8px 0px 5px;
    float: left;
    border-radius: 3px;
    color: #777;
    font-size: 32px;
    line-height: 32px;
  }
  .menu-button:hover {
    color: #333;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #333;
  }
  .menu-icon {
    background-color: #eee;
  }
  .section-hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-hero.title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-hero.full-width {
    background-attachment: scroll;
  }
  .slider-nav {
    padding-left: 32px;
  }
  .hero-slide-title {
    max-width: 95%;
  }
  .bottom-margin-medium {
    margin-bottom: 20px;
  }
  .slide {
    padding: 30px;
  }
  .hero-line {
    display: inline;
  }
  .section---white-holder {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-half-block {
    min-height: 0px;
  }
  .block-main-holder {
    margin-right: -20px;
    padding: 30px;
  }
  .block-main-holder.left {
    margin-right: -10px;
    margin-left: -20px;
    padding-left: 30px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.news {
    padding-bottom: 10px;
  }
  .third-block-content-single {
    padding: 20px;
  }
  .quote-holder {
    min-height: 80px;
    padding-top: 70px;
    padding-right: 0px;
    padding-left: 0px;
    background-size: 50px;
    direction: ltr;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
  }
  .footer-nav-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hero-sub-title {
    text-shadow: 0 0 1px #000;
  }
  .full-spread-image {
    margin-right: -30px;
    margin-bottom: 30px;
    margin-left: -30px;
  }
  .content {
    margin-bottom: 40px;
  }
  .bottom-margin-extra-small.top-section-hero {
    text-shadow: 0 0 1px #000;
  }
  .call-to-action {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .work-title-holder {
    margin-right: -20px;
    margin-left: -20px;
    padding: 30px;
  }
  .date {
    margin-left: -20px;
    padding-left: 20px;
  }
  .image-7 {
    margin-top: 12px;
  }
  .image-9 {
    -webkit-perspective: 840px;
    perspective: 840px;
  }
  .image-11 {
    max-height: 400px;
  }
  .image-13 {
    opacity: 0.2;
  }
  .image-15 {
    max-height: 400px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
  h3 {
    font-size: 20px;
    line-height: 29px;
  }
  .brand {
    padding-left: 0px;
  }
  .container.content {
    margin-bottom: 20px;
  }
  .menu-button {
    position: relative;
    z-index: 2;
  }
  .slider {
    opacity: 1;
  }
  .slider-nav {
    padding-left: 20px;
  }
  .hero-slide-title {
    max-width: 90%;
    font-size: 35px;
    line-height: 45px;
  }
  .slide {
    padding: 20px;
  }
  .slider-background {
    width: 150%;
  }
  .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col.padding {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-half-block {
    background-color: #fff;
  }
  .block-main-holder {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 30px;
  }
  .block-main-holder.left {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 30px;
    text-align: left;
  }
  .half-block-main {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
  }
  .half-block-main.right.home-1 {
    position: relative;
  }
  .third-block-holder-single {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
  }
  .third-block-holder-single.no-bottom-margin {
    margin-bottom: 0px;
  }
  .third-block-content-single.switch {
    float: left;
  }
  .third-block-content-single.bottom-margin-medium.half {
    float: right;
  }
  .third-block-content-single.half {
    width: 50%;
    float: left;
  }
  .third-block-content-image {
    width: 50%;
    float: left;
  }
  .third-block-content-image.switch {
    float: right;
  }
  .quote-holder {
    padding-top: 60px;
    padding-left: 0px;
    background-position: 0px 0px;
    background-size: 55px;
  }
  .align-right.social {
    text-align: left;
  }
  .social-icon {
    margin-right: 5px;
    margin-left: 0px;
  }
  .footer-nav-section {
    padding: 30px;
  }
  .footer-nav-holder {
    margin-bottom: 20px;
  }
  .full-spread-image {
    margin-bottom: 40px;
  }
  .content {
    margin-bottom: 20px;
  }
  .dark-grey.inline-to-block {
    display: block;
  }
  .work-title-holder {
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px;
  }
  .down-arrow {
    width: 30px;
  }
  .image-holder {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 50%;
    bottom: 0px;
    padding-bottom: 0%;
    float: left;
  }
  .image-8 {
    position: static;
    display: block;
    overflow: visible;
    max-width: 100%;
  }
  .image-14 {
    position: static;
    clear: none;
  }
}

@media (max-width: 479px) {
  .main-link {
    position: relative;
    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;
  }
  .main-link.w--current {
    display: block;
    -webkit-filter: none;
    filter: none;
    color: hsla(0, 0%, 100%, .8);
  }
  .main-link.button {
    width: 49%;
    margin-right: 1%;
    margin-left: 0px;
    text-align: center;
  }
  .main-link.button.alternate {
    width: 49%;
    margin-right: 0%;
    margin-left: 1%;
    text-align: center;
  }
  .nav-menu {
    padding-right: 0px;
    padding-left: 0px;
  }
  .brand {
    display: block;
    margin-top: 2px;
    padding-bottom: 0px;
    float: none;
  }
  .brand.w--current {
    margin-top: 4px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navbar {
    padding: 20px;
  }
  .header-button-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    float: none;
    clear: both;
  }
  .container {
    margin-top: 0px;
  }
  .container.content {
    margin-bottom: 20px;
  }
  .section-hero {
    padding: 20px;
  }
  .section-hero.title {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 137, 205, .8)), to(rgba(20, 137, 205, .8))), url('../images/james-wheeler-1103400-unsplash-min-p-2600_1.jpeg');
    background-image: linear-gradient(180deg, rgba(20, 137, 205, .8), rgba(20, 137, 205, .8)), url('../images/james-wheeler-1103400-unsplash-min-p-2600_1.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
  }
  .slider {
    opacity: 1;
  }
  .slider-nav {
    padding-top: 5px;
  }
  .hero-slide-title {
    max-width: 95%;
  }
  .header {
    padding-left: 0px;
  }
  .section---white-holder {
    padding: 20px;
  }
  .block-main-holder {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .half-block-main {
    height: 200px;
  }
  .half-block-main.right.home-1 {
    position: static;
  }
  .section {
    padding: 20px;
  }
  .third-block-holder-single {
    margin-bottom: 20px;
  }
  .third-block-content-single {
    width: auto;
    float: none;
  }
  .third-block-content-single.half {
    width: 100%;
    float: none;
  }
  .third-block-content-image {
    width: auto;
    float: none;
  }
  .quote-holder {
    background-size: 50px;
  }
  .white-link.uppercase {
    display: block;
    margin-right: 0px;
    margin-bottom: 5px;
    padding-bottom: 4px;
  }
  .footer-nav-section {
    padding: 20px;
  }
  .footer-copyright-section {
    padding: 20px;
  }
  .hero-sub-title {
    text-shadow: none;
  }
  .full-spread-image {
    margin-right: -20px;
    margin-bottom: 30px;
    margin-left: -20px;
  }
  .bottom-margin-extra-small.top-section-hero {
    text-shadow: none;
  }
  .call-to-action {
    padding: 20px;
  }
  .image-holder {
    position: static;
    padding-bottom: 88%;
    float: none;
  }
  .image-7 {
    margin-top: 12px;
    margin-bottom: -12px;
    padding-top: 0px;
    text-align: left;
  }
  .block-quote {
    padding-left: 0px;
  }
  .utility-page-wrap {
    background-image: url('../images/james-wheeler-1103400-unsplash-min.jpg');
  }
  .heading-3 {
    text-transform: uppercase;
  }
  .text-block-2 {
    text-transform: none;
  }
  .columns-2 {
    margin-top: 20px;
  }
  .image-13 {
    opacity: 0.2;
  }
}

#w-node-b9cb731fff37-2be28bfc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-469e52fb3615-2be28bfc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b9cb731fff37-2be28bfc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-469e52fb3615-2be28bfc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b9cb731fff37-2be28bfc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-469e52fb3615-2be28bfc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b9cb731fff37-2be28bfc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-469e52fb3615-2be28bfc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b9cb731fff37-2be28bfc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-469e52fb3615-2be28bfc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b9cb731fff37-2be28bfc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-469e52fb3615-2be28bfc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b9cb731fff37-2be28bfc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-469e52fb3615-2be28bfc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b9cb731fff37-2be28bfc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-469e52fb3615-2be28bfc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-19680e8ad756-542a70cf {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b9cb731fff37-2be28bfc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-469e52fb3615-2be28bfc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b9cb731fff37-2be28bfc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-469e52fb3615-2be28bfc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b9cb731fff37-2be28bfc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-469e52fb3615-2be28bfc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b9cb731fff37-2be28bfc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-469e52fb3615-2be28bfc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

.wpcf7-list-item-label {
  padding-left: 5px;
}

#g-recaptcha {
display: block !important;
position: absolute;
margin: -50px 0 20px 0 !important;
z-index: -999999;
opacity: 0;
}
