@charset "UTF-8";
/* Template Name: Neloz - Responsive Bootstrap 4 Landing Page Template
   Author: Themesdesign
   Version: 1.0.0
   Created: Jan 2019
   File Description: Main Css file of the template
*/
/**********************
01.General
02.Menu
03.Components
04.Helperы
05.Loader
06.Hero
07.Client-logo
08.Services
09.About
10.Features
11.Counter
12.b
13.Testimonial
14.Contact
15.Footer
***********************/
/* 
// variables.scss
*/
@import url("https://fonts.googleapis.com/css?family=Ubuntu|PT+Sans|DM+Sans:400,500,700|Nunito:400,600,700&display=swap");
/* 
// 1. General
*/
a {
  text-decoration: none !important;
  outline: none;
}

body {
  font-family: "Ubuntu", "PT sans", sans-serif;
  color: #343a40;
  background: #ffffff;
}

p {
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", "PT sans", sans-serif;
}

/* 
// 2. Menu
*/
.nav-item .nav-link {
  display: inline-block;
  color: #343a40;
  text-decoration: none;
}

nav.navbar.navbar-custom.lightalltime {
  background: #ffffff !important;
}
nav.navbar.navbar-custom.lightalltime li a {
  color: #8a8aa0 !important;
}
nav.navbar.navbar-custom.lightalltime li.active a,
nav.navbar.navbar-custom.lightalltime li a:hover,
nav.navbar.navbar-custom.lightalltime li a:active {
  color: #7e3f98 !important;
}

.navbar-custom {
  padding: 14px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
}
.navbar-custom .logo .logo-dark {
  display: none;
}
.navbar-custom .logo .ligo-light {
  display: inline-block;
}
.navbar-custom .navbar-nav li a {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 20px;
}
.navbar-custom .navbar-nav li .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
  color: #ffffff !important;
}
.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  font-size: 18px;
  background: 0 0;
  border: 1px solid transparent;
  color: #343a40;
  outline: 0;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #343a40;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #7e3f98;
}

.menu-toggle {
  padding: 4.5px 10px !important;
}
.menu-toggle span {
  line-height: 27px;
}

