@font-face {
	font-family: GilroyBold;
	src: url('/fonts/Gilroy/Gilroy-Bold.otf');
}
@font-face {
	font-family: Gilroy;
	src: url('/fonts/Gilroy/Gilroy-Regular.otf');
}
body {
	background: #F5F5F8;
}
canvas {
	width: 100%;
	height: 75% !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.header-image .col-md-9.col-xs-12 {
	z-index: 99;
}
.navbar-fixed-top {
	background-color: transparent;
	height: 100px;
}
.navbar-fixed-top .container-fluid {
	max-width: 1170px;
}
body.hamburger-opened {
	overflow: hidden;
}
/* Spectrum */
h4 {
	font-family: Gilroy;
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: #07D3C7;
	margin: 24px 0px;
	text-align: left;
}
h1 {
	font-family: 'GilroyBold';
	font-style: normal;
	font-weight: 800;
	font-size: 60px;
	line-height: 61px;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #2C2D3C;
	margin: 24px 0px;
	text-align: left;
}
h2 {
	font-family: 'GilroyBold';
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #333333;
	flex-grow: 0;
	margin: 24px 0px;
}
p {
	font-family: Gilroy;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin: 24px 0px;
}
/* First Section */
.header-image {
	height: 975px;
	position: relative;
	background: transparent url('/images/first-section-bg.png') center no-repeat;
}
.header-image .caption-styles{
	padding-top: 277px;
}
.header-image .office-people-img {
	z-index: 1;
	position: absolute;
    bottom: 234px;
    right: 184px;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%), url(.jpg);
	background-blend-mode: color, normal;
	border-radius: 8px;
	filter: drop-shadow(56px 40px 112px #C4C4C4);
}
.header-image .floating-img {
	z-index: 0;
    position: absolute;
    bottom: 97px;
    right: 0;
	filter: drop-shadow(56px 40px 112px #C4C4C4);
	border-radius: 8px;
}
.blue-triangle-background {
	content: '';
	z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
}
/* About us */
.about-us {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;
	padding-bottom: 90px;
}
.our-company {
	padding-top: 100px;
	max-width: 487px;
	margin-right: 500px;
}
.our-company .contact-us-btn {
	display: block;
	font-family: GilroyBold;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 53px;
	color: #00BFC4;
	margin: 10px 0px;
	width: 120px;
	height: 53px;
	border: 1px solid #00BFC4;
	box-sizing: border-box;
	border-radius: 40px;
	text-align: center;
	margin-top: 24px;
	transition: all .2s ease-in-out;
}
.our-company .contact-us-btn:hover {
	background: #00BFC4;
	color: #fff;
}
.images-container {
    margin-top: -123px;
    left: 0;
}
.images-container .slots-img {
	margin-right: 16px;;
}
.images-first-row {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.images-second-row {
	margin-top: 24px;
	width: 100%;
    display: flex;
    justify-content: flex-end;
	margin-right: 16px;;
}
.vr-img {
	margin-right: 16px;
}
.about-us-bg {
	position: absolute;
	bottom: -69px;
	left: 0;
	z-index: -1;
}
.who-we-are {
	padding: 0;
	position: relative;
}
.who-we-are-ornament {
	bottom: -162px;
	right: 0;
	position: absolute;
}
#contact-us {
	padding: 14px 0 81px 0;
}
.contact-us-intro h4 {
	text-align: center;
}
#contact-us .contact-us-intro p {
	max-width: 464px;
	margin: 24px auto;
	display: block;
}
/* Contact Us */
#contact-us {
	padding-bottom: 140px;
	position: relative;
}
.tab__contactus .contact-form {
    background: transparent;
    border: none;
    height: auto;
}
.tab__contactus form {
	box-shadow: none;
}
#contact-us .contact-us-intro h2 {
	font-family: GilroyBold;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #333333;
	margin-bottom: 20px;
}
#contact-us .contact-us-intro p {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #666666;
	margin-bottom: 50px;
	max-width: 760px;
	margin: 0 auto 75px auto;
}
#myFormContactUs label {
	font-family: GilroyBold;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #2C2D3C;
}

