/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Mixins
   ========================================================================== */
/* Global
   ========================================================================== */
section.container,
footer.container {
  padding: 6% 9%;
  overflow: hidden;
}

* {
  color: #ffffff;
}

p {
  line-height: 1.5em;
  font-size: 16px;
}

button {
  font-size: 14px;
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #fafafa;
  border-radius: 21px;
  padding: 10px 20px;
  cursor: pointer;
  margin-right: 10px;
  transition: background-color 0.4s ease-in-out;
}
button + button {
  margin-top: 20px;
}
button:hover, button.primary {
  background-color: #0072FF;
  border-color: #0072FF;
}
button:focus {
  outline: none;
}

h2.title {
  font-family: "Exo 2";
  font-weight: 600;
  font-size: 41px;
  margin-top: 0;
  margin-bottom: 25px;
}

.badge {
  background-color: #0072ff;
  font-family: "Open Sans";
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 8px;
}
.badge:hover {
  cursor: default;
  box-shadow: 2px 2px 1px #cccccc;
}

/* Landing page
   ========================================================================== */
section.landing-page {
  background-color: #08091c;
  padding-top: 1.5%;
}
section.landing-page nav.main-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
section.landing-page nav.main-nav .brand > .site-logo {
  width: 133px;
}
section.landing-page nav.main-nav .nav-list {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background: #08091c;
  margin: 0;
  padding: 0;
  padding-top: 50px;
  text-align: center;
  z-index: 1000;
  list-style-type: none;
  width: 100vw;
  height: 100vh;
}
section.landing-page nav.main-nav .nav-list li {
  margin-bottom: 20px;
}
section.landing-page nav.main-nav .nav-list li a {
  text-decoration: none;
  font-family: Roboto;
}
@media (min-width: 992px) {
  section.landing-page nav.main-nav .nav-list li {
    display: inline;
    margin-right: 45px;
  }
}
section.landing-page nav.main-nav .nav-list .close-btn {
  position: fixed;
  right: 30px;
  top: 30px;
}
section.landing-page nav.main-nav .nav-list .close-btn img {
  width: 30px;
}
@media (min-width: 992px) {
  section.landing-page nav.main-nav .nav-list {
    display: inherit;
    position: inherit;
    width: unset;
    height: unset;
    padding: unset;
  }
  section.landing-page nav.main-nav .nav-list .close-btn {
    display: none;
  }
}
section.landing-page nav.main-nav .hamburger {
  background: url(/hamburger.6ef82762.svg) no-repeat;
  width: 30px;
  height: 20px;
}
@media (min-width: 992px) {
  section.landing-page nav.main-nav .hamburger {
    display: none;
  }
}
section.landing-page main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  section.landing-page main {
    flex-direction: row;
  }
}
section.landing-page main article,
section.landing-page main aside {
  flex: 1;
}
section.landing-page main article {
  margin-bottom: 30px;
}
section.landing-page main article p {
  font-family: "Open Sans";
}
section.landing-page main article p a {
  color: #0072FF;
  text-decoration: none;
  font-size: small;
}
section.landing-page main article footer {
  margin-top: 35px;
}
section.landing-page main aside {
  text-align: center;
}
section.landing-page main aside img.intro-video {
  width: 300px;
}
@media (max-width: 575px) {
  section.landing-page main aside img.intro-video {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  section.landing-page main aside img.intro-video {
    width: 380px;
  }
}

/* About page
   ========================================================================== */
section.about-page {
  background: #080d15 url("/Group 17.88e8b986.svg") no-repeat right top;
  background-size: 93%;
}
section.about-page article {
  display: flex;
  flex-direction: column;
  font-family: "Open Sans";
  font-weight: normal;
}
@media (min-width: 768px) {
  section.about-page article {
    flex-direction: row;
  }
}
section.about-page article .content,
section.about-page article aside {
  flex: 1;
}
section.about-page article .content {
  padding-right: 15px;
  margin-bottom: 20px;
}
section.about-page article .content p:first-child {
  margin-top: 0;
}
section.about-page article .content p > a {
  text-decoration: none;
  color: #0072FF;
}
section.about-page article aside .checklist-actions {
  text-align: left;
}
section.about-page article aside .checklist-actions .checklist .checklist-item {
  display: table;
  background: #252739;
  border-radius: 17.5px;
  padding: 8px 20px;
  margin-bottom: 20px;
  font-size: 17px;
}
section.about-page article aside .checklist-actions .checklist .checklist-item::before {
  content: url(/tick.37da212f.svg);
  display: inline-block;
  margin-right: 10px;
  width: 14px;
  height: 10px;
}
section.about-page article aside .checklist-actions .checklist .checklist-item:last-of-type {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  section.about-page article aside .checklist-actions {
    margin-left: 20%;
  }
}

/* Services page
   ========================================================================== */
section.services-page {
  background: #ffffff url("/Group 20.6380e6df.svg") no-repeat top left;
  background-size: 70%;
  color: #080D15;
}
section.services-page p {
  color: #080D15;
  font-family: "Open Sans";
}
section.services-page article.services-info {
  margin-bottom: 40px;
}
section.services-page article.services-info header > .title {
  color: #080D15;
}
@media (min-width: 992px) {
  section.services-page article.services-info {
    padding-right: 55%;
  }
}
section.services-page .cards {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-direction: column;
}
section.services-page .cards .card {
  padding: 10px 25px;
  cursor: pointer;
  border-bottom: 19px solid transparent;
  border-radius: 9px;
  transition-property: background-color, box-shadow, border;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
section.services-page .cards .card:first-child {
  margin-bottom: 30px;
}
section.services-page .cards .card header {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 30px;
}
section.services-page .cards .card header .icon-wrapper {
  display: flex;
  justify-content: center;
  min-width: 105px;
  min-height: 105px;
  background-color: #0072FF;
  border-radius: 100%;
}
@media (min-width: 768px) {
  section.services-page .cards .card header .icon-wrapper {
    margin-right: 45px;
  }
}
section.services-page .cards .card header img.icon {
  width: 46px;
}
section.services-page .cards .card header h3 {
  font-family: "Exo 2";
  font-weight: 600;
  font-size: 36px;
  margin: 0;
  color: #080D15;
  margin-top: 10px;
}
@media (min-width: 576px) {
  section.services-page .cards .card header {
    flex-direction: row;
    text-align: left;
  }
}
section.services-page .cards .card footer.on-hover {
  padding: 15px 0;
  visibility: hidden;
  transition: visibility 0.1s;
}
section.services-page .cards .card footer.on-hover strong {
  color: #0072FF;
  font-family: "Open Sans";
  font-weight: bold;
  margin-right: 15px;
}
section.services-page .cards .card footer.on-hover img {
  width: 46px;
  vertical-align: text-top;
}
section.services-page .cards .card * {
  pointer-events: none;
}
section.services-page .cards .card:hover, section.services-page .cards .card.active {
  background-color: #fcfcff;
  box-shadow: 0 8px 15px #cad7eb;
  border-color: #0072FF;
}
section.services-page .cards .card:hover .on-hover, section.services-page .cards .card.active .on-hover {
  visibility: visible;
}
@media (min-width: 768px) {
  section.services-page .cards .card {
    padding: 30px 45px;
    margin-bottom: 0px !important;
  }
}
@media (min-width: 992px) {
  section.services-page .cards .card {
    width: 38%;
  }
}
@media (min-width: 992px) {
  section.services-page .cards {
    flex-direction: row;
  }
}

/* Teams (Squad) page
   ========================================================================== */
section.teams-page {
  background: #080D15 url("/Group 17.88e8b986.svg") no-repeat top right;
  background-size: 90%;
  color: #080D15;
}
section.teams-page div.coverage {
  display: flex;
}
section.teams-page div.coverage h3 {
  margin-top: 0;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: x-large;
}
section.teams-page article.squad-info {
  margin-bottom: 40px;
}
section.teams-page article.squad-info p {
  font-family: "Open Sans";
}
@media (min-width: 992px) {
  section.teams-page article.squad-info {
    padding-right: 45%;
    margin-bottom: 70px;
  }
}
section.teams-page .cards {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
section.teams-page .cards .card {
  text-align: center;
  border-radius: 9px;
  cursor: pointer;
  transition: box-shadow 0.3s ease-out;
  margin-bottom: 15px;
}
section.teams-page .cards .card img.profile-pic {
  width: 100%;
}
@media (min-width: 768px) {
  section.teams-page .cards .card img.profile-pic {
    margin-bottom: 25px;
  }
}
section.teams-page .cards .card footer {
  padding-bottom: 30px;
}
section.teams-page .cards .card footer h3 {
  font-family: "Open Sans";
  font-weight: bold;
  color: #0072FF;
  margin-bottom: 8px;
}
section.teams-page .cards .card footer p {
  font-family: "Open Sans";
  font-style: italic;
  font-size: 15px;
  margin: 0;
  margin-bottom: 8px;
}
section.teams-page .cards .card footer img {
  width: 65px;
}
section.teams-page .cards .card:hover {
  box-shadow: 0 0 8px white;
}
@media (min-width: 768px) {
  section.teams-page .cards .card {
    width: 28%;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  section.teams-page .cards {
    flex-direction: row;
  }
}

/* Teams (Squad) page
   ========================================================================== */
section.features-page {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-right: 0;
  background: #ffffff url("/Group 15.66da75d7.svg") no-repeat top left;
  background-size: 70%;
}
section.features-page article.feature-info {
  margin-top: 45px;
}
section.features-page article.feature-info header h2,
section.features-page article.feature-info p {
  color: #080D15;
}
section.features-page article.feature-info p {
  font-family: "Open Sans";
  font-size: 16px;
}
section.features-page .jScrolly img.slider-controls {
  width: 125px;
  margin: 20px 0;
}
section.features-page .jScrolly .jPanel {
  display: none;
}
section.features-page .jScrolly .slider {
  display: flex;
}
section.features-page .jScrolly .slider > .card {
  position: relative;
  min-width: 340px;
  min-height: 320px;
  border-radius: 9px;
  margin-right: 20px;
  cursor: pointer;
}
section.features-page .jScrolly .slider > .card footer {
  position: absolute;
  bottom: 0;
  z-index: 1;
  text-align: center;
  background-color: #1d202c;
  border-radius: 0 0 9px 9px;
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: bold;
}
section.features-page .jScrolly .slider > .card:hover > .back {
  opacity: 0.95;
}
section.features-page .jScrolly .slider > .card article.back {
  position: absolute;
  background-color: #0072FF;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 9px;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.6s ease-in-out;
}
section.features-page .jScrolly .slider > .card article.back h2 {
  font-family: "Exo 2";
  font-size: 41px;
  margin: 20px 0 10px;
  padding: 12px;
}
section.features-page .jScrolly .slider > .card article.back p {
  font-family: "Open Sans";
  padding: 12px;
  padding-top: 0;
  margin-top: 0;
}
section.features-page .jScrolly .slider #customer-oriented {
  background: url(/customer.f69077cd.jpg) no-repeat;
}
section.features-page .jScrolly .slider #result-oriented {
  background: url(/accounts.ab5fb891.jpeg) no-repeat;
}
section.features-page .jScrolly .slider #business-oriented {
  background: url(/business-woman.d58d00f0.jpg) no-repeat;
}
@media (min-width: 992px) {
  section.features-page {
    flex-direction: row;
  }
}

/* Testimonials page
   ========================================================================== */
section.testimonials-page {
  background: #080D15 url("/Group 15.66da75d7.svg") no-repeat bottom right;
  background-size: 60%;
  background-color: #f7f7f7;
  /* .cards {
    display: flex;
    justify-content: space-between;
    flex-direction: column;

    article.card {
      background-color: #fcfcff;
      border: 1px solid #e1e1e1;
      border-radius: 9px;
      cursor: pointer;
      transition: box-shadow $transitionTime ease-out;
      margin-bottom: 30px;
      padding: 30px;

      &:hover {
        box-shadow: 0 0px 15px rgba(0, 110, 246, 0.2);
      }

      header h3 {
        color: #1d202c;
        font-family: 'Open Sans';
        font-size: 600;
      }

      > p {
        font-family: 'Open Sans';
        color: #2b2b2b;
        font-size: 15px;
        margin-bottom: 40px;
      }

      footer {
        display: flex;
        flex-direction: row;
        border-top: 2px solid rgba(0, 0, 0, 0.1);
        padding-top: 30px;

        img {
          width: 45px;
          height: 45px;
          margin-right: 20px;
        }

        .user-info {
          h4 {
            font-family: 'Open Sans';
            font-weight: bold;
            color: $blue;
            margin: 0;
          }

          p {
            margin-top: 8px;
            font-family: 'Open Sans';
            font-weight: 600;
            color: #2b2b2b;

            span {
              color: $blue;
            }
          }
        }
      }

      @include lg {
        width: 23.5%;
      }

      @include xl {
        padding: 40px;
      }
    }

    @include lg {
      flex-direction: row;
    }
  } 


  p.feedback {
    color: $black;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;

    a {
      text-decoration: none;
      color: $blue;
    }

    @include lg {
      margin-top: 60px;
    }
  }
  */
}
section.testimonials-page article.testimonials-info {
  margin-bottom: 30px;
}
section.testimonials-page article.testimonials-info header {
  margin-bottom: 60px;
}
section.testimonials-page article.testimonials-info header > .title,
section.testimonials-page article.testimonials-info p {
  color: #1d202c;
}
section.testimonials-page article.testimonials-info p {
  font-family: "Open sans";
}
section.testimonials-page .content span.bordered {
  font-family: "Open Sans";
  font-size: 1.4em;
  color: #1d202c;
  display: inline-block;
}
@media (min-width: 576px) {
  section.testimonials-page .content span.bordered {
    width: 40%;
    padding-right: 4%;
    padding-left: 4%;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  section.testimonials-page .content span.bordered {
    width: 20%;
    padding-right: 2%;
    padding-left: 2%;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  section.testimonials-page .content span.bordered {
    width: 80%;
    padding-left: 9%;
    margin-bottom: 8px;
  }
}

/* Contact page
   ========================================================================== */
section.contact-page {
  background: #080D15 url("/Group 19.9cfbae95.svg") no-repeat top left;
  background-size: 91%;
  background-color: rgba(0, 114, 255, 0.1);
}
section.contact-page h2 {
  color: #1d202c;
  font-family: "Exo 2";
  font-weight: 600;
  font-size: 41px;
  margin-top: 0;
}
section.contact-page p {
  font-family: "Open Sans";
  color: #080D15;
  margin-bottom: 50px;
}
section.contact-page h3#contact_types {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: -3px;
}
section.contact-page h3#contact_types a {
  text-decoration: none;
  padding-bottom: 20px;
  display: inline-block;
  color: #1d202c;
  transition: color 0.175s ease-in-out;
}
section.contact-page h3#contact_types a:hover, section.contact-page h3#contact_types a.active {
  cursor: initial;
  color: #0072FF;
  border-bottom: 3px solid #0072FF;
}
section.contact-page h3#contact_types a:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 992px) {
  section.contact-page h3#contact_types a:not(:last-child) {
    margin-right: 64px;
  }
}
@media (min-width: 768px) {
  section.contact-page h3#contact_types {
    font-size: 18px;
  }
}
section.contact-page hr.separator {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 50px;
  margin-top: 0;
  height: 3px;
  border-color: #fff;
  border-style: hidden;
  background: white;
}
section.contact-page .contact-form .input-wrapper {
  display: flex;
  flex-direction: column;
}
section.contact-page .contact-form .input-wrapper input,
section.contact-page .contact-form .input-wrapper textarea {
  flex: 1;
  padding: 25px;
  margin-bottom: 35px;
  border: none;
  border-radius: 9px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 18px;
  color: #555555;
}
section.contact-page .contact-form .input-wrapper input::placeholder,
section.contact-page .contact-form .input-wrapper textarea::placeholder {
  color: #d5d5d5;
}
section.contact-page .contact-form .input-wrapper input:focus,
section.contact-page .contact-form .input-wrapper textarea:focus {
  outline: none;
}
@media (min-width: 992px) {
  section.contact-page .contact-form .input-wrapper {
    flex-direction: row;
  }
  section.contact-page .contact-form .input-wrapper input + input {
    margin-left: 20px;
  }
}
section.contact-page .contact-form button {
  margin-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
}
section.contact-page .contact-form button:hover {
  background-color: #ffffff;
  color: #0072FF;
}
section.contact-page p.feedback {
  color: #080D15;
  text-align: center;
  font-family: "Open Sans";
  font-weight: bolder;
  font-size: 1.2em;
  margin-bottom: 10px;
  margin-top: 0;
}
section.contact-page p.feedback span {
  color: #0072FF;
}
@media (min-width: 992px) {
  section.contact-page p.feedback {
    margin-top: 40px;
  }
}

