/*! 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;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  font-weight: normal !important;
  font-style: normal;
  line-height: 1;
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-linkedin2:before {
  content: "\eaca";
}

.icon-x:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-star-full:before {
  content: "\e9d9";
  color: #ffa500;
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-cogs:before {
  content: "\e905";
}

.icon-bar-graph:before {
  content: "\e903";
}

.icon-security:before {
  content: "\e904";
}

.icon-school:before {
  content: "\e901";
}

.icon-phone_in_talk:before {
  content: "\e902";
}

.icon-display:before {
  content: "\e956";
}

.icon-embed2:before {
  content: "\ea80";
}

.icon-shuffle:before {
  content: "\ea30";
}

.icon-handshake-o:before {
  content: "\e90c";
}

.icon-cloud-download:before {
  content: "\e90a";
}

.icon-download:before {
  content: "\e907";
}

.icon-briefcase:before {
  content: "\e908";
}

.icon-laptop_mac:before {
  content: "\e90b";
}

.icon-group:before {
  content: "\e909";
}

.icon-mobile:before {
  content: "\e958";
}

.icon-cloud:before {
  content: "\e9c1";
}

.icon-folder-open:before {
  content: "\e930";
}

.icon-earth:before {
  content: "\e9ca";
}

.icon-transfer:before {
  content: "\e906";
}

.icon-headphones:before {
  content: "\e910";
}

.icon-hard-drive:before {
  content: "\e90d";
}

.icon-dollar:before {
  content: "\e90e";
}

.icon-email:before {
  content: "\e90f";
}

.icon-create:before {
  content: "\e912";
}

.icon-line-chart:before {
  content: "\e911";
}

.icon-search:before {
  content: "\e986";
}

.icon-phone:before {
  content: "\e913";
}

.icon-ticket:before {
  content: "\e939";
}

.icon-dashboard:before {
  content: "\e914";
}

.icon-phone1:before {
  content: "\e915";
}

.icon-bullhorn:before {
  content: "\e91c";
}

.icon-local_grocery_store:before {
  content: "\e916";
}

.icon-https:before {
  content: "\e918";
}

.icon-access_time:before {
  content: "\e917";
}

.icon-files-empty:before {
  content: "\e925";
}

.icon-lab:before {
  content: "\e9aa";
}

.icon-help:before {
  content: "\e919";
}

.icon-paperplane:before {
  content: "\e91b";
}

.icon-mouse:before {
  content: "\e91a";
}

.icon-minus:before {
  content: "\e91d";
}

.btn {
  display: inline-block;
  font-size: 1.25rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 25px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .btn {
    margin-bottom: 0;
  }
}

.btn-grey {
  background-color: #999aa2;
}
.btn-grey:hover {
  background-color: #84858f;
}

.btn-dark-grey {
  background-color: #272936;
}
.btn-dark-grey:hover {
  background-color: #121318;
}

.btn-blue {
  background-color: #4387f6;
}
.btn-blue:hover {
  background-color: #166af4;
}

.btn-green {
  background-color: #00b67b;
}
.btn-green:hover {
  background-color: #009b69;
}

.btn-purple {
  background-color: #926fb1;
}
.btn-purple:hover {
  background-color: #7e57a8;
}

.btn-yellow {
  background-color: #f7b322;
}
.btn-yellow:hover {
  background-color: #f7b322;
}

.banner-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/banner-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 550px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .banner-bg {
    background-image: linear-gradient(to right, #000, transparent 75%), url("../img/banner-bg.png");
    background-size: auto, cover;
    background-position: left center;
  }
}

.banner-overlay {
  text-align: center;
}
@media (min-width: 992px) {
  .banner-overlay {
    text-align: left;
  }
}
.banner-overlay h1 {
  color: #fff;
  font-weight: 600;
  font-size: 2.5rem;
  margin: 0;
}
@media (min-width: 992px) {
  .banner-overlay h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.banner-overlay p {
  font-size: 1.25rem;
  color: #fff;
}
@media (min-width: 992px) {
  .banner-overlay p {
    font-size: 1.625rem;
    line-height: 2.5rem;
  }
}
.banner-overlay .btn {
  height: 50px;
  line-height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 32px 0 18px;
  box-sizing: content-box;
}

body {
  margin: 0;
}

* {
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1260px) {
  .container {
    width: 1200px;
  }
}

.row {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
.row a {
  color: #fff;
  text-decoration: none;
}
.row ul {
  list-style-type: none;
  padding-left: 0;
}
.row a:not(.btn):hover {
  text-decoration: underline;
}

.about {
  background-color: #323544;
  color: #fff;
  padding-bottom: 50px;
}
.about .row {
  gap: 30px 0;
}
@media (min-width: 992px) {
  .about .row {
    gap: 0 30px;
  }
}
.about .welcome,
.about .what-clients-think {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 992px) {
  .about .welcome,
  .about .what-clients-think {
    width: calc(50% - 15px);
  }
}
.about .icon-star-full {
  font-size: 3.125rem;
  display: inline-block;
  margin-bottom: 25px;
}
.about .quote {
  font-size: 1.2rem;
  font-weight: 600;
}
.about .what-clients-think p {
  font-style: italic;
}
.about .what-clients-think .quote-author {
  font-style: normal;
}
.about .quote-author {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 25px;
  color: #a3a8ac;
}
.about b {
  font-weight: 600;
}
.about h1 {
  font-size: 2.25rem;
  font-weight: 600;
}
.about p {
  margin: 0 0 20px;
  line-height: 2rem;
}
.about .btn {
  height: 57px;
  padding: 10px 30px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
}
.about .btn.why-choose-us,
.about .btn.google {
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .about .btn.why-choose-us,
  .about .btn.google {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .about .btn.why-choose-us,
  .about .btn.google {
    margin-bottom: 17px;
  }
}

footer {
  background-color: #323544;
  color: #fff;
  padding: 30px 0 0;
  position: relative;
  font-size: 0.8125rem;
  line-height: 1.375rem;
}
footer h4 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.footer-row {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 1260px) {
  .footer-row {
    flex-direction: row;
    gap: 0 30px;
  }
}
.footer-row .row {
  column-gap: 30px;
}

.socials {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1260px) {
  .socials {
    flex: 0 0 350px;
  }
}
.socials h4 {
  margin: 24px 0 26px;
}

.nm-img {
  width: 250px;
}
@media (min-width: 992px) {
  .nm-img {
    width: 320px;
  }
}
.nm-img img {
  width: 100%;
}

.socials-logos {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  font-size: 1.625rem;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .socials-logos {
    width: 320px;
  }
}
@media (min-width: 768px) {
  .socials-logos {
    display: flex;
  }
}
.socials-logos a {
  color: #fff;
  text-decoration: none;
}
.socials-logos ul {
  list-style-type: none;
  padding-left: 0;
}
.socials-logos .facebook,
.socials-logos .linkedin,
.socials-logos .twitter,
.socials-logos .instagram {
  background-color: #212330;
  padding: 12px 22px 16px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: auto;
}
@media (min-width: 992px) {
  .socials-logos .facebook,
  .socials-logos .linkedin,
  .socials-logos .twitter,
  .socials-logos .instagram {
    width: auto;
    margin: 0 7px 0 0;
  }
}
.socials-logos .facebook:hover {
  background-color: #3b5998;
}
.socials-logos .linkedin:hover {
  background-color: #0077b5;
}
.socials-logos .twitter:hover {
  background-color: #1da1f2;
}
.socials-logos .instagram:hover {
  background-color: #e1306c;
}

.footer-menu {
  flex: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer-menu {
    flex-basis: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .footer-menu {
    flex-basis: calc(25% - 22.5px);
  }
}
@media (min-width: 1260px) {
  .footer-menu {
    margin-bottom: 40px;
  }
}
.footer-menu h4 {
  margin: 0 0 26px;
}
.footer-menu a {
  color: #fff;
  text-decoration: none;
}
.footer-menu ul {
  list-style-type: none;
  padding-left: 0;
}
.footer-menu a:not(.btn):hover {
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 0;
  background-color: #212330;
}
.footer-bottom a {
  color: #fff;
  text-decoration: none;
}
.footer-bottom ul {
  list-style-type: none;
  padding-left: 0;
}
.footer-bottom a:not(.btn):hover {
  text-decoration: underline;
}

.footer-copyright {
  width: 100%;
}
.footer-copyright .footer-br {
  display: block;
}
@media (min-width: 768px) {
  .footer-copyright .footer-br {
    display: none;
  }
}
.footer-copyright .footer-hyphen {
  display: none;
}
@media (min-width: 768px) {
  .footer-copyright .footer-hyphen {
    display: inline;
  }
}

.client-banner {
  overflow-x: clip;
  padding: 30px 0;
}
.client-banner .clients {
  display: flex;
  flex-wrap: nowrap;
}

.client-item {
  position: relative;
  flex-shrink: 0;
  padding: 0 20px;
  margin: 0 20px;
}
.client-item img {
  height: 70px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  filter: grayscale(100%);
  display: block;
}
.client-item .client-label {
  display: none;
  position: absolute;
  bottom: calc(100% + 36px);
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  background-color: #323544;
  color: #fff;
  text-align: center;
  padding: 20px;
  z-index: 2;
}
.client-item .client-label h3 {
  font-size: 1.1rem;
  margin: 0;
  padding-bottom: 15px;
  font-weight: 400;
}
.client-item .client-label p {
  font-size: 0.8rem;
  margin: 0;
  line-height: 1.35rem;
}
.client-item .client-label a {
  font-weight: 600;
}
.client-item .client-label a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.client-item .client-label .btn {
  font-size: 16px;
  padding: 13px 15px;
  font-weight: 400;
  margin-top: 11px;
}
.client-item .client-label .btn:hover {
  text-decoration: none;
}
.client-item .client-label::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 36px;
}
.client-item .client-label::after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 36px solid #323544;
}
.client-item:hover img {
  filter: grayscale(0%);
}
.client-item:hover .client-label {
  display: block;
}

.partner-banner {
  overflow: hidden;
  padding: 50px 0;
}
.partner-banner .partners {
  display: flex;
  flex-wrap: nowrap;
}
.partner-banner .partners img {
  height: 70px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  flex-shrink: 0;
  padding: 0 20px;
  margin: 0 20px;
  filter: grayscale(100%);
}
.partner-banner .partners img:hover {
  filter: grayscale(0%);
}

.headings {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headings a {
  color: #333645;
  text-decoration: none;
}
.headings a:hover {
  text-decoration: underline;
}
.headings h2, .headings h3 {
  font-weight: 600;
}
.headings .right {
  margin: 0;
  display: none;
}
@media (min-width: 768px) {
  .headings .right {
    display: block;
  }
}

.latest-news .headings .left {
  font-size: 2.25rem;
}
.latest-news .headings .right {
  font-size: 1.625rem;
}

.services-headings .headings .left {
  font-size: 2.75rem;
}
.services-headings .headings .right {
  font-size: 2.25rem;
}

.latest-news {
  color: #333645;
  padding: 10px 0 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .latest-news {
    position: relative;
    margin-bottom: 50px;
  }
}

.news-view-all {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  display: block;
}
.news-view-all a {
  color: #333645;
  text-decoration: none;
}
.news-view-all a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .news-view-all {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    margin: 0;
  }
}

.news-card {
  flex: 1;
  min-width: 0;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  top: 0;
  transition: 0.5s ease;
}
.news-card img {
  width: 100%;
  height: auto;
  display: block;
}
.news-card:hover {
  top: -10px;
  transition: 0.5s ease;
}

@media (min-width: 768px) {
  .news3 {
    display: none;
  }
}
@media (min-width: 1260px) {
  .news3 {
    display: block;
  }
}
.news3 .news-text h3 {
  color: #4387f6;
}
.news3 .news-category {
  background-color: #4387f6;
}

.news .row {
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .news .row {
    flex-direction: row;
    gap: 0 30px;
  }
}
.news .btn {
  font-size: 1rem;
  padding-left: 20px;
  padding-right: 20px;
  height: 35px;
  line-height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: content-box;
}

.news-link {
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 1;
}

.news-img {
  position: relative;
}

.news-category {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 0.1875rem 10px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #67809f;
  cursor: pointer;
  z-index: 1;
}

.news-text {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  padding: 30px;
}
.news-text h3 {
  min-height: 3rem;
  color: #67809f;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0;
}
.news-text h3 .icon-arrow-right2 {
  font-weight: normal;
}
.news-text p {
  color: #666;
  font-size: 0.875rem;
}

.author {
  display: flex;
  align-items: center;
  min-width: 0;
  padding-top: 30px;
  margin-top: 30px;
  border-top: solid #ccc 1px;
  color: #666;
  font-size: 0.875rem;
}
.author .author-img img {
  border-radius: 50%;
}
.author .author-info {
  padding-left: 20px;
}
.author b {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333645;
}

.services {
  background-color: #fff;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .services {
    position: relative;
  }
}
.services .headings {
  align-items: center;
}
.services h2 {
  font-weight: 400;
  color: #333645;
}
.services h3 {
  font-weight: 600;
}
.services h3 .icon-arrow-right2 {
  font-weight: normal;
}
.services .services-view-all {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
}
.services .services-view-all a {
  color: #333645;
  text-decoration: none;
}
.services .services-view-all a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .services .services-view-all {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    margin: 0;
  }
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
  }
}

@media (min-width: 768px) {
  .service-card:nth-child(-n+3) {
    grid-column: span 12;
  }
  .service-card:nth-child(n+4) {
    grid-column: span 6;
  }
}
@media (min-width: 992px) {
  .service-card:nth-child(-n+3) {
    grid-column: span 4;
  }
  .service-card:nth-child(n+4) {
    grid-column: span 6;
  }
}
@media (min-width: 1260px) {
  .service-card:nth-child(-n+3) {
    grid-column: span 4;
  }
  .service-card:nth-child(n+4) {
    grid-column: span 3;
  }
}
.service-card {
  border: 1px solid #ccc;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  padding: 30px;
  position: relative;
  top: 0;
  transition: 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-card:hover {
  top: -10px;
}
.service-card .service-link {
  position: absolute;
  inset: 0;
}
.service-card h2 {
  margin: 0;
  padding: 15px 0 10px;
  border-radius: 50%;
  font-size: 1.2rem;
}
.service-card p {
  font-size: 0.82rem;
  margin: 6px 0 15px;
  line-height: 1.4rem;
  flex: 1;
}

.icon {
  font-size: 2rem;
  color: #fff;
}

.icon-bg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 67px;
  border-radius: 50%;
}

.icon-bg-grey, .btn-service-grey {
  background-color: #67809f;
}

.icon-bg-yellow, .btn-service-yellow {
  background-color: #f7b322;
}

.icon-bg-blue, .btn-service-blue {
  background-color: #4183d7;
}

.icon-bg-green, .btn-service-green {
  background-color: #2ecc71;
}

.icon-bg-red, .btn-service-red {
  background-color: #d64541;
}

.icon-bg-purple, .btn-service-purple {
  background-color: #926fb1;
}

.icon-bg-pink, .btn-service-pink {
  background-color: #f62459;
}

.icon-bg-tomato, .btn-service-tomato {
  background-color: #ce4125;
}

.service-card:nth-child(1):hover {
  background-color: #526781;
}
.service-card:nth-child(1):hover .icon-bg {
  background-color: #fff;
}
.service-card:nth-child(1):hover .icon {
  color: #526781;
}
.service-card:nth-child(1):hover .btn {
  background-color: #fff;
  color: #526781;
}
.service-card:nth-child(1):hover h2, .service-card:nth-child(1):hover p {
  color: #fff;
}

.service-card:nth-child(2):hover {
  background-color: #286abd;
}
.service-card:nth-child(2):hover .icon-bg {
  background-color: #fff;
}
.service-card:nth-child(2):hover .icon {
  color: #286abd;
}
.service-card:nth-child(2):hover .btn {
  background-color: #fff;
  color: #286abd;
}
.service-card:nth-child(2):hover h2, .service-card:nth-child(2):hover p {
  color: #fff;
}

.service-card:nth-child(3):hover {
  background-color: #25a25a;
}
.service-card:nth-child(3):hover .icon-bg {
  background-color: #fff;
}
.service-card:nth-child(3):hover .icon {
  color: #25a25a;
}
.service-card:nth-child(3):hover .btn {
  background-color: #fff;
  color: #25a25a;
}
.service-card:nth-child(3):hover h2, .service-card:nth-child(3):hover p {
  color: #fff;
}

.service-card:nth-child(4):hover {
  background-color: #bc2c28;
}
.service-card:nth-child(4):hover .icon-bg {
  background-color: #fff;
}
.service-card:nth-child(4):hover .icon {
  color: #bc2c28;
}
.service-card:nth-child(4):hover .btn {
  background-color: #fff;
  color: #bc2c28;
}
.service-card:nth-child(4):hover h2, .service-card:nth-child(4):hover p {
  color: #fff;
}

.service-card:nth-child(5):hover {
  background-color: #79539a;
}
.service-card:nth-child(5):hover .icon-bg {
  background-color: #fff;
}
.service-card:nth-child(5):hover .icon {
  color: #79539a;
}
.service-card:nth-child(5):hover .btn {
  background-color: #fff;
  color: #79539a;
}
.service-card:nth-child(5):hover h2, .service-card:nth-child(5):hover p {
  color: #fff;
}

.service-card:nth-child(6):hover {
  background-color: #de093f;
}
.service-card:nth-child(6):hover .icon-bg {
  background-color: #fff;
}
.service-card:nth-child(6):hover .icon {
  color: #de093f;
}
.service-card:nth-child(6):hover .btn {
  background-color: #fff;
  color: #de093f;
}
.service-card:nth-child(6):hover h2, .service-card:nth-child(6):hover p {
  color: #fff;
}

.service-card:nth-child(7):hover {
  background-color: #a3331d;
}
.service-card:nth-child(7):hover .icon-bg {
  background-color: #fff;
}
.service-card:nth-child(7):hover .icon {
  color: #a3331d;
}
.service-card:nth-child(7):hover .btn {
  background-color: #fff;
  color: #a3331d;
}
.service-card:nth-child(7):hover h2, .service-card:nth-child(7):hover p {
  color: #fff;
}

.services-view-all {
  display: block;
}
@media (min-width: 768px) {
  .services-view-all {
    display: none;
  }
}

.nav {
  background-color: #fff;
  height: auto;
  width: auto;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .nav {
    height: 110px;
    padding: 0;
  }
}
.nav .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .nav .container {
    display: block;
  }
}
.nav .search-mobile {
  display: flex;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .nav .search-mobile {
    display: none;
  }
}
.nav .search-mobile .mobile-searchbar {
  width: 100%;
  height: 40px;
  padding: 5px 15px;
  font-size: 0.875rem;
  border: #ccc 1px solid;
  border-radius: 3px;
}
.nav .search-mobile .mobile-searchbar:focus {
  outline: none;
  border: #ccc 2px solid;
  border-right: 0px;
  box-shadow: none;
}
.nav .row {
  height: 68px;
  align-items: center;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .nav .row {
    height: 110px;
  }
}
.nav .row .nm-header-logo {
  min-width: 0;
  align-items: center;
}
.nav .row .nm-header-logo img {
  height: 70px;
  width: 100%;
  object-fit: contain;
  object-position: left center;
}
@media (min-width: 992px) {
  .nav .row .nm-header-logo img {
    height: 4rem;
    width: auto;
    object-fit: unset;
  }
}
.nav .row .nm-header-nav {
  flex: 1;
  min-width: max-content;
  height: 68px;
}
@media (min-width: 768px) {
  .nav .row .nm-header-nav {
    height: 110px;
  }
}
.nav .row .btn-grey.btn,
.nav .row .btn-blue.btn,
.nav .row .btn-dark-grey {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  font-size: 1.125rem;
  padding: 5px 15px;
  border-radius: 3px;
  margin-left: 20px;
}
.nav .row .icon {
  font-size: 1.4rem;
  margin-right: 5px;
}
.nav .row .nav-input {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.nav .row .search {
  display: none;
  align-items: center;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .nav .row .search {
    display: flex;
  }
}
.nav .row .search .btn-grey {
  border-radius: 3px;
  margin-left: 0;
  justify-content: center;
  padding: 5px 20px;
}
@media (min-width: 768px) {
  .nav .row .search .btn-grey {
    border-radius: 0 3px 3px 0;
  }
}
@media (min-width: 992px) {
  .nav .row .search .btn-grey {
    border-radius: 3px;
  }
}
@media (min-width: 1260px) {
  .nav .row .search .btn-grey {
    border-radius: 0 3px 3px 0;
  }
}
.nav .row .search .btn-grey .icon {
  margin: 0;
  line-height: 1;
}
.nav .row .nav-btns {
  display: none;
}
@media (min-width: 992px) {
  .nav .row .nav-btns {
    display: flex;
  }
}
.nav .row .search-input {
  display: none;
}
@media (min-width: 768px) {
  .nav .row .search-input {
    display: block;
  }
}
@media (min-width: 992px) {
  .nav .row .search-input {
    display: none;
  }
}
@media (min-width: 1260px) {
  .nav .row .search-input {
    display: block;
  }
}
.nav .row .searchbar {
  width: 174px;
}
@media (min-width: 992px) {
  .nav .row .searchbar {
    width: 174px;
  }
}
@media (min-width: 1260px) {
  .nav .row .searchbar {
    width: 240px;
  }
}
.nav .row .searchbar {
  height: 56px;
  padding: 5px 15px;
  align-self: stretch;
  font-size: 0.875rem;
  border: #ccc 1px solid;
  border-radius: 0px;
}
.nav .row .searchbar:focus {
  outline: none;
  border: #5bc0de 1px solid;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(91, 192, 222, 0.6);
}
.nav .row .phone {
  display: flex;
}
@media (min-width: 768px) {
  .nav .row .phone {
    display: none;
  }
}
.nav .row .phone .icon {
  font-size: 2rem;
  color: #272936;
}
.nav .row .hamburger {
  display: flex;
}
.nav .row .hamburger .btn {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  margin-bottom: 0;
}
.nav .row .hamburger .icon {
  font-size: 2.5rem;
  margin-right: 0;
  line-height: 0.25;
}
.nav .search-mobile {
  padding-bottom: 0px;
}
.nav .search-mobile .mobile-searchbar {
  background-color: rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  border-radius: 2px 0 0 2px;
  margin-right: -1px;
}
.nav .search-mobile .btn-search {
  margin: 0;
  background-color: rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-left: none;
  color: #212330;
  font-size: 1.25rem;
  border-radius: 0 2px 2px 0;
  height: 40px;
}

.drop-down {
  display: none;
}
@media (min-width: 992px) {
  .drop-down {
    display: block;
  }
}
.drop-down {
  background-color: #323544;
  width: 100%;
  overflow: visible;
  position: relative;
}
.drop-down .container,
.drop-down .row {
  align-items: stretch;
}
.drop-down .drop {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  line-height: 0.8;
  text-decoration: none;
  position: relative;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 20px 0;
}
.drop-down .drop small {
  margin-top: 10px;
  font-size: 0.625rem;
  line-height: 1.5;
}
.drop-down .drop .icon {
  font-size: 1.4rem;
}
.drop-down .development-drop .icon {
  color: #67809f;
}
.drop-down .development-drop:hover, .drop-down:has(.development-panel:hover) .development-drop {
  background-color: #67809f;
}
.drop-down .development-drop:hover .icon, .drop-down:has(.development-panel:hover) .development-drop .icon {
  color: #fff;
}
.drop-down .it-drop .icon {
  color: #4183d7;
}
.drop-down .it-drop:hover, .drop-down:has(.it-panel:hover) .it-drop {
  background-color: #4183d7;
}
.drop-down .it-drop:hover .icon, .drop-down:has(.it-panel:hover) .it-drop .icon {
  color: #fff;
}
.drop-down .marketing-drop .icon {
  color: #2ecc71;
}
.drop-down .marketing-drop:hover, .drop-down:has(.marketing-panel:hover) .marketing-drop {
  background-color: #2ecc71;
}
.drop-down .marketing-drop:hover .icon, .drop-down:has(.marketing-panel:hover) .marketing-drop .icon {
  color: #fff;
}
.drop-down .telecoms-drop .icon {
  color: #d64541;
}
.drop-down .telecoms-drop:hover, .drop-down:has(.telecoms-panel:hover) .telecoms-drop {
  background-color: #d64541;
}
.drop-down .telecoms-drop:hover .icon, .drop-down:has(.telecoms-panel:hover) .telecoms-drop .icon {
  color: #fff;
}
.drop-down .web-drop .icon {
  color: #926fb1;
}
.drop-down .web-drop:hover, .drop-down:has(.web-panel:hover) .web-drop {
  background-color: #926fb1;
}
.drop-down .web-drop:hover .icon, .drop-down:has(.web-panel:hover) .web-drop .icon {
  color: #fff;
}
.drop-down .security-drop .icon {
  color: #f62459;
}
.drop-down .security-drop:hover, .drop-down:has(.security-panel:hover) .security-drop {
  background-color: #f62459;
}
.drop-down .security-drop:hover .icon, .drop-down:has(.security-panel:hover) .security-drop .icon {
  color: #fff;
}
.drop-down .course-drop .icon {
  color: #ce4125;
}
.drop-down .course-drop:hover, .drop-down:has(.course-panel:hover) .course-drop {
  background-color: #ce4125;
}
.drop-down .course-drop:hover .icon, .drop-down:has(.course-panel:hover) .course-drop .icon {
  color: #fff;
}
.drop-down:has(.development-drop:hover) .development-panel, .drop-down:has(.development-panel:hover) .development-panel {
  display: block;
  background-color: #526781;
}
.drop-down:has(.it-drop:hover) .it-panel, .drop-down:has(.it-panel:hover) .it-panel {
  display: block;
  background-color: #286abd;
}
.drop-down:has(.marketing-drop:hover) .marketing-panel, .drop-down:has(.marketing-panel:hover) .marketing-panel {
  display: block;
  background-color: #25a25a;
}
.drop-down:has(.telecoms-drop:hover) .telecoms-panel, .drop-down:has(.telecoms-panel:hover) .telecoms-panel {
  display: block;
  background-color: #bc2c28;
}
.drop-down:has(.web-drop:hover) .web-panel, .drop-down:has(.web-panel:hover) .web-panel {
  display: block;
  background-color: #79539a;
}
.drop-down:has(.security-drop:hover) .security-panel, .drop-down:has(.security-panel:hover) .security-panel {
  display: block;
  background-color: #de093f;
}
.drop-down:has(.course-drop:hover) .course-panel, .drop-down:has(.course-panel:hover) .course-panel {
  display: block;
  background-color: #a3331d;
}
.drop-down .development-drop:hover::after, .drop-down:has(.development-panel:hover) .development-drop::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #67809f;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  z-index: 4;
}
.drop-down .it-drop:hover::after, .drop-down:has(.it-panel:hover) .it-drop::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #4183d7;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  z-index: 4;
}
.drop-down .marketing-drop:hover::after, .drop-down:has(.marketing-panel:hover) .marketing-drop::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #2ecc71;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  z-index: 4;
}
.drop-down .telecoms-drop:hover::after, .drop-down:has(.telecoms-panel:hover) .telecoms-drop::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #d64541;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  z-index: 4;
}
.drop-down .web-drop:hover::after, .drop-down:has(.web-panel:hover) .web-drop::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #926fb1;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  z-index: 4;
}
.drop-down .security-drop:hover::after, .drop-down:has(.security-panel:hover) .security-drop::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #f62459;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  z-index: 4;
}
.drop-down .course-drop:hover::after, .drop-down:has(.course-panel:hover) .course-drop::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #ce4125;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  z-index: 4;
}
.drop-down .row {
  flex-wrap: nowrap;
}
.drop-down .row a:not(.btn):hover {
  text-decoration: none;
}
.drop-down .drop-panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 3;
  display: none;
  padding: 40px 0;
  color: #fff;
}
.drop-down .drop-panel a {
  color: #fff;
  text-decoration: none;
}
.drop-down .drop-panel ul {
  list-style-type: none;
  padding-left: 0;
}
.drop-down .drop-panel a:not(.btn):hover {
  text-decoration: underline;
}
.drop-down .drop-panel h2 {
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 2rem;
}
.drop-down .drop-panel .link-text {
  font-size: 1.2rem;
  margin-left: 10px;
}
.drop-down .drop-panel .banner-menu-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 0;
}
.drop-down .drop-panel .banner-menu-items a {
  display: flex;
  align-items: center;
  padding: 0.6rem 0.9rem 0.6rem 0;
}
.drop-down .drop-panel .banner-menu-items a:hover {
  text-decoration: none;
}
.drop-down .drop-panel .banner-menu-items a:hover .link-text {
  text-decoration: underline;
}
.drop-down .drop-panel .banner-menu-items .icon {
  font-size: 1.3rem;
}

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