/*
Theme Name: Dismissed 4 Less
Theme URI: https://
Description: This is the Dismissed 4 Less Child theme.
Author: Local SEO Help
Author URI: https://www.localseohelp.com/

Version: 3.4.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Font Face
--------------------------------------------- */

@font-face {
    src: url('fonts/Raleway-Regular.ttf') format('truetype');
    font-family: 'Raleway';
    font-weight: 400;
    font-style: normal;
}

@font-face {
    src: url('fonts/Raleway-Medium.ttf') format('truetype');
    font-family: 'Raleway';
    font-weight: 500;
    font-style: normal;
}

@font-face {
    src: url('fonts/Raleway-SemiBold.ttf') format('truetype');
    font-family: 'Raleway';
    font-weight: 600;
    font-style: normal;
}

@font-face {
    src: url('fonts/Raleway-Bold.ttf') format('truetype');
    font-family: 'Raleway';
    font-weight: 700;
    font-style: normal;
}

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #2c5282;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

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

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

/* .gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
} */

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

/* input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
} */

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner,
.wrap {
	padding: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

.site-inner {
	clear: both;
	word-wrap: break-word;
}

.full-width-page .site-inner {
	max-width: 100%;
	padding: 0;
}

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

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

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus
:focus {
	color: #333;
	outline: #ccc solid 1px;
} */


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
    padding: 30px 0px;
	box-shadow: 0 25px 50px -12px rgb(0 0 0 / 25%);
}

.site-header > .wrap {
    padding: 0px;
    margin: 0 auto;
    max-width: 90%;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 400px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: 400px;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: 500;
	outline-offset: -1px;
	padding: 5px 0px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
	color: #000;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    font-weight: 700;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

#menu-main-menu li a:hover,
#menu-header-new-menu li a:hover {
    border-bottom: 2px solid #58b63a;
}

#menu-main-menu li:nth-child(5) a {
    padding: 4px 24px;
    border: 2px solid #000;
    border-radius: 50px;
	font-weight: 600;
}

#menu-header-new-menu li.last-number-link a {
	padding: 10px 27px 15px 56px;
    border: 0;
    border-radius: 23px;
    font-weight: bold;
    background-color: #2F855A;
    color: #ffffff;
    font-size: 20px;
	position: relative;
}
#menu-header-new-menu li.last-number-link a:hover {
	color: #000000;
	background-color: #A5E075;
}
#menu-header-new-menu li.last-number-link a:hover::after {
	background-image: url('/wp-content/uploads/2022/06/header-icon.svg');
}

#menu-header-new-menu li.last-number-link a::after {
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2022/06/header.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	top: 12px;
    left: 18px;
}


#menu-main-menu li a::before,
#menu-header-new-menu li a::before {
    content: url(/wp-content/uploads/2022/05/Gavel_24x24px.png);
    opacity: 0;
	margin-right: 5px;
    transition: all 250ms ease-in-out;
	display: inline-block;
	position: relative;
    top: 4px;
}

#menu-main-menu li a:hover::before,
#menu-header-new-menu li a:hover::before {
    opacity: 1;
    transform: rotate(45deg);
}

#menu-main-menu li,
#menu-header-new-menu li {
	margin: 0 20px 0 0;
}

#menu-main-menu li:last-child,
#menu-header-new-menu li:last-child {
	margin: 0 0 0 20px;
}

#menu-main-menu li:last-child a::before,
#menu-header-new-menu li:last-child a::before {
	content: none;
}

#genesis-nav-primary {
	margin-right: 15%;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	padding: 15px 15px;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

#genesis-mobile-nav-primary::before {
	font-size: 30px;
}

a.mobile-phone {
	display: none;
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #EDF2F7;
	clear: both;
	padding: 32px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.social-icons {
	display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
}

#media_image-2 {
	text-align: center;
	margin-bottom: 15px;
}

#media_image-2 img{
	width: 65%;
}

.footer-widgets a {
	color: #000;
	text-decoration: none;
}

.footer-widgets a:hover {
	color: #000;
}

.footer-list {
	display: flex;
	gap: 20px;
}

.footer-list ul li {
	margin-bottom: 0px;
}

.footer-list a {
	font-size: 16px;
}

#custom_html-3 {
	display: flex;
    justify-content: flex-end;
}

/* Before Footer
---------------------------------------------------------------------------- */
div.before-footer {
	background-image: url(/wp-content/uploads/2022/05/before-footer.png);
	width: 100%;
	background-size: cover;
    background-position: top;
}

.before-footer .wrap {
	width: 80%;
    margin: 0 auto;
}

.before-footer__header {
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin: 50px 0 10px 0;
}

.before-footer__subheader {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	color: #000;
}

.bf-slider {
	display: flex;
	gap: 25px;
}

.bf-slide {
	display: flex !important;
	width: 350px;
	height: 350px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	flex-direction: column;
	justify-content: flex-end;
	padding: 10px;
	margin: 15px;
}

.bf-slide:hover .bf-slide__button {
	display: block;
}

.bf-slide__title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

.bf-slide__button {
	display: none;
	padding-bottom: 10px;
}

.bf-slide__button a {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 20px;
	background-color: #83D264;
	border-radius: 99px;
	text-decoration: none;
}

.tips-form {
	display: flex;
    width: 70%;
    margin: 80px auto;
    justify-content: space-between;
    align-items: center;
}

.tips-form__fields {
	display: flex;
}

.tips-form__title {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin: 0;
}

#wpcf7-f1168-o1 input,
#wpcf7-f1168-o2 input {
	background-color: transparent;
	padding: 8px 12px;
	font-size: 16px;
	border: 2px solid #fff;
}

#wpcf7-f1168-o1 input[type=email],
#wpcf7-f1168-o2 input[type=email] {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#wpcf7-f1168-o1 input::placeholder,
#wpcf7-f1168-o2 input::placeholder {
    color: #fff;
    opacity: 1;
	font-size: 16px;
	font-weight: 600;
}

#wpcf7-f1168-o1 input[type=submit],
#wpcf7-f1168-o2 input[type=submit] {
	font-size: 12px;
	font-weight: 900;
	border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-left: none;
	white-space: nowrap;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #E2E8F0;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 12px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
}

