/*!
Theme Name: Wild Pixel Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wild-pixel-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Wild Pixel Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
* {
	box-sizing: border-box;
}

:root {
	--font-inter: "Inter", sans-serif;
	--font-space: "Space Grotesk", sans-serif;
	--font-16: 16px;
	--font-18: 18px;
	--font-20: 20px;
	--font-24: 24px;
	--font-28: 28px;
	--font-32: 32px;
	--font-36: 36px;
	--font-40: 40px;
	--font-48: 48px;
	--primary-color: #00E5FF;
	--black-color: #000000;
	--white-color: #ffffff;
	--text-color: #BAC9D4;
	--dark-navy-bg: #00E5FF1A;
	--dark-gray-bg: #2A2A2A;
	--light-gray-bg: #1A1A1A;
	--dark-border: 1px solid #3B494C;
	--navy-border: 1px solid #00E5FF4D;
	--aqua-border: 5px solid var(--primary-color);
	--light-border: 1px solid #849396;
}

body,
html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
}

ul,
ol {
	list-style: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.25;
	color: var(--white-color);
	letter-spacing: 0;
	margin: 0;
}

body {
	line-height: 1.5;
	font-size: var(--font-18);
	font-family: var(--font-inter);
	font-weight: 400;
	color: var(--text-color);
	margin: 0;
	padding: 0;
	background: #131313;
}

section {
	padding: 100px 0;
	overflow: hidden;
	position: relative;
}

section.small-padding {
	padding: 50px 0;
}

.wrapper {
	max-width: 1460px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
}

.wrapper.medium {
	max-width: 1380px;
}

.wrapper.small {
	max-width: 1300px;
}

a {
	text-decoration: none;
	color: var(--text-color);
	transition: 0.5s all;
	font-weight: 600;
	line-height: 1.4;
}

.current-menu-item>a {
	color: var(--primary-color) !important;
}

img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

p {
	margin: 0 0 20px 0;
}

p:last-child {
	margin: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.p-0 {
	padding: 0 !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.m-auto {
	margin: 0 auto;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.aqua {
	color: var(--primary-color) !important;
}

.gray {
	color: var(--text-color);
}

.white {
	color: var(--white-color);
}

.display-none {
	display: none !important;
}

.i-flex {
	display: inline-flex;
}

.btn {
	line-height: 1;
}

.button {
	display: inline-block;
	position: relative;
	font-family: var(--font-space);
	font-size: var(--font-18);
	font-weight: 400;
	text-align: center;
	width: fit-content;
	text-transform: capitalize;
	outline: none;
	padding: 10px 20px;
	cursor: pointer;
	transition: 0.5s all ease-in-out;
	border: var(--light-border);
	z-index: 0;
	overflow: hidden;
	color: var(--white-color);
}

.button.aqua {
	background: var(--primary-color);
	color: var(--black-color) !important;
}

.heading-group {
	margin-bottom: 20px;
}

.intro-description:not(:last-child) {
	margin-bottom: 20px;
}

.title {
	font-size: var(--font-48);
	font-family: var(--font-space);
	color: var(--white-color);
	text-transform: capitalize;
}

.small-heading {
	font-size: var(--font-16);
	color: var(--primary-color);
	text-transform: uppercase;
	margin-bottom: 10px;
	background: var(--dark-navy-bg);
	width: fit-content;
	padding: 3px 10px;
	border: var(--dark-border);
	font-family: var(--font-space);
	letter-spacing: 1.4px;
}

.big-heading {
	font-size: var(--font-48);
	color: var(--white-color);
	text-transform: capitalize;
	font-family: var(--font-space);
	position: relative;
}

.heading {
	font-size: var(--font-24);
	color: var(--white-color);
	text-transform: capitalize;
	margin-bottom: 10px;
	font-family: var(--font-space);
	letter-spacing: 2px;
}

.site-branding img {
	max-width: 150px;
}

.icon i {
	font-size: var(--font-16);
	color: var(--primary-color);
}

::placeholder {
	color: var(--text-color);
}

input,
textarea,
select {
	font-family: var(--font-inter);
	font-size: var(--font-16);
	font-weight: 400;
	color: var(--white-color);
	line-height: 1.2;
	appearance: auto;
	-moz-appearance: auto;
	-ms-appearance: auto;
	-o-appearance: auto;
	width: 100%;
	padding: 10px;
	border-radius: 0;
	outline: 0;
	border: var(--dark-border);
	display: block;
	border-radius: 5px;
	background: var(--black-color);
	margin-top: 10px;
}

textarea {
	max-height: 120px;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	z-index: 2;
	background: radial-gradient(circle at top left, rgba(0, 229, 255, 0.12), transparent 50%), radial-gradient(circle at bottom right, rgba(0, 229, 255, 0.12), transparent 50%);
}

/* toggle */
.toggle {
	display: none;
}

