
/* =================================== 
    01. Reset
====================================== */

body {
	font-size: 15px;
	line-height: 30px;
	color: #828282;
	padding: 0;
	margin: 0;
	font-family: roboto, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

body,
html {
	-moz-osx-font-smoothing: grayscale;
}

html {
	font-size: 14px;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	outline-offset: 0;
	color: #0038e3;
}

a {
	text-decoration: none;
}

a,
a:active,
a:focus,
.nav-link {
	color: #828282;
}

input,
textarea,
select {
	border: 1px solid #dfdfdf;
	padding: 9px 15px;
	width: 100%;
	margin: 0 0 15px 0;
	max-width: 100%;
	resize: none;
	outline: none;
	color: #232323;
	font-size: 14px;
}

a,
.btn,
input,
textarea,
select,
.social-icons-wrapper ul li a.elementor-icon i,
.social-icons-wrapper ul li a.elementor-icon .social-icon-text,
.elementor-inner-section,
footer .elementor-icon-list-items li a span,
[type=submit],
footer .litho-secondary-title,
.elementor-widget-litho-heading .litho-secondary-title,
.elementor-widget-litho-heading .litho-primary-title {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.litho-icon-box-wrapper .elementor-icon-box-title,
.litho-icon-box-wrapper .elementor-icon-box-description,
.litho-icon-box-wrapper .elementor-icon-box-icon i:before,
.litho-icon-box-wrapper .elementor-icon-box-icon .elementor-icon,
.feature-box .elementor-icon,
.feature-box .title,
.feature-box .content,
.feature-box .litho_primary_button,
.feature-box {
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.elementor-widget-litho-feature-box,
.elementor-widget-litho-icon-box,
.hvr-float-3px,
.hvr-float-10px,
.hvr-float {
	will-change: transform;
}

.elementor-view-stacked .elementor-icon i:before,
.elementor-view-framed .elementor-icon i:before,
.litho-icon-box-wrapper .elementor-icon-box-title a {
	transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
input[type="submit"],
input[type="url"],
input[type="tel"] {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type="submit"] {
	width: auto;
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input:focus,
textarea:focus {
	border: 1px solid #b9b9b9;
	outline: none;
}

input[type="submit"]:focus {
	outline: none;
}

input[type=checkbox],
input[type=radio] {
	padding: 0;
	width: auto;
	margin: 0 5px 0 0;
	position: relative;
	top: 2px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin: 0;
}

::-webkit-input-placeholder {
	color: #a6a6a6;
	text-overflow: ellipsis;
}

::-moz-placeholder {
	color: #a6a6a6;
	text-overflow: ellipsis;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #a6a6a6;
	text-overflow: ellipsis;
	opacity: 1;
}

select::-ms-expand {
	display: none;
}

button,
button:focus,
button:hover,
.btn,
.btn:focus {
	outline: none;
}

.btn:focus {
	box-shadow: none;
}

.wpcf7-not-valid,
.inputerror {
	border-color: #ff0202 !important;
}

div.wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
	padding: 9px 1em 6px;
	font-size: 14px;
	text-align: center;
	margin: 2em 0 0 0;
	clear: both;
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
	vertical-align: top;
}

ol,
ul {
	padding-left: 18px;
}

table {
	margin-bottom: 30px;
	border: 1px solid #e8e8e8;
	width: 100%;
}

table th {
	border-bottom: 1px solid #e8e8e8;
	font-weight: 500;
	font-size: 15px;
	padding: 10px 15px;
	color: #232323;
	border-right: 1px solid #e8e8e8;
}

table td {
	border-bottom: 1px solid #e8e8e8;
	font-style: normal;
	padding: 10px 15px;
	font-size: 15px;
	border-right: 1px solid #e8e8e8;
}

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

p {
	margin: 0 0 25px;
}

b,
strong {
	font-weight: 600;
}

p:empty {
	display: none;
}

ul,
ol,
dl {
	margin-bottom: 25px;
}

video {
	background-size: cover;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}


/* wp captions */

.wp-caption {
	background: #f7f7f7;
	padding: 17px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .1);
	max-width: 100%;
}

.wp-caption figcaption {
	padding: 18px 0 0;
}

.wp-caption img {
	width: 100%;
	margin: 0;
}

.wp-caption.alignnone {
	margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 40px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 30px;
}

.alignright {
	float: right;
	margin-left: 20px;
}

.alignleft {
	float: left;
	margin-right: 20px;
}

dl.wp-caption {
	background: transparent;
	padding: 0;
	border: 0;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 15px 0 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 23px auto;
	text-align: center
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

img.alignleft {
	margin-bottom: 20px;
}

.alignwide {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.alignfull {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.alignfull img {
	width: 100%;
}

.wp-block-image {
	text-align: center;
}


/* accessibility */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 1
}


/* =================================== 
    02. Typography
====================================== */

.alt-font {
	font-family: 'Poppins', sans-serif;
}

.main-font {
	font-family: 'roboto', sans-serif !important;
}


/* heading size */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	letter-spacing: -0.5px;
}

h1 {
	font-size: 5rem;
	line-height: 5rem;
}

h2 {
	font-size: 3.9rem;
	line-height: 4.2rem;
}

h3 {
	font-size: 3.4rem;
	line-height: 3.9rem;
}

h4 {
	font-size: 2.85rem;
	line-height: 3.4rem;
}

h5 {
	font-size: 2.30rem;
	line-height: 3rem;
}

h6 {
	font-size: 1.8rem;
	line-height: 2.5rem;
}


/* text size */

.font-size-0 {
	font-size: 0;
}

.text-small,
.elementor-size-small {
	font-size: 13px;
	line-height: 22px;
}

.elementor-size-medium {
	font-size: 14px;
	line-height: 20px;
}

.elementor-size-large {
	font-size: 18px;
	line-height: 22px;
}

.elementor-size-xl {
	font-size: 20px;
	line-height: 28px;
}

.elementor-size-xxl {
	font-size: 36px;
	line-height: 36px;
}

.title-large {
	font-size: 100px;
	line-height: 95px;
}


/* text color, text link color and text link hover color */

.text-white,
.btn-link.text-white,
a.text-white-hover:hover {
	color: #fff;
}

.text-black,
.btn-link.text-black,
a.text-black-hover:hover {
	color: #000;
}

.text-extra-dark-gray,
.btn-link.text-extra-dark-gray,
a.text-extra-dark-gray-hover:hover {
	color: #232323;
}

.text-dark-gray,
.btn-link.text-dark-gray,
a.text-dark-gray-hover:hover {
	color: #626262;
}

.text-extra-medium-gray,
.btn-link.text-extra-medium-gray,
a.text-extra-medium-gray-hover:hover {
	color: #757575;
}

.text-medium-gray,
.btn-link.text-medium-gray,
a.text-medium-gray-hover:hover {
	color: #939393;
}

.text-extra-light-gray,
.btn-link.text-extra-light-gray,
a.text-extra-light-gray-hover:hover {
	color: #b7b7b7;
}

.text-light-gray,
.btn-link.text-light-gray,
a.text-light-gray-hover:hover {
	color: #d6d5d5;
}

.text-very-light-gray,
.btn-link.text-very-light-gray,
a.text-very-light-gray-hover:hover {
	color: #ededed;
}

.text-fast-blue,
.btn-link.text-fast-blue,
a.text-fast-blue-hover:hover {
	color: #0038e3;
}

.text-light-pink,
.btn-link.text-light-pink,
a.text-light-pink-hover:hover {
	color: #ff85a6;
}

.text-red,
.btn-link.text-red,
a.text-red-hover:hover {
	color: #fe0127;
}

.text-parrot-green,
.btn-link.text-parrot-green,
a.text-parrot-green-hover:hover {
	color: #cee002;
}

.text-orange,
.btn-link.text-orange,
a.text-orange-hover:hover {
	color: #fd961e;
}

.text-dark-orange,
.btn-link.text-dark-orange,
a.text-dark-orange-hover:hover {
	color: #ff6437;
}

.text-neon-orange,
.btn-link.text-neon-orange,
a.text-neon-orange-hover:hover {
	color: #ff7a56;
}

.text-dark-red,
.btn-link.text-dark-red,
a.text-dark-red-hover:hover {
	color: #e12837;
}

.text-radical-red,
.btn-link.text-radical-red,
a.text-radical-red-hover:hover {
	color: #fb4f58;
}

.text-golden-yellow,
.btn-link.text-golden-yellow,
a.text-golden-yellow:hover {
	color: #FF9C00;
}

.text-slate-blue,
.btn-link.text-slate-blue,
a.text-slate-blue-hover:hover {
	color: #262b35;
}

.text-slate-blue-light,
.btn-link.text-slate-blue-light,
a.text-slate-blue-light-hover:hover {
	color: #8890a4;
}

.text-medium-slate-blue,
.btn-link.text-medium-slate-blue,
a.text-medium-slate-blue-hover:hover {
	color: #374162;
}

.text-dark-slate-blue,
.btn-link.text-dark-slate-blue,
a.text-dark-slate-blue-hover:hover {
	color: #1f232c;
}

.text-brown,
.btn-link.text-brown,
a.text-brown-hover:hover {
	color: #986248;
}

.text-blue-wood,
.btn-link.text-blue-wood,
a.text-blue-wood-hover:hover {
	color: #373a63;
}

.text-dark-purple,
.btn-link.text-dark-purple,
a.text-dark-purple-hover:hover {
	color: #333045;
}

.text-yellow-ochre,
.btn-link.text-yellow-ochre,
a.text-yellow-ochre-hover:hover {
	color: #c89965;
}

.text-yellow-ochre-light,
.btn-link.text-yellow-ochre-light,
a.text-yellow-ochre-light-hover:hover {
	color: #c3964e;
}

.text-gradient-light-purple-light-orange {
	background: linear-gradient(to right, #b783ff, #b783ff, #fa7cc1, #ff85a6, #ff9393);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/* text property */

.elementor .text-decoration-underline {
	text-decoration: underline;
}

.elementor .text-decoration-underline:hover {
	text-decoration: none;
}

.text-decoration-none {
	text-decoration: none;
}

.word-wrap {
	word-wrap: break-word;
}

.text-transform-none {
	text-transform: none;
}

.line-height-unset {
	line-height: unset;
}

.line-height-normal {
	line-height: normal;
}

.line-height-none {
	line-height: 0;
}

.text-decoration-line-through {
	text-decoration: line-through;
}


/* font weight */

.font-weight-100 {
	font-weight: 100 !important;
}

.font-weight-200 {
	font-weight: 200 !important;
}

.font-weight-300 {
	font-weight: 300 !important;
}

.font-weight-400 {
	font-weight: 400 !important;
}

.font-weight-500 {
	font-weight: 500 !important;
}

.font-weight-600 {
	font-weight: 600 !important;
}

.font-weight-700 {
	font-weight: 700 !important;
}

.font-weight-800 {
	font-weight: 800 !important;
}

.font-weight-900 {
	font-weight: 900 !important;
}


/* vertical text */

.elementor-title-vertical-text {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	left: -285px;
}


/* heading bubble */

.elementor-heading-box-bubble .elementor-widget-container {
	position: relative;
}

.elementor-heading-box-bubble .elementor-widget-container:before {
	top: 100%;
	right: 50px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(237, 237, 237, 0);
	border-top-color: #F4D956;
	border-width: 18px 0 0 18px;
}
