@charset "UTF-8";
/*colors*/
html {
  font-family: "Poppins", sans-serif;
}

html, body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.container {
  padding: 0 15px 0 15px;
  width: auto;
  display: block;
}

img {
  max-width: 100%;
}

a {
  background: transparent;
}

/*Background colors*/
body {
  background-color: #fff;
}

header,
#services .service-box,
#articles article {
  background-color: #fff;
}

#welcome,
footer {
  background-color: #333645;
}

#floor-wrapper {
  background-color: #212330;
}

/*Normalize*/
/*! 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 */
  -moz-text-size-adjust: 100%;
}

/* 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, h2 {
  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: normal;
}

/**
 * 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;
  -moz-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 */
  -moz-appearance: textfield;
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-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;
}

ul {
  padding-inline-start: 0;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
  display: contents;
}

a:any-link {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

cite {
  font-style: normal;
}

* {
  margin-block-start: 0;
  margin-block-end: 0;
}

/*Normalize*/
/*Header*/
.header-navigation {
  position: relative; /* normal flow at top */
  width: 100%;
  z-index: 10; /* normal stacking */
  transition: transform 0.5s ease-out;
}

/* sticky overlay when scrolling */
.header-navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.slideUp {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: transform 0.5s ease-out;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.slideDown {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: transform 0.5s ease-out;
}

#cookie-consent {
  position: fixed;
  line-height: 22px;
  z-index: 99;
  bottom: 0;
  left: 0;
  display: flex;
  background: #75788a;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  border: solid #75788a;
  border-width: 1px 1px 0 0;
  border-radius: 0;
  border-top-right-radius: 10px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 0.8rem;
}

#cookie-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center !important;
  padding: 30px;
}

#cookie-prompt {
  position: relative;
  width: auto;
  margin: 10px;
}

#cookie-container #cookie-prompt {
  margin: auto;
}

#cookie-box {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

#cookie-header {
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

#cookie-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 1.625rem;
  font-weight: 400;
  color: #333645;
  letter-spacing: 0.4px;
}

#cookie-body {
  position: relative;
  padding: 20px;
}

#cookie-body p {
  display: block;
  line-height: 1.875rem;
  margin-bottom: 25px;
  font-size: 1rem;
  letter-spacing: 0.4px;
  color: #666;
  font-weight: 400;
}

#cookie-buttons {
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

#cookie-button-positioning {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

#cookie-settings {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  width: 100%;
}

#cookie-settings a {
  height: auto;
  line-height: 35px;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 1.063rem;
  border-radius: 3px;
  white-space: normal;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #999aa2;
  border-color: #999aa2;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  user-select: none;
  letter-spacing: 0.4px;
}

#cookie-accept {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

#cookie-accept a {
  color: #fff;
  background-color: #926fb1;
  border-color: #926fb1;
  height: auto;
  line-height: 35px;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 1.063rem;
  border-radius: 3px;
  white-space: normal;
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  user-select: none;
  letter-spacing: 0.4px;
}

@media (min-width: 768px) {
  #cookie-prompt {
    width: 600px;
    margin: 30px auto;
  }
  #cookie-box {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  #cookie-settings,
  #cookie-accept {
    width: 50%;
    float: left;
  }
  #cookie-settings {
    margin-bottom: 0;
  }
}
header {
  display: block;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
}

#heading {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

header #heading #top-header {
  display: flex;
  justify-content: center;
}

#bottom-header-two {
  display: none;
}

#bottom-header-update {
  background-color: #333645;
  display: none;
  width: 100%;
  border: 0 solid #333645;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

#header-tabs {
  display: flex;
  justify-content: space-between;
}

#header-floor {
  position: relative;
}

.menu-tab {
  position: relative;
}

/*Popout Menu Temp*/
#menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999999;
  height: 100%;
  background: #333645;
  width: 275px;
  overflow: auto;
  display: none;
}

.menu-active #menu-wrapper {
  display: block;
}

#menu-bigger {
  display: none;
}

#mobile-menu-s1 {
  padding: 21px;
}

.menu-active #main {
  position: relative;
  left: -275px;
  cursor: pointer;
}

.menu-active .header-navigation.sticky {
  left: -275px;
}

#menu-colorchange {
  position: relative;
}

#menu-colorchange::after {
  content: "";
  position: fixed;
  inset: 0; /* top:0 right:0 bottom:0 left:0 */
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999999;
}

html.menu-active #menu-colorchange::after {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

#menu-contact {
  font-size: 1.125rem;
  padding: 19px 0 18px;
  margin-top: 20px;
  border-radius: 3px;
  outline: 1px solid rgba(0, 0, 0, 0.25);
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  display: block;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

#menu-wrapper .mobile-service {
  font-size: 1.125rem;
  padding: 19px 0 18px;
  margin-top: 20px;
  border-radius: 3px;
  outline: 1px solid rgba(0, 0, 0, 0.25);
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  display: block;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#menu-cad span {
  color: #67809f;
}

#menu-it span {
  color: #4183d7;
}

#menu-marketing span {
  color: #2ecc71;
}

#menu-telecoms span {
  color: #d64541;
}

#menu-design span {
  color: #926fb1;
}