.bar {
	width: 34px;
	height: 3px;
	background-color: var(--white-color);
	margin: 3px 0;
	display: inline-block;
	margin-left: auto;
	border-radius: 5px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	cursor: pointer;
	z-index: 10000;
}

.bar:first-child {
	width: 24px;
}

.bar:last-child {
	width: 17px;
}

.bar.animate.bar:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px);
}

span.bar.animate.bar:nth-child(2) {
	opacity: 0;
}

.bar.animate {
	background-color: var(--primary-color);
}

.bar.animate.bar:nth-child(3) {
	transform: rotate(45deg) translate(-7px, -8px);
	width: 24px;
}

.toggle.active .bar {
	margin-right: 20px;
}

/* Menu Toggle */
.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #2020208a;
	backdrop-filter: blur(20px);
	padding: 20px;
	width: max-content;
	z-index: 4;
	animation: downOut 300ms ease-in-out;
	transform-origin: center center;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s all;
	transform: translate(0%, 0);
	border: var(--light-border);
	border-radius: 10px;
	max-width: 425px;
}

.sub-menu li a {
	transition: 0.5s all;
	width: 100%;
}

.sub-menu li a:hover {
	color: var(--primary-color);
}

.menu li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}

.sub-menu li:not(:last-child) {
	border-bottom: var(--light-border);
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.sub-menu:before {
	content: '\f0d8';
	font-family: 'FontAwesome';
	font-size: 35px;
	color: #849396;
	position: absolute;
	top: 0;
	margin-top: -30px;
}

@keyframes downOut {
	0% {
		transform: translateZ(-200px) transLateY(40px);
	}

	80% {
		transform: translateZ(10px) transLateY(0);
	}

	100% {
		transform: translateZ(0px) transLateY(0);
	}
}

/* Sub Menu */
/* Header */
.header {
	padding: 10px 0;
	background: var(--black-color);
}

.header-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-right {
	width: 75%;
}

.menu {
	display: flex;
}

.menu>li {
	padding: 20px 0;
	position: relative;
}

.menu>li:not(:last-child) {
	margin-right: 50px;
}

.current-menu-parent>a {
	color: var(--primary-color);
}

.menu>li:last-child {
	margin-left: auto;
}

.menu li a {
	text-transform: uppercase;
	position: relative;
}

.menu li a:hover {
	color: var(--primary-color);
}

.menu>li:last-child a {
	margin-left: auto;
	padding: 15px 50px;
	color: var(--white-color);
	border: var(--light-border);
}

.menu li.menu-item-has-children>a:after {
	content: " \f107";
	font-family: 'FontAwesome';
	margin-left: 5px;
}

/* Header */
/* Banner */
.banner {
	background: var(--light-gray-bg);
}

.banner-left {
	width: 50%;
}

.banner-right {
	width: 44%;
	position: relative;
	line-height: 1;
}

.banner-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.banner-right img {
	width: 100%;
	border: var(--dark-border);
}

.button-group {
	display: flex;
	flex-wrap: wrap;
}

.button-group .btn:not(:last-child) {
	margin-right: 20px;
}

.banner-container {
	padding-top: 40px;
	margin-top: 40px;
	border-top: var(--light-border);
}

.banner-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -10px;
}

