﻿@charset "UTF-8";

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/subset-Figtree-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/subset-Figtree-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/subset-Figtree-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/subset-Figtree-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/subset-Figtree-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/subset-Figtree-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Besley';
    src: url('../fonts/subset-Besley-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Besley';
    src: url('../fonts/subset-Besley-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

:root {
	--section-radius: 25px;
	--col: 507px;
	--padding: 100px;
}

html {
    -webkit-text-size-adjust: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Figtree', sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	color: #3B3A4A;
	line-height: 1.41;
	background: #F2F2F2;
	letter-spacing: 0.1px;
}

/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 17px;
	overflow: hidden;
	padding-top: 100px;
}

@supports (overflow:clip) {
	#mainWrapper {
		overflow: clip;
	}
}

/* Section */

.section {
	max-width: 1068px;
	margin: 0 auto;
}

.section.wide {
	max-width: 1345px;
}

.section.full {
	max-width: 100%;
}

/* Header */

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	border-bottom: 1px solid #C3C2CE;
	z-index: 10000;
	background: #F2F2F2;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

body.scrolled #header {
	background-color: #fff;
}

#header .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#header .logo {
	width: 133px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header .chatBtn {
	min-width: 155px;
	margin: 0 0 0 20px;
}

#header #navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

#header #navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

#header #navigation ul li {
	position: relative;
	--gap: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 var(--gap);
	padding: 0;
	list-style: none;
	font-family: 'Figtree', sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.2px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#header #navigation ul li a {
	position: relative;
	display: inline-block;
	color: #3B3A4A;
	z-index: 2;
}

#header #navigation ul li ul {
	margin: 0;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	padding: 61px 0 0;
	min-width: 100%;
	border-bottom: 0.2105263157894737em solid #005e8e;
	border-radius: 0.2631578947368421em;
	z-index: 1;
	display: block;
	-webkit-filter: drop-shadow(0 5px 10px rgba(0,0,0,0.5));
	        filter: drop-shadow(0 5px 10px rgba(0,0,0,0.5))
}

#header #navigation ul li ul li {
	float: none;
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 0.95em;
	background: #2576A7;
	color: #000;
}

#header #navigation ul li ul li:before {
	display: none;
}

#header #navigation ul li ul li a {
	display: block;
	padding: 0.6em var(--gap);
	line-height: 1.2;
	white-space: nowrap;
	color: #fff !important;
	min-width: 100%;
	height: auto;
}

#header #navigation ul li ul li a:before  {
	display: none;
}

#header #navigation ul li ul li:hover {
	background-color: #006898;
	color: #fff;
}

#header #navigation ul li ul { 
	visibility: hidden;
	opacity: 0;
	margin-left: 0;
	-webkit-transform: translateX(-2%);
	-ms-transform: translateX(-2%);
	    transform: translateX(-2%);
	-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

#header #navigation ul li:hover ul {
	visibility: visible; 
	opacity: 1;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	    transform: translateX(0%);
	-webkit-transition-delay: 0s, 0s, 0.3s;
	-o-transition-delay: 0s, 0s, 0.3s;
	   transition-delay: 0s, 0s, 0.3s;
}

#header #navigation ul li.hasSub ul a:after {
	display: none
}

#header #navigation ul li.hasSub>a {
	padding-right: 1.15em;
}

#header #navigation ul li.hasSub>a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0.5em;
	width: 0.6875em;
	height: 0.375em;
	background: url(../images/arrow-down.svg) no-repeat;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	background-size: 100%;
}

#header #navigation ul li.hasSub:hover>a:before {
	-webkit-transform: rotate(180deg);	
	-ms-transform: rotate(180deg);	
	    transform: rotate(180deg);	
}

#header #navigation ul li:before {
	background-color: #2576A7;
	bottom: -0.5em;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
	-webkit-transition: -webkit-transform .75s cubic-bezier(.19,1,.22,1);
	transition: -webkit-transform .75s cubic-bezier(.19,1,.22,1);
	-o-transition: transform .75s cubic-bezier(.19,1,.22,1);
	transition: transform .75s cubic-bezier(.19,1,.22,1);
	transition: transform .75s cubic-bezier(.19,1,.22,1), -webkit-transform .75s cubic-bezier(.19,1,.22,1);
}

#header #navigation ul li:hover:before,
#header #navigation ul li.active:before {
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
	-webkit-transform-origin: left;
	    -ms-transform-origin: left;
	        transform-origin: left;
}

/* Intro */

#intro .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 726px;
}

#intro .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 756px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#intro .left .text {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 660px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#intro .left .fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #C3C2CE;
	padding: 10px 10px 10px 31px;
	margin-left: -13px;
	border-radius: 35px;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#intro .left .fields .textbox {
	margin: 0;
	padding: 0 5px;
	border-radius: 0;
	border: 0;
	height: 26px;
	border-right: 1px solid #C3C2CE;
	font-family: 'Figtree', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #3B3A4A;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	outline: none;
}

#intro .left .fields .textbox.name {
	width: 230px;
}

#intro .left .fields .textbox.phone {
	width: 155px;
	text-align: center;
}

#intro .left .fields select {
	padding: 0 23px 0 0;
	background: url(../images/arrow-down.svg) no-repeat right center !important;
	border: 0 !important;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
}

#intro .left .fields select.type {
	width: 150px;
	margin-left: 32px;
}

#intro .left .fields .linkBtn {
	margin: 0 0 0 auto;
	min-width: 118px;
}

#intro .right {
	position: relative;
	width: 524px;
	margin-left: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#intro .right:before,
#intro .right:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(242, 239, 234, 0.00)), to(#F2F2F2));
	background: -o-linear-gradient(bottom, rgba(242, 239, 234, 0.00) 0%, #F2F2F2 100%);
	background: linear-gradient(0deg, rgba(242, 239, 234, 0.00) 0%, #F2F2F2 100%);
}

#intro .right:after {
	top: auto;
	bottom: 0;
	-webkit-transform: scaleY(-1);
	    -ms-transform: scaleY(-1);
	        transform: scaleY(-1);
}

