a {
  color: #333;
  text-decoration : none;
}

a:hover {
  color: #05bcff;
}

.description_shell {
  display: block;
  width: 956px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.description_text {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
  text-transform: none;
}

.head_text {
  margin-top: 0px;
  padding-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
}

.head_shell {
  display: block;
  width: 976px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

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

.works_galery {
  display: block;
  width: 732px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery_item {
  width: 224px;
  height: 153px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-3 {
  height: 16px;
}

.gallery_item_name {
  height: 22px;
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.heel_text_shell {
  display: block;
  width: 732px;
  height: 220px;
  margin-right: auto;
  margin-left: auto;
}

.heel_names_text {
  width: 170px;
  height: 160px;
  margin-top: 30px;
  margin-right: 50px;
  margin-bottom: 30px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.heel_address_text {
  width: 200px;
  margin-top: 30px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.heel {
  height: 220px;
  background-color: #f5f5f5;
  box-shadow: inset 0 5px 35px -5px hsla(0, 0%, 40%, .5);
}

.sub_heading {
  display: block;
  margin-bottom: 30px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.clients_item {
  width: 224px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 976px;
  margin: 0px auto 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.clients_item_name {
  height: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #535353;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.image-3 {
  height: 90px;
  margin-top: 65px;
  float: right;
}

.link {
  width: 22px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.link:hover {
  color: #05bcff;
  font-weight: 400;
}

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  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;
}

.dl_logo {
  height: 250px;
  text-align: left;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 976px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.showreel {
  display: block;
  width: 244px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.description_text_highlight {
  display: block;
  width: 976px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
  text-transform: none;
}

.clients_heading {
  display: block;
  width: 976px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.image-4 {
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-5 {
  opacity: 0.8;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-6 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-7 {
  opacity: 0.8;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-8 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-9 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-10 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-11 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.link_language {
  width: 35px;
  margin-right: 10px;
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.link_language:hover {
  color: #05bcff;
  font-weight: 700;
}

@media (max-width: 991px) {
  .description_shell {
    width: 748px;
    margin-top: 30px;
    font-size: 12px;
  }
  .head_shell {
    width: 768px;
    margin-top: 30px;
  }
  .sub_heading {
    padding-left: 0px;
    text-align: center;
  }
  .clients {
    width: 768px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .image-3 {
    margin-right: 50px;
  }
  .dl_logo {
    height: 200px;
  }
  .gallery {
    width: 758px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .description_text_highlight {
    font-size: 18px;
  }
  .clients_heading {
    width: 768px;
  }
}

@media (max-width: 767px) {
  .description_shell {
    width: 480px;
    margin-top: 20px;
  }
  .description_text {
    display: block;
    width: 440px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
  }
  .head_shell {
    width: 480px;
    margin-top: 30px;
    padding-left: 15px;
  }
  .works_galery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 480px;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gallery_item {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .gallery_item_name {
    font-size: 17px;
  }
  .heel_text_shell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 480px;
    height: 580px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heel_names_text {
    width: 200px;
    margin-top: 50px;
    margin-right: 0px;
    font-size: 18px;
    text-align: center;
  }
  .heel_address_text {
    font-size: 18px;
    text-align: center;
  }
  .heel {
    height: 580px;
  }
  .sub_heading {
    margin-bottom: 30px;
    font-size: 19px;
  }
  .clients_item {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .clients {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 480px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-3 {
    margin-top: 0px;
    margin-right: 0px;
  }
  .link {
    font-size: 18px;
  }
  .dl_logo {
    height: 150px;
  }
  .gallery {
    width: 480px;
    margin-top: 30px;
  }
  .showreel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 480px;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .description_text_highlight {
    width: 440px;
    font-size: 18px;
  }
  .clients_heading {
    width: 480px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 19px;
  }
  .image-4 {
    margin-top: 36px;
  }
  .image-5 {
    margin-top: -15px;
  }
  .image-6 {
    margin-top: -22px;
  }
  .image-7 {
    margin-top: -10px;
  }
  .image-8 {
    margin-top: -50px;
  }

  .link_language {
    margin-right: 22px;
  }
}

@media (max-width: 479px) {
  .description_shell {
    width: 320px;
  }
  .description_text {
    width: 280px;
    font-size: 15px;
    text-align: justify;
  }
  .head_text {
    display: block;
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    line-height: 40px;
  }
  .head_shell {
    width: 320px;
    height: 80px;
  }
  .works_galery {
    width: 320px;
    margin-top: 10px;
  }
  .gallery_item_name {
    font-size: 15px;
  }
  .heel_text_shell {
    width: 320px;
    height: 560px;
  }
  .heel_names_text {
    font-size: 15px;
  }
  .heel_address_text {
    font-size: 15px;
  }
  .heel {
    height: 560px;
  }
  .sub_heading {
    margin-bottom: 30px;
    font-size: 17px;
  }
  .clients {
    width: 320px;
  }
  .link {
    font-size: 15px;
  }
  .dl_logo {
    height: 150px;
  }
  .gallery {
    width: 320px;
    margin-top: 30px;
  }
  .showreel {
    width: 320px;
    margin-top: 30px;
  }
  .description_text_highlight {
    width: 280px;
  }
  .clients_heading {
    width: 320px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@font-face {
  font-family: 'typewriter';
  src: url('../fonts/Mom«t___.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