.banner-list li {
	padding: 0 10px;
	margin: 10px 0;
	width: 50%;
}

.banner-block {
	display: inline-flex;
}

.banner-list-image {
	width: 20px;
	margin-right: 12px;
}

.banner-list-image img {
	width: 100%;
}

.banner-row .small-heading:before {
	content: '\f111';
	font-family: 'Font Awesome 5 Free';
	color: var(--primary-color);
	font-size: 10px;
	border-radius: 100%;
	margin-right: 10px;
}

.banner-row .small-heading {
	display: inline-flex;
	align-items: center;
	margin-bottom: 20px;
}

/* Banner */
/* About */
.about-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.about-left {
	width: 45%;
	padding: 50px 0;
	border-radius: 25px;
	box-shadow: 0 0 30px rgba(0, 229, 255, 0.15);
	border: var(--light-border);
}

.about-left img {
	width: 100%;
	height: 100%;
}

.about-right {
	width: 50%;
}

.about-top {
	width: 90%;
}

.about-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -10px;
	margin-top: 20px;
}

.about-list li {
	width: 50%;
	padding: 0 10px;
	margin: 10px 0;
}

.about-block,
.toolset-block {
	padding: 20px;
	height: 100%;
	border: var(--dark-border);
	border-radius: 15px;
	background: #282828a1;
	display: flex;
}

.toolset-content {
	width: 70%;
}

.about-list-image,
.why-us-list-image,
.values-list-image,
.toolset-image {
	width: 50px;
	height: 50px;
	background: var(--dark-navy-bg);
	border: var(--navy-border);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}

.about-list-image img,
.why-us-list-image img,
.values-list-image img,
.toolset-image img {
	width: 100%;
	max-width: 25px;
}

.about-right .button:after {
	content: '\f105';
	font-family: 'FontAwesome';
	margin-left: 5px;
}
/* About */
/* Why Us */
.why-us-top {
	width: 60%;
	margin-bottom: 30px;
}

.why-us-list,
.values-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -10px;
}

.why-us-list li,
.values-list li {
	width: 33.33%;
	padding: 0 10px;
	margin: 10px 0;
}

.why-us-block,
.values-block {
	padding: 30px;
	border-radius: 20px;
	border: var(--dark-border);
	background: #282828a1;
	height: 100%;
}

.why-us-list-image,
.values-list-image {
	margin-right: 0;
	margin-bottom: 30px;
}

.objective-container {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px;
	border: var(--dark-border);
	border-radius: 25px;
	background: var(--light-gray-bg);
}

.objective-left {
	width: 45%;
}

.objective-right {
	width: 50%;
}

.objective-top .small-heading {
	background: unset;
	border: unset;
	padding: 0;
	margin-bottom: 20px;
}

