/**
 * !
 * Theme Name: Twenty Twenty Child
 * Theme URI: http://localhost:8888//twenty-child-child/
 * Description:  STERLING MANCHESTER
 * Author: Mojofuel
 * Author URI: http://www.mojofuel.com/
 * Template: twentytwenty
 * Version: 2.8.8
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: twentytwenty-child
 *
 * @format
 */
/*--------------------------------------------
RESET
--------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-size: 16px;
  line-height: 1.15; /* 1 */
}

b,
strong {
  font-weight: bolder;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
  height: auto;
  width: 100%;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/*--------------------------------------------
RESET END
--------------------------------------------*/
/*--------------------------------------------
MIXINS
--------------------------------------------*/
/*--------------------------------------------
MIXINS END
--------------------------------------------*/
/*--------------------------------------------
VARIABLES
--------------------------------------------*/
/*--------------------------------------------
VARIABLES END
--------------------------------------------*/
/*--------------------------------------------
FONT-FACE
--------------------------------------------*/
@font-face {
  font-family: "TTCommons-black";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/TT_Commons_Pro_Black.woff");
}
@font-face {
  font-family: "TTCommons-bold";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/TT_Commons_Pro_Bold.woff");
}
@font-face {
  font-family: "TTCommons-regular";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/TT_Commons_Pro_Regular.woff");
}
@font-face {
  font-family: "TTCommons-light";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/TT_Commons_Pro_Light.woff");
}
@font-face {
  font-family: "TTCommons-outline";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/TT_Commons_Bold_Outline.woff");
}
@font-face {
  font-family: "TTCommons-outlin-italic";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/TT_Commons_Bold_Outline_Italic.woff");
}
/*--------------------------------------------
VARIABLES END
--------------------------------------------*/
/*--------------------------------------------
BASE
--------------------------------------------*/
html {
  background: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 52.5%;
  letter-spacing: 3px;
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 57.5%;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 100%;
  margin: 0 auto !important;
  position: relative;
}

/*--------------------------------------------
TYPE
--------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: TTCommons-bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 0.9em;
  margin: 0 0 2em 0;
  text-transform: uppercase;
}

h1 {
  font-size: calc(3.4rem + 1vw);
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 744px) {
  h1 {
    font-size: calc(6rem + 1vw);
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: calc(7rem + 1vw);
  }
}

h2 {
  font-size: 7em;
}

h3 {
  font-size: 6em;
}

h4 {
  font-size: 5em;
}

h5 {
  font-size: 4em;
}

h6 {
  font-size: 3em;
}

p {
  color: #fff;
  font-family: TTCommons-regular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: calc(1.8rem + 1vw);
  margin: 0 0 2em 0;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  p {
    font-size: 2.2rem;
  }
}
p a {
  text-decoration: underline;
}

p.small {
  font-size: 1.4em;
}

a {
  color: #fff;
  font-family: TTCommons-bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  opacity: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
a:hover {
  opacity: 0.5;
}

.copy a {
  color: inherit;
  text-decoration: underline;
}

.back {
  padding: 1em 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-top: solid 2px white;
  border-bottom: 2px solid white;
  font-size: 2em;
  margin: 2em 1em;
}
@media screen and (min-width: 744px) {
  .back {
    flex-direction: row;
    justify-content: center;
    padding: 1em 2em;
    margin: 2em;
    font-size: 3em;
  }
}
.back a {
  padding: 0.5em 0;
}

img.social {
  margin: 4em auto 0 auto;
  width: 12em;
}

/*--------------------------------------------
TYPE END
--------------------------------------------*/
/*--------------------------------------------
HEADER
--------------------------------------------*/
header {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  justify-content: space-between;
  padding: 2em 1em 2em 2em;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 744px) {
  header {
    flex-direction: row;
    padding: 2em;
  }
}
header img.logo {
  width: 70px;
}
@media screen and (min-width: 744px) {
  header img.logo {
    width: 200px;
  }
}
header ul.main-nav {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  width: 90%;
}
@media screen and (min-width: 744px) {
  header ul.main-nav {
    justify-content: space-between;
    width: auto;
  }
}
header ul.main-nav li {
  list-style-type: none;
  margin: 0 1.5em;
}
@media screen and (min-width: 744px) {
  header ul.main-nav li {
    margin: 0 2em;
  }
}
header ul.main-nav li a {
  color: #fff;
  font-size: 1.6em;
  opacity: 1;
  text-decoration: none;
  text-transform: uppercase;
}
header ul.main-nav li a:hover {
  opacity: 0.5;
}

.hero {
  overflow: hidden;
  position: relative;
}

.hero::before {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.467) 100%);
  content: " ";
  display: block;
  height: 350px;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .hero::before {
    height: 250px;
  }
}

.medahuman .hero::before {
  content: none;
}

.medahuman .hero {
  background: white;
}

