html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

body {
  color: #272e4f;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

img {
  border: 0;
  width: auto;
  height: auto;
  display: block;
}

svg {
  display: block;
}

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

.col-1 {
  width: 1%;
}

.col-2 {
  width: 2%;
}

.col-3 {
  width: 3%;
}

.col-4 {
  width: 4%;
}

.col-5 {
  width: 5%;
}

.col-6 {
  width: 6%;
}

.col-7 {
  width: 7%;
}

.col-8 {
  width: 8%;
}

.col-9 {
  width: 9%;
}

.col-10 {
  width: 10%;
}

.col-11 {
  width: 11%;
}

.col-12 {
  width: 12%;
}

.col-13 {
  width: 13%;
}

.col-14 {
  width: 14%;
}

.col-15 {
  width: 15%;
}

.col-16 {
  width: 16%;
}

.col-17 {
  width: 17%;
}

.col-18 {
  width: 18%;
}

.col-19 {
  width: 19%;
}

.col-20 {
  width: 20%;
}

.col-21 {
  width: 21%;
}

.col-22 {
  width: 22%;
}

.col-23 {
  width: 23%;
}

.col-24 {
  width: 24%;
}

.col-25 {
  width: 25%;
}

.col-26 {
  width: 26%;
}

.col-27 {
  width: 27%;
}

.col-28 {
  width: 28%;
}

.col-29 {
  width: 29%;
}

.col-30 {
  width: 30%;
}

.col-31 {
  width: 31%;
}

.col-32 {
  width: 32%;
}

.col-33 {
  width: 33%;
}

.col-34 {
  width: 34%;
}

.col-35 {
  width: 35%;
}

.col-36 {
  width: 36%;
}

.col-37 {
  width: 37%;
}

.col-38 {
  width: 38%;
}

.col-39 {
  width: 39%;
}

.col-40 {
  width: 40%;
}

.col-41 {
  width: 41%;
}

.col-42 {
  width: 42%;
}

.col-43 {
  width: 43%;
}

.col-44 {
  width: 44%;
}

.col-45 {
  width: 45%;
}

.col-46 {
  width: 46%;
}

.col-47 {
  width: 47%;
}

.col-48 {
  width: 48%;
}

.col-49 {
  width: 49%;
}

.col-50 {
  width: 50%;
}

.col-51 {
  width: 51%;
}

.col-52 {
  width: 52%;
}

.col-53 {
  width: 53%;
}

.col-54 {
  width: 54%;
}

.col-55 {
  width: 55%;
}

.col-56 {
  width: 56%;
}

.col-57 {
  width: 57%;
}

.col-58 {
  width: 58%;
}

.col-59 {
  width: 59%;
}

.col-60 {
  width: 60%;
}

.col-61 {
  width: 61%;
}

.col-62 {
  width: 62%;
}

.col-63 {
  width: 63%;
}

.col-64 {
  width: 64%;
}

.col-65 {
  width: 65%;
}

.col-66 {
  width: 66%;
}

.col-67 {
  width: 67%;
}

.col-68 {
  width: 68%;
}

.col-69 {
  width: 69%;
}

.col-70 {
  width: 70%;
}

.col-71 {
  width: 71%;
}

.col-72 {
  width: 72%;
}

.col-73 {
  width: 73%;
}

.col-74 {
  width: 74%;
}

.col-75 {
  width: 75%;
}

.col-76 {
  width: 76%;
}

.col-77 {
  width: 77%;
}

.col-78 {
  width: 78%;
}

.col-79 {
  width: 79%;
}

.col-80 {
  width: 80%;
}

.col-81 {
  width: 81%;
}

.col-82 {
  width: 82%;
}

.col-83 {
  width: 83%;
}

.col-84 {
  width: 84%;
}

.col-85 {
  width: 85%;
}

.col-86 {
  width: 86%;
}

.col-87 {
  width: 87%;
}

.col-88 {
  width: 88%;
}

.col-89 {
  width: 89%;
}

.col-90 {
  width: 90%;
}

.col-91 {
  width: 91%;
}

.col-92 {
  width: 92%;
}

.col-93 {
  width: 93%;
}

.col-94 {
  width: 94%;
}

.col-95 {
  width: 95%;
}

.col-96 {
  width: 96%;
}

.col-97 {
  width: 97%;
}

.col-98 {
  width: 98%;
}

.col-99 {
  width: 99%;
}

.col-100 {
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jc-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ai-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ac-sb {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jc-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.jc-se {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.flex-dc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-dcr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-dr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-drr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ai-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

audio,
canvas,
video,
picture {
  display: block;
}

a {
  background-color: transparent;
  outline: none !important;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  color: #272e4f;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 0;
  border: none;
  outline: none;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none !important;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
  outline: none !important;
}

input[type="text"] {
  outline: none !important;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

input::-moz-placeholder {
  color: #121e37;
  opacity: 0.4;
}

input::-ms-placeholder {
  color: #121e37;
  opacity: 0.4;
}

input::-webkit-input-placeholder {
  color: #121e37;
  opacity: 0.4;
}

.clearfix {
  clear: both;
}

hr {
  border: 0;
  height: 1px;
  background: #999;
  margin: 40px 0;
  opacity: 0.3;
}

input.customRC {
  opacity: 0;
  position: absolute;
}

label.customRC {
  font-size: 16px;
  line-height: 18px;
  color: #503b29;
  padding-left: 30px;
  position: relative;
  display: block;
  cursor: pointer;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

label.customRC span {
  cursor: pointer;
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 22px;
  background: #c69349 url(../images/check.svg) center center no-repeat;
  background-size: 0 auto;
  border: 2px solid #fff;
  border-radius: 3px;
}

input.customRC:checked + label.customRC span {
  background-size: 12px auto;
}

.ttn {
  text-transform: none !important;
}

.block {
  display: block !important;
}

.visible-xs {
  display: none !important;
}

.visible-sm-xs {
  display: none !important;
}

.hide {
  display: none !important;
}

.v-main {
  display: table;
  width: 100%;
  height: 100%;
}

.v-align-middle,
.v-align-top,
.v-align-bottom {
  display: table-cell;
}

.v-align-middle {
  vertical-align: middle !important;
}

.v-align-top {
  vertical-align: top !important;
}

.v-align-bottom {
  vertical-align: bottom !important;
}

.select-container {
  position: relative;
}

.xm-tooltip {
  background: #ff5e3a;
  color: #fff;
  display: block;
  font-size: 15px;
  left: 50%;
  line-height: 1em;
  padding: 8px 10px 8px;
  position: absolute;
  text-align: center;
  bottom: 100%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  font-style: normal;
  letter-spacing: 0.045em;
}

.xm-tooltip::after {
  border-top: 10px solid #ff5e3a;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -9px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.xm-tooltip .xm-tooltip {
  padding: 0;
  position: relative;
}

.xm-tooltip .xm-tooltip::after {
  display: none;
}

.for_textarea {
  position: relative;
}

.for_textarea .xm-tooltip {
  left: 0;
  top: -70px;
}

.loading {
  position: relative;
}

.loading::after {
  -webkit-animation: rotate-forever 500ms linear infinite;
  animation: rotate-forever 500ms linear infinite;
  height: 30px;
  width: 30px;
  border: 2px solid #9c1f1f;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  margin: -15px 0 0 -15px;
  content: "";
}

@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 500ms, visibility 500ms, top 500ms;
  transition: opacity 500ms, visibility 500ms, top 500ms;
  background: rgba(11, 29, 70, 0.95);
  padding: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.overlay-close {
  position: absolute;
  right: -36px;
  top: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: url(../images/wrong.svg) center center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  z-index: 9999;
  overflow: hidden;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform: rotate(0deg) perspective(1px);
  transform: rotate(0deg) perspective(1px);
  border-radius: 50%;
}

.overlay.video-overlay {
  padding: 0;
}

.overlay.video-overlay .container {
  padding: 0;
}

.video-overlay .overlay-close {
  background-color: transparent;
  background-image: url(../images/cross-white.png);
  top: 5px;
  right: 5px;
}

.overlay-close:hover {
  -webkit-transform: rotate(180deg) perspective(1px);
  transform: rotate(180deg) perspective(1px);
}

.has-overlay {
  overflow: hidden;
}

.overlay-container {
  width: 100%;
  background: #fff;
  position: relative;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.on-tv .flexed-row [class^="col-"]:last-child {
  margin-bottom: 0;
}
.play {
  width: 90px;
  height: 90px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/play.png) 0 0 no-repeat;
  background-size: contain;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.video-container a:hover .play {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.video-container,
.video-div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.img-responsive {
  max-width: 100%;
}

.no-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

::-moz-selection {
  color: #fff;
  background: rgba(122, 48, 63, 0.52);
}

::selection {
  color: #fff;
  background: rgba(122, 48, 63, 0.52);
}

.flexible-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------Reset v-1.1--------*/
/*------Common Styles-------*/
.media-body {
  width: 10000px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-left {
  padding-right: 15px;
}

.media-right {
  padding-left: 15px;
}

.non-italic {
  font-style: normal !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.circle {
  border-radius: 50%;
}

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

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

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

button {
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
  text-decoration: none !important;
}

.input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control,
.input-group-addon {
  display: table-cell;
}

.input-group-addon {
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}

.hide-desktop {
  display: none !important;
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group .card {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.card-group .card + .card {
  margin-left: 0;
  border-left: 0;
}

.card-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.paddingT0 {
  padding-top: 0 !important;
}

.paddingB0 {
  padding-bottom: 0 !important;
}

.border-bottom0 {
  border-bottom: none !important;
}

.full-width {
  width: 100% !important;
}

.half-width {
  width: 50% !important;
}

.col-oneThird {
  width: calc(100% / 3);
}

.col-twoThird {
  width: 66.6667%;
}

.row [class^="col-"] {
  float: left;
}

.relative {
  position: relative;
}

.hide-overflow {
  overflow: hidden;
}

.marginB0 {
  margin-bottom: 0 !important;
}

.marginT0 {
  margin-top: 0 !important;
}

.fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.fit-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.fit-top {
  -o-object-position: center top;
  object-position: center top;
}

.fit-bottom {
  -o-object-position: bottom;
  object-position: bottom;
}

.img-full {
  width: 100%;
  position: relative;
}

.img-full.fit-cover {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

video.img-full.fit-cover {
  height: 101%;
}

.fit-cover.relative {
  position: relative !important;
  top: auto;
  left: auto;
}

.has-fit-cover {
  overflow: hidden;
  position: relative;
}

.min-vh {
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb li + li::before {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  color: rgba(18, 30, 55, 0.6);
  content: "/";
}

.breadcrumb a {
  color: #f76c21;
  display: inline-block;
  font: inherit;
}

.breadcrumb a.active {
  color: rgba(18, 30, 55, 0.6);
}

.abs_100 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ls1 {
  letter-spacing: 0.01em;
}

.ls2 {
  letter-spacing: 0.02em;
}

.ls3 {
  letter-spacing: 0.03em;
}

.ls4 {
  letter-spacing: 0.04em;
}

.ls5 {
  letter-spacing: 0.05;
}

/*-----------For Owl------------*/
.owl-next,
.owl-prev {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  background: url("../images/next.svg") left top no-repeat !important;
  background-size: contain !important;
  text-indent: -9999px;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.owl-next.disabled,
.owl-prev.disabled {
  opacity: 0.35;
}

.owl-prev {
  left: 24px;
  opacity: 1;
  background-image: url(../images/prev.svg) !important;
}

.owl-next {
  right: 24px;
  opacity: 1;
}

.owl-next:after,
.owl-prev:after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-dots {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.owl-dot {
  position: relative;
  float: left;
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #909090;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}
.owl-dot.active {
  background: #909090;
}
.uppercase {
  text-transform: uppercase;
}
.communication-section {
  padding: 150px 0;
}
.communication-header h2 {
  font-size: 64px;
  font-weight: 700;
  text-transform: capitalize;
}
.communication-box.goal {
  background: #272e4f;
}
.communication-box.approach {
  background: rgb(90 93 106 / 80%);
}
.communication-box.weDo {
  background: #ff6a48;
}
.communication-box {
  padding: 32px;
  height: 100%;
}
.communication-box h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.communication-box p {
  color: #fff;
  font-size: 18px;
}
.cycleImage {
  max-width: 752px;
  margin: 10px auto 0;
}
.approach-image {
  width: 100%;
}
.selling-row h2 {
  color: #fff;
  font-size: 60px;
  text-transform: capitalize;
}
.selling-row p {
  padding-right: 52px;
  color: rgba(255, 255, 255, 0.8);
}
.what-we-do {
  background: #aeb1bd;
}
.how-we-do {
  background: #85899c;
}
.success {
  background: #5d627b;
}
.approach-section.section-spacing {
  padding-bottom: 50px;
}
.approach-process {
  max-width: 752px;
  margin: auto;
}
.approach-step {
  background: #f4f5f6;
  padding: 26px;
  margin-bottom: 35px;
  position: relative;
}
.approach-step::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 5px;
  right: 0;
  margin: 0 auto;
  height: 14px;
  width: 16px;
  background: url("../images/polygon-icon.svg") center/cover no-repeat;
}
.our-team .h2 {
  margin-bottom: 65px;
}
.approach-step h3 {
  font-size: 32px;
  margin-bottom: 5px;
}
.approach-step span {
  font-size: 24px;
  color: #272e4f;
}
.contactBox {
  margin-bottom: 55px;
}
.contactBox p {
  color: #fff;
}
.contactImage {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 664px;
}
.container {
  max-width: 1230px;
}

.hero-video iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.client-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nyLaw img {
  max-width: 100% !important;
}
.client-wrap.dea img {
  max-width: 80px;
}

@media screen and (max-width: 1279px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (max-width: 1199px) {
  .hide-desktop {
    display: block !important;
  }
  .hide-ipad {
    display: none !important;
  }
  a[href^="tel"] {
    color: inherit;
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .hidden-sm-xs {
    display: none !important;
  }
  .visible-sm-xs {
    display: block !important;
  }
  .computer .visible-sm-xs.btn-fallback {
    display: none !important;
  }
  .container {
    max-width: 748px;
  }
  .approach-step::before {
    left: 0;
  }
  .solution-titles a img {
    top: 6px;
  }
}

@font-face {
  font-family: "Centra No2";
  src: url("fonts/centrano2-book-webfont.woff2") format("woff2"),
    url("fonts/centrano2-book-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Centra No2";
  src: url("fonts/centrano2-bold-webfont.woff2") format("woff2"),
    url("fonts/centrano2-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "oxygenbold";
  src: url("fonts/oxygen-bold-webfont.woff2") format("woff2"),
    url("fonts/oxygen-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "oxygenregular";
  src: url("fonts/oxygen-regular-webfont.woff2") format("woff2"),
    url("fonts/oxygen-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "libre_baskervillebold";
  src: url("fonts/librebaskerville-bold-webfont.woff2") format("woff2"),
    url("fonts/librebaskerville-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  overflow-x: hidden;
}

.flexed-row {
  margin-left: -10px;
  margin-right: -10px;
}

.flexed-row [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Centra No2";
  font-weight: bold;
  font-style: normal;
  color: #272e4f;
}

.heading {
  font-family: "oxygenbold";
  font-weight: bold;
  font-style: normal;
}

.text {
  font-family: "oxygenregular";
  font-weight: normal;
  font-style: normal;
}

.color-black {
  color: #272e4f;
}

.color-white {
  color: #fff;
}

.bg-gray {
  background: #f4f4f4;
}

.bg-white {
  background: #fff;
}

.bg-cream {
  background: radial-gradient(
      166.18% 86.7% at 50% 43%,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.2) 100%
    ),
    #fff2d1;
}

.p,
p,
li {
  font-size: 24px;
  line-height: 1.5em;
  color: rgba(39, 46, 79, 0.6);
  margin-bottom: 1.33em;
  font-family: "oxygenregular";
}

.h1 {
  font-size: 58px;
  line-height: 1.2em;
}

.h2 {
  font-size: 48px;
  line-height: 0.83em;
  margin-bottom: 0.48em;
}

.btn {
  font-size: 18px;
  line-height: 30px;
  padding: 21px 1em;
  min-width: 16em;
  text-align: center;
  text-transform: uppercase;
  background: #f00;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  border: 6px solid #fff;
  border-radius: 41px;
  letter-spacing: 0.05em;
}

.computer .btn:hover {
  color: #fff;
  background: green;
}

.form-control {
  background: #fff;
  border: 1px solid #d8dadf;
  border-right: none;
  font-size: 16px;
  color: #121e37;
  height: 3em;
  padding: 0 1em 2px;
}

.navigation {
  position: absolute;
  width: 100%;
  z-index: 99999;
  -webkit-transition: background 300ms, opacity 0ms, -webkit-transform 500ms;
  transition: background 300ms, opacity 0ms, -webkit-transform 500ms;
  transition: transform 500ms, background 300ms, opacity 0ms;
  transition: transform 500ms, background 300ms, opacity 0ms,
    -webkit-transform 500ms;
  background: transparent;
}

.navigation.outView {
  position: fixed;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.navigation.outView .logo {
  width: 130px;
}

.navigation.outView .menu-icon {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.navigation.outView .navigation-graphics {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.navigation.sticky {
  opacity: 1 !important;
  background: rgba(39, 46, 79, 0.9);
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.navigation.sticky .container {
  padding: 20px 0;
}

.navigation .container {
  padding: 50px 0;
}

.navigation .logo {
  width: 186px;
  -webkit-transition: 300ms;
  transition: 300ms;
  display: block;
}

.navigation .logo img {
  width: 100%;
}

.navigation-graphics {
  position: absolute;
  right: -380px;
  top: -15px;
  width: 718px;
  height: 453px;
  background: url(../images/navigation-graphics.svg) 0 0 no-repeat;
  background-size: contain;
  pointer-events: none;
  -webkit-transition: -webkit-transform 100ms;
  transition: -webkit-transform 100ms;
  transition: transform 100ms;
  transition: transform 100ms, -webkit-transform 100ms;
}

.menu-active .navigation.sticky {
  background: transparent;
}

.xp-navigation {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.nav-bg {
  width: 100%;
  height: 100vh;
  /* background: rgba(39, 46, 79, 0.95); */
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, -101%, 0);
  transform: translate3d(0, -101%, 0);
  -webkit-transition: 500ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 500ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

.active .nav-bg {
  height: 100vh;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xp-navigation.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menu-active .navigation-graphics {
  background: none;
}
.xp-navigation.active .navigation-graphics {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.xp-navigation .container {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.xp-navigation .container .navigation-graphics {
  opacity: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.xp-navigation.activeAnim {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

.xp-navigation.activeAnim .nav-bg {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.xp-navigation ul {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  -webkit-transition: 500ms ease 300ms;
  transition: 500ms ease 300ms;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 520px;
  margin: 0 auto;
}
.xp-navigation.active ul {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.xp-navigation.activeAnim ul {
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

.xp-navigation ul li {
  padding: 17px 0;
  margin: 0;
}

.xp-navigation ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.xp-navigation ul li a {
  line-height: 1.2em;
  display: block;
  font-family: "Centra No2";
  font-weight: bold;
  color: #cccccc;
  text-align: center;
  font-size: 44px;
}
.xp-navigation ul li a img {
  display: inline-block;
  width: 0;
  transition: 0.5s ease;
  position: relative;
  top: -8px;
}

.xp-navigation ul li a:hover img,
.xp-navigation ul li.active a img {
  width: 33px;
  margin-right: 28px;
}
.xp-navigation ul li.active a,
.xp-navigation ul li a:hover {
  color: #272e4f;
}
.menu-wrap {
  display: flex;
  width: 100%;
}
.menu-logo {
  display: none;
}
.menu-active .menu-logo {
  display: block;
}
.menu-active .default-logo {
  display: none;
}
.menu-icon {
  width: 47px;
  height: 40px;
  padding: 0;
  background: none;
  border: none;
  z-index: 1000;
  display: block;
}

.menu-icon .bar {
  width: 47px;
  height: 7px;
  display: block;
  background: #fff;
  -webkit-transition: 300ms ease-in-out 100ms;
  transition: 300ms ease-in-out 100ms;
}

.menu-icon .bar:nth-of-type(2) {
  -webkit-transform: scaleX(0.71);
  transform: scaleX(0.71);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  margin: 10px auto;
}

.menu-icon .bar:nth-of-type(3) {
  -webkit-transform: scaleX(0.42);
  transform: scaleX(0.42);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.section-spacing {
  padding-top: 90px;
  padding-bottom: 90px;
}
.menu-active .menu-icon .bar {
  background: #000;
}
.menu-active .menu-icon .bar:nth-of-type(2) {
  /* -webkit-transform: rotate(-45deg) scaleX(0.5);
  transform: rotate(-45deg) scaleX(0.5); */
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-active .menu-icon .bar:nth-of-type(1) {
  /* -webkit-transform: rotate(45deg) scaleX(0.5) translate(8px, 8px);
  transform: rotate(45deg) scaleX(0.5) translate(8px, 8px); */
  -webkit-transform: rotate(45deg) translate(5px, 0px);
  transform: rotate(45deg) translate(5px, 0px);
}

.menu-active .menu-icon .bar:nth-of-type(3) {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.menu-active .menu-icon .bar {
  width: 32px;
  height: 5px;
}
/*---- banner ----*/
.banner {
  background: #272e4f;
  position: relative;
  height: 714px;
  overflow: hidden;
}

.banner .container {
  height: 100%;
}

.banner img {
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner img {
  right: -21%;
  z-index: 9;
  left: auto;
  top: 0;
}
.banner .banner-graphic-left {
  position: absolute;
  width: 70%;
  height: 100%;
  background: rgba(39, 46, 79, 0.75);
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(100% 0, 50% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 50% 100%, 0 100%, 0 0);
}

.banner .banner-graphic-leftedge {
  position: absolute;
  height: 200%;
  width: 50vw;
  background: rgba(39, 46, 79, 0.75);
  top: 0;
  right: 100%;
}

.banner-content {
  position: relative;
  z-index: 2;
  padding-top: 70px;
}

.banner-content .h1 {
  color: #fff;
  text-transform: capitalize;
}
.banner-content .p {
  color: #fff;
}
.banner-content .h1 {
  margin-bottom: 16px;
}

/*---- banner ----*/
/*---- story ----*/
.mission {
  position: relative;
  background: #48b9a5;
}

.mission .container {
  padding: 190px 0;
}
.mission .banner-graphic-left {
  position: absolute;
  width: 62%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(100% 0, 50% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 50% 100%, 0 100%, 0 0);
}
.mission .banner-graphic-leftedge {
  position: absolute;
  height: 200%;
  width: 50vw;
  background: #fff;
  top: 0;
  right: 100%;
}
.mission h2 {
  color: #272e4f;
  line-height: 68px;
  position: relative;
  font-size: 48px;
  font-weight: 400;
  font-family: "Centra No2";
}
.mission .container {
  position: static;
}
.mission .mission-graphic-left {
  position: absolute;
  width: 70%;
  height: 100%;
  background: rgba(72, 185, 165, 0.75);
  top: 0;
  left: 0;
  -webkit-transform: translateX(-57%);
  transform: translateX(-57%);
  -webkit-clip-path: polygon(100% 0, 50% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 50% 100%, 0 100%, 0 0);
}

.mission .mission-graphic-leftedge {
  position: absolute;
  height: 100%;
  width: 70%;
  background: rgba(72, 185, 165, 0.75);
  top: 0;
  right: 140%;
}

/*---- story ----*/
/*---- on tv ----*/
.on-tv {
  background: #f4f5f6;
}

.on-tv .p {
  margin-bottom: 50px;
}

.on-tv .flexed-row {
  margin-left: -25px;
  margin-right: -25px;
}

.on-tv .flexed-row [class^="col-"] {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 50px;
}

/*---- on tv ----*/
/*---- solutions ----*/
.solutions {
  background: #f4f5f6;
}

.solutions .p {
  margin-bottom: 60px;
}

.solution-titles li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.solution-titles li a {
  font-size: 32px;
  line-height: 1em;
  font-family: "Centra No2";
  font-weight: bold;
  letter-spacing: -0.02em;
  position: relative;
}
.solution-titles li img {
  width: 33px;
  transition: 0.3s ease;
  top: 12px;
  position: absolute;
  left: -60px;
  opacity: 0;
}
.solution-titles a:hover img {
  left: -50px;
  opacity: 1;
}
.solution-titles a.active img {
  opacity: 1;
}
.solution-titles li a.active {
  color: #ff5e3a;
}
ul.solution-list li {
  width: 48%;
  margin-bottom: 20px;
}

ul.solution-list li:last-child {
  margin-bottom: 0;
}

ul.solution-list li a {
  display: block;
  padding: 11px 17px;
  background: #fff;
  font-size: 18px;
  line-height: 1.77em;
  color: rgba(39, 46, 79, 0.6);
  font-family: "oxygenregular";
  -webkit-box-shadow: 0px 4px 40px rgba(231, 231, 232, 0.75);
  box-shadow: 0px 4px 40px rgba(231, 231, 232, 0.75);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

ul.solution-list li a.active {
  background: #272e4f;
  color: #fff;
  font-family: "oxygenbold";
  border-left-color: #ff5e3a;
}

/*---- solutions ----*/
/*---- clients ----*/
.experience .flexed-row [class^="col-"] {
  margin-bottom: 0;
  margin-top: 20px;
}

.experience-tab {
  margin: 42px 0 22px;
}

.experience-tab li {
  margin: 0 19px;
}

.experience-tab li a {
  line-height: 1em;
  font-family: "Centra No2";
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 2px solid transparent;
  display: block;
}

.experience-tab li a.active {
  color: #ff5e3a;
  border-color: #ff5e3a;
}

.experience-tab li a:hover {
  color: #ff5e3a;
}

.client-wrap {
  height: 100%;
  padding: 25px 12px 15px;
  background: rgba(39, 46, 79, 0.05);
}

.client-wrap img {
  max-width: 275px;
  margin: 0 auto;
}

.client-wrap .p {
  margin: 25px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

/*---- clients ----*/
/*---- team ----*/
.our-team .p {
  margin-bottom: 40px;
}

.our-team .flexed-row {
  margin-left: -20px;
  margin-right: -20px;
}

.our-team .flexed-row [class^="col-"] {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

.team-member h3 {
  font-size: 20px;
  line-height: 1.5em;
  margin-top: 0.75em;
  position: relative;
  width: calc(100% - 40px);
}
.member-footer img {
  width: 25px;
  height: 25px;
  margin-right: 12px;
  margin-top: 20px;
}
.team-member h3 span {
  display: block;
  font-family: "oxygenregular";
  font-weight: normal;
}

.team-member a.p {
  width: 1.4em;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.team-member a.p img {
  width: 75%;
}

.unique-differentiator {
  background: #f4f5f6;
}

.unique-differentiator .flexed-row {
  margin-left: -20px;
  margin-right: -20px;
}

.unique-differentiator .flexed-row [class^="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

.contact {
  background: #272e4f;
  position: relative;
}
.cube-image {
  position: absolute;
  left: 0;
  bottom: 28%;
  max-width: 40px;
}
.envelope {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 132px;
}
.contact-text {
  padding: 200px 0;
}
.contact .h2 {
  line-height: 1.2em;
}

.contact .h2,
.contact .p a {
  color: #fff;
}

.footer-wrap {
  background: #ff5e3a;
  padding: 25px 0;
  text-align: center;
}

.footer-wrap .footer-copy {
  font-size: 16px;
  margin: 0;
  color: #fff;
}

.banner-graphic-left.slideFromLeft,
.mission .mission-graphic-left.slideFromLeft {
  left: -20%;
}

.banner-graphic-left.slideFromLeft.isAnimated,
.mission .mission-graphic-left.slideFromLeft.isAnimated {
  left: 0;
  opacity: 1;
}

.banner-graphic-leftedge.slideFromLeft {
  right: 120%;
}

.banner-graphic-leftedge.slideFromLeft.isAnimated {
  right: 100%;
  opacity: 1;
}

.mission .mission-graphic-leftedge.slideFromLeft {
  right: 160%;
}

.mission .mission-graphic-leftedge.slideFromLeft.isAnimated {
  right: 140%;
  opacity: 1;
}

/*---- Animation ----*/
.fadeInUp,
.fadeInDown {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out, -webkit-transform 1000ms ease-out;
  transition: opacity 1000ms ease-out, -webkit-transform 1000ms ease-out;
  transition: transform 1000ms ease-out, opacity 1000ms ease-out;
  transition: transform 1000ms ease-out, opacity 1000ms ease-out,
    -webkit-transform 1000ms ease-out;
  will-change: transform, opacity;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out;
  transition: opacity 1000ms ease-out;
}

.fadeIn.fadeIn500 {
  -webkit-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}

.fadeInDown {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.fadeInUp.isAnimated,
.fadeInDown.isAnimated {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.isAnimated.fadeIn {
  opacity: 1;
}

.slideFromLeft,
.slideFromRight {
  opacity: 0;
  -webkit-transition: all 1000ms ease 200ms;
  transition: all 1000ms ease 200ms;
}

.delayedOne {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.delayedTwo {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.delayedThree {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
/*.hero-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/
.contactBox .h2 {
  margin-bottom: 5px;
}
.seeMore {
  font-size: 21px;
  margin-top: 20px;
  font-weight: 500;
  color: #272e4f;
  display: none;
  text-decoration: underline;
}
.solution-list {
  justify-content: space-between;
}
/* .our-team {
  background: #f4f5f6;
} */
.solutions-wrap {
  max-width: 950px;
  margin: 0 auto;
}
.our-team .flexed-row [class^="col-"]:last-child {
  margin-bottom: 0;
}
.approach-image {
  max-width: 535px;
}
.team-member img.img-full {
  min-height: 383px;
}
.privacy-policy .container {
  max-width: 940px;
}
.page-title {
  margin-bottom: 50px;
}
.footer-bottom {
  display: block;
  border-top: 2px solid #FF5E3A;
  background: #272E4F;
}

.footer-bottom .container {
  display: flex;
  justify-content: center;
  padding: 20px 15px;
}

.footer-bottom p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.36;
}

.footer-bottom p a {
  text-decoration: underline;
}



/*---- Animation ----*/
@media screen and (max-width: 1279px) {
  .flexed-row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .flexed-row [class^="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
  }
  .p,
  p,
  li {
    font-size: 20px;
  }
  .h1 {
    font-size: 48px;
  }
  .h2 {
    font-size: 39px;
  }
  .navigation.outView {
    -webkit-transform: translateY(-83px);
    transform: translateY(-83px);
  }
  .navigation.outView .logo {
    width: 109px;
  }
  .navigation.outView .navigation-graphics {
    -webkit-transform: translateY(-83px);
    transform: translateY(-83px);
  }
  .navigation.sticky .container {
    padding: 17px 0;
  }
  .navigation .container {
    padding: 36px 0;
  }
  .navigation .logo {
    width: 155px;
  }
  .navigation-graphics {
    right: -316px;
    top: -12px;
    width: 599px;
    height: 378px;
  }
  .xp-navigation .container .navigation-graphics {
    -webkit-transform: translateY(-83px);
    transform: translateY(-83px);
  }
  .xp-navigation ul {
    -webkit-transform: translateY(-41px);
    transform: translateY(-41px);
    width: 434px;
  }
  .xp-navigation ul li a {
    font-size: 37px;
  }
  .xp-navigation ul li {
    padding: 17px 30px;
  }
  .menu-icon {
    width: 40px;
    height: 34px;
  }
  .menu-icon .bar {
    width: 40px;
    height: 6px;
  }
  .menu-icon .bar:nth-of-type(2) {
    margin: 9px auto;
  }
  .section-spacing {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .menu-active .menu-icon .bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg) scaleX(0.5) translate(7px, 7px);
    transform: rotate(45deg) scaleX(0.5) translate(7px, 7px);
  }
  /*---- banner ----*/
  .banner {
    height: 590px;
  }
  .banner-content {
    padding-top: 55px;
  }
  .banner-content .h1 {
    margin-bottom: 14px;
  }
  /*---- banner ----*/
  /*---- story ----*/
  /*---- story ----*/
  /*---- on tv ----*/
  .on-tv .p {
    margin-bottom: 42px;
  }
  .on-tv .flexed-row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .on-tv .flexed-row [class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .solutions-wrap {
    max-width: 815px;
  }
  /*---- on tv ----*/
  /*---- solutions ----*/
  .solutions .p {
    margin-bottom: 50px;
  }
  .solution-titles li {
    margin-bottom: 34px;
  }
  .solution-titles li a {
    font-size: 25px;
  }
  ul.solution-list li {
    margin-bottom: 17px;
  }
  ul.solution-list li a {
    padding: 10px 15px;
    font-size: 16px;
    border-left-width: 6px;
    border-right-width: 6px;
  }
  .solution-titles a img {
    left: -37px;
    width: 22px;
    top: 8px;
  }
  .solution-titles a:hover img {
    left: -30px;
  }
  /*---- solutions ----*/
  /*---- clients ----*/
  .experience .flexed-row [class^="col-"] {
    margin-top: 17px;
  }
  .experience-tab {
    margin: 35px 0 19px;
  }
  .experience-tab li {
    margin: 0 16px;
  }
  .client-wrap {
    padding: 21px 10px 13px;
  }
  .client-wrap img {
    max-width: 230px;
  }
  .client-wrap .p {
    font-size: 15px;
  }
  .selling-row p {
    padding-right: 44px;
  }
  /*---- clients ----*/
  /*---- team ----*/
  .our-team .p {
    margin-bottom: 34px;
  }
  .our-team .flexed-row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .our-team .flexed-row [class^="col-"] {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 32px;
  }
  .team-member h3 {
    font-size: 18px;
  }
  .unique-differentiator .flexed-row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .unique-differentiator .flexed-row [class^="col-"] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer-wrap {
    padding: 21px 0;
  }
  .footer-wrap .footer-copy {
    font-size: 14px;
  }
  .on-tv .p {
    margin-bottom: 42px;
  }
  .on-tv .flexed-row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .mission .container {
    padding: 159px 0;
  }
  .selling-row h2 {
    font-size: 50px;
  }
  .approach-process {
    max-width: 627px;
  }
  .approach-image {
    margin: 9px auto 0;
    max-width: 600px;
  }
  .our-team .h2 {
    margin-bottom: 55px;
  }
  .contact-text {
    padding: 167px 0;
  }
  .contactBox {
    margin-bottom: 46px;
  }
  .cube-image {
    max-width: 34px;
  }
  .envelope {
    max-width: 110px;
  }
  .contactImage {
    max-width: 554px;
  }
  .approach-step h3 {
    font-size: 27px;
    margin-bottom: 17px;
  }
  .approach-step span {
    font-size: 20px;
  }
  .mission h2 {
    font-size: 40px;
    line-height: 57px;
  }
  .approach-image {
    max-width: 446px;
  }
  .team-member img.img-full {
    min-height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .flexed-row {
    margin-left: -6px;
    margin-right: -6px;
  }
  .flexed-row [class^="col-"] {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
  }
  .selling-row h2 {
    font-size: 37px;
  }
  .p,
  p,
  li {
    font-size: 17px;
  }
  .h1 {
    font-size: 36px;
  }
  .h2 {
    font-size: 30px;
  }
  .container {
    max-width: 720px;
  }
  .navigation.outView {
    -webkit-transform: translateY(-61px);
    transform: translateY(-61px);
  }
  .navigation.outView .logo {
    width: 80px;
  }
  .xp-navigation ul li a {
    font-size: 30px;
  }
  .navigation.outView .navigation-graphics {
    -webkit-transform: translateY(-61px);
    transform: translateY(-61px);
  }
  .navigation.sticky .container {
    padding: 13px 0;
  }
  .navigation .container {
    padding: 31px 0;
  }
  .navigation .logo {
    width: 114px;
  }
  .navigation-graphics {
    right: -232px;
    top: -9px;
    width: 439px;
    height: 277px;
  }
  .xp-navigation .container .navigation-graphics {
    -webkit-transform: translateY(-61px);
    transform: translateY(-61px);
  }
  .xp-navigation ul {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .xp-navigation ul li {
    padding: 13px 22px;
  }
  .menu-icon {
    width: 30px;
    height: 25px;
  }
  .menu-icon .bar {
    width: 30px;
    height: 4px;
  }
  .menu-icon .bar:nth-of-type(2) {
    margin: 7px auto;
  }
  .section-spacing {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .menu-active .menu-icon .bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg) scaleX(1) translate(-2px, 4px);
    transform: rotate(45deg) scaleX(1) translate(-2px, 4px);
  }
  /*---- banner ----*/
  .banner {
    height: 430px;
  }
  .banner-content {
    padding-top: 43px;
  }
  .banner-content .h1 {
    margin-bottom: 10px;
  }
  /*---- banner ----*/
  /*---- story ----*/
  .mission .container {
    padding: 100px 0;
  }
  .mission h2 {
    font-size: 30px;
    line-height: 42px;
  }
  /*---- story ----*/
  /*---- on tv ----*/
  .on-tv .p {
    margin-bottom: 30px;
  }
  .on-tv .flexed-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .on-tv .flexed-row [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .selling-row p {
    padding-right: 32px;
  }
  /*---- on tv ----*/
  /*---- solutions ----*/
  .solutions .p {
    margin-bottom: 37px;
  }
  .solution-titles li {
    margin-bottom: 25px;
  }
  .solution-titles li a {
    font-size: 20px;
  }
  ul.solution-list li {
    margin-bottom: 13px;
  }
  ul.solution-list li a {
    padding: 7px 11px;
    font-size: 14px;
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .solution-columns .col-40 {
    width: 36%;
  }
  .solution-columns .col-58 {
    width: 64%;
  }
  .solutions-wrap {
    max-width: 670px;
  }
  /*---- solutions ----*/
  /*---- clients ----*/
  .experience .flexed-row [class^="col-"] {
    margin-top: 12px;
  }
  .experience-tab {
    margin: 26px 0 14px;
  }
  .experience-tab li {
    margin: 0 12px;
  }
  .client-wrap {
    padding: 16px 8px 10px;
  }
  .client-wrap img {
    max-width: 169px;
  }
  .client-wrap .p {
    font-size: 13px;
  }
  /*---- clients ----*/
  /*---- team ----*/
  .our-team .p {
    margin-bottom: 25px;
  }
  .our-team .flexed-row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .our-team .flexed-row [class^="col-"] {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
  }
  .team-member h3 {
    font-size: 14px;
  }
  .unique-differentiator .flexed-row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .unique-differentiator .flexed-row [class^="col-"] {
    padding-left: 12px;
    padding-right: 12px;
  }
  .contact {
    padding-top: 19px;
  }
  .footer-wrap {
    padding: 16px 0;
  }
  .footer-wrap .footer-copy {
    font-size: 12px;
  }
  .on-tv .p {
    margin-bottom: 31px;
  }
  .on-tv .flexed-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .on-tv .flexed-row [class^="col-"] {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 31px;
  }
  .mission .container {
    padding: 117px 0;
  }
  .approach-process {
    max-width: 460px;
  }
  .approach-image {
    margin: 7px auto 0;
    max-width: 440px;
  }
  .our-team .h2 {
    margin-bottom: 40px;
  }
  .contact-text {
    padding: 123px 0;
  }
  .contactBox {
    margin-bottom: 34px;
  }
  .cube-image {
    max-width: 25px;
  }
  .envelope {
    max-width: 81px;
  }
  .contactImage {
    max-width: 406px;
  }
  .approach-step h3 {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .approach-step span {
    font-size: 15px;
  }
  .mission .container {
    padding: 117px 0;
  }
  .approach-image {
    max-width: 327px;
  }
  .team-member img.img-full {
    min-height: 230px;
  }
}

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .mobFullwidth {
    width: 100% !important;
  }
  .mobBlock {
    display: block !important;
  }
  [class^="col-"] {
    width: 100%;
  }
  .mpr0 {
    padding-right: 0 !important;
  }
  .mpl0 {
    padding-left: 0 !important;
  }
  .approach-image {
    max-width: 100%;
  }
  .container {
    padding: 0 28px;
  }
  .banner .banner-graphic-left {
    width: 100%;
    height: 60%;
    top: unset;
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 55%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 65%, 100% 100%, 0% 100%);
  }
  .banner-content {
    padding-top: 193px;
  }
  .p {
    font-size: 20px;
  }
  .mission .container {
    padding: 48px 28px;
  }
  .mission h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .mission h2 br {
    display: none;
  }
  .mission .banner-graphic-left {
    -webkit-clip-path: polygon(100% 0, 50% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 14% 100%, 0 100%, 0 0);
    width: 85%;
  }
  .xp-navigation ul li {
    padding: 8px 22px;
  }
  .xp-navigation ul li a {
    font-size: 24px;
  }
  .h2 {
    font-size: 34px;
    line-height: 47px;
  }
  .on-tv .flexed-row [class^="col-"]:not(:last-child) {
    margin-bottom: 31px !important;
  }
  .selling-row p {
    font-size: 16px;
  }
  .selling-row .h2.text-right {
    font-size: 34px;
    text-align: left !important;
  }
  .experience-tab ul li:first-child {
    margin-left: 0;
  }
  .experience-tab ul li:last-child {
    margin-right: 0;
  }
  .experience-tab ul {
    overflow-y: auto;
    padding-bottom: 12px;
    justify-content: inherit;
  }
  .experience [class^="col-"] {
    width: 50%;
  }
  .client-wrap {
    padding: 15px 20px;
  }
  .client-wrap img {
    max-width: 100%;
  }
  .client-wrap .p {
    font-size: 10px;
  }
  .experiences.section-spacing {
    padding-bottom: 38px;
  }
  .experience [class^="col-"] {
    width: 50%;
  }
  .client-wrap {
    padding: 15px 20px;
    height: 100%;
  }
  .client-wrap img {
    max-width: 100%;
  }
  .client-wrap .p {
    font-size: 10px;
  }
  .experiences.section-spacing {
    padding-bottom: 38px;
  }
  .solutions .p {
    font-size: 18px;
    max-width: 300px;
    margin: 0 auto 37px;
  }
  .solution-columns .col-40 {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
  }
  .solution-columns .col-40::before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 14px;
    width: 16px;
    background: url("../images/polygon-icon.svg") center/cover no-repeat;
  }
  .flex.solution-columns.jc-sb {
    flex-wrap: wrap;
  }
  .solution-titles li {
    margin-bottom: 18px;
  }
  .solution-columns .col-58 {
    width: 100%;
    margin: 0;
  }
  .approach-step span {
    font-size: 14px;
    line-height: 24px;
  }
  .approach-step h3 {
    margin-bottom: 5px;
  }
  .approach-step.text-center {
    max-width: 278px;
    margin: 0 auto 35px;
    padding: 15px 29px;
  }
  ul.col-50.solution-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul.solution-list li {
    width: 48%;
    min-height: 64px;
  }
  ul.solution-list li a {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .communication-header p br {
    display: none;
  }
  .communication-header h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .our-team [class^="col-"] {
    width: 47%;
  }
  .our-team .flexed-row [class^="col-"] {
    padding: 0;
    margin-bottom: 18px;
  }
  .our-team .h2 {
    margin-bottom: 20px;
  }
  .our-team .flexed-row {
    justify-content: space-between;
  }
  .our-team .flexed-row [class^="col-"]:last-child {
    margin-bottom: 0;
  }
  .contact-text {
    padding: 40px 0;
  }
  .contactBox {
    margin-bottom: 65px;
  }
  .contactImage {
    max-width: 100%;
  }
  .contact {
    padding-bottom: 300px;
  }
  .cube-image {
    display: none;
  }
  .envelope {
    display: none;
  }
  .contactBox .h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .contactBox p {
    font-size: 16px;
    font-weight: 400;
  }
  .navigation .container {
    padding: 25px 28px;
  }
  .seeMore {
    display: block;
  }
  .banner img {
    right: -47%;
    z-index: 1;
    left: auto;
    top: 0px;
  }
  .navigation.sticky .container {
    padding: 13px 28px;
  }
  .xp-navigation ul li a:hover img,
  .xp-navigation ul li.active a img {
    width: 20px;
    margin-right: 16px;
  }
  .experience-tab ul li:first-child {
    min-width: 98px;
  }
  .experience-tab li a {
    text-align: center;
  }
  .experience-tab li:nth-child(3) {
    min-width: 81px;
  }
  section#solutions .container {
    padding: 0 43px;
  }
  .selling-row p {
    padding-right: 0;
  }
  .member-footer img {
    width: 22px;
    height: 22px;
    margin: 12px auto;
  }
  .team-member h3 {
    font-size: 13px;
  }
  .approach-image {
    max-width: 280px;
  }
  .client-wrap.dea img {
    max-width: 45px;
  }
  .team-member img.img-full {
    min-height: 170px;
  }
  .client-wrap {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
  .container {
    padding: 0 41px;
  }
  .banner-content {
    padding-top: 278px;
  }
  .p {
    font-size: 22px;
  }
  .approach-step.text-center {
    max-width: 500px;
  }
  .mission .container {
    padding: 70px 41px;
  }
  .mission h2 {
    font-size: 28px;
  }
  .h2 {
    font-size: 38px;
    line-height: 60px;
  }
  .on-tv .flexed-row [class^="col-"]:not(:last-child) {
    margin-bottom: 45px !important;
  }
  .selling-row p {
    font-size: 24px;
  }
  .selling-row .h2.text-right {
    font-size: 49px;
  }
  .experience-tab ul {
    padding-bottom: 18px;
    justify-content: inherit;
  }
  .client-wrap {
    padding: 22px 29px;
  }
  .client-wrap .p {
    font-size: 15px;
  }
  .experiences.section-spacing {
    padding-bottom: 55px;
  }
  .client-wrap {
    padding: 22px 29px;
  }
  .client-wrap .p {
    font-size: 15px;
  }
  .experiences.section-spacing {
    padding-bottom: 55px;
  }
  .solutions .p {
    font-size: 26px;
    max-width: 420px;
  }
  .solution-columns .col-40 {
    margin-bottom: 58px;
  }
  .solution-columns .col-40::before {
    bottom: -18px;
    height: 21px;
    width: 24px;
  }
  .solution-titles li {
    margin-bottom: 26px;
  }
  .communication-header h2 {
    font-size: 49px;
    margin-bottom: 15px;
  }
  .our-team .flexed-row [class^="col-"] {
    margin-bottom: 26px;
  }
  .our-team .h2 {
    margin-bottom: 29px;
  }
  .contact-text {
    padding: 58px 0;
  }
  .contact {
    padding-bottom: 432px;
  }
  .contactBox .h2 {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .contactBox p {
    font-size: 20px;
  }
  .navigation .container {
    padding: 36px 41px;
  }
  .banner {
    height: 560px;
  }
  .banner .banner-graphic-leftedge {
    width: 0;
  }
  .banner .banner-graphic-left {
    width: 120%;
    height: 60%;
    top: unset;
    bottom: 0;
    left: -50px !important;
  }
  .navigation.sticky .container {
    padding: 13px 41px;
  }
  .xp-navigation ul li {
    padding: 12px 32px;
  }
  .xp-navigation ul li a {
    font-size: 33px;
  }
  .xp-navigation ul li a:hover img,
  .xp-navigation ul li.active a img {
    width: 26px;
    margin-right: 20px;
  }
  .experience-tab ul li:first-child {
    min-width: 188px;
    margin-left: 0;
  }
  .experience-tab li a {
    text-align: center;
  }
  .experience-tab li:nth-child(3) {
    min-width: 139px;
  }
  .contactBox {
    margin-bottom: 55px;
  }
  .contactImage {
    max-width: 470px;
  }
  .approach-image {
    max-width: 404px;
  }
  .client-wrap.dea img {
    max-width: 60px;
  }
  .team-member img.img-full {
    min-height: 231px;
  }
}