.objective-counter-list {
	display: flex;
	margin: -10px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.objective-counter-list li {
	width: 50%;
	padding: 0 10px;
	margin: 10px 0;
}

.objective-counter-block {
	padding: 10px 20px;
	background: var(--dark-gray-bg);
	border-left: 5px solid var(--primary-color);
}

.counter-number {
	color: var(--primary-color);
	margin-bottom: 5px;
	font-size: var(--font-24);
}

.objective-image-list {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.objective-image-list li {
	width: 50%;
	margin: 10px 0;
	padding: 0 10px;
}

.objective-image img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.objective-image {
	height: 100%;
	border: var(--dark-border);
	border-radius: 10px;
	background: #131313;
}

/* Why Us */
/* Mission */
.mission-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.mission-left {
	width: 50%;
}

.mission-right {
	width: 40%;
}

.mission-right img {
	width: 100%;
	height: 100%;
	box-shadow: 0 0 30px rgba(0, 229, 255, 0.15);
	border: var(--navy-border);
}

.mission-block:before {
	content: '\f0c8';
	font-family: 'fontAwesome';
	color: var(--primary-color);
	font-size: 10px;
	margin: auto 0;
	margin-right: 10px;
}

.mission-list li:not(:last-child) {
	margin-bottom: 10px;
}

.mission-left .intro-description {
	padding: 25px;
	border: var(--dark-border);
	background: var(--dark-border);
	margin: 40px 0;
	border: var(--light-border);
}

.mission {
	background: var(--light-gray-bg);
}

/* Mission */
/* Core Values */
.values-list li:nth-child(1) {
	width: 100%;
}

.values-big-image img {
	width: 100%;
	height: 100%;
}

.values-big-image {
	margin-top: 20px;
}

/* Core Values */
/* Contact */
.contact-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact-left {
	width: 40%;
}

.contact-top {
	width: 55%;
	padding-left: 20px;
	border-left: 5px solid var(--primary-color);
	margin-bottom: 40px;
}

.contact-right {
	width: 57%;
	background: var(--light-gray-bg);
	padding: 30px;
	border: var(--dark-border);
}

.contact-block:not(:last-child) {
	margin-bottom: 15px;
}

.contact-heading {
	font-size: var(--font-16);
	margin-bottom: 5px;
	color: var(--primary-color);
	font-weight: 400;
}

.contact-block a {
	font-size: var(--font-18);
}

.contact-form .heading {
	margin-bottom: 20px;
	font-size: var(--font-32);
}

.form-warning label {
	display: inline-flex;
	align-items: start;
}

.grid-row {
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
}

.form-col {
	padding: 0 20px;
	margin: 20px 0;
	width: 50%;
}

.form-col:nth-child(3),
.form-col:nth-child(4) {
	width: 100%;
}

.grid-row {
	margin-bottom: 10px;
}

.contact-form .button {
	padding: 10px 50px;
}

.wpcf7-checkbox input[type="checkbox"] {
	width: auto;
}

.wpcf7-list-item-label {
	position: relative;
	padding-left: 15px;
	cursor: pointer;
	display: inline-block;
}

.instrument-content {
	display: flex;
	justify-content: space-between;
}

.instrument-list li:not(:last-child) {
	border-bottom: var(--light-border);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.instrument-list p {
	margin-bottom: 0;
}

.instrument-block,
.contact-main {
	background: var(--light-gray-bg);
	border: var(--dark-border);
	padding: 20px;
}

.instrument-block {
	margin-bottom: 20px;
}

.contact-line {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.contact-line .line {
	width: 33.33%;
	position: relative;
}

.contact-line .line:before {
	content: "";
	width: 92%;
	height: 4px;
	background: var(--dark-gray-bg);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
}

.contact-line .line:first-child:before {
	background: var(--primary-color);
}

/* Contact */
/* Footer */
.footer-bottom {
	margin-top: 40px;
	padding-top: 20px;
	border-top: var(--dark-border);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -10px;
}

.site-footer {
	padding: 70px 0;
	background: var(--black-color);
}

.footer-list>li {
	max-width: 350px;
	padding: 0 10px;
	margin: 10px 0;
}

.footer-block .site-description {
	margin: 30px 0;
}

.footer-heading {
	font-size: var(--font-20);
	margin-bottom: 20px;
}

.footer-menu li:not(:last-child) {
	margin-bottom: 15px;
}

.site-footer a:hover {
	color: var(--primary-color);
}

.social-list {
	display: flex;
}

.social-list>div:not(:last-child) .social-icon {
	margin-right: 20px;
}

.social-icon i {
	border: var(--dark-border);
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: var(--font-20);
}

.system-list li:not(:last-child) {
	margin-bottom: 15px;
}

.system-text {
	font-size: var(--font-16);
}

.system-list li:last-child p {
	color: var(--primary-color);
}

.legal-menu {
	display: flex;
	flex-wrap: wrap;
}

.legal-menu li:not(:last-child) {
	margin-right: 30px;
}

.footer-right p:not(:last-child) {
	margin-right: 20px;
	margin-bottom: 0;
	display: inline;
}

.service-menu {
	display: flex;
	flex-wrap: wrap;
}

.service-menu li {
	width: 50%;
	padding: 0 10px;
}

.footer-list>li:last-child {
	max-width: 730px;
}

/* Footer */
.why-us-top .big-heading:before,
.values-row .big-heading:before {
	content: "";
	width: 25%;
	height: 4px;
	background: var(--primary-color);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
}

.why-us-top .big-heading,
.values-row .big-heading {
	padding-bottom: 10px;
}

.values-row .big-heading:before {
	left: 0;
	transform: unset;
	width: 20%;
}

.values-row .heading-group {
	width: 50%;
}

.objective-image-list li:last-child {
	width: 100%;
}

.objective-top {
	width: 80%;
}

.image {
	position: relative;
	padding-top: 59%;
}

.image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.objective-image-list li:last-child .objective-image .image {
	padding-top: 50%;
}

/* Toolset */
.toolset-block {
	border-radius: 15px;
	height: 100%;
}

.toolset-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -10px;
	margin-top: 30px;
}

.toolset-list li {
	padding: 0 10px;
	margin: 10px 0;
	width: 50%;
}

/* Standards */
.standards-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -10px;
	margin-top: 30px;
}

.standards-list li {
	width: 25%;
	padding: 0 10px;
	margin: 10px 0;
}

.standards-block {
	border: var(--light-border);
	background: var(--dark-gray-bg);
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
}

.standards-content {
	padding: 20px;
}

.standards-image img {
	width: 100%;
	height: 100%;
}

.standards-image .image {
	padding-top: 75%;
}

/* Inner Page - Service */
.service-block a {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
}

.service-list>li:not(:last-child) {
	margin-bottom: 60px;
}

.service-block {
	padding: 50px 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid #131313;
	transition: all .35s ease;
	position: relative;
}

.service-block:hover {
	background: #000;
	border-color: rgba(255, 255, 255, 0.15);

	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08),
		0 8px 20px rgba(120, 120, 120, 0.18),
		0 15px 40px rgba(90, 90, 90, 0.22),
		0 0 35px rgba(180, 180, 180, 0.08);
	border-radius: 10px;
	transform: translateY(-5px);
}

.service-content {
	width: 45%;
}

.service-list-image {
	width: 48%;
}

.service-list-image img {
	width: 100%;
	height: 100%;
	border-radius: 25px;
	object-fit: contain;
}
.service-inner-list .service-text:not(:last-child) {
	margin-bottom: 15px;
}

.service-inner-list .service-text>div {
	display: inline-flex;
}

.service-inner-list .service-text div:before,
.section-one-iq-list li:before {
	content: '\f068';
	color: var(--primary-color);
	font-family: 'FontAwesome';
	font-size: var(--font-16);
	margin-right: 15px;
}

.service-text p span {
	display: block;
	color: white;
	font-weight: 600;
}

.service-list>li:nth-child(even) .service-block {
	flex-direction: row-reverse;
}

.bottom-border-image img {
	width: 100%;
	height: 100%;
}

.inner-banner-row {
	width: 70%;
	margin: 0 auto;
}

.inner-banner {
	background: var(--light-gray-bg);
}

/* Inner Page - Contact Us */
.contact-page .map iframe {
	height: 310px;
}

.contact-page .contact-block:not(:last-child) {
	margin-bottom: 30px;
}

/* Inner Page - Contact Us */
/* Inner Page - Image Tuning */
.iq-right {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.iq-image img {
	width: 100%;
	height: 100%;
}

/* Why It Matter */
.iq-matter-left {
	text-align: center;
}

.iq-matter-right {
	width: 35%;
}

.iq-matter-right .objective-counter-list {
	margin: -10px;
}

.iq-matter-right .objective-counter-list li {
	width: 100%;
}

/* Visual Excellence */
.ve {
	background: var(--light-gray-bg);
}

.ve-right .toolset-content {
	width: 90%;
}

.ve-right .toolset-block {
	height: 100%;
	background: var(--black-color);
	padding: 25px;
	border-radius: 10px;
	border: var(--navy-border);
}

/* Measure KPI */
.measured-kip-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -10px;
	margin-top: 20px;
}

.measured-kip-list li {
	width: 48%;
	display: inline-flex;
	padding: 0 10px;
	margin: 10px 0;
}

.measured-kip-block {
	height: 100%;
}

.measured-kip-list li:before {
	content: '\f054';
	font-family: 'FontAwesome';
	margin-right: 20px;
	color: var(--primary-color);
}

.dv {
	background: var(--black-color);
}

.dv-list {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
	margin-top: 10px;
}

.dv-list li {
	width: 33.33%;
	padding: 0 10px;
	margin: 10px 0;
}

.dv-block {
	padding: 20px;
	border: var(--light-border);
	height: 100%;
	border-radius: 10px;
}

/* Measure KPI */
/* Deliverable */
.deliverable {
	background: var(--black-color);
}

.deliverable-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -10px;
	margin-top: 30px;
}

