/*!
Theme Name: dido
Theme URI: dido
Author: dido
Author URI: dido
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dido
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 @import url('https://fonts.googleapis.com/css2?family=Montserrat: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');
 
#error-page {
    margin-top: 0;
    WIDTH: 100%;
    FLOAT: LEFT;
    MAX-WIDTH: 100%;
    PADDING: 0;
}
 
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 {
margin: 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;
}

/**
 * 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: 1px dotted ButtonText;
}

/**
 * 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;
}
.header-col.header-col--right button.header__but.but.but--arrow.but-xs {
    padding: 17px 25px 17px;
}
/**
 * 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: #404040;
font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	    margin: 0 0 5px;
    padding: 0;
}

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;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* 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 {
	border-color: #aaa #bbb #bbb;
}

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%;
}
.elementor-widget-tabs .elementor-tab-desktop-title {
    position: relative;
    padding: 20px 25px 50px!important;
   }
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.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;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
a.custom-logo-link img {
    max-width: 212px;
}
/**/
.help-ukr {
    text-align: center;
    padding: 7px 10px;
    background: #FFDD55;
    color: #2c4bff;
    font-weight: 600;
    font-size: 14px;
}
.help-ukr a { 
	color: #2c4bff;
    text-decoration: underline;
}
.header-inner.wrap-second {
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-col--right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 80%;
}
.header-inner {
    min-height: 128px;
	margin: 0 auto;
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
}
.header__nav {
    margin-right: 10px;
}
.b-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
margin: 0;
    padding: 0;	
}
.b-nav ul li .sub-menu {
    position: absolute;
    z-index: 1;
    background-color: white;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 1px 4px 2px rgb(0 0 0 / 10%);
    top: 65px;
    left: 0;
    width: 195px;
    flex-direction: column;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.b-nav ul li .sub-menu li {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    width: 100%;
    background-color: white;
    padding: 5px 0;
    margin: 0;
}
.b-nav ul li .sub-menu li a {
    display: block;
    color: #454545;
    padding: 5px 0;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    font-size: clamp(11px, 4vw, 16px);
}
.but {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    display: flex;
    padding: 8px 15px;
    width: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #2c4bff;
    border-radius: 30px;
    border: 2px solid transparent;
    font-weight: 700;
    text-align: center;
    color: white;
}
.b-nav ul li.menu-item-has-children:after {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    /* transition: 0.2s ease-out; */
    transform: rotate(0deg);
    content: "";
    position: absolute;
    right: -19px;
    width: 13px;
    height: 8px;
    background: url(img/header-menu-icon-arrow.svg) no-repeat 0 0;
    background-size: contain;
    top: 50%;
    margin: -2px 0 0;
}
.b-nav ul li.menu-item-has-children:hover:after {
    transform: rotate(180deg);
    background: url(img/header-menu-icon-arrow.svg) no-repeat 0 0;
    background-size: contain;
}
.b-nav ul li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.b-nav ul li {
    width: auto;
    margin-left: 20px;
    padding: 30px 0;
    border-bottom: none;
	list-style: none;     position: relative;
}
.b-nav ul li a {
    text-decoration: none;
    color: black; font-size: 19px;
}
.b-nav ul li:first-child {
    margin-left: 0px;
}
.b-nav ul li.menu-item-has-children > a {
    align-items: center;
    display: flex;
}
.b-nav ul li .sub-menu li {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    width: 100%;
    background-color: white;
    padding: 5px 0;
    margin: 0;
}

.b-nav ul li .sub-menu li a {
    padding: 5px 20px;
}
.b-nav ul li .sub-menu li:hover {
    background-color: #2c4bff;
}
.b-nav ul li .sub-menu li:hover a{
    color: white;
}
/**/
.footer {
    padding-top: 105px;
    padding-bottom: 5px;
    transition: 0.2s ease-out;
    opacity: 1;
    background-color: #2e2e36;
}
.c-desc-xxxl {
    font-size: clamp(12px, 4vw, 30px);
}
.title-l {
    font-size: clamp(21px, 4vw, 45px);
}
.title-bold {
    font-weight: 700;
}
.footer__title {
    color: white; margin-top: 0;
}
.footer  .el-social {
    margin-bottom: 40px;
}
.footer__desc {
    margin-top: 75px;
    color: #a7a7bd;
}
.footer__info {
    color: #aaaaba;
    font-size: 18px;
    line-height: 30px;
}
.footer-col--left {
    padding-right: 55px;
    width: 50%;
}
.footer__info {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    line-height: 1.5;
    margin: 24px 0 31px;
}


.footer-row {
    display: flex;
}
.footer-col--right {
    padding-right: 55px;
    width: 60%;
}
.el-check input[type=checkbox] + label {
    display: flex;
    align-items: center;
    color: #a7a7bd;
    cursor: pointer;
    font-size: clamp(11px, 4vw, 14px);
}
.footer-bot__copy {
    color: white;
    text-transform: uppercase;
    margin-top: 8px;
    font-size: clamp(11px, 4vw, 16px);
}
.footer__nav ul li a {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.5;
}
ul.menu {
    margin: 0;
    padding: 0;
}
ul.menu a {
    text-decoration: none;
}
.footer__sub-title {
    text-transform: uppercase;
    color: #aaaaba;
    font-weight: 700;
    font-size: clamp(14px, 4vw, 18px); margin: 0;
}
.footer__nav {
    margin-top: 48px;
}
.footer-service {
    display: flex;
    justify-content: space-between;
}
.footer-service-menus {
    display: flex;
}
.footer-service-soc {
    padding-left: 20px;
    max-width: 190px;
}
.footer-service-menus__item {
    padding-right: 55px;
}
footer.footer {
    line-height: 1.3;
}
.footer-row {
    margin-bottom: 185px;
}
.footer__nav ul li {
    margin-bottom: 15px;
    list-style: none;
}
.footer__copy {
    margin-top: 45px;
}
/**/
.archive main#primary {
    max-width: 1300px;
    margin: auto;
    padding: 0 14px 0;
}
.archive .nav-links {
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 50px;
}
.page-def.email-desine .filter ul {
    margin: 0;
    padding: 0 0 30px;
}

/**/
.footer__form {
    margin-top: 10px;
}
.footer__form-row {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}
input.el-field {
width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid white;
    padding: 2px 10px 10px 0;
    color: white;
    font-size: clamp(11px, 4vw, 16px);
    line-height: clamp(21px, 4vw, 26px);
    border-radius: 0;
    margin: 0 0 5px;
}
.footer__form .wpcf7-form-control-wrap {
    width: 100%;
}
footer.footer input.el-field:placeholder {
  color: white;
}
footer.footer input.el-field:-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: white;
}
footer.footer input.el-field::-moz-placeholder { /* Firefox 19+ */
    color: white;
}
footer.footer input.el-field:-ms-input-placeholder { /* IE 10+ */
    color: white;
}
footer.footer input.el-field:-moz-placeholder { /* Firefox 18- */
   color: white;
}

.el-check input[type=checkbox] + label {
    display: flex;
    align-items: center;
    color: #a7a7bd;
    cursor: pointer;
    font-size: clamp(11px, 4vw, 14px);
}
.el-check input[type=checkbox] + label::before {
    min-height: 30px;
    min-width: 30px;
    margin: 0 18px 0 0;
}
.footer__form-row--check {
    margin-top: 28px;
    margin-bottom: 25px;
	justify-content: space-between;
    align-items: center;
	display:flex;
}
.wrap-second {
    margin: 0 auto;
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
}
.el-check input[type=checkbox] + label {
    display: flex;
    align-items: center;
    color: #a7a7bd;
    cursor: pointer;
    font-size: clamp(11px, 4vw, 14px);
}
.el-check input[type=checkbox] {
    display: none;
}
.footer__form-row--check label {
    color: #726f79;
    display: flex;
    align-items: center;
    color: #a7a7bd;
    cursor: pointer;
    font-size: clamp(11px, 4vw, 14px);
}
.footer__form-row--check input[type=checkbox] + label::before {
    content: "";
    position: relative;
    display: block;
    min-height: 22px;
    min-width: 22px;
    margin: 0 5px 0 0;
    background: url(img/checkbox-img.png) no-repeat 0 0;
    background-size: contain;
}
.footer__form-row--check input[type=checkbox]:checked + label::before {
    background: url(img/checkbox-active-img.png) no-repeat 0 0;
    background-size: contain;
}
.footer__form-row--check input[type=checkbox] + label::before {
    min-height: 30px;
    min-width: 30px;
    margin: 0 18px 0 0;
}
.footer__form-row .but {
    min-width: 154px;
    height: 33px;
    margin: 0 auto;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.but--arrow-big i {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    background: url( img/arrow-big.png) no-repeat 0 0;
    background-size: contain;
    width: 12px;
    height: 11px;
    margin-left: 20px;
}
.but--size-s {
    font-size: 14px;
}
a {
    text-decoration: none;
}
input {
    outline: none;
}
a.c-link.c-link--blue.c-link-s {
    color: #2c4bff;
}
/*case*/
.forscrolbl .elementor-widget-tabs .elementor-tab-content .for-scrol {
    padding: 0;
    border: 1px solid #a0a0a5!important;
    margin: 0;
    max-width: 577px;
    height: 480px;
    float: left;
    overflow: hidden;
    overflow-y: scroll;
    margin-right: 50px;
}
.cases-template-default .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title:after {
    left: 57px;
}

.cases-template-default .elementor-widget-tabs .elementor-tab-content div:last-child h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
}
.cases-template-default .forscrolbl  .elementor-widget-tabs .elementor-tab-content div:last-child {
    padding-top: 15%;
        max-width: 260px;
    float: left;
}
 
