﻿@font-face {
  font-family: Montserrat_Bold;
  src: url(../fonts/Montserrat_Bold.ttf);
}

@font-face {
  font-family: Montserrat_Black;
  src: url(../fonts/Montserrat_Black.ttf);
}

@font-face {
  font-family: Montserrat_Light;
  src: url(../fonts/Montserrat_Light.ttf);
}

@font-face {
  font-family: Montserrat_Regular;
  src: url(../fonts/Montserrat_Regular.ttf);
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-family: Montserrat_Regular, Arial, Helvetica, sans-serif;
  position: relative;
  min-height: 100%;
  color: #2e2e38;
  font-weight: normal;
  font-size: 14px;
  background-color: #f7f9ff;
}
/* f7f9ff */
/* F2F2F2 */

.container {
  width: 90%;
  max-width: 1160px;
  padding-right: 0px;
  padding-left: 0px;
}

.container_small {
  max-width: 960px;
}

.clear {
  clear: both;
}

.clear5 {
  clear: both;
  height: 5px;
}

b,
strong {
  font-weight: normal;
  font-family: Montserrat_Bold;
}

p {
  font-family: Montserrat_Light, Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #666666;
  margin: 0px;
  line-height: 34px;
}

.p_Text_small {
  font-size: 14px;
  line-height: 24px;
}

.p_Text_18 {
  font-size: 18px;
  line-height: 28px;
}

.p_Text_16 {
  font-size: 16px;
  line-height: 22px;
}

.p_Text_12 {
  font-size: 12px;
  line-height: 18px;
}

.TextColorWhite {
  color: #fff !important;
}

.TextColorBlue {
  color: #3853a3;
}

.TextColorBlack {
  color: #0a0915;
}

h1 {
  font-family: Montserrat_Bold;
  font-size: 48px;
  color: #0a0915;
  font-weight: normal;
  margin-bottom: 20px;
}

h2 {
  font-family: Montserrat_Bold;
  font-size: 36px;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}

h3 {
  font-family: Montserrat_Bold;
  font-size: 24px;
  color: #000;
  font-weight: normal;
  line-height: 1.42;
  margin-bottom: 20px;
}

h6 {
  font-size: 55px;
  font-family: Montserrat_Black;
}

a {
  color: #1777cf;
}

.btn:focus,
.btn.focus {
  box-shadow: none;
  outline: none;
}

.btn {
  outline: none;
}

button:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

section {
  margin-top: 7%;
  width: 100%;
  float: left;
}

.Custom_Header {
  width: 100%;
  float: left;
  position: relative;
}

