/*
 * @include box-sizing;
*/

/* rotate mixin
 * use of keyframes mixin
 * @include rotate($deg:0deg);
*/

/* rotate mixin
 * use of keyframes mixin
 * @include scale($value:1);
*/

/*
* Mixin for easy media queries
* @include bp(tablet-only) { SCSS here };
* Default css is for mobile screens
*/

@font-face {
	font-family: "melbourne";
	src: url("../fonts/Melbourne/Melbourne_reg.eot");
	src: url("../fonts/Melbourne/Melbourne_reg.eot?#iefix") format("embedded-opentype"), url("../fonts/Melbourne/Melbourne_reg.woff") format("woff"), url("../fonts/Melbourne/Melbourne_reg.ttf") format("truetype"), url("../fonts/Melbourne/Melbourne_reg.svg#melbourne") format("svg");
}

@font-face {
	font-family: "melbourne-bold";
	src: url("../fonts/Melbourne/Melbourne_bold.eot");
	src: url("../fonts/Melbourne/Melbourne_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Melbourne/Melbourne_bold.woff") format("woff"), url("../fonts/Melbourne/Melbourne_bold.ttf") format("truetype"), url("../fonts/Melbourne/Melbourne_bold.svg#melbourne-bold") format("svg");
}

@font-face {
	font-family: "proxima-nova";
	src: url("../fonts/ProximaNova/ProximaNova-Regular.eot");
	src: url("../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova/ProximaNova-Regular.svg#proxima-nova") format("svg");
}

@font-face {
	font-family: "proxima-nova-bold";
	src: url("../fonts/ProximaNova/ProximaNova-Bold.eot");
	src: url("../fonts/ProximaNova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova/ProximaNova-Bold.svg#proxima-nova-bold") format("svg");
}

@font-face {
	font-family: "proxima-nova-semibold";
	src: url("../fonts/ProximaNova/ProximaNova-Semibold.eot");
	src: url("../fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova/ProximaNova-Semibold.svg#proxima-nova-semibold") format("svg");
}

/*Sass Variables---------------------------------------------------------------------------*/

html body {
	line-height: 1.55;
}
body{
	overflow-x: hidden;
}
p {
	margin: 0 0 25px;
}
.flex-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 400px;
	position: relative;
}

.banner .banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.banner img {
	visibility: hidden;
}

.banner .banner-content {
	position: absolute;
	top: 50%;
	width: 100%;
	-moz-transform: scale(1) translateX(0) translateY(-50%);
	-webkit-transform: scale(1) translateX(0) translateY(-50%);
	-o-transform: scale(1) translateX(0) translateY(-50%);
	-ms-transform: scale(1) translateX(0) translateY(-50%);
	transform: scale(1) translateX(0) translateY(-50%);
	color: #FFFFFF;
	z-index: 2;
}

.banner .banner-content h5 {
	font-family: "proxima-nova-semibold", Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
	color: #a1a1a1;
}

.no-banner {
	border-top: 1px solid #d4d4d4;
	padding-top: 60px;
	padding-bottom: 20px;
}

h1.page-title {
	margin-top: 0;
	margin-bottom: 0;
	font-family: "melbourne", Arial, sans-serif;
	font-size: 60px;
}

.sliding-banner {
	height: 420px; /*=Slider Container---------------------------------------*/ /* slider */ /* slide */
}

.sliding-banner .imageSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.sliding-banner .imageSlider .imageSliderButtons {
	position: absolute;
	bottom: 40px;
	z-index: 1;
}

.sliding-banner .imageSlider .imageSliderButtons a.button {
	width: 12px;
	height: 12px;
	margin-right: 5px;
	padding: 0;
	border-color: #FFFFFF;
}

.sliding-banner .imageSlider .imageSliderButtons a.button:hover,
.sliding-banner .imageSlider .imageSliderButtons a.button.selected {
	background: #FFFFFF;
}

.sliding-banner .imageSlider #nextSlide,
.sliding-banner .imageSlider #prevSlide {
	position: absolute;
	left: 40px;
	top: 50%;
	margin-top: -15px;
	z-index: 2;
	color: #FFFFFF;
	font-size: 35px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sliding-banner .imageSlider #nextSlide:hover,
.sliding-banner .imageSlider #prevSlide:hover {
	color: #9b9b9b;
}

.sliding-banner .imageSlider #prevSlide {
	left: initial;
	right: 40px;
}

.sliding-banner .imageSlider .slider { /* required */
	width: 100%;
	height: 100%;
}

.sliding-banner .imageSlider .slider .item { /* required */
	float: left;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

.sliding-banner .imageSlider .slider .item .slide-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}

.sliding-banner .imageSlider .slider .item .slide-content {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-moz-transform: scale(1) translateX(0) translateY(-50%);
	-webkit-transform: scale(1) translateX(0) translateY(-50%);
	-o-transform: scale(1) translateX(0) translateY(-50%);
	-ms-transform: scale(1) translateX(0) translateY(-50%);
	transform: scale(1) translateX(0) translateY(-50%);
	text-align: left;
	z-index: 2;
	color: #FFFFFF;
}

.sliding-banner .imageSlider .slider .item .slide-content .slide-content-inner {
	max-width: 1000px;
}

.sliding-banner .imageSlider .slider .item .slide-content .slide-content-inner a {
	color: #fff;
}

.sliding-banner .imageSlider .slider .item .slide-content h1 {
	font-family: "melbourne", Arial, sans-serif;
	font-size: 75px;
	margin: 0;
}

.sliding-banner .imageSlider .slider .item .slide-content h3 {
	font-family: "melbourne", Arial, sans-serif;
	font-size: 36px;
	margin: 0;
}

.sliding-banner .imageSlider .slider .item .slide-content .buttons {
	margin-top: 75px;
}

.sliding-banner .imageSlider .slider .item .slide-content .buttons .button {
	margin: 10px 5px;
	color: #FFFFFF;
	border-color: #FFFFFF;
	padding: 8px 40px;
	border-radius: 20px;
}

.sliding-banner .imageSlider .slider .item .slide-content .buttons .button:hover {
	border-color: #079bda;
}

.home #wrapper {
	height: 100%;
}

.home .sliding-banner {
	height: calc(100% - 163px);
}

.home .sliding-banner .slide-content {
	text-align: center !important;
	left: 50%;
	-moz-transform: scale(1) translateX(-50%) translateY(-50%);
	-webkit-transform: scale(1) translateX(-50%) translateY(-50%);
	-o-transform: scale(1) translateX(-50%) translateY(-50%);
	-ms-transform: scale(1) translateX(-50%) translateY(-50%);
	transform: scale(1) translateX(-50%) translateY(-50%);
}

.main {
	margin: 100px 0;
	line-height: 1.5;
	overflow: hidden;
}

.about-main p {
	padding-right: 10px;
}

div.blog-post {
	margin: 40px 0;
	padding-bottom: 40px;
	padding-right: 40px;
	border-bottom: 1px solid #d4d4d4;
	font-size: 18px;
	line-height: 1.2;
}