.formob .forscrolbl.des-desctop {
    display: none!important;
}
.formob .forscrolbl.des-desctop {
    display: none!important;
}
/**/
h1.title.title-up.title-center.title-email {
    text-align: center;
    margin: 50px 0 0;
}
.home-bl2 .elementor-element-populated .b-steps__txt img {
    width: 65px;
    height: 65px;
    margin: 0px 0px -5px 10px;
}
.s-what-col--right {
    position: relative;
    display: none;
    justify-content: flex-end;
    align-items: flex-start;
    height: 618px;
    padding-right: 40px;
    padding-top: 40px;
    background: url(img/what-bg.png) no-repeat center;
    background-size: contain; display: flex;
	position: absolute;
    right: 0;
    top: 0; 
    max-width: 560px;
}
.s-what__desc {
    max-width: 373px;
    background-color: #2e2e36;
    border-radius: 5px;
    padding: 23px 29px 23px 40px;
    color: white;
    font-size: clamp(14px, 4vw, 16px);
    line-height: clamp(24px, 4vw, 24px);
    font-weight: 500;
	position: absolute;
    width: 100%; top: -60px;
}
.b-card__logo {
    height: 35px;
    display: flex;
}
.b-card-cover__info {
    width: 46%;
    padding: 30px 20px;
    position: relative;
}
.b-card__desc {
    font-size: clamp(11px, 4vw, 16px);
    line-height: clamp(15px, 4vw, 21px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
    color: #2e2e36;
    text-shadow: 1px -1px 1px black, 0 0 1em white;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-shadow: none;
}
.b-card__line {
    width: 40px;
    margin: 20px auto;
    height: 2px;
    background-color: #B9B9BC;
}
.b-sl-cover .slick-current .b-card-cover {
    height: 440px;
}
.b-card-cover__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
     filter: blur(0);
}

.elementor-testimonial--align-left .swiper-slide {
    background-color: white;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}
/*
.elementor-widget-testimonial-carousel .elementor-main-swiper {
    width: 100%;
    padding: 0 25px 0;
}
*/
.elementor-testimonial__content {
    min-height: 220px;
}
.elementor-2 .elementor-element.elementor-testimonial--align-left  .elementor-swiper-button {   
    width: 60px;   
    height: 60px;
    box-shadow: 6px 10.4px 24.2px 1.8px rgb(0 0 0 / 16%);  
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
 
/**/
.s-pricing-inner {
    margin-top: 140px;
}
.s-pricing-inner__head {
    display: flex;
    text-align: center;
}
.s-pricing-columns--left {
    padding: 54px 40px 50px;
}
.s-pricing-columns--left {
    width: 30%;
    padding: 54px 20px 50px;
}
.s-pricing-columns--right {
    display: flex;
    width: 70%;
    padding-left: 10px;
    padding-right: 10px;
}
.s-pricing-columns__col {
    width: 33.33%;
    position: relative;
}
.s-pricing-inner__head .s-pricing-columns__col {
    padding-bottom: 15px;
}
.s-pricing-inner__head-name {
    padding: 0 5px;
    word-break: break-word;
    font-size: clamp(21px, 4vw, 35px);
    color: #2c4bff;
    font-weight: 700;
    z-index: 1;
    position: relative;
}
.s-pricing-columns__col--active {
    position: absolute;
    top: -50px;
    width: 100%;
    height: 115%;
    background-color: white;
    box-shadow: 0 10px 15px rgb(0 0 0 / 7%);
}
rs-arrow.tparrows .tp-title-wrap {
    display: none!important;
}
.s-pricing-columns__col--head {
    top: -55px;
    width: 100%;
    height: 153%;
}
.s-pricing-columns__col--head {
    height: 155%;
}
.s-pricing-columns__col-head {
    padding: 10px;
    border-radius: 15px 15px 0 0;
    background-color: #2e2e36;
    color: white;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: clamp(12px, 4vw, 16px);
}
.home .tparrows {
    width: 33px;
    height: 33px;
  }
.s-pricing-inner__head-desc {
    margin-top: 30px;
}
.s-pricing-inner__head-desc {
    position: relative;
    margin-top: 20px;
    font-size: clamp(12px, 4vw, 23px);
    line-height: clamp(15px, 4vw, 29px);
}
.s-pricing-options__item i {
    display: block;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    background: url(img/option-item.png) no-repeat;
    background-size: contain;
}
.s-pricing-columns__wrap {
    display: flex;
    background-color: white;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
}
.s-pricing-options {
    z-index: 1;
    padding: 0;
    margin: 0;
}
.s-pricing-options__item {
    min-width: 140px;
    padding-bottom: 17px;
    margin-bottom: 18px;
    border-bottom: 1px solid #EDEFF6;
}
.s-pricing-inner__content {
    display: flex;
    background-color: #2e2e36;
    border-radius: 15px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 7%);
}
.s-pricing-options__bot-txt {
    color: #929292;
    font-size: 19px;
}
.s-pricing-options__bot .but {
    margin-top: 40px;
    width: 177px;
    height: 62px;
}
.s-pricing-nav {
    width: 100%;
}
.s-pricing-nav__item {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 23px;
    border-bottom: 1px solid #585858;
}
.s-pricing-nav__item-tool {
    position: relative;
    cursor: pointer;
    width: 31px;
    height: 32px;
    background: url(img/tool.png) no-repeat 0 0;
    margin-left: 10px;
}
.s-pricing-nav__item-tool span {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    z-index: 2;
    position: absolute;
    width: 285px;
    left: 13px;
    bottom: 32px;
    color: black;
    font-size: 13px;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    overflow: hidden;
    visibility: hidden;
    background-color: white;
    box-shadow: 0 1px 4px 2px rgb(0 0 0 / 10%);
}
.s-pricing-nav__item-tool:hover span {
    visibility: visible;
}
 .s-pricing-options__item {
    min-width: 140px;
    padding-bottom: 17px;
    margin-bottom: 18px;
    border-bottom: 1px solid #EDEFF6; list-style: none;
}
.s-pricing-inner__content .s-pricing-columns__col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.s-pricing-nav__item-name {
    color: white;
    font-size: 14px;
    font-weight: 500;
    font-size: clamp(14px, 4vw, 21px);
}
ul.s-pricing-nav {
    padding: 0 10px 0;
    margin: 0;
}
.s-pricing-options__bot {
    position: relative;
}
 
.home .b-tabs-content__title {
    font-size: clamp(12px, 4vw, 28px);
    font-weight: 700;
    color: #222121;     margin: 7px 0 0;     max-width: 420px;
}
.home .b-tabs-content__nav{
    max-width: 333px;
    line-height: 1.2;
}
.home .b-tabs-content__nav li {
  position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    padding-left: 2px;
    font-size: clamp(12px, 4vw, 21px);
    list-style: none;
    font-weight: 300;
}

.home .elementor-tab-title {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    font-size: clamp(12px, 4vw, 21px);
    font-weight: 700;
}
.home .elementor-2 .elementor-element .elementor-tab-title:after {
    content: ""!important;
width: 1px!important;
    height: 53px!important;
    background: #2c4bff;
    position: absolute!important;
    right: 176px!important;
    bottom: -50px!important;
}
.home  .elementor-2 .elementor-element .elementor-tab-title:last-child:after {display:none;}
.home  .elementor-tab-title span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    color: #2c4bff;
    font-size: clamp(14px, 4vw, 21px);
    font-weight: 600;
    width: 55px;
    height: 55px;
    border: 1px solid #2c4bff;
    border-radius: 100%;
    padding: 2px; margin-left: 25px;  position: relative;

}
.home  .elementor-tab-title.elementor-active span {	box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse 2s infinite;     background: #2c4bff;
    color: white;}
.home .elementor-tab-title.elementor-active span::after,
.home .elementor-tab-title.elementor-active span::before {
  content: '';
  position: absolute;
  border: 2px solid #3D64FF;
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
}
.elementor-testimonial__content {
    min-height: 120px;
}
.elementor-tab-title.elementor-active span::after {
  animation-delay: 1.25s;
}

.page-id-18790 .elementor-gallery-item__image.e-gallery-image {
    background-size: contain;
    background-repeat: no-repeat;
}
@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}




.b-tabs-content__nav {
    display: flex;
    margin-left: inherit;
    margin-right: inherit;
    align-items: flex-start;
	margin:0;
    margin-top: 25px;
    flex-direction: column;
    color: #222121;
	padding: 0;
}

img.s-what__img.js-paralax.b-tabs-content.js-tabs-content {
    position: relative;
}
/**/
.b-card__desc {
    line-height: 1.3em!important;
    text-align: center!important;
}
footer.footer  .c-desc-xxxl {
    font-size: 21px;
    line-height: 1.5em;
}
.footer-service__partner {
    margin: 12px 0 -12px;
}
.footer-service-soc .zoom-social-icons-list {
    padding: 10px 0 0;
    margin: 10px 0 0;
    border-top: 1px solid rgb(255 255 255 / 12%);
}


@media  (max-width: 1380px) { 
	.header__nav {
    margin-right: 30px;
}
	.elementor-2 .elementor-element.elementor-element-ae020fd > .elementor-widget-container {
		padding: 21px 25px 108px 25px;}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    max-width: 1140px;
    margin: auto;
}
.wrap-second {
	max-width: 1140px;
}
.title-l {
    font-size: 2.5em;
}
	.cir-bl {
    height: 390px;
    max-width: 390px;
}
}
@media  (max-width: 1160px) {
.header-col.header-col--right form {
    display: none;
}
}