#intro .right .images {
	margin: 0;
	padding: 0;
	width: 48.09160305343511%;
}

#intro .right .images:first-child {
	margin-top: -46.56488549618321%;
}

#intro .right .images:last-child {
	margin-top: -7.251908396946565%;
}

#intro .right .images li {
	margin: 0 0 7.936507936507937%;
	padding: 0;
	list-style: none;
}

#intro .right .images li img {
	display: block;
	border-radius: 15px;
	width: 100%;
}

/* Content */

.content {
	position: relative;
	border-radius: var(--section-radius) var(--section-radius) 0 0;
	margin-top: calc(var(--section-radius) * -1);
	z-index: 1;
}

.content .section {
	padding-top: calc(var(--padding) * 2);
	padding-bottom: calc(var(--padding) * 2);
}

.content .section>:last-child {
	margin-bottom: 0;
}

.coolGrayBg {
	background: #D3D4D5;
}

.greenBg {
	background: #B1CBC8;
}

.grayBg {
	background: #F2F2F2;
}

.content.forInsight h4 {
	color: #2576A7;
}

/* Banner / Page Banner */

.banner .section {
	padding-top: 70px;
	padding-bottom: 70px;
}

.banner .section,
.pageBanner .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.banner .text {
	width: 500px;
}

.banner .text>:last-child {
	margin-bottom: 0;
}

.pageBanner .text {
	max-width: 920px;
}

/* Separator */

.separator {
	position: relative;
}

.separator:after {
	content: "";
	position: absolute;
	left: -9999em;
	right: -9999em;
	top: 0;
	height: 1px;
	background: #C3C2CE;
}

/* Narrow Text */

.narrowText {
	max-width: 796px;
	margin: 0 auto;
}

.narrowText>:last-child {
	margin-bottom: 0;
}

/* Intro Text */

.introText {
	text-align: center;
	margin-bottom: 70px;
}

/* Centered Text */

.centeredText {
	text-align: center;
	margin: 0 auto var(--padding);
}

.centeredText .linkBtn {
	margin-left: auto;
	margin-right: auto;
}

.centeredText>:last-child {
	margin-bottom: 0;
}

/* Full Text */

.fullText {
	margin-bottom: var(--padding);
}

.fullText>:last-child {
	margin-bottom: 0;
}

/* Two Cols */

.twoCols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: var(--padding);
}

.twoCols .col {
	width: var(--col);
}

.twoCols .col>:last-child {
	margin-bottom: 0;
}

.twoCols .col>.roundedPic {
	margin-top: 0 !important;
}

/* Gallery */

.gallery {
	margin: 0 -10px var(--padding);
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.gallery li {
	margin: 0 0 20px;
	padding: 0 10px;
	list-style: none;
	width: 25%;
}

.gallery li a {
	position: relative;
	display: block;
	padding-bottom: 100%;
	border-radius: 15px;
	overflow: hidden;
}

.gallery li img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

.gallery li a:hover img {
	-webkit-transform: scale(1.15);
	    -ms-transform: scale(1.15);
	        transform: scale(1.15);
}

/* Text Image */

.textImage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: var(--padding);
}

.textImage .image,
.textImage .text {
	width: var(--col);
}

.textImage .image img {
	display: block;
	width: 100%;
	border-radius: 15px;
}

.textImage.alt .image {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

.textImage .text {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.textImage .text>:last-child {
	margin-bottom: 0;
}

/* Info Cards */

.infoCards .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.infoCards .info {
	width: 311px;
}

.infoCards .cards {
	margin-top: 0;
	margin-left: auto;
	width: 814px;
}

/* Lets Chat */

#letsChat .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#letsChat .title {
	font-family: 'Besley', serif;
	font-size: 140px;
	font-weight: normal;
	color: #2576A7;
	letter-spacing: -4px;
	line-height: 1.114;
	max-width: 346px;
	margin: 0;
}

#letsChat .text {
	width: 302px;
	margin-left: 55px;
}

/* Two Images */

.twoImages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 524px;
	margin-left: auto;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.twoImages img {
	display: block;
	width: 48.09160305343511%;
	border-radius: 15px;
}

.twoImages img:last-child {
	margin-left: auto;
	margin-top: 14.31297709923664%;
}

/* Experts */

