/*
Theme Name: STB
Theme URI: http://www.adcreators.com.au
Author: adcreators
Author URI: http://www.adcreators.com.au
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI:
Tags: 
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Headerh1.main_heading_two {
    font-size: 35px !important;
}
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Commentsh1.main_heading_two {
    font-size: 35px !important;
}
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */


@font-face {
	font-family: 'RoobertBold';
	src: url('fonts/RoobertBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RoobertRegular';
	src: url('fonts/RoobertRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RoobertMedium';
	src: url('fonts/RoobertMedium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RoobertLight';
	src: url('fonts/RoobertLight.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif !important;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "RoobertRegular";
}

body {
	color: #1C1E1C;
	line-height: 1.5;
	margin: 0;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
	position: relative;
}

a {
	color: #ca3c08;
	text-decoration: none;
}

a:visited {
	color: #ac0404;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #ea9629;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "RoobertBold";
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 85px !important;
	line-height: 85px !important;
	margin-bottom: 45px !important;
	font-family: "RoobertLight";
	color: #383838;

}

h1.main_heading_two {
    font-size: 35px !important;
}

h3 {
	font-size: 50px !important;
	font-family: "RoobertLight";
	color: #383838;
	margin: 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

h1.main_heading_one {
    font-size: 52px;
    line-height: 53px;
    margin-bottom: 35px;
}


h1.small-heading {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 400;
}


code,
kbd,
pre,
samp {
	font-family: "RoobertRegular";
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: "RoobertRegular";
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -7px !important;
	right: 3px;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li>ul,
li>ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	min-width: inherit;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px;
	/* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/* Custom gradient block backgrounds */
.has-autumn-brown-gradient-background {
	background: linear-gradient(135deg, rgba(226, 45, 15, 1) 0%, rgba(158, 25, 13, 1) 100%);
}

.has-sunset-yellow-gradient-background {
	background: linear-gradient(135deg, rgba(233, 139, 41, 1) 0%, rgba(238, 179, 95, 1) 100%);
}

.has-light-sky-gradient-background {
	background: linear-gradient(135deg, rgba(228, 228, 228, 1.0) 0%, rgba(208, 225, 252, 1.0) 100%);
}

.has-dark-sky-gradient-background {
	background: linear-gradient(135deg, rgba(0, 0, 0, 1.0) 0%, rgba(56, 61, 69, 1.0) 100%);
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor>.comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.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-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22;
	/* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%);
	/* Chrome 10+, Safari 5.1+ */
	background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%);
	/* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31;
	/* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%);
	/* Chrome 10+, Safari 5.1+ */
	background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%);
	/* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412;
	/* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%);
	/* Chrome 10+, Safari 5.1+ */
	background: linear-gradient(to bottom, #d94412 0%, #e05d22 100%);
	/* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #6F6C90;
}

:-moz-placeholder {
	color: #6F6C90;
}

::-moz-placeholder {
	color: #6F6C90;
}

:-ms-input-placeholder {
	color: #6F6C90;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft+ul,
.wp-caption.alignleft+ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu>ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	padding: 0 20px;
}

.nav-menu li a:hover {
	background-image: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	transition: all ease 0.5s;
}

.nav-menu li a {
	color: #000;
	font-size: 20px;
	font-family: 'RoobertRegular';
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: all ease 0.5s;
}

.nav-menu li.current-menu-item a {
	background-image: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
	font-family: 'RoobertBold';
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.sub-menu li.current-menu-item a {
	padding-top: 5px;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #fff;
	border: 1px solid rgba(28, 30, 28, 0.5);
	border-top: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #1C1E1C;
	margin: 0;
	width: 200px;
}

ul.nav-menu li:hover>ul,
.nav-menu ul li:hover>ul,
ul.nav-menu .focus>ul,
.nav-menu .focus>ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	margin: 0 auto;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 40px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta>span {
	margin-right: 20px;
}

.entry-meta>span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content .more-link {
	white-space: nowrap;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links>span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links>span,
.format-quote .entry-content .page-links>span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.widget .mejs-mediaelement,
.hentry .mejs-container .mejs-controls,
.widget .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.widget .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current,
.widget .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.widget .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.widget .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.widget-area .gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
.widget-area .gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
.widget-area .gallery-columns-6 figure.gallery-item:nth-of-type(6n+1),
.widget-area .gallery-columns-7 figure.gallery-item:nth-of-type(7n+1),
.widget-area .gallery-columns-8 figure.gallery-item:nth-of-type(8n+1),
.widget-area .gallery-columns-9 figure.gallery-item:nth-of-type(9n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.widget-area .gallery-columns-2 .gallery-caption,
.widget-area .gallery-columns-3 .gallery-caption,
.widget-area .gallery-columns-4 .gallery-caption,
.widget-area .gallery-columns-5 .gallery-caption,
.widget-area .gallery-columns-6 .gallery-caption,
.widget-area .gallery-columns-7 .gallery-caption,
.widget-area .gallery-columns-8 .gallery-caption,
.widget-area .gallery-columns-9 .gallery-caption {
	display: none;
}


.font-12 {
	font-size: 12px;
	line-height: 18px;
}

.font-13 {
	font-size: 13px;
	line-height: 18px;
}

.font-14 {
	font-size: 14px;
	line-height: 20px;
}

.font-16 {
	font-size: 16px;
	line-height: 24px;
}

.font-17 {
	font-size: 17px;
	line-height: 22px;
}

.font-18 {
	font-size: 18px;
	line-height: 24px;
}

.font-20 {
	font-size: 20px;
	line-height: 26px;
}

.font-22 {
	font-size: 22px;
	line-height: 30px;
}

.font-24 {
	font-size: 24px;
	line-height: 32px;
}

.font-26 {
	font-size: 26px;
	line-height: 32px;
}

.font-28 {
	font-size: 28px;
	line-height: 36px;
}

.font-30 {
	font-size: 30px;
	line-height: 40px;
}

.font-36 {
	font-size: 36px;
	line-height: 44px;
}

.font-40 {
	font-size: 40px;
	line-height: 51px;
}

.font-45 {
	font-size: 45px;
	line-height: 48px;
}

.font-54 {
	font-size: 54px;
	line-height: 65px;
}

.font-65 {
	font-size: 65px;
	line-height: 72px;
}

.font-75 {
	font-size: 75px;
	line-height: 75px;
}

.font-85 {
	font-size: 85px;
	line-height: 90px;
}

.font-100 {
	font-size: 100px;
	line-height: 110px;
}

.font-120 {
	font-size: 120px;
	line-height: 100px;
}

.font-140 {
	font-size: 140px;
	line-height: 165px;
}

.font-160 {
	font-size: 160px;
	line-height: 115px;
}

.font-262 {
	font-size: 262px;
	line-height: 262px;
}

.regularr {
	font-family: 'RoobertRegular';
}

.lightt {
	font-family: 'RoobertLight';
}

.boldd {
	font-family: 'RoobertBold';
}

.mediumm {
	font-family: 'RoobertMedium';
}

.white {
	color: #fff !important;
}

.beige {
	color: #D0B7A5 !important;
}

.black {
	color: #383838 !important;
}

.greyy{
	color:#6F6C90!important;
}
.darkk{
	color:#170F49!important;
}
.green {
	background-image: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.lightcolor {
	color: #000000 !important;
	opacity: 0.04
}

.red {
	color: #DF1326 !important;
}

.grey {
	color: #D2D1D1 !important;
}

.bg-green {
	background-image: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
}

.bg-black {
	background: #383838 !important;
}

.bg-darks {
	background: #000048 !important;
}

.bg-white {
	background: #FFFFFF !important;
}

.bg-grey {
	background: #FAFAFA !important;
}

.bg-greyy {
	background: #F2F2F2 !important;
}

.opacity {
	opacity: 0.6;
}

.letter-spacing {
	letter-spacing: 1px;
}

.pt-15 {
	padding-top: 15px;
}

.pb-15 {
	padding-bottom: 15px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-120 {
	padding-top: 120px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pt-160 {
	padding-top: 160px;
}

.pb-160 {
	padding-bottom: 160px;
}

.pt-200 {
	padding-top: 200px;
}

.pb-200 {
	padding-bottom: 200px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-125 {
	margin-top: 125px;
}

/* anthony */

.stepss p{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.stepss p img{
	cursor:pointer;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    color: #46b450 !important;
}

.company_answer {
	display:none;
}

.cashbank_answer {
	display:none;
}

.unpaid_answer {
	display:none;
}

.inner_value p{
	background:none!important;
}

.inner_value{
	display:none;
	margin-top:20px;
}

.inner_value input{
    border: none;
    border-bottom: 1px solid #EFF0F6;
    padding-left: 14px;
    padding-bottom: 10px;
    width: 100%;
    font-family: 'RoobertRegular';
}

.radios.active .inner_value{
	display:block;
}

.stepscontainer {
	position:relative;
}

.stepscontainer:before{
	content: "";
    position: absolute;
    left: 60px;
    top: 15px;
    width: 125%;
    height: 6px;
    border-radius: 20px;
    background: #EFF0F6;
    display: inline-block;
	transition:all ease 0.5s;
}
.stepscontainer.active-step:after{
	content: "";
    position: absolute;
    left: 60px;
    top: 15px;
    width: 62.5%;
    height: 6px;
    border-radius: 20px;
    background: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
    display: inline-block;
	transition:all ease 0.5s;
}
.stepscontainer.active-step.full-step:before{
	content: "";
    position: absolute;
    left: 60px;
    top: 15px;
    width: 125%;
    height: 6px;
    border-radius: 20px;
    background: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
    display: inline-block;
	transition:all ease 0.5s;
}
.stepscontainer:last-child:before{
	display:none;
}
.bord_bottom{
	border-bottom:1px solid #D9DBE9;
	margin-bottom:35px;
	padding-bottom:35px;
}

.answers {
	margin-left: 18px;
}

.simply_list li{
    margin-bottom: 10px;	
}

.simply_list ul{
    padding-left: 18px;
    margin: 0;
    list-style: disc;
    column-count: 2;	
}

.simply_list.simple_list ul{
	column-count:1;
}

.textarea textarea{
    width: 98%!important;
    height: 160px;
    resize: none;
    padding: 14px 20px;
    box-shadow: 0px 2px 8px 0px #EFF0F6;
    border: none;
    color: #6F6C90;
    font-size: 18px;
    font-family: 'RoobertRegular';	
}

.cf7mls-btns{
	text-align:right;
    margin-right: 2%;
}
.cf7mls-btns button.cf7mls_back  {
    color: #898989!important;
    background: none!important;
    border: 1px solid!important;
    padding: 12px 30px!important;
    border-radius: 4px!important;
    letter-spacing: 1.5px!important;
    float: none!important;
    margin-right: 12px!important;
}
.radios.active p{
	background-image: url(images/radios_active.svg);	
}
.radios p{
    background:url(images/radios_inactive.svg) no-repeat 0 50%;
    padding-left: 40px;	
}
.radios{
    background: #fff;
    padding: 22px 30px 22px 35px;
    border-radius: 16px;
    margin-bottom: 20px;
    cursor: pointer;
    box-shadow: 0px 0px 5px 2px #EFF0F6;
    width: 97%;
    margin-left: 0.8%;
    color: #6F6C90;
    font-size: 18px;
}
.radios.active{
	color:#170F49;
	font-family:'RoobertMedium';
    border: 2px solid #02C276;
}
.cf7mls-btns button.cf7mls_next  {
    transition: all ease 0.5s;
    background-image: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
    -webkit-background-clip: initial;
    background-clip: initial;
    font-family: 'RoobertBold';
    border-radius: 4px!important;
    letter-spacing: 1.5px;
    padding: 12.5px 28px!important;
}

.submit_all input {
    transition: all ease 0.5s;
    background-image: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
    -webkit-background-clip: initial;
    background-clip: initial;
    font-family: 'RoobertBold';
    border-radius: 4px!important;
    letter-spacing: 1.5px;
    padding: 12.5px 28px!important;
	border:none;
    margin: 25px 0px!important;	
}

.submit_all input:hover {
    transition: all ease 0.5s;
    background-image: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
    -webkit-background-clip: initial;
    background-clip: initial;
    font-family: 'RoobertBold';
    border-radius: 4px!important;
    letter-spacing: 1.5px;
    padding: 12.5px 28px!important;
	border:none;
}

.submit_all input:active {
    transition: all ease 0.5s;
    background-image: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
    -webkit-background-clip: initial;
    background-clip: initial;
    font-family: 'RoobertBold';
    border-radius: 4px!important;
    letter-spacing: 1.5px;
    padding: 12.5px 28px!important;
	border:none;
}

.submit_all input:focus {
    transition: all ease 0.5s;
    background-image: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
    -webkit-background-clip: initial;
    background-clip: initial;
    font-family: 'RoobertBold';
    border-radius: 4px!important;
    letter-spacing: 1.5px;
    padding: 12.5px 28px!important;
	border:none;
}

.each_contact1 input{
	width:96%;
	height:65px;
	background:#fff;
	padding-left:20px;
	box-shadow: 0px 2px 8px 0px #EFF0F6;
	border:none;
	color:#6F6C90;
	font-size:18px;
	font-family: 'RoobertRegular';
}

.contact_inner p{
	margin-bottom:0;
}

.active-step .stepno p{
	background-image: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%)!important;
	color:#fff!important;
}
.steps-container{
	border-bottom:1px solid #D9DBE9;
	padding-bottom:20px;
	margin-bottom:45px;
}
.stepno p{
    margin-bottom: 10px;
    display: inline-block;
    background: #EFF0F6;
    border-radius: 55px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.contact_inner{
	background:#FAFAFA;
	border:1px solid #EFF0F6;
	padding:35px 70px;
}

.debt{
	padding: 22px 0;
}

.debt_reduction{
	margin-bottom:10px;
	padding:22px 0;
}
.debt_reduction:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid;
	border-image: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
	border-image-slice: 1;
	border-image-width: 2px;
	border-image-outset: 0;
	border-radius: 4px;
	z-index: -1;
}
.reduction_box_inner{
    margin-bottom: 16px;
    border-radius: 16px;
    padding: 35px;	
	border:2px solid #02C276;
}

.redu1{
	border: 1px solid #FF5F5F;
}

.redu1 .debt{
	border: 1px solid #FF5F5F;
	color:#FF5F5F!important;
	background-image:none;
	font-family:RoobertRegular;
}

.right_services{
	padding-left:75px;
	padding-right:75px;
}

.inner_services_bottom{
	box-shadow: 0px 2px 8px 0px #EFF0F6;
}

.service_logo.active .title_inner_serv{
	color:#FFF!important;
	font-family:'RoobertBold'!important;
	background: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%)!important;
}

.title_inner_serv {
    padding: 30px 0;
    border-right: 2px solid #fff;
	cursor:pointer;	
}

.left_services .service_logo:last-child .title_inner_serv{
    border-right: 0;
}

.leftservice_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;object-position: right;
}
.leftservice_image {
    width: 100%;
    height: 100%;
}

.serivce_content{
	display:none;
}

.serivce_content.active{
	display:flex;
}

.solve_text a{
	color:#383838 !important;
	text-decoration:underline;
}

.services_all img {
	width: 100%;
}

.schedule_text h3 {
	color: #fff !important;
}

.services_image img {
	width: 100%;object-fit: cover;
    height: 100%;
}
.services_image .container_medium {
    height: 285px;
    overflow: hidden;
}

.header_menu ul {
	padding: 0;
}

.backk a {
	background: url(images/back.svg) no-repeat 0 60%;
	padding-left: 15px;
}

.backk a:hover {
	text-decoration: none;
}

.go_white {
	right: 7%;
	bottom: 34px;
}

.inner_services.active .popup_serv {
	top: 0;
	left: 0;
	padding: 75px 50px;
	transition: all ease 0.5s;
	width: 100%;
	opacity: 1;
}

.popup_serv {
	width: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: all ease 0.5s;
	border-radius: 5px;
}

.inner_services img {
	width: 100%;
	height: 500px;
	border-radius: 5px;
	object-fit: cover;
}

.inner_services {
    flex: 0 0 32.33333%;
    margin-bottom: 1%;
    margin-right: 1%;
}

.go_white img {
	width: 20px;
	height: 22px !important;
	object-fit: contain;
}
.go_white a:hover{
	text-decoration:none;
}
.font-85 {
	font-size: 70px;
	line-height: 70px;
}

.title_serv {
	bottom: 30px;
	width: 88%;
	left: 6%;
	transition: all ease 0.5s;
	background: url(images/go_white.svg) no-repeat 99% 50%;
}

.contact_map:before {
	content: "";
	position: absolute;
	right: 7vw;
	top: -68px;
	width: 135px;
	height: 70px;
	background: url(images/blue_line.svg) no-repeat 50% 50%;
	background-size: contain;
	z-index: -1;
}

.contact_map:after {
	content: "";
	position: absolute;
	right: -2vw;
    top: -1.2vw;
    width: 18vw;
    height: 28vw;
	background: url(images/green_line.svg) no-repeat 50% 50%;
	background-size: contain;
}

.contact_left h2 {
	margin-bottom: 110px !important;
}

.contact_left img {
	margin-right: 12px;
}

.contact_left a {
	color: #383838;
}

.contact_left a:hover {
	color: #383838;
	text-decoration: none;
}

.contact_left p {
	margin-bottom: 35px;
}

.contact_map iframe {
	height: 450px;
	width: 90%;
}

.contact_form textarea {
	background: #F2F2F2;
	width: 100%;
	border: none;
	height: 150px;
	resize: none;
	padding: 20px 30px;
	font-size: 20px;
	color: #000;
	width: 97.5%;
}

.contact_form input {
	height: 65px;
	background: #F2F2F2;
	padding-left: 30px;
	border: none;
	font-size: 20px;
	margin-right: 1.5%;
	font-family: 'RoobertRegular';
	color: #000;
	width: 48%;
}

.send {
	text-align: right;
}

.send input {
	background-image: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
	-webkit-background-clip: initial;
	background-clip: initial;
	color: #fff;
	width: 120px;
	padding: 0 !important;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
	font-family: 'RoobertBold';
	margin-right: 2.5%;
	border-radius: 4px;
}

.send input:hover {
	background-image:linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
	-webkit-background-clip: initial;
	background-clip: initial;
	padding: 0;
}

.send input:focus {
	background-image: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
	-webkit-background-clip: initial;
	background-clip: initial;
	padding: 0;
	border: 0;
}

.send input:active {
	background-image:linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
	-webkit-background-clip: initial;
	background-clip: initial;
	padding: 0;
	border: 0;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: none;
}

.wpcf7-response-output {
	border-color: red !important;
	color: red;
	text-align: center;
	font-size: 16px;
	width: auto;
}

.invalid .contact-send {
	margin-bottom: 15px;
}

.wpcf7-form-control-wrap input.wpcf7-not-valid {
	border: 1px solid red;
}

.wpcf7 form .wpcf7-response-output {
	margin: 1em auto 0em !important;
}

div.wpcf7-validation-errors {
	border: 1px solid red!important;
	display: inline-block !important;
	padding:6px !important;
}

.wpcf7-spinner {
	display: none;
}

.contact_form p {
	width: 100%;
	margin-bottom: 1.5%;
}

.slider_team {
	bottom: 25px;
	left: 10%;
	width: 80%;
	padding: 23px 45px;
	border-radius: 7px;
	background: #fff url(images/bluee.svg) no-repeat 90% 50%;
	background-size: contain;
}

#owl-client:after {
	content: "";
	position: absolute;
	right: 21%;
	bottom: 0px;
	background: url(images/bluee.svg) no-repeat 50% 50%;
	background-size: contain;
	width: 115px;
	height: 202px;
}

#owl-client:before {
	content: "";
	position: absolute;
	left: 21%;
	top: 0;
	background: url(images/greenn.svg) no-repeat 50% 50%;
	background-size: contain;
	width: 115px;
	height: 202px;
	z-index: -1;
}

#owl-client .owl-nav .owl-prev {
	background: url(images/prev.svg) no-repeat 50% 50%;
	width: 105px;
	height: 105px;
	background-size: contain;
	position: absolute;
	left: 15%;
	top: 35%;
}

#owl-client .owl-nav .owl-next {
	background: url(images/next.svg) no-repeat 50% 50%;
	width: 105px;
	height: 105px;
	background-size: contain;
	position: absolute;
	right: 15%;
	top: 35%;
}