@media  (max-width: 1024px) {
.home-bl2 {
    max-width: calc(100% - 30px)!important;
    margin-left: auto;
    margin-right: auto;
}
.elementor-counter .elementor-counter-title {
    line-height: 1.3;
}
}


@media  (max-width: 880px) {
.b-nav ul li .sub-menu {
    position: relative;	
	top: 0; display:none;}
	.b-nav ul li:hover .sub-menu {display:block;}	
.b-nav ul li a {
    font-size: 19px;
}	
	
.header-inner.wrap-second.highlight nav.header__nav.b-nav {
    display: block;
}	
.header-inner.wrap-second.highlight .header-col.header-col--right .header__burger-item:last-child {
    transform: rotate(-45deg);
    top: -13px;
    position: relative;
}	
.header-inner.wrap-second.highlight .header-col.header-col--right .header__burger-item {
    transform: rotate(45deg);
}	
	
	
	
.b-nav ul li {
    width: 100%;
    padding: 10px 20px 10px;
    margin: 0 0 0;
}	
 
nav.header__nav.b-nav {
width: 100%;
    position: absolute;
    top: 5px;
    background: white;
    padding: 20px 0 70px;
    left: 15px;
    min-width: calc(100% + 70px);
 

}	
.header-col.header-col--right form {
    display: none;
}
.header__burger {
position: absolute;
    right: -75px;
    flex-direction: column;
    top: -40px;
    cursor: pointer; height: 40px;
    width: 50px;
}	
.header__burger-item {
    width: 100%;
    height: 3px;
    min-height: 3px;
    background-color: black;
    border-radius: 8px;
    margin-bottom: 15px;
}
.home  .elementor-tab-title.elementor-tab-mobile-title.elementor-active {
    display: none;
}
.home  .elementor-widget-tabs .elementor-tab-mobile-title {
    display: none;
}
.home  .elementor-tabs-content-wrapper {
    margin-left: 0px;
}
.home  .elementor-widget-tabs .elementor-tab-desktop-title:before {
display:none!important;}
.home .elementor-tab-title {
    flex-wrap: wrap;
}

.home  .elementor-2 .elementor-element .elementor-tab-title:after {display:none!important;}
.elementor-tab-title {
    display: block;
    text-align: center;
    margin-bottom: 26px;
	}	
.home  .elementor-tabs {
    max-width: 100%;
    margin: auto;
    padding: 0 24px 0;     display: block!important;
}
.home .elementor-tab-title span {
    margin-left: 10px;
    position: relative;
    margin-right: 15px;
    margin-top: 10px;
}	
	
.home  .b-tabs-content__nav {
    max-width: 100%;
}
.home  .b-tabs-content__nav li {
    margin-bottom: 25px;
	}	
.home  .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
    display: block;
}	
.home  .elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 5px 10px!important
}
.home  .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
width: 100%!important;
    display: flex;
    flex-direction: initial!important;
}
	.s-what-col.s-what-col--right {
    display: none;
}
.footer-row {
    margin-bottom: 20px;
}	
.s-pricing-inner__head-name {
    font-size: 20px;	
	}
.s-pricing-inner__head-desc {
    position: relative;
    margin-top: 3px;
    font-size: 16px;
    line-height: 1.3em;
}	
.s-pricing-options__bot .but {
    margin-top: 20px;
    width: auto;
    height: 44px;
}
	.s-pricing-columns--right {
    display: flex;
		width: 100%;}
	.elementor-testimonial__content {
    min-height: inherit;
}
	.s-pricing-columns.s-pricing-columns--left {
    display: none;
}
.footer {
	padding-top: 40px;}	
.footer__form-row--check {
    justify-content: flex-start;
}
.footer-service {
    flex-wrap: wrap;
}
.footer-service-menus__item {
    padding-right: 35px;
}
.footer-service-soc {
    max-width: 100%;
}
.footer-col.footer-col--left {
    order: 2;
    width: 100%;
    padding: 0;
    font-size: 14px;
}
.footer__info {
    color: #aaaaba;
    font-size: 14px;
    line-height: 18px;
    padding: 17px 0 0;
}
.footer-row {
    margin-bottom: 30px;
}
.page {
    margin: 0 0 0em;
}
.footer-service__partner {
    margin: 12px 0 12px;
}
.footer-row {
    flex-wrap: wrap;
}
	.footer-col--right {
    padding-right: 15px;
    width: 100%;
}
.footer-service-soc {
    padding-left: 0px;
    max-width: 100%;
    width: 100%;
}
.footer-service__partner {
    float: right;
}
	.footer .el-social {
    margin-bottom: 0px;
    float: left;
}
 
}

@media  (max-width: 480px) {
.elementor-tabs {
    padding: 0 0px 0;
}
.s-pricing-inner__head-name {
    font-size: 16px;
}	
.s-pricing-inner__head-desc {
    position: relative;
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.3em;
}	
.s-pricing-columns__col-head {
    font-size: 12px;
}	
.s-pricing-options__bot-txt {
    color: #929292;
    font-size: 15px;
}
.footer__form-row {
    flex-wrap: wrap;
    margin-bottom: 0px;
}
	.footer__form .wpcf7-form-control-wrap {
    width: 100%;
    margin: 0 0 15px;
}
	.footer-col--right {
    padding-right: 0px;
    width: 100%;
}
	.footer-service__partner {
    float: right;
    width: 100%;
}
	h3.footer__sub-title {
    position: relative;
    margin-top: 20px;
}
	.footer__form-row--check label {
    flex-wrap: wrap;
}
	.footer__form-row.footer__form-row--check.el-check {
    margin: 0 0 25px;
}
.home-bl2 .elementor-element-populated .b-steps__txt img {
    margin: 0px 0px -5px 2px;
    width: 40px;
    height: 25px;
}
.home-bl2 .elementor-element-populated .elementor-element.elementor-widget.elementor-widget-text-editor {
    min-height: 43px;
}
.home-bl2 .elementor-widget-image-carousel .swiper-slide {
    margin-left: 0px!important;
    width: 33%!important;
   /* left: -155px;*/
}
	.header-inner {
		min-height: 75px;}
	.header__burger {
		width: 44px;
	  }
	.header__burger-item {  margin-bottom: 10px;}
}

/**/
div#main {
    max-width: 1280px;
    margin: auto;
}
.footer-service-soc {
    max-width: 190px;
}
.footer-service-soc .el-social {
    margin-left: -0px!important;
}


.header-inner.wrap-second {
    position: relative;
    z-index: 99;
}
h3.b-card-team__info-name {
    font-size: 23px;
}
h1.page-title {
    text-align: center;
    margin: 25px 0px 15px;
}
.fusion-text p {
    font-size: 18px;
    line-height: 1.66;
    margin-bottom: 10px;
}.fusion-text h2 {
    margin: 25px 0 10px;
}
.fusion-text h3 {
    margin: 25px 0 10px;
}
.fusion-text img {
    max-width: 100%;
    height: auto;
    margin: 10px 0 25px;
} 
.page-def__body {
    display: flex;
    flex-wrap: wrap;
}
.forsteps {
    overflow: hidden; padding: 0px 20px;
}
.page-def__body.case_brand p.center {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 50px;
}
article.portfolio-post {
    width: 100%;
    padding: 30px; position: relative;
}
.portfolio-content-wrapper img {
    width: 100%;
    position: absolute;
    top: 0;
    transition: 9s;
    object-fit: contain;
    object-position: top;
}
.page-def.email-desine .filter {
    text-align: center;  margin: 30px 0px 0px;
}
.page-def.email-desine .filter li {
    display: inline-block;
    margin: 10px 5px 0px;
}
.page-def.email-desine .filter li.current-cat a {
    color: white;
    background: #2c4bff;
    border-color: #2e4bff;https://didoagency.com/wp-content/uploads/2021/09/Vellum.jpg
}
.page-def.email-desine .filter li a {
    background: #e8e8e8;
    padding: 7px 20px;
    border-radius: 50px;
    border: 2px solid #d8d8d8;
    font-weight: 600;
    color: black;
}
.page-content.center {
    text-align: center;
}
form#searchform input {
    padding: 10px;
    width: 30%;
    min-width: 250px;
    border-radius: 50px;
    border: 1px solid #d6d6d6;
    background: #ececec;
}
form#searchform input#searchsubmit {
    width: 100px;
    min-width: 100px;
    color: white;
    background: #2c4bff;
    border-color: blue;
}
form#searchform {
    margin-top: 15px;
}
section.error-404.not-found h1.title.title-xxl.center {
    color: #2c4bff;
}
 .img404 img {
    width: 100%;
    max-width: 740px;
    margin: 30px auto 0;
}
.btn404 {display: flex;
    justify-content: center;
    margin: 20px 0 5px;}
.portfolio-content-wrapper:hover img {
   top: -180%;
}
.portfolio-content-wrapper {
    background: black;
    height: 420px;
    overflow: hidden; position: relative;
}
.portfolio-content {
    position: absolute;
    bottom: 80px;
    z-index: 999;
    text-align: center;
    width: 100%;
    color: white;
    left: 0;
    padding: 20px;
}
h2.portfolio-title:before {
    content: "";
    width: 60px;
    height: 3px;
    background: white;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -30px;
}
 
h1.title.title-up.title-center.title-portfolio {
    color: #e4e4f3;
    line-height: 0;
    font-size: 9em;
    top: 34px;
    position: relative;
}
.portfolio-content-wrapper:after {
content: "";
    width: calc(100% - 0px);
    height: 90px;
    background: linear-gradient( 
0deg
 , rgb(0 0 0 / 79%), transparent);
    position: absolute;
    bottom: 00px;
}
.page-id-100 div#main {
    max-width: 100%;
}
.page-id-102 div#main {
    max-width: 100%;
}
.icon:hover i {
    color: white!important;
}
.fusion-content-boxes .fusion-column {
    margin-bottom: 50px!important;
 
}
/**/
.page.page-id-14903 h1.page-title, .page.page-id-14943 h1.page-title  {
    display: none;
}

