/* ---------- SLICK SLIDER ---------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-action: pan-y;
}
.slick-list,
.slick-track {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-track, 
.slick-slider .slick-list {
  transform: translate3d(0,0,0);
}
.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, 
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track, 
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img, 
.slick-initialized .slick-slide {
  display: block;
}
.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  color: #fff;
  background: none;
  border: none;
}

/* ---------- SLICK LIGHTBOX ---------- */
.slick-lightbox {
  z-index: 9999;
  background: #000;
  transition: opacity .5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev {
  left: 1rem;
}
.slick-lightbox .slick-next {
  right: 1rem;
}
.slick-lightbox-hide {
  opacity: 0;
}
.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
.slick-lightbox, .slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em;
}
.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-close {
  position: absolute;
  top: .94rem;
  right: .94rem;;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  line-height: 0;
  font-size: 0;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}
.slick-lightbox-close:before {
  line-height: 1;
  color: #fff;
  opacity: .85;
  content: '×';
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
}
.slick-lightbox .slick-arrow {
  font-size: 0;
  padding: 0;
  z-index: 99999;
}
.slick-lightbox .slick-prev:before, 
.slick-lightbox .slick-next:before {
  font-size: 3.25rem;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
.slick-lightbox .slick-prev:before {
  content: '\f053';
}
.slick-lightbox .slick-next:before {
  content: '\f054';
}

/* ---------- KEYFRAMES ---------- */
@keyframes fadeInRight {
  0% { opacity: 0; left: 20%;}
  100% { opacity: 1; left: 0;}
}

/* ---------- MAIN STYLES ---------- */
body {
  font-family: urw-din, sans-serif;
  font-weight: 400;
  color: #898e92;
}
.wrapper {
  padding: 0;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
h1, h2 {
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
}
h4 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
}
h6 {
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  font-size: 2rem;
}
p {
  font-size: 1.1rem;
}
a {
  transition: .5s ease;
}
a:hover {
  text-decoration: none;
}
.white-txt {
  color: #fff;
}

/* ---------- BACKGROUNDS ---------- */
.bluebg {
  background: #01539c;
}
.whitebg {
  background: #fff;
}

/* ---------- BUTTONS ---------- */
.white-btn,
.blueBtn {
  font-weight: 700;
  text-transform: uppercase;
  padding: .32rem 1.25rem;
  font-size: 1.25rem;
  border-radius: .44rem;
}
.white-btn {
  background: #fff;
  color: #01539c !important;
  margin-bottom: 1.25rem;
}
.blueBtn {
  background: #01539c;
  color: #fff;
}
.blueBtn.big {
  font-size: 2rem;
}
.blueBtn:hover {
  color: #fff;
  background: #444;
}
.white-btn.big {
  font-size: 2.25rem;
}

/* ---------- HEADER ---------- */
.n2_clear {
  margin-top: 6.25rem;
}
.navbar-brand {
  background: #ccc;
  padding: 2.5rem 6.25rem 2.5rem 10rem;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
  z-index: 9999;
  clip-path: polygon(9% 0,100% 0,100% 100%,0% 100%);
}
.navbar-brand.open {
  background: transparent;
}
.navbar-brand img {
  max-height: 5rem;
  width: auto;
}
.navbar {
  padding-top: 0 !important;
}
#wrapper-navbar {
  height: 0;
}
.button_container {
  top: 2.19rem;
  left: 1.56rem;
  height: 1.69rem;
  width: 2.19rem;
  z-index: 100;
  transition: opacity .25s ease;
  z-index: 9999;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  transform: translateY(8px) translateX(0) rotate(45deg);
}
.button_container.active .middle {
  opacity: 0;
}
.button_container.active .bottom {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}
.button_container.active, .navbar-brand.open {
  position: fixed;
}
.button_container span {
  background: #01539c;
  border: none;
  height: .31rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .35s ease;
}
.button_container span:nth-of-type(2) {
  top: .5rem;
}
.button_container span:nth-of-type(3) {
  top: 1rem;
}
.overlay {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 999;
}
.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: .5s;
}
.overlay.open li:nth-of-type(5) {
  animation-delay: .55s;
}
.overlay nav {
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3.13rem;
}
.overlay ul {
  margin: 0 auto;
  display: inline-block;
}
.overlay li {
  display: block;
  position: relative;
  opacity: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.overlay li a {
  display: block;
  position: relative;
  color: #898e92;
  text-decoration: none;
  overflow: hidden;
}
.overlay p {
  font-size: 1rem;
  margin-top: 1.56rem;
}
.overlay a i {
  color: #898e92;
  margin-right: .63rem;
}
.overlay li a:hover, 
.overlay a i:hover {
  color: #01539c;
}
#connect-wrapper,
#full-width-page-wrapper {
  margin-top: 12.5rem;
}
.padding-wide {
  padding: 8% 20%;
}

