body {
  font-family: Muli;
  color: #4e465c;
  font-size: 19px;
  line-height: 26px;
}

p {
  margin-bottom: 20px;
}

a {
  color: #d77f51;
  text-decoration: underline;
}

a:hover {
  color: #4e465c;
}

ul {
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  font-size: 19px;
  line-height: 29px;
}

blockquote 
{
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.hero-section {
    position: relative;
    overflow: hidden;
    height: 600px;
    transform: scale(1.05);
 /* background-image: url('../images/Header_1.jpg');
  background-position: 50% 50%;
  background-size: cover;*/
}

.container {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.team-container {
  padding-right: 435px;
}

.container.last-slide-container {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  z-index: 20;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.hero-tooltip-block {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 110px;
  font-size: 18px;
}

.logo {
  width: auto;
  height: 36px;
}

.navbar {
  width: 400px;
  background-color: transparent;
}

.nav-menu {
  float: none;
  text-align: right;
}

.logo-block {
  display: block;
  margin-bottom: 20px;
  float: none;
}

.nav-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  color: #4e465c;
  font-size: 16px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #d77f51;
}

#hero-preloader
{
    width: 100%;
    height: 600px;
    min-height: 600px;
    background: url(../images/ajax-loader.svg) no-repeat scroll center calc(50% + 43px)  #000;
    background-size: 120px;
    position: absolute;
    z-index: 1;
}

.hero-carousel
{
    display: block;
    width: 100%;
    height: 600px;
    min-height: 600px;
    background-size: 80px;
    position: relative;
    z-index: 2;
}

#carousel-about-us
{
    position: absolute;
    bottom: calc(25% - 50px);
    left: calc(50% - 30px);
    top: unset;
    z-index: 5;
}


.hero-text
{
    position: absolute;
    z-index: 3;
    padding:220px 0;
    top: 10%;
    width: 100%;
    color: #FFF;
    text-align: center;
}

.hero-overlay
{

    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 3;
}

.ani_wrap 
{
    position: relative;
    -webkit-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition:         all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);             
}


.ani_wrap.blur
{
     filter: blur(8px);
    -webkit-filter: blur(8px);
}

.ani_wrap.top_position
{
    transform: translateY(80px);
}

.ani_wrap.double_top_position
{

    transform: translateY(160px);
}

.ani_wrap.negative_top_position
{
    -webkit-transition: all 1600ms ease-in-out;
    transition:         all 1600ms ease-in-out;
    transform: translateY(-120px);
}

.ani_wrap.opacity
{
    opacity: 0;
}

.ani_wrap.delay_100
{
    transition-delay: 100ms;
}

.ani_wrap.delay_200
{
    transition-delay: 200ms;
}

.ani_wrap.delay_300
{
    transition-delay: 300ms;
}

.ani_wrap.delay_400
{
    transition-delay: 400ms;
}

.ani_wrap.ani, .ani_wrap.ani.double 
{
    //margin-top: 0;
    transform: translateY(0px);
    opacity: 1; 
    filter: none;
    -webkit-filter: none;
}
        


.carousel-item
{
    min-height: 600px;
}

.carousel-item p 
{
	position: absolute;
	bottom: 0;
	text-align: right;
	padding: 0 60px 20px 0;
	width: 60%;
	color: rgba(255,255,255,0.8);
	font-size: 0.7rem;
	line-height: 1.4;
	right: 0;
    z-index: 4;
}

.slick-slide 
{
   height:600px !important;
}

.carousel-1
{
    background: url(../images/carousel/1-Redline.png) scroll no-repeat center center transparent;
    background-size: cover;
}

.carousel-2
{
    background: url(../images/carousel/2-Hilton-Waikiki.png) scroll no-repeat center center transparent;
    background-size: cover;
}

.carousel-3
{
    background: url(../images/carousel/3-Nicks-Fishmarket.png) scroll no-repeat center center transparent;
    background-size: cover;
}

.carousel-4
{
    background: url(../images/carousel/4-RCR-DH-Tower-Pool.png) scroll no-repeat center center transparent;
    background-size: cover;
}

.carousel-5
{
    background: url(../images/carousel/5-MauiWine.png) scroll no-repeat center center transparent;
    background-size: cover;
}

.carousel-6
{
    background: url(../images/carousel/6-Hyatt.png) scroll no-repeat center center transparent;
    background-size: cover;
}

.nav-link.w--current {
  color: #d77f51;
}

#about-us-marker
{
    position: absolute;
    top: -85px;
}


.section {
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: #fff;
}

.section.change_agencies
{
    background-color: #FCF6F3;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width:767px)
{
    .section.change_agencies .text-column-left
    {
        padding-left: 0;
        padding-right: 0;
    }
}

.section.change_agencies img.logo
{
    width: 250px;
    height: auto;
    display: block;
    margin-bottom: 30px;
}
    

.section.change_agencies p
{
    font-size: 16px;
    line-height: 1.3;
}

.section.change_agencies p a
{
    text-decoration: none;
    color:#4e465c;
}

.section.change_agencies p a:hover
{
    color: #d77f51;
}

.section.change_agencies p a strong
{
    font-weight: 800;
}
    
.section.location-section {
  position: relative;
  overflow: hidden;
  height: 520px;
  padding-top: 160px;
  padding-bottom: 0px;
  background-color: #66baa3;
  color: #fff;
}

.section.mission-section {
  padding-top: 170px;
  padding-bottom: 150px;
  background-color: #4e465c;
  color: #fff;
}

.section.our-beliefs {
  padding-top: 180px;
  background-color: #c596af;
}

.section.what-we-do {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #bde1d7;
}

.section.client-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.what-we-design {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, .04);
}

.section.gallery {
  position: relative;
  z-index: 20;
  height: 437px;
  padding-top: 50px;
  background-color: #e1f2ed;
}

.section.team-section {
  position: relative;
  z-index: 10;
  overflow: visible;
  padding-top: 200px;
  padding-bottom: 0px;
}

.section.contact-section {
  height: 610px;
  padding-top: 110px;
  padding-bottom: 0px;
  background-color: #4e465c;
  color: #fff;
}

.section.newsletter-section {
  padding-top: 200px;
  padding-bottom: 100px;
}

.section.footer {
  padding-top: 110px;
  padding-bottom: 100px;
  font-size: 17px;
}

.section.kudos {
  background-color: #fcf6f3;
}

.section.client-intro {
  padding-top: 200px;
  padding-bottom: 0px;
}

.section-title-wrapper {
  position: relative;
  z-index: 10;
  width: 600px;
  margin-bottom: 50px;
}

.section-title-wrapper.location {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.section-title-wrapper.strategy {
  width: 100%;
}

.section-title-wrapper.client {
  display: block;
  width: 690px;
  height: 105px;
  margin-right: auto;
  margin-bottom: 110px;
  margin-left: auto;
  text-align: center;
}

.section-title-wrapper.full {
  width: 100%;
  margin-bottom: 40px;
}

.section-title-wrapper.curious {
  width: auto;
  margin-bottom: 30px;
}

.section-title-wrapper.leaders {
  width: 450px;
  margin-bottom: 120px;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Stmarie;
  font-size: 47px;
  line-height: 54px;
  font-weight: 100;
  text-transform: uppercase;
}

.section-title.bold {
  margin-bottom: 3px;
  font-weight: 900;
  letter-spacing: 4px;
}

.section-title.large {
  margin-bottom: 0px;
  color: #d77f51;
  font-size: 70px;
  font-weight: 400;
  text-transform: none;
}

.section-title.large.white {
  color: #fff;
}

.section-title.large.kudos {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  color: #66baa3;
}

.section-title.lowercase {
  margin-bottom: 0px;
  color: #4e465c;
  font-size: 80px;
  line-height: 74px;
  text-transform: none;
}

.section-title.small-orange {
  color: #d77f51;
  font-size: 37px;
  line-height: 43px;
  font-weight: 400;
  text-transform: none;
}

.section-title.want-to-see-more {
  font-size: 80px;
  font-weight: 400;
  text-transform: none;
}

.map-block {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 550px;
  height: 520px;
  background-image: url('../images/Location-1.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.map-block._2 {
  left: auto;
  top: 0px;
  right: 0px;
  background-image: url('../images/Locatin-2.jpg');
  background-position: 100% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.map-tooltip-title {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  margin-top: 30px;
  font-size: 17px;
  line-height: 23px;
    top: -20px;
}

.map-tooltip-circle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: inline-block;
  width: 110px;
  height: 110px;
  padding-top: 26px;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, .3);
  text-align: center;
}

.map-tooltip-circle-2 {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 2;
  display: inline-block;
  width: 60px;
  height: 60px;
  padding-top: 18px;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, .4);
}

.map-tooltip-circle-3 {
  position: absolute;
  top: 47px;
  right: 48px;
  z-index: 3;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #d77f51;
}

.paragraph {
  margin-bottom: 0px;
}

.large-paragraph {
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 37px;
  font-weight: 300;
}

.bold-title {
  font-weight: 800;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-column-right {
  padding-left: 40px;
}

.stars-wrapper {
  position: absolute;
  top: -40px;
  right: 0px;
  z-index: 30;
  width: 480px;
}

.star {
  position: absolute;
  top: 0px;
  right: 225px;
  height: 80px;
}

.star.medium {
  right: 114px;
  height: 19px;
}

.star.medium.medium-2 {
  left: 91px;
  top: 74px;
}

.star.medium.medium-3 {
  top: auto;
  right: 60px;
  bottom: -94px;
}

.star.small {
  top: 39px;
  right: -12px;
  height: 3px;
}

.star.small.small-2 {
  top: 58px;
  right: 142px;
}

.star.small.small-3 {
  top: 112px;
  right: 46px;
}

.star.small.small-4 {
  top: 88px;
  right: 186px;
}

.star.small.small-5 {
  left: 3px;
  top: 1px;
  right: auto;
}

.star.small.small-6 {
  left: 67px;
  top: 34px;
  right: auto;
}

.star.small.small-7 {
  left: 126px;
  top: 5px;
}

.star.small.small-8 {
  left: 168px;
  top: 76px;
  right: 0px;
}

.heartbeat-title-wrapper {
  position: relative;
  left: 60px;
  margin-top: 70px;
}

.heartbeat-title {
  font-family: Stmarie;
  font-size: 85px;
  line-height: 60px;
  font-weight: 100;
}

.heartbeat-title._2 {
  margin-top: 70px;
  padding-left: 250px;
}

.hearts-wrapper {
  position: absolute;
  left: -7px;
  top: 198px;
  width: 230px;
}

.heart-image {
  position: absolute;
  right: 0px;
  bottom: -13px;
  width: 120px;
}

.heart-image._2 {
  left: 25px;
  right: 160px;
  bottom: -2px;
  width: 60px;
}

.heart-image._3 {
  right: 135px;
  bottom: 75px;
  width: 40px;
}

.belief-subtitle {
  position: absolute;
  top: -7px;
  right: 0px;
  width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

.heartbeat-paragraph {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-left: 250px;
}

.what-we-do-text-block {
  position: relative;
  left: 49px;
  width: 460px;
  float: right;
}

.what-we-do-title-wrapper {
  margin-bottom: 30px;
}

.lowercase-bold-title {
  font-family: Stmarie;
  font-weight: 600;
}

.strategy-block {
  position: absolute;
  left: -185px;
  top: -170px;
  width: 640px;
  height: 780px;
  padding: 115px 95px 115px 105px;
  background-image: url('../images/Box.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.testimonial-name-block {
  margin-top: 40px;
}

.testimonial-name {
  font-weight: 700;
}

.quote-icon {
  position: relative;
  top: -18px;
  height: 70px;
}

.matters-title {
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #d77f51;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.matters-line-wrapper {
  position: absolute;
  right: 169px;
  bottom: 4px;
  width: 490px;
  height: 1px;
  padding-bottom: 10px;
}

.matters-line-fill {
  width: 100%;
  height: 1px;
  background-color: #d77f51;
}

.fixed-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2000;
  display: block;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
}

.fixed-nav-link {
  width: 16%;
  margin-left: 20px;
  padding: 30px 0px;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.fixed-nav-link:hover {
  color: #d77f51;
}

.fixed-nav-link.w--current {
  background-image: url('../images/Nav-Active-State.svg');
  background-position: 50% 0px;
  background-size: auto 23px;
  background-repeat: no-repeat;
  color: #d77f51;
}

.fixed-logo {
  height: 30px;
  margin-top: 27px;
  margin-left: 20px;
  float: left;
}

.client-column {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
}

.client-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  float: left;
}

.client-title-wrapper {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 110px;
  padding: 10px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 7px solid #d77f51;
  background-color: rgba(46, 39, 58, .8);
  color: #fff;
}

.design-slide {
  height: 100%;
}

.design-slider {
  height: auto;
  background-color: transparent;
}

.design-slider-arrow {
  width: 110px;
  height: 110px;
  margin-right: -50px;
  margin-left: -50px;
  padding-top: 28px;
  padding-left: 23px;
  border: 10px solid #fff;
  border-radius: 100%;
  background-color: #d77f51;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, .11);
  text-align: center;
}

.design-slider-arrow:hover {
  background-color: #e68e60;
}

.design-slider-arrow.right {
  padding-right: 26px;
  padding-left: 0px;
}

.arrow-button-icon {
  height: 25px;
}

.team-dog {
  height: 400px;
}

.dog-wrapper {
  position: absolute;
  top: -100px;
  right: 180px;
}

.dog-title {
  position: absolute;
  top: 161px;
  right: -42px;
  font-weight: 700;
}

.team-main-wrapper {
  position: relative;
  z-index: 20;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #66baa3;
  background-image: radial-gradient(circle farthest-corner at 100% 0%, #b5f5e3, #66baa3 27%);
}

.team-quote-block {
  position: absolute;
  top: -206px;
  right: 0px;
  width: 400px;
  height: 620px;
  padding-top: 142px;
  background-image: url('../images/Box-2.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.quote-block-title {
  display: block;
  width: 230px;
  margin-right: auto;
  margin-left: auto;
  font-family: Stmarie;
  font-size: 40px;
  line-height: 49px;
}

.quote-block-subtitle {
  display: block;
  width: 230px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  font-weight: 800;
}

.quote-icon-block {
  position: absolute;
  left: 0px;
  top: -17px;
  right: 0px;
  display: block;
  width: 90px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.quote-icon-block.bottom {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 13px;
}

.team-member-item {
  position: relative;
  margin-top: 70px;
}

.team-member-item.first {
  margin-top: 0px;
}

.team-member-image-block {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 180px;
  height: 180px;
  background-image: url('../images/chirstina.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 7px 7px 40px -10px rgba(0, 0, 0, .3);
}

.team-member-image-block.alexander {
  background-image: url('../images/alexander.jpg');
}

.team-member-image-block.taylor {
  background-image: url('../images/taylor.jpg');
}

.team-member-image-block.monica {
  background-image: url('../images/monica.png');
}

.team-name-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  padding-left: 210px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-name-title {
  width: 280px;
  font-family: Stmarie;
  color: #4e465c;
  font-size: 48px;
  line-height: 47px;
}

.team-subtitle {
  margin-top: 7px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.team-link-block {
  position: absolute;
  left: -30px;
  top: 53px;
  z-index: 10;
  width: 60px;
  height: 60px;
  padding-top: 10px;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, .7);
  box-shadow: 7px 7px 20px -10px rgba(0, 0, 0, .2);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  text-align: center;
  cursor: pointer;
}

.team-link-block:hover {
  background-color: hsla(0, 0%, 100%, .9);
  box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, .25);
}

.team-link-inner-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding-top: 7px;
  border-radius: 100%;
  background-color: #d77f51;
  background-image: url('../images/Team-Arrow.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.team-link-inner-circle.active {
  background-color: #fff;
  background-image: url('../images/Arrow-Up.svg');
}

.team-bio-wrapper {
  position: relative;
  left: -120px;
  display: block;
  overflow: hidden;
  width: 625px;
  padding-left: 120px;
}

.large-team-image-block {
  position: relative;
  width: 280px;
  height: 280px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: -100px;
  float: left;
  background-image: url('../images/chirstina.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 7px 7px 40px -20px rgba(0, 0, 0, .4);
}

.large-team-image-block.alex {
  background-image: url('../images/alexander.jpg');
}

.large-team-image-block.taylor {
  background-image: url('../images/taylor.jpg');
}

.large-team-image-block.monica {
  background-image: url('../images/monica.png');
}

.large-team-name {
  font-family: Stmarie;
  color: #4e465c;
  font-size: 51px;
  line-height: 53px;
  font-weight: 400;
}

.large-team-subtitle {
  margin-bottom: 30px;
  color: #fff;
  font-size: 23px;
}

.team-bio {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}

.team-bio ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.team-bio li {
  margin-top: 10px;
}

.team-bio blockquote {
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 0px;
  border-left-width: 0px;
  font-size: 23px;
  line-height: 33px;
  font-weight: 700;
}

.team-bio a {
  color: #ffe6d9;
}

.team-bio a:hover {
  color: #fff;
}

.contact-content-block {
  width: 370px;
  padding: 0px;
  line-height: 25px;
}

.phone-link-block {
  color: #fff;
  font-size: 33px;
  line-height: 26px;
  text-decoration: none;
}

.phone-link-block:hover {
  color: hsla(0, 0%, 100%, .8);
}

.contact-form {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  width: 510px;
  height: auto;
  min-height: 530px;
  padding: 68px;
  background-color: #66baa3;
  box-shadow: 7px 7px 50px -20px rgba(0, 0, 0, .3);
}

.field {
  height: 40px;
  margin-bottom: 15px;
  padding: 0px 0px 16px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.field:hover {
  border-bottom-color: hsla(0, 0%, 100%, .7);
}

.field:focus {
  border-bottom-color: hsla(0, 0%, 100%, .4);
}

.field::-webkit-input-placeholder {
  color: #fff;
}

.field:-ms-input-placeholder {
  color: #fff;
}

.field::-ms-input-placeholder {
  color: #fff;
}

.field::placeholder {
  color: #fff;
}

.field.area {
    height: 240px;
    min-height: 240px;
    margin-top: 20px;
    border-bottom-width: 0px;
}

.field.dark {
  margin-bottom: 30px;
  border-bottom-color: #4e465c;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #4e465c;
}

.field.dark:hover {
  border-bottom-color: #d8d0e7;
}

.field.dark:focus {
  border-bottom-color: #d77f51;
}

.field.dark::-webkit-input-placeholder {
  color: #4e465c;
}

.field.dark:-ms-input-placeholder {
  color: #4e465c;
}

.field.dark::-ms-input-placeholder {
  color: #4e465c;
}

.field.dark::placeholder {
  color: #4e465c;
}

.button {
  padding: 10px 25px;
  background-color: #d77f51;
  box-shadow: 7px 7px 10px -5px rgba(0, 0, 0, .15);
  font-size: 14px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #e68d5f;
  box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, .25);
  color: #fff;
}

.button.submit-email {
  position: absolute;
  right: 60px;
  bottom: -19px;
  text-transform: uppercase;
}

.button.submit-email.subscribe {
  right: 10px;
  bottom: -59px;
  background-color: #66baa3;
}

.button.large {
  padding-right: 35px;
  padding-left: 35px;
  font-size: 17px;
  line-height: 36px;
}

.newsletter-form {
  margin-bottom: 0px;
}

.form-col-right {
  padding-top: 20px;
  padding-left: 60px;
}

.newsletter-success {
  background-color: transparent;
  text-align: left;
}

.success-title {
  font-family: 'Sea salt';
  color: #66baa3;
  font-size: 85px;
  line-height: 46px;
  font-weight: 500;
}

.success-title.white {
  color: #fff;
}

.thank-you-subtitle {
  max-width: 250px;
  margin-top: 30px;
}

.success-message {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  padding: 200px 0px 0px 100px;
  background-color: #d77f51;
  color: #fff;
  text-align: left;
}

.logo-icon {
  width: auto;
  height: 40px;
  margin-top: 19px;
  float: left;
}

.footer-block-left {
    width: 390px;
    font-size: 16px;
    line-height: 1.2;
    float: left;
}

.footer-logo {
  width: auto;
  height: 40px;
  margin-bottom: 16px;
}

.footer-paragraph {
  margin-bottom: 14px;
  font-size: 12px;
    line-height: 1.4;
}

.footer-paragraph:last-child 
{
    margin-bottom: 0;
}
.footer-block-right {
    
    float: right;
    text-align: left;
    width: 54%;
}

.footer-email-link {
  display: block;
  color: #d77f51;
  font-size: 28px;
  text-decoration: none;
}

.footer-email-title {
  margin-bottom: 9px;
  font-size: 15px;
}

.gallery-slider {
  height: auto;
  margin-bottom: -230px;
  margin-left: -20px;
  background-color: transparent;
}

.gallery-slide {
  height: auto;
}

.gallery-image {
  width: 450px;
  float: left;
}

.gallery-slide-text-block {
  position: relative;
  top: 145px;
  right: 30px;
  width: 400px;
  padding-right: 40px;
  float: right;
}

.gallery-slide-title {
  margin-bottom: 20px;
  font-family: Stmarie;
  font-size: 60px;
  line-height: 46px;
}

.mask {
  overflow: hidden;
}

/*.hero-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}*/


.client-block-image {
  overflow: hidden;
  width: 100%;
  margin-left: 0px;
}

.slider-button-prev {
  position: absolute;
  top: -264px;
  right: -164px;
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 10px solid #fcdece;
  border-radius: 100%;
  background-color: #d77f51;
  background-image: url('../images/Arrow-Left.svg');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 25px -10px rgba(0, 0, 0, .3);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.slider-button-prev:hover {
  background-color: #fff;
  background-image: url('../images/Arrow-Color.svg');
}

.slider-button-prev.right {
  right: 294px;
  background-image: url('../images/Arrow-Right.svg');
}

.slider-button-prev.right:hover {
  background-image: url('../images/Arrow-Color-Right.svg');
}

.social-button {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 60px;
  height: 60px;
  background-color: #d77f51;
  background-image: url('../images/linkedin-letters.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 20px -10px rgba(0, 0, 0, .2);
}

.social-button:hover {
  background-color: #e48c5e;
}

.map-circle-wrapper {
  position: absolute;
  top: 268px;
  right: 316px;
  text-align: right;
}

.map-circle-wrapper._2 {
  top: 107px;
  right: 119px;
}

.website-wrapper {
  overflow: hidden;
}

.testi-next {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  border: 10px solid #fcdece;
  border-radius: 100%;
  background-color: #d77f51;
  background-image: url('../images/Arrow-Right.svg');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 20px -10px rgba(0, 0, 0, .3);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.testi-next:hover {
  background-color: #fff;
  background-image: url('../images/Arrow-Color-Right.svg');
}

.testi-prev {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 10px solid #fcdece;
  border-radius: 100%;
  background-color: #d77f51;
  background-image: url('../images/Arrow-Left.svg');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 20px -10px rgba(0, 0, 0, .3);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.testi-prev:hover {
  background-color: #fff;
  background-image: url('../images/Arrow-Color.svg');
}

.testi-arrow {
  display: none;
}

.testi-slider {
  height: auto;
  background-color: transparent;
}

.testi-controls {
  position: absolute;
  top: -8px;
  right: 0px;
  z-index: 20;
  width: 210px;
}

.testi-pause {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  border: 10px solid #fcdece;
  border-radius: 100%;
  background-color: #d77f51;
  background-image: url('../images/pause.svg');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 20px -10px rgba(0, 0, 0, .3);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.testi-pause:hover {
  background-color: #fff;
  background-image: url('../images/Middel-1.svg');
}

.testi-nav {
  display: none;
}

.hero-scroll-button {
  position: absolute;
  left: 0px;
  bottom: -210px;
  width: 70px;
  height: 70px;
  padding-top: 10px;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, .6);
  box-shadow: 7px 7px 20px -10px rgba(0, 0, 0, .3);
  text-align: center;
}

.hero-scroll-button:hover {
  background-color: hsla(0, 0%, 100%, .7);
}

.scroll-button-circle {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #d77f51;
  background-image: url('../images/Team-Arrow.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.work-slide-image {
  width: 100%;
  height: auto;
}

.work-slide-image.last {
  opacity: 1;
}

.want-to-see-more-text {
  display: block;
  max-width: 600px;
  margin: 20px auto 40px;
  font-size: 33px;
  line-height: 38px;
  font-weight: 300;
}

.want-to-see-more-text-block {
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.mobile-nav-wrap-block {
  display: none;
}

.logo-link-block {
  z-index: 30;
}

.fixed-nav-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2010;
}

html.w-mod-js *[data-ix="hide-team-bio"] {
  display: none;
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="hide-fixed-navbar"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="fade-in-hero-nav"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-hero-nav-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-active-state-button"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="star-animation"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="star-animation-2"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="star-animation-3"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="star-animation-4"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="star-animation-5"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="star-animation-6"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="star-animation-7"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="star-animation-8"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="fade-in-video"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-mobile-nav"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="gallery-image-fade"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="gallery-text-fade"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="experience-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="experience-2"] {
  width: 0%;
}

html.w-mod-js *[data-ix="experience-3"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

@media (max-width:1024px)
{
    .strategy-block {
        position: absolute;
        left: -170px;
        top: -170px;
        width: 640px;
        height: 780px;
        padding: 115px 70px 115px 175px;
        background-image: url('../images/Box.svg');
        background-position: 50% 50%;
        background-size: cover;
        color: #fff;
    }

    .what-we-do-text-block {
        position: relative;
        left: 0px;
        width: 440px;
        float: right;
    }
    
    .footer-block-right
    {
        margin-right: 0px;
    }
}


@media (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
  li {
    font-size: 15px;
  }
  .hero-section {
    height: 300px;
  }
    
    .hero-text
    {
        padding: 100px 0;
    }
    #hero-preloader
    {
        background: url(../images/ajax-loader.svg) no-repeat scroll center calc(50%)  #000;
        background-size: 80px;
        width: 100%;
        height: 300px;
        min-height: 300px;
    }
    .hero-carousel
    {
        width: 100%;
        height: 300px;
        min-height: 300px;
    }

    .carousel-item
    {
        min-height: 300px;
    }

    .carousel-item p 
    {
        position: absolute;
        bottom: 0;
        text-align: right;
        padding: 0 30px 10px 0;
        width: 60%;
        color: #FFF;
        font-size: 0.7rem;
        line-height: 1.4;
        right: 0;
    }
    
    .footer-block-right
    {
        margin-right: 0;
        width: 354px;
    }
    
    .slick-slide 
    {
        height:300px !important;
    }     
    #carousel-about-us
    {
        position: absolute;
        bottom: calc(25% - 50px);
        left: calc(50% - 30px);
        top: unset;
        z-index: 5;
    }
  .container.team-container {
    padding-right: 330px;
  }
  .hero-tooltip-block {
    top: 185px;
    right: 0px;
    bottom: auto;
    width: 90px;
    font-size: 14px;
    line-height: 21px;
  }
  .navbar {
    left: 30px;
  }
  .nav-link.w--current {
    color: #d77f51;
  }
  .section {
    padding: 90px 55px;
  }
  .section.location-section {
    height: 440px;
    padding-top: 140px;
  }
  .section.mission-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section.our-beliefs {
    padding-top: 80px;
  }
  .section.what-we-do {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 14px;
  }
  .section.client-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.what-we-design {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.gallery {
    height: 340px;
  }
  .section.team-section {
    padding-top: 100px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.contact-section {
    height: 490px;
    padding-top: 60px;
  }
  .section.newsletter-section {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .section-title-wrapper.location {
    width: 400px;
  }
  .section-title-wrapper.client {
    left: -20px;
    width: 610px;
  }
  .section-title-wrapper.leaders {
    left: 30px;
    top: -20px;
    width: 330px;
    margin-bottom: 80px;
  }
  .section-title {
    font-size: 37px;
    line-height: 41px;
  }
  .section-title.large {
    font-size: 50px;
    line-height: 40px;
  }
  .section-title.lowercase {
    font-size: 60px;
    line-height: 64px;
  }
  .section-title.want-to-see-more {
    font-size: 70px;
  }
  .map-block {
    width: 460px;
    height: 440px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(102, 186, 163, 0)), color-stop(77%, #66baa3)), url('../images/Location-1.jpg');
    background-image: linear-gradient(90deg, rgba(102, 186, 163, 0) 40%, #66baa3 77%), url('../images/Location-1.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }
  .map-block._2 {
    width: 420px;
    background-image: -webkit-gradient(linear, left top, right top, from(#66baa3), color-stop(48%, rgba(102, 186, 163, 0))), url('../images/Locatin-2.jpg');
    background-image: linear-gradient(90deg, #66baa3, rgba(102, 186, 163, 0) 48%), url('../images/Locatin-2.jpg');
    background-position: 0px 0px, 100% 0px;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }
  .map-tooltip-title {
    top: -20px;
    font-size: 18px;
    line-height: 25px;
  }
  .large-paragraph {
    font-size: 25px;
    line-height: 39px;
  }
  .stars-wrapper {
    top: -30px;
    width: 430px;
  }
  .star {
    right: 185px;
  }
  .heartbeat-title-wrapper {
    left: 0px;
  }
  .heartbeat-title {
    font-size: 57px;
  }
  .heartbeat-title._2 {
    margin-top: 30px;
    padding-left: 200px;
  }
  .hearts-wrapper {
    top: 150px;
    width: 170px;
  }
  .heart-image {
    width: 80px;
  }
  .heart-image._2 {
    width: 40px;
  }
  .heart-image._3 {
    bottom: 55px;
    width: 20px;
  }
  .belief-subtitle {
    position: static;
    margin-top: -30px;
  }
  .heartbeat-paragraph {
    margin-top: 30px;
    padding-left: 210px;
  }
  .what-we-do-text-block {
    width: 340px;
  }
  .bullet-list {
    font-size: 14px;
  }
  .strategy-block {
    left: -285px;
    top: -130px;
    padding-left: 275px;
    font-size: 14px;
  }
    .what-we-do-text-block {
        position: relative;
        left: 40px;
        width: 340px;
        float: right;
    }
  .matters-line-wrapper {
    width: 420px;
  }
  .fixed-nav-link {
    margin-left: 10px;
    font-size: 13px;
  }
  .client-title-wrapper {
    height: 60px;
    padding: 20px;
  }
  .client-block-title {
    font-size: 11px;
  }
  .team-dog {
    height: 330px;
  }
  .dog-wrapper {
    top: -90px;
    right: 60px;
  }
  .dog-title {
    top: 131px;
  }
  .team-main-wrapper {
    padding-bottom: 70px;
  }
  .team-quote-block {
    top: -170px;
    width: 310px;
    height: 480px;
    padding-top: 120px;
  }
  .quote-block-title {
    width: 200px;
    font-size: 23px;
    line-height: 39px;
  }
  .quote-block-subtitle {
    width: 200px;
    margin-top: 20px;
  }
  .quote-icon-block {
    width: 70px;
  }
  .team-member-item {
    margin-top: 30px;
  }
  .team-member-image-block {
    width: 150px;
    height: 150px;
  }
  .team-name-wrapper {
    height: 150px;
    padding-left: 190px;
  }
  .team-name-title {
    width: 220px;
    font-size: 38px;
    line-height: 43px;
  }
  .team-subtitle {
    font-size: 18px;
    line-height: 26px;
  }
  .large-team-image-block {
    width: 250px;
    height: 250px;
  }
  .large-team-name {
    font-size: 41px;
    line-height: 45px;
  }
  .team-bio {
    font-size: 14px;
    line-height: 23px;
  }
  .contact-content-block {
    width: 270px;
    font-size: 14px;
    line-height: 24px;
  }
  .contact-form {
    right: -55px;
    width: 410px;
    height: 450px;
    padding: 40px;
  }
  .form-col-left {
    padding-left: 0px;
  }
  .success-title.white {
    font-size: 65px;
  }
  .thank-you-subtitle {
    max-width: 190px;
  }
  .success-message {
    padding-top: 170px;
    padding-left: 80px;
  }
  .footer-block-left {
    width: 270px;
  }
  .footer-email-link {
    font-size: 23px;
  }
  .gallery-image {
    width: 370px;
  }
  .gallery-slide-text-block {
    top: 115px;
    right: 0px;
    width: 270px;
    padding-right: 0px;
  }
  .gallery-slide-title {
    margin-bottom: 10px;
    font-size: 51px;
  }
/*  .hero-overlay {
    display: block;
    background-image: url('../images/Header.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }*/
  .slider-button-prev {
    top: -255px;
    right: -195px;
  }
  .slider-button-prev.right {
    right: 140px;
  }
  .map-circle-wrapper {
    top: 220px;
    right: 261px;
  }
  .map-circle-wrapper._2 {
    top: 82px;
    right: 91px;
  }
  .mobile-bottom-nav {
    z-index: 1000;
    background-color: #fff;
  }
  .hero-scroll-button {
    bottom: -375px;
  }
  .want-to-see-more-text {
    max-width: 540px;
    font-size: 29px;
  }
}

@media (max-width: 767px) {
  .container.team-container {
    padding-right: 30px;
    padding-left: 50px;
  }
  .hero-tooltip-block {
    top: 162px;
    right: 0px;
  }
  .nav-menu {
    margin-left: 50px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
  }
  .section {
    padding: 70px 30px;
  }
  .section.location-section {
    height: 410px;
    padding-top: 120px;
  }
  .section.mission-section {
    padding-top: 30px;
    padding-bottom: 90px;
  }
  .section.our-beliefs {
    padding-top: 70px;
    padding-bottom: 120px;
    text-align: left;
  }
  .section.what-we-do {
    padding-top: 50px;
  }
  .section.gallery {
    height: auto;
    padding-bottom: 30px;
  }
  .section.team-section {
    padding-top: 120px;
  }
  .section.contact-section {
    height: auto;
  }
  .section.newsletter-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .section.footer {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .section-title-wrapper {
    width: auto;
    margin-bottom: 40px;
    text-align: left;
  }
  .section-title-wrapper.location {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .section-title-wrapper.client {
    left: 0px;
    width: 440px;
    height: 85px;
    margin-bottom: 60px;
    padding-right: 10px;
  }
  .section-title-wrapper.leaders {
    width: 180px;
    margin-bottom: 60px;
  }
  .section-title-wrapper.mobile-centered {
    text-align: center;
  }
  .section-title {
    font-size: 32px;
  }
  .section-title.lowercase {
    font-size: 50px;
    line-height: 55px;
  }
  .section-title.lowercase.leaders {
    font-size: 40px;
    line-height: 45px;
  }
  .section-title.want-to-see-more {
    font-size: 40px;
  }
  .map-block {
    left: -20px;
    width: 200px;
    height: 410px;
    background-position: 0px 0px, -80px 0px;
    background-size: auto, cover;
  }
  .map-block._2 {
    right: -60px;
    width: 230px;
    background-size: auto, 380px;
  }
  .flex-row {
    display: block;
  }
  .text-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .stars-wrapper {
    position: relative;
    top: 0px;
    display: block;
    width: 400px;
    height: 130px;
    margin-right: auto;
    margin-bottom: -10px;
    margin-left: auto;
  }
  .star.medium.medium-3 {
    bottom: 0px;
  }
  .heartbeat-title-wrapper {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .heartbeat-title {
    display: block;
    width: 390px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .heartbeat-title._2 {
    margin-top: 0px;
    padding-left: 0px;
  }
  .hearts-wrapper {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    height: 90px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .belief-subtitle {
    width: auto;
    margin-top: -20px;
  }
  .heartbeat-paragraph {
    margin-top: 50px;
    padding-left: 0px;
  }
  .what-we-do-text-block {
    left: 0px;
    width: auto;
    float: none;
  }
/*  .strategy-block {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 130%;
    height: 640px;
    margin-top: -115px;
    margin-right: auto;
    margin-left: -15%;
    padding: 65px 65px 65px 85px;
    background-position: 50% -174px;
    background-size: 650px;
    background-repeat: no-repeat;
  }
    */
    
    .strategy-block {
        position: relative;
        left: unset;
        top: unset;
        display: block;
        width: 100%;
        height: 640px;
        margin-top: -115px;
        margin-right: auto;
        margin-left: auto;
        padding: 65px;
        background-position: 50% -174px;
        background-size: 650px;
        background-repeat: no-repeat;
    }    
    
  .quote-icon {
    top: -9px;
    height: 60px;
  }
  .matters-title {
    font-size: 23px;
  }
  .matters-line-wrapper {
    right: 129px;
    width: 290px;
  }
  .fixed-nav-link {
    display: block;
    width: 100%;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #4e465c;
    text-decoration: none;
  }
  .fixed-nav-link.w--current {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .fixed-logo {
    height: 20px;
    margin-top: 26px;
  }
  .design-slider-arrow {
    width: 60px;
    height: 60px;
    margin-right: -30px;
    margin-left: -30px;
    padding-top: 8px;
    padding-left: 18px;
    border-width: 6px;
  }
  .design-slider-arrow.right {
    padding-right: 19px;
  }
  .arrow-button-icon {
    height: 15px;
  }
  .team-dog {
    height: 310px;
  }
  .team-main-wrapper {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .team-member-image-block {
    width: 100px;
    height: 100px;
  }
  .team-name-wrapper {
    height: 100px;
    padding-left: 140px;
  }
  .team-name-title {
    font-size: 28px;
    line-height: 33px;
  }
  .team-subtitle {
    margin-top: 3px;
    font-size: 14px;
    line-height: 23px;
  }
  .team-link-block {
    top: 23px;
    width: 55px;
    height: 55px;
    padding-top: 7px;
  }
  .team-bio-wrapper {
    width: 120%;
  }
  .large-team-image-block {
    width: 190px;
    height: 190px;
    margin-bottom: 20px;
    margin-left: -40px;
  }
  .contact-content-block {
    width: 100%;
  }
  .contact-form {
    position: relative;
    right: 0px;
    width: 100%;
    height: 420px;
    margin-top: 40px;
    margin-bottom: -50px;
  }
    
    .field.area {
      min-height: 200px;  
      height: 200px;
      margin-top: 20px;
      border-bottom-width: 0px;
    }
  .button.submit-email {
    right: 40px;
    bottom: -19px;
  }
  .button.submit-email.subscribe {
    right: 0px;
    bottom: -50px;
  }
  .form-col-right {
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .thank-you-subtitle {
    max-width: 170px;
  }
  .success-message {
    padding-top: 160px;
    padding-left: 60px;
  }
  .logo-icon {
    height: 30px;
    margin-top: 18px;
  }
  .footer-block-left {
    width: 100%;
  }
  .footer-block-right {
    padding-top: 0;
    position: static;
    margin-top: 40px;
    text-align: left;
    width: 100%;
    margin-right: 0;
  }
  .gallery-slider {
    display: block;
    width: 400px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .gallery-image {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    float: none;
  }
  .gallery-slide-text-block {
    top: 0px;
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .slider-button-prev {
    left: 135px;
    top: -440px;
    right: auto;
    width: 55px;
    height: 55px;
    border-width: 7px;
  }
  .slider-button-prev.right {
    left: 210px;
    top: -440px;
    right: auto;
  }
  .social-button {
    width: 40px;
    height: 40px;
    background-size: 15px;
  }
  .map-circle-wrapper {
    top: 197px;
    right: 86px;
  }
  .map-circle-wrapper._2 {
    top: 73px;
    right: 83px;
  }
  .quote-column-left {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .mobile-bottom-nav {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-left: 10px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .2);
  }
  .menu-button {
    position: relative;
    width: 70px;
    height: 70px;
    padding: 15px 0px 0px;
    float: right;
    background-color: #4e465c;
    color: #d77f51;
    font-size: 45px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
  .menu-button:hover {
    background-color: #6e647e;
    color: #d77f51;
  }
  .testi-next {
    margin-left: 5px;
  }
  .testi-controls {
    position: static;
    margin-bottom: 20px;
  }
  .testi-pause {
    margin-left: 5px;
  }
  .hero-scroll-button {
    left: 20px;
    bottom: -369px;
    width: 60px;
    height: 60px;
  }
  .scroll-button-circle {
    width: 40px;
    height: 40px;
  }
  .want-to-see-more-text {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
  .want-to-see-more-text-block {
    display: block;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-nav-close-block {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .mobile-nav {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 70px;
    z-index: 10;
    width: 100%;
    height: 300px;
    background-color: #fff;
    box-shadow: 0 -30px 60px 0 rgba(0, 0, 0, .3);
  }
  .mobile-nav-wrap-block {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2500;
    display: none;
    width: 100%;
    height: 100%;
  }
  .brand {
    padding-top: 0px;
  }
  .mobile-footer-block {
    height: 70px;
    background-color: #4e465c;
  }
  .close-menu-title {
    position: absolute;
    top: -28px;
    right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #4e465c;
    color: #fff;
    line-height: 28px;
  }
}

@media (max-width: 479px) {
  li {
    font-size: 14px;
    line-height: 23px;
  }
  .hero-section {
    height: 300px;
  }
  .container.team-container {
    padding-left: 40px;
  }
  .hero-tooltip-block {
    top: 8px;
    right: 3px;
    width: 62px;
    font-size: 8px;
  }
  .hero-tooltip-title {
    font-size: 9px;
    line-height: 11px;
  }
  .section {
    padding: 70px 30px;
  }
  .section.location-section {
    height: 370px;
    padding-top: 120px;
  }
  .section.our-beliefs {
    padding-top: 50px;
  }
  .section.what-we-do {
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 0px;
  }
  .section.gallery {
    height: auto;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
  .section.team-section {
    padding-top: 60px;
  }
  .section.newsletter-section {
    padding-top: 40px;
  }
  .section.footer {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .section-title-wrapper.location {
    width: auto;
    max-width: 300px;
  }
  .section-title-wrapper.strategy {
    margin-bottom: 30px;
  }
  .section-title-wrapper.client {
    width: 300px;
  }
  .section-title-wrapper.full {
    width: 100%;
  }
  .section-title-wrapper.leaders {
    top: 0px;
    margin-bottom: 70px;
  }
  .section-title {
    font-size: 24px;
    line-height: 31px;
  }
  .section-title.large {
    font-size: 41px;
  }
  .section-title.large.kudos {
    line-height: 30px;
  }
  .section-title.lowercase {
    font-size: 32px;
  }
  .section-title.lowercase.mobile-large {
    font-size: 55px;
    line-height: 45px;
  }
  .section-title.want-to-see-more {
    font-size: 29px;
    line-height: 19px;
  }
  .map-block {
    width: 170px;
    height: 370px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 186, 163, .3)), to(rgba(102, 186, 163, .3))), -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(102, 186, 163, 0)), color-stop(77%, #66baa3)), url('../images/Location-1.jpg');
    background-image: linear-gradient(180deg, rgba(102, 186, 163, .3), rgba(102, 186, 163, .3)), linear-gradient(90deg, rgba(102, 186, 163, 0) 40%, #66baa3 77%), url('../images/Location-1.jpg');
    background-position: 0px 0px, 0px 0px, -80px 0px;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .map-block._2 {
    right: -90px;
    width: 210px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 186, 163, .3)), to(rgba(102, 186, 163, .3))), -webkit-gradient(linear, left top, right top, from(#66baa3), color-stop(48%, rgba(102, 186, 163, 0))), url('../images/Locatin-2.jpg');
    background-image: linear-gradient(180deg, rgba(102, 186, 163, .3), rgba(102, 186, 163, .3)), linear-gradient(90deg, #66baa3, rgba(102, 186, 163, 0) 48%), url('../images/Locatin-2.jpg');
    background-position: 0px 0px, 0px 0px, 100% 0px;
    background-size: auto, auto, 380px;
    background-repeat: repeat, repeat, no-repeat;
  }
  .map-tooltip-title {
    display: block;
    width: 180px;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
  }
  .map-tooltip-circle {
    width: 80px;
    height: 80px;
  }
  .map-tooltip-circle-2 {
    top: 22px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .map-tooltip-circle-3 {
    top: 36px;
    right: 33px;
  }
  .large-paragraph {
    font-size: 22px;
    line-height: 36px;
  }
  .stars-wrapper {
    top: -17px;
    width: 280px;
    height: 110px;
    margin-bottom: -10px;
  }
  .star {
    top: 10px;
    right: 55px;
    height: 60px;
  }
  .star.medium {
    height: 12px;
  }
  .star.medium.medium-2 {
    top: 56px;
  }
  .heartbeat-title-wrapper {
    max-width: 290px;
  }
  .heartbeat-title {
    width: 270px;
    font-size: 41px;
    line-height: 50px;
  }
  .what-we-do-text-block {
    padding-left: 30px;
  }
  .bullet-list {
    font-size: 12px;
  }
  .strategy-block {
    width: 110%;
    height: 600px;
    margin-bottom: 20px;
    margin-left: 0%;
    padding: 60px 50px 50px 30px;
  }
  .testimonial-block {
    text-align: center;
  }
  .quote-icon {
    height: 40px;
  }
  .matters-title {
    right: 5px;
    font-size: 18px;
  }
  .matters-line-wrapper {
    right: 109px;
    bottom: 2px;
    width: 180px;
  }
  .fixed-nav-link {
    padding-top: 20px;
  }
  .fixed-logo {
    margin-top: 21px;
    margin-left: 10px;
  }
  .team-dog {
    height: 220px;
  }
  .dog-wrapper {
    top: -55px;
    right: -60px;
  }
  .dog-title {
    left: -38px;
    top: auto;
    right: auto;
    bottom: 26px;
    font-size: 10px;
  }
  .team-main-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: none;
  }
  .team-member-item {
    margin-top: -35px;
  }
  .team-member-item._2 {
    margin-top: -15px;
  }
  .team-member-item._3 {
    margin-top: -15px;
  }
  .team-member-image-block {
    top: 39px;
  }
  .team-name-wrapper {
    height: 180px;
    padding-left: 120px;
  }
  .team-name-title {
    width: 150px;
    font-size: 25px;
    line-height: 30px;
  }
  .team-subtitle {
    font-size: 12px;
    line-height: 21px;
  }
  .team-link-block {
    top: 63px;
  }
  .team-bio-wrapper {
    left: 0px;
    width: 100%;
    padding-left: 0px;
  }
  .large-team-image-block {
    width: 100%;
    height: 220px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
  }
  .large-team-name {
    margin-bottom: 20px;
  }
  .contact-form {
    height: 370px;
    padding: 20px;
  }
    .field.area 
    {
        min-height: 180px;  
        height: 180px;
        margin-top: 40px;
        border-bottom-width: 0px;
    }
  .button.submit-email {
    right: 20px;
    bottom: -20px;
  }
  .button.large {
    font-size: 13px;
    line-height: 16px;
  }
  .success-title.white {
    font-size: 45px;
  }
  .thank-you-subtitle {
    max-width: 200px;
  }
  .success-message {
    padding: 120px 30px 30px;
  }
  .logo-icon {
    margin-top: 15px;
  }
  .gallery-slider {
    width: 270px;
  }
  .gallery-image {
    margin-bottom: 30px;
  }
  .gallery-slide-text-block {
    width: 100%;
  }
  .slider-button-prev {
    left: 81px;
    top: -440px;
    width: 50px;
    height: 50px;
    background-size: 6px;
  }
  .slider-button-prev.right {
    left: 140px;
    top: -440px;
  }
  .social-button {
    right: 20px;
  }
  .map-circle-wrapper {
    top: 187px;
    right: 86px;
  }
  .map-circle-wrapper._2 {
    top: 78px;
    right: 102px;
  }
  .mobile-bottom-nav {
    padding-left: 10px;
    box-shadow: 0 0 25px -10px rgba(0, 0, 0, .2);
  }
  .menu-button {
    width: 60px;
    height: 60px;
    padding-top: 14px;
    font-size: 35px;
  }
  .testi-next {
    width: 50px;
    height: 50px;
    background-size: 6px;
  }
  .testi-prev {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: 6px;
  }
  .testi-controls {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
  .testi-pause {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: 6px;
  }
  .hero-scroll-button {
    left: 20px;
    right: 20px;
    bottom: -330px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .want-to-see-more-text {
    max-width: 230px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 21px;
  }
  .want-to-see-more-text-block {
    max-width: 260px;
  }
  .mobile-nav {
    bottom: 60px;
    height: 260px;
  }
  .mobile-footer-block {
    height: 60px;
  }
  .close-menu-title {
    font-size: 11px;
  }
}

@font-face {
  font-family: 'Stmarie';
  src: url('../fonts/StMarie-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Stmarie';
  src: url('../fonts/StMarie-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Stmarie';
  src: url('../fonts/StMarie-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Sea salt';
  src: url('../fonts/Sea-Salt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

.no_wrap
{
    white-space: nowrap;
}