@charset "utf-8";
/* CSS Document */

.mobile_only {
	display: none !important;
}
a {
    transition: .3s background, .3s color;
}
.contact_phone a:hover, a:hover {
    color: #ccc;
}
a.button:hover, .header_contact a:hover, .about_contact a:hover, a.header_contact:hover {
	color: #fff;
}
a img {
	border: 0;
}
h1.ui-loader-header {
    display: none;
}

html {
    background: black;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.52;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.025em;
    background: white;
}

section {
	width: 100%;
	display: inline-block;
	position: relative;
	float: left;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
}
a img {
	border: 0;
}

p {
    margin: 0 0 20px;
}

h1, h2, h3 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: -0.01em;
    margin-top: 0;

}
.wc {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 60px;
}

.block {
    padding-top: 174px;
    padding-bottom: 174px;
}

/* Header */

#header {
    background-image: url(img/eric_header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 45% top;
    display: block;
    position: relative;
    overflow: hidden;
}

div#logo {
    top: 0;
    left: 0;
    position: fixed;
    float: left;
    margin-left: 8.5%;
    height: 164px;
    max-width: 102px;
    width: 100%;
    background: black;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
	z-index: 10;
    text-align: center;
    transition: .3s max-width, .3s height, .3s margin;
}

div#logo:after {
    content: '';
    position: absolute;
    left: calc(99.99% + 24px);
    top: 60px;
    width: 134px;
    height: 75px;
    background: url('img/royal-lepage-logo.png') center center / 134px 75px;
    transition: .3s opacity, 0s visibility 0s;
}

.is-scrolled div#logo:after {
    opacity: 0;
    visibility: hidden;
    transition: .3s opacity, 0s visibility .3s;
}

div#logo a {
    display: block;
}

div#logo img {
    display: block;
    margin: 60px auto 0;
    transition: .3s width, .3s margin;
}


@media screen and (max-width: 1550px) {

    div#logo {
        margin-left: 0;
    }

    /* .is-scrolled div#logo {
        height: 66px;
        width: 50px;
        margin-left: 0;
    }
    
    .is-scrolled div#logo img {
        width: 22px;
        margin-top: 13px;
    } */


}

span#logo_alt_color {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: #000;
}
.pastIt span#logo_alt_color {
    top: 0;
    bottom: inherit;
}

div#nav {
    float: right;
    position: fixed;
    right: 0;
    top: 0;
	z-index: 10;
}
.menu_icon, .services_hamburger {
    float: left;
    background-image: url(img/icon_hamburger.png);
    background-color: black;
    display: inline-block;
    background-size: 33%;
    background-repeat: no-repeat;
    background-position: center;
    width: 71px;
    height: 66px;
    cursor: pointer;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
	transition-duration: .5s;
}
    
.header_contact {
    background: #2b303b;
    color: #fff;
    text-align: center;
    width: 168px;
    height: 66px;
    display: inline-block;
    vertical-align: top;
    line-height: 66px;
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
	transition-duration: .5s;
}
a.header_contact:hover {
    background-color: #404757;
}
ul.menu {
    position: fixed;
	z-index: 11;
    background: #000;
    color: #fff;
    list-style: none;
    padding: 0 0 20px;
    margin: 0;
    right: -240px;
    top: 0;
    width: 240px;
	height: 100%;
    text-align: center;
}
li.menu-item {
    width: 100%;
    display: inline-block;
    padding: 0px 0;
    padding-bottom: 5px;
}
li.menu-item a {
    color: #fff;
    text-decoration: none;
}
li.menu-item a:hover {
    color: #ccc;
}
li.menu_close, li.services_menu_close {
    max-width: 17px;
    font-size: 33px;
    font-weight: 100;
    width: 100%;
    cursor: pointer;
    display: block;
    margin: 31px auto 31px;
}

#header .wc {
    max-width: 980px;
}

@media screen and (max-width: 1270px) {
    #header .wc {
        max-width: 750px;
    }
}