/* Footer
  ========================================================================== */
footer.main-footer {
  background: #080D15 url("/Group 17.88e8b986.svg") no-repeat top left;
  background-size: 91%;
  background-color: #080D15;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans";
  font-size: 15px;
}
footer.main-footer article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
footer.main-footer article header {
  display: flex;
  align-items: center;
}
footer.main-footer article header h3 {
  font-weight: 600;
  font-size: 22px;
  margin: 0;
}
@media (min-width: 992px) {
  footer.main-footer article header {
    margin-bottom: 20px;
    height: 60px;
  }
}
footer.main-footer article div.content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer.main-footer article:not(:first-child) {
  margin-top: 30px;
}
footer.main-footer article.info {
  flex: 5;
}
footer.main-footer article.info header .site-logo {
  width: 200px;
}
footer.main-footer article.info .content {
  height: 190px;
}
@media (min-width: 768px) {
  footer.main-footer article.info .content {
    height: 140px;
  }
}
footer.main-footer article.info p {
  margin-bottom: 0;
}
footer.main-footer article.info p:last-child {
  margin-top: 0;
}
footer.main-footer article.info img {
  width: 70px;
}
footer.main-footer article.info .social-media-links img {
  width: 24px;
  margin-right: 5px;
}
@media (min-width: 992px) {
  footer.main-footer article.info {
    padding-right: 100px;
  }
  footer.main-footer article.info .content {
    height: 200px;
  }
}
footer.main-footer article.quick-links {
  flex: 4;
}
footer.main-footer article.quick-links .content {
  height: inherit;
}
footer.main-footer article.quick-links ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
  height: 100%;
}
footer.main-footer article.quick-links ul li a {
  text-decoration: none;
}
@media (min-width: 992px) {
  footer.main-footer article.quick-links .content {
    height: 200px;
  }
  footer.main-footer article.quick-links .content ul {
    flex-direction: column;
  }
}
footer.main-footer article.subscription {
  flex: 4;
}
footer.main-footer article.subscription .content {
  height: 160px;
}
footer.main-footer article.subscription form {
  display: flex;
}
footer.main-footer article.subscription input,
footer.main-footer article.subscription button {
  height: 42px;
  line-height: 42px;
  border: 1px solid #ffffff;
}
footer.main-footer article.subscription input {
  border-radius: 21px;
  background-color: transparent;
  padding: 0 70px 0 40px;
  width: 100%;
}
footer.main-footer article.subscription input::placeholder {
  font-size: 13px;
  color: #ffffff;
}
footer.main-footer article.subscription button {
  margin-left: -60px;
  width: 100px;
  height: 44px;
}
footer.main-footer article.subscription button img {
  width: 18px;
  height: 14px;
  margin-bottom: 10px;
}
footer.main-footer article.subscription p#email-privacy-text {
  font-style: italic;
  opacity: 0.35;
}
@media (min-width: 992px) {
  footer.main-footer article.subscription .content {
    height: 200px;
  }
}
@media (min-width: 992px) {
  footer.main-footer {
    flex-direction: row;
  }
}

/** Industries we cater */
.indusrt-list.active {
  font-size: 14px;
  line-height: 1.42857143;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}
.indusrt-list.active ul.row {
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Segoe UI";
  color: #000;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 3;
  column-gap: 2em;
}
.indusrt-list.active ul.row li {
  -webkit-tap-highlight-color: transparent;
  font-family: "Segoe UI";
  list-style: none;
  box-sizing: border-box;
  background: #fff !important;
  padding: 0 !important;
  height: auto !important;
  border-top: 1px solid #dbdbdb;
  color: #525252;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  margin-right: 15px;
  clear: none;
}
.indusrt-list.active ul.row li a {
  list-style: none;
  font-size: 16px;
  line-height: 22px;
  box-sizing: border-box;
  outline: 0;
  text-decoration: none;
  position: relative;
  min-height: 1px;
  float: left;
  color: #525252;
  width: 100% !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url("https://www.abcconsultants.in/wp-content/uploads/2017/10/icon_01-1.png") left 10px center no-repeat;
  padding: 15px 0px 15px 65px;
}

@media (max-width: 1000px) {
  .indusrt-list ul {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }

  .indusrt-list ul li {
    line-height: 60px !important;
    overflow: hidden;
  }
}

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