/*--------------------------------------------
HEADER END
--------------------------------------------*/
/*--------------------------------------------
RECENT WORK
--------------------------------------------*/
.recent-work {
  gap: 0em;
  margin: 2em;
}
.recent-work div {
  margin-bottom: 2em;
}
@media screen and (min-width: 744px) {
  .recent-work {
    align-items: center;
    column-gap: 4em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    margin: 4em;
    row-gap: 4em;
  }
}
.recent-work .recent-work-txt {
  align-items: center;
  display: grid;
  height: 100%;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 744px) {
  .recent-work .recent-work-txt {
    grid-column: span 2;
    grid-column-end: auto;
    grid-column-start: span 2;
  }
}
.recent-work .recent-work-txt a {
  opacity: 1;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.recent-work .recent-work-txt a:hover {
  opacity: 1;
}
.recent-work .recent-work-txt h4 {
  z-index: 10;
}
.recent-work .recent-work-txt h4:before {
  content: " View all work ";
  display: none;
  opacity: 0;
  transform: translateY(12px);
}
.recent-work .recent-work-txt h4:after {
  content: " View all work ";
  display: none;
  opacity: 0;
  transform: translateY(-12px);
}
.recent-work .recent-work-txt img {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
}
.recent-work .recent-work-txt:hover img {
  display: block;
  opacity: 0.4;
}
.recent-work .recent-work-txt:hover h4:before {
  animation: fontAnimUp 0.5s;
  content: " View all work ";
  display: block;
  opacity: 0.2;
  text-shadow: 0em -0.5em 0em rgba(255, 255, 255, 0.3);
  transform: translateY(12px);
  transition: all 0.4s ease-in-out;
}
.recent-work .recent-work-txt:hover h4:after {
  animation: fontAnimDown 0.5s;
  content: " View all work ";
  display: block;
  opacity: 0.2;
  text-shadow: 0em 0.5em 0em rgba(255, 255, 255, 0.3);
  transform: translateY(-12px);
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 744px) {
  .recent-work div:nth-child(4) {
    grid-column: 1/1;
    grid-row: 2/2;
  }
  .recent-work div:nth-child(4) div {
    margin-bottom: 0;
  }
}
.home .work {
  align-items: start;
  display: grid;
  margin: 0 4em;
  padding-top: 4em;
}
@media screen and (min-width: 744px) {
  .home .work {
    column-gap: 4em;
    grid-template-columns: 1fr 1fr;
    row-gap: 4em;
  }
  .home .work .project-container {
    display: grid;
    height: 100%;
  }
  .home .work .project-container h2 {
    display: block;
    font-size: 4em;
    margin: 0;
    padding: 0;
  }
  .home .work .work03 {
    grid-column-end: 2;
    grid-column-start: 1;
  }
  .home .work .work08 {
    grid-column-end: 4;
    grid-column-start: 2;
  }
  .home .work .work12 {
    grid-column-end: 4;
    grid-column-start: 2;
  }
  .home .work .work14 {
    grid-column-end: 2;
    grid-column-start: 1;
  }
}
.home .work a img {
  height: 100%;
  object-fit: cover;
}
.home .work a .hover-overlay img {
  height: auto;
}
.home .work a:hover {
  opacity: 1;
}
.home .work .work-img-wrap {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 743px) {
  .home .work .view-all {
    height: 260px;
    grid-row-start: 4;
  }
}
.home .work .view-all h2.view-all-placeholder {
  align-items: center;
  bottom: 0px;
  color: white;
  display: flex;
  justify-content: center;
  left: 0px;
  margin: 0;
  opacity: 1;
  opacity: 1 !important;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
}
@media screen and (max-width: 743px) {
  .home .work .view-all h2.view-all-placeholder {
    font-size: 4em;
  }
}
.home .work .view-all img {
  display: none;
}
.home .work .view-all:hover img {
  display: block;
  opacity: 0.3;
}

/*--------------------------------------------
RECENT WORK END
--------------------------------------------*/
.title {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 0;
  min-height: 70em;
  padding: 18em 4em;
  position: relative;
}
.title img {
  bottom: 0em;
  top: 0;
  left: 0em;
  margin: auto;
  position: absolute;
  right: 0em;
  width: 70%;
}
@media screen and (min-width: 744px) {
  .title img {
    bottom: 0;
    left: auto;
    margin: auto;
    right: 4em;
    top: 0;
    width: 400px !important;
  }
}

h1 {
  margin: 0;
}
@media screen and (min-width: 744px) {
  h1 {
    margin: 0;
    width: 70%;
  }
}

.split {
  gap: 0em;
  margin: 0;
}
@media screen and (min-width: 744px) {
  .split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(1, 1fr);
  }
}
.split img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.logo-wrap {
  align-items: center;
  background: white;
  display: flex;
  justify-content: center;
  padding: 10em;
}
.logo-wrap img {
  height: auto;
  width: 100%;
}

/*--------------------------------------------
GALLERY
--------------------------------------------*/
.gallery img {
  border-style: none;
  display: block;
  object-fit: cover;
  width: 100%;
}

