/*
$resVar: (
    sm: $smallR,
    md: $mediumR,
    lg: $largeR,
    xl: $xtraR,
);
*/
/*
How to Use
@include border(10px, 10px, 10px, 10px, transparent, transparent, transparent, #000000 );
*/
/*
 USAGE:
 -- Dafault corner is set in variable.scss file under variable name '$allCornerDefault' -- value is 5 by default
 -- Deafault Unit is set in variable.scss file under variable name '$defaultSymbol' -- unit is px by default
 For percentage or any symbol based measurement we have to use single quotes.
 For text based mesurement we can write it with or without single quotes.

 EXAMPLE:
 @include allRound(20);
 @include allRound(20,'%');
 @include allRound(20,em);

*/
/*
 USAGE:
 Same as allRadius()

 EXAMPLE:
 @include fourRadius();
 @include fourRadius(10,10,10,10);
 @include fourRadius(10,10,10,10,'%');
 @include fourRadius(10,10,10,10,em);

*/
/*
 USAGE:
 Same as allRadius()

 EXAMPLE:
 @include tlRadius();
 @include tlRadius(10, '%');
 @include tlRadius(10, em);

*/
/*
 USAGE:
 Same as allRadius()

 EXAMPLE:
 @include trRadius();
 @include trRadius(10, '%');
 @include trRadius(10, em);

*/
/*
 USAGE:
 Same as allRadius()

 EXAMPLE:
 @include brRadius();
 @include brRadius(10, '%');
 @include brRadius(10, em);

*/
/*
 USAGE:
 Same as allRadius()

 EXAMPLE:
 @include blRadius();
 @include blRadius(10, '%');
 @include blRadius(10, em);

*/
/*
How to Use
@include boxS(10px, 10px, 5px, 0px, rgba(0,0,0,0.75));
1. Horizontal Length
2. Vertical Length
3. Blur Radius
4. Spread Radius
5. Shadow Color
*/
/*
How to Use
@include insetS(10px, 10px, 5px, 0px, rgba(0,0,0,0.75));
1. Horizontal Length
2. Vertical Length
3. Blur Radius
4. Spread Radius
5. Shadow Color
*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/*
@mixin res($view) {
   @media (min-width: map-get($resVar, $view)) {
       @content;
   }
}
*/
/*
 Usage
 @include lg{
    Put your CSS Here
 }
 */
/*
 Usage
 @include print {
    Put your CSS Here
 }
 */
/*
 Usage
 @include custom(850px, 1190px){
    Put your CSS Here
 }
 */
@import url("https://p.typekit.net/p.css?s=1&k=bdd7hnl&ht=tk&f=19119.19121&a=622077&app=typekit&e=css");
.news-img-flex img, .cus-img-flex img {
  outline: none;
  border: none;
}

@-webkit-keyframes graAni01 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes graAni01 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes graAni01 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes graAni02 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes graAni02 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes graAni02 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* =================================== */
/*  Basic Style
/* =================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: 0;
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}

::-moz-selection {
  /* Code for Firefox */
  background-color: #3bacf0;
  color: #ffffff;
}

