/* ------ Preload images ------ */
@font-face {
  font-family: "IPM STUDIO-font";

  src: url("./../assets/fonts/ITC-Clearface.ttf") format("truetype");
  /* Safari, Android, iOS */
}

body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(../img/triangle-bg-violet.svg) url(../img/cstudy/ck.jpg) url(../img/cstudy/je.jpg) url(../img/cstudy/kdj.jpg) url(../img/cstudy/lo.jpg) url(../img/cstudy/it.jpg) url(../img/cstudy/ht.jpg) url(../img/cstudy/cb.jpg) url(../img/cstudy/shwu.jpg) url(../img/dots_white.png);
}

body {
  color: #1a1b21;
  font-family: "IPM STUDIO-font", "Times New Roman", serif;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.about *::selection,
footer *::selection {
  background: #d91a29;
  color: #fff;
}

.about *:-moz-selection {
  background: #d91a29;
  color: #fff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  color: #fff;
}

p {
  line-height: 2;
  letter-spacing: 0.075rem;
}

.about,
.multimedia,
.cstudy {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.cstudy {
  padding-bottom: 2.5rem;
}

.about p,
.gallery p,
.multimedia p {
  margin: 2rem 0 4rem 0;
  font-weight: 300;
  -webkit-text-stroke: 0.2px;
}

.rentlist p {
  margin: 0;
  margin-bottom: 1rem;
  font-weight: 300;
  -webkit-text-stroke: 0.2px;
}

.rentlist p:last-of-type {
  margin-bottom: 2rem;
}

.rentlist p:first-of-type {
  margin-top: 2rem;
}

.multimedia p {
  margin-bottom: 0;
}

.multimedia .list li:nth-child(even) {
  text-align: left;
  padding-left: 5rem;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.multimedia .list li:nth-child(odd) {
  text-align: left;
  font-weight: 500;
}

.about h2,
.about h3,
.gallery h2,
.gallery h3,
.multimedia h2,
.multimedia h3,
.cstudy h2 {
  font-weight: 300;
  -webkit-text-stroke: 0.3px;
}

.about .list {
  text-align: center;
}

.cstudy .list {
  text-align: left;
}

.about .list h2,
.squarelist .list h2,
.about .list h3,
.multimedia .list h2,
.multimedia .list h3,
.cstudy .list h2 {
  position: relative;
}

.about .list h2 span::after,
.about .list h3 span::after,
.multimedia .list h2 span::after,
.multimedia .list h3 span::after {
  content: "";
  border-top: 0.15rem solid #d2190c;
  position: absolute;
  width: 25%;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 1rem;
}

.about .list ul,
.squarelist .list ul,
.rentlist ul,
.multimedia .list ul,
.cstudy .list ul {
  margin: 2rem 0 0 0;
  padding: 0;
  list-style: none;
  line-height: 2;
  font-weight: 300;
  -webkit-text-stroke: 0.2px;
  letter-spacing: 0.075rem;
}

.multimedia .list h3 {
  margin-top: 3rem;
}

.list ul li ul {
  padding-left: 3rem;
}

.list ul li ul li::before {
  background: none;
  content: "▪";
  color: #d2190c;
  margin: 0;
}

.rentlist ul {
  margin-top: 0;
}

.rentlist {
  margin-bottom: 5rem;
}

.rentlist.nomargin {
  margin-bottom: 0;
}

.rentlist.sqimg {
  display: none;
}

.about .list ul li,
.squarelist .list ul li,
.rentlist ul li,
.cstudy .list ul li {
  margin-bottom: 0.25rem;
}

.about .list ul li:before,
.squarelist .list ul li:before,
.rentlist ul li:before,
.multimedia .list li:nth-child(odd):before,
.cstudy .list ul li:before {
  content: "";
  background: url(../img/dot.svg);
  padding: 0 7px 0 0;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.5rem;
  background-size: 8px;
}

.grow {
  transition: all 0.3s ease;
}

.grow:hover {
  -webkit-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.2);
}

.gallery {
  padding-top: 5rem;
  padding-bottom: 0;
}

/****************** Shadows ******************/

.z-depth-0 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.z-depth-1 {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1),
    0 3px 1px -2px rgba(0, 0, 0, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.08),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-2 {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1),
    0 1px 10px 0 rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.08),
    0 2px 4px -1px rgba(0, 0, 0, 0.15);
}

.z-depth-3 {
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.1),
    0 3px 14px 2px rgba(0, 0, 0, 0.08), 0 5px 5px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.1),
    0 3px 14px 2px rgba(0, 0, 0, 0.08), 0 5px 5px -3px rgba(0, 0, 0, 0.15);
}

.z-depth-4 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.1),
    0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 8px 10px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.1),
    0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 8px 10px -7px rgba(0, 0, 0, 0.15);
}

.z-depth-5 {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.1),
    0 9px 46px 8px rgba(0, 0, 0, 0.08), 0 11px 15px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.1),
    0 9px 46px 8px rgba(0, 0, 0, 0.08), 0 11px 15px -7px rgba(0, 0, 0, 0.15);
}

.navbar {
  padding: 1rem 2rem;
  width: 100%;
}

nav .navbar-nav {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.075rem;
  padding: 0;
}

.nav__list .nav__list-item .nav-link {
  padding: 0;
  display: inline-block;
  position: relative;
  color: #d91a2a;
}

nav .navbar-nav li a:before,
nav .navbar-nav li a:after {
  content: "";
  width: 0;
  border-top: 0.15rem solid #d2190c;
  position: absolute;
  -webkit-transition: width 0.15s ease-in-out;
  -moz-transition: width 0.15s ease-in-out;
  -o-transition: width 0.15s ease-in-out;
  transition: width 0.15s ease-in-out;
}

nav .navbar-nav li a:hover:before,
nav .navbar-nav li a:hover:after {
  width: 50%;
}

nav .navbar-nav li a:before {
  left: 50%;
  top: 100%;
}

nav .navbar-nav li a:after {
  top: 100%;
  right: 50%;
}

nav .navbar-nav li a {
  line-height: 1;
}

.navbar-nav .nav-item.active .nav-link:before,
.navbar-nav .nav-item.active .nav-link:after {
  content: "";
  width: 0;
  border-top: 0.15rem solid #d2190c;
  position: absolute;
  width: 50%;
}

.navbar-nav .nav-item.active:before {
  left: 50%;
  top: 100%;
}

.navbar-nav .nav-item.active:after {
  top: 100%;
  right: 50%;
}

.navbar .navbar-brand img {
  height: 30px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:link,
.navbar-light .navbar-nav .nav-link:visited,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
  color: #1a1b21;
}

button.navbar-toggler:focus {
  outline: 0;
}

