@charset "UTF-8";

/*-- Reset --*/

* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

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

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, 
em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav,
object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt, u, ul, var, a img {
    background: transparent;
  border: 0 none;
  outline: none;
  vertical-align: baseline;
  padding: 0;
  margin: 0;    
}


/*  General
---------------------------------------------------*/

html {
  background: #09291b;
  max-width: 100%;
  max-height: 100%;
  margin-top: 0 !important;
  overflow-x: hidden;
}

body {
  background:#09291b url(../images/pattern-green.png) top center repeat;
  background-size: 65px;
  position: relative;
  z-index: 2;;
  max-width: 100%;
  max-height: 100%;
  overflow-x: hidden;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.heading {
  position: relative;
}

h1 {
  font:700 64px/70px "joly-text", sans-serif;
  color: #fcfbf2;
  margin:0 0 30px 0;
  animation: reveal 1s cubic-bezier(0.77, 0, 0.175, 1);
}

h2 {
  font:700 55px/60px "joly-text", sans-serif;
  color: #09291b;
  margin:0 0 30px 0;
}

h2 span {
  transition-delay:3s;
  animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}

h3 {
  font:700 18px/22px "area-extended", sans-serif;
  text-transform: uppercase;
  letter-spacing:0.05em;
  color: #09291b;
  margin:0 0 30px 0;
}

h4 {
  font:700 14px/20px "area-extended", sans-serif;
  text-transform: uppercase;
  letter-spacing:0.1em;
  color: #9ece9a;
  margin:0 0 10px 0;
}

h5 {
  font:600 15px/19px "area-extended", sans-serif;
  text-transform: uppercase;
  letter-spacing:0.1em;
  color:#9ece9a;
  margin:0 0 15px 0;
  overflow: hidden;
  line-height: 1;
}

h5 span {
  animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}

p {
  font:400 16px/30px "area-normal", sans-serif;
  color:#000;
  margin:0 0 30px 0;
}



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

ul,
ol {
  position:relative;
  list-style:none;
  padding:0;
  margin:0 0 30px 0;
}

ul li,
ol li {
  font:500 15px/25px "sofia-pro", sans-serif;
  letter-spacing:0.05em;
  color:#57585b;
  margin:0 0 30px 0;
  padding:0 0 0 20px;
  position:relative;
}

blockquote {
  font:400 34px/44px "Euclid Circular Light", sans-serif;
  color:#57585b;
  margin:0 0 30px 0;
}

hr {
  width:100%;
  height:1px;
  border:0;
  margin:0 0 30px 0;
}

hr.divider {
  width:100%;
  height:4px;
  background:#fff;
  margin:40px 0 40px 0;

}

.container {
  width:1400px;
  position:relative;
  padding:120px 40px;
  margin:0 auto;
}

.content {
  position: relative;
}

.flex {
  display:flex;
}

.button {
  font:600 12px/22px "area-extended", sans-serif;
  text-transform: uppercase;
  letter-spacing:0.1em;
  color: #fcfbf2;
  background: #ed6d2e;
  display: inline-block;
  position: relative;
  padding:25px 22px 20px 30px;
  margin: 10px 0 0;
  transition: all 0.2s ease;
}

.button:hover {
  background: #ed6d2e;
}

.button .arrow {
  width: 14px;
  height: 11px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  top: 1px;
}

.button .st0 {
  fill:#fcfbf2;
  transition: all 0.2s ease;
}

.button2 {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: sans-serif;
  text-decoration: none;
  color: #333;
  border: 2px solid #333;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  transition: all .35s;
}

.button2 span{
  position: relative;
  z-index: 2;
}

.button2:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ff003b;
  transition: all .35s;
}

.button2:hover{
  color: #fff;
}

.button2:hover:after{
  width: 100%;
}

.link {
  font:700 14px/24px "area-extended", sans-serif;
  text-transform: uppercase;
  letter-spacing:0.05em;
  color: #ed6d2e;
  display: inline-block;
  transition:all 0.2s ease;
}

.link:hover {
  color: #ed6d2e;
}

.link .arrow {
  width: 14px;
  height: 11px;
  display: inline-block;
  position: relative;
}

.link .st0 {
  fill:#7c5e43;
  transition:all 0.2s ease;
}

.link:hover .st0 {
  fill: #09291b;
}

.divider {
  width:1px;
  height:20px;
  background: #7c5e43;
  display:inline-block;
  margin:0 10px;
  position: relative;
  top: 6px;
}

