a {
  border-bottom: none;
}
.services-title a {
  color: #333;
  text-decoration: none;
  border-bottom: none;
}
.heading-2 a {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
}
.reasons_to_join i, .ser-cat i {
  color: #f58220;
  font-size: 60px;
}
.uniworld_pics .col {
  margin-bottom: 0;
}
.fact-numbers {
  margin-top: 40px;
  color: #FFF !important;
}
.facts_box {
  background: url(../images/facts.jpg) no-repeat fixed;
  height: 300px;
  position: relative;
  text-align: center;
}
.short-description {
  max-width: 100%;
}
.facts_box:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.facts_box .container {
  z-index: 10;
}
.facts_box p {
  color: #FFF !important;
}
.facts-counter {
  padding: 0;
  margin-bottom: 60px;
}
#vision_mission {
  background: url(../images/mission.jpg) no-repeat fixed;
  height: 300px;
  position: relative;
  padding-top: 120px;
}
#vision_mission:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
#vision_mission p, #vision_mission .title-3 {
  color: #FFF;
  z-index: 10;
  position: relative;
}
.text-white {
  color: #FFF;
}
/*facts counter*/
.counter {
  background-color: #80effc;
  padding: 40px 0;
  border-radius: 5px;
  text-align: center;
}
.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
}
/*.count-title:after
{
content:"+";
right: 20px;
top: 50px;
position: absolute;
font-size: 50px;
}*/
.count-text {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
}
.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #000;
}
/*facts counter*/
.features i {
  margin-right: 10px;
}
.call-to-action {
  background-color: #f58220;
  padding: 50px 0 30px;
}
.call-to-action h2 {
  color: #FFF;
  float: left;
}
.call-to-action a {
  display: block;
  float: right !important;
  padding: 16px 40px;
  text-decoration: none;
  background-color: #FFF;
  border-radius: 3px;
  color: rgba(30, 30, 30, 1.00);
  text-transform: uppercase;
  border-bottom: none;
  margin-top: 20px;
}
.call-to-action a:hover {
  color: #FFF;
  background: #000;
  transition: 0.5s all ease-in-out;
}
.locations {
  background: #f0f3f2;
}
.top-list {
  margin: 20px 0 0;
  padding-left: 30px;
}
/*slillbar*/
.skillbar {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  background: #eee;
  height: 35px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}
.skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
  background: #6adcfa;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.skillbar-title span {
  display: block;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.skillbar-bar {
  height: 35px;
  width: 0px;
  background: #6adcfa;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.skill-bar-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  color: rgba(0, 0, 0, 0.4);
}
/*slillbar*/
.w-nav-overlay .w--nav-menu-open {
  top: 32px;
  background: #FFF;
  height: 450px;
  overflow-y: scroll;
}
.nav-wrapper {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
  z-index: 999;
}
.white-button {
  border-radius: 5px;
  background: #000;
  color: #FFF;
  padding: 18px 24px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}