.deliverable-list li {
	width: 25%;
	padding: 0 10px;
	margin: 10px 0;
}

.deliverable-top {
	padding-left: 20px;
	border-left: 4px solid var(--primary-color);
}

.deliverable-top .heading-group {
	margin-bottom: 5px;
}

.deliverable-list .why-us-block {
	border: var(--navy-border);
	background: #131313;
}

.toolset {
	background: var(--light-gray-bg);
}


/* Single Service Page */
/* Section One */
.section-one-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section-one-left {
	width: 46%;
	padding: 20px;
	background: var(--light-gray-bg);
	border: var(--dark-border);
	height: fit-content;
}

.section-one-right {
	width: 49%;
}

.section-one-iq-list li {
	display: inline-flex;
}

.section-one-iq-list li:not(:last-child) {
	margin-bottom: 10px;
}

.section-one-image {
	width: 70%;
	margin: 0 auto;
	margin-top: 30px;
}

.section-one-image img {
	width: 100%;
	height: 100%;
}

/* Phase */
.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.phase {
	background: var(--black-color);
	overflow: unset;
}

.phase-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.phase-left {
	width: 30%;
}

.phase-right {
	width: 67%;
}

.phase-table-block .heading-group,
.phase-bullet-block .heading-group {
	border-left: var(--aqua-border);
	padding-left: 15px;
}