.grid {
    height: 100%;
    top: 0;
    display: flex;
    /* pointer-events: none; */
    position: absolute;
    left:38px;
}

.grid .line {
    width: 2px;
    height: 100%;
}

.light-blue {
  background: #c1d8fc;
}

.blue {
  background: #0962f5;
}

.three-columns {
  display: flex;
  flex-wrap: wrap;
}

.three-columns.centered {
  justify-content: center;
  align-items:center;
}

.three-columns .col {
  width: 33.3%;
  position: relative;
  padding: 0 40px 0 0;
}

.two-columns {
  display: flex;
  flex-wrap: wrap;
}

.two-columns .col {
  width: 50%;
  position: relative;
  padding: 0 25px;
  margin: 0 0 50px 0;
}

.two-columns .col:nth-child(odd) {
  padding-left:0;
}

.two-columns .col:nth-child(even) {
  padding-right:0;
}

.two-columns .col:last-child {
  margin: 0;
}


/*  Nav
---------------------------------------------------*/

.logo {
  width:185px;
  position:absolute;
  top:17px;
  left:40px;
  z-index: 2;
}

nav {
  background: url("../images/paper-texture.jpg") center center repeat;
  background-size: 450px;
  width: 100%;
  height:100px;
  position: relative;
  z-index: 2;
}

nav .container {
  width: 1400px;
  height: 100%;
  display:flex;
  align-items: center;
  text-align: right;
  position:relative;
  padding:0 40px;
}

nav ul {
  width: 100%;
  text-align: right;
  padding:0 0 0 400px;
  margin:0;
  display: flex;
  justify-content: space-between;
  align-items:center;
}

nav ul li {
  display:inline-block;
  position:relative;
  margin:0 0 0 30px;
  padding:0;
}

nav ul li a {
  font:700 13px/17px "area-extended", sans-serif;
  text-transform:uppercase;
  letter-spacing:0.1em;
  color:#09291b;
  transition:all 0.2s ease;
}

nav ul li a:hover {
  color:#7c5e43;
}

nav ul li a.button {
  margin-top:0;
}

nav ul li a.button:hover {
  color:#fff !important;
}

/*
nav .button {
  position: absolute;
  right:40px;
}*/


/*  Header
---------------------------------------------------*/

header {
  position:relative;
}

header:before {
  content:"";
  background:#0d271b;
  width:100%;
  height:300px;
  position:absolute;
  top:0;
  left:0;
}

/*
header:after {
  content: "";
  background: url("../images/pattern-green.png") top center repeat;
  background-size: 65px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}*/

header h1 {
  color: #fcfbf2;
  margin:0;
}

header h3 {
  color: #9ece9a;
  margin: 0 0 10px;
}

header .container {
  height: 400px;
  padding: 40px;
  display: flex;
  align-items: center;
}

header .content {
  width: 50%;
  position: relative;
  z-index: 997;
  padding-bottom: 90px;
  padding-right:30px;
}

#homepage header .container {
  height: auto;
  padding-right: 0;
  padding-left:0;
  padding-top:70px;
  display: block;
}

#homepage header .content {
  width: 100%;
  padding-bottom: 50px;
}

#homepage header .flexslider {
  width:100%;
  height:760px;
  padding-left: 70px;
  /*margin-top: -49px;*/
}

#homepage header .flexslider .slides li {
  height:760px;
  overflow: hidden;
}

#homepage header .flexslider li .content {
  width:300px;
  height:280px;
  background: #fdb927;
  text-align:left;
  display:flex;
  justify-content:center;
  flex-direction:column;
  position: absolute;
  bottom: -280px;
  right: 0;
  padding: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay:1s;
}

#homepage header .flexslider li.flex-active-transition .content {
  bottom: 0;
}

#slides .caption {
  width:800px;
  height:30px;
  position:absolute;
  top:-30px;
  right:-774px;
  transform-origin:0 0;
  transform:rotate(90deg);
  opacity:0;
  -webkit-transition: 0.8s ease-out;
  -moz-transition: 0.8s ease-out;
  -o-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
  transition-delay:0.8s;
}

#slides li.flex-active-transition .caption {
  opacity:1;
}

#slides .caption h3 {
  font:500 15px/20px "interstate", sans-serif;
  letter-spacing:0.1em;
  text-transform:uppercase;
  text-align:center;
  color:#fff;
}

