@charset "UTF-8";
html {
  font-size: 14px; }
  @media only screen and (min-width: 992px) {
    html {
      font-size: 15px; } }
  @media only screen and (min-width: 1400px) {
    html {
      font-size: 16px; } }

body {
  overflow-x: hidden;
  color: #333;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  position: relative; }
  body * {
    letter-spacing: 0.4px; }
  body strong {
    font-weight: 500; }

a {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in; }
  a:active, a:focus, a:visited, a:hover {
    text-decoration: none !important;
    outline: none; }

p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0; }

.paddingT0 {
  padding-top: 0 !important; }

textarea {
  min-height: 105px !important;
  resize: vertical; }

#body-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  background-color: #fff;
  z-index: 99999; }
  #body-overlay img {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto; }

.dotted-divider {
  border-bottom: 2px dotted #bbbfc1;
  height: 40px;
  margin: 30px 0; }

.table > thead > tr > th {
  vertical-align: top; }

.table > thead > tr > td {
  vertical-align: middle; }

.no-content {
  font-size: 40px;
  margin: 10% 0;
  font-weight: 300;
  text-align: center; }

.clear {
  clear: both; }

h1 {
  margin: 0;
  font-weight: normal;
  letter-spacing: normal; }

h2 {
  margin: 0;
  font-weight: normal;
  letter-spacing: normal; }

h3 {
  margin: 0;
  font-weight: normal;
  letter-spacing: normal; }

h4 {
  margin: 0;
  font-weight: normal;
  letter-spacing: normal; }

h5 {
  margin: 0;
  font-weight: normal;
  letter-spacing: normal; }

h6 {
  margin: 0;
  font-weight: normal;
  letter-spacing: normal; }

/*******common css****/
@media only screen and (max-width: 600px) {
  .container, .container-fluid {
    padding-right: 20px;
    padding-left: 20px; } }
@media only screen and (min-width: 1199px) {
  .container, .container-fluid {
    width: 100%;
    padding: 0 40px; } }
@media only screen and (min-width: 1599px) {
  .container, .container-fluid {
    padding: 0 80px; } }

.noborder {
  border: none !important; }

.section-heading {
  color: #333;
  font-size: 1.9rem; }

.section-subheading {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 6px 0 35px; }

.btn-default {
  background-color: #bd2821;
  border: none;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 18px;
  font-family: "Roboto", sans-serif; }
  .btn-default:hover, .btn-default:focus, .btn-default:active {
    background-color: #921f19;
    color: #fff;
    outline: 0; }

.panel-title a {
  display: block; }

/*******common css ends****/
header {
  padding: 15px 0; }
  header .logo img {
    max-width: 100%; }
  @media only screen and (max-width: 991px) {
    header .logo img {
      width: 200px;
      max-width: 100%; } }
  header .navlinks {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right; }
    header .navlinks li {
      display: block;
      position: relative;
      float: left;
      margin-left: 20px; }
      header .navlinks li a {
        display: block;
        padding: 1rem 0.5rem;
        text-decoration: none;
        white-space: nowrap;
        text-transform: uppercase;
        color: #333;
        font-size: 0.9rem;
        font-weight: 700; }
        header .navlinks li a:hover {
          Color: #026aaa; }
    @media only screen and (min-width: 768px) {
      header .navlinks {
        margin-top: 5px; }
        header .navlinks li {
          margin-left: 8px; }
          header .navlinks li:last-child a {
            padding: 0; }
            header .navlinks li:last-child a img {
              margin-top: -10px; } }
  header .navlink-wrapper {
    padding-left: 0; }
    @media only screen and (min-width: 991px) and (max-width: 1199px) {
      header .navlink-wrapper li a {
        padding: 1em 0.6rem; } }
    @media only screen and (min-width: 1200px) {
      header .navlink-wrapper {
        padding-left: 0; }
        header .navlink-wrapper li a {
          padding: 1rem; } }
  header .sap-top-img {
    text-align: center; }
    header .sap-top-img img {
      display: none; }
  @media only screen and (max-width: 767px) {
    header .btn-menu img {
      margin-top: 5px; } }
  @media only screen and (min-width: 768px) {
    header {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 999;
      border-bottom: 1px solid #eee;
      background-color: #fff; } }

.fixed-div {
  height: 80px; }
  @media only screen and (min-width: 991px) {
    .fixed-div {
      height: 84px; } }

#home-slider-section .tp-banner-container .tp-banner h1 {
  font-size: 22px;
  font-weight: 500;
  color: #000; }
#home-slider-section .tp-banner-container .tp-banner h2 {
  font-weight: 500;
  font-size: 16px;
  color: #282828; }
#home-slider-section .tp-banner-container .tp-banner .tp-caption.lightgrey_divider {
  background-color: transparent; }
@media only screen and (min-width: 768px) {
  #home-slider-section .tp-banner-container .tp-banner h1 {
    white-space: nowrap;
    font-size: 23px; }
  #home-slider-section .tp-banner-container .tp-banner h2 {
    font-size: 16px; }
  #home-slider-section .tp-banner-container .tp-banner .text-caption {
    left: 80px !important; } }
@media only screen and (min-width: 1024px) {
  #home-slider-section .tp-banner-container .tp-banner h1 {
    font-size: 32px; }
  #home-slider-section .tp-banner-container .tp-banner h2 {
    font-size: 21px;
    white-space: nowrap; } }
@media only screen and (max-width: 767px) {
  #home-slider-section .tp-banner-container .slide-custom .text-caption h1, #home-slider-section .tp-banner-container .slide-custom .text-caption h2 {
    white-space: normal;
    width: 90%; }
  #home-slider-section .tp-banner-container .text-caption h1 {
    font-weight: 700; } }
