.primary {
  color: orange;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

body {
  background: #fafafa;
  font-family: "Assistant", sans-serif;
  color: #000000;
  -webkit-font-smoothing: subpixel-antialiased;
}

.align-center {
  text-align: center;
}

a:hover {
  text-decoration: none;
}

.footer {
  background-color: #000000;
  color: #fff;
  display: block;
}

.footer .section {
  padding-bottom: 40px;
}

.address {
  font-size: 14px;
  font-weight: 200;
  display: block;
}

.address h6 {
  color: orange;
  font-size: 14px;
  margin-top: 0px;
}

.address span {
  display: block;
}

.contact-us-thru {
  font-size: 14px;
  font-weight: 200;
  display: block;
}

.contact-us-thru h6 {
  color: orange;
  font-size: 14px;
  margin-top: 0px;
}

.contact-us-thru span {
  display: block;
  margin-top: 10px;
}

.social-desc {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  color: orange;
}

.social-icon {
  margin: 10px;
}

.social-icon img {
  width: 30px;
}

.social-icon .fa {
  font-size: 30px;
  color: #fff;
}

.quick-links {
  display: block;
  text-align: center;
  margin-top: 0px;
}

.quick-links a {
  color: #fff;
  margin: 10px 10px;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
}

.sub-footer {
  background-color: #000000;
  color: #fff;
  display: block;
  padding: 10px 0px;
}

.copyright {
  margin: 0px !important;
  font-size: 12px;
}

.copyright a {
  color: #fff;
  font-size: 12px;
}

.brand-name {
  position: absolute;
  bottom: 14px;
  left: 145px;
  text-transform: capitalize;
  color: orange;
  font-size: 20px;
  font-weight: bold;
}

.banner-section {
  padding: 50px 10px 25px 10px;
}

.banner-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 65px;
  white-space: pre-wrap;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 20px;
}
.banner-middle-title {
  text-transform: capitalize;
  font-size: 35px;
  white-space: pre-wrap;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 20px;
}

.banner-sub-title {
  font-size: 18px;
  width: 850px;
  max-width: 95%;
  margin: 0 auto;
  line-height: 1.4;
}
.about-sub-title {
  font-size: 18px;
  max-width: 95%;
  margin: 0 auto;
  line-height: 1.4;
}

.banner-title-left-align {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 45px;
  white-space: pre-wrap;
  text-align: left;
  line-height: 1.1;
  margin-bottom: 20px;
}

.banner-sub-title-left-align {
  font-size: 18px;
  max-width: 95%;
  line-height: 1.4;
  text-align: left;
}

.gr-btn {
  align-items: center;
  margin: auto;
  position: relative;
  padding: 10px 20px;
  box-sizing: border-box;
  background: #000000;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 3px;
  font-size: 18px;
  display: inline-block;
  height: 47px;
  color: #fff;
}