#homepage header .flexslider li#dunkin-donuts .content {
  background: #ff7500;
}

#homepage header .flexslider li#baumhowers .content {
  background: #bb003e;
}

#homepage header .flexslider li#canopy .content {
  background: #39b54a;
}

#homepage header .flexslider li .content:after {
  content: "";
  width: 27px;
  height: 27px;
  background: url("../images/link-arrow.svg") no-repeat;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

#homepage header .flexslider li .content h2 {
  font:700 18px/24px "termina", sans-serif;
  text-transform:uppercase;
  letter-spacing:0.05em;
  color:#fff;
}

#homepage header .flexslider li .content p {
  font:300 21px/28px "nimbus-sans", sans-serif;
  color:#fff;
  margin: 0;
}

#homepage header .flexslider h2 {
  font:700 70px/75px "termina", sans-serif;
  text-transform:uppercase;
  letter-spacing:0.05em;
  color:#fff;
  margin:0 0 15px 0;
}

#homepage header .flexslider h3 {
  font:400 24px/32px "Euclid Circular Regular", sans-serif;
  text-shadow:0px 0px 20px rgba(0,0,0,0.4);
  text-transform:none;
  letter-spacing:0;
  color:#fff;
  margin:0;
}

#homepage header {
  position: relative;
}

.flex-control-nav {
  display: none;
  width:1460px;
  text-align:right;
  left:50%;
  bottom:50px;
  z-index:2;
  margin:0 0 0 -645px;
}

.flex-control-nav li {
  padding:0;
  margin:0 5px;
}

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

.flex-control-paging li a {
  width:12px;
  height:12px;
  text-align:left;
  display:block;
  background:transparent;
  cursor:pointer;
  text-indent:-9999px;
  box-shadow:none;
  border-radius:50%;
  border:2px solid #fff;
}

.flex-control-paging li a:hover {
  background:#fff;
}

.flex-control-paging li a.flex-active {
  background:#fff;
}

#slide-count {
  width: 100%;
  text-align: right;
  position: relative;
  top: -30px;
}

.slider-item-current,
.slider-item-total {
  font: 600 15px/20px "termina", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
}

.slider-item-total {
  opacity: 0.5;
}

#slide-count .divider {
  width: 40px;
  height: 2px;
  background: #0962f5;
  display: inline-block;
  margin: 0 15px;
  position: relative;
  top: -4px;
}

#social {
  display:none;
  width: 20px;
  position: absolute;
  bottom: 148px;
  left: 62px;
  z-index: 999;
}

#homepage #social {
  bottom: 208px;
}

.subpage #social {
  bottom: 208px;
}

#social a {
  width: 20px;
  height: 20px;
  text-indent: -999999px;
  display: block;
  margin-top: 15px;
}

.phone {
  background: url("../images/phone.svg") no-repeat 0 0;
}

.email {
  background: url("../images/email.svg") no-repeat 0 0;
}

.linkedin {
  background: url("../images/linkedin.svg") no-repeat 0 0;
}

header .photo {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 997;
}

header .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header .video-subheader {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 997;
}

header .video-subheader iframe {
  width:135%;
  height:135%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}

header .video {
  background: #000;
  width:100%;
  height: 650px;
  position: relative;
  left:0;
  z-index: 997;
  overflow: hidden;
}

header .video iframe {
  width:135%;
  height:135%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}


/* Homepage Content */

#homepage #main .content {
  padding-right:0;
}

#content {
  width:970px;
  padding-right:100px;
}

#sidebar {
  width:350px;
}

#sidebar ul li {
  border-bottom:1px solid #09291b;
  padding:0 0 30px 0;
  margin:0 0 30px 0;
}

#sidebar ul li:last-child {
  border:0;
}

#sidebar .news-title {
  font:400 22px/26px "joly-text", sans-serif;
  letter-spacing:-0.01em;
  color:#09291b;
  display:block;
  padding:0;
  margin-bottom:10px;
}

/*  Main
---------------------------------------------------*/

#homepage #main {
  margin-top: -200px;
}

#homepage #main .container {
  padding-top: 240px;
}

#main {
  /*background: #7c5e43;
  background: url(../images/pattern-green.png) top center repeat;
  background-size: 65px;*/
  position: relative;
  z-index: 2;
}

#main .container {
  background: url("../images/paper-texture.jpg") center center repeat;
  background-size: 450px;
  position: relative;
}