div.blog-post:first-of-type {
	margin-top: 0;
}

div.blog-post .thumb {
	width: 170px;
	margin-right: 30px;
	float: left;
}

div.blog-post a {
	color: #585252;
}

div.blog-post a .post-detail {
	padding-left: 200px;
}

div.blog-post a .post-detail > h3 {
	font-family: "proxima-nova-semibold", Arial, sans-serif;
	font-size: 20px;
	margin-top: 0;
	color: #5187b8;
}

#sidebar {
	padding-left: 40px;
	margin: 100px 0;
}

#sidebar aside {
	background: #d2e7f2;
	padding: 50px 45px;
	margin: 40px 0;
}

#sidebar aside h2.widget-title {
	font-family: "melbourne", Arial, sans-serif;
	font-size: 38px;
	margin-top: 0;
	margin-bottom: 30px;
}

#sidebar aside ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar aside ul li {
	margin-bottom: 10px;
}

#sidebar aside .mc4wp-form-fields select {
	width: 100%;
	padding: 10px 8px;
	border: 2px solid #9b9b9b;
	color: #9b9b9b;
	background: none;
	outline: none;
	font-family: "proxima-nova-semibold", Arial, sans-serif;
	font-size: 16px;
	webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#sidebar aside .mc4wp-form-fields input[type="email"] {
	width: 100%;
	max-width: 400px;
	height: 42px;
	border: 2px solid #9b9b9b;
	color: #9b9b9b;
	background: none;
	outline: none;
	font-family: "proxima-nova-semibold", Arial, sans-serif;
	font-size: 16px;
	padding: 0 10px;
	margin: 0 0 24px;
}

#sidebar aside .mc4wp-form-fields input[type="submit"] {
	background: #f3a157;
	color: #FFFFFF;
	border: none;
	outline: none;
	font-family: "proxima-nova-semibold", Arial, sans-serif;
	font-size: 16px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	padding: 5px 40px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#sidebar aside .mc4wp-form-fields input[type="submit"]:hover,
#sidebar aside .mc4wp-form-fields input[type="submit"]:active,
#sidebar aside .mc4wp-form-fields input[type="submit"]:focus {
	background: #9b9b9b;
}

#sidebar aside .mc4wp-response {
	font-size: 14px;
	margin-top: 15px;
}

#sidebar aside.recent-posts-widget-with-thumbnails ul li {
	clear: both;
}

#sidebar aside.recent-posts-widget-with-thumbnails ul li img {
	float: left;
	margin-bottom: 20px;
}

#sidebar aside.recent-posts-widget-with-thumbnails ul li span.rpwwt-post-title {
	line-height: 1.25;
	display: block;
	margin-bottom: 20px;
	padding-left: 90px;
	font-size: 18px;
}

#sidebar aside.widget_mc4wp_form_widget {
	background: #fbe3cb;
}

#sidebar aside.widget_search {
	background: none;
	padding: 0;
}

#sidebar aside.widget_search form {
	position: relative;
}

#sidebar aside.widget_search form label {
	display: none;
}

#sidebar aside.widget_search form input[type="text"] {
	width: 100%;
	height: 40px;
	border: 2px solid #d4d4d4;
	padding: 0 10px 0 40px;
	outline: none;
	font-family: "proxima-nova-semibold", Arial, sans-serif;
	max-width: 400px;
	font-size: 16px;
}

#sidebar aside.widget_search form input[type="submit"] {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	background: none;
	outline: none;
	text-indent: -9999px;
	background: url("../images/search-btn.png") no-repeat center center;
}

footer#footer {
	border-top: 7px solid #77b7d8;
	background: #333333;
	color: #888;
	font-family: "proxima-nova-semibold", Arial, sans-serif;
	font-size: 15px;
}

footer#footer a {
	color: #888;
}

footer#footer .footer-content {
	display: flex;
	padding: 60px 0 40px;
	border-bottom: 2px solid #414141;
}

footer#footer .footer-content .column {
	flex-grow: 1;
}

footer#footer .footer-content .column h2.widget-title {
	font-family: "proxima-nova-semibold", Arial, sans-serif;
	font-size: 14px;
	color: #bbb;
	margin-top: 30px;
}

footer#footer .footer-content .column ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer#footer .footer-content .column ul.menu li {
	margin-bottom: 8px;
}

footer#footer .footer-content .column ul.menu li a:hover {
	color: #585252;
}

footer#footer .footer-content .column ul.menu li.current-menu-item a {
	color: #585252;
}

.contact-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-info ul li {
	padding-left: 30px;
	margin-bottom: 10px;
	position: relative;
}

.contact-info ul li i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 18px;
}

.copyright-bar {
	position: relative;
	padding: 45px 0;
}

.copyright-bar .copyright {
	float: left;
}

.copyright-bar .social-links {
	position: absolute;
	left: 50%;
	top: 40px;
	-moz-transform: scale(1) translateX(-50%) translateY(0);
	-webkit-transform: scale(1) translateX(-50%) translateY(0);
	-o-transform: scale(1) translateX(-50%) translateY(0);
	-ms-transform: scale(1) translateX(-50%) translateY(0);
	transform: scale(1) translateX(-50%) translateY(0);
}

.copyright-bar .credit {
	float: right;
}

