embed,
iframe,
img,
object {
  max-width: 100%;
}
.text-center,
a.close,
div.gray-heading,
div.heading,
div.heading p,
span.next,
span.prev {
  text-align: center;
}
li.hide-for-more {
  visibility: hidden !important;
}
a img,
img {
  border: none;
  outline: 0;
}
body,
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
p {
  margin: 0;
  padding: 10px 0;
}
.clear:after,
.gap:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.clear {
  clear: both;
  display: block;
}
.gap {
  clear: both;
  height: 20px;
}
.left {
  float: left;
  width: auto;
}
.right {
  float: right;
  width: auto;
}
.alignleft,
img.alignleft {
  float: left;
  margin: 10px 15px 10px 0;
}
.alignright,
img.alignright {
  float: right;
  margin: 10px 0 15px 10px;
}
.aligncenter,
img.aligncenter {
  display: block;
  margin: 0 auto;
}
img {
  height: auto;
}
img.img-class-none {
  border: none;
  box-shadow: none;
}
div.thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
div.thumb img {
  display: inline-block;
}
div.entry-summary div.overlay-content,
div.industry-block div.icon,
div.industry-block div.post,
div.thumb img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.bg-black {
  background: #000;
}
.bg-dark-pink {
  background: #810052;
}
.bg-semi-light-pink {
  background: #a8407f;
}
.bg-light-pink {
  background: #ee3e80;
}
.bg-dark-blue {
  background: #4c6fb6;
}
.bg-blue {
  background: #6da4d8;
}
.bg-dark-gray {
  background: #939598;
}
.bg-gray {
  background: #e6e7e8;
}
.bg-white {
  background: #fff;
}
div#logo {
  float: left;
  top: 19px;
  width: 200px;
  position: relative;
}
div.right-block {
  float: right;
  width: auto;
}
footer .row > div {
  height: 440px;
}
div.title-heading,
div.title-heading.litle-heading-404 {
  color: #fff;
  width: 100%;
  height: 250px;
  display: table-cell;
  vertical-align: middle;
}
footer div.inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
div.footer-block {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
p.copy {
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  padding: 0;
}
.gr-dark-pink {
  background: #800052;
  background: -moz-linear-gradient(
    top,
    #800052 0,
    #800052 75%,
    #7b004f 88%,
    #6c0045 100%
  );
  background: -webkit-linear-gradient(
    top,
    #800052 0,
    #800052 75%,
    #7b004f 88%,
    #6c0045 100%
  );
  background: linear-gradient(
    to bottom,
    #800052 0,
    #800052 75%,
    #7b004f 88%,
    #6c0045 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800052', endColorstr='#6c0045', GradientType=0);
}
div.title-heading {
  background: url()
      left center no-repeat,
    url()
      right center no-repeat;
  position: relative;
  padding: 0 50px 0 60px;
}
section.gr-dark-pink > .title-heading {
  background: url()
      left center no-repeat,
    url()
      right center no-repeat;
}
div.title-heading h1 {
  color: #fff;
  margin-bottom: 0;
}
div.title-heading p {
  font-size: 36px;
  padding: 0;
  max-width: 95%;
  line-height: 38px;
}
div.evnet-block {
  padding-top: 20px;
}
div.title-heading.litle-heading-404 {
  background: url(/images/404_left_mohawk.svg)
      left center no-repeat,
    url(/images/404_right_mohawk.svg)
      right center no-repeat;
  position: relative;
  padding: 0 50px 0 60px;
}
div.evnet-block div.post {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
div.evnet-block img {
  border-radius: 5px 5px 0 0;
}
div.evnet-block div.post .entry-title {
  height: 44px;
  overflow: hidden;
}
.homeBlogSlide .entry-meta p {
  color: #444;
}
div.entry-meta {
  color: #999;
}
div.entry-meta .byline {
  color: #444;
}
div.evnet-block h4 a,
div.industry-block h4 {
  color: #000;
  line-height: 20px;
  display: block;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 10px;
}
div.gray-heading,
div.heading {
  font-size: 30px;
  color: #000;
  line-height: 32px;
  border-radius: 5px;
  font-family: FFDINWebBold, sans-serif;
}
div.heading > div.inner {
  background: url(/images/MohawkDesktopLeft.svg)
      left center no-repeat,
    url(/images/MohawkDesktopRight.svg)
      right center no-repeat;
  position: relative;
  margin: 0 auto;
  padding: 60px 40px;
  max-width: 49%;
  display: inline-block;
}
div.heading div.sub-title {
  margin: -15px auto 0;
  max-width: 55%;
  padding: 0 40px 20px;
}
div.heading p {
  font-weight: 400;
  font-size: 23px;
  line-height: 25px;
  color: #333;
  font-family: FFDINWeb, sans-serif;
}
section#industry-dropdown {
  padding: 20px 0;
}
div.industry-block div.post {
  margin-bottom: 20px;
  height: 150px;
  max-height: 150px;
  overflow: hidden;
}
div.industry-block div.post .back,
div.industry-block div.post .front {
  border-radius: 5px;
  padding: 20px;
  position: relative;
}
div.industry-block div.post .front {
  background: #fff;
  line-height: 110px;
}
div.industry-block div.post .back {
  background: #6da4d8;
  color: #fff;
}
div.industry-block div.post.decs {
  background: #6da4d8;
  color: #fff;
  border-radius: 5px;
  position: relative;
}
div#testimonial-slider div.icon,
div.industry-block div.icon,
div.invester div.thumb {
  background: #fff;
  float: left;
  width: 110px;
  height: 110px;
  margin-right: 20px;
  text-align: center;
  line-height: 110px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-radius: 100%;
  padding: 10px;
}
.staff-testmonial {
  padding: 0 !important;
}
div.industry-block div.icon {
  width: 110px;
  height: 110px;
  padding: 10px;
}
div.industry-block div.icon img {
  width: 100%;
  display: block;
}
div#testimonial-slider div.entry-summary,
div.industry-block div.entry-summary {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 145px);
  height: auto;
  line-height: normal;
  overflow: hidden;
}
div#testimonial-slider div.entry-summary a,
div.industry-block div.entry-summary a {
  font-size: 14px;
}
div.overlay-content {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  left: 0;
  top: 0;
}
div.overlay-content div.inner {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  left: 20px;
  right: 20px;
}
div.overlay-content h3 {
  color: #fff;
  margin: 0;
}
div.overlay-content p {
  padding: 5px 0;
}
div#testimonial-slider {
  position: relative;
}
div#testimonial-slider div.post {
  padding: 30px 200px;
}
div#testimonial-slider div.icon {
  height: 110px;
  width: 110px;
  line-height: 110px;
  margin-right: 30px;
}
div#testimonial-slider div.icon img {
  width: 100%;
}
div#testimonial-slider div.author-data {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 23px;
}
span.next,
span.prev {
  background: #eee;
  border-radius: 100%;
  display: block;
  height: 60px;
  line-height: 60px;
  width: 60px;
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 31%;
  cursor: pointer;
  z-index: 1;
}
span.next i.fa.fa-angle-right {
  margin-top: 5px;
  margin-left: 6px;
}
span.prev i.fa.fa-angle-left {
  margin-top: 5px;
  margin-right: 6px;
}
span.prev {
  left: 20px;
}
span.next {
  right: 20px;
}
div.entry-content {
  padding: 30px 0;
}
a#solutions-btn {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
a#solutions-btn span {
  color: #ee3e80;
  display: block;
  text-decoration: underline;
}
div#solutions-popup div.popup-heading > div.inner {
  padding: 25px 90px 25px 70px;
}
div#solutions-popup div.popup-heading > div.inner p a {
  text-decoration: underline;
  color: #fff !important;
}
#solutions-popup .popup-heading a.close {
  right: 15px !important;
  top: 25px !important;
}
div.popup {
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  transition: all 0.15s ease-out 0s;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -ms-transition: all 0.15s ease-out 0s;
  visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
a.close,
a.close:before {
  color: #fff;
  position: absolute;
}
div.popup__body {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
div.popup__body1 {
  vertical-align: middle;
  width: 100%;
  padding-top: 30px;
  margin-bottom: 30px;
}
div.popup.is-visible {
  display: table;
  visibility: visible;
}
div.popup-inner {
  background: #fff;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 90vh;
}
div.popup-heading {
  background: url(images/popup_mohawk.png)
    32px;
  background-repeat: no-repeat;
  background-size: 27px 100px;
  background-color: #6da4d8;
  border-radius: 7px 7px 0 0;
  height: 110px;
  color: #fff;
}
#solutions-popup div.popup-heading {
  background: url(images/popup_mohawk.png)
    25px center no-repeat #6da4d8;
  border-radius: 7px 7px 0 0;
  height: 110px;
  color: #fff;
  background-size: 25px;
}
div.popup-heading > div.inner {
  padding: 25px 90px 25px 70px;
}
div.popup-heading h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}
div.popup-heading p {
  color: #fff;
  font-size: 30px;
  padding: 0;
}
a.close {
  font-size: 8px;
  top: 20px;
  right: 30px;
  bottom: 20px;
  width: 50px;
  height: 70px;
  display: block;
  z-index: 1;
}
a.close:before {
  content: "close";
  bottom: -10px;
  width: 100%;
  text-transform: uppercase;
}
i.c-icon {
  display: inline-block;
  width: 50px;
  height: 1px;
  position: relative;
}
i.c-icon:after,
i.c-icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  z-index: -1;
}
i.c-icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
i.c-icon:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
div.popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
div.popup ul li {
  clear: both;
  display: block;
  float: left;
  line-height: 16px;
  margin-bottom: 12px;
  width: 100%;
  font-size: 14px !important;
}
div.popup ul li label {
  display: block;
}
.bottom-border {
  background: url()
    left bottom no-repeat #fff;
  background-size: 100%;
}
div.popup ul li input[type="checkbox"] {
  float: left;
  margin: 0 10px 0 0;
}
div.popup ul li span {
  display: block;
  overflow: hidden;
}
.overlay-screen {
  background: rgba(0, 0, 0, 0.97);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 8;
  transition: all 0.15s ease-out 0s;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -ms-transition: all 0.15s ease-out 0s;
  width: 100%;
  height: 100%;
}
.overlay-screen.is-visible {
  opacity: 0.95;
  visibility: visible;
  display: block;
}
div.submit-btn a {
  color: #000;
}
div.submit-btn {
  text-align: left;
  font-size: 20px;
  margin: 40px 0 0;
  float: left;
  display: block;
  padding: 20px 0;
  border-top: 1px dashed #939598;
  border-bottom: 1px dashed #939598;
  width: 100%;
}
.submit-btn h2 {
  margin: 0;
}
div.product-post div.post {
  background: #fff;
  border-radius: 7px;
  padding: 30px;
  text-align: center;
  font-size: 16px;
  color: #000;
  min-height: 375px;
  max-height: 403px;
  position: relative;
  margin-bottom: 20px;
}
div.post-block div.post,
div.post-block div.post .front {
  background: #fff;
  border-radius: 7px;
}
div.product-post div.thumb {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
div.product-post div.post p {
  font-size: 18px;
  line-height: 20px;
}
div.product-post div.post h3 {
  margin: 0 0 10px;
}
div.product-post a.post-link {
  display: inline-block;
  border: 2px solid #939598;
  border-radius: 20px;
  color: #939598;
  left: 50%;
  position: absolute;
  bottom: 20px;
  min-height: 40px;
  min-width: 155px;
  line-height: 40px;
  text-align: center;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  font-size: 18px;
}
div.product-post p {
  padding: 10px 0 20px;
}
div.post-block div.post {
  text-align: center;
  margin-bottom: 20px;
  height: 320px;
  min-height: 320px;
  position: relative;
}
.world-partner h3 {
  height: auto;
  margin-bottom: 8px;
}
.world-partner .entry-summary {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 20px;
}
div.post-block div.post div.back,
div.post-block div.post div.front {
  padding: 20px;
}
div.post-block div.post div.back {
  background: #fff;
  color: #000;
  border-radius: 7px;
}
div.post-block div.post span.flip {
  display: block;
  color: #999;
  position: absolute;
  bottom: 15px;
  left: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
div.case-study div.post {
  border-bottom: solid 2px #ddd;
  padding: 36px 0;
  height: 132px;
}
div.case-study div.post:last-child {
  border-bottom: 0;
}
div.case-study div.thumb {
  float: left;
  width: 70px;
}
a.download-btn {
  background: #6da4d8;
  border: 2px solid #4c6fb6;
  border-radius: 20px;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  font-size: 18px;
}
div.case-study div.content-block {
  float: left;
}
div.case-study a.download-btn {
  float: right;
  position: relative;
  top: 10px;
  width: 155px;
  text-align: center;
  height: 40px;
  line-height: 38px;
  padding: 0;
  font-size: 18px;
}
.img-title {
  overflow: hidden;
  position: relative;
  max-height: 550px;
  text-align: center;
}
div.title-caption {
  background: rgba(255, 255, 255, 0.94);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 565px;
}
div.img-title-box {
  position: relative;
  font-size: 36px;
  line-height: 38px;
  padding: 20px;
  text-align: left;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.317);
  height: 250px;
}
div.img-title-box:after {
  background-image: url();
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-position: left bottom;
}
div.img-title-box.small:after {
  background: url()
    left bottom no-repeat;
  background-size: 100%;
}
div.img-title-box h1,
div.img-title-box p {
  padding: 0;
  margin: 0;
}
div.page-widget-block {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding: 60px 0;
}
div.gray-heading > div.inner {
  background: url(/images/MohawkDesktopLeft.svg)
      left top no-repeat,
    url(/images/MohawkDesktopRight.svg)
      right top no-repeat;
  position: relative;
  margin: 0 auto;
  padding: 40px 30px;
  max-width: 220px;
  height: 150px;
  display: inline-block;
}
div.block {
  background: #fff;
  border-radius: 7px;
  padding: 15px;
  margin-bottom: 20px;
}
div.partner-block div.post {
  padding: 20px 0;
  height: 200px;
}
div#award-slider,
div#award-slider div.slide {
  position: relative;
  min-height: 658px;
  height: 658px;
}
div.partner-block div.post:first-child {
  border-bottom: 1px dashed #939598;
}
div.partner-block div.thumb {
  float: left;
  line-height: 100px;
  text-align: center;
}
div.partner-block div.post-content {
  overflow: hidden;
  padding-left: 20px;
  margin-left: -20px;
}
div#award-slider {
  max-height: 660px;
  overflow: hidden;
}
div#award-slider div.slide div.slide-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  padding: 60px 20px 20px;
  font-size: 25px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
  font-family: FFDINWebBold, sans-serif;
  line-height: 1.3;
}
div#award-slider div.slide div.slide-caption h3 {
  color: #fff;
  margin: 0;
}
div.slide-caption p {
  padding: 5px 0 0;
  line-height: 26px;
  font-size: 23px;
}
div#award-slider span.prev {
  left: 30px;
}
div#award-slider span.next {
  right: 30px;
}
div#award-slider span.next,
div#award-slider span.prev {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  background: 0 0;
  border: 0;
  top: 48%;
  font-size: 60px;
}
div.india-client div.post {
  height: auto;
}
div.india-client a.post-link {
  display: inline-block;
  border: 2px solid #ddd;
  border-radius: 20px;
  padding: 5px 15px;
  color: #999;
}
div.download div.post,
div.team-block div.post {
  padding: 20px;
}
div.download div.post h3,
div.download div.post p {
  text-align: left;
}
div.download div.thumb {
  float: left;
  margin: 0 0 10px -5px;
}
div.download div.post a.post-link {
  display: inline-block;
  border: 2px solid #939598;
  border-radius: 20px;
  color: #939598;
  padding: 0 20px !important;
  height: 44px;
  line-height: 40px;
}
a.post-link.downlaodButton {
  min-width: 155px;
  padding: 8px 20px !important;
  left: 29% !important;
  font-size: 18px;
  line-height: 20px;
}
div.download div.post h3 {
  display: table-cell;
  height: 60px;
  vertical-align: bottom;
}
div.download div.post h3.downloadHeading:after {
  display: table;
  content: " ";
  clear: both;
}
div.small-team-block div.thumb,
div.team-block div.thumb {
  border-radius: 100%;
  height: 110px;
  width: 110px;
}
div.team-block div.thumb {
  margin: 0 auto;
}
div.team-block p {
  padding: 0;
}
div.small-team-block a.post-link,
div.team-block a.post-link {
  border: none;
  color: #6da4d8;
}
div.small-team-block a.post-link:hover,
div.team-block a.post-link:hover {
  border: none;
  color: #333;
}
div.small-team-block div.post {
  padding: 15px;
  height: auto;
  text-align: left;
}
div.small-team-block div.thumb {
  float: left;
  margin-right: 15px;
}
div.small-team-block div.post h3 {
  margin: 0;
}
div.small-team-block div.post p {
  padding: 0 0 5px;
}
div.small-team-block div.gray-heading {
  border-bottom: none;
}
div.small-team-block div.inner {
  padding: 25px;
  font-size: 25px;
  max-width: 90%;
}
div.heading-post a.more {
  color: #999;
  text-transform: uppercase;
  display: block;
  text-align: center;
  position: relative;
}
div.heading-post a i {
  display: block;
  color: #333;
  font-size: 18px;
}
div.news-block div.post {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
}
div.feature-post div.thumb {
  border-radius: 5px 5px 0 0;
}
div.news-block h3 a {
  color: #000;
}
div.news-block h3 a:hover {
  color: #6da4d8;
}
div.small-post div.thumb {
  float: left;
  border-radius: 5px 0 0 5px;
}
div.small-post div.data {
  padding: 10px;
  overflow: hidden;
}
div.col-other {
  float: left;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
.five-pillar .front {
  height: auto;
  padding: 20px 10px 10px !important;
  max-height: 340px !important;
}
div.five-pillar div.thumb {
  padding: 27px 0;
  margin-bottom: 20px;
  position: relative;
  height: auto;
  float: left;
  width: 100%;
  display: block;
  background: url(/images/MohawkDesktopLeft.svg)
      left 10% center no-repeat,
    url(/images/MohawkDesktopRight.svg)
      right 10% center no-repeat;
  min-height: 100px;
}
div.five-pillar h3 {
  margin: 0;
  width: 100%;
  float: left;
  height: auto;
}
div.five-pillar span.sub-title {
  font-size: 23px;
  line-height: 25px;
  margin-bottom: 17px;
  float: left;
  width: 100%;
  text-align: center;
}
.five-pillar .entry-summary {
  float: left;
  height: auto;
  padding: 0 !important;
  width: 100%;
}
div.visit-content {
  background: #fff;
  border-radius: 5px 5px 0 0;
  position: relative;
}
div.visit-text {
  padding: 20px 30px 20px 10px;
  height: 360px;
}
div.visit-text h3 {
  margin: 0 0 5px;
}
div.visit-text h3 + p {
  padding-top: 0;
}
div.visit-text .cell--inner {
  border-bottom: 2px dotted #cacbcc;
  padding: 0 0 10px;
  margin: 0 0 11px;
}
a.button-blue {
  display: inline-block;
  background: #6da4d8;
  border: 2px solid #4c6fb6;
  border-radius: 20px;
  padding: 5px 15px;
  color: #fff;
}
ul.guest-list {
  margin: 0;
  list-style: none;
}
ul.guest-list li {
  float: left;
  margin: 10px;
}
ul.guest-list li a {
  display: inline-block;
  background: #d7d8d8;
  border-radius: 5px;
  padding: 0 20px;
  color: #000;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.title-caption.full-width {
  width: 100%;
}
.img-title-box.recruitment-img-title {
  position: relative;
  min-height: 250px;
  padding-top: 80px;
}
.section-heading {
  margin: 0 auto;
  max-width: 70%;
  position: relative;
  display: block;
  background: url(/images/MohawkDesktopLeft.svg)
      left center no-repeat,
    url(/images/MohawkDesktopRight.svg)
      right center no-repeat;
  min-height: 98px;
  padding: 10px 40px;
}
.section-heading h1 {
  margin-bottom: 0;
  padding-top: 10px;
}
.alt-img {
  position: absolute;
  left: -140px;
  top: 0;
}
.recruitment div.thumb {
  margin-bottom: 25px;
}
.cloud-img {
  z-index: 1;
  bottom: -140px;
  position: absolute;
  right: -130px;
  width: 157px;
}
.accordion-MobileApp-cont {
  width: 100%;
  display: block;
  position: relative;
  height: 850px;
  float: left;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.ac-MobileApp-head {
  background: url(/images/MohawkDesktopLeft.svg)
      left center no-repeat,
    url(/images/MohawkDesktopRight.svg)
      right center no-repeat rgba(0, 0, 0, 0);
  height: 98px;
  margin: 0 auto 40px;
  min-height: 98px;
  text-align: center;
  width: auto !important;
  padding: 25px 45px 0;
  display: inline-block;
  min-width: 230px;
}
.accordion h3.accordion-heading,
.accordion-MobileApp {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.accordion-MobileApp {
  height: auto;
  min-height: 630px;
  text-align: left;
}
.normalFont {
  font-family: FFDINWeb, sans-serif;
}
.accordion h3.accordion-heading {
  border-top: 2px solid #cacbcc;
  font-size: 23px;
  font-weight: lighter;
  line-height: 30px;
  margin: 0;
  padding: 15px 30px 15px 0;
  cursor: pointer;
}
.accordion h3.accordion-heading:before {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  color: #afafaf;
  font-size: 25px;
  top: 15px;
}
.accordion h3.accordion-heading.active:before {
  content: "\f0da";
}
.accordion h3.accordion-heading:last-child {
  border-bottom: 0 !important;
}
.accordion h3.accordion-heading span {
  display: inline-block;
}
.accordion-heading i.fa {
  position: absolute;
  top: 20px;
  right: 0;
  color: #afafaf;
}
.accordion h3.accordion-heading:first-child i.fa {
  top: 4px;
}
.accordion-content {
  width: 100%;
  display: block;
  float: left;
  padding-bottom: 30px;
}
.content-icon,
.content-text {
  display: inline-block;
  float: left;
}
.accordion > h3.active {
  border-bottom: 0;
}
.content-icon {
  width: 8%;
  margin-right: 15px;
  height: 100%;
}
.content-text {
  font-size: 16px;
  line-height: 22px;
  min-height: 172px;
}
.try-alt-recruit,
.workgroup {
  float: left;
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 54px;
  border-radius: 10px;
  font-size: 23px;
  color: #fff;
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
}
.try-alt-recruit:hover,
.workgroup:hover {
  color: #fff;
}
.try-alt-recruit {
  border: 3px solid #4c6fb6;
}
.workgroup {
  border: 3px solid #810052;
}
div.solution-content {
  position: relative;
  margin: 0 auto;
  max-width: 60%;
  background: url(/images/Center_cloud.svg)
    center center no-repeat;
}
div.flip-box {
  height: 318px;
  overflow: hidden;
  margin-bottom: 50px;
}
div.flip-box:nth-child(3),
div.flip-box:nth-child(4) {
  margin-bottom: 0;
}
img.center-img {
  position: absolute;
  width: 176;
  height: 176;
}
div.title-heading.channel-part-head p {
  max-width: 90%;
}
.filter-cont {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
}
.filter-cont ul {
  list-style: none;
  margin: 0 auto;
  display: table;
  padding: 0;
  background-color: #e6e7e8;
  z-index: 1;
}
.filter-cont ul li {
  display: inline-block;
}
.filter-cont ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 1.1em;
  padding: 7px 18px;
  text-transform: uppercase;
  cursor: pointer;
  border-right: 2px solid #adadae;
}
.filter-cont ul li a.active {
  font-family: FFDINWebBold, sans-serif;
}
.HR-outsorce-text h3,
.pro-go-back,
.pro-outsrce-front p .see-her-story {
  font-family: FFDINWebBold, sans-serif;
}
.filter-cont ul li:first-child a {
  border-left: 2px solid #adadae;
}
.filter-cont::after {
  background: #adadae;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 100%;
  z-index: -1;
}
.pro-outsrce,
.pro-outsrce1 {
  height: auto;
  width: 100%;
  float: left;
}
.pro-outsrce,
.pro-outsrce-back,
.pro-outsrce-front {
  position: relative;
}
#partner-zone div.post .front {
  width: 100%;
  padding: 20px;
  border-radius: 7px;
}
#partner-zone div.post .front .entry-summary h4 {
  margin-top: 10px;
}
#partner-zone .mix {
  display: none;
}
.pro-outsrce {
  border-radius: 7px;
  margin-bottom: 20px;
}
.pro-outsrce1 {
  padding: 16px 20px 20px;
}
.pro-outsrce1 h4,
.pro-outsrce1 p {
  margin: 0;
  padding: 0;
}
.pro-outsrce1 h4 {
  font-size: 23px;
  line-height: 25px;
  color: #000;
  margin-bottom: 5px;
}
.pro-outsrce1 p {
  font-size: 16px;
  color: #000;
  line-height: 19px;
}
div.flip-box.pro-outsrce-flip {
  width: 100%;
  max-height: 232px;
  margin-bottom: 0;
}
.pro-outsrce-front p {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 265px;
  font-size: 16px;
  line-height: 19px;
  color: rgba(108, 163, 216, 1);
}
.pro-outsrce-front p .see-her-story {
  display: inline-block;
  cursor: pointer;
  float: left;
  padding-bottom: 1px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 19px;
  text-shadow: none;
}
.pro-outsrce-text {
  width: 100%;
  min-height: 232px;
  height: 100%;
  padding: 20px;
  background-color: rgba(108, 163, 216, 0.95);
  color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 1.2em;
  z-index: 2;
}
.pro-outsrce-text-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.pro-go-back {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
}
.ftr-big-btn a,
.home-sec .home-sec-btn,
.home-sec-icon,
.see-all-vac a {
  display: inline-block;
}
.pro-go-back i.fa {
  margin-right: 2px;
}
.job-vacancy-cont {
  width: 100%;
  float: left;
  padding: 10px 20px;
}
.job-vacancy-cont table {
  width: 100%;
  border-spacing: 0;
}
.job-vacancy-cont table td {
  padding: 10px 0;
  border-bottom: 1px dashed #939598;
}
.job-vacancy-cont table th {
  border-bottom: 1px dotted #939598;
}
.job-vacancy-cont table tr:last-child td {
  border-bottom: 0;
}
.job-vacancy-cont table tr th:first-child {
  text-align: left;
}
.job-vacancy-cont table tr td:last-child,
.job-vacancy-cont table tr th:last-child {
  text-align: right;
}
.see-all-vac {
  float: left;
  width: 100%;
  text-align: center;
  height: auto;
  margin: 10px 0 20px;
}
.see-all-vac a {
  border: 2px solid #4c6fb5;
  border-radius: 30px;
  color: #fff;
  padding: 0 20px;
  height: 40px;
  line-height: 38px;
  font-size: 18px;
  background: #75a8da;
}
div.heading.whyWrkWithUs-head {
  border-radius: 0;
}
.ftr-big-btn {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  position: relative;
}
.left-arch,
.right-arch {
  position: absolute;
  z-index: 3;
}
.ftr-big-btn a {
  padding: 15px 30px;
  border: 2px solid #810052;
  border-radius: 5px;
  color: #fff;
}
.ftr-big-btn a:hover {
  background-color: #810052;
  border: 2px solid #a8407f;
  color: #fff;
}
.left-arch {
  width: 53px;
  height: 198px;
  top: 20px;
  left: 330px;
  background: url(/web/20170217030303im_/https://www.peoplestrong.com/wp-content/themes/peoplestrong/images/left-arch.png)
    center center no-repeat;
}
.right-arch {
  background: url(/web/20170217030303im_/https://www.peoplestrong.com/wp-content/themes/peoplestrong/images/right-arch.png)
    center center no-repeat rgba(0, 0, 0, 0);
  height: 600px;
  right: 250px;
  top: -235px;
  width: 207px;
}
.home-sec-text-cont {
  width: 100%;
  float: left;
  text-align: center;
}
.home-sec {
  min-width: 730px;
  margin: 0 auto 60px;
  color: #fff;
}
.home-sec:first-child {
  margin-top: 50px;
}
.home-sec:last-child {
  margin-bottom: 0;
}
.home-sec-icon {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-bottom: 10px;
}
.home-sec h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
}
.home-sec p {
  padding: 0;
  font-size: 14px;
  line-height: 16px;
}
.home-sec .home-sec-btn a {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 0;
  font-size: 16px;
  margin: 20px 0 0;
  color: #fff;
  min-width: 200px;
  height: 42px;
  line-height: 40px;
}
.latest-sec-img,
.latest-sec-text,
li.vrtcl-slide {
  display: block;
  float: left;
}
.home-sec .home-sec-btn a:hover {
  color: #000;
  background-color: #fff;
}
.no-borderRadius {
  border-radius: 0 !important;
}
div.heading > div.inner.latest-heading {
  color: #fff;
  margin: 50px 0 30px;
}
.latest-section {
  width: 100%;
  position: relative;
  max-height: 350px;
  height: 350px;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 7px;
}
.latest-sec-img {
  width: 100%;
  height: 222px;
  overflow: hidden;
}
.latest-sec-text {
  width: 100%;
  height: auto;
  padding: 11px 20px 10px;
}
.latest-sec-text p {
  font-size: 14px;
  line-height: 1.1em;
  color: #444;
  padding: 0;
  margin: 0 0 5px;
}
.latest-sec-text h4 {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin: 0;
  padding: 0;
}
.verticleSlider-cont,
.wordpressFollow {
  position: relative;
  max-height: 350px;
  margin-bottom: 20px;
  height: 350px;
  border-radius: 7px;
  width: 100%;
  overflow: hidden;
}
.latest-sec-text h4 a,
.latest-sec-text h4:hover a {
  color: #000;
}
.wordpressFollow {
  padding: 0 20px;
  text-align: center;
}
.verticleSlider-cont {
  padding: 35px 20px 20px;
}
.verticleSlider-cont::after {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(246, 246, 246, 0) 0,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.99) 69%,
    rgba(255, 255, 255, 1) 95%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(0, rgba(246, 246, 246, 0)),
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(69%, rgba(255, 255, 255, 0.99)),
    color-stop(95%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(246, 246, 246, 0) 0,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.99) 69%,
    rgba(255, 255, 255, 1) 95%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(246, 246, 246, 0) 0,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.99) 69%,
    rgba(255, 255, 255, 1) 95%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(246, 246, 246, 0) 0,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.99) 69%,
    rgba(255, 255, 255, 1) 95%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(246, 246, 246, 0) 0,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.99) 69%,
    rgba(255, 255, 255, 1) 95%,
    rgba(255, 255, 255, 1) 100%
  );
  bottom: 0;
  content: "";
  height: 20%;
  left: 0;
  position: absolute;
  width: 100%;
  border-radius: 7px;
  z-index: 1;
}
ul.vrtcl-slider {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 310px;
}
li.vrtcl-slide {
  height: auto;
  position: relative;
  width: 100%;
  border-bottom: 1px dashed #979797 !important;
  padding: 10px 0;
  clear: both;
  min-height: 60px;
}
li.vrtcl-slide .entry-meta {
  clear: both;
  display: block;
  float: left;
  margin-bottom: 5px;
}
.vrtcl-slide p,
li.vrtcl-slide h6 {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
}
li.vrtcl-slide h6 {
  letter-spacing: 1px;
  color: #6da4d8;
  margin-right: 5px;
  text-transform: capitalize;
}
li.vrtcl-slide h4 {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
}
li.vrtcl-slide h4 a {
  color: #000;
}
.more12 {
  bottom: 7px;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  right: 20px;
  z-index: 2;
}
.google-play-sec {
  width: 100%;
  height: auto;
  padding: 10px 15px;
  text-align: right;
  position: relative;
  font-size: 15px;
  line-height: normal;
  color: #fff;
  float: left;
}
.google-play-sec ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.google-play-sec ul li {
  display: inline-block;
  padding: 0 15px 0 20px;
  font-size: 15px;
  line-height: 20px;
  float: right;
}
.google-play-sec ul li:first-child {
  border-left: 1px dashed rgba(255, 255, 255, 0.7);
}
.google-play-sec ul li:last-child {
  padding-right: 0;
  max-width: 330px;
  margin-right: 20px;
}
.google-play-sec ul li p {
  margin: 0;
  padding: 0;
}
.vrtcl-slider span.next,
.vrtcl-slider span.prev {
  background: 0 0;
  color: #333;
  font-size: 20px;
  height: auto;
  left: 50%;
  line-height: 22px;
  padding: 0;
  width: auto;
  z-index: 3;
}
.vrtcl-slider span.prev {
  top: -32px;
}
.vrtcl-slider span.next {
  bottom: 0;
  position: absolute;
  right: auto;
  text-align: left;
  top: auto;
}
.center-cont,
.center-content {
  text-align: center;
  width: 100%;
}
.vrtcl-slider span.next i.fa,
.vrtcl-slider span.prev i.fa {
  transform: rotate(90deg);
}
#slider2 {
  width: 100%;
  padding: 20px 10%;
  position: relative;
  overflow: hidden;
  max-height: 180px;
  margin-bottom: 80px;
}
.center.homeSlider div.thumb {
  opacity: 1;
}
.homeSlider span.next,
.homeSlider span.prev {
  background: rgba(215, 215, 215, 0.5);
  top: 23%;
}
.homeSlider span.next i.fa,
.homeSlider span.prev i.fa {
  vertical-align: baseline;
}
.center-content {
  display: block;
}
.center-cont {
  position: relative;
  height: auto;
}
.HR-outsorce-container {
  width: 100%;
  display: table;
}
.HR-outsorce-Sec1,
.HR-outsorce-Sec2 {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  padding: 20px;
}
.HR-outsorce-Sec1 {
  width: 70%;
}
.HR-outsorce-Sec2 {
  width: 30%;
}
.HR-outsorce-img {
  float: left;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  margin-right: 20px;
  text-align: right;
  line-height: 160px;
}
.HR-outsorce-img img {
  width: 100%;
  display: block;
  border-radius: 100%;
}
.HR-outsorce-text {
  float: left;
  width: 70%;
  color: #fff;
  padding: 15px 0;
  height: 100%;
}
.HR-outsorce-text .entry-meta {
  display: block;
  float: left;
  font-size: 12px;
  line-height: 14px;
  width: 100%;
  margin: 0 0 5px;
  color: #fff;
}
.HR-outsorce-text .entry-meta p {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0 5px 0 0;
}
.emplyName {
  display: block;
}
.storyName {
  float: left;
  margin-right: 4px;
}
.HR-outsorce-text h3 {
  color: #fff;
  max-width: 90%;
  padding: 0;
  margin: 0 0 5px;
}
.readMoreEmployee {
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-top: 30px;
  text-align: center;
  width: 155px;
}
.readMoreEmployee:hover {
  border: 2px solid #810052;
  color: #810052;
}
.caseStudy-cont,
.marketingStatus-cont {
  position: relative;
  border-radius: 7px;
  width: 100%;
}
.HR-outsorce-Sec1.bg-dark-pink .HR-outsorce-text a:hover {
  color: #000;
  border-color: #000;
}
.HR-outsorce-Sec2 ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.HR-outsorce-Sec2 ul li {
  float: left;
  display: block;
  width: 100%;
}
.HR-outsorce-Sec2 ul li a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 0;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.caseStudy-seeAll,
.submitButton {
  text-align: center;
}
.HR-outsorce-Sec2 ul li:first-child a {
  padding-top: 0;
}
.HR-outsorce-Sec2 ul li:last-child a {
  border-bottom: none;
}
.HR-outsorce-Sec2 ul li a:hover {
  color: #810052;
}
.marketingStatus-cont {
  padding: 20px;
  margin-bottom: 20px;
  height: 560px;
}
.marketingStatus-img {
  float: left;
  width: 100%;
  text-align: center;
  height: 240px;
  margin: 20px 0;
}
.marketingStatus-cont div.gray-heading > div.inner {
  max-width: 100%;
  min-height: 100px;
  padding: 20px 60px 0;
}
.marketingStatus-text p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 17px;
}
.caseStudy-cont {
  height: 230px;
  max-height: 300px;
  overflow: hidden;
  padding: 20px;
  float: left;
  margin-bottom: 20px;
}
.caseStudy-heading {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.caseStudyImgLogo {
  float: left;
  margin-right: 10px;
  max-height: 60px;
  max-width: 60px;
}
.caseStudySecHead {
  float: none;
  height: 60px;
  margin: 0;
  padding: 0;
  width: 73%;
  display: table-cell;
  vertical-align: bottom;
}
.caseStudy-text {
  float: left;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
}
.caseStudy-text p,
div.field p {
  margin: 0;
  padding: 0;
}
.caseStudy-seeAll {
  border: 2px solid #4c6fb6;
  border-radius: 30px;
  bottom: 20px;
  box-sizing: border-box;
  display: block;
  height: 38px;
  left: 21%;
  padding: 0;
  overflow: hidden;
  position: absolute;
  width: 155px;
  min-height: 38px;
  line-height: 38px;
}
.caseStudy-seeAll .seeAll {
  color: #fff;
  display: block;
  font-size: 18px;
  width: 100%;
}
.required-span {
  display: inline-block;
  color: #ee3e80;
}
.address-box {
  min-height: 370px !important;
}
.checkbox-cont {
  border: 2px solid #ddd;
  height: auto;
  padding: 20px;
  width: 100%;
}
.wpcf7-list-item.first.last > input {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 20px;
  outline: 0;
  width: 20px;
}
.wpcf7-list-item-label {
  display: inline-block;
  line-height: 14px;
  font-size: 12px;
  max-width: 210px;
}
.designation,
.flipBack-text,
p.entry-summary {
  line-height: 19px;
}
.checkbox-cont hr {
  color: #ddd;
  width: 93%;
}
div.heading.workWithIndustry {
  margin: 20px 0;
  color: #fff;
}
div.post p {
  padding: 0;
}
.thumb.entry-thumbnail.largeLogoMargin {
  margin-bottom: 8px;
}
.visiteWebsite {
  position: absolute;
  bottom: 10px;
  left: 35%;
}
.designation {
  margin: 3px 0 0;
}
.entry-summary p {
  margin-bottom: 5px;
}
div.knowledge-block div.post.whitePaperSec {
  min-height: 300px;
  height: auto;
}
div.post.address-box p {
  line-height: 19px;
  font-size: 16px;
}
.footerLogo {
  display: block;
  float: left;
  width: 100%;
  margin-left: 20px;
  margin-top: 5px;
}
div.post.DownloadPage-Post {
  background: 0 0 !important;
}
div.product-post div.post.DownloadPage-Post {
  min-height: 280px;
  max-height: auto;
  height: auto;
  margin-bottom: 0;
  padding: 20px;
}
div.product-post div.post.DownloadPage-Post div.thumb {
  margin-bottom: 20px;
  padding-bottom: 5px;
  width: 100%;
  border-bottom: 1px dashed #000;
}
div.product-post div.post.DownloadPage-Post img.googleAppDownload {
  margin-top: 10px;
}
img.pdf-icon {
  max-width: 80px;
}
.home-sec h2 {
  max-width: 530px;
  margin: 0 auto 10px;
}
ul.socialize li a i.fa.fa-youtube {
  font-size: 21px;
  vertical-align: -2px;
}
.sec-banner-container {
  position: relative;
  width: 100%;
}
.section-heading p,
.title-bar.recruitment .sec-banner-container {
  padding: 0;
}
.thumb.entry-thumbnail.altImg {
  height: 115px;
  padding: 0;
}
.flipBack-heading,
.flipBack-text {
  width: 100%;
  height: auto;
  text-align: left;
  color: #000;
  float: left;
}
.flipBack-heading {
  display: block;
  margin: 0 0 10px;
  min-height: 50px;
}
.flipBack-text {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.flipBack-text li {
  display: block;
  margin-bottom: 10px;
}
.homeSlide div.thumb {
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 100%;
  border: 0;
  margin: 0 auto;
}
.homeSlide div.thumb img {
  border: 0;
}
.thumb.entry-thumbnail.altImgDownload {
  height: 125px;
}
div.post.address-box div.front h3 {
  height: auto;
  margin-bottom: 10px;
}
div#award-slider div.slide:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0) 0,
    rgba(74, 74, 74, 0.5) 100%
  );
  background: -o-radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0) 0,
    rgba(74, 74, 74, 0.5) 100%
  );
  background: -webkit-radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0) 0,
    rgba(74, 74, 74, 0.5) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0) 0,
    rgba(74, 74, 74, 0.5) 100%
  );
  z-index: 2;
}
div#award-slider div.slide img {
  z-index: 1;
}
.post-block.team-block a.post-link {
  position: absolute;
  left: 41%;
  bottom: 10px;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
}
.post-block.team-block.feature-block a.post-link {
  left: 35%;
  bottom: 15px;
  position: absolute;
}
div.heading > div.inner > span {
  font-family: FFDINWeb, sans-serif;
  display: inline-block;
}
.accordion-MobileApp-cont.bg-white.indiaStoryAccordian {
  height: 500px;
  padding: 15px 30px;
}
.monthName,
div.compliance div.post p {
  padding: 10px 0;
}
.monthName {
  text-align: center;
  position: relative;
  border-radius: 7px;
  margin: 0 0 20px;
  font-family: FFDINWebBold, sans-serif;
  cursor: pointer;
}
.monthName:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  right: 0;
  top: 0;
  font-size: 30px;
  text-align: center;
  height: 50px;
  width: 50px;
  color: #6da4d8;
  line-height: 50px;
}
.monthName.active:after {
  content: "\f106";
}
div.toggle-container {
  display: none;
}
.wordpressFollow iframe {
  max-height: 360px;
}
.single-content div.thumb {
  text-align: center;
}
.single-content div.thumb img {
  padding-top: 20px;
  display: inline-block;
}
#industry-slider {
  margin-bottom: 50px !important;
}
.card {
  background: 0 0 !important;
}
div.small-content {
  margin: 0 auto;
  width: 70%;
}
div.small-content > div.small-content-area {
  padding: 60px 0 0;
}
#post-slider span.slick-arrow,
#video-slider span.slick-arrow {
  background: 0 0;
  top: 50%;
  margin: -30px 0 0;
}
#post-slider div.slide-caption {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  color: #fff;
  font-size: 23px;
  line-height: 25px;
  font-family: FFDINWebBold, sans-serif;
  padding: 0 20px;
}
div.related-post div.post {
  height: 350px;
  margin-bottom: 20px;
  border-radius: 7px;
  overflow: hidden;
}
div.related-post div.post img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
div.related-post div.entry-summary {
  padding: 5px 15px;
}
div.related-post div.entry-summary h4 a {
  color: #000;
}
.issuuembed.issuu-isrendered span {
  display: none;
}
div.solution-flip-box {
  float: left;
  height: 318px;
  margin-bottom: 50px;
  overflow: visible;
  width: 318px;
  -webkit-perspective: 800;
  -ms-perspective: 800;
  -moz-perspective: 800;
  -o-perspective: 800;
  position: relative;
}
div.solution-flip-box .card.flipped {
  transform: rotatey(-180deg);
  -ms-transform: rotatey(-180deg);
  -moz-transform: rotatey(-180deg);
  -webkit-transform: rotatey(-180deg);
  -o-transform: rotatey(-180deg);
}
div.solution-flip-box .card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transform-style: preserve-3d;
  -moz-transition: 0.5s;
  -ms-transform-style: preserve-3d;
  -ms-transition: 0.5s;
  -o-transform-style: preserve-3d;
  -o-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
}
div.solution-flip-box:nth-child(2n) {
  float: right;
}
div.solution-flip-box:nth-child(3),
div.solution-flip-box:nth-child(4) {
  margin-bottom: 0;
}
div.popup-testimonial {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999999;
}
div.popup-inners div.inner {
  padding: 40px;
}
div.popup-inners div.thumb {
  float: left;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin-right: 20px;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.317);
  text-align: center;
  line-height: 120px;
}
div.popup-inners a.close {
  top: -40px;
}
.card .back,
.card .front {
  position: relative;
}
.card .back:before,
.card .front:before {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #999;
  text-transform: uppercase;
  left: 0;
  bottom: 15px;
  line-height: 15px;
  font-family: FFDINWeb, sans-serif;
}
.back-top a,
.card ul li:before {
  font-family: FontAwesome;
}
.card .front:before {
  content: "Flip";
}
.card .back:before {
  content: "Back";
}
.card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.card ul li {
  margin-bottom: 13px;
  line-height: 20px;
  font-size: 18px;
}
.card ul li:before {
  content: "\f00c";
  font-size: 20px;
  color: #000;
  padding-right: 5px;
}
.media-box {
  margin: 0 0 20px;
  overflow: hidden;
}
div.video-caption {
  background: #ddd;
  padding: 10px;
}
.back-top {
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 1000;
}
.back-top a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  line-height: 44px;
  border-radius: 5px;
  color: #fff;
  height: 44px;
  width: 44px;
  text-align: center;
}
.title-bar,
.toggle-container div.post div.date {
  text-align: left;
}
.back-top a:hover {
  color: #000;
}
.toggle-container div.post {
  height: 320px;
}
div.invester div.thumb {
  margin: 0 auto 15px;
  float: none;
}
.wp-video {
  width: 100% !important;
}
.gallery-caption {
  margin-top: 20px;
}
.popup-heading a.close {
  top: -60px !important;
  right: 5px !important;
  height: 50px;
}
.popup-heading a.close:before {
  content: "close" !important;
  bottom: -5px;
}
.popup-inners {
  width: auto !important;
}
.casestudy--h div.case-study div.thumb {
  display: table-cell;
  float: none;
  width: 70px;
  padding-right: 15px;
}
.casestudy--h div.case-study div.content-block {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.checkbox,
.job-vacancy-cont table tr td,
.radio {
  vertical-align: top;
}
.casestudy--h div.case-study div.content-block h3 {
  margin: 0;
}
.casestudy--h div.case-study div.post {
  width: 100%;
  display: table;
}
div.post-block div.post.nomargin-post h3.downloadHeading {
  font-size: 30px;
  line-height: 32px !important;
}
div.location {
  margin: 15px 0 0;
}
.serch-keyword p,
div.location .getDirection {
  font-size: 18px;
}
.footer-menu {
  padding: 0 10px 0 20px;
}
.checkbox,
.radio {
  display: inline-block;
  position: relative;
  padding: 0 0 0 25px;
  min-height: 20px;
}
.checkbox input,
.radio input {
  top: 0;
  left: 0;
  margin: 0 !important;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px\9;
}
.checkbox.disabled,
.radio.disabled,
input[type="radio"][disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="checkbox"][disabled] {
  cursor: not-allowed;
}
.inline.checkbox,
.inline.radio {
  padding-right: 20px;
}
.checkbox .input-helper:after,
.checkbox .input-helper:before,
.radio .input-helper:after,
.radio .input-helper:before {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  content: "";
}
.checkbox .input-helper:before,
.radio .input-helper:before {
  left: 0;
  border: 2px solid #333;
  background: #fff;
}
.checkbox.disabled,
.radio.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.checkbox input {
  width: 17px;
  height: 17px;
}
.checkbox input:checked + .input-helper:after {
  -webkit-transform: scale(1) rotate(-50deg);
  -ms-transform: scale(1) rotate(-50deg);
  -o-transform: scale(1) rotate(-50deg);
  transform: scale(1) rotate(-50deg);
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkbox .input-helper:before {
  top: 0;
  width: 17px;
  height: 17px;
}
.checkbox .input-helper:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0) rotate(80deg);
  -ms-transform: scale(0) rotate(80deg);
  -o-transform: scale(0) rotate(80deg);
  transform: scale(0) rotate(80deg);
  width: 13px;
  height: 7px;
  border-bottom: 3px solid #6da4d8;
  border-left: 3px solid #6da4d8;
  border-bottom-left-radius: 2px;
  left: 2px;
  top: 3px;
}
.radio input {
  width: 19px;
  height: 19px;
}
.radio input:checked + .input-helper:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.radio .input-helper:before {
  top: -1px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}
