:root {
	--medium-aquamarine: #50cca9;
	--white-smoke: #f0f2f2;
	--dim-gray: #5d6169;
	--wheat: #decaaf;
	--burlywood: #e0bd90;
}

body {
	color: #333;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 38px;
	font-weight: 700;
	line-height: 44px;
}

h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
}

h3 {
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: Lato, sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 30px;
}

h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}

h5 {
	color: #b5bbc7;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: Lato, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
}

h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
}

p {
	color: #878991;
	margin-top: 0;
	margin-bottom: 5px;
	font-family: Lato, sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 23px;
}

.button {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background-color: #decaaf;
	border-radius: 2px;
	margin-top: 15px;
	padding: 12px 15px;
	font-family: Lato, sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 0.5s;
	display: inline-block;
}

.button:hover {
	background-color: #a77e1b;
}

.navbar {
	background-color: #171717;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 1px #00000026;
}

.page-content {
	padding-top: 80px;
	padding-bottom: 80px;
}

.page-content.tint,
.page-content.text-slider-sectin {
	background-color: #f0f2f2;
}

.text-slider {
	background-color: #0000;
	height: 170px;
}

.text-slider-title {
	color: #50cca9;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
	font-family: Lato, sans-serif;
	font-size: 35px;
	font-weight: 300;
}

.text-slider-title.description {
	color: #a2a4ab;
	text-transform: none;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}

.nav-link {
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: #bd8f1f;
	border-bottom: 3px #0000;
	margin-left: 0;
	margin-right: 25px;
	padding: 20px;
	font-family: Lato, sans-serif;
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
}

.nav-link:hover {
	background-color: #a77e1b;
	color: #fff;
	border-bottom-color: #a77e1b;
	font-weight: 700;
}

.nav-link.w--current {
	color: #e5f5f1;
	border-bottom-color: #bd8f1f;
}

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

.nav-link._2 {
	background-color: #bd8f1f;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 700;
}

.nav-link._2:hover {
	font-weight: 900;
	background-color: #a77e1b;
}