.navbar-light button.navbar-toggler {
  border: none;
  padding: 0;
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 2rem;
  height: 2rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 0.4rem;
  width: 50%;
  background: #d2190c;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 16px 16px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 16px 0 0 16px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 12px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 24px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 3px;
  top: 8px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 8px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 3px;
  top: 18px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 18px;
}

nav .navbar-nav li {
  margin: 0.5rem auto;
  position: relative;
}

.section {
  position: relative;
  width: 100%;
}

.over-hide {
  overflow: hidden;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100vh;
}

.big-70-height {
  height: 70vh;
}

.big-75-height {
  height: 75vh;
}

.big-80-height {
  height: 80vh;
}

.big-height {
  height: 85vh;
}

.half-height {
  height: 50vh;
}

.padding0 {
  padding: 0 !important;
}

.padding-top-1st {
  padding-top: 240px;
}

.padding-bottom-1st {
  padding-bottom: 180px;
}

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-top {
  padding-top: 120px;
}

.padding-bottom {
  padding-bottom: 120px;
}

.padding-top-bottom-big {
  padding-top: 160px;
  padding-bottom: 160px;
}

.padding-top-big {
  padding-top: 160px;
}

.padding-bottom-big {
  padding-bottom: 160px;
}

.padding-top-bottom-small {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-top-small {
  padding-top: 80px;
}

.padding-bottom-small {
  padding-bottom: 80px;
}

.padding-top-bottom-smaller {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-top-smaller {
  padding-top: 40px;
}

.padding-bottom-smaller {
  padding-bottom: 40px;
}

.padding-top-bottom-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.margtop1 {
  margin-top: 1rem;
}

.margtop2 {
  margin-top: 2rem;
}

.margtop3 {
  margin-top: 3rem;
}

.margtop4 {
  margin-top: 4rem;
}

.margtop5 {
  margin-top: 5rem;
}

.margbtm1 {
  margin-bottom: 1rem;
}

.margbtm2 {
  margin-bottom: 2rem;
}

.margbtm3 {
  margin-bottom: 3rem;
}

.margbtm4 {
  margin-bottom: 4rem;
}

.margbtm5 {
  margin-bottom: 5rem;
}

.background-white {
  background-color: #ffffff;
}

.background-grey {
  background-color: #fbfbfb;
}

.background-grey-2 {
  background-color: #f9f9f9;
}

.background-dark {
  background-color: #212121;
}

.background-dark-1 {
  background-color: #323232;
}

.background-dark-2 {
  background-color: #1b1b1b;
}

.background-black {
  background-color: #000000;
}

.background-black-1 {
  background-color: #121212;
}

.background-image-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image-cover-top {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image-cover-bottom {
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image-cover-left {
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image-cover-right {
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}

.rounded-2 {
  border-radius: 0.5rem;
}

.rounded-3 {
  border-radius: 0.75rem;
}

.rounded-4 {
  border-radius: 1rem;
}

.max-width-95 {
  max-width: 95vw;
}

.max-width-90 {
  max-width: 90vw;
}

.max-width-85 {
  max-width: 85vw;
}

.max-width-80 {
  max-width: 80vw;
}

.max-width-75 {
  max-width: 75vw;
}

.max-width-70 {
  max-width: 70vw;
}

.max-width-65 {
  max-width: 65vw;
}

.max-width-60 {
  max-width: 60vw;
}

.max-width-55 {
  max-width: 55vw;
}

.max-width-50 {
  max-width: 50vw;
}

/* #Hero Sections & Template style
================================================== */

.light-fade-over-2 {
  background: #be0b00;
  width: 100%;
  height: 100%;
  opacity: 0.33;
}

.section-image-split {
  position: fixed;
  min-width: 50%;
  height: 100vh;
  top: 0;
  left: 0;
}

.section-image-split.with-map {
  min-width: 40%;
}

.hero-center-wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 20;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-center-wrap.z-bigger {
  z-index: 1002;
}

.hero-bottom-wrap {
  position: absolute;
  width: 200%;
  bottom: -60px;
  left: -50%;
}

.hero-bottom-2-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.hero-center-wrap.move-bottom {
  margin-top: 40px;
}

.hero-center-wrap.move-top {
  margin-top: -40px;
}

.hero-center-wrap.move-top-2 {
  margin-top: -20px;
}

#owl-hero-1 {
  position: relative;
  width: 100%;
}

#owl-hero-1 .item {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.prev-hero-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  z-index: 1002;
  cursor: url("../img/grab-left.png"), move !important;
}

.next-hero-1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  z-index: 1002;
  cursor: url("../img/grab-right.png"), move !important;
}

#owl-hero-1.owl-theme .owl-controls {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 50px;
  z-index: 100;
  width: 100%;
  z-index: 0;
}

#owl-hero-1.owl-theme .owl-controls .owl-page span {
  position: relative;
  background-color: #ffffff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

#owl-hero-1.owl-theme .owl-controls .owl-page span:before {
  content: "";
  position: absolute;
  top: 2.5px;
  left: 2.5px;
  border-radius: 50%;
  width: 0;
  height: 0;
  background-color: rgba(117, 0, 255, 0.5);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  z-index: -10;
}

#owl-hero-1.owl-theme .owl-controls .owl-page.active span:before,
#owl-hero-1.owl-theme .owl-controls .owl-page span:hover:before {
  top: -7px;
  left: -7px;
  width: 19px;
  height: 19px;
}

.hero-bottom-wrap h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 0.6;
  font-size: 36px;
  font-size: 23vw;
  color: #fff;
  margin-bottom: 0;
}

.hero-bottom-wrap.ver-2 h2 {
  font-family: "Work Sans", sans-serif;
  line-height: 0.82;
}

.hero-bottom-wrap.ver-3 h2 {
  font-size: 14vw;
  color: #212121;
  line-height: 0.9;
  font-weight: 700;
}

.hero-text-studio {
  color: #fff;
}

.hero-text-studio h2 {
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 4.4rem;
}

.hero-text-studio h2.cstudy-title {
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.75rem;
}

.hero-text-studio h2 span {
  color: #fff;
  font-weight: 400;
}

.hero-text-studio p {
  letter-spacing: 0.0625rem;
  font-weight: 400;
}

.hero-text-studio.for-project p {
  font-size: 14px;
}

.hero-text-studio.for-project p span {
  background-color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 0.2rem;
}

.hero-text img {
  width: 90px;
  display: block;
  margin: 0 auto;
  padding-bottom: 50px;
}

.hero-text h1 {
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 4.5rem;
}

.hero-text h1 strong {
  font-weight: 700;
}

.hero-text p {
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 400;
}

.hero-text p span {
  padding: 8px 12px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.9);
}

.hero-text.big-text h1 {
  font-family: "Poppins", sans-serif;
  padding-bottom: 0;
  text-transform: none;
  font-weight: 700;
  font-size: 9.5rem;
  line-height: 9.5rem;
}

