/*!
Theme Name: tkm_theme
Theme URI: http://underscores.me/
Author: WP dev.
Author URI: https://t.me/hello_wp
Description: 2025
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tkm_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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


@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	src: local('Montserrat-VariableFont_wght'),
		url('./fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
	font-display: swap;
}








* {
    -webkit-overflow-scrolling: touch;
}
:root{
	--black: #2E3A3D;
	--primary: #0B5DD7;

	--green: #1a9711;
	--gradient: linear-gradient(-0.148deg, #BA3359 0%, #F05888 100%);
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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


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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
	overflow: visible;
}
table {
  border-collapse: collapse;
}
tr, td{
	padding: 10px;
	border: 1px solid #ddd;
}
blockquote.wp-block-quote {
    padding: 20px;
    margin: 35px 0;
    background: #F4FFF0;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%2353AE3AFF' stroke-width='4' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
	border-radius: 15px;
}

blockquote.wp-block-quote p{
	margin-bottom: 15px;
}
blockquote.wp-block-quote h2,
blockquote.wp-block-quote h3,
blockquote.wp-block-quote h4{
	margin: 0 0 15px 0;
}
blockquote.wp-block-quote .wp-block-buttons{
	margin: 20px 0;
}
blockquote.wp-block-quote .wp-block-button__link{
	
	background: var(--green);
}
/**
 * 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;
	-webkit-text-decoration: underline dotted;
	        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 {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        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 {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

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

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #2E3A3D;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.25;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: normal;
	font-weight: bold;
	margin: 23px 0;
}

p {
	margin: 15px 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: 20px 0;
	padding-left: 20px;
}
ul li, ol li{
	margin-bottom: 8px;
}
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: 30px 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: var(--primary);
	text-decoration: none;
}


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

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

/* Forms
--------------------------------------------- */

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



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 {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        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: -webkit-box;
		display: -ms-flexbox;
		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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

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

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


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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 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, .custom-logo-link img {
	display: 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: -ms-grid;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

.gallery-columns-9 {
	-ms-grid-columns: (1fr)[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);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #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;
}
/*gutenberg */
.alignfull > div {
    max-width: 1140px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.alignfull{
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.alignfull .wp-block-columns, .alignfull .wp-block-image {
    margin-bottom: 0;
}






/*contact form 7*/
.wpcf7-form .cf7-accept label{
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}
.cf7-accept{
	font-size: 14px;
	text-align: center;
	margin: 22px auto 0;
	max-width: 400px;
	width: 100%;
}
.cf7-accept a:hover{
	text-decoration: underline;
}
.cf7-accept a{
	color: var(--green);
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    line-height: normal;
    padding: 10px;
}
body .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.wpcf7 form.invalid .wpcf7-response-output {
    background: #ffb900;
    text-align: center;
    border-radius: 8px;
}
.wpcf7 p {
    margin: 0;
}
.wpcf7-form label{
	font-weight: 500;
	font-size: 14px;
	display: block;
	margin-bottom: 18px;
}
span.ajax-loader {
    display: none !important;
}
.wpcf7 input:not([type=checkbox]), .wpcf7 textarea {
    width: 100%;
    padding: 18px 24px;
    color: #858585;
    border: none;
    outline: none;
    background: #fff;
    border: 1px solid #DCD6D6;
    border-radius: 0;
    font-weight: 500;
    border-radius: 8px;
}
.wpcf7 textarea{
	height: 140px;
}
.wpcf7-form-control-wrap {
    display: block;
    margin: 10px 0;
}
.wpcf7-not-valid-tip{
	font-size: 14px;
}
input.wpcf7-form-control.wpcf7-submit:hover{
	opacity: 0.8;
}
input.wpcf7-form-control.wpcf7-submit {
    background: var(--gradient);
    color: #fff;
    padding: 16px;
    font-size: 20px;
    font-weight: bold;
    padding: 22px 30px;
    cursor: pointer;
    border-radius: 12px;
    text-transform: inherit;
    text-align: center;
    display: block;
    width: 100%;
    border: 1px solid #A40003;
    line-height: 1;
}
input[type="checkbox"] {
    width: auto;
}
body .wpcf7-list-item{
	margin: 0;
}



.menu-item-has-children:hover > .sub-menu {
    display: block;
}
.menu-item-has-children > .sub-menu {
    display: none;
    max-width: 260px;
    width: 100%;
    padding: 10px;
    background: #fff;
    z-index: 2;
    position: absolute;
}
.menu-item-has-children > .sub-menu a{
	font-size: 14px;
}
.menu-item-has-children:hover > a span.submenu-arrow{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
span.submenu-arrow svg{
	height: 15px;
    width: 100%;
}
span.submenu-arrow {
    width: 10px;
    display: inline-block;
    margin-left: 7px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


.nav-links span, .nav-links a {
    padding: 4px 13px;
    display: block;
    min-width: 10px;
    background: var(--primary);
    margin: 10px;
    color: #000;
}
.nav-links span{
	background: #ddd;
}
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}


/* burger menu */
.burger-menu:hover span:before{
	width: 20px;
}
.burger-menu:hover {
    width: 26px;
}
.burger-menu {
    z-index: 99;
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 26px;
    height: auto;
    padding: 15px 0;
    background: 0 0;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.burger-menu span {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 3px;
    border-radius: 5px;
    vertical-align: bottom;
    -webkit-transition: background .2s .2s;
    -o-transition: background .2s .2s;
    transition: background .2s .2s;
}
.burger-menu span:before {
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 26px;
    height: 3px;
    border-radius: 5px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    transition: top .2s .2s ease, width .2s ease, -webkit-transform .2s ease;
    -webkit-transition: top .2s .2s ease, width .2s ease, -webkit-transform .2s ease;
    -o-transition: top .2s .2s ease, transform .2s ease, width .2s ease;
    transition: top .2s .2s ease, transform .2s ease, width .2s ease;
    transition: top .2s .2s ease, transform .2s ease, width .2s ease, -webkit-transform .2s ease;
    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
}
.burger-menu span:after {
    content: "";
    position: absolute;
    right: 0;
    top: -8px;
    width: 26px;
    height: 3px;
    border-radius: 5px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    transition: top .2s .2s ease, width .2s ease, -webkit-transform .2s ease;
    -webkit-transition: top .2s .2s ease, width .2s ease, -webkit-transform .2s ease;
    -o-transition: top .2s .2s ease, transform .2s ease, width .2s ease;
    transition: top .2s .2s ease, transform .2s ease, width .2s ease;
    transition: top .2s .2s ease, transform .2s ease, width .2s ease, -webkit-transform .2s ease;
}
.burger-menu span, .burger-menu span:before, .burger-menu span:after{
    background: #fff;
}
body.menu--open .burger-menu span:after,  body.menu--open .burger-menu span:before{
     background: #fff;
}

body.menu--open .main-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
    -webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.23);
            box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.23);
}
.menu--open .burger-menu > span:before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
}
.menu--open .burger-menu > span:after, .menu--open .burger-menu > span:before{
    top: 0;
    transition: top .1s,-webkit-transform .1s .1s;
    -webkit-transition: top .1s,-webkit-transform .1s .1s;
    -o-transition: top .1s,transform .1s .1s;
    transition: top .1s,transform .1s .1s;
    transition: top .1s,transform .1s .1s,-webkit-transform .1s .1s;
    transition: top .1s,transform .1s .1s,-webkit-transform .2s .2s;
    width: 26px;
    background: #fff;
}
.menu--open .burger-menu > span {
    background: 0 0 !important;
}
.menu--open .burger-menu > span:after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
}



body.menu--open .burger-menu span:after, body.menu--open .burger-menu span:before{
	background: #fff;
}
body.menu--open .header-nav{
	display: block;
}


/* burger menu end */


#wpadminbar{
	z-index: 1000;
}
nav ul li a{
	display: block;
}
nav ul li{
	display: inline-block;
	margin: 0;
}
nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-header{
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	background: #031325;
	z-index: 999;
}
.header-nav li{
	margin: 0;
}
.header-nav a{
	color: #fff;
	padding: 10px 30px;
	font-size: 17px;
}
body.admin-bar .site-header{

}
main{
	padding-top: 38px;
	padding-bottom: 70px;
}

