@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,700,300,400);
/* fontFace & fontFam Usage:
	( * ) Place all fonts (incl. cross browser options) into one folder "fonts/"

 	( 1 ) Import fonts from local folder ():
	@include fontFace('MyFontA_FontFamilyName', 'myFontA_file_prefix');
	@include fontFace('MyFontB_FontFamilyName', 'myFontB_file_prefix');
	...

	( 2 ) Include Font Family where needed:
	div {
		@include fontFam( 'MyFontA_FontFamilyName', 300, italic );
		@include fontFam( 'MyFontB_FontFamilyName', 600, bold );

		// or with default font-weight and style:
		@include fontFam( 'MyFontA_FontFamilyName' );
		@include fontFam( 'MyFontB_FontFamilyName' );
	}
*/
/*
Theme Name: Simple Theme
Theme URI: http://demetriusburgess.com/simple_theme
Author: Demetrius Burgess
Author URI: http://demetriusburgess.com
Description: A simple, elegent, responsive theme.
Version: 1
Tags: responsive-layout
Text Domain: simpletheme

*/
@font-face {
  font-family: "Montserrat-Bold";
  src: url(fonts/65e03151914e450958061cbb762eebe1.eot);
  /* IE9 Compat Modes */
  src: url(fonts/65e03151914e450958061cbb762eebe1.eot?#iefix) format("embedded-opentype"), url(fonts/40fc2f43e91d065c1b9fb48811340c43.woff) format("woff"), url(fonts/d3085f686df272f9e1a267cc69b2d24f.ttf) format("truetype"), url(images/4cbe8eb1865953f32cb835c92f9eac29.svg#svgFontName) format("svg");
  /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url(fonts/d1fd5838b082fce48b9013255ba1f002.eot);
  /* IE9 Compat Modes */
  src: url(fonts/d1fd5838b082fce48b9013255ba1f002.eot?#iefix) format("embedded-opentype"), url(fonts/6414b69cd079c670e2c34102ecdd21a3.woff) format("woff"), url(fonts/9e52b00d737492e337b2498406aef98f.ttf) format("truetype"), url(images/f95b0759096ddf06b197f4fcafa860a7.svg#svgFontName) format("svg");
  /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url(fonts/c330043b3f9ace258d44c975f2a98b2a.eot);
  /* IE9 Compat Modes */
  src: url(fonts/c330043b3f9ace258d44c975f2a98b2a.eot?#iefix) format("embedded-opentype"), url(fonts/0ac34a0ccc38a29d1b738d455ca6fd9f.woff) format("woff"), url(fonts/07689d4eaaa3d530d58826b5d7f84735.ttf) format("truetype"), url(images/f8fe93ad0a96d8204a4001cf5abe3536.svg#svgFontName) format("svg");
  /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url(fonts/28d7d2480991f8fdeb5f07bea9623786.eot);
  /* IE9 Compat Modes */
  src: url(fonts/28d7d2480991f8fdeb5f07bea9623786.eot?#iefix) format("embedded-opentype"), url(fonts/0215dfe88c04ab3b5a89b8ffd29af7d3.woff) format("woff"), url(fonts/31e34a4dc526ffb104e2d988f6f52516.ttf) format("truetype"), url(images/c384b894e937aa57a5f15af53395caaf.svg#svgFontName) format("svg");
  /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MortModern-08Regular";
  src: url(fonts/5c20bd665c258f06b15230089fb18101.eot);
  /* IE9 Compat Modes */
  src: url(fonts/5c20bd665c258f06b15230089fb18101.eot?#iefix) format("embedded-opentype"), url(fonts/3afc9ab1dfd212c08bd387fa35b3c777.woff) format("woff"), url(fonts/08aff81e4604110b1e975d18765d5cd6.ttf) format("truetype"), url(images/f29b09aab25702e09bff96df7d0c87ab.svg#svgFontName) format("svg");
  /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
}
.grecaptcha-badge {
  visibility: hidden;
}

html, body {
  height: 100%;
  min-height: 100%;
  position: relative;
  font-family: "Montserrat-Light" !important;
  font-weight: 100;
}

body {
  margin: 0px;
  padding: 0px;
  font-weight: 300px;
}
@media all and (max-width: 991px) {
  body {
    font-size: 13px !important;
  }
}
@media all and (max-width: 767px) {
  body {
    font-size: 10px !important;
  }
}

@media all and (max-width: 991px) {
  .desktop-elem {
    display: none;
  }
}

.not-desktop-elem {
  display: none;
}
@media all and (max-width: 991px) {
  .not-desktop-elem {
    display: block;
  }
}

@media all and (max-width: 767px) {
  .not-mobile-elem {
    display: none;
  }
}

.mobile-elem {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile-elem {
    display: block;
  }
}

a {
  text-decoration: none !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}
a:link {
  color: black;
}
a:hover {
  color: grey;
}
a:visited {
  color: black;
}
a.block-link {
  display: block;
  height: 100%;
}
a.white-link {
  color: white;
}
a.white-link:link {
  color: white;
}
a.white-link:hover {
  color: white;
}
a.white-link:visited {
  color: white;
}
a.blue-coral-link {
  color: #08405C;
}
a.blue-coral-link:link {
  color: #08405C;
}
a.blue-coral-link:hover {
  color: #EA3721;
}
a.blue-coral-link:visited {
  color: #08405C;
}
a.white-coral-link {
  color: white;
}
a.white-coral-link:link {
  color: white;
}
a.white-coral-link:hover {
  color: #EA3721;
}
a.white-coral-link:visited {
  color: white;
}
a.white-link {
  color: white;
}
a.white-link:link {
  color: white;
}
a.white-link:hover {
  color: white;
}
a.white-link:visited {
  color: white;
}
a.grey-link {
  color: #414042;
}
a.grey-link:link {
  color: #414042;
}
a.grey-link:hover {
  color: #414042;
}
a.grey-link:visited {
  color: #414042;
}
a.blue-coral-link {
  color: #002D56;
}
a.blue-coral-link:link {
  color: #002D56;
}
a.blue-coral-link:hover {
  color: #EA3721;
}
a.blue-coral-link:visited {
  color: #002D56;
}
a.dark-grey-white-link {
  color: #949899;
}
a.dark-grey-white-link:link {
  color: #949899;
}
a.dark-grey-white-link:hover {
  color: white;
}
a.dark-grey-white-link:visited {
  color: #949899;
}
a.footer-link {
  color: #949899;
}
a.footer-link:link {
  color: #949899;
}
a.footer-link:hover {
  color: white;
}
a.footer-link:visited {
  color: #949899;
}
a.black-grey-link {
  color: black;
}
a.black-grey-link:link {
  color: black;
}
a.black-grey-link:hover {
  color: grey;
}
a.black-grey-link:visited {
  color: black;
}
a.white-grey-link {
  color: white;
}
a.white-grey-link:link {
  color: white;
}
a.white-grey-link:hover {
  color: lightgrey;
}
a.white-grey-link:visited {
  color: white;
}
a.blue-link {
  color: #002D56 !important;
}
a.blue-link:link {
  color: #002D56 !important;
}
a.blue-link:hover {
  color: #002D56 !important;
}
a.blue-link:visited {
  color: #002D56 !important;
}

.center-vertically {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media all and (max-width: 991px) {
  .center-vertically.not-in-tablet-and-mobile {
    position: initial;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
}
@media all and (max-width: 767px) {
  .center-vertically.not-in-mobile {
    position: initial;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
}

.white-txt {
  color: white !important;
}

.logo {
  background-repeat: no-repeat;
  background-position: center;
}
.logo.color {
  width: 50px;
  height: 50px;
  background-image: url(images/a5346eee2d71f8a4930e1a09ff9e4267.png);
}
.logo.white.text {
  width: 122px;
  height: 47px;
  background-image: url(images/308d64f2d765235b382235f3fc1725ca.png);
}

.button {
  border: 1px solid;
  cursor: pointer;
  user-select: none;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.button:hover {
  background-color: #EA3721 !important;
  color: white;
}
.button:hover a:hover {
  color: white;
}
.button:hover span {
  background-color: white;
}
.button.wide {
  height: 42px;
}
@media all and (max-width: 767px) {
  .button.wide {
    height: 30px;
  }
}
.button.plus-btn {
  position: relative;
  width: 20px;
  height: 20px;
  border: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  background-image: url(images/fdf69eda62c03e498b664194fd3a94c5.png);
  background-size: cover;
}
.button.plus-btn:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  background-color: rgba(255, 255, 255, 0) !important;
}
.button.close-btn {
  display: inline-block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  position: relative;
  width: 30px;
  height: 30px;
  border: 0;
}
.button.close-btn.white div, .button.close-btn.green div {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.button.close-btn.white div {
  background-image: url(images/db173e00d6c592bf2e58be92328b200a.png);
}
.button.close-btn.green:hover {
  background-color: rgba(255, 255, 255, 0) !important;
}
.button.close-btn.green div {
  background-image: url(images/18e8d4dc9ef943b3b5399518da6e814c.png);
}
.button.nav {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.button.nav:hover span {
  background-color: white !important;
}
.button.nav:hover span:nth-child(1) {
  top: 32%;
}
.button.nav:hover span:nth-child(2) {
  bottom: 32%;
}
.button.nav.close span {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
}
.button.nav.close span:nth-child(1) {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.button.nav.close span:nth-child(2) {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.button.nav span {
  display: block;
  position: absolute;
  width: 14px;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  background-color: white;
}
.button.nav span:nth-child(1) {
  top: 40%;
}
.button.nav span:nth-child(2) {
  bottom: 40%;
}
.button.wide {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  font-family: "Montserrat-Regular";
  font-weight: 100;
  font-style: normal;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 3.5;
}
@media all and (max-width: 767px) {
  .button.wide {
    font-size: 11px;
    line-height: 2.7;
  }
}
.button.wide.submit {
  width: 130px;
  border: 1px solid;
}
.button.wide.in-touch {
  width: 200px;
}
.button.wide.footer {
  width: 230px;
  background: none;
  margin: auto;
}
@media all and (max-width: 767px) {
  .button.wide.footer {
    width: 175px;
    margin-top: 15px;
  }
}
.button.wide.footer:hover {
  border-color: #EA3721;
}
.button.wide.portfolio {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 767px) {
  .button.wide.portfolio {
    width: 100%;
  }
}
.button.wide.career {
  width: 250px;
}
.button.wide.go-back {
  width: 150px;
}
.button.wide.about-careers {
  width: 320px;
  margin: auto;
  line-height: 3.5;
}
@media all and (max-width: 767px) {
  .button.wide.about-careers {
    width: 100%;
    line-height: 2.8;
  }
}
.button.blue:hover {
  border-color: #EA3721;
  color: white;
}
.button.blue:hover span {
  background-color: white;
}
.button.coral:hover {
  border-color: #EA3721;
  color: white;
}
.button.coral:hover span {
  background-color: #EA3721;
}
.button.white {
  border-color: white;
  color: white;
  opacity: 1;
}
.button.white span {
  background-color: white;
}
.button.white:hover {
  border-color: #EA3721;
}
.button.coral-to-white {
  background-color: #EA3721 !important;
}
.button.coral-to-white:hover {
  background-color: white !important;
  color: #EA3721 !important;
}
.button.coral-to-white:hover a {
  color: #EA3721 !important;
}
.button.coral-to-white:hover span {
  background-color: #EA3721 !important;
}
.button.blue {
  border-color: #08405C;
  color: #08405C;
}
.button.blue span {
  background-color: #08405C;
}
.button.semi-transparent {
  background-color: rgba(255, 255, 255, 0.4);
}
.button.view-samples {
  width: 200px;
}
.button.view-samples:hover {
  background-color: white !important;
  border-color: white !important;
  color: #EA3721;
}
@media all and (max-width: 767px) {
  .button.view-samples {
    width: 170px;
    font-size: 9px;
    line-height: 3;
  }
}
.button.prev-btn, .button.next-btn {
  position: relative;
  width: 30px;
  height: 30px;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.button.prev-btn:hover, .button.next-btn:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  opacity: 0.6;
}
.button.prev-btn {
  background-image: url(images/1d0c3a3fed871b1db35bebfb7286bd6c.png);
  left: 0px;
}
.button.prev-btn:hover {
  left: -5px;
}
.button.next-btn {
  background-image: url(images/6e3eccae0006826930eb6d8c79a28be1.png);
  right: 0px;
}
.button.next-btn:hover {
  right: -5px;
}

.dropdown-btn {
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: relative;
  top: 3px;
  left: 30px;
  z-index: 1000;
}
@media all and (max-width: 991px) {
  .dropdown-btn {
    width: 18px;
    height: 18px;
  }
}
.dropdown-btn.active .inner-container span:nth-child(2) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  opacity: 0;
}
.dropdown-btn.green .inner-container span {
  background-color: #EA3721;
}
.dropdown-btn .inner-container {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
@media all and (max-width: 991px) {
  .dropdown-btn .inner-container {
    width: 18px;
    height: 18px;
  }
}
@media all and (max-width: 767px) {
  .dropdown-btn .inner-container {
    top: 10px;
    right: 10px;
    width: 12px;
    height: 12px;
  }
}
.dropdown-btn .inner-container span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: black;
}
.dropdown-btn .inner-container span:nth-child(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.scroll-down-btn {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/b8c7f6b42300d1ce3a078f34be1813f8.png);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  opacity: 1;
  cursor: pointer;
  user-select: none;
}
@media all and (max-width: 767px) {
  .scroll-down-btn {
    bottom: 5px;
  }
}
.scroll-down-btn:hover {
  opacity: 0.8;
  bottom: 10px;
}
.scroll-down-btn.case-study {
  margin: auto !important;
  z-index: 99000 !important;
  background-image: url(images/b8c7f6b42300d1ce3a078f34be1813f8.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transition: 0.5s !important;
  -webkit-transition: 0.5s !important;
  -moz-transition: 0.5s !important;
  -o-transition: 0.5s !important;
  -ms-transition: 0.5s !important;
}

.header {
  margin: 0px;
  letter-spacing: 1px;
}
.header.one {
  font-size: 48px;
  font-family: "Montserrat-Light";
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  text-align: center;
  color: #08405C;
}
@media all and (max-width: 991px) {
  .header.one {
    font-size: 40px;
  }
}
@media all and (max-width: 767px) {
  .header.one {
    font-size: 24px;
  }
}
.header.two {
  font-family: "Montserrat-SemiBold";
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  color: #08405C;
  text-align: center;
}
@media all and (max-width: 991px) {
  .header.two {
    font-size: 35px;
  }
}
@media all and (max-width: 767px) {
  .header.two {
    font-size: 17px;
  }
}
.header.three {
  font-family: "Montserrat-Light";
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: #414042;
}
.header.four {
  font-family: "Montserrat-Bold";
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  color: #08405C;
}
@media all and (max-width: 767px) {
  .header.four {
    font-size: 12px;
  }
}
.header.five {
  font-family: "Montserrat-Bold";
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: #08405C;
}
@media all and (max-width: 767px) {
  .header.five {
    font-size: 12px;
  }
}
.header.slider-home, .header.service-preview, .header.full-screen-slider {
  font-family: "Montserrat-SemiBold";
  font-weight: 300;
  font-style: normal;
  color: white;
}
.header.slider-home {
  font-size: 80px;
}
@media all and (max-width: 991px) {
  .header.slider-home {
    font-size: 40px;
  }
}
.header.service-preview {
  font-size: 40px;
}
@media all and (max-width: 991px) {
  .header.service-preview {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .header.service-preview {
    font-size: 15px;
  }
}
.header.full-screen-slider {
  font-size: 40px;
}
@media all and (max-width: 767px) {
  .header.full-screen-slider {
    font-size: 20px;
  }
}

.section-wrapper {
  max-width: 1400px;
  padding-left: 125px;
  padding-right: 125px;
  margin: auto;
}
@media all and (max-width: 991px) {
  .section-wrapper {
    padding-left: 80px;
    padding-right: 80px;
    position: inherit;
  }
}
@media all and (max-width: 767px) {
  .section-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 320px;
  }
}

section {
  position: relative;
  overflow: hidden;
}
section .section-inner-container {
  width: 91.6666666667%;
  margin: auto;
  position: relative;
}
@media all and (max-width: 991px) {
  section .section-inner-container {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  section .section-inner-container {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-hero {
  height: 100vh;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: white;
  user-select: none;
}
.section-hero .message-container {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.section-hero .in-touch {
  margin: auto;
  margin-top: 35px;
}
.section-hero .button.nav {
  position: absolute;
  top: 30px;
  right: 30px;
}
.section-hero .chat {
  display: none;
  position: absolute;
  bottom: 50px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-image: url(images/d21a6e88cb096021cea323030f9b34e0.png);
  background-repeat: no-repeat;
  user-select: none;
  cursor: pointer;
  opacity: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
@media all and (max-width: 767px) {
  .section-hero .chat {
    bottom: 35px;
    right: 20px;
  }
}
.section-hero .chat:hover {
  opacity: 0.7;
}

.section-intro {
  padding-top: 180px;
}
.section-intro .section-inner-container {
  max-width: 920px;
}
@media all and (max-width: 767px) {
  .section-intro {
    padding-top: 100px;
  }
}
.section-intro .header.one {
  margin-top: 20px;
}
.section-intro p {
  line-height: 1.8;
  margin: 20px;
}
.section-intro p.top-gap-forty {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .section-intro p {
    font-size: 12px;
    line-height: 1.5;
  }
}

.service-number {
  color: white;
  font-family: "MortModern-08Regular";
  font-weight: 300;
  font-style: normal;
  font-size: 80px;
  display: none;
}
@media all and (max-width: 991px) {
  .service-number {
    font-size: 42px;
  }
}

.glide__slides {
  height: 100%;
}

.section-slider {
  margin-top: 80px;
  position: relative;
}
.section-slider a {
  display: block;
  position: relative;
  height: 100%;
  z-index: 1000;
}
.section-slider .prev-slide-btn,
.section-slider .next-slide-btn {
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  width: 80px;
  background-color: white;
  opacity: 0;
  cursor: pointer;
  user-select: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.section-slider .prev-slide-btn:hover,
.section-slider .next-slide-btn:hover {
  opacity: 0.4;
}
@media all and (max-width: 991px) {
  .section-slider .prev-slide-btn,
.section-slider .next-slide-btn {
    width: 60px;
  }
}
@media all and (max-width: 767px) {
  .section-slider .prev-slide-btn,
.section-slider .next-slide-btn {
    width: 30px;
  }
}
.section-slider .prev-slide-btn {
  left: 0;
}
.section-slider .next-slide-btn {
  right: 0;
}
.section-slider .slide-wrapper {
  position: relative;
  height: 650px;
  min-height: 400px;
}
@media all and (max-width: 991px) {
  .section-slider .slide-wrapper {
    min-height: inherit;
    height: 360px;
  }
}
@media all and (max-width: 767px) {
  .section-slider .slide-wrapper {
    height: 190px;
    min-height: inherit;
  }
}
.section-slider .slide-wrapper .slide {
  position: relative;
  height: 100%;
  width: 80%;
  opacity: 1;
  background-size: cover;
  background-position: right bottom;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  color: white;
}
.section-slider .slide-wrapper .slide .inner-wrapper {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: bottom;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  overflow: hidden;
}
.section-slider .slide-wrapper .slide .inner-wrapper .white-stripe {
  position: absolute;
  height: 25px;
  width: 100%;
  background-color: white;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
@media all and (max-width: 767px) {
  .section-slider .slide-wrapper .slide .inner-wrapper .white-stripe {
    height: 15px;
  }
}
.section-slider .slide-wrapper .slide .inner-wrapper .white-stripe.top {
  top: 0px;
}
.section-slider .slide-wrapper .slide .inner-wrapper .white-stripe.bottom {
  bottom: 0px;
}
.section-slider .slide-wrapper .slide.glide__slide--active:hover {
  cursor: inherit;
}
.section-slider .slide-wrapper .slide.glide__slide--active:hover .inner-wrapper .white-stripe.top {
  top: -25px;
}
@media all and (max-width: 767px) {
  .section-slider .slide-wrapper .slide.glide__slide--active:hover .inner-wrapper .white-stripe.top {
    top: -15px;
  }
}
.section-slider .slide-wrapper .slide.glide__slide--active:hover .inner-wrapper .white-stripe.bottom {
  bottom: -25px;
}
@media all and (max-width: 767px) {
  .section-slider .slide-wrapper .slide.glide__slide--active:hover .inner-wrapper .white-stripe.bottom {
    bottom: -15px;
  }
}
.section-slider .slide-wrapper .slide.glide__slide--active .inner-wrapper .white-stripe.top {
  top: -20px;
}
@media all and (max-width: 767px) {
  .section-slider .slide-wrapper .slide.glide__slide--active .inner-wrapper .white-stripe.top {
    top: -10px;
  }
}
.section-slider .slide-wrapper .slide.glide__slide--active .inner-wrapper .white-stripe.bottom {
  bottom: -20px;
}
@media all and (max-width: 767px) {
  .section-slider .slide-wrapper .slide.glide__slide--active .inner-wrapper .white-stripe.bottom {
    bottom: -10px;
  }
}
.section-slider .slide-wrapper .slide .number,
.section-slider .slide-wrapper .slide .content {
  position: absolute;
  left: 40px;
}
@media all and (max-width: 767px) {
  .section-slider .slide-wrapper .slide .number,
.section-slider .slide-wrapper .slide .content {
    left: 20px;
  }
}
.section-slider .slide-wrapper .slide .number {
  top: 60px;
  font-size: 70px;
  font-family: "MortModern-08Regular";
  font-weight: 300;
  font-style: normal;
}
@media all and (max-width: 991px) {
  .section-slider .slide-wrapper .slide .number {
    font-size: 60px;
    top: 20px;
  }
}
@media all and (max-width: 767px) {
  .section-slider .slide-wrapper .slide .number {
    font-size: 20px;
    top: 60px;
  }
}
.section-slider .slide-wrapper .slide .content {
  bottom: 50px;
  overflow: hidden;
  color: white;
  width: 70.8333333333%;
  max-width: 800px;
}
@media all and (max-width: 991px) {
  .section-slider .slide-wrapper .slide .content {
    width: 85%;
  }
}
@media all and (max-width: 767px) {
  .section-slider .slide-wrapper .slide .content {
    bottom: 25px;
  }
}
@media all and (max-width: 767px) {
  .section-slider .slide-wrapper .slide .content .header {
    font-size: 20px;
  }
}
.section-slider .slide-wrapper .slide .content .link {
  position: relative;
  float: left;
  text-transform: uppercase;
  padding-right: 40px;
  background-image: url(images/f1f33f1b66ff15d725dab3b8d8c63539.png);
  background-repeat: no-repeat;
  background-position: right;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
@media all and (max-width: 767px) {
  .section-slider .slide-wrapper .slide .content .link {
    padding-right: 25px;
  }
}
.section-slider .slide-wrapper .slide .content .link a {
  position: inherit;
}
.section-slider .slide-wrapper .slide .content .link div {
  height: 60px;
  width: 120px;
  line-height: 4.5;
}
@media all and (max-width: 767px) {
  .section-slider .slide-wrapper .slide .content .link div {
    height: 40px;
    width: 80px;
  }
}
.section-slider .slide-wrapper .slide .content .link:hover {
  padding-right: 45px;
}
.section-slider .slide-wrapper .slide.one .inner-wrapper {
  background-image: url(images/fb9333c01c001037b692c406372dcc47.jpg);
}
@media all and (max-width: 767px) {
  .section-slider .slide-wrapper .slide.one .inner-wrapper {
    background-image: url(images/e1e5618bd45a8f8d1eed3ca8eb03cf5f.jpg);
  }
}
.section-slider .slide-wrapper .slide.two .inner-wrapper {
  background-image: url(images/2ea3376e6de4be035f5495e4e3a2bc74.jpg);
}
@media all and (max-width: 767px) {
  .section-slider .slide-wrapper .slide.two .inner-wrapper {
    background-image: url(images/79bc41ff64e60cce9aa150165947e488.jpg);
  }
}
.section-slider .slide-wrapper .slide.three .inner-wrapper {
  background-image: url(images/0f2cce02c125dd5b016cca8789948d17.jpg);
}
@media all and (max-width: 767px) {
  .section-slider .slide-wrapper .slide.three .inner-wrapper {
    background-image: url(images/a35d359fb624f6a109d02296cec818ec.jpg);
  }
}
.section-slider .slide-wrapper .slide.four .inner-wrapper {
  background-image: url(images/5bf8d1d7be282ca1f29a72ff6728b975.jpg);
}
@media all and (max-width: 767px) {
  .section-slider .slide-wrapper .slide.four .inner-wrapper {
    background-image: url(images/b3e3dba836505e7ae798bf2afd38505d.jpg);
  }
}
.section-slider .slide-wrapper .slide.five .inner-wrapper {
  background-image: url(images/ce85dc6707c9eb1837586ac9791e0eaa.jpg);
}
@media all and (max-width: 767px) {
  .section-slider .slide-wrapper .slide.five .inner-wrapper {
    background-image: url(images/070aae29c12b8d22d9958a9cae4850f3.jpg);
  }
}
.section-slider .slide-wrapper .slide.six .inner-wrapper {
  background-image: url(images/31b3b4ed98597e8827028dc773955660.jpg);
}
@media all and (max-width: 767px) {
  .section-slider .slide-wrapper .slide.six .inner-wrapper {
    background-image: url(images/5b8d9dc5f0ed6f70ed054f8508678f92.jpg);
  }
}
.section-slider .slide-wrapper .slide.seven .inner-wrapper {
  background-image: url(images/aecb54526ed9a5878126d40d7a79abc7.jpg);
}
@media all and (max-width: 767px) {
  .section-slider .slide-wrapper .slide.seven .inner-wrapper {
    background-image: url(images/b417961ef14df2cda7718f384dd21413.jpg);
  }
}
.section-slider .slide-wrapper .slide.eight .inner-wrapper {
  background-image: url(images/89815dd0482bb2ec0a078ae840557a57.jpg);
}
@media all and (max-width: 767px) {
  .section-slider .slide-wrapper .slide.eight .inner-wrapper {
    background-image: url(images/371f62f1bf3f0822134bec71de500eac.jpg);
  }
}

.section-service-previews {
  position: relative;
  margin-top: 130px;
}
@media all and (max-width: 991px) {
  .section-service-previews {
    margin-top: 80px;
  }
}
.section-service-previews .inner-container {
  position: relative;
}
.section-service-previews .inner-container .single-preview {
  position: relative;
  height: 180px;
  margin-bottom: 40px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
@media all and (max-width: 991px) {
  .section-service-previews .inner-container .single-preview {
    height: 95px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .section-service-previews .inner-container .single-preview {
    height: 50px;
    margin-bottom: 20px;
  }
}
.section-service-previews .inner-container .single-preview .service-number {
  margin-left: 40px;
  display: none;
}
@media all and (max-width: 991px) {
  .section-service-previews .inner-container .single-preview .service-number {
    margin-left: 20px;
  }
}
@media all and (max-width: 767px) {
  .section-service-previews .inner-container .single-preview .service-number {
    font-size: 22px;
  }
}
.section-service-previews .inner-container .single-preview .header {
  margin-left: 60px;
}
@media all and (max-width: 991px) {
  .section-service-previews .inner-container .single-preview .header {
    margin-left: 50px;
  }
}
@media all and (max-width: 767px) {
  .section-service-previews .inner-container .single-preview .header {
    margin-left: 30px;
  }
}
.section-service-previews .inner-container .single-preview .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 80px;
}
@media all and (max-width: 767px) {
  .section-service-previews .inner-container .single-preview .arrow {
    right: 30px;
  }
}
.section-service-previews .inner-container .single-preview:hover .arrow {
  right: 75px;
}
@media all and (max-width: 767px) {
  .section-service-previews .inner-container .single-preview:hover .arrow {
    right: 25px;
  }
}
.section-service-previews .inner-container .single-preview.one {
  background-image: url(images/bd38709efe88eea27565788f555d7f1d.jpg);
}
.section-service-previews .inner-container .single-preview.two {
  background-image: url(images/30bd5b8c8ed66eea891c5dddd2c97ab1.jpg);
}
.section-service-previews .inner-container .single-preview.three {
  background-image: url(images/d00d1f6be2a79b49bda488f769fc725b.jpg);
}
.section-service-previews .inner-container .single-preview.four {
  background-image: url(images/e46989907caf1a3f0c95932fcd451b11.jpg);
}
.section-service-previews .inner-container .single-preview.five {
  background-image: url(images/0484fface82c80a2d65f4aedae5d71c8.jpg);
}
.section-service-previews .inner-container .single-preview.six {
  background-image: url(images/d8b54ca2f98f406333632abdb3bf148b.jpg);
}
.section-service-previews .inner-container .single-preview.seven {
  background-image: url(images/4df037d400534ee58abf86a29539428a.jpg);
}
.section-service-previews .inner-container .single-preview.eight {
  background-image: url(images/1963630c2dec30ff7cf0e43a375aa66c.jpg);
}

.bullets {
  height: 140px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .bullets {
    height: 50px;
    margin-top: 20px;
  }
}
.bullets.full-screen li:hover {
  background-color: white;
}
.bullets.full-screen li.glide__bullet--active {
  border: 1px solid white;
}
.bullets ul {
  list-style-type: none;
  text-align: center;
  vertical-align: middle;
  margin-top: 60px;
  padding: 0px;
}
@media all and (max-width: 991px) {
  .bullets ul {
    margin-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .bullets ul {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.bullets ul li {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  background-color: lightgrey;
  margin-left: 8px;
  margin-right: 8px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  cursor: pointer;
}
.bullets ul li:hover {
  background-color: rgba(240, 81, 48, 0.78);
}
.bullets ul li.glide__bullet--active {
  background-color: #EA3721;
}
@media all and (max-width: 991px) {
  .bullets ul li {
    width: 12px;
    height: 12px;
  }
}
@media all and (max-width: 767px) {
  .bullets ul li {
    width: 10px;
    height: 10px;
    margin-left: 4px;
    margin-right: 4px;
  }
}

.section-thumbnail {
  position: relative;
  margin-top: 70px;
}
.section-thumbnail .centering-left-margin {
  margin-left: 16.666%;
}
@media all and (max-width: 767px) {
  .section-thumbnail .centering-left-margin {
    margin-left: 0%;
  }
}
@media all and (max-width: 767px) {
  .section-thumbnail.two-col .inner-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.section-thumbnail.two-col .inner-wrapper .tile {
  width: 50%;
}
@media all and (max-width: 767px) {
  .section-thumbnail.two-col .inner-wrapper .tile {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media all and (max-width: 767px) {
  .section-thumbnail.two-col .inner-wrapper .tile .inner-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.section-thumbnail.two-col .inner-wrapper .tile .inner-wrapper .image {
  height: 300px;
}
@media all and (max-width: 1200px) {
  .section-thumbnail.two-col .inner-wrapper .tile .inner-wrapper .image {
    height: 240px;
  }
}
@media all and (max-width: 991px) {
  .section-thumbnail.two-col .inner-wrapper .tile .inner-wrapper .image {
    height: 200px;
  }
}
@media all and (max-width: 767px) {
  .section-thumbnail.two-col .inner-wrapper .tile .inner-wrapper .image {
    height: 150px;
  }
}
.section-thumbnail.three-col .tile {
  width: 33.3333333333%;
}
@media all and (max-width: 767px) {
  .section-thumbnail.three-col .tile {
    width: 100%;
  }
}
.section-thumbnail.three-col .tile .image {
  height: 200px;
}
@media all and (max-width: 1200px) {
  .section-thumbnail.three-col .tile .image {
    height: 180px;
  }
}
@media all and (max-width: 991px) {
  .section-thumbnail.three-col .tile .image {
    height: 150px;
  }
}
@media all and (max-width: 767px) {
  .section-thumbnail.three-col .tile .image {
    height: 150px;
  }
}
.section-thumbnail.three-col.project-filter {
  min-height: 450px;
}
@media all and (max-width: 991px) {
  .section-thumbnail.three-col.project-filter {
    min-height: 380px;
  }
}
@media all and (max-width: 767px) {
  .section-thumbnail.three-col.project-filter {
    min-height: 350px;
  }
}
.section-thumbnail.three-col.project-filter .tile {
  margin-bottom: 30px;
}
@media all and (max-width: 991px) {
  .section-thumbnail.three-col.project-filter .tile {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .section-thumbnail.three-col.project-filter .tile {
    margin-bottom: 15px;
  }
}
.section-thumbnail.three-col.project-filter .tile .image {
  height: inherit;
}
.section-thumbnail.three-col.project-filter .tile .text .title {
  text-align: left !important;
  min-height: 50px;
}
@media all and (max-width: 1200px) {
  .section-thumbnail.three-col.project-filter .tile .text .title {
    width: 100% !important;
  }
}
@media all and (max-width: 991px) {
  .section-thumbnail.three-col.project-filter .tile .text .title {
    min-height: 40px;
    width: 95% !important;
  }
}
@media all and (max-width: 767px) {
  .section-thumbnail.three-col.project-filter .tile .text .title {
    min-height: 30px;
  }
}
@media all and (max-width: 1200px) {
  .section-thumbnail.three-col.project-filter .tile .arrow-green {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .section-thumbnail.three-col.two-col-in-mobile .inner-wrapper {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.section-thumbnail.three-col.two-col-in-mobile .inner-wrapper .tile {
  max-width: 80%;
}
@media all and (max-width: 767px) {
  .section-thumbnail.three-col.two-col-in-mobile .inner-wrapper .tile {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media all and (max-width: 767px) {
  .section-thumbnail.three-col.two-col-in-mobile .inner-wrapper .tile .inner-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media all and (max-width: 767px) {
  .section-thumbnail.three-col.two-col-in-mobile .inner-wrapper .tile .image {
    height: 100px;
  }
}
.section-thumbnail.three-col.orig-thumb-ratio .tile .image {
  height: inherit;
}
@media all and (max-width: 991px) {
  .section-thumbnail.three-col.orig-thumb-ratio .tile .image {
    height: inherit;
  }
}
@media all and (max-width: 767px) {
  .section-thumbnail.three-col.orig-thumb-ratio .tile .image {
    height: inherit;
  }
}
.section-thumbnail .header {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .section-thumbnail .header {
    margin-bottom: 30px;
  }
}
.section-thumbnail .inner-wrapper {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.section-thumbnail .inner-wrapper .tile {
  position: relative;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .section-thumbnail .inner-wrapper .tile {
    margin-bottom: 30px;
  }
}
.section-thumbnail .inner-wrapper .tile.shrink .inner-wrapper .image .inner-container {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
}
.section-thumbnail .inner-wrapper .tile .inner-wrapper {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.section-thumbnail .inner-wrapper .tile .inner-wrapper:hover .image .inner-container {
  transform: scale(0.97);
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -o-transform: scale(0.97);
  -ms-transform: scale(0.97);
}
.section-thumbnail .inner-wrapper .tile .inner-wrapper:hover .text .arrow-green {
  opacity: 1;
  margin-left: 20px;
}
.section-thumbnail .inner-wrapper .tile .inner-wrapper .image {
  position: relative;
  background-size: cover;
  background-position: center;
}
.section-thumbnail .inner-wrapper .tile .inner-wrapper .image img {
  visibility: hidden;
  width: 100%;
  height: auto;
}
.section-thumbnail .inner-wrapper .tile .inner-wrapper .image .inner-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  background-size: cover;
  background-position: center;
}
.section-thumbnail .inner-wrapper .tile .inner-wrapper .image .inner-container img {
  visibility: visible;
  width: 100%;
  height: auto;
}
.section-thumbnail .inner-wrapper .tile .inner-wrapper .text {
  position: relative;
  margin-top: 10px;
  margin-left: 2%;
  overflow: hidden;
  min-height: 60px;
}
@media all and (max-width: 767px) {
  .section-thumbnail .inner-wrapper .tile .inner-wrapper .text {
    min-height: inherit;
  }
}
.section-thumbnail .inner-wrapper .tile .inner-wrapper .text .date {
  color: #414042;
  text-transform: uppercase;
  font-size: 12px;
}
@media all and (max-width: 767px) {
  .section-thumbnail .inner-wrapper .tile .inner-wrapper .text .date {
    font-size: 10px;
  }
}
.section-thumbnail .inner-wrapper .tile .inner-wrapper .text .title,
.section-thumbnail .inner-wrapper .tile .inner-wrapper .text .arrow-green {
  float: left;
}
.section-thumbnail .inner-wrapper .tile .inner-wrapper .text .name,
.section-thumbnail .inner-wrapper .tile .inner-wrapper .text .title {
  font-size: 14px;
}
@media all and (max-width: 991px) {
  .section-thumbnail .inner-wrapper .tile .inner-wrapper .text .name,
.section-thumbnail .inner-wrapper .tile .inner-wrapper .text .title {
    font-size: 12px;
  }
}
@media all and (max-width: 767px) {
  .section-thumbnail .inner-wrapper .tile .inner-wrapper .text .name,
.section-thumbnail .inner-wrapper .tile .inner-wrapper .text .title {
    font-size: 10px;
  }
}
.section-thumbnail .inner-wrapper .tile .inner-wrapper .text .title {
  width: inherit;
  max-width: 80%;
}
@media all and (max-width: 767px) {
  .section-thumbnail .inner-wrapper .tile .inner-wrapper .text .title {
    width: 100%;
  }
}
.section-thumbnail .inner-wrapper .tile .inner-wrapper .text .name {
  position: relative;
  font-size: 20px;
  font-family: "Montserrat-Regular";
  font-weight: 300;
  font-style: normal;
}
@media all and (max-width: 991px) {
  .section-thumbnail .inner-wrapper .tile .inner-wrapper .text .name {
    font-size: 15px;
  }
}
.section-thumbnail .inner-wrapper .tile .inner-wrapper .text .position {
  margin-top: 5px;
  font-size: 12px;
}
@media all and (max-width: 991px) {
  .section-thumbnail .inner-wrapper .tile .inner-wrapper .text .position {
    font-size: 10px;
  }
}
@media all and (max-width: 767px) {
  .section-thumbnail .inner-wrapper .tile .inner-wrapper .text .position {
    font-size: 8px;
  }
}
.section-thumbnail .inner-wrapper .tile .inner-wrapper .text .name,
.section-thumbnail .inner-wrapper .tile .inner-wrapper .text .dropdown-btn {
  display: inline-block;
}
.section-thumbnail .inner-wrapper .tile .inner-wrapper .text .name,
.section-thumbnail .inner-wrapper .tile .inner-wrapper .text .position {
  color: #414042;
}
.section-thumbnail .inner-wrapper .tile .inner-wrapper .text .position,
.section-thumbnail .inner-wrapper .tile .inner-wrapper .text .description {
  font-size: 12px;
  line-height: 1.7;
}
.section-thumbnail .inner-wrapper .tile .inner-wrapper .text .description {
  line-height: 1.7;
}
.section-thumbnail .inner-wrapper .tile .inner-wrapper .text .arrow-green {
  position: relative;
  top: 3px;
  width: 12px;
  height: 20px;
  margin-left: 15px;
  background-repeat: no-repeat;
  background-image: url(images/cba032d3cf8032274a1870f536385903.png);
  background-position: center;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
@media all and (max-width: 991px) {
  .section-thumbnail .inner-wrapper .tile .inner-wrapper .text .arrow-green {
    display: none;
  }
}
.section-thumbnail .inner-wrapper .tile .inner-wrapper .text .description {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.section-thumbnail .inner-wrapper .tile .inner-wrapper .text .description .inner-container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
}

.section-logos {
  position: relative;
  margin-top: 100px;
}
@media all and (max-width: 767px) {
  .section-logos {
    margin-top: 50px;
  }
}
.section-logos.four-col .logos-wrapper .logo {
  width: 25%;
  padding-left: 50px;
  padding-right: 50px;
}
@media all and (max-width: 991px) {
  .section-logos.four-col .logos-wrapper .logo {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media all and (max-width: 767px) {
  .section-logos.four-col .logos-wrapper .logo {
    width: 33.3333333%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.section-logos .header {
  margin-bottom: 50px;
}
.section-logos .logos-wrapper {
  position: relative;
  font-size: 0px;
  text-align: center;
}
.section-logos .logos-wrapper .logo {
  display: inline-block;
  width: 16.6666666667%;
  overflow: hidden;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .section-logos .logos-wrapper .logo {
    width: 33.3333333333%;
  }
}
.section-logos .logos-wrapper .logo img {
  width: 100%;
  height: auto;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.section-logos .logos-wrapper .logo img:hover {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06);
}

.section-video {
  position: relative;
  height: 600px;
  margin-top: 100px;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 991px) {
  .section-video {
    height: 330px;
  }
}
@media all and (max-width: 767px) {
  .section-video {
    height: 150px;
    margin-top: 50px;
  }
}

.section-testimonials {
  max-width: 1400px;
  margin: auto;
  padding-left: 125px;
  padding-right: 125px;
  margin-top: 200px;
}
@media all and (max-width: 991px) {
  .section-testimonials {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media all and (max-width: 767px) {
  .section-testimonials {
    max-width: 320px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0px;
  }
}
.section-testimonials .quote-mark {
  width: 30px;
  height: 30px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/5da4c1da2f612eaf5172f6681250b407.png);
}
.section-testimonials .header {
  margin-top: 30px;
}
.section-testimonials .arrow {
  top: 50px;
}
.section-testimonials .arrow.left {
  left: -100px;
}
@media all and (max-width: 991px) {
  .section-testimonials .arrow.left {
    left: -60px;
  }
}
@media all and (max-width: 767px) {
  .section-testimonials .arrow.left {
    left: -37px;
  }
}
.section-testimonials .arrow.right {
  right: -100px;
}
@media all and (max-width: 991px) {
  .section-testimonials .arrow.right {
    right: -60px;
  }
}
@media all and (max-width: 767px) {
  .section-testimonials .arrow.right {
    right: -37px;
  }
}
.section-testimonials .testimonials-wrapper {
  position: relative;
  width: 75%;
  height: 370px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 991px) {
  .section-testimonials .testimonials-wrapper {
    width: 100%;
    height: 300px;
  }
}
@media all and (max-width: 767px) {
  .section-testimonials .testimonials-wrapper {
    height: 190px;
  }
}
.section-testimonials .testimonials-wrapper .testimonial {
  position: relative;
  text-align: center;
  font-family: "Montserrat-Light";
  font-weight: 300;
  font-style: normal;
  font-size: 23px;
  color: #08405C;
}
@media all and (max-width: 767px) {
  .section-testimonials .testimonials-wrapper .testimonial {
    font-size: 13px;
  }
}
.section-testimonials .testimonials-wrapper .testimonial .name-title-wrapper {
  margin-top: 10px;
}
.section-testimonials .testimonials-wrapper .testimonial .name-title-wrapper span {
  display: inline-block;
  font-family: "Montserrat-Regular";
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  color: #95989A;
  letter-spacing: 1px;
}
@media all and (max-width: 767px) {
  .section-testimonials .testimonials-wrapper .testimonial .name-title-wrapper span {
    font-size: 7px;
  }
}
.section-testimonials .testimonials-wrapper .testimonial .name-title-wrapper span.name {
  text-transform: uppercase;
}
.section-testimonials .testimonials-wrapper .testimonial .name-title-wrapper span:nth-child(2) {
  position: relative;
  top: 5px;
  width: 2px;
  height: 20px;
  background-color: #EA3721;
  margin-left: 20px;
  margin-right: 20px;
}
@media all and (max-width: 767px) {
  .section-testimonials .testimonials-wrapper .testimonial .name-title-wrapper span:nth-child(2) {
    display: none;
    height: 16px;
    margin-left: 7px;
    margin-right: 7px;
  }
}
.section-testimonials .testimonials-wrapper .testimonial .bullets {
  height: 80px;
}

.arrow {
  position: absolute;
  top: 170px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.arrow.left {
  left: -5px;
  background-image: url(images/7123446181f4b1044893af90c4104c56.png);
}
.arrow.right {
  right: -5px;
  background-image: url(images/cba032d3cf8032274a1870f536385903.png);
}
.arrow.right.white-large {
  width: 30px;
  height: 30px;
  background-image: url(images/6e3eccae0006826930eb6d8c79a28be1.png);
}
@media all and (max-width: 767px) {
  .arrow.right.white-large {
    width: 17px;
    height: 17px;
  }
}

.section-services-popup-slider {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.section-services-popup-slider.active {
  z-index: 3000;
  opacity: 1;
}
@media all and (max-width: 767px) {
  .section-services-popup-slider {
    overflow-x: hidden;
  }
}
.section-services-popup-slider .slides-wrapper,
.section-services-popup-slider .glide__track {
  height: 100%;
}
.section-services-popup-slider .header-container {
  position: fixed;
  top: 30px;
}
.section-services-popup-slider .slider-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container {
    overflow: auto;
  }
}
.section-services-popup-slider .slider-container .slides-wrapper {
  position: relative;
}
.section-services-popup-slider .slider-container .slide {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  color: white;
  padding-left: 100px;
  padding-right: 100px;
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container .slide {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 100px;
  }
}
.section-services-popup-slider .slider-container .slide.one {
  background-image: url(images/fb9333c01c001037b692c406372dcc47.jpg);
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container .slide.one {
    background-image: url(images/e1e5618bd45a8f8d1eed3ca8eb03cf5f.jpg);
  }
}
.section-services-popup-slider .slider-container .slide.two {
  background-image: url(images/2ea3376e6de4be035f5495e4e3a2bc74.jpg);
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container .slide.two {
    background-image: url(images/79bc41ff64e60cce9aa150165947e488.jpg);
  }
}
.section-services-popup-slider .slider-container .slide.three {
  background-image: url(images/0f2cce02c125dd5b016cca8789948d17.jpg);
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container .slide.three {
    background-image: url(images/a35d359fb624f6a109d02296cec818ec.jpg);
  }
}
.section-services-popup-slider .slider-container .slide.four {
  background-image: url(images/5bf8d1d7be282ca1f29a72ff6728b975.jpg);
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container .slide.four {
    background-image: url(images/b3e3dba836505e7ae798bf2afd38505d.jpg);
  }
}
.section-services-popup-slider .slider-container .slide.five {
  background-image: url(images/ce85dc6707c9eb1837586ac9791e0eaa.jpg);
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container .slide.five {
    background-image: url(images/070aae29c12b8d22d9958a9cae4850f3.jpg);
  }
}
.section-services-popup-slider .slider-container .slide.six {
  background-image: url(images/31b3b4ed98597e8827028dc773955660.jpg);
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container .slide.six {
    background-image: url(images/5b8d9dc5f0ed6f70ed054f8508678f92.jpg);
  }
}
.section-services-popup-slider .slider-container .slide.seven {
  background-image: url(images/aecb54526ed9a5878126d40d7a79abc7.jpg);
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container .slide.seven {
    background-image: url(images/b417961ef14df2cda7718f384dd21413.jpg);
  }
}
.section-services-popup-slider .slider-container .slide.eight {
  background-image: url(images/ac3fdbae3f703bd7b1d080bd94384bbb.jpg);
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container .slide.eight {
    background-image: url(images/371f62f1bf3f0822134bec71de500eac.jpg);
  }
}
.section-services-popup-slider .slider-container .slide .inner-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container .slide .inner-container {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-services-popup-slider .slider-container .slide .content {
  position: relative;
  width: 75%;
  max-width: 850px;
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container .slide .content {
    width: 100%;
    height: 450px;
    overflow-y: scroll;
  }
}
.section-services-popup-slider .slider-container .slide .content .close-btn-container {
  margin-top: 100px;
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container .slide .content .close-btn-container {
    margin-top: 80px;
  }
}
.section-services-popup-slider .slider-container .slide .content .close-btn-container .close-btn:hover {
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: rgba(255, 255, 255, 0) !important;
}
.section-services-popup-slider .slider-container .slide .content .title {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container .slide .content .title {
    margin-top: 25px;
  }
}
.section-services-popup-slider .slider-container .slide .content .title .service-number {
  font-size: 60px;
  margin-right: 40px;
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container .slide .content .title .service-number {
    font-size: 30px;
    margin-right: 15px;
    float: left;
  }
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container .slide .content .title .header {
    position: relative;
    top: 12px;
  }
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container .slide .content p, .section-services-popup-slider .slider-container .slide .content ul {
    font-size: 12px;
    line-height: 1.5;
  }
}
.section-services-popup-slider .slider-container .slide .content p {
  line-height: 1.8;
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container .slide .content p {
    margin-top: 20px;
  }
}
.section-services-popup-slider .slider-container .slide .content ul {
  position: relative;
  overflow: hidden;
  padding-left: 15px;
  margin-top: 25px;
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container .slide .content ul {
    margin-bottom: 30px;
  }
}
.section-services-popup-slider .slider-container .slide .content ul .col {
  position: relative;
  float: left;
  width: 33.3333333333%;
  padding-right: 20px;
}
@media all and (max-width: 991px) {
  .section-services-popup-slider .slider-container .slide .content ul .col {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container .slide .content ul .col {
    width: 100%;
  }
}
.section-services-popup-slider .slider-container .slide .content ul li {
  margin-bottom: 5px;
}
.section-services-popup-slider .slider-container .slider-controls {
  position: fixed;
  bottom: 50px;
  height: 30px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container .slider-controls {
    position: absolute;
    width: 300px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 30px;
  }
}
.section-services-popup-slider .slider-container .slider-controls .prev-next-btn-container,
.section-services-popup-slider .slider-container .slider-controls .bullets {
  position: absolute;
}
.section-services-popup-slider .slider-container .slider-controls .prev-next-btn-container {
  left: 100px;
  height: 30px;
  width: 80px;
}
@media all and (max-width: 767px) {
  .section-services-popup-slider .slider-container .slider-controls .prev-next-btn-container {
    left: inherit;
    width: 300px;
  }
}
.section-services-popup-slider .slider-container .slider-controls .prev-next-btn-container .prev-btn,
.section-services-popup-slider .slider-container .slider-controls .prev-next-btn-container .next-btn {
  z-index: 100000;
}
.section-services-popup-slider .slider-container .slider-controls .prev-next-btn-container .prev-btn {
  float: left;
}
.section-services-popup-slider .slider-container .slider-controls .prev-next-btn-container .next-btn {
  float: right;
}
.section-services-popup-slider .slider-container .slider-controls .bullets {
  width: 300px;
  height: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
.section-services-popup-slider .slider-container .slider-controls .bullets ul {
  margin-top: 6px;
}

.social-media {
  padding: 0px;
  text-align: center;
}
@media all and (max-width: 991px) {
  .social-media {
    text-align: left;
  }
}
.social-media li {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 767px) {
  .social-media li {
    margin-left: 16px;
    margin-right: 10px;
  }
}
.social-media li div {
  height: 100%;
}
.social-media.large-icons {
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .social-media.large-icons {
    margin-top: 15px;
  }
}
.social-media.large-icons li {
  width: 60px;
  height: 60px;
  background-size: cover;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .social-media.large-icons li {
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
}
.social-media.large-icons li:hover div {
  top: -60px;
}
@media all and (max-width: 767px) {
  .social-media.large-icons li:hover div {
    top: -30px;
  }
}
.social-media.large-icons li div {
  background-size: cover;
  position: relative;
  top: 0px;
  height: 120px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  background-size: cover;
}
@media all and (max-width: 991px) {
  .social-media.large-icons li div {
    height: 60px;
  }
}
.social-media.large-icons li:nth-child(1) div {
  background-image: url(images/7544eadbe68fea6a00ff260208e70903.png);
}
.social-media.large-icons li:nth-child(2) div {
  background-image: url(images/304e7ba434aeb1e7d196c15f91465db1.png);
}
.social-media.large-icons li:nth-child(3) div {
  background-image: url(images/215ea133fd9f43184e3c6668b93bace8.png);
}
.social-media.medium-icons {
  margin-top: 30px;
}
.social-media.medium-icons li {
  width: 40px;
  height: 40px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .social-media.medium-icons li {
    width: 20px;
    height: 20px;
    background-size: 100% auto;
  }
}
.social-media.medium-icons li:hover div {
  top: -40px;
}
@media all and (max-width: 767px) {
  .social-media.medium-icons li:hover div {
    top: -20px;
  }
}
.social-media.medium-icons li div {
  background-size: cover;
  position: relative;
  top: 0px;
  height: 80px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  background-size: cover;
}
@media all and (max-width: 991px) {
  .social-media.medium-icons li div {
    height: 40px;
  }
}
.social-media.medium-icons li:nth-child(1) div {
  background-image: url(images/7544eadbe68fea6a00ff260208e70903.png);
}
.social-media.medium-icons li:nth-child(2) div {
  background-image: url(images/304e7ba434aeb1e7d196c15f91465db1.png);
}
.social-media.medium-icons li:nth-child(3) div {
  background-image: url(images/215ea133fd9f43184e3c6668b93bace8.png);
}
.social-media.small-icons {
  position: relative;
  left: -18px;
  text-align: left;
}
.social-media.small-icons li {
  width: 30px;
  height: 30px;
  overflow: hidden;
  opacity: 1;
}
@media all and (max-width: 767px) {
  .social-media.small-icons li {
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
  }
}
.social-media.small-icons li:hover div {
  top: -30px;
}
@media all and (max-width: 767px) {
  .social-media.small-icons li:hover div {
    top: -25px;
  }
}
.social-media.small-icons li div {
  background-size: cover;
  position: relative;
  top: 0px;
  height: 60px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  background-size: cover;
}
@media all and (max-width: 767px) {
  .social-media.small-icons li div {
    height: 50px;
  }
}
.social-media.small-icons li.fb div {
  background-image: url(images/7544eadbe68fea6a00ff260208e70903.png);
}
.social-media.small-icons li.ig div {
  background-image: url(images/304e7ba434aeb1e7d196c15f91465db1.png);
}
.social-media.small-icons li.tw div {
  background-image: url(images/215ea133fd9f43184e3c6668b93bace8.png);
}
.social-media.small-icons li.li div {
  background-image: url(images/fd2f2c400db4ebf3330400bf89991316.png);
}
.social-media.small-icons li.yt div {
  background-image: url(images/2c854c31b5d6aa8804c5fec64fa9e0d2.png);
}
.social-media.small-icons li.fr div {
  background-image: url(images/2d4d5aa6b1ed39e5935b53e0b715a63b.png);
}
.social-media.small-icons li.be div {
  background-image: url(images/c3f69f0b6521be314b3ce4c9dfcc96a2.png);
}
.social-media.small-icons li.vi div {
  background-image: url(images/3deb8b757f86c7951cc6622a6baf8d0c.png);
}
.social-media.footer {
  margin-top: 50px;
}
.social-media.footer li {
  width: 30px;
  height: 30px;
  overflow: hidden;
  opacity: 1;
}
@media all and (max-width: 767px) {
  .social-media.footer li {
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
  }
}
.social-media.footer li:hover div {
  top: -30px;
}
@media all and (max-width: 767px) {
  .social-media.footer li:hover div {
    top: -25px;
  }
}
.social-media.footer li div {
  background-size: 100% auto;
  position: relative;
  top: 0px;
  height: 60px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
@media all and (max-width: 767px) {
  .social-media.footer li div {
    height: 50px;
  }
}
.social-media.footer li.fb div {
  background-image: url(images/2db14fa5638aa8841d6f5f87e998ec7f.png);
}
.social-media.footer li.ig div {
  background-image: url(images/b5c0ce36a755ec621fcd2dbaa8be41b8.png);
}
.social-media.footer li.tw div {
  background-image: url(images/ee8bc2d13476538dc977d9e5cc01dbce.png);
}
.social-media.footer li.li div {
  background-image: url(images/e680e6481a037bbaa27c09e32f18c3c1.png);
}
.social-media.footer li.yt div {
  background-image: url(images/59f49fa1d5a31e48c3bb7e53fb63e238.png);
}
.social-media.footer li.fr div {
  background-image: url(images/17b971a14f222bfdce6c29bcbadde75a.png);
}
.social-media.footer li.be div {
  background-image: url(images/7ef4803e82a1ee946fb692d4bf2e6cc6.png);
}
.social-media.footer li.vi div {
  background-image: url(images/4af83bd4b3ec718835aacee08d9bc8b6.png);
}

.load-more-posts,
.back-to {
  position: relative;
  padding-top: 50px;
  width: 200px;
  margin: auto;
  color: #08405C;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  cursor: pointer;
}

.load-more-posts:hover .plus-btn {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.load-more-posts .plus-btn {
  margin: auto;
  margin-top: 15px;
}

.back-to:hover .arrow {
  left: -10px;
}
.back-to .arrow {
  position: relative;
  top: 0px;
  left: -5px;
  width: 15px;
  height: 15px;
  margin-left: 50%;
  margin-right: 50%;
  margin-top: 15px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

form {
  position: relative;
  overflow: hidden;
  color: #95989A;
  border-color: #95989A;
  letter-spacing: 1px;
}
form span {
  display: inline !important;
}
form .inner-container {
  width: 104%;
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;
}
form .first-elem {
  position: relative;
  top: 20px;
}
@media all and (max-width: 991px) {
  form .first-elem {
    top: 18px;
  }
}
@media all and (max-width: 767px) {
  form .first-elem {
    top: inherit;
  }
}
form input,
form select,
form textarea {
  margin-left: 2%;
  line-height: 2;
  margin-bottom: 20px;
  outline: none;
  background-color: rgba(255, 255, 255, 0);
  color: #002D56;
  border-radius: 0;
}
form input::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #002D56;
}
form input::-moz-placeholder,
form select::-moz-placeholder,
form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #002D56;
}
form input:-ms-input-placeholder,
form select:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #002D56;
}
form input:-moz-placeholder,
form select:-moz-placeholder,
form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #002D56;
}
form input,
form select,
form textarea {
  border: 0px;
  border-bottom: 1px solid #414042;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
form input:focus,
form select:focus,
form textarea:focus {
  border-bottom: 1px solid #EA3721;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form select {
  float: left;
  width: 46%;
  margin-right: 2%;
}
@media all and (max-width: 767px) {
  form input[type=text],
form input[type=email],
form input[type=tel],
form select {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
form select {
  -webkit-appearance: none;
  background-color: white;
  border-radius: 0px;
}
form input[type=submit],
form input[type=file] {
  display: block;
  float: none;
}
form input[type=submit] {
  float: none;
}
form input[type=file] {
  float: none;
  border: 0px;
}
form textarea {
  width: 96%;
  max-width: 96%;
  min-width: 96%;
  height: 100px;
  min-height: 100px;
  max-height: 250px;
  border: 0;
  border-bottom: 1px solid;
}
form .attachment-name {
  text-transform: uppercase;
  color: #08405C;
  font-size: 12px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  form .attachment-name {
    margin-left: 6px;
  }
}

.section-contact-info {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media all and (max-width: 767px) {
  .section-contact-info {
    margin-top: 50px;
  }
}
.section-contact-info .col {
  position: relative;
  float: left;
  width: 33.3333333333%;
}
@media all and (max-width: 991px) {
  .section-contact-info .col {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .section-contact-info .col {
    width: 100%;
    float: none;
  }
}
.section-contact-info .col:nth-child(3) {
  padding-left: 50px;
  padding-right: 20px;
}
@media all and (max-width: 767px) {
  .section-contact-info .col:nth-child(3) {
    padding: 0px;
    margin-top: 50px;
  }
}
.section-contact-info .col:nth-child(5) {
  padding-left: 50px;
}
@media all and (max-width: 991px) {
  .section-contact-info .col:nth-child(5) {
    width: 100%;
    padding-left: 0px;
    margin-top: 70px;
  }
}
@media all and (max-width: 767px) {
  .section-contact-info .col:nth-child(5) {
    margin-top: 50px;
  }
}
.section-contact-info .col .header {
  font-size: 20px;
  text-align: left;
}
.section-contact-info .col .city-area {
  margin-top: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #949899;
}
@media all and (max-width: 767px) {
  .section-contact-info .col .city-area {
    margin-top: 15px;
  }
}
.section-contact-info .col .address {
  margin-top: 15px;
}
.section-contact-info .col .address span {
  font-size: 15px;
  color: #414042;
  display: block;
}
.section-contact-info .col-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #95989A;
}
.section-contact-info .col-divider.left {
  left: 33.3333333333%;
}
@media all and (max-width: 991px) {
  .section-contact-info .col-divider.left {
    left: 45%;
    height: 160px;
  }
}
@media all and (max-width: 767px) {
  .section-contact-info .col-divider.left {
    display: none;
  }
}
.section-contact-info .col-divider.right {
  right: 33.3333333333%;
}
@media all and (max-width: 991px) {
  .section-contact-info .col-divider.right {
    display: none;
  }
}

.thank-you-msg-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000000000;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  display: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  opacity: 0;
}
.thank-you-msg-container.active {
  opacity: 1;
}
.thank-you-msg-container .inner-container {
  position: absolute;
  width: 600px;
  height: 500px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 8px solid #08405C;
  background-color: white;
  padding-left: 50px;
  padding-right: 50px;
}
@media all and (max-width: 991px) {
  .thank-you-msg-container .inner-container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media all and (max-width: 767px) {
  .thank-you-msg-container .inner-container {
    width: 260px;
    height: 300px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.thank-you-msg-container .inner-container .close-btn-container {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media all and (max-width: 767px) {
  .thank-you-msg-container .inner-container .close-btn-container {
    top: 0px;
    right: 5px;
  }
}
.thank-you-msg-container .inner-container .close-btn-container span {
  color: #08405C;
}
.thank-you-msg-container .inner-container .header.one {
  margin-top: 70px;
}
@media all and (max-width: 991px) {
  .thank-you-msg-container .inner-container .header.one {
    margin-top: 90px;
  }
}
@media all and (max-width: 767px) {
  .thank-you-msg-container .inner-container .header.one {
    margin-top: 50px;
  }
}
.thank-you-msg-container .inner-container .header.two {
  margin-top: 40px;
  font-size: 20px;
}
@media all and (max-width: 767px) {
  .thank-you-msg-container .inner-container .header.two {
    margin-top: 20px;
  }
}
.thank-you-msg-container .inner-container .message {
  color: #414042;
  width: 60%;
  margin: auto;
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .thank-you-msg-container .inner-container .message {
    width: 170px;
    margin-top: 20px;
  }
}
.thank-you-msg-container .inner-container .social-media {
  margin-top: 20px;
}

.close-btn-container {
  position: relative;
  cursor: pointer;
  opacity: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.close-btn-container:hover {
  opacity: 0.8;
}
.close-btn-container:hover .close-btn div {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
}
.close-btn-container .close-btn {
  position: relative;
  top: 10px;
}
.close-btn-container .close-btn div {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.close-btn-container span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-left: 10px;
  margin-right: 10px;
}
@media all and (max-width: 767px) {
  .close-btn-container span {
    font-size: 10px;
    margin-right: 0px;
  }
}

.dropdown-blocks-container {
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.dropdown-blocks-container .dropdown-block {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.dropdown-blocks-container .dropdown-block .title {
  position: relative;
  height: 109px;
  background-color: #F5F5F5;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
@media all and (max-width: 767px) {
  .dropdown-blocks-container .dropdown-block .title {
    height: 60px;
  }
}
.dropdown-blocks-container .dropdown-block .title .header {
  left: 35px;
  text-align: left;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
@media all and (max-width: 767px) {
  .dropdown-blocks-container .dropdown-block .title .header {
    left: 10px;
  }
}
.dropdown-blocks-container .dropdown-block .title .dropdown-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.dropdown-blocks-container .dropdown-block .title .dropdown-btn:hover .inner-container {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.dropdown-blocks-container .dropdown-block .title .dropdown-btn .inner-container {
  position: absolute;
  right: 30px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
@media all and (max-width: 767px) {
  .dropdown-blocks-container .dropdown-block .title .dropdown-btn .inner-container {
    top: 25px;
    right: 10px;
  }
}
.dropdown-blocks-container .dropdown-block .content {
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.dropdown-blocks-container .dropdown-block .content .inner-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
@media all and (max-width: 767px) {
  .dropdown-blocks-container .dropdown-block .content .inner-container {
    padding-bottom: 50px;
  }
}
.dropdown-blocks-container .dropdown-block .content .inner-container p {
  line-height: 1.8;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .dropdown-blocks-container .dropdown-block .content .inner-container p {
    margin-bottom: 20px;
  }
}
.dropdown-blocks-container .dropdown-block .content .inner-container p, .dropdown-blocks-container .dropdown-block .content .inner-container ul {
  margin-top: 10px;
}
.dropdown-blocks-container .dropdown-block .content .inner-container .note {
  font-family: "Montserrat-Light";
  font-weight: 100;
  font-style: normal;
  font-size: 18px;
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .dropdown-blocks-container .dropdown-block .content .inner-container .note {
    font-size: 13px;
    margin-top: 40px;
  }
}
.dropdown-blocks-container .dropdown-block .content .inner-container .button {
  margin-top: 30px;
}
.dropdown-blocks-container .dropdown-block.active .title {
  background-color: white;
}
.dropdown-blocks-container .dropdown-block.active .title .header {
  left: 0px;
}
.dropdown-blocks-container .dropdown-block.active .dropdown-btn .inner-container span:nth-child(2) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  opacity: 0;
}

.phone-email {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 2;
}

.section-recent-placements {
  margin-top: 50px;
}
.section-recent-placements ul {
  list-style-type: none;
  padding: 0px;
}
.section-recent-placements ul li {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 35px;
  padding-right: 100px;
  border-bottom: 1px solid lightgrey;
  font-family: "Montserrat-Light";
  font-weight: 300;
  font-style: normal;
  color: #414042;
  letter-spacing: 1px;
}
@media all and (max-width: 767px) {
  .section-recent-placements ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 35px;
  }
}
.section-recent-placements ul li:hover .arrow-coral {
  right: -5px;
}
.section-recent-placements ul li:first-child {
  border-top: 1px solid lightgrey;
}
.section-recent-placements ul li span {
  display: inline-block;
}
.section-recent-placements ul li .name {
  position: relative;
  width: 100%;
  font-size: 20px;
}
@media all and (max-width: 767px) {
  .section-recent-placements ul li .name {
    font-size: 13px;
  }
}
.section-recent-placements ul li .view {
  position: absolute;
  height: 20px;
  width: 60px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  text-transform: uppercase;
  font-size: 12px;
  color: #002D56;
  line-height: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 20px;
}
@media all and (max-width: 767px) {
  .section-recent-placements ul li .view {
    line-height: 1.5;
    padding-left: 5px;
    color: white;
    width: 20px;
    margin-left: 0px;
  }
}
@media all and (max-width: 767px) {
  .section-recent-placements ul li .view .v {
    display: none;
  }
}
.section-recent-placements ul li .arrow-coral {
  position: absolute;
  right: 0px;
  top: 2px;
  width: 12px;
  height: 20px;
  margin-left: 0px;
  background-repeat: no-repeat;
  background-image: url(images/cba032d3cf8032274a1870f536385903.png);
  background-position: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
@media all and (max-width: 767px) {
  .section-recent-placements ul li .arrow-coral {
    top: 0px;
  }
}

#page-load-progress-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1000000000000000100;
  opacity: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
#page-load-progress-overlay .progress-number-container {
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "MortModern-08Regular";
  font-weight: 300;
  font-style: normal;
  font-size: 70px;
  color: #08405C;
  top: 45%;
}
@media all and (max-width: 767px) {
  #page-load-progress-overlay .progress-number-container {
    font-size: 50px;
  }
}
#page-load-progress-overlay .progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 25px;
  background-color: #EA3721;
  transition: 0.3;
  -webkit-transition: 0.3;
  -moz-transition: 0.3;
  -o-transition: 0.3;
  -ms-transition: 0.3;
}

.full-screen-section {
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#et-boc embed, #et-boc iframe, #et-boc object, #et-boc video {
  max-width: none !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  width: auto !important;
  height: auto !important;
  z-index: -100 !important;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10000 !important;
}

.hero-title-white {
  z-index: 30000 !important;
  color: white !important;
  text-align: center !important;
  max-width: 1400px !important;
  padding-left: 125px !important;
  padding-right: 125px !important;
  margin: auto !important;
  left: 0;
  right: 0;
  margin: auto !important;
}
@media all and (max-width: 991px) {
  .hero-title-white {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
@media all and (max-width: 767px) {
  .hero-title-white {
    padding-left: 30px !important;
    padding-right: 30px !important;
    max-width: 320px !important;
  }
}

.hero-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20000 !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.project-nav-container {
  position: fixed;
  width: 0px;
  height: 100px;
  top: 40%;
  right: 0;
  z-index: 999999;
}
.project-nav-container div {
  box-sizing: border-box;
}
.project-nav-container .right-border {
  position: absolute;
  z-index: 30;
  width: 1px;
  background-color: #08405C;
  height: 45px;
  right: 0px;
}
.project-nav-container .right-border.top {
  top: 0px;
}
.project-nav-container .right-border.bottom {
  bottom: 0px;
}
.project-nav-container .btn__prev,
.project-nav-container .btn__next {
  position: absolute;
  height: 45px;
  line-height: 3;
  white-space: nowrap;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  background-color: white;
  border: 1px solid #08405C;
  box-sizing: border-box;
}
.project-nav-container .btn__prev span,
.project-nav-container .btn__next span {
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.project-nav-container .prev-btn-wrapper {
  position: absolute;
  width: 45px;
  height: 45px;
  bottom: 0;
  left: -45px;
}
.project-nav-container .prev-btn-wrapper:hover .btn__prev {
  transform: translateX(-98%);
}
@media all and (max-width: 991px) {
  .project-nav-container .prev-btn-wrapper:hover .btn__prev {
    transform: translateX(0%);
  }
}
.project-nav-container .prev-btn-wrapper:hover .arrow__left {
  background-image: url(images/7123446181f4b1044893af90c4104c56.png);
}
.project-nav-container .prev-btn-wrapper:hover span {
  opacity: 1;
}
.project-nav-container .prev-btn-wrapper .btn__prev {
  border-right: 0px;
  bottom: 0;
  padding-right: 10px;
  padding-left: 20px;
}
.project-nav-container .btn__next {
  border-right: 0px;
  top: 0;
  padding-left: 45px;
  padding-right: 20px;
  transform: translateX(-45px);
  float: right;
}
.project-nav-container .btn__next:hover {
  transform: translateX(-100%);
}
@media all and (max-width: 991px) {
  .project-nav-container .btn__next:hover {
    transform: translateX(-45px);
  }
}
.project-nav-container .btn__next:hover .arrow__right {
  background-image: url(images/cba032d3cf8032274a1870f536385903.png);
}
.project-nav-container .btn__next:hover span {
  opacity: 1;
}
.project-nav-container .arrow__right,
.project-nav-container .arrow__left {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  width: 45px;
  height: 43px;
  line-height: 3;
  text-align: center;
  background-color: white;
  border-left: 1px solid #08405C;
  background-repeat: no-repeat;
  background-position: center;
}
.project-nav-container .arrow__right {
  border-left: 0;
  top: 0;
  left: 0px;
  background-image: url(images/4fd1128e0415330a33a0f96edb43f97e.png);
}
.project-nav-container .arrow__left {
  bottom: 0;
  left: 2px;
  border: 1px solid #08405C;
  border-left: 0px;
  height: 45px;
  background-image: url(images/96fc24a04c899eab8fe8afb0b82fe252.png);
}

ul.orange-bullets {
  list-style-type: none;
}
@media all and (max-width: 767px) {
  ul.orange-bullets {
    padding-left: 30px;
  }
}
ul.orange-bullets li {
  position: relative;
}
ul.orange-bullets li::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 8px;
  display: inline-block;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #EA3721;
}
@media all and (max-width: 767px) {
  ul.orange-bullets li::before {
    top: 4px;
  }
}

.align-left {
  text-align: left !important;
}

.section-more-projects {
  margin-top: 100px;
}
@media all and (max-width: 767px) {
  .section-more-projects {
    margin-top: 50px;
  }
}
.section-more-projects .section-thumbnail {
  margin-top: 30px;
}

.join-our-team,
.visit-website {
  padding-top: 100px;
}
@media all and (max-width: 767px) {
  .join-our-team,
.visit-website {
    padding-top: 50px;
  }
}
.join-our-team .button.about-careers,
.visit-website .button.about-careers {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .join-our-team .button.about-careers,
.visit-website .button.about-careers {
    margin-top: 10px;
  }
}

article {
  margin-bottom: 80px;
}

.et_pb_section {
  margin-left: auto !important;
  margin-right: auto !important;
}

.project-description {
  position: relative !important;
  max-width: 1400px !important;
  padding-left: 125px !important;
  padding-right: 125px !important;
  margin: auto !important;
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
@media all and (max-width: 991px) {
  .project-description {
    padding-left: 80px !important;
    padding-right: 80px !important;
    position: inherit !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media all and (max-width: 767px) {
  .project-description {
    padding-left: 30px !important;
    padding-right: 30px !important;
    max-width: 320px !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
.project-description .header {
  margin-top: 30px !important;
}
.project-description .header.five {
  font-family: "Montserrat-Bold";
  font-weight: 300;
  font-style: normal;
  font-size: 20px !important;
  color: #08405C !important;
}
@media all and (max-width: 767px) {
  .project-description .header.five {
    font-size: 12px !important;
  }
}
.project-description ul, .project-description p {
  line-height: 1.8 !important;
  font-size: 10px !important;
}
.project-description ul {
  margin-top: 20px !important;
  color: #95989A !important;
  margin-left: 15px !important;
}
.project-description .view-website {
  background-image: url(images/cba032d3cf8032274a1870f536385903.png) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  padding-right: 30px !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  width: 160px !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-family: "Montserrat-Regular";
  font-weight: 300;
  font-style: normal;
  transition: 0.5s !important;
  -webkit-transition: 0.5s !important;
  -moz-transition: 0.5s !important;
  -o-transition: 0.5s !important;
  -ms-transition: 0.5s !important;
  letter-spacing: 1px !important;
  margin-top: 50px !important;
}
.project-description .view-website p {
  display: none;
}
.project-description .view-website:hover {
  width: 170px !important;
}
.project-description .two-col {
  position: relative !important;
  overflow: hidden !important;
  padding-right: 250px !important;
}
@media all and (max-width: 991px) {
  .project-description .two-col {
    padding-right: 100px !important;
  }
}
@media all and (max-width: 767px) {
  .project-description .two-col {
    padding-right: 0px !important;
  }
}
.project-description .two-col .col.left {
  padding-right: 80px !important;
}
@media all and (max-width: 991px) {
  .project-description .two-col .col.left {
    padding-right: 0px !important;
  }
}
.project-description .two-col .col.right {
  position: absolute !important;
  width: 250px !important;
  right: 0 !important;
  top: 0 !important;
}
.project-description .two-col .col.right ul {
  font-size: 15px !important;
}
@media all and (max-width: 991px) {
  .project-description .two-col .col.right {
    position: relative !important;
    width: 100% !important;
  }
}

.fullscreen-parallax span {
  display: block !important;
  height: 800px !important;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media all and (max-width: 767px) {
  .fullscreen-parallax span {
    height: 400px !important;
  }
}

.section-text,
.section-image {
  max-width: 1400px !important;
  padding-left: 125px !important;
  padding-right: 125px !important;
  margin: auto;
}
@media all and (max-width: 991px) {
  .section-text,
.section-image {
    padding-left: 80px !important;
    padding-right: 80px !important;
    position: inherit;
  }
}
@media all and (max-width: 767px) {
  .section-text,
.section-image {
    padding-left: 30px !important;
    padding-right: 30px !important;
    max-width: 320px !important;
  }
}

.section-text .inner-container {
  width: 66.6666666667%;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  margin: auto !important;
}
@media all and (max-width: 767px) {
  .section-text .inner-container {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.section-text .inner-container h2 {
  margin: 0px !important;
  letter-spacing: 1px !important;
  font-family: "Montserrat-SemiBold";
  font-weight: 300;
  font-style: normal;
  font-size: 40px !important;
  color: #08405C !important;
}
@media all and (max-width: 991px) {
  .section-text .inner-container h2 {
    font-size: 35px !important;
  }
}
@media all and (max-width: 767px) {
  .section-text .inner-container h2 {
    font-size: 21px !important;
  }
}
.section-text .inner-container p {
  font-size: 12px !important;
  font-family: "Montserrat-Light";
  font-weight: 300;
  font-style: normal;
  margin-top: 20px !important;
  color: #414042 !important;
}
@media all and (max-width: 767px) {
  .section-text .inner-container p {
    margin-top: 10px !important;
  }
}

.section-image {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.section-image img {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
@media all and (max-width: 767px) {
  .section-image img {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

@media all and (max-width: 767px) {
  .text-block ._container {
    padding-right: 30px;
  }
}

.section-hero .message-container {
  z-index: 3;
}

.section-hero .phone {
  z-index: 3;
}

.section-hero .chat {
  z-index: 3;
}

.section-hero .scroll-down-btn {
  z-index: 3;
}

.fullscreen-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
}

.fullscreen-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
}

.clutch-widget {
  max-width: 960px;
  margin: auto;
  margin-top: 150px;
}
@media all and (max-width: 991px) {
  .clutch-widget {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media all and (max-width: 767px) {
  .clutch-widget {
    max-width: 260px;
    margin-top: 100px;
    padding: 0;
  }
}

.neff-76 {
  margin-top: 150px;
  margin-bottom: 100px;
}
@media all and (max-width: 767px) {
  .neff-76 {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
.neff-76 img {
  width: 100%;
  height: auto;
}

.project-hero h1 span {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 200 !important;
  /* font-family: 'Montserrat-ExtraLight';  */
  /* font-weight: 300;  */
  font-style: normal;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  letter-spacing: 2px;
}
@media all and (min-width: 768px) {
  .project-hero h1 span {
    font-size: 30px;
  }
}
@media all and (max-width: 767px) {
  .project-hero h1 span {
    font-size: 24px !important;
  }
  .project-hero h2.header.one {
    font-size: 18px !important;
  }
  .project-hero .project-hero {
    height: 100% !important;
  }
}

.project-description .orange-bullets.services {
  list-style: disc !important;
}
.project-description .orange-bullets.services li {
  color: #EA3721;
}
.project-description .orange-bullets.services li:before {
  display: none !important;
}
.project-description .orange-bullets.services li span {
  color: #95989A;
}

header {
  position: fixed;
  z-index: 90000;
  height: 50px;
  width: 100%;
  top: 30px;
  transition: 0.35s;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
}
@media all and (max-width: 767px) {
  header {
    top: 20px;
  }
}
header.white .colored {
  display: none;
}
header.white .blue-coral-link {
  color: white !important;
}
header.white .white {
  display: block;
}
header.white .button.in-touch:hover, header.white .button.nav:hover {
  background-color: white !important;
}
header.white .button.in-touch.coral-bg:hover, header.white .button.nav.coral-bg:hover {
  background-color: #EA3721 !important;
  border: #EA3721 !important;
}
header.white .button.in-touch.coral-bg:hover span, header.white .button.nav.coral-bg:hover span {
  background-color: white !important;
}
header.white .button.nav {
  border-color: white;
}
header.white .button.nav span {
  background-color: white;
}
header.white .button.nav:hover span {
  background-color: #EA3721 !important;
}
header.white .button.in-touch:hover {
  background-color: white !important;
  border-color: white !important;
}
header.white .button.in-touch a:hover {
  color: #EA3721 !important;
}
header .white {
  display: none;
}
header .logo {
  position: absolute;
  left: 30px;
  top: 0px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  opacity: 1;
}
@media all and (max-width: 767px) {
  header .logo {
    left: 20px;
  }
}
header .logo:hover {
  opacity: 0.7;
}
header .button {
  position: absolute;
  top: 0;
}
header .button.nav {
  right: 30px;
}
@media all and (max-width: 767px) {
  header .button.nav {
    right: 20px;
  }
}
header .button.in-touch {
  right: 100px;
}
@media all and (max-width: 767px) {
  header .button.in-touch {
    display: none !important;
  }
}

nav {
  display: block;
  z-index: 90000000000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
nav.desktop-nav {
  position: fixed;
  top: 0;
  width: 550px;
  height: 100%;
  right: -550px;
  background-color: #EA3721;
  color: white;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
@media all and (max-width: 767px) {
  nav.desktop-nav {
    width: 100%;
    right: -100%;
  }
}
nav.desktop-nav.active {
  right: 0px;
}
nav.desktop-nav .button {
  position: absolute;
  top: 30px;
}
nav.desktop-nav .button.nav {
  right: 30px;
}
nav.desktop-nav .button.in-touch {
  right: 100px;
}
nav.desktop-nav .menu-wrapper {
  position: absolute;
  top: 30%;
  left: 100px;
  width: 300px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
@media all and (max-width: 991px) {
  nav.desktop-nav .menu-wrapper {
    top: 20%;
  }
}
@media all and (max-width: 767px) {
  nav.desktop-nav .menu-wrapper {
    left: 30px;
    top: 100px;
  }
}
nav.desktop-nav .menu-wrapper .menu {
  list-style-type: none;
  padding: 0;
  color: white;
  letter-spacing: 2px;
  position: relative;
}
nav.desktop-nav .menu-wrapper .menu li {
  position: relative;
  left: -20px;
  font-size: 38px;
  font-family: "Montserrat-Bold";
  font-weight: 300;
  font-style: normal;
  margin-bottom: 12px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  nav.desktop-nav .menu-wrapper .menu li {
    font-size: 28px;
  }
}
nav.desktop-nav .menu-wrapper .menu li::before {
  content: "";
  display: inline-block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  margin-right: 20px;
  position: relative;
  top: -14px;
  width: 0px;
  height: 1px;
  background-color: white;
}
nav.desktop-nav .menu-wrapper .menu li:nth-child(4), nav.desktop-nav .menu-wrapper .menu li:nth-child(5), nav.desktop-nav .menu-wrapper .menu li:nth-child(6) {
  font-size: 20px;
}
@media all and (max-width: 767px) {
  nav.desktop-nav .menu-wrapper .menu li:nth-child(4), nav.desktop-nav .menu-wrapper .menu li:nth-child(5), nav.desktop-nav .menu-wrapper .menu li:nth-child(6) {
    font-size: 18px;
  }
}
nav.desktop-nav .menu-wrapper .menu li:nth-child(4)::before, nav.desktop-nav .menu-wrapper .menu li:nth-child(5)::before, nav.desktop-nav .menu-wrapper .menu li:nth-child(6)::before {
  top: -8px;
}
nav.desktop-nav .menu-wrapper .menu li:hover::before, nav.desktop-nav .menu-wrapper .menu li.current_page_item::before {
  width: 40px;
}
nav.desktop-nav .menu-wrapper .menu li:hover div:nth-child(1), nav.desktop-nav .menu-wrapper .menu li.current_page_item div:nth-child(1) {
  width: 40px;
}
nav.desktop-nav .menu-wrapper .menu li a {
  color: white;
}
nav.desktop-nav .menu-wrapper .menu li a:link {
  color: white;
}
nav.desktop-nav .menu-wrapper .menu li a:hover {
  color: white;
}
nav.desktop-nav .menu-wrapper .menu li a:visited {
  color: white;
}
nav.desktop-nav .menu-wrapper .green-divider {
  opacity: 0;
  width: 20px;
  height: 1px;
  background-color: #78BD43;
  margin-top: 25px;
  margin-bottom: 25px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
@media all and (max-width: 991px) {
  nav.desktop-nav .menu-wrapper .green-divider {
    margin-top: 150px;
  }
}
@media all and (max-width: 767px) {
  nav.desktop-nav .menu-wrapper .green-divider {
    margin-top: 25px;
  }
}
nav.desktop-nav .menu-wrapper .phone {
  font-family: "MortModern-08Regular";
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 2px;
}
@media all and (max-width: 767px) {
  nav.desktop-nav .menu-wrapper .phone {
    font-size: 25px;
  }
}

.nav-overlay {
  display: none;
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 800000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.nav-overlay.active {
  opacity: 1;
}
.nav-overlay .white-overlay {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.nav-overlay .bar {
  position: absolute;
  opacity: 0;
  background-color: #08405C;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
.nav-overlay .bar.active {
  opacity: 1;
}
.nav-overlay .bar.top, .nav-overlay .bar.bottom {
  width: 100%;
}
.nav-overlay .bar.left, .nav-overlay .bar.right {
  width: 12px;
  height: 100%;
}
.nav-overlay .bar.top {
  top: 0;
  height: 12px;
}
.nav-overlay .bar.bottom {
  bottom: 0;
  height: 12px;
}
.nav-overlay .bar.left {
  left: 0;
}
.nav-overlay .bar.right {
  right: 0;
}

.home-page-wrapper .section-hero {
  background-image: url(images/4e3780dc87994858814bf594ec90bf8b.jpg);
}
@media all and (max-width: 767px) {
  .home-page-wrapper .section-hero {
    background-image: url(images/5369bb40dc4284d26485cf508561233e.jpg);
  }
}
.home-page-wrapper .section-hero .logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
@media all and (max-width: 991px) {
  .home-page-wrapper .section-hero .message-container .header {
    width: 490px;
    margin: auto;
  }
}
@media all and (max-width: 767px) {
  .home-page-wrapper .section-hero .message-container .header {
    width: 290px;
  }
}
.home-page-wrapper .section-hero .phone {
  position: absolute;
  bottom: 50px;
  left: 30px;
  font-size: 18px;
  letter-spacing: 2px;
}
@media all and (max-width: 767px) {
  .home-page-wrapper .section-hero .phone {
    position: relative;
    bottom: inherit;
    left: inherit;
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
  }
}
.home-page-wrapper .view-portfolio-btn {
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .home-page-wrapper .fullscreen-video {
    display: none;
  }
}
.home-page-wrapper .section-hero .message-container {
  z-index: 3;
}
.home-page-wrapper .section-hero .phone {
  z-index: 3;
}
.home-page-wrapper .section-hero .chat {
  z-index: 3;
}
.home-page-wrapper .section-hero .scroll-down-btn {
  z-index: 3;
}
.home-page-wrapper .fullscreen-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
}
.home-page-wrapper .fullscreen-video #player {
  width: 100%;
  height: 100%;
}
.home-page-wrapper .fullscreen-video video, .home-page-wrapper .fullscreen-video iframe {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
}
.home-page-wrapper .section-hero {
  height: 70vh !important;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .home-page-wrapper .section-hero {
    max-height: 530px !important;
  }
}
@media all and (min-width: 1025px) and (max-width: 2048px) {
  .home-page-wrapper .section-hero {
    max-height: 690px !important;
  }
}
.home-page-wrapper .fullscreen-video iframe {
  min-width: 150%;
  min-height: 150%;
}

.culture-page-wrapper .section-video {
  background-image: url(images/e6de86e50d854616a85265bd5285655c.jpg);
}
.culture-page-wrapper .staff-bio .dropdown-trigger {
  cursor: pointer;
}
.culture-page-wrapper .staff-bio img {
  cursor: pointer;
}
.culture-page-wrapper .staff-bio .dropdown-btn {
  position: absolute;
  left: inherit;
  right: 0;
}
.culture-page-wrapper .staff-bio .description {
  position: relative;
  overflow: hidden;
}
.culture-page-wrapper .staff-bio .description .inner-container {
  position: relative;
  overflow: hidden;
}
.culture-page-wrapper .section-logos {
  margin-top: 100px;
}
@media all and (max-width: 767px) {
  .culture-page-wrapper .section-logos .header {
    margin-bottom: 0px;
  }
}

.work-page-wrapper .section-intro {
  padding-top: 180px;
}
@media all and (max-width: 767px) {
  .work-page-wrapper .section-intro {
    padding-top: 100px;
  }
}
.work-page-wrapper .case-studies {
  margin-top: 150px;
  height: 100%;
}
@media all and (max-width: 767px) {
  .work-page-wrapper .case-studies {
    margin-top: 50px;
  }
}
.work-page-wrapper .case-studies .header.two {
  text-align: left;
}
.work-page-wrapper .section-filter-projects {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.work-page-wrapper .section-filter-projects .categories-container {
  float: left;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .work-page-wrapper .section-filter-projects .thumbnails-container .inner-wrapper {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.work-page-wrapper .section-filter-projects .thumbnails-container .section-thumbnail {
  padding-left: 240px;
}
@media all and (max-width: 991px) {
  .work-page-wrapper .section-filter-projects .thumbnails-container .section-thumbnail {
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .work-page-wrapper .section-filter-projects .thumbnails-container .section-thumbnail .tile {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 767px) {
  .work-page-wrapper .section-filter-projects .thumbnails-container .section-thumbnail .tile .inner-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.work-page-wrapper .section-filter-projects .thumbnails-container .categories-container {
  position: absolute;
  left: 0;
  width: 25%;
  height: 100%;
  min-height: 100%;
  user-select: none;
}
@media all and (max-width: 991px) {
  .work-page-wrapper .section-filter-projects .thumbnails-container .categories-container {
    position: relative;
    float: left;
    height: inherit;
    min-height: inherit;
    width: 33.3333333333%;
    margin-left: 15px;
    margin-right: -15px;
  }
}
@media all and (max-width: 767px) {
  .work-page-wrapper .section-filter-projects .thumbnails-container .categories-container {
    width: 100%;
    margin-left: 10px;
    margin-bottom: 30px;
  }
}
.work-page-wrapper .section-filter-projects .thumbnails-container .categories-container .inner-wrapper {
  position: relative;
  margin: 0px;
  padding-left: 0%;
}
.work-page-wrapper .section-filter-projects .thumbnails-container .categories-container h3 {
  text-transform: uppercase;
  color: #08405C;
}
@media all and (max-width: 991px) {
  .work-page-wrapper .section-filter-projects .thumbnails-container .categories-container h3 {
    font-size: 12px;
  }
}
.work-page-wrapper .section-filter-projects .thumbnails-container .categories-container .category-list {
  position: relative;
  margin-top: 40px;
  list-style-type: none;
  padding: 0;
  color: #95989A;
  letter-spacing: 2px;
}
@media all and (max-width: 767px) {
  .work-page-wrapper .section-filter-projects .thumbnails-container .categories-container .category-list {
    margin-top: 30px;
  }
}
.work-page-wrapper .section-filter-projects .thumbnails-container .categories-container .category-list li {
  line-height: 1.8;
  position: relative;
  left: -15px;
  font-size: 15px;
  margin-bottom: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
@media all and (max-width: 991px) {
  .work-page-wrapper .section-filter-projects .thumbnails-container .categories-container .category-list li {
    font-size: 11px;
  }
}
.work-page-wrapper .section-filter-projects .thumbnails-container .categories-container .category-list li::before {
  content: "";
  display: inline-block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  margin-right: 15px;
  position: relative;
  top: -6px;
  width: 0px;
  height: 2px;
  background-color: #EA3721;
}
.work-page-wrapper .section-filter-projects .thumbnails-container .categories-container .category-list li.active {
  color: #EA3721;
}
.work-page-wrapper .section-filter-projects .thumbnails-container .categories-container .category-list li:hover::before {
  width: 40px;
}
.work-page-wrapper .section-filter-projects .thumbnails-container .categories-container .category-list li:hover div:nth-child(1) {
  width: 40px;
}
.work-page-wrapper .section-filter-projects .thumbnails-container .categories-container .category-list li a {
  color: white;
}
.work-page-wrapper .section-filter-projects .thumbnails-container .categories-container .category-list li a:link {
  color: white;
}
.work-page-wrapper .section-filter-projects .thumbnails-container .categories-container .category-list li a:hover {
  color: white;
}
.work-page-wrapper .section-filter-projects .thumbnails-container .categories-container .category-list li a:visited {
  color: white;
}

@media all and (max-width: 767px) {
  .clutch-widget {
    display: none !important;
  }
}

.blog-page-wrapper .section-social-media {
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .blog-page-wrapper .section-social-media {
    margin-top: 30px;
  }
}
.blog-page-wrapper .section-load-more-posts {
  margin-top: 100px;
}
@media all and (max-width: 767px) {
  .blog-page-wrapper .section-load-more-posts {
    margin-top: 50px;
  }
}

.single-blog-page-wrapper .featured-img {
  height: 600px;
  margin-top: 200px;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 991px) {
  .single-blog-page-wrapper .featured-img {
    height: 340px;
    margin-top: 150px;
  }
}
@media all and (max-width: 767px) {
  .single-blog-page-wrapper .featured-img {
    height: 160px;
    margin-top: 100px;
  }
}
.single-blog-page-wrapper .main-content {
  padding-top: 90px;
  padding-left: 16.6666666667%;
  padding-right: 16.6666666667%;
}
@media all and (max-width: 991px) {
  .single-blog-page-wrapper .main-content {
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.single-blog-page-wrapper .main-content img {
  width: 100% !important;
  height: auto !important;
}
.single-blog-page-wrapper .main-content .date-author-container {
  color: #95989A;
  letter-spacing: 2px;
  font-size: 15px;
}
@media all and (max-width: 767px) {
  .single-blog-page-wrapper .main-content .date-author-container {
    font-size: 10px;
    letter-spacing: 0px;
  }
}
.single-blog-page-wrapper .main-content .date-author-container div {
  display: inline-block;
}
.single-blog-page-wrapper .main-content .date-author-container .date {
  text-transform: uppercase;
}
.single-blog-page-wrapper .main-content .date-author-container .divider {
  position: relative;
  width: 2px;
  height: 15px;
  top: 2px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #95989A;
}
.single-blog-page-wrapper .main-content .header {
  margin-top: 20px;
  text-align: left;
  width: 90%;
}
.single-blog-page-wrapper .main-content .main-text {
  margin-top: 50px;
}
@media all and (max-width: 991px) {
  .single-blog-page-wrapper .main-content .main-text {
    margin-top: 30px;
  }
}
.single-blog-page-wrapper .main-content .main-text p {
  color: #707070;
  line-height: 1.8;
}
.single-blog-page-wrapper .main-content .main-text a {
  text-transform: uppercase;
  font-family: "Montserrat-Regular";
  font-weight: 500;
  font-style: normal;
}
.single-blog-page-wrapper .main-content .main-text a:link {
  color: #08405C;
}
.single-blog-page-wrapper .main-content .main-text a:hover {
  color: grey !important;
}
.single-blog-page-wrapper .main-content .main-text a:visited {
  color: #08405C;
}
.single-blog-page-wrapper .section-more-articles {
  position: relative;
  margin-top: 100px;
}
.single-blog-page-wrapper .section-more-articles .section-thumbnail {
  margin-top: 50px;
}

.contact-page-wrapper .section-contact-form {
  margin-top: 100px;
}
@media all and (max-width: 767px) {
  .contact-page-wrapper .section-contact-form {
    margin-top: 50px;
  }
}
.contact-page-wrapper .email-template-draft {
  margin-bottom: 40px;
  font-family: "Space Mono", monospace;
  background: #fff;
  /* border: 0px solid #CFD6DC; */
  border: 1px solid #CFD6DC;
  border-top-width: 2.4rem;
  border-radius: 0.8rem;
  /* box-shadow: 3.2rem 3.2rem 6.4rem -1.6rem rgb(0 0 0 / 16%); */
  box-shadow: 3.2rem 3.2rem 0.4rem -5.6rem rgba(0, 0, 0, 0.16);
}
.contact-page-wrapper .email-template-meta {
  padding: 16px;
  padding-left: 32px;
  padding-right: 32px;
  margin: 0;
  border-bottom: 1px solid #CFD6DC;
  font-size: 1.6rem !important;
  font-size: 1.4rem !important;
  font-size: 1.3rem !important;
}
.contact-page-wrapper .email-template-meta-key {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.3rem !important;
}
.contact-page-wrapper .email-template-meta-value {
  font-weight: bold;
}
.contact-page-wrapper .email-template-meta dd {
  margin: 0;
}
.contact-page-wrapper .email-template-body {
  padding: 32px;
  font-family: "Space Mono", monospace;
}
.contact-page-wrapper .email-template-body p {
  font-size: 1.6rem;
  margin: 0 0 1.5em;
  line-height: 2.5;
  font-style: normal;
}
.contact-page-wrapper .email-template-string {
  font-weight: bold;
}
.contact-page-wrapper .content-section {
  padding: 30px 0px 0px;
}
.contact-page-wrapper .content-section h3 {
  margin: 0px;
  letter-spacing: 1px;
  margin-top: 20px;
  /* font-family: "Montserrat-Bold"; */
  font-family: "Montserrat";
  /* font-weight: 300; */
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  color: #08405C;
}
.contact-page-wrapper .content-section h3 {
  margin: 0px;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: "Montserrat-Bold";
  /* font-weight: 600; */
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  color: #08405C;
}
.contact-page-wrapper .content-section strong {
  /* font-family: 'Montserrat', sans-serif;
  font-weight: 600 !important; */
}
.contact-page-wrapper .content-section p.body {
  font-size: 18px;
}
.contact-page-wrapper .content-section .orange-bullets {
  list-style: disc !important;
}
.contact-page-wrapper .content-section .orange-bullets li {
  color: #EA3721;
  margin-bottom: 0.4em;
}
.contact-page-wrapper .content-section .orange-bullets li:before {
  display: none !important;
}
.contact-page-wrapper .content-section .orange-bullets li span {
  color: #95989A;
}
.contact-page-wrapper .hubspot-link__container.sproket {
  display: none !important;
}

.careers-page-wrapper .section-careers {
  margin-top: 100px;
}
@media all and (max-width: 767px) {
  .careers-page-wrapper .section-careers {
    margin-top: 70px;
  }
}
.careers-page-wrapper .dropdown-blocks-container .dropdown-block {
  border-top: 2px solid #95989A;
}
.careers-page-wrapper .dropdown-blocks-container .dropdown-block:last-child {
  border-bottom: 2px solid #95989A;
}
.careers-page-wrapper .dropdown-blocks-container .dropdown-block h3 {
  margin: 0px;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: "Montserrat-Bold";
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: #08405C;
}
@media all and (max-width: 767px) {
  .careers-page-wrapper .dropdown-blocks-container .dropdown-block h3 {
    font-size: 12px;
  }
}
.careers-page-wrapper .dropdown-blocks-container .dropdown-block ul {
  list-style-type: none;
}
@media all and (max-width: 767px) {
  .careers-page-wrapper .dropdown-blocks-container .dropdown-block ul {
    padding-left: 30px;
  }
}
.careers-page-wrapper .dropdown-blocks-container .dropdown-block ul li {
  position: relative;
}
.careers-page-wrapper .dropdown-blocks-container .dropdown-block ul li::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 8px;
  display: inline-block;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #EA3721;
}
@media all and (max-width: 767px) {
  .careers-page-wrapper .dropdown-blocks-container .dropdown-block ul li::before {
    top: 4px;
  }
}

.error-page-wrapper {
  height: 300px;
  text-align: center;
}
.error-page-wrapper .section-intro {
  margin-top: 100px;
}
@media all and (max-width: 767px) {
  .error-page-wrapper .section-intro {
    margin-top: 50px;
  }
}
.error-page-wrapper .section-intro .button {
  margin: auto;
}

footer {
  position: relative;
  margin-top: 150px;
  color: white;
}
@media all and (max-width: 991px) {
  footer {
    margin-top: 50px;
  }
}
@media all and (max-width: 767px) {
  footer {
    margin-top: 0px;
  }
}
footer .start-project {
  position: relative;
  z-index: 100;
  top: 125px;
  height: 250px;
}
@media all and (max-width: 991px) {
  footer .start-project {
    height: 200px;
  }
}
footer .start-project .inner-container {
  height: 100%;
  position: relative;
  margin: auto;
  overflow: hidden;
  background-color: #F4F4F4;
}
footer .start-project .inner-container h2 {
  margin-top: 55px;
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  footer .start-project .inner-container h2 {
    margin-top: 45px;
  }
}
@media all and (max-width: 767px) {
  footer .start-project .inner-container h2 {
    width: 240px;
    margin: auto;
    margin-top: 45px;
  }
}
footer .section-contact {
  height: 550px;
  background-size: cover;
  background-position: center;
  background-image: url(images/93aab9521440cdb9570b28e694ff68aa.jpg);
}
@media all and (max-width: 767px) {
  footer .section-contact {
    height: 600px;
  }
}
footer .section-contact .img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
footer .section-contact .img-container.philly:hover {
  opacity: 0;
}
footer .section-contact .img-container.new-york {
  z-index: -1;
}
footer .section-contact .section-inner-container {
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
}
@media all and (max-width: 767px) {
  footer .section-contact .section-inner-container {
    padding: 0px;
  }
}
footer .section-contact h3 {
  margin-top: 200px;
  font-family: "Montserrat-Regular";
  font-weight: 300;
  font-style: normal;
  font-size: 25px;
  text-align: center;
  letter-spacing: 1px;
}
@media all and (max-width: 991px) {
  footer .section-contact h3 {
    margin-top: 180px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  footer .section-contact h3 {
    font-size: 23px;
  }
}
footer .section-contact form {
  position: relative;
  padding-right: 185px;
  margin-top: 45px;
}
@media all and (max-width: 991px) {
  footer .section-contact form {
    padding-right: 0px;
    padding-bottom: 50px;
    margin-top: 0px;
  }
}
@media all and (max-width: 767px) {
  footer .section-contact form {
    padding-right: 0px;
    padding-bottom: 30px;
    margin-top: 0px;
  }
}
footer .section-contact form input:focus,
footer .section-contact form select:focus,
footer .section-contact form textarea:focus,
footer .section-contact form button:focus {
  outline: none;
}
footer .section-contact form p {
  height: 0px;
  margin: 0px;
}
footer .section-contact form input {
  color: white;
}
@media all and (max-width: 991px) {
  footer .section-contact form input {
    margin-left: 0px;
  }
}
footer .section-contact form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
footer .section-contact form input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
footer .section-contact form input:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
footer .section-contact form input:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
footer .section-contact form fieldset {
  position: relative;
  margin: 0px;
  padding: 0px;
  border: none;
}
@media all and (max-width: 767px) {
  footer .section-contact form fieldset {
    margin-bottom: 15px;
  }
}
footer .section-contact form fieldset input[type=text],
footer .section-contact form fieldset input[type=email] {
  position: relative;
  width: 44%;
  margin-right: 4%;
  background: none;
  border: none;
  border-bottom: 1px solid white;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 35px;
}
@media all and (max-width: 991px) {
  footer .section-contact form fieldset input[type=text],
footer .section-contact form fieldset input[type=email] {
    width: 100%;
    top: inherit;
  }
}
footer .section-contact form fieldset input[type=text]:focus,
footer .section-contact form fieldset input[type=email]:focus {
  border-bottom: 1px solid #EA3721;
}
footer .section-contact form fieldset input[type=text] {
  top: 5px;
}
footer .section-contact form fieldset input[type=email] {
  top: -15px;
}
footer .section-contact form input[type=submit] {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 175px !important;
}
@media all and (max-width: 991px) {
  footer .section-contact form input[type=submit] {
    top: inherit;
    left: 0;
    bottom: 0;
    margin-left: inherit !important;
  }
}
@media all and (max-width: 767px) {
  footer .section-contact form input[type=submit] {
    margin-left: inherit !important;
  }
}
footer .section-footer-links {
  position: relative;
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #0E3449;
  text-align: center;
  vertical-align: super;
}
@media all and (max-width: 991px) {
  footer .section-footer-links {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  footer .section-footer-links {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer .section-footer-links ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
}
footer .section-footer-links ul .col {
  float: left;
  padding-right: 15px;
  min-width: 170px;
}
@media all and (max-width: 767px) {
  footer .section-footer-links ul .col {
    padding-right: 15px;
    min-width: inherit;
  }
}
footer .section-footer-links ul li {
  list-style-type: none;
  margin-right: 20px;
  font-family: "Montserrat-Bold";
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 15px;
  color: #949899;
  margin-bottom: 10px;
}
footer .section-footer-links ul li:hover::before {
  width: 15px;
  background-color: white;
}
footer .section-footer-links ul li::before {
  content: "";
  display: inline-block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  margin-right: 10px;
  position: relative;
  top: -6px;
  width: 0px;
  height: 1px;
  background-color: #949899;
}
@media all and (max-width: 767px) {
  footer .section-footer-links ul li::before {
    display: none;
  }
}
footer .section-footer-links .title {
  text-align: left;
  font-family: "Montserrat-Regular";
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  margin-left: 10px;
}
@media all and (max-width: 767px) {
  footer .section-footer-links .title {
    margin-left: 0px;
  }
}
footer .section-footer-links .menu,
footer .section-footer-links .contact {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1px;
}
@media all and (max-width: 767px) {
  footer .section-footer-links .menu,
footer .section-footer-links .contact {
    display: block;
    width: 260px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .section-footer-links .menu {
  border-right: 1px solid #949899;
}
@media all and (max-width: 767px) {
  footer .section-footer-links .menu {
    border-right: none;
  }
}
footer .section-footer-links .contact {
  min-width: 170px;
  margin-left: 40px;
}
@media all and (max-width: 767px) {
  footer .section-footer-links .contact {
    margin-left: auto;
    margin-top: 15px;
    min-width: inherit;
  }
}
footer .section-copyright {
  background-color: #0E3449;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  color: #949899;
}
@media all and (max-width: 767px) {
  footer .section-copyright .copyright,
footer .section-copyright .guidelines {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .section-copyright .guidelines {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
footer .section-copyright {
  text-align: center;
}
footer .terms-and-policies {
  display: inline-block;
}
footer .terms-and-policies a {
  padding: 5px 10px;
  display: inline-block;
}
footer .copyright {
  display: inline-block;
  text-align: auto;
}
@media all and (max-width: 752px) {
  footer .terms-and-policies {
    width: 100%;
    margin-bottom: 15px;
  }
  footer .terms-and-policies a {
    width: 100% !important;
    display: inline-block;
  }
  footer .link-divider {
    display: none;
  }
  footer .copyright {
    width: 100%;
  }
}