.hero-text.big-text p {
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.hero-text .subtext {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
}

.hero-text h2.typed {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3rem;
}

.hide-it {
  visibility: hidden;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.line-top:before {
  content: "";
  width: 0;
  border-top: 0.21rem solid #d2190c;
  display: block;
  width: 5rem;
  margin-bottom: 0.5rem;
}

.line-bottom:after {
  content: "";
  border-top: 0.15rem solid #d2190c;
  display: block;
  width: 5rem;
  margin-top: 0.5rem;
}

.line-bottom-center:after {
  content: "";
  border-top: 0.15rem solid #d2190c;
  display: block;
  width: 5rem;
  margin: 0.5rem auto 0 auto;
}

.line-bottom.red:before,
.line-bottom.red:after {
  border-color: #ff382b;
}

.two-line span {
  position: relative;
  font-size: 1.5rem;
}

.two-line span::before,
.two-line span::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.15rem;
  background-color: #d2190c;
  position: absolute;
  right: 100%;
  margin-right: 0.15rem;
  top: 50%;
}

.two-line span::after {
  left: 100%;
  right: initial;
  margin-left: 0.15rem;
}

.btn-primary,
.btn-primary:not([disabled]):not(.disabled):active {
  background-color: #d2190c;
  border-color: #d2190c;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  transition: all 0.2s ease-in-out;
}

.btn-primary:not([disabled]):not(.disabled):active {
  box-shadow: 0 0 0 0.2rem rgba(145, 65, 255, 0.5);
}

.btn:hover,
.btn:focus:hover,
.btn:active:hover,
.btn.active:hover {
  background-color: #d2190c;
  border-color: #d2190c;
  color: #fff;
  box-shadow: 0 0.1875rem 0.75rem 0 rgba(0, 0, 0, 0.25);
}

.absolute-center {
  position: absolute;
  left: calc(50% + 1rem);
  bottom: 100%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.absolute-center h2 {
  white-space: nowrap;
}

.app-hero-text h1 {
  padding-bottom: 0;
  text-transform: none;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2rem;
  text-transform: capitalize;
  color: #fff;
}

.app-hero-text p {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 700;
  color: #d4d4d4;
}

.corporate-hero-text p {
  position: relative;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 700;
  color: #d4d4d4;
  margin-bottom: 0;
}

.corporate-hero-text p:before {
  position: absolute;
  bottom: -17px;
  content: "";
  left: 50%;
  width: 60px;
  height: 2px;
  margin-left: -30px;
  z-index: 1;
}

.corporate-hero-text h1 {
  padding-bottom: 0;
  text-transform: none;
  font-weight: 700;
  font-size: 6rem;
  line-height: 6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.parallax-hero h1 {
  padding-bottom: 0;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 4.8rem;
  letter-spacing: 2px;
}

.parallax-hero p {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.45;
  letter-spacing: 1px;
  color: #d1d1d1;
}

.title {
  padding-bottom: 40px;
  font-weight: 700;
}

.main-title {
  margin-bottom: 4.5rem;
}

.main-title.no-subtitle {
  margin-bottom: 2.5rem;
}

.main-title h2,
.main-title h3,
.main-title h4,
.main-title h5 {
  max-width: 500px;
  width: 100%;
  text-transform: capitalize;
}

.main-title.on-dark h2,
.main-title.on-dark h3,
.main-title.on-dark h4,
.main-title.on-dark h5 {
  color: #fff;
}

.main-title.text-center h2,
.main-title.text-center h3,
.main-title.text-center h4,
.main-title.text-center h5 {
  margin: 0 auto;
}

.main-subtitle-top {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.main-subtitle-bottom.on-light {
  color: #999;
}

.main-subtitle-bottom {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #afafaf;
  font-weight: 400;
  letter-spacing: 1px;
}

.main-subtitle-bottom.smaller {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}

.main-title.on-dark .main-subtitle-bottom {
  color: #d5d5d5;
}

.big-fade-title {
  position: absolute;
  width: 120%;
  left: -10%;
  top: 30px;
  z-index: 1;
  font-size: 8vw;
  line-height: 1.2;
  font-weight: 700;
}

.big-fade-title.on-light {
  color: rgba(22, 22, 22, 0.04);
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 0;
  display: block;
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
  font-family: "Crimson Text", serif;
  font-style: italic;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.clear {
  clear: both;
  display: block;
  height: 0;
  width: 100%;
}

.hero-slider-wrap {
  position: relative;
  width: 100%;
}

#hero-sync1 .item {
  position: relative;
  width: 100%;
  display: block;
}

#hero-sync2 {
  position: absolute;
  bottom: 40px;
  left: 40px;
  max-width: 750px;
  width: 100%;
  z-index: 1;
}

#hero-sync2 .item {
  cursor: pointer;
  max-width: 250px;
  width: 100%;
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#hero-sync2 .item p {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  font-family: "Crimson Text", serif;
  font-style: italic;
}

#hero-sync2 .item p span {
  padding-left: 12px;
  padding-right: 12px;
  opacity: 0.7;
  vertical-align: text-bottom;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

#hero-sync2 .item h5 {
  color: #fff;
  margin-left: 54px;
  letter-spacing: 1px;
  font-weight: 700;
}

#hero-sync2 .item h5 span {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  overflow: hidden;
}

#hero-sync2 .item h5 span:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#hero-sync2 .item:hover h5 span:before {
  left: 0;
}

#hero-sync2 .synced .item h5 span:before {
  left: 0;
}

#hero-sync2 .item:hover {
  opacity: 1;
}

#hero-sync2 .synced .item {
  opacity: 1;
}

.customNavigation.hero-sinc-1-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 200px;
  height: 80px;
  z-index: 1000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.next-hero-sync-1,
