/*
Theme Name: Tonight Crowd
Author: SHJ
Author URI: https://shjintl.com/

Version: 61.02

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

Template: genesis

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

Text Domain: monochrome-pro
*/

/* 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
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Author Pro / Genesis Portfolio Pro
		- Jetpack
		- WPForms
	- Skip Links
	- Site Header
		- Title Area
	- Site Navigation
		- Header Menu
		- Header Search
		- Footer Menu
		- Accessible Menu
	- Content Area
		- Entries
		- Entry Messages
		- Entry Meta
		- Pagination
		- Comments
		- Pricing Page
	- Sidebar
	- Before Footer CTA
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 600px
*/

/* 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%;
	scroll-behavior: smooth;

}

body {
	margin: 0;
	font-family: "corporate-s", sans-serif;
	font-weight: 400;
	font-style: normal;
}

main {
	display: block
}

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,
input[type="search"] {
	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
---------------------------------------------------------------------------- */

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

body {
	background-color: #fff;
	color: #303030;
	font-family: "quasimoda";
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	overflow-x: hidden;
}

body {
	animation: fadein 1s;
}
@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.wp-custom-logo .site-title>a,
.wp-custom-logo .title-area,
.site-header {
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

a {
	color: #0D0D0D;
	text-decoration: none;
}

a:hover,
a:focus {
	opacity:0.8;
/* 	color:#0069FF !important; */
}

p {
	margin: 0;
	padding: 0;
}

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

/* li {
	list-style-type: none;
} */

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background-color: #ddd;
	color: #000;
}

blockquote {
	margin: 1em;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

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

h1,
/*@NA*/

h2,
h3,
h4,
h5,
h6 {
	color: #0D0D0D;
	font-family: "corporate-s", sans-serif;
	line-height: 1.2;
	margin: 0 0 10px;
	opacity: 1;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 24px;
	font-weight: bold;
}

.comment-respond h3,
.entry-comments h3 {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -0.5px;
	text-align: center;
}

.comment-respond h3::after,
.entry-comments h3::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 40px;
	padding-bottom: 40px;
	width: 5%;
}

h4 {
	font-size: 24px;
	font-weight: bold;
}

/*@NA*/

/* .entry-content h3,
.entry-content h4 {
	margin-bottom: 20px;
	margin-top: 0px;
} */
h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

.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 img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #ccc;
}

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

input,
input[type="search"],
select,
textarea {
	background-color: #fff;
	border: 1px solid #E7DFDF !important;
	border-radius: 5px;
	color: #000;
	font-family: "corporate-s", sans-serif !important;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	padding: 15px;
	width: 100%;
}
input[type="search"] {
	-webkit-appearance: none;
}

input:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
	background-color: #000;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1;
	padding: 20px 30px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

.button {
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
}

.button.large {
	font-size: 14px;
}

.button.secondary {
	background-color: #eee;
	color: #000;
}

.landing-page .button {
	margin-top: 20px;
}

.more-link {
	display: inline-block;
	margin-top: 10px;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 15px 20px;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:hover,
.button:focus,
.more-link:hover,
.more-link:focus,
.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 {
	background-color: #06c;
	border-width: 0;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
}

.button.secondary:hover,
.button.secondary:focus {
	background-color: #000;
	color: #fff;
}

.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;
	box-shadow: none;
	color: #999;
	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;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

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

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

.more-link {
	position: relative;
}

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

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

.site-container {
	background-color: #fff;
	z-index: 99;
}

.gmm-active .site-container {
	margin-bottom: 0 !important;
}

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

.site-inner,
.wrap {
	margin: 0 auto;
}

.site-inner {
	background-color: #fff;
	clear: both;
	max-width: 1166px;
	position: relative;
	word-wrap: break-word;
	z-index: 999;
}

.full-width-content.featured-image .site-inner {
	margin-top: -220px;
}

.landing-page .site-inner {
	max-width: 100%;
	margin-top: 0px !important;
}

.page-template-blocks .site-inner {
	margin-top: 0px !important;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	position: relative;
	width: 100%;
}

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

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

/* Sidebar */

.sidebar {
	float: right;
	width: 360px;
}

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

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

/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

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

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

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

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

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

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-avatar .avatar {
	background-color: #fff;
	float: none;
	margin-bottom: 40px;
	margin-top: -60px;
	padding: 5px;
}

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

.breadcrumb {
	font-size: 14px;
	margin-bottom: 40px;
}

.full-width-content .breadcrumb {
	text-align: center;
}

.featured-image .breadcrumb {
	background-color: rgba(0, 0, 0, 0.6);
	margin-bottom: 0;
	position: absolute;
	top: -220px;
	width: 100%;
}

.featured-image .breadcrumb,
.featured-image .breadcrumb a {
	color: #fff;
}

.featured-image .breadcrumb a:hover,
.featured-image .breadcrumb a:focus {
	color: #ccc;
}

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

.after-entry {
	box-shadow: 0 10px 80px rgba(0, 0, 0, 0.1);
	padding: 60px 80px;
}

.archive-description p:last-of-type,
.author-box p:last-of-type,
p{
	margin-bottom: 0 !important;
}

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

.search-form {
	overflow: hidden;
	position: relative;
}

.entry-content .search-form {
	margin-bottom: 40px;
	margin-top: 20px;
}

.error404 .entry-content .search-form input[type="search"] {
	margin-right: 10px;
	width: 50%;
}

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

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

.widget_search input[type="submit"] {
	right: 0;
	top: 0;
}

.widget_search input[type="submit"]:focus,
.site-header .header-search-wrap input[type="submit"]:focus {
	background-color: #000;
	box-shadow: none;
	clip: auto;
	color: #fff;
	height: auto;
	padding: 22px 20px;
	width: auto;
}

/* Titles
--------------------------------------------- */
.entry-title{
	display:none;
}
.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.archive-description .entry-title,
.archive-title {
	margin-bottom: 20px;
}

.author-box-title {
	margin-bottom: 10px;
}

.entry-title {
	font-size: 40px;
	line-height:50px;
	font-weight: 700;
	font-family: "corporate-s", sans-serif;
}

.page .entry-title {
	margin-bottom: 0;
}

.page-template-page_blog-php.page .entry-title {
	margin-bottom: 10px;
}

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

.entry-title a:hover,
.entry-title a:focus {
	color: #06c;
}

.widget-title {
	font-family: "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sidebar .widget-title {
	margin-bottom: 10px;
}

/* 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 {
	display: block;
	margin: 0 auto 24px;
}

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	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;
	word-wrap: break-word;
}

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

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

.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 .aligncenter,
.featured-content .aligncenter:hover,
.featured-content .alignleft,
.featured-content .alignleft:hover,
.featured-content .alignnone,
.featured-content .alignnone:hover,
.featured-content .alignright,
.featured-content .alignright:hover {
	border-width: 0;
}

.featured-content .entry {
	padding: 0;
}

.sidebar .featured-content .entry {
	margin-bottom: 20px;
}

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

.featured-content .entry-title {
	font-size: 20px;
}

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

.sidebar .featured-content .entry-meta {
	margin-bottom: 5px;
}

.sidebar .featured-content a.alignleft,
.sidebar .featured-content a.alignright {
	margin-bottom: 0;
}

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

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

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

.after-entry .enews-widget form {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 30px;
}

.sidebar .enews-widget form {
	margin-top: 20px;
}

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

.enews-widget input[type="email"],
.enews-widget input[type="text"] {
	background-color: #f5f5f5;
}

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

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

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

/* Genesis Author Pro / Genesis Portfolio Pro
--------------------------------------------- */

.genesis-author-pro.archive .content .entry-header::after,
.genesis-pro-portfolio.archive .content .entry-header::after {
	display: none;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* WPForms
--------------------------------------------- */

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

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

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

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

.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 li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */

:focus {
	color: #000;
	outline: 1px solid transparent !important;
}

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

.site-header {
	background-color: #fff;
	min-height: 100px;
	padding: 10px 40px;
	width: 100%;
	z-index: 9999;
	box-shadow: 0px 26px 33px -10px rgba(0, 0, 0, 0.18);
}

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

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

.shadow .site-header {
	top: 114px;
}

.site-header>.wrap>* {
	transition: all 0.4s ease-in-out;
}

.site-header.search-visible>.wrap>:not(.header-search-wrap) {
	opacity: 0;
}

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

.title-area {
	float: left;
}

.wp-custom-logo .title-area {
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 0;
}

.site-title {
	padding: 5px 0;
	margin: 0 !important;
}

.site-title,
/*@NA*/

.site-title a {
	font-family: poppins, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	line-height: 2.5;
	margin-bottom: 0;
	text-transform: capitalize;
	color: #20292f;
}

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

.wp-custom-logo .site-title>a {
	float: left;
	min-height: 50px;
	width: 100%;
}

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

.site-header .custom-logo-link .custom-logo {
	height: 50px;
	width: auto;
}

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

.menu a span {
	width: 100%;
	font-family: "quasimoda";
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #262626;
	line-height: 25px;
	text-align: left;
	text-transform: capitalize;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
}

.genesis-nav-menu .sub-menu .current-menu-item {
	background: #ffffff !important;
}

.genesis-nav-menu .sub-menu .current-menu-item a span {
	color: #000 !important;
}

.genesis-nav-menu a span:hover,
.genesis-nav-menu .current-menu-item>a {
	transition: none;
	color: #0069FF;
	text-decoration: none;
}

.genesis-nav-menu .menu-item .sub-menu li a span {
	/* font-size: 15px !important; */
}

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

.genesis-nav-menu i.fas.fa-phone.fa-flip-horizontal {
	padding-top: 6px;
	padding-left: 6px;
}

.genesis-nav-menu li {
	float: none;
	list-style-type: none;
}

.genesis-nav-menu ul.sub-menu li {
	margin-left: 0;
}

.genesis-nav-menu>.menu-item>.sub-menu li {
	background: #fff;
	margin-bottom: 15px;
	text-align: center;
}

.genesis-nav-menu .menu-item,
.genesis-nav-menu .toggle-header-search {
	display: inline-block;
	text-align: left;
}

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

.genesis-nav-menu a,
.genesis-nav-menu .toggle-header-search {
	color: #fff;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	padding: 6px 20px;
}

li#menu-item-11923 {
	margin-left: 20px;
}

.genesis-nav-menu li:first-child a {
	padding-left: 0;
}

.genesis-nav-menu>.menu-item:last-child {
	display: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .toggle-header-search:focus,
.genesis-nav-menu .toggle-header-search:hover {
	color: #fff;
	text-decoration: none;
	opacity: 1;
}

.genesis-nav-menu .sub-menu {
	background: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	width: 306px;
	z-index: 99;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	-moz-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 0px 0px 20px 20px;
}

ul.sub-menu {
	border-top: none;
	border-radius: 3px;
}

.genesis-nav-menu .sub-menu::before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent !important;
	top: -7px;
	content: " ";
	height: 0;
	left: 15px;
	position: absolute;
	top: 0;
	width: 0;
}

.genesis-nav-menu .sub-menu .sub-menu:before {
	display: none;
}

.genesis-nav-menu>.menu-item>.sub-menu {
	margin-top: 0px;
	line-height: 0;
	padding: 40px 30px;
	border-top: 2px solid #0069FF;
	z-index: 99999;
}

.genesis-nav-menu>.menu-item .sub-menu>.menu-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.genesis-nav-menu .sub-menu a {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 12px 15px;
	position: relative;
	width: 160px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -42px 0 0 160px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

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

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

.nav-primary {
	float: right;
	margin-top: 2px;
	text-align: right;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	/* color: #000;*/
	padding: 0;
}

.nav-primary .genesis-nav-menu .sub-menu li:last-child a {
	/* border-bottom: 1px solid #fff; */
}

.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu a:hover {
	background-color: #fff;
	color: #000;
}

/* Header Search
--------------------------------------------- */

.header-search-wrap {
	display: none;
}

.js .header-search-wrap {
	height: 100%;
	left: 0;
	padding: 10px 40px;
	position: absolute;
	transform: translate3d(0, -100%, 0);
	transition: none;
	top: 0;
	width: 100%;
	z-index: 1001;
	/* Show above the menu toggle button */
}

.js .header-search-wrap .search-form,
.js .header-search-wrap input[type="search"] {
	height: 100%;
}

.search-visible .header-search-wrap {
	transform: translate3d(0, 0, 0);
}

.header-search-wrap:target {
	clear: both;
	display: block;
	position: relative;
}

.header-search-wrap input[type="search"] {
	border: 0;
	padding-left: 0;
	padding-right: 100px;
}

.header-search-wrap input[type="submit"]:focus {
	border-radius: 3px;
	margin-top: 1px;
	padding: 20px;
	right: 50px;
}

.toggle-header-search {
	background: transparent;
}

.js .toggle-header-search.close:focus {
	outline: 0;
}

.toggle-header-search.close {
	color: #000;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate3d(-35px, 0, 0);
	transition: transform 0.2s ease-in-out;
	width: 30px;
	z-index: 100;
}

.header-search-wrap:target .toggle-header-search.close {
	transform: none;
}

.toggle-header-search .ionicons {
	font-size: 12px;
	transform: scale(2);
}

.toggle-header-search.close .ionicons {
	position: absolute;
	right: 50%;
	top: calc(50% - 5px);
	transform: scale(3);
}

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

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

.nav-secondary .genesis-nav-menu {
	font-family: open-sans, sans-serif;
	font-weight: 300;
	margin-top: 20px;
}

.nav-secondary .genesis-nav-menu li {
	padding-left: 2px;
}

.nav-secondary .genesis-nav-menu a {
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-left: 15px;
	padding: 0;
	text-transform: uppercase;
}

.nav-secondary .genesis-nav-menu li:first-child a {
	margin-left: 0;
}

.nav-secondary .genesis-nav-menu li:first-child::before {
	content: "";
}

.nav-secondary .genesis-nav-menu li::before {
	color: #666;
	content: "—";
	float: left;
	font-size: 10px;
}

/* Accessible Menu
--------------------------------------------- */

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

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

.genesis-nav-menu .menu-item.sfHover>.sub-menu>.menu-item.sfHover>.sub-menu {
	left: 160px;
	margin-left: 0;
}

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

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

/* Entries
--------------------------------------------- */

.entry-background {
	background-position: center;
	background-size: cover;
	display: block;
	height: 460px;
	margin-top: 80px;
	position: relative;
	width: 100%;
}

.entry {
	margin-bottom: 100px;
}

.landing-page .entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 0px;
	margin-left: 0px;
}
.entry-content ul li,
.entry-content ol li{
	position: relative;
    list-style-type: none;
	margin-left:35px ;
	color:#3D3D3D;
	margin-bottom:20px;
}
 .entry-content ul li:before,
 .entry-content ol li:before{
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2023/02/More-info.png);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    left: -30px;
	 top:5px;
}
 .entry-content ul li a,
 .entry-content ol li a{
	color:#0069FF;
}
.entry-content ol>li {
	list-style-type: decimal;
}

/* .entry-content ul>li {
	list-style-type: none;
} */

.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: #000;
	color: #eee;
}

.entry-content .intro {
	font-size: 19px;
	font-style: italic;
	font-weight: 600;
}

p.center {
	text-align: center;
}

/* Entry Messages
--------------------------------------------- */

.message {
	padding: 25px 30px;
}

.message,
.message a {
	color: #fff;
}

.message a {
	border-bottom: 1px solid #fff;
}

.message a:hover,
.message a:focus {
	border-bottom: none;
}

.message.green {
	background-color: #00a86d;
}

.message.orange {
	background-color: #cc4b00;
}

.message.red {
	background-color: #be0040;
}

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

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

.entry-meta a:hover,
.entry-meta a:focus {
	color: #241773;
	text-decoration: none;
}

.single.full-width-content .entry-header {
	text-align: center;
}

.entry-header::after {
/* 	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 2.5%; */
}

.single.full-width-content .entry-header::after {
	margin-left: auto;
	margin-right: auto;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-footer {
	margin-top: 0px;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 16px/1"ionicons";
	/* stylelint-disable-line */
	margin-right: 8px;
	margin-top: -5px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}

.entry-categories::before {
	content: "\f3ca";
}

.entry-tags::before {
	content: "\f48d";
}

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

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

.pagination {
	clear: both;
}

.archive-pagination a {
	background-color: #000;
	border-radius: 3px;
	color: #fff;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
	padding: 10px 15px;
	text-transform: uppercase;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination li.active a {
	background-color: #06c;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	transform: translateY(-1px);
}

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

.archive-pagination li {
	display: inline-block;
	margin-bottom: 10px;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 17px;
}

.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

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

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

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

.comment-header {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content p {
	margin-bottom: 20px;
}

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

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

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

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

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

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

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

.sidebar {
	line-height: 1.75;
}

.sidebar,
.sidebar p {
	font-size: 16px;
}

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

/* Before Footer CTA
---------------------------------------------------------------------------- */

.before-footer-cta {
	background: #06c;
	background: linear-gradient(45deg, #06c, #02cbfb);
	line-height: 1.5;
	padding-bottom: 40px;
	padding-top: 45px;
	text-align: center;
}

.before-footer-cta .wrap {
	max-width: 1200px;
}

.before-footer-cta p:last-of-type,
.before-footer-cta .widget:last-of-type {
	margin-bottom: 0;
}

.before-footer-cta,
.before-footer-cta a,
.before-footer-cta p,
.before-footer-cta .widget-title {
	color: #fff;
}

.before-footer-cta a {
	border-bottom: 1px solid currentColor;
}

.before-footer-cta a:focus,
.before-footer-cta a:hover {
	border-bottom: 1px solid transparent;
}

.before-footer-cta p {
	font-size: 20px;
}

.before-footer-cta button,
.before-footer-cta input[type="button"],
.before-footer-cta input[type="reset"],
.before-footer-cta input[type="submit"],
.before-footer-cta a.button,
.before-footer-cta a.more-link {
	background-color: #fff;
	border-width: 0;
	color: #000;
	margin: 5px 10px;
	padding: 15px 20px;
	vertical-align: middle;
}

.before-footer-cta button:focus,
.before-footer-cta button:hover,
.before-footer-cta input[type="button"]:focus,
.before-footer-cta input[type="button"]:hover,
.before-footer-cta input[type="reset"]:focus,
.before-footer-cta input[type="reset"]:hover,
.before-footer-cta input[type="submit"]:focus,
.before-footer-cta input[type="submit"]:hover,
.before-footer-cta .button:hover,
.before-footer-cta .button:focus {
	background-color: #000;
	color: #fff;
}

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

.site-footer {
	background-color: #000;
	bottom: 0;
	font-size: 13px;
	line-height: 1;
	padding-bottom: 40px;
	padding-top: 40px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: -99;
}

.gmm-active .site-footer {
	position: inherit;
}

.site-footer .genesis-nav-menu .current-menu-item>a,
.site-footer a,
.site-footer p {
	border-bottom: 1px solid transparent;
	color: #fff;
}

.site-footer .wrap a {
	padding-bottom: 2px;
}

.site-footer .genesis-nav-menu .current-menu-item>a:focus,
.site-footer .genesis-nav-menu .current-menu-item>a:hover,
.site-footer a:hover,
.site-footer a:focus,
.site-footer .genesis-nav-menu a:hover,
.site-footer .genesis-nav-menu a:focus {
	border-bottom-color: currentColor;
	color: #ccc;
	text-decoration: none;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .ion-heart {
	font-size: 13px;
	margin-left: 2px;
	margin-right: 2px;
}

.site-footer .wrap a.footer-logo-link {
	border-bottom-width: 0;
	display: inline-block;
	height: 50px;
	margin-bottom: 10px;
	padding: 0;
}

.site-footer .footer-logo {
	height: 50px;
	width: auto;
}

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

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

	.before-footer-cta .wrap,
	.site-inner {
		max-width: 960px;
	}

	.content {
		width: 600px;
	}

	.sidebar {
		width: 300px;
	}
}

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

	.before-footer-cta .wrap,
	.site-inner {
		max-width: 720px;
	}

	.content,
	.full-width-content .content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.js .nav-primary,
	.sidebar {
		width: 60%;
	}

	.site-header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu li {
		float: none;
	}

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.site-header>.wrap>.genesis-responsive-menu {
		transition: none;
	}

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

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		color: #000;
		display: block;
		font-family: open-sans, sans-serif;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		width: auto;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: transparent;
		border-width: 0;
		box-shadow: none;
		color: #06c;
	}

	.js .genesis-nav-menu>.menu-item .sub-menu>.menu-item:first-child,
	.js .genesis-nav-menu>.menu-item>.sub-menu>.menu-item:last-child,
	.js .genesis-nav-menu .sub-menu a,
	.js #genesis-mobile-nav-primary {
		background-color: #fff;
		color: #000;
	}

	#genesis-mobile-nav-primary.activated {
		border-bottom-color: transparent;
	}

	#genesis-mobile-nav-primary:focus,
	#genesis-mobile-nav-primary:hover {
		color: #06c;
	}

	.menu-toggle {
		float: right;
		font-size: 15px;
		font-weight: 400;
		line-height: 21px;
		padding-left: 0;
		padding-right: 0;
		position: relative;
		z-index: 1000;
	}

	.menu-toggle::before {
		font-size: 20px;
		margin-right: 5px;
		text-rendering: auto;
		vertical-align: bottom;
	}

	.sub-menu-toggle {
		background: transparent;
		float: right;
		font-size: 14px;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 2px;
		z-index: 100;
	}

	.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-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

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

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:hover,
	.genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu .current-menu-item>a {
		color: #06c;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.genesis-responsive-menu .toggle-header-search {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu a {
		color: #000;
	}

	.genesis-nav-menu>.menu-item .sub-menu>.menu-item:first-child {
		padding-top: 0;
	}

	.genesis-nav-menu>.menu-item .sub-menu>.menu-item:last-child {
		padding-bottom: 5px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu::after,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu::before,
	.genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 20px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .toggle-header-search {
		display: none;
	}

	.content-sidebar .content,
	.sidebar-content .content {
		margin-bottom: 80px;
	}

	.pricing-table .one-fifth,
	.pricing-table .one-fourth,
	.pricing-table .one-half,
	.pricing-table .one-third {
		padding: 30px 40px;
	}

	.pricing-table .one-fourth,
	.pricing-table .one-fifth {
		width: 50%;
	}
}

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

	.before-footer-cta .wrap,
	.site-inner {
		max-width: 100%;
		/*padding-left: 5%;
		padding-right: 5%;*/
	}

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

	.landing-page .content {
		margin-bottom: 0;
	}

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

	.after-entry .enews-widget form {
		margin-left: 0;
		margin-right: 0;
	}

	.before-footer-cta .button {
		float: none;
		margin-top: 20px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.pricing-table .one-fifth,
	.pricing-table .one-fourth,
	.pricing-table .one-half,
	.pricing-table .one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.admin-bar .site-inner {
		margin-top: 98px;
	}

	.admin-bar.page-template-blocks .site-inner {
		margin-top: 0;
	}

	.admin-bar .site-header {
		position: relative;
		top: 0;
	}

	.admin-bar .entry-background {
		margin-top: 0;
	}

	.footer-cta-button {
		display: block;
	}
}