#owl-client .owl-nav span {
	display: none !important;
}

#owl-client .owl-nav {
	display: block !important;
	z-index: 999;
}

#owl-client.owl-carousel .owl-item {
	padding: 70px 0;
}

.slider_innerss {
	padding: 75px 110px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: #fff;
}

.schedule_text .all_buttons {
	z-index: 1;
}

.schedule_text .all_buttons a:hover:after {
	width: 100% !important;
}

.schedule_text .all_buttons a:hover {
	color: #fff !important;
}

.schedule_text h3 {
	font-family: "RoobertBold";
	font-size: 45px;
	margin-bottom: 30px;
}

.schedule_text {
	width: 60%;
	left: 20%;
	top: 0;
}

.schedule_home img {
	width: 100%; height:100%; object-fit:cover;
}
.schedule_home .container_big {
    height: 580px;
    overflow: hidden;
}

.solve_text ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.solve_text li {
	background: url(images/listing.svg) no-repeat 0 50%;
	margin-bottom: 50px;
	padding: 5px 50px;
	background-size: 33px;
}

.all_services .callus {
	padding: 30px !important;
}

.all_services:hover {
	transition: all ease 0.5s;
	background: url(images/go_white.svg) no-repeat 93% 50%;
}

.all_services {
	flex: 0 0 49%;
	margin-bottom: 15px;
	background: url(images/go_green.svg) no-repeat 93% 50%;
	transition: all ease 0.5s;
}

