.row {
  max-width: 75%;
  margin: 1rem auto; }

.col-3-of-4 {
  width: calc(((100% - 3*3rem)/4)*3);
  float: left;
  margin-right: 3rem;
  margin-left: 1rem; }

.col-1-of-4 {
  width: calc((100%-3rem)/4);
  float: left; }

.col-1-of-2 {
  max-height: 25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: calc((85%-2*4rem)/2);
  background-color: #65ad45;
  margin: 10px;
  float: left;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease-out; }
  .col-1-of-2:hover {
    transform: scale(1.05); }

.row {
  position: relative; }
  .row .col-1-of-3:not(:last-child) {
    margin-right: 2rem; }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 2rem)/3);
    background-color: #7e2934;
    float: left;
    text-align: center;
    transition: all 0.5s ease-out; }
    .row .col-1-of-3::before {
      display: block;
      content: "";
      background-color: #6b232c;
      width: 0;
      transition: all 1s; }
    .row .col-1-of-3:hover {
      transform: scale(1.05); }
      .row .col-1-of-3:hover::before {
        width: 100%; }
  .row a {
    text-decoration: none; }
  .row p {
    color: white;
    margin-top: -2.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem; }

@keyframes moveinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveinright {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes btn {
  0% {
    background-color: #7a232f; }
  100% {
    background-color: #661d27; } }

@keyframes moveinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveinright {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes btn {
  0% {
    background-color: #7a232f; }
  100% {
    background-color: #661d27; } }

.form {
  font-family: inherit;
  width: 100%;
  background-color: white;
  padding: 2rem 1.5rem;
  text-align: center; }
  .form-group {
    outline: none;
    display: block;
    margin-bottom: 2rem; }
    .form-group-btn {
      font-family: inherit;
      margin-top: 1rem;
      padding: 0.5rem;
      font-size: 2rem;
      color: white;
      background-color: #7a232f;
      border: white solid 0.1rem;
      border-radius: 10px;
      box-shadow: 1px 3px 6px 3px rgba(0, 0, 0, 0.322);
      text-transform: uppercase; }
      .form-group-btn:hover {
        animation: btn .4s; }
  .form-control {
    font-family: inherit;
    font-size: 1rem;
    padding: 0.3rem 1rem;
    min-width: 80%;
    max-width: 60rem;
    height: 2rem;
    color: gray;
    outline: none; }
    .form-control:focus {
      border-bottom: 5px solid #7a232fad; }

iframe {
  display: block;
  margin: 1rem auto; }

.footer {
  font-family: inherit;
  background-color: black;
  padding: 1.5rem 0 1.5rem 0;
  text-align: center; }
  .footer-list {
    list-style: none;
    text-align: center; }
    .footer-list-item {
      display: inline-block;
      list-style: none;
      color: white;
      text-decoration: none; }
    .footer-list-link {
      font-family: inherit;
      text-decoration: none;
      color: white;
      font-size: 1rem; }
  .footer-para {
    color: white;
    text-align: center;
    margin-top: 1rem;
    font-size: 0.8rem; }
  .footer span {
    display: block;
    margin-top: 1rem; }

@keyframes moveinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveinright {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes btn {
  0% {
    background-color: #7a232f; }
  100% {
    background-color: #661d27; } }

.smallFormat {
  position: relative;
  min-height: 45rem;
  background-image: url("../Images/Home/smallFormat.png");
  background-size: cover;
  background-position: top;
  color: white;
  overflow: hidden; }
  .smallFormat ul {
    margin-top: 2rem;
    list-style: none; }
  .smallFormat li {
    color: #ececec;
    display: inline-block;
    font-family: inherit;
    font-size: 1.6rem;
    padding: 0.5rem; }
  .smallFormat_box_text {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 2rem;
    text-align: center; }
    .smallFormat_box_text > h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: 3rem;
      font-weight: 500;
      text-transform: uppercase;
      animation-name: moveinleft;
      animation-duration: 1s; }
    .smallFormat_box_text span {
      font-family: 'Montserrat', sans-serif;
      font-size: 2rem;
      font-weight: 300;
      margin-top: .5rem;
      line-height: 1.5;
      text-transform: none;
      letter-spacing: -0.0375rem;
      hyphens: auto;
      animation: moveinright 1s; }
    .smallFormat_box_text > h1, .smallFormat_box_text span {
      display: block; }
    .smallFormat_box_text > h1 span {
      width: 100%; }

.row .col-3-of-4 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  animation-name: moveinleft;
  animation-duration: 1s; }

.row .col-3-of-4 h1, .row .col-3-of-4 span {
  display: block; }

.row .col-3-of-4 span {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  margin-top: .5rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: -0.0375rem;
  hyphens: auto;
  animation: moveinright 1s; }

@keyframes moveinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveinright {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes btn {
  0% {
    background-color: #7a232f; }
  100% {
    background-color: #661d27; } }

.largeFormat {
  position: relative;
  min-height: 45rem;
  background-image: url("../Images/Home/largeFormat.png");
  background-size: cover;
  background-position: bottom;
  color: black;
  overflow: hidden;
  border-bottom: 5px solid #7e2934; }
  .largeFormat ul {
    margin-top: 2rem;
    list-style: none; }
  .largeFormat li {
    color: black;
    display: inline-block;
    font-family: inherit;
    font-size: 1.6rem;
    padding: 0.5rem; }
  .largeFormat_box_text {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 2rem;
    text-align: center; }
    .largeFormat_box_text > h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: 3rem;
      font-weight: 500;
      text-transform: uppercase;
      animation-name: moveinleft;
      animation-duration: 1s; }
    .largeFormat_box_text span {
      font-family: 'Montserrat', sans-serif;
      font-size: 2rem;
      font-weight: 300;
      margin-top: .5rem;
      line-height: 1.5;
      text-transform: none;
      letter-spacing: -0.0375rem;
      hyphens: auto;
      animation: moveinright 1s; }
    .largeFormat_box_text > h1, .largeFormat_box_text span {
      display: block; }
    .largeFormat_box_text > h1 span {
      width: 100%; }

.row .col-3-of-4 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  animation-name: moveinleft;
  animation-duration: 1s; }

.row .col-3-of-4 h1, .row .col-3-of-4 span {
  display: block; }

.row .col-3-of-4 span {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  margin-top: .5rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: -0.0375rem;
  hyphens: auto;
  animation: moveinright 1s; }

@keyframes moveinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveinright {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes btn {
  0% {
    background-color: #7a232f; }
  100% {
    background-color: #661d27; } }

.commercialOffset {
  position: relative;
  min-height: 45rem;
  background-image: linear-gradient(105deg, #056af7 0%, #056af7 50%, rgba(0, 0, 0, 0) 50%), url("../Images/Home/commercialOffset.png");
  background-size: cover;
  background-position: top;
  color: white;
  overflow: hidden; }
  .commercialOffset ul {
    margin-top: 2rem;
    list-style: none; }
  .commercialOffset li {
    color: #ececec;
    display: inline-block;
    font-family: inherit;
    font-size: 1.6rem;
    padding: 0.5rem; }
  .commercialOffset_box_text {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    padding: 0 2rem;
    text-align: center; }
    .commercialOffset_box_text > h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: 3rem;
      font-weight: 500;
      text-transform: uppercase;
      animation-name: moveinleft;
      animation-duration: 1s; }
    .commercialOffset_box_text span {
      font-family: 'Montserrat', sans-serif;
      font-size: 2rem;
      font-weight: 300;
      margin-top: .5rem;
      line-height: 1.5;
      text-transform: none;
      letter-spacing: -0.0375rem;
      hyphens: auto;
      animation: moveinright 1s; }
    .commercialOffset_box_text > h1, .commercialOffset_box_text span {
      display: block; }
    .commercialOffset_box_text > h1 span {
      width: 100%; }

.row .col-3-of-4 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  animation-name: moveinleft;
  animation-duration: 1s; }

.row .col-3-of-4 h1, .row .col-3-of-4 span {
  display: block; }

.row .col-3-of-4 span {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  margin-top: .5rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: -0.0375rem;
  hyphens: auto;
  animation: moveinright 1s; }

@keyframes moveinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveinright {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes btn {
  0% {
    background-color: #7a232f; }
  100% {
    background-color: #661d27; } }

.creative {
  position: relative;
  min-height: 45rem;
  background-image: url("../Images/Home/creative.png");
  background-size: cover;
  background-position: bottom;
  color: black;
  overflow: hidden;
  border-bottom: 5px solid #7e2934; }
  .creative_box_text {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 2rem;
    text-align: center; }
    .creative_box_text > h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: 3rem;
      font-weight: 500;
      text-transform: uppercase;
      animation-name: moveinleft;
      animation-duration: 1s; }
    .creative_box_text span {
      font-family: 'Montserrat', sans-serif;
      font-size: 2rem;
      font-weight: 300;
      margin-top: .5rem;
      line-height: 1.5;
      text-transform: none;
      letter-spacing: -0.0375rem;
      hyphens: auto;
      animation: moveinright 1s; }
    .creative_box_text > h1, .creative_box_text span {
      display: block; }
    .creative_box_text > h1 span {
      width: 100%; }

.premedia {
  position: relative;
  min-height: 45rem;
  background-image: url("../Images/Home/creative_premedia.png");
  background-size: cover;
  background-position: bottom;
  color: white;
  overflow: hidden;
  border-bottom: 5px solid #7e2934; }
  .premedia ul {
    margin-top: 2rem;
    list-style: none; }
  .premedia li {
    color: white;
    display: inline-block;
    font-family: inherit;
    font-size: 1.6rem;
    padding: 0.5rem; }
  .premedia_box_text {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 2rem;
    text-align: center;
    right: 2rem; }
    .premedia_box_text > h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: 3rem;
      font-weight: 500;
      text-transform: uppercase;
      animation-name: moveinleft;
      animation-duration: 1s; }
    .premedia_box_text span {
      font-family: 'Montserrat', sans-serif;
      font-size: 2rem;
      font-weight: 300;
      margin-top: .5rem;
      line-height: 1.5;
      text-transform: none;
      letter-spacing: -0.0375rem;
      hyphens: auto;
      animation: moveinright 1s; }
    .premedia_box_text > h1, .premedia_box_text span {
      display: block; }
    .premedia_box_text > h1 span {
      width: 100%; }

.row .col-3-of-4 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  animation-name: moveinleft;
  animation-duration: 1s; }

.row .col-3-of-4 h1, .row .col-3-of-4 span {
  display: block; }

.row .col-3-of-4 span {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  margin-top: .5rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: -0.0375rem;
  hyphens: auto;
  animation: moveinright 1s; }

@keyframes moveinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveinright {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes btn {
  0% {
    background-color: #7a232f; }
  100% {
    background-color: #661d27; } }

.directmail {
  position: relative;
  min-height: 45rem;
  background-image: url("../Images/Home/directMail.png");
  background-size: cover;
  background-position: bottom;
  color: white;
  overflow: hidden;
  border-bottom: 5px solid #7e2934;
  padding-top: 1rem; }
  .directmail_box_text {
    width: 60%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 2rem;
    text-align: center; }
    .directmail_box_text > h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: 3rem;
      font-weight: 500;
      text-transform: uppercase;
      animation-name: moveinleft;
      animation-duration: 1s; }
    .directmail_box_text span {
      font-family: 'Montserrat', sans-serif;
      font-size: 2rem;
      font-weight: 300;
      margin-top: .5rem;
      line-height: 1.5;
      text-transform: none;
      letter-spacing: -0.0375rem;
      hyphens: auto;
      animation: moveinright 1s; }
    .directmail_box_text > h1, .directmail_box_text span {
      display: block; }
    .directmail_box_text > h1 span {
      width: 100%; }

.lettershop {
  position: relative;
  min-height: 45rem;
  background-image: linear-gradient(to left, #f8f8f8, rgba(231, 231, 231, 0.123)), url("../Images/Home/lettershop.png");
  background-size: cover;
  background-position: bottom;
  color: black;
  overflow: hidden;
  border-bottom: 5px solid #7e2934; }
  .lettershop ul {
    margin-top: 2rem;
    list-style: none; }
  .lettershop li {
    color: black;
    display: inline-block;
    font-family: inherit;
    font-size: 1.6rem;
    padding: 0.5rem; }
  .lettershop_box_text {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 2rem;
    text-align: center;
    right: 2rem;
    padding-top: 1rem; }
    .lettershop_box_text > h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: 3rem;
      font-weight: 500;
      text-transform: uppercase;
      animation-name: moveinleft;
      animation-duration: 1s; }
    .lettershop_box_text span {
      font-family: 'Montserrat', sans-serif;
      font-size: 2rem;
      font-weight: 300;
      margin-top: .5rem;
      line-height: 1.5;
      text-transform: none;
      letter-spacing: -0.0375rem;
      hyphens: auto;
      animation: moveinright 1s; }
    .lettershop_box_text > h1, .lettershop_box_text span {
      display: block; }
    .lettershop_box_text > h1 span {
      width: 100%; }

.row .col-3-of-4 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  animation-name: moveinleft;
  animation-duration: 1s; }

.row .col-3-of-4 h1, .row .col-3-of-4 span {
  display: block; }

.row .col-3-of-4 span {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  margin-top: .5rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: -0.0375rem;
  hyphens: auto;
  animation: moveinright 1s; }

@keyframes moveinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveinright {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes btn {
  0% {
    background-color: #7a232f; }
  100% {
    background-color: #661d27; } }

.marketing {
  position: relative;
  min-height: 45rem;
  background-image: url("../Images/Home/marketing_logo.png");
  background-size: cover;
  background-position: bottom;
  color: white;
  overflow: hidden; }
  .marketing_box_text {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 2rem;
    text-align: center;
    padding-top: 1rem; }
    .marketing_box_text > h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: 3rem;
      font-weight: 500;
      text-transform: uppercase;
      animation-name: moveinleft;
      animation-duration: 1s; }
    .marketing_box_text span {
      font-family: 'Montserrat', sans-serif;
      font-size: 2rem;
      font-weight: 300;
      margin-top: .5rem;
      line-height: 1.5;
      text-transform: none;
      letter-spacing: -0.0375rem;
      hyphens: auto;
      animation: moveinright 1s; }
    .marketing_box_text > h1, .marketing_box_text span {
      display: block; }
    .marketing_box_text > h1 span {
      width: 100%; }

.marketing-link {
  text-decoration: none;
  color: white; }

.row .col-3-of-4 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  animation-name: moveinleft;
  animation-duration: 1s; }

.row .col-3-of-4 h1, .row .col-3-of-4 span {
  display: block; }

.row .col-3-of-4 span {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  margin-top: .5rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: -0.0375rem;
  hyphens: auto;
  animation: moveinright 1s; }

@keyframes moveinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveinright {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes btn {
  0% {
    background-color: #7a232f; }
  100% {
    background-color: #661d27; } }

.about {
  position: relative;
  min-height: 45rem;
  background-image: linear-gradient(-105deg, #056af7 0%, #056af7 43%, rgba(0, 0, 0, 0) 43%), url("../Images/Home/aboutus.png");
  background-size: cover;
  color: black;
  overflow: hidden;
  border-bottom: 5px solid #7e2934;
  width: 100%; }
  .about ul {
    margin-top: 2rem;
    list-style: none; }
  .about li {
    color: #ececec;
    display: inline-block;
    font-family: inherit;
    font-size: 1.6rem;
    padding: 0.5rem; }
  .about i {
    font-size: 1rem; }
  .about_box_text {
    width: 35%;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-55%);
    padding: 0 2rem;
    text-align: center; }
    .about_box_text > h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: 3rem;
      font-weight: 500;
      text-transform: uppercase;
      animation-name: moveinleft;
      animation-duration: 1s;
      color: white; }
    .about_box_text span {
      font-family: 'Montserrat', sans-serif;
      font-size: 2rem;
      font-weight: 300;
      margin-top: .5rem;
      line-height: 1.5;
      text-transform: none;
      letter-spacing: -0.0375rem;
      hyphens: auto;
      animation: moveinright 1s; }
    .about_box_text > h1, .about_box_text span {
      display: block; }
    .about_box_text > h1 span {
      width: 100%; }

.about-text-description {
  border-bottom: 3px solid #7e2934;
  padding-bottom: 2rem; }
  .about-text-description-title {
    display: block;
    width: 75%;
    text-align: center;
    text-transform: uppercase;
    margin: 2rem auto 0;
    font-family: inherit;
    font-size: 3rem;
    color: #7e2934; }
  .about-text-description-para {
    width: 75%;
    line-height: 1.5;
    margin: 1rem auto 0;
    font-size: 1.5rem; }

.row .col-3-of-4 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  animation-name: moveinleft;
  animation-duration: 1s; }

.row .col-3-of-4 h1, .row .col-3-of-4 span {
  display: block; }

.row .col-3-of-4 span {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  margin-top: .5rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: -0.0375rem;
  hyphens: auto;
  animation: moveinright 1s; }

@keyframes moveinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveinright {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes btn {
  0% {
    background-color: #7a232f; }
  100% {
    background-color: #661d27; } }

.getintouch {
  position: relative;
  min-height: 45rem;
  background-image: linear-gradient(to left, rgba(30, 30, 30, 0.8) 0, rgba(30, 30, 30, 0.8) 75%), url("../Images/Home/getintouch.png");
  background-size: cover;
  background-position: top;
  color: white;
  overflow: hidden;
  min-height: 35rem;
  max-height: 40rem; }
  .getintouch_description_para {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.4;
    text-transform: none;
    animation: moveinright 1s;
    transition: all 1s;
    padding-top: 0.5rem;
    letter-spacing: -0.0375rem; }
  .getintouch_description_list {
    margin-top: 3rem;
    list-style: none;
    line-height: 2rem;
    font-size: 1.1rem; }
  .getintouch_description_link {
    text-decoration: none;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500; }
    .getintouch_description_link i {
      margin-right: 1rem; }
  .getintouch_box_text {
    margin: 8% auto;
    text-align: center;
    margin-left: 50%;
    width: 48%; }
    .getintouch_box_text > h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: 3rem;
      font-weight: 500;
      text-transform: uppercase;
      animation-name: moveinleft;
      animation-duration: 1s;
      font-weight: 500;
      margin-bottom: 1rem; }

.quote {
  min-height: 45rem; }
  .quote_box_text {
    padding: 2rem 2rem 0;
    text-align: center; }
  .quote_title {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    text-transform: uppercase;
    animation-name: moveinleft;
    animation-duration: 1s; }
  .quote_description {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    margin-top: .5rem;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: -0.0375rem;
    hyphens: auto;
    animation: moveinright 1s; }
  .quote > h1, .quote span {
    display: block; }
  .quote > h1 span {
    width: 100%; }

.row .col-3-of-4 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  animation-name: moveinleft;
  animation-duration: 1s; }

.row .col-3-of-4 h1, .row .col-3-of-4 span {
  display: block; }

.row .col-3-of-4 span {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  margin-top: .5rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: -0.0375rem;
  hyphens: auto;
  animation: moveinright 1s; }

@keyframes moveinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveinright {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes btn {
  0% {
    background-color: #7a232f; }
  100% {
    background-color: #661d27; } }

.portfolio {
  position: relative;
  min-height: 45rem;
  border-bottom: 5px solid #7e2934;
  background: linear-gradient(105deg, #056af7 0%, #056af7 44%, white 44%, white 45%, black 45%, black 100%); }
  .portfolio_description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    left: 2%;
    width: 40%; }
    .portfolio_description > h1 {
      color: #722B2C;
      left: 2rem;
      font-size: 5rem;
      font-weight: 200; }
    .portfolio_description span {
      position: absolute;
      display: block;
      top: 4rem;
      font-size: 6rem;
      font-weight: 600;
      left: 25%; }
  .portfolio_company {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    color: white;
    top: 2rem;
    font-size: 4.5rem;
    font-weight: 700;
    left: -27%;
    width: 100%;
    text-align: right;
    letter-spacing: -0.0375rem;
}
  .portfolio_product {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    color: white;
    top: 6rem;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.0375rem;
    left: -15%;
    width: 100%;
    text-align: right;
}
  .portfolio-carousell {
    min-height: 45rem;
    width: 100%;
    max-height: 60rem; }
    .portfolio-carousell-img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      transform: translateY(-50%);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 45%;
      height: 80%;
      transform: translateY(-46%); }
  .portfolio-btn-left, .portfolio-btn-left:active {
    cursor: pointer;
    position: absolute;
    bottom: 2.5rem;
    width: 3rem;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 3rem;
    color: #7e2934;
    z-index: 10000; }
  .portfolio-btn-right, .portfolio-btn-right:active {
    cursor: pointer;
    position: absolute;
    bottom: 2.5rem;
    right: 0;
    width: 3rem;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 3rem;
    color: #7e2934; }

.samples {
  padding: 1.2rem 0;
  text-align: center;
  background-color: #e7e6e6; }
  .samples h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    text-transform: uppercase; }
  .samples img {
    width: 100%; }

.bigger-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  transform: translateY(-50%);
  opacity: 1;
  left: 25%;
  min-height: 25%;
  max-height: 40%;
  width: 50%;
  background-color: white;
  background-image: url("../Images/Portfolio/TB_wall-graphic.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1rem solid white;
  -webkit-box-shadow: 6px 4px 14px -2px #242424;
  -moz-box-shadow: 6px 4px 14px -2px #242424;
  box-shadow: 6px 4px 14px -2px #242424; }

@keyframes moveinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveinright {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes btn {
  0% {
    background-color: #7a232f; }
  100% {
    background-color: #661d27; } }

.send {
  position: relative;
  min-height: 45rem;
  background-image: linear-gradient(105deg, #056af7 0%, #056af7 50%, rgba(0, 0, 0, 0) 50%), url("../Images/Home/data_transfer_small.jpg");
  background-size: cover;
  background-position: top;
  color: white; }
  .send_box_text {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 2rem;
    text-align: center; }
    .send_box_text > h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: 3rem;
      font-weight: 500;
      text-transform: uppercase;
      animation-name: moveinleft;
      animation-duration: 1s; }
    .send_box_text span {
      font-family: 'Montserrat', sans-serif;
      font-size: 2rem;
      font-weight: 300;
      margin-top: .5rem;
      line-height: 1.5;
      text-transform: none;
      letter-spacing: -0.0375rem;
      hyphens: auto;
      animation: moveinright 1s; }
    .send_box_text > h1, .send_box_text span {
      display: block; }
    .send_box_text > h1 span {
      width: 100%; }

@keyframes moveinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveinright {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes btn {
  0% {
    background-color: #7a232f; }
  100% {
    background-color: #661d27; } }

.quote-popup {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  z-index: 10000; }
  .quote-popup .close {
    position: absolute;
    top: .5rem;
    right: 1rem; }
    .quote-popup .close-link, .quote-popup .close-link:hover, .quote-popup .close-link:visited, .quote-popup .close-link:active {
      text-decoration: none;
      color: white; }

.quote-popup {
  min-height: 45rem;
  background-color: #056af7;
  visibility: hidden;
  opacity: 0;
  display: none;
  height: 100vh;
  color: white; }
  .quote-popup:target {
    visibility: visible;
    opacity: 1;
    display: block; }
  .quote-popup-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2rem 2rem 0;
    text-align: center; }

.popup-footer {
  min-width: 100%;
  position: absolute;
  bottom: 2rem;
  font-family: inherit;
  background-color: black;
  padding: 1.5rem 0 1.5rem 0; }
  .popup-footer-list {
    list-style: none;
    text-align: center; }
    .popup-footer-list-item {
      display: inline-block;
      list-style: none;
      color: white;
      text-decoration: none; }
    .popup-footer-list-link {
      font-family: inherit;
      text-decoration: none;
      color: white;
      font-size: 1rem; }
  .popup-footer-para {
    color: white;
    text-align: center;
    margin-top: 1rem;
    font-size: 0.8rem; }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.clearfix::after {
  content: '';
  display: table;
  clear: both; }

html {
  font-size: 100%; }

body {
  padding: 1%;
  font-family: 'Montserrat', sans-serif;
  position: relative; }

.header {
  position: relative;
  min-height: 4rem; }
  .header_contact {
    position: absolute;
    right: 0;
    top: 1rem; }
  .header li {
    display: inline-block;
    padding-left: 1rem;
    text-decoration: none; }
  .header a {
    text-decoration: none;
    color: black;
    font-size: 1.2rem; }

[href="#services"] {
  position: relative; }

.dropdown {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 3rem;
  padding: 0.3rem;
  background-color: #7a232f; }

.dropdown-item-link {
  text-decoration: none;
  color: white; }

.getstarted {
  position: relative;
  min-height: 45rem;
  background-image: linear-gradient(105deg, #056af7 0%, #056af7 50%, rgba(0, 0, 0, 0) 50%), url("../Images/Home/home.png");
  background-size: cover;
  background-position: top;
  color: white; }
  .getstarted_button {
    margin-top: 1rem;
    padding: 0.5rem;
    font-size: 2rem;
    background-color: #7a232f;
    border: white solid 0.1rem;
    border-radius: 10px; }
    .getstarted_button:hover {
      background-color: #661d27;
      box-shadow: 1px 3px 6px 3px rgba(0, 0, 0, 0.322); }
    .getstarted_button_link {
      text-decoration: none;
      text-transform: uppercase;
      color: white;
      font-family: 'Montserrat', sans-serif;
      font-weight: 300; }

.box_text {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 2rem;
  text-align: center; }
  .box_text > h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    text-transform: uppercase;
    animation-name: moveinleft;
    animation-duration: 1s; }
  .box_text span {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    margin-top: .5rem;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: -0.0375rem;
    hyphens: auto;
    animation: moveinright 1s; }
  .box_text > h1, .box_text span {
    display: block; }
  .box_text > h1 span {
    width: 100%; }

.guarantee {
  position: relative;
  min-height: 45rem;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../Images/guarantee.png");
  background-size: cover;
  background-position: top;
  color: white;
  overflow: hidden; }
  .guarantee_button {
    margin-top: 1rem;
    padding: 0.5rem;
    font-size: 2rem;
    background-color: #7a232f;
    border: white solid 0.1rem;
    border-radius: 10px;
    box-shadow: 1px 3px 6px 3px rgba(0, 0, 0, 0.322); }
    .guarantee_button:hover, .guarantee_button:focus, .guarantee_button:active {
      animation: btn .4s; }
    .guarantee_button_link {
      text-decoration: none;
      text-transform: uppercase;
      color: white;
      font-family: 'Montserrat', sans-serif;
      font-weight: 300; }
  .guarantee_box_text {
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
    padding: 0 2rem;
    text-align: center;
    max-height: 200px; }
    .guarantee_box_text > h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: 3rem;
      font-weight: 500;
      text-transform: uppercase;
      animation-name: moveinleft;
      animation-duration: 1s; }
    .guarantee_box_text span {
      font-family: 'Montserrat', sans-serif;
      font-size: 2rem;
      font-weight: 300;
      margin-top: .5rem;
      line-height: 1.5;
      text-transform: none;
      letter-spacing: -0.0375rem;
      hyphens: auto;
      animation: moveinright 1s; }
    .guarantee_box_text > h1, .guarantee_box_text span {
      display: block; }
    .guarantee_box_text > h1 span {
      width: 100%; }

.whatwedo {
  padding: 1.2rem 0;
  text-align: center;
  background-color: #e7e6e6; }
  .whatwedo h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    text-transform: uppercase; }
  .whatwedo img {
    width: 100%; }

/* media querries */
@media only screen and (max-width: 1200px) {
  html {
    font-size: 70%; }
  .col-3-of-4, .col-1-of-4 {
    float: none;
    width: 98%;
    padding-top: 1rem; }
  .col-1-of-4 {
    margin: 4px auto; }
  .col-1-of-2 {
    float: none;
    display: inline-block;
    margin: 3px auto;
    width: calc((100%-2*4rem)/2); }
    .col-1-of-2 img {
      width: 50%; } }

@media only screen and (max-width: 900px) {
  .header_contact li a {
    font-size: 0.9rem; }
  .col-1-of-2 {
    float: none;
    display: inline-block;
    margin: 3px auto;
    width: calc((85%-2*4rem)/2); }
    .col-1-of-2 img {
      width: 50%; } }

@media only screen and (max-width: 800px) {
  .header_contact {
    display: none; }
  html {
    font-size: 50%; }
  body {
    padding: 0; }
  .getstarted .box_text {
    width: 50%; } }

@media only screen and (max-width: 600px) {
  html {
    font-size: 40%; }
  .about {
    background-image: linear-gradient(-105deg, #056af7 0%, #056af7 63%, rgba(0, 0, 0, 0) 63%), url("../Images/Small/aboutus_1_small.png"); }
  .about_box_text, .smallFormat_box_text {
    width: 65%; }
  .creative_box_text {
    width: 57%; }
  .overlay {
    min-height: 35vh; }
  .nav-list > .list > .item > .link {
    font-size: 2rem; }
  .portfolio_arrow {
    clip-path: polygon(0 0, 65% 0, 45% 100%, 0% 100%); }
  .getstarted {
    background-image: linear-gradient(105deg, #056af7 0%, #056af7 50%, rgba(0, 0, 0, 0) 50%), url(../Images/Small/home_small.png); }
  .guarantee {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../Images/Small/guarantee_small.png); }
    .guarantee_box_text {
      transform: translateY(-55%); }
  .getintouch {
    background-image: linear-gradient(to left, rgba(30, 30, 30, 0.8) 0, rgba(30, 30, 30, 0.8) 75%), url(../Images/Small/getintouch_small.png); }
    .getintouch_box_text {
      margin: 6rem auto;
      text-align: center;
      width: 85%; }
  .commercialOffset {
    background-image: linear-gradient(105deg, #056af7 0%, #056af7 67%, rgba(0, 0, 0, 0) 50%), url(../Images/Small/commercialOffset_small.png); }
    .commercialOffset .commercialOffset_box_text {
      width: 68%; }
  .send {
    background-image: linear-gradient(105deg, #056af7 0%, rgba(5, 106, 247, 0.5) 100%, rgba(0, 0, 0, 0) 100%), url("../Images/Home/data_transfer_small.jpg"); }
    .send_box_text {
      width: 80%;
      margin: 0 4rem; }
  .portfolio-carousell-img {
    left: 53%;
    width: 40%; }
  .portfolio_company {
    left: -40%;
    font-size: 1.2rem; }
  .portfolio_product {
    font-size: 0.9rem; }
  .portfolio_description span {
    left: 0; }
  .portfolio-btn-left, .portfolio-btn-right {
    bottom: 0.5rem; } }