h1{
	font-size: 33px;
}
h2{
	font-size: 25px;
}
h3, h4, h5, h6{
	font-size: 23px;
}
.site-header{
	padding: 13px 0;
}
.btn-2:hover{
	color: #fff;
	background: #6033BA;
	opacity: 0.8;
}
.btn-2{
	display: inline-block;
	background: #6033BA;
	font-weight: 500;
	padding: 12px 26px;
	color: #fff;
	border-radius: 8px;
	text-align: center;
	min-width: 195px;
}
.btn-subs:hover{
	color: #fff;
	opacity: 0.8;
}
.btn-subs{
	border-radius: 11px;
	background: #000;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	padding: 14px 18px;
	display: inline-block;
	line-height: normal;
}
.site-logo img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.site-logo{
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.custom-logo{
	max-width: 172px;
	width: 100%;
	display: block;
}
.site-desc{
	font-size: 18px;
	font-weight: 600;
	color: var(--black);
}

a.cld-like-trigger.cld-like-dislike-trigger, a.pld-like-trigger.pld-like-dislike-trigger {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
    color: #595959;
}
.cld-like-count-wrap.cld-count-wrap, .pld-like-dislike-wrap .pld-common-wrap {
    margin-right: 10px;
    background: #EDEAEA;
    border-radius: 20px;
    padding: 5px 10px;
    position: relative;
}
.pld-like-dislike-wrap {
    margin: 0;
}
.pld-like-count-wrap.pld-count-wrap {
    margin-left: -8px;
}

.cld-like-count-wrap.cld-count-wrap, .pld-like-count-wrap.pld-count-wrap {
    position: relative;
    padding-left: 34px;
    display: block;
}
.cld-like-count-wrap.cld-count-wrap::before, .pld-like-count-wrap.pld-count-wrap::before {
    content: "👍";
    position: absolute;
    left: 10px;
    margin-right: 10px;
    display: block;
}
.pld-common-wrap, .cld-common-wrap {
    position: relative;
    margin-left: 0;
}
body .cld-count-wrap {
    margin-left: 0;
}
.comments-text{
	font-size: 15px;
}
.commtents-link {
    color: #0B5DD7;
}
.icon-comment {
    background: #E5EFFD;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}


.comments-area-inner{
	font-size: 16px;
}
.comments-area {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 25px;
}

.comments-title {
    font-size: 20px;
    font-weight: bold;
    color: #2E3A3D;
    margin-bottom: 25px;
}

textarea#comment,
input#author,
input#email {
    width: 100%;
    background: #F4F5F6;
    border-radius: 11px;
    padding: 18px 22px;
    border: 1px solid #ECEDEE;
}

textarea#comment {

    height: 110px;
}