.experts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	--gap: 10px;
	margin: 0 calc(var(--gap) * -1) var(--padding);
	padding: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.experts li {
	margin: 30px 0 0;
	padding: 0 var(--gap);
	list-style: none;
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.experts li .image {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.experts li .image img {
	display: block;
	width: 100%;
	border-radius: 15px;
	margin-bottom: 30px;
}

.experts li .contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.experts li .contacts a {
	margin-right: 15px;
	margin-bottom: 15px;
}

.experts li .contacts a img {
	display: block;
	height: 25px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.experts li .contacts a:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

/* Staff */

.staff {
	--gap: 10px;
	margin: 0 calc(var(--gap) * -1);
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: calc(var(--padding) * -1) !important;
}

.staff li {
	margin: 0 var(--gap) var(--padding);
	padding: 0;
	list-style: none;
	width: calc(33.33333333333333% - calc(var(--gap)*2));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	cursor: pointer;
}

.staff li .image {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.staff li .image .pic {
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 30px;
}

.staff li .image .pic img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

.staff li .image h6 span {
	font-weight: normal;
}

.staff li:hover .image .pic img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.staff li .text {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.4em;
    max-height: 7em;
}

.staff li .options {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 15px;
}

.staff li .options:before {
	content: "";
	width: 52px;
	height: 52px;
	border-radius: 100%;
	margin-right: 15px;
	background: #fff url(../images/plus-sign.svg) no-repeat center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-transition: -webkit-transform 0.8s;
	transition: -webkit-transform 0.8s;
	-o-transition: transform 0.8s;
	transition: transform 0.8s;
	transition: transform 0.8s, -webkit-transform 0.8s;
}

.staff li:hover .options:before {
	-webkit-transform: rotate(45deg) scale(1.1);
	    -ms-transform: rotate(45deg) scale(1.1);
	        transform: rotate(45deg) scale(1.1);
}

.staff li .options a {
	margin-right: 15px;
}

.staff li .options a img {
	display: block;
	height: 25px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.staff li .options a:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

/* Locations */

.locations {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	--gap: 10px;
	margin: 0 calc(var(--gap) * -1);
}

.locations .location {
	padding: 0 var(--gap);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 33.33333333333333%;
	margin-bottom: var(--padding)
}

.locations .location .text {
	width: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.locations .location .image {
	display: block;
	width: 100%;
	border-radius: 15px;
	margin-bottom: 30px;
}

.locations .location .linkBtn {
	margin: 10px 0;
}

/* Map */

.map {
	position: relative;
	height: 670px;
}

.map iframe {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

/* Experience */

.experience {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: var(--padding);
}

.experience .left {
	width: 252px;
	margin-right: 60px;
}

.experience .left>:last-child {
	margin-bottom: 0;
}

.experience .right>:last-child {
	margin-bottom: 0;
}

.experience .right ul {
	margin: 8px 0 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.experience .right ul li {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

.experience .right ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.experience .right ul li h4 {
	margin: 0;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.experience .right ul li img {
	margin-right: 19px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.experience .right ul li a:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

/* Testimonials */

.testimonials {
	text-align: center;
	margin-bottom: var(--padding);
}

.testimonials .swiper blockquote {
	width: 796px;
	margin: 0 auto;
}

.testimonials .swiper blockquote cite {
	font-style: normal;
	font-weight: bold;
}

.testimonials .swiper .swiper-button-prev,
.testimonials .swiper .swiper-button-next {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 52px;
	height: 52px;
	top: 50%;
	margin-top: -26px;
	background: #fff url(../images/slider-arrow.svg) no-repeat center;
	border-radius: 100%;
	outline: none;
}

.testimonials .swiper .swiper-button-prev {
	left: 0;
}

.testimonials .swiper .swiper-button-next {
	right: 0;
	-webkit-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.testimonials .swiper .swiper-button-prev:after,
.testimonials .swiper .swiper-button-next:after {
	display: none;
}

/* Feedback Slider */

.feedbackSlider .swiper-wrapper {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.feedbackSlider .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1005px;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.feedbackSlider .swiper-slide.swiper-slide-active {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.feedbackSlider .swiper-slide .text {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 45px 60px;
}

.feedbackSlider .swiper-slide .text>:last-child {
	margin-bottom: 0;
}

.watchBtn {
	color: #2576A7;
	font-size: 16px;
	letter-spacing: 0.2px;
	text-decoration: underline;
	display: inline-block;
	padding-left: 42px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 8px;
	background: url(../images/youtube-ico.svg) no-repeat 0 1px;
	-webkit-transform-origin: left top;
	    -ms-transform-origin: left top;
	        transform-origin: left top;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.watchBtn:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.feedbackSlider .swiper-slide .image {
	position: relative;
	width: 408px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.feedbackSlider .swiper-slide .image img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.feedbackSlider .navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	--width: 1068px;
	width: 100%;
	max-width: var(--width);
	padding: 0;
	top: 50%;
	left: 50%;
	margin-left: calc(calc(var(--width) / 2) * -1);
	margin-top: -25px;
	z-index: 100;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	pointer-events: none;
}

.feedbackSlider .navi .swiper-button-prev,
.feedbackSlider .navi .swiper-button-next {
	position: static;
	margin: 0;
	width: 50px;
	height: 50px;
	background: #2576a7 url(../images/navi-arrow.svg) no-repeat center;
	border-radius: 100%;
	pointer-events: auto;
}

.feedbackSlider .navi .swiper-button-next {
	-webkit-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.feedbackSlider .navi :after {
	display: none;
}

/* Cards */

.cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	--gap: 10px;
	margin: 35px calc(var(--gap) * -1) var(--padding);
}

.cards .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	position: relative;
	margin: 0 var(--gap) calc(var(--gap) * 2);
	padding: 20px;
	background: #fff;
	border-radius: 15px;
	width: calc(33.33333333333333% - calc(var(--gap)*2));
	-webkit-transition: -webkit-box-shadow 1s;
	transition: -webkit-box-shadow 1s;
	-o-transition: box-shadow 1s;
	transition: box-shadow 1s;
	transition: box-shadow 1s, -webkit-box-shadow 1s;
	overflow: hidden;
}

.cards .card .text {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.cards .card .ico {
	display: block;
	height: 35px;
	margin-bottom: 18px;
}

.cards .card:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
	        box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}

.cards .card .placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

.cards .card .overlayBtn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.cards .card .overlayBtn .watchBtn {
	position: relative;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}

.cards .card .overlayBtn .watchBtn:before {
	content: "";
	position: absolute;
	left: -26px;
	right: -26px;
	top: -10px;
	bottom: -10px;
	border-radius: 30px;
	background: #fff;
	z-index: -1;
}

.cards .card .linkBtn {
	margin: 13px 0 0;
	min-width: 160px;
}

.cards .card:hover .placeholder {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.cards .card:hover .linkBtn {
	background-color: #2576A7;
	color: #fff;
}

/* Image Cards */

.imageCards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	--gap: 10px;
	margin: 0 calc(var(--gap) * -1) var(--padding);
}

.imageCards .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background: #fff;
	margin: 0 var(--gap) calc(var(--gap) * 2);
	background: #fff;
	border-radius: 15px;
	text-align: left;
	width: calc(25% - calc(var(--gap)*2));
	-webkit-transition: -webkit-box-shadow 1s;
	transition: -webkit-box-shadow 1s;
	-o-transition: box-shadow 1s;
	transition: box-shadow 1s;
	transition: box-shadow 1s, -webkit-box-shadow 1s;
	overflow: hidden;
}

.imageCards .card .image {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.imageCards .card .image img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

.imageCards .card .desc {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 25px;
}

.imageCards .card .text {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.imageCards .card .text .date {
	color: #2576A7;
}

.imageCards .card .linkBtn {
	margin: 20px 0 0;
	background: none;
	color: #2576A7;;
	min-width: 107px;
}

.imageCards .card:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
	        box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}

.imageCards .card:hover .image img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.imageCards .card:hover .linkBtn {
	background-color: #2576A7;
	color: #fff;
}

.imageCards .card.highlight {
	width: calc(75% - calc(var(--gap)*2));	
	-webkit-box-orient: horizontal;	
	-webkit-box-direction: normal;	
	    -ms-flex-direction: row;	
	        flex-direction: row;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.imageCards .card.highlight .image {
	width: 66.66666666666667%;
}

.imageCards .card.highlight .image img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.imageCards .card.highlight .text h4 {
	font-size: 32px;
}

/* Load More */

.loadmore {
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
	margin: 35px 0;
}

/* Companies */

.companies {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.companies .logos {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.companies .logos li {
	margin: 20px 55px 20px 0;
	padding: 0;
	list-style: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.companies .logos li a {
	display: inline-block;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	-o-transition: transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
}

.companies .logos li img {
	display: block;
	width: 100%;
}

.companies .logos li a:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.companies .linkBtn {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-left: 96px;
}

/* Centered */

.centered {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

/* Staff Popup */

.staffPopup {
	border-radius: 15px;
}

.staffPopup .inner {
	max-width: 800px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.staffPopup .image {
	width: 300px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 20px;
}

.staffPopup .image .pic {
	border-radius: 15px;
	overflow: hidden;
}

.staffPopup .image .pic img {
	display: block;
	width: 100%;
}

.staffPopup .image .options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.staffPopup .image .options a {
	margin: 10px 5px 0;
}

.staffPopup .image .options a img {
	display: block;
	height: 25px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.staffPopup .image .options a:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.staffPopup .text {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.staffPopup .text h6 span {
	font-weight: normal;
}

.fancybox-container {
	z-index: 10000000000;
}

/* Accordion */

.accordion {
	margin-top: 45px;
	margin-bottom: 45px;
	border-top: 1px solid #C3C2CE;
	text-align: left;
}

.accordion .title {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none; 
}

.accordion .item {
	position: relative;
	border-bottom: 1px solid #C3C2CE;
}

.accordion .item .title {
	position: relative;
	cursor: pointer;
	padding: 22.5px 50px 20.5px 0;
}

.accordion .item .title:before {
	content: "";
	position: absolute;
	right: 0;
	top: 34px;
	width: 26px;
	height: 26px;
	background: url(../images/link-btn-arrow.svg) no-repeat;
	background-size: 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.accordion .item .title:before {
	content: "";
	position: absolute;
	right: 0;
	top: 12px;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	background: #fff url(../images/plus-sign.svg) no-repeat center;
	background-size: 14px;
	pointer-events: none;
}

.accordion .item.opened .title:before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.accordion .item .title h5 {
	position: relative;
	margin: 0;
	-webkit-filter: none;
	        filter: none;
}

.accordion .item .desc {
	display: none;
	padding-right: 50px;
	padding-bottom: 18px;
}

.accordion .item .desc>:last-child {
	margin-bottom: 0;
}

.accordion .item.opened .desc {
	display: block;
}

/* Multi Buttons */

.multiBtns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.multiBtns .linkBtn {
	margin: 10px 15px 10px 0;
}

/* Contact Info */

.contactInfo {
	max-width: 762px;
}

.contactInfo .socials {
	margin-top: 20px;
}

/* Contact Form */

.contactForm {
	margin-top: 30px;
	background: #fff;
	padding: 55px;
	border-radius: 15px;
}

.contactForm .progress {
	margin-bottom: 28px;
}

.contactForm .progress p {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 3px;
}

.contactForm .progress .bar {
	height: 10px;
	border-radius: 5px;
	background: #F2F2F2;
	overflow: hidden;
}

.contactForm .progress .bar span {
	display: block;
	height: 100%;
	background: #B1CBC8;
	border-radius: 5px;
}

.contactForm .fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	--gap: 11px;
	margin: 0 calc(var(--gap) * -1)
}

.contactForm .fields .field {
	width: 50%;
	padding: 0 var(--gap);
	margin-bottom: 20px;
}

.contactForm .fields input, .contactForm .fields textarea,  .contactForm .fields select {
	display: block;
	margin: 0;
	padding: 0 16px;
	width: 100%;
	height: 48px;
	background: none;
	font-family: 'Figtree', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1px;
	text-transform: uppercase;
	border: 1px solid #3B3A4A;
	border-radius: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}
.contactForm .fields textarea{
	 height: 280px;
	
}
.submit-wrap .nf-field-element {
	display: flex;
	justify-content: end;
}
.nf-field-element {
	position: relative;
}

.list-select-wrap .nf-field-element::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	width: 8px;
	height: 8px;

	border-right: 2px solid #000;
	border-bottom: 2px solid #000;

	transform: translateY(-50%) rotate(45deg);
	pointer-events: none;
}
.contactForm .fields  .textbox::-webkit-input-placeholder {
	color: #b5b5bb;
}

.contactForm .fields  .textbox::-moz-placeholder {
	color: #b5b5bb;
}

.contactForm .fields  .textbox:-ms-input-placeholder {
	color: #b5b5bb;
}

.contactForm .fields  .textbox::-ms-input-placeholder {
	color: #b5b5bb;
}

.contactForm .fields  .textbox::placeholder {
	color: #b5b5bb;
}

.contactForm .submitBtn {
	margin: 0;
}

/* Rounded Pic */

.roundedPic {
	display: block;
	width: 100%;
	margin: 27px 0 !important;
	border-radius: 15px;
}

/* Video Clip */

.videoClip {
	display: block;
	overflow: hidden;
	border-radius: 15px;
	max-width: 796px;
	margin: 0 auto var(--padding);
	-webkit-transition: -webkit-box-shadow 1s;
	transition: -webkit-box-shadow 1s;
	-o-transition: box-shadow 1s;
	transition: box-shadow 1s;
	transition: box-shadow 1s, -webkit-box-shadow 1s;
}

.videoClip img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 2s;
	transition: -webkit-transform 2s;
	-o-transition: transform 2s;
	transition: transform 2s;
	transition: transform 2s, -webkit-transform 2s;
}

.videoClip:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
	        box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);	
}

.videoClip:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

/* Post Image */

.postImage {
	display: block;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 45px;
}

/* Back Top */

.backTop {
	display: none;
	position: fixed;
	right: 25px;
	bottom: 20px;
	font-size: 13px;
	font-weight: 600;
	padding-right: 22px;
	mix-blend-mode: difference;
	z-index: 1000;
	background: url(../images/arrow-top.svg) no-repeat right 2px;
}

/* Back / Next Btn */

.backBtn,
.nextBtn {
	display: inline-block;
	position: relative;
	font-size: 13px;
	font-weight: 600;
	padding-left: 22px;
	margin-bottom: 28px;
}

.nextBtn {
	padding-left: 0;
	padding-right: 20px;
}

.backBtn:after,
.nextBtn:after {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 13px;
	height: 13px;
	background: url(../images/arrow-left.svg) no-repeat;
	background-size: 100%;
}

.nextBtn:after {
	left: auto;
	right: 0;
	-webkit-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	        transform: scaleX(-1);
}

/* Pager */

.pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 70px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.pager a {
	margin: 0;
}

/* Video */

video {
	display: block;
	width: 100%;
	max-width: 551px;
	margin: 30px 0;
}

/* Footer */

#footer {
	background: #3b3a4a;
	color: #F2F2F2;
	border-radius: var(--section-radius) var(--section-radius) 0 0;
	margin-top: calc(var(--section-radius)*-1);
}

#footer .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 100px;
	padding-bottom: 35px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#footer .title {
	color: #2576A7;
	margin: 0 0 13px;
}

#footer .left {
	width: 245px;
}

#footer .left .logo {
	display: block;
	width: 133px;
	margin-bottom: 30px;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

#footer .left .logo img {
	display: block;
	width: 100%;
}

.socials {
	margin: 0 0 3px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.socials li {
	margin: 0 15px 15px 0;
	padding: 0;
	list-style: none;
}

.socials li img {
	display: block;
	height: 30px;
}

.socials li a:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

#footer .left .socials li {
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4690%) hue-rotate(8deg) brightness(121%) contrast(89%);
	        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4690%) hue-rotate(8deg) brightness(121%) contrast(89%);
}

#footer .links ul {
	margin: 0;
	padding: 0;
}

#footer .links ul li {
	margin: 0 0 9px;
	padding: 0;
	list-style: none;
}

#footer .links ul li a:hover {
	text-decoration: underline;
}

#footer .middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 106px;
}

#footer .middle .links {
	margin-right: 45px;
}

#footer .right {
	margin-left: auto;
}

#footer .payOptions {
	margin: 0 0 33px;
	padding: 0;
}

#footer .payOptions li {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}

#footer .payOptions li .linkBtn {
	margin: 0;
	border-color: #F2F2F2;
	color: #F2F2F2;
}

#footer .moreLinks {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#footer .moreLinks li {
	margin: 0 13px 0 0;
	padding: 0;
	list-style: none;
}

#footer .moreLinks li a:hover {
	text-decoration: underline;
}

#footer .bottom {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	font-style: italic;
	letter-spacing: 0.2px;
	margin-top: 30px;
}

#footer .bottom>:last-child {
	margin-bottom: 0;
}