#myFormContactUs .white-label {
	color: #fff;
}
.tab__contactus .contact-form #myFormContactUs .form-control {
	background: #EBECF1;
	border: 1px solid #D7D8E2;
	box-sizing: border-box;
	border-radius: 8px;
	height: 56px;
	font-family: Gilroy;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #6E7579;
	padding: 0 16px;
}
.tab__contactus .contact-form #myFormContactUs textarea.form-control {
	height: 240px;
	padding: 16px 19px;
}
.tab__contactus .contact-form #myFormContactUs .form-group {
	margin-bottom: 20px;
}
.tab__contactus form .btn.btn-main {
	width: 197px;
	height: 53px;
	background: #00BFC4;
	border-radius: 40px;
	margin: 24px 0px;
	font-family: Gilroy;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	color: #FFFFFF;
	margin: 10px 0px;
	float: right;
	transition: all .2s ease-in-out;
}
.tab__contactus form .btn.btn-main:hover {
	color: #00BFC4;
    border: 1px solid #00BFC4;
	background: transparent;
}
#recaptcha_element {
    float: left;
}
.contact-us-ornament {
	position: absolute;
	top: 144px;
	left: 0;
	z-index: -1;
}
/* Privacy Policy */
.privacy-content h1 {
	font-family: Gilroy;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	color: #333333;
}
.privacy-content a {
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
	color: #07D3C7;
}
.privacy-content ul li {
	font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 250%;
    color: #666666;
}
.privacy-title {
	color: #000000;
	font-size: 41.67px;
	font-family: Open-Sans-Light;
	line-height: 40px;
	margin: 0;
	letter-spacing: -1.04px;
	margin-bottom: 60px;
}
.privacy-wrapper {
	padding-top: 60px;
	padding-bottom: 100px;
}
.privacy-content {
	margin-top: 100px;
}
.privacy-link {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.privacy-link a {
	font-size: 14px;
	color: #009E4A;
	font-weight: 700;
}

/* Footer */
.footer {
	padding-top: 30px;
	overflow-y: visible;
	position: relative;
	padding-bottom: 10px;
}
.footer .right-column .social {
	display: none;
}
.footer .footer-ornament {
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}
.columns-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .social {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .social-icon {
	width: 41.94px;
	height: 41.94px;
	background: #F5F5F8;
	border-radius: 50px;
	margin-right: 22px;
	cursor: pointer;
}
.footer .social-icon:hover img {
    transform: scale(0.8);
    transition: all .2s ease-in-out;
}
.footer .social-icon:last-of-type {
	margin-right: 0;
}
.footer .left-column p {
	margin: 17px 0 0 0;
	font-family: Gilroy;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #1B1B1B;
}
.footer .right-column a {
	display: block;
	font-family: Gilroy;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-align: right;
	color: #FFFFFF;
	margin-top: 13px;
}
.about-us-bg.mobile {
	display: none;
}
/* Resolutions */
@media (min-width: 1601px) {
	.contact-us-ornament {
		transform: scale(2);
	}
}
@media (max-width: 1600px) {
	.our-company {
		margin-right: 10%;
	}
}
@media (max-width: 1366px) {
	.who-we-are-text-wrapper {
		max-width: 70%;
	}
	.header-image .office-people-img {
		transform: scale(0.8);
	}
}
@media (max-width: 1024px) {
	.header-image .office-people-img {
		max-width: 30%;
		transform: none;
	}
	.header-image .floating-img {
		max-width: 25%;
	}
	.images-container .images-first-row img {
		max-width: 50%;
	}
	.vr-img {
		max-width: 70%;
	}
	.our-company {
		margin-left: 100px;
	}
}
@media (max-width: 768px) {
	.header-image .office-people-img,
	.header-image .floating-img,
	.images-container,
	.who-we-are-ornament,
	.about-us-bg.desktop {
		display: none;
	}
	.about-us-bg.mobile {
		display: block;
	}
	.header-image {
		height: 687px;
		background: transparent url(/images/mobile/first-section-bg.png) center no-repeat;
		background-position-x: 83px;
		background-position-y: 61px;
		position: relative;
	}
	h1 {
		font-size: 50px;
		line-height: 61px;
	}
	.header-image .caption-styles {
		padding-top: 227px;
		max-width: 580px;
		margin: 0 auto;
	}
	.first-section-ornament {
		display: block !important;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.about-us-bg {
		left: unset;
		top: unset;
		bottom: -257px;
		right: 0;
	}
	.about-us {
		padding: 48px 0;
	}
	.our-company {
		margin-left: 0;
		max-width: 580px;
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	.our-company h2,
	.our-company p {
		max-width: 487px;
	}
	.who-we-are {
		padding: 68px 0;
	}
	.who-we-are-text-wrapper {
		max-width: 580px;
		margin: 0 auto;
		width: 100%;
	}
	#contact-us {
		padding: 104px 0 35px 0;
	}
	.contact-us-ornament {
		top: 270px;
	}
	.contact-us-intro {
		max-width: 464px;
		width: 100%;
		margin: 0 auto;
	}
	#myFormContactUs label {
		color: #fff;
		margin-bottom: 18px;
	}
	.contact-form {
		max-width: 580px;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.about-us {
		display: block;
		padding: 0 15px;
	}
	.navbar-fixed-top .navbar-brand>img {
		left: -44px;
    	transform: scale(0.7) !important;
	}
	.columns-wrapper {
		flex-direction: column;
	}
	.header-image {
		background: transparent url(/images/mobile/first-section-bg.png) center no-repeat;
		background-position-x: 0;
   	 	background-position-y: 0;
		position: relative;
		height: 550px;
	}
	.header-image .caption-styles {
    	padding-top: 115px;
	}
	.who-we-are {
		padding: 0;
	}
	h1 {
		font-size: 38px;
		line-height: 45px;
	}
	h2 {
		font-size: 28px;
    	line-height: 30px
	}
	h4 {
		font-size: 16px;
	}
	.contact-us-ornament {
		top: 210px;
		max-width: 100%;
	}
	#contact-us {
		padding: 0;
	}
	.footer {
		height: auto;
	}
	.footer .right-column {
		width: 100%;
	}
	.footer .left-column p {
		max-width: 75%;
	}
	.blue-triangle-background {
		max-width: 45%;
	}
	.about-us-bg.mobile {
		display: block;
		max-width: 30%;
		bottom: -190px;
	}
	.tab__contactus form .btn.btn-main {
		width: 100%;
		margin: 24px auto;
		display: block;
	}
}
/* Help/Services section */
.help-section {
	padding: 120px 0 40px 0;
	position: relative;
}
.help-section .help-header h2 {
	text-align: center;
}
.help-section .help-kicker {
	color: #7C7CF5;
	text-align: center;
	letter-spacing: .2em;
}
.help-grid {
	margin-top: 48px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 24px;
}
.help-card {
	background: #FFFFFF;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(8, 11, 44, 0.08);
	padding: 32px 28px;
	transition: transform .2s ease, box-shadow .2s ease;
}
.help-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 50px rgba(8, 11, 44, 0.12);
}
.help-card .help-icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: #F2F1FF;
	color: #7C7CF5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin-bottom: 16px;
}
.help-card h5 {
	font-family: GilroyBold;
	font-size: 18px;
	line-height: 24px;
	color: #2C2D3C;
	margin: 0 0 8px 0;
}
.help-card p {
	margin: 0;
	color: #666666;
}

/* Responsive */
@media (max-width: 1024px) {
	.help-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
	.help-section { padding: 80px 0 20px 0; }
	.help-grid { grid-template-columns: 1fr; grid-gap: 16px; }
}