body {
  font-family: "Lato";
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #ffffff;
}

.navbar-brand {
  height: auto;
}
.header-warpper ul {
  list-style: none;
  text-decoration: none;
}
.navbar-nav {
  margin-top: 10px;
}
.navbar-brand > img {
  width: 170px;
}
.navbar-nav > li > a {
  list-style: none;
  font-size: 17px;
  color: #000;
  font-weight: 300;
  margin-right: 5px;
  margin-bottom: 5px;
  text-decoration: none;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active,
.navbar-nav > li.active > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background: #e2611c none repeat scroll 0 0;
  color: #ffffff;
  transition: all 0.2s ease-in-out 0s;
}
.navbar-nav > li > .bulbImage {
  background-image: url(../images/light.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.navbar-nav > li > .bulbImage:hover,
.navbar-nav > li > .bulbImage:focus,
.navbar-nav > li > .bulbImage:active,
.navbar-nav > li.active > .bulbImage {
  background-image: url(../images/light-hover.png);
  background-repeat: no-repeat;
  background-position: right center;
  transition: all 0.2s ease-in-out 0s;
  background-color: #ffffff;
}

.navbar {
  transition: all 0.2s ease-in-out 0s;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.nav > li > a:focus,
.nav > li > a:hover {
  outline: none;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: #e2611c;
  color: #fff;
}

.dropdown-menu > li > a {
  font-size: 15px;
  font-weight: 300;
  color: #000;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: #e2611c;
  color: #fff;
}
.caret {
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
}

.caret-up {
  width: 0;
  height: 0;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}

.navbar-toggle {
  background-image: url("../images/nav-btn.png");
  background-position: center center;
  background-size: cover;
}

.inner-banner {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.banner-text .banner-heading {
  border-width: 1px;
  color: #ffffff;
  font-size: 55px;
  font-weight: 600;
  line-height: normal;
  padding: 0 26px;
  text-transform: uppercase;
  margin-bottom: -40px;
}

.home-banner-heading {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 0;
}
.home-banner-row {
  color: #ffffff;
  height: inherit;
  /* display: flex; */
  /* align-items: center; */
  /* margin-top: -30px; */
  position: absolute;
  top: 50%;
  transform: translate(0, -30%);
}
.home-banner-heading + * {
  font-size: 15px;
  margin-bottom: 40px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.home-banner-heading + * li {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .home-banner {
    height: auto !important;
    padding-bottom: 30px;
  }
  .home-banner-row {
    color: #ffffff;
    min-height: 100%;
    display: block;
    position: static;
    transform: translate(0, 0);
    margin-top: 30px;
  }
  .home-banner-heading {
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .home-banner-heading + * {
    font-size: 14px;
  }
}

.shapDiv {
  border: 1px solid #fff;
  height: 230px;
  width: 230px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  content: "";
  top: 40%;
  left: 36%;
  opacity: 0.38;
}
.rectangleDiv {
  border: 1px solid #fff;
  height: 230px;
  width: 230px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  content: "";
  top: 40%;
  right: 36%;
  opacity: 0.38;
}

.paycubeAbout {
  background: #fff;
  padding-top: 64px;
}
.paraDiv {
  font-size: 22px;
  color: #000;
  font-weight: 300;
  margin-top: 60px;
}
.transactionDiv {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 126px;
  padding-bottom: 130px;
}
.textDiv {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
}
.businessModelDiv {
  background: #fff;
  padding-top: 126px;
  padding-bottom: 130px;
}
.modelText {
  font-size: 22px;
  color: #000;
  font-weight: 300;
  margin-top: 40px;
}
.domainDiv {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 126px;
  padding-bottom: 130px;
}
.domainText {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
}
.footer-top {
  background: url(../images/footer-top1.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 30px;
}
/*.footerCircle {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 50%;
	filter: blur(30px);
	-webkit-filter: blur(30px);
	-moz-filter: blur(30px);
	-ms-filter: blur(30px);
	-o-filter: blur(30px);
	
	height: 120px;
	position: relative;
	width: 120px;
	----
	 background: rgba(255, 255, 255, 0.6);
	 border-radius: 50%;
	 box-shadow: 0 0 45px 60px rgb(255, 255, 255), 0 0 22px 26px rgb(255, 255, 255) inset;
	 height: 60px;
    opacity: 0.7;
    position: relative;
    width: 60px;
}*/
.footerLogo {
  width: 310px;
  margin-top: -80px;
}
.policyDiv {
  /* margin-top: 11%; */
}
.cubeText {
  font-size: 13px;
  color: #fff;
  margin-left: 20%;
  margin-top: -33%;
}
.policyText {
  margin-top: 100px;
  color: #fff;
}
.policyText > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}
.policyText > li > a:hover {
  text-decoration: none;
  color: #e2611c;
  transition: all 0.2s ease-in-out 0s;
}

.linkHeading {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-top: 75px;
}
.linkDiv {
  margin-top: 30px;
}
.circle {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 43px;
  width: 43px;
  text-align: center;
  line-height: 50px;
  margin-left: 10px;
}
.linkDiv i {
  font-size: 27px;
  color: #600100;
}
.linkDiv > li > a:hover i {
  color: #e2611c;
  transition: all 0.2s ease-in-out 0s;
}

.footer-bottom {
  background: #fff;
  background-size: cover;
  padding: 30px 0;
}
.footerText {
  font-size: 16px;
  color: #000;
}

/*-------------our story------------*/

.banner-paragraph {
  color: #ffffff;
  font-size: 36px;
  left: 50% !important;
  margin-top: 120px;
  position: absolute;
  text-align: center;
  top: 50%;
  text-shadow: 1px 1px 1px #000;
  transform: translate(-50%, 0);
}
.banner-btn {
  position: relative;
  /* bottom: 100px;
  left: 50%;
  transform: translate(-50%, 0); */
}

.banner-btn {
  /* padding: 19px 36px; */
  /* display: block; */
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 40px;
  border: none;
  margin-bottom: 40px;
}

.banner-btn span {
  position: relative;
  color: #fff;
  /* font-family: Arial; */
  letter-spacing: 6px;
  z-index: 1;
}

.banner-btn .liquid {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 200px;
  background: #e2611c;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}

.banner-btn .liquid::after,
.banner-btn .liquid::before {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
  background: #fff;
}

.banner-btn .liquid::before {
  border-radius: 45%;
  background: rgba(36, 74, 159, 30);
  animation: animate 5s linear infinite;
}

.banner-btn .liquid::after {
  border-radius: 40%;
  background: rgba(35, 73, 157, 0.8);
  animation: animate 10s linear infinite;
}

.banner-btn:hover .liquid {
  top: -120px;
}

@keyframes animate {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  bottom: 50px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@-moz-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
@-o-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}

.customBanner {
  left: 23%;
}
.foundereDiv {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}
.foundeerImage {
  position: absolute;
  right: 0;
}
.rectangleBorder {
  border: 1px solid #a2a2a2;
  content: "";
  margin-top: 30px;
  max-width: 648px;
  padding: 12px 76px 12px 13px;
  position: relative;
}
.fontColorDiv {
  font-size: 26px;
  color: #e2611c;
  font-weight: 600;
}
.borderHeading h4 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
  display: inline-block;
}
.borderHeading h4:after {
  border-bottom: 2px solid #0558cd;
  bottom: -9px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 179px;
}
.founderText {
  font-size: 20px;
  color: #000;
  font-weight: 300;
  margin-top: 30px;
}
.founderLink {
  margin-top: 20px;
}
.founderLink a {
  font-size: 18px;
  color: #e2611c;
  font-family: "Times New Roman";
  text-decoration: none;
}
.founderLink a:hover {
  color: #003d87;
}
.founderLink a i {
  color: #2a4fa1;
}
.clientDiv .rectangleBorder {
  padding: 12px 20px 12px 94px;
}
.clientDiv .borderHeading h4:after {
  width: 247px;
}
.clientDiv .founderText {
  margin-top: 30px;
}

/*-------------about us--------------*/

.aboutDiv {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 85px;
}
.aboutText {
  font-size: 20px;
  color: #000;
  font-weight: 300;
}
.imageDiv {
  margin-top: 50px;
}
.approachDiv {
  background: url(../images/whiteBase-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 118px 0;
}
.approachTextDiv {
  font-size: 30px;
  color: #797979;
  font-weight: 300;
  font-style: italic;
  margin-top: 80px;
}
.logoImageDiv {
  width: 250px;
}
.approachInfoDiv {
  background: #fff;
  padding-top: 85px;
  padding-bottom: 180px;
  position: relative;
}
.cardInfoDiv {
  font-size: 20px;
  color: #000;
  font-weight: 300;
  position: absolute;
  content: "";
  top: 25%;
  left: 50%;
}
.imgBox {
  background: rgba(0, 0, 0, 0) url("../images/contact-btn.png") no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 345px;
  position: absolute;
  content: "";
  right: 5%;
  top: 56%;
  width: 497px;
}
.imgBox:hover {
  background: url(../images/contact-btn-hover.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.1s ease-in-out 0s;
  outline: medium none;
}

/*-------testimonials------*/

.customerDiv {
  background: #fff;
  padding: 130px 0;
  font-size: 20px;
  color: #001f63;
}

.bgDiv {
  background: #e1d4d5;
  padding: 150px 0;
}
.tringleDiv {
  position: relative;
  padding: 40px 76px 12px 13px;
  margin-top: 30px;
}
.para-section {
  font-size: 20px;
  color: #6b2c68;
}
.pageOneDiv {
  left: 0;
  position: absolute;
}
.pageTwoDiv {
  left: auto;
  right: 0;
  position: absolute;
}
.pageOneDiv img {
  max-width: 1130px;
}
.pageTwoDiv img {
  max-width: 1130px;
}
.paraSubHeading {
  font-size: 23px;
  color: #e2611c;
  margin-top: 20px;
}
.triangleImage {
  margin-top: 40px;
}
.triangleImage img {
  width: 150px;
}

.cubeSection .tringleDiv {
  padding: 12px 23px 12px 13px;
}

/*-------knowledgeNewsViews------*/

.dateBackground {
  background: url(../images/dateBackground.jpg) no-repeat;
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 110px;
}
/*.dtText {
 color: #ffffff;
 font-size: 18px;
 left: 17%;
 position: absolute;
 right: 4px;
 text-align: center;
 top: 50%;
 }*/
.dtText {
  color: #000;
  font-size: 13px;
  left: 30%;
  position: absolute;
  right: 31%;
  text-align: center;
  top: 50%;
}
.dtDiv-1:hover p {
  color: #24449f;
}
.dtDiv-1:hover .dtHeading {
  color: #24449f;
}
/*.dateBackground .col-sm-4 {
 margin-bottom: 120px;
 }*/
/*.dtHeading {
 color: #ffffff;
 font-size: 27px;
 font-weight: 600;
 left: 43%;
 position: absolute;
 top: 19px;
 }*/
.dtHeading {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  left: 39%;
  position: absolute;
  top: 35%;
}
.light-blub-section .lig-section:after {
  border-left: 3px solid #381e21;
  content: "";
  position: absolute;
  height: 144px;
  left: 50%;
  top: -97px;
}
/*.lightDiv {
 padding: 30px 0;
 }*/

.lightDiv {
  background: url(../images/light-bulb-2.png) no-repeat center center;
  /*background-size: 290px 386px;*/
  padding: 200px 0;
}
.dataBulb2 {
  margin-bottom: 45px;
}

/*-------------Customer Segments------------*/

.customerSegments {
  background: #fff;
  padding-top: 104px;
  padding-bottom: 110px;
}

.customerText {
  font-size: 20px;
  color: #000;
  font-weight: 300;
}
.cubeImg {
  float: right;
  margin-top: -160px;
}
.segment-section {
  padding-top: 60px;
  padding-bottom: 104px;
}
.segmentsDiv {
  background: url(../images/Segments-1.jpg) no-repeat;
  background-size: cover;
  padding-top: 63px;
  padding-bottom: 36px;
}
.segmentsText {
  max-height: 300px;
  padding: 27px 363px 84px;
  position: relative;
}
.scroll {
  height: 100px;
  overflow: auto;
  overflow-y: hidden;
}
.squareDiv {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  height: 79px;
  left: 22%;
  position: absolute;
  text-align: center;
  width: 100px;
}

.squareDiv h4 {
  font-size: 55px;
  font-weight: 800;
}

.paraSegments {
  font-size: 16px;
  color: #fff;
}

.segmentsDiv2 {
  background: url(../images/Segments-2.jpg) no-repeat;
  background-size: cover;
  padding-top: 63px;
  padding-bottom: 25px;
}
.segmentsDiv2 .squareDiv {
  left: 76%;
  top: 0;
}

.segmentsDiv2 .segmentsText {
  padding: 5px 287px 30px 480px;
  text-align: right;
  margin-top: -25px;
}
.segmentsDiv3 {
  background: url(../images/Segments-3.jpg) no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 25px;
}
.segmentsDiv4 {
  background: url(../images/Segments-4.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 36px;
}
.segmentsDiv4 .squareDiv {
  left: 76%;
  top: 0;
}
.segmentsDiv4 .segmentsText {
  padding: 5px 287px 30px 480px;
  text-align: right;
}

/*-------------Payment consulting Practice------------*/

.strategyDiv {
  background: #fff;
  padding: 175px 0;
}

.technologyPara {
  font-size: 20px;
  color: #000;
  font-weight: 300;
}
.strategyConsulting {
  background: url(../images/technology-img-1.jpg) no-repeat;
  background-size: cover;
  padding: 155px 0;
}
.strategySection {
  padding-left: 30px;
}

.blur-whitePage {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.82);
  height: 912px;
  width: 1140px;
  padding: 95px 0;
}

.blur-whitePage .borderHeading h4 {
  font-size: 29px;
  color: #022f8d;
}

.blur-whitePage .borderHeading h4:after {
  border-bottom: 4px solid #fff;
  width: 255px;
}

.strategyConsultingText {
  font-size: 20px;
  color: #000;
  padding: 40px 0;
  font-weight: 300;
}

.strategyConsultingText > ul {
  margin-top: 30px;
}

.strategyConsultingText > ul > li {
  margin-bottom: 20px;
}

.functionalRequirement {
  background: url(../images/colorblance-whitepage.jpg) no-repeat;
  background-size: cover;
  padding: 140px 0;
}

.functionalRequirement .borderHeading h4 {
  font-size: 29px;
  color: #2c50a1;
}

.functionalRequirement .borderHeading h4:after {
  border-bottom: 3px solid #f89a21;
  width: 369px;
  left: 0;
}

.requirementDiv {
  margin-top: 120px;
}

.requirementDiv .circle1 {
  background: #8a94a5;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 250px;
  width: 250px;
  text-align: center;
  margin: 0 auto;
  padding: 65px 15px;
  box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.14);
}

.requirementPara {
  font-size: 18px;
  color: #fff;
}
.requirementDiv .circle2 {
  background: #6d664e;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 250px;
  width: 250px;
  text-align: center;
  margin: 0 auto;
  padding: 65px 15px;
  box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.14);
}

.requirementDiv .circle3 {
  background: #4f210e;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 250px;
  width: 250px;
  text-align: center;
  margin: 0 auto;
  padding: 65px 15px;
  box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.14);
}

.requirementDiv .circle4 {
  background: #1e0000;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 250px;
  width: 250px;
  text-align: center;
  margin: 0 auto;
  padding: 65px 15px;
  box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.14);
}

.requirementText {
  font-size: 20px;
  color: #000;
  font-weight: 300;
}

.functionalDiv {
  margin-top: 80px;
}

.projectSection {
  background: url(../images/section-4.jpg) no-repeat;
  background-size: cover;
  padding: 150px 0;
}
.projectSection .borderHeading h4 {
  font-size: 29px;
  color: #000;
}

.projectSection .borderHeading h4:after {
  border-bottom: 3px solid #e2611c;
  width: 110px;
}

.projectText {
  font-size: 20px;
  color: #441c0c;
  margin-top: 60px;
}

/*-------------Application Development Practice------------*/

.posDiv {
  background: #fff;
  padding-top: 140px;
  padding-bottom: 160px;
  overflow: hidden;
}

.posDivText {
  font-size: 20px;
  color: #000;
  text-align: center;
  font-weight: 300;
}
.paraBannerText {
  left: 10%;
}

@media (min-width: 768px) {
  .borderCircleParent {
    position: relative;
    height: inherit;
  }
  .borderCircleParent > .borderCircle {
    left: 50%;
    top: 50%;
    margin-left: -90px;
    margin-top: -90px;
    position: absolute;
  }
  .secondChild {
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
  }
  .borderCircleParent:hover .secondChild {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out 0s;
  }
  .thirdChild {
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
  }
  .secondChild .borderCircle:hover .thirdChild {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out 0s;
  }
  .thirdChild .borderCircle:hover .tag-section {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out 0s;
  }
  .tag-section {
    border-left: 1px solid #e2611c;
    font-size: 12px;
    left: 50%;
    opacity: 0;
    padding: 5px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    width: 262px;
  }
  .borderCircle {
    background: -moz-linear-gradient(
      53deg,
      rgba(239, 239, 240, 1) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(206, 206, 207, 1) 100%
    );
    background: -webkit-gradient(
      linear,
      left bottom,
      right top,
      color-stop(0%, rgba(239, 239, 240, 1)),
      color-stop(50%, rgba(206, 206, 207, 1)),
      color-stop(100%, rgba(128, 128, 128, 1))
    );
    background: -webkit-linear-gradient(
      53deg,
      rgba(239, 239, 240, 1) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(206, 206, 207, 1) 100%
    );
    background: -o-linear-gradient(
      53deg,
      rgba(239, 239, 240, 1) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(206, 206, 207, 1) 100%
    );
    background: -ms-linear-gradient(
      53deg,
      rgba(239, 239, 240, 1) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(206, 206, 207, 1) 100%
    );
    background: linear-gradient(
      37deg,
      rgba(239, 239, 240, 1) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(206, 206, 207, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#c0c0c0',GradientType=0 );
    border-radius: 50%;
    height: 150px;
    width: 150px;
    box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.14);
  }
  .practiceCircleText {
    color: #000;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    padding: 64px 0;
    font-size: 18px;
  }
  .secondChild .borderCircle {
    height: 112px;
    width: 112px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -75px;
    z-index: 1;
  }
  .thirdChild .borderCircle {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
    z-index: 1;
  }
  .circleDeg {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  .circle-container {
    position: relative;
    height: 30em;
    padding: 2.8em;
    border-radius: 50%;
    margin: 1.75em auto 0;
  }
  .practiceFont {
    color: #010101;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    padding: 30px 16px;
  }
  .solutionFont {
    color: #010101;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    padding: 31px 10px;
  }

  #secondChildCircle {
    transform: translate3d(9em, -75px, 0px);
    -webkit-transform: translate3d(9em, -75px, 0px);
    -ms-transform: translate3d(9em, -75px, 0px);
    -o-transform: translate3d(9em, -75px, 0px);
    -moz-transform: translate3d(9em, -75px, 0px);
  }

  #secondChildCircle-1 {
    transform: translate3d(8em, 9em, 0px);
    -webkit-transform: translate3d(8em, 9em, 0px);
    -ms-transform: translate3d(8em, 9em, 0px);
    -o-transform: translate3d(8em, 9em, 0px);
    -moz-transform: translate3d(8em, 9em, 0px);
  }
  #secondChildCircle-2 {
    transform: translate3d(-7em, 9em, 0px);
    -webkit-transform: translate3d(-7em, 9em, 0px);
    -ms-transform: translate3d(-7em, 9em, 0px);
    -o-transform: translate3d(-7em, 9em, 0px);
    -moz-transform: translate3d(-7em, 9em, 0px);
  }
  #secondChildCircle-3 {
    transform: translate3d(-10em, -4em, 0px);
    -webkit-transform: translate3d(-10em, -4em, 0px);
    -ms-transform: translate3d(-10em, -4em, 0px);
    -o-transform: translate3d(-10em, -4em, 0px);
    -moz-transform: translate3d(-10em, -4em, 0px);
  }
  #secondChildCircle-4 {
    transform: translate3d(-2em, -11em, 0px);
    -webkit-transform: translate3d(-2em, -11em, 0px);
    -ms-transform: translate3d(-2em, -11em, 0px);
    -o-transform: translate3d(-2em, -11em, 0px);
    -moz-transform: translate3d(-2em, -11em, 0px);
  }
  #thirdChild-1 {
    transform: translate3d(3em, -11em, 0px);
    -webkit-transform: translate3d(3em, -11em, 0px);
    -ms-transform: translate3d(3em, -11em, 0px);
    -o-transform: translate3d(3em, -11em, 0px);
    -moz-transform: translate3d(3em, -11em, 0px);
  }
  #thirdChild-2 {
    transform: translate3d(15em, -6em, 0px);
    -webkit-transform: translate3d(15em, -6em, 0px);
    -ms-transform: translate3d(15em, -6em, 0px);
    -o-transform: translate3d(15em, -6em, 0px);
    -moz-transform: translate3d(15em, -6em, 0px);
  }
  #thirdChild-3 {
    transform: translate3d(10em, 3em, 0px);
    -webkit-transform: translate3d(10em, 3em, 0px);
    -ms-transform: translate3d(10em, 3em, 0px);
    -o-transform: translate3d(10em, 3em, 0px);
    -moz-transform: translate3d(10em, 3em, 0px);
  }
  #thirdChildTag-1 {
    transform: translate3d(-24em, -2em, 0px);
    -webkit-transform: translate3d(-24em, -2em, 0px);
    -ms-transform: translate3d(-24em, -2em, 0px);
    -o-transform: translate3d(-24em, -2em, 0px);
    -moz-transform: translate3d(-24em, -2em, 0px);
  }
  #thirdChild-16 {
    transform: translate3d(9em, -3em, 0px);
    -webkit-transform: translate3d(9em, -3em, 0px);
    -ms-transform: translate3d(9em, -3em, 0px);
    -o-transform: translate3d(9em, -3em, 0px);
    -moz-transform: translate3d(9em, -3em, 0px);
  }
  #thirdChildTag-15 {
    transform: translate3d(3em, -7em, 0px);
    -webkit-transform: translate3d(3em, -7em, 0px);
    -ms-transform: translate3d(3em, -7em, 0px);
    -o-transform: translate3d(3em, -7em, 0px);
    -moz-transform: translate3d(3em, -7em, 0px);
  }
  #thirdChild-12 {
    transform: translate3d(-4em, -17em, 0px);
    -webkit-transform: translate3d(-4em, -17em, 0px);
    -ms-transform: translate3d(-4em, -17em, 0px);
    -o-transform: translate3d(-4em, -17em, 0px);
    -moz-transform: translate3d(-4em, -17em, 0px);
  }
  #thirdChild-13 {
    transform: translate3d(-9em, 4em, 0px);
    -webkit-transform: translate3d(-9em, 4em, 0px);
    -ms-transform: translate3d(-9em, 4em, 0px);
    -o-transform: translate3d(-9em, 4em, 0px);
    -moz-transform: translate3d(-9em, 4em, 0px);
  }
  #thirdChild-11 {
    transform: translate3d(-11em, -6em, 0px);
    -webkit-transform: translate3d(-11em, -6em, 0px);
    -ms-transform: translate3d(-11em, -6em, 0px);
    -o-transform: translate3d(-11em, -6em, 0px);
    -moz-transform: translate3d(-11em, -6em, 0px);
  }
  #thirdChildTag-10 {
    transform: translate3d(-2em, -9em, 0em);
    -webkit-transform: translate3d(-2em, -9em, 0em);
    -ms-transform: translate3d(-2em, -9em, 0em);
    -o-transform: translate3d(-2em, -9em, 0em);
    -moz-transform: translate3d(-2em, -9em, 0em);
  }
  #thirdChildTag-12 {
    transform: translate3d(-7em, 4em, 0em);
    -webkit-transform: translate3d(-7em, 4em, 0em);
    -ms-transform: translate3d(-7em, 4em, 0em);
    -o-transform: translate3d(-7em, 4em, 0em);
    -moz-transform: translate3d(-7em, 4em, 0em);
  }
  #thirdChild-8 {
    transform: translate3d(-9em, 3em, 0px);
    -webkit-transform: translate3d(-9em, 3em, 0px);
    -ms-transform: translate3d(-9em, 3em, 0px);
    -o-transform: translate3d(-9em, 3em, 0px);
    -moz-transform: translate3d(-9em, 3em, 0px);
  }
  #thirdChild-9 {
    transform: translate3d(-6em, 11em, 0px);
    -webkit-transform: translate3d(-6em, 11em, 0px);
    -ms-transform: translate3d(-6em, 11em, 0px);
    -o-transform: translate3d(-6em, 11em, 0px);
    -moz-transform: translate3d(-6em, 11em, 0px);
  }
  #thirdChild-10 {
    transform: translate3d(3em, 13em, 0px);
    -webkit-transform: translate3d(3em, 13em, 0px);
    -ms-transform: translate3d(3em, 13em, 0px);
    -o-transform: translate3d(3em, 13em, 0px);
    -moz-transform: translate3d(3em, 13em, 0px);
  }
  #thirdChildTag-8 {
    transform: translate3d(-13em, 5em, 0em);
    -webkit-transform: translate3d(-13em, 5em, 0em);
    -ms-transform: translate3d(-13em, 5em, 0em);
    -o-transform: translate3d(-13em, 5em, 0em);
    -moz-transform: translate3d(-13em, 5em, 0em);
  }
  #thirdChild-7 {
    transform: translate3d(10em, -2em, 0px);
    -webkit-transform: translate3d(10em, -2em, 0px);
    -ms-transform: translate3d(10em, -2em, 0px);
    -o-transform: translate3d(10em, -2em, 0px);
    -moz-transform: translate3d(10em, -2em, 0px);
  }
  #thirdChild-6 {
    transform: translate3d(8em, 7em, 0px);
    -webkit-transform: translate3d(8em, 7em, 0px);
    -ms-transform: translate3d(8em, 7em, 0px);
    -o-transform: translate3d(8em, 7em, 0px);
    -moz-transform: translate3d(8em, 7em, 0px);
  }
  #thirdChild-5 {
    transform: translate3d(-2em, 12em, 0px);
    -webkit-transform: translate3d(-2em, 12em, 0px);
    -ms-transform: translate3d(-2em, 12em, 0px);
    -o-transform: translate3d(-2em, 12em, 0px);
    -moz-transform: translate3d(-2em, 12em, 0px);
  }
  #thirdChild-4 {
    transform: translate3d(-11em, 12em, 0px);
    -webkit-transform: translate3d(-11em, 12em, 0px);
    -ms-transform: translate3d(-11em, 12em, 0px);
    -o-transform: translate3d(-11em, 12em, 0px);
    -moz-transform: translate3d(-11em, 12em, 0px);
  }
  #thirdChildTag-6 {
    transform: translate3d(-9em, -8em, 0em);
    -webkit-transform: translate3d(-9em, -8em, 0em);
    -ms-transform: translate3d(-9em, -8em, 0em);
    -o-transform: translate3d(-9em, -8em, 0em);
    -moz-transform: translate3d(-9em, -8em, 0em);
  }
  #thirdChildTag-3 {
    transform: translate3d(-15em, 4em, 0em);
    -webkit-transform: translate3d(-15em, 4em, 0em);
    -ms-transform: translate3d(-15em, 4em, 0em);
    -o-transform: translate3d(-15em, 4em, 0em);
    -moz-transform: translate3d(-15em, 4em, 0em);
  }
  #thirdChildTag {
    transform: translate3d(-3em, -9em, 0px);
    -webkit-transform: translate3d(-3em, -9em, 0px);
    -ms-transform: translate3d(-3em, -9em, 0px);
    -o-transform: translate3d(-3em, -9em, 0px);
    -moz-transform: translate3d(-3em, -9em, 0px);
  }
  #thirdChildTag-13 {
    transform: translate3d(-3em, -11em, 0px);
    -webkit-transform: translate3d(-3em, -11em, 0px);
    -ms-transform: translate3d(-3em, -11em, 0px);
    -o-transform: translate3d(-3em, -11em, 0px);
    -moz-transform: translate3d(-3em, -11em, 0px);
  }
  #thirdChild-14 {
    transform: translate3d(-6em, -11em, 0px);
    -webkit-transform: translate3d(-6em, -11em, 0px);
    -ms-transform: translate3d(-6em, -11em, 0px);
    -o-transform: translate3d(-6em, -11em, 0px);
    -moz-transform: translate3d(-6em, -11em, 0px);
  }
  #thirdChildTag-5 {
    transform: translate3d(-7em, 5em, 0em);
    -webkit-transform: translate3d(-7em, 5em, 0em);
    -ms-transform: translate3d(-7em, 5em, 0em);
    -o-transform: translate3d(-7em, 5em, 0em);
    -moz-transform: translate3d(-7em, 5em, 0em);
  }
  #thirdChildTag-2 {
    transform: translate3d(-10em, 4em, 0px);
    -webkit-transform: translate3d(-10em, 4em, 0px);
    -ms-transform: translate3d(-10em, 4em, 0px);
    -o-transform: translate3d(-10em, 4em, 0px);
    -moz-transform: translate3d(-10em, 4em, 0px);
  }
  #thirdChild-15 {
    transform: translate3d(3em, -10em, 0px);
    -webkit-transform: translate3d(3em, -10em, 0px);
    -ms-transform: translate3d(3em, -10em, 0px);
    -o-transform: translate3d(3em, -10em, 0px);
    -moz-transform: translate3d(3em, -10em, 0px);
  }
  #thirdChildTag-14 {
    transform: translate3d(-4em, -9em, 0px);
    -webkit-transform: translate3d(-4em, -9em, 0px);
    -ms-transform: translate3d(-4em, -9em, 0px);
    -o-transform: translate3d(-4em, -9em, 0px);
    -moz-transform: translate3d(-4em, -9em, 0px);
  }
  #thirdChildTag-11 {
    transform: translate3d(-6em, -10em, 0em);
    -webkit-transform: translate3d(-6em, -10em, 0em);
    -ms-transform: translate3d(-6em, -10em, 0em);
    -o-transform: translate3d(-6em, -10em, 0em);
    -moz-transform: translate3d(-6em, -10em, 0em);
  }
  #thirdChildTag-7 {
    transform: translate3d(-9em, -10em, 0em);
    -webkit-transform: translate3d(-9em, -10em, 0em);
    -ms-transform: translate3d(-9em, -10em, 0em);
    -o-transform: translate3d(-9em, -10em, 0em);
    -moz-transform: translate3d(-9em, -10em, 0em);
  }
  #thirdChildTag-9 {
    transform: translate3d(0em, 5em, 0em);
    -webkit-transform: translate3d(0em, 5em, 0em);
    -ms-transform: translate3d(0em, 5em, 0em);
    -o-transform: translate3d(0em, 5em, 0em);
    -moz-transform: translate3d(0em, 5em, 0em);
  }
  #thirdChildTag-4 {
    transform: translate3d(0em, 5em, 0em);
    -webkit-transform: translate3d(0em, 5em, 0em);
    -ms-transform: translate3d(0em, 5em, 0em);
    -o-transform: translate3d(0em, 5em, 0em);
    -moz-transform: translate3d(0em, 5em, 0em);
  }
}

