/*!
Theme Name: Zakra
Theme URI: https://zakratheme.com/
Author: ThemeGrill
Author URI: https://themegrill.com
Description: Zakra is a powerful and versatile multipurpose theme that makes it easy to create beautiful and professional websites. With over free 40 pre-designed starter demo sites to choose from, you can quickly build a unique and functional site that fits your specific needs. Whether you're launching a blog, news site, e-commerce store, showcasing your portfolio, building a business site, LMS, or niche-specific site (such as a cafe, spa, charity, yoga studio, wedding venue, dental practice, photography, restaurant, or educational institution), Zakra has everything you need to succeed. The theme integrates seamlessly with popular page builders like Elementor, Brizy, BlockArt, and the Gutenberg editor, giving you complete freedom to create any layout you can imagine. Importantly, Zakra is optimized for speed, features a mobile-first responsive design, is built with block-based technology, and is optimized for search engines. It is also compatible with a wide range of popular WordPress plugins, allowing you to extend its functionality as needed. Build your next project with Zakra today and see the difference for yourself. Check out all the starter sites at https://zakratheme.com/demos!
Version: 3.0.7
Tested up to: 6.4
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: zakra
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, news, e-commerce, rtl-language-support

Zakra is based on Underscores https://underscores.me/, (C) 2012-2017 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 http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Abstract
	- Abstract

# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins

# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Abstract.
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic.
--------------------------------------------------------------*/
/* Normalize.
--------------------------------------------- */
/*=============================================
=            Normalize            =
=============================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	vertical-align: baseline;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a {
    text-decoration: none !important;
}

#page {
    max-width: 1440px;
    margin: 0 auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	text-decoration: none;
}

b,
strong {
	font-weight: 600;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: unset;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	border-style: solid;
	border-width: 0;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* Box sizing.
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base.
--------------------------------------------------------------*/
/* Container
--------------------------------------------- */
.zak-container {
    max-width: var(--container-width, 1170px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/*=============================================
=            GRID            =
=============================================*/
.zak-container--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.zak-container--flex-center {
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.zak-container--flex-space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.zak-site-layout--stretched #page .zak-content .zak-container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.zak-site-layout--stretched #page .zak-content .zak-container .zak-primary {
	width: 100%;
	padding-right: 0;
}

.zak-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Typography
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    color: #fff;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 0 20px;
}

h1 {
	font-size: 4rem;
}

h2 {
    font-size: 3.5rem;
    background: linear-gradient(90deg, #FF3BFF 0%, #5C24FF 75.83%, #D94FD5 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

h3 {
	font-size: 2.4rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.8rem;
}

h6 {
	font-size: 1.6rem;
}

html {
	font-size: 62.5%;
	/* Sets base font size to 10px */
}

p {
	word-break: break-word;
	margin-bottom: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

code {
	background-color: #E0F2FE;
	padding: 0.125em 0.25em;
}

pre {
	background-color: #F4F4F5;
	padding: 20px;
}

blockquote,
.wp-block-quote {
	padding: 16px;
	margin-top: 34px;
	margin-bottom: 34px;
	border-left: 4px solid #027ABB;
	color: #27272A;
	font-style: italic;
}

blockquote.has-text-align-right, blockquote.is-style-large, blockquote.is-style-plain,
.wp-block-quote.has-text-align-right,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-plain {
	border: unset;
	border-left: 4px solid #027ABB;
}

.wp-block-pullquote.has-border-color {
	border: unset !important;
	border-top: 4px solid #027ABB !important;
	border-bottom: 4px solid #027ABB !important;
}

/* Elements
--------------------------------------------- */
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

a:active {
	outline: 0;
}

.entry-content a,
.edit-link a {
	color: #027ABB;
	text-decoration: underline;
}

.entry-content a:hover, .entry-content a:focus,
.edit-link a:hover,
.edit-link a:focus {
	text-decoration: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button .wp-block-button__link,
.zak-button {
	border-radius: 4px;
	padding: 8px 10px;
	color: #FAFAFA;
	background-color: #027ABB;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: 0px solid #027ABB;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button .wp-block-button__link:hover,
.zak-button:hover {
	color: #027ABB;
	background-color: transparent;
}

.wp-block-button__link code {
	background-color: inherit;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
    outline: none;
    border: 1px solid #D4D4D8;
    border-radius: 0;
    padding: 0.7rem 1rem;
    width: 100%;
    color: #3F3F46;
    background: transparent;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
	color: #52525B;
}

input[type="search"] {
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 0.5rem;
	vertical-align: middle;
	display: inline-block;
}

label {
	margin-bottom: 0.5rem;
	display: inline-block;
}

select {
	border: 1px solid #D4D4D8;
	padding: 0.5rem;
}

body {
    background: #000;
    color: #3F3F46;
    /* font-family: -apple-system, blinkmacsystemfont, "segoe ui", roboto, "oxygen-sans", ubuntu, cantarell, "helvetica neue", helvetica, arial, sans-serif; */
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.01em;
    word-wrap: break-word;
    font-family: 'Poppins', sans-serif;
}

ul,
ol {
	margin: 0 0 1.6rem 1.6rem;
	padding-left: 0;
}

ul {
    list-style: auto;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.6rem;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.6rem 1.6rem;
}

.zak-oembed-container {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.zak-oembed-container iframe,
.zak-oembed-container object,
.zak-oembed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body .zak-oembed-container * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

iframe {
	max-width: 100%;
}

/* Gallery. */
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* Caption. */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*=============================================
=            Table            =
=============================================*/
table,
.wp-block-table {
	margin: 0 0 1.5em;
	width: 100%;
}

table th,
table td,
.wp-block-table th,
.wp-block-table td {
	text-align: left;
	border: 1px solid #D4D4D8;
	padding: 1em;
}

@font-face {
	font-family: "themegrill-icons";
	src: url("assets/fonts/themegrill-icons.eot?5d42b271f668d2d6461ba91fc5a5a839?#iefix") format("embedded-opentype"), url("assets/fonts/themegrill-icons.woff2?5d42b271f668d2d6461ba91fc5a5a839") format("woff2"), url("assets/fonts/themegrill-icons.woff?5d42b271f668d2d6461ba91fc5a5a839") format("woff");
	font-display: swap;
}

.zak-icon {
	font-family: "themegrill-icons";
	display: inline-block;
	font-size: 1rem;
	font-style: normal;
}

.zak-icon-angle-down::after {
	content: "\f101";
}

.zak-icon-angle-left::after {
	content: "\f102";
}

.zak-icon-angle-right::after {
	content: "\f103";
}

.zak-icon-angle-up::after {
	content: "\f104";
}

.zak-icon-arrow-down::after {
	content: "\f105";
}

.zak-icon-arrow-left::after {
	content: "\f106";
}

.zak-icon-arrow-right::after {
	content: "\f107";
}

.zak-icon-arrow-up::after {
	content: "\f108";
}

.zak-icon-bars::after {
	content: "\f109";
}

.zak-icon-close::after {
	content: "\f10a";
}

.zak-icon-search::after {
	content: "\f10b";
}

.zak-icon-shopping-cart::after {
	content: "\f10c";
}

/* SVG icons */
.zak-icon {
	display: block;
	width: 1.25em;
	height: 1.25em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/*=============================================
=            Admin Bar            =
=============================================*/
.admin-bar {
	--admin-bar: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar {
		--admin-bar: 46px;
	}
}

/*--------------------------------------------------------------
# Utilities.
--------------------------------------------------------------*/
/* AMP.
--------------------------------------------- */
.zak-mobile-nav li.menu-item-has-children .toggled-on + ul {
	max-height: 500px;
}

.zak-mobile-nav li.menu-item-has-children .zak-submenu-toggle.toggled-on::after {
	content: "-";
}

/* Accessibility.
--------------------------------------------- */
/*=============================================
=            Accesibility            =
=============================================*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #E4E4E7;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #3F3F46;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#zak-content[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments.
--------------------------------------------- */
/*=============================================
=            Alignments            =
=============================================*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tg-flex-left {
	margin-right: auto;
}

.tg-flex-right {
	margin-left: auto;
}

.wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-gallery.aligncenter,
.wp-block-social-links.alignleft,
.wp-block-social-links.alignright,
.wp-block-social-links.aligncenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

/* Infinite scroll.
--------------------------------------------- */
/*=============================================
=            Infinite Scroll            =
=============================================*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll .zak-numbered-pagination,
.infinite-scroll.neverending .zak-footer {
	display: none;
}

/*Display element when scroll ends. */
.infinity-end.neverending .zak-footer {
	display: block;
}

#infinite-handle span {
	border: 0 solid #E4E4E7;
	background-color: #027ABB;
	color: #FAFAFA;
	padding: 0.7rem 1rem;
}

#infinite-handle span:hover {
	background-color: #015989;
}

/* Clearings.
--------------------------------------------- */
/*=============================================
=            Clearings            =
=============================================*/
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.zak-content::after {
	display: table;
	content: "";
}

.clear::after,
.entry-content::after,
.comment-content::after,
.zak-content::after {
	clear: both;
}

hr,
.wp-block-separator {
	background-color: #E4E4E7;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Components.
--------------------------------------------------------------*/
/* Site branding.
--------------------------------------------- */
.site-branding {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	overflow-wrap: anywhere;
}

.site-branding .zakra-mobile-logo {
	display: none;
}

.site-branding .mobile-custom-logo-link {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.site-branding .custom-logo-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.site-title {
	color: #27272A;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.3;
}

.site-title a {
	color: inherit;
}

.site-title,
.site-description {
	margin: 0;
}

.site-description {
	font-size: 1.6rem;
}

/* Navigation.
--------------------------------------------- */
.zak-main-nav li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.zak-main-nav .zak-submenu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 8px;
	cursor: pointer;
}

.zak-main-nav .zak-submenu-toggle .zak-icon {
	width: 12px;
	height: 12px;
}

.zak-primary-nav {
	display: none;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom: 0 solid #E4E4E7;
	margin-left: auto;
}

.zak-primary-nav .zak-primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.zak-primary-nav .zak-primary-menu > li > a:hover {
	text-decoration: none;
}

.zak-primary-nav .zak-primary-menu > li:hover ul ul,
.zak-primary-nav .zak-primary-menu > li.focus ul ul {
	position: absolute;
	left: -999999px;
}

.zak-primary-nav .zak-primary-menu > li.zak-menu-item-cart {
	margin-right: 10px;
}

.zak-primary-nav .zak-primary-menu > li > ul.zak-edge {
	right: 0;
	left: auto;
}

.zak-primary-nav .zak-primary-menu ul li:hover ul ul,
.zak-primary-nav .zak-primary-menu ul ul li:hover ul ul,
.zak-primary-nav .zak-primary-menu ul li.focus ul ul,
.zak-primary-nav .zak-primary-menu ul ul li.focus ul ul {
	position: absolute;
	left: -999999px;
}

.zak-primary-nav .zak-primary-menu ul li:hover > ul,
.zak-primary-nav .zak-primary-menu ul li.focus > ul {
	left: 100%;
}

.zak-primary-nav .zak-primary-menu ul ul li:hover > ul,
.zak-primary-nav .zak-primary-menu ul ul ul li:hover > ul,
.zak-primary-nav .zak-primary-menu ul ul li.focus > ul,
.zak-primary-nav .zak-primary-menu ul ul ul li.focus > ul {
	left: 100%;
}

.zak-primary-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.zak-primary-nav ul .current_page_ancestor > a, .zak-primary-nav ul .current-menu-ancestor > a, .zak-primary-nav ul .current_page_item > a, .zak-primary-nav ul .current-menu-item > a {
    color: #B543E2;
}

.zak-primary-nav ul .menu-item-has-children,
.zak-primary-nav ul .page_item_has_children {
	position: relative;
}

.zak-primary-nav ul li:hover > ul,
.zak-primary-nav ul li.focus > ul {
	transition: all .3s ease;
    opacity: 1;
    visibility: visible;
    z-index: 99;
    display: block;
    animation: ailand-submenu-animation 0.3s ease;
}

@keyframes ailand-submenu-animation {
  0% { 
	transform: translateY(20px);
  }
  100% {
	transform: translateY(0);
  }
}

.zak-primary-nav .sub-menu li a:hover {
    color: #B543E2;
}

.zak-primary-nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 0 solid #E4E4E7;
    color: #fff;
    font-weight: 500;
    font-size: 14.5px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    position: relative;
}

.zak-primary-nav li ul,
.zak-primary-nav li:hover ul ul,
.zak-primary-nav li.focus ul ul {
	z-index: 99999;
	position: absolute;
	left: -999999px;
}

.zak-primary-nav li:hover > ul,
.zak-primary-nav li.focus > ul {
	left: auto;
}

.zak-primary-nav .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    width: 240px;
    border: 0px solid #E4E4E7;
    background-color: #000;
    border: 1px solid #4e4e59;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0px 0px 7px rgba(125,94,227,0.7);
}

/*.zak-primary-nav .sub-menu li {
	border-bottom: 1px solid #F4F4F5;
}*/

.zak-primary-nav .sub-menu li ul {
	top: -1px;
	left: 100%;
}

.zak-primary-nav .sub-menu li:last-child {
	border-bottom: 0;
}

.zak-primary-nav .sub-menu li.menu-item-has-children ul.zak-edge, .zak-primary-nav .sub-menu li.page_item_has_children ul.zak-edge {
	left: -100%;
}

.zak-primary-nav .sub-menu li a {
    padding: 5px 16px;
    line-height: 25px;
}

.zak-primary-nav .sub-menu .zak-submenu-toggle {
	padding-left: 0;
	padding-top: 8px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current_page_ancestor > a, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current-menu-ancestor > a, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current_page_item > a, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current-menu-item > a, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current_page_ancestor > a, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current-menu-ancestor > a, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current_page_item > a, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current-menu-item > a {
	position: relative;
}

.zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a::before, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a::before, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a::before, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a::before, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current_page_ancestor > a::before, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current-menu-ancestor > a::before, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current_page_item > a::before, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current-menu-item > a::before, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current_page_ancestor > a::before, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current-menu-ancestor > a::before, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current_page_item > a::before, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current-menu-item > a::before {
	content: "";
	position: absolute;
	background-color: #027ABB;
}

.zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a {
	position: relative;
}

.zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a:hover, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a:hover, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a:hover, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a:hover {
	text-decoration: none;
}

.zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a::before, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a::before, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a::before, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a::before {
	height: 2px;
	width: 100%;
	bottom: 0;
}

.zak-primary-nav.zak-layout-1-style-2 > ul a {
	position: relative;
}

.zak-primary-nav.zak-layout-1-style-2 > ul a:hover::before {
	content: "";
	position: absolute;
	background-color: #027ABB;
	height: 2px;
	width: 100%;
	bottom: 0;
	left: 0;
}

.zak-primary-nav.zak-layout-1-style-3 > ul > li.current_page_ancestor > a::before, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current-menu-ancestor > a::before, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current_page_item > a::before, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current-menu-item > a::before {
	width: 2px;
	height: 12px;
	top: 50%;
	left: -5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.zak-primary-nav.zak-layout-1-style-4 > ul > li.current_page_ancestor > a::before, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current-menu-ancestor > a::before, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current_page_item > a::before, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current-menu-item > a::before {
	width: 2px;
	height: 12px;
	top: 50%;
	left: auto;
	right: -5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.our-services-product-page a {
    color: #fff;
}

.our-services-product-page.product-list h5 {	
    padding: 0 4%;
	margin-top: 10px;
}
.our-services-product-page.product-list p {
    padding: 0 4% 12px;
}


@media screen and (min-width: 768px) {
	.zak-primary-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.zak-primary-nav > ul > li.zak-menu-extras-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.zak-primary-nav > ul > li.zak-menu-extras-wrap .submenu-expand {
	cursor: pointer;
	width: 28px;
	height: 28px;
	padding: 0;
	text-align: center;
}

/* Toggle button. */
.zak-toggle-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 20px;
}

.zak-toggle-menu .zak-menu-toggle {
	padding: 0 2px;
	border: none;
	color: inherit;
	background: initial;
	line-height: normal;
}

.zak-toggle-menu .zak-menu-toggle:hover {
	background-color: transparent;
}

.zak-layout-1-style-2 .zak-toggle-menu,
.zak-layout-1-style-3 .zak-toggle-menu {
	margin-left: 0;
}

.zak-toggle-menu .zak-icon {
	width: 28px;
	height: 28px;
	fill: #3F3F46;
}

@media screen and (min-width: 768px) {
	.zak-toggle-menu {
		display: none;
	}
}

/* Mobile navigation. */
.zak-mobile-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	padding: 1.75em 1em;
	background-color: #27272A;
	color: #FAFAFA;
	-webkit-transition: 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
	transition: 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
	transition: 0.35s transform ease, 0.35s visibility ease, 0.35s opacity ease;
	transition: 0.35s transform ease, 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
	max-height: 100vh;
	overflow-y: auto;
}

.zak-mobile-nav .zak-icon {
	fill: #FAFAFA;
}

.zak-mobile-nav--opened {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	width: 100%;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.zak-mobile-nav ul {
	padding: 0;
	margin: 0;
}

.zak-mobile-nav li {
	position: relative;
	list-style-type: none;
}

.zak-mobile-nav li.zak-menu-extras-wrap {
	display: none;
}

.zak-mobile-nav .zak-header-actions {
	margin-left: 14px;
	margn-top: 14px;
}

.zak-mobile-nav > div {
	/* Top level ul. */
}

.zak-mobile-nav > div > ul {
	border-top: 0.5px solid #D4D4D8;
	padding-top: 1em;
}

.zak-mobile-menu li {
	border-bottom: 1px solid #3F3F46;
}

.zak-mobile-menu li:last-child {
	border-bottom: none;
}

.zak-mobile-menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 14px 16px;
	color: #FAFAFA;
	word-break: break-word;
	-ms-hyphens: auto;
	hyphens: auto;
}

.zak-mobile-menu .page_item_has_children,
.zak-mobile-menu .menu-item-has-children {
	position: relative;
}

.zak-mobile-menu .page_item_has_children .sub-menu,
.zak-mobile-menu .menu-item-has-children .sub-menu {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	visibility: hidden;
	overflow: hidden;
	max-height: 0;
	border-top: 1px solid #3F3F46;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.zak-mobile-menu .page_item_has_children .sub-menu li .sub-menu,
.zak-mobile-menu .menu-item-has-children .sub-menu li .sub-menu {
	padding-left: 16px;
}

.zak-mobile-menu .page_item_has_children .sub-menu li .sub-menu a,
.zak-mobile-menu .menu-item-has-children .sub-menu li .sub-menu a {
	padding-left: 30px;
}

.zak-mobile-menu .page_item_has_children .sub-menu a,
.zak-mobile-menu .menu-item-has-children .sub-menu a {
	padding-left: 30px;
}

.zak-mobile-menu .submenu--show > .zak-submenu-toggle .zak-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.zak-mobile-menu .submenu--show + .sub-menu,
.zak-mobile-menu .submenu--show > .sub-menu {
	max-height: 500px;
	visibility: visible;
	overflow-y: auto;
}

.zak-mobile-menu .submenu--show + .sub-menu::-webkit-scrollbar,
.zak-mobile-menu .submenu--show > .sub-menu::-webkit-scrollbar {
	width: 4px;
}

.zak-mobile-menu .submenu--show + .sub-menu::-webkit-scrollbar-track,
.zak-mobile-menu .submenu--show > .sub-menu::-webkit-scrollbar-track {
	background: #E4E4E7;
}

.zak-mobile-menu .submenu--show + .sub-menu::-webkit-scrollbar-thumb,
.zak-mobile-menu .submenu--show > .sub-menu::-webkit-scrollbar-thumb {
	background-color: #52525B;
	border-radius: 5px;
}

.zak-mobile-menu .submenu--show + .sub-menu .submenu--show > .zak-submenu-toggle .zak-icon,
.zak-mobile-menu .submenu--show > .sub-menu .submenu--show > .zak-submenu-toggle .zak-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.zak-mobile-menu .current_page_item a {
	text-decoration: underline;
}

.zak-mobile-nav__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 30px;
	/* Search field */
}

.zak-mobile-nav__header .zak-header-search {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.zak-mobile-nav__header .zak-header-search a {
	display: none;
}

.zak-mobile-nav__header .zak-mobile-nav-close {
	position: absolute;
	top: 16px;
	right: 16px;
	padding: unset;
	border: unset;
	color: unset;
	background-color: unset;
	cursor: pointer;
	text-align: center;
}

.zak-mobile-nav__header .zak-mobile-nav-close .zak-icon {
	width: 24px;
	height: 24px;
}

.zak-mobile-nav__header .zak-search-container {
	display: block;
	width: 80%;
	padding-bottom: 12px;
	border-bottom: 1px solid #A1A1AA;
}

.zak-mobile-nav__header .zak-search-container .zak-icon {
	width: 20px;
	height: 20px;
}

.zak-mobile-nav__header .zak-search-form .zak-search-field {
	padding: 0;
	line-height: 1.8;
	color: #FFF;
}

/* Overlay. */
.zak-overlay-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.05);
	display: none;
}

.zak-overlay-wrapper.overlay-show {
	display: none;
}

.zak-footer-bar .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
}

.zak-footer-bar .menu li a {
	padding: 0 0.5em;
}

/* Post Navigation */
.posts-navigation,
.post-navigation {
	margin-top: 40px;
	padding: 20px 0;
	border-bottom: 1px solid #E4E4E7;
	border-top: 1px solid #E4E4E7;
}

.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	word-break: break-all;
}

.posts-navigation .nav-links a,
.post-navigation .nav-links a {
	vertical-align: middle;
}

.posts-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-previous {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.posts-navigation .nav-links .nav-previous a::before,
.post-navigation .nav-links .nav-previous a::before {
	margin-right: 0.5rem;
	font-family: "themegrill-icons" !important;
	vertical-align: middle;
	content: "\f102";
}

.posts-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-next {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	text-align: right;
}

.posts-navigation .nav-links .nav-next a::after,
.post-navigation .nav-links .nav-next a::after {
	margin-left: 0.5rem;
	font-family: "themegrill-icons" !important;
	vertical-align: middle;
	content: "\f103";
}

@media screen and (min-width: 768px) {
	.posts-navigation .nav-links,
	.post-navigation .nav-links {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

/* Header actions.
--------------------------------------------- */
.zak-header-actions {
	display: none;
	margin-left: 40px;
}

.zak-mobile-nav .zak-header-actions {
	display: block;
}

.zak-mobile-nav .zak-header-actions .zak-header-search {
	display: none;
}

.zak-header-actions .zak-header-actions {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}

.zak-header-actions .zak-header-actions > li {
	margin: 1em;
}

.zak-header-actions .zak-header-actions > li:last-child {
	margin-right: 0;
}

.zak-header-actions .zak-icon--close {
	display: none;
}

.zak-header-actions li {
	list-style: none;
}

.zak-header-search {
	cursor: pointer;
}

.zak-header-search .zak-search-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	visibility: hidden;
	width: 90%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.zak-header-search .zak-search-container .zak-icon--search {
	display: none;
}

.zak-header-search svg {
	height: 20px;
	width: 20px;
}

/* Mini cart. */
.zak-menu-item-cart .cart-page-link {
	position: relative;
}

.zak-menu-item-cart .cart-page-link .zakra-icon--cart {
	width: 20px;
	height: 20px;
}

.zak-menu-item-cart .cart-page-link .count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 10px;
	width: 16px;
	height: 16px;
	background-color: #027ABB;
	color: #FAFAFA;
	position: absolute;
	top: -5px;
	right: -10px;
	border-radius: 50%;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.zak-main-header.zak-header-search--opened {
		background: #27272A;
	}
	.zak-header-search--opened .zak-container .zak-header-col.zak-header-col--2 {
		background: none;
		border: none;
	}
	.zak-header-search--opened .zak-main-nav,
	.zak-header-search--opened .zak-primary-nav,
	.zak-header-search--opened .site-branding,
	.zak-header-search--opened .zak-header-col--1 {
		visibility: hidden;
		opacity: 0;
	}
	.zak-header-search--opened .zak-search-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		z-index: 9999;
		visibility: visible;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.zak-header-search--opened .zak-header-buttons {
		display: none;
	}
	.zak-header-search--opened .yith-wcwl-items-count {
		display: none;
	}
	.zak-header-search--opened .zak-header-search__toggle {
		display: none;
	}
	.zak-header-search--opened .zak-header-action li {
		display: none;
	}
	.zak-header-search--opened .zak-search-field-label input {
		color: #FFF;
		padding: 0.7rem 0;
		background-color: inherit;
	}
	.zak-header-search--opened .zak-search-field-label input:focus {
		color: #FFF;
	}
	.zak-header-search--opened .zak-search-field-label input:-webkit-autofill,
	.zak-header-search--opened .zak-search-field-label input:-webkit-autofill:focus {
		-webkit-transition: background-color 600000s 0s, color 600000s 0s;
		transition: background-color 600000s 0s, color 600000s 0s;
	}
	.zak-header-search--opened .zak-search-field-label input[data-autocompleted] {
		background-color: transparent !important;
	}
	.zak-header-search--opened .zak-search-field-label .zak-icon--search {
		display: block;
	}
	.zak-header-search--opened .zak-search-field-label .zak-icon--search svg {
		fill: #FFF;
	}
	.zak-header-search--opened .zak-icon--close {
		position: relative;
		display: block;
		background: unset;
		border: none;
		padding: 10px;
		z-index: 9999;
	}
	.zak-header-search--opened .zak-icon--close:focus {
		outline: 1px solid #FFF;
	}
	.zak-header-search--opened .zak-icon--close:active {
		outline: none;
	}
	.zak-header-search--opened .zak-icon--close:before {
		content: "";
		position: absolute;
		top: 10px;
		right: 0;
		width: 20px;
		height: 2px;
		border-radius: 2px;
		background: #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.zak-header-search--opened .zak-icon--close:after {
		content: "";
		position: absolute;
		top: 10px;
		right: 0;
		width: 20px;
		height: 2px;
		border-radius: 2px;
		background: #FFF;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.zak-header-search--opened .zak-icon--close:hover {
		cursor: pointer;
	}
	.zak-header-search--opened .zak-icon--close:hover:before {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.zak-header-search--opened .zak-icon--close:hover:after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.zak-header-actions {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 16px;
	}
	.zak-header-actions li {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

/* Search.
--------------------------------------------- */
.zak-search-form {
	position: unset;
	display: block;
	width: 100%;
}

.zak-search-form .zak-search-submit {
	display: none;
}

.zak-search-form .zak-search-field-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	width: 100%;
	margin-bottom: 0;
}

.zak-search-form .zak-search-field {
	border: 0;
	background-color: #27272A;
	color: #3F3F46;
	opacity: 0.9;
}

.zak-search-form .zak-search-field:focus {
	color: #FFF;
}

.zak-search-form input:-webkit-autofill,
.zak-search-form input:-webkit-autofill:focus {
	-webkit-transition: background-color 600000s 0s, color 600000s 0s;
	transition: background-color 600000s 0s, color 600000s 0s;
}

.zak-search-form input[data-autocompleted] {
	background-color: transparent !important;
}

/* Header buttons.
--------------------------------------------- */
/* Desktop & mobile header buttons */
.zak-header-buttons .zak-header-button .zak-button {
	display: block;
	text-align: center;
	border: 1px solid #027ABB;
}

.zak-header-buttons .zak-header-button .zak-button:hover {
	color: #027ABB;
	border: 1px solid #027ABB;
}

.zak-header-buttons .zak-header-button--2 .zak-button {
	background: transparent;
	border: 1px solid #027ABB;
	color: #027ABB;
}

/* Desktop header buttons. */
.zak-header-buttons--desktop {
	display: none;
	margin-left: 24px;
}

/* Mobile header buttons. */
.zak-mobile-nav .zak-header-buttons {
	display: block;
	margin-top: 18px;
}

.zak-mobile-nav .zak-icon--close {
	display: none;
}

@media screen and (min-width: 768px) {
	.zak-header-buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 24px;
	}
	.zak-header-buttons .zak-button:hover {
		color: #027ABB;
		border-color: #027ABB;
	}
	.mission-section {
		padding-left: 8%;
		padding-bottom: 4%;
	}
	.common-layout-horizontal {
		padding: 0 8% 0;
	}
}

/* Header media.
--------------------------------------------- */
.wp-custom-header {
	position: relative;
}

.wp-custom-header img {
	margin: 0 auto;
	width: 100%;
	vertical-align: middle;
}

.wp-custom-header iframe#wp-custom-header-video {
	width: 100%;
}

.wp-custom-header video#wp-custom-header-video {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.wp-custom-header:hover .wp-custom-header-video-button {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.wp-custom-header .wp-custom-header-video-button {
	position: absolute;
	top: calc( 50% - 30px);
	left: calc( 50% - 30px);
	z-index: 9999;
	height: 60px;
	width: 70px;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity 0.35s, visibility 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, visibility 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
	transition: box-shadow 0.35s, opacity 0.35s, visibility 0.35s, transform 0.35s;
	transition: box-shadow 0.35s, opacity 0.35s, visibility 0.35s, transform 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.wp-custom-header .wp-custom-header-video-button:hover {
	-webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 75px rgba(0, 0, 0, 0.8);
}

/* Page header.
--------------------------------------------- */
.zak-page-header {
	padding: 30px 0;
	background-color: #E4E4E7;
}

.zak-page-header .zak-archive-description {
	display: none;
}

.zak-page-header .zak-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.zak-page-header .zak-page-title {
	margin-bottom: 0;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.3;
}

.zak-page-header.zak-style-1 .zak-page-title {
	margin-right: auto;
}

.zak-page-header.zak-style-1 .breadcrumbs {
	margin-left: auto;
}

.zak-page-header.zak-style-3 .zak-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.zak-page-header.zak-style-3 .zak-page-title {
	text-align: center;
}

.zak-page-header.zak-style-2 .zak-page-header__title {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-left: auto;
}

.zak-page-header.zak-style-2 .breadcrumbs {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-right: auto;
}

.zak-page-header.zak-style-4 .zak-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.zak-page-header.zak-style-5 .zak-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

body:not(.has-page-header) .zak-page-header {
	padding: 30px 0;
	background-color: #E4E4E7;
}

body:not(.has-page-header) .zak-page-header .zak-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

body:not(.has-page-header) .zak-page-header .zak-page-title {
	margin-bottom: 0;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.3;
}

body:not(.has-page-header) .zak-page-header.zak-style-1 .zak-page-title {
	margin-right: auto;
}

body:not(.has-page-header) .zak-page-header.zak-style-1 .zak-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

body:not(.has-page-header) .zak-page-header.zak-style-3 .zak-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

body:not(.has-page-header) .zak-page-header.zak-style-3 .zak-page-title {
	text-align: center;
}

body:not(.has-page-header) .zak-page-header.zak-style-2 .zak-page-header__title {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-left: auto;
}

body:not(.has-page-header) .zak-page-header.zak-style-2 .breadcrumbs {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-right: auto;
}

body:not(.has-page-header) .zak-page-header.zak-style-4 .zak-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

body:not(.has-page-header) .zak-page-header.zak-style-5 .zak-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.zak-breadcrumbs .trail-items,
.breadcrumbs .trail-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	list-style-type: none;
}

.zak-breadcrumbs .trail-items li::after,
.breadcrumbs .trail-items li::after {
	content: '/';
	margin: 0 4px;
}

.zak-breadcrumbs .trail-items li:last-child::after,
.breadcrumbs .trail-items li:last-child::after {
	content: none;
}

.zak-breadcrumbs .trail-items a,
.breadcrumbs .trail-items a {
	color: #027ABB;
	text-decoration: underline;
}

.zak-breadcrumbs .trail-items a:hover,
.breadcrumbs .trail-items a:hover {
	text-decoration: none;
}

/* Entry.
--------------------------------------------- */
.sticky {
	display: block;
}

.zak-posts .zak-post {
	padding: 30px 0;
	border-bottom: 1px solid #E4E4E7;
}

.zak-posts .zak-post:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.zak-posts .zak-post:first-child {
	padding-bottom: 30px;
	padding-top: 0;
	border-bottom: 1px solid #E4E4E7;
}

.extra-hatom {
	display: none;
}

.entry-title {
	margin-bottom: 0;
	font-weight: 600;
	word-break: break-word;
}

.entry-title:hover a {
	color: #027ABB;
	text-decoration: underline;
}

.entry-title a {
	color: inherit;
	text-decoration: inherit;
}

.zak-entry-thumbnail {
	margin-bottom: 20px;
}

.zak-entry-thumbnail__link {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.zak-entry-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 10px;
	border: 0 solid #E4E4E7;
	font-size: 1.4rem;
}

.zak-entry-meta a {
	color: #027ABB;
	text-decoration: underline;
}

.zak-entry-meta a:hover {
	text-decoration: none;
}

.zak-style-2 .zak-entry-meta span, .zak-style-2 .zak-entry-meta a {
	color: #027ABB;
}

.zak-style-2 .zak-entry-meta a:hover {
	color: #015989;
}

.zak-style-2 .zak-entry-meta > span {
	display: inline-block;
}

.zak-style-2 .zak-entry-meta > span::before {
	display: inline-block;
	font-family: 'FontAwesome';
	margin-right: 5px;
}

.zak-style-2 .zak-entry-meta .zak-comments-link,
.zak-style-2 .zak-entry-meta .zak-posted-on,
.zak-style-2 .zak-entry-meta .zak-cat-links,
.zak-style-2 .zak-entry-meta .zak-byline,
.zak-style-2 .zak-entry-meta .zak-tags-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
}

.zak-style-2 .zak-entry-meta .zak-comments-link svg,
.zak-style-2 .zak-entry-meta .zak-posted-on svg,
.zak-style-2 .zak-entry-meta .zak-cat-links svg,
.zak-style-2 .zak-entry-meta .zak-byline svg,
.zak-style-2 .zak-entry-meta .zak-tags-links svg {
	fill: #3F3F46;
	height: 16px;
	width: 16px;
}

.zak-style-2 .zak-entry-meta .zak-cat-links,
.zak-style-2 .zak-entry-meta .zak-tags-links {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.entry-content {
	margin-top: 20px;
}

/*.entry-content p {
	margin-bottom: 24px;
}*/

.entry-content p:last-child {
	margin-bottom: 0;
}

.zak-entry-summary {
	margin-top: 20px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5rem;
}

.zak-entry-footer.zak-alignment-style-2 {
	text-align: right;
}

.zak-entry-footer a {
	color: #3F3F46;
}

.zak-entry-footer .edit-link a {
	color: #027ABB;
}

.entry-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2px;
}

.entry-button:hover {
	color: #027ABB;
	text-decoration: underline;
}

.entry-button:hover .zak-icon {
	fill: #027ABB;
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

/* Comments.
--------------------------------------------- */
/*=============================================
=            Comments            =
=============================================*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#comments {
	margin-top: 40px;
}

#comments .comment-list {
	list-style-type: none;
	margin-left: 0;
}

#comments .comment-list .comment-respond {
	margin-top: 32px;
}

#comments .comment-list .children {
	list-style-type: none;
	margin-left: 2rem;
}

#comments .comment-list .comment-body {
	padding-bottom: 16px;
}

#comments .comment-list .comment-meta {
	position: relative;
	min-height: 40px;
}

#comments .comment-list .comment-meta .comment-author img.avatar {
	height: 40px;
	width: 40px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid rgba(17, 17, 17, 0.15);
	border-radius: 100px;
}

#comments .comment-list .comment-meta .comment-author .fn {
	margin-left: 50px;
	margin-bottom: 8px;
	font-size: 2rem;
	font-weight: 400;
}

#comments .comment-list .comment-meta .comment-author .says {
	display: none;
}

#comments .comment-list .comment-meta .comment-metadata {
	margin-left: 50px;
	font-size: 1.4rem;
}

#comments .comment-list .comment-meta .edit-link {
	color: #027ABB;
	text-decoration: underline;
}

#comments .comment-list .comment-meta .edit-link:hover {
	text-decoration: none;
}

#comments .comments-title {
	display: inline-block;
	margin-bottom: 42px;
}

#comments .comments-title,
#comments .comment-reply-title {
	position: relative;
	padding-bottom: 12px;
	border-bottom: 1px solid #E4E4E7;
	font-size: 2.4rem;
}

#comments .comments-title::before,
#comments .comment-reply-title::before {
	position: absolute;
	display: block;
	bottom: -1px;
	content: " ";
	left: 0;
	width: 30px;
	height: 1px;
	background-color: #027ABB;
}

#comments .comment-reply-title {
	display: inline-block;
	margin-bottom: 10px;
}

#comments .comment-content {
	margin-left: 50px;
	margin-top: 24px;
	font-size: 1.4rem;
}

#comments .comment-content a {
	color: #027ABB;
	font-size: 1.4rem;
	text-decoration: underline;
}

#comments .comment-content a:hover {
	text-decoration: none;
}

#comments .comment-content p {
	margin-bottom: 0;
}

#comments .reply {
	margin-left: 50px;
	margin-top: 24px;
	color: #027ABB;
	font-size: 1.4rem;
	text-decoration: underline;
}

#comments .reply:hover {
	text-decoration: none;
}

#comments .logged-in-as {
	margin-bottom: 24px;
}

.comments-area ol.comment-list .children {
	padding-top: 30px;
	border-top: 1px solid #E4E4E7;
}

textarea {
	height: 150px;
}

.comment-respond {
	margin-top: 60px;
}

.comment-respond textarea,
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: inherit;
	border-radius: 4px;
	margin-bottom: 20px;
}

.comment-respond .form-submit {
	margin-top: 40px;
	margin-bottom: 20px;
}

.comment-respond small {
	margin-left: 16px;
	color: #027ABB;
	font-size: 1.4rem;
	text-decoration: underline;
}

.comment-respond label {
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: 600;
}

.comment-respond input[type="checkbox"] {
	height: 20px;
	width: 20px;
	margin-right: 0;
}

.comment-form-cookies-consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.comment-form-cookies-consent label {
	margin-bottom: 0;
	font-weight: 400;
}

@media screen and (min-width: 992px) {
	.comment-respond textarea,
	.comment-respond input[type="text"],
	.comment-respond input[type="email"],
	.comment-respond input[type="url"] {
		width: 570px;
	}
}

/* Widgets.
--------------------------------------------- */
.widget {
	margin: 0 0 2.5em;
}

.widget:last-child {
	margin-bottom: 0;
}

/*.widget .wp-block-heading,
.widget .widget-title {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #E4E4E7;
}*/

/*.widget .wp-block-heading::before,
.widget .widget-title::before {
	position: absolute;
	display: block;
	bottom: -1px;
	content: " ";
	left: 0;
	width: 30px;
	height: 1px;
	background-color: #027ABB;
}*/

.widget .widget-title,
.widget h2 {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 600;
}

.widget ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	list-style-type: none;
}

.widget ul ul {
	padding-left: 1em;
}

.widget ul.footer-social-icon {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.widget li a {
	display: inline-block;
	color: #027ABB;
	text-decoration: underline;
	/* Make sure select elements fit in widgets. */
}

.widget li a:hover {
	text-decoration: none;
}

.widget li a select {
	max-width: 100%;
}

.widget li a + .post-date {
	margin-bottom: 0.5rem;
	display: block;
}

.widget_search .zak-search-form label {
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.widget_search .zak-search-form .zak-icon--search {
	padding-right: 16px;
}

.widget_search .zak-search-form .zak-icon--search svg {
	width: 20px;
	height: 20px;
}

.widget_search .wp-block-search__button {
	margin-left: 0;
}

.widget_search input[type="search"],
.widget_search .zak-search-submit {
	background-color: inherit;
	border: 0;
	height: 50px;
}

.widget_search .wp-element-button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	color: transparent;
	border: 0;
	line-height: 1;
}

.widget_search .wp-element-button::before {
	position: absolute;
	left: 12px;
	content: "\f002";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #27272A;
	font-size: 1.8rem;
}

.widget_search button {
	display: none;
	background-color: unset;
	padding: 8px;
}

.widget_search .wp-block-search__inside-wrapper,
.widget_search .zak-search-container {
	border: 1px solid #D4D4D8;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.widget_search .wp-block-search__inside-wrapper:focus-within,
.widget_search .zak-search-container:focus-within {
	border-color: #27272A;
}

.widget_search .wp-block-search__inside-wrapper {
	font-size: 1.4rem;
}

.widget_search .wp-block-search .wp-block-search__label {
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: 600;
}

.widget_recent_comments li {
	padding: 0.5rem 0;
}

.widget_calendar table td, .widget_calendar table th {
	padding: inherit;
	text-align: center;
}

.widget_tag_cloud .tagcloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.widget_tag_cloud .tagcloud a {
	font-size: 1rem !important;
	border: 1px solid;
	padding: 5px 10px;
	margin: 5px;
}

/* Captions.
--------------------------------------------- */
/* Galleries.
--------------------------------------------- */
/*--------------------------------------------------------------
# Layouts.
--------------------------------------------------------------*/
/* Common.
--------------------------------------------- */
::-webkit-input-placeholder {
	color: #D4D4D8;
}
::-moz-placeholder {
	color: #D4D4D8;
}
::-ms-input-placeholder {
	color: #D4D4D8;
}
::placeholder {
	color: #D4D4D8;
}

.zak-top-bar, .zak-footer {
    background-color: transparent;
    color: #FAFAFA;
    font-size: 1.4rem;
    padding-bottom: 4%;
}

.zak-top-bar .zak-row,
.zak-footer-bar .zak-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.zak-top-bar .zak-row,
.zak-footer-bar .zak-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.75em;
}

.zak-top-bar .zak-container,
.zak-footer-bar .zak-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 0.8rem;
}

.zak-top-bar p, .zak-footer-bar p {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 11.04px;
}

.zak-top-bar .header-bar-social-icons a,
.zak-footer-bar .header-bar-social-icons a {
	text-decoration: none;
}

.zak-top-bar a,
.zak-footer-bar a {
	text-decoration: none;
}

.zak-top-bar a:hover,
.zak-footer-bar a:hover {
	color: inherit;
	text-decoration: none;
}

.zak-top-bar .widget,
.zak-footer-bar .widget {
	margin: 0;
}

.zak-top-bar .widget li,
.zak-footer-bar .widget li {
	border-bottom: none;
}

.zak-top-bar .menu,
.zak-footer-bar .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0;
	list-style-type: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.zak-top-bar .menu a,
.zak-footer-bar .menu a {
	text-decoration: none;
}

.zak-top-bar .menu a:hover, .zak-footer-bar .menu a:hover {
    text-decoration: none;
    color: #F9BD0E;
}

.zak-top-bar__1,
.zak-top-bar__2,
.zak-footer-bar__1,
.zak-footer-bar__2 {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.zak-top-bar .zak-row,
	.zak-footer-bar .zak-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

/* Header.
--------------------------------------------- */
.zak-top-bar {
	display: none;
	padding-bottom: 14px;
	padding-top: 14px;
}

@media screen and (min-width: 600px) {
	.zak-top-bar {
		display: block;
		border-style: solid;
		border-width: 0;
	}
}

.zak-header .zak-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.zak-main-header {
    padding: 10px 5px;
    border-radius: 50px;
}

.zak-main-header .zak-row {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 40px;
}

.zak-main-header .zak-header-col--2 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media screen and (min-width: 992px) {
	.zak-header-col--2 {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.zak-header.zak-layout-1-style-2 .zak-container {
	padding: 0;
}

.zak-header.zak-layout-1-style-2 .zak-header-col--2 {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.zak-header.zak-layout-1-style-2 .zak-primary-nav {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.zak-header.zak-layout-1-style-2 .zak-main-header .zak-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.zak-header.zak-layout-1-style-2 .site-branding {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.zak-header.zak-layout-1-style-2 .site-branding .custom-logo-link {
	margin-right: 0;
}

.zak-header.zak-layout-1-style-2 .zak-primary-nav {
	display: none;
}

@media screen and (min-width: 768px) {
	.zak-header.zak-layout-1-style-2 .zak-primary-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: initial;
	}
}

.zak-header.zak-layout-1-style-3 {
	/* Site branding */
	/* Menu primary */
}

.zak-header.zak-layout-1-style-3 .zak-main-header .zak-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.zak-header.zak-layout-1-style-3 .zak-main-header .zak-header-col--2 {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.zak-header.zak-layout-1-style-3 .site-branding {
	margin-left: 20px;
}

.zak-header.zak-layout-1-style-3 .site-branding .custom-logo-link {
	margin-right: 0;
}

.zak-header.zak-layout-1-style-3 .zak-primary-nav {
	margin-left: initial;
	margin-right: 0;
	-webkit-box-flex: initial;
	-ms-flex: initial;
	flex: initial;
}

.zak-header.zak-layout-2-style-1 .zak-main-header {
	padding: 0;
}

.zak-header.zak-layout-2-style-1 .zak-main-header .zak-row {
	gap: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.zak-header.zak-layout-2-style-1 .zak-header-col--2 {
	display: block;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: auto;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-top: 10px;
	padding-bottom: 10px;
	background: #F4F4F5;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #D4D4D8;
}

.zak-header.zak-layout-2-style-1 .zak-header-col--2 .zak-container {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.zak-header.zak-layout-2-style-1 .zak-header-col--1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.zak-header.zak-layout-2-style-1 .zak-primary-nav {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.zak-header.zak-layout-2-style-1 .zak-main-header .zak-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.zak-header.zak-layout-2-style-1 .zak-header-col--1 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.zak-header.zak-layout-1-transparent {
	position: relative;
	border-bottom: none;
}

.zak-header.zak-layout-1-transparent .zak-main-header {
	background: transparent;
}

.zak-header.zak-layout-1-transparent .zak-header-transparent-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	height: auto;
	width: 100%;
	background: transparent;
	border-bottom: 1px solid #E4E4E7;
}

.zak-header.zak-layout-1-transparent .zak-header-transparent-wrapper .zak-header-search--opened.zak-main-header {
	background: #27272A;
}

/* Content.
--------------------------------------------- */
.zak-secondary {
	word-break: break-word;
}

.zak-secondary .wp-element-button {
	color: transparent;
}

.zak-secondary li {
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	.zak-secondary {
		width: 30%;
		padding-top: 3.75em;
		padding-left: 1.875em;
		padding-bottom: 3.75em;
		border-left: 1px solid #E4E4E7;
	}
}

.zak-content .zak-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 3.75em;
	padding-bottom: 3.75em;
	gap: 3.75em;
}

.zak-primary {
	width: 100%;
}

.has-transparent-header:not(.blog):not(.has-page-header),
.zak-no-content-margin,
.elementor-template-full-width,
.page-template-pagebuilder {
	/* Remove content margin when,
	1. When transparent header is present.
	2. Content margin is removed via options.
	3. Using full width Elementor template.
	4. Using Page builder template.
	*/
}

.has-transparent-header:not(.blog):not(.has-page-header) .zak-row,
.zak-no-content-margin .zak-row,
.elementor-template-full-width .zak-row,
.page-template-pagebuilder .zak-row {
	padding: 0;
}

body:not(.tg-container--separate) #page {
    background-color: #000;
    background: url(https://www.3prosolutions.com/wp-content/uploads/2023/12/Group-17.png) no-repeat;
    background-position: bottom;
}

.backdrop {
	position: relative;
}

.backdrop::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: rgba(82, 82, 91, 0.2);
}

@media screen and (min-width: 768px) {
	.zak-content .zak-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.zak-primary {
		width: 70%;
		padding-top: 0;
		padding-right: 30px;
		padding-bottom: 60px;
	}
}

/* Blog.
--------------------------------------------- */
.zak-posts {
	display: grid;
	grid-template-columns: 1fr;
}

.zak-posts .zak-entry-thumbnail img {
	border-radius: 4px;
}

.page .entry-content {
	margin-top: 0;
	word-break: break-word;
}

/* Footer.
--------------------------------------------- */
.zak-footer .site-info {
	text-align: center;
	padding: 1rem 0;
}

.zak-footer .zak-footer-widget-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 60px 0 25px;
}

.zak-footer .zak-footer-widget-container.style-1 .zak-footer-col {
	width: calc(25% - 20px);
}

.zak-footer .menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    font-size: 18px;
    font-weight: 500;
}

.zak-footer .zak-submenu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	fill: #FFF;
}

.zak-footer .zak-footer-widget--title-hidden .widget-title {
	display: none;
}

.zak-footer .footer-social-icons ul {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

/* Footer column. */
.zak-footer-cols {
    padding-bottom: 40px;
    padding-top: 45px;
    border-top: 2px solid #18436F;
    color: #D4D4D8;
}

.zak-footer-cols .zak-row {
	display: grid;
	gap: 32px;
}

.zak-footer-cols .widget {
	margin: 0;
}

.zak-footer-cols .widget-title,
.zak-footer-cols h2 {
	margin-bottom: 16px;
	font-size: 1.6rem;
}

.zak-footer-cols h1,
.zak-footer-cols h2,
.zak-footer-cols h3,
.zak-footer-cols h4,
.zak-footer-cols h5,
.zak-footer-cols h6 {
	color: #FAFAFA;
}

.zak-footer-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.subscribe-title {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 8px;
}

.newsletter-section {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.newsletter-section .newsletter-form [type="email"] {
    background: #15002F;
    border-radius: 5px;
    border: none;
    height: 41px;
    color: #fff;
    text-indent: 10px;
    font-size: 15.639px;
}

.newsletter-section .newsletter-form [type="email"]::placeholder {
	color: #AFAFAF;
	font-weight: 300;
	font-size: 15px;
}

.newsletter-button [type=submit] {
    border-radius: 8.689px;
    background: linear-gradient(102deg, #25054D 0%, #922CFF 93.39%);
    height: 40px;
    padding: 0 20px;
}

p.subscribe-content {
    font-size: 10px;
    font-weight: 500;
}

.zak-footer-col .wp-block-social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.zak-footer-col .widget ul a {
	color: #FFF;
	text-decoration: none;
}

.zak-footer-col ul li {
	border-bottom: 0 solid #E4E4E7;
	padding-right: 5px;
}

.zak-footer-cols.zak-layout-1-style-1 .zak-row, .zak-footer-cols.zak-layout-1-style-2 .zak-row, .zak-footer-cols.zak-layout-1-style-3 .zak-row, .zak-footer-cols.zak-layout-1-style-4 .zak-row {
	grid-template-columns: repeat(var(--grid-column, 1), 1fr);
}

.zak-footer-bar__1:before {
    content: "";
    border: 1px solid #AE97AE;
    height: 1px;
    width: 25%;
    position: absolute;
    left: 0;
    top: 50%;
}

.zak-footer-bar__1:after {
    content: "";
    border: 1px solid #AE97AE;
    height: 1px;
    width: 25%;
    position: absolute;
    right: 0;
    top: 50%;
}

.zak-footer-bar__1 {
    position: relative;
    width: 100%;
}

.zak-footer-bar.zak-style-2 .zak-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
}

.zak-footer-bar.zak-style-2 .zak-footer-bar__1,
.zak-footer-bar.zak-style-2 .zak-footer-bar__2 {
	text-align: center;
}

.zak-footer-bar.zak-style-2 .zak-footer-bar__1 ul,
.zak-footer-bar.zak-style-2 .zak-footer-bar__2 ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.zak-footer-bar.zak-style-2 .zak-footer-bar__1 .widget,
.zak-footer-bar.zak-style-2 .zak-footer-bar__2 .widget {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.zak-footer-bar.zak-style-2 .zak-footer-bar__1 .widget li,
.zak-footer-bar.zak-style-2 .zak-footer-bar__2 .widget li {
	text-align: center;
}

.zak-scroll-to-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 999;
	height: 48px;
	width: 48px;
	border-radius: 4px;
	background-color: #27272A;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.zak-scroll-to-top .zak-icon {
	fill: #FAFAFA;
}

.zak-scroll-to-top:hover {
	background-color: #027ABB;
}

.zak-scroll-to-top.zak-scroll-to-top--show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}

@media screen and (min-width: 768px) {
	.zak-footer-cols.zak-layout-1-style-1 .zak-row {
		--grid-column: 1;
	}
}

@media screen and (min-width: 768px) {
	.zak-footer-cols.zak-layout-1-style-2 .zak-row {
		--grid-column: 2;
	}
}

@media screen and (min-width: 768px) {
	.zak-footer-cols.zak-layout-1-style-3 .zak-row {
		--grid-column: 3;
	}
}

@media screen and (min-width: 768px) {
	.zak-footer-cols.zak-layout-1-style-4 .zak-row {
		--grid-column: 4;
	}
}

/* Pages.
--------------------------------------------- */
.zak-error-404 {
	text-align: center;
}

.zak-error-404 img {
	margin-bottom: 40px;
}

.zak-error-404 .zak-content-header {
	margin-bottom: 30px;
	background-color: transparent;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.3;
}

.zak-error-404 .zak-button {
	display: inline-block;
	margin-top: 30px;
	padding: 8px 16px;
}

.zak-error-404 .zak-button span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}

.zak-error-404 .zak-button svg {
	height: 16px;
	width: 16px;
	fill: #FFF;
}

.zak-error-404 .zak-button:hover svg {
	fill: #027ABB;
}

.zak-no-results {
	text-align: center;
}

.zak-no-results .zak-page-header {
	padding: 0;
	background-color: transparent;
}

.zak-no-results .zak-page-header .zak-page-title {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 3.2rem;
}

.zak-no-results img {
	margin-bottom: 40px;
	width: 230px;
	height: 186px;
}

.zak-no-results .page-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}

.zak-no-results .zak-search-container {
	width: 100%;
}

.zak-no-results .zak-search-form .zak-search-field-label {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	border: 1px solid #D4D4D8;
	border-radius: 4px;
}

.zak-no-results .zak-search-form .zak-search-field {
	background-color: transparent;
}

.zak-no-results .zak-icon--search {
	padding: 14px;
}

.zak-no-results .zak-icon--search svg {
	height: 20px;
	width: 20px;
}

.zak-no-results .zak-icon--close {
	display: none;
}

@media screen and (min-width: 768px) {
	.zak-no-results .page-content p {
		width: 544px;
	}
	.zak-no-results .zak-search-form {
		width: 449px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (min-width: 992px) {
	.zak-no-results .zak-search-form {
		width: 564px;
		margin-right: auto;
		margin-left: auto;
	}
}

/* Page templates.
--------------------------------------------- */
.page-template-pagebuilder {
	background: #fff;
}

.page-template-pagebuilder.zak-container--wide .zak-content .zak-container {
	max-width: 100%;
}

.page-template-pagebuilder .widget {
	background: initial;
	padding: 0;
}

.page-template-pagebuilder .zak-primary.pagebuilder-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: inherit;
	padding: 0;
}

.page-template-pagebuilder .zak-content .zak-container {
	padding-left: 0;
	padding-right: 0;
}

.pagebuilder-content a {
	color: #027ABB;
}

.pagebuilder-content a:hover, .pagebuilder-content a:focus {
	color: #0284C7;
}

.page-template.tg-container--separate #page {
	background: #FAFAFA;
}

/* Site layouts.
--------------------------------------------- */
/* Boxed layout. */
.zak-container--boxed .zak-site {
	width: 90%;
	margin: 20px auto;
	-webkit-box-shadow: 4px 24px 60px rgba(109, 141, 173, 0.25);
	box-shadow: 4px 24px 60px rgba(109, 141, 173, 0.25);
}

.zak-container--boxed .zak-site#page {
	background-color: #FAFAFA;
}

.zak-container--boxed .zak-main-header .zak-container,
.zak-container--boxed .zak-content .zak-container,
.zak-container--boxed .zak-top-bar .zak-container,
.zak-container--boxed .zak-footer-bar .zak-container {
	max-width: 100%;
}

.zak-container--boxed .zak-header.zak-layout-2 .zak-header-col--2 {
	margin-left: -16px;
	margin-right: -16px;
}

@media screen and (min-width: 768px) {
	.zak-container--boxed .zak-site {
		max-width: 1170px;
	}
}

/* Separate layout. */
.zak-content-area--boxed {
	background-color: #FFF;
}

.zak-content-area--boxed .zak-posts {
	gap: 30px;
}

.zak-content-area--boxed .zak-post:first-child {
	padding-top: 20px;
	padding-bottom: 20px;
}

.zak-content-area--boxed .zak-post:last-child {
	padding-bottom: 20px;
	border: 1px solid #E4E4E7;
}

.zak-content-area--boxed .zak-secondary {
	border-left: 0 none;
}

.zak-content-area--boxed .zak-site-layout--left .zak-primary {
	padding-left: 2em;
}

.zak-content-area--boxed .zak-site-layout--left .zak-secondary {
	padding-right: 2em;
	border-right: 0 none;
}

.zak-content-area--boxed .zak-post,
.zak-content-area--boxed .widget {
	padding: 20px 24px;
	border: 1px solid #E4E4E7;
	border-radius: 4px;
}

.zak-content-area--boxed .zak-footer-col .widget {
	padding: 0;
	background-color: transparent;
	border: 0;
}

/* Stretched layout. */
.tg-container--stretched .zak-container {
	width: 100%;
	max-width: unset;
}

/* Sidebar.
--------------------------------------------- */
.zak-site-layout--centered .zak-primary {
	max-width: 770px;
	margin: 0 auto;
}

.zak-site-layout--centered.zak-container--boxed .zak-primary .entry-content > .alignfull {
	margin-left: unset;
	margin-right: unset;
}

.zak-site-layout--contained .zak-primary {
	width: 100%;
	padding-right: 0;
}

.zak-site-layout--left .zak-primary {
	padding-right: 0;
}

.zak-site-layout--left .zak-secondary {
	padding-left: 0;
	border-left: 0 none;
}

@media screen and (min-width: 768px) {
.middle-two-card {
    width: 75%;
    margin: 0 auto;
    padding-top: 3%;
}
	.zak-site-layout--left .zak-content .zak-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.zak-site-layout--left .zak-primary {
		padding-left: 30px;
	}
	.zak-site-layout--left .zak-secondary {
		padding-right: 30px;
		border-right: 1px solid #E4E4E7;
	}

	.content-hiring {
		padding-right: 19%;
	}
    .our-product-individual-section {
        margin: 0 5% 4%;
    }

	/* Blog Page */
	.blog .zak-posts .zak-post {
		width: 30%;
	}

	.blog .zak-entry-summary p {
		height: 166px;
	}

	.blog .entry-title {
		height: 44px !important;
	}

	.single-post .zak-primary {
    	width: 70%;
	}

	.blockart-section.blockart-section-18980b21.side-widget.recent-post:before {
		content: "";
		border-top: 3px solid #fff;
		width: 121px;
		height: 1px;
		position: absolute;
		top: 0;
	}
}

.zak-site-layout--centered .zak-primary {
	width: 100%;
	padding-right: 0;
}

.zak-site-layout--centered .zak-primary .entry-content > .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: unset;
}

.zak-site-layout--centered .zak-primary .entry-content > .alignfull.wp-block-cover, .zak-site-layout--centered .zak-primary .entry-content > .alignfull.wp-block-cover-image {
	width: unset;
}

.zak-site-layout--centered .zak-primary .entry-content > .alignwide {
	margin-left: -100px;
	margin-right: -100px;
	max-width: unset;
}

/*--------------------------------------------------------------
# Gutenberg blocks.
--------------------------------------------------------------*/
/* Media text.
--------------------------------------------- */
.wp-block-media-text .wp-block-media-text__content {
	padding: 0 0 0 8%;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding: 0 8% 0 0;
}

@media (max-width: 600px) {
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
		padding: 0;
	}
	.wp-block-media-text .wp-block-media-text__content {
		padding: 0;
	}
}

/* Columns.
--------------------------------------------- */
.wp-block-columns {
	padding-top: 3em;
	padding-right: 2em;
	padding-bottom: 3em;
	padding-left: 2em;
}

/* Social icons.
--------------------------------------------- */
.wp-block-social-links li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* Query loop.
--------------------------------------------- */
ul.wp-block-post-template {
	margin: 0;
}

/* Button loop.
--------------------------------------------- */
.entry-content .wp-block-button.is-style-outline .wp-block-button__link {
	color: #027ABB;
	border-width: 1px;
}

/* Cover loop.
--------------------------------------------- */
.wp-block-cover p.wp-block-cover-text {
	color: #FFF;
}

/*--------------------------------------------------------------
# Plugins.
--------------------------------------------------------------*/
.elementor-template-full-width .zak-content .zak-row {
	display: block;
}

body.has-transparent-header {
	/* Hide header on Elementor editor and transparent header. */
}

body.has-transparent-header.elementor-editor-active .zak-header {
	z-index: -1;
}

/* Custom CSS */

.zak-header {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 45px;
    z-index: 9999;
    transition: all .5s ease;
    background: rgba(137, 137, 137, 0.18);
    backdrop-filter: blur(11.300000190734863px);
    border-radius: 98px;
}

.zak-header:hover {
    background: #000;
    box-shadow: 0px 0px 7px rgba(125,94,227,0.7);
}

/*.zak-main-header:after {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(81,81,81,.33);
    border-radius: 100px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}*/

/* .zak-main-header .zak-header-col--2 #zak-primary-nav ul#zak-primary-menu > li:last-child a {
    padding: 10px 17px;
    border-radius: 53px;
    line-height: initial;
    background: #000;
    margin-left: 20px;
}

.zak-main-header .zak-header-col--2 #zak-primary-nav ul#zak-primary-menu > li:last-child a:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 35px;
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background: linear-gradient(90deg, #FF3BFF 0%, #5C24FF 75.83%, #D94FD5 100%);
}

.zak-main-header .zak-header-col--2 #zak-primary-nav ul#zak-primary-menu > li:last-child {
    position: relative;
}

.zak-main-header .zak-header-col--2 #zak-primary-nav ul#zak-primary-menu > li:last-child a:hover {
    background: linear-gradient(90deg, #FF3BFF 0%, #5C24FF 75.83%, #D94FD5 100%);
}

*/

.zak-main-header .zak-header-col--2 #zak-primary-nav ul#zak-primary-menu > li:last-child a, .get-started a {
    padding: 4px 19px;
    border: 2px solid #fff;
    outline: none;
    color: rgb(255, 255, 255);
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 50px;
}

.zak-main-header .zak-header-col--2 #zak-primary-nav ul#zak-primary-menu > li:last-child a:before, .get-started a:before {
	content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowingbn5 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 50px;
}

@keyframes glowingbn5 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.zak-main-header .zak-header-col--2 #zak-primary-nav ul#zak-primary-menu > li:last-child a:active, .get-started a:active { 
	 color: #000;
}