.problem_image img {
	width: 100%;
}

.content_home p {
	width: 75%;
	margin: auto;
}

.problem_text p {
	width: 75%;
}

.content_home h5 {
	font-family: 'RoobertRegular';
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

.content_home h2 em {
	font-style: normal;
	font-family: 'RoobertBold';
	background-image: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.clients_image {
	width: 210px;
}

.menu_footer img {
	margin-right: 15px;
}

.details_foot li {
	margin-bottom: 20px !important;
}

.menu_footer li {
	margin-bottom: 12px;
	list-style: none;

}

.menu_footer ul {
	padding: 0;
	margin: 0;
}

.menu_footer a:hover {
	color: rgba(255, 255, 255, 0.6);
}

.menu_footer a {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.6);
}

.social_media img {
	height: 16px;
	margin-left: 16px;
}

.footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.6)
}

.right_logo {
	top: 2px;
	right: 0%;
	width: 26%;
}

.all_buttons a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all ease 0.5s;
	background-image: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
	-webkit-background-clip: initial;
	background-clip: initial;
	z-index: -1;
}

.all_buttons a {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	color: #fff;
	padding: 15px 30px;
	transition: all ease 0.5s;
}

.all_buttons a:hover {
	background-image: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	transition: all ease 0.5s;
	text-decoration: none;
}