/* Hamburger */

.hamburger {
	display: none;
	overflow: visible;
	position: absolute;
	top: 15px;
	right: 15px;
	margin-top: 0;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transition-duration: .15s;
	     -o-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover {
	opacity: 1
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
	background-color: #000;
}

.hamburger-box {
	display: inline-block;
	width: 32px;
	height: 24px;
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -4px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	position: absolute;
	width: 32px;
	height: 4px;
	-webkit-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
	        transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	     -o-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-radius: 4px;
	background-color: #000;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: ""
}

.hamburger-inner:before {
	top: -10px
}

.hamburger-inner:after {
	bottom: -10px
}

.hamburger .hamburger-inner {
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	     -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	        transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-webkit-transition-duration: .22s;
	     -o-transition-duration: .22s;
	        transition-duration: .22s
}

.hamburger .hamburger-inner:before {
	-webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
	-o-transition: top .1s ease-in .25s, opacity .1s ease-in;
	transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger .hamburger-inner:after {
	-webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	-o-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger.is-active .hamburger-inner {
	-webkit-transition-delay: .12s;
	     -o-transition-delay: .12s;
	        transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	     -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(225deg);
	    -ms-transform: rotate(225deg);
	        transform: rotate(225deg)
}

.hamburger.is-active .hamburger-inner:before {
	top: 0;
	-webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
	-o-transition: top .1s ease-out, opacity .1s ease-out .12s;
	transition: top .1s ease-out, opacity .1s ease-out .12s;
	opacity: 0
}

.hamburger.is-active .hamburger-inner:after {
	bottom: 0;
	-webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	-o-transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg)
}

.mm-panel {
	background: #3B3A4A;
	text-align: left;
		font-weight: bold;
}

.mm-navbar>* {
	min-height: 40px;
	background: #2576a7;
	font-weight: bold;
}

.mm-navbar__title>span {
	color: #fff;
	padding-left: 10px;
}

.mm-listitem__text {
	color: #fff !important;
}

.mm-listitem.active, 
.mm-listitem .active {
	background-color: rgba(0, 0, 0, 0.1);
}

/* Miscelleneous */

p {
	margin: 0 0 10px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Besley', Times, serif;
	font-weight: normal;
	margin: 0 0 19px;
	line-height: 1.2;
}

h1 {
	font-family: 'Besley', Times, serif;
	font-size: 70px;
	font-weight: normal;
	line-height: 1.11;
	margin-bottom: 28px;
	letter-spacing: -2px;
}

h2 {
	font-family: 'Besley', Times, serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.35;
	margin-bottom: 11px;
}

h3 {
	font-family: 'Figtree', sans-serif;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.18;
	letter-spacing: 0.1px;
	margin-bottom: 17px;
}

h3 em {
	font-style: normal;
	color: #2576A7;
}

h4 {
	font-family: 'Besley', Times, serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 16px;
}

h4 span {
	display: block;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Figtree', sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
}

h5 {
	font-family: 'Besley', Times, serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 8px;
}

h6 {
	font-family: 'Figtree', sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.41;
	letter-spacing: 0.1px;
}

small {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2px;
	line-height: 1.33;
}

p.icoTitle {
	font-family: 'Figtree', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 0 31px;
}

p.icoTitle img {
	display: block;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 17px;
}

hr {
	height: 1px;
	background: #C3C2CE;
	border: 0;
	margin: 27px 0;
	padding: 0;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

img {
	border: 0;
	max-width: 100%;
}

img.fitImage {
	display: block;
	width: 100%;
}


ul,
ol {
	padding: 0 0 0 28px;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
}

.linkBtn {
	position: relative;
	display: table;
	font-family: 'Figtree', sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin: 29px 0;
	color: #fff;
	background: #2576A7;
	border: 1px solid #2576A7;
	border-radius: 30px;
	padding: 12.7px 25px 10.7px;
	cursor: pointer;
	outline: none;
	letter-spacing: 0.2px;
	text-align: center;
	min-width: 138px;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

.linkBtn:hover {
	background-color: #3986b9;
	color: #fff;
}

.linkBtn.linkBtnHollow {
	background-color: transparent;
	color: #2576A7;
}

.linkBtn.linkBtnHollow:hover {
	background-color: #2576a7;
	color: #fff;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    border-radius: 0;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-moz-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {  
	color: inherit;
	opacity: 1;
}

/* Media Queries */

/* Large Screens */

@media only screen and (max-width : 1380px) {
	.section.wide {
		max-width: 1200px;
	}

	#intro .section {
		height: 650px;
	}

	#intro .left {
		width: 705px;
	}

	#intro .left .fields .textbox.name {
		width: 188px;
	}

	#intro .left .fields .textbox.phone {
		width: 142px;
	}

	#intro .right {
		width: 476px;
	}

	.feedbackSlider .swiper-slide {
		-webkit-transform: scale(0.9);
		    -ms-transform: scale(0.9);
		        transform: scale(0.9);
	}

	#letsChat .twoImages {
		width: 475px;
	}

}