#menu-security span {
  color: #f62459;
}

#menu-developer span {
  color: #ce4125;
}

.menu-service-list {
  margin-top: 20px;
  border-radius: 3px;
  overflow: hidden;
  width: auto !important;
  list-style: none;
  padding: 0;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.4px;
  line-height: 1.42857143;
}

.menu-temp {
  border-top: 1px solid rgba(0, 0, 0, 0.45);
}

.menu-temp a {
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
  display: block;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 10px;
}

#menu-wrapper .menu-perm-title {
  display: block;
  color: #fff;
  padding: 20px;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1;
  position: relative;
}

.work-list-menu {
  padding-left: 0;
  width: auto !important;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-list-perm {
  border-top: 1px solid rgba(0, 0, 0, 0.45);
}

.menu-list-perm a {
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
  display: block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
  position: relative;
}

.menu-list-perm a:before {
  content: "»";
  padding-right: 15px;
}

.menu-hover-styling:hover .menu-perm-title,
#support-menu:hover,
#menu-contact:hover,
.menu-service-list:hover .mobile-service {
  background-color: rgba(255, 255, 255, 0.05);
}

@media (min-width: 992px) {
  #menu-mobile {
    display: none;
  }
  #menu-bigger {
    display: block;
  }
  #menu-wrapper {
    width: 350px;
  }
  .menu-active #main,
  .menu-active .header-navigation.sticky {
    left: -350px;
  }
}
/*Still Bar*/
#still-bar-wrapper .still-bar-carousel .still-bar {
  height: 550px;
}

.still-bar {
  text-align: center;
  color: white;
  display: block;
  position: relative;
  background-color: black;
}

.still-bar div {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
  line-height: 1.75rem;
  letter-spacing: 0.4px;
}

.overlay {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3.75rem 0;
  width: 100%;
}

/*Services*/
#services {
  text-align: center;
  padding: 50px 15px;
}

.service-box .service-desc {
  margin-bottom: 13px;
  line-height: 1.375rem;
  display: block;
  font-size: 0.8125rem;
  letter-spacing: 0.4px;
}

/*SERVICES HOVER*/
#consultancy:hover {
  background-color: #67809f;
}

#it-support:hover {
  background-color: #4183d7;
}

#marketing:hover {
  background-color: #2ecc71;
}

#telecoms:hover {
  background-color: #d64541;
}

#web-design:hover {
  background-color: #926fb1;
}

#security:hover {
  background-color: #f62459;
}

#training:hover {
  background-color: #ce4125;
}

.service-box:hover,
.service-box:hover .service-desc,
.service-box:hover h3 {
  color: white;
}

/*SERVICES HOVER END*/
.carousel-wrapper {
  padding: 50px 0;
  margin: auto;
  width: 100%;
}

.carousel-wrapper .item {
  width: auto;
  height: 70px; /* fixed, never scales */
  flex-shrink: 0;
  padding: 0 20px;
}

/*Welcome to Netmatters*/
#welcome {
  padding: 50px 15px;
  color: white;
}

.netmatters-is {
  margin-bottom: 25px;
  display: block;
  text-align: left;
  line-height: 1.875rem;
  font-size: 1rem;
  letter-spacing: 0.4px;
}

#welcome #intro {
  font-weight: 600;
}

#welcome #intro a:hover {
  text-decoration: underline;
}

#welcome blockquote {
  margin: 0 0 25px 0;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.875rem;
  letter-spacing: 0.4px;
}

#citation {
  display: block;
  margin-bottom: 25px;
  line-height: 1.875rem;
  font-size: 1.1rem;
  letter-spacing: 0.4px;
  color: #a3a8ac;
  font-weight: 600;
}

#welcome-positioning {
  padding: 0;
}

#header-buttons {
  padding: 7px 15px;
  float: right;
}

/*articles*/
#block {
  padding-bottom: 50px;
  padding-top: 15px;
}

.article-position {
  padding: 0, 15px;
  position: relative;
  min-height: 1px;
}

.articles .article-position .block:not(.top) {
  border-top: 0;
  border-radius: 0 0 3px 3px;
}

.article-desc {
  display: block;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 30px;
  box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1);
}

.article-desc p {
  display: block;
  margin-bottom: 25px;
  line-height: 1.375rem;
  font-size: 0.8125rem;
  letter-spacing: 0.4px;
  color: rgb(102, 102, 102);
}

.footnote {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
  display: table;
  width: 100%;
  font-size: 0.875rem;
  letter-spacing: 0.4px;
  line-height: 1.42857143;
  font-weight: normal;
}

.footnote > * {
  display: table-cell;
  vertical-align: middle;
}

.author p {
  margin-bottom: 0;
  color: rgb(102, 102, 102);
}

.image-holder {
  position: relative;
  display: block;
}

#software,
#ai,
#job {
  display: block;
  margin-top: 30px;
}

.transitioned:hover {
  position: relative;
  top: -10px;
  transition: 0.5s ease;
}

/*Clients*/
.client .description {
  display: none;
  position: absolute;
  bottom: 100%;
  left: -200px;
  right: -200px;
}

.client .description .box {
  background-color: #333645;
  color: #fff;
  padding: 20px;
  font-size: 0.875rem;
  max-width: 280px;
  margin: 0 auto 50px;
  text-align: center;
}