#main .container:after {
  content: "";
  background: url("../images/paper-texture.jpg") center center repeat;
  background-size: 450px;
  /*background: url(../images/pattern-blue.png) repeat;
  background-size: 65px;*/
  position: absolute;
  top: 0;
  right: -5000px;
  width: 5000px;
  height: 100%;
}

#main .content {
  width:1100px;
  padding-left: 70px;
  padding-right:0;
}

.bolded-green {
  font:700 14px/20px "area-extended", sans-serif;
  color:#9ece9a;
}


/* About */

#about .two-columns h3 {
  margin:0 0 10px 0;
}

#about .two-columns h4 {
  color:#7c5e43;
}

#about #main .content {
  padding-right:0;
}

#bios h3 {
  margin:0 0 10px 0;
}

#bios h4 {
  color:#7c5e43;
}

.photo {
  width:300px;
  display:block;
  text-align:center;
  margin:0 0 80px 0;
}

.photo img {
  margin:0 0 15px 0;
}

.photo p {
  font-style:italic;
}

#meet-our-team {
  position: relative;
}

#meet-our-team.content {
  padding-right: 60px;
}

#meet-our-team h3 {
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 15px;
}

#meet-our-team h4 {
  margin-bottom: 10px;
}

#meet-our-team img {
  width:280px;
  margin: 0 0 25px 0;
}

#meet-our-team .col {
  margin-bottom: 50px;
}

/* Projects */

#work {
  position: relative;
}

#work.content {
  width:100%;
  padding-right: 60px;
}

#work h3 {
  margin:0 0 8px 0;
}

#work img {
  width: 545px;
  margin: 0 0 25px 0;
}

#work h4 {
  margin-bottom: 15px;
}


/*  Clients & Tenants
---------------------------------------------------*/

#clients {
  display:flex;
  flex-wrap:wrap;
}

#clients .col {
  width:20%;
}

#clients .col img {
  width:100%;
}

#our-relationships #main .container {
  padding-top:100px;
}

#our-relationships #main .content {
  width:100%;
  padding-right:40px;
}


/*  Social Media
---------------------------------------------------*/

#social-media {
  text-align:center;
}

#social-media h4 {
  font:700 45px/50px "Euclid Circular Semibold", sans-serif;
  color:#57585b;
  margin:0 0 30px 0;
}

#social-media a {
  width:35px;
  height:35px;
  display:inline-block;
  background-color:#008598;
  border-radius:50%;
  text-indent:-999999px;
  position:relative;
  margin:0 5px;
}

#social-media #facebook {
  background-image:url("../images/facebook.svg");
  background-size:22px 22px;
  background-position:center center;
  background-repeat:no-repeat;
}

#social-media #instagram {
  background-image:url("../images/instagram.svg");
  background-size:22px 22px;
  background-position:center center;
  background-repeat:no-repeat;
}

#social-media #twitter {
  background-image:url("../images/twitter.svg");
  background-size:22px 22px;
  background-position:center center;
  background-repeat:no-repeat;
}


/*  Footer
---------------------------------------------------*/

footer {
  width: 100%;
  position: relative;
  z-index: 2;
}

/*
footer:after {
  content: "";
  background: url("../images/pattern-blue.png") center center repeat;
  background-size: 65px;
  position: absolute;
  top: 0;
  left:-webkit-calc(50% - 80px);
  left:-moz-calc(50% - 80px);
  left:calc(50% - 80px);
  width: 5000px;
  height: 100%;
  transform: translateX(-112.4%);
}*/

footer .container {
  background: #7c5e43;
  padding: 40px 0 60px 40px;
}

footer .container:after {
    content: "";
    background:url("../images/pattern-brown.png") repeat;
    background-size: 65px;
    position: absolute;
    top: 0;
    right: -5000px;
    width: 5000px;
    height: 100%;
}

footer .content {
  width:100%;
  padding-left: 60px;
  padding-right:40px;
}

footer h2 {
  color: #fcfbf2;
}

footer h3 {
  color: #9ece9a;
  margin: 0 0 10px;
}

footer p,
footer a {
  color: #fcfbf2;
  margin: 0;
}

footer p span {
  font-weight:bold;
}

#copyright {
  text-align: right;
  position: absolute;
  top:0;
  right: 40px;
}


/*-- Fancybox --*/

.popup {
  background: url("../images/paper-texture.jpg") center center repeat;
  background-size: 450px;
  width:1250px;
  border-radius:0;
  padding:40px;
  display:none;
  position: relative;
}

