@charset "UTF-8";
/** CSS Document
Start Date: 08.05.2017
Written by: Pankaj Thakur
Last Edit: 10.08.2017
**/

/* Global font family */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
span,
label,
input,
textarea,
select,
button,
.btn,
cite {
  font-family: 'ff-din-paneuropean', sans-serif;
}

select::-ms-expand {
  display: none;
}

::-webkit-scrollbar {
  min-width: 3px;
  width: 0.3%;
  max-width: 4px;
}

::-webkit-scrollbar,
::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece {
  background: #171719;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.6);
}

html,
body {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin: 0;
}

strong,
b {
  font-weight: 600;
}

i,
em {
  font-style: italic;
}

label {
  font-weight: normal;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type='checkbox'],
input[type='radio'] {
  width: auto;
  height: auto;
}

input[type='checkbox'] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
}

input[type='radio'] {
  appearance: radio;
  -webkit-appearance: radio;
}

select[multiple],
select[size],
textarea {
  height: auto;
}

a {
  color: #faa634;
  text-decoration: none !important;
  -ms-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

a:hover {
  color: #585858;
}

*:focus {
  outline: none !important;
}

img {
  max-width: 100%;
}

.clr {
  border: 0;
  clear: both;
  height: 0;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

main {
  min-height: 100%;
  height: auto;
}

body {
  background: #fff;
  color: #666666;
  font-family: 'Dosis', sans-serif;
  font-kerning: none;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  -webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
}

.btn {
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  min-width: 200px;
  padding: 0px 20px;
  line-height: 48px;
  height: 50px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.btn-default {
  color: #fff;
  background-color: #12181d;
  border-color: #12181d;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:hover {
  background: #fff;
  border-color: inherit;
  color: #000;
}

.btn {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  z-index: 1;
}

.btn:active {
  -webkit-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.58);
  box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.58);
}

*[data-parallax] {
  background-position: center 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

main h2 {
  color: #292929;
  font-weight: normal;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 34px;
  line-height: 1.52;
  word-spacing: 4px;
}

main h3 {
  color: #292929;
  font-weight: normal;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 24px;
  line-height: 1.52;
  word-spacing: 4px;
}

main ul,
main ol {
  margin: 0 0 20px;
  padding: 0 0 0 25px;
}

main li {
  color: #6c6c6c;
  font-size: 15px;
  line-height: 1.6;
  font-family: 'Open Sans', sans-serif;
}

main li + li {
  margin-top: 10px;
}

.home {
  background-position: center 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  min-height: 550px;
}

.logo {
  left: 50%;
  position: absolute;
  top: 45%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.logo img {
  display: block;
  margin: 0 auto 33px;
  width: 675px;
}

.logo .tagline {
  color: #000;
  display: block;
  font-size: 16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home .btn {
  bottom: 10%;
  left: 0;
  margin: auto;
  right: 0;
  width: 200px;
}

.about {
  font-family: 'Open Sans', sans-serif;
  padding: 100px 0;
  text-align: center;
}

.about .container {
  max-width: 1060px;
  width: 100%;
}

.about p {
  color: #6c6c6c;
  font-size: 15px;
  line-height: 1.8;
}

.about p + p {
  margin-top: 25px;
}

.imageTextArea {
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.imageTextArea figure {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}

.imageTextArea figure img {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  width: 100%;
}

.imageTextArea .textDiv {
  display: table-cell;
  height: 635px;
  padding: 50px 0;
  padding-left: 62%;
  vertical-align: middle;
}

.imageTextArea:nth-of-type(2n) figure {
  left: auto;
  right: 0;
}

.imageTextArea:nth-of-type(2n) .textDiv {
  padding-left: 0;
  padding-right: 62%;
}

.imageTextArea p {
  color: #767676;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.8;
}

.imageTextArea li {
  font-size: 13px;
  line-height: 1.8;
}

.imageTextArea p + p {
  margin-top: 15px;
}

.ourTeamArea {
  border-bottom: 1px solid #e4e4e4;
  padding: 80px 0 20px;
}

.ourTeamArea h2 {
  margin: 0 0 32px;
  text-align: center;
}

.teamWrap {
  display: block;
}

.teamWrap .teamImgBig {
  width: 43%;
}

.teamWrap .teamImgThumbs {
  width: 57%;
}

.teamWrap .teamImgThumbs ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.teamWrap .teamImgThumbs ul li {
  float: left;
  margin: 0 2% 2% 0;
  width: 23.45%;
}

.teamWrap .teamImgThumbs ul li:nth-of-type(4n) {
  margin-right: 0;
}

/* h4 is now static inside .team-thumb-info */
.teamWrap .teamImgThumbs ul li h4 {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 4px;
  line-height: 1.3;
  text-shadow: none;
  opacity: 1;
  position: static;
}

/* always visible — no hover-to-reveal */
.teamWrap .teamImgThumbs ul li a:hover h4 {
  opacity: 1;
}

/* li a is now a flex column (image above info box) */
.teamWrap .teamImgThumbs ul li a,
.teamWrap .teamImgBig a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-decoration: none;
}

/* image wrapper: overflow hidden for zoom effect, line-height 0 removes baseline gap */
.teamWrap .teamImgThumbs ul li .team-thumb-img,
.teamWrap .teamImgBig a {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.teamWrap .teamImgThumbs ul li .team-thumb-img img {
  width: 100%;
  display: block;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
}

.teamWrap .teamImgThumbs ul li a:hover .team-thumb-img img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
}

/* overlay scoped to image area only — does not bleed over dark info box */
.teamWrap .teamImgThumbs ul li .team-thumb-img:before,
.teamWrap .teamImgBig a:before {
  background: rgba(189, 187, 187, 0.45);
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 1;
}

.teamWrap .teamImgThumbs ul li .team-thumb-img:after,
.teamWrap .teamImgBig a:after {
  color: #fff;
  content: '\f00e';
  font: normal normal normal 30px/1 FontAwesome;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  z-index: 2;
}

.teamWrap .teamImgThumbs ul li a:hover .team-thumb-img:before,
.teamWrap .teamImgBig a:hover:before {
  opacity: 1;
  visibility: visible;
}

.teamWrap .teamImgThumbs ul li a:hover .team-thumb-img:after,
.teamWrap .teamImgBig a:hover:after {
  opacity: 0.9;
  visibility: visible;
}

/* dark info box beneath the image */
.team-thumb-info {
  background: #1a1a1a;
  padding: 10px 12px 12px;
  text-align: center;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}

.team-desig {
  display: block;
  color: #aaa;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 3px;
}

.seniorAdv {
  text-align: center;
  margin: 30px 0;
}

.seniorAdv ul {
  margin: 0;
  padding: 0;
}

.seniorAdv ul li {
  display: block;
  list-style: none;
  font-size: 13px;
}

.seniorAdv ul li a {
  color: #6c6c6c;
}

.seniorAdv ul li a:hover {
  color: #000;
}

.seniorAdv h3 {
  font-size: 22px;
  margin: 0 0 10px;
}

.modal-backdrop {
  background-color: #707070;
}

.thakur {
  text-align: center;
}

.thakur:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
}

.thakur .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.27);
}

.thakur .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 90%;
  margin: 50px auto;
  max-width: 920px;
}