.client .description .box p {
  font-size: 0.8125rem;
  line-height: 1.375rem;
  margin-bottom: 0;
  letter-spacing: 0.4px;
}

.client .description .box .box-bottom {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -36px;
  line-height: 1.42857143;
}

#box-bottom-alt {
  line-height: 1.48 !important;
}

.client .description .box .box-bottom:after {
  content: "";
  margin: auto;
  display: inline-block;
  border-color: #333645 transparent transparent;
  border-style: solid;
  border-width: 35px 36px 0;
}

.client:hover .description {
  display: block;
}

.clients-carousel .slick-list {
  overflow: visible;
}

/*footer*/
footer {
  padding: 27px 0 0;
  color: white;
  position: relative;
}

#top-positioning {
  display: flex;
  justify-content: space-between;
}

footer #footer-top-positioning #footer-section {
  width: auto;
}

*, :after, :before {
  box-sizing: border-box;
}

footer #footer-positioning #bottom-positioning {
  display: flex;
  flex-wrap: wrap;
}

#bottom-positioning {
  margin-left: -15px;
  margin-right: -15px;
}

.footer-menu {
  margin-bottom: 30px;
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

*#bottom-positioning > * {
  flex: 0 0 auto;
  max-width: 100%;
}

footer #floor-wrapper {
  display: flex;
  margin-left: 0;
  width: 100%;
  padding: 15px 15px 10px 15px;
  font-size: 0.8125rem;
  line-height: 1.42857143;
  letter-spacing: 0.4px;
  flex-direction: column;
}

#floor-details {
  display: flex;
  flex-direction: column;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

/*Header Icons*/
header .icon-phone_in_talk {
  font-size: 32px;
}

header .icon-phone_in_talk:hover {
  text-decoration: underline;
  text-decoration-thickness: 1%;
}

#header-phone {
  display: table-cell;
}

#header-phone {
  padding-left: 20px;
  padding-right: 20px;
}

.icons {
  font-size: 32px;
  border-radius: 50%;
  height: 65px;
  width: 65px;
  margin: 0 auto 17px;
  display: block;
  text-align: center;
  color: white;
  font-weight: 400;
  line-height: 62px;
}

.hamburger {
  padding: 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: rgb(51, 54, 69);
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  background-color: rgb(36, 35, 35);
  box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.hamburger-box {
  width: 33px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  width: 33px;
  height: 4px;
  background-color: white !important;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner:after, .hamburger-inner:before {
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

header #heading #menu-placement {
  float: right;
}

header #heading #menu-placement > * + * {
  margin-left: 20px;
}

header #heading #menu-placement .hamburger-box span {
  font-size: 1.438rem;
  line-height: 45px;
}

header #header-floor #bottom-header-one #submit-button {
  background: none;
  border: none;
  color: #333645;
  position: absolute;
  right: 5px;
  line-height: 47px;
  font-size: 20px;
  outline: none;
  font-weight: 400;
  padding: 1px 6px;
}

.icon-magnifier {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

header #header-floor #bottom-header-one {
  margin-top: 11px;
  position: relative;
}

#con-and-dev span {
  color: #67809f;
  font-size: 1.438rem;
}

#it span {
  color: #4183d7;
  font-size: 1.438rem;
}

#digital-marketing span {
  color: #2ecc71;
  font-size: 1.438rem;
}

#telecom-services span {
  color: #d64541;
  font-size: 1.438rem;
}

#web span {
  color: #926fb1;
  font-size: 1.438rem;
}

#cyber-security span {
  color: #f62459;
  font-size: 1.438rem;
}

#developer-course span {
  color: #ce4125;
  font-size: 1.438rem;
}

#con-and-dev:hover span,
#it:hover span,
#digital-marketing:hover span,
#telecom-services:hover span,
#web:hover span,
#cyber-security:hover span,
#developer-course:hover span {
  color: white;
  text-decoration: none;
}

.menu-positioning .dropdown-item .item-icon {
  display: flex;
  justify-content: left;
  align-items: center;
  min-width: 25px;
}

/*Still Bar Icons*/
/*
    #owl-stage {
        margin-top: 10px;
        display: block;
    }

    #owl-dots {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        display: block;
    }
*/
.slick-dots li button {
  margin: 5px 7px;
  width: 11px;
  height: 11px;
  border-radius: 30px;
  display: inline-block;
  background: #d6d6d6;
  text-align: center;
}

.slick-dots li.slick-active button {
  background: #869791;
  background-color: white;
  border-radius: 30px;
  border: 0px solid white;
}

.slick-dots li.slick-active button:after {
  content: "";
  position: relative;
  display: block;
  top: -11px;
  left: -11px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

/*---------------Services Icons---------------*/
#consultancy .icons {
  background-color: #67809f;
}

#it-support .icons {
  background-color: #4183d7;
}

#marketing .icons {
  background-color: #2ecc71;
}

#telecoms .icons {
  background-color: #d64541;
}

#web-design .icons {
  background-color: #926fb1;
}

#security .icons {
  background-color: #f62459;
}

#training .icons {
  background-color: #ce4125;
}