.prev-hero-sync-1 {
  position: absolute;
  cursor: pointer;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  text-align: center;
  z-index: 1002;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.next-hero-sync-1 {
  right: 40px;
}

.prev-hero-sync-1 {
  right: 120px;
}

.next-hero-sync-1 i,
.prev-hero-sync-1 i {
  color: #999;
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.next-hero-sync-1:hover i,
.prev-hero-sync-1:hover i {
  color: #000;
}

.scroll-down-hero-1 {
  position: absolute;
  cursor: pointer;
  bottom: 20px;
  right: 80px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  text-align: center;
  z-index: 1099;
}

.scroll-down-hero-1 i {
  color: #999;
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.scroll-down-hero-1:hover i {
  color: #000;
}

.hero-social {
  position: relative;
  z-index: 20;
  float: left;
  display: block;
  padding-left: 0;
}

.hero-social.text-center-social {
  float: none;
  padding: 0;
}

.hero-social li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.hero-social.text-center-social li {
  margin-right: 2px;
  margin-left: 2px;
}

.hero-social.text-center-social li a {
  padding-left: 7px;
  padding-right: 7px;
}

.hero-social.light-social li a {
  color: #f9f9f9;
}

.hero-social li a {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.2rem;
  letter-spacing: 1px;
  text-decoration: none;
  color: #888;
  padding-left: 9px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.hero-social li.twitter a:hover {
  color: #00b6f1;
}

.hero-social li.facebook a:hover {
  color: #3b5998;
}

.hero-social li.google a:hover {
  color: #df4a32;
}

.hero-social li.vimeo a:hover {
  color: #1ab7ea;
}

.hero-social li.envato a:hover {
  color: #81b441;
}

.hero-social li a:before {
  content: "";
  position: absolute;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  width: 4px;
  left: 0;
  top: 50%;
  z-index: 10;
  opacity: 1;
}

.hero-social li.twitter a:before {
  background-color: #00b6f1;
}

.hero-social li.facebook a:before {
  background-color: #3b5998;
}

.hero-social li.google a:before {
  background-color: #df4a32;
}

.hero-social li.vimeo a:before {
  background-color: #1ab7ea;
}

.hero-social li.envato a:before {
  background-color: #81b441;
}

.square {
  min-height: 25rem;
  padding: 1rem;
  position: relative;
}

.square.darkgrey,
.extendbg.darkgrey {
  background-color: #121213;
  color: #fff;
}

.square.darkgrey a {
  color: #fff;
}

.square.lightgrey,
.extendbg.lightgrey {
  background-color: #dadddf;
  color: #121213;
}

.square.vanilla,
.extendbg.vanilla {
  background-color: #f2ddb6;
  color: #121213;
}

.square.ochre,
.extendbg.ochre {
  background-color: #f2a25c;
  color: #121213;
}

.square.red,
.extendbg.red {
  background-color: #d2190c;
  color: #121213;
}

.square.lightgrey a {
  color: #121213;
}

.square.white {
  background-color: #fff;
  color: #121213;
}

.square.white a {
  color: #121213;
}

.square h3 {
  font-weight: 300;
}

.square h2.hv-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  width: 75%;
  line-height: 1.2;
  font-weight: 400;
  font-size: 1.75rem;
}

.square h2.hv-middle span {
  text-transform: lowercase;
  font-size: 1.5rem;
}

.square .quote {
  border: 0.25rem solid #fff;
  padding: 2rem 0;
  position: relative;
  box-sizing: content-box;
  z-index: 10;
  color: #121213;
}

.square .quote h2 {
  font-weight: 400;
  text-transform: initial;
  font-size: 1.2rem;
  position: relative;
  width: auto;
}

.square .quote h2:first-child {
  font-weight: bold;
  font-size: 1.5rem;
}

.square .author {
  margin: 0;
  position: relative;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  font-weight: 700;
}

.square .quote img {
  display: block;
  margin: 0 auto;
  height: 2rem;
  margin-bottom: 1rem;
  opacity: 0.75;
}

.square .quote .valign {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 8rem);
}

.valign {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.square .quote:after {
  content: "";
  display: block;
  clear: both;
  position: relative;
  height: 100%;
}

.square.years {
  padding: 0 !important;
}

.square.years .yrs-cont {
  width: 100%;
}

.square.years div {
  width: 100%;
  display: block;
  text-align: center;
}

.square.overlay.years:hover img {
  filter: invert(100%);
}

.square.years .yrs-cont img {
  transition: all 0.2s ease-in-out;
  width: 150px;
}

.square.years .yrs-cont ul li {
  font-size: 1.25rem;
}

.square.years div ul {
  margin-top: 1rem;
  padding-top: 1rem;
  list-style: none;
  padding: 0;
}

.square.years div ul::before {
  content: "";
  width: 8rem;
  border-top: 0.75rem solid #d2190c;
  display: inline-block;
}

.btn-square,
.btn-square:active,
.btn-square:focus {
  background-color: transparent;
  border: 0.15rem solid #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  padding: 0.5rem 1rem;
}

a.btn-square:hover,
a.btn-square:active:hover,
a.btn-square:focus:hover {
  background-color: #fff;
  color: #121213;
  border: 0.15rem solid #fff;
  box-shadow: none;
}

.btn-square.btn-dark {
  color: #121213;
  border: 0.25rem solid #121213;
}

.btn-square.btn-dark:hover,
.btn-square.btn-dark:active:hover,
.btn-square.btn-dark:focus:hover {
  background-color: #121213;
  color: #fff;
  border: 0.25rem solid #121213;
  box-shadow: none;
}

.square-content {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 10;
}

.square.squarelist {
  min-height: auto;
}

.square.squarelist {
  padding: 4rem;
  padding-top: 2rem;
}

.bottom-align {
  position: absolute;
  left: 0;
  bottom: 0;
}

.bottom-align-center {
  display: table;
  margin: 2rem auto 1rem;
  text-align: center;
}

.clients {
  padding-top: 2rem;
}

.clients h4 {
  font-size: 1.25rem;
}

.clients h4 span {
  padding: 0.25rem 0.5rem;
}

.clients img {
  margin: 1rem auto;
  display: inline-block;
  max-height: 2rem;
}

.client {
  margin-bottom: 2rem;
  height: 4rem;
  line-height: 4rem;
}

.cta {
  margin: 2rem 0;
}

.case-type {
  display: block;
  font-size: 1.25rem;
  position: relative;
  padding-left: 1.75rem;
}

.case-type::before {
  content: "";
  border-top: 0.2rem solid #d2190c;
  width: 1.5rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
}

/* Bounce To Right */

.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d2190c;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
  color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.typed-cursor {
  opacity: 1;
  font-size: 4.5rem;
  line-height: 0.85;
  font-weight: 400;
  -webkit-animation: blink 0.85s infinite;
  -moz-animation: blink 0.85s infinite;
  -ms-animation: blink 0.85s infinite;
  -o-animation: blink 0.85s infinite;
  animation: blink 0.85s infinite;
  animation-iteration-count: 3;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.hero-text-studio h2 {
  font-size: 3rem;
  line-height: 0.85;
  font-weight: 700;
}

.hero-text-studio h2 span {
  font-size: 1.35rem;
}

.ipm-studio {
  font-size: 3rem;
  line-height: 0.85;
  font-weight: 700;
}

.hero-text-studio h3 {
  font-size: 1.2rem;
  margin: 0;
}

.typed-cursor {
  font-size: 3rem;
}

.hero-text-studio p {
  font-size: 1rem;
}

.square.hasbg a::before {
  content: " ";
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}

.square.hasbg .bg1::before {
  background: url(../img/event.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.35;
  transition: all 0.2s ease-in-out;
}

.square.hasbg .bg2::before {
  background: url(../img/rental.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.25;
  transition: all 0.2s ease-in-out;
}

.square.hasbg .bg3::before {
  background: url(../img/dots.png);
  background-size: cover;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}

.square.hasbg .bg3:hover::before {
  background: url(../img/dots_white.png);
  background-size: cover;
  opacity: 0.25;
}

.square.hasbg .blur::before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.1;
  transition: all 0.2s ease-in-out;
}

.square.hasbg .blur.bg4::before {
  background-image: url(../img/cstudy/shwu-blur.jpg);
}

.square.hasbg .blur:hover.bg4::before {
  opacity: 0.15;
  background-image: url(../img/cstudy/shwu.jpg);
}

.square.hasbg .blur.bg5::before {
  background-image: url(../img/cstudy/hd-blur.jpg);
}

.square.hasbg.blur:hover.bg5::before {
  opacity: 0.15;
  background-image: url(../img/cstudy/hd.jpg);
}

.square.hasbg .blur.bg6::before {
  background-image: url(../img/cstudy/ck-blur.jpg);
}

.square.hasbg .blur:hover.bg6::before {
  opacity: 0.15;
  background-image: url(../img/cstudy/ck.jpg);
}

.square.hasbg .blur.bg7::before {
  opacity: 0.15;
  background-image: url(../img/cstudy/je-blur.jpg);
}

.square.hasbg .blur:hover.bg7::before {
  opacity: 0.2;
  background-image: url(../img/cstudy/je.jpg);
}

.square.hasbg .blur.bg8::before {
  opacity: 0.15;
  background-image: url(../img/cstudy/kdj-blur.jpg);
}

.square.hasbg .blur:hover.bg8::before {
  opacity: 0.2;
  background-image: url(../img/cstudy/kdj.jpg);
}

.square.hasbg .blur.bg9::before {
  background-image: url(../img/cstudy/lo-blur.jpg);
}

.square.hasbg .blur:hover.bg9::before {
  opacity: 0.15;
  background-image: url(../img/cstudy/lo.jpg);
}

.square.hasbg .blur.bg10::before {
  background-image: url(../img/cstudy/crowne-blur.jpg);
}

.square.hasbg .blur:hover.bg10::before {
  opacity: 0.15;
  background-image: url(../img/cstudy/crowne.jpg);
}

.square.hasbg .blur.bg11::before {
  opacity: 0.15;
  background-image: url(../img/cstudy/cb-blur.jpg);
}

.square.hasbg .blur:hover.bg11::before {
  opacity: 0.2;
  background-image: url(../img/cstudy/cb.jpg);
}

.square.hasbg .blur.bg12::before {
  background-image: url(../img/cstudy/it-blur.jpg);
}

.square.hasbg .blur:hover.bg12::before {
  opacity: 0.15;
  background-image: url(../img/cstudy/it.jpg);
}

.square.hasbg .blur.bg13::before {
  opacity: 0.15;
  background-image: url(../img/cstudy/ht-blur.jpg);
}

.square.hasbg .blur:hover.bg13::before {
  opacity: 0.2;
  background-image: url(../img/cstudy/ht.jpg);
}

.square.hasbg .blur.bg14::before {
  opacity: 0.15;
  background-image: url(../img/cstudy/nm-blur.jpg);
}

.square.hasbg .blur:hover.bg14::before {
  opacity: 0.2;
  background-image: url(../img/cstudy/nm.jpg);
}

.square.hasbg .blur.bg15::before {
  opacity: 0.15;
  background-image: url(../img/cstudy/omega-blur.jpg);
}

.square.hasbg .blur:hover.bg15::before {
  opacity: 0.2;
  background-image: url(../img/cstudy/omega.jpg);
}

.square.hasbg .blur.bg16::before {
  opacity: 0.15;
  background-image: url(../img/cstudy/bgwinner-blur.jpg);
}

.square.hasbg .blur:hover.bg16::before {
  opacity: 0.2;
  background-image: url(../img/cstudy/bgwinner.jpg);
}

.square.hasbg .blur.bg17::before {
  opacity: 0.15;
  background-image: url(../img/cstudy/popup-blur.jpg);
}

.square.hasbg .blur:hover.bg17::before {
  opacity: 0.2;
  background-image: url(../img/cstudy/popup.jpg);
}

.square.hasbg .blur.bg18::before {
  opacity: 0.15;
  background-image: url(../img/cstudy/db-blur.jpg);
}

.square.hasbg .blur:hover.bg18::before {
  opacity: 0.2;
  background-image: url(../img/cstudy/db.jpg);
}

a.maillink:link,
a.maillink:visited,
a.maillink:hover,
a.maillink:active {
  color: #d2190c;
}

.square:nth-child(6)::after {
  background-position: center;
  background-size: cover;
}

.square:nth-child(7)::after {
  background: none;
}

.contactus * {
  color: #fff !important;
}

.contactus form {
  border: 0.15rem solid #fff;
  margin: 2.5rem 0;
  padding: 3rem;
  margin-bottom: 12rem;
}

.contactus-dark form {
  border: 0.15rem solid #121213;
  margin: 2.5rem 0;
  padding: 3rem;
}

.contactus-dark *:not(.hvr-bounce-to-right) {
  color: #000 !important;
}

.contactus-dark .hvr-bounce-to-right {
  color: #000 !important;
}

.contactus-dark .hvr-bounce-to-right:hover {
  color: #fff !important;
}

.contactus-dark input {
  color: #000 !important;
}

.contactus form h3 {
  font-weight: 300;
  margin-bottom: 1rem;
  color: #fff;
}

.contactus form input,
.contactus form input:-webkit-autofill {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 8px 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contactus-dark form input {
  color: #121213;
  border-bottom: 1px solid #121213;
}

.contactus form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  outline: none;
  min-height: 10rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 8px 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow-y: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contactus form button {
  margin-top: 2.5rem;
}

.contactus-dark form button {
  color: #121213;
  border-color: #121213;
  margin-top: 2.5rem;
}

.contactus-dark form button:hover {
  cursor: pointer;
}

.contactus-dark form input::placeholder {
  color: #000;
}

textarea::-webkit-input-placeholder {
  color: #fff;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

textarea:-ms-input-placeholder {
  color: #fff;
}

textarea::placeholder {
  color: #fff;
}

.contactus-dark ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  opacity: 1;
  /* Firefox */
}

.contactus-dark :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000 !important;
}

.contactus-dark ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000 !important;
}

.contactus form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  outline: none;
  min-height: 10rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 8px 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow-y: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contactus form button {
  margin-top: 2.5rem;
}

.contactus-dark form button {
  color: #121213;
  border-color: #121213;
  margin-top: 2.5rem;
}

.contactus form button:hover {
  cursor: pointer;
}

.contactus form input::placeholder {
  color: #fff;
}

.contactus-dark form input::placeholder {
  color: #fff;
}

textarea::-webkit-input-placeholder {
  color: #fff;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

textarea:-ms-input-placeholder {
  color: #fff;
}

textarea::placeholder {
  color: #fff;
}

.success {
  padding: 1em;
  margin: 1rem 0;
  color: #ffffff;
  background-color: #d2190c;
  border: 1px solid #fff;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.error {
  padding: 1em;
  margin: 1rem 0;
  color: #fff;
  background-color: #940000;
  border: 1px solid #fff;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.square.contactlist {
  max-height: 22rem;
  min-height: auto;
}

.square.contactlist .location {
  line-height: 1.25;
}

.square.contactlist a {
  color: #000;
}

.square.contactlist a:hover {
  color: #d2190c;
}

.square.contactlist .info {
  padding: 2.5rem 0 0 5rem;
}

.square.contactlist .info p {
  margin-bottom: 3rem;
}

.square.contactlist .info h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  position: relative;
  margin: 0;
}

.square.contactlist .info h6 span::before {
  content: "";
  border-top: 0.15rem solid #d2190c;
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 1.5rem;
}

.connect {
  padding: 1rem 0 5rem 7rem;
}

.connect li {
  list-style: none;
  display: block;
  margin-top: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.55rem;
  letter-spacing: 0.1rem;
  position: relative;
  color: #989898;
}

.connect li a {
  color: #f1ddb5;
}

.connect li a:hover {
  color: #dadddf;
}

.connect li:first-child {
  font-size: 0.8rem;
  color: #fff;
}

.connect li:last-child {
  margin-right: 0;
}

.connect li:first-child::before {
  content: "";
  border-top: 0.15rem solid #d2190c;
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 1.5rem;
}

footer {
  padding: 5rem 0 2.5rem;
  height: auto;
  color: #121213;
  background-color: #f2eddc;
}

footer a,
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
  color: #121213;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

footer h6 {
  color: #121213;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

footer h6:hover,
footer a:link:hover {
  color: #d2190c;
}

footer h2 {
  font-weight: 700;
  font-size: 4rem;
}

footer h6 {
  font-size: 0.9rem;
}

footer .social p {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-color: #121213;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 3rem;
  vertical-align: middle;
  margin-right: 1rem;
  font-size: 1.1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

footer .social p a {
  color: #fff;
}

footer .social p:hover {
  background-color: #d2190c;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1),
    0 1px 10px 0 rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.08),
    0 2px 4px -1px rgba(0, 0, 0, 0.15);
}

footer .social p:hover a {
  color: #fff;
}

footer .social {
  margin: 3rem auto 0;
  text-align: center;
}

footer .social p:last-child {
  margin-right: 0;
}

footer .inline-left {
  display: inline-block;
  text-align: left;
}

footer img.logo {
  max-width: 16rem;
  height: auto;
  display: block;
  margin: 0 auto 3rem;
}

footer .copyright {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ff382b;
  width: 75%;
}

.square.overlay,
.square.overlay a,
.square.overlay h2,
.square.overlay p {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.square.overlay:hover {
  background-color: #d2190c;
  color: #fff;
}

.square.overlay-red:hover {
  background-color: #be0b00;
  color: #fff;
}

.square.overlay:hover a,
.square.overlay:hover h2,
.square.overlay:hover p {
  color: #fff;
}

.gallery_overlay::before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(210, 25, 12, 0.1);
  top: 0;
  left: 0;
}

.gallery_overlay:hover::before {
  background-color: rgb(210, 25, 12, 0.15);
}

.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.fullscreen-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100vh;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -10;
  transition: 1s opacity;
}

.square.video {
  background-color: rgba(78, 0, 157, 0.125);
}

.square.video.overlay:hover {
  background-color: rgba(78, 0, 157, 0.25);
  color: #fff;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rentlist {
  padding-top: 0;
}

.nopadbtm {
  padding-bottom: 0;
}

.nopadtop {
  padding-top: 0;
}

.nopadtopbtm {
  padding-top: 0;
  padding-bottom: 0;
}

#carouselExampleControls {
  padding-top: 0;
}

#carouselExampleControls a {
  padding-top: 0;
}

.carslide,
.hyundai {
  margin-bottom: 5rem;
  margin-top: 0;
}

#scrollUp {
  bottom: 36px;
  right: 36px;
  width: 48px;
  height: 48px;
  background: url(../img/arrow-up.svg) no-repeat;
  background-size: 24px;
  background-color: #f2ddb6;
  background-position: center center;
  border-radius: 50%;
}

footer .social a {
  color: #121213;
}

.loading {
  overflow: hidden !important;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#loader {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10001;
  overflow: hidden;
}

#loader #triangle polygon {
  opacity: 0;
}