.thakur .modal-dialog {
  width: 96%;
  margin: 50px auto;
  max-width: 920px;
}

.thakur .modal-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 0;
  display: table;
  height: 168px;
  padding: 0 5.6%;
  position: relative;
  width: 100%;
  z-index: 2;
}

.thakur .modal-header:before {
  background: url(../images/white-gradient.png) repeat-y;
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.thakur .modal-header .teamTitle {
  display: table-cell;
  height: 168px;
  padding: 20px 0;
  vertical-align: middle;
}

.thakur .modal-header h3 {
  font-size: 32px;
  margin: 0 0 3px;
}

.thakur .modal-header cite {
  color: #292929;
  font-size: 19px;
  letter-spacing: 0.14em;
  display: block;
  font-style: normal;
  text-transform: uppercase;
}

.thakur .modal-body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.85;
  padding: 40px 5.6% 45px;
}

.thakur .modal-body p {
  font-size: 13px;
  line-height: 1.85;
  margin: 0 0 10px;
}

/* Modal two-column layout: bio text left, portrait right */
.modal-body-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  gap: 28px;
  align-items: flex-start;
}

.modal-bio-text {
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 0;
}

.modal-bio-photo {
  -webkit-flex: 0 0 38%;
  flex: 0 0 38%;
  max-width: 300px;
}