.required-field-message {
    font-size: 14px;
    display: block;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email {
    margin: 16px 0;
}

input.submit:hover {
    opacity: 0.8;
}

input.submit {
    background: var(--black);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 11px;
    font-size: 17px;
    cursor: pointer;
}

.comment-form-cookies-consent label {
    padding-left: 20px;
}

.comment-form-cookies-consent {
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

input#wp-comment-cookies-consent {
    position: absolute;
    left: 0;
    top: 4px;
}

footer.comment-meta:after,
footer.comment-meta:before {
    display: none;
}

.comment-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 40px;
}

.comment-author.vcard img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.comment-author.vcard {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

time.comment-time {
    color: #595959;
    font-size: 14px;
}

.author-name {
    font-weight: 600;
}

.comment-content {
    margin: 10px 0;
}

.comment-edit-link {
    color: grey;
    font-size: 14px;
    display: block;
}

span.edit-link {
    display: block;
    color: #2E3A3D;
}

li.comment {
    margin: 20px 0;
}

.comment-respond a {
    color: #2E3A3D;

}

.comment-reply-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.comment-footer a:hover {
    text-decoration: none;
}

.comment-reply-link {
    color: #0B5DD7;
}

#cancel-comment-reply-link {
    display: block;
    color: #0B5DD7;
    font-size: 17px;
    margin-top: 3px;
}

.comment-list .comment-respond {
    padding-left: 20px;
    border-left: 1px solid #D9D9D9;
}

ol.children {
    list-style: none;
    padding-left: 20px;
    border-left: 1px solid #D9D9D9;
}

.commtents-link:hover .icon-comment {

    opacity: 0.8;
}

.icon-comment {
    background: #E5EFFD;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.commtents-link:hover {
    color: #0B5DD7;
    text-decoration: none;
}