::selection {
  background-color: #3bacf0;
  color: #ffffff;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

.banner-img, .team-member-img .team-img-wrap, .team-member-img, .team-list .team-img-wrap, .team-list, .approach-sub-img .img-ap-cover, .approach-sub-img, .img-tc-cover, .home-slide {
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@font-face {
  font-family: "akzidenz-grotesk";
  src: url("https://use.typekit.net/af/99cda7/000000000000000000013631/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/99cda7/000000000000000000013631/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/99cda7/000000000000000000013631/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "akzidenz-grotesk-medium";
  src: url("https://use.typekit.net/af/9d033e/000000000000000000013633/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/9d033e/000000000000000000013633/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/9d033e/000000000000000000013633/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
.container {
  max-width: 1658px;
  padding-right: 30px;
  padding-left: 30px;
}

.row.custom-gutter {
  margin-right: -30px;
  margin-left: -30px;
}

.custom-gutter > [class*=col-],
.custom-gutter > [class*=col] {
  padding-right: 30px;
  padding-left: 30px;
}

.div-float {
  float: left;
  width: 100%;
  height: auto;
}

.div-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.remove-footer footer {
  display: none;
}

.custom-slick-settings .btnPlay {
  width: 60%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.custom-slick-settings .slick-prev, .custom-slick-settings .slick-next {
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  z-index: 2;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-slick-settings .slick-prev:hover, .custom-slick-settings .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.custom-slick-settings .slick-prev {
  left: 0;
}
.custom-slick-settings .slick-prev:before {
  content: "";
}
.custom-slick-settings .slick-next {
  right: 0;
}
.custom-slick-settings .slick-next:before {
  content: "";
}
.custom-slick-settings.invisible-slider .slick-prev:hover, .custom-slick-settings.invisible-slider .slick-next:hover {
  background-color: unset;
}

.pl-15 {
  padding-left: 15px !important;
}

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

.slbOverlay {
  background-color: white !important;
  opacity: 1 !important;
  animation: none !important;
}

.slbArrow.prev:before {
  border-right-color: #999 !important;
  background-image: url("../images/g-arrow-left.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  width: 15px;
  height: 25px;
}
.slbArrow.prev:before:hover {
  opacity: 1 !important;
}

.slbArrow.next:before {
  border-left-color: #999 !important;
  background-image: url("../images/g-arrow-right.png");
  border: none;
  width: 15px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.slbArrow.next:before:hover {
  opacity: 1 !important;
}

.slbCloseBtn {
  color: #999 !important;
  font-size: 37px !important;
  right: 16px !important;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='20' x='0px' y='0px' viewBox='0 0 34.8 32.2' style='enable-background:new 0 0 34.8 32.2;' fill='%23999' xml:space='preserve'%3E%3Cpath d='M34.8,0L32,0L17.1,14.9L2.6,0C1.8,0,0.9,0,0,0l15.7,16.1L0,32.2c0.9,0,1.8,0,2.6,0l14.5-14.9L32,32.2l2.8,0L18.7,16.1 L34.8,0z'/%3E%3C/svg%3E") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.slbCloseBtn:hover {
  opacity: 1 !important;
}

.slbArrows {
  position: unset !important;
}

.slbImageWrap:after {
  box-shadow: none !important;
}

.mainNav--home.normal-header svg#brand {
  fill: #000000;
}
.mainNav--home.normal-header.mainNav--home .nav-link {
  color: #999;
}

.mainNav--home.fixed-top {
  border-bottom: none;
}
.mainNav--home.fixed-top svg#brand {
  fill: #fff;
}
.mainNav--home.fixed-top .nav-border {
  border-bottom: none;
}

.normal-header.transparent-top.navbar-white .navbar-collapse .navbar-nav .nav-item .nav-link.active-menu {
  color: #000000 !important;
}

@keyframes mymove {
  from {
    background-size: unset;
    background-position: 0 -80px;
  }
  to {
    background-size: auto 100%;
    background-position: 0 0px;
  }
}
.mainNav--home.transparent-top {
  position: relative;
  z-index: 9;
  border-bottom: none;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.mainNav--home.transparent-top:hover {
  background-color: white;
  background-image: unset !important;
}
.mainNav--home.transparent-top svg#brand {
  fill: #fff;
}
.mainNav--home.transparent-top.mainNav--home .nav-link {
  color: #fff;
}
.mainNav--home.transparent-top.mainNav--home .nav-link.active, .mainNav--home.transparent-top.mainNav--home .nav-link.active-menu {
  color: #fff !important;
}
.mainNav--home.transparent-top .nav-border {
  border-bottom: none;
}

.gescout-sticky {
  position: fixed !important;
  top: 0px;
  width: 100%;
  z-index: 999;
  opacity: 0;
  transition: 0.3s all;
  background-color: white !important;
  background-image: unset !important;
}
.gescout-sticky svg#brand {
  fill: #000000 !important;
}
.gescout-sticky .navbar-nav .nav-item .nav-link {
  color: #999;
}
.gescout-sticky .navbar-nav .nav-item .nav-link.active-menu {
  color: #000 !important;
}

.home-animate {
  background-image: url("../images/header-gradient.png");
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.header-animate .mainNav--home.transparent-top {
  background-image: url("../images/header-gradient.png");
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.navbar-toggler[aria-expanded=true] .toggle-cross {
  display: block;
}
.navbar-toggler[aria-expanded=true] .toggle-bar {
  display: none;
}

.navbar-toggler {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.navbar-toggler .toggle-cross {
  display: none;
}

.nav-border {
  border-bottom: 1px solid #000000;
  height: 65px;
}

.gescout-show {
  top: 0;
  opacity: 1;
}
.gescout-show .nav-border {
  border-bottom: none;
}

footer nav {
  height: 100px;
  align-items: center !important;
}
footer svg#brand {
  fill: #272525;
}
footer .footer-list ul {
  align-items: center;
  height: 100px;
}
footer .footer-list .navbar-brand {
  padding: 0 0;
  margin-bottom: 5px;
}
footer .footer-list li {
  display: inline-block;
  width: auto;
  font-size: 20px;
  padding-right: 9%;
}
footer .footer-list li.active {
  font-family: "akzidenz-grotesk-medium";
}
footer .footer-list li a {
  font-size: 20px;
  color: #999;
}
footer .footer-list li a:hover {
  text-decoration: none;
  color: #000;
}
footer .footer-list.footer-second-list ul li {
  text-align: center;
}
footer .mob-footer {
  display: none;
  padding: 30px 0;
}
footer .mob-footer ul:first-child {
  column-count: 2;
  margin-bottom: 30px;
}
footer .mob-footer ul li {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "akzidenz-grotesk";
  font-weight: normal;
  color: #000;
}
footer .mob-footer ul li a {
  font-size: 16px;
  font-family: "akzidenz-grotesk";
  font-weight: normal;
  color: #999;
}
footer .mob-footer ul li a:hover {
  color: #000;
  text-decoration: none;
}

.home-slide {
  height: calc(100vh) !important;
}

.portfolio1 {
  background-image: url(../images/h1.jpg) !important;
}

.portfolio2 {
  background-image: url(../images/h2.jpg) !important;
}

.portfolio3 {
  background-image: url(../images/h3.jpg) !important;
}

.portfolio4 {
  background-image: url(../images/h4.jpg) !important;
}

.portfolio5 {
  background-image: url(../images/h5.jpg) !important;
}

.portfolio6 {
  background-image: url(../images/h6.jpg) !important;
}

.portfolio7 {
  background-image: url(../images/h7.jpg) !important;
}

/* Typography */
body {
  font-family: "akzidenz-grotesk", "Helvetica", "Arial", sans-serif;
  overflow-x: hidden;
}

p {
  font-size: 18px;
}

a:hover {
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
}

.main-office > h1 {
  font-size: 24px;
  font-weight: 600;
}

.main-office > p {
  font-size: 24px;
  line-height: 28px;
}

p.other-contacts > h2 {
  font-weight: 500;
  font-size: 18px;
}

.other-contacts p {
  margin-bottom: 30px;
}

.other-contacts h2 {
  font-size: 18px;
  font-weight: 600;
}

.project h1 {
  font-family: "akzidenz-grotesk-medium";
  font-size: 24px;
  color: #000;
  margin-bottom: 55px;
}

.project h2 {
  font-size: 24px;
  line-height: 31px;
  font-weight: lighter;
  color: #999999;
  margin-bottom: 60px;
}

.project-images a {
  text-decoration: none;
}

.project-images h4, .project-description h4 {
  font-family: "akzidenz-grotesk-medium";
  font-size: 24px;
  color: #000;
  margin-bottom: 55px;
}

.project p {
  font-size: 20px;
  line-height: 29px;
  color: #999;
}

.project-description h5 {
  font-family: "akzidenz-grotesk-medium";
  font-size: 20px;
  margin-bottom: 0px;
  color: #000;
}

.project-description p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #999;
}

.project-description p.awards {
  font-size: 20px;
  margin-bottom: 30px;
  margin-bottom: 0;
  color: #999;
  line-height: 29px;
}

/* Navbar */
#splashNav {
  color: #fff;
}

#mainNav {
  height: 80px;
  transition: background-color 0.5s ease;
}

#secondNav {
  position: relative;
  top: 80px;
  height: 80px;
  padding-bottom: 15px;
  background: #fff;
}

#mainNav.mainNav--page {
  background: #fff;
  padding: 15px 15px 0 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
}

.mainNav--project, .mainNav--home {
  padding: 15px 0 0 0;
  border-bottom: none;
}

.mainNav--project .nav-link, .mainNav--home .nav-link {
  color: #fff;
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.nav-link {
  padding: 0px;
}

.navbar-nav {
  margin-right: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-left: 0;
}

.navbar-scroll {
  border: none !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}

#mainNav .navbar-nav .nav-item {
  font-size: 18px;
  width: auto;
  padding-right: 10%;
    flex: 1 0 auto;
}

#mainNav.mainNav--page .navbar-nav .nav-item a {
  font-size: 18px;
  color: #999;
}

#mainNav.mainNav--page .navbar-nav .nav-item a:hover {
  color: #000;
}

#secondNav .navbar-nav .nav-item {
  margin-right: 65px;
  font-size: 18px;
}

.nav-link--white {
  color: #fff;
}

/* Layout */
/* Footer */
.footer {
  font-size: 18px;
  margin-top: 150px;
  margin-left: 17px;
}

.footer a {
  color: #999;
  font-size: 20px;
}

.social-links a {
  font-family: "akzidenz-grotesk-medium";
  color: #000;
}

.terms-links a {
  margin-right: 40px;
}

.footer-brand {
  height: 16px;
  margin-bottom: 7px;
  margin-right: 50px;
}

.tc-links a {
  margin-right: 30px;
}

.social-links a {
  font-family: "akzidenz-grotesk-medium";
  margin-right: 30px;
}

.secondary-navigation {
  position: relative;
  top: 94px;
  background-color: #fff;
  height: 89px;
  border-top: 1px solid #000;
  padding: 1.8rem;
}

.secondary-navigation a {
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0px;
  margin-right: 35px;
  padding-left: 10px;
}

.secondary-navigation > .navbar-nav {
  flex-direction: row;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-style: normal;
  font-size: 20px;
  padding: 0 0;
  display: inline-block;
}

#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #000;
}

.active.nav-link, .active-menu.nav-link {
  font-family: "akzidenz-grotesk-medium";
  color: #000 !important;
}

/* Splash Screen */
/* contact page */
.contact-page-header {
  height: 600px;
  width: 100%;
  background-image: url(../images/meier-office-contact.jpg) !important;
}

.contact-container {
  background-size: cover;
  height: 740px;
  margin-top: 80px;
  background-position: bottom;
}

.container-fluid.contact-us {
  margin-top: 30px;
  padding: 0 30px;
}

/* Projects pages */
.navbar-white {
  background: #fff;
}

.navbar-white.navbar-scroll svg#brand {
  fill: #000;
}

.mainNav--project.navbar-white .nav-link {
  color: #999;
}

.project-info-cont {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
}