#consultancy:hover .icons {
  background-color: white;
}

#consultancy:hover .icons span {
  margin-top: 15px;
  color: #67809f;
  font-size: 30px;
}

#it-support:hover .icons {
  background-color: white;
}

#it-support:hover .icons span {
  margin-top: 15px;
  color: #4183d7;
  font-size: 30px;
}

#marketing:hover .icons {
  background-color: white;
}

#marketing:hover .icons span {
  margin-top: 15px;
  color: #2ecc71;
  font-size: 30px;
}

#telecoms:hover .icons {
  background-color: white;
}

#telecoms:hover .icons span {
  margin-top: 15px;
  color: #d64541;
  font-size: 30px;
}

#web-design:hover .icons {
  background-color: white;
}

#web-design:hover .icons span {
  margin-top: 15px;
  color: #926fb1;
  font-size: 30px;
}

#security:hover .icons {
  background-color: white;
}

#security:hover .icons span {
  margin-top: 15px;
  color: #f62459;
  font-size: 30px;
}

#training:hover .icons {
  background-color: white;
}

#training:hover .icons span {
  margin-top: 15px;
  color: #ce4125;
  font-size: 30px;
}

#services-holding [class^=icon-] {
  line-height: 62px;
}

/*---------------Welcome to Netmatters Icons---------------*/
#five-stars span {
  color: orange;
  font-size: 48px;
  display: inline-block;
  text-align: left;
  margin-bottom: 25px;
}

/*---------------Clients Icons---------------*/
.box .icon-arrow-right2 {
  margin-left: 12px;
  vertical-align: middle;
  margin: auto -4px auto 12px;
}

/*---------------Header Images---------------*/
header #netmatters {
  height: auto;
  vertical-align: middle;
  float: none;
  width: 100%;
  display: table-cell;
}

header img {
  max-width: 100%;
  display: block;
}

.still-bar img {
  object-fit: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  opacity: 0.5;
}

/*---------------Partners Images---------------*/
.partners {
  position: relative;
  height: 70px;
  display: inline-block;
}

.partners picture {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  padding: 0 20px;
}

.partners .colored {
  z-index: 1;
  position: absolute;
  opacity: 0;
}

.partners .greyscale {
  z-index: 2;
  position: relative;
  opacity: 1;
}

.partners:hover .greyscale {
  z-index: 0;
  opacity: 0;
}

.partners:hover .colored {
  opacity: 1;
}

.partners img {
  height: 100%;
  width: auto;
  display: block;
}

/*---------------Articles Images---------------*/
.face picture img {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.image-holder .face {
  display: block;
  border-radius: 3px 3px 0 0;
  position: relative;
}

.footnote .logo {
  border-radius: 50%;
  width: 15%;
}

.footnote .logo img {
  max-width: 47px;
  border-radius: 50%;
  overflow: hidden;
}

.footnote .author {
  padding-left: 20px;
  line-height: 1.375rem;
}

/*---------------Clients Images---------------*/
.client img {
  filter: grayscale(1);
  transition: filter 0.3s ease;
}

.client:hover img {
  filter: grayscale(0);
}

.client {
  position: relative;
  height: 70px;
  align-items: center;
}

.client img {
  display: block;
  padding: 0 20px;
  width: auto;
  height: auto;
  max-height: 70px;
}

/*---------------Footer Images---------------*/
footer #footer-positioning #footer-logo img {
  width: 100%;
  height: auto;
}

footer #top-positioning #footer-logo {
  width: 250px;
}

/*---------------Header Buttons---------------*/
#contact,
#support {
  display: none;
  height: 56px;
  line-height: 46px;
  font-size: 1.125rem;
  float: left;
  text-transform: uppercase;
  padding: 5px 15px;
  color: white;
  border-radius: 3px;
  margin-left: 20px;
}

#support {
  background-color: #4183d7;
  border: 1px solid #4183d7;
}

#support:hover {
  background-color: #2a6ec6;
  border-color: #2a6ec6;
  box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

#contact {
  background-color: #999aa2;
  border: 1px solid #999aa2;
  margin-right: 20px;
}

#contact:hover {
  background-color: #84858f;
  border-color: #797a85;
  box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

/*---------------Still Bar Buttons---------------*/
.still-bar .overlay a {
  margin-top: 1.938rem;
  margin-bottom: 1.125rem;
  padding: 5px 20px;
  font-size: 1.25rem;
  background-color: #926fb1;
  border: solid 1px #926fb1;
  height: auto;
  border-radius: 3px;
  line-height: 50px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  font-weight: 400;
}

.still-bar-two .overlay a {
  background-color: #f7b322;
  border-color: #f7b322;
}

.still-bar-three .overlay a {
  background-color: #4183d7;
  border-color: #4183d7;
}

.still-bar-four .overlay a {
  background-color: #2ecc71;
  border-color: #2ecc71;
}

.still-bar-five .overlay a {
  background-color: #d64541;
  border-color: #d64541;
}

.still-bar-six .overlay a {
  background-color: #926fb1;
  border-color: #926fb1;
}

.still-bar-seven .overlay a {
  background-color: #f62459;
  border-color: #f62459;
}