.all_buttons a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid;
	border-image: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
	border-image-slice: 1;
	border-image-width: 2px;
	border-image-outset: 0;
	border-radius: 4px;
	z-index: -1;
}

.all_buttons a:hover:after {
	width: 0%;
	transition: all ease 0.5s;
}

.callus {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	padding: 15px 30px;
}

.callus:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid;
	border-image: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
	border-image-slice: 1;
	border-image-width: 2px;
	border-image-outset: 0;
	border-radius: 4px;
	z-index: -1;
}

.callus:hover:after {
	width: 100%;
}

.callus:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	transition: all ease 0.5s;
	background-image: linear-gradient(to bottom left, #02C276 0%, #029DA5 100%);
	-webkit-background-clip: initial;
	background-clip: initial;
	z-index: -1;
}

.callus:hover {
	color: #fff !important;
	transition: all ease 0.5s;
	text-decoration: none;
}
.container_small{
	width: 900px;
	margin: auto;
	max-width: 100%;
}
.container_big {
	width: 92%;
	margin: auto;
	max-width: 100%;
}

.container_medium {
	width: 84%;
	margin: auto;
	max-width: 100%;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.home_pic img {
	width: 100%;
}

*:focus {
	outline: none !important;
}

.show-767{display:none;}


@media(max-width:2200px) {
	h2 {
		font-size: 75px !important;
		line-height: 75px !important;
		margin-bottom: 40px !important;
	}

}


@media(max-width:1900px) {
	.nav-menu li {
		padding: 0 15px;
	}

	h2 {
		font-size: 52px !important;
		line-height: 52px !important;
		margin-bottom: 35px !important;
	}
	.right_services {
		padding-left: 50px;
		padding-right: 50px;
	}
	.reduction_box_inner {
		padding: 25px;
	}
	.callus {
		padding: 15px 18px;
	}

	.pb-50 {
		padding-bottom: 30px;
	}

	.pt-160 {
		padding-top: 100px;
	}

	.pb-160 {
		padding-bottom: 100px;
	}

	.all_services .callus {
		padding: 20px !important;
	}

	.font-26 {
		font-size: 23px;
		line-height: 28px;
	}

	.pb-200 {
		padding-bottom: 150px;
	}

	.contact_left h2 {
		margin-bottom: 50px !important;
	}

	.font-20 {
		font-size: 18px;
		line-height: 24px;
	}

	.pt-50 {
		padding-top: 30px;
	}

	.contact_left.col-md-4 {
		-ms-flex: 0 0 45% !important;
		flex: 0 0 45% !important;
		max-width: 45% !important;
	}

	.solve_text li {
		margin-bottom: 35px;
	}

	.inner_services img {
		height: 420px;
	}

	.title_in.col-md-6 {
		-ms-flex: 0 0 70% !important;
		flex: 0 0 70% !important;
		max-width: 70% !important;
	}

	.font-40 {
		font-size: 30px;
		line-height: 35px;
	}

	.contact_map:before {
		top: -55px;
		width: 105px;
		height: 60px;
	}

	.contact_left p {
		margin-bottom: 25px;
	}

	.slider_innerss {
		padding: 50px 60px;
	}

	h3 {
		font-size: 35px !important;
	}

	#owl-client .owl-nav .owl-prev {
		width: 90px;
		height: 90px;
		left: 13%;
	}

	#owl-client .owl-nav .owl-next {
		width: 90px;
		height: 90px;
		right: 13%;
	}

	.schedule_text {
		width: 80%;
		left: 10%;
	}

	.right_logo {
		top: 53px;
		right: 1%;
		width: 27%;
		z-index: -1;
	}

	.clients_image {
		width: 180px;
	}

	.nav-menu li a {
		font-size: 18px;
	}
}