.header_content {
    color: #fff;
    display: block;
    max-width: 527px;
    padding-bottom: 195px;
    width: 100%;
    padding-top: 244px;
}
.header_content p {
    max-width: 410px;
    margin-bottom: 37px;
}
.button {
    display: inline-block;
    background: #2b303b;
    text-align: center;
    padding: 0 38px;
    color: #fff;
    height: 66px;
    line-height: 66px;
    letter-spacing: .025em;
    border: 0;
	 -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
	transition-duration: .5s;
}
.button:hover {
	background: #404757;

}
.button-light {
   background: #618f71;
}
.button-light:hover {
    background-color: #76ae8a;
}


.menu_icon:hover, .services_hamburger:hover {
    background-color: #232323;
}
/* sections  */

.section_container {
    padding: 0 40px;
	display: flex;
}
.left_side, .right_side {
	flex: 1;
}

/* About Section */


#about_section {
    padding: 174px 0;
}

#about_section .wc {
    max-width: 1050px;
}


#about_section .left_side {
    max-width: 48%;
    float: left;
    width: 100%;
}
#about_section .right_side {
    max-width: 41%;
    padding: 64px 0 0 11%;
    display: inline-block;
}

#about_section .right_side p {
    max-width: 385px;
}

#about_section .right_side img {
    margin-top: 15px;
}

#about_section .left_side .about_pic img {
    box-shadow: -29px 29px 0 0px #618f71;
}

.about_contact {
    background: #000;
    color: #fff;
    display: inline-block;
    margin-top: -7px;
    position: relative;
    width: 229px;
    height: 64px;
    overflow: hidden;
}
.about_contact {
    width: 259px;
    height: 64px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
a.link_li.icon_li {
    width: 66px;
    height: auto;
    float: left;
    display: block;
}
a.link_li.icon_li img {
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
    display: block;
}
span.pic_header {
    padding: 0;
    display: inline;
    text-align: center;
    align-items: center;
    width: 184px;
    float: left;
    letter-spacing: .025em;
    height: 66px;
    line-height: 66px;
}
span.pic_header {
    padding: 0;
    display: inline;
    text-align: center;
    align-items: center;
    width: 193px;
    float: left;
    letter-spacing: .025em;
    line-height: 64px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}
.pic_header a {
    color: #fff;
}
#about_section span.pic_header:hover {
    background: #222;
}
/* Process section */

#process_section {
    background-color: #2b303b;
    color: #fff;
}
#process_section .section_container {
    padding: 0;
}

#process_section .right_side {
    background-image: url(img/eric_process.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 50%;
    position: relative;
    flex: 1;
}

span.process_logo {
    display: block;
    right: 0;
    position: absolute;
    bottom: 0;
}

#process_section .left_side {
    width: 50%;
}

#process_section .left-side-content {
    max-width: 460px;
    margin: 0 auto;
    padding: 0 60px;
}

#process_section .left-side-content p {
    max-width: 415px;
}

#process_section .left_side a.button {
    margin-top: 20px;
}

.img_lower_right {
	position: absolute;
	right: 0;
	bottom: 0;
}
#process_section .right_side img {
    display: block;
}

@media screen and (max-width: 1300px) {

    #process_section .left_side {
        width: 65%;
    }

    #process_section .right_side {
        max-width: 35%;
        background-position: 15% top;
    }

}

/* Services Section */

#services_section .section_container {
	display: flex;
	padding: 0;
}
.left_side, .right_side {
	flex: 1;
}

div#services_carousel, #testimonials_carousel, #values_carousel {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
div#service_buttons {
    margin: 41px auto 0;
    display: table;
}
#service_buttons a.button {
    width: 166px;
}
/* carousels */