@media only screen and (max-width: 599px) {
  #home-slider-section .tp-banner-container .slide-custom .text-caption h1, #home-slider-section .tp-banner-container .slide-custom .text-caption h2 {
    white-space: normal;
    width: 80%; }
  #home-slider-section .tp-banner-container .tp-banner h1 {
    white-space: nowrap;
    font-size: 17px; }
  #home-slider-section .tp-banner-container .tp-banner h2 {
    font-size: 15px; } }
@media only screen and (max-width: 479px) {
  #home-slider-section .tp-banner-container .slide-custom .text-caption h1, #home-slider-section .tp-banner-container .slide-custom .text-caption h2 {
    white-space: normal;
    width: 55%; }
  #home-slider-section .tp-banner-container .slide-custom .text-caption h1 {
    font-weight: 700; }
  #home-slider-section .tp-banner-container .slide-custom .text-caption .slide2-img {
    width: 160px !important;
    height: auto !important; }
  #home-slider-section .tp-banner-container .slide-custom .text-caption.tc-top {
    top: 42px !important; } }
@media only screen and (max-width: 380px) {
  #home-slider-section .tp-banner-container .slide-custom .text-caption.tc-top {
    top: 35px !important; }
  #home-slider-section .tp-banner-container .sni-slide .c1 {
    top: 45px !important; } }
@media only screen and (max-width: 439px) {
  #home-slider-section .tp-banner-container .tp-banner h1 {
    white-space: nowrap;
    font-size: 15px; }
  #home-slider-section .tp-banner-container .tp-banner h2 {
    font-size: 13px;
    white-space: normal; } }
@media only screen and (min-width: 768px) {
  #home-slider-section .tp-banner-container .tparrows {
    display: block; }
  #home-slider-section .tp-banner-container .tp-bullets {
    display: none; } }
@media only screen and (min-width: 600px) and (max-width: 767px) {
  #home-slider-section .tp-banner-container .slide1 .text-caption h1 {
    width: 112%; } }
@media only screen and (min-width: 1200px) {
  #home-slider-section .tp-banner-container .tp-banner h1 {
    white-space: nowrap;
    font-size: 40px; }
  #home-slider-section .tp-banner-container .tp-banner h2 {
    font-size: 24px; } }
@media only screen and (max-width: 767px) {
  #home-slider-section .tp-caption {
    max-width: 95% !important; }
  #home-slider-section .tparrows {
    display: none; } }

#news-marquee-section {
  background-color: #bd2821; }
  @media only screen and (min-width: 768px) {
    #news-marquee-section {
      background: #bd2821 url("../images/grey-bg.jpg") no-repeat top left; } }
  @media only screen and (max-width: 991px) {
    #news-marquee-section > .container {
      width: 100%; } }
  #news-marquee-section .nmq-wrapper {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    padding: 0;
    list-style-type: none;
    margin: 0;
    /* Move it (define the animation) */ }
    #news-marquee-section .nmq-wrapper > li {
      display: flex;
      align-items: center;
      padding: 0 20px; }
      @media only screen and (max-width: 767px) {
        #news-marquee-section .nmq-wrapper > li {
          padding: 0;
          width: 100%; } }
      #news-marquee-section .nmq-wrapper > li:first-child {
        background-color: #e1e0e0;
        padding-left: 0;
        width: 110px; }
      #news-marquee-section .nmq-wrapper > li:nth-child(2) {
        font-size: 1.3rem;
        text-transform: uppercase;
        color: #fff;
        border-right: 5px solid #7c1a16;
        background-color: #bd2821;
        flex-grow: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1; }
      #news-marquee-section .nmq-wrapper > li:last-child {
        flex-grow: 999;
        -webkit-flex-grow: 999;
        -moz-flex-grow: 999; }
    #news-marquee-section .nmq-wrapper .scroll-left {
      width: 100%;
      overflow: hidden;
      position: relative;
      color: #fff;
      height: 61px; }
    #news-marquee-section .nmq-wrapper .scroll-left ul {
      position: absolute;
      width: 200%;
      left: 0;
      font-size: 30px;
      margin: 0;
      line-height: 50px;
      text-align: center;
      white-space: nowrap;
      /* Starting position */
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      /* Apply animation to this element */
      -moz-animation: scroll-left 40s linear infinite;
      -webkit-animation: scroll-left 40s linear infinite;
      animation: scroll-left 40s linear infinite;
      -webkit-animation-delay: 0s;
      animation-delay: 0s; }
      #news-marquee-section .nmq-wrapper .scroll-left ul li {
        font-size: 1.2rem;
        margin-right: 30px; }
    #news-marquee-section .nmq-wrapper .scroll-left:hover ul {
      -webkit-animation-play-state: paused;
      /* Safari 4.0 - 8.0 */
      animation-play-state: paused; }
    #news-marquee-section .nmq-wrapper .scroll-left .bx-wrapper {
      background: transparent;
      border: none;
      box-shadow: none;
      margin: 16px 0 0; }
      #news-marquee-section .nmq-wrapper .scroll-left .bx-wrapper .slide {
        font-size: 1.2rem;
        margin-left: 50px;
        width: auto !important; }
        #news-marquee-section .nmq-wrapper .scroll-left .bx-wrapper .slide.empty-news {
          width: 120px !important; }
      #news-marquee-section .nmq-wrapper .scroll-left .bx-wrapper img {
        display: inline; }
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%); }
  100% {
    -moz-transform: translateX(-100%); } }
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%); } }
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    /* Browser bug fix */
    -webkit-transform: translateX(100%);
    /* Browser bug fix */
    left: 0; }
  100% {
    -moz-transform: translateX(-100%);
    /* Browser bug fix */
    -webkit-transform: translateX(-100%);
    /* Browser bug fix */
    left: -100%; } }
