/*------------------------------CSS Normalize DO NOT REMOVE-----------------------------------*/
@import url("https://fonts.cdnfonts.com/css/helvetica-2");
* {
  box-sizing: border-box;
  transform: 0.1s;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*------------------------------CSS Normalize DO NOT REMOVE-----------------------------------*/
@font-face {
  font-family: "helvetica";
  src: url("../fonts/helvetica-300.ttf") format("truetype");
  font-weight: light;
  font-style: normal;
}
@font-face {
  font-family: "helvetica";
  src: url("../fonts/helvetica-400.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica";
  src: url("../fonts/helvetica-700.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/*------------------------------FONTS-----------------------------------*/
::-moz-selection {
  background: #f1582a;
  color: #ffffff;
}
::selection {
  background: #f1582a;
  color: #ffffff;
}

.hide {
  display: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  user-select: none;
  background: none;
  z-index: -1;
  display: none;
}

body {
  background-color: #28353d;
  color: #f6f6f6;
  font-family: "Helvetica";
}

header {
  width: 100%;
  height: 90px;
  padding: 0px 65px;
  background-color: #28353d;
  background-color: rgba(40, 53, 61, 0.24);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: fixed;
  z-index: 10;
}
@media (max-width: 992px) {
  header {
    padding: 0 20px;
  }
}
@media (max-width: 1080px) {
  header {
    max-height: 90px;
    height: 100%;
    padding: 0px 15px;
  }
}
header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: 100%;
}
header > div .logo span {
  display: block;
  cursor: pointer;
}
header > div .logo span img {
  max-width: 305px;
  width: 100%;
  min-width: 150px;
}
@media (max-width: 768px) {
  header > div .logo span img {
    max-width: 200px;
  }
}
header > div ul {
  display: flex;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  gap: 16px;
  align-items: center;
}
header > div ul li {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}
header > div ul li.active {
  color: #ff7f08;
}
header > div ul li:hover {
  color: #ff7f08;
}
header > div ul li.special {
  background-color: #ff7f08;
  padding: 0 28px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
header > div ul li.special:hover {
  color: #28353d;
  background-color: #ffffff !important;
  transition-duration: 500ms;
}
@media (max-width: 1080px) {
  header > div ul {
    display: none;
  }
}
header > div div.menu-toggle {
  background-color: transparent;
  border: none;
  height: 24px;
  padding: 0;
  position: relative;
  width: 26px;
  line-height: 1.15;
  cursor: pointer;
}
@media (min-width: 1081px) {
  header > div div.menu-toggle {
    display: none;
  }
}
header > div div.menu-toggle span {
  background-color: #ff7f20;
  display: flex;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
header > div div.menu-toggle span:nth-of-type(1) {
  top: 0;
}
header > div div.menu-toggle span:nth-of-type(2) {
  top: 7px;
}
header > div div.menu-toggle span:nth-of-type(3) {
  top: 14px;
}
header > div div.menu-toggle span:nth-of-type(4) {
  bottom: 0;
}
header > div div.menu-toggle.menu-toggled span:first-child {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
header > div div.menu-toggle.menu-toggled span:nth-child(2),
header > div div.menu-toggle.menu-toggled span:nth-child(3) {
  display: none;
}
header > div div.menu-toggle.menu-toggled span:nth-child(4) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

html.no-overflow {
  overflow-y: hidden;
}

main.home section#about-us {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  background-image: url(../images/geometric-slider-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 768px) {
  main.home section#about-us {
    padding-bottom: 60px;
  }
}
@media (max-width: 1600px) {
  main.home section#about-us {
    min-height: 100vh;
  }
}
@media (max-width: 1280px) and (max-height: 1080px) {
  main.home section#about-us {
    min-height: 100vh;
  }
}
@media (max-width: 1280px) and (min-height: 1080px) {
  main.home section#about-us {
    padding: 100px 0px;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
main.home section#about-us > div {
  max-width: 1600px;
  width: 100%;
}
@media (max-width: 1600px) {
  main.home section#about-us > div {
    padding: 0px 40px;
  }
}
@media (max-width: 1080px) {
  main.home section#about-us > div {
    padding: 60px 40px;
  }
}
main.home section#about-us > div h1 {
  font-size: 45px;
  color: #f6f6f6;
  text-transform: uppercase;
  margin-bottom: 9vh;
}
@media (max-width: 1080px) {
  main.home section#about-us > div h1 {
    font-size: 45px;
    margin-bottom: 5vh;
    margin-top: 100px;
  }
}
main.home section#about-us > div h1 span {
  color: #f1582a;
}
main.home section#about-us > div > div {
  max-width: 1200px;
}
main.home section#about-us > div > div p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 200;
  padding-left: 60px;
  margin-left: 100px;
  position: relative;
  max-width: 60vw;
  transition-duration: 600ms;
}
@media (max-width: 1600px) {
  main.home section#about-us > div > div p {
    font-size: 24px;
  }
}
@media (max-width: 1080px) {
  main.home section#about-us > div > div p {
    font-size: 20px;
    margin-left: 0px;
    padding-left: 30px;
  }
}
main.home section#about-us > div > div p::before {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #f1582a;
  position: absolute;
  top: 0px;
  left: 0px;
}
main.home section#cloud-services > div.services-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  padding: 60px 0px;
}
@media (max-width: 1080px) {
  main.home section#cloud-services > div.services-heading {
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin-bottom: 5vh;
    padding: 0px 0px 60px 0px !important;
  }
}
main.home section#cloud-services > div.services-heading > div {
  max-width: 1600px;
}
main.home section#cloud-services > div.services-heading > div h2 {
  font-size: 80px;
  margin-bottom: 70px;
  color: #f6f6f6;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  main.home section#cloud-services > div.services-heading > div h2 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1080px) {
  main.home section#cloud-services > div.services-heading > div h2 {
    font-size: 45px;
    margin-bottom: 20px;
    padding: 0px 20px;
  }
}
main.home section#cloud-services > div.services-heading > div h2 span {
  color: #f1582a;
}
main.home section#cloud-services > div.services-heading > div > div {
  max-width: 880px;
  margin: auto;
}
@media (max-width: 1080px) {
  main.home section#cloud-services > div.services-heading > div > div {
    padding: 0px 40px;
  }
}
main.home section#cloud-services > div.services-heading > div > div p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  transition-duration: 600ms;
}
@media (max-width: 1600px) {
  main.home section#cloud-services > div.services-heading > div > div p {
    font-size: 24px;
  }
}
@media (max-width: 1080px) {
  main.home section#cloud-services > div.services-heading > div > div p {
    font-size: 20px;
    line-height: 30px;
  }
}
main.home section#cloud-services > div.services {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
  width: 100%;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1080px) {
  main.home section#cloud-services > div.services {
    margin-top: 60px;
  }
}
@media (min-width: 1080px) and (max-width: 1280px) {
  main.home section#cloud-services > div.services .service-holder {
    padding: 0px 20px;
  }
}
main.home section#cloud-services > div.services .service-holder .service-row {
  display: flex;
  width: 100%;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 20px;
}
main.home section#cloud-services > div.services .service-holder .service-row:first-of-type {
  margin-bottom: 60px;
}
main.home section#cloud-services > div.services .service-holder .service-row article .service-title {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  cursor: pointer;
}
main.home section#cloud-services > div.services .service-holder .service-row article .service-title:hover h3 {
  color: #f1582a;
  transition-duration: 300ms;
}
@media (max-width: 1080px) {
  main.home section#cloud-services > div.services .service-holder .service-row article .service-title {
    gap: 20px;
  }
}
main.home section#cloud-services > div.services .service-holder .service-row article .service-title span {
  font-size: 24px;
}
@media (max-width: 1080px) {
  main.home section#cloud-services > div.services .service-holder .service-row article .service-title span {
    font-size: 30px;
    transition-duration: 500ms;
  }
}
main.home section#cloud-services > div.services .service-holder .service-row article .service-title span.counter {
  height: 80px;
  display: flex;
  align-items: center;
  letter-spacing: 6px;
}
@media (max-width: 1080px) {
  main.home section#cloud-services > div.services .service-holder .service-row article .service-title span.counter {
    height: 60px;
    font-size: 30px;
  }
}
main.home section#cloud-services > div.services .service-holder .service-row article .service-title span.divider {
  width: 0px;
}
main.home section#cloud-services > div.services .service-holder .service-row article .service-title > div.service-info h3 {
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 1px;
  max-width: 400px;
  width: 100%;
  line-height: 34px;
  margin: 0px;
  position: relative;
}
@media (max-width: 1080px) {
  main.home section#cloud-services > div.services .service-holder .service-row article .service-title > div.service-info h3 {
    font-size: 20px;
    line-height: 30px;
    transition-duration: 500ms;
  }
}
main.home section#cloud-services > div.services .service-holder .service-row article .service-title > div.service-info h3::before {
  content: "";
  height: calc(100% - 8px);
  width: 3px;
  margin-top: 9px;
  background-color: #f1582a;
  position: absolute;
  left: -47px;
  display: inline-block;
  top: -4px;
}
@media (max-width: 1080px) {
  main.home section#cloud-services > div.services .service-holder .service-row article .service-title > div.service-info h3::before {
    left: -27px;
  }
}
main.home section#cloud-services > div.services .service-holder .service-row article .service-title > div.service-info p {
  max-width: 400px;
  margin-left: auto;
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  padding-right: 30px;
}
@media (max-width: 1080px) {
  main.home section#cloud-services > div.services .service-holder .service-row article .service-title > div.service-info p {
    font-size: 20px;
    line-height: 30px;
  }
}
main.home section#cloud-services > div.services .services-expanded {
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0px;
  z-index: 11;
  background-color: rgba(40, 53, 61, 0.5490196078);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  min-height: 100vh;
}
main.home section#cloud-services > div.services .services-expanded.show {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: auto;
}
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  max-width: 80vw;
  max-height: 80vh;
  height: fit-content;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  border-radius: 50px;
  box-shadow: #171f24 0px 7px 29px 0px;
  background: #28353d;
}
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder .close {
  cursor: pointer;
  align-self: end;
  margin-right: 45px;
  margin-bottom: -45px;
  z-index: 9;
  margin-left: auto;
}
@media (max-width: 1080px) {
  main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder .close {
    margin-right: 20px;
  }
}
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder .close svg {
  height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1080px) {
  main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder {
    max-width: 90vw;
    max-height: 90vh;
    padding: 30px 10px;
  }
}
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded {
  max-width: 1650px;
  width: 100%;
  max-height: 80vh;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 30px;
}
@media (max-width: 1080px) {
  main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded {
    padding: 30px;
  }
}
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded h2 {
  font-size: 45px;
  color: #f6f6f6;
  text-transform: uppercase;
  margin-top: 20px;
  transition-duration: 500ms;
}
@media (max-width: 1600px) {
  main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded h2 {
    font-size: 40px;
    padding-top: 20px;
  }
}
@media (max-width: 1080px) {
  main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded h2 {
    font-size: 36px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded h2 {
    font-size: 30px;
    padding-top: 20px;
  }
}
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded h2 span {
  color: #f1582a;
}
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-heading {
  position: relative;
}
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-heading p {
  font-size: 26px;
  line-height: 32px;
  font-weight: 200;
  padding-left: 60px;
  position: relative;
}
@media (max-width: 1600px) {
  main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-heading p {
    font-size: 24px;
    line-height: 30px;
    transition-duration: 500ms;
    padding-left: 30px;
  }
}
@media (max-width: 1280px) {
  main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-heading p br {
    display: none;
  }
}
@media (max-width: 1080px) {
  main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-heading p {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-heading p {
    font-size: 20px;
    line-height: 26px;
  }
}
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-heading p span {
  color: #f1582a;
  cursor: pointer;
}
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-heading p::before {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #f1582a;
  position: absolute;
  top: 0px;
  left: 0px;
}
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-icons {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media (max-width: 1080px) {
  main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-icons {
    gap: 30px;
  }
}
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-icons div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-icons div img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-icons div span {
  text-transform: uppercase;
  color: #ff7f08;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-information {
  display: flex;
  gap: 50px;
  flex-direction: row;
}
@media (max-width: 1280px) {
  main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-information {
    flex-direction: column;
    gap: 0px;
  }
}
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-information > div.service-overview,
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-information div.service-delivery {
  margin-top: 60px;
}
@media (max-width: 1080px) {
  main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-information > div.service-overview,
  main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-information div.service-delivery {
    margin-top: 40px;
  }
}
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-information > div.service-overview h3,
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-information div.service-delivery h3 {
  font-size: 24px;
  margin: 0px;
  font-weight: 400;
  letter-spacing: 0.6px;
}
@media (max-width: 1080px) {
  main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-information > div.service-overview h3,
  main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-information div.service-delivery h3 {
    font-size: 24px;
    transition-duration: 500ms;
  }
}
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-information > div.service-overview p,
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-information div.service-delivery p {
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 1080px) {
  main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-information > div.service-overview p,
  main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-information div.service-delivery p {
    font-size: 18px;
    transition-duration: 500ms;
  }
}
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-information > div.service-overview ul,
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-information div.service-delivery ul {
  line-height: 23px;
  margin: 0px;
  margin-top: -10px;
}
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-information > div.service-overview ul li,
main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-information div.service-delivery ul li {
  line-height: 23px;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 1080px) {
  main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-information > div.service-overview ul li,
  main.home section#cloud-services > div.services .services-expanded > div.service-expanded-holder > div.service-expanded > div.service-information div.service-delivery ul li {
    font-size: 18px;
    line-height: 23px;
  }
}
main.home section#cloud-resume > div.services-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  padding: 60px 0px;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume > div.services-heading {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
main.home section#cloud-resume > div.services-heading > div {
  max-width: 1600px;
}
main.home section#cloud-resume > div.services-heading > div h2 {
  font-size: 80px;
  margin-bottom: 70px;
  color: #f6f6f6;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  main.home section#cloud-resume > div.services-heading > div h2 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1080px) {
  main.home section#cloud-resume > div.services-heading > div h2 {
    font-size: 45px;
    margin-bottom: 20px;
    padding: 0px 20px;
  }
}
main.home section#cloud-resume > div.services-heading > div h2 span {
  color: #f1582a;
}
main.home section#cloud-resume > div.services-heading > div > div {
  max-width: 880px;
  margin: auto;
}
main.home section#cloud-resume > div.services-heading > div > div p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume > div.services-heading > div > div p {
    font-size: 20px;
    margin: 0px 20px;
    line-height: 30px;
  }
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
}
@media (max-height: 1600px) {
  main.home section#cloud-resume #amazon > div.cloud-resume-service-heading {
    height: -moz-fit-content;
    height: fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin: 60px 0px;
  }
}
@media (min-width: 1080px) and (max-width: 1280px) {
  main.home section#cloud-resume #amazon > div.cloud-resume-service-heading {
    padding: 0px 40px;
  }
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-heading > div {
  max-width: 1200px;
  width: 100%;
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-heading > div h2 {
  font-size: 45px;
  color: #f6f6f6;
  text-transform: uppercase;
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-heading > div h2 span {
  color: #f1582a;
}
@media (max-width: 1600px) {
  main.home section#cloud-resume #amazon > div.cloud-resume-service-heading > div h2 {
    font-size: 32px;
    padding-left: 40px;
  }
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #amazon > div.cloud-resume-service-heading > div h2 {
    font-size: 2em;
    padding-left: 40px;
  }
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-heading > div img {
  width: 100%;
  max-width: 550px;
  margin: auto;
  display: block;
  margin-top: 10vh;
}
@media (max-width: 1600px) {
  main.home section#cloud-resume #amazon > div.cloud-resume-service-heading > div img {
    padding: 0px 40px;
    margin-top: 5vh;
    max-width: 600px;
  }
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-heading > div > div {
  max-width: 1200px;
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-heading > div > div p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 200;
  padding-left: 60px;
  margin-left: 100px;
  position: relative;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #amazon > div.cloud-resume-service-heading > div > div p {
    font-size: 20px;
    margin: 0px 40px;
  }
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-heading > div > div p span {
  color: #f1582a;
  cursor: pointer;
  white-space: nowrap;
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-heading > div > div p span:hover {
  color: #ff7f08;
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-heading > div > div p::before {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #f1582a;
  position: absolute;
  top: 0px;
  left: 0px;
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-services {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 1600px) {
  main.home section#cloud-resume #amazon > div.cloud-resume-service-services {
    padding: 0px 20px;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-services > div {
  max-width: 1600px;
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-services > div h3 {
  font-size: 32px;
  color: #f6f6f6;
  text-align: center;
  margin-bottom: 10vh;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #amazon > div.cloud-resume-service-services > div h3 {
    font-size: 25px;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-services > div > div.services-projects {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 50px 0px;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #amazon > div.cloud-resume-service-services > div > div.services-projects {
    gap: 20px 0px;
  }
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-services > div > div.services-projects div {
  width: 25%;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  box-sizing: border-box;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #amazon > div.cloud-resume-service-services > div > div.services-projects div {
    width: 50%;
  }
}
@media (max-width: 768px) {
  main.home section#cloud-resume #amazon > div.cloud-resume-service-services > div > div.services-projects div {
    width: 100%;
  }
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-projects {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  flex-direction: column;
  padding-top: 90px;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #amazon > div.cloud-resume-service-projects {
    padding: 0px 20px;
    padding-top: 70px;
  }
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-projects h3 {
  font-size: 32px;
  color: #f6f6f6;
  text-align: center;
  margin-bottom: 10vh;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #amazon > div.cloud-resume-service-projects h3 {
    font-size: 25px;
    margin-top: 10vh;
    margin-bottom: 5vh;
  }
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-projects .service-holder .service-row {
  display: flex;
  width: 100%;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-projects .service-holder .service-row:first-of-type {
  margin-bottom: 60px;
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-projects .service-holder .service-row article .service-title {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #amazon > div.cloud-resume-service-projects .service-holder .service-row article .service-title {
    gap: 20px;
  }
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-projects .service-holder .service-row article .service-title span {
  font-size: 24px;
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-projects .service-holder .service-row article .service-title span.counter {
  height: 120px;
  display: flex;
  align-items: center;
  letter-spacing: 6px;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #amazon > div.cloud-resume-service-projects .service-holder .service-row article .service-title span.counter {
    font-size: 30px;
    transition-duration: 500ms;
    height: 60px;
  }
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-projects .service-holder .service-row article .service-title span.divider {
  width: 0px;
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-projects .service-holder .service-row article .service-title > div.service-info h4 {
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 1px;
  max-width: 400px;
  width: 100%;
  line-height: 34px;
  margin: 0px;
  text-align: left;
  position: relative;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #amazon > div.cloud-resume-service-projects .service-holder .service-row article .service-title > div.service-info h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-projects .service-holder .service-row article .service-title > div.service-info h4::before {
  content: "";
  height: calc(100% - 6px);
  width: 3px;
  margin-top: 9px;
  background-color: #f1582a;
  position: absolute;
  left: -47px;
  display: inline-block;
  top: -4px;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #amazon > div.cloud-resume-service-projects .service-holder .service-row article .service-title > div.service-info h4::before {
    left: -27px;
  }
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-projects .service-holder .service-row article .service-title > div.service-info p {
  max-width: 400px;
  margin-left: auto;
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  padding-right: 30px;
  color: #f1582a;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #amazon > div.cloud-resume-service-projects .service-holder .service-row article .service-title > div.service-info p {
    font-size: 20px;
    line-height: 30px;
  }
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-projects .service-holder .service-row article:nth-of-type(6) .counter {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-projects .service-holder .service-row article:nth-of-type(6) h4::before {
  display: none !important;
}
main.home section#cloud-resume #amazon > div.cloud-resume-service-projects .service-holder .service-row article:nth-of-type(6) .counter {
  opacity: 0 !important;
}
main.home section#cloud-resume #azure > div.cloud-resume-service-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
}
@media (max-height: 1600px) {
  main.home section#cloud-resume #azure > div.cloud-resume-service-heading {
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin: 0px 0px 10vh 0px;
  }
}
@media (min-width: 1080px) and (max-width: 1280px) {
  main.home section#cloud-resume #azure > div.cloud-resume-service-heading {
    padding: 0px 40px;
  }
}
main.home section#cloud-resume #azure > div.cloud-resume-service-heading > div {
  max-width: 1200px;
  width: 100%;
}
main.home section#cloud-resume #azure > div.cloud-resume-service-heading > div h2 {
  font-size: 45px;
  color: #f6f6f6;
  text-transform: uppercase;
}
main.home section#cloud-resume #azure > div.cloud-resume-service-heading > div h2 span {
  color: #f1582a;
}
@media (max-width: 1600px) {
  main.home section#cloud-resume #azure > div.cloud-resume-service-heading > div h2 {
    font-size: 32px;
    padding-left: 40px;
  }
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #azure > div.cloud-resume-service-heading > div h2 {
    font-size: 2em;
    padding-left: 40px;
  }
}
main.home section#cloud-resume #azure > div.cloud-resume-service-heading > div img {
  width: 100%;
  max-width: 550px;
  margin: auto;
  display: block;
  margin-top: 10vh;
}
@media (max-width: 1600px) {
  main.home section#cloud-resume #azure > div.cloud-resume-service-heading > div img {
    padding: 0px 40px;
    margin-top: 5vh;
    max-width: 600px;
  }
}
main.home section#cloud-resume #azure > div.cloud-resume-service-heading > div > div {
  max-width: 1200px;
}
main.home section#cloud-resume #azure > div.cloud-resume-service-heading > div > div p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 200;
  padding-left: 60px;
  margin-left: 100px;
  position: relative;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #azure > div.cloud-resume-service-heading > div > div p {
    font-size: 20px;
    margin: 0px 40px;
  }
}
main.home section#cloud-resume #azure > div.cloud-resume-service-heading > div > div p span {
  color: #f1582a;
  cursor: pointer;
  white-space: nowrap;
}
main.home section#cloud-resume #azure > div.cloud-resume-service-heading > div > div p span:hover {
  color: #ff7f08;
}
main.home section#cloud-resume #azure > div.cloud-resume-service-heading > div > div p::before {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #f1582a;
  position: absolute;
  top: 0px;
  left: 0px;
}
main.home section#cloud-resume #azure > div.cloud-resume-service-services {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 1600px) {
  main.home section#cloud-resume #azure > div.cloud-resume-service-services {
    padding: 0px 40px;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #azure > div.cloud-resume-service-services {
    padding: 0px 20px;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