.form-step2 .elementor-widget-image-box:after {
    content: "";
    width: 80px;
    height: 5px;
    background: #2c4bff;
    position: absolute;
    top: 50%;
    right: -80px;
}
.not-active.elementor-widget-image-box .elementor-image-box-wrapper {
    opacity: 0.3;
}
.form-step2 .not-active.elementor-widget-image-box:after {
	display:none;
}
.form-step2 .it-active.elementor-widget-image-box:after {
 background: #babbc9;
}

.form-step2 .elementor-widget-image-box figure.elementor-image-box-img {
    position: relative;
    margin-left: -97px!important;
    margin-bottom: -9px!important;
}
.form-step2 .it-active.last.elementor-widget-image-box:after {
    display:none;
}
.list-step3 ol li {
    padding: 5px 0px 30px 65px;
}
.list-step3 ol li p {
    margin-bottom: 30px;
}

.list-step3 ol li:before {
    content: "1.";
    position: absolute;
    margin: -10px -60px 0px;
    width: 42px;
    height: 42px;
    background: white;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    color: #0b47f8;
    font-weight: 600;
    font-size: 22px;
    box-shadow: 0 0 15px rgb(128 128 128 / 30%);
}

.list-step3 ol li:nth-child(2):before {content: "2.";}
.list-step3 ol li:nth-child(3):before {content: "3.";}
.list-step3 ol li:nth-child(4):before {content: "4.";}
.list-step3 ol li:nth-child(5):before {content: "5.";}
.list-step3 ol li:nth-child(6):before {content: "6.";}
.list-step3 ol li:nth-child(7):before {content: "7.";}
.list-step3 ol li:nth-child(8):before {content: "8.";}
.list-step3 ol li:nth-child(9):before {content: "9.";}
.list-step3 ol li:nth-child(10):before {content: "10.";}
/**/
h2.title-brca {
    font-size: 58px;
    text-transform: inherit;
    text-align: center;
    width: 100%;
    margin: 0 0 30px;
}
.cases .portfolio-content, .brands .portfolio-content {
    position: relative;
    bottom: 0;
    background: white;
    color: black;
}
article.portfolio-post.cases {
    box-shadow: 0 3px 15px rgb(0 0 0 / 15%);
    padding: 0;
    border-radius: 10px;
    overflow: hidden; margin-bottom: 30px;
}
.cases  .portfolio-content {
    padding: 25px 7% 30px;
    text-align: left;
}
.cases h2.portfolio-title {
    font-size: 38px;
    font-weight: 400;
    color: black;
    margin-bottom: 10px;
}
.cases h2.portfolio-title a{
    color: black;
}
p.cat-name {
    margin-bottom: 12px;
}
p.cat-name a {
    color: black;
}
.portfolio-content .flex div {
    max-width: 130px;
    margin-right: 50px;
}
.portfolio-content .flex div {
    max-width: 130px;
    margin-right: 50px;

}
.portfolio-content .flex div  big {    font-size: 38px;
font-weight: 600;}
.portfolio-content .flex div span {
font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 5px;
    display: block;
}
.portfolio-content .flex {
    display: flex;
    line-height: 1;     margin-top: 20px;
}
article.portfolio-post.cases {
    max-width: 540px;
}
.page-def__body.case_brand {
max-width: 1120px;
    margin: auto;
    justify-content: space-between;
    align-items: start;     padding: 25px 0 50px;
}
article.portfolio-post.brands {
    max-width: 520px;
}
article.portfolio-post.brands {
    box-shadow: 0 3px 30px rgb(0 0 0 / 20%);
    padding: 0;
    border-radius: 10px;
    overflow: hidden; margin-bottom: 40px;
}
.brands  .portfolio-content {
    padding: 25px 7% 30px;
    text-align: left;
}
.brands h2.portfolio-title {
    font-size: 38px;
    font-weight: 400;
    color: black;
    margin-bottom: 10px;
}
.brands h2.portfolio-title a{
    color: black;
}
/**/
.page-def.email-desine .wrap-second {
    padding: 0;
 
}
.email-desine article.portfolio-post {
    padding: 0;
}
.email-desine article.portfolio-post {
width: 31%;
    margin: 0 1% 30px;
}

.email-desine h2.portfolio-title:before {display:none;}

.email-desine .portfolio-content {
    bottom: 0px;
    z-index: 999;
    width: 100%;
    color: white;
    padding: 20px;
    text-align: left;
}
.email-desine .portfolio-content a {
    color: white;
}
.email-desine h2.portfolio-title:before {display:none;}
.page-def.email-desine h2.portfolio-title {
    margin-bottom: 10px;
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
    position: absolute;
    top: 0;
    height: auto;
    width: 100%;
    transition: all .5s linear;
}
.elementor-posts-container.elementor-has-item-ratio {
    position: relative; overflow: hidden;
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
    top: 0!important;
    left: 0!important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none!important;
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail:hover img {
    top: calc(-100% + 125px)!important;
    transition: all 3s linear;
}
.elementor-portfolio-item__overlay {
position: absolute;
    opacity: 1!important;
    height: 130px;
    bottom: 0!important;
    top: auto!important;
    background: linear-gradient(to top, rgb(255 255 255), rgb(255 255 255 / 88%), rgb(0 0 0 / 0%));
    text-align: left!important;
    padding: 50px 18px 0!important;
    text-transform: uppercase;
    font-weight: 400!important;
    background-color: transparent!important;
}
.elementor-portfolio__filter {
    margin: 0;
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 500!important;
    background: #efefef;
    border: 2px solid #e4e4e4;
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post a{
    padding: 0px 0 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px -1px 1px #80808040;
display: block;
}
li.elementor-portfolio__filter.elementor-active {
    background: #2c4bff;
    color: white!important;
    border-color: #2c4bff;
}

article.elementor-portfolio-item.elementor-post {
    transform: translate3d(0px, 0px, 0px)!important;
}
input#more {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    display: flex;
    padding: 15px 15px;
    width: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #2c4bff;
    border-radius: 30px;
    border: 2px solid transparent;
    font-weight: 700;
    text-align: center;
    color: white;
    max-width: 200px;
    margin: auto;
} 
.single-desine .page-def {
    padding: 0;
}
.single-desine .p-article__content {
    margin-top: 0;
}
 
.portf-table table {
    width: 100%;
}
.portf-table table tr:first-child {
    background: #2e2e36;
    color: lightgrey;
    font-size: 19px;
    font-weight: 300;
}
.portf-table table td {
    padding: 15px 10px;
    line-height: 1.2;
}
.portf-table table td {
padding: 20px 15px;
    line-height: 1.2;
}
.portf-table table tr {
    font-size: 20px;
    color: #2e2e36;
}
.portf-table table {
    box-shadow: 0 0 30px rgb(128 128 128 / 30%);
}
.portf-table  table tr:first-child  td {
padding: 10px 10px;
    line-height: 1.2;
}
 
.elementor-tab-content {
    margin: 0px 15px 30px 0px;
}
 
.desine-tabs.elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 8px 24px 6px;
    font-weight: 400;
    border-radius: 50px;
    border: 2px solid grey;
    background: #34353e;
    color: grey;
 
    min-width: 110px;
    text-align: center;
}
.desine-tabs .elementor-tab-content {
    border: 0!important;
    padding: 25px 0 0;
    margin: 0;
}
.elementor-widget-tabs.desine-tabs .elementor-tab-title.elementor-active, .elementor-widget-tabs.desine-tabs .elementor-tab-title.elementor-active a {
    color: #ffe000;
}
.desine-tabs.elementor-widget-tabs .elementor-tab-desktop-title:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid grey!important;
}
.desine-tabs.elementor-widget-tabs .elementor-tab-desktop-title:nth-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
 
}
.elementor-widget-testimonial-carousel .elementor-main-swiper .swiper-slide {
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    margin: 30px 0px 30px;
}
.elementor-swiper-button.elementor-swiper-button {
    right: -30px;
    background: #f8f8fa;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 1px 2px 6px grey;
    width:45px;
}
.elementor-swiper-button.elementor-swiper-button-prev {    background: #f8f8fa;
    border-radius: 50%;
    padding: 10px;
box-shadow: 1px 2px 6px grey;}
.elementor-accordion-item {
    border-top: 1px solid rgb(128 128 128 / 15%)!important;
    padding: 10px 0px;
}
/**/
.forscrolbl .elementor-widget-tabs .elementor-tab-content .for-scrol {
padding: 0;
    border: 1px solid #a0a0a5!important;
    margin: 0;
    max-width: 577px;
    height: 480px;
    float: left;
overflow: hidden;
    overflow-y: scroll;
    margin-right: 50px;
}

.for-scrol::-webkit-scrollbar {
    width: 5px;
    background-color: #e6e9ec;
}
.for-scrol::-webkit-scrollbar-thumb {
    background-color: #3A5AFF;
}

.forscrolbl.des-desctop .elementor-widget-tabs .elementor-tab-content:before {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    top: -20px;
    background: url(/wp-content/uploads/2021/06/desctop-topbg.png);
    background-size: cover;
    max-width: 567px;
}
.forscrolbl .elementor-tabs-wrapper {
    min-width: 180px;
}
.forscrolbl.des-desctop .elementor-widget-tabs .elementor-tab-content img {max-width: 560px;}
.home .elementor-widget-tabs .elementor-tab-content div:last-child {
    padding-top: 8%;     top: -100px;
}
.elementor-widget-tabs .elementor-tab-content div:last-child h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
}
.woocommerce-billing-fields input, section.fc-checkout-step input {
    padding: 8px 10px;
    border: 1px solid #80808042;
    border-radius: 5px;
}