.commtents-link {
    color: #0B5DD7;
}
body .wp-block-button__link:hover{
	opacity: 0.8;
}
body .wp-block-button__link{
	background: #000;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	border-radius: 11px;
	padding: 15px 32px;
}
.sep-page-prev{
	color: #B7B7B7;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
}
.sep-page-next {
    background: #000;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 11px;
    padding: 14px 30px;
    display: inline-block;
}
.post-page-numbers:hover{
	opacity: 0.8;
}
.sep-page-bottom {
    display: block;
    text-align: center;
}
.relative{
	position: relative;
}
.sep-page-top .sep-page-next{
	display: none;
}
.sep-page-bottom .sep-page-prev{
	display: none;
}
.post-page-numbers {
    display: inline-block;
}
.sep-page-top {
    position: absolute;
    left: -20px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    top: 0;
}
.site-footer a:hover{
	text-decoration: underline;
}
.site-footer a{
	color: var(--black);
}
.site-footer{
	background: #F2F2F2;
	padding: 38px 0 40px;
	text-align: center;
	font-size: 17px;
}
.copyright p{
	margin: 0;
}
.copyright{
	font-size: 17px;
	font-weight: 500;
	color: #1E2122;
	font-weight: 500;
}
.footer-text a{
	text-decoration: underline;
	color: #AEAEAE;
}
.footer-text{
	font-size: 12px;
	color: #AEAEAE;
	max-width: 830px;
}
.footer__nav a{
	color: #0061B5;
	font-size: 17px;
	font-weight: 500;
}
.footer__nav-2 a{
	color: #AEAEAE;
	font-size: 15px;
}
.footer__nav ul li{
	padding: 0;
	margin: 0;
}


body .wp-block-quote.is-style-plain:before, body .wp-block-quote.is-style-plain:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(./img/uncle-1.png) center no-repeat;
    background-size: contain;
}
body .wp-block-quote.is-style-plain {
    font-style: italic;
    border: none;
    padding: 15px;
    position: relative;
    width: 100%;
    line-height: 1.4;
    font-weight: 500;
	background: transparent;
	line-height: 1.6;
}
body .wp-block-quote.is-style-plain:before {
    top: 0;
    left: 0;
}
body .wp-block-quote.is-style-plain:after {
    bottom: 10px;
    right: 10px;
    -webkit-transform: scale(-1, -1);
        -ms-transform: scale(-1, -1);
            transform: scale(-1, -1);
}
.swipe-btn:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: -200px;
    background-image: -o-linear-gradient(
        210deg, rgba(239,239,239, 0) 20%, rgba(239,239,239, .5), rgba(239,239,239, 0) 50%
    );
    background-image: linear-gradient(
        -120deg, rgba(239,239,239, 0) 20%, rgba(239,239,239, .5), rgba(239,239,239, 0) 50%
    );
    -webkit-animation: shine 3s infinite linear;
            animation: shine 3s infinite linear; 
}
@-webkit-keyframes shine {
    0% {left: -100px}
    20% {left: 100%}
    100% {left: 100%}
}
@keyframes shine {
    0% {left: -100px}
    20% {left: 100%}
    100% {left: 100%}
}
.swipe-btn {
    position: relative;
    max-width: 280px;
    width: 100%;
    height: 58px;
    background: var(--green);
    border-radius: 40px;
    overflow: hidden;
    padding: 10px;
    display: inline-flex;
    border: 1px solid var(--green);
}
.swipe-handle {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10px;
    background: #fff;
    border-radius: 50%;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0px 0px 35px 4px #249a13;
            box-shadow: 0px 0px 35px 4px #249a13;
}
.swipe-handle:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.swipe-icon-2{
	display: none;
}
.swipe-icon-3{
	display: none;
}
.swipe-icon-1{
	opacity: 1;
}
.swipe-ok .swipe-icon-1{
	display: none;
}
.swipe-ok:not(.swipe-loading) .swipe-icon-2{
	display: block;
}
.swipe-loading .swipe-icon-3{
	display: block;
	animation: rotate 1.5s infinite;
}
.swipe-ok .swipe-handle {
	background: #249a13;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.swipe-ok.swipe-btn{
	background: #fff;
}
.swipe-ok .swipe-btn-text{
	display: none;
}
.swipe-btn-text-2{
	display: none;
}
.swipe-ok .swipe-btn-text-2{
	display: block;
	color: var(--green);
	padding: 0 22px 0;
}
.swipe-btn-text{
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    margin: auto;
	user-select: none;
	padding-right: 20px;
	padding-left: 55px;
	line-height: 1;
}
.contact-form-container{
	background: #F4F5F6;
	border-radius: 20px;
	padding: 30px;
	position: relative;
}
.disabled{
	pointer-events: none;
	cursor: not-allowed;
	opacity: .7;
}
.checkbox-privacy{
	max-width: 440px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-size: 14px;
	line-height: normal;
	text-align: center;
}
.checkbox-privacy a:hover{
	text-decoration: underline;
	color: #56b13b;
}
.checkbox-privacy a{
	color: #56b13b;
}
label{
	display: block;
}
.wp-block-file *+.wp-block-file__button{
	color: #fff;
}
@keyframes rotateLoop {
    0% {
        transform: rotate(-40deg);
    }
    80% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-40deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
.icon_swap {
    animation: rotateLoop 1.8s infinite ease-in-out;
    user-select: none;
}
.list-style ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	background: url('./img/check.png') center no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px; 
}
.list-style-2 ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	background: url('./img/check-2.svg') center no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px; 
}
.list-style-2 ul li,
.list-style ul li{
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}
.list-style-2 ul,
.list-style ul{
	list-style: none;
	padding-left: 0;
}
.elementor-blockquote--skin-border .elementor-blockquote:before,
.elementor-blockquote--skin-border .elementor-blockquote:after{
	position: absolute;
	content: '';
	width: 5px;
	height: 100%;
	top: 0;
	background: url('./img/quote-border.png') center no-repeat;
	background-size: cover;
}
.elementor-blockquote--skin-border .elementor-blockquote:before{
	left: 0;
}
.elementor-blockquote--skin-border .elementor-blockquote:after{
	right: 0;
}
.elementor-blockquote--skin-border .elementor-blockquote {
    border: none !important;
    padding: 0 22px;
    position: relative;
}
/* The two original quote nodes now use Elementor Core's editable Text Editor. */
.dwa-native-quote blockquote.elementor-blockquote {
    margin: 0;
    background: transparent;
    font-style: normal;
    color: inherit;
}
.dwa-native-quote .elementor-blockquote__content {
    margin: 0;
    font: inherit;
}
body .custom-img-2 img {
    position: absolute;
    right: 0;
    display: block;
    max-width: initial;
    max-height: 500px;
    width: auto;
}
body .custom-img-1 img{
	position: absolute;
	left: 0;
	display: block;
	max-width: initial;
}
#page {
    overflow-x: hidden;
}
.custom-img-3 img{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 304px !important;
	width: 100%;
}
.symbol-right img {
    position: absolute;
    top: 0;
    right: 0;
}
.symbol-left img {
    position: absolute;
    top: 0;
    left: -90px;
}
.quote-photo {
    position: absolute !important;
    height: 0;
    bottom: 50px;
    right: 0;
}
.quote-photo:before{
	content: '';
	position: absolute;
	top: 70px;
	left: -40px;
	width: 30px;
	height: 30px;
	background: url('./img/quote-icon.svg') center no-repeat;
	background-size: contain;
}