@media(max-width:1440px) {
    .contact_map:before {
        top: -37px;
        width: 75px;
        height: 50px;
        right: 80px;
    }
	.inner_services_bottom.col-md-10 {
		-ms-flex: 0 0 100%!important;
		flex: 0 0 100%!important;
		max-width: 100%!important;
	}
	.left_services.col-md-10 {
		-ms-flex: 0 0 100%!important;
		flex: 0 0 100%!important;
		max-width: 100%!important;
	}
	.contact_form input {
		height: 55px;
	}
		.container_big {
			width: 94%;
		}
	.pt-70 {
		padding-top: 50px;
	}
	.right_services {
        padding-left: 35px;
        padding-right: 35px;
    }
	.font-14 {
		font-size: 13px;
		line-height: 16px;
	}

	.all_services .callus {
		padding: 12px !important;
	}

	.font-20 {
		font-size: 14px;
		line-height: 20px;
	}

	.font-26 {
		font-size: 20px;
		line-height: 23px;
	}
h1.main_heading_one {
    font-size: 52px;
    line-height: 53px;
    margin-bottom: 35px;
}
	h3 {
		font-size: 30px !important;
		margin-bottom: 20px;
	}

	#owl-client .owl-nav .owl-next {
		width: 75px;
		height: 75px;
		right: 11%;
	}

	#owl-client .owl-nav .owl-prev {
		width: 75px;
		height: 75px;
		left: 11%;
	}

	.contact_form input {
		font-size: 18px;
	}

	.menu_footer a {
		font-size: 16px;
	}

	.font-22 {
		font-size: 18px;
		line-height: 22px;
	}

	.pt-120 {
		padding-top: 90px;
	}

	.font-85 {
		font-size: 55px;
		line-height: 55px;
	}

	.pb-70 {
		padding-bottom: 50px;
	}

	.container_medium {
		width: 90%;
	}

	.font-40 {
		font-size: 22px;
		line-height: 26px;
	}

	.contact_left h2 {h1.main_heading_one {
    font-size: 52px;
    line-height: 53px;
    margin-bottom: 35px;
}
		margin-bottom: 33px !important;
	}

	.inner_services img {
		height: 320px;
	}

	.inner_services.active .popup_serv {
		padding: 35px 25px;
	}

	.contact_map iframe {
		height: 380px;
	}

	.contact_form textarea {
		font-size: 18px;
	}

	.menu_footer img {
		margin-right: 8px;
	}

	.pb-100 {
		padding-bottom: 70px;
	}

	.slider_team {
		padding: 20px 23px;
	}

	.problem_text p {
		width: 93%;
	}

	.slider_innerss {
		padding: 35px;
	}

	.font-24 {
		font-size: 20px;
		line-height: 28px;
	}

	.content_home p {
		width: 86%;
		margin: auto;
	}

	.callus {
		padding: 8px 5px;
	}
	.header_right .callus{
		padding:15px 18px;
	}
	.pb-200 {
		padding-bottom: 90px;
	}

	.pt-100 {
		padding-top: 70px;
	}

	h2 {
		font-size: 40px !important;
		line-height: 40px !important;
		margin-bottom: 25px !important;
	}

	.nav-menu li {
		padding: 0 5px;
	}

	.nav-menu li a {
		font-size: 16px;
	}
}