.gr-bg-btn {
  align-items: center;
  margin: auto;
  position: relative;
  padding: 10px 20px;
  box-sizing: border-box;
  background: linear-gradient(to right, #cb2d2d, orange);
  background-clip: padding-box;
  border-radius: 3px;
  font-size: 18px;
  display: inline-block;
  border: 1px solid transparent;
  color: #ffffff;
  text-transform: uppercase;
}

.gr-bg-btn:hover {
  background: linear-gradient(to right, #cb2d2d, rgba(255, 165, 0, 0.5));
}

.gr-btn:hover {
  color: rgba(255, 255, 255, 0.8);
}

.bold {
  font-weight: bold;
}

.gr-btn span {
  margin-left: 20px;
}

.section-title {
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-sub-title {
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.section-desc {
  font-size: 20px;
  width: 800px;
  margin: 0px auto 20px auto;
  max-width: 100%;
}

.short-content {
  padding: 0px 20px;
}

.short-content p {
  font-size: 18px;
  margin-bottom: 20px;
}

.view-more {
  font-size: 18px;
  margin-top: 20px;
}

.view-more span {
  margin-left: 20px;
}

.view-more:hover {
  color: rgba(255, 165, 0, 0.7);
}

.tech-icon {
  width: 100px;
  margin: 20px;
}

section.clients {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(250, 250, 250, 1)
  );
  margin-top: 40px;
  padding: 40px 10px 60px 10px !important;
}

.client-logo {
  width: 100px;
  margin: 20px;
}

.avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.avatar-name {
  font-size: 25px;
  font-weight: 200;
  margin-top: 20px;
}

.testimonial-container {
  margin-top: 40px;
}

.testimonial-content {
  font-size: 20px;
  font-weight: 200;
  max-width: 100%;
  margin: 50px auto;
}

.bg-white {
  background-color: #ffffff;
}

.banner {
  padding: 150px 0px !important;
}

.contact-section p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
}

.contact-section .contact {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 200;
  display: block;
}

.contact-us-section {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}

.contact-us-bg {
  background-image: url("../images/world-map.png");
  background-position: 50% 0%;
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.form-label {
  font-weight: 200;
  font-size: 18px;
}

.form-control {
  box-shadow: none !important;
  border: 0.5px solid #d5d5d5;
}

.text-right {
  text-align: right;
}

.bg-primary {
  background-color: orange;
}

.white {
  color: #ffffff;
}

blockquote {
  position: relative;
  margin: 0.5em;
  padding: 0.5em 2em 0.5em 3em;
  border-left: none;
}
blockquote:before {
  position: absolute;
  font-size: 6em;
  line-height: 1;
  top: 0;
  left: 0;
  content: "\201C";
  color: orange;
}
blockquote:after {
  position: absolute;
  float: right;
  font-size: 6em;
  line-height: 1;
  right: 0;
  bottom: -0.5em;
  content: "\201D";
  color: orange;
}
blockquote footer {
  padding: 0 2em 0 0;
  text-align: right;
}
blockquote cite:before {
  content: "\2013";
}
.footer-site-link {
  text-decoration: none;
  color: #fff !important;
}
.avatar-company {
  font-size: 14px;
  font-weight: 600;
}

.testimoni {
  display: block;
  text-align: center;
}

.section {
  padding: 40px 0px 20px 0px;
}

.navbar-custom + .main {
  margin-top: 50px;
}

.main {
  position: relative;
  background-color: #ffffff;
  z-index: 1;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.scroll-up {
  position: fixed;
  display: none;
  bottom: 7px;
  right: 7px;
  z-index: 999;
}

.scroll-up a {
  background: #fff;
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #000;
  opacity: 0.6;
  border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color: #000;
}

a {
  color: #111;
}
.page-loader {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 2px solid #ffffff;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.navbar-custom {
  border: 0;
  border-radius: 0;
  z-index: 1000;
  font-family: "Assistant", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  transition: background, padding 0.4s ease-in-out 0s;
  background-color: #ffffff;
}

.navbar a {
  transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .dropdown-menu {
  background: #ffffff;
  border-radius: 4px !important;
  border: 1px solid #d5d5d5;
  padding: 0;
  box-shadow: none;
  overflow: hidden;
}

.logo {
  width: 30px;
}

.navbar-custom .navbar-brand {
  font-weight: 400;
  font-size: 18px;
  color: orange;
  font-size: bold;
  text-transform: capitalize;
  padding: 10px 15px !important;
}

.navbar-fixed-top.scrolled {
  -webkit-box-shadow: 0px 7px 7px -7px #d5d5d5;
  -moz-box-shadow: 0px 7px 7px -7px #d5d5d5;
  box-shadow: 0px 7px 7px -7px #d5d5d5;
}

.navbar-custom .nav li > a {
  position: relative;
  color: #000000;
}

.navbar-custom .nav li > a:hover {
  color: #111;
}

.navbar-custom .dropdown-menu > li > a {
  padding: 10px 30px !important;
  font-size: 16px;
  text-transform: none;
}

.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}

.nav.navbar-nav.navbar-right {
  background: #ffffff;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: rgba(17, 17, 17, 0.8);
}

.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 9px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
  background: orange;
}

.dropdown-menu {
  min-width: 180px;
  font-size: 11px;
}

@media (max-width: 600px) {
  .banner-section {
    padding-top: 40px;
  }

  .banner-title {
    font-size: 35px;
  }

  .tech-icon {
    width: 50px;
  }

  .client-logo {
    width: 50px;
    margin: 10px;
  }

  .short-content {
    margin-bottom: 40px;
  }

  .short-content:last-child {
    margin-bottom: 0px;
  }

  .navbar-custom .dropdown-toggle:after {
    right: 20px;
    font-size: 16px;
  }
  .nav.navbar-nav.navbar-right {
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
    border-radius: 10px;
  }

  .navbar-collapse {
    -webkit-box-shadow: 0px 7px 7px -7px #d5d5d5;
    -moz-box-shadow: 0px 7px 7px -7px #d5d5d5;
    box-shadow: 0px 7px 7px -7px #d5d5d5;
  }

  .navbar-collapse.collapse.show {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .address {
    text-align: center;
  }

  .contact-us-thru {
    text-align: center;
  }

  .footer-section {
    margin-bottom: 30px;
  }

  .mobile-only {
    display: block !important;
  }

  img.mobile-only {
    margin-bottom: 20px;
  }

  .desktop-only {
    display: none;
  }

  .banner-sub-title {
    font-size: 18px;
    width: 100% !important;
    max-width: 95%;
    margin: 0 auto;
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  .navbar-transparent {
    background: transparent;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
}

.showcase-page .content-box {
  display: block;
  margin-bottom: 45px;
}

.content-box {
  margin: 20px 0;
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

.content-box .content-box-image {
  border-radius: 6px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  transition: 0.35s ease-out;
  -webkit-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
}

.content-box .content-box-image.hover:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

.align-left {
  text-align: left;
}

.shadow-img {
  border-radius: 10px;
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

.mx-h-300 {
  max-height: 300px;
}

.sec-team .content-box-image {
  border: none !important;
  box-shadow: none !important;
}

.sec-team h3 {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 5px;
}

.sec-team h4 {
  font-weight: normal;
  font-size: 13px;
}

.mobile-only {
  display: none;
}

/* web development service */
.quote-text{
  font-size: 20px;
  margin-bottom: 30px;
}
.slide-height{
  height: 500px;
}
.mobile-content{
  font-weight: 400 !important;
  font-family: Assistant, sans-serif !important;
  font-size: 18px;
  color: #000000;
}
.square-box-top{
  height: 130px;
  width: 130px;
  border: 1px solid orange;
  text-align: center;
  margin-top: 20px;
  margin: auto;
  margin-left: 120px;
}
.square-box-bottom{
  height: 130px;
  width: 130px;
  border: 1px solid orange;
  text-align: center;
  margin-top: 10px;
  margin-left: 40px;
}
.box-icon{
  padding-top: 30px;
}
.mobile-app{
  margin-top: 50px;
}
.square-box{
  height: 150px;
  width: 150px;
  border: 1px solid #f1f1f1;
  text-align: center;
  margin-top: 20px;
  margin: auto;
  margin-left: 70px;
}
.mobile-cost{
  margin: 80px;
}

.step {
  
  padding: 10px;
  
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  
  background-color: cream;
}

.v-stepper {
  position: relative;
/*   visibility: visible; */
}


/* regular step */
.step .circle {
  background-color: white;
  border: 3px solid gray;
  border-radius: 100%;
  width: 20px;    /* +6 for border */
  height: 20px;
  display: inline-block;
}

.step .line {
    top: 20px;
  left: 9px;
/*   height: 120px; */
  height: 100%;
    
    position: absolute;
    border-left: 3px solid gray;
}

.step.completed .circle {
  visibility: visible;
  background-color: rgb(6,150,215);
  border-color: rgb(6,150,215);
}

.step.completed .line {
  border-left: 3px solid rgb(6,150,215);
}

.step.active .circle {
visibility: visible;
  border-color: orange;
}

.step.empty .circle {
    visibility: hidden;
}

.step.empty .line {
/*     visibility: hidden; */
/*   height: 150%; */
  top: 0;
  height: 150%;
}


.step:last-child .line {
  border-left: 3px solid white;
  z-index: -1; /* behind the circle to completely hide */
}

.content {
  margin-left: 20px;
  display: inline-block;
}

@media (max-width: 768px) {
  .square-box-top{
    margin: auto;
    margin-left: 10px;
  }
  .square-box-bottom{
    margin-top: 10px;
    margin-left: 40px;
  }
  .mobile-cost{
    margin: 0px;
  }
  .slide-height{
    height: 800px;
  }
}

/* About us */
.card-para{
  padding: 10px 30px !important;
  font-size: 17px;
  font-weight: 100;
  color: #1C1C1C;
}
.meetSplends-text{
  font-size: 25px;
}
.border-orange{
  display: block; height: 1px;
  border: 0; border-top: 4px solid orange;
  margin: 1em 0; padding: 0;
}
.post-images-slider{
margin-top: 55px;
}
.flex-slider .flex-control-nav{
top: 60px
}
.testimonial-content{
margin-right: 15px;
}
.ourClients-container{
height: 150px;
background-color: orange;
margin-top: 25px;
text-align: center;
}
.our-clients-title{
color: #fff ;
}
.square-dot{
  height: 10px;
  width: 10px;
  margin-top: 6px;
  background-color: orange;
}

.text {
  position: absolute;
  width: 450px;
  left: 50%;
  margin-left: -225px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}

p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.word {
  position: absolute;
  width: 550px;
  right: -70px;
  bottom: 25px;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
  color: orange;
}

@media (max-width: 600px) {
  .word {
      position: absolute;
      width: 350px;
      bottom: 75px;
      left: 80px;
      opacity: 0;
      font-size: 20px;
    }
    .post-images-slider{
      margin-top: 5px;
    }
    .flex-slider .flex-control-nav{
      top: 40px
    }
}

@media (max-width: 900px) {
  .word {
      position: absolute;
      width: 550px;
      bottom: 25px;
      right: -70px;
      opacity: 0;
    }
    
}
/* Our Clients Carousel */

.our-client-title{
  font-size: 18px;
}
.our-works-btn{
  border-radius: 30px !important;
  background-color: #dfe5e8;
  color: #000 !important;
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}
.our-works-btn:hover{
  border-radius: 30px !important;
  background-color: orange;
  color: #fff !important;
}
.our-team .pic{
  border-top: 5px solid #ff8e72;
  border-bottom: 5px solid #ff8e72;
  border-radius: 50% 50% 50% 0;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}
.our-team:hover .pic{
  border-top-color: #8f2d56;
  border-bottom-color: #8f2d56;
  border-radius: 50% 0;
}
.our-team .pic img{
  width: 100%;
  height: auto;
  transition: all 0.5s ease 0s;
}
.our-team .team-content{ padding: 20px 0; }
.our-team .title{
  font-size: 22px;
  font-weight: 700;
  color: #8f2d56;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.our-team .post{
  display: block;
  font-size: 17px;
  color: #878484;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.our-team .social{
  list-style: none;
  padding: 0;
  margin: 0;
}
.our-team .social li{ display: inline-block; }
.our-team .social li a{
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #8f2d56;
  background: #fff;
  font-size: 17px;
  color: #8f2d56;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.our-team:hover .social li a{
  background: #8f2d56;
  color: #fff;
}
@media only screen and (max-width: 990px){
  .our-team{ margin-bottom: 30px; }
}


/*Backend & Microservices */
.tools-box{
	height: 160px;
	width: 100%;
	background: #dde1e7;
	border-radius: 5px;
  box-shadow: -3px -3px 7px #ffffffb2, 3px 3px 5px rgba(94, 104, 121, 0.945);
  margin-top: 20px;
  padding: 10px;
}

.tools-box-layout{
  margin-left: 150px;
  margin-bottom: 20px;
}
.tools-box img{
  padding-top: 20px;
}

.navbar-custom .careers_dropdown{
  border: none !important;
  border-radius: 0 !important;
}
.careers_dropdown a{
  padding: 5px 10px;
}
.careers_dropdown a:hover{
  width: 100%;
  background-color: orange !important;
  text-align: center;
  color: white;
}

@media (min-width: 767px){
  .careers_dropdown{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    min-width: 80px !important;
  }
  }