ul#services, ul#testimonials {
    
	margin: 0;
	padding: 0;
}
.carousel li {
    display: inline-block;
    float: left;
	width: 100%;
}
.carousel_numbers li {
    display: inline-block;
    text-align: center;
    margin: 0 8px;
    cursor: pointer;
    color: #a49c9c;
}
.carousel_numbers {
    max-width: 100%;
    width: 100%;
    padding: 0;
    text-align: center;
}
.carousel_numbers li.active_number {
	font-weight: 400;
	color: #000;
}
#services_carousel {
    max-width: 100%;
    text-align: center;

}

#services .slide_wrapper {
    max-width: 785px;
    margin: 0 auto;
    padding: 0 40px;
}
#services h2 {
    margin-bottom: 40px;
}
div#services_menu {
    max-width: 256px;
    width: 100%;
    height: 66px;
    line-height: 66px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
}
#services_menu span.services_menu_toggle {
    max-width: 185px;
    background: #2b303b;
}
#services_numbers {
    max-width: 100%;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 27px !important;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 14px;
}
span.services_menu_toggle {
    width: 100%;
    text-align: center;
    float: left;
}
span.services_hamburger img {
    max-width: 30px;
    margin: 14px auto;
    display: block;
}

span.services_hamburger {
    
    float: right;
}

#services_flyout {
    max-width: 256px;
    width: 100%;
    background: #000;
    color: #fff;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: -256px;
    height: 100%;
}

#services_flyout.openflyout {
	left: 0;
}
ul#flyout {
    vertical-align: bottom;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 8px;
}
#flyout a {
    color: #fff;
    padding-top: 0px;
    display: block;
    padding-bottom: 6px;
}
#flyout a:hover {
    color: #ccc;
}
/* Values Section */

#values_section {
	background-color: #f5f7f8;
}
#values_section .section_container {
    padding: 0;
}
#values_section .left_side {
    float: left;
    background-image: url(img/eric_values.jpg);
    background-size: cover;
    width: 50%;
    padding: 0 60px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

#values_section .left_side .button {
    margin-top: 8px;
}

#values_section .left_side_container {
    max-width: 510px;
    margin: 0 auto;
}

#values_section .left_side h3 {
    max-width: 100%;
}

#values_section .right_side {
    float: left;
    padding: 0 60px;
    width: 50%;
    max-height: 839px;
}
#values {
    max-width: 339px !important;
    padding: 0;
    /* height: 2800px; */
    height: 4195px;

}

@media screen and (min-width: 767px) {

    #values {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
}

.mobile #values {
	max-width: 800% !important;
	margin-top: 0 !important;
	height: auto;
}
#values li {
	max-width: 100% !important;
    display: flex;
    height: 839px;
    max-height: 839px;
    align-items: center;
    justify-content: center;
}
.mobile #values li {
    max-width: 16.6667% !important;
}
div#values_carousel {
    height: 100%;
}

ul#values_numbers {
    position: absolute;
    text-align: center;
    width: 34px;
    left:  10px;
    z-index: 10;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
}
ul#values_numbers li {
    display: block;
    text-align: right;
    margin-bottom: 7px;
    top: 201px;
    text-align: center;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
	transition-duration: .5s;
}
#values .slide_wrapper h3 {
    margin-bottom: 24px;
}

li.values_follower {
 transition-timing-function: ease;
  	/*
	transition-duration: 0.1s; */
    position: absolute;
	top: 0;
}
.values_follower img {
    margin-top: -13px;
    max-width: 57px;
}


@media screen and (max-width: 1334px) and (min-width: 1000px) {

    #values_section .right_side {
        padding: 0 60px 0 20px;
    }

    #values {
        padding-left: 100px;
        max-width: 450px !important;
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

}

@media screen and (max-width: 1000px) and (min-width: 768px) {

    #values_section .section_container {
        flex-wrap: wrap;
    }


    #values_section .right_side {
        flex: initial;
        width: 100%;
    }

    #values_section .right_side {
        flex: initial;
        width: 100%;
    }
}



/* Markets Section */