/* ==========================================================================
   Author: Nikhil Awasarikar
   Type: Global CSS
   Position: START
   Date: 09/12/19
   ========================================================================== */

/* Common CSS - Start
   ========================================================================== */

p {
	font-family: "quasimoda";
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #3D3D3D;
	letter-spacing: 0px;
	opacity: 1;
	margin:0 0 20px !important;
}

.widget {
	margin-bottom: 0px;
}

/* .entry-header {
	display: none;
} */

.entry {
	margin-bottom: 0px;
}

/* Common CSS - End
   ========================================================================== */

/* Sections - Start
	========================================================================== */


/* Sections - End
	========================================================================== */

/* Utility Bar - Start
   ========================================================================== */

.admin-bar .utility-bar {
	top: 32px;
}

.utility-bar {
	background-color: #ffffff;
	padding: 10px 0 8px;
	z-index: 9999;
	margin: 0 auto;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	position: fixed;
	display: none;
}

.uti-mobile-contact-info,
.uti-mobile-contact-info a {
	color: #fff !important;
	text-decoration: none;
}

.utility-bar-mobile {
	width: 100%;
}

.uti-mobile-contact-info {
	display: none;
}

.utility-bar .site-logo {
	padding: 30px 0px 20px;
}

.utility-bar .beaver-button-lite {
	float: right;
	margin-top: -80px;
	padding: 0 40px;
}

.shadow .site-logo img {
	max-height: 50px;
}

.shadow .utility-bar .site-logo {
	padding: 20px 0px;
}

.shadow .utility-bar .beaver-button-lite {
	margin-top: -70px;
}

/* Utility Bar - End
   ========================================================================== */

/* Text CSS - Start
   ========================================================================== */

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

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.text-white {
	color: white !important;
}

.text-black {
	color: #0D0D0D !important;
}
.text-grey{
	color:#3D3D3D;
}

.text-pink {
	color: #FF1199 !important;
}

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

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

.text-extra-light {
	font-weight: 200 !important;
}

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

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

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

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

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

.text-extra-bold {
	font-weight: 800 !important;
}

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

/* Text CSS - End
   ========================================================================== */

/* Heading CSS - Start
   ========================================================================== */

.heading-1 {
	font-size: 40px;
	line-height: 45px;
	color: #333;
/* 	margin-top: -6px !important; */
	font-family: "corporate-s", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.heading-2 {
	font-weight: 600;
	font-size: 30px;
	font-family: "corporate-s", sans-serif;
	line-height: 35px;
	color: #333;
/* 	margin-top: -6px !important; */
}

.heading-3 {
	font-weight: 500;
	font-size: 24px;
	font-family: "corporate-s", sans-serif;
	line-height: 30px;
	color: #303030;
	margin-bottom: 10px;
/* 	margin-top: -6px !important; */
}

.heading-4 {
	font-size: 20px;
	font-family: "corporate-s", sans-serif;
	margin: 0 0 5px;
	font-weight: 500;
	line-height: 27px;
	color: #303030;
/* 	margin-top: -6px !important; */
}

.heading-5 {
	font-size: 18px;
	font-family: "corporate-s", sans-serif;
	margin: 0 0 5px;
	font-weight: 500;
	line-height: 27px;
	color: #303030;
/* 	margin-top: -6px !important; */
}

.single-section-title {
	font-weight: 600;
	font-size: 36px;
	font-family: "corporate-s", sans-serif;
	line-height: 27px;
	color: #303030;
}

.double-section-title {
	font-weight: 600;
	font-size: 36px;
	font-family: "corporate-s", sans-serif;
	line-height: 40px;
	color: #303030;
	margin: -6px 0 10px;
}

.section-sub-title {
	font-size: 22px;
	font-family: "corporate-s", sans-serif;
	font-weight: 500;
	line-height: 27px;
	color: #303030;
}

/* Heading CSS - End
   ========================================================================== */

/* Margins - Start
========================================================================== */

.m-0 {
	margin: 0px !important;
}

.m-auto {
	margin: auto !important;
}

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

.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}

.ml-auto {
	margin-left: auto;
}

.mr-auto {
	margin-right: auto;
}

.mt-0 {
	margin-top: 0px !important;
}
.mt-3 {
	margin-top: 3px !important;
}
.mt-4 {
	margin-top: 4px !important;
}
.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.ml-25 {
	margin-left: 25px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.mr-25 {
	margin-right: 25px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.m-10 {
	margin: 10px !important;
}

.m-20 {
	margin: 20px !important;
}

.m-30 {
	margin: 30px !important;
}

.m-40 {
	margin: 40px !important;
}

.m-50 {
	margin: 50px !important;
}

.m-60 {
	margin: 60px !important;
}

.m-80 {
	margin: 80px !important;
}

.mx-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.mx-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.mx-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.mx-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.mx-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.mx-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.mx-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.mx-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.mx-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.mx-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.mx-60 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}

.mx-80 {
	margin-left: 80px !important;
	margin-right: 80px !important;
}

.my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.my-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.my-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.my-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.my-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.my-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

.my-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.my-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

.my-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.my-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.my-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

.my-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

@media (min-width: 1601px) {
	.mt-xl-0 {
		margin-top: 0px !important;
	}

	.mt-xl-10 {
		margin-top: 10px !important;
	}

	.mt-xl-15 {
		margin-top: 15px !important;
	}

	.mt-xl-20 {
		margin-top: 20px !important;
	}

	.mt-xl-30 {
		margin-top: 30px !important;
	}

	.mt-xl-40 {
		margin-top: 40px !important;
	}

	.mt-xl-50 {
		margin-top: 50px !important;
	}

	.mt-xl-60 {
		margin-top: 60px !important;
	}

	.mt-xl-80 {
		margin-top: 80px !important;
	}

	.mb-xl-0 {
		margin-bottom: 0px !important;
	}

	.mb-xl-10 {
		margin-bottom: 10px !important;
	}

	.mb-xl-15 {
		margin-bottom: 15px !important;
	}

	.mb-xl-20 {
		margin-bottom: 20px !important;
	}

	.mb-xl-30 {
		margin-bottom: 30px !important;
	}

	.mb-xl-40 {
		margin-bottom: 40px !important;
	}

	.mb-xl-50 {
		margin-bottom: 50px !important;
	}

	.mb-xl-60 {
		margin-bottom: 60px !important;
	}

	.mb-xl-80 {
		margin-bottom: 80px !important;
	}

	.ml-xl-0 {
		margin-left: 0px !important;
	}

	.ml-xl-5 {
		margin-left: 5px !important;
	}

	.ml-xl-10 {
		margin-left: 10px !important;
	}

	.ml-xl-15 {
		margin-left: 15px !important;
	}

	.ml-xl-20 {
		margin-left: 20px !important;
	}

	.ml-xl-25 {
		margin-left: 25px !important;
	}

	.ml-xl-30 {
		margin-left: 30px !important;
	}

	.mr-xl-0 {
		margin-right: 0px !important;
	}

	.mr-xl-5 {
		margin-right: 5px !important;
	}

	.mr-xl-10 {
		margin-right: 10px !important;
	}

	.mr-xl-15 {
		margin-right: 15px !important;
	}

	.mr-xl-20 {
		margin-right: 20px !important;
	}

	.mr-xl-25 {
		margin-right: 25px !important;
	}

	.mr-xl-30 {
		margin-right: 30px !important;
	}

	.m-xl-10 {
		margin: 10px !important;
	}

	.m-xl-20 {
		margin: 20px !important;
	}

	.m-xl-30 {
		margin: 30px !important;
	}

	.m-xl-40 {
		margin: 40px !important;
	}

	.m-xl-50 {
		margin: 50px !important;
	}

	.m-xl-60 {
		margin: 60px !important;
	}

	.m-xl-80 {
		margin: 80px !important;
	}

	.my-xl-0 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.my-xl-5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}

	.my-xl-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.my-xl-15 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.my-xl-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.my-xl-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	.my-xl-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.my-xl-35 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}

	.my-xl-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.my-xl-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

	.my-xl-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}

	.my-xl-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}

	.mx-xl-0 {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.mx-xl-5 {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}

	.mx-xl-10 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	.mx-xl-15 {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}

	.mx-xl-20 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}

	.mx-xl-25 {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}

	.mx-xl-30 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}

	.mx-xl-35 {
		margin-left: 35px !important;
		margin-right: 35px !important;
	}

	.mx-xl-40 {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}

	.mx-xl-50 {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}

	.mx-xl-60 {
		margin-left: 60px !important;
		margin-right: 60px !important;
	}

	.mx-xl-80 {
		margin-left: 80px !important;
		margin-right: 80px !important;
	}
}

@media (min-width: 1025px) and (max-width: 1600px) {

	.mt-lg-0 {
		margin-top: 0px !important;
	}

	.mt-lg-10 {
		margin-top: 10px !important;
	}

	.mt-lg-15 {
		margin-top: 15px !important;
	}

	.mt-lg-20 {
		margin-top: 20px !important;
	}

	.mt-lg-30 {
		margin-top: 30px !important;
	}

	.mt-lg-40 {
		margin-top: 40px !important;
	}

	.mt-lg-50 {
		margin-top: 50px !important;
	}

	.mt-lg-60 {
		margin-top: 60px !important;
	}

	.mt-lg-80 {
		margin-top: 80px !important;
	}

	.mb-lg-0 {
		margin-bottom: 0px !important;
	}

	.mb-lg-10 {
		margin-bottom: 10px !important;
	}

	.mb-lg-15 {
		margin-bottom: 15px !important;
	}

	.mb-lg-20 {
		margin-bottom: 20px !important;
	}

	.mb-lg-30 {
		margin-bottom: 30px !important;
	}

	.mb-lg-40 {
		margin-bottom: 40px !important;
	}

	.mb-lg-50 {
		margin-bottom: 50px !important;
	}

	.mb-lg-60 {
		margin-bottom: 60px !important;
	}

	.mb-lg-80 {
		margin-bottom: 80px !important;
	}

	.ml-lg-0 {
		margin-left: 0px !important;
	}

	.ml-lg-5 {
		margin-left: 5px !important;
	}

	.ml-lg-10 {
		margin-left: 10px !important;
	}

	.ml-lg-15 {
		margin-left: 15px !important;
	}

	.ml-lg-20 {
		margin-left: 20px !important;
	}

	.ml-lg-25 {
		margin-left: 25px !important;
	}

	.ml-lg-30 {
		margin-left: 30px !important;
	}

	.mr-lg-0 {
		margin-right: 0px !important;
	}

	.mr-lg-5 {
		margin-right: 5px !important;
	}

	.mr-lg-10 {
		margin-right: 10px !important;
	}

	.mr-lg-15 {
		margin-right: 15px !important;
	}

	.mr-lg-20 {
		margin-right: 20px !important;
	}

	.mr-lg-25 {
		margin-right: 25px !important;
	}

	.mr-lg-30 {
		margin-right: 30px !important;
	}

	.m-lg-10 {
		margin: 10px !important;
	}

	.m-lg-20 {
		margin: 20px !important;
	}

	.m-lg-30 {
		margin: 30px !important;
	}

	.m-lg-40 {
		margin: 40px !important;
	}

	.m-lg-50 {
		margin: 50px !important;
	}

	.m-lg-60 {
		margin: 60px !important;
	}

	.m-lg-80 {
		margin: 80px !important;
	}

	.my-lg-0 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.my-lg-5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}

	.my-lg-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.my-lg-15 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.my-lg-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.my-lg-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	.my-lg-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.my-lg-35 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}

	.my-lg-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.my-lg-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

	.my-lg-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}

	.my-lg-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}

	.mx-lg-0 {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.mx-lg-5 {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}

	.mx-lg-10 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	.mx-lg-15 {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}

	.mx-lg-20 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}

	.mx-lg-25 {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}

	.mx-lg-30 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}

	.mx-lg-35 {
		margin-left: 35px !important;
		margin-right: 35px !important;
	}

	.mx-lg-40 {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}

	.mx-lg-50 {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}

	.mx-lg-60 {
		margin-left: 60px !important;
		margin-right: 60px !important;
	}

	.mx-lg-80 {
		margin-left: 80px !important;
		margin-right: 80px !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.mt-md-0 {
		margin-top: 0px !important;
	}

	.mt-md-10 {
		margin-top: 10px !important;
	}

	.mt-md-15 {
		margin-top: 15px !important;
	}

	.mt-md-20 {
		margin-top: 20px !important;
	}

	.mt-md-30 {
		margin-top: 30px !important;
	}

	.mt-md-40 {
		margin-top: 40px !important;
	}

	.mt-md-50 {
		margin-top: 50px !important;
	}

	.mt-md-60 {
		margin-top: 60px !important;
	}

	.mb-md-0 {
		margin-bottom: 0px !important;
	}

	.mb-md-10 {
		margin-bottom: 10px !important;
	}

	.mb-md-15 {
		margin-bottom: 15px !important;
	}

	.mb-md-20 {
		margin-bottom: 20px !important;
	}

	.mb-md-30 {
		margin-bottom: 30px !important;
	}

	.mb-md-40 {
		margin-bottom: 40px !important;
	}

	.mb-md-50 {
		margin-bottom: 50px !important;
	}

	.mb-md-60 {
		margin-bottom: 60px !important;
	}

	.ml-md-0 {
		margin-left: 0px !important;
	}

	.ml-md-5 {
		margin-left: 5px !important;
	}

	.ml-md-10 {
		margin-left: 10px !important;
	}

	.ml-md-15 {
		margin-left: 15px !important;
	}

	.ml-md-20 {
		margin-left: 20px !important;
	}

	.ml-md-25 {
		margin-left: 25px !important;
	}

	.ml-md-30 {
		margin-left: 30px !important;
	}

	.mr-md-0 {
		margin-right: 0px !important;
	}

	.mr-md-5 {
		margin-right: 5px !important;
	}

	.mr-md-10 {
		margin-right: 10px !important;
	}

	.mr-md-15 {
		margin-right: 15px !important;
	}

	.mr-md-20 {
		margin-right: 20px !important;
	}

	.mr-md-25 {
		margin-right: 25px !important;
	}

	.mr-md-30 {
		margin-right: 30px !important;
	}

	.my-md-0 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.my-md-5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}

	.my-md-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.my-md-15 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.my-md-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.my-md-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	.my-md-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.my-md-35 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}

	.my-md-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.my-md-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

	.my-md-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}

	.my-md-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}

	.mx-md-0 {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.mx-md-5 {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}

	.mx-md-10 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	.mx-md-15 {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}

	.mx-md-20 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}

	.mx-md-25 {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}

	.mx-md-30 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}

	.mx-md-35 {
		margin-left: 35px !important;
		margin-right: 35px !important;
	}

	.mx-md-40 {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}

	.mx-md-50 {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}

	.mx-md-60 {
		margin-left: 60px !important;
		margin-right: 60px !important;
	}

	.mx-md-80 {
		margin-left: 80px !important;
		margin-right: 80px !important;
	}
}

@media (max-width: 767px) {
	.mb-sm-0 {
		margin-bottom: 0px !important;
	}

	.mt-sm-0 {
		margin-top: 0px !important;
	}

	.mt-sm-5 {
		margin-top: 5px !important;
	}

	.mt-sm-10 {
		margin-top: 10px !important;
	}

	.mt-sm-15 {
		margin-top: 15px !important;
	}

	.mt-sm-20 {
		margin-top: 20px !important;
	}

	.mt-sm-30 {
		margin-top: 30px !important;
	}

	.mt-sm-40 {
		margin-top: 40px !important;
	}

	.mt-sm-50 {
		margin-top: 50px !important;
	}
	.mt-sm-60 {
		margin-top: 60px !important;
	}
	.mb-sm-5 {
		margin-bottom: 5px !important;
	}

	.mb-sm-10 {
		margin-bottom: 10px !important;
	}

	.mb-sm-15 {
		margin-bottom: 15px !important;
	}

	.mb-sm-20 {
		margin-bottom: 20px !important;
	}

	.mb-sm-30 {
		margin-bottom: 30px !important;
	}

	.mb-sm-40 {
		margin-bottom: 40px !important;
	}

	.mb-sm-50 {
		margin-bottom: 50px !important;
	}

	.mr-sm-15 {
		margin-right: 15px !important;
	}

	.ml-sm-15 {
		margin-left: 15px !important;
	}

	.ml-sm-0 {
		margin-left: 0px !important;
	}

	.ml-sm-5 {
		margin-left: 5px !important;
	}

	.ml-sm-10 {
		margin-left: 10px !important;
	}

	.ml-sm-15 {
		margin-left: 15px !important;
	}

	.ml-sm-20 {
		margin-left: 20px !important;
	}

	.ml-sm-25 {
		margin-left: 25px !important;
	}

	.ml-sm-30 {
		margin-left: 30px !important;
	}

	.mr-sm-0 {
		margin-right: 0px !important;
	}

	.mr-sm-5 {
		margin-right: 5px !important;
	}

	.mr-sm-10 {
		margin-right: 10px !important;
	}

	.mr-sm-15 {
		margin-right: 15px !important;
	}

	.mr-sm-20 {
		margin-right: 20px !important;
	}

	.mr-sm-25 {
		margin-right: 25px !important;
	}

	.mr-sm-30 {
		margin-right: 30px !important;
	}

	.my-sm-0 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.my-sm-5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}

	.my-sm-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.my-sm-15 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.my-sm-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.my-sm-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	.my-sm-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.my-sm-35 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}

	.my-sm-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.my-sm-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

	.my-sm-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}

	.my-sm-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}

	.mx-sm-0 {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.mx-sm-5 {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}

	.mx-sm-10 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	.mx-sm-15 {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}

	.mx-sm-20 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}

	.mx-sm-25 {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}

	.mx-sm-30 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}

	.mx-sm-35 {
		margin-left: 35px !important;
		margin-right: 35px !important;
	}

	.mx-sm-40 {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}

	.mx-sm-50 {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}

	.mx-sm-60 {
		margin-left: 60px !important;
		margin-right: 60px !important;
	}

	.mx-sm-80 {
		margin-left: 80px !important;
		margin-right: 80px !important;
	}
}

/* Margins - End
========================================================================== */