/* 404 
---------------------------------------------------------------------------- */

body.error404 div.site-inner {
	margin-top: 100px !important;
}

/* Homepage 
---------------------------------------------------------------------------- */

article.post-277 header {
	display: none;
}

.btn-blk {
	color: #58B63A;
	padding: 16px 24px;
	background-color: #000;
	border-radius: 99px;
	font-weight: 600;
	font-size: 20px;
}

.btn-blk::before {
	content: url(/wp-content/uploads/2022/05/Gavel_24x24px.png);
	margin-right: 10px;
    position: relative;
    top: 4px;
}

.btn-blk:hover {
	color: #58B63A;
}

.header-pricebtn {
	display: flex;
    justify-content: space-evenly;
    margin-right: 35%;
	align-items: baseline;
}

.header-pricebtn p {
	font-size: 24px;
	font-weight: 700;
}

@keyframes breathingBlack {
    0% {
        -moz-box-shadow: 0px 1px 1px #000;
        -webkit-box-shadow: 0px 1px 1px #000;
        box-shadow: 0px 1px 1px #000
    }

    50% {
        -moz-box-shadow: 0px 1px 25px #000;
        -webkit-box-shadow: 0px 1px 25px #000;
        box-shadow: 0px 1px 25px #000
    }
}

@-webkit-keyframes breathingBlack {
    0% {
        -moz-box-shadow: 0px 1px -1px #000;
        -webkit-box-shadow: 0px 1px -1px #000;
        box-shadow: 0px 1px -1px #000
    }

    50% {
        -moz-box-shadow: 0px 1px 25px #000;
        -webkit-box-shadow: 0px 1px 25px #000;
        box-shadow: 0px 1px 25px #000
    }
}

@-moz-keyframes breathingBlack {
    0% {
        -moz-box-shadow: 0px 1px 1px #000;
        -webkit-box-shadow: 0px 1px 1px #000;
        box-shadow: 0px 1px 1px #000
    }

    50% {
        -moz-box-shadow: 0px 1px 25px #000;
        -webkit-box-shadow: 0px 1px 25px #000;
        box-shadow: 0px 1px 25px #000
    }
}

a.btn-blk,
.breathing {
    animation: breathingBlack 2s linear infinite;
    -ms-animation: breathingBlack 2s linear infinite;
    -webkit-animation: breathingBlack 2s linear infinite;
    -moz-animation: breathingBlack 2s linear infinite;
    -o-animation: breathingBlack 2s linear infinite
}

.list-home {
	margin-top: 20px;
}

.list-home li {
	list-style-type: disc;
	list-style-position: inside;
}

.elementor-flip-box__layer__description {
	font-size: 15px !important;
}

.choose-vs {
	display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: baseline;
}

.choose-vs-row {
	display: flex;
	justify-content: flex-start;
    align-items: center;
    gap: 35px;
}

.choose-vs-row h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 5px;
}

.choose-vs-list li::marker {
	content: "- ";
}

.trafficsign-carousel {
	display: flex;
	align-items: center;
}

.trafficsign-carousel .slick-slide.slick-active img, 
.trafficsign-carousel .slick-slide.slick-cloned img  {
	opacity: 0.5;
    /* width: 70%;
    margin: auto; */
}

.trafficsign-carousel .slick-slide.slick-current.slick-active img{
	/* width: 100%; */
	opacity: 1;
}

.choose-vs-row > div:nth-child(1) {
	width: 60px;
}

.trafficsign-carousel .slick-slide {
	max-width: 500px;
	transform: scale(.6);
	transition: transform .3s cubic-bezier(.4,0,.2,1);
}

.trafficsign-carousel div.slick-center {
	transform: scale(1);
}

.trafficsign-carousel .trafficsign-carousel__item > img {
	width: 100%;
	height: auto;
}

.testimonial-slider {
	display: flex;
	align-items: center;
}

.testimonial-slider .slick-slide {
	max-width: 500px;
	transform: scale(.6);
	transition: transform .3s cubic-bezier(.4,0,.2,1);
	max-height: 550px;
}

.testimonial-slider div.slick-center {
	transform: scale(1);
}

.testimonial .testimonial-content {
    position: relative;
    bottom: 460px;
}

.testimonial-slider .testimonial-title {
	position: relative;
	text-align: center;
	top: 263px;
}

.testimonial-slider .testimonial-location {
	position: relative;
	text-align: center;
	top: 250px;
}

.testimonial-slider .testimonial-description {
	position: relative;
	text-align: center;
	bottom: 135px;
}

.testimonial-slider .testimonial-title {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
}

.testimonial-slider .testimonial-description p {
	line-height: 1.3em;
	margin: 0;
}

.testimonial-slider .testimonial-location {
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}

.testimonial-slider .testimonial-description {
	font-size: 30px;
	font-weight: 600;
	color: #333;
	width: 75%;
	text-align: center;
	margin: auto;
	height: 240px;
	display: flex;
    align-items: center
}

.testimonial-slider .slick-slide.slick-active, 
.testimonial-slider .slick-slide.slick-cloned  {
	opacity: 0.5;
    /* width: 70%;
    margin: auto; */
}

.testimonial-slider .slick-slide.slick-current.slick-active {
	/* width: 100%; */
	opacity: 1;
}

/* How It Works
---------------------------------------------------------------------------- */
.w-full {
	width: 100%;
}

.max-w-full {
	max-width: 100%;
}

.title-red {
	color: #c53030;
	font-weight: 700;
}

.title-yellow {
	color: #b7791f;
	font-weight: 700;
}

.title-green {
	color: #2f855a;
	font-weight: 700;
}

.first-box {
	top: 16%;
	left: 2%;
	transform: scale(0.3);
	opacity: 0; /*change on scroll*/
	transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}

.second-box {
	top: 36%;
	left: 0%;
	transform: scale(0.3);
	opacity: 0; /*change on scroll*/
	transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}

.third-box {
	top: 65%;
	right: 1rem;
	transform: scale(0.3);
	opacity: 0; /*change on scroll*/
	transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}