.deviceSection {
  background: url(../images/bg-se-image.jpg) no-repeat center center;
  background-size: cover;
  padding: 257px 0;
  position: relative;
}

.leftHand {
  background: url(../images/hand-left.png) no-repeat left;
  padding: 108px 0;
  background-size: 468px 420px;
  position: absolute;
  /*bottom: 0;*/
  left: 0;
  padding: 108px 0;
  right: 0;
  /*top: 92px;*/
  top: 0;
}
.leftHand > ul > li {
  background: #381e21 none repeat scroll 0 0;
  border: 3px solid #fff;
  border-radius: 25px;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 65px;
  left: 30%;
  padding: 7px 10px 55px 4px;
  position: relative;
  text-align: right;
  top: 98px;
  width: 212px;
}
.leftHand > ul > li + li {
  margin-left: -15px;
}
.leftHand > ul > li + li + li {
  margin-left: -30px;
}
.leftHand > ul > li + li + li + li {
  margin-left: -60px;
}
.text-div {
  position: relative;
}
.text-div > h4 {
  color: #fff;
  display: block;
  font-size: 20px;
  left: 130px;
  position: absolute;
  top: 244px;
}
.rightHand {
  background: url(../images/hand-left.png) no-repeat left;
  padding: 108px 0;
  background-size: 468px 420px;
  position: absolute;
  /*bottom: 0;*/
  left: -60px;
  padding: 108px 0;
  right: 0;
  /*top: 92px;*/
  top: 0;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.rightHand > ul > li {
  background: #381e21 none repeat scroll 0 0;
  border: 3px solid #fff;
  border-radius: 25px;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 65px;
  right: -28%;
  padding: 7px 10px 55px 20px;
  position: relative;
  text-align: left;
  top: 98px;
  width: 212px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.rightHand > ul > li + li {
  margin-left: -15px;
}
.rightHand > ul > li + li + li {
  margin-left: -30px;
}
.rightHand > ul > li + li + li + li {
  margin-left: -60px;
}
.rightHand .text-div h4 {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

/*----------transactionAcquiring--------*/
.transactionAcquiring {
  background: #fff;
  padding-top: 150px;
  padding-bottom: 160px;
}
.bText h4 {
  font-size: 24px;
  font-weight: 600;
  color: #e2611c;
  position: relative;
  padding-bottom: 24px;
}
.bText h4:before {
  border-bottom: 1px solid #381e21;
  bottom: -12px;
  content: "";
  left: 39%;
  position: absolute;
  width: 247px;
}

.list-inline > li {
  position: relative;
}
.lig-section2:after {
  border-left: 3px solid #381e21;
  content: "";
  height: 236px;
  left: 82px;
  position: absolute;
  top: -221px;
}
.lig-section3:after {
  border-left: 3px solid #381e21;
  content: "";
  height: 82px;
  left: 83px;
  position: absolute;
  top: 1px;
}

.transactionAcquiring .blub-width > img {
  width: 180px;
}
.lig-section4:after {
  border-left: 3px solid #381e21;
  content: "";
  height: 194px;
  left: 74px;
  position: absolute;
  top: -336px;
}
.text-line h4 {
  color: #e2611c;
  display: block;
  font-size: 20px;
  font-weight: 600;
  left: 27%;
  position: absolute;
  right: 96px;
  top: 19%;
}
.transactionAcquiring .col-sm-2 {
  margin-right: 32px;
}
.text-line .textLineStyle {
  color: #fff;
  left: 43%;
  right: 18%;
  top: 25%;
}
.text-line .textLineStyle-2 {
  color: #fff;
  left: 16%;
  right: 26%;
  top: 25%;
}
.transDiv .text-line h4 {
  left: 40%;
  right: 0;
}
.settlementBusiness .transDiv .text-line h4 {
  left: 27%;
  right: 90px;
}
.socialMedia-section .circleBorderSmall h4 {
  padding: 56px 19px;
}
.socialMedia-section .circleLeft .circleBorderSmall h4 {
  padding: 56px 19px;
}
.socialMedia-section .circleLeft2 .circleBorderSmall h4 {
  padding: 56px 19px;
}
.socialMedia-section .circleLeft3 .circleBorderSmall h4 {
  padding: 56px 19px;
}

/*----------authorizationApplications-----------*/
.authorizationApplications {
  background: url(../images/authorizationApplications.jpg) no-repeat center
    center;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 160px;
}
.authorizationApplications .bText h4 {
  color: #fff;
}
.authorizationApplications .bText h4:before {
  border-bottom: 1px solid #fff;
}

.transDiv img {
  width: 200px;
}

.authorization-section img {
  width: 100%;
}
.transfromX {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
/*----------settlementBusiness-----------*/
.settlementBusiness {
  background: #fff;
  padding-top: 110px;
  padding-bottom: 160px;
}
.settlementBusiness .bText h4 {
  color: #3e1010;
}
.settlementBusiness .bText h4:before {
  border-bottom: 1px solid #3e1010;
  width: 186px;
  left: 41%;
}
.settlementBusiness .blub-width > img {
  width: 180px;
}
.settlementBusiness .lineBorder:after {
  border-left: 3px solid #121413;
  height: 268px;
  left: 90px;
}
.settlementBusiness .text-line6 {
  color: #fff;
  right: 19%;
  top: 58%;
  text-align: center;
}
.transDiv img {
  width: 200px;
}

.settlementBusiness img {
  width: 100%;
}
.lineBorder2 {
  border-left: 3px solid #121413;
  content: "";
  height: 89px;
  left: 91px;
  position: absolute;
  top: 1px;
}

/*--------loyaltyApplications-----------*/
.loyaltyApplications {
  background: url(../images/Loyalty-img.jpg) no-repeat center center;
  background-size: cover;
  padding: 278px 0;
  position: relative;
}

/*-----------promotionManagements---------*/

.promotionManagements {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 140px;
  position: relative;
}
.img-boarder {
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  height: auto;
  line-height: 1.42857;
  max-width: 100%;
  /*padding: 4px;*/
  box-shadow: 6px 0 10px 0 rgba(0, 0, 0, 0.22);
  transition: all 0.2s ease-in-out 0s;
}
.promotionInfo {
  border: 1px solid #000;
  content: "";
  height: 389px;
  left: 42%;
  position: absolute;
  top: 34%;
  width: 682px;
  padding: 80px;
}
.promotionInfo .bText h4 {
  color: #264b9f;
}
.promotionInfo .bText h4:before {
  border-bottom: 1px solid #264b9f;
  bottom: -12px;
  content: "";
  left: 34%;
  position: absolute;
  width: 181px;
}
.socialMedia-section {
  background: url(../images/socialMedia.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 340px;
  padding-top: 390px;
  position: relative;
}
.circleBorderSmall {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
  height: 200px;
  left: 59%;
  position: absolute;
  top: 7%;
  transition: all 0.2s ease-in-out 0s;
  width: 200px;
}
.circleLeft .circleBorderSmall {
  left: 76%;
  top: 28%;
}
.circleLeft2 .circleBorderSmall {
  left: 59%;
  top: 54%;
}
.circleLeft3 .circleBorderSmall {
  left: 77%;
  top: 68%;
}
.circleBorderSmall h4 {
  font-size: 20px;
}

/*---------ourtechnology-----------*/

.ourtechnology {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 200px;
  position: relative;
}
.ourtechnology .bText h4 {
  color: #2a2a2a;
}
.ourtechnology .bText h4:before {
  border-color: #ef7e13;
  width: 214px;
  left: 40%;
}
.orangeCircle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #ec7203;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
  position: absolute;
  top: 0;
  left: 46%;
  transition: all 0.2s ease-in-out 0s;
}
.orangeCircle h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 37px 9px;
}
.boxDiv {
  width: 193px;
  height: 506px;
  position: relative;
}
.boxDiv:before {
  background: rgba(0, 0, 0, 0) url("../images/half-box.png") no-repeat;
  content: "";
  padding: 98px;
  position: absolute;
  top: 20%;
}

.bg-box {
  background: #5d5d5d none repeat scroll 0 0;
  padding: 10px;
  position: absolute;
  top: 48%;
  bottom: 0;
  min-height: 400px;
  color: #fff;
}
.boxDiv .bg-box > li {
  margin-bottom: 5px;
}
.boxDiv .bg-box > li > i {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: #000;
  height: 15px;
  text-align: center;
  width: 15px;
  margin-right: 5px;
}

/*--------contactUs-----------*/

.contactUs {
  padding-top: 120px;
  padding-bottom: 150px;
}
.mapbox-section {
  position: relative;
}
.image-div-section > img {
  width: 100%;
}
.text-overlay {
  background: rgba(57, 65, 65, 0.95);
  /*border-bottom-left-radius: 29px;*/
  bottom: 0;
  color: #ffffff;
  /*height: 316px;*/
  padding: 20px 50px;
  position: absolute;
  right: 0;
  top: 0;
  /*bottom: 25px;*/
}
.text-overlay-box h4 {
  font-size: 21px;
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
  margin-bottom: 25px;
}
.text-overlay-box h5 {
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-left: 30px;
}
.text-overlay-box h5 i {
  position: absolute;
  left: 0;
  top: 3px;
}
.text-overlay-box p {
  font-size: 15px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.text-overlay-box p i {
  position: absolute;
  top: 3px;
  left: 0;
  width: 32px;
}
.text-overlay-box a {
  color: #fff;
}
.text-overlay-box p i a:focus,
a:hover {
  color: #e2611c;
  text-decoration: none;
}
.form-control {
  background-color: #394141;
  background-image: none;
  border: 1px solid #394141;
  color: #fff;
}

.tex-box-otherWay {
  margin-top: 20px;
}

/*--------Strategic Resourcing-----------*/

.skill-section {
  background: #f8f8f8;
  padding-top: 120px;
  padding-bottom: 150px;
  position: relative;
}
.strategicText p {
  font-size: 20px;
  color: #000;
  font-weight: 300;
}
.outLine .bText h4::before {
  border-color: #ef7e13;
  left: 40%;
  width: 250px;
}
.strategicText {
  border: 1px solid #000;
  content: "";
  height: 354px;
  left: 39%;
  padding: 63px 53px 0 76px;
  position: absolute;
  top: 30%;
  width: 682px;
}

/*--------Other services-----------*/
.qa-section {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 130px;
}
.heading-border h4 {
  font-size: 25px;
  color: #e2611c;
  position: relative;
  padding-bottom: -24px;
}
.heading-border h4:before {
  border-bottom: 1px solid #e2611c;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: -12px;
  width: 20%;
}

.qaText p {
  font-size: 18px;
  margin-top: 30px;
  font-weight: 300;
}
.functional-section {
  background: url(../images/functional-images.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 100px;
}
.fun-div {
  background: #2a2a2a none repeat scroll 0 0;
  border-top: 2px solid #ffffff;
  height: 100%;
  min-height: 480px;
  transition: all 0.7s ease 0s;
}

.fun-div p {
  color: #ffffff;
  font-size: 15px;
  padding: 16px 25px 30px;
}
.functionalDiv {
  position: relative;
  margin-top: 50px;
}
.pentagon-text {
  background: #ffffff none repeat scroll 0 0;
  height: 52px;
  left: 43%;
  position: relative;
  top: -30px;
  width: 70px;
}
.pentagon-text::after {
  border-left: 36px solid rgba(0, 0, 0, 0);
  border-right: 34px solid rgba(0, 0, 0, 0);
  border-top: 15px solid #ffffff;
  bottom: -15px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.pentagon-text::before {
  border-bottom: 15px solid #ffffff;
  border-left: 34px solid rgba(0, 0, 0, 0);
  border-right: 35px solid rgba(0, 0, 0, 0);
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -15px;
  width: 0;
}
.pentagon-text h1 {
  color: #383838;
  font-size: 30px;
  left: 14%;
  margin-top: 0;
  position: absolute;
  top: 16%;
  transition: all 0.7s ease 0s;
  width: 50px;
}
.functionalDiv:hover .fun-div {
  background: rgba(226, 97, 28, 0.65);
  transition: all 0.5s ease-in-out 0s;
}
.functionalDiv:hover .pentagon-text h1 {
  color: #e2611c;
  transition: all 0.5s ease-in-out 0s;
}
.fun-div .heading-border h4 {
  color: #fff;
  padding: 20px;
}
.fun-div .heading-border h4:before {
  border-color: #fff;
  bottom: 4px;
  left: 5%;
}
/*--------Engagement Models-----------*/
.domainSectionDiv {
  background: #fff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.posDivText1 {
  font-size: 20px;
  color: #000;
  font-weight: 300;
}
.domain-para {
  padding-top: 190px;
  padding-bottom: 30px;
}
.domain-para > ul > li {
  font-size: 20px;
  font-weight: 300;
}
.strategyDeployment {
  padding-top: 110px;
  padding-bottom: 120px;
  background-size: cover;
  background-repeat: no-repeat;
}
.strategyDeployment h4 {
  color: #fff;
}
.strategyDeployment h4:before {
  border-color: #fff;
  bottom: 4px;
}
.blended-onsite {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 140px;
  position: relative;
}
.blended-onsite .bText h4 {
  color: #381e21;
}
.blended-text {
  border: 1px solid #000;
  content: "";
  height: 320px;
  left: 53%;
  padding: 40px;
  position: absolute;
  top: 37%;
  width: 483px;
}
.blended-image {
  margin-top: 80px;
}
.blended-text p {
  font-size: 18px;
  font-weight: 300;
}
.strategy-deployment-text {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
}
.offshoreText {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
}
.offshore-model {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 140px;
}
.staffAugmentation {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 140px;
}
.augment-text {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 300;
}
.technoText {
  font-size: 26px;
  color: #e2611c;
  font-weight: 600;
}
.requText {
  color: #e2611c;
  font-size: 24px;
  font-weight: 600;
}
.posText {
  color: #e2611c;
  font-size: 29px;
  font-weight: 600;
}
.strategPara {
  color: #ef7e13;
  font-size: 26px;
  font-weight: 600;
}
.columnSection {
  margin-right: 15px;
}
.skillText {
  left: 28%;
}
.qa-img > img {
  width: 530px;
}
.dominText {
  color: #e2611c;
  font-size: 25px;
  font-weight: 600;
}
.listText {
  color: #e2611c;
  font-size: 20px;
  font-weight: 600;
}

.subText {
  margin-top: 50px;
}
.privacySection {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 110px;
}
.privacyPara {
  padding-top: 80px;
  padding-bottom: 60px;
  font-size: 15px;
}
.privecyShadow h4 {
  font-size: 25px;
  color: #e2611c;
  position: relative;
}
.privecyShadow h4:before {
  border-bottom: 1px solid #e2611c;
  position: absolute;
  content: "";
  left: 37%;
  bottom: -18px;
  top: 0;
  width: 100px;
}
.privecyShadow h4:after {
  border-bottom: 1px solid #e2611c;
  position: absolute;
  content: "";
  right: 37%;
  bottom: -18px;
  top: 0;
  width: 100px;
}
.privacyPara > ul {
  margin-top: 30px;
}
.text-divA > h4 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  left: 10%;
  position: absolute;
  top: 68%;
}
.engagementSection > .img-thumbnail {
  border: none;
  background: none;
}
.engagementSection > img {
  width: 100%;
}

.uncommon li::before {
  content: attr(data-icon);
  font-size: 1.25em;
  margin-right: 10px;
}

@media (min-width: 768px) {
  ul.dropdown-menu ul.dropdown-menu {
    right: 100%;
    left: auto;
    top: 0;
  }
}

.list-outer-banner {
  min-height: 185px;
}