/* ---------- FORMS ---------- */
.forminator-field label {
  font-size: 1.75rem !important;
  font-weight: 700 !important;
}
button.forminator-button {
  margin: auto !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  padding: .31rem 1.25rem !important;
  font-size: 1.25rem !important;
  border-radius: .44rem !important;
}
.forminator-custom-form {
  max-width: 43.75rem;
  margin: 0 auto 6.25rem !important;
}
button.forminator-button-upload {
  font-size: 1rem !important;
}

/* ---------- HOME ---------- */
.home-section-1 .background-image {
  margin-bottom: 4.69rem;
}
.home-section-1 {
  margin-bottom: 6.25rem;
}
.home-section-1 .col-lg-9 {
  padding-top: 6.25rem;
  margin-bottom: 4.69rem;
}
.home-section-1 .col-lg-9 p {
  padding-left: 10%;
  text-transform: lowercase;
  max-width: 43.75rem;
}
.home-section-2 {
  padding-top: 4.69rem;
  padding-bottom: 4.69rem;
}
.home-section-2 h3 {
  margin-bottom: 3.13rem;
  color: #fff;
}
.home-section-2 h4 {
  color: #fff;
  margin-top: 3.13rem;
  transition: .5s ease;
}
.home-section-2 h4 i {
  margin-right: .94rem;
}
.home-section-2 a {
  color: #fff;
}
.home-section-2 a:hover, 
.home-section-2 a h4:hover, 
.home-section-4 a:hover {
  color: rgba(255,255,255,.8);
}
.home-section-3 {
  position: relative;
  padding: 0 3.13rem;
}
.home-section-3 .whitebg {
  padding: 3.13rem;
}
.home-section-3 h3 {
  margin-bottom: 3.13rem;
}
.home-section-4 p, 
.home-section-4 a {
  color: #fff;
}
.home-section-3:before, 
.home-section-3:after {
  height: 9.38rem;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
}
.home-section-3:before {
  background: #01539c;
}
.home-section-3:after {
  background: #fff;
  bottom: 0;
  z-index: 0;
}
.home-section-4 {
  padding-top: 21%;
  padding-bottom: 21%;
}
.market-box {
  border: 1rem solid #01539c;
}
.market-box img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5 / 4;
}
.market-overlay {
  position: absolute;
  background: rgba(0,0,0,.5);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .5s ease;
}
.market-overlay p {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.25rem;
  font-weight: 500;
  font-style: italic;
  line-height: 2;
}
.market-box:hover .market-overlay {
  background: rgba(7,80,153,.8);
}