/*---NAVBAR STICKY--*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  color: #000000 !important;
}
.nav-sticky.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  outline: 0;
}
.nav-sticky.navbar-custom .navbar-nav {
  margin-top: 0px;
}
.nav-sticky.navbar-custom .navbar-nav li a {
  color: #8a8aa0 !important;
}
.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #7e3f98 !important;
}
.nav-sticky .logo .logo-dark {
  display: inline-block !important;
}
.nav-sticky .logo .logo-light {
  display: none !important;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-nav li a {
  color: #8a8aa0 !important;
}
.navbar-light .navbar-nav li.active a,
.navbar-light .navbar-nav li a:hover,
.navbar-light .navbar-nav li a:active {
  color: #7e3f98 !important;
}

@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    margin-top: 0px;
    background-color: #ffffff !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    color: #ffffff !important;
  }
  .navbar-custom .navbar-nav {
    margin-top: 0px;
  }
  .navbar-custom .navbar-nav li a {
    transition: all 0.4s;
    color: #9b9bae !important;
    margin: 0px;
  }
  .navbar-custom .navbar-nav li.active a {
    border-color: transparent;
  }
  .navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
    color: #7e3f98 !important;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .navbar-custom .logo .logo-dark {
    display: inline-block !important;
  }
  .navbar-custom .logo .logo-light {
    display: none !important;
  }
  .navbar-custom.navbar-light .navbar-nav li.active a,
.navbar-custom.navbar-light .navbar-nav li a:hover,
.navbar-custom.navbar-light .navbar-nav li a:active {
    color: #343a40 !important;
  }

  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #343a40;
  }

  .navbar-collapse {
    padding: 0 20px;
  }

  .navbar-light .nav-item .nav-link:after {
    background: #343a40;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .nav-dark .navbar-nav li a {
    color: #9090a5 !important;
  }
  .nav-dark .navbar-nav li.active a,
.nav-dark .navbar-nav li a:hover,
.nav-dark .navbar-nav li a:active {
    color: #7e3f98 !important;
  }
}
/* 
// 03.Components
*/
.btn {
  border-radius: 10px;
  padding: 12px 30px;
  font-size: 15px !important;
  transition: all 0.5s;
  font-weight: 700;
}
.btn:focus {
  box-shadow: none !important;
}
.btn:hover {
  transform: translateY(-2px);
  transition: all 0.5s;
}
.btn.btn-lg {
  padding: 10px 22px !important;
  font-size: 18px !important;
}
.btn.btn-sm {
  padding: 8px 16px !important;
  font-size: 14px !important;
}
.btn.btn-primary {
  background-color: #7e3f98 !important;
  border: 1px solid #7e3f98 !important;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(126, 63, 152, 0.15);
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: #753b8d !important;
  border: 1px solid #753b8d !important;
  box-shadow: 0 3px 10px rgba(126, 63, 152, 0.5);
  color: #ffffff !important;
}
.btn.btn-outline-primary {
  border: 1px solid #7e3f98 !important;
  color: #7e3f98 !important;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary.focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary.active {
  background-color: #7e3f98 !important;
  border: 1px solid #7e3f98 !important;
  box-shadow: 0 3px 10px rgba(126, 63, 152, 0.5);
  color: #ffffff !important;
}
.btn.btn-primary-dark {
  background-color: #4528DC !important;
  border: 1px solid #4528DC !important;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(69, 40, 220, 0.15);
}
.btn.btn-primary-dark:hover, .btn.btn-primary-dark:focus, .btn.btn-primary-dark.focus, .btn.btn-primary-dark:active, .btn.btn-primary-dark.active {
  background-color: #3f22d2 !important;
  border: 1px solid #3f22d2 !important;
  box-shadow: 0 3px 10px rgba(69, 40, 220, 0.5);
  color: #ffffff !important;
}
.btn.btn-outline-primary-dark {
  border: 1px solid #4528DC !important;
  color: #4528DC !important;
}
.btn.btn-outline-primary-dark:hover, .btn.btn-outline-primary-dark:focus, .btn.btn-outline-primary-dark.focus, .btn.btn-outline-primary-dark:active, .btn.btn-outline-primary-dark.active {
  background-color: #4528DC !important;
  border: 1px solid #4528DC !important;
  box-shadow: 0 3px 10px rgba(69, 40, 220, 0.5);
  color: #ffffff !important;
}
.btn.btn-secondary {
  background-color: #f3f3f3 !important;
  border: 1px solid #f3f3f3 !important;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(243, 243, 243, 0.15);
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
  background-color: #ebebeb !important;
  border: 1px solid #ebebeb !important;
  box-shadow: 0 3px 10px rgba(243, 243, 243, 0.5);
  color: #ffffff !important;
}
.btn.btn-outline-secondary {
  border: 1px solid #f3f3f3 !important;
  color: #f3f3f3 !important;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus, .btn.btn-outline-secondary.focus, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary.active {
  background-color: #f3f3f3 !important;
  border: 1px solid #f3f3f3 !important;
  box-shadow: 0 3px 10px rgba(243, 243, 243, 0.5);
  color: #ffffff !important;
}
.btn.btn-success {
  background-color: #2dd6b7 !important;
  border: 1px solid #2dd6b7 !important;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(45, 214, 183, 0.15);
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active {
  background-color: #28ccae !important;
  border: 1px solid #28ccae !important;
  box-shadow: 0 3px 10px rgba(45, 214, 183, 0.5);
  color: #ffffff !important;
}
.btn.btn-outline-success {
  border: 1px solid #2dd6b7 !important;
  color: #2dd6b7 !important;
}
.btn.btn-outline-success:hover, .btn.btn-outline-success:focus, .btn.btn-outline-success.focus, .btn.btn-outline-success:active, .btn.btn-outline-success.active {
  background-color: #2dd6b7 !important;
  border: 1px solid #2dd6b7 !important;
  box-shadow: 0 3px 10px rgba(45, 214, 183, 0.5);
  color: #ffffff !important;
}
.btn.btn-info {
  background-color: #56c6e6 !important;
  border: 1px solid #56c6e6 !important;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(86, 198, 230, 0.15);
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active {
  background-color: #49c2e4 !important;
  border: 1px solid #49c2e4 !important;
  box-shadow: 0 3px 10px rgba(86, 198, 230, 0.5);
  color: #ffffff !important;
}
.btn.btn-outline-info {
  border: 1px solid #56c6e6 !important;
  color: #56c6e6 !important;
}
.btn.btn-outline-info:hover, .btn.btn-outline-info:focus, .btn.btn-outline-info.focus, .btn.btn-outline-info:active, .btn.btn-outline-info.active {
  background-color: #56c6e6 !important;
  border: 1px solid #56c6e6 !important;
  box-shadow: 0 3px 10px rgba(86, 198, 230, 0.5);
  color: #ffffff !important;
}
.btn.btn-warning {
  background-color: #ffbb13 !important;
  border: 1px solid #ffbb13 !important;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(255, 187, 19, 0.15);
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
  background-color: #ffb704 !important;
  border: 1px solid #ffb704 !important;
  box-shadow: 0 3px 10px rgba(255, 187, 19, 0.5);
  color: #ffffff !important;
}
.btn.btn-outline-warning {
  border: 1px solid #ffbb13 !important;
  color: #ffbb13 !important;
}
.btn.btn-outline-warning:hover, .btn.btn-outline-warning:focus, .btn.btn-outline-warning.focus, .btn.btn-outline-warning:active, .btn.btn-outline-warning.active {
  background-color: #ffbb13 !important;
  border: 1px solid #ffbb13 !important;
  box-shadow: 0 3px 10px rgba(255, 187, 19, 0.5);
  color: #ffffff !important;
}
.btn.btn-danger {
  background-color: #f43958 !important;
  border: 1px solid #f43958 !important;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(244, 57, 88, 0.15);
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active {
  background-color: #f32b4c !important;
  border: 1px solid #f32b4c !important;
  box-shadow: 0 3px 10px rgba(244, 57, 88, 0.5);
  color: #ffffff !important;
}
.btn.btn-outline-danger {
  border: 1px solid #f43958 !important;
  color: #f43958 !important;
}
.btn.btn-outline-danger:hover, .btn.btn-outline-danger:focus, .btn.btn-outline-danger.focus, .btn.btn-outline-danger:active, .btn.btn-outline-danger.active {
  background-color: #f43958 !important;
  border: 1px solid #f43958 !important;
  box-shadow: 0 3px 10px rgba(244, 57, 88, 0.5);
  color: #ffffff !important;
}
.btn.btn-dark {
  background-color: #343a40 !important;
  border: 1px solid #343a40 !important;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(52, 58, 64, 0.15);
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active {
  background-color: #2d3238 !important;
  border: 1px solid #2d3238 !important;
  box-shadow: 0 3px 10px rgba(52, 58, 64, 0.5);
  color: #ffffff !important;
}
.btn.btn-outline-dark {
  border: 1px solid #343a40 !important;
  color: #343a40 !important;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus, .btn.btn-outline-dark.focus, .btn.btn-outline-dark:active, .btn.btn-outline-dark.active {
  background-color: #343a40 !important;
  border: 1px solid #343a40 !important;
  box-shadow: 0 3px 10px rgba(52, 58, 64, 0.5);
  color: #ffffff !important;
}
.btn.btn-muted {
  background-color: #9b9bae !important;
  border: 1px solid #9b9bae !important;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(155, 155, 174, 0.15);
}
.btn.btn-muted:hover, .btn.btn-muted:focus, .btn.btn-muted.focus, .btn.btn-muted:active, .btn.btn-muted.active {
  background-color: #9393a7 !important;
  border: 1px solid #9393a7 !important;
  box-shadow: 0 3px 10px rgba(155, 155, 174, 0.5);
  color: #ffffff !important;
}
.btn.btn-outline-muted {
  border: 1px solid #9b9bae !important;
  color: #9b9bae !important;
}
.btn.btn-outline-muted:hover, .btn.btn-outline-muted:focus, .btn.btn-outline-muted.focus, .btn.btn-outline-muted:active, .btn.btn-outline-muted.active {
  background-color: #9b9bae !important;
  border: 1px solid #9b9bae !important;
  box-shadow: 0 3px 10px rgba(155, 155, 174, 0.5);
  color: #ffffff !important;
}
.btn.btn-light {
  background-color: #fbfbfb !important;
  border: 1px solid #fbfbfb !important;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(251, 251, 251, 0.15);
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: #f3f3f3 !important;
  border: 1px solid #f3f3f3 !important;
  box-shadow: 0 3px 10px rgba(251, 251, 251, 0.5);
  color: #ffffff !important;
}
.btn.btn-outline-light {
  border: 1px solid #fbfbfb !important;
  color: #fbfbfb !important;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active {
  background-color: #fbfbfb !important;
  border: 1px solid #fbfbfb !important;
  box-shadow: 0 3px 10px rgba(251, 251, 251, 0.5);
  color: #ffffff !important;
}
.btn.btn-body-bg {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15);
}
.btn.btn-body-bg:hover, .btn.btn-body-bg:focus, .btn.btn-body-bg.focus, .btn.btn-body-bg:active, .btn.btn-body-bg.active {
  background-color: #f7f7f7 !important;
  border: 1px solid #f7f7f7 !important;
  box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
  color: #ffffff !important;
}
.btn.btn-outline-body-bg {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.btn.btn-outline-body-bg:hover, .btn.btn-outline-body-bg:focus, .btn.btn-outline-body-bg.focus, .btn.btn-outline-body-bg:active, .btn.btn-outline-body-bg.active {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
  color: #ffffff !important;
}
.btn.btn-black {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black.focus, .btn.btn-black:active, .btn.btn-black.active {
  background-color: black !important;
  border: 1px solid black !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  color: #ffffff !important;
}
.btn.btn-outline-black {
  border: 1px solid #000000 !important;
  color: #000000 !important;
}
.btn.btn-outline-black:hover, .btn.btn-outline-black:focus, .btn.btn-outline-black.focus, .btn.btn-outline-black:active, .btn.btn-outline-black.active {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  color: #ffffff !important;
}
.btn.btn-white {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15);
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: #f7f7f7 !important;
  border: 1px solid #f7f7f7 !important;
  box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
  color: #ffffff !important;
}
.btn.btn-outline-white {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
  color: #ffffff !important;
}
.btn.btn-light {
  background-color: #fbfbfb;
  border: 1px solid #fbfbfb;
  color: #343a40 !important;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: white;
  border: 1px solid white;
  box-shadow: 0 0 0 2px rgba(251, 251, 251, 0.08);
  color: #343a40 !important;
}
.btn.btn-outline-light {
  border: 1px solid #fbfbfb;
  color: #fbfbfb !important;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active {
  background-color: #fbfbfb;
  border: 1px solid #fbfbfb;
  color: #343a40 !important;
}

.badge {
  padding: 6px 16px;
  letter-spacing: 1.4px;
  margin-bottom: 6px;
}
.badge.badge-primary {
  background: rgba(126, 63, 152, 0.1);
  box-shadow: 0 1px 2px rgba(126, 63, 152, 0.5);
  color: #7e3f98;
}
.badge.badge-primary-dark {
  background: rgba(69, 40, 220, 0.1);
  box-shadow: 0 1px 2px rgba(69, 40, 220, 0.5);
  color: #4528DC;
}

small {
  font-size: 50%;
}

section.skinny {
  padding-top: 0;
  padding-bottom: 0;
}

section.skinnyt {
  padding-top: 0;
}

section.skinnyb {
  padding-bottom: 0;
}

section.skinny-m {
  padding-top: 50px;
  padding-bottom: 50px;
}

section.skinnyt-m {
  padding-top: 50px;
}

section.skinnyb-m {
  padding-bottom: 50px;
}

section.shadowb {
  box-shadow: 0 10px 45px -15px inset rgba(0, 0, 0, 0.2);
}

.minustop {
  margin-top: -60px;
}

.minusbottom {
  margin-bottom: -60px;
}

.bg-main {
  background: linear-gradient(145deg, #7e3f98 0%, #4528DC 100%) !important;
}

.partners-overlay {
  background: url(../images/map_alpha_20.png) 50% 50% no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  background-size: cover;
}

.box {
  border-radius: 15px;
  border: 1px solid #ddd;
  padding: 25px;
}

.box img {
  max-height: 400px;
  margin-bottom: 15px;
}

.s-box {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 15px !important;
  transition: all 0.3s;
}
.s-box.active, .s-box:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.s-box-l {
  box-shadow: -9px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 15px !important;
  transition: all 0.3s;
}
.s-box-l.active, .s-box-l:hover {
  box-shadow: -9px 4px 12px rgba(0, 0, 0, 0.1);
}

.brand-cost {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-left: -25px;
  border-radius: 0 0 15px 15px;
  text-align: left;
  padding: 30px;
  background: linear-gradient(45deg, #7A3C9B, transparent);
}

.msg-img span.mdi {
  padding: 0 10px;
  font-size: 50px;
  float: left;
}
.msg-img p {
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  margin: 0;
}

@media (max-width: 425px) {
  .s-box {
    padding-bottom: 150px;
  }
}
/*
** Compare Table 
*/
.comparetab {
  border-radius: 15px;
}

.comparetab td,
.comparetab th {
  width: 33.333%;
  padding: 1rem;
  border: 0;
}

.comparetab .thead-dark th {
  background: none;
}

.comparetab .thead-dark tr {
  background: linear-gradient(145deg, #7e3f98 0%, #4528DC 100%);
  border: 0;
}

.comparetab.table-striped tbody tr:nth-of-type(odd) {
  background: #f5f4ff;
}

.comparetab.table-hover tbody tr:hover {
  background: rgba(69, 40, 220, 0.7);
  color: #ffffff;
}

/*
** Tech pages
*/
.list-group-tech .list-group-item {
  margin-bottom: 5px;
  border: 0;
}

.list-group-tech .list-group-item i.mdi {
  font-size: 20px;
  margin: 5px;
}

/*
** Checkbox
*/
.form-check {
  padding-left: 0;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
input[type=radio] {
    --active: rgba(255,255,255,.2);
    --active-inner: #fff;
    --focus: 0px rgba(39, 94, 254, .3);
    --border: rgba(255,255,255,.2);
    --border-hover:#fff;
    --background: rgba(255,255,255,.2);
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after,
input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked,
input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
    width: 21px;
  }
  input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
input[type=radio] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }

  input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: .5;
  }
}
/* 
// 04.Helper
*/
.text-primary {
  color: #7e3f98 !important;
}

.bg-primary {
  background-color: #7e3f98 !important;
}

.text-primary-dark {
  color: #4528DC !important;
}

.bg-primary-dark {
  background-color: #4528DC !important;
}

.text-secondary {
  color: #f3f3f3 !important;
}

.bg-secondary {
  background-color: #f3f3f3 !important;
}

.text-success {
  color: #2dd6b7 !important;
}

.bg-success {
  background-color: #2dd6b7 !important;
}

.text-info {
  color: #56c6e6 !important;
}

.bg-info {
  background-color: #56c6e6 !important;
}

.text-warning {
  color: #ffbb13 !important;
}

.bg-warning {
  background-color: #ffbb13 !important;
}

.text-danger {
  color: #f43958 !important;
}

.bg-danger {
  background-color: #f43958 !important;
}

.text-dark {
  color: #343a40 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.text-muted {
  color: #9b9bae !important;
}

.bg-muted {
  background-color: #9b9bae !important;
}

.text-light {
  color: #fbfbfb !important;
}

.bg-light {
  background-color: #fbfbfb !important;
}

.text-body-bg {
  color: #ffffff !important;
}

.bg-body-bg {
  background-color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.text-white {
  color: #ffffff !important;
}

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

.text-lighten-warning {
  color: rgba(255, 187, 19, 0.5);
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.text-light-70 {
  color: rgba(251, 251, 251, 0.7);
}

.nopadding-x {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.nopadding-y {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.nopadding-xy {
  padding: 0 !important;
}

.title {
  color: #343a40;
}

.cost {
  color: #7e3f98;
}

.cost > span,
span.badge > span {
  font-family: "PT sans", sans-serif;
}

.font-weight-medium {
  font-weight: 500;
}

.absolute-center-bottom {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
  left: 50%;
  transform: translateX(-50%) !important;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.bg-overlay {
  background-color: #000000;
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bg-gradient-primary {
  background: linear-gradient(to top left, #56c6e6 0%, #7e3f98 100%);
}

.line-height-1_6 {
  line-height: 1.6;
}

.line-height-1_4 {
  line-height: 1.4;
}

.rad-15 {
  border-radius: 15px;
}

.rad-l-15 {
  border-radius: 15px 0 0 15px;
}

.rad-r-15 {
  border-radius: 0 15px 15px 0;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.f-30 {
  font-size: 30px;
}

.f-40 {
  font-size: 40px;
}

.f-50 {
  font-size: 50px;
}

.f-60 {
  font-size: 60px;
}

.f-70 {
  font-size: 70px;
}

.f-80 {
  font-size: 80px;
}

.f-90 {
  font-size: 90px;
}

.f-100 {
  font-size: 100px;
}

.vh-30 {
  height: 30vh;
}

.vh-50 {
  height: 50vh;
}

.vh-100 {
  height: 100vh;
}

.hero-bottom-img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.right-icon {
  line-height: 0;
  font-size: 19px;
}

.more-info {
  color: #7e3f98;
}

#dark_bw {
  height: 500px;
}

.dark_bw_blackimg {
  background: url(../images/dark_bw_black.png) no-repeat 50% 50%;
  background-size: contain;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.dark_bw_whiteimg {
  background: url(../images/dark_bw_white.png) no-repeat 50% 50%;
  background-size: contain;
  z-index: 1;
}

/* 
// 05.Loader
*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top left, #56c6e6 0%, #7e3f98 100%);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
/* 
// 06.Hero
*/
.hero-1-bg {
  padding: 170px 0 140px;
}
.hero-1-bg .hero-small-title {
  letter-spacing: 2px;
}
.hero-1-bg .main-title {
  font-size: 2.8rem;
  line-height: 1.35;
  color: #7e3f98;
}
.hero-1-bg .shapes-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
}
.hero-1-bg .bg-shape {
  position: absolute;
  height: 190%;
  width: 100%;
  display: block;
  border-radius: 120px;
  background: linear-gradient(-47deg, #7e3f98 0%, #4528DC 100%);
  bottom: 0;
  right: 120px;
  -webkit-transform: translate(35%, -28%) rotate(-35deg);
  transform: translate(35%, -28%) rotate(-35deg);
  z-index: 0;
}

.hero-2-bg {
  padding: 220px 0px 0px;
  background: url(../images/hero-2-bg.png) 50% 100% no-repeat;
  background-size: cover;
}
.hero-2-bg .hero-2-img {
  position: relative;
  top: 92px;
}

.hero-3-bg {
  padding: 200px 0 170px;
}

.hero-4-bg {
  padding: 220px 0 190px;
}
.hero-4-bg .hero-login-form {
  background: #fbfbfb;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.hero-4-bg .hero-login-form .form-border {
  border: 1px solid #9e9eb0;
}
.hero-4-bg .hero-4-title {
  line-height: 1.4;
}

.hero-5-bg {
  position: relative;
  overflow: hidden;
}
.hero-5-bg .carousel-control-next,
.hero-5-bg .carousel-control-prev {
  width: 6%;
}
.hero-5-bg .carousel-item,
.hero-5-bg .carousel {
  height: 100vh;
  width: 100%;
}
.hero-5-bg .carousel-item {
  background-position: center center !important;
  background-size: cover !important;
}
.hero-5-bg .carousel-item .play-icon-circle {
  background: #ffffff;
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}
.hero-5-bg .slide-icon i {
  font-size: 50px;
}

.hero-6-bg {
  padding: 280px 0 300px;
}
.hero-6-bg .hero-6-title {
  z-index: 1;
  position: relative;
}
.hero-6-bg .subcribe-form form {
  position: relative;
  margin: 0px auto;
}
.hero-6-bg .subcribe-form input {
  padding: 12px 20px;
  width: 60%;
  font-size: 17px;
  color: #9b9bae !important;
  border: none;
  outline: none !important;
  background-color: rgba(251, 251, 251, 0.85);
  box-shadow: 0 2px 10px rgba(52, 58, 64, 0.12);
  border-radius: 30px;
  position: relative;
  top: 3px;
}

.hero-7-bg {
  padding: 160px 0 200px;
}
.hero-7-bg .hero-7-title {
  position: relative;
  font-weight: 200;
  font-size: 3.55em;
}
.hero-7-bg .hero-7-title .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}
.hero-7-bg .hero-7-title .letter {
  transform-origin: 50% 100%;
  display: inline-block;
  line-height: 1em;
}
.hero-7-bg .hero-7-bg-overlay {
  background-image: url("../images/hero-7-bg.png");
  background-repeat: no-repeat;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-7-bg .shape-light {
  display: block;
}
.hero-7-bg .shape-dark {
  display: none;
}

@media (max-width: 425px) {
  .hero-1-bg .main-title {
    font-size: 2rem;
  }

  .hero-2-bg .hero-2-img {
    top: 50px !important;
  }

  .hero-5-bg .carousel-item,
.hero-5-bg .carousel {
    height: 100vh !important;
  }
  .hero-5-bg .carousel-item .hero-5-title,
.hero-5-bg .carousel .hero-5-title {
    font-size: 2rem !important;
  }
  .hero-5-bg .carousel-item .hero-5-subtitle,
.hero-5-bg .carousel .hero-5-subtitle {
    font-size: 14px !important;
    width: 90%;
    margin: 0 auto;
  }

  .hero-6-bg {
    padding: 160px 0 160px !important;
  }
  .hero-6-bg .subcribe-form input {
    width: 100%;
  }

  .hero-7-bg .hero-7-title {
    font-size: 2.55em;
  }
}
@media (max-width: 768px) {
  .hero-1-bg {
    padding: 120px 0;
  }

  .hero-2-bg {
    padding: 150px 0px 0px;
  }
  .hero-2-bg .hero-2-img {
    top: 90px;
  }

  .hero-4-bg {
    padding: 160px 0 100px;
  }

  .hero-5-bg .carousel-item,
.hero-5-bg .carousel {
    height: 75vh;
  }

  .hero-6-bg {
    padding: 220px 0 200px;
  }

  .hero-7-bg {
    padding: 140px 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-1-bg {
    background: none !important;
  }

  .hero-5-bg .carousel-item,
.hero-5-bg .carousel {
    height: 60vh;
  }
}
/* 
// 08.Services
*/
.service-box {
  transition: all 0.3s;
  margin-bottom: 30px;
  text-align: center;
}
.service-box .service-icon {
  background: rgba(126, 63, 152, 0.08);
  display: inline-block;
  border-radius: 7% 50% 50% 50%/7% 50% 50% 50%;
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  color: #7e3f98;
  font-size: 40px;
  transition: all 0.3s;
}
.service-box:hover {
  background: rgba(251, 251, 251, 0.01);
  ox-shadow: 0 4px 12px rgba(52, 58, 64, 0.08);
  border-radius: 5px;
}
.service-box:hover .service-icon {
  border-radius: 50% 50% 7% 50%/50% 50% 7% 50%;
}
.service-box .service-title {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 400;
  color: #343a40;
}

.service-box-1 {
  box-shadow: 0 4px 12px rgba(52, 58, 64, 0.05);
}
.service-box-1 .service-icon {
  border-radius: 35% 7% 35% 7%/35% 7% 35% 7%;
}

.service-img img {
  border-radius: 20px;
  box-shadow: -10px 20px 20px rgba(52, 58, 64, 0.06);
}

/* 
// 09.About
*/
.about-info-box {
  box-shadow: 0 3px 10px rgba(52, 58, 64, 0.08);
  border-radius: 8px;
}

.about-border {
  height: 2px;
  width: 25%;
  background: rgba(126, 63, 152, 0.1);
}

/* 
// 10.Features
*/
.feature-box {
  box-shadow: 0 0px 10px rgba(52, 58, 64, 0.08);
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s;
}
.feature-box:after {
  content: "";
  background: #7e3f98;
  height: 1px;
  width: 0%;
  position: absolute;
  transition: all 0.5s;
  left: 0;
  bottom: 0;
}
.feature-box .feature-icon {
  font-size: 65px;
}
.feature-box .feature-icon i {
  text-shadow: 3px 3px 3px rgba(126, 63, 152, 0.25);
}
.feature-box:hover {
  box-shadow: 0 8px 30px rgba(52, 58, 64, 0.08);
}
.feature-box:hover:after {
  width: 100%;
}

/* 
// 11.Counter
*/
.counter-bg {
  background: linear-gradient(90deg, #493BA3 78%, #403398 100%);
}
.counter-bg .counter-box {
  background: rgba(255, 255, 255, 0.01);
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.085);
}
.counter-bg .counter-box-1 {
  background: rgba(251, 251, 251, 0.025);
  border-radius: 8% 30% 8% 30%/8% 30% 8% 30%;
  box-shadow: 0 0 16px rgba(52, 58, 64, 0.04);
}

.counter-bg-overlay {
  background-image: url("../images/counter-bg.png");
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* 
// 12.Pricing
*/
.pricing-box {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 15px !important;
  transition: all 0.3s;
}
.pricing-box svg path {
  fill: #343a40 !important;
  stroke: #343a40 !important;
}
.pricing-box.active, .pricing-box:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  background: #f5f4ff;
}
.pricing-box.active .pricing-title, .pricing-box:hover .pricing-title {
  color: #7e3f98;
}
.pricing-box.active svg path, .pricing-box:hover svg path {
  fill: #7e3f98 !important;
  stroke: #7e3f98 !important;
}
.pricing-box p {
  line-height: 1.4;
}
.pricing-box .ribbon {
  position: absolute;
  left: 20px;
  top: 0px;
  background: #7e3f98;
  padding: 8px 4px 16px 4px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
}
.pricing-box .highlight {
  color: #343a40;
}

/* 
// 13.Testimonial
*/
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 4px;
  background-color: rgba(126, 63, 152, 0.4);
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  width: 20px;
  height: 4px;
  background-color: #7e3f98;
}
.owl-carousel .testi-content {
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.owl-carousel .testi-content .user-img {
  max-width: 72px;
}
.owl-carousel .testi-content .testi-icon i {
  position: absolute;
  left: 10px;
  font-size: 85px;
  top: -28px;
  opacity: 0.6;
  color: rgba(126, 63, 152, 0.1);
}
.owl-carousel .owl-nav .owl-prev {
  font-size: 40px !important;
  position: absolute;
  left: 50px;
  top: 40%;
}
.owl-carousel .owl-nav .owl-next {
  font-size: 40px !important;
  position: absolute;
  right: 50px;
  top: 40%;
}
.owl-carousel .owl-dot {
  margin-top: 20px;
}
.owl-carousel .owl-dot:focus {
  outline: none;
}

.testi-content-1 {
  overflow: hidden;
  border-radius: 6px;
}
.testi-content-1 .user-img {
  transition: all 0.5s;
}
.testi-content-1:after {
  content: "";
  background: #7e3f98;
  height: 1px;
  width: 0%;
  position: absolute;
  transition: all 0.5s;
  left: 0;
  bottom: 0;
}
.testi-content-1:hover .user-img {
  box-shadow: 0 6px 6px rgba(126, 63, 152, 0.25);
  transform: translateY(-4px);
}
.testi-content-1:hover .user-name {
  color: #7e3f98 !important;
}
.testi-content-1:hover:after {
  width: 100%;
}

/* 
// 14.Contact
*/
.form-control:focus {
  box-shadow: none;
  background-color: #fbfbfb;
  border-color: #7e3f98;
}

.form-control {
  padding: 8px 10px;
  font-size: 14px;
  color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(155, 155, 174, 0.3);
}
.form-control::placeholder {
  color: #acacbc;
  font-size: 14px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #f43958;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #f43958;
  color: #f43958;
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#contact .cols > div,
#contact .custom-form {
  border-radius: 15px;
}

#contact {
  background: url(../images/as_front_v2.png) no-repeat;
  background-size: cover;
  box-shadow: 0 0 35px -15px inset rgba(0, 0, 0, 0.2);
}

/* 
// 15.Footer
*/
.footer {
  padding: 60px 0 0;
  background: linear-gradient(145deg, #7e3f98 0%, #4528DC 100%);
}
.footer .logo-light {
  display: block;
}
.footer .logo-dark {
  display: none;
}
.footer .footer-desc,
.footer .footer-alt {
  color: rgba(251, 251, 251, 0.5);
}
.footer .footer-list-title {
  color: #fbfbfb;
}
.footer .footer-icons {
  color: rgba(251, 251, 251, 0.5);
  transition: all 0.3s;
}
.footer .footer-icons a {
  color: rgba(251, 251, 251, 0.5);
}
.footer .footer-icons a:hover {
  color: #fbfbfb;
}
.footer .company-sub-menu li {
  padding: 8px 0;
}
.footer .company-sub-menu li a {
  transition: all 0.5s;
  color: rgba(251, 251, 251, 0.5);
}
.footer .company-sub-menu li a:hover {
  color: #fbfbfb !important;
}

section#dark_hero {
  padding-top: 70px;
  background: #000 url(../images/bg_waves_a70.png) no-repeat;
  background-size: contain;
  color: #fbfbfb;
}

section#sequence {
  background: #000;
  background-size: contain;
  color: #fbfbfb;
}

#reveal1 {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

#reveal1.visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

section#sequence .waves-border {
  position: absolute;
  bottom: -136px;
  left: 0;
  width: 100%;
  z-index: 1;
}

section#sec3 {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 991.98px) {
  section#sequence .waves-border {
    bottom: -100px;
  }

  section#dark_hero {
    background-size: auto;
  }
}
@media (max-width: 767.98px) {
  body#body_dark h1 {
    font-size: 2rem;
  }
  body#body_dark p {
    padding: 0 15px;
  }

  section#dark_hero {
    padding-top: 170px;
    background-size: auto;
  }

  section#sequence {
    padding-bottom: 100px;
  }

  section#sequence .waves-border {
    bottom: -50px;
  }
}
@media (max-width: 1199.98px) {
  #contact {
    background: url(../images/as_front_ipad_v2.png) no-repeat;
  }
}
@media (max-width: 767.98px) {
  .minustop {
    margin-top: 0;
  }

  h1.title {
    margin: 20px 0;
  }

  .service-box {
    margin-bottom: 0;
  }

  .service-box .service-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 30px;
  }

  .service-box .service-title {
    font-size: 0.9rem;
  }

  .service-box.p-4 {
    padding: 5px !important;
  }
}

/*# sourceMappingURL=style.css.map */