.last-box {
	top: 95%;
	left: 45%;
	transform: scale(0.3);
	opacity: 0;
	transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}

.reveal {
	opacity: 1 !important;
	transform: scale(1) !important;
}

.w-auto {
width: auto;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.h-full {
	height: 100%;
}

.w-10 {
	width: 2.5rem;
}

.h-10 {
	height: 2.5rem;
}

.tracking-tight {
	letter-spacing: -.025em;
}

.text-xs {
	font-size: .75rem;
}

.text-sm {
	font-size: .875rem;
}

.text-center {
	text-align: center;
}

.leading-tight {
	line-height: 1.25;
}

.w-7\/12 {
	width: 58.333333%;
}

.w-6\/12 {
	width: 50%;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.flex-col {
	flex-direction: column;
}

.flex {
	display: flex;
}

.-mt-20 {
	margin-top: -5rem;
}

.mb-16 {
	margin-bottom: 4rem;
}

.w-5\/12 {
	width: 41.666667%;
}

.w-8\/12 {
	width: 66.666667%;
}

.text-white {
	color: #fff;
}

.text-center {
	text-align: center;
}

.shadow-lg {
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}

.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.mt-3 {
	margin-top: 0.75rem;
}

.font-bold {
	font-weight: 700;
}

.rounded-full {
	border-radius: 9999px;
}

/* new landig page css */

body.page-id-1501 .footer-widgets-2{display: none;}
body.page-id-1501 .footer-widgets-3{display: none;}

body.page-id-1501 #media_image-2,
body.page-id-1501 #media_image-2 img{width: auto;}

body.page-id-1501 #custom_html-2 .social-icons{display: block;
    justify-content: normal;
    width: auto;
    margin: 0 auto;
    text-align: center;}
body.page-id-1501 #custom_html-2 .social-icons a{margin-right: 20px;}
body.page-id-1501 .footer-widgets-1 #nav_menu-3{display: none;}
body.page-id-1501 .footer-widgets-1 #nav_menu-2{margin-bottom: 0;}
body.page-id-1501 .footer-widgets-1 #nav_menu-2 ul#menu-footer-new-menu {text-align: center;}
body.page-id-1501 .footer-widgets-1 #nav_menu-2 ul#menu-footer-new-menu li {display: inline-block; margin-right: 80px; text-transform: uppercase;font-weight: 600;font-family: 'Raleway';font-size: 15px;}

body.page-id-1501 .footer-widgets-1 #nav_menu-2 {
    display: block;
}
body.page-id-1501 #nav_menu-2 ul#menu-footer-new-menu li a:hover,
body.page-id-1501 #nav_menu-3 ul#menu-footer-new-menu-1 li a:hover {
    border-bottom: 2px solid #58b63a;
}
body.page-id-1501 #nav_menu-2 ul#menu-footer-new-menu li a::before,
body.page-id-1501 #nav_menu-3 ul#menu-footer-new-menu-1 li a::before {
    content: url(/wp-content/uploads/2022/05/Gavel_24x24px.png);
    opacity: 0;
    margin-right: 5px;
    transition: all 250ms ease-in-out;
    display: inline-block;
    position: relative;
    top: 4px;
}
body.page-id-1501 #nav_menu-2 ul#menu-footer-new-menu li a:hover::before,
body.page-id-1501 #nav_menu-3 ul#menu-footer-new-menu-1 li a:hover::before {
    opacity: 1;
    transform: rotate(45deg);
}

/* .dismissing-form  */
.dismissing-form_wrapper {
    /* max-width: 470px; */
	max-width: 452px;
    width: 100%;
    margin-right: auto;
	padding-top: 29px;
	padding-bottom: 26px;
    background-color: #FFFFFF;
}
/* .dismissing-form__fields span.your-name input,
.dismissing-form__fields span.your-email input,
.dismissing-form__fields span.your-phone input { */
.grvity_form_section .dismissing-form_wrapper .dismissing-form .ginput_container input {
    padding: 13px 13px;
    /* margin: 0 auto; */
    max-width: 367px;
    width: 100%;
    border: 1px solid #58B63A;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Raleway';
    font-weight: 500;
    color: #000000c9;
	outline: none;
    border-radius: 5px;
	display: flex;
}

.grvity_form_section .dismissing-form_wrapper .dismissing-form .ginput_container input::placeholder {
	color: #A29E9E;
}
.grvity_form_section .dismissing-form .gfield_description.validation_message.gfield_validation_message,
.dismissing-form_wrapper .dismissing-form .instruction.validation_message,
.grvity_form_section .gform_validation_errors{
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
}
.form_box .wpcf7-form.invalid .wpcf7-response-output {
    color: #fff;
    border-color: #fff;
    text-align: center;
}
/* .dismissing-content-section {
    padding: 30px 0px 20px;
} */