/* ---------- PROJECTS ---------- */
.projectOverlay {
  align-items: center;
  background: rgba(0,0,0,.5);
  width: 100%;
  color: #fff;
  position: absolute;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  padding: 1.25rem;
  overflow: hidden;
  z-index: 99;
  height: 100%;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
}
.projectBoxes .col-md:hover .projectOverlay {
  background: rgba(7,80,153,.8);
}
.projectBoxes img {
  height: 29rem;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.project-boxes a {
  color: #fff;
}
.projectOverlay a {
  color: #fff;
}
a.project {
  transition: .5s ease;
}
a.project:hover {
  opacity: .7;
}
.single-project-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5 / 4;
}
.single-project-top h1 {
  color: #01539c;
  font-size: 3rem;
}
.project-cat,
.project-cat a {
  color: #8A8E91;
}
#projects-archive-wrapper,
#single-project {
  margin-top: 6.25rem;
}
#projects-archive-wrapper .overlay-text {
  position: absolute;
  top: 15%;
  right: .94rem;
  text-align: right;
}
#projects-archive-wrapper .overlay-text p {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
  font-style: italic;
}
.project-gallery img {
  height: 29rem;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#single-project .slick-prev {
  left: .63rem;
}
#single-project .slick-next {
  right: .63rem;
}
#single-project .bluebg ul {
  margin-bottom: 3.13rem;
}
#projects-archive-wrapper ul.pagination {
  justify-content: center;
  margin-top: 1.53rem;
}
#projects-archive-wrapper .page-item.active .page-link {
  background: none;
  color: #fff;
  border: 0;
  font-weight: 700;
}
#projects-archive-wrapper .page-link {
  background: none;
  border: 0;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
}
.project-gallery {
  margin-top: 3.13rem;
}
.project-gallery a {
  position: relative;
  justify-content: center;
  align-items: center;
}
.similar-projects {
  text-align: center;
  padding: 0 3.13rem;
  margin-top: 4.69rem;
  margin-bottom: 4.69rem;
}
.similar-projects h3 {
  color: #01539c;
}
#single-project li a {
  color: #01539c;
}
#single-project h2 {
  font-style: normal;
  margin-bottom: 1.25rem;
  color: #01539c;
}
#single-project h3 {
  margin-bottom: 1.25rem;
}
#single-project ul {
  list-style-type: none;
  padding-left: 1.25rem;
}
#single-project li {
  color: #01539c;
  margin-bottom: .63rem;
}
#single-project .bluebg p {
  color: #fff;
  max-width: 37.5rem;
  width: 100%;
  line-height: 2;
}
#single-project .slick-arrow {
  font-size: 3.25rem;
  z-index: 99;
  margin-top: -1.38rem;
}
.project-boxes {
  padding: 3.13rem 1.56rem 20%;
  text-align: center;
  background: #01539c;
}
.projectBoxes .col-md-4 {
  position: relative;
  justify-content: center;
  align-items: center;
  margin-bottom: .63rem;
  overflow: hidden;
}
.project-boxes article {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.project-gallery a:hover .gallery-overlay {
  opacity: 1;
  top: 0;
}
.market-nav .menu-item-object-project-type a:hover {
  opacity: .8;
}
#single-project .bluebg h3,
#single-project .bluebg li {
  color: #fff;
}
.project-archive-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5 / 4;
}
.project-archive-top h1 {
  color: #01539c;
  margin-bottom: 1rem;
  font-size: 5em;
  line-height: 1;
}
.project-archive-top h6 {
  font-weight: 300;
  font-style: italic;
  color: #01539c;
  margin-top: 2.5rem;
  font-size: 1.5rem;
}
#menu-markets-sidebar-menu {
  list-style-type: none;
  padding-left: 0;
}
#menu-markets-sidebar-menu li {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: .5rem;
}
#menu-markets-sidebar-menu a {
  color: #01539c;
}

/* ---------- GALLERY ---------- */
.gallery-overlay {
  align-items: center;
  left: 0;
  background: rgba(7,80,153,.8);
  width: 100%;
  padding: 1.25rem;
  top: -32rem;
  color: #fff;
  position: absolute;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  padding: 1.25rem;
  overflow: hidden;
  z-index: 99;
  opacity: 0;
  transition: .8s ease;
  height: 100%;
}
.gallery-overlay i {
  font-size: 2.88rem;
}
.client-gallery {
  position: relative;
  z-index: 99;
}
.client-gallery img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 9.38rem;
  margin-bottom: 1.88rem;
}
.client-gallery .col-md-4 {
  padding: 5%;
}

/* ---------- TEAM ---------- */
.team-overlay {
  color: #fff;
  position: absolute;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  padding: 1.25rem;
  overflow: hidden;
  z-index: 99;
  opacity: 0;
  transition: .8s ease;
  height: 100%;
  background: rgba(7,80,153,.8);
  left: 0;
  width: 100%;
  top: -32rem;
}
.team-members .col-lg-4:hover .team-overlay {
  opacity: 1;
  top: 0;
}
.team-members a {
  color: #fff;
  margin: .63rem;
  font-size: 2rem;
}
.team-overlay img {
  max-height: 1.88rem;
  margin: .625rem;
}
.team-members .col-lg-4 {
  position: relative;
  justify-content: center;
  align-items: center;
  border: .31rem solid #fff;
  overflow: hidden;
}
img.team-photo {
  height: 100%;
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.team-overlay a:hover {
  opacity: .8;
}

/* ---------- CAREERS ---------- */
.career-list a:hover {
  opacity: .8;
}
.careers-text {
  margin-bottom: 3.13rem;
}
.careers-text h3 {
  color: #01539c;
  margin-bottom: 3.13rem;
}
.career-list h3 {
  color: #fff;
  margin-bottom: 1.88rem;
}
.career-list h5 {
  color: #fff;
  font-size: 1rem;
  text-transform: lowercase;
  margin-bottom: 1.88rem;
}
.career-desc h6 {
  color: #fff;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  text-transform: capitalize;
}
.career-list h4,
.career-list a,
.career-desc p {
  color: #fff;
}
#careers-wrapper,
#submit-app-wrapper {
  margin-top: 6.25rem;
}
#careers-wrapper h1,
#submit-app-wrapper h1 {
  color: #fff;
  font-size: 7.5rem;
  padding-top: 12%;
  padding-bottom: 18%;
}
.careers-text p {
  color: #01539c;
  line-height: 2;
  max-width: 37.5rem;
  margin: 0 auto 1.25rem;
}
.career-list {
  text-align: center;
  padding: 3.13rem 3.13rem 4.69rem;
  flex-direction: column;
}
.career-desc {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 6.25rem;
}
.career-apply {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  float: none;
}
.career-apply p {
  margin-bottom: 0;
  color: #fff;
}

