:root {
  --dark-grey: #9e9e9e;
  --mds-red: #ea2227;
  --mds-white: white;
  --black: black;
  --gainsboro: #dadada;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navigation {
  z-index: 20;
  background-color: #000;
  width: 100%;
  height: 110px;
  position: sticky;
  top: 0;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content max-content max-content max-content;
  align-items: center;
}

.div-block {
  justify-content: flex-end;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 213px;
  display: flex;
}

.nav-logo-link-menu {
  margin-left: 5vw;
  margin-right: auto;
  padding: 0;
  display: block;
}

.nav-logo {
  object-position: 0% 50%;
  width: 180px;
  padding-top: 0;
}

.nav-link {
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: #ea2227;
  text-decoration: none;
}

.buttonsupport {
  background-color: var(--mds-red);
  color: var(--mds-white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  margin: auto 60px auto auto;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.buttonsupport:hover {
  color: #fff;
  background-color: #32343a;
}

.buttonsupport:active {
  background-color: #43464d;
}

.desktop_nav {
  z-index: 20;
  object-fit: fill;
  height: 100px;
  position: static;
  top: 0;
}

.navbar_small_text {
  color: #646464;
  background-color: #1d1d1d;
  border-left: 1px #fff;
  margin-right: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.navbar_small_text_border {
  color: #646464;
  background-color: #1d1d1d;
  border-left: 1px #fff;
  margin-right: 10px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.link-block {
  flex: 0 auto;
  text-decoration: none;
}

.link-block:hover {
  color: var(--mds-red);
}

.navlinkdropdown {
  color: #9e9e9e;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.navlinkdropdown:hover {
  color: #ea2227;
  text-decoration: none;
}

.icon {
  color: var(--dark-grey);
}

.dropdowntext {
  color: var(--dark-grey);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.dropdowntext:hover {
  color: var(--mds-red);
}

.dropdown-list {
  background-color: #ddd0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.dropdown-list.w--open {
  display: flex;
}

.dropdown-menu-content {
  background-color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 600px;
  margin-left: -144px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.dropdown-link {
  color: var(--mds-white);
  border-top: 1px #1a1a1a;
  border-bottom: 1px solid #141414;
  justify-content: space-between;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 10px;
  display: flex;
}

.bold-text {
  color: var(--dark-grey);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.bold-text:hover {
  color: var(--mds-red);
}

.dropdown-text-list-2 {
  border-left: 1px solid var(--mds-red);
  flex: 0 auto;
  padding-left: 60px;
  display: block;
}

.dropdown-text-list {
  border-left: 1px none var(--mds-red);
  flex: 0 auto;
  padding-left: 0;
  padding-right: 60px;
  display: block;
}

.mobile_nav, .fullscreenmenudiv {
  display: none;
}

.nav-link-mobile {
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav-link-mobile:hover {
  color: #ea2227;
  text-decoration: none;
}

.nav-link-mobile-dropdown {
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav-link-mobile-dropdown:hover {
  color: #ea2227;
  text-decoration: none;
}

.nav-link-mobile-2 {
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav-link-mobile-2:hover {
  color: #ea2227;
  text-decoration: none;
}

.nav-link-mobile-services {
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav-link-mobile-services:hover {
  color: #ea2227;
  text-decoration: none;
}

.language_eng {
  color: #646464;
  background-color: #1d1d1d;
  border-left: 1px #fff;
  margin-right: 10px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.mdslogo {
  max-height: 420px;
  padding-right: 0;
  display: block;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.heroimage {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-height: 420px;
  margin-right: 30px;
  display: flex;
}

.text-span {
  color: #ea2227;
  line-height: 70px;
}

.div-block-14 {
  border-bottom: 2px solid #ea2227;
  height: 2px;
  max-height: 2px;
  display: block;
}

.buttonintropart {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ea2227;
  border-radius: 40px;
  padding: 16px 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.buttonintropart:hover {
  color: #000;
  background-color: #fff;
}

.buttonintropart:active {
  background-color: #43464d;
}

.buttonintropart.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.buttonintropart.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #ea2227;
  border-radius: 50px;
  margin-left: 141px;
  line-height: 20px;
}

.buttonintropart.cc-jumbo-button.cc-jumbo-white:hover {
  color: #000;
  background-color: #f1f1f1;
}

.buttonintropart.cc-jumbo-button.cc-jumbo-white:active {
  color: #000;
  background-color: #e1e1e1;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  max-width: 800px;
  margin-top: auto;
  margin-bottom: 100px;
}

.introtitle {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
}

.homepageintro {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#000, #0000), url('../images/BG_header.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 540px;
  margin-bottom: 60px;
  padding-top: 0;
  display: flex;
}

.text-block-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-2:hover {
  color: #161515;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  text-align: left;
  width: 500px;
  font-family: Montserrat, sans-serif;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  text-align: center;
  background-color: #fff;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 27px;
}

.subheadlineintro {
  opacity: .6;
  text-align: left;
  width: 500px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.about-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
  / 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 80px;
  display: grid;
}

.homepagecontainer {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button_section {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ea2227;
  border-radius: 70px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button_section:hover {
  color: #fff;
  background-color: #32343a;
}

.button_section:active {
  background-color: #43464d;
}

.paragraphmainpage {
  opacity: 1;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.abouttitle {
  text-align: center;
  background-color: #0000;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.home-content-wrap {
  margin: 80px 20px 120px;
}

.label {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
  text-align: left;
}

.label.cc-light-copy {
  opacity: .6;
  text-align: center;
  opacity: .6;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.headingleft {
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

.heading_left {
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

.introtitlesub {
  color: var(--mds-white);
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 105px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
}

.label_top_left {
  opacity: .66;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.slider {
  background-color: #f3f3f3;
  height: 560px;
}

.icon-3 {
  background-color: #000;
}

.button-feature {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ea2227;
  border-radius: 20px;
  margin-top: 40px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-feature:hover {
  color: #fff;
  background-color: #32343a;
}

.button-feature:active {
  background-color: #43464d;
}

.features_slider {
  background-color: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-17 {
  max-width: 500px;
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feature-image-mask {
  width: 40%;
  margin-right: 40px;
}

.heading {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.feature-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.bold-text-2 {
  font-size: 30px;
  line-height: 10px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.slide {
  min-height: 728px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.resenja-i-servisi {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.paragraph_inside_slider {
  opacity: 1;
  text-align: left;
  width: 439px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.heading-copy {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.label_top_center {
  opacity: .66;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
}

.header_slider {
  font-size: 30px;
  line-height: 10px;
}

.newstitle {
  text-align: center;
  background-color: #0000;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.newscontentwrap {
  margin: 80px 20px 120px;
}

.newsdiv {
  background-color: #f3f3f3;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-6 {
  padding-right: 0;
}

.newstext {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 55%;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.textnewstitle {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  padding: 20px 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.textinsidenews {
  color: #6d6e72;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.textnewslink {
  color: var(--mds-red);
  text-align: center;
  margin-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
}

.news-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 20px;
  display: grid;
}

.button_news {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin: auto auto 40px;
  padding: 6px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button_news:hover {
  background-color: var(--dark-grey);
  color: #fff;
}

.button_news:active {
  background-color: #43464d;
}

.text-block-4 {
  font-size: 10px;
}

.button_archive_news {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ea2227;
  border-radius: 70px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: block;
}

.button_archive_news:hover {
  color: #fff;
  background-color: #32343a;
}

.button_archive_news:active {
  background-color: #43464d;
}

.kursevigrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
  / 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 80px;
  display: grid;
}

.butto-kursevi {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ea2227;
  border-radius: 70px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.butto-kursevi:hover {
  color: #fff;
  background-color: #32343a;
}

.butto-kursevi:active {
  background-color: #43464d;
}

.kurseviwrap {
  margin-bottom: 30px;
}

.kursevi_title {
  text-align: center;
  background-color: #0000;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-3 {
  text-align: center;
  background-image: url('../images/STRIPE_BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  width: 100%;
  height: 200px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #000;
  background-image: radial-gradient(circle, #0000, #000), url('../images/Grid.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-left: 0;
  margin-right: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.buttonwhite {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ea2227;
  border-radius: 20px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.buttonwhite:hover {
  color: #fff;
  background-color: #32343a;
}

.buttonwhite:active {
  background-color: #43464d;
}

.buttonwhite.whitebutton-copy {
  text-align: right;
  background-color: #ea2227;
  border-radius: 30px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 20px;
}

.heading-jumbo-small-copy {
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border-radius: 50px;
  max-width: 700px;
  margin: 40px auto 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

.text-block-2-copy {
  color: #fff;
}

.cta-wrap {
  opacity: 1;
  text-align: center;
  background-color: #0000;
  border-radius: 300px;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.sectionhire {
  margin-left: 30px;
  margin-right: 30px;
}

.sectionhire.cc-cta {
  background-color: #000;
  background-image: radial-gradient(circle, #0000, #000), url('../images/Grid.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-left: 0;
  margin-right: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.imagedivider {
  text-align: center;
  background-image: url('../images/STRIPE_BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  width: 100%;
  height: 200px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.kontaktslika {
  width: 400px;
}

.kontaktgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
  / .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 80px;
  display: grid;
}

.section-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-top: 171px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.socialmediayt {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ea2227;
  background-image: url('../images/LinkedIn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  border-radius: 6px;
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 40px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.socialmediayt:hover {
  color: #fff;
  background-color: #32343a;
}

.socialmediayt:active {
  background-color: #43464d;
}

.socialmedia {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ea2227;
  background-image: url('../images/YT.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  border-radius: 6px;
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 40px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.socialmedia:hover {
  color: #fff;
  background-color: #32343a;
}

.socialmedia:active {
  background-color: #43464d;
}

.dropdown-list-4 {
  color: #fff;
  background-color: #18181d;
  padding-top: 8px;
  padding-bottom: 8px;
  position: absolute;
}

.navbar {
  z-index: 100;
  background-color: var(--black);
  border-bottom: 1px solid #ebedee;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 8px;
  display: none;
  position: sticky;
  top: 0;
}

.dropdown {
  flex: none;
}

.dropdown-link-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
}

.dropdown-link-2:hover {
  background-color: #000;
}

.dropdown-link-2.w--current {
  opacity: .7;
  color: #fff;
}

.nav-kit-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.dropdown-toggle-2 {
  align-items: center;
  padding: 21px 20px;
  display: flex;
}

.kit-arrow-dropdown {
  opacity: .4;
}

.prospero-brand {
  background-image: url('../images/MDS_LOGO.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 200px;
  margin-right: 24px;
}

.prospero-brand.w--current {
  flex: none;
}

.dropdown-wrap {
  display: flex;
}

.nav-menu {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.menu-icon-kit-nav {
  display: inline-block;
  position: absolute;
}

.prospero-nav-logo {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: block;
}

.prospero-link {
  opacity: .6;
  color: var(--mds-white);
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.nav-kit-divider {
  background-color: #ebedee;
  width: 1px;
  height: 22px;
  margin-right: 8px;
}

.menu-button-kit {
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 21px 18px;
  display: flex;
  overflow: hidden;
}

.menu-button-kit:hover, .menu-button-kit.w--open {
  background-color: #ebedee;
}

.menu-button-kit-nav {
  display: flex;
}

.menu-icon-swipe {
  color: var(--mds-white);
  display: inline-block;
  position: absolute;
}

.aboutusheader {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/AboutGrid.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-bottom: 60px;
  display: flex;
}

.heading-jumbo {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
}

.headingpagetitle {
  color: #fff;
  text-align: left;
  text-transform: none;
  text-shadow: 3px 3px 13px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
}

.motto-wrap {
  text-align: center;
  background-color: #0000;
  margin-bottom: 85px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-2-copy-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}

.quote2 {
  text-align: right;
  text-transform: none;
  background-color: #fff;
  border-radius: 0;
  max-width: 700px;
  margin: 10px auto 15px;
  padding: 40px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 35px;
  box-shadow: 6px 6px 0 2px #000;
}

.about_responsibility_wrap-copy {
  text-align: left;
  background-color: #f7f7f7;
  width: 100%;
  margin: 40px auto;
  padding: 40px 140px;
}

.about-story-wrap {
  text-align: center;
  width: 100%;
  margin: 60px auto 80px;
  padding-left: 100px;
  padding-right: 100px;
}

.partners_wrap {
  text-align: left;
  width: 80%;
  margin: 80px auto;
}

.headingsmaller {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: flex;
}

.image-8 {
  min-width: 80px;
  max-width: 150px;
}

.paragraphonama {
  opacity: 1;
  text-align: left;
  font-weight: 500;
}

.grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.headingresponsibility {
  text-align: center;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.headingcolumn {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  display: flex;
}

.quote {
  text-align: left;
  text-transform: none;
  background-color: #fff;
  border-radius: 0;
  max-width: 700px;
  margin: 10px auto 15px;
  padding: 40px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 35px;
  box-shadow: -6px -5px 0 2px #000;
}

.about_responsibility_wrap {
  text-align: left;
  width: 80%;
  margin: 80px auto;
}

.list-copy {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: flex;
}

.paragraph-light-copy {
  opacity: 1;
  text-align: center;
  font-weight: 500;
}

.grid-2-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.titlelicences {
  opacity: 1;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.columnheadline {
  text-align: left;
  width: 80%;
  margin: 20px auto;
}

.paragraphcontactlight {
  opacity: 1;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.licences-part {
  background-color: #ebebeb;
  border-radius: 100px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.subtitlelicences {
  opacity: 1;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.divider-copy {
  background-color: #ea2227;
  height: 2px;
  margin-top: 40px;
}

.textinnerpage_aboutus {
  opacity: 1;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.list-copy-copy {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 400px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.textinnerpage_aboutuscenter {
  opacity: 1;
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.headingspecialaboutus {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: flex;
}

.features_intro {
  background-color: #f4f4f4;
  background-image: linear-gradient(to bottom, black, var(--black) 0%, #0000), url('../images/HeaderBg5.jpg');
  color: #fff;
  background-position: 0 0, 50% 27%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-bottom: 60px;
  display: flex;
}

.servicesheader {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#000, #0c0c0c00), url('../images/HeaderBg5.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-bottom: 100px;
  display: flex;
}

.bold-text-3 {
  text-shadow: none;
}

.grid-3 {
  grid-column-gap: 100px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.featurespagelinks {
  width: 100%;
  text-decoration: none;
}

.boxingrid {
  background-color: #e9e9e9;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
  margin-top: 0;
  margin-bottom: 10px;
  transition: background-color .4s;
  display: flex;
}

.boxingrid:hover {
  background-color: #000;
}

.textinbox {
  color: #ea2227;
  text-align: center;
  margin-top: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  text-decoration: none;
}

.textinboxsmaller {
  color: #919191;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #8d8d8d;
  margin-top: 44px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 13px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 10px;
  text-decoration: none;
}

.divider {
  border-top: 2px solid #000;
  width: 100%;
  margin: 40px auto 47px;
}

.textinbox-2 {
  color: #ea2227;
  text-align: center;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 36px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  text-decoration: none;
}

.textinboxsmaller-2 {
  color: #919191;
  text-align: center;
  border-top: 1px solid #8d8d8d;
  margin-top: 44px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 13px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 42px;
  text-decoration: none;
}

.featuresgrid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.featurestext {
  font-weight: 600;
}

.div-block-15-copy {
  background-color: #e9e9e9;
  flex-direction: column;
  justify-content: space-between;
  height: 250px;
  margin-top: 0;
  margin-bottom: 10px;
  transition: background-color .4s;
  display: flex;
}

.div-block-15-copy:hover {
  background-color: #000;
}

.contact_intro {
  background-color: #f4f4f4;
  background-image: linear-gradient(to bottom, black, var(--black) 0%, #0000), url('../images/HeaderBg3.jpg');
  color: #fff;
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-bottom: 60px;
  display: flex;
}

.contactusheader {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#000, #0000), url('../images/HeaderBg3.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.contact_ways_button {
  background-color: var(--gainsboro);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.textcontactbutton {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.mailcontactbutton {
  background-color: var(--mds-red);
  background-image: url('../images/mailicon_1mailicon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  min-width: 80px;
  min-height: 80px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
}

.mailcontactbutton:hover {
  background-color: var(--black);
}

.phonecontactbutton {
  background-color: var(--mds-red);
  background-image: url('../images/phone_1phone.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  min-width: 80px;
  min-height: 80px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
}

.phonecontactbutton:hover {
  background-color: var(--black);
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mapsicon {
  background-color: var(--mds-red);
  background-image: url('../images/pngwing.com-1_1pngwing.com (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 4px;
  min-width: 80px;
  min-height: 80px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
}

.mapsicon:hover {
  background-color: var(--black);
}

.radno-vreme, .contact-forma {
  background-color: #f0f0f0;
  margin-bottom: 10px;
  padding: 20px;
}

.div-block-20 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.paragraphhours {
  opacity: 1;
  text-align: left;
  text-transform: none;
  padding-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.html-embed {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.contactheadingtxt {
  color: #fff;
  text-align: left;
  text-transform: none;
  text-shadow: 3px 3px 13px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
}

.suggestionbutton {
  background-color: var(--gainsboro);
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.textinnerpage_suggestion {
  opacity: 1;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contactsuggestionwrap {
  text-align: left;
  background-color: #f7f7f7;
  width: 100%;
  margin: 40px auto;
  padding: 40px 140px;
}

.career_header {
  background-color: #f4f4f4;
  background-image: linear-gradient(to bottom, black, var(--black) 0%, #0000), url('../images/HeaderBg3.jpg');
  color: #fff;
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-bottom: 60px;
  display: flex;
}

.joblistingdiv {
  text-align: center;
  border-top: .2px #000;
  border-bottom: .2px solid #000;
  flex-direction: column;
  justify-content: space-around;
  width: 70%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.joblistingdiv.hidden {
  display: none;
}

.columns-3 {
  border: 1px #000;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.column-2 {
  display: flex;
}

.joblistingtext {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: block;
}

.joblistingtextsmall {
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.buttonjobad {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ea2227;
  border-radius: 60px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.buttonjobad:hover {
  color: #fff;
  background-color: #32343a;
}

.buttonjobad:active {
  background-color: #43464d;
}

.jobwrap {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  margin: 60px auto 80px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: static;
}

.link-block-4 {
  text-decoration: none;
}

.newstext-2 {
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.gridnews {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.news_intro {
  background-color: #f4f4f4;
  background-image: linear-gradient(to bottom, black, var(--black) 0%, #0000), url('../images/AboutGrid.jpg');
  color: #fff;
  background-position: 0 0, 50% 61%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-bottom: 60px;
  display: flex;
}

.servicestitle {
  color: #fff;
  text-align: left;
  text-transform: none;
  text-shadow: 3px 3px 13px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 43px;
}

.enterprisenetinf_header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/AboutGrid.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-bottom: 0;
  display: flex;
}

.services_intro_text {
  opacity: 1;
  text-align: left;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.services_intro_text.unbold {
  color: #3339;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
}

.services_intro_text.unbold.allign-right {
  text-align: left;
}

.servicesregulartext {
  opacity: 1;
  color: #3339;
  text-align: left;
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.serviceswrap {
  text-align: center;
  width: 100%;
  margin: 40px auto 80px;
  padding-left: 100px;
  padding-right: 100px;
}

.listinservices {
  text-align: left;
  margin-top: 20px;
  padding-left: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  list-style-type: square;
}

.headingservices {
  border-top: 2px solid var(--mds-red);
  text-align: left;
  margin-bottom: 40px;
  padding-top: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.subheadingservices {
  border-top: 2px none var(--mds-red);
  background-color: var(--mds-red);
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.gridsolutions {
  grid-template-rows: auto;
}

.iteminservices {
  text-align: center;
  background-color: #e7e7e7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  display: flex;
}

.iteminservices:hover {
  background-color: #ea2227;
}

.serviceicontextdown {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  line-height: 28px;
}

.serviceicontextdown2 {
  text-align: left;
  flex: 1;
  padding-top: 27px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.paragraph {
  text-align: left;
}

.paragraph-in-item {
  text-align: justify;
  margin-bottom: 20px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.paragraph-in-item.justifyleft {
  text-align: left;
}

.headinginitem {
  text-align: left;
  border-bottom: 2px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.list-item {
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 25px;
}

.gridsolutionsthree {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
  justify-content: space-between;
  justify-items: stretch;
}

.iteminservicesonlytitle {
  text-align: center;
  background-color: #e7e7e7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px 40px;
  display: flex;
}

.iteminservicesonlytitle:hover {
  background-color: #ea2227;
}

.headinginitemonlytitle {
  text-align: left;
  border-bottom: 2px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
}

.gridsolutionssecurity {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.iteminservicessecurity {
  text-align: center;
  background-color: #e7e7e7;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.iteminservicessecurity:hover {
  background-color: #ea2227;
}

.headinginitemsecurity {
  text-align: left;
  border-bottom: 2px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.listeducation {
  text-align: left;
  background-color: #eee;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  padding: 20px 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.grid-5 {
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr .5fr;
  place-content: flex-start space-around;
  place-items: center start;
  margin-top: 10px;
  display: flex;
}

.texttable {
  text-align: left;
  flex: 1;
  justify-content: space-around;
  margin-left: 50px;
}

.grid-5-copy {
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr .5fr;
  place-content: flex-start space-around;
  place-items: center start;
  margin-top: 10px;
  display: flex;
}

.subheadingservicesvariant1 {
  border-top: 2px none var(--mds-red);
  background-color: var(--black);
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.iteminservicescloud {
  text-align: center;
  background-color: #e7e7e7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.iteminservicescloud:hover {
  background-color: #ea2227;
}

.linkblockcloud {
  color: var(--black);
  text-decoration: none;
}

.headingcloud {
  text-align: left;
  border-bottom: 2px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
}

.headinginitemmanaged {
  text-align: left;
  border-bottom: 2px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.gridwirelessmanaged {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.headinginitemmanagedsmaller {
  text-align: left;
  border-bottom: 2px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.buttontacmobile {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ea2227;
  border-radius: 40px;
  padding: 16px 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.buttontacmobile:hover {
  color: #000;
  background-color: #fff;
}

.buttontacmobile:active {
  background-color: #43464d;
}

.buttontacmobile.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.buttontacmobile.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #ea2227;
  border-radius: 50px;
  margin-left: 141px;
  line-height: 20px;
}

.buttontacmobile.cc-jumbo-button.cc-jumbo-white:hover {
  color: #000;
  background-color: #f1f1f1;
}

.buttontacmobile.cc-jumbo-button.cc-jumbo-white:active {
  color: #000;
  background-color: #e1e1e1;
}

.grid-6 {
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-21 {
  background-image: url('../images/Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.image-9 {
  display: block;
}

.footer-text {
  color: var(--dark-grey);
  justify-content: space-around;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 100px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.seemoreaddon {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border-top: 1px #8d8d8d;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 10px;
  text-decoration: none;
}

.column_security_2 {
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column_padding {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
}

.link-block-5 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.div-block-22 {
  text-align: center;
  background-color: #e7e7e7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-22:hover {
  background-color: #ea2227;
}

.text-inside {
  margin-left: 40px;
  margin-right: 40px;
  text-decoration: none;
}

.mdsred, .redtext {
  color: var(--mds-red);
}

.newssingleheader {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/AboutGrid.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-bottom: 0;
  display: flex;
}

.servicestitle-copy {
  color: #fff;
  text-align: center;
  text-transform: none;
  text-shadow: 3px 3px 13px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 43px;
}

.newslist {
  color: #3339;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  list-style-type: square;
}

.gallery {
  padding-top: 0;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.newswrap {
  text-align: center;
  width: 100%;
  margin: 40px auto 80px;
  padding-left: 100px;
  padding-right: 100px;
}

.newsintrotext {
  opacity: 1;
  text-align: left;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.gallery-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.jobad_1header {
  color: #fff;
  background-color: #020202;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-bottom: 0;
  display: flex;
}

.jobadlist {
  color: #3339;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  list-style-type: square;
}

.jobadsub {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 3px 3px 13px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.jobadtitle {
  color: #fff;
  text-align: left;
  text-transform: none;
  text-shadow: 3px 3px 13px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 43px;
}

.jobadimage {
  width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.text-span-2 {
  color: var(--mds-red);
  font-weight: 700;
}

.button-apply {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ea2227;
  border-radius: 20px;
  margin-bottom: 40px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: block;
}

.button-apply:hover {
  color: #fff;
  background-color: #32343a;
}

.button-apply:active {
  background-color: #43464d;
}

.button-apply.whitebutton-copy {
  text-align: right;
  background-color: #ea2227;
  border-radius: 30px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 20px;
}

.news-grid-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 60px;
  display: grid;
}

.button-news {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ea2227;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: inline-block;
}

.button-news:hover {
  color: #fff;
  background-color: #32343a;
}

.button-news:active {
  background-color: #43464d;
}

.button-news.whitebutton-copy {
  text-align: right;
  background-color: #ea2227;
  border-radius: 30px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 20px;
}

.news_inside_image {
  margin-top: 40px;
  margin-bottom: 40px;
}

.email_adress_image, .email_adress2_image {
  max-width: 60%;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.socialmediaig {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ea2227;
  background-image: url('../images/IG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  border-radius: 6px;
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.socialmediaig:hover {
  color: #fff;
  background-color: #32343a;
}

.socialmediaig:active {
  background-color: #43464d;
}

.jobad_1header-copy {
  color: #fff;
  background-color: #020202;
  justify-content: center;
  align-items: center;
  height: 130px;
  margin-bottom: 0;
  display: flex;
}

.veeam_embed {
  height: 900px;
}

.heading_left_promo {
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.promogrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
  / .5fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 80px;
  display: grid;
}

.promo_div {
  margin-right: 40px;
}

.newsimage {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-5 {
  color: var(--mds-red);
}

.notices {
  opacity: 1;
  color: #3339;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.gallery-grid-container-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.text-span-3 {
  color: #8a8a8a99;
}

.text-span-4 {
  font-size: 20px;
}

.body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: column;
  display: flex;
}

.body-2 {
  flex-flow: column;
  display: block;
}

.rich-text-block {
  text-align: left;
}

.services_intro_text-copy {
  opacity: 1;
  text-align: left;
  border-top: 1px solid #000;
  margin: 40px auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.services_intro_text-copy.unbold {
  color: #3339;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
}

.services_intro_text-copy.unbold.allign-right {
  text-align: left;
}

.jobad_1header-longer {
  color: #fff;
  background-color: #020202;
  justify-content: center;
  align-items: center;
  height: 160px;
  margin-bottom: 0;
  display: flex;
}

.gallery-grid-container-4-pics {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-grid-container-3-pics {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 20px;
  display: grid;
}

.grid-2-three {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: .25fr;
  align-items: center;
}

.img9 {
  min-width: 80px;
  max-width: 100px;
}

.smaller-pic {
  max-width: 44%;
}

.centered-container-copy {
  text-align: center;
  flex: 1;
}

.smaller-pic-copy {
  max-width: 87%;
}

.button_newspage {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ea2227;
  border-radius: 70px;
  margin-top: 24px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button_newspage:hover {
  color: #fff;
  background-color: #32343a;
}

.button_newspage:active {
  background-color: #43464d;
}

.bold-text-6 {
  font-size: 16px;
  font-weight: 600;
}

.icon-4 {
  color: #9e9e9e;
}

.bold-text-7 {
  color: #9e9e9e;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.bold-text-7:hover {
  color: #ea2227;
}

.nav-link-mobile-3 {
  color: #9e9e9e;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav-link-mobile-3:hover {
  color: #ea2227;
  text-decoration: none;
}

.nav-link-mobile-4 {
  color: #9e9e9e;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav-link-mobile-4:hover {
  color: #ea2227;
  text-decoration: none;
}

.dropdown-text-list-3 {
  border-left: 1px solid #ea2227;
  flex: 0 auto;
  padding-left: 60px;
  display: block;
}

.buttonsupport-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ea2227;
  border-radius: 20px;
  margin: auto 60px auto auto;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.buttonsupport-2:hover {
  color: #fff;
  background-color: #32343a;
}

.buttonsupport-2:active {
  background-color: #43464d;
}

.div-block-24 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.dropdown-list-5 {
  background-color: #ddd0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.dropdown-list-5.w--open {
  display: flex;
}

.nav-link-2 {
  color: #9e9e9e;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav-link-2:hover {
  color: #ea2227;
  text-decoration: none;
}

.dropdown-text-list-4 {
  border-left: 1px #ea2227;
  flex: 0 auto;
  padding-left: 0;
  padding-right: 60px;
  display: block;
}

.dropdown-link-3 {
  color: #fff;
  border-top: 1px #1a1a1a;
  border-bottom: 1px solid #141414;
  justify-content: space-between;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 10px;
  display: flex;
}

.nav-link-mobile-services-2 {
  color: #9e9e9e;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav-link-mobile-services-2:hover {
  color: #ea2227;
  text-decoration: none;
}

.div-block-28 {
  justify-content: flex-end;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 213px;
  display: flex;
}

.link-block-7 {
  flex: 0 auto;
  text-decoration: none;
}

.link-block-7:hover {
  color: #ea2227;
}

.dropdowntext-2 {
  color: #9e9e9e;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.dropdowntext-2:hover {
  color: #ea2227;
}

.dropdown-menu-content-2 {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 600px;
  margin-left: -144px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.grid-7 {
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.italic-text {
  text-align: left;
  font-weight: 700;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.slide-1 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-2 {
  max-width: 100%;
  min-height: 480px;
  max-height: 50%;
  display: block;
}

.slide-2 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  display: none;
}

.slide-3 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/5.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/6.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/7.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/8.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/9.jpg');
  background-position: 50%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 4;
    height: 100px;
    position: sticky;
  }

  .buttonsupport {
    justify-content: center;
  }

  .desktop_nav {
    display: none;
  }

  .mobile_nav {
    background-color: #000;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .logomobileblock {
    z-index: 1;
    margin: auto auto auto 5vw;
    display: flex;
    position: relative;
  }

  .div-block-5 {
    align-items: center;
    width: 20vw;
    padding-top: 10px;
  }

  .div-block-6 {
    z-index: 1;
    background-color: var(--mds-white);
    border-radius: 8px;
    width: 56px;
    height: 56px;
    max-height: 56px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
    padding: 20px;
    position: static;
  }

  .logoburgermenu {
    z-index: 7;
    flex-wrap: nowrap;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin: 10px 5vw 10px auto;
    display: block;
    position: relative;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .fullscreenmenudiv {
    z-index: 5;
    object-fit: fill;
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .image {
    z-index: 1;
  }

  .div-block-8 {
    flex-direction: row;
    margin: auto auto 10vh 69px;
    display: flex;
  }

  .nav-link-mobile {
    margin-left: 59px;
    font-size: 21px;
    line-height: 35px;
    display: flex;
  }

  .logoboxmenumob {
    flex-direction: column;
    align-items: stretch;
    width: 49vw;
    margin: auto auto auto 20px;
    display: none;
  }

  .divmenumobile {
    flex-direction: column;
    justify-content: center;
    margin-top: 30vw;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .dropdownmobilemenu {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .text-block {
    width: 57vw;
    text-decoration: none;
  }

  .dropdown-list-3 {
    flex-direction: row;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .link-block-2 {
    color: var(--dark-grey);
    text-decoration: none;
  }

  .iconmobile {
    background-color: var(--dark-grey);
    color: var(--black);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 31px;
    display: flex;
    position: static;
  }

  .iconmobile:hover {
    background-color: var(--mds-red);
  }

  .link-block-2-copy {
    color: var(--dark-grey);
    width: 470px;
    height: 110px;
    text-decoration: none;
    display: flex;
  }

  .linkmobilemenudropdown {
    color: var(--dark-grey);
    width: 64px;
    height: 64px;
    margin-right: 0;
    text-decoration: none;
  }

  .nav-link-mobile-dropdown {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
    display: flex;
    position: absolute;
    inset: auto 50% 49% 297px;
  }

  .nav-link-mobile-2 {
    margin-left: 59px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
    font-size: 21px;
    line-height: 12px;
    display: flex;
  }

  .div-block-9 {
    object-fit: fill;
    display: flex;
    position: static;
    left: 305px;
  }

  .link-block-3 {
    width: 32px;
    height: 32px;
    margin-top: 0;
    text-decoration: none;
    position: static;
    bottom: 676.531px;
    left: 304px;
  }

  .drowpdowncontent {
    background-color: #181818;
    width: 100vw;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .div-block-10 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .nav-link-mobile-services {
    text-transform: uppercase;
    margin-left: 59px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    display: flex;
  }

  .language_eng {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 8px;
    font-weight: 700;
  }

  .div-block-11 {
    padding-right: 30px;
  }

  .div-block-12 {
    border-left: 1px solid var(--mds-red);
  }

  .image-2 {
    background-color: var(--mds-white);
    border-radius: 3px;
    width: 64px;
    height: 64px;
    padding: 20px 10px;
    display: block;
  }

  .image-2:active {
    background-color: var(--mds-red);
  }

  .intro-text {
    width: auto;
  }

  .heroimage {
    width: 260px;
  }

  .buttonintropart {
    justify-content: center;
  }

  .intro-content {
    width: 74%;
  }

  .intro-content.cc-homepage {
    width: 50%;
    margin-left: 20px;
  }

  .introtitle {
    font-size: 42px;
    line-height: 60px;
  }

  .subheadlineintro {
    width: 330px;
    font-size: 18px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .button_section {
    justify-content: center;
  }

  .introtitlesub {
    margin-left: 0;
    font-size: 42px;
    line-height: 60px;
  }

  .button-feature {
    justify-content: center;
  }

  .div-block-17 {
    max-width: 500px;
  }

  .feature-section {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .paragraph_inside_slider {
    width: 350px;
    font-size: 12px;
  }

  .header_slider {
    font-size: 20px;
  }

  .news-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .button_news, .button_archive_news {
    justify-content: center;
  }

  .kursevigrid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .butto-kursevi {
    justify-content: center;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-text {
    width: auto;
  }

  .buttonwhite {
    justify-content: center;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .sectionhire.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .kontaktgrid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .socialmediayt, .socialmedia {
    justify-content: center;
  }

  .navbar {
    padding: 6px 5px 6px 24px;
    display: block;
  }

  .dropdown {
    background-color: #fff;
  }

  .dropdown-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-kit-wrap {
    flex: 1;
  }

  .dropdown-toggle-2 {
    padding: 20px;
  }

  .dropdown-wrap {
    justify-content: space-between;
    display: flex;
  }

  .nav-menu {
    border-bottom: 1px solid #ebedee;
    width: 100%;
  }

  .nav-kit-divider {
    display: none;
  }

  .menu-button-kit-nav {
    width: 50px;
    height: 50px;
    padding: 18px 15px;
  }

  .aboutusheader {
    height: 180px;
  }

  .heading-jumbo {
    text-align: center;
    font-size: 45px;
    line-height: 49px;
  }

  .headingpagetitle {
    text-align: center;
    font-size: 80px;
    line-height: 49px;
  }

  .grid-2-copy-copy {
    grid-column-gap: 50px;
  }

  .about-story-wrap {
    margin-top: 40px;
  }

  .image-8 {
    width: 100%;
  }

  .paragraphcontactlight {
    font-size: 12px;
  }

  .list-copy-copy {
    padding-left: 242px;
    font-size: 18px;
    line-height: 25px;
  }

  .features_intro {
    height: 180px;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .featuresgrid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-4, .featurestext {
    font-size: 60px;
  }

  .contact_intro {
    height: 180px;
    margin-bottom: 20px;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .radno-vreme, .contact-forma {
    margin-bottom: 20px;
  }

  .paragraphhours {
    font-size: 12px;
  }

  .contactheadingtxt {
    text-align: center;
    font-size: 60px;
    line-height: 49px;
  }

  .textinnerpage_suggestion {
    margin-bottom: 40px;
  }

  .contactsuggestionwrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .career_header {
    height: 180px;
    margin-bottom: 20px;
  }

  .joblistingdiv {
    align-content: space-around;
    width: 100%;
  }

  .buttonjobad {
    justify-content: center;
  }

  .jobwrap {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .gridnews {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .news_intro {
    height: 180px;
  }

  .servicestitle {
    text-align: left;
    font-size: 50px;
    line-height: 49px;
  }

  .enterprisenetinf_header {
    height: 180px;
  }

  .serviceswrap {
    margin-top: 40px;
  }

  .iteminservices {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .headinginitem {
    font-size: 30px;
    line-height: 32px;
  }

  .gridsolutionsthree {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr .25fr;
    display: flex;
  }

  .iteminservicesonlytitle {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .headinginitemonlytitle {
    font-size: 30px;
    line-height: 32px;
  }

  .gridsolutionssecurity {
    flex-direction: column;
    display: flex;
  }

  .iteminservicessecurity {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .headinginitemsecurity {
    font-size: 30px;
    line-height: 32px;
  }

  .iteminservicescloud {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .headingcloud, .headinginitemmanaged {
    font-size: 30px;
    line-height: 32px;
  }

  .gridwirelessmanaged {
    flex-direction: column;
    display: flex;
  }

  .headinginitemmanagedsmaller {
    font-size: 14px;
    line-height: 20px;
  }

  .buttontacmobile {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 60px;
  }

  .newssingleheader {
    height: 180px;
  }

  .servicestitle-copy {
    text-align: left;
    font-size: 50px;
    line-height: 49px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .newswrap {
    margin-top: 40px;
  }

  .jobad_1header {
    height: 180px;
  }

  .jobadsub {
    text-align: left;
    font-size: 20px;
    line-height: 49px;
  }

  .jobadtitle {
    text-align: left;
    font-size: 40px;
    line-height: 49px;
  }

  .button-apply {
    justify-content: center;
  }

  .news-grid-page {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .button-news, .socialmediaig {
    justify-content: center;
  }

  .jobad_1header-copy {
    height: 180px;
  }

  .promogrid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .promo_div {
    margin-right: 0;
  }

  .newsimage {
    width: 75%;
    margin-top: 0;
  }

  .gallery-grid-container-copy {
    align-self: stretch;
  }

  .jobad_1header-longer {
    height: 180px;
  }

  .gallery-grid-container-4-pics, .gallery-grid-container-3-pics {
    align-self: stretch;
  }

  .grid-2-three {
    grid-column-gap: 50px;
  }

  .img9 {
    width: 100%;
  }

  .button_newspage {
    justify-content: center;
  }

  .div-block-23 {
    align-items: center;
    width: 20vw;
    padding-top: 10px;
  }

  .nav-link-mobile-3 {
    margin-left: 59px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
    font-size: 21px;
    line-height: 12px;
    display: flex;
  }

  .image-10 {
    z-index: 1;
  }

  .nav-link-mobile-4 {
    margin-left: 59px;
    font-size: 21px;
    line-height: 35px;
    display: flex;
  }

  .buttonsupport-2 {
    justify-content: center;
  }

  .iconmobile-2 {
    color: #000;
    background-color: #9e9e9e;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 31px;
    display: flex;
    position: static;
  }

  .iconmobile-2:hover {
    background-color: #ea2227;
  }

  .link-block-6 {
    width: 32px;
    height: 32px;
    margin-top: 0;
    text-decoration: none;
    position: static;
    bottom: 676.531px;
    left: 304px;
  }

  .div-block-25 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .div-block-26 {
    flex-direction: row;
    margin: auto auto 10vh 69px;
    display: flex;
  }

  .nav-link-mobile-services-2 {
    text-transform: uppercase;
    margin-left: 59px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    display: flex;
  }

  .div-block-27 {
    border-left: 1px solid #ea2227;
  }

  .image-11 {
    background-color: #fff;
    border-radius: 3px;
    width: 64px;
    height: 64px;
    padding: 20px 10px;
    display: block;
  }

  .image-11:active {
    background-color: #ea2227;
  }

  .div-block-29 {
    padding-right: 30px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    height: 100px;
    position: sticky;
  }

  .mobile_nav {
    z-index: 20;
    padding-top: 8px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .logomobileblock {
    z-index: 1;
    width: 150px;
    height: 85px;
    display: flex;
  }

  .div-block-5 {
    width: 20vw;
    padding-top: 0;
    display: flex;
  }

  .div-block-6 {
    width: 10vw;
  }

  .logoburgermenu {
    z-index: 21;
    position: relative;
  }

  .fullscreenmenudiv {
    z-index: 5;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: stretch;
    margin-left: auto;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .image {
    display: block;
  }

  .nav-link-mobile {
    font-size: 21px;
    line-height: 40px;
  }

  .logoboxmenumob {
    width: 163px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .divmenumobile {
    justify-content: flex-start;
    margin-top: 2px;
  }

  .nav-link-mobile-2 {
    font-size: 21px;
    line-height: 40px;
  }

  .link-block-3 {
    margin-left: 10px;
  }

  .drowpdowncontent {
    display: none;
  }

  .nav-link-mobile-services {
    margin-left: 40px;
  }

  .mdslogo {
    position: static;
  }

  .intro-text {
    flex-direction: column;
    display: flex;
  }

  .heroimage {
    margin-right: 0;
  }

  .intro-content {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .intro-content.cc-homepage {
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .introtitle {
    text-align: center;
    font-size: 50px;
    line-height: 64px;
  }

  .homepageintro {
    flex-direction: column-reverse;
    height: 870px;
    display: flex;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .subheadlineintro {
    text-align: center;
    width: 288px;
  }

  .homepagecontainer {
    text-align: center;
  }

  .headingleft, .heading_left {
    font-size: 30px;
    line-height: 52px;
  }

  .introtitlesub {
    text-align: center;
    margin-left: 0;
    font-size: 50px;
    line-height: 64px;
  }

  .slider {
    height: 597px;
  }

  .div-block-17 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container {
    text-align: center;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-section {
    width: 420px;
    padding: 40px 20px;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-container {
    flex-direction: column;
    align-items: center;
  }

  .paragraph_inside_slider, .heading-copy {
    text-align: center;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .heading-jumbo-small-copy {
    font-size: 30px;
    line-height: 52px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sectionhire {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sectionhire.cc-cta {
    padding: 15px;
  }

  .section-footer {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .socialmediayt, .socialmedia {
    margin-left: 20px;
    margin-right: 20px;
  }

  .navbar {
    padding-left: 20px;
  }

  .dropdown-link-2, .dropdown-toggle-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prospero-brand {
    padding-left: 0;
  }

  .prospero-nav-logo {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }

  .heading-jumbo, .headingpagetitle {
    font-size: 50px;
    line-height: 64px;
  }

  .quote2 {
    font-size: 30px;
    line-height: 52px;
  }

  .about_responsibility_wrap-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-story-wrap {
    width: 100%;
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .quote {
    font-size: 30px;
    line-height: 52px;
  }

  .about_responsibility_wrap {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-2-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .columnheadline {
    width: 100%;
  }

  .paragraphcontactlight {
    text-align: left;
  }

  .list-copy-copy {
    padding-left: 165px;
    font-size: 16px;
    line-height: 25px;
  }

  .grid-3 {
    flex-direction: column;
    display: flex;
  }

  .featuresgrid {
    text-align: center;
  }

  .contact_intro {
    margin-bottom: 40px;
  }

  .textcontactbutton {
    font-size: 17px;
    line-height: 40px;
  }

  .paragraphhours {
    text-align: left;
  }

  .contactheadingtxt {
    font-size: 50px;
    line-height: 64px;
  }

  .contactsuggestionwrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .career_header {
    margin-bottom: 40px;
  }

  .jobwrap {
    width: 100%;
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .gridnews {
    flex-direction: column;
    display: flex;
  }

  .servicestitle {
    font-size: 50px;
    line-height: 64px;
  }

  .serviceswrap {
    width: 100%;
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .listinservices {
    padding-left: 20px;
  }

  .gridsolutions, .gridsolutionsthree {
    flex-direction: column;
    display: flex;
  }

  .iteminservicesonlytitle {
    padding-left: 100px;
    padding-right: 100px;
  }

  .grid-5 {
    background-color: var(--gainsboro);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .texttable {
    text-align: center;
    margin-left: 0;
  }

  .grid-5-copy {
    background-color: var(--gainsboro);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .iteminservicescloud {
    padding-left: 100px;
    padding-right: 100px;
  }

  .buttontacmobile {
    margin-top: 40px;
    margin-left: 60px;
  }

  .grid-6 {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .footer-text {
    margin-left: 0;
  }

  .divtext {
    margin-bottom: 20px;
  }

  .servicestitle-copy {
    font-size: 47px;
    line-height: 55px;
  }

  .newslist {
    padding-left: 20px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .newswrap {
    width: 100%;
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .gallery-2 {
    padding: 40px 20px;
  }

  .jobadlist {
    padding-left: 20px;
  }

  .jobadsub {
    font-size: 10px;
    line-height: 55px;
  }

  .jobadtitle {
    font-size: 38px;
    line-height: 55px;
  }

  .socialmediaig {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading_left_promo {
    font-size: 30px;
    line-height: 52px;
  }

  .newsimage {
    width: 87%;
    margin-top: 0;
  }

  .gallery-grid-container-copy, .gallery-grid-container-4-pics, .gallery-grid-container-3-pics {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .div-block-23 {
    width: 20vw;
    padding-top: 0;
    display: flex;
  }

  .nav-link-mobile-3 {
    font-size: 21px;
    line-height: 40px;
  }

  .image-10 {
    display: block;
  }

  .nav-link-mobile-4 {
    font-size: 21px;
    line-height: 40px;
  }

  .link-block-6 {
    margin-left: 10px;
  }

  .nav-link-mobile-services-2 {
    margin-left: 40px;
  }

  .grid-7 {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    z-index: 20;
    position: sticky;
    top: 0;
  }

  .nav-logo-link-menu {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link, .navlinkdropdown {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile_nav {
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 8px;
    position: sticky;
  }

  .logomobileblock {
    z-index: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }

  .div-block-5 {
    width: 38vw;
    display: flex;
  }

  .div-block-6 {
    align-self: center;
    display: flex;
  }

  .logoburgermenu {
    z-index: 7;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 30px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .dropdown-list-2 {
    display: flex;
    inset: 0%;
  }

  .div-block-7 {
    background-color: var(--mds-red);
    flex-direction: column;
    width: 100vw;
    height: 100vw;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .fullscreenmenudiv {
    justify-content: space-between;
    display: none;
    position: fixed;
  }

  .image {
    flex: 0 auto;
  }

  .div-block-8 {
    margin-left: 10px;
  }

  .nav-link-mobile {
    border-top: 1px #c4c4c4;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .logoboxmenumob {
    width: 140px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-top: 0;
    display: flex;
  }

  .divmenumobile {
    justify-content: flex-start;
    margin-top: 0;
  }

  .nav-link-mobile-dropdown {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-mobile-2 {
    border-top: 1px #c4c4c4;
    margin-left: 10px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 30px;
  }

  .drowpdowncontent {
    display: none;
  }

  .nav-link-mobile-services {
    border-top: 1px #c4c4c4;
    margin-left: 10px;
    padding: 4px 10px;
    font-size: 11px;
    line-height: 11px;
  }

  .div-block-11 {
    width: 47vw;
  }

  .image-2 {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .intro-text {
    align-items: stretch;
    width: 260px;
  }

  .heroimage {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 180px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-span {
    line-height: 35px;
  }

  .intro-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-content.cc-homepage {
    flex-direction: column;
    width: 80%;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .introtitle {
    font-size: 30px;
    line-height: 35px;
  }

  .homepageintro {
    justify-content: space-between;
    height: 600px;
  }

  .paragraph-bigger.cc-bigger-light {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .subheadlineintro {
    flex-direction: column;
    align-items: center;
    width: 263px;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 29px;
    display: flex;
  }

  .label.cc-light-copy {
    font-size: 10px;
    line-height: 16px;
  }

  .heading_left {
    line-height: 40px;
  }

  .introtitlesub {
    margin-top: 0;
    margin-left: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-17 {
    max-width: 233px;
  }

  .heading {
    font-size: 28px;
    line-height: 30px;
  }

  .feature-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 230px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-container {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .paragraph_inside_slider {
    width: 200px;
    line-height: 16px;
  }

  .heading-copy {
    line-height: 24px;
  }

  .heading-jumbo-small-copy {
    font-size: 25px;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .socialmediayt, .socialmedia {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navbar {
    padding-left: 16px;
  }

  .dropdown-link-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-kit-wrap {
    flex: 1;
  }

  .dropdown-toggle-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button-kit-nav {
    width: 48px;
    height: 48px;
    padding: 17px 14px;
  }

  .aboutusheader {
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .headingpagetitle {
    font-size: 50px;
    line-height: 48px;
  }

  .grid-2-copy-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .quote2 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 20px;
    line-height: 25px;
  }

  .about_responsibility_wrap-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-story-wrap {
    width: 100%;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    width: 100%;
  }

  .grid-2 {
    grid-template-columns: .75fr 1fr 1fr;
    place-items: center;
  }

  .headingresponsibility {
    text-align: left;
  }

  .quote {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 20px;
    line-height: 25px;
  }

  .about_responsibility_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .licences-part {
    border-radius: 20px;
  }

  .list-copy-copy {
    padding-left: 70px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 28px;
  }

  .textinnerpage_aboutuscenter {
    margin-bottom: 40px;
  }

  .features_intro {
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

  .grid-3 {
    flex-direction: column;
    display: flex;
  }

  .bold-text-4, .featurestext {
    font-size: 50px;
    font-weight: 600;
  }

  .contact_intro {
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

  .textcontactbutton {
    text-align: left;
    margin-left: 10px;
    font-size: 14px;
  }

  .radno-vreme, .contact-forma {
    margin-bottom: 10px;
  }

  .contactheadingtxt {
    font-size: 38px;
    line-height: 48px;
  }

  .contactsuggestionwrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career_header {
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

  .columns-3 {
    flex-direction: column;
  }

  .joblistingtext {
    text-align: center;
    flex: 1;
  }

  .jobwrap {
    width: 100%;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gridnews {
    flex-direction: column;
    display: flex;
  }

  .news_intro {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

  .servicestitle {
    font-size: 36px;
    line-height: 38px;
  }

  .enterprisenetinf_header {
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

  .serviceswrap {
    width: 100%;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .listinservices {
    font-size: 16px;
    line-height: 25px;
  }

  .headingservices {
    text-align: left;
  }

  .subheadingservices {
    text-align: left;
    padding-left: 20px;
  }

  .gridsolutions {
    flex-direction: column;
    display: flex;
  }

  .headinginitem {
    font-size: 30px;
    line-height: 30px;
  }

  .list-item {
    margin-bottom: 10px;
  }

  .gridsolutionsthree {
    flex-direction: column;
    display: flex;
  }

  .iteminservicesonlytitle {
    padding-left: 20px;
  }

  .headinginitemonlytitle {
    font-size: 30px;
    line-height: 30px;
  }

  .gridsolutionssecurity {
    flex-direction: column;
    display: flex;
  }

  .headinginitemsecurity {
    font-size: 30px;
    line-height: 30px;
  }

  .grid-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subheadingservicesvariant1 {
    text-align: left;
    padding-left: 20px;
  }

  .iteminservicescloud {
    padding-left: 20px;
    padding-right: 20px;
  }

  .headingcloud {
    font-size: 27px;
    line-height: 30px;
  }

  .headinginitemmanaged {
    font-size: 30px;
    line-height: 30px;
  }

  .gridwirelessmanaged {
    flex-direction: column;
    display: flex;
  }

  .headinginitemmanagedsmaller {
    font-size: 14px;
    line-height: 20px;
  }

  .buttontacmobile {
    align-self: flex-start;
    margin: 20px 0 20px 20px;
  }

  .newssingleheader {
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

  .servicestitle-copy {
    font-size: 30px;
    line-height: 36px;
  }

  .newslist {
    font-size: 16px;
    line-height: 25px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .newswrap {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .newsintrotext {
    margin-bottom: 0;
  }

  .jobad_1header {
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

  .jobadlist {
    font-size: 16px;
    line-height: 25px;
  }

  .jobadsub {
    font-size: 10px;
    line-height: 36px;
  }

  .jobadtitle {
    font-size: 23px;
    line-height: 36px;
  }

  .jobadimage {
    padding-left: 0;
    padding-right: 0;
  }

  .button-apply {
    margin-left: 20px;
    margin-right: 20px;
  }

  .socialmediaig {
    margin-left: 10px;
    margin-right: 10px;
  }

  .jobad_1header-copy {
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

  .heading_left_promo {
    line-height: 40px;
  }

  .newsimage {
    width: 130%;
    margin-top: 40px;
  }

  .gallery-grid-container-copy {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .jobad_1header-longer {
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

  .gallery-grid-container-4-pics, .gallery-grid-container-3-pics {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-2-three {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .img9 {
    width: 100%;
  }

  .smaller-pic {
    max-width: 70%;
  }

  .centered-container-copy {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .smaller-pic-copy {
    max-width: 70%;
  }

  .div-block-23 {
    width: 38vw;
    display: flex;
  }

  .nav-link-mobile-3 {
    border-top: 1px #c4c4c4;
    margin-left: 10px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 30px;
  }

  .image-10 {
    flex: 0 auto;
  }

  .nav-link-mobile-4 {
    border-top: 1px #c4c4c4;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .nav-link-2 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-26 {
    margin-left: 10px;
  }

  .nav-link-mobile-services-2 {
    border-top: 1px #c4c4c4;
    margin-left: 10px;
    padding: 4px 10px;
    font-size: 11px;
    line-height: 11px;
  }

  .image-11 {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .div-block-29 {
    width: 47vw;
  }

  .container-2 {
    max-width: none;
  }

  .slider-2 {
    max-width: 100%;
    margin-top: 24px;
  }
}

#w-node-_557a632d-878b-e60b-ec2c-fa0ccdc48732-db58cbfb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d6a9e7e7-fcba-aedd-cd8b-2e187d994c44-db58cc09 {
  place-self: auto;
}

#w-node-d6a9e7e7-fcba-aedd-cd8b-2e187d994c4b-db58cc09, #w-node-d6a9e7e7-fcba-aedd-cd8b-2e187d994c86-db58cc09, #w-node-d6a9e7e7-fcba-aedd-cd8b-2e187d994c87-db58cc09, #w-node-d6a9e7e7-fcba-aedd-cd8b-2e187d994c88-db58cc09, #w-node-d6a9e7e7-fcba-aedd-cd8b-2e187d994c89-db58cc09, #w-node-d6a9e7e7-fcba-aedd-cd8b-2e187d994c8a-db58cc09, #w-node-d6a9e7e7-fcba-aedd-cd8b-2e187d994c90-db58cc09 {
  place-self: center;
}

#w-node-d6a9e7e7-fcba-aedd-cd8b-2e187d994c92-db58cc09, #w-node-d6a9e7e7-fcba-aedd-cd8b-2e187d994c93-db58cc09 {
  justify-self: center;
}

#w-node-_0fb7a0b8-60e6-fe51-465f-cad84e19bc91-db58cc09, #w-node-_0fb7a0b8-60e6-fe51-465f-cad84e19bc9a-db58cc09, #w-node-_0fb7a0b8-60e6-fe51-465f-cad84e19bca5-db58cc09, #w-node-_83734a62-395c-3dd3-c2d5-1aa25237c4a0-db58cc0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_557a632d-878b-e60b-ec2c-fa0ccdc48732-db58cc1b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a4ea7480-c45f-de3a-6e01-bfb69fd6a02f-db58cc1d {
  place-self: auto;
}

#w-node-a4ea7480-c45f-de3a-6e01-bfb69fd6a036-db58cc1d, #w-node-ab5067a3-9e36-3716-9c95-e870f910293a-db58cc1d, #w-node-ab5067a3-9e36-3716-9c95-e870f910293b-db58cc1d, #w-node-ab5067a3-9e36-3716-9c95-e870f910293c-db58cc1d, #w-node-ab5067a3-9e36-3716-9c95-e870f910293d-db58cc1d, #w-node-ab5067a3-9e36-3716-9c95-e870f910293e-db58cc1d, #w-node-e0d9a3b9-2498-4e67-e9fc-20c4f1e62ba3-db58cc1d {
  place-self: center;
}

#w-node-e0d9a3b9-2498-4e67-e9fc-20c4f1e62ba4-db58cc1d, #w-node-e0d9a3b9-2498-4e67-e9fc-20c4f1e62ba5-db58cc1d {
  justify-self: center;
}

#w-node-_83734a62-395c-3dd3-c2d5-1aa25237c4a0-db58cc31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b297fcd1-0fd7-3737-f5a9-739728f6db5d-db58cc85, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58cc86, #w-node-b297fcd1-0fd7-3737-f5a9-739728f6db5d-db58cc8a, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58cc8b, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58cc90, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58cc91, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58cc92, #w-node-_81030c87-3818-1fc8-79c3-ddcd75bd2442-db58cc93, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58cc94, #w-node-c5098f3f-da1a-3189-85e8-dd8516772959-db58cca6, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58cca7, #w-node-_37e6a5dd-1aa7-c2dd-c659-0f53b0b5ba28-db58cca8, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58cca9, #w-node-efdc3cba-770f-c262-30a9-e4725787d6ea-db58ccaa, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccae, #w-node-_3cbdefac-2469-5cc1-e348-db53da1d029b-db58ccaf, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccb0, #w-node-_8683e92f-2644-77c3-6d13-01653b76f71e-db58ccb1, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccb2, #w-node-f29ad028-e774-9eba-189b-e054e0b0680f-db58ccb3, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccb6, #w-node-ce3d6284-a7c5-0fc6-bef3-9f6904aea908-db58ccb7, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccb8, #w-node-_15eea6bd-dff2-7812-27ba-758f401d30d8-db58ccb9, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccba, #w-node-_8d508c21-5ea6-83e9-108c-f67af4ee4563-db58ccbb, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccbc, #w-node-_35b5f340-4ae7-9cc4-8f31-00b28571a04c-db58ccbd, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccbe, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccbf, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccc0, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccc1, #w-node-_460e599d-5a67-38c1-63cf-e6b38002286a-db58ccc2, #w-node-a5b97fbd-77a4-2b7f-3290-7b6186454cbc-db58ccc3, #w-node-_4a84560e-4027-4323-b4b6-75eaa3e324ed-db58ccc4, #w-node-eb390bc7-ee74-1f99-d1de-14871ceacd04-db58ccc5, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccc6, #w-node-_758c4cc5-549b-e31c-455f-a3003016aec5-db58ccc7, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccc8, #w-node-_625ecda9-8760-071e-3801-e634d6c233b8-db58ccc9, #w-node-_4f287122-2b2a-4e6b-e260-72efa0d534c0-db58ccd8, #w-node-_8c91f9d4-39c1-5b96-1969-905d72d4f859-db58ccd9 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_557a632d-878b-e60b-ec2c-fa0ccdc48732-db58cbfb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_83734a62-395c-3dd3-c2d5-1aa25237c4a0-db58cc0b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_557a632d-878b-e60b-ec2c-fa0ccdc48732-db58cc1b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_83734a62-395c-3dd3-c2d5-1aa25237c4a0-db58cc31 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b297fcd1-0fd7-3737-f5a9-739728f6db5d-db58cc85, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58cc86, #w-node-b297fcd1-0fd7-3737-f5a9-739728f6db5d-db58cc8a, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58cc8b, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58cc90, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58cc91, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58cc92, #w-node-_81030c87-3818-1fc8-79c3-ddcd75bd2442-db58cc93, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58cc94, #w-node-c5098f3f-da1a-3189-85e8-dd8516772959-db58cca6, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58cca7, #w-node-_37e6a5dd-1aa7-c2dd-c659-0f53b0b5ba28-db58cca8, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58cca9, #w-node-efdc3cba-770f-c262-30a9-e4725787d6ea-db58ccaa, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccae, #w-node-_3cbdefac-2469-5cc1-e348-db53da1d029b-db58ccaf, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccb0, #w-node-_8683e92f-2644-77c3-6d13-01653b76f71e-db58ccb1, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccb2, #w-node-f29ad028-e774-9eba-189b-e054e0b0680f-db58ccb3, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccb6, #w-node-ce3d6284-a7c5-0fc6-bef3-9f6904aea908-db58ccb7, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccb8, #w-node-_15eea6bd-dff2-7812-27ba-758f401d30d8-db58ccb9, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccba, #w-node-_8d508c21-5ea6-83e9-108c-f67af4ee4563-db58ccbb, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccbc, #w-node-_35b5f340-4ae7-9cc4-8f31-00b28571a04c-db58ccbd, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccbe, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccbf, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccc0, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccc1, #w-node-_460e599d-5a67-38c1-63cf-e6b38002286a-db58ccc2, #w-node-a5b97fbd-77a4-2b7f-3290-7b6186454cbc-db58ccc3, #w-node-_4a84560e-4027-4323-b4b6-75eaa3e324ed-db58ccc4, #w-node-eb390bc7-ee74-1f99-d1de-14871ceacd04-db58ccc5, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccc6, #w-node-_758c4cc5-549b-e31c-455f-a3003016aec5-db58ccc7, #w-node-_021a6350-7ea3-d317-bcba-09df34d75807-db58ccc8, #w-node-_625ecda9-8760-071e-3801-e634d6c233b8-db58ccc9, #w-node-_4f287122-2b2a-4e6b-e260-72efa0d534c0-db58ccd8, #w-node-_8c91f9d4-39c1-5b96-1969-905d72d4f859-db58ccd9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