.forscrolbl.des-mobile .elementor-widget-tabs .elementor-tab-content {
height: 520px;
 
}
.forscrolbl.des-mobile .elementor-widget-tabs .elementor-tab-content .for-scrol {
    max-width: 244px;
    height: 516px;
}
.forscrolbl.des-mobile .elementor-widget-tabs .elementor-tab-content:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
 overflow: hidden;
    max-width: 268px;
    background-size: cover!important;
 
    height: 536px;
    margin: -10px 0px 0 -10px;
    background: url(/wp-content/uploads/2021/06/iPhone_X.png); 
}
.forscrolbl.des-mobile .elementor-widget-tabs img {
    padding: 0px 5px 0px;
    width: 284px;
}
 .elementor-widget-tabs .elementor-tab-content::-webkit-scrollbar {
    width: 0px;
    background-color: #f9f9fd;
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title {
    margin: 10px 0;
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title:after {
    content: "";
width: 1px!important;
    height: 60px!important;
    background: rgb(44 75 255 / 62%)!important;
    position: absolute!important;
    top: -50px!important;
    left: 148px;
}
div#elementor-tab-title-2353.elementor-active::before {
    top: 12px!important;
}
div#elementor-tab-title-2353:before {
    content: "";
    width: 1px!important;
    height: 60px!important;
    background: rgb(44 75 255 / 62%)!important;
    position: absolute!important;
    top: -50px!important;
    left: 148px;
}

div#elementor-tab-title-2353.elementor-active:before {
    top: 10px!important;
}
.forscrolbl.des-mobile .elementor-widget-tabs .elementor-tab-content .for-scrol {
    max-width: 248px;
    height: 476px;
    overflow-x: hidden;
    overflow-y: scroll;
 
    position: relative;
    border-radius: 10px;
    top: 23px;
    padding-bottom: 0!important;
    margin-bottom: 0;
    background: transparent;
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title:first-child:after {display:none;}
.tabs-btns a:hover {opacity:0.8;}
.tabs-btns a {
    color: grey;
    font-size: 22px;
    font-weight: 300;
    padding: 7px 30px;
    border: 1px solid grey;
    border-radius: 50px;
    background: #2a2a33; cursor: pointer;
}
.tabs-btns p a:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -3px;
}
 .tabs-btns p a:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -2px;
}
 
 

.formob .tabs-btns p a:first-child {background: #414144;
    color: yellow;}
.fordesc .tabs-btns p a:last-child {background: #414144;
    color: yellow;}
.formob .forscrolbl.des-desctop{display:none!important;}
.fordesc .forscrolbl.des-mobile{display:none!important;}

.relposts {
    float: left;
    width: 100%;
}
.relposts article.portfolio-post {
width: 100%;}
.relposts {
    padding:  0px 40px;
}
.relposts .slick-slide {
    padding: 20px 15px;
}
.relposts .cases .portfolio-content {
    padding: 18px 0% 20px 4%;
    text-align: left;
}
.relposts .portfolio-content .flex div {
 
    margin-right: 35px;
}
.relposts button.slick-next.slick-arrow {
    position: absolute;
    right: 0px;
    top: 48%;     
}
.relposts button.slick-prev.slick-arrow {
    position: absolute;
    top: 48%;
    left: 0px;     
}
.relposts  button.slick-next.slick-arrow {
    background: url(/wp-content/uploads/2021/06/str-r.png);
    width: 80px;
    height: 80px;
    background-size: contain;
    padding: 0;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
}
.relposts button.slick-prev.slick-arrow{
    background: url(/wp-content/uploads/2021/06/str-l.png);
    width: 80px;
    height: 80px;
    background-size: contain;
    padding: 0;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
 
} 
body.desine-template-default.single.single-desine h2.title-brca {
    font-size: 40px;
    margin: 35px 0 0;
}
.s-banner__img.newt {
    position: relative;
 overflow: visible;
    width: 415px;
    max-height: 660px;
    height: 660px;
}
.s-banner__img.newt video {
    position: absolute;
    width: 100%;
    height: 82.7%;
    top: 64px;
}
/**/
section.s-str-slider button.slick-arrow {
    position: absolute;
 cursor:pointer;
    top: 50%;
    text-indent: -9999px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 0;
}
section.s-str-slider .b-sl-cover-inner button.slick-arrow:first-child {
    left: 130px;
    z-index: 99; transform: rotate(
180deg
);
}	
section.s-str-slider .b-sl-cover-inner.js-slider-cover.slick-initialized.slick-slider.slick-dotted button.slick-arrow {
    right: 120px;
    z-index: 99;
    background: url(/wp-content/themes/dido/assets/img/arrow-min.png) white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
}
 /**/
 .pum-theme-15469 .pum-container, .pum-theme-lightbox .pum-container {
 
    background-color: rgb(31 31 31)!important;
}
.pum-theme-15469 .pum-title, .pum-theme-lightbox .pum-title {
    text-align: center!important;
    color: white!important;
}
.single-cases .page-def {
    padding: 0;
}
.single-cases .p-article__content {
    margin: 0;
}
/**/
.part-lastbl p {
    margin-bottom: 15px;
}
.part-bl5-f .elementor-widget-container strong {
    font-size: 2.5em;
    margin-bottom: 10px;
    display: inline-block;
    color: #b7b7b7;
}
.part-bl5-f .elementor-widget-container p:last-child {
    min-height: 95px;
    margin: 0 0 -10px;
    padding: 0;
}
.part-bl5-f .elementor-widget-container {
    padding: 20px 15px!important;
    max-width: 220px;
    margin: auto;
}
.part-bl5-f .elementor-widget-container:after {
    content: "";
    width: 56px;
    height: 2px;
    position: absolute;
    background: #b7b7b7;
    top: 50%;
    right: -38px;
}
.part-bl5-f .elementor-column:last-child .elementor-widget-container:after {
    content: "";
    width: 0px;
 
}
body.page-template-default.page.page-id-15504 .elementor-icon-box-wrapper span.elementor-icon {
    box-shadow: 2px 2px 8px rgb(128 128 128 / 32%);
}
.page-id-15504 .elementor-view-stacked.elementor-position-left.elementor-shape-circle {
    margin-bottom: 40px;
}
partn-bl2-c .elementor-widget-container strong {
    font-size: 1.7em;
}
.partn-bl2-c .elementor-widget-container strong {
    color: #0a49ff;
    font-size: 1.8em;
    position: absolute;
    margin: -8px -35px 0px;
    letter-spacing: -2px;
    line-height: 1;
}
.partn-bl2-c .elementor-widget-container {
    padding-left: 30px;
}
/**/
article.emailcopy-post {
display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 35px 0 60px;
}
.emailcopy-content p {
margin: 0 25px 20px;
    text-align: left;
    font-size: 16px;
    font-family: inherit;
}
.emailcopy-content code {
    font-family: inherit;
}
.emailcopy-content {
padding: 46px 20px 31px;
    background: #f1f1f1;
    background-size: cover;
    line-height: 1.77;
    height: 555px;
    overflow-y: scroll;
}
.case_brand .portfolio-content-wrapper img {
    width: 100%;
    object-fit: cover;
    position: relative;
    top: 0!important;
    transition: 0s;
    height: 100%;
}
.emailcopy-content {
    max-width: 760px;
    position: relative;
    top: 20px;
}

.emailcopy-content-wrapper {
    width: 100%;
 
}
.iphone-bg-img {
    width: 330px;
    margin: auto;
    height: 600px;
    overflow: hidden;
    background: url();
    padding: 27px 20px;
}
.iphone-bg-img {
width: 300px;
    margin: auto;
    height: 600px;
    overflow: hidden;
    background: url(/wp-content/uploads/2021/06/iPhone_X.png);
    padding: 27px 20px;
    background-size: cover;
    max-width: 100%;
    border-radius: 44px;
    position: absolute;
    z-index: 9;
}
.iphone-bg-img img {
    width: 100%;
    object-fit: cover;
    top: 0px;
    position: relative;
    height: auto;
    padding: 0px;
    overflow: scroll;
}
.page-def__body article.emailcopy-post:nth-child(2n) .emailcopy-content-wrapper {
    order: 2;
}
.iphone-bg-img_scrol {
    max-width: 307px;
    height: 565px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    border-radius: 10px;
    top: 19px;
    padding-bottom: 0!important;
    margin-bottom: 0;
    background: transparent;
}
.emailcopy-content-wrapper {
    max-width: 310px;
}
.page-def.email-desine.ecopy {
   
    color: #2e2e36;
}
.b-paginations.mb-5.pb-5 {
    margin-bottom: 70px;
}
 
.iphone-bg-img_scrol::-webkit-scrollbar {
	width: 7px; background-color: #F5F5F5;
}
.iphone-bg-img_scrol::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.iphone-bg-img_scrol::-webkit-scrollbar-thumb {
	background-color: #2e4bff;
	border: 1px solid #2e4bff;
}
/**/
.emailcopy-content::-webkit-scrollbar {
	width: 7px; background-color: #F5F5F5;
}
.emailcopy-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.emailcopy-content::-webkit-scrollbar-thumb {
	background-color: #2e4bff;
	border: 1px solid #2e4bff;
}
.emailcopy-content::-webkit-scrollbar-thumb {
	background-color: #2e4bff;
	border: 1px solid #2e4bff;
}
h2.p-contacts__title.title.title-bold.title-xl {
    font-size: clamp(17px, 4vw, 38px);
    line-height: clamp(23px, 4vw, 40px);
    margin: 0 0 60px;
}
.home-feedback .swiper-container {
    overflow: visible!important;
}
.home-feedback .elementor-widget-reviews .elementor-main-swiper, .home .elementor-widget-testimonial-carousel .elementor-main-swiper {
    width: 100%;
    overflow: hidden!important;
    padding: 0 2.5% 0;
}
.single footer.entry-footer {
    display: none;
}
.nav-links {
    font-size: 14px;
    line-height: 1.3;
    padding: 10px;
    background: rgb(46 46 54 / 3%);
}