#markets {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    display: flex;
    padding-left: 0;
}
#markets_carousel {
    margin: 0 auto;
    position: relative;
}

#markets li {
    display: inline-block;
    list-style: none;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 769px) {
    #markets li {
        width: calc((99.99% - 16%) / 3) !important;
        margin-right: 8%;
    }

    #markets li:last-of-type {
        margin-right: 0;
    }

}

@media screen and (max-width: 768px) {

    #skills_section .wc {
        padding: 0;
    }

    /* #markets li {
        padding: 0 40px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    } */

    #markets p {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    

}


#markets li p {
    margin-bottom: 40px;
}

.markets_icon {
    display: block;
    margin: 20px auto 40px;
}

#markets a.button {
    margin-top: auto;
}
ul#testimonials_numbers {
    margin-top: 15px;
    font-size: 16px;
}
#markets li .markets_hover_icon {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    margin-bottom: 13px;
    max-width: 36px;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#markets li:hover .markets_hover_icon {
	
	-webkit-transform: rotate(180deg);
   	-moz-transform: rotate(180deg);
   	transform: rotate(180deg);
}
/*  Testionials Section */

#why_section {
	background: #f5f7f8;
}

#why_section .section_container {
    padding: 113px 0px 123px;
}

ul#testimonials {
    overflow: hidden;
}

#testimonials_numbers {
    margin-top: 27px !important;
}

div#testimonials_carousel {
    max-width: 100%;
    text-align: center;
}
#testimonials .slide_wrapper {
	max-width: 625px;
	margin: 0 auto;
}

#testimonials li p {
    margin-top: 40px;
    display: block;
}


img.testimonials_logo {
    margin-top: 22px;
    margin-bottom: 17px;
    max-width: 25px;
}

/* clients section */

#clients_section {
    text-align: center;
}

/* #clients_section .wc {
    max-width: 1200px;
} */

#clients_section h1 {
    margin-bottom: 55px;
}

.client-items {
    margin-top: 60px;
    margin-bottom: -40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.client-item {
    margin-right: 40px;
    margin-bottom: 40px;
    width: calc((99.99% - 150px) / 6);
    margin-right: 30px;
}

.client-item:nth-of-type(6n) {
    margin-right: 0;
}

.client-item:last-of-type {
    margin-right: 0;
}

.client-item img {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {

    #clients_section h1 {
        margin-bottom: 25px;
    }

    .client-items {
        flex-wrap: wrap;
        margin-bottom: -40px;
        margin-top: 40px;
    }

    .client-item {
        width: calc((99.99% - 100px) / 3);
        margin-bottom: 40px;
        margin-right: 50px;
    }

    .client-item:nth-of-type(3n) {
        margin-right: 0;   
    }

}

@media screen and (max-width: 400px) {

    .client-items { 
        margin-bottom: -30px;
    }

    .client-item {
        width: calc((99.99% - 60px) / 3);
        margin-bottom: 30px;
        margin-right: 30px;
    }

}



/* contact section */

#contact_section {
    background: #f5f7f8;
}

#contact_section .section_container {
    padding: 0;
}
#contact_section a:not(.button) {
    color: #285e6d;
}
#contact_section a:not(.button):hover {
    color: #black !important;
}
#contact_section .left_side, #contact_section .right_side {
    max-width: 50%;
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contact_section .left_side {
    padding-left: 60px;
    padding-right: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#contact_section .right_side {
    background-image: url(img/eric_contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 0 60px;
    color: #fff;
    text-align: center;
    max-width: 50% !important;
    position: relative;
}

#contact_section .linkedin {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 67px;
    height: 65px;
    background: url('img/icon_ln.png') no-repeat center center / 67px 65px;
    transition: .3s opacity;
}

#contact_section .linkedin:hover {
    opacity: .7;;
}


#contact_section .about_contact {
    margin-top: 31px;
	height: 60px;
	width: 247px;
}
#contact_section span.pic_header a {
    color: #fff !important;
}