.project-info {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.project-images a {
  text-decoration: none;
}

.project-info h5 {
  font-family: "akzidenz-grotesk-medium";
  margin: 0;
  color: #fff;
}

.project-info p {
  font-family: "akzidenz-grotesk";
  color: #fff;
  margin: 0;
}

.project-related-cont {
  height: 340px;
}

.project-image-overlay {
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  height: 340px;
  width: 100%;
  position: fixed;
  overflow: auto;
  top: 0px;
  left: 0px;
}

/* project page navbar */
.mainNav--project svg#brand {
  height: 16px;
  fill: #fff;
}

.mainNav--page svg#brand {
  height: 16px;
  fill: #000;
}

#mainNav.mainNav--projects .navbar-brand img {
  height: 16px;
}

#mainNav.mainNav--projects .nav-item .nav-link {
  font-style: normal;
}

/* end project page navbar */
.projects-container {
  background-size: cover;
  height: 740px;
  background-position: bottom;
}

.project-page-header {
  height: 80vh;
  margin: 0 auto;
  background-image: url(../images/Project_Hero_1598_1065.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: inherit;
  background-attachment: fixed;
}

.container-fluid.project, .container.project {
  margin-top: 60px;
  margin-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

li#active-link a {
  color: #000;
}

.container-fluid.project-images, .container-fluid.project-images, .container-fluid.project-description, .container.project-images, .container.project-images, .container.project-description {
  border-top: 1px solid #000;
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 30px 0;
}

.project-image {
  margin-top: 100px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  transition: width 2s;
}

@media (min-width: 768px) {
  header.masthead {
    height: 100vh;
  }
}
.splash {
  background-color: #fff;
  height: 100vh;
  display: flex;
  position: relative;
  z-index: 99999;
  position: fixed;
  left: 0;
  width: 100%;
}

.splash-brand {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.splash .splash-brand img {
  height: 100%;
  width: 200%;
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  opacity: 1;
  animation: fadeOut 5s ease-in forwards;
}

/* light box overrides */
.lightboxOverlay {
  background-color: #fff;
  opacity: 1;
}

.lb-data .lb-close {
  display: none;
}

.navbar-white#mainNav .navbar-nav .nav-item a {
  color: #999;
}

.mainNav--home.navbar-white#mainNav svg#brand {
  fill: #000;
}

svg#brand {
  fill: #fff;
}

.project-images img {
  width: 100%;
}

/* lightbox */
.lb-nav a.lb-next {
  background: none;
}

.lb-nav a.lb-prev {
  background: none;
}

.fade {
  opacity: 1;
  position: relative;
  top: 45px;
  transition-property: top;
  transition-duration: 0.5s;
}

.navbar-brand {
  margin-left: 15px;
  padding-top: 9px;
  margin: 0 0;
  width: 157px;
}

.project-image-container {
  background-color: #000;
}

.project-image-container img {
  height: 100%;
  width: 100%;
}

.project-image-container img:hover {
  opacity: 0.8;
}

.inner-section {
  min-height: calc(100vh - (80px + 100px) );
}

.navbar-toggler-icon {
  color: #FFF;
  width: 20px;
  height: 20px;
}
.navbar-toggler-icon .fas {
  padding-top: 5px;
}

.ios-drop {
  margin: 15px 0;
  height: 130px;
  width: 90%;
  position: relative;
  color: #000;
  overflow: hidden;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

.ios-drop .gt-arrow {
  transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1);
  transform-origin: center 30% 0px;
}

.animate-tb {
  height: 20px;
  margin-top: 0;
  height: 28px;
  margin: 0 0;
}
.animate-tb .gt-arrow {
  background-image: url("../images/dd-arrow-grey.png");
  background-size: contain;
  -webkit-transform: translateY(-50%) rotate(0deg) matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: translateY(-50%) rotate(0deg) matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: translateY(-50%) rotate(0deg) matrix(1, 0, 0, 1, 0, 0);
  -o-transform: translateY(-50%) rotate(0deg) matrix(1, 0, 0, 1, 0, 0);
  transform: translateY(-50%) rotate(0deg) matrix(1, 0, 0, 1, 0, 0);
}
.animate-tb .left-sec-list.scroll-bar:hover {
  overflow: hidden;
}

.left-sec-list {
  float: left;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.left-sec-list.scroll-bar {
  position: absolute;
  width: 110%;
  height: 100%;
  overflow: hidden;
}
.left-sec-list.scroll-bar:hover {
  overflow-y: auto;
}
.left-sec-list.scroll-bar::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 12px;
}
.left-sec-list.scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #8f8e8e;
  -webkit-box-shadow: 0 0 1px rgba(201, 201, 201, 0.5);
  display: block;
}
.left-sec-list.scroll-bar::-webkit-scrollbar-track {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.left-sec-list ul {
  width: 81%;
}
.left-sec-list ul li {
  padding: 16px 0 0;
}
.left-sec-list ul li a {
  color: #929496;
  font-size: 20px;
}
.left-sec-list ul li a:hover {
  text-decoration: none;
  color: #272525;
}
.left-sec-list ul li a.active {
  font-family: "akzidenz-grotesk-medium";
  color: #272525;
}
.left-sec-list ul li:last-child {
  padding-bottom: 15px;
}

.gt-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-60%) rotate(0deg) matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1);
  -moz-transform: translateY(-60%) rotate(0deg) matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1);
  -ms-transform: translateY(-60%) rotate(0deg) matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1);
  -o-transform: translateY(-60%) rotate(0deg) matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1);
  transform: translateY(-60%) rotate(0deg) matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-image: url("../images/dd-arrow-grey.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 15px;
}

.sdown .gt-arrow {
  background-image: url("../images/dd-arrow-grey.png");
  -webkit-transform: translateY(-60%) rotate(0deg) matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1);
  -moz-transform: translateY(-60%) rotate(0deg) matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1);
  -ms-transform: translateY(-60%) rotate(0deg) matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1);
  -o-transform: translateY(-60%) rotate(0deg) matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1);
  transform: translateY(-60%) rotate(0deg) matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1);
}

.sUp .gt-arrow {
  -webkit-transform: translateY(-50%) rotate(0deg) matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: translateY(-50%) rotate(0deg) matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: translateY(-50%) rotate(0deg) matrix(1, 0, 0, 1, 0, 0);
  -o-transform: translateY(-50%) rotate(0deg) matrix(1, 0, 0, 1, 0, 0);
  transform: translateY(-50%) rotate(0deg) matrix(1, 0, 0, 1, 0, 0);
  transform-origin: center 30% 0px;
}

.large-img-ban-wrapper {
  float: left;
  width: 100%;
  height: auto;
}
.large-img-ban-wrapper .lg-img-wrap {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.large-img-ban-wrapper .lg-img-wrap img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 1.5s ease-out 0s;
  -moz-transition: transform 1.5s ease-out 0s;
  -o-transition: transform 1.5s ease-out 0s;
  transition: transform 1.5s ease-out 0s;
}
.large-img-ban-wrapper .lg-img-wrap:hover img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.large-img-ban-wrapper img {
  width: 100%;
  outline: none;
  border: none;
}