.phase-tab-list li:not(:last-child) {
	margin-bottom: 20px;
}

.tab-link.button.phase-tab.active {
	background: var(--primary-color);
	color: var(--black-color);
	border: 1px solid black;
}

.phase-table-block .heading,
.phase-bullet-block .heading {
	font-size: var(--font-32);
}

.phase-measurement-list li {
	display: inline-flex;
	padding-left: 25px;
	width: 100%;
}

.phase-measurement-list li:before {
	content: '\f192';
	color: var(--primary-color);
	font-family: 'FontAwesome';
	font-size: 15px;
	margin-right: 30px;
	margin-top: 3px;
}

.phase-measurement-list li:not(:last-child) {
	margin-bottom: 15px;
}

.phase-desc strong {
	color: #eaeaea;
}

.deliverables-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.deliverables-topic {
	width: 44%;
	border-right: 1px solid;
	padding: 10px 15px;
}

.deliverables-content {
	width: 55%;
	padding: 10px 15px;
}

.phase-deliverables-list li:nth-child(odd) {
	background: #2e2e2e;
}

.phase-deliverables-list li:first-child {
	background: #ddd;
	color: black;
}

.phase-deliverables-list {
	border: var(--dark-border);
}

.div-sticky {
	position: sticky;
	top: 50px;
	position: -webkit-sticky;
}

.phase-tab-list .button {
	width: 100%;
	text-align: left;
}

.phase-bullet-container:not(:last-child),
.phase-bullet-list>li:not(:last-child),
.phase-block .section-top:not(:last-child),
.phase-table-list>li:not(:last-child) {
	margin-bottom: 40px;
}