.Custom_Header_top {
  width: 100%;
  position: fixed;
  padding: 20px 0px;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.Custom_Header_top .navbar {
  padding: 0px;
}

.Custom_Header_top.affix {
  padding: 10px 0px;
  background-color: #4e6ece;
}

.bg-light {
  background-color: transparent !important;
}

.logo {
  width: 108px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.logo img {
  width: 100%;
  float: left;
}

.navbar-collapse.Custom_Navbar {
  display: block !important;
}

.Custom_Navbar_UL {
  float: right;
  margin-top: 5px;
}

.Custom_Navbar_UL .nav-item + .nav-item {
  margin-left: 25px;
}

.Custom_Navbar_UL .nav-link {
  color: #fff !important;
  font-size: 18px;
  padding: 5px !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
}

.Custom_Navbar_UL .nav-link:hover,
.Custom_Navbar_UL .nav-link.active {
  opacity: 1;
}

.navbar-toggler {
  background: url(../images/Menu.png) no-repeat center center;
  width: 43px;
  height: 43px;
  padding: 0px;
  border: none;
  position: absolute;
  right: 0px;
  top: 0px;
}

.navbar-toggler.open {
  background: url(../images/Close.png) no-repeat center center;
}

.GetInTouchBtn {
  margin-left: 20px;
}

.CustomBtn {
  padding: 11px 25px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}

.CustomBtn:hover {
  color: #0a0915;
}

.BtnWithArrow {
  padding: 11px 55px 11px 25px;
}

.Btn_White {
  background-color: #fff !important;
  color: #3853a3;
}

.Btn_Yellow {
  background-color: #ffe600 !important;
  color: #3853a3;
}

.Btn_Yellow.hvr-ripple-out::before {
  border-color: #ffe600;
}

.SmallLinkWithArrow {
  color: #3853a3;
  font-size: 12px;
  padding: 5px 55px 5px 0px;
  background: url(../images/svg/BtnArrow_Blue.svg) no-repeat 90% center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.SmallLinkWithArrow:hover {
  background-position: 95% center !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.BtnArrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 20px;
}

.BtnWithArrow:hover .BtnArrow {
  right: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* Ripple Out start */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  border-radius: 30px;
}

.hvr-ripple-out:before {
  content: "";
  position: absolute;
  border: #fff solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-radius: 30px;
}

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
/* Ripple Out End */
.Banner {
  width: 100%;
  /*background: url(../images/BannerBg.png) no-repeat;
    background-size: 100% 100%;*/
  text-align: center;
  /*padding-top: 200px;
    height: 900px;*/
}

.Banner h6 {
  color: #fff;
  margin-bottom: 5%;
}

.Banner h6 span {
  color: #f2eb19;
}

.CustomCard {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.CustomCardImgLeft {
  width: 40%;
  float: left;
}

.CustomCardImgLeft img {
  width: 100%;
  border-radius: 20px;
}

.CustomCardTextRight {
  width: 60%;
  float: left;
  padding: 30px;
}

.CustomCard:hover {
  background-color: #3853a3;
  box-shadow: 0 30px 50px 0 rgba(78, 110, 206, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.CustomCard:hover h1 {
  color: #f2eb19;
}

.CustomCard:hover p {
  color: #fff;
}

.BlueLink {
  font-size: 18px;
  color: #3853a3 !important;
  text-transform: uppercase;
  text-decoration: underline;
}

.WhiteLink {
  color: #fff !important;
}

.card {
  border: none;
  border-radius: 20px;
}

.card-body {
  padding: 50px;
}

.services_card {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 20px;
}

.services_card:hover {
  background-color: #3853a3;
  box-shadow: 0 30px 50px 0 rgba(78, 110, 206, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.services_card h3 {
  margin-bottom: 20px;
}

.services_card:hover h3 {
  color: #f2eb19;
}

.services_card:hover p {
  color: #fff;
}

.services_card:hover .SmallLinkWithArrow {
  color: #fff;
  background: url(../images/svg/BtnArrow_White.svg) no-repeat;
  background-position: 90% center;
}

.services_card_text {
  height: 220px;
  margin-bottom: 20px;
  overflow: hidden;
}

.product_card_text {
  height: 260px;
  margin-bottom: 20px;
  overflow: hidden;
}

.ProductImgBgMain {
  width: 90%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-top: -50%;
  /* margin-bottom: 30px; */
  max-width: 300px;
}

.ProductImgBg {
  width: 100%;
}


.ProductImg {
  position: absolute;
  top: 25%;
  left: 30%;
  right: 30%;
  margin: 0 auto;
  width: 40%;
  max-width: 300px;
}


.ProductCard {
  margin-top: 30%;
}

.testimonials_bg {
  /* background: url(../images/testimonials_bg.png) no-repeat;
                    background-size: 100% 100%; */
  padding: 0px 0px 100px 0px;
  margin-top: 10%;
  position: relative;
  background-color: #3853a3;
}

.testimonials_bg::after {
  content: "";
  background: url(../images/BlueShapeTop.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 400px;
  position: absolute;
  top: -400px;
  z-index: -1;
}

.testimonials_bg h2,
.testimonials_bg h3,
.testimonials_bg p {
  color: #fff;
}

.testimonials_slide {
  text-align: center;
  padding-bottom: 30px;
}

.testimonials_logo {
  margin-top: 50px;
}

.testimonials_Text_1 {
  font-size: 18px;
  margin-top: -5px;
}

.testimonials_Text_2 {
  font-size: 12px;
  margin-top: -15px;
}

.quote_img {
  width: 50px;
  margin-bottom: 30px;
}

.carousel-item h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-indicators {
  bottom: -20px;
}

.AboutUs_bg {
  background: url(../images/backgrounds/AboutUs_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 200px 0px 460px 0px;
  margin-top: 0px;
  width: 100%;
}

.AboutUsTextBg {
  padding: 100px 100px 0px 100px;
  margin-top: 0px;
  position: relative;
  background-color: #f2eb19;
}

.AboutUsTextBg::after {
  content: "";
  background: url(../images/YellowShapeBottom.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 260px;
  position: absolute;
  bottom: -260px;
  z-index: 1;
  left: 0px;
}

.TeamCard {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  margin-bottom: 120px;
}



.TeamCardImg {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}

.TeamCardImg img {
  width: 100%;
  filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.TeamCard:hover .TeamCardImg img {
  filter: grayscale(0%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.TeamCardText {
  width: 100%;
  float: left;
  position: relative;
  background-color: #3853a3;
  padding: 55% 20px 20px 20px;
  margin-top: -50%;
}

.TeamCardText::after {
  content: "";
  background: url(../images/BlueShapeBottom_sm.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: -90px;
  z-index: -1;
  left: 0px;
}

.TeamCardText h3 {
  color: #f2eb19;
}

.TeamCardText p {
  color: #fff;
}

.FooterBg {
  padding: 0px 0px 100px 0px;
  margin-top: 150px;
  position: relative;
  background-color: #3853a3;
}

.FooterBg::after {
  content: "";
  background: url(../images/BlueShapeTop.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 150px;
  position: absolute;
  top: -150px;
  z-index: -1;
}

.FooterBg h2,
.FooterBg p {
  color: #fff;
}

.form-control {
  font-size: 16px;
  font-weight: bolder;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.103);
  border: none;
  border-radius: 10px;
  font-family: Montserrat_Regular;
  height: auto;
  padding: 20px;
  line-height: 1.5;
  margin: 10px 0px;
}

.form-control:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.103);
  border: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  font-weight: normal;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: normal;
  color: #fff;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: normal;
  color: #fff;
}

.spotlight {
  /*margin-top: -150px; remove Because banner animation*/
  margin-top: 7%;
  float: left;
  position: relative;
  z-index: 1;
  width: 100%;
}

/* .spotlight_heading { */
  /* color: #fff; remove Because banner animation*/
/* } */

.Industries_card {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 20px;
  position: relative;
}

.Industries_card:hover {
  background-color: #3853a3;
  box-shadow: 0 30px 50px 0 rgba(78, 110, 206, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.Industries_card .card-body {
  padding: 50px 10px 50px 80px;
}

.Industries_card h3 {
  text-transform: uppercase;
  margin: 0px;
  text-align: left;
}
.Industries_card:hover h3 {
  color: #fff;
}
.Industries_card_icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -15px;
  background-position: center center !important;
}

.Industries_card_Icon_finance {
  background: url(../images/IndustriesImg_1.png) no-repeat;
}
.Industries_card:hover .Industries_card_Icon_finance {
  background: url(../images/IndustriesImg_1_h.png) no-repeat;
}
.Industries_card_Icon_automobile {
  background: url(../images/IndustriesImg_2.png) no-repeat;
}
.Industries_card:hover .Industries_card_Icon_automobile {
  background: url(../images/IndustriesImg_2_h.png) no-repeat;
}
.Industries_card_Icon_defence {
  background: url(../images/IndustriesImg_3.png) no-repeat;
}
.Industries_card:hover .Industries_card_Icon_defence {
  background: url(../images/IndustriesImg_3_h.png) no-repeat;
}
.Industries_card_Icon_healthcare {
  background: url(../images/IndustriesImg_4.png) no-repeat;
}
.Industries_card:hover .Industries_card_Icon_healthcare {
  background: url(../images/IndustriesImg_4_h.png) no-repeat;
}
/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-pop .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-pop:hover .hvr-icon,
.hvr-icon-pop:focus .hvr-icon,
.hvr-icon-pop:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.BannerInnerPage {
  width: 100%;
  float: left;
  height: 500px;
  background-color: #4e6ece;
}

.InnerPageFirstSection {
  margin-top: -200px;
  z-index: 1;
  position: relative;
}

.InnerPageFirstSectionHeading {
  color: #fff !important;
}

.InnerPageFirstSection_2 {
  margin-top: 50px;
}

.ServiceBanner {
  background: url(../images/ServiceBanner.png) no-repeat #4e6ece;
  background-size: cover;
  background-position: center bottom;
}

.CaseStudyBannerNLP {
  background: url(../images/backgrounds/CaseStudyBannerNLP.jpg) no-repeat
    #4e6ece;
  background-size: cover;
  background-position: center bottom;
}

.CaseStudyBannerAI {
  background: url(../images/backgrounds/CaseStudyBannerAI.jpg) no-repeat #4e6ece;
  background-size: cover;
  background-position: center bottom;
}

.ProductDetailsBanner {
  background-color: #666;
  position: relative;
}

.ProductDetailsBanner img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -150px;
}

.parallaxTranslation {
  /* The image used */
  background-image: url("../images/products/CaseStudyDetailsTranslation.png");
  /* Full height */
  height: 100vh;
  margin: 50px 0px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax2 {
  /* The image used */
  background-image: url("../images/backgrounds/BannerBg.png");
  /* Full height */
  height: 100vh;
  margin: 0px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.Products_listing_card {
  margin-bottom: 20%;
}

.ProductPageFooter {
  margin-top: 50px;
}

.ProductDetailsFooter {
  margin-top: 150px;
}
/*===========    Media Query Start ============*/
@media screen and (min-width: 1px) and (max-width: 992px) {
  .Custom_Navbar_UL .nav-item + .nav-item {
    margin-left: 5px;
  }

  h6 {
    font-size: 44px;
  }

  /*.Banner {
        padding-top: 150px;
        height: 700px;
    }*/

  .testimonials_bg::after {
    height: 300px;
    top: -300px;
  }

  .AboutUsTextBg {
    padding: 50px 50px 0px 50px;
  }

  .AboutUs_bg {
    padding: 50px 0px 320px 0px;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 18px;
  }

  h6 {
    font-size: 36px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .p_Text_small {
    font-size: 12px;
    line-height: 22px;
  }

  .p_Text_16 {
    font-size: 12px;
    line-height: 22px;
  }

  .p_Text_18 {
    font-size: 14px;
    line-height: 24px;
  }

  section {
    margin-top: 70px;
  }

  .BlueLink {
    font-size: 14px;
  }

  .CustomBtn {
    font-size: 12px;
  }

  /*.Banner {
        padding-top: 150px;
        height: 550px;
        background: url(../images/BannerBgMobile.png) no-repeat;
        background-size: 100% 100%;
    }*/

  .Custom_Header_top.affix .logo,
  .logo {
    width: 100px;
    margin-right: 5px;
    margin-top: 5px;
  }

  .Custom_Header_top,
  .Custom_Header_top.affix {
    padding: 5px 0px;
  }

  .Custom_Header_top .navbar {
    display: block;
  }

  .Custom_Navbar {
    width: 100%;
    position: fixed;
    right: -100%;
    background-color: #4e6ece;
    height: 100%;
    top: 0;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
  }

  .Custom_Navbar.show {
    right: 0%;
  }

  .Custom_Navbar_UL {
    margin-left: 5%;
    width: 90%;
    margin-top: 50px;
    position: absolute;
    bottom: 5%;
    left: 5%;
  }

  .Custom_Navbar_UL .nav-item + .nav-item {
    margin-left: 0px;
  }

  .Custom_Navbar_UL .nav-link {
    padding: 10px 0px !important;
    text-align: left;
  }

  .GetInTouchBtn {
    margin-left: 0px;
    margin-top: 20px;
    background-color: #f2eb19 !important;
  }

  .GetInTouchBtn.hvr-ripple-out::before {
    border-color: #ffe600 !important;
  }

  .spotlight {
    margin-top: 70px;
  }

  .spotlight_heading {
    color: #000;
  }

  .ProductCard {
    margin-top: 30%;
  }

  .ProductImgBgMain {
    margin-top: -60%;
  }

  .testimonials_logo {
    width: 80px;
  }

  .testimonials_Text_1 {
    font-size: 16px;
    margin-top: 0px;
  }

  .testimonials_Text_2 {
    font-size: 12px;
    margin-top: -5px;
  }

  .AboutUs_bg {
    background-image: none;
    background-color: #f2eb19;
    padding: 0px;
  }

  .AboutUsTextBg {
    padding: 70px 0px;
  }

  .AboutUsTextBg::after {
    display: none;
  }

  .testimonials_bg {
    padding: 70px 0px;
    margin-top: 70px;
  }

  .testimonials_bg::after {
    display: none;
  }

  .FooterBg {
    padding: 70px 0px;
    margin-top: 70px;
  }

  .FooterBg::after {
    display: none;
  }

  .ProductLink {
    color: #3853a3 !important;
  }

  .card-body {
    padding: 30px;
  }

  .BannerInnerPage {
    height: 300px;
  }

  .InnerPageFirstSection {
    margin-top: -150px;
  }

  .ProductPageFooter {
    margin-top: 30px;
  }

  .ProductDetailsBanner img {
    width: 200px;
    margin-top: -100px;
  }
}

@media screen and (min-width: 1px) and (max-width: 576px) {
  .CustomCardImgLeft {
    width: 100%;
  }

  .CustomCardTextRight {
    width: 100%;
    padding: 5%;
  }

  .services_card_text {
    height: auto;
  }

  .product_card_text {
    height: auto;
  }

  .card-body {
    padding: 20px;
  }

  .Industries_card .card-body {
    padding: 30px 5px 30px 80px;
  }

  .ProductCard {
    margin-top: 30%;
  }

  .ProductImgBgMain {
    max-width: 250px;
    margin-top: -35%;
  }

  .Products_listing_card {
    margin-bottom: 10%;
  }
}

@media screen and (min-width: 1px) and (max-width: 420px) {
  .ProductCard {
    margin-top: 50%;
  }

  .ProductImgBgMain {
    margin-top: -55%;
  }
}

@media screen and (min-width: 1px) and (max-width: 320px) {
}



.show_two_lines{
    /* line-height: 1.5; */
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.text_view_all{
  font-size: medium;
}



/*************************** Case Studies ******************************/

.banner_nlp_finance {
  background: url(../images/case_studies/banner_nlp_finance.png) no-repeat
    #4e6ece;
  background-size: cover;
  background-position: center;
}

.banner_complex_visualization {
  background: url(../images/case_studies/banner_complex_visualization.png) no-repeat
    #4e6ece;
  background-size: cover;
  background-position: center;
}

.banner_retail_banking {
  background: url(../images/case_studies/banner_retail_banking.png) no-repeat
    #4e6ece;
  background-size: cover;
  background-position: center;
}

.parse_classify_summarize_news {
  background: url(../images/case_studies/banner_newzxtrakt.png) no-repeat
    #4e6ece;
  background-size: cover;
  background-position: center;
}

/*************************** Services ******************************/

.banner_all_services{
  background: url(../images/services/banner_all_services1.png) no-repeat
    #4e6ece;
  background-size: cover;
  background-position: center;
}

.banner_ml {
  background: url(../images/services/banner_all_services.png) no-repeat
    #4e6ece;
  background-size: cover;
  background-position: center;
}

.banner_nlp {
  background: url(../images/services/banner_all_services.png) no-repeat
    #4e6ece;
  background-size: cover;
  background-position: center;
}

.banner_rpa {
  background: url(../images/services/banner_all_services.png) no-repeat
    #4e6ece;
  background-size: cover;
  background-position: center;
}

.banner_ai_training {
  background: url(../images/services/banner_all_services.png) no-repeat
    #4e6ece;
  background-size: cover;
  background-position: center;
}

.banner_mobile_apps {
  background: url(../images/services/banner_all_services.png) no-repeat
    #4e6ece;
  background-size: cover;
  background-position: center;
}

.banner_enterprise_application {
  background: url(../images/services/banner_all_services.png) no-repeat
    #4e6ece;
  background-size: cover;
  background-position: center;
}


/*************************** Products ******************************/

.banner_newzxtrakt {
  background: url(../images/products/banner_newzxtrakt.png) no-repeat #4e6ece;
  background-size: cover;
  background-position: center;
}

.banner_spreadfin {
  background: url(../images/products/banner_spreadfin.png) no-repeat  #4e6ece;
  background-size: cover;
  background-position: center;
}

.banner_contract_reader {
  background: url(../images/products/banner_contract_reader.png) no-repeat #4e6ece;
  background-size: cover;
  background-position: center;
}

.banner_invoice_processing {
  background: url(../images/products/banner_invoice_processing.png) no-repeat #4e6ece;
  background-size: cover;
  background-position: center bottom;
}


/*************************** Careers ******************************/

.banner_careers {
  background: url(../images/services/banner_all_services.png) no-repeat
    #4e6ece;
  background-size: cover;
  background-position: center;
}




/* Services */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/* Wizard CSS Begin */



.progressbar {
  margin: 0 0 30px 0;
  padding: 0;
  overflow: hidden;
  /*counter-reset: step;*/
}

.progressbar div {
  font-family: 'Roboto', Helvetica;
  list-style-type: none;
  color: #797979;
  text-transform: uppercase;
  font-size: 12px;
  width: 20%;
  float: left;
  position: relative;
  font-weight: 500;
}

.progressbar div:first-child:before {
  font-family: "Glyphicons Halflings";
  content: "\e013";
          
  font-size:20px;
}

.progressbar div:nth-child(2):before {
  font-family: "Glyphicons Halflings";
  content: "\e013";
  font-size: 20px;
}

.progressbar div:nth-child(3):before {
  font-family: "Glyphicons Halflings";
  content: "\e013";
  font-size: 20px;
}

.progressbar div:nth-child(4):before {
  font-family: "Glyphicons Halflings";
  content: "\e013";
  font-size: 20px;
}

.progressbar div:nth-child(5):before {
  font-family: "Glyphicons Halflings";
  content: "\e013";
  font-size: 20px;
}
      
.progressbar div:before {
  /*content: counter(step);*/
  /*counter-increment: step;*/
  width: 36px;
  height: 36px;
  font-family: Ionicons;
  font-size: 25px;
  line-height: 32px;
  border-radius: 50%;
  border: 2px solid #797979;
  background-color: white;
  display: block;
  margin: 0 auto 5px auto;
}

.progressbar div:after {
  content: '';
  width: 100%;
  height: 15px;
  background-color: #797979;
  position: absolute;
  top: 11px;
  z-index: -1;
  left: -50%;
}

.progressbar div:first-child:after {
  content: none;
}

.progressbar div.active:before, #progressbar div.active:after, #progressbar div.active {
  border-color:#4e6ece;
  color: white;
  background-color:  #4e6ece;
}

.progressbar div.active + div:after {
  background-color: #4e6ece;
  content: '';
}

.progressbar div.active:before {
    font-family: "Glyphicons Halflings";
    /*content: '\e008';*/
 }

.progressbar div:hover {
  color: #4e6ece;
  font-weight: bold;
}


/* Wizard CSS End */


.timeline-wrapper {
  margin-left: 1.5rem;
  border-left: 3px solid #ddd;
}
/* .node {
  padding-left: .5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.node h3, .node p {
  margin: 0;
  padding-left: 10px;
} */
/* .node::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: absolute;
  align-self: center;
  text-align: center;
  align-items: center;
  display: flex;
  justify-items: center;
  top: -1.0rem;
  left: 4.0rem;

  background-color: red;
} */

/* .node{
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: yellow;
  color: yellow;
  border: 0;

} */



/* .action_bar button.node{
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #4e6ece;
  border: 0;
  margin-top: 50px;
  color: white;
 
  font-size: var(--font_size);
  font-weight: var(--font_weight);
}

.action_bar button.text{
  border: 0;
  background: none;
  color: gray;

  color: var(--txt_color);
  font-size: var(--font_size);
  font-weight: var(--font_weight);
}


.action_bar div:hover{
  --txt_color :  #4e6ece;
  --font_size: medium;
  --font_weight: bold;
} */


.action_bar_container{
  border-radius: 0px 450px;
  height: 200px;
  background-color: #4e6ece;
  --node_width:1.4rem;
  --node_height:1.4rem;
}


.action_bar button.node{
  
  width: var(--node_width);
  height: var(--node_height);
  border-radius: 50%;
  background-color: #f2eb19;
  border: 0;
  margin-top: 50px;
  color: #4e6ece;
  
  font-size: var(--font_size);
  font-weight: var(--font_weight);
}

.action_bar button.text{
  border: 0;
  background: none;
  color: gray;

  color: var(--txt_color);
  font-size: var(--font_size);
  font-weight: var(--font_weight);
}


.action_bar div:hover{
  --txt_color :  white;
  --font_size: medium;
  --font_weight: bolder;

  --node_width:2.4rem;
  --node_height:2.4rem;
}


@media screen and (min-width: 1px) and (max-width: 991px) {
  
  .action_bar_container{
    border-radius: 0px 0px; 
    background-color: #4e6ece;
    height: auto;
  }

}


/* .g-recaptcha > div {
  width: 100% !important;
}

.g-recaptcha iframe {
  width: 100% !important;
} */


/*************************** Snackbar ******************************/

#snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color: rgb(238, 229, 229);
  color: black;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  align-content: center;
  font-weight: bolder;

  left: 10%;
  right: 10%;
  bottom: 50%;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* @-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
} */


/* ############################### Action Bar ################################ */

*,
:after,
:before {
	box-sizing: border-box
}


.process-timeline {
	position: relative
}

.process-timeline .pt-timeline {
	top: 57px;
	left: 85px;
	right: 85px;
	position: absolute;
	display: none;
	height: 1px
}

/* button{
	cursor: pointer;
} */

@media (min-width:768px) {
	.process-timeline .pt-timeline {
		display: block
	}
}

.process-timeline .pt-timeline__backside-bar {
	height: 1px;
	background-color: #ebebeb
}

.process-timeline .pt-timeline__frontside-bar {
	width: 0;
	height: 1px;
	top: 0;
	left: 0;
	position: absolute;
	/* background-color: #00d563; */
	background-color: #4e6ece;
	transition: width .4s ease
}

.process-timeline .pt-action-bar {
	display: flex;
	flex-direction: column;
	align-items: center
}

@media (min-width:768px) {
	.process-timeline .pt-action-bar {
		position: relative;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between
	}
}

.process-timeline .pt-action-bar-button {
	position: relative;
	align-items: center;
	background: none;
	border: 0;
	display: flex;
	flex-direction: column;
	margin: 0;
	outline: none;
	padding: 0;
	width: 170px
}

.process-timeline .pt-action-bar-button__background-number {
	top: 0;
	left: 50%;
	position: absolute;
	/* color: #ebebeb; */
	color: #e6e6e6;
	font-family: AvertaStd;
	font-weight: 800;
	font-size: 100px;
	line-height: 1em;
	transition: top .4s ease;
	opacity: .3;
	transform: translateX(-50%)
}

@media (max-width:767px) {
	.process-timeline .pt-action-bar-button__background-number {
		width: 117px;
		text-align: left
	}
}

.process-timeline .pt-action-bar-button__icon {
	width: 26px;
	height: 26px;
	transform: scale(.5);
	transition: transform .4s ease
}

.process-timeline .pt-action-bar-button__title {
	top: -20px;
	position: relative;
	font-family: Montserrat_Bold;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	transition: color .4s ease
}

@media (min-width:768px) {
	.process-timeline .pt-action-bar-button__title {
		color: #ccc
	}
}

.process-timeline .pt-action-bar-button__text {
	color: #888;
	font-family: Montserrat_Light, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	transition: opacity .4s ease
}

@media (min-width:768px) {
	.process-timeline .pt-action-bar-button__text {
		opacity: 0
	}
}

@media (min-width:768px) {
	.process-timeline .pt-action-bar-button--active .pt-action-bar-button-icon__inner-ring-1,
	.process-timeline .pt-action-bar-button--active .pt-action-bar-button-icon__inner-ring-2,
	.process-timeline .pt-action-bar-button--active .pt-action-bar-button-icon__inner-ring-3,
	.process-timeline .pt-action-bar-button--active .pt-action-bar-button-icon__inner-ring-5,
	.process-timeline .pt-action-bar-button--active .pt-action-bar-button-icon__inner-ring-6 {
		transform: scale(1)
	}
	.process-timeline .pt-action-bar-button--active .pt-action-bar-button-icon__inner-ring-4 {
		opacity: 1
	}
	.process-timeline .pt-action-bar-button--active .pt-action-bar-button__background-number {
		top: -60px
	}
	.process-timeline .pt-action-bar-button--active .pt-action-bar-button__title {
		color: #000
	}
	.process-timeline .pt-action-bar-button--active .pt-action-bar-button__text {
		opacity: 1
	}
}

.process-timeline .pt-action-bar-button-icon {
	width: 114px;
	height: 114px;
	position: relative;
	margin: 0 auto
}

.process-timeline .pt-action-bar-button-icon__inner-ring-1 {
	width: 114px;
	height: 114px;
	top: 0;
	left: 0;
	position: absolute;
	border: 1px solid #ebebeb;
	border-radius: 100px;
	opacity: .2;
	transform: scale(0);
	transition: transform .4s ease
}

.process-timeline .pt-action-bar-button-icon__inner-ring-2 {
	width: 84px;
	height: 84px;
	left: 15px;
	position: absolute;
	top: 15px;
	border: 1px solid #ebebeb;
	border-radius: 100px;
	opacity: .5;
	transform: scale(0);
	transition: transform .4s ease
}

.process-timeline .pt-action-bar-button-icon__inner-ring-3 {
	width: 54px;
	height: 54px;
	left: 30px;
	position: absolute;
	top: 30px;
	border: 1px solid #ebebeb;
	border-radius: 100px;
	opacity: .8;
	transform: scale(0);
	transition: transform .4s ease
}

.process-timeline .pt-action-bar-button-icon__inner-ring-4 {
	/* box-shadow: 0 4px 8px 0 rgba(0, 213, 98, .4); */
  /* box-shadow: 0 4px 8px 0 #8e97b1; */
  box-shadow: 0 4px 8px 0 gray;
	opacity: 0;
	transition: opacity .4s ease
}

.process-timeline .pt-action-bar-button-icon__inner-ring-4,
.process-timeline .pt-action-bar-button-icon__inner-ring-5 {
	width: 26px;
	height: 26px;
	left: 44px;
	position: absolute;
	top: 44px;
	/* background-color: #00d563;
	border: 6px solid #00d563; */
	background-color: #4e6ece;
	border: 6px solid #4e6ece;
	border-radius: 100px
}

.process-timeline .pt-action-bar-button-icon__inner-ring-5 {
	transform: scale(.5);
	transition: transform .4s ease
}

.process-timeline .pt-action-bar-button-icon__inner-ring-6 {
	width: 14px;
	height: 14px;
	left: 50px;
	position: absolute;
	top: 50px;
	/* background-color: #fff; */
	background-color: #f2eb19;
	border-radius: 100px;
	transform: scale(0);
	transition: transform .2s ease
}

/* ############################################################################ */