.large-bgimg-ban-wrapper {
  float: left;
  width: 100%;
  height: auto;
}
.large-bgimg-ban-wrapper .lg-bgimg-wrap {
  float: left;
  width: 100%;
  height: 1065px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.typo-medium {
  font-family: "akzidenz-grotesk", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #939598;
  line-height: 1.3;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .typo-medium {
    font-size: 22px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .typo-medium {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .typo-medium {
    font-size: 20px;
  }
}
.typo-medium * {
  word-wrap: break-word;
}
.typo-medium h1, .typo-medium h2, .typo-medium h3, .typo-medium h4, .typo-medium h5, .typo-medium h6 {
  font-family: "akzidenz-grotesk-medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #231f20;
  padding: 0 0 5px 0;
}
.typo-medium h1 {
  font-size: 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .typo-medium h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .typo-medium h1 {
    font-size: 27px;
  }
}
@media screen and (max-width: 575px) {
  .typo-medium h1 {
    font-size: 27px;
  }
}
.typo-medium h2 {
  font-size: 28px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .typo-medium h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .typo-medium h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .typo-medium h2 {
    font-size: 25px;
  }
}
.typo-medium h3 {
  font-size: 26px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .typo-medium h3 {
    font-size: 25px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .typo-medium h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .typo-medium h3 {
    font-size: 24px;
  }
}
.typo-medium h4 {
  font-size: 24px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .typo-medium h4 {
    font-size: 22px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .typo-medium h4 {
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  .typo-medium h4 {
    font-size: 21px;
  }
}
.typo-medium h5 {
  font-size: 19px;
}
.typo-medium h6 {
  font-size: 17px;
}
.typo-medium p {
  font-size: inherit;
  padding: 0 0 5px 0;
}
.typo-medium a {
  color: #939598;
  text-decoration: none;
}
.typo-medium a:hover {
  text-decoration: none;
  color: #231f20;
}
.typo-medium b, .typo-medium strong {
  font-weight: bold;
}
.typo-medium i, .typo-medium em {
  font-style: italic;
}
.typo-medium ul {
  list-style-position: outside;
  margin-left: 21px;
  list-style: disc;
  padding: 0 0 9px 0;
}
.typo-medium li {
  padding-bottom: 1px;
}
.typo-medium ol {
  list-style-position: outside;
  margin-left: 21px;
  list-style: decimal;
  padding: 0 0 9px 0;
}
.typo-medium ol li {
  padding-left: 4px;
}

.typo-light {
  font-family: "akzidenz-grotesk", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #939598;
  line-height: 1.3;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .typo-light {
    font-size: 19px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .typo-light {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .typo-light {
    font-size: 18px;
  }
}
.typo-light * {
  word-wrap: break-word;
}
.typo-light h1, .typo-light h2, .typo-light h3, .typo-light h4, .typo-light h5, .typo-light h6 {
  font-family: "akzidenz-grotesk", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #231f20;
  padding: 0 0 0 0;
}
.typo-light h1 {
  font-size: 28px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .typo-light h1 {
    font-size: 27px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .typo-light h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .typo-light h1 {
    font-size: 26px;
  }
}
.typo-light h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .typo-light h2 {
    font-size: 23px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .typo-light h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .typo-light h2 {
    font-size: 22px;
  }
}
.typo-light h3 {
  font-size: 22px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .typo-light h3 {
    font-size: 21px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .typo-light h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .typo-light h3 {
    font-size: 20px;
  }
}
.typo-light h4 {
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .typo-light h4 {
    font-size: 19px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .typo-light h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .typo-light h4 {
    font-size: 18px;
  }
}
.typo-light h5 {
  font-size: 18px;
}
.typo-light h6 {
  font-size: 16px;
}
.typo-light p {
  font-size: inherit;
  padding: 0 0 5px 0;
}
.typo-light a {
  color: #939598;
  text-decoration: none;
}
.typo-light a:hover {
  text-decoration: none;
  color: #231f20;
}
.typo-light b, .typo-light strong {
  font-weight: bold;
}
.typo-light i, .typo-light em {
  font-style: italic;
}
.typo-light ul {
  list-style-position: outside;
  margin-left: 0;
  list-style: disc;
  padding: 0 0 9px 0;
}
.typo-light li {
  padding-bottom: 5px;
}
.typo-light ol {
  list-style-position: outside;
  margin-left: 21px;
  list-style: decimal;
  padding: 0 0 9px 0;
}
.typo-light ol li {
  padding-left: 4px;
}

.typo-light-medium {
  font-family: "akzidenz-grotesk", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #939598;
  line-height: 1.3;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .typo-light-medium {
    font-size: 19px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .typo-light-medium {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .typo-light-medium {
    font-size: 18px;
  }
}
.typo-light-medium * {
  word-wrap: break-word;
}
.typo-light-medium h1, .typo-light-medium h2, .typo-light-medium h3, .typo-light-medium h4, .typo-light-medium h5, .typo-light-medium h6 {
  font-family: "akzidenz-grotesk-medium", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #231f20;
  padding: 0 0 5px 0;
}
.typo-light-medium h1 {
  font-size: 28px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .typo-light-medium h1 {
    font-size: 27px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .typo-light-medium h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .typo-light-medium h1 {
    font-size: 26px;
  }
}
.typo-light-medium h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .typo-light-medium h2 {
    font-size: 23px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .typo-light-medium h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .typo-light-medium h2 {
    font-size: 22px;
  }
}
.typo-light-medium h3 {
  font-size: 22px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .typo-light-medium h3 {
    font-size: 21px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .typo-light-medium h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .typo-light-medium h3 {
    font-size: 20px;
  }
}
.typo-light-medium h4 {
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .typo-light-medium h4 {
    font-size: 19px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .typo-light-medium h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .typo-light-medium h4 {
    font-size: 18px;
  }
}
.typo-light-medium h5 {
  font-size: 18px;
}
.typo-light-medium h6 {
  font-size: 16px;
}
.typo-light-medium p {
  font-size: inherit;
  padding: 0 0 5px 0;
}
.typo-light-medium a {
  color: #939598;
  text-decoration: none;
}
.typo-light-medium a:hover {
  text-decoration: underline;
}
.typo-light-medium b, .typo-light-medium strong {
  font-weight: bold;
}
.typo-light-medium i, .typo-light-medium em {
  font-style: italic;
}
.typo-light-medium ul {
  list-style-position: outside;
  margin-left: 21px;
  list-style: disc;
  padding: 0 0 9px 0;
}
.typo-light-medium li {
  padding-bottom: 1px;
}
.typo-light-medium ol {
  list-style-position: outside;
  margin-left: 21px;
  list-style: decimal;
  padding: 0 0 9px 0;
}
.typo-light-medium ol li {
  padding-left: 4px;
}

.light-txt {
  color: #a7a9ac;
}

.mb-box {
  margin-bottom: 28px;
}

.img-cc-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cus-img-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.cus-img-flex img {
  max-width: 100%;
  max-height: 100%;
}

.bg-lightgreen {
  background-color: #c1d83c;
}

.bg-lightblue {
  background-color: #00c1f0;
}

.bg-lightgrey {
  background-color: #f1f3f2;
}

.bg-orange {
  background-color: #e46b1f;
}

.bg-green {
  background-color: #00a648;
}

.bg-blue {
  background-color: #0074b8;
}

.bg-blue-bright {
  background-color: #58caf2;
}

.bg-yellow-bright {
  background-color: #f4ec51;
}

.bg-pink {
  background-color: #b053a0;
}

.bg-silver-brown {
  background-color: #7a7c01;
}

.bg-blue-shade1 {
  background-color: #6c86bc;
}

.bg-blue-shade2 {
  background-color: #9db3d7;
}

.bg-blue-shade3 {
  background-color: #c6daf2;
}

.bg-brown-light {
  background-color: #d0bf81;
}

.bg-black {
  background-color: #000;
}

.active-menu {
  color: #000 !important;
  font-family: "akzidenz-grotesk-medium";
}

.contact-btm {
  padding: 49px 0 100px 0;
}
.contact-btm .typo-light p {
  line-height: 1.5;
}

.news-img-ht {
  height: 786px;
  overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .news-img-ht {
    height: 580px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .news-img-ht {
    height: 450px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .news-img-ht {
    float: none;
    margin: 0 auto 35px auto;
    max-width: 480px;
    height: 480px;
  }
}
@media screen and (max-width: 575px) {
  .news-img-ht {
    float: none;
    margin: 0 auto 35px auto;
    max-width: 320px;
    height: 320px;
  }
}

.news-img-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.news-img-flex img {
  max-width: 100%;
  max-height: 100%;
}

.news-img-bg {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-list {
  padding: 0 0 135px 0;
  overflow: hidden;
}
.news-list .img-tc-cover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 1.5s ease-out 0s;
  -moz-transition: transform 1.5s ease-out 0s;
  -o-transition: transform 1.5s ease-out 0s;
  transition: transform 1.5s ease-out 0s;
}
.news-list a:hover .img-tc-cover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.news-list-content {
  padding: 26px 0 0 0;
}
.news-list-content a {
  color: #939598;
}
.news-list-content a:hover {
  color: #231f20;
}

.dflex-bg {
  display: flex;
  width: 100%;
  height: 100%;
}

.news-sel-inner {
  padding: 0 0 120px 0;
  clear: both;
}
.news-sel-inner .img-tc-cover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 1.5s ease-out 0s;
  -moz-transition: transform 1.5s ease-out 0s;
  -o-transition: transform 1.5s ease-out 0s;
  transition: transform 1.5s ease-out 0s;
}
.news-sel-inner a:hover .img-tc-cover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.more-news-in {
  padding: 22px 0 0 0;
}

.more-news-hdr {
  padding: 0 0 41px 0;
}

.more-news-list {
  padding: 20px 0 25px 0;
}
.more-news-list .img-cc-cover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 1.5s ease-out 0s;
  -moz-transition: transform 1.5s ease-out 0s;
  -o-transition: transform 1.5s ease-out 0s;
  transition: transform 1.5s ease-out 0s;
}
.more-news-list a:hover .img-cc-cover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.more-img-ht {
  height: 377px;
  overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .more-img-ht {
    height: 285px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .more-img-ht {
    height: 285px;
  }
}

.more-ncontent {
  padding: 25px 0 10px 0;
}

.approach-main {
  margin: 0 0 150px;
}

.mp-sub-menu {
  height: 83px;
  align-items: center;
}
.mp-sub-menu ul {
  margin-left: 0;
  list-style: none;
  padding: 0 0;
}
.mp-sub-menu ul li {
  display: inline-block;
  font-size: 20px;
  width: auto;
  color: #231f20;
  margin-right: 75px;
}
.mp-sub-menu ul li:last-child {
  margin-right: 0;
}
.mp-sub-menu ul li.active {
  font-family: "akzidenz-grotesk-medium";
}
.mp-sub-menu ul li a {
  font-size: 20px;
  font-weight: 300;
  color: #999;
}
.mp-sub-menu ul li a:hover {
  text-decoration: none;
  color: #231f20;
}

.approach-img {
  margin-bottom: 30px;
}
.approach-img .app-img-wrap {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.approach-img .app-img-wrap img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 1.5s ease-out 0s;
  -moz-transition: transform 1.5s ease-out 0s;
  -o-transition: transform 1.5s ease-out 0s;
  transition: transform 1.5s ease-out 0s;
}
.approach-img .app-img-wrap:hover img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

.approach-text {
  color: #a6a8aa;
  font-size: 20px;
  padding: 60px 20px 80px 0;
}
.approach-text h4 {
  font-size: 24px; /* 20  font size reverted */
  margin-bottom: 90px;
  color: #272525;
  line-height: 1.5;
}
.approach-text h4 strong {
  font-weight: 500;
  font-family: "akzidenz-grotesk-medium";
}
.approach-text h4 span {
  color: #939598;
}
.approach-text p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
}
.approach-text p strong {
  font-family: "akzidenz-grotesk-medium";
}
.approach-text p em {
  font-style: italic;
}
.approach-text a {
  color: #a6a8aa;
}
.approach-text a:hover {
  color: #272525;
  text-decoration: none;
}

.approach-text.approach-height {
  min-height: 530px;
}

.approach-sub-img {
  height: 784px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.approach-sub-img .img-ap-cover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 1.5s ease-out 0s;
  -moz-transition: transform 1.5s ease-out 0s;
  -o-transition: transform 1.5s ease-out 0s;
  transition: transform 1.5s ease-out 0s;
}
.approach-sub-img:hover .img-ap-cover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.mp-border {
  width: 100%;
  height: 1px;
  background-color: #010101;
}

.approach-sub-img-height {
  height: 522px;
}

.team-list-main {
  margin-bottom: 90px;
}

.team-list {
  width: 100%;
  height: 377px;
  margin-bottom: 30px;
  position: relative;
  display: block;
  -webkit-transition: transform 0.3s ease-out 0s;
  -moz-transition: transform 0.3s ease-out 0s;
  -o-transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  overflow: hidden;
}
.team-list .team-img-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 1.5s ease-out 0s;
  -moz-transition: transform 1.5s ease-out 0s;
  -o-transition: transform 1.5s ease-out 0s;
  transition: transform 1.5s ease-out 0s;
}
.team-list:hover .team-img-wrap {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.team-list .team-ovrlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.team-list .team-ovrlay h4 {
  font-size: 24px;
  font-family: "akzidenz-grotesk-medium";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  line-height: 1.2;
}
.team-list .team-ovrlay h4 span {
  font-family: "akzidenz-grotesk", "Helvetica", "Arial";
}
.team-list:hover .team-ovrlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.team-member-img {
  width: 590px;
  height: 886px;
  overflow: hidden;
}
.team-member-img .team-img-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 1.5s ease-out 0s;
  -moz-transition: transform 1.5s ease-out 0s;
  -o-transition: transform 1.5s ease-out 0s;
  transition: transform 1.5s ease-out 0s;
}
.team-member-img:hover .team-img-wrap {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.team-detail {
  margin-top: 160px;
}

.team-member-detail {
  margin-bottom: 160px;
}

.team-list-main.product-listing-main .team-list {
  height: 513px;
  margin-bottom: 30px;
  overflow: hidden;
}
.team-list-main.product-listing-main .team-list .team-img-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 1.5s ease-out 0s;
  -moz-transition: transform 1.5s ease-out 0s;
  -o-transition: transform 1.5s ease-out 0s;
  transition: transform 1.5s ease-out 0s;
}
.team-list-main.product-listing-main .team-list:hover .team-img-wrap {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.team-list-main.product-listing-main .team-list .team-ovrlay {
  background-color: rgba(0, 0, 0, 0.35);
}

.banner-img {
  margin-top: -80px;
  text-align: center;
  min-height: calc(100vh - (140px) );
}

.product-slider .home-slide {
  height: 1065px !important;
}
.product-slider .slick-prev {
  background-image: url("../images/g-arrow-left.png");
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain;
  width: 15px;
  height: 25px;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-slider .slick-prev:before {
  display: none;
}
.product-slider .slick-prev:hover, .product-slider .slick-prev:focus {
  background-image: url("../images/g-arrow-left.png");
  background-size: contain;
  background-color: unset;
}
.product-slider .slick-next {
  background-image: url("../images/g-arrow-right.png");
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain;
  width: 15px;
  height: 25px;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-slider .slick-next:before {
  display: none;
}
.product-slider .slick-next:hover, .product-slider .slick-next:focus {
  background-image: url("../images/g-arrow-right.png");
  background-size: contain;
  background-color: unset;
}

.product-text {
  padding: 120px 40px 80px 0;
}

.location-awards {
  padding: 30px 20px 80px 0;
}

.product-listing-dropdown {
  height: auto;
  padding: 30px 0 97px;
}
.product-listing-dropdown .product-listing-sub-dropdown {
  width: 240px;
}
.product-listing-dropdown .product-listing-sub-dropdown:first-child {
  margin-right: 160px;
}

.product-inner .location-awards {
  padding: 15px 20px 80px 0;
}
.product-inner .approach-text {
  padding: 60px 20px 80px 0;
}
.product-inner .product-text {
  padding: 100px 40px 100px 0;
}

.approach-main.related-project .approach-text {
  padding: 15px 20px 80px 0;
}

.approach-text.approach-bottom {
  padding: 15px 20px 80px 0;
}

.next-team-member {
  margin-top: 100px;
  display: inline-block;
  float: right;
}
.next-team-member:hover {
  text-decoration: none;
}

.filter-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 99;
  display: none;
}

.rocco-filter {
  position: relative;
  padding: 30px 0;
  width: 48.837%;
  float: left;
}
.rocco-filter .card {
  display: inline-flex;
  position: static;
}
.rocco-filter .card .collapse {
  position: absolute;
  top: 50px;
  left: 0;
  background-color: white;
  z-index: 99;
  height: auto !important;
}
.rocco-filter .filter-individual {
  width: 50%;
  float: left;
}
.rocco-filter .btn {
  font-size: 20px;
  font-family: "akzidenz-grotesk-medium";
  color: #272525;
  border: none;
  outline: none;
  padding: 0 25px 0 0;
  position: relative;
}
.rocco-filter .btn:focus {
  outline: none;
  box-shadow: none;
}
.rocco-filter .btn[aria-expanded=false]:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  background-image: url("../images/dd-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  height: 10px;
  width: 18px;
  transform: translateY(-36%) rotate(0deg) matrix(1, 0, 0, 1, 0, 0);
}
.rocco-filter .btn[aria-expanded=true]:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  background-image: url("../images/dd-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  height: 10px;
  width: 18px;
  transform: translateY(-50%) rotate(0deg) matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1);
  transform-origin: center 60% 0px;
}
.rocco-filter .filter-collapse {
  position: absolute;
  /* bottom: 0px; */
  top: -3px; /* 0 */
  left: -1px;
  width: 101%; /* 100.35 */
  background-color: white;
  z-index: 99;
  /* transform: translateY(99%); */
  transform: translateY(90px);
    padding-top: 3px;
    padding-left: 1px;
}
.rocco-filter .filter-collapse ul {
  /* height: 69vh; */
  height: 100%;
  transition: height 0.4s ease;
}
.rocco-filter .filter-collapse ul li {
  padding-bottom: 10px;
}
.rocco-filter .filter-collapse ul li a {
  font-size: 18px;
  font-family: "akzidenz-grotesk";
  font-weight: normal;
  color: #000000;
}
.rocco-filter .filter-collapse ul li a:hover {
  text-decoration: none;
}
.rocco-filter .collapsing {
  position: absolute !important;
  transition: height 0.4s ease !important;
}
/* .rocco-filter #filter2 {
  padding-left: 336px;
} */
#filter2 ul {
  width: 50%;
  position: relative;
  left: 50%;
}

@media screen and (min-width: 1200px) and (max-width: 1349px) {
  #mainNav .navbar-nav .nav-item {
    font-size: 18px;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }

  footer .footer-list li {
    font-size: 18px;
  }
  footer .footer-list li a {
    font-size: 18px;
  }

  .approach-main {
    margin: 0 0 130px;
  }

  .team-list {
    height: 300px;
  }

  .team-detail {
    margin-top: 130px;
  }

  .team-member-img {
    width: 550px;
  }

  .team-list-main {
    margin-bottom: 60px;
  }

  .product-slider .home-slide {
    height: 800px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #mainNav .navbar-nav .nav-item {
    font-size: 17px;
    padding-right: 8.5%;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 17px;
  }

  .navbar-brand {
    width: 140px;
  }

  footer .footer-list .navbar-brand {
    padding: 0 0 5px;
  }

  footer .footer-list li {
    font-size: 17px;
    padding-right: 7%;
  }
  footer .footer-list li a {
    font-size: 17px;
  }

  .approach-main {
    margin: 0 0 100px;
  }

  .approach-text h4 {
    font-size: 20px;
  }

  .approach-text p {
    font-size: 18px;
  }

  .approach-sub-img {
    height: 700px;
  }

  .approach-sub-img-height {
    height: 500px;
  }

  .team-list {
    height: 260px;
  }

  .team-member-img {
    width: 100%;
  }

  .team-detail {
    margin-top: 100px;
  }

  .team-member-detail {
    margin-bottom: 80px;
  }

  .team-list-main {
    margin-bottom: 30px;
  }

  .team-list-main.product-listing-main .team-list {
    height: 400px;
  }

  .product-slider .home-slide {
    height: 700px !important;
  }

  .typo-light {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #mainNav .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  #mainNav .navbar-nav .nav-item {
    font-size: 17px;
    padding-right: 8.5%;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 17px;
  }

  .navbar-brand {
    width: 120px;
  }

  footer .footer-list .navbar-brand {
    padding: 0 0 5px;
  }

  footer .footer-list li {
    width: auto;
    font-size: 17px;
    margin-right: 15px;
    padding-right: 3px;
  }
  footer .footer-list li:last-child {
    margin-right: 0;
  }
  footer .footer-list li a {
    font-size: 17px;
  }

  footer .footer-list ul {
    height: 80px;
  }

  footer nav {
    height: 80px;
  }

  .approach-main {
    margin: 0 0 80px;
  }

  .approach-text h4 {
    font-size: 18px;
    margin-bottom: 80px;
  }

  .approach-text p {
    font-size: 18px;
  }

  .approach-sub-img {
    height: 500px;
  }

  .approach-sub-img-height {
    height: 400px;
  }

  .approach-img {
    margin-bottom: 20px;
  }

  .approach-text {
    font-size: 18px;
    padding: 20px 20px 60px 0;
  }

  .team-list-main .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-list {
    height: 220px;
  }

  .team-list .team-ovrlay h4 {
    font-size: 20px;
  }

  .team-list-main {
    margin-bottom: 60px;
  }

  .team-detail {
    margin-top: 50px;
  }

  .team-member-img {
    margin: 0 auto 50px;
  }

  .team-member-text .approach-text h4 {
    font-size: 24px;
  }
  .team-member-text .approach-text p {
    font-size: 20px;
  }

  .team-member-detail {
    margin-bottom: 60px;
  }

  .team-list-main {
    margin-bottom: 30px;
  }

  .team-list-main.product-listing-main .team-list {
    height: 375px;
    margin-bottom: 30px;
  }

  .team-list-main.product-listing-main .row.custom-gutter .col-md-6:nth-child(odd) {
    padding-right: 15px;
  }
  .team-list-main.product-listing-main .row.custom-gutter .col-md-6:nth-child(even) {
    padding-left: 15px;
  }

  .product-slider .home-slide {
    height: 600px !important;
  }

  .typo-light {
    font-size: 18px;
  }

  .location-awards {
    padding: 20px 20px 60px 0;
  }

  .typo-light h4 {
    font-size: 18px;
  }

  .product-text {
    padding: 60px 0 40px 0;
  }

  .product-listing-dropdown .product-listing-sub-dropdown:first-child {
    margin-right: 100px;
  }

  .left-sec-list ul li a {
    font-size: 17px;
  }

  .gt-arrow {
    widows: 20px;
    height: 10px;
  }

  .mb-80 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .inner-section {
    margin-top: 65px;
  }

  #mainNav {
    height: auto;
    padding: 20px 0;
    background-color: white !important;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
  }
  #mainNav .navbar-toggler {
    position: absolute;
    right: 30px;
    top: 1px;
    padding: 0px;
  }
  #mainNav .navbar-toggler .fa-bars {
    color: #000000;
  }
  #mainNav .nav-border {
    border-bottom: none;
    height: auto;
  }
  #mainNav .navbar-collapse {
    height: 100vh;
    padding: 60px 30px 0;
    position: fixed;
    width: 100%;
    left: 0;
    background-color: white;
    z-index: 999999999;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  #mainNav .navbar-nav {
    min-height: 100vh;
    align-content: flex-start;
  }

  .gescout-sticky {
    opacity: 1;
  }

  #mainNav .navbar-nav .nav-item {
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 19px;
    width: 100%;
    border-top: 1px solid #cdcdcd;
  }
  #mainNav .navbar-nav .nav-item:last-child {
    border-bottom: 1px solid #cdcdcd;
  }
  #mainNav .navbar-nav .nav-item .dropdown-menu {
    position: static !important;
    transform: none !important;
    border: none;
    padding: 0 0 0 35px;
  }
  #mainNav .navbar-nav .nav-item .dropdown-menu a {
    padding: 0 0;
    margin: 40px 0 0;
    font-size: 18px;
    color: #999;
  }
  #mainNav .navbar-nav .nav-item .dropdown-menu a:last-child {
    margin-bottom: 20px;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    color: #999 !important;
  }
  #mainNav .navbar-nav .nav-item .active.nav-link, #mainNav .navbar-nav .nav-item .active-menu.nav-link {
    color: #000 !important;
  }

  #mainNav .navbar-nav .nav-item .nav-link:focus {
    font-family: "akzidenz-grotesk-medium";
    color: #000 !important;
  }

  .navbar-brand {
    width: 140px;
    padding-top: 0;
  }
  .navbar-brand svg#brand {
    fill: #000000 !important;
  }

  .navbar-expand-md .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-slider {
    margin-top: 65px;
  }

  .home-slide {
    height: calc(100vh - (65px) ) !important;
  }

  footer .footer-list .navbar-brand {
    padding: 0 0 5px;
  }

  footer .footer-list li {
    width: auto;
    font-size: 18px;
    margin-right: 25px;
    padding-right: 0;
  }
  footer .footer-list li:last-child {
    margin-right: 0;
  }
  footer .footer-list li a {
    font-size: 18px;
  }

  footer .footer-list ul {
    justify-content: center;
    margin-bottom: 15px;
    height: auto;
  }

  footer nav {
    height: 70px;
  }

  .approach-main {
    margin: 0 0 80px;
  }

  .approach-text h4 {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .approach-text p {
    font-size: 16px;
  }

  .approach-sub-img {
    height: 400px;
  }

  .approach-sub-img-height {
    height: 300px;
  }

  .approach-img {
    margin-bottom: 20px;
  }

  .approach-text {
    font-size: 18px;
    padding: 20px 0 30px 0;
  }

  .product-inner .approach-text {
    padding: 20px 0 30px 0;
  }

  .product-inner .location-awards {
    padding: 20px 20px 60px 0;
  }

  .team-list {
    height: 300px;
  }

  .team-detail {
    margin-top: 50px;
  }

  .team-member-img {
    width: 500px;
    height: 875px;
    margin: 0 auto 50px;
  }

  .team-member-text .approach-text h4 {
    font-size: 22px;
  }
  .team-member-text .approach-text p {
    font-size: 18px;
  }

  .team-member-detail {
    margin-bottom: 60px;
  }

  .team-list-main {
    margin-bottom: 50px;
  }

  .banner-img {
    margin-top: 0;
  }

  .product-slider .home-slide {
    height: 600px !important;
  }

  .typo-light {
    font-size: 18px;
  }

  .location-awards {
    padding: 20px 20px 60px 0;
  }

  .typo-light h4 {
    font-size: 18px;
  }

  .product-text {
    padding: 50px 0 10px 0;
  }

  .product-listing-dropdown .product-listing-sub-dropdown:first-child {
    margin-right: 35px;
  }

  .mainNav--home.transparent-top {
    background-image: none;
  }

  .approach-text.approach-height {
    min-height: auto;
  }

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

  .splash .splash-brand img {
    height: 100%;
    width: 120%;
  }
}
@media screen and (max-width: 575px) {
  .container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .row.custom-gutter {
    margin-right: -15px;
    margin-left: -15px;
  }

  .custom-gutter > [class*=col-],
.custom-gutter > [class*=col] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .mp-sub-menu ul li {
    font-size: 18px;
    width: auto;
    margin-right: 35px;
  }
  .mp-sub-menu ul li a {
    font-size: 18px;
  }

  .inner-section {
    margin-top: 65px;
  }

  #mainNav {
    height: auto;
    padding: 20px 0;
    background-color: white !important;
    border-bottom: none !important;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
  }
  #mainNav .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 1px;
    padding: 0;
  }
  #mainNav .navbar-toggler .fa-bars {
    color: #000000;
  }
  #mainNav .nav-border {
    border-bottom: none;
    height: auto;
  }
  #mainNav .navbar-collapse {
    height: 100vh;
    padding: 60px 15px 0;
    position: fixed;
    width: 100%;
    left: 0;
    background-color: white;
    z-index: 999999999;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  #mainNav .navbar-nav {
    min-height: 100vh;
    align-content: flex-start;
  }
  #mainNav .navbar-nav .nav-item {
    font-size: 20px;
    padding-top: 19px;
    padding-bottom: 20px;
    width: 100%;
    border-top: 1px solid #cdcdcd;
  }
  #mainNav .navbar-nav .nav-item:last-child {
    border-bottom: 1px solid #cdcdcd;
  }
  #mainNav .navbar-nav .nav-item .dropdown-menu {
    position: static !important;
    transform: none !important;
    border: none;
    padding: 0 0 0 35px;
  }
  #mainNav .navbar-nav .nav-item .dropdown-menu a {
    padding: 0 0;
    margin: 40px 0 0;
    font-size: 18px;
    color: #999;
  }
  #mainNav .navbar-nav .nav-item .dropdown-menu a:last-child {
    margin-bottom: 20px;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: #999 !important;
    font-size: 18px;
  }
  #mainNav .navbar-nav .nav-item .active.nav-link, #mainNav .navbar-nav .nav-item .active-menu.nav-link {
    color: #000 !important;
  }

  #mainNav .navbar-nav .nav-item .nav-link:focus {
    font-family: "akzidenz-grotesk-medium";
    color: #000 !important;
  }

  .navbar-expand-md .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-brand {
    width: 140px;
    padding-top: 0;
  }
  .navbar-brand svg#brand {
    fill: #000000 !important;
  }

  .home-slider {
    margin-top: 65px;
  }

  .home-slide {
    height: calc(100vh - (65px) ) !important;
  }

  .approach-text {
    font-size: 18px;
    padding: 30px 0 0px 0;
  }
  .approach-text h4 {
    font-size: 18px;
    margin-bottom: 40px !important;
  }
  .approach-text p {
    font-size: 16px;
  }

  .row .col-md-6 + .col-md-6 .approach-text {
    padding: 0px 0 0px 0;
  }

  .row .col-sm-6 + .col-sm-6 .approach-text {
    padding: 0px 0 0px 0;
  }

  .row.last-row-style .col-sm-6 + .col-sm-6 .approach-text {
    border-top: 1px solid black;
    padding-top: 30px !important;
  }

  .mp-border.mob-brdr {
    margin-top: 30px;
  }

  .product-slider {
    margin-top: 25px;
  }

  .product-inner .approach-text {
    padding: 30px 0 0 0;
  }

  .product-inner .product-text {
    padding: 23px 0 6px 0 !important;
  }

  .product-inner .location-awards {
    padding: 20px 0 10px 0;
  }

  .approach-text.approach-bottom {
    padding: 30px 0 0 0;
  }

  .approach-sub-img {
    height: 350px;
    margin-bottom: 15px;
    background-position: center center;
  }

  .row .col-sm-6:first-child .approach-sub-img {
    margin-top: 30px;
  }

  .row .col-sm-6 + .col-sm-6 .approach-sub-img {
    margin-bottom: 0;
  }

  .row .col-sm-6 .approach-sub-img-height {
    margin-bottom: 35px;
  }

  .row .col-sm-6 + .col-sm-6 .approach-sub-img {
    margin-bottom: 0;
  }

  .approach-sub-img-height {
    height: 250px;
  }

  .approach-main {
    margin: 0 0 50px;
  }

  .approach-main.related-project .approach-text {
    padding: 30px 0px 0px 0;
  }

  footer nav {
    height: 70px;
  }

  footer .footer-list ul {
    justify-content: center;
    margin-bottom: 15px;
    height: auto;
  }
  footer .footer-list ul li {
    width: auto;
    font-size: 17px;
    margin-right: 10px;
    padding-right: 0;
  }
  footer .footer-list ul li a {
    font-size: 17px;
  }

  .mb-box {
    margin-bottom: 18px;
  }

  footer .footer-list .navbar-brand {
    padding: 0 0 5px;
    width: 120px;
  }

  .desk-footer {
    display: none;
  }

  footer .mob-footer {
    display: block;
  }

  .team-list-main {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .team-list-main .team-list {
    height: 290px;
  }

  .team-detail {
    margin-top: 30px;
  }

  .team-member-img {
    width: 100%;
    height: 500px;
    margin: 0 auto 50px;
  }

  .team-member-text .approach-text h4 {
    font-size: 20px;
  }
  .team-member-text .approach-text p {
    font-size: 16px;
  }

  .team-member-detail {
    margin-bottom: 60px;
  }

  .team-list-main.product-listing-main {
    width: 100%;
  }

  .team-list-main {
    margin-bottom: 20px;
  }

  .team-list-main.product-listing-main .team-list {
    height: 400px;
    margin-bottom: 15px;
  }

  .banner-img {
    margin-top: 0;
  }

  .product-slider .home-slide {
    height: 450px !important;
  }

  .typo-light {
    font-size: 18px;
  }

  .location-awards {
    padding: 20px 20px 60px 0;
  }

  .typo-light h4 {
    font-size: 18px;
  }

  .product-text {
    padding: 40px 0 10px 0;
  }

  .gt-arrow {
    width: 18px;
    height: 11px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }

  .ios-drop {
    width: 85%;
  }

  .product-listing-dropdown {
    height: auto;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: column wrap;
    padding: 20px 0 41px;
  }
  .product-listing-dropdown .product-listing-sub-dropdown {
    margin-bottom: 13px;
  }
  .product-listing-dropdown .product-listing-sub-dropdown:last-child {
    margin-bottom: 0;
  }

  .product-listing-dropdown .product-listing-sub-dropdown:first-child {
    margin-right: 0;
  }

  .mainNav--home.transparent-top {
    background-image: none;
  }

  .approach-text.approach-height {
    min-height: auto;
  }

  .mb-80 {
    margin-bottom: 30px;
  }

  .splash .splash-brand img {
    width: 80%;
  }

  .gescout-sticky {
    opacity: 1;
  }
}