.block-1 iframe {width: 100%; height: 600px; margin-bottom: 10px;}
#overlayVideoMobile {
    display: none;
}

#overlayVideo {
    display: block;
    padding: 0;
	object-fit: cover;
}

.video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: none;
    z-index: 2 !important;
    top: 0;
    left: 0;
}

.coverTap {
    background-image: url('./img/play-button-overlay-v4.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.coverTap1 {
    background-image: url('./img/youtubethumbnail-v11-alt.png');
    background-size: contain;

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
	border-radius: 10px;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.2%;
}


.video-overlay-glass {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999 !important;
    top: 0;
    left: 0;
}
.elementor-widget-n-accordion .e-n-accordion-item-title{
	padding-top: 15px;
	padding-bottom: 15px;
}



.page-id-1062 header.site-header {
    display: none !important;
}



.page-header h1{
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	font-family: 'Merriweather';
	padding: 42px 0;
}
.page-header{
	background: linear-gradient(45deg, #15179E 0%, #0E71D3 100%);
	color: #fff;
	text-align: center;
	margin-bottom: 70px;
}
.page-article{
	font-size: 20px;
}
.site-footer__info {
    text-align: right;
    font-size: 10px;
    color: #AEAEAE;
    padding: 4px 15px;
    border: 1px solid;
}
.footer-nav__menu-2 li{
	margin: 0;
}
.footer-nav__menu-2 a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px 0;
    display: block;
    color: #6F6F6F;
}
.site-footer__info p{
	margin: 0;
}
.site-footer hr{
	margin: 18px 0;
}
.footer-container{
	max-width: 930px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}


html, body{
	height: auto !important;
}
.elementor-heading-title:first-letter,
h1:first-letter,
h2:first-letter,
h3:first-letter {
    text-transform: uppercase;
}
.elementor-heading-title,
h1,
h2,
h3 {
/*     text-transform: lowercase; */
}

.custom-box-img img {
    max-width: initial !important;
    float: right;
	width: 400px;
}

.elementor-widget-text-editor p:last-child {
    margin: 0;
}
.page-id-1318 .list-style-2 ul, 
.page-id-1318 .list-style ul{
	margin: 0;
}

.page-id-1413 .list-style-2 ul, 
.page-id-1413 .list-style ul{
	margin: 0;
}

.page-id-1455 .list-style-2 ul, 
.page-id-1455 .list-style ul{
	margin: 0;
}


@media screen and (min-width: 768px){
	.custom-block-1 li br + br {
	    display: none;
	}
}





@media screen and (max-width: 991px){
	body.menu--open:before{
		/*content: '';*/
		position: fixed;
		z-index: 2;
		left: 0;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .4;
	}
	.header-nav{
		padding: 40px;
	}
	.header-nav li a:hover:before,
	.header-nav .current-menu-item a:before{
		content: '';
		position: absolute;
		left: 0;
		height: 3px;
		background: #fff;
		bottom: 0;
		width: 100%;
	}
	.header-nav li:hover a,
	.header-nav .current-menu-item a{
		color: #fff;
	}
	.header-nav li a{
		color: #D5D5D5;
		font-weight: 600;
		font-size: 18px;
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;

		position: relative;
		padding: 4px 0;
	}
	.header-nav li{
		display: block;
		margin-bottom: 20px;
	}
	.header-nav{
		position: absolute;
		left: 10px;
		right: 10px;
		top: -20px;
		z-index: 2;
	    background: rgb(0 0 0 / 79%);
	    padding: 70px;
	    max-width: 1140px;
	    margin-left: auto;
	    margin-right: auto;
	    border-radius: 22px;
	    -webkit-backdrop-filter: blur(10px);
	            backdrop-filter: blur(10px);

	    display: none;
	    z-index: 99;
	}
	.custom-box-img img {
		max-width: 310px !important;
		width: auto;
	}
}

@media screen and (max-width: 782px){
	body.admin-bar header.site-header{

	}
}


@media screen and (max-width: 767px){
	.video-wrap{
		padding-bottom: 56%;
	}
	.sep-page-top {
	    position: relative;
	    left: 0;
	    -webkit-transform: translateX(0);
	        -ms-transform: translateX(0);
	            transform: translateX(0);
	}
	blockquote.wp-block-quote {
    	margin: 20px 0;
   	}
   	.header-nav a{
   		font-size: 17px;
   	}
   	body .custom-img-2 img{
   		max-height: inherit;
   	}
   	body .custom-img-1 img,
   	body .custom-img-2 img,
   	body .custom-img-3 img {
   	    position: initial;
   	    display: block;
   	    max-width: 100%;
   	    margin-left: auto;
   	    margin-right: auto;
   	    transform: initial;
   	    width: 100%;
   	}
   	body .custom-img-3 img{
   		margin-left: 0;
   		margin-right: 0;
   	}
   	.symbol-left img {
   	    left: initial;
   	    right: 0;
   	}
   	.quote-photo {
   	    bottom: 40px;
   	}
   	.quote-photo:before{
   		top: 50px;
   	}
   	.site-footer__info{
   		text-align: center;
   	}
}

@media screen and (max-width: 600px){
	body #wpadminbar {
	    position: fixed;
	}
}