@media(max-width:1023px) {
.contact_map:after {
    right: -2vw;
    top: -1vw;
    width: 30vw;
    height: 53vw;
}
	.textarea textarea {
		height: 140px;
		font-size: 17px;
	}
	.container_small {
		width: 700px;
	}
	.contact_inner {
		padding: 25px 35px;
	}
	.each_contact1 input {
		height: 55px;
		font-size: 17px;
	}
	.font-18 {
		font-size: 17px;
		line-height: 22px;
	}
	.stepscontainer:before {
		left: 50px;
		top: 16px;
		width: 112%;
	}
	.stepscontainer.active-step.full-step:before{
		left: 50px;
		top: 16px;
		width: 112%;
	}
	.stepscontainer.active-step:after {
		left: 50px;
		top: 16px;
		width: 56.5%;
	}
	.radios p {
		padding-left: 35px;
	}
	.radios {
		padding: 18px 20px;		
		font-size: 17px;
	}
	.left_content.col-md-6 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.contact_form.col-md-6 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.problem_image.col-md-5 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.solve_text.col-md-5 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.contact_map.col-md-6 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding-bottom:30px;
	}

	.problem_text.col-md-6 {
		-ms-flex: 0 0 94% !important;
		flex: 0 0 94% !important;
		max-width: 94% !important;
		margin-top: 25px !important;
	}

	.contact_left h2 {
		margin-bottom: 20px !important;
	}

	.pb-50 {
		padding-bottom: 20px;
	}

	.pb-100 {
		padding-bottom: 40px;
	}

	.contact_forms .d-flex {
		flex-direction: column;
	}

	.font-26 {
		font-size: 18px;
		line-height: 22px;
	}

	.services_all .d-flex.pb-100 {
		flex-direction: column-reverse;
	}

	.services_all .d-flex {
		flex-direction: column;
	}
	.contact_forms.pb-120 .d-flex{
		flex-direction: column-reverse;
	}
	.services_all .col-md-5 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.services_all .col-md-6 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding-bottom: 25px;
	}

	.pb-70 {
		padding-bottom: 35px;
	}

	.container_medium {
		width: 94%;
	}

	.pt-120 {
		padding-top: 60px;
	}

	.font-85 {
		font-size: 40px;
		line-height: 45px;
	}

	.contact_left.col-md-4 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding-bottom: 0px;
	}

	.schedule_text h3 {
		margin-bottom: 20px;
	}

	.contact_form input {
		font-size: 16px;
		padding-left: 15px;
		height: 55px;
	}

	#owl-client {
		padding: 0 3% !important;
	}

	#owl-client .owl-nav {
		display: none !important;
	}

	#owl-client:before {
		left: 0%;
	}

	#owl-client:after {
		right: 0%;
	}

	.font-24 {
		font-size: 16px;
		line-height: 20px;
	}

	.pt-50 {
		padding-top: 20px;
	}

	h3 {
		font-size: 22px !important;
		margin-bottom: 12px;
	}

	.solve_text li {
		margin-bottom: 20px;
		padding: 5px 35px;
		background-size: 25px;
	}

	.content_home .d-flex {
		flex-direction: column;
	}

	.pt-160 {
		padding-top: 35px;
	}

	.pt-100 {
		padding-top: 50px;
	}

	h2 {
		font-size: 30px !important;
		line-height: 34px !important;
		margin-bottom: 20px !important;
	}

	.footer_middle .d-flex {
		display: block !important;
	}

	.footer_logo.col-md-4 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding-bottom: 30px;
		text-align: center;
	}

	.inner_footer {
		display: inline-block;
		vertical-align: top;
		width: 32% !important;
		max-width: 100% !important;
		text-align: center;
	}

	.pb-30 {
		padding-bottom: 15px;
	}

	.problem_home .d-flex {
		flex-direction: column;
	}

	.content_home p {
		width: 100%;
	}

	.pb-200 {
		padding-bottom: 50px;
	}

	.pb-160 {
		padding-bottom: 50px;
	}

	.header_right.d-flex {
		display: none !important;
	}
.all_buttons a {
    padding: 12px 15px;
}
	.right_logo {
		display: none !important;
	}

}