/* New Developer CSS Starts */

.disabled-color,
.rocco-filter .filter-collapse ul li a.disabled-color{
  color: #d3d3d3 !important;
}
.rocco-filter .filter-collapse ul li a.active {
  font-family: "akzidenz-grotesk-medium";
}
.rocco-filter .filter-collapse ul li a:hover {
  color: #999;
}


@media screen  and (max-width: 575px) {
  .rocco-filter {
      width: 100%;
      padding: 30px 0 60px;
  }
  .rocco-filter .filter-individual {
    width: 100%;
  }
  .rocco-filter .filter-individual:first-child{
      padding-bottom: 30px;
      margin-top: 10px;
  }
  .rocco-filter #filter2{
    /* padding-right: 100%; */
    margin-top: 65px; /* 45 */
  }
  .rocco-filter #filter2 ul {
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .rocco-filter {
      width: 100%;
  }
}
@media screen and (min-width: 860px) and (max-width: 1200px) {
  /* .rocco-filter #filter2{
   padding-left: 265px;
  } */

}

.banner-img.product-detail-bg {
  background-position: bottom center !important;
}
#navigation-cover {
  float: left;
  width: 100%;
  min-height: 80px;
  display: none;
}
#navigation-cover.show {
  display: block;
}

/* Navigation Cover settings */
@media (max-width: 767px) {
  #navigation-cover {
    display: none!important;
  }
}

