
.ocontact {
  margin-top: -20%;
}

.ocontact::before {
  content: '';
  background: -webkit-radial-gradient(#d1bcdc 10%, transparent 10%), -webkit-radial-gradient(#d1bcdc 10%, transparent 15%), transparent;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  opacity: 0.6;
  background-size: 15px 15px;
  z-index: -1;
  padding: 16.5% 25%;
  position: relative;
  top: 25px;
  left: 95px;
}

.ocontactform::after {
  content: '';
  background: -webkit-radial-gradient(#d1bcdc 10%, transparent 10%), -webkit-radial-gradient(#d1bcdc 10%, transparent 15%), transparent;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  opacity: 0.6;
  background-size: 15px 15px;
  z-index: -1;
  padding: 12em 25em 5em;
  position: relative;
  top: 0;
  left: 30%;
}

.ourcredomt {
  margin-top: -20px;
}

.ourcredo::before {
  content: '';
  background: -webkit-radial-gradient(#d1bcdc 10%, transparent 10%), -webkit-radial-gradient(#d1bcdc 10%, transparent 15%), transparent;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  opacity: 0.3;
  background-size: 15px 15px;
  z-index: -1;
  padding: 8em 23em 10em;
  position: relative;
  top: 0;
  left: 10%;
  z-index: 10;
}

/* blog start*/
.getaquote {
  padding-top: 13em;
  padding-left: 3em;
  margin: 0 auto;
  display: inline-block;
}

.getaquote a {
  background: #4712C9;
  padding: 12px 28px !important;
  color: #fff !important;
  letter-spacing: 3px;
}

.getaquote :hover {
  text-decoration: none !important;
}

.obimgmleft {
  margin-left: 3em;
}

.readon {
  margin-left: -3em;
  display: inline-block;
  background: #fff;
  box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
  padding: 3em 3em;
}

.readon a {
  padding: 7px 42px;
  letter-spacing: 3px;
  color: #fff !important;
}

.readon :hover {
  text-decoration: none !important;
}

.__project_inside_grid {
  margin-bottom: 49px;
  position: relative;
}

@media (min-width: 768px) {
  .oflex {
    display: flex;
    align-items: center;
  }
  .oblogmt {
    margin-top: -15em;
    z-index: 10;
  }
  .omleft {
    margin-left: 10%;
  }
}

.ohighlight {
  display: -webkit-inline-box;
}

.ohighlight h3:first-child {
  padding-top: 5.7em;
  margin: 0 auto;
  display: inline-block;
}

.ohighlight img {
  margin-left: 5%;
}

.loadmore .loadmorecontent {
  display: none;
}

#loadMore {
  z-index: 100000;
}

.whitebg-navbar .navbar-nav li a {
  color: #4712C9 !important;
}

/* blog */
/* about start*/
/* about */
.obanner {
  transform: translate(0, 40%);
}

.bannerimg {
  background-image: url("../images/uiux.png");
  background-size: contain;
  height: 60vh;
  background-repeat: no-repeat;
  background-position: center center;
}

.odottedmt {
  margin-top: -1%;
}

.video-play-button {
  float: left;
  position: absolute;
  z-index: 10;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  margin-left: 10px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #4712C9;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #4712C9;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #360e9a;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 16px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  transform: translateX(65%) translateY(50%);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.projectbtn {
  float: right;
  padding-right: 15px;
  padding-top: 10px;
}

a:hover {
  text-decoration: none !important;
}

.oclients h3 {
  padding-top: 30px;
}

h5 > .oprimary {
  font-size: 18px;
}

.readon1 a {
  padding: 7px 26px;
  letter-spacing: 3px;
  color: #fff !important;
}

.__newheader ul li a {
  color: #000 !important;
}

.__halfbannerbg::before {
  content: '';
  width: 39%;
  height: 100%;
  position: absolute;
  background: linear-gradient(104.21deg, #472AB2 -0.6%, #7D54D9 87.33%);
}

.__halfbannerbg .centered {
  transform: translateY(35%);
  z-index: 1000;
  position: relative;
}

.__halfbannerbg .centered2 {
  transform: translateY(50%);
}

.__halfbannerbg .__hline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5rem;
}

.__halfbannerbg .__hline::before {
  content: '';
  position: absolute;
  background: linear-gradient(166.57deg, #fff -0.6%, #fff 87.33%);
  height: 3px;
  left: 3%;
  top: 15%;
  width: 35px;
}

.__halfbannerbg .__hline2 {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5rem;
}

.__halfbannerbg .__hline2::before {
  content: '';
  position: absolute;
  background: linear-gradient(166.57deg, #fff -0.6%, #fff 87.33%);
  height: 3px;
  left: 3%;
  top: 13%;
  width: 35px;
}

.__halfbannerbg .__leftside h2 {
  font-size: 24px;
  color: #fff;
}

.__halfbannerbg .__leftside p {
  font-size: 32px;
  color: #fff;
  line-height: 1.2em;
}

.__halfbannerbg .__leftside .__playicon {
  background: #fff;
  width: 120px;
  padding: 2rem 1rem 1rem;
  margin-top: 35px;
}

.__halfbannerbg .__leftside .__playicon p {
  font-size: 16px;
  padding-top: 25px;
  color: #6945CB;
  font-family: 'Origin Bold', sans-serif;
}

.__halfbannerbg .__rightside h2 {
  font-size: 24px;
  color: #000;
  margin-left: 10rem;
}

.__halfbannerbg .__rightside p {
  margin-left: 27.8888888%;
}

.__halfbannerbg .__rightside p span {
  margin-right: 37px;
}

.__playicon img {
  width: 12px;
}

.__playicon p {
  color: #6945CB;
  padding-top: 17px;
  font-size: 13.5077px;
}

.__rightside {
  margin-top: 10%;
}

.__projectgrid {
  margin-top: 5rem;
}

.__projectgrid .__leftp {
  background: #eeebf8;
}

.__projectgrid .__leftp ._align_center_img {
  margin: 0 auto;
}

.__projectgrid .__leftp .__imagebg {
  background: linear-gradient(155.03deg, #472AB2 -0.6%, #7D54D9 87.33%);
}

.__projectgrid .__leftp .__imagebg .__ptitle {
  margin-bottom: 0;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 5rem;
}

.__projectgrid .__leftp .__imagebg .__playicon {
  width: 110px;
  padding: 2rem 1rem 1rem;
  margin-top: 35px;
  position: absolute;
  bottom: -50px;
  right: 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.06);
}

.__projectgrid .__project__right_grid {
  background: #eeebf8;
}

.__projectgrid .__leftr {
  background: #eeebf8;
}

.__projectgrid .__leftr .__imgleft {
  padding-left: 3rem;
}

.__projectgrid .__leftr .__imagebg {
  background: linear-gradient(155.03deg, #472AB2 -0.6%, #7D54D9 87.33%);
}

.__projectgrid .__leftr .__imagebg .__ptitle {
  margin-bottom: 0;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 5rem;
}

.__projectgrid .__leftr .__imagebg .__playicon {
  width: 110px;
  padding: 2rem 1rem 1rem;
  margin-top: 35px;
  position: absolute;
  bottom: -50px;
  right: 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.06);
}

.__space {
  padding-top: 5rem;
}

.__copyright {
  margin-left: 0.45%;
  margin-top: 50px;
  font-size: 14px;
}

.__gotop {
  padding-left: 25px;
  float: left;
}

.__footerbtm {
  padding-bottom: 35px;
}

.__table {
  margin-top: 35px;
}

.__table td {
  font-size: 16px;
  color: #fff;
  padding: 10px;
}

.__mtop65 {
  margin-top: 65px;
}

.__process_section .approachpara {
  padding: 20px 18px 0px 0px;
  font-size: 15px;
}

.__process_section .apporachbox {
  position: relative;
  z-index: 100;
  background: #fff;
}

.__process_section .nav-tabs > li {
  width: 20%;
  text-align: center;
  display: inline-block;
}

.__process_section .nav-tabs > li.active > a,
.__process_section .nav-tabs > li.active > a:focus,
.__process_section .nav-tabs > li.active > a:hover {
  color: #4102d1 !important;
  cursor: default;
  background: none;
  border: none;
  border-bottom-color: transparent;
}

.__process_section .approach_tab_section .nav > li > a {
  position: relative;
  display: block;
  padding: 24px 15px;
  color: #000 !important;
  font-size: 20px;
}

.__process_section .nav-tabs {
  border-bottom: 1px solid #ddd;
}

.__process_section .nav > li > a:focus,
.__process_section .nav > li > a:hover {
  text-decoration: none;
  background-color: #fff0;
  border-color: #fff #fff #ddd;
}

.__process_section .topStickyCustomClass {
  width: 100%;
  position: fixed;
  top: 67px;
  background: #fff;
  z-index: 999;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.__process_section .progress-container {
  width: 100%;
  height: 4px;
  /* background: #ccc; */
}

.__process_section .topStickyCustomClass1 {
  position: fixed;
  top: 143px;
  z-index: 999;
}

.__process_section .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.__process_section .progress-bar {
  height: 4px;
  background: #5418b2;
  width: 0%;
}

.__process_section ._tab_div {
  padding: 100px 0px;
  /* display: grid; */
  position: relative;
  /* overflow: visible; */
  display: block;
  width: 100%;
  float: left;
}

.__process_section .__tabcontent_title {
  transform: rotate(-90deg);
  position: absolute;
  top: 180px;
  font-size: 118px;
  left: -98px;
  color: #fff;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
  font-weight: bold;
  letter-spacing: 0.08em;
}

.__process_section .debrife_title {
  font-size: 118px;
  left: -92px;
}

.__process_section .define_title {
  font-size: 118px;
  left: -67px;
}

.__process_section .deduce_title {
  font-size: 118px;
  left: -98px;
}

.__process_section .design_title {
  font-size: 118px;
  left: -75px;
}

.__process_section .develop_title {
  font-size: 118px;
  left: -111px;
}

.__approach_next_li {
  margin-top: 274px;
}

h3 span {
  display: block;
}

label {
  color: #7A7A7A;
  font-weight: 400;
  text-transform: lowercase;
}

.chekbox_list {
  list-style: none;
  padding-left: 0px;
  margin-top: 20px;
}

.chekbox_list li {
  margin-bottom: 10px;
}

.chekbox_list .form-check {
  position: relative;
}

.chekbox_list .form-check label {
  color: #7A7A7A;
  font-weight: 400;
}

.chekbox_list .form-check span {
  margin-left: 31px;
}

.formbox-padding {
  padding: 0% 7%;
}

.section_client_img {
  margin-right: 4px;
}

.__footer_h4 {
  list-style: none;
  padding-left: 0px;
}

.__footer_h4 li {
  margin-bottom: 46px;
}

._service_top_li {
  padding-left: 0px;
  display: inline-block;
  margin-top: 30px;
  margin-left: 60px;
}

._service_top_li li {
  list-style: none;
}

._service_top_li li a {
  color: #fff !important;
}

._service_top_li li h3 {
  font-size: 27.0154px;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0.8;
}

._service_top_li li .active h3 {
  opacity: 10;
}

.__service_sticky_div {
  background: linear-gradient(50deg, #4712c9, #8d55e8) !important;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0px;
  width: 40%;
  float: left;
  z-index: 1000;
  height: 100vh;
}

.__service_list_number .__number_ol li::before {
  content: counter(my-awesome-counter, decimal-leading-zero) " ";
  text-shadow: 0px 0px 27px rgba(0, 0, 0, 0.12);
  font-size: 131px;
  top: 0px;
  left: -40px;
  z-index: -1;
}

.__service_list_number .__number_ol li {
  display: inline-block;
}

.__service_list_number .__number_ol li h4 {
  color: #472AB2;
}

.__service_list_number .__number_ol li p {
  margin-top: 42px;
  width: 90%;
}

.__service_list_number .__number_ol li .spanlist {
  float: left;
  margin-left: 27.5555%;
}

.__service_list_number .__number_ol li .spanlist span {
  width: 50%;
  float: left;
  margin-bottom: 6px;
}

.__industries_slider li {
  padding: 0px 2px;
}

.__industries_slider li h2 {
  position: absolute;
  color: #fff;
  margin-left: 16px;
  font-size: 27.0154px;
}

.__industries_slider_nav {
  position: absolute;
  top: -71px;
  right: 10px;
}

.__industries_slider_nav a {
  cursor: pointer;
}

footer h3 {
  color: #000;
  margin-bottom: -4px;
}

.ceo_profile {
  margin-top: -20px;
}

.ceo_profile img {
  float: left;
  margin-left: -39px;
}

.ceo_profile .content {
  margin-top: 35px;
  float: left;
}

.ceo_profile span {
  display: block;
}

.connect_button_linkedin {
  position: absolute;
  bottom: -45px !important;
  right: 50px;
  border: solid 1px #fff;
  padding: 17px 16px 14px;
  float: left;
  margin-right: 15px;
  margin-top: 40px;
  background: #fff;
  z-index: 100;
  width: 105px;
  height: 101px;
}

.connect_button_linkedin img {
  width: 16px;
}

.connect_button_linkedin span {
  display: block;
  margin-top: 6px;
}

:focus {
  outline: none !important;
}

textarea {
  height: auto !important;
}

.carriers_form {
  padding: 0px 20px;
}

.__project_more_button {
  transform: rotate(90deg);
  position: absolute;
  z-index: 1000;
  top: 36%;
  right: 0px;
  color: #000 !important;
}

.__project_more_button span {
  margin-right: 13px;
  opacity: 0.3;
}

.__project_more_button img {
  transform: rotate(90deg);
}

.project_screens img {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
}

/*# sourceMappingURL=main.css.map */
.landing-faq p{font-size:18px !important;}

body .landing-faq li{
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 26px;
    padding-top: 10px;
}