section.who-we-are {
	background-image: url("../images/graph-bg1.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

section.who-we-are .section-content {
	text-align: center;
	padding: 140px;
	color: #FFFFFF;
}

section.who-we-are .section-content h1 {
	font-family: "melbourne", Arial, sans-serif;
	font-size: 58px;
	margin-top: 0;
	margin-bottom: 35px;
}

section.who-we-are .section-content h4 {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 20px;
}

section.what-we-do {
	background: #d2e7f2;
}

section.what-we-do .section-content {
	padding: 120px 0;
	color: #5187b8;
}

section.what-we-do .section-content h1 {
	font-family: "melbourne", Arial, sans-serif;
	font-size: 58px;
	margin: 0 0 20px;
	text-align: center;
}

a.callout {
	text-align: center;
	display: block;
	height: 213px;
}

a.callout h4 {
	font-size: 24px;
	color: #5187b8;
	margin: 20px auto 25px;
	max-width: 210px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

a.callout img {
	width: 125px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

a.callout .tool-tip {
	position: absolute;
	top: 100%;
	left: 50%;
	-moz-transform: scale(1) translateX(-50%) translateY(0);
	-webkit-transform: scale(1) translateX(-50%) translateY(0);
	-o-transform: scale(1) translateX(-50%) translateY(0);
	-ms-transform: scale(1) translateX(-50%) translateY(0);
	transform: scale(1) translateX(-50%) translateY(0);
	background: #5187b8;
	font-family: "proxima-nova-semibold", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	padding: 15px 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
	max-width: 250px;
	opacity: 0;
	margin-top: 40px;
	z-index: -1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

a.callout .tool-tip span.arrow-top {
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -6px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #5187b8;
}

a.callout:hover .tool-tip {
	opacity: 1;
	margin-top: 18px;
	z-index: 1;
}

a.callout:hover h4 {
	opacity: 0.75;
}

a.callout:hover img {
	opacity: 0.75;
}

section.clients {
	padding: 80px 0;
}

section.clients h1 {
	font-family: "melbourne", Arial, sans-serif;
	font-size: 42px;
	margin: 0 0 20px;
	text-align: center;
}

section.clients ul.client-list {
	list-style: none;
	padding: 0;
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

section.clients ul.client-list li {
	text-align: center;
	outline: none;
}

section.clients ul.client-list li img{
	margin: 0 auto;
}

section.clients ul.client-list li a img,.case-studies-list  li a img {
	max-height: 150px;
	max-width: 150px;
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
	filter: grayscale(100%);
}

section.clients ul.client-list li a:hover img,.case-studies-list  li a:hover img {
	-webkit-filter: none; /* Chrome, Safari, Opera */
	filter: none;
}

section.clients button.slick-next,
section.clients button.slick-prev {
	background: url("../images/next.png") no-repeat center center;
	background-size: 100%;
	border: none;
	height: 40px;
	width: 40px;
	text-indent: -9999px;
	padding: 0;
	position: absolute;
	top: 50%;
	right: -40px;
	margin-top: -20px;
	z-index: 2;
}

section.clients button.slick-next:hover,
section.clients button.slick-prev:hover {
	opacity: 0.5;
}

section.clients button.slick-prev {
	right: initial;
	left: -40px;
	background: url("../images/prev.png") no-repeat center center;
	background-size: 100%;
}

section.promotion {
	background: #f0efef;
	padding: 80px 0;
}

section.promotion .promo a {
	color: #585252;
	font-size: 16px;
}

section.promotion .promo a h2 {
	color: #5187b8;
	font-size: 22px;
}

section.promotion .promo a .promo-img {
	position: relative;
}

.privacy-policy ul {
	padding-left: 50px;
}

section.promotion .promo a .promo-img .date {
	background: #3e3833;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #FFFFFF;
	font-size: 14px;
	padding: 6px 20px;
}

.map-container {
	height: 300px;
}

.map-box {
	position: relative;
	margin-top: 40px;
}

.map-thumb {
	position: absolute;
	left: 50%;
	bottom: 0;
	-moz-transform: scale(1) translateX(-50%) translateY(50px);
	-webkit-transform: scale(1) translateX(-50%) translateY(50px);
	-o-transform: scale(1) translateX(-50%) translateY(50px);
	-ms-transform: scale(1) translateX(-50%) translateY(50px);
	transform: scale(1) translateX(-50%) translateY(50px);
	border: 10px solid #FFFFFF;
	height: 102px;
	width: 102px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.map-thumb img {
	min-width: 92px;
	min-height: 92px;
}

.map-contact-box {
	margin-top: 80px;
	margin-bottom: 100px;
	line-height: 1.3;
}

.map-contact-box .contact-info {
	font-size: 22px;
}

.map-contact-box .contact-info h6 {
	font-size: 14px;
	font-family: "proxima-nova", Arial, sans-serif;
	margin-bottom: 4px;
	margin-top: 0;
}

.map-contact-box .contact-info h4 {
	font-size: 20px;
	margin-bottom: 5px;
}

.map-contact-box .contact-info span {
	font-size: 20px;
}

.map-contact-box .contact-info a {
	color: #079bda;
	border-bottom: 1px solid #079bda;
}

.map-contact-box .contact-info ul li {
	margin-bottom: 25px;
}

.map-contact-box .contact-info ul li.phone {
	width: 50%;
	float: left;
}

.map-contact-box .contact-info ul li i {
	font-size: 22px;
	top: 0;
}

p.intro {
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 30px;
}

section.contact {
	background: #749fc6;
	color: #FFFFFF;
	overflow: hidden;
}

section.contact .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

section.contact .contact-title {
	margin-bottom: 40px;
}

section.contact .contact-title h1 {
	font-family: "melbourne", Arial, sans-serif;
	font-size: 40px;
	margin: 0;
}

section.contact .contact-form {
	max-width: 580px;
	margin: 100px 0;
	padding-right: 30px;
}

section.contact .contact-form input,
section.contact .contact-form select,
section.contact .contact-form textarea {
	max-width: 100%;
	width: 100%;
	border: 2px solid #FFFFFF;
	background: none;
	outline: none;
	height: 42px;
	padding: 5px 15px;
	font-size: 14px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

section.contact .contact-form input::-webkit-input-placeholder,
section.contact .contact-form select::-webkit-input-placeholder,
section.contact .contact-form textarea::-webkit-input-placeholder {
	color: #FFFFFF;
}

section.contact .contact-form input:-moz-placeholder,
section.contact .contact-form select:-moz-placeholder,
section.contact .contact-form textarea:-moz-placeholder { /* Firefox 18- */
	color: #FFFFFF;
}

section.contact .contact-form input::-moz-placeholder,
section.contact .contact-form select::-moz-placeholder,
section.contact .contact-form textarea::-moz-placeholder { /* Firefox 19+ */
	color: #FFFFFF;
}

section.contact .contact-form input:-ms-input-placeholder,
section.contact .contact-form select:-ms-input-placeholder,
section.contact .contact-form textarea:-ms-input-placeholder {
	color: #FFFFFF;
}

section.contact .contact-form input:focus::-webkit-input-placeholder,
section.contact .contact-form select:focus::-webkit-input-placeholder,
section.contact .contact-form textarea:focus::-webkit-input-placeholder {
	color: #d4d4d4;
}

section.contact .contact-form input:focus:-moz-placeholder,
section.contact .contact-form select:focus:-moz-placeholder,
section.contact .contact-form textarea:focus:-moz-placeholder { /* Firefox 18- */
	color: #d4d4d4;
}

section.contact .contact-form input:focus::-moz-placeholder,
section.contact .contact-form select:focus::-moz-placeholder,
section.contact .contact-form textarea:focus::-moz-placeholder { /* Firefox 19+ */
	color: #d4d4d4;
}

section.contact .contact-form input:focus:-ms-input-placeholder,
section.contact .contact-form select:focus:-ms-input-placeholder,
section.contact .contact-form textarea:focus:-ms-input-placeholder {
	color: #d4d4d4;
}

section.contact .contact-form .wpcf-row {
	margin-bottom: 28px;
}

section.contact .contact-form textarea {
	height: 96px;
}

section.contact .contact-form input[type="submit"] {
	width: auto;
	background: #FFFFFF;
	border: none;
	color: #000000;
	text-transform: uppercase;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	height: 48px;
	padding: 0 40px;
	font-weight: 600;
}

section.contact .contact-form input[type="submit"]:hover {
	opacity: 0.5;
}

section.contact .contact-form .screen-reader-response {
	display: none;
}

section.contact .contact-form .wpcf7-not-valid-tip {
	font-size: 14px;
}

section.contact .contact-form .cf-row {
	margin-bottom: 25px;
}

section.contact .col-md-5 {
	background: #cadae9;
}

section.contact .subscribe-bg {
	position: absolute;
	width: 300%;
	height: 100%;
	background: #cadae9;
	left: 0;
	top: 0;
}

section.contact .subscribe-form {
	color: #585252;
	max-width: 300px;
	position: absolute;
	left: 100px;
	top: 50%;
	-moz-transform: scale(1) translateX(0) translateY(-50%);
	-webkit-transform: scale(1) translateX(0) translateY(-50%);
	-o-transform: scale(1) translateX(0) translateY(-50%);
	-ms-transform: scale(1) translateX(0) translateY(-50%);
	transform: scale(1) translateX(0) translateY(-50%);
	z-index: 2;
}

section.contact .subscribe-form p {
	margin-bottom: 25px;
}

section.contact .subscribe-form input,
section.contact .subscribe-form select,
section.contact .subscribe-form textarea {
	max-width: 100%;
	width: 100%;
	border: 2px solid #585252;
	background: none;
	outline: none;
	height: 42px;
	padding: 5px 15px;
	font-size: 14px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

section.contact .subscribe-form input::-webkit-input-placeholder,
section.contact .subscribe-form select::-webkit-input-placeholder,
section.contact .subscribe-form textarea::-webkit-input-placeholder {
	color: #585252;
}

section.contact .subscribe-form input:-moz-placeholder,
section.contact .subscribe-form select:-moz-placeholder,
section.contact .subscribe-form textarea:-moz-placeholder { /* Firefox 18- */
	color: #585252;
}

section.contact .subscribe-form input::-moz-placeholder,
section.contact .subscribe-form select::-moz-placeholder,
section.contact .subscribe-form textarea::-moz-placeholder { /* Firefox 19+ */
	color: #585252;
}

section.contact .subscribe-form input:-ms-input-placeholder,
section.contact .subscribe-form select:-ms-input-placeholder,
section.contact .subscribe-form textarea:-ms-input-placeholder {
	color: #585252;
}

section.contact .subscribe-form input:focus::-webkit-input-placeholder,
section.contact .subscribe-form select:focus::-webkit-input-placeholder,
section.contact .subscribe-form textarea:focus::-webkit-input-placeholder {
	color: #9b9b9b;
}

section.contact .subscribe-form input:focus:-moz-placeholder,
section.contact .subscribe-form select:focus:-moz-placeholder,
section.contact .subscribe-form textarea:focus:-moz-placeholder { /* Firefox 18- */
	color: #9b9b9b;
}

section.contact .subscribe-form input:focus::-moz-placeholder,
section.contact .subscribe-form select:focus::-moz-placeholder,
section.contact .subscribe-form textarea:focus::-moz-placeholder { /* Firefox 19+ */
	color: #9b9b9b;
}

section.contact .subscribe-form input:focus:-ms-input-placeholder,
section.contact .subscribe-form select:focus:-ms-input-placeholder,
section.contact .subscribe-form textarea:focus:-ms-input-placeholder {
	color: #9b9b9b;
}

section.contact .subscribe-form input[type="submit"] {
	width: auto;
	background: #749fc6;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	height: 48px;
	padding: 0 40px;
	font-weight: 600;
	margin-top: 10px;
}

section.contact .subscribe-form input[type="submit"]:hover {
	opacity: 0.5;
}

section.contact .subscribe-form .mc-field-group {
	margin-bottom: 25px;
}

section.contact .subscribe-form .mc-field-group input.mce_inline_error {
	border-color: inherit !important;
}

section.contact .subscribe-form .mc-field-group div.mce_inline_error {
	background: none !important;
	color: #585252 !important;
	padding: 0 !important;
	font-size: 14px !important;
	margin: 5px 0 0 !important;
}

.post-content {
	padding-bottom: 40px;
	border-bottom: 1px solid #d4d4d4;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	font-family: "melbourne", Arial, sans-serif;
}

/* blog navigation */

.wp-pagenavi {
	clear: both;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	color: #FFF;
	text-decoration: none;
	background: none;
	border: 1px solid #9b9b9b;
	padding: 0;
	margin: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 16px;
	line-height: 30px;
	text-align: center;
	color: #9b9b9b;
	font-size: 14px;
}

a.nextpostslink,
a.previouspostslink {
	font-size: 20px;
	line-height: 26px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #079bda;
	background-color: #079bda;
	color: #FFFFFF;
}

.wp-pagenavi span.current {
	border-color: #079bda;
	color: #079bda;
	background: none;
}

/*=Comments
---------------------------------------*/

#comments {
	margin-top: 50px;
	border-top: 1px solid #9b9b9b;
	padding-top: 10px;
	font-size: 16px;
}

#comments > h2 {
	display: none;
}

#comments h3 {
	margin-bottom: 30px;
	font-size: 20px;
}

.comment-list {
	margin-top: 60px;
}

.comment-list li {
	list-style-type: none;
	margin-bottom: 40px;
	border-bottom: 1px solid #999;
}

.comment-list ol.children li {
	border-bottom: none;
	padding-left: 110px;
}

/*=Comment Respond
---------------------------------------*/

.comment-respond {
	margin-top: 40px;
}

.comment-author.vcard {
	display: inline;
	font-weight: 700;
}

.comment-author.vcard cite {
	font-style: normal;
}

.comment-author.vcard img {
	float: left;
	margin-right: 25px;
}

.comment-meta {
	display: inline-block;
	font-size: 0.9em;
}

.comment-meta a {
	color: #444;
}

.comment-body {
	margin-bottom: 40px;
}

.comment-body p {
	position: relative;
	overflow: hidden;
	margin: 10px 0 5px;
}

.reply {
	padding-left: 114px;
}

.comment-form label {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

.comment-form textarea,
.comment-form input {
	padding: 0 15px;
	border: 1px solid #9b9b9b;
}

.comment-form input[type='text'] {
	width: calc(50% - 30px);
	height: 38px;
}

.comment-form input.submit {
	padding: 0 30px;
	border: none;
	height: 38px;
	color: #FFFFFF;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.comment-form textarea {
	padding: 10px;
	width: 100%;
	height: 197px;
	resize: none;
}

.comment-form p {
	margin-bottom: 15px;
}

.comment-form p.comment-notes {
	margin-bottom: 20px;
}

.comment-form p.comment-form-comment {
	float: left;
	width: 50%;
	margin-right: 30px;
}

.comment-form p.form-submit {
	margin-top: 25px;
}

.logged-in .comment-form p.comment-form-comment {
	float: none;
}

/* author bio */

/* .main {
	.abh_box {
		border: 1px solid $light-grey;
	  padding: 0 !important;
	  .abh_tabs {
	  	padding-top: 0 !important;
	  	li {
	  		a {
	  			padding: 10px 10px !important;
	  			display: inline-block;
	  		}
	  		&.abh_active a {
	  			padding: 10px 10px !important;
	  		}
	  	}
	  }
	  .abh_tab_content {
	  	border-bottom: none !important;
	  }
	}	
} */

.author-bio {
	border: 1px solid #d4d4d4;
	margin-top: 40px;
}

.author-bio > h3 {
	border-bottom: 1px solid #d4d4d4;
	margin: 0;
	padding: 15px 30px;
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 16px;
}

.author-bio-content {
	font-size: 14px;
}

.author-bio-content .avatar-box {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	margin: 30px;
}

.author-bio-content .author-detail {
	padding: 30px 30px 30px 0;
}

.author-bio-content .author-detail h3 {
	margin-top: 0;
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 18px;
}

.author-bio-content .author-detail .readmore {
	margin-top: 10px;
	display: inline-block;
}

/* social share */

.social-share {
	font-size: 16px;
	margin: 40px 0;
}

.social-share span {
	padding: 5px 0;
}

.social-share a.synved-social-button {
	display: inline-block;
	margin-left: 4px !important;
}

.social-share a.synved-social-button:hover {
	border-color: #585252;
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}

section.service .section-content {
	padding: 70px 0 40px;
}

section.service .section-content > h1 {
	font-family: "melbourne", Arial, sans-serif;
	font-size: 48px;
	margin: 0;
	text-align: center;
}

section.service .section-content > h3 {
	font-family: "melbourne", Arial, sans-serif;
	font-size: 29px;
	margin-top: 0;
	margin-bottom: 15px;
	text-align: center;
}

section.service .section-content a.callout {
	margin: 55px 0;
}

section.service .section-content a.callout .tool-tip {
	margin-top: 0;
}

section.service .section-content a.callout:hover .tool-tip {
	margin-top: -35px;
}

section.service:nth-of-type(2n) {
	background: #f0efef;
}

.service-text {
	margin: 60px 0;
}

.service-text p {
	margin-bottom: 30px;
}

.service-text p.intro {
	font-size: 24px;
	padding-right: 40px;
}

.tabs .tabs-list {
	background: #5187b8;
}

.tabs .tabs-list ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.tabs .tabs-list ul li {
	flex-grow: 1;
	display: block;
	float: left;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.tabs .tabs-list ul li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.tabs .tabs-list ul li a {
	display: block;
	color: #FFFFFF;
	padding: 40px 0;
	position: relative;
	height: 100%;
}

.tabs .tabs-list ul li a div img {
	width: 125px;
}

.tabs .tabs-list ul li a span.arrow-down {
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #6ab0d4;
	position: absolute;
	left: 50%;
	bottom: -12px;
	margin-left: -6px;
	display: none;
}

.tabs .tabs-list ul li a h4 {
	font-size: 16px;
	text-transform: uppercase;
	max-width: 210px;
	margin: 15px auto 0;
}

.tabs .tabs-list ul li.active a,
.tabs .tabs-list ul li:hover a {
	background: #6ab0d4;
}

.tabs .tabs-list ul li.active a span.arrow-down,
html.no-touch .tabs .tabs-list ul li:hover a span.arrow-down {
	display: block;
}

.tabs .tabs-list ul.col-5 li {
	width: 20%;
}

.tabs .tabs-list ul.col-4 li {
	width: 25%;
}

.tabs .tabs-list ul.col-3 li {
	width: 33.3333%;
}

.tabs .tab-pane {
	display: none;
	margin: 80px 0;
	width: 100%;
}

.tabs .tab-pane.active {
	display: table;
}

.tabs .tab-pane .tab-title {
	font-family: "melbourne", Arial, sans-serif;
	font-size: 46px;
	margin-top: 0;
	line-height: 46px;
	margin-bottom: 20px;
}

.tabs .tab-pane .tab-image {
	margin-right: 40px;
	margin-bottom: 30px;
	float: left;
}

.contact-link {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url("../images/contact-bg.jpg");
	color: #FFFFFF;
}

.contact-link h1 {
	font-family: "melbourne", Arial, sans-serif;
	font-size: 40px;
	margin: 60px 0;
	padding-right: 180px;
}

.contact-link .container {
	position: relative;
}

.contact-link .button {
	position: absolute;
	right: 28px;
	top: 50%;
	-moz-transform: scale(1) translateX(0) translateY(-50%);
	-webkit-transform: scale(1) translateX(0) translateY(-50%);
	-o-transform: scale(1) translateX(0) translateY(-50%);
	-ms-transform: scale(1) translateX(0) translateY(-50%);
	transform: scale(1) translateX(0) translateY(-50%);
	border-color: #FFFFFF;
	color: #FFFFFF;
	padding: 8px 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}

.contact-link .button:hover {
	background: #FFFFFF;
	color: #9b9b9b;
}

section.about {
	background: #F0EFEF;
	padding: 40px 0;
}

section.about .section-content {
	margin: 70px 0 40px;
}

section.about .section-content > h1 {
	font-family: "melbourne", Arial, sans-serif;
	font-size: 48px;
	margin: 0;
	text-align: center;
}

section.about .section-content > h3 {
	font-family: "melbourne", Arial, sans-serif;
	font-size: 29px;
	margin-top: 0;
	margin-bottom: 15px;
	text-align: center;
}

section.about .section-content a.callout {
	margin: 55px 0 0;
}

.case-studies {
	padding: 100px 0;
}

.case-studies-list {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.case-studies-list li {
	display: inline-block;
	vertical-align: middle;
	width: 19%;
	margin: 0 0 20px;
	padding: 0 10px;
}

section.team {
	padding: 100px 0;
}

section.team .desc {
	padding: 0 18px;
	margin-bottom: 20px
}

section.team .section-content ul.team-members {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

section.team .section-content ul.team-members li {
	width: calc(20% - 34px);
	display: block;
	margin:0 17px 45px;
	position: relative;
}
section.team .section-content ul.team-members li.member-bio{
	width:100%;
	margin:0 0 45px;

}
section.team .section-content ul.team-members li.member-bio .member-detail-container{
	position:relative;
}
section.team .section-content ul.team-members li.member-bio .member-detail-container:before,
section.team .section-content ul.team-members li.member-bio .member-detail-container:after{
	position:absolute;
	top:0;
	height:100%;
	width:999px;
	content:"";
	display:block;
	background-color:#F0EFEF;
}
section.team .section-content ul.team-members li.member-bio .member-detail-container:before{
	left:-999px;
}
section.team .section-content ul.team-members li.member-bio .member-detail-container:after{
	right:-999px;	
}

section.team .section-content ul.team-members li.medium-order{
	-webkit-order: 1;
    order: 1;
}
section.team .section-content ul.team-members li.high-order{
   -webkit-order: 2;
    order: 2;
}
/*section.team .section-content ul.team-members li:nth-of-type(5n) {
	margin-right: 0;
}*/

section.team .section-content ul.team-members li > img {
	width: 100%;
}

section.team .section-content ul.team-members li a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	color: #FFFFFF;
}

section.team .section-content ul.team-members li a.member-email {
	position: static;
	color: #585252;
}
section.team .section-content ul.team-members li a.member-email:hover {
	background: none;
	text-decoration: underline;
}

section.team .section-content ul.team-members li a div {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	padding: 24px;
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0;
	font-size: 14px;
}

section.team .section-content ul.team-members li a div h4 {
	margin: 0;
	font-size: 23px;
}

section.team .section-content ul.team-members li a:hover {
	background: rgba(81, 135, 184, 0.8);
}

section.team .section-content ul.team-members li a:hover div {
	opacity: 1;
}

section.team .section-content ul.team-members li span.arrow-up {
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #F0EFEF;
	display: none;
	position: absolute;
	z-index: 9999999;
	left: 50%;
	margin-left: -6px;
	bottom: -45px;
}

section.team .section-content ul.team-members li.active a {
	background: rgba(81, 135, 184, 0.8);
}

section.team .section-content ul.team-members li.active a div {
	opacity: 1;
}

section.team .section-content ul.team-members li.active span.arrow-up {
	display: block;
}

section.team .member-detail-container {
	background: #F0EFEF;
}

section.team .member-detail-container .member-detail {
	display: none;
	padding: 40px 0 50px;
}

section.team .member-detail-container .member-detail.active {
	display: block;
}

section.team .member-detail-container .member-detail h1 {
	font-family: "melbourne", Arial, sans-serif;
	font-size: 35px;
	margin-bottom: 30px;
}

section.team .member-detail-container.active-container {
	margin-bottom: 60px;
}

section.clients-page {
	margin: 100px 0;
}

.client-cats {
	padding-right: 20px;
}

.client-cats ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.client-cats ul li a {
	background: #FAE2CA;
	color: #585252;
	display: block;
	padding: 10px 30px;
	font-size: 16px;
	line-height: 1.2;
	border-bottom: 1px solid #F3CEB2;
	position: relative;
}

.client-cats ul li a:hover {
	color: #9b9b9b;
}

.client-cats ul li.active a {
	background: #F3A159;
	color: #FFFFFF;
	padding: 12px 30px;
}

.client-cats ul li.active a:before {
	content: '';
	width: 20px;
	height: 100%;
	background: url("../images/arrow-right.png") no-repeat;
	background-size: 20px 100%;
	position: absolute;
	right: -20px;
	top: 0;
}

.client-logos {
	display: none;
	padding-left: 40px;
}

.client-logos h1 {
	border-bottom: 1px solid #d4d4d4;
	font-family: "melbourne", Arial, sans-serif;
	font-size: 35px;
	padding-bottom: 25px;
}

.client-logos .logos {
	margin-bottom: 60px;
}

.client-logos .logos .logo {
	width: calc(32% - 20px + 20px/3);
	height: 150px;
	line-height: 150px;
	margin-right: 36px;
	margin-bottom: 10px;
	float: left;
	display: block;
	text-align: center;
	border: 1px solid #ccc;
}

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

.client-logos .logos .logo img {
	/*border: 1px solid #ccc; */
	max-width: 70%;
}

.client-logos.active {
	display: block;
}

@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot?a5jf24");
	src: url("../fonts/icomoon/icomoon.eot?a5jf24#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?a5jf24") format("truetype"), url("../fonts/icomoon/icomoon.woff?a5jf24") format("woff"), url("../fonts/icomoon/icomoon.svg?a5jf24#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-next:before {
	content: "\e904";
}

.icon-prev:before {
	content: "\e905";
}

.icon-cell-phone:before {
	content: "\e900";
}

.icon-fax:before {
	content: "\e901";
}

.icon-location:before {
	content: "\e902";
}

.icon-mail:before {
	content: "\e903";
}

.icon-phone:before {
	content: "\e942";
}

.icon-search:before {
	content: "\e986";
}

.icon-google-plus:before {
	content: "\ea8b";
}

.icon-facebook:before {
	content: "\ea90";
}

.icon-twitter:before {
	content: "\ea96";
}

.icon-linkedin2:before {
	content: "\eaca";
}

html,
body {
	width: 100%;
	height: 100% !important;
}

html body {
	-webkit-font-smoothing: antialiased;
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 20px;
	color: #585252;
}

strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "proxima-nova-bold", Arial, sans-serif;
	font-weight: 300;
}

a {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	color: #079bda;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
	color: #5187b8;
}

img {
	max-width: 100%;
	height: auto;
}

button,
.btn,
.button {
	font-family: "proxima-nova", Arial, sans-serif;
	background: none;
	border: 1px solid #079bda;
	color: #079bda;
	padding: 5px 40px;
	text-transform: uppercase;
	outline: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	display: inline-block;
	font-size: 14px;
}

button:hover,
.btn:hover,
.button:hover {
	background: #079bda;
	color: #FFFFFF;
}

ul {
	padding-left: 20px;
}

::-webkit-input-placeholder {
	color: #9b9b9b;
}

:-moz-placeholder { /* Firefox 18- */
	color: #9b9b9b;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #9b9b9b;
}

:-ms-input-placeholder {
	color: #9b9b9b;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*=Header styles
---------------------------------------*/

header#header {
	padding: 40px 0 30px;
}

a.brand {
	position: relative;
	display: inline-block;
	margin-top: 10px;
}

a.brand img {
	display: block;
	max-width: 90%;
}

a.brand h1 {
	position: absolute;
	top: 0;
	visibility: hidden;
}

header.sticky .brand img {
	width: 50%;
}

.top-bar {
	margin-bottom: 15px;
}

.top-bar span.telephone {
	position: relative;
	top: -8px;
	color: #333;
}

header.sticky .top-bar {
	display: none;
}

.social-links {
	display: inline-block;
}

.social-links a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border: 2px solid #888;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	margin-left: 3px;
}

.social-links a:hover {
	border-color: #585252;
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}

.social-links a:hover i {
	color: #888;
}

.social-links i {
	display: table-cell;
	vertical-align: middle;
	width: 27px;
	height: 27px;
	color: #9b9b9b;
	font-size: 14px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.external-link {
	position: relative;
	display: inline-block;
	margin-left: 40px;
	vertical-align: top;
	font-size: 16px;
	color: #9b9b9b;
	cursor: pointer;
}

.external-link span {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border: 2px solid #9b9b9b;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 8px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.external-link span i {
	display: table-cell;
	vertical-align: middle;
	width: 27px;
	height: 27px;
}

.external-link button {
	height: 30px;
	padding: 7px 40px;
	font-size: 13px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.external-link:hover {
	color: #585252;
}

.external-link:hover span {
	border-color: #585252;
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}

.external-link:hover button {
	color: #FFFFFF;
	border-color: #FFFFFF;
}

.home .login-btn {
	display: none;
}

/*=Navigation styles
---------------------------------------*/

.navbar {
	border: none;
	min-height: auto;
	margin-bottom: 0; /* @include bp(extra-small) {
  	margin-top: 20px;
  	} */
}

header.sticky .navbar {
	margin-top: 10px;
}

.navbar-collapse#primary-nav {
	padding-right: 0;
}

.navbar-collapse#primary-nav .social-links {
	text-align: center;
	padding-top: 20px;
}

.navbar-collapse#primary-nav .open-link {
	float: right;
	position: absolute;
	right: 0;
	top: 6px;
	font-size: 32px;
	line-height: 0;
	font-weight: 600;
}

.navbar-collapse#primary-nav .open-link:after {
	display: none;
}

.navbar-collapse#primary-nav .navbar-nav {
	float: right;
	text-align: left;
	font-family: "melbourne", Arial, sans-serif;
}

.navbar-collapse#primary-nav .navbar-nav > li > a {
	padding: 10px 5px;
	text-transform: uppercase;
	outline: none;
	background: none;
	color: #585252;
}

.navbar-collapse#primary-nav .navbar-nav > li > a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	left: 50%;
	bottom: 0;
	-moz-transform: scale(1) translateX(-50%) translateY(0);
	-webkit-transform: scale(1) translateX(-50%) translateY(0);
	-o-transform: scale(1) translateX(-50%) translateY(0);
	-ms-transform: scale(1) translateX(-50%) translateY(0);
	transform: scale(1) translateX(-50%) translateY(0);
	background: #9b9b9b;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

html.no-touch .navbar-collapse#primary-nav .navbar-nav > li > a:hover:after {
	width: 100%;
}

.navbar-collapse#primary-nav .navbar-nav > li.current-menu-item > a,
.navbar-collapse#primary-nav .navbar-nav > li.current-menu-ancestor > a {
	color: #9b9b9b;
}

.navbar-collapse#primary-nav .navbar-nav > li {
	margin: 0 28px;
}