/* Tablet Screens (Landscape) */

@media only screen and (max-width : 1260px) {
	.section {
		max-width: 970px;
	}	

	.section.wide {
		max-width: 1100px;
	}

	:root {
		--padding: 80px;
		--col: 470px;
	}

	.banner .text,
	.twoImages {
		width: 470px;
	}

	#intro .section {
		height: 553px;
	}

	#intro .left .fields select.type {
		margin-left: 28px;
	}

	#intro .left .fields .textbox.phone {
		width: 123px;
	}

	#intro .right {
		width: 440px;
	}

	.experience .left {
		width: 225px;
		margin-right: 45px;
	}
	
	.infoCards .info {
		width: 276px;
	}

	.infoCards .cards {
		width: 805px;
	}

	.feedbackSlider .navi {
		--width: 1070px;
	}

	.imageCards .card .desc {
		padding: 20px;
	}

	.imageCards .card.highlight .text h4 {
		font-size: 26px;
	}

	.introText {
		margin-bottom: 55px;
	}
	
	#letsChat .title {
		font-size: 120px;
		max-width: 320px;
	}

	#letsChat .text {
		width: 324px;
		margin-left: 27px;
	}

	#letsChat .twoImages {
		width: 387px;
	}
	
	#footer .middle {
		margin-left: 37px;
	}

	h1 {
		font-size: 65px;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 26px;
	}

	h4 {
		font-size: 23px;
	}
	
	h5 {
		font-size: 19px;
	}

}