main.home section#cloud-resume #azure > div.cloud-resume-service-services > div {
  max-width: 1600px;
}
main.home section#cloud-resume #azure > div.cloud-resume-service-services > div h3 {
  font-size: 32px;
  color: #f6f6f6;
  text-align: center;
  margin-bottom: 10vh;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #azure > div.cloud-resume-service-services > div h3 {
    font-size: 25px;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
}
main.home section#cloud-resume #azure > div.cloud-resume-service-services > div > div.services-projects {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 50px 0px;
}
main.home section#cloud-resume #azure > div.cloud-resume-service-services > div > div.services-projects div {
  width: 25%;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  box-sizing: border-box;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #azure > div.cloud-resume-service-services > div > div.services-projects div {
    width: 50%;
  }
}
main.home section#cloud-resume #azure > div.cloud-resume-service-projects {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  flex-direction: column;
  padding-top: 90px;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #azure > div.cloud-resume-service-projects {
    padding-top: 70px;
  }
}
main.home section#cloud-resume #azure > div.cloud-resume-service-projects h3 {
  font-size: 32px;
  color: #f6f6f6;
  text-align: center;
  margin-bottom: 10vh;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #azure > div.cloud-resume-service-projects h3 {
    font-size: 25px;
    margin-top: 10vh;
    margin-bottom: 5vh;
  }
}
main.home section#cloud-resume #azure > div.cloud-resume-service-projects .service-holder .service-row {
  display: flex;
  width: 100%;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 20px;
}
main.home section#cloud-resume #azure > div.cloud-resume-service-projects .service-holder .service-row:first-of-type {
  margin-bottom: 60px;
}
main.home section#cloud-resume #azure > div.cloud-resume-service-projects .service-holder .service-row article .service-title {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #azure > div.cloud-resume-service-projects .service-holder .service-row article .service-title {
    gap: 20px;
  }
}
main.home section#cloud-resume #azure > div.cloud-resume-service-projects .service-holder .service-row article .service-title span {
  font-size: 24px;
}
main.home section#cloud-resume #azure > div.cloud-resume-service-projects .service-holder .service-row article .service-title span.counter {
  height: 120px;
  display: flex;
  align-items: center;
  letter-spacing: 6px;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #azure > div.cloud-resume-service-projects .service-holder .service-row article .service-title span.counter {
    font-size: 30px;
    height: 60px;
  }
}
main.home section#cloud-resume #azure > div.cloud-resume-service-projects .service-holder .service-row article .service-title span.divider {
  width: 0px;
}
main.home section#cloud-resume #azure > div.cloud-resume-service-projects .service-holder .service-row article .service-title > div.service-info h4 {
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 1px;
  max-width: 400px;
  width: 100%;
  line-height: 34px;
  margin: 0px;
  text-align: left;
  position: relative;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #azure > div.cloud-resume-service-projects .service-holder .service-row article .service-title > div.service-info h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