.zak-main-header .zak-header-col--2 #zak-primary-nav ul#zak-primary-menu > li:last-child a:active:after, .get-started a:active:after {
	background: transparent;
}

.zak-main-header .zak-header-col--2 #zak-primary-nav ul#zak-primary-menu > li:last-child a:hover:before, .get-started a:hover:before {
	opacity: 1;
}

.zak-main-header .zak-header-col--2 #zak-primary-nav ul#zak-primary-menu > li:last-child a:after, .get-started a:after {
	  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #191919;
  left: 0;
  top: 0;
  border-radius: 50px;
}

.get-started a {
	padding: 13px 27px;
}

.product-detials:hover {
    scale: 1.04;
}

.product-detials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-property: scale;
    transition-property: scale;
    -webkit-transition-timing-function: cubic-bezier(0.85,0,0,1);
    transition-timing-function: cubic-bezier(0.85,0,0,1);
}

.product-overall-content {
    position: absolute;
    color: #000;
}

.item {
    width: 100%;
    padding: 19px;
    border: 1px solid #4e4e59;
    border-radius: 10px;
    box-shadow: 0px 0px 7px rgba(249,189,14,0.7);
    position: relative;
    transition: all .3s ease;
}

.item-in {
    background: rgb(31,44,92);
    background: -moz-linear-gradient(30deg, #121420 0%, #111117 50%, #121420 100%);
    background: -webkit-linear-gradient(30deg, #121420 0%, #111117 50%, #121420 100%);
    background: linear-gradient(30deg, #121420 0%, #111117 50%, #121420 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f2c5c",endColorstr="#1f2c5c",GradientType=1);
    padding: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: relative;
}

.step__decor_top{
	position: absolute;
	width: 60px;
	bottom: 100%;
}
.step__decor_bottom{
	position: absolute;
	width: 60px;
	top: 100%;
}
.step__decor_top span{
	bottom: 0;
}
.step__decor_bottom span{
	top: 0;
}
/*.step__decor_top .decor_c:after{
	bottom: 100%;
	position: absolute;
	left: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 8px;
	border-color: transparent transparent transparent #7c5fe3;
}
.step__decor_bottom .decor_c:after{
	top: 100%;
	position: absolute;
	left: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 10px 0;
	border-color: transparent #7c5fe3 transparent transparent;
}*/
/*.decor_a{
	display: block;
	width: 2px;
	height: 10px;
	left: 0;
	background-color: #7c5fe3;
	position: absolute;
}
.decor_b{
	display: block;
	width: 4px;
	height: 30px;
	left: 12px;
	background-color: #7c5fe3;
	position: absolute;
}
.decor_c{
	display: block;
	width: 8px;
	height: 40px;
	left: 26px;
	background-color: #7c5fe3;
	position: absolute;
}
.decor_d{
	display: block;
	width: 4px;
	height: 30px;
	right: 12px;
	background-color: #7c5fe3;
	position: absolute;
}
.decor_e{
	display: block;
	width: 2px;
	height: 10px;
	right: 0;
	background-color: #7c5fe3;
	position: absolute;
}*/

.product-section {
    display: block;
}

.product-section.demo-section {
    display: none;
}

/* Counter */

.counter{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 29px;
}
.counter:before,
.counter:after{
	position: absolute;
	height: 2px;
	background-color: var(--ailand-bbc);
	top: 50%;
	margin-top: -1px;
	content: '';
}
.counter:before{
	left: -60px;
	right: 50%;	
	margin-right: 60px;
}
.counter:after{
	right: -60px;
	left: 50%;	
	margin-left: 60px;
}
.counter span{
	width: 40px;
	height: 40px;
	background-color: #7c5fe3;
	border-radius: 100%;
	font-size: 14px;
	color: #fff;
	letter-spacing: .5px;
	box-shadow: 0px 0px 7px rgba(125,94,227,0.7);
	font-weight: 900;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.step__item h3 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}

.step__item .item:hover {
    box-shadow: 0px 0px 15px rgba(249,189,14,0.9);
}


.step__item .desc p {
    color: #7e7a87;
    line-height: 1.5;
    text-align: center;
}

.product-section {
    background: url('https://www.3prosolutions.com/wp-content/uploads/2023/12/bg-line.png') no-repeat;
    background-color: #0F0E11;
    padding-top: 60px;
    background-position: top right;
    padding-bottom: 60px;
}

.wp-block-image {
    margin: 0;
}

/*.zak-primary-nav li a::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #B543E2;
    bottom: 0;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}*/

/*.zak-primary-nav li a:not(.zak-primary-nav li:last-child a):hover::after {
	opacity: 1;
    width: 100%;
}*/

/*.our-product-title {
    white-space: nowrap;
    font-size: 33px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 50px;
}

.our-product-title:after {
    content: '';
    position: absolute;
    width: 110px;
    height: 2px;
    background-color: #4e4e59;
    bottom: 0;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
}*/

.our-product-title.services-title:after {
    background-color: #00000026;
}

.our-product-title.services-title {
    color: #000;
    margin-top: 3%;
}

.our-services {
    display: none;
}

.our-product-title:before {
	content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: #F9BD0E;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
    z-index: 3;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
}

.our-product-title:hover:before {
    width: 110px;
}

.product-section.demo-section .item-in {
    padding: 13% 3%;
}

.our-services h2 {
    font-size: 33px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px;
}

.our-services-details-item {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}

.our-services-details-item::before {
    position: absolute;
    width: 100%;
    background: #7c5fe3;
    border-radius: 20px;
    transition: .8s;
}

.our-services-details-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.our-services-details-btm {
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    left: 0;
    padding: 0 20px;
}

.our-services-details-btm h3, .our-technology-item-cont h3 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.our-services-details-btm p {
    margin: 10px 0 0;
    display: none;
    line-height: 24px;
    font-size: 18px;
}

.our-services-details-item:hover::before {
    opacity: .86;
    clip-path: circle(122.2% at 49% 100%);
}

.our-services-details-item::before, .our-technology-item::before {
    content: '';
    top: 0;
    left: 0;
    opacity: 0;
    clip-path: circle(3.5% at 49% 100%);
    height: 100%;
}

.our-services-details-item:hover p, .our-technology-item:hover .our-technology-item-overlay {
    display: block;
}

.services-details {
    text-align: center;
}

.our-services {
    padding: 4% 0;
}

.zak-header.hide {
    top: -90px;
}

/*video {
    filter: brightness(50%);
}*/

.wp-block-video {
    margin: 0;
}

ul.social-media-icon {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
}

ul#menu-footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 600px;
    margin: auto;
    flex-direction: row;
}


.menu-footer-menu-container ul#menu-footer-menu li {
    flex-basis: 48%;
}

/*ul.social-media-icon li a {
    width: 46px;
    border: 1px solid #4e4e59;
    padding: 10px 12px;
    box-shadow: 0px 0px 7px rgba(249,189,14,0.7);
    border-radius: 5px;
    transition: all .3s ease;
}*/

/*footer#zak-footer {
    background: url('https://www.3prosolutions.com/wp-content/uploads/2023/12/footer-bg.png') no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 7%;
    background-color: #000;
}*/

.product-logo {
    margin-bottom: 20px;
}

.services-provide {
    max-width: 1140px;
    width: 100%;
    margin: 40px auto 60px;
}

.services-major {
    display: flex;
/*    border-radius: 10px;*/
/*    margin-top: 20px;*/
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
}

.box {
    width: 33.3%;
    height: 300px;
    transition: width 1s;
    margin-top: auto;
    overflow: hidden;
    position: relative;
}

.box:hover {
    width: 66%;
}

.box h3, .box i {
/*    position: absolute;*/
    color: #fff;
    margin: 10px;
    z-index: 1;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.box p {
/*    position: absolute;*/
    color: #fff;
    top: 10%;
    z-index: 1;
    visibility: hidden;
    margin: 10px;
    font-size: 15px;
}

.box i {
    visibility: hidden;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
}

.box:hover i, .box:hover p {
    visibility: visible;
    transition-delay: 0.8s;
}

.serivces-detials-content {
    position: absolute;
    z-index: 2;
}

.box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: brightness(70%);
}

/*.box:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}*/

.box:hover img {
    filter: brightness(60%);
}

.ser-we-provide {
    text-align: center;
    text-transform: uppercase;
}


@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

.contact-us-title {
    font-weight: 300;
    font-size: 60px;
    background: linear-gradient(90deg, #FF3BFF 0%, #5C24FF 75.83%, #D94FD5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-field {
    width: 48%;
    margin-bottom: 15px;
}

.form-overall label {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}

textarea {
    resize: none;
}

.form-overall [type='submit'] {
    background: #fff;
    color: #fff;
    border: 2px solid #000;
    font-weight: 600;
    /* width: 100%; */
    border-radius: 68.962px;
    border: 1.235px solid #00F0FF;
    background: #000;
    padding: 9px 28px;
    margin-top: 15px;
}

.contact-details li {
    font-size: 15px;
    color: #fff;
}

.form-overall input, .form-overall textarea {
    border-radius: 8.689px;
    border: 1px solid #00F0FF;
    background: linear-gradient(0deg, #15002F -39.07%, rgba(21, 0, 47, 0.00) 85.61%);
    font-size: 15px;
    font-weight: 300;
	color: #fff;
}

.contact-details i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    vertical-align: sub;
}

.contact-details li {
    list-style: none;
}

ul.contact-details {
    margin-left: 0;
}

.contact-details li a {
    color: #fff;
    text-decoration: none;
}

/* Banner  */


h2.innovative {
    font-weight: 300;
    font-size: 60.9px;
    background: linear-gradient(90deg, #FF3BFF 0%, #5C24FF 75.83%, #D94FD5 100%);
    color: transparent;
    background-clip: text;
    display: inline-block;
    margin-bottom: 0;
}

.unleashing {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 15px;
}

.banner-content p {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
}

/* .get-started a {
    border-radius: 76.127px;
    background: #000;
    padding: 15px 27px;
    background: #000;
    font-weight: 400;
    color: #fff;
    position: relative;
} */

/* .get-started a:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 35px;
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background: linear-gradient(90deg, #FF3BFF 0%, #5C24FF 75.83%, #D94FD5 100%);
} */

p.get-started {
    padding-top: 20px;
}

.banner-content {
    padding: 16% 10% 23% 10%;
    text-align: center;
    background: url('https://www.3prosolutions.com/wp-content/uploads/2023/12/Group-5.png') no-repeat;
}

.our-product-slider {
    margin-top: -11%;
}

.our-product-card-list {
    background: url('https://www.3prosolutions.com/wp-content/uploads/2024/01/Home-Page-Banner.png') no-repeat;
    background-position: center bottom;
}

/*.our-product-layout {
    width: 90%;
    margin: 0 auto;
}*/

.our-product-full-layout {
    /* background: #000; */
    margin-top: 0;
}

.our-products-heading {
    padding-top: 20px;
    font-size: 35px;
    background: linear-gradient(90deg, #FF3BFF 0%, #5C24FF 75.83%, #D94FD5 100%);
    color: transparent;
    background-clip: text;
    display: inline-block;
    font-weight: 300;
}

.heading-container {
    text-align: center;
}

.our-product-slide {
    border-radius: 32.919px;
    border: 0.803px solid #00F0FF;
    background: linear-gradient(319deg, #FF3BFF -22.07%, #000 62.93%);
    color: #fff;
    padding: 14% 5% 5%;
    margin-top: 100px;
    border-bottom: 0;
    height: 250px;
}

.our-product-slide img {
    position: absolute;
    top: -20px;
    right: 0;
}

.our-product-slide h3 {
    font-size: 25px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.explore-more a {
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 12px;
    border-radius: 50px;
    font-weight: 400;
}

.our-product-card-list h2.wp-block-heading, .services-block h2 {
    background: linear-gradient(90deg, #FF3BFF 0%, #5C24FF 75.83%, #D94FD5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.our-product-slide p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: normal;
}

.our-product-slider .white .sa_owl_theme .owl-nav .owl-prev, .services-block .white .sa_owl_theme .owl-nav .owl-prev {
    background: url('https://www.3prosolutions.com/wp-content/uploads/2023/12/left-arrow.png') no-repeat !important;
}

.our-product-slider .white .sa_owl_theme .owl-nav .owl-next, .services-block .white .sa_owl_theme .owl-nav .owl-next {
    background: url('https://www.3prosolutions.com/wp-content/uploads/2023/12/right-arrow.png') no-repeat !important;
}

.our-product-slider .sa_owl_theme .owl-nav div, .our-product-slider .sa_owl_theme .owl-nav button, .services-block .sa_owl_theme .owl-nav div, .services-block .sa_owl_theme .owl-nav button {
    bottom: 0;
    width: 70px !important;
    top: unset;
}

.our-product-slider .sa_owl_theme .owl-nav .owl-next {
    right: 44%;
}

.our-product-slider .sa_owl_theme .owl-nav .owl-prev {
    left: 44%;
}

.services-block .sa_owl_theme .owl-nav .owl-next {
    right: 2%;
}

.services-block .sa_owl_theme .owl-nav .owl-prev {
    left: 2%;
}

.our-product-slider .white .sa_owl_theme .owl-nav .owl-prev:hover, .our-product-slider .white .sa_owl_theme .owl-nav .owl-next:hover, .services-block .white .sa_owl_theme .owl-nav .owl-prev:hover, .services-block .white .sa_owl_theme .owl-nav .owl-next:hover {
    background-color: transparent !important;
}

.our-product-slider .owl-carousel, .services-block .owl-carousel {
    padding-bottom: 4%;
}

.artificial-title {
    background: linear-gradient(90deg, #FF3BFF 0%, #5C24FF 75.83%, #D94FD5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38.323px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
}

.your-life {
    color: #fff;
    font-size: 38.323px;
    font-style: normal;
    font-weight: 300;
}

.artificial-intelligence-section p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.explore-more.content a {
    padding: 11px 21px;
    font-size: 15px;
    font-weight: 400;
    border: 1.523px solid #FF3BFF;
    background: #000;
}

/*.left-artificial .blockart-column-inner {
    padding-right: 12%;
    padding-top: 14%;
}*/

.over-hover-design {
    position: absolute;
    top: 0;
    color: #fff;
    padding: 8% 6%;
    box-sizing: border-box;
}

.services-we-provide {
    position: relative;
    transition: transform 0.5s;
    margin-top: 3%;
    margin-bottom: 3%;
}

.over-hover-design h3 {
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 13px;
}

.over-hover-design p {
    font-size: 10px;
    font-weight: 400;
}

.services-we-provide:hover {
    transform: scale(1.1);
}

.artificial-intelligence-section {
    background: url("https://www.3prosolutions.com/wp-content/uploads/2023/12/eclipse.png") no-repeat;
    background-position: top left;
    background-size: contain;
}

.background-image {
    background: url('https://www.3prosolutions.com/wp-content/uploads/2023/12/Ellipse-1.png') no-repeat;
    background-size: contain;
    background-position: right;
    position: absolute;
    top: -60%;
    right: 0;
    width: 493px;
    height: 853px;
}

.services-block {
    position: relative;
}

/*Sentence*/
.sentence{
     color: #222;
     font-size: 30px;
     text-align: left;
}


/*Vertical Sliding*/
.slidingVertical {
    display: flex;
    justify-content: center;
}

.slidingVertical span {
    animation: topToBottom 12.5s linear infinite 0s;
    -ms-animation: topToBottom 12.5s linear infinite 0s;
    -webkit-animation: topToBottom 12.5s linear infinite 0s;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    /* background: linear-gradient(90deg, #FF3BFF 0%, #5C24FF 75.83%, #D94FD5 100%); */
    color: #fff;
    background-clip: text;
    font-size: 60px;
    font-weight: 500;
}

.slidingVertical span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.slidingVertical span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.slidingVertical span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.slidingVertical span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}

/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(-50px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-50px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(-50px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

.solutions {
    margin-left: 300px;
}

h2.sentence {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 80px;
    text-align: center;
}

.page-id-769 {
    padding-top: 9%;
}

.private-limited {
    color: #fff;
}

.page-id-1021 h2 {
    background: linear-gradient(90deg, #FF3BFF 0%, #5C24FF 75.83%, #D94FD5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 35px;
}

.page-id-1021  p {
	text-align: justify;
}

.page-id-1021 .zak-footer-bar__1 p {
	text-align: center;
}

.inner {
    padding-top: 12%;
    background: url('https://www.3prosolutions.com/wp-content/uploads/2024/01/Ellipse-6.png'), url('https://www.3prosolutions.com/wp-content/uploads/2024/01/Group-5-1.png');
    background-color: #000;
    background-position: top right, top left;
    background-repeat: no-repeat;
}

.our-company {
    margin-top: 7%;
    padding-right: 5%;
}

.pro-content {
    margin-top: 5%;
}

.our-company h2 {
    font-size: 60px;
    margin-bottom: 0;
}

.our-company p {
    margin-top: 6%;
    text-align: left;
}

.who-we-are-images {
    transform: translate(0, -15px);
}

.our-team-section {
    padding-top: 5%;
    padding-bottom: 5%;
}

.ai-based {
    background: linear-gradient(90deg, #FF3BFF 0%, #5C24FF 75.83%, #D94FD5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.product-page-banner h2 {
    font-size: 58px;
    margin: 0;
    font-weight: 600;
}

.product-page-banner.common-layout {
    padding-top: 5%;
}

.product-page-banner .white {
	-webkit-text-fill-color: #fff;
}

.key-benefits-section .blockart-column-inner {
    background: url('https://www.3prosolutions.com/wp-content/uploads/2024/01/Border-Tick.png') no-repeat;
    padding: 6% 8% 0% 10%;
    background-size: cover;
}

.key-benefits-section .blockart-column {
    display: flex;
}

.key-benefits-section p {
    font-size: 14px;
}

.key-benefits-section {
    text-align: center;
}

.key-benefits-section 
 .blockart-section {
    margin-bottom: 5%;
    margin-top: 2%;
}

.ai-based-section {
    margin-bottom: 4%;
    margin-top: 4%;
}

.label-text {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 19px;
}

.label-content {
    font-weight: 300;
    font-size: 13px;
}

.phone-section {
    background: url('https://www.3prosolutions.com/wp-content/uploads/2024/01/phone.png') no-repeat;
    padding-left: 12%;
}

.contact-section h3 {
    margin-top: 10px;
}

.get-in-section {
    background: url('https://www.3prosolutions.com/wp-content/uploads/2024/01/mail_mail.png') no-repeat;
    padding-left: 16%;
}

.address-section {
    background: url('https://www.3prosolutions.com/wp-content/uploads/2024/01/locat.png') no-repeat;
    padding-left: 7%;
}

.contact-section h3 {
    margin-top: 100px;
}

/*.product-page {
    background: url(https://www.3prosolutions.com/wp-content/uploads/2024/01/Metaverse-1-1.png) no-repeat;
    padding-top: 40%;
    text-align: center;
    background-size: contain;
    background-position: top center;
}*/

/*.page-id-1418 .product-page {
    background: url(https://www.3prosolutions.com/wp-content/uploads/2024/01/Automation-banner.png) no-repeat;
}*/

/*.product-page h1, .product-page p {
    margin-bottom: 0;
}*/

.our-services-product-page .blockart-column-inner {
    border-radius: 15.282px;
    border: 0.682px solid #00F0FF;
    background: linear-gradient(319deg, rgba(255, 59, 255, 0.38) -22.07%, rgba(0, 0, 0, 0.38) 62.93%);
    flex: 1;
}

.our-services-product-page h5 {
    margin-top: 20px;
    margin-bottom: 12px;
}

.common-layout.our-services-product-page-section {
    text-align: center;
}

.our-services-product-page p {
    font-size: 13px;
    padding: 0 0 6%;
}

.our-promises h5 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}

.our-promises p {
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
}

.get-started.lms {
    text-align: center;
    margin-top: 30px;
}

/*.our-promises-section {
    text-align: center;
}*/

.our-promises {
    text-align: left;
}

.featured-of-lms-list .blockart-container {
    margin-bottom: 25px;
}

.our-services-product-page.card-section .blockart-column-inner {
    height: 450px;
}

.demo-section {
    padding: 0% 11%;
}

.our-services-product-page.card-section .blockart-column-inner p, .our-services-product-page.card-section .blockart-column-inner h5 {
    padding: 0% 5%;
}

.second-section {
    padding: 0 17%;
}

/*.key-benefits-rpa {
    text-align: left;
}*/

.our-promises-section.key-benefits-rpa .blockart-container {
    margin-bottom: 35px;
}

.glow-line {
    text-align: center;
}

.product-page h1 {
    font-size: 82px;
}

.offensive-security-services-card p {
    padding: 0 3%;
}

.offensive-security-services-card .blockart-column-inner {
    height: 440px;
}

.defense-card .blockart-column-inner {
    height: 497px;
}

.talent-hunt h5 {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    margin-top: 15px;
}

.talent-hunt p {
    font-size: 13.48px;
    text-align: left;
}

.talent-hunt {
    border-radius: 15.282px;
    background: linear-gradient(319deg, rgba(255, 59, 255, 0.38) -22.07%, rgba(0, 0, 0, 0.38) 62.93%);
}

.common-layout {
    padding: 0 8% 4%;
}

.aspot-content {
    text-align: center;
    margin-top: -13%;
}

.aspot-content  h1 {
    font-size: 82px;
    font-weight: 500;
}

.highlight-context {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
}

.highlight-context-second-type {
	font-size: 20px;
	font-weight: 400;
}

.aspot-banner-sub {
	font-weight: 700;
}

.icon-layout h4, .right-content-layout h4 {
    font-weight: 700;
    margin-bottom: 5px;
}

.icon-layout p {
    text-align: justify;
    line-height: normal;
}

.card-style .blockart-column-inner {
    border-radius: 15.282px;
    border: 0.682px solid #00F0FF;
    background: linear-gradient(319deg, rgba(255, 59, 255, 0.38) -22.07%, rgba(0, 0, 0, 0.38) 62.93%);
    flex: 1;
}

.inner-card-style {
    text-align: center;
}

.card-style h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 0 5% 0;
}

.card-style p {
    font-size: 13px;
    font-weight: 400;
    padding: 0 5% 5%;
}

.three-layout {
    padding: 0 9.5%;
}

.two-layout {
    padding: 0 23.5%;
}

.right-content-layout p {
	text-align: justify;
}

.center-title {
	text-align: center;
}

.justify-title {
	text-align: justify;
}

.contact-us-part {
    background: url('https://www.3prosolutions.com/wp-content/uploads/2024/01/con-image.png') no-repeat;
    background-position: top right;
    background-size: contain;
}

.middle-text 
 .blockart-column {
    display: flex;
    align-items: center;
}

.strategic-title {
    font-size: 47px;
    font-weight: 500;
}

.delivers-title {
    font-size: 34px;
    font-weight: 300;
}

.lasting-success-part {
    padding: 10% 0;
}

ul.adopting-list li {
    list-style: initial;
}

.right-content-layout .pdpa-title {
    display: inline-block;
    font-weight: 700;
    text-align: left;
    font-size: 30px;
}

.simple-content {
    text-align: justify;
}

.two-custom-layout {
    padding: 0 13%;
}

.our-services-product-page .blockart-section-inner .blockart-column {
    display: flex;
}

.card-style .blockart-section-inner .blockart-column {
	display: flex;
} 


/* Banner Effect */
.relative {
    position: relative;
	display: flex;
}
.hero_cubespinner__5nU4O {
    display: flex;
    justify-content: center;
}
.invisible {
    visibility: hidden;
    font-weight: 900;
}
.hero_cubespinner__5nU4O {
    animation-name: hero_spincube__bGRiG;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 14s;
    transform-style: preserve-3d;
    transform-origin: 30px 30px 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (min-width: 640px) {
    .hero_cubespinner__5nU4O {
        transform-origin:36px 36px 0
    }
}

@media (min-width: 1024px) {
    .hero_cubespinner__5nU4O {
        transform-origin: 45px 45px 0;
        left: 0;
        top: 0
    }
}

@media (min-width: 1280px) {
    .hero_cubespinner__5nU4O {
        animation-delay:8s;
        top: 4px
    }
}

.hero_cubespinner__5nU4O div {
    position: absolute;
    height: 60px;
    text-align: center;
/*    max-width: -moz-max-content;
    max-width: max-content;
    background: linear-gradient(50deg,#714dff,#9c83ff 31.28%,#e151ff 77.97%,#fff759 95.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent*/
}

@media (min-width: 640px) {
    .hero_cubespinner__5nU4O div {
        height:72px
    }
}

@media (min-width: 1024px) {
    .hero_cubespinner__5nU4O div {
        height:89px
    }
}

.hero_cubespinner__5nU4O .hero_face1____5ZN {
    transform: translateZ(30px);
    -webkit-backface-visibility: hidden
}

@media (min-width: 640px) {
    .hero_cubespinner__5nU4O .hero_face1____5ZN {
        transform:translateZ(36px)
    }
}

@media (min-width: 1024px) {
    .hero_cubespinner__5nU4O .hero_face1____5ZN {
        transform:translateZ(45px)
    }
}

.hero_cubespinner__5nU4O .hero_face2__hWvJM {
    transform: rotateX(120deg) translateZ(30px);
    -webkit-backface-visibility: hidden
}

@media (min-width: 640px) {
    .hero_cubespinner__5nU4O .hero_face2__hWvJM {
        transform:rotateX(120deg) translateZ(36px)
    }
}

@media (min-width: 1024px) {
    .hero_cubespinner__5nU4O .hero_face2__hWvJM {
        transform:rotateX(120deg) translateZ(45px)
    }
}

.hero_cubespinner__5nU4O .hero_face3__qUXn4 {
    transform: rotateX(240deg) translateZ(30px);
    -webkit-backface-visibility: hidden
}

@media (min-width: 640px) {
    .hero_cubespinner__5nU4O .hero_face3__qUXn4 {
        transform:rotateX(240deg) translateZ(36px)
    }
}

@media (min-width: 1024px) {
    .hero_cubespinner__5nU4O .hero_face3__qUXn4 {
        transform:rotateX(240deg) translateZ(45px)
    }
}

@keyframes hero_spincube__bGRiG {
    0%,to {
        transform: rotateX(0deg)
    }

    0%,25% {
        transform: rotateX(0deg)
    }

    33%,58% {
        transform: rotateX(120deg)
    }

    66%,92% {
        transform: rotateX(240deg)
    }

    to {
        transform: rotateX(1turn)
    }
}

.gradient-color {
    background: linear-gradient(90deg, #FF3BFF 0%, #5C24FF 75.83%, #D94FD5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 700;
}

.effect-section h1 {
    font-size: 60px;
    font-weight: 500;
}

.learn-more a {
    padding: 10px 16px;
    color: #fff;
    border-radius: 8.079px;
    background: linear-gradient(102deg, #25054D 0%, #922CFF 93.39%);
}

.left-artificial {
    margin-top: 3%;
}

.services-heading h3 {
    margin-bottom: 0;
}

.product-page-banner img {
	margin-top: -50px;
}
.form-overall input:focus {
    color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    padding: 0;
    background: linear-gradient(90deg, #FF3BFF 0%, #5C24FF 75.83%, #D94FD5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wpcf7-spinner {
    display: none;
}

.newsletter-form p {
    margin: 0;
}

.newsletter-button p {
    margin: 0;
}

/*.animation-video:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-image: radial-gradient(
    circle at 36% 48%,
    #000000,
    rgba(11, 39, 65, 0.32) 87%,
    rgba(0, 0, 0, 0)
  );
    height: 100%;
    width: 10%;
}*/

/* Carrer */

.listing-page-awsm_job_openings .awsm-job-item {
	color: #fff;
}
.listing-page-awsm_job_openings .awsm-grid-item .awsm-job-item {
    background: url(https://www.3prosolutions.com/wp-content/uploads/2024/01/Group-5-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.listing-page-awsm_job_openings .awsm-job-item h2.awsm-job-post-title {
	font-weight: 600;	
	margin: 0 0 5px;
}
.listing-page-awsm_job_openings a.awsm-job-item .awsm-job-specification-item {
    color: #fff;
}

.listing-page-awsm_job_openings .awsm-job-more-container:hover {
	color: #B543E2;
}

.listing-page-awsm_job_openings .awsm-job-more-container {
	font-size: 13px;
}
.listing-page-awsm_job_openings .awsm-selectric {
	background: url(https://www.3prosolutions.com/wp-content/uploads/2024/01/Ellipse-6.png) no-repeat;
	background-position: top;
    background-size: cover;
}

.listing-page-awsm_job_openings .awsm-selectric .label {
	color: #fff;
}
.single-awsm_job_openings .zak-page-header.zak-style-1 {
    display: none;
}

.single-awsm_job_openings .awsm-job-form-inner {
    background: url(https://www.3prosolutions.com/wp-content/uploads/2024/01/Ellipse-6.png) no-repeat, url(https://www.3prosolutions.com/wp-content/uploads/2024/01/Group-5-1.png) no-repeat;
    background-size: contain, contain;
    background-position: top right, bottom left;
    border: none;
}

.single-awsm_job_openings .awsm-job-form-group label {
	color: #fff;
}

.single-awsm_job_openings small {
    color: #fff;
}

.single-awsm_job_openings .awsm-job-form-control, .single-awsm_job_openings .awsm-job-form-control:focus {
    color: #fff;
}

.single-awsm_job_openings .awsm-job-form-group input[type="submit"] {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 6px 45px;
    font-weight: 600;
}

.single-awsm_job_openings .awsm-job-form-group input[type="submit"]:hover {
    color: #fff;
}

.single-awsm_job_openings .awsm-job-specification-label, .awsm-job-specification-term  {
    color: #fff;
}

.single-awsm_job_openings .awsm-success-message {
    border: 0px solid #1ea508;
    background: linear-gradient(90deg, #FF3BFF 0%, #5C24FF 75.83%, #D94FD5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 3px 0;
}

.listing-page-awsm_job_openings .awsm-selectric .awsm-selectric-arrow-drop:after {
	color: #fff;
}

.single-awsm_job_openings .awsm-job-entry-content.entry-content {
    text-align: justify;
}

.listing-page-awsm_job_openings .awsm-job-item {
    background: transparent;
    padding: 0 0 45px 0;
    border-bottom: 1px solid #808080;
    margin-bottom: 25px;
}

.listing-page-awsm_job_openings .awsm-list-item .awsm-job-specification-wrapper {
    display: block;
}

.listing-page-awsm_job_openings .awsm-list-left-col h1 a {
    font-size: 35px;
    color: #fff;
    font-weight: 500;
}

.listing-page-awsm_job_openings .awsm-job-specification-wrapper .awsm-job-specification-item {
    border: 1px solid #fff;
    padding: 8px 23px;
    border-radius: 50px;
}

.listing-page-awsm_job_openings .awsm-lists {
    border: 0px solid #ededed;
}

.listing-page-awsm_job_openings .awsm-list-right-col .awsm-job-more-container a {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
}

.listing-page-awsm_job_openings .awsm-job-more-container {
    font-size: 13px;
    position: relative;
    padding-right: 40px;
}

.listing-page-awsm_job_openings .awsm-job-more-container .awsm-job-more span::before {
    content: "";
    background: url(https://www.3prosolutions.com/wp-content/uploads/2024/02/apply-now.png) no-repeat;
    width: 30px;
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 21px;
}

.listing-page-awsm_job_openings .awsm-selectric {
    border-color: #FF1CF7;
    background: transparent;
    border-radius: 50px;
    padding-left: 13px;
    font-weight: 600;
}

.we-are-hiring {
    border: 1px solid #FF1CF7;
    display: inline-block;
    padding: 9px 20px;
    border-radius: 50px;
}

.we-are-hiring-block h1 {
    font-size: 60px;
    margin: 0;
    font-weight: 500;
}

p.content-hiring {
    font-size: 14px;
    margin-top: 15px;
    text-align: justify;
}

.single-awsm_job_openings .awsm-job-form-control, .single-awsm_job_openings .awsm-job-form-control:focus {
    color: #fff;
    border-radius: 10px;
}

.awsm-job-specification-item {
    color: #fff;
}

/* Whats app floating icon */
a#zak-scroll-to-top {
    display: none;
}

.floating-whats-app-icon {
    position: fixed;
    z-index: 9999;
    left: 30px;
    bottom: 20px;
    width: 50px;
}

/* Product List Page */
.out-produc-list h1 {
    text-align: center;
}

.out-produc-list img {
    border-radius: 10px;
    /*    box-shadow: rgba(252, 27, 244, 0.4) -5px 5px, rgba(252, 27, 244, 0.3) -10px 10px, rgba(252, 27, 244, 0.2) -15px 15px, rgba(252, 27, 244, 0.1) -20px 20px, rgba(252, 27, 244, 0.05) -25px 25px;*/
    box-shadow: rgba(252, 27, 244, 1) -7px -7px
}

.out-produc-list h2 {
    display: block;
    margin: 0;
    font-weight: 600;
    font-size: 40px;
}

.out-produc-list p {
    margin-top: 10px;
    font-size: 13px;
    line-height: normal;
}

.out-produc-list h1 {
    text-align: center;
    font-size: 55px;
    font-weight: 500;
    margin-bottom: 50px;
}

.out-produc-list .get-started a {
    padding: 11px 21px;
}

.out-produc-list .get-started {
    margin-top: 0;
    padding-top: 10px;
}

.our-product-individual-section {
    border-bottom: 1px solid rgba(252, 27, 244, 0.7);
    padding-bottom: 5%;
}

.our-product-individual-section.even figure {
    text-align: right;
}
.out-produc-list.last .our-product-individual-section {
    border: none;
    padding-bottom: 0;
}
.page-id-1021 .common-layout a {
    color: #923ab5;
    text-decoration: underline !important;
    font-weight: 600;
}
.crafting {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 1%;
}
.cybersecurity-list {
    text-align: center;
    padding-top: 3%;
}
.cybersecurity-list 
 h3 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 15px;
}
.cybersecurity-list p {
    font-size: 14.42px;
    font-weight: 400;
}
.ultra-heals h4 {
    font-weight: 600;
}
.protest {
    font-size: 16px;
    font-weight: 700;
}
p.title-sub-heading {
    font-size: 30px;
    font-weight: 600;
}
.page-id-2973 
 .product-page-banner img, .page-id-2961 .product-page-banner img, .page-id-2921 .product-page-banner img {
    margin-top: 0;
}
ul.our-mission-list {
    list-style: disc;
}

ul.our-mission-list li {
    padding-bottom: 15px;
}

.blog.zak-site-layout--centered .zak-primary {
    max-width: 100%;
}

.blog .zak-page-header .zak-page-header__title h1 {
    font-size: 3.5rem;
    background: linear-gradient(90deg, #FF3BFF 0%, #5C24FF 75.83%, #D94FD5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
	font-weight: 700;
}

.blog .zak-page-header, .single-post .zak-page-header {
    background-color: transparent;
}

.blog .zak-breadcrumbs, .single-post .zak-breadcrumbs {
    display: none;
}

.blog .zak-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog .zak-posts .zak-post {
    padding: 0 0;
    border: 0.682px solid #00F0FF;
    padding: 15px;
    border-radius: 10px;
	margin-bottom: 4%;
	    background: linear-gradient(319deg, rgba(255, 59, 255, 0.38) -22.07%, rgba(0, 0, 0, 0.38) 62.93%);
}

.blog .entry-title {
    color: #fff;
    font-size: 18px;
    -webkit-text-fill-color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog .zak-entry-meta, .blog .zak-entry-meta a {
    color: #fff;
    display: none;
}

.blog .zak-entry-summary p {
    font-size: 12px;
    text-align: justify;
}

.blog .zak-entry-footer a {
    color: #fff;
    border-radius: 8.689px;
    background: linear-gradient(102deg, #25054D 0%, #922CFF 93.39%);
    height: 40px;
    padding: 0 20px;
}

.blog .zak-entry-footer svg.zak-icon.zakra-icon--arrow-right-long {
    display: none;
}

.blog .zak-entry-summary {
    margin-top: 3px;
}

.single-post .zak-page-header .zak-page-title {
    font-size: 2.4rem;
    text-transform: uppercase;
	font-weight: 500;
}

.single-post ul li {
    font-size: 14px;
    list-style: disc;
}

.single-post p {
    font-size: 14px;
}

.single-post .side-widget li a {
    color: #fff;
    font-size: 15px;
}

.single-post  .side-widget li {
    line-height: 22px;
}

.single-post .side-widget h2 {
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: 600;
}

.single-post input[type="submit"] {
	background: linear-gradient(102deg, #25054D 0%, #922CFF 93.39%);
}

.single-post .side-widget {
    padding-left: 0 !important;
}

.recent-post {
    padding-top: 20px !important;
}

.single-post .zak-secondary .widget {
    margin-bottom: 24px;
}

.single-post .zak-secondary {
    padding-top: 27px;
    background: #db18d424;
	border-radius: 10px;
}

#comments .comments-title::before, #comments .comment-reply-title::before {
    background-color: #661cb8;
}

.zak-entry-meta {
    display: none;
}

.single-post .zak-secondary {
    border-left: 0px solid #E4E4E7;
}

.single-post .zak-primary {
    background: #db18d424;
    padding: 25px 25px 24px 25px;
}

.navigation.post-navigation {
    display: none;
}

.single-post #zak-content {
    margin-bottom: 25px;
}

/* Mobile  */
@media only screen and (max-width: 768px) {

/* Blog Page */
.zak-content .zak-row {
	padding-top: 0;	
}

#zak-secondary {
    padding: 25px 25px 24px 25px;
}

ul.our-mission-list li {
    font-size: 15px;
}
.ultra-heals {
    margin: 5% 0;
}
.protest {
    font-size: 12px;
}
.why-choose {
    margin-top: 7%;
}
.cybersecurity-list .blockart-column {
    margin-top: 10%;
}
	.floating-whats-app-icon {
		left: 5px;
		bottom: 15px;
		width: 40px;
	}

	.we-are-hiring-block h1 {
	    font-size: 30px;
	}
	.listing-page-awsm_job_openings .awsm-list-left-col h1 a {
    	font-size: 25px;
	}
	.listing-page-awsm_job_openings .awsm-list-right-col .awsm-job-more-container a {
    	font-size: 25px;
	}
	.listing-page-awsm_job_openings .awsm-job-more-container .awsm-job-more span::before {
	    left: 150px;
	    top: 13px;
	    right: auto;
	}
	.common-layout-horizontal  {
		padding: 0 4% 2%;
	}
	.mission-section {
		padding: 0 4% 2%;
	}
	.arrow-image {
		background-position: top !important;
		padding-top: 60%;
	}
  header#zak-masthead {
    display: none;
  }
  	h2.innovative {
    	font-size: 30px;
	}
	.effect-section h1 {
    font-size: 19px;
    font-weight: 500;
}
.banner-content {
    padding: 0% 2% 15% 2%;
}
.get-started a {
    padding: 10px 20px;
}
.our-product-slide {
    height: 267px;
}
.our-product-slider .sa_owl_theme .owl-nav div, .our-product-slider .sa_owl_theme .owl-nav button, .services-block .sa_owl_theme .owl-nav div, .services-block .sa_owl_theme .owl-nav button {
    bottom: -25px;
}
.our-product-slider .sa_owl_theme .owl-nav .owl-next {
    right: 30%;
}
.our-product-slider .sa_owl_theme .owl-nav .owl-prev {
    left: 30%;
}
.common-layout {
    padding: 0 4% 2%;
}
.zak-footer-cols {
    padding-bottom: 0px;
}
.zak-footer-bar__1:after {
    border: 0px solid #AE97AE;
}
.zak-footer-bar__1:before {
    border: 0px solid #AE97AE;
}
section#block-7 img {
    width: 100px;
}
.mob-menu-left-bg-holder, .mob-menu-right-bg-holder, .mob-menu-cart-bg-holder {
    background: #000;
}
#mobmenuleft li a, #mobmenuleft li a:visited, .mobmenu-content h2, .mobmenu-content h3, .show-nav-left .mob-menu-copyright, .show-nav-left .mob-expand-submenu i {
    color: #fff !important;
}
.mob-expand-submenu i {
    font-size: 17px !important;
}
#mobmenuleft .mob-expand-submenu, #mobmenuleft > .widgettitle, #mobmenuleft li a, #mobmenuleft li a:visited, #mobmenuleft .mobmenu-content h2, #mobmenuleft .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name, .mobmenu-content .mobmenu-tabs-header li {
    font-size: 14px !important;
}
.mobmenu-content #mobmenuleft > li > a:hover {
    background-color: #000 !important;
}
.mobmenu-content #mobmenuleft .sub-menu {
    background-color: #000 !important;
}
.mobmenu-left-panel .mob-cancel-button {
    color: #fff !important;
}
br {
    display: none;
}
.our-product-slider {
    margin-top: 0;
}
.artificial-title {
    font-size: 27.323px;
}
.your-life {
    font-size: 27.323px;
}
.product-page-banner.common-layout {
    padding-top: 0;
}
.product-page-banner h2 {
    font-size: 30px;
}
p {
    font-size: 15px;
}
.product-page-banner img {
    margin-top: 0;
}
.two-layout {
    padding: 0 6%;
}
.three-layout {
    padding: 0 6%;
}
.aspot-content  h1 {
    font-size: 40px;
}
.highlight-context {
    font-size: 17px;
}
.highlight-context-second-type {
    font-size: 17px;
}
.our-services-product-page img {
    width: 100% !important;
}
.icon-layout.our-promises {
    text-align: center;
}
.icon-layout p {
    text-align: center;
}
h2 {
    font-size: 2.5rem;
    margin-top: 30px;
    margin-bottom: 0;
}
.our-promises-section {
    text-align: center;
}
.our-promises {
    text-align: center;
}
.our-promises p {
    text-align: center;
}
.key-benefits-rpa {
    text-align: center;
}
.icon-layout {
    text-align: center;
}
.card-style img {
    width: 100%;
}
.strategic-title {
    font-size: 30px;
}
.lasting-success-part {
    padding: 0% 0;
}
.delivers-title {
    font-size: 27px;
}
.right-content-layout .pdpa-title {
    font-size: 21px;
}
.our-company h2 {
    font-size: 30px;
    margin-top: 0;
}
.contact-us-title {
    font-size: 30px;
}
.get-in-section {
    padding-left: 13%;
}
.mobmenu-content #mobmenuleft li:hover, .mobmenu-content #mobmenuright li:hover {
    background-color: #000 !important;
}
.contact-section h3 {
    margin-top: 50px;
    margin-bottom: 0;
}
.blockart-section.blockart-section-d2958d4f.left-contact-mobile {
    margin-top: 0;
    padding: 0 4%;
}
.address-section {
    padding-left: 12%;
}
.over-hover-design h3 {
    font-size: 13px;
    margin-bottom: 6px;
}
.over-hover-design p {
    font-size: 9px;
	line-height: 13px;
}

.listing-page-awsm_job_openings .awsm-filter-wrap.awsm-no-search-filter-wrap .awsm-filter-toggle {
    color: #fff;
    background: #000;
}
.single-awsm_job_openings .awsm-job-container {	
    padding: 0;
}
.single-awsm_job_openings .zak-container {
    padding-left: 20px;
    padding-right: 20px;
}
.zak-footer-bar.zak-style-2 .zak-container {
    margin-top: 20px;
}
.our-product-individual-section.even .blockart-section-inner .blockart-column:first-child {
        order: 2;
    }

    .out-produc-list h1 {
        font-size: 30px;
        margin-bottom: 40px;
    }

	.out-produc-list h2 {
		font-size: 25px;
	}

	.out-produc-list p {
		margin-bottom: 15px;
	}
	.out-produc-list .get-started {
		margin-top: 10px;
	}
	.our-product-individual-section {
		padding-bottom: 10%;
		margin-bottom: 5% !important;
	}
	.our-product-individual-section.even figure {
		text-align: left;
	}
}