.modal-bio-photo img {
  width: 100%;
  display: block;
  border: 0;
}

.thakur .modal-footer {
  padding: 0;
  text-align: right;
  border-top: 0;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}

.thakur .modal-footer button {
  width: 30px;
  padding: 0;
  color: #606060;
  border: 0;
  opacity: 0.4;
  background: transparent;
  font-size: 34px;
  line-height: 1;
}

.thakur .modal-footer button:hover {
  opacity: 1;
}

.teamWrap a.closeBio {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  background: #fff;
  color: #e60000;
  display: block;
  position: absolute;
  z-index: 10;
  right: -12px;
  top: -12px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.53);
  border-radius: 50%;
}

.teamWrap a.closeBio:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.ourClientsArea {
  padding: 80px 0;
}

.ourClientsArea h3 {
  margin: 0 0 40px;
  text-align: center;
}

.logosWrap {
  text-align: center;
}

.logosWrap ul {
  margin: 0;
  padding: 0;
}

.logosWrap ul li {
  list-style: none;
  padding: 0;
  width: 100%;
  border-bottom: solid 1px #e8e8e8;
  word-spacing: -4px;
}

.logosWrap ul li:last-of-type {
  border-bottom: 0;
}

.logoBox {
  display: inline-block;
  margin: 20px 0;
  width: 24%;
  word-spacing: normal;
}

.clientLogo {
  background-color: #ffffff;
  float: left;
  height: 114px;
  line-height: 110px;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.logosWrap ul li .logoBox:hover .clientLogo {
  filter: none;
  -webkit-filter: none;
}

.clientLogo img {
  max-width: 215px;
}

.workArea {
  background: #12181d;
  padding: 90px 0;
  text-align: center;
}

.workArea h2 {
  display: inline-block;
  color: #fff;
  margin: 0 20px 0 0;
  vertical-align: middle;
}

.workArea .btn {
  border-color: #fff;
  margin: 0 0 0 20px;
  vertical-align: middle;
}

.googleMapArea {
  display: block;
}

.googleMapArea #map {
  height: 0px;
  min-height: 200px;
  max-height: 400px;
  overflow: hidden;
  padding-bottom: 25%;
}

.googleMapArea #content {
  max-width: 400px;
}

.googleMapArea h1#firstHeading {
  font-size: 20px;
  margin: 0 0 10px;
}

.googleMapArea h1#firstHeading small {
  vertical-align: baseline;
}

.googleMapArea #bodyContent p {
  line-height: 1.5;
}

.contactUsArea {
  padding: 100px 0;
}

.contactUsArea h3 {
  color: #292929;
}

.contactInfo {
  max-width: 458px;
}