.photo-gallery {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -10px;
}

.phase-photo {
	width: 33.33%;
	padding: 0 10px;
	margin: 10px 0;
}

.phase-photo img {
	width: 100%;
	height: 100%;
}

/* Image Process */

.process-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 100%;
	align-items: center;
	position: relative;
}

.process-heading {
	font-size: var(--font-32);
}

.process-image {
	width: 35%;
}

.process-content {
	width: 35%;
}

.process-list>li:nth-child(odd) .process-image {
	order: 2;
}

.process-list>li:nth-child(odd) .process-content {
	order: -1;
}

.process-step {
	text-align: center;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	display: flex;
	background: var(--black-color);
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	box-shadow: 0 0 30px rgba(0, 229, 255, 0.15);
}

.images-details li:not(:last-child) {
	margin-bottom: 13px;
}

.images-details li p:before {
	content: '\f085';
	font-family: 'fontAwesome';
	color: var(--primary-color);
	margin-right: 10px;
}

.images-details li p {
	display: inline-flex;
}

.process-content .heading {
	margin-bottom: 30px;
}

.process-list {
	margin: -10px;
}

.process-list li {
	margin: 10px 0;
	padding: 0 10px;
	width: 100%;
}

.process-heading span {
	display: block;
}

.process-step:before {
	content: "";
	height: 100%;
}

.process-list li:not(:last-child) .process-block:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	left: 50%;
	top: 100%;
	transform: translate(-50%, -50%);
	background: var(--primary-color);
	z-index: -1;
}

.process-image img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
/* Error Page */
.error-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.error-left,
.error-right {
	width: 47%;
}

.error-left .title {
	font-size: 70px;
}

.error-image img {
	width: 100%;
	height: 100%;
}

/* Map */
.map img {
	width: 100%;
	height: 100%;
	display: block;
}

.map {
	position: relative;
	display: inline-block;
	width: 100%;
}

.pin {
	position: absolute;
	font-size: var(--font-32);
	background: #000;
	border: 3px solid #000;
	border-radius: 50%;
	transform: translate(-50%, -100%);
}

.pin::after {
	content: "\f3c5";
	font-family: 'fontAwesome';
	position: absolute;
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
	border: 6px solid transparent;
	color: red;
}

.pin.usa {
	top: 25%;
	left: 29.7%;
}

.pin.bulgaria {
	top: 24%;
	left: 56%;
}

.pin.india {
	top: 37%;
	left: 69%;
}

/* Map */
.ba-slider {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	line-height: 0;
}

.ba-before {
	display: block;
	width: 100%;
	height: auto;
}

/* Overlay */
.ba-resize {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ba-after {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	max-width: none;
	display: block;
}

.ba-handle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background: #fff;
	z-index: 20;
	transform: translateX(-50%);
	cursor: ew-resize;
}

.ba-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: #fff;
	color: #333;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 12px rgba(0, 0, 0, .25);
	font-weight: bold;
}

.ba-handle:after {
	content: '<>';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--black-color);
}

.ba-slider,
.ba-slider * {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.ba-slider img {
	pointer-events: none;
	-webkit-user-drag: none;
	user-drag: none;
	-webkit-user-select: none;
	user-select: none;
}

.ba-handle {
	pointer-events: auto;
}
.site-branding {
    width: fit-content;
}

.site-branding img {
    max-width: 150px;
}
.legal-list > li {
    margin-bottom: 30px;
}
.legal-list-content  ul > li:not(:last-child) {
	margin-bottom:15px;
}

.legal-list-content strong {
    color: var(--primary-color);
    font-size: var(--font-20);
}
.legal-row .small-heading {
    margin-bottom: 20px;
}
.legal-list-content ul {
    padding-left: 20px;
    list-style: disc;
}
.legal-list-content ul ul{
	    list-style: decimal;
	padding-left:40px;
}
.legal-list-content a {
    color: var(--primary-color);
}
.legal-list-content a:hover {
    color: var(--white-color);
}