@media screen and (max-width: 575px){
	main{
		/*padding-top: 100px;*/
	}
	body .fancybox-content{
		padding: 20px;
	}
	.site-desc{
		font-size: 16px;
	}
	.btn-subs{
		font-size: 16px;
		padding: 10px;
		border-radius: 8px;
	}
	h1{
		font-size: 23px;
	}
	h2{
		font-size: 20px;
	}
	h3, h4, h5, h6{
		font-size: 18px;
	}
	
	.sep-page-prev{
		font-size: 16px;
	}
	body .wp-block-button__link{
		padding: 10px 18px;
		font-size: 16px;
	}
	.article-inner{
		padding-left: 20px;
		padding-right: 20px;
	}
	blockquote.wp-block-quote{
		margin-left: -20px;
		margin-right: -20px;
	}
	.site-footer{
		padding: 20px 0;
	}
	.header-nav{
		left: 0;
		right: 0;
	}

	.contact-form-container{
		margin-left: -20px;
		margin-right: -20px;
		padding: 20px;
	}
	.custom-logo{
		max-width: 120px;
	}
	.page-header h1{
		font-size: 25px;
		padding: 39px 0;
	}
	.page-header{
		margin-bottom: 20px;
	}
	body.elementor-default  .article-inner{
		padding-left: 0;
		padding-right: 0;
	}
}