@media only screen and (max-width : 1150px) {
	.section.wide {
		max-width: 970px;
	}
	
	:root {
		--padding: 60px;
	}

	#header #navigation ul li {
		--gap: 11px;
	}

	#header .chatBtn {
		margin-left: 11px;
	}

	.accordion .item .title:before {
		top: 10px;
	}

	#intro .section {
		height: 478px;
	}

	#intro .left {
		width: 590px;
	}

	#intro .left .fields {
		padding-left: 24px;
	}

	#intro .left .fields .textbox.name {
		width: 146px;
	}

	#intro .left .fields .textbox.phone {
		width: 105px;
	}

	#intro .left .fields select.type {
		width: 150px;
		margin-left: 20px;
	}

	#intro .right {
		width: 352px;
	}

	.feedbackSlider .navi  {
		--width: 930px;
	}

	.feedbackSlider .swiper-slide {
		width: 880px;
		-webkit-transform: scale(0.93);
		    -ms-transform: scale(0.93);
		        transform: scale(0.93);
	}

	.feedbackSlider .swiper-slide .text {
		padding-left: 42px;
		padding-right: 42px;
	}

	.infoCards .info {
		width: 255px;
	}

	.infoCards .cards {
		width: 710px;
	}

	#letsChat .text {
		width: 290px;
	}

	#letsChat .twoImages {
		width: 317px;
	}

	#letsChat .title {
		max-width: 314px;
	}

	#footer .left {
		width: 245px;
	}

	#footer .middle {
		margin-left: 20px;
	}

	#footer .middle .links {
		width: 140px;
		margin-right: 30px;
	}
}