.navbar-collapse#primary-nav .navbar-nav > li:last-child {
	margin-right: 0;
}

.navbar-collapse#primary-nav .navbar-nav > li:first-child {
	margin-left: 0;
}

.navbar-collapse#primary-nav .navbar-nav > li > a:hover {
	background: none;
}

.navbar-header {
	margin-bottom: 15px;
}

.navbar-header span.nav-title {
	float: left;
	margin: 12px 0 0 5px;
	color: #000000;
}

.navbar-toggle {
	margin: -80px 0 0;
	padding: 0;
	width: 35px;
	height: 35px;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

.navbar-toggle:hover {
	background: none;
}

.navbar-toggle .icon-bar {
	width: 25px;
	height: 3px;
	background: #000000;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

.navbar-toggle .burger {
	display: block;
	width: 30px;
	height: 3px;
	position: relative;
	margin-top: 8px;
}

.navbar-toggle .burger,
.navbar-toggle .burger:before,
.navbar-toggle .burger:after {
	background-color: #000000;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

.navbar-toggle .burger.menu-on {
	background-color: transparent;
}

.navbar-toggle .burger.menu-on:before {
	-moz-transform: translate(0, 10px) rotate(-45deg);
	-ms-transform: translate(0, 10px) rotate(-45deg);
	-webkit-transform: translate(0, 10px) rotate(-45deg);
	transform: translate(0, 10px) rotate(-45deg);
	background-color: #000000;
}

.navbar-toggle .burger.menu-on:after {
	-moz-transform: translate(0, -6px) rotate(45deg);
	-ms-transform: translate(0, -6px) rotate(45deg);
	-webkit-transform: translate(0, -6px) rotate(45deg);
	transform: translate(0, -6px) rotate(45deg);
	background-color: #000000;
}

.navbar-toggle .burger:before,
.navbar-toggle .burger:after {
	position: absolute;
	width: 30px;
	height: 3px;
	content: "";
	display: block;
	-moz-transition: -moz-transform .3s,background .3s;
	-o-transition: -o-transform .3s,background .3s;
	-webkit-transition: -webkit-transform .3s,background .3s;
	transition: transform .3s,background .3s;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.navbar-toggle .burger:before {
	top: -8px;
}

.navbar-toggle .burger:after {
	bottom: -8px;
}

ul.dropdown-menu {
	padding: 30px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

ul.dropdown-menu li {
	margin-bottom: 5px;
}

ul.dropdown-menu li a {
	font-size: 20px;
}

ul.dropdown-menu li a:hover,
ul.dropdown-menu li a:focus,
ul.dropdown-menu li a:active {
	background: none;
	color: #d4d4d4;
}

ul.dropdown-menu li.current-menu-item a {
	color: #d4d4d4;
}

@media (min-width: 768px) {

section.promotion .container {
	padding-left: 32px;
	padding-right: 32px;
}

section.promotion .row {
	margin-left: -32px;
	margin-right: -32px;
}

section.promotion .row .col-sm-4 {
	padding-left: 32px;
	padding-right: 32px;
}

.contact-main .container {
	padding-left: 30px;
	padding-right: 30px;
}

.privacy-policy .container {
	padding-left: 10px;
	padding-right: 10px;
}

.privacy-policy p {
	margin-bottom: 40px;
}

.contact-main .container .row {
	margin-right: -50px;
	margin-left: -50px;
}

.contact-main .container .row .col-md-6 {
	padding-left: 30px;
	padding-right: 30px;
}

.navbar-collapse#primary-nav .navbar-nav > li:hover > ul.dropdown-menu {
	display: block;
}

}

@media (min-width: 1200px) {

header#header.sticky {
	position: fixed;
	background: #fff;
	padding: 10px 0;
	width: 100%;
	z-index: 9999;
	-webkit-box-shadow: -1px 4px 10px -6px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px 4px 10px -6px rgba(0, 0, 0, 0.75);
	box-shadow: -1px 4px 10px -6px rgba(0, 0, 0, 0.75);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.navbar-header span.nav-title {
	display: none;
}

}

@media (max-width: 1199px) {

.banner {
	height: 350px;
}

#sidebar {
	padding-left: 0;
}

section.who-we-are .section-content {
	padding: 60px 0;
}

section.contact .subscribe-form {
	left: 60px;
}

.author-bio-content .avatar-box {
	margin: 30px 10px;
}

.tabs .tabs-list ul li a {
	padding: 20px 0;
}

section.team .section-content ul.team-members li {
	width: calc(33% - 34px);
}

/*section.team .section-content ul.team-members li:nth-of-type(5n) {
	margin-right: 33px;
}*/

/*section.team .section-content ul.team-members li:nth-of-type(3n) {
	margin-right: 0;
}*/

a.brand {
	top: -12px;
}

.navbar-collapse#primary-nav .navbar-nav > li {
	margin: 0 15px;
}

}

@media (max-width: 991px) {

footer#footer .footer-content {
	display: block;
}

footer#footer .footer-content .column {
	width: 50%;
	float: left;
}

footer#footer .footer-content .column:nth-of-type(2n+1) {
	clear: both;
}