.grvity_form_section .dismissing-form_wrapper .gform_heading h2.gform_title,
.grvity_form_section .dismissing-form_wrapper span.gform_description{
    font-size: 24px !important;
    line-height: 30px;
    font-family: 'Raleway';
    text-align: center;
	font-weight: 800;
}
.grvity_form_section .dismissing-form_wrapper .gform_heading h2.gform_title {
	color: #2F855A;
	margin-bottom: 0px;
	/* padding-top: 25px; */
}
.grvity_form_section .dismissing-form_wrapper span.gform_description h4{
	color: #54B23A;
	margin-bottom: 0px;
	font-size: 24px;
	line-height: 30px;
}
.grvity_form_section .dismissing-form_wrapper span.gform_description h4 b {
    font-weight: 800;
}
.grvity_form_section .dismissing-form_wrapper span.gform_description p {
	color: #2F855A;
	margin-bottom: 20px;
}
.grvity_form_section .dismissing-form_wrapper .dismissing-form .gform_footer input[type="submit"] {
	background-color: #2F855A;
    border-radius: 25px;
    text-align: center;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-image: url('/wp-content/uploads/2022/06/logo_button.png');
    background-repeat: no-repeat;
    background-position: 11% 46%;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 18px;
	box-shadow: unset;
}
.grvity_form_section .dismissing-form_wrapper .dismissing-form .gform_footer input[type="submit"]:hover {
	background-color: #58B63A;
}
.services_content_section .elementor-widget-container ul li {
    list-style-type: disc;
	margin-top: 7px;
    margin-left: 9px;
}
.services_content_section .elementor-widget-container ul li::marker{
	color: #58B639;
}
.banefits_section_column {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    border: 2px solid #A5E075;
    border-radius: 10px;
	min-height: 160px;
    height: 100%;
}
.banefit_logo {
    background-color: #A5E075;
	max-width: 120px;
    width: 100%;
    border: none;
	display: flex;
    justify-content: center;
	margin-right: 0px;
	border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.banefit_content {
    max-width: 257px;
    width: 100%;
	padding-top: 22px;
    padding-left: 25px;
	margin-right: 10px;
}
.banefit_logo .image_banefit {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.banefit_content h3 {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}
.banefit_content ul li {
    list-style-type: disc;
	margin-left: 15px;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
	margin-bottom: 10px;
}
.banefit_content ul li::marker {
    color: #58B639;
}
.word_slider_section .slider-section-main {
    max-width: 1270px;
    margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
.slider-section-main .elementor-swiper-button-prev,
.slider-section-main .elementor-swiper-button-next {
    border: 5px solid #fff;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    font-size: 30px !important;
    top: 35% !important;
    right: 0px !important;
}
.slider-section-main .elementor-swiper-button-prev {
    padding-left: 3px;
    padding-top: 5px;
}
.slider-section-main .elementor-swiper-button-next {
    padding-left: 7px;
    padding-top: 5px;
}
.slider-section-main .swiper-pagination-bullet {
    opacity: 1;
}
.slider-section-main .elementor-testimonial__text {
	font-style: normal !important;
	font-family: 'Raleway' !important;
	font-weight: 400 !important;
	font-size: 20px !important;
	line-height: 24px !important;
}
.slider-section-main .elementor-testimonial__text h4 {
	color: #58B639;
	font-weight: 800;
}
.slider-section-main .elementor-testimonial__name {
	font-size: 18px;
	font-style: italic;
	line-height: 23px;
	font-weight: 400 !important;
    margin-bottom: 3px;
}
.slider-section-main .elementor-testimonial__title {
    font-size: 16px;
    line-height: 19px;
    font-style: italic;
}
.slider-section-main .elementor-testimonial__footer {
    margin-top: 15px !important;
}
.swiper-pagination-bullets span.swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    border: 3px solid #FFFFFF;
    background-color: transparent;
}
.slider-section-main .elementor-swiper {
    padding-bottom: 54px;
}
.snap_col_section {
	position: relative;
	max-width: 370px;
    width: 100% !important;
}

.snap_col_section::after {
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2022/06/Path-477.png');
    background-repeat: no-repeat;
	width: 51px;
	height: 50px;
	right: -70px;
    top: 38%;
	transform: translateY(-50%);
}

.snap_col_section:last-child:after {
	width: 0;
	height: 0;
}

.swiper-pagination-bullets span.swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    border: 3px solid #FFFFFF;
    background-color: transparent;
}
.swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFFFFF;
}
.main-firat-banner-section .most-content-column-section {
    /* padding: 50px 0px 20px 90px; */
	padding: 0;
	align-items: center;
}
.less-landing-page .before-footer {
	display: none;
}
.our-services-column-section .our-services-heading {
    margin-bottom: 20px;
}
.our-services-column-section .services_content_section p {
	margin-bottom: 10px;
}

.dismissing-form_wrapper form div.gfield {
	margin-bottom: 17px;
}

.gform_wrapper.dismissing-form_wrapper .gform_fields {
	grid-row-gap: 0px !important;
}

.dismissing-form_wrapper .gform_footer {
	margin: 0 !important;
    padding: 3px 0 !important;
}

.dismissing-form_wrapper form {
	padding-left: 42px;
    padding-right: 42px;
}
.service-sec .service-vid {
	max-width: 625px;
	width: 100%;
}
/* .info-box > div {

} */
.info-box .info-box-inner {
	width: calc(33.33% - 0px) !important;
    margin-right: 63px;
}
.info-box .info-box-inner:nth-child(3n) {
	margin-right: 0;
}

.work-info p span {
    font-weight: bold;
    line-height: 24px;
    text-transform: capitalize;
}
.work-info p {
	margin-bottom: 0 !important;
	font-size: 18px;
}

.work-info p:last-child {
	margin-top: 10px !important;
}

.work-info-sec > div {
	justify-content: space-between;
	margin-bottom: 20px;
}

.dismiss-content .elementor-button-icon svg {
	position: relative;
    top: 4px;
}

.ticket-icon,
.ticket-icon img {
	transition: 0.3s;
}
.ticket-icon:hover img {
	transform: scale(1.10);
}

.main-firat-banner-section .form_box .gform_heading {
    padding-left: 10px;
    padding-right: 10px;
}
.mobile-contact {
    display: none;
}

#slide-for-mob {
    display: none;
}

#slide-for-mob span.swiper-pagination-bullet {
    border: 3px solid #58B042 !important;
    opacity: 1;
}
#slide-for-mob .elementor-testimonial__image {
    padding-top: 0;
}

#slide-for-mob .elementor-testimonial--layout-image_stacked .elementor-testimonial__footer {
    margin-top: 0;
}
#slide-for-mob .elementor-widget-testimonial-carousel .swiper-slide {
    padding-top: 0;
}

section#nav_menu-2,
section#nav_menu-3 {
    display: none;
}

a.mobile-phone.mobile-phone-new {
	display: none;
}

body.page-id-1501 a.custom-logo-link img {
	display: none;
}

