/*
Theme Name: Prevail Info Works
Theme URI: https://prevailinfoworks.com
Author: Woss Agency
Author URI: https://woss.agency
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: prevailinfoworks
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ============================================== */
/* ================ general styles ============== */
/* ============================================== */
:root {
	--footer-line: linear-gradient(
		180deg,
		#1cb3c5 0%,
		rgba(28, 179, 197, 0) 100%
	);
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('assets/fonts/HelveticaNeue-Light.woff2') format('woff2'),
		url('assets/fonts/HelveticaNeue-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('assets/fonts/HelveticaNeue-CondensedBlack.woff2') format('woff2'),
		url('assets/fonts/HelveticaNeue-CondensedBlack.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('assets/fonts/HelveticaNeue-Medium.woff2') format('woff2'),
		url('assets/fonts/HelveticaNeue-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('assets/fonts/HelveticaNeue-CondensedBold.woff2') format('woff2'),
		url('assets/fonts/HelveticaNeue-CondensedBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('assets/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
		url('assets/fonts/HelveticaNeue-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('assets/fonts/HelveticaNeue-Thin.woff2') format('woff2'),
		url('assets/fonts/HelveticaNeue-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('assets/fonts/HelveticaNeue.woff2') format('woff2'),
		url('assets/fonts/HelveticaNeue.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('assets/fonts/HelveticaNeue-UltraLight.woff2') format('woff2'),
		url('assets/fonts/HelveticaNeue-UltraLight.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

html {
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: 'Helvetica Neue';
	color: #2c2c2c;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
main {
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: normal;
}
figure,
img {
	padding: 0;
	margin: 0;
}
img {
	vertical-align: middle;
	border-style: none;
}
a:hover {
	text-decoration: none;
}
a {
	transition: all 0.2s ease-in;
}
p {
	padding: 0;
	margin: 0;
	line-height: 1.7;
}
button,
input,
select,
textarea {
	font-family: 'Helvetica Neue';
}
.btn:focus,
.btn:active,
a:focus,
a:active,
input:focus,
input:active,
textarea:focus,
textarea:active,
select:focus,
select:active,
button:focus,
button:active,
span:focus,
span:active {
	outline: 0;
	box-shadow: none;
}
*,
::after,
::before {
	box-sizing: border-box;
}

/* Helper Styles */
.site-container {
	max-width: 1440px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.site-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.site-align-center{
	align-items: center;
	justify-content: center;
}
.site-col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.site-col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.site-col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.site-col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.site-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.site-col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.site-col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.site-col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.site-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.site-col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.site-col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.site-col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.site-col-1,
.site-col-2,
.site-col-3,
.site-col-4,
.site-col-5,
.site-col-6,
.site-col-7,
.site-col-8,
.site-col-9,
.site-col-10,
.site-col-11,
.site-col-12 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.site-col-offset-4 {
	margin-left: 33.333333%;
}
.site-col-offset-3 {
	margin-left: 25%;
}
.site-col-offset-2 {
	margin-left: 16.666667%;
}
.site-col-offset-1 {
	margin-left: 8.333333%;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}

/* Site Headings */
.text-center {
	justify-content: center;
	text-align: center;
}
.text-right {
	text-align: right;
	justify-content: flex-end;
}
.text-left {
	text-align: left;
	justify-content: flex-start;
}
.site-heading-white {
	color: #ffffff;
}
.site-heading {
	display: flex;
}
.site-heading p {
	margin-bottom: 15px;
}
.site-heading p:last-of-type {
	margin-bottom: 0;
}
.site-heading h2 {
	font-size: 42px;
	font-weight: 500;
}
.site-heading h2 em {
	position: absolute;
	font-size: 26px;
	font-style: normal;
}
.site-heading h3 {
	font-size: 36px;
	font-weight: 500;
}
.site-heading h4 {
	font-size: 32px;
}
.site-heading h5 {
	font-size: 24px;
}
.site-heading div::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 3px;
	height: 100%;
	background: linear-gradient(180deg, #1cb3c5 0%, #fb79c7 100%);
}
.site-heading div {
	position: relative;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;
	padding-left: 35px;
}

/* Site Buttons */
.site-button {
	display: inline-block;
}
.site-button a {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	align-items: center;
	justify-content: space-between;
	color: #ffffff;
	padding: 0 5px 0 15px;
	height: 45px;
	width: 250px;
	border-radius: 50px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #07b3c6;
}
.site-button a:hover {
	background-color: #fb79c7;
}
.site-button a:hover svg {
	transform: translateX(-205px);
}
.site-button a:hover span {
	transform: translateX(40px);
}
.site-button a svg {
	width: 35px;
	height: 35px;
	margin-left: 15px;
	transform: translateX(0);
	transition: transform 0.3s ease;
}
.site-button a span {
	transform: translateX(0);
	transition: transform 0.3s ease;
}

.site-button-link a {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	color: #07b3c6;
	text-decoration: none;
}
.site-button-link a svg {
	height: 14px;
	width: auto;
	margin-left: 10px;
}

/* Sections Spacing */
.site-row-p20x {
	padding-top: 20px;
	padding-bottom: 20px;
}
.site-row-pt20x {
	padding-top: 20px;
}
.site-row-pb20x {
	padding-bottom: 20px;
}
.site-row-p25x {
	padding-top: 25px;
	padding-bottom: 25px;
}
.site-row-pt25x {
	padding-top: 25px;
}
.site-row-pb25x {
	padding-bottom: 25px;
}
.site-row-p30x {
	padding-top: 30px;
	padding-bottom: 30px;
}
.site-row-pt30x {
	padding-top: 30px;
}
.site-row-pb30x {
	padding-bottom: 30px;
}
.site-row-p35x {
	padding-top: 35px;
	padding-bottom: 35px;
}
.site-row-pt35x {
	padding-top: 35px;
}
.site-row-pb35x {
	padding-bottom: 35px;
}
.site-row-p50x {
	padding-top: 50px;
	padding-bottom: 50px;
}
.site-row-pt50x {
	padding-top: 50px;
}
.site-row-pb50x {
	padding-bottom: 50px;
}
.site-row-p40x {
	padding-top: 40px;
	padding-bottom: 40px;
}
.site-row-pt40x {
	padding-top: 40px;
}
.site-row-pb40x {
	padding-bottom: 40px;
}
.site-row-p70x {
	padding-top: 70px;
	padding-bottom: 70px;
}
.site-row-pt70x {
	padding-top: 70px;
}
.site-row-pb70x {
	padding-bottom: 70px;
}
.site-row-p100x {
	padding-top: 100px;
	padding-bottom: 100px;
}
.site-row-pt100x {
	padding-top: 100px;
}
.site-row-pb100x {
	padding-bottom: 100px;
}
.site-row-p140x {
	padding-top: 140px;
	padding-bottom: 140px;
}
.site-row-pt140x {
	padding-top: 140px;
}
.site-row-pb140x {
	padding-bottom: 140px;
}
.site-row-p180x {
	padding-top: 180px;
	padding-bottom: 180px;
}
.site-row-pt180x {
	padding-top: 180px;
}
.site-row-pb180x {
	padding-bottom: 180px;
}
.site-row-p200x {
	padding-top: 200px;
	padding-bottom: 200px;
}
.site-row-pt200x {
	padding-top: 200px;
}
.site-row-pb200x {
	padding-bottom: 200px;
}

/* VC Styles */
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0 !important;
}
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill
	+ .vc_row-full-width
	+ .vc_row
	> .vc_column_container
	> .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
	padding-top: 0 !important;
}
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.vc_section.vc_section-has-fill + .vc_section {
	padding-top: 0 !important;
}
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6 {
	margin-bottom: 15px;
}
.wpb_text_column p {
	margin-bottom: 15px;
}
.wpb_text_column p strong {
	color: #6c4932;
	font-weight: 600 !important;
}
.wpb_text_column iframe {
	width: 100% !important;
	height: 500px !important;
}
.wpb_text_column ul,
.wpb_text_column ol {
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
}
.wpb_text_column ul li,
.wpb_text_column ol li {
	margin-bottom: 5px;
	line-height: 2;
}
.wpb_text_column p a,
.wpb_text_column li a {
	color: #07b3c6;
	text-decoration: underline;
}
.wpb_text_column .wp-video {
	width: 100% !important;
}

/* 404 Page Styles */
.no-result-page {
	text-align: center;
	padding-top: 170px;
	padding-bottom: 100px;
	background-color: #f0f4f7;
}
.no-result-page img {
	width: auto;
	height: 150px;
	margin-bottom: 35px;
}
.no-result-page h1 {
	font-size: 42px;
	font-weight: 500;
	margin: 0 0 25px 0;
}
.no-result-page p {
	margin-bottom: 25px;
}
.no-result-page .site-button-dark {
	margin-top: 35px;
	justify-content: center;
}

/* CF7 Styles */
.wpcf7-spinner {
	display: none;
}
.wpcf7-response-output {
	display: none;
}
.wpcf7 .sent .wpcf7-response-output {
	font-size: 14px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	padding: 10px 0 0 0;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
	position: absolute;
	left: auto;
	right: 0;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7
	form.payment-required
	.wpcf7-response-output
	.wpcf7
	form
	.wpcf7-response-output {
	padding: 0;
	margin: 0;
	border: none;
}

/* Walkthrough Page Styles */
.walkthrough-page {
	padding: 20px;
}
.site-back-button {
	position: absolute;
	left: 0;
	top: 0;
}
.site-back-button .btn {
	color: #2c2c2c;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	text-decoration: none;
	text-transform: uppercase;
}
.site-back-button svg {
	width: 45px;
	height: 45px;
	margin-right: 10px;
}
.walkthrough-row {
	position: relative;
	display: flex;
}
.walkthrough-col:nth-child(1) {
	width: 40%;
	margin-left: 5%;
}
.walkthrough-col:nth-child(2) {
	width: 50%;
	margin-left: 5%;
}
.walkthrough-content {
	padding: 70px 0 0 0;
}
.walkthrough-details .logo {
	height: 35px;
	width: auto;
	margin-bottom: 35px;
}
.walkthrough-details h2 {
	font-size: 42px;
	font-weight: 500;
	margin: 0 0 30px 0;
}
.walkthrough-details em {
	font-style: normal;
	font-size: 12px;
}
.walkthrough-details p:first-of-type {
	display: flex;
}
.site-walkthrough-form {
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px solid rgba(0, 23, 31, 0.08);
}
.walkthrough-features {
	display: flex;
	gap: 10px;
	margin-top: 35px;
}
.walkthrough-features-item {
	width: 33.333333%;
	color: #ffffff;
	padding: 20px;
	border-radius: 12px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('assets/images/walkthrough-features-bg.jpg');
}
.walkthrough-features-header {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	justify-content: space-between;
}
.walkthrough-features-header svg {
	width: 35px;
	height: 35px;
}
.walkthrough-features-header h4 {
	font-size: 22px;
	font-weight: 600;
}
.walkthrough-features-item p {
	font-size: 16px;
}
.site-walkthrough-form-input {
	margin-bottom: 25px;
}
.site-walkthrough-form-input br {
	display: none;
}
.site-walkthrough-form-input label, .dscf7_lt {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
.site-walkthrough-form-input label span {
	color: #007c8a;
}
.site-walkthrough-form-input select{
	padding: 0 15px;
	font-size: 16px;
	height: 45px;
	width: 100%;
	border: none;
	border-radius: 12px;
	background-color: #f0f4f7;
}
.site-walkthrough-form-input input{
	padding: 0 15px;
	font-size: 16px;
	height: 45px;
	width: 100%;
	border: none;
	border-radius: 12px;
	background-color: #f0f4f7;
}
.site-walkthrough-form-button input {
	cursor: pointer;
	color: #ffffff;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	align-items: center;
	justify-content: space-between;
	padding: 0 55px 0 20px;
	height: 45px;
	width: auto;
	border: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 50px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease-in;
	background-color: #07b3c6;
	background-size: 33.5px;
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Crect width='40' height='40' rx='20' fill='%23fff'%3E%3C/rect%3E%3Cpath d='M14.09 21.09h9.185l-3.592 3.593a1.091 1.091 0 0 0 1.543 1.543l5.454-5.455a1.09 1.09 0 0 0 0-1.542l-5.454-5.455a1.091 1.091 0 0 0-1.543 1.543l3.592 3.592h-9.184a1.09 1.09 0 1 0 0 2.182Z' fill='%232C2C2C'%3E%3C/path%3E%3Cpath d='M14.09 21.09h9.185l-3.592 3.593a1.091 1.091 0 0 0 1.543 1.543l5.454-5.455a1.09 1.09 0 0 0 0-1.542l-5.454-5.455a1.091 1.091 0 0 0-1.543 1.543l3.592 3.592h-9.184a1.09 1.09 0 1 0 0 2.182Z' fill='%230D0D0D' fill-opacity='.2'%3E%3C/path%3E%3C/svg%3E");
}
.site-walkthrough-form-button input:hover {
	background-color: #fb79c7;
}
.form-neither-caption-active .form-neither-caption-holder {
    display: block;
}
.form-neither-caption-holder {
    display: none;
    z-index: 11;
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
body.form-neither-modal-open {
    overflow: hidden;
}
.form-neither-modal-open .site-overlay {
    opacity: 1;
    visibility: visible;
}
.form-neither-close {
    position: absolute;
    top: -30px;
    right: -30px;
}
.form-neither-close-icon {
    cursor: pointer;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-left: auto;
}
.form-neither-close-icon::before,
.form-neither-close-icon::after {
    position: absolute;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #ffffff;
}
.form-neither-close-icon::before {
    transform: rotate(45deg);
}
.form-neither-close-icon::after {
    transform: rotate(-45deg);
}
.form-neither-content{
	padding: 40px;
	text-align: center;
    border-radius: 12px;
    background-color: #ffffff;
}
.form-neither-content h2{
	font-size: 24px;
	font-weight: 500;
}
.form-separator{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
}
.form-separator::before{
	display: inline-block;
	content: '';	
	width: 200px;
	height: 2px;
	background: linear-gradient(270deg, #1CB3C5 0%, rgba(28, 179, 197, 0.00) 100%);
}
.form-neither-content p{
	margin-bottom: 10px;
}
.form-neither-content p a{
	color: #45C6D4;
	text-decoration: underline;
}

/* ============================================== */
/* ================ header styles =============== */
/* ============================================== */

/* Navigation */
.main-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: auto;
	z-index: 9;
	margin: 15px 15px 0 15px;
	border-radius: 50px;
	transition: 0.3s ease;
}
.main-nav {
	display: flex;
	padding: 10px;
	align-items: center;
	border-radius: 50px;
	justify-content: space-between;
	background-color: #ffffff;
}
.nav-logo {
	width: 25%;
	display: flex;
	padding: 0;
	align-items: center;
	justify-content: flex-start;
}
.nav-logo a {
	display: flex;
	gap: 5px;
	height: 35px;
	text-decoration: none;
	color: #000;
}
.nav-logo a em {
	font-size: 15px;
	font-style: normal;
	line-height: 12px;
}
.nav-logo img {
	display: block;
	height: 35px;
	width: auto;
}
.nav-menu {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-menu ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu ul li {
	position: relative;
	display: flex;
	padding: 0;
	align-items: center;
	margin-right: 30px;
}
.nav-menu ul li:last-of-type {
	margin-right: 0;
}
.nav-menu ul li a {
	position: relative;
	color: #2c2c2c;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	border-radius: 12px;
	text-decoration: none;
}
.nav-menu ul li.menu-item-has-children a:hover {
	color: #2c2c2c;
}
.nav-menu ul li a:hover {
	color: #07b3c6;
}
.nav-menu ul li.menu-item-has-children > a {
	padding-right: 15px;
}
.nav-menu ul li.menu-item-has-children > a::after {
	position: absolute;
	top: 7px;
	right: -1px;
	content: '';
	width: 11px;
	height: 6px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 6'%3E%3Cpath d='M5.5 3.879 9.212.166l1.06 1.06L5.5 6 .727 1.227l1.06-1.06L5.5 3.878Z' fill='%232C2C2C'/%3E%3Cpath d='M5.5 3.879 9.212.166l1.06 1.06L5.5 6 .727 1.227l1.06-1.06L5.5 3.878Z' fill='%230D0D0D' fill-opacity='.2'/%3E%3C/svg%3E");
}
.nav-menu ul li.menu-item-has-children .sub-menu {
	display: block;
	padding: 20px;
	margin: 0;
	position: absolute;
	top: 35px;
	left: -25px;
	width: 320px;
	z-index: 9;
	border-radius: 15px;
	background-color: #ffffff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	visibility: hidden;
	opacity: 0;
	-webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
}
.nav-menu ul li.menu-item-has-children .sub-menu .sub-menu {
	position: static;
	padding: 0;
	border: none;
	top: auto;
	left: 0;
	width: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
}
li.sub-menu-parent > a {
	display: block;
	pointer-events: none;
	color: #07b3c6 !important;
	margin-bottom: 5px !important;
	text-transform: uppercase !important;
}
li.sub-menu-parent > a::after {
	background-image: none !important;
}
li.sub-menu-separator {
	padding: 0 0 15px 0 !important;
	margin: 0 0 15px 0 !important;
	border-bottom: 1px solid rgba(0, 23, 31, 0.08);
}
.nav-menu ul li.menu-item-has-children .sub-menu li {
	padding: 0;
	display: block;
	margin: 0 0 15px 0;
}
.nav-menu ul li.menu-item-has-children .sub-menu li:last-of-type {
	margin-bottom: 0;
}
.nav-menu ul li.menu-item-has-children .sub-menu li a {
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.nav-menu ul li.menu-item-has-children .sub-menu li a:hover {
	color: #07b3c6;
}
.nav-menu ul li.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}
.nav-tools {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.nav-tools-social {
	margin-right: 10px;
}
.nav-tools-social a {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
}
.nav-tools-social a svg {
	width: 40px;
	height: 40px;
}
.nav-tools-cta a {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	align-items: center;
	justify-content: space-between;
	color: #ffffff;
	padding: 0 5px 0 15px;
	height: 45px;
	width: 250px;
	border-radius: 50px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #07b3c6;
}
.nav-tools-cta a:hover {
	background-color: #fb79c7;
}
.nav-tools-cta a:hover svg {
	transform: translateX(-205px);
}
.nav-tools-cta a:hover span {
	transform: translateX(40px);
}
.nav-tools-cta a svg {
	width: 35px;
	height: 35px;
	margin-left: 15px;
	transform: translateX(0);
	transition: transform 0.3s ease;
}
.nav-tools-cta a span {
	transform: translateX(0);
	transition: transform 0.3s ease;
}

/* Mobile Navigation */
.nav-tools-mobile {
	display: none;
	margin-left: 15px;
}
.menu-open-mobile {
	cursor: pointer;
	color: #ffffff;
	display: flex;
	flex-direction: column;
}
.menu-open-mobile span {
	width: 25px;
	height: 1.5px;
	background-color: #07b3c6;
}
.menu-open-mobile span:nth-child(2) {
	margin-top: 5px;
}
.menu-open-mobile span:nth-child(3) {
	margin-top: 5px;
}
.site-overlay {
	cursor: pointer;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s linear;
	background: rgba(0, 0, 0, 0.6);
}
.mobile-menu {
	position: fixed;
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	background-color: #ffffff;
	z-index: 11;
	overflow: auto;
	transform: none;
	transform: translate3d(100%, 0, 0);
	transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.mobile-menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mobile-menu-inner {
	padding: 15px;
}
.mobile-menu-logo img,
.mobile-menu-logo {
	height: 30px;
	width: auto;
}
.mobile-menu-active .mobile-menu {
	transform: none;
}
body.mobile-menu-open {
	overflow: hidden;
}
.mobile-menu-open .site-overlay {
	opacity: 1;
	visibility: visible;
}
.menu-close {
	display: block;
	width: 22px;
	height: 22px;
	text-align: center;
	margin-left: auto;
}
.menu-close::before,
.menu-close::after {
	position: absolute;
	content: ' ';
	height: 22px;
	width: 1.5px;
	background-color: #07b3c6;
}
.menu-close::before {
	transform: rotate(45deg);
}
.menu-close::after {
	transform: rotate(-45deg);
}
.mobile-menu-close-inner {
	cursor: pointer;
	display: flex;
	color: #313132;
	align-items: center;
}
.mobile-menu-content {
	padding: 20px 0;
	margin: 20px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.mobile-menu-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.mobile-menu-content ul li {
	position: relative;
	margin-bottom: 15px;
}
.mobile-menu-content ul li:last-of-type {
	margin-bottom: 0;
}
.mobile-menu-content ul li a {
	position: relative;
	color: #2c2c2c;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}
.mobile-menu-content .sub-menu {
	display: none;
	margin-top: 10px;
	padding-left: 10px;
}
.mobile-menu-content .sub-menu li a {
	opacity: 0.5;
}
.mobile-menu-content .sub-menu .sub-menu {
	display: block;
}
.mobile-menu-content li.sub-menu-parent::after {
	content: none !important;
}
.mobile-menu-content li.sub-menu-parent .sub-menu {
	padding-left: 0;
}
.mobile-menu-content li.sub-menu-separator {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.mobile-menu-content li.sub-menu-parent > a {
	opacity: 1 !important;
}
.mobile-menu-content ul .is-active.menu-item-has-children::after {
	transform: rotate(-180deg);
}
.mobile-menu-content ul li.menu-item-has-children::after {
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	width: 12px;
	height: 7px;
	transition: transform 0.3s ease;
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg class='menu-toggle-icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 192'%3E%3Cpath d='M176 192a15.97 15.97 0 0 1-6.124-1.215 15.964 15.964 0 0 1-5.188-3.473l-160-160c-6.252-6.252-6.252-16.376 0-22.624 6.252-6.248 16.376-6.252 22.624 0L176 153.376 324.688 4.688c6.252-6.252 16.376-6.252 22.624 0 6.248 6.252 6.252 16.376 0 22.624l-160 160a15.964 15.964 0 0 1-5.188 3.473A15.97 15.97 0 0 1 176 192Z' fill='%23010314'%3E%3C/path%3E%3C/svg%3E");
}
.mobile-menu-footer .nav-tools-cta a {
	width: 100%;
}

/* Single page header */
.site-header {
	position: relative;
}
.site-header::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
.site-header-image figure {
	height: 85vh;
}
.site-header-image figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.site-header-caption {
	position: absolute;
	top: 55%;
	left: 50%;
	width: 100%;
	text-align: center;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.site-header .page-breadcrumbs span.breadcrumbs-separator {
	padding: 0 5px;
}
.site-header .page-breadcrumbs a,
.site-header .page-breadcrumbs span {
	color: #ffffff;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}
.site-header .page-breadcrumbs span.breadcrumbs-current {
	opacity: 0.8;
}
.site-header-inner {
	position: relative;
	height: 100%;
}
.site-header-content {
	color: #ffffff;
}
.site-header-content h1 {
	font-size: 62px;
	font-weight: 500;
	margin-bottom: 25px;
}
.site-header-content p {
	font-size: 20px;
	margin-bottom: 30px;
}

/* Single Page Header Default */
.page-header-default {
	text-align: center;
	padding: 160px 0 70px 0;
	background-color: #f9f7f5;
}
.page-header-default .page-breadcrumbs span.breadcrumbs-separator {
	padding: 0 5px;
}
.page-header-default .page-breadcrumbs a,
.page-header-default .page-breadcrumbs span {
	color: #313132;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}
.page-header-default .page-breadcrumbs span.breadcrumbs-current {
	opacity: 0.8;
}
.page-header-default h1 {
	font-size: 52px;
	margin: 20px 0 0 0;
}

/* ============================================== */
/* =============== elements styles ============== */
/* ============================================== */

/* hero block (home) */
.site-hero {
	position: relative;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-image: url('assets/images/hero_cover.jpg');
}
.hero-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
.hero-text-caption {
	position: absolute;
	top: 60%;
	left: 50%;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	transform: translate(-50%, -50%);
}
.hero-caption-content {
	text-align: center;
}
.hero-caption-content h1{
	color: #ffffff;
	font-size: 58px;
	font-weight: 500;
	margin-bottom: 25px;
}
.hero-caption-content p{
	position: relative;
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 30px;
}
.hero-caption-content .site-button{
	margin-bottom: 30px;
}
.hero-caption-content p em{
	position: absolute;
	font-style: normal;
	font-size: 15px;
	margin-left: 5px;
}
.icon-scroll {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	border: 1.5px solid #fff;
}
.icon-scroll svg {
	width: auto;
	height: 10px;
	animation: scroll 1.5s ease infinite;
}

@keyframes scroll {
	0% {
		transform: translateY(-15px);
		opacity: 0;
	}
	50% {
		transform: translateY(0px);
		opacity: 1;
	}
	100% {
		transform: translateY(15px);
		opacity: 0;
	}
}

/* partners logo carousel */
.partners-logos-block {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #1c1c1c;
}
.partners-logos-content h3 {
	color: #ffffff;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 15px;
}
.partners-logos-content p {
	font-size: 16px;
	color: #dddddd;
}
:root {
	--marquee-width: 100%;
	--marquee-height: auto;
	--marquee-elements-displayed: 4;
	--marquee-element-width: calc(
		var(--marquee-width) / var(--marquee-elements-displayed)
	);
	--marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}
.marquee {
	width: var(--marquee-width);
	height: var(--marquee-height);
	overflow: hidden;
	position: relative;
}
.marquee:before,
.marquee:after {
	position: absolute;
	top: 0;
	width: 10rem;
	height: 100%;
	content: '';
	z-index: 1;
}
.marquee:before {
	left: 0;
	background: linear-gradient(to right, #1c1c1c 0%, transparent 100%);
}
.marquee:after {
	right: 0;
	background: linear-gradient(to left, #1c1c1c 0%, transparent 100%);
}
.marquee-content {
	list-style: none;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	animation: scrolling var(--marquee-animation-duration) linear infinite;
}
.marquee-content:hover {
	animation-play-state: paused;
}
@keyframes scrolling {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(
			calc(-1 * var(--marquee-element-width) * var(--marquee-elements))
		);
	}
}
.marquee-content li {
	display: flex;
	padding: 0 25px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: var(--marquee-element-width);
	max-height: 100%;
	font-size: calc(var(--marquee-height) * 3 / 4);
	white-space: nowrap;
}
.marquee-content li {
	height: 150px;
}
.marquee-content li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) invert(1);
	object-position: center center;
}

/* info block (multiple page) */
.info-block {
	position: relative;
}
.info-block-left .site-row {
	flex-direction: row-reverse;
}
.info-block-content {
	padding-right: 70px;
}
.info-block-left .info-block-content {
	padding-right: 0;
	padding-left: 70px;
}
.info-block-content h2 {
	font-size: 42px;
	font-weight: 500;
	margin: 0 0 25px 0;
}
.info-block-content .site-button {
	margin-top: 35px;
}
.info-block-content p {
	margin-bottom: 25px;
}
.info-block-content strong {
	color: #007c8a;
	font-weight: 400;
	font-style: italic;
}
.info-block-content p:last-of-type {
	margin-bottom: 0;
}
.info-block-image img {
	border-radius: 12px;
}

/* technologies boxes list */
.technologies-boxes-list {
	margin-top: 20px;
}
.technologies-boxes-list .site-col-4 {
	margin-top: 30px;
}
.technologies-box-item {
	perspective: 1000px;
	width: 100%;
}
.technologies-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}
.technologies-box-item:hover .technologies-box-inner {
	transform: rotateY(180deg);
}
.technologies-box-header,
.technologies-box-caption {
	position: absolute;
	width: 100%;
	height: 100%;
}
.technologies-box-image figure,
.technologies-box-image img {
	border-radius: 12px;
}
.technologies-box-caption {
	display: flex;
	flex-direction: column;
	opacity: 0;
	padding: 30px;
	transition: 0.3s;
	visibility: hidden;
	border-radius: 12px;
	transform: rotateY(180deg);
	background-color: #ffffff;
}
.technologies-box-item:hover .technologies-box-caption {
	opacity: 1;
	visibility: visible;
}
.technologies-box-header h2 {
	color: #ffffff;
	font-size: 22px;
	font-weight: 500;
	position: absolute;
	top: auto;
	left: 30px;
	right: 30px;
	bottom: 30px;
}
.technologies-box-caption h2 {
	font-size: 22px;
	font-weight: 500;
}
.technologies-box-caption p {
	font-size: 18px;
	margin-top: auto;
	margin-bottom: auto;
}
.technologies-box-caption .site-button-link a {
	position: relative;
	z-index: 9;
}
.technologies-box-item-last {
	position: relative;
}
.technologies-box-item-last-caption {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.technologies-box-item-last-caption h4 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 20px;
}

/* blockquote */
.blockquote-holder {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.blockquote-holder::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
}
.blockquote-item {
	position: relative;
}
.blockquote-item svg {
	height: 50px;
	width: auto;
}
.blockquote-details {
	max-width: 80%;
}
.blockquote-details h3 {
	color: #ffffff;
	font-size: 42px;
	font-weight: 500;
	padding: 50px 0 0 0;
}
.blockquote-image {
	display: flex;
	align-items: center;
}
.blockquote-image p {
	color: #ffffff;
	margin-left: 15px;
}
.blockquote-image img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

/* Icons Box */
.icons-block {
	padding-top: 50px;
}
.icons-block-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
.icon-block-col {
	display: flex;
	flex-direction: column;
}
.icon-block-item {
	height: 100%;
	padding: 30px;
	display: flex;
	align-items: center;
	border-radius: 12px;
	background-color: #ffffff;
}
.icon-block-image {
	flex-shrink: 0;
	margin-right: 15px;
}
.icon-block-image img {
	width: 70px;
	height: 70px;
}
.icon-block-content h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
}
.icons-block-second-style .icons-block-list {
	grid-template-columns: repeat(4, 1fr);
}
.icons-block-third-style .icons-block-list {
	grid-template-columns: repeat(3, 1fr);
}
.icons-block-second-style .icon-block-item,
.icons-block-third-style .icon-block-item {
	display: block;
}
.icons-block-second-style .icon-block-image,
.icons-block-third-style .icon-block-image {
	margin-right: 0;
	margin-bottom: 15px;
}
.icons-block-second-style .icon-block-content h4,
.icons-block-third-style .icon-block-content h4 {
	margin-bottom: 10px;
}

/* image gallery carousel */
.image-gallery-carousel .slick-prev {
	left: 15px;
}
.image-gallery-carousel .slick-next {
	right: 15px;
}
.image-gallery-carousel .slick-next,
.image-gallery-carousel .slick-prev {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 40px;
	width: 40px;
	border: none;
	z-index: 1;
	border-radius: 50px;
	background-color: #ffffff;
}
.image-gallery-carousel .slick-next svg,
.image-gallery-carousel .slick-prev svg {
	height: 14px;
}
.image-gallery-carousel .slick-list {
	margin-left: -10px;
	margin-right: -10px;
}
.carousel-item {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.carousel-item figure {
	height: 450px;
}
.carousel-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 12px;
	object-position: center center;
}
body.mfp-zoom-out-cur {
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 100% !important;
	touch-action: none !important;
	-webkit-overflow-scrolling: touch !important;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	font-size: 32px;
	font-weight: 300;
	opacity: 1 !important;
	font-family: 'Helvetica Neue';
}
img.mfp-img {
	border-radius: 12px;
}
.mfp-arrow {
	opacity: 1 !important;
}
.mfp-arrow-right:before {
	margin-left: 50px !important;
}
.mfp-arrow:before,
.mfp-arrow:after {
	opacity: 1 !important;
	border: none !important;
}
.mfp-arrow-left:before {
	width: 25px !important;
	height: 25px !important;
	background: url('assets/images/arrow_left.svg') no-repeat;
}
.mfp-arrow-right:before {
	width: 25px !important;
	height: 25px !important;
	background: url('assets/images/arrow_right.svg') no-repeat;
}
.mfp-arrow-left:before,
.mfp-arrow-left:after {
	border: none !important;
}

/* about page counter */
.about-counter-item {
	text-align: center;
}
.about-counter-item strong {
	display: block;
	font-size: 72px;
	font-weight: 400;
}

/* about page features */
.about-features-block {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #00434c;
}
.about-features-content h2 {
	color: #ffffff;
	font-size: 42px;
	font-weight: 500;
	margin: 0 0 35px 0;
}
.about-features-content br {
	display: none;
}
.about-features-content img {
	border-radius: 12px;
	height: 300px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: top center;
}
.about-features-details br {
	display: none;
}
.about-features-details p:first-of-type {
	padding-top: 35px;
	border-top: 1px solid #007c8a;
}
.about-features-details p {
	color: #83d9e3;
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #007c8a;
}
.about-features-details p:last-of-type {
	margin-bottom: 0;
}
.about-features-details strong {
	display: block;
	font-size: 72px;
	font-weight: 400;
}

/* jobs accordions block */
.accordions-block {
	margin: 0;
	padding: 0;
	list-style: none;
}
.accordion-item {
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px solid rgba(0, 23, 31, 0.08);
}
.accordion-item:last-of-type {
	padding-bottom: 35px;
	border-bottom: 1px solid rgba(0, 23, 31, 0.08);
}
.accordion-title {
	position: relative;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.accordion-title ul {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
.accordion-title ul li {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 15px;
	border-radius: 50px;
	background-color: #e7f8fa;
}
.accordion-title ul li svg {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.accordion-title h4 {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 15px;
}
.accordion-title::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-image: url('assets/images/toggle-down-icon.svg');
}
.accordion-item.is-active .accordion-title::after {
	background-image: url('assets/images/toggle-up-icon.svg');
}
.accordion-content {
	display: none;
	padding: 25px 0 0 25px;
	max-width: 60%;
}
.accordion-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.accordion-content ul li {
	position: relative;
	padding: 0 0 0 15px;
	margin: 0 0 15px 0;
	line-height: 1.4;
}
.accordion-content ul li::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '\2022';
	color: #00545e;
	width: 5px;
}
.accordion-content p {
	margin-bottom: 15px;
}
.accordion-content p a {
	color: #07b3c6;
	text-decoration: none;
}
.accordion-content p:last-of-type {
	margin-bottom: 0;
}
.accordion-content em {
	display: block;
	padding: 20px;
	font-weight: 500;
	font-style: normal;
	border-radius: 12px;
	background-color: #e7f8fa;
}
.accordion-item .site-button {
	margin-top: 35px;
}
.accordion-item .site-button a{
	width: 255px;
}

/* single interface scroll */
.interface-scroll-section h2{
	font-size: 42px;
    font-weight: 500;
    margin: 0 0 25px 0;
}
.interface-scroll-details h3{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
.interface-scroll-details ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.interface-scroll-details ul li {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
	line-height: 1.4;
}
.interface-scroll-details ul li:last-of-type {
	margin: 0;
}
.interface-scroll-details ul li::before {
	position: absolute;
	left: 0;
	top: 7px;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50px;
	border: 1.5px solid #07b3c6;
	background-color: transparent;
}
.scroll-image-svg{
	position: relative;
}
.scroll-image-svg svg.animation1 path{
	stroke-dasharray: 50;
	animation: dash 5000s linear;
}
.scroll-image-svg svg.circleanimation1 path {
	stroke-dasharray: 50;
	animation: dash 5000s linear;
}
	@keyframes dash {
	to {
		stroke-dashoffset: 1000000;
	}
}
.scroll-image-svg{
	max-width: 93%;
	margin: 0 auto;
	text-align: center;
}
.scroll-image-svg svg{
	width: 100%;
	height: auto;
}
.scroll-image-svg svg:last-of-type{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;	
	z-index: -1;
}
.scroll-image-svg svg.circleanimation1,
.scroll-image-svg svg.animation1 {
	z-index: 9;
}
.scroll-image-holder{
	display: flex;
	flex-direction: column;
}
.scroll-image-svg,
.scroll-image-data{
	text-align: center;
}
.scroll-image-data .pdata{
	width: 130px;
	height: auto;
}
.scroll-image-svg .plogo{
	width: 110px;
	height: auto;
	position: absolute;
    top: 40%;
    left: 50%; 
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);;	
}
.interface-scroll-col{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.interface-scroll-col:first-of-type .interface-scroll-card:first-of-type{
	margin-bottom: 10px;
}
.interface-scroll-cards-list{
	gap: 10px;
	display: grid;	
    grid-template-columns: repeat(2,1fr);    
}
.interface-scroll-card{
	height: 100%;
	padding: 30px;
	border-radius: 12px;
	background-color: #e7f8fa;
}

/* services home list */
.services-home-list {
	position: relative;
}
.services-home-list-holder{
	display: flex;
}
.services-home-list-col:last-of-type {
	padding-left: 70px;
}
.services-home-content-top h2 {
	font-size: 42px;
	font-weight: 500;
	margin-bottom: 35px;
}
.services-home-blockquote::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 3px;
	height: 100%;
	background: linear-gradient(180deg, #1cb3c5 0%, #fb79c7 100%);
}
.services-home-blockquote {
	position: relative;
	padding-left: 35px;
	margin-bottom: 70px;
}
.services-home-blockquote p {
	margin-bottom: 25px;
}
.services-home-blockquote p:last-of-type {
	margin-bottom: 0;
}
.services-home-image-link {
	max-width: 100%;
	height: auto;
	display: block;
	opacity: 1;
	border-radius: 12px;
	transition: opacity 0.2s ease;
}
.services-home-title-link h3 {
	font-size: 22px;
	font-weight: 500;
}
.services-home-title-link:first-child {
	border-top: 1px solid rgba(0, 23, 31, 0.08);
}
.services-home-title-link {
	padding: 35px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.2s ease-in;
	border-bottom: 1px solid rgba(0, 23, 31, 0.08);
}
.services-home-title-link:hover {
	border-radius: 12px;
	border-color: transparent;
	background-color: #e7f8fa;
}
.services-home-title-link .site-button {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.1s ease;
}
.services-home-title-link .site-button a {
	width: auto;
}
.services-home-title-link .site-button a:hover svg {
	transform: translateX(-135px);
}
.services-home-title-link:hover .site-button {
	opacity: 1;
	visibility: visible;
}
.services-home-image-desc {
	position: relative;
	z-index: 9;
	width: 340px;
	margin: 0 auto;
	margin: -50px auto 0 auto;
	font-size: 17px;
	padding: 15px;
	border-radius: 12px;
	border: 1px solid #e1e1e1;
	background-color: #ffffff;
}
.services-home-image{
	width: 370px;
	height: 500px;
}
.services-home-image video{
	height: 100%;
	width: 100%;	
	object-fit: cover;
	border-radius: 12px;		
	object-position: center center;	
}

/* video block */
.video-block-image {
	height: 400px;
	position: relative;
}
.video-block-image img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	object-fit: cover;
	object-position: center center;
}
.video-block-image::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.4);
}
.video-block-icon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.video-block-icon a {
	cursor: pointer;
	height: 60px;
	display: block;
}
.video-block-icon svg {
	height: 60px;
	width: auto;
}
.video-block-iframe-active .video-block-iframe-holder {
	display: block;
}
.video-block-iframe-holder {
	display: none;
	z-index: 11;
	position: fixed;
	top: 50%;
	left: 50%;
	width: auto;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
body.video-block-modal-open {
	overflow: hidden;
}
.video-block-modal-open .site-overlay {
	opacity: 1;
	visibility: visible;
}
.video-block-close {
	top: -50px;
	right: -50px;
	z-index: 99;
	position: absolute;
}
.video-close {
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-left: auto;
	padding-bottom: 30px;
}
.video-close::before,
.video-close::after {
	position: absolute;
	content: ' ';
	height: 30px;
	width: 2px;
	background-color: #ffffff;
}
.video-close::before {
	transform: rotate(45deg);
}
.video-close::after {
	transform: rotate(-45deg);
}
.video-block .site-row {
	margin-left: 0;
	margin-right: 0;
}
.video-block .site-col-6 {
	padding-left: 0;
	padding-right: 0;
}
.video-block-text-holder h2 {
	font-size: 42px;
	font-weight: 500;
	margin: 0 0 25px 0;
}
.video-block-text-holder p {
	margin-bottom: 25px;
}
.video-block-text-holder p:last-of-type {
	margin-bottom: 0;
}
.video-block-iframe video {
	width: 1000px;
}

/* bubbles info block */
.info-block-bubbles {
	padding-top: 100px;
	padding-bottom: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.info-block-bubbles-content {
	color: #ffffff;
}
.info-block-bubbles-content h2 {
	font-size: 42px;
	font-weight: 500;	
}
.info-block-bubbles-content p {
	margin-bottom: 25px;
}
.info-block-bubbles-content p:last-of-type {
	margin-bottom: 0;
}
.info-block-bubbles-list span {
	font-size: 16px;
	margin: 0 10px 10px 0;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 50px;
	background-color: #e7f8fa;
}

/* faq toggle */
.faq-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.faq-navigation ul li a.is-active {
	background-color: #e7f8fa;
}
.faq-navigation ul li a.is-active::before {
	position: absolute;
	left: 12px;
	top: 18px;
	content: '';
	width: 6px;
	height: 12px;
	background-repeat: no-repeat;
	background-image: url('assets/images/faq-navigation-icon.svg');
}
.faq-navigation ul li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 25px;
	color: #2c2c2c;
	border-radius: 12px;
	text-decoration: none;
}
.faq-toggle-list {
	margin-bottom: 35px;
}
.faq-toggle-list:last-of-type {
	margin-bottom: 0;
}
.faq-toggle-list h2 {
	font-size: 42px;
	font-weight: 500;
	margin: 0 0 25px 0;
}
.faq-toggle-list .accordion-title h4 {
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	padding: 0 50px 0 0;
}
.faq-toggle-list .accordion-title::after {
	top: -7px;
}
.faq-toggle-list .accordion-content {
	max-width: 100%;
	padding: 25px 0 0 0;
}

/* resources block */
.posts-page {
	padding-top: 70px;
	padding-bottom: 20px;
}
.posts-page .site-col-4 {
	padding-bottom: 50px;
}
.post-item {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.posts-page-navigation ul {
	display: flex;
	padding: 0 0 50px 0;
	margin: 0;
	list-style: none;
	align-items: center;
	justify-content: center;
}
.posts-page-navigation ul li {
	margin-right: 35px;
}
.posts-page-navigation ul li.current-cat a {
	color: #ffffff;
	background-color: #07b3c6;
}
.posts-page-navigation ul li a {
	padding: 10px 15px;
	color: rgba(44, 44, 44, 0.4);
	font-size: 16px;
	font-weight: 500;
	border-radius: 12px;
	text-decoration: none;
}
.posts-page-navigation ul li:last-of-type {
	margin-right: 0;
}
.post-image figure {
	height: 300px;
}
.post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	object-position: center center;
}
.post-details {
	margin-bottom: 35px;
}
.post-excerpt {
	margin-bottom: auto;
}
.post-category {
	color: #00545e;
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
}
.post-title h4 {
	font-size: 24px;
	font-weight: 500;
	margin: 10px 0;
}
.post-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 35px;
	border-top: 1px solid rgba(0, 23, 31, 0.08);
}
.post-link .duration {
	color: rgba(44, 44, 44, 0.4);
	font-size: 16px;
	font-weight: 500;
}
.post-link a {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	align-items: center;
	padding: 0 15px;
	height: 45px;
	justify-content: space-between;
	color: #00545e;
	text-decoration: none;
	border-radius: 50px;
	text-transform: uppercase;
	background-color: #e7f8fa;
}
.post-link a:hover {
	color: #ffffff;
	background-color: #1cb3c5;
}
.post-link a:hover svg path {
	fill: #ffffff;
}
.post-link span.video-icon,
.post-link span.file-icon {
	width: 13px;
	height: 13px;
	display: block;
	margin-right: 10px;
}
.post-link svg {
	height: 13px;
	width: 13px;
}

/* meet team block */
.meet-team-item{
	padding-bottom: 50px;
}
.meet-team-image figure{
	height: 500px;
}
.meet-team-image figure img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    object-position: center center;
}
.meet-team-category {
	color: #00545e;
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
}
.meet-team-title{
	margin-top: 10px;
}
.meet-team-title a{
	color: #2c2c2c;
	text-decoration: none;
}
.meet-team-title h3{
	font-size: 24px;
	font-weight: 500;
	margin: 10px 0;
}
.meet-team-link{
	margin-top: 20px;
	display: inline-block;	
}
.meet-team-link a{
	display: flex;
	font-size: 14px;
	font-weight: 500;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding: 0;
	height: 45px;
	width: 180px;
	border-radius: 50px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #07b3c6;
}
.meet-team-single-header{
	padding-top: 140px;	
	padding-bottom: 70px;
	background-color: #F0F4F7;
}
.meet-team-single-header figure{
	height: 500px;
}
.meet-team-single-header img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    object-position: center center;
}
.meet-team-single-header h1{
    font-size: 42px;
    font-weight: 500;
	margin-bottom: 15px;
}
.meet-team-single-header h4{
	color: #45C6D4;
	font-size: 24px;
    font-weight: 500;
}
.meet-team-single-body{
	padding-top: 70px;
	padding-bottom: 70px;
}
.meet-team-single-body p strong{
	color: #00545E;
}
.meet-team-single-body p{
	margin-bottom: 15px;
}
.meet-team-single-body p:last-of-type{
	margin-bottom: 0;
}

/* news block */
.post-type-archive-news .meet-team-image figure{
	height: 300px;
}
.post-type-archive-news .meet-team-item{
	padding-bottom: 0;
}
.single-news .meet-team-single-body h1,
.single-news .meet-team-single-body h2,
.single-news .meet-team-single-body h3,
.single-news .meet-team-single-body h4,
.single-news .meet-team-single-body h5,
.single-news .meet-team-single-body h6{
	margin-bottom: 15px;
}
.single-news .meet-team-single-body p:last-of-type{
	margin-bottom: 15px;
}
.single-news .meet-team-single-body ol{
	margin: 0;
	padding: 0 0 0 20px;
}

/* page bottom cta */
.page-bottom-cta {
	position: relative;
}
.page-bottom-cta-image::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
}
.page-bottom-cta-image {
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.page-bottom-cta-caption {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.page-bottom-cta-content {
	max-width: 60%;
	margin: 0 auto;
	color: #ffffff;
}
.page-bottom-cta-content h2 {
	font-size: 52px;
	font-weight: 500;
	margin: 0 0 20px 0;
}
.page-bottom-cta-content p {
	font-size: 20px;
	font-weight: 400;
}
.page-bottom-cta-content .site-button {
	margin-top: 35px;
}

/* ============================================== */
/* =============== about page styles ============ */
/* ============================================== */

/* Info Block Simple */
.info-block-simple-content h2 {
	font-size: 32px;
	margin: 20px 0 15px 0;
}
.info-block-simple-content p {
	margin-bottom: 15px;
}
.info-block-simple-content p:last-of-type {
	margin-bottom: 0;
}
.info-block-simple-content strong {
	color: #6c4932;
	font-weight: 600;
}

/* Simple Image */
.simple-image {
	height: 60vh;
}
.simple-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: 100% 100%;
}

/* ============================================== */
/* ================ contact page -=============== */
/* ============================================== */

/* contact details block */
.contact-block-inner {
	margin-top: 10px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.contact-block-item {
	display: flex;
	margin-top: 25px;
	flex-direction: column;
}
.contact-block-item:first-of-type {
	margin-right: 30px;
}
.contact-block-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-bottom: 15px;
	background-color: #e7f8fa;
}
.contact-block-icon svg {
	width: auto;
	height: 20px;
}
.contact-block-content h5 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
.contact-block-content p {
	font-size: 16px;
	line-height: 2;
}
.contact-block-content a {
	color: #007c8a;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}
.contact-block-content-email{
	margin-bottom: 10px;
}

/* contact form */
.site-contact-form {
	margin-top: 35px;
}
.site-contact-form h5 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 1.7;
}
.site-contact-form br {
	display: none;
}
.site-contact-form-input,
.site-contact-form-select,
.site-contact-form-textarea {
	margin-bottom: 25px;
}
.site-contact-form-input input,
.site-contact-form-select select,
.site-contact-form-textarea textarea {
	width: 100%;
	transition: all 0.2s ease-in;
}
.site-contact-form-input input:focus,
.site-contact-form-textarea textarea:focus {
	border-color: #07b3c6;
}
.site-contact-form label {
	display: block;
	font-size: 16px;
	font-weight: 500;
}
.site-contact-form label span {
	color: #007c8a;
}
.site-contact-form-select select {
	cursor: pointer;
}
.site-contact-form-input input,
.site-contact-form-select select {
	padding: 0;
	font-size: 16px;
	height: 40px;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(0, 23, 31, 0.16);
}
.site-contact-form-textarea textarea {
	padding: 15px;
	font-size: 16px;
	height: 120px;
	border: none;
	resize: none;
	margin: 10px 0 0 0;
	border-radius: 12px;
	border: 1px solid rgba(0, 23, 31, 0.16);
}
.site-contact-form-button p{
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	align-items: center;
	justify-content: space-between;
	color: #ffffff;
	padding: 0 5px 0 15px;
	height: 45px;
	width: 250px;
	border-radius: 50px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #07b3c6;
}
.site-contact-form-button p:hover {
	background-color: #fb79c7;
}
.site-contact-form-button p:hover svg {
	transform: translateX(-210px);
}
.site-contact-form-button p:hover input{	
	transform: translateX(20px);
	text-align: right;
}
.site-contact-form-button p svg {
	width: 35px;
	height: 35px;	
	transform: translateX(0);
	transition: transform 0.3s ease;
}
.site-contact-form-button p input{
	cursor: pointer;
	font-family: 'Helvetica Neue';
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	padding: 0;
	margin: 0;	
	width: 100%;
	height: 100%;
	border: none;
	box-shadow: none;
	text-shadow: none;	
	text-align: left;
	transform: translateX(0);
	background-color: transparent;
	transition: transform 0.3s ease;
}
.site-contact-form-captcha{
	margin-bottom: 25px;
}

/* contact phones block */
.contact-phones-block {
	padding-top: 35px;
	margin-top: 35px;
	padding-bottom: 70px;
	border-top: 1px solid #dde2e6;
}
.contact-phones-list p {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
.contact-phones-list p:last-of-type {
	margin-bottom: 0;
}
.contact-phones-list a {
	color: #007c8a;
	font-weight: 400;
	text-decoration: none;
}

/* Team Members Block */
.team-members-list {
	padding-top: 50px;
}
.team-members-list .site-row .site-col-3:nth-child(1),
.team-members-list .site-row .site-col-3:nth-child(2),
.team-members-list .site-row .site-col-3:nth-child(3),
.team-members-list .site-row .site-col-3:nth-child(4) {
	margin-bottom: 30px;
}
.team-member-item {
	display: flex;
	height: 100%;
	flex-direction: column;
}
.team-member-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px 15px 0 0;
	object-position: center center;
}
.team-member-holder {
	height: 100%;
	padding: 25px;
	display: flex;
	justify-content: space-between;
	border-radius: 0 0 15px 15px;
	background-color: #00545f;
}
.team-member-details {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-right: 10px;
}
.team-member-details h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 5px;
}
.team-member-details p {
	font-size: 16px;
	color: #5cddea;
	margin-bottom: auto;
}
.team-member-details .site-button-link {
	margin-top: 5px;
}
.team-member-details .site-button-link a {
	cursor: pointer;
	color: #ffffff;
}
.team-member-social a {
	display: flex;
}
.team-member-social a svg {
	width: 25px;
	height: 25px;
}
.team-member-caption-active .team-member-caption-holder {
	display: block;
}
.team-member-caption-holder {
	display: none;
	z-index: 11;
	position: fixed;
	top: 50%;
	left: 50%;
	width: auto;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
body.team-member-modal-open {
	overflow: hidden;
}
.team-member-modal-open .site-overlay {
	opacity: 1;
	visibility: visible;
}
.member-caption-close {
	position: absolute;
	top: -30px;
	right: -30px;
}
.member-caption-close-icon {
	cursor: pointer;
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	margin-left: auto;
}
.member-caption-close-icon::before,
.member-caption-close-icon::after {
	position: absolute;
	content: ' ';
	height: 25px;
	width: 2px;
	background-color: #ffffff;
}
.member-caption-close-icon::before {
	transform: rotate(45deg);
}
.member-caption-close-icon::after {
	transform: rotate(-45deg);
}
.team-member-bio {
	padding: 40px;
	border-radius: 12px;
	background-color: #ffffff;
}
.team-member-bio p {
	margin-bottom: 15px;
}
.team-member-bio p:last-of-type {
	margin-bottom: 0;
}

/* Customers Slider */
.customers-slider .slick-list {
	margin-left: -15px;
	margin-right: -15px;
}
.customers-slide {
	padding-left: 15px;
	padding-right: 15px;
}
.customers-slider {
	padding: 40px 0;
}
.customers-slider .customers-slide-image {
	width: auto;
	height: 550px;
}
.customers-slider .customers-slide-image:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.3);
}
.customers-slider .customers-slide-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
	object-position: center center;
}
.customers-slide-info h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 30px;
}
.customers-slide-info p {
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
}
.customers-slide-content {
	position: relative;
}
.customers-slide-info {
	position: absolute;
	top: 50%;
	left: 100px;
	right: 0;
	width: 50%;
	transform: translateY(-50%);
}
.customers-slide-btn a {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	align-items: center;
	justify-content: space-between;
	color: #ffffff;
	padding: 0 5px 0 20px;
	height: 45px;
	width: 250px;
	border-radius: 50px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #07b3c6;
}
.customers-slide-btn a:hover {
	background-color: #fb79c7;
}
.customers-slide-btn a svg {
	width: 35px;
	height: 35px;
	margin-left: 15px;
}
.customers-slider .slick-list {
	position: relative;
}
.customers-slider .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	display: flex;
	margin: 0;
	padding: 0;
	z-index: 8;
	justify-content: center;
	list-style-type: none;
}
.customers-slider .slick-dots li {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0 15px 0 0;
	width: 30px;
	height: 5px;
	border-radius: 50px;
}
.customers-slider .slick-dots li:last-of-type {
	margin: 0;
}
.customers-slider .slick-dots button {
	cursor: pointer;
	display: block;
	width: 30px;
	height: 5px;
	padding: 0;
	margin: 0;
	border: none;
	opacity: 0.4;
	border-radius: 50px;
	background-color: #ffffff;
	text-indent: -9999px;
}
.customers-slider .slick-dots li.slick-active button {
	opacity: 1;
	background-color: #ffffff;
}

/* Technologies Carousel*/
.technologies-carousel .slick-track {
	display: flex !important;
}
.technologies-carousel .slick-list {
	margin-left: -15px;
	margin-right: -15px;
}
.technologies-carousel-slide {
	padding-left: 15px;
	padding-right: 15px;
	height: inherit !important;
}
.technologies-carousel-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	border-radius: 15px;
	background-color: #ffffff;
}
.technologies-carousel-card-link {
	padding: 30px;
}
.technologies-carousel-card-banner {
	width: auto;
	height: 120px;
}
.technologies-carousel-card-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px 15px 0 0;
	object-position: center center;
}
.technologies-carousel-card-logo {
	position: relative;
	width: 120px;
	height: 120px;
	padding: 20px;
	background: #fff;
	border-radius: 25px;
	margin: -60px 0 0 30px;
	border: 2px solid #eef0ef;
}
.technologies-carousel-card-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}
.technologies-block-heading h2 {
	font-size: 42px;
	font-weight: 500;
}
.technologies-carousel-card-info {
	padding: 30px 30px 0;
}
.technologies-carousel-card-info h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}
.technologies-carousel-card-info p {
	font-size: 16px;
	font-weight: 400;
}
.technologies-carousel-card-btn {
	display: block;
}
.technologies-carousel-card-btn a {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 16px;
	font-weight: 500;
	color: #007c8a;
	text-decoration: none;
}
.technologies-carousel-card-btn a svg {
	width: 12px;
	height: 12px;
}
.technologies-block-carousel-arrows .slick-prev svg,
.technologies-block-carousel-arrows .slick-next svg {
	width: auto;
	height: 45px;
}
.technologies-block-carousel-arrows .slick-prev svg {
	margin-left: -2px;
}
.technologies-block-carousel-arrows .slick-next svg {
	margin-right: -2px;
}
.technologies-block-carousel-arrows .slick-prev,
.technologies-block-carousel-arrows .slick-next {
	cursor: pointer;
	z-index: 8;
	width: 45px;
	height: 45px;
}
.technologies-block-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}
.technologies-block-carousel-arrows {
	display: flex;
	gap: 10px;
}
.technologies-carousel .slick-dots {
	display: flex;
	margin: 30px 0 0 0;
	padding: 0;
	z-index: 8;
	justify-content: center;
	list-style-type: none;
}
.technologies-carousel .slick-dots li {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0 15px 0 0;
	width: 7px;
	height: 7px;
	border-radius: 50px;
}
.technologies-carousel .slick-dots li:last-of-type {
	margin: 0;
}
.technologies-carousel .slick-dots button {
	cursor: pointer;
	display: block;
	width: 7px;
	height: 7px;
	padding: 0;
	margin: 0;
	border: none;
	opacity: 0.4;
	border-radius: 50px;
	background-color: #07b3c6;
	text-indent: -9999px;
}
.technologies-carousel .slick-dots li.slick-active button {
	opacity: 1;
	background-color: #07b3c6;
}

/* Review Carousel */
.review-item {
	padding: 50px;
	border-radius: 25px;
	background-color: #fff;
}
.reviews-block-heading h2 {
	font-size: 42px;
	font-weight: 500;
}
.reviews-carousel-slider:before,
.reviews-carousel-slider:after {
	position: absolute;
	top: 0;
	width: 10rem;
	height: 100%;
	content: '';
	z-index: 1;
}
.reviews-carousel-slider:before {
	left: 0;
	background: linear-gradient(
		to left,
		rgba(240, 244, 247, 0) 0%,
		#f0f4f7 100%
	);
}
.reviews-carousel-slider:after {
	right: 0;
	background: linear-gradient(
		to right,
		rgba(240, 244, 247, 0) 0%,
		#f0f4f7 100%
	);
}
.review-item svg {
	height: 50px;
	width: auto;
}
.review-details {
	max-width: 90%;
}
.review-details h3 {
	font-size: 32px;
	font-weight: 400;
	padding: 35px 0 0 0;
	line-height: 1.4;
}
.review-image {
	display: none !important;
}
.review-image {
	display: flex;
	align-items: center;
}
.review-image p {
	color: #00545f;
	margin-left: 15px;
}
.review-image img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
}
.reviews-carousel-slide {
	padding-left: 15px;
	padding-right: 15px;
}
.reviews-block-carousel-arrows .slick-prev svg,
.reviews-block-carousel-arrows .slick-next svg {
	width: auto;
	height: 45px;
}
.reviews-block-carousel-arrows .slick-prev svg {
	margin-left: -2px;
}
.reviews-block-carousel-arrows .slick-next svg {
	margin-right: -2px;
}
.reviews-block-carousel-arrows .slick-prev {
	right: 50px;
}
.reviews-block-carousel-arrows .slick-next {
	right: 0;
}
.reviews-block-carousel-arrows .slick-prev,
.reviews-block-carousel-arrows .slick-next {
	cursor: pointer;
	z-index: 8;
	width: 45px;
	height: 45px;
}
.reviews-block-top {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	justify-content: space-between;
}
.reviews-block-carousel-arrows {
	display: flex;
	gap: 10px;
}
.reviews-carousel-slider .slick-dots {
	display: flex;
	margin: 25px 0 0 0;
	padding: 0;
	z-index: 8;
	justify-content: center;
	list-style-type: none;
}
.reviews-carousel-slider .slick-dots li {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0 15px 0 0;
	width: 30px;
	height: 5px;
	border-radius: 50px;
}
.reviews-carousel-slider .slick-dots li:last-of-type {
	margin: 0;
}
.reviews-carousel-slider .slick-dots button {
	cursor: pointer;
	display: block;
	width: 30px;
	height: 5px;
	padding: 0;
	margin: 0;
	opacity: 0.3;
	border: none;
	border-radius: 50px;
	background-color: #2c2c2c;
	text-indent: -9999px;
}
.reviews-carousel-slider .slick-dots li.slick-active button {
	opacity: 1;
	background-color: #07b3c6;
}

/* Black Boxes */
.black-boxes {
	padding-top: 50px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
}
.black-boxes .black-boxes-card:nth-child(4) {
	grid-column: span 2;
}
.black-boxes .black-boxes-card:nth-child(4) .black-boxes-card-icon img {
	height: 180px;
}
.black-boxes-card {
	display: flex;
	flex-direction: column;	
	padding: 30px;
	background-color: #2c2c2c;
	border-radius: 25px;
}
.black-boxes-card-heading h3 {
	font-size: 26px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 25px;
}
.black-boxes-card-icon {
	display: flex;
	margin-bottom: 25px;
	justify-content: center;
}
.black-boxes-card-icon img {
	width: auto;
	height: 130px;
	transition: transform 0.3s ease-in-out;
}
.black-boxes-card-icon img:hover {
	transform: scale(1.1);
}
.black-boxes-card-description {
	margin-bottom: 25px;
}
.black-boxes-card-description p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}
.black-boxes-card-btn {
	display: block;
	margin-top: auto;
}
.black-boxes-card-btn a {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #07b3c6;
	text-decoration: none;
}
.black-boxes-card-btn a svg {
	width: auto;
	height: 15px;
	margin-left: 10px;
}

/* ============================================== */
/* ================ footer styles =============== */
/* ============================================== */

/* Footer */
.main-footer {
	background-color: #121212;
}
.footer-social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.footer-social .site-button a{
	width: 150px;
}
.footer-social .site-button a:hover svg {
	transform: translateX(-105px);
}
.footer-social a:hover span {
	transform: translateX(50px);
}
.footer-top {
	padding-top: 70px;
	padding-bottom: 70px;
}
.footer-top .site-col-6 {
	margin-bottom: 70px;
}
.footer-top .footer-navigation {
	position: relative;
	padding: 0 0 0 25px;
}
.footer-top .footer-navigation::before {
	position: absolute;
	content: '';
	top: 5px;
	left: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, #1cb3c5 0%, rgba(28, 179, 197, 0) 100%);
}
.footer-logo img {
	height: 40px;
	width: auto;
}
.footer-navigation h4 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}
.footer-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-navigation ul li {
	margin-bottom: 15px;
}
.footer-navigation ul li:last-of-type {
	margin-bottom: 0;
}
.footer-navigation ul li a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
}
.footer-navigation ul li a:hover {
	color: #07b3c6;
}
.footer-bottom {
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-copyright p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
}
.footer-privacy ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	justify-content: flex-end;
}
.footer-privacy ul li a {
	font-size: 14px;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.7);
}
.footer-privacy ul li::after {
	content: '•';
	color: #07b3c6;
	margin: 0 20px;
}
.footer-privacy ul li:last-of-type::after {
	content: none;
}
.footer-privacy ul li a:hover {
	color: #07b3c6;
}