@media(max-width:767px) {
	 .contact_map:after {
        top: -4vw;
        width: 32vw;
        height: 60vw;
        right: -8vw;
    }
	.title_sing.col-md-8{
		width:80%!important;
	}
	.backk.col-md-2{
		width: 20%!important;
	}
	.space.col-md-2{
		display:none!important;
	}
	.show-767{display:block;}
	.hide-767{display:none;}
	.schedule_home .container_big {
    height: auto;
}
	.all_buttons.show-767{
		    position: absolute;
    bottom: 8%;
    z-index: 999;
    left: 8%;
	}
	.leftservice_image {
    margin-bottom: 35px; height: 230px;
}
    .contact_map:before {
        top: -30px;
        width: 13vw;
        height: 50px;
        right: 8vw;
    }
	
	.stepscontainer.active-step.full-step:before{
        left: 45px;
        top: 16px;
        width: 90%;
    }
    .stepscontainer:before {
        left: 45px;
        top: 16px;
        width: 90%;
    }
	 .stepscontainer.active-step:after {
        left: 45px;
        width: 45%;
    }
	.each_contact1 {
		margin-bottom:12px;
	}
	.each_contact1 input {
        height: 50px;
        font-size: 16px;
        width: 96% !important;
    }
	.contact_text .container_small .font-18 {
        font-size: 16px;
        line-height: 20px;
    }
	.radios {
	    padding: 16px;
        font-size: 16px;
	}
	.contact_inner {
        padding: 18px 22px;
    }
	.container_small {
        width: 96%;
    }
	.radios p {
		background-size: 24px;
	}
	
	.contact_forms .container_medium .font-85{
		font-size: 40px!important;
        line-height: 45px!important;
	}
	.serivce_content{
		flex-direction:column;
	}
	.left_reduc {
        margin-bottom: 8px;
    }
	.title_inner_serv {
		padding: 20px 0;
	}
	.left_services {
		flex-direction:column;

	}
	.service_logo  {
		border-right:none;
		border-bottom:2px solid #fff;
	}
	.debt {
		padding: 15px 0;
	}
	.debt_reduction {
		margin-bottom: 6px;
		padding: 15px 0;
	}
	.reduction_box_inner {
        padding: 18px;
    }
	.reduction_box{
		flex-direction:column;
		margin:3px 0;
	}
    .right_services {
        padding-left: 22px;
        padding-right: 22px;
    }
	.pb-15 {
		padding-bottom: 8px;
	}
	.all_buttons a {
		padding: 12px 20px;
	}

	.pb-160 {
		padding-bottom: 30px;
	}

	#owl-clients .owl-dots {
		display: none !important;
	}

	.pb-200 {
		padding-bottom: 35px;
	}

	.pt-100 {
		padding-top: 35px;
	}

	.solve_text li {
		margin-bottom: 15px;
		padding: 5px 32px;
		background-size: 22px;
		padding-right: 0;
	}

	.schedule_text p {
		margin-bottom: 0;
	}

	.schedule_text.font-24 {
		font-size: 14px;
		line-height: 16px;
	}

	.all_buttons.pt-50 {
		padding-top: 10px;
	}

	.schedule_text h3 {
		margin-bottom: 10px;
		font-size: 18px !important;
		line-height: 20px !important;
	}

	.slider_innerss {
		padding: 25px;
	}

	.slider_team {
		padding: 10px 15px;
		bottom: 5px;
		left: 5%;
		width: 90%;
	}

	.contact_form input {
		width: 100%;
		margin-bottom: 5px;
	}

	.rmp_menu_trigger:active {
		padding: 0 !important;
		border: none !important;
	}

	.services_content .d-flex {
		flex-direction: column;
	}

	.pt-120 {
		padding-top: 35px;
	}

	.font-85 {
		font-size: 25px;
		line-height: 28px;
	}

	.font-22 {
		font-size: 15px;
		line-height: 20px;
	}

	.font-40 {
		font-size: 20px;
		line-height: 24px;
	}

	.inner_services {
		margin-bottom: 2%;
	}

	.inner_services img {
		height: 280px;
	}

	.pb-120 {
		padding-bottom: 40px;
	}

	.contact_map iframe {
		height: 250px;
		width: 100%;
	}

	.font-16 {
		font-size: 14px;
		line-height: 22px;
	}

	.footer_bottom .d-flex {
		flex-direction: column;
		align-items: center;
	}

	.social_media {
		margin-top: 5px;
	}

	.contact_form p {
		margin-bottom: 0;
	}

	.inner_footer {
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 15px;
	}

	.pt-70 {
		padding-top: 35px;
	}

	.contact_form textarea {
		width: 100%;
		padding: 15px;
	}

	.font-18 {
		font-size: 14px;
		line-height: 20px;
	}

	.clients_image {
		width: 150px;
	}

	.schedule_text {
		width: 94%;
		left: 3%;
	}

	.schedule_home img {
		height: 280px;
		object-fit: cover;
	}

	.font-26 {
		font-size: 16px;
		line-height: 20px;
	}

	h2 {
		font-size: 24px !important;
		line-height: 30px !important;
		margin-bottom: 16px !important;
	}
}

@media(max-width:579px){
.mobile-heading .box-bg {
    background: #fff;
    border-radius: 100px;
    margin-bottom: 16px;
}	
	.mobile-heading .box-bg p {
    margin: 0px;
}
	.mobile-heading .box-bg h2 {
    font-size: 32px !important;
    color: #0165eb !important;
    margin-bottom: 22px !important;
}
    .all_buttons a {
        padding: 10px 15px;
		font-size: 12px;
    }	
  .all_buttons.show-767 {
        left: 5%;
    }
	.schedule_home .container_big {
		height: inherit;}
	
.contact_inner{
	width:100%;
}	

.contact_text .container_small{
	overflow:auto;
}
.radios {
	font-size: 15px;
}
.radios p {
	background-size: 22px;
	padding-left: 32px;
}	
.home .contact_form {
    margin-top: 25px;
}
.footer_logo a img {
    margin: 0px auto;
}
.menu_footer.details_foot img {
    display: inline-block;
}
	.social_media {
    display: flex;
}
	.recovery-guide .wpforms-submit-container .wpforms-submit {
    width: 100% !important;
}
}