body.page-id-1501 a.custom-logo-link {
	background-image: url(/wp-content/uploads/2022/05/Dismissed-4-Less-Logo-Black-Footer.png);
	height: 80px;
	width: auto;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {

	.first-box {
		top: 20%;
	}

	.second-box {
		top: 38%;
	}

	.md\:w-16 {
		width: 4rem;
	}

	.md\:h-16 {
		height: 4rem;
	}

	.md\:text-2xl {
		font-size: 1.5rem;
	}

	.md\:tracking-normal {
		letter-spacing: 0;
	}

	.md\:text-base {
		font-size: 1rem;
	}

	.md\:leading-normal {
		line-height: 1.5;
	}

	.md\:-mt-40 {
		margin-top: -10rem;
	}
}

@media screen and (min-width: 1024px) {

	.first-box {
		left: -9%;
	}

	.second-box {
		top: 36%;
		left: 72%;
	}

	.third-box {
		top: 63%;
		left: 17rem;
	}

	.last-box {
		top: 94%;
		left: 45%;
	}

	.lg\:text-3xl {
		font-size: 1.875rem;
	}

	.lg\:mt-4 {
		margin-top: 1rem;
	}

	.lg\:text-xl {
		font-size: 1.25rem;
	}

	.lg\:w-7\/12 {
		width: 58.333333%;
	}

	.lg\:-mt-56 {
		margin-top: -14rem;
	}

	.lg\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.lg\:text-2xl {
		font-size: 1.5rem;
	}

	.lg\:text-black {
		color: #000;
	}

	.lg\:order-first {
		order: -9999;
	}

	.lg\:justify-center {
		justify-content: center;
	}

	.lg\:items-center {
		align-items: center;
	}

	.lg\:flex {
		display: flex;
	}
}

@media screen and (min-width: 1280px) {

	.xl\:justify-center {
		justify-content: center;
	}

	.xl\:flex-wrap {
		flex-wrap: wrap;
	}

	.xl\:flex-row {
		flex-direction: row;
	}

	.first-box {
		top: 20%;
		left: 83%;
	}

	.xl\:w-20 {
		width: 5rem;
	}

	.xl\:h-20 {
		height: 5rem;
	}

	.xl\:w-auto {
		width: auto;
	}

	.xl\:text-4xl {
		font-size: 2.25rem;
	}

	.xl\:ml-4 {
		margin-left: 1rem;
	}

	.xl\:items-center {
		align-items: center;
	}

	.xl\:flex {
		display: flex;
	}

	.xl\:text-xl {
		font-size: 1.25rem;
	}

	.xl\:mt-6 {
		margin-top: 1.5rem;
	}

	.xl\:w-6\/12 {
		width: 50%;
	}

	.second-box {
		top: 35%;
		left: -18%;
	}

	.third-box {
		left: 29rem;
		top: 67%;
	}

	.last-box {
		top: 96%;
	}
}

/* Pricing
---------------------------------------------------------------------------- */

.pricing-carousel {
	display: flex;
	overflow-x: hidden;
	position: relative;
	height: 450px;
}

.pricing-card {
	min-height: 24rem;
	min-width: 22rem;
	border-radius: 14px;
	margin: auto 1rem;
	transition: transform 250ms linear;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.pricing-card:hover {
	transform: scale(1.1);
}

.card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 14px;
}

.card-img {
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
	z-index: 11;
}

.pricing-card-title {
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
	z-index: 11;
}

.card-1 {
	background: url(/wp-content/uploads/2022/05/Pricing-Page-Carousel-1.jpg) center center no-repeat;
}
.card-2 {
	background: url(/wp-content/uploads/2022/05/Pricing-Page-Carousel-2.jpg) center center no-repeat;
}
.card-3 {
	background: url(/wp-content/uploads/2022/05/Pricing-Page-Carousel-3.jpg) center center no-repeat;
}
.card-4 {
	background: url(/wp-content/uploads/2022/05/Pricing-Page-Carousel-4.jpg) center center no-repeat;
}
.card-5 {
	background: url(/wp-content/uploads/2022/05/Pricing-Page-Carousel-5.jpg) center center no-repeat;
}
.card-6 {
	background: url(/wp-content/uploads/2022/05/Pricing-Page-Carousel-6.jpg) center center no-repeat;
}
.card-7 {
	background: url(/wp-content/uploads/2022/05/Pricing-Page-Carousel-7.jpg) center center no-repeat;
}
.card-8 {
	background: url(/wp-content/uploads/2022/05/Pricing-Page-Carousel-8.jpg) center center no-repeat;
}

.pricing-carousel .slick-track {
	margin-top: 20px;
}

.pricing-ticket {
	background-color: #f7fafc;
	width: 60%;
	margin: 0 auto;
}

.pricing-ticket__title h3 {
	font-size: 36px;
	font-weight: 700;
	padding: 24px 0;
	margin: 8px 0;
	border-bottom: dotted 1px #000;
	text-align: center;
}

.pricing-ticket__price {
	padding: 12px 0;
	display: flex;
	justify-content: center;
	text-align: center;
}

.pricing-ticket__price p {
	color: #58B63A;
	font-weight: 600;
	font-size: 64px;
	margin: 0;
}

.pricing-ticket__price span {
	font-size: 16px;
	font-weight: 500;
	position: absolute;
}

.pricing-ticket__desc {
	margin: 0;
}

.pricing-ticket__desc p {
	margin: 0;
	font-size: 24px;
	text-align: center;
}

.pricing-ticket__code {
	border-top: dotted 1px #000;
	margin-top: 24px;
	height: 6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pricing-ticket__code div {
	text-align: center;
	height: 100%;
}

.pricing-ticket__code img {
	width: 50%;
	margin: 0 auto;
	height: 100% !important;
}

.pricing-ticket__btn {
	background-image: linear-gradient(#99e477,#59b93e);
	font-size: 36px;
	font-weight: 900;
	width: 100%;
	margin-top: 32px;
	padding: 16px 0;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.pricing-ticket__btn:hover {
	color: #fff;
}

a.pricing-ticket__btn {
    animation: breathing 1.5s linear infinite;
    -ms-animation: breathing 1.5s linear infinite;
    -webkit-animation: breathing 1.5s linear infinite;
    -moz-animation: breathing 1.5s linear infinite;
    -o-animation: breathing 1.5s linear infinite
}

@keyframes breathing {
	0% {
		-moz-box-shadow: 0 1px 1px #498b38;
		-webkit-box-shadow: 0 1px 1px #498b38;
		box-shadow: 0 1px 1px #498b38;
	}

	50% {
		-moz-box-shadow: 0 1px 25px #498b38;
		-webkit-box-shadow: 0 1px 25px #498b38;
		box-shadow: 0 1px 25px #498b38;
	}
}

/* Contact Us
---------------------------------------------------------------------------- */

.reach-us__item {
	display: flex;
	justify-content: flex-start;
}

.reach-us__item span {
	margin-right: 8px;
	font-weight: 600;
	font-size: 20px;
}

.reach-us__item p {
	font-size: 20px;
}

.reach-us__item a {
	font-size: 20px;
	color: #000;
}

#gform_1 input {
	outline: none;
    color: #333;
    box-sizing: border-box;
    letter-spacing: 1px;
    border: 1px solid #ccc;
    padding: 10px 14px;
    transition: 0.4s;
    background: #fff;
    border-radius: 5px;
	margin-bottom: 0px;
}

#gform_1 input::placeholder {
	font-size: 16px;
	color: #AAA;
}

#gform_1 input:focus {
    border: 2px solid #4caf50;
}

#gform_1 input[type=submit] {
	background-image: linear-gradient(#99e477,#59b93e);
	padding: 12px 64px;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	border-radius: 999px;
	margin: 0;
	width: auto;
}

#gform_1 input[type=submit]:hover {
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}