.radio .input-helper:after {
  width: 11px;
  height: 11px;
  background: #00a651;
  border-radius: 50%;
  top: 3px;
  left: 4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.sul-content {
  margin: 16px 0 0;
}
.testimonial div.post p {
  font-size: 23px;
  line-height: 25px;
  color: #000;
  word-break: normal;
  word-wrap: normal;
}
.testimonial span.next,
.testimonial span.prev {
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.accordion .accordion-heading:first-child {
  border-top: none;
}
.team-block.horizontal div.post {
  position: relative;
}
.team-block.horizontal div.entry-data .view-more {
  position: absolute;
  bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
}
.team-block.horizontal.feature-block div.entry-data .view-more {
  position: relative;
  bottom: 10px;
}
div.post-block div.post.download-post {
  height: 300px;
}
div.post-block div.post.download-post p {
  font-size: 23px;
  line-height: 25px;
}
.link--arrow,
.link--blue {
  font-size: 14px;
}
div.post.download-post p {
  clear: left;
}
.title-bar {
  display: table;
  height: auto;
  padding: 0 150px 0 20px;
  position: relative;
  width: 100%;
}
.issueWidget-cont,
.job-vacancy-cont table td:nth-child(2),
.see-all-vac a {
  text-align: center;
}
.title-bar.img-title {
  padding: 0;
}
div.post-block.whitebox--partner div.post {
  height: 340px;
}
#solutions-popup.popup.pop--content a.close {
  height: 50px;
  right: 5px !important;
  top: -65px !important;
}
#solutions-popup.popup.pop--content a.close:before {
  content: "close" !important;
}
.link--arrow {
  text-transform: uppercase;
}
div.post-block.whitebox--partner div.post .link--arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
div.industry-block h4 {
  max-height: none;
}
#solutions-popup.popup.pop--content .guest-media div.thumb {
  width: 210px;
  height: 210px;
  margin-bottom: 0;
}
#solutions-popup.popup.pop--content div.popup-inners div.inner {
  padding: 0;
}
.guest-media p {
  margin: 0 0 30px;
  padding: 0;
  font-size: 16px;
}
.guest-media .guest-name {
  margin: 30px 0 0;
  display: inline-block;
  font-size: 23px;
  padding: 0;
  line-height: 25px;
}
.blog-list .pagination:before,
.msg-for-mobile {
  display: none;
}
.guest-media .guest-des {
  font-size: 23px;
  font-weight: 400;
  line-height: 25px;
}
.guest-media .guest-visit {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14;
}
.issueWidget-cont {
  height: auto;
  padding: 0;
  margin: 0 0 20px;
}
.issuuembed {
  width: 100%;
  height: 500px;
  margin: 0 auto;
}
.accordion-MobileApp-cont.indiaStoryAccordian .accordion-MobileApp {
  min-height: 500px;
}
.testimonial.nospace--bottom {
  margin-bottom: -20px;
}
footer {
  position: relative;
}
.blog-list article.post {
  padding: 20px;
}
.blog-list article.post .entry-title,
div.single-content .entry-title {
  margin: 10px 0 5px;
}
.blog-list article.post div.entry-summary {
  padding-bottom: 10px;
}
.blog-list .post-link.blue-link {
  min-width: 155px;
  height: 40px;
  text-align: center;
}
div.single-content {
  padding: 20px;
}
div.form-block div.field:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}
div.heading.width--narrow > div.inner {
  max-width: 30%;
}
div.form-block div.field {
  position: relative;
  padding-right: 30px;
}
.field__tick {
  position: absolute;
  right: 0;
  top: 32px;
  width: 14px;
  height: 10px;
  background: url()
    no-repeat;
}
div.form-block div.field.field__success .field__tick {
  background-position: 0 -23px;
}
div.form-block div.field.field__failed .field__tick {
  background-position: 0 -47px;
  top: 33px;
}
div.form-block div.field.field__txtarea .field__tick {
  top: 28px;
}
.pagination {
  margin: 0 0 20px;
}
.job-vacancy-cont table tr th {
  font-family: FFDINWebBold, sans-serif;
  font-weight: 400;
  padding: 0 0 10px;
}
.evnet-block div.thumb img,
.news-block div.thumb img {
  width: 100%;
}
.evnet-block div.thumb,
.news-block div.thumb,
div.feature-post div.thumb {
  margin-bottom: 11px;
}
div.evnet-block div.entry-summary,
div.feature-post div.data {
  padding: 0 20px 20px;
}
.news-block div.entry-meta {
  color: #444;
  margin: 0 0 4px;
}
div.news-block h3 {
  font-size: 16px;
  color: #000;
  line-height: 19px;
}
div.data div.news-block h3 {
  line-height: 19px;
}
.evnet-block .entry-title {
  margin: 0;
}
div.feature-post div.post {
  height: 350px;
}
div.evnet-block div.post .entry-title {
  font-size: 16px;
}
.job-vacancy-cont table td,
.job-vacancy-cont table th {
  color: #000;
}
.see-all-vac a {
  min-width: 180px;
}
div.knowledge-block div.block-top p {
  height: 50px;
  clear: left;
}
div.knowledge-block div.block-top .table--head {
  display: table;
  width: 100%;
  margin: 0 0 5px;
}
div.knowledge-block div.block-top .table--head h2 {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
}
div.knowledge-block div.block-top .table--head .thumb {
  margin: 0;
}
div.newsNevent div.block-top .table--head .thumb {
  margin: 0 10px 0 0;
  width: 60px;
}
div.knowledge-block div.block-top .h3subtitle {
  font-weight: 400;
  font-size: 23px;
  line-height: 25px;
  height: 60px;
}
.whitePaperSec .entry-menta {
  color: #444;
}
.whitePaperSec a.blue-link {
  width: 48%;
  float: left;
  padding: 0 10px;
  height: 40px;
  line-height: 38px;
}
.whitePaperSec a.gray-link {
  width: 48%;
  float: right;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}