#loader #triangle {
  width: 5rem;
  height: auto;
}

#loader #triangle polygon#first {
  -webkit-animation: fadein 3s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
  animation: fadein 3s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
}

#loader #triangle polygon#second {
  -webkit-animation: fadein 3s 0.25s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
  animation: fadein 3s 0.25s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
}

#loader #triangle polygon#third {
  -webkit-animation: fadein 3s 0.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
  animation: fadein 3s 0.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
}

#loader #triangle polygon#fourth {
  -webkit-animation: fadein 3s 0.75s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
  animation: fadein 3s 0.75s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  45% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.lead-by {
  font-size: 1.15rem;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #121213;
  z-index: 10000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */

.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

@supports (-ms-ime-align: auto) {
  .main-content {
    overflow: hidden;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .main-content {
    overflow: hidden;
  }
}

@media screen and (min-width: 576px) {
  .square .quote {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
  }

  #loader #triangle {
    width: 7.5rem;
    height: auto;
  }

  .hero-text-studio h2 {
    font-size: 4.5rem;
    line-height: 0.85;
    font-weight: 700;
  }

  .hero-text-studio h2 span {
    font-size: 2rem;
  }

  .hero-text-studio h2.cstudy-title {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .ipm-studio {
    font-size: 4.5rem;
    line-height: 0.85;
    font-weight: 700;
  }

  .hero-text-studio h3 {
    font-size: 1.5rem;
    margin: 0;
  }

  .typed-cursor {
    font-size: 4.5rem;
  }

  .hero-text-studio p {
    font-size: 1.125rem;
  }

  .btn-primary,
  .btn-primary:not([disabled]):not(.disabled):active {
    padding: 0.5rem 1.5rem;
  }

  .square {
    min-height: 30rem;
    padding: 2rem;
  }

  .square::after {
    background-position-y: 20%;
  }

  .square h2.hv-middle {
    font-size: 2.2rem;
  }

  .square .quote {
    padding: 3rem 4rem;
    width: 50%;
  }

  .square .quote h2 {
    font-size: 1.5rem;
  }

  .square .quote h2:first-child {
    font-size: 2rem;
  }

  .square .quote img {
    height: 2.5rem;
    margin-bottom: 2rem;
  }
}

.footer-full-height .logo {
  width: 10rem;
  max-width: 10rem;
  text-align: left;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .footer-full-height .logo {
    width: 14rem;
    max-width: 14rem;
    text-align: left;
    margin-left: 2rem;
  }

  .lead-by {
    font-size: 1.25rem;
  }

  .square.years .yrs-cont {
    width: 100%;
    display: table;
  }

  .square.years div ul::before {
    display: none;
  }

  .square.years div {
    width: 50%;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
  }

  .square.years div:first-child {
    text-align: right;
  }

  .square.years .yrs-cont img {
    width: 175px;
  }

  .square.years div img {
    margin-right: 1rem;
  }

  .square.years div ul {
    list-style: none;
    font-size: 3rem;
    border-left: 0.75rem solid #d2190c;
    padding: 0;
    margin-left: 1rem;
    padding-left: 1rem;
  }

  .square.years .yrs-cont ul li {
    font-size: 1.75rem;
  }

  footer .social {
    margin-top: 0;
  }

  footer img.logo {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .square.years .yrs-cont img {
    width: 200px;
  }

  .square.years div img {
    margin-right: 1rem;
  }

  .square.years div ul {
    list-style: none;
    padding: 0;
    margin-left: 1rem;
    padding-left: 1rem;
  }

  .square.years .yrs-cont ul li {
    font-size: 2rem;
  }

  #loader #triangle {
    width: 10rem;
    height: auto;
  }

  .full-height {
    height: 100vh;
  }

  .navbar .navbar-brand img {
    height: 40px;
  }

  nav .navbar-nav li {
    margin-right: 1.25rem;
    position: relative;
  }

  nav .navbar-nav li:last-child {
    margin-right: 0;
  }

  .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
  }

  .hero-text-studio h2 {
    font-size: 6.5rem;
    line-height: 0.85;
    font-weight: 700;
  }

  .hero-text-studio h2.cstudy-title {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }

  .hero-text-studio h2 span {
    font-size: 2.5rem;
  }

  .square {
    min-height: 35rem;
  }

  .main-content .square::after {
    background-position-y: 0;
  }

  .square.square-sm {
    min-height: 30rem;
  }

  .ipm-studio {
    font-size: 6.5rem;
    line-height: 0.85;
    font-weight: 700;
  }

  .typed-cursor {
    font-size: 6.5rem;
  }

  .hero-text-studio h3 {
    font-size: 1.75rem;
    margin: 0;
  }

  .hero-text-studio p {
    font-size: 1.2rem;
  }

  .square .quote {
    width: 60%;
  }

  .square .quote h2 {
    font-size: 1.75rem;
  }

  .connect li {
    display: inline-block;
    margin-right: 2rem;
  }

  #carouselExampleControls {
    padding-top: 5rem;
  }

  #carouselExampleControls a {
    padding-top: 5rem;
  }

  .hyundai #carouselExampleControls {
    padding-top: 0;
  }

  .hyundai #carouselExampleControls a {
    padding-top: 0;
  }

  .rentlist.sqimg {
    display: initial;
  }
}