#gform_1 .gform_footer {
	justify-content: center;
}

/* Resources
---------------------------------------------------------------------------- */
.ordered {
	padding-left: 18px;
}

.ordered > li {
 list-style-type: decimal;
 margin-bottom: 15px;
}

.ordered-sm {
	margin-bottom: 28px;
}

.ordered-sm > li {
	list-style-type: decimal;
}

.ordered > li::marker {
	font-weight: bold;
}

.faq-mail {
	color: #000;
	border-bottom: 2px solid #58B63A;
}

.faq-mail:hover {
	color: #000;
}

/* Resources
---------------------------------------------------------------------------- */

.def-list,
.dashed {
	margin-bottom: 15px;
	padding-left: 18px;
}

.def-list li::marker {
	margin-right: 10px;
}

.def-list li {
	list-style-type: disc;
	padding-bottom: 10px;
}

.dashed li {
	padding-bottom: 10px;
}

.dashed p {
	margin-left: 15px;
}

.dashed li::before {
	content: '-';
	margin-right: 10px;
}

h4.font-mono {
	font-weight: 600;
	font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.bg-yellow {
    background-color: #f6e05e;
}

/* Get Started
---------------------------------------------------------------------------- */

body.page-id-28 {
	background-color: #F2F6FB;
}

/* Blog
---------------------------------------------------------------------------- */

.single article {
	margin-top: 25px;
}

.single .featured-image {
	margin-bottom: 25px;
}

h1.entry-title {
	font-weight: 700;
}

/* Media Queries
---------------------------------------------------------------------------- */


@media only screen and (max-width: 1800px) {
    body.page-id-1501.wp-custom-logo .title-area {
		max-width: 250px !important;
	}

	body.page-id-1501 a.custom-logo-link {
		height: 50px;
		margin-top: 15px;
	}
}

@media only screen and (max-width: 1600px) {
	.footer-widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}  
    body.page-id-1501 #genesis-nav-primary {
        margin-right: 0;
    } 
    .elementor-1501 .elementor-element.elementor-element-e86e853 {
        padding: 80px 10px 70px 15px;
    } 
}


@media only screen and (max-width: 1470px) {
	.wp-custom-logo .title-area img {
		width: 300px;
	}

	.wp-custom-logo .title-area {
		max-width: 300px;
	}

	#genesis-nav-primary {
		margin-right: 0;
	}

	.social-icons a {
		margin-right: 20px;
	}
	.social-icons a:last-child {
		margin-right: 0;
	}

	#genesis-footer-widgets .widget-area {
		width: calc(100% / 3);
	}
}

@media only screen and (max-width: 1440px) {
    
    body.page-id-1501 .footer-widgets-1 #nav_menu-2 ul#menu-footer-new-menu li {
        margin-right: 40px;
    }
    body.page-id-1501 .footer-widgets-1 #nav_menu-2 ul#menu-footer-new-menu li:last-child {
        margin-right: 0;
    }
	body.page-id-1501 .site-header {
		padding: 15px 0px;
	}
	body.page-id-1501 .site-header .js .nav-primary {
		padding-top: 15px;
	}
	
	body.page-id-1501 #menu-header-new-menu li a::before {
		width: 22px;
		height: 22px;
	}

	body.page-id-1501 .site-header > .wrap {
		max-width: 99%;
	}
}

/* start 13-jun-22 abu */
@media only screen and (max-width: 1440px) {
    .tickets_image_section .ticket-icon .wp-caption-text {
        font-size: 18px !important;
        line-height: 24px !important;
    }
	.banefit_content {
		max-width: unset;
		width: 100%;
	}
    .snap_col_section::after {
        right: 0;
    }
}
@media only screen and (max-width: 1450px) {
	.footer-widgets-1 {
		font-size: 13px;
		/* width: 30%; */
	}
}

/* end 13-jun-22 abu */

@media only screen and (max-width: 1240px) {

    body.page-id-1501 #genesis-nav-primary {
        width: 100%;
        text-align: center;
		padding-bottom: 0;
		padding-top: 0;
    }
    body.page-id-1501.wp-custom-logo .title-area {
        max-width: unset !important;
        margin: auto;
        text-align: center;
    }

	body.page-id-1501 a.custom-logo-link {
		height: 71px;
		margin-top: 0;
		text-align: center;
		width: 35%;
		margin: 0 auto;
	}

	.services_content_section .elementor-widget-container ul li {
		margin-left: 25px;
	}
	.tickets_image_section .elementor-column {
		flex: 25%;
	}
    .info-box .info-box-inner {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1139px) {

	/* .wp-custom-logo .title-area img {
		width: 200px;
	}

	.wp-custom-logo .title-area {
		max-width: 200px;
	} */

	.site-header > .wrap {
		max-width: 95%;
	}
	.main-firat-banner-section .most-content-column-section{
		display: flex;
		align-items: center;
		padding: 20px 10px;
	}
	.banefit_content ul li {
		font-size: 16px;
		line-height: 20px;
		margin-left: 8px;
	}
}
@media only screen and (max-width: 1024px) {
    .dismissing-form_wrapper form {
        padding-left: 20px;
        padding-right: 20px;
    }
    .info-box .info-box-inner:nth-child(2n) {
        margin-right: 0;
    }
    .info-box .info-box-inner {
        margin-bottom: 20px;
        width: calc(50% - 10px) !important;
    }
}
@media only screen and (max-width: 991px) {
	body.page-id-1501 .footer-widgets-1 #nav_menu-2 ul#menu-footer-new-menu li {
		margin-right: 40px;
	}
}
@media only screen and (max-width: 980px) {

	.dismissing-form {
		max-width: unset;
		width: 100%;
	}

	.tips-form {
		width: 100%;
		padding-left: 60px;
	}
}


