body {
  background-color: #060606;
  font-family: Manrope, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 64px;
  line-height: 1.3;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 56px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -1px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  font-size: 16px;
}

a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
}

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

.container {
  width: 95%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container.small {
  max-width: 900px;
}

.navbar {
  position: fixed;
  width: 100%;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #060606;
  color: #fff;
}

.nav-link {
  padding: 12px 18px;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.nav-link:hover {
  opacity: 0.7;
  color: #88071b;
}

.nav-link.w--current {
  color: #b9b9b9;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  width: 1440px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 5em 10em;
}

.style_item {
  padding: 2em 0em;
  border-bottom: 0.1em solid #bdbdbd;
}

.c-rich-text h5 {
  margin-bottom: 24px;
}

.c-rich-text h3 {
  margin-bottom: 24px;
}

.c-rich-text h4 {
  margin-bottom: 24px;
}

.c-rich-text h6 {
  margin-bottom: 24px;
}

.c-rich-text h2 {
  margin-bottom: 32px;
}

.c-rich-text h1 {
  margin-bottom: 32px;
}

.c-rich-text p {
  margin-bottom: 24px;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-name {
  width: 100%;
  margin-bottom: -0.4em;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-size: 9vw;
  font-weight: 300;
  text-align: center;
  letter-spacing: -2px;
}

.hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 78px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.hero-image {
  z-index: -2;
  width: 19.64em;
  height: auto;
  opacity: 0.9;
}

.hero-description {
  max-width: 400px;
  margin-top: 0px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}

.brand {
  display: block;
}

.section {
  min-height: auto;
  margin-top: 40px;
  padding-top: 0px;
}

.section.sliders {
  display: none;
}

.section.footer {
  height: 447.8993225097656vh;
}

.section.container {
  display: none;
}

.intro-heading {
  max-width: 1056px;
}

.intro-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.intro-title {
  margin-bottom: 24px;
  color: #d3d3d3;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.intro-title.home-page {
  font-size: 16px;
}

.work-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.work {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.work.blue-background {
  height: auto;
  background-color: #011922;
}

.work.blue-background.single {
  display: none;
}

.work.dark-blue {
  display: block;
  color: #0f1015;
}

.work.red {
  display: none;
  background-color: #88071b;
}

.work.red.all-projects {
  display: block;
}

.work.light-skin {
  display: block;
  background-color: #efedea;
}

.work.light-skin.all-projects {
  padding-top: 10px;
  padding-bottom: 10px;
}

.work.light-skin.all-projects-button-container {
  padding-top: 0px;
  padding-bottom: 40px;
}

.work.light-skin.home-page {
  display: none;
  padding-bottom: 0px;
}

.work.div-block-2 {
  width: 100%;
}

.work.lightbox-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.work.slideroneimages {
  width: 50%;
}

.work-item {
  padding-right: 8em;
  padding-left: 8em;
  background-color: transparent;
}

.work-item.sliderone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0em;
  padding-left: 0em;
}

.slider {
  width: 100%;
  height: auto;
  margin: 48px 0px 30px;
  padding-right: 0px;
  padding-left: 0px;
}

.slider.slider-3 {
  background-color: #efedea;
}

.slider.slider-4 {
  background-color: #88071b;
}

.work-description {
  width: 50%;
  max-width: 513px;
  color: #fff;
  font-size: 16px;
}

.work-description.dark {
  color: #060606;
}

.work-description.slideronetext {
  width: 100%;
}

.work-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.work-top.slideroneheading {
  display: block;
  width: 50%;
}

.work-title {
  width: 40%;
  font-weight: 500;
}

.work-title.dark {
  display: block;
  width: 45%;
  color: #060606;
}

.work-title.slideroneheader {
  width: 100%;
}

.work-bot {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-meta-wrapper {
  display: block;
}

.link-with-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 14px;
  letter-spacing: 0.4px;
}

.link-with-icon:hover {
  opacity: 0.75;
}

.link-with-icon.dark {
  color: #060606;
}

.arrow-icon {
  margin-left: 6px;
}

.arrow-icon.dark {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.work-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
}

.meta-title {
  margin-right: 8px;
  color: #d3d3d3;
  font-size: 12px;
  font-weight: 600;
}

.meta-title.dark {
  color: #060606;
}

.meta-description {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.meta-description.dark {
  color: #060606;
}

.mask {
  width: 100%;
}

.slide {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.slide.image1b {
  margin-top: 123px;
}

.image {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  float: none;
}

.image.image1a {
  margin-top: 145px;
}

.image.image4a {
  display: block;
  margin-top: 0px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.slide-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #060606;
  font-size: 11px;
}

.slide-nav.dark.sllde-nav-3 {
  background-color: #efedea;
}

.slide-nav.slide-nav-4 {
  background-color: #88071b;
}

.slide-nav.slide-nav-1 {
  background-color: #011922;
}

.about-wrapper {
  position: static;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "About-Image";
  -ms-grid-columns: minmax(200px, 1fr) 16px 1fr;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-bio {
  margin-bottom: 40px;
  line-height: 1.5;
  font-weight: 500;
}

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

.about-cv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cv-column {
  width: 25%;
}

.cv-column.fourth.mobile2 {
  display: none;
}

.column-title {
  margin-bottom: 24px;
  color: #d3d3d3;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.column-title.mobile {
  display: none;
}

.list-item {
  margin-bottom: 16px;
  font-size: 18px;
}

.small-text {
  color: #d3d3d3;
  font-size: 14px;
}

.small-text.nav-link {
  display: inline-block;
  text-decoration: overline;
}

.small-text.nav-link:hover {
  background-color: transparent;
  color: #88071b;
  font-weight: 700;
}

.small-text.nav-link.open-modal {
  cursor: pointer;
}

.testimonial-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-list-wraper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.testimonial-item {
  margin-bottom: 0px;
}

.client-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}

.client-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.client-title {
  color: #d3d3d3;
  font-size: 14px;
  font-weight: 500;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 100px;
}

.contact-title {
  font-size: 48px;
  font-weight: 400;
}

.contact-link {
  border-bottom: 1px solid #fff;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  font-size: 60px;
  font-weight: 500;
}

.contact-link:hover {
  opacity: 0.7;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer.blue-background {
  padding-bottom: 140px;
  background-color: #011922;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
}

.bold-text {
  font-weight: 600;
}

.footer-link-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph {
  margin-top: 21px;
}

.div-block {
  padding-top: 106px;
  padding-bottom: 80px;
}

.license-wrapper {
  margin-top: 61px;
  padding: 39px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.15);
}

.link {
  text-decoration: underline;
}

.asset-holder {
  display: -ms-grid;
  display: grid;
  margin-top: 31px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.testimonial-text {
  font-size: 24px;
  font-weight: 500;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-2 {
  position: -webkit-sticky;
  position: sticky;
  border-radius: 0%;
  mix-blend-mode: normal;
}

.image-3 {
  position: static;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.slide-2 {
  margin-right: 0px;
  margin-left: 0px;
}

.image-4 {
  padding-right: 60px;
  padding-left: 60px;
}

.link-2 {
  background-color: transparent;
  color: #88071b;
  font-size: 20px;
  font-weight: 800;
}

.mask-2 {
  background-color: #011922;
}

.mask-3 {
  background-color: #060606;
}

.slide-3 {
  background-color: transparent;
}

.image-5 {
  padding-right: 60px;
  padding-left: 60px;
  background-color: #060606;
}

.image-6 {
  padding-right: 60px;
  padding-left: 60px;
}

.left-arrow3 {
  background-color: transparent;
  color: #060606;
}

.right-arrow3 {
  background-color: transparent;
  color: #060606;
}

.image-7 {
  padding-right: 60px;
  padding-left: 60px;
}

.project_section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.project_container {
  margin-right: auto;
  margin-left: auto;
  padding: 100px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project_container.black-background {
  display: none;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #011922;
}

.project_container.white-background {
  display: block;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #011922;
}

.project_container.red-background {
  display: block;
}

.project_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lightbox-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-8 {
  height: 100px;
}

.image-9 {
  height: 100px;
}

.image-10 {
  height: 100px;
}

.image-11 {
  height: 100px;
}

.text-block {
  color: #fff;
  text-align: center;
}

.text-block-2 {
  text-align: center;
}

.text-block-3 {
  text-align: center;
}

.text-block-4 {
  text-align: center;
}

.text-block-5 {
  font-size: 40px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-lightbox {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.text-block-lightbox.dark {
  color: #060606;
}

.modal-outer-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 82.7%, 0.5);
}

.modal-outer-wrapper.wdcp {
  display: none;
}

.modal-outer-wrapper.pdcp {
  display: none;
}

.div-block-3 {
  padding: 40px;
  background-color: #b9b9b9;
}

.modal-inner-wrapper {
  position: relative;
  margin-right: 20px;
}

.close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  cursor: pointer;
  mix-blend-mode: normal;
}

.close-button:hover {
  mix-blend-mode: normal;
}

.image-12 {
  max-width: 97%;
}

.certificate-flask_django {
  display: block;
  height: 50vh;
  margin: 100px auto 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.certificate-web_dev {
  display: block;
  height: 50vh;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.section-divider {
  display: block;
  height: 100px;
  background-color: transparent;
}

.section-divider.sliders {
  display: none;
}

.work-lightbox-block {
  width: 45%;
  text-align: center;
}

.work-lightbox-block.specialize-page {
  margin-right: auto;
  margin-left: auto;
}

.lightbox-image {
  width: 100%;
}

.form {
  width: 100%;
  min-height: 100px;
  padding-top: 0px;
}

.form.name.label {
  min-height: 0px;
}

.forrm {
  width: 100%;
  margin-top: 20px;
  padding-top: 0px;
}

.forrm.submit {
  background-color: #88071b;
}

.forrm.submit.button {
  height: 4rem;
  opacity: 1;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-size: 28px;
  font-weight: 700;
}

.forrm.submit.button:hover {
  opacity: 0.65;
}

.forrm.label {
  margin-top: 0px;
}

.form-block {
  width: 50%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-8 {
  width: 50%;
}

.contact-title-block {
  width: 45%;
}

.intro-image {
  width: auto;
  background-color: transparent;
  color: transparent;
}

.footer-block {
  width: 25%;
}

.footer-block.footer-contactus {
  width: 50%;
}

.image-15 {
  opacity: 1;
}

.guarentee-callback {
  margin-top: 20px;
}

.hero-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.button-2 {
  background-color: #88071b;
}

.hero-nav-button {
  background-color: #88071b;
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
}

.hero-nav-button:hover {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.all-projects-button {
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  background-color: #88071b;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-size: 18px;
  text-align: center;
}

.all-projects-button:hover {
  opacity: 0.52;
}

.lightbox-link-2 {
  display: none;
}

.lightbox-link-3 {
  display: none;
}

.container-3 {
  display: block;
  height: auto;
  max-width: none;
  min-height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
}

.div-block-10 {
  width: 45%;
  min-height: 500px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-image: url('../images/singleShopPage01.JPG');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-11 {
  width: 45%;
  min-height: 500px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-image: url('../images/singleShopPage02.JPG');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-12 {
  width: 45%;
  min-height: 500px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-image: url('../images/singleShopPage03.JPG');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-13 {
  width: 45%;
  min-height: 500px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-image: url('../images/singleShopPage04.JPG');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.project-container {
  margin-right: auto;
  margin-left: auto;
  padding: 120px 20px;
}

.project-container.blue-background {
  display: block;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #011922;
}

.project-container.blue-background.tile.spc {
  padding-top: 100px;
  padding-bottom: 100px;
}

.project-container.blue-background.tile.mpc {
  padding-top: 100px;
  padding-bottom: 100px;
}

.project-container.blue-background.tile.sps {
  padding-top: 100px;
  padding-bottom: 100px;
}

.project-container.blue-background.slide {
  display: none;
}

.project-container.blue-background.tab {
  display: none;
}

.project-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-item.sliderone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-item.slider-two {
  display: block;
  text-align: center;
}

.project-item.slider-three {
  position: relative;
}

.project-heading {
  display: block;
  width: 50%;
}

.project-images {
  position: static;
  width: 50%;
  height: auto;
}

.project-images.slider-one {
  color: transparent;
}

.project-images.slider-two {
  width: 100%;
  color: transparent;
}

.project-meta {
  display: none;
  padding-right: 4rem;
  padding-left: 4rem;
}

.project-description {
  width: 100%;
  font-size: 14px;
}

.project-description.slider-three {
  color: #fff;
}

.project-text {
  display: block;
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}

.project-text.slider-two {
  width: 100%;
}

.project-title {
  width: 100%;
  font-size: 42px;
}

.project-title.slider-three {
  color: #fff;
}

.display-none {
  display: none;
}

.project-sliderone-arrow-button {
  position: absolute;
  display: block;
  width: 10%;
  height: 20%;
  margin-top: 20%;
  margin-bottom: auto;
  background-color: #b9b9b9;
  opacity: 0.2;
}

.project-slider-one-slide {
  width: 100%;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.project-slider-one-mask {
  width: 100%;
  height: auto;
  max-height: none;
}

.project-slider-one {
  width: 100%;
  background-color: transparent;
  color: transparent;
}

.project-slider-one-slide-image {
  position: static;
  display: none;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.project-slider-one-arrow-head {
  color: #88071b;
}

.project-slider-one-lightbox {
  width: 100%;
}

.project-slider-one-lightbox-image {
  width: 100%;
}

.project-slider-two {
  background-color: transparent;
  color: transparent;
}

.project-slider-two-mask {
  width: auto;
}

.project-slider-two-slide {
  width: 30%;
  margin-right: 40px;
  background-color: #fff;
}

.project-tabs.slider-three {
  position: static;
  color: #0f1015;
}

.tabs-container.slider-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.tab-link {
  display: block;
  width: 50%;
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
  color: #fff;
}

.tab-link.w--current {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #011922;
  color: #88071b;
}

.tab-link.link01 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.tab-link.link02 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.tab-link.link03 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tab-link.link04 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.tab-link.link05 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.tab-link.link06 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.tab-link-placeholder-image {
  height: 0px;
  padding-top: 50%;
}

.tab-link-placeholder-image.p-text {
  padding-top: 0%;
}

.tab-pane {
  height: 0px;
  padding-top: 75%;
}

.tabs-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.tab-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: auto;
}

.tab-image.slider-tab {
  display: none;
}

.tabs-content.slider-three {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
}

.text-block-6 {
  color: #fff;
}

.link-3 {
  display: inline;
}

._33block {
  width: 33.33%;
  height: 300px;
  padding: 5px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #88071b;
}

.tile-text {
  position: absolute;
  left: 25px;
  bottom: 24px;
  z-index: 20;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.37);
}

.hero-tile {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.hero-container {
  position: relative;
  top: auto;
  padding: 5px;
  background-color: #fff;
}

.social-block {
  width: 50%;
  height: 145px;
  float: left;
  background-color: #55acee;
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.social-block:hover {
  background-color: #3d90cf;
}

.social-block.facebook {
  background-color: #3765a3;
  background-image: url('../images/facebook.svg');
  background-size: 50px;
}

.social-block.facebook:hover {
  background-color: #23528f;
}

.social-block.dribbble {
  display: inline-block;
  background-color: #e04c86;
  background-image: url('../images/dribbble.svg');
  background-size: 50px;
}

.social-block.dribbble:hover {
  background-color: #c02c67;
}

.social-block.pinterest {
  background-color: #c92228;
  background-image: url('../images/pinterest.svg');
  background-size: 50px;
}

.social-block.pinterest:hover {
  background-color: #aa1217;
}

.tile-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('../images/SS05.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.tile-image:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tile-image.hire {
  background-image: url('../images/camera-front.jpg');
}

.tile-image.heroimage {
  background-image: url('../images/SS01.png');
  background-position: 50% 50%;
}

.tile-image.productline {
  background-image: url('../images/SS05.png');
  background-position: 0% 50%;
}

.tile-image.oemproduct {
  background-image: url('../images/singleShopPage03.JPG');
  background-position: 0% 50%;
  background-size: cover;
}

.tile-image.affiliateproduct {
  background-image: url('../images/singleShopPage04.JPG');
  background-position: 0% 50%;
}

.tile-image.projectvideo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.tile-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

._60block {
  width: 60%;
  height: 300px;
  padding: 5px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #88071b;
}

._40block {
  position: relative;
  width: 40%;
  height: 300px;
  padding: 5px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #88071b;
}

.lightboxtileimage {
  width: auto;
  height: 100%;
  background-image: url('../images/SS01.png');
  background-position: 50% 50%;
  background-size: cover;
}

.lightboxtileimage.hero {
  background-image: url('../images/MS01.png');
}

.lightboxtileimage.hero.spc {
  background-image: url('../images/SS01.png');
}

.lightboxtileimage.hero.sps {
  background-image: url('../images/specializedPageCreations01-Custom.JPG');
  background-position: 0% 50%;
  background-size: cover;
}

.lightboxtileimage.productline {
  background-image: url('../images/MS05a.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.lightboxtileimage.productline.spc {
  background-image: url('../images/singleShopPage02.JPG');
  background-position: 19% 50%;
}

.lightboxtileimage.productline.sps {
  background-image: url('../images/specializedPageCreations02-Custom.JPG');
  background-position: 100% 50%;
  background-size: cover;
}

.lightboxtileimage.oem {
  background-image: url('../images/MS07a.png');
  background-position: 50% 50%;
  background-size: cover;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.lightboxtileimage.oem.spc {
  background-image: url('../images/singleShopPage03.JPG');
  background-position: 6% 50%;
}

.lightboxtileimage.affiliate {
  background-image: url('../images/MS11.png');
  background-position: 0% 50%;
}

.lightboxtileimage.affiliate.spc {
  background-image: url('../images/singleShopPage04.JPG');
  background-position: 14% 50%;
}

.lightboxtileimage.affiliate.sps {
  background-image: url('../images/LandingPage.png');
  background-position: 17% 50%;
  background-size: auto 150px;
  background-repeat: no-repeat;
}

.lightboxtileimage.process.sps {
  background-image: url('../images/LandingPage02.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-4 {
  width: 100%;
  height: 100%;
}

.lightboxlinksingle {
  width: 100%;
  height: 100%;
  text-align: center;
}

.lightboxvideolinkimage {
  margin-top: 20%;
  color: #011922;
}

.lightboxvideolinkimage.demo {
  font-size: 18px;
}

.all-projects-button-container {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #011922;
}

.services-wrapper {
  text-align: center;
}

.services-title {
  margin-bottom: 24px;
  color: #d3d3d3;
  font-weight: 600;
  letter-spacing: 1px;
}

.services-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.service {
  width: 33%;
}

._3-col {
  display: inline-block;
  width: 220px;
  margin-right: 20px;
}

._3-col.service {
  width: 33%;
}

.content9-item-wrap {
  padding-right: 20px;
}

.content9-icon {
  width: auto;
  margin-bottom: 0px;
  opacity: 1;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: 0.6;
}

.service-title {
  color: #d3d3d3;
}

.image-17 {
  width: 50%;
  margin-top: 20px;
}

.image-18 {
  width: 50%;
  margin-top: 20px;
}

.video-image-icon {
  width: 50%;
  margin-top: 20px;
}

.video-image-icon.hero {
  position: absolute;
  left: 70px;
  bottom: 6px;
  width: 50%;
  margin-top: 0px;
  padding-top: 10px;
  padding-left: 10px;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: transparent;
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.hero-image-video {
  position: relative;
}

.image-19 {
  opacity: 0.8;
}

.image-20 {
  opacity: 1;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  cursor: auto;
}

.image-20:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    position: relative;
  }

  .container {
    width: 95%;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background-color: #000;
  }

  .navbar-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #060606;
  }

  .container-2 {
    padding-right: 3em;
    padding-left: 3em;
  }

  .hero-name {
    font-size: 16vw;
  }

  .hero-wrapper {
    height: auto;
    min-height: 700px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 80px;
  }

  .hero-description {
    margin-top: 0px;
  }

  .brand {
    display: block;
  }

  .section {
    min-height: auto;
    margin-top: 10px;
  }

  .work.lightbox-content {
    padding-top: 59px;
    padding-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .work-item {
    padding-right: 24px;
    padding-left: 24px;
  }

  .work-description {
    max-width: none;
  }

  .work-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .work-title {
    margin-bottom: 24px;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .about-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.4fr 1fr;
    grid-template-columns: 0.4fr 1fr;
  }

  .about-bio {
    line-height: 1.5;
    text-align: center;
  }

  .about-image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .about-cv {
    margin-top: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 16px;
  }

  .cv-column.first {
    width: 45%;
    padding-left: 45px;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .cv-column.second {
    width: 45%;
    padding-left: 45px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .cv-column.fourth {
    width: 45%;
    padding-left: 45px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .cv-column.fourth.mobile2 {
    display: none;
  }

  .cv-column.third {
    width: 45%;
    padding-left: 45px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .list-item {
    font-size: 16px;
  }

  .contact-wrapper {
    display: block;
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .contact-title {
    font-size: 34px;
    text-align: center;
  }

  .contact-link {
    font-size: 48px;
  }

  .footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer.blue-background {
    padding-bottom: 40px;
  }

  .div-block {
    width: 45%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    padding: 24px;
    background-color: #060606;
  }

  .text-block-5 {
    font-size: 28px;
  }

  .text-block-lightbox {
    width: 100%;
  }

  .modal-outer-wrapper.pdcp {
    display: none;
  }

  .certificate-flask_django {
    padding-right: 0px;
  }

  .div-block-6 {
    width: 45%;
  }

  .div-block-7 {
    width: 45%;
  }

  .work-lightbox-block {
    width: 45%;
    text-align: center;
  }

  .work-lightbox-block.specialize-page {
    width: 45%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading {
    font-size: 50px;
  }

  .lightbox-image {
    width: 100.0000545245276%;
  }

  .form-block {
    width: 80%;
    margin-top: 20px;
  }

  .contact-title-block {
    width: 100%;
  }

  .intro-image {
    width: auto;
    background-color: transparent;
  }

  .footer-block {
    width: 20%;
  }

  .footer-block.nav-menu {
    width: 20%;
    padding: 0px;
    background-color: transparent;
  }

  .footer-block.footer-contactus {
    width: 50%;
  }

  .guarentee-callback {
    text-align: center;
  }

  .all-projects-button {
    width: 40%;
  }

  .project-container.blue-background.tile.spc {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .project-container.blue-background.tile.mpc {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .project-container.blue-background.tile.sps {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .project-item.sliderone {
    display: block;
  }

  .project-item.slider-three {
    position: static;
    display: block;
  }

  .project-images.slider-one {
    width: 100%;
    margin-top: 40px;
  }

  .project-description.slider-three {
    text-align: center;
  }

  .project-text {
    position: relative;
    width: 100%;
  }

  .project-text.slider-one {
    width: 100%;
  }

  .project-title.slider-three {
    text-align: center;
  }

  .project-tabs.slider-three {
    position: static;
  }

  .tab-link {
    text-align: center;
  }

  .tab-link-placeholder-image {
    position: static;
    padding-top: 30%;
  }

  .tab-link-placeholder-image.p-images {
    padding-top: 0%;
  }

  .tab-link-placeholder-image.p-text {
    padding-top: 45%;
  }

  .tab-pane {
    padding-top: 50%;
  }

  .tab-image.slider-three {
    height: 65%;
  }

  .tabs-content.slider-three {
    left: 115px;
    top: 35%;
    right: 0px;
    bottom: auto;
    z-index: 0;
    width: 68%;
  }

  .tile-text {
    left: 22px;
    bottom: 22px;
    font-size: 30px;
    line-height: 33px;
  }

  ._3-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .content9-item-wrap {
    padding-right: 0px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
    line-height: 1.5;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  img {
    width: 100%;
  }

  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar {
    height: 70px;
  }

  .nav-link {
    padding-top: 0px;
    padding-bottom: 8px;
  }

  .hero-section {
    height: auto;
  }

  .hero-name {
    margin-bottom: -0.24em;
    font-size: 24vw;
    line-height: 1;
  }

  .hero-wrapper {
    height: auto;
    min-height: 500px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 60px;
    border-bottom-style: none;
  }

  .hero-description {
    margin-top: 0px;
  }

  .section {
    min-height: auto;
    margin-top: 10px;
  }

  .section.lightbox {
    min-height: 600px;
  }

  .work-wrapper {
    display: block;
  }

  .work {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .work.lightbox-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .work-item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider {
    margin-top: 40px;
    margin-bottom: 24px;
    background-color: transparent;
  }

  .work-title {
    font-size: 32px;
  }

  .work-bot {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .work-meta-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .arrow-icon {
    width: auto;
  }

  .work-meta {
    margin-right: 0px;
    margin-bottom: 8px;
  }

  .slide-nav {
    position: static;
    background-color: transparent;
    font-size: 9px;
  }

  .slide-nav.dark {
    color: #060606;
  }

  .about-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .about-image {
    width: 60%;
  }

  .about-cv {
    margin-top: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 400;
  }

  .cv-column {
    width: 45%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .cv-column.first {
    width: 45%;
    padding-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .cv-column.second {
    padding-left: 0px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .cv-column.fourth {
    padding-left: 0px;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .cv-column.fourth.mobile2 {
    display: none;
  }

  .cv-column.third {
    padding-left: 0px;
  }

  .column-title.mobile {
    display: none;
  }

  .list-item {
    font-size: 16px;
  }

  .testimonial-wrapper {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .client-info {
    margin-top: 24px;
  }

  .avatar {
    width: 60px;
    height: 60px;
    margin-right: 16px;
  }

  .client-name {
    font-size: 16px;
  }

  .contact-wrapper {
    display: block;
    padding-top: 0px;
    padding-bottom: 40px;
    text-align: center;
  }

  .contact-title {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .contact-link {
    font-size: 32px;
  }

  .footer {
    margin-top: 0px;
    padding: 40px 20px;
  }

  .footer.blue-background {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .license-wrapper {
    padding: 16px;
  }

  .testimonial-text {
    font-size: 20px;
  }

  .project_container.white-background {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-8 {
    height: auto;
  }

  .text-block-5 {
    font-size: 22px;
  }

  .section-divider {
    height: 100px;
  }

  .div-block-4 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-5 {
    margin-right: auto;
    margin-left: auto;
  }

  .work-lightbox-block.specialize-page {
    width: 45%;
    margin-right: auto;
    margin-left: auto;
  }

  .form-block {
    width: 100%;
    margin-top: 20px;
  }

  .contact-title-block {
    width: 100%;
  }

  .intro-image {
    width: auto;
    background-color: transparent;
  }

  .footer-block {
    width: auto;
  }

  .footer-block.nav-menu {
    width: auto;
    margin-top: 20px;
  }

  .footer-block.footer-contactus {
    width: auto;
    margin-top: 20px;
  }

  .image-15 {
    width: auto;
  }

  .image-16 {
    width: auto;
  }

  .all-projects-button {
    width: 50%;
  }

  .container-3 {
    display: none;
  }

  .project-container.blue-background {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .project-container.blue-background.tile.spc {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .project-item.sliderone {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .project-tabs.slider-three {
    margin-top: 0px;
  }

  .tabs-container.slider-three {
    margin-top: 0px;
    padding-top: 200px;
  }

  .tab-link-placeholder-image.p-text {
    margin-top: 0px;
    padding-top: 25%;
    padding-bottom: 0px;
  }

  .tabs-content.slider-three {
    left: auto;
    top: 34%;
    right: -5px;
    display: block;
    width: 100%;
  }

  ._33block {
    height: 250px;
    border-color: #011922;
  }

  .tile-text {
    left: 17px;
    bottom: 14px;
    font-size: 23px;
    line-height: 29px;
  }

  .hero-container {
    top: auto;
    padding: 0px;
  }

  .social-block {
    background-size: 40px;
  }

  .social-block.facebook {
    background-size: 40px;
  }

  .social-block.dribbble {
    background-size: 40px;
  }

  .social-block.pinterest {
    background-size: 40px;
  }

  ._60block {
    border-color: #011922;
  }

  ._40block {
    border-color: #011922;
  }

  .projecttiles {
    height: auto;
  }

  .content9-icon {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
    line-height: 1.4;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 14px;
  }

  img {
    width: auto;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar {
    height: auto;
  }

  .nav-link {
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .container-2 {
    padding-right: 1em;
    padding-left: 1em;
  }

  .hero-name {
    width: 100%;
    margin-bottom: -0.24em;
    font-size: 24vw;
  }

  .hero-wrapper {
    height: auto;
    min-height: 480px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero-image {
    width: 57vw;
    height: auto;
  }

  .hero-description {
    max-width: 260px;
    margin-top: 0px;
    font-size: 18px;
    line-height: 1.4;
  }

  .section {
    min-height: auto;
    margin-top: 0px;
  }

  .section.lightbox {
    display: block;
  }

  .work.blue-background {
    height: auto;
    padding-top: 22px;
    padding-bottom: 0px;
  }

  .work.dark-blue {
    padding-top: 22px;
    padding-bottom: 0px;
  }

  .work.red {
    padding-top: 22px;
    padding-bottom: 0px;
  }

  .work.light-skin {
    padding-top: 22px;
    padding-bottom: 0px;
  }

  .work.lightbox-content {
    padding-top: 21px;
    padding-bottom: 0px;
  }

  .work-description {
    width: 100%;
  }

  .work-top {
    display: block;
    margin-left: 0px;
    text-align: left;
  }

  .work-title {
    width: 100%;
  }

  .work-title.dark {
    width: 100%;
  }

  .about-bio {
    font-size: 18px;
  }

  .about-image {
    width: 100%;
    height: auto;
  }

  .about-cv {
    display: block;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cv-column.first {
    width: 100%;
    text-align: center;
  }

  .cv-column.second {
    width: 100%;
    text-align: center;
  }

  .cv-column.fourth {
    display: none;
    width: 100%;
  }

  .cv-column.fourth.mobile2 {
    display: block;
    text-align: center;
  }

  .cv-column.third {
    display: none;
    width: 100%;
  }

  .column-title {
    display: block;
    margin-bottom: 16px;
    text-align: center;
  }

  .column-title.mobile {
    display: block;
  }

  .column-title.nomobile {
    display: none;
  }

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

  .contact-wrapper {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .contact-title {
    font-size: 22px;
  }

  .footer {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer.blue-background {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .footer-wrapper {
    display: block;
    text-align: center;
  }

  .project_container.white-background {
    padding: 40px 10px;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .text-block-lightbox {
    font-size: 14px;
  }

  .section-divider {
    height: 100px;
  }

  .work-lightbox-block.specialize-page {
    width: 45%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading {
    font-size: 28px;
  }

  .form-block {
    width: 100%;
    margin-top: 25px;
  }

  .contact-title-block {
    width: 100%;
  }

  .image-13 {
    background-color: #fff;
  }

  .image-14 {
    background-color: #fff;
  }

  .intro-image {
    width: 40px;
    background-color: transparent;
  }

  .footer-block {
    width: auto;
    margin-top: 0px;
  }

  .footer-block.nav-menu {
    width: auto;
    margin-top: 20px;
  }

  .footer-block.footer-contactus {
    width: auto;
    margin-top: 20px;
  }

  .div-block-9 {
    width: 100%;
  }

  .footer-image {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-contactus {
    font-size: 12px;
  }

  .guarentee-callback {
    font-size: 12px;
  }

  .image-16 {
    width: 76.92308279184195%;
    height: auto;
  }

  .all-projects-button {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .project-container.blue-background {
    padding: 40px 10px;
  }

  .project-container.blue-background.tile.spc {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .project-container.blue-background.tile.mpc {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .project-container.blue-background.tile.sps {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .project-item.sliderone {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .project-images.slider-one {
    height: auto;
  }

  .project-description.slider-three {
    text-align: left;
  }

  .project-text {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .project-text.slider-one {
    padding-right: 0px;
    padding-left: 0px;
  }

  .project-title.slider-three {
    text-align: left;
  }

  .project-slider-one {
    height: 50%;
  }

  .tabs-container.slider-three {
    padding-top: 25%;
    font-size: 16px;
  }

  .tab-link {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 12px;
  }

  .tab-link.w--current {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .tab-link.link01 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .tab-link.link03 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .tab-link.link04 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .tab-link.link05 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .tab-link.link06 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .tabs-content.slider-three {
    top: 50%;
  }

  ._33block {
    width: 100%;
  }

  ._33block.demo {
    height: auto;
  }

  .tile-text {
    left: 30px;
    bottom: 30px;
    font-size: 35px;
    line-height: 35px;
  }

  ._60block {
    width: 100%;
  }

  ._40block {
    width: 100%;
  }

  .lightboxvideolinkimage.demo {
    margin-top: 0%;
  }

  .services-body {
    display: block;
  }

  ._3-col.service {
    display: block;
    width: 100%;
  }

  .content9-icon {
    width: 40px;
  }
}

#w-node-_0dc64f45-4fec-8c8a-55e7-6b7b013e2869-977598ec {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