@media screen and (min-width: 1200px) {
  nav .navbar-nav li {
    margin-right: 3rem;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
  }

  #carouselExampleControls {
    padding-top: 3rem;
  }

  #carouselExampleControls a {
    padding-top: 3rem;
  }

  .hero-text-studio h2.cstudy-title {
    font-size: 3.25rem;
    line-height: 3.25rem;
  }
}

/* NEW MENU */

.menu-icon {
  position: fixed;
  z-index: 3000;
  right: 30px;
  top: 30px;
  cursor: pointer;
  filter: brightness(0.75);
  color: #fff;
}

.logo-icon {
  position: fixed;
  z-index: 3000;
  left: 30px;
  top: 30px;
  cursor: pointer;
  width: 125px;
}

.logo-icon img {
  width: 100%;
}

.logo-icon a {
  font-size: 0.75rem;
}

@media (min-width: 448px) {
  .logo-icon {
    width: 175px;
  }

  .logo-icon a {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .logo-icon {
    width: 225px;
  }
}


.menu-icon__line {
  height: 2px;
  width: 30px;
  display: block;
  background-color: #000;
  margin-bottom: 4px;
  transition: transform 0.2s ease, background-color 0.5s ease;
}

.menu-icon__line.light {
  background-color: #fff;
}

.menu-icon__line-left {
  width: 30px;
}

.menu-icon__line-right {
  width: 30px;
  float: right;
}

.nav {
  position: fixed;
  pointer-events: none;
  z-index: 10000;
}

.nav:before,
.nav:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(234, 234, 234, 0.2);
  z-index: -1;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transform: translateX(0%) translateY(-100%);
}

