header, footer {
  font-family: 'Open Sans', sans-serif;
}
.lead {
  font-weight: 400 !important;
}
.bg-light-blue {
  background: #e9f1f6 !important
}
.bg-slider{
	background-color: #039;
}
.bg-slider2 {
  background-image: url("../webp/data-wipe-home.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.bg-slider1 {
  background-image: url("../webp/backup-email-home.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
@media (max-width:991px) {
  .bg-slider1, .bg-slider2 {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .mt-lg-n1 {
    margin-top: -5rem !important;
  }
  .mt-lg-n2 {
    margin-top: -10rem !important;
  }
  .mt-lg-n3 {
    margin-top: -15rem !important;
  }
  .mt-lg-n4 {
    margin-top: -20rem !important;
  }
}
.flex-custom {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
@media (max-width:991px) {
  .flex-custom {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}
header, footer {
  font-family: 'Open Sans', sans-serif;
}
.header-bg {
  background: #039 !important;
}
.footer-bg {
  background: #039 !important;
}
.bg-red {
  background-color: #EE163A;
}
.text-yellow {
  color: #fff007 !important;
}
.btn-white {
  background-color: #fff;
}
.menu-primary .sub-menu {
  position: absolute;
  top: 100%;
  background: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 0px 15px;
  min-width: 280px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.menu-primary li.menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.menu-primary > li.menu-item.mega-menu {
  position: static;
}
.menu-primary .mega-menu-inner {
  width: 100%;
  max-width: 1170px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  z-index: 999;
}
.menu-item-card:hover {
  border: 1px solid #409af1;
}
.menu-item-card .card-round {
  background: #f4fbff;
}
.menu-item-card:hover .card-round {
  background: #051c3b;
}
.shadow-box {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  border: 1px solid #b4daff;
	border-radius: 1rem;
}
.shadow-box:hover {
  border: 1px solid #409af1;
}
.shadow-box-header:first-child {
  border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0!important;
	padding: 1rem;
}
hr.border {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
}
#corporate-customers {
  background-color: #fff;
  padding-bottom: 30px
}
#corporate-customers hr {
  border-color: #999;
  margin: 30px 0
}
#corporate-customers h3 {
  font-weight: 400;
  margin: 15px 0;
  text-align: center
}
#corporate-customers .list {
  text-align: center
}
#corporate-customers .list li {
  display: inline-block;
  list-style-type: none;
  padding: 10px
}
#corporate-customers .list li img {
  -webkit-filter: grayscale(100%) opacity(50%);
  -moz-filter: grayscale(100%) opacity(50%);
  filter: grayscale(100%) opacity(50%)
}
#corporate-customers .list li img:hover {
  -webkit-filter: grayscale(0%) opacity(100%);
  -moz-filter: grayscale(0%) opacity(100%);
  filter: grayscale(0%) opacity(100%)
}
.client-testimonial .item {
  background: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); */
  padding: 30px 45px 30px;
  position: relative;
  margin: 15px 15px;
}
.client-testimonial .client-info-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
}
.client-testimonial .client-info-wrapper:before {
  content: "\201C";
  font-family: "Arial";
  font-style: normal;
  font-weight: 900;
  position: absolute;
  top: 30px;
  right: 0px;
  line-height: 40px;
  padding: 0;
  color: #111111;
  opacity: 0.1;
  font-size: 70px;
}
.client-testimonial .client-img {
  -webkit-border-radius: 90px;
  border-radius: 90px;
  margin-right: 20px;
}
.client-testimonial .client-img img {
  -webkit-border-radius: 90px;
  border-radius: 90px;
  max-width: 100px;
}
.client-testimonial blockquote {
  margin: 0;
  border: 0;
  padding: 0;
}
.client-testimonial blockquote::before {
  display: none;
}
.bg-shadow {
  background: url("../png/bg-shadow-bottom.png") center top no-repeat;
}
.nav-tabs .nav-link-mu {
  color: #111111 !important;
}
.nav-tabs .nav-link-mu.active {
  color: #0d6efd !important;
  background-color: #fff;
  border-color: #dc3545 #dee2e6 #fff;
}
#owl-header .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 11%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -18px;
}
#owl-header .owl-nav {
  display: none;
}
#owl-header .owl-dots .owl-dot span {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #0d6efd;
  background-clip: padding-box;
  border: 0;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
#owl-header .owl-dots .owl-dot.active span, #owl-header .owl-dots .owl-dot:hover span {
  opacity: 1;
  width: 12px;
  border-radius: 10px;
}
#owl-testimonial .owl-nav {
  display: none;
}
#owl-testimonial .owl-dots .owl-dot span {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffc107;
  background-clip: padding-box;
  border: 0;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  opacity: .7;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
#owl-testimonial .owl-dots .owl-dot.active span, #owl-testimonial .owl-dots .owl-dot:hover span {
  opacity: 1;
  width: 12px;
  border-radius: 10px;
}
.boxborder {
  box-shadow: -10px 10px 1px 0 rgba(110, 68, 246, .06);
  border: 1px solid #047aed;
}
@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
  .font-tab {
    font-size: 1.2rem !important;
  }
}
.nav-pill .nav-link {
  background: #007bff;
}
.nav-pills .nav-link:hover {
  color: #fff;
  background-color: #007bff;
}
.products-icons a {
  display: inline-block;
  padding: 10px;
  border: 1px solid #ccc;
}
.bg-blue-half {
	position: relative;
}
.bg-blue-half::after {
  content: '';
  height: 35%;
  width: 100%;
  background: #047aed;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}