@media (min-width: 1587px){ 
    .b-nav ul li {
        margin-right: 20px;
    }
}

@media (min-width: 1187px){
.single-conteiner {
    display: flex;
    max-width: 1160px;
    margin: 40px auto 30px;
}
.single-sidebar {
min-width: 380px;
    padding: 50px 10px;
    height: 600px;
    position: sticky;
    top: 30px;
}
.blog-side-bl {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
    padding: 20px;
    position: relative;
}
.single  div#page {
    overflow: visible;
}
.p-contacts-content {
    margin-top: 40px;
}
.page-template-page-contacts-php .page-def {
    padding-top: 10px;
}
.desine-tabs.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden;
    left: -100px;
    position: relative;
}
.elementor-arrows-position-outside .elementor-swiper-button-next {
    right: -30px!important;
}
.elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: -30px!important;
}

}

@media (min-width: 687px){
.forsteps {
 
    width: 50%;
}
	.footer__desc {
    margin-top: 5px!important;
    margin-bottom: 25px;
}
}

@media (max-width: 1025px){ 
.footer-row {
    margin-bottom: 70px;
}	
	.s-what-col--right {
    max-width: 444px;
}
.home-feedback .elementor-widget-reviews .elementor-main-swiper, .home .elementor-widget-testimonial-carousel .elementor-main-swiper {
    width: 100%;
    overflow: hidden!important;
    padding: 0;
}
.home-feedback .elementor-swiper-button-next {
    right: -30px!important;
}
.home-feedback .elementor-swiper-button-prev {
    left: -30px!important;
}
article.emailcopy-post {
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;
}
.emailcopy-content-wrapper {
    margin: 0 0 35px;
}
	article.portfolio-post.cases {
    max-width: 490px;
}
	.page-def__body article.emailcopy-post:nth-child(2n) .emailcopy-content-wrapper {
    order: 0;
}
}

@media (max-width: 987px){
.emailcopy-content-wrapper {
    margin-bottom: 35px;
}	
.part-bl5-f .elementor-widget-container:after {
    content: "";
width: 36px;}	
	
.s-banner__img.newt {
    max-width: 100%;
}
.cases-template-default .s-banner__img.newt {
    width: 300px;
}
.cases-template-default .s-banner__img.newt video {
position: absolute;
 
    width: 100%;
    height: 82.7%;
    top: 49px;
    width: 190px;
    height: 390px;
    left: 56px;
}	
	
	
	
	
	
	
	
	
.forscrolbl.des-mobile .elementor-widget-tabs .elementor-tab-content .for-scrol {
max-width: 278px;}	
.forscrolbl.des-mobile .elementor-widget-tabs .elementor-tab-content {
max-width: 285px;}	
	
.forscrolbl .elementor-widget-tabs .elementor-tab-content .for-scrol {
    margin-right: 0px;
}	
.forscrolbl.des-mobile .elementor-widget-tabs .elementor-tab-content {
max-width: 280px;}	
	
section.s-str-slider .b-sl-cover-inner.js-slider-cover.slick-initialized.slick-slider.slick-dotted button.slick-arrow {
right: 30px;}	
section.s-str-slider .b-sl-cover-inner button.slick-arrow:first-child {
    left: 30px;
}	
	
.form-step2 .elementor-widget-wrap.elementor-element-populated {
    margin: 0px 0px 0px 0px!important;
}
.form-step2  .elementor-widget-image-box:after {
	display:none!important;
}	
.email-desine article.portfolio-post {
    width: 50%;
}	
.forscrolbl.des-mobile .elementor-widget-tabs .elementor-tab-content {
    height: auto;
}
.forscrolbl.des-mobile .elementor-widget-tabs .elementor-tab-content .for-scrol {
    margin-bottom: 77px;
}
.forscrolbl.des-desctop .elementor-widget-tabs .elementor-tab-content:before {display:none}
.forscrolbl .elementor-widget-tabs .elementor-tab-content .for-scrol {
    margin-bottom: 50px;
}

	}

@media (max-width: 769px){
article.emailcopy-post {
    flex-wrap: wrap;
}	
.page-def__body article.emailcopy-post:nth-child(2n) .emailcopy-content-wrapper {
    order: 0;
}	
	
.single-post h1.entry-title {
    font-size: 27px;
    line-height: 1.2;
    padding: 0 15px 0;
}
.main .elementor-container .elementor-element {
    max-width: 100%!important;
}
pre {
    white-space: break-spaces;
}
	.blog-side-bl {
    padding: 15px;
}
.wrap-second .swiper-slide {min-height:50px;}
h2.title-brca {
    font-size: 33px;
 
    margin: 0px 0 10px;
}	
.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 0px)!important;
}
	
	
	.p-article__img img {
    margin: 0 auto;
    max-width: 100%;
    object-fit: cover;
    height: 270px;
}
	
	
.fusion-fullwidth.fullwidth-box {
    padding: 7px!important;
}
.fusion-fullwidth.fullwidth-box img {
    max-width: 100%;
}
.fusion-text h2 span, .fusion-text h3 span {
    font-size: 26px!important;
}
.fusion-carousel-wrapper {
    width: 100%!important;
}
.fusion-content-boxes .fusion-column .icon i.fontawesome-icon {
    font-size: 26px!important;
    width: 50px!important;
    height: 50px!important;
    line-height: 50px!important;
}
.link-area-link-icon h2.content-box-heading { font-size: 26px!important; padding-left:60px!important}
.link-area-link-icon .content-container {  padding-left:60px!important}
.fusion-layout-column.fusion-one-half {
    width: 100%!important;
}
.fusion-flip-box-wrapper.fusion-column.col-lg-6.col-md-6.col-sm-6 {
    width: 100%;
}
	
	.p-faq-tabs__list li {
    width: 33%;
    text-align: center;
    margin: 8px 0 8px!important;
}
	
	
	
	.page-def.email-desine .filter li {
    display: inline-block;
    margin: 8px 3px 15px;
}
.portfolio-content-wrapper img {
    width: 100%;
    position: absolute;
    top: 0;
    transition: 9s;
    object-fit: cover;
    height: 600px;
}	
p.cat-name {
    display: none;
}
.page-def.email-desine .filter li a {
    background: #e8e8e8;
    padding: 5px 15px;
    border-radius: 50px;
    border: 2px solid #d8d8d8;
    font-weight: 600;
    color: black;
    font-size: 14px;
}	
	
	
	
	
	
	
	
.postid-16160 .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;     text-align: left;
}	
.postid-16160 .elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: left; display: flex;
}	
.postid-16160 .elementor-widget-icon-box .elementor-icon-box-icon {
    margin-right: 15px!important;
}	
.list-forcir .elementor-icon-box-content h3.elementor-icon-box-title {
    font-size: 16px!important;
}
 .steps-vac-bl .elementor-widget-container em strong {
    background: #2c4bff;
    width: 35px;
    height: 35px;   
    line-height: 35px;   
    margin: -5px -15px;
}
.steps-vac-bl .elementor-widget-container {
    padding-left: 35px;
}	
	
	.part-bl5-f .elementor-widget-container:after {display:none;}
.forsteps {
    overflow: hidden;
    padding: 0px 0px;
    margin: 0 0 5px;
}	
	
.cases h2.portfolio-title {
    font-size: 23px;
 
}	
.portfolio-content-wrapper {
    background: black;
    height: 160px;
    object-fit: cover;
}
 
.portfolio-content .flex div big {
    font-size: 26px;
    font-weight: 600;
}	
	
.portfolio-content .flex div {
    max-width: 100%;
    margin-right: 50px;
    margin: 0 0 15px!important;
    text-align: center;
}	
.portfolio-content-wrapper {
    background: black;
    height: 160px;
 
}	
.page-def.email-desine	 .portfolio-content-wrapper {
    background: black;
    height: 335px;
 
}
.forscrolbl .elementor-widget-tabs .elementor-tab-content {
       padding-top: 0px;
}	
.forscrolbl.des-desctop .elementor-widget-tabs .elementor-tab-content:before {
    top: 50px;	     background-size: contain;
 
    background-repeat: no-repeat;
}
.forscrolbl .elementor-widget-tabs .elementor-tab-title {
    text-align: center;
}	
.forscrolbl.des-desctop .elementor-widget-tabs .elementor-tab-content img {
    max-width: 560px;
    width: 100%;
}	
.forscrolbl.des-mobile .elementor-widget-tabs .elementor-tab-content {
    max-width: 279px;
  
    position: inherit;
    margin: auto;
    padding-top: 0px;
}	
	.forscrolbl .elementor-widget-tabs .elementor-tab-title {
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}
	
	
	
	.portf-table table {
    overflow-x: scroll;
}
article.portfolio-post.cases, article.portfolio-post.brands {
    max-width: 100%;
    width: 100%;
    margin-bottom: 38px;
}
.email-desine article.portfolio-post {
    width: 48%;
}
.email-desine .portfolio-content {
    font-size: 12px;
}
.email-desine .portfolio-content {
    padding: 10px;
}
.page-def.email-desine h2.portfolio-title {
    margin-bottom: 3px;
}





}

 
@media (min-width: 1365px) and (max-width: 1587px){
.b-nav ul li {
    margin-left: 35px!important;
}
.b-nav ul ul.sub-menu li {
    margin-left: 0px!important;
}
.header-col.header-col--right button.header__but.but.but--arrow.but-xs {
 
    margin-left: 10px;
}
}
@media (max-width: 1380px){
.b-nav ul li a {
    font-size: 16px;
}
.b-nav ul li {
    margin-left: 23px!important;
}
.b-nav ul li.menu-item-has-children:after {
    right: -12px;
    width: 10px;
    height: 6px;
}
}