.page-id-9 h2 {    
    font-family: sans-serif;  
}
.home .contact_form .wpcf7 {
    margin-top: 45px;
}
.contact_forms img {
    width: 100%;
}
.contact_left img {
    width: 20px;
}
.menu_footer.details_foot img {
    display: inline-block;
}
	.social_media {
    display: flex;
}

b, strong {
    font-weight: bold !important;
}
.icon-box span.elementor-icon {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    padding: 15px !important;
}
.icon-box .g-small {
    color: #02C078;
    font-size: 14px;
    font-style: italic;
}
.icon-box ul {
    font-size: 14px;
    padding: 8px 24px;
}


.step-form .wpforms-clear.wpforms-pagebreak-left {
    text-align: center !important;
}
.step-form .wpforms-field.wpforms-field-pagebreak {
    position: absolute;
    bottom: -55px;
    width: 100%;
    text-align: center;
}
.step-form legend.wpforms-field-label, label.wpforms-field-label, .wpforms-field h5 {
    width: 75% !important;
    text-align: center;
    font-size: 28px !important;
    line-height: 1.2em !important;
    margin: 0px auto 35px !important;
}

.step-form .wpforms-clear.wpforms-pagebreak-left button {
    background: linear-gradient(180deg, #029FA3, #02C078);
    color: #ffffff !important;
    width: 30%;
    border-radius: 10px !important;
    font-weight: 500 !important;
    font-family: 'Inter' !important;
    height: 50px;
}

.step-form .wpforms-image-choices-image {
    background: #143635 !important;
    width: 90px !important;
    height: 90px !important;
    border-radius: 100px !important;
    text-align: center !important;
    margin: 0px auto !important;
}
.wpforms-image-choices-item:hover .wpforms-image-choices-image {
    background: #AC8B46 !important;
}
.step-form .wpforms-image-choices-image img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    padding: 2px;
    margin-top: 12px !important;
}
.step-form .wpforms-image-choices-label {
    font-weight: 600;
}

.step-form div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item label:hover {
    border-color: unset !important;
    box-shadow: unset !important;
    border: unset !important;
}


.step-form .wpforms-container input[type=radio], 
.step-form .wpforms-container input[type=checkbox] {
    display:none !important; 
}
 
.step-form .wpforms-container input[type=radio] + label, .step-form .wpforms-container input[type=checkbox] + label {
    padding: 5px 25px !important;
    border: 1px solid #fff !important;
    transition: background-color 0.3s ease-in-out !important;
    border-radius: 100px !important;
    width: -webkit-fill-available;
    margin: 0px auto !important;
    font-family: 'Inter' !important;
    height: 60px;
    align-items: center;
    align-content: center;
    font-size: 16px;
    background: #fff;
}
.step-form .wpforms-container input[type=text], .step-form .wpforms-container input[type=tel], .step-form .wpforms-container input[type=email] {
    border: 0px !important;
    border-radius: 100px !important;
}
.step-form .wpforms-container textarea {
    border: 0px !important;
    border-radius: 20px !important;
}
.step-form .wpforms-submit {
    position: absolute !important;
    bottom: -64px;
    right: 34%;
    background: #AC8B46 !important;
    color: #000 !important;
    width: 15% !important;
    border-radius: 100px !important;
    font-weight: 500 !important;
    font-family: 'Inter' !important;
    height: 50px !important;
}
.step-form .last button.wpforms-page-button.wpforms-page-prev {
    right: 70px;
}
.step-form .wpforms-container .wpforms-selected label, .step-form .step-form .wpforms-container .wpforms-selected label, .step-form .wpforms-container input[type=radio]:checked + label, .step-form .wpforms-container input[type=radio] + label:hover, .wpforms-container input[type=checkbox] + label:hover {
    background-image: none !important;
    background-color: #02C078 !important;
    color: #fff !important;
    cursor: pointer !important;
}
 
.step-form .wpforms-container ul li {
    margin: 2px !important;
}

.step-form .wpforms-container .wpforms-field ul {
    text-align: center !important;
    width: 100%;
    margin: 0px auto;
}
.step-form div#wpforms-5968 ul#wpforms-5968-field_49 .wpforms-field-label-inline {
    padding: 10px 50px !important;
}
.step-form div#wpforms-5968 ul#wpforms-5968-field_49 {
    margin: 0px auto;
    width: 30%;
    display: flex;
}
.landing-form {
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.landing-form.active, .landing-form:hover {
    background-color: #02C078 !important;
 	transform: scale(0.98);
}
.landing-form.active h4, .landing-form:hover h4 {
    color: #fff !important;
}
.elementor-button {
    text-decoration: none !important;
}
#rmp_menu_trigger-112 {
    position: absolute !important;
}

.recovery-guide input {
    height: 55px !important;
    border: 0px !important;
    border-radius: 10px !important;
}
.recovery-guide .wpforms-field {
    padding: 8px 0px !important;
}

::placeholder {
	color: #000 !important;
	opacity: 1 !important;
}
.recovery-guide .wpforms-submit {
    background-color: transparent !important;
    font-family: "Inter", Sans-serif !important;
    font-weight: 500 !important;
    background-image: linear-gradient(180deg, #02C078 0%, #029FA3 100%) !important;
    border-radius: 10px 10px 10px 10px !important;
    padding: 19px 25px 19px 25px !important;
    height: 60px !important;
    width: 66% !important;
}
.recovery-guide .wpforms-submit:hover {
    background-color: transparent !important;
    background-image: linear-gradient(to bottom left, #02c276 0%, #029DA5 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    transition: all ease 0.5s !important;
    text-decoration: none !important;
    border: 2px solid #02c276;
}