@media only screen and (max-width: 767px) {
  .bx-controls-direction {
    display: none; }

  .bx-pager {
    display: block; } }
@media only screen and (min-width: 768px) {
  .bx-controls-direction {
    display: block; }

  .bx-pager {
    display: none; } }
@media only screen and (min-width: 480px) {
  .bx-wrapper .bx-prev {
    left: -40px;
    z-index: 10; }
  .bx-wrapper .bx-next {
    right: -40px;
    z-index: 10; } }
#services-section {
  margin: 80px 0 60px; }
  @media only screen and (max-width: 767px) {
    #services-section {
      margin-top: 40px; } }
  @media only screen and (min-width: 768px) {
    #services-section {
      margin-top: 40px; } }
  @media only screen and (min-width: 480px) {
    #services-section .services-slider .slide {
      height: 340px; } }
  @media only screen and (max-width: 480px) {
    #services-section .bx-wrapper .bx-viewport {
      height: auto !important; } }
  @media only screen and (min-width: 500px) and (max-width: 767px) {
    #services-section .bx-wrapper {
      width: 470px;
      margin: 0 auto; } }
  #services-section .flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    width: 100%; }
    #services-section .flip-container .flipper {
      webkit-transition: 0.6s;
      -webkit-transform-style: preserve-3d;
      -moz-transition: 0.6s;
      -moz-transform-style: preserve-3d;
      -o-transition: 0.6s;
      -o-transform-style: preserve-3d;
      transition: 0.6s;
      transform-style: preserve-3d;
      position: relative; }
      #services-section .flip-container .flipper .front {
        z-index: 2; }
        #services-section .flip-container .flipper .front img {
          max-width: 100%;
          width: 100%; }
        #services-section .flip-container .flipper .front h2 {
          font-size: 1.2rem;
          text-transform: uppercase;
          color: #fff;
          padding: 15px;
          background-color: #026aaa; }
      #services-section .flip-container .flipper .back {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
        background: #f8f8f8;
        background-color: #026aaa;
        z-index: 3;
        display: none; }
        #services-section .flip-container .flipper .back .service-reveal {
          color: #fff;
          padding: 30px 40px; }
          #services-section .flip-container .flipper .back .service-reveal h2 {
            font-size: 1.2rem;
            text-transform: uppercase;
            font-weight: 500; }
          #services-section .flip-container .flipper .back .service-reveal ul {
            margin-top: 18px;
            list-style-type: disc;
            padding-left: 40px; }
            #services-section .flip-container .flipper .back .service-reveal ul li {
              margin-bottom: 7px; }
              #services-section .flip-container .flipper .back .service-reveal ul li a {
                color: #fff;
                text-transform: uppercase;
                font-size: 14px;
                letter-spacing: 0.4px;
                transition-duration: .2s; }
                #services-section .flip-container .flipper .back .service-reveal ul li a:hover {
                  padding-left: 12px; }
    @media only screen and (min-width: 480px) {
      #services-section .flip-container {
        margin: 0 auto 30px;
        overflow: hidden; }
        #services-section .flip-container:hover .flipper {
          -webkit-transform: rotateY(180deg);
          -moz-transform: rotateY(180deg);
          -o-transform: rotateY(180deg);
          transform: rotateY(180deg); }
        #services-section .flip-container.hover .flipper {
          -webkit-transform: rotateY(180deg);
          -moz-transform: rotateY(180deg);
          -o-transform: rotateY(180deg);
          transform: rotateY(180deg); }
        #services-section .flip-container .flipper .front, #services-section .flip-container .flipper .back {
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          -o-backface-visibility: hidden;
          backface-visibility: hidden;
          position: absolute;
          top: 0;
          left: 0;
          display: block; } }
    @media only screen and (min-width: 768px) {
      #services-section .flip-container .flipper .back .service-reveal {
        padding: 30px 20px; }
        #services-section .flip-container .flipper .back .service-reveal ul {
          padding-left: 15px; } }
    @media only screen and (min-width: 992px) {
      #services-section .flip-container .flipper .back .service-reveal {
        padding: 30px 40px; }
        #services-section .flip-container .flipper .back .service-reveal ul {
          padding-left: 25px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1499px) {
      #services-section .flip-container .flipper .front h2, #services-section .flip-container .flipper .back h2 {
        font-size: 16px !important; }
      #services-section .flip-container .flipper .back .service-reveal {
        padding: 30px 20px; }
        #services-section .flip-container .flipper .back .service-reveal ul {
          padding-left: 15px; } }
    @media only screen and (min-width: 1500px) {
      #services-section .flip-container .flipper .back .service-reveal {
        padding: 30px 20px; } }
  @media only screen and (min-width: 1500px) {
    #services-section > .container {
      width: 1470px;
      padding: 0 25px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #services-section .services-slider .slide {
      width: 345px !important;
      height: 265px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    #services-section .services-slider .slide {
      width: 410px !important;
      height: 305px; } }
  #services-section.service-page-list {
    margin-top: 30px; }