/* ---------- MARKETS ---------- */
.market-nav .menu-item-object-market a:hover {
  opacity: .8;
}
.market-nav {
  padding-top: 11%;
}
.market-nav h1 {
  font-size: 6.25rem;
  color: #01539c;
  line-height: 1;
  margin-bottom: 2.5rem;
}
.market-nav h5 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.75rem;
  margin-bottom: .94rem;
}
.market-nav h6 {
  color: #01539c;
  line-height: 1;
  padding-left: 3.13rem;
  margin-bottom: 0;
}
.menu-markets-sidebar-menu-container {
  max-width: 43.75rem;
}
.market-nav ul {
  list-style-type: none;
  padding-left: 0;
  column-count: 2;
  column-width: 250px;
  padding-bottom: 3.13rem;
}
.market-nav .menu-item-object-market a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #01539c;
  line-height: .9;
}
.market-nav li {
  margin-bottom: .94rem;
  line-height: 1;
}

/* ---------- ABOUT ---------- */
.about-hero {
  margin-top: 6.25rem;
}
.about-hero h1 {
  color: #fff;
  font-size: 7.5rem;
  padding-top: 18%;
  padding-bottom: 18%;
}
.about-lets-talk-section {
  margin-top: 1.88rem;
}

/* ---------- SERVICES ---------- */
.services-hero {
  margin-top: 6.25rem;
}
.services-hero h1 {
  color: #fff;
  font-size: 7.5rem;
  padding-top: 18%;
  padding-bottom: 18%;
}