.tab-slider-nav {
	text-align: center;
	background-image: linear-gradient(#0000, #000000e6 99%);
	height: 200px;
	margin-top: -200px;
	padding-top: 60px;
}

.tab-slide {
	background-image: url("new-york-skyline-2025-01-08-03-31-30-utc.jpg");
	background-position: 50% 30%;
	background-size: cover;
	height: 500px;
	padding-top: 165px;
}

.tab-slide._2 {
	background-image: url("Person-32.jpg");
}

.tab-slide._3 {
	background-image: url("Person-23.jpg");
}

.tab-slide._4 {
	background-image: url("Person-29.jpg");
	background-position: 50% 28%;
}

.tab-slider-button {
	opacity: 0.5;
	background-color: #0000;
	border-left-style: solid;
	border-left-width: 2px;
	width: 200px;
	height: 70px;
	margin-right: 36px;
	padding-top: 0;
	padding-left: 25px;
	padding-right: 20px;
	transition: border 0.5s;
	display: inline-block;
}

.tab-slider-button:hover {
	opacity: 1;
	border-left-color: #fff;
}

.tab-slider-button.w--current {
	opacity: 1;
	background-color: #0000;
	border-left-color: #50cca9;
}

.tab-slider-title {
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 3px #00000080;
	margin-top: 12px;
	margin-bottom: 20px;
	font-family: Lato, sans-serif;
	font-size: 55px;
	font-weight: 900;
	line-height: 50px;
}

.tab-slider-title.description {
	text-transform: none;
	margin-top: 20px;
	font-size: 19px;
	font-weight: 300;
	line-height: 23px;
}

.tab-slider-title.top-title {
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: none;
	background-color: #42ab8e;
	border-radius: 2px;
	margin-top: 0;
	margin-bottom: 25px;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	display: inline-block;
}

.tab-button-title {
	color: #fff;
	margin-top: 0;
	margin-bottom: 13px;
	font-family: Lato, sans-serif;
	font-size: 15px;
	line-height: 20px;
}

.tab-button-title._2 {
	color: #ffffff7d;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 400;
}

.tab-slider {
	background-color: #323538;
}

.tab-slide-container {
	text-align: left;
	margin-top: -11px;
	padding-left: 20px;
	padding-right: 0;
}

.tab-slide-container.ff {
	margin-top: 27px;
}

.section-title {
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
	font-family: Lato, sans-serif;
	font-size: 35px;
	font-weight: 900;
	line-height: 30px;
}

.section-title.gg {
	line-height: 45px;
}

.section-title.ff {
	text-transform: none;
	line-height: 55px;
}

.section-title-block {
	text-align: center;
	margin-bottom: 50px;
	padding-left: 200px;
	padding-right: 200px;
}

.divider {
	background-color: #00000017;
	width: 50%;
	height: 3px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
}

.divider.left-aligned {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0;
}

.divider.centered {
	margin-left: auto;
	margin-right: auto;
}

.skill-block {
	background-color: #decaaf;
	border-radius: 2px;
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
}

.skill-level {
	background-color: #5d6169;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	width: 80%;
	height: 100%;
	transition: background-color 0.5s;
}

.skill-level:hover {
	background-color: #383b42;
}

.footer {
	text-align: center;
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 60px;
}

.footer.smal {
	padding-top: 40px;
}

.overall-tab-button {
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: #0000;
	border: 2px solid #00000017;
	border-radius: 2px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Lato, sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.overall-tab-button:hover {
	border-color: #0000004a;
}

.overall-tab-button.w--current {
	color: #fff;
	background-color: #50cca9;
	border-color: #50cca9;
}

.overall-tab-menu {
	text-align: center;
	margin-bottom: 20px;
}

.footer-tab-pane {
	height: 330px;
	padding-top: 30px;
	overflow: visible;
}

.left-column {
	padding-right: 100px;
}

.text-slider-left {
	text-align: right;
	padding-right: 60px;
}

.text-slider-right {
	padding-top: 20px;
	padding-left: 30px;
}

.client-row {
	margin-bottom: 14px;
}

.client-block {
	background-color: #fff;
	width: 100%;
	height: 100px;
	padding: 22px 20px;
}

.client-block:hover {
	background-color: #ffffff7d;
}

.white-column {
	background-color: #fff;
	padding: 20px;
}

.white-column.not-white {
	background-color: #0000;
	padding-left: 40px;
}

.feature-title {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 25px;
}

.feature-image {
	width: 35px;
	margin-top: -21px;
	margin-bottom: 10px;
}

.overall-list-item {
	padding-bottom: 10px;
}

.overall-list-item.last {
	padding-bottom: 0;
}

.list-icon {
	float: left;
	width: 30px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 15px;
}

.footer-title {
	text-transform: uppercase;
	margin-top: 0;
	font-size: 16px;
	line-height: 20px;
}

.footer-column {
	padding-top: 55px;
}

.some-button {
	background-color: #5d6169;
	border: 3px solid #00000017;
	border-radius: 100%;
	width: 80px;
	height: 80px;
	margin-top: 65px;
	margin-left: 3px;
	margin-right: 3px;
	padding-top: 21px;
	padding-left: 20px;
	padding-right: 20px;
	transition: border 0.5s, background-color 0.5s;
}

.some-button:hover {
	background-color: #50cca9;
	border-color: #000;
}

.some-button.small {
	opacity: 0.4;
	background-color: #50cca9;
	border-width: 2px;
	border-color: #50cca9;
	width: 30px;
	height: 30px;
	margin-top: 0;
	margin-left: 1px;
	margin-right: 1px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.some-button.small:hover {
	opacity: 1;
	background-color: #50cca9;
}

.contact-form {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.field {
	background-color: #f0f2f2;
	border: 2px solid #f0f2f2;
	height: 50px;
	margin-bottom: 2px;
	padding-left: 17px;
	font-family: Lato, sans-serif;
	font-size: 15px;
	transition: background-color 0.5s;
}

.field:hover {
	background-color: #fff;
}

.field:focus {
	color: #000;
	border-color: #50cca9;
}

.field.area {
	height: 120px;
	padding-top: 17px;
}

.submit-button {
	color: #fff;
	text-transform: uppercase;
	background-color: #5d6169;
	border-radius: 2px;
	width: 100%;
	margin-top: 10px;
	padding: 8px 20px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	transition: background-color 0.5s;
}

.submit-button:hover {
	background-color: #50cca9;
}

.logo {
	margin-top: 5px;
	margin-bottom: 0;
	font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.dot {
	color: #50cca9;
}

.nav-link-container {
	float: left;
	text-align: center;
	justify-content: flex-end;
	align-items: flex-start;
	display: flex;
}

.logo-container {
	float: left;
	text-align: center;
	flex: 1;
	height: 77px;
	margin-right: 60px;
	padding-top: 8px;
	display: block;
}

.slider-arrow {
	background-color: #d0d4db;
	width: 50px;
	height: 40px;
	margin-right: 0;
	padding-top: 9px;
	font-size: 22px;
	font-weight: 700;
	transition: background-color 0.5s;
}

.slider-arrow:hover {
	background-color: #393b40;
}

.slider-arrow.left {
	margin-left: 0;
}

.client-logo {
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.photos-row {
	background-color: #5d6169;
}

.photo-column {
	background-color: #5d6169;
	background-image: url("Office-1.jpg");
	background-position: 50%;
	background-size: cover;
	height: 300px;
	padding-left: 0;
	padding-right: 0;
}

.photo-column._3 {
	background-image: url("Person-27.jpg");
}

.photo-column._2 {
	background-image: url("Person-32.jpg");
}

.photo-column._4 {
	background-image: url("Office-6.jpg");
}

.photo-column._5 {
	background-image: url("Desk-3.jpg");
}

.photo-column._6 {
	background-image: url("Office-3.jpg");
}

.content-tab-pane {
	text-align: center;
	padding-top: 25px;
}

.team-member-column {
	background-image: url("Testimonial-5.jpg");
	background-position: 50%;
	background-size: cover;
	height: 300px;
	padding-left: 0;
	padding-right: 0;
}

.team-member-column._2 {
	background-image: url("Testimonial-11.jpg");
}

.team-member-column._3 {
	background-image: url("Testimonial-13.jpg");
}

.team-member-column._4 {
	background-image: url("Testimonial-15.jpg");
}

.team-member-column._5 {
	background-image: url("Testimonial-7.jpg");
}

.team-member-column._6 {
	background-image: url("Testimonial-14.jpg");
}

.image-column-overlay {
	width: 100%;
	height: 100%;
	padding-top: 180px;
	padding-left: 30px;
	padding-right: 30px;
	transition: background-color 0.5s;
}

.image-column-overlay:hover {
	background-color: #2d2f33cc;
}

.overlay-title {
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 3px #0009;
	margin-top: 0;
	margin-bottom: 5px;
	font-family: Lato, sans-serif;
	font-size: 30px;
	font-weight: 900;
	line-height: 29px;
}

.overlay-title._2 {
	text-transform: none;
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: 400;
	line-height: 22px;
}

.fun-photo-column {
	background-color: #5d6169;
	background-image: url("Person-6.jpg");
	background-position: 50%;
	background-size: cover;
	height: 300px;
	padding-left: 0;
	padding-right: 0;
}

.fun-photo-column._2 {
	background-image: url("Person-14.jpg");
}

.fun-photo-column._3 {
	background-image: url("Interior-1.jpg");
}

.fun-photo-column._5 {
	background-image: url("Person-29.jpg");
}

.fun-photo-column._6 {
	background-image: url("Person-16.jpg");
}

.fun-photo-column._4 {
	background-image: url("Random-3.jpg");
}

.link {
	color: #50cca9;
	text-decoration: none;
	transition: color 0.5s;
}

.link:hover {
	color: #000;
}

.contact-icon {
	width: 45px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.success-bg {
	background-color: #e0bd90;
	border-radius: 2px;
	padding-top: 16px;
}

.success-text {
	color: #917653;
	font-weight: 400;
}

.text-slider-image {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.go-to-top-button {
	z-index: 2000;
	opacity: 0.12;
	background-color: #5d6169;
	border: 2px solid #000;
	border-radius: 2px;
	width: 40px;
	height: 40px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	transition: opacity 0.5s;
	position: fixed;
	bottom: 20px;
	right: 20px;
	overflow: auto;
}

.go-to-top-button:hover {
	opacity: 1;
}

.left-arrow,
.right-arrow {
	width: 50px;
}

.image-section {
	background-image: url("IMG_8138.JPG");
	background-position: 50%;
	background-size: cover;
	background-attachment: fixed;
	height: 700px;
	padding-top: 91px;
}

.image {
	width: 260px;
}

.container {
	text-align: right;
	justify-content: flex-end;
	align-items: center;
	display: flex;
	position: relative;
}

.div-block {
	display: flex;
}

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

.utility-page-content {
	text-align: center;
	flex-direction: column;
	width: 260px;
	display: flex;
}

.utility-page-form {
	flex-direction: column;
	align-items: stretch;
	display: flex;
}

.div-block-2 {
	margin-left: 60px;
	margin-right: 60px;
}

.paragraph {
	color: #646773;
	margin-top: 26px;
	padding-left: 240px;
	padding-right: 240px;
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
}

.paragraph.left {
	text-align: left;
}

.paragraph.ss {
	padding-left: 20px;
	padding-right: 100px;
}

.div-block-3 {
	margin-bottom: 60px;
}

.section {
	background-color: #171717;
	min-height: 100px;
}

.text-block {
	color: #ffffffba;
	text-align: center;
	background-image: linear-gradient(rgba(23, 23, 23, 0.85), rgba(23, 23, 23, 0.85)), url("new-york-skyline-2025-01-08-03-31-30-utc.jpg");
	background-position: 0 0, 50% 20%;
	background-size: auto, auto;
	margin-top: auto;
	padding: 40px 220px;
}

.b1 {
	font-size: 22px;
	font-weight: 700;
}

.list {
	font-weight: 700;
}

.div-block-4 {
	margin-top: -125px;
	margin-left: 140px;
	margin-right: 140px;
}

.div-block-5 {
	margin-top: 40px;
}

.column {
	padding-left: 20px;
}

.green {
	color: #bd8f1f;
}

.div-block-6 {
	margin-top: 40px;
}

.image-2 {
	width: 225px;
	margin-top: 20px;
}

.div-block-7 {
	text-align: left;
}

.link-2 {
	color: #008cff;
	-webkit-text-stroke-color: #2dae13;
	font-weight: 700;
}

.bd1 {
	font-weight: 700;
}

.text-span {
	color: #bcbfc4;
}

html.w-mod-js [data-ix="grow-skill-level-1"],
html.w-mod-js [data-ix="grow-skill-level-2"],
html.w-mod-js [data-ix="grow-skill-level-3"],
html.w-mod-js [data-ix="grow-skill-level-4"] {
	width: 0%;
}

html.w-mod-js [data-ix="fade-in-from-top"],
html.w-mod-js [data-ix="fade-in-from-top-2"],
html.w-mod-js [data-ix="fade-in-from-top-3"] {
	opacity: 0;
	transform: translate(0, -15px);
}

html.w-mod-js [data-ix="0-opacity-some-block"] {
	opacity: 0.03;
	transform: translate(0, 10px);
}

html.w-mod-js [data-ix="header-title"] {
	opacity: 0;
	transform: translate(0, 15px);
}

html.w-mod-js [data-ix="header-title-2"],
html.w-mod-js [data-ix="header-title-3"] {
	opacity: 0;
}

@media screen and (max-width: 991px) {
	.navbar {
		height: 80px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.page-content {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.page-content.text-slider-sectin {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.nav-link {
		color: #fff;
		border-bottom: 2px solid #00000017;
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 20px;
		font-size: 14px;
		transition: background-color 0.5s;
	}

	.nav-link:hover {
		color: #fff;
		background-color: #46494f;
		border-bottom-color: #000;
	}

	.nav-link._2 {
		font-size: 12px;
	}

	.tab-slide {
		height: 500px;
		padding-top: 75px;
		padding-right: 10px;
	}

	.tab-slider-button {
		width: 22%;
		margin-right: 10px;
		padding-left: 12px;
		padding-right: 0;
	}

	.tab-slider-title {
		font-size: 40px;
	}

	.tab-slider-title.top-title {
		margin-bottom: 10px;
	}

	.tab-slide-container {
		padding-right: 200px;
	}

	.tab-slide-container.ff {
		margin-top: 4px;
		padding-right: 0;
	}

	.section-title-block {
		padding-left: 100px;
		padding-right: 100px;
	}

	.footer {
		padding-top: 50px;
		padding-bottom: 40px;
	}

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

	.text-slider-left {
		padding-top: 15px;
		padding-right: 10px;
	}

	.client-row {
		margin-bottom: 5px;
	}

	.client-column {
		padding-left: 5px;
		padding-right: 5px;
	}

	.client-block {
		height: 90px;
	}

	.white-column.not-white {
		padding-left: 25px;
		padding-right: 0;
	}

	.nav-link-container {
		float: none;
	}

	.logo-container {
		height: 80px;
		padding-top: 10px;
	}

	.text-slider-row {
		padding-left: 50px;
		padding-right: 50px;
	}

	.client-logo {
		height: 50px;
	}

	.photo-column,
	.team-member-column {
		height: 240px;
	}

	.image-column-overlay {
		padding-top: 125px;
	}

	.overlay-title {
		font-size: 27px;
	}

	.fun-photo-column {
		height: 240px;
	}

	.menu-button {
		color: #fff;
		text-align: center;
		background-color: #50cca9;
		width: 80px;
		height: 80px;
		padding-top: 22px;
		padding-left: 16px;
		font-size: 37px;
	}

	.menu-button:hover {
		background-color: #a77e1b;
	}

	.menu-button.w--open {
		background-color: #5d6169;
	}

	.paragraph {
		text-align: center;
		padding-left: 60px;
		padding-right: 60px;
	}

	.paragraph.ss {
		text-align: left;
		padding-right: 40px;
	}

	.text-block {
		padding-left: 60px;
		padding-right: 60px;
	}

	.div-block-4 {
		margin-left: 20px;
		margin-right: 40px;
	}

	.columns {
		margin-top: 53px;
	}

	.div-block-5 {
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	.navbar {
		padding-bottom: 10px;
	}

	.page-content {
		padding-left: 30px;
		padding-right: 30px;
	}

	.page-content.text-slider-sectin {
		padding-bottom: 30px;
		padding-left: 0;
		padding-right: 0;
	}

	.text-slider {
		height: auto;
	}

	.text-slider-title {
		font-size: 29px;
	}

	.text-slider-title.description {
		font-size: 17px;
	}

	.nav-link {
		padding-top: 16px;
		padding-bottom: 16px;
		padding-left: 25px;
	}

	.tab-slider-nav {
		background-color: #5d6169;
		background-image: none;
		height: auto;
		margin-top: 0;
		padding: 25px 30px;
	}

	.tab-slide {
		background-image: linear-gradient(#00000026, #00000026), url("new-york-skyline-2025-01-08-03-31-30-utc.jpg");
		background-position: 0 0, 50% 30%;
		background-size: auto, cover;
		height: auto;
		padding: 100px 30px 60px;
	}

	.tab-slider-button {
		width: 100%;
		height: auto;
		margin-bottom: 3px;
		margin-right: 7px;
		padding-bottom: 10px;
	}

	.tab-slider-title {
		font-size: 43px;
		line-height: 44px;
	}

	.tab-slider-title.top-title {
		text-shadow: none;
		margin-bottom: 17px;
		padding-top: 2px;
		padding-bottom: 2px;
		font-size: 11px;
	}

	.tab-button-title {
		margin-bottom: 5px;
		font-size: 17px;
		line-height: 18px;
	}

	.tab-slide-container {
		padding-right: 0;
	}

	.tab-slide-container.ff {
		padding-left: 0;
	}

	.section-title.ff {
		font-size: 30px;
	}

	.section-title-block {
		margin-bottom: 30px;
	}

	.divider.left-aligned {
		margin-left: auto;
		margin-right: auto;
	}

	.footer {
		padding-left: 30px;
		padding-right: 30px;
	}

	.left-column {
		padding-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
	}

	.text-slider-left {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.text-slider-right {
		padding-top: 5px;
		padding-right: 30px;
	}

	.client-row {
		margin-bottom: 0;
	}

	.client-column {
		padding-bottom: 2px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.white-column {
		height: 300px;
	}

	.white-column.not-white {
		text-align: center;
		padding: 45px 25px 0;
	}

	.contact-form {
		width: 100%;
	}

	.logo-container {
		padding-left: 25px;
	}

	.text-slider-row {
		text-align: center;
	}

	.right-column {
		padding-left: 0;
		padding-right: 0;
	}

	.photo-column,
	.team-member-column {
		height: 200px;
	}

	.image-column-overlay {
		padding-top: 90px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.overlay-title {
		font-size: 20px;
	}

	.overlay-title._2 {
		font-size: 15px;
		line-height: 17px;
	}

	.fun-photo-column {
		height: 200px;
	}

	.text-slider-image {
		width: 125px;
	}

	.div-block-2 {
		margin-left: 20px;
		margin-right: 20px;
	}

	.paragraph {
		padding-left: 0;
		padding-right: 0;
	}

	.paragraph.ss {
		padding-left: 20px;
		padding-right: 20px;
	}

	.div-block-5 {
		margin-top: 0;
	}

	.column-2 {
		text-align: center;
	}
}

@media screen and (max-width: 479px) {
	.navbar {
		border-bottom-style: none;
		border-bottom-width: 0;
		padding-bottom: 20px;
	}

	.page-content {
		padding: 30px 26px 30px 25px;
	}

	.text-slider-title {
		font-size: 25px;
		line-height: 27px;
	}

	.nav-link {
		padding: 10px 15px;
		font-size: 12px;
		font-weight: 700;
	}

	.nav-link._2 {
		text-align: center;
		letter-spacing: 1px;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 14px;
		font-weight: 700;
	}

	.tab-slider-nav {
		padding: 20px 25px;
	}

	.tab-slide {
		background-image: linear-gradient(#00000082, #00000082), url("new-york-skyline-2025-01-08-03-31-30-utc.jpg");
		background-position: 0 0, 50% 30%;
		background-size: auto, cover;
		height: auto;
		padding-bottom: 60px;
		padding-left: 0;
		padding-right: 0;
	}

	.tab-slider-button {
		width: 100%;
		margin-bottom: 2px;
		padding-top: 4px;
		padding-bottom: 6px;
	}

	.tab-slider-title {
		text-align: center;
		font-size: 30px;
		line-height: 40px;
	}

	.tab-slider-title.description {
		margin-top: 10px;
		font-size: 16px;
		line-height: 20px;
	}

	.tab-slider-title.top-title {
		text-shadow: none;
		margin-bottom: 10px;
	}

	.tab-button-title {
		margin-bottom: 3px;
		font-size: 15px;
	}

	.section-title {
		font-size: 29px;
	}

	.section-title.gg {
		font-size: 24px;
		line-height: 34px;
	}

	.section-title.ff {
		line-height: 45px;
	}

	.section-title-block {
		margin-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
	}

	.divider.centered {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.footer {
		padding: 30px 25px;
	}

	.footer.smal {
		padding-bottom: 40px;
	}

	.overall-tab-button {
		text-align: center;
		margin-bottom: 2px;
		margin-left: 0;
		margin-right: 0;
	}

	.footer-tab-pane {
		height: auto;
		padding-top: 0;
	}

	.text-slider-right {
		padding-left: 0;
		padding-right: 0;
	}

	.client-column {
		padding-bottom: 5px;
	}

	.client-block {
		height: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	.white-column {
		height: auto;
	}

	.white-column.not-white {
		padding-left: 15px;
		padding-right: 16px;
	}

	.footer-column {
		padding-top: 20px;
	}

	.some-button {
		width: 60px;
		height: 60px;
		margin-top: 30px;
		padding-top: 14px;
		padding-left: 13px;
		padding-right: 13px;
	}

	.nav-link-container {
		margin-right: 10px;
	}

	.logo-container {
		margin-right: 25px;
		padding-left: 0;
	}

	.slider-arrow,
	.slider-arrow.left {
		width: 30px;
	}

	.client-logo {
		height: 40px;
	}

	.photo-column {
		height: 230px;
		margin-bottom: 1px;
	}

	.content-tab-pane {
		padding-top: 0;
	}

	.team-member-column {
		height: 230px;
		margin-bottom: 1px;
	}

	.image-column-overlay {
		padding-top: 115px;
	}

	.overlay-title {
		font-size: 29px;
	}

	.overlay-title._2 {
		font-size: 17px;
	}

	.fun-photo-column {
		height: 230px;
		margin-bottom: 1px;
	}

	.text-slider-image {
		width: 90px;
		margin-bottom: 5px;
	}

	.left-arrow,
	.right-arrow {
		width: 30px;
	}

	.image {
		width: 175px;
	}

	.container {
		padding-bottom: 0;
		padding-right: 10px;
	}

	.div-block-2 {
		margin-left: auto;
		margin-right: auto;
	}

	.paragraph {
		text-align: left;
		margin-left: 10px;
		margin-right: 10px;
		font-size: 20px;
		line-height: 34px;
	}

	.paragraph.ss {
		padding-left: 0;
	}

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

	.div-block-4 {
		margin-right: 20px;
	}

	.columns {
		margin-top: 40px;
	}

	.div-block-5 {
		margin-top: 24px;
	}

	.column {
		padding-left: 0;
		padding-right: 0;
	}

	.div-block-6 {
		margin-top: 30px;
	}

	.column-3 {
		padding-left: 0;
		padding-right: 0;
	}
}

/* Overrides */

button:not(.btn-close) {
	margin: 0 auto;
	padding: 18px 40px;
	font-size: 24px;
	font-weight: 700;
	background: #bd8f1f;
	border: none;
	border-radius: 3px;
	color: #fff;
	transition: background 150ms ease-in-out;
}

button:not(.btn-close):hover {
	background: #a77e1b;
}

nav button {
	padding: 10px 30px;
	font-size: 16px;
}

section.section p {
	margin-bottom: 15px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 400;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.modal-dialog {
	max-width: 600px;
}

.modal-content {
	border: none;
}

.modal-header {
	background: #bd8f1f;
	border: none;
}

.modal-title {
	margin-top: 0;
	color: #fff;
}

.modal-body {
	overflow: auto;
	max-height: 80vh;
	padding: 20px;
}

form img {
	display: none;
}

#submitButton {
	padding: 12px 30px;
	font-size: 20px;
}

#loadingGraphic {
	display: none;
}

.thanks {
	display: none;
}

label.form-check-label {
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.w-row, .w-container {
		display: block !important;
	}

	.image {
		margin-top: 8px;
	}

	.nav-link-container button {
		margin: 19px auto 0;
		padding: 10px 20px;
		font-size: 16px;
	}
}