section.contact .subscribe-bg {
	display: none;
}

section.contact .subscribe-form {
	position: relative;
	left: auto;
	top: auto;
	-moz-transform: scale(1) translateX(0) translateY(0);
	-webkit-transform: scale(1) translateX(0) translateY(0);
	-o-transform: scale(1) translateX(0) translateY(0);
	-ms-transform: scale(1) translateX(0) translateY(0);
	transform: scale(1) translateX(0) translateY(0);
	max-width: 100%;
	padding: 40px;
}

.navbar-collapse#primary-nav .navbar-nav > li {
	margin: 0 8px;
}

}

@media (max-width: 767px) {

.banner {
	height: 300px;
}

.no-banner {
	padding-top: 40px;
}

.sliding-banner .imageSlider .imageSliderButtons {
	left: 15px;
}

.sliding-banner .imageSlider #nextSlide,
.sliding-banner .imageSlider #prevSlide {
	left: 10px;
}

.sliding-banner .imageSlider #prevSlide {
	left: initial;
	right: 10px;
}

.sliding-banner .imageSlider .slider .item .slide-content h1 {
	font-size: 40px;
}

.sliding-banner .imageSlider .slider .item .slide-content p {
	font-size: 16px;
}

.main {
	margin: 40px 0;
}

div.blog-post {
	padding: 0 0 40px;
}