/*---------------Services Buttons---------------*/
.service-box .service-button {
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 1.063rem;
  line-height: 35px;
  color: white;
  box-shadow: none;
  display: inline-block;
  text-transform: uppercase;
}

#consultancy .service-button {
  background-color: #f7b322;
  border: 3px solid #f7b322;
}

#consultancy:hover > .service-button {
  background-color: white;
  border-color: white;
  color: #67809f;
}

#it-support .service-button {
  background-color: #4183d7;
  border: 3px solid #4183d7;
}

#it-support:hover > .service-button {
  background-color: white;
  border-color: white;
  color: #4183d7;
}

#marketing .service-button {
  background-color: #2ecc71;
  border: 3px solid #2ecc71;
}

#marketing:hover > .service-button {
  background-color: white;
  border-color: white;
  color: #2ecc71;
}

#telecoms .service-button {
  background-color: #d64541;
  border: 3px solid #d64541;
}

#telecoms:hover > .service-button {
  background-color: white;
  border-color: white;
  color: #d64541;
}

#web-design .service-button {
  background-color: #926fb1;
  border: 3px solid #926fb1;
}

#web-design:hover > .service-button {
  background-color: white;
  border-color: white;
  color: #926fb1;
}

#security .service-button {
  background-color: #f62459;
  border: 3px solid #f62459;
}

#security:hover > .service-button {
  background-color: white;
  border-color: white;
  color: #f62459;
}

#training .service-button {
  background-color: #ce4125;
  border: 3px solid #ce4125;
}

#training:hover > .service-button {
  background-color: white;
  border-color: white;
  color: #ce4125;
}

/*---------------Welcome to Netmatters Buttons---------------*/
.info-button {
  margin-right: 8px;
  line-height: 35px;
  background-color: rgb(39, 41, 54);
  letter-spacing: 0.4px;
  padding: 10px 30px;
  font-size: 20px;
  border-radius: 6px;
  color: white;
  height: auto;
  border: 0px;
  display: inline-block;
}

.info-button:hover {
  background-color: #121318;
}

#google,
#trustpilot {
  margin-top: 20px;
  line-height: 1.42857143;
  padding: 10px 30px;
  font-size: 20px;
  border-radius: 6px;
  color: white;
  height: auto;
  border: 0px;
  display: inline-block;
}

#reviews {
  color: white;
}

#google {
  background-color: rgb(67, 135, 246);
  margin-right: 8px;
}

#google:hover {
  background-color: #166af4;
}

#trustpilot {
  background-color: rgb(0, 182, 123);
}

#trustpilot:hover {
  background-color: #009b69;
}

/*---------------Articles Buttons---------------*/
.article-desc button {
  background-color: rgb(247, 179, 34);
  color: white;
  border: 1px solid #f7b322;
  height: auto;
  line-height: 35px;
  padding: 5px 15px;
  font-size: 1.063rem;
  border-radius: 3px;
  white-space: normal;
}

#job .article-desc button {
  background-color: #4183d7;
  border-color: #4183d7;
}

/*---------------Clients Buttons---------------*/
.client-button-one {
  color: #fff;
  height: auto;
  line-height: 35px;
  padding: 5px 15px;
  text-transform: uppercase;
  border-radius: 3px;
  white-space: normal;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  margin-bottom: 0;
  margin-top: 11px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  letter-spacing: 0.4px;
  background-color: #926fb1;
  border-color: #926fb1;
}

.client-button-two {
  color: #fff;
  height: auto;
  line-height: 35px;
  padding: 5px 15px;
  text-transform: uppercase;
  border-radius: 3px;
  white-space: normal;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  margin-bottom: 0;
  margin-top: 11px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  letter-spacing: 0.4px;
  background-color: #2ecc71;
  border-color: #2ecc71;
}

.client-button-three {
  color: #fff;
  height: auto;
  line-height: 35px;
  padding: 5px 15px;
  text-transform: uppercase;
  border-radius: 3px;
  white-space: normal;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  margin-bottom: 0;
  margin-top: 11px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  letter-spacing: 0.4px;
  background-color: #f7b322;
  border-color: #f7b322;
}

/*---------------Footer Buttons---------------*/
#socials a {
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease;
}

#socials a {
  padding: 12px 22px 16px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 35%;
  text-align: center;
  text-decoration: none;
  font-size: 26px;
  background-color: #212330;
  font-weight: 400;
  line-height: 26px;
  z-index: 1;
}

footer #footer-positioning #socials {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

#facebook:hover {
  background-color: #3b5998;
}

#linkedin:hover {
  background-color: #0077b5;
}

#twitter:hover {
  background-color: #00aced;
}

#instagram:hover {
  background-color: #d93175;
}

/*---------------Heading Headlines---------------*/
.bottom-header-service {
  color: white;
  position: static;
  display: block;
  padding: 19px 0 18px;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1;
  width: 14.5%;
}

small {
  display: block;
  font-size: 0.625rem;
  padding-bottom: 1px;
}

.menu-positioning .dropdown-title {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 500;
  display: block;
  font-size: 2rem;
  line-height: 1.1;
}

/*---------------Still Bar Headlines---------------*/
.still-bar h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