#stats-section {
  background-color: #026aaa; }
  #stats-section .stats-wrapper ul {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    list-style-type: none; }
    #stats-section .stats-wrapper ul li {
      flex: 1;
      -moz-flex: 1;
      -webkit-flex: 1;
      align-items: center;
      text-align: center;
      color: #fff;
      padding: 60px 15px; }
      #stats-section .stats-wrapper ul li h1 {
        font-size: 3.1rem;
        font-weight: 700; }
        #stats-section .stats-wrapper ul li h1 span {
          display: block;
          font-size: 2.2rem; }
      #stats-section .stats-wrapper ul li h5 {
        font-size: 1.4rem;
        font-weight: 300;
        margin-top: 18px; }
      #stats-section .stats-wrapper ul li h4 {
        font-size: 2.4rem;
        font-weight: 700; }
      @media only screen and (min-width: 600px) and (max-width: 991px) {
        #stats-section .stats-wrapper ul li h1 {
          font-size: 2.5rem; }
          #stats-section .stats-wrapper ul li h1 span {
            font-size: 1.5rem; }
        #stats-section .stats-wrapper ul li h5 {
          font-size: 1.2rem; }
        #stats-section .stats-wrapper ul li h4 {
          font-size: 2.1rem; } }
    @media only screen and (min-width: 601px) and (max-width: 719px) {
      #stats-section .stats-wrapper ul li {
        padding: 40px 15px; }
        #stats-section .stats-wrapper ul li:first-child {
          display: none; } }
    @media only screen and (max-width: 600px) {
      #stats-section .stats-wrapper ul {
        display: block; }
        #stats-section .stats-wrapper ul li {
          display: block;
          width: 100%;
          text-align: center;
          padding: 35px 15px; } }
    @media only screen and (min-width: 720px) {
      #stats-section .stats-wrapper ul li {
        border-right: 1px solid #5ba8d8;
        padding: 70px 15px; }
        #stats-section .stats-wrapper ul li:last-child {
          border-right: none; } }
    @media only screen and (min-width: 992px) {
      #stats-section .stats-wrapper ul li {
        padding: 100px 15px; } }

#partner-section {
  margin: 80px 0; }
  #partner-section h1 {
    margin-bottom: 30px; }
  #partner-section ul li {
    margin: 0 30px; }
    #partner-section ul li img {
      max-width: 100%; }

#client-section {
  text-align: center;
  background: url("../images/clients-bg.jpg") no-repeat top center;
  padding: 80px 0 30px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }
  #client-section h1 {
    margin-bottom: 30px; }
  #client-section .bx-wrapper {
    border: none;
    box-shadow: none;
    background: transparent;
    margin: 0 auto; }
    #client-section .bx-wrapper .bx-viewport {
      margin: 45px 0 50px; }
    #client-section .bx-wrapper .slide {
      text-align: center; }
      #client-section .bx-wrapper .slide img {
        max-height: 60px;
        display: block;
        margin: auto;
        max-width: 90%; }
    @media only screen and (max-width: 991px) {
      #client-section .bx-wrapper .bx-controls-direction a {
        display: none; } }
    #client-section .bx-wrapper .bx-controls-direction a.bx-prev {
      left: -30px; }
    #client-section .bx-wrapper .bx-controls-direction a.bx-next {
      right: -30px; }