/* Square Box Settings */
/*

.team-list-main.product-listing-main .col-md-6 {
  padding-bottom: 50%;
}
.team-list-main.product-listing-main .team-list {
  position: absolute;
  width:  calc(100% - 30px)!important;
  height: calc(100% - 30px)!important;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .team-list-main.product-listing-main .col-md-6 {
      padding-bottom: 100%;
  }
}
@media (max-width: 575px) {
  .team-list-main.product-listing-main .team-list {
      height: calc(100% - 15px)!important;
  }
}

 */

/* Team Settings */
/*

.team-list-main .col-md-3 {
  padding-bottom: 25%;
}
.team-list-main .team-list {
  position: absolute;
  width:  calc(100% - 30px)!important;
  height: calc(100% - 30px)!important;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .team-list-main .col-md-3 {
      padding-bottom: 50%;
  }
}
@media (max-width: 575px) {
  .team-list-main {
    width: 100%;
  }
  .team-list-main .col-md-3 {
      padding-bottom: 100%;
  }
}

 */
/* Approach Settings */
/*
.approach-sub-img {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.approach-sub-img .img-ap-cover {
  position: absolute;
  width:  calc(100%)!important;
  height: 100% !important;
}
.last-row-style .col-sm-6 {
  overflow: hidden;
}
@media (max-width: 767px) {
  .col-md-6 + .col-md-6 .approach-sub-img {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .approach-sub-img .img-ap-cover {
      height: calc(100%)!important;
  }
  .col-md-6 + .col-md-6 .approach-sub-img {
    margin-top: 0px;
  }
  .last-row-style .col-sm-6 + .col-sm-6 .approach-text.approach-bottom {
    margin-top: 35px;
  }
}
 */


