@font-face {
	font-family: 'Lato';
	src: url('/wp-content/themes/mandryk/assets/fonts/Lato-Light.ttf') format('truetype');
	font-weight: 200;
	font-display: swap;
  }
  @font-face {
	font-family: 'Lato';
	src: url('/wp-content/themes/mandryk/assets/fonts/Lato-Regular.ttf') format('truetype');
	font-weight: 400;
	  font-display: swap;
  }
  @font-face {
	font-family: 'Lato';
	src: url('/wp-content/themes/mandryk/assets/fonts/Lato-Medium.ttf') format('truetype');
	font-weight: 500;
	  font-display: swap;
  }
  @font-face {
	font-family: 'Lato';
	src: url('/wp-content/themes/mandryk/assets/fonts/Lato-Semibold.ttf') format('truetype');
	font-weight: 600;
	  font-display: swap;
  }
  @font-face {
	font-family: 'Lato';
	src: url('/wp-content/themes/mandryk/assets/fonts/Lato-Bold.ttf') format('truetype');
	font-weight: 700;
	  font-display: swap;
  }
  @font-face {
	font-family: 'Lato';
	src: url('/wp-content/themes/mandryk/assets/fonts/Lato-Black.ttf') format('truetype');
	font-weight: 800;
	  font-display: swap;
  }
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
.load-more-wrap{
	text-align:center;
	margin-top:50px;
}
.btn-load-more{
	    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 40px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
    display: inline-block;
    background: #8C53E9;
	cursor:pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline:none;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* 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 {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #303030;
	font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 15px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	margin: 0 auto!important;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 15px 15px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
	opacity: .8;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	outline: none;
    border: none;
}

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"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}



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

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

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

.bypostauthor {
	display: block;
}

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

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.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;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.project-section{
	margin-bottom: 100px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.container{
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1200px;
}
footer{
	background: linear-gradient(180deg, #303030 0%, #00A5DB 100%);
	padding: 60px 0 100px;
}
.hero-content{
	position: relative;
	margin-top: -100px;
}
.hero-title-1{
font-size: 40px;
font-weight: 600;
}
.hero-title-2{
	font-size: 80px;
	font-weight: 800;
	padding: 30px 0;
}
.hero-title-3{
	font-size: 24px;
	font-weight: 600;
}
.hero-btn-wrap a{
	color:#8C53E9;
	font-size: 20px;
	font-weight: 700;
	padding: 16px 50px;
	border-radius: 40px;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
	display: inline-block;
	background: #FFF;
}
.site-branding img{
	max-width: 247px;
}
.header-wrap{
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 20px 0;
}
.main-navigation ul li a{
	font-size: 18px;
	font-weight: 500;
}
.hero-content-wrap{
	padding: 48px 20px;
	color:#fff;
	border-radius: 24px;
	background: linear-gradient(180deg, #00A5DB 0%, #8C53E9 100%);
	box-shadow: 0px 4px 40px 0px rgba(168, 128, 233, 0.15);
	text-align: center;
}
.hero-btn-wrap{
	margin-top: 35px;
}
.hero-img{
	text-align: center;
}
.flex-wrap{
	display: flex;
	gap: 2%;
}
.col2{
	flex-basis: 48%;
}
.section-col-2{
	margin: 70px auto;
}
.ta-center{
	text-align: center;
}
.section-col-2 h2{
	color: #8C53E9;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 40px;
}
.section-col-2 p{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}
.section-col-2 .flex-wrap{
	align-items: center;
	justify-content: space-between;
}
.section-col-2{
	position: relative;
    max-width: 1920px;
}
.col2-wrap{
	max-width: 550px;
	width: 550px;
}
.col2-content{
	display: flex;
    justify-content: end;
}
.container-none{
    margin: auto;
    padding: 0;
    max-width: 100%!important;
}
.loop-services-txt{
	color: #FFF;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	position: absolute;
	padding:40px;
	bottom:0;
}
.loop-services-row{
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
}
.loop-services-colbig{
	flex-basis: 60%;
	position: relative;
}
.loop-services-colsmall{
	flex-basis: 40%;
	position: relative;
}
.loop-services-colbig img,
.loop-services-colsmall img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 4px;
}
.section-title{
	color: #8C53E9;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 15px;
}
.section-subtitle{
	color: #303030;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5; /* 150% */
	margin-bottom: 40px;
}
.btn-2{
	color: #8C53E9;
	font-size: 18px;
	font-weight: 700;
	padding: 16px 24px;
	display: inline-flex;
	align-items: center;
	gap:12px;
	border-radius: 40px;
	border: 2px solid #8C53E9;
}
.btn-2::after{
	content:url('/wp-content/themes/mandryk/assets/img/ar1.svg');
}
.btn-wrap{
	text-align:center;
}
.section-col-2-rev .col2-content{
	justify-content: start;
}
.section-about{
	background: linear-gradient(179deg, #E4E4E4 0.64%, rgba(228, 228, 228, 0.00) 86.43%);
}

.a-link{
	position: absolute;
    width: 100%;
    height: 100%;
}
.article-loop-title{
	color: #303030;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
}
.article-loop p{
	color: #303030;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.33;
}
.article-loop-img{
	position: relative;
}

.article-loop-img img{
	height: 250px;
    object-fit: cover;
}
.mb-40{
	margin-bottom: 40px;
}
.mt-40{
	margin-top: 40px;
}
.m-70-a{
margin: 70px 0;
}
.p-70-0{
padding: 70px 0;
}
.btn-1{
	color:#fff;
	font-size: 20px;
	font-weight: 700;
	padding: 16px 40px;
	border-radius: 40px;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
	display: inline-block;
	background: #8C53E9;
}
.cta-title-1{
	color: #FFF;
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 1.28px;
}
.cta-title-2{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.48px;
	margin: 45px 0;
}
.cta-title-3{
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.64px;
}
.cta-1-content{
	padding: 48px 20px 70px;
    color: #fff;
    border-radius: 24px;
    background: linear-gradient(180deg, #00A5DB 0%, #8C53E9 100%);
    box-shadow: 0px 4px 40px 0px rgba(168, 128, 233, 0.15);
    text-align: center;
}
.cta-1-content-wrap{
	max-width: 800px;
	margin: 0 auto;
}
.team-card-line{
	background-color: #8C53E9;
	height:4px;
	max-width: 80px;
	margin: 15px 0 10px;
}
.team-card-title{
	color: #828282;
	font-size: 14px;
	font-weight: 700;
	max-width: 200px;
}
.team-card-title-2{
	color: #303030;
font-size: 18px;
font-weight: 700;
line-height: 1.6;
}
.team-card-wrap{
	display: flex;
    gap: 15px;
}
.section-team .flex-wrap{
	flex-wrap: wrap;
/*     justify-content: space-between;
    row-gap: 40px; */
	    gap: 20px;
}
.team-card-img img{
	max-width: 150px;
	border-radius: 5px;
}
.faq-a{
	display: none;
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	transition: 1s;
	margin-top: 20px;
}
.faq-card.faq-active .faq-a{
	display: block;
}

.faq-q{
	color: #303030;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	cursor: pointer;
}
.faq-q::before{
content: url('/wp-content/themes/mandryk/assets/img/ar-q2.svg');
display: inline-block;
transition: .5s;
margin-right: 10px;
line-height: 1;
}
.faq-card.faq-active .faq-q::before{
	transform: rotate(180deg);
	transition: .5s;
}

.section-faq{
	background: linear-gradient(180deg, rgba(0, 165, 219, 0.20) 0%, rgba(0, 165, 219, 0.00) 100%);
}
.faq-wrap{
	max-width: 700px;
	margin: 0 auto;
}
.faq-card{
	border-bottom: 1px solid #00A5DB;
    padding: 20px 0;
}
.footer-row-1{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-row-2{
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 50px;
}
.footer-menu a{
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
}
.footer-menu ul{
display: flex;
gap:40px;
margin: 0;
}
.footer-menu ul li{
list-style: none;
}
.footer-privacy a{
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
}
.hor-line{
	height: 20px;
	width: 1px;
	background-color: #fff;
}
.link-fb{
	display: block;
	width: 36px;
	height: 36px;
	background-image:url(/wp-content/themes/mandryk/assets/img/icon-fb.svg);
}
.link-inst{
	display: block;
	width: 36px;
	height: 36px;
	background-image:url(/wp-content/themes/mandryk/assets/img/icon-inst.svg);
}
.footer-social{
	display: flex;
	gap:24px;
	padding-left: 20px;
}
.footer-privacy{
	display: flex;
	gap:30px;
}
.footer-logo img{
	max-width: 150px;
}
.form-section-title{
	color: #FFF;
font-size: 44px;
font-weight: 700;
margin-bottom: 40px;
}
.form-wrapper{
	border-radius: 24px;
background: linear-gradient(180deg, #00A5DB 9.1%, #8C53E9 86.82%);
padding: 40px 50px;
}
.form-wrapper p{
margin: 0;
}
.form-flex{
	display: flex;
	gap: 50px;
    justify-content: space-between;
}
.form-label{
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.form-form input.wpcf7-submit{
	color: #8C53E9;
    font-size: 20px;
    font-weight: 700;
    padding: 24px 50px;
    border-radius: 40px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
    display: inline-block;
    background: #FFF;
    cursor: pointer;
	border:0;
}
.form-row{
margin-bottom: 20px;
}
.form-value input{
    border-radius: 40px;
    border: 1px solid #FFF;
    background-color: transparent;
	padding: 21px 15px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
	width: 100%;
}
.wpcf7-not-valid-tip{
	color: #ffb1b1;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 5px;
}
.form-form > .wpcf7{
    height: 100%;
}
form.wpcf7-form{
	height: 100%;
}
.form-wrap{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.form-form .form-row:last-child{
margin: 0;
}
.form-img img{
	border-radius: 12px;
}
.wpcf7-spinner{
	display: none;
}
.row-submit{
    text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output{
	border: 0;
    color: #ffb900;
    text-align: center;
    font-size: 12px;
    max-width: 300px;
    margin: 0 auto;
}
.wpcf7 input:focus {
    outline: none;
}
.wpcf7 input::placeholder,
.wpcf7 input::-webkit-input-placeholder,
.wpcf7 input::-moz-placeholder,
.wpcf7 input:-ms-input-placeholder{
	color:#fff;
}
.form-section{
	margin-top: 100px;
	margin-bottom: 70px;
}
.page-id-12 .footer-form.form-section{
	display: none;
}
.form-section-title-2{
	font-size: 16px;
	color:#fff;
	margin-bottom: 40px;
}
.footer-form.form-section .form-section-title{
margin-bottom: 10px;
}
.builder-header h1{
	color:#fff;
	font-size: 50px;
	margin: 0;
	font-weight: 800;
	z-index: 1;
}
.builder-header{
	background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.builder-header-wrap{
	display: flex;
    align-items: end;
    padding-bottom: 40px;
	height: 280px;
}
header .nav-menu{
	gap:24px;
}
.builder-header::after{
    content: '';
    width: 100%;
    height: 100%;
    /* background: linear-gradient(270deg, rgba(0, 0, 0, 0.60) 58.58%, rgba(0, 0, 0, 0.00) 100.68%), url(<path-to-image>), lightgray 0px -194.359px / 100% 263.296% no-repeat; */
	/* background: linear-gradient(270deg, rgba(0, 0, 0, 0.60) 58.58%, rgba(0, 0, 0, 0.00) 100.68%), url(<path-to-image>), lightgray 0px -194.359px / 100% 263.296% no-repeat; */
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 58.58%, rgba(0, 0, 0, 0.00) 100.68%), url(<path-to-image>), #d3d3d300 0px -194.359px / 100% 263.296% no-repeat;
    position: absolute;
    top: 0;
	z-index: 0;
}
.section-col-2 ul{
	font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
	margin: 0 0 15px;
}
.section-col-2 ul li{
	list-style: none;
	margin-bottom: 10px;
	padding-left: 25px;
    position: relative;
}
.section-col-2 ul li::before{
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/mandryk/assets/img/mark.svg);
	position: absolute;
    left: 0;
	width: 20px;
    height: 17px;
    background-size: contain;
}
.section-cta-2{
	background: linear-gradient(180deg, #219067 39.89%, #00A5DB 126.53%);
	padding: 50px 0 100px;
}
.cta-2-row{
	position: relative;
	color: #FFF;
	font-size: 36px;
	font-weight: 700;
	padding-left: 70px;
    margin-bottom: 30px;
}
.cta-2-row::before{
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/mandryk/assets/img/icon-star.svg);
	position: absolute;
    left: 0;
	width: 50px;
    height: 50px;
    background-size: contain;
}
.cta-2-title{
	color: #FFF;
	text-align: center;
	font-size: 64px;
	font-weight: 700;
}
.cta-2-wrap{
	max-width: 800px;
	margin: 0 auto;
	margin-top: 50px;
}
.ul-2-collumn{
	display: flex;
	gap:30px;
	font-size: 14px;
}

.project-card-wrap{
	display: flex;
	gap:20px;
}
.project-card-title{
	font-weight: 500;
	font-size: 44px;
	color:#8C53E9;
	margin-bottom: 25px;
	display: block;
	cursor: pointer;
}
.project-card-txt{
	font-weight: 500;
	font-size: 18px;
}
.project-card-img{
	flex-basis: 25%;
}
.project-card-content{
	flex-basis: 65%;
}
.project-card-btn{
	flex-basis: 10%;
	align-self: end;
	text-align: right;
}
.project-card{
	border-bottom: 2px solid #8C53E9;
	padding: 40px 0 30px;
}
.project-card .btn-2{
	justify-content: center;
    width: 100%;
    max-width: 88px;
}
.project-card .btn-2::after{
	content: url(/wp-content/themes/mandryk/assets/img/ar-big.svg);
}
.project-section{
	margin-top: 60px;
}
.page-id-3 .builder-header-wrap h1{
color:#8C53E9;
}
.page-id-3 .builder-header .builder-header-wrap{
    height: unset;
}
.page-id-3 .builder-header::after{
	content:unset;
}
.breadcrumb{
	margin: 50px 0;
}
.sidebar-title{
	color:#8C53E9;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 25px;
}
.article-sidebar{
	padding:0 20px;
	border-left: 1px solid #8C53E9;
	min-width: 300px;
}
.posted-on{
	font-size: 0;
}
.posted-on a{
font-size: 12px;
}
.project-card:nth-child(n+6) {
    display: none;
}
.article-wrap{
display: flex;
gap:50px;
}
.article-wrap article{
max-width: 1128px;
}
.article-wrap .entry-title{
	color: #8C53E9;
	font-size: 64px;
	font-weight: 700;
	margin: 0;
}
.sidebar-loop-title {
    color: #303030;
    font-size: 16px;
    font-weight: 700;
}
.sidebar-article-loop{
	margin-bottom: 35px;
}
.article-loop-category{
	font-size: 12px;
}
.article-wrap .post-thumbnail{
	margin-top: 30px;
}
.breadcrumb .container{
	display: flex;
    gap: 5px;
}
.article-loop-blog-card{
	display: flex;
    gap: 30px;
	margin-bottom: 30px;
}
.article-wrap .article-loop-blog-card-title .entry-title {
	color: #303030;
	font-size: 24px;
	font-weight: 700;
}
.single .article-wrap{
	    margin-bottom: 100px;
}
.article-loop-blog-card-img img{
	max-height: 150px;
	max-width: 300px;
	object-fit: cover;
}
.article-loop-blog-card-txt{
	color: #303030;
	font-weight: 400;
	font-size: 14px;
}
.category-list li{
	list-style: none;
	color: #303030;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 4px;
	border-bottom: 2px solid #ceb9f0;
}
.category-list li:hover{
	border-bottom: 2px solid #8C53E9;
	color: #8C53E9;
}
ul.category-list{
display: flex;
gap:40px;
margin: 0;
}
.category-item.active-category{
	border-bottom: 2px solid #8C53E9;
	color: #8C53E9;
}
.section-category-loop{
	margin: 50px 0;
}
.article-loop-blog-card-date{
	margin: 0 0 10px;
}
.article-loop-blog-card-content .posted-on a{
	font-size: 10px;
}
.article-loop-blog-card-content{
	position: relative;
}
.article-loop-blog-card-content::after{
	content:'';
	height: 4px;
	background-color: #8C53E9;
	width: 300px;
	position: absolute;
	bottom: 3px;
	max-width: 100%;
}	
.menu-toggle{
	background: transparent;
	border: 0;
	padding: 0;
}
.sw-navigation{
    color: #8C53E9;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 40px;
}
.sw-navigation .current{
	border: 1px solid #8C53E9;
    border-radius: 50%;
    padding: 5px 10.32px;
}

@media (min-width:1600px){
.container{
	max-width: 1600px;
}
.col2-wrap {
    max-width: 750px;
	width: 750px;
}
.loop-services-txt{
	font-size: 48px;
}
.loop-services-row{
	gap: 30px;
	margin-bottom: 30px;
}
.section-subtitle{
	font-size: 24px;
}
.section-col-2 p{
	font-size: 18px;
}
.section-col-2 ul{
	font-size: 18px;
}
.section-title{
	font-size: 64px;
}
.section-col-2 h2{
	font-size: 64px;
}
.article-loop-title{
	font-size: 32px;
}
.article-loop p{
	font-size: 18px;
}
.article-loop-img img{
	height: 330px;
    object-fit: cover;
}
.btn-1{
	font-size: 24px;
	padding: 16px 90px;
}
.cta-title-1{
	font-size: 64px;
}
.cta-title-2{
	font-size: 24px;
}
.cta-title-3{
	font-size: 32px;
}
.cta-1-content-wrap {
    max-width: 1170px;
    margin: 0 auto;
}
.hero-btn-wrap a {
    padding: 16px 90px;
	font-size: 24px;
}
.form-form input.wpcf7-submit{
	font-size: 24px;
	padding: 23px 90px;
}
.team-card-line{
	height: 8px;
}
.team-card-img img{
	max-width: 240px;
}
.team-card-title{
	font-size: 18px;
}
.team-card-title-2{
font-size: 24px;
}
.faq-wrap{
	max-width: 1050px;
}
.faq-card{
    padding: 40px 0;
}
.faq-q::before {
    margin-right: 30px;
}
.faq-a{
	font-size: 18px;
}
.faq-q{
	font-size: 24px;
}
.faq-q::before{
	content: url('/wp-content/themes/mandryk/assets/img/ar-q.svg');
}
.footer-logo img{
	max-width: 100%;
}
.form-wrapper{
	padding: 80px 100px;
}
.form-value input{
	border: 2px solid #FFF;
}
.form-label{
	font-size: 24px;
}
.form-wrap{
	min-width: 500px;
}
.form-section-title {
    font-size: 64px;
}
.form-section-title-2{
	font-size: 24px;
}
.builder-header h1{
	font-size: 60px;
}
.builder-header-wrap{
	height: 380px;
}
.section-col-2 ul li::before{
	width: 28px;
    height: 24px;
}
.section-col-2 ul li{
	padding-left: 35px;
    position: relative;
}
.ul-2-collumn{
    font-size: 18px;
}
.project-card-title{
	font-size: 64px;
}
.project-card-txt{
	font-size: 24px;
}
.sidebar-title{
	font-size: 32px;
}
.sidebar-loop-title {
    font-size: 24px;
    font-weight: 700;
}
.posted-on a{
	font-size: 14px;
	}
	.article-loop-category{
		font-size: 14px;
	}
	.article-loop-blog-card-img img{
		max-height: 260px;
		max-width: 500px;
	}
	.article-loop-blog-card-txt {
		font-size: 18px;
	}
	.article-loop-blog-card-date {
		margin: 10px 0 20px;
	}

	.article-wrap .article-loop-blog-card-title .entry-title {
		font-size: 32px;
	}
	.category-list li{
		font-size: 32px;
		padding-bottom: 8px;
	}
	.article-loop-blog-card-content::after{
		height: 8px;
	}
}

@media (max-width:768px){
	.hero-section{
		    height: 500px;
	}
	.hero-title-2{
		font-size: 24px;
		padding: 10px;
	}
	.hero-title-1{
		font-size: 14px;
	}
	.hero-title-3{
		font-size: 14px;
	}
	.hero-content-wrap{
		padding: 15px 12px;
	}
	.hero-btn-wrap {
		margin-top: 15px;
	}
	.hero-btn-wrap a{
		width: 100%;
		font-size: 16px;
	}
	.site-branding img{
		max-width: 100px;
	}
	.header-wrap{
		padding: 16px 0;
	}
	.hero-content{
		margin-top: -20px;
	}
	.section-col-2 .flex-wrap{
		flex-direction: column;
	}
	.col2-content{
		padding: 0 20px;
	}
	.section-col-2 p{
		font-size: 16px;
	}
	.section-col-2 ul{
		font-size: 16px;
	}
	.section-col-2 h2{
		margin-bottom: 20px;
		font-size: 30px;
	}
	.loop-services-txt{
		padding: 7px 8px;
		font-size: 12px;
	}
	.loop-services-row{
		gap:5px;
		margin-bottom: 5px;
	}
	.btn-2{
		font-size: 16px;
    	width: 100%;
    	justify-content: center;
	}
	.btn-1{
		width: 100%;
		font-size: 16px;
	}
	.section-col-2-rev h2{
		margin: 15px 0;
	}
	.col2-content .btn-wrap{
		margin-top: 30px;
	}
	.section-blog-loop .flex-wrap{
		flex-direction: column;
	}
	.cta-title-1{
		font-size: 22px;
	}
	.cta-title-2{
		font-size: 18px;
	}
	.cta-title-3{
		font-size: 16px;
	}
	.cta-1 .container{
		padding: 0;
	}
	.section-title{
		font-size:28px;
	}
	.faq-q{
		font-size: 18px;
	}
	.form-flex{
		flex-direction: column;
		gap: 30px;
	}
	.form-section-title{
		font-size: 22px;
	}
	.form-section .container{
		padding: 0;
	}
	.form-wrapper{
		padding: 40px 20px;
	}
	.footer-row-1,
	.footer-row-2{
		flex-direction: column;
		gap: 30px;
	}
	.footer-menu ul{
		flex-direction: column;
		align-items: center;
	}
	.footer-social{
		padding: 0;
	}
	.footer-privacy{
		flex-direction: column;
		gap: 15px;
	}
	.hor-line {
		height: 1px;
		width: 226px;
	}
	.builder-header{
		background-position: center;
	}
	.builder-header h1{
		font-size: 35px;
	}
	.project-card-wrap{
		flex-direction: column;
	}
	.project-card-title{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.project-card-txt{
		font-size: 16px;
	}
	.cta-2-title{
		font-size: 24px;
	}
	.cta-2-row{
		font-size: 20px;
		padding-left: 40px;
	}
	.cta-2-row::before{
		width: 30px;
		height: 30px;
	}
	.section-col-2 ul li::before{
		margin-top: 5px;
	}
	ul.category-list{
		overflow-x: scroll;
		padding-bottom: 15px;
	}
	.category-list li{
		text-wrap: nowrap;
		white-space: nowrap;
	}
	.article-loop-blog-card{
		flex-direction: column;
		gap: 5px;
	}
	.article-loop-blog-card-content::after{
		bottom: -10px;
	}
	.article-wrap{
		flex-direction: column;
	}
	.article-loop-blog-card-img img{
		max-width: 100%;
	}
	.article-loop-category{
		font-size: 16px;
	}
	.sidebar-loop-title{
		font-size: 20px;
	}
	.sidebar-article-loop-date .posted-on a{
		font-size: 14px;
	}
	.article-wrap .entry-title{
		font-size: 26px;
	}
	.single-post .builder-header-wrap{
		height: 120px;
	}
	.breadcrumb{
		margin: 20px 0;
	}
	.breadcrumb{
		font-size: 12px;
	}
	.blog .builder-header-wrap{
		height: 120px;
	}
	.category .builder-header-wrap{
		height: 120px;
	}
	header .menu-menu-1-container{
		position: absolute;
		left: 0;
		background-color: #fff;
		width: 100%;
		z-index: 99;
		padding: 40px 0;
		box-shadow: 0px 7px 10px -5px #8759e857;
		display: none;
	}
	header .main-navigation.toggled .menu-menu-1-container{
display: block;
	}
	header .menu-menu-1-container .menu.nav-menu{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.form-value input{
		padding: 13px 15px;
	}
	.form-row{
		margin-bottom: 10px;
	}
	.page-template-page-builder .builder-header h1{
		font-size: 25px;
	}
	.form-form input.wpcf7-submit{
		width: 100%;
	}
	.form-section-title-2,
	.form-section-title{
		margin-bottom: 10px;
	}
	.col2-wrap{
		width: 100%;
	}
}

@media (min-width:769px) and (max-width:1150px){
	.article-loop-blog-card-img img {
		max-width: 200px;
	}
	.article-loop-blog-card-content::after{
		bottom: -5px;
	}
	.loop-services-txt{
		font-size: 22px;
	}
	.hero-title-2{
		font-size: 60px;
	}
	.section-col-2{
		padding: 0 20px;
	}
	.article-wrap .entry-title{
		font-size: 34px;
	}
	.builder-header h1{
		font-size: 35px;
	}
	.section-col-2 h2 {
		font-size: 34px;
		margin: 0 0 20px;
	}

}