div.blog-post .thumb {
	float: none;
	margin: 0 auto 20px;
	width: 100%;
}

div.blog-post a .post-detail {
	padding-left: 0;
}

footer#footer .footer-content .column {
	width: 100%;
	float: none;
}

.copyright-bar {
	padding: 20px 0;
	text-align: center;
}

.copyright-bar .copyright {
	float: none;
}

.copyright-bar .credit {
	float: none;
}

.copyright-bar .social-links {
	position: relative;
	left: initial;
	top: initial;
	-moz-transform: scale(1) translateX(0) translateY(0);
	-webkit-transform: scale(1) translateX(0) translateY(0);
	-o-transform: scale(1) translateX(0) translateY(0);
	-ms-transform: scale(1) translateX(0) translateY(0);
	transform: scale(1) translateX(0) translateY(0);
	margin: 20px 0 10px;
}

section.who-we-are .section-content {
	padding: 60px 15px;
}

section.who-we-are .section-content h1 {
	font-size: 40px;
}

section.what-we-do .section-content {
	padding: 40px 0;
}

section.what-we-do .section-content h1 {
	font-size: 40px;
}

a.callout {
	height: auto;
	padding: 0 30px;
}

section.clients button.slick-next,
section.clients button.slick-prev {
	right: 0;
}