/* Tablet Screens (Portrait) */

@media only screen and (max-width : 991px) {
	.section,
	.section.wide {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}	

	.section.full {
		padding-left: 0;
		padding-right: 0;
	}

	:root {
		--col: 345px;
	}

	#header .section {
		position: relative;
	}

	#header .chatBtn {
		position: absolute;
		right: 15px;
		top: 10px;
	}

	#header .logo {
		width: 120px;
	}

	#header #navigation {
		margin-top: 60px;
	}

	#header #navigation ul {
		margin-right: -8px;
	}

	#header #navigation ul li {
		--gap: 8px;
	}

	#header #navigation ul li:before {
		bottom: -0.2em;
	}

	#header #navigation ul li ul {
		padding-top: 31px;
	}

	.banner .text, .twoImages {
		width: 348px;
	}

	#intro .section {
		height: 374px;
	}

	#intro .left {
		width: 443px;
	}

	#intro .left .fields {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 10px 20px;
	}

	#intro .left .fields .textbox.name {
		width: 35%;
	}

	#intro .left .fields .textbox.phone {
		width: 25%;
	}

	#intro .left .fields select.type {
		margin-left: 10px;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		width: calc(100% - 10px);
	}

	#intro .left .fields .linkBtn {
		width: 100%;
		margin-top: 9px;
	}
	
	.introText {
		margin-bottom: 45px;
	}

	.feedbackSlider .swiper-slide {
		width: 650px;
		-webkit-transform: scale(0.9);
		    -ms-transform: scale(0.9);
		        transform: scale(0.9);
	}

	.feedbackSlider .navi {
		--width: 710px;
	}

	.feedbackSlider .swiper-slide .image {
		width: 270px;
	}

	.feedbackSlider .swiper-slide .text {
		padding: 30px;
	}

	.infoCards .cards {
		width: 500px;
	}

	.infoCards .info {
		width: 253px;
	}

	.infoCards .cards {
		width: 460px;
	}

	.infoCards .cards .card,
	.imageCards .card {
		width: calc(50% - calc(var(--gap)*2));
	}

	.imageCards .card.highlight {
		width: calc(100% - calc(var(--gap) * 2));
	}

	.imageCards .card.highlight .text h4 {
		font-size: 24px;
	}

	.imageCards .card.highlight .image {
		width: 50%;
	}

	.map {
		height: 490px;
	}

	#intro .left .text h1 br {
		display: none;
	}

	#intro .right {
		width: 272px;
	}

	.companies .linkBtn {
		margin-left: auto;
	}

	.companies .logos li {
		margin-right: 26px;
	}

	.contactForm {
		padding: 40px;
	}

	.experts li .contacts a {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.staff li .options a {
		margin-right: 10px;
	}

	.staffPopup .image {
		width: 270px;
	}

	.fancybox-content {
		padding: 15px;
	}

	.experience .left {
		width: 200px;
		margin-right: 30px;
	}

	.testimonials .swiper blockquote {
		width: 580px;
	}

	a.viewAllBtn {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	#letsChat .title {
		font-size: 80px; 
		max-width: 202px;
	}	

	#letsChat .text {
		width: 216px;
	}

	#letsChat .twoImages {
		width: 261px;
	}

	#footer .section {
		padding-top: 80px;
	}

	#footer .left {
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}

	#footer .left .logo {
		margin: 0 auto 30px;
		width: 160px;
	}

	#footer .left .socials {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	#footer .left .socials li {
		margin-left: 8px;
		margin-right: 8px;
	}

	#footer .middle {
		margin-left: 0;
	}

	#footer .middle .links {
		width: 140px;
		margin-right: 30px;
	}

	.backTop {
		right: 15px;
		bottom: 20px;
	}

	h1 {
		font-size: 45px;
		margin-bottom: 20px;
	}

	h2 {
		font-size: 32px;
	}
	
	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}
	
	h5 {
		font-size: 19px;
	}

	h6 {
		font-size: 15px;
	}
}

/* Mobile Screens */

