/*!
Theme Name: maintheme
Theme URI: #
Author: devlama
Author URI: #
Description: Description
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: main-theme
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.
*/


/* 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}


body {
	margin: 0;
}

main {
	display: block;
}


.elementor-section.elementor-section-boxed>.elementor-container,
.devlama .entry-header {
    max-width: 1200px !important;
}


@media (max-width: 1200px) {
    .elementor-section.elementor-section-boxed>.elementor-container,
    .devlama .entry-header {
		max-width: calc(100% - 10px) !important;
    }
}

/* @media (max-width: 1200px) {

    .elementor-section.elementor-section-boxed>.elementor-container,
    .devlama .entry-header {
        max-width: 991px !important;
    }
}

@media (max-width: 991px) {
    .elementor-section.elementor-section-boxed>.elementor-container,
    .devlama .entry-header {
        max-width: 767px !important;
    }
}

@media (max-width: 767px) {
    .elementor-section.elementor-section-boxed>.elementor-container,
    .devlama .entry-header {
        max-width: 640px !important;
    }
}

@media (max-width: 640px) {
    .elementor-section.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container,
    .devlama .entry-header {
        max-width: 95% !important;
    }
} */


h1, .big-title {
    font-size: 52px;
}
h2 {
    font-size: 42px;
}
h3, .mid-title {
    font-size: 32px;
}
h4 {
    font-size: 28px;
}
h5, .small-title {
    font-size: 24px;
}
h6 {
    font-size: 20px;
}
div.elementor-heading-title {
    font-size: 42px;
    font-weight: bold;
}