section.clients button.slick-prev {
	left: 0;
}

section.promotion {
	padding: 40px 0;
}

section.promotion .row {
	padding: inherit; /* .col-sm-4 {
				padding: inherit;
			}*/
}

section.promotion .promo {
	margin-bottom: 30px;
}

section.contact .contact-form {
	padding-right: 0;
	margin: 40px auto;
}

section.contact .subscribe-form {
	max-width: 580px;
	padding: 0;
	margin: 40px auto;
}

.author-bio-content .avatar-box {
	margin: 30px;
}

.author-bio-content .author-detail {
	padding: 0 30px 30px;
}

.tabs .tabs-list {
	background: none;
}

.tabs .tabs-list ul {
	display: block;
}

.tabs .tabs-list ul li:last-child {
	border-right: none;
}

.tabs .tabs-list ul li {
	display: block;
	border-left: none;
	border-right: none;
	background: #5187b8;
	width: 100% !important;
}

.tabs .tabs-list ul li a {
	padding: 15px 0;
}

.tabs .tabs-list ul li a img {
	display: none;
}

.tabs .tabs-list ul li a h4 {
	margin-top: 0;
	max-width: 100%;
}

.tabs .tabs-list ul li.active a span.arrow-down,
.tabs .tabs-list ul li:hover a span.arrow-down {
	display: none;
}