@media only screen and (max-width : 767px) {
	.hamburger {
		display: block;
	}
	
	:root {
		--padding: 40px;
		--col: 100%;
	}

	#mainWrapper {
		padding-top: 0;
	}

	#header {
		position: static;
		border-top: 6px solid #2576a7;
		border-bottom: 4px solid #2576a7;
	}

	#header .section {
		display: block;
		height: auto;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	body.scrolled #header {
		background: none;
	}

	#header .logo {
		display: block;
		width: 180px;
		margin: 0 auto 20px;
	}

	#header .chatBtn {
		position: static;
		margin: 0 auto;
	}

	#header #navigation {
		display: none;
	}

	.banner {
		position: relative;
	}

	.banner:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0,0,0,0.4);
	}

	.banner .section {
		display: block;
		position: relative;
		padding: 0;
	}

	.banner h1 {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 15px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		color: #fff;
		z-index: 1;
		text-align: center;
	}

	.banner .twoImages {
		width: 100%;
		height: 100vw;
		margin: 0 auto;
	}

	.banner .twoImages img {
		width: 100%;
		border-radius: 0;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: center;
		   object-position: center;
	}

	.banner .twoImages img:last-child {
		display: none;
	}

	#intro .section {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		padding-top: 0;
		padding-bottom: 1px;
	}

	#intro .left {
		width: 100%;
	}

	#intro .left .fields {
		margin: 0 auto;
		max-width: 300px;
	}

	#intro .left .fields .textbox {
		font-size: 14px;
		text-align: center;
		height: 46px;
	}

	#intro .left .fields .textbox.name,
	#intro .left .fields .textbox.phone {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #C3C2CE;
	}

	#intro .left .conversation {
		margin-top: 10px;
	}

	#intro .right {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		width: 100%;
		height: 113vw;
		margin: 0 auto 25px;
	}

	.content {
		text-align: center;
	}

	.content .section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.pageBanner .section {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.feedbackSlider .swiper-slide {
		width: 93%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.feedbackSlider .swiper-slide .image {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		width: 100%;
		height: 98.03921568627451vw;
	}

	.feedbackSlider .navi {
		position: static;
		--width: 100%;
		margin: 20px 0 0;
		padding: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.feedbackSlider .navi .swiper-button-prev,
	.feedbackSlider .navi .swiper-button-next {
		margin: 8px;
	}

	.twoCols {
		display: block;
	}

	.twoCols .col>:last-child {
		margin-bottom: 10px;
	}

	.textImage {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.textImage .image {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin-bottom: 20px;
	}

	.accordion .item .desc {
		padding-right: 0;
	}

	.experts li {
		width: 100%;
		max-width: 350px;
		text-align: center;
		margin-top: 25px;
		margin-left: auto;
		margin-right: auto;
	}

	.experts li:not(:has(.image)) {
		display: none;
	}

	.experts li .contacts {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.experts li .contacts a {
		margin-left: 5px;
		margin-right: 5px;
	}

	.experts li .image img {
		margin-bottom: 20px;
	}

	.staff {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
	}

	.staff li {
		max-width: 350px;
		width: calc(100% - calc(var(--gap) * 2));
		margin-bottom: 25px;
	}

	.staff li .options {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.staff li .options:before {
		margin-right: 5px;
	}

	.staff li .options a {
		margin-left: 5px;
		margin-right: 5px;
	}

	.staffPopup .inner {
		display: block;
		text-align: center;
	}

	.staffPopup .image {
		width: 100%;
		margin-bottom: 25px;
	}

	.staffPopup .image .pic {
		max-width: 300px;
		margin: 0 auto;
	}

	.map {
		height: 350px;
	}

	.experience {
		display: block;
	}

	.experience .left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 45px;
	}

	.experience .right ul {
		display: table;
		margin: 0 auto;
	}

	.testimonials .swiper blockquote {
		width: 100%;
	}

	.testimonials .swiper .navi {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 15px;
	}

	.testimonials .swiper .swiper-button-prev, .testimonials .swiper .swiper-button-next {
		position: static;
		margin: 0 7px;
	}

	.cards .card {
		width: calc(50% - calc(var(--gap) * 2));
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.cards .card .ico {
		margin: 0 auto 20px;
	}

	.imageCards .card {
		width: 100%;
		text-align: center;
	}

	.imageCards .card .linkBtn {
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}

	.imageCards .card.highlight {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

	.imageCards .card.highlight .image {
		width: 100%;
	}

	.imageCards .card.highlight .image img {
		position: static;
	}

	a.viewAllBtn {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.loadmore {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.content {
		border-radius: 0;
		margin-top: 0;
	}

	.infoCards .section {
		display: block;
	}

	.infoCards .info {
		width: 100%;
		margin-bottom: 40px;
	}

	.infoCards .cards {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}

	.infoCards .cards .card {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.cards {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		max-width: 350px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.cards .card {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.cards .card .linkBtn {
		margin-left: auto;
		margin-right: auto;
	}

	.cards .card .placeholder {
		position: static;
		display: block;
		width: 100%;
	}

	.cards .card:has(.placeholder) {
		padding: 0;
	}

	.postImage {
		margin-bottom: 30px;
	}

	.pager {
		margin-top: 40px;
	}

	.locations {
		display: block;
	}

	.locations .location {
		width: 100%;
	}

	.locations .location .image {
		max-width: 343px;
		margin-left: auto;
		margin-right: auto;
	}

	.locations .location .linkBtn {
		margin-left: auto;
		margin-right: auto;
	}

	.companies {
		display: block;
	}

	.companies .logos {
		display: block;
		text-align: center;
	}

	.companies .logos li {
		display: block;
		margin: 25px auto;
	}

	.companies .logos li a {
		display: inline-block;
		width: auto;
	}

	.contactInfo .socials {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.contactInfo .socials li {
		margin-left: 8px;
		margin-right: 8px;
	}

	.contactForm {
		max-width: 450px;
		margin-top: 20px;
		padding: 30px 25px;
		margin: 20px auto;
	}

	.contactForm .fields .field {
		width: 100%;
	}

	.contactForm .submitBtn {
		margin-left: auto;
		margin-right: auto;
	}

	.gallery li {
		width: 50%;
	}

	.fancybox-slide {
		padding: 15px;
	}

	#letsChat .section {
		display: block;
	}

	#letsChat .title {
		max-width: 100%;
		font-size: 62px;
		margin-bottom: 25px;
	}

	#letsChat .text {
		width: 100%;
		margin: 0 0 30px;
	}

	#letsChat .twoImages {
		margin: 0 auto;
		width: 290px;
	}

	#footer .section {
		display: block;
		text-align: center;
		padding-top: 70px;
	}

	#footer .payOptions {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	#footer .moreLinks {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	
	#footer .moreLinks li {
		margin-left: 6px;
		margin-right: 6px;
	}

	#footer .middle {
		display: block;
	}

	#footer .middle .links {
		margin: 0 0 30px;
		width: 100%;
	}

	#footer .links ul li {
		text-align: center;
	}

	p.icoTitle {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-left: auto;
		margin-right: auto;
	}

	.multiBtns {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.multiBtns .linkBtn {
		margin-left: 5px;
		margin-right: 5px;
	}

	.linkBtn {
		margin: 20px auto;
	}

	h1 {
		font-size: 40px;
	}
}

@media only screen and (max-width : 479px) {


}