/* ============================================== */
/* ================ responsive styles =========== */
/* ============================================== */

@media (max-width: 1440px) {
	.site-container {
		max-width: 1300px;
	}
	.nav-menu ul li {
		margin-right: 30px;
	}
} /*end*/

@media (max-width: 1300px) {
	.site-container {
		max-width: 1200px;
	}
	.nav-menu ul li {
		margin-right: 20px;
	}
	.nav-tools-social {
		display: none;
	}
	.nav-logo a,
	.nav-logo img {
		height: 30px;
	}
	.hero-caption-content h1 {
		font-size: 54px;
	}
	.site-header-content h1 {
		font-size: 56px;
	}
	.team-member-holder {
		padding: 20px;
	}
	.walkthrough-row {
		gap: 30px;
	}
	.walkthrough-col:nth-child(1) {
		width: 45%;
		margin-left: 0;
	}
	.walkthrough-col:nth-child(2) {
		width: 55%;
		margin-left: 0;
	}
} /*end*/

@media (max-width: 1200px) {
	.nav-menu ul li a {
		font-size: 15px;
	}
	.nav-menu ul li {
		margin-right: 15px;
	}
	.technologies-box-header h2,
	.technologies-box-caption h2 {
		font-size: 20px;
	}
	.technologies-box-header h2 {
		left: 20px;
		right: 20px;
		bottom: 20px;
	}
	.technologies-box-caption {
		padding: 20px;
	}
	.m-wrapper h4 {
		font-size: 28px !important;
	}
	.hero-caption-content h1 {
		font-size: 48px;
	}
	.site-header-content h1 {
		font-size: 52px;
	}
	.carousel-item figure {
		height: 400px;
	}
	.walkthrough-details h2 {
		font-size: 36px;
	}
	.walkthrough-details h2 br {
		display: none;
	}
	.interface-scroll-section h2{
		font-size: 36px;
	}
	.interface-scroll-card{
		padding: 20px;
	}
	
} /*end*/