.contactInfo p {
  color: #757575;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.85;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

.contactInfo p:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.contactInfo p a {
  color: #757575;
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
}

.contactInfo p a:hover {
  color: #faa634;
}

.contactForm {
  float: right;
  max-width: 460px;
  width: 100%;
}

.contactForm .input {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  height: 50px;
  margin: 0 0 25px;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 100%;
}

.input::-webkit-input-placeholder {
  color: #777;
}

.input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.input:-ms-input-placeholder {
  color: #777;
}

.input:-moz-placeholder {
  color: #777;
}

.contactForm .input:focus {
  border-color: #ccc;
  background-color: #fff;
}

.contactForm textarea.input {
  height: 128px;
  padding: 10px 20px;
}

.contactForm input.btn {
  font-weight: bold;
  width: 100%;
}

.contactForm div.wpcf7 .ajax-loader {
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  position: absolute;
  margin: -35px 0;
  right: 30px;
  background-color: #fff;
  z-index: 1;
  display: block;
  border-radius: 50%;
  width: 20px;
}

.foundationArea {
  background: #f8f8f8;
  padding: 77px 0 72px;
  text-align: center;
}

.foundationArea figure {
  display: block;
}

.foundationArea figcaption {
  color: #757575;
  font-family: 'Open Sans', sans-serif;
  margin: 35px 0 0;
}

.footer {
  background: #292929;
  color: #868686;
  font-family: 'Open Sans', sans-serif;
  padding: 75px 0;
}

.footer .container {
  display: table;
}

.footer .container > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.footer .container .footerLogo {
  text-align: left;
  width: 205px;
}

.footer .container .footerLogo img {
  display: block;
  max-width: 184px;
  opacity: 0.5;
}

.footer .container .copyrightPk p {
  font-size: 13px;
}

.footer .container .socialMedia {
  text-align: right;
  width: 205px;
}

.footer .container .socialMedia a {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 0 20px;
  vertical-align: middle;
}

.footer a {
  color: #868686;
}

.footer a:hover {
  color: #fff;
}

.error {
  background: red !important;
}

.contactForm br {
  display: none;
}

.contactForm div.wpcf7 img.ajax-loader {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  bottom: 16px;
  right: 30px;
  z-index: 1;
}

.wpcf7-text,
.wpcf7-textarea {
  width: 100% !important;
}

/** Validations errors fix **/
.contactForm .input.wpcf7-not-valid {
  border-color: red !important;
}

span.wpcf7-not-valid-tip {
  display: none !important;
}

div.wpcf7-validation-errors {
  border: 1px solid #ff0b0b;
  background: #ffdfdf;
  color: #c70000;
}

div.wpcf7-response-output {
  margin: 10px 0 0;
  padding: 5px 10px;
  text-align: center;
  font-size: 15px;
}

.loader_team {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(123, 123, 123, 0.34) url(http://i.imgur.com/F8X4Sfu.gif)
    no-repeat center;
  background-size: 90px;
  z-index: 9999999;
}

@media only screen and (max-width: 1299px) {
  main h2 {
    letter-spacing: 0.1em;
    font-size: 26px;
    word-spacing: normal;
  }
  .about {
    padding: 60px 0;
  }
  .imageTextArea .textDiv {
    height: auto;
    padding: 30px 0;
    padding-left: 55%;
  }
  .imageTextArea:nth-of-type(2n) .textDiv {
    padding-left: 0;
    padding-right: 55%;
  }
  .ourTeamArea {
    padding: 50px 0 20px;
  }
  .teamWrap .teamImgBig,
  .teamWrap .teamImgThumbs {
    float: left;
  }
  .teamWrap .teamImgThumbs ul li h4 {
    font-size: 12px;
  }
  .workArea {
    padding: 50px 0;
  }
  .ourClientsArea {
    padding: 60px 0 30px;
  }
  .clientLogo img {
    max-width: 165px;
    max-height: 90px;
  }
  .contactUsArea {
    padding: 50px 0;
  }
  .foundationArea {
    padding: 47px 0 42px;
  }
  .footer {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 991px) {
  .home {
    background-attachment: scroll;
    position: relative;
  }
  .logo {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .home {
    min-height: 380px;
  }
  .ourTeamArea {
    padding: 30px 0 20px;
  }
  .clientLogo img {
    max-width: 105px;
    max-height: 50px;
  }
  .contactInfo,
  .contactForm {
    max-width: 100%;
  }
  .thakur .modal-header:before {
    background-size: 100% auto;
  }
  .footer {
    padding: 25px 0;
  }
  .footer .container {
    display: block;
  }
  .footer .container > div {
    display: block;
    width: 100%;
  }
  .footer .container .footerLogo {
    text-align: center;
    width: 100%;
    margin: 0 0 15px;
  }
  .footer .container .footerLogo img {
    display: inline-block;
  }
  .footer .container .socialMedia {
    text-align: center;
    width: 100%;
    margin: 10px 0 0;
  }
  .footer .container .socialMedia a {
    margin: 0 10px;
  }
}
@media (max-width: 639px) {
  .logo {
    width: 300px;
    margin: -50px 0 0;
  }
  .logo img {
    margin: 0 auto 15px;
  }
  main h2 {
    letter-spacing: 0.05em;
    font-size: 20px;
  }
  main h3 {
    letter-spacing: 0.05em;
    font-size: 18px;
  }
  .about {
    padding: 40px 0;
  }
  .about p {
    font-size: 13px;
  }
  .btn {
    min-width: 160px;
    line-height: 42px;
    height: 44px;
    letter-spacing: 0.1em;
  }
  .imageTextArea figure {
    position: static;
    background-attachment: scroll;
    width: 100%;
    height: 0;
    padding-bottom: 52%;
  }
  .imageTextArea .textDiv {
    padding-left: 0;
  }
  .imageTextArea:nth-of-type(2n) .textDiv {
    padding-left: 0;
    padding-right: 0;
  }
  .teamWrap .teamImgBig,
  .teamWrap .teamImgThumbs {
    width: 100%;
  }
  .teamWrap .teamImgBig {
    margin-bottom: 30px;
  }
  .teamWrap .teamImgBig img {
    width: 100%;
  }
  .workArea h2 {
    display: block;
    margin: 0 0 15px;
  }
  .workArea .btn {
    margin: 0;
  }
  .foundationArea figcaption {
    font-size: 14px;
  }
  .logoBox {
    width: 49%;
  }
  .clientLogo {
    height: 80px;
    line-height: 80px;
  }
  .thakur .modal-header {
    background-position: right;
    height: 135px;
  }
  .thakur .modal-header .teamTitle {
    height: 128px;
    padding: 20px 0;
  }
  .thakur .modal-header h3 {
    font-size: 24px;
  }
  .thakur .modal-header cite {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .teamWrap .teamImgThumbs ul li h4 {
    font-size: 11px;
  }
  /* Portrait is second in DOM; column-reverse makes it render visually above bio text */
  .modal-body-inner {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .modal-bio-photo {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    margin-top: 18px;
  }
}
@media (max-width: 479px) {
  .home {
    min-height: 600px;
    background-position: bottom left -200px;
  }
  .teamWrap .teamImgThumbs ul li {
    width: 49%;
  }
  .teamWrap .teamImgThumbs ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
/* LOGOS */
.logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 1.5rem;
}

.logo-item {
  text-align: center;
  width: calc(25% - 1.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.logo-item img {
  max-width: 140px;
  max-height: 80px;
  width: auto;
  height: auto;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .logo-item {
    width: calc(50% - 1rem);
  }
  .logo-item img {
    max-width: 110px;
    max-height: 70px;
  }
  .logo-item h4 {
    font-size: 1.3rem;
    max-width: 120px;
    margin: 15px auto 0;
  }
}
/* Main container of the InfoWindow */
.gm-style-iw-c {
  background-color: #111 !important;
  color: #fff !important;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/* Content area inside the InfoWindow */
.gm-style-iw-d {
  color: #fff !important;
  overflow: auto !important;
  max-height: 300px !important;
}

/* Heading inside InfoWindow */
.gm-style-iw-c h1,
.gm-style-iw-c h1 small {
  color: #fff !important;
  font-size: 18px;
  margin: 0 0 10px;
}

/* Paragraph text */
.gm-style-iw-c p {
  color: #ddd !important;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* Close button override */
.gm-ui-hover-effect {
  filter: invert(1);
}

/* TEAM UPDATE */
/* Container Section */
.page-id-638 .team-section {
  padding: 10rem 20px;
  /* background: #dadee1; */
}

.page-id-638 .team-section,
.page-id-668 .team-section {
  padding: 10rem 20px;
  background: #192026;
}

@media (max-width: 767px) {
  .page-id-638 .team-section {
    padding: 60px 0;
  }
}

.team-section h2 {
  text-align: left;
  font-size: 34px;
  margin-bottom: 2.5rem;
  color: #12181d;
  letter-spacing: 0.0625rem;
  border-bottom: none;
}
@media (max-width: 639px) {
  .team-section h2 {
    font-size: 20px;
  }
}

/* =========================================================
   TEAM GRID — base (desktop ≥ 900 px)
   ========================================================= */
.team-grid {
  display: grid;
  /* keep your preferred default layout here           */
  /* example: 4 equal columns on large / wide screens  */
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem; /* 30 px if root font-size = 16 px */
}

/* =========================================================
   Tablets / small laptops — < 900 px  →  2 columns
   ========================================================= */
@media (max-width: 899.98px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* =========================================================
   Mobile phones — < 600 px  →  1 column
   (tweak the breakpoint if your design calls for it)
   ========================================================= */
@media (max-width: 500px) {
  .team-grid {
    grid-template-columns: 1fr; /* single column */
  }
}
/* Team Card (original / demo) */
.team-card {
  background: #fff;
  padding: 2.25rem;
  position: relative;
  height: 24.75rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
  color: #000;
  border-radius: 2px;
}

/* =========================================================
   V2 Team Card overrides (scoped to .team-section--v2)
   ========================================================= */
.team-section--v2 .team-card {
  padding: 0;
  height: auto;
  justify-content: stretch;
  overflow: hidden;
}

/* No-image card: match sibling height */
.team-section--v2 .team-card--no-image {
  justify-content: flex-end;
}

.team-section--v2 .team-card--no-image .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Card Thumbnail */
.team-section--v2 .team-card-thumb {
  width: 100%;
  line-height: 0;
}

.team-section--v2 .team-card-thumb img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}

.team-section--v2 .team-card:hover .team-card-thumb img {
  filter: grayscale(0%);
}

/* Hover Styles: Reverse color */
.team-card:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* Content Styling */
.card-content {
  padding: 0;
}

.team-section--v2 .card-content {
  padding: 4.5rem 2.25rem 3.25rem;
}

.card-content h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  transition: color 0.3s ease;
  color: #fff;
}

.card-content p {
  margin: 0.25rem 0 0;
  font-size: 1.1rem;
  text-transform: uppercase;
  transition: color 0.3s ease;
  color: #999;
}

/* Ensure text color changes on hover */
.team-card:hover .card-content h3,
.team-card:hover .card-content p {
  color: #fff;
}

/* Arrow Icon */
.arrow-icon {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
  transform: rotate(-45deg);
  fill: currentColor;
  transition: fill 0.3s ease;
}

/* White arrow on hover via inherited color */
.team-card:hover .arrow-icon {
  fill: #fff;
}

a.closeBio {
  position: absolute;
  top: 15px;
  right: 20px;
  background: #ffffff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #000000;
}

.page-id-638 .thakur .modal-header:before,
.page-id-668 .thakur .modal-header:before {
  background: none !important;
}

.page-id-638 .thakur .modal-header,
.page-id-668 .thakur .modal-header {
  background-image: none !important;
  background-color: #192026;
}

.page-id-638 .thakur .modal-header h3,
.page-id-668 .thakur .modal-header h3 {
  font-size: 32px;
  margin: 0 0 3px;
  color: #fff;
}

.page-id-638 .thakur .modal-header cite,
.page-id-668 .thakur .modal-header cite {
  color: #ffffff;
}

.page-id-638 .thakur .modal-footer button,
.page-id-668 .thakur .modal-footer button {
  color: #000000;
  opacity: 1;
}
.page-id-638 .about p,
.page-id-668 .about p,
.page-id-638 .imageTextArea li,
.page-id-668 .imageTextArea li {
  color: #6c6c6c;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 639px) {
  .page-id-638 .thakur .modal-header h3,
  .page-id-668 .thakur .modal-header h3 {
    font-size: 24px;
  }
}
@media (max-width: 639px) {
  .page-id-638 .thakur .modal-header,
  .page-id-668 .thakur .modal-header {
    background-position: right;
    height: 163px;
  }
}
.page-id-638 .thakur .modal-header cite,
.page-id-668 .thakur .modal-header cite {
  color: #999;
  font-family: 'ff-din-paneuropean', sans-serif;
  font-size: 1.4rem;
}
.page-id-638 .thakur .modal-header h2,
.page-id-668 .thakur .modal-header h2 {
  font-family: 'ff-din-paneuropean', sans-serif;
}
.page-id-638 .thakur .modal-content,
.page-id-668 .thakur .modal-content {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: none;
}
.page-id-638 a.closeBio,
.page-id-668 a.closeBio {
  position: absolute;
  top: 15px;
  right: 20px;
  background: transparent;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #ffffff;
  border: none;
  font-size: 4rem;
}
.page-id-638 .contactForm input.btn,
.page-id-668 .contactForm input.btn,
.page-id-638 .contactForm .input,
.page-id-668 .contactForm .input,
.page-id-638 h1,
.page-id-668 h1,
.page-id-638 h2,
.page-id-668 h2,
.page-id-638 h3,
.page-id-668 h3,
.page-id-638 h4,
.page-id-668 h4,
.page-id-638 h5,
.page-id-668 h5,
.page-id-638 h6,
.page-id-668 h6,
.page-id-638 p,
.page-id-668 p,
.page-id-638 .imageTextArea li,
.page-id-668 .imageTextArea li,
.page-id-638 span,
.page-id-668 span,
.page-id-638 a,
.page-id-668 a {
  font-family: 'ff-din-paneuropean', sans-serif;
  font-weight: 400;
  font-style: normal;
}

main h2 {
  font-family: 'ff-din-paneuropean', sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* DARK to LIGHT grey scale */
.team-card--shade4 {
  background-color: #293036; /* darkest - Co-Founders, Chairman */
  color: #ffffff;
}

.team-card--shade3 {
  background-color: #293036; /* dark - Partners */
  color: #ffffff;
}

.team-card--shade2 {
  background-color: #293036; /* medium - Senior Associates */
  color: #ffffff;
}

.team-card--shade1 {
  background-color: #293036; /* light - fallback / others */
  color: #000000;
}

/* Hover effect: all cards invert to black background + white text */
.team-card--shade1:hover,
.team-card--shade2:hover,
.team-card--shade3:hover,
.team-card--shade4:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

/* Text */
.card-content h3,
.card-content p {
  transition: color 0.3s ease;
}

/* Arrow */
.arrow-icon {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
  transform: rotate(-45deg);
  fill: #fff;
  transition: fill 0.3s ease;
}

/* Ensure arrow color follows text color */
.team-card--shade1:hover .arrow-icon,
.team-card--shade2:hover .arrow-icon,
.team-card--shade3:hover .arrow-icon,
.team-card--shade4:hover .arrow-icon {
  fill: #fff;
}

.team-section {
  padding: 3.75rem 2.5rem;
  background: #192026;
}

.plus-icon {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 3.4rem;
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease;
  pointer-events: none;
  font-family: 'ff-din-paneuropean';
}

body .logo-item p {
  font-size: 13px;
  line-height: 1.25;
}
body .footer p {
  color: #868686;
  font-size: 13px;
}
body .footer .container .footerLogo img {
  margin: 0 0 30px;
}

.page-id-638 .contactForm input.btn,
.page-id-668 .contactForm input.btn,
.page-id-638 .btn,
.page-id-668 .btn {
  border-radius: 10px;
}
.page-id-638 .footer p,
.page-id-668 .footer p {
  color: #868686;
  font-size: 13px;
}

body .footer a > * {
  color: #868686;
}

.thakur .modal-body p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 10px;
}

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