.tabs .tab-pane {
	margin: 40px 0;
}

.tabs .tab-pane .tab-image {
	margin-right: 0;
	float: none;
}

.contact-link {
	padding: 40px;
	text-align: center;
}

.contact-link h1 {
	padding-right: 0;
	margin: 0 0 20px;
}

.contact-link .button {
	position: relative;
	right: initial;
	top: initial;
	-moz-transform: scale(1) translateX(0) translateY(0);
	-webkit-transform: scale(1) translateX(0) translateY(0);
	-o-transform: scale(1) translateX(0) translateY(0);
	-ms-transform: scale(1) translateX(0) translateY(0);
	transform: scale(1) translateX(0) translateY(0);
}

.case-studies-list li {
	width: 48%;
}

section.team {
	padding: 20px 0;
}

section.team .section-content ul.team-members li a div h4 {
	font-size: 18px;
}

section.team .section-content ul.team-members li.active span.arrow-up {
	display: none;
}

section.team .section-content ul.team-members li {
	width: 45%;
	display: inline-block;
	float: none;
	margin: 0 7px 10px;
	vertical-align: top;
}

section.team .section-content ul.team-members li:nth-of-type(5n) {
	margin: 0 7px 10px;
}

section.team .section-content ul.team-members li:nth-of-type(3n) {
	margin: 0 7px 10px;
}

header#header {
	padding-top: 20px;
	padding-bottom: 0px;

}
header#header .navbar{
	min-height: initial;
}
.home .sliding-banner {
    height: 500px;
}
.client-logos .logos .logo{
	width: calc(50% - 20px);
	margin:0 10px 10px;
}
.navbar-header {
	margin-bottom: 0;
}

a.brand {
	left: 50%;
	-moz-transform: scale(1) translateX(-50%) translateY(0);
	-webkit-transform: scale(1) translateX(-50%) translateY(0);
	-o-transform: scale(1) translateX(-50%) translateY(0);
	-ms-transform: scale(1) translateX(-50%) translateY(0);
	transform: scale(1) translateX(-50%) translateY(0);
}

.brand .logo,
.brand .retina-logo {
	width: 50%;
	margin: 0 auto;
}

.top-bar {
	text-align: center;
	display: none;
}

.social-links {
	display: block;
	margin-bottom: 10px;
}

.external-link {
	margin: 0 10px 10px;
}

.navbar-collapse#primary-nav {
	padding-right: 15px;
}

.navbar-collapse#primary-nav .navbar-nav {
	float: none;
	margin: 0;
	text-align: center;
}

.navbar-collapse#primary-nav .navbar-nav > li > a {
	display: inline-block;
}

ul.dropdown-menu {
	padding: 20px;
	text-align: center;
}

}

@media (max-width: 419px) {

.banner {
	min-height: 250px;
}

.comment-list ol.children li {
	padding-left: 0;
}

.comment-form input[type='text'] {
	width: 100%;
}

.comment-form p.comment-form-comment {
	float: none;
	width: 100%;
	margin-right: 0;
}

}

h1, h2, h3, h4, h5 {
	font-family: "melbourne", Arial, sans-serif;
}