div.form-block label {
  float: left;
}
div.form-block label.error {
  float: right;
}
div.form-block .error {
  color: #ee3e80;
  font-size: 14px;
}
div.form-block input.error {
  color: inherit;
}
div.knowledge-block .whitePaperSec .entry-menta {
  margin-bottom: 5px;
}
div.knowledge-block div.whitePaperSec.post.onehalf {
  min-height: 430px;
  padding: 20px;
}
div.knowledge-block div.whitePaperSec.post.onehalf .height--min {
  height: 130px;
}
div.knowledge-block div.whitePaperSec.post.onehalf h3 {
  min-height: 44px;
  margin: 0 0 10px !important;
  overflow: hidden;
  max-height: 44px;
}
.btn--center .post-link {
  width: 155px !important;
  display: inline-block !important;
  vertical-align: middle;
}
.small-partner-block-white div.gray-heading > div.inner {
  max-width: 300px;
  padding: 20px 30px;
  height: 120px;
}
.container:after {
  display: block;
  clear: both;
  content: "";
}
.author-post--even,
ul.guest-list {
  width: 100%;
  display: inline-block;
}
#industry-slider .slick-arrow {
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
ul.guest-list {
  padding: 0 0 20px;
}
.nopadding-bottom {
  padding-bottom: 0 !important;
}
div.post-block.author-post--even .entry-meta.date {
  margin-bottom: 10px;
}
div.post-block.author-post--even .entry-meta .byline {
  margin-bottom: 10px;
  display: block;
}
div.post-block.author-post--even div.post h3 {
  height: 85px;
  vertical-align: top;
}
div.post-block.author-post--even .p_description {
  height: 140px;
}
div.post-block.author-post--even div.post {
  text-align: left;
  height: 400px;
}
div.post-block.author-post--even div.post a.gray-link {
  min-width: 155px;
  text-align: center;
  display: table;
  margin: auto;
}
.txt--uppercase {
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  display: block;
  margin: 0 0 5px;
}
.profile-content .author-des {
  margin-bottom: 10px;
}
.leadersgip-profile {
  margin-bottom: 20px;
}
.post-block.india-client.box--white-post h3.downloadHeading {
  display: block;
  height: 50px;
  margin-bottom: 5px;
}
.post-block.world-partner div.thumb {
  border-radius: 100%;
  margin: 0 auto 20px;
  display: block;
  width: 110px;
  height: 110px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.15);
  padding: 0;
}
.post-block.world-partner div.thumb img {
  display: block;
  width: 100%;
}
.post-block.five-pillar div.thumb,
.post-block.icons--block div.thumb,
.post-block.india-client div.thumb {
  display: inline-block;
}
.post-block.five-pillar div.thumb img {
  display: block;
  margin: auto;
}
.slide--pic {
  display: block;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
}
.vrtcl-slider .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
.section-heading h1.entry-title,
.section-heading h1.entry-title + p {
  display: inline;
  vertical-align: middle;
}
.slidepageInfo {
  float: right;
  margin: 0 22px 0 0;
}
#product-philosophy {
  padding-bottom: 20px;
}
.show--solution-popup .overlay-screen.is-visible {
  z-index: 11;
}
@media (max-width: 1050px) {
  .popup-inner h3.toggle__trigger,
  .testimonial div.post p,
  div.visit-text h3 {
    font-size: 20px;
    line-height: 22px;
  }
  div.custom-select select {
    font-size: 20px;
  }
  .popup-heading a.close {
    right: 0 !important;
  }
  .slide--pic {
    display: block;
    height: 505px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  div.popup-inner {
    max-height: 60vh;
  }
  section.testimonial {
    padding: 60px 0 20px;
  }
  div.slide-heading p {
    font-family: FFDINWebBold, sans-serif;
    font-weight: 400;
  }
  .guest-media .guest-des,
  .guest-media .guest-name {
    font-size: 20px;
  }
  ul.guest-list {
    white-space: nowrap;
    overflow: auto;
    padding: 0;
  }
  ul.guest-list:before {
    position: absolute;
    width: 100px;
    right: 0;
    top: 10px;
    bottom: 0;
    content: "";
    pointer-events: none;
    background: -moz-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 1) 100%
    );
  }
  ul.guest-list li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .slide--pic {
    height: 350px;
    background-position: 10% 0;
    background-size: cover;
  }
  .casestudy--h div.case-study a.download-btn {
    width: auto;
    padding: 0 20px;
  }
  .accordion-MobileApp {
    min-height: 1%;
  }
  .serch-keyword {
    padding-bottom: 30px;
  }
  div.popup-inner {
    max-height: 80vh;
  }
  div#testimonial-slider div.author-data {
    font-size: 14px;
    line-height: 17px;
  }
  h2.ac-MobileApp-head {
    font-size: 22px;
    padding: 10px 35px 0;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .accordion-MobileApp-cont {
    margin: 20px 0 0;
  }
  div.heading div.sub-title {
    max-width: 100%;
    padding: 0 10px 20px;
  }
  .team-block.horizontal div.entry-data .view-more {
    font-size: 12px;
  }
  .team-block.horizontal.feature-block div.entry-data .view-more {
    bottom: 0;
  }
  div.post-block div.post.nomargin-post h3.downloadHeading {
    font-size: 22px;
    line-height: 24px !important;
  }
  div.post-block div.post.download-post p {
    font-size: 20px;
    line-height: 22px;
  }
  div.download div.post a.post-link {
    font-size: 16px;
  }
  div.title-heading {
    padding: 20px;
  }
  .sec-banner-container,
  .title-bar {
    padding: 0;
  }
  #solutions-popup.popup.pop--content .guest-media div.thumb {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }
  .guest-media .guest-name {
    margin: 0;
    display: block;
  }
  .hide__mobile-for,
  .job-vacancy-cont table .hide__mobile {
    display: none;
  }
  div.visit-text .cell--inner .link--blue {
    font-size: 12px;
  }
  .accordion-MobileApp-cont.bg-white.indiaStoryAccordian {
    padding: 15px;
  }
  .blog-list .entry-meta {
    font-size: 12px;
    line-height: 14px;
  }
  .blog-list .post-link.blue-link {
    min-width: 120px;
    font-size: 16px;
    line-height: 22px;
  }
  .pro-outsrce1 {
    padding: 20px 10px;
  }
  .pro-outsrce-front p {
    left: 10px;
    padding: 0;
    top: 10px;
  }
  .job-vacancy-cont,
  .pro-outsrce-text {
    padding: 10px;
  }
  .pro-outsrce1 h4 {
    font-size: 20px;
    line-height: 22px;
  }
  .job-vacancy-cont table tr td:first-child,
  .job-vacancy-cont table tr th:first-child {
    width: 60%;
    text-align: left;
  }
  .job-vacancy-cont table tr td,
  .job-vacancy-cont table tr th {
    text-align: right;
  }
  .msg-for-mobile {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #ee3e80;
    padding: 10px;
  }
  div.knowledge-block div.block-top .h3subtitle,
  div.knowledge-block h3 {
    font-size: 20px;
    line-height: 22px;
  }
  div.knowledge-block a.post-link {
    font-size: 16px;
    line-height: 38px;
  }
  div.knowledge-block div.whitePaperSec.post.onehalf .height--min {
    height: auto;
    padding-bottom: 15px;
  }
  .btn--center .post-link {
    width: 120px !important;
  }
  .container.container--mobile {
    padding: 0;
  }
  div.post-block.world-partner div.post {
    height: 340px;
  }
  div.profile-content div.thumb {
    margin-bottom: 0;
  }
  div.heading--even.heading > div.inner {
    display: block;
    height: 120px;
    padding: 30px !important;
  }
  div.small-partner-block.small-partner-block-white div.gray-heading {
    display: table;
    width: 100%;
  }
  div.small-partner-block.small-partner-block-white div.gray-heading div.inner {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
    height: 100px;
  }
  div.side-box {
    margin-top: 20px;
  }
  #partner-zone .mix {
    width: 100%;
  }
  .form-block.form--contact {
    padding: 15px 10px;
  }
  div.post-block.author-post--even div.post a.gray-link {
    min-width: 120px;
  }
  .small-partner-block-white {
    margin-bottom: 20px;
  }
  div.case-study a.download-btn,
  div.product-post a.post-link {
    min-width: 148px;
    font-size: 16px;
  }
   {
    min-width: 130px;
    font-size: 16px;
  }
  .section-heading h1.entry-title {
    display: block;
  }
  .flipBack-heading {
    font-size: 22px;
    line-height: 24px;
  }
  div.img-title-box.small:after,
  div.img-title-box:after {
    height: 5px;
  }
  div.img-title-box:before {
    background-image: url();
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 10px;
    content: "";
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-position: left bottom;
  }
}
@media (max-width: 480px) {
  .google-play-sec {
    padding: 20px 0 16px;
  }
  .google-play-sec ul li:last-child {
    padding-right: 27px;
    padding-left: 27px;
    margin: 0;
  }
  .google-play-sec ul {
    text-align: center;
    padding: 0;
  }
  .google-play-sec ul li {
    float: none;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
  }
  .google-play-sec ul li:first-child {
    border: none;
    padding-bottom: 10px;
  }
}
@media (min-width: 991px) and (max-width: 1050px) {
  .accordion-MobileApp-cont.bg-white.indiaStoryAccordian {
    height: auto;
  }
  .accordion-MobileApp {
    min-height: 500px;
  }
  .accordion-MobileApp-cont .accordion-MobileApp {
    min-height: 650px;
  }
  div.heading > div.inner {
    max-width: 70%;
    padding: 60px 40px;
  }
  div#testimonial-slider div.post {
    padding: 30px 160px;
  }
  .accordion-MobileApp-cont {
    padding: 25px;
    height: 822px;
  }
  .ac-MobileApp-head {
    padding: 25px 30px 0;
  }
  .accordion h3.accordion-heading {
    font-size: 20px;
    line-height: 30px;
  }
  span.prev {
    left: 10px;
  }
  span.next {
    right: 10px;
  }
  .try-alt-recruit,
  .workgroup {
    font-size: 21px;
  }
  div.post-block div.post.nomargin-post h3.downloadHeading {
    font-size: 28px;
    line-height: 30px;
  }
  div.post-block div.post.download-post p {
    font-size: 20px;
    line-height: 22px;
  }
  div.download div.post a.post-link {
    font-size: 16px;
  }
  div.title-heading {
    height: 230px;
    padding-left: 55px;
  }
  div.title-heading p {
    font-size: 32px;
    line-height: 34px;
    max-width: 100%;
  }
  .title-bar {
    padding-right: 120px;
  }
  .world-partner h3 {
    font-size: 20px;
    line-height: 22px;
  }
  div.gray-heading,
  div.heading {
    font-size: 28px;
    line-height: 30px;
  }
  .blog-list .post-link.blue-link {
    min-width: 120px;
    font-size: 16px;
    line-height: 22px;
  }
  .pro-outsrce1 h4 {
    font-size: 20px;
    line-height: 22px;
  }
  .see-all-vac a {
    font-size: 16px;
  }
  div.knowledge-block div.block-top .h3subtitle,
  div.knowledge-block h3 {
    font-size: 20px;
    line-height: 22px;
  }
  div.knowledge-block a.post-link {
    font-size: 16px;
    line-height: 38px;
  }
  .btn--center .post-link {
    width: 120px !important;
  }
  .small-partner-block-white div.gray-heading > div.inner {
    max-width: 280px;
  }
  div.product-post a.post-link {
    min-width: 160px;
    font-size: 16px;
  }
  div.case-study a.download-btn {
    min-width: 122px;
    font-size: 16px;
  }
  .slidepageInfo {
    margin: 0 12px 0 0;
  }
  .flipBack-heading {
    font-size: 20px;
    line-height: 22px;
  }
  div.img-title-box:after {
    height: 8px;
  }
  div.img-title-box:before {
    background-image: url();
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 10px;
    content: "";
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-position: left bottom;
  }
  div.img-title-box.small:before {
    bottom: 7px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  div.title-caption {
    position: relative;
    top: 27px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    width: 100%;
  }
  .accordion-MobileApp-cont .accordion-MobileApp {
    min-height: 720px;
  }
  .accordion-MobileApp-cont {
    height: 900px;
  }
  div#testimonial-slider div.post {
    padding: 30px 100px;
  }
  .accordion h3.accordion-heading {
    height: 75px;
    font-size: 19px;
    line-height: 22px;
  }
  .try-alt-recruit,
  .workgroup {
    font-size: 21px;
  }
  h2.ac-MobileApp-head {
    font-size: 28px;
    padding: 0 35px;
    line-height: 30px;
  }
  div.post-block div.post.nomargin-post h3.downloadHeading {
    font-size: 28px;
    line-height: 30px !important;
  }
  div.post-block div.post.download-post p {
    font-size: 20px;
    line-height: 22px;
  }
  div.download div.post a.post-link {
    font-size: 16px;
  }
  .title-bar {
    padding: 0 20px;
  }
  div.title-heading p {
    font-size: 32px;
    line-height: 34px;
  }
  div.visit-text {
    padding: 20px;
    height: auto;
  }
  span.prev {
    left: 10px;
  }
  span.next {
    right: 10px;
  }
  .blog-list .post-link.blue-link {
    min-width: 148px;
    font-size: 16px;
    line-height: 22px;
  }
  .job-vacancy-cont table tr td:first-child,
  .job-vacancy-cont table tr th:first-child {
    width: 50%;
  }
  .job-vacancy-cont {
    min-height: 250px;
  }
  .pro-outsrce1 h4 {
    font-size: 20px;
    line-height: 22px;
    height: auto;
  }
  .see-all-vac a {
    font-size: 16px;
  }
  div.knowledge-block div.block-top .h3subtitle,
  div.knowledge-block h3 {
    font-size: 20px;
    line-height: 22px;
  }
  div.knowledge-block a.post-link {
    font-size: 16px;
  }
  .btn--center .post-link {
    width: 140px !important;
  }
  div.knowledge-block div.whitePaperSec.post.onehalf .height--min {
    height: 150px;
  }
  div.knowledge-block div.whitePaperSec.post.onehalf {
    height: 450px;
  }
  .small-partner-block-white div.partner-block div.post-content {
    overflow: hidden !important;
    padding-left: 10px;
  }
  div.post-block.team-block.horizontal div.post {
    height: 160px;
  }
  div.case-study a.download-btn,
  div.product-post a.post-link {
    min-width: 148px;
    font-size: 16px;
  }
  .slidepageInfo {
    margin: 0 12px 0 0;
  }
  .flipBack-heading {
    font-size: 20px;
    line-height: 22px;
  }
  div.img-title-box:after {
    height: 7px;
  }
  div.img-title-box:before {
    background-image: url();
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 10px;
    content: "";
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-position: left bottom;
  }
  div.img-title-box.small:before {
    bottom: 4px;
  }
}
.visite-arrow {
  display: inline-block;
  margin: -5px 0 0 5px;
  width: 15px;
  height: 13px;
}
div.slide-heading.home-slide-heading p {
  font-size: 36px;
  line-height: 38px;
}
.error-content-heading {
  font-size: 23px;
  line-height: 25px;
  padding: 0;
  margin-bottom: 60px;
  color: #000;
}
div#post-slider,
div#post-slider .slide,
div#post-slider .slide .slideImg img {
  width: 100%;
}
section#post-content-block div.small-content-area h2 {
  font-size: 30px;
  line-height: 32px;
  width: 100%;
  padding: 0 20px;
}
section#post-content-block div.small-content-area p {
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
}
h3.event-summary-heading {
  padding: 0 20px;
  width: 100%;
  display: block;
  clear: both;
}
section#post-content-block .post-content .link--arrow {
  float: left;
  margin-top: 5px;
}
section#post-content-block .post-content h3 {
  margin-bottom: 5px;
}
.popup li {
  clear: both;
  display: block;
  float: left;
  line-height: 16px;
  margin-bottom: 12px;
  width: 100%;
  font-size: 14px !important;
}
div.popup-heading > div.inner p a {
  text-decoration: underline;
  color: #fff !important;
}

a#solutions-btn1 span {
  color: #ee3e80;
  display: block;
  text-decoration: underline;
}
/*
     FILE ARCHIVED ON 03:03:03 Feb 17, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:50:30 May 23, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 58.673
  exclusion.robots: 0.173
  exclusion.robots.policy: 0.159
  RedisCDXSource: 0.663
  esindex: 0.01
  LoadShardBlock: 31.64 (3)
  PetaboxLoader3.datanode: 40.88 (4)
  load_resource: 70.946
  PetaboxLoader3.resolve: 40.239
*/
.title-captions{
  background: rgba(255, 255, 255, 0.94);
    /* position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%); */
    width: 565px;

}
@media only screen and (min-width: 1px) and (max-width: 1023px){
.title-captions {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    box-shadow: 0;
}}