@font-face {
  font-family: "Graphik-Light";
  src: url("../fonts/Graphik-Light.ttf") format("truetype"); }
@font-face {
  font-family: "Graphik-Regular";
  src: url("../fonts/Graphik-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Graphik-Medium";
  src: url("../fonts/Graphik-Medium.ttf") format("truetype"); }
@font-face {
  font-family: "Graphik-Semibold";
  src: url("../fonts/Graphik-Semibold.ttf") format("truetype"); }
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }
  *:focus {
    outline: none !important;
    box-shadow: none !important; }

*[disabled] {
  cursor: not-allowed !important;
  opacity: 0.5 !important; }

body {
  font-family: "Graphik-Regular";
  color: #6B7C93;
  font-size: 14px;
  background-color: #fff;
  transition: all 0.7s cubic-bezier(0, 0.5, 0.17, 1); }

body.modal-open {
  padding-right: 0 !important;
  /*.ContactUsRightIcon{
    right: 17px !important;
  }*/ }

.ColorBlue {
  color: #4285f4; }

.ColorGreen {
  color: #2aa049; }

.HomeBanner {
  /*background-image: url(https://media-exp1.licdn.com/dms/image/C511BAQGL87sK8kyd6w/company-background_10000/0?e=2159024400&v=beta&t=Dep1-BkpgjuKRZ64yKHu0Wz3FlfJZoAOcb8UEBmoMcw);
  background-repeat: no-repeat;
  background-size: cover;*/
  background: #000;
  height: 100vh;
  min-height: 600px;
  overflow: hidden; }
  .HomeBanner img, .HomeBanner video {
    width: 100%; }
  .HomeBanner .VideoGradientBg {
    height: 100%; }
  .HomeBanner .VideoGradientBg::before {
    opacity: 0.95;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNDQwIDkwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtvcGFjaXR5Oi44O2ZpbGw6dXJsKCNsaW5lYXItZ3JhZGllbnQpfTwvc3R5bGU+PGxpbmVhckdyYWRpZW50IGlkPSJsaW5lYXItZ3JhZGllbnQiIHgxPSI3MjAiIHgyPSI3MjAiIHkyPSI5MDAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9Ii40IiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48dGl0bGU+YmxhY2stZ3JhZGllbnQ8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAgMGgxNDQwdjkwMEgweiIgaWQ9IkJsYWNrX0dyYWRpZW50IiBkYXRhLW5hbWU9IkJsYWNrIEdyYWRpZW50Ii8+PC9nPjwvc3ZnPg==);
    /*
      background: rgb(66,133,244);
background: linear-gradient(0deg, rgba(66,133,244,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
    */ }

.BannerContent {
  position: absolute;
  bottom: 80px;
  z-index: 2;
  width: 100%; }
  .BannerContent .BannerContentInner {
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 0 auto; }
    .BannerContent .BannerContentInner .MainHeading {
      display: inline-block;
      text-transform: uppercase;
      border-bottom: 0;
      font-size: 18px;
      position: relative;
      margin-bottom: 15px; }
      .BannerContent .BannerContentInner .MainHeading::after {
        margin-top: 0.3rem;
        display: block;
        content: '';
        height: 1px;
        width: 100%;
        animation: expand-width 3000ms;
        background: #f8ad24; }

/*Menubar Start*/
.MainMenubar {
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
  min-height: 68px; }
  .MainMenubar .fa-bars {
    color: #fff;
    cursor: pointer; }
  .MainMenubar .MainLogo img {
    width: 183px;
    height: 34px;
    margin-top: 3px; }
  .MainMenubar ul li a {
    color: #fff;
    font-size: 14px;
    font-family: "Graphik-Semibold";
    line-height: 36px;
    letter-spacing: 1.5px;
    text-align: center;
    padding-bottom: 0 !important; }
  .MainMenubar ul .nav-item + .nav-item {
    margin-left: 44px; }

.MainMenubar.DarkBg {
  background-color: white !important;
  box-shadow: 0 0 5px 0 #888; }
  .MainMenubar.DarkBg ul li a {
    color: #4c4c4c; }
  .MainMenubar.DarkBg ul li a.active {
    color: #4285f4; }

.SectionMainHeading {
  font-size: 44px;
  color: #474747;
  padding-bottom: 42px;
  padding-top: 42px;
  font-family: "Graphik-Medium"; }

.OurSolutions {
  /*background-image:  url(../images/grey.jpg);*/ }
  .OurSolutions .OurSolutionsInner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 35px; }
    .OurSolutions .OurSolutionsInner .CardImg {
      position: relative; }
      .OurSolutions .OurSolutionsInner .CardImg img {
        height: 343px;
        width: 100%; }
  .OurSolutions .White-gradient {
    position: absolute;
    bottom: -2px;
    height: 30%;
    width: 100%; }

.CardsOuter {
  box-shadow: 0px 0px 12px 0px rgba(1, 1, 1, 0.15);
  background-color: #fff;
  cursor: pointer; }
  .CardsOuter:hover {
    box-shadow: 0 0 0.875em 0 rgba(109, 117, 128, 0.16), 0 0.5em 1.125em -0.5em rgba(109, 117, 128, 0.8) !important;
    -webkit-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
    transition: opacity .2s 1.2s,box-shadow .25s ease-in-out,transform .25s ease-in-out,-webkit-transform .25s ease-in-out; }
  .CardsOuter .CardData {
    padding: 15px 15px 25px 18px;
    text-align: left !important;
    vertical-align: center; }
  .CardsOuter .CardSmallHeading {
    color: #6b6b6b;
    font-size: 13px;
    text-transform: uppercase; }
  .CardsOuter .CardBigHeading {
    color: #37383C;
    font-size: 18px;
    line-height: 24px;
    font-family: "Graphik-Medium";
    margin-top: 5px; }
  .CardsOuter .CardText {
    color: #6B7C93;
    margin-top: 10px;
    text-align: left;
    vertical-align: center; }

.InputBoxOuter {
  margin-bottom: 26px;
  position: relative; }
  .InputBoxOuter .CommonTextBox {
    border: none !important;
    border-bottom: 1px solid #eaeaea !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    color: #1a1a1a !important;
    padding: 8px 0 !important;
    height: 38px !important;
    margin-bottom: 0 !important; }
  .InputBoxOuter .has-float-label label {
    top: -14px !important;
    font-size: 12px !important;
    color: #000; }
  .InputBoxOuter .has-float-label input:placeholder-shown:not(:focus) + *, .InputBoxOuter .has-float-label select:placeholder-shown:not(:focus) + *, .InputBoxOuter .has-float-label textarea:placeholder-shown:not(:focus) + * {
    font-size: 14px !important;
    opacity: 1 !important;
    top: 0.7em !important; }

.CommonButtonAnimate {
  height: 40px;
  line-height: 17px;
  padding: 10px 40px;
  font-size: 16px;
  /* float: right; */
  border-radius: 0px;
  background-color: #4285f4;
  border: 0;
  color: #4285f4;
  text-transform: uppercase;
  letter-spacing: .3px;
  border: 2px solid #4285f4;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #4285f4), color-stop(50%, transparent));
  background: linear-gradient(to right, #4285f4 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .CommonButtonAnimate:hover {
    color: #fff !important;
    background-position: left bottom; }

.ViewAll {
  margin-top: 25px; }

.MoreLikeThisOuter .SectionMainHeading {
  font-size: 30px; }
.MoreLikeThisOuter .CardsOuter .CardData {
  padding: 13px 20px 35px; }
.MoreLikeThisOuter .CardsOuter .CardBigHeading {
  font-size: 12px;
  font-family: inherit; }
.MoreLikeThisOuter .OurSolutions {
  margin: 42px 0 70px; }
  .MoreLikeThisOuter .OurSolutions .OurSolutionsInner .CardImg img {
    height: 220px; }

.MoreSolutions {
  padding: 0 13%; }

.FindSolutionOuter {
  border-bottom: solid 1px #26262647;
  background: url(../images/blue-geometric-polygon-background-vector-2.png) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 25px 0;
  color: #fff;
  margin-top: 0px; }
  .FindSolutionOuter h2 {
    margin: 5px 0px 0px 0px;
    font-weight: 400;
    font-size: 22px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }
  .FindSolutionOuter .BtnMailUs {
    padding: 10px 30px;
    font-size: 16px;
    background-color: transparent;
    color: #fff;
    border: solid 1px #fff !important;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    float: right;
    text-decoration: none;
    letter-spacing: 1.5px;
    min-width: 175px; }
    .FindSolutionOuter .BtnMailUs .fa {
      margin-left: 5px; }

.MailUs .SolutionContentHead {
  font-size: 20px;
  font-family: "Graphik-Semibold";
  margin-bottom: 25px; }
.MailUs .CommonSubmitButton {
  width: 197px;
  height: 47px;
  border-radius: 4px;
  background-color: #4285f4;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: "Graphik-Semibold";
  font-size: 16px;
  margin: 0 auto; }

.MailMaxHt {
  max-height: 555px;
  margin-top: 60px;
  border: none !important; }
  .MailMaxHt .btn {
    margin-top: 35px;
    padding: 10px 20px !important; }
  .MailMaxHt .card-header {
    border-bottom: none; }
  .MailMaxHt .card-body {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-top: 0; }
  .MailMaxHt .fa-envelope {
    margin-right: 10px; }

.d-flex {
  display: flex; }

.text-center {
  text-align: center; }

.BgBlue {
  background-color: #4285f4; }

section.SetMinHight {
  min-height: 700px;
  /*height: 100vh;*/
  position: relative; }

.gradient-bg::before, .gradient-bg::after {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat; }

.HomeOurSolutionBanner::before {
  opacity: 0.95;
  background-image: url(../images/GrayBgGradiant.svg); }

.HomeOurSolutionBanner::after {
  background-image: url(../images/YellowRedBgGradiant.svg); }

.OurSolutionBannerBg {
  background-image: url(../images/SolutionBanner.jpeg);
  background-repeat: no-repeat;
  height: 700px;
  background-size: cover;
  background-position: center; }

.SubBannercontent {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  position: absolute;
  bottom: 8%;
  padding: 20px 200px 0;
  z-index: 2; }
  .SubBannercontent .SubBannercontentTitle {
    margin-bottom: 30px;
    font-size: 1.75rem;
    line-height: 1.14; }
    .SubBannercontent .SubBannercontentTitle span {
      padding-bottom: 3px;
      border-bottom: 4px solid #4285f4; }
  .SubBannercontent .SubBannercontentHead {
    margin-bottom: 30px;
    font-size: 2.813rem;
    line-height: 1.07; }
  .SubBannercontent .SubBannercontentSubHead {
    margin-bottom: 45px;
    font-size: 1.75rem;
    line-height: 1.14; }
  .SubBannercontent .BannerBlueButton {
    width: 218px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 1.063rem;
    border-radius: 5px;
    padding: 0 4px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    background-color: #4285f4;
    text-decoration: none; }

.d-inline-block {
  display: inline-block; }

.d-none {
  display: none; }

.CursorPointer {
  cursor: pointer; }

.footer {
  background-color: #141414;
  background-image: url(../images/09.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; }
  .footer .FooterOuter {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1fr 0.9fr;
    grid-column-gap: 55px;
    padding: 60px 0px 20px; }
    .footer .FooterOuter .FooterHead {
      color: #fff;
      font-size: 16px;
      font-family: "Graphik-Medium";
      text-transform: capitalize;
      letter-spacing: 1px;
      margin-bottom: 15px; }
      .footer .FooterOuter .FooterHead img {
        width: 150px; }
    .footer .FooterOuter .FooterText {
      color: #c1c1c1;
      font-size: 14px; }
    .footer .FooterOuter .fa {
      margin-right: 8px; }
    .footer .FooterOuter ul {
      list-style-type: none; }
      .footer .FooterOuter ul li {
        margin-bottom: 8px;
        padding-bottom: 4px;
        display: flex;
        align-items: center; }
        .footer .FooterOuter ul li a {
          cursor: pointer;
          color: inherit;
          text-decoration: none; }
    .footer .FooterOuter .RequestCallForm {
      margin-top: 20px;
      position: relative; }
      .footer .FooterOuter .RequestCallForm .RequestCallInput {
        padding: 8px 10px;
        padding-left: 20px;
        padding-right: 40px;
        width: 100%;
        margin-bottom: 18px;
        border-radius: 3px;
        background-color: transparent !important;
        color: #fff;
        font-size: 15px;
        border: 1px solid #dfe5e8 !important;
        letter-spacing: 0.3px; }
      .footer .FooterOuter .RequestCallForm button {
        height: 40px;
        line-height: 17px;
        padding: 10px 40px;
        font-size: 16px;
        width: 100%;
        border-radius: 0px;
        background-color: #4285f4;
        border: 0;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: .3px;
        /* Old browsers */
        border: 2px solid #4285f4;
        background: linear-gradient(to right, #4285f4 50%, transparent 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        transition: all 0.5s ease; }
        .footer .FooterOuter .RequestCallForm button:hover {
          background-position: left bottom; }

.CopyRight {
  font-size: 12px;
  color: #989898;
  min-height: 40px;
  display: flex;
  align-items: center; }
  .CopyRight .CopyRightInner {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr; }
    .CopyRight .CopyRightInner a {
      color: inherit !important;
      margin-right: 25px;
      text-decoration: none; }
      .CopyRight .CopyRightInner a:hover {
        color: #c1c1c1 !important; }
    .CopyRight .CopyRightInner .CopyrightCon {
      display: flex;
      align-items: center;
      justify-content: center; }
      .CopyRight .CopyRightInner .CopyrightCon .CopySymbol {
        font-size: 14px;
        margin-right: 2px; }

.BgWhite {
  background-color: #fff; }

.SolutionPageBanner {
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px; }
  .SolutionPageBanner img {
    width: 100%;
    height: 500px; }

.SolutionPageBanner.SolutionBg {
  background-image: url(../images/wallpaperflare.com_wallpaper_3.jpg); }

.SolutionPageBanner.SuccessStoryBg {
  background-image: url(../images/wallpaperflare.com_wallpaper_2.jpg); }

.SolutionPageBanner.ServicesBg {
  background-image: url(../images/SolutionBanners/financial_services_Banner.webp); }

.SolutionPageBanner.CareerBg {
  background-image: url(../images/wallpaperflare.com_wallpaper_2.jpg); }

.SolutionPageBanner.AboutUsBg {
  background-image: url(../images/AboutUsBg.jpg); }

.SolutionPageBanner.MfBg {
  background-image: url(../images/SolutionBanners/MF_Banner.jpg); }

.SolutionPageBanner.FdBg {
  background-image: url(../images/SolutionBanners/FD_Banner.jpg); }

.SolutionPageBanner.RoboAdvisoryBg {
  background-image: url(../images/SolutionBanners/roboadvisory_Banner.jpg); }

.SolutionPageBanner.ClientSolutionBg {
  background-image: url(../images/SolutionBanners/Onboarding_Banner.jpg); }

.SolutionPageBanner.PartnerSolutionBg {
  background-image: url(../images/SolutionBanners/Onboarding_Banner.jpg); }

.SolutionPageBanner.PmsBg {
  background-image: url(../images/SolutionBanners/pms_Banner.jpg); }

.SolutionPageBanner.IpoBg {
  background-image: url(../images/SolutionBanners/IPO_Banner.jpg); }

/*################## Solution Page ############################*/
.SolutionContentOuter {
  padding-top: 30px; }
  .SolutionContentOuter .Content {
    padding: 20px 30px; }
  .SolutionContentOuter .SolutionContentInner {
    margin-bottom: 30px; }
    .SolutionContentOuter .SolutionContentInner .SolutionContentHead {
      font-size: 20px;
      font-family: "Graphik-Semibold";
      margin-bottom: 5px; }
    .SolutionContentOuter .SolutionContentInner .SolutionContentData {
      font-size: 15px;
      text-align: justify; }
      .SolutionContentOuter .SolutionContentInner .SolutionContentData ul {
        padding-left: 15px; }
        .SolutionContentOuter .SolutionContentInner .SolutionContentData ul li {
          margin-bottom: 5px; }
          .SolutionContentOuter .SolutionContentInner .SolutionContentData ul li span {
            font-family: "Graphik-Medium";
            font-size: 16px; }
    .SolutionContentOuter .SolutionContentInner .contentGap {
      margin-bottom: 25px; }

/*Success Stories*/
.SuccessStoriesOuter .CardsOuterStory {
  grid-gap: 60px;
  margin-bottom: 50px;
  padding: 20px 25px;
  text-align: justify; }
  .SuccessStoriesOuter .CardsOuterStory img {
    width: 100%;
    margin-top: 5px; }
.SuccessStoriesOuter .SuccessStoryHead {
  font-size: 28px;
  color: #474747;
  margin-bottom: 0px;
  font-family: "Graphik-Medium";
  padding-left: 20px; }
.SuccessStoriesOuter .CardsOuterStory.oddCard {
  display: grid;
  grid-template-columns: 2fr 1.6fr; }
.SuccessStoriesOuter .CardsOuterStory.evenCard {
  display: grid;
  grid-template-columns: 1.6fr 2fr; }

/*Careers*/
.CareersContentBg {
  background-color: white;
  background-image: url(../images/CareersBgTriangle.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  height: auto;
  min-height: fit-content;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .CareersContentBg .CareersContentOuter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 100px; }
    .CareersContentBg .CareersContentOuter .CareersContent {
      padding: 5px 15px;
      width: 85%;
      margin: 0 auto; }
      .CareersContentBg .CareersContentOuter .CareersContent h2 {
        font-family: "Graphik-Semibold";
        font-size: 40px;
        line-height: 45px;
        letter-spacing: 1px; }
      .CareersContentBg .CareersContentOuter .CareersContent .HeadingBottom {
        background-color: #4285f4;
        height: 6px;
        width: 11%;
        margin: 25px 0; }
      .CareersContentBg .CareersContentOuter .CareersContent .CareersContentText {
        width: 85%; }
        .CareersContentBg .CareersContentOuter .CareersContent .CareersContentText .ConDiv {
          margin-bottom: 30px; }
    .CareersContentBg .CareersContentOuter .careerRightImageOuter {
      padding: 15px; }
      .CareersContentBg .CareersContentOuter .careerRightImageOuter img {
        width: 100%; }

@media (max-width: 575.98px) {
  .CareersContentBg .CareersContentOuter .careerRightImageOuter {
    padding: 15px !important;
    margin-top: 30px; }

  .LandingImgWrapper {
    width: auto !important; }

  .SolutionPageBanner {
    height: 200px; }
    .SolutionPageBanner img {
      width: 100%;
      height: 200px; } }
@media (max-width: 767.98px) {
  .SuccessStoriesOuter .CardsOuter {
    grid-template-columns: 1fr !important; }

  .SolutionPageBanner {
    height: 300px; }
    .SolutionPageBanner img {
      width: 100%;
      height: 300px; }

  .FindSolutionOuter {
    text-align: center;
    padding: 32px 0 42px; }
    .FindSolutionOuter .BtnMailUs {
      float: none;
      margin-top: 15px; }

  .FooterOuter {
    margin-top: 45px; }

  .CopyRight .CopyRightInner {
    grid-template-columns: 1fr;
    grid-gap: 15px; }

  .SolutionContentOuter, .OurSolutions .OurSolutionsInner, .footer .FooterOuter {
    grid-template-columns: 1fr;
    grid-gap: 0; }

  .SubBannercontent {
    padding: 20px 20px 0; }
    .SubBannercontent .SubBannercontentTitle {
      margin-bottom: 10px;
      font-size: 1.067rem;
      line-height: 1.25rem; }
      .SubBannercontent .SubBannercontentTitle span {
        border-bottom: 2px solid #4285f4; }
    .SubBannercontent .SubBannercontentHead {
      font-size: 1.733rem;
      line-height: 1.08;
      margin-bottom: 10px; }
    .SubBannercontent .SubBannercontentSubHead {
      font-size: 1.067rem;
      line-height: 1.25rem; }

  .OurSolutions .OurSolutionsInner .CardImg img {
    height: 230px; }

  .OurSolutionBannerBg {
    height: 100vh; }

  .SectionMainHeading {
    font-size: 30px; }

  section.SetMinHight {
    min-height: auto; }

  .CardsOuter {
    margin-bottom: 35px; }
    .CardsOuter .CardData {
      padding: 13px 10px 15px; }

  .CardsOuter:last-child {
    margin-bottom: 5px; }

  .FooterOuter {
    padding: 0; }
    .FooterOuter .FooterText {
      margin-bottom: 35px; }

  .HomeBanner img, .HomeBanner video {
    margin-top: 0px;
    height: 100vh; }

  .BannerContent {
    bottom: 50px; }
    .BannerContent .BannerContentInner .MainHeading, .BannerContent .BannerContentInner h2 {
      font-size: 1.067rem;
      line-height: 1.25rem; }
      .BannerContent .BannerContentInner .MainHeading::after, .BannerContent .BannerContentInner h2::after {
        height: 2px; }
    .BannerContent .BannerContentInner h1 {
      font-size: 1.733rem;
      line-height: 1.08; }

  .ChallengeOuter {
    display: inherit;
    padding: 20px 0;
    margin-top: 50px; }
    .ChallengeOuter .WhatsChal {
      font-size: 2rem !important;
      line-height: 1.1; }
    .ChallengeOuter .WorkTogether {
      font-size: 1.4rem !important;
      line-height: 1.57; }

  .ChallengeOuter .ChallengeInner {
    text-align: center; }
    .ChallengeOuter .ChallengeInner a {
      font-size: 2rem;
      line-height: 1.08; }

  .ChallengeOuter .ChallengeInner.left {
    padding-right: 0;
    border-right: 0; }

  .MoreSolutions {
    padding: 0 5% !important; }

  .SolutionContentOuter .Content {
    padding: 20px 15px; }

  .owl-nav button.owl-prev {
    left: 0px !important; }

  .owl-nav button.owl-next {
    right: 0px !important; }

  .hidden-sm-down {
    display: none; }

  .CareersContentBg .CareersContentOuter {
    margin-top: 40px; }
    .CareersContentBg .CareersContentOuter .CareersContent h2 {
      font-size: 28px;
      line-height: 36px;
      letter-spacing: 0.6px; }
    .CareersContentBg .CareersContentOuter .CareersContent .HeadingBottom {
      width: 100%; }
    .CareersContentBg .CareersContentOuter .CareersContent .CareersContentText {
      width: 100%; }
      .CareersContentBg .CareersContentOuter .CareersContent .CareersContentText .ConDiv {
        margin-bottom: 20px; }

  .LandingPageBanner .tooltip-item {
    display: none !important; }

  .footerContactForm .FooterOuterContactForm {
    grid-template-columns: 1fr !important;
    grid-gap: 0px !important;
    display: unset !important; }

  .containerPadding {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .footerContactForm .FooterOuterContactForm .RequestCallForm .button {
    height: 50px;
    line-height: 17px;
    padding: 9px 20px !important;
    font-size: 12px !important; }

  .MediaBottom {
    padding-bottom: 20px !important; }

  .SuccessStoriesOuter .CardsOuterStory.evenCard {
    display: grid;
    grid-template-columns: 1fr; }

  .SuccessStoriesOuter .CardsOuterStory.oddCard {
    display: grid;
    grid-template-columns: 1fr; } }
@media (min-width: 768px) {
  .hidden-md-up {
    display: none; } }
@media (max-width: 991.98px) {
  .MainMenubar ul li a {
    text-align: left; }
  .MainMenubar ul .nav-item + .nav-item {
    margin-left: 0px; }

  .MainMenubar .MainLogo img {
    width: 125px;
    margin-top: 0px; }

  .MainMenubar.DarkBg .fa-bars {
    color: #474747;
    cursor: pointer; }

  .MainMenubar {
    min-height: 55px;
    background-color: #939393; }
    .MainMenubar .navbar-toggler {
      width: auto;
      padding-right: 0; }
    .MainMenubar ul li a {
      font-size: 12px;
      line-height: 28px; }

  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none !important; }

  .CareersContentBg .CareersContentOuter {
    grid-template-columns: 1fr !important;
    padding: 0; }
    .CareersContentBg .CareersContentOuter .careerRightImageOuter {
      padding: 10%; } }
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .FindSolutionOuter .BtnMailUs {
    margin-top: 5px; }
  .FindSolutionOuter h2 {
    font-size: 24px; }

  .OurSolutions .OurSolutionsInner {
    grid-template-columns: 1fr 1fr; }

  .SuccessStoriesOuter .CardsOuter {
    grid-gap: 45px; }
  .SuccessStoriesOuter .CardsOuter.evenCard {
    grid-template-columns: 1.5fr 2fr; }
  .SuccessStoriesOuter .CardsOuter.oddCard {
    grid-template-columns: 2fr 1.5fr; }

  .SolutionPageBanner {
    height: 400px; }
    .SolutionPageBanner img {
      width: 100%;
      height: 400px; }

  .footer .FooterOuter {
    grid-template-columns: 1fr 1fr; }

  .Contact_Visit, .Newsletter {
    margin-top: 35px; } }
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .MainMenubar .MainLogo img {
    width: 170px; }
  .MainMenubar ul li a {
    font-size: 12px; }
  .MainMenubar ul .nav-item + .nav-item {
    margin-left: 30px; } }
@media only screen and (min-width: 1199.98px) {
  .MainMenubar {
    padding-left: 35px;
    padding-right: 35px; } }
/*Animation*/
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes expand-width {
  from {
    transform: scaleX(0); }
  to {
    left: 0;
    transform: scaleX(100%); } }
@-moz-keyframes expand-width {
  from {
    transform: scaleX(0); }
  to {
    left: 0;
    transform: scaleX(100%); } }
@-o-keyframes expand-width {
  from {
    transform: scaleX(0); }
  to {
    left: 0;
    transform: scaleX(100%); } }
@keyframes expand-width {
  from {
    transform: scaleX(0); }
  to {
    left: 0;
    transform: scaleX(100%); } }
/*Owl*/
.owl-carousel .owl-stage-outer {
  height: calc(100% + 30px);
  margin: -15px;
  padding: 15px;
  width: calc(100% + 30px); }

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out; }

.owl-nav button.owl-prev {
  left: -25px; }

.owl-nav button.owl-next {
  right: -25px; }

.owl-dots {
  text-align: center;
  padding-top: 35px; }
  .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 5px; }
    .owl-dots button.owl-dot:focus {
      outline: none; }
  .owl-dots button.owl-dot.active {
    background-color: #4285f4; }

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0) !important; }
  .owl-nav button span {
    font-size: 40px;
    position: relative;
    top: -5px; }

#OurSolutionsInner, #SuccessStoriesInner, #MoreSolutionsInner {
  display: inherit !important; }

.owl-carousel .owl-stage {
  display: flex; }
.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto; }

.SectionHeading {
  padding-top: 42px; }

.AboutUsTextOuter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  text-align: justify; }

/*Landing Page*/
.LandingPageBanner {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 650px;
  z-index: 1; }
  .LandingPageBanner .LandingPageBannerInner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .LandingPageBanner .LeftSide {
    background-color: #4285f4;
    z-index: 200; }
  .LandingPageBanner .RightSide {
    z-index: 100; }
  .LandingPageBanner .WrapperLeft, .LandingPageBanner .WrapperRight {
    position: relative;
    height: 100%; }
  .LandingPageBanner .WrapperLeft .tooltip-item {
    border-color: #fff !important; }
  .LandingPageBanner .WrapperLeft .tooltip-item.tooltip-item-1 {
    left: 55px;
    top: 130px; }
  .LandingPageBanner .WrapperLeft .tooltip-item.tooltip-item-2 {
    left: 140px;
    bottom: 10px; }
  .LandingPageBanner .WrapperLeft .tooltip-item.tooltip-item-3 {
    right: 155px;
    top: 220px; }
  .LandingPageBanner .WrapperLeft .tooltip-item.tooltip-item-4 {
    right: 210px;
    bottom: 70px; }
  .LandingPageBanner .WrapperRight .tooltip-item {
    border-color: #4285f4 !important; }
  .LandingPageBanner .WrapperRight .tooltip-item.tooltip-item-1 {
    left: 55px;
    top: 130px; }
  .LandingPageBanner .WrapperRight .tooltip-item.tooltip-item-2 {
    left: 140px;
    bottom: 10px; }
  .LandingPageBanner .WrapperRight .tooltip-item.tooltip-item-3 {
    right: 155px;
    top: 220px; }
  .LandingPageBanner .WrapperRight .tooltip-item.tooltip-item-4 {
    right: 210px;
    bottom: 70px; }
  .LandingPageBanner .LandingImgWrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    margin-top: -250px;
    z-index: 9;
    width: 500px;
    height: 385px;
    display: block;
    animation: 3500ms ease 0s 1 normal forwards running floating_special;
    animation-iteration-count: infinite !important;
    -webkit-animation-iteration-count: infinite !important;
    opacity: 1 !important; }
    .LandingPageBanner .LandingImgWrapper img {
      width: 100%;
      height: auto; }
    .LandingPageBanner .LandingImgWrapper .tooltip-item {
      width: 20px;
      height: 20px;
      margin: -15px 0 0 -15px;
      position: absolute;
      border-radius: 50%;
      border: 2px solid;
      -webkit-animation: pulse-item 0.6s infinite alternate;
      animation: pulse-item 0.6s infinite alternate;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .LandingPageBanner .ImageShadow {
    background: url(https://static.enginethemes.com/main/img/shadow.png) no-repeat center center;
    width: 240px;
    height: 25px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 15%;
    animation-iteration-count: infinite !important;
    -webkit-animation-iteration-count: infinite !important;
    animation: 3500ms ease 0s 1 normal forwards running pulse_special; }

@-webkit-keyframes pulse-item {
  from {
    -webkit-transform: scale3d(0.5, 0.5, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1); } }
@keyframes pulse-item {
  from {
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes floating_special {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(8%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }
@-webkit-keyframes floating_special {
  0% {
    -webkit-transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(8%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%); } }
@keyframes pulse_special {
  0% {
    transform: scale(0.8);
    opacity: 0.7; }
  50% {
    ransform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.8);
    opacity: 0.7; } }
@-moz-keyframes pulse_special {
  0% {
    -moz-transform: scale(0.8);
    opacity: 0.7; }
  50% {
    -moz-transform: scale(1);
    opacity: 1; }
  100% {
    -moz-transform: scale(0.8);
    opacity: 0.7; } }
@-webkit-keyframes pulse_special {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 0.7; }
  50% {
    -webkit-transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.8);
    opacity: 0.7; } }
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #37383C;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 3; }
  #return-to-top:hover {
    background-color: #4285f4; }
  #return-to-top img {
    display: block;
    width: 35%;
    margin: 12px auto; }

.ClientsStrip .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px; }
  .ClientsStrip .owl-item img {
    width: 70%;
    /*filter: grayscale(100);
    opacity: 0.5;
    transition: 0.3s;
    &:hover{
      filter: none;
      opacity: 1;
    }*/ }

.ContactUsRightIcon {
  position: fixed;
  top: 150px;
  right: 0;
  background-color: #4285f4;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 4;
  color: #fff;
  width: 45px;
  height: 45px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

#ContactUsModal .AlertModalHeader {
  font-size: 20px;
  font-family: "Graphik-Medium";
  text-transform: capitalize;
  letter-spacing: 1px; }

.ContactUsRight {
  padding: 15px 20px 0px;
  display: flex;
  flex-direction: column; }
  .ContactUsRight .RequestCallForm .RequestCallInput {
    padding: 8px 10px;
    padding-left: 20px;
    padding-right: 40px;
    width: 100%;
    margin-bottom: 18px;
    border-radius: 3px;
    background-color: transparent !important;
    font-size: 15px;
    border: 1px solid #ccc !important;
    letter-spacing: 0.3px; }
  .ContactUsRight .RequestCallForm .button {
    height: 40px;
    line-height: 17px;
    padding: 10px 40px;
    font-size: 16px;
    float: right;
    border-radius: 0px;
    background-color: #4285f4;
    border: 0;
    color: #4285f4;
    text-transform: uppercase;
    letter-spacing: .3px;
    border: 2px solid #4285f4;
    background: linear-gradient(to right, #4285f4 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease; }
    .ContactUsRight .RequestCallForm .button:hover {
      background-position: left bottom;
      color: #fff; }
  .ContactUsRight .has-float-label input:placeholder-shown:not(:focus) + *,
  .ContactUsRight .has-float-label select:placeholder-shown:not(:focus) + *,
  .ContactUsRight .has-float-label textarea:placeholder-shown:not(:focus) + * {
    font-size: 15px !important;
    opacity: .5;
    top: 10px !important;
    left: 20px;
    padding: 0; }
  .ContactUsRight .has-float-label label {
    font-size: 13px !important;
    opacity: 1;
    top: -11px !important;
    left: 10px;
    background-color: #fff;
    padding: 0px 10px;
    color: #000; }
  .ContactUsRight .OurCompInfo {
    font-size: 12px;
    /*margin-top: 15px;*/ }
    .ContactUsRight .OurCompInfo .fa {
      margin-right: 5px; }

.RequestCall .has-float-label input:placeholder-shown:not(:focus) + *,
.RequestCall .has-float-label select:placeholder-shown:not(:focus) + *,
.RequestCall .has-float-label textarea:placeholder-shown:not(:focus) + * {
  font-size: 15px !important;
  top: 10px !important;
  left: 20px;
  padding: 0;
  background-color: transparent; }
.RequestCall .has-float-label label {
  font-size: 13px !important;
  top: -11px !important;
  left: 10px;
  background-color: #f2f2f2;
  padding: 0px 10px;
  color: #000; }

.ContactUsRight .RequestCallForm .RequestCallInput.clsError, .footer .FooterOuter .RequestCallForm .RequestCallInput.clsError {
  border-left: 5px solid red !important; }

.mt-btn {
  margin-top: 0.4rem; }

/*************************contact form Css************************/
.footerContactForm {
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; }
  .footerContactForm .FooterOuterContactForm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 55px;
    padding: 0px 0px 0px; }
    .footerContactForm .FooterOuterContactForm .FooterHeadContactForm {
      color: #37383C;
      font-size: 19px;
      font-family: "Graphik-Medium";
      text-transform: capitalize;
      letter-spacing: 1px;
      margin-bottom: 15px; }
      .footerContactForm .FooterOuterContactForm .FooterHeadContactForm img {
        width: 150px; }
    .footerContactForm .FooterOuterContactForm .FooterTextContactForm {
      color: #37383C;
      font-size: 15px; }
    .footerContactForm .FooterOuterContactForm .fa {
      margin-right: 8px; }
    .footerContactForm .FooterOuterContactForm ul {
      list-style-type: none; }
      .footerContactForm .FooterOuterContactForm ul li {
        margin-bottom: 8px;
        padding-bottom: 4px;
        display: flex;
        align-items: center; }
        .footerContactForm .FooterOuterContactForm ul li a {
          cursor: pointer;
          color: inherit;
          text-decoration: none; }
    .footerContactForm .FooterOuterContactForm .RequestCallForm {
      margin-top: 20px;
      position: relative; }
      .footerContactForm .FooterOuterContactForm .RequestCallForm .RequestCallInput {
        padding: 8px 10px;
        padding-left: 20px;
        padding-right: 40px;
        width: 100%;
        margin-bottom: 18px;
        border-radius: 3px;
        background-color: transparent !important;
        color: #37383C;
        font-size: 15px;
        border: 1px solid #37383C !important;
        letter-spacing: 0.3px; }
      .footerContactForm .FooterOuterContactForm .RequestCallForm .button {
        height: 50px;
        line-height: 17px;
        padding: 10px 40px;
        font-size: 16px;
        width: 100%;
        border-radius: 0px;
        background-color: #4285f4;
        border: 0;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: .3px;
        /* Old browsers */
        border: 0px solid transparent;
        background: linear-gradient(to right, #093988 50%, #4285f4 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        transition: all 0.5s ease; }
        .footerContactForm .FooterOuterContactForm .RequestCallForm .button:hover {
          background-position: left bottom; }

/*********************************End**************************************/
.footerContactForm .FooterOuterContactForm .RequestCallForm .RequestCallInput.clsError {
  border-left: 3px solid red !important; }

.FinalButtonSubmit {
  letter-spacing: 4px !important;
  word-spacing: 5px;
  border-radius: 3px !important; }

.containerPadding {
  padding-left: 0px;
  padding-right: 50px; }

.SpacingTop {
  margin-top: 50px; }

.BannerContentInner h1 {
  font-size: 2.1rem; }

.ContactUsModal {
  display: none !important; }

.CorporateLink {
  color: #c1c1c1 !important; }

.footerContactForm.StickyFooter {
  padding-top: 50px; }

.AboutText {
  font-size: 18px; }

.ContactUsRightIcon {
  color: #fff !important;
  text-decoration: none !important; }

.img-responsive {
  width: 100%; }

/*# sourceMappingURL=style.css.map */