.split-gallery-left {
  display: grid;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  margin: 0 4em 0em 4em;
  padding-bottom: 4em;
}
@media screen and (min-width: 744px) {
  .split-gallery-left {
    grid-auto-flow: column;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}

@media screen and (min-width: 744px) {
  .split-gallery-left .featured {
    grid-column-end: 3;
    grid-column-start: 1;
    grid-row: span 2;
    grid-row-end: 3;
    grid-row-start: 1;
  }
}

@media screen and (min-width: 744px) {
  .split-gallery-left div.grid-right {
    display: grid;
    grid-column-end: 4;
    grid-column-start: 3;
    grid-row: span 1;
    overflow: hidden;
  }
}
.split-gallery-right {
  display: grid;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  margin: 0 4em 0em 4em;
  padding-bottom: 4em;
}
@media screen and (min-width: 744px) {
  .split-gallery-right {
    grid-auto-flow: column;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

.split-gallery-right .featured {
  background: red;
}
@media screen and (min-width: 744px) {
  .split-gallery-right .featured {
    grid-column-end: 4;
    grid-column-start: 2;
    grid-row: span 2;
    grid-row-end: 3;
    grid-row-start: 1;
  }
}

.gallery-split {
  display: grid;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  margin: 4em 4em 0em 4em;
  overflow: hidden;
  padding-bottom: 4em;
}
@media screen and (min-width: 744px) {
  .gallery-split {
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
  }
}

video {
  height: auto;
  width: 100%;
}

/*--------------------------------------------
GALLERY END
--------------------------------------------*/
/*--------------------------------------------
iPAD
--------------------------------------------*/
.mobile-layout {
  display: block;
}
@media screen and (min-width: 743px) {
  .mobile-layout {
    display: none;
  }
}

.desk-layout {
  display: none;
}
@media screen and (min-width: 744px) {
  .desk-layout {
    display: block;
  }
}

.screen {
  padding-top: 15em;
}
.screen img {
  margin: 0 auto -12em auto;
  width: 80%;
}
.screen .video-bevel-border {
  border: solid 4px white;
  border-radius: 30px;
  margin: 0 auto -12em auto;
  max-width: 1024px;
  overflow: hidden;
  padding: 1em;
  position: relative;
  width: 80%;
  z-index: 1;
  z-index: 10;
}
@media screen and (min-width: 1800px) {
  .screen .video-bevel-border {
    max-width: none;
    width: 1325px;
  }
}
.screen .video-bevel {
  border-radius: 20px;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  overflow-x: hidden !important;
  overflow-y: scroll;
  scrollbar-width: none; /* for Firefox */
  z-index: 1;
}
.screen .video-bevel video {
  margin: 0;
  width: 100%;
}
.screen .video-bevel::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.screen .phone-bevel-border {
  border: solid 4px white;
  border-radius: 30px;
  margin: 0 auto;
  max-width: 320px;
  overflow: hidden;
  padding: 1em;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-device-width: 743px) {
  .screen .phone-bevel-border:nth-child(1) {
    margin: 0 auto 4em auto;
  }
}
.screen .phone-bevel-border:nth-child(2) {
  margin: 0 auto;
}
.screen .phone-bevel {
  border-radius: 20px;
  height: 610px;
  margin: 0 auto;
  overflow: scroll;
  overflow: hidden;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  overflow-x: hidden !important;
  overflow-y: scroll;
  scrollbar-width: none; /* for Firefox */
  z-index: 1;
}
.screen .phone-bevel video,
.screen .phone-bevel img {
  margin: 0;
  width: 100%;
}
.screen .phone-bevel::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.dimascio .video-bevel-border {
  border: solid 4px black;
}

/*--------------------------------------------
iPAD END
--------------------------------------------*/
/*--------------------------------------------
SLIDER
--------------------------------------------*/
swiper-container {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

swiper-slide {
  align-items: center;
  background: #fff;
  display: flex;
  font-size: 18px;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 744px) {
  swiper-slide {
    width: auto;
  }
}

swiper-slide img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body {
  --swiper-theme-color: white;
}

/*--------------------------------------------
SLIDER END
--------------------------------------------*/
/*--------------------------------------------
TESTIMONIAL 
--------------------------------------------*/
.testimonial {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 10em 4em 10em 4em;
  text-align: left;
}
@media screen and (min-width: 744px) {
  .testimonial {
    padding: 38em 4em 10em 4em;
  }
}
@media screen and (min-width: 1024px) {
  .testimonial {
    padding: 25em 10em 15em 10em;
  }
}
@media screen and (min-width: 744px) {
  .testimonial .copy {
    max-width: 1024px;
  }
}
.testimonial .copy p {
  font-family: TTCommons-bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 3em;
  line-height: 3.4rem;
  margin: 0 0 1em 0 !important;
}
@media screen and (min-width: 744px) {
  .testimonial .copy p {
    font-size: 5.2em;
    line-height: 5.6rem;
  }
}
.testimonial .copy h5,
.testimonial .copy h6 {
  font-family: TTCommons-light, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: normal;
  margin: 0 0 0.5em 0;
}
.testimonial .copy h6 {
  font-size: 1.6em;
}

/*--------------------------------------------
TESTIMONIAL END
--------------------------------------------*/
/*--------------------------------------------
FOOTER
--------------------------------------------*/
footer {
  text-align: center;
}

.contact-container {
  color: white;
  font-size: 50%;
  padding: 60px 0 100px 0;
  text-align: center;
}
.contact-container h3,
.contact-container h4,
.contact-container h6 {
  margin: 0;
}
.contact-container h3 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 0 1.5em 0;
}
@media screen and (max-width: 744px) {
  .contact-container h3 {
    flex-direction: column;
  }
}
.contact-container h4 {
  font-family: TTCommons-light, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 4em;
  font-weight: normal;
}
.contact-container h4 a {
  font-family: TTCommons-light, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 743px) {
  .contact-container h4 a {
    display: block;
    margin: 1em 0 1em 0;
  }
}
.contact-container a {
  font-size: 1em;
}
.contact-container svg {
  display: inline-block;
  margin: 0px 0.3em 1px;
  position: relative;
  rotate: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.5s ease-in-out;
  width: 130px;
}
@media screen and (max-width: 744px) {
  .contact-container svg {
    margin: 0.5em 0 0.5em 0;
  }
}

.tel-divider {
  display: none;
}
@media screen and (min-width: 744px) {
  .tel-divider {
    display: inline-block;
  }
}

/*--------------------------------------------
FOOTER END
--------------------------------------------*/
.about h1, .studio h1 {
  text-indent: -9999px;
}

/*--------------------------------------------
WORK
--------------------------------------------*/
.work {
  display: grid;
  margin: 0 4em;
  padding-top: 22em;
}
@media screen and (min-width: 744px) {
  .work {
    align-items: center;
    column-gap: 4em;
    grid-template-columns: 1fr 1fr;
    padding-top: 16em;
    row-gap: 4em;
  }
  .work .work08,
  .work .work11 {
    grid-column-end: 3;
    grid-column-start: 1;
  }
}
.work a img {
  position: relative;
}
.work a:hover {
  opacity: 1;
}
.work .work-img-wrap {
  position: relative;
}

.hover-overlay {
  align-items: center;
  border: 0px solid;
  bottom: 0px;
  display: flex;
  justify-content: center;
  left: 0px;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  transition: all 0.4s ease-in-out;
}
.hover-overlay img,
.hover-overlay svg {
  height: auto;
  max-width: 50%;
  width: 100%;
}
.hover-overlay h2 {
  margin: 0;
  padding: 0;
  font-size: 4em;
}

.hover-overlay:hover {
  display: flex !important;
  opacity: 1 !important;
  transition: 0.4s all ease-in-out;
}
.hover-overlay:hover img,
.hover-overlay:hover svg {
  max-width: 50%;
}

.hover-overlay-border {
  background: rgba(0, 0, 0, 0.547);
  overflow: hidden;
  transition: border 2.1s ease-in-out;
}

@keyframes fontAnimDown {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fontAnimUp {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(40px);
  }
}
.aldi:hover .hover-overlay {
  background: #ffc900;
  border: solid 0em #ffc900;
}

.atomeca #atomeca-logo {
  fill: #f0813a;
}
.atomeca:hover .hover-overlay {
  background: #fff;
  border: solid 0em #417062;
}

@media screen and (max-width: 743px) {
  .beaufort {
    grid-row-start: 3;
  }
}
.beaufort:hover .hover-overlay {
  background: #b82b1f;
}

.dimascio:hover .hover-overlay {
  background: #bde1fb;
  border: solid 0em #fff;
}

.engineno4:hover .hover-overlay {
  background: #fff;
  border: solid 0em #fff;
}

.fentimans:hover .hover-overlay {
  background: #50b5a4;
}

.medahuman:hover .hover-overlay {
  background: #fff;
  border: solid 0em #e7b4e5;
}

.ocean:hover .hover-overlay {
  background: #3998b5;
  border: solid 0em #59bec9;
}

.whitley-neill:hover .hover-overlay {
  background: #d0af73;
  border: solid 0em #000;
}

.rijo42:hover .hover-overlay {
  background: #000;
  border: solid 0em #ce0e2d;
}

.schofields:hover .hover-overlay {
  background: #fff;
}

.wrexham:hover .hover-overlay {
  background: #6AC3E7;
  border: solid 0em #fd9b79;
}

.sterling:hover .hover-overlay {
  background: #044340;
  border: solid 0em #fd9b79;
}

.tsingtao:hover .hover-overlay {
  background: #e94e1c;
  border: solid 0em #e94e1c;
}

.immortals:hover .hover-overlay {
  background: #cc212d;
  border: solid 0em #cc212d;
}
.immortals:hover .hover-overlay img {
  width: 100%;
}

.aber-falls:hover .hover-overlay {
  background: #000;
  border: solid 0em #000;
}
.aber-falls:hover .hover-overlay img {
  width: 100%;
}

.warburtons h2 {
  font-size: 8vh;
}
.warburtons:hover .hover-overlay {
  background: #e0630a;
  border: solid 0em #fff;
}

.wholesale h2 {
  font-size: 7vh;
}
.wholesale:hover .hover-overlay {
  background: #ce009f;
  border: solid 0em #a0e2ba;
}

@media screen and (max-width: 743px) {
  .work > div {
    margin-bottom: 4em;
  }
}
/*--------------------------------------------
WORK END
--------------------------------------------*/
/*--------------------------------------------
CLIENTS
--------------------------------------------*/
/* page coloours  */
.schofields .split-gallery-left {
  margin-top: 4em;
}
.schofields .screen {
  background: url("./images/projects/schofields/schofields-arch.svg") bottom no-repeat, #00a9a1;
  padding-top: 15em;
}
.schofields .recent-work {
  background: #03354a;
  margin: 0em;
}
.schofields .title,
.schofields .testimonial {
  background: #03354a;
}
.schofields .gallery,
.schofields swiper-container,
.schofields swiper-slide {
  background: #00a9a1;
}
.schofields .title {
  background: #03354a;
}
.schofields .title img {
  width: 50%;
}
@media screen and (max-width: 743px) {
  .schofields .testimonial {
    padding: 20em 4em 10em 4em;
  }
}

.wrexham .split-gallery-left {
  margin-top: 4em;
}
.wrexham .screen {
  background: url("./images/projects/wrexham/dragon-black.svg") bottom no-repeat, #FFD600;
  padding-top: 15em;
}
.wrexham .recent-work {
  background: #6AC3E7;
  margin: 0em;
}
.wrexham .title,
.wrexham .testimonial {
  background: #6AC3E7;
}
.wrexham .gallery,
.wrexham swiper-container,
.wrexham swiper-slide {
  background: #FFD600;
}
.wrexham .title {
  overflow: hidden;
  background: #010101;
}
.wrexham .title img {
  width: 50%;
}
.wrexham .logo-wrap {
  padding: 0;
}
@media screen and (max-width: 743px) {
  .wrexham .testimonial {
    padding: 20em 4em 10em 4em;
  }
}
@media screen and (min-width: 1400px) {
  .wrexham .split video {
    padding: 0em;
  }
}
@media screen and (min-width: 744px) {
  .wrexham .title img {
    bottom: -270px;
    left: auto;
    margin: auto;
    right: -19em;
    top: 0;
    width: 1000px !important;
  }
}
.wrexham .phone-bevel-border {
  margin-bottom: 2em;
}
.wrexham .phone-double {
  margin: 0em auto -13em auto;
}
.wrexham .phone-bevel-border {
  margin-bottom: 2em;
}
.wrexham .phone-double {
  margin: 0em auto -13em auto;
}
@media screen and (min-width: 768px) {
  .wrexham .phone-bevel-border {
    margin-bottom: 0em;
  }
  .wrexham .phone-double {
    margin: 0 auto -13em auto;
    margin: 21em auto -13em auto;
    display: flex;
    max-width: 890px;
  }
}

.atomeca .split-gallery-left {
  margin-top: 4em;
}
.atomeca .screen {
  background: #781006;
  padding-top: 15em;
}
.atomeca .recent-work {
  background: #f0813a;
  margin: 0em;
}
.atomeca .title,
.atomeca .testimonial {
  background: #417062;
}
.atomeca .gallery,
.atomeca swiper-container,
.atomeca swiper-slide {
  background: #f0813a;
}
.atomeca .title {
  background: #781006;
}
.atomeca .logo-wrap {
  padding: 0;
}
@media screen and (max-width: 743px) {
  .atomeca .testimonial {
    padding: 20em 4em 10em 4em;
  }
}

.beaufort .split-gallery-left {
  margin-top: 4em;
}
.beaufort .screen {
  background: #b82b1f;
  padding-top: 15em;
}
.beaufort .recent-work {
  background: #b82b1f;
  margin: 0em;
}
.beaufort .title,
.beaufort .testimonial {
  background: black;
}
@media screen and (max-width: 743px) {
  .beaufort .testimonial {
    padding: 20em 4em 10em 4em;
  }
}
.beaufort .gallery,
.beaufort swiper-container,
.beaufort swiper-slide {
  background: #b82b1f;
}
.beaufort .title {
  background: black;
}

.immortals .split-gallery-left {
  margin-top: 4em;
  background: #cc212d;
}
.immortals .logo-wrap {
  background: #cc212d;
}
.immortals .screen {
  background: #cc212d;
  padding-top: 15em;
}
.immortals .recent-work {
  background: #006cb3;
  margin: 0em;
}
.immortals .title,
.immortals .testimonial {
  background: black;
}
@media screen and (max-width: 743px) {
  .immortals .testimonial {
    padding: 20em 4em 10em 4em;
  }
}
.immortals .gallery-split {
  background: #cc212d;
  margin: 0em;
  overflow: hidden;
  padding: 4em;
}
.immortals .gallery,
.immortals swiper-container,
.immortals swiper-slide {
  background: #cc212d;
}
.immortals .title {
  background: #006cb3;
}
.immortals .title img {
  height: auto;
}

.aber-falls .split-gallery-left {
  margin-top: 4em;
  background: #000;
}
.aber-falls .logo-wrap {
  background: #fff;
}
.aber-falls .screen {
  background: #000;
  padding-top: 15em;
}
.aber-falls .recent-work {
  background: #000;
  margin: 0em;
}
.aber-falls .title,
.aber-falls .testimonial {
  background: black;
}
@media screen and (max-width: 743px) {
  .aber-falls .testimonial {
    padding: 20em 4em 10em 4em;
  }
}
.aber-falls .gallery-split {
  background: #000;
  margin: 0em;
  overflow: hidden;
  padding: 4em;
}
.aber-falls .gallery,
.aber-falls swiper-container,
.aber-falls swiper-slide {
  background: #000;
}
.aber-falls .title {
  background: #000;
}
.aber-falls .title img {
  height: auto;
}

.sterling .split-gallery-left {
  margin-top: 4em;
}
.sterling .screen {
  background: #044340;
  padding-top: 15em;
}
.sterling .recent-work {
  background: #044340;
  margin: 0em;
}
.sterling .title {
  background: #044340;
}
@media screen and (min-width: 744px) {
  .sterling .title img {
    width: 740px;
  }
}
.sterling .testimonial {
  background: #bc8d55;
}
@media screen and (max-width: 743px) {
  .sterling .testimonial {
    padding: 20em 4em 10em 4em;
  }
}
.sterling .gallery,
.sterling swiper-container,
.sterling swiper-slide {
  background: #fd9b79;
}

.rijo .split-gallery-left {
  margin-top: 4em;
}
.rijo .screen {
  background: #ce0e2d;
}
.rijo .title,
.rijo .testimonial {
  background: #ce0e2d;
}
.rijo .gallery,
.rijo swiper-container,
.rijo swiper-slide {
  background: #ce0e2d;
}

.dimascio .screen {
  background: #bde1fb;
}
.dimascio .title {
  background: black;
}
.dimascio .title h1 {
  color: white;
  max-width: 81%;
}
.dimascio .title img {
  bottom: 0;
  height: 100%;
  left: auto;
  margin: auto;
  position: absolute;
  right: 0em;
  /* width: 130px; */
  top: 0;
  width: auto;
}
@media screen and (max-width: 743px) {
  .dimascio .testimonial {
    padding: 20em 4em 10em 4em;
  }
}
.dimascio .testimonial {
  background: white;
}
.dimascio .testimonial p,
.dimascio .testimonial h4,
.dimascio .testimonial h5,
.dimascio .testimonial h6 {
  color: black;
}
.dimascio .gallery,
.dimascio swiper-container,
.dimascio swiper-slide {
  background: #bde1fb;
}

.aldi .screen {
  background: #ffc900;
}
.aldi .title,
.aldi .testimonial {
  background: #000061;
}
.aldi .testimonial {
  padding-top: 24em;
}
@media screen and (max-width: 743px) {
  .aldi .testimonial {
    padding: 30em 4em 10em 4em;
  }
}
@media screen and (min-width: 744px) {
  .aldi .title img {
    height: 591px;
    width: auto !important;
  }
}
.aldi .gallery,
.aldi swiper-container,
.aldi swiper-slide {
  background: #000061;
}
.aldi .phone-bevel-border {
  margin-bottom: 2em;
}
.aldi .phone-double {
  margin: 2em auto -23em auto;
}
@media screen and (min-width: 768px) {
  .aldi .phone-bevel-border {
    margin-bottom: 0em;
  }
  .aldi .phone-double {
    margin: 0 auto -13em auto;
    margin: 21em auto -13em auto;
    display: flex;
    max-width: 890px;
  }
}

.wholesale .screen {
  background: url("./images/projects/wholesale/mark_wholesale-flip.svg") bottom no-repeat, #ce009f;
}
.wholesale .testimonial {
  background: #54c0e8;
}
.wholesale .title {
  background: #a0e2ba;
}
.wholesale .logo-wrap {
  padding: 0;
}
@media screen and (max-width: 743px) {
  .wholesale .testimonial {
    padding: 20em 4em 10em 4em;
  }
}
@media screen and (min-width: 744px) {
  .wholesale .title img {
    height: 591px;
    opacity: 0.3;
    width: auto;
  }
}
.wholesale .gallery,
.wholesale swiper-container,
.wholesale swiper-slide {
  background: #000061;
}

.warburtons .screen {
  background: url("./images/projects/wholesale/mark_wholesale-flip.svg") bottom no-repeat, #ce009f;
}
.warburtons .testimonial {
  background: white;
}
.warburtons .testimonial p,
.warburtons .testimonial h4,
.warburtons .testimonial h5,
.warburtons .testimonial h6 {
  color: #e0630a;
}
.warburtons .title {
  background: #e0630a;
}
.warburtons .logo-wrap {
  padding: 0;
}
@media screen and (min-width: 744px) {
  .warburtons .title img {
    height: 591px;
    opacity: 0.3;
    width: auto;
  }
}
.warburtons .gallery,
.warburtons swiper-container,
.warburtons swiper-slide {
  background: white;
}

.ocean .screen {
  background: #3998b5;
}
@media screen and (max-width: 743px) {
  .ocean .testimonial {
    padding: 20em 4em 10em 4em;
  }
}
.ocean .testimonial {
  background: #3998b5;
}
.ocean .title {
  background: #5ea59a;
}
.ocean .logo-wrap {
  padding: 0;
}
.ocean .logo-wrap img {
  filter: invert(1);
}
@media screen and (min-width: 744px) {
  .ocean .title img {
    height: 591px;
    opacity: 0.3;
    width: auto;
  }
}
.ocean .split video {
  padding: 2em;
}
@media screen and (min-width: 1200px) {
  .ocean .split video {
    padding: 4em;
  }
}
@media screen and (min-width: 1400px) {
  .ocean .split video {
    padding: 8em;
  }
}
@media screen and (min-width: 1800px) {
  .ocean .split video {
    padding: 12em;
  }
}
.ocean .gallery,
.ocean swiper-container,
.ocean swiper-slide {
  background: white;
}

.fentimans .screen {
  background-color: #2f3b7e;
  background-image: url("./images/projects/fentimans/mark_fentimans.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 0em;
}
@media screen and (max-width: 743px) {
  .fentimans .testimonial {
    padding: 20em 4em 10em 4em;
  }
}
.fentimans .testimonial {
  background: #50b5a4;
}
.fentimans .testimonial h1,
.fentimans .testimonial h2,
.fentimans .testimonial h3,
.fentimans .testimonial h4,
.fentimans .testimonial h5,
.fentimans .testimonial h6,
.fentimans .testimonial p {
  color: white;
}
.fentimans .title {
  background: #2f3b7e;
}
@media screen and (min-width: 744px) {
  .fentimans .title img {
    height: 591px;
    width: auto;
  }
}
.fentimans .gallery,
.fentimans swiper-container,
.fentimans swiper-slide {
  background: #2f3b7e;
}
.fentimans .phone-bevel-border {
  margin-bottom: 2em;
}
.fentimans .phone-double {
  margin: 0em auto -13em auto;
}
@media screen and (min-width: 768px) {
  .fentimans .phone-bevel-border {
    margin-bottom: 0em;
  }
  .fentimans .phone-double {
    margin: 0 auto -13em auto;
    margin: 21em auto -13em auto;
    display: flex;
    max-width: 890px;
  }
}

.screen {
  margin-bottom: -14em;
}

.screen .video-bevel {
  display: block;
  height: 290px;
  overflow: scroll;
}
@media screen and (min-width: 744px) {
  .screen .video-bevel {
    height: 880px;
  }
}
@media screen and (min-width: 1800px) {
  .screen .video-bevel {
    height: 910px;
  }
}

.screen .video-bevel img {
  height: auto;
  width: 100%;
}

.medahuman header img {
  filter: invert(1);
}
.medahuman header ul.main-nav li a {
  color: #000;
}
.medahuman .screen {
  background: #fff;
}
.medahuman .split {
  margin: 0 0 4em 0;
}
.medahuman .gallery-split div {
  padding: 4em;
}
.medahuman .gallery-split div img {
  box-shadow: 2px 2px 6px #e6e6e6;
}
.medahuman .title,
.medahuman .testimonial {
  background: #fff;
}
.medahuman .title h1,
.medahuman .title h2,
.medahuman .title h3,
.medahuman .title h4,
.medahuman .title h5,
.medahuman .title h6,
.medahuman .title p,
.medahuman .testimonial h1,
.medahuman .testimonial h2,
.medahuman .testimonial h3,
.medahuman .testimonial h4,
.medahuman .testimonial h5,
.medahuman .testimonial h6,
.medahuman .testimonial p {
  color: black;
}
@media screen and (min-width: 744px) {
  .medahuman .title img {
    height: 591px;
    width: auto;
  }
}
.medahuman .gallery,
.medahuman swiper-container,
.medahuman swiper-slide {
  background: #fff;
}

.engno4 .screen {
  background: #fff;
}
.engno4 .split {
  margin: 0 0 4em 0;
}
@media screen and (max-width: 743px) {
  .engno4 .testimonial {
    padding: 20em 4em 10em 4em;
  }
}
.engno4 .gallery-split div {
  padding: 4em;
}
.engno4 .gallery-split div img {
  box-shadow: 2px 2px 6px #e6e6e6;
}
.engno4 .title,
.engno4 .screen {
  background: #000;
}
.engno4 .title h1,
.engno4 .title h2,
.engno4 .title h3,
.engno4 .title h4,
.engno4 .title h5,
.engno4 .title h6,
.engno4 .title p,
.engno4 .screen h1,
.engno4 .screen h2,
.engno4 .screen h3,
.engno4 .screen h4,
.engno4 .screen h5,
.engno4 .screen h6,
.engno4 .screen p {
  color: white;
}
.engno4 .testimonial {
  background: #fff;
}
.engno4 .testimonial h1,
.engno4 .testimonial h2,
.engno4 .testimonial h3,
.engno4 .testimonial h4,
.engno4 .testimonial h5,
.engno4 .testimonial h6,
.engno4 .testimonial p {
  color: #000;
}
@media screen and (min-width: 744px) {
  .engno4 .title img {
    height: 250px;
    width: auto;
  }
}

.whitley-neill .screen {
  background: #d0af73;
}
@media screen and (max-width: 743px) {
  .whitley-neill .testimonial {
    padding: 20em 4em 10em 4em;
  }
}
.whitley-neill .testimonial {
  background: #d0af73;
}
.whitley-neill .title {
  background: #d0af73;
}
.whitley-neill .logo-wrap {
  padding: 0;
}
.whitley-neill .logo-wrap img {
  width: 80%;
}

.tsingtao .screen {
  background: #e94e1c;
}
@media screen and (max-width: 743px) {
  .tsingtao .testimonial {
    padding: 20em 4em 10em 4em;
  }
}
.tsingtao .testimonial {
  background: #e94e1c;
}
.tsingtao .title {
  background: #e94e1c;
}
.tsingtao .logo-wrap {
  padding: 0;
}
@media screen and (min-width: 744px) {
  .tsingtao .title img {
    height: auto;
    opacity: 0.2;
    width: auto;
  }
}
.tsingtao .logo-wrap img {
  width: 80%;
}

@media screen and (min-width: 744px) {
  .title img {
    height: 591px;
    opacity: 0.3;
    width: auto;
  }
}

.split video {
  padding: 2em;
}
@media screen and (min-width: 1200px) {
  .split video {
    padding: 4em;
  }
}
@media screen and (min-width: 1400px) {
  .split video {
    padding: 8em;
  }
}
@media screen and (min-width: 1800px) {
  .split video {
    padding: 12em;
  }
}

.gallery,
swiper-container,
swiper-slide {
  background: white;
}

/* page coloors end */
@media screen and (min-width: 744px) {
  .title img {
    height: 591px;
    opacity: 0.3;
    width: auto;
  }
}

.split video {
  padding: 2em;
}
@media screen and (min-width: 1200px) {
  .split video {
    padding: 4em;
  }
}
@media screen and (min-width: 1400px) {
  .split video {
    padding: 8em;
  }
}
@media screen and (min-width: 1800px) {
  .split video {
    padding: 12em;
  }
}

.gallery,
swiper-container,
swiper-slide {
  background: white;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white !important;
  color: red !important;
}

/*--------------------------------------------
CLIENTS END
--------------------------------------------*/
/*--------------------------------------------
STUDIO
--------------------------------------------*/
@media screen and (min-width: 744px) {
  .studio .double-col {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }
}
.studio .gallery {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .studio .main-nav li {
    margin: 0 0.5em;
  }
  .studio .main-nav li a {
    font-size: 1.5em;
  }
  .studio .gallery-one :nth-child(2) {
    order: -1;
  }
  .studio .gallery-two :nth-child(2) {
    order: 1;
  }
}

.big-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.big-txt h3 {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .big-txt.right {
    justify-content: flex-end;
    text-align: right;
  }
}
/*--------------------------------------------
STUDIO END
--------------------------------------------*/
main {
  margin: 0em auto;
  max-width: 1200px;
  overflow: hidden;
  padding: 22em 4em 0 4em;
}
main h1 {
  margin: 0;
  text-align: center;
  width: 100%;
}

.double-col {
  display: grid;
  margin-bottom: 8em;
  position: relative;
}
@media screen and (min-width: 744px) {
  .double-col {
    align-items: start;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }
  .double-col img {
    margin-top: 0px;
  }
}
.double-col div:nth-child(1) {
  padding: 0 2em 0 0;
}
.double-image {
  position: relative;
}
@media screen and (max-width: 743px) {
  .double-image {
    margin-top: 4em;
  }
}

.intro-text {
  font-family: TTCommons-bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: calc(4.2rem + 1vw);
  margin: 0px 0 1.5em 0;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
}
@media screen and (min-width: 744px) {
  .intro-text {
    font-size: calc(5.2rem + 1vw);
  }
}

.about .intro-text,
.studio .intro-text {
  font-family: TTCommons-bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: calc(3.55rem + 1vw);
  margin: 0px 0 1.5em 0;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
}
@media screen and (min-width: 744px) {
  .about .intro-text,
  .studio .intro-text {
    font-size: calc(5.2rem + 1vw);
  }
}

@media screen and (max-width: 767px) {
  .about .double-image img {
    border-radius: 50%;
    overflow: hidden;
    padding: 3em;
  }
}
#circle {
  padding-bottom: 100%;
  position: absolute;
  left: -70%;
  top: -70%;
  width: 240%;
  height: 240%;
  z-index: 10;
}
@media screen and (min-width: 744px) {
  #circle {
    bottom: auto;
    left: -226px;
    right: 0em;
    top: -38em;
    width: 600px;
    height: 600px;
  }
}
@media screen and (min-width: 1024px) {
  #circle {
    bottom: auto;
    left: auto;
    right: 0em;
    top: -30em;
  }
}