@media (max-width: 469px){

	
	
.elementor-posts .elementor-post__card .elementor-post__text {
    padding: 0 15px;
    }
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail {
    height: 190px;
    }
.home .elementor-tab-title:nth-child(2) span:before {
    content: "";
    width: 90%;
    height: 1px;
    background: #2c4bff;
    position: absolute;
    left: -115%!important;
    top: 50%!important;
    bottom: inherit!important;
    border-radius: 0!important;
    right: inherit!important;
    border: 0!important;
    opacity: 1;
}
.home .elementor-tab-title:nth-child(2) span:after {
    content: "";
    width: 90%;
    height: 1px;
    background: #2c4bff;
    position: absolute;
    right: -115%!important;
    top: 50%!important;
    bottom: inherit!important;
    border-radius: 0!important;
    left: inherit!important;
    border: 0!important;
    opacity: 1;
}


.elementor-2 .elementor-element.elementor-testimonial--align-left .elementor-swiper-button {
    width: 45px;
    height: 45px;
    box-shadow: none;
    background: transparent;
}

.footer__form-row .but {
    min-width: 200px;
    height: 48px;
}  
.home .elementor-tab-title span {
    background: white;
}
.elementor-2 .elementor-element .elementor-tab-title:nth-child(2):before {
content: "";
    width: 160%!important;
    height: 1px!important;
    background: #2c4bff;
    top: 54px!important;
    position: absolute;
    left: -25px;
}
.home .elementor-tab-title span {
 
    background: white;
}
footer.footer  a {
    color: #2c4bff;
}
.b-card__desc {
    font-size: clamp(10px, 3vw, 10px);
    position: relative;
    top: 10px;
}
.home .elementor-tab-title span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    color: #2c4bff;
    font-size: clamp(13px, 3vw, 20px);
    font-weight: 600;
    width: 45px;
    height: 45px;
    border: 1px solid #2c4bff;
    border-radius: 100%;
    padding: 2px;
    margin-left: 25px;
    position: relative;
    /* display: block; */
}



.elementor-testimonial--align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
    justify-content: center;
    flex-wrap: wrap;
}
.elementor-widget-testimonial-carousel .elementor-main-swiper {
    padding: 0 0px 0;
}
.elementor-2 .elementor-element.elementor-element-9f253cf .elementor-main-swiper .swiper-slide {
    padding: 20px 15px 17px 15px;
}
	.p-article__img img {
    margin: 0 auto;
    max-width: 100%;
    object-fit: cover;
    height: 220px;
}

.b-accord-xl-item__desc-wrap {
    padding-left: 15px;
}	
.b-accord-xl .fusion-text p {
    font-size: 14px;
}	
 
.p-faq-tabs__list {
    flex-wrap: wrap;
}	
.p-faq-tabs__list li {
    margin-bottom: 10px;
}	
	
	
	
	
.portf-table table tr:first-child {
font-size: 15px;}	
	
	.forscrolbl.des-mobile .elementor-widget-tabs .elementor-tab-content {
 
    height: auto;}
.forscrolbl.des-mobile .elementor-widget-tabs .elementor-tab-content {
max-width: 269px; }	
.forscrolbl.des-mobile .elementor-widget-tabs .elementor-tab-content .for-scrol {
max-width: 269px;     margin-bottom: 90px;}	
.forscrolbl.des-mobile .elementor-widget-tabs img {
    width: 270px;
}
.forscrolbl .elementor-widget-tabs .elementor-tab-content .for-scrol {
    margin-bottom: 30px;
}
.forscrolbl .elementor-widget-tabs .elementor-tab-content .for-scrol {
    margin-right: 0px;
    width: 100%;
}	
.elementor-tab-content {
    margin: 0px 0px 20px 0px;
}	
.forscrolbl.des-desctop .elementor-widget-tabs .elementor-tab-content:before {
display:none;
}
.forscrolbl.des-desctop .elementor-widget-tabs .elementor-tab-content img {
    max-width: 100%;
 
}	
	.portfolio-content {
 
    padding: 10px 0px;
}
	.elementor-widget:not(:last-child) {
    margin-bottom: 5px;
}
	li.elementor-portfolio__filter {
    margin-bottom: 8px;
}
.s-banner__img.newt img {
    width: 280px;
    height: 490px;     margin: auto;
}
.s-banner__img.newt {
    position: relative;
    overflow: visible;
    width: 100%;
    max-height: 467px;
    height: 467px;
}
.s-banner__img.newt video {
    position: absolute;
    top: 46px;
    width: 360px;
    height: 386px;
    left: 0%;
    margin-left: 0px;
}
.cases-template-default .s-banner__img.newt video {
position: absolute;
    top: 47px;
    width: 329px;
    height: 368px;
    left: 0;
    margin-left: -10px;
}
.elementor-14997 .elementor-element.elementor-element-e25f5d2 {
    padding: 80px 0px 0px 0px;
}	
.portfolio-content .flex {
    display: flex;
    line-height: 1;
    margin-top: 20px;
 
    justify-content: center;
}
.portfolio-content .flex div {
    margin-right: 0px;
    width: 100%;
}
.brands h2.portfolio-title {
    font-size: 23px;
}
.brands .portfolio-content {
    padding: 15px 6% 10px;
    text-align: left;
}
article.portfolio-post.cases, article.portfolio-post.brands {
    margin-bottom: 15px;
}
}

/**/
.s-banner__img.newt img {
    z-index: 9;
    position: relative;
}
.elementor-post__card {
    overflow: hidden;
    border-radius: 18px!important;
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail {
    height: 300px;
    padding: 0;
    margin: 0;
}
.page-id-18789 .elementor-posts-container.elementor-has-item-ratio .elementor-post a {
    padding: 0px 0 0px;
    box-shadow: none;
}
/**/
.single-post div#comments {
      max-width: 1160px;
   padding-left:15px;
   padding-right:15px;
    margin: 20px auto 50px;
}
.single-post h1.entry-title {
    text-align: center;
    max-width: 1300px;
    margin: 55px auto 30px;
}
.single-post div#comments input#submit {
    background: #2c4bff;
    color: white;
    border-radius: 50px;
    border: 0;
    padding: 15px 30px;
    font-weight: 500;
}
.single-post .entry-meta {
    display: none;
}
.single-post .post-thumbnail {
max-width: 1140px;
    margin: 40px auto 0;
}
.single-post footer.entry-footer, .single-post nav.navigation.post-navigation  {
   max-width: 1160px;
   padding-left:15px;
   padding-right:15px;
    margin: auto;
}
/**/
.b-card-article__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 15px;
    color: black;
}
.title-xs {
    font-size: clamp(11px, 4vw, 21px);
    line-height: clamp(19px, 4vw, 27px);
}

.title-bold {
    font-weight: 700;
}
.b-card-article__content-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.c-desc-ms {
    font-size: clamp(14px, 4vw, 19px);
    line-height: clamp(22px, 4vw, 29px);
}
.p-blogs-items {
    display: flex;
}
.b-card-article {
    display: flex;
    flex-direction: column;
    height: auto;
    background-color: white;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}
.search  main#primary {
    max-width: 1280px;
    margin: auto;
}
#commentform .comment-form-url {
  display: none;
}
.comment-form-author {
    min-width: 50%;
    float: left;
}
.comment-form-cookies-consent {
  float: left;
  width: 100%;
  margin: 15px 0 20px;
}
.b-review__desc--shadow:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    background: -moz-linear-gradient(180deg, transparent 0%, white 80%);
    background: -webkit-linear-gradient(180deg, transparent 0%, white 80%);
    background: -o-linear-gradient(180deg, transparent 0%, white 80%);
    background: -ms-linear-gradient(180deg, transparent 0%, white 80%);
    background: linear-gradient(180deg, transparent 0%, white 80%);
}
.cases-template-default.elementor-page .page-def .wrap-second {
    max-width: 100%;
    padding: 0;
}


@media (min-width: 1024px) {
.b-review--page {
    padding: 40px 50px;
}
}

@media (min-width: 769px) {
.p-blogs-items {
    flex-direction: initial;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-left: -70px;
}
.p-blogs-items__col {
    width: 50%;
    padding-left: 70px;
    margin-bottom: 70px;
}
.b-card-article__content {
    padding: 20px 25px;
}
.p-reviews__items {
    margin-left: -25px;
    display: flex;
    flex-wrap: wrap;
}
.p-reviews__items-col {
    width: 50%;
    padding-left: 25px;
    padding-bottom: 25px;
}
.b-review--page {
    padding: 40px 50px; min-height: 445px;
}
.b-us-info__logo {
    min-width: 72px;
    min-height: 72px;
    margin-right: 16px;
}
.b-us-info__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 100%;
}
}
/**/
.p-reviews .title {
    margin-bottom: 45px;
    text-align: center;
    font-size: clamp(21px, 4vw, 60px);
}
.b-review--page {
    border-radius: 15px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}