/*---------------Service Headlines---------------*/
#services #service-title-left {
  font-size: 2.7rem;
  margin-top: 0;
  margin-bottom: -10px;
  color: #333645;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.4px;
  text-align: left;
  display: block;
}

#service-roof #service-title-right {
  display: none;
  margin-left: 20px;
  margin-bottom: 28px;
  vertical-align: middle;
}

#service-roof h3:hover {
  text-decoration: underline;
}

.service-box h3 {
  margin-bottom: 11px;
  padding-bottom: 10px;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
}

#view-our-work {
  color: #333645;
  font-weight: 600;
  font-size: 1.625rem;
  margin: 30px auto -70px;
  padding: 0 15px;
}

#view-our-work a:hover {
  text-decoration: underline;
}

/*---------------Welcome To Netmatters Headlines---------------*/
#welcome h2 {
  margin-top: -6px;
  margin-bottom: 40px;
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.4px;
}

#welcome h3 {
  margin-top: -6px;
  margin-bottom: 40px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.1;
}

/*---------------Articles Headlines---------------*/
#box h3 {
  display: none;
}

#box h3:hover {
  text-decoration: underline;
}

#news {
  font-weight: 600;
  font-size: 2.5rem;
  margin: 0;
  padding: 50px 0 0 0;
}

#box {
  display: flex;
  justify-content: space-between;
}

#news h2 {
  margin: 0;
  font-size: 2.25rem;
  font-weight: 600;
  color: #333645;
  line-height: 1.1;
  letter-spacing: 0.4px;
}

.article-desc h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 15px;
  color: #67809f;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.footnote .author strong {
  color: rgb(51, 54, 69);
  font-weight: 600;
}

#job .article-desc h4 {
  color: #4183d7;
}

#view-all {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 15px;
}

#view-all a {
  font-size: 1.625rem;
  font-weight: 600;
  color: #333645;
}

#view-all h5 {
  margin: 0 0 15px;
  display: block;
}

#view-all h5 a:hover {
  text-decoration: underline;
}

/*---------------Clients Headlines---------------*/
.client .description .box h3 {
  position: relative;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.4px;
  color: #fff;
  padding-bottom: 17px;
  margin: 0;
}

.client .description .box-xupes h3 {
  padding: 0;
}

/*---------------Footer Headlines---------------*/
footer #top-positioning #top-section p {
  margin-top: 24px;
  margin-bottom: 26px;
  display: block;
  line-height: 1.15;
  font-weight: 400;
  font-size: 1rem;
}

#top-section p {
  line-height: 1.1;
  letter-spacing: 0.4px;
}

footer .footer-menu h4 {
  font-size: 1rem;
  margin: 0 0 26px;
  font-weight: 400;
  line-height: 1.1;
}

/*---------------Header Nav---------------*/
.menu-positioning .dropdown-item {
  width: 33%;
  margin-top: 15px;
}

.menu-positioning .dropdown-item a {
  font-size: 1.2rem;
  line-height: 1.313rem;
  padding: 0.625rem 0.938rem 0.625rem 0;
  display: flex;
  align-items: center;
}

.menu-positioning .dropdown-item p {
  display: block;
  margin-left: 10px;
}

/*---------------Services Nav---------------*/
#services .service-box {
  padding: 30px;
  margin-top: 30px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 15px;
  box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: rgb(51, 54, 69);
  display: block;
}

.still-bar .overlay a:hover {
  background-color: #7e57a0;
  border-color: #7e57a0;
}

/*---------------Welcome To Netmatters Nav---------------*/
#welcome #intro a:hover {
  text-decoration: underline;
}

#citation a {
  color: white;
  font-weight: 600;
}

#citation a:hover {
  text-decoration: underline;
}

/*---------------Articles Nav---------------*/
.article-position .article-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
  text-decoration: none;
}

.image-holder a {
  background-color: #67809f;
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 0.75rem;
  padding: 0 10px;
  line-height: 1.438rem;
  text-transform: uppercase;
  z-index: 1;
  top: 10px;
}

.image-holder .image-tag:hover {
  text-decoration: underline;
}

#job .image-holder #special-tag {
  background-color: #4183d7;
}

#client-name {
  font-weight: 600;
}

/*---------------Footer Nav---------------*/
footer .footer-menu li {
  list-style-type: none;
  padding: 0;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  letter-spacing: 0.4px;
}

footer .footer-menu ul {
  margin: 0;
}

footer a:-webkit-any-link {
  color: white;
}

#floor-wrapper li {
  list-style-type: none;
}

footer ul li a:hover,
footer #floor-wrapper a:hover {
  text-decoration: underline;
}

/*---------------Header Navbar---------------*/
header #header-floor #bottom-header-one #search-first {
  background-color: rgba(0, 0, 0, 0.1);
  outline: 1px solid hsla(0, 0%, 100%, 0.2);
  border: 2px solid rgba(0, 0, 0, 0.1);
  transition: none;
  width: 100%;
  padding-right: 40px;
}

#bottom-header-one #search-first {
  display: inline-block;
}

.search-tray {
  height: 47px;
  padding: 5px 15px;
  background-image: none;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/*---------------Header Dropdown Menu---------------*/
#con-and-dev:hover {
  background-color: #67809f;
}

#it:hover {
  background-color: #4183d7;
}