#contact_section span.pic_header:hover {
    background: #000;
    color: #fff;
}
#contact_section a.link_li.icon_li {
    width: 64px;
    height: 60px;
}
.about_contact .link_li.icon_li img:hover {
    filter: brightness(125%);
}
#contact_section h3 {
    margin-bottom: 34px;
}
img.contact_logo {
    margin-top: 11px;
    margin-bottom: 11px;
    max-width: 29px;
}
#contact_section span.pic_header {
    background: #295e6e;
    padding-bottom: 4px;
    width: 183px;
    height: 60px;
    line-height: 58px;
	 -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

#contact_section .left_side p {
    line-height: 2.1;
    margin: 0 0 40px;
}

#contact_section .left_side .address {
    margin-bottom: 50px;
}
#contact_section p.desktop_only.green, #contact_section p.desktop_only.green a {
    color: #295e6e;
    line-height: 33px;
}
#contact_section .about_contact a {
    color: #fff;
}

.contact_quote {
    max-width: 540px;
    margin: 220px auto 0;
}

.contact_quote :last-child {
    margin-bottom: 0;
}


.genisys {
  position: absolute !important;
  z-index: -1;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
  color: white;
  opacity: 0;
}

.status-msg {
    display: none;
}

/* Footer */
#footer {
    background: #000;
    color: #67787d;
    max-width: 88%;
    display: inline-block;
    padding-top: 68px;
    font-size: 14px;
    padding-left: 6%;
    padding-right: 6%;
    width: 100%;
    position: relative;
    padding-bottom: 72px;
    margin-top: -1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer p {
    position: relative;
    z-index: 2;
    line-height: 1.7;
    letter-spacing: .025em;
    font-weight: 400;
    margin: 0;
}

div#footer-logo {
    text-align: center;
    top: 67px;
    left: 0;
    right: 0;
    position: absolute;
}
img.footer_logo {
    max-width: 60px;
}
#footer a { 
	color: #fff;
}	

@media screen and (max-width: 1170px) {
    div#footer-logo {
        display: none;
    }
}


/* Contact Page */

.contact_page span.menu_icon {
    background-image: url(img/icon_hamburger_black.png);
    background-color: #fff;
}
.contact_page #logo {
	background-color: #000;
}
.contact_page span.menu_icon:hover {
    background-color: #999;
}

.contact_page header#header {
    background: #295e6e;
    float: left;
    width: 100%;
}
.contact_page .header_content {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 170px 20px 100px;
    text-align: center;
	float: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contact_page h2 {
    /* font-size: 31px; */
    margin-bottom: 48px;
    margin-top: 49px;
}
.contact_page .header_content p {
    max-width: 100%;
    margin: 24px auto;
    font-size: 16px;
    text-align: center;
}
form#contact_form {
    max-width: 667px;
    margin: 0 auto;
    display: block;
	margin-bottom: 67px;
}
.form_row {
    max-width: 100%;
    width: 100%;
    display: flex;
    margin-bottom: 22px;
}
.contact_page .header_content .text_row {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.contact_page .header_content .text_row p {
    font-size: 14px;
    text-align: center;
    margin-top: 24px;
    line-height: 22px;
    font-weight: 400;
}
.contact_page .header_content .text_row p.contact_phone {
    font-size: 17px;
    margin-top: 33px;
}
.ui-textinput {
    max-width: 45%;
    width: 100%;
    margin: 9px 20px;
    display: inline-block;
}

#contact_form input[type="text"], #contact_form input[type="email"] {
    padding: 0;
    height: 67px;
    line-height: 67px;
    width: 313px;
    margin: 0 10px 0 11px;
    text-align: center;
    font-size: 17px;
    border: 0;
    font-family: inherit;
    font-weight: inherit;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

#contact_form input[type="text"].error, #contact_form input[type="email"].error {
    background: red;
    color: white;
}