@media (max-width: 1100px) {
	.black-boxes {
		padding-top: 30px;
	}
	.black-boxes-card-icon img {
		height: 100px !important;
	}	
	.nav-menu {
		display: none;
	}
	.nav-tools-mobile {
		display: block;
	}
	.main-nav {
		padding: 10px 20px;
	}
	.nav-logo,
	.nav-tools {
		width: 50%;
	}
	.footer-top {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.site-row-p70x {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.site-row-pb70x {
		padding-bottom: 35px;
	}
	.site-row-pt70x {
		padding-top: 35px;
	}
	.footer-top .site-col-6 {
		margin-bottom: 35px;
	}
	.mobile-menu-footer .nav-tools-cta {
		display: none;
	}
	.info-block-content h2,
	.site-heading h2,
	.services-home-content-top h2,
	.reviews-block-heading h2 {
		font-size: 36px;
	}
	.technologies-boxes-list {
		margin-top: 0;
	}
	.technologies-boxes-list .site-col-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.services-home-blockquote {
		margin-bottom: 35px;
	}
	.services-home-title-link {
		padding: 20px 15px;
	}
	.services-home-title-link h3 {
		font-size: 20px;
	}
	.page-bottom-cta-content h2 {
		font-size: 46px;
	}
	.page-bottom-cta-image {
		height: 500px;
	}
	.partners-logos-block {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.reviews-block-top {
		margin-bottom: 30px;
	}
	.review-item {
		padding: 30px;
	}
	.review-item svg {
		height: 40px;
	}
	.review-details h3 {
		padding: 25px 0 0 0;
		font-size: 28px;
	}
	.hero-caption-content h1 {
		font-size: 46px;
	}
	.site-header-image figure {
		height: 70vh;
	}
	.site-header-content h1 {
		font-size: 48px;
	}
	.icons-block {
		padding-top: 30px;
	}
	.blockquote-item svg {
		height: 42px;
	}
	.blockquote-details h3 {
		font-size: 36px;
		padding: 25px 0 0 0;
	}
	.icons-block-second-style .icons-block-list {
		grid-template-columns: repeat(3, 1fr);
	}
	.customers-slide-info h2 {
		font-size: 36px;
	}
	.customers-slide-info {
		left: 50px;
	}
	.team-members-list .site-col-3 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.team-members-list {
		padding-top: 30px;
	}
	.contact-phones-block {
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 35px;
	}
	.site-contact-form {
		margin-top: 30px;
	}
	.contact-block-inner {
		margin-top: 5px;
	}
	.posts-page {
		padding-top: 35px;
		padding-bottom: 0;
	}
	.posts-page .site-col-4 {
		padding-bottom: 35px;
	}
	.post-title h4 {
		font-size: 20px;
	}
	.post-image figure {
		height: 250px;
	}
	.posts-page-navigation ul {
		padding: 0 0 35px 0;
	}
	.accordion-item {
		margin-top: 20px;
		padding-top: 20px;
	}
	.accordion-title h4 {
		font-size: 24px;
	}
	.accordion-title::after {
		width: 30px;
		height: 30px;
	}
	.accordion-item:last-of-type {
		padding-bottom: 20px;
	}
	.faq-toggle-list h2 {
		font-size: 36px;
	}
	.about-counter-item strong {
		font-size: 62px;
	}
	.about-features-block {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.about-features-content h2 {
		font-size: 36px;
	}
	.about-features-details strong {
		font-size: 62px;
	}
	.about-features-details p {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.about-features-details p:first-of-type {
		padding-top: 20px;
	}
	.info-block-bubbles {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.info-block-bubbles-content h2 {
		font-size: 36px;
	}
	.info-block-bubbles-list span {
		padding: 5px 10px;
		font-size: 14px;
		margin: 0 5px 5px 0;
	}
	.technologies-block-heading h2 {
		font-size: 36px;
	}
	.technologies-block-top {
		margin-bottom: 30px;
	}
	.video-block-text-holder h2 {
		font-size: 36px;
	}
	.video-block-close {
		right: -30px;
	}	
	.walkthrough-details h2 {
		font-size: 32px;
	}
	.walkthrough-details .logo {
		margin-bottom: 20px;
	}
	.walkthrough-details h2 {
		margin: 0 0 20px 0;
	}
	.walkthrough-features {
		margin-top: 20px;
	}
	.site-walkthrough-form {
		margin-top: 20px;
		padding-top: 20px;
	}
	.walkthrough-features-item {
		padding: 15px;
	}
	.interface-scroll-details h3{
		font-size: 22px;
	}	
	.interface-scroll-section .site-col-4{
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.interface-scroll-section .site-col-offset-1{
		margin-left: 0;
	}
	.interface-scroll-section h2{
		font-size: 32px;
	}
	.meet-team-single-body{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.meet-team-single-header{
		padding-top: 110px;
		padding-bottom: 35px;
	}
	.meet-team-single-header figure{
		height: 400px;
	}
	
} /*end*/

@media (max-width: 1024px) {
	.hero-caption-content h1 {
		font-size: 42px;
		margin-bottom: 15px;
	}
	.hero-caption-content p {
		margin-bottom: 20px;
	}
	.m-wrapper h4 {
		font-size: 26px !important;
	}
	.info-block-left .info-block-content {
		padding-left: 35px;
	}
	.services-home-list-col:last-of-type {
		padding-left: 35px;
	}
	.site-header-content h1 {
		font-size: 46px;
		margin-bottom: 15px;
	}
	.icon-scroll {
		width: 40px;
		height: 40px;
	}
	.icon-scroll svg {
		height: 8px;
	}
	.site-header-image figure {
		height: 60vh;
	}
	.icon-block-item {
		padding: 15px;
	}
	.icon-block-content h4 {
		font-size: 16px;
	}
	.icon-block-image img {
		width: 60px;
		height: 60px;
	}
	.site-header-content p {
		margin-bottom: 20px;
	}
	.info-block-content {
		padding-right: 35px;
	}
} /*end*/

@media (max-width: 768px) {
	.form-neither-content{
		padding: 20px;
	}
	.black-boxes-card-description p {
		font-size: 16px;
	}
	.black-boxes-card-heading h3 {
		font-size: 22px;
	}
	.black-boxes-card-icon img {
		height: 85px !important;
	}
	.services-home-image{
		width: auto;
		height: 400px;
	}
	.black-boxes {
		grid-template-columns: repeat(2, 1fr);
	}
	.black-boxes .black-boxes-card:nth-child(4) {
		grid-column: span 1;
	}
	.black-boxes-card {
		padding: 25px;
	}
	.video-block-iframe-holder {
		width: 100%;
	}
	.video-block-iframe video {
		width: 100%;
		padding: 0 15px;
	}
	.video-block-close {
		right: 15px;
	}
	.video-block-text-holder h2 {
		font-size: 32px;
	}
	.footer-top .site-col-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 35px;
	}
	.footer-top {
		padding-bottom: 0;
	}
	.site-hero {
		height: 80vh;
	}
	body {
		font-size: 16px;
	}
	.hero-caption-content h1 {
		font-size: 38px;
	}
	.hero-caption-content p {
		font-size: 18px;
	}
	.m-wrapper h4 {
		font-size: 22px !important;
	}
	.hero-text-caption {
		top: 75%;
	}
	.info-block-left .info-block-content {
		padding-left: 0;
	}
	.info-block-content h2,
	.site-heading h2,
	.services-home-content-top h2,
	.reviews-block-heading h2 {
		font-size: 32px;
	}
	.info-block-content p {
		margin-bottom: 15px;
	}
	.technologies-box-caption p {
		font-size: 16px;
	}
	.services-home-list-col:last-of-type {
		padding-left: 15px;
	}
	.page-bottom-cta-content h2 {
		font-size: 38px;
		margin-bottom: 15px;
	}
	.page-bottom-cta-content p {
		font-size: 18px;
	}
	.page-bottom-cta-content .site-button {
		margin-top: 20px;
	}
	.page-bottom-cta-image {
		height: 450px;
	}
	.partners-logos-block .site-col-3,
	.partners-logos-block .site-col-9 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.partners-logos-content {
		text-align: center;
	}
	.marquee-content li {
		height: 100px;
		padding: 0 20px;
	}
	.reviews-carousel-slider::before,
	.reviews-carousel-slider::after {
		content: none !important;
		background: none !important;
	}
	.reviews-carousel-slider .slick-list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.review-item {
		padding: 25px;
	}
	.services-home-blockquote p {
		margin-bottom: 15px;
	}
	.site-header-content h1 {
		font-size: 42px;
	}
	.site-header-content p {
		font-size: 18px;
	}
	.customers-slide-info {
		left: 15px;
	}
	.customers-slider .customers-slide-image {
		height: 500px;
	}
	.customers-slide-info h2 {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.customers-slide-info p {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.team-members-list .site-col-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.team-member-holder {
		padding: 15px;
	}
	.team-member-image {
		height: 300px;
	}
	.team-member-bio {
		padding: 30px;
	}
	.team-member-caption-holder {
		width: 80%;
	}
	.team-member-details h2 {
		font-size: 22px;
	}
	.contact-phones-block .site-row .site-col-3:nth-child(1),
	.contact-phones-block .site-row .site-col-3:nth-child(2) {
		margin-bottom: 30px;
	}
	.contact-phones-block .site-col-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.contact-block-inner {
		grid-template-columns: repeat(1, 1fr);
	}
	.contact-phones-list p,
	.site-contact-form h5 {
		font-size: 16px;
	}
	.posts-page .site-col-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.posts-page-navigation ul li {
		margin-right: 15px;
	}
	.posts-page-navigation ul li a {
		padding: 5px 10px;
	}
	.accordion-content {
		max-width: 100%;
	}
	.accordion-title ul li {
		font-size: 15px;
		padding: 5px 10px;
	}
	.accordion-content {
		padding: 20px 0 0 20px;
	}
	.faq-toggle-list h2 {
		font-size: 32px;
	}
	.site-heading div {
		font-size: 24px;
	}
	.carousel-item figure {
		height: 300px;
	}
	.blockquote-details h3 {
		font-size: 32px;
	}
	.about-counter-item strong {
		font-size: 46px;
	}
	.about-features-content h2 {
		font-size: 32px;
	}
	.about-features-details strong {
		font-size: 52px;
	}
	.info-block-bubbles-content h2 {
		font-size: 32px;
	}
	.technologies-block-heading h2 {
		font-size: 32px;
	}
	.icons-block-third-style .icons-block-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.video-block .site-col-offset-1 {
		margin-left: 0;
	}
	.video-block .site-col-5 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.walkthrough-col:nth-child(1),
	.walkthrough-col:nth-child(2) {
		width: 100%;
	}
	.walkthrough-row {
		flex-direction: column;
	}
	.scroll-image-svg .plogo{
		width: 70px;
	}
	.interface-scroll-card{
		padding: 15px;
	}
	.interface-scroll-section h2{
		font-size: 24px;
	}
	.meet-team-image figure{
		height: 500px;
	}
	.meet-team-single-header h1{
		font-size: 32px;
	}
	.meet-team-single-header h4{
		font-size: 18px;
	}
	
} /*end*/

@media (max-width: 576px) {
	.main-header {
		margin: 0;
	}
	.nav-tools-mobile {
		margin-left: 0;
	}
	.main-nav {
		border-radius: 0;
		padding: 15px 15px;
	}
	.mobile-menu {
		width: 80%;
	}
	.nav-tools-cta {
		display: none;
	}
	.mobile-menu-footer .nav-tools-cta {
		display: block;
	}
	.footer-top .site-col-4,
	.footer-bottom .site-col-7,
	.footer-bottom .site-col-5,
	.info-block-holder .site-col-6,
	.technologies-boxes-list .site-col-4,
	.team-members-list .site-col-3,
	.site-contact-form .site-col-6,
	.contact-phones-block .site-col-3,
	.posts-page .site-col-4,
	.about-counter-block .site-col-4,
	.about-features-block .site-col-4,
	.about-features-block .site-col-6,
	.info-block-bubbles .site-col-6,
	.info-block-bubbles .site-col-5,
	.video-block .site-col-5,
	.video-block .site-col-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.about-counter-block .site-row .site-col-4:nth-child(1),
	.about-counter-block .site-row .site-col-4:nth-child(2) {
		margin-bottom: 30px;
	}
	.info-block-bubbles .site-col-offset-1 {
		margin-left: 0;
	}
	.about-features-block .site-col-offset-2 {
		margin-left: 0;
	}
	.about-features-content h2 {
		font-size: 28px;
	}
	.about-features-details strong {
		font-size: 42px;
	}
	.contact-phones-block .site-col-3 {
		margin-bottom: 10px !important;
	}
	.contact-phones-block .site-col-3:last-of-type {
		margin-bottom: 0 !important;
	}
	.technologies-boxes-list .site-col-4 {
		margin-top: 15px;
	}
	.technologies-box-item-last-caption h4 {
		font-size: 26px;
	}
	.info-block-holder .site-row {
		flex-direction: column-reverse;
	}
	.info-block-image {
		margin-bottom: 20px;
	}
	.info-block-content h2,
	.site-heading h2,
	.services-home-content-top h2,
	.reviews-block-heading h2 {
		font-size: 28px;
	}
	.footer-logo img {
		height: 30px;
	}
	.footer-cta a {
		font-size: 13px;
		height: 35px;
	}
	.footer-cta a svg {
		width: 30px;
		height: 30px;
	}
	.footer-top .site-col-4,
	.footer-top .site-col-6 {
		margin-bottom: 25px;
	}
	.footer-navigation h4 {
		margin-bottom: 15px;
	}
	.footer-navigation ul li {
		margin-bottom: 10px;
	}
	.footer-privacy ul {
		align-items: center;
		flex-direction: column;
	}
	.footer-privacy ul li::after {
		content: none;
	}
	.footer-privacy ul li {
		margin-top: 10px;
	}
	.footer-copyright {
		text-align: center;
	}
	.footer-cta a {
		padding: 0 3px 0 15px;
	}
	.hero-caption-content h1 {
		font-size: 32px;
	}
	.hero-caption-content h1 br{
		display: none;
	}
	.hero-caption-content p {
		font-size: 16px;
	}
	.site-hero {
		height: 70vh;
	}
	.hero-caption {
		top: 55%;
	}
	.m-wrapper h4 {
		font-size: 18px !important;
	}
	.page-bottom-cta-content {
		max-width: 100%;
	}
	.page-bottom-cta-content h2 br {
		display: none;
	}
	.page-bottom-cta-content h2 {
		font-size: 28px;
	}
	.partners-logos-content h3 {
		font-size: 28px;
	}
	.page-bottom-cta-image {
		height: 400px;
	}
	.marquee:before,
	.marquee:after {
		width: 15px;
	}
	:root {
		--marquee-elements-displayed: 2;
	}
	.marquee-content li {
		height: auto;
		padding: 0 10px;
	}
	.reviews-block-carousel-arrows {
		display: none;
	}
	.reviews-block-heading {
		text-align: center;
	}
	.review-item {
		padding: 20px;
		text-align: center;
	}
	.review-item svg {
		height: 30px;
	}
	.review-details h3 {
		font-size: 18px;
		padding: 15px 0 0 0;
	}
	.review-details {
		max-width: 100%;
	}
	.review-image {
		display: block;
	}
	.review-image p {
		margin: 10px 0 0 0;
		font-size: 14px;
		text-align: center;
	}
	.review-image img {
		width: 40px;
		height: 40px;
		margin: 0 auto;
	}
	.services-home-list-holder {
		display: block;
	}
	.services-home-title-link .site-button a {
		height: 35px;
		padding: 0 5px;
		text-indent: -9999px;
	}
	.services-home-title-link h3 {
		font-size: 16px;
	}
	.services-home-title-link .site-button a svg {
		width: 25px;
		height: 25px;
		margin-left: 0;
	}
	.services-home-content-top h2 {
		margin-bottom: 30px;
	}
	.services-home-title-link {
		padding: 10px;
	}
	.services-home-blockquote {
		padding-left: 15px;
		margin-bottom: 20px;
	}
	.services-home-image {
		margin-top: 30px;
	}
	.services-home-list-col:last-of-type {
		padding-left: 0;
	}	
	.site-heading h2 em {
		font-size: 24px;
	}
	.site-heading h2 br {
		display: none;
	}
	.site-header-content h1 {
		font-size: 32px;
	}
	.site-header-content p {		
		font-size: 16px;
	}
	.site-header-content p br {
		display: none;
	}
	.site-header-image figure {
		height: 50vh;
	}
	.site-header-caption {
		top: 60%;
	}
	.icons-block-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.blockquote-holder {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.blockquote-item svg {
		height: 36px;
	}
	.blockquote-details {
		max-width: 100%;
	}
	.blockquote-details h3 br {
		display: none;
	}
	.blockquote-details h3 {
		font-size: 24px;
	}
	.info-block-content {
		padding-right: 0;
	}
	.icon-block-image {
		margin-right: 10px;
	}
	.icon-block-image img {
		width: 50px;
		height: 50px;
	}
	.icons-block-second-style .icons-block-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.customers-slider .customers-slide-image {
		height: 400px;
	}
	.customers-slide-info {
		width: 100%;
		right: 0;
		left: 0;
		padding: 0 15px;
		text-align: center;
	}
	.customers-slide-btn a {
		margin: 0 auto;
	}
	.customers-slide-info p {
		font-size: 15px;
	}
	.team-member-caption-holder {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.team-member-bio {
		padding: 15px;
	}
	.member-caption-close {
		right: 10px;
	}
	.team-members-list .site-row .site-col-3 {
		margin-bottom: 15px !important;
	}
	.team-members-list .site-row .site-col-3:last-of-type {
		margin-bottom: 0 !important;
	}
	.contact-block-item {
		margin-top: 20px;
	}
	.site-contact-form {
		margin-top: 20px;
	}
	.contact-block-inner {
		margin-bottom: 30px;
	}
	.posts-page-navigation ul {
		width: 100%;
		overflow-x: auto;
		justify-content: space-between;
	}
	.posts-page-navigation ul li {
		padding: 10px 0;
		flex-basis: auto;
		flex-shrink: 0;
	}
	.post-image figure {
		height: 200px;
	}
	.post-link {
		padding-top: 20px;
	}
	.post-details {
		margin-bottom: 20px;
	}
	.accordion-title h4 {
		font-size: 18px;
	}
	.accordion-title ul li {
		font-size: 12px;
	}
	.accordion-title ul li svg {
		width: 15px;
		height: 15px;
		margin-right: 5px;
	}
	.accordion-title ul li {
		padding: 5px;
	}
	.accordion-title ul {
		gap: 5px;
	}
	.accordion-item {
		margin-top: 15px;
		padding-top: 15px;
	}
	.accordion-item:last-of-type {
		padding-bottom: 15px;
	}
	.accordion-title::after {
		width: 25px;
		height: 25px;
	}
	.accordion-content {
		padding: 15px 0 0 0;
	}
	.accordion-content em {
		padding: 15px;
	}
	.faq-toggle-list .accordion-title h4 {
		font-size: 18px;
	}
	.faq-toggle-list h2 {
		font-size: 28px;
	}
	.faq-toggle-list {
		margin-bottom: 20px;
	}
	.site-heading div {
		font-size: 20px;
		padding-left: 15px;
	}
	.carousel-item figure {
		height: 200px;
	}
	.image-gallery-carousel .slick-next,
	.image-gallery-carousel .slick-prev {
		width: 30px;
		height: 30px;
	}
	.image-gallery-carousel .slick-next {
		right: 10px;
	}
	.image-gallery-carousel .slick-prev {
		left: 10px;
	}
	.image-gallery-carousel .slick-next svg,
	.image-gallery-carousel .slick-prev svg {
		height: 12px;
	}
	.info-block-bubbles-content h2 {
		font-size: 28px;
	}
	.info-block-bubbles {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.info-block-bubbles-content {
		margin-bottom: 35px;
	}
	.info-block-content h2 br {
		display: none;
	}
	.icons-block-third-style .icons-block-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.technologies-block-heading h2 {
		font-size: 28px;
	}
	.technologies-block-carousel-arrows {
		display: none;
	}
	.technologies-carousel-card-link {
		padding: 20px;
	}
	.technologies-carousel-card-info {
		padding: 20px 20px 0 20px;
	}
	.technologies-carousel-card-logo {
		padding: 15px;
		width: 100px;
		height: 100px;
		margin: -50px 0 0 20px;
	}
	.video-block-text-holder h2 {
		font-size: 28px;
	}
	.video-block-image {
		height: 300px;
		margin-bottom: 20px;
	}	
	.black-boxes {
		grid-template-columns: repeat(1, 1fr);
	}
	.black-boxes-card {
		padding: 20px;
		text-align: center;
	}
	.black-boxes-card-btn a {
		justify-content: center;
	}
	.black-boxes-card-heading h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.black-boxes-card-icon {
		margin-bottom: 15px;
	}
	.black-boxes-card-description {
		margin-bottom: 15px;
	}
	.black-boxes-card-icon img {
		height: 70px !important;
	}
	.walkthrough-details h2 {
		font-size: 28px;
	}
	.walkthrough-features {
		flex-direction: column;
	}
	.walkthrough-features-item {
		width: 100%;
	}
	.walkthrough-page {
		padding: 15px;
	}
	.walkthrough-details .logo {
		height: 30px;
	}
	.site-back-button svg {
		width: 35px;
		height: 35px;
	}
	.services-home-image-desc{
		font-size: 16px;
		padding: 10px;
	}
	.services-home-image{
		height: 350px;
	}
	.interface-scroll-section .site-col-7,
	.interface-scroll-section .site-col-4{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.interface-scroll-col,
	.interface-scroll-cards-list{
		height: auto;
		display: block;
	}
	.interface-scroll-section h2 br{
		display: none;
	}
	.interface-scroll-details h3{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.interface-scroll-details ul li{
		margin: 0 0 10px 0;
	}
	.interface-scroll-col:first-of-type .interface-scroll-card:last-of-type{
		margin-bottom: 10px;
	}
	.interface-scroll-image{
		margin-top: 35px;	
	}
	.site-walkthrough-form .site-col-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.site-walkthrough-form-input{
		margin-bottom: 15px;
	}
	.form-neither-content h2{
		font-size: 18px;
	}
	.form-neither-close{
		right: 0;
	}
	.meet-team-single-header .site-col-6,
	.meet-team-single-body .site-col-8,
	.posts-page .site-col-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}	
	.meet-team-single-body .site-col-offset-2{
		margin-left: 0;
	}
	.meet-team-single-header figure{
		height: 300px;
	}
	.meet-team-single-header{
		padding-top: 90px;
		text-align: center;
	}
	.meet-team-single-header h1{
		font-size: 28px;
		margin-top: 15px;
	}
	.meet-team-single-header h4{
		font-size: 16px;
	}
	.info-block-content .site-button{
		margin-top: 25px;
	}

} /*end*/
