:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: red;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

h2 {
  color: red;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 26px;
  font-family: PT Serif, serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

h3 {
  float: none;
  text-align: left;
  margin: -1px 0 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

p {
  float: none;
  color: #000;
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 27px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  line-height: 24px;
  list-style-type: none;
  display: block;
}

img {
  text-align: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: 4px 15px;
  text-decoration: none;
  display: inline-block;
}

.nav-bar {
  background-color: #fff;
  border: 1px solid red;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.link.w--current {
  margin-right: 0;
}

.link.services {
  font-size: 22px;
  line-height: 26px;
}

.company-name {
  float: left;
  color: red;
  margin-top: 21px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 35px;
  font-weight: 500;
  text-decoration: none;
}

.about-us-section {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.about-us-section.about-us {
  padding-top: 47px;
  padding-bottom: 74px;
}

.about-us-section.red-strip {
  background-color: #0000;
  background-image: linear-gradient(#fafafa00 28%, #ff00006e 58%, red);
  height: 150px;
  margin-top: 60px;
  inset: auto 0 0;
}

.about-us-section.service1 {
  margin-top: 180px;
}

.about-us-section.service2 {
  margin-top: 200px;
}

.about-us-section.service3 {
  margin-top: 400px;
}

.header {
  text-align: left;
  height: 350px;
  font-size: 18px;
}

.header.main-header {
  height: 400px;
  padding-bottom: 0;
}

.brand {
  float: left;
  clear: none;
  position: relative;
  top: 0;
  left: 115px;
  right: 0;
}

.nav-link {
  float: right;
  margin-top: 14px;
  margin-right: -6px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color .5s, transform .5s;
}

.nav-link:hover {
  color: red;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  transform: translate(0, -3px);
}

.nav-link:focus {
  color: red;
  transform: translate(0, -3px);
}

.nav-link.box {
  float: right;
  margin-right: auto;
  padding-right: 20px;
}

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

.container.header-container {
  position: relative;
  top: 225px;
}

.container.services-page {
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  display: block;
}

.text {
  text-align: left;
  padding-top: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.text.about-us {
  text-align: left;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 14px 14px 0;
  font-size: 22px;
  line-height: 24px;
}

.text.services {
  direction: ltr;
  text-align: left;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  display: block;
}

.columns {
  background-image: none;
}

.columns.about-us {
  background-color: #fff;
  border-radius: 5px 5px 5px 0;
}

.paragraph {
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph.clients-page {
  text-align: center;
  padding: 11px 10px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph.contact-us-page {
  float: none;
  text-align: left;
  padding-left: 150px;
  font-size: 24px;
  line-height: 27px;
}

.paragraph.process {
  text-align: left;
  margin-top: 10px;
  padding: 0 15px 15px 0;
}

.paragraph.clients {
  margin-top: 49px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 24px;
  line-height: 25px;
}

.div-block {
  height: 400px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block.process {
  height: auto;
  min-height: 50px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.div-block.clients {
  padding-top: 42px;
  padding-left: 0;
}

.div-block.services {
  height: auto;
}

.header-paragraph {
  z-index: 1;
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 37px;
  line-height: 24px;
  list-style-type: disc;
  position: relative;
}

.header-columns {
  z-index: 1;
  position: relative;
}

.header-div-block {
  z-index: 0;
  background-image: url('../images/Home-Photo.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  height: 375px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.header-text {
  color: #fff;
  text-align: center;
  margin-top: -113px;
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 37px;
}

.section_1-services {
  background-color: #0000;
  background-image: linear-gradient(red, #ff0000a8 61%, #fff0 93%);
  padding-top: 177px;
}

.container_services_header {
  padding-top: 0;
}

.div-block_services {
  margin: 31px 21px;
  padding-top: 0;
  padding-bottom: 0;
}

.list_paragrpah {
  text-align: left;
  line-height: 23px;
  list-style-type: none;
}

.heading_serices {
  color: red;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.section_3-services {
  background-color: #0000;
}

.color-strip {
  background-image: linear-gradient(red, #fcbbbb5e);
  padding-top: 33px;
  padding-bottom: 33px;
}

.color-strip.services {
  background-image: linear-gradient(#fff0, #ff000063 40%, red);
  margin-top: 163px;
  margin-bottom: 174px;
  padding-bottom: 62px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.list {
  padding: 14px 37px;
  font-size: 18px;
  line-height: 22px;
}

.list.clients-page {
  color: #333;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.section_1-clients {
  background-image: linear-gradient(red, #fca7a787);
  margin-top: 83px;
}

.section_2-clients {
  border-color: red;
  margin-top: 27px;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.section_2-clients.team {
  margin-top: 15px;
}

.section_2-clients.i-e {
  margin-bottom: 51px;
}

.section_2-clients.service1 {
  margin-top: 32px;
}

.tiitle.clients-page {
  padding-top: 25px;
  padding-bottom: 56px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.heading {
  padding: 20px 152px;
}

.heading.team {
  text-align: left;
}

.important-text {
  color: red;
  font-size: 26px;
}

.item-list.services {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image {
  float: left;
  text-align: center;
  border: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: relative;
  top: -91px;
  left: 0;
  right: 0;
}

.image.services {
  clear: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.image.process {
  clear: none;
  text-align: left;
  transition: none .5s;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  transform: none;
}

.image.process:hover {
  transform: none;
}

.image.pid {
  top: -53px;
}

.heading_process {
  color: #fc0303;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  line-height: 20px;
}

.title.process {
  color: #eb0000;
  margin-bottom: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 43px;
  font-weight: 600;
}

.title.c-design {
  font-size: 43px;
}

.list-iem {
  color: #000;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 17px;
  line-height: 22px;
}

.section.client {
  margin-bottom: 250px;
  padding-bottom: 0;
}

.size {
  float: left;
}

.background {
  background-image: url('../images/Working.JPG');
}

.map {
  padding-bottom: 62px;
  padding-right: 277px;
}

.text_team {
  font-size: 18px;
  font-weight: 400;
}

.text_team.extra {
  margin-top: 24px;
}

.div_block_team {
  margin-top: 30px;
  margin-bottom: 30px;
}

.jerry {
  margin: 0 0 0 1px;
  padding: 0;
}

.why {
  perspective: 1000px;
  text-align: center;
  transition: opacity .483s ease-in-out, padding .2s;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

html.w-mod-js [data-ix="nav-bar-main-load"] {
  transform: translate(0, -85px);
}

@media screen and (max-width: 991px) {
  .paragraph.contact-us-page {
    padding-left: 0;
  }
}