#contact_form input[type="submit"] {
    -webkit-appearance: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
    margin-top: 12px;
}

input.error_field {
	background: #FFDBDB;
}
.g-recaptcha {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-top: 23px;
    margin-bottom: 40px;
}

div#success_message {
    display: none;
}
div#success_message.submitted {
    display: block;
    padding: 100px 0;
	font-size: 16px;
}
form#contact_form.submitted {
    display: none;
}
.contact_phone a {
    color: #fff;
}

.status-msg {
    display: none;
    margin: 0;
    font-weight: 400;
}

/* Responsive */

@media screen and (min-width: 768) {
	
	#values li {
		width: 100% !important;
		max-width: 100% !important;
	}
	
}

@media screen and (max-width: 1100px) {

    .is-scrolled div#logo {
        height: 113px;
        max-width: 73px;
        margin-left: 0;
    }
    
    .is-scrolled div#logo img {
        width: 30px;
        margin-top: 39px;
    }


}



@media all and (max-width: 1024px) {

	
}


@media all and (max-width: 768px) {

    .wc {
        padding: 0 40px;
    }

    .block {
        padding-top: 94px;
        padding-bottom: 94px;
    }

	section {
		text-align: center;
	}
	.mobile_only {
		display: block !important;
	}
	.desktop_only {
		display: none !important;
	}
	.section_container {
		display: block;
	}

	body {
		font-size: 16px;
	}

    .button {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
    }

	h1, h2, h3 {
		font-size: 28px;
	}


    #header {
        background-position: calc(99.99% - 35%) 0;
    }
	
	.home #header:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,.5);
    }

    #header .wc {
        position: relative;
        z-index: 2;;
    }
	
	div#logo {
		max-width: 73px;
		height: 113px;
    }

    div#logo:after {
        top: 39px;
        width: 105px;
        height: 59px;
        background-size: 105px 59px;
    }

    
    div#logo img {
        width: 30px;
        margin-top: 39px;
    }

	.menu_icon {
		width: 68px;
		height: 63px;
		background-size: 22px;
	}
	a.header_contact {
		display: none;
	}
	
	.header_content {
		padding: 282px 0 67px;
		margin: 0 auto;
		text-align: center;
	}
	
	.header_content p {
		max-width: 100%;
		margin-bottom: 28px;
	}
	.header_content a {
		display: none !important;
	}

	
	
	#about_section {
		padding: 94px 0;
	}
	#about_section .section_container {
        max-width: 1200px;
		margin: 0 auto;
		padding: 0;
	}
	#about_section .left_side {
        max-width: 100%;
        width: 100%;
		padding: 0 0 0px;
		float: none;
		margin: 0;
	}
	#about_section .right_side {
        max-width: 100%;
        width: 100%;
		padding: 40px 0 30px 0;
		text-align: center;
    }
    
    #about_section .right_side p {
        margin: 0 auto;
    }

	
	.about_contact {
		margin: 0 auto 10px;
		width: 229px;
		height: 56px;
	}
	a.link_li.icon_li {
		width: 59px;
	}
	
	span.pic_header {
		width: 170px;
		font-size: 14px;
		line-height: 57px;
	}
	.about_pic {
		margin-top: 15px;
		float: none;
		max-width: 83%;
		padding-bottom: 5px;
        margin: 0 auto 5px;
    }
    
    #about_section .left_side .about_pic img {
        box-shadow: -15px 15px 0 0px #618f71;
    }

	#process_section {
		background-position: top center;
		text-align: center;
	}
	#process_section .section_container {
		padding: 0;
		display: flex;
		flex-direction: column-reverse;
	}
	#process_section .left_side {
		display: block;
		width: 100%;
		max-width: 100%;
    }

	#process_section .left_side h3 {
		margin-bottom: 17px;
	}
	#process_section a.small_button.button {
		margin-top: 14px;
		padding: inherit 54px;
	}
	#process_section .right_side {
		height: 300px;
		display: block;
		max-width: 100%;
		width: 100%;
	}
    
    #process_section .left-side-content p {
        margin-left: auto;
        margin-right: auto;
    }
	

	div#services_carousel {
		max-width: 100%;
		padding: 0;
	}

	div#services_menu {
		display: none;
	}
	#service_buttons .button {
		display: block;
	}
	#service_buttons .button {
		display: block;
	}
	#services_section .section_container {
		padding: 0;
	}

	div#services_mobile_nav, #testimonials_mobile_nav, #values_mobile_nav, #markets_mobile_nav {
		font-size: 14px;
		text-transform: uppercase;
		vertical-align: top;
		display: block;
		line-height: 26px;
		margin: 0 0 27px 0;
	}

	.arrow_right {
		background: url(img/arrow_r.png) no-repeat top right transparent;
	}

	.arrow_left {
		background: url(img/arrow_l.png) no-repeat 0 0 transparent;
	}
	span.services_mobile_nav {
		width: 25px;
		height: 25px;
		vertical-align: top;
		display: inline-block;
		background-size: contain;
	}
	span.services_mobile_nav.arrow_left {
		margin-right: 17px;
	}
	span.services_mobile_nav.arrow_right {
		margin-left: 17px;
	}
	img.services_icon {
		display: block;
		margin: 41px auto 14px;
		max-width: 40px;
		width: 34px;
	}
    
    #services h2 {
        margin-bottom: 25px;
    }

	ul#services_numbers {
		display: none;
	}
	div#service_buttons {
		margin: 20px auto 0;
		display: inline-block;
	}
	
	
	#markets_carousel {
	    position: relative;
		overflow: hidden;
		margin: 0 auto;
		padding-bottom: 0;
	}
	#markets_carousel img#values_logo {
        margin-bottom: -3px;
    }

    .markets_icon {
        display: block;
        margin: 5px auto 25px;
    }

	#skills_section .section_container {
		max-width: 88%;
		padding: 59px 6% 74px;
	}
	ul#markets {
		max-width: 2500px;
		padding-top: 22px;
	}
	ul#markets li {
		margin: 0;
		padding: 0;
		max-width: 33.333% !important;
	}
	img.markets_hover_icon {
		display: none;
	}
	#markets h3 {
		margin-bottom: 22px;
	}
    #markets p {
        margin-bottom: 20px;
    }

	/* #markets a.button {
		margin-top: 30px;
	}
	 */
	

	#values_section span.services_mobile_nav.arrow_left {
		background: url(img/arrow_l.png) no-repeat 0 0 transparent;
		background-size: contain;
	}
	#values_section span.services_mobile_nav.arrow_right {
		background: url(img/arrow_r.png) no-repeat top right transparent;
		background-size: contain;
    }
    
    #values_section .left_side h2 {
        margin-bottom: 0;
    }
	
	#values_section .left_side {
		float: none;
        height: 500px;
        max-width: 100%;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
		/* padding: 178px 6% 158px; */
	}
	#values_section .right_side {
        max-width: 100%;
        width: 100%;
		margin: 0;
		float: none;
		padding: 94px 0;
	}
	#values .slide_wrapper {
		padding-top: 8px;
		margin: 0 auto;
		max-width: 80%
    }
    
    #values .slide_wrapper :last-child {
        margin-bottom: 0;
    }

	img#values_logo {
		margin-top: 45px;
		width: 30px;
		margin: 45px auto 11px;
	}
	div#values_carousel {
		margin: 0 auto;
		padding: 0;
		max-width: 100%;
	}
	ul#values {
		max-width: initial !important;
		padding: 0;
	}
	#values li {
		max-height: inherit;
		display: inline-block;
		height: auto;
	}
	ul#values_numbers {
		display: none;
    }
    
	/* .values_section img.services_icon {
		width: 56px;
		max-width: 80px;
		margin-top: 0px;
		margin-bottom: 1px;
	} */
	
	
	
	#why_section .section_container {
		padding: 55px 0px 51px;
	}
	#testimonials .slide_wrapper {
		max-width: 80%;
		margin: 0 auto;
	}

	#testimonials_carousel h3 {
		margin-bottom: 19px;
	}
	ul#testimonials {
		margin: 0;
        padding: 0;
    }
    
    #testimonials li :last-child {
        margin-bottom: 0;
    }

	img.testimonials_logo {
		display: none;
    }
    
	
	
	
	#contact_section .section_container {
		padding: 0;
		display: flex;
		flex-direction: column-reverse;
	}
	#contact_section .left_side {
		max-width: 100%;
		display: inline-block;
	}
	#contact_section .left_side h3 {
		margin-bottom: 25px;
	}
	#contact_section .right_side {
		max-width: 100% !important;
		width: 100%;
		background-position: center center;
		padding-top: 225px;
		padding-bottom: 181px;
        font-size: 17px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	}
	#contact_section .right_side h3 {
		margin-bottom: 31px;
    }

    #contact_section .left_side p {
        margin-bottom: 10px;
    }

    #contact_section .left_side .address {
        margin-bottom: 25px;
    }
    
    .contact_quote {
        margin-top: 0;
    }

	#contact_section .about_contact {
		width: 64px;
		background: transparent;
	}
	p.contact_email {
		padding-top: 8px;
		display: block;
		position: relative;
		padding-bottom: 12px;
	}
	
	#footer {
		text-align: center;
		font-size: 13px;
        padding: 48px 5%;
        display: inline-block;
        max-width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	}
	.mobile_break {
		display: block;
	}
	div#footer-logo {
		margin: 44px auto 97px;
		max-width: 97px;
		position: relative;
		top: 0;
	}
	img.footer_logo {
		max-width: 97px;
    }
    
    #footer p {
        margin-bottom: 40px;
    }
	
	/* Contact Page */
	
	.contact_page .header_content {
		padding-top: 150px;
	}
	.form_row {
		display: block;
		margin: 0 auto;
	}
	
	.contact_page a.big_button.submit_button.button {
		display: inline-block !important;
	}

    #contact_form input[type="text"], #contact_form input[type="email"] {
        margin: 0 0 10px 0;
        width: 100%;
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }

    #contact_form input[type="submit"] {
        font-size: 14px;
    }

    .contact_page h2 {
        margin-top: 0;
    }

    .about_contact {
        height: 50px;
        width: 222px;
    }

    span.pic_header {
        font-size: 14px;
        line-height: 50px;
    }

    a.link_li.icon_li {
        width: 52px;
    }

    div#footer-logo {
        margin-bottom: 30px;
        margin-top: 0;
    }

    div#footer-logo, img.footer_logo {
        max-width: 67px;
    }

    #contact_section .left_side {
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #process_section .left-side-content {
        padding: 0 40px;
    }
	
}

@media all and (max-width: 600px) {

    div#logo, .is-scrolled div#logo {
        max-width: 52px;
        height: 70px;
    }

    div#logo img, .is-scrolled div#logo img {
        width: 20px;
        margin-top: 20px;
    }

    div#logo::after {
        top: 22px;
        left: calc(100% + 10px);
        width: 64px;
        height: 36px;
        background-size: 64px 36px;
    }

    .menu_icon {
        width: 50px;
        height: 50px;
    }

    .contact_page .header_content {
        padding-top: 100px;
        padding-bottom: 0;
	}

}


@media all and (max-width: 480px) {
    
    body {
        font-size: 15px;
    }

    /* .wc {
        padding: 0 20px;
    } */

    .header_content {
        padding: 252px 0 18px;
    }

    .block {
        padding-top: 67px;
        padding-bottom: 67px;
    }

    #about_section {
        padding: 67px 0;
    }

    #values_section .right_side { 
        padding: 67px 0;
    }

	
	
}