.nav:after {
  /* background: #ece9db; */
  background: #f2ddb6;
  transition-delay: 0s;
}

.nav:before {
  transition-delay: 0.1s;
}

.nav__content {
  position: fixed;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100%;
  text-align: center;
  font-size: calc(1.85vw + 10px);
  font-weight: 200;
  cursor: pointer;
  z-index: 3000;
}

.nav__list {
  margin: 0 auto;
  padding: 1rem;
}

.nav__list-item {
  position: relative;
  display: inline-block;
  transition-delay: 0.8s;
  opacity: 0;
  transform: translate(0%, 100%);
  transition: opacity 0.2s ease, transform 0.3s ease;
  margin: 0.5rem;
  margin-right: 30px;
}

.nav__list-item:before {
  content: "";
  position: absolute;
  background: #d91a2a;
  width: 0;
  height: 2px;
  top: 100%;
  transform: translate(0%, 0%);
  transition: all 0.3s ease;
  z-index: -1;
}

.nav__list .nav__list-item.active .nav-link {
  /* color: #d2190c; */
}

.nav__list-item.active:before {
  /* background: #d2190c; */
  width: 100%;
}

.nav__list-item:hover:before {
  width: 100%;
}

body.nav-active .menu-icon__line {
  background-color: #d91a2a;
  transform: translateX(0px) rotate(-45deg);
}

body.nav-active .menu-icon__line:nth-child(2) {
  display: none;
}

body.nav-active .menu-icon__line:nth-child(3) {
  display: none;
}

body.nav-active .menu-icon__line-left {
  transform: translateX(-2px) translateY(5px) rotate(45deg);
}

body.nav-active .menu-icon__line-right {
  transform: translateX(-2px) rotate(135deg);
}

body.nav-active .nav {
  visibility: visible;
  pointer-events: all;
}

body.nav-active .nav:before,
body.nav-active .nav:after {
  transform: translateX(0%) translateY(0%);
}