/* Paddings - Start
========================================================================== */
.p-0 {
	padding: 0px !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-25 {
	padding-top: 25px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-35 {
	padding-top: 35px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pt-80 {
	padding-top: 80px !important;
}
.pt-100 {
	padding-top: 100px !important;
}
.pb-0 {
	padding-bottom: 0px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-25 {
	padding-bottom: 25px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-35 {
	padding-bottom: 35px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.pl-25 {
	padding-left: 25px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.pl-40 {
	padding-left: 40px !important;
}

.pl-50 {
	padding-left: 50px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pr-25 {
	padding-right: 25px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pr-40 {
	padding-right: 40px !important;
}

.pr-50 {
	padding-right: 50px !important;
}

.p-10 {
	padding: 10px !important;
}

.p-20 {
	padding: 20px !important;
}

.p-30 {
	padding: 30px !important;
}

.p-40 {
	padding: 40px !important;
}

.p-50 {
	padding: 50px !important;
}

.p-60 {
	padding: 60px !important;
}

.p-80 {
	padding: 80px !important;
}

.py-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.py-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.py-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.py-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.py-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.py-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.py-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.px-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.px-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.px-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.px-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.px-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.px-25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.px-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.px-35 {
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.px-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.px-60 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.px-80 {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

/* Paddings - End
========================================================================== */

/* Responsive Padding and Margin Start
========================================================================= */

@media (min-width: 1601px) {
	.p-xl-10 {
		padding: 10px !important;
	}

	.p-xl-20 {
		padding: 20px !important;
	}

	.p-xl-30 {
		padding: 30px !important;
	}

	.p-xl-40 {
		padding: 40px !important;
	}

	.p-xl-50 {
		padding: 50px !important;
	}

	.p-xl-60 {
		padding: 60px !important;
	}

	.p-xl-80 {
		padding: 80px !important;
	}

	.pt-xl-0 {
		padding-top: 0px !important;
	}

	.pt-xl-10 {
		padding-top: 10px !important;
	}

	.pt-xl-20 {
		padding-top: 20px !important;
	}

	.pt-xl-30 {
		padding-top: 30px !important;
	}

	.pt-xl-40 {
		padding-top: 40px !important;
	}

	.pt-xl-50 {
		padding-top: 50px !important;
	}

	.pt-xl-60 {
		padding-top: 50px !important;
	}

	.pb-xl-0 {
		padding-bottom: 0px !important;
	}

	.pb-xl-10 {
		padding-bottom: 10px !important;
	}

	.pb-xl-20 {
		padding-bottom: 20px !important;
	}

	.pb-xl-30 {
		padding-bottom: 30px !important;
	}

	.pb-xl-40 {
		padding-bottom: 40px !important;
	}

	.pb-xl-50 {
		padding-bottom: 50px !important;
	}

	.pb-xl-60 {
		padding-bottom: 60px !important;
	}

	.pl-xl-0 {
		padding-left: 0px !important;
	}

	.pl-xl-5 {
		padding-left: 5px !important;
	}

	.pl-xl-10 {
		padding-left: 10px !important;
	}

	.pl-xl-15 {
		padding-left: 15px !important;
	}

	.pl-xl-20 {
		padding-left: 20px !important;
	}

	.pl-xl-40 {
		padding-left: 40px !important;
	}

	.pl-xl-50 {
		padding-left: 50px !important;
	}

	.pl-xl-200 {
		padding-left: 200px !important;
	}

	.pr-xl-0 {
		padding-right: 0px !important;
	}

	.pr-xl-5 {
		padding-right: 5px !important;
	}

	.pr-xl-10 {
		padding-right: 10px !important;
	}

	.pr-xl-15 {
		padding-right: 15px !important;
	}

	.pr-xl-20 {
		padding-right: 20px !important;
	}

	.pr-xl-40 {
		padding-right: 40px !important;
	}

	.pr-xl-50 {
		padding-right: 50px !important;
	}

	.pr-xl-200 {
		padding-right: 200px !important;
	}

	.px-xl-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.px-xl-5 {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.px-xl-10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.px-xl-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.px-xl-20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.px-xl-25 {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.px-xl-30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.px-xl-35 {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	.px-xl-40 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}

	.px-xl-50 {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}

	.px-xl-60 {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}

	.px-xl-80 {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}

	.py-xl-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.py-xl-5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.py-xl-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.py-xl-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.py-xl-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.py-xl-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.py-xl-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.py-xl-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.py-xl-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-xl-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-xl-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-xl-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
}

@media (min-width: 1025px) and (max-width: 1600px) {
	.p-lg-10 {
		padding: 10px !important;
	}

	.p-lg-20 {
		padding: 20px !important;
	}

	.p-lg-30 {
		padding: 30px !important;
	}

	.p-lg-40 {
		padding: 40px !important;
	}

	.p-lg-50 {
		padding: 50px !important;
	}

	.p-lg-60 {
		padding: 60px !important;
	}

	.p-lg-80 {
		padding: 80px !important;
	}

	.pt-lg-0 {
		padding-top: 0px !important;
	}

	.pt-lg-10 {
		padding-top: 10px !important;
	}

	.pt-lg-20 {
		padding-top: 20px !important;
	}

	.pt-lg-30 {
		padding-top: 30px !important;
	}

	.pt-lg-40 {
		padding-top: 40px !important;
	}

	.pt-lg-50 {
		padding-top: 50px !important;
	}

	.pt-lg-60 {
		padding-top: 50px !important;
	}

	.pb-lg-0 {
		padding-bottom: 0px !important;
	}

	.pb-lg-10 {
		padding-bottom: 10px !important;
	}

	.pb-lg-20 {
		padding-bottom: 20px !important;
	}

	.pb-lg-30 {
		padding-bottom: 30px !important;
	}

	.pb-lg-40 {
		padding-bottom: 40px !important;
	}

	.pb-lg-50 {
		padding-bottom: 50px !important;
	}

	.pb-lg-60 {
		padding-bottom: 60px !important;
	}

	.pl-lg-0 {
		padding-left: 0px !important;
	}

	.pl-lg-5 {
		padding-left: 5px !important;
	}

	.pl-lg-10 {
		padding-left: 10px !important;
	}

	.pl-lg-15 {
		padding-left: 15px !important;
	}

	.pl-lg-20 {
		padding-left: 20px !important;
	}

	.pl-lg-40 {
		padding-left: 40px !important;
	}

	.pl-lg-50 {
		padding-left: 50px !important;
	}

	.pl-lg-200 {
		padding-left: 200px !important;
	}

	.pr-lg-0 {
		padding-right: 0px !important;
	}

	.pr-lg-5 {
		padding-right: 5px !important;
	}

	.pr-lg-10 {
		padding-right: 10px !important;
	}

	.pr-lg-15 {
		padding-right: 15px !important;
	}

	.pr-lg-20 {
		padding-right: 20px !important;
	}

	.pr-lg-40 {
		padding-right: 40px !important;
	}

	.pr-lg-50 {
		padding-right: 50px !important;
	}

	.pr-lg-200 {
		padding-right: 200px !important;
	}

	.p-lg-10 {
		padding: 10px !important;
	}

	.p-lg-20 {
		padding: 20px !important;
	}

	.p-lg-30 {
		padding: 30px !important;
	}

	.p-lg-40 {
		padding: 40px !important;
	}

	.p-lg-50 {
		padding: 50px !important;
	}

	.p-lg-60 {
		padding: 60px !important;
	}

	.p-lg-80 {
		padding: 80px !important;
	}

	.px-lg-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.px-lg-5 {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.px-lg-10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.px-lg-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.px-lg-20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.px-lg-25 {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.px-lg-30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.px-lg-35 {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	.px-lg-40 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}

	.px-lg-50 {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}

	.px-lg-60 {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}

	.px-lg-80 {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}

	.py-lg-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.py-lg-5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.py-lg-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.py-lg-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.py-lg-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.py-lg-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.py-lg-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.py-lg-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.py-lg-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-lg-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-lg-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-lg-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.p-md-10 {
		padding: 10px !important;
	}

	.p-md-20 {
		padding: 20px !important;
	}

	.p-md-30 {
		padding: 30px !important;
	}

	.p-md-40 {
		padding: 40px !important;
	}

	.p-md-50 {
		padding: 50px !important;
	}

	.p-md-60 {
		padding: 60px !important;
	}

	.p-md-80 {
		padding: 80px !important;
	}

	.pb-md-0 {
		padding-bottom: 0px !important;
	}

	.pt-md-0 {
		padding-top: 0px !important;
	}

	.pt-md-10 {
		padding-top: 10px !important;
	}

	.pt-md-20 {
		padding-top: 20px !important;
	}

	.pt-md-30 {
		padding-top: 30px !important;
	}

	.pt-md-40 {
		padding-top: 40px !important;
	}

	.pt-md-50 {
		padding-top: 50px !important;
	}

	.pt-md-60 {
		padding-top: 50px !important;
	}

	.pt-md-80 {
		padding-top: 80px !important;
	}

	.pt-md-100 {
		padding-top: 100px !important;
	}

	.pb-md-10 {
		padding-bottom: 10px !important;
	}

	.pb-md-20 {
		padding-bottom: 20px !important;
	}

	.pb-md-30 {
		padding-bottom: 30px !important;
	}

	.pb-md-40 {
		padding-bottom: 40px !important;
	}

	.pb-md-50 {
		padding-bottom: 50px !important;
	}

	.pb-md-60 {
		padding-bottom: 60px !important;
	}
	.pb-md-80 {
		padding-bottom: 80px !important;
	}
	.pb-md-100 {
		padding-bottom: 100px !important;
	}
	.pl-md-0 {
		padding-left: 0px !important;
	}

	.pl-md-5 {
		padding-left: 5px !important;
	}

	.pl-md-10 {
		padding-left: 10px !important;
	}

	.pl-md-15 {
		padding-left: 15px !important;
	}

	.pl-md-20 {
		padding-left: 20px !important;
	}

	.pl-md-40 {
		padding-left: 40px !important;
	}

	.pl-md-50 {
		padding-left: 50px !important;
	}

	.pr-md-0 {
		padding-right: 0px !important;
	}

	.pr-md-5 {
		padding-right: 5px !important;
	}

	.pr-md-10 {
		padding-right: 10px !important;
	}

	.pr-md-15 {
		padding-right: 15px !important;
	}

	.pr-md-20 {
		padding-right: 20px !important;
	}

	.pr-md-40 {
		padding-right: 40px !important;
	}

	.pr-md-50 {
		padding-right: 50px !important;
	}

	.px-md-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.px-md-5 {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.px-md-10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.px-md-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.px-md-20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.px-md-25 {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.px-md-30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.px-md-35 {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	.px-md-40 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}

	.px-md-50 {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}

	.px-md-60 {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}

	.px-md-80 {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}

	.py-md-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.py-md-5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.py-md-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.py-md-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.py-md-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.py-md-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.py-md-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.py-md-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.py-md-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-md-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-md-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-md-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

}

@media (max-width: 767px) {
	.p-sm-10 {
		padding: 10px !important;
	}

	.p-sm-20 {
		padding: 20px !important;
	}

	.p-sm-30 {
		padding: 30px !important;
	}

	.p-sm-40 {
		padding: 40px !important;
	}

	.p-sm-50 {
		padding: 50px !important;
	}

	.p-sm-60 {
		padding: 60px !important;
	}

	.p-sm-80 {
		padding: 80px !important;
	}

	.pb-sm-0 {
		padding-bottom: 0px !important;
	}

	.pt-sm-0 {
		padding-top: 0px !important;
	}

	.pt-sm-10 {
		padding-top: 10px !important;
	}

	.pt-sm-20 {
		padding-top: 20px !important;
	}

	.pt-sm-30 {
		padding-top: 30px !important;
	}

	.pt-sm-40 {
		padding-top: 40px !important;
	}

	.pt-sm-50 {
		padding-top: 50px !important;
	}

	.pt-sm-60 {
		padding-top: 60px !important;
	}

	.pt-sm-80 {
		padding-top: 80px !important;
	}

	.pb-sm-10 {
		padding-bottom: 10px !important;
	}

	.pb-sm-20 {
		padding-bottom: 20px !important;
	}

	.pb-sm-30 {
		padding-bottom: 30px !important;
	}

	.pb-sm-40 {
		padding-bottom: 40px !important;
	}

	.pb-sm-50 {
		padding-bottom: 50px !important;
	}

	.pb-sm-50 {
		padding-bottom: 50px !important;
	}

	.pb-sm-60 {
		padding-bottom: 60px !important;
	}

	.pb-sm-80 {
		padding-bottom: 80px !important;
	}

	.pl-sm-0 {
		padding-left: 0px !important;
	}

	.pl-sm-5 {
		padding-left: 5px !important;
	}

	.pl-sm-10 {
		padding-left: 10px !important;
	}

	.pl-sm-15 {
		padding-left: 15px !important;
	}

	.pl-sm-20 {
		padding-left: 20px !important;
	}

	.pl-sm-40 {
		padding-left: 40px !important;
	}

	.pl-sm-50 {
		padding-left: 50px !important;
	}

	.pr-sm-0 {
		padding-right: 0px !important;
	}

	.pr-sm-5 {
		padding-right: 5px !important;
	}

	.pr-sm-10 {
		padding-right: 10px !important;
	}

	.pr-sm-15 {
		padding-right: 15px !important;
	}

	.pr-sm-20 {
		padding-right: 20px !important;
	}

	.pr-sm-40 {
		padding-right: 40px !important;
	}

	.pr-sm-50 {
		padding-right: 50px !important;
	}

	.px-sm-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

/* Responsive Padding and Margin End
========================================================================== */

/* Spacing Section - Start
========================================================================== */

.four-side-padding-section {
	padding: 60px 200px;
}

.section .fl-row-content-wrap {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.small-section .fl-row-content-wrap {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.mini-section .fl-row-content-wrap {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.top-multi-padding-section-60 .fl-row-content-wrap {
	padding-top: 60px !important;
	padding-bottom: 100px !important;
}

.top-multi-padding-section .fl-row-content-wrap {
	padding-top: 100px !important;
	padding-bottom: 60px !important;
}

.middle-multi-padding-section .fl-row-content-wrap {
	padding-top: 0px !important;
	padding-bottom: 60px !important;
}

.last-multi-padding-section .fl-row-content-wrap {
	padding-top: 0px !important;
	padding-bottom: 100px !important;
}

.top-padding-100-section .fl-row-content-wrap {
	padding-top: 100px !important;
	padding-bottom: 0px !important;
}

.bottom-padding-100-section .fl-row-content-wrap {
	padding-top: 0px !important;
	padding-bottom: 100px !important;
}

.top-padding-60-section .fl-row-content-wrap {
	padding-top: 60px !important;
	padding-bottom: 0px !important;
}

.bottom-padding-60-section .fl-row-content-wrap {
	padding-top: 0px !important;
	padding-bottom: 60px !important;
}

.no-padding-section .fl-row-content-wrap {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.top-40-padding-section .fl-row-content-wrap{
	padding-top: 40px !important;
	padding-bottom: 100px !important;
}
/* @media (min-width: 1601px) {

	.four-side-padding-section {
		padding: 80px 220px;
	}

	.section .fl-row-content-wrap {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}

	.small-section .fl-row-content-wrap {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}

	.mini-section .fl-row-content-wrap {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	.top-multi-padding-section .fl-row-content-wrap {
		padding-top: 120px !important;
		padding-bottom: 80px !important;
	}

	.middle-multi-padding-section .fl-row-content-wrap {
		padding-top: 0px !important;
		padding-bottom: 80px !important;
	}

	.last-multi-padding-section .fl-row-content-wrap {
		padding-top: 0px !important;
		padding-bottom: 120px !important;
	}

	.top-padding-100-section .fl-row-content-wrap {
		padding-top: 120px !important;
		padding-bottom: 0px !important;
	}

	.bottom-padding-100-section .fl-row-content-wrap {
		padding-top: 0px !important;
		padding-bottom: 120px !important;
	}

	.top-padding-60-section .fl-row-content-wrap {
		padding-top: 80px !important;
		padding-bottom: 0px !important;
	}

	.bottom-padding-60-section .fl-row-content-wrap {
		padding-top: 0px !important;
		padding-bottom: 80px !important;
	}

	.no-padding-section .fl-row-content-wrap {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
}
 */
@media (max-width: 767px) {
	.section .fl-row-content-wrap {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.top-multi-padding-section-60 .fl-row-content-wrap {
		padding-top: 60px !important;
		padding-bottom: 80px !important;
	}
	.mini-section .fl-row-content-wrap {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.top-multi-padding-section .fl-row-content-wrap {
		padding-top: 80px !important;
		padding-bottom: 40px !important;
	}

	.middle-multi-padding-section .fl-row-content-wrap {
		padding-top: 0px !important;
		padding-bottom: 40px !important;
	}

	.last-multi-padding-section .fl-row-content-wrap {
		padding-top: 0px !important;
		padding-bottom: 80px !important;
	}

	.top-padding-100-section .fl-row-content-wrap {
		padding-top: 80px !important;
		padding-bottom: 0px !important;
	}

	.bottom-padding-100-section .fl-row-content-wrap {
		padding-top: 0px !important;
		padding-bottom: 80px !important;
	}

	.top-padding-60-section .fl-row-content-wrap {
		padding-top: 40px !important;
		padding-bottom: 0px !important;
	}

	.bottom-padding-60-section .fl-row-content-wrap {
		padding-top: 0px !important;
		padding-bottom: 40px !important;
	}

	.four-side-padding-section {
		padding: 40px 15px !important;
	}
	.flex-sm-column{
		flex-direction:column;
	}
}

/* Spacing Section - End
========================================================================== */

/* Column CSS- Start
========================================================================== */

.two-col-layout .fl-col-has-cols .fl-col {
	width: 48% !important;
	margin-right: 4%;
}

.two-col-layout .fl-col {
	width: 48% !important;
	margin-right: 4%;
}

.two-col-layout.sidebar-left .fl-col:nth-child(1) {
	width: 31.25% !important;
	margin-right: 2.5%;
}

.two-col-layout.sidebar-left .fl-col:nth-child(2) {
	width: 66.25% !important;
	margin-right: 0%;
}

.two-col-layout.sidebar-right .fl-col:nth-child(1) {
	width: 66.25% !important;
	margin-right: 2.5%;
}

.two-col-layout.sidebar-right .fl-col:nth-child(2) {
	width: 31.25% !important;
	margin-right: 0%;
}

.three-col-layout .fl-col {
	/* 	width: 31.33% !important;
	margin-right: 3%; */
	width: 31.73% !important;
	margin-right: 2.4%;
}

.before-footer.three-col-layout .fl-col:nth-child(3) {
	width: 18% !important;
}

.three-col-layout.fl-col-has-cols .fl-col-group-nested .fl-col {
	width: 33.33% !important;
	margin-right: 3%;
}

.four-col-layout .fl-col {
	width: 23.5% !important;
	margin-right: 2%;
}

.five-col-layout .fl-col {
	width: 18.4% !important;
	margin-right: 2%;
}

.six-col-layout .fl-col {
	width: 15% !important;
	margin-right: 2%;
}

.two-col-layout .fl-col:nth-child(2),
.three-col-layout .fl-col:nth-child(3),
.four-col-layout .fl-col:nth-child(4),
.five-col-layout .fl-col:nth-child(5),
.six-col-layout .fl-col:nth-child(6),
.three-col-layout.fl-col-has-cols .fl-col-group-nested .fl-col:nth-child(3) {
	margin-right: 0;
}

.six-col-layout .fl-col,
.five-col-layout.last-row .fl-col,
.four-col-layout.last-row .fl-col,
.two-col-layout.last-row .fl-col,
.three-col-layout.last-row .fl-col {
	margin-bottom: 0px;
}

.column-2 {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.column-3 {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

.column-4 {
	columns: 4;
	-webkit-columns: 4;
	-moz-columns: 4;
}

.column-gap {
	column-gap: 50px;
}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.pricing-table .one-fifth,
	.pricing-table .one-fourth,
	.pricing-table .one-half,
	.pricing-table .one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.two-col-layout .fl-col,
	.two-col-layout.sidebar-left .fl-col:nth-child(1),
	.two-col-layout.sidebar-left .fl-col:nth-child(2),
	.two-col-layout.sidebar-right .fl-col:nth-child(1),
	.two-col-layout.sidebar-right .fl-col:nth-child(2),
	.three-col-layout .fl-col,
	.four-col-layout .fl-col,
	.five-col-layout .fl-col,
	.six-col-layout .fl-col,
	.three-col-layout.fl-col-has-cols .fl-col-group-nested .fl-col {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.two-col-layout .fl-col,
	.three-col-layout .fl-col,
	.four-col-layout .fl-col,
	.five-col-layout .fl-col,
	.six-col-layout .fl-col,
	.three-col-layout.fl-col-has-cols .fl-col-group-nested .fl-col {
		margin: 0 0 40px 0;
	}

	.two-col-layout .fl-col:nth-child(2),
	.three-col-layout .fl-col:nth-child(3),
	.four-col-layout .fl-col:nth-child(4),
	.five-col-layout .fl-col:nth-child(5),
	.six-col-layout .fl-col:nth-child(6),
	.three-col-layout.fl-col-has-cols .fl-col-group-nested .fl-col:nth-child(3) {
		margin-bottom: 0;
	}

	.fl-col.empty-col,
	.fl-col.before-empty-col,
	.fl-col.last-col,
	.fl-col-has-cols .fl-col-group-nested .fl-col.before-empty-col,
	.fl-col-has-cols .fl-col-group-nested .fl-col.empty-col {
		margin-bottom: 0 !important;
	}

	.two-col-layout.mobile-no-padding-bottom .fl-col:first-child {
		margin-bottom: 0;
	}

	.col-reverse .fl-col-group {
		display: flex !important;
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}

	.col-reverse .fl-col {
		width: 100%;
	}

	.col-reverse.two-col-layout .fl-col-group .fl-col:nth-child(1) {
		margin: 0 0 0px 0 !important;
	}

	.col-reverse.two-col-layout .fl-col-group .fl-col:nth-child(2) {
		margin: 0 0 60px 0;
	}

	.two-col-layout.sidebar-right .fl-col-small.small-sidebar,
	.two-col-layout.sidebar-left .fl-col-small.small-sidebar {
		max-width: 425px !important;
		margin: 0 auto !important;
	}

	.tablet-full-width .fl-col {
		width: 100% !important;
	}

}

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

	.fl-col-small,
	.fl-col {
		max-width: 100% !important;
	}

	.four-col-layout .fl-col {
		width: 48% !important;
		margin-right: 4% !important;
	}

	.six-col-layout .fl-col {
		width: 31.33% !important;
		margin-right: 3% !important;
	}

	.four-col-layout .fl-col:nth-child(2),
	.four-col-layout .fl-col:nth-child(4),
	.six-col-layout .fl-col:nth-child(3),
	.six-col-layout .fl-col:nth-child(6) {
		margin-right: 0 !important;
	}

	.four-col-layout .fl-col:nth-child(1),
	.four-col-layout .fl-col:nth-child(2),
	.six-col-layout .fl-col:nth-child(1),
	.six-col-layout .fl-col:nth-child(2),
	.six-col-layout .fl-col:nth-child(3) {
		margin-bottom: 30px !important;
	}

	.four-col-layout .fl-col:nth-child(3),
	.four-col-layout .fl-col:nth-child(4),
	.six-col-layout .fl-col:nth-child(4),
	.six-col-layout .fl-col:nth-child(5),
	.six-col-layout .fl-col:nth-child(6) {
		margin-bottom: 0px !important;
	}

	.four-col-layout .fl-col.last-col {
		width: 100% !important;
		margin-bottom: 0 !important;
	}

	.full-width-col {
		width: 100% !important;
	}

	.column-2,
	.column-3,
	.column-4 {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}

@media (max-width: 767px) {

	.fl-col-small,
	.fl-col {
		max-width: 100% !important;
	}

	.two-col-layout .fl-col-has-cols .fl-col {
		width: 100% !important;
	}

	.two-col-layout .fl-col,
	.three-col-layout .fl-col,
	.four-col-layout .fl-col,
	.five-col-layout .fl-col,
	.six-col-layout .fl-col,
	.three-col-layout.fl-col-has-cols .fl-col-group-nested .fl-col {
		margin: 0 0 40px 0 !important;
	}

	.two-col-layout .fl-col:nth-child(2),
	.three-col-layout .fl-col:nth-child(3),
	.four-col-layout .fl-col:nth-child(4),
	.five-col-layout .fl-col:nth-child(5),
	.six-col-layout .fl-col:nth-child(6),
	.fl-col.last-col,
	.three-col-layout.fl-col-has-cols .fl-col-group-nested .fl-col:nth-child(3) {
		margin-bottom: 0 !important;
	}

	.six-col-layout .fl-col {
		width: 48% !important;
		margin-right: 4% !important;
		float: left;
		clear: none;
	}

	.six-col-layout .fl-col:nth-child(2),
	.six-col-layout .fl-col:nth-child(4),
	.six-col-layout .fl-col:nth-child(6) {
		margin-right: 0 !important;
	}

	.six-col-layout .fl-col:nth-child(1),
	.six-col-layout .fl-col:nth-child(2),
	.six-col-layout .fl-col:nth-child(3),
	.six-col-layout .fl-col:nth-child(4) {
		margin-bottom: 30px !important;
	}

	.six-col-layout .fl-col:nth-child(5),
	.six-col-layout .fl-col:nth-child(6) {
		margin-bottom: 0px !important;
	}

	.col-reverse.two-col-layout .fl-col-group .fl-col:nth-child(2) {
		margin: 0 0 40px 0 !important;
	}

	.fl-col.empty-col,
	.fl-col.before-empty-col,
	.fl-col.last-col,
	.last-col-group .fl-col:last-child,
	.fl-col-has-cols .fl-col-group-nested .fl-col.before-empty-col,
	.fl-col-has-cols .fl-col-group-nested .fl-col.empty-col {
		margin-bottom: 0 !important;
	}

	.column-2,
	.column-3,
	.column-4 {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
}

/* Column CSS- End
========================================================================== */

/* Alignment - Start
   ========================================================================== */

.line-height-15 {
	line-height: 15px !important;
}

.line-height-20 {
	line-height: 20px !important;
}

.line-height-25 {
	line-height: 25px !important;
}

.line-height-30 {
	line-height: 30px !important;
}

.line-height-35 {
	line-height: 35px !important;
}

.line-height-40 {
	line-height: 40px !important;
}

.align-middle {
	vertical-align: middle;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* Alignment - End
   ========================================================================== */

/* Header CSS - Start
   ========================================================================== */

.ion-navicon:before {
	font-size: 32px;
}

.header-phone {
	font-size: 15px;
	padding: 0px 5px;
	color: #2b93d1;
}

.nav-primary .wrap {
	width: 100% !important;
/* 	margin: 0 0 20px; */
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus {
	color: #000 !important;
	background: #fff !important;
	opacity: 1 !important;
}

.nav-primary .genesis-nav-menu .sub-menu a span:hover,
.nav-primary .genesis-nav-menu .sub-menu a span:focus {
	color: #0069FF !important;
}

.nav-primary {
	width: 100%;
}

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

#menu-top-menu li a {
	color: #303030;
	padding: 0 15px;
}

.genesis-nav-menu li:nth-last-child(2) a {
	padding-right: 20px;
}

.genesis-nav-menu li i.fas.fa-chevron-down {
	font-size: 13px;
	padding-left: 8px;
	padding-top: 6px;
}

.genesis-nav-menu > .menu-item:nth-last-child(2) a span {
	color: #fff !important;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a {
	color: #C80707;
	background: transparent !important;
}
.genesis-nav-menu li.book-button a, 
.genesis-nav-menu li.book-button a:hover {
	background: #0069FF !important;
    border-radius: 6px;
    padding: 12px 20px;
}
.genesis-nav-menu li.book-button a span{
	line-height:16px !important;
}
/* Header CSS - End
   ========================================================================== */

/* Content Width - Start
   ========================================================================== */

.medium-content {
	max-width: 1280px !important;
	margin: 0 auto;
	width: 90%;
}

.container-box-horizontal {
	max-width: 80%;
	margin: 0 auto;
	display: flex;
}

.full-width-content .content {
	width: 100%;
}

.wrap {
	display: flex;
	max-width: 1166px;
	align-items: center;
}

.fl-row-fixed-width {
	max-width: 1166px !important;
}

.site-header .custom-logo-link .custom-logo {
	max-height: 100%;
	width: auto;
}

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

.site-container {
	margin-bottom: 0px !important;
}

/* Content Width - End
   ========================================================================== */

/* Buttons - Start
   ========================================================================== */

.beaver-button a:hover,
.beaver-button-lite a:hover {
	-webkit-transition: all .75s cubic-bezier(0, 1, .5, 1);
	transition: all .75s cubic-bezier(0, 1, .5, 1);
	box-shadow: 1px 3px 20px -10px #999;
}

.book-now-button,
.tixoom-button
{
	font-family: "corporate-s", sans-serif;
	font-style: normal;
	font-weight: 600 !important;
	font-size: 16px !important;
	padding: 12px 20px 14px 20px !important;
	border: none !important;
	background: #0069FF !important;
	color: #fff !important;
	display: inline-block !important;
	text-decoration: none;
	line-height: 16px !important;
	border-radius: 5px !important;
/* 	width: 128px; */
	text-align: center;
/* 	height: 40px; */
	opacity: 1;
	cursor: pointer;
}
.book-now-button-light{
	font-family: "corporate-s", sans-serif;
	font-style: normal;
	font-weight: 600 !important;
	font-size: 16px !important;
	padding: 10px 20px 12px !important;
	border: none !important;
	background: #fff !important;
	border: 2px solid #0069FF!important;
	color: #0069FF !important;
	display: inline-block !important;
	text-decoration: none;
	line-height: 16px !important;
	border-radius: 5px !important;
/* 	width: 128px; */
	text-align: center;
/* 	height: 40px; */
	opacity: 1;
	cursor: pointer;
}
.beaver-button a,
.contact-form .gform_wrapper .gform_footer .gform_button {
	font-family: "corporate-s", sans-serif;
	font-style: normal;
	font-weight: 500 !important;
	font-size: 16px !important;
	padding: 12px 20px 14px 20px !important;
	border: none !important;
	background: #0069FF !important;
	border-radius: 6px !important;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	line-height: 18px !important;
}

.gform_wrapper .gform_footer {
	width: auto !important;
	float: left;
}

.gform_wrapper .gform_footer .gform_button {
	text-transform: capitalize;
}

.beaver-button-lite a {
	font-family: acumin-pro, sans-serif;
	font-style: normal;
	font-weight: 500 !important;
	font-size: 18px !important;
	padding: 10px 20px 12px !important;
	border: 1px solid #FF1199 !important;
	background: transparent !important;
	border-radius: 6px !important;
	color: #FF1199;
	display: inline-block;
	text-decoration: none;
	line-height: 18px;
}

.beaver-button a span {
	color: #fff !important;
}

.beaver-button-lite a span {
	color: #FF1199 !important;
}

.multiple-buttons-row div {
	display: inline-block;
}

.multiple-buttons-row div:first-child {
	margin-right: 25px;
}

.multiple-buttons-row {
	margin: 30px 0 50px;
}
@media(max-width:767px){
	.book-now-button,
.tixoom-button
{
	
	font-size: 14px !important;
	line-height: 14px !important;
	padding: 12px 12px 13px 12px!important;
}
.book-now-button-light{
	
	font-size: 14px !important;
	line-height: 14px !important;
	padding: 10px 12px 11px!important;
}
.beaver-button a,
.contact-form .gform_wrapper .gform_footer .gform_button {
	
	font-size: 14px !important;
	line-height: 14px !important;
	padding: 12px 12px 14px 12px!important;
}
.beaver-button-lite a {
	font-size: 14px !important;
	line-height: 14px;
	padding: 10px 12px 11px!important;
}
}
/* Buttons - End
   ========================================================================== */

/* Gravity Form - Start
   ========================================================================== */

.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}

.gform_wrapper .validation_message {
	background: none !important;
	padding: 8px 0 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border: 0 !important;
	background: none !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
	border: 2px solid #790000 !important;
}

.gform_wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #303030 50%), linear-gradient(135deg, #303030 50%, transparent 50%);
	background-position: calc(100% - 15px) calc(0.7em + 2px), calc(100% - 10px) calc(0.7em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
	background-repeat: no-repeat;
}

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

input,
input[type="search"],
select,
textarea {
	padding: 5px !important;
	line-height: normal !important;
	font-weight: 300 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
	border: 1px solid #fa2e2e !important;
}

.gform_wrapper .validation_message {
	color: #ff6666 !important;
	font-weight: 500 !important;
	border-width:0px !important;
}

/* .gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .gfield_required {
	color: #ff6666 !important;
} */

.gform_wrapper label.gfield_label {
	font-size: 18px !important;
	font-weight: 300 !important;
	color: #303030;
	font-family: "quasimoda"; 
	padding-bottom: 5px;
}

.gform_wrapper div.validation_error {
	display: none !important;
}

.gform_wrapper .validation_message {
	padding: 0px 0 !important;
}

.instruction.validation_message {
	display: none !important;
}

#genesis-content .entry-content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.before-footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: calc(100%) !important;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding: 0;
	display: grid;
	margin-top: 15px !important;
}

.gform_wrapper {
	margin: 0 !important;
	padding: 0 !important;
}

.gform_wrapper .gform_footer {
	padding: 0 !important;
}

.gform_wrapper .gform_footer input {
	background: #0069FF !important;
	padding: 7px 30px 10px!important;
	font-weight: 600 !important;
	border-radius:5px;
	font-size:16px !important;
	margin-bottom:0px !important;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input.button:focus {
	background: #0069FF !important;
}

.text-right.required {
	line-height: 1.2 !important;
	margin-bottom: -38px !important;
	color: #ff0000;
	font-size: 17px;
	padding-top: 10px;
	font-weight: 500;
}

.gform_wrapper .gform_footer {
	margin: 10px 0 0px!important;
	text-align: center;
}

.gform_wrapper textarea.medium {
	height: 120px !important;
}

.before-footer .gform_wrapper ul.gform_fields li.gfield {
	margin-top: 0 !important;
	margin-bottom: 20px;
}

.before-footer .gform_wrapper ul.gform_fields {
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0px !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

.contact-form {
	max-width: 500px;
}

.ginput_container_date div {
	margin-top: 0 !important;
}

.gf_right_half,
.gf_left_half {
	width: 48% !important;
}

.gf_left_half {
	margin-right: 4%;
}

.two-col-checkboxes ul {
	column-count: 2;
}

.two-col-checkboxes .ginput_container {
	margin-top: 0 !important;
}

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

	.gform_wrapper .top_label input.medium,
	.gform_wrapper .top_label select.medium {
		width: 100% !important;
	}

	.gform_wrapper textarea.medium {
		width: 100% !important;
	}
}

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

	.gf_right_half,
	.gf_left_half {
		width: 100% !important;
	}

	.gf_left_half {
		margin-right: 0;
	}
}

/* Gravity Form - End
   ========================================================================== */

/* Bottom Dash - Start
   ========================================================================== */

.bottom-dash-purple:after,
.bottom-dash-black:after,
.bottom-dash-white:after {
	content: "";
	margin: 7px auto;
	max-width: 270px;
	display: block;
	width: 50px;
	position: relative;
	padding-top: 30px;
	margin-bottom: 20px;
}

.bottom-dash-left-purple:after,
.bottom-dash-left-black:after,
.bottom-dash-left-white:after {
	content: "";
	display: block;
	width: 50px;
	position: relative;
	padding-top: 30px;
	margin-bottom: 20px;
}

.bottom-dash-black:after,
.bottom-dash-left-black:after {
	border-bottom: 5px solid #2a2a2a;
}

.bottom-dash-purple:after,
.bottom-dash-left-purple:after {
	border-bottom: 5px solid #241773;
}

.bottom-dash-white:after,
.bottom-dash-left-white:after {
	border-bottom: 5px solid #fff;
}

.info_box_header.heading-1.bottom-dash-left-purple:after {
	padding-top: 60px;
	margin-bottom: 30px;
}

.banner-content .bottom-dash-purple:after {
	padding-top: 30px;
	margin-bottom: 30px;
}

.testimonials-title.bottom-dash-purple:after {
	padding-top: 50px;
	margin-bottom: 30px;
}

.about.info-box .bottom-dash-purple:after {
	padding-top: 40px;
	margin-bottom: 35px;
}

/* Bottom Dash - End
   ========================================================================== */

/* Footer - Start
   ========================================================================== */

.before-footer .fl-menu ul li {
	display: block;
}

.before-footer .fl-menu ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	margin-top: 30px;
}

.footer-copyright .fl-module-content {
	margin: 10px 0;
}

.copyrht-left,
.copyrht-right {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	margin-top: 10px;
    margin-bottom: 10px;
}

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

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

.social-icons-row {
	/*display: inline-block;*/
	display: none;
}

.footer-menu ul li {
	list-style: none;
}

.footer-menu a {
	font-family: "quasimoda";
	font-weight: 400;
	padding-left: 0 !important;
}

.before-footer h2.fl-heading {
	font-family: "quasimoda";
	font-weight: 600 !important;
	color: #1a1a1a;
	line-height: 20px !important;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 18px;
}

.social-icons {
	text-align: center;
	padding: 0px 20px 0px 4px;
	display: inline-block;
	cursor: pointer;
}

.social-icons i {
	color: #666;
	font-size: 26px;
}

address.contact-card i {
	font-size: 18px;
	color: #303030;
	font-weight: 300;
	width: 25px;
	height: 18px;
	text-align: center;
	margin-top: 6px;
}

.contact-card a {
	color: #303030;
	margin-left: 10px;
	margin-bottom: 15px;
	display: inline-block;
}

.contact-card a:hover,
.contact-card a:focus {
	color: #FF1199;
}

.contact-card i.fas.fa-map-marker-alt {
	margin-top: 10px;
}

.contact-card a,
.contact-card p,
.contact-card div,
.footer-contact-card p,
.footer-contact-card a {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-family: acumin-pro, sans-serif !important;
	display: flex;
	text-decoration: none;
}

.footer-site-info p {
	max-width: 305px;
}

.before-footer h3 {
	font-family: "corporate-s", sans-serif;
	font-weight: 700;
	color: #0D0D0D;
	font-size: 24px;
}

.before-footer .fl-module-content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.fl-node-5d7b9286b6d3d>.fl-module-content {
	margin-top: 0px !important;
	margin-left: 0px !important;
}

.before-footer .fl-menu {
	/* margin-left: 23px; */
}

.before-footer p {
	color: #3D3D3D;
}

#menu-item-11974 a {
	padding-top: 0;
}

/* Footer - End
   ========================================================================== */


/* Banner Section - Start
   ========================================================================== */

h1.banner-text {
	text-align: center;
	color: #fff;
	font-size: 70px;
	font-family: corner-store-jf, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 90px;
	margin-bottom: 50px;
	text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.6);
}

/* Banner Section - End
   ========================================================================== */

/* Testimonial Box - Start
   ========================================================================== */

span.fa.fa-star.checked {
	color: #E7711B;
	font-size: 28px;
}

.testimonial-box-left {
	text-align: center;
	padding: 80px 75px;
}

.testimonialbox-content p {
	font-family: acumin-pro, sans-serif !important;
	font-size: 28px;
	font-style: italic;
	color: #505050;
	line-height: 45px;
}

.testimonialbox-content {
	padding-top: 50px;
}

.testimonialbox-name p {
	font-family: 'Playfair Display', serif !important;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	margin: 50px 0 !important;
}

.testimonialbox-review img {
	width: 100px;
	margin-left: 15px;
}

.testimonialbox-review p {
	color: #909090;
}

.quote-design img {
	max-width: 160px;
	display: block;
	margin: 0 auto;
	padding: 100% 0;
}

.testimonial-row .fl-col-group,
.testimonial-row .fl-html {
	display: flex;
}

.testimonial-row.right-image .fl-col:nth-child(2) div {
	height: 100%;
}

.testimonial-row.right-image .fl-col:nth-child(2) img {
	height: 100%;
	object-fit: cover;
}

.testimonial-row.left-image .fl-col:nth-child(1) div {
	height: 100%;
}

.testimonial-row.left-image .fl-col:nth-child(1) img {
	height: 100%;
	object-fit: cover;
}

.horizontal-images-block.six .fl-module-content {
	margin-bottom: 30px;
}

/* Testimonial Box - End
   ========================================================================== */


/* Contact Page - Start
   ========================================================================== */

.contact-page-address-card i {
	color: #d2232a !important;
	font-size: 28px !important;
	line-height: 24px;
	width: 45px !important;
}

.contact-page-address-card a,
.contact-page-address-card p {
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	margin-bottom: 25px;
}

.contact-page-address-card {
	max-width: 340px;
	margin: 0 auto;
}

.bg-left-image .fl-row-content-wrap {
	background-position-x: 85% !important;
}

/* Contact Page - End
   ========================================================================== */

/* Thank-you Page - Start
   ========================================================================== */

h1.thank-you-text {
	font-size: 162px;
	font-family: corner-store-jf, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 165px;
	margin-bottom: 60px;
	color: #303030;
	text-align: center;
}

/* Thank-you Page - End
   ========================================================================== */


/* Modula - Start
   ========================================================================== */

.modula .modula-item img {
	-webkit-transform: scale(2) !important;
	transform: scale(2) !important;
}

.modula .modula-item:hover img {
	-webkit-transform: scale(1.8) !important;
	transform: scale(1.8) !important;
}

/* Modula - End
   ========================================================================== */

/* Blog Page - Start
   ========================================================================== */
.single-post-header-banner {
	background-image: url(/wp-content/uploads/2023/02/Banner-11.jpg);
	background-repeat: no-repeat;
	background-position: 35% 50%;
	background-attachment: scroll;
	background-size: cover;
	min-height: 663px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog-summary .entry-title{
	display:block !important;
}
.blog-summary .featured-content {
	display: flex;
	flex-wrap: wrap;
}

.blog-summary h2.fl-post-grid-title {
	margin-bottom: 30px;
}

.blog-summary h2.fl-post-grid-title a {
	font-size: 30px;
	line-height: 40px;
	color: #075549 !important;
	font-weight: bold;
}

.blog-summary .fl-post-grid-image {
	margin-bottom: 20px;
}

.blog-summary .fl-post-grid-meta {
	font-size: 18px;
	color: #707070;
	margin-bottom: 30px;
	line-height: 28px;
}

.blog-summary .fl-post-grid-content p {
	font-size: 18px;
	color: #303030;
	line-height: 28px;
}

.archive .entry:last-of-type {
	margin-bottom: 0 !important;
}

.blog-summary article.type-post,
.search-results article.type-post,
.archive article.type-post {
	width: 31.3%;
	float: left;
	overflow: hidden;
	margin-bottom: 50px;
	background: #fff;
}

.blog-summary.two-cols article {
	width: 48%;
	margin-bottom: 60px;
}

.blog-summary article.type-post header.entry-header {
	display: block;
	padding: 15px 0 0;
}

.blog-summary article.type-post header.entry-header,
.search-results article.type-post header.entry-header,
.archive article.type-post header.entry-header {
	display: block;
}

.blog-summary article.type-post:nth-child(3n+2),
.search-results article.type-post:nth-child(3n+3),
.archive article.type-post:nth-child(3n+3) {
	margin: 0 3% 50px 3%;
}

.blog-summary.two-cols article.type-post:nth-child(3n+2) {
	margin: 0 0 50px 0;
}

.blog-summary.two-cols article.type-post:nth-child(odd) {
	margin: 0 4% 50px 0;
}

.search-results article.type-post:last-child,
.archive article.type-post:last-child {
	margin-bottom: 50px !important;
}

.blog-summary article.type-post:last-child {
	margin-bottom: 0px !important;
}

.blog-summary article.type-post a,
.search-results article.type-post a,
.archive article.type-post a {
	margin: 0;
}

.blog-summary article.type-post a img,
.search-results article.type-post a img,
.archive article.type-post a img {
	display: block !important;
	margin: 0 auto;
	width: 100%;
	object-fit: cover;
	border-radius:10px;
/* 	box-shadow: 0px -5px 15px 2px rgba(0, 0, 0, 0.1); */
	height: 200px;
}

.blog-summary article.type-post a,
.search-results article.type-post a,
.archive article.type-post a {
	width: 100%;
}

/*.archive .entry-content, .search-results article.type-post .entry-content {
    display: none;
}*/

.blog-summary article.type-post .entry-content,
.search-results article.type-post .entry-content,
.archive article.type-post .entry-content {
	padding: 5px 0 0px;
}

.blog-summary article.type-post .entry-content p,
.search-results article.type-post .entry-content p,
.archive article.type-post .entry-content p {
	margin-bottom: 0px !important;
}

.single-post .entry-content ul {
	margin-bottom: 30px !important;
}

/* article.type-post header.entry-header h4.entry-title,
.search-results .entry-header a.entry-image-link img,
.archive .entry-header a.entry-image-link img {
	margin-bottom: 20px;
} */

/* article.type-post header.entry-header h4.entry-title {
	text-align: center;
} */

.search-results article.type-post header.entry-header .entry-title,
.archive article.type-post header.entry-header .entry-title {
	padding-bottom: 0px;
	line-height: 23px;
}

.blog-summary article.type-post header.entry-header h4.entry-title a {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	font-style: normal;
	color: #0D0D0D;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.search-results article.type-post header.entry-header .entry-title a,
.archive article.type-post header.entry-header .entry-title a {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	font-style: normal;
	color: #0D0D0D;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

article.type-post header.entry-header p.entry-meta,
article.type-post header.entry-header p.entry-meta a,
.search-results article.type-post header.entry-header p.entry-meta,
.search-results article.type-post header.entry-header p.entry-meta a,
.archive article.type-post header.entry-header p.entry-meta,
.archive article.type-post header.entry-header p.entry-meta a {
	font-size: 16px;
	line-height: 26px;
	margin: 0 !important;
	font-weight: 400;
}

article.type-post header.entry-header p.entry-meta a,
article.type-post header.entry-header p.entry-meta a:hover,
article.type-post header.entry-header p.entry-meta a:focus,
.entry-footer a,
.entry-footer a:hover,
.entry-footer a:focus {
	color: #ff1199;
	text-decoration: none;
}

span.categories {
	display: flex;
	align-items: center;
}

span.entry-categories {
	display: flex;
	flex-wrap: wrap;
	padding-left: 10px;
}

article.type-post header.entry-header p.entry-meta,
.search-results article.type-post header.entry-header p.entry-meta,
.archive article.type-post header.entry-header p.entry-meta {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #3D3D3D;
}
.entry-author a{
	color: #3D3D3D !important;
}
.search-results article.type-post header.entry-header p.entry-meta,
.archive article.type-post header.entry-header p.entry-meta {
	display: none;
}

article.type-post header.entry-header::after {
	content: none;
}

.blog-summary article.type-post .entry-content p,
.search-results article.type-post .entry-content p,
.archive article.type-post .entry-content p,
.two-col-posts .entry-content p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-align: center;
}

.entry-categories::before,
.search-results .entry-categories::before,
.archive .entry-categories::before {
	content: none;
}

.search-results .content,
.archive .content {
	width: 100% !important;
	max-width: 1280px;
	display: table;
	margin: 60px auto 0;
}

.search-no-results .content,
.archive-no-results .content {
	width: 100% !important;
	max-width: 1280px;
	display: table;
	margin: 60px auto;
}

.search-results .archive-description,
.archive .archive-description,
.search-no-results .archive-description,
.archive-no-results .archive-description {
	margin: 0 0 30px;
}

.search-results h1.archive-title,
.archive h1.archive-title,
.search-no-results h1.archive-title,
.archive-no-results h1.archive-title {
	font-size: 40px;
	line-height: 50px;
	color: #333;
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
}

.search-no-results .content p,
.archive-no-results .content p {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0 !important;
	text-align: center;
}

.single-post main.content {
	width: 100%;
/* 	margin-right: 3%; */
}

.single-post .sidebar {
	width: 27%;
	display:none !important;
}

.single-post .content img {
	width: 100%;
}

.single-post .site-inner {
	padding: 100px 0;
}

/* .single-post-header-banner {
	margin-top: 140px;
} */

.single-post .site-inner,
.search-no-results .site-inner,
.search-results .site-inner {
/* 	margin-top: 224px; */
	max-width: 1000px;
}

.search-no-results .site-inner,
.search-results .site-inner {
	/*margin-top: 224px !important;*/
	max-width: 1280px;
}

/*.archive .site-inner {
    margin-top: 224px !important;
}*/

.blog header.entry-header,
.single-post header.entry-header {
	display: block !important;
}

.single-post .sidebar h3.widgettitle {
	font-size: 24px;
	line-height: 34px;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 30px;
	border-bottom: 2px solid #333;
}

.single-post .sidebar li a {
	color: #707070;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	line-height: 34px;
}

.single-post .sidebar li {
	text-align: left;
	margin-bottom: 20px !important;
}

.single-post .sidebar li:last-child {
	margin-bottom: 0px !important;
}

.single-post article.type-post header.entry-header p.entry-meta {
	margin: 20px 0  !important;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
/* 
.single-post .entry-header .entry-title {
	margin: 00px 0 0;
} */

.single-post p.entry-meta {
	text-align: left;
	margin-top: 15px !important;
}

.search-results p.entry-meta,
.archive p.entry-meta,
.search-no-results p.entry-meta,
.archive-no-results p.entry-meta {
	display: none;
}

.single-post .entry-meta i {
	width: 22px;
	font-size: 22px;
	height: 22px;
	font-weight: 100;
	margin-right: 5px;
	color: #ff1199;
	display: none;
}

.single-post .entry-content .wp-post-image {
	width: 100% !important;
	height: 470px;
	object-fit: cover;
	margin-bottom: 30px;
	border-radius: 6px;
}

/*.single-post .entry-header img
.single-post .entry-content img {
	box-shadow: 0px -5px 15px 2px rgba(0, 0, 0, 0.1);
}*/
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4{
	margin: 30px 0 30px 0 !important;
	font-weight: 700;
	font-family:"corporate-s", sans-serif;
	font-size:30px;
	line-height:40px;
	color:#0D0D0D;
}
.single-post .entry-content h2 span,
.single-post .entry-content h3 span,
.single-post .entry-content h4 span{
	font-weight: 700;
}

.single .content .entry-content>p:first-of-type {
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
}

.single-post .entry-content iframe {
	width: 100%;
	margin:40px 0 20px 0px;
}

div#player {
	max-width: 100% !important;
}

.sidebar .featuredpost article {
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 30px !important;
	padding-bottom: 30px;
}

.sidebar .featuredpost article:last-child {
	border: none;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.sidebar .featuredpost a {
	margin: 0;
}

.sidebar .featuredpost .entry-title a {
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sidebar .featuredpost .entry-header {
	float: left;
	width: 65%;
	margin: 0 0 0 20px;
	max-width: 100%;
}

.single-post .featuredpost article.type-post header.entry-header p.entry-meta {
	margin: 0 0 0 0 !important;
	font-size: 16px !important;
	line-height: 20px !important;
}

.sidebar .featuredpost .entry-title {
	padding-bottom: 0 !important;
	margin: 0 0 15px 0;
}

.sidebar .featuredpost img {
	float: left;
	width: 27%;
	max-width: 100px;
	max-height: 100px;
	border-radius: 6px;
	object-fit: cover;
}

.navigation-link {
	margin-top: 50px;
}

.single-post-nav.previous-post-link {
	width: 48%;
	float: left;
	margin-right: 2%;
}

.single-post-nav.next-post-link {
	width: 48%;
	float: right;
	margin-left: 2%;
}

.single-post-nav.previous-post-link a,
.single-post-nav.next-post-link a {
	display: inline-block;
	box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	min-height: 115px;
	width: 100%;
}

.single-post-nav.previous-post-link img.pagination-previous {
	width: 30%;
	min-height: 115px;
	float: left;
	object-fit: cover;
	border-right: 5px solid #CE0058;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.single-post-nav.next-post-link img.pagination-next {
	width: 30%;
	min-height: 115px;
	float: right;
	object-fit: cover;
	border-left: 5px solid #CE0058;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.single-post-nav.previous-post-link p:nth-child(3),
.single-post-nav.next-post-link p:nth-child(3) {
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0 !important;
	font-family: proxima-nova, sans-serif;
}

.single-post-nav.previous-post-link p:nth-child(3) {
	float: left;
	width: 63%;
	margin: 0 2% 0 5% !important;
}

.single-post-nav.next-post-link p:nth-child(3) {
	float: right;
	width: 63%;
	margin: 0 5% 0 2% !important;
	text-align: right;
}

.single-post-nav.previous-post-link p:nth-child(2),
.single-post-nav.next-post-link p:nth-child(2) {
	font-family: proxima-nova, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	color: #CE0058;
}

.single-post-nav.previous-post-link p:nth-child(2) {
	float: left;
	width: 65%;
	margin: 4% 0 0 5% !important;
}

.single-post-nav.next-post-link p:nth-child(2) {
	float: right;
	width: 65%;
	text-align: right;
	margin: 4% 5% 0 0 !important;
}

.entry-background,
.entry-avatar {
	display: none;
}

.single-post .author-box {
	/*border-bottom: 2px solid #E6E6E6;*/
	margin-bottom: 40px;
}

.single-post-below-content-meta {
	padding-bottom: 30px;
	border-bottom: 2px solid #E6E6E6;
	margin-bottom: 35px;
}

.single-post .author-box img {
	display: none;
}

.single-post .author-box .author-box-title {
	text-transform: capitalize;
}

.single-post .author-box-title {
	text-transform: capitalize;
	float: left;
	width: auto;
	max-width: 27%;
	margin-right: 3%;
}

.single-post .author-box .author-box-content {
	float: left;
	width: 70%;
}

.single-post .author-box img {
	display: none;
	float: none;
}

.single-post-share {
	margin-bottom: 100px;
}

.single-post-below-content-meta .caption-span,
.single-post .author-box .author-box-title,
.single-post-share>span {
	margin-right: 3%;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #333;
	margin-top: -7px;
}

.single-post-share a {
	padding-right: 40px;
	color: #707070;
	text-decoration: none;
}

.single-post-share i {
	font-size: 24px;
	padding-right: 15px;
}

.single-post-share i.fab.fa-facebook-square {
	color: #1740C7;
}

.single-post-share i.fab.fa-linkedin {
	color: #0e76a8;
}

.single-post-share i.fas.fa-envelope {
	color: #CE0058;
}

/* .single-post span.entry-author-name,
.single-post time.entry-time {
	padding-right: 35px;
} */

/* .single-post .entry-footer{
	display:none !important;	
} */

.single-post .entry-footer span.entry-author-name {
	padding-right: 15px;
}

.single-post .entry-footer time.entry-time {
	padding-left: 15px;
}

.single-post a.entry-author-link {
	color: #ce0058;
	text-decoration: none;
}

.single-post-share a:last-child {
	padding-right: 0;
}

.two-col-posts article {
	width: 48.5% !important;
	float: left !important;
	overflow: hidden !important;
	margin-bottom: 60px;
}

.two-col-posts.blog-summary article.type-post:nth-child(3n+2) {
	margin: 0;
}

.two-col-posts article.type-post:nth-child(odd) {
	margin: 0 3% 60px 0;
}

.two-col-posts article.type-post:nth-child(3),
.two-col-posts article.type-post:nth-child(4) {
	margin-bottom: 0px;
}

.two-col-posts article a.alignleft,
.two-col-posts article img.alignleft,
.two-col-posts article .wp-caption.alignleft {
	margin: 0;
}

.two-col-posts article img {
	box-shadow: 0px -5px 15px 2px rgba(0, 0, 0, 0.1);
	display: block;
}

.two-col-posts article h4.entry-title a {
	font-size: 30px;
	line-height: 40px;
}

.two-col-posts article p.entry-meta {
	text-align: left;
}

.two-col-posts article time.entry-time {
	padding-left: 0;
}

/* Blog Page - End
   ========================================================================== */

/* Global Responsive CSS - Start
========================================================================== */

/* Mobile & Tablet View  - Start
========================================================================== */
@media (max-width: 479px) {
	.site-header .custom-logo-link .custom-logo {
		max-height: 100%;
		max-width: 200px;
		padding-top: 10px;
	}

	h1.banner-text {
		font-size: 45px;
		line-height: 60px;
	}

	.contact-page-address-card i {
		font-size: 20px !important;
		width: 20px !important;
	}

	.contact-page-address-card a,
	.contact-page-address-card p {
		font-size: 20px;
	}

	.contact-page-address-card {
		max-width: 265px;
	}

	.error-page span.fl-heading-text {
		font-size: 170px;
		display: block;
	}

	.error-page .fl-rich-text p {
		font-size: 20px;
	}

	.thank-you-page span.fl-heading-text {
		font-size: 87px !important;
		display: block;
	}

	.thank-you-page .fl-rich-text p {
		font-size: 20px;
	}

	.multiple-buttons-row div:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.multiple-buttons-row div {
		display: block;
	}

	.multiple-buttons-row a {
		min-width: 225px;
	}
}

@media (max-width: 767px) {
	.footer-copyright .fl-row-content-wrap {
		padding: 10px 0 !important;
	}

	.footer-copyright .fl-module-content {
		margin: 0px 0;
	}

	.copyrht-left,
	.copyrht-right {
		text-align: center !important;
		display: block;
		float: none !important;
	}

	.before-footer .fl-col {
		width: 100%;
		padding-bottom: 50px;
	}

	.before-footer .fl-col:last-child {
		padding-bottom: 0;
	}

	.fl-col-small {
		max-width: 100% !important;
	}

	.medium-content,
	.fl-row-content {
		width: 100%;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.thank-you-page span.fl-heading-text {
		font-size: 140px;
	}

	/* Heading CSS - Start
   ========================================================================== */

	.heading-1 {
		font-size: 30px;
		line-height: 35px;
	}

	.heading-2 {
		font-size: 24px;
		line-height: 29px;
	}
	.heading-5 {
		font-size: 16px;
		line-height: 26px;
	}

	/* Heading CSS - End
   ========================================================================== */
	body,
	p,
	.menu a span,
	.single .content .entry-content>p:first-of-type {
		font-size: 14px !important;
		line-height: 24px !important;
	}

	.beaver-button a,
	.beaver-button-lite a {
		font-size: 16px !important;
	}

	.horizontal-images-block.six {
		display: inline-block;
		width: 50% !important;
	}

	.cols-6-client-logos .horizontal-images-block.six:nth-child(1),
	.cols-6-client-logos .horizontal-images-block.six:nth-child(3),
	.cols-6-client-logos .horizontal-images-block.six:nth-child(5) {
		float: left;
	}

	.cols-6-client-logos .horizontal-images-block.six:nth-child(5) .fl-module:nth-child(3) .fl-module-content,
	.cols-6-client-logos .horizontal-images-block.six:nth-child(6) .fl-module:nth-child(3) .fl-module-content {
		margin-bottom: 0;
	}

	h1.thank-you-text {
		font-size: 100px;
		line-height: 110px;
		margin-bottom: 50px;
	}
}

@media (min-width: 768px) {
	header.site-header .wrap {
		display: flex;
		max-width: 1166px;
		align-items: center;
	}

	.wp-custom-logo .title-area {
		height: auto;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}

	.shadow .site-header .title-area {
		height: 60px;
		padding-top: 20px;
	}

	.shadow .site-header .nav-primary .wrap {
		width: 100% !important;
		margin: 0 0 20px;
	}

	.site-header .custom-logo-link .custom-logo {
		max-height: 100%;
	}

	.site-header .custom-logo-link .custom-logo {
		height: auto;
	}

	.title-area {
		width: 100%;
	}
}

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

	.before-footer .fl-col:nth-child(2),
	.before-footer .fl-col:nth-child(3) {
		width: 100% !important;
		float: left;
		clear: none;
	}

	.three-col-layout.before-footer .fl-col:nth-child(2) {
		border-left: none;
		border-top: 1px solid #00000011;
		padding-top: 40px !important;
	}

	.three-col-layout.before-footer .fl-col:nth-child(3) {
		border-left: none;
		border-top: 1px solid #00000011;
		padding-top: 40px !important;
	}

	.before-footer .fl-col {
		width: 100%;
		padding-bottom: 50px;
	}

	.footer-copyright .fl-col-small {
		width: 50% !important;
		float: left;
		clear: none;
	}

	.fl-col-small {
		max-width: 100% !important;
	}

	.before-footer .fl-col:last-child {
		padding-bottom: 0;
	}

	.medium-content,
	.fl-row-content {
		width: 100%;
		padding-left: 80px !important;
		padding-right: 80px !important;
	}

	.wp-custom-logo .title-area {
		height: auto;
		padding-top: 0;
	}

	.site-header .custom-logo-link .custom-logo {
		max-height: 50px;
	}

	.medium-content,
	.fl-row-content {
		width: 100%;
		padding-left: 80px !important;
		padding-right: 80px !important;
	}

	.horizontal-images-block.six {
		display: inline-block;
		width: 32.27% !important;
	}

	.cols-6-client-logos .horizontal-images-block.six:nth-child(4) .fl-module {
		min-width: 100%;
	}

	.cols-6-client-logos .horizontal-images-block.six:nth-child(4) .fl-module:nth-child(3) .fl-module-content,
	.cols-6-client-logos .horizontal-images-block.six:nth-child(5) .fl-module:nth-child(3) .fl-module-content,
	.cols-6-client-logos .horizontal-images-block.six:nth-child(6) .fl-module:nth-child(3) .fl-module-content {
		margin-bottom: 0;
	}

	h1.thank-you-text {
		font-size: 115px;
		line-height: 125px;
		margin-bottom: 50px;
	}
}

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

	.utility-bar {
		background-color: #1a1a1a;
		position: inherit;
	}

	.uti-mobile-contact-info {
		display: block;
	}

	.utility-bar .site-logo,
	.utility-bar .beaver-button-lite {
		display: none;
	}

	.secondary-title-wrap-width {
		width: 100% !important;
	}
	.homepage-clients-section .fluid-width-video-wrapper{
		min-height: 542px !important;
	}
	.three-col-layout.cards .fl-col {
		padding-bottom: 0!important;
		margin: 0 0 0 0 !important;
	}
	.genesis-nav-menu li {
		float: none;
	}

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 0px;
		background-color: #fff;
	}

	.wp-custom-logo .title-area {
		width: 80%;
		text-align: left;
		padding-top: 0;
		margin: 0;
	}

	.nav-primary {
		display: none;
	}

	.nav-primary .wrap {
		margin: 0px 0;
	}

	.site-header>.wrap>.genesis-responsive-menu {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}

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

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		color: #241773;
		display: block;
		font-family: "corporate-s", sans-serif;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		width: auto;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: transparent;
		border-width: 0;
		box-shadow: none;
		color: #241773;
	}

	.js .genesis-nav-menu>.menu-item .sub-menu>.menu-item:first-child,
	.js .genesis-nav-menu>.menu-item>.sub-menu>.menu-item:last-child,
	.js .genesis-nav-menu .sub-menu a,
	.js #genesis-mobile-nav-primary {
		color: #000;
	}

	#genesis-mobile-nav-primary {
		padding: 10px 0px !important;
		margin-top: 0 !important;
		padding-top: 6px !important;
	}

	#genesis-mobile-nav-primary.activated {
		border-bottom-color: transparent;
		padding: 10px 0px !important;
		background: transparent !important;
		color: #08123B00 !important;
		text-align: center;
		width: 25px;
		text-transform: uppercase;
		font-weight: bold;
		align-items: center;
		display: flex;
	}

	#genesis-mobile-nav-primary .ion-ios-menu:before {
		content: '';
		background: url('/wp-content/uploads/2023/02/bars-solid.svg');
		width: 25px;
		height: 25px;
		display: block;
	}

	#genesis-mobile-nav-primary.activated .ion-ios-menu:before {
		content: '';
		background: url('/wp-content/uploads/2023/02/bars-solid.svg');
		width: 25px;
		height: 25px;
		display: block;
	}

	#genesis-mobile-nav-primary:focus,
	#genesis-mobile-nav-primary:hover {
		color: #0066cc;
	}

	.menu-toggle {
		float: right;
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: 400;
		line-height: 17px;
		padding-left: 0;
		padding-right: 0;
		position: relative;
		z-index: 1000;
	}

	.menu-toggle::before {
		font-size: 20px;
		font-size: 2rem;
		margin-right: 5px;
		text-rendering: auto;
		vertical-align: bottom;
	}

	.sub-menu-toggle {
		background: transparent;
		float: right;
		font-size: 14px;
		font-size: 20px;
		padding-top: 10px;
		position: absolute;
		right: 0;
		top: 2px;
		z-index: 100;
	}

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

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

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

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

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:hover,
	.genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu .current-menu-item>a {
		color: #0069FF;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.genesis-responsive-menu .toggle-header-search {
		border: none;
		margin-bottom: 0px;
		padding: 11px 12px !important;
		width: 100%;
	}

	.genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu a {
		color: #fff;
		padding-left: 11px !important;
	}

	.genesis-nav-menu>.menu-item .sub-menu>.menu-item:first-child {
		padding-top: 0;
	}

	.genesis-nav-menu>.menu-item .sub-menu>.menu-item:last-child {
		padding-bottom: 0px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu::after,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu::before,
	.genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		position: static;
		width: 100%;
		border-top: none;
		box-shadow: none;
		padding: 20px;
	}

	.genesis-responsive-menu .toggle-header-search {
		display: none;
	}

	.genesis-nav-menu>.menu-item:nth-last-child(2) {
		display: inline-block;
		float: left;
	}

	.genesis-nav-menu>.menu-item:nth-last-child(2) a {
		height: auto;
		display: none !important;
	}

	.genesis-nav-menu li i.fas.fa-chevron-down {
		display: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		padding: 0px 20px;
	}

	.genesis-nav-menu li li {
		border-bottom: 0;
	}

	.menu-toggle {
		padding: 15px 10px !important;
		background: transparent !important;
		margin-top: -62px !important;
		color: transparent !important;
		text-align: center;
		height: 57px;
		width: 35px;
		margin-right: 0px;
		font-size: 40px;
	}

	.ion-ios-menu:before {
		content: '';
		background: url(/wp-content/uploads/2023/02/bars-solid.svg);
		width: 35px;
		height: 40px;
		display: block;
		background-repeat: no-repeat;
		margin-right: 0;
	}

	.content-sidebar .content,
	.sidebar-content .content {
		margin-bottom: 50px;
	}

	.pricing-table .one-fifth,
	.pricing-table .one-fourth,
	.pricing-table .one-half,
	.pricing-table .one-third {
		padding: 30px 40px;
	}

	.pricing-table .one-fourth,
	.pricing-table .one-fifth {
		width: 50%;
	}

	.site-header {
		position: relative;
		padding: 30px 80px;
		align-items: center;
		display: flex;
	}

	.utility-bar {
		display: none;
	}

	.bg-grayscale-row {
		display: block;
	}

	.title-area {
		display: block !important;
		max-height: 56px;
		padding: 0;
		width: 225px;
	}

	.site-header {
		top: 0px !important;
	}

	.admin-bar .site-header {
		top: 0px !important;
	}

	.wrap {
		width: 100% !important;
		display: block !important;
	}

	.shadow .site-header,
	.site-header.search-visible {
		display: block;
	}

	.admin-bar .site-inner,
	.site-inner {
		margin-top: 0px !important;
	}

	.full-width-content .content {
		width: auto !important;
	}

	.single-post .site-inner {
		margin-top: 50px !important;
	}

	/*.search-results .content,
	.archive .content,
	.search-no-results .content {
		width: 80% !important;
	}*/

	.container-box-horizontal,
	.container-box-vertical {
		width: 100%;
		display: table;
		max-width: 80%;
		margin: 0 auto;
	}

	.container-box-vertical {
		padding-left: 0;
		padding-right: 0;
	}

	.site-title,
	.site-title a {
		font-size: 17px;
		line-height: 2.9;
	}

	.bg-colored-row {
		display: none;
	}

	.bg-grayscale-row {
		display: block;
	}

	.info-box-strip .one-half {
		width: 100% !important;
		text-align: left !important;
		padding-bottom: 30px;
		margin: 0;
	}

	.info-box-strip .one-half:last-child {
		padding-bottom: 0;
	}

	.footer-menu ul li a {
		padding-left: 0 !important;
	}

	.footer-menu .fl-module-content {
		margin-left: 0 !important;
	}

	.footer-map iframe {
		min-height: 300px;
	}

	.tablet-full-width .fl-col {
		width: 100% !important;
	}

	.three-col-layout .fl-col {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 40px !important;
	}

	.three-col-layout .fl-col:nth-child(3) {
		padding-bottom: 0 !important;
	}

	.two-col-layout .fl-col:first-child {
		padding: 0 0 20px 0;
	}

	.two-col-layout.mobile-no-padding-bottom .fl-col:first-child {
		padding-bottom: 0;
	}

	.two-col-layout .fl-col:nth-child(2) {
		padding: 0;
	}

	.two-col-layout .fl-col,
	.three-col-layout .fl-col {
		width: 100%;
	}

	.col-reverse .fl-col-group {
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}

	.col-reverse .fl-col {
		width: 100%;
	}

	.before-footer .fl-menu ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0px;
		-moz-column-gap: 0px;
		column-gap: 0px;
		max-width: 180px;
	}

	.col-reverse.two-col-layout .fl-col-group .fl-col:first-child {
		padding: 0 0 0px 0;
	}

	.col-reverse.two-col-layout .fl-col-group .fl-col:nth-child(2) {
		padding: 0 0 40px 0;
	}

	.thank-you-page span.fl-heading-text span {
		display: block;
	}

	.admin-bar .anchor-offset,
	.anchor-offset {
		display: block;
		height: 0px;
		margin-top: 0px;
		visibility: hidden;
	}

	.multiple-buttons-row {
		text-align: center;
	}

	.testimonial-row .quote-design {
		display: none;
	}

	.testimonial-row .fl-html div {
		width: 100% !important;
	}

	.testimonial-box-left {
		padding: 60px 15px;
	}

	.testimonialbox-name p {
		margin: 40px 0 !important;
		font-size: 24px;
	}

	.testimonialbox-content {
		max-width: 500px;
		margin: 0 auto;
		padding-top: 40px;
	}

	.testimonialbox-content p {
		font-size: 24px;
		line-height: 35px;
	}

	.testimonialbox-review img {
		width: 83px;
	}

	.testimonial-row.left-image .fl-col-group .fl-col {
		width: 100%;
	}

	.testimonial-row.left-image .fl-col-group {
		flex-wrap: wrap;
	}

	.mobile-padding-bottom-40 {
		padding-bottom: 40px;
	}

	.mobile-padding-top-40 {
		padding-top: 40px;
	}

	.mobile-margin-bottom-40 {
		margin-bottom: 40px !important;
	}

	.mobile-margin-top-40 {
		margin-top: 40px !important;
	}

	.mobile-padding-bottom-0 {
		padding-bottom: 0px;
	}

	.mobile-padding-top-0 {
		padding-top: 0px;
	}

	.mobile-margin-bottom-0 {
		margin-bottom: 0px !important;
	}

	.mobile-margin-top-0 {
		margin-top: 0px !important;
	}

	.contact-form {
		margin: 0 auto;
	}
}

@media (min-width: 1025px) {
	.contact-form .fl-html {
		margin-top: -10px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.genesis-nav-menu i.fas.fa-phone.fa-flip-horizontal {
		padding-top: 8px;
	}

	.medium-content,
	.fl-row-content {
		width: 100%;
		padding-left: 3% !important;
		padding-right: 3% !important;
	}

	.testimonial-row.right-image .two-sixths,
	.testimonial-row.left-image .two-sixths {
		width: 20%;
	}

	.testimonial-row.right-image .four-sixths,
	.testimonial-row.left-image .four-sixths {
		width: 80%;
	}

	.testimonial-row.right-image .quote-design img {
		padding: 30vh 0 30vh 30px;
	}

	.testimonial-row.left-image .quote-design img {
		padding: 30vh 30px 30vh 0;
	}

	.testimonial-box-left {
		text-align: center;
		padding: 50px 30px;
	}

	.testimonialbox-content p {
		font-size: 23px;
		line-height: 40px;
	}
}

@media (min-width: 1281px) and (max-width: 1700px) {

	.testimonial-row.right-image .two-sixths,
	.testimonial-row.left-image .two-sixths {
		width: 20%;
	}

	.testimonial-row.right-image .four-sixths,
	.testimonial-row.left-image .four-sixths {
		width: 80%;
	}

	.testimonial-row.right-image .quote-design img {
		padding: 30vh 0 30vh 30px;
	}

	.testimonial-row.left-image .quote-design img {
		padding: 30vh 30px 30vh 0;
	}

	.testimonial-box-left {
		text-align: center;
		padding: 50px 30px;
	}

	.testimonialbox-content p {
		font-size: 23px;
		line-height: 40px;
	}
}

/* Blog Responsive CSS - Start
========================================================================== */

@media (min-width: 1025px) and (max-width: 1280px) {
	.single-post .site-inner {
		padding: 100px 3% !important;
	}

	.single-post-header-banner {
		margin-top: 100px;
	}

	.blog-summary .fl-row-content,
	.search-results .content,
	.archive .content,
	.search-no-results .content {
		width: 100% !important;
		padding: 0 15px !important;
	}
}

@media only screen and (max-width: 1024px) {
	.single-post-header-banner {
		margin-top: 0px;
		background-position: 75% 0% !important;
	}

	.single-post .site-inner {
		margin: 0px 0 !important;
		padding: 100px 80px !important;
	}

	.archive .site-inner,
	.search-no-results .site-inner,
	.search-results .site-inner {
		margin-top: 0px !important;
		padding: 0 80px;
	}

	.single-post main.content,
	.single-post .sidebar {
		width: 100%;
		margin: 0;
	}

	.single-post .entry-content .wp-post-image {
		height: 346px;
	}

	/*.search-no-results .content,
	.archive-no-results .content{
	padding: 0 80px !important;
}*/
	.blog-summary article.type-post,
	.search-results article.type-post,
	.archive article.type-post {
		width: 100% !important;
		height: auto;
		margin: 0 0 30px 0 !important;
	}

	.blog-summary.two-cols article.type-post:last-child {
		margin: 0 0 0px 0 !important;
	}

	.blog-summary article.type-post:last-child {
		margin: 0 0 0px 0 !important;
	}

	.search-results article.type-post:last-child,
	.archive article.type-post:last-child,
	.single-post .before-footer article:last-child {
		margin: 0 0 60px 0 !important;
	}

/* 	.single-post.content-sidebar .content {
		margin-bottom: 40px;
	} */

	.two-col-posts article.type-post:nth-child(2) {
		margin-left: 0;
		margin-right: 0;
	}
}

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

	/*.search-no-results .content, .archive-no-results .content{
	padding: 0 15px !important;
}*/
	.single-post .site-inner {
		padding: 80px 20px !important;
	}

	.search-results .content,
	.archive .content {
		margin: 40px 0 0;
	}

	.search-no-results .content,
	.archive-no-results .content {
		margin: 60px 0;
	}

	.archive .site-inner,
	.search-no-results .site-inner,
	.search-results .site-inner {
		margin-top: 0px !important;
		padding: 0 15px;
	}

	.search-results h1.archive-title,
	.archive h1.archive-title,
	.search-no-results h1.archive-title,
	.archive-no-results h1.archive-title {
		font-size: 30px;
		line-height: 40px;
	}

	.blog-summary article.type-post header.entry-header h4.entry-title a,
	.search-results article.type-post header.entry-header .entry-title a,
	.archive article.type-post header.entry-header .entry-title a {
		font-size: 20px;
		line-height: 30px;
	}

	article.type-post header.entry-header p.entry-meta,
	article.type-post header.entry-header p.entry-meta a,
	.search-results article.type-post header.entry-header p.entry-meta,
	.search-results article.type-post header.entry-header p.entry-meta a,
	.archive article.type-post header.entry-header p.entry-meta,
	.archive article.type-post header.entry-header p.entry-meta a {
		font-size: 14px;
		line-height: 24px;
		margin: 15px 0 !important;
	}
	.single-post .entry-header img
	{
		margin:25px 0 25px 0px !important;
	}
	.single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4{
		font-size:24px;
		line-height:34px;
	}
	p{
		margin-bottom:15px !important;
	}
	
	.single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4{
		margin: 30px 0 20px 0 !important;
	}
	.blog-summary article.type-post,
	.search-results article.type-post,
	.archive article.type-post {
		margin: 0 0 30px 0 !important;
	}

	.blog-summary article.type-post:last-child {
		margin: 0 0 0px 0 !important;
	}

	.search-results article.type-post:last-child,
	.archive article.type-post:last-child,
	.single-post .before-footer article:last-child {
		margin: 0 0 40px 0 !important;
	}

/* 	.single-post.content-sidebar .content {
		margin-bottom: 40px;
	} */

	.single-post-nav.previous-post-link,
	.single-post-nav.next-post-link {
		width: 100%;
		margin: 0;
		float: none;
	}

	.single-post-nav.next-post-link a {
		width: 100%;
	}

	.single-post-nav.previous-post-link {
		margin-bottom: 30px;
	}

	.single-post-nav.previous-post-link p:nth-child(3),
	.single-post-nav.next-post-link p:nth-child(3) {
		max-width: 250px;
	}

	.single-post-below-content-meta .caption-span,
	.single-post .author-box .author-box-title,
	.single-post-share>span {
		margin-right: 0;
		font-size: 18px;
		font-weight: 600;
		color: #333;
		width: 100% !important;
		display: block;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.blog-summary article.type-post a img,
	.search-results article.type-post a img,
	.archive article.type-post a img {
		height: auto;
	}

	.single-post .author-box .author-box-content {
		width: 100%;
	}

/* 	.single-post span.entry-author-name {
		padding-right: 10px;
	} */

	.single-post time.entry-time {
		padding-left: 0px;
	}

	.single-post article.type-post header.entry-header p.entry-meta {
		display: block;
		text-align: left;
	}

	span.entry-author {
		padding-bottom: 20px;
	}

	/*p.entry-meta i, p.entry-meta span, p.entry-meta time {
    display: block;
    text-align: center;
    margin: 0 auto !important;
	}*/
	.single-post .sidebar li a {
		font-size: 20px;
		line-height: 30px;
	}

	.single-post-share a {
		padding-right: 10px;
	}

	.single-post-share i {
		font-size: 20px;
		padding-right: 10px;
	}

	.single-post-share {
		margin-bottom: 60px;
	}

	.two-col-posts article:last-child {
		margin-bottom: 20px !important;
	}

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

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

	.blog-summary article.type-post a img,
	.search-results article.type-post a img,
	.archive article.type-post a img {
		height: 222px;
	}

	.single-post .entry-content .wp-post-image {
		height: 200px !important;
	}
}
p:last-of-type{
	margin-bottom: 0 !important;
}
/* Blog Responsive CSS - End
========================================================================== */

/* Global Responsive CSS - End
========================================================================== */

/* ==========================================================================
   Author: Nikhil Awasarikar
   Type: Global CSS - End
   Date: 31/01/23
   ========================================================================== */

/* ==========================================================================
   Author: Shekhar Joshi
   Type: font family - Starts
   Date: 09/12/19
   ========================================================================== */
/* font css  
font-family: "corporate-s", sans-serif;
font-weight: 600;
font-style: normal;

font-family: "corporate-s", sans-serif;
font-weight: 700;
font-style: normal;

font-family: "quasimoda", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "quasimoda", sans-serif;
font-weight: 700;
font-style: normal; */


@media only screen and (max-width: 1024px) {
	.genesis-nav-menu {
		clear: both;
		line-height: 0;
		width: 100%;
		padding: 70px 80px 70px 60px;
		margin-top: 0px;
		box-shadow: -4px 8px 14px #00000029;
		display: inline-block;
		top: 0;
		position: absolute;
		right: 0;
		background-color: #fff;
		border-radius: 0px 0px 0 20px;
	}
}

.ion-ios-arrow-down:before {
	content: "\f280" !important;
	color: #0069FF !important
}

.menu-toggle[aria-expanded="true"].ion-ios-menu:before {
	content: '';
	background: url(/wp-content/uploads/2023/02/xmark-solid.svg);
	display: block;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


.video-wrapper .fl-module-content {
	margin: 0px;
}

.video-wrapper .fl-row-content-wrap {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.html5-video-player .ytp-chrome-top,
.html5-video-player .ytp-impression-link {
	display: none !important;
}

.footer-col .social-links {
	display: flex;
	justify-content: end;
	padding-top: 6px;
}

.footer-col .social-links a img {
	display: inline-block;
	height: 18px;
	width: 18px;
	margin: 0 5px;
	text-align: center;
	line-height: 40px;
	transition: all 0.5s ease;
}

.schedule-button {
	font-family: "corporate-s", sans-serif;
	font-style: normal;
	font-weight: 500 !important;
	font-size: 16px !important;
	padding: 10px 20px 12px !important;
	border: none !important;
	background: #0069FF !important;
	color: #fff;
	text-decoration: none;
	line-height: 18px !important;
	border-radius: 5px !important;
	width: 222px;
	text-align: center;
	height: 40px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.schedule-button img {
	width: 20px;
	height: auto;
	display: inline-block;
}

.schedule-button img {
	margin-right: 10px;
}

.fl-node-5d68da8008ceb>.fl-module-content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px !important;
	margin-left: 0px !important;
}

.main-title-p {
	font-family: "quasimoda", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}

.d-flex {
	display: flex;
}
.d-none{
	display:none;
}
.cursor-pointer{
	cursor:pointer;
}
.align-items-center{
	align-items: center;
}

.homepage-clients-section {
	background-color: #F1F1F1;
}

.fl-photo-content,
.fl-photo-content img {
	width: 100%;
}

.fl-module-content {
	margin: 0 !important;
}

.fl-row-content-wrap {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

img.fl-photo-img {
	border-radius: 15px;
}

.about-virtual-magic {
	font-family: "corporate-s", sans-serif;
	font-weight: 700;
	padding: 20px 0 40px 0;
	margin-bottom: 10px;
}

.icon-list-circle ul li {
	list-style: none;
	padding-bottom: 30px;
	display: flex;
	margin-left:0px;
}
.icon-list-circle ul li:before{
	position:unset !important;
	width:auto;
	height:auto;
	background-image:none;
}
.icon-list-circle ul li.Interaction::before {
	content: url(/wp-content/uploads/2023/02/Interaction.png);
	margin-top: 5px;
}

.icon-list-circle ul li.Magic::before {
	content: url(/wp-content/uploads/2023/02/magic.png);
	margin-top: 5px;
}

.icon-list-circle ul li.Showmanship::before {
	content: url(/wp-content/uploads/2023/02/Showmanship.png);
	margin-top: 5px;
}

.icon-list-circle ul li.Technology::before {
	content: url(/wp-content/uploads/2023/02/Technology.png);
	margin-top: 5px;
}

.inner {
	padding-left: 30px;
	display: flex;
	flex-direction: column;
}

.learn-more-btn {
	background-color: #0069FF !important;
/* 	width: 137px; */
}

.main-title {
	margin-bottom: 60px;
	width: 100%;
}

.secondary-title-wrap {
	display: flex;
	align-items: center;
}

.bg-off-white {
	background-color: #F1F1F1;
}

.bg-grey{
	background-color:#F4F3F3;
}

.secondary-title-wrap-width {
	width: 50%;
}

/* .inquire-btn {
	width: 150px;
} */

.secondary-title-wrap-social {
	/* display: flex;
	justify-content: space-between;
	align-items: center; */
}

#sb_instagram .sbi_info p {
	color: #3D3D3D;
	font-family: "quasimoda";
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding-bottom: 0px !important;
}

#sb_instagram .sbi_caption_wrap {
	padding: 15px 0px 20px 0;
}

#sb_instagram .sbi_photo_wrap {
	border-radius: 10px !important;
	max-height: 203px;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    display: flex;
    flex-direction: row-reverse;
}
#sb_instagram .sbi_follow_btn .fa, #sb_instagram .sbi_follow_btn svg {
    font-size: 16px;
    margin-bottom: 1px;
    margin-left: 7px;
    margin-right: 0px;
}
.sbi_follow_btn span {
        margin-top: 2px;
}

/* #sb_instagram.sbi_col_3 #sbi_images .sbi_item{
	width:unset !important;
} */

.fluid-width-video-wrapper iframe {
	border-radius: 15px !important;
}

.three-col-layout.before-footer .fl-col:nth-child(2) {
	border-left: 1px solid #00000011;
	padding: 0 40px 90px 40px;
	margin-right: 0% !important;
}

.three-col-layout.before-footer .fl-col:nth-child(3) {
	border-left: 1px solid #00000011;
	padding-left: 40px;
	padding-bottom: 10px;
}

.before-footer img.fl-photo-img {
	border-radius: 0px;
	width: 80%;
}

.full-width-image-section {
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2023/02/testimonial.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
@media(min-width:1600px){
	.full-width-image-section{
		height:760px;
	}
}

.full-width-comments img.fl-photo-img {
	border-radius: 0px;
}

.full-width-comments .fl-row-content-wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.instagram-col {
	margin-top: 40px;
}

/* p.social-label {
	width: 40%;
} */

.testinomial-section.fl-col {
	margin-right: -50px;
	z-index: 999;
}

.home-text-mobile {
	display: none;
}

.tell-btn a {
	background-color: #fff !important;
	width: 190px;
	font-family: "corporate-s", sans-serif;
	font-style: normal;
	font-weight: 500 !important;
	font-size: 16px !important;
	padding: 10px 20px 12px !important;
	color: #1373FF !important;
	border: 2px solid #1373FF !important;
	display: flex !important;
	justify-content: space-evenly;
	align-items: center;
	text-decoration: none;
	line-height: 18px !important;
	border-radius: 5px !important;
	text-align: center;
	height: 40px;
	opacity: 1;
}

.thank-you-left-div {
	background: #0069FF;
	border-radius: 20px 0px 0px 20px;
	opacity: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	height: 100%;
	max-height: 100%;
	min-height: 541px;
	padding: 50px;
}

.thank-you-row.two-col-layout .fl-photo-content img {
	max-height: 541px !important;
}

.thank-you-row img.fl-photo-img {
	border-top-left-radius: 0px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 20px;
}

.thank-you-row.two-col-layout .fl-col {
	margin-right: 0%;
}

.homepage-btn a {
	font-family: "corporate-s", sans-serif;
	font-style: normal;
	font-weight: 500 !important;
	font-size: 16px !important;
	padding: 10px 20px 12px !important;
	border: none !important;
	background: #0069FF !important;
	color: #fff !important;
	display: inline-block !important;
	text-decoration: none;
	line-height: 18px !important;
	border-radius: 5px !important;
	width: 188px;
	text-align: center;
	height: 40px;
	opacity: 1;
}

.fl-content-slider-navigation {
	bottom: -30px !important;
	top: unset !important;
	left: 50%;
}

.fl-content-slider {
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #EAE8E8;
	border-radius: 10px;
	padding: 40px 50px;
	background-color: #fff;
}

.fl-content-slider-navigation .slider-prev {
	left: 0% !important;
}

.fl-node-lxp7fue5yr01 .fl-content-slider-navigation path {
	fill: #DD6E8B;
}

.fl-content-slider-navigation .slider-next {
	left: 75px !important;
	right: unset !important;
}

.fl-node-lxp7fue5yr01 .fl-content-slider-navigation path {
	fill: #DD6E8B;
}

.fl-content-slider-navigation a {
	opacity: 1 !important;
	border: 2px solid #0069FF;
	padding: 5px;
}

.fl-content-slider-navigation {
	position: absolute;
	top: 50%;
	left: 39% !important;
	right: 0;
	z-index: 1;
	margin-top: -16px;
}

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

.fl-slide-text p {
	font-family: "quasimoda";
	font-size: 16px !important;
	line-height: 27px !important;
	font-weight: 400 !important;
	color: #3D3D3D !important;
	letter-spacing: 0px;
	opacity: 1;
}

.google-btn {
	display: flex !important;
	justify-content: space-evenly;
	align-items: center;
	width: 158px;
}

.full-client-image .fl-row-content-wrap {
	padding: 20px 20px 0 20px !important;
}
.virtual-full-client-image .fl-row-content-wrap {
	padding: 20px 20px 100px 20px !important;
}
.video-row video {
	width: 100%;
	border-radius: 15px;
}

.fl-content-slider-navigation .fl-content-slider-svg-container {
	display: none !important;
}

a.slider-next::before {
	display: block;
	content: ' ';
	background-image: url(/wp-content/uploads/2023/02/arrow-right-regular.svg);
	background-size: 38px 38px;
	height: 38px;
	width: 38px;
	background-repeat: no-repeat;
}

a.slider-prev::before {
	display: block;
	content: ' ';
	background-image: url(/wp-content/uploads/2023/02/arrow-left-regular.svg);
	background-size: 38px 38px;
	height: 38px;
	width: 38px;
	background-repeat: no-repeat;
}

@media (min-width: 1401px) and (max-width: 1920px) {
	.wrap {
		max-width: 1300px !important;
	}
}

@media (min-width: 1281px) and (max-width: 1400px) {
	.title-area {
		max-width: 195px;
	}

}
@media(min-width:821px) and (max-width:1024px){
	.home-text-mobile {
		display: block !important;
		background-color: #000;
	}
}
@media (max-width: 820px) {
	iframe.fl-bg-video-player video.video-stream.html5-main-video {
		width: 100% !important;
		height: 300px !important;
		left: 0 !important;
		top: 0 !important;
	}
	.fl-node-zuyqkf4732wa.fl-row-custom-height > .fl-row-content-wrap {
		min-height: 1px !important;
	}
	.only-video-section .fl-row-content-wrap {
		padding-top: 0px !important;
		padding-bottom: 100px;
	}
	.fl-col.fl-node-bnst1kz9y56g.fl-col-small,
	.fl-col.fl-node-753sto6x02ji.fl-col-small{
    margin: 0 !important;
}
	.about-virtual.top-multi-padding-section-60 .fl-row-content-wrap {
		padding-top: 40px !important;
		padding-bottom: 100px !important;
	}
	.contact-page-wrap.col-reverse.two-col-layout .fl-col-group .fl-col:nth-child(2) {
		margin: 0 0 0 0 !important;
	}
	.contact-page-wrap.two-col-layout iframe {
    border-radius: 15px 15px 0px 0px !important;
}
	.contact-page-wrap.two-col-layout .fl-col {
    margin: 0 0 0 0 !important;
    padding: 0 !important;
}
	.contact-page-wrap.two-col-layout iframe {
    min-height: 541px !important;
}
	
	.border-radius-contact{
	border-radius: 15px 15px 0 0 !important;
	}
	.fl-col.fl-node-5d88bbc1d83c3.fl-col-small.bg-blue.border-radius-contact {
    margin: 0 0 0 0!important;
	}
	.contact-page-wrap.two-col-layout img.fl-photo-img {
    border-radius: 0 0 15px 15px !important;
		    margin-top: -10px;
}
	.icon-list-circle.mb-xl-50.mb-40.mb-sm-30.mt-30 {
    margin-bottom: 0 !important;
	}
	.fl-col.fl-node-awbkx8u7tpon.fl-col-small {
		padding: 0 0 0px 0 !important;
		margin: 0 0 30px 0 !important;
	}
	.fl-node-vxd0i1824j3q.fl-row-custom-height > .fl-row-content-wrap {
		min-height: 373px !important;
	}
	.fl-node-5d821940860d2 > .fl-row-content-wrap {
		padding-bottom: 10px !important;
	}
	.fl-col.fl-node-q208ew4tfbvz.fl-col-small {
		padding: 0 0px 0px 0 !important;
		margin: 0 0 30px 0 !important;
	}
	.fl-row.fl-row-fixed-width.fl-row-bg-none.fl-node-3a8phbw5e2ol.two-col-layout.pb-40 {
		padding-bottom: 30px !important;
	}
	.fl-row.fl-row-fixed-width.fl-row-bg-none.fl-node-bjimt9u85vfp.two-col-layout.pb-40 {
		padding-bottom: 30px !important;
	}
	.fl-row.fl-row-fixed-width.fl-row-bg-none.fl-node-icgnvz8375jd.two-col-layout.pb-40 {
		padding-bottom: 30px !important;
	}
	.fl-row.fl-row-fixed-width.fl-row-bg-none.fl-node-zrqsoeaptyu0.two-col-layout.pb-40 {
		padding-bottom: 30px !important;
	}
	.fl-row.fl-row-fixed-width.fl-row-bg-none.fl-node-py61sjm40ek2.two-col-layout.pb-40 {
		padding-bottom: 30px !important;
	}
	.fl-row.fl-row-fixed-width.fl-row-bg-none.fl-node-v30h72esk95m.two-col-layout.pb-40 {
		padding-bottom: 30px !important;
	}
	.fl-row.fl-row-fixed-width.fl-row-bg-none.fl-node-0x87mgkqp62h.two-col-layout.pb-40 {
		padding-bottom: 30px !important;
	}
	.fl-col.fl-node-rpowham3cnf4.fl-col-small {
		padding: 0 0 0 0;
		margin: 0 0 30px 0 !important;
	}	
	.fl-col.fl-node-si1obucm5ekr.fl-col-small{
		padding: 0 0 0 0;
		margin: 0 0 30px 0 !important;
	}
	.fl-col.fl-node-sb45m6lqfayn.fl-col-small {
		padding: 0 !important;
		margin: 0 0 30px 0 !important;
	}
	.fl-col.fl-node-a5oikfy6lx10.fl-col-small {
		margin: 0 0 30px 0 !important;
	}
	.fl-col.fl-node-j6dabieh2v0l.fl-col-small {
		margin: 0 0 30px 0 !important;
	}
	.fl-col.fl-node-916dp4btkxni.fl-col-small {
		margin: 0 0 30px 0 !important;
	}
	.fl-col.fl-node-5tvfjzbaxk7l.fl-col-small.fl-animation.fl-fade-in {
		padding: 0 0 0 0 !important;
		margin: 0 0 20px 0 !important;
	}
	.two-col-layout.donate-btn-wrap .fl-row-content-wrap {
		padding-bottom: 60px !important;
	}
	.fl-col.fl-node-zqx4aredot1l.fl-col-small {
		padding: 0 0 0 0 !important;
		margin-bottom: 20px !important;
	}
	.fl-col.fl-node-j23cyflam1eu.fl-col-small {
		padding: 0 !important;
	}
	.fl-node-uxs6kzqtrav0.section .fl-row-content-wrap {
		padding-top: 100px !important;
		padding-bottom: 60px !important;
	}
	.no-pad-responsive .fl-row-content-wrap {
		padding-top: 0 !important;
	}
	.fl-content-slider-navigation {
		left: 39% !important;
	}
	.humatirian-magic .fl-row-content-wrap {
		padding-bottom: 40px !important;
	}
	.homepage-clients-section .fl-row-content-wrap {
		padding-bottom: 0 !important;
	}
	.home-three-cards-wrap .fl-col {
		margin: 0 0 0 0 !important;
	}
	.youtube-video-section .fl-row-content-wrap {
		padding-bottom: 100px !important;
	}
	.full-client-image .fl-row-content-wrap {
		padding: 0px !important;
	}
	.schedule-button-wrap {
		margin-bottom: 0px;
	}
	.testimonial-row .fl-row-content-wrap {
		padding-bottom: 160px !important;
	}
	.col-reverse.testimonial-row .fl-col-group {
		align-items: center !important;
	}
	.fluid-width-video-wrapper iframe {
		border-radius: 0px !important;
	}
	iframe.fl-bg-video-player,
	.fl-row-bg-video .fl-bg-video iframe, .fl-row-bg-embed .fl-bg-embed-code iframe{
		min-height: inherit !important;
		min-width: inherit !important;
	}
	.fl-row-bg-video .fl-bg-video iframe, .fl-row-bg-embed .fl-bg-embed-code iframe {
		min-height: inherit!important;
		min-width: inherit!important;
/* 		height: auto !important; */
		width: 100% !important;
	}
	.fl-col.fl-node-916dp4btkxni.fl-col-small {
		padding: 0 0 0px 0 !important;
	}
	.fl-col.fl-node-a5oikfy6lx10.fl-col-small {
		padding: 0 0 0 0 !important;
	}
	.fl-col.fl-node-j6dabieh2v0l.fl-col-small {
		padding: 0 0 0 0 !important;
	}
	.fl-module.fl-module-video.fl-node-5d81d67c025c9.mb-30 {
		margin-bottom: 10px !important;
	}
	.fl-col.fl-node-k7t3oca2jlus.fl-col-small {
		margin-bottom: 0px !important;
	}
	.fl-module.fl-module-video.fl-node-melbpdgsk3a4 {
		margin-bottom: -10px;
	}
	.fl-module.fl-module-video.fl-node-5d81d67c025c9.mb-20 {
		margin-bottom: 20px !important;
	}
	.fl-col.fl-node-ndt98a64u32g.fl-col-small {
		margin-bottom: 30px !important;
	}
	.fl-col.fl-node-0opbraguhzqs.fl-col-small {
		margin-bottom: 30px !important;
	}
	.before-footer.three-col-layout .fl-col {
		margin-bottom: 0 !important;
		padding-bottom: 30px !important;
	}
	.donate-btn-wrap .beaver-button.text-right {
		text-align: left !important;
	}
	.donate-btn-wrap .fl-col.fl-node-5tvfjzbaxk7l.fl-col-small.fl-animation.fl-fade-in.fl-animated {
		padding: 0 0 0 0 !important;
		margin: 0 0 20px 0 !important;
	}
	#sb_instagram.sbi_width_resp {
		margin-top: 10px !important;
	}

	.testinomial-section.fl-col {
		margin-right: 0px !important;
		margin-top: -40px !important;
	}

	.humatirian-magic.two-col-layout .fl-col:first-child {
		padding: 0 0 20px 0 !important;
	}

	.how-virtualmagic-works.col-reverse.two-col-layout .fl-col-group .fl-col:nth-child(2) {
		margin: 0 0 20px 0 !important;
	}

	.trusted-by-section.col-reverse.two-col-layout .fl-col-group .fl-col:nth-child(2) {
		padding: 0 0 0px 0 !important;
	}

	.about-virtual.two-col-layout .fl-col:first-child {
		padding: 0 0 0px 0 !important;
		margin: 0 0 60px 0 !important;
	}

	.three-col-layout.before-footer .fl-col:nth-child(2) {
		border-left: none !important;
		padding-top: 40px !important;
		padding-bottom: 50px !important;
	}

	.before-footer .fl-menu ul {
		margin-top: 20px;
	}

	.copyrht-left {
		margin-top: 5px;
	}

	.before-footer.three-col-layout .fl-col:nth-child(3) {
		border-left: none !important;
		width: 100% !important;
	}

	.secondary-title-wrap-width {
		width: 100%;
	}

	.main-title {
		width: 100% !important;
		padding: 40px 0px 50px 0px;
		margin-bottom: 0px !important;
	}

	.main-title-p {
		line-height: 26px !important;
	}

	.secondary-title-wrap-width {
		width: 100% !important;
	}

	.cards .fl-col-group-equal-height .fl-col-content {
		max-width: 70% !important;
		margin: 0 auto !important;
	}

	.cards .fl-col-group-equal-height .fl-col {
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}

	.about-virtual-magic {
		padding-bottom: 30px !important;
		margin-bottom: 0px !important;
	}

	p.social-label {
		width: 100%;
/* 		padding-top: 10px; */
	}

	.thank-you-row.two-col-layout .fl-col:first-child {
		padding: 0 0 0 0 !important;
		margin: 0 0 0 0 !important;
	}

	.thank-you-left-div {
		border-radius: 20px 20px 0px 0px !important;
	}

	.thank-you-row img.fl-photo-img {
		border-top-left-radius: 0px !important;
		border-top-right-radius: 0px !important;
		border-bottom-left-radius: 20px !important;
		border-bottom-right-radius: 20px !important;
	}

	.client-testimonial .fl-row-content-wrap {
		min-height: 934px !important;
	}

	.full-width-image-section {
		width: 100%;
		height: 100%;
		background-image: url(/wp-content/uploads/2023/03/testimonial-tablet.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.home-text-mobile {
		display: block !important;
		background-color: #000;
	}

	.home-text-mobile .main-title {
		display: block !important;
	}

	.video-banner .main-title {
		display: none !important;
	}

	.home-text-mobile h1 {
		font-size: 60px !important;
	}

	.testimonial-row.col-reverse.two-col-layout .fl-col-group .fl-col:nth-child(1) {
		margin: 0 0 0px 0 !important;
		margin-top: -130px !important;
	}

	.fl-content-slider-navigation {
		left: 39% !important;
	}
	.fl-col.fl-node-j3gkce0u5sb8.fl-col-small {
		padding: 0 !important;
	}
	.fl-builder-content .fl-node-jac0g4uiq761 > .fl-col-content {
		min-height: 291px !important;
	}
	.virtual-full-client-image .fl-row-content-wrap {
		padding-bottom: 80px !important;
	}
	.fl-col.fl-node-gz0c3oh6d4mv.fl-col-small {
		padding: 0 0 0 0 !important;
	}
	.fl-builder-content .fl-node-fn1vkc9zs2oh > .fl-col-content {
		min-height: 324px !important;
	}
	.fl-col.fl-node-n91mswyx8gec.fl-col-small {
		padding: 0 0 40px 0!important;
		margin: 0 !important;
	}
	.fl-col.fl-node-n91mswyx8gec.fl-col-small {
		padding: 0 !important;
	}
}

@media (max-width: 768px) {
	/* .fl-node-mwqhtur4v1i8.fl-row-custom-height>.fl-row-content-wrap {
		min-height: 426px !important;
	} */
}

@media (min-width: 768px) {
	.title-area {
		width: 62%;
		max-width: 294px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.title-area {
		max-width: 168px;
	}
}

@media only screen and (max-width: 440px) {
	h1 {
		font-size: 40px;
	}
	.fl-col.fl-node-j3gkce0u5sb8.fl-col-small {
		padding: 0 !important;
	}
	.fl-col.fl-node-gz0c3oh6d4mv.fl-col-small {
		padding: 0 0 0 0 !important;
	}
	.right-btn-title {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.top-40-padding-section .fl-row-content-wrap {
		padding-top: 20px !important;
		padding-bottom: 100px !important;
	}
	.contact-page-wrap.two-col-layout iframe {
		border-radius: 15px 15px 0px 0px !important;
	}
	.only-video-section .fl-row-content-wrap {
		padding-top: 0px !important;
		padding-bottom: 100px;
	}
	.humatirian-magic .fl-row-content-wrap {
		padding-bottom: 20px !important;
	}
	.contact-page-first-row .fl-row-content-wrap {
		padding-top: 80px !important;
		padding-bottom: 20px !important;
	}
	.booking-page-first-row .fl-row-content-wrap {
		padding-top: 80px !important;
		padding-bottom: 20px !important;
	}
	.bg-off-white.humatirian-magic p.mt-20 {
		margin-bottom: 0 !important;
	}
		.contact-page-wrap.two-col-layout .fl-col {
		margin-right: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		margin-bottom: -20px !important;
	}
	.contact-page-wrap.two-col-layout img.fl-photo-img {
		border-radius: 0px 0px 15px 15px !important;
	}
	.renderer-components-field-wrapper .renderer-components-field-wrapper__content-wrapper .renderer-core-block-scroller {
		padding: 40px 20px !important;
	}
	.fl-col.fl-node-n91mswyx8gec.fl-col-small {
		padding: 0 !important;
	}
	.virtual-full-client-image .fl-row-content-wrap {
		padding-bottom: 80px !important;
	}
	.main-title-p {
		font-size: 16px;
	}
	.icon-list-circle.mb-xl-50.mb-40.mb-sm-30.mt-30 {
    margin-bottom: 0 !important;
}
	.ytp-fit-cover-video .html5-main-video {
    object-fit: cover;
    height: 300px !important;
}
	.fl-bg-video-fallback {
		background-size: cover !important;
	}

	.secondary-title-wrap a {
		padding-right: 20px;
	}

	.secondary-title-wrap a img {
		width: 35px;
		height: 35px;
	}
	.star img {
		width: 50px !important;
		height: 35px !important;
	}
	.social-list {
		display: flex;
		justify-content: center;
		gap: 20px;
		margin-top: 30px;
		flex-direction: column;
		align-items: center;
	}
	.three-col-layout .fl-col {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0px !important;
	}

	.menu a span {
		font-size: 14px !important;
	}

	.genesis-nav-menu {
		padding: 70px 20px 50px 20px;
	}

	.genesis-nav-menu>.menu-item>.sub-menu li {
		margin-bottom: 0px;
	}

	/* #sb_instagram.sbi_width_resp {
		margin-top: 50px !important;
	} */

	.about-harrison.two-col-layout .fl-col:first-child {
		padding: 0 0 0px 0 !important;
	}

	.humatirian-magic.two-col-layout .fl-col:first-child {
		padding: 0 0 0px 0 !important;
	}

	.how-virtualmagic-works.col-reverse.two-col-layout .fl-col-group .fl-col:nth-child(2) {
		margin: 0 0 0px 0 !important;
	}

	.trusted-by-section.col-reverse.two-col-layout .fl-col-group .fl-col:nth-child(2) {
		padding: 0 0 0px 0 !important;
	}

	.about-virtual.two-col-layout .fl-col:first-child {
		padding: 0 0 0px 0 !important;
	}

	.three-col-layout.before-footer .fl-col:nth-child(2) {
		border-left: none !important;
		border-top: 1px solid #00000011;
		padding-top: 40px !important;
	}

	.three-col-layout.before-footer .fl-col:nth-child(3) {
		border-left: none !important;
		border-top: 1px solid #00000011;
		padding-top: 40px !important;
	}

	.footer-copyright .fl-col.fl-node-5d67e04c74666 {
		display: inline-block;
	}

	.footer-copyright .fl-col.fl-node-5d67e04c74667 {
		display: inline-block;
		float: right;
	}

	.footer-copyright .fl-col {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.fl-node-5d821940860d2 > .fl-row-content-wrap {
		padding-bottom: 10px !important;
	}
	.copyrht-left,
	.copyrht-right {
		font-size: 12px;
	}

	.site-header {
		position: relative;
		padding: 20px 20px;
		align-items: center;
		display: flex;
	}

	#genesis-mobile-nav-primary {
		padding-top: 15px !important;
	}

	.ion-ios-menu:before {
		width: 25px;
		height: 25px;
	}

	.client-testimonial .fl-row-content-wrap {
		min-height: 1200px !important;
	}

	.full-width-image-section {
		width: 100%;
		height: 100%;
		background-image: url(/wp-content/uploads/2023/03/Testimonial-mobile.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	h2 {
		font-size: 30px;
	}

	.cards .fl-col-group-equal-height .fl-col-content {
		max-width: 100% !important;
		margin: 0 auto !important;
	}

	#sb_instagram #sbi_images {
		/* margin-top: 90px; */
		padding: 0 !important;
	}

	.secondary-title-wrap-social {
		/* display: flex;
		margin-top: 0px;
		margin-bottom: 0px;
		flex-direction: column; */
	}

	.secondary-title-wrap-social {
		align-items: flex-start !important;
	}

	.social-learn-more,
	.call-button {
		margin-top: 30px;
	}

	.social-learn-more .learn-more-btn {
		background-color: #0069FF !important;
		/* width: 137px;
		top: 60px;
		position: absolute;
		margin-top: 40px */
	}
	/* .call-button {
		top: 170px;
		position: absolute;
		margin-top: 50px;	
	} */
	/* .call-button-booking{
		top: 200px;
	} */
	/* .contact-page-wrap .fl-row-content-wrap {
		margin-top: 80px !important;
	} */
	/* .tell-btn {
		position: relative;
	}

	.tell-btn a {
		top: 60px;
		position: absolute;
		margin-top: 20px
	} */

	.thank-you-left-div {
		margin-top: 70px;
	}

	#menu-item-449 a {
		padding-top: 10px !important;
	}

	.instagram-col {
		margin-top: 0px;
	}

	.fl-node-vxd0i1824j3q.fl-row-custom-height>.fl-row-content-wrap {
		min-height: 0px !important;
		padding-bottom: 30px;
	}

	.youtube-video-section.three-col-layout .fl-col {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 20px !important;
	}

	.youtube-video-section.three-col-layout .fl-col:last-child {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0px !important;
}
	.youtube-video-section.three-col-layout .fl-col {
		margin: 0 0 0px 0 !important;
	}

	p.social-label {
		width: 100%;
	}

	.thank-you-left-div {
		min-height: 267px !important;
		padding: 30px !important;
	}

	.thank-you-left-div p {
		font-size: 14px !important;
		line-height: 24px !important;
	}

	.thank-you-row.two-col-layout .fl-photo-content img {
		max-height: 341px !important;
	}

	.home-text-mobile {
		display: block !important;
		background-color: #000;
	}

	.home-text-mobile .main-title {
		display: block !important;
	}

	.video-banner .main-title {
		display: none !important;
	}

	.home-text-mobile h1 {
		font-size: 40px !important;
	}

	.fl-node-mwqhtur4v1i8.fl-row-custom-height>.fl-row-content-wrap {
		min-height: 300px !important;
	}

	.testinomial-section.fl-col {
		margin-right: 0px !important;
		margin-top: -40px !important;
	}

	.fl-module-content-slider .fl-slide .fl-slide-content {
		margin: 0 !important;
		padding: 0 !important;
	}

	.fl-slide-text h3 {
		font-size: 20px !important;
	}

	.fl-content-slider-navigation {
		left: 36% !important;
	}

	.fl-content-slider-navigation {
		left: 32% !important;
	}

	.fl-content-slider-navigation {
		left: 33% !important;
	}
	.pricing-card {
		padding: 40px 40px 20px 40px;
	}
	.client-list-wrap .column {
		width: 100% !important;
	}
	.client-list.section .fl-row-content-wrap {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.client-list-heading-margin{
		margin-bottom: 10px !important;
	}
	/* .only-video-section{
		padding-top: 40px;
	} */
}
.client-list,
.extra-client-reviews{
	display:none;
}
.fl-builder-edit .client-list,
.fl-builder-edit .extra-client-reviews{
	display:block;
}

/* ==========================================================================
   Author: Shekhar Joshi
   Type: css - Ends
   Date: 31/01/23
   ========================================================================== */

   .pricing-card{
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #EEEDED;
	border-radius: 20px;
	opacity: 1;
	padding: 50px 50px 30px 50px;
   }
   .pricing-card ul li {
	border-bottom: 1px solid #CDC7C7;
    padding: 20px 20px 20px 0;
    display: flex;
    justify-content: space-between;
	font-family: "quasimoda";
	font-size: 16px !important;
	line-height: 27px !important;
	font-weight: 400 !important;
	color: #3D3D3D !important;
	letter-spacing: 0px;
	opacity: 1;
}
.pricing-card ul {
    margin-left: 0;
}
.text-blue{
	color: #0069FF;
}

.border-bottom-0{
	border-bottom: none !important;
}
.pricing-row h3{
	font-size: 30px;
}
.pricing-row h4{
	font-size: 20px;
	margin-top: 10px;
}
.inquiry-label {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.client-list-wrap .column {
	float: left;
	width: 25%;
  }
  
  /* Clear floats after the columns */
  .client-list-wrap .row:after {
	content: "";
	display: table;
	clear: both;
  }
  .client-list-wrap ul li {
	font-family: "quasimoda";
	font-size: 16px !important;
	line-height: 27px !important;
	font-weight: 400 !important;
	color: #3D3D3D !important;
	letter-spacing: 0px;
	opacity: 1;
}
.client-list-heading-margin{
	margin-bottom: 40px;
}
.rounded-0 img{
	border-radius:0px !important;
}
.rounded-img img{
	border-radius:20px;
}
.shadow-block {
	box-shadow: 0 0 55px 1px rgba(0, 0, 0, 0.12);
}
.small-content {
	width: 100%;
	max-width: 840px !important;
}
.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield{
	padding-right:8px !important;
}
.gform-theme--foundation .gf_simple_horizontal .gform_body{
	width:50% !important;
}
.gf_simple_horizontal input, 
.gf_simple_horizontal input[type="search"], 
.gf_simple_horizontal select, 
.gf_simple_horizontal textarea{
	border: 1px solid #CFCBCB !important;
	padding:10px !important;
}
.payment_form .gform_footer{
		margin: 20px 0 0 0 !important;
	justify-content: center;
    width: 100% !important;
	}
.payment_form input, 
.payment_form input[type="search"], 
.payment_form select, 
.payment_form textarea{
	border: 1px solid #CFCBCB !important;
}
@media (min-width:768px){
	form#gform_8 {
    display: flex !important;
    align-items: center !important;
}	
	
}
@media (max-width:767px){
	.gform-theme--foundation .gf_simple_horizontal .gform_body{
	   	width:100% !important;
	  	display: block !important;
		max-width: 100% !important;
	}
	.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield{
		padding-right:0 !important;
	}
	.gform-theme--foundation .gf_simple_horizontal{
		 margin: 0px !important;
    	width: 100% !important;
	}
	.gform_wrapper .gform_footer {
	margin: 20px 0 0 0 !important;
}
}


#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    zoom: 1;
    background: #333;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #eee;
    color: #fff;
    display: flex !important;
    font-size: 16px;
    line-height: 1.5;
    margin: 5px auto 0;
    text-decoration: none;
    width: 166px;
    height: 39px;
    align-items: center;
    justify-content: center;
	margin-top: 40px;
}
#sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus {
    outline: none !important;
    box-shadow: none !important;
}


.contact-page-wrap.two-col-layout .fl-col{
	margin-right: 0 !important;
}
.contact-page-wrap.two-col-layout iframe{
	border-radius: 15px 0px 0px 15px;
	min-height: 594px !important;
}
.contact-page-wrap.two-col-layout img.fl-photo-img {
    border-radius: 0px 15px 15px 0px;
} 
.contact-page-wrap.two-col-layout .fl-photo {
    line-height: 27.72px;
}

.contact-page-wrap.two-col-layout iframe #quillforms-renderer .renderer-components-block-counter{
	display: none !important;
}
.contact-page .renderer-components-block-counter{
	display: none !important;
}
.call-button a{
	font-family: "corporate-s", sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 10px 20px 12px !important;
    border: none !important;
    background: #fff !important;
    border: 2px solid #1373FF !important;
    color: #1373FF !important;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    line-height: 18px !important;
    border-radius: 5px !important;
    width: 190px;
    text-align: center;
    height: 40px;
    opacity: 1;
    cursor: pointer;
}
.call-button a img{
width: 14px;
height: 14px;
}
#sb_instagram {
    padding-bottom: 0px !important;
}

.video-row .fluid-width-video-wrapper {
    height: 541px !important;
}
em .heading-3 {
	font-weight: 500;
	font-size: 24px;
	font-family: "quasimoda" !important;
	line-height: 30px;
	color: #303030;
	margin-bottom: 10px;
	margin-top: -6px !important;
	font-weight: normal !important;
}
.social-learn-more.social-ico a{
    display: flex !important;
    flex-direction: row;
	width: 166px;
	justify-content: center;
	align-items: center;
}
.social-learn-more.social-ico img {
    width: 16px;
	margin-left:5px;
	margin-top:2px;
}
.social-list {
    display: flex;
    justify-content: center;
    gap: 20px;
	margin-top: 40px;
}
.social-list-row div#sbi_load {
    display: none;
}
a.book-now-button.twitter {
    background-color: #00ACEE !important;
}
a.book-now-button.linkdin {
    background-color: #0077B5 !important;
}
a.book-now-button.facebook {
    background-color: #4267B2 !important;
}
a.book-now-button.you-tube {
    background-color: #FF0000 !important;
}
.news-sections .about-virtual-magic {
    padding: 20px 0 20px 0;
}
.three-col-layout.cards .fl-col {
    padding-bottom: 0!important;
}
.homepage-clients-section iframe {
    border-radius: 15px !important;
}
input#gform_submit_button_8 {
    background-color: #0069FF !important;
}
/* .fl-col.fl-node-k7t3oca2jlus.fl-col-small {
    width: 49% !important;
    margin-right: 2% !important;
} */
.pad-top-images-30 .fl-row-content-wrap{
	padding-top: 30px;
}
.only-video-section .fl-row-content-wrap {
    padding-top: 60px;
    padding-bottom: 100px;
}
.mail-btn-wrap {
    align-items: flex-start !important;
}
/* blog detail css start  */
.single-post header.entry-header{
	display:flex !important;
	flex-direction:column;
}
.single-post .entry-header .entry-title{
	display:block;
	margin: 0;
	order:1;
	color:#0D0D0D;
}
.single-post .entry-header .entry-meta{
	order:2;
}
.single-post .entry-header img{
	order:3;
	border-radius: 10px;
	margin:40px 0px 60px ;
}
.vertical-align-middle{
	vertical-align:middle;
}
.text-dark-grey{
	color:#0D0D0D;
}
.single-post main.content a{
	color:#0069FF;
}
.single-post .social-shares img{
	width:18px !important;
	position: relative;
    top: 4px;
}
.before-footer.blog-summary .widget {
    max-width: 1166px;
    margin: 0 auto;
    width: 95%;
}
.blog-summary{
	display:none;
}
.single-post .entry-meta p.entry-meta{
	display:none;
}
@media(min-width:1025px){
	.width-45{
		width:45%;
	}
	.blog-summary.bottom-padding-100-section .fl-row-content-wrap{
		padding-bottom:50px !important;
	}
	.title-area {
		width: 62%;
		max-width: 210px;
	}
}
@media(min-width:768px) and (max-width:1024px){
	.blog-summary .fl-row-content{
		padding:0 200px !important;
	}
}
@media(min-width:821px) and (max-width:1024px){
	.full-width-image-section .fl-row-content-wrap {
    min-height: 340px !important;
}
	.fl-node-zuyqkf4732wa.fl-row-custom-height > .fl-row-content-wrap {
    min-height: 1px !important;
}
.bottom-none-pad .fl-row-content-wrap {
    padding-bottom: 40px !important;
}
.fl-col.fl-node-4zuwy2j8lb0r.fl-col-small,
.fl-col.fl-node-besxpihjv91d.fl-col-small {
    padding-bottom: 0 !important;
}
.before-footer.three-col-layout .fl-col {
    margin-bottom: 0 !important;
    padding-bottom: 30px !important;
}
.three-col-layout.before-footer .fl-col:nth-child(2) {
    border-left: none !important;
    padding-top: 40px !important;
    padding-bottom: 50px !important;
}
.before-footer.three-col-layout .fl-col:nth-child(3) {
    border-left: none !important;
    width: 100% !important;
}
.testinomial-section.fl-col {
    margin-right: 0px !important;
    margin-top: -40px !important;
}
.fl-content-slider-navigation {
    left: 42% !important;
}
	.fl-node-zuyqkf4732wa.fl-row-custom-height > .fl-row-content-wrap {
    min-height: 1px !important;
}
	.fl-col.fl-node-bnst1kz9y56g.fl-col-small,
	.fl-col.fl-node-753sto6x02ji.fl-col-small{
    margin: 0 !important;
}
}
@media(max-width:767px){
	.single-post .entry-title {
		font-size: 30px;
		line-height:40px;
	}
	.social-shares{
		display:block;
	}
	.social-shares div {
		width: 100px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.single-post .entry-header img{
		margin:20px 0px 40px!important;
	}
	.heading-4 {
	 	font-size:18px;
		line-height:28px;
	}
}
/* blog detail css end  */

/* Instagram feed css start */
.font-weight-bold{
	font-weight:700;
}
.font-weight-semibold{
	font-weight:600;
}
.font-weight-medium{
	font-weight:500;
}
#sb_instagram.sbi_col_3 #sbi_images .sbi_item{
	width:100% !important;
	padding: 0px !important;
}
#sb_instagram #sbi_images{
	display: grid;
    grid-template-columns: repeat(3,1FR);
	grid-gap:30px;
	padding: 0px !important; 
}
@media(max-width:1024px){
	#sb_instagram #sbi_images{
		grid-template-columns: repeat(1,1FR);
		grid-gap:30px;
	}
}
@media(min-width:768px) and (max-width:1024px){
	.feed-section .fl-row-content{
		padding:0px 200px !important;
	}
	.d-sm-none{
		display:none !important;
	}
}
@media(min-width:768px){
	.social-shares{
		padding:20px 0px !important;
	}
	
}
@media(max-width:767px){
	#sb_instagram #sbi_images{
		grid-gap:20px;
	}
	.social-list{
		margin-top: 30px;
		flex-direction: column;
	}
	.social-list .social-learn-more.social-ico a{
		margin:auto;
	}
	.book-now-button{
		font-size:14px;
		line-height:14px;
	}
	.d-sm-block{
		display:block;
	}
	.d-sm-none{
		display:none !important;
	}
	.entry-content ul li, .entry-content ol li{
		margin-bottom:15px !important;
	}
}
/* Instagram feed css end */
/* .video-banner .fl-bg-video-audio{
	display:block !important;
} */
.fl-bg-video-audio .fl-audio-control,
.fl-bg-video-audio .fa-times{
	color:#fff !important;
}
.right-btn-title{
    display: flex;
    justify-content: space-between;
}
.right-btn-title .secondary-title-wrap {
    display: flex;
    align-items: center;
}
.bg-white{
	background:#fff;
}
.border{
	border:1px solid #EEEDED;
}
.border-grey{
	border:#EEEDED;
}
.br-20{
	border-radius:20px;	
}
.br-15{
	border-radius:15px;	
}
.box-shadow{
	box-shadow: 0px 3px 6px #00000029;
}
.justify-content-between{
	justify-content: space-between;
}
/* Pricing Calculator css start */
#gform_10 .gfield_label.gform-field-label {
    font-size: 16px !important;
    line-height: 26px !important;
	font-weight:700 !important;
	margin-bottom: 15px !important;
	padding-bottom:0px !important;
	color:#303030 !important;
}
#gform_10 .gform_fields{
	grid-gap:25px !important;
}
/* #input_10_1{
	line-height: 30px !important;
} */
#gform_10  .gform_footer {
    margin: 30px 0 !important;
    text-align: center;
    display: block !important;
    width: 100% !important;
}
#gform_10{
	margin: 0 !important;
    padding: 0 !important;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
}
#gform_10 .total-cost label{
	justify-content:center;
	font-size:24px !important;
	line-height:34px !important;
	font-family: "corporate-s", sans-serif !important;
}
.total-cost input{
	border: none !important;
    background: transparent ;
    box-shadow: none !important;
    text-align: center;
	padding: 0px !important;
    font-size: 20px !important;
    color: #0069FF !important;
}
.gform_heading,
.gform_validation_errors{
	display:none !important;
}
.gfield_radio label{
	margin:0px 0px 10px 10px;
}
@media(min-width:1025px){
	.pricing-card-box .fl-row-fixed-width{
		max-width:927px !important;
	}
	.d-lg-none{
		display:none;
	}
	.d-lg-block{
		display:block !important;
	}
}
@media(min-width:768px) and (max-width:1024px){
	.d-md-block{
		display:block !important;
	}
}
@media(max-width:767px){
	#gform_10 .total-cost#field_10_4 label{
		font-size:20px !important;
		line-height:30px !important;
	}
	.total-cost input{
		font-size: 18px !important;
	}
/* 	#input_10_1{
		line-height: 25px !important;
	} */
}
/* Pricing Calculator css end */
.footer-section .fl-row-content-wrap{
	background:#F1F1F1 !important;
}
.bg-blue{
	background:#0069FF !important;
}
.border-radius-contact{
	border-radius:10px 0 0 10px;
}
.about-virtual-magic a:hover {
    color: #0069FF;
}
/* .fl-row-bg-video .fl-bg-video iframe, .fl-row-bg-embed .fl-bg-embed-code iframe {
    min-width: auto !important;
} */
.three-col-layout.cards img.fl-photo-img:hover{
	transform: scale(1.025);
}
@media(max-width:1024px){
	#video-iframe-banner .fl-row-content-wrap{
		padding:0px !important;
	}
}
.mobile-video-banner .fl-row-content{
	padding:0px !important;
}
/* @RY - 30/03/23 CSS start*/
.fl-accordion-button-label{
	color: #0D0D0D;
    font-weight: 700;
    font-family: "corporate-s",sans-serif;
    font-size: 24px;
}
.fl-accordion-item .fl-accordion-button{
	padding:30px !important;
}
.fl-accordion-item-active .fl-accordion-button,
.fl-accordion-item-active .fl-accordion-small .fl-accordion-button{
	padding:30px 30px 20px 30px !important;
}
.fl-accordion-item .fl-accordion-content{
	padding:0px 30px 30px 30px !important;
}
.fl-accordion-button-icon .dashicons, .fl-accordion-button-icon .dashicons-before:before{
	font-size:30px !important;
	color: #0D0D0D;
}
.fl-accordion-button-icon-left, .fl-accordion-button-icon-right{
	opacity:1 !important;
}
.fl-accordion-item{
	box-shadow: 0px 3px 6px #00000029 !important;
	border: 1px solid #EEEDED !important;
	border-radius: 15px !important;
}
.virtual-magic-programs .fl-col:last-child .fl-col-group{
	display: grid;
    grid-template-columns: repeat(2,1FR);
	grid-gap:25px;
}
.virtual-magic-programs .fl-col:last-child .fl-col-group:before{
	display:none !important;
}
.virtual-magic-programs .fl-col:last-child .fl-col-group .fl-col{
	margin:0px !important;
}
.virtual-magic-programs .fl-col:last-child .fl-col{
	width:100% !important;
}
/* .fl-node-y48ngp0o21xf .fl-bg-video-audio{
	display:block !important;
} */
/* Width classess start */
.w-45{
	width:45%;
}
.w-60{
	width:60%;
}
.w-80{
	width:80%;
}
/* Width classess end */
@media(min-width:1025px){
	.virtual-magic-programs .fl-col:first-child{
		width:35% !important;
	}
	.virtual-magic-programs .fl-col:last-child{
		width:61% !important;
	}
}
@media(min-width:768px) and (max-width:991px){
	.w-md-100{
		width:100%;
	}
}
@media(max-width:767px){
	.fl-accordion-button-label{
		font-size:20px !important;
	}
	.fl-accordion-item .fl-accordion-button{
		padding:20px !important;
	}
	.fl-accordion-item-active .fl-accordion-button{
		padding:20px 20px 15px 20px !important;
	}
	.fl-accordion-item .fl-accordion-content{
		padding:0px 20px 20px 20px !important;
	}
	.w-sm-100{
		width:100%;
	}
	.virtual-magic-programs .fl-col:last-child .fl-col-group{
		grid-template-columns: repeat(1,1FR);
		grid-gap:20px;
	}
	.home-text-mobile h1 {
		font-size: 40px!important;
	}
}

/* Tixoom css start */
#tixoom sup{
	display:none;
}
.tixoom-upcoming{
	margin-bottom:0px !important;
}
.tixoom-event {
	font-size:24px !important;
	line-height:34px !important;
	color: #0D0D0D !important;
	font-weight:bold;
    font-family: "corporate-s",sans-serif !important;
}
.tixoom-date{
	font-size:16px !important;
	line-height:26px !important;
	color:#000;
	font-weight:400 !important;
	opacity: 1 !important;
}
@media(min-width:1025px){
	.tixoom-button{
		float:right;
	}
}
@media(max-width:1024px){
	.tixoom-upcoming td{
		display:block !important;
	}
	.tixoom-upcoming td:last-child {
		padding-left:0px !important;
		padding-right:0px !important;
		border-top:0px !important;
	}
	.tixoom-event {
		font-size:20px !important;
		line-height:30px !important;
	}
	.tixoom-date{
		font-size:14px !important;
		line-height:24px !important;
	}
	.tixoom-button{
		font-size:14px !important;
		line-height:14px !important;
		margin-bottom: 10px;
	}
}
/* Tixoom css end  */
/* @RY - 30/03/23 CSS end*/

/* @RY - 16/10/23 - Pricing cards css start */
.font-quasimoda{
	    font-family: "quasimoda" !important;
}
.price-plan .pricing-title{
	padding:20px 30px 10px;
	border-radius:20px 20px 0 0;
}
.price-plan .content-wrap{
	padding:30px 30px 10px;
	border-radius:0px 0px 20px 20px;
}
.basic-plan{
	background:#242424;
}
.recommended-plan{
	background:linear-gradient(98deg, #848484 0%, #9F9F9F 61%, #D3D3D3 73%, #9D9D9D 88%, #848484 100%) 0% 0% no-repeat padding-box;
}
.popular-plan{
	background:linear-gradient(98deg, #0069FF 0%, #0069FF 49%, #62A2FF 65%, #0069FF 86%, #0069FF 100%) 0% 0% no-repeat padding-box;
}
.customizable-plan{
	background:linear-gradient(98deg, #8B27FF 0%, #9942FF 57%, #BF88FF 73%, #9335FF 89%, #8B27FF 100%) 0% 0% no-repeat padding-box;
}
.professional-plan{
	background:linear-gradient(98deg, #F232A8 0%, #F43DAE 54%, #FF8ED3 72%, #F43AAC 88%, #F232A8 100%) 0% 0% no-repeat padding-box;
}
.one-kind-plan{
	background:linear-gradient(98deg, #FF9D00 0%, #FFA007 48%, #FFD591 67%, #FF9F06 88%, #FF9D00 100%) 0% 0% no-repeat padding-box;
}
.br-20 .fl-node-content{
	border-radius:20px;
}
.pricing-title {
    padding: 20px 30px 10px;
    border-radius: 20px 20px 0 0;
}

@media(max-width:1024px){
	.three-col-layout.pricing-plan .fl-col,
	.two-col-layout.pricing-plan .fl-col{
		padding-bottom: 0px !important;
	}
	.price-plan br{
		display:none;
	}
}
 .shine-effect {
  position: relative;
  display: block;
  overflow: hidden;
}

.shine-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  transition: left 0.5s ease-in-out;
}

.price-plan:hover .shine-effect::before {
  left: 100%;
}
/* @RY - 16/10/23 - Pricing cards css end */

/* @RY - 14/11/23 - Rates CSS Start */
.rates-form .gfield_radio{
	display: flex;
    width: 100% !important;
}
.rates-form .gform_wrapper.gravity-theme .gfield_radio label{
	display:inline !important;
	font-size:16px !important;
}
.rates-form .gfield_radio label{
	margin:0 20px 0px 0px!important;
}
.rates-form .gform_wrapper .gfield.buttonized .gfield_radio .gchoice {
    position: relative;
    text-align: center;
 }
 .rates-form .gform_wrapper .gfield.buttonized input[type="radio"] {
    position: absolute;
    left: -9999px;
 }
.rates-form .gform_wrapper .gfield.buttonized .gfield_radio label {
    display: block !important;
    position: relative;
    max-width: 100%;
    padding: 8px 20px 5px;
    border: 2px solid #EEEDED;
	border-radius: 20px;
    background-color: #fff;
    cursor: pointer;
 }
 .rates-form .gform_wrapper .gfield.buttonized input[type="radio"]:checked+label {
    border-color: #000000;
    background-color: #000000;
    overflow: hidden;
	 color:#FFFFFF;
 }
 .rates-form .gform_wrapper .gfield.buttonized .gfield_radio label::before {
    display: none;
 }
.rates-form .gform_wrapper.gravity-theme .gfield_label{
	font-family: "corporate-s",sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
}
.no-border input{
	border-width:0px !important;
}
.rates-form .gform_wrapper.gravity-theme .gfield-choice-input{
	margin-top: -3px;
}
.calculated-price input{
	color:#000000;
	font-weight:700 !important;
	font-family: "quasimoda" !important;
	font-size:30px !important;
	padding: 0px !important;
	margin-bottom:15px !important;
}
.rates-form .gform_wrapper.gravity-theme .gform_fields{
	grid-row-gap:30px !important;
}
.rates-form button {
    font-size: 16px !important;
    padding: 10px 20px !important;
    text-transform: capitalize !important;
}
.rates-form .fl-col:last-child .fl-col-content{
	box-shadow: 0 3px 6px #00000029;
	border-radius: 20px;
	border: 1px solid #EEEDED;
}
/* Custom checkbox css start */
.gform_wrapper .ginput_container input[type=checkbox]:checked + label,
.gform_wrapper .ginput_container input[type=checkbox]:not(:checked) + label {
	position: relative;
	padding-left: 30px !important;
	cursor: pointer !important;
	max-width: 100%;
	line-height: 28px;
}
.gform_wrapper .ginput_container input[type=checkbox]:checked + label:before,
.gform_wrapper .ginput_container input[type=checkbox]:not(:checked) + label:before {
	content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #fff;
	border: 1px solid #3D3D3D;
}
.gform_wrapper .ginput_container input[type=checkbox]:checked + label:before {
	background-color:#0069FF;
	border-color:#0069FF;
}
.gform_wrapper .ginput_container input[type=checkbox]:checked + label:after {
	height: 15px;
    width: 15px;
    position: absolute;
    content: '';
	background-image:url('/wp-content/uploads/2023/11/white-check-solid.svg');
	background-repeat:no-repeat;
    display: inline-block;
    font-size: 9px;
    text-align: center;
    line-height: 32px;
    top: 5px;
    color: #000;
    left: 2px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ginput_container_consent input[type=checkbox] {
	vertical-align: bottom;
}
.gform_wrapper .ginput_container input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
	display: none !important;
}
.gform_wrapper .gfield_radio li input[type=radio]:checked + label,
.gform_wrapper .gfield_radio li input[type=radio]:not(:checked) + label {
	position: relative;
	padding-left: 28px !important;
	cursor: pointer !important;
	max-width: 100%;
}
.gform_wrapper .gfield_radio li input[type=radio]:checked + label:before,
.gform_wrapper .gfield_radio li input[type=radio]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	border: 1px solid #e1e1e1;
	border-radius: 100%;
	background: #fff;
}
.gform_wrapper .gfield_radio li input[type=radio]:checked + label:after,
.gform_wrapper .gfield_radio li input[type=radio]:not(:checked) + label:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #075549;
	position: absolute;
	top: 8px;
	left: 5px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.gform_wrapper .ginput_container input[type=checkbox]:not(:checked) + label:after,
.gform_wrapper .gfield_radio li input[type=radio]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.gform_wrapper .ginput_container input[type=checkbox]:checked + label:after,
.gform_wrapper .gfield_radio li input[type=radio]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* Custom checkbox css end */
@media(max-width:1024px){
	.rates-form.two-col-layout .fl-col:first-child{
		padding-bottom:0px !important;
	}
}

@media(max-width:767px){
	.rates-form .gform_wrapper .gfield.buttonized .gfield_radio label{
		padding:10px 10px 5px;
		max-width: max-content;
		margin: 0 0px 15px 0px!important;
	}
	.rates-form .gform_wrapper.gravity-theme .gfield_label,
	.calculated-price input{
		font-size: 20px !important;
	}
	.rates-form .gform_wrapper.gravity-theme .gform_fields{
		grid-row-gap:20px !important;
	}
	.rates-form button{
		font-size:14px !important;
	}
	.rates-form .gfield_radio {
		flex-direction: column;
	}
	.gform_wrapper .gform_footer input{
		font-size:14px !important;
		padding: 10px 30px !important;
	}
	.calculated-price input{
		margin-bottom:0px !important;
	}
}
/* @RY - 14/11/23 - Rates CSS End */

.page-id-12499 .before-footer,
.page-id-206 .before-footer,
.page-id-12007 .before-footer,
.error404 .before-footer,
.error404 .site-header{
    display: none;
}