.white-button:hover {
  background: #FFF;
  color: #000;
}
.text-center {
  text-align: center;
}
.bg-left-half {
  position: relative;
}
.bg-left-half:before {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  background-color: #f8f9fa;
}
.media-29101 {
  text-align: center;
}
.media-29101 img {
  margin-bottom: 20px;
  height: 50px;
  width: auto !important;
  float: none;
  margin: 0 auto;
}
.media-29101 h3 {
  font-size: 18px;
  font-weight: 900 !important;
}
.media-29101 h3 a {
  color: #6c757d;
}
.owl-2-style .owl-nav {
  display: none;
}
.owl-2-style .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px;
}
.owl-2-style .owl-dots .owl-dot {
  display: inline-block;
}
.owl-2-style .owl-dots .owl-dot span {
  display: inline-block;
  width: 15px;
  height: 3px;
  border-radius: 0px;
  background: #cccccc;
  -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  margin: 3px;
}
.owl-2-style .owl-dots .owl-dot.active span {
  background: #007bff;
}
.owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
  outline: none;
}
.owl-nav {
  display: none;
}
.owl-carousel.owl-2 .owl-item {
  width: 180px !important;
}
#about_facts .fact-numbers {
  color: #333 !important;
}
/*Sticky navigation*/
#navbar {
  overflow: hidden;
  background-color: #efefef;
  z-index: 100;
}
#navbar a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  color: #515151;
  font-family: 'Lato', sans-serif;
}
#navbar a:hover {
  background-color: #000000;
  color: #FFFFFF;
}
#navbar a.w--current {
  background-color: #000000;
  color: #FFFFFF;
}
.content {
  padding: 16px;
}
.sticky {
  position: fixed;
  top: 120px;
  width: 100%;
}
.sticky + .content {
  padding-top: 60px;
}
/*Sticky navigation*/
.team-people-photo {
  width: 300px;
  border-radius: 150px;
  border: 5px solid rgba(186, 186, 186, 0.4);
}
.team-people-photo:hover {
  border: 10px solid rgba(0, 158, 177, 0.5);
  transition: all ease-in-out 0.3s;
  box-shadow: 0 5px 8px #ddd;
}
.logo {
  padding-left: 0;
}
.padding-bottom-medium {
  padding-bottom: 60px;
}
.container.extended {
  max-width: 100%;
}
.container.header-container {
  margin-top: 0;
  padding-bottom: 0;
}
.ultra-big-fat-paragraph {
  font-size: 22px;
  margin-top: 20px;
}
#api_benefits i {
  margin-right: 15px;
}
.service-grid-item.margin-bottom-large {
  margin-bottom: 0;
}
.mx-auto {
  margin: 0 auto;
}
.p-0 {
  padding: 0;
}
#app-features {
  background: url(../images/app-features.jpg) center no-repeat fixed;
  height: auto;
  position: relative;
  text-align: center;
  color: #FFF;
}
#app-features .container {
  z-index: 50;
  position: relative;
  color: #FFF
}
#app-features .margin-bottom.services-title, #app-features .services-title a {
  color: #FFF;
}
#app-features::before {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
}
#lead-form form {
  position: absolute;
  right: 40px;
  top: -220px;
  float: none;
  background: #172a40;
  padding: 32px 15px 14px;
  border-radius: 10px;
  width: 360px;
  box-shadow: 0 5px 3px rgba(161, 161, 161, 0.4);
}
#modal-pop .contact-message, #lead-form .contact-message {
  min-height: 100px;
  margin-bottom: 60px;
}
#modal-pop .contact-field, #lead-form .contact-field {
  height: calc(2.5em + .75rem + 2px);
  font-size: 16px;
  margin-bottom: 0;
  border: 1px solid #ced4da;
  padding: .375rem .75rem;
  border-radius: .25rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#lead-form .contact-field {
  height: calc(2.5em + 2px);
}
#modal-pop .submit-button, #lead-form .submit-button {
  margin-top: 20px;
  text-transform: uppercase;
  padding-top: 10px;
}
#modal-pop .submit-button:hover, #lead-form .submit-button:hover, #modal-pop .submit-button:active, #lead-form .submit-button:active, #modal-pop .submit-button:focus, #lead-form .submit-button:focus {
  background-color: #000;
  color: #FFF;
  transition: 0.2s all ease-in-out;
}
#modal-pop h3 {
  margin-bottom: 40px;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
}
#modal-pop .form-field, #lead-form .form-field {
  margin-bottom: 20px; width: 100%;
}
#app-features h4 {
  color: #FFF;
  padding: 0 60px;
}
.why-us h4 {
  text-align: center;
}
.why-us {
  background: url("../images/why-us.jpg") center no-repeat fixed !important;
}
.big-btn {
  width: 80%;
  background: #80effc;
  padding: 40px;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  margin: 0 auto;
}
.big-btn:hover {
  box-shadow: 0 3px 5px #bbbbbb;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.breadcrumbs a {
  color: #000;
}
.download-btn {
  padding: 20px 10px;
  border-radius: 5px;
  background-color: #80effc;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  writing-mode: vertical-rl;
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 100;
  width: 50px;
  height: 220px;
  top: 30%;
  text-align: center;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.download-btn:hover, .download-btn:active, .download-btn:focus {
  background: #000;
  color: #FFF;
  transition: 0.3s all ease-in-out;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
}
.zero-padding-bottom {
  padding-bottom: 0;
}
.start-text .title-1 {
  color: #f58220;
  border-left: 5px solid #666666;
  padding-left: 40px;
  margin-bottom: 40px
}
.small-text {
  font-size: 28px;
  color: #000;
}
.providers h4 {
  width: 100%;
  border: none;
}
.introdution {
  margin-top: 20px;
}
.grey_bg{background: #f0f3f2;}
.header-section.bg-layout {
  background: url("../images/api_header.jpg") #0a0f15 right top no-repeat fixed;
  height: auto;
  position: relative;
  color: #FFF;
}
.header-section.bg-layout::before {
  position: absolute;
  background: rgba(10, 15, 21, 0.4);
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
}
.header-section.bg-layout .container {
  z-index: 10;
  color: #FFF;
  position: relative;
}
.header-section.bg-layout .container a {
  color: #FFF;
  border-bottom: none;
}
.header-section.bg-layout .container h1 {
  color: #FFF;
}
.header-section.bg-layout.mobile_app {
  background: url(../images/mobileapp_header.jpg) #0a0f15 right top no-repeat fixed;
}
.header-section.bg-layout.business {
  background: url(../images/business_header.jpg) #0a0f15 right top no-repeat fixed;
}
.header-section.bg-layout.software {
  background: url("../images/software_header.jpg") #0a0f15 right top no-repeat fixed;
}
.header-section.bg-layout.digital {
  background: url("../images/digital_header.jpg") #0a0f15 right top no-repeat fixed;
}
.header-section.bg-layout.hosting {
  background: url("../images/hosting_header.jpg") #0a0f15 right top no-repeat fixed;
}
#plans table thead{background: #e7ae7e; }
#plans table thead th{padding: 20px; color: #000;}
#plans table td{padding: 20px; background: #FFF;}
.add-benefits i{font-size: 28px; margin-right: 15px;}
@media (max-width:991px) {
	.table-box{width: 768px}
	#plans table{overflow-x: auto; width: 100%;}
  .w-nav-overlay .w--nav-menu-open {
    top: 10px;
    width: 100%;
  }
  .simple-nav-link-holder {
    background-color: #FFF;
  }
  .logo-block {
    position: absolute;
    top: 20px;
  }
  .logo-block > img {
    width: 280px;
  }
  .nav-wrapper {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    padding: 10px 0;
  }
  .resources_india {
    padding-bottom: 20px;
  }
  .facts_box {
    height: auto;
  }
  .sticky {
    top: 75px;
  }
	#lead-form form{position: static; width: 90%; margin: 0 auto;}
	.short-paragraph{max-width: 100%; text-align: left;}
	img{width: 100%;}
	.parallax1{width: 100%; margin-right: 0;}
	.margin-bottom-large{margin-bottom: 40px;}
}

@media (max-width:768px) {
	.table-box{width: 480px}
  #vision_mission {
    height: auto;
  }
  #vision_mission .col.flow {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
.call-to-action a {
	float: left !important;
}
	#who-we-are .serv-block{width: 100%; display: block; clear: both;}
	.grid-item .top-aligned.margin-right{width: 50px;}
#who-we-are .margin-bottom.services-title{width: 100%;}
}
@media (max-width:480px) {
	.table-box{width: 350px}
  .facts_box {
    height: auto;
  }
}