body.nav-active .nav:after {
  transition-delay: 0.1s;
}

body.nav-active .nav:before {
  transition-delay: 0s;
}

body.nav-active .nav__list-item {
  opacity: 1;
  transform: translateX(0%);
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

body.nav-active .nav__list-item:nth-child(0) {
  transition-delay: 0.5s;
}

body.nav-active .nav__list-item:nth-child(1) {
  transition-delay: 0.6s;
}

body.nav-active .nav__list-item:nth-child(2) {
  transition-delay: 0.7s;
}

body.nav-active .nav__list-item:nth-child(3) {
  transition-delay: 0.8s;
}

body.nav-active .nav__list-item:nth-child(4) {
  transition-delay: 1s;
}

body.nav-active .nav__list-item:nth-child(5) {
  transition-delay: 1.1s;
}

body.nav-active .nav__list-item:nth-child(6) {
  transition-delay: 1.2s;
}

body.nav-active .nav__list-item:nth-child(7) {
  transition-delay: 1.3s;
}

body.nav-active .nav__list-item:nth-child(8) {
  transition-delay: 1.4s;
}

.logo-holder {
  position: absolute;
  z-index: 100000;
  width: 15rem;
  right: 1rem;
  top: 1rem;
}

.owl-pagination {
  display: none !important;
}

.footer-full-height {
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background: #be0b00;
  color: #f34b3f;
}

.footer-full-height .connect li a {
  color: #fff;
}

.footer-full-height .contact-form {
  margin-bottom: 6rem;
}

.tagline {
  margin: 12rem 0;
  margin-top: 6rem;
}

.tagline.contact-page {
  margin: 6rem 0;
}

.tagline h2 {
  line-height: 1.5;
  font-size: 2rem;
}

.list.centered {
  margin: 0 auto;
  text-align: center;
}

footer a.leadby {
  color: #f2ddb6;
}

footer a.leadby:hover {
  color: #fff !important;
}

.red-bg {
  background-color: #be0b00;
}

.red-bg a,
.red-bg i,
.red-bg h6,
.red-bg .copyright {
  color: #fff !important;
}

.footer-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-info .inline-left {
  margin-right: 2rem;
  color: #fff !important;
}

@media screen and (max-width: 512px) {
  .footer-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-info .inline-left {
    margin-top: 2rem;
    margin-right: 0;
    text-align: center;
  }
}

.footer-info .inline-left h6,
.footer-info .inline-left a,
.footer-info .inline-left a:link,
.footer-info .inline-left a:visited,
.footer-info .inline-left a:hover,
.footer-info .inline-left a:active {
  color: #fff;
}

/* 2024 update */

#information {
  background: #f2ddb6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  overflow: auto;
  padding: 25px;
  z-index: 10;
}

@media (min-width: 992px) {
  #information {
    padding: 30px;
  }
}

#information .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}

@media (min-width: 992px) {
  #information .grid {
    grid-gap: 30px;
  }
}

#information .close {
  grid-column: span 4;
  text-align: right;
  opacity: 1;
}

#information .close a {
  font-style: normal;
  font-weight: 700;
}

#information .sidebar {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 16px;
  grid-column: span 4;
}

@media (min-width: 992px) {
  #information .sidebar {
    grid-gap: 30px;
  }
}

@media (min-width: 992px) {
  #information .sidebar {
    grid-column: span 1;
  }
}

#information .bio {
  grid-column: span 4;
  border-top: 1px solid;
  padding-top: 16px;
}

@media (min-width: 992px) {
  #information .bio {
    grid-column: span 3;
    padding-top: 30px;
  }
}

#information .clients,
#information .portfolio,
#information .services {
  padding-top: 16px;
  border-top: 1px solid;
}

@media (min-width: 992px) {

  #information .clients,
  #information .portfolio,
  #information .services {
    padding-top: 30px;
  }
}

#information .clients h2,
#information .clients p,
#information .portfolio h2,
#information .portfolio p,
#information .services h2,
#information .services p {
  font-size: 17px;
  line-height: 21px;
}

#information .clients b,
#information .clients h2,
#information .clients strong,
#information .portfolio b,
#information .portfolio h2,
#information .portfolio strong,
#information .services b,
#information .services h2,
#information .services strong {
  margin-bottom: 1em;
  font-size: 13.5px;
}

#information .clients .cols,
#information .portfolio .cols,
#information .services .cols {
  columns: 2;
}

#information a {
  text-decoration: none;
  font-style: italic;
  font-weight: 400;
  color: inherit;
}

#information a:hover {
  opacity: 0.6;
}

body.info-open #information {
  transform: rotate(0);
  pointer-events: auto;
}

.font-xl,
.font-xl * {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 992px) {

  .font-xl,
  .font-xl * {
    font-size: 28px;
    line-height: 32px;
  }
}

.toggle_info {
  font-size: 16px;
  color: #000 !important;
}

.intro-animation {
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  position: fixed;
  background: #be0b00;
  display: none;
}

.intro-animation-container {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-animation-container-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.logo-wrapper {
  width: 20rem;
  display: flex;
}

.logo-wrapper img {
  margin: 0 auto;
  max-width: 100%;
  height: -webkit-fill-available;
}

@media (min-width: 992px) {
  .logo-wrapper {
    width: 50rem;
  }
}

.enter-button {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  background-color: transparent;
  background-image: none;
  outline: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.intro-visible {
  overflow: hidden;
}

.intro-visible .intro-animation {
  display: block;
}

.slide-in-bck-center {
  -webkit-animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-out-bck-center {
  -webkit-animation: slide-out-bck-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-out-bck-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
    transform: perspective(100px) translateZ(600px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: perspective(100px) translateZ(0);
    opacity: 1;
  }
}

@keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
    transform: perspective(100px) translateZ(600px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: perspective(100px) translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-out-bck-center {
  0% {
    -webkit-transform: translateZ(0);
    transform: perspective(100px) translateZ(0);
    opacity: 1;

  }

  100% {
    -webkit-transform: translateZ(150px);
    transform: perspective(100px) translateZ(150px);
    opacity: 0;
  }
}

@keyframes slide-out-bck-center {
  0% {
    -webkit-transform: translateZ(0);
    transform: perspective(100px) translateZ(0);
    opacity: 1;

  }

  100% {
    -webkit-transform: translateZ(150px);
    transform: perspective(100px) translateZ(150px);
    opacity: 0;
  }
}

.fade-out {
  animation: fade-out 1s ease-out both;
  animation-delay: 200ms;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000;
  box-shadow: 0 0 0 0 #0004;
  animation: l1 1s infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11000;
  transform: translate(-50%, -50%);
}

@keyframes l1 {
  100% {
    box-shadow: 0 0 0 30px #0000
  }
}