.breadcrumb-wrapper {
  background-color: #f5f5f5; }
  @media only screen and (max-width: 767px) {
    .breadcrumb-wrapper {
      display: none; } }
  .breadcrumb-wrapper ul {
    margin: 0;
    padding-left: 0; }
    .breadcrumb-wrapper ul li {
      font-size: 13px;
      font-weight: 500;
      color: #333; }
      .breadcrumb-wrapper ul li a {
        font-weight: 500;
        color: #333; }
      .breadcrumb-wrapper ul li:last-child {
        color: #8a8989; }

.page-header {
  background: url("../images/header-bg.png") repeat;
  margin: 0;
  padding: 50px 0; }
  .page-header h1 {
    color: #fff; }
    .page-header h1 small {
      font-size: 18px;
      color: #c9ebff;
      display: block;
      margin-top: 8px; }

.page-info {
  padding: 60px 0 40px; }
  .page-info p {
    font-size: 1rem;
    color: #656565;
    line-height: 1.5;
    font-weight: 300;
    text-align: center; }
  .page-info .lg-text {
    font-weight: 300;
    font-size: 1.7rem;
    margin: 0 0 30px;
    line-height: 1.3; }
  .page-info .quote-icon {
    text-align: center; }
    .page-info .quote-icon i {
      font-size: 3rem;
      color: #eee; }
  @media only screen and (min-width: 768px) {
    .page-info p {
      text-align: left; } }

.group-comp-info .gc-wrapper {
  text-align: center; }
  .group-comp-info .gc-wrapper h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px; }
  .group-comp-info .gc-wrapper p {
    text-align: center; }
    .group-comp-info .gc-wrapper p strong {
      color: #333;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 500; }
    .group-comp-info .gc-wrapper p span {
      white-space: nowrap; }
    .group-comp-info .gc-wrapper p a {
      color: #bd2821;
      font-weight: 400; }
.group-comp-info .opw-desc {
  margin-bottom: 30px; }
@media only screen and (max-width: 991px) {
  .group-comp-info .india-address .gc-wrapper {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px; }
    .group-comp-info .india-address .gc-wrapper.ia-last {
      margin-bottom: 0;
      border-bottom: none; } }

.team-info .team-details {
  position: relative;
  box-shadow: 1px 1px 45px #dcdcdc;
  -webkit-box-shadow: 1px 1px 45px #dcdcdc;
  -moz-box-shadow: 1px 1px 45px #dcdcdc;
  margin: 0 0 30px; }
  .team-info .team-details .td-top {
    background-color: #026aaa;
    padding: 20px 15px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in; }
    .team-info .team-details .td-top img {
      width: 100px;
      height: 100px;
      display: none; }
    .team-info .team-details .td-top h2 {
      font-weight: 500;
      font-size: 1.2rem;
      color: #fff;
      text-transform: uppercase; }
    .team-info .team-details .td-top h6 {
      color: #addffe;
      font-size: 14px;
      margin: 6px 0 0;
      font-weight: 500; }
  .team-info .team-details .td-bottom {
    padding: 30px 20px;
    overflow: hidden; }
    @media only screen and (min-width: 991px) {
      .team-info .team-details .td-bottom {
        min-height: 215px; } }
    @media only screen and (min-width: 1200px) {
      .team-info .team-details .td-bottom {
        min-height: 260px; } }
    @media only screen and (min-width: 1500px) {
      .team-info .team-details .td-bottom {
        min-height: 215px; } }
    .team-info .team-details .td-bottom p {
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      display: none; }
      .team-info .team-details .td-bottom p:first-child {
        display: block; }
  .team-info .team-details .btn {
    font-size: 13px;
    padding: 5px 8px;
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: auto;
    width: 110px; }
  .team-info .team-details:hover .td-top {
    background-color: #f2f2f2; }
    .team-info .team-details:hover .td-top h2 {
      color: #333; }
    .team-info .team-details:hover .td-top h6 {
      color: #bd2821; }

.client-info {
  padding-bottom: 0; }
  .client-info .clients-wrapper {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .client-info .clients-wrapper {
        text-align: left; } }
    .client-info .clients-wrapper .client-logo {
      width: 240px;
      height: 200px;
      border: 1px solid #eee;
      padding: 15px;
      margin: 6px;
      display: inline-block;
      position: relative; }
      .client-info .clients-wrapper .client-logo img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        max-height: 60%;
        max-width: 80%; }
  .client-info .section-heading {
    padding: 14px 15px;
    background-color: #026aaa;
    color: #fff;
    font-size: 1.4rem;
    position: relative;
    text-align: center; }
    .client-info .section-heading::after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(2, 106, 170, 0);
      border-top-color: #026aaa;
      border-width: 10px;
      margin-left: -10px; }
  .client-info .Testimonials {
    background: url("../images/testim-bg.jpg") no-repeat top center;
    padding: 50px 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover; }
    .client-info .Testimonials .carousel {
      padding-bottom: 100px; }
      .client-info .Testimonials .carousel i {
        color: #fff;
        font-size: 70px; }
      .client-info .Testimonials .carousel h4 {
        font-size: 17px;
        color: #fff;
        text-align: center;
        font-weight: 300;
        line-height: 1.4;
        letter-spacing: 0.4px; }
      .client-info .Testimonials .carousel h6 {
        color: #d8d8d8;
        font-size: 14px;
        text-align: center;
        margin-top: 25px;
        font-style: italic;
        line-height: 1.4; }
    .client-info .Testimonials .carousel-control {
      background-image: none; }

.career-info p:first-child {
  margin-top: 0; }
.career-info .ci-desc {
  margin-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .career-info .ci-desc .col-sm-4 {
      border-right: 1px solid #ccc; }
      .career-info .ci-desc .col-sm-4:last-child {
        border-right: none; } }
  .career-info .ci-desc .ci-icons {
    height: 80px;
    width: 80px;
    overflow: hidden;
    background: url("../images/career-icons.png");
    display: block;
    margin: 0 auto;
    margin-top: 30px; }
    .career-info .ci-desc .ci-icons.cii2 {
      background-position: -80px 0; }
    .career-info .ci-desc .ci-icons.cii3 {
      background-position: -160px 0; }
  .career-info .ci-desc h6 {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 500;
    text-align: center; }
.career-info .ci-expectation-div {
  background: url("../images/team-bg2.jpg") no-repeat top left;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  margin: 40px 0 0;
  color: #333;
  min-height: 340px;
  padding: 20px; }
  .career-info .ci-expectation-div h4 {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 500;
    margin-top: 10px; }
  .career-info .ci-expectation-div ul {
    list-style-image: url("../images/bullet.png");
    padding-left: 30px; }
    .career-info .ci-expectation-div ul li {
      font-size: 1rem;
      margin-bottom: 8px;
      color: #333;
      font-weight: 400; }
    .career-info .ci-expectation-div ul:last-child {
      margin-bottom: 30px; }
.career-info .open-positions-wrapper .section-heading {
  padding: 14px 15px;
  background-color: #026aaa;
  color: #fff;
  font-size: 1.4rem;
  position: relative; }
  .career-info .open-positions-wrapper .section-heading::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(2, 106, 170, 0);
    border-top-color: #026aaa;
    border-width: 10px;
    margin-left: -10px; }
.career-info .open-positions-wrapper .opw-title {
  background-color: #026aaa;
  padding: 8px 0; }
  .career-info .open-positions-wrapper .opw-title h3 {
    color: #fff;
    font-weight: 500;
    font-size: 22px; }
.career-info .open-positions-wrapper .opw-desc {
  padding: 50px 20px 20px;
  border: 1px solid #eee;
  border-top: none; }
  .career-info .open-positions-wrapper .opw-desc h2 {
    font-weight: 500;
    font-size: 1.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 25px; }
  .career-info .open-positions-wrapper .opw-desc dt {
    font-weight: 500;
    text-align: left; }
  .career-info .open-positions-wrapper .opw-desc dd {
    margin-bottom: 20px;
    color: #656565; }
  .career-info .open-positions-wrapper .opw-desc .opw-mail-detail h3 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 1.3;
    margin-top: 30px; }
    @media only screen and (max-width: 991px) {
      .career-info .open-positions-wrapper .opw-desc .opw-mail-detail h3 {
        border-top: 1px solid #eee;
        margin-top: 20px; } }
  .career-info .open-positions-wrapper .opw-desc .opw-mail-detail h5 {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 500; }
    .career-info .open-positions-wrapper .opw-desc .opw-mail-detail h5 a {
      color: #bd2821; }
  .career-info .open-positions-wrapper .opw-desc .opw-mail-detail h6 {
    font-size: 14px;
    color: #656565;
    line-height: 1.3; }
@media only screen and (min-width: 768px) {
  .career-info .ci-expectation-div h4 {
    margin-top: 75px; } }

.contact-info {
  padding-bottom: 0; }
  .contact-info .contact-left {
    background-color: #bd2821;
    padding: 20px;
    color: #fff;
    margin-bottom: 40px; }
    .contact-info .contact-left address, .contact-info .contact-left h6 {
      font-weight: 300;
      font-size: 14px;
      margin-top: 25px; }
      .contact-info .contact-left address a, .contact-info .contact-left h6 a {
        color: #fff;
        font-weight: 300; }
        .contact-info .contact-left address a:hover, .contact-info .contact-left h6 a:hover {
          text-decoration: underline; }
    .contact-info .contact-left h6 {
      line-height: 1.3; }
      .contact-info .contact-left h6 .fa-phone {
        float: left;
        margin: 4px 10px 20px 0; }
      .contact-info .contact-left h6 .fa-envelope-o {
        margin-right: 6px; }
    .contact-info .contact-left h5 {
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 500; }
    .contact-info .contact-left hr {
      opacity: .3; }
    .contact-info .contact-left .nav-justified li {
      margin-bottom: 15px; }
      .contact-info .contact-left .nav-justified li a {
        color: #fff;
        opacity: 0.7; }
    @media only screen and (min-width: 768px) {
      .contact-info .contact-left {
        height: 400px;
        padding-top: 70px; } }
  .contact-info .section-heading {
    font-size: 1.4rem;
    margin-bottom: 20px; }
  .contact-info .contact-form label {
    font-weight: 500; }
  .contact-info .contact-form .form-control {
    border-radius: 0;
    height: 45px; }
    .contact-info .contact-form .form-control:focus {
      border: 1px solid #bd2821;
      outline: 0;
      box-shadow: none; }
  @media only screen and (max-width: 579px) {
    .contact-info .contact-form > .row > .col-xs-6 {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .contact-info #map {
      margin-top: 30px; } }

.services-info {
  padding-bottom: 0; }

.service-link-info {
  padding: 50px 0; }
  .service-link-info ul {
    background-color: #f2f2f2; }
    .service-link-info ul li {
      vertical-align: middle; }
      .service-link-info ul li a {
        font-weight: 500;
        color: #333;
        text-transform: uppercase; }
        .service-link-info ul li a:hover, .service-link-info ul li a:focus {
          background-color: transparent !important;
          color: #fff;
          outline: 0; }
      .service-link-info ul li.active, .service-link-info ul li:hover {
        position: relative;
        background-color: #bf201c; }
        .service-link-info ul li.active a, .service-link-info ul li:hover a {
          color: #fff;
          background-color: #bf201c; }
          .service-link-info ul li.active a:hover, .service-link-info ul li:hover a:hover {
            background-color: transparent;
            color: #fff; }
        @media only screen and (min-width: 768px) {
          .service-link-info ul li.active:after, .service-link-info ul li:hover:after {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-top-color: #bf201c;
            border-width: 10px;
            margin-left: -10px; } }
    @media only screen and (min-width: 768px) {
      .service-link-info ul.sli-sm {
        max-width: 650px; } }

.service-detail-info {
  padding-top: 0; }
  .service-detail-info p {
    text-align: left; }
  .service-detail-info img {
    display: block;
    margin: 0 auto; }
    .service-detail-info img.scm-img {
      margin: 30px 0 0;
      padding: 20px;
      border: 1px solid #ccc; }
  .service-detail-info h6 {
    margin-bottom: 15px; }
    .service-detail-info h6 strong {
      font-weight: 500;
      color: #333;
      font-size: 15px; }
  .service-detail-info ul {
    list-style-image: url("../images/bullet.png");
    padding-left: 30px; }
    .service-detail-info ul li {
      color: #656565;
      margin-bottom: 8px;
      font-weight: 300;
      font-size: 1rem; }
      .service-detail-info ul li ul {
        list-style-image: none;
        list-style-type: disc; }
        .service-detail-info ul li ul li {
          font-size: 0.95rem;
          margin: 3px 0; }
  .service-detail-info h5 {
    color: #bd2821;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase; }
    .service-detail-info h5.text-lowercase {
      text-transform: none; }
  .service-detail-info .hana-tabs {
    padding-left: 0;
    background-color: transparent;
    border: none; }
    .service-detail-info .hana-tabs li {
      background-color: #f2f2f2; }
      @media only screen and (max-width: 767px) {
        .service-detail-info .hana-tabs li {
          width: 100%;
          text-align: center; } }
      .service-detail-info .hana-tabs li a {
        padding: 10px 35px; }
      .service-detail-info .hana-tabs li:hover, .service-detail-info .hana-tabs li.active, .service-detail-info .hana-tabs li:active {
        border-color: transparent; }
        .service-detail-info .hana-tabs li:hover a, .service-detail-info .hana-tabs li.active a, .service-detail-info .hana-tabs li:active a {
          border-color: transparent; }
          .service-detail-info .hana-tabs li:hover a:active, .service-detail-info .hana-tabs li:hover a:focus, .service-detail-info .hana-tabs li:hover a:hover, .service-detail-info .hana-tabs li.active a:active, .service-detail-info .hana-tabs li.active a:focus, .service-detail-info .hana-tabs li.active a:hover, .service-detail-info .hana-tabs li:active a:active, .service-detail-info .hana-tabs li:active a:focus, .service-detail-info .hana-tabs li:active a:hover {
            outline: 0;
            background-color: transparent;
            color: #fff;
            border: 1px solid transparent; }
  .service-detail-info .hana-table thead {
    background-color: #026aaa;
    color: #fff; }
    .service-detail-info .hana-table thead th {
      vertical-align: middle;
      width: 25%;
      padding: 15px 8px; }
  .service-detail-info .investors-contact-info h4 {
    font-size: 20px;
    font-weight: 300;
    color: #656565; }
  .service-detail-info .investors-contact-info p:first-of-type {
    margin-top: 0; }
  .service-detail-info .investors-contact-info h5 {
    margin-bottom: 12px;
    color: #026aaa;
    font-size: 1rem; }
  .service-detail-info .investors-contact-info .media-right p {
    margin-bottom: 0; }
  .service-detail-info .investors-contact-info .gc-wrapper address {
    font-size: 1rem;
    color: #656565;
    line-height: 1.5;
    font-weight: 300;
    margin: 20px 0 5px; }
    .service-detail-info .investors-contact-info .gc-wrapper address span {
      white-space: nowrap; }
  .service-detail-info .investors-contact-info .gc-wrapper p {
    margin: 0 0 5px; }
  .service-detail-info .investors-contact-info .gc-wrapper h6 {
    font-size: 12px;
    color: #656565;
    margin: 20px auto 0;
    max-width: 80%; }
  @media only screen and (min-width: 1200px) {
    .service-detail-info .investors-contact-info .ic-right {
      border-left: 1px solid #ccc; } }
  .service-detail-info .inventore-grievance {
    margin: 40px 0;
    background-color: #026aaa;
    padding: 40px 15px; }
    .service-detail-info .inventore-grievance * {
      color: #fff;
      text-align: center; }
  .service-detail-info .ariba-slider h4 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500; }

.why-adroit-info {
  padding-top: 60px; }
  .why-adroit-info .nav-stacked {
    border: none;
    padding-left: 0; }
    .why-adroit-info .nav-stacked li {
      background-color: #f2f2f2;
      color: #333; }
      .why-adroit-info .nav-stacked li a {
        font-weight: 500;
        color: #333;
        text-transform: uppercase;
        font-size: 14px; }
      .why-adroit-info .nav-stacked li:hover, .why-adroit-info .nav-stacked li.active, .why-adroit-info .nav-stacked li:focus {
        position: relative;
        background-color: #bd2821;
        border-color: transparent; }
        .why-adroit-info .nav-stacked li:hover a, .why-adroit-info .nav-stacked li.active a, .why-adroit-info .nav-stacked li:focus a {
          background-color: transparent;
          color: #fff;
          border-color: transparent; }
          .why-adroit-info .nav-stacked li:hover a:hover, .why-adroit-info .nav-stacked li:hover a:active, .why-adroit-info .nav-stacked li:hover a:focus, .why-adroit-info .nav-stacked li.active a:hover, .why-adroit-info .nav-stacked li.active a:active, .why-adroit-info .nav-stacked li.active a:focus, .why-adroit-info .nav-stacked li:focus a:hover, .why-adroit-info .nav-stacked li:focus a:active, .why-adroit-info .nav-stacked li:focus a:focus {
            border-color: transparent; }
        .why-adroit-info .nav-stacked li:hover:after, .why-adroit-info .nav-stacked li.active:after, .why-adroit-info .nav-stacked li:focus:after {
          left: 100%;
          top: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(189, 40, 33, 0);
          border-left-color: #bd2821;
          border-width: 8px;
          margin-top: -8px; }
    @media only screen and (max-width: 767px) {
      .why-adroit-info .nav-stacked {
        margin-bottom: 30px; } }

.solutions-info .flip-container {
  position: relative;
  max-width: 450px;
  margin: 0 auto 30px; }
  .solutions-info .flip-container h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 15px;
    background-color: #026aaa; }
  .solutions-info .flip-container .sol-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    text-align: center;
    padding-top: 30%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8); }
    .solutions-info .flip-container .sol-overlay i {
      color: #fff; }
  .solutions-info .flip-container:hover .sol-overlay {
    display: block; }

.news-info .news_list {
  list-style-image: none;
  padding-left: 0; }
  .news-info .news_list a {
    font-size: 1rem;
    color: #333; }
    .news-info .news_list a .fa {
      display: none; }
    .news-info .news_list a:before {
      content: "\203A";
      margin-right: 6px;
      font-size: 20px;
      color: #868686; }
    .news-info .news_list a:hover, .news-info .news_list a:active, .news-info .news_list a:focus {
      text-decoration: underline;
      color: #026aaa; }

/********responsive tabs********/
.responsive-tabs-container[class*="accordion-"] .tab-pane {
  margin-bottom: 15px; }

.responsive-tabs-container[class*="accordion-"] .accordion-link {
  display: none;
  margin-bottom: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #f2f2f2;
  padding: 12px 0 12px 15px; }

@media (max-width: 767px) {
  .responsive-tabs-container.accordion-xs .nav-tabs {
    display: none; }

  .responsive-tabs-container.accordion-xs .accordion-link {
    display: block; } }
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-tabs-container.accordion-sm .nav-tabs {
    display: none; }

  .responsive-tabs-container.accordion-sm .accordion-link {
    display: block; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs-container.accordion-md .nav-tabs {
    display: none; }

  .responsive-tabs-container.accordion-md .accordion-link {
    display: block; } }
@media (min-width: 1200px) {
  .responsive-tabs-container.accordion-lg .nav-tabs {
    display: none; }

  .responsive-tabs-container.accordion-lg .accordion-link {
    display: block; } }
/*# sourceMappingURL=bootstrap-responsive-tabs.css.map */
/******footer css*****/
footer {
  background-color: #2b2b2b;
  padding: 30px 0 0; }
  footer .fc-1 {
    position: relative;
    margin-bottom: 50px; }
    footer .fc-1::after {
      position: absolute;
      content: "";
      bottom: -30px;
      height: 1px;
      width: 80%;
      background-color: #504d51;
      left: 0;
      right: 0;
      margin: 0 auto; }
  footer .footer-links-row > div.clear {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    footer .footer-links-row > div.footer-div2 {
      padding-left: 50px; }
      footer .footer-links-row > div.footer-div2 .footer-links > ul {
        width: 48%;
        display: inline-block;
        vertical-align: top; }
        footer .footer-links-row > div.footer-div2 .footer-links > ul > li:first-child {
          margin-top: 0; }
        footer .footer-links-row > div.footer-div2 .footer-links > ul a {
          padding-left: 5px; }
        footer .footer-links-row > div.footer-div2 .footer-links > ul .hana-link a {
          padding-left: 0; } }
  footer address, footer h6, footer a {
    color: #c0c0c0;
    font-size: 14px; }
  footer address {
    margin-top: 25px; }
  footer h3 {
    font-size: 1.1rem;
    color: #fff;
    margin: 12px 0 25px; }
  footer h6 {
    margin-bottom: 8px; }
    footer h6 a:hover, footer h6 a:focus, footer h6 a:active {
      color: white; }
  footer .footer-links > ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 35px; }
    footer .footer-links > ul > li {
      margin: 7px 0;
      color: #f4f4f4; }
      footer .footer-links > ul > li > a {
        transition-duration: 0.3s; }
        footer .footer-links > ul > li > a:hover, footer .footer-links > ul > li > a:focus, footer .footer-links > ul > li > a:active {
          color: white; }
      footer .footer-links > ul > li ul {
        margin: 6px 0 20px;
        list-style-type: none;
        padding: 0; }
        footer .footer-links > ul > li ul li {
          margin-bottom: 6px; }
          footer .footer-links > ul > li ul li > a {
            font-size: 13.5px;
            padding-left: 25px; }
            footer .footer-links > ul > li ul li > a::before {
              content: "\203A";
              margin-right: 10px; }
            footer .footer-links > ul > li ul li > a:hover, footer .footer-links > ul > li ul li > a:focus, footer .footer-links > ul > li ul li > a:active {
              color: white; }
      footer .footer-links > ul > li.hana-link a {
        color: #f4f4f4;
        font-size: 14px;
        padding-left: 0; }
  @media only screen and (min-width: 991px) {
    footer .footer-div2 .footer-links > ul {
      width: 45%;
      display: inline-block;
      vertical-align: top;
      margin-top: 0; }
      footer .footer-div2 .footer-links > ul > li {
        font-size: 14px; }
        footer .footer-div2 .footer-links > ul > li:first-child {
          margin-top: 0; }
      footer .footer-div2 .footer-links > ul a {
        padding-left: 5px; } }
  @media only screen and (min-width: 1200px) {
    footer .footer-div2 {
      padding-left: 45px; }
    footer .footer-links h3 {
      margin-bottom: 15px; }
    footer .footer-links > ul {
      margin-bottom: 25px; }
    footer .footer-div2 {
      padding-left: 15px;
      width: 39%; }
      footer .footer-div2 .footer-links > ul {
        width: 49%; }
    footer .footer-div3 {
      width: 22%; }
    footer .footer-div4 {
      width: 22%; } }
  footer .copyright {
    background-color: #1c1b1d;
    padding: 20px 0 10px;
    margin-top: 30px; }
    footer .copyright h6 {
      text-align: center;
      font-weight: 300;
      font-size: 14px;
      color: #8c8b8b; }
      footer .copyright h6 span {
        white-space: nowrap a;
          white-space-color: #8c8b8b; }
    @media only screen and (min-width: 768px) {
      footer .copyright h6 {
        text-align: left; }
      footer .copyright .cr-right h6 {
        text-align: right; } }

.btn-menu {
  margin-top: 7px; }

nav {
  display: none;
  text-transform: uppercase; }
  nav span {
    font-size: .8em;
    font-style: italic;
    position: absolute;
    bottom: 0;
    right: 10px; }

.mm-listview > li.plugin {
  border-color: transparent; }
  .mm-listview > li.plugin a {
    background: #bbe3f4;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 50px auto 0;
    width: 60%;
    color: #37474f;
    text-align: center;
    padding: 40px 20px;
    font-weight: bold;
    font-size: 1.25em;
    text-transform: lowercase;
    transition: all .3s; }

/* mmenu.js STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mm-menu {
  background: #333; }

.mm-listview > li > a {
  color: #f1f1f1;
  padding: 20px; }

.mm-listview > li > a:hover,
.mm-listview .mm-next.mm-fullsubopen:hover + a {
  color: #bababa; }

.mm-listview > li > a:hover span {
  color: #37474f; }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next) {
  background: transparent;
  background-size: 30px 30px; }

.mm-counter {
  display: none !important; }

/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    transform: translate(350px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-350px, 0); } }

/*# sourceMappingURL=style.css.map */