main.home section#cloud-resume #azure > div.cloud-resume-service-projects .service-holder .service-row article .service-title > div.service-info h4::before {
  content: "";
  height: calc(100% - 6px);
  width: 3px;
  margin-top: 9px;
  background-color: #f1582a;
  position: absolute;
  left: -47px;
  display: inline-block;
  top: -4px;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #azure > div.cloud-resume-service-projects .service-holder .service-row article .service-title > div.service-info h4::before {
    left: -27px;
  }
}
main.home section#cloud-resume #azure > div.cloud-resume-service-projects .service-holder .service-row article .service-title > div.service-info p {
  max-width: 400px;
  margin-left: auto;
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  padding-right: 30px;
  color: #f1582a;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #azure > div.cloud-resume-service-projects .service-holder .service-row article .service-title > div.service-info p {
    font-size: 20px;
    line-height: 30px;
  }
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
}
@media (max-height: 1600px) {
  main.home section#cloud-resume #gitlab > div.cloud-resume-service-heading {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
@media (min-width: 1080px) and (max-width: 1280px) {
  main.home section#cloud-resume #gitlab > div.cloud-resume-service-heading {
    padding: 0px 40px;
  }
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-heading > div {
  max-width: 1200px;
  width: 100%;
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-heading > div h2 {
  font-size: 45px;
  color: #f6f6f6;
  text-transform: uppercase;
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-heading > div h2 span {
  color: #f1582a;
}
@media (max-width: 1600px) {
  main.home section#cloud-resume #gitlab > div.cloud-resume-service-heading > div h2 {
    font-size: 32px;
    padding-left: 40px;
  }
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #gitlab > div.cloud-resume-service-heading > div h2 {
    font-size: 2em;
    padding-left: 40px;
  }
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-heading > div img {
  width: 100%;
  max-width: 550px;
  margin: auto;
  display: block;
  margin-top: 10vh;
}
@media (max-width: 1600px) {
  main.home section#cloud-resume #gitlab > div.cloud-resume-service-heading > div img {
    padding: 0px 40px;
    margin-top: 5vh;
    max-width: 600px;
  }
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-heading > div > div {
  max-width: 1200px;
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-heading > div > div p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 200;
  padding-left: 60px;
  margin-left: 100px;
  position: relative;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #gitlab > div.cloud-resume-service-heading > div > div p {
    font-size: 20px;
    margin: 0px 40px;
  }
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-heading > div > div p span {
  color: #f1582a;
  cursor: pointer;
  white-space: nowrap;
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-heading > div > div p span:hover {
  color: #ff7f08;
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-heading > div > div p::before {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #f1582a;
  position: absolute;
  top: 0px;
  left: 0px;
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-services {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 1600px) {
  main.home section#cloud-resume #gitlab > div.cloud-resume-service-services {
    padding: 0px 40px;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-services > div {
  max-width: 1600px;
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-services > div h3 {
  font-size: 32px;
  color: #f6f6f6;
  text-align: center;
  margin-bottom: 10vh;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #gitlab > div.cloud-resume-service-services > div h3 {
    font-size: 25px;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-services > div > div.services-projects {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 50px 0px;
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-services > div > div.services-projects div {
  width: 25%;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  box-sizing: border-box;
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-projects {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  flex-direction: column;
  padding-top: 90px;
  padding: 0px 20px;
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-projects h3 {
  font-size: 32px;
  color: #f6f6f6;
  text-align: center;
  margin-bottom: 6vh;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #gitlab > div.cloud-resume-service-projects h3 {
    font-size: 25px;
    margin-top: 5vh;
  }
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-projects p {
  font-size: 28px;
  font-weight: 300;
  margin: 0px 0px 10vh 0px;
  text-align: center;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #gitlab > div.cloud-resume-service-projects p {
    font-size: 23px;
  }
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-projects .service-holder .service-row {
  display: flex;
  width: 100%;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-projects .service-holder .service-row:first-of-type {
  margin-bottom: 60px;
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-projects .service-holder .service-row article .service-title {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #gitlab > div.cloud-resume-service-projects .service-holder .service-row article .service-title {
    gap: 20px;
  }
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-projects .service-holder .service-row article .service-title span {
  font-size: 24px;
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-projects .service-holder .service-row article .service-title span.counter {
  padding-top: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 6px;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #gitlab > div.cloud-resume-service-projects .service-holder .service-row article .service-title span.counter {
    font-size: 30px;
    transition-duration: 500ms;
    height: 60px;
  }
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-projects .service-holder .service-row article .service-title span.divider {
  width: 0px;
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-projects .service-holder .service-row article .service-title > div.service-info h4 {
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 1px;
  max-width: 400px;
  width: 100%;
  line-height: 34px;
  margin: 0px;
  text-align: left;
  position: relative;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #gitlab > div.cloud-resume-service-projects .service-holder .service-row article .service-title > div.service-info h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
main.home section#cloud-resume #gitlab > div.cloud-resume-service-projects .service-holder .service-row article .service-title > div.service-info h4::before {
  content: "";
  height: calc(100% - 6px);
  width: 3px;
  margin-top: 9px;
  background-color: #f1582a;
  position: absolute;
  left: -47px;
  display: inline-block;
  top: -4px;
}
@media (max-width: 1080px) {
  main.home section#cloud-resume #gitlab > div.cloud-resume-service-projects .service-holder .service-row article .service-title > div.service-info h4::before {
    left: -27px;
  }
}

footer > section.footer-menu {
  min-height: 100vh;
  height: 100%;
  display: flex;
  align-items: flex-end;
  max-width: 1400px;
  margin: auto;
  position: relative;
}
@media (max-width: 1600px) {
  footer > section.footer-menu {
    padding: 80px 40px;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
footer > section.footer-menu div.contact-info {
  height: 100%;
  margin-bottom: 10vh;
}
@media (max-width: 1600px) {
  footer > section.footer-menu div.contact-info {
    margin-top: 10vh;
  }
}
@media (max-width: 1080px) {
  footer > section.footer-menu div.contact-info {
    margin: auto;
  }
}
footer > section.footer-menu div.contact-info > div.contact-details {
  position: relative;
}
@media (min-width: 1600px) {
  footer > section.footer-menu div.contact-info > div.contact-details {
    padding-left: 8vw;
  }
}
@media (min-width: 1080px) {
  footer > section.footer-menu div.contact-info > div.contact-details {
    padding-left: 4vw;
  }
}
footer > section.footer-menu div.contact-info > div.contact-details::before {
  content: "";
  height: 120%;
  top: -25%;
  width: 3px;
  margin-top: 9px;
  background-color: #f1582a;
  position: absolute;
  left: 0px;
  display: inline-block;
}
@media (max-width: 1080px) {
  footer > section.footer-menu div.contact-info > div.contact-details::before {
    display: none;
  }
}
@media (min-width: 1600px) {
  footer > section.footer-menu div.contact-info > div.contact-details::before {
    height: 180%;
    top: -87%;
  }
}
footer > section.footer-menu div.contact-info > div.contact-details h2 {
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  margin: 0px;
  transition-duration: 500ms;
}
@media (max-width: 1080px) {
  footer > section.footer-menu div.contact-info > div.contact-details h2 {
    text-align: center;
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 20px;
    padding: 0px 40px;
  }
  footer > section.footer-menu div.contact-info > div.contact-details h2 br {
    display: none;
  }
}
@media (max-width: 768px) {
  footer > section.footer-menu div.contact-info > div.contact-details h2 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 1280px) and (min-width: 1080px) {
  footer > section.footer-menu div.contact-info > div.contact-details h2 {
    font-size: 80px;
    line-height: 100px;
  }
}
footer > section.footer-menu div.contact-info > div.contact-details h2 span {
  color: #f1582a;
}
footer > section.footer-menu div.contact-info > div.contact-details ul {
  list-style-type: none;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  margin-top: 5vh;
}
@media (max-width: 1080px) {
  footer > section.footer-menu div.contact-info > div.contact-details ul {
    text-align: center;
  }
}
footer > section.footer-menu div.contact-info > div.contact-details ul li a {
  color: #f1582a;
  text-decoration: none;
  font-size: 22px;
  line-height: 40px;
}
footer > section.footer-menu div.contact-info > div.contact-details ul li a:hover {
  color: #ff7f08;
}
footer > section.footer-menu div.contact-info > div.socials {
  margin-top: 6vh;
}
footer > section.footer-menu div.contact-info > div.socials ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  footer > section.footer-menu div.contact-info > div.socials ul {
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
footer > section.footer-menu div.contact-info > div.socials ul li {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 20px;
}
footer > section.footer-menu div.contact-info > div.socials ul li img {
  max-width: 60px;
}
@media (max-width: 1080px) {
  footer > section.footer-menu div.contact-info > div.socials ul li img {
    max-width: 60px;
  }
}
footer > section.footer-menu div.contact-info > div.socials ul li a {
  color: #f1582a;
  text-decoration: none;
  font-size: 22px;
  line-height: 40px;
}
footer > section.footer-menu div.contact-info > div.socials ul li a:hover {
  color: #ff7f08;
}
footer > div.copyright {
  color: #ffffff;
  padding: 14px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
footer > div.copyright a {
  color: #ffffff;
  text-decoration: none;
}
footer > div.copyright a:hover {
  color: #f1582a;
}
@media (max-width: 768px) {
  footer > div.copyright span {
    display: none;
  }
}
@media (min-width: 768px) {
  footer > div.copyright br {
    display: none;
  }
}

aside.menu {
  position: fixed;
  top: 90px;
  left: 0px;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  background-color: #28353d;
  padding: 46px 15px;
}
aside.menu ul {
  display: flex;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  align-items: flex-start;
  flex-direction: column;
}
aside.menu ul li {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 24px;
}
aside.menu ul li.active {
  color: #ff7f08;
}
aside.menu ul li:hover {
  color: #ff7f08;
}
aside.menu ul li.special {
  background-color: #ff7f08;
  padding: 0 28px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
aside.menu ul li.special:hover {
  color: #28353d;
  background-color: #ffffff !important;
  transition-duration: 500ms;
}
aside.menu ul li.special.active {
  color: #ffffff !important;
}
@media (max-width: 765px) {
  aside.menu ul li {
    font-size: 14px;
  }
}
@media (min-width: 1081px) {
  aside.menu ul {
    display: none;
  }
}

.back-to-top {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ff7f20;
  border-radius: 50%;
  bottom: 152px;
  cursor: pointer;
  display: flex;
  height: 54px;
  justify-content: center;
  position: fixed;
  right: 78px;
  width: 54px;
}
@media (max-width: 1080px) {
  .back-to-top {
    bottom: 30px;
    right: 30px;
  }
}
.back-to-top svg {
  color: #000;
  width: 25px;
}
.back-to-top:hover {
  opacity: 0.8;
}

.CookieDeclaration {
  display: none;
}/*# sourceMappingURL=style.css.map */