.popup .content {
  padding: 40px 60px;
}

.popup .close {
  width:60px !important;
  height:60px !important;
  text-indent:-999999px;
  background:url("../images/close-gold.svg") no-repeat center center / 12px 12px;
  border: 2px solid #7c5e43;
  position:absolute;
  top:0px;
  right:0px;
}


/* Contact Form */

#contact .two-columns .col:nth-child(1) {
  width:60%;
}

#contact .two-columns .col:nth-child(2) {
  width:40%;
  padding-top:60px;
  padding-left:50px;
}

#contact .col iframe {
  border:1px solid #09291b !important;
}

#fields {
  display:flex;
  flex-wrap:wrap;
}

.field {
  width:50%;
  padding:0 30px;
  margin:0 0 30px 0;
}

.field.full {
  width:100%;
  padding:0;
}

.field:nth-child(even) {
  padding-right:0;
}

.field:nth-child(odd) {
   padding-left:0;
}

#frmContact input[type=text],
#frmContact input[type=email],
#frmContact input[type=select] {
  width:100%;
  font:300 20px/30px "nimbus-sans", sans-serif;
  color:#050505;
  border:2px solid #c1d8fc;
  background:#fff;
  box-shadow:none;
  padding:15px 20px;
  margin:0;
}

#frmContact select {
  width:100%;
  font:300 20px/30px "nimbus-sans", sans-serif;
  color:#050505;
  border:0;
  border-radius:10px;
  background:#fff;
  box-shadow:none;
  padding:15px 20px;
  margin:0;
}

#frmContact textarea {
  width:100%;
  height:100px;
  font:300 20px/30px "nimbus-sans", sans-serif;
  color:#050505;
  border:2px solid #c1d8fc;
  background:#fff;
  box-shadow:none;
  padding:12px 20px;
  margin:0;
}

#frmContact ::-webkit-input-placeholder {
  color:#050505;
}
#frmContact ::-moz-placeholder {
  color:#050505;
}
#frmContact :-ms-input-placeholder  {
  color:#050505;
}
#frmContact :-moz-placeholder {
  color:#050505;
}

input:-internal-autofill-selected {
  background:none !important;
}

.g-recaptcha {
  margin: 0 0 30px 0;
}

/* Errors */

.error {
  font:300 21px/31px "noto-sans", sans-serif;
  color:#d3465e;
  margin:0 0 30px 0;
}

.success {
  font:300 21px/31px "noto-sans", sans-serif;
  color:#0ab285;
  margin:0 0 30px 0;
}


.slides li .photo-content {
  /*-webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutBottom;
  animation-name: fadeOutBottom;*/

  /*animation:fadeOutBottom 0.8s cubic-bezier(0.86, 0, 0.07, 1);*/
  opacity:0;
  animation:fadeOutBottom 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.slides li.flex-out-transition .photo-content {
  opacity:1;
  animation:fadeOutBottom 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.slides li.flex-active-transition .photo-content {
  /*-webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;*/

  opacity:1;
  animation:fadeInBottom 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

@-webkit-keyframes fadeInBottom {
     0% { clip-path: inset(0 100% 0 0); }
  100% { clip-path: inset(0); }
}

@keyframes fadeInBottom {
    0% { clip-path: inset(0 100% 0 0); }
  100% { clip-path: inset(0); }
}

@-webkit-keyframes fadeOutBottom {
    100% { clip-path: inset(0 100% 0 0); }
  0% { clip-path: inset(0); }
}

@keyframes fadeOutBottom {
    100% { clip-path: inset(0 100% 0 0); }
  0% { clip-path: inset(0); }
}

@keyframes reveal {
  0% {
        transform: translateY(70%);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}


/* Animations
---------------------------------------------------*/

.revealltr {
  position:relative;
  overflow:hidden;
  animation:fadeInBottom 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.revealltr .flexslider li img {
  opacity:1;
}

.revealltr .flexslider {
  opacity:0;
}

.revealltr[data-aos=fade].aos-animate > * {
  opacity:1;
  animation: left-to-right 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  animation-fill-mode: backwards;
}

@keyframes left-to-right {
  0% { clip-path: inset(0 100% 0 0); }
  100% { clip-path: inset(0); }
}

body[data-aos-easing="new-easing"] [data-aos], 
[data-aos][data-aos][data-aos-easing="new-easing"] {
   transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