#circle text {
  color: white;
  font-size: 5.3px;
  font-weight: bold;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #circle text {
    font-size: 5px;
  }
}

#circle svg {
  -webkit-animation-duration: 15s;
  -moz-animation-duration: 15s;
  -ms-animation-duration: 15s;
  -o-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #circle svg {
    height: 800px;
    width: 800px;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0);
  }
}
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(360deg);
  }
  to {
    -o-transform: rotate(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
.contact h1 {
  text-indent: -99999px;
}
.contact .double-col {
  text-align: center;
}
@media screen and (min-width: 744px) {
  .contact .double-col {
    grid-column-gap: 2em;
  }
}
.contact .double-col a {
  text-decoration: underline;
  font-family: TTCommons-regular, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.contact .double-col div {
  border: solid 2px white;
  margin: 0 0 4em 0;
  padding: 6em 4em;
}
.contact .double-col h4 {
  margin: 0 0 1em 0;
}
.contact .double-col p {
  margin: 0;
}

#contact_form input,
#contact_form textarea {
  font-family: TTCommons-bold, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: calc(1.2rem + 1vw);
  margin: 0 0 1em 0;
  padding: 1em;
  width: 100%;
}
#contact_form textarea {
  min-height: 200px;
}

@-webkit-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-webkit-keyframes judder {
  0% {
    left: 2px;
  }
  7% {
    left: 0px;
    top: 2px;
  }
  15% {
    left: -1px;
    top: 1px;
  }
  30% {
    left: 2px;
    top: -3px;
  }
  50% {
    left: 0px;
    top: 0px;
  }
  75% {
    left: -1px;
    top: 2px;
  }
  100% {
    left: -1px;
    top: 1px;
  }
}
@keyframes judder {
  0% {
    left: 2px;
  }
  7% {
    left: 0px;
    top: 2px;
  }
  15% {
    left: -1px;
    top: 1px;
  }
  30% {
    left: 2px;
    top: -3px;
  }
  50% {
    left: 0px;
    top: 0px;
  }
  75% {
    left: -1px;
    top: 2px;
  }
  100% {
    left: -1px;
    top: 1px;
  }
}
.mouse-scroll {
  align-items: center;
  background: black;
  border-radius: 100px;
  bottom: 2em;
  color: #fff;
  display: flex;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  margin-top: 10%;
  overflow: hidden;
  padding: 1.4em 0em;
  position: absolute;
  right: 0;
  text-align: center;
  width: 60px;
  z-index: 100;
}

.mouse {
  border: 2px solid #fff;
  border-radius: 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 33px;
  margin: 0;
  position: relative;
  width: 22px;
}
.mouse .mouse-movement {
  -webkit-animation: scroll-ani 2s linear infinite;
  -moz-animation: scroll-ani 2s linear infinite;
  animation: scroll-ani 2s linear infinite;
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 4px;
  left: 61%;
  margin: -4px 0 0 -4px;
  position: absolute;
  top: 29%;
  width: 4px;
}

.phone-double {
  margin: 8em auto -23em auto;
}
@media only screen and (min-device-width: 744px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .phone-double {
    display: flex;
    margin: 0 auto -7em auto;
    max-width: 1140px;
    width: 80%;
    justify-content: space-between;
  }
  .phone-double .phone-bevel-border:nth-child(1) {
    max-width: 360px;
    top: 18em;
    width: 45%;
  }
  .phone-double .phone-bevel-border:nth-child(2) {
    max-width: 360px;
    top: 18em;
    width: 45%;
  }
  .phone-double .phone-bevel-border {
    margin: 0 auto -12em auto;
  }
  .phone-double .phone-bevel {
    height: 570px;
  }
}
@media screen and (min-width: 1024px) {
  .phone-double .phone-bevel {
    height: 700px;
  }
}

.fentimans .mouse-scroll {
  background: #2f3b7e;
}
@media screen and (min-width: 1028px) {
  .fentimans .testimonial {
    padding-top: 24em;
  }
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.owl-carousel {
  overflow: hidden;
}

.warburtons .owl-carousel,
.rijo .owl-carousel {
  margin-bottom: 0;
}