#digital-marketing:hover {
  background-color: #2ecc71;
}

#telecom-services:hover {
  background-color: #d64541;
}

#web:hover {
  background-color: #926fb1;
}

#cyber-security:hover {
  background-color: #f62459;
}

#developer-course:hover {
  background-color: #ce4125;
}

#con-and-dev:hover .menu-tab:before {
  border-color: #67809f transparent transparent;
  border-width: 35px 68px 0;
  content: "";
  position: absolute;
  bottom: -48px;
  transform: translateX(-41%);
  z-index: 90;
  width: 0;
  height: 0;
  border-style: solid;
}

#it:hover .menu-tab:before {
  border-color: #4183d7 transparent transparent;
  border-width: 35px 68px 0;
  content: "";
  position: absolute;
  bottom: -35px;
  transform: translateX(-41%);
  top: 130%;
  z-index: 90;
  width: 0;
  height: 0;
  border-style: solid;
}

#digital-marketing:hover .menu-tab:before {
  border-color: #2ecc71 transparent transparent;
  border-width: 35px 68px 0;
  content: "";
  position: absolute;
  bottom: -35px;
  transform: translateX(-41%);
  top: 130%;
  z-index: 90;
  width: 0;
  height: 0;
  border-style: solid;
}

#telecom-services:hover .menu-tab:before {
  border-color: #d64541 transparent transparent;
  border-width: 35px 68px 0;
  content: "";
  position: absolute;
  bottom: -35px;
  transform: translateX(-42%);
  top: 130%;
  z-index: 90;
  width: 0;
  height: 0;
  border-style: solid;
}

#web:hover .menu-tab:before {
  border-color: #926fb1 transparent transparent;
  border-width: 35px 68px 0;
  content: "";
  position: absolute;
  bottom: -35px;
  transform: translateX(-39.5%);
  top: 130%;
  z-index: 90;
  width: 0;
  height: 0;
  border-style: solid;
}

#cyber-security:hover .menu-tab:before {
  border-color: #f62459 transparent transparent;
  border-width: 35px 68px 0;
  content: "";
  position: absolute;
  bottom: -35px;
  transform: translateX(-41%);
  top: 130%;
  z-index: 90;
  width: 0;
  height: 0;
  border-style: solid;
}

#developer-course:hover .menu-tab:before {
  border-color: #ce4125 transparent transparent;
  border-width: 35px 68px 0;
  content: "";
  position: absolute;
  top: 130%;
  transform: translateX(-41%);
  z-index: 90;
  width: 0;
  height: 0;
  border-style: solid;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  width: 100vw;
  text-transform: capitalize;
  left: 50%;
  transform: translateX(-50%);
  padding: 50px 0;
  z-index: 5;
}

#con-and-dev .dropdown-menu {
  background-color: #526781;
}

#it .dropdown-menu {
  background-color: #286abd;
}

#digital-marketing .dropdown-menu {
  background-color: #25a25a;
}

#telecom-services .dropdown-menu {
  background-color: #bc2c28;
}

#web .dropdown-menu {
  background-color: #79539a;
}

#cyber-security .dropdown-menu {
  background-color: #de093f;
}

#developer-course .dropdown-menu {
  background-color: #a3331d;
}

.menu-positioning {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: -15px auto 0 auto;
}

.menu-positioning::after {
  clear: both;
}