@media (max-width: 991px) {

    h1, .big-title {
        font-size: 46px;
    }
    h2 {
        font-size: 36px;
    }
    h3, .mid-title {
        font-size: 26px;
    }
    h4 {
        font-size: 22px;
    }
    h5, .small-title {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    div.elementor-heading-title {
        font-size: 36px;
        font-weight: bold;
    }
}

@media (max-width: 767px) {

    h1, .big-title {
        font-size: 42px;
    }
    h2 {
        font-size: 32px;
    }
    h3, .mid-title {
        font-size: 22px;
    }
    h4 {
        font-size: 18px;
    }
    h5, .small-title {
        font-size: 14px;
    }
    h6 {
        font-size: 12px;
    }
    div.elementor-heading-title {
        font-size: 30px;
        font-weight: bold;
    }
}

.dev input[type="submit"],
.dev button,
.dev .elementor-widget-button .btn, 
.dev .ue_play_button a, 
.dev .elementor-widget-button .elementor-button {
	border: none;
	cursor: pointer;
	line-height: 1;
	font-weight: 500;
	font-size: 16px;
	padding: 12px 24px;
	background: #4169e1;
	color: #fff;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.dev input[type="submit"]:hover,
.dev button:hover,
.dev .btn .elementor-widget-button:hover, 
.dev .ue_play_button a:hover, 
.dev .elementor-widget-button .elementor-button:hover {
	background: #0041cc;
	color: rgb(180, 180, 180);
}

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

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

/**
 * 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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


table {
	border-collapse: collapse;
}
a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}
a:focus,
button:focus {
	outline:none;
}

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

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: #000;
	border: none;
	outline: none;
	border-radius: 3px;
	padding: 14px 16px;
	background: rgb(221 221 221);
	margin-bottom: 15px;
}

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

/* Other */

p:empty {
	display: none;
}

body .d-none {
    display: none;
}



	



.test {

	background: #000;

    
}
.test .elementor-heading-title {
	color: #fff;
}



/* /new form */
.ndev form input,
.ndev form textarea,
.ndev form select {
	width: 100%;
	max-width: 300px;
}
.mdev form p:empty {
	display:none;
}
.ndev .form-label {
    color: #383838;
    font-size: 16px;
    left: 15px;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    top: 0;
    margin: 0;
}
.wpcf7-form-control-wrap.has-val .form-label {
    padding: 6px 12px;
    left: 30px;
    background: rgb(255 255 255);
    border-radius: 20px;
    color: #4754a1;
    transform: translateY(-30px) translateX(-10px) scale(0.75);
    -webkit-transform: translateY(-30px) translateX(-10px) scale(0.75);
    -moz-transform: translateY(-30px) translateX(-10px) scale(0.75);
    -ms-transform: translateY(-30px) translateX(-10px) scale(0.75);
    -o-transform: translateY(-30px) translateX(-10px) scale(0.75);
}

.mdev .wpcf7 .kp-form-wrapper .pp a {
	text-decoration: underline;
    line-height: 18px;
}

.wpcf7-form-control-wrap .form-field::placeholder {
    opacity: 0;
}

.wpcf7-form-control-wrap .form-field:-ms-input-placeholder {
    opacity: 0;
}

.wpcf7-form-control-wrap .form-field::-ms-input-placeholder {
    opacity: 0;
}

.wpcf7-form-control-wrap .form-label b {
    font-weight: normal;
    color: red;
}
/* /new form */
.form-btn {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.form-btn .wpcf7-spinner {
	background: transparent;
	margin: 0;
	opacity: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.form-btn .wpcf7-spinner::before {
	content: '';
	position: relative;
	width: 30px;
	display: block;
	left: auto;
	top: auto;
	height: 30px;
	background: transparent;
	border-top: 3px solid #fff;
	border-right: 3px solid transparent;
	border-radius: 50%;
	transform-origin: unset;
	animation: rotation .8s linear infinite;
	-webkit-animation: rotation .8s linear infinite;
}

.submitting .form-btn .wpcf7-submit {
	background: #4169e1;
	color: #4169e1;
}


form .pp {
	font-size: 12px;
	color:#383838
}
form .pp a {
	text-decoration: underline;
}
@keyframes rotation {
	from {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}

/* .sent input[type="submit"] {
	background: #4169e1;
	animation: compl 4s linear backwards;
	-webkit-animation: compl 4s linear backwards;
}
.sent .form-btn .wpcf7-submit {
	background: #4169e1;
	color: #4169e1;
}
.sent .form-btn .wpcf7-spinner::before {
	content: '';
	position: relative;
	width: 20px;
	display: block;
	left: auto;
	top: auto;
	height: 13px;
	background: transparent;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-radius: 3px;
	transform-origin: unset;
	transform: rotate(132deg);
	animation: compl;
	-webkit-animation: compl;
}
.sent .wpcf7-spinner {
	animation: sent 4s linear backwards;
	-webkit-animation: sent 4s linear backwards;
}

@keyframes sent {
	0% {
		visibility: visible;
	}
	20% {

	}
	90% {

	}
	100% {
		visibility: hidden;

	}
}
@keyframes compl {
	0% {
		visibility: visible;
	}
	20% {
		background: #0eaa00;
	}
	90% {

	}
	100% {
		

	}
} */



.dev .main-popup {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, .8);
	z-index: 99;
}
.dev .elementor-section.main-popup > .elementor-container {
	position: absolute;
	max-width: 500px !important;
	background: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
  	border-radius: 5px;
	box-sizing: border-box;
}

section:not(.main-popup) .close-popup {
	display: none;
}
body.popup-visible {
	overflow-y: hidden;
}
.close-popup {
	position: absolute;
	top: -30px;
    right: -30px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	transform-origin: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.close-popup:hover {
	transform: scale(0.9) rotate(180deg);
	-webkit-transform: scale(0.9) rotate(180deg);
	-moz-transform: scale(0.9) rotate(180deg);
	-ms-transform: scale(0.9) rotate(180deg);
	-o-transform: scale(0.9) rotate(180deg);
}
.close-popup:hover:before, .close-popup:hover:after {
	background-color: red;
}
.close-popup:before {
	content: '';
	background-color: #333;
	position: absolute;
	height: 2px;
	width: 100%;
	top: 9px;
	left: 0;
	bottom: 0;
	right: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.close-popup:after {
	content: '';
	background-color: #333;
	position: absolute;
	height: 2px;
	width: 100%;
	top: 9px;
	left: 0;
	bottom: 0;
	right: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

form .wpcf7-response-output.alert-success {
	position: absolute;
	left: 0;
	top: 0;
	background: #f9f9f9;
	color: #000;
	font-size: 16px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 15px 25px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	border-color: #01af01;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	animation: form-succes 1s  forwards;
	-webkit-animation: form-succes 1s  forwards;
}
@keyframes form-succes {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ff-el-progress-status {
	display: none !important;
}