@charset "UTF-8";
/* Sass Document */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  webkit-box-sizing: border-box;
  font-family: "Raleway", sans-serif;
  font-family: "Oswald", sans-serif; }

html {
  -webkit-text-size-adjust: 100%; }

div, h1, h2, h3, h4, h5, p, ol, form, input, textarea, img, html, applet, object, iframe, 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, 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%;
  vertical-align: baseline; }

body {
  background: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #c8c8c8;
  position: relative; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

img {
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  display: block; }

blockquote, q {
  quotes: none; }

table {
  border-spacing: 0;
  width: 100%; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

audio, canvas, video {
  display: block; }

audio:not([controls]) {
  display: none; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0; }

sub {
  font-size: 80%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 80%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

small {
  font-size: smaller; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul li {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 7px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    color: #526e78;
    list-style-type: disc;
    list-style-position: inside; }

h2 {
  background: transparent;
  padding: 0;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 400; }

h3 {
  background-color: inherit;
  padding: 0;
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif; }

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  outline: none;
  text-decoration: none;
  font-family: "Raleway", sans-serif; }
  a:hover {
    background-color: transparent; }

.mb-0 {
  margin-bottom: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

input[disabled],
submit[disabled] {
  cursor: default; }

button[type="submit"], button[type="reset"], button[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0; }

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="url"] {
  padding: 0 6px;
  height: 42px;
  outline: none;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  width: 100%;
  color: #c8c8c8;
  border: 1px solid #c8c8c8;
  background: #c8c8c8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
input[type="submit"], input[type="button"], input[type="reset"] {
  border: none;
  cursor: pointer;
  outline: none;
  font-family: "Raleway", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
input[disabled] {
  cursor: default; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important; }

select {
  outline: none;
  font-family: "Raleway", sans-serif;
  background: url(../images/select-arrow.png) no-repeat 100% center #ffffff;
  border-radius: 0;
  color: #c8c8c8; }
  select::-ms-expand {
    display: none; }

textarea {
  color: #c8c8c8;
  padding: 9px 10px;
  height: 86px;
  outline: none;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 100%;
  display: block;
  resize: vertical;
  color: #c8c8c8;
  border: 1px solid #c8c8c8;
  background: #c8c8c8; }

::-webkit-input-placeholder {
  color: #c8c8c8; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #c8c8c8; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #c8c8c8; }

:-ms-input-placeholder {
  color: #c8c8c8; }

.error {
  color: #ed1c24; }

.success {
  color: #04B800; }

.leftalign {
  text-align: left; }

.rightalign {
  text-align: right; }

.centeralign {
  text-align: center; }

.centerContent {
  text-align: center; }

.justifyalign {
  text-align: justify; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 7px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  color: #526e78; }
  p:empty {
    display: none; }
  p:last-child {
    margin-bottom: 0 !important; }

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.noMid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start; }

.clear:after, .pagination ul:after, .customHeader .topPart:after, .customHeader .topPart .nav:after, .customHeader .topPart .nav ul:after, .customHeader .topPart .flagArea ul:after, .customHeader .bottomPart .navArea .mainMenu ul:after, .bottomWrap:after, .advancedMatheSec:after, .advancedMatheSec .container:after, .welcomeHamsArea:after, .welcomeHamsArea .welcomeWrap:after, .welcomeHamsArea .rightWelcomeSec .imageArea:after, .partnersSec .partnersLogoSlider:after, .customFooter:after, .customFooter .newsLetterSec:after, .customFooter .footerContactSec:after, .customFooter .footerContactSec .leftfooter .footerBox ul:after, .whatMakesUsArea:after, .whatMakesUsArea .rightwhatMakesUsSec .valueList:after, .singleTestimonial:after, .blogListingWrapper:after, .blogListingMain.newsListingMain .blogListRow:after, .blogListingMain:after, .blogDetails .blogDetailsContent:after, .navigation.post-navigation .nav-links:after, .navigation.pagination .nav-links:after, .positionNameBox .positionNameWrap:after, .whatWeOfferSec .whatWeOfferList ul:after, .applyNowForm .formWrap .formRow:after, .IHCSection:after, .IHCSection .IHC-block:after, .clientsSection .clientsWrap:after, .caseStudySection .caseStudyWrap:after, .ourPrototypeSection .ourPrototypeBox:after, .IHCSection.caseStudyMainSection .caseStudyMainWrap:after, .IHCSection.caseStudyMainSection .IHC-block:after, .IHCSection.caseStudyMainSection .aboutIHC .accordBox .accContainer .accListing .radBox:after, .contactSection .contactMapSection:after, .contactSection .contactMapSection .mapBox .mapDetails:after, .mailUsSection .mailUsFormSection .formRow:after, .mailUsSection .mailUsFormSection .formRow .halfFormRow:after {
  content: "";
  display: table;
  clear: both; }

.clearFix {
  display: none; }
  .clearFix:after {
    content: "";
    display: table;
    clear: both; }

.paddTB {
  padding: 75px 0; }

.paddTB40 {
  padding: 40px 0; }

.bPad75 {
  padding-bottom: 75px; }

.tPad40 {
  padding-top: 40px; }

.tPad75 {
  padding-top: 75px; }

.noPad {
  margin: 0px; }

.marB {
  margin-bottom: 80px; }

.tMmar {
  margin-top: 75px; }

.noTMar {
  margin-top: 0px !important; }

.noBMar {
  margin-bottom: 0px !important; }

.noMar {
  margin: 0px; }

.bMar15 {
  margin-bottom: 15px; }

.pagination {
  min-width: 214px;
  max-width: 300px;
  margin: 0 auto; }
  .pagination ul {
    text-align: center; }
    .pagination ul li {
      list-style-type: none;
      margin: 0 7px 0 0;
      border: 2px solid #263879;
      width: 30px;
      height: 30px;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .pagination ul li:last-child {
        margin-right: 0px; }
      .pagination ul li a, .pagination ul li span {
        font-size: 16px;
        color: #263879;
        display: block;
        line-height: 26px;
        font-family: "Raleway", sans-serif;
        font-weight: 700; }
        .pagination ul li a.current, .pagination ul li span.current {
          background-color: #ed1c24;
          color: #ffffff; }
      .pagination ul li:hover {
        border-color: #ed1c24; }
      .pagination ul li.active {
        border-color: #ed1c24; }
        .pagination ul li.active a {
          background: #ed1c24;
          color: #ffffff; }

.heading h2 {
  font-size: 55px;
  color: #da3d2e;
  line-height: 1;
  margin-bottom: 45px; }
  .heading h2 strong {
    color: #263879;
    font-weight: 400; }
  .heading h2.cap {
    text-transform: capitalize; }
  .heading h2.special strong {
    color: #ffffff; }
.heading .bMar15 {
  margin-bottom: 15px; }

.footerHeading h2 {
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px; }
.footerHeading h3 {
  font-size: 14px;
  color: #263879;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin-bottom: 8px; }

/****** */
.wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden; }

.container {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.container-fluid {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.container-nopad {
  padding-left: 0px;
  padding-right: 0px; }

.container-row {
  margin-left: -15px;
  margin-right: -15px; }

.btnArea {
  display: inline-block;
  color: #ffffff;
  background-color: #ef343b;
  padding: 0 35px;
  height: 47px;
  line-height: 47px;
  text-transform: uppercase;
  margin: 0 auto;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 0px #000000 inset;
  -moz-box-shadow: 0px 0px 0px #000000 inset;
  -o-box-shadow: 0px 0px 0px #000000 inset;
  box-shadow: 0px 0px 0px #000000 inset;
  outline: none;
  text-align: center; }
  .btnArea:hover {
    background-color: #666666;
    -webkit-box-shadow: 0px 47px 0px #000000 inset;
    -moz-box-shadow: 0px 47px 0px #000000 inset;
    -o-box-shadow: 0px 47px 0px #000000 inset;
    box-shadow: 0px 47px 0px #000000 inset; }

.redBtn {
  color: #da3d2e;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif; }
  .redBtn:hover {
    color: #000000; }

.topWrap {
  position: relative; }

.customHeader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3; }
  .customHeader .topPart {
    width: 100%;
    margin-bottom: 27px;
    border-bottom: 1px solid rgba(242, 242, 242, 0.3); }
    .customHeader .topPart .topPartWrap {
      float: right;
      padding: 10px;
      border-left: 1px solid rgba(242, 242, 242, 0.3);
      border-right: 1px solid rgba(242, 242, 242, 0.3); }
    .customHeader .topPart .nav {
      float: left;
      margin-right: 30px; }
      .customHeader .topPart .nav ul li {
        list-style-type: none;
        float: left;
        margin-bottom: 0px;
        margin-right: 30px; }
        .customHeader .topPart .nav ul li:last-child {
          margin-right: 0; }
        .customHeader .topPart .nav ul li a {
          color: #fdfdfd;
          font-size: 13px;
          font-weight: 500; }
          .customHeader .topPart .nav ul li a:hover, .customHeader .topPart .nav ul li a.active {
            color: #ff5342; }
    .customHeader .topPart .flagArea {
      float: right; }
      .customHeader .topPart .flagArea ul li {
        list-style-type: none;
        float: left;
        margin-right: 12px;
        margin-bottom: 0px;
        border-right: 1px solid #ffffff;
        padding-right: 12px; }
        .customHeader .topPart .flagArea ul li:last-child {
          margin-right: 0;
          border-right: none; }
  .customHeader .bottomPart .logoSec {
    float: left; }
  .customHeader .bottomPart .navArea {
    float: right;
    position: relative; }
    .customHeader .bottomPart .navArea .mainMenu {
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      position: relative;
      z-index: 1;
      white-space: nowrap;
      margin-right: -150px;
      opacity: 0;
      visibility: hidden; }
      .customHeader .bottomPart .navArea .mainMenu.show {
        margin-right: 40px;
        opacity: 1;
        visibility: visible; }
        .customHeader .bottomPart .navArea .mainMenu.show ul li {
          list-style-type: none;
          margin-right: 30px;
          opacity: 1;
          margin-bottom: 0px;
          position: relative; }
          .customHeader .bottomPart .navArea .mainMenu.show ul li .subToggle {
            pointer-events: none;
            display: inline-block;
            vertical-align: middle;
            color: #ffffff;
            cursor: pointer;
            font-size: 16px;
            padding: 0 0 0 8px;
            position: relative;
            top: -2px; }
            .customHeader .bottomPart .navArea .mainMenu.show ul li .subToggle:before {
              font-family: FontAwesome;
              content: ""; }
            .customHeader .bottomPart .navArea .mainMenu.show ul li .subToggle.active:before {
              content: "";
              position: relative;
              top: -1px; }
          .customHeader .bottomPart .navArea .mainMenu.show ul li ul {
            position: absolute;
            width: 180px;
            left: 0px;
            top: 100%; }
            .customHeader .bottomPart .navArea .mainMenu.show ul li ul li {
              margin-bottom: 0px;
              list-style-type: none;
              margin-right: 0px;
              margin-left: 0px; }
      .customHeader .bottomPart .navArea .mainMenu ul li {
        list-style-type: none;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0px;
        margin-right: -27px;
        opacity: 0; }
        .customHeader .bottomPart .navArea .mainMenu ul li:last-child {
          margin-right: 0; }
        .customHeader .bottomPart .navArea .mainMenu ul li a {
          color: #f2f2f2;
          font-weight: 500;
          text-transform: capitalize; }
          .customHeader .bottomPart .navArea .mainMenu ul li a:hover, .customHeader .bottomPart .navArea .mainMenu ul li a.active {
            color: #ff5342; }
        .customHeader .bottomPart .navArea .mainMenu ul li ul {
          display: none;
          background: rgba(139, 30, 36, 0.99);
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          .customHeader .bottomPart .navArea .mainMenu ul li ul li {
            list-style-type: none;
            display: block;
            float: none;
            border-bottom: 1px solid rgba(242, 242, 242, 0.3);
            padding: 5px 5px;
            margin-right: 0px;
            margin-bottom: 0px;
            white-space: normal; }
            .customHeader .bottomPart .navArea .mainMenu ul li ul li a {
              padding: 5px 0;
              font-size: 13px;
              line-height: 1.2;
              display: block; }
            .customHeader .bottomPart .navArea .mainMenu ul li ul li:hover a {
              color: #ffbbbb; }
            .customHeader .bottomPart .navArea .mainMenu ul li ul li:last-child {
              border-bottom: 0px; }
            .customHeader .bottomPart .navArea .mainMenu ul li ul li.current-menu-item a {
              color: #ffbbbb; }
        .customHeader .bottomPart .navArea .mainMenu ul li.current-menu-item a {
          color: #ff5342; }
        .customHeader .bottomPart .navArea .mainMenu ul li.current-menu-item ul li {
          list-style-type: none;
          margin-bottom: 0px; }
          .customHeader .bottomPart .navArea .mainMenu ul li.current-menu-item ul li a {
            color: #ffffff; }
          .customHeader .bottomPart .navArea .mainMenu ul li.current-menu-item ul li:hover a {
            color: #ffbbbb; }
          .customHeader .bottomPart .navArea .mainMenu ul li.current-menu-item ul li.current-menu-item a {
            color: #ffbbbb; }
        .customHeader .bottomPart .navArea .mainMenu ul li:hover ul {
          display: block; }
    .customHeader .bottomPart .navArea .menuBar {
      margin-left: 0px;
      position: absolute;
      top: 4px;
      right: 0px;
      cursor: pointer; }

.menuBar {
  position: relative;
  z-index: 2; }
  .menuBar .bar {
    display: block;
    width: 17px;
    height: 15px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .menuBar .bar.show {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
      .menuBar .bar.show em {
        background: #da3d2e; }
    .menuBar .bar em {
      display: block;
      width: 100%;
      height: 3px;
      background: #ffffff;
      margin-bottom: 3px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      position: relative; }
      .menuBar .bar em:last-child {
        margin-bottom: 0; }
    .menuBar .bar:hover em {
      background: #da3d2e; }

.homeBanner {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 590px;
  position: relative;
  background-attachment: fixed; }
  .homeBanner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  .homeBanner .bannerCnnt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 113px;
    width: 890px;
    margin: auto;
    z-index: 1;
    text-align: center; }

.bannerheadeing h2 {
  font-size: 76px;
  line-height: 1.1;
  text-align: center;
  font-weight: 200;
  margin-bottom: 45px; }
  .bannerheadeing h2 strong {
    font-weight: 300;
    color: #da3d2e;
    -webkit-text-shadow: 2px 1px 2px #666666;
    -moz-text-shadow: 2px 1px 2px #666666;
    -o-text-shadow: 2px 1px 2px #666666;
    text-shadow: 2px 1px 2px #666666; }

.advancedMatheSec.heading {
  text-align: center; }

.advancedBoxs .boxs {
  width: calc(34% - 31px);
  float: left;
  margin-right: 34px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden; }
  .advancedBoxs .boxs:last-child {
    margin-right: 0; }
  .advancedBoxs .boxs:hover .advanceCnnt {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 50px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .advancedBoxs .boxs .advanceCnnt {
    position: absolute;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #263879;
    top: 100%;
    bottom: 0;
    padding: 40px 30px;
    width: 100%;
    height: 100%; }
    .advancedBoxs .boxs .advanceCnnt h3 {
      font-size: 16px;
      color: #f2f2f2;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 15px; }
    .advancedBoxs .boxs .advanceCnnt p {
      color: #f2efea;
      height: 60px;
      overflow: hidden; }
  .advancedBoxs .boxs figure img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.welcomeHamsArea {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%; }
  .welcomeHamsArea .leftWelcomeSec {
    float: left;
    width: calc(100% - 458px);
    text-align: left;
    padding-right: 70px; }
    .welcomeHamsArea .leftWelcomeSec p {
      color: #526e78;
      margin-bottom: 30px;
      line-height: 1.6; }
    .welcomeHamsArea .leftWelcomeSec .btnArea {
      margin-top: 20px; }
  .welcomeHamsArea .rightWelcomeSec {
    float: right;
    width: 458px; }
    .welcomeHamsArea .rightWelcomeSec .imageArea {
      position: relative;
      margin-left: 4px;
      overflow: hidden;
      z-index: 1; }
      .welcomeHamsArea .rightWelcomeSec .imageArea:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #263879;
        width: 340px;
        height: 215px;
        z-index: -1;
        margin: auto;
        -webkit-box-shadow: -170px 0 0px #c02329 inset;
        -moz-box-shadow: -170px 0 0px #c02329 inset;
        -o-box-shadow: -170px 0 0px #c02329 inset;
        box-shadow: -170px 0 0px #c02329 inset; }
    .welcomeHamsArea .rightWelcomeSec figure {
      border: 4px solid #ffffff;
      -webkit-box-shadow: 0 0px 7px rgba(83, 83, 83, 0.65);
      -moz-box-shadow: 0 0px 7px rgba(83, 83, 83, 0.65);
      -o-box-shadow: 0 0px 7px rgba(83, 83, 83, 0.65);
      box-shadow: 0 0px 7px rgba(83, 83, 83, 0.65);
      position: relative;
      z-index: 1; }
      .welcomeHamsArea .rightWelcomeSec figure img {
        position: relative; }
      .welcomeHamsArea .rightWelcomeSec figure:first-child {
        float: left; }
      .welcomeHamsArea .rightWelcomeSec figure:last-child {
        float: right;
        margin-top: -64px; }

.videosection {
  background-color: #000000;
  position: relative; }
  .videosection .inner {
    position: relative;
    height: auto;
    padding-bottom: 36.4%; }
  .videosection iframe,
  .videosection .imageBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .videosection .imageBox {
    z-index: 1; }
    .videosection .imageBox:before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.3); }
  .videosection .playBtn img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.ourExpertiseSec {
  padding-bottom: 0; }
  .ourExpertiseSec.heading h2 {
    text-align: center; }
  .ourExpertiseSec .expertiseBoxSec {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
    .ourExpertiseSec .expertiseBoxSec .box {
      background-color: #f2efea;
      text-align: center;
      width: calc(25% - 23px);
      margin-right: 30px;
      padding: 0 30px 40px;
      position: relative;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .ourExpertiseSec .expertiseBoxSec .box:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background-color: #ffffff;
        width: 100%;
        height: 50px;
        margin: auto; }
      .ourExpertiseSec .expertiseBoxSec .box:hover {
        background-color: #263879; }
        .ourExpertiseSec .expertiseBoxSec .box:hover .border img {
          opacity: 0; }
        .ourExpertiseSec .expertiseBoxSec .box:hover .border .hover {
          opacity: 1; }
        .ourExpertiseSec .expertiseBoxSec .box:hover h3 a {
          color: #ffffff; }
        .ourExpertiseSec .expertiseBoxSec .box:hover p,
        .ourExpertiseSec .expertiseBoxSec .box:hover .redBtn {
          color: #ffffff; }
        .ourExpertiseSec .expertiseBoxSec .box:hover .redBtn:hover {
          color: #da3d2e; }
        .ourExpertiseSec .expertiseBoxSec .box:hover .iconArea {
          background-position: 5px -108px; }
        .ourExpertiseSec .expertiseBoxSec .box:hover:nth-child(2) .iconArea {
          background-position: 5px -324px; }
        .ourExpertiseSec .expertiseBoxSec .box:hover:nth-child(3) .iconArea {
          background-position: 5px -540px; }
        .ourExpertiseSec .expertiseBoxSec .box:hover:nth-child(4) .iconArea {
          background-position: 5px -756px; }
      .ourExpertiseSec .expertiseBoxSec .box:last-child {
        margin-right: 0; }
      .ourExpertiseSec .expertiseBoxSec .box:nth-child(2) .iconArea {
        background-position: 5px -216px; }
      .ourExpertiseSec .expertiseBoxSec .box:nth-child(3) .iconArea {
        background-position: 5px -432px; }
      .ourExpertiseSec .expertiseBoxSec .box:nth-child(4) .iconArea {
        background-position: 5px -648px; }
      .ourExpertiseSec .expertiseBoxSec .box .border {
        width: 108px;
        height: 108px;
        margin: auto;
        background-color: #ffffff;
        border: 1px solid #e7e7e7;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        margin-bottom: 40px;
        position: relative; }
        .ourExpertiseSec .expertiseBoxSec .box .border img {
          opacity: 1;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
        .ourExpertiseSec .expertiseBoxSec .box .border .hover {
          opacity: 0; }
      .ourExpertiseSec .expertiseBoxSec .box h3 {
        color: #000000;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 12px; }
        .ourExpertiseSec .expertiseBoxSec .box h3 a {
          color: #000000;
          text-decoration: none;
          font-family: "Oswald", sans-serif;
          font-weight: 500; }
          .ourExpertiseSec .expertiseBoxSec .box h3 a:hover {
            color: #da3d2e; }
      .ourExpertiseSec .expertiseBoxSec .box p {
        color: #526e78;
        line-height: 1.5;
        margin-bottom: 25px; }

.reviewSec {
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 65px 0 50px; }
  .reviewSec .reviewSliderWrap {
    width: 980px;
    max-width: 100%;
    margin: auto; }
  .reviewSec .resviewList p {
    text-align: center;
    color: #f2efea;
    line-height: 1.6;
    margin-bottom: 25px; }
  .reviewSec .resviewList .resviewCnt {
    display: block;
    text-align: center; }
    .reviewSec .resviewList .resviewCnt .quote {
      display: inline-block;
      width: 77px;
      height: 77px;
      background-color: #263879;
      color: #ffffff;
      vertical-align: middle;
      line-height: 77px;
      font-size: 42px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .reviewSec .resviewList .resviewCnt figure {
      display: inline-block;
      width: 52px;
      height: 52px;
      background-color: #ffffff;
      vertical-align: middle;
      margin-left: -16px;
      margin-right: 5px;
      background-repeat: no-repeat;
      background-position: left top;
      background-size: cover;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      .reviewSec .resviewList .resviewCnt figure img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
    .reviewSec .resviewList .resviewCnt .nameSec {
      display: inline-block;
      text-align: left;
      vertical-align: middle; }
      .reviewSec .resviewList .resviewCnt .nameSec h5 {
        font-style: italic;
        font-size: 16px;
        font-weight: 400;
        color: #ffffff; }
      .reviewSec .resviewList .resviewCnt .nameSec p {
        font-style: italic;
        font-size: 13px;
        color: #f2efea; }

.partnersSec.heading h2 {
  text-align: center; }
.partnersSec .partnersLogoSlider {
  position: relative;
  display: block; }
  .partnersSec .partnersLogoSlider .partnerLogo {
    width: 33.33%;
    float: left;
    padding: 20px; }
    .partnersSec .partnersLogoSlider .partnerLogo figure img {
      margin: auto; }

.customFooter .newsLetterSec {
  background-color: #263879;
  padding: 10px 0; }
  .customFooter .newsLetterSec .newsCnnt {
    width: calc(100% - 417px);
    float: left; }
    .customFooter .newsLetterSec .newsCnnt h2 {
      float: left;
      font-size: 40px;
      color: #ffffff;
      border-right: 1px solid #4e609f;
      padding-right: 30px;
      margin-right: 30px;
      margin-bottom: 0; }
    .customFooter .newsLetterSec .newsCnnt p {
      float: left;
      font-size: 14px;
      color: #f2efea; }
  .customFooter .newsLetterSec .newsForm {
    width: 417px;
    float: right;
    margin: 8px 0; }
    .customFooter .newsLetterSec .newsForm .alert-msg {
      font-size: 18px;
      letter-spacing: 1px;
      margin: 5px 0 0; }
      .customFooter .newsLetterSec .newsForm .alert-msg .alert {
        color: #fb6e74; }
        .customFooter .newsLetterSec .newsForm .alert-msg .alert.alert-success {
          color: #ffffff; }
    .customFooter .newsLetterSec .newsForm .formArea {
      position: relative;
      -moz-placeholder-color: #f2efea;
      -ms-input-placeholder-color: #f2efea; }
      .customFooter .newsLetterSec .newsForm .formArea input {
        background-color: transparent;
        border: 1px solid #4e609f;
        padding: 0 65px 0 15px;
        height: 52px;
        position: relative;
        color: #ffffff; }
      .customFooter .newsLetterSec .newsForm .formArea ::-webkit-input-placeholder {
        color: #f2efea; }
      .customFooter .newsLetterSec .newsForm .formArea ::-moz-placeholder {
        color: #f2efea; }
      .customFooter .newsLetterSec .newsForm .formArea .submitBtnArea {
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        width: 30px;
        height: 30px;
        margin: auto;
        outline: none; }
        .customFooter .newsLetterSec .newsForm .formArea .submitBtnArea .submitArrow {
          color: #ffffff;
          font-size: 30px;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .customFooter .newsLetterSec .newsForm .formArea .submitBtnArea .submitArrow:hover {
            color: #da3d2e; }
.customFooter .footerContactSec {
  padding: 40px 0; }
  .customFooter .footerContactSec .footerBox h2 {
    margin-bottom: 20px; }
  .customFooter .footerContactSec .leftfooter {
    float: left;
    width: 20%;
    margin-right: 6%; }
    .customFooter .footerContactSec .leftfooter .footerBox {
      float: left; }
      .customFooter .footerContactSec .leftfooter .footerBox ul li {
        list-style-type: none;
        margin-bottom: 0px;
        float: left;
        width: 50%; }
        .customFooter .footerContactSec .leftfooter .footerBox ul li a {
          color: #626262;
          font-size: 14px;
          text-transform: capitalize; }
          .customFooter .footerContactSec .leftfooter .footerBox ul li a:hover {
            color: #da3d2e; }
          .customFooter .footerContactSec .leftfooter .footerBox ul li a span {
            color: #da3d2e;
            margin-right: 8px; }
        .customFooter .footerContactSec .leftfooter .footerBox ul li.current_page_item a {
          color: #da3d2e; }
  .customFooter .footerContactSec .middleFooter {
    float: left;
    width: 24%; }
    .customFooter .footerContactSec .middleFooter .footerBox.socialArea ul li {
      list-style-type: none;
      float: left;
      margin-right: 8px;
      margin-bottom: 0px;
      width: 45px; }
      .customFooter .footerContactSec .middleFooter .footerBox.socialArea ul li:last-child {
        margin-right: 0; }
  .customFooter .footerContactSec .rightFooter {
    float: right;
    width: 50%; }
    .customFooter .footerContactSec .rightFooter .boxList {
      float: left;
      width: 50%; }
      .customFooter .footerContactSec .rightFooter .boxList ul li {
        list-style-type: none;
        background-image: url(../images/location.png);
        background-repeat: no-repeat;
        background-position: 0 5px;
        margin-bottom: 0px;
        padding: 2px 0; }
        .customFooter .footerContactSec .rightFooter .boxList ul li:nth-child(2) {
          background-image: url(../images/phone.png); }
        .customFooter .footerContactSec .rightFooter .boxList ul li:nth-child(3) {
          background-image: url(../images/envelope.png); }
        .customFooter .footerContactSec .rightFooter .boxList ul li:last-child {
          margin-bottom: 0; }
        .customFooter .footerContactSec .rightFooter .boxList ul li span {
          color: #626262;
          padding-left: 23px;
          font-family: "Raleway", sans-serif; }
        .customFooter .footerContactSec .rightFooter .boxList ul li a {
          color: #626262;
          padding-left: 23px; }
          .customFooter .footerContactSec .rightFooter .boxList ul li a:hover {
            color: #da3d2e; }
.customFooter .bottomfooter {
  margin-bottom: 55px; }
.customFooter .copyRightSec p {
  text-align: center;
  color: #626262; }

.innerWrapper .homeBanner {
  height: 260px; }
  .innerWrapper .homeBanner .bannerCnnt {
    bottom: 0px; }

.bannerheadeing h2.smallHeader {
  font-size: 55px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize; }

.whatMakesUsArea .leftwhatMakesUsSec {
  width: 548px;
  float: left; }
  .whatMakesUsArea .leftwhatMakesUsSec .imageArea {
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .whatMakesUsArea .leftwhatMakesUsSec .imageArea .absTitle {
      font-family: "Noto Sans", sans-serif;
      font-weight: 700;
      color: #f2f2f2;
      background: #000000;
      text-align: center;
      font-size: 18px;
      padding: 24px 33px;
      text-transform: uppercase;
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 7px; }
.whatMakesUsArea .rightwhatMakesUsSec {
  float: right;
  width: calc(100% - 548px);
  text-align: left;
  padding-left: 70px; }
  .whatMakesUsArea .rightwhatMakesUsSec p {
    margin-bottom: 30px; }
  .whatMakesUsArea .rightwhatMakesUsSec .valueList {
    text-align: center; }
    .whatMakesUsArea .rightwhatMakesUsSec .valueList li {
      list-style-type: none;
      width: calc(33.33% - 30px);
      margin-right: 45px;
      float: left; }
      .whatMakesUsArea .rightwhatMakesUsSec .valueList li:first-child {
        margin-left: 0px; }
      .whatMakesUsArea .rightwhatMakesUsSec .valueList li:last-child {
        margin-right: 0px; }
      .whatMakesUsArea .rightwhatMakesUsSec .valueList li figure {
        text-align: center;
        width: 123px;
        height: 123px;
        margin-bottom: 20px;
        display: inline-block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        .whatMakesUsArea .rightwhatMakesUsSec .valueList li figure img {
          display: inline-block; }
      .whatMakesUsArea .rightwhatMakesUsSec .valueList li strong {
        font-size: 20px;
        color: #000000;
        font-family: "Noto Sans", sans-serif;
        font-weight: 700;
        margin-bottom: 12px;
        display: block;
        text-transform: uppercase; }

.singleTestimonial .aboutTestiIco {
  width: 92px;
  margin: 0 25px 0 55px;
  float: left;
  text-align: center; }
  .singleTestimonial .aboutTestiIco figure {
    display: block;
    margin: 0 auto 10px;
    width: 92px;
    height: 92px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .singleTestimonial .aboutTestiIco figure img {
      display: inline-block; }
  .singleTestimonial .aboutTestiIco span {
    display: inline-block;
    font-size: 14px;
    color: #263879;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif; }
.singleTestimonial .aboutTestiBox {
  width: calc(100% - 172px);
  float: right;
  padding: 20px 0 0 55px;
  background-image: url("../images/invertedComma.png");
  background-position: left top;
  background-repeat: no-repeat; }

.ourTeamSection {
  background: #f2efea; }
  .ourTeamSection .ourTeamBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .ourTeamSection .ourTeamBox .ourTeamLeft {
      width: 596px;
      padding: 0 50px 0 85px;
      text-align: center; }
    .ourTeamSection .ourTeamBox .ourTeamRight {
      width: calc(100% - 596px); }

.blogListingMain {
  width: 796px;
  float: left; }
  .blogListingMain .blogListRow {
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid #e8e8e8;
    margin-bottom: 30px; }
    .blogListingMain .blogListRow:last-child {
      margin-bottom: 0px; }
    .blogListingMain .blogListRow .figure {
      width: 285px;
      display: block;
      position: relative; }
      .blogListingMain .blogListRow .figure:after {
        content: "";
        background: rgba(38, 56, 121, 0.6);
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        border: 2px solid rgba(83, 114, 225, 0.9);
        transform-origin: center;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); }
      .blogListingMain .blogListRow .figure:hover:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      .blogListingMain .blogListRow .figure figure {
        margin: 0px; }
    .blogListingMain .blogListRow .blogInfo {
      width: calc(100% - 285px);
      padding: 10px 25px 10px 15px; }
      .blogListingMain .blogListRow .blogInfo h4 {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 12px; }
        .blogListingMain .blogListRow .blogInfo h4 a {
          color: #263879; }
          .blogListingMain .blogListRow .blogInfo h4 a:hover {
            color: #ed1c24; }
      .blogListingMain .blogListRow .blogInfo p {
        margin-bottom: 12px; }
        .blogListingMain .blogListRow .blogInfo p a {
          font-weight: 600;
          color: #ed1c24; }
          .blogListingMain .blogListRow .blogInfo p a:hover {
            color: #263879; }
  .blogListingMain.newsListingMain .blogListRow {
    background-color: transparent;
    border: none; }
    .blogListingMain.newsListingMain .blogListRow .blogListHalfRow {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 30px;
      width: calc(50% - 17px);
      background: #f7f7f7;
      border: 1px solid #e8e8e8; }
      .blogListingMain.newsListingMain .blogListRow .blogListHalfRow:nth-child(odd) {
        margin-right: 17px; }
      .blogListingMain.newsListingMain .blogListRow .blogListHalfRow:nth-child(even) {
        margin-left: 17px; }
      .blogListingMain.newsListingMain .blogListRow .blogListHalfRow .figure {
        width: 180px; }
      .blogListingMain.newsListingMain .blogListRow .blogListHalfRow .blogInfo {
        width: calc(100% - 180px);
        padding: 5px 10px 5px 15px; }

.blogAside {
  width: 374px;
  float: right;
  padding: 93px 0 0; }
  .blogAside .asideContent .asideContentBlock {
    margin-bottom: 60px; }
    .blogAside .asideContent .asideContentBlock:last-child {
      margin-bottom: 0px; }
    .blogAside .asideContent .asideContentBlock h3 {
      font-size: 24px;
      color: #263879;
      text-transform: uppercase;
      margin: 0 0 25px; }
    .blogAside .asideContent .asideContentBlock ul li {
      list-style-type: none;
      background-image: url("../images/listingBullet.png");
      background-position: left 7px;
      background-repeat: no-repeat;
      padding-left: 16px;
      margin-bottom: 8px; }
      .blogAside .asideContent .asideContentBlock ul li a {
        font-size: 14px;
        color: #526e78;
        font-weight: 500; }
        .blogAside .asideContent .asideContentBlock ul li a:hover {
          color: #ed1c24; }
      .blogAside .asideContent .asideContentBlock ul li:last-child {
        margin-bottom: 0px; }

.blogDetails h3 {
  font-size: 24px;
  color: #263879;
  margin-bottom: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 600; }
.blogDetails figure {
  margin: 0 0 30px; }
  .blogDetails figure img {
    width: 100%;
    display: block; }
.blogDetails .blogDetailsContent {
  margin-bottom: 30px; }
  .blogDetails .blogDetailsContent span {
    display: inline-block;
    font-size: 16px;
    color: #526e78;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    margin-bottom: 50px; }
    .blogDetails .blogDetailsContent span a {
      color: #526e78;
      font-family: "Raleway", sans-serif; }
      .blogDetails .blogDetailsContent span a:hover {
        color: #da3d2e; }
  .blogDetails .blogDetailsContent figure {
    width: auto;
    float: right;
    margin-bottom: 15px;
    text-align: right; }
    .blogDetails .blogDetailsContent figure.leftA {
      float: left;
      margin-bottom: 0px;
      text-align: left; }
    .blogDetails .blogDetailsContent figure span {
      margin-bottom: 0px; }
  .blogDetails .blogDetailsContent p {
    margin-bottom: 25px; }

.navigation.post-navigation h2.screen-reader-text {
  display: none; }
.navigation.post-navigation .nav-links .nav-previous,
.navigation.post-navigation .nav-links .nav-next {
  width: 50%; }
  .navigation.post-navigation .nav-links .nav-previous a,
  .navigation.post-navigation .nav-links .nav-next a {
    display: inline-block;
    margin: 0px;
    width: 160px;
    height: 48px;
    padding: 0px;
    border: 2px solid #c02329;
    background: #c02329;
    font-weight: 500;
    color: #ffffff;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .navigation.post-navigation .nav-links .nav-previous a:hover,
    .navigation.post-navigation .nav-links .nav-next a:hover {
      color: #da3d2e;
      background: #ffffff; }
.navigation.post-navigation .nav-links .nav-previous {
  text-align: left;
  float: left; }
.navigation.post-navigation .nav-links .nav-next {
  text-align: right;
  float: right; }
.navigation.pagination {
  min-width: 214px;
  max-width: 300px;
  margin: 0 auto; }
  .navigation.pagination h2.screen-reader-text {
    display: none; }

.positionNameBox .positionNameWrap .leftPositionSec {
  width: calc(100% - 414px);
  float: left;
  padding: 0 55px 0 0; }
  .positionNameBox .positionNameWrap .leftPositionSec h4 {
    font-size: 21px;
    color: #263879;
    margin-bottom: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 500; }
  .positionNameBox .positionNameWrap .leftPositionSec .skillSliderBox {
    padding: 0 0 0 25px; }
    .positionNameBox .positionNameWrap .leftPositionSec .skillSliderBox ul {
      margin: 0px; }
      .positionNameBox .positionNameWrap .leftPositionSec .skillSliderBox ul li {
        list-style-type: none;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
        font-weight: 500;
        font-family: "Raleway", sans-serif;
        color: #526e78; }
        .positionNameBox .positionNameWrap .leftPositionSec .skillSliderBox ul li span {
          color: #ed1c24;
          font-family: "Raleway", sans-serif; }
.positionNameBox .positionNameWrap .rightPositionSec {
  width: 414px;
  float: right; }
  .positionNameBox .positionNameWrap .rightPositionSec figure img {
    width: 100%;
    display: block; }

.whatWeOfferSec {
  background: #f2efea; }
  .whatWeOfferSec .whatWeOfferList ul li {
    list-style-type: none;
    padding: 0 30px 0 25px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 14px;
    line-height: 22px;
    margin-left: -3px;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    color: #526e78; }
    .whatWeOfferSec .whatWeOfferList ul li span {
      color: #ed1c24;
      font-family: "Raleway", sans-serif; }
  .whatWeOfferSec strong.apply {
    margin: 20px 0 0 25px;
    display: block;
    color: #263879;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif; }

.applyNow .applyBtn {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 48px;
  border: 2px solid #da3d2e;
  background: #da3d2e;
  font-weight: 500;
  color: #ffffff;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .applyNow .applyBtn:hover {
    color: #da3d2e;
    background: #ffffff; }

#applyNowForm {
  background: rgba(0, 0, 0, 0.7);
  display: none; }

.formPos {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 999; }

.applyNowForm {
  overflow-y: scroll; }
  .applyNowForm #sucess {
    margin: 5px 0 0 120px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400; }
    .applyNowForm #sucess .alert {
      color: #ed1c24; }
      .applyNowForm #sucess .alert.alert-sucess {
        color: #04B800; }
  .applyNowForm #sucess2 {
    margin: 5px 0 0;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center; }
    .applyNowForm #sucess2 .alert {
      color: #ed1c24; }
      .applyNowForm #sucess2 .alert.alert-success {
        color: #04B800; }
  .applyNowForm .formWrap {
    position: relative;
    top: 40px;
    width: 730px;
    padding: 60px;
    margin: 20px auto 0px;
    background: #ffffff; }
    .applyNowForm .formWrap .closeForm {
      cursor: pointer;
      position: absolute;
      top: -15px;
      right: -15px;
      width: 32px;
      height: 32px;
      border: 1px solid #282828;
      color: #282828;
      font-size: 24px;
      line-height: 23px;
      display: block;
      text-align: center;
      background: #ffffff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      .applyNowForm .formWrap .closeForm:hover {
        border-color: #ed1c24;
        color: #ed1c24; }
    .applyNowForm .formWrap .formRow {
      margin: 0 0 12px; }
      .applyNowForm .formWrap .formRow label {
        text-transform: uppercase;
        color: #626262;
        font-size: 14px;
        width: 190px;
        display: block;
        line-height: 42px;
        float: left;
        padding: 0 10px 0 0; }
        .applyNowForm .formWrap .formRow label sup {
          font-size: 16px;
          top: 1px;
          color: #ed1c24; }
      .applyNowForm .formWrap .formRow .inputBox {
        width: calc(100% - 190px);
        float: left;
        font-family: "Raleway", sans-serif !important; }
        .applyNowForm .formWrap .formRow .inputBox input[type="text"], .applyNowForm .formWrap .formRow .inputBox input[type="email"], .applyNowForm .formWrap .formRow .inputBox input[type="tel"], .applyNowForm .formWrap .formRow .inputBox input[type="password"], .applyNowForm .formWrap .formRow .inputBox input[type="url"] {
          font-size: 14px;
          margin: 0px;
          font-family: "Raleway", sans-serif;
          color: #232323;
          border: 1px solid #e7e7e7;
          background-color: transparent;
          -webkit-appearance: none;
          -moz-appearance: none;
          -o-appearance: none;
          appearance: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          -o-box-shadow: none;
          box-shadow: none; }
        .applyNowForm .formWrap .formRow .inputBox textarea {
          font-size: 14px;
          line-height: 19px;
          margin: 0px;
          font-family: "Raleway", sans-serif;
          color: #232323;
          border: 1px solid #e7e7e7;
          background-color: transparent;
          resize: vertical;
          -webkit-appearance: none;
          -moz-appearance: none;
          -o-appearance: none;
          appearance: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          -o-box-shadow: none;
          box-shadow: none; }
        .applyNowForm .formWrap .formRow .inputBox p {
          padding: 8px 6px;
          height: inherit;
          line-height: 25px;
          font-size: 13px;
          margin: 0px;
          font-family: "Raleway", sans-serif;
          color: #526e78;
          border: 1px solid #e7e7e7;
          background-color: transparent;
          -webkit-appearance: none;
          -moz-appearance: none;
          -o-appearance: none;
          appearance: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          -o-box-shadow: none;
          box-shadow: none; }
        .applyNowForm .formWrap .formRow .inputBox em {
          position: relative;
          z-index: 99;
          height: 42px;
          line-height: 40px;
          /* padding: 6px 12px; */
          font-size: 14px;
          /* line-height: 1.42857143; */
          color: #979797;
          display: block;
          width: 100%;
          font-style: normal; }
          .applyNowForm .formWrap .formRow .inputBox em span {
            display: block;
            position: absolute;
            right: 0px;
            top: 0px;
            cursor: pointer;
            font-family: "Raleway", sans-serif !important;
            font-weight: 500;
            width: 112px;
            border: 1px solid #979797;
            text-align: right;
            padding: 0 7px 0 7px;
            text-transform: capitalize;
            /* z-index: 9; */ }
            .applyNowForm .formWrap .formRow .inputBox em span:after {
              font-family: "FontAwesome";
              content: "";
              position: absolute;
              left: 7px;
              top: 0px;
              font-size: 20px;
              color: #979797; }
          .applyNowForm .formWrap .formRow .inputBox em input[type=file] {
            opacity: 0;
            position: absolute;
            width: 100%;
            height: 42px;
            line-height: 42px; }
          .applyNowForm .formWrap .formRow .inputBox em .fileBox {
            border: 1px solid #e7e7e7;
            font-family: "Raleway", sans-serif;
            display: inline-block;
            width: 100%;
            float: right;
            height: 42px;
            padding: 0px;
            box-sizing: border-box;
            color: #979797;
            font-weight: 400;
            padding: 0 118px 0 6px;
            cursor: default;
            overflow: hidden; }
      .applyNowForm .formWrap .formRow.btnRow {
        margin: 30px 0 0px; }
        .applyNowForm .formWrap .formRow.btnRow input[type=submit] {
          display: block;
          margin: 0 auto;
          width: 160px;
          height: 48px;
          border: 2px solid #da3d2e;
          background: #da3d2e;
          font-weight: 500;
          color: #ffffff;
          line-height: 44px;
          text-align: center;
          text-transform: uppercase;
          font-family: "Raleway", sans-serif;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .applyNowForm .formWrap .formRow.btnRow input[type=submit]:hover {
            color: #da3d2e;
            background: #ffffff; }

.positionNameBox.careerReasonBox .leftPositionSec {
  width: calc(100% - 381px); }
  .positionNameBox.careerReasonBox .leftPositionSec .skillSliderBox {
    padding: 0px; }
    .positionNameBox.careerReasonBox .leftPositionSec .skillSliderBox ul {
      outline: none; }
      .positionNameBox.careerReasonBox .leftPositionSec .skillSliderBox ul li {
        list-style-type: none;
        background: #ffffff;
        border-left: 8px solid #ed1c24;
        padding: 20px 28px 20px 20px;
        margin-bottom: 12px; }
.positionNameBox.careerReasonBox .rightPositionSec {
  width: 381px; }
  .positionNameBox.careerReasonBox .rightPositionSec .imageArea {
    background-position: left top;
    background-repeat: no-repeat;
    position: relative; }
    .positionNameBox.careerReasonBox .rightPositionSec .imageArea .imgContent {
      padding: 140px 45px 80px;
      position: absolute;
      left: 0px;
      top: 0px;
      bottom: 0px;
      right: 0px;
      background-image: url("../images/invertedComma.png");
      background-position: center 82px;
      background-repeat: no-repeat; }
      .positionNameBox.careerReasonBox .rightPositionSec .imageArea .imgContent p {
        font-size: 21px;
        line-height: 1.5;
        text-align: center; }
.positionNameBox.careerPositionBox .leftPositionSec {
  width: 496px;
  padding: 0px; }
.positionNameBox.careerPositionBox .rightPositionSec {
  width: calc(100% - 496px);
  padding: 0 0 0 55px; }
  .positionNameBox.careerPositionBox .rightPositionSec .skillSliderBox ul li {
    list-style-type: none;
    margin-bottom: 18px; }
    .positionNameBox.careerPositionBox .rightPositionSec .skillSliderBox ul li label {
      font-size: 21px;
      text-transform: capitalize;
      font-family: "Raleway", sans-serif;
      color: #526e78;
      margin-bottom: 10px;
      display: block; }
    .positionNameBox.careerPositionBox .rightPositionSec .skillSliderBox ul li p a {
      color: #ed1c24; }
      .positionNameBox.careerPositionBox .rightPositionSec .skillSliderBox ul li p a:hover {
        color: #263879; }

.careerHow2ApplySec {
  background: #f2efea; }
  .careerHow2ApplySec .applyStepList ul {
    text-align: center; }
    .careerHow2ApplySec .applyStepList ul li {
      list-style-type: none;
      margin-right: 12px;
      margin-bottom: 0px;
      width: 175px;
      height: 175px;
      text-align: center;
      padding: 30px;
      display: inline-block;
      vertical-align: middle;
      border: 8px solid #263879;
      position: relative;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      .careerHow2ApplySec .applyStepList ul li .hta-hover-text {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        background: rgba(0, 0, 0, 0.9);
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        overflow: hidden;
        transform-origin: center;
        padding: 40px 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .careerHow2ApplySec .applyStepList ul li .hta-hover-text em {
          font-family: "Raleway", sans-serif;
          font-size: 13px;
          font-style: normal;
          line-height: 1.5;
          text-align: center;
          position: absolute;
          left: 50%;
          top: 50%;
          color: #ffffff;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .careerHow2ApplySec .applyStepList ul li:hover .hta-hover-text {
        opacity: 1;
        visibility: visible; }
      .careerHow2ApplySec .applyStepList ul li:last-child {
        margin-right: 0px; }
      .careerHow2ApplySec .applyStepList ul li figure {
        display: block;
        text-align: center;
        margin: 0 0 12px; }
        .careerHow2ApplySec .applyStepList ul li figure img {
          display: inline-block; }
      .careerHow2ApplySec .applyStepList ul li span {
        display: block;
        font-size: 21px;
        font-weight: 600;
        font-family: "Raleway", sans-serif;
        color: #526e78; }
      .careerHow2ApplySec .applyStepList ul li:nth-child(even) {
        width: auto;
        height: auto;
        border: 0px;
        padding: 0px; }
      .careerHow2ApplySec .applyStepList ul li em {
        display: inline-block;
        vertical-align: middle; }
      .careerHow2ApplySec .applyStepList ul li img {
        display: block; }

.positionNameBox.attributionArea .positionNameWrap {
  position: relative; }
  .positionNameBox.attributionArea .positionNameWrap .leftPositionSec {
    width: 55%;
    padding: 70px 0;
    float: left; }
    .positionNameBox.attributionArea .positionNameWrap .leftPositionSec .leftPositionBox {
      width: 700px;
      padding-right: 55px;
      float: right; }
      .positionNameBox.attributionArea .positionNameWrap .leftPositionSec .leftPositionBox p {
        margin-bottom: 25px; }
  .positionNameBox.attributionArea .positionNameWrap .rightPositionSec {
    width: 45%;
    float: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px; }
    .positionNameBox.attributionArea .positionNameWrap .rightPositionSec .imageArea {
      display: none; }

.IHCSection {
  background: #f2efea; }
  .IHCSection .IHC-block {
    width: calc(100% - 414px);
    padding-right: 55px;
    float: left; }
    .IHCSection .IHC-block strong {
      font-size: 55px;
      color: #263879;
      display: block;
      position: relative;
      float: left;
      font-weight: 400;
      text-transform: uppercase; }
    .IHCSection .IHC-block figure {
      width: 260px;
      float: left;
      margin-top: 30px; }
    .IHCSection .IHC-block .ihcContent {
      width: calc(100% - 370px);
      float: left;
      padding: 45px 0 0 40px; }
      .IHCSection .IHC-block .ihcContent ul li {
        list-style-type: none;
        font-family: "Raleway", sans-serif;
        color: #526e78;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px; }
        .IHCSection .IHC-block .ihcContent ul li span {
          font-family: "Raleway", sans-serif;
          color: #ed1c24; }
  .IHCSection .aboutIHC {
    width: 414px;
    float: right; }
    .IHCSection .aboutIHC .accordBox h2 {
      height: 48px;
      line-height: 47px;
      border-bottom: 1px solid #ffffff;
      margin: 0px;
      background: #263879;
      color: #ffffff;
      font-family: "Raleway", sans-serif;
      font-weight: 500;
      font-size: 20px;
      padding: 0 45px 0 18px;
      cursor: pointer;
      position: relative;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .IHCSection .aboutIHC .accordBox h2:after {
        content: "";
        background-image: url(../images/plusIco.png);
        background-position: center;
        background-repeat: no-repeat;
        width: 17px;
        height: 17px;
        position: absolute;
        right: 18px;
        top: 15px; }
      .IHCSection .aboutIHC .accordBox h2:hover {
        color: #afc0ff; }
      .IHCSection .aboutIHC .accordBox h2.current {
        color: #afc0ff; }
        .IHCSection .aboutIHC .accordBox h2.current:after {
          background-image: url(../images/minusIco.png); }
    .IHCSection .aboutIHC .accordBox .accContainer {
      background: #ffffff;
      padding: 20px; }

.datatracking {
  background-image: url(../images/attributionBgImg03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  position: relative; }
  .datatracking:after {
    background-color: #f5efe8;
    opacity: 0.8;
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2; }
  .datatracking p {
    line-height: 1.3;
    color: #263879;
    font-size: 32px;
    font-family: "Raleway", sans-serif;
    text-align: center; }
  .datatracking strong {
    position: relative;
    z-index: 9;
    line-height: 1.3;
    color: #263879;
    font-size: 32px;
    font-family: "Raleway", sans-serif;
    text-align: center;
    display: block; }
    .datatracking strong a {
      text-decoration: underline;
      color: #da3d2e;
      font-family: "Raleway", sans-serif; }
      .datatracking strong a:hover {
        color: #263879; }

.clientsSection .clientsWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .clientsSection .clientsWrap .slick-list.draggable {
    margin-bottom: 0px; }
  .clientsSection .clientsWrap h2 {
    width: 190px;
    margin-bottom: 0px;
    background-image: url(../images/header_directionIco.png);
    background-position: 100% center;
    background-repeat: no-repeat;
    margin-right: 100px; }
  .clientsSection .clientsWrap .logoBox {
    width: calc(100% - 290px); }
    .clientsSection .clientsWrap .logoBox .figSlideBox {
      display: table;
      margin: 0 50px;
      height: 80px; }
      .clientsSection .clientsWrap .logoBox .figSlideBox figure {
        display: table-cell;
        vertical-align: middle; }
        .clientsSection .clientsWrap .logoBox .figSlideBox figure img {
          display: inline-block; }

.caseStudySection .caseStudyWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #f2efea; }
  .caseStudySection .caseStudyWrap .caseStudyLeft {
    background: #f4f5f8;
    width: 35%;
    padding: 45px 0; }
    .caseStudySection .caseStudyWrap .caseStudyLeft h2 {
      margin-bottom: 30px; }
    .caseStudySection .caseStudyWrap .caseStudyLeft .caseStudyLeftBox {
      width: 410px;
      float: right;
      padding-right: 80px; }
      .caseStudySection .caseStudyWrap .caseStudyLeft .caseStudyLeftBox .caseStudyList ul li {
        list-style-type: none;
        margin-bottom: 20px;
        list-style-type: none; }
        .caseStudySection .caseStudyWrap .caseStudyLeft .caseStudyLeftBox .caseStudyList ul li h4 {
          color: #263879;
          font-size: 16px;
          text-transform: uppercase;
          font-weight: 500;
          margin-bottom: 5px; }
        .caseStudySection .caseStudyWrap .caseStudyLeft .caseStudyLeftBox .caseStudyList ul li a {
          color: #da3d2e;
          font-size: 14px;
          background-image: url(../images/listingBullet.png);
          background-position: left 3px;
          background-repeat: no-repeat;
          padding-left: 16px;
          margin-left: 25px;
          margin-bottom: 8px; }
          .caseStudySection .caseStudyWrap .caseStudyLeft .caseStudyLeftBox .caseStudyList ul li a:hover {
            color: #263879; }
  .caseStudySection .caseStudyWrap .caseStudyRight {
    width: 65%;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 30px;
    padding-bottom: 30px; }
    .caseStudySection .caseStudyWrap .caseStudyRight .caseStudySlider .caseStudyBox .caseStudyTop {
      margin-bottom: 30px; }
      .caseStudySection .caseStudyWrap .caseStudyRight .caseStudySlider .caseStudyBox .caseStudyTop .caseProfile {
        display: inline-block;
        vertical-align: middle; }
        .caseStudySection .caseStudyWrap .caseStudyRight .caseStudySlider .caseStudyBox .caseStudyTop .caseProfile strong {
          width: 78px;
          height: 78px;
          background: #263879;
          text-align: center;
          line-height: 78px;
          color: #ffffff;
          font-size: 30px;
          display: inline-block;
          vertical-align: middle;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
        .caseStudySection .caseStudyWrap .caseStudyRight .caseStudySlider .caseStudyBox .caseStudyTop .caseProfile figure {
          width: 52px;
          height: 52px;
          overflow: hidden;
          display: inline-block;
          vertical-align: middle;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 95px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          margin-left: -20px;
          position: relative; }
      .caseStudySection .caseStudyWrap .caseStudyRight .caseStudySlider .caseStudyBox .caseStudyTop .profileName {
        display: inline-block;
        vertical-align: middle;
        color: #626262;
        padding-left: 10px; }
        .caseStudySection .caseStudyWrap .caseStudyRight .caseStudySlider .caseStudyBox .caseStudyTop .profileName span {
          display: block;
          font-family: "Raleway", sans-serif;
          font-weight: 600;
          font-size: 16px;
          margin-bottom: 3px; }
        .caseStudySection .caseStudyWrap .caseStudyRight .caseStudySlider .caseStudyBox .caseStudyTop .profileName em {
          display: block;
          font-family: "Raleway", sans-serif;
          font-weight: 600;
          font-size: 13px;
          font-style: normal; }
    .caseStudySection .caseStudyWrap .caseStudyRight .caseStudySlider .caseStudyBox .caseStudyBottom p {
      color: #626262; }
    .caseStudySection .caseStudyWrap .caseStudyRight .caseStudySlider .slick-list.draggable {
      margin-bottom: 0px; }
    .caseStudySection .caseStudyWrap .caseStudyRight .caseStudySlider button.slick-arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 45px;
      height: 60px;
      border: 0px;
      outline: none;
      background-color: #e8e6e4;
      font-size: 0px;
      font-family: "FontAwesome";
      cursor: pointer;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .caseStudySection .caseStudyWrap .caseStudyRight .caseStudySlider button.slick-arrow:after {
        position: absolute;
        left: 0px;
        right: 0px;
        color: #626262;
        font-size: 24px;
        line-height: 60px;
        top: 0px; }
      .caseStudySection .caseStudyWrap .caseStudyRight .caseStudySlider button.slick-arrow:hover {
        background: #d4d4d9; }
        .caseStudySection .caseStudyWrap .caseStudyRight .caseStudySlider button.slick-arrow:hover:after {
          color: #263879; }
      .caseStudySection .caseStudyWrap .caseStudyRight .caseStudySlider button.slick-arrow.slick-prev {
        left: -80px; }
        .caseStudySection .caseStudyWrap .caseStudyRight .caseStudySlider button.slick-arrow.slick-prev:after {
          content: ""; }
      .caseStudySection .caseStudyWrap .caseStudyRight .caseStudySlider button.slick-arrow.slick-next {
        right: -80px; }
        .caseStudySection .caseStudyWrap .caseStudyRight .caseStudySlider button.slick-arrow.slick-next:after {
          content: ""; }

.positionNameBox.trackingBenefitsBox {
  background: #f2efea; }
  .positionNameBox.trackingBenefitsBox .leftPositionSec.rightBenefitsSec {
    width: calc(100% - 589px);
    float: right;
    padding: 0 0 0 30px; }
    .positionNameBox.trackingBenefitsBox .leftPositionSec.rightBenefitsSec .skillSliderBox {
      padding: 0px; }
      .positionNameBox.trackingBenefitsBox .leftPositionSec.rightBenefitsSec .skillSliderBox ul:focus {
        outline: none; }
      .positionNameBox.trackingBenefitsBox .leftPositionSec.rightBenefitsSec .skillSliderBox ul li {
        list-style-type: none;
        background: #ffffff;
        border-left: 8px solid #ed1c24;
        padding: 20px 28px 20px 20px;
        margin-bottom: 12px; }
  .positionNameBox.trackingBenefitsBox .rightPositionSec.leftBenefitsSec {
    width: 589px;
    float: left; }
    .positionNameBox.trackingBenefitsBox .rightPositionSec.leftBenefitsSec .imageArea {
      background-position: left top;
      background-repeat: no-repeat;
      position: relative; }

.ourTeamSection.careerComparison {
  background: #ffffff; }
  .ourTeamSection.careerComparison .ourTeamBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .ourTeamSection.careerComparison .ourTeamBox .ourTeamLeft {
      width: calc(100% - 411px);
      padding: 0 50px 0 85px;
      text-align: left; }
    .ourTeamSection.careerComparison .ourTeamBox .ourTeamRight {
      width: 411px; }

.positionNameBox.trackingBenefitsBox .rightPositionSec.leftBenefitsSec .imageArea .absTitle {
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  color: #f2f2f2;
  background: #000000;
  font-size: 18px;
  padding: 18px 33px;
  text-transform: uppercase;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 40px; }

.ourPrototypeSection {
  padding: 70px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .ourPrototypeSection:after {
    background-color: #ffffff;
    opacity: 0.9;
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 2; }
  .ourPrototypeSection .prototypingWrap {
    position: relative;
    z-index: 9; }
  .ourPrototypeSection .ourPrototypeBox .protoypingLeft {
    width: 760px;
    float: left; }
    .ourPrototypeSection .ourPrototypeBox .protoypingLeft figure {
      margin: 0px; }
      .ourPrototypeSection .ourPrototypeBox .protoypingLeft figure img {
        width: 100%;
        display: block; }
  .ourPrototypeSection .ourPrototypeBox .protoypingRight {
    width: calc(100% - 760px);
    padding-left: 55px;
    float: right; }
    .ourPrototypeSection .ourPrototypeBox .protoypingRight h3 {
      font-size: 24px;
      color: #263879;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 10px; }
    .ourPrototypeSection .ourPrototypeBox .protoypingRight .howItWorks {
      padding-left: 13px; }
      .ourPrototypeSection .ourPrototypeBox .protoypingRight .howItWorks ul {
        list-style-type: decimal;
        list-style-position: outside; }
        .ourPrototypeSection .ourPrototypeBox .protoypingRight .howItWorks ul li {
          color: #526e78;
          margin-bottom: 10px;
          line-height: 24px;
          font-family: "Raleway", sans-serif;
          font-weight: 500; }
          .ourPrototypeSection .ourPrototypeBox .protoypingRight .howItWorks ul li span {
            color: #da3d2e;
            font-family: "Raleway", sans-serif;
            font-weight: 500;
            display: block; }

.advancedMatheSec.probSolvedSec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.probSolvedWrap {
  z-index: 9;
  position: relative; }

.advancedBoxs.probSolvedBoxes .slick-list.draggable {
  margin-bottom: 0px; }
.advancedBoxs.probSolvedBoxes .boxs {
  width: calc(34% - 31px);
  height: 215px;
  border: 2px solid #f5efe8;
  float: left;
  margin-left: 17px;
  margin-right: 17px;
  position: relative;
  background: #0b3544;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden; }
  .advancedBoxs.probSolvedBoxes .boxs:hover .advanceCnnt {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 50px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .advancedBoxs.probSolvedBoxes .boxs span {
    display: block;
    font-size: 30px;
    color: #f5efe8;
    padding: 0 15px;
    line-height: 211px;
    position: relative; }
.advancedBoxs.probSolvedBoxes button.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 56px;
  border: 0px;
  outline: none;
  background-color: transparent;
  font-size: 0px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .advancedBoxs.probSolvedBoxes button.slick-arrow:after {
    position: absolute;
    left: 0px;
    right: 0px;
    color: #626262;
    font-size: 24px;
    width: 19px;
    height: 56px;
    top: 0px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .advancedBoxs.probSolvedBoxes button.slick-arrow:hover:after {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  .advancedBoxs.probSolvedBoxes button.slick-arrow.slick-prev {
    left: -30px; }
    .advancedBoxs.probSolvedBoxes button.slick-arrow.slick-prev:after {
      content: "";
      background-image: url(../images/probSolvedSlider_arrwL.png); }
  .advancedBoxs.probSolvedBoxes button.slick-arrow.slick-next {
    right: -30px; }
    .advancedBoxs.probSolvedBoxes button.slick-arrow.slick-next:after {
      content: "";
      background-image: url(../images/probSolvedSlider_arrwR.png); }

.IHCSection.caseStudyMainSection {
  background: #ffffff; }
  .IHCSection.caseStudyMainSection .IHC-block {
    width: calc(100% - 326px);
    padding-left: 55px;
    padding-right: 0px;
    float: right; }
    .IHCSection.caseStudyMainSection .IHC-block strong {
      text-transform: none;
      float: none; }
    .IHCSection.caseStudyMainSection .IHC-block .applyNowForm {
      overflow-y: inherit; }
      .IHCSection.caseStudyMainSection .IHC-block .applyNowForm .formWrap {
        width: 100%;
        padding: 0px;
        margin: 0px;
        top: 20px; }
        .IHCSection.caseStudyMainSection .IHC-block .applyNowForm .formWrap ::-webkit-input-placeholder {
          color: #526e78; }
        .IHCSection.caseStudyMainSection .IHC-block .applyNowForm .formWrap :-moz-placeholder {
          /* Firefox 18- */
          color: #526e78; }
        .IHCSection.caseStudyMainSection .IHC-block .applyNowForm .formWrap ::-moz-placeholder {
          /* Firefox 19+ */
          color: #526e78; }
        .IHCSection.caseStudyMainSection .IHC-block .applyNowForm .formWrap :-ms-input-placeholder {
          color: #526e78; }
        .IHCSection.caseStudyMainSection .IHC-block .applyNowForm .formWrap .formRow label {
          width: 120px;
          padding-right: 10px; }
        .IHCSection.caseStudyMainSection .IHC-block .applyNowForm .formWrap .formRow .inputBox {
          width: calc(100% - 120px); }
        .IHCSection.caseStudyMainSection .IHC-block .applyNowForm .formWrap .formRow.btnRow input[type=submit] {
          margin: 0 0 0 120px; }
  .IHCSection.caseStudyMainSection .aboutIHC {
    width: 326px;
    float: left; }
    .IHCSection.caseStudyMainSection .aboutIHC .accordBox .accContainer {
      background: #f2efea;
      height: 126px;
      overflow: hidden;
      padding: 20px 0px; }
      .IHCSection.caseStudyMainSection .aboutIHC .accordBox .accContainer .accListing {
        overflow-y: scroll;
        height: 90px;
        padding: 0 20px; }
        .IHCSection.caseStudyMainSection .aboutIHC .accordBox .accContainer .accListing .radBox {
          margin: 0 0 10px;
          position: relative; }
          .IHCSection.caseStudyMainSection .aboutIHC .accordBox .accContainer .accListing .radBox input[type="checkbox"] {
            position: absolute;
            top: 2px;
            left: 1px;
            display: block;
            float: left;
            width: 20px; }
          .IHCSection.caseStudyMainSection .aboutIHC .accordBox .accContainer .accListing .radBox:last-child {
            margin-bottom: 0px; }
          .IHCSection.caseStudyMainSection .aboutIHC .accordBox .accContainer .accListing .radBox input[type="checkbox"]:not(:checked) + label:before,
          .IHCSection.caseStudyMainSection .aboutIHC .accordBox .accContainer .accListing .radBox input[type="checkbox"]:checked + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 2px;
            width: 14px;
            height: 14px;
            border: 1px solid #263879;
            background-color: #ffffff; }
          .IHCSection.caseStudyMainSection .aboutIHC .accordBox .accContainer .accListing .radBox input[type="checkbox"]:not(:checked) + label:after,
          .IHCSection.caseStudyMainSection .aboutIHC .accordBox .accContainer .accListing .radBox input[type="checkbox"]:checked + label:after {
            font-family: "FontAwesome";
            content: "";
            position: absolute;
            top: 0.2em;
            left: 0.1em;
            font-size: 14px;
            line-height: 14px;
            color: #263879;
            transition: all 0.2s; }
          .IHCSection.caseStudyMainSection .aboutIHC .accordBox .accContainer .accListing .radBox input[type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0); }
          .IHCSection.caseStudyMainSection .aboutIHC .accordBox .accContainer .accListing .radBox input[type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1); }
          .IHCSection.caseStudyMainSection .aboutIHC .accordBox .accContainer .accListing .radBox label {
            cursor: pointer;
            vertical-align: top;
            text-transform: capitalize;
            font-size: 14px;
            padding: 0 0 0 8px;
            color: #526e78;
            font-family: "Raleway", sans-serif;
            display: block;
            float: right;
            width: calc(100% - 20px); }

.contactSection .contactMapSection .leftMap {
  padding: 0 15px 0 40px;
  width: 50%;
  float: left; }
.contactSection .contactMapSection .rightMap {
  padding: 0 40px 0 15px;
  width: 50%;
  float: left; }
.contactSection .contactMapSection .mapBox {
  width: 100%;
  position: relative; }
  .contactSection .contactMapSection .mapBox figure {
    margin: 0px; }
    .contactSection .contactMapSection .mapBox figure img {
      display: block;
      width: 100%; }
  .contactSection .contactMapSection .mapBox iframe {
    width: 100% !important;
    height: 530px; }
  .contactSection .contactMapSection .mapBox .mapDetails {
    background: #000000;
    padding: 10px 30px; }
    .contactSection .contactMapSection .mapBox .mapDetails strong {
      font-size: 30px;
      display: block;
      float: left;
      color: #c02329;
      font-weight: 400;
      text-transform: uppercase;
      margin-right: 10px; }
    .contactSection .contactMapSection .mapBox .mapDetails span {
      display: block;
      float: left;
      margin: 0 10px; }
      .contactSection .contactMapSection .mapBox .mapDetails span em, .contactSection .contactMapSection .mapBox .mapDetails span a {
        display: block;
        font-family: "Raleway", sans-serif;
        font-size: 14px;
        color: #c3cccf;
        font-style: normal;
        line-height: 1.5; }
      .contactSection .contactMapSection .mapBox .mapDetails span a:hover {
        color: #da3d2e; }
      .contactSection .contactMapSection .mapBox .mapDetails span:last-child {
        margin-right: 0px; }

.contactUsSection {
  background: #f2efea; }

.mailUsSection #message-alert1,
.mailUsSection #message-alert2 {
  margin: 8px 0 0 100px;
  font-size: 18px;
  letter-spacing: 1px; }
  .mailUsSection #message-alert1 .alert,
  .mailUsSection #message-alert2 .alert {
    color: #ed1c24; }
    .mailUsSection #message-alert1 .alert.alert-success,
    .mailUsSection #message-alert2 .alert.alert-success {
      color: #04B800; }
.mailUsSection ul {
  text-align: center;
  margin-bottom: 40px; }
  .mailUsSection ul li {
    list-style-type: none;
    display: inline-block;
    padding: 10px 30px;
    line-height: 36px;
    font-size: 16px;
    color: #ffffff;
    background: #232323;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .mailUsSection ul li:hover, .mailUsSection ul li.active {
      background: #c02329; }
.mailUsSection .mailUsFormSection .formRow {
  margin-bottom: 15px; }
  .mailUsSection .mailUsFormSection .formRow:last-child {
    margin-bottom: 0px; }
  .mailUsSection .mailUsFormSection .formRow label {
    width: 100px;
    padding-right: 10px;
    float: left;
    line-height: 42px;
    text-transform: uppercase;
    display: block;
    color: #626262; }
    .mailUsSection .mailUsFormSection .formRow label sup {
      color: #da3d2e;
      top: 1px;
      font-size: 16px; }
  .mailUsSection .mailUsFormSection .formRow .inputBox {
    width: calc(100% - 100px);
    float: left; }
    .mailUsSection .mailUsFormSection .formRow .inputBox input[type="text"], .mailUsSection .mailUsFormSection .formRow .inputBox input[type="email"], .mailUsSection .mailUsFormSection .formRow .inputBox input[type="tel"], .mailUsSection .mailUsFormSection .formRow .inputBox input[type="password"], .mailUsSection .mailUsFormSection .formRow .inputBox input[type="url"] {
      border: 1px solid #e7e7e7;
      background: #ffffff;
      color: #232323; }
    .mailUsSection .mailUsFormSection .formRow .inputBox textarea {
      color: #232323;
      border: 1px solid #e7e7e7;
      background: #ffffff;
      height: 90px;
      padding: 12px;
      min-width: 100%;
      resize: vertical; }
  .mailUsSection .mailUsFormSection .formRow.btnRow input[type=submit] {
    display: block;
    margin: 0 0 0 100px;
    width: 160px;
    height: 48px;
    padding: 0px;
    border: 2px solid #c02329;
    background: #c02329;
    font-weight: 500;
    color: #ffffff;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .mailUsSection .mailUsFormSection .formRow.btnRow input[type=submit]:hover {
      color: #da3d2e;
      background: #ffffff; }
  .mailUsSection .mailUsFormSection .formRow .halfFormRow {
    width: 50%;
    float: left;
    padding-right: 20px; }
    .mailUsSection .mailUsFormSection .formRow .halfFormRow:nth-child(even) {
      padding-left: 20px;
      padding-right: 0px; }
.mailUsSection .mailUsFormSection #newYorkForm {
  display: none; }

.imprintSection h2 strong,
.dataProtectionSection h2 strong {
  display: inline-block;
  margin-bottom: 0px; }
.imprintSection h3,
.dataProtectionSection h3 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #263879; }
.imprintSection h4,
.dataProtectionSection h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #263879; }
.imprintSection strong,
.dataProtectionSection strong {
  display: block;
  margin-bottom: 5px;
  color: #263879; }
  .imprintSection strong a,
  .dataProtectionSection strong a {
    color: #da3d2e; }
    .imprintSection strong a:hover,
    .dataProtectionSection strong a:hover {
      color: #263879; }
.imprintSection p,
.dataProtectionSection p {
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif; }
  .imprintSection p a,
  .dataProtectionSection p a {
    color: #da3d2e; }
    .imprintSection p a:hover,
    .dataProtectionSection p a:hover {
      color: #263879; }
  .imprintSection p strong,
  .dataProtectionSection p strong {
    display: inline-block;
    margin-bottom: 5px; }
.imprintSection ul,
.dataProtectionSection ul {
  margin-bottom: 20px; }
  .imprintSection ul li,
  .dataProtectionSection ul li {
    list-style-type: disc;
    list-style-position: inside;
    color: #526e78;
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif; }
    .imprintSection ul li ul,
    .dataProtectionSection ul li ul {
      padding-left: 25px;
      margin-top: 10px; }
      .imprintSection ul li ul li,
      .dataProtectionSection ul li ul li {
        list-style-type: circle; }
.imprintSection button,
.dataProtectionSection button {
  background: #da3d2e;
  border: 2px solid #ed1c24;
  padding: 12px 15px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  min-width: 150px;
  display: block;
  margin-bottom: 20px;
  outline: none;
  cursor: pointer; }
  .imprintSection button:hover,
  .dataProtectionSection button:hover {
    background: #ffffff;
    color: #da3d2e; }

.imprintSection .left-content,
.dataProtectionSection .left-content {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-left: -2px;
  padding: 15px 15px 15px 15px;
  background: #f2efea;
  border: 1px solid; }
  .imprintSection .left-content.right,
  .dataProtectionSection .left-content.right {
    background: #f2efea; }
  .imprintSection .left-content h4,
  .dataProtectionSection .left-content h4 {
    text-decoration: underline; }

.dataProtectionSection .left-content {
  margin-bottom: 30px; }

.dataProtectionBox1 {
  margin-bottom: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e8e8e8; }

.slick-slider:hover,
.slick-slider:focus {
  outline: none; }

.slick-slide:focus {
  outline: none; }

.slick-list.draggable {
  margin-bottom: 20px; }

.slick-dots {
  width: 120px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
    height: 12px;
    width: 12px; }
    .slick-dots li button {
      width: 12px;
      height: 12px;
      background: #ed1c24;
      text-indent: -9999px;
      border: 2px solid #ed1c24;
      outline: none !important;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .slick-dots li:hover button {
      border-color: #263879; }
    .slick-dots li.slick-active button {
      background: #263879;
      border: 2px solid #263879; }
    .slick-dots li.slick-disabled {
      display: none; }

.deskView {
  display: block; }

.mobView {
  display: none; }

/*# sourceMappingURL=style.css.map */
