body {
  color:#000;
}

.with-errors{
color:#dc3545;
}

.help-block{
  font-size: 80%;
}

.block{
  display: block;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #efefef;
}

.navbar {
  transition: 0.5s all ease;
}
.no-shadow {
  box-shadow: none
}
.jumbotron {
  padding-top: 9rem;
  min-height: 400px;
}

.testimonials  .col-lg-4{
  border-right: 1px solid #dee2e6;
}

.testimonials  .col-lg-4:last-child{
  border-right:0 !important;
}

.card .card-body p:last-child{
  margin-bottom:0;
}

.carousel-indicators {
  bottom:-26px;
  margin-bottom: 0;
}

.carousel-indicators li{
  background: #efefef;
}

.carousel-indicators li.active{
  background: #999;
}

html, 
body, 
.carousel, 
.carousel-inner, 
.carousel-inner .item {
  height: 100%;
}

.social-media-block{
	position: fixed;
    left: 10px;
    top: 45%;
}


.text-small {
  font-size: .9rem;
}
.landing {
  background: #0d47a1;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0d47a1 0%, #4285F4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0d47a1 0%, #4285F4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0d47a1 0%, #4285F4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d47a1', endColorstr='#4285F4', GradientType=1);
  /* IE6-9 */
}
.customer {
  background: #0d47a1;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0d47a1 25%, #4285F4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0d47a1 25%, #4285F4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0d47a1 25%, #4285F4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d47a1', endColorstr='#4285F4', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.big-data-bg {
  transition: 0.5s all ease;
}

.btn-floating {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  width: 47px;
  height: 47px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 6px 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0 !important;
  cursor: pointer
}
.btn-floating i {
  font-size: 1.25rem;
  line-height: 45px
}
.btn-floating i {
  display: inline-block;
  width: inherit;
  text-align: center;
  color: #fff
}
.btn-floating:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}
.btn-floating:before {
  -webkit-border-radius: 0;
  border-radius: 0
}
.btn-floating.btn-sm {
  width: 36.15385px;
  height: 36.15385px
}
.btn-floating.btn-sm i {
  font-size: .96154rem;
  line-height: 36.15385px
}
.btn-floating.btn-lg {
  width: 61.1px;
  height: 61.1px
}
.btn-floating.btn-lg i {
  font-size: 1.625rem;
  line-height: 59.1px
}
@media screen and (min-width: 768px) {
  .megamenu h6 {
    font-weight: 400;
    margin-top: .5rem;
  }
  .megamenu>.dropdown-menu {
    // left: -90%;
    min-width: 100%;
  }
  .flex-md-equal>* {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }

  .jumbotron {
    padding-top: 12em;
    min-height: 500px;
  }


}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
  }

  .dropdown:hover>.dropdown-menu {
    display: block;
  }
 
  .megamenu>.dropdown-menu {
    // left: -90%;
    min-width: 800px !important;
  }
  .megamenu>.dropdown-menu>.col-6 {
    float: left;
  }
  .big-data-bg {
    background: url('../img/bigdata1.png') no-repeat 110% center;   background-attachment: fixed;
  }
  .jumbotron {
    padding-top: 11rem;
	min-height: 500px;
  }
}
@media (min-width: 1200px) {
  .big-data-bg {
    background: url('../img/bigdata1.png') no-repeat 90% 20%;   background-attachment: fixed;
  }
}
@media (max-width: 991.98px) {
  .big-data-bg {
    background: url('../img/bigdata1.png') no-repeat 200% -20%;
  }
  .navbar.fixed-top{
    background-color: #1976D2 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
@media (max-width: 767px) {
  .big-data-bg {
    background-image: none;
  }
  .jumbotron {
    padding-top: 10rem;
    min-height: 560px;
  }

  .megamenu .dropdown-menu{
      max-height: 300px !important;
      overflow: auto !important;
  }

  .navbar.fixed-top{
    background-color: #1976D2 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .display-2, .display-3{
    font-size: 3rem
  }

}
/* responsive nav stacked liked 3.x */

@media(max-width:48em) {
  .navbar .navbar-nav>.nav-item {
    float: none;
    margin-left: .1rem;
  }
  .navbar .navbar-nav, .navbar .navbar-brand {
    float: none !important;
  }
}