.b-review {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    min-height: 445px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
     
}
.b-review__bot {
    margin-top: 15px;
    margin-left: -6px;
}
.b-us-info {
    display: flex;
    align-items: center;
    flex-direction: column;
        flex-direction: inherit;
}
.b-us-info__logo {
display: flex;
    align-items: center;
    max-width: 72px;
    max-height: 72px;
    min-width: 72px;
    min-height: 47px;
    margin-right: 0;
    margin-bottom: 10px;
    overflow: hidden;
    margin-right: 16px;
}
.b-us-info__content {
    font-size: 11px;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    text-align: left;
}
.c-link--blue {
    color: #2c4bff;
}
.c-link-xs {
    font-size: clamp(11px, 4vw, 18px);
}
.b-us-info__content-name {
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(11px, 4vw, 18px);
}
.b-us-info__content-prof {
    color: #585858;
    margin-top: 10px;
    margin-left: 0;
    font-size: clamp(11px, 4vw, 18px);
}
.b-review__desc {
    position: relative;
    color: black;
    font-weight: 500;
    max-height: 270px;
    overflow: hidden;
    font-size: clamp(11px, 4vw, 21px);
    line-height: clamp(16px, 4vw, 32px);
}
.b-review__desc {
    position: relative;
    color: black;
font-weight: 400;
    max-height: 270px;
    overflow-y: scroll;
    font-size: clamp(11px, 4vw, 21px);
    line-height: clamp(16px, 4vw, 32px);
}

.b-review__desc::-webkit-scrollbar {
  width: 4px;
}
.b-review__desc::-webkit-scrollbar-track {
  background-color: #fafafa;
}
.b-review__desc::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.b-us-info__row {
    margin-bottom: 15px;
}
.b-review__desc--shadow:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    background: -moz-linear-gradient(180deg, transparent 0%, white 80%);
    background: -webkit-linear-gradient(180deg, transparent 0%, white 80%);
    background: -o-linear-gradient(180deg, transparent 0%, white 80%);
    background: -ms-linear-gradient(180deg, transparent 0%, white 80%);
    background: linear-gradient(180deg, transparent 0%, white 80%);
}
.b-review__desc .c-link {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    margin: 0 auto;
    display: none;
    color: #2c4bff;
}
.b-review__desc--shadow .c-link {
    display: flex;
}
 
button.c-link.js-show-modal {
    position: absolute;
    bottom: -3px;
    right: 0;
    left: 0;
    z-index: 1;
    margin: 0 auto;
    display: none;
    /* color: #2c4bff; */
    display: none;
    padding: 0;
    text-align: left;
    border: 0;
    background: transparent;
    font-size: 0.65em;
    /* margin-top: 8px!important; */
}
.b-review__desc--shadow .c-link {
    display: flex;
}
.b-paginations {
    text-align: center;
    margin: 18px 0 57px;
    color: #2e2e36;
    font-size: 22px;
}
.b-paginations a{
    color: #2e2e36;
}
 .tax-desinecat .nav-links {
    background: transparent;
}
body.vacancy-template-default h3 {
    margin: 0;
}
.footer__form-row.footer__form-row--check.el-check a {
    display: inline-block;
    margin: 0 5px 0;
}
.is-form-style input.is-search-input {

    height: 50px;
}
.is-form-style input.is-search-input {
    height: 50px;
    border-top-left-radius: 50px;
    padding-left: 30px;
    border-bottom-left-radius: 50px;
}
.is-form-style button.is-search-submit {
    height: 51px;
}
span.is-search-icon {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    height: 50px;
    line-height: 50px;
    background: #2c4bff;
    width: 50px;
    border-color: #2c4bff;
}
.is-form-style .is-search-submit path {
    fill: #fff;
}
.search  .b-paginations {
    text-align: center;
    margin: 18px 0 57px;
    color: #2e2e36;
    font-size: 22px;
    width: 100%;
}
.search .nav-links {
    font-size: 23px;
    line-height: 1.3;
    padding: 10px;
    background: transparent;
}
ul.post-list li {
    display: inline-block;
    margin: 0 8px 5px;
}
ul.post-list > li {
    width: 100%;
    text-align: center;
}
ul.post-list {
    margin: 0;
    padding: 0;
}
ul.post-list ul {
    padding: 0;
    margin: 5px 0 0;
}
@media (min-width: 1180px) {
.header__nav-wrap {
    padding-right: 60px;
    margin-left: -15px;
}
.footer-service-soc {
    max-width: 250px;
}
.footer-service-soc img {
    width: 250px;
    max-width: 100%;
	margin-top: 10px;
}	
	}
.for-scrol.elementor-widget.elementor-widget-image {
    height: 480px;
    overflow: hidden;
    overflow-y: scroll;
}
/*ac=slider*/
.accordion-slider h2.as-layer {
    font-size: 50px;
    line-height: 1.4;
    font-family: 'Montserrat';
    color: white;
    padding: 0% 5% 0%; margin-top: -40px!important;
}
.accordion-slider p.as-layer {
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    color: white;
    padding: 5px 5% 0;
}
.as-layer.as-always ul {
    margin: 0;
    padding: 25px 5% 0;
	    font-size: 14px;
    line-height: 1.4;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    color: white;
	margin-left: 60px; max-width: 840px;
    width: 100%;
}
.as-layer.as-always ul li {padding-bottom:10px;}
.emailcopy-content-wrapper .iphone-bg-img {
    background: transparent;
    overflow: visible;
    overflow: visible;
    width: auto;
    padding: 0;
    border-radius: 0;
}
.emailcopy-content-wrapper .iphone-bg-img_scrol {
    max-width: initial;
    height: auto;
    overflow: visible;
    width: 100%;
    text-align: center;
}
.emailcopy-content-wrapper {
    max-width: 600px;
}
a:visited {
    color: #2c4bff;
}
@media (min-width: 880px) {.hide-desctop {display:none!important;} }
@media (max-width: 880px) {
.b-nav ul li.menu-item-has-children:after {
    top: 0%;
    margin-top: 20px;
}
.header-fixed-mob {
    position: fixed;
    width: 100%;
    background: white;
    z-index: 999999; top: 0;
}
.header-inner a.custom-logo-link img {
    max-width: 160px;
}
.header-inner .only-mobile {
    display: block!important;     margin-left: 10px;
}
 .header-col--right {
    width: auto;
}
.header-col--right {
    float: right;
    margin-right: 15px;
    position: relative;
    top: 28px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 70px; 
}
.header-inner.wrap-second {
    position: relative;
    z-index: 99;
    width: calc(100% - 70px);
    justify-content: space-between;
    float: left;
}
.header-inner.wrap-second a.header__but.but {
    padding: 7px 0 7px;
    max-width: 122px;
    font-weight: 600;
    font-size: 14px;
    min-width: 100px;
    color:white;
}
.header-col.header-col--left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
}
/**/
.partnerp-tablist .eael-tabs-content .eael-tab-content-item ul li {
display: inline-block;
    max-width: calc(33.33% - 13px);
    margin: 0 5px 20px;
}
.partnerp-tablist .eael-tabs-content .eael-tab-content-item {
    padding-left: 0!important;
    padding-right: 0!important;
}
.partnerp-tablist .eael-tabs-content .eael-tab-content-item ul {
    margin: 0 -5px 0;
    padding: 0;
}
.partnerp-tablist .eael-tabs-content .eael-tab-content-item ul li img {
    margin: 0 0 5px;
}
.elementor-image-gallery .gallery-columns-5 .gallery-item {
    max-width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price_content {
    display: none;
}
.price_content.price_content_active {
    display: block;
}
a.price_int {
    margin: 25px 5px 0;
    display: inline-block;
    padding: 6px 10px;
    background: #1d1d1d;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}
.price_content_active .wpr-pricing-table-item-last {
   padding: 0 10px 25px!important;
}
a.price_int.price-active {
    background: #2c4aff;
}
body.home main#primary {
    margin-top: 0px;
}
h1.title.title-up.title-center.title-brca {
    text-align: center;
}
.new-scrolimg .portfolio-content-wrapper {
    height: 640px;
}
#amo_brand { display: none!important; }
.styles_copyright__25N_x {
    display: none;
}
.home-icon-list .elementor-icon-box-icon {
    width: 79px;
    height: 79px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    background: #2c4aff;
    border-radius: 14px;
}




@media (max-width: 880px) {
.b-nav ul li.menu-item-has-children > a {
    max-width: calc(100% - 40px);
}
.price_content_active .wpr-pricing-table-item-last {
    padding: 5px 25px 25px 25px!important;
}

body.home main#primary {
    margin-top: 40px;
}

.price_content_active .wpr-pricing-table-item-last {
    display: block;
}

main#primary {
        margin-top: 70px;
}

    .partnerp-tablist .eael-tabs-content .eael-tab-content-item ul li {
        max-width: calc(50% - 13px);
        margin: 0 5px 20px;
    }
    .gallery-columns-5 {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1.5em;
    }
    .b-nav ul li.menu-item-has-children:after {
    right: 35px;
    width: 10px;
    height: 6px;
}
.b-nav ul li .sub-menu {

    box-shadow: none;
	}
 .header__nav-wrap nav.header__nav.b-nav {
    display: none;
}
.header-inner.wrap-second.highlight    nav.header__nav.b-nav {
    display: block!important;
}
 .header-inner {
    min-height: 80px;
    }
}    




@media (max-width: 480px) {
	 max-width: calc(100% - 10px);
    margin: 0 5px 20px;
}
.sb-chat.sb-active.sb-dashboard-active .sb-responsive-close-btn {
    top: 81px;
}
.sb-chat .sb-body .sb-scroll-area .sb-header {
    top: 80px;
}
}