/* New Listing Page Settings */
/*

.news-img-ht {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.news-img-ht .dflex-bg {
  position: absolute;
}
@media (max-width: 767px) {
  .news-img-ht {
    float: left;
    max-width: 100%;
  }
}
.more-img-ht {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.more-img-ht .dflex-bg {
position: absolute;
}

@media (max-width: 767px) {
  .more-img-ht {
    float: left;
    max-width: 100%;
  }
}

 */
/* New Developer CSS Ends */

/* Font Size reverts for News and Team Details Page Starts */
.team-detail .team-member-text .approach-text h4 { font-size: 24px; } /*  line-height: 1.4; */
@media screen and (min-width: 576px) and (max-width: 767px) {
    .team-detail .team-member-text .approach-text h4 { font-size: 22px; }
}
@media screen and (max-width: 575px) {
    .team-detail .team-member-text .approach-text h4 { font-size: 20px; }
}
/* Font Size reverts for News and Team Details Page Ends */

/* Font Settings for Bottom 2 box Structure Starts */
.approach-bottom.approach-text h4 { font-size: 20px; }
@media screen and (max-width: 991px) {
    .approach-bottom.approach-text h4 { font-size: 18px; }
}
/* Font Settings for Bottom 2 box Structure Ends */

/* Related Product Section Starts */
.related-project .approach-text h4{ font-size: 20px; }
@media screen and (max-width: 991px) {
    .related-project .approach-text h4 { font-size: 18px; }
}
/* Related Product Section Ends */

/*# sourceMappingURL=style.css.map */