@media only screen and (max-width: 960px) {
	* {
		scroll-behavior: smooth;
	}
}
@media only screen and (max-width: 959px) {
    body.page-id-1501.wp-custom-logo .title-area {
        max-width: 250px !important;
    }

	body.page-id-1501 a.custom-logo-link {
		height: 45px;
		margin-top: 0;
		text-align: center;
		width: 100%;
		margin: auto;
	}

	#genesis-footer-widgets .widget-area {
		width: calc(100% / 2);
		margin: 0 auto;
	}

	#genesis-footer-widgets > div > div.widget-area.footer-widgets-1.footer-widget-area {
		width: 100%;
	}
}
@media only screen and (max-width: 780px) {
	.tickets_image_section {
		display: flex;
		flex-wrap: wrap;
	}
	
}
@media only screen and (max-width: 767px) {
	
	.word_slider_section .slider-section-main .elementor-swiper-button-prev,
	.word_slider_section .slider-section-main .elementor-swiper-button-next {
		display: none;
	}

	.work-info p span {
		font-size: 18px;
	}
	.work-info p:last-child {
		font-size: 15px;
	}
    .snap_col_section::after {
        top: unset;
        bottom: 20px;
        left: 50%;
        /* transform: translateX(-50%); */
        transform: translateX(-50%) rotate(90deg) ;
    }
    .snap_col_section {
        max-width: unset;
    }
    .info-box .info-box-inner {
        margin-bottom: 50px;
        width: calc(100% - 0px) !important;
        margin-right: 0;
    }
    .info-box .info-box-inner:last-child {
        margin-bottom: 0;
    }
    .tickets_image_section {
        display: none;
    }
    #slide-for-mob {
        display: block;
    }
    #slide-for-mob .elementor-testimonial__image img {
        object-fit: contain;
    }
    
    .service-sec .service-vid {
        margin: 17px auto 0px auto;
    }
    .banner-most-button a {
        border: 3px solid #ffffff !important;
    }
    .dismissing-form_wrapper .gform_footer {
        margin: 13px 0 0 0 !important;
    }
    .grvity_form_section .dismissing-form_wrapper span.gform_description p {
        margin-bottom: 40px;
    }
    .grvity_form_section .dismissing-form_wrapper .gform_heading h2.gform_title,
    .grvity_form_section .dismissing-form_wrapper span.gform_description,
    .grvity_form_section .dismissing-form_wrapper span.gform_description h4 {
        font-size: 23px !important;
        line-height: 40px;
    }
    
    .grvity_form_section .dismissing-form_wrapper .dismissing-form .ginput_container input {
        max-width: unset;
    }
    .mobile-contact .dismissing-form_wrapper .ginput_container {
        max-width: 400px;
        margin: auto;
    }
    .dismissing-form_wrapper {
        max-width: unset;
        background-color: unset;
    }
    .mobile-contact {
        display: block;
    }
    .main-firat-banner-section .grvity_form_section {
        display: none;
    }
	.most-content-column-section .banner-most-button {
		text-align: center;
	}
	.main-firat-banner-section .most-content-column-section {
		text-align: center;
	}
	.tickets_image_section .elementor-column {
		flex: 50%;
	}
	body.page-id-1501 .footer-widgets-1 #nav_menu-3 ul#menu-footer-new-menu-1 li{margin-right: 0px;display: block;margin-bottom: 15px;text-transform: uppercase;font-weight: 600;font-family: 'Raleway';font-size: 15px;}
	body.page-id-1501 .footer-widgets-1 #nav_menu-2{display: none;}
	body.page-id-1501 .footer-widgets-1 #nav_menu-3{display: block;}
	body.page-id-1501 .footer-widgets-1 #nav_menu-3 ul#menu-footer-new-menu-1 {text-align: center;}
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
	body.page-id-1501 section > div:first-child {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 641px) {
	.grvity_form_section .dismissing-form_wrapper .dismissing-form .ginput_container input {
		padding: 8px 13px;
	}
	.grvity_form_section .dismissing-form_wrapper .dismissing-form .gform_footer input[type="submit"] {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}


@media only screen and (max-width: 480px) {
	.grvity_form_section .dismissing-form_wrapper .dismissing-form .gform_footer input[type="submit"] {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	body.page-id-1501 a.mobile-phone {
		display: none;
	}
	body.page-id-1501 a.mobile-phone.mobile-phone-new {
		display: block;
	}
	body.page-id-1501 a.mobile-phone.mobile-phone-new img {
		width: 25px;
		height: 29px;
	}

	body.page-id-1501.wp-custom-logo .title-area {
		margin-left: 15%;
	}

    #slide-for-mob span.elementor-testimonial__title {
        font-size: 20px !important;
        line-height: 30px !important;
    }
	
	.site-header {
		padding: 15px 0px;
	}

	.site-header > .wrap {
		padding: 0;
		max-width: 100%;
	}

	.wp-custom-logo .title-area {
		width: 50%;
    	margin-left: 12%;
	}

	a.mobile-phone {
		display: block;
		float: left;
		position: relative;
		top: 12px;
		padding-left: 15px;
	}

	.genesis-nav-menu a {
		color: #fff;
		font-weight: 700;
	}

	#menu-main-menu li:nth-child(5) a {
		border: 2px solid #fff;
	}

	#genesis-nav-primary div.wrap {
		background: url(/wp-content/uploads/2022/05/mobile-nav-bg-image.jpg);
    	height: 90vh;
    	background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	#menu-main-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 25px;
		padding: 50px;
	}

	.social-icons {
		width: 80%;
	}

	.pricing-ticket {
		width: 100%;
	}

	.ordered-sm > li,
	.ordered > li {
		list-style-position: inside;
	}

	.before-footer .wrap {
		width: 100%;
	}

	div.before-footer {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.bf-slide:hover .bf-slide__button {
		display: block;
	}

	.bf-slide__button {
		display: block;
	}

	.tips-form {
		display: flex;
		width: 100%;
		margin: 50px auto;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
		gap: 25px;
		padding: 0;
	}

	.tips-form__fields {
		padding-left: 60px;
	}

	#wpcf7-f1168-o1 input[type=submit] {
		white-space: nowrap;
	}

	.header-pricebtn {
		flex-direction: column;
	}

	.header-pricebtn p {
		margin: 0 0 10px;
		font-size: 16px;
	}

	.btn-blk {
		padding: 8px 20px;
		font-size: 12px;
	}

	.btn-blk::before {
		content: url(/wp-content/uploads/2022/05/gavel_16x16px.png);
	}

	.choose-vs div:nth-child(3) > div:nth-child(1) {
		width: 35%;
	}

	.reach-us__item span {
		font-size: 16px;
	}

	.reach-us__item a {
		font-size: 16px;
	}

	#custom_html-3 div.footer-list ul:nth-child(1) {
		width: 50%;
	}

	.footer-list ul li {
		margin-bottom: 15px;
		line-height: 1.1em;
	}

	#media_image-2 img {
		width: 100%;
	}

	.testimonial-slider .slick-slide {
		max-width: 400px;
	}

	.testimonial .testimonial-content {
		bottom: 380px;
	}

	.testimonial-slider .testimonial-title {
		top: 218px;
	}

	.testimonial-slider .testimonial-title {
		font-size: 24px;
	}

	.testimonial-slider .testimonial-location {
		top: 192px;
	}

	.testimonial-slider .testimonial-location {
		font-size: 16px;
	}

	.testimonial-slider .testimonial-description {
		font-size: 24px;
	}

	.testimonial-slider .testimonial-description {
		bottom: 117px;
		height: 197px;
	}

	.testimonial-slider .slick-slide {
		max-height: 450px;
	}	

	.first-box h3,
	.second-box h3,
	.third-box h3,
	.last-box h3 {
		font-size: 16px;
		margin: 0;
	}

	.pricing-ticket__desc p,
	.pricing-ticket__title h3 {
		font-size: 16px;
	}

	.pricing-ticket__price p {
		font-size: 48px;
	}

	.pricing-ticket__price span {
		font-size: 12px;
	}

	.pricing-ticket__btn {
		font-size: 20px;
	}

	body.error404 div.site-inner {
		margin-top: 25px !important;
		padding: 0 15px;
	}

	#menu-footer-new-menu-1 li a::before,
	#menu-header-new-menu li a::before,
	#menu-main-menu li a::before {
		display: none !important;
	}

	#menu-header-new-menu li a:hover,
	#menu-main-menu li a:hover {
		border: none !important;
		color: #fff !important;
	}

	#menu-footer-new-menu-1 li a:hover {
		border: none !important;
		color: #2F855A;
	}

	#menu-footer-new-menu-1 li,
	#menu-header-new-menu li,
	#menu-main-menu li {
		margin: 0;
	}

	#menu-main-menu li:last-child {
		margin: 0;
	}

	#menu-header-new-menu li {
		padding: 10px;
	}

	#menu-header-new-menu {
		padding: 30px 0 30px 0;
	}

	body.page-id-1501 .nav-primary div.wrap {
		background: #2F855A !important;
		height: unset !important;
	}

	#menu-header-new-menu li.last-number-link a {
		padding: 10px 0px 10px 15px;
		width: 65%;
		margin: 0 auto;
	}

	#menu-header-new-menu li:last-child {
		margin: 0;
	}

	body.page-id-1501 .site-header {
		padding: 15px 0px 0px 0px;
	}

	body.page-id-1501 a.custom-logo-link img {
		display: none;
	}

	body.page-id-1501 a.custom-logo-link {
		background-image: url(/wp-content/uploads/2022/05/Dismissed-4-Less-Logo-Black-Footer.png);
		height: 35px;
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		margin-bottom: 15px;
	}

	#menu-item-2464 {
		display: none;
	}

	.before-footer__header {
		font-size: 35px;
	}

	.before-footer__subheader {
		font-size: 25px;
	}

	.tickets_image_section .elementor-column {
		flex: 100%;
	}
	
	.main-firat-banner-section .grvity_form_section .elementor-widget-wrap {
		padding: 0px !important;
	}
	.snap_col_section:not(:last-child) {
		background-image: unset;
	}

	#genesis-footer-widgets .widget-area {
		width: 100%;
		margin: 0;
	}

	.single .content {
		width: 100%;
		padding: 0px 15px;
	}
}
@media only screen and (max-width: 375px) {
    .banner-most-button a {
        font-size: 24px !important;
        padding: 4px 20px 4px 20px !important;
    }
    .main-firat-banner-section .most-content-column-section {
        padding: 0;
    }
    .main-firat-banner-section .banner-most-heading h2 {
        font-size: 30px !important;
        line-height: 36px !important; 
    }
}
@media only screen and (max-width: 320px) {
	.last-box {
		top: 96%;
	}

	.last-box a {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
		margin-top: 10px;
	}
}

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 25px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 0px;
		padding-right: 0px;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 600;
		font-family: 'Raleway';
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 100%;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		width: 100%;
		margin: 0 auto;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
	}
    body.page-id-1501 .footer-widget-area {
        width: 100%;
    }

}

@media only screen and (min-width: 1441px) {
	.nav-primary .genesis-nav-menu a {
		font-size: 15px;
	}
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