/* ---------- SECONDARY ---------- */
.letstalk p, 
.letstalk a {
  color: #01539c;
}
.letstalk h3 {
  margin-top: 2.5rem;
}
.letstalk {
  padding-top: 35%;
  padding-bottom: 35%;
}
.top-section {
  position: relative;
}
.top-section:after {
  z-index: -1;
  bottom: 0;
  background: #01539c;
  height: 3.13rem;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
}
.top-section img {
  object-fit: cover;
  height: 40.63rem;
}
#full-width-page-wrapper h1 {
  color: #01539c;
  margin-bottom: 3.13rem;
  font-size: 3.5em;
}
#full-width-page-wrapper h6 {
  font-weight: 700;
  font-style: italic;
  color: #01539c;
  margin-top: 2.5rem;
  font-size: 1.75rem;
}
#connect-wrapper h1 {
  color: #01539c;
  font-size: 6rem;
}
#connect-wrapper h5 {
  text-transform: uppercase;
  color: #01539c;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 3.13rem;
}
.text-overlay2 {
  position: relative;
  top: 20%;
}
.text-overlay2 h2 {
  font-size: 6.88rem;
  line-height: 1;
}
.text-overlay2 h6 {
  line-height: 1;
  margin-bottom: 0;
}
.state-map {
  padding: 4.69rem 10% 0;
}
.state-map h2 {
  text-align: left;
  color: #fff;
  font-weight: 900;
  font-size: 5.25rem;
  line-height: 1;
}
.state-map h6 {
  color: #fff;
  text-align: left;
  font-size: 1.75rem;
  line-height: 1;
}
.two-column .col-md-6 {
  padding: 5%;
}
.two-column h3,
.two-column p {
  color: #fff;
}
.connect-img {
  margin-top: .63rem;
}
h2.tax-title {
  color: #fff;
  text-align: left;
}
.aspire-text {
  padding: 0 35% 6.25rem 10%;
}
.aspire-text p {
  color: #fff;
}
.blue-text p {
  color: #01539c;
  text-transform: lowercase;
}
.bottom-paragraph {
  margin-bottom: 8rem;
}
.bottom-paragraph p {
  color: #01539c;
  font-size: 1.5rem;
  font-style: italic;
  text-transform: uppercase;
}
.slanted-image {
  margin-top: -22%;
}
/* ---------- FOOTER ---------- */
#wrapper-footer {
  border-top: .19rem solid #d3d3d3;
  padding-top: 1.56rem;
  padding-bottom: 1.56rem;
}
.site-info {
  padding-left: 5%;
  padding-right: 5%;
}
.footer-social,
.footer-address {
  list-style-type: none;
  padding-left: 0;
}
.footer-social li,
.footer-address li {
  display: inline-flex;
  margin-right: .63rem;
}
.footer-social i {
  font-size: 1.5rem;
}
.footer-social a {
  color: #898e92;
  transition: .5s ease;
}
.footer-social a:hover {
  color: #01539c;
}
.footer-social a i.fa-facebook-f {
  padding: .38rem .31rem .31rem .5rem;
}
.footer-logo img {
  max-height: 4.69rem;
  float: right;
}
/* ---------- MOBILE ---------- */
@media (min-width:768px) {
  .home-section-1 .col-lg-9 img {
    padding-left: 3.13rem;
    margin-top: 3.13rem;
    margin-bottom: 3.13rem;
    max-width: 90%;
  }
  .forminator-field label {
    width: 50%;
    padding-right: .94rem;
    text-align: right !important;
  }
  .forminator-field {
    display: flex;
    align-items: center;
  }
  .forminator-file-upload {
    width: 80%;
  }
  .single-project-top .col-md-4 {
    position: relative;
    margin-bottom: -7rem;
    z-index: 9;
  }
}
@media (min-width: 992px) {
  .archive-feature-img {
    position: relative;
    margin-bottom: -5rem;
    z-index: 9;
  }
  .container-lg {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width:2000px) {
  .home-section-1 .overlay-text h2 {
    font-size: 6rem;
  }
}
@media (max-width:1400px) {
  .slider-sub-heading p {
    font-size: 200% !important;
  }
  .n2-ss-section-main-content {
    padding-left: 18% !important;
  }
}
@media (max-width:1275px) {
  .home-section-1 .overlay-text h2 {
    font-size: 5.25rem;
  }
}
@media (max-width:991.98px) {
  .home-section-1 {
    margin-top: 0;
  }
  .home-section-1 .overlay-text {
    position: relative;
  }
  .home-section-1 .col-lg-9 {
    padding-top: 0;
  }
  .home-section-1 .background-image {
    margin-bottom: 0;
  }
  .site-footer {
    text-align: center;
  }
  .footer-logo img {
    float: none;
  }
}
@media (max-width:975px) {
  .text-overlay2 h2 {
    font-size: 5.63rem;
  }
}
@media (max-width:800px) {
  .about-hero h1, 
  .services-hero h1, 
  #careers-wrapper h1, 
  #submit-app-wrapper h1, 
  .market-nav h1, 
  #connect-wrapper h1 {
    font-size: 3.44rem;
  }
  .about-team {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
@media (max-width:767px) {
  .similar-projects {
    padding-left: 1.5rem;
    padding-right: 0;
  }
  .text-overlay2, .top-section .photo {
    display: none;
  }
  .market-nav, .career-apply .col-md-4 {
    margin-bottom: 3.13rem;
  }
  .project-boxes {
    margin-top: 0;
  }
  .project-tax .side-image {
    margin-top: 16.25rem;
  }
  h2.tax-title {
    margin-top: 3.13rem;
    color: #fff;
    font-size: 2.5rem;
  }
  #projects-archive-wrapper.project-tax .project-boxes {
    margin-top: 3.13rem;
  }
  .home-section-1 .col-lg-9 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .home-section-1 .col-lg-9 img {
    margin-top: 1.88rem;
    margin-bottom: 2.5rem;
  }
  .footer-phone {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width:600px) {
  .navbar-brand {
    padding: 1.25rem 1.25rem 1.25rem 4.69rem;
  }
  .home-section-1 .overlay-text h2 {
    font-size: 4.25rem;
    line-height: 1.2;
  }
  .home-section-1 .overlay-text h6 {
    padding-right: 0;
  }
}
@media (max-width:575px) {
  .home-section-4 .col-sm-4 {
    align-self: baseline;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: right;
    text-align: right;
    padding-left: 55%;
  }
  .home-section-4 {
    padding-bottom: 0;
  }
  .letstalk {
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .footer-address li {
    display: block;
  }
  .footer-address li a {
    color: #898e92 !important;
  }
  .top-paragraph {
    padding-left: 2.19rem;
    padding-right: 2.19rem;
  }
}
@media (max-width:475px) {
  .navbar-brand {
    padding: 1.25rem 1.25rem 1.25rem 4.06rem;
  }
  .navbar-brand img {
    max-height: 3.75rem;
  }
  .home-section-1 .overlay-text h2 {
    font-size: 3.25rem;
    line-height: 1;
  }
  .about-hero h1, 
  .services-hero h1, 
  #careers-wrapper h1, 
  #submit-app-wrapper h1, 
  .market-nav h1, 
  #connect-wrapper h1 {
    font-size: 3.88rem;
  }
  .aspire-text {
    padding-right: 15%;
  }
}