/*Header*/
@media (min-width: 768px) {
  #bottom-header-one {
    display: none;
  }
  #header-phone {
    display: none;
  }
  #bottom-header-two {
    display: flex;
    box-sizing: border-box;
  }
  #search-hidden {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    width: 174px;
    margin-top: auto;
    margin-bottom: auto;
    height: 56px;
  }
  #submit-hidden {
    outline: none;
    padding: 7px 20px 3px;
    height: 56px;
    font-size: 30px;
    border-radius: 0 3px 3px 0;
    border: none;
    vertical-align: bottom;
    background-color: #999aa2;
    color: #fff;
    align-self: center;
    line-height: normal;
  }
  #submit-hidden:hover {
    background-color: #84858f;
    border-color: #797a85;
    cursor: pointer;
  }
  #menu-and-hidden {
    display: flex;
    margin-left: 20px;
  }
  #menu-placement {
    margin-left: 20px;
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #submit-hidden a span {
    font-weight: 400;
    font-size: 23px;
    line-height: 1;
  }
  #heading {
    display: flex;
    justify-content: space-evenly;
  }
}
@media (min-width: 992px) and (max-width: 1259px) {
  #search-hidden {
    display: none;
  }
  #submit-hidden {
    border-radius: 3px;
  }
}
@media (min-width: 992px) {
  #support {
    display: block;
  }
  #contact {
    display: block;
  }
  header #top-header #netmatters {
    width: 41.66666667%;
    float: left;
  }
  #header-buttons {
    width: 58.33333333%;
  }
  #bottom-header-update {
    display: block;
  }
  .bottom-header-service:hover .dropdown-menu {
    display: block;
  }
  header,
  #heading {
    padding: 0;
  }
  #top-header {
    padding: 20px 15px;
  }
}
@media (min-width: 1260px) {
  #it:hover .menu-tab:before,
  #digital-marketing:hover .menu-tab:before,
  #telecom-services:hover .menu-tab:before,
  #web:hover .menu-tab:before,
  #cyber-security:hover .menu-tab:before,
  #developer-course:hover .menu-tab:before {
    border-width: 35px 83.5px 0;
    top: 160%;
    transform: translateX(-43%);
  }
  #con-and-dev:hover .menu-tab:before {
    border-width: 35px 83.5px 0;
  }
  header #top-header #netmatters {
    width: 33.33333333%;
    float: left;
  }
  #header-buttons {
    width: 66.66666667%;
  }
  #con-and-dev:hover .menu-tab:before {
    transform: translateX(-43%);
  }
  #web:hover .menu-tab:before {
    transform: translateX(-41%);
  }
}
/*Still-Bar*/
@media (max-width: 991px) {
  .still-bar .overlay {
    text-align: center;
  }
  .still-bar img {
    opacity: 0.5;
  }
}
@media (min-width: 553px) {
  .still-bar .overlay {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 896px) and (max-width: 991px) {
  .still-bar .overlay {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .still-bar .overlay h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
  .still-bar .overlay p {
    font-size: 1.625rem;
    line-height: 2.5rem;
  }
  .overlay {
    width: 970px;
    text-align: left;
    padding-top: 2rem;
    padding-bottom: 3.75rem;
  }
  .menu-positioning {
    width: 970px;
  }
  .still-bar img {
    opacity: 0.75;
  }
  .still-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, transparent 25%, rgba(0, 0, 0, 0.7));
  }
}
@media (min-width: 1260px) {
  .overlay,
  .menu-positioning {
    width: 1200px;
  }
}
@media (min-width: 1415px) {
  .still-bar img {
    width: 100%;
  }
}
/*Services*/
@media (min-width: 768px) {
  #service-roof #service-title-right {
    display: block;
    float: right;
    margin-left: 20px;
    font-size: 2.25rem;
    font-weight: 600;
    color: #333645;
    line-height: 1.1;
    letter-spacing: 0.4px;
  }
  #service-roof {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  #services-group-two {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  #services-group-two .service-box {
    display: flex;
    flex-direction: column;
  }
  #services-group-two .service-box h3 {
    margin-top: 0;
  }
  #view-our-work {
    display: none;
  }
  #services {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
  .service-box .service-button {
    max-width: fit-content;
    display: grid;
    justify-self: center;
    align-self: center;
  }
}
@media (min-width: 992px) {
  #services-group-one {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  #services-group-one .service-box {
    display: flex;
    flex-direction: column;
  }
  #services-group-one .service-box h3 {
    margin-top: 0;
  }
  #services {
    width: 970px;
  }
}
@media (max-width: 1259px) {
  #services #service-title-left {
    margin-bottom: 15px;
  }
}
@media (min-width: 1260px) {
  #services {
    width: 1200px;
  }
  #services-group-two {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #services #service-title-left {
    margin-top: 5px;
  }
}
/*Partners*/
/*Welcome To Netmatters*/
@media (max-width: 537px) {
  #lower-button {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  #why-us {
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #welcome-positioning {
    display: flex;
    flex-wrap: wrap;
  }
  .welcome-both {
    padding: 0 15px;
    width: 50%;
    float: left;
  }
  #lower-button {
    margin-top: 20px;
  }
  #why-us {
    display: block;
    width: 60%;
  }
}
@media (min-width: 1260px) {
  #why-us {
    width: 100%;
  }
  #lower-button {
    margin-top: 0px;
  }
}
/*Articles*/
@media (min-width: 768px) {
  #box h3 {
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
    display: block;
    font-size: 1.625rem;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-top: 0;
    color: #333645;
  }
  #box {
    display: flex;
  }
  #job-position {
    display: none;
  }
  #article-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .article-position {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  #view-all {
    display: none;
  }
  .article-desc h5 {
    min-height: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .article-desc .paragraph-sizing {
    min-height: 66px;
  }
}
@media (min-width: 1260px) {
  #job-position {
    display: block;
    width: 33.33333333%;
    float: left;
  }
  #software-position {
    width: 33.33333333%;
  }
  #ai-position {
    width: 33.33333333%;
  }
}
/*Clients*/
/*Footer*/
@media (max-width: 767px) {
  #top-positioning {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (min-width: 481px) {
  #socials a {
    max-width: fit-content;
  }
}
@media (min-width: 768px) {
  #bottom-positioning {
    flex-grow: 1;
  }
  .footer-menu {
    width: 50%;
    float: left;
  }
  #floor-link {
    list-style-type: "- ";
  }
  footer #floor-wrapper #floor-details {
    flex-direction: row;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .footer-menu {
    float: left;
    width: 25%;
  }
  .container {
    width: 970px;
  }
}
@media (min-width: 1260px) {
  #footer-positioning {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #top-positioning {
    width: 400px;
  }
  footer {
    padding: 47px 0 0;
  }
  .container {
    width: 1200px;
  }
}
/* Bug Fixes*/
/* Puts a red outline over every container so overlapping is visable (For bugfixing*/
/*
* {
    pointer-events: auto !important;
    background: rgba(255,